@allurereport/web-classic 3.0.0-beta.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.babelrc.cjs +18 -0
- package/.eslintrc.cjs +125 -0
- package/README.md +27 -0
- package/dist/multi/154.app-5a5afb64.js +1 -0
- package/dist/multi/216.app-5a5afb64.js +1 -0
- package/dist/multi/232.app-5a5afb64.js +1 -0
- package/dist/multi/250.app-5a5afb64.js +1 -0
- package/dist/multi/256.app-5a5afb64.js +1 -0
- package/dist/multi/301.app-5a5afb64.js +1 -0
- package/dist/multi/323.app-5a5afb64.js +1 -0
- package/dist/multi/353.app-5a5afb64.js +1 -0
- package/dist/multi/411d15fc5bb62472eea6ead4fb276ca9.ico +0 -0
- package/dist/multi/564.app-5a5afb64.js +1 -0
- package/dist/multi/594.app-5a5afb64.js +1 -0
- package/dist/multi/623.app-5a5afb64.js +1 -0
- package/dist/multi/7.app-5a5afb64.js +1 -0
- package/dist/multi/729.app-5a5afb64.js +1 -0
- package/dist/multi/783.app-5a5afb64.js +1 -0
- package/dist/multi/826.app-5a5afb64.js +1 -0
- package/dist/multi/925.app-5a5afb64.js +1 -0
- package/dist/multi/app-5a5afb64.js +2 -0
- package/dist/multi/app-5a5afb64.js.LICENSE.txt +29 -0
- package/dist/multi/checkmark-c8e83eb1.svg +8 -0
- package/dist/multi/manifest.json +27 -0
- package/dist/multi/sort-down-icon-2f1625c8.svg +8 -0
- package/dist/multi/sort-icon-dc2db9af.svg +8 -0
- package/dist/multi/sort-up-icon-e10d3fa9.svg +8 -0
- package/dist/multi/sprite.svg +4 -0
- package/dist/multi/styles-5a5afb64.css +558 -0
- package/dist/multi/vertical-5e6d1df4.png +0 -0
- package/dist/single/411d15fc5bb62472eea6ead4fb276ca9.ico +0 -0
- package/dist/single/app-59c37b12.js +2 -0
- package/dist/single/app-59c37b12.js.LICENSE.txt +29 -0
- package/dist/single/checkmark-c8e83eb1.svg +8 -0
- package/dist/single/manifest.json +10 -0
- package/dist/single/sort-down-icon-2f1625c8.svg +8 -0
- package/dist/single/sort-icon-dc2db9af.svg +8 -0
- package/dist/single/sort-up-icon-e10d3fa9.svg +8 -0
- package/dist/single/sprite.svg +4 -0
- package/dist/single/styles-59c37b12.css +558 -0
- package/package.json +106 -0
- package/src/app.js +69 -0
- package/src/assets/icons/allure-logo.svg +45 -0
- package/src/assets/icons/bamboo.svg +31 -0
- package/src/assets/icons/bitbucket.svg +10 -0
- package/src/assets/icons/bomb.svg +7 -0
- package/src/assets/icons/broken.svg +10 -0
- package/src/assets/icons/bug.svg +10 -0
- package/src/assets/icons/chevron-down.svg +10 -0
- package/src/assets/icons/chevron-left.svg +10 -0
- package/src/assets/icons/chevron-right-fat.svg +10 -0
- package/src/assets/icons/chevron-right.svg +10 -0
- package/src/assets/icons/chevron-up.svg +10 -0
- package/src/assets/icons/circleci.svg +1 -0
- package/src/assets/icons/close.svg +10 -0
- package/src/assets/icons/collapse.svg +5 -0
- package/src/assets/icons/compare.svg +10 -0
- package/src/assets/icons/copy.svg +11 -0
- package/src/assets/icons/csv.svg +13 -0
- package/src/assets/icons/download.svg +11 -0
- package/src/assets/icons/draggable.svg +15 -0
- package/src/assets/icons/expand.svg +5 -0
- package/src/assets/icons/failed.svg +10 -0
- package/src/assets/icons/file.svg +3 -0
- package/src/assets/icons/folder.svg +10 -0
- package/src/assets/icons/github.svg +4 -0
- package/src/assets/icons/gitlab.svg +12 -0
- package/src/assets/icons/graphs.svg +11 -0
- package/src/assets/icons/history.svg +11 -0
- package/src/assets/icons/image.svg +3 -0
- package/src/assets/icons/info.svg +12 -0
- package/src/assets/icons/jenkins.svg +327 -0
- package/src/assets/icons/jobs.svg +12 -0
- package/src/assets/icons/link.svg +11 -0
- package/src/assets/icons/list.svg +13 -0
- package/src/assets/icons/maximize.svg +11 -0
- package/src/assets/icons/new-broken.svg +6 -0
- package/src/assets/icons/new-failed.svg +6 -0
- package/src/assets/icons/new-passed.svg +5 -0
- package/src/assets/icons/overview.svg +5 -0
- package/src/assets/icons/passed.svg +10 -0
- package/src/assets/icons/pdf.svg +13 -0
- package/src/assets/icons/refresh.svg +4 -0
- package/src/assets/icons/retries.svg +11 -0
- package/src/assets/icons/save.svg +10 -0
- package/src/assets/icons/skipped.svg +3 -0
- package/src/assets/icons/sort-down.svg +10 -0
- package/src/assets/icons/sort-up.svg +10 -0
- package/src/assets/icons/sort.svg +11 -0
- package/src/assets/icons/table.svg +10 -0
- package/src/assets/icons/task.svg +11 -0
- package/src/assets/icons/teamcity.svg +40 -0
- package/src/assets/icons/timeline.svg +12 -0
- package/src/assets/icons/tree.svg +10 -0
- package/src/assets/icons/txt.svg +11 -0
- package/src/assets/icons/unknown.svg +10 -0
- package/src/behaviors/ClipboardBehavior.js +34 -0
- package/src/behaviors/DownloadBehavior.js +42 -0
- package/src/behaviors/GaBehavior.js +27 -0
- package/src/behaviors/LoadBehavior.js +18 -0
- package/src/behaviors/TooltipBehavior.js +25 -0
- package/src/behaviors/index.js +7 -0
- package/src/blocks/alert/styles.scss +8 -0
- package/src/blocks/arrow/styles.scss +21 -0
- package/src/blocks/attachment-row/attachment-row.hbs +34 -0
- package/src/blocks/attachment-row/styles.scss +71 -0
- package/src/blocks/bar/styles.scss +22 -0
- package/src/blocks/button/styles.scss +60 -0
- package/src/blocks/clipboard-copy/clipboard-copy.hbs +5 -0
- package/src/blocks/executor-icon/bamboo.svg +31 -0
- package/src/blocks/executor-icon/bitbucket.svg +10 -0
- package/src/blocks/executor-icon/circleci.svg +1 -0
- package/src/blocks/executor-icon/default-icon.png +0 -0
- package/src/blocks/executor-icon/github.svg +4 -0
- package/src/blocks/executor-icon/gitlab.svg +12 -0
- package/src/blocks/executor-icon/jenkins.svg +327 -0
- package/src/blocks/executor-icon/styles.scss +15 -0
- package/src/blocks/executor-icon/teamcity.svg +40 -0
- package/src/blocks/island/styles.scss +7 -0
- package/src/blocks/label/styles.scss +15 -0
- package/src/blocks/link/styles.scss +10 -0
- package/src/blocks/pane/styles.scss +52 -0
- package/src/blocks/pane-header/pane-header.hbs +15 -0
- package/src/blocks/parameters-table/parameters-table.hbs +10 -0
- package/src/blocks/parameters-table/styles.scss +22 -0
- package/src/blocks/spinner/styles.scss +30 -0
- package/src/blocks/splash/styles.scss +13 -0
- package/src/blocks/status-details/status-details.hbs +13 -0
- package/src/blocks/status-details/styles.scss +32 -0
- package/src/blocks/step-stats/step-stats.hbs +15 -0
- package/src/blocks/step-stats/styles.scss +19 -0
- package/src/blocks/table/sort-down-icon.svg +1 -0
- package/src/blocks/table/sort-icon.svg +1 -0
- package/src/blocks/table/sort-up-icon.svg +1 -0
- package/src/blocks/table/sortable-col.hbs +4 -0
- package/src/blocks/table/styles.scss +64 -0
- package/src/blocks/tabs/styles.scss +29 -0
- package/src/blocks/tabs/tabs.hbs +5 -0
- package/src/blocks/text/styles.scss +5 -0
- package/src/blocks/widget/draggable.svg +1 -0
- package/src/blocks/widget/styles.scss +76 -0
- package/src/components/attachment/AttachmentView.hbs +58 -0
- package/src/components/attachment/AttachmentView.js +90 -0
- package/src/components/attachment/styles.scss +78 -0
- package/src/components/empty/EmptyView.hbs +3 -0
- package/src/components/empty/EmptyView.js +18 -0
- package/src/components/empty/styles.scss +4 -0
- package/src/components/error-splash/ErrorSplashView.hbs +4 -0
- package/src/components/error-splash/ErrorSplashView.js +19 -0
- package/src/components/error-splash/styles.scss +4 -0
- package/src/components/graph-base/BaseChartView.hbs +5 -0
- package/src/components/graph-base/BaseChartView.js +78 -0
- package/src/components/graph-base/styles.scss +66 -0
- package/src/components/graph-duration-chart/DurationChartView.js +100 -0
- package/src/components/graph-pie-chart/PieChartView.js +155 -0
- package/src/components/graph-severity-chart/SeverityChartView.js +100 -0
- package/src/components/graph-trend-chart/TrendChartView.js +202 -0
- package/src/components/graph-trend-chart/styles.scss +16 -0
- package/src/components/graph-trend-chart/trend-tooltip.hbs +9 -0
- package/src/components/language-select/LanguageSelectView.hbs +5 -0
- package/src/components/language-select/LanguageSelectView.js +42 -0
- package/src/components/language-select/checkmark.svg +1 -0
- package/src/components/language-select/styles.scss +34 -0
- package/src/components/loader/LoaderView.hbs +6 -0
- package/src/components/loader/LoaderView.js +21 -0
- package/src/components/loader/styles.scss +26 -0
- package/src/components/marks-toggle/MarksToggleView.hbs +14 -0
- package/src/components/marks-toggle/MarksToggleView.js +41 -0
- package/src/components/marks-toggle/styles.scss +38 -0
- package/src/components/modal/ModalView.hbs +13 -0
- package/src/components/modal/ModalView.js +43 -0
- package/src/components/modal/styles.scss +31 -0
- package/src/components/node-search/NodeSearchView.hbs +4 -0
- package/src/components/node-search/NodeSearchView.js +32 -0
- package/src/components/node-search/styles.scss +29 -0
- package/src/components/node-sorter/NodeSorterView.hbs +22 -0
- package/src/components/node-sorter/NodeSorterView.js +43 -0
- package/src/components/node-sorter/styles.scss +26 -0
- package/src/components/popover/PopoverView.js +8 -0
- package/src/components/popover/styles.scss +32 -0
- package/src/components/side-by-side/SideBySideView.hbs +2 -0
- package/src/components/side-by-side/SideBySideView.js +42 -0
- package/src/components/side-by-side/styles.scss +59 -0
- package/src/components/side-by-side/vertical.png +0 -0
- package/src/components/side-nav/SideNavView.hbs +39 -0
- package/src/components/side-nav/SideNavView.js +81 -0
- package/src/components/side-nav/styles.scss +118 -0
- package/src/components/status-toggle/StatusToggleView.hbs +16 -0
- package/src/components/status-toggle/StatusToggleView.js +42 -0
- package/src/components/status-toggle/styles.scss +35 -0
- package/src/components/testresult/TestResultView.hbs +32 -0
- package/src/components/testresult/TestResultView.js +90 -0
- package/src/components/testresult/styles.scss +29 -0
- package/src/components/testresult-execution/TestResultExecutionView.hbs +13 -0
- package/src/components/testresult-execution/TestResultExecutionView.js +85 -0
- package/src/components/testresult-execution/stages-block.hbs +47 -0
- package/src/components/testresult-execution/steps-list.hbs +31 -0
- package/src/components/testresult-execution/styles.scss +70 -0
- package/src/components/testresult-overview/TestResultOverviewView.hbs +8 -0
- package/src/components/testresult-overview/TestResultOverviewView.js +46 -0
- package/src/components/testresult-overview/styles.scss +22 -0
- package/src/components/testresult-tree/TestResultTreeView.js +60 -0
- package/src/components/tooltip/TooltipView.js +111 -0
- package/src/components/tooltip/styles.scss +43 -0
- package/src/components/tree/TreeView.hbs +9 -0
- package/src/components/tree/TreeView.js +200 -0
- package/src/components/tree/styles.scss +141 -0
- package/src/components/tree/tree-group.hbs +36 -0
- package/src/components/tree/tree-leaf.hbs +53 -0
- package/src/components/tree/tree-time.hbs +6 -0
- package/src/components/tree-view-container/TreeViewContainer.hbs +34 -0
- package/src/components/tree-view-container/TreeViewContainer.js +103 -0
- package/src/components/tree-view-container/styles.scss +38 -0
- package/src/components/widget-status/WidgetStatusView.hbs +21 -0
- package/src/components/widget-status/WidgetStatusView.js +17 -0
- package/src/components/widgets-grid/WidgetsGridView.js +90 -0
- package/src/components/widgets-grid/styles.scss +34 -0
- package/src/data/localstorage/LocalStorageModel.js +23 -0
- package/src/data/testresult/TestResultModel.js +36 -0
- package/src/data/tree/TreeCollection.js +153 -0
- package/src/data/tree/comparator.js +63 -0
- package/src/data/tree/filter.js +66 -0
- package/src/data/trend/TrendCollection.js +36 -0
- package/src/data/widgets/WidgetsModel.js +25 -0
- package/src/decorators/index.js +53 -0
- package/src/favicon.ico +0 -0
- package/src/helpers/allure-icon.js +228 -0
- package/src/helpers/and.js +3 -0
- package/src/helpers/angle.js +15 -0
- package/src/helpers/arrow.js +17 -0
- package/src/helpers/b.js +6 -0
- package/src/helpers/concat.js +3 -0
- package/src/helpers/date.js +11 -0
- package/src/helpers/default.js +8 -0
- package/src/helpers/duration.js +60 -0
- package/src/helpers/eq.js +3 -0
- package/src/helpers/fileicon.js +5 -0
- package/src/helpers/filesize.js +8 -0
- package/src/helpers/gt.js +3 -0
- package/src/helpers/inc.js +3 -0
- package/src/helpers/is-def.js +3 -0
- package/src/helpers/job-icon.js +8 -0
- package/src/helpers/linky.js +7 -0
- package/src/helpers/not.js +3 -0
- package/src/helpers/or.js +3 -0
- package/src/helpers/sort-class.js +6 -0
- package/src/helpers/statistic-bar.js +12 -0
- package/src/helpers/status-bar.js +14 -0
- package/src/helpers/t.js +5 -0
- package/src/helpers/text-with-links.js +18 -0
- package/src/helpers/time.js +18 -0
- package/src/helpers/timeago.js +10 -0
- package/src/index.html +17 -0
- package/src/index.js +52 -0
- package/src/layouts/application/AppLayout.hbs +2 -0
- package/src/layouts/application/AppLayout.js +50 -0
- package/src/layouts/application/styles.scss +17 -0
- package/src/layouts/error/ErrorLayout.js +11 -0
- package/src/layouts/overview/OverviewLayout.js +8 -0
- package/src/layouts/testresult/TestResultLayout.js +43 -0
- package/src/layouts/tree/TreeLayout.js +45 -0
- package/src/mixins.scss +128 -0
- package/src/pluginApi.js +26 -0
- package/src/plugins/.eslintrc +5 -0
- package/src/plugins/default/index.js +11 -0
- package/src/plugins/screen-diff/index.js +186 -0
- package/src/plugins/screen-diff/styles.css +30 -0
- package/src/plugins/tab-behaviors/index.js +239 -0
- package/src/plugins/tab-category/index.js +15 -0
- package/src/plugins/tab-graph/GraphCollection.js +12 -0
- package/src/plugins/tab-graph/GraphLayout.js +17 -0
- package/src/plugins/tab-graph/index.js +8 -0
- package/src/plugins/tab-packages/index.js +137 -0
- package/src/plugins/tab-suites/index.js +15 -0
- package/src/plugins/tab-timeline/TimelineLayout.js +18 -0
- package/src/plugins/tab-timeline/TimelineView.hbs +17 -0
- package/src/plugins/tab-timeline/TimelineView.js +250 -0
- package/src/plugins/tab-timeline/index.js +12 -0
- package/src/plugins/tab-timeline/styles.scss +76 -0
- package/src/plugins/testresult-category/CategoryView.hbs +6 -0
- package/src/plugins/testresult-category/CategoryView.js +17 -0
- package/src/plugins/testresult-category/index.js +3 -0
- package/src/plugins/testresult-description/DescriptionView.hbs +4 -0
- package/src/plugins/testresult-description/DescriptionView.js +16 -0
- package/src/plugins/testresult-description/index.js +3 -0
- package/src/plugins/testresult-duration/DurationView.hbs +7 -0
- package/src/plugins/testresult-duration/DurationView.js +16 -0
- package/src/plugins/testresult-duration/index.js +3 -0
- package/src/plugins/testresult-history/HistoryView.hbs +27 -0
- package/src/plugins/testresult-history/HistoryView.js +33 -0
- package/src/plugins/testresult-history/index.js +3 -0
- package/src/plugins/testresult-history/styles.scss +10 -0
- package/src/plugins/testresult-links/LinksView.hbs +17 -0
- package/src/plugins/testresult-links/LinksView.js +17 -0
- package/src/plugins/testresult-links/index.js +3 -0
- package/src/plugins/testresult-links/styles.scss +19 -0
- package/src/plugins/testresult-owner/OwnerView.hbs +4 -0
- package/src/plugins/testresult-owner/OwnerView.js +17 -0
- package/src/plugins/testresult-owner/index.js +3 -0
- package/src/plugins/testresult-parameters/ParametersView.hbs +13 -0
- package/src/plugins/testresult-parameters/ParametersView.js +22 -0
- package/src/plugins/testresult-parameters/index.js +3 -0
- package/src/plugins/testresult-parameters/styles.scss +8 -0
- package/src/plugins/testresult-retries/RetriesView.hbs +13 -0
- package/src/plugins/testresult-retries/RetriesView.js +28 -0
- package/src/plugins/testresult-retries/index.js +3 -0
- package/src/plugins/testresult-retries/styles.scss +11 -0
- package/src/plugins/testresult-severity/SeverityView.hbs +4 -0
- package/src/plugins/testresult-severity/SeverityView.js +17 -0
- package/src/plugins/testresult-severity/index.js +3 -0
- package/src/plugins/testresult-tags/TagsView.hbs +5 -0
- package/src/plugins/testresult-tags/TagsView.js +17 -0
- package/src/plugins/testresult-tags/index.js +3 -0
- package/src/plugins/widget-categories/index.js +12 -0
- package/src/plugins/widget-categories-trend/CategoriesTrendWidgetView.hbs +4 -0
- package/src/plugins/widget-categories-trend/CategoriesTrendWidgetView.js +33 -0
- package/src/plugins/widget-categories-trend/index.js +4 -0
- package/src/plugins/widget-categories-trend/styles.scss +6 -0
- package/src/plugins/widget-duration/DurationWidgetView.hbs +4 -0
- package/src/plugins/widget-duration/DurationWidgetView.js +23 -0
- package/src/plugins/widget-duration/index.js +3 -0
- package/src/plugins/widget-duration-trend/DurationTrendWidgetView.hbs +4 -0
- package/src/plugins/widget-duration-trend/DurationTrendWidgetView.js +49 -0
- package/src/plugins/widget-duration-trend/index.js +4 -0
- package/src/plugins/widget-duration-trend/styles.scss +6 -0
- package/src/plugins/widget-environment/EnvironmentWidget.hbs +27 -0
- package/src/plugins/widget-environment/EnvironmentWidget.js +25 -0
- package/src/plugins/widget-environment/index.js +3 -0
- package/src/plugins/widget-executor/ExecutorsWidgetView.hbs +40 -0
- package/src/plugins/widget-executor/ExecutorsWidgetView.js +8 -0
- package/src/plugins/widget-executor/index.js +3 -0
- package/src/plugins/widget-history-trend/HistoryTrendWidgetView.hbs +4 -0
- package/src/plugins/widget-history-trend/HistoryTrendWidgetView.js +30 -0
- package/src/plugins/widget-history-trend/index.js +6 -0
- package/src/plugins/widget-history-trend/styles.scss +6 -0
- package/src/plugins/widget-launch/LaunchesWidgetView.hbs +23 -0
- package/src/plugins/widget-launch/LaunchesWidgetView.js +8 -0
- package/src/plugins/widget-launch/index.js +3 -0
- package/src/plugins/widget-retry-trend/RetryTrendWidgetView.hbs +4 -0
- package/src/plugins/widget-retry-trend/RetryTrendWidgetView.js +33 -0
- package/src/plugins/widget-retry-trend/index.js +4 -0
- package/src/plugins/widget-retry-trend/styles.scss +6 -0
- package/src/plugins/widget-severity/SeverityWidgetView.hbs +4 -0
- package/src/plugins/widget-severity/SeverityWidgetView.js +23 -0
- package/src/plugins/widget-severity/index.js +3 -0
- package/src/plugins/widget-status/StatusWidgetView.hbs +4 -0
- package/src/plugins/widget-status/StatusWidgetView.js +44 -0
- package/src/plugins/widget-status/index.js +3 -0
- package/src/plugins/widget-suites/index.js +12 -0
- package/src/plugins/widget-summary/SummaryWidgetView.hbs +20 -0
- package/src/plugins/widget-summary/SummaryWidgetView.js +33 -0
- package/src/plugins/widget-summary/index.js +3 -0
- package/src/plugins/widget-summary/styles.scss +14 -0
- package/src/router.js +52 -0
- package/src/rtl.scss +19 -0
- package/src/styles.scss +91 -0
- package/src/translations/az.json +217 -0
- package/src/translations/br.json +205 -0
- package/src/translations/de.json +205 -0
- package/src/translations/en.json +222 -0
- package/src/translations/es.json +209 -0
- package/src/translations/fr.json +217 -0
- package/src/translations/he.json +205 -0
- package/src/translations/isv.json +216 -0
- package/src/translations/ja.json +210 -0
- package/src/translations/kr.json +210 -0
- package/src/translations/nl.json +217 -0
- package/src/translations/pl.json +220 -0
- package/src/translations/ru.json +215 -0
- package/src/translations/sv.json +222 -0
- package/src/translations/tr.json +217 -0
- package/src/translations/zh.json +191 -0
- package/src/utils/arrays.js +3 -0
- package/src/utils/attachmentType.js +101 -0
- package/src/utils/clipboard.js +38 -0
- package/src/utils/escape.js +5 -0
- package/src/utils/gtag.js +8 -0
- package/src/utils/highlight.js +14 -0
- package/src/utils/hotkeys.js +25 -0
- package/src/utils/loading.js +9 -0
- package/src/utils/marks.js +1 -0
- package/src/utils/pluginsRegistry.js +56 -0
- package/src/utils/settings.js +4 -0
- package/src/utils/settingsFactory.js +149 -0
- package/src/utils/sorting.js +21 -0
- package/src/utils/statuses.js +1 -0
- package/src/utils/translation.js +63 -0
- package/src/variables.scss +71 -0
- package/types.d.ts +5 -0
- package/webpack/utils.js +10 -0
- package/webpack.config.js +127 -0
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
/*! For license information please see app-59c37b12.js.LICENSE.txt */
|
|
2
|
+
!function(){var t,e,n={1615:function(t,e,n){var r,i,o;o="object"==typeof self&&self.self===self&&self||"object"==typeof n.g&&n.g.global===n.g&&n.g,r=[n(3352),n(4339),e],i=function(t,e,n){o.Backbone=function(t,e,n,r){var i=t.Backbone,o=Array.prototype.slice;e.VERSION="1.6.0",e.$=r,e.noConflict=function(){return t.Backbone=i,this},e.emulateHTTP=!1,e.emulateJSON=!1;var a,s=e.Events={},l=/\s+/,u=function(t,e,r,i,o){var a,s=0;if(r&&"object"==typeof r){void 0!==i&&"context"in o&&void 0===o.context&&(o.context=i);for(a=n.keys(r);s<a.length;s++)e=u(t,e,a[s],r[a[s]],o)}else if(r&&l.test(r))for(a=r.split(l);s<a.length;s++)e=t(e,a[s],i,o);else e=t(e,r,i,o);return e};s.on=function(t,e,n){return this._events=u(c,this._events||{},t,e,{context:n,ctx:this,listening:a}),a&&((this._listeners||(this._listeners={}))[a.id]=a,a.interop=!1),this},s.listenTo=function(t,e,r){if(!t)return this;var i=t._listenId||(t._listenId=n.uniqueId("l")),o=this._listeningTo||(this._listeningTo={}),s=a=o[i];s||(this._listenId||(this._listenId=n.uniqueId("l")),s=a=o[i]=new g(this,t));var l=f(t,e,r,this);if(a=void 0,l)throw l;return s.interop&&s.on(e,r),this};var c=function(t,e,n,r){if(n){var i=t[e]||(t[e]=[]),o=r.context,a=r.ctx,s=r.listening;s&&s.count++,i.push({callback:n,context:o,ctx:o||a,listening:s})}return t},f=function(t,e,n,r){try{t.on(e,n,r)}catch(t){return t}};s.off=function(t,e,n){return this._events?(this._events=u(h,this._events,t,e,{context:n,listeners:this._listeners}),this):this},s.stopListening=function(t,e,r){var i=this._listeningTo;if(!i)return this;for(var o=t?[t._listenId]:n.keys(i),a=0;a<o.length;a++){var s=i[o[a]];if(!s)break;s.obj.off(e,r,this),s.interop&&s.off(e,r)}return n.isEmpty(i)&&(this._listeningTo=void 0),this};var h=function(t,e,r,i){if(t){var o,a=i.context,s=i.listeners,l=0;if(e||a||r){for(o=e?[e]:n.keys(t);l<o.length;l++){var u=t[e=o[l]];if(!u)break;for(var c=[],f=0;f<u.length;f++){var h=u[f];if(r&&r!==h.callback&&r!==h.callback._callback||a&&a!==h.context)c.push(h);else{var d=h.listening;d&&d.off(e,r)}}c.length?t[e]=c:delete t[e]}return t}for(o=n.keys(s);l<o.length;l++)s[o[l]].cleanup()}};s.once=function(t,e,n){var r=u(d,{},t,e,this.off.bind(this));return"string"==typeof t&&null==n&&(e=void 0),this.on(r,e,n)},s.listenToOnce=function(t,e,n){var r=u(d,{},e,n,this.stopListening.bind(this,t));return this.listenTo(t,r)};var d=function(t,e,r,i){if(r){var o=t[e]=n.once((function(){i(e,o),r.apply(this,arguments)}));o._callback=r}return t};s.trigger=function(t){if(!this._events)return this;for(var e=Math.max(0,arguments.length-1),n=Array(e),r=0;r<e;r++)n[r]=arguments[r+1];return u(p,this._events,t,void 0,n),this};var p=function(t,e,n,r){if(t){var i=t[e],o=t.all;i&&o&&(o=o.slice()),i&&m(i,r),o&&m(o,[e].concat(r))}return t},m=function(t,e){var n,r=-1,i=t.length,o=e[0],a=e[1],s=e[2];switch(e.length){case 0:for(;++r<i;)(n=t[r]).callback.call(n.ctx);return;case 1:for(;++r<i;)(n=t[r]).callback.call(n.ctx,o);return;case 2:for(;++r<i;)(n=t[r]).callback.call(n.ctx,o,a);return;case 3:for(;++r<i;)(n=t[r]).callback.call(n.ctx,o,a,s);return;default:for(;++r<i;)(n=t[r]).callback.apply(n.ctx,e);return}},g=function(t,e){this.id=t._listenId,this.listener=t,this.obj=e,this.interop=!0,this.count=0,this._events=void 0};g.prototype.on=s.on,g.prototype.off=function(t,e){var n;this.interop?(this._events=u(h,this._events,t,e,{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(e,s);var v=e.Model=function(t,e){var r=t||{};e||(e={}),this.preinitialize.apply(this,arguments),this.cid=n.uniqueId(this.cidPrefix),this.attributes={},e.collection&&(this.collection=e.collection),e.parse&&(r=this.parse(r,e)||{});var i=n.result(this,"defaults");r=n.defaults(n.extend({},i,r),i),this.set(r,e),this.changed={},this.initialize.apply(this,arguments)};n.extend(v.prototype,s,{changed:null,validationError:null,idAttribute:"id",cidPrefix:"c",preinitialize:function(){},initialize:function(){},toJSON:function(t){return n.clone(this.attributes)},sync:function(){return e.sync.apply(this,arguments)},get:function(t){return this.attributes[t]},escape:function(t){return n.escape(this.get(t))},has:function(t){return null!=this.get(t)},matches:function(t){return!!n.iteratee(t,this)(this.attributes)},set:function(t,e,r){if(null==t)return this;var i;if("object"==typeof t?(i=t,r=e):(i={})[t]=e,r||(r={}),!this._validate(i,r))return!1;var o=r.unset,a=r.silent,s=[],l=this._changing;this._changing=!0,l||(this._previousAttributes=n.clone(this.attributes),this.changed={});var u=this.attributes,c=this.changed,f=this._previousAttributes;for(var h in i)e=i[h],n.isEqual(u[h],e)||s.push(h),n.isEqual(f[h],e)?delete c[h]:c[h]=e,o?delete u[h]:u[h]=e;if(this.idAttribute in i){var d=this.id;this.id=this.get(this.idAttribute),this.trigger("changeId",this,d,r)}if(!a){s.length&&(this._pending=r);for(var p=0;p<s.length;p++)this.trigger("change:"+s[p],this,u[s[p]],r)}if(l)return this;if(!a)for(;this._pending;)r=this._pending,this._pending=!1,this.trigger("change",this,r);return this._pending=!1,this._changing=!1,this},unset:function(t,e){return this.set(t,void 0,n.extend({},e,{unset:!0}))},clear:function(t){var e={};for(var r in this.attributes)e[r]=void 0;return this.set(e,n.extend({},t,{unset:!0}))},hasChanged:function(t){return null==t?!n.isEmpty(this.changed):n.has(this.changed,t)},changedAttributes:function(t){if(!t)return!!this.hasChanged()&&n.clone(this.changed);var e,r=this._changing?this._previousAttributes:this.attributes,i={};for(var o in t){var a=t[o];n.isEqual(r[o],a)||(i[o]=a,e=!0)}return!!e&&i},previous:function(t){return null!=t&&this._previousAttributes?this._previousAttributes[t]:null},previousAttributes:function(){return n.clone(this._previousAttributes)},fetch:function(t){t=n.extend({parse:!0},t);var e=this,r=t.success;return t.success=function(n){var i=t.parse?e.parse(n,t):n;if(!e.set(i,t))return!1;r&&r.call(t.context,e,n,t),e.trigger("sync",e,n,t)},$(this,t),this.sync("read",this,t)},save:function(t,e,r){var i;null==t||"object"==typeof t?(i=t,r=e):(i={})[t]=e;var o=(r=n.extend({validate:!0,parse:!0},r)).wait;if(i&&!o){if(!this.set(i,r))return!1}else if(!this._validate(i,r))return!1;var a=this,s=r.success,l=this.attributes;r.success=function(t){a.attributes=l;var e=r.parse?a.parse(t,r):t;if(o&&(e=n.extend({},i,e)),e&&!a.set(e,r))return!1;s&&s.call(r.context,a,t,r),a.trigger("sync",a,t,r)},$(this,r),i&&o&&(this.attributes=n.extend({},l,i));var u=this.isNew()?"create":r.patch?"patch":"update";"patch"!==u||r.attrs||(r.attrs=i);var c=this.sync(u,this,r);return this.attributes=l,c},destroy:function(t){t=t?n.clone(t):{};var e=this,r=t.success,i=t.wait,o=function(){e.stopListening(),e.trigger("destroy",e,e.collection,t)};t.success=function(n){i&&o(),r&&r.call(t.context,e,n,t),e.isNew()||e.trigger("sync",e,n,t)};var a=!1;return this.isNew()?n.defer(t.success):($(this,t),a=this.sync("delete",this,t)),i||o(),a},url:function(){var t=n.result(this,"urlRoot")||n.result(this.collection,"url")||F();if(this.isNew())return t;var e=this.get(this.idAttribute);return t.replace(/[^\/]$/,"$&/")+encodeURIComponent(e)},parse:function(t,e){return t},clone:function(){return new this.constructor(this.attributes)},isNew:function(){return!this.has(this.idAttribute)},isValid:function(t){return this._validate({},n.extend({},t,{validate:!0}))},_validate:function(t,e){if(!e.validate||!this.validate)return!0;t=n.extend({},this.attributes,t);var r=this.validationError=this.validate(t,e)||null;return!r||(this.trigger("invalid",this,r,n.extend(e,{validationError:r})),!1)}});var y=e.Collection=function(t,e){e||(e={}),this.preinitialize.apply(this,arguments),e.model&&(this.model=e.model),void 0!==e.comparator&&(this.comparator=e.comparator),this._reset(),this.initialize.apply(this,arguments),t&&this.reset(t,n.extend({silent:!0},e))},b={add:!0,remove:!0,merge:!0},w={add:!0,remove:!1},_=function(t,e,n){n=Math.min(Math.max(n,0),t.length);var r,i=Array(t.length-n),o=e.length;for(r=0;r<i.length;r++)i[r]=t[r+n];for(r=0;r<o;r++)t[r+n]=e[r];for(r=0;r<i.length;r++)t[r+o+n]=i[r]};n.extend(y.prototype,s,{model:v,preinitialize:function(){},initialize:function(){},toJSON:function(t){return this.map((function(e){return e.toJSON(t)}))},sync:function(){return e.sync.apply(this,arguments)},add:function(t,e){return this.set(t,n.extend({merge:!1},e,w))},remove:function(t,e){e=n.extend({},e);var r=!n.isArray(t);t=r?[t]:t.slice();var i=this._removeModels(t,e);return!e.silent&&i.length&&(e.changes={added:[],merged:[],removed:i},this.trigger("update",this,e)),r?i[0]:i},set:function(t,e){if(null!=t){(e=n.extend({},b,e)).parse&&!this._isModel(t)&&(t=this.parse(t,e)||[]);var r=!n.isArray(t);t=r?[t]:t.slice();var i=e.at;null!=i&&(i=+i),i>this.length&&(i=this.length),i<0&&(i+=this.length+1);var o,a,s=[],l=[],u=[],c=[],f={},h=e.add,d=e.merge,p=e.remove,m=!1,g=this.comparator&&null==i&&!1!==e.sort,v=n.isString(this.comparator)?this.comparator:null;for(a=0;a<t.length;a++){o=t[a];var y=this.get(o);if(y){if(d&&o!==y){var w=this._isModel(o)?o.attributes:o;e.parse&&(w=y.parse(w,e)),y.set(w,e),u.push(y),g&&!m&&(m=y.hasChanged(v))}f[y.cid]||(f[y.cid]=!0,s.push(y)),t[a]=y}else h&&(o=t[a]=this._prepareModel(o,e))&&(l.push(o),this._addReference(o,e),f[o.cid]=!0,s.push(o))}if(p){for(a=0;a<this.length;a++)f[(o=this.models[a]).cid]||c.push(o);c.length&&this._removeModels(c,e)}var x=!1,k=!g&&h&&p;if(s.length&&k?(x=this.length!==s.length||n.some(this.models,(function(t,e){return t!==s[e]})),this.models.length=0,_(this.models,s,0),this.length=this.models.length):l.length&&(g&&(m=!0),_(this.models,l,null==i?this.length:i),this.length=this.models.length),m&&this.sort({silent:!0}),!e.silent){for(a=0;a<l.length;a++)null!=i&&(e.index=i+a),(o=l[a]).trigger("add",o,this,e);(m||x)&&this.trigger("sort",this,e),(l.length||c.length||u.length)&&(e.changes={added:l,removed:c,merged:u},this.trigger("update",this,e))}return r?t[0]:t}},reset:function(t,e){e=e?n.clone(e):{};for(var r=0;r<this.models.length;r++)this._removeReference(this.models[r],e);return e.previousModels=this.models,this._reset(),t=this.add(t,n.extend({silent:!0},e)),e.silent||this.trigger("reset",this,e),t},push:function(t,e){return this.add(t,n.extend({at:this.length},e))},pop:function(t){var e=this.at(this.length-1);return this.remove(e,t)},unshift:function(t,e){return this.add(t,n.extend({at:0},e))},shift:function(t){var e=this.at(0);return this.remove(e,t)},slice:function(){return o.apply(this.models,arguments)},get:function(t){if(null!=t)return this._byId[t]||this._byId[this.modelId(this._isModel(t)?t.attributes:t,t.idAttribute)]||t.cid&&this._byId[t.cid]},has:function(t){return null!=this.get(t)},at:function(t){return t<0&&(t+=this.length),this.models[t]},where:function(t,e){return this[e?"find":"filter"](t)},findWhere:function(t){return this.where(t,!0)},sort:function(t){var e=this.comparator;if(!e)throw new Error("Cannot sort a set without a comparator");t||(t={});var r=e.length;return n.isFunction(e)&&(e=e.bind(this)),1===r||n.isString(e)?this.models=this.sortBy(e):this.models.sort(e),t.silent||this.trigger("sort",this,t),this},pluck:function(t){return this.map(t+"")},fetch:function(t){var e=(t=n.extend({parse:!0},t)).success,r=this;return t.success=function(n){var i=t.reset?"reset":"set";r[i](n,t),e&&e.call(t.context,r,n,t),r.trigger("sync",r,n,t)},$(this,t),this.sync("read",this,t)},create:function(t,e){var r=(e=e?n.clone(e):{}).wait;if(!(t=this._prepareModel(t,e)))return!1;r||this.add(t,e);var i=this,o=e.success;return e.success=function(t,e,n){r&&(t.off("error",i._forwardPristineError,i),i.add(t,n)),o&&o.call(n.context,t,e,n)},r&&t.once("error",this._forwardPristineError,this),t.save(null,e),t},parse:function(t,e){return t},clone:function(){return new this.constructor(this.models,{model:this.model,comparator:this.comparator})},modelId:function(t,e){return t[e||this.model.prototype.idAttribute||"id"]},values:function(){return new k(this,C)},keys:function(){return new k(this,A)},entries:function(){return new k(this,O)},_reset:function(){this.length=0,this.models=[],this._byId={}},_prepareModel:function(t,e){return this._isModel(t)?(t.collection||(t.collection=this),t):((e=e?n.clone(e):{}).collection=this,(r=this.model.prototype?new this.model(t,e):this.model(t,e)).validationError?(this.trigger("invalid",this,r.validationError,e),!1):r);var r},_removeModels:function(t,e){for(var n=[],r=0;r<t.length;r++){var i=this.get(t[r]);if(i){var o=this.indexOf(i);this.models.splice(o,1),this.length--,delete this._byId[i.cid];var a=this.modelId(i.attributes,i.idAttribute);null!=a&&delete this._byId[a],e.silent||(e.index=o,i.trigger("remove",i,this,e)),n.push(i),this._removeReference(i,e)}}return t.length>0&&!e.silent&&delete e.index,n},_isModel:function(t){return t instanceof v},_addReference:function(t,e){this._byId[t.cid]=t;var n=this.modelId(t.attributes,t.idAttribute);null!=n&&(this._byId[n]=t),t.on("all",this._onModelEvent,this)},_removeReference:function(t,e){delete this._byId[t.cid];var n=this.modelId(t.attributes,t.idAttribute);null!=n&&delete this._byId[n],this===t.collection&&delete t.collection,t.off("all",this._onModelEvent,this)},_onModelEvent:function(t,e,n,r){if(e){if(("add"===t||"remove"===t)&&n!==this)return;if("destroy"===t&&this.remove(e,r),"changeId"===t){var i=this.modelId(e.previousAttributes(),e.idAttribute),o=this.modelId(e.attributes,e.idAttribute);null!=i&&delete this._byId[i],null!=o&&(this._byId[o]=e)}}this.trigger.apply(this,arguments)},_forwardPristineError:function(t,e,n){this.has(t)||this._onModelEvent("error",t,e,n)}});var x="function"==typeof Symbol&&Symbol.iterator;x&&(y.prototype[x]=y.prototype.values);var k=function(t,e){this._collection=t,this._kind=e,this._index=0},C=1,A=2,O=3;x&&(k.prototype[x]=function(){return this}),k.prototype.next=function(){if(this._collection){if(this._index<this._collection.length){var t,e=this._collection.at(this._index);if(this._index++,this._kind===C)t=e;else{var n=this._collection.modelId(e.attributes,e.idAttribute);t=this._kind===A?n:[n,e]}return{value:t,done:!1}}this._collection=void 0}return{value:void 0,done:!0}};var E=e.View=function(t){this.cid=n.uniqueId("view"),this.preinitialize.apply(this,arguments),n.extend(this,n.pick(t,j)),this._ensureElement(),this.initialize.apply(this,arguments)},S=/^(\S+)\s*(.*)$/,j=["model","collection","el","id","attributes","className","tagName","events"];n.extend(E.prototype,s,{tagName:"div",$:function(t){return this.$el.find(t)},preinitialize:function(){},initialize:function(){},render:function(){return this},remove:function(){return this._removeElement(),this.stopListening(),this},_removeElement:function(){this.$el.remove()},setElement:function(t){return this.undelegateEvents(),this._setElement(t),this.delegateEvents(),this},_setElement:function(t){this.$el=t instanceof e.$?t:e.$(t),this.el=this.$el[0]},delegateEvents:function(t){if(t||(t=n.result(this,"events")),!t)return this;for(var e in this.undelegateEvents(),t){var r=t[e];if(n.isFunction(r)||(r=this[r]),r){var i=e.match(S);this.delegate(i[1],i[2],r.bind(this))}}return this},delegate:function(t,e,n){return this.$el.on(t+".delegateEvents"+this.cid,e,n),this},undelegateEvents:function(){return this.$el&&this.$el.off(".delegateEvents"+this.cid),this},undelegate:function(t,e,n){return this.$el.off(t+".delegateEvents"+this.cid,e,n),this},_createElement:function(t){return document.createElement(t)},_ensureElement:function(){if(this.el)this.setElement(n.result(this,"el"));else{var t=n.extend({},n.result(this,"attributes"));this.id&&(t.id=n.result(this,"id")),this.className&&(t.class=n.result(this,"className")),this.setElement(this._createElement(n.result(this,"tagName"))),this._setAttributes(t)}},_setAttributes:function(t){this.$el.attr(t)}});var P=function(t,e,r,i){n.each(r,(function(n,r){e[r]&&(t.prototype[r]=function(t,e,n,r){switch(e){case 1:return function(){return t[n](this[r])};case 2:return function(e){return t[n](this[r],e)};case 3:return function(e,i){return t[n](this[r],T(e,this),i)};case 4:return function(e,i,o){return t[n](this[r],T(e,this),i,o)};default:return function(){var e=o.call(arguments);return e.unshift(this[r]),t[n].apply(t,e)}}}(e,n,r,i))}))},T=function(t,e){return n.isFunction(t)?t:n.isObject(t)&&!e._isModel(t)?M(t):n.isString(t)?function(e){return e.get(t)}:t},M=function(t){var e=n.matches(t);return function(t){return e(t.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"],[v,{keys:1,values:1,pairs:1,invert:1,pick:0,omit:0,chain:1,isEmpty:1},"attributes"]],(function(t){var e=t[0],r=t[1],i=t[2];e.mixin=function(t){var r=n.reduce(n.functions(t),(function(t,e){return t[e]=0,t}),{});P(e,t,r,i)},P(e,n,r,i)})),e.sync=function(t,r,i){var o=R[t];n.defaults(i||(i={}),{emulateHTTP:e.emulateHTTP,emulateJSON:e.emulateJSON});var a={type:o,dataType:"json"};if(i.url||(a.url=n.result(r,"url")||F()),null!=i.data||!r||"create"!==t&&"update"!==t&&"patch"!==t||(a.contentType="application/json",a.data=JSON.stringify(i.attrs||r.toJSON(i))),i.emulateJSON&&(a.contentType="application/x-www-form-urlencoded",a.data=a.data?{model:a.data}:{}),i.emulateHTTP&&("PUT"===o||"DELETE"===o||"PATCH"===o)){a.type="POST",i.emulateJSON&&(a.data._method=o);var s=i.beforeSend;i.beforeSend=function(t){if(t.setRequestHeader("X-HTTP-Method-Override",o),s)return s.apply(this,arguments)}}"GET"===a.type||i.emulateJSON||(a.processData=!1);var l=i.error;i.error=function(t,e,n){i.textStatus=e,i.errorThrown=n,l&&l.call(i.context,t,e,n)};var u=i.xhr=e.ajax(n.extend(a,i));return r.trigger("request",r,u,i),u};var R={create:"POST",update:"PUT",patch:"PATCH",delete:"DELETE",read:"GET"};e.ajax=function(){return e.$.ajax.apply(e.$,arguments)};var D=e.Router=function(t){t||(t={}),this.preinitialize.apply(this,arguments),t.routes&&(this.routes=t.routes),this._bindRoutes(),this.initialize.apply(this,arguments)},N=/\((.*?)\)/g,V=/(\(\?)?:\w+/g,L=/\*\w+/g,B=/[\-{}\[\]+?.,\\\^$|#\s]/g;n.extend(D.prototype,s,{preinitialize:function(){},initialize:function(){},route:function(t,r,i){n.isRegExp(t)||(t=this._routeToRegExp(t)),n.isFunction(r)&&(i=r,r=""),i||(i=this[r]);var o=this;return e.history.route(t,(function(n){var a=o._extractParameters(t,n);!1!==o.execute(i,a,r)&&(o.trigger.apply(o,["route:"+r].concat(a)),o.trigger("route",r,a),e.history.trigger("route",o,r,a))})),this},execute:function(t,e,n){t&&t.apply(this,e)},navigate:function(t,n){return e.history.navigate(t,n),this},_bindRoutes:function(){if(this.routes){this.routes=n.result(this,"routes");for(var t,e=n.keys(this.routes);null!=(t=e.pop());)this.route(t,this.routes[t])}},_routeToRegExp:function(t){return t=t.replace(B,"\\$&").replace(N,"(?:$1)?").replace(V,(function(t,e){return e?t:"([^/?]+)"})).replace(L,"([^?]*?)"),new RegExp("^"+t+"(?:\\?([\\s\\S]*))?$")},_extractParameters:function(t,e){var r=t.exec(e).slice(1);return n.map(r,(function(t,e){return e===r.length-1?t||null:t?decodeURIComponent(t):null}))}});var I=e.History=function(){this.handlers=[],this.checkUrl=this.checkUrl.bind(this),"undefined"!=typeof window&&(this.location=window.location,this.history=window.history)},H=/^[#\/]|\s+$/g,z=/^\/+|\/+$/g,U=/#.*$/;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(t){return decodeURI(t.replace(/%25/g,"%2525"))},getSearch:function(){var t=this.location.href.replace(/#.*/,"").match(/\?.+/);return t?t[0]:""},getHash:function(t){var e=(t||this).location.href.match(/#(.*)$/);return e?e[1]:""},getPath:function(){var t=this.decodeFragment(this.location.pathname+this.getSearch()).slice(this.root.length-1);return"/"===t.charAt(0)?t.slice(1):t},getFragment:function(t){return null==t&&(t=this._usePushState||!this._wantsHashChange?this.getPath():this.getHash()),t.replace(H,"")},start:function(t){if(I.started)throw new Error("Backbone.history has already been started");if(I.started=!0,this.options=n.extend({root:"/"},this.options,t),this.root=this.options.root,this._trailingSlash=this.options.trailingSlash,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(z,"/"),this._wantsHashChange&&this._wantsPushState){if(!this._hasPushState&&!this.atRoot()){var e=this.root.slice(0,-1)||"/";return this.location.replace(e+"#"+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 o=window.addEventListener||function(t,e){return attachEvent("on"+t,e)};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 t=window.removeEventListener||function(t,e){return detachEvent("on"+t,e)};this._usePushState?t("popstate",this.checkUrl,!1):this._useHashChange&&!this.iframe&&t("hashchange",this.checkUrl,!1),this.iframe&&(document.body.removeChild(this.iframe),this.iframe=null),this._checkUrlInterval&&clearInterval(this._checkUrlInterval),I.started=!1},route:function(t,e){this.handlers.unshift({route:t,callback:e})},checkUrl:function(t){var e=this.getFragment();if(e===this.fragment&&this.iframe&&(e=this.getHash(this.iframe.contentWindow)),e===this.fragment)return!this.matchRoot()&&this.notfound();this.iframe&&this.navigate(e),this.loadUrl()},loadUrl:function(t){return this.matchRoot()?(t=this.fragment=this.getFragment(t),n.some(this.handlers,(function(e){if(e.route.test(t))return e.callback(t),!0}))||this.notfound()):this.notfound()},notfound:function(){return this.trigger("notfound"),!1},navigate:function(t,e){if(!I.started)return!1;e&&!0!==e||(e={trigger:!!e}),t=this.getFragment(t||"");var n=this.root;this._trailingSlash||""!==t&&"?"!==t.charAt(0)||(n=n.slice(0,-1)||"/");var r=n+t;t=t.replace(U,"");var i=this.decodeFragment(t);if(this.fragment!==i){if(this.fragment=i,this._usePushState)this.history[e.replace?"replaceState":"pushState"]({},document.title,r);else{if(!this._wantsHashChange)return this.location.assign(r);if(this._updateHash(this.location,t,e.replace),this.iframe&&t!==this.getHash(this.iframe.contentWindow)){var o=this.iframe.contentWindow;e.replace||(o.document.open(),o.document.close()),this._updateHash(o.location,t,e.replace)}}return e.trigger?this.loadUrl(t):void 0}},_updateHash:function(t,e,n){if(n){var r=t.href.replace(/(javascript:|#).*$/,"");t.replace(r+"#"+e)}else t.hash="#"+e}}),e.history=new I;v.extend=y.extend=D.extend=E.extend=I.extend=function(t,e){var r,i=this;return r=t&&n.has(t,"constructor")?t.constructor:function(){return i.apply(this,arguments)},n.extend(r,i,e),r.prototype=n.create(i.prototype,t),r.prototype.constructor=r,r.__super__=i.prototype,r};var F=function(){throw new Error('A "url" property or function must be specified')},$=function(t,e){var n=e.error;e.error=function(r){n&&n.call(e.context,t,r,e),t.trigger("error",t,r,e)}};return e._debug=function(){return{root:t,_:n}},e}(o,n,t,e)}.apply(e,r),void 0===i||(t.exports=i)},9962:function(t,e,n){t.exports=function(t,e,n){"use strict";t=t&&t.hasOwnProperty("default")?t.default:t,e=e&&e.hasOwnProperty("default")?e.default:e,n=n&&n.hasOwnProperty("default")?n.default:n;var r="3.5.1",i=function(t){return function(e){for(var n=arguments.length,r=Array(n>1?n-1:0),i=1;i<n;i++)r[i-1]=arguments[i];return t.apply(e,r)}},o=t.Model.extend,a=function t(n,r){e.isObject(n)&&(n=n.prev+" is going to be removed in the future. Please use "+n.next+" instead."+(n.url?" See: "+n.url:"")),Dt.DEV_MODE&&(void 0!==r&&r||t._cache[n]||(t._warn("Deprecation warning: "+n),t._cache[n]=!0))};a._console="undefined"!=typeof console?console:{},a._warn=function(){return(a._console.warn||a._console.log||e.noop).apply(a._console,arguments)},a._cache={};var s=function(t){return document.documentElement.contains(t&&t.parentNode)},l=function(t,n){var r=this;t&&e.each(n,(function(e){var n=t[e];void 0!==n&&(r[e]=n)}))},u=function(t){if(t)return this.options&&void 0!==this.options[t]?this.options[t]:this[t]},c=function(t){var n=this;return e.reduce(t,(function(t,r,i){return e.isFunction(r)||(r=n[r]),r&&(t[i]=r),t}),{})},f=/(^|:)(\w)/gi;function h(t,e,n){return n.toUpperCase()}var d=e.memoize((function(t){return"on"+t.replace(f,h)}));function p(t){for(var n=arguments.length,r=Array(n>1?n-1:0),i=1;i<n;i++)r[i-1]=arguments[i];var o=d(t),a=u.call(this,o),s=void 0;return e.isFunction(a)&&(s=a.apply(this,r)),this.trigger.apply(this,arguments),s}function m(t){for(var n=arguments.length,r=Array(n>1?n-1:0),i=1;i<n;i++)r[i-1]=arguments[i];return e.isFunction(t.triggerMethod)?t.triggerMethod.apply(t,r):p.apply(t,r)}function g(t,n,r){t._getImmediateChildren&&e.each(t._getImmediateChildren(),(function(t){r(t)&&m(t,n,t)}))}function v(t){return!t._isAttached}function y(t){return!!v(t)&&(t._isAttached=!0,!0)}function b(t){return t._isAttached}function w(t){return!!b(t)&&(t._isAttached=!1,!0)}function _(t){t._isAttached&&t._isRendered&&m(t,"dom:refresh",t)}function x(t){t._isAttached&&t._isRendered&&m(t,"dom:remove",t)}function k(){g(this,"before:attach",v)}function C(){g(this,"attach",y),_(this)}function A(){g(this,"before:detach",b),x(this)}function O(){g(this,"detach",w)}function E(){x(this)}function S(){_(this)}function j(t){t._areViewEventsMonitored||!1===t.monitorViewEvents||(t._areViewEventsMonitored=!0,t.on({"before:attach":k,attach:C,"before:detach":A,detach:O,"before:render":E,render:S}))}var P=["description","fileName","lineNumber","name","message","number"],T=o.call(Error,{urlRoot:"http://marionettejs.com/docs/v3.5.1/",constructor:function(t,n){e.isObject(t)?t=(n=t).message:n||(n={});var r=Error.call(this,t);e.extend(this,e.pick(r,P),e.pick(n,P)),this.captureStackTrace(),n.url&&(this.url=this.urlRoot+n.url)},captureStackTrace:function(){Error.captureStackTrace&&Error.captureStackTrace(this,T)},toString:function(){return this.name+": "+this.message+(this.url?" See: "+this.url:"")}});function M(t,n,r,i){if(!e.isObject(r))throw new T({message:"Bindings must be an object.",url:"marionette.functions.html#marionettebindevents"});e.each(r,(function(r,o){e.isString(r)?function(t,n,r,i,o){var s=i.split(/\s+/);s.length>1&&a("Multiple handlers for a single event are deprecated. If needed, use a single handler to call multiple methods."),e.each(s,(function(e){var i=t[e];if(!i)throw new T('Method "'+e+'" was configured as an event handler, but does not exist.');t[o](n,r,i)}))}(t,n,o,r,i):t[i](n,o,r)}))}function R(t,e){return t&&e?(M(this,t,e,"listenTo"),this):this}function D(t,e){return t?e?(M(this,t,e,"stopListening"),this):(this.stopListening(t),this):this}function N(t,n,r,i){if(!e.isObject(r))throw new T({message:"Bindings must be an object.",url:"marionette.functions.html#marionettebindrequests"});var o=c.call(t,r);n[i](o,t)}function V(t,e){return t&&e?(N(this,t,e,"reply"),this):this}function L(t,e){return t?e?(N(this,t,e,"stopReplying"),this):(t.stopReplying(null,null,this),this):this}T.extend=o;var B={normalizeMethods:c,_setOptions:function(t){this.options=e.extend({},e.result(this,"options"),t)},mergeOptions:l,getOption:u,bindEvents:R,unbindEvents:D},I={_initRadio:function(){var t=e.result(this,"channelName");if(t){if(!n)throw new T({name:"BackboneRadioMissing",message:'The dependency "backbone.radio" is missing.'});var r=this._channel=n.channel(t),i=e.result(this,"radioEvents");this.bindEvents(r,i);var o=e.result(this,"radioRequests");this.bindRequests(r,o),this.on("destroy",this._destroyRadio)}},_destroyRadio:function(){this._channel.stopReplying(null,null,this)},getChannel:function(){return this._channel},bindEvents:R,unbindEvents:D,bindRequests:V,unbindRequests:L},H=["channelName","radioEvents","radioRequests"],z=function(t){this.hasOwnProperty("options")||this._setOptions(t),this.mergeOptions(t,H),this._setCid(),this._initRadio(),this.initialize.apply(this,arguments)};z.extend=o,e.extend(z.prototype,t.Events,B,I,{cidPrefix:"mno",_isDestroyed:!1,isDestroyed:function(){return this._isDestroyed},initialize:function(){},_setCid:function(){this.cid||(this.cid=e.uniqueId(this.cidPrefix))},destroy:function(){if(this._isDestroyed)return this;for(var t=arguments.length,e=Array(t),n=0;n<t;n++)e[n]=arguments[n];return this.triggerMethod.apply(this,["before:destroy",this].concat(e)),this._isDestroyed=!0,this.triggerMethod.apply(this,["destroy",this].concat(e)),this.stopListening(),this},triggerMethod:p});var U=function(t){this.templateId=t};e.extend(U,{templateCaches:{},get:function(t,e){var n=this.templateCaches[t];return n||(n=new U(t),this.templateCaches[t]=n),n.load(e)},clear:function(){for(var t=void 0,e=arguments.length,n=Array(e),r=0;r<e;r++)n[r]=arguments[r];var i=n.length;if(i>0)for(t=0;t<i;t++)delete this.templateCaches[n[t]];else this.templateCaches={}}}),e.extend(U.prototype,{load:function(t){if(this.compiledTemplate)return this.compiledTemplate;var e=this.loadTemplate(this.templateId,t);return this.compiledTemplate=this.compileTemplate(e,t),this.compiledTemplate},loadTemplate:function(e,n){var r=t.$(e);if(!r.length)throw new T({name:"NoTemplateError",message:'Could not find template: "'+e+'"'});return r.html()},compileTemplate:function(t,n){return e.template(t,n)}});var F=e.invokeMap||e.invoke;function $(t,n){return e.chain(n).map((function(n,r){var i=function(t,n){return t.behaviorClass?t.behaviorClass:e.isFunction(t)?t:e.isFunction(Dt.Behaviors.behaviorsLookup)?Dt.Behaviors.behaviorsLookup(t,n)[n]:Dt.Behaviors.behaviorsLookup[n]}(n,r),o=new i(n===i?{}:n,t),a=$(t,e.result(o,"behaviors"));return[o].concat(a)})).flatten().value()}var q={_initBehaviors:function(){this._behaviors=this._getBehaviors()},_getBehaviors:function(){var t=e.result(this,"behaviors");return e.isObject(t)?$(this,t):{}},_getBehaviorTriggers:function(){var t=F(this._behaviors,"getTriggers");return e.reduce(t,(function(t,n){return e.extend(t,n)}),{})},_getBehaviorEvents:function(){var t=F(this._behaviors,"getEvents");return e.reduce(t,(function(t,n){return e.extend(t,n)}),{})},_proxyBehaviorViewProperties:function(){F(this._behaviors,"proxyViewProperties")},_delegateBehaviorEntityEvents:function(){F(this._behaviors,"delegateEntityEvents")},_undelegateBehaviorEntityEvents:function(){F(this._behaviors,"undelegateEntityEvents")},_destroyBehaviors:function(){for(var t=arguments.length,e=Array(t),n=0;n<t;n++)e[n]=arguments[n];F.apply(void 0,[this._behaviors,"destroy"].concat(e))},_removeBehavior:function(t){this._isDestroyed||(this.undelegate(".trig"+t.cid+" ."+t.cid),this._behaviors=e.without(this._behaviors,t))},_bindBehaviorUIElements:function(){F(this._behaviors,"bindUIElements")},_unbindBehaviorUIElements:function(){F(this._behaviors,"unbindUIElements")},_triggerEventOnBehaviors:function(){for(var t=this._behaviors,e=0,n=t&&t.length;e<n;e++)p.apply(t[e],arguments)}},W={_delegateEntityEvents:function(t,n){var r=e.result(this,"modelEvents");r&&(D.call(this,t,r),R.call(this,t,r));var i=e.result(this,"collectionEvents");i&&(D.call(this,n,i),R.call(this,n,i))},_undelegateEntityEvents:function(t,n){var r=e.result(this,"modelEvents");D.call(this,t,r);var i=e.result(this,"collectionEvents");D.call(this,n,i)}},G=/^(\S+)\s*(.*)$/,Z=function(t,e){var n=t.match(G);return n[1]+"."+e+" "+n[2]},K={childViewEventPrefix:!0,triggersStopPropagation:!0,triggersPreventDefault:!0};function X(t){return!!K[t]}var Y={_getViewTriggers:function(t,n){var r=this;return e.reduce(n,(function(n,i,o){return n[o=Z(o,"trig"+r.cid)]=function(t,n){e.isString(n)&&(n={event:n});var r=n.event,i=!!n.preventDefault;X("triggersPreventDefault")&&(i=!1!==n.preventDefault);var o=!!n.stopPropagation;return X("triggersStopPropagation")&&(o=!1!==n.stopPropagation),function(e){i&&e.preventDefault(),o&&e.stopPropagation(),t.triggerMethod(r,t,e)}}(t,i),n}),{})}},J=function(t,e){return t.replace(/@ui\.[a-zA-Z-_$0-9]*/g,(function(t){return e[t.slice(4)]}))},Q=function t(n,r,i){return e.each(n,(function(o,a){e.isString(o)?n[a]=J(o,r):e.isObject(o)&&e.isArray(i)&&(e.extend(o,t(e.pick(o,i),r)),e.each(i,(function(t){var n=o[t];e.isString(n)&&(o[t]=J(n,r))})))})),n},tt={normalizeUIKeys:function(t){return function(t,n){return e.reduce(t,(function(t,e,r){return t[J(r,n)]=e,t}),{})}(t,this._getUIBindings())},normalizeUIString:function(t){var e=this._getUIBindings();return J(t,e)},normalizeUIValues:function(t,e){var n=this._getUIBindings();return Q(t,n,e)},_getUIBindings:function(){var t=e.result(this,"_uiBindings"),n=e.result(this,"ui");return t||n},_bindUIElements:function(){var t=this;if(this.ui){this._uiBindings||(this._uiBindings=this.ui);var n=e.result(this,"_uiBindings");this._ui={},e.each(n,(function(e,n){t._ui[n]=t.$(e)})),this.ui=this._ui}},_unbindUIElements:function(){var t=this;this.ui&&this._uiBindings&&(e.each(this.ui,(function(e,n){delete t.ui[n]})),this.ui=this._uiBindings,delete this._uiBindings,delete this._ui)},_getUI:function(t){return this._ui[t]}};function et(e){return e instanceof t.$?e:t.$(e)}function nt(t){return this.prototype.Dom=e.extend({},this.prototype.Dom,t),this}var rt={createBuffer:function(){return document.createDocumentFragment()},getEl:function(t){return et(t)},findEl:function(t,e){return(arguments.length>2&&void 0!==arguments[2]?arguments[2]:et(t)).find(e)},hasEl:function(t,e){return t.contains(e&&e.parentNode)},detachEl:function(t){(arguments.length>1&&void 0!==arguments[1]?arguments[1]:et(t)).detach()},replaceEl:function(t,e){if(t!==e){var n=e.parentNode;n&&n.replaceChild(t,e)}},swapEl:function(t,e){if(t!==e){var n=t.parentNode,r=e.parentNode;if(n&&r){var i=t.nextSibling,o=e.nextSibling;n.insertBefore(e,i),r.insertBefore(t,o)}}},setContents:function(t,e){(arguments.length>2&&void 0!==arguments[2]?arguments[2]:et(t)).html(e)},appendContents:function(t,e){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},r=n._$el,i=void 0===r?et(t):r,o=n._$contents,a=void 0===o?et(e):o;i.append(a)},hasContents:function(t){return!!t&&t.hasChildNodes()},detachContents:function(t){(arguments.length>1&&void 0!==arguments[1]?arguments[1]:et(t)).contents().detach()}},it={Dom:rt,supportsRenderLifecycle:!0,supportsDestroyLifecycle:!0,_isDestroyed:!1,isDestroyed:function(){return!!this._isDestroyed},_isRendered:!1,isRendered:function(){return!!this._isRendered},_isAttached:!1,isAttached:function(){return!!this._isAttached},delegateEvents:function(n){this._proxyBehaviorViewProperties(),this._buildEventProxies();var r=this._getEvents(n);void 0===n&&(this.events=r);var i=e.extend({},this._getBehaviorEvents(),r,this._getBehaviorTriggers(),this.getTriggers());return t.View.prototype.delegateEvents.call(this,i),this},_getEvents:function(t){var n=t||this.events;return e.isFunction(n)?this.normalizeUIKeys(n.call(this)):this.normalizeUIKeys(n)},getTriggers:function(){if(this.triggers){var t=this.normalizeUIKeys(e.result(this,"triggers"));return this._getViewTriggers(this,t)}},delegateEntityEvents:function(){return this._delegateEntityEvents(this.model,this.collection),this._delegateBehaviorEntityEvents(),this},undelegateEntityEvents:function(){return this._undelegateEntityEvents(this.model,this.collection),this._undelegateBehaviorEntityEvents(),this},destroy:function(){if(this._isDestroyed)return this;for(var t=this._isAttached&&!this._shouldDisableEvents,e=arguments.length,n=Array(e),r=0;r<e;r++)n[r]=arguments[r];return this.triggerMethod.apply(this,["before:destroy",this].concat(n)),t&&this.triggerMethod("before:detach",this),this.unbindUIElements(),this._removeElement(),t&&(this._isAttached=!1,this.triggerMethod("detach",this)),this._removeChildren(),this._isDestroyed=!0,this._isRendered=!1,this._destroyBehaviors.apply(this,n),this.triggerMethod.apply(this,["destroy",this].concat(n)),this.stopListening(),this},_removeElement:function(){this.$el.off().removeData(),this.Dom.detachEl(this.el,this.$el)},bindUIElements:function(){return this._bindUIElements(),this._bindBehaviorUIElements(),this},unbindUIElements:function(){return this._unbindUIElements(),this._unbindBehaviorUIElements(),this},getUI:function(t){return this._getUI(t)},childViewEventPrefix:function(){return!!X("childViewEventPrefix")&&"childview"},triggerMethod:function(){var t=p.apply(this,arguments);return this._triggerEventOnBehaviors.apply(this,arguments),t},_buildEventProxies:function(){this._childViewEvents=e.result(this,"childViewEvents"),this._childViewTriggers=e.result(this,"childViewTriggers")},_proxyChildViewEvents:function(t){this.listenTo(t,"all",this._childViewEventHandler)},_childViewEventHandler:function(t){for(var n=this.normalizeMethods(this._childViewEvents),r=arguments.length,i=Array(r>1?r-1:0),o=1;o<r;o++)i[o-1]=arguments[o];void 0!==n&&e.isFunction(n[t])&&n[t].apply(this,i);var a=this._childViewTriggers;a&&e.isString(a[t])&&this.triggerMethod.apply(this,[a[t]].concat(i));var s=e.result(this,"childViewEventPrefix");if(!1!==s){var l=s+":"+t;this.triggerMethod.apply(this,[l].concat(i))}}};function ot(t){t._isRendered||(t.supportsRenderLifecycle||m(t,"before:render",t),t.render(),t.supportsRenderLifecycle||(t._isRendered=!0,m(t,"render",t)))}function at(t){if(t.destroy)t.destroy();else{t.supportsDestroyLifecycle||m(t,"before:destroy",t);var e=t._isAttached&&!t._shouldDisableEvents;e&&m(t,"before:detach",t),t.remove(),e&&(t._isAttached=!1,m(t,"detach",t)),t._isDestroyed=!0,t.supportsDestroyLifecycle||m(t,"destroy",t)}}e.extend(it,q,B,W,Y,tt);var st=["allowMissingEl","parentEl","replaceElement"],lt=z.extend({Dom:rt,cidPrefix:"mnr",replaceElement:!1,_isReplaced:!1,_isSwappingView:!1,constructor:function(e){if(this._setOptions(e),this.mergeOptions(e,st),this._initEl=this.el=this.getOption("el"),this.el=this.el instanceof t.$?this.el[0]:this.el,!this.el)throw new T({name:"NoElError",message:'An "el" must be specified for a region.'});this.$el=this.getEl(this.el),z.call(this,e)},show:function(t,e){if(this._ensureElement(e))return(t=this._getView(t,e))===this.currentView||(this._isSwappingView=!!this.currentView,this.triggerMethod("before:show",this,t,e),t._isAttached||this.empty(e),this._setupChildView(t),this.currentView=t,ot(t),this._attachView(t,e),this.triggerMethod("show",this,t,e),this._isSwappingView=!1),this},_setupChildView:function(t){j(t),this._proxyChildViewEvents(t),t.on("destroy",this._empty,this)},_proxyChildViewEvents:function(t){var e=this._parentView;e&&e._proxyChildViewEvents(t)},_shouldDisableMonitoring:function(){return this._parentView&&!1===this._parentView.monitorViewEvents},_attachView:function(t){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},r=!t._isAttached&&s(this.el)&&!this._shouldDisableMonitoring(),i=void 0===n.replaceElement?!!e.result(this,"replaceElement"):!!n.replaceElement;r&&m(t,"before:attach",t),i?this._replaceEl(t):this.attachHtml(t),r&&(t._isAttached=!0,m(t,"attach",t))},_ensureElement:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};if(e.isObject(this.el)||(this.$el=this.getEl(this.el),this.el=this.$el[0],this.$el=this.Dom.getEl(this.el)),!this.$el||0===this.$el.length){if(void 0===t.allowMissingEl?e.result(this,"allowMissingEl"):t.allowMissingEl)return!1;throw new T('An "el" must exist in DOM for this region '+this.cid)}return!0},_getView:function(e){if(!e)throw new T({name:"ViewNotValid",message:"The view passed is undefined and therefore invalid. You must pass a view instance to show."});if(e._isDestroyed)throw new T({name:"ViewDestroyedError",message:'View (cid: "'+e.cid+'") has already been destroyed and cannot be used.'});if(e instanceof t.View)return e;var n=this._getViewOptions(e);return new pt(n)},_getViewOptions:function(t){return e.isFunction(t)?{template:t}:e.isObject(t)?t:{template:function(){return t}}},getEl:function(t){var n=e.result(this,"parentEl");return n&&e.isString(t)?this.Dom.findEl(n,t):this.Dom.getEl(t)},_replaceEl:function(t){this._restoreEl(),t.on("before:destroy",this._restoreEl,this),this.Dom.replaceEl(t.el,this.el),this._isReplaced=!0},_restoreEl:function(){if(this._isReplaced){var t=this.currentView;t&&(this._detachView(t),this._isReplaced=!1)}},isReplaced:function(){return!!this._isReplaced},isSwappingView:function(){return!!this._isSwappingView},attachHtml:function(t){this.Dom.appendContents(this.el,t.el,{_$el:this.$el,_$contents:t.$el})},empty:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{allowMissingEl:!0},e=this.currentView;if(!e)return this._ensureElement(t)&&this.detachHtml(),this;var n=!t.preventDestroy;return n||a("The preventDestroy option is deprecated. Use Region#detachView"),this._empty(e,n),this},_empty:function(t,e){t.off("destroy",this._empty,this),this.triggerMethod("before:empty",this,t),this._restoreEl(),delete this.currentView,t._isDestroyed||(e?this.removeView(t):this._detachView(t),this._stopChildViewEvents(t)),this.triggerMethod("empty",this,t)},_stopChildViewEvents:function(t){this._parentView&&this._parentView.stopListening(t)},destroyView:function(t){return t._isDestroyed||(t._shouldDisableEvents=this._shouldDisableMonitoring(),at(t)),t},removeView:function(t){this.destroyView(t)},detachView:function(){var t=this.currentView;if(t)return this._empty(t),t},_detachView:function(t){var e=t._isAttached&&!this._shouldDisableMonitoring(),n=this._isReplaced;e&&m(t,"before:detach",t),n?this.Dom.replaceEl(this.el,t.el):this.detachHtml(),e&&(t._isAttached=!1,m(t,"detach",t))},detachHtml:function(){this.Dom.detachContents(this.el,this.$el)},hasView:function(){return!!this.currentView},reset:function(t){return this.empty(t),this.$el&&(this.el=this._initEl),delete this.$el,this},destroy:function(t){return this._isDestroyed?this:(this.reset(t),this._name&&this._parentView._removeReferences(this._name),delete this._parentView,delete this._name,z.prototype.destroy.apply(this,arguments))}},{setDomApi:nt}),ut=function(t,n){return t instanceof lt?t:function(t,n){var r=e.extend({},n);if(e.isString(t))return e.extend(r,{el:t}),ct(r);if(e.isFunction(t))return e.extend(r,{regionClass:t}),ct(r);if(e.isObject(t))return t.selector&&a("The selector option on a Region definition object is deprecated. Use el to pass a selector string"),e.extend(r,{el:t.selector},t),ct(r);throw new T({message:"Improper region configuration type.",url:"marionette.region.html#region-configuration-types"})}(t,n)};function ct(t){return new(0,t.regionClass)(e.omit(t,"regionClass"))}var ft={regionClass:lt,_initRegions:function(){this.regions=this.regions||{},this._regions={},this.addRegions(e.result(this,"regions"))},_reInitRegions:function(){F(this._regions,"reset")},addRegion:function(t,e){var n={};return n[t]=e,this.addRegions(n)[t]},addRegions:function(t){if(!e.isEmpty(t))return t=this.normalizeUIValues(t,["selector","el"]),this.regions=e.extend({},this.regions,t),this._addRegions(t)},_addRegions:function(t){var n=this,r={regionClass:this.regionClass,parentEl:e.partial(e.result,this,"el")};return e.reduce(t,(function(t,e,i){return t[i]=ut(e,r),n._addRegion(t[i],i),t}),{})},_addRegion:function(t,e){this.triggerMethod("before:add:region",this,e,t),t._parentView=this,t._name=e,this._regions[e]=t,this.triggerMethod("add:region",this,e,t)},removeRegion:function(t){var e=this._regions[t];return this._removeRegion(e,t),e},removeRegions:function(){var t=this._getRegions();return e.each(this._regions,e.bind(this._removeRegion,this)),t},_removeRegion:function(t,e){this.triggerMethod("before:remove:region",this,e,t),t.destroy(),this.triggerMethod("remove:region",this,e,t)},_removeReferences:function(t){delete this.regions[t],delete this._regions[t]},emptyRegions:function(){var t=this.getRegions();return F(t,"empty"),t},hasRegion:function(t){return!!this.getRegion(t)},getRegion:function(t){return this._isRendered||this.render(),this._regions[t]},_getRegions:function(){return e.clone(this._regions)},getRegions:function(){return this._isRendered||this.render(),this._getRegions()},showChildView:function(t,e){for(var n=this.getRegion(t),r=arguments.length,i=Array(r>2?r-2:0),o=2;o<r;o++)i[o-2]=arguments[o];return n.show.apply(n,[e].concat(i))},detachChildView:function(t){return this.getRegion(t).detachView()},getChildView:function(t){return this.getRegion(t).currentView}},ht={render:function(t,n){if(!t)throw new T({name:"TemplateNotFoundError",message:"Cannot render the template since its false, null or undefined."});return(e.isFunction(t)?t:U.get(t))(n)}},dt=["behaviors","childViewEventPrefix","childViewEvents","childViewTriggers","collectionEvents","events","modelEvents","regionClass","regions","template","templateContext","triggers","ui"],pt=t.View.extend({constructor:function(n){this.render=e.bind(this.render,this),this._setOptions(n),this.mergeOptions(n,dt),j(this),this._initBehaviors(),this._initRegions();var r=Array.prototype.slice.call(arguments);r[0]=this.options,t.View.prototype.constructor.apply(this,r),this.delegateEntityEvents(),this._triggerEventOnBehaviors("initialize",this)},serializeData:function(){return this.model||this.collection?this.model?this.serializeModel():{items:this.serializeCollection()}:{}},serializeModel:function(){return this.model?e.clone(this.model.attributes):{}},serializeCollection:function(){return this.collection?this.collection.map((function(t){return e.clone(t.attributes)})):{}},setElement:function(){return t.View.prototype.setElement.apply(this,arguments),this._isRendered=this.Dom.hasContents(this.el),this._isAttached=s(this.el),this._isRendered&&this.bindUIElements(),this},render:function(){return this._isDestroyed||(this.triggerMethod("before:render",this),this._isRendered&&this._reInitRegions(),this._renderTemplate(),this.bindUIElements(),this._isRendered=!0,this.triggerMethod("render",this)),this},_renderTemplate:function(){var t=this.getTemplate();if(!1!==t){var e=this.mixinTemplateContext(this.serializeData()),n=this._renderHtml(t,e);this.attachElContent(n)}else a("template:false is deprecated. Use _.noop.")},_renderHtml:function(t,e){return ht.render(t,e,this)},getTemplate:function(){return this.template},mixinTemplateContext:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},n=e.result(this,"templateContext");return e.extend(t,n)},attachElContent:function(t){return this.Dom.setContents(this.el,t,this.$el),this},_removeChildren:function(){this.removeRegions()},_getImmediateChildren:function(){return e.chain(this._getRegions()).map("currentView").compact().value()}},{setRenderer:function(t){return this.prototype._renderHtml=t,this},setDomApi:nt});e.extend(pt.prototype,it,ft);var mt=["forEach","each","map","find","detect","filter","select","reject","every","all","some","any","include","contains","invoke","toArray","first","initial","rest","last","without","isEmpty","pluck","reduce","partition"],gt=function(t,n){e.each(mt,(function(r){t[r]=function(){var t=e.result(this,n),i=Array.prototype.slice.call(arguments);return e[r].apply(e,[t].concat(i))}}))},vt=function(t){this._views={},this._indexByModel={},this._indexByCustom={},this._updateLength(),e.each(t,e.bind(this.add,this))};gt(vt.prototype,"_getViews"),e.extend(vt.prototype,{_getViews:function(){return e.values(this._views)},add:function(t,e){return this._add(t,e)._updateLength()},_add:function(t,e){var n=t.cid;return this._views[n]=t,t.model&&(this._indexByModel[t.model.cid]=n),e&&(this._indexByCustom[e]=n),this},findByModel:function(t){return this.findByModelCid(t.cid)},findByModelCid:function(t){var e=this._indexByModel[t];return this.findByCid(e)},findByCustom:function(t){var e=this._indexByCustom[t];return this.findByCid(e)},findByIndex:function(t){return e.values(this._views)[t]},findByCid:function(t){return this._views[t]},remove:function(t){return this._remove(t)._updateLength()},_remove:function(t){var n=t.cid;return t.model&&delete this._indexByModel[t.model.cid],e.some(this._indexByCustom,e.bind((function(t,e){if(t===n)return delete this._indexByCustom[e],!0}),this)),delete this._views[n],this},_updateLength:function(){return this.length=e.size(this._views),this}});var yt=["behaviors","childView","childViewEventPrefix","childViewEvents","childViewOptions","childViewTriggers","collectionEvents","events","filter","emptyView","emptyViewOptions","modelEvents","reorderOnSort","sort","triggers","ui","viewComparator"],bt=t.View.extend({sort:!0,constructor:function(n){this.render=e.bind(this.render,this),this._setOptions(n),this.mergeOptions(n,yt),j(this),this._initBehaviors(),this.once("render",this._initialEvents),this._initChildViewStorage(),this._bufferedChildren=[];var r=Array.prototype.slice.call(arguments);r[0]=this.options,t.View.prototype.constructor.apply(this,r),this.delegateEntityEvents(),this._triggerEventOnBehaviors("initialize",this)},_startBuffering:function(){this._isBuffering=!0},_endBuffering:function(){var t=this._isAttached&&!1!==this.monitorViewEvents?this._getImmediateChildren():[];this._isBuffering=!1,e.each(t,(function(t){m(t,"before:attach",t)})),this.attachBuffer(this,this._createBuffer()),e.each(t,(function(t){t._isAttached=!0,m(t,"attach",t)})),this._bufferedChildren=[]},_getImmediateChildren:function(){return e.values(this.children._views)},_initialEvents:function(){this.collection&&(this.listenTo(this.collection,"add",this._onCollectionAdd),this.listenTo(this.collection,"update",this._onCollectionUpdate),this.listenTo(this.collection,"reset",this.render),this.sort&&this.listenTo(this.collection,"sort",this._sortViews))},_onCollectionAdd:function(t,n,r){var i=void 0!==r.at&&(r.index||n.indexOf(t));(this.filter||!1===i)&&(i=e.indexOf(this._filteredSortedModels(i),t)),this._shouldAddChild(t,i)&&(this._destroyEmptyView(),this._addChild(t,i))},_onCollectionUpdate:function(t,e){var n=e.changes;this._removeChildModels(n.removed)},_removeChildModels:function(t){var e=this._getRemovedViews(t);e.length&&(this.children._updateLength(),this._updateIndices(e,!1),this.isEmpty()&&this._showEmptyView())},_getRemovedViews:function(t){var n=this;return e.reduce(t,(function(t,e){var r=e&&n.children.findByModel(e);return!r||r._isDestroyed||(n._removeChildView(r),t.push(r)),t}),[])},_removeChildView:function(t){this.triggerMethod("before:remove:child",this,t),this.children._remove(t),t._shouldDisableEvents=!1===this.monitorViewEvents,at(t),this.stopListening(t),this.triggerMethod("remove:child",this,t)},setElement:function(){return t.View.prototype.setElement.apply(this,arguments),this._isAttached=s(this.el),this},render:function(){return this._isDestroyed||(this.triggerMethod("before:render",this),this._renderChildren(),this._isRendered=!0,this.triggerMethod("render",this)),this},setFilter:function(t){var e=(arguments.length>1&&void 0!==arguments[1]?arguments[1]:{}).preventRender,n=this._isRendered&&!this._isDestroyed,r=this.filter!==t;if(n&&r&&!e){var i=this._filteredSortedModels();this.filter=t;var o=this._filteredSortedModels();this._applyModelDeltas(o,i)}else this.filter=t;return this},removeFilter:function(t){return this.setFilter(null,t)},_applyModelDeltas:function(t,n){var r=this,i={};e.each(t,(function(t,e){!r.children.findByModel(t)&&r._onCollectionAdd(t,r.collection,{at:e}),i[t.cid]=!0}));var o=e.filter(n,(function(t){return!i[t.cid]&&r.children.findByModel(t)}));this._removeChildModels(o)},reorder:function(){var t=this,n=this.children,r=this._filteredSortedModels();if(!r.length&&this._showingEmptyView)return this;if(e.some(r,(function(t){return!n.findByModel(t)})))this.render();else{var i=[],o=e.reduce(this.children._views,(function(t,n){var o=e.indexOf(r,n.model);return-1===o?(i.push(n.model),t):(n._index=o,t[o]=n.el,t)}),new Array(r.length));this.triggerMethod("before:reorder",this);var a=this.Dom.createBuffer();e.each(o,(function(e){t.Dom.appendContents(a,e)})),this._appendReorderedChildren(a),this._removeChildModels(i),this.triggerMethod("reorder",this)}return this},resortView:function(){return this.reorderOnSort?this.reorder():this._renderChildren(),this},_sortViews:function(){var t=this,n=this._filteredSortedModels();e.find(n,(function(e,n){var r=t.children.findByModel(e);return!r||r._index!==n}))&&this.resortView()},_emptyViewIndex:-1,_appendReorderedChildren:function(t){this.Dom.appendContents(this.el,t,{_$el:this.$el})},_renderChildren:function(){this._isRendered&&(this._destroyEmptyView(),this._destroyChildren());var t=this._filteredSortedModels();this.isEmpty({processedModels:t})?this._showEmptyView():(this.triggerMethod("before:render:children",this),this._startBuffering(),this._showCollection(t),this._endBuffering(),this.triggerMethod("render:children",this))},_createView:function(t,e){var n=this._getChildView(t),r=this._getChildViewOptions(t,e);return this.buildChildView(t,n,r)},_setupChildView:function(t,e){j(t),this._proxyChildViewEvents(t),this.sort&&(t._index=e)},_showCollection:function(t){e.each(t,e.bind(this._addChild,this)),this.children._updateLength()},_filteredSortedModels:function(t){if(!this.collection||!this.collection.length)return[];var e=this.getViewComparator(),n=this.collection.models;if(t=Math.min(Math.max(t,0),n.length-1),e){var r=void 0;t&&(r=n[t],n=n.slice(0,t).concat(n.slice(t+1))),n=this._sortModelsBy(n,e),r&&n.splice(t,0,r)}return this._filterModels(n)},getViewComparator:function(){return this.viewComparator},_filterModels:function(t){var n=this;return this.filter&&(t=e.filter(t,(function(t,e){return n._shouldAddChild(t,e)}))),t},_sortModelsBy:function(t,n){return"string"==typeof n?e.sortBy(t,(function(t){return t.get(n)})):1===n.length?e.sortBy(t,e.bind(n,this)):e.clone(t).sort(e.bind(n,this))},_showEmptyView:function(){var n=this._getEmptyView();if(n&&!this._showingEmptyView){this._showingEmptyView=!0;var r=new t.Model,i=this.emptyViewOptions||this.childViewOptions;e.isFunction(i)&&(i=i.call(this,r,this._emptyViewIndex));var o=this.buildChildView(r,n,i);this.triggerMethod("before:render:empty",this,o),this.addChildView(o,0),this.triggerMethod("render:empty",this,o)}},_destroyEmptyView:function(){this._showingEmptyView&&(this.triggerMethod("before:remove:empty",this),this._destroyChildren(),delete this._showingEmptyView,this.triggerMethod("remove:empty",this))},_getEmptyView:function(){var t=this.emptyView;if(t)return this._getView(t)},_getChildView:function(t){var e=this.childView;if(!e)throw new T({name:"NoChildViewError",message:'A "childView" must be specified'});if(!(e=this._getView(e,t)))throw new T({name:"InvalidChildViewError",message:'"childView" must be a view class or a function that returns a view class'});return e},_getView:function(n,r){return n.prototype instanceof t.View||n===t.View?n:e.isFunction(n)?n.call(this,r):void 0},_addChild:function(t,e){var n=this._createView(t,e);return this.addChildView(n,e),n},_getChildViewOptions:function(t,n){return e.isFunction(this.childViewOptions)?this.childViewOptions(t,n):this.childViewOptions},addChildView:function(t,e){return this.triggerMethod("before:add:child",this,t),this._setupChildView(t,e),this._isBuffering?this.children._add(t):(this._updateIndices(t,!0),this.children.add(t)),ot(t),this._attachView(t,e),this.triggerMethod("add:child",this,t),t},_updateIndices:function(t,n){if(this.sort)if(n){var r=e.isArray(t)?e.max(t,"_index"):t;e.isObject(r)&&e.each(this.children._views,(function(t){t._index>=r._index&&(t._index+=1)}))}else e.each(e.sortBy(this.children._views,"_index"),(function(t,e){t._index=e}))},_attachView:function(t,e){var n=!t._isAttached&&!this._isBuffering&&this._isAttached&&!1!==this.monitorViewEvents;n&&m(t,"before:attach",t),this.attachHtml(this,t,e),n&&(t._isAttached=!0,m(t,"attach",t))},buildChildView:function(t,n,r){return new n(e.extend({model:t},r))},removeChildView:function(t){return!t||t._isDestroyed||(this._removeChildView(t),this.children._updateLength(),this._updateIndices(t,!1)),t},isEmpty:function(t){var n=void 0;return e.result(t,"processedModels")?n=t.processedModels:(n=this.collection?this.collection.models:[],n=this._filterModels(n)),0===n.length},attachBuffer:function(t,e){this.Dom.appendContents(t.el,e,{_$el:t.$el})},_createBuffer:function(){var t=this,n=this.Dom.createBuffer();return e.each(this._bufferedChildren,(function(e){t.Dom.appendContents(n,e.el,{_$contents:e.$el})})),n},attachHtml:function(t,e,n){t._isBuffering?t._bufferedChildren.splice(n,0,e):t._insertBefore(e,n)||t._insertAfter(e)},_insertBefore:function(t,n){var r=void 0;return this.sort&&n<this.children.length-1&&(r=e.find(this.children._views,(function(t){return t._index===n+1}))),!!r&&(this.beforeEl(r.el,t.el),!0)},beforeEl:function(t,e){this.$(t).before(e)},_insertAfter:function(t){this.Dom.appendContents(this.el,t.el,{_$el:this.$el,_$contents:t.$el})},_initChildViewStorage:function(){this.children=new vt},_removeChildren:function(){this._destroyChildren()},_destroyChildren:function(t){this.children.length&&(this.triggerMethod("before:destroy:children",this),e.each(this.children._views,e.bind(this._removeChildView,this)),this.children._updateLength(),this.triggerMethod("destroy:children",this))},_shouldAddChild:function(t,n){var r=this.filter;return!e.isFunction(r)||r.call(this,t,n,this.collection)}},{setDomApi:nt});e.extend(bt.prototype,it);var wt=function(){this._init()};function _t(t,e){return e.model&&e.model.get(t)}gt(wt.prototype,"_views"),e.extend(wt.prototype,{_init:function(){this._views=[],this._viewsByCid={},this._indexByModel={},this._updateLength()},_add:function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:this._views.length,n=t.cid;this._viewsByCid[n]=t,t.model&&(this._indexByModel[t.model.cid]=n),this._views.splice(e,0,t),this._updateLength()},_sort:function(t,n){return"string"==typeof t?(t=e.partial(_t,t),this._sortBy(t)):1===t.length?this._sortBy(e.bind(t,n)):this._views.sort(e.bind(t,n))},_sortBy:function(t){var n=e.sortBy(this._views,t);return this._set(n),n},_set:function(t){this._views.length=0,this._views.push.apply(this._views,t.slice(0)),this._updateLength()},_swap:function(t,e){var n=this.findIndexByView(t),r=this.findIndexByView(e);if(-1!==n&&-1!==r){var i=this._views[n];this._views[n]=this._views[r],this._views[r]=i}},findByModel:function(t){return this.findByModelCid(t.cid)},findByModelCid:function(t){var e=this._indexByModel[t];return this.findByCid(e)},findByIndex:function(t){return this._views[t]},findIndexByView:function(t){return this._views.indexOf(t)},findByCid:function(t){return this._viewsByCid[t]},hasView:function(t){return!!this.findByCid(t.cid)},_remove:function(t){if(this._viewsByCid[t.cid]){t.model&&delete this._indexByModel[t.model.cid],delete this._viewsByCid[t.cid];var e=this.findIndexByView(t);this._views.splice(e,1),this._updateLength()}},_updateLength:function(){this.length=this._views.length}});var xt=["behaviors","childView","childViewEventPrefix","childViewEvents","childViewOptions","childViewTriggers","collectionEvents","emptyView","emptyViewOptions","events","modelEvents","sortWithCollection","triggers","ui","viewComparator","viewFilter"],kt=t.View.extend({sortWithCollection:!0,constructor:function(e){this._setOptions(e),this.mergeOptions(e,xt),j(this),this.once("render",this._initialEvents),this._initChildViewStorage(),this._initBehaviors();var n=Array.prototype.slice.call(arguments);n[0]=this.options,t.View.prototype.constructor.apply(this,n),this.getEmptyRegion(),this.delegateEntityEvents(),this._triggerEventOnBehaviors("initialize",this)},_initChildViewStorage:function(){this.children=new wt},getEmptyRegion:function(){return this._emptyRegion&&!this._emptyRegion.isDestroyed()||(this._emptyRegion=new lt({el:this.el,replaceElement:!1}),this._emptyRegion._parentView=this),this._emptyRegion},_initialEvents:function(){this.listenTo(this.collection,{sort:this._onCollectionSort,reset:this._onCollectionReset,update:this._onCollectionUpdate})},_onCollectionSort:function(t,e){var n=e.add,r=e.merge,i=e.remove;this.sortWithCollection&&!1!==this.viewComparator&&(n||i||r||this.sort())},_onCollectionReset:function(){this.render()},_onCollectionUpdate:function(t,e){var n=e.changes,r=n.removed.length&&this._removeChildModels(n.removed);this._addedViews=n.added.length&&this._addChildModels(n.added),this._detachChildren(r),this._showChildren(),this._removeChildViews(r)},_removeChildModels:function(t){var n=this;return e.reduce(t,(function(t,e){var r=n._removeChildModel(e);return r&&t.push(r),t}),[])},_removeChildModel:function(t){var e=this.children.findByModel(t);return e&&this._removeChild(e),e},_removeChild:function(t){this.triggerMethod("before:remove:child",this,t),this.children._remove(t),this.triggerMethod("remove:child",this,t)},_addChildModels:function(t){return e.map(t,e.bind(this._addChildModel,this))},_addChildModel:function(t){var e=this._createChildView(t);return this._addChild(e),e},_createChildView:function(t){var e=this._getChildView(t),n=this._getChildViewOptions(t);return this.buildChildView(t,e,n)},_addChild:function(t,e){this.triggerMethod("before:add:child",this,t),this._setupChildView(t),this.children._add(t,e),this.triggerMethod("add:child",this,t)},_getChildView:function(t){var e=this.childView;if(!e)throw new T({name:"NoChildViewError",message:'A "childView" must be specified'});if(!(e=this._getView(e,t)))throw new T({name:"InvalidChildViewError",message:'"childView" must be a view class or a function that returns a view class'});return e},_getView:function(n,r){return n.prototype instanceof t.View||n===t.View?n:e.isFunction(n)?n.call(this,r):void 0},_getChildViewOptions:function(t){return e.isFunction(this.childViewOptions)?this.childViewOptions(t):this.childViewOptions},buildChildView:function(t,n,r){return new n(e.extend({model:t},r))},_setupChildView:function(t){j(t),t.on("destroy",this.removeChildView,this),this._proxyChildViewEvents(t)},_getImmediateChildren:function(){return this.children._views},setElement:function(){return t.View.prototype.setElement.apply(this,arguments),this._isAttached=s(this.el),this},render:function(){return this._isDestroyed||(this.triggerMethod("before:render",this),this._destroyChildren(),this.children._init(),this.collection&&this._addChildModels(this.collection.models),this._showChildren(),this._isRendered=!0,this.triggerMethod("render",this)),this},sort:function(){return this._isDestroyed?this:this.children.length?(this._showChildren(),this):this},_showChildren:function(){this.isEmpty()?this._showEmptyView():(this._sortChildren(),this.filter())},isEmpty:function(t){return t||!this.children.length},_showEmptyView:function(){var t=this._getEmptyView();if(t){var e=this._getEmptyViewOptions();this.getEmptyRegion().show(new t(e))}},_getEmptyView:function(){var t=this.emptyView;if(t)return this._getView(t)},_destroyEmptyView:function(){var t=this.getEmptyRegion();t.hasView()&&t.empty()},_getEmptyViewOptions:function(){var t=this.emptyViewOptions||this.childViewOptions;return e.isFunction(t)?t.call(this):t},_sortChildren:function(){var t=this.getComparator();t&&(delete this._addedViews,this.triggerMethod("before:sort",this),this.children._sort(t,this),this.triggerMethod("sort",this))},setComparator:function(t){var e=(arguments.length>1&&void 0!==arguments[1]?arguments[1]:{}).preventRender,n=this.viewComparator!==t&&!e;return this.viewComparator=t,n&&this.sort(),this},removeComparator:function(t){return this.setComparator(null,t)},getComparator:function(){return this.viewComparator?this.viewComparator:!(!this.sortWithCollection||!1===this.viewComparator||!this.collection)&&this._viewComparator},_viewComparator:function(t){return this.collection.indexOf(t.model)},filter:function(){if(this._isDestroyed)return this;if(!this.children.length)return this;var t=this._filterChildren();return this._renderChildren(t),this},_filterChildren:function(){var t=this,n=this._getFilter(),r=this._addedViews;if(delete this._addedViews,!n)return r||this.children._views;this.triggerMethod("before:filter",this);var i=[],o=[];return e.each(this.children._views,(function(e,r,a){(n.call(t,e,r,a)?i:o).push(e)})),this._detachChildren(o),this.triggerMethod("filter",this,i,o),i},_getFilter:function(){var t=this.getFilter();if(!t)return!1;if(e.isFunction(t))return t;if(e.isObject(t)){var n=e.matches(t);return function(t){return n(t.model&&t.model.attributes)}}if(e.isString(t))return function(e){return e.model&&e.model.get(t)};throw new T({name:"InvalidViewFilterError",message:'"viewFilter" must be a function, predicate object literal, a string indicating a model attribute, or falsy'})},getFilter:function(){return this.viewFilter},setFilter:function(t){var e=(arguments.length>1&&void 0!==arguments[1]?arguments[1]:{}).preventRender,n=this.viewFilter!==t&&!e;return this.viewFilter=t,n&&this.filter(),this},removeFilter:function(t){return this.setFilter(null,t)},_detachChildren:function(t){e.each(t,e.bind(this._detachChildView,this))},_detachChildView:function(t){var e=t._isAttached&&!1!==this.monitorViewEvents;e&&m(t,"before:detach",t),this.detachHtml(t),e&&(t._isAttached=!1,m(t,"detach",t))},detachHtml:function(t){this.Dom.detachEl(t.el,t.$el)},_renderChildren:function(t){if(this.isEmpty(!t.length))this._showEmptyView();else{this._destroyEmptyView(),this.triggerMethod("before:render:children",this,t);var e=this._getBuffer(t);this._attachChildren(e,t),this.triggerMethod("render:children",this,t)}},_attachChildren:function(t,n){n=this._isAttached&&!1!==this.monitorViewEvents?n:[],e.each(n,(function(t){t._isAttached||m(t,"before:attach",t)})),this.attachHtml(t),e.each(n,(function(t){t._isAttached||(t._isAttached=!0,m(t,"attach",t))}))},_getBuffer:function(t){var n=this,r=this.Dom.createBuffer();return e.each(t,(function(t){ot(t),n.Dom.appendContents(r,t.el,{_$contents:t.$el})})),r},attachHtml:function(t){this.Dom.appendContents(this.el,t,{_$el:this.$el})},swapChildViews:function(t,e){if(!this.children.hasView(t)||!this.children.hasView(e))throw new T({name:"ChildSwapError",message:"Both views must be children of the collection view"});return this.children._swap(t,e),this.Dom.swapEl(t.el,e.el),this.Dom.hasEl(this.el,t.el)!==this.Dom.hasEl(this.el,e.el)&&this.filter(),this},addChildView:function(t,e){return!t||t._isDestroyed||((!e||e>=this.children.length)&&(this._addedViews=[t]),this._addChild(t,e),this._showChildren()),t},detachChildView:function(t){return this.removeChildView(t,{shouldDetach:!0}),t},removeChildView:function(t,e){return t?(this._removeChildView(t,e),this._removeChild(t),this.isEmpty()&&this._showEmptyView(),t):t},_removeChildViews:function(t){e.each(t,e.bind(this._removeChildView,this))},_removeChildView:function(t){var e=(arguments.length>1&&void 0!==arguments[1]?arguments[1]:{}).shouldDetach;t.off("destroy",this.removeChildView,this),e?this._detachChildView(t):this._destroyChildView(t),this.stopListening(t)},_destroyChildView:function(t){t._isDestroyed||(t._shouldDisableEvents=!1===this.monitorViewEvents,at(t))},_removeChildren:function(){this._destroyChildren(),this.getEmptyRegion().destroy(),delete this._addedViews},_destroyChildren:function(){this.children&&this.children.length&&(this.triggerMethod("before:destroy:children",this),!1===this.monitorViewEvents&&this.Dom.detachContents(this.el,this.$el),e.each(this.children._views,e.bind(this._removeChildView,this)),this.triggerMethod("destroy:children",this))}},{setDomApi:nt});e.extend(kt.prototype,it);var Ct=["childViewContainer","template","templateContext"],At=bt.extend({constructor:function(t){a("CompositeView is deprecated. Convert to View at your earliest convenience"),this.mergeOptions(t,Ct),bt.prototype.constructor.apply(this,arguments)},_initialEvents:function(){this.collection&&(this.listenTo(this.collection,"add",this._onCollectionAdd),this.listenTo(this.collection,"update",this._onCollectionUpdate),this.listenTo(this.collection,"reset",this.renderChildren),this.sort&&this.listenTo(this.collection,"sort",this._sortViews))},_getChildView:function(t){var e=this.childView;if(!e)return this.constructor;if(!(e=this._getView(e,t)))throw new T({name:"InvalidChildViewError",message:'"childView" must be a view class or a function that returns a view class'});return e},serializeData:function(){return this.serializeModel()},render:function(){return this._isDestroyed||(this._isRendering=!0,this.resetChildViewContainer(),this.triggerMethod("before:render",this),this._renderTemplate(),this.bindUIElements(),this.renderChildren(),this._isRendering=!1,this._isRendered=!0,this.triggerMethod("render",this)),this},renderChildren:function(){(this._isRendered||this._isRendering)&&bt.prototype._renderChildren.call(this)},attachBuffer:function(t,e){var n=this.getChildViewContainer(t);this.Dom.appendContents(n[0],e,{_$el:n})},_insertAfter:function(t){var e=this.getChildViewContainer(this,t);this.Dom.appendContents(e[0],t.el,{_$el:e,_$contents:t.$el})},_appendReorderedChildren:function(t){var e=this.getChildViewContainer(this);this.Dom.appendContents(e[0],t,{_$el:e})},getChildViewContainer:function(t,n){if(t.$childViewContainer)return t.$childViewContainer;var r=void 0;if(t.childViewContainer){var i=e.result(t,"childViewContainer");if((r="@"===i.charAt(0)&&t.ui?t.ui[i.substr(4)]:this.$(i)).length<=0)throw new T({name:"ChildViewContainerMissingError",message:'The specified "childViewContainer" was not found: '+t.childViewContainer})}else r=t.$el;return t.$childViewContainer=r,r},resetChildViewContainer:function(){this.$childViewContainer&&(this.$childViewContainer=void 0)}}),Ot=e.pick(pt.prototype,"serializeModel","getTemplate","_renderTemplate","_renderHtml","mixinTemplateContext","attachElContent");e.extend(At.prototype,Ot);var Et=["collectionEvents","events","modelEvents","triggers","ui"],St=z.extend({cidPrefix:"mnb",constructor:function(t,n){this.view=n,this.defaults&&a("Behavior defaults are deprecated. For similar functionality set options on the Behavior class."),this.defaults=e.clone(e.result(this,"defaults",{})),this._setOptions(e.extend({},this.defaults,t)),this.mergeOptions(this.options,Et),this.ui=e.extend({},e.result(this,"ui"),e.result(n,"ui")),z.apply(this,arguments)},$:function(){return this.view.$.apply(this.view,arguments)},destroy:function(){return this.stopListening(),this.view._removeBehavior(this),this},proxyViewProperties:function(){return this.$el=this.view.$el,this.el=this.view.el,this},bindUIElements:function(){return this._bindUIElements(),this},unbindUIElements:function(){return this._unbindUIElements(),this},getUI:function(t){return this._getUI(t)},delegateEntityEvents:function(){return this._delegateEntityEvents(this.view.model,this.view.collection),this},undelegateEntityEvents:function(){return this._undelegateEntityEvents(this.view.model,this.view.collection),this},getEvents:function(){var t=this,n=this.normalizeUIKeys(e.result(this,"events"));return e.reduce(n,(function(n,r,i){return e.isFunction(r)||(r=t[r]),r?(n[i=Z(i,t.cid)]=e.bind(r,t),n):n}),{})},getTriggers:function(){if(this.triggers){var t=this.normalizeUIKeys(e.result(this,"triggers"));return this._getViewTriggers(this.view,t)}}});e.extend(St.prototype,W,Y,tt);var jt=["region","regionClass"],Pt=z.extend({cidPrefix:"mna",constructor:function(t){this._setOptions(t),this.mergeOptions(t,jt),this._initRegion(),z.prototype.constructor.apply(this,arguments)},regionClass:lt,_initRegion:function(){var t=this.region;if(t){var e={regionClass:this.regionClass};this._region=ut(t,e)}},getRegion:function(){return this._region},showView:function(t){for(var e=this.getRegion(),n=arguments.length,r=Array(n>1?n-1:0),i=1;i<n;i++)r[i-1]=arguments[i];return e.show.apply(e,[t].concat(r))},getView:function(){return this.getRegion().currentView},start:function(t){return this.triggerMethod("before:start",this,t),this.triggerMethod("start",this,t),this}}),Tt=["appRoutes","controller"],Mt=t.Router.extend({constructor:function(e){this._setOptions(e),this.mergeOptions(e,Tt),t.Router.apply(this,arguments);var n=this.appRoutes,r=this._getController();this.processAppRoutes(r,n),this.on("route",this._processOnRoute,this)},appRoute:function(t,e){var n=this._getController();return this._addAppRoute(n,t,e),this},_processOnRoute:function(t,n){if(e.isFunction(this.onRoute)){var r=e.invert(this.appRoutes)[t];this.onRoute(t,r,n)}},processAppRoutes:function(t,n){var r=this;if(!n)return this;var i=e.keys(n).reverse();return e.each(i,(function(e){r._addAppRoute(t,e,n[e])})),this},_getController:function(){return this.controller},_addAppRoute:function(t,n,r){var i=t[r];if(!i)throw new T('Method "'+r+'" was not found on the controller');this.route(n,r,e.bind(i,t))},triggerMethod:p});e.extend(Mt.prototype,B);var Rt=t.Marionette,Dt=t.Marionette={};return Dt.noConflict=function(){return t.Marionette=Rt,this},Dt.bindEvents=i(R),Dt.unbindEvents=i(D),Dt.bindRequests=i(V),Dt.unbindRequests=i(L),Dt.mergeOptions=i(l),Dt.getOption=i(u),Dt.normalizeMethods=i(c),Dt.extend=o,Dt.isNodeAttached=s,Dt.deprecate=a,Dt.triggerMethod=i(p),Dt.triggerMethodOn=m,Dt.isEnabled=X,Dt.setEnabled=function(t,e){return K[t]=e},Dt.monitorViewEvents=j,Dt.Behaviors={},Dt.Behaviors.behaviorsLookup=function(){throw new T({message:"You must define where your behaviors are stored.",url:"marionette.behaviors.md#behaviorslookup"})},Dt.Application=Pt,Dt.AppRouter=Mt,Dt.Renderer=ht,Dt.TemplateCache=U,Dt.View=pt,Dt.CollectionView=bt,Dt.NextCollectionView=kt,Dt.CompositeView=At,Dt.Behavior=St,Dt.Region=lt,Dt.Error=T,Dt.Object=z,Dt.DEV_MODE=!1,Dt.FEATURES=K,Dt.VERSION=r,Dt.DomApi=rt,Dt.setDomApi=function(t){bt.setDomApi(t),At.setDomApi(t),kt.setDomApi(t),lt.setDomApi(t),pt.setDomApi(t)},Dt}(n(1615),n(8241),n(9525)),this&&this.Marionette&&(this.Mn=this.Marionette)},9525:function(t,e,n){t.exports=function(t,e){"use strict";t="default"in t?t.default:t,e="default"in e?e.default:e;var n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol?"symbol":typeof t},r=e.Radio,i=e.Radio={};i.VERSION="2.0.0",i.noConflict=function(){return e.Radio=r,this},i.DEBUG=!1,i._debugText=function(t,e,n){return t+(n?" on the "+n+" channel":"")+': "'+e+'"'},i.debugLog=function(t,e,n){i.DEBUG&&console&&console.warn&&console.warn(i._debugText(t,e,n))};var o=/\s+/;function a(t,e,n,r){var i=t[e];if(!(n&&n!==i.callback&&n!==i.callback._callback||r&&r!==i.context))return delete t[e],!0}i._eventsApi=function(e,r,i,a){if(!i)return!1;var s={};if("object"===(void 0===i?"undefined":n(i))){for(var l in i){var u=e[r].apply(e,[l,i[l]].concat(a));o.test(l)?t.extend(s,u):s[l]=u}return s}if(o.test(i)){for(var c=i.split(o),f=0,h=c.length;f<h;f++)s[c[f]]=e[r].apply(e,[c[f]].concat(a));return s}return!1},i._callHandler=function(t,e,n){var r=n[0],i=n[1],o=n[2];switch(n.length){case 0:return t.call(e);case 1:return t.call(e,r);case 2:return t.call(e,r,i);case 3:return t.call(e,r,i,o);default:return t.apply(e,n)}};var s,l,u={};function c(e){return u[e]||(u[e]=t.bind(i.log,i,e))}function f(e){return t.isFunction(e)?e:function(){return e}}t.extend(i,{log:function(e,n){if("undefined"!=typeof console){var r=t.toArray(arguments).slice(2);console.log("["+e+'] "'+n+'"',r)}},tuneIn:function(t){var e=i.channel(t);return e._tunedIn=!0,e.on("all",c(t)),this},tuneOut:function(t){var e=i.channel(t);return e._tunedIn=!1,e.off("all",c(t)),delete u[t],this}}),i.Requests={request:function(e){var n=t.toArray(arguments).slice(1),r=i._eventsApi(this,"request",e,n);if(r)return r;var o=this.channelName,a=this._requests;if(o&&this._tunedIn&&i.log.apply(this,[o,e].concat(n)),a&&(a[e]||a.default)){var s=a[e]||a.default;return n=a[e]?n:arguments,i._callHandler(s.callback,s.context,n)}i.debugLog("An unhandled request was fired",e,o)},reply:function(t,e,n){return i._eventsApi(this,"reply",t,[e,n])||(this._requests||(this._requests={}),this._requests[t]&&i.debugLog("A request was overwritten",t,this.channelName),this._requests[t]={callback:f(e),context:n||this}),this},replyOnce:function(e,n,r){if(i._eventsApi(this,"replyOnce",e,[n,r]))return this;var o=this,a=t.once((function(){return o.stopReplying(e),f(n).apply(this,arguments)}));return this.reply(e,a,r)},stopReplying:function(e,n,r){return i._eventsApi(this,"stopReplying",e)||(e||n||r?function(e,n,r,i){e||(e={});for(var o=n?[n]:t.keys(e),s=!1,l=0,u=o.length;l<u;l++)e[n=o[l]]&&a(e,n,r,i)&&(s=!0);return s}(this._requests,e,n,r)||i.debugLog("Attempted to remove the unregistered request",e,this.channelName):delete this._requests),this}},i._channels={},i.channel=function(t){if(!t)throw new Error("You must provide a name for the channel.");return i._channels[t]?i._channels[t]:i._channels[t]=new i.Channel(t)},i.Channel=function(t){this.channelName=t},t.extend(i.Channel.prototype,e.Events,i.Requests,{reset:function(){return this.off(),this.stopListening(),this.stopReplying(),this}});var h=[e.Events,i.Requests];return t.each(h,(function(e){t.each(e,(function(e,n){i[n]=function(e){return l=t.toArray(arguments).slice(1),(s=this.channel(e))[n].apply(s,l)}}))})),i.reset=function(e){var n=e?[this._channels[e]]:this._channels;t.each(n,(function(t){t.reset()}))},i}(n(8241),n(1615))},3372:function(t,e,n){var r=n(795);function i(t){return t&&(t.__esModule?t.default:t)}t.exports=(r.default||r).template({1:function(t,e,n,r,i){var o=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return" "+t.escapeExpression(t.lambda(null!=e?o(e,"name"):e,e))+"\n"},3:function(t,e,n,r,i){var o=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return" "+t.escapeExpression(t.lambda(null!=e?o(e,"source"):e,e))+"\n"},compiler:[8,">= 4.3.0"],main:function(t,e,r,o,a){var s,l=t.lambda,u=t.escapeExpression,c=null!=e?e:t.nullContext||{},f=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return'<div>\n <div class="attachment-row" data-uid="'+u(l(null!=e?f(e,"uid"):e,e))+'">\n <span class="attachment-row__arrow block__arrow">'+u(i(n(2900)).call(c,{name:"angle",hash:{},data:a,loc:{start:{line:3,column:57},end:{line:3,column:66}}}))+'</span>\n <div class="attachment-row__icon">\n <span data-tooltip="'+u(l(null!=e?f(e,"type"):e,e))+'" class="attachment-icon">\n '+u(i(n(153)).call(c,i(n(7908)).call(c,null!=e?f(e,"type"):e,{name:"fileicon",hash:{},data:a,loc:{start:{line:6,column:28},end:{line:6,column:43}}}),{name:"allure-icon",hash:{height:"12px",width:"12px",noTooltip:!0},data:a,loc:{start:{line:6,column:14},end:{line:6,column:87}}}))+'\n </span>\n </div>\n <div class="attachment-row__name long-line">\n'+(null!=(s=f(r,"if").call(c,null!=e?f(e,"name"):e,{name:"if",hash:{},fn:t.program(1,a,0),inverse:t.program(3,a,0),data:a,loc:{start:{line:10,column:12},end:{line:14,column:19}}}))?s:"")+' </div>\n <div class="attachment-row__control attachment-row__link">\n <div class="link"\n data-download="data/attachments/'+u(l(null!=e?f(e,"source"):e,e))+'"\n data-download-target="_blank"\n data-download-type="'+u(l(null!=e?f(e,"type"):e,e))+'"\n data-tooltip="Open attachment in new tab">\n '+u(i(n(153)).call(c,"save",{name:"allure-icon",hash:{height:"12px",width:"12px",noTooltip:!0},data:a,loc:{start:{line:22,column:16},end:{line:22,column:80}}}))+" "+u(i(n(2475)).call(c,null!=e?f(e,"size"):e,{name:"filesize",hash:{},data:a,loc:{start:{line:22,column:81},end:{line:22,column:98}}}))+'\n </div>\n </div>\n <div class="attachment-row__control attachment-row__fullscreen">\n <a class="link">\n '+u(i(n(153)).call(c,"maximize",{name:"allure-icon",hash:{height:"12px",width:"12px",noTooltip:!0},data:a,loc:{start:{line:27,column:14},end:{line:27,column:82}}}))+'\n </a>\n </div>\n </div>\n <div class="attachment-row__preview">\n <div class="attachment-row__content '+u(i(n(1293)).call(c,"attachment",null!=e?f(e,"uid"):e,{name:"b",hash:{},data:a,loc:{start:{line:32,column:44},end:{line:32,column:67}}}))+'"></div>\n </div>\n</div>\n'},useData:!0})},4396:function(t,e,n){var r=n(795);t.exports=(r.default||r).template({compiler:[8,">= 4.3.0"],main:function(t,e,r,i,o){var a,s=t.escapeExpression,l=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return'<span class="fullname__copy"\n data-copy="'+s(t.lambda(null!=e?l(e,"value"):e,e))+'"\n data-ga4-event="clipboard_copy_click">\n '+s((a=n(153),a&&(a.__esModule?a.default:a)).call(null!=e?e:t.nullContext||{},"copy",{name:"allure-icon",hash:{height:"16px",width:"16px",noTooltip:!0},data:o,loc:{start:{line:4,column:2},end:{line:4,column:66}}}))+"\n</span>\n"},useData:!0})},2398:function(t,e,n){var r=n(795);function i(t){return t&&(t.__esModule?t.default:t)}t.exports=(r.default||r).template({1:function(t,e,n,r,i){var o,a=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return' <div class="parameters-table">\n'+(null!=(o=a(n,"each").call(null!=e?e:t.nullContext||{},null!=e?a(e,"parameters"):e,{name:"each",hash:{},fn:t.program(2,i,0),inverse:t.noop,data:i,loc:{start:{line:3,column:8},end:{line:8,column:17}}}))?o:"")+" </div>\n"},2:function(t,e,r,o,a){var s=null!=e?e:t.nullContext||{},l=t.escapeExpression,u=t.lambda,c=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return' <div class="'+l(i(n(1293)).call(s,"parameters-table","row",{name:"b",hash:{},data:a,loc:{start:{line:4,column:24},end:{line:4,column:54}}}))+'">\n <div class="'+l(i(n(1293)).call(s,"parameters-table","cell",{name:"b",hash:{name:!0},data:a,loc:{start:{line:5,column:28},end:{line:5,column:69}}}))+' line-ellipsis">'+l(u(null!=e?c(e,"name"):e,e))+'</div>\n <div class="'+l(i(n(1293)).call(s,"parameters-table","cell",{name:"b",hash:{value:!0},data:a,loc:{start:{line:6,column:28},end:{line:6,column:70}}}))+' line-ellipsis">'+l(u(null!=e?c(e,"value"):e,e))+"</div>\n </div>\n"},compiler:[8,">= 4.3.0"],main:function(t,e,n,r,i){var o,a=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return null!=(o=a(n,"if").call(null!=e?e:t.nullContext||{},null!=e?a(e,"parameters"):e,{name:"if",hash:{},fn:t.program(1,i,0),inverse:t.noop,data:i,loc:{start:{line:1,column:0},end:{line:10,column:7}}}))?o:""},useData:!0})},1514:function(t,e,n){var r=n(795);function i(t){return t&&(t.__esModule?t.default:t)}t.exports=(r.default||r).template({1:function(t,e,r,o,a){var s,l=null!=e?e:t.nullContext||{},u=t.escapeExpression,c=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return' <div class="'+u(i(n(1293)).call(l,"status-details","trace-toggle",{name:"b",hash:{status:null!=e?c(e,"status"):e},data:a,loc:{start:{line:4,column:24},end:{line:4,column:75}}}))+' clickable"\n data-tooltip="'+u(i(n(2239)).call(l,"testResult.status.trace",{name:"t",hash:{},data:a,loc:{start:{line:5,column:31},end:{line:5,column:62}}}))+'"\n data-ga4-event="stacktrace_expand_click">\n <pre class="status-details__message"><code>'+(null!=(s=c(r,"if").call(l,null!=e?c(e,"statusMessage"):e,{name:"if",hash:{},fn:t.program(2,a,0),inverse:t.program(4,a,0),data:a,loc:{start:{line:7,column:59},end:{line:7,column:143}}}))?s:"")+'</code></pre>\n </div>\n\n <pre class="'+u(i(n(1293)).call(l,"status-details","trace",{name:"b",hash:{},data:a,loc:{start:{line:10,column:24},end:{line:10,column:54}}}))+'"><code>'+(null!=(s=c(r,"if").call(l,null!=e?c(e,"statusTrace"):e,{name:"if",hash:{},fn:t.program(6,a,0),inverse:t.program(4,a,0),data:a,loc:{start:{line:10,column:62},end:{line:10,column:142}}}))?s:"")+"</code></pre>\n"},2:function(t,e,n,r,i){var o=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return t.escapeExpression(t.lambda(null!=e?o(e,"statusMessage"):e,e))},4:function(t,e,r,o,a){return t.escapeExpression(i(n(2239)).call(null!=e?e:t.nullContext||{},"testResult.status.empty",{name:"t",hash:{},data:a,loc:{start:{line:7,column:105},end:{line:7,column:136}}}))},6:function(t,e,n,r,i){var o=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return t.escapeExpression(t.lambda(null!=e?o(e,"statusTrace"):e,e))},compiler:[8,">= 4.3.0"],main:function(t,e,r,o,a){var s,l=null!=e?e:t.nullContext||{},u=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return'<div class="'+t.escapeExpression(i(n(1293)).call(l,"status-details",{name:"b",hash:{status:null!=e?u(e,"status"):e},data:a,loc:{start:{line:1,column:12},end:{line:1,column:48}}}))+'">\n <div class="status-details__content">\n'+(null!=(s=u(r,"if").call(l,i(n(2506)).call(l,null!=e?u(e,"statusMessage"):e,null!=e?u(e,"statusTrace"):e,{name:"or",hash:{},data:a,loc:{start:{line:3,column:14},end:{line:3,column:44}}}),{name:"if",hash:{},fn:t.program(1,a,0),inverse:t.noop,data:a,loc:{start:{line:3,column:8},end:{line:11,column:15}}}))?s:"")+" </div>\n</div>\n"},useData:!0})},7820:function(t,e,n){var r=n(795);function i(t){return t&&(t.__esModule?t.default:t)}t.exports=(r.default||r).template({1:function(t,e,r,o,a){var s,l=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return'<span class="step-stats__info">'+t.escapeExpression(i(n(2239)).call(null!=e?e:t.nullContext||{},"testResult.stats.count.parameters",{name:"t",hash:{count:null!=(s=null!=e?l(e,"parameters"):e)?l(s,"length"):s},data:a,loc:{start:{line:3,column:35},end:{line:3,column:102}}}))+'</span>\n <span class="step-stats__separator">, </span>'},3:function(t,e,r,o,a){var s=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return'<span class="step-stats__info">'+t.escapeExpression(i(n(2239)).call(null!=e?e:t.nullContext||{},"testResult.stats.count.steps",{name:"t",hash:{count:null!=e?s(e,"stepsCount"):e},data:a,loc:{start:{line:7,column:35},end:{line:7,column:90}}}))+'</span>\n <span class="step-stats__separator">, </span>'},5:function(t,e,r,o,a){var s=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return'<span class="step-stats__info">'+t.escapeExpression(i(n(2239)).call(null!=e?e:t.nullContext||{},"testResult.stats.count.attachments",{name:"t",hash:{count:null!=e?s(e,"attachmentsCount"):e},data:a,loc:{start:{line:11,column:35},end:{line:11,column:102}}}))+'</span>\n <span class="step-stats__separator">, </span>'},compiler:[8,">= 4.3.0"],main:function(t,e,r,o,a){var s,l=null!=e?e:t.nullContext||{},u=t.escapeExpression,c=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return'<span class="step-stats">'+(null!=(s=c(r,"if").call(l,null!=(s=null!=e?c(e,"parameters"):e)?c(s,"length"):s,{name:"if",hash:{},fn:t.program(1,a,0),inverse:t.noop,data:a,loc:{start:{line:2,column:2},end:{line:5,column:11}}}))?s:"")+(null!=(s=c(r,"if").call(l,null!=e?c(e,"stepsCount"):e,{name:"if",hash:{},fn:t.program(3,a,0),inverse:t.noop,data:a,loc:{start:{line:6,column:2},end:{line:9,column:11}}}))?s:"")+(null!=(s=c(r,"if").call(l,null!=e?c(e,"attachmentsCount"):e,{name:"if",hash:{},fn:t.program(5,a,0),inverse:t.noop,data:a,loc:{start:{line:10,column:2},end:{line:13,column:11}}}))?s:"")+'</span>\n<span class="step-stats__info step-stats__info_time" data-tooltip="'+u(i(n(951)).call(l,null!=(s=null!=e?c(e,"time"):e)?c(s,"start"):s,{name:"date",hash:{},data:a,loc:{start:{line:15,column:67},end:{line:15,column:86}}}))+" "+u(i(n(8718)).call(l,null!=(s=null!=e?c(e,"time"):e)?c(s,"start"):s,!0,{name:"time",hash:{},data:a,loc:{start:{line:15,column:87},end:{line:15,column:111}}}))+" – "+u(i(n(8718)).call(l,null!=(s=null!=e?c(e,"time"):e)?c(s,"stop"):s,!0,{name:"time",hash:{},data:a,loc:{start:{line:15,column:130},end:{line:15,column:153}}}))+'">'+u(i(n(2747)).call(l,null!=(s=null!=e?c(e,"time"):e)?c(s,"duration"):s,{name:"duration",hash:{},data:a,loc:{start:{line:15,column:155},end:{line:15,column:181}}}))+"</span>\n"},useData:!0})},8748:function(t,e,n){var r=n(795);function i(t){return t&&(t.__esModule?t.default:t)}t.exports=(r.default||r).template({1:function(t,e,r,o,a){var s=null!=e?e:t.nullContext||{},l=t.escapeExpression,u=t.lambda,c=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return' <li class="'+l(i(n(1293)).call(s,"tab",{name:"b",hash:{active:null!=e?c(e,"active"):e},data:a,loc:{start:{line:3,column:19},end:{line:3,column:44}}}))+'"><a class="link link__no-decoration" href="'+l(u(null!=e?c(e,"href"):e,e))+'" data-ga4-event="tab_change_click" data-ga4-param-tab="'+l(u(null!=e?c(e,"name"):e,e))+'">'+l(i(n(2239)).call(s,null!=e?c(e,"name"):e,{name:"t",hash:{},data:a,loc:{start:{line:3,column:162},end:{line:3,column:172}}}))+"</a></li>\n"},compiler:[8,">= 4.3.0"],main:function(t,e,n,r,i){var o,a=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return'<ul class="tabs">\n'+(null!=(o=a(n,"each").call(null!=e?e:t.nullContext||{},null!=e?a(e,"links"):e,{name:"each",hash:{},fn:t.program(1,i,0),inverse:t.noop,data:i,loc:{start:{line:2,column:4},end:{line:4,column:13}}}))?o:"")+"</ul>\n"},useData:!0})},4379:function(t,e,n){var r=n(795);function i(t){return t&&(t.__esModule?t.default:t)}t.exports=(r.default||r).template({1:function(t,e,n,r,i){return' <div class="attachment__custom-view"></div>\n'},3:function(t,e,r,o,a){var s,l=null!=e?e:t.nullContext||{},u=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return null!=(s=u(r,"if").call(l,i(n(569)).call(l,null!=e?u(e,"type"):e,"code",{name:"eq",hash:{},data:a,loc:{start:{line:3,column:10},end:{line:3,column:26}}}),{name:"if",hash:{},fn:t.program(4,a,0),inverse:t.program(6,a,0),data:a,loc:{start:{line:3,column:0},end:{line:58,column:0}}}))?s:""},4:function(t,e,r,o,a){var s=t.escapeExpression,l=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return' <div class="'+s(i(n(1293)).call(null!=e?e:t.nullContext||{},"attachment__text-container",{name:"b",hash:{fullscreen:null!=e?l(e,"fullScreen"):e},data:a,loc:{start:{line:4,column:16},end:{line:4,column:72}}}))+'">\n <pre class="attachment__code">'+s(t.lambda(null!=e?l(e,"content"):e,e))+"</pre>\n </div>\n"},6:function(t,e,r,o,a){var s,l=null!=e?e:t.nullContext||{},u=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return null!=(s=u(r,"if").call(l,i(n(569)).call(l,null!=e?u(e,"type"):e,"text",{name:"eq",hash:{},data:a,loc:{start:{line:7,column:10},end:{line:7,column:26}}}),{name:"if",hash:{},fn:t.program(7,a,0),inverse:t.program(9,a,0),data:a,loc:{start:{line:7,column:0},end:{line:58,column:0}}}))?s:""},7:function(t,e,r,o,a){var s=t.escapeExpression,l=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return' <div class="'+s(i(n(1293)).call(null!=e?e:t.nullContext||{},"attachment__text-container",{name:"b",hash:{fullscreen:null!=e?l(e,"fullScreen"):e},data:a,loc:{start:{line:8,column:16},end:{line:8,column:72}}}))+'">\n <pre class="attachment__text">'+s(t.lambda(null!=e?l(e,"content"):e,e))+"</pre>\n </div>\n"},9:function(t,e,r,o,a){var s,l=null!=e?e:t.nullContext||{},u=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return null!=(s=u(r,"if").call(l,i(n(569)).call(l,null!=e?u(e,"type"):e,"table",{name:"eq",hash:{},data:a,loc:{start:{line:11,column:10},end:{line:11,column:27}}}),{name:"if",hash:{},fn:t.program(10,a,0),inverse:t.program(14,a,0),data:a,loc:{start:{line:11,column:0},end:{line:58,column:0}}}))?s:""},10:function(t,e,r,o,a){var s,l=null!=e?e:t.nullContext||{},u=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return' <div class="'+t.escapeExpression(i(n(1293)).call(l,"attachment__table-container",{name:"b",hash:{fullscreen:null!=e?u(e,"fullScreen"):e},data:a,loc:{start:{line:12,column:16},end:{line:12,column:73}}}))+'">\n <table class="table attachment__table">\n <tbody>\n'+(null!=(s=u(r,"each").call(l,null!=e?u(e,"content"):e,{name:"each",hash:{},fn:t.program(11,a,0),inverse:t.noop,data:a,loc:{start:{line:15,column:12},end:{line:21,column:21}}}))?s:"")+" </tbody>\n </table>\n </div>\n"},11:function(t,e,n,r,i){var o;return" <tr>\n"+(null!=(o=(t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]})(n,"each").call(null!=e?e:t.nullContext||{},e,{name:"each",hash:{},fn:t.program(12,i,0),inverse:t.noop,data:i,loc:{start:{line:17,column:20},end:{line:19,column:29}}}))?o:"")+" </tr>\n"},12:function(t,e,n,r,i){return" <td>"+t.escapeExpression(t.lambda(e,e))+"</td>\n"},14:function(t,e,r,o,a){var s,l=null!=e?e:t.nullContext||{},u=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return null!=(s=u(r,"if").call(l,i(n(569)).call(l,null!=e?u(e,"type"):e,"image",{name:"eq",hash:{},data:a,loc:{start:{line:25,column:10},end:{line:25,column:27}}}),{name:"if",hash:{},fn:t.program(15,a,0),inverse:t.program(17,a,0),data:a,loc:{start:{line:25,column:0},end:{line:58,column:0}}}))?s:""},15:function(t,e,r,o,a){var s=t.escapeExpression,l=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return' <div class="'+s(i(n(1293)).call(null!=e?e:t.nullContext||{},"attachment__media-container",{name:"b",hash:{fullscreen:null!=e?l(e,"fullScreen"):e},data:a,loc:{start:{line:26,column:16},end:{line:26,column:73}}}))+'"><img class="attachment__media" src="'+s(t.lambda(null!=e?l(e,"sourceUrl"):e,e))+'"/>\n </div>\n'},17:function(t,e,r,o,a){var s,l=null!=e?e:t.nullContext||{},u=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return null!=(s=u(r,"if").call(l,i(n(569)).call(l,null!=e?u(e,"type"):e,"svg",{name:"eq",hash:{},data:a,loc:{start:{line:28,column:10},end:{line:28,column:25}}}),{name:"if",hash:{},fn:t.program(18,a,0),inverse:t.program(20,a,0),data:a,loc:{start:{line:28,column:0},end:{line:58,column:0}}}))?s:""},18:function(t,e,n,r,i){var o=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return' <object class="attachment__embed" type="image/svg+xml" data="'+t.escapeExpression(t.lambda(null!=e?o(e,"sourceUrl"):e,e))+'">\n Your browser does not support SVG\n </object>\n'},20:function(t,e,r,o,a){var s,l=null!=e?e:t.nullContext||{},u=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return null!=(s=u(r,"if").call(l,i(n(569)).call(l,null!=e?u(e,"type"):e,"video",{name:"eq",hash:{},data:a,loc:{start:{line:32,column:10},end:{line:32,column:27}}}),{name:"if",hash:{},fn:t.program(21,a,0),inverse:t.program(23,a,0),data:a,loc:{start:{line:32,column:0},end:{line:58,column:0}}}))?s:""},21:function(t,e,n,r,i){var o,a=t.lambda,s=t.escapeExpression,l=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return' <div class="attachment__media-container">\n <video class="attachment__media" controls>\n <source src="'+s(a(null!=e?l(e,"sourceUrl"):e,e))+'" type="'+s(a(null!=(o=null!=e?l(e,"attachment"):e)?l(o,"type"):o,e))+'">\n Your browser does not support video tag\n </video>\n </div>\n'},23:function(t,e,r,o,a){var s,l=null!=e?e:t.nullContext||{},u=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return null!=(s=u(r,"if").call(l,i(n(569)).call(l,null!=e?u(e,"type"):e,"uri",{name:"eq",hash:{},data:a,loc:{start:{line:39,column:10},end:{line:39,column:25}}}),{name:"if",hash:{},fn:t.program(24,a,0),inverse:t.program(30,a,0),data:a,loc:{start:{line:39,column:0},end:{line:58,column:0}}}))?s:""},24:function(t,e,r,o,a){var s,l=null!=e?e:t.nullContext||{},u=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return' <div class="'+t.escapeExpression(i(n(1293)).call(l,"attachment__text-container",{name:"b",hash:{fullscreen:null!=e?u(e,"fullScreen"):e},data:a,loc:{start:{line:40,column:16},end:{line:40,column:72}}}))+'">\n'+(null!=(s=u(r,"each").call(l,null!=e?u(e,"content"):e,{name:"each",hash:{},fn:t.program(25,a,0),inverse:t.noop,data:a,loc:{start:{line:41,column:8},end:{line:49,column:17}}}))?s:"")+" </div>\n"},25:function(t,e,r,o,a){var s,l=null!=e?e:t.nullContext||{},u=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return' <p class="'+t.escapeExpression(i(n(1293)).call(l,"attachment","url",{name:"b",hash:{comment:null!=e?u(e,"comment"):e},data:a,loc:{start:{line:42,column:22},end:{line:42,column:62}}}))+'">\n'+(null!=(s=u(r,"if").call(l,null!=e?u(e,"comment"):e,{name:"if",hash:{},fn:t.program(26,a,0),inverse:t.program(28,a,0),data:a,loc:{start:{line:43,column:16},end:{line:47,column:23}}}))?s:"")+" </p>\n"},26:function(t,e,n,r,i){var o=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return" "+t.escapeExpression(t.lambda(null!=e?o(e,"text"):e,e))+"\n"},28:function(t,e,n,r,i){var o=t.lambda,a=t.escapeExpression,s=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return' <a href="'+a(o(null!=e?s(e,"text"):e,e))+'" target="_blank" class="link">'+a(o(null!=e?s(e,"text"):e,e))+"</a>\n"},30:function(t,e,r,o,a){var s,l=null!=e?e:t.nullContext||{},u=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return null!=(s=u(r,"if").call(l,i(n(569)).call(l,null!=e?u(e,"type"):e,"html",{name:"eq",hash:{},data:a,loc:{start:{line:51,column:10},end:{line:51,column:26}}}),{name:"if",hash:{},fn:t.program(31,a,0),inverse:t.program(33,a,0),data:a,loc:{start:{line:51,column:0},end:{line:58,column:0}}}))?s:""},31:function(t,e,r,o,a){var s=t.escapeExpression,l=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return' <iframe class="'+s(i(n(1293)).call(null!=e?e:t.nullContext||{},"attachment__iframe",{name:"b",hash:{fullscreen:null!=e?l(e,"fullScreen"):e},data:a,loc:{start:{line:52,column:23},end:{line:52,column:71}}}))+'" frameborder="0" src="'+s(t.lambda(null!=e?l(e,"sourceUrl"):e,e))+'"></iframe>\n'},33:function(t,e,r,o,a){var s,l=null!=e?e:t.nullContext||{},u=t.escapeExpression,c=t.lambda,f=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return' <div class="'+u(i(n(1293)).call(l,"attachment__text-container",{name:"b",hash:{fullscreen:null!=e?f(e,"fullScreen"):e},data:a,loc:{start:{line:54,column:16},end:{line:54,column:72}}}))+'">\n '+u(i(n(153)).call(l,"download",{name:"allure-icon",hash:{height:"14px",width:"14px",noTooltip:!0},data:a,loc:{start:{line:55,column:8},end:{line:55,column:76}}}))+'\n <a class="link" href="'+u(c(null!=e?f(e,"sourceUrl"):e,e))+'" download="'+u(c(null!=(s=null!=e?f(e,"attachment"):e)?f(s,"name"):s,e))+'">Click to download attachment</a>\n </div>\n'},compiler:[8,">= 4.3.0"],main:function(t,e,r,o,a){var s,l=null!=e?e:t.nullContext||{},u=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return null!=(s=u(r,"if").call(l,i(n(569)).call(l,null!=e?u(e,"type"):e,"custom",{name:"eq",hash:{},data:a,loc:{start:{line:1,column:6},end:{line:1,column:24}}}),{name:"if",hash:{},fn:t.program(1,a,0),inverse:t.program(3,a,0),data:a,loc:{start:{line:1,column:0},end:{line:58,column:7}}}))?s:""},useData:!0})},8127:function(t,e,n){var r=n(795);t.exports=(r.default||r).template({compiler:[8,">= 4.3.0"],main:function(t,e,r,i,o){var a,s=t.lambda,l=t.escapeExpression,u=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return'<div class="'+l(s(null!=e?u(e,"cls"):e,e))+'">\n <p class="'+l((a=n(1293),a&&(a.__esModule?a.default:a)).call(null!=e?e:t.nullContext||{},null!=e?u(e,"cls"):e,"message",{name:"b",hash:{},data:o,loc:{start:{line:2,column:14},end:{line:2,column:33}}}))+'">'+l(s(null!=e?u(e,"message"):e,e))+"</p>\n</div>"},useData:!0})},3118:function(t,e,n){var r=n(795);function i(t){return t&&(t.__esModule?t.default:t)}t.exports=(r.default||r).template({compiler:[8,">= 4.3.0"],main:function(t,e,r,o,a){var s=t.lambda,l=t.escapeExpression,u=null!=e?e:t.nullContext||{},c=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return'<div class="'+l(s(null!=e?c(e,"cls"):e,e))+'">\n <h1 class="'+l(i(n(1293)).call(u,null!=e?c(e,"cls"):e,"title",{name:"b",hash:{},data:a,loc:{start:{line:2,column:15},end:{line:2,column:32}}}))+'">'+l(s(null!=e?c(e,"code"):e,e))+'</h1>\n <p class="'+l(i(n(1293)).call(u,null!=e?c(e,"cls"):e,"message",{name:"b",hash:{},data:a,loc:{start:{line:3,column:14},end:{line:3,column:33}}}))+'">'+l(s(null!=e?c(e,"message"):e,e))+"</p>\n</div>"},useData:!0})},6632:function(t,e,n){var r=n(795);t.exports=(r.default||r).template({compiler:[8,">= 4.3.0"],main:function(t,e,n,r,i){var o,a=null!=e?e:t.nullContext||{},s=t.hooks.helperMissing,l="function",u=t.escapeExpression,c=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return'<svg class="chart__svg">\n <g class="chart__plot" transform="translate('+u(typeof(o=null!=(o=c(n,"PAD_LEFT")||(null!=e?c(e,"PAD_LEFT"):e))?o:s)===l?o.call(a,{name:"PAD_LEFT",hash:{},data:i,loc:{start:{line:2,column:48},end:{line:2,column:60}}}):o)+", "+u(typeof(o=null!=(o=c(n,"PAD_TOP")||(null!=e?c(e,"PAD_TOP"):e))?o:s)===l?o.call(a,{name:"PAD_TOP",hash:{},data:i,loc:{start:{line:2,column:62},end:{line:2,column:73}}}):o)+')"></g>\n <g class="chart__axis chart__axis_x"></g>\n <g class="chart__axis chart__axis_y"></g>\n</svg>'},useData:!0})},594:function(t,e,n){var r=n(795);t.exports=(r.default||r).template({1:function(t,e,n,r,i){var o,a=null!=e?e:t.nullContext||{},s=t.hooks.helperMissing,l="function",u=t.escapeExpression,c=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return' <div class="trend__tooltip_label">\n <span class="label" style="background-color: '+u(typeof(o=null!=(o=c(n,"color")||(null!=e?c(e,"color"):e))?o:s)===l?o.call(a,{name:"color",hash:{},data:i,loc:{start:{line:5,column:57},end:{line:5,column:66}}}):o)+'">'+u(typeof(o=null!=(o=c(n,"num")||(null!=e?c(e,"num"):e))?o:s)===l?o.call(a,{name:"num",hash:{},data:i,loc:{start:{line:5,column:68},end:{line:5,column:75}}}):o)+'</span>\n <span class="trend__tooltip_name">'+u(typeof(o=null!=(o=c(n,"key")||(null!=e?c(e,"key"):e))?o:s)===l?o.call(a,{name:"key",hash:{},data:i,loc:{start:{line:6,column:46},end:{line:6,column:53}}}):o)+"</span>\n </div>\n"},compiler:[8,">= 4.3.0"],main:function(t,e,n,r,i){var o,a,s=null!=e?e:t.nullContext||{},l=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return t.escapeExpression("function"==typeof(a=null!=(a=l(n,"name")||(null!=e?l(e,"name"):e))?a:t.hooks.helperMissing)?a.call(s,{name:"name",hash:{},data:i,loc:{start:{line:1,column:0},end:{line:1,column:8}}}):a)+'\n<div class="trend__tooltip">\n'+(null!=(o=l(n,"each").call(s,null!=e?l(e,"data"):e,{name:"each",hash:{},fn:t.program(1,i,0),inverse:t.noop,data:i,loc:{start:{line:3,column:4},end:{line:8,column:13}}}))?o:"")+"</div>\n"},useData:!0})},4178:function(t,e,n){var r=n(795);function i(t){return t&&(t.__esModule?t.default:t)}t.exports=(r.default||r).template({1:function(t,e,r,o,a,s,l){var u=null!=e?e:t.nullContext||{},c=t.escapeExpression,f=t.lambda,h=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return' <li class="'+c(i(n(1293)).call(u,"language-select","item",{name:"b",hash:{active:i(n(569)).call(u,null!=e?h(e,"id"):e,null!=l[1]?h(l[1],"currentLang"):l[1],{name:"eq",hash:{},data:a,loc:{start:{line:3,column:55},end:{line:3,column:77}}})},data:a,loc:{start:{line:3,column:19},end:{line:3,column:79}}}))+'" data-id="'+c(f(null!=e?h(e,"id"):e,e))+'">'+c(f(null!=e?h(e,"title"):e,e))+"</li>\n"},compiler:[8,">= 4.3.0"],main:function(t,e,r,o,a,s,l){var u,c=null!=e?e:t.nullContext||{},f=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return'<ul class="'+t.escapeExpression(i(n(1293)).call(c,"language-select","menu",{name:"b",hash:{},data:a,loc:{start:{line:1,column:11},end:{line:1,column:41}}}))+'">\n'+(null!=(u=f(r,"each").call(c,null!=e?f(e,"languages"):e,{name:"each",hash:{},fn:t.program(1,a,0,s,l),inverse:t.noop,data:a,loc:{start:{line:2,column:4},end:{line:4,column:13}}}))?u:"")+"</ul>\n"},useData:!0,useDepths:!0})},6455:function(t,e,n){var r=n(795);t.exports=(r.default||r).template({compiler:[8,">= 4.3.0"],main:function(t,e,n,r,i){var o,a=null!=e?e:t.nullContext||{},s=t.hooks.helperMissing,l="function",u=t.escapeExpression,c=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return'<div class="loader__mask">\n <div class="loader">\n '+u(typeof(o=null!=(o=c(n,"spinner")||(null!=e?c(e,"spinner"):e))?o:s)===l?o.call(a,{name:"spinner",hash:{},data:i,loc:{start:{line:3,column:8},end:{line:3,column:19}}}):o)+'\n <p class="loader__text">'+u(typeof(o=null!=(o=c(n,"text")||(null!=e?c(e,"text"):e))?o:s)===l?o.call(a,{name:"text",hash:{},data:i,loc:{start:{line:4,column:32},end:{line:4,column:40}}}):o)+"</p>\n </div>\n</div>\n"},useData:!0})},6682:function(t,e,n){var r=n(795);function i(t){return t&&(t.__esModule?t.default:t)}t.exports=(r.default||r).template({1:function(t,e,r,o,a){var s,l=null!=e?e:t.nullContext||{},u=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return' <div class="'+t.escapeExpression(i(n(1293)).call(l,"marks-toggle","item",{name:"b",hash:{},data:a,loc:{start:{line:4,column:20},end:{line:4,column:47}}}))+'">\n'+(null!=(s=u(r,"if").call(l,null!=e?u(e,"active"):e,{name:"if",hash:{},fn:t.program(2,a,0),inverse:t.program(4,a,0),data:a,loc:{start:{line:5,column:8},end:{line:11,column:15}}}))?s:"")+" </div>\n"},2:function(t,e,r,o,a){var s=null!=e?e:t.nullContext||{},l=t.escapeExpression,u=t.lambda,c=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return' <span class="'+l(i(n(1293)).call(s,"marks-toggle","mark",{name:"b",hash:{y:!0},data:a,loc:{start:{line:6,column:25},end:{line:6,column:59}}}))+" y-label-mark y-label_mark_"+l(u(null!=e?c(e,"mark"):e,e))+'" data-mark="'+l(u(null!=e?c(e,"mark"):e,e))+'"\n data-tooltip="'+l(i(n(2239)).call(s,"component.markToggle.hideCases",{name:"t",hash:{mark:null!=e?c(e,"markName"):e},data:a,loc:{start:{line:7,column:34},end:{line:7,column:86}}}))+'">'+l(i(n(153)).call(s,null!=e?c(e,"mark"):e,{name:"allure-icon",hash:{height:"18px",width:"18px",noTooltip:!0},data:a,loc:{start:{line:7,column:88},end:{line:7,column:150}}}))+"</span>\n"},4:function(t,e,r,o,a){var s=null!=e?e:t.nullContext||{},l=t.escapeExpression,u=t.lambda,c=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return' <span class="'+l(i(n(1293)).call(s,"marks-toggle","mark",{name:"b",hash:{n:!0},data:a,loc:{start:{line:9,column:25},end:{line:9,column:59}}}))+" n-label-mark n-label_mark_"+l(u(null!=e?c(e,"mark"):e,e))+'" data-mark="'+l(u(null!=e?c(e,"mark"):e,e))+'"\n data-tooltip="'+l(i(n(2239)).call(s,"component.markToggle.showCases",{name:"t",hash:{mark:null!=e?c(e,"markName"):e},data:a,loc:{start:{line:10,column:34},end:{line:10,column:86}}}))+'">'+l(i(n(153)).call(s,null!=e?c(e,"mark"):e,{name:"allure-icon",hash:{height:"18px",width:"18px",noTooltip:!0},data:a,loc:{start:{line:10,column:88},end:{line:10,column:150}}}))+"</span>\n"},compiler:[8,">= 4.3.0"],main:function(t,e,r,o,a){var s,l=null!=e?e:t.nullContext||{},u=t.escapeExpression,c=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return'<div class="'+u(i(n(1293)).call(l,"marks-toggle","items",{name:"b",hash:{},data:a,loc:{start:{line:1,column:12},end:{line:1,column:40}}}))+'">\n '+u(i(n(2239)).call(l,"component.tree.filter-marks",{name:"t",hash:{},data:a,loc:{start:{line:2,column:4},end:{line:2,column:39}}}))+":\n"+(null!=(s=c(r,"each").call(l,null!=e?c(e,"marks"):e,{name:"each",hash:{},fn:t.program(1,a,0),inverse:t.noop,data:a,loc:{start:{line:3,column:4},end:{line:13,column:13}}}))?s:"")+"</div>\n"},useData:!0})},7643:function(t,e,n){var r=n(795);function i(t){return t&&(t.__esModule?t.default:t)}t.exports=(r.default||r).template({compiler:[8,">= 4.3.0"],main:function(t,e,r,o,a){var s=null!=e?e:t.nullContext||{},l=t.escapeExpression,u=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return'<div class="modal__background">\n <div class="modal__window">\n <h2 class="'+l(i(n(1293)).call(s,null!=e?u(e,"cls"):e,"title",{name:"b",hash:{},data:a,loc:{start:{line:3,column:19},end:{line:3,column:36}}}))+'">\n <span>'+l(t.lambda(null!=e?u(e,"title"):e,e))+'</span>\n <span class="'+l(i(n(1293)).call(s,null!=e?u(e,"cls"):e,"close",{name:"b",hash:{},data:a,loc:{start:{line:5,column:25},end:{line:5,column:42}}}))+'" data-tooltip="Close">\n '+l(i(n(153)).call(s,"close",{name:"allure-icon",hash:{height:"16px",width:"16px",noTooltip:!0},data:a,loc:{start:{line:6,column:16},end:{line:6,column:81}}}))+'\n </span>\n </h2>\n <div class="modal__content"></div>\n <br>\n </div>\n\n</div>\n'},useData:!0})},7034:function(t,e,n){var r=n(795);t.exports=(r.default||r).template({compiler:[8,">= 4.3.0"],main:function(t,e,n,r,i){return'<div class="search__container">\n <input class="search__input"\n type="text"/>\n</div>\n'},useData:!0})},3947:function(t,e,n){var r=n(795);function i(t){return t&&(t.__esModule?t.default:t)}t.exports=(r.default||r).template({1:function(t,e,r,o,a){var s=null!=e?e:t.nullContext||{},l=t.escapeExpression,u=t.lambda,c=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return' <div class="'+l(i(n(1293)).call(s,"sorter","item",{name:"b",hash:{},data:a,loc:{start:{line:3,column:16},end:{line:3,column:37}}}))+'"\n data-name="'+l(u(null!=e?c(e,"name"):e,e))+'"\n data-asc="'+l(u(null!=e?c(e,"asc"):e,e))+'"\n data-ga4-event="sort_click"\n data-ga4-param-name="'+l(u(null!=e?c(e,"name"):e,e))+'">\n <span class="'+l(i(n(1293)).call(s,"sorter",{name:"b",hash:{enabled:i(n(2506)).call(s,null!=e?c(e,"asc"):e,null!=e?c(e,"desc"):e,{name:"or",hash:{},data:a,loc:{start:{line:8,column:42},end:{line:8,column:55}}})},data:a,loc:{start:{line:8,column:21},end:{line:8,column:57}}}))+" "+l(i(n(1293)).call(s,"sorter","name",{name:"b",hash:{},data:a,loc:{start:{line:8,column:58},end:{line:8,column:79}}}))+'">'+l(i(n(2239)).call(s,null!=e?c(e,"name"):e,{name:"t",hash:{},data:a,loc:{start:{line:8,column:81},end:{line:8,column:91}}}))+'</span>\n <svg width="16px" height="16px" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">\n <g clip-path="url(#clip0_7_44)">\n <path class="'+l(i(n(1293)).call(s,"sorter",{name:"b",hash:{enabled:null!=e?c(e,"asc"):e},data:a,loc:{start:{line:11,column:25},end:{line:11,column:51}}}))+'" data-asc="true" d="M16 28L9 21L10.41 19.59L16 25.17L21.59 19.59L23 21L16 28Z" fill="currentColor"/>\n <path class="'+l(i(n(1293)).call(s,"sorter",{name:"b",hash:{enabled:null!=e?c(e,"desc"):e},data:a,loc:{start:{line:12,column:25},end:{line:12,column:52}}}))+'" data-desc="true" d="M16 4L23 11L21.59 12.41L16 6.83L10.41 12.41L9 11L16 4Z" fill="currentColor"/>\n </g>\n <defs>\n <clipPath id="clip0_7_44">\n <rect width="32" height="32" fill="white"/>\n </clipPath>\n </defs>\n </svg>\n </div>\n'},compiler:[8,">= 4.3.0"],main:function(t,e,n,r,i){var o,a=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return'<div class="sorter">\n'+(null!=(o=a(n,"each").call(null!=e?e:t.nullContext||{},null!=e?a(e,"sorters"):e,{name:"each",hash:{},fn:t.program(1,i,0),inverse:t.noop,data:i,loc:{start:{line:2,column:0},end:{line:21,column:9}}}))?o:"")+"</div>\n"},useData:!0})},5363:function(t,e,n){var r=n(795);t.exports=(r.default||r).template({compiler:[8,">= 4.3.0"],main:function(t,e,n,r,i){return'<div class="side-by-side__left"></div>\n<div class="side-by-side__right"></div>'},useData:!0})},6030:function(t,e,n){var r=n(795);function i(t){return t&&(t.__esModule?t.default:t)}t.exports=(r.default||r).template({1:function(t,e,r,o,a){var s=null!=e?e:t.nullContext||{},l=t.escapeExpression,u=t.lambda,c=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return' <li class="'+l(i(n(1293)).call(s,"side-nav","item",{name:"b",hash:{},data:a,loc:{start:{line:9,column:19},end:{line:9,column:42}}}))+'"\n data-tooltip="'+l(i(n(2239)).call(s,null!=e?c(e,"title"):e,{name:"t",hash:{},data:a,loc:{start:{line:10,column:26},end:{line:10,column:37}}}))+'"\n data-ga4-event="tab_click"\n data-ga4-param-tab="'+l(u(null!=e?c(e,"tabName"):e,e))+'">\n <a href="#'+l(u(null!=e?c(e,"tabName"):e,e))+'" class="'+l(i(n(1293)).call(s,"side-nav","link",{name:"b",hash:{active:null!=e?c(e,"active"):e},data:a,loc:{start:{line:13,column:42},end:{line:13,column:79}}}))+'">\n <span class="'+l(i(n(1293)).call(s,"side-nav","icon",{name:"b",hash:{},data:a,loc:{start:{line:14,column:29},end:{line:14,column:52}}}))+'">\n '+l(i(n(153)).call(s,null!=e?c(e,"icon"):e,{name:"allure-icon",hash:{height:"22px",width:"22px",noTooltip:!0},data:a,loc:{start:{line:15,column:18},end:{line:15,column:80}}}))+'\n </span>\n <div class="'+l(i(n(1293)).call(s,"side-nav","text",{name:"b",hash:{},data:a,loc:{start:{line:17,column:28},end:{line:17,column:51}}}))+'">'+l(i(n(2239)).call(s,null!=e?c(e,"title"):e,{name:"t",hash:{},data:a,loc:{start:{line:17,column:53},end:{line:17,column:64}}}))+"</div>\n </a>\n </li>\n"},compiler:[8,">= 4.3.0"],main:function(t,e,r,o,a){var s,l=null!=e?e:t.nullContext||{},u=t.escapeExpression,c=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return'<div class="'+u(i(n(1293)).call(l,"side-nav","head",{name:"b",hash:{},data:a,loc:{start:{line:1,column:12},end:{line:1,column:35}}}))+'">\n <a href="#" class="'+u(i(n(1293)).call(l,"side-nav","brand",{name:"b",hash:{},data:a,loc:{start:{line:2,column:23},end:{line:2,column:47}}}))+'" data-ga4-event="home_click">\n '+u(i(n(153)).call(l,"allureLogo",{name:"allure-icon",hash:{height:"40px",width:"40px",noTooltip:!0},data:a,loc:{start:{line:3,column:8},end:{line:3,column:78}}}))+'\n <span class="'+u(i(n(1293)).call(l,"side-nav","brand-text",{name:"b",hash:{},data:a,loc:{start:{line:4,column:21},end:{line:4,column:50}}}))+'">Allure</span>\n </a>\n</div>\n<ul class="'+u(i(n(1293)).call(l,"side-nav","menu",{name:"b",hash:{},data:a,loc:{start:{line:7,column:11},end:{line:7,column:34}}}))+'">\n'+(null!=(s=c(r,"each").call(l,null!=e?c(e,"tabs"):e,{name:"each",hash:{},fn:t.program(1,a,0),inverse:t.noop,data:a,loc:{start:{line:8,column:4},end:{line:20,column:13}}}))?s:"")+'</ul>\n<div class="'+u(i(n(1293)).call(l,"side-nav","strut",{name:"b",hash:{},data:a,loc:{start:{line:22,column:12},end:{line:22,column:36}}}))+'"></div>\n<div class="'+u(i(n(1293)).call(l,"side-nav","footer",{name:"b",hash:{},data:a,loc:{start:{line:23,column:12},end:{line:23,column:37}}}))+'">\n <div class="'+u(i(n(1293)).call(l,"side-nav","item",{name:"b",hash:{},data:a,loc:{start:{line:24,column:16},end:{line:24,column:39}}}))+'" data-tooltip="'+u(i(n(2239)).call(l,"controls.language",{name:"t",hash:{},data:a,loc:{start:{line:24,column:55},end:{line:24,column:80}}}))+'">\n <button class="'+u(i(n(1293)).call(l,"button",{name:"b",hash:{},data:a,loc:{start:{line:25,column:23},end:{line:25,column:37}}}))+" "+u(i(n(1293)).call(l,"button",{name:"b",hash:{inverse:!0},data:a,loc:{start:{line:25,column:38},end:{line:25,column:65}}}))+" "+u(i(n(1293)).call(l,"side-nav","language-small",{name:"b",hash:{lang:null!=(s=null!=e?c(e,"language"):e)?c(s,"id"):s},data:a,loc:{start:{line:25,column:66},end:{line:25,column:116}}}))+'"\n data-ga4-event="language_menu_click">\n '+u(t.lambda(null!=(s=null!=e?c(e,"language"):e)?c(s,"id"):s,e))+'\n </button>\n </div>\n\n <div class="'+u(i(n(1293)).call(l,"side-nav","item",{name:"b",hash:{},data:a,loc:{start:{line:31,column:16},end:{line:31,column:39}}}))+' " data-tooltip="'+u(i(n(2239)).call(l,"controls.expand",{name:"t",hash:{},data:a,loc:{start:{line:31,column:56},end:{line:31,column:79}}}))+'" data-ga4-event="expand_menu_click">\n <div class="'+u(i(n(1293)).call(l,"side-nav","collapse",{name:"b",hash:{},data:a,loc:{start:{line:32,column:20},end:{line:32,column:47}}}))+'">\n <span class="'+u(i(n(1293)).call(l,"side-nav","icon",{name:"b",hash:{},data:a,loc:{start:{line:33,column:25},end:{line:33,column:48}}}))+'">\n '+u(i(n(153)).call(l,"chevronLeft",{name:"allure-icon",hash:{height:"20px",width:"20px",noTooltip:!0},data:a,loc:{start:{line:34,column:16},end:{line:34,column:87}}}))+'\n </span>\n <span class="'+u(i(n(1293)).call(l,"side-nav","text",{name:"b",hash:{},data:a,loc:{start:{line:36,column:25},end:{line:36,column:48}}}))+'">'+u(i(n(2239)).call(l,"controls.collapse",{name:"t",hash:{},data:a,loc:{start:{line:36,column:50},end:{line:36,column:75}}}))+"</span>\n </div>\n </div>\n</div>\n"},useData:!0})},6298:function(t,e,n){var r=n(795);function i(t){return t&&(t.__esModule?t.default:t)}t.exports=(r.default||r).template({1:function(t,e,r,o,a){var s,l=null!=e?e:t.nullContext||{},u=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return' <div class="'+t.escapeExpression(i(n(1293)).call(l,"status-toggle","item",{name:"b",hash:{},data:a,loc:{start:{line:4,column:20},end:{line:4,column:48}}}))+'">\n'+(null!=(s=u(r,"if").call(l,null!=e?u(e,"active"):e,{name:"if",hash:{},fn:t.program(2,a,0),inverse:t.program(4,a,0),data:a,loc:{start:{line:5,column:8},end:{line:13,column:15}}}))?s:"")+" </div>\n"},2:function(t,e,r,o,a){var s=t.lambda,l=t.escapeExpression,u=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return' <span class="y-label y-label_status_'+l(s(null!=e?u(e,"status"):e,e))+'"\n data-status="'+l(s(null!=e?u(e,"status"):e,e))+'"\n data-tooltip="'+l(i(n(2239)).call(null!=e?e:t.nullContext||{},"component.statusToggle.hideCases",{name:"t",hash:{status:null!=e?u(e,"statusName"):e},data:a,loc:{start:{line:8,column:32},end:{line:8,column:90}}}))+'">'+l(s(null!=e?u(e,"count"):e,e))+"</span>\n"},4:function(t,e,r,o,a){var s=t.lambda,l=t.escapeExpression,u=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return' <span class="n-label n-label_status_'+l(s(null!=e?u(e,"status"):e,e))+'"\n data-status="'+l(s(null!=e?u(e,"status"):e,e))+'"\n data-tooltip="'+l(i(n(2239)).call(null!=e?e:t.nullContext||{},"component.statusToggle.showCases",{name:"t",hash:{status:null!=e?u(e,"statusName"):e},data:a,loc:{start:{line:12,column:32},end:{line:12,column:90}}}))+'">'+l(s(null!=e?u(e,"count"):e,e))+"</span>\n"},compiler:[8,">= 4.3.0"],main:function(t,e,r,o,a){var s,l=null!=e?e:t.nullContext||{},u=t.escapeExpression,c=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return'<div class="'+u(i(n(1293)).call(l,"status-toggle","items",{name:"b",hash:{},data:a,loc:{start:{line:1,column:12},end:{line:1,column:41}}}))+'">\n '+u(i(n(2239)).call(l,"component.tree.filter",{name:"t",hash:{},data:a,loc:{start:{line:2,column:4},end:{line:2,column:33}}}))+":\n"+(null!=(s=c(r,"each").call(l,null!=e?c(e,"statuses"):e,{name:"each",hash:{},fn:t.program(1,a,0),inverse:t.noop,data:a,loc:{start:{line:3,column:4},end:{line:15,column:13}}}))?s:"")+"</div>\n"},useData:!0})},370:function(t,e,n){var r=n(795);function i(t){return t&&(t.__esModule?t.default:t)}t.exports=(r.default||r).template({1:function(t,e,r,o,a){var s,l=null!=e?e:t.nullContext||{},u=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return' <div class="execution__content">'+(null!=(s=t.invokePartial(n(4925),e,{name:"stages-block",hash:{expanded:!1,baseUrl:null!=e?u(e,"baseUrl"):e,name:i(n(2239)).call(l,"testResult.execution.setup",{name:"t",hash:{},data:a,loc:{start:{line:5,column:45},end:{line:5,column:77}}}),stages:null!=e?u(e,"before"):e},data:a,helpers:r,partials:o,decorators:t.decorators}))?s:"")+(null!=(s=t.invokePartial(n(4925),e,{name:"stages-block",hash:{expanded:!0,baseUrl:null!=e?u(e,"baseUrl"):e,name:i(n(2239)).call(l,"testResult.execution.body",{name:"t",hash:{},data:a,loc:{start:{line:6,column:43},end:{line:6,column:74}}}),stages:null!=e?u(e,"test"):e},data:a,helpers:r,partials:o,decorators:t.decorators}))?s:"")+(null!=(s=t.invokePartial(n(4925),e,{name:"stages-block",hash:{expanded:!1,baseUrl:null!=e?u(e,"baseUrl"):e,name:i(n(2239)).call(l,"testResult.execution.teardown",{name:"t",hash:{},data:a,loc:{start:{line:7,column:44},end:{line:7,column:79}}}),stages:null!=e?u(e,"after"):e},data:a,helpers:r,partials:o,decorators:t.decorators}))?s:"")+" </div>\n"},3:function(t,e,r,o,a){return' <div class="'+t.escapeExpression(i(n(1293)).call(null!=e?e:t.nullContext||{},"pane","section",{name:"b",hash:{},data:a,loc:{start:{line:10,column:16},end:{line:10,column:38}}}))+'">\n No information about test execution is available.\n </div>\n'},compiler:[8,">= 4.3.0"],main:function(t,e,r,o,a){var s,l=null!=e?e:t.nullContext||{},u=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return'<h3 class="test-result-execution__title">'+t.escapeExpression(i(n(2239)).call(l,"testResult.execution.name",{name:"t",hash:{},data:a,loc:{start:{line:1,column:41},end:{line:1,column:74}}}))+"</h3>\n\n"+(null!=(s=u(r,"if").call(l,null!=e?u(e,"hasContent"):e,{name:"if",hash:{},fn:t.program(1,a,0),inverse:t.program(3,a,0),data:a,loc:{start:{line:3,column:0},end:{line:13,column:7}}}))?s:"")},usePartial:!0,useData:!0})},4925:function(t,e,n){var r=n(795);function i(t){return t&&(t.__esModule?t.default:t)}t.exports=(r.default||r).template({1:function(t,e,r,o,a,s,l){var u,c=null!=e?e:t.nullContext||{},f=t.escapeExpression,h=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return' <div class="'+f(i(n(1293)).call(c,"step",{name:"b",hash:{expanded:null!=e?h(e,"expanded"):e},data:a,loc:{start:{line:2,column:16},end:{line:2,column:46}}}))+'">\n <div class="'+f(i(n(1293)).call(c,"step","header",{name:"b",hash:{stage:!0,hasContent:!0},data:a,loc:{start:{line:3,column:20},end:{line:3,column:68}}}))+'">\n <span class="step__arrow block__arrow">'+f(i(n(2900)).call(c,{name:"angle",hash:{},data:a,loc:{start:{line:4,column:51},end:{line:4,column:60}}}))+'</span>\n <span class="step__title">\n '+f(t.lambda(null!=e?h(e,"name"):e,e))+'\n </span>\n </div>\n <div class="'+f(i(n(1293)).call(c,"step","content",{name:"b",hash:{},data:a,loc:{start:{line:9,column:20},end:{line:9,column:42}}}))+'">\n'+(null!=(u=h(r,"each").call(c,null!=e?h(e,"stages"):e,{name:"each",hash:{},fn:t.program(2,a,0,s,l),inverse:t.noop,data:a,loc:{start:{line:10,column:12},end:{line:44,column:21}}}))?u:"")+" </div>\n </div>\n"},2:function(t,e,n,r,i,o,a){var s,l=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return null!=(s=l(n,"if").call(null!=e?e:t.nullContext||{},null!=e?l(e,"name"):e,{name:"if",hash:{},fn:t.program(3,i,0,o,a),inverse:t.program(12,i,0,o,a),data:i,loc:{start:{line:11,column:16},end:{line:43,column:23}}}))?s:""},3:function(t,e,r,o,a,s,l){var u,c=null!=e?e:t.nullContext||{},f=t.escapeExpression,h=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return' <div class="'+f(i(n(1293)).call(c,"step",{name:"b",hash:{},data:a,loc:{start:{line:12,column:32},end:{line:12,column:44}}}))+'">\n <div class="'+f(i(n(1293)).call(c,"step","header",{name:"b",hash:{stage:!0,hasContent:null!=e?h(e,"hasContent"):e},data:a,loc:{start:{line:13,column:36},end:{line:13,column:90}}}))+'">\n'+(null!=(u=h(r,"if").call(c,null!=e?h(e,"hasContent"):e,{name:"if",hash:{},fn:t.program(4,a,0,s,l),inverse:t.program(6,a,0,s,l),data:a,loc:{start:{line:14,column:28},end:{line:18,column:35}}}))?u:"")+' <div class="'+f(i(n(1293)).call(c,"step","title",{name:"b",hash:{},data:a,loc:{start:{line:19,column:40},end:{line:19,column:60}}}))+'">\n '+f(t.lambda(null!=e?h(e,"name"):e,e))+"\n"+(null!=(u=t.invokePartial(n(7820),e,{name:"../../blocks/step-stats/step-stats",hash:{baseUrl:null!=l[2]?h(l[2],"baseUrl"):l[2]},data:a,indent:" ",helpers:r,partials:o,decorators:t.decorators}))?u:"")+' </div>\n </div>\n <div class="'+f(i(n(1293)).call(c,"step","content",{name:"b",hash:{},data:a,loc:{start:{line:24,column:36},end:{line:24,column:58}}}))+'">\n'+(null!=(u=t.invokePartial(n(2398),e,{name:"../../blocks/parameters-table/parameters-table",hash:{parameters:null!=e?h(e,"parameters"):e},data:a,indent:" ",helpers:r,partials:o,decorators:t.decorators}))?u:"")+(null!=(u=t.invokePartial(n(5162),e,{name:"steps-list",hash:{baseUrl:null!=l[1]?h(l[1],"baseUrl"):l[1],steps:null!=e?h(e,"steps"):e},data:a,helpers:r,partials:o,decorators:t.decorators}))?u:"")+(null!=(u=h(r,"each").call(c,null!=e?h(e,"attachments"):e,{name:"each",hash:{},fn:t.program(8,a,0,s,l),inverse:t.noop,data:a,loc:{start:{line:27,column:28},end:{line:29,column:37}}}))?u:"")+(null!=(u=h(r,"if").call(c,null!=e?h(e,"shouldDisplayMessage"):e,{name:"if",hash:{},fn:t.program(10,a,0,s,l),inverse:t.noop,data:a,loc:{start:{line:30,column:28},end:{line:32,column:35}}}))?u:"")+" </div>\n </div>\n"},4:function(t,e,r,o,a){var s=null!=e?e:t.nullContext||{},l=t.escapeExpression,u=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return' <span class="'+l(i(n(1293)).call(s,"step","arrow",{name:"b",hash:{},data:a,loc:{start:{line:15,column:45},end:{line:15,column:65}}}))+" text_status_"+l(t.lambda(null!=e?u(e,"status"):e,e))+' block__arrow">'+l(i(n(1998)).call(s,null!=e?u(e,"status"):e,{name:"arrow",hash:{fat:!0},data:a,loc:{start:{line:15,column:103},end:{line:15,column:128}}}))+"</span>\n"},6:function(t,e,r,o,a){var s=null!=e?e:t.nullContext||{},l=t.escapeExpression,u=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return' <span class="'+l(i(n(1293)).call(s,"step","status",{name:"b",hash:{},data:a,loc:{start:{line:17,column:45},end:{line:17,column:66}}}))+" text_status_"+l(t.lambda(null!=e?u(e,"status"):e,e))+'">'+l(i(n(153)).call(s,null!=e?u(e,"status"):e,{name:"allure-icon",hash:{},data:a,loc:{start:{line:17,column:91},end:{line:17,column:113}}}))+"</span>\n"},8:function(t,e,r,i,o,a,s){var l,u=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return null!=(l=t.invokePartial(n(3372),e,{name:"../../blocks/attachment-row/attachment-row",hash:{baseUrl:null!=s[2]?u(s[2],"baseUrl"):s[2]},data:o,indent:" ",helpers:r,partials:i,decorators:t.decorators}))?l:""},10:function(t,e,r,i,o){var a;return null!=(a=t.invokePartial(n(1514),e,{name:"../../blocks/status-details/status-details",data:o,helpers:r,partials:i,decorators:t.decorators}))?a:""},12:function(t,e,r,i,o,a,s){var l,u=null!=e?e:t.nullContext||{},c=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return(null!=(l=t.invokePartial(n(5162),e,{name:"steps-list",hash:{baseUrl:null!=s[1]?c(s[1],"baseUrl"):s[1],steps:null!=e?c(e,"steps"):e},data:o,helpers:r,partials:i,decorators:t.decorators}))?l:"")+(null!=(l=c(r,"each").call(u,null!=e?c(e,"attachments"):e,{name:"each",hash:{},fn:t.program(13,o,0,a,s),inverse:t.noop,data:o,loc:{start:{line:37,column:20},end:{line:39,column:29}}}))?l:"")+(null!=(l=c(r,"if").call(u,null!=e?c(e,"shouldDisplayMessage"):e,{name:"if",hash:{},fn:t.program(10,o,0,a,s),inverse:t.noop,data:o,loc:{start:{line:40,column:20},end:{line:42,column:27}}}))?l:"")},13:function(t,e,r,i,o,a,s){var l,u=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return null!=(l=t.invokePartial(n(3372),e,{name:"../../blocks/attachment-row/attachment-row",hash:{baseUrl:null!=s[2]?u(s[2],"baseUrl"):s[2]},data:o,indent:" ",helpers:r,partials:i,decorators:t.decorators}))?l:""},compiler:[8,">= 4.3.0"],main:function(t,e,n,r,i,o,a){var s,l=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return null!=(s=l(n,"if").call(null!=e?e:t.nullContext||{},null!=e?l(e,"stages"):e,{name:"if",hash:{},fn:t.program(1,i,0,o,a),inverse:t.noop,data:i,loc:{start:{line:1,column:0},end:{line:47,column:7}}}))?s:""},usePartial:!0,useData:!0,useDepths:!0})},5162:function(t,e,n){var r=n(795);function i(t){return t&&(t.__esModule?t.default:t)}t.exports=(r.default||r).template({1:function(t,e,n,r,i,o,a){var s,l=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return' <div class="step">\n'+(null!=(s=l(n,"if").call(null!=e?e:t.nullContext||{},null!=e?l(e,"attachmentStep"):e,{name:"if",hash:{},fn:t.program(2,i,0,o,a),inverse:t.program(5,i,0,o,a),data:i,loc:{start:{line:3,column:4},end:{line:29,column:11}}}))?s:"")+" </div>\n"},2:function(t,e,n,r,i,o,a){var s,l=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return null!=(s=l(n,"each").call(null!=e?e:t.nullContext||{},null!=e?l(e,"attachments"):e,{name:"each",hash:{},fn:t.program(3,i,0,o,a),inverse:t.noop,data:i,loc:{start:{line:4,column:6},end:{line:6,column:15}}}))?s:""},3:function(t,e,r,i,o,a,s){var l,u=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return null!=(l=t.invokePartial(n(3372),e,{name:"../../blocks/attachment-row/attachment-row",hash:{baseUrl:null!=s[2]?u(s[2],"baseUrl"):s[2]},data:o,indent:" ",helpers:r,partials:i,decorators:t.decorators}))?l:""},5:function(t,e,r,o,a,s,l){var u,c=null!=e?e:t.nullContext||{},f=t.escapeExpression,h=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return' <div class="'+f(i(n(1293)).call(c,"step","header",{name:"b",hash:{hasContent:null!=e?h(e,"hasContent"):e},data:a,loc:{start:{line:8,column:18},end:{line:8,column:61}}}))+' long-line">\n'+(null!=(u=h(r,"if").call(c,null!=e?h(e,"hasContent"):e,{name:"if",hash:{},fn:t.program(6,a,0,s,l),inverse:t.program(8,a,0,s,l),data:a,loc:{start:{line:9,column:8},end:{line:13,column:15}}}))?u:"")+' <div class="step__title">\n <div class="step__name">'+f(i(n(1829)).call(c,null!=e?h(e,"name"):e,{name:"text-with-links",hash:{},data:a,loc:{start:{line:15,column:34},end:{line:15,column:58}}}))+"</div>\n"+(null!=(u=t.invokePartial(n(7820),e,{name:"../../blocks/step-stats/step-stats",hash:{baseUrl:null!=l[2]?h(l[2],"baseUrl"):l[2]},data:a,indent:" ",helpers:r,partials:o,decorators:t.decorators}))?u:"")+' </div>\n </div>\n <div class="step__content">\n'+(null!=(u=t.invokePartial(n(2398),e,{name:"../../blocks/parameters-table/parameters-table",hash:{parameters:null!=e?h(e,"parameters"):e},data:a,indent:" ",helpers:r,partials:o,decorators:t.decorators}))?u:"")+(null!=(u=t.invokePartial(n(5162),e,{name:"steps-list",hash:{baseUrl:null!=l[1]?h(l[1],"baseUrl"):l[1],steps:null!=e?h(e,"steps"):e},data:a,helpers:r,partials:o,decorators:t.decorators}))?u:"")+(null!=(u=h(r,"each").call(c,null!=e?h(e,"attachments"):e,{name:"each",hash:{},fn:t.program(10,a,0,s,l),inverse:t.noop,data:a,loc:{start:{line:22,column:8},end:{line:24,column:17}}}))?u:"")+(null!=(u=h(r,"if").call(c,null!=e?h(e,"shouldDisplayMessage"):e,{name:"if",hash:{},fn:t.program(12,a,0,s,l),inverse:t.noop,data:a,loc:{start:{line:25,column:8},end:{line:27,column:15}}}))?u:"")+" </div>\n"},6:function(t,e,r,o,a){var s=null!=e?e:t.nullContext||{},l=t.escapeExpression,u=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return' <span class="'+l(i(n(1293)).call(s,"step","arrow",{name:"b",hash:{},data:a,loc:{start:{line:10,column:23},end:{line:10,column:43}}}))+" text_status_"+l(t.lambda(null!=e?u(e,"status"):e,e))+' block__arrow">'+l(i(n(1998)).call(s,null!=e?u(e,"status"):e,{name:"arrow",hash:{fat:!0},data:a,loc:{start:{line:10,column:81},end:{line:10,column:106}}}))+"</span>\n"},8:function(t,e,r,o,a){var s=null!=e?e:t.nullContext||{},l=t.escapeExpression,u=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return' <span class="'+l(i(n(1293)).call(s,"step","status",{name:"b",hash:{},data:a,loc:{start:{line:12,column:23},end:{line:12,column:44}}}))+" text_status_"+l(t.lambda(null!=e?u(e,"status"):e,e))+'">'+l(i(n(153)).call(s,null!=e?u(e,"status"):e,{name:"allure-icon",hash:{},data:a,loc:{start:{line:12,column:69},end:{line:12,column:91}}}))+"</span>\n"},10:function(t,e,r,i,o,a,s){var l,u=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return null!=(l=t.invokePartial(n(3372),e,{name:"../../blocks/attachment-row/attachment-row",hash:{baseUrl:null!=s[2]?u(s[2],"baseUrl"):s[2]},data:o,indent:" ",helpers:r,partials:i,decorators:t.decorators}))?l:""},12:function(t,e,r,i,o){var a;return null!=(a=t.invokePartial(n(1514),e,{name:"../../blocks/status-details/status-details",data:o,helpers:r,partials:i,decorators:t.decorators}))?a:""},compiler:[8,">= 4.3.0"],main:function(t,e,n,r,i,o,a){var s,l=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return null!=(s=l(n,"each").call(null!=e?e:t.nullContext||{},null!=e?l(e,"steps"):e,{name:"each",hash:{},fn:t.program(1,i,0,o,a),inverse:t.noop,data:i,loc:{start:{line:1,column:0},end:{line:31,column:9}}}))?s:""},usePartial:!0,useData:!0,useDepths:!0})},1244:function(t,e,n){var r=n(795);function i(t){return t&&(t.__esModule?t.default:t)}t.exports=(r.default||r).template({compiler:[8,">= 4.3.0"],main:function(t,e,r,o,a){var s,l=null!=e?e:t.nullContext||{},u=t.escapeExpression,c=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return'<div class="'+u(i(n(1293)).call(l,"alert","wide",{name:"b",hash:{status:null!=e?c(e,"status"):e},data:a,loc:{start:{line:1,column:12},end:{line:1,column:46}}}))+'">'+(null!=(s=t.invokePartial(n(1514),e,{name:"../../blocks/status-details/status-details",data:a,helpers:r,partials:o,decorators:t.decorators}))?s:"")+'</div>\n\n<div class="'+u(i(n(1293)).call(l,null!=e?c(e,"cls"):e,"tags",{name:"b",hash:{},data:a,loc:{start:{line:5,column:12},end:{line:5,column:28}}}))+'"></div>\n<div class="'+u(i(n(1293)).call(l,null!=e?c(e,"cls"):e,"before",{name:"b",hash:{},data:a,loc:{start:{line:6,column:12},end:{line:6,column:30}}}))+'"></div>\n<div class="'+u(i(n(1293)).call(l,null!=e?c(e,"cls"):e,"execution",{name:"b",hash:{},data:a,loc:{start:{line:7,column:12},end:{line:7,column:33}}}))+'"></div>\n<div class="'+u(i(n(1293)).call(l,null!=e?c(e,"cls"):e,"after",{name:"b",hash:{},data:a,loc:{start:{line:8,column:12},end:{line:8,column:29}}}))+'"></div>'},usePartial:!0,useData:!0})},7719:function(t,e,n){var r=n(795);function i(t){return t&&(t.__esModule?t.default:t)}t.exports=(r.default||r).template({1:function(t,e,r,i,o){var a,s=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return' <div class="pane__subtitle long-line line-ellipsis">\n'+(null!=(a=t.invokePartial(n(4396),e,{name:"../../blocks/clipboard-copy/clipboard-copy",hash:{value:null!=e?s(e,"fullName"):e},data:o,indent:" ",helpers:r,partials:i,decorators:t.decorators}))?a:"")+' <span class="fullname__body">'+t.escapeExpression(t.lambda(null!=e?s(e,"fullName"):e,e))+"</span>\n </div>\n"},3:function(t,e,r,o,a){return" "+t.escapeExpression(i(n(153)).call(null!=e?e:t.nullContext||{},"flaky",{name:"allure-icon",hash:{},data:a,loc:{start:{line:13,column:12},end:{line:13,column:35}}}))+"\n"},5:function(t,e,r,o,a){return" "+t.escapeExpression(i(n(153)).call(null!=e?e:t.nullContext||{},"newFailed",{name:"allure-icon",hash:{},data:a,loc:{start:{line:16,column:12},end:{line:16,column:39}}}))+"\n"},7:function(t,e,r,o,a){return" "+t.escapeExpression(i(n(153)).call(null!=e?e:t.nullContext||{},"newPassed",{name:"allure-icon",hash:{},data:a,loc:{start:{line:19,column:12},end:{line:19,column:39}}}))+"\n"},9:function(t,e,r,o,a){return" "+t.escapeExpression(i(n(153)).call(null!=e?e:t.nullContext||{},"newBroken",{name:"allure-icon",hash:{},data:a,loc:{start:{line:22,column:12},end:{line:22,column:39}}}))+"\n"},11:function(t,e,r,o,a){return" "+t.escapeExpression(i(n(153)).call(null!=e?e:t.nullContext||{},"retriesStatusChange",{name:"allure-icon",hash:{},data:a,loc:{start:{line:25,column:12},end:{line:25,column:49}}}))+"\n"},compiler:[8,">= 4.3.0"],main:function(t,e,r,o,a){var s,l=null!=e?e:t.nullContext||{},u=t.escapeExpression,c=t.lambda,f=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return(null!=(s=f(r,"if").call(l,null!=e?f(e,"fullName"):e,{name:"if",hash:{},fn:t.program(1,a,0),inverse:t.noop,data:a,loc:{start:{line:1,column:0},end:{line:6,column:7}}}))?s:"")+'<h2 class="'+u(i(n(1293)).call(l,"pane","title",{name:"b",hash:{borderless:!0},data:a,loc:{start:{line:7,column:11},end:{line:7,column:47}}}))+'">\n <div class="'+u(i(n(1293)).call(l,null!=e?f(e,"cls"):e,"status",{name:"b",hash:{},data:a,loc:{start:{line:8,column:16},end:{line:8,column:34}}}))+'">\n <span class="label label_status_'+u(c(null!=e?f(e,"status"):e,e))+'">'+u(i(n(2239)).call(l,null!=e?f(e,"statusName"):e,{name:"t",hash:{},data:a,loc:{start:{line:9,column:52},end:{line:9,column:68}}}))+'</span>\n </div>\n <div class="'+u(i(n(1293)).call(l,null!=e?f(e,"cls"):e,"name",{name:"b",hash:{},data:a,loc:{start:{line:11,column:16},end:{line:11,column:32}}}))+'">\n'+(null!=(s=f(r,"if").call(l,null!=e?f(e,"flaky"):e,{name:"if",hash:{},fn:t.program(3,a,0),inverse:t.noop,data:a,loc:{start:{line:12,column:8},end:{line:14,column:15}}}))?s:"")+(null!=(s=f(r,"if").call(l,null!=e?f(e,"newFailed"):e,{name:"if",hash:{},fn:t.program(5,a,0),inverse:t.noop,data:a,loc:{start:{line:15,column:8},end:{line:17,column:15}}}))?s:"")+(null!=(s=f(r,"if").call(l,null!=e?f(e,"newPassed"):e,{name:"if",hash:{},fn:t.program(7,a,0),inverse:t.noop,data:a,loc:{start:{line:18,column:8},end:{line:20,column:15}}}))?s:"")+(null!=(s=f(r,"if").call(l,null!=e?f(e,"newBroken"):e,{name:"if",hash:{},fn:t.program(9,a,0),inverse:t.noop,data:a,loc:{start:{line:21,column:8},end:{line:23,column:15}}}))?s:"")+(null!=(s=f(r,"if").call(l,null!=e?f(e,"retriesStatusChange"):e,{name:"if",hash:{},fn:t.program(11,a,0),inverse:t.noop,data:a,loc:{start:{line:24,column:8},end:{line:26,column:15}}}))?s:"")+' <span class="long-line">'+u(c(null!=e?f(e,"name"):e,e))+"</span>\n </div>\n</h2>\n\n"+(null!=(s=t.invokePartial(n(8748),e,{name:"../../blocks/tabs/tabs",data:a,helpers:r,partials:o,decorators:t.decorators}))?s:"")+'<div class="'+u(i(n(1293)).call(l,null!=e?f(e,"cls"):e,"content",{name:"b",hash:{},data:a,loc:{start:{line:32,column:12},end:{line:32,column:31}}}))+'"></div>\n'},usePartial:!0,useData:!0})},7728:function(t,e,n){var r=n(795);function i(t){return t&&(t.__esModule?t.default:t)}t.exports=(r.default||r).template({1:function(t,e,r,o,a){var s=null!=e?e:t.nullContext||{},l=t.escapeExpression,u=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return' <span class="'+l(i(n(1293)).call(s,"pane","subtitle",{name:"b",hash:{},data:a,loc:{start:{line:4,column:21},end:{line:4,column:44}}}))+'">\n '+l(i(n(2239)).call(s,"component.tree.filtered.total",{name:"t",hash:{count:null!=e?u(e,"totalCases"):e},data:a,loc:{start:{line:5,column:8},end:{line:5,column:62}}}))+",\n "+l(i(n(2239)).call(s,"component.tree.filtered.shown",{name:"t",hash:{count:null!=e?u(e,"shownCases"):e},data:a,loc:{start:{line:6,column:12},end:{line:6,column:66}}}))+"\n </span>\n"},3:function(t,e,r,o,a){var s=null!=e?e:t.nullContext||{},l=t.escapeExpression,u=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return' <span class="'+l(i(n(1293)).call(s,null!=e?u(e,"cls"):e,"control",{name:"b",hash:{},data:a,loc:{start:{line:16,column:25},end:{line:16,column:44}}}))+" "+l(i(n(1293)).call(s,null!=e?u(e,"cls"):e,"download",{name:"b",hash:{},data:a,loc:{start:{line:16,column:45},end:{line:16,column:65}}}))+'"\n data-tooltip="'+l(i(n(2239)).call(s,"component.tree.download",{name:"t",hash:{},data:a,loc:{start:{line:17,column:29},end:{line:17,column:60}}}))+'"\n data-ga4-event="csv_download_click"\n data-download="'+l(t.lambda(null!=e?u(e,"csvUrl"):e,e))+'"\n data-download-type="text/csv">\n '+l(i(n(153)).call(s,"download",{name:"allure-icon",hash:{height:"18px",width:"18px",noTooltip:!0},data:a,loc:{start:{line:21,column:14},end:{line:21,column:82}}}))+"\n </span>\n"},compiler:[8,">= 4.3.0"],main:function(t,e,r,o,a){var s,l=null!=e?e:t.nullContext||{},u=t.escapeExpression,c=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return'<div class="'+u(i(n(1293)).call(l,"pane","title",{name:"b",hash:{borderless:!0},data:a,loc:{start:{line:1,column:12},end:{line:1,column:48}}}))+'">\n <span class="'+u(i(n(1293)).call(l,"pane","title-text",{name:"b",hash:{},data:a,loc:{start:{line:2,column:17},end:{line:2,column:42}}}))+'">'+u(i(n(2239)).call(l,null!=e?c(e,"tabName"):e,{name:"t",hash:{},data:a,loc:{start:{line:2,column:44},end:{line:2,column:57}}}))+"</span>\n"+(null!=(s=c(r,"if").call(l,null!=e?c(e,"filtered"):e,{name:"if",hash:{},fn:t.program(1,a,0),inverse:t.noop,data:a,loc:{start:{line:3,column:4},end:{line:8,column:11}}}))?s:"")+' <div class="'+u(i(n(1293)).call(l,"pane","search",{name:"b",hash:{},data:a,loc:{start:{line:9,column:16},end:{line:9,column:37}}}))+'"></div>\n <span class="pane__controls">\n <span class="'+u(i(n(1293)).call(l,null!=e?c(e,"cls"):e,"control",{name:"b",hash:{},data:a,loc:{start:{line:11,column:21},end:{line:11,column:40}}}))+" "+u(i(n(1293)).call(l,null!=e?c(e,"cls"):e,"info",{name:"b",hash:{},data:a,loc:{start:{line:11,column:41},end:{line:11,column:57}}}))+'"\n data-tooltip="'+u(i(n(2239)).call(l,"component.tree.groups",{name:"t",hash:{},data:a,loc:{start:{line:12,column:28},end:{line:12,column:57}}}))+'">\n '+u(i(n(153)).call(l,"info",{name:"allure-icon",hash:{height:"18px",width:"18px",noTooltip:!0},data:a,loc:{start:{line:13,column:10},end:{line:13,column:74}}}))+"\n </span>\n"+(null!=(s=c(r,"if").call(l,null!=e?c(e,"csvUrl"):e,{name:"if",hash:{},fn:t.program(3,a,0),inverse:t.noop,data:a,loc:{start:{line:15,column:8},end:{line:23,column:15}}}))?s:"")+' </span>\n</div>\n\n<div class="'+u(i(n(1293)).call(l,null!=e?c(e,"cls"):e,"ctrl",{name:"b",hash:{},data:a,loc:{start:{line:27,column:12},end:{line:27,column:28}}}))+'">\n <div class="'+u(i(n(1293)).call(l,null!=e?c(e,"cls"):e,"sorter",{name:"b",hash:{},data:a,loc:{start:{line:28,column:16},end:{line:28,column:34}}}))+'"></div>\n <div class="'+u(i(n(1293)).call(l,null!=e?c(e,"cls"):e,"strut",{name:"b",hash:{},data:a,loc:{start:{line:29,column:16},end:{line:29,column:33}}}))+'"></div>\n <div class="'+u(i(n(1293)).call(l,null!=e?c(e,"cls"):e,"filter",{name:"b",hash:{},data:a,loc:{start:{line:30,column:16},end:{line:30,column:34}}}))+'"></div>\n <div class="'+u(i(n(1293)).call(l,null!=e?c(e,"cls"):e,"filter-marks",{name:"b",hash:{},data:a,loc:{start:{line:31,column:16},end:{line:31,column:40}}}))+'"></div>\n</div>\n\n<div class="'+u(i(n(1293)).call(l,null!=e?c(e,"cls"):e,"content",{name:"b",hash:{},data:a,loc:{start:{line:34,column:12},end:{line:34,column:31}}}))+'" ></div>\n'},useData:!0})},4837:function(t,e,n){var r=n(795);function i(t){return t&&(t.__esModule?t.default:t)}t.exports=(r.default||r).template({1:function(t,e,n,r,i,o,a){var s,l=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return null!=(s=l(n,"each").call(null!=e?e:t.nullContext||{},null!=e?l(e,"items"):e,{name:"each",hash:{},fn:t.program(2,i,0,o,a),inverse:t.noop,data:i,loc:{start:{line:3,column:8},end:{line:5,column:17}}}))?s:""},2:function(t,e,r,i,o,a,s){var l,u=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return null!=(l=t.invokePartial(n(1992),e,{name:"tree-group",hash:{testResultTab:null!=s[1]?u(s[1],"testResultTab"):s[1],tabName:null!=s[1]?u(s[1],"tabName"):s[1],showGroupInfo:null!=s[1]?u(s[1],"showGroupInfo"):s[1],baseUrl:null!=s[1]?u(s[1],"baseUrl"):s[1]},data:o,helpers:r,partials:i,decorators:t.decorators}))?l:""},4:function(t,e,r,o,a){var s=null!=e?e:t.nullContext||{},l=t.escapeExpression,u=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return' <div class="'+l(i(n(1293)).call(s,null!=e?u(e,"cls"):e,"empty",{name:"b",hash:{},data:a,loc:{start:{line:7,column:23},end:{line:7,column:40}}}))+'">'+l(i(n(2239)).call(s,"component.tree.empty",{name:"t",hash:{},data:a,loc:{start:{line:7,column:42},end:{line:7,column:70}}}))+"</div>\n"},compiler:[8,">= 4.3.0"],main:function(t,e,r,o,a,s,l){var u,c=null!=e?e:t.nullContext||{},f=t.escapeExpression,h=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return'<div class="'+f(i(n(1293)).call(c,null!=e?h(e,"cls"):e,"content",{name:"b",hash:{},data:a,loc:{start:{line:1,column:12},end:{line:1,column:31}}}))+'" data-uid="'+f(t.lambda(null!=e?h(e,"uid"):e,e))+'">\n'+(null!=(u=h(r,"if").call(c,null!=e?h(e,"items"):e,{name:"if",hash:{},fn:t.program(1,a,0,s,l),inverse:t.program(4,a,0,s,l),data:a,loc:{start:{line:2,column:4},end:{line:8,column:11}}}))?u:"")+"</div>\n"},usePartial:!0,useData:!0,useDepths:!0})},1992:function(t,e,n){var r=n(795);function i(t){return t&&(t.__esModule?t.default:t)}t.exports=(r.default||r).template({1:function(t,e,r,o,a,s,l){var u,c=t.escapeExpression,f=null!=e?e:t.nullContext||{},h=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return' <div class="node">\n <div class="node__title long-line" data-uid="'+c(t.lambda(null!=e?h(e,"uid"):e,e))+'">\n <span class="node__arrow block__arrow">'+c(i(n(2900)).call(f,{name:"angle",hash:{},data:a,loc:{start:{line:4,column:51},end:{line:4,column:60}}}))+"</span>\n"+(null!=(u=h(r,"if").call(f,null!=e?h(e,"name"):e,{name:"if",hash:{},fn:t.program(2,a,0,s,l),inverse:t.program(4,a,0,s,l),data:a,loc:{start:{line:5,column:12},end:{line:11,column:19}}}))?u:"")+' <div class="tree__strut"> </div>\n <span class="node__stats">\n '+c(i(n(6137)).call(f,null!=e?h(e,"statistic"):e,{name:"statistic-bar",hash:{},data:a,loc:{start:{line:14,column:16},end:{line:14,column:43}}}))+'\n </span>\n </div>\n\n <div class="node__children">\n'+(null!=(u=h(r,"if").call(f,null!=e?h(e,"showGroupInfo"):e,{name:"if",hash:{},fn:t.program(6,a,0,s,l),inverse:t.noop,data:a,loc:{start:{line:19,column:12},end:{line:28,column:19}}}))?u:"")+(null!=(u=h(r,"each").call(f,null!=e?h(e,"children"):e,{name:"each",hash:{},fn:t.program(8,a,0,s,l),inverse:t.noop,data:a,loc:{start:{line:29,column:12},end:{line:31,column:21}}}))?u:"")+" </div>\n </div>\n"},2:function(t,e,n,r,i){var o=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return' <div class="node__name">\n '+t.escapeExpression(t.lambda(null!=e?o(e,"name"):e,e))+"\n </div>\n"},4:function(t,e,r,o,a){return' <span class="node__unknown">'+t.escapeExpression(i(n(2239)).call(null!=e?e:t.nullContext||{},"component.tree.unknown",{name:"t",hash:{},data:a,loc:{start:{line:10,column:44},end:{line:10,column:74}}}))+"</span>\n"},6:function(t,e,r,o,a){var s,l=t.escapeExpression,u=null!=e?e:t.nullContext||{},c=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return' <div class="node">\n <div class="node__info long-line" data-uid="'+l(t.lambda(null!=e?c(e,"uid"):e,e))+'">\n '+l(i(n(153)).call(u,"timeline",{name:"allure-icon",hash:{height:"12px",width:"12px",noTooltip:!0},data:a,loc:{start:{line:22,column:24},end:{line:22,column:92}}}))+"\n"+(null!=(s=t.invokePartial(n(9022),e,{name:"tree-time",hash:{tooltip:i(n(2239)).call(u,"component.tree.time.total.tooltip",{name:"t",hash:{},data:a,loc:{start:{line:23,column:108},end:{line:23,column:147}}}),name:i(n(2239)).call(u,"component.tree.time.total.name",{name:"t",hash:{},data:a,loc:{start:{line:23,column:63},end:{line:23,column:99}}}),value:null!=(s=null!=e?c(e,"time"):e)?c(s,"duration"):s},data:a,indent:" ",helpers:r,partials:o,decorators:t.decorators}))?s:"")+(null!=(s=t.invokePartial(n(9022),e,{name:"tree-time",hash:{tooltip:i(n(2239)).call(u,"component.tree.time.max.tooltip",{name:"t",hash:{},data:a,loc:{start:{line:24,column:109},end:{line:24,column:146}}}),name:i(n(2239)).call(u,"component.tree.time.max.name",{name:"t",hash:{},data:a,loc:{start:{line:24,column:66},end:{line:24,column:100}}}),value:null!=(s=null!=e?c(e,"time"):e)?c(s,"maxDuration"):s},data:a,indent:" ",helpers:r,partials:o,decorators:t.decorators}))?s:"")+(null!=(s=t.invokePartial(n(9022),e,{name:"tree-time",hash:{tooltip:i(n(2239)).call(u,"component.tree.time.sum.tooltip",{name:"t",hash:{},data:a,loc:{start:{line:25,column:109},end:{line:25,column:146}}}),name:i(n(2239)).call(u,"component.tree.time.sum.name",{name:"t",hash:{},data:a,loc:{start:{line:25,column:66},end:{line:25,column:100}}}),value:null!=(s=null!=e?c(e,"time"):e)?c(s,"sumDuration"):s},data:a,indent:" ",helpers:r,partials:o,decorators:t.decorators}))?s:"")+" </div>\n </div>\n"},8:function(t,e,r,i,o,a,s){var l,u=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return null!=(l=t.invokePartial(n(1992),e,{name:"tree-group",hash:{testResultTab:null!=s[1]?u(s[1],"testResultTab"):s[1],tabName:null!=s[1]?u(s[1],"tabName"):s[1],showGroupInfo:null!=s[1]?u(s[1],"showGroupInfo"):s[1],baseUrl:null!=s[1]?u(s[1],"baseUrl"):s[1]},data:o,helpers:r,partials:i,decorators:t.decorators}))?l:""},10:function(t,e,r,i,o){var a,s=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return null!=(a=t.invokePartial(n(9453),e,{name:"tree-leaf",hash:{testResultTab:null!=e?s(e,"testResultTab"):e,baseUrl:null!=e?s(e,"baseUrl"):e},data:o,helpers:r,partials:i,decorators:t.decorators}))?a:""},compiler:[8,">= 4.3.0"],main:function(t,e,n,r,i,o,a){var s,l=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return null!=(s=l(n,"if").call(null!=e?e:t.nullContext||{},null!=e?l(e,"children"):e,{name:"if",hash:{},fn:t.program(1,i,0,o,a),inverse:t.program(10,i,0,o,a),data:i,loc:{start:{line:1,column:0},end:{line:36,column:7}}}))?s:""},usePartial:!0,useData:!0,useDepths:!0})},9453:function(t,e,n){var r=n(795);function i(t){return t&&(t.__esModule?t.default:t)}t.exports=(r.default||r).template({1:function(t,e,n,r,i){var o,a=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return' <div class="node__parameters long-line line-ellipsis">\n <span> </span>\n'+(null!=(o=a(n,"each").call(null!=e?e:t.nullContext||{},null!=e?a(e,"parameters"):e,{name:"each",hash:{},fn:t.program(2,i,0),inverse:t.noop,data:i,loc:{start:{line:13,column:16},end:{line:20,column:25}}}))?o:"")+" </div>\n"},2:function(t,e,n,r,i){var o;return(null!=(o=(t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]})(n,"if").call(null!=e?e:t.nullContext||{},e,{name:"if",hash:{},fn:t.program(3,i,0),inverse:t.program(5,i,0),data:i,loc:{start:{line:14,column:20},end:{line:18,column:29}}}))?o:"")+'<span class="node__parameters_separator">,</span>\n'},3:function(t,e,n,r,i){return" "+t.escapeExpression(t.lambda(e,e))},5:function(t,e,n,r,i){return" null"},7:function(t,e,r,o,a){var s=null!=e?e:t.nullContext||{},l=t.escapeExpression,u=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return' <div class="'+l(i(n(1293)).call(s,"node","mark",{name:"b",hash:{shown:null!=e?u(e,"flaky"):e},data:a,loc:{start:{line:25,column:24},end:{line:25,column:55}}}))+'">\n '+l(i(n(153)).call(s,"flaky",{name:"allure-icon",hash:{},data:a,loc:{start:{line:26,column:16},end:{line:26,column:39}}}))+"\n </div>\n"},9:function(t,e,r,o,a){var s=null!=e?e:t.nullContext||{},l=t.escapeExpression,u=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return' <div class="'+l(i(n(1293)).call(s,"node","mark",{name:"b",hash:{shown:null!=e?u(e,"newFailed"):e},data:a,loc:{start:{line:30,column:24},end:{line:30,column:59}}}))+'">\n '+l(i(n(153)).call(s,"newFailed",{name:"allure-icon",hash:{},data:a,loc:{start:{line:31,column:16},end:{line:31,column:43}}}))+"\n </div>\n"},11:function(t,e,r,o,a){var s=null!=e?e:t.nullContext||{},l=t.escapeExpression,u=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return' <div class="'+l(i(n(1293)).call(s,"node","mark",{name:"b",hash:{shown:null!=e?u(e,"newBroken"):e},data:a,loc:{start:{line:35,column:24},end:{line:35,column:59}}}))+'">\n '+l(i(n(153)).call(s,"newBroken",{name:"allure-icon",hash:{},data:a,loc:{start:{line:36,column:16},end:{line:36,column:43}}}))+"\n </div>\n"},13:function(t,e,r,o,a){var s=null!=e?e:t.nullContext||{},l=t.escapeExpression,u=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return' <div class="'+l(i(n(1293)).call(s,"node","mark",{name:"b",hash:{shown:null!=e?u(e,"newPassed"):e},data:a,loc:{start:{line:40,column:24},end:{line:40,column:59}}}))+'">\n '+l(i(n(153)).call(s,"newPassed",{name:"allure-icon",hash:{},data:a,loc:{start:{line:41,column:16},end:{line:41,column:43}}}))+"\n </div>\n"},15:function(t,e,r,o,a){var s=null!=e?e:t.nullContext||{},l=t.escapeExpression,u=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return' <div class="'+l(i(n(1293)).call(s,"node","mark",{name:"b",hash:{shown:null!=e?u(e,"retriesStatusChange"):e},data:a,loc:{start:{line:45,column:24},end:{line:45,column:69}}}))+'">\n '+l(i(n(153)).call(s,"retriesStatusChange",{name:"allure-icon",hash:{},data:a,loc:{start:{line:46,column:16},end:{line:46,column:53}}}))+"\n </div>\n"},compiler:[8,">= 4.3.0"],main:function(t,e,r,o,a){var s,l=t.lambda,u=t.escapeExpression,c=null!=e?e:t.nullContext||{},f=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return'<a class="node node__leaf" href="#'+u(l(null!=e?f(e,"baseUrl"):e,e))+"/"+u(l(null!=e?f(e,"parentUid"):e,e))+"/"+u(l(null!=e?f(e,"uid"):e,e))+"/"+u(l(null!=e?f(e,"testResultTab"):e,e))+'">\n <div class="node__title" data-uid="'+u(l(null!=e?f(e,"uid"):e,e))+'" data-parentUid="'+u(l(null!=e?f(e,"parentUid"):e,e))+'">\n <div class="node__anchor_status_'+u(l(null!=e?f(e,"status"):e,e))+" "+u(i(n(1293)).call(c,"node","anchor",{name:"b",hash:{},data:a,loc:{start:{line:3,column:51},end:{line:3,column:72}}}))+'">\n '+u(i(n(153)).call(c,null!=e?f(e,"status"):e,{name:"allure-icon",hash:{height:"20px",width:"20px"},data:a,loc:{start:{line:4,column:12},end:{line:4,column:61}}}))+'\n </div>\n <div class="node__order">'+u(l(null!=e?f(e,"order"):e,e))+'</div>\n <div class="node__name">\n '+u(l(null!=e?f(e,"name"):e,e))+"\n </div>\n"+(null!=(s=f(r,"if").call(c,null!=e?f(e,"parameters"):e,{name:"if",hash:{},fn:t.program(1,a,0),inverse:t.noop,data:a,loc:{start:{line:10,column:8},end:{line:22,column:15}}}))?s:"")+' <div class="tree__strut"> </div>\n'+(null!=(s=f(r,"if").call(c,null!=e?f(e,"flaky"):e,{name:"if",hash:{},fn:t.program(7,a,0),inverse:t.noop,data:a,loc:{start:{line:24,column:8},end:{line:28,column:15}}}))?s:"")+(null!=(s=f(r,"if").call(c,null!=e?f(e,"newFailed"):e,{name:"if",hash:{},fn:t.program(9,a,0),inverse:t.noop,data:a,loc:{start:{line:29,column:8},end:{line:33,column:15}}}))?s:"")+(null!=(s=f(r,"if").call(c,null!=e?f(e,"newBroken"):e,{name:"if",hash:{},fn:t.program(11,a,0),inverse:t.noop,data:a,loc:{start:{line:34,column:8},end:{line:38,column:15}}}))?s:"")+(null!=(s=f(r,"if").call(c,null!=e?f(e,"newPassed"):e,{name:"if",hash:{},fn:t.program(13,a,0),inverse:t.noop,data:a,loc:{start:{line:39,column:8},end:{line:43,column:15}}}))?s:"")+(null!=(s=f(r,"if").call(c,null!=e?f(e,"retriesStatusChange"):e,{name:"if",hash:{},fn:t.program(15,a,0),inverse:t.noop,data:a,loc:{start:{line:44,column:8},end:{line:48,column:15}}}))?s:"")+' <div class="node__stats">'+u(i(n(2747)).call(c,null!=(s=null!=e?f(e,"time"):e)?f(s,"duration"):s,{name:"duration",hash:{},data:a,loc:{start:{line:50,column:12},end:{line:50,column:40}}}))+"</div>\n </div>\n</a>\n"},useData:!0})},9022:function(t,e,n){var r=n(795);function i(t){return t&&(t.__esModule?t.default:t)}t.exports=(r.default||r).template({1:function(t,e,r,o,a){var s=t.lambda,l=t.escapeExpression,u=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return' <span class="node__time" data-tooltip="'+l(s(null!=e?u(e,"tooltip"):e,e))+'">\n '+l(s(null!=e?u(e,"name"):e,e))+":\n <b>"+l(i(n(2747)).call(null!=e?e:t.nullContext||{},null!=e?u(e,"value"):e,{name:"duration",hash:{},data:a,loc:{start:{line:4,column:11},end:{line:4,column:29}}}))+"</b>\n </span>\n"},compiler:[8,">= 4.3.0"],main:function(t,e,r,o,a){var s,l=null!=e?e:t.nullContext||{},u=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return null!=(s=u(r,"if").call(l,i(n(1445)).call(l,null!=e?u(e,"value"):e,{name:"is-def",hash:{},data:a,loc:{start:{line:1,column:6},end:{line:1,column:20}}}),{name:"if",hash:{},fn:t.program(1,a,0),inverse:t.noop,data:a,loc:{start:{line:1,column:0},end:{line:6,column:7}}}))?s:""},useData:!0})},6410:function(t,e,n){var r=n(795);function i(t){return t&&(t.__esModule?t.default:t)}t.exports=(r.default||r).template({1:function(t,e,r,o,a,s,l){var u=t.lambda,c=t.escapeExpression,f=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return" <"+c(u(null!=l[1]?f(l[1],"rowTag"):l[1],e))+' class="table__row" href="#'+c(u(null!=l[1]?f(l[1],"baseUrl"):l[1],e))+"/"+c(u(null!=e?f(e,"uid"):e,e))+'">\n <div class="table__col">'+c(u(null!=e?f(e,"name"):e,e))+'</div>\n <div class="table__col">\n '+c(i(n(8913)).call(null!=e?e:t.nullContext||{},null!=e?f(e,"statistic"):e,{name:"status-bar",hash:{},data:a,loc:{start:{line:10,column:16},end:{line:10,column:40}}}))+"\n </div>\n </"+c(u(null!=l[1]?f(l[1],"rowTag"):l[1],e))+">\n"},3:function(t,e,r,o,a){var s=t.escapeExpression,l=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return' <a class="table__row" href="#'+s(t.lambda(null!=e?l(e,"baseUrl"):e,e))+'">\n <div class="table__col table__col_center">\n '+s(i(n(2239)).call(null!=e?e:t.nullContext||{},"component.widgetStatus.showAll",{name:"t",hash:{},data:a,loc:{start:{line:17,column:16},end:{line:17,column:54}}}))+"\n </div>\n </a>\n"},compiler:[8,">= 4.3.0"],main:function(t,e,r,o,a,s,l){var u,c=null!=e?e:t.nullContext||{},f=t.escapeExpression,h=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return'<h2 class="widget__title">\n '+f(i(n(2239)).call(c,null!=e?h(e,"title"):e,{name:"t",hash:{},data:a,loc:{start:{line:2,column:4},end:{line:2,column:15}}}))+'\n <span class="widget__subtitle">'+f(i(n(2239)).call(c,"component.widgetStatus.total",{name:"t",hash:{count:null!=e?h(e,"total"):e},data:a,loc:{start:{line:3,column:35},end:{line:3,column:83}}}))+'</span>\n</h2>\n<div class="table table_hover widget__table">\n'+(null!=(u=h(r,"each").call(c,null!=e?h(e,"items"):e,{name:"each",hash:{},fn:t.program(1,a,0,s,l),inverse:t.noop,data:a,loc:{start:{line:6,column:4},end:{line:13,column:13}}}))?u:"")+(null!=(u=h(r,"if").call(c,null!=e?h(e,"showAll"):e,{name:"if",hash:{},fn:t.program(3,a,0,s,l),inverse:t.noop,data:a,loc:{start:{line:14,column:4},end:{line:20,column:11}}}))?u:"")+"</div>\n"},useData:!0,useDepths:!0})},6178:function(t,e,n){var r=n(795);function i(t){return t&&(t.__esModule?t.default:t)}t.exports=(r.default||r).template({compiler:[8,">= 4.3.0"],main:function(t,e,r,o,a){var s=null!=e?e:t.nullContext||{},l=t.escapeExpression;return'<div class="'+l(i(n(1293)).call(s,"app","nav",{name:"b",hash:{},data:a,loc:{start:{line:1,column:12},end:{line:1,column:29}}}))+'"></div>\n<div class="'+l(i(n(1293)).call(s,"app","content",{name:"b",hash:{},data:a,loc:{start:{line:2,column:12},end:{line:2,column:33}}}))+'"></div>\n'},useData:!0})},1199:function(t,e,n){var r=n(795);t.exports=(r.default||r).template({compiler:[8,">= 4.3.0"],main:function(t,e,n,r,i){var o,a=null!=e?e:t.nullContext||{},s=t.hooks.helperMissing,l="function",u=t.escapeExpression,c=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return'<div class="timeline__body">\n <div class=\'timeline__chart\'>\n <svg class="timeline__chart_svg">\n <g transform="translate('+u(typeof(o=null!=(o=c(n,"PADDING")||(null!=e?c(e,"PADDING"):e))?o:s)===l?o.call(a,{name:"PADDING",hash:{},data:i,loc:{start:{line:4,column:36},end:{line:4,column:47}}}):o)+', 15)">\n <g class="timeline__slider"/>\n <g class="timeline__plot" transform="translate(0, '+u(typeof(o=null!=(o=c(n,"PADDING")||(null!=e?c(e,"PADDING"):e))?o:s)===l?o.call(a,{name:"PADDING",hash:{},data:i,loc:{start:{line:6,column:66},end:{line:6,column:77}}}):o)+')">\n <g class="timeline__chart__axis timeline__chart__axis_x"/>\n </g>\n </g>\n </svg>\n </div>\n <div class=\'timeline__brush\'>\n <svg class="timeline__brush_svg">\n <g class="timeline__brush__axis timeline__brush__axis_x"/>\n </svg>\n </div>\n</div>'},useData:!0})},7083:function(t,e,n){var r=n(795);t.exports=(r.default||r).template({1:function(t,e,r,i,o){var a,s,l=null!=e?e:t.nullContext||{},u=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return" "+t.escapeExpression((s=n(2239),s&&(s.__esModule?s.default:s)).call(l,"testResult.categories.name",{name:"t",hash:{},data:o,loc:{start:{line:2,column:4},end:{line:2,column:38}}}))+":\n"+(null!=(a=u(r,"each").call(l,null!=e?u(e,"categories"):e,{name:"each",hash:{},fn:t.program(2,o,0),inverse:t.noop,data:o,loc:{start:{line:3,column:4},end:{line:5,column:13}}}))?a:"")},2:function(t,e,n,r,i){var o=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return" <span>"+t.escapeExpression(t.lambda(null!=e?o(e,"name"):e,e))+" </span>\n"},compiler:[8,">= 4.3.0"],main:function(t,e,n,r,i){var o,a=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return null!=(o=a(n,"if").call(null!=e?e:t.nullContext||{},null!=e?a(e,"categories"):e,{name:"if",hash:{},fn:t.program(1,i,0),inverse:t.noop,data:i,loc:{start:{line:1,column:0},end:{line:6,column:7}}}))?o:""},useData:!0})},8789:function(t,e,n){var r=n(795);t.exports=(r.default||r).template({1:function(t,e,r,i,o){var a,s,l=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return' <h3 class="pane__section-title">'+t.escapeExpression((s=n(2239),s&&(s.__esModule?s.default:s)).call(null!=e?e:t.nullContext||{},"testResult.description.name",{name:"t",hash:{},data:o,loc:{start:{line:2,column:36},end:{line:2,column:71}}}))+'</h3>\n <div class="description__text">'+(null!=(a=t.lambda(null!=e?l(e,"descriptionHtml"):e,e))?a:"")+"</div>\n"},compiler:[8,">= 4.3.0"],main:function(t,e,n,r,i){var o,a=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return null!=(o=a(n,"if").call(null!=e?e:t.nullContext||{},null!=e?a(e,"descriptionHtml"):e,{name:"if",hash:{},fn:t.program(1,i,0),inverse:t.noop,data:i,loc:{start:{line:1,column:0},end:{line:4,column:7}}}))?o:""},useData:!0})},4999:function(t,e,n){var r=n(795);function i(t){return t&&(t.__esModule?t.default:t)}t.exports=(r.default||r).template({1:function(t,e,r,o,a){var s,l=null!=e?e:t.nullContext||{},u=t.escapeExpression,c=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return' <span data-tooltip="'+u(i(n(951)).call(l,null!=(s=null!=e?c(e,"time"):e)?c(s,"start"):s,{name:"date",hash:{},data:a,loc:{start:{line:2,column:24},end:{line:2,column:43}}}))+" "+u(i(n(8718)).call(l,null!=(s=null!=e?c(e,"time"):e)?c(s,"start"):s,{name:"time",hash:{},data:a,loc:{start:{line:2,column:44},end:{line:2,column:63}}}))+" – "+u(i(n(8718)).call(l,null!=(s=null!=e?c(e,"time"):e)?c(s,"stop"):s,{name:"time",hash:{},data:a,loc:{start:{line:2,column:82},end:{line:2,column:100}}}))+'">\n '+u(i(n(2239)).call(l,"testResult.duration.name",{name:"t",hash:{},data:a,loc:{start:{line:3,column:8},end:{line:3,column:40}}}))+":\n "+u(i(n(153)).call(l,"timeline",{name:"allure-icon",hash:{height:"14px",width:"14px",noTooltip:!0},data:a,loc:{start:{line:4,column:8},end:{line:4,column:76}}}))+"\n "+u(i(n(2747)).call(l,null!=(s=null!=e?c(e,"time"):e)?c(s,"duration"):s,2,{name:"duration",hash:{},data:a,loc:{start:{line:5,column:8},end:{line:5,column:36}}}))+"\n </span>\n"},compiler:[8,">= 4.3.0"],main:function(t,e,n,r,i){var o,a=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return null!=(o=a(n,"if").call(null!=e?e:t.nullContext||{},null!=e?a(e,"time"):e,{name:"if",hash:{},fn:t.program(1,i,0),inverse:t.noop,data:i,loc:{start:{line:1,column:0},end:{line:7,column:7}}}))?o:""},useData:!0})},2345:function(t,e,n){var r=n(795);function i(t){return t&&(t.__esModule?t.default:t)}t.exports=(r.default||r).template({1:function(t,e,r,o,a,s,l){var u,c=null!=e?e:t.nullContext||{},f=t.escapeExpression,h=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return' <div class="'+f(i(n(1293)).call(c,null!=e?h(e,"cls"):e,"success-rate",{name:"b",hash:{},data:a,loc:{start:{line:3,column:20},end:{line:3,column:44}}}))+'">\n '+f(i(n(2239)).call(c,"testResult.history.successRate",{name:"t",hash:{},data:a,loc:{start:{line:4,column:12},end:{line:4,column:50}}}))+" "+f(t.lambda(null!=e?h(e,"successRate"):e,e))+"\n"+(null!=(u=h(r,"if").call(c,null!=(u=null!=(u=null!=e?h(e,"history"):e)?h(u,"statistic"):u)?h(u,"total"):u,{name:"if",hash:{},fn:t.program(2,a,0,s,l),inverse:t.noop,data:a,loc:{start:{line:5,column:12},end:{line:7,column:19}}}))?u:"")+" </div>\n"+(null!=(u=h(r,"each").call(c,null!=(u=null!=e?h(e,"history"):e)?h(u,"items"):u,{name:"each",hash:{},fn:t.program(4,a,0,s,l),inverse:t.noop,data:a,loc:{start:{line:9,column:8},end:{line:23,column:17}}}))?u:"")},2:function(t,e,r,o,a){var s,l=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return" ("+t.escapeExpression(i(n(2239)).call(null!=e?e:t.nullContext||{},"testResult.history.statistic",{name:"t",hash:{total:null!=(s=null!=(s=null!=e?l(e,"history"):e)?l(s,"statistic"):s)?l(s,"total"):s,passed:null!=(s=null!=(s=null!=e?l(e,"history"):e)?l(s,"statistic"):s)?l(s,"passed"):s},data:a,loc:{start:{line:6,column:17},end:{line:6,column:115}}}))+")\n"},4:function(t,e,n,r,i,o,a){var s,l=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return null!=(s=l(n,"if").call(null!=e?e:t.nullContext||{},null!=e?l(e,"reportUrl"):e,{name:"if",hash:{},fn:t.program(5,i,0,o,a),inverse:t.program(7,i,0,o,a),data:i,loc:{start:{line:10,column:12},end:{line:22,column:19}}}))?s:""},5:function(t,e,r,o,a,s,l){var u,c=null!=e?e:t.nullContext||{},f=t.escapeExpression,h=t.lambda,d=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return' <div class="'+f(i(n(1293)).call(c,null!=l[1]?d(l[1],"cls"):l[1],"row",{name:"b",hash:{},data:a,loc:{start:{line:11,column:28},end:{line:11,column:46}}}))+'">\n <a class="link" href="'+f(h(null!=e?d(e,"reportUrl"):e,e))+'" target="_blank">\n <span class="label label_status_'+f(h(null!=e?d(e,"status"):e,e))+'">'+f(h(null!=e?d(e,"status"):e,e))+"</span>\n <span>"+f(i(n(2239)).call(c,"testResult.history.time",{name:"t",hash:{time:i(n(8718)).call(c,null!=(u=null!=e?d(e,"time"):e)?d(u,"start"):u,{name:"time",hash:{},data:a,loc:{start:{line:14,column:88},end:{line:14,column:105}}}),date:i(n(951)).call(c,null!=(u=null!=e?d(e,"time"):e)?d(u,"start"):u,{name:"date",hash:{},data:a,loc:{start:{line:14,column:65},end:{line:14,column:82}}})},data:a,loc:{start:{line:14,column:30},end:{line:14,column:107}}}))+"</span>\n </a>\n </div>\n"},7:function(t,e,r,o,a){var s,l=t.lambda,u=t.escapeExpression,c=null!=e?e:t.nullContext||{},f=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return' <div>\n <span class="label label_status_'+u(l(null!=e?f(e,"status"):e,e))+'">'+u(l(null!=e?f(e,"status"):e,e))+"</span>\n <span>"+u(i(n(2239)).call(c,"testResult.history.time",{name:"t",hash:{time:i(n(8718)).call(c,null!=(s=null!=e?f(e,"time"):e)?f(s,"start"):s,{name:"time",hash:{},data:a,loc:{start:{line:20,column:84},end:{line:20,column:101}}}),date:i(n(951)).call(c,null!=(s=null!=e?f(e,"time"):e)?f(s,"start"):s,{name:"date",hash:{},data:a,loc:{start:{line:20,column:61},end:{line:20,column:78}}})},data:a,loc:{start:{line:20,column:26},end:{line:20,column:103}}}))+"</span>\n </div>\n"},9:function(t,e,r,o,a){return" "+t.escapeExpression(i(n(2239)).call(null!=e?e:t.nullContext||{},"testResult.history.empty",{name:"t",hash:{},data:a,loc:{start:{line:25,column:8},end:{line:25,column:40}}}))+"\n"},compiler:[8,">= 4.3.0"],main:function(t,e,r,o,a,s,l){var u,c=null!=e?e:t.nullContext||{},f=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return'<div class="'+t.escapeExpression(i(n(1293)).call(c,"pane","section",{name:"b",hash:{},data:a,loc:{start:{line:1,column:12},end:{line:1,column:34}}}))+'">\n'+(null!=(u=f(r,"if").call(c,null!=e?f(e,"history"):e,{name:"if",hash:{},fn:t.program(1,a,0,s,l),inverse:t.program(9,a,0,s,l),data:a,loc:{start:{line:2,column:4},end:{line:26,column:11}}}))?u:"")+"</div>"},useData:!0,useDepths:!0})},9885:function(t,e,n){var r=n(795);function i(t){return t&&(t.__esModule?t.default:t)}t.exports=(r.default||r).template({1:function(t,e,r,o,a){var s,l=null!=e?e:t.nullContext||{},u=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return' <h3 class="pane__section-title">'+t.escapeExpression(i(n(2239)).call(l,"testResult.links.name",{name:"t",hash:{},data:a,loc:{start:{line:2,column:36},end:{line:2,column:65}}}))+'</h3>\n <div class="testresult-links">\n'+(null!=(s=u(r,"each").call(l,null!=e?u(e,"links"):e,{name:"each",hash:{},fn:t.program(2,a,0),inverse:t.noop,data:a,loc:{start:{line:4,column:6},end:{line:15,column:15}}}))?s:"")+" </div>\n"},2:function(t,e,r,o,a){var s,l=null!=e?e:t.nullContext||{},u=t.escapeExpression,c=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return' <span class="testresult-link">\n'+(null!=(s=c(r,"if").call(l,i(n(569)).call(l,null!=e?c(e,"type"):e,"issue",{name:"eq",hash:{},data:a,loc:{start:{line:6,column:16},end:{line:6,column:33}}}),{name:"if",hash:{},fn:t.program(3,a,0),inverse:t.program(5,a,0),data:a,loc:{start:{line:6,column:10},end:{line:12,column:17}}}))?s:"")+' <a class="link" href="'+u(i(n(7050)).call(l,null!=e?c(e,"url"):e,null!=e?c(e,"name"):e,{name:"default",hash:{},data:a,loc:{start:{line:13,column:34},end:{line:13,column:54}}}))+'" target="_blank">'+u(i(n(7050)).call(l,null!=e?c(e,"name"):e,null!=e?c(e,"url"):e,"link",{name:"default",hash:{},data:a,loc:{start:{line:13,column:72},end:{line:13,column:99}}}))+"</a>\n </span>\n"},3:function(t,e,r,o,a){return" "+t.escapeExpression(i(n(153)).call(null!=e?e:t.nullContext||{},"bug",{name:"allure-icon",hash:{height:"14px",width:"14px",noTooltip:!0},data:a,loc:{start:{line:7,column:12},end:{line:7,column:75}}}))+"\n"},5:function(t,e,r,o,a){var s,l=null!=e?e:t.nullContext||{},u=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return null!=(s=u(r,"if").call(l,i(n(569)).call(l,null!=e?u(e,"type"):e,"tms",{name:"eq",hash:{},data:a,loc:{start:{line:8,column:20},end:{line:8,column:35}}}),{name:"if",hash:{},fn:t.program(6,a,0),inverse:t.program(8,a,0),data:a,loc:{start:{line:8,column:10},end:{line:12,column:10}}}))?s:""},6:function(t,e,r,o,a){return" "+t.escapeExpression(i(n(153)).call(null!=e?e:t.nullContext||{},"task",{name:"allure-icon",hash:{height:"14px",width:"14px",noTooltip:!0},data:a,loc:{start:{line:9,column:12},end:{line:9,column:76}}}))+"\n"},8:function(t,e,r,o,a){return" "+t.escapeExpression(i(n(153)).call(null!=e?e:t.nullContext||{},"link",{name:"allure-icon",hash:{height:"14px",width:"14px",noTooltip:!0},data:a,loc:{start:{line:11,column:12},end:{line:11,column:76}}}))+"\n "},compiler:[8,">= 4.3.0"],main:function(t,e,n,r,i){var o,a=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return null!=(o=a(n,"if").call(null!=e?e:t.nullContext||{},null!=e?a(e,"links"):e,{name:"if",hash:{},fn:t.program(1,i,0),inverse:t.noop,data:i,loc:{start:{line:1,column:0},end:{line:17,column:7}}}))?o:""},useData:!0})},2617:function(t,e,n){var r=n(795);t.exports=(r.default||r).template({1:function(t,e,r,i,o){var a,s=t.escapeExpression,l=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return' <h3 class="pane__section-title">'+s((a=n(2239),a&&(a.__esModule?a.default:a)).call(null!=e?e:t.nullContext||{},"testResult.owner.name",{name:"t",hash:{},data:o,loc:{start:{line:2,column:36},end:{line:2,column:65}}}))+"</h3>\n <div>"+s(t.lambda(null!=e?l(e,"owner"):e,e))+"</div>\n"},compiler:[8,">= 4.3.0"],main:function(t,e,n,r,i){var o,a=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return null!=(o=a(n,"if").call(null!=e?e:t.nullContext||{},null!=e?a(e,"owner"):e,{name:"if",hash:{},fn:t.program(1,i,0),inverse:t.noop,data:i,loc:{start:{line:1,column:0},end:{line:4,column:7}}}))?o:""},useData:!0})},6695:function(t,e,n){var r=n(795);function i(t){return t&&(t.__esModule?t.default:t)}t.exports=(r.default||r).template({1:function(t,e,r,o,a){var s,l=null!=e?e:t.nullContext||{},u=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return"<h3>"+t.escapeExpression(i(n(2239)).call(l,"testResult.parameters.name",{name:"t",hash:{},data:a,loc:{start:{line:2,column:4},end:{line:2,column:38}}}))+"</h3>\n"+(null!=(s=u(r,"each").call(l,null!=e?u(e,"parameters"):e,{name:"each",hash:{},fn:t.program(2,a,0),inverse:t.noop,data:a,loc:{start:{line:3,column:4},end:{line:12,column:13}}}))?s:"")},2:function(t,e,n,r,i){var o,a=null!=e?e:t.nullContext||{},s=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return' <div class="environment long-line line-ellipsis">\n <span class="environment__key">'+(null!=(o=s(n,"if").call(a,null!=e?s(e,"name"):e,{name:"if",hash:{},fn:t.program(3,i,0),inverse:t.program(5,i,0),data:i,loc:{start:{line:5,column:43},end:{line:5,column:90}}}))?o:"")+"</span>:\n"+(null!=(o=s(n,"if").call(a,null!=e?s(e,"value"):e,{name:"if",hash:{},fn:t.program(7,i,0),inverse:t.program(9,i,0),data:i,loc:{start:{line:6,column:12},end:{line:10,column:19}}}))?o:"")+" </div>\n"},3:function(t,e,n,r,i){var o=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return t.escapeExpression(t.lambda(null!=e?o(e,"name"):e,e))},5:function(t,e,n,r,i){return"<null>"},7:function(t,e,r,o,a){var s=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return" <span>"+t.escapeExpression(i(n(8492)).call(null!=e?e:t.nullContext||{},null!=e?s(e,"value"):e,{name:"linky",hash:{},data:a,loc:{start:{line:7,column:22},end:{line:7,column:37}}}))+"</span>\n"},9:function(t,e,n,r,i){return" null\n"},compiler:[8,">= 4.3.0"],main:function(t,e,n,r,i){var o,a=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return null!=(o=a(n,"if").call(null!=e?e:t.nullContext||{},null!=(o=null!=e?a(e,"parameters"):e)?a(o,"length"):o,{name:"if",hash:{},fn:t.program(1,i,0),inverse:t.noop,data:i,loc:{start:{line:1,column:0},end:{line:13,column:7}}}))?o:""},useData:!0})},7321:function(t,e,n){var r=n(795);function i(t){return t&&(t.__esModule?t.default:t)}t.exports=(r.default||r).template({1:function(t,e,n,r,i){var o,a=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return null!=(o=a(n,"each").call(null!=e?e:t.nullContext||{},null!=e?a(e,"retries"):e,{name:"each",hash:{},fn:t.program(2,i,0),inverse:t.noop,data:i,loc:{start:{line:3,column:8},end:{line:9,column:17}}}))?o:""},2:function(t,e,r,o,a){var s,l=t.lambda,u=t.escapeExpression,c=null!=e?e:t.nullContext||{},f=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return' <a class="link" href="#/testresult/'+u(l(null!=e?f(e,"uid"):e,e))+'">\n <span class="label label_status_'+u(l(null!=e?f(e,"status"):e,e))+'">'+u(l(null!=e?f(e,"status"):e,e))+"</span>\n <span>"+u(i(n(2239)).call(c,"testResult.retries.time",{name:"t",hash:{date:i(n(8718)).call(c,null!=(s=null!=e?f(e,"time"):e)?f(s,"start"):s,{name:"time",hash:{},data:a,loc:{start:{line:6,column:80},end:{line:6,column:97}}}),time:i(n(951)).call(c,null!=(s=null!=e?f(e,"time"):e)?f(s,"start"):s,{name:"date",hash:{},data:a,loc:{start:{line:6,column:57},end:{line:6,column:74}}})},data:a,loc:{start:{line:6,column:22},end:{line:6,column:99}}}))+'</span>\n <pre class="preformated-text"><code>'+u(l(null!=e?f(e,"statusDetails"):e,e))+"</code></pre>\n </a>\n"},4:function(t,e,r,o,a){return" "+t.escapeExpression(i(n(2239)).call(null!=e?e:t.nullContext||{},"testResult.retries.empty",{name:"t",hash:{},data:a,loc:{start:{line:11,column:8},end:{line:11,column:40}}}))+"\n"},compiler:[8,">= 4.3.0"],main:function(t,e,r,o,a){var s,l=null!=e?e:t.nullContext||{},u=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return'<div class="'+t.escapeExpression(i(n(1293)).call(l,"pane","section",{name:"b",hash:{},data:a,loc:{start:{line:1,column:12},end:{line:1,column:34}}}))+'">\n'+(null!=(s=u(r,"if").call(l,null!=e?u(e,"retries"):e,{name:"if",hash:{},fn:t.program(1,a,0),inverse:t.program(4,a,0),data:a,loc:{start:{line:2,column:4},end:{line:12,column:11}}}))?s:"")+"</div>"},useData:!0})},6505:function(t,e,n){var r=n(795);function i(t){return t&&(t.__esModule?t.default:t)}t.exports=(r.default||r).template({1:function(t,e,r,o,a){var s=null!=e?e:t.nullContext||{},l=t.escapeExpression,u=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return" "+l(i(n(2239)).call(s,"testResult.severity.name",{name:"t",hash:{},data:a,loc:{start:{line:2,column:4},end:{line:2,column:36}}}))+":\n "+l(i(n(2239)).call(s,i(n(6675)).call(s,"testResult.severity.",null!=e?u(e,"severity"):e,{name:"concat",hash:{},data:a,loc:{start:{line:3,column:8},end:{line:3,column:48}}}),{name:"t",hash:{},data:a,loc:{start:{line:3,column:4},end:{line:3,column:50}}}))+"\n"},compiler:[8,">= 4.3.0"],main:function(t,e,n,r,i){var o,a=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return null!=(o=a(n,"if").call(null!=e?e:t.nullContext||{},null!=e?a(e,"severity"):e,{name:"if",hash:{},fn:t.program(1,i,0),inverse:t.noop,data:i,loc:{start:{line:1,column:0},end:{line:4,column:7}}}))?o:""},useData:!0})},6285:function(t,e,n){var r=n(795);t.exports=(r.default||r).template({1:function(t,e,r,i,o){var a,s,l=null!=e?e:t.nullContext||{},u=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return" "+t.escapeExpression((s=n(2239),s&&(s.__esModule?s.default:s)).call(l,"testResult.tags.name",{name:"t",hash:{},data:o,loc:{start:{line:2,column:4},end:{line:2,column:32}}}))+": "+(null!=(a=u(r,"each").call(l,null!=e?u(e,"tags"):e,{name:"each",hash:{},fn:t.program(2,o,0),inverse:t.noop,data:o,loc:{start:{line:2,column:34},end:{line:4,column:13}}}))?a:"")},2:function(t,e,n,r,i){var o;return'\n <span class="label label__info">'+(null!=(o=(t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]})(n,"if").call(null!=e?e:t.nullContext||{},e,{name:"if",hash:{},fn:t.program(3,i,0),inverse:t.program(5,i,0),data:i,loc:{start:{line:3,column:40},end:{line:3,column:79}}}))?o:"")+"</span>\n"},3:function(t,e,n,r,i){return t.escapeExpression(t.lambda(e,e))},5:function(t,e,n,r,i){return"null"},compiler:[8,">= 4.3.0"],main:function(t,e,n,r,i){var o,a=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return null!=(o=a(n,"if").call(null!=e?e:t.nullContext||{},null!=e?a(e,"tags"):e,{name:"if",hash:{},fn:t.program(1,i,0),inverse:t.noop,data:i,loc:{start:{line:1,column:0},end:{line:5,column:7}}}))?o:""},useData:!0})},5559:function(t,e,n){var r=n(795);t.exports=(r.default||r).template({compiler:[8,">= 4.3.0"],main:function(t,e,r,i,o){return'<h2 class="widget__title">\n '+t.escapeExpression((a=n(2239),a&&(a.__esModule?a.default:a)).call(null!=e?e:t.nullContext||{},"widget.categoriesTrend.name",{name:"t",hash:{},data:o,loc:{start:{line:2,column:4},end:{line:2,column:39}}}))+'\n</h2>\n<div class="categories-trend__chart"></div>\n';var a},useData:!0})},2523:function(t,e,n){var r=n(795);t.exports=(r.default||r).template({compiler:[8,">= 4.3.0"],main:function(t,e,r,i,o){return'<h2 class="widget__title">\n '+t.escapeExpression((a=n(2239),a&&(a.__esModule?a.default:a)).call(null!=e?e:t.nullContext||{},"widget.durationTrend.name",{name:"t",hash:{},data:o,loc:{start:{line:2,column:4},end:{line:2,column:37}}}))+'\n</h2>\n<div class="duration-trend__chart"></div>\n';var a},useData:!0})},1912:function(t,e,n){var r=n(795);t.exports=(r.default||r).template({compiler:[8,">= 4.3.0"],main:function(t,e,r,i,o){return'<h2 class="widget__title">\n '+t.escapeExpression((a=n(2239),a&&(a.__esModule?a.default:a)).call(null!=e?e:t.nullContext||{},"chart.duration.name",{name:"t",hash:{},data:o,loc:{start:{line:2,column:4},end:{line:2,column:31}}}))+'\n</h2>\n<div class="duration-widget__content chart__body"></div>';var a},useData:!0})},2305:function(t,e,n){var r=n(795);function i(t){return t&&(t.__esModule?t.default:t)}t.exports=(r.default||r).template({1:function(t,e,n,r,i){var o,a=null!=e?e:t.nullContext||{},s=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return' <div class="table table_hover widget__table">\n'+(null!=(o=s(n,"each").call(a,null!=e?s(e,"items"):e,{name:"each",hash:{},fn:t.program(2,i,0),inverse:t.noop,data:i,loc:{start:{line:6,column:4},end:{line:17,column:13}}}))?o:"")+(null!=(o=s(n,"if").call(a,null!=e?s(e,"overLimit"):e,{name:"if",hash:{},fn:t.program(6,i,0),inverse:t.noop,data:i,loc:{start:{line:18,column:4},end:{line:22,column:11}}}))?o:"")+" </div>\n\n"},2:function(t,e,r,o,a){var s,l=null!=e?e:t.nullContext||{},u=t.escapeExpression,c=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return' <div class="'+u(i(n(1293)).call(l,"table","row",{name:"b",hash:{},data:a,loc:{start:{line:7,column:20},end:{line:7,column:39}}}))+'" disabled>\n <div class="'+u(i(n(1293)).call(l,"table","col",{name:"b",hash:{},data:a,loc:{start:{line:8,column:24},end:{line:8,column:43}}}))+' long-line">\n '+u(t.lambda(null!=e?c(e,"name"):e,e))+'\n </div>\n <div class="'+u(i(n(1293)).call(l,"table","col",{name:"b",hash:{},data:a,loc:{start:{line:11,column:24},end:{line:11,column:43}}}))+' long-line">\n'+(null!=(s=c(r,"each").call(l,null!=e?c(e,"values"):e,{name:"each",hash:{},fn:t.program(3,a,0),inverse:t.noop,data:a,loc:{start:{line:12,column:16},end:{line:14,column:25}}}))?s:"")+" </div>\n </div>\n"},3:function(t,e,r,o,a){var s,l=null!=e?e:t.nullContext||{},u=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return" "+t.escapeExpression(i(n(8492)).call(l,e,{name:"linky",hash:{},data:a,loc:{start:{line:13,column:20},end:{line:13,column:34}}}))+(null!=(s=u(r,"unless").call(l,a&&u(a,"last"),{name:"unless",hash:{},fn:t.program(4,a,0),inverse:t.noop,data:a,loc:{start:{line:13,column:34},end:{line:13,column:67}}}))?s:"")+"\n"},4:function(t,e,n,r,i){return",<br>"},6:function(t,e,r,o,a){var s=null!=e?e:t.nullContext||{},l=t.escapeExpression;return' <a class="'+l(i(n(1293)).call(s,"table","row",{name:"b",hash:{},data:a,loc:{start:{line:19,column:18},end:{line:19,column:37}}}))+' clickable environment-widget__expand">\n <div class="'+l(i(n(1293)).call(s,"table","col",{name:"b",hash:{center:!0},data:a,loc:{start:{line:20,column:24},end:{line:20,column:55}}}))+'">'+l(i(n(2239)).call(s,"widget.environment.showAll",{name:"t",hash:{},data:a,loc:{start:{line:20,column:57},end:{line:20,column:91}}}))+"</div>\n </a>\n"},8:function(t,e,r,o,a){return' <div class="widget__noitems">'+t.escapeExpression(i(n(2239)).call(null!=e?e:t.nullContext||{},"widget.environment.empty",{name:"t",hash:{},data:a,loc:{start:{line:26,column:33},end:{line:26,column:65}}}))+"</div>\n"},compiler:[8,">= 4.3.0"],main:function(t,e,r,o,a){var s,l=null!=e?e:t.nullContext||{},u=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return'<h2 class="widget__title">\n '+t.escapeExpression(i(n(2239)).call(l,"widget.environment.name",{name:"t",hash:{},data:a,loc:{start:{line:2,column:4},end:{line:2,column:35}}}))+"\n</h2>\n"+(null!=(s=u(r,"if").call(l,null!=e?u(e,"items"):e,{name:"if",hash:{},fn:t.program(1,a,0),inverse:t.program(8,a,0),data:a,loc:{start:{line:4,column:0},end:{line:27,column:7}}}))?s:"")},useData:!0})},3081:function(t,e,n){var r=n(795);function i(t){return t&&(t.__esModule?t.default:t)}t.exports=(r.default||r).template({1:function(t,e,n,r,i){var o,a=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return null!=(o=a(n,"each").call(null!=e?e:t.nullContext||{},null!=e?a(e,"items"):e,{name:"each",hash:{},fn:t.program(2,i,0),inverse:t.noop,data:i,loc:{start:{line:6,column:4},end:{line:32,column:13}}}))?o:""},2:function(t,e,r,o,a){var s,l=null!=e?e:t.nullContext||{},u=t.escapeExpression,c=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return' <span class="table__row">\n <div class="'+u(i(n(1293)).call(l,"table","col",{name:"b",hash:{},data:a,loc:{start:{line:8,column:20},end:{line:8,column:39}}}))+' executor">\n <div class="executor-icon">\n '+u(i(n(8176)).call(l,null!=e?c(e,"type"):e,{name:"job-icon",hash:{height:"32px",width:"32px"},data:a,loc:{start:{line:10,column:14},end:{line:10,column:58}}}))+"\n <span>"+u(t.lambda(null!=e?c(e,"name"):e,e))+"</span>\n </div>\n </div>\n"+(null!=(s=c(r,"if").call(l,null!=e?c(e,"buildName"):e,{name:"if",hash:{},fn:t.program(3,a,0),inverse:t.program(8,a,0),data:a,loc:{start:{line:14,column:8},end:{line:30,column:15}}}))?s:"")+" </span>\n"},3:function(t,e,r,o,a){var s,l=null!=e?e:t.nullContext||{},u=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return' <div class="'+t.escapeExpression(i(n(1293)).call(l,"table","col",{name:"b",hash:{right:!0},data:a,loc:{start:{line:15,column:24},end:{line:15,column:54}}}))+' executor">\n'+(null!=(s=u(r,"if").call(l,null!=e?u(e,"buildUrl"):e,{name:"if",hash:{},fn:t.program(4,a,0),inverse:t.program(6,a,0),data:a,loc:{start:{line:16,column:16},end:{line:23,column:23}}}))?s:"")+"\n </div>\n"},4:function(t,e,r,o,a){var s=t.lambda,l=t.escapeExpression,u=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return' <a class="link" href="'+l(s(null!=e?u(e,"buildUrl"):e,e))+'">\n '+l(s(null!=e?u(e,"buildName"):e,e))+"\n "+l(i(n(153)).call(null!=e?e:t.nullContext||{},"link",{name:"allure-icon",hash:{height:"12px",width:"12px",noTooltip:!0},data:a,loc:{start:{line:19,column:24},end:{line:19,column:88}}}))+"\n </a>\n"},6:function(t,e,n,r,i){var o=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return" "+t.escapeExpression(t.lambda(null!=e?o(e,"buildName"):e,e))+"\n"},8:function(t,e,r,o,a){var s=null!=e?e:t.nullContext||{},l=t.escapeExpression;return' <div class="'+l(i(n(1293)).call(s,"table","col",{name:"b",hash:{right:!0},data:a,loc:{start:{line:27,column:24},end:{line:27,column:54}}}))+'">\n '+l(i(n(2239)).call(s,"widget.executors.unknown",{name:"t",hash:{},data:a,loc:{start:{line:28,column:16},end:{line:28,column:48}}}))+"\n </div>\n"},10:function(t,e,r,o,a){var s=null!=e?e:t.nullContext||{},l=t.escapeExpression;return' <div class="table__row">\n <div class="'+l(i(n(1293)).call(s,"table","col",{name:"b",hash:{center:!0},data:a,loc:{start:{line:35,column:20},end:{line:35,column:51}}}))+'">\n '+l(i(n(2239)).call(s,"widget.executors.empty",{name:"t",hash:{},data:a,loc:{start:{line:36,column:12},end:{line:36,column:42}}}))+"\n </div>\n </div>\n"},compiler:[8,">= 4.3.0"],main:function(t,e,r,o,a){var s,l=null!=e?e:t.nullContext||{},u=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return'<h2 class="widget__title">\n '+t.escapeExpression(i(n(2239)).call(l,"widget.executors.name",{name:"t",hash:{},data:a,loc:{start:{line:2,column:4},end:{line:2,column:33}}}))+'\n</h2>\n<div class="table table_hover widget__table">\n'+(null!=(s=u(r,"if").call(l,null!=e?u(e,"items"):e,{name:"if",hash:{},fn:t.program(1,a,0),inverse:t.program(10,a,0),data:a,loc:{start:{line:5,column:0},end:{line:39,column:7}}}))?s:"")+"</div>\n"},useData:!0})},6457:function(t,e,n){var r=n(795);t.exports=(r.default||r).template({compiler:[8,">= 4.3.0"],main:function(t,e,r,i,o){return'<h2 class="widget__title">\n '+t.escapeExpression((a=n(2239),a&&(a.__esModule?a.default:a)).call(null!=e?e:t.nullContext||{},"widget.trend.name",{name:"t",hash:{},data:o,loc:{start:{line:2,column:4},end:{line:2,column:29}}}))+'\n</h2>\n<div class="history-trend__chart"></div>\n';var a},useData:!0})},1605:function(t,e,n){var r=n(795);t.exports=(r.default||r).template({compiler:[8,">= 4.3.0"],main:function(t,e,r,i,o){return'<h2 class="widget__title">\n '+t.escapeExpression((a=n(2239),a&&(a.__esModule?a.default:a)).call(null!=e?e:t.nullContext||{},"widget.retryTrend.name",{name:"t",hash:{},data:o,loc:{start:{line:2,column:4},end:{line:2,column:34}}}))+'\n</h2>\n<div class="retry-trend__chart"></div>\n';var a},useData:!0})},5166:function(t,e,n){var r=n(795);t.exports=(r.default||r).template({compiler:[8,">= 4.3.0"],main:function(t,e,r,i,o){return'<h2 class="widget__title">\n '+t.escapeExpression((a=n(2239),a&&(a.__esModule?a.default:a)).call(null!=e?e:t.nullContext||{},"chart.severity.name",{name:"t",hash:{},data:o,loc:{start:{line:2,column:4},end:{line:2,column:31}}}))+'\n</h2>\n<div class="severity-widget__content chart__body"></div>';var a},useData:!0})},3968:function(t,e,n){var r=n(795);t.exports=(r.default||r).template({compiler:[8,">= 4.3.0"],main:function(t,e,r,i,o){return'<h2 class="widget__title">\n '+t.escapeExpression((a=n(2239),a&&(a.__esModule?a.default:a)).call(null!=e?e:t.nullContext||{},"chart.status.name",{name:"t",hash:{},data:o,loc:{start:{line:2,column:4},end:{line:2,column:29}}}))+'\n</h2>\n<div class="status-widget__content chart__body"></div>\n';var a},useData:!0})},946:function(t,e,n){var r=n(795);function i(t){return t&&(t.__esModule?t.default:t)}t.exports=(r.default||r).template({1:function(t,e,r,o,a){var s=null!=e?e:t.nullContext||{},l=t.escapeExpression,u=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return" "+l(i(n(2239)).call(s,"widget.summary.aggregatedName",{name:"t",hash:{},data:a,loc:{start:{line:5,column:16},end:{line:5,column:53}}}))+'\n <span class="'+l(i(n(1293)).call(s,"widget","subtitle",{name:"b",hash:{},data:a,loc:{start:{line:6,column:29},end:{line:6,column:54}}}))+'">'+l(t.lambda(null!=e?u(e,"launchesCount"):e,e))+" "+l(i(n(2239)).call(s,"widget.summary.launches",{name:"t",hash:{count:null!=e?u(e,"launchesCount"):e},data:a,loc:{start:{line:6,column:74},end:{line:6,column:125}}}))+"</span>\n"},3:function(t,e,r,o,a){var s,l=t.escapeExpression,u=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return" "+l(t.lambda(null!=e?u(e,"reportName"):e,e))+" "+l(i(n(951)).call(null!=e?e:t.nullContext||{},null!=(s=null!=e?u(e,"time"):e)?u(s,"stop"):s,{name:"date",hash:{},data:a,loc:{start:{line:8,column:31},end:{line:8,column:49}}}))+"\n"},compiler:[8,">= 4.3.0"],main:function(t,e,r,o,a){var s,l=null!=e?e:t.nullContext||{},u=t.escapeExpression,c=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return'<div class="'+u(i(n(1293)).call(l,"widget","flex-line",{name:"b",hash:{},data:a,loc:{start:{line:1,column:12},end:{line:1,column:38}}}))+'">\n <div class="'+u(i(n(1293)).call(l,"widget","column",{name:"b",hash:{},data:a,loc:{start:{line:2,column:16},end:{line:2,column:39}}}))+'">\n <h2 class="'+u(i(n(1293)).call(l,"widget","title",{name:"b",hash:{},data:a,loc:{start:{line:3,column:19},end:{line:3,column:41}}}))+'">\n'+(null!=(s=c(r,"if").call(l,null!=e?c(e,"isAggregated"):e,{name:"if",hash:{},fn:t.program(1,a,0),inverse:t.program(3,a,0),data:a,loc:{start:{line:4,column:12},end:{line:9,column:19}}}))?s:"")+' <div class="'+u(i(n(1293)).call(l,"widget","subtitle",{name:"b",hash:{},data:a,loc:{start:{line:10,column:24},end:{line:10,column:49}}}))+'">\n '+u(i(n(8718)).call(l,null!=(s=null!=e?c(e,"time"):e)?c(s,"start"):s,{name:"time",hash:{},data:a,loc:{start:{line:11,column:16},end:{line:11,column:35}}}))+" - "+u(i(n(8718)).call(l,null!=(s=null!=e?c(e,"time"):e)?c(s,"stop"):s,{name:"time",hash:{},data:a,loc:{start:{line:11,column:38},end:{line:11,column:56}}}))+" ("+u(i(n(2747)).call(l,null!=(s=null!=e?c(e,"time"):e)?c(s,"duration"):s,2,{name:"duration",hash:{},data:a,loc:{start:{line:11,column:58},end:{line:11,column:86}}}))+')\n </div>\n </h2>\n <div class="'+u(i(n(1293)).call(l,"summary-widget","stats",{name:"b",hash:{},data:a,loc:{start:{line:14,column:20},end:{line:14,column:50}}}))+' splash">\n <div class="'+u(i(n(1293)).call(l,"splash","title",{name:"b",hash:{},data:a,loc:{start:{line:15,column:24},end:{line:15,column:46}}}))+'">'+u(t.lambda(null!=(s=null!=e?c(e,"statistic"):e)?c(s,"total"):s,e))+'</div>\n <div class="'+u(i(n(1293)).call(l,"splash","subtitle",{name:"b",hash:{},data:a,loc:{start:{line:16,column:24},end:{line:16,column:49}}}))+'">'+u(i(n(2239)).call(l,"widget.summary.testResults",{name:"t",hash:{count:null!=(s=null!=e?c(e,"statistic"):e)?c(s,"total"):s},data:a,loc:{start:{line:16,column:51},end:{line:16,column:107}}}))+'</div>\n </div>\n </div>\n <div class="'+u(i(n(1293)).call(l,"widget","column",{name:"b",hash:{},data:a,loc:{start:{line:19,column:16},end:{line:19,column:39}}}))+" "+u(i(n(1293)).call(l,"summary-widget","chart",{name:"b",hash:{},data:a,loc:{start:{line:19,column:40},end:{line:19,column:70}}}))+'"></div>\n</div>\n'},useData:!0})},3194:function(t){!function(e,n){"use strict";t.exports=function(){function t(e){if(!(this instanceof t))return n(e);e=e||{},this.tailSpace=e.tailSpace||"",this.elementSeparator=e.elementSeparator||"__",this.modSeparator=e.modSeparator||"_",this.modValueSeparator=e.modValueSeparator||"_",this.classSeparator=e.classSeparator||" ",this.isFullModifier=void 0===e.isFullModifier||e.isFullModifier,this.isFullBoolValue=void 0!==e.isFullBoolValue&&e.isFullBoolValue}function e(t,e,n){return this.bind.apply(this,[null].concat(Array.prototype.slice.call(arguments)))}function n(n){var r=new t(n),i=r.stringify.bind(r);return i.with=i.lock=e,i}t.prototype={_stringifyModifier:function(t,e,n){var r="";return void 0===n?r:this.isFullBoolValue||!1!==n?(r+=this.classSeparator+t+this.modSeparator+e,(this.isFullBoolValue||!0!==n)&&(r+=this.modValueSeparator+String(n)),r):r},_stringifyModifiers:function(t,e){var n="";for(var r in this.isFullModifier||(t=""),e)e.hasOwnProperty(r)&&(n+=this._stringifyModifier(t,r,e[r]));return n},stringify:function(t,e,n){var r=String(t);return e&&"object"==typeof e&&void 0===n&&(n=e,e=null),e&&(r+=this.elementSeparator+String(e)),n&&(r+=this._stringifyModifiers(r,n)),r+this.tailSpace}};var r=n();return r.B=t,r}()}()},8956:function(t,e,n){"use strict";var r=n(8202),i=n(7744),o=i(r("String.prototype.indexOf"));t.exports=function(t,e){var n=r(t,!!e);return"function"==typeof n&&o(t,".prototype.")>-1?i(n):n}},7744:function(t,e,n){"use strict";var r=n(8751),i=n(8202),o=n(2137),a=n(3317),s=i("%Function.prototype.apply%"),l=i("%Function.prototype.call%"),u=i("%Reflect.apply%",!0)||r.call(l,s),c=n(4279),f=i("%Math.max%");t.exports=function(t){if("function"!=typeof t)throw new a("a function is required");var e=u(r,l,arguments);return o(e,1+f(0,t.length-(arguments.length-1)),!0)};var h=function(){return u(r,s,arguments)};c?c(t.exports,"apply",{value:h}):t.exports.apply=h},7630:function(t,e,n){"use strict";var r=n(4279),i=n(3390),o=n(3317),a=n(9464);t.exports=function(t,e,n){if(!t||"object"!=typeof t&&"function"!=typeof t)throw new o("`obj` must be an object or a function`");if("string"!=typeof e&&"symbol"!=typeof e)throw new o("`property` must be a string or a symbol`");if(arguments.length>3&&"boolean"!=typeof arguments[3]&&null!==arguments[3])throw new o("`nonEnumerable`, if provided, must be a boolean or null");if(arguments.length>4&&"boolean"!=typeof arguments[4]&&null!==arguments[4])throw new o("`nonWritable`, if provided, must be a boolean or null");if(arguments.length>5&&"boolean"!=typeof arguments[5]&&null!==arguments[5])throw new o("`nonConfigurable`, if provided, must be a boolean or null");if(arguments.length>6&&"boolean"!=typeof arguments[6])throw new o("`loose`, if provided, must be a boolean");var s=arguments.length>3?arguments[3]:null,l=arguments.length>4?arguments[4]:null,u=arguments.length>5?arguments[5]:null,c=arguments.length>6&&arguments[6],f=!!a&&a(t,e);if(r)r(t,e,{configurable:null===u&&f?f.configurable:!u,enumerable:null===s&&f?f.enumerable:!s,value:n,writable:null===l&&f?f.writable:!l});else{if(!c&&(s||l||u))throw new i("This environment does not support defining a property as non-configurable, non-writable, or non-enumerable.");t[e]=n}}},4279:function(t,e,n){"use strict";var r=n(8202)("%Object.defineProperty%",!0)||!1;if(r)try{r({},"a",{value:1})}catch(t){r=!1}t.exports=r},2027:function(t){"use strict";t.exports=EvalError},5809:function(t){"use strict";t.exports=Error},9452:function(t){"use strict";t.exports=RangeError},6328:function(t){"use strict";t.exports=ReferenceError},3390:function(t){"use strict";t.exports=SyntaxError},3317:function(t){"use strict";t.exports=TypeError},363:function(t){"use strict";t.exports=URIError},7377:function(t){"use strict";var e=Object.prototype.toString,n=Math.max,r=function(t,e){for(var n=[],r=0;r<t.length;r+=1)n[r]=t[r];for(var i=0;i<e.length;i+=1)n[i+t.length]=e[i];return n};t.exports=function(t){var i=this;if("function"!=typeof i||"[object Function]"!==e.apply(i))throw new TypeError("Function.prototype.bind called on incompatible "+i);for(var o,a=function(t,e){for(var n=[],r=1,i=0;r<t.length;r+=1,i+=1)n[i]=t[r];return n}(arguments),s=n(0,i.length-a.length),l=[],u=0;u<s;u++)l[u]="$"+u;if(o=Function("binder","return function ("+function(t,e){for(var n="",r=0;r<t.length;r+=1)n+=t[r],r+1<t.length&&(n+=",");return n}(l)+"){ return binder.apply(this,arguments); }")((function(){if(this instanceof o){var e=i.apply(this,r(a,arguments));return Object(e)===e?e:this}return i.apply(t,r(a,arguments))})),i.prototype){var c=function(){};c.prototype=i.prototype,o.prototype=new c,c.prototype=null}return o}},8751:function(t,e,n){"use strict";var r=n(7377);t.exports=Function.prototype.bind||r},8202:function(t,e,n){"use strict";var r,i=n(5809),o=n(2027),a=n(9452),s=n(6328),l=n(3390),u=n(3317),c=n(363),f=Function,h=function(t){try{return f('"use strict"; return ('+t+").constructor;")()}catch(t){}},d=Object.getOwnPropertyDescriptor;if(d)try{d({},"")}catch(t){d=null}var p=function(){throw new u},m=d?function(){try{return p}catch(t){try{return d(arguments,"callee").get}catch(t){return p}}}():p,g=n(3915)(),v=n(1841)(),y=Object.getPrototypeOf||(v?function(t){return t.__proto__}:null),b={},w="undefined"!=typeof Uint8Array&&y?y(Uint8Array):r,_={__proto__:null,"%AggregateError%":"undefined"==typeof AggregateError?r:AggregateError,"%Array%":Array,"%ArrayBuffer%":"undefined"==typeof ArrayBuffer?r:ArrayBuffer,"%ArrayIteratorPrototype%":g&&y?y([][Symbol.iterator]()):r,"%AsyncFromSyncIteratorPrototype%":r,"%AsyncFunction%":b,"%AsyncGenerator%":b,"%AsyncGeneratorFunction%":b,"%AsyncIteratorPrototype%":b,"%Atomics%":"undefined"==typeof Atomics?r:Atomics,"%BigInt%":"undefined"==typeof BigInt?r:BigInt,"%BigInt64Array%":"undefined"==typeof BigInt64Array?r:BigInt64Array,"%BigUint64Array%":"undefined"==typeof BigUint64Array?r:BigUint64Array,"%Boolean%":Boolean,"%DataView%":"undefined"==typeof DataView?r:DataView,"%Date%":Date,"%decodeURI%":decodeURI,"%decodeURIComponent%":decodeURIComponent,"%encodeURI%":encodeURI,"%encodeURIComponent%":encodeURIComponent,"%Error%":i,"%eval%":eval,"%EvalError%":o,"%Float32Array%":"undefined"==typeof Float32Array?r:Float32Array,"%Float64Array%":"undefined"==typeof Float64Array?r:Float64Array,"%FinalizationRegistry%":"undefined"==typeof FinalizationRegistry?r:FinalizationRegistry,"%Function%":f,"%GeneratorFunction%":b,"%Int8Array%":"undefined"==typeof Int8Array?r:Int8Array,"%Int16Array%":"undefined"==typeof Int16Array?r:Int16Array,"%Int32Array%":"undefined"==typeof Int32Array?r:Int32Array,"%isFinite%":isFinite,"%isNaN%":isNaN,"%IteratorPrototype%":g&&y?y(y([][Symbol.iterator]())):r,"%JSON%":"object"==typeof JSON?JSON:r,"%Map%":"undefined"==typeof Map?r:Map,"%MapIteratorPrototype%":"undefined"!=typeof Map&&g&&y?y((new Map)[Symbol.iterator]()):r,"%Math%":Math,"%Number%":Number,"%Object%":Object,"%parseFloat%":parseFloat,"%parseInt%":parseInt,"%Promise%":"undefined"==typeof Promise?r:Promise,"%Proxy%":"undefined"==typeof Proxy?r:Proxy,"%RangeError%":a,"%ReferenceError%":s,"%Reflect%":"undefined"==typeof Reflect?r:Reflect,"%RegExp%":RegExp,"%Set%":"undefined"==typeof Set?r:Set,"%SetIteratorPrototype%":"undefined"!=typeof Set&&g&&y?y((new Set)[Symbol.iterator]()):r,"%SharedArrayBuffer%":"undefined"==typeof SharedArrayBuffer?r:SharedArrayBuffer,"%String%":String,"%StringIteratorPrototype%":g&&y?y(""[Symbol.iterator]()):r,"%Symbol%":g?Symbol:r,"%SyntaxError%":l,"%ThrowTypeError%":m,"%TypedArray%":w,"%TypeError%":u,"%Uint8Array%":"undefined"==typeof Uint8Array?r:Uint8Array,"%Uint8ClampedArray%":"undefined"==typeof Uint8ClampedArray?r:Uint8ClampedArray,"%Uint16Array%":"undefined"==typeof Uint16Array?r:Uint16Array,"%Uint32Array%":"undefined"==typeof Uint32Array?r:Uint32Array,"%URIError%":c,"%WeakMap%":"undefined"==typeof WeakMap?r:WeakMap,"%WeakRef%":"undefined"==typeof WeakRef?r:WeakRef,"%WeakSet%":"undefined"==typeof WeakSet?r:WeakSet};if(y)try{null.error}catch(t){var x=y(y(t));_["%Error.prototype%"]=x}var k=function t(e){var n;if("%AsyncFunction%"===e)n=h("async function () {}");else if("%GeneratorFunction%"===e)n=h("function* () {}");else if("%AsyncGeneratorFunction%"===e)n=h("async function* () {}");else if("%AsyncGenerator%"===e){var r=t("%AsyncGeneratorFunction%");r&&(n=r.prototype)}else if("%AsyncIteratorPrototype%"===e){var i=t("%AsyncGenerator%");i&&y&&(n=y(i.prototype))}return _[e]=n,n},C={__proto__:null,"%ArrayBufferPrototype%":["ArrayBuffer","prototype"],"%ArrayPrototype%":["Array","prototype"],"%ArrayProto_entries%":["Array","prototype","entries"],"%ArrayProto_forEach%":["Array","prototype","forEach"],"%ArrayProto_keys%":["Array","prototype","keys"],"%ArrayProto_values%":["Array","prototype","values"],"%AsyncFunctionPrototype%":["AsyncFunction","prototype"],"%AsyncGenerator%":["AsyncGeneratorFunction","prototype"],"%AsyncGeneratorPrototype%":["AsyncGeneratorFunction","prototype","prototype"],"%BooleanPrototype%":["Boolean","prototype"],"%DataViewPrototype%":["DataView","prototype"],"%DatePrototype%":["Date","prototype"],"%ErrorPrototype%":["Error","prototype"],"%EvalErrorPrototype%":["EvalError","prototype"],"%Float32ArrayPrototype%":["Float32Array","prototype"],"%Float64ArrayPrototype%":["Float64Array","prototype"],"%FunctionPrototype%":["Function","prototype"],"%Generator%":["GeneratorFunction","prototype"],"%GeneratorPrototype%":["GeneratorFunction","prototype","prototype"],"%Int8ArrayPrototype%":["Int8Array","prototype"],"%Int16ArrayPrototype%":["Int16Array","prototype"],"%Int32ArrayPrototype%":["Int32Array","prototype"],"%JSONParse%":["JSON","parse"],"%JSONStringify%":["JSON","stringify"],"%MapPrototype%":["Map","prototype"],"%NumberPrototype%":["Number","prototype"],"%ObjectPrototype%":["Object","prototype"],"%ObjProto_toString%":["Object","prototype","toString"],"%ObjProto_valueOf%":["Object","prototype","valueOf"],"%PromisePrototype%":["Promise","prototype"],"%PromiseProto_then%":["Promise","prototype","then"],"%Promise_all%":["Promise","all"],"%Promise_reject%":["Promise","reject"],"%Promise_resolve%":["Promise","resolve"],"%RangeErrorPrototype%":["RangeError","prototype"],"%ReferenceErrorPrototype%":["ReferenceError","prototype"],"%RegExpPrototype%":["RegExp","prototype"],"%SetPrototype%":["Set","prototype"],"%SharedArrayBufferPrototype%":["SharedArrayBuffer","prototype"],"%StringPrototype%":["String","prototype"],"%SymbolPrototype%":["Symbol","prototype"],"%SyntaxErrorPrototype%":["SyntaxError","prototype"],"%TypedArrayPrototype%":["TypedArray","prototype"],"%TypeErrorPrototype%":["TypeError","prototype"],"%Uint8ArrayPrototype%":["Uint8Array","prototype"],"%Uint8ClampedArrayPrototype%":["Uint8ClampedArray","prototype"],"%Uint16ArrayPrototype%":["Uint16Array","prototype"],"%Uint32ArrayPrototype%":["Uint32Array","prototype"],"%URIErrorPrototype%":["URIError","prototype"],"%WeakMapPrototype%":["WeakMap","prototype"],"%WeakSetPrototype%":["WeakSet","prototype"]},A=n(8751),O=n(6753),E=A.call(Function.call,Array.prototype.concat),S=A.call(Function.apply,Array.prototype.splice),j=A.call(Function.call,String.prototype.replace),P=A.call(Function.call,String.prototype.slice),T=A.call(Function.call,RegExp.prototype.exec),M=/[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g,R=/\\(\\)?/g,D=function(t,e){var n,r=t;if(O(C,r)&&(r="%"+(n=C[r])[0]+"%"),O(_,r)){var i=_[r];if(i===b&&(i=k(r)),void 0===i&&!e)throw new u("intrinsic "+t+" exists, but is not available. Please file an issue!");return{alias:n,name:r,value:i}}throw new l("intrinsic "+t+" does not exist!")};t.exports=function(t,e){if("string"!=typeof t||0===t.length)throw new u("intrinsic name must be a non-empty string");if(arguments.length>1&&"boolean"!=typeof e)throw new u('"allowMissing" argument must be a boolean');if(null===T(/^%?[^%]*%?$/,t))throw new l("`%` may not be present anywhere but at the beginning and end of the intrinsic name");var n=function(t){var e=P(t,0,1),n=P(t,-1);if("%"===e&&"%"!==n)throw new l("invalid intrinsic syntax, expected closing `%`");if("%"===n&&"%"!==e)throw new l("invalid intrinsic syntax, expected opening `%`");var r=[];return j(t,M,(function(t,e,n,i){r[r.length]=n?j(i,R,"$1"):e||t})),r}(t),r=n.length>0?n[0]:"",i=D("%"+r+"%",e),o=i.name,a=i.value,s=!1,c=i.alias;c&&(r=c[0],S(n,E([0,1],c)));for(var f=1,h=!0;f<n.length;f+=1){var p=n[f],m=P(p,0,1),g=P(p,-1);if(('"'===m||"'"===m||"`"===m||'"'===g||"'"===g||"`"===g)&&m!==g)throw new l("property names with quotes must have matching quotes");if("constructor"!==p&&h||(s=!0),O(_,o="%"+(r+="."+p)+"%"))a=_[o];else if(null!=a){if(!(p in a)){if(!e)throw new u("base intrinsic for "+t+" exists, but the property is not available.");return}if(d&&f+1>=n.length){var v=d(a,p);a=(h=!!v)&&"get"in v&&!("originalValue"in v.get)?v.get:a[p]}else h=O(a,p),a=a[p];h&&!s&&(_[o]=a)}}return a}},9464:function(t,e,n){"use strict";var r=n(8202)("%Object.getOwnPropertyDescriptor%",!0);if(r)try{r([],"length")}catch(t){r=null}t.exports=r},4147:function(t,e,n){"use strict";function r(t){return t&&t.__esModule?t:{default:t}}function i(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n]);return e.default=t,e}e.__esModule=!0;var o=i(n(3625)),a=r(n(8475)),s=r(n(9531)),l=i(n(3291)),u=i(n(5246)),c=r(n(7022));function f(){var t=new o.HandlebarsEnvironment;return l.extend(t,o),t.SafeString=a.default,t.Exception=s.default,t.Utils=l,t.escapeExpression=l.escapeExpression,t.VM=u,t.template=function(e){return u.template(e,t)},t}var h=f();h.create=f,c.default(h),h.default=h,e.default=h,t.exports=e.default},3625:function(t,e,n){"use strict";function r(t){return t&&t.__esModule?t:{default:t}}e.__esModule=!0,e.HandlebarsEnvironment=f;var i=n(3291),o=r(n(9531)),a=n(2699),s=n(4230),l=r(n(352)),u=n(6779);e.VERSION="4.7.8",e.COMPILER_REVISION=8,e.LAST_COMPATIBLE_COMPILER_REVISION=7,e.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"};var c="[object Object]";function f(t,e,n){this.helpers=t||{},this.partials=e||{},this.decorators=n||{},a.registerDefaultHelpers(this),s.registerDefaultDecorators(this)}f.prototype={constructor:f,logger:l.default,log:l.default.log,registerHelper:function(t,e){if(i.toString.call(t)===c){if(e)throw new o.default("Arg not supported with multiple helpers");i.extend(this.helpers,t)}else this.helpers[t]=e},unregisterHelper:function(t){delete this.helpers[t]},registerPartial:function(t,e){if(i.toString.call(t)===c)i.extend(this.partials,t);else{if(void 0===e)throw new o.default('Attempting to register a partial called "'+t+'" as undefined');this.partials[t]=e}},unregisterPartial:function(t){delete this.partials[t]},registerDecorator:function(t,e){if(i.toString.call(t)===c){if(e)throw new o.default("Arg not supported with multiple decorators");i.extend(this.decorators,t)}else this.decorators[t]=e},unregisterDecorator:function(t){delete this.decorators[t]},resetLoggedPropertyAccesses:function(){u.resetLoggedProperties()}};var h=l.default.log;e.log=h,e.createFrame=i.createFrame,e.logger=l.default},4230:function(t,e,n){"use strict";e.__esModule=!0,e.registerDefaultDecorators=function(t){i.default(t)};var r,i=(r=n(6624))&&r.__esModule?r:{default:r}},6624:function(t,e,n){"use strict";e.__esModule=!0;var r=n(3291);e.default=function(t){t.registerDecorator("inline",(function(t,e,n,i){var o=t;return e.partials||(e.partials={},o=function(i,o){var a=n.partials;n.partials=r.extend({},a,e.partials);var s=t(i,o);return n.partials=a,s}),e.partials[i.args[0]]=i.fn,o}))},t.exports=e.default},9531:function(t,e){"use strict";e.__esModule=!0;var n=["description","fileName","lineNumber","endLineNumber","message","name","number","stack"];function r(t,e){var i=e&&e.loc,o=void 0,a=void 0,s=void 0,l=void 0;i&&(o=i.start.line,a=i.end.line,s=i.start.column,l=i.end.column,t+=" - "+o+":"+s);for(var u=Error.prototype.constructor.call(this,t),c=0;c<n.length;c++)this[n[c]]=u[n[c]];Error.captureStackTrace&&Error.captureStackTrace(this,r);try{i&&(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(t){}}r.prototype=new Error,e.default=r,t.exports=e.default},2699:function(t,e,n){"use strict";function r(t){return t&&t.__esModule?t:{default:t}}e.__esModule=!0,e.registerDefaultHelpers=function(t){i.default(t),o.default(t),a.default(t),s.default(t),l.default(t),u.default(t),c.default(t)},e.moveHelperToHooks=function(t,e,n){t.helpers[e]&&(t.hooks[e]=t.helpers[e],n||delete t.helpers[e])};var i=r(n(7995)),o=r(n(1275)),a=r(n(6659)),s=r(n(2437)),l=r(n(5678)),u=r(n(2932)),c=r(n(2518))},7995:function(t,e,n){"use strict";e.__esModule=!0;var r=n(3291);e.default=function(t){t.registerHelper("blockHelperMissing",(function(e,n){var i=n.inverse,o=n.fn;if(!0===e)return o(this);if(!1===e||null==e)return i(this);if(r.isArray(e))return e.length>0?(n.ids&&(n.ids=[n.name]),t.helpers.each(e,n)):i(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 o(e,n)}))},t.exports=e.default},1275:function(t,e,n){"use strict";e.__esModule=!0;var r,i=n(3291),o=(r=n(9531))&&r.__esModule?r:{default:r};e.default=function(t){t.registerHelper("each",(function(t,e){if(!e)throw new o.default("Must pass iterator to #each");var n,r=e.fn,a=e.inverse,s=0,l="",u=void 0,c=void 0;function f(e,n,o){u&&(u.key=e,u.index=n,u.first=0===n,u.last=!!o,c&&(u.contextPath=c+e)),l+=r(t[e],{data:u,blockParams:i.blockParams([t[e],e],[c+e,null])})}if(e.data&&e.ids&&(c=i.appendContextPath(e.data.contextPath,e.ids[0])+"."),i.isFunction(t)&&(t=t.call(this)),e.data&&(u=i.createFrame(e.data)),t&&"object"==typeof t)if(i.isArray(t))for(var h=t.length;s<h;s++)s in t&&f(s,s,s===t.length-1);else if("function"==typeof Symbol&&t[Symbol.iterator]){for(var d=[],p=t[Symbol.iterator](),m=p.next();!m.done;m=p.next())d.push(m.value);for(h=(t=d).length;s<h;s++)f(s,s,s===t.length-1)}else n=void 0,Object.keys(t).forEach((function(t){void 0!==n&&f(n,s-1),n=t,s++})),void 0!==n&&f(n,s-1,!0);return 0===s&&(l=a(this)),l}))},t.exports=e.default},6659:function(t,e,n){"use strict";e.__esModule=!0;var r,i=(r=n(9531))&&r.__esModule?r:{default:r};e.default=function(t){t.registerHelper("helperMissing",(function(){if(1!==arguments.length)throw new i.default('Missing helper: "'+arguments[arguments.length-1].name+'"')}))},t.exports=e.default},2437:function(t,e,n){"use strict";e.__esModule=!0;var r,i=n(3291),o=(r=n(9531))&&r.__esModule?r:{default:r};e.default=function(t){t.registerHelper("if",(function(t,e){if(2!=arguments.length)throw new o.default("#if requires exactly one argument");return i.isFunction(t)&&(t=t.call(this)),!e.hash.includeZero&&!t||i.isEmpty(t)?e.inverse(this):e.fn(this)})),t.registerHelper("unless",(function(e,n){if(2!=arguments.length)throw new o.default("#unless requires exactly one argument");return t.helpers.if.call(this,e,{fn:n.inverse,inverse:n.fn,hash:n.hash})}))},t.exports=e.default},5678:function(t,e){"use strict";e.__esModule=!0,e.default=function(t){t.registerHelper("log",(function(){for(var e=[void 0],n=arguments[arguments.length-1],r=0;r<arguments.length-1;r++)e.push(arguments[r]);var i=1;null!=n.hash.level?i=n.hash.level:n.data&&null!=n.data.level&&(i=n.data.level),e[0]=i,t.log.apply(t,e)}))},t.exports=e.default},2932:function(t,e){"use strict";e.__esModule=!0,e.default=function(t){t.registerHelper("lookup",(function(t,e,n){return t?n.lookupProperty(t,e):t}))},t.exports=e.default},2518:function(t,e,n){"use strict";e.__esModule=!0;var r,i=n(3291),o=(r=n(9531))&&r.__esModule?r:{default:r};e.default=function(t){t.registerHelper("with",(function(t,e){if(2!=arguments.length)throw new o.default("#with requires exactly one argument");i.isFunction(t)&&(t=t.call(this));var n=e.fn;if(i.isEmpty(t))return e.inverse(this);var r=e.data;return e.data&&e.ids&&((r=i.createFrame(e.data)).contextPath=i.appendContextPath(e.data.contextPath,e.ids[0])),n(t,{data:r,blockParams:i.blockParams([t],[r&&r.contextPath])})}))},t.exports=e.default},2984:function(t,e,n){"use strict";e.__esModule=!0,e.createNewLookupObject=function(){for(var t=arguments.length,e=Array(t),n=0;n<t;n++)e[n]=arguments[n];return r.extend.apply(void 0,[Object.create(null)].concat(e))};var r=n(3291)},6779:function(t,e,n){"use strict";e.__esModule=!0,e.createProtoAccessControl=function(t){var e=Object.create(null);e.constructor=!1,e.__defineGetter__=!1,e.__defineSetter__=!1,e.__lookupGetter__=!1;var n=Object.create(null);return n.__proto__=!1,{properties:{whitelist:i.createNewLookupObject(n,t.allowedProtoProperties),defaultValue:t.allowProtoPropertiesByDefault},methods:{whitelist:i.createNewLookupObject(e,t.allowedProtoMethods),defaultValue:t.allowProtoMethodsByDefault}}},e.resultIsAllowed=function(t,e,n){return function(t,e){return void 0!==t.whitelist[e]?!0===t.whitelist[e]:void 0!==t.defaultValue?t.defaultValue:(function(t){!0!==a[t]&&(a[t]=!0,o.default.log("error",'Handlebars: Access has been denied to resolve the property "'+t+'" 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'))}(e),!1)}("function"==typeof t?e.methods:e.properties,n)},e.resetLoggedProperties=function(){Object.keys(a).forEach((function(t){delete a[t]}))};var r,i=n(2984),o=(r=n(352))&&r.__esModule?r:{default:r},a=Object.create(null)},1152:function(t,e){"use strict";e.__esModule=!0,e.wrapHelper=function(t,e){return"function"!=typeof t?t:function(){return arguments[arguments.length-1]=e(arguments[arguments.length-1]),t.apply(this,arguments)}}},352:function(t,e,n){"use strict";e.__esModule=!0;var r=n(3291),i={methodMap:["debug","info","warn","error"],level:"info",lookupLevel:function(t){if("string"==typeof t){var e=r.indexOf(i.methodMap,t.toLowerCase());t=e>=0?e:parseInt(t,10)}return t},log:function(t){if(t=i.lookupLevel(t),"undefined"!=typeof console&&i.lookupLevel(i.level)<=t){var e=i.methodMap[t];console[e]||(e="log");for(var n=arguments.length,r=Array(n>1?n-1:0),o=1;o<n;o++)r[o-1]=arguments[o];console[e].apply(console,r)}}};e.default=i,t.exports=e.default},7022:function(t,e){"use strict";e.__esModule=!0,e.default=function(t){"object"!=typeof globalThis&&(Object.prototype.__defineGetter__("__magic__",(function(){return this})),__magic__.globalThis=__magic__,delete Object.prototype.__magic__);var e=globalThis.Handlebars;t.noConflict=function(){return globalThis.Handlebars===t&&(globalThis.Handlebars=e),t}},t.exports=e.default},5246:function(t,e,n){"use strict";e.__esModule=!0,e.checkRevision=function(t){var e=t&&t[0]||1,n=a.COMPILER_REVISION;if(!(e>=a.LAST_COMPATIBLE_COMPILER_REVISION&&e<=a.COMPILER_REVISION)){if(e<a.LAST_COMPATIBLE_COMPILER_REVISION){var r=a.REVISION_CHANGES[n],i=a.REVISION_CHANGES[e];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 ("+t[1]+").")}},e.template=function(t,e){if(!e)throw new o.default("No environment passed to template");if(!t||!t.main)throw new o.default("Unknown template object: "+typeof t);t.main.decorator=t.main_d,e.VM.checkRevision(t.compiler);var n=t.compiler&&7===t.compiler[0],r={strict:function(t,e,n){if(!t||!(e in t))throw new o.default('"'+e+'" not defined in '+t,{loc:n});return r.lookupProperty(t,e)},lookupProperty:function(t,e){var n=t[e];return null==n||Object.prototype.hasOwnProperty.call(t,e)||u.resultIsAllowed(n,r.protoAccessControl,e)?n:void 0},lookup:function(t,e){for(var n=t.length,i=0;i<n;i++)if(null!=(t[i]&&r.lookupProperty(t[i],e)))return t[i][e]},lambda:function(t,e){return"function"==typeof t?t.call(e):t},escapeExpression:i.escapeExpression,invokePartial:function(n,r,a){a.hash&&(r=i.extend({},r,a.hash),a.ids&&(a.ids[0]=!0)),n=e.VM.resolvePartial.call(this,n,r,a);var s=i.extend({},a,{hooks:this.hooks,protoAccessControl:this.protoAccessControl}),l=e.VM.invokePartial.call(this,n,r,s);if(null==l&&e.compile&&(a.partials[a.name]=e.compile(n,t.compilerOptions,e),l=a.partials[a.name](r,s)),null!=l){if(a.indent){for(var u=l.split("\n"),c=0,f=u.length;c<f&&(u[c]||c+1!==f);c++)u[c]=a.indent+u[c];l=u.join("\n")}return l}throw new o.default("The partial "+a.name+" could not be compiled when running in runtime-only mode")},fn:function(e){var n=t[e];return n.decorator=t[e+"_d"],n},programs:[],program:function(t,e,n,r,i){var o=this.programs[t],a=this.fn(t);return e||i||r||n?o=c(this,t,a,e,n,r,i):o||(o=this.programs[t]=c(this,t,a)),o},data:function(t,e){for(;t&&e--;)t=t._parent;return t},mergeIfNeeded:function(t,e){var n=t||e;return t&&e&&t!==e&&(n=i.extend({},e,t)),n},nullContext:Object.seal({}),noop:e.VM.noop,compilerInfo:t.compiler};function f(e){var n=arguments.length<=1||void 0===arguments[1]?{}:arguments[1],i=n.data;f._setup(n),!n.partial&&t.useData&&(i=function(t,e){return e&&"root"in e||((e=e?a.createFrame(e):{}).root=t),e}(e,i));var o=void 0,s=t.useBlockParams?[]:void 0;function l(e){return""+t.main(r,e,r.helpers,r.partials,i,s,o)}return t.useDepths&&(o=n.depths?e!=n.depths[0]?[e].concat(n.depths):n.depths:[e]),(l=h(t.main,l,r,n.depths||[],i,s))(e,n)}return f.isTop=!0,f._setup=function(o){if(o.partial)r.protoAccessControl=o.protoAccessControl,r.helpers=o.helpers,r.partials=o.partials,r.decorators=o.decorators,r.hooks=o.hooks;else{var a=i.extend({},e.helpers,o.helpers);!function(t,e){Object.keys(t).forEach((function(n){var r=t[n];t[n]=function(t,e){var n=e.lookupProperty;return l.wrapHelper(t,(function(t){return i.extend({lookupProperty:n},t)}))}(r,e)}))}(a,r),r.helpers=a,t.usePartial&&(r.partials=r.mergeIfNeeded(o.partials,e.partials)),(t.usePartial||t.useDecorators)&&(r.decorators=i.extend({},e.decorators,o.decorators)),r.hooks={},r.protoAccessControl=u.createProtoAccessControl(o);var c=o.allowCallsToHelperMissing||n;s.moveHelperToHooks(r,"helperMissing",c),s.moveHelperToHooks(r,"blockHelperMissing",c)}},f._child=function(e,n,i,a){if(t.useBlockParams&&!i)throw new o.default("must pass block params");if(t.useDepths&&!a)throw new o.default("must pass parent depths");return c(r,e,t[e],n,0,i,a)},f},e.wrapProgram=c,e.resolvePartial=function(t,e,n){return t?t.call||n.name||(n.name=t,t=n.partials[t]):t="@partial-block"===n.name?n.data["partial-block"]:n.partials[n.name],t},e.invokePartial=function(t,e,n){var r=n.data&&n.data["partial-block"];n.partial=!0,n.ids&&(n.data.contextPath=n.ids[0]||n.data.contextPath);var s=void 0;if(n.fn&&n.fn!==f&&function(){n.data=a.createFrame(n.data);var t=n.fn;s=n.data["partial-block"]=function(e){var n=arguments.length<=1||void 0===arguments[1]?{}:arguments[1];return n.data=a.createFrame(n.data),n.data["partial-block"]=r,t(e,n)},t.partials&&(n.partials=i.extend({},n.partials,t.partials))}(),void 0===t&&s&&(t=s),void 0===t)throw new o.default("The partial "+n.name+" could not be found");if(t instanceof Function)return t(e,n)},e.noop=f;var r,i=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n]);return e.default=t,e}(n(3291)),o=(r=n(9531))&&r.__esModule?r:{default:r},a=n(3625),s=n(2699),l=n(1152),u=n(6779);function c(t,e,n,r,i,o,a){function s(e){var i=arguments.length<=1||void 0===arguments[1]?{}:arguments[1],s=a;return!a||e==a[0]||e===t.nullContext&&null===a[0]||(s=[e].concat(a)),n(t,e,t.helpers,t.partials,i.data||r,o&&[i.blockParams].concat(o),s)}return(s=h(n,s,t,a,r,o)).program=e,s.depth=a?a.length:0,s.blockParams=i||0,s}function f(){return""}function h(t,e,n,r,o,a){if(t.decorator){var s={};e=t.decorator(e,s,n,r&&r[0],o,a,r),i.extend(e,s)}return e}},8475:function(t,e){"use strict";function n(t){this.string=t}e.__esModule=!0,n.prototype.toString=n.prototype.toHTML=function(){return""+this.string},e.default=n,t.exports=e.default},3291:function(t,e){"use strict";e.__esModule=!0,e.extend=a,e.indexOf=function(t,e){for(var n=0,r=t.length;n<r;n++)if(t[n]===e)return n;return-1},e.escapeExpression=function(t){if("string"!=typeof t){if(t&&t.toHTML)return t.toHTML();if(null==t)return"";if(!t)return t+"";t=""+t}return i.test(t)?t.replace(r,o):t},e.isEmpty=function(t){return!t&&0!==t||!(!u(t)||0!==t.length)},e.createFrame=function(t){var e=a({},t);return e._parent=t,e},e.blockParams=function(t,e){return t.path=e,t},e.appendContextPath=function(t,e){return(t?t+".":"")+e};var n={"&":"&","<":"<",">":">",'"':""","'":"'","`":"`","=":"="},r=/[&<>"'`=]/g,i=/[&<>"'`=]/;function o(t){return n[t]}function a(t){for(var e=1;e<arguments.length;e++)for(var n in arguments[e])Object.prototype.hasOwnProperty.call(arguments[e],n)&&(t[n]=arguments[e][n]);return t}var s=Object.prototype.toString;e.toString=s;var l=function(t){return"function"==typeof t};l(/x/)&&(e.isFunction=l=function(t){return"function"==typeof t&&"[object Function]"===s.call(t)}),e.isFunction=l;var u=Array.isArray||function(t){return!(!t||"object"!=typeof t)&&"[object Array]"===s.call(t)};e.isArray=u},795:function(t,e,n){t.exports=n(4147).default},7342:function(t,e,n){"use strict";var r=n(4279),i=function(){return!!r};i.hasArrayLengthDefineBug=function(){if(!r)return null;try{return 1!==r([],"length",{value:1}).length}catch(t){return!0}},t.exports=i},1841:function(t){"use strict";var e={__proto__:null,foo:{}},n=Object;t.exports=function(){return{__proto__:e}.foo===e.foo&&!(e instanceof n)}},3915:function(t,e,n){"use strict";var r="undefined"!=typeof Symbol&&Symbol,i=n(3353);t.exports=function(){return"function"==typeof r&&"function"==typeof Symbol&&"symbol"==typeof r("foo")&&"symbol"==typeof Symbol("bar")&&i()}},3353:function(t){"use strict";t.exports=function(){if("function"!=typeof Symbol||"function"!=typeof Object.getOwnPropertySymbols)return!1;if("symbol"==typeof Symbol.iterator)return!0;var t={},e=Symbol("test"),n=Object(e);if("string"==typeof e)return!1;if("[object Symbol]"!==Object.prototype.toString.call(e))return!1;if("[object Symbol]"!==Object.prototype.toString.call(n))return!1;for(e in t[e]=42,t)return!1;if("function"==typeof Object.keys&&0!==Object.keys(t).length)return!1;if("function"==typeof Object.getOwnPropertyNames&&0!==Object.getOwnPropertyNames(t).length)return!1;var r=Object.getOwnPropertySymbols(t);if(1!==r.length||r[0]!==e)return!1;if(!Object.prototype.propertyIsEnumerable.call(t,e))return!1;if("function"==typeof Object.getOwnPropertyDescriptor){var i=Object.getOwnPropertyDescriptor(t,e);if(42!==i.value||!0!==i.enumerable)return!1}return!0}},6753:function(t,e,n){"use strict";var r=Function.prototype.call,i=Object.prototype.hasOwnProperty,o=n(8751);t.exports=o.call(r,i)},8310:function(t){function e(t){return t instanceof Map?t.clear=t.delete=t.set=function(){throw new Error("map is read-only")}:t instanceof Set&&(t.add=t.clear=t.delete=function(){throw new Error("set is read-only")}),Object.freeze(t),Object.getOwnPropertyNames(t).forEach((function(n){var r=t[n];"object"!=typeof r||Object.isFrozen(r)||e(r)})),t}var n=e,r=e;n.default=r;class i{constructor(t){void 0===t.data&&(t.data={}),this.data=t.data,this.isMatchIgnored=!1}ignoreMatch(){this.isMatchIgnored=!0}}function o(t){return t.replace(/&/g,"&").replace(/</g,"<").replace(/>/g,">").replace(/"/g,""").replace(/'/g,"'")}function a(t,...e){const n=Object.create(null);for(const e in t)n[e]=t[e];return e.forEach((function(t){for(const e in t)n[e]=t[e]})),n}const s=t=>!!t.kind;class l{constructor(t,e){this.buffer="",this.classPrefix=e.classPrefix,t.walk(this)}addText(t){this.buffer+=o(t)}openNode(t){if(!s(t))return;let e=t.kind;t.sublanguage||(e=`${this.classPrefix}${e}`),this.span(e)}closeNode(t){s(t)&&(this.buffer+="</span>")}value(){return this.buffer}span(t){this.buffer+=`<span class="${t}">`}}class u{constructor(){this.rootNode={children:[]},this.stack=[this.rootNode]}get top(){return this.stack[this.stack.length-1]}get root(){return this.rootNode}add(t){this.top.children.push(t)}openNode(t){const e={kind:t,children:[]};this.add(e),this.stack.push(e)}closeNode(){if(this.stack.length>1)return this.stack.pop()}closeAllNodes(){for(;this.closeNode(););}toJSON(){return JSON.stringify(this.rootNode,null,4)}walk(t){return this.constructor._walk(t,this.rootNode)}static _walk(t,e){return"string"==typeof e?t.addText(e):e.children&&(t.openNode(e),e.children.forEach((e=>this._walk(t,e))),t.closeNode(e)),t}static _collapse(t){"string"!=typeof t&&t.children&&(t.children.every((t=>"string"==typeof t))?t.children=[t.children.join("")]:t.children.forEach((t=>{u._collapse(t)})))}}class c extends u{constructor(t){super(),this.options=t}addKeyword(t,e){""!==t&&(this.openNode(e),this.addText(t),this.closeNode())}addText(t){""!==t&&this.add(t)}addSublanguage(t,e){const n=t.root;n.kind=e,n.sublanguage=!0,this.add(n)}toHTML(){return new l(this,this.options).value()}finalize(){return!0}}function f(t){return t?"string"==typeof t?t:t.source:null}const h=/\[(?:[^\\\]]|\\.)*\]|\(\??|\\([1-9][0-9]*)|\\./,d="[a-zA-Z]\\w*",p="[a-zA-Z_]\\w*",m="\\b\\d+(\\.\\d+)?",g="(-?)(\\b0[xX][a-fA-F0-9]+|(\\b\\d+(\\.\\d*)?|\\.\\d+)([eE][-+]?\\d+)?)",v="\\b(0b[01]+)",y={begin:"\\\\[\\s\\S]",relevance:0},b={className:"string",begin:"'",end:"'",illegal:"\\n",contains:[y]},w={className:"string",begin:'"',end:'"',illegal:"\\n",contains:[y]},_={begin:/\b(a|an|the|are|I'm|isn't|don't|doesn't|won't|but|just|should|pretty|simply|enough|gonna|going|wtf|so|such|will|you|your|they|like|more)\b/},x=function(t,e,n={}){const r=a({className:"comment",begin:t,end:e,contains:[]},n);return r.contains.push(_),r.contains.push({className:"doctag",begin:"(?:TODO|FIXME|NOTE|BUG|OPTIMIZE|HACK|XXX):",relevance:0}),r},k=x("//","$"),C=x("/\\*","\\*/"),A=x("#","$"),O={className:"number",begin:m,relevance:0},E={className:"number",begin:g,relevance:0},S={className:"number",begin:v,relevance:0},j={className:"number",begin:m+"(%|em|ex|ch|rem|vw|vh|vmin|vmax|cm|mm|in|pt|pc|px|deg|grad|rad|turn|s|ms|Hz|kHz|dpi|dpcm|dppx)?",relevance:0},P={begin:/(?=\/[^/\n]*\/)/,contains:[{className:"regexp",begin:/\//,end:/\/[gimuy]*/,illegal:/\n/,contains:[y,{begin:/\[/,end:/\]/,relevance:0,contains:[y]}]}]},T={className:"title",begin:d,relevance:0},M={className:"title",begin:p,relevance:0},R={begin:"\\.\\s*"+p,relevance:0};var D=Object.freeze({__proto__:null,MATCH_NOTHING_RE:/\b\B/,IDENT_RE:d,UNDERSCORE_IDENT_RE:p,NUMBER_RE:m,C_NUMBER_RE:g,BINARY_NUMBER_RE:v,RE_STARTERS_RE:"!|!=|!==|%|%=|&|&&|&=|\\*|\\*=|\\+|\\+=|,|-|-=|/=|/|:|;|<<|<<=|<=|<|===|==|=|>>>=|>>=|>=|>>>|>>|>|\\?|\\[|\\{|\\(|\\^|\\^=|\\||\\|=|\\|\\||~",SHEBANG:(t={})=>{const e=/^#![ ]*\//;return t.binary&&(t.begin=function(...t){return t.map((t=>f(t))).join("")}(e,/.*\b/,t.binary,/\b.*/)),a({className:"meta",begin:e,end:/$/,relevance:0,"on:begin":(t,e)=>{0!==t.index&&e.ignoreMatch()}},t)},BACKSLASH_ESCAPE:y,APOS_STRING_MODE:b,QUOTE_STRING_MODE:w,PHRASAL_WORDS_MODE:_,COMMENT:x,C_LINE_COMMENT_MODE:k,C_BLOCK_COMMENT_MODE:C,HASH_COMMENT_MODE:A,NUMBER_MODE:O,C_NUMBER_MODE:E,BINARY_NUMBER_MODE:S,CSS_NUMBER_MODE:j,REGEXP_MODE:P,TITLE_MODE:T,UNDERSCORE_TITLE_MODE:M,METHOD_GUARD:R,END_SAME_AS_BEGIN:function(t){return Object.assign(t,{"on:begin":(t,e)=>{e.data._beginMatch=t[1]},"on:end":(t,e)=>{e.data._beginMatch!==t[1]&&e.ignoreMatch()}})}});function N(t,e){"."===t.input[t.index-1]&&e.ignoreMatch()}function V(t,e){e&&t.beginKeywords&&(t.begin="\\b("+t.beginKeywords.split(" ").join("|")+")(?!\\.)(?=\\b|\\s)",t.__beforeBegin=N,t.keywords=t.keywords||t.beginKeywords,delete t.beginKeywords,void 0===t.relevance&&(t.relevance=0))}function L(t,e){Array.isArray(t.illegal)&&(t.illegal=function(...t){return"("+t.map((t=>f(t))).join("|")+")"}(...t.illegal))}function B(t,e){if(t.match){if(t.begin||t.end)throw new Error("begin & end are not supported with match");t.begin=t.match,delete t.match}}function I(t,e){void 0===t.relevance&&(t.relevance=1)}const H=["of","and","for","in","not","or","if","then","parent","list","value"],z="keyword";function U(t,e,n=z){const r={};return"string"==typeof t?i(n,t.split(" ")):Array.isArray(t)?i(n,t):Object.keys(t).forEach((function(n){Object.assign(r,U(t[n],e,n))})),r;function i(t,n){e&&(n=n.map((t=>t.toLowerCase()))),n.forEach((function(e){const n=e.split("|");r[n[0]]=[t,F(n[0],n[1])]}))}}function F(t,e){return e?Number(e):function(t){return H.includes(t.toLowerCase())}(t)?0:1}function $(t,{plugins:e}){function n(e,n){return new RegExp(f(e),"m"+(t.case_insensitive?"i":"")+(n?"g":""))}class r{constructor(){this.matchIndexes={},this.regexes=[],this.matchAt=1,this.position=0}addRule(t,e){e.position=this.position++,this.matchIndexes[this.matchAt]=e,this.regexes.push([e,t]),this.matchAt+=function(t){return new RegExp(t.toString()+"|").exec("").length-1}(t)+1}compile(){0===this.regexes.length&&(this.exec=()=>null);const t=this.regexes.map((t=>t[1]));this.matcherRe=n(function(t,e="|"){let n=0;return t.map((t=>{n+=1;const e=n;let r=f(t),i="";for(;r.length>0;){const t=h.exec(r);if(!t){i+=r;break}i+=r.substring(0,t.index),r=r.substring(t.index+t[0].length),"\\"===t[0][0]&&t[1]?i+="\\"+String(Number(t[1])+e):(i+=t[0],"("===t[0]&&n++)}return i})).map((t=>`(${t})`)).join(e)}(t),!0),this.lastIndex=0}exec(t){this.matcherRe.lastIndex=this.lastIndex;const e=this.matcherRe.exec(t);if(!e)return null;const n=e.findIndex(((t,e)=>e>0&&void 0!==t)),r=this.matchIndexes[n];return e.splice(0,n),Object.assign(e,r)}}class i{constructor(){this.rules=[],this.multiRegexes=[],this.count=0,this.lastIndex=0,this.regexIndex=0}getMatcher(t){if(this.multiRegexes[t])return this.multiRegexes[t];const e=new r;return this.rules.slice(t).forEach((([t,n])=>e.addRule(t,n))),e.compile(),this.multiRegexes[t]=e,e}resumingScanAtSamePosition(){return 0!==this.regexIndex}considerAll(){this.regexIndex=0}addRule(t,e){this.rules.push([t,e]),"begin"===e.type&&this.count++}exec(t){const e=this.getMatcher(this.regexIndex);e.lastIndex=this.lastIndex;let n=e.exec(t);if(this.resumingScanAtSamePosition())if(n&&n.index===this.lastIndex);else{const e=this.getMatcher(0);e.lastIndex=this.lastIndex+1,n=e.exec(t)}return n&&(this.regexIndex+=n.position+1,this.regexIndex===this.count&&this.considerAll()),n}}if(t.compilerExtensions||(t.compilerExtensions=[]),t.contains&&t.contains.includes("self"))throw new Error("ERR: contains `self` is not supported at the top-level of a language. See documentation.");return t.classNameAliases=a(t.classNameAliases||{}),function e(r,o){const s=r;if(r.isCompiled)return s;[B].forEach((t=>t(r,o))),t.compilerExtensions.forEach((t=>t(r,o))),r.__beforeBegin=null,[V,L,I].forEach((t=>t(r,o))),r.isCompiled=!0;let l=null;if("object"==typeof r.keywords&&(l=r.keywords.$pattern,delete r.keywords.$pattern),r.keywords&&(r.keywords=U(r.keywords,t.case_insensitive)),r.lexemes&&l)throw new Error("ERR: Prefer `keywords.$pattern` to `mode.lexemes`, BOTH are not allowed. (see mode reference) ");return l=l||r.lexemes||/\w+/,s.keywordPatternRe=n(l,!0),o&&(r.begin||(r.begin=/\B|\b/),s.beginRe=n(r.begin),r.endSameAsBegin&&(r.end=r.begin),r.end||r.endsWithParent||(r.end=/\B|\b/),r.end&&(s.endRe=n(r.end)),s.terminatorEnd=f(r.end)||"",r.endsWithParent&&o.terminatorEnd&&(s.terminatorEnd+=(r.end?"|":"")+o.terminatorEnd)),r.illegal&&(s.illegalRe=n(r.illegal)),r.contains||(r.contains=[]),r.contains=[].concat(...r.contains.map((function(t){return function(t){return t.variants&&!t.cachedVariants&&(t.cachedVariants=t.variants.map((function(e){return a(t,{variants:null},e)}))),t.cachedVariants?t.cachedVariants:q(t)?a(t,{starts:t.starts?a(t.starts):null}):Object.isFrozen(t)?a(t):t}("self"===t?r:t)}))),r.contains.forEach((function(t){e(t,s)})),r.starts&&e(r.starts,o),s.matcher=function(t){const e=new i;return t.contains.forEach((t=>e.addRule(t.begin,{rule:t,type:"begin"}))),t.terminatorEnd&&e.addRule(t.terminatorEnd,{type:"end"}),t.illegal&&e.addRule(t.illegal,{type:"illegal"}),e}(s),s}(t)}function q(t){return!!t&&(t.endsWithParent||q(t.starts))}function W(t){const e={props:["language","code","autodetect"],data:function(){return{detectedLanguage:"",unknownLanguage:!1}},computed:{className(){return this.unknownLanguage?"":"hljs "+this.detectedLanguage},highlighted(){if(!this.autoDetect&&!t.getLanguage(this.language))return console.warn(`The language "${this.language}" you specified could not be found.`),this.unknownLanguage=!0,o(this.code);let e={};return this.autoDetect?(e=t.highlightAuto(this.code),this.detectedLanguage=e.language):(e=t.highlight(this.language,this.code,this.ignoreIllegals),this.detectedLanguage=this.language),e.value},autoDetect(){return!this.language||(t=this.autodetect,Boolean(t||""===t));var t},ignoreIllegals(){return!0}},render(t){return t("pre",{},[t("code",{class:this.className,domProps:{innerHTML:this.highlighted}})])}};return{Component:e,VuePlugin:{install(t){t.component("highlightjs",e)}}}}const G={"after:highlightElement":({el:t,result:e,text:n})=>{const r=K(t);if(!r.length)return;const i=document.createElement("div");i.innerHTML=e.value,e.value=function(t,e,n){let r=0,i="";const a=[];function s(){return t.length&&e.length?t[0].offset!==e[0].offset?t[0].offset<e[0].offset?t:e:"start"===e[0].event?t:e:t.length?t:e}function l(t){i+="<"+Z(t)+[].map.call(t.attributes,(function(t){return" "+t.nodeName+'="'+o(t.value)+'"'})).join("")+">"}function u(t){i+="</"+Z(t)+">"}function c(t){("start"===t.event?l:u)(t.node)}for(;t.length||e.length;){let e=s();if(i+=o(n.substring(r,e[0].offset)),r=e[0].offset,e===t){a.reverse().forEach(u);do{c(e.splice(0,1)[0]),e=s()}while(e===t&&e.length&&e[0].offset===r);a.reverse().forEach(l)}else"start"===e[0].event?a.push(e[0].node):a.pop(),c(e.splice(0,1)[0])}return i+o(n.substr(r))}(r,K(i),n)}};function Z(t){return t.nodeName.toLowerCase()}function K(t){const e=[];return function t(n,r){for(let i=n.firstChild;i;i=i.nextSibling)3===i.nodeType?r+=i.nodeValue.length:1===i.nodeType&&(e.push({event:"start",offset:r,node:i}),r=t(i,r),Z(i).match(/br|hr|img|input/)||e.push({event:"stop",offset:r,node:i}));return r}(t,0),e}const X={},Y=t=>{console.error(t)},J=(t,...e)=>{console.log(`WARN: ${t}`,...e)},Q=(t,e)=>{X[`${t}/${e}`]||(console.log(`Deprecated as of ${t}. ${e}`),X[`${t}/${e}`]=!0)},tt=o,et=a,nt=Symbol("nomatch");var rt=function(t){const e=Object.create(null),r=Object.create(null),o=[];let a=!0;const s=/(^(<[^>]+>|\t|)+|\n)/gm,l="Could not find the language '{}', did you forget to load/include a language module?",u={disableAutodetect:!0,name:"Plain text",contains:[]};let f={noHighlightRe:/^(no-?highlight)$/i,languageDetectRe:/\blang(?:uage)?-([\w-]+)\b/i,classPrefix:"hljs-",tabReplace:null,useBR:!1,languages:null,__emitter:c};function h(t){return f.noHighlightRe.test(t)}function d(t,e,n,r){let i="",o="";"object"==typeof e?(i=t,n=e.ignoreIllegals,o=e.language,r=void 0):(Q("10.7.0","highlight(lang, code, ...args) has been deprecated."),Q("10.7.0","Please use highlight(code, options) instead.\nhttps://github.com/highlightjs/highlight.js/issues/2277"),o=t,i=e);const a={code:i,language:o};O("before:highlight",a);const s=a.result?a.result:p(a.language,a.code,n,r);return s.code=a.code,O("after:highlight",s),s}function p(t,n,r,s){function u(t,e){const n=w.case_insensitive?e[0].toLowerCase():e[0];return Object.prototype.hasOwnProperty.call(t.keywords,n)&&t.keywords[n]}function c(){null!=C.subLanguage?function(){if(""===E)return;let t=null;if("string"==typeof C.subLanguage){if(!e[C.subLanguage])return void O.addText(E);t=p(C.subLanguage,E,!0,A[C.subLanguage]),A[C.subLanguage]=t.top}else t=m(E,C.subLanguage.length?C.subLanguage:null);C.relevance>0&&(S+=t.relevance),O.addSublanguage(t.emitter,t.language)}():function(){if(!C.keywords)return void O.addText(E);let t=0;C.keywordPatternRe.lastIndex=0;let e=C.keywordPatternRe.exec(E),n="";for(;e;){n+=E.substring(t,e.index);const r=u(C,e);if(r){const[t,i]=r;if(O.addText(n),n="",S+=i,t.startsWith("_"))n+=e[0];else{const n=w.classNameAliases[t]||t;O.addKeyword(e[0],n)}}else n+=e[0];t=C.keywordPatternRe.lastIndex,e=C.keywordPatternRe.exec(E)}n+=E.substr(t),O.addText(n)}(),E=""}function h(t){return t.className&&O.openNode(w.classNameAliases[t.className]||t.className),C=Object.create(t,{parent:{value:C}}),C}function d(t,e,n){let r=function(t,e){const n=t&&t.exec(e);return n&&0===n.index}(t.endRe,n);if(r){if(t["on:end"]){const n=new i(t);t["on:end"](e,n),n.isMatchIgnored&&(r=!1)}if(r){for(;t.endsParent&&t.parent;)t=t.parent;return t}}if(t.endsWithParent)return d(t.parent,e,n)}function g(t){return 0===C.matcher.regexIndex?(E+=t[0],1):(T=!0,0)}function v(t){const e=t[0],r=n.substr(t.index),i=d(C,t,r);if(!i)return nt;const o=C;o.skip?E+=e:(o.returnEnd||o.excludeEnd||(E+=e),c(),o.excludeEnd&&(E=e));do{C.className&&O.closeNode(),C.skip||C.subLanguage||(S+=C.relevance),C=C.parent}while(C!==i.parent);return i.starts&&(i.endSameAsBegin&&(i.starts.endRe=i.endRe),h(i.starts)),o.returnEnd?0:e.length}let y={};function b(e,o){const s=o&&o[0];if(E+=e,null==s)return c(),0;if("begin"===y.type&&"end"===o.type&&y.index===o.index&&""===s){if(E+=n.slice(o.index,o.index+1),!a){const e=new Error("0 width match regex");throw e.languageName=t,e.badRule=y.rule,e}return 1}if(y=o,"begin"===o.type)return function(t){const e=t[0],n=t.rule,r=new i(n),o=[n.__beforeBegin,n["on:begin"]];for(const n of o)if(n&&(n(t,r),r.isMatchIgnored))return g(e);return n&&n.endSameAsBegin&&(n.endRe=new RegExp(e.replace(/[-/\\^$*+?.()|[\]{}]/g,"\\$&"),"m")),n.skip?E+=e:(n.excludeBegin&&(E+=e),c(),n.returnBegin||n.excludeBegin||(E=e)),h(n),n.returnBegin?0:e.length}(o);if("illegal"===o.type&&!r){const t=new Error('Illegal lexeme "'+s+'" for mode "'+(C.className||"<unnamed>")+'"');throw t.mode=C,t}if("end"===o.type){const t=v(o);if(t!==nt)return t}if("illegal"===o.type&&""===s)return 1;if(P>1e5&&P>3*o.index)throw new Error("potential infinite loop, way more iterations than matches");return E+=s,s.length}const w=k(t);if(!w)throw Y(l.replace("{}",t)),new Error('Unknown language: "'+t+'"');const _=$(w,{plugins:o});let x="",C=s||_;const A={},O=new f.__emitter(f);!function(){const t=[];for(let e=C;e!==w;e=e.parent)e.className&&t.unshift(e.className);t.forEach((t=>O.openNode(t)))}();let E="",S=0,j=0,P=0,T=!1;try{for(C.matcher.considerAll();;){P++,T?T=!1:C.matcher.considerAll(),C.matcher.lastIndex=j;const t=C.matcher.exec(n);if(!t)break;const e=b(n.substring(j,t.index),t);j=t.index+e}return b(n.substr(j)),O.closeAllNodes(),O.finalize(),x=O.toHTML(),{relevance:Math.floor(S),value:x,language:t,illegal:!1,emitter:O,top:C}}catch(e){if(e.message&&e.message.includes("Illegal"))return{illegal:!0,illegalBy:{msg:e.message,context:n.slice(j-100,j+100),mode:e.mode},sofar:x,relevance:0,value:tt(n),emitter:O};if(a)return{illegal:!1,relevance:0,value:tt(n),emitter:O,language:t,top:C,errorRaised:e};throw e}}function m(t,n){n=n||f.languages||Object.keys(e);const r=function(t){const e={relevance:0,emitter:new f.__emitter(f),value:tt(t),illegal:!1,top:u};return e.emitter.addText(t),e}(t),i=n.filter(k).filter(A).map((e=>p(e,t,!1)));i.unshift(r);const o=i.sort(((t,e)=>{if(t.relevance!==e.relevance)return e.relevance-t.relevance;if(t.language&&e.language){if(k(t.language).supersetOf===e.language)return 1;if(k(e.language).supersetOf===t.language)return-1}return 0})),[a,s]=o,l=a;return l.second_best=s,l}const g={"before:highlightElement":({el:t})=>{f.useBR&&(t.innerHTML=t.innerHTML.replace(/\n/g,"").replace(/<br[ /]*>/g,"\n"))},"after:highlightElement":({result:t})=>{f.useBR&&(t.value=t.value.replace(/\n/g,"<br>"))}},v=/^(<[^>]+>|\t)+/gm,y={"after:highlightElement":({result:t})=>{f.tabReplace&&(t.value=t.value.replace(v,(t=>t.replace(/\t/g,f.tabReplace))))}};function b(t){let e=null;const n=function(t){let e=t.className+" ";e+=t.parentNode?t.parentNode.className:"";const n=f.languageDetectRe.exec(e);if(n){const e=k(n[1]);return e||(J(l.replace("{}",n[1])),J("Falling back to no-highlight mode for this block.",t)),e?n[1]:"no-highlight"}return e.split(/\s+/).find((t=>h(t)||k(t)))}(t);if(h(n))return;O("before:highlightElement",{el:t,language:n}),e=t;const i=e.textContent,o=n?d(i,{language:n,ignoreIllegals:!0}):m(i);O("after:highlightElement",{el:t,result:o,text:i}),t.innerHTML=o.value,function(t,e,n){const i=e?r[e]:n;t.classList.add("hljs"),i&&t.classList.add(i)}(t,n,o.language),t.result={language:o.language,re:o.relevance,relavance:o.relevance},o.second_best&&(t.second_best={language:o.second_best.language,re:o.second_best.relevance,relavance:o.second_best.relevance})}const w=()=>{w.called||(w.called=!0,Q("10.6.0","initHighlighting() is deprecated. Use highlightAll() instead."),document.querySelectorAll("pre code").forEach(b))};let _=!1;function x(){"loading"!==document.readyState?document.querySelectorAll("pre code").forEach(b):_=!0}function k(t){return t=(t||"").toLowerCase(),e[t]||e[r[t]]}function C(t,{languageName:e}){"string"==typeof t&&(t=[t]),t.forEach((t=>{r[t.toLowerCase()]=e}))}function A(t){const e=k(t);return e&&!e.disableAutodetect}function O(t,e){const n=t;o.forEach((function(t){t[n]&&t[n](e)}))}"undefined"!=typeof window&&window.addEventListener&&window.addEventListener("DOMContentLoaded",(function(){_&&x()}),!1),Object.assign(t,{highlight:d,highlightAuto:m,highlightAll:x,fixMarkup:function(t){return Q("10.2.0","fixMarkup will be removed entirely in v11.0"),Q("10.2.0","Please see https://github.com/highlightjs/highlight.js/issues/2534"),e=t,f.tabReplace||f.useBR?e.replace(s,(t=>"\n"===t?f.useBR?"<br>":t:f.tabReplace?t.replace(/\t/g,f.tabReplace):t)):e;var e},highlightElement:b,highlightBlock:function(t){return Q("10.7.0","highlightBlock will be removed entirely in v12.0"),Q("10.7.0","Please use highlightElement now."),b(t)},configure:function(t){t.useBR&&(Q("10.3.0","'useBR' will be removed entirely in v11.0"),Q("10.3.0","Please see https://github.com/highlightjs/highlight.js/issues/2559")),f=et(f,t)},initHighlighting:w,initHighlightingOnLoad:function(){Q("10.6.0","initHighlightingOnLoad() is deprecated. Use highlightAll() instead."),_=!0},registerLanguage:function(n,r){let i=null;try{i=r(t)}catch(t){if(Y("Language definition for '{}' could not be registered.".replace("{}",n)),!a)throw t;Y(t),i=u}i.name||(i.name=n),e[n]=i,i.rawDefinition=r.bind(null,t),i.aliases&&C(i.aliases,{languageName:n})},unregisterLanguage:function(t){delete e[t];for(const e of Object.keys(r))r[e]===t&&delete r[e]},listLanguages:function(){return Object.keys(e)},getLanguage:k,registerAliases:C,requireLanguage:function(t){Q("10.4.0","requireLanguage will be removed entirely in v11."),Q("10.4.0","Please see https://github.com/highlightjs/highlight.js/pull/2844");const e=k(t);if(e)return e;throw new Error("The '{}' language is required, but not loaded.".replace("{}",t))},autoDetection:A,inherit:et,addPlugin:function(t){!function(t){t["before:highlightBlock"]&&!t["before:highlightElement"]&&(t["before:highlightElement"]=e=>{t["before:highlightBlock"](Object.assign({block:e.el},e))}),t["after:highlightBlock"]&&!t["after:highlightElement"]&&(t["after:highlightElement"]=e=>{t["after:highlightBlock"](Object.assign({block:e.el},e))})}(t),o.push(t)},vuePlugin:W(t).VuePlugin}),t.debugMode=function(){a=!1},t.safeMode=function(){a=!0},t.versionString="10.7.3";for(const t in D)"object"==typeof D[t]&&n(D[t]);return Object.assign(t,D),t.addPlugin(g),t.addPlugin(G),t.addPlugin(y),t}({});t.exports=rt},1935:function(t){function e(...t){return t.map((t=>{return(e=t)?"string"==typeof e?e:e.source:null;var e})).join("")}t.exports=function(t){const n={},r={begin:/\$\{/,end:/\}/,contains:["self",{begin:/:-/,contains:[n]}]};Object.assign(n,{className:"variable",variants:[{begin:e(/\$[\w\d#@][\w\d_]*/,"(?![\\w\\d])(?![$])")},r]});const i={className:"subst",begin:/\$\(/,end:/\)/,contains:[t.BACKSLASH_ESCAPE]},o={begin:/<<-?\s*(?=\w+)/,starts:{contains:[t.END_SAME_AS_BEGIN({begin:/(\w+)/,end:/(\w+)/,className:"string"})]}},a={className:"string",begin:/"/,end:/"/,contains:[t.BACKSLASH_ESCAPE,n,i]};i.contains.push(a);const s={begin:/\$\(\(/,end:/\)\)/,contains:[{begin:/\d+#[0-9a-f]+/,className:"number"},t.NUMBER_MODE,n]},l=t.SHEBANG({binary:`(${["fish","bash","zsh","sh","csh","ksh","tcsh","dash","scsh"].join("|")})`,relevance:10}),u={className:"function",begin:/\w[\w\d_]*\s*\(\s*\)\s*\{/,returnBegin:!0,contains:[t.inherit(t.TITLE_MODE,{begin:/\w[\w\d_]*/})],relevance:0};return{name:"Bash",aliases:["sh","zsh"],keywords:{$pattern:/\b[a-z._-]+\b/,keyword:"if then else elif fi for while in do done case esac function",literal:"true false",built_in:"break cd continue eval exec exit export getopts hash pwd readonly return shift test times trap umask unset alias bind builtin caller command declare echo enable help let local logout mapfile printf read readarray source type typeset ulimit unalias set shopt autoload bg bindkey bye cap chdir clone comparguments compcall compctl compdescribe compfiles compgroups compquote comptags comptry compvalues dirs disable disown echotc echoti emulate fc fg float functions getcap getln history integer jobs kill limit log noglob popd print pushd pushln rehash sched setcap setopt stat suspend ttyctl unfunction unhash unlimit unsetopt vared wait whence where which zcompile zformat zftp zle zmodload zparseopts zprof zpty zregexparse zsocket zstyle ztcp"},contains:[l,t.SHEBANG(),u,s,t.HASH_COMMENT_MODE,o,a,{className:"",begin:/\\"/},{className:"string",begin:/'/,end:/'/},n]}}},722:function(t){t.exports=function(t){return{name:"Diff",aliases:["patch"],contains:[{className:"meta",relevance:10,variants:[{begin:/^@@ +-\d+,\d+ +\+\d+,\d+ +@@/},{begin:/^\*\*\* +\d+,\d+ +\*\*\*\*$/},{begin:/^--- +\d+,\d+ +----$/}]},{className:"comment",variants:[{begin:/Index: /,end:/$/},{begin:/^index/,end:/$/},{begin:/={3,}/,end:/$/},{begin:/^-{3}/,end:/$/},{begin:/^\*{3} /,end:/$/},{begin:/^\+{3}/,end:/$/},{begin:/^\*{15}$/},{begin:/^diff --git/,end:/$/}]},{className:"addition",begin:/^\+/,end:/$/},{className:"deletion",begin:/^-/,end:/$/},{className:"addition",begin:/^!/,end:/$/}]}}},8299:function(t){t.exports=function(t){const e={literal:"true false null"},n=[t.C_LINE_COMMENT_MODE,t.C_BLOCK_COMMENT_MODE],r=[t.QUOTE_STRING_MODE,t.C_NUMBER_MODE],i={end:",",endsWithParent:!0,excludeEnd:!0,contains:r,keywords:e},o={begin:/\{/,end:/\}/,contains:[{className:"attr",begin:/"/,end:/"/,contains:[t.BACKSLASH_ESCAPE],illegal:"\\n"},t.inherit(i,{begin:/:/})].concat(n),illegal:"\\S"},a={begin:"\\[",end:"\\]",contains:[t.inherit(i)],illegal:"\\S"};return r.push(o,a),n.forEach((function(t){r.push(t)})),{name:"JSON",contains:r,keywords:e,illegal:"\\S"}}},3972:function(t){function e(...t){return t.map((t=>{return(e=t)?"string"==typeof e?e:e.source:null;var e})).join("")}t.exports=function(t){const n={begin:/<\/?[A-Za-z_]/,end:">",subLanguage:"xml",relevance:0},r={variants:[{begin:/\[.+?\]\[.*?\]/,relevance:0},{begin:/\[.+?\]\(((data|javascript|mailto):|(?:http|ftp)s?:\/\/).*?\)/,relevance:2},{begin:e(/\[.+?\]\(/,/[A-Za-z][A-Za-z0-9+.-]*/,/:\/\/.*?\)/),relevance:2},{begin:/\[.+?\]\([./?&#].*?\)/,relevance:1},{begin:/\[.+?\]\(.*?\)/,relevance:0}],returnBegin:!0,contains:[{className:"string",relevance:0,begin:"\\[",end:"\\]",excludeBegin:!0,returnEnd:!0},{className:"link",relevance:0,begin:"\\]\\(",end:"\\)",excludeBegin:!0,excludeEnd:!0},{className:"symbol",relevance:0,begin:"\\]\\[",end:"\\]",excludeBegin:!0,excludeEnd:!0}]},i={className:"strong",contains:[],variants:[{begin:/_{2}/,end:/_{2}/},{begin:/\*{2}/,end:/\*{2}/}]},o={className:"emphasis",contains:[],variants:[{begin:/\*(?!\*)/,end:/\*/},{begin:/_(?!_)/,end:/_/,relevance:0}]};i.contains.push(o),o.contains.push(i);let a=[n,r];return i.contains=i.contains.concat(a),o.contains=o.contains.concat(a),a=a.concat(i,o),{name:"Markdown",aliases:["md","mkdown","mkd"],contains:[{className:"section",variants:[{begin:"^#{1,6}",end:"$",contains:a},{begin:"(?=^.+?\\n[=-]{2,}$)",contains:[{begin:"^[=-]*$"},{begin:"^",end:"\\n",contains:a}]}]},n,{className:"bullet",begin:"^[ \t]*([*+-]|(\\d+\\.))(?=\\s+)",end:"\\s+",excludeEnd:!0},i,o,{className:"quote",begin:"^>\\s+",contains:a,end:"$"},{className:"code",variants:[{begin:"(`{3,})[^`](.|\\n)*?\\1`*[ ]*"},{begin:"(~{3,})[^~](.|\\n)*?\\1~*[ ]*"},{begin:"```",end:"```+[ ]*$"},{begin:"~~~",end:"~~~+[ ]*$"},{begin:"`.+?`"},{begin:"(?=^( {4}|\\t))",contains:[{begin:"^( {4}|\\t)",end:"(\\n)$"}],relevance:0}]},{begin:"^[-\\*]{3,}",end:"$"},r,{begin:/^\[[^\n]+\]:/,returnBegin:!0,contains:[{className:"symbol",begin:/\[/,end:/\]/,excludeBegin:!0,excludeEnd:!0},{className:"link",begin:/:\s*/,end:/$/,excludeBegin:!0}]}]}}},9228:function(t){function e(t){return t?"string"==typeof t?t:t.source:null}function n(t){return r("(?=",t,")")}function r(...t){return t.map((t=>e(t))).join("")}function i(...t){return"("+t.map((t=>e(t))).join("|")+")"}t.exports=function(t){const e=r(/[A-Z_]/,r("(",/[A-Z0-9_.-]*:/,")?"),/[A-Z0-9_.-]*/),o={className:"symbol",begin:/&[a-z]+;|&#[0-9]+;|&#x[a-f0-9]+;/},a={begin:/\s/,contains:[{className:"meta-keyword",begin:/#?[a-z_][a-z1-9_-]+/,illegal:/\n/}]},s=t.inherit(a,{begin:/\(/,end:/\)/}),l=t.inherit(t.APOS_STRING_MODE,{className:"meta-string"}),u=t.inherit(t.QUOTE_STRING_MODE,{className:"meta-string"}),c={endsWithParent:!0,illegal:/</,relevance:0,contains:[{className:"attr",begin:/[A-Za-z0-9._:-]+/,relevance:0},{begin:/=\s*/,relevance:0,contains:[{className:"string",endsParent:!0,variants:[{begin:/"/,end:/"/,contains:[o]},{begin:/'/,end:/'/,contains:[o]},{begin:/[^\s"'=<>`]+/}]}]}]};return{name:"HTML, XML",aliases:["html","xhtml","rss","atom","xjb","xsd","xsl","plist","wsf","svg"],case_insensitive:!0,contains:[{className:"meta",begin:/<![a-z]/,end:/>/,relevance:10,contains:[a,u,l,s,{begin:/\[/,end:/\]/,contains:[{className:"meta",begin:/<![a-z]/,end:/>/,contains:[a,s,u,l]}]}]},t.COMMENT(/<!--/,/-->/,{relevance:10}),{begin:/<!\[CDATA\[/,end:/\]\]>/,relevance:10},o,{className:"meta",begin:/<\?xml/,end:/\?>/,relevance:10},{className:"tag",begin:/<style(?=\s|>)/,end:/>/,keywords:{name:"style"},contains:[c],starts:{end:/<\/style>/,returnEnd:!0,subLanguage:["css","xml"]}},{className:"tag",begin:/<script(?=\s|>)/,end:/>/,keywords:{name:"script"},contains:[c],starts:{end:/<\/script>/,returnEnd:!0,subLanguage:["javascript","handlebars","xml"]}},{className:"tag",begin:/<>|<\/>/},{className:"tag",begin:r(/</,n(r(e,i(/\/>/,/>/,/\s/)))),end:/\/?>/,contains:[{className:"name",begin:e,relevance:0,starts:c}]},{className:"tag",begin:r(/<\//,n(r(e,/>/))),contains:[{className:"name",begin:e,relevance:0},{begin:/>/,relevance:0,endsParent:!0}]}]}}},4339:function(t,e){var n;!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(r,i){"use strict";var o=[],a=Object.getPrototypeOf,s=o.slice,l=o.flat?function(t){return o.flat.call(t)}:function(t){return o.concat.apply([],t)},u=o.push,c=o.indexOf,f={},h=f.toString,d=f.hasOwnProperty,p=d.toString,m=p.call(Object),g={},v=function(t){return"function"==typeof t&&"number"!=typeof t.nodeType&&"function"!=typeof t.item},y=function(t){return null!=t&&t===t.window},b=r.document,w={type:!0,src:!0,nonce:!0,noModule:!0};function _(t,e,n){var r,i,o=(n=n||b).createElement("script");if(o.text=t,e)for(r in w)(i=e[r]||e.getAttribute&&e.getAttribute(r))&&o.setAttribute(r,i);n.head.appendChild(o).parentNode.removeChild(o)}function x(t){return null==t?t+"":"object"==typeof t||"function"==typeof t?f[h.call(t)]||"object":typeof t}var k="3.7.1",C=/HTML$/i,A=function(t,e){return new A.fn.init(t,e)};function O(t){var e=!!t&&"length"in t&&t.length,n=x(t);return!v(t)&&!y(t)&&("array"===n||0===e||"number"==typeof e&&e>0&&e-1 in t)}function E(t,e){return t.nodeName&&t.nodeName.toLowerCase()===e.toLowerCase()}A.fn=A.prototype={jquery:k,constructor:A,length:0,toArray:function(){return s.call(this)},get:function(t){return null==t?s.call(this):t<0?this[t+this.length]:this[t]},pushStack:function(t){var e=A.merge(this.constructor(),t);return e.prevObject=this,e},each:function(t){return A.each(this,t)},map:function(t){return this.pushStack(A.map(this,(function(e,n){return t.call(e,n,e)})))},slice:function(){return this.pushStack(s.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},even:function(){return this.pushStack(A.grep(this,(function(t,e){return(e+1)%2})))},odd:function(){return this.pushStack(A.grep(this,(function(t,e){return e%2})))},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:u,sort:o.sort,splice:o.splice},A.extend=A.fn.extend=function(){var t,e,n,r,i,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!=(t=arguments[s]))for(e in t)r=t[e],"__proto__"!==e&&a!==r&&(u&&r&&(A.isPlainObject(r)||(i=Array.isArray(r)))?(n=a[e],o=i&&!Array.isArray(n)?[]:i||A.isPlainObject(n)?n:{},i=!1,a[e]=A.extend(u,o,r)):void 0!==r&&(a[e]=r));return a},A.extend({expando:"jQuery"+(k+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]"!==h.call(t)||(e=a(t))&&("function"!=typeof(n=d.call(e,"constructor")&&e.constructor)||p.call(n)!==m))},isEmptyObject:function(t){var e;for(e in t)return!1;return!0},globalEval:function(t,e,n){_(t,{nonce:e&&e.nonce},n)},each:function(t,e){var n,r=0;if(O(t))for(n=t.length;r<n&&!1!==e.call(t[r],r,t[r]);r++);else for(r in t)if(!1===e.call(t[r],r,t[r]))break;return t},text:function(t){var e,n="",r=0,i=t.nodeType;if(!i)for(;e=t[r++];)n+=A.text(e);return 1===i||11===i?t.textContent:9===i?t.documentElement.textContent:3===i||4===i?t.nodeValue:n},makeArray:function(t,e){var n=e||[];return null!=t&&(O(Object(t))?A.merge(n,"string"==typeof t?[t]:t):u.call(n,t)),n},inArray:function(t,e,n){return null==e?-1:c.call(e,t,n)},isXMLDoc:function(t){var e=t&&t.namespaceURI,n=t&&(t.ownerDocument||t).documentElement;return!C.test(e||n&&n.nodeName||"HTML")},merge:function(t,e){for(var n=+e.length,r=0,i=t.length;r<n;r++)t[i++]=e[r];return t.length=i,t},grep:function(t,e,n){for(var r=[],i=0,o=t.length,a=!n;i<o;i++)!e(t[i],i)!==a&&r.push(t[i]);return r},map:function(t,e,n){var r,i,o=0,a=[];if(O(t))for(r=t.length;o<r;o++)null!=(i=e(t[o],o,n))&&a.push(i);else for(o in t)null!=(i=e(t[o],o,n))&&a.push(i);return l(a)},guid:1,support:g}),"function"==typeof Symbol&&(A.fn[Symbol.iterator]=o[Symbol.iterator]),A.each("Boolean Number String Function Array Date RegExp Object Error Symbol".split(" "),(function(t,e){f["[object "+e+"]"]=e.toLowerCase()}));var S=o.pop,j=o.sort,P=o.splice,T="[\\x20\\t\\r\\n\\f]",M=new RegExp("^"+T+"+|((?:^|[^\\\\])(?:\\\\.)*)"+T+"+$","g");A.contains=function(t,e){var n=e&&e.parentNode;return t===n||!(!n||1!==n.nodeType||!(t.contains?t.contains(n):t.compareDocumentPosition&&16&t.compareDocumentPosition(n)))};var R=/([\0-\x1f\x7f]|^-?\d)|^-$|[^\x80-\uFFFF\w-]/g;function D(t,e){return e?"\0"===t?"�":t.slice(0,-1)+"\\"+t.charCodeAt(t.length-1).toString(16)+" ":"\\"+t}A.escapeSelector=function(t){return(t+"").replace(R,D)};var N=b,V=u;!function(){var t,e,n,i,a,l,u,f,h,p,m=V,v=A.expando,y=0,b=0,w=tt(),_=tt(),x=tt(),k=tt(),C=function(t,e){return t===e&&(a=!0),0},O="checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped",R="(?:\\\\[\\da-fA-F]{1,6}"+T+"?|\\\\[^\\r\\n\\f]|[\\w-]|[^\0-\\x7f])+",D="\\["+T+"*("+R+")(?:"+T+"*([*^$|!~]?=)"+T+"*(?:'((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\"|("+R+"))|)"+T+"*\\]",L=":("+R+")(?:\\((('((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\")|((?:\\\\.|[^\\\\()[\\]]|"+D+")*)|.*)\\)|)",B=new RegExp(T+"+","g"),I=new RegExp("^"+T+"*,"+T+"*"),H=new RegExp("^"+T+"*([>+~]|"+T+")"+T+"*"),z=new RegExp(T+"|>"),U=new RegExp(L),F=new RegExp("^"+R+"$"),$={ID:new RegExp("^#("+R+")"),CLASS:new RegExp("^\\.("+R+")"),TAG:new RegExp("^("+R+"|[*])"),ATTR:new RegExp("^"+D),PSEUDO:new RegExp("^"+L),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+T+"*(even|odd|(([+-]|)(\\d*)n|)"+T+"*(?:([+-]|)"+T+"*(\\d+)|))"+T+"*\\)|)","i"),bool:new RegExp("^(?:"+O+")$","i"),needsContext:new RegExp("^"+T+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+T+"*((?:-\\d)?\\d*)"+T+"*\\)|)(?=[^-]|$)","i")},q=/^(?:input|select|textarea|button)$/i,W=/^h\d$/i,G=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,Z=/[+~]/,K=new RegExp("\\\\[\\da-fA-F]{1,6}"+T+"?|\\\\([^\\r\\n\\f])","g"),X=function(t,e){var n="0x"+t.slice(1)-65536;return e||(n<0?String.fromCharCode(n+65536):String.fromCharCode(n>>10|55296,1023&n|56320))},Y=function(){lt()},J=ht((function(t){return!0===t.disabled&&E(t,"fieldset")}),{dir:"parentNode",next:"legend"});try{m.apply(o=s.call(N.childNodes),N.childNodes),o[N.childNodes.length].nodeType}catch(t){m={apply:function(t,e){V.apply(t,s.call(e))},call:function(t){V.apply(t,s.call(arguments,1))}}}function Q(t,e,n,r){var i,o,a,s,u,c,d,p=e&&e.ownerDocument,y=e?e.nodeType:9;if(n=n||[],"string"!=typeof t||!t||1!==y&&9!==y&&11!==y)return n;if(!r&&(lt(e),e=e||l,f)){if(11!==y&&(u=G.exec(t)))if(i=u[1]){if(9===y){if(!(a=e.getElementById(i)))return n;if(a.id===i)return m.call(n,a),n}else if(p&&(a=p.getElementById(i))&&Q.contains(e,a)&&a.id===i)return m.call(n,a),n}else{if(u[2])return m.apply(n,e.getElementsByTagName(t)),n;if((i=u[3])&&e.getElementsByClassName)return m.apply(n,e.getElementsByClassName(i)),n}if(!(k[t+" "]||h&&h.test(t))){if(d=t,p=e,1===y&&(z.test(t)||H.test(t))){for((p=Z.test(t)&&st(e.parentNode)||e)==e&&g.scope||((s=e.getAttribute("id"))?s=A.escapeSelector(s):e.setAttribute("id",s=v)),o=(c=ct(t)).length;o--;)c[o]=(s?"#"+s:":scope")+" "+ft(c[o]);d=c.join(",")}try{return m.apply(n,p.querySelectorAll(d)),n}catch(e){k(t,!0)}finally{s===v&&e.removeAttribute("id")}}}return yt(t.replace(M,"$1"),e,n,r)}function tt(){var t=[];return function n(r,i){return t.push(r+" ")>e.cacheLength&&delete n[t.shift()],n[r+" "]=i}}function et(t){return t[v]=!0,t}function nt(t){var e=l.createElement("fieldset");try{return!!t(e)}catch(t){return!1}finally{e.parentNode&&e.parentNode.removeChild(e),e=null}}function rt(t){return function(e){return E(e,"input")&&e.type===t}}function it(t){return function(e){return(E(e,"input")||E(e,"button"))&&e.type===t}}function ot(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&&J(e)===t:e.disabled===t:"label"in e&&e.disabled===t}}function at(t){return et((function(e){return e=+e,et((function(n,r){for(var i,o=t([],n.length,e),a=o.length;a--;)n[i=o[a]]&&(n[i]=!(r[i]=n[i]))}))}))}function st(t){return t&&void 0!==t.getElementsByTagName&&t}function lt(t){var n,r=t?t.ownerDocument||t:N;return r!=l&&9===r.nodeType&&r.documentElement?(u=(l=r).documentElement,f=!A.isXMLDoc(l),p=u.matches||u.webkitMatchesSelector||u.msMatchesSelector,u.msMatchesSelector&&N!=l&&(n=l.defaultView)&&n.top!==n&&n.addEventListener("unload",Y),g.getById=nt((function(t){return u.appendChild(t).id=A.expando,!l.getElementsByName||!l.getElementsByName(A.expando).length})),g.disconnectedMatch=nt((function(t){return p.call(t,"*")})),g.scope=nt((function(){return l.querySelectorAll(":scope")})),g.cssHas=nt((function(){try{return l.querySelector(":has(*,:jqfake)"),!1}catch(t){return!0}})),g.getById?(e.filter.ID=function(t){var e=t.replace(K,X);return function(t){return t.getAttribute("id")===e}},e.find.ID=function(t,e){if(void 0!==e.getElementById&&f){var n=e.getElementById(t);return n?[n]:[]}}):(e.filter.ID=function(t){var e=t.replace(K,X);return function(t){var n=void 0!==t.getAttributeNode&&t.getAttributeNode("id");return n&&n.value===e}},e.find.ID=function(t,e){if(void 0!==e.getElementById&&f){var n,r,i,o=e.getElementById(t);if(o){if((n=o.getAttributeNode("id"))&&n.value===t)return[o];for(i=e.getElementsByName(t),r=0;o=i[r++];)if((n=o.getAttributeNode("id"))&&n.value===t)return[o]}return[]}}),e.find.TAG=function(t,e){return void 0!==e.getElementsByTagName?e.getElementsByTagName(t):e.querySelectorAll(t)},e.find.CLASS=function(t,e){if(void 0!==e.getElementsByClassName&&f)return e.getElementsByClassName(t)},h=[],nt((function(t){var e;u.appendChild(t).innerHTML="<a id='"+v+"' href='' disabled='disabled'></a><select id='"+v+"-\r\\' disabled='disabled'><option selected=''></option></select>",t.querySelectorAll("[selected]").length||h.push("\\["+T+"*(?:value|"+O+")"),t.querySelectorAll("[id~="+v+"-]").length||h.push("~="),t.querySelectorAll("a#"+v+"+*").length||h.push(".#.+[+~]"),t.querySelectorAll(":checked").length||h.push(":checked"),(e=l.createElement("input")).setAttribute("type","hidden"),t.appendChild(e).setAttribute("name","D"),u.appendChild(t).disabled=!0,2!==t.querySelectorAll(":disabled").length&&h.push(":enabled",":disabled"),(e=l.createElement("input")).setAttribute("name",""),t.appendChild(e),t.querySelectorAll("[name='']").length||h.push("\\["+T+"*name"+T+"*="+T+"*(?:''|\"\")")})),g.cssHas||h.push(":has"),h=h.length&&new RegExp(h.join("|")),C=function(t,e){if(t===e)return a=!0,0;var n=!t.compareDocumentPosition-!e.compareDocumentPosition;return n||(1&(n=(t.ownerDocument||t)==(e.ownerDocument||e)?t.compareDocumentPosition(e):1)||!g.sortDetached&&e.compareDocumentPosition(t)===n?t===l||t.ownerDocument==N&&Q.contains(N,t)?-1:e===l||e.ownerDocument==N&&Q.contains(N,e)?1:i?c.call(i,t)-c.call(i,e):0:4&n?-1:1)},l):l}for(t in Q.matches=function(t,e){return Q(t,null,null,e)},Q.matchesSelector=function(t,e){if(lt(t),f&&!k[e+" "]&&(!h||!h.test(e)))try{var n=p.call(t,e);if(n||g.disconnectedMatch||t.document&&11!==t.document.nodeType)return n}catch(t){k(e,!0)}return Q(e,l,null,[t]).length>0},Q.contains=function(t,e){return(t.ownerDocument||t)!=l&<(t),A.contains(t,e)},Q.attr=function(t,n){(t.ownerDocument||t)!=l&<(t);var r=e.attrHandle[n.toLowerCase()],i=r&&d.call(e.attrHandle,n.toLowerCase())?r(t,n,!f):void 0;return void 0!==i?i:t.getAttribute(n)},Q.error=function(t){throw new Error("Syntax error, unrecognized expression: "+t)},A.uniqueSort=function(t){var e,n=[],r=0,o=0;if(a=!g.sortStable,i=!g.sortStable&&s.call(t,0),j.call(t,C),a){for(;e=t[o++];)e===t[o]&&(r=n.push(o));for(;r--;)P.call(t,n[r],1)}return i=null,t},A.fn.uniqueSort=function(){return this.pushStack(A.uniqueSort(s.apply(this)))},e=A.expr={cacheLength:50,createPseudo:et,match:$,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(K,X),t[3]=(t[3]||t[4]||t[5]||"").replace(K,X),"~="===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]||Q.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]&&Q.error(t[0]),t},PSEUDO:function(t){var e,n=!t[6]&&t[2];return $.CHILD.test(t[0])?null:(t[3]?t[2]=t[4]||t[5]||"":n&&U.test(n)&&(e=ct(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(K,X).toLowerCase();return"*"===t?function(){return!0}:function(t){return E(t,e)}},CLASS:function(t){var e=w[t+" "];return e||(e=new RegExp("(^|"+T+")"+t+"("+T+"|$)"))&&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(r){var i=Q.attr(r,t);return null==i?"!="===e:!e||(i+="","="===e?i===n:"!="===e?i!==n:"^="===e?n&&0===i.indexOf(n):"*="===e?n&&i.indexOf(n)>-1:"$="===e?n&&i.slice(-n.length)===n:"~="===e?(" "+i.replace(B," ")+" ").indexOf(n)>-1:"|="===e&&(i===n||i.slice(0,n.length+1)===n+"-"))}},CHILD:function(t,e,n,r,i){var o="nth"!==t.slice(0,3),a="last"!==t.slice(-4),s="of-type"===e;return 1===r&&0===i?function(t){return!!t.parentNode}:function(e,n,l){var u,c,f,h,d,p=o!==a?"nextSibling":"previousSibling",m=e.parentNode,g=s&&e.nodeName.toLowerCase(),b=!l&&!s,w=!1;if(m){if(o){for(;p;){for(f=e;f=f[p];)if(s?E(f,g):1===f.nodeType)return!1;d=p="only"===t&&!d&&"nextSibling"}return!0}if(d=[a?m.firstChild:m.lastChild],a&&b){for(w=(h=(u=(c=m[v]||(m[v]={}))[t]||[])[0]===y&&u[1])&&u[2],f=h&&m.childNodes[h];f=++h&&f&&f[p]||(w=h=0)||d.pop();)if(1===f.nodeType&&++w&&f===e){c[t]=[y,h,w];break}}else if(b&&(w=h=(u=(c=e[v]||(e[v]={}))[t]||[])[0]===y&&u[1]),!1===w)for(;(f=++h&&f&&f[p]||(w=h=0)||d.pop())&&(!(s?E(f,g):1===f.nodeType)||!++w||(b&&((c=f[v]||(f[v]={}))[t]=[y,w]),f!==e)););return(w-=i)===r||w%r==0&&w/r>=0}}},PSEUDO:function(t,n){var r,i=e.pseudos[t]||e.setFilters[t.toLowerCase()]||Q.error("unsupported pseudo: "+t);return i[v]?i(n):i.length>1?(r=[t,t,"",n],e.setFilters.hasOwnProperty(t.toLowerCase())?et((function(t,e){for(var r,o=i(t,n),a=o.length;a--;)t[r=c.call(t,o[a])]=!(e[r]=o[a])})):function(t){return i(t,0,r)}):i}},pseudos:{not:et((function(t){var e=[],n=[],r=vt(t.replace(M,"$1"));return r[v]?et((function(t,e,n,i){for(var o,a=r(t,null,i,[]),s=t.length;s--;)(o=a[s])&&(t[s]=!(e[s]=o))})):function(t,i,o){return e[0]=t,r(e,null,o,n),e[0]=null,!n.pop()}})),has:et((function(t){return function(e){return Q(t,e).length>0}})),contains:et((function(t){return t=t.replace(K,X),function(e){return(e.textContent||A.text(e)).indexOf(t)>-1}})),lang:et((function(t){return F.test(t||"")||Q.error("unsupported lang: "+t),t=t.replace(K,X).toLowerCase(),function(e){var n;do{if(n=f?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(t){var e=r.location&&r.location.hash;return e&&e.slice(1)===t.id},root:function(t){return t===u},focus:function(t){return t===function(){try{return l.activeElement}catch(t){}}()&&l.hasFocus()&&!!(t.type||t.href||~t.tabIndex)},enabled:ot(!1),disabled:ot(!0),checked:function(t){return E(t,"input")&&!!t.checked||E(t,"option")&&!!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!e.pseudos.empty(t)},header:function(t){return W.test(t.nodeName)},input:function(t){return q.test(t.nodeName)},button:function(t){return E(t,"input")&&"button"===t.type||E(t,"button")},text:function(t){var e;return E(t,"input")&&"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){var r;for(r=n<0?n+e:n>e?e:n;--r>=0;)t.push(r);return t})),gt:at((function(t,e,n){for(var r=n<0?n+e:n;++r<e;)t.push(r);return t}))}},e.pseudos.nth=e.pseudos.eq,{radio:!0,checkbox:!0,file:!0,password:!0,image:!0})e.pseudos[t]=rt(t);for(t in{submit:!0,reset:!0})e.pseudos[t]=it(t);function ut(){}function ct(t,n){var r,i,o,a,s,l,u,c=_[t+" "];if(c)return n?0:c.slice(0);for(s=t,l=[],u=e.preFilter;s;){for(a in r&&!(i=I.exec(s))||(i&&(s=s.slice(i[0].length)||s),l.push(o=[])),r=!1,(i=H.exec(s))&&(r=i.shift(),o.push({value:r,type:i[0].replace(M," ")}),s=s.slice(r.length)),e.filter)!(i=$[a].exec(s))||u[a]&&!(i=u[a](i))||(r=i.shift(),o.push({value:r,type:a,matches:i}),s=s.slice(r.length));if(!r)break}return n?s.length:s?Q.error(t):_(t,l).slice(0)}function ft(t){for(var e=0,n=t.length,r="";e<n;e++)r+=t[e].value;return r}function ht(t,e,n){var r=e.dir,i=e.next,o=i||r,a=n&&"parentNode"===o,s=b++;return e.first?function(e,n,i){for(;e=e[r];)if(1===e.nodeType||a)return t(e,n,i);return!1}:function(e,n,l){var u,c,f=[y,s];if(l){for(;e=e[r];)if((1===e.nodeType||a)&&t(e,n,l))return!0}else for(;e=e[r];)if(1===e.nodeType||a)if(c=e[v]||(e[v]={}),i&&E(e,i))e=e[r]||e;else{if((u=c[o])&&u[0]===y&&u[1]===s)return f[2]=u[2];if(c[o]=f,f[2]=t(e,n,l))return!0}return!1}}function dt(t){return t.length>1?function(e,n,r){for(var i=t.length;i--;)if(!t[i](e,n,r))return!1;return!0}:t[0]}function pt(t,e,n,r,i){for(var o,a=[],s=0,l=t.length,u=null!=e;s<l;s++)(o=t[s])&&(n&&!n(o,r,i)||(a.push(o),u&&e.push(s)));return a}function mt(t,e,n,r,i,o){return r&&!r[v]&&(r=mt(r)),i&&!i[v]&&(i=mt(i,o)),et((function(o,a,s,l){var u,f,h,d,p=[],g=[],v=a.length,y=o||function(t,e,n){for(var r=0,i=e.length;r<i;r++)Q(t,e[r],n);return n}(e||"*",s.nodeType?[s]:s,[]),b=!t||!o&&e?y:pt(y,p,t,s,l);if(n?n(b,d=i||(o?t:v||r)?[]:a,s,l):d=b,r)for(u=pt(d,g),r(u,[],s,l),f=u.length;f--;)(h=u[f])&&(d[g[f]]=!(b[g[f]]=h));if(o){if(i||t){if(i){for(u=[],f=d.length;f--;)(h=d[f])&&u.push(b[f]=h);i(null,d=[],u,l)}for(f=d.length;f--;)(h=d[f])&&(u=i?c.call(o,h):p[f])>-1&&(o[u]=!(a[u]=h))}}else d=pt(d===a?d.splice(v,d.length):d),i?i(null,a,d,l):m.apply(a,d)}))}function gt(t){for(var r,i,o,a=t.length,s=e.relative[t[0].type],l=s||e.relative[" "],u=s?1:0,f=ht((function(t){return t===r}),l,!0),h=ht((function(t){return c.call(r,t)>-1}),l,!0),d=[function(t,e,i){var o=!s&&(i||e!=n)||((r=e).nodeType?f(t,e,i):h(t,e,i));return r=null,o}];u<a;u++)if(i=e.relative[t[u].type])d=[ht(dt(d),i)];else{if((i=e.filter[t[u].type].apply(null,t[u].matches))[v]){for(o=++u;o<a&&!e.relative[t[o].type];o++);return mt(u>1&&dt(d),u>1&&ft(t.slice(0,u-1).concat({value:" "===t[u-2].type?"*":""})).replace(M,"$1"),i,u<o&>(t.slice(u,o)),o<a&>(t=t.slice(o)),o<a&&ft(t))}d.push(i)}return dt(d)}function vt(t,r){var i,o=[],a=[],s=x[t+" "];if(!s){for(r||(r=ct(t)),i=r.length;i--;)(s=gt(r[i]))[v]?o.push(s):a.push(s);s=x(t,function(t,r){var i=r.length>0,o=t.length>0,a=function(a,s,u,c,h){var d,p,g,v=0,b="0",w=a&&[],_=[],x=n,k=a||o&&e.find.TAG("*",h),C=y+=null==x?1:Math.random()||.1,O=k.length;for(h&&(n=s==l||s||h);b!==O&&null!=(d=k[b]);b++){if(o&&d){for(p=0,s||d.ownerDocument==l||(lt(d),u=!f);g=t[p++];)if(g(d,s||l,u)){m.call(c,d);break}h&&(y=C)}i&&((d=!g&&d)&&v--,a&&w.push(d))}if(v+=b,i&&b!==v){for(p=0;g=r[p++];)g(w,_,s,u);if(a){if(v>0)for(;b--;)w[b]||_[b]||(_[b]=S.call(c));_=pt(_)}m.apply(c,_),h&&!a&&_.length>0&&v+r.length>1&&A.uniqueSort(c)}return h&&(y=C,n=x),w};return i?et(a):a}(a,o)),s.selector=t}return s}function yt(t,n,r,i){var o,a,s,l,u,c="function"==typeof t&&t,h=!i&&ct(t=c.selector||t);if(r=r||[],1===h.length){if((a=h[0]=h[0].slice(0)).length>2&&"ID"===(s=a[0]).type&&9===n.nodeType&&f&&e.relative[a[1].type]){if(!(n=(e.find.ID(s.matches[0].replace(K,X),n)||[])[0]))return r;c&&(n=n.parentNode),t=t.slice(a.shift().value.length)}for(o=$.needsContext.test(t)?0:a.length;o--&&(s=a[o],!e.relative[l=s.type]);)if((u=e.find[l])&&(i=u(s.matches[0].replace(K,X),Z.test(a[0].type)&&st(n.parentNode)||n))){if(a.splice(o,1),!(t=i.length&&ft(a)))return m.apply(r,i),r;break}}return(c||vt(t,h))(i,n,!f,r,!n||Z.test(t)&&st(n.parentNode)||n),r}ut.prototype=e.filters=e.pseudos,e.setFilters=new ut,g.sortStable=v.split("").sort(C).join("")===v,lt(),g.sortDetached=nt((function(t){return 1&t.compareDocumentPosition(l.createElement("fieldset"))})),A.find=Q,A.expr[":"]=A.expr.pseudos,A.unique=A.uniqueSort,Q.compile=vt,Q.select=yt,Q.setDocument=lt,Q.tokenize=ct,Q.escape=A.escapeSelector,Q.getText=A.text,Q.isXML=A.isXMLDoc,Q.selectors=A.expr,Q.support=A.support,Q.uniqueSort=A.uniqueSort}();var L=function(t,e,n){for(var r=[],i=void 0!==n;(t=t[e])&&9!==t.nodeType;)if(1===t.nodeType){if(i&&A(t).is(n))break;r.push(t)}return r},B=function(t,e){for(var n=[];t;t=t.nextSibling)1===t.nodeType&&t!==e&&n.push(t);return n},I=A.expr.match.needsContext,H=/^<([a-z][^\/\0>:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i;function z(t,e,n){return v(e)?A.grep(t,(function(t,r){return!!e.call(t,r,t)!==n})):e.nodeType?A.grep(t,(function(t){return t===e!==n})):"string"!=typeof e?A.grep(t,(function(t){return c.call(e,t)>-1!==n})):A.filter(e,t,n)}A.filter=function(t,e,n){var r=e[0];return n&&(t=":not("+t+")"),1===e.length&&1===r.nodeType?A.find.matchesSelector(r,t)?[r]:[]:A.find.matches(t,A.grep(e,(function(t){return 1===t.nodeType})))},A.fn.extend({find:function(t){var e,n,r=this.length,i=this;if("string"!=typeof t)return this.pushStack(A(t).filter((function(){for(e=0;e<r;e++)if(A.contains(i[e],this))return!0})));for(n=this.pushStack([]),e=0;e<r;e++)A.find(t,i[e],n);return r>1?A.uniqueSort(n):n},filter:function(t){return this.pushStack(z(this,t||[],!1))},not:function(t){return this.pushStack(z(this,t||[],!0))},is:function(t){return!!z(this,"string"==typeof t&&I.test(t)?A(t):t||[],!1).length}});var U,F=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]+))$/;(A.fn.init=function(t,e,n){var r,i;if(!t)return this;if(n=n||U,"string"==typeof t){if(!(r="<"===t[0]&&">"===t[t.length-1]&&t.length>=3?[null,t,null]:F.exec(t))||!r[1]&&e)return!e||e.jquery?(e||n).find(t):this.constructor(e).find(t);if(r[1]){if(e=e instanceof A?e[0]:e,A.merge(this,A.parseHTML(r[1],e&&e.nodeType?e.ownerDocument||e:b,!0)),H.test(r[1])&&A.isPlainObject(e))for(r in e)v(this[r])?this[r](e[r]):this.attr(r,e[r]);return this}return(i=b.getElementById(r[2]))&&(this[0]=i,this.length=1),this}return t.nodeType?(this[0]=t,this.length=1,this):v(t)?void 0!==n.ready?n.ready(t):t(A):A.makeArray(t,this)}).prototype=A.fn,U=A(b);var $=/^(?:parents|prev(?:Until|All))/,q={children:!0,contents:!0,next:!0,prev:!0};function W(t,e){for(;(t=t[e])&&1!==t.nodeType;);return t}A.fn.extend({has:function(t){var e=A(t,this),n=e.length;return this.filter((function(){for(var t=0;t<n;t++)if(A.contains(this,e[t]))return!0}))},closest:function(t,e){var n,r=0,i=this.length,o=[],a="string"!=typeof t&&A(t);if(!I.test(t))for(;r<i;r++)for(n=this[r];n&&n!==e;n=n.parentNode)if(n.nodeType<11&&(a?a.index(n)>-1:1===n.nodeType&&A.find.matchesSelector(n,t))){o.push(n);break}return this.pushStack(o.length>1?A.uniqueSort(o):o)},index:function(t){return t?"string"==typeof t?c.call(A(t),this[0]):c.call(this,t.jquery?t[0]:t):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(t,e){return this.pushStack(A.uniqueSort(A.merge(this.get(),A(t,e))))},addBack:function(t){return this.add(null==t?this.prevObject:this.prevObject.filter(t))}}),A.each({parent:function(t){var e=t.parentNode;return e&&11!==e.nodeType?e:null},parents:function(t){return L(t,"parentNode")},parentsUntil:function(t,e,n){return L(t,"parentNode",n)},next:function(t){return W(t,"nextSibling")},prev:function(t){return W(t,"previousSibling")},nextAll:function(t){return L(t,"nextSibling")},prevAll:function(t){return L(t,"previousSibling")},nextUntil:function(t,e,n){return L(t,"nextSibling",n)},prevUntil:function(t,e,n){return L(t,"previousSibling",n)},siblings:function(t){return B((t.parentNode||{}).firstChild,t)},children:function(t){return B(t.firstChild)},contents:function(t){return null!=t.contentDocument&&a(t.contentDocument)?t.contentDocument:(E(t,"template")&&(t=t.content||t),A.merge([],t.childNodes))}},(function(t,e){A.fn[t]=function(n,r){var i=A.map(this,e,n);return"Until"!==t.slice(-5)&&(r=n),r&&"string"==typeof r&&(i=A.filter(r,i)),this.length>1&&(q[t]||A.uniqueSort(i),$.test(t)&&i.reverse()),this.pushStack(i)}}));var G=/[^\x20\t\r\n\f]+/g;function Z(t){return t}function K(t){throw t}function X(t,e,n,r){var i;try{t&&v(i=t.promise)?i.call(t).done(e).fail(n):t&&v(i=t.then)?i.call(t,e,n):e.apply(void 0,[t].slice(r))}catch(t){n.apply(void 0,[t])}}A.Callbacks=function(t){t="string"==typeof t?function(t){var e={};return A.each(t.match(G)||[],(function(t,n){e[n]=!0})),e}(t):A.extend({},t);var e,n,r,i,o=[],a=[],s=-1,l=function(){for(i=i||t.once,r=e=!0;a.length;s=-1)for(n=a.shift();++s<o.length;)!1===o[s].apply(n[0],n[1])&&t.stopOnFalse&&(s=o.length,n=!1);t.memory||(n=!1),e=!1,i&&(o=n?[]:"")},u={add:function(){return o&&(n&&!e&&(s=o.length-1,a.push(n)),function e(n){A.each(n,(function(n,r){v(r)?t.unique&&u.has(r)||o.push(r):r&&r.length&&"string"!==x(r)&&e(r)}))}(arguments),n&&!e&&l()),this},remove:function(){return A.each(arguments,(function(t,e){for(var n;(n=A.inArray(e,o,n))>-1;)o.splice(n,1),n<=s&&s--})),this},has:function(t){return t?A.inArray(t,o)>-1:o.length>0},empty:function(){return o&&(o=[]),this},disable:function(){return i=a=[],o=n="",this},disabled:function(){return!o},lock:function(){return i=a=[],n||e||(o=n=""),this},locked:function(){return!!i},fireWith:function(t,n){return i||(n=[t,(n=n||[]).slice?n.slice():n],a.push(n),e||l()),this},fire:function(){return u.fireWith(this,arguments),this},fired:function(){return!!r}};return u},A.extend({Deferred:function(t){var e=[["notify","progress",A.Callbacks("memory"),A.Callbacks("memory"),2],["resolve","done",A.Callbacks("once memory"),A.Callbacks("once memory"),0,"resolved"],["reject","fail",A.Callbacks("once memory"),A.Callbacks("once memory"),1,"rejected"]],n="pending",i={state:function(){return n},always:function(){return o.done(arguments).fail(arguments),this},catch:function(t){return i.then(null,t)},pipe:function(){var t=arguments;return A.Deferred((function(n){A.each(e,(function(e,r){var i=v(t[r[4]])&&t[r[4]];o[r[1]]((function(){var t=i&&i.apply(this,arguments);t&&v(t.promise)?t.promise().progress(n.notify).done(n.resolve).fail(n.reject):n[r[0]+"With"](this,i?[t]:arguments)}))})),t=null})).promise()},then:function(t,n,i){var o=0;function a(t,e,n,i){return function(){var s=this,l=arguments,u=function(){var r,u;if(!(t<o)){if((r=n.apply(s,l))===e.promise())throw new TypeError("Thenable self-resolution");u=r&&("object"==typeof r||"function"==typeof r)&&r.then,v(u)?i?u.call(r,a(o,e,Z,i),a(o,e,K,i)):(o++,u.call(r,a(o,e,Z,i),a(o,e,K,i),a(o,e,Z,e.notifyWith))):(n!==Z&&(s=void 0,l=[r]),(i||e.resolveWith)(s,l))}},c=i?u:function(){try{u()}catch(r){A.Deferred.exceptionHook&&A.Deferred.exceptionHook(r,c.error),t+1>=o&&(n!==K&&(s=void 0,l=[r]),e.rejectWith(s,l))}};t?c():(A.Deferred.getErrorHook?c.error=A.Deferred.getErrorHook():A.Deferred.getStackHook&&(c.error=A.Deferred.getStackHook()),r.setTimeout(c))}}return A.Deferred((function(r){e[0][3].add(a(0,r,v(i)?i:Z,r.notifyWith)),e[1][3].add(a(0,r,v(t)?t:Z)),e[2][3].add(a(0,r,v(n)?n:K))})).promise()},promise:function(t){return null!=t?A.extend(t,i):i}},o={};return A.each(e,(function(t,r){var a=r[2],s=r[5];i[r[1]]=a.add,s&&a.add((function(){n=s}),e[3-t][2].disable,e[3-t][3].disable,e[0][2].lock,e[0][3].lock),a.add(r[3].fire),o[r[0]]=function(){return o[r[0]+"With"](this===o?void 0:this,arguments),this},o[r[0]+"With"]=a.fireWith})),i.promise(o),t&&t.call(o,o),o},when:function(t){var e=arguments.length,n=e,r=Array(n),i=s.call(arguments),o=A.Deferred(),a=function(t){return function(n){r[t]=this,i[t]=arguments.length>1?s.call(arguments):n,--e||o.resolveWith(r,i)}};if(e<=1&&(X(t,o.done(a(n)).resolve,o.reject,!e),"pending"===o.state()||v(i[n]&&i[n].then)))return o.then();for(;n--;)X(i[n],a(n),o.reject);return o.promise()}});var Y=/^(Eval|Internal|Range|Reference|Syntax|Type|URI)Error$/;A.Deferred.exceptionHook=function(t,e){r.console&&r.console.warn&&t&&Y.test(t.name)&&r.console.warn("jQuery.Deferred exception: "+t.message,t.stack,e)},A.readyException=function(t){r.setTimeout((function(){throw t}))};var J=A.Deferred();function Q(){b.removeEventListener("DOMContentLoaded",Q),r.removeEventListener("load",Q),A.ready()}A.fn.ready=function(t){return J.then(t).catch((function(t){A.readyException(t)})),this},A.extend({isReady:!1,readyWait:1,ready:function(t){(!0===t?--A.readyWait:A.isReady)||(A.isReady=!0,!0!==t&&--A.readyWait>0||J.resolveWith(b,[A]))}}),A.ready.then=J.then,"complete"===b.readyState||"loading"!==b.readyState&&!b.documentElement.doScroll?r.setTimeout(A.ready):(b.addEventListener("DOMContentLoaded",Q),r.addEventListener("load",Q));var tt=function(t,e,n,r,i,o,a){var s=0,l=t.length,u=null==n;if("object"===x(n))for(s in i=!0,n)tt(t,e,s,n[s],!0,o,a);else if(void 0!==r&&(i=!0,v(r)||(a=!0),u&&(a?(e.call(t,r),e=null):(u=e,e=function(t,e,n){return u.call(A(t),n)})),e))for(;s<l;s++)e(t[s],n,a?r:r.call(t[s],s,e(t[s],n)));return i?t:u?e.call(t):l?e(t[0],n):o},et=/^-ms-/,nt=/-([a-z])/g;function rt(t,e){return e.toUpperCase()}function it(t){return t.replace(et,"ms-").replace(nt,rt)}var ot=function(t){return 1===t.nodeType||9===t.nodeType||!+t.nodeType};function at(){this.expando=A.expando+at.uid++}at.uid=1,at.prototype={cache:function(t){var e=t[this.expando];return e||(e={},ot(t)&&(t.nodeType?t[this.expando]=e:Object.defineProperty(t,this.expando,{value:e,configurable:!0}))),e},set:function(t,e,n){var r,i=this.cache(t);if("string"==typeof e)i[it(e)]=n;else for(r in e)i[it(r)]=e[r];return i},get:function(t,e){return void 0===e?this.cache(t):t[this.expando]&&t[this.expando][it(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,r=t[this.expando];if(void 0!==r){if(void 0!==e){n=(e=Array.isArray(e)?e.map(it):(e=it(e))in r?[e]:e.match(G)||[]).length;for(;n--;)delete r[e[n]]}(void 0===e||A.isEmptyObject(r))&&(t.nodeType?t[this.expando]=void 0:delete t[this.expando])}},hasData:function(t){var e=t[this.expando];return void 0!==e&&!A.isEmptyObject(e)}};var st=new at,lt=new at,ut=/^(?:\{[\w\W]*\}|\[[\w\W]*\])$/,ct=/[A-Z]/g;function ft(t,e,n){var r;if(void 0===n&&1===t.nodeType)if(r="data-"+e.replace(ct,"-$&").toLowerCase(),"string"==typeof(n=t.getAttribute(r))){try{n=function(t){return"true"===t||"false"!==t&&("null"===t?null:t===+t+""?+t:ut.test(t)?JSON.parse(t):t)}(n)}catch(t){}lt.set(t,e,n)}else n=void 0;return n}A.extend({hasData:function(t){return lt.hasData(t)||st.hasData(t)},data:function(t,e,n){return lt.access(t,e,n)},removeData:function(t,e){lt.remove(t,e)},_data:function(t,e,n){return st.access(t,e,n)},_removeData:function(t,e){st.remove(t,e)}}),A.fn.extend({data:function(t,e){var n,r,i,o=this[0],a=o&&o.attributes;if(void 0===t){if(this.length&&(i=lt.get(o),1===o.nodeType&&!st.get(o,"hasDataAttrs"))){for(n=a.length;n--;)a[n]&&0===(r=a[n].name).indexOf("data-")&&(r=it(r.slice(5)),ft(o,r,i[r]));st.set(o,"hasDataAttrs",!0)}return i}return"object"==typeof t?this.each((function(){lt.set(this,t)})):tt(this,(function(e){var n;if(o&&void 0===e)return void 0!==(n=lt.get(o,t))||void 0!==(n=ft(o,t))?n:void 0;this.each((function(){lt.set(this,t,e)}))}),null,e,arguments.length>1,null,!0)},removeData:function(t){return this.each((function(){lt.remove(this,t)}))}}),A.extend({queue:function(t,e,n){var r;if(t)return e=(e||"fx")+"queue",r=st.get(t,e),n&&(!r||Array.isArray(n)?r=st.access(t,e,A.makeArray(n)):r.push(n)),r||[]},dequeue:function(t,e){e=e||"fx";var n=A.queue(t,e),r=n.length,i=n.shift(),o=A._queueHooks(t,e);"inprogress"===i&&(i=n.shift(),r--),i&&("fx"===e&&n.unshift("inprogress"),delete o.stop,i.call(t,(function(){A.dequeue(t,e)}),o)),!r&&o&&o.empty.fire()},_queueHooks:function(t,e){var n=e+"queueHooks";return st.get(t,n)||st.access(t,n,{empty:A.Callbacks("once memory").add((function(){st.remove(t,[e+"queue",n])}))})}}),A.fn.extend({queue:function(t,e){var n=2;return"string"!=typeof t&&(e=t,t="fx",n--),arguments.length<n?A.queue(this[0],t):void 0===e?this:this.each((function(){var n=A.queue(this,t,e);A._queueHooks(this,t),"fx"===t&&"inprogress"!==n[0]&&A.dequeue(this,t)}))},dequeue:function(t){return this.each((function(){A.dequeue(this,t)}))},clearQueue:function(t){return this.queue(t||"fx",[])},promise:function(t,e){var n,r=1,i=A.Deferred(),o=this,a=this.length,s=function(){--r||i.resolveWith(o,[o])};for("string"!=typeof t&&(e=t,t=void 0),t=t||"fx";a--;)(n=st.get(o[a],t+"queueHooks"))&&n.empty&&(r++,n.empty.add(s));return s(),i.promise(e)}});var ht=/[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/.source,dt=new RegExp("^(?:([+-])=|)("+ht+")([a-z%]*)$","i"),pt=["Top","Right","Bottom","Left"],mt=b.documentElement,gt=function(t){return A.contains(t.ownerDocument,t)},vt={composed:!0};mt.getRootNode&&(gt=function(t){return A.contains(t.ownerDocument,t)||t.getRootNode(vt)===t.ownerDocument});var yt=function(t,e){return"none"===(t=e||t).style.display||""===t.style.display&>(t)&&"none"===A.css(t,"display")};function bt(t,e,n,r){var i,o,a=20,s=r?function(){return r.cur()}:function(){return A.css(t,e,"")},l=s(),u=n&&n[3]||(A.cssNumber[e]?"":"px"),c=t.nodeType&&(A.cssNumber[e]||"px"!==u&&+l)&&dt.exec(A.css(t,e));if(c&&c[3]!==u){for(l/=2,u=u||c[3],c=+l||1;a--;)A.style(t,e,c+u),(1-o)*(1-(o=s()/l||.5))<=0&&(a=0),c/=o;c*=2,A.style(t,e,c+u),n=n||[]}return n&&(c=+c||+l||0,i=n[1]?c+(n[1]+1)*n[2]:+n[2],r&&(r.unit=u,r.start=c,r.end=i)),i}var wt={};function _t(t){var e,n=t.ownerDocument,r=t.nodeName,i=wt[r];return i||(e=n.body.appendChild(n.createElement(r)),i=A.css(e,"display"),e.parentNode.removeChild(e),"none"===i&&(i="block"),wt[r]=i,i)}function xt(t,e){for(var n,r,i=[],o=0,a=t.length;o<a;o++)(r=t[o]).style&&(n=r.style.display,e?("none"===n&&(i[o]=st.get(r,"display")||null,i[o]||(r.style.display="")),""===r.style.display&&yt(r)&&(i[o]=_t(r))):"none"!==n&&(i[o]="none",st.set(r,"display",n)));for(o=0;o<a;o++)null!=i[o]&&(t[o].style.display=i[o]);return t}A.fn.extend({show:function(){return xt(this,!0)},hide:function(){return xt(this)},toggle:function(t){return"boolean"==typeof t?t?this.show():this.hide():this.each((function(){yt(this)?A(this).show():A(this).hide()}))}});var kt,Ct,At=/^(?:checkbox|radio)$/i,Ot=/<([a-z][^\/\0>\x20\t\r\n\f]*)/i,Et=/^$|^module$|\/(?:java|ecma)script/i;kt=b.createDocumentFragment().appendChild(b.createElement("div")),(Ct=b.createElement("input")).setAttribute("type","radio"),Ct.setAttribute("checked","checked"),Ct.setAttribute("name","t"),kt.appendChild(Ct),g.checkClone=kt.cloneNode(!0).cloneNode(!0).lastChild.checked,kt.innerHTML="<textarea>x</textarea>",g.noCloneChecked=!!kt.cloneNode(!0).lastChild.defaultValue,kt.innerHTML="<option></option>",g.option=!!kt.lastChild;var St={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 jt(t,e){var n;return n=void 0!==t.getElementsByTagName?t.getElementsByTagName(e||"*"):void 0!==t.querySelectorAll?t.querySelectorAll(e||"*"):[],void 0===e||e&&E(t,e)?A.merge([t],n):n}function Pt(t,e){for(var n=0,r=t.length;n<r;n++)st.set(t[n],"globalEval",!e||st.get(e[n],"globalEval"))}St.tbody=St.tfoot=St.colgroup=St.caption=St.thead,St.th=St.td,g.option||(St.optgroup=St.option=[1,"<select multiple='multiple'>","</select>"]);var Tt=/<|&#?\w+;/;function Mt(t,e,n,r,i){for(var o,a,s,l,u,c,f=e.createDocumentFragment(),h=[],d=0,p=t.length;d<p;d++)if((o=t[d])||0===o)if("object"===x(o))A.merge(h,o.nodeType?[o]:o);else if(Tt.test(o)){for(a=a||f.appendChild(e.createElement("div")),s=(Ot.exec(o)||["",""])[1].toLowerCase(),l=St[s]||St._default,a.innerHTML=l[1]+A.htmlPrefilter(o)+l[2],c=l[0];c--;)a=a.lastChild;A.merge(h,a.childNodes),(a=f.firstChild).textContent=""}else h.push(e.createTextNode(o));for(f.textContent="",d=0;o=h[d++];)if(r&&A.inArray(o,r)>-1)i&&i.push(o);else if(u=gt(o),a=jt(f.appendChild(o),"script"),u&&Pt(a),n)for(c=0;o=a[c++];)Et.test(o.type||"")&&n.push(o);return f}var Rt=/^([^.]*)(?:\.(.+)|)/;function Dt(){return!0}function Nt(){return!1}function Vt(t,e,n,r,i,o){var a,s;if("object"==typeof e){for(s in"string"!=typeof n&&(r=r||n,n=void 0),e)Vt(t,s,n,r,e[s],o);return t}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=Nt;else if(!i)return t;return 1===o&&(a=i,i=function(t){return A().off(t),a.apply(this,arguments)},i.guid=a.guid||(a.guid=A.guid++)),t.each((function(){A.event.add(this,e,i,r,n)}))}function Lt(t,e,n){n?(st.set(t,e,!1),A.event.add(t,e,{namespace:!1,handler:function(t){var n,r=st.get(this,e);if(1&t.isTrigger&&this[e]){if(r)(A.event.special[e]||{}).delegateType&&t.stopPropagation();else if(r=s.call(arguments),st.set(this,e,r),this[e](),n=st.get(this,e),st.set(this,e,!1),r!==n)return t.stopImmediatePropagation(),t.preventDefault(),n}else r&&(st.set(this,e,A.event.trigger(r[0],r.slice(1),this)),t.stopPropagation(),t.isImmediatePropagationStopped=Dt)}})):void 0===st.get(t,e)&&A.event.add(t,e,Dt)}A.event={global:{},add:function(t,e,n,r,i){var o,a,s,l,u,c,f,h,d,p,m,g=st.get(t);if(ot(t))for(n.handler&&(n=(o=n).handler,i=o.selector),i&&A.find.matchesSelector(mt,i),n.guid||(n.guid=A.guid++),(l=g.events)||(l=g.events=Object.create(null)),(a=g.handle)||(a=g.handle=function(e){return void 0!==A&&A.event.triggered!==e.type?A.event.dispatch.apply(t,arguments):void 0}),u=(e=(e||"").match(G)||[""]).length;u--;)d=m=(s=Rt.exec(e[u])||[])[1],p=(s[2]||"").split(".").sort(),d&&(f=A.event.special[d]||{},d=(i?f.delegateType:f.bindType)||d,f=A.event.special[d]||{},c=A.extend({type:d,origType:m,data:r,handler:n,guid:n.guid,selector:i,needsContext:i&&A.expr.match.needsContext.test(i),namespace:p.join(".")},o),(h=l[d])||((h=l[d]=[]).delegateCount=0,f.setup&&!1!==f.setup.call(t,r,p,a)||t.addEventListener&&t.addEventListener(d,a)),f.add&&(f.add.call(t,c),c.handler.guid||(c.handler.guid=n.guid)),i?h.splice(h.delegateCount++,0,c):h.push(c),A.event.global[d]=!0)},remove:function(t,e,n,r,i){var o,a,s,l,u,c,f,h,d,p,m,g=st.hasData(t)&&st.get(t);if(g&&(l=g.events)){for(u=(e=(e||"").match(G)||[""]).length;u--;)if(d=m=(s=Rt.exec(e[u])||[])[1],p=(s[2]||"").split(".").sort(),d){for(f=A.event.special[d]||{},h=l[d=(r?f.delegateType:f.bindType)||d]||[],s=s[2]&&new RegExp("(^|\\.)"+p.join("\\.(?:.*\\.|)")+"(\\.|$)"),a=o=h.length;o--;)c=h[o],!i&&m!==c.origType||n&&n.guid!==c.guid||s&&!s.test(c.namespace)||r&&r!==c.selector&&("**"!==r||!c.selector)||(h.splice(o,1),c.selector&&h.delegateCount--,f.remove&&f.remove.call(t,c));a&&!h.length&&(f.teardown&&!1!==f.teardown.call(t,p,g.handle)||A.removeEvent(t,d,g.handle),delete l[d])}else for(d in l)A.event.remove(t,d+e[u],n,r,!0);A.isEmptyObject(l)&&st.remove(t,"handle events")}},dispatch:function(t){var e,n,r,i,o,a,s=new Array(arguments.length),l=A.event.fix(t),u=(st.get(this,"events")||Object.create(null))[l.type]||[],c=A.event.special[l.type]||{};for(s[0]=l,e=1;e<arguments.length;e++)s[e]=arguments[e];if(l.delegateTarget=this,!c.preDispatch||!1!==c.preDispatch.call(this,l)){for(a=A.event.handlers.call(this,l,u),e=0;(i=a[e++])&&!l.isPropagationStopped();)for(l.currentTarget=i.elem,n=0;(o=i.handlers[n++])&&!l.isImmediatePropagationStopped();)l.rnamespace&&!1!==o.namespace&&!l.rnamespace.test(o.namespace)||(l.handleObj=o,l.data=o.data,void 0!==(r=((A.event.special[o.origType]||{}).handle||o.handler).apply(i.elem,s))&&!1===(l.result=r)&&(l.preventDefault(),l.stopPropagation()));return c.postDispatch&&c.postDispatch.call(this,l),l.result}},handlers:function(t,e){var n,r,i,o,a,s=[],l=e.delegateCount,u=t.target;if(l&&u.nodeType&&!("click"===t.type&&t.button>=1))for(;u!==this;u=u.parentNode||this)if(1===u.nodeType&&("click"!==t.type||!0!==u.disabled)){for(o=[],a={},n=0;n<l;n++)void 0===a[i=(r=e[n]).selector+" "]&&(a[i]=r.needsContext?A(i,this).index(u)>-1:A.find(i,this,null,[u]).length),a[i]&&o.push(r);o.length&&s.push({elem:u,handlers:o})}return u=this,l<e.length&&s.push({elem:u,handlers:e.slice(l)}),s},addProp:function(t,e){Object.defineProperty(A.Event.prototype,t,{enumerable:!0,configurable:!0,get:v(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[A.expando]?t:new A.Event(t)},special:{load:{noBubble:!0},click:{setup:function(t){var e=this||t;return At.test(e.type)&&e.click&&E(e,"input")&&Lt(e,"click",!0),!1},trigger:function(t){var e=this||t;return At.test(e.type)&&e.click&&E(e,"input")&&Lt(e,"click"),!0},_default:function(t){var e=t.target;return At.test(e.type)&&e.click&&E(e,"input")&&st.get(e,"click")||E(e,"a")}},beforeunload:{postDispatch:function(t){void 0!==t.result&&t.originalEvent&&(t.originalEvent.returnValue=t.result)}}}},A.removeEvent=function(t,e,n){t.removeEventListener&&t.removeEventListener(e,n)},A.Event=function(t,e){if(!(this instanceof A.Event))return new A.Event(t,e);t&&t.type?(this.originalEvent=t,this.type=t.type,this.isDefaultPrevented=t.defaultPrevented||void 0===t.defaultPrevented&&!1===t.returnValue?Dt:Nt,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&&A.extend(this,e),this.timeStamp=t&&t.timeStamp||Date.now(),this[A.expando]=!0},A.Event.prototype={constructor:A.Event,isDefaultPrevented:Nt,isPropagationStopped:Nt,isImmediatePropagationStopped:Nt,isSimulated:!1,preventDefault:function(){var t=this.originalEvent;this.isDefaultPrevented=Dt,t&&!this.isSimulated&&t.preventDefault()},stopPropagation:function(){var t=this.originalEvent;this.isPropagationStopped=Dt,t&&!this.isSimulated&&t.stopPropagation()},stopImmediatePropagation:function(){var t=this.originalEvent;this.isImmediatePropagationStopped=Dt,t&&!this.isSimulated&&t.stopImmediatePropagation(),this.stopPropagation()}},A.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,code:!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:!0},A.event.addProp),A.each({focus:"focusin",blur:"focusout"},(function(t,e){function n(t){if(b.documentMode){var n=st.get(this,"handle"),r=A.event.fix(t);r.type="focusin"===t.type?"focus":"blur",r.isSimulated=!0,n(t),r.target===r.currentTarget&&n(r)}else A.event.simulate(e,t.target,A.event.fix(t))}A.event.special[t]={setup:function(){var r;if(Lt(this,t,!0),!b.documentMode)return!1;(r=st.get(this,e))||this.addEventListener(e,n),st.set(this,e,(r||0)+1)},trigger:function(){return Lt(this,t),!0},teardown:function(){var t;if(!b.documentMode)return!1;(t=st.get(this,e)-1)?st.set(this,e,t):(this.removeEventListener(e,n),st.remove(this,e))},_default:function(e){return st.get(e.target,t)},delegateType:e},A.event.special[e]={setup:function(){var r=this.ownerDocument||this.document||this,i=b.documentMode?this:r,o=st.get(i,e);o||(b.documentMode?this.addEventListener(e,n):r.addEventListener(t,n,!0)),st.set(i,e,(o||0)+1)},teardown:function(){var r=this.ownerDocument||this.document||this,i=b.documentMode?this:r,o=st.get(i,e)-1;o?st.set(i,e,o):(b.documentMode?this.removeEventListener(e,n):r.removeEventListener(t,n,!0),st.remove(i,e))}}})),A.each({mouseenter:"mouseover",mouseleave:"mouseout",pointerenter:"pointerover",pointerleave:"pointerout"},(function(t,e){A.event.special[t]={delegateType:e,bindType:e,handle:function(t){var n,r=t.relatedTarget,i=t.handleObj;return r&&(r===this||A.contains(this,r))||(t.type=i.origType,n=i.handler.apply(this,arguments),t.type=e),n}}})),A.fn.extend({on:function(t,e,n,r){return Vt(this,t,e,n,r)},one:function(t,e,n,r){return Vt(this,t,e,n,r,1)},off:function(t,e,n){var r,i;if(t&&t.preventDefault&&t.handleObj)return r=t.handleObj,A(t.delegateTarget).off(r.namespace?r.origType+"."+r.namespace:r.origType,r.selector,r.handler),this;if("object"==typeof t){for(i in t)this.off(i,e,t[i]);return this}return!1!==e&&"function"!=typeof e||(n=e,e=void 0),!1===n&&(n=Nt),this.each((function(){A.event.remove(this,t,n,e)}))}});var Bt=/<script|<style|<link/i,It=/checked\s*(?:[^=]|=\s*.checked.)/i,Ht=/^\s*<!\[CDATA\[|\]\]>\s*$/g;function zt(t,e){return E(t,"table")&&E(11!==e.nodeType?e:e.firstChild,"tr")&&A(t).children("tbody")[0]||t}function Ut(t){return t.type=(null!==t.getAttribute("type"))+"/"+t.type,t}function Ft(t){return"true/"===(t.type||"").slice(0,5)?t.type=t.type.slice(5):t.removeAttribute("type"),t}function $t(t,e){var n,r,i,o,a,s;if(1===e.nodeType){if(st.hasData(t)&&(s=st.get(t).events))for(i in st.remove(e,"handle events"),s)for(n=0,r=s[i].length;n<r;n++)A.event.add(e,i,s[i][n]);lt.hasData(t)&&(o=lt.access(t),a=A.extend({},o),lt.set(e,a))}}function qt(t,e){var n=e.nodeName.toLowerCase();"input"===n&&At.test(t.type)?e.checked=t.checked:"input"!==n&&"textarea"!==n||(e.defaultValue=t.defaultValue)}function Wt(t,e,n,r){e=l(e);var i,o,a,s,u,c,f=0,h=t.length,d=h-1,p=e[0],m=v(p);if(m||h>1&&"string"==typeof p&&!g.checkClone&&It.test(p))return t.each((function(i){var o=t.eq(i);m&&(e[0]=p.call(this,i,o.html())),Wt(o,e,n,r)}));if(h&&(o=(i=Mt(e,t[0].ownerDocument,!1,t,r)).firstChild,1===i.childNodes.length&&(i=o),o||r)){for(s=(a=A.map(jt(i,"script"),Ut)).length;f<h;f++)u=i,f!==d&&(u=A.clone(u,!0,!0),s&&A.merge(a,jt(u,"script"))),n.call(t[f],u,f);if(s)for(c=a[a.length-1].ownerDocument,A.map(a,Ft),f=0;f<s;f++)u=a[f],Et.test(u.type||"")&&!st.access(u,"globalEval")&&A.contains(c,u)&&(u.src&&"module"!==(u.type||"").toLowerCase()?A._evalUrl&&!u.noModule&&A._evalUrl(u.src,{nonce:u.nonce||u.getAttribute("nonce")},c):_(u.textContent.replace(Ht,""),u,c))}return t}function Gt(t,e,n){for(var r,i=e?A.filter(e,t):t,o=0;null!=(r=i[o]);o++)n||1!==r.nodeType||A.cleanData(jt(r)),r.parentNode&&(n&>(r)&&Pt(jt(r,"script")),r.parentNode.removeChild(r));return t}A.extend({htmlPrefilter:function(t){return t},clone:function(t,e,n){var r,i,o,a,s=t.cloneNode(!0),l=gt(t);if(!(g.noCloneChecked||1!==t.nodeType&&11!==t.nodeType||A.isXMLDoc(t)))for(a=jt(s),r=0,i=(o=jt(t)).length;r<i;r++)qt(o[r],a[r]);if(e)if(n)for(o=o||jt(t),a=a||jt(s),r=0,i=o.length;r<i;r++)$t(o[r],a[r]);else $t(t,s);return(a=jt(s,"script")).length>0&&Pt(a,!l&&jt(t,"script")),s},cleanData:function(t){for(var e,n,r,i=A.event.special,o=0;void 0!==(n=t[o]);o++)if(ot(n)){if(e=n[st.expando]){if(e.events)for(r in e.events)i[r]?A.event.remove(n,r):A.removeEvent(n,r,e.handle);n[st.expando]=void 0}n[lt.expando]&&(n[lt.expando]=void 0)}}}),A.fn.extend({detach:function(t){return Gt(this,t,!0)},remove:function(t){return Gt(this,t)},text:function(t){return tt(this,(function(t){return void 0===t?A.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 Wt(this,arguments,(function(t){1!==this.nodeType&&11!==this.nodeType&&9!==this.nodeType||zt(this,t).appendChild(t)}))},prepend:function(){return Wt(this,arguments,(function(t){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var e=zt(this,t);e.insertBefore(t,e.firstChild)}}))},before:function(){return Wt(this,arguments,(function(t){this.parentNode&&this.parentNode.insertBefore(t,this)}))},after:function(){return Wt(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&&(A.cleanData(jt(t,!1)),t.textContent="");return this},clone:function(t,e){return t=null!=t&&t,e=null==e?t:e,this.map((function(){return A.clone(this,t,e)}))},html:function(t){return tt(this,(function(t){var e=this[0]||{},n=0,r=this.length;if(void 0===t&&1===e.nodeType)return e.innerHTML;if("string"==typeof t&&!Bt.test(t)&&!St[(Ot.exec(t)||["",""])[1].toLowerCase()]){t=A.htmlPrefilter(t);try{for(;n<r;n++)1===(e=this[n]||{}).nodeType&&(A.cleanData(jt(e,!1)),e.innerHTML=t);e=0}catch(t){}}e&&this.empty().append(t)}),null,t,arguments.length)},replaceWith:function(){var t=[];return Wt(this,arguments,(function(e){var n=this.parentNode;A.inArray(this,t)<0&&(A.cleanData(jt(this)),n&&n.replaceChild(e,this))}),t)}}),A.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},(function(t,e){A.fn[t]=function(t){for(var n,r=[],i=A(t),o=i.length-1,a=0;a<=o;a++)n=a===o?this:this.clone(!0),A(i[a])[e](n),u.apply(r,n.get());return this.pushStack(r)}}));var Zt=new RegExp("^("+ht+")(?!px)[a-z%]+$","i"),Kt=/^--/,Xt=function(t){var e=t.ownerDocument.defaultView;return e&&e.opener||(e=r),e.getComputedStyle(t)},Yt=function(t,e,n){var r,i,o={};for(i in e)o[i]=t.style[i],t.style[i]=e[i];for(i in r=n.call(t),e)t.style[i]=o[i];return r},Jt=new RegExp(pt.join("|"),"i");function Qt(t,e,n){var r,i,o,a,s=Kt.test(e),l=t.style;return(n=n||Xt(t))&&(a=n.getPropertyValue(e)||n[e],s&&a&&(a=a.replace(M,"$1")||void 0),""!==a||gt(t)||(a=A.style(t,e)),!g.pixelBoxStyles()&&Zt.test(a)&&Jt.test(e)&&(r=l.width,i=l.minWidth,o=l.maxWidth,l.minWidth=l.maxWidth=l.width=a,a=n.width,l.width=r,l.minWidth=i,l.maxWidth=o)),void 0!==a?a+"":a}function te(t,e){return{get:function(){if(!t())return(this.get=e).apply(this,arguments);delete this.get}}}!function(){function t(){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%",mt.appendChild(u).appendChild(c);var t=r.getComputedStyle(c);n="1%"!==t.top,l=12===e(t.marginLeft),c.style.right="60%",a=36===e(t.right),i=36===e(t.width),c.style.position="absolute",o=12===e(c.offsetWidth/3),mt.removeChild(u),c=null}}function e(t){return Math.round(parseFloat(t))}var n,i,o,a,s,l,u=b.createElement("div"),c=b.createElement("div");c.style&&(c.style.backgroundClip="content-box",c.cloneNode(!0).style.backgroundClip="",g.clearCloneStyle="content-box"===c.style.backgroundClip,A.extend(g,{boxSizingReliable:function(){return t(),i},pixelBoxStyles:function(){return t(),a},pixelPosition:function(){return t(),n},reliableMarginLeft:function(){return t(),l},scrollboxSize:function(){return t(),o},reliableTrDimensions:function(){var t,e,n,i;return null==s&&(t=b.createElement("table"),e=b.createElement("tr"),n=b.createElement("div"),t.style.cssText="position:absolute;left:-11111px;border-collapse:separate",e.style.cssText="box-sizing:content-box;border:1px solid",e.style.height="1px",n.style.height="9px",n.style.display="block",mt.appendChild(t).appendChild(e).appendChild(n),i=r.getComputedStyle(e),s=parseInt(i.height,10)+parseInt(i.borderTopWidth,10)+parseInt(i.borderBottomWidth,10)===e.offsetHeight,mt.removeChild(t)),s}}))}();var ee=["Webkit","Moz","ms"],ne=b.createElement("div").style,re={};function ie(t){return A.cssProps[t]||re[t]||(t in ne?t:re[t]=function(t){for(var e=t[0].toUpperCase()+t.slice(1),n=ee.length;n--;)if((t=ee[n]+e)in ne)return t}(t)||t)}var oe=/^(none|table(?!-c[ea]).+)/,ae={position:"absolute",visibility:"hidden",display:"block"},se={letterSpacing:"0",fontWeight:"400"};function le(t,e,n){var r=dt.exec(e);return r?Math.max(0,r[2]-(n||0))+(r[3]||"px"):e}function ue(t,e,n,r,i,o){var a="width"===e?1:0,s=0,l=0,u=0;if(n===(r?"border":"content"))return 0;for(;a<4;a+=2)"margin"===n&&(u+=A.css(t,n+pt[a],!0,i)),r?("content"===n&&(l-=A.css(t,"padding"+pt[a],!0,i)),"margin"!==n&&(l-=A.css(t,"border"+pt[a]+"Width",!0,i))):(l+=A.css(t,"padding"+pt[a],!0,i),"padding"!==n?l+=A.css(t,"border"+pt[a]+"Width",!0,i):s+=A.css(t,"border"+pt[a]+"Width",!0,i));return!r&&o>=0&&(l+=Math.max(0,Math.ceil(t["offset"+e[0].toUpperCase()+e.slice(1)]-o-l-s-.5))||0),l+u}function ce(t,e,n){var r=Xt(t),i=(!g.boxSizingReliable()||n)&&"border-box"===A.css(t,"boxSizing",!1,r),o=i,a=Qt(t,e,r),s="offset"+e[0].toUpperCase()+e.slice(1);if(Zt.test(a)){if(!n)return a;a="auto"}return(!g.boxSizingReliable()&&i||!g.reliableTrDimensions()&&E(t,"tr")||"auto"===a||!parseFloat(a)&&"inline"===A.css(t,"display",!1,r))&&t.getClientRects().length&&(i="border-box"===A.css(t,"boxSizing",!1,r),(o=s in t)&&(a=t[s])),(a=parseFloat(a)||0)+ue(t,e,n||(i?"border":"content"),o,r,a)+"px"}function fe(t,e,n,r,i){return new fe.prototype.init(t,e,n,r,i)}A.extend({cssHooks:{opacity:{get:function(t,e){if(e){var n=Qt(t,"opacity");return""===n?"1":n}}}},cssNumber:{animationIterationCount:!0,aspectRatio:!0,borderImageSlice:!0,columnCount:!0,flexGrow:!0,flexShrink:!0,fontWeight:!0,gridArea:!0,gridColumn:!0,gridColumnEnd:!0,gridColumnStart:!0,gridRow:!0,gridRowEnd:!0,gridRowStart:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,scale:!0,widows:!0,zIndex:!0,zoom:!0,fillOpacity:!0,floodOpacity:!0,stopOpacity:!0,strokeMiterlimit:!0,strokeOpacity:!0},cssProps:{},style:function(t,e,n,r){if(t&&3!==t.nodeType&&8!==t.nodeType&&t.style){var i,o,a,s=it(e),l=Kt.test(e),u=t.style;if(l||(e=ie(s)),a=A.cssHooks[e]||A.cssHooks[s],void 0===n)return a&&"get"in a&&void 0!==(i=a.get(t,!1,r))?i:u[e];"string"==(o=typeof n)&&(i=dt.exec(n))&&i[1]&&(n=bt(t,e,i),o="number"),null!=n&&n==n&&("number"!==o||l||(n+=i&&i[3]||(A.cssNumber[s]?"":"px")),g.clearCloneStyle||""!==n||0!==e.indexOf("background")||(u[e]="inherit"),a&&"set"in a&&void 0===(n=a.set(t,n,r))||(l?u.setProperty(e,n):u[e]=n))}},css:function(t,e,n,r){var i,o,a,s=it(e);return Kt.test(e)||(e=ie(s)),(a=A.cssHooks[e]||A.cssHooks[s])&&"get"in a&&(i=a.get(t,!0,n)),void 0===i&&(i=Qt(t,e,r)),"normal"===i&&e in se&&(i=se[e]),""===n||n?(o=parseFloat(i),!0===n||isFinite(o)?o||0:i):i}}),A.each(["height","width"],(function(t,e){A.cssHooks[e]={get:function(t,n,r){if(n)return!oe.test(A.css(t,"display"))||t.getClientRects().length&&t.getBoundingClientRect().width?ce(t,e,r):Yt(t,ae,(function(){return ce(t,e,r)}))},set:function(t,n,r){var i,o=Xt(t),a=!g.scrollboxSize()&&"absolute"===o.position,s=(a||r)&&"border-box"===A.css(t,"boxSizing",!1,o),l=r?ue(t,e,r,s,o):0;return s&&a&&(l-=Math.ceil(t["offset"+e[0].toUpperCase()+e.slice(1)]-parseFloat(o[e])-ue(t,e,"border",!1,o)-.5)),l&&(i=dt.exec(n))&&"px"!==(i[3]||"px")&&(t.style[e]=n,n=A.css(t,e)),le(0,n,l)}}})),A.cssHooks.marginLeft=te(g.reliableMarginLeft,(function(t,e){if(e)return(parseFloat(Qt(t,"marginLeft"))||t.getBoundingClientRect().left-Yt(t,{marginLeft:0},(function(){return t.getBoundingClientRect().left})))+"px"})),A.each({margin:"",padding:"",border:"Width"},(function(t,e){A.cssHooks[t+e]={expand:function(n){for(var r=0,i={},o="string"==typeof n?n.split(" "):[n];r<4;r++)i[t+pt[r]+e]=o[r]||o[r-2]||o[0];return i}},"margin"!==t&&(A.cssHooks[t+e].set=le)})),A.fn.extend({css:function(t,e){return tt(this,(function(t,e,n){var r,i,o={},a=0;if(Array.isArray(e)){for(r=Xt(t),i=e.length;a<i;a++)o[e[a]]=A.css(t,e[a],!1,r);return o}return void 0!==n?A.style(t,e,n):A.css(t,e)}),t,e,arguments.length>1)}}),A.Tween=fe,fe.prototype={constructor:fe,init:function(t,e,n,r,i,o){this.elem=t,this.prop=n,this.easing=i||A.easing._default,this.options=e,this.start=this.now=this.cur(),this.end=r,this.unit=o||(A.cssNumber[n]?"":"px")},cur:function(){var t=fe.propHooks[this.prop];return t&&t.get?t.get(this):fe.propHooks._default.get(this)},run:function(t){var e,n=fe.propHooks[this.prop];return this.options.duration?this.pos=e=A.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):fe.propHooks._default.set(this),this}},fe.prototype.init.prototype=fe.prototype,fe.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=A.css(t.elem,t.prop,""))&&"auto"!==e?e:0},set:function(t){A.fx.step[t.prop]?A.fx.step[t.prop](t):1!==t.elem.nodeType||!A.cssHooks[t.prop]&&null==t.elem.style[ie(t.prop)]?t.elem[t.prop]=t.now:A.style(t.elem,t.prop,t.now+t.unit)}}},fe.propHooks.scrollTop=fe.propHooks.scrollLeft={set:function(t){t.elem.nodeType&&t.elem.parentNode&&(t.elem[t.prop]=t.now)}},A.easing={linear:function(t){return t},swing:function(t){return.5-Math.cos(t*Math.PI)/2},_default:"swing"},A.fx=fe.prototype.init,A.fx.step={};var he,de,pe=/^(?:toggle|show|hide)$/,me=/queueHooks$/;function ge(){de&&(!1===b.hidden&&r.requestAnimationFrame?r.requestAnimationFrame(ge):r.setTimeout(ge,A.fx.interval),A.fx.tick())}function ve(){return r.setTimeout((function(){he=void 0})),he=Date.now()}function ye(t,e){var n,r=0,i={height:t};for(e=e?1:0;r<4;r+=2-e)i["margin"+(n=pt[r])]=i["padding"+n]=t;return e&&(i.opacity=i.width=t),i}function be(t,e,n){for(var r,i=(we.tweeners[e]||[]).concat(we.tweeners["*"]),o=0,a=i.length;o<a;o++)if(r=i[o].call(n,e,t))return r}function we(t,e,n){var r,i,o=0,a=we.prefilters.length,s=A.Deferred().always((function(){delete l.elem})),l=function(){if(i)return!1;for(var e=he||ve(),n=Math.max(0,u.startTime+u.duration-e),r=1-(n/u.duration||0),o=0,a=u.tweens.length;o<a;o++)u.tweens[o].run(r);return s.notifyWith(t,[u,r,n]),r<1&&a?n:(a||s.notifyWith(t,[u,1,0]),s.resolveWith(t,[u]),!1)},u=s.promise({elem:t,props:A.extend({},e),opts:A.extend(!0,{specialEasing:{},easing:A.easing._default},n),originalProperties:e,originalOptions:n,startTime:he||ve(),duration:n.duration,tweens:[],createTween:function(e,n){var r=A.Tween(t,u.opts,e,n,u.opts.specialEasing[e]||u.opts.easing);return u.tweens.push(r),r},stop:function(e){var n=0,r=e?u.tweens.length:0;if(i)return this;for(i=!0;n<r;n++)u.tweens[n].run(1);return e?(s.notifyWith(t,[u,1,0]),s.resolveWith(t,[u,e])):s.rejectWith(t,[u,e]),this}}),c=u.props;for(function(t,e){var n,r,i,o,a;for(n in t)if(i=e[r=it(n)],o=t[n],Array.isArray(o)&&(i=o[1],o=t[n]=o[0]),n!==r&&(t[r]=o,delete t[n]),(a=A.cssHooks[r])&&"expand"in a)for(n in o=a.expand(o),delete t[r],o)n in t||(t[n]=o[n],e[n]=i);else e[r]=i}(c,u.opts.specialEasing);o<a;o++)if(r=we.prefilters[o].call(u,t,c,u.opts))return v(r.stop)&&(A._queueHooks(u.elem,u.opts.queue).stop=r.stop.bind(r)),r;return A.map(c,be,u),v(u.opts.start)&&u.opts.start.call(t,u),u.progress(u.opts.progress).done(u.opts.done,u.opts.complete).fail(u.opts.fail).always(u.opts.always),A.fx.timer(A.extend(l,{elem:t,anim:u,queue:u.opts.queue})),u}A.Animation=A.extend(we,{tweeners:{"*":[function(t,e){var n=this.createTween(t,e);return bt(n.elem,t,dt.exec(e),n),n}]},tweener:function(t,e){v(t)?(e=t,t=["*"]):t=t.match(G);for(var n,r=0,i=t.length;r<i;r++)n=t[r],we.tweeners[n]=we.tweeners[n]||[],we.tweeners[n].unshift(e)},prefilters:[function(t,e,n){var r,i,o,a,s,l,u,c,f="width"in e||"height"in e,h=this,d={},p=t.style,m=t.nodeType&&yt(t),g=st.get(t,"fxshow");for(r in n.queue||(null==(a=A._queueHooks(t,"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--,A.queue(t,"fx").length||a.empty.fire()}))}))),e)if(i=e[r],pe.test(i)){if(delete e[r],o=o||"toggle"===i,i===(m?"hide":"show")){if("show"!==i||!g||void 0===g[r])continue;m=!0}d[r]=g&&g[r]||A.style(t,r)}if((l=!A.isEmptyObject(e))||!A.isEmptyObject(d))for(r in f&&1===t.nodeType&&(n.overflow=[p.overflow,p.overflowX,p.overflowY],null==(u=g&&g.display)&&(u=st.get(t,"display")),"none"===(c=A.css(t,"display"))&&(u?c=u:(xt([t],!0),u=t.style.display||u,c=A.css(t,"display"),xt([t]))),("inline"===c||"inline-block"===c&&null!=u)&&"none"===A.css(t,"float")&&(l||(h.done((function(){p.display=u})),null==u&&(c=p.display,u="none"===c?"":c)),p.display="inline-block")),n.overflow&&(p.overflow="hidden",h.always((function(){p.overflow=n.overflow[0],p.overflowX=n.overflow[1],p.overflowY=n.overflow[2]}))),l=!1,d)l||(g?"hidden"in g&&(m=g.hidden):g=st.access(t,"fxshow",{display:u}),o&&(g.hidden=!m),m&&xt([t],!0),h.done((function(){for(r in m||xt([t]),st.remove(t,"fxshow"),d)A.style(t,r,d[r])}))),l=be(m?g[r]:0,r,h),r in g||(g[r]=l.start,m&&(l.end=l.start,l.start=0))}],prefilter:function(t,e){e?we.prefilters.unshift(t):we.prefilters.push(t)}}),A.speed=function(t,e,n){var r=t&&"object"==typeof t?A.extend({},t):{complete:n||!n&&e||v(t)&&t,duration:t,easing:n&&e||e&&!v(e)&&e};return A.fx.off?r.duration=0:"number"!=typeof r.duration&&(r.duration in A.fx.speeds?r.duration=A.fx.speeds[r.duration]:r.duration=A.fx.speeds._default),null!=r.queue&&!0!==r.queue||(r.queue="fx"),r.old=r.complete,r.complete=function(){v(r.old)&&r.old.call(this),r.queue&&A.dequeue(this,r.queue)},r},A.fn.extend({fadeTo:function(t,e,n,r){return this.filter(yt).css("opacity",0).show().end().animate({opacity:e},t,n,r)},animate:function(t,e,n,r){var i=A.isEmptyObject(t),o=A.speed(e,n,r),a=function(){var e=we(this,A.extend({},t),o);(i||st.get(this,"finish"))&&e.stop(!0)};return a.finish=a,i||!1===o.queue?this.each(a):this.queue(o.queue,a)},stop:function(t,e,n){var r=function(t){var e=t.stop;delete t.stop,e(n)};return"string"!=typeof t&&(n=e,e=t,t=void 0),e&&this.queue(t||"fx",[]),this.each((function(){var e=!0,i=null!=t&&t+"queueHooks",o=A.timers,a=st.get(this);if(i)a[i]&&a[i].stop&&r(a[i]);else for(i in a)a[i]&&a[i].stop&&me.test(i)&&r(a[i]);for(i=o.length;i--;)o[i].elem!==this||null!=t&&o[i].queue!==t||(o[i].anim.stop(n),e=!1,o.splice(i,1));!e&&n||A.dequeue(this,t)}))},finish:function(t){return!1!==t&&(t=t||"fx"),this.each((function(){var e,n=st.get(this),r=n[t+"queue"],i=n[t+"queueHooks"],o=A.timers,a=r?r.length:0;for(n.finish=!0,A.queue(this,t,[]),i&&i.stop&&i.stop.call(this,!0),e=o.length;e--;)o[e].elem===this&&o[e].queue===t&&(o[e].anim.stop(!0),o.splice(e,1));for(e=0;e<a;e++)r[e]&&r[e].finish&&r[e].finish.call(this);delete n.finish}))}}),A.each(["toggle","show","hide"],(function(t,e){var n=A.fn[e];A.fn[e]=function(t,r,i){return null==t||"boolean"==typeof t?n.apply(this,arguments):this.animate(ye(e,!0),t,r,i)}})),A.each({slideDown:ye("show"),slideUp:ye("hide"),slideToggle:ye("toggle"),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"},fadeToggle:{opacity:"toggle"}},(function(t,e){A.fn[t]=function(t,n,r){return this.animate(e,t,n,r)}})),A.timers=[],A.fx.tick=function(){var t,e=0,n=A.timers;for(he=Date.now();e<n.length;e++)(t=n[e])()||n[e]!==t||n.splice(e--,1);n.length||A.fx.stop(),he=void 0},A.fx.timer=function(t){A.timers.push(t),A.fx.start()},A.fx.interval=13,A.fx.start=function(){de||(de=!0,ge())},A.fx.stop=function(){de=null},A.fx.speeds={slow:600,fast:200,_default:400},A.fn.delay=function(t,e){return t=A.fx&&A.fx.speeds[t]||t,e=e||"fx",this.queue(e,(function(e,n){var i=r.setTimeout(e,t);n.stop=function(){r.clearTimeout(i)}}))},function(){var t=b.createElement("input"),e=b.createElement("select").appendChild(b.createElement("option"));t.type="checkbox",g.checkOn=""!==t.value,g.optSelected=e.selected,(t=b.createElement("input")).value="t",t.type="radio",g.radioValue="t"===t.value}();var _e,xe=A.expr.attrHandle;A.fn.extend({attr:function(t,e){return tt(this,A.attr,t,e,arguments.length>1)},removeAttr:function(t){return this.each((function(){A.removeAttr(this,t)}))}}),A.extend({attr:function(t,e,n){var r,i,o=t.nodeType;if(3!==o&&8!==o&&2!==o)return void 0===t.getAttribute?A.prop(t,e,n):(1===o&&A.isXMLDoc(t)||(i=A.attrHooks[e.toLowerCase()]||(A.expr.match.bool.test(e)?_e:void 0)),void 0!==n?null===n?void A.removeAttr(t,e):i&&"set"in i&&void 0!==(r=i.set(t,n,e))?r:(t.setAttribute(e,n+""),n):i&&"get"in i&&null!==(r=i.get(t,e))?r:null==(r=A.find.attr(t,e))?void 0:r)},attrHooks:{type:{set:function(t,e){if(!g.radioValue&&"radio"===e&&E(t,"input")){var n=t.value;return t.setAttribute("type",e),n&&(t.value=n),e}}}},removeAttr:function(t,e){var n,r=0,i=e&&e.match(G);if(i&&1===t.nodeType)for(;n=i[r++];)t.removeAttribute(n)}}),_e={set:function(t,e,n){return!1===e?A.removeAttr(t,n):t.setAttribute(n,n),n}},A.each(A.expr.match.bool.source.match(/\w+/g),(function(t,e){var n=xe[e]||A.find.attr;xe[e]=function(t,e,r){var i,o,a=e.toLowerCase();return r||(o=xe[a],xe[a]=i,i=null!=n(t,e,r)?a:null,xe[a]=o),i}}));var ke=/^(?:input|select|textarea|button)$/i,Ce=/^(?:a|area)$/i;function Ae(t){return(t.match(G)||[]).join(" ")}function Oe(t){return t.getAttribute&&t.getAttribute("class")||""}function Ee(t){return Array.isArray(t)?t:"string"==typeof t&&t.match(G)||[]}A.fn.extend({prop:function(t,e){return tt(this,A.prop,t,e,arguments.length>1)},removeProp:function(t){return this.each((function(){delete this[A.propFix[t]||t]}))}}),A.extend({prop:function(t,e,n){var r,i,o=t.nodeType;if(3!==o&&8!==o&&2!==o)return 1===o&&A.isXMLDoc(t)||(e=A.propFix[e]||e,i=A.propHooks[e]),void 0!==n?i&&"set"in i&&void 0!==(r=i.set(t,n,e))?r:t[e]=n:i&&"get"in i&&null!==(r=i.get(t,e))?r:t[e]},propHooks:{tabIndex:{get:function(t){var e=A.find.attr(t,"tabindex");return e?parseInt(e,10):ke.test(t.nodeName)||Ce.test(t.nodeName)&&t.href?0:-1}}},propFix:{for:"htmlFor",class:"className"}}),g.optSelected||(A.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)}}),A.each(["tabIndex","readOnly","maxLength","cellSpacing","cellPadding","rowSpan","colSpan","useMap","frameBorder","contentEditable"],(function(){A.propFix[this.toLowerCase()]=this})),A.fn.extend({addClass:function(t){var e,n,r,i,o,a;return v(t)?this.each((function(e){A(this).addClass(t.call(this,e,Oe(this)))})):(e=Ee(t)).length?this.each((function(){if(r=Oe(this),n=1===this.nodeType&&" "+Ae(r)+" "){for(o=0;o<e.length;o++)i=e[o],n.indexOf(" "+i+" ")<0&&(n+=i+" ");a=Ae(n),r!==a&&this.setAttribute("class",a)}})):this},removeClass:function(t){var e,n,r,i,o,a;return v(t)?this.each((function(e){A(this).removeClass(t.call(this,e,Oe(this)))})):arguments.length?(e=Ee(t)).length?this.each((function(){if(r=Oe(this),n=1===this.nodeType&&" "+Ae(r)+" "){for(o=0;o<e.length;o++)for(i=e[o];n.indexOf(" "+i+" ")>-1;)n=n.replace(" "+i+" "," ");a=Ae(n),r!==a&&this.setAttribute("class",a)}})):this:this.attr("class","")},toggleClass:function(t,e){var n,r,i,o,a=typeof t,s="string"===a||Array.isArray(t);return v(t)?this.each((function(n){A(this).toggleClass(t.call(this,n,Oe(this),e),e)})):"boolean"==typeof e&&s?e?this.addClass(t):this.removeClass(t):(n=Ee(t),this.each((function(){if(s)for(o=A(this),i=0;i<n.length;i++)r=n[i],o.hasClass(r)?o.removeClass(r):o.addClass(r);else void 0!==t&&"boolean"!==a||((r=Oe(this))&&st.set(this,"__className__",r),this.setAttribute&&this.setAttribute("class",r||!1===t?"":st.get(this,"__className__")||""))})))},hasClass:function(t){var e,n,r=0;for(e=" "+t+" ";n=this[r++];)if(1===n.nodeType&&(" "+Ae(Oe(n))+" ").indexOf(e)>-1)return!0;return!1}});var Se=/\r/g;A.fn.extend({val:function(t){var e,n,r,i=this[0];return arguments.length?(r=v(t),this.each((function(n){var i;1===this.nodeType&&(null==(i=r?t.call(this,n,A(this).val()):t)?i="":"number"==typeof i?i+="":Array.isArray(i)&&(i=A.map(i,(function(t){return null==t?"":t+""}))),(e=A.valHooks[this.type]||A.valHooks[this.nodeName.toLowerCase()])&&"set"in e&&void 0!==e.set(this,i,"value")||(this.value=i))}))):i?(e=A.valHooks[i.type]||A.valHooks[i.nodeName.toLowerCase()])&&"get"in e&&void 0!==(n=e.get(i,"value"))?n:"string"==typeof(n=i.value)?n.replace(Se,""):null==n?"":n:void 0}}),A.extend({valHooks:{option:{get:function(t){var e=A.find.attr(t,"value");return null!=e?e:Ae(A.text(t))}},select:{get:function(t){var e,n,r,i=t.options,o=t.selectedIndex,a="select-one"===t.type,s=a?null:[],l=a?o+1:i.length;for(r=o<0?l:a?o:0;r<l;r++)if(((n=i[r]).selected||r===o)&&!n.disabled&&(!n.parentNode.disabled||!E(n.parentNode,"optgroup"))){if(e=A(n).val(),a)return e;s.push(e)}return s},set:function(t,e){for(var n,r,i=t.options,o=A.makeArray(e),a=i.length;a--;)((r=i[a]).selected=A.inArray(A.valHooks.option.get(r),o)>-1)&&(n=!0);return n||(t.selectedIndex=-1),o}}}}),A.each(["radio","checkbox"],(function(){A.valHooks[this]={set:function(t,e){if(Array.isArray(e))return t.checked=A.inArray(A(t).val(),e)>-1}},g.checkOn||(A.valHooks[this].get=function(t){return null===t.getAttribute("value")?"on":t.value})}));var je=r.location,Pe={guid:Date.now()},Te=/\?/;A.parseXML=function(t){var e,n;if(!t||"string"!=typeof t)return null;try{e=(new r.DOMParser).parseFromString(t,"text/xml")}catch(t){}return n=e&&e.getElementsByTagName("parsererror")[0],e&&!n||A.error("Invalid XML: "+(n?A.map(n.childNodes,(function(t){return t.textContent})).join("\n"):t)),e};var Me=/^(?:focusinfocus|focusoutblur)$/,Re=function(t){t.stopPropagation()};A.extend(A.event,{trigger:function(t,e,n,i){var o,a,s,l,u,c,f,h,p=[n||b],m=d.call(t,"type")?t.type:t,g=d.call(t,"namespace")?t.namespace.split("."):[];if(a=h=s=n=n||b,3!==n.nodeType&&8!==n.nodeType&&!Me.test(m+A.event.triggered)&&(m.indexOf(".")>-1&&(g=m.split("."),m=g.shift(),g.sort()),u=m.indexOf(":")<0&&"on"+m,(t=t[A.expando]?t:new A.Event(m,"object"==typeof t&&t)).isTrigger=i?2:3,t.namespace=g.join("."),t.rnamespace=t.namespace?new RegExp("(^|\\.)"+g.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,t.result=void 0,t.target||(t.target=n),e=null==e?[t]:A.makeArray(e,[t]),f=A.event.special[m]||{},i||!f.trigger||!1!==f.trigger.apply(n,e))){if(!i&&!f.noBubble&&!y(n)){for(l=f.delegateType||m,Me.test(l+m)||(a=a.parentNode);a;a=a.parentNode)p.push(a),s=a;s===(n.ownerDocument||b)&&p.push(s.defaultView||s.parentWindow||r)}for(o=0;(a=p[o++])&&!t.isPropagationStopped();)h=a,t.type=o>1?l:f.bindType||m,(c=(st.get(a,"events")||Object.create(null))[t.type]&&st.get(a,"handle"))&&c.apply(a,e),(c=u&&a[u])&&c.apply&&ot(a)&&(t.result=c.apply(a,e),!1===t.result&&t.preventDefault());return t.type=m,i||t.isDefaultPrevented()||f._default&&!1!==f._default.apply(p.pop(),e)||!ot(n)||u&&v(n[m])&&!y(n)&&((s=n[u])&&(n[u]=null),A.event.triggered=m,t.isPropagationStopped()&&h.addEventListener(m,Re),n[m](),t.isPropagationStopped()&&h.removeEventListener(m,Re),A.event.triggered=void 0,s&&(n[u]=s)),t.result}},simulate:function(t,e,n){var r=A.extend(new A.Event,n,{type:t,isSimulated:!0});A.event.trigger(r,null,e)}}),A.fn.extend({trigger:function(t,e){return this.each((function(){A.event.trigger(t,e,this)}))},triggerHandler:function(t,e){var n=this[0];if(n)return A.event.trigger(t,e,n,!0)}});var De=/\[\]$/,Ne=/\r?\n/g,Ve=/^(?:submit|button|image|reset|file)$/i,Le=/^(?:input|select|textarea|keygen)/i;function Be(t,e,n,r){var i;if(Array.isArray(e))A.each(e,(function(e,i){n||De.test(t)?r(t,i):Be(t+"["+("object"==typeof i&&null!=i?e:"")+"]",i,n,r)}));else if(n||"object"!==x(e))r(t,e);else for(i in e)Be(t+"["+i+"]",e[i],n,r)}A.param=function(t,e){var n,r=[],i=function(t,e){var n=v(e)?e():e;r[r.length]=encodeURIComponent(t)+"="+encodeURIComponent(null==n?"":n)};if(null==t)return"";if(Array.isArray(t)||t.jquery&&!A.isPlainObject(t))A.each(t,(function(){i(this.name,this.value)}));else for(n in t)Be(n,t[n],e,i);return r.join("&")},A.fn.extend({serialize:function(){return A.param(this.serializeArray())},serializeArray:function(){return this.map((function(){var t=A.prop(this,"elements");return t?A.makeArray(t):this})).filter((function(){var t=this.type;return this.name&&!A(this).is(":disabled")&&Le.test(this.nodeName)&&!Ve.test(t)&&(this.checked||!At.test(t))})).map((function(t,e){var n=A(this).val();return null==n?null:Array.isArray(n)?A.map(n,(function(t){return{name:e.name,value:t.replace(Ne,"\r\n")}})):{name:e.name,value:n.replace(Ne,"\r\n")}})).get()}});var Ie=/%20/g,He=/#.*$/,ze=/([?&])_=[^&]*/,Ue=/^(.*?):[ \t]*([^\r\n]*)$/gm,Fe=/^(?:GET|HEAD)$/,$e=/^\/\//,qe={},We={},Ge="*/".concat("*"),Ze=b.createElement("a");function Ke(t){return function(e,n){"string"!=typeof e&&(n=e,e="*");var r,i=0,o=e.toLowerCase().match(G)||[];if(v(n))for(;r=o[i++];)"+"===r[0]?(r=r.slice(1)||"*",(t[r]=t[r]||[]).unshift(n)):(t[r]=t[r]||[]).push(n)}}function Xe(t,e,n,r){var i={},o=t===We;function a(s){var l;return i[s]=!0,A.each(t[s]||[],(function(t,s){var u=s(e,n,r);return"string"!=typeof u||o||i[u]?o?!(l=u):void 0:(e.dataTypes.unshift(u),a(u),!1)})),l}return a(e.dataTypes[0])||!i["*"]&&a("*")}function Ye(t,e){var n,r,i=A.ajaxSettings.flatOptions||{};for(n in e)void 0!==e[n]&&((i[n]?t:r||(r={}))[n]=e[n]);return r&&A.extend(!0,t,r),t}Ze.href=je.href,A.extend({active:0,lastModified:{},etag:{},ajaxSettings:{url:je.href,type:"GET",isLocal:/^(?:about|app|app-storage|.+-extension|file|res|widget):$/.test(je.protocol),global:!0,processData:!0,async:!0,contentType:"application/x-www-form-urlencoded; charset=UTF-8",accepts:{"*":Ge,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":A.parseXML},flatOptions:{url:!0,context:!0}},ajaxSetup:function(t,e){return e?Ye(Ye(t,A.ajaxSettings),e):Ye(A.ajaxSettings,t)},ajaxPrefilter:Ke(qe),ajaxTransport:Ke(We),ajax:function(t,e){"object"==typeof t&&(e=t,t=void 0),e=e||{};var n,i,o,a,s,l,u,c,f,h,d=A.ajaxSetup({},e),p=d.context||d,m=d.context&&(p.nodeType||p.jquery)?A(p):A.event,g=A.Deferred(),v=A.Callbacks("once memory"),y=d.statusCode||{},w={},_={},x="canceled",k={readyState:0,getResponseHeader:function(t){var e;if(u){if(!a)for(a={};e=Ue.exec(o);)a[e[1].toLowerCase()+" "]=(a[e[1].toLowerCase()+" "]||[]).concat(e[2]);e=a[t.toLowerCase()+" "]}return null==e?null:e.join(", ")},getAllResponseHeaders:function(){return u?o:null},setRequestHeader:function(t,e){return null==u&&(t=_[t.toLowerCase()]=_[t.toLowerCase()]||t,w[t]=e),this},overrideMimeType:function(t){return null==u&&(d.mimeType=t),this},statusCode:function(t){var e;if(t)if(u)k.always(t[k.status]);else for(e in t)y[e]=[y[e],t[e]];return this},abort:function(t){var e=t||x;return n&&n.abort(e),C(0,e),this}};if(g.promise(k),d.url=((t||d.url||je.href)+"").replace($e,je.protocol+"//"),d.type=e.method||e.type||d.method||d.type,d.dataTypes=(d.dataType||"*").toLowerCase().match(G)||[""],null==d.crossDomain){l=b.createElement("a");try{l.href=d.url,l.href=l.href,d.crossDomain=Ze.protocol+"//"+Ze.host!=l.protocol+"//"+l.host}catch(t){d.crossDomain=!0}}if(d.data&&d.processData&&"string"!=typeof d.data&&(d.data=A.param(d.data,d.traditional)),Xe(qe,d,e,k),u)return k;for(f in(c=A.event&&d.global)&&0==A.active++&&A.event.trigger("ajaxStart"),d.type=d.type.toUpperCase(),d.hasContent=!Fe.test(d.type),i=d.url.replace(He,""),d.hasContent?d.data&&d.processData&&0===(d.contentType||"").indexOf("application/x-www-form-urlencoded")&&(d.data=d.data.replace(Ie,"+")):(h=d.url.slice(i.length),d.data&&(d.processData||"string"==typeof d.data)&&(i+=(Te.test(i)?"&":"?")+d.data,delete d.data),!1===d.cache&&(i=i.replace(ze,"$1"),h=(Te.test(i)?"&":"?")+"_="+Pe.guid+++h),d.url=i+h),d.ifModified&&(A.lastModified[i]&&k.setRequestHeader("If-Modified-Since",A.lastModified[i]),A.etag[i]&&k.setRequestHeader("If-None-Match",A.etag[i])),(d.data&&d.hasContent&&!1!==d.contentType||e.contentType)&&k.setRequestHeader("Content-Type",d.contentType),k.setRequestHeader("Accept",d.dataTypes[0]&&d.accepts[d.dataTypes[0]]?d.accepts[d.dataTypes[0]]+("*"!==d.dataTypes[0]?", "+Ge+"; q=0.01":""):d.accepts["*"]),d.headers)k.setRequestHeader(f,d.headers[f]);if(d.beforeSend&&(!1===d.beforeSend.call(p,k,d)||u))return k.abort();if(x="abort",v.add(d.complete),k.done(d.success),k.fail(d.error),n=Xe(We,d,e,k)){if(k.readyState=1,c&&m.trigger("ajaxSend",[k,d]),u)return k;d.async&&d.timeout>0&&(s=r.setTimeout((function(){k.abort("timeout")}),d.timeout));try{u=!1,n.send(w,C)}catch(t){if(u)throw t;C(-1,t)}}else C(-1,"No Transport");function C(t,e,a,l){var f,h,b,w,_,x=e;u||(u=!0,s&&r.clearTimeout(s),n=void 0,o=l||"",k.readyState=t>0?4:0,f=t>=200&&t<300||304===t,a&&(w=function(t,e,n){for(var r,i,o,a,s=t.contents,l=t.dataTypes;"*"===l[0];)l.shift(),void 0===r&&(r=t.mimeType||e.getResponseHeader("Content-Type"));if(r)for(i in s)if(s[i]&&s[i].test(r)){l.unshift(i);break}if(l[0]in n)o=l[0];else{for(i in n){if(!l[0]||t.converters[i+" "+l[0]]){o=i;break}a||(a=i)}o=o||a}if(o)return o!==l[0]&&l.unshift(o),n[o]}(d,k,a)),!f&&A.inArray("script",d.dataTypes)>-1&&A.inArray("json",d.dataTypes)<0&&(d.converters["text script"]=function(){}),w=function(t,e,n,r){var i,o,a,s,l,u={},c=t.dataTypes.slice();if(c[1])for(a in t.converters)u[a.toLowerCase()]=t.converters[a];for(o=c.shift();o;)if(t.responseFields[o]&&(n[t.responseFields[o]]=e),!l&&r&&t.dataFilter&&(e=t.dataFilter(e,t.dataType)),l=o,o=c.shift())if("*"===o)o=l;else if("*"!==l&&l!==o){if(!(a=u[l+" "+o]||u["* "+o]))for(i in u)if((s=i.split(" "))[1]===o&&(a=u[l+" "+s[0]]||u["* "+s[0]])){!0===a?a=u[i]:!0!==u[i]&&(o=s[0],c.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 "+l+" to "+o}}}return{state:"success",data:e}}(d,w,k,f),f?(d.ifModified&&((_=k.getResponseHeader("Last-Modified"))&&(A.lastModified[i]=_),(_=k.getResponseHeader("etag"))&&(A.etag[i]=_)),204===t||"HEAD"===d.type?x="nocontent":304===t?x="notmodified":(x=w.state,h=w.data,f=!(b=w.error))):(b=x,!t&&x||(x="error",t<0&&(t=0))),k.status=t,k.statusText=(e||x)+"",f?g.resolveWith(p,[h,x,k]):g.rejectWith(p,[k,x,b]),k.statusCode(y),y=void 0,c&&m.trigger(f?"ajaxSuccess":"ajaxError",[k,d,f?h:b]),v.fireWith(p,[k,x]),c&&(m.trigger("ajaxComplete",[k,d]),--A.active||A.event.trigger("ajaxStop")))}return k},getJSON:function(t,e,n){return A.get(t,e,n,"json")},getScript:function(t,e){return A.get(t,void 0,e,"script")}}),A.each(["get","post"],(function(t,e){A[e]=function(t,n,r,i){return v(n)&&(i=i||r,r=n,n=void 0),A.ajax(A.extend({url:t,type:e,dataType:i,data:n,success:r},A.isPlainObject(t)&&t))}})),A.ajaxPrefilter((function(t){var e;for(e in t.headers)"content-type"===e.toLowerCase()&&(t.contentType=t.headers[e]||"")})),A._evalUrl=function(t,e,n){return A.ajax({url:t,type:"GET",dataType:"script",cache:!0,async:!1,global:!1,converters:{"text script":function(){}},dataFilter:function(t){A.globalEval(t,e,n)}})},A.fn.extend({wrapAll:function(t){var e;return this[0]&&(v(t)&&(t=t.call(this[0])),e=A(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 v(t)?this.each((function(e){A(this).wrapInner(t.call(this,e))})):this.each((function(){var e=A(this),n=e.contents();n.length?n.wrapAll(t):e.append(t)}))},wrap:function(t){var e=v(t);return this.each((function(n){A(this).wrapAll(e?t.call(this,n):t)}))},unwrap:function(t){return this.parent(t).not("body").each((function(){A(this).replaceWith(this.childNodes)})),this}}),A.expr.pseudos.hidden=function(t){return!A.expr.pseudos.visible(t)},A.expr.pseudos.visible=function(t){return!!(t.offsetWidth||t.offsetHeight||t.getClientRects().length)},A.ajaxSettings.xhr=function(){try{return new r.XMLHttpRequest}catch(t){}};var Je={0:200,1223:204},Qe=A.ajaxSettings.xhr();g.cors=!!Qe&&"withCredentials"in Qe,g.ajax=Qe=!!Qe,A.ajaxTransport((function(t){var e,n;if(g.cors||Qe&&!t.crossDomain)return{send:function(i,o){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||i["X-Requested-With"]||(i["X-Requested-With"]="XMLHttpRequest"),i)s.setRequestHeader(a,i[a]);e=function(t){return function(){e&&(e=n=s.onload=s.onerror=s.onabort=s.ontimeout=s.onreadystatechange=null,"abort"===t?s.abort():"error"===t?"number"!=typeof s.status?o(0,"error"):o(s.status,s.statusText):o(Je[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(),n=s.onerror=s.ontimeout=e("error"),void 0!==s.onabort?s.onabort=n:s.onreadystatechange=function(){4===s.readyState&&r.setTimeout((function(){e&&n()}))},e=e("abort");try{s.send(t.hasContent&&t.data||null)}catch(t){if(e)throw t}},abort:function(){e&&e()}}})),A.ajaxPrefilter((function(t){t.crossDomain&&(t.contents.script=!1)})),A.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 A.globalEval(t),t}}}),A.ajaxPrefilter("script",(function(t){void 0===t.cache&&(t.cache=!1),t.crossDomain&&(t.type="GET")})),A.ajaxTransport("script",(function(t){var e,n;if(t.crossDomain||t.scriptAttrs)return{send:function(r,i){e=A("<script>").attr(t.scriptAttrs||{}).prop({charset:t.scriptCharset,src:t.url}).on("load error",n=function(t){e.remove(),n=null,t&&i("error"===t.type?404:200,t.type)}),b.head.appendChild(e[0])},abort:function(){n&&n()}}}));var tn,en=[],nn=/(=)\?(?=&|$)|\?\?/;A.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var t=en.pop()||A.expando+"_"+Pe.guid++;return this[t]=!0,t}}),A.ajaxPrefilter("json jsonp",(function(t,e,n){var i,o,a,s=!1!==t.jsonp&&(nn.test(t.url)?"url":"string"==typeof t.data&&0===(t.contentType||"").indexOf("application/x-www-form-urlencoded")&&nn.test(t.data)&&"data");if(s||"jsonp"===t.dataTypes[0])return i=t.jsonpCallback=v(t.jsonpCallback)?t.jsonpCallback():t.jsonpCallback,s?t[s]=t[s].replace(nn,"$1"+i):!1!==t.jsonp&&(t.url+=(Te.test(t.url)?"&":"?")+t.jsonp+"="+i),t.converters["script json"]=function(){return a||A.error(i+" was not called"),a[0]},t.dataTypes[0]="json",o=r[i],r[i]=function(){a=arguments},n.always((function(){void 0===o?A(r).removeProp(i):r[i]=o,t[i]&&(t.jsonpCallback=e.jsonpCallback,en.push(i)),a&&v(o)&&o(a[0]),a=o=void 0})),"script"})),g.createHTMLDocument=((tn=b.implementation.createHTMLDocument("").body).innerHTML="<form></form><form></form>",2===tn.childNodes.length),A.parseHTML=function(t,e,n){return"string"!=typeof t?[]:("boolean"==typeof e&&(n=e,e=!1),e||(g.createHTMLDocument?((r=(e=b.implementation.createHTMLDocument("")).createElement("base")).href=b.location.href,e.head.appendChild(r)):e=b),o=!n&&[],(i=H.exec(t))?[e.createElement(i[1])]:(i=Mt([t],e,o),o&&o.length&&A(o).remove(),A.merge([],i.childNodes)));var r,i,o},A.fn.load=function(t,e,n){var r,i,o,a=this,s=t.indexOf(" ");return s>-1&&(r=Ae(t.slice(s)),t=t.slice(0,s)),v(e)?(n=e,e=void 0):e&&"object"==typeof e&&(i="POST"),a.length>0&&A.ajax({url:t,type:i||"GET",dataType:"html",data:e}).done((function(t){o=arguments,a.html(r?A("<div>").append(A.parseHTML(t)).find(r):t)})).always(n&&function(t,e){a.each((function(){n.apply(this,o||[t.responseText,e,t])}))}),this},A.expr.pseudos.animated=function(t){return A.grep(A.timers,(function(e){return t===e.elem})).length},A.offset={setOffset:function(t,e,n){var r,i,o,a,s,l,u=A.css(t,"position"),c=A(t),f={};"static"===u&&(t.style.position="relative"),s=c.offset(),o=A.css(t,"top"),l=A.css(t,"left"),("absolute"===u||"fixed"===u)&&(o+l).indexOf("auto")>-1?(a=(r=c.position()).top,i=r.left):(a=parseFloat(o)||0,i=parseFloat(l)||0),v(e)&&(e=e.call(t,n,A.extend({},s))),null!=e.top&&(f.top=e.top-s.top+a),null!=e.left&&(f.left=e.left-s.left+i),"using"in e?e.using.call(t,f):c.css(f)}},A.fn.extend({offset:function(t){if(arguments.length)return void 0===t?this:this.each((function(e){A.offset.setOffset(this,t,e)}));var e,n,r=this[0];return r?r.getClientRects().length?(e=r.getBoundingClientRect(),n=r.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,r=this[0],i={top:0,left:0};if("fixed"===A.css(r,"position"))e=r.getBoundingClientRect();else{for(e=this.offset(),n=r.ownerDocument,t=r.offsetParent||n.documentElement;t&&(t===n.body||t===n.documentElement)&&"static"===A.css(t,"position");)t=t.parentNode;t&&t!==r&&1===t.nodeType&&((i=A(t).offset()).top+=A.css(t,"borderTopWidth",!0),i.left+=A.css(t,"borderLeftWidth",!0))}return{top:e.top-i.top-A.css(r,"marginTop",!0),left:e.left-i.left-A.css(r,"marginLeft",!0)}}},offsetParent:function(){return this.map((function(){for(var t=this.offsetParent;t&&"static"===A.css(t,"position");)t=t.offsetParent;return t||mt}))}}),A.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},(function(t,e){var n="pageYOffset"===e;A.fn[t]=function(r){return tt(this,(function(t,r,i){var o;if(y(t)?o=t:9===t.nodeType&&(o=t.defaultView),void 0===i)return o?o[e]:t[r];o?o.scrollTo(n?o.pageXOffset:i,n?i:o.pageYOffset):t[r]=i}),t,r,arguments.length)}})),A.each(["top","left"],(function(t,e){A.cssHooks[e]=te(g.pixelPosition,(function(t,n){if(n)return n=Qt(t,e),Zt.test(n)?A(t).position()[e]+"px":n}))})),A.each({Height:"height",Width:"width"},(function(t,e){A.each({padding:"inner"+t,content:e,"":"outer"+t},(function(n,r){A.fn[r]=function(i,o){var a=arguments.length&&(n||"boolean"!=typeof i),s=n||(!0===i||!0===o?"margin":"border");return tt(this,(function(e,n,i){var o;return y(e)?0===r.indexOf("outer")?e["inner"+t]:e.document.documentElement["client"+t]:9===e.nodeType?(o=e.documentElement,Math.max(e.body["scroll"+t],o["scroll"+t],e.body["offset"+t],o["offset"+t],o["client"+t])):void 0===i?A.css(e,n,s):A.style(e,n,i,s)}),e,a?i:void 0,a)}}))})),A.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],(function(t,e){A.fn[e]=function(t){return this.on(e,t)}})),A.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,r){return this.on(e,t,n,r)},undelegate:function(t,e,n){return 1===arguments.length?this.off(t,"**"):this.off(e,t||"**",n)},hover:function(t,e){return this.on("mouseenter",t).on("mouseleave",e||t)}}),A.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){A.fn[e]=function(t,n){return arguments.length>0?this.on(e,null,t,n):this.trigger(e)}}));var rn=/^[\s\uFEFF\xA0]+|([^\s\uFEFF\xA0])[\s\uFEFF\xA0]+$/g;A.proxy=function(t,e){var n,r,i;if("string"==typeof e&&(n=t[e],e=t,t=n),v(t))return r=s.call(arguments,2),i=function(){return t.apply(e||this,r.concat(s.call(arguments)))},i.guid=t.guid=t.guid||A.guid++,i},A.holdReady=function(t){t?A.readyWait++:A.ready(!0)},A.isArray=Array.isArray,A.parseJSON=JSON.parse,A.nodeName=E,A.isFunction=v,A.isWindow=y,A.camelCase=it,A.type=x,A.now=Date.now,A.isNumeric=function(t){var e=A.type(t);return("number"===e||"string"===e)&&!isNaN(t-parseFloat(t))},A.trim=function(t){return null==t?"":(t+"").replace(rn,"$1")},void 0===(n=function(){return A}.apply(e,[]))||(t.exports=n);var on=r.jQuery,an=r.$;return A.noConflict=function(t){return r.$===A&&(r.$=an),t&&r.jQuery===A&&(r.jQuery=on),A},void 0===i&&(r.jQuery=r.$=A),A}))},1426:function(t,e,n){var r="function"==typeof Map&&Map.prototype,i=Object.getOwnPropertyDescriptor&&r?Object.getOwnPropertyDescriptor(Map.prototype,"size"):null,o=r&&i&&"function"==typeof i.get?i.get:null,a=r&&Map.prototype.forEach,s="function"==typeof Set&&Set.prototype,l=Object.getOwnPropertyDescriptor&&s?Object.getOwnPropertyDescriptor(Set.prototype,"size"):null,u=s&&l&&"function"==typeof l.get?l.get:null,c=s&&Set.prototype.forEach,f="function"==typeof WeakMap&&WeakMap.prototype?WeakMap.prototype.has:null,h="function"==typeof WeakSet&&WeakSet.prototype?WeakSet.prototype.has:null,d="function"==typeof WeakRef&&WeakRef.prototype?WeakRef.prototype.deref:null,p=Boolean.prototype.valueOf,m=Object.prototype.toString,g=Function.prototype.toString,v=String.prototype.match,y=String.prototype.slice,b=String.prototype.replace,w=String.prototype.toUpperCase,_=String.prototype.toLowerCase,x=RegExp.prototype.test,k=Array.prototype.concat,C=Array.prototype.join,A=Array.prototype.slice,O=Math.floor,E="function"==typeof BigInt?BigInt.prototype.valueOf:null,S=Object.getOwnPropertySymbols,j="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?Symbol.prototype.toString:null,P="function"==typeof Symbol&&"object"==typeof Symbol.iterator,T="function"==typeof Symbol&&Symbol.toStringTag&&(Symbol.toStringTag,1)?Symbol.toStringTag:null,M=Object.prototype.propertyIsEnumerable,R=("function"==typeof Reflect?Reflect.getPrototypeOf:Object.getPrototypeOf)||([].__proto__===Array.prototype?function(t){return t.__proto__}:null);function D(t,e){if(t===1/0||t===-1/0||t!=t||t&&t>-1e3&&t<1e3||x.call(/e/,e))return e;var n=/[0-9](?=(?:[0-9]{3})+(?![0-9]))/g;if("number"==typeof t){var r=t<0?-O(-t):O(t);if(r!==t){var i=String(r),o=y.call(e,i.length+1);return b.call(i,n,"$&_")+"."+b.call(b.call(o,/([0-9]{3})/g,"$&_"),/_$/,"")}}return b.call(e,n,"$&_")}var N=n(9579),V=N.custom,L=U(V)?V:null;function B(t,e,n){var r="double"===(n.quoteStyle||e)?'"':"'";return r+t+r}function I(t){return b.call(String(t),/"/g,""")}function H(t){return!("[object Array]"!==q(t)||T&&"object"==typeof t&&T in t)}function z(t){return!("[object RegExp]"!==q(t)||T&&"object"==typeof t&&T in t)}function U(t){if(P)return t&&"object"==typeof t&&t instanceof Symbol;if("symbol"==typeof t)return!0;if(!t||"object"!=typeof t||!j)return!1;try{return j.call(t),!0}catch(t){}return!1}t.exports=function t(e,r,i,s){var l=r||{};if($(l,"quoteStyle")&&"single"!==l.quoteStyle&&"double"!==l.quoteStyle)throw new TypeError('option "quoteStyle" must be "single" or "double"');if($(l,"maxStringLength")&&("number"==typeof l.maxStringLength?l.maxStringLength<0&&l.maxStringLength!==1/0:null!==l.maxStringLength))throw new TypeError('option "maxStringLength", if provided, must be a positive integer, Infinity, or `null`');var m=!$(l,"customInspect")||l.customInspect;if("boolean"!=typeof m&&"symbol"!==m)throw new TypeError("option \"customInspect\", if provided, must be `true`, `false`, or `'symbol'`");if($(l,"indent")&&null!==l.indent&&"\t"!==l.indent&&!(parseInt(l.indent,10)===l.indent&&l.indent>0))throw new TypeError('option "indent" must be "\\t", an integer > 0, or `null`');if($(l,"numericSeparator")&&"boolean"!=typeof l.numericSeparator)throw new TypeError('option "numericSeparator", if provided, must be `true` or `false`');var w=l.numericSeparator;if(void 0===e)return"undefined";if(null===e)return"null";if("boolean"==typeof e)return e?"true":"false";if("string"==typeof e)return G(e,l);if("number"==typeof e){if(0===e)return 1/0/e>0?"0":"-0";var x=String(e);return w?D(e,x):x}if("bigint"==typeof e){var O=String(e)+"n";return w?D(e,O):O}var S=void 0===l.depth?5:l.depth;if(void 0===i&&(i=0),i>=S&&S>0&&"object"==typeof e)return H(e)?"[Array]":"[Object]";var V,F=function(t,e){var n;if("\t"===t.indent)n="\t";else{if(!("number"==typeof t.indent&&t.indent>0))return null;n=C.call(Array(t.indent+1)," ")}return{base:n,prev:C.call(Array(e+1),n)}}(l,i);if(void 0===s)s=[];else if(W(s,e)>=0)return"[Circular]";function Z(e,n,r){if(n&&(s=A.call(s)).push(n),r){var o={depth:l.depth};return $(l,"quoteStyle")&&(o.quoteStyle=l.quoteStyle),t(e,o,i+1,s)}return t(e,l,i+1,s)}if("function"==typeof e&&!z(e)){var tt=function(t){if(t.name)return t.name;var e=v.call(g.call(t),/^function\s*([\w$]+)/);return e?e[1]:null}(e),et=Q(e,Z);return"[Function"+(tt?": "+tt:" (anonymous)")+"]"+(et.length>0?" { "+C.call(et,", ")+" }":"")}if(U(e)){var nt=P?b.call(String(e),/^(Symbol\(.*\))_[^)]*$/,"$1"):j.call(e);return"object"!=typeof e||P?nt:K(nt)}if((V=e)&&"object"==typeof V&&("undefined"!=typeof HTMLElement&&V instanceof HTMLElement||"string"==typeof V.nodeName&&"function"==typeof V.getAttribute)){for(var rt="<"+_.call(String(e.nodeName)),it=e.attributes||[],ot=0;ot<it.length;ot++)rt+=" "+it[ot].name+"="+B(I(it[ot].value),"double",l);return rt+=">",e.childNodes&&e.childNodes.length&&(rt+="..."),rt+"</"+_.call(String(e.nodeName))+">"}if(H(e)){if(0===e.length)return"[]";var at=Q(e,Z);return F&&!function(t){for(var e=0;e<t.length;e++)if(W(t[e],"\n")>=0)return!1;return!0}(at)?"["+J(at,F)+"]":"[ "+C.call(at,", ")+" ]"}if(function(t){return!("[object Error]"!==q(t)||T&&"object"==typeof t&&T in t)}(e)){var st=Q(e,Z);return"cause"in Error.prototype||!("cause"in e)||M.call(e,"cause")?0===st.length?"["+String(e)+"]":"{ ["+String(e)+"] "+C.call(st,", ")+" }":"{ ["+String(e)+"] "+C.call(k.call("[cause]: "+Z(e.cause),st),", ")+" }"}if("object"==typeof e&&m){if(L&&"function"==typeof e[L]&&N)return N(e,{depth:S-i});if("symbol"!==m&&"function"==typeof e.inspect)return e.inspect()}if(function(t){if(!o||!t||"object"!=typeof t)return!1;try{o.call(t);try{u.call(t)}catch(t){return!0}return t instanceof Map}catch(t){}return!1}(e)){var lt=[];return a&&a.call(e,(function(t,n){lt.push(Z(n,e,!0)+" => "+Z(t,e))})),Y("Map",o.call(e),lt,F)}if(function(t){if(!u||!t||"object"!=typeof t)return!1;try{u.call(t);try{o.call(t)}catch(t){return!0}return t instanceof Set}catch(t){}return!1}(e)){var ut=[];return c&&c.call(e,(function(t){ut.push(Z(t,e))})),Y("Set",u.call(e),ut,F)}if(function(t){if(!f||!t||"object"!=typeof t)return!1;try{f.call(t,f);try{h.call(t,h)}catch(t){return!0}return t instanceof WeakMap}catch(t){}return!1}(e))return X("WeakMap");if(function(t){if(!h||!t||"object"!=typeof t)return!1;try{h.call(t,h);try{f.call(t,f)}catch(t){return!0}return t instanceof WeakSet}catch(t){}return!1}(e))return X("WeakSet");if(function(t){if(!d||!t||"object"!=typeof t)return!1;try{return d.call(t),!0}catch(t){}return!1}(e))return X("WeakRef");if(function(t){return!("[object Number]"!==q(t)||T&&"object"==typeof t&&T in t)}(e))return K(Z(Number(e)));if(function(t){if(!t||"object"!=typeof t||!E)return!1;try{return E.call(t),!0}catch(t){}return!1}(e))return K(Z(E.call(e)));if(function(t){return!("[object Boolean]"!==q(t)||T&&"object"==typeof t&&T in t)}(e))return K(p.call(e));if(function(t){return!("[object String]"!==q(t)||T&&"object"==typeof t&&T in t)}(e))return K(Z(String(e)));if("undefined"!=typeof window&&e===window)return"{ [object Window] }";if(e===n.g)return"{ [object globalThis] }";if(!function(t){return!("[object Date]"!==q(t)||T&&"object"==typeof t&&T in t)}(e)&&!z(e)){var ct=Q(e,Z),ft=R?R(e)===Object.prototype:e instanceof Object||e.constructor===Object,ht=e instanceof Object?"":"null prototype",dt=!ft&&T&&Object(e)===e&&T in e?y.call(q(e),8,-1):ht?"Object":"",pt=(ft||"function"!=typeof e.constructor?"":e.constructor.name?e.constructor.name+" ":"")+(dt||ht?"["+C.call(k.call([],dt||[],ht||[]),": ")+"] ":"");return 0===ct.length?pt+"{}":F?pt+"{"+J(ct,F)+"}":pt+"{ "+C.call(ct,", ")+" }"}return String(e)};var F=Object.prototype.hasOwnProperty||function(t){return t in this};function $(t,e){return F.call(t,e)}function q(t){return m.call(t)}function W(t,e){if(t.indexOf)return t.indexOf(e);for(var n=0,r=t.length;n<r;n++)if(t[n]===e)return n;return-1}function G(t,e){if(t.length>e.maxStringLength){var n=t.length-e.maxStringLength,r="... "+n+" more character"+(n>1?"s":"");return G(y.call(t,0,e.maxStringLength),e)+r}return B(b.call(b.call(t,/(['\\])/g,"\\$1"),/[\x00-\x1f]/g,Z),"single",e)}function Z(t){var e=t.charCodeAt(0),n={8:"b",9:"t",10:"n",12:"f",13:"r"}[e];return n?"\\"+n:"\\x"+(e<16?"0":"")+w.call(e.toString(16))}function K(t){return"Object("+t+")"}function X(t){return t+" { ? }"}function Y(t,e,n,r){return t+" ("+e+") {"+(r?J(n,r):C.call(n,", "))+"}"}function J(t,e){if(0===t.length)return"";var n="\n"+e.prev+e.base;return n+C.call(t,","+n)+"\n"+e.prev}function Q(t,e){var n=H(t),r=[];if(n){r.length=t.length;for(var i=0;i<t.length;i++)r[i]=$(t,i)?e(t[i],t):""}var o,a="function"==typeof S?S(t):[];if(P){o={};for(var s=0;s<a.length;s++)o["$"+a[s]]=a[s]}for(var l in t)$(t,l)&&(n&&String(Number(l))===l&&l<t.length||P&&o["$"+l]instanceof Symbol||(x.call(/[^\w$]/,l)?r.push(e(l,t)+": "+e(t[l],t)):r.push(l+": "+e(t[l],t))));if("function"==typeof S)for(var u=0;u<a.length;u++)M.call(t,a[u])&&r.push("["+e(a[u])+"]: "+e(t[a[u]],t));return r}},4012:function(t,e,n){var r;t=n.nmd(t),function(i){e&&e.nodeType,t&&t.nodeType;var o="object"==typeof n.g&&n.g;o.global!==o&&o.window!==o&&o.self;var a,s=2147483647,l=36,u=26,c=38,f=700,h=/^xn--/,d=/[^\x20-\x7E]/,p=/[\x2E\u3002\uFF0E\uFF61]/g,m={overflow:"Overflow: input needs wider integers to process","not-basic":"Illegal input >= 0x80 (not a basic code point)","invalid-input":"Invalid input"},g=l-1,v=Math.floor,y=String.fromCharCode;function b(t){throw new RangeError(m[t])}function w(t,e){for(var n=t.length,r=[];n--;)r[n]=e(t[n]);return r}function _(t,e){var n=t.split("@"),r="";return n.length>1&&(r=n[0]+"@",t=n[1]),r+w((t=t.replace(p,".")).split("."),e).join(".")}function x(t){for(var e,n,r=[],i=0,o=t.length;i<o;)(e=t.charCodeAt(i++))>=55296&&e<=56319&&i<o?56320==(64512&(n=t.charCodeAt(i++)))?r.push(((1023&e)<<10)+(1023&n)+65536):(r.push(e),i--):r.push(e);return r}function k(t){return w(t,(function(t){var e="";return t>65535&&(e+=y((t-=65536)>>>10&1023|55296),t=56320|1023&t),e+y(t)})).join("")}function C(t,e){return t+22+75*(t<26)-((0!=e)<<5)}function A(t,e,n){var r=0;for(t=n?v(t/f):t>>1,t+=v(t/e);t>g*u>>1;r+=l)t=v(t/g);return v(r+(g+1)*t/(t+c))}function O(t){var e,n,r,i,o,a,c,f,h,d,p,m=[],g=t.length,y=0,w=128,_=72;for((n=t.lastIndexOf("-"))<0&&(n=0),r=0;r<n;++r)t.charCodeAt(r)>=128&&b("not-basic"),m.push(t.charCodeAt(r));for(i=n>0?n+1:0;i<g;){for(o=y,a=1,c=l;i>=g&&b("invalid-input"),((f=(p=t.charCodeAt(i++))-48<10?p-22:p-65<26?p-65:p-97<26?p-97:l)>=l||f>v((s-y)/a))&&b("overflow"),y+=f*a,!(f<(h=c<=_?1:c>=_+u?u:c-_));c+=l)a>v(s/(d=l-h))&&b("overflow"),a*=d;_=A(y-o,e=m.length+1,0==o),v(y/e)>s-w&&b("overflow"),w+=v(y/e),y%=e,m.splice(y++,0,w)}return k(m)}function E(t){var e,n,r,i,o,a,c,f,h,d,p,m,g,w,_,k=[];for(m=(t=x(t)).length,e=128,n=0,o=72,a=0;a<m;++a)(p=t[a])<128&&k.push(y(p));for(r=i=k.length,i&&k.push("-");r<m;){for(c=s,a=0;a<m;++a)(p=t[a])>=e&&p<c&&(c=p);for(c-e>v((s-n)/(g=r+1))&&b("overflow"),n+=(c-e)*g,e=c,a=0;a<m;++a)if((p=t[a])<e&&++n>s&&b("overflow"),p==e){for(f=n,h=l;!(f<(d=h<=o?1:h>=o+u?u:h-o));h+=l)_=f-d,w=l-d,k.push(y(C(d+_%w,0))),f=v(_/w);k.push(y(C(f,0))),o=A(n,g,r==i),n=0,++r}++n,++e}return k.join("")}a={version:"1.4.1",ucs2:{decode:x,encode:k},decode:O,encode:E,toASCII:function(t){return _(t,(function(t){return d.test(t)?"xn--"+E(t):t}))},toUnicode:function(t){return _(t,(function(t){return h.test(t)?O(t.slice(4).toLowerCase()):t}))}},void 0===(r=function(){return a}.call(e,n,e,t))||(t.exports=r)}()},121:function(t){"use strict";var e=String.prototype.replace,n=/%20/g,r="RFC3986";t.exports={default:r,formatters:{RFC1738:function(t){return e.call(t,n,"+")},RFC3986:function(t){return String(t)}},RFC1738:"RFC1738",RFC3986:r}},3889:function(t,e,n){"use strict";var r=n(6312),i=n(7078),o=n(121);t.exports={formats:o,parse:i,stringify:r}},7078:function(t,e,n){"use strict";var r=n(796),i=Object.prototype.hasOwnProperty,o=Array.isArray,a={allowDots:!1,allowEmptyArrays:!1,allowPrototypes:!1,allowSparse:!1,arrayLimit:20,charset:"utf-8",charsetSentinel:!1,comma:!1,decodeDotInKeys:!1,decoder:r.decode,delimiter:"&",depth:5,duplicates:"combine",ignoreQueryPrefix:!1,interpretNumericEntities:!1,parameterLimit:1e3,parseArrays:!0,plainObjects:!1,strictDepth:!1,strictNullHandling:!1},s=function(t){return t.replace(/&#(\d+);/g,(function(t,e){return String.fromCharCode(parseInt(e,10))}))},l=function(t,e){return t&&"string"==typeof t&&e.comma&&t.indexOf(",")>-1?t.split(","):t},u=function(t,e,n,r){if(t){var o=n.allowDots?t.replace(/\.([^.[]+)/g,"[$1]"):t,a=/(\[[^[\]]*])/g,s=n.depth>0&&/(\[[^[\]]*])/.exec(o),u=s?o.slice(0,s.index):o,c=[];if(u){if(!n.plainObjects&&i.call(Object.prototype,u)&&!n.allowPrototypes)return;c.push(u)}for(var f=0;n.depth>0&&null!==(s=a.exec(o))&&f<n.depth;){if(f+=1,!n.plainObjects&&i.call(Object.prototype,s[1].slice(1,-1))&&!n.allowPrototypes)return;c.push(s[1])}if(s){if(!0===n.strictDepth)throw new RangeError("Input depth exceeded depth option of "+n.depth+" and strictDepth is true");c.push("["+o.slice(s.index)+"]")}return function(t,e,n,r){for(var i=r?e:l(e,n),o=t.length-1;o>=0;--o){var a,s=t[o];if("[]"===s&&n.parseArrays)a=n.allowEmptyArrays&&(""===i||n.strictNullHandling&&null===i)?[]:[].concat(i);else{a=n.plainObjects?Object.create(null):{};var u="["===s.charAt(0)&&"]"===s.charAt(s.length-1)?s.slice(1,-1):s,c=n.decodeDotInKeys?u.replace(/%2E/g,"."):u,f=parseInt(c,10);n.parseArrays||""!==c?!isNaN(f)&&s!==c&&String(f)===c&&f>=0&&n.parseArrays&&f<=n.arrayLimit?(a=[])[f]=i:"__proto__"!==c&&(a[c]=i):a={0:i}}i=a}return i}(c,e,n,r)}};t.exports=function(t,e){var n=function(t){if(!t)return a;if(void 0!==t.allowEmptyArrays&&"boolean"!=typeof t.allowEmptyArrays)throw new TypeError("`allowEmptyArrays` option can only be `true` or `false`, when provided");if(void 0!==t.decodeDotInKeys&&"boolean"!=typeof t.decodeDotInKeys)throw new TypeError("`decodeDotInKeys` option can only be `true` or `false`, when provided");if(null!==t.decoder&&void 0!==t.decoder&&"function"!=typeof t.decoder)throw new TypeError("Decoder has to be a function.");if(void 0!==t.charset&&"utf-8"!==t.charset&&"iso-8859-1"!==t.charset)throw new TypeError("The charset option must be either utf-8, iso-8859-1, or undefined");var e=void 0===t.charset?a.charset:t.charset,n=void 0===t.duplicates?a.duplicates:t.duplicates;if("combine"!==n&&"first"!==n&&"last"!==n)throw new TypeError("The duplicates option must be either combine, first, or last");return{allowDots:void 0===t.allowDots?!0===t.decodeDotInKeys||a.allowDots:!!t.allowDots,allowEmptyArrays:"boolean"==typeof t.allowEmptyArrays?!!t.allowEmptyArrays:a.allowEmptyArrays,allowPrototypes:"boolean"==typeof t.allowPrototypes?t.allowPrototypes:a.allowPrototypes,allowSparse:"boolean"==typeof t.allowSparse?t.allowSparse:a.allowSparse,arrayLimit:"number"==typeof t.arrayLimit?t.arrayLimit:a.arrayLimit,charset:e,charsetSentinel:"boolean"==typeof t.charsetSentinel?t.charsetSentinel:a.charsetSentinel,comma:"boolean"==typeof t.comma?t.comma:a.comma,decodeDotInKeys:"boolean"==typeof t.decodeDotInKeys?t.decodeDotInKeys:a.decodeDotInKeys,decoder:"function"==typeof t.decoder?t.decoder:a.decoder,delimiter:"string"==typeof t.delimiter||r.isRegExp(t.delimiter)?t.delimiter:a.delimiter,depth:"number"==typeof t.depth||!1===t.depth?+t.depth:a.depth,duplicates:n,ignoreQueryPrefix:!0===t.ignoreQueryPrefix,interpretNumericEntities:"boolean"==typeof t.interpretNumericEntities?t.interpretNumericEntities:a.interpretNumericEntities,parameterLimit:"number"==typeof t.parameterLimit?t.parameterLimit:a.parameterLimit,parseArrays:!1!==t.parseArrays,plainObjects:"boolean"==typeof t.plainObjects?t.plainObjects:a.plainObjects,strictDepth:"boolean"==typeof t.strictDepth?!!t.strictDepth:a.strictDepth,strictNullHandling:"boolean"==typeof t.strictNullHandling?t.strictNullHandling:a.strictNullHandling}}(e);if(""===t||null==t)return n.plainObjects?Object.create(null):{};for(var c="string"==typeof t?function(t,e){var n={__proto__:null},u=e.ignoreQueryPrefix?t.replace(/^\?/,""):t;u=u.replace(/%5B/gi,"[").replace(/%5D/gi,"]");var c,f=e.parameterLimit===1/0?void 0:e.parameterLimit,h=u.split(e.delimiter,f),d=-1,p=e.charset;if(e.charsetSentinel)for(c=0;c<h.length;++c)0===h[c].indexOf("utf8=")&&("utf8=%E2%9C%93"===h[c]?p="utf-8":"utf8=%26%2310003%3B"===h[c]&&(p="iso-8859-1"),d=c,c=h.length);for(c=0;c<h.length;++c)if(c!==d){var m,g,v=h[c],y=v.indexOf("]="),b=-1===y?v.indexOf("="):y+1;-1===b?(m=e.decoder(v,a.decoder,p,"key"),g=e.strictNullHandling?null:""):(m=e.decoder(v.slice(0,b),a.decoder,p,"key"),g=r.maybeMap(l(v.slice(b+1),e),(function(t){return e.decoder(t,a.decoder,p,"value")}))),g&&e.interpretNumericEntities&&"iso-8859-1"===p&&(g=s(g)),v.indexOf("[]=")>-1&&(g=o(g)?[g]:g);var w=i.call(n,m);w&&"combine"===e.duplicates?n[m]=r.combine(n[m],g):w&&"last"!==e.duplicates||(n[m]=g)}return n}(t,n):t,f=n.plainObjects?Object.create(null):{},h=Object.keys(c),d=0;d<h.length;++d){var p=h[d],m=u(p,c[p],n,"string"==typeof t);f=r.merge(f,m,n)}return!0===n.allowSparse?f:r.compact(f)}},6312:function(t,e,n){"use strict";var r=n(1522),i=n(796),o=n(121),a=Object.prototype.hasOwnProperty,s={brackets:function(t){return t+"[]"},comma:"comma",indices:function(t,e){return t+"["+e+"]"},repeat:function(t){return t}},l=Array.isArray,u=Array.prototype.push,c=function(t,e){u.apply(t,l(e)?e:[e])},f=Date.prototype.toISOString,h=o.default,d={addQueryPrefix:!1,allowDots:!1,allowEmptyArrays:!1,arrayFormat:"indices",charset:"utf-8",charsetSentinel:!1,delimiter:"&",encode:!0,encodeDotInKeys:!1,encoder:i.encode,encodeValuesOnly:!1,format:h,formatter:o.formatters[h],indices:!1,serializeDate:function(t){return f.call(t)},skipNulls:!1,strictNullHandling:!1},p={},m=function t(e,n,o,a,s,u,f,h,m,g,v,y,b,w,_,x,k,C){for(var A,O=e,E=C,S=0,j=!1;void 0!==(E=E.get(p))&&!j;){var P=E.get(e);if(S+=1,void 0!==P){if(P===S)throw new RangeError("Cyclic object value");j=!0}void 0===E.get(p)&&(S=0)}if("function"==typeof g?O=g(n,O):O instanceof Date?O=b(O):"comma"===o&&l(O)&&(O=i.maybeMap(O,(function(t){return t instanceof Date?b(t):t}))),null===O){if(u)return m&&!x?m(n,d.encoder,k,"key",w):n;O=""}if("string"==typeof(A=O)||"number"==typeof A||"boolean"==typeof A||"symbol"==typeof A||"bigint"==typeof A||i.isBuffer(O))return m?[_(x?n:m(n,d.encoder,k,"key",w))+"="+_(m(O,d.encoder,k,"value",w))]:[_(n)+"="+_(String(O))];var T,M=[];if(void 0===O)return M;if("comma"===o&&l(O))x&&m&&(O=i.maybeMap(O,m)),T=[{value:O.length>0?O.join(",")||null:void 0}];else if(l(g))T=g;else{var R=Object.keys(O);T=v?R.sort(v):R}var D=h?n.replace(/\./g,"%2E"):n,N=a&&l(O)&&1===O.length?D+"[]":D;if(s&&l(O)&&0===O.length)return N+"[]";for(var V=0;V<T.length;++V){var L=T[V],B="object"==typeof L&&void 0!==L.value?L.value:O[L];if(!f||null!==B){var I=y&&h?L.replace(/\./g,"%2E"):L,H=l(O)?"function"==typeof o?o(N,I):N:N+(y?"."+I:"["+I+"]");C.set(e,S);var z=r();z.set(p,C),c(M,t(B,H,o,a,s,u,f,h,"comma"===o&&x&&l(O)?null:m,g,v,y,b,w,_,x,k,z))}}return M};t.exports=function(t,e){var n,i=t,u=function(t){if(!t)return d;if(void 0!==t.allowEmptyArrays&&"boolean"!=typeof t.allowEmptyArrays)throw new TypeError("`allowEmptyArrays` option can only be `true` or `false`, when provided");if(void 0!==t.encodeDotInKeys&&"boolean"!=typeof t.encodeDotInKeys)throw new TypeError("`encodeDotInKeys` option can only be `true` or `false`, when provided");if(null!==t.encoder&&void 0!==t.encoder&&"function"!=typeof t.encoder)throw new TypeError("Encoder has to be a function.");var e=t.charset||d.charset;if(void 0!==t.charset&&"utf-8"!==t.charset&&"iso-8859-1"!==t.charset)throw new TypeError("The charset option must be either utf-8, iso-8859-1, or undefined");var n=o.default;if(void 0!==t.format){if(!a.call(o.formatters,t.format))throw new TypeError("Unknown format option provided.");n=t.format}var r,i=o.formatters[n],u=d.filter;if(("function"==typeof t.filter||l(t.filter))&&(u=t.filter),r=t.arrayFormat in s?t.arrayFormat:"indices"in t?t.indices?"indices":"repeat":d.arrayFormat,"commaRoundTrip"in t&&"boolean"!=typeof t.commaRoundTrip)throw new TypeError("`commaRoundTrip` must be a boolean, or absent");var c=void 0===t.allowDots?!0===t.encodeDotInKeys||d.allowDots:!!t.allowDots;return{addQueryPrefix:"boolean"==typeof t.addQueryPrefix?t.addQueryPrefix:d.addQueryPrefix,allowDots:c,allowEmptyArrays:"boolean"==typeof t.allowEmptyArrays?!!t.allowEmptyArrays:d.allowEmptyArrays,arrayFormat:r,charset:e,charsetSentinel:"boolean"==typeof t.charsetSentinel?t.charsetSentinel:d.charsetSentinel,commaRoundTrip:t.commaRoundTrip,delimiter:void 0===t.delimiter?d.delimiter:t.delimiter,encode:"boolean"==typeof t.encode?t.encode:d.encode,encodeDotInKeys:"boolean"==typeof t.encodeDotInKeys?t.encodeDotInKeys:d.encodeDotInKeys,encoder:"function"==typeof t.encoder?t.encoder:d.encoder,encodeValuesOnly:"boolean"==typeof t.encodeValuesOnly?t.encodeValuesOnly:d.encodeValuesOnly,filter:u,format:n,formatter:i,serializeDate:"function"==typeof t.serializeDate?t.serializeDate:d.serializeDate,skipNulls:"boolean"==typeof t.skipNulls?t.skipNulls:d.skipNulls,sort:"function"==typeof t.sort?t.sort:null,strictNullHandling:"boolean"==typeof t.strictNullHandling?t.strictNullHandling:d.strictNullHandling}}(e);"function"==typeof u.filter?i=(0,u.filter)("",i):l(u.filter)&&(n=u.filter);var f=[];if("object"!=typeof i||null===i)return"";var h=s[u.arrayFormat],p="comma"===h&&u.commaRoundTrip;n||(n=Object.keys(i)),u.sort&&n.sort(u.sort);for(var g=r(),v=0;v<n.length;++v){var y=n[v];u.skipNulls&&null===i[y]||c(f,m(i[y],y,h,p,u.allowEmptyArrays,u.strictNullHandling,u.skipNulls,u.encodeDotInKeys,u.encode?u.encoder:null,u.filter,u.sort,u.allowDots,u.serializeDate,u.format,u.formatter,u.encodeValuesOnly,u.charset,g))}var b=f.join(u.delimiter),w=!0===u.addQueryPrefix?"?":"";return u.charsetSentinel&&("iso-8859-1"===u.charset?w+="utf8=%26%2310003%3B&":w+="utf8=%E2%9C%93&"),b.length>0?w+b:""}},796:function(t,e,n){"use strict";var r=n(121),i=Object.prototype.hasOwnProperty,o=Array.isArray,a=function(){for(var t=[],e=0;e<256;++e)t.push("%"+((e<16?"0":"")+e.toString(16)).toUpperCase());return t}(),s=function(t,e){for(var n=e&&e.plainObjects?Object.create(null):{},r=0;r<t.length;++r)void 0!==t[r]&&(n[r]=t[r]);return n},l=1024;t.exports={arrayToObject:s,assign:function(t,e){return Object.keys(e).reduce((function(t,n){return t[n]=e[n],t}),t)},combine:function(t,e){return[].concat(t,e)},compact:function(t){for(var e=[{obj:{o:t},prop:"o"}],n=[],r=0;r<e.length;++r)for(var i=e[r],a=i.obj[i.prop],s=Object.keys(a),l=0;l<s.length;++l){var u=s[l],c=a[u];"object"==typeof c&&null!==c&&-1===n.indexOf(c)&&(e.push({obj:a,prop:u}),n.push(c))}return function(t){for(;t.length>1;){var e=t.pop(),n=e.obj[e.prop];if(o(n)){for(var r=[],i=0;i<n.length;++i)void 0!==n[i]&&r.push(n[i]);e.obj[e.prop]=r}}}(e),t},decode:function(t,e,n){var r=t.replace(/\+/g," ");if("iso-8859-1"===n)return r.replace(/%[0-9a-f]{2}/gi,unescape);try{return decodeURIComponent(r)}catch(t){return r}},encode:function(t,e,n,i,o){if(0===t.length)return t;var s=t;if("symbol"==typeof t?s=Symbol.prototype.toString.call(t):"string"!=typeof t&&(s=String(t)),"iso-8859-1"===n)return escape(s).replace(/%u[0-9a-f]{4}/gi,(function(t){return"%26%23"+parseInt(t.slice(2),16)+"%3B"}));for(var u="",c=0;c<s.length;c+=l){for(var f=s.length>=l?s.slice(c,c+l):s,h=[],d=0;d<f.length;++d){var p=f.charCodeAt(d);45===p||46===p||95===p||126===p||p>=48&&p<=57||p>=65&&p<=90||p>=97&&p<=122||o===r.RFC1738&&(40===p||41===p)?h[h.length]=f.charAt(d):p<128?h[h.length]=a[p]:p<2048?h[h.length]=a[192|p>>6]+a[128|63&p]:p<55296||p>=57344?h[h.length]=a[224|p>>12]+a[128|p>>6&63]+a[128|63&p]:(d+=1,p=65536+((1023&p)<<10|1023&f.charCodeAt(d)),h[h.length]=a[240|p>>18]+a[128|p>>12&63]+a[128|p>>6&63]+a[128|63&p])}u+=h.join("")}return u},isBuffer:function(t){return!(!t||"object"!=typeof t||!(t.constructor&&t.constructor.isBuffer&&t.constructor.isBuffer(t)))},isRegExp:function(t){return"[object RegExp]"===Object.prototype.toString.call(t)},maybeMap:function(t,e){if(o(t)){for(var n=[],r=0;r<t.length;r+=1)n.push(e(t[r]));return n}return e(t)},merge:function t(e,n,r){if(!n)return e;if("object"!=typeof n){if(o(e))e.push(n);else{if(!e||"object"!=typeof e)return[e,n];(r&&(r.plainObjects||r.allowPrototypes)||!i.call(Object.prototype,n))&&(e[n]=!0)}return e}if(!e||"object"!=typeof e)return[e].concat(n);var a=e;return o(e)&&!o(n)&&(a=s(e,r)),o(e)&&o(n)?(n.forEach((function(n,o){if(i.call(e,o)){var a=e[o];a&&"object"==typeof a&&n&&"object"==typeof n?e[o]=t(a,n,r):e.push(n)}else e[o]=n})),e):Object.keys(n).reduce((function(e,o){var a=n[o];return i.call(e,o)?e[o]=t(e[o],a,r):e[o]=a,e}),a)}}},2137:function(t,e,n){"use strict";var r=n(8202),i=n(7630),o=n(7342)(),a=n(9464),s=n(3317),l=r("%Math.floor%");t.exports=function(t,e){if("function"!=typeof t)throw new s("`fn` is not a function");if("number"!=typeof e||e<0||e>4294967295||l(e)!==e)throw new s("`length` must be a positive 32-bit integer");var n=arguments.length>2&&!!arguments[2],r=!0,u=!0;if("length"in t&&a){var c=a(t,"length");c&&!c.configurable&&(r=!1),c&&!c.writable&&(u=!1)}return(r||u||!n)&&(o?i(t,"length",e,!0,!0):i(t,"length",e)),t}},1522:function(t,e,n){"use strict";var r=n(8202),i=n(8956),o=n(1426),a=n(3317),s=r("%WeakMap%",!0),l=r("%Map%",!0),u=i("WeakMap.prototype.get",!0),c=i("WeakMap.prototype.set",!0),f=i("WeakMap.prototype.has",!0),h=i("Map.prototype.get",!0),d=i("Map.prototype.set",!0),p=i("Map.prototype.has",!0),m=function(t,e){for(var n,r=t;null!==(n=r.next);r=n)if(n.key===e)return r.next=n.next,n.next=t.next,t.next=n,n};t.exports=function(){var t,e,n,r={assert:function(t){if(!r.has(t))throw new a("Side channel does not contain "+o(t))},get:function(r){if(s&&r&&("object"==typeof r||"function"==typeof r)){if(t)return u(t,r)}else if(l){if(e)return h(e,r)}else if(n)return function(t,e){var n=m(t,e);return n&&n.value}(n,r)},has:function(r){if(s&&r&&("object"==typeof r||"function"==typeof r)){if(t)return f(t,r)}else if(l){if(e)return p(e,r)}else if(n)return function(t,e){return!!m(t,e)}(n,r);return!1},set:function(r,i){s&&r&&("object"==typeof r||"function"==typeof r)?(t||(t=new s),c(t,r,i)):l?(e||(e=new l),d(e,r,i)):(n||(n={key:{},next:null}),function(t,e,n){var r=m(t,e);r?r.value=n:t.next={key:e,next:t.next,value:n}}(n,r,i))}};return r}},5073:function(t,e,n){t.exports=function(){"use strict";var t=function(t){var e=t.id,n=t.viewBox,r=t.content;this.id=e,this.viewBox=n,this.content=r};t.prototype.stringify=function(){return this.content},t.prototype.toString=function(){return this.stringify()},t.prototype.destroy=function(){var t=this;["id","viewBox","content"].forEach((function(e){return delete t[e]}))};function e(t,e){return t(e={exports:{}},e.exports),e.exports}"undefined"!=typeof window?window:void 0!==n.g?n.g:"undefined"!=typeof self&&self;var r=e((function(t,e){t.exports=function(){function t(t){return t&&"object"==typeof t&&"[object RegExp]"!==Object.prototype.toString.call(t)&&"[object Date]"!==Object.prototype.toString.call(t)}function e(t){return Array.isArray(t)?[]:{}}function n(n,r){return r&&!0===r.clone&&t(n)?o(e(n),n,r):n}function r(e,r,i){var a=e.slice();return r.forEach((function(r,s){void 0===a[s]?a[s]=n(r,i):t(r)?a[s]=o(e[s],r,i):-1===e.indexOf(r)&&a.push(n(r,i))})),a}function i(e,r,i){var a={};return t(e)&&Object.keys(e).forEach((function(t){a[t]=n(e[t],i)})),Object.keys(r).forEach((function(s){t(r[s])&&e[s]?a[s]=o(e[s],r[s],i):a[s]=n(r[s],i)})),a}function o(t,e,o){var a=Array.isArray(e),s=(o||{arrayMerge:r}).arrayMerge||r;return a?Array.isArray(t)?s(t,e,o):n(e,o):i(t,e,o)}return o.all=function(t,e){if(!Array.isArray(t)||t.length<2)throw new Error("first argument should be an array with at least two elements");return t.reduce((function(t,n){return o(t,n,e)}))},o}()})),i=e((function(t,e){e.default={svg:{name:"xmlns",uri:"http://www.w3.org/2000/svg"},xlink:{name:"xmlns:xlink",uri:"http://www.w3.org/1999/xlink"}},t.exports=e.default})),o=i.svg,a=i.xlink,s={};s[o.name]=o.uri,s[a.name]=a.uri;var l=function(t,e){return void 0===t&&(t=""),"<svg "+function(t){return Object.keys(t).map((function(e){return e+'="'+t[e].toString().replace(/"/g,""")+'"'})).join(" ")}(r(s,e||{}))+">"+t+"</svg>"},u=function(t){function e(){t.apply(this,arguments)}t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e;var n={isMounted:{}};return n.isMounted.get=function(){return!!this.node},e.createFromExistingNode=function(t){return new e({id:t.getAttribute("id"),viewBox:t.getAttribute("viewBox"),content:t.outerHTML})},e.prototype.destroy=function(){this.isMounted&&this.unmount(),t.prototype.destroy.call(this)},e.prototype.mount=function(t){if(this.isMounted)return this.node;var e="string"==typeof t?document.querySelector(t):t,n=this.render();return this.node=n,e.appendChild(n),n},e.prototype.render=function(){var t=this.stringify();return function(t){var e=!!document.importNode,n=(new DOMParser).parseFromString(t,"image/svg+xml").documentElement;return e?document.importNode(n,!0):n}(l(t)).childNodes[0]},e.prototype.unmount=function(){this.node.parentNode.removeChild(this.node)},Object.defineProperties(e.prototype,n),e}(t);return u}()},5129:function(t,e,n){"use strict";var r=n(5073),i=n.n(r),o=n(4366),a=n.n(o),s=new(i())({id:"draggable",use:"draggable-usage",viewBox:"0 0 32 32",content:'<symbol viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg" id="draggable">\n<g clip-path="url(#draggable_clip0_31_11)">\n<path d="M10 6H14V10H10V6Z" fill="black" />\n<path d="M18 6H22V10H18V6Z" fill="black" />\n<path d="M10 14H14V18H10V14Z" fill="black" />\n<path d="M18 14H22V18H18V14Z" fill="black" />\n<path d="M10 22H14V26H10V22Z" fill="black" />\n<path d="M18 22H22V26H18V22Z" fill="black" />\n</g>\n<defs>\n<clipPath id="draggable_clip0_31_11">\n<rect width="32" height="32" fill="white" />\n</clipPath>\n</defs>\n</symbol>'});a().add(s),e.A=s},4366:function(t,e,n){t.exports=function(){"use strict";function t(t,e){return t(e={exports:{}},e.exports),e.exports}"undefined"!=typeof window?window:void 0!==n.g?n.g:"undefined"!=typeof self&&self;var e=t((function(t,e){t.exports=function(){function t(t){return t&&"object"==typeof t&&"[object RegExp]"!==Object.prototype.toString.call(t)&&"[object Date]"!==Object.prototype.toString.call(t)}function e(t){return Array.isArray(t)?[]:{}}function n(n,r){return r&&!0===r.clone&&t(n)?o(e(n),n,r):n}function r(e,r,i){var a=e.slice();return r.forEach((function(r,s){void 0===a[s]?a[s]=n(r,i):t(r)?a[s]=o(e[s],r,i):-1===e.indexOf(r)&&a.push(n(r,i))})),a}function i(e,r,i){var a={};return t(e)&&Object.keys(e).forEach((function(t){a[t]=n(e[t],i)})),Object.keys(r).forEach((function(s){t(r[s])&&e[s]?a[s]=o(e[s],r[s],i):a[s]=n(r[s],i)})),a}function o(t,e,o){var a=Array.isArray(e),s=(o||{arrayMerge:r}).arrayMerge||r;return a?Array.isArray(t)?s(t,e,o):n(e,o):i(t,e,o)}return o.all=function(t,e){if(!Array.isArray(t)||t.length<2)throw new Error("first argument should be an array with at least two elements");return t.reduce((function(t,n){return o(t,n,e)}))},o}()}));var r=t((function(t,e){e.default={svg:{name:"xmlns",uri:"http://www.w3.org/2000/svg"},xlink:{name:"xmlns:xlink",uri:"http://www.w3.org/1999/xlink"}},t.exports=e.default})),i=r.svg,o=r.xlink,a={};a[i.name]=i.uri,a[o.name]=o.uri;var s,l=function(t,n){return void 0===t&&(t=""),"<svg "+function(t){return Object.keys(t).map((function(e){return e+'="'+t[e].toString().replace(/"/g,""")+'"'})).join(" ")}(e(a,n||{}))+">"+t+"</svg>"},u=r.svg,c=r.xlink,f={attrs:(s={style:["position: absolute","width: 0","height: 0"].join("; "),"aria-hidden":"true"},s[u.name]=u.uri,s[c.name]=c.uri,s)},h=function(t){this.config=e(f,t||{}),this.symbols=[]};h.prototype.add=function(t){var e=this.symbols,n=this.find(t.id);return n?(e[e.indexOf(n)]=t,!1):(e.push(t),!0)},h.prototype.remove=function(t){var e=this.symbols,n=this.find(t);return!!n&&(e.splice(e.indexOf(n),1),n.destroy(),!0)},h.prototype.find=function(t){return this.symbols.filter((function(e){return e.id===t}))[0]||null},h.prototype.has=function(t){return null!==this.find(t)},h.prototype.stringify=function(){var t=this.config.attrs,e=this.symbols.map((function(t){return t.stringify()})).join("");return l(e,t)},h.prototype.toString=function(){return this.stringify()},h.prototype.destroy=function(){this.symbols.forEach((function(t){return t.destroy()}))};var d=function(t){var e=t.id,n=t.viewBox,r=t.content;this.id=e,this.viewBox=n,this.content=r};d.prototype.stringify=function(){return this.content},d.prototype.toString=function(){return this.stringify()},d.prototype.destroy=function(){var t=this;["id","viewBox","content"].forEach((function(e){return delete t[e]}))};var p=function(t){var e=!!document.importNode,n=(new DOMParser).parseFromString(t,"image/svg+xml").documentElement;return e?document.importNode(n,!0):n},m=function(t){function e(){t.apply(this,arguments)}t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e;var n={isMounted:{}};return n.isMounted.get=function(){return!!this.node},e.createFromExistingNode=function(t){return new e({id:t.getAttribute("id"),viewBox:t.getAttribute("viewBox"),content:t.outerHTML})},e.prototype.destroy=function(){this.isMounted&&this.unmount(),t.prototype.destroy.call(this)},e.prototype.mount=function(t){if(this.isMounted)return this.node;var e="string"==typeof t?document.querySelector(t):t,n=this.render();return this.node=n,e.appendChild(n),n},e.prototype.render=function(){var t=this.stringify();return p(l(t)).childNodes[0]},e.prototype.unmount=function(){this.node.parentNode.removeChild(this.node)},Object.defineProperties(e.prototype,n),e}(d),g={autoConfigure:!0,mountTo:"body",syncUrlsWithBaseTag:!1,listenLocationChangeEvent:!0,locationChangeEvent:"locationChange",locationChangeAngularEmitter:!1,usagesToUpdate:"use[*|href]",moveGradientsOutsideSymbol:!1},v=function(t){return Array.prototype.slice.call(t,0)},y=function(){return/firefox/i.test(navigator.userAgent)},b=function(){return/msie/i.test(navigator.userAgent)||/trident/i.test(navigator.userAgent)},w=function(){return/edge/i.test(navigator.userAgent)},_=function(t){return(t||window.location.href).split("#")[0]},x=function(t){angular.module("ng").run(["$rootScope",function(e){e.$on("$locationChangeSuccess",(function(e,n,r){var i,o,a;i=t,o={oldUrl:r,newUrl:n},(a=document.createEvent("CustomEvent")).initCustomEvent(i,!1,!1,o),window.dispatchEvent(a)}))}])},k=function(t,e){return void 0===e&&(e="linearGradient, radialGradient, pattern, mask, clipPath"),v(t.querySelectorAll("symbol")).forEach((function(t){v(t.querySelectorAll(e)).forEach((function(e){t.parentNode.insertBefore(e,t)}))})),t};var C=r.xlink.uri,A="xlink:href",O=/[{}|\\\^\[\]`"<>]/g;function E(t){return t.replace(O,(function(t){return"%"+t[0].charCodeAt(0).toString(16).toUpperCase()}))}var S,j=["clipPath","colorProfile","src","cursor","fill","filter","marker","markerStart","markerMid","markerEnd","mask","stroke","style"],P=j.map((function(t){return"["+t+"]"})).join(","),T=function(t,e,n,r){var i,o,a=E(n),s=E(r);(i=t.querySelectorAll(P),o=function(t){var e=t.localName,n=t.value;return-1!==j.indexOf(e)&&-1!==n.indexOf("url("+a)},v(i).reduce((function(t,e){if(!e.attributes)return t;var n=v(e.attributes),r=o?n.filter(o):n;return t.concat(r)}),[])).forEach((function(t){return t.value=t.value.replace(new RegExp(a.replace(/[.*+?^${}()|[\]\\]/g,"\\$&"),"g"),s)})),function(t,e,n){v(t).forEach((function(t){var r=t.getAttribute(A);if(r&&0===r.indexOf(e)){var i=r.replace(e,n);t.setAttributeNS(C,A,i)}}))}(e,a,s)},M="mount",R="symbol_mount",D=function(t){function n(n){var r=this;void 0===n&&(n={}),t.call(this,e(g,n));var i,o=(i=i||Object.create(null),{on:function(t,e){(i[t]||(i[t]=[])).push(e)},off:function(t,e){i[t]&&i[t].splice(i[t].indexOf(e)>>>0,1)},emit:function(t,e){(i[t]||[]).map((function(t){t(e)})),(i["*"]||[]).map((function(n){n(t,e)}))}});this._emitter=o,this.node=null;var a=this.config;if(a.autoConfigure&&this._autoConfigure(n),a.syncUrlsWithBaseTag){var s=document.getElementsByTagName("base")[0].getAttribute("href");o.on(M,(function(){return r.updateUrls("#",s)}))}var l=this._handleLocationChange.bind(this);this._handleLocationChange=l,a.listenLocationChangeEvent&&window.addEventListener(a.locationChangeEvent,l),a.locationChangeAngularEmitter&&x(a.locationChangeEvent),o.on(M,(function(t){a.moveGradientsOutsideSymbol&&k(t)})),o.on(R,(function(t){var e;a.moveGradientsOutsideSymbol&&k(t.parentNode),(b()||w())&&(e=[],v(t.querySelectorAll("style")).forEach((function(t){t.textContent+="",e.push(t)})))}))}t&&(n.__proto__=t),n.prototype=Object.create(t&&t.prototype),n.prototype.constructor=n;var r={isMounted:{}};return r.isMounted.get=function(){return!!this.node},n.prototype._autoConfigure=function(t){var e=this.config;void 0===t.syncUrlsWithBaseTag&&(e.syncUrlsWithBaseTag=void 0!==document.getElementsByTagName("base")[0]),void 0===t.locationChangeAngularEmitter&&(e.locationChangeAngularEmitter=void 0!==window.angular),void 0===t.moveGradientsOutsideSymbol&&(e.moveGradientsOutsideSymbol=y())},n.prototype._handleLocationChange=function(t){var e=t.detail,n=e.oldUrl,r=e.newUrl;this.updateUrls(n,r)},n.prototype.add=function(e){var n=t.prototype.add.call(this,e);return this.isMounted&&n&&(e.mount(this.node),this._emitter.emit(R,e.node)),n},n.prototype.attach=function(t){var e=this,n=this;if(n.isMounted)return n.node;var r="string"==typeof t?document.querySelector(t):t;return n.node=r,this.symbols.forEach((function(t){t.mount(n.node),e._emitter.emit(R,t.node)})),v(r.querySelectorAll("symbol")).forEach((function(t){var e=m.createFromExistingNode(t);e.node=t,n.add(e)})),this._emitter.emit(M,r),r},n.prototype.destroy=function(){var t=this,e=t.config,n=t.symbols,r=t._emitter;n.forEach((function(t){return t.destroy()})),r.off("*"),window.removeEventListener(e.locationChangeEvent,this._handleLocationChange),this.isMounted&&this.unmount()},n.prototype.mount=function(t,e){void 0===t&&(t=this.config.mountTo),void 0===e&&(e=!1);var n=this;if(n.isMounted)return n.node;var r="string"==typeof t?document.querySelector(t):t,i=n.render();return this.node=i,e&&r.childNodes[0]?r.insertBefore(i,r.childNodes[0]):r.appendChild(i),this._emitter.emit(M,i),i},n.prototype.render=function(){return p(this.stringify())},n.prototype.unmount=function(){this.node.parentNode.removeChild(this.node)},n.prototype.updateUrls=function(t,e){if(!this.isMounted)return!1;var n=document.querySelectorAll(this.config.usagesToUpdate);return T(this.node,n,_(t)+"#",_(e)+"#"),!0},Object.defineProperties(n.prototype,r),n}(h),N=t((function(t){var e;e=function(){var t,e=[],n=document,r=n.documentElement.doScroll,i="DOMContentLoaded",o=(r?/^loaded|^c/:/^loaded|^i|^c/).test(n.readyState);return o||n.addEventListener(i,t=function(){for(n.removeEventListener(i,t),o=1;t=e.shift();)t()}),function(t){o?setTimeout(t,0):e.push(t)}},t.exports=e()})),V="__SVG_SPRITE_NODE__",L="__SVG_SPRITE__";window[L]?S=window[L]:(S=new D({attrs:{id:V,"aria-hidden":"true"}}),window[L]=S);var B=function(){var t=document.getElementById(V);t?S.attach(t):S.mount(document.body,!0)};return document.body?B():N(B),S}()},5936:function(t){t.exports=function(t){return null==t?"":""+t}},3983:function(t){t.exports=function(t,e){if(e<1)return"";for(var n="";e>0;)1&e&&(n+=t),e>>=1,t+=t;return n}},3339:function(t,e,n){var r=n(5936),i=n(3983);t.exports=function(t,e,n,o){t=r(t),e=~~e;var a=0;switch(n?n.length>1&&(n=n.charAt(0)):n=" ",o){case"right":return a=e-t.length,t+i(n,a);case"both":return a=e-t.length,i(n,Math.ceil(a/2))+t+i(n,Math.floor(a/2));default:return a=e-t.length,i(n,a)+t}}},5330:function(t,e,n){"use strict";var r=n(4012);function i(){this.protocol=null,this.slashes=null,this.auth=null,this.host=null,this.port=null,this.hostname=null,this.hash=null,this.search=null,this.query=null,this.pathname=null,this.path=null,this.href=null}var o=/^([a-z0-9.+-]+:)/i,a=/:[0-9]*$/,s=/^(\/\/?(?!\/)[^?\s]*)(\?[^\s]*)?$/,l=["{","}","|","\\","^","`"].concat(["<",">",'"',"`"," ","\r","\n","\t"]),u=["'"].concat(l),c=["%","/","?",";","#"].concat(u),f=["/","?","#"],h=/^[+a-z0-9A-Z_-]{0,63}$/,d=/^([+a-z0-9A-Z_-]{0,63})(.*)$/,p={javascript:!0,"javascript:":!0},m={javascript:!0,"javascript:":!0},g={http:!0,https:!0,ftp:!0,gopher:!0,file:!0,"http:":!0,"https:":!0,"ftp:":!0,"gopher:":!0,"file:":!0},v=n(3889);function y(t,e,n){if(t&&"object"==typeof t&&t instanceof i)return t;var r=new i;return r.parse(t,e,n),r}i.prototype.parse=function(t,e,n){if("string"!=typeof t)throw new TypeError("Parameter 'url' must be a string, not "+typeof t);var i=t.indexOf("?"),a=-1!==i&&i<t.indexOf("#")?"?":"#",l=t.split(a);l[0]=l[0].replace(/\\/g,"/");var y=t=l.join(a);if(y=y.trim(),!n&&1===t.split("#").length){var b=s.exec(y);if(b)return this.path=y,this.href=y,this.pathname=b[1],b[2]?(this.search=b[2],this.query=e?v.parse(this.search.substr(1)):this.search.substr(1)):e&&(this.search="",this.query={}),this}var w=o.exec(y);if(w){var _=(w=w[0]).toLowerCase();this.protocol=_,y=y.substr(w.length)}if(n||w||y.match(/^\/\/[^@/]+@[^@/]+/)){var x="//"===y.substr(0,2);!x||w&&m[w]||(y=y.substr(2),this.slashes=!0)}if(!m[w]&&(x||w&&!g[w])){for(var k,C,A=-1,O=0;O<f.length;O++)-1!==(E=y.indexOf(f[O]))&&(-1===A||E<A)&&(A=E);for(-1!==(C=-1===A?y.lastIndexOf("@"):y.lastIndexOf("@",A))&&(k=y.slice(0,C),y=y.slice(C+1),this.auth=decodeURIComponent(k)),A=-1,O=0;O<c.length;O++){var E;-1!==(E=y.indexOf(c[O]))&&(-1===A||E<A)&&(A=E)}-1===A&&(A=y.length),this.host=y.slice(0,A),y=y.slice(A),this.parseHost(),this.hostname=this.hostname||"";var S="["===this.hostname[0]&&"]"===this.hostname[this.hostname.length-1];if(!S)for(var j=this.hostname.split(/\./),P=(O=0,j.length);O<P;O++){var T=j[O];if(T&&!T.match(h)){for(var M="",R=0,D=T.length;R<D;R++)T.charCodeAt(R)>127?M+="x":M+=T[R];if(!M.match(h)){var N=j.slice(0,O),V=j.slice(O+1),L=T.match(d);L&&(N.push(L[1]),V.unshift(L[2])),V.length&&(y="/"+V.join(".")+y),this.hostname=N.join(".");break}}}this.hostname.length>255?this.hostname="":this.hostname=this.hostname.toLowerCase(),S||(this.hostname=r.toASCII(this.hostname));var B=this.port?":"+this.port:"",I=this.hostname||"";this.host=I+B,this.href+=this.host,S&&(this.hostname=this.hostname.substr(1,this.hostname.length-2),"/"!==y[0]&&(y="/"+y))}if(!p[_])for(O=0,P=u.length;O<P;O++){var H=u[O];if(-1!==y.indexOf(H)){var z=encodeURIComponent(H);z===H&&(z=escape(H)),y=y.split(H).join(z)}}var U=y.indexOf("#");-1!==U&&(this.hash=y.substr(U),y=y.slice(0,U));var F=y.indexOf("?");if(-1!==F?(this.search=y.substr(F),this.query=y.substr(F+1),e&&(this.query=v.parse(this.query)),y=y.slice(0,F)):e&&(this.search="",this.query={}),y&&(this.pathname=y),g[_]&&this.hostname&&!this.pathname&&(this.pathname="/"),this.pathname||this.search){B=this.pathname||"";var $=this.search||"";this.path=B+$}return this.href=this.format(),this},i.prototype.format=function(){var t=this.auth||"";t&&(t=(t=encodeURIComponent(t)).replace(/%3A/i,":"),t+="@");var e=this.protocol||"",n=this.pathname||"",r=this.hash||"",i=!1,o="";this.host?i=t+this.host:this.hostname&&(i=t+(-1===this.hostname.indexOf(":")?this.hostname:"["+this.hostname+"]"),this.port&&(i+=":"+this.port)),this.query&&"object"==typeof this.query&&Object.keys(this.query).length&&(o=v.stringify(this.query,{arrayFormat:"repeat",addQueryPrefix:!1}));var a=this.search||o&&"?"+o||"";return e&&":"!==e.substr(-1)&&(e+=":"),this.slashes||(!e||g[e])&&!1!==i?(i="//"+(i||""),n&&"/"!==n.charAt(0)&&(n="/"+n)):i||(i=""),r&&"#"!==r.charAt(0)&&(r="#"+r),a&&"?"!==a.charAt(0)&&(a="?"+a),e+i+(n=n.replace(/[?#]/g,(function(t){return encodeURIComponent(t)})))+(a=a.replace("#","%23"))+r},i.prototype.resolve=function(t){return this.resolveObject(y(t,!1,!0)).format()},i.prototype.resolveObject=function(t){if("string"==typeof t){var e=new i;e.parse(t,!1,!0),t=e}for(var n=new i,r=Object.keys(this),o=0;o<r.length;o++){var a=r[o];n[a]=this[a]}if(n.hash=t.hash,""===t.href)return n.href=n.format(),n;if(t.slashes&&!t.protocol){for(var s=Object.keys(t),l=0;l<s.length;l++){var u=s[l];"protocol"!==u&&(n[u]=t[u])}return g[n.protocol]&&n.hostname&&!n.pathname&&(n.pathname="/",n.path=n.pathname),n.href=n.format(),n}if(t.protocol&&t.protocol!==n.protocol){if(!g[t.protocol]){for(var c=Object.keys(t),f=0;f<c.length;f++){var h=c[f];n[h]=t[h]}return n.href=n.format(),n}if(n.protocol=t.protocol,t.host||m[t.protocol])n.pathname=t.pathname;else{for(var d=(t.pathname||"").split("/");d.length&&!(t.host=d.shift()););t.host||(t.host=""),t.hostname||(t.hostname=""),""!==d[0]&&d.unshift(""),d.length<2&&d.unshift(""),n.pathname=d.join("/")}if(n.search=t.search,n.query=t.query,n.host=t.host||"",n.auth=t.auth,n.hostname=t.hostname||t.host,n.port=t.port,n.pathname||n.search){var p=n.pathname||"",v=n.search||"";n.path=p+v}return n.slashes=n.slashes||t.slashes,n.href=n.format(),n}var y=n.pathname&&"/"===n.pathname.charAt(0),b=t.host||t.pathname&&"/"===t.pathname.charAt(0),w=b||y||n.host&&t.pathname,_=w,x=n.pathname&&n.pathname.split("/")||[],k=(d=t.pathname&&t.pathname.split("/")||[],n.protocol&&!g[n.protocol]);if(k&&(n.hostname="",n.port=null,n.host&&(""===x[0]?x[0]=n.host:x.unshift(n.host)),n.host="",t.protocol&&(t.hostname=null,t.port=null,t.host&&(""===d[0]?d[0]=t.host:d.unshift(t.host)),t.host=null),w=w&&(""===d[0]||""===x[0])),b)n.host=t.host||""===t.host?t.host:n.host,n.hostname=t.hostname||""===t.hostname?t.hostname:n.hostname,n.search=t.search,n.query=t.query,x=d;else if(d.length)x||(x=[]),x.pop(),x=x.concat(d),n.search=t.search,n.query=t.query;else if(null!=t.search)return k&&(n.host=x.shift(),n.hostname=n.host,(S=!!(n.host&&n.host.indexOf("@")>0)&&n.host.split("@"))&&(n.auth=S.shift(),n.hostname=S.shift(),n.host=n.hostname)),n.search=t.search,n.query=t.query,null===n.pathname&&null===n.search||(n.path=(n.pathname?n.pathname:"")+(n.search?n.search:"")),n.href=n.format(),n;if(!x.length)return n.pathname=null,n.search?n.path="/"+n.search:n.path=null,n.href=n.format(),n;for(var C=x.slice(-1)[0],A=(n.host||t.host||x.length>1)&&("."===C||".."===C)||""===C,O=0,E=x.length;E>=0;E--)"."===(C=x[E])?x.splice(E,1):".."===C?(x.splice(E,1),O++):O&&(x.splice(E,1),O--);if(!w&&!_)for(;O--;O)x.unshift("..");!w||""===x[0]||x[0]&&"/"===x[0].charAt(0)||x.unshift(""),A&&"/"!==x.join("/").substr(-1)&&x.push("");var S,j=""===x[0]||x[0]&&"/"===x[0].charAt(0);return k&&(n.hostname=j?"":x.length?x.shift():"",n.host=n.hostname,(S=!!(n.host&&n.host.indexOf("@")>0)&&n.host.split("@"))&&(n.auth=S.shift(),n.hostname=S.shift(),n.host=n.hostname)),(w=w||n.host&&x.length)&&!j&&x.unshift(""),x.length>0?n.pathname=x.join("/"):(n.pathname=null,n.path=null),null===n.pathname&&null===n.search||(n.path=(n.pathname?n.pathname:"")+(n.search?n.search:"")),n.auth=t.auth||n.auth,n.slashes=n.slashes||t.slashes,n.href=n.format(),n},i.prototype.parseHost=function(){var t=this.host,e=a.exec(t);e&&(":"!==(e=e[0])&&(this.port=e.substr(1)),t=t.substr(0,t.length-e.length)),t&&(this.hostname=t)},e.parse=y,e.resolve=function(t,e){return y(t,!1,!0).resolve(e)},e.resolveObject=function(t,e){return t?y(t,!1,!0).resolveObject(e):e},e.format=function(t){return"string"==typeof t&&(t=y(t)),t instanceof i?t.format():i.prototype.format.call(t)},e.Url=i},9604:function(t,e,n){var r={"./az.json":[2783,792],"./br.json":[1256,792],"./de.json":[5007,792],"./en.json":[3623,792],"./es.json":[3232,792],"./fr.json":[8564,792],"./he.json":[4323,792],"./isv.json":[2594,792],"./ja.json":[8925,792],"./kr.json":[3729,792],"./nl.json":[8826,792],"./pl.json":[7216,792],"./ru.json":[8353,792],"./sv.json":[301,792],"./tr.json":[9250,792],"./zh.json":[154,792]};function i(t){if(!n.o(r,t))return Promise.resolve().then((function(){var e=new Error("Cannot find module '"+t+"'");throw e.code="MODULE_NOT_FOUND",e}));var e=r[t],i=e[0];return n.e(e[1]).then((function(){return n.t(i,17)}))}i.keys=function(){return Object.keys(r)},i.id=9604,t.exports=i},2783:function(t){"use strict";t.exports='{\n "chart": {\n "duration": {\n "empty": "Göstəriləcək heç nə yoxdur",\n "name": "Test müddəti"\n },\n "severity": {\n "name": "Testlərin əhəmiyyəti"\n },\n "status": {\n "name": "Testlərin statusu"\n },\n "trend": {\n "empty": "Göstəriləcək heç nə yoxdur"\n }\n },\n "component": {\n "markToggle": {\n "hideCases": "{{mark}} nəticəni gizlədin",\n "showCases": "{{mark}} nəticəni göstərin"\n },\n "statusToggle": {\n "hideCases": "{{status}} statuslu test nəticələrini gizlədin",\n "showCases": "{{status}} statuslu test nəticələrini gizlədin"\n },\n "tree": {\n "download": "CSV endirin",\n "empty": "Məlumat yoxdur",\n "filter": "Status",\n "filter-marks": "Teqlər",\n "filtered": {\n "shown": "{{count}} göstərilir",\n "total": "{{count}} test nəticəsi",\n "total_plural": "{{count}} test nəticəsi"\n },\n "groups": "Qruplar haqqında məlumatları göstərin",\n "time": {\n "max": {\n "name": "Maks",\n "tooltip": "Qrupdakı ən uzun testin müddəti"\n },\n "sum": {\n "name": "Cəm",\n "tooltip": "Qrupdakı test müddətlərinin cəmi"\n },\n "total": {\n "name": "Toplam",\n "tooltip": "İlk test başlayandan sonuncu bitənə qədər olan vaxt"\n }\n },\n "unknown": "<Boş>"\n },\n "widgetStatus": {\n "showAll": "Hamısını göstər",\n "total": "Toplam {{count}} element",\n "total_plural": "Toplam {{count}} element"\n }\n },\n "controls": {\n "backto": "Geri",\n "clipboard": "Mübadilə buferinə kopyala",\n "clipboardError": "Mübadilə buferinə kopyalamaq mümkün olmadı. Bu özəllik browseriniz tərəfindən dəstəklənmir",\n "clipboardSuccess": "Uğurla kopyalandı",\n "collapse": "Aç",\n "expand": "Genişlət",\n "fullscreen": "Tam ekran",\n "language": "Dili dəyişin"\n },\n "errors": {\n "missedAttachment": "Qoşma tapılmadı",\n "notFound": "Tapılmadı"\n },\n "marks": {\n "flaky": "Qeyri-sabit",\n "newBroken": "Yeni qırılmış",\n "newFailed": "Yeni uğursuz",\n "newPassed": "Yeni keçmiş",\n "retriesStatusChange": "Yenidən cəhd etdikdən sonra status dəyişib"\n },\n "sorter": {\n "duration": "müddət",\n "name": "ad",\n "order": "sıra",\n "status": "status"\n },\n "status": {\n "broken": "Qırılmış",\n "failed": "Uğursuz",\n "passed": "Keçmiş",\n "skipped": "Buraxılmış",\n "unknown": "Qeyri müəyyən"\n },\n "tab": {\n "categories": {\n "name": "Kateqoriyalar"\n },\n "graph": {\n "name": "Qraflar"\n },\n "overview": {\n "name": "Ümumibaxış"\n },\n "suites": {\n "name": "Test dəsti"\n },\n "timeline": {\n "name": "Zaman şkalası",\n "selected": "Müddəti {{duration}} çox olan {{count}} test ({{percent}}%) seçildi",\n "selected_plural": "Müddəti {{duration}} çox olan {{count}} test ({{percent}}%) seçildi"\n }\n },\n "testResult": {\n "categories": {\n "name": "Kateqoriyalar"\n },\n "description": {\n "name": "Açıqlama"\n },\n "duration": {\n "name": "Müddət"\n },\n "execution": {\n "body": "Test gövdəsi",\n "downloadAttachment": {\n "tooltip": "Qoşmanı yeni tabda açın"\n },\n "name": "İcra",\n "setup": "Hazırlanma",\n "teardown": "Sonlandırma"\n },\n "history": {\n "empty": "Tarix məlumatı tapılmadı.",\n "name": "Tarix",\n "statistic": "Toplam:{{total}}, Keçmiş:{{passed}} ",\n "successRate": "Uğur faizi",\n "time": "{{date}} at {{time}}"\n },\n "links": {\n "name": "Linklər"\n },\n "overview": {\n "name": "Ümumibaxış"\n },\n "owner": {\n "name": "Sahibi"\n },\n "parameters": {\n "name": "Parameterlər"\n },\n "retries": {\n "empty": "Testlərin yenidən çalışdırılması ilə bağlı məlumat yoxdur",\n "name": "Yenidən Cəhdlər",\n "time": "{{date}} at {{time}}"\n },\n "severity": {\n "name": "Əhəmiyyəti"\n },\n "stats": {\n "count": {\n "attachments": "{{count}} qoşma",\n "attachments_plural": "{{count}} qoşma",\n "parameters": "{{count}} parameter",\n "parameters_plural": "{{count}} parameter",\n "steps": "{{count}} alt addım",\n "steps_plural": "{{count}} alt addım"\n }\n },\n "status": {\n "empty": "Boş status detalları",\n "trace": "Trace-i göstər"\n },\n "tags": {\n "name": "Teqlər"\n }\n },\n "widget": {\n "categories": {\n "name": "Kateqoriyalar"\n },\n "categoriesTrend": {\n "name": "Kateqoriyalar trendi"\n },\n "durationTrend": {\n "name": "Müddət trendi"\n },\n "environment": {\n "empty": "Mühit dəyişənləri haqqında məlumat yoxdur",\n "name": "Mühit",\n "showAll": "Hamısını göstər"\n },\n "executors": {\n "empty": "Testin icrası sistemi haqqında məlumat yoxdur",\n "name": "Test icraçıları",\n "unknown": "Bilinməyən"\n },\n "launches": {\n "empty": "Başlamalar haqqında məlumat yoxdur",\n "name": "Başlamalar"\n },\n "retryTrend": {\n "name": "Yenidən cəhdlər trendi"\n },\n "suites": {\n "name": "Dəstlər"\n },\n "summary": {\n "aggregatedName": "Ümumi hesabat",\n "launches": "Başlama",\n "launches_plural": "Başlamalar",\n "testResults": "test nəticəsi",\n "testResults_plural": "test nəticələri"\n },\n "trend": {\n "name": "Trend"\n }\n }\n}\n'},1256:function(t){"use strict";t.exports='{\n "chart": {\n "duration": {\n "empty": "Não há nada para mostrar",\n "name": "Duração"\n },\n "severity": {\n "name": "Severidade"\n },\n "status": {\n "name": "Situação"\n },\n "trend": {\n "empty": "Não há nada para mostrar"\n }\n },\n "component": {\n "statusToggle": {\n "hideCases": "Ocultar resultados dos testes com situação {{status}}",\n "showCases": "Mostrar resultados dos testes com situação {{status}}"\n },\n "tree": {\n "download": "Download CSV",\n "empty": "Não há itens",\n "filter": "Filtrar por situação",\n "filtered": {\n "shown": "mostrar {{count}}",\n "total": "resultado do teste {{count}}",\n "total_plural": "resultados dos testes {{count}}"\n },\n "groups": "Alternar informações do grupo",\n "time": {\n "max": {\n "name": "Max",\n "tooltip": "Teste mais demorado"\n },\n "sum": {\n "name": "Soma",\n "tooltip": "Soma da duração de todos os testes"\n },\n "total": {\n "name": "Total",\n "tooltip": "Duração de inicio do primeiro teste até o ultimo teste finalizar"\n }\n },\n "unknown": "Grupo vazio"\n },\n "widgetStatus": {\n "showAll": "Mostrar tudo",\n "total": "total de item {{count}}",\n "total_plural": "total de itens {{count}}"\n }\n },\n "controls": {\n "backto": "Voltar para",\n "clipboard": "Copiar para área de transferência",\n "clipboardError": "Não é possível copiar o valor para área de transferência. Parece que está funcionalidade não é suportada pelo seu browser",\n "clipboardSuccess": "Copiado com sucesso",\n "collapse": "Reduzir",\n "expand": "Expandir",\n "fullscreen": "Tela cheia",\n "language": "Mudar a linguagem"\n },\n "errors": {\n "missedAttachment": "Anexo não encontrado",\n "notFound": "Não encontrado"\n },\n "marks": {\n "flaky": "Inconsistente",\n "newBroken": "Novo quebrado",\n "newFailed": "Novo falhou",\n "newPassed": "Novo passou",\n "retriesStatusChange": "Status alterado após nova tentativa"\n },\n "sorter": {\n "duration": "duração",\n "name": "nome",\n "order": "ordem",\n "status": "situação"\n },\n "status": {\n "broken": "Quebrado",\n "failed": "Falhou",\n "passed": "Passou",\n "skipped": "Ignorado",\n "unknown": "Desconhecido"\n },\n "tab": {\n "categories": {\n "name": "Categorias"\n },\n "graph": {\n "name": "Gráficos"\n },\n "overview": {\n "name": "Visão geral"\n },\n "suites": {\n "name": "Suítes"\n },\n "timeline": {\n "name": "Linha do tempo",\n "selected": "Selecionado {{count}} teste ({{percent}}%) com duração acima de {{duration}}",\n "selected_plural": "Selecionados {{count}} testes ({{percent}}%) com duração acima de {{duration}}"\n }\n },\n "testResult": {\n "categories": {\n "name": "Categorias"\n },\n "description": {\n "name": "Descrição"\n },\n "duration": {\n "name": "Duração"\n },\n "execution": {\n "body": "Corpo do teste",\n "name": "Execução",\n "setup": "Pré-execução",\n "teardown": "Pós-execução"\n },\n "history": {\n "name": "Histórico",\n "successRate": "Taxa de sucesso"\n },\n "links": {\n "name": "Links"\n },\n "overview": {\n "name": "Visão geral"\n },\n "owner": {\n "name": "Proprietário"\n },\n "parameters": {\n "name": "Parâmetros"\n },\n "retries": {\n "empty": "Não há informação disponível sobre as tentativas de testes.",\n "name": "Tentativas"\n },\n "severity": {\n "name": "Severidade"\n },\n "stats": {\n "count": {\n "attachments": "{{count}} anexo",\n "attachments_plural": "{{count}} anexos",\n "parameters": "{{count}} parâmetro",\n "parameters_plural": "{{count}} parâmetros",\n "steps": "{{count}} sub-passo",\n "steps_plural": "{{count}} sub-passos"\n }\n },\n "status": {\n "empty": "Detalhes da situação vazio.",\n "trace": "Mostrar trace"\n },\n "tags": {\n "name": "Tags"\n }\n },\n "widget": {\n "categories": {\n "name": "Categorias"\n },\n "categoriesTrend": {\n "name": "Tendência das categorias"\n },\n "durationTrend": {\n "name": "Tendência das durações"\n },\n "environment": {\n "empty": "Não há variáveis de ambiente.",\n "name": "Ambiente",\n "showAll": "Mostrar tudo"\n },\n "executors": {\n "empty": "Não há informação sobre os executores dos testes.",\n "name": "Executores",\n "unknown": "Desconhecido"\n },\n "launches": {\n "empty": "Não há informações sobre execuções",\n "name": "Execuções"\n },\n "retryTrend": {\n "name": "Tendência das tentativas"\n },\n "suites": {\n "name": "Suítes"\n },\n "summary": {\n "aggregatedName": "Relatório agregado",\n "launches": "execução",\n "launches_plural": "execuções",\n "testResults": "caso de teste",\n "testResults_plural": "casos de teste"\n },\n "trend": {\n "name": "Tendência"\n }\n }\n}\n'},5007:function(t){"use strict";t.exports='{\n "chart": {\n "duration": {\n "empty": "Hier gibt es nichts zu zeigen",\n "name": "Dauer"\n },\n "severity": {\n "name": "Ausmaß"\n },\n "status": {\n "name": "Status"\n },\n "trend": {\n "empty": "Hier gibt es nichts zu zeigen"\n }\n },\n "component": {\n "statusToggle": {\n "hideCases": "Verstecke Testergebnisse mit Status {{status}}",\n "showCases": "Zeige Testergebnisse mit Status {{status}}"\n },\n "tree": {\n "download": "CSV herunterladen",\n "empty": "Keine Einträge verfügbar",\n "filter": "Filtere Testfälle nach Status",\n "filtered": {\n "shown": "{{count}} angezeigt",\n "total": "{{count}} Testergebnis",\n "total_plural": "{{count}} Testergebnisse"\n },\n "groups": "Gruppeninformationen an- / ausschalten",\n "time": {\n "max": {\n "name": "Max",\n "tooltip": "Längste Testdauer"\n },\n "sum": {\n "name": "Summe",\n "tooltip": "Summe aller Testdauern"\n },\n "total": {\n "name": "Gesamt",\n "tooltip": "Dauer vom Start des ersten bis zum Ende des letzten Tests"\n }\n },\n "unknown": "<Leer>"\n },\n "widgetStatus": {\n "showAll": "Zeige alle",\n "total": "{{count}} Eintrag insgesamt",\n "total_plural": "{{count}} Einträge insgesamt"\n }\n },\n "controls": {\n "backto": "Zurück zu",\n "clipboard": "In Zwischenablage kopieren",\n "clipboardError": "Wert konnte nicht in Zwischenablage kopiert werden. Ihr Browser scheint dieses Feature nicht zu unterstützen",\n "clipboardSuccess": "Erfolgreich in Zwischenablage kopiert",\n "collapse": "Verkleinern",\n "expand": "Vergrößern",\n "fullscreen": "Vollbild",\n "language": "Sprache ändern"\n },\n "errors": {\n "missedAttachment": "Anhang nicht gefunden",\n "notFound": "Nicht gefunden"\n },\n "marks": {\n "flaky": "Instabil",\n "newBroken": "Neu defekt",\n "newFailed": "Neu fehlgeschlagen",\n "newPassed": "Neu erfolgreich",\n "retriesStatusChange": "Status nach erneutem Versuch geändert"\n },\n "sorter": {\n "duration": "Dauer",\n "name": "Name",\n "order": "Reihenfolge",\n "status": "Status"\n },\n "status": {\n "broken": "Defekt",\n "failed": "Fehlgeschlagen",\n "passed": "Erfolgreich",\n "skipped": "Übersprungen",\n "unknown": "Unbekannt"\n },\n "tab": {\n "categories": {\n "name": "Kategorien"\n },\n "graph": {\n "name": "Grafiken"\n },\n "overview": {\n "name": "Übersicht"\n },\n "suites": {\n "name": "Suiten"\n },\n "timeline": {\n "name": "Zeitstrahl",\n "selected": "{{count}} Test ausgewählt ({{percent}}%) mit einer Dauer von über {{duration}}",\n "selected_plural": "{{count}} Tests ausgewählt ({{percent}}%) mit einer Dauer von über {{duration}}"\n }\n },\n "testResult": {\n "categories": {\n "name": "Kategorien"\n },\n "description": {\n "name": "Beschreibung"\n },\n "duration": {\n "name": "Dauer"\n },\n "execution": {\n "body": "Test",\n "name": "Durchführung",\n "setup": "Vorbereitung",\n "teardown": "Aufräumung"\n },\n "history": {\n "name": "Historie",\n "successRate": "Erfolgsrate"\n },\n "links": {\n "name": "Links"\n },\n "overview": {\n "name": "Übersicht"\n },\n "owner": {\n "name": "Besitzer"\n },\n "parameters": {\n "name": "Parameter"\n },\n "retries": {\n "empty": "Keine Informationen zu Wiederholungen verfügbar",\n "name": "Wiederholungen"\n },\n "severity": {\n "name": "Ausmaß"\n },\n "stats": {\n "count": {\n "attachments": "{{count}} Anhang",\n "attachments_plural": "{{count}} Anhänge",\n "parameters": "{{count}} Parameter",\n "parameters_plural": "{{count}} Parameter",\n "steps": "{{count}} Unterschritt",\n "steps_plural": "{{count}} Unterschritte"\n }\n },\n "status": {\n "empty": "Keine Status Details",\n "trace": "Zeige Stracktrace"\n },\n "tags": {\n "name": "Tags"\n }\n },\n "widget": {\n "categories": {\n "name": "Kategorien"\n },\n "categoriesTrend": {\n "name": "Kategorien Trend"\n },\n "durationTrend": {\n "name": "Dauer Trend"\n },\n "environment": {\n "empty": "Keine Umgebungsvariablen verfügbar",\n "name": "Umgebung",\n "showAll": "Zeige alle"\n },\n "executors": {\n "empty": "Keine Informationen zu Testdurchführern verfügbar",\n "name": "Durchführer",\n "unknown": "Unbekannt"\n },\n "launches": {\n "empty": "Keine Informationen zu Durchläufen verfügbar",\n "name": "Durchläufe"\n },\n "retryTrend": {\n "name": "Wiederholungen Trend"\n },\n "suites": {\n "name": "Suiten"\n },\n "summary": {\n "aggregatedName": "Aggregierter Report",\n "launches": "Durchlauf",\n "launches_plural": "Durchläufe",\n "testResults": "Testfall",\n "testResults_plural": "Testfälle"\n },\n "trend": {\n "name": "Trend"\n }\n }\n}\n'},3623:function(t){"use strict";t.exports='{\n "chart": {\n "duration": {\n "empty": "There is nothing to show",\n "name": "Duration"\n },\n "severity": {\n "name": "Severity"\n },\n "status": {\n "name": "Status"\n },\n "trend": {\n "empty": "There is nothing to show"\n }\n },\n "component": {\n "markToggle": {\n "hideCases": "Hide {{mark}} test results",\n "showCases": "Show {{mark}} test results"\n },\n "statusToggle": {\n "hideCases": "Hide test results with {{status}} status",\n "showCases": "Show test results with {{status}} status"\n },\n "tree": {\n "download": "Download CSV",\n "empty": "There are no items",\n "filter": "Status",\n "filter-marks": "Marks",\n "filtered": {\n "shown": "{{count}} shown",\n "total": "{{count}} test result",\n "total_plural": "{{count}} test results"\n },\n "groups": "Toggle groups info",\n "time": {\n "max": {\n "name": "Max",\n "tooltip": "Longest test duration"\n },\n "sum": {\n "name": "Sum",\n "tooltip": "Sum of all tests durations"\n },\n "total": {\n "name": "Total",\n "tooltip": "Duration from first test started to last test finished"\n }\n },\n "unknown": "<Empty>"\n },\n "widgetStatus": {\n "showAll": "Show all",\n "total": "{{count}} item total",\n "total_plural": "{{count}} items total"\n }\n },\n "controls": {\n "backto": "Back to",\n "clipboard": "Copy to clipboard",\n "clipboardError": "Can not copy value to clipboard. Seems like this feature is not supported for your browser",\n "clipboardSuccess": "Successfully copied",\n "collapse": "Collapse",\n "expand": "Expand",\n "fullscreen": "Full screen",\n "language": "Change language"\n },\n "errors": {\n "missedAttachment": "Attachment not found",\n "notFound": "Not found"\n },\n "marks": {\n "flaky": "Flaky",\n "newBroken": "New broken",\n "newFailed": "New failed",\n "newPassed": "New passed",\n "retriesStatusChange": "Status changed after retry"\n },\n "sorter": {\n "duration": "duration",\n "name": "name",\n "order": "order",\n "status": "status"\n },\n "status": {\n "broken": "Broken",\n "failed": "Failed",\n "passed": "Passed",\n "skipped": "Skipped",\n "unknown": "Unknown"\n },\n "tab": {\n "categories": {\n "name": "Categories"\n },\n "graph": {\n "name": "Graphs"\n },\n "overview": {\n "name": "Overview"\n },\n "suites": {\n "name": "Suites"\n },\n "timeline": {\n "name": "Timeline",\n "selected": "Selected {{count}} test ({{percent}}%) with duration above {{duration}}",\n "selected_plural": "Selected {{count}} tests ({{percent}}%) with duration above {{duration}}"\n }\n },\n "testResult": {\n "categories": {\n "name": "Categories"\n },\n "description": {\n "name": "Description"\n },\n "duration": {\n "name": "Duration"\n },\n "execution": {\n "body": "Test body",\n "downloadAttachment": {\n "tooltip": "Open attachment in new tab"\n },\n "name": "Execution",\n "setup": "Set up",\n "teardown": "Tear down"\n },\n "history": {\n "empty": "No history information available.",\n "name": "History",\n "statistic": "{{passed}} of {{total}}",\n "successRate": "Success rate",\n "time": "{{date}} at {{time}}"\n },\n "links": {\n "name": "Links"\n },\n "overview": {\n "name": "Overview"\n },\n "owner": {\n "name": "Owner"\n },\n "parameters": {\n "name": "Parameters"\n },\n "retries": {\n "empty": "There is no information available about test retries",\n "name": "Retries",\n "time": "{{date}} at {{time}}"\n },\n "severity": {\n "name": "Severity",\n "blocker": "blocker",\n "critical": "critical",\n "normal": "normal",\n "minor": "minor",\n "trivial": "trivial"\n },\n "stats": {\n "count": {\n "attachments": "{{count}} attachment",\n "attachments_plural": "{{count}} attachments",\n "parameters": "{{count}} parameter",\n "parameters_plural": "{{count}} parameters",\n "steps": "{{count}} sub-step",\n "steps_plural": "{{count}} sub-steps"\n }\n },\n "status": {\n "empty": "Empty status details",\n "trace": "Show trace"\n },\n "tags": {\n "name": "Tags"\n }\n },\n "widget": {\n "categories": {\n "name": "Categories"\n },\n "categoriesTrend": {\n "name": "Categories trend"\n },\n "durationTrend": {\n "name": "Duration trend"\n },\n "environment": {\n "empty": "There are no environment variables",\n "name": "Environment",\n "showAll": "Show all"\n },\n "executors": {\n "empty": "There is no information about tests executors",\n "name": "Executors",\n "unknown": "Unknown"\n },\n "launches": {\n "empty": "There is no information about launches",\n "name": "Launches"\n },\n "retryTrend": {\n "name": "Retries trend"\n },\n "suites": {\n "name": "Suites"\n },\n "summary": {\n "aggregatedName": "Aggregated report",\n "launches": "launch",\n "launches_plural": "launches",\n "testResults": "test case",\n "testResults_plural": "test cases"\n },\n "trend": {\n "name": "Trend"\n }\n }\n}\n'},3232:function(t){"use strict";t.exports='{\n "chart": {\n "duration": {\n "empty": "No hay nada para mostrar",\n "name": "Duración"\n },\n "severity": {\n "name": "Severidad"\n },\n "status": {\n "name": "Estado"\n },\n "trend": {\n "empty": "No hay nada para mostrar"\n }\n },\n "component": {\n "markToggle": {\n "hideCases": "Ocultar {{mark}} resultados de prueba",\n "showCases": "Mostrar {{mark}} resultados de prueba"\n },\n "statusToggle": {\n "hideCases": "Ocultar resultados de pruebas con estado {{status}}",\n "showCases": "Mostrar resultados de pruebas con estado {{status}}"\n },\n "tree": {\n "download": "Descargar CSV",\n "empty": "No hay ítems",\n "filter": "Estado",\n "unknown": "<Vacío>",\n "filtered": {\n "shown": "{{count}} mostrados",\n "total": "{{count}} resultado",\n "total_plural": "{{count}} resultados"\n },\n "groups": "Alternar información del grupo",\n "time": {\n "max": {\n "name": "Max",\n "tooltip": "Prueba con mayor duración"\n },\n "sum": {\n "name": "Suma",\n "tooltip": "Suma de todas las pruebas"\n },\n "total": {\n "name": "Total",\n "tooltip": "Duración desde el primer test iniciado hasta el último finalizado"\n }\n }\n },\n "widgetStatus": {\n "showAll": "Mostrar todo",\n "total": "total de ítems {{count}}",\n "total_plural": "total de ítems {{count}}"\n }\n },\n "controls": {\n "backto": "Volver a",\n "clipboard": "Copiar a portapapeles",\n "clipboardError": "No es posible utilizar el portapapeles. Parece ser que esta funcionalidad no es soportada por tu navegador",\n "clipboardSuccess": "Copiado exitosamente",\n "collapse": "Colapsar",\n "expand": "Expandir",\n "fullscreen": "Pantalla completa",\n "language": "Cambiar lenguaje"\n },\n "errors": {\n "missedAttachment": "Adjunto no encontrado",\n "notFound": "No encontrado"\n },\n "marks": {\n "flaky": "Inestable",\n "newBroken": "Nuevo roto",\n "newFailed": "Nuevo fallido",\n "newPassed": "Nuevo pasado",\n "retriesStatusChange": "El estado cambió después de reintentar"\n },\n "sorter": {\n "duration": "duración",\n "name": "nombre",\n "order": "orden",\n "status": "estado"\n },\n "status": {\n "broken": "Roto",\n "failed": "Fallido",\n "passed": "Exitoso",\n "skipped": "Ignorado",\n "unknown": "Desconocido"\n },\n "tab": {\n "categories": {\n "name": "Categorías"\n },\n "graph": {\n "name": "Gráficos"\n },\n "overview": {\n "name": "Visión General"\n },\n "suites": {\n "name": "Suites"\n },\n "timeline": {\n "name": "Línea de Tiempo",\n "selected": "Selecionada {{count}} prueba ({{percent}}%) con duración arriba de {{duration}}",\n "selected_plural": "Selecionadas {{count}} pruebas ({{percent}}%) con duración arriba de {{duration}}"\n }\n },\n "testResult": {\n "categories": {\n "name": "Categorías"\n },\n "description": {\n "name": "Descripción"\n },\n "duration": {\n "name": "Duración"\n },\n "execution": {\n "body": "Contenido de la prueba",\n "name": "Ejecución",\n "setup": "Pre-ejecución",\n "teardown": "Post-ejecución"\n },\n "history": {\n "name": "Histórico",\n "successRate": "Tasa de éxito"\n },\n "links": {\n "name": "Links"\n },\n "overview": {\n "name": "Visión general"\n },\n "owner": {\n "name": "Propietario"\n },\n "parameters": {\n "name": "Parámetros"\n },\n "retries": {\n "empty": "No hay información disponible sobre los reintentos de la prueba",\n "name": "Reintentos"\n },\n "severity": {\n "name": "Severidad"\n },\n "stats": {\n "count": {\n "attachments": "{{count}} adjunto",\n "attachments_plural": "{{count}} adjuntos",\n "parameters": "{{count}} parámetro",\n "parameters_plural": "{{count}} parámetros",\n "steps": "{{count}} sub-paso",\n "steps_plural": "{{count}} sub-pasos"\n }\n },\n "status": {\n "empty": "Detalles de estado no existente",\n "trace": "Mostrar trace"\n },\n "tags": {\n "name": "Etiquetas"\n }\n },\n "widget": {\n "categories": {\n "name": "Categorías"\n },\n "categoriesTrend": {\n "name": "Tendencia de categorías"\n },\n "durationTrend": {\n "name": "Tendencia de duraciones"\n },\n "environment": {\n "empty": "No hay variables de ambiente definidas",\n "name": "Ambiente",\n "showAll": "Mostrar todo"\n },\n "executors": {\n "empty": "No hay información sobre los ejecutores de pruebas",\n "name": "Ejecutores",\n "unknown": "Desconocido"\n },\n "launches": {\n "empty": "No hay información sobre ejecutores",\n "name": "Ejecutores"\n },\n "retryTrend": {\n "name": "Tendencia de reintentos"\n },\n "suites": {\n "name": "Suites"\n },\n "summary": {\n "aggregatedName": "Reporte agregado",\n "launches": "ejecución",\n "launches_plural": "ejecuciones",\n "testResults": "caso de prueba",\n "testResults_plural": "casos de prueba"\n },\n "trend": {\n "name": "Tendencia"\n }\n }\n}\n'},8564:function(t){"use strict";t.exports='{\n "chart": {\n "duration": {\n "empty": "Il n\'y a rien à montrer",\n "name": "Durée"\n },\n "severity": {\n "name": "Sévérité"\n },\n "status": {\n "name": "Statut"\n },\n "trend": {\n "empty": "Il n\'y a rien à montrer"\n }\n },\n "component": {\n "markToggle": {\n "hideCases": "Cacher les résultats de test marqués {{mark}}",\n "showCases": "Montrer les résultats de test marqués {{mark}}"\n },\n "statusToggle": {\n "hideCases": "Cacher les résultats de test avec le statut {{status}}",\n "showCases": "Montrer les résultats de test avec le statut {{status}}"\n },\n "tree": {\n "download": "Télécharger le fichier CSV",\n "empty": "Il n\'y a aucun article",\n "filter": "Statut",\n "filter-marks": "Marques",\n "filtered": {\n "shown": "{{count}} montré",\n "total": "{{count}} résultat de test",\n "total_plural": "{{count}} résultats de test"\n },\n "groups": "Basculer les informations des groupes",\n "time": {\n "max": {\n "name": "Maximum",\n "tooltip": "Durée la plus longue"\n },\n "sum": {\n "name": "Somme",\n "tooltip": "Somme de toutes les durées"\n },\n "total": {\n "name": "Total",\n "tooltip": "Durée depuis le premier test démarré jusqu\'au dernier test terminé"\n }\n },\n "unknown": "<Vide>"\n },\n "widgetStatus": {\n "showAll": "Montrer tout",\n "total": "{{count}} article au total",\n "total_plural": "{{count}} articles au total"\n }\n },\n "controls": {\n "backto": "Retour vers",\n "clipboard": "Copier dans le presse-papier",\n "clipboardError": "Impossible de copier vers le presse-papier. Cette fonction ne semble pas être supportée par votre navigateur",\n "clipboardSuccess": "Copié avec succès",\n "collapse": "Plier",\n "expand": "Déplier",\n "fullscreen": "Plein écran",\n "language": "Changer de langue"\n },\n "errors": {\n "missedAttachment": "Pièce jointe non trouvée",\n "notFound": "Non trouvé"\n },\n "marks": {\n "flaky": "Instable",\n "newBroken": "Cassé (nouveau)",\n "newFailed": "Échoué (nouveau)",\n "newPassed": "Réussi (nouveau)",\n "retriesStatusChange": "L\'état a changé après une nouvelle tentative"\n },\n "sorter": {\n "duration": "durée",\n "name": "nom",\n "order": "ordre",\n "status": "statut"\n },\n "status": {\n "broken": "Cassé",\n "failed": "Échoué",\n "passed": "Passé",\n "skipped": "Ignoré",\n "unknown": "Inconnu"\n },\n "tab": {\n "categories": {\n "name": "Catégories"\n },\n "graph": {\n "name": "Graphiques"\n },\n "overview": {\n "name": "Aperçu"\n },\n "suites": {\n "name": "Suites"\n },\n "timeline": {\n "name": "Chronologie",\n "selected": "{{count}} test sélectionné ({{percent}}%) avec une durée supérieure à {{duration}}",\n "selected_plural": "{{count}} tests sélectionnés ({{percent}}%) avec une durée supérieure à {{duration}}"\n }\n },\n "testResult": {\n "categories": {\n "name": "Catégories"\n },\n "description": {\n "name": "Description"\n },\n "duration": {\n "name": "Durée"\n },\n "execution": {\n "body": "Contenu du test",\n "downloadAttachment": {\n "tooltip": "Ouvrir la pièce jointe dans un nouvel onglet"\n },\n "name": "Exécution",\n "setup": "Pré exécution",\n "teardown": "Post exécution"\n },\n "history": {\n "empty": "Aucune information à propos de l\'historique.",\n "name": "Historique",\n "statistic": "{{passed}} sur {{total}}",\n "successRate": "Taux de succès",\n "time": "{{date}} à {{time}}"\n },\n "links": {\n "name": "Liens"\n },\n "overview": {\n "name": "Aperçu"\n },\n "owner": {\n "name": "Propriétaire"\n },\n "parameters": {\n "name": "Paramètres"\n },\n "retries": {\n "empty": "Aucune information à propos des tentatives",\n "name": "Tentatives",\n "time": "{{date}} à {{time}}"\n },\n "severity": {\n "name": "Sévérité"\n },\n "stats": {\n "count": {\n "attachments": "{{count}} pièce jointe",\n "attachments_plural": "{{count}} pièces jointes",\n "parameters": "{{count}} paramètre",\n "parameters_plural": "{{count}} paramètres",\n "steps": "{{count}} sous-étape",\n "steps_plural": "{{count}} sous-étapes"\n }\n },\n "status": {\n "empty": "Détails du statut vide",\n "trace": "Afficher la trace"\n },\n "tags": {\n "name": "Tags"\n }\n },\n "widget": {\n "categories": {\n "name": "Catégories"\n },\n "categoriesTrend": {\n "name": "Tendance des catégories"\n },\n "durationTrend": {\n "name": "Tendance de la durée"\n },\n "environment": {\n "empty": "Aucune variable d\'environnement",\n "name": "Environnement",\n "showAll": "Afficher tout"\n },\n "executors": {\n "empty": "Aucune information à propos des exécuteurs des tests",\n "name": "Exécuteurs",\n "unknown": "Inconnu"\n },\n "launches": {\n "empty": "Aucune information à propos des lancements",\n "name": "Lancements"\n },\n "retryTrend": {\n "name": "Tendance des tentatives"\n },\n "suites": {\n "name": "Suites"\n },\n "summary": {\n "aggregatedName": "Rapport agrégé",\n "launches": "lancement",\n "launches_plural": "lancements",\n "testResults": "cas de test",\n "testResults_plural": "cas de test"\n },\n "trend": {\n "name": "Tendance"\n }\n }\n}\n'},4323:function(t){"use strict";t.exports='{\n "chart": {\n "duration": {\n "empty": "אין דבר להציג",\n "name": "זמן ריצה"\n },\n "severity": {\n "name": "חומרה"\n },\n "status": {\n "name": "סטטוס"\n },\n "trend": {\n "empty": "אין דבר להציג"\n }\n },\n "component": {\n "statusToggle": {\n "hideCases": "הסתר תוצאות ריצה עם הסטטוס {{status}}",\n "showCases": "הצג תוצאות ריצה עם הסטטוס {{status}}"\n },\n "tree": {\n "download": "הורד קובץ CSV",\n "empty": "לא קיימים פריטים",\n "filter": "מיין מקרי בדיקה על ידי סטטוס",\n "filtered": {\n "shown": "מופיעים {{count}}",\n "total": "תוצאת ריצה {{count}}",\n "total_plural": "{{count}} תוצאות ריצה"\n },\n "groups": "הצג/הסתר את המידע על הקבוצות",\n "time": {\n "max": {\n "name": "מקסימלי",\n "tooltip": "זמן הריצה הכי ארוך"\n },\n "sum": {\n "name": "סכום",\n "tooltip": "סכום כל זמני תוצאות הריצה"\n },\n "total": {\n "name": "סך הכול",\n "tooltip": "משך זמן הריצה מתחילת ריצת מקרה הבדיקה הראשון עד סיום ריצת מקרה הבדיקה האחרון"\n }\n },\n "unknown": "רֵיק"\n },\n "widgetStatus": {\n "showAll": "הצג את כל הפריטים",\n "total": "סך הכול פריט {{count}}",\n "total_plural": "סך הכול {{count}} פריטים"\n }\n },\n "controls": {\n "backto": "חזור ל",\n "clipboard": "העתק אל מגש המערכת",\n "clipboardError": "לא ניתן להעתיק את הערך אל מגש המערכת. נראה שהתכונה הזאת לא נתמכת על ידי הדפדפן שלך",\n "clipboardSuccess": "הועתק בהצלחה",\n "collapse": "כווץ",\n "expand": "הרחב",\n "fullscreen": "מסך מלא",\n "language": "שנה שפה"\n },\n "errors": {\n "missedAttachment": "התוכן המצורף לא נמצא",\n "notFound": "לא נמצא"\n },\n "marks": {\n "flaky": "לא יציב",\n "newBroken": "חדש שבור",\n "newFailed": "חדש נכשל",\n "newPassed": "חדש עבר",\n "retriesStatusChange": "הסטטוס השתנה לאחר ניסיון חוזר"\n },\n "sorter": {\n "duration": "זמן ריצה",\n "name": "שם מקרה הבדיקה",\n "order": "סדר",\n "status": "סטטוס"\n },\n "status": {\n "broken": "שבור",\n "failed": "נכשל",\n "passed": "עבר",\n "skipped": "דולג",\n "unknown": "לא ידוע"\n },\n "tab": {\n "categories": {\n "name": "קטגוריות"\n },\n "graph": {\n "name": "גרפים"\n },\n "overview": {\n "name": "סקירה כללית"\n },\n "suites": {\n "name": "קבוצות מקרי בדיקה"\n },\n "timeline": {\n "name": "ציר זמן",\n "selected": "נבחר מקרה בדיקה {{count}} ({{percent}}%) עם זמן ריצה מעל {{duration}}",\n "selected_plural": "נבחרו {{count}} מקרי בדיקה ({{percent}}%) עם זמן ריצה מעל {{duration}}"\n }\n },\n "testResult": {\n "categories": {\n "name": "קטגוריות"\n },\n "description": {\n "name": "תיאור"\n },\n "duration": {\n "name": "זמן ריצה"\n },\n "execution": {\n "body": "תוכן מקרה הבדיקה",\n "name": "הרצה",\n "setup": "הכנת הריצה",\n "teardown": "סיום הריצה"\n },\n "history": {\n "name": "היסטוריה",\n "successRate": "שיעור הצלחה"\n },\n "links": {\n "name": "קישורים"\n },\n "overview": {\n "name": "סקירה כללית"\n },\n "owner": {\n "name": "האחראי למקרה הבדיקה"\n },\n "parameters": {\n "name": "פרמטרים"\n },\n "retries": {\n "empty": "אין מידע זמין על ניסיונות ריצה חוזרים",\n "name": "ניסיונות ריצה חוזרים"\n },\n "severity": {\n "name": "חומרה"\n },\n "stats": {\n "count": {\n "attachments": "תוכן מצורף {{count}}",\n "attachments_plural": "{{count}} תכנים מצורפים",\n "parameters": "פרמטר {{count}}",\n "parameters_plural": "{{count}} פרמטרים",\n "steps": "צעד משנה {{count}}",\n "steps_plural": "{{count}} צעדי משנה"\n }\n },\n "status": {\n "empty": "לא קיימים פרטים על מצב מקרה הבדיקה",\n "trace": "הצג מידע נוסף"\n },\n "tags": {\n "name": "תגים"\n }\n },\n "widget": {\n "categories": {\n "name": "קטגוריות"\n },\n "categoriesTrend": {\n "name": "מגמת ריצה על קטגוריות"\n },\n "durationTrend": {\n "name": "מגמת זמן ריצה"\n },\n "environment": {\n "empty": "לא קיימים משתני סביבה",\n "name": "משתני סביבה",\n "showAll": "הצג את כל משתני הסביבה"\n },\n "executors": {\n "empty": "לא קיים מידע על כלי הרצת מקרי הבדיקה",\n "name": "כלי הרצה",\n "unknown": "לא ידוע"\n },\n "launches": {\n "empty": "לא קיים מידע על חבילות הרצה",\n "name": "חבילות הרצה"\n },\n "retryTrend": {\n "name": "מגמת חזרות על ריצה"\n },\n "suites": {\n "name": "קבוצות מקרי בדיקה"\n },\n "summary": {\n "aggregatedName": "דוח",\n "launches": "חבילת הרצה",\n "launches_plural": "חבילות הרצה",\n "testResults": "תוצאת בדיקה",\n "testResults_plural": "תוצאות בדיקה"\n },\n "trend": {\n "name": "מגמת ריצות"\n }\n }\n}\n'},2594:function(t){"use strict";t.exports='{\n "chart": {\n "duration": {\n "empty": "Nema informacije",\n "name": "Trvanje testov"\n },\n "severity": {\n "name": "Važnost testov"\n },\n "status": {\n "name": "Statusy testov"\n },\n "trend": {\n "empty": "Nema informacije"\n }\n },\n "component": {\n "markToggle": {\n "hideCases": "Skryj rezultaty označene kako \\"{{mark}}\\"",\n "showCases": "Pokaži rezultaty označene kako \\"{{mark}}\\""\n },\n "statusToggle": {\n "hideCases": "Skryj rezultaty so statusom \\"{{status}}\\"",\n "showCases": "Pokaži rezultaty so statusom \\"{{status}}\\""\n },\n "tree": {\n "download": "Daunloduj CSV",\n "empty": "Nema informacije",\n "filter": "Statusy",\n "filter-marks": "Označenja",\n "filtered": {\n "shown_0": "{{count}} pokazany",\n "shown_1": "{{count}} pokazane",\n "shown_2": "{{count}} pokazane",\n "total_0": "{{count}} test vsěgo",\n "total_1": "{{count}} testy vsěgo",\n "total_2": "{{count}} testov vsěgo"\n },\n "groups": "Pokaži informaciju o grupah",\n "time": {\n "max": {\n "name": "Najvyše dolgy",\n "tooltip": "Koliko časa trval najvyše dolgy test v grupě"\n },\n "sum": {\n "name": "V sumě",\n "tooltip": "Suma trvanij vsih testov v grupě"\n },\n "total": {\n "name": "Cělo",\n "tooltip": "Čas od početka prvogo testa do konca poslědnogo"\n }\n },\n "unknown": "<Nema>"\n },\n "widgetStatus": {\n "showAll": "Pokaži vsečto",\n "total_0": "{{count}} element vsěgo",\n "total_1": "{{count}} elementa vsěgo",\n "total_2": "{{count}} elementov vsěgo"\n }\n },\n "controls": {\n "backto": "Vzad do",\n "clipboard": "Kopiruj do klipborda",\n "clipboardError": "Pogrěška. Věrojetno, vaša prěgledka (brauzer) ne podpira kopirovanje do klipborda.",\n "clipboardSuccess": "Tekst byl skopirovany",\n "collapse": "Minimizuj",\n "expand": "Razširi",\n "fullscreen": "Na cěly ekran",\n "language": "Izměni jezyk"\n },\n "errors": {\n "missedAttachment": "Priloga ne najdena",\n "notFound": "Ne najdeno"\n },\n "marks": {\n "flaky": "Nestabilny",\n "newBroken": "Iznova slomjeny",\n "newFailed": "Iznova neuspěšny",\n "newPassed": "Iznova uspěšny",\n "retriesStatusChange": "Status měnjal se od proby do proby"\n },\n "sorter": {\n "duration": "trvanje",\n "name": "nazva",\n "order": "poredok",\n "status": "status"\n },\n "status": {\n "broken": "Slomjeny",\n "failed": "Neuspěšny",\n "passed": "Uspěšny",\n "skipped": "Propuščeny",\n "unknown": "Neznany"\n },\n "tab": {\n "categories": {\n "name": "Kategorije"\n },\n "graph": {\n "name": "Diagramy"\n },\n "overview": {\n "name": "Prěgled"\n },\n "suites": {\n "name": "Komplety testov"\n },\n "timeline": {\n "name": "Hronologija",\n "selected_0": "Izbrany {{count}} test ({{percent}}%) s trvanjem vyše od {{duration}}",\n "selected_1": "Izbrane {{count}} testy ({{percent}}%) s trvanjem vyše od {{duration}}",\n "selected_2": "Izbrane {{count}} testov ({{percent}}%) s trvanjem vyše od {{duration}}"\n }\n },\n "testResult": {\n "categories": {\n "name": "Kategorije"\n },\n "description": {\n "name": "Opis"\n },\n "duration": {\n "name": "Trvanje"\n },\n "execution": {\n "body": "Tělo testa",\n "name": "Izpolnjenje",\n "setup": "Prigotovjenje",\n "teardown": "Zaključenje"\n },\n "history": {\n "name": "Historija",\n "successRate": "Procent uspěha"\n },\n "links": {\n "name": "Linky"\n },\n "overview": {\n "name": "Prěgled"\n },\n "owner": {\n "name": "Vlastnik"\n },\n "parameters": {\n "name": "Parametry"\n },\n "retries": {\n "empty": "Nema informacije o minulyh probah testa",\n "name": "Minule proby"\n },\n "severity": {\n "name": "Važnost",\n "blocker": "bloker",\n "critical": "kritična",\n "normal": "obyčajna",\n "minor": "mala",\n "trivial": "kosmetična"\n },\n "stats": {\n "count": {\n "attachments_0": "{{count}} priloga",\n "attachments_1": "{{count}} prilogy",\n "attachments_2": "{{count}} prilog",\n "parameters_0": "{{count}} parametr",\n "parameters_1": "{{count}} parametry",\n "parameters_2": "{{count}} parametrov",\n "steps_0": "{{count}} vloženy krok",\n "steps_1": "{{count}} vložene kroky",\n "steps_2": "{{count}} vloženyh krokov"\n }\n },\n "status": {\n "empty": "Nema dodatnoj informacije o statusu",\n "trace": "Pokaži dodatnu informaciju"\n },\n "tags": {\n "name": "Označenja"\n }\n },\n "widget": {\n "categories": {\n "name": "Kategorije"\n },\n "environment": {\n "empty": "Nema informacije o obsrědině",\n "name": "Obsrědina",\n "showAll": "Pokaži vsečto"\n },\n "executors": {\n "empty": "Nema informacije o izpolniteljah",\n "name": "Sistemy izpolnjenja testov",\n "unknown": "Neznano"\n },\n "launches": {\n "empty": "Nema informacije o puščenjah",\n "name": "Puščenja testov"\n },\n "suites": {\n "name": "Komplety testov"\n },\n "summary": {\n "aggregatedName": "Agregovany raport",\n "launches_0": "puščenje testov",\n "launches_1": "puščenja testov",\n "launches_2": "puščenij testov",\n "testResults_0": "testovy scenarij",\n "testResults_1": "testove scenarije",\n "testResults_2": "testovyh scenarijev"\n },\n "trend": {\n "name": "Trend"\n }\n }\n}\n'},8925:function(t){"use strict";t.exports='{\n "chart": {\n "duration": {\n "empty": "何も表示するものがありません",\n "name": "期間"\n },\n "severity": {\n "name": "重大度"\n },\n "status": {\n "name": "ステータス"\n },\n "trend": {\n "empty": "何も表示するものがありません"\n }\n },\n "component": {\n "markToggle": {\n "hideCases": "{{mark}} 件のテスト結果を隠す",\n "showCases": "{{mark}} 件のテスト結果を表示"\n },\n "statusToggle": {\n "hideCases": "ステータスが {{status}} のテスト結果を隠す",\n "showCases": "ステータスが {{status}} のテスト結果を表示"\n },\n "tree": {\n "download": "CSVをダウンロード",\n "empty": "何もありません",\n "filter": "ステータス",\n "filter-marks": "マーク",\n "filtered": {\n "shown": "{{count}} 件を表示",\n "total": "{{count}} 件のテスト結果",\n "total_plural": "{{count}} 件のテスト結果"\n },\n "groups": "グループ情報を表示・非表示",\n "time": {\n "max": {\n "name": "最長",\n "tooltip": "一番長い実行期間"\n },\n "sum": {\n "name": "合計",\n "tooltip": "全てのテスト実行期間の合計"\n },\n "total": {\n "name": "全体",\n "tooltip": "最初のテストが始まってから最後のテストが終わるまでの期間"\n }\n },\n "unknown": "空ける"\n },\n "widgetStatus": {\n "showAll": "全て表示",\n "total": "計 {{count}} 件",\n "total_plural": "計 {{count}} 件"\n }\n },\n "controls": {\n "backto": "戻る",\n "clipboard": "クリップボードにコピー",\n "clipboardError": "クリップボードにコピーできませんでした。ブラウザがサポートしていないようです。",\n "clipboardSuccess": "コピーされました",\n "collapse": "折り畳む",\n "expand": "拡大",\n "fullscreen": "フルスクリーン",\n "language": "言語を変更"\n },\n "errors": {\n "missedAttachment": "添付ファイルは見つかりませんでした",\n "notFound": "見つかりませんでした"\n },\n "marks": {\n "flaky": "不安定",\n "newBroken": "新しく壊れた",\n "newFailed": "新しい失敗",\n "newPassed": "新しい成功",\n "retriesStatusChange": "再試行後にステータスが変更されました"\n },\n "sorter": {\n "duration": "期間",\n "name": "名前",\n "order": "順序",\n "status": "ステータス"\n },\n "status": {\n "broken": "故障",\n "failed": "失敗",\n "passed": "成功",\n "skipped": "スキップ",\n "unknown": "不明"\n },\n "tab": {\n "categories": {\n "name": "カテゴリー"\n },\n "graph": {\n "name": "グラフ"\n },\n "overview": {\n "name": "概要"\n },\n "suites": {\n "name": "スイート"\n },\n "timeline": {\n "name": "タイムライン",\n "selected": "{{duration}} の期間で選択された {{count}} 件のテスト ({{percent}}%)",\n "selected_plural": "{{duration}} の期間で選択された {{count}} 件のテスト ({{percent}}%)"\n }\n },\n "testResult": {\n "categories": {\n "name": "カテゴリー"\n },\n "description": {\n "name": "説明"\n },\n "duration": {\n "name": "期間"\n },\n "execution": {\n "body": "テスト本体",\n "name": "実行",\n "setup": "セットアップ作業",\n "teardown": "仕上げ作業"\n },\n "history": {\n "name": "履歴",\n "successRate": "成功率"\n },\n "links": {\n "name": "リンク"\n },\n "overview": {\n "name": "概要"\n },\n "owner": {\n "name": "オーナー"\n },\n "parameters": {\n "name": "パラメータ"\n },\n "retries": {\n "empty": "テストの再実行に関する情報がありません",\n "name": "再実行"\n },\n "severity": {\n "name": "重大度"\n },\n "stats": {\n "count": {\n "attachments": "{{count}} 添付ファイル",\n "attachments_plural": "{{count}} 添付ファイル",\n "parameters": "{{count}} パラメータ",\n "parameters_plural": "{{count}} パラメータ",\n "steps": "{{count}} サブステップ",\n "steps_plural": "{{count}} サブステップ"\n }\n },\n "status": {\n "empty": "ステータスに関する詳細はありません",\n "trace": "トレースを表示"\n },\n "tags": {\n "name": "タグ"\n }\n },\n "widget": {\n "categories": {\n "name": "カテゴリー"\n },\n "categoriesTrend": {\n "name": "カテゴリーの傾向"\n },\n "durationTrend": {\n "name": "期間の傾向"\n },\n "environment": {\n "empty": "環境変数がありません",\n "name": "環境",\n "showAll": "全て表示する"\n },\n "executors": {\n "empty": "テスト実行者に関する情報はありません",\n "name": "実行者",\n "unknown": "不明"\n },\n "launches": {\n "empty": "開始に関する情報はありません",\n "name": "開始"\n },\n "retryTrend": {\n "name": "再実行の傾向"\n },\n "suites": {\n "name": "スイート"\n },\n "summary": {\n "aggregatedName": "集計レポート",\n "launches": "開始",\n "launches_plural": "開始",\n "testResults": "テストケース",\n "testResults_plural": "テストケース"\n },\n "trend": {\n "name": "傾向"\n }\n }\n}\n'},3729:function(t){"use strict";t.exports='{\n "chart": {\n "duration": {\n "empty": "정보가 없습니다.",\n "name": "시간"\n },\n "severity": {\n "name": "중요도"\n },\n "status": {\n "name": "상태"\n },\n "trend": {\n "empty": "정보가 없습니다."\n }\n },\n "component": {\n "markToggle": {\n "hideCases": "{{mark}} 감추기",\n "showCases": "{{mark}} 보기"\n },\n "statusToggle": {\n "hideCases": "{{status}} 상태의 테스트 결과 감추기",\n "showCases": "{{status}} 상태의 테스트 결과 보기"\n },\n "tree": {\n "download": "CSV 다운로드",\n "empty": "내용이 없습니다.",\n "filter": "상태",\n "filter-marks": "마크",\n "filtered": {\n "shown": "{{count}} 개 표시",\n "total": "{{count}} 개의 테스트 결과",\n "total_plural": "{{count}} 개의 테스트 결과"\n },\n "groups": "그룹 정보 표시",\n "time": {\n "max": {\n "name": "최대",\n "tooltip": "가장 긴 테스트 소요시간"\n },\n "sum": {\n "name": "합계",\n "tooltip": "테스트 소요시간 총 합"\n },\n "total": {\n "name": "전체",\n "tooltip": "첫번째 테스트부터 마지막 테스트까지의 소요시간"\n }\n },\n "unknown": "없는"\n },\n "widgetStatus": {\n "showAll": "전체보기",\n "total": "총 {{count}} 개",\n "total_plural": "총 {{count}} 개"\n }\n },\n "controls": {\n "backto": "돌아가기",\n "clipboard": "클립보드에 복사",\n "clipboardError": "클립보드에 복사가 되지 않습니다. 브러우저에 지원되지 않는 기능입니다.",\n "clipboardSuccess": "성공적으로 복사되었습니다.",\n "collapse": "접기",\n "expand": "펼치기",\n "fullscreen": "전체화면",\n "language": "언어 변경"\n },\n "errors": {\n "missedAttachment": "첨부파일을 찾을 수 없습니다.",\n "notFound": "찾을 수 없음"\n },\n "marks": {\n "flaky": "불안정함",\n "newBroken": "새로운 깨진",\n "newFailed": "새로 실패함",\n "newPassed": "새로운 통과",\n "retriesStatusChange": "새재시도 후 상태가 변경됨"\n },\n "sorter": {\n "duration": "소요시간",\n "name": "이름",\n "order": "순서",\n "status": "상태"\n },\n "status": {\n "broken": "고장",\n "failed": "실패",\n "passed": "통과",\n "skipped": "건너뜀",\n "unknown": "알수없음"\n },\n "tab": {\n "categories": {\n "name": "카테고리"\n },\n "graph": {\n "name": "그래프"\n },\n "overview": {\n "name": "요약"\n },\n "suites": {\n "name": "스위트"\n },\n "timeline": {\n "name": "타임라인",\n "selected": "{{duration}} 이상의 시간이 소요된 {{count}} 개 테스트 ({{percent}}%)",\n "selected_plural": "{{duration}} 이상의 시간이 소요된 {{count}} 개 테스트 ({{percent}}%)"\n }\n },\n "testResult": {\n "categories": {\n "name": "카테고리"\n },\n "description": {\n "name": "설명"\n },\n "duration": {\n "name": "시간"\n },\n "execution": {\n "body": "테스트 내용",\n "name": "실행",\n "setup": "준비 작업",\n "teardown": "종료 작업"\n },\n "history": {\n "name": "히스토리",\n "successRate": "성공률"\n },\n "links": {\n "name": "링크"\n },\n "overview": {\n "name": "요약"\n },\n "owner": {\n "name": "소유자"\n },\n "parameters": {\n "name": "패러미터"\n },\n "retries": {\n "empty": "테스트 재시도에 대한 정보가 없습니다.",\n "name": "재시도"\n },\n "severity": {\n "name": "중요도"\n },\n "stats": {\n "count": {\n "attachments": "첨부파일 {{count}} 개",\n "attachments_plural": "첨부파일 {{count}} 개",\n "parameters": "패러미터 {{count}} 개",\n "parameters_plural": "패러미터 {{count}} 개",\n "steps": "하위 스텝 {{count}} 개",\n "steps_plural": "하위 스텝 {{count}} 개"\n }\n },\n "status": {\n "empty": "상태 정보가 없습니다.",\n "trace": "추적 정보 보기"\n },\n "tags": {\n "name": "태그"\n }\n },\n "widget": {\n "categories": {\n "name": "카테고리"\n },\n "categoriesTrend": {\n "name": "카테고리 트렌드"\n },\n "durationTrend": {\n "name": "소요시간 트렌드"\n },\n "environment": {\n "empty": "환경변수가 없습니다.",\n "name": "환경",\n "showAll": "전체 보기"\n },\n "executors": {\n "empty": "실행 정보가 없습니다.",\n "name": "실행 주체",\n "unknown": "알 수 없음"\n },\n "launches": {\n "empty": "시작정보가 없습니다.",\n "name": "시작"\n },\n "retryTrend": {\n "name": "재시도 트렌드"\n },\n "suites": {\n "name": "스위트"\n },\n "summary": {\n "aggregatedName": "전체 리포트",\n "launches": "시작",\n "launches_plural": "시작",\n "testResults": "테스트 케이스",\n "testResults_plural": "테스트 케이스"\n },\n "trend": {\n "name": "트렌드"\n }\n }\n}\n'},8826:function(t){"use strict";t.exports='{\n "chart": {\n "duration": {\n "empty": "Er is niets te tonen",\n "name": "Duur"\n },\n "severity": {\n "name": "Ernst"\n },\n "status": {\n "name": "Status"\n },\n "trend": {\n "empty": "Er is niets te tonen"\n }\n },\n "component": {\n "markToggle": {\n "hideCases": "Verberg testresultaten gemarkeerd als ‘{{mark}}’",\n "showCases": "Toon testresultaten gemarkeerd als ‘{{mark}}’"\n },\n "statusToggle": {\n "hideCases": "Verberg testresultaten met status ‘{{status}}’",\n "showCases": "Toon testresultaten met status ‘{{status}}’"\n },\n "tree": {\n "download": "Download CSV",\n "empty": "Er zijn geen items",\n "filter": "Status",\n "filter-marks": "Markeringen",\n "filtered": {\n "shown": "{{count}} getoond",\n "total": "{{count}} testresultaat",\n "total_plural": "{{count}} testresultaten"\n },\n "groups": "Groepsinformatie tonen/verbergen",\n "time": {\n "max": {\n "name": "Langste",\n "tooltip": "Duur van de langste test"\n },\n "sum": {\n "name": "Som",\n "tooltip": "Opgetelde duur van alle tests"\n },\n "total": {\n "name": "Totaal",\n "tooltip": "Doorloop van eerste test gestart tot laatste test beëindigd"\n }\n },\n "unknown": "<Leeg>"\n },\n "widgetStatus": {\n "showAll": "Toon alle",\n "total": "{{count}} item in totaal",\n "total_plural": "{{count}} items in totaal"\n }\n },\n "controls": {\n "backto": "Terug naar",\n "clipboard": "Kopieer naar klembord",\n "clipboardError": "Kan niet kopiëren naar klembord. De browser lijkt deze functionaliteit niet te ondersteunen.",\n "clipboardSuccess": "Gekopieerd naar klembord",\n "collapse": "Inklappen",\n "expand": "Uitklappen",\n "fullscreen": "Volledig scherm",\n "language": "Taal wijzigen"\n },\n "errors": {\n "missedAttachment": "Bijlage niet gevonden",\n "notFound": "Niet gevonden"\n },\n "marks": {\n "flaky": "Instabiel",\n "newBroken": "Nieuw gebroken",\n "newFailed": "Nieuw gefaald",\n "newPassed": "Nieuw geslaagd",\n "retriesStatusChange": "Status gewijzigd na opnieuw proberen"\n },\n "sorter": {\n "duration": "duur",\n "name": "naam",\n "order": "volgorde",\n "status": "status"\n },\n "status": {\n "broken": "Defect",\n "failed": "Gefaald",\n "passed": "Succes",\n "skipped": "Overgeslagen",\n "unknown": "Onbekend"\n },\n "tab": {\n "categories": {\n "name": "Categorieën"\n },\n "graph": {\n "name": "Grafieken"\n },\n "overview": {\n "name": "Overzicht"\n },\n "suites": {\n "name": "Suites"\n },\n "timeline": {\n "name": "Tijdlijn",\n "selected": "{{count}} test ({{percent}}%) geselecteerd met een duur van meer dan {{duration}}",\n "selected_plural": "{{count}} tests ({{percent}}%) geselecteerd met een duur van meer dan {{duration}}"\n }\n },\n "testResult": {\n "categories": {\n "name": "Categorieën"\n },\n "description": {\n "name": "Omschrijving"\n },\n "duration": {\n "name": "Duur"\n },\n "execution": {\n "body": "Test body",\n "downloadAttachment": {\n "tooltip": "Bijlage in een nieuw tabblad openen"\n },\n "name": "Uitvoering",\n "setup": "Set up",\n "teardown": "Tear down"\n },\n "history": {\n "empty": "Geen historische gegevens beschikbaar.",\n "name": "Geschiedenis",\n "statistic": "{{passed}} van {{total}}",\n "successRate": "Slagingsratio",\n "time": "{{date}} om {{time}}"\n },\n "links": {\n "name": "Links"\n },\n "overview": {\n "name": "Overzicht"\n },\n "owner": {\n "name": "Eigenaar"\n },\n "parameters": {\n "name": "Parameters"\n },\n "retries": {\n "empty": "Geen informatie beschikbaar.",\n "name": "Pogingen",\n "time": "{{date}} om {{time}}"\n },\n "severity": {\n "name": "Ernst"\n },\n "stats": {\n "count": {\n "attachments": "{{count}} bijlage",\n "attachments_plural": "{{count}} bijlagen",\n "parameters": "{{count}} parameter",\n "parameters_plural": "{{count}} parameters",\n "steps": "{{count}} substap",\n "steps_plural": "{{count}} substappen"\n }\n },\n "status": {\n "empty": "Lege statusdetails",\n "trace": "Toon trace"\n },\n "tags": {\n "name": "Tags"\n }\n },\n "widget": {\n "categories": {\n "name": "Categorieën"\n },\n "categoriesTrend": {\n "name": "Trend categorieën"\n },\n "durationTrend": {\n "name": "Trend duur"\n },\n "environment": {\n "empty": "Er zijn geen omgevingsvariabelen",\n "name": "Omgeving",\n "showAll": "Toon alles"\n },\n "executors": {\n "empty": "Er is geen informatie over testuitvoerders",\n "name": "Uitvoerders",\n "unknown": "Onbekend"\n },\n "launches": {\n "empty": "Er is geen informatie over starts",\n "name": "Start"\n },\n "retryTrend": {\n "name": "Trend nieuwe pogingen"\n },\n "suites": {\n "name": "Suites"\n },\n "summary": {\n "aggregatedName": "Geaggregeerd rapport",\n "launches": "start",\n "launches_plural": "starts",\n "testResults": "testgeval",\n "testResults_plural": "testgevallen"\n },\n "trend": {\n "name": "Trend"\n }\n }\n}\n'},7216:function(t){"use strict";t.exports='{\n "chart": {\n "duration": {\n "empty": "Brak czegokolwiek do pokazania",\n "name": "Czas trwania"\n },\n "severity": {\n "name": "Ważność"\n },\n "status": {\n "name": "Status"\n },\n "trend": {\n "empty": "Brak czegokolwiek do pokazania"\n }\n },\n "component": {\n "statusToggle": {\n "hideCases": "Ukryj rezultaty testów ze statusem {{status}}",\n "showCases": "Pokaż rezultaty testów ze statusem {{status}}"\n },\n "tree": {\n "download": "Pobierz CSV",\n "empty": "Brak elementów",\n "filter": "Filtrowanie według statusu",\n "filter-marks": "Filtrowanie według oznaczenia",\n "filtered": {\n "shown_0": "{{count}} pokazany",\n "shown_1": "{{count}} pokazane",\n "shown_2": "{{count}} pokazanych",\n "total_0": "{{count}} rezultat testu",\n "total_1": "{{count}} rezultaty testów",\n "total_2": "{{count}} rezultatów testów"\n },\n "groups": "Przełącz informacje o grupach",\n "time": {\n "max": {\n "name": "Najdłuższy",\n "tooltip": "Najdłuższy czas trwania"\n },\n "sum": {\n "name": "Suma",\n "tooltip": "Suma czasów trwania wszystkich testów"\n },\n "total": {\n "name": "Całkowity",\n "tooltip": "Czas od uruchomienia pierwszego testu do zakończenia ostatniego testu"\n }\n },\n "unknown": "<Pusty>"\n },\n "widgetStatus": {\n "showAll": "Pokaż wszystko",\n "total_0": "Razem {{count}} pozycja",\n "total_1": "Razem {{count}} pozycje",\n "total_2": "Razem {{count}} pozycji"\n }\n },\n "controls": {\n "backto": "Powrót do",\n "clipboard": "Zapisz do schowka",\n "clipboardError": "Nie można skopiować do schowka. Najprawdopodobniej twoja przeglądarka nie obsługuje tej funkcji",\n "clipboardSuccess": "Skopiowano pomyślnie",\n "collapse": "Zwiń",\n "expand": "Rozwiń",\n "fullscreen": "Pełny ekran",\n "language": "Zmień język"\n },\n "errors": {\n "missedAttachment": "Nie znaleziono załącznika",\n "notFound": "Nie znaleziono"\n },\n "marks": {\n "flaky": "Niestabilny",\n "newBroken": "Nowy uszkodzony",\n "newFailed": "Nowy nieudany",\n "newPassed": "Nowy udany",\n "retriesStatusChange": "Status zmieniony po ponownej próbie"\n },\n "sorter": {\n "duration": "czas trwania",\n "name": "nazwa",\n "order": "kolejność",\n "status": "status"\n },\n "status": {\n "broken": "Uszkodzony",\n "failed": "Nieudany",\n "passed": "Pomyślny",\n "skipped": "Pominięty",\n "unknown": "Nieznany"\n },\n "tab": {\n "categories": {\n "name": "Kategorie"\n },\n "graph": {\n "name": "Wykresy"\n },\n "overview": {\n "name": "Podsumowanie"\n },\n "suites": {\n "name": "Zestawy"\n },\n "timeline": {\n "name": "Oś czasowa",\n "selected_0": "{{count}} wybrany test ({{percent}}%) z czasem trwania powyżej {{duration}}",\n "selected_1": "{{count}} wybrane testy ({{percent}}%) z czasem trwania powyżej {{duration}}",\n "selected_2": "{{count}} wybranych testów ({{percent}}%) z czasem trwania powyżej {{duration}}"\n }\n },\n "testResult": {\n "categories": {\n "name": "Kategorie"\n },\n "description": {\n "name": "Opis"\n },\n "duration": {\n "name": "Czas trwania"\n },\n "execution": {\n "body": "Ciało testu",\n "name": "Wykonanie",\n "setup": "Przygotowanie",\n "teardown": "Zakończenie"\n },\n "history": {\n "name": "Historia",\n "successRate": "Współczynnik powodzenia"\n },\n "links": {\n "name": "Odnośniki"\n },\n "overview": {\n "name": "Podsumowanie"\n },\n "owner": {\n "name": "Właściciel"\n },\n "parameters": {\n "name": "Parametery"\n },\n "retries": {\n "empty": "Brak dostępnych informacji o powtórzeniach testów",\n "name": "Powtórzenia"\n },\n "severity": {\n "name": "Ważność",\n "blocker": "bloker",\n "critical": "krytyczna",\n "normal": "zwyczajna",\n "minor": "niewielka",\n "trivial": "minimalna"\n },\n "stats": {\n "count": {\n "attachments_0": "{{count}} załącznik",\n "attachments_1": "{{count}} załączniki",\n "attachments_2": "{{count}} załączników",\n "parameters_0": "{{count}} parametr",\n "parameters_1": "{{count}} parametry",\n "parameters_2": "{{count}} parametrów",\n "steps": "{{count}} podetap",\n "steps_plural": "{{count}} podetapy"\n }\n },\n "status": {\n "empty": "Puste szczegóły statusu",\n "trace": "Pokaż ślady"\n },\n "tags": {\n "name": "Tagi"\n }\n },\n "widget": {\n "categories": {\n "name": "Kategorie"\n },\n "categoriesTrend": {\n "name": "Trend kategorii"\n },\n "durationTrend": {\n "name": "Trend czasu trwania"\n },\n "environment": {\n "empty": "Brak zmiennych środowiskowych",\n "name": "Środowisko",\n "showAll": "Pokaż wszystkie"\n },\n "executors": {\n "empty": "Brak informacji o wykonawcach testów",\n "name": "Wykonawcy",\n "unknown": "Nieznany"\n },\n "launches": {\n "empty": "Brak informacji o uruchomieniach",\n "name": "Uruchomienia"\n },\n "retryTrend": {\n "name": "Trend powtórzeń"\n },\n "suites": {\n "name": "Zestawy"\n },\n "summary": {\n "aggregatedName": "Raport zbiorczy",\n "launches_0": "uruchomienie",\n "launches_1": "uruchomienia",\n "launches_3": "uruchomień",\n "testResults_0": "przypadek testowy",\n "testResults_1": "przypadki testowe",\n "testResults_3": "przypadków testowych"\n },\n "trend": {\n "name": "Trend"\n }\n }\n}\n'},8353:function(t){"use strict";t.exports='{\n "chart": {\n "duration": {\n "empty": "Нет данных",\n "name": "Длительность тестов"\n },\n "severity": {\n "name": "Важность тестов"\n },\n "status": {\n "name": "Статусы тестов"\n },\n "trend": {\n "empty": "Нет данных"\n }\n },\n "component": {\n "markToggle": {\n "hideCases": "Скрыть {{mark}} результаты",\n "showCases": "Показать {{mark}} результаты"\n },\n "statusToggle": {\n "hideCases": "Скрыть результаты со статусом \\"{{status}}\\"",\n "showCases": "Показать результаты со статусом \\"{{status}}\\""\n },\n "tree": {\n "empty": "Нет данных",\n "filter": "Статусы",\n "filter-marks": "Метки",\n "filtered": {\n "shown_0": "{{count}} показан",\n "shown_1": "{{count}} показано",\n "shown_2": "{{count}} показано",\n "total_0": "всего {{count}} тест",\n "total_1": "всего {{count}} теста",\n "total_2": "всего {{count}} тестов"\n },\n "groups": "Показывать информацию о группах",\n "time": {\n "max": {\n "name": "Самый долгий",\n "tooltip": "Длительность самого долгого теста в группе"\n },\n "sum": {\n "name": "Суммарно",\n "tooltip": "Сумма длительностей всех тестов в группе"\n },\n "total": {\n "name": "Итого",\n "tooltip": "Время с начала первого теста до конца последнего"\n }\n },\n "unknown": "<Пусто>"\n },\n "widgetStatus": {\n "showAll": "Показать все",\n "total_0": "Всего {{count}} элемент",\n "total_1": "Всего {{count}} элемента",\n "total_2": "Всего {{count}} элементов"\n }\n },\n "controls": {\n "backto": "Вернуться на",\n "clipboard": "Скопировать в буфер обмена",\n "clipboardError": "Ошибка. Скорее всего ваш браузер не поддерживает данную функциональность",\n "clipboardSuccess": "Значение успешно скопировано",\n "collapse": "Свернуть",\n "expand": "Развернуть",\n "fullscreen": "На весь экран",\n "language": "Сменить язык"\n },\n "errors": {\n "missedAttachment": "Вложение не найдено",\n "notFound": "Не найдено"\n },\n "marks": {\n "flaky": "Нестабильный",\n "newBroken": "Новый сломанный",\n "newFailed": "Новый упавший",\n "newPassed": "Новый пройденный",\n "retriesStatusChange": "Изменение статуса в перезапуске"\n },\n "sorter": {\n "duration": "длительность",\n "name": "имя",\n "order": "порядок",\n "status": "статус"\n },\n "status": {\n "broken": "Сломалось",\n "failed": "Не прошло",\n "passed": "Прошло",\n "skipped": "Пропущено",\n "unknown": "Неизвестно"\n },\n "tab": {\n "categories": {\n "name": "Категории"\n },\n "graph": {\n "name": "Графики"\n },\n "overview": {\n "name": "Обзор"\n },\n "suites": {\n "name": "Тест сюиты"\n },\n "timeline": {\n "name": "Временная шкала",\n "selected_0": "Выбран {{count}} тест ({{percent}}%) с длительностью выше {{duration}}",\n "selected_1": "Выбрано {{count}} теста ({{percent}}%) с длительностью выше {{duration}}",\n "selected_2": "Выбрано {{count}} тестов ({{percent}}%) с длительностью выше {{duration}}"\n }\n },\n "testResult": {\n "categories": {\n "name": "Категории"\n },\n "description": {\n "name": "Описание"\n },\n "duration": {\n "name": "Длительность"\n },\n "execution": {\n "body": "Тело теста",\n "name": "Выполнение",\n "setup": "Подготовка",\n "teardown": "Завершение"\n },\n "history": {\n "name": "История",\n "successRate": "Success rate"\n },\n "links": {\n "name": "Ссылки"\n },\n "overview": {\n "name": "Обзор"\n },\n "owner": {\n "name": "Ответственный"\n },\n "parameters": {\n "name": "Параметры"\n },\n "retries": {\n "empty": "Нет информации о перезапусках теста",\n "name": "Перезапуски"\n },\n "severity": {\n "name": "Важность",\n "blocker": "блокер",\n "critical": "критическая",\n "normal": "обычная",\n "minor": "невысокая",\n "trivial": "минимальная"\n },\n "stats": {\n "count": {\n "attachments_0": "{{count}} вложение",\n "attachments_1": "{{count}} вложения",\n "attachments_2": "{{count}} вложений",\n "parameters_0": "{{count}} параметр",\n "parameters_1": "{{count}} параметра",\n "parameters_2": "{{count}} параметров",\n "steps_0": "{{count}} вложенный шаг",\n "steps_1": "{{count}} вложенных шага",\n "steps_2": "{{count}} вложенных шагов"\n }\n },\n "status": {\n "empty": "Дополнительная информация о статусе отсутствует",\n "trace": "Показать трейс"\n },\n "tags": {\n "name": "Теги"\n }\n },\n "widget": {\n "categories": {\n "name": "Категории"\n },\n "environment": {\n "empty": "Отсутствует информация про окружение",\n "name": "Окружение",\n "showAll": "Показать все"\n },\n "executors": {\n "empty": "Данные о системе выполнения тестов отсутствуют",\n "name": "Система выполнения тестов",\n "unknown": "Неизвестно"\n },\n "launches": {\n "empty": "Отсутствует информация про запуски",\n "name": "Запуски тестов"\n },\n "suites": {\n "name": "Тест сюиты"\n },\n "summary": {\n "aggregatedName": "Агрегированый отчет",\n "launches_0": "запуск тестов",\n "launches_1": "запуска тестов",\n "launches_2": "запусков тестов",\n "testResults_0": "тестовый сценарий",\n "testResults_1": "тестовых сценария",\n "testResults_2": "тестовых сценариев"\n },\n "trend": {\n "name": "Тренд"\n }\n }\n}\n'},301:function(t){"use strict";t.exports='{\n "chart": {\n "duration": {\n "empty": "Det finns ingenting att visa här",\n "name": "Varaktighet"\n },\n "severity": {\n "name": "Allvarlighetsgrad"\n },\n "status": {\n "name": "Status"\n },\n "trend": {\n "empty": "Det finns ingenting att visa här"\n }\n },\n "component": {\n "markToggle": {\n "hideCases": "Dölj testresultat med statusen {{mark}}",\n "showCases": "Visa testresultat med statusen {{mark}}"\n },\n "statusToggle": {\n "hideCases": "Dölj testresultat med statusen {{status}}",\n "showCases": "Visa testresultat med statusen {{status}}"\n },\n "tree": {\n "download": "Ladda ner CSV-fil",\n "empty": "Det finns inga föremål",\n "filter": "Status",\n "filter-marks": "Märken",\n "filtered": {\n "shown": "{{count}} visas",\n "total": "{{count}} testresultat",\n "total_plural": "{{count}} testresultat"\n },\n "groups": "Växla gruppinformation",\n "time": {\n "max": {\n "name": "Max",\n "tooltip": "Längsta testkörningstid"\n },\n "sum": {\n "name": "Summa",\n "tooltip": "Summan av alla testkörningstider"\n },\n "total": {\n "name": "Total",\n "tooltip": "Varaktighet från det första testet började till det sista testet avslutat"\n }\n },\n "unknown": "<Töm>"\n },\n "widgetStatus": {\n "showAll": "Visa allt",\n "total": "{{count}} artikel totalt",\n "total_plural": "{{count}} artiklar totalt"\n }\n },\n "controls": {\n "backto": "Tillbaka till",\n "clipboard": "Kopiera till urklipp",\n "clipboardError": "Kan inte kopiera värde till urklipp. Det verkar som urklippsfunktionen inte stöds för din webbläsare",\n "clipboardSuccess": "Värdet har kopierats",\n "collapse": "Komprimera",\n "expand": "Utöka",\n "fullscreen": "Helskärmsläge",\n "language": "Ändra språk"\n },\n "errors": {\n "missedAttachment": "Det gick inte att hitta bilagan",\n "notFound": "Hittades inte"\n },\n "marks": {\n "flaky": "Flagnande",\n "newBroken": "Ny trasig",\n "newFailed": "Ny misslyckades",\n "newPassed": "Ny godkänd",\n "retriesStatusChange": "Status ändrades efter ett nytt försök"\n },\n "sorter": {\n "duration": "varaktighet",\n "name": "namn",\n "order": "ordning",\n "status": "status"\n },\n "status": {\n "broken": "Trasig",\n "failed": "Misslyckades",\n "passed": "Godkänt",\n "skipped": "Skippad",\n "unknown": "Okänd"\n },\n "tab": {\n "categories": {\n "name": "Kategorier"\n },\n "graph": {\n "name": "Grapher"\n },\n "overview": {\n "name": "Överblick"\n },\n "suites": {\n "name": "Testsviter"\n },\n "timeline": {\n "name": "Tidslinje",\n "selected": "{{count}} test valt ({{percent}}%) med en varaktighet på över {{duration}}",\n "selected_plural": "{{count}} tester valda ({{percent}}%) med en varaktighet på över {{duration}}"\n }\n },\n "testResult": {\n "categories": {\n "name": "Kategorier"\n },\n "description": {\n "name": "Beskrivning"\n },\n "duration": {\n "name": "Varaktighet"\n },\n "execution": {\n "body": "Teststeg",\n "downloadAttachment": {\n "tooltip": "Öppna bilaga i ny flik"\n },\n "name": "Exekvering",\n "setup": "Initiera",\n "teardown": "Städa upp"\n },\n "history": {\n "empty": "Ingen händelseinformation tillgänglig.",\n "name": "Händelser",\n "statistic": "{{passed}} av {{total}}",\n "successRate": "Framgångsfrekvens",\n "time": "{{date}} kl {{time}}"\n },\n "links": {\n "name": "Länkar"\n },\n "overview": {\n "name": "Överblick"\n },\n "owner": {\n "name": "Ägare"\n },\n "parameters": {\n "name": "Parametrar"\n },\n "retries": {\n "empty": "Det finns ingen information tillgänglig om teståterförsök",\n "name": "Återförsök",\n "time": "{{date}} kl {{time}}"\n },\n "severity": {\n "name": "Allvarlighetsgrad",\n "blocker": "blockare",\n "critical": "kritisk",\n "normal": "normal",\n "minor": "mindre",\n "trivial": "trivial"\n },\n "stats": {\n "count": {\n "attachments": "{{count}} bilaga",\n "attachments_plural": "{{count}} bilagor",\n "parameters": "{{count}} parameter",\n "parameters_plural": "{{count}} parametrar",\n "steps": "{{count}} delsteg",\n "steps_plural": "{{count}} delsteg"\n }\n },\n "status": {\n "empty": "Tom statusinformation",\n "trace": "Visa stackspår"\n },\n "tags": {\n "name": "Taggar"\n }\n },\n "widget": {\n "categories": {\n "name": "Kategorier"\n },\n "categoriesTrend": {\n "name": "Kategorier trend"\n },\n "durationTrend": {\n "name": "Varaktighet trend"\n },\n "environment": {\n "empty": "Det finns inga miljövariabler",\n "name": "Miljö",\n "showAll": "Visa allt"\n },\n "executors": {\n "empty": "Det finns ingen information om testagenter",\n "name": "Testagenter",\n "unknown": "Okänd"\n },\n "launches": {\n "empty": "Det finns ingen information om lanseringar",\n "name": "Lanseringar"\n },\n "retryTrend": {\n "name": "Återförsöks trend"\n },\n "suites": {\n "name": "Testsviter"\n },\n "summary": {\n "aggregatedName": "Sammanlagd rapport",\n "launches": "lansering",\n "launches_plural": "lanseringar",\n "testResults": "testfall",\n "testResults_plural": "testfall"\n },\n "trend": {\n "name": "Trend"\n }\n }\n}\n'},9250:function(t){"use strict";t.exports='{\n "chart": {\n "duration": {\n "empty": "Gösterilecek bir şey yok",\n "name": "Süre"\n },\n "severity": {\n "name": "Önem Derecesi"\n },\n "status": {\n "name": "Durum"\n },\n "trend": {\n "empty": "Gösterilecek bir şey yok"\n }\n },\n "component": {\n "markToggle": {\n "hideCases": "{{mark}} test sonuçlarını gizle",\n "showCases": "{{mark}} test sonuçlarını göster"\n },\n "statusToggle": {\n "hideCases": "{{status}} durumlu test sonuçlarını gizle",\n "showCases": "{{status}} durumlu test sonuçlarını göster"\n },\n "tree": {\n "download": "CSV indir",\n "empty": "Öğe yok",\n "filter": "Durum",\n "filter-marks": "İşaretler",\n "filtered": {\n "shown": "{{count}} gösteriliyor",\n "total": "{{count}} test sonucu",\n "total_plural": "{{count}} test sonucu"\n },\n "groups": "Grup bilgisini aç/kapat",\n "time": {\n "max": {\n "name": "Maks.",\n "tooltip": "En uzun test süresi"\n },\n "sum": {\n "name": "Toplam",\n "tooltip": "Tüm test sürelerinin toplamı"\n },\n "total": {\n "name": "Toplam Süre",\n "tooltip": "İlk testin başlangıcından son testin bitişine kadar geçen süre"\n }\n },\n "unknown": "<Boş>"\n },\n "widgetStatus": {\n "showAll": "Hepsini Göster",\n "total": "{{count}} öğe toplam",\n "total_plural": "{{count}} öğe toplam"\n }\n },\n "controls": {\n "backto": "Geri Dön",\n "clipboard": "Panoya Kopyala",\n "clipboardError": "Değer panoya kopyalanamadı. Tarayıcınız tarafından desteklenmediği görünüyor.",\n "clipboardSuccess": "Başarıyla kopyalandı",\n "collapse": "Daralt",\n "expand": "Genişlet",\n "fullscreen": "Tam Ekran",\n "language": "Dili Değiştir"\n },\n "errors": {\n "missedAttachment": "Ek dosya bulunamadı",\n "notFound": "Bulunamadı"\n },\n "marks": {\n "flaky": "Kararsız",\n "newBroken": "Yeni Bozuk",\n "newFailed": "Yeni Başarısız",\n "newPassed": "Yeni Başarılı",\n "retriesStatusChange": "Yeniden deneme sonrası durum değişikliği"\n },\n "sorter": {\n "duration": "süre",\n "name": "ad",\n "order": "sıralama",\n "status": "durum"\n },\n "status": {\n "broken": "Kırık",\n "failed": "Başarısız",\n "passed": "Başarılı",\n "skipped": "Atlandı",\n "unknown": "Bilinmeyen"\n },\n "tab": {\n "categories": {\n "name": "Kategoriler"\n },\n "graph": {\n "name": "Grafikler"\n },\n "overview": {\n "name": "Genel Bakış"\n },\n "suites": {\n "name": "Test Suitleri"\n },\n "timeline": {\n "name": "Zaman Çizelgesi",\n "selected": "{{duration}} süreden fazla süren {{count}} test (%{{percent}}) seçildi",\n "selected_plural": "{{duration}} süreden fazla süren {{count}} test (%{{percent}}) seçildi"\n }\n },\n "testResult": {\n "categories": {\n "name": "Kategoriler"\n },\n "description": {\n "name": "Açıklama"\n },\n "duration": {\n "name": "Süre"\n },\n "execution": {\n "body": "Test gövdesi",\n "downloadAttachment": {\n "tooltip": "Eki yeni bir sekmede aç"\n },\n "name": "Çalıştırma",\n "setup": "Kurulum",\n "teardown": "Kaldırma"\n },\n "history": {\n "empty": "Geçmiş bilgisi yok.",\n "name": "Geçmiş",\n "statistic": "{{total}}\'nin {{passed}} geçti",\n "successRate": "Başarı oranı",\n "time": "{{time}} tarihinde, {{date}}"\n },\n "links": {\n "name": "Bağlantılar"\n },\n "overview": {\n "name": "Genel Bakış"\n },\n "owner": {\n "name": "Sahip"\n },\n "parameters": {\n "name": "Parametreler"\n },\n "retries": {\n "empty": "Test yeniden deneme hakkında bilgi yok",\n "name": "Yeniden Denemeler",\n "time": "{{time}} tarihinde, {{date}}"\n },\n "severity": {\n "name": "Önem"\n },\n "stats": {\n "count": {\n "attachments": "{{count}} eklenti",\n "attachments_plural": "{{count}} eklenti",\n "parameters": "{{count}} parametre",\n "parameters_plural": "{{count}} parametre",\n "steps": "{{count}} alt adım",\n "steps_plural": "{{count}} alt adım"\n }\n },\n "status": {\n "empty": "Boş durum ayrıntıları",\n "trace": "İzlemeyi göster"\n },\n "tags": {\n "name": "Etiketler"\n }\n },\n "widget": {\n "categories": {\n "name": "Kategoriler"\n },\n "categoriesTrend": {\n "name": "Kategoriler trendi"\n },\n "durationTrend": {\n "name": "Süre trendi"\n },\n "environment": {\n "empty": "Herhangi bir çevresel değişken yok",\n "name": "Çevre",\n "showAll": "Hepsini göster"\n },\n "executors": {\n "empty": "Test yürütücüleri hakkında bilgi yok",\n "name": "Yürütücüler",\n "unknown": "Bilinmiyor"\n },\n "launches": {\n "empty": "Başlatma hakkında bilgi yok",\n "name": "Başlatmalar"\n },\n "retryTrend": {\n "name": "Tekrar trendi"\n },\n "suites": {\n "name": "Suitler"\n },\n "summary": {\n "aggregatedName": "Toplu rapor",\n "launches": "başlatma",\n "launches_plural": "başlatmalar",\n "testResults": "test durumu",\n "testResults_plural": "test durumları"\n },\n "trend": {\n "name": "Trend"\n }\n }\n}\n'},154:function(t){"use strict";t.exports='{\n "chart": {\n "duration": {\n "empty": "没有信息",\n "name": "耗时"\n },\n "severity": {\n "name": "优先级"\n },\n "status": {\n "name": "状态"\n },\n "trend": {\n "empty": "没有信息"\n }\n },\n "component": {\n "statusToggle": {\n "hideCases": "隐藏{{status}}状态的用例",\n "showCases": "显示{{status}}状态的用例"\n },\n "tree": {\n "empty": "没有记录",\n "filter": "通过用例状态过滤",\n "filtered": {\n "shown": "显示{{count}}个",\n "total": "共{{count}}个用例",\n "total_plural": "共{{count}}个用例"\n },\n "groups": "开关测试套信息",\n "time": {\n "max": {\n "name": "最长",\n "tooltip": "好使最长的用例"\n },\n "sum": {\n "name": "合并",\n "tooltip": "所有用例耗时之和"\n },\n "total": {\n "name": "整体",\n "tooltip": "从首个用例的开始时间到最后一个用例的结束时间"\n }\n },\n "unknown": "空小组"\n },\n "widgetStatus": {\n "showAll": "显示所有",\n "total": "总共{{count}}项",\n "total_plural": "总共{{count}}项"\n }\n },\n "controls": {\n "backto": "返回",\n "clipboard": "复制到剪贴板",\n "collapse": "折叠",\n "expand": "展开",\n "fullscreen": "全屏",\n "language": "切换地区语言"\n },\n "errors": {\n "missedAttachment": "没有找到附件",\n "notFound": "没有找到"\n },\n "marks": {\n "flaky": "不稳定",\n "newBroken": "新的故障",\n "newFailed": "新的失败",\n "newPassed": "新的通过",\n "retriesStatusChange": "重试后状态改变"\n },\n "sorter": {\n "duration": "用时",\n "name": "名称",\n "status": "状态"\n },\n "status": {\n "broken": "故障",\n "failed": "失败",\n "passed": "通过",\n "skipped": "跳过",\n "unknown": "未知"\n },\n "tab": {\n "categories": {\n "name": "类别"\n },\n "graph": {\n "name": "图表"\n },\n "overview": {\n "name": "总览"\n },\n "suites": {\n "name": "测试套"\n },\n "timeline": {\n "name": "时间刻度",\n "selected": "{{count}}个测试用例({{percent}}%)执行时间超过{{duration}}",\n "selected_plural": "{{count}}个测试用例({{percent}}%)执行时间超过{{duration}}"\n }\n },\n "testResult": {\n "categories": {\n "name": "类别"\n },\n "description": {\n "name": "描述"\n },\n "duration": {\n "name": "耗时"\n },\n "execution": {\n "body": "测试步骤",\n "name": "执行",\n "setup": "前置",\n "teardown": "后置"\n },\n "history": {\n "name": "历史",\n "successRate": "成功率"\n },\n "links": {\n "name": "链接"\n },\n "overview": {\n "name": "总览"\n },\n "owner": {\n "name": "作者"\n },\n "parameters": {\n "name": "参数"\n },\n "retries": {\n "name": "重试次数"\n },\n "severity": {\n "name": "优先级"\n },\n "stats": {\n "count": {\n "attachments": "{{count}}个附件",\n "attachments_plural": "{{count}}个附件",\n "parameters": "{{count}}个参数",\n "parameters_plural": "{{count}}个参数",\n "steps": "{{count}}个步骤",\n "steps_plural": "{{count}}个步骤"\n }\n },\n "status": {\n "empty": "状态详情为空",\n "trace": "展示堆栈"\n },\n "tags": {\n "name": "标签"\n }\n },\n "widget": {\n "categories": {\n "name": "类别"\n },\n "environment": {\n "empty": "没有环境变量",\n "name": "环境",\n "showAll": "显示所有"\n },\n "executors": {\n "empty": "没有运行器的信息",\n "name": "运行器",\n "unknown": "未知"\n },\n "launches": {\n "empty": "没有用例启动执行的信息",\n "name": "启动"\n },\n "suites": {\n "name": "测试套"\n },\n "summary": {\n "aggregatedName": "汇总报告",\n "launches": "启动",\n "launches_plural": "启动",\n "testResults": "测试用例",\n "testResults_plural": "测试用例"\n },\n "trend": {\n "name": "趋势"\n }\n }\n}\n'},9579:function(){},5489:function(t,e,n){var r=n(7954).default;function i(){"use strict";t.exports=i=function(){return n},t.exports.__esModule=!0,t.exports.default=t.exports;var e,n={},o=Object.prototype,a=o.hasOwnProperty,s=Object.defineProperty||function(t,e,n){t[e]=n.value},l="function"==typeof Symbol?Symbol:{},u=l.iterator||"@@iterator",c=l.asyncIterator||"@@asyncIterator",f=l.toStringTag||"@@toStringTag";function h(t,e,n){return Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}),t[e]}try{h({},"")}catch(e){h=function(t,e,n){return t[e]=n}}function d(t,e,n,r){var i=e&&e.prototype instanceof w?e:w,o=Object.create(i.prototype),a=new R(r||[]);return s(o,"_invoke",{value:j(t,n,a)}),o}function p(t,e,n){try{return{type:"normal",arg:t.call(e,n)}}catch(t){return{type:"throw",arg:t}}}n.wrap=d;var m="suspendedStart",g="suspendedYield",v="executing",y="completed",b={};function w(){}function _(){}function x(){}var k={};h(k,u,(function(){return this}));var C=Object.getPrototypeOf,A=C&&C(C(D([])));A&&A!==o&&a.call(A,u)&&(k=A);var O=x.prototype=w.prototype=Object.create(k);function E(t){["next","throw","return"].forEach((function(e){h(t,e,(function(t){return this._invoke(e,t)}))}))}function S(t,e){function n(i,o,s,l){var u=p(t[i],t,o);if("throw"!==u.type){var c=u.arg,f=c.value;return f&&"object"==r(f)&&a.call(f,"__await")?e.resolve(f.__await).then((function(t){n("next",t,s,l)}),(function(t){n("throw",t,s,l)})):e.resolve(f).then((function(t){c.value=t,s(c)}),(function(t){return n("throw",t,s,l)}))}l(u.arg)}var i;s(this,"_invoke",{value:function(t,r){function o(){return new e((function(e,i){n(t,r,e,i)}))}return i=i?i.then(o,o):o()}})}function j(t,n,r){var i=m;return function(o,a){if(i===v)throw Error("Generator is already running");if(i===y){if("throw"===o)throw a;return{value:e,done:!0}}for(r.method=o,r.arg=a;;){var s=r.delegate;if(s){var l=P(s,r);if(l){if(l===b)continue;return l}}if("next"===r.method)r.sent=r._sent=r.arg;else if("throw"===r.method){if(i===m)throw i=y,r.arg;r.dispatchException(r.arg)}else"return"===r.method&&r.abrupt("return",r.arg);i=v;var u=p(t,n,r);if("normal"===u.type){if(i=r.done?y:g,u.arg===b)continue;return{value:u.arg,done:r.done}}"throw"===u.type&&(i=y,r.method="throw",r.arg=u.arg)}}}function P(t,n){var r=n.method,i=t.iterator[r];if(i===e)return n.delegate=null,"throw"===r&&t.iterator.return&&(n.method="return",n.arg=e,P(t,n),"throw"===n.method)||"return"!==r&&(n.method="throw",n.arg=new TypeError("The iterator does not provide a '"+r+"' method")),b;var o=p(i,t.iterator,n.arg);if("throw"===o.type)return n.method="throw",n.arg=o.arg,n.delegate=null,b;var a=o.arg;return a?a.done?(n[t.resultName]=a.value,n.next=t.nextLoc,"return"!==n.method&&(n.method="next",n.arg=e),n.delegate=null,b):a:(n.method="throw",n.arg=new TypeError("iterator result is not an object"),n.delegate=null,b)}function T(t){var e={tryLoc:t[0]};1 in t&&(e.catchLoc=t[1]),2 in t&&(e.finallyLoc=t[2],e.afterLoc=t[3]),this.tryEntries.push(e)}function M(t){var e=t.completion||{};e.type="normal",delete e.arg,t.completion=e}function R(t){this.tryEntries=[{tryLoc:"root"}],t.forEach(T,this),this.reset(!0)}function D(t){if(t||""===t){var n=t[u];if(n)return n.call(t);if("function"==typeof t.next)return t;if(!isNaN(t.length)){var i=-1,o=function n(){for(;++i<t.length;)if(a.call(t,i))return n.value=t[i],n.done=!1,n;return n.value=e,n.done=!0,n};return o.next=o}}throw new TypeError(r(t)+" is not iterable")}return _.prototype=x,s(O,"constructor",{value:x,configurable:!0}),s(x,"constructor",{value:_,configurable:!0}),_.displayName=h(x,f,"GeneratorFunction"),n.isGeneratorFunction=function(t){var e="function"==typeof t&&t.constructor;return!!e&&(e===_||"GeneratorFunction"===(e.displayName||e.name))},n.mark=function(t){return Object.setPrototypeOf?Object.setPrototypeOf(t,x):(t.__proto__=x,h(t,f,"GeneratorFunction")),t.prototype=Object.create(O),t},n.awrap=function(t){return{__await:t}},E(S.prototype),h(S.prototype,c,(function(){return this})),n.AsyncIterator=S,n.async=function(t,e,r,i,o){void 0===o&&(o=Promise);var a=new S(d(t,e,r,i),o);return n.isGeneratorFunction(e)?a:a.next().then((function(t){return t.done?t.value:a.next()}))},E(O),h(O,f,"Generator"),h(O,u,(function(){return this})),h(O,"toString",(function(){return"[object Generator]"})),n.keys=function(t){var e=Object(t),n=[];for(var r in e)n.push(r);return n.reverse(),function t(){for(;n.length;){var r=n.pop();if(r in e)return t.value=r,t.done=!1,t}return t.done=!0,t}},n.values=D,R.prototype={constructor:R,reset:function(t){if(this.prev=0,this.next=0,this.sent=this._sent=e,this.done=!1,this.delegate=null,this.method="next",this.arg=e,this.tryEntries.forEach(M),!t)for(var n in this)"t"===n.charAt(0)&&a.call(this,n)&&!isNaN(+n.slice(1))&&(this[n]=e)},stop:function(){this.done=!0;var t=this.tryEntries[0].completion;if("throw"===t.type)throw t.arg;return this.rval},dispatchException:function(t){if(this.done)throw t;var n=this;function r(r,i){return s.type="throw",s.arg=t,n.next=r,i&&(n.method="next",n.arg=e),!!i}for(var i=this.tryEntries.length-1;i>=0;--i){var o=this.tryEntries[i],s=o.completion;if("root"===o.tryLoc)return r("end");if(o.tryLoc<=this.prev){var l=a.call(o,"catchLoc"),u=a.call(o,"finallyLoc");if(l&&u){if(this.prev<o.catchLoc)return r(o.catchLoc,!0);if(this.prev<o.finallyLoc)return r(o.finallyLoc)}else if(l){if(this.prev<o.catchLoc)return r(o.catchLoc,!0)}else{if(!u)throw Error("try statement without catch or finally");if(this.prev<o.finallyLoc)return r(o.finallyLoc)}}}},abrupt:function(t,e){for(var n=this.tryEntries.length-1;n>=0;--n){var r=this.tryEntries[n];if(r.tryLoc<=this.prev&&a.call(r,"finallyLoc")&&this.prev<r.finallyLoc){var i=r;break}}i&&("break"===t||"continue"===t)&&i.tryLoc<=e&&e<=i.finallyLoc&&(i=null);var o=i?i.completion:{};return o.type=t,o.arg=e,i?(this.method="next",this.next=i.finallyLoc,b):this.complete(o)},complete:function(t,e){if("throw"===t.type)throw t.arg;return"break"===t.type||"continue"===t.type?this.next=t.arg:"return"===t.type?(this.rval=this.arg=t.arg,this.method="return",this.next="end"):"normal"===t.type&&e&&(this.next=e),b},finish:function(t){for(var e=this.tryEntries.length-1;e>=0;--e){var n=this.tryEntries[e];if(n.finallyLoc===t)return this.complete(n.completion,n.afterLoc),M(n),b}},catch:function(t){for(var e=this.tryEntries.length-1;e>=0;--e){var n=this.tryEntries[e];if(n.tryLoc===t){var r=n.completion;if("throw"===r.type){var i=r.arg;M(n)}return i}}throw Error("illegal catch attempt")},delegateYield:function(t,n,r){return this.delegate={iterator:D(t),resultName:n,nextLoc:r},"next"===this.method&&(this.arg=e),b}},n}t.exports=i,t.exports.__esModule=!0,t.exports.default=t.exports},7954:function(t){function e(n){return t.exports=e="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.exports.__esModule=!0,t.exports.default=t.exports,e(n)}t.exports=e,t.exports.__esModule=!0,t.exports.default=t.exports},8972:function(t,e,n){var r=n(5489)();t.exports=r;try{regeneratorRuntime=r}catch(t){"object"==typeof globalThis?globalThis.regeneratorRuntime=r:Function("r","regeneratorRuntime = r")(r)}},4222:function(t,e,n){"use strict";n.d(e,{qw:function(){return st},mX:function(){return at},nZ:function(){return ot}});var r={};n.r(r),n.d(r,{ClipboardBehavior:function(){return k},DownloadBehavior:function(){return j},GaBehavior:function(){return D},LoadBehavior:function(){return H},TooltipBehavior:function(){return $}});var i,o,a,s,l=n(1615),u=n(9962),c=n(9689),f=n(1473),h=n(6280),d=n(854),p=n(8341),m=n(4949),g=n(3064),v=n(1784),y=n(2239);function b(t,e,n){return e=(0,d.A)(e),(0,h.A)(t,w()?Reflect.construct(e,n||[],(0,d.A)(t).constructor):e.apply(t,n))}function w(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){})))}catch(t){}return(w=function(){return!!t})()}var _,x,k=(i=(0,v.on)("mouseenter [data-copy]"),o=(0,v.on)("mouseleave [data-copy]"),a=(0,v.on)("click [data-copy]"),s=function(t){function e(){return(0,c.A)(this,e),b(this,e,arguments)}return(0,p.A)(e,t),(0,f.A)(e,[{key:"initialize",value:function(){this.tooltip=new g.A({position:"left"})}},{key:"onTipHover",value:function(t){var e=this.$(t.currentTarget);this.tooltip.show((0,y.default)("controls.clipboard"),e)}},{key:"onTipLeave",value:function(){this.tooltip.hide()}},{key:"onCopyableClick",value:function(t){var e=this.$(t.currentTarget);!function(t){var e=document.createElement("textarea");e.value=t,e.setAttribute("readonly",""),e.style.contain="strict",e.style.position="absolute",e.style.left="-9999px",e.style.fontSize="12pt";var n=getSelection(),r=!1;n.rangeCount>0&&(r=n.getRangeAt(0)),document.body.appendChild(e),e.select();var i=!1;try{i=document.execCommand("copy")}catch(t){}return document.body.removeChild(e),r&&(n.removeAllRanges(),n.addRange(r)),i}(e.data("copy"))?this.tooltip.show((0,y.default)("controls.clipboardError"),e):this.tooltip.show((0,y.default)("controls.clipboardSuccess"),e)}}])}(u.Behavior),(0,m.A)(s.prototype,"onTipHover",[i],Object.getOwnPropertyDescriptor(s.prototype,"onTipHover"),s.prototype),(0,m.A)(s.prototype,"onTipLeave",[o],Object.getOwnPropertyDescriptor(s.prototype,"onTipLeave"),s.prototype),(0,m.A)(s.prototype,"onCopyableClick",[a],Object.getOwnPropertyDescriptor(s.prototype,"onCopyableClick"),s.prototype),s),C=n(7877);function A(t,e,n){return e=(0,d.A)(e),(0,h.A)(t,O()?Reflect.construct(e,n||[],(0,d.A)(t).constructor):e.apply(t,n))}function O(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){})))}catch(t){}return(O=function(){return!!t})()}var E,S,j=(_=(0,v.on)("click [data-download]"),x=function(t){function e(){return(0,c.A)(this,e),A(this,e,arguments)}return(0,p.A)(e,t),(0,f.A)(e,[{key:"initialize",value:function(){this.tooltip=new g.A({position:"left"})}},{key:"onDownloadableClick",value:function(t){var e=this;t.preventDefault(),t.stopPropagation();var n=this.$(t.currentTarget),r=n.data("download");if(r){var i=n.data("download-type")||"application/octet-stream",o="_blank"===n.data("download-target");(0,C._8)("".concat(r),i).then((function(t){var e=document.createElement("a");e.setAttribute("href",t),e.setAttribute("download",r),o&&e.setAttribute("target","_blank"),document.body.appendChild(e),e.click(),document.body.removeChild(e)})).catch((function(t){e.tooltip.show("Download error: ".concat(t),n)}))}}}])}(u.Behavior),(0,m.A)(x.prototype,"onDownloadableClick",[_],Object.getOwnPropertyDescriptor(x.prototype,"onDownloadableClick"),x.prototype),x),P=n(3959),T=n(788);function M(t,e,n){return e=(0,d.A)(e),(0,h.A)(t,R()?Reflect.construct(e,n||[],(0,d.A)(t).constructor):e.apply(t,n))}function R(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){})))}catch(t){}return(R=function(){return!!t})()}var D=(E=(0,v.on)("click [data-ga4-event]"),S=function(t){function e(){return(0,c.A)(this,e),M(this,e,arguments)}return(0,p.A)(e,t),(0,f.A)(e,[{key:"initialize",value:function(){}},{key:"onDataEventClick",value:function(t){var e=this.$(t.currentTarget),n=e.data("ga4-event"),r=e.data(),i=Object.keys(r).filter((function(t){return t.startsWith("ga4Param")})).map((function(t){var e=r[t],n=t.substring(8).split(/\.?(?=[A-Z])/).join("_").toLowerCase();return(0,P.A)({},n,e)})).reduce((function(t,e){return Object.assign(t,e)}),{});(0,T.A)(n,i)}}])}(u.Behavior),(0,m.A)(S.prototype,"onDataEventClick",[E],Object.getOwnPropertyDescriptor(S.prototype,"onDataEventClick"),S.prototype),S);function N(t,e,n){return e=(0,d.A)(e),(0,h.A)(t,V()?Reflect.construct(e,n||[],(0,d.A)(t).constructor):e.apply(t,n))}function V(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){})))}catch(t){}return(V=function(){return!!t})()}var L,B,I,H=function(t){function e(){return(0,c.A)(this,e),N(this,e,arguments)}return(0,p.A)(e,t),(0,f.A)(e,[{key:"initialize",value:function(){var t=this,e=this.view.render.bind(this.view);this.loaded=!1,this.view.render=function(){t.loaded?e():t.view.loadData().then((function(){t.loaded=!0,e()}))}}}])}(u.Behavior),z=n(795);function U(t,e,n){return e=(0,d.A)(e),(0,h.A)(t,F()?Reflect.construct(e,n||[],(0,d.A)(t).constructor):e.apply(t,n))}function F(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){})))}catch(t){}return(F=function(){return!!t})()}var $=(L=(0,v.on)("mouseenter [data-tooltip]"),B=(0,v.on)("mouseleave [data-tooltip]"),I=function(t){function e(){return(0,c.A)(this,e),U(this,e,arguments)}return(0,p.A)(e,t),(0,f.A)(e,[{key:"initialize",value:function(){this.tooltip=new g.A(this.options)}},{key:"onDestroy",value:function(){this.tooltip.hide()}},{key:"onTipHover",value:function(t){var e=this.$(t.currentTarget);this.tooltip.show((0,z.escapeExpression)(e.data("tooltip")),e)}},{key:"onTipLeave",value:function(){this.tooltip.hide()}}])}(u.Behavior),(0,m.A)(I.prototype,"onTipHover",[L],Object.getOwnPropertyDescriptor(I.prototype,"onTipHover"),I.prototype),(0,m.A)(I.prototype,"onTipLeave",[B],Object.getOwnPropertyDescriptor(I.prototype,"onTipLeave"),I.prototype),I),q=n(5661),W=n(6240);function G(t,e,n){return e=(0,d.A)(e),(0,h.A)(t,Z()?Reflect.construct(e,n||[],(0,d.A)(t).constructor):e.apply(t,n))}function Z(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){})))}catch(t){}return(Z=function(){return!!t})()}var K=function(t){function e(){return(0,c.A)(this,e),G(this,e,arguments)}return(0,p.A)(e,t),(0,f.A)(e,[{key:"getContentView",value:function(){var t=this.options,e=t.code,n=t.message;return new q.A({code:e,message:n})}}])}(W.A),X=n(251),Y=n(768),J=n(3048),Q=n(7268);function tt(t,e,n){return e=(0,d.A)(e),(0,h.A)(t,et()?Reflect.construct(e,n||[],(0,d.A)(t).constructor):e.apply(t,n))}function et(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){})))}catch(t){}return(et=function(){return!!t})()}var nt=function(t){function e(){return(0,c.A)(this,e),tt(this,e,arguments)}return(0,p.A)(e,t),(0,f.A)(e,[{key:"initialize",value:function(t){var n=t.uid;!function(t,e,n,r){var i=(0,X.A)((0,d.A)(t.prototype),"initialize",n);return"function"==typeof i?function(t){return i.apply(n,t)}:i}(e,0,this)([]),this.uid=n,this.model=new J.A({uid:n}),this.routeState=new l.Model}},{key:"loadData",value:function(){return this.model.fetch()}},{key:"getContentView",value:function(){var t="#testresult/".concat(this.uid);return new Y.A({baseUrl:t,model:this.model,routeState:this.routeState})}},{key:"onViewReady",value:function(){var t=this.options,e=t.uid,n=t.tabName;this.onRouteUpdate(e,n)}},{key:"onRouteUpdate",value:function(t,e){this.routeState.set("testResultTab",e);var n=Q.A.getUrlParams().attachment;n?this.routeState.set("attachment",n):this.routeState.unset("attachment")}},{key:"shouldKeepState",value:function(t){return this.uid===t}}])}(W.A),rt=n(4328);"function"==typeof window.requestAnimationFrame&&(window.requestAnimationFrame=window.requestAnimationFrame.bind(window)),u.Behaviors.behaviorsLookup=r;var it=function(t){return t.split("/")[0]},ot=function(t){return function(){var e=st.getView();e&&e.onRouteUpdate&&e.shouldKeepState&&it(Q.A.getCurrentUrl())===it(Q.A.currentUrl)&&e.shouldKeepState.apply(e,arguments)?e.onRouteUpdate.apply(e,arguments):st.showView(t.apply(void 0,arguments))}},at=function(){return new K({code:401,message:(0,y.default)("errors.notFound")})},st=new u.Application({region:"#content"});st.on("start",(function(){(0,rt.vM)().then((function(){l.history.start(),document.dir=rt.Ay.dir(),rt.Ay.on("languageChanged",(function(){st.getRegion().reset(),Q.A.reload(),document.dir=rt.Ay.dir()}))})),Q.A.on("route:notFound",ot(at)),Q.A.on("route:testresultPage",ot((function(t,e){return new nt({uid:t,tabName:e})})))}))},5661:function(t,e,n){"use strict";var r,i=n(9689),o=n(1473),a=n(6280),s=n(854),l=n(8341),u=n(3959),c=n(9962),f=n(1784),h=n(3118);function d(t,e,n){return e=(0,s.A)(e),(0,a.A)(t,p()?Reflect.construct(e,n||[],(0,s.A)(t).constructor):e.apply(t,n))}function p(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){})))}catch(t){}return(p=function(){return!!t})()}var m=(0,f.s7)("error-splash")(r=function(t){function e(){var t;(0,i.A)(this,e);for(var n=arguments.length,r=new Array(n),o=0;o<n;o++)r[o]=arguments[o];return t=d(this,e,[].concat(r)),(0,u.A)(t,"template",h),t}return(0,l.A)(e,t),(0,o.A)(e,[{key:"serializeData",value:function(){return{cls:this.className,code:this.options.code,message:this.options.message}}}])}(c.View))||r;e.A=m},2888:function(t,e,n){"use strict";var r,i=n(1473),o=n(9689),a=n(6280),s=n(854),l=n(8341),u=n(3064);function c(t,e,n){return e=(0,s.A)(e),(0,a.A)(t,f()?Reflect.construct(e,n||[],(0,s.A)(t).constructor):e.apply(t,n))}function f(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){})))}catch(t){}return(f=function(){return!!t})()}var h=(0,n(1784).s7)("popover")(r=function(t){function e(){return(0,o.A)(this,e),c(this,e,arguments)}return(0,l.A)(e,t),(0,i.A)(e)}(u.A))||r;e.A=h},768:function(t,e,n){"use strict";n.d(e,{A:function(){return St}});var r=n(9689),i=n(1473),o=n(6280),a=n(854),s=n(8341),l=n(3959),u=n(4949),c=n(9962),f=n(8241),h=n(7877),d=n(1615),p=n(1784),m=n(7268),g=n(229),v=n(8310),y=n(1935),b=n(722),w=n(8299),_=n(3972),x=n(9228);v.registerLanguage("xml",x),v.registerLanguage("bash",y),v.registerLanguage("markdown",_),v.registerLanguage("diff",b),v.registerLanguage("json",w);var k,C,A,O,E,S,j=v,P=n(4379);function T(t,e,n){return e=(0,a.A)(e),(0,o.A)(t,M()?Reflect.construct(e,n||[],(0,a.A)(t).constructor):e.apply(t,n))}function M(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){})))}catch(t){}return(M=function(){return!!t})()}var R,D,N,V,L,B,I,H=(k=(0,p.s7)("attachment"),C=(0,p.h1)("TooltipBehavior",{position:"bottom"}),A=(0,p.Ei)({customView:".attachment__custom-view"}),O=(0,p.on)("click .attachment__media-container"),k(E=C(E=A((S=function(t){function e(){var t;(0,r.A)(this,e);for(var n=arguments.length,i=new Array(n),o=0;o<n;o++)i[o]=arguments[o];return t=T(this,e,[].concat(i)),(0,l.A)(t,"template",P),t}return(0,s.A)(e,t),(0,i.A)(e,[{key:"initialize",value:function(){this.fullScreen=!!this.options.fullScreen,this.attachment=this.options.attachment,this.attachmentInfo=(0,g.A)(this.attachment.type)}},{key:"onRender",value:function(){var t=this;if(this.sourceUrl||(0,h._8)("data/attachments/".concat(this.attachment.source),this.attachment.type).then((function(e){t.sourceUrl=e})).then((function(){if(t.needsFetch())return t.loadContent()})).then(this.render),"custom"===this.attachmentInfo.type)this.showChildView("customView",new this.attachmentInfo.View({sourceUrl:this.sourceUrl,attachment:this.attachment}));else if("code"===this.attachmentInfo.type){var e=this.$(".attachment__code");e.addClass("language-".concat(this.attachment.type.split("/").pop())),j.highlightElement(e[0])}}},{key:"onDestroy",value:function(){m.A.setSearch({attachment:null})}},{key:"onImageClick",value:function(t){this.$(t.currentTarget).hasClass("attachment__media-container_fullscreen")?this.onDestroy():m.A.setSearch({attachment:this.attachment.uid})}},{key:"needsFetch",value:function(){return"parser"in this.attachmentInfo}},{key:"loadContent",value:function(){var t=this;return d.$.ajax(this.sourceUrl,{dataType:"text"}).then((function(e){var n=t.attachmentInfo.parser;t.content=n(e)}))}},{key:"serializeData",value:function(){return{type:this.attachmentInfo.type,content:this.content,sourceUrl:this.sourceUrl,attachment:this.attachment,fullScreen:this.fullScreen}}}])}(c.View),(0,u.A)(S.prototype,"onImageClick",[O],Object.getOwnPropertyDescriptor(S.prototype,"onImageClick"),S.prototype),E=S))||E)||E)||E),z=H,U=n(5661),F=n(4339),$=n(7643);function q(t,e,n){return e=(0,a.A)(e),(0,o.A)(t,W()?Reflect.construct(e,n||[],(0,a.A)(t).constructor):e.apply(t,n))}function W(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){})))}catch(t){}return(W=function(){return!!t})()}var G,Z,K,X,Y,J,Q,tt=(R=(0,p.s7)("modal"),D=(0,p.Ei)({content:".modal__content"}),N=(0,p.on)("click .modal__content"),V=(0,p.on)("click .modal__background, .modal__close"),R(L=D((I=function(t){function e(){var t;(0,r.A)(this,e);for(var n=arguments.length,i=new Array(n),o=0;o<n;o++)i[o]=arguments[o];return t=q(this,e,[].concat(i)),(0,l.A)(t,"template",$),t}return(0,s.A)(e,t),(0,i.A)(e,[{key:"show",value:function(){this.constructor.container.append(this.$el),this.showChildView("content",this.options.childView),F("#content").toggleClass("blur",!0)}},{key:"onDestroy",value:function(){F("#content").toggleClass("blur",!1)}},{key:"onKeepOpen",value:function(t){t.stopPropagation()}},{key:"onClose",value:function(){this.destroy()}},{key:"serializeData",value:function(){return{cls:this.className,title:this.options.title}}}])}(c.View),(0,l.A)(I,"container",F(document.body)),B=I,(0,u.A)(B.prototype,"onKeepOpen",[N],Object.getOwnPropertyDescriptor(B.prototype,"onKeepOpen"),B.prototype),(0,u.A)(B.prototype,"onClose",[V],Object.getOwnPropertyDescriptor(B.prototype,"onClose"),B.prototype),L=B))||L)||L),et=tt,nt=n(3305),rt=n(370);function it(t,e,n){return e=(0,a.A)(e),(0,o.A)(t,ot()?Reflect.construct(e,n||[],(0,a.A)(t).constructor):e.apply(t,n))}function ot(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){})))}catch(t){}return(ot=function(){return!!t})()}var at,st=(G=(0,p.s7)("test-result-execution"),Z=(0,p.on)("click .step__header_hasContent"),K=(0,p.on)("click .attachment-row"),X=(0,p.on)("click .attachment-row__fullscreen"),Y=(0,p.on)("click .parameters-table__cell"),G((Q=function(t){function e(){var t;(0,r.A)(this,e);for(var n=arguments.length,i=new Array(n),o=0;o<n;o++)i[o]=arguments[o];return t=it(this,e,[].concat(i)),(0,l.A)(t,"template",rt),t}return(0,s.A)(e,t),(0,i.A)(e,[{key:"initialize",value:function(){this.state=new d.Model,this.routeState=this.options.routeState,this.listenTo(this.state,"change:attachment",this.highlightSelectedAttachment,this)}},{key:"onRender",value:function(){var t=this.routeState.get("attachment");t&&this.highlightSelectedAttachment(t)}},{key:"highlightSelectedAttachment",value:function(t){this.$(".attachment-row").removeClass("attachment-row_selected");var e=this.$('.attachment-row[data-uid="'.concat(t,'"]'));e.addClass("attachment-row_selected"),e.parents(".step").addClass("step_expanded")}},{key:"serializeData",value:function(){var t=(0,nt.g)(this.model.get("beforeStages")),e=(0,nt.g)(this.model.get("testStage")),n=(0,nt.g)(this.model.get("afterStages"));return{hasContent:t.length+e.length+n.length>0,before:t,test:e,after:n,baseUrl:this.options.baseUrl}}},{key:"onStepClick",value:function(t){this.$(t.currentTarget).parent().toggleClass("step_expanded")}},{key:"onAttachmentClick",value:function(t){var e=F(t.currentTarget).data("uid"),n="attachment__".concat(e);F(t.currentTarget).hasClass("attachment-row_selected")&&this.getRegion(n)?this.getRegion(n).destroy():(this.addRegion(n,{el:this.$(".".concat(n))}),this.getRegion(n).show(new z({attachment:this.model.getAttachment(e)}))),this.$(t.currentTarget).toggleClass("attachment-row_selected")}},{key:"onAttachmnetFullScrennClick",value:function(t){var e=F(t.currentTarget).closest(".attachment-row").data("uid");m.A.setSearch({attachment:e}),t.stopPropagation()}},{key:"onParameterClick",value:function(t){this.$(t.target).siblings().addBack().toggleClass("line-ellipsis")}}])}(c.View),(0,u.A)(Q.prototype,"onStepClick",[Z],Object.getOwnPropertyDescriptor(Q.prototype,"onStepClick"),Q.prototype),(0,u.A)(Q.prototype,"onAttachmentClick",[K],Object.getOwnPropertyDescriptor(Q.prototype,"onAttachmentClick"),Q.prototype),(0,u.A)(Q.prototype,"onAttachmnetFullScrennClick",[X],Object.getOwnPropertyDescriptor(Q.prototype,"onAttachmnetFullScrennClick"),Q.prototype),(0,u.A)(Q.prototype,"onParameterClick",[Y],Object.getOwnPropertyDescriptor(Q.prototype,"onParameterClick"),Q.prototype),J=Q))||J),lt=st,ut=n(2035),ct=n(1244);function ft(t,e,n){return e=(0,a.A)(e),(0,o.A)(t,ht()?Reflect.construct(e,n||[],(0,a.A)(t).constructor):e.apply(t,n))}function ht(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){})))}catch(t){}return(ht=function(){return!!t})()}var dt,pt,mt,gt,vt,yt,bt,wt=(0,p.s7)("test-result-overview")(at=(0,p.Ei)({execution:".test-result-overview__execution"})(at=function(t){function e(){var t;(0,r.A)(this,e);for(var n=arguments.length,i=new Array(n),o=0;o<n;o++)i[o]=arguments[o];return t=ft(this,e,[].concat(i)),(0,l.A)(t,"template",ct),t}return(0,s.A)(e,t),(0,i.A)(e,[{key:"initialize",value:function(){this.blocks=[]}},{key:"onRender",value:function(){this.showBlock(this.$(".test-result-overview__tags"),ut.A.testResultBlocks.tag),this.showBlock(this.$(".test-result-overview__before"),ut.A.testResultBlocks.before),this.showChildView("execution",new lt(this.options)),this.showBlock(this.$(".test-result-overview__after"),ut.A.testResultBlocks.after)}},{key:"onDestroy",value:function(){this.blocks.forEach((function(t){return t.destroy()}))}},{key:"showBlock",value:function(t,e){var n=this;e.forEach((function(e){var r=new e({model:n.model});r.$el.appendTo(t),n.blocks.push(r),r.render()}))}},{key:"templateContext",value:function(){return{cls:this.className}}}])}(c.View))||at)||at,_t=wt,xt=n(2239),kt=n(7719);function Ct(t,e,n){return e=(0,a.A)(e),(0,o.A)(t,At()?Reflect.construct(e,n||[],(0,a.A)(t).constructor):e.apply(t,n))}function At(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){})))}catch(t){}return(At=function(){return!!t})()}var Ot=[{id:"",name:"testResult.overview.name",View:_t}],Et=(dt=(0,p.s7)("test-result"),pt=(0,p.h1)("TooltipBehavior",{position:"left"}),mt=(0,p.h1)("ClipboardBehavior"),gt=(0,p.Ei)({content:".test-result__content"}),vt=(0,p.on)("click .status-details__trace-toggle"),dt(yt=pt(yt=mt(yt=gt((bt=function(t){function e(){var t;(0,r.A)(this,e);for(var n=arguments.length,i=new Array(n),o=0;o<n;o++)i[o]=arguments[o];return t=Ct(this,e,[].concat(i)),(0,l.A)(t,"template",kt),t}return(0,s.A)(e,t),(0,i.A)(e,[{key:"initialize",value:function(t){var e=this,n=t.routeState;this.routeState=n,this.tabs=Ot.concat(ut.A.testResultTabs),this.tabName=this.routeState.get("testResultTab")||"",this.listenTo(this.routeState,"change:testResultTab",(function(t,n){return e.onTabChange(n)})),this.listenTo(this.routeState,"change:attachment",(function(t,n){return e.onShowAttachment(n)}))}},{key:"onRender",value:function(){var t=(0,f.findWhere)(this.tabs,{id:this.tabName});this.showChildView("content",t?new t.View(this.options):new U.A({code:404,message:'Tab "'.concat(this.tabName,'" not found')}));var e=this.routeState.get("attachment");e&&this.onShowAttachment(e)}},{key:"onTabChange",value:function(t){this.tabName=t||"",this.render()}},{key:"onShowAttachment",value:function(t){if(!t&&this.modalView&&this.modalView.destroy(),t){var e=this.model.getAttachment(t);this.modalView=new et({childView:e?new z({attachment:e,fullScreen:!0}):new U.A({code:404,message:(0,xt.default)("errors.missedAttachment")}),title:e?e.name||e.source:(0,xt.default)("errors.notFound")}),this.modalView.show()}}},{key:"templateContext",value:function(){var t=this,e=this.options.baseUrl;return{cls:this.className,statusName:"status.".concat(this.model.get("status")),links:this.tabs.map((function(n){return{href:"".concat(e,"/").concat(n.id),name:n.name,active:n.id===t.tabName}}))}}},{key:"onStacktraceClick",value:function(t){this.$(t.currentTarget).closest(".status-details").toggleClass("status-details__expanded")}}])}(c.View),(0,u.A)(bt.prototype,"onStacktraceClick",[vt],Object.getOwnPropertyDescriptor(bt.prototype,"onStacktraceClick"),bt.prototype),yt=bt))||yt)||yt)||yt)||yt),St=Et},3064:function(t,e,n){"use strict";var r,i,o=n(9689),a=n(1473),s=n(6280),l=n(854),u=n(8341),c=n(3959),f=n(3194),h=n(1615),d=n(4339),p=n(8241),m=n(1784);function g(t,e,n){return e=(0,l.A)(e),(0,s.A)(t,v()?Reflect.construct(e,n||[],(0,l.A)(t).constructor):e.apply(t,n))}function v(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){})))}catch(t){}return(v=function(){return!!t})()}var y={top:function(t,e,n){var r=t.top,i=t.left,o=t.width,a=e.offset;return{top:r-n.height-a,left:i+o/2-n.width/2}},"top-right":function(t,e,n){var r=t.top,i=t.left,o=t.width,a=e.offset;return{top:r-n.height-a,left:i+o+a}},center:function(t,e,n){var r=t.top,i=t.left;return{top:r+t.height/2,left:i+t.width/2-n.width/2}},right:function(t,e,n){var r=t.top,i=t.left,o=t.height,a=t.width,s=e.offset;return{top:r+o/2-n.height/2,left:i+a+s}},left:function(t,e,n){var r=t.top,i=t.left,o=t.height,a=e.offset;return{top:r+o/2-n.height/2,left:i-a-n.width}},bottom:function(t,e,n){var r=t.top,i=t.left,o=t.height,a=t.width;return{top:r+o+e.offset,left:i+a/2-n.width/2}},"bottom-left":function(t,e,n){var r=t.top,i=t.left,o=t.height,a=t.width;return{top:r+o+e.offset,left:i+a-n.width}}},b=(0,m.s7)("tooltip")((i=function(t){function e(){return(0,o.A)(this,e),g(this,e,arguments)}return(0,u.A)(e,t),(0,a.A)(e,[{key:"initialize",value:function(t){this.options=t,(0,p.defaults)(this.options,{offset:10})}},{key:"render",value:function(){this.constructor.container.append(this.$el)}},{key:"isVisible",value:function(){return this.$el.is(":visible")}},{key:"setContent",value:function(t){this.$el.html(t)}},{key:"show",value:function(t,e){var n=this.options.position;this.setContent(t),this.$el.addClass(f(this.className,{position:n})),this.render(),"rtl"===document.dir&&"right"===n?this.$el.css(y.left(e[0].getBoundingClientRect(),{offset:this.options.offset},this.$el[0].getBoundingClientRect())):"rtl"===document.dir&&"left"===n?this.$el.css(y.right(e[0].getBoundingClientRect(),{offset:this.options.offset},this.$el[0].getBoundingClientRect())):this.$el.css(y[n](e[0].getBoundingClientRect(),{offset:this.options.offset},this.$el[0].getBoundingClientRect()))}},{key:"hide",value:function(){this.$el.remove()}}])}(h.View),(0,c.A)(i,"container",d(document.body)),r=i))||r;e.A=b},3048:function(t,e,n){"use strict";n.d(e,{A:function(){return b}});var r=n(3959),i=n(9689),o=n(1473),a=n(6280),s=n(854),l=n(251),u=n(8341),c=n(7877),f=n(1615),h=n(8241),d=n(3305);function p(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 m(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?p(Object(n),!0).forEach((function(e){(0,r.A)(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):p(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}function g(t,e,n){return e=(0,s.A)(e),(0,a.A)(t,v()?Reflect.construct(e,n||[],(0,s.A)(t).constructor):e.apply(t,n))}function v(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){})))}catch(t){}return(v=function(){return!!t})()}function y(t){var e=t.steps,n=t.attachments;return(0,d.g)(e).reduce((function(t,e){return t.concat(y(e))}),[]).concat((0,d.g)(n))}var b=function(t){function e(){return(0,i.A)(this,e),g(this,e,arguments)}return(0,u.A)(e,t),(0,o.A)(e,[{key:"idAttribute",get:function(){return"uid"}},{key:"fetch",value:function(t){var n=this;return(0,c._8)(this.url(),"application/json").then((function(r){return(i=e,"fetch",o=n,3,"function"==typeof(a=(0,l.A)((0,s.A)(i.prototype),"fetch",o))?function(t){return a.apply(o,t)}:a)([m(m({},t),{},{url:r})]);var i,o,a}))}},{key:"parse",value:function(t){return this.allAttachments=(0,d.g)(t.beforeStages).concat((0,d.g)(t.testStage)).concat((0,d.g)(t.afterStages)).reduce((function(t,e){return t.concat(y(e))}),[]),t}},{key:"getAttachment",value:function(t){return(0,h.findWhere)(this.allAttachments,{uid:t.toString()})}},{key:"url",value:function(){return"data/test-cases/".concat(this.id,".json")}}])}(f.Model)},1784:function(t,e,n){"use strict";n.d(e,{Ei:function(){return u},fF:function(){return c},h1:function(){return s},on:function(){return a},s7:function(){return l}});var r,i=n(3959),o=n(8241),a=("on",r="events",function(t){return function(e,n,i){if(!t)throw new Error("The ".concat("on"," decorator requires an eventName argument"));if((0,o.isFunction)(e[r]))throw new Error("The ".concat("on"," decorator is not compatible with ").concat(r," as method form"));return e[r]&&!(0,o.has)(e,r)&&(e[r]=(0,o.clone)(e[r])),e[r]||(e[r]={}),e[r][t]=n,i}});function s(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return function(n){n.prototype.behaviors=Object.assign((0,i.A)({},t,e),n.prototype.behaviors)}}function l(t){return function(e){e.prototype.className=t}}function u(t){return function(e){e.prototype.regions=Object.assign(t,e.regions)}}function c(t){return function(e){e.prototype.options=Object.assign(t,e.options)}}},153:function(t,e,n){"use strict";n.r(e),n.d(e,{default:function(){return ee}});var r=n(795),i=n(5073),o=n.n(i),a=n(4366),s=n.n(a),l=new(o())({id:"allure-logo",use:"allure-logo-usage",viewBox:"0 0 76 76",content:'<symbol viewBox="0 0 76 76" fill="none" xmlns="http://www.w3.org/2000/svg" id="allure-logo">\n<path fill-rule="evenodd" clip-rule="evenodd" d="M52.8005 11.0713C56.1624 7.75545 61.5758 7.79279 64.8917 11.1547C71.6718 18.0289 75.9631 27.508 75.9631 37.9813C75.9631 42.7034 72.1351 46.5313 67.4131 46.5313C62.691 46.5313 58.8631 42.7034 58.8631 37.9813C58.8631 32.2675 56.5323 27.0308 52.7171 23.1626C49.4012 19.8006 49.4385 14.3872 52.8005 11.0713Z" fill="url(#allure-logo_paint0_linear)" />\n<path fill-rule="evenodd" clip-rule="evenodd" d="M29.4316 8.55C29.4316 3.82797 33.2596 0 37.9816 0C48.455 0 57.9341 4.29132 64.8083 11.0714C68.1702 14.3872 68.2075 19.8007 64.8917 23.1626C61.5758 26.5245 56.1624 26.5619 52.8004 23.246C48.9322 19.4307 43.6955 17.1 37.9816 17.1C33.2596 17.1 29.4316 13.272 29.4316 8.55Z" fill="url(#allure-logo_paint1_linear)" />\n<path fill-rule="evenodd" clip-rule="evenodd" d="M0 37.9814C0 16.9985 16.9985 0 37.9814 0C42.7034 0 46.5314 3.82797 46.5314 8.55C46.5314 13.272 42.7034 17.1 37.9814 17.1C26.4426 17.1 17.1 26.4426 17.1 37.9814C17.1 43.6953 19.4307 48.9319 23.246 52.8001C26.5619 56.1621 26.5245 61.5755 23.1626 64.8914C19.8007 68.2073 14.3872 68.1699 11.0714 64.808C4.29132 57.9338 0 48.4547 0 37.9814Z" fill="url(#allure-logo_paint2_linear)" />\n<path fill-rule="evenodd" clip-rule="evenodd" d="M11.0711 52.8002C14.387 49.4383 19.8004 49.401 23.1623 52.7168C27.0306 56.5321 32.2672 58.8628 37.9811 58.8628C42.7031 58.8628 46.5311 62.6908 46.5311 67.4128C46.5311 72.1349 42.7031 75.9628 37.9811 75.9628C27.5077 75.9628 18.0287 71.6715 11.1545 64.8915C7.79254 61.5756 7.75521 56.1622 11.0711 52.8002Z" fill="url(#allure-logo_paint3_linear)" />\n<path fill-rule="evenodd" clip-rule="evenodd" d="M67.413 29.4314C72.135 29.4314 75.963 33.2594 75.963 37.9814C75.963 58.9643 58.9645 75.9628 37.9816 75.9628C33.2596 75.9628 29.4316 72.1348 29.4316 67.4128C29.4316 62.6907 33.2596 58.8628 37.9816 58.8628C49.5204 58.8628 58.863 49.5202 58.863 37.9814C58.863 33.2594 62.691 29.4314 67.413 29.4314Z" fill="url(#allure-logo_paint4_linear)" />\n<path fill-rule="evenodd" clip-rule="evenodd" d="M67.4128 29.4314C72.1348 29.4314 75.9628 33.2594 75.9628 37.9814V67.4128C75.9628 72.1348 72.1348 75.9628 67.4128 75.9628C62.6908 75.9628 58.8628 72.1348 58.8628 67.4128V37.9814C58.8628 33.2594 62.6908 29.4314 67.4128 29.4314Z" fill="url(#allure-logo_paint5_linear)" />\n<g clip-path="url(#allure-logo_clip0)">\n<path fill-rule="evenodd" clip-rule="evenodd" d="M52.8005 11.0713C56.1624 7.75545 61.5758 7.79279 64.8917 11.1547C71.6718 18.0289 75.9631 27.508 75.9631 37.9813C75.9631 42.7034 72.1351 46.5313 67.4131 46.5313C62.691 46.5313 58.8631 42.7034 58.8631 37.9813C58.8631 32.2675 56.5323 27.0308 52.7171 23.1626C49.4012 19.8006 49.4385 14.3872 52.8005 11.0713Z" fill="url(#allure-logo_paint6_linear)" />\n</g>\n<defs>\n<linearGradient id="allure-logo_paint0_linear" x1="62.7" y1="22.8" x2="68.4" y2="35.625" gradientUnits="userSpaceOnUse">\n<stop stop-color="#7E22CE" />\n<stop offset="1" stop-color="#8B5CF6" />\n</linearGradient>\n<linearGradient id="allure-logo_paint1_linear" x1="63.6502" y1="22.325" x2="42.2752" y2="8.55" gradientUnits="userSpaceOnUse">\n<stop stop-color="#EF4444" />\n<stop offset="1" stop-color="#DC2626" />\n</linearGradient>\n<linearGradient id="allure-logo_paint2_linear" x1="8.55" y1="33.25" x2="12.825" y2="58.9" gradientUnits="userSpaceOnUse">\n<stop stop-color="#22C55E" />\n<stop offset="1" stop-color="#15803D" />\n</linearGradient>\n<linearGradient id="allure-logo_paint3_linear" x1="11.4" y1="52.7249" x2="34.2" y2="69.3499" gradientUnits="userSpaceOnUse">\n<stop stop-color="#94A3B8" />\n<stop offset="0.958345" stop-color="#64748B" />\n<stop offset="1" stop-color="#64748B" />\n</linearGradient>\n<linearGradient id="allure-logo_paint4_linear" x1="67.4502" y1="52.6599" x2="52.6973" y2="67.4128" gradientUnits="userSpaceOnUse">\n<stop stop-color="#D97706" />\n<stop offset="1" stop-color="#FBBF24" />\n</linearGradient>\n<linearGradient id="allure-logo_paint5_linear" x1="69.3499" y1="129.2" x2="72.7351" y2="128.858" gradientUnits="userSpaceOnUse">\n<stop stop-color="#FBBF24" />\n<stop offset="1" stop-color="#FBBF24" />\n</linearGradient>\n<linearGradient id="allure-logo_paint6_linear" x1="62.7" y1="22.8" x2="68.4" y2="35.625" gradientUnits="userSpaceOnUse">\n<stop stop-color="#7E22CE" />\n<stop offset="1" stop-color="#8B5CF6" />\n</linearGradient>\n<clipPath id="allure-logo_clip0">\n<rect width="17.1" height="19" fill="white" transform="translate(58.8999 28.5)" />\n</clipPath>\n</defs>\n</symbol>'}),u=(s().add(l),l),c=new(o())({id:"bamboo",use:"bamboo-usage",viewBox:"0 0 200 200",content:'<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200" id="bamboo">\n\n <g>\n <title>background</title>\n <rect fill="none" id="bamboo_canvas_background" height="202" width="202" y="-1" x="-1" />\n <g display="none" overflow="visible" y="0" x="0" height="100%" width="100%" id="bamboo_canvasGrid">\n <rect fill="url(#gridpattern)" stroke-width="0" y="19.622145" x="61.378059" height="400" width="580" />\n </g>\n </g>\n <g>\n <title>Layer 1</title>\n <g stroke="null" id="bamboo_svg_62">\n <g stroke="null" transform="matrix(1.861673452141284,0,0,1.861673452141284,-13127.843153378715,-13264.447356877272) " id="bamboo_svg_61">\n <title stroke="null" transform="translate(-0.2685726284980774,9.094947017729282e-13) translate(3.2228715419769287,9.094947017729282e-13) translate(9.094947017729282e-13,9.094947017729282e-13) translate(-6.483190536499023,-3.2415952682495117) translate(-47.84577178955078,-49.380184173583984) translate(-9.094947017729282e-13,-9.094947017729282e-13) translate(-434.96026611328125,-337.7338562011719) translate(7279,0) translate(0,7369) ">Layer 1</title>\n <style stroke="null" transform="translate(-0.2685726284980774,9.094947017729282e-13) translate(3.2228715419769287,9.094947017729282e-13) translate(9.094947017729282e-13,9.094947017729282e-13) translate(-6.483190536499023,-3.2415952682495117) translate(-47.84577178955078,-49.380184173583984) translate(-9.094947017729282e-13,-9.094947017729282e-13) translate(-434.96026611328125,-337.7338562011719) translate(7279,0) translate(0,7369) " type="text/css">#bamboo .st0{fill:#205081;}</style>\n <g stroke="null" id="bamboo_svg_46">\n <g stroke="null" id="bamboo_svg_47" transform="matrix(0.6944444113307533,0,0,0.6944444113307533,-343.74998807907116,15.277777247958717) ">\n <path stroke="null" class="st0" d="m10655.408403,10310.598235c2.60001,1.6 8.20001,3.3 15.9,3.3l0,0c3.70001,0 7.4,-0.4 10.4,-1.2c0.3,-0.1 0.6,-0.4 0.6,-0.7c0.5,-5.8 2.1,-11.6 4.8,-16.8c0.1,-0.2 0.1,-0.4 0,-0.6c-0.1,-0.2 -0.2,-0.4 -0.4,-0.5c-3,-1.4 -6.2,-3.3 -9.1,-5.4c-4.5,-3.2 -8.2,-6.9 -10.9,-10.6c-0.2,-0.3 -0.5,-0.4 -0.9,-0.3c-0.29999,0.1 -0.6,0.3 -0.6,0.7c-1,5.1 -2.4,10.3 -4.1,15.7c-1.8,5.5 -3.8,10.6 -6,15.4c-0.2,0.3 -0.1,0.8 0.3,1z" id="bamboo_svg_55" />\n <path stroke="null" class="st0" d="m10688.708403,10339.798235c0.2,-0.3 0.3,-0.7 0.1,-1c-2.4,-4 -4.2,-8.3 -5.29999,-12.9c-0.3,-1.1 -0.5,-2.3 -0.70001,-3.5c0,-0.2 -0.2,-0.4 -0.29999,-0.6c-0.20001,-0.1 -0.4,-0.2 -0.60001,-0.1c-3.29999,0.6 -6.89999,1 -10.5,1c-5.5,0 -10.7,-0.7 -15.1,-2.2c-0.29999,-0.1 -0.7,0 -0.9,0.2c-0.2,0.2 -0.29999,0.6 -0.1,0.9c2.20001,4.7 4.20001,9.8 5.9,15.1c1.8,5.5 3.2,10.8 4.2,16c0.10001,0.4 0.4,0.7 0.8,0.7c0,0 0,0 0.1,0c3.1,-0.3 8.6,-2.1 14.8,-6.7c2.9,-2 5.6,-4.5 7.6,-6.9z" id="bamboo_svg_54" />\n <path stroke="null" class="st0" d="m10734.108413,10249.098235c-0.3,-0.6 -0.8,-1 -1.4,-1.1l-39.8,-8.3c-0.8,-0.2 -1.6,0.2 -2.1,0.9c-0.4,0.7 -0.4,1.6 0.1,2.2l6,8.1c-3.3,2.9 -6.9,5.8 -10.7,8.6c-4.6,3.4 -9.3,6.4 -13.9,8.9c-0.4,0.2 -0.5,0.7 -0.4,1.1c1.2,2.8 4.7,7.5 10.9,12c3,2.2 6.2,4 9.1,5.2c0.1,0 0.2,0.1 0.3,0.1c0.2,0 0.5,-0.1 0.6,-0.3c4.1,-4.8 9.1,-8.6 14.8,-11.3l2,10.1c0.2,0.8 0.79999,1.4 1.6,1.6c0.1,0 0.2,0 0.3,0c0.7,0 1.29999,-0.4 1.7,-1l20.7,-35c0.4,-0.6 0.5,-1.3 0.2,-1.8z" id="bamboo_svg_53" />\n <path stroke="null" class="st0" d="m10710.008413,10356.898235c-5.5,-2.2 -10.5,-5.6 -14.70001,-9.8c-0.2,-0.2 -0.4,-0.2 -0.6,-0.2c-0.2,0 -0.4,0.1 -0.6,0.3c-2.3,2.4 -5,4.9 -7.9,7c-4.5,3.2 -9.1,5.7 -13.4,7.1c-0.29999,0.1 -0.5,0.4 -0.6,0.7c0,0.3 0.1,0.6 0.4,0.8c4.5,2.5 9.1,5.5 13.7,8.8c4.70001,3.4 9.1,7 13,10.7c0.20001,0.1 0.4,0.2 0.6,0.2c0.20001,0 0.4,-0.1 0.5,-0.2c2.4,-2.1 5.70001,-6.9 8.10001,-14.2c1.2,-3.6 1.89999,-7.1 2.1,-10.3c-0.1,-0.4 -0.3,-0.8 -0.6,-0.9z" id="bamboo_svg_52" />\n <path stroke="null" class="st0" d="m10798.908403,10320.198235c-2.6,-1.6 -8.2,-3.3 -15.89999,-3.3c-3.8,0 -7.4,0.4 -10.4,1.2c-0.3,0.1 -0.6,0.4 -0.6,0.7c-0.5,5.8 -2.10001,11.6 -4.8,16.8c-0.1,0.2 -0.1,0.4 0,0.7c0.1,0.2 0.2,0.4 0.4,0.5c3,1.4 6.2,3.3 9.1,5.4c4.5,3.2 8.2,6.9 10.9,10.6c0.2,0.2 0.4,0.3 0.7,0.3c0.1,0 0.1,0 0.2,0c0.3,-0.1 0.6,-0.3 0.6,-0.7c1,-5.1 2.4,-10.3 4.1,-15.7c1.8,-5.5 3.8,-10.6 6,-15.4c0.2,-0.5 0.1,-0.9 -0.3,-1.1l-0.00001,0z" id="bamboo_svg_51" />\n <path stroke="null" class="st0" d="m10765.608413,10290.898235c-0.20001,0.3 -0.3,0.7 -0.1,1c2.39999,4 4.2,8.3 5.29999,12.9c0.3,1.1 0.5,2.3 0.70001,3.5c0,0.2 0.2,0.4 0.29999,0.6c0.20001,0.1 0.4,0.2 0.6,0.1c3.3,-0.6 6.9,-1 10.5,-1c5.5,0 10.70001,0.7 15.10001,2.2c0.1,0 0.2,0 0.29999,0c0,0 0,0 0,0c0.5,0 0.8,-0.4 0.8,-0.8c0,-0.2 -0.1,-0.4 -0.2,-0.5c-2.2,-4.6 -4.1,-9.7 -5.8,-15c-1.8,-5.5 -3.2,-10.8 -4.2,-16c-0.1,-0.4 -0.5,-0.7 -0.9,-0.7c-3.1,0.3 -8.5,2.1 -14.8,6.7c-2.9,2.1 -5.6,4.6 -7.6,7l0.00001,0z" id="bamboo_svg_50" />\n <path stroke="null" class="st0" d="m10744.308403,10274.098235c5.5,2.2 10.5,5.6 14.70001,9.8c0.2,0.2 0.39999,0.2 0.6,0.2c0,0 0,0 0,0c0.2,0 0.4,-0.1 0.6,-0.3c2.3,-2.4 5,-4.9 7.9,-7c4.5,-3.2 9.1,-5.7 13.4,-7.1c0.29999,-0.1 0.5,-0.4 0.6,-0.7c0,-0.3 -0.1,-0.6 -0.4,-0.8c-4.5,-2.5 -9.1,-5.5 -13.7,-8.8c-4.70001,-3.4 -9.10001,-7 -13,-10.7c-0.3,-0.3 -0.8,-0.3 -1.10001,0c-2.39999,2.1 -5.7,6.9 -8.1,14.2c-1.2,3.6 -1.9,7.1 -2.1,10.3c0.1,0.4 0.3,0.8 0.6,0.9z" id="bamboo_svg_49" />\n <path stroke="null" class="st0" d="m10771.508413,10349.298235c-3,-2.2 -6.20001,-4 -9.10001,-5.2c-0.29999,-0.1 -0.7,0 -0.89999,0.2c-4.10001,4.8 -9.10001,8.6 -14.8,11.3l-2,-10.1c-0.2,-0.8 -0.8,-1.4 -1.6,-1.6c-0.8,-0.1 -1.6,0.2 -2,0.9l-20.70001,35c-0.29999,0.5 -0.39999,1.2 -0.1,1.8c0.3,0.6 0.8,1 1.4,1.1l39.8,8.3c0.1,0 0.3,0 0.4,0c1.1,0 2,-0.9 2,-2c0,-0.5 -0.2,-1 -0.5,-1.4l-5.8,-8c3.3,-2.9 6.9,-5.8 10.7,-8.6c4.6,-3.4 9.3,-6.4 13.9,-8.9c0.4,-0.2 0.5,-0.7 0.4,-1.1c-1.4,-2.5 -4.9,-7.2 -11.1,-11.7l0.00001,0z" id="bamboo_svg_48" />\n </g>\n </g>\n </g>\n </g>\n </g>\n</symbol>'}),f=(s().add(c),c),h=new(o())({id:"bitbucket",use:"bitbucket-usage",viewBox:"0 0 0.48 0.48",content:'<symbol viewBox="0 0 0.48 0.48" xmlns="http://www.w3.org/2000/svg" fill="none" id="bitbucket">\n <path fill="#2684FF" fill-rule="evenodd" d="M0.042 0.065A0.013 0.013 0 0 1 0.052 0.06l0.376 0a0.013 0.013 0 0 1 0.013 0.015l-0.054 0.334a0.013 0.013 0 0 1 -0.013 0.011H0.111a0.018 0.018 0 0 1 -0.017 -0.014l-0.055 -0.331a0.013 0.013 0 0 1 0.003 -0.01zm0.156 0.234H0.282l0.02 -0.118H0.176l0.022 0.118z" clip-rule="evenodd"></path>\n <path fill="url(#bitbucket_bitbucket-color-16__paint0_linear_707_135)" d="M0.424 0.181H0.303l-0.02 0.118H0.198L0.1 0.416c0.003 0.003 0.007 0.004 0.011 0.004h0.263a0.013 0.013 0 0 0 0.013 -0.011l0.037 -0.228z"></path>\n <defs>\n <path id="bitbucket_bitbucket-color-16__paint0_linear_707_135" x1="11.544" x2="6.918" y1="4.676" y2="11.282" gradientUnits="userSpaceOnUse" d="">\n <stop offset=".18" stop-color="#0052CC" />\n <stop offset="1" stop-color="#2684FF" />\n </path>\n </defs>\n</symbol>'}),d=(s().add(h),h),p=new(o())({id:"bomb",use:"bomb-usage",viewBox:"0 0 32 32",content:'<symbol viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg" id="bomb">\n<path d="M24.1621 6.58545L25.5763 7.99966L21.3817 12.1942L19.9675 10.78L24.1621 6.58545Z" fill="currentColor" />\n<path fill-rule="evenodd" clip-rule="evenodd" d="M16.2854 13.0484L15.0669 12.571C12.1919 11.4445 8.80313 12.0458 6.48572 14.3632C3.36153 17.4874 3.36153 22.5527 6.48572 25.6769C9.60992 28.8011 14.6752 28.8011 17.7994 25.6769C20.117 23.3594 20.7182 19.9704 19.5915 17.0953L19.1139 15.8767L21.3343 13.6564L18.5059 10.8279L16.2854 13.0484ZM22.7485 12.2422C23.5295 13.0232 23.5295 14.2895 22.7485 15.0706L21.4536 16.3655C22.86 19.9541 22.1133 24.1915 19.2136 27.0911C15.3084 30.9964 8.97675 30.9964 5.07151 27.0911C1.16627 23.1859 1.16627 16.8542 5.07151 12.949C7.97102 10.0495 12.2081 9.30277 15.7965 10.7088L17.0916 9.41373C17.8727 8.63268 19.139 8.63268 19.9201 9.41373L22.7485 12.2422Z" fill="currentColor" />\n<path d="M29.1133 11.5352L27.6991 12.9494L25.5777 10.828L26.992 9.41384L29.1133 11.5352Z" fill="currentColor" />\n<path d="M22.748 5.17139L21.3338 6.5856L19.2125 4.46428L20.6267 3.05007L22.748 5.17139Z" fill="currentColor" />\n<path d="M27.6992 3.0498L29.1134 4.46402L26.9921 6.58534L25.5779 5.17112L27.6992 3.0498Z" fill="currentColor" />\n</symbol>'}),m=(s().add(p),p),g=new(o())({id:"broken",use:"broken-usage",viewBox:"0 0 32 32",content:'<symbol viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg" id="broken">\n<g clip-path="url(#broken_clip0_10_16)">\n<path d="M16 2C8.3 2 2 8.3 2 16C2 23.7 8.3 30 16 30C23.7 30 30 23.7 30 16C30 8.3 23.7 2 16 2ZM14.9 8H17.1V19H14.9V8ZM16 25C15.2 25 14.5 24.3 14.5 23.5C14.5 22.7 15.2 22 16 22C16.8 22 17.5 22.7 17.5 23.5C17.5 24.3 16.8 25 16 25Z" fill="currentColor" />\n</g>\n<defs>\n<clipPath id="broken_clip0_10_16">\n<rect width="32" height="32" fill="white" />\n</clipPath>\n</defs>\n</symbol>'}),v=(s().add(g),g),y=new(o())({id:"bug",use:"bug-usage",viewBox:"0 0 32 32",content:'<symbol viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg" id="bug">\n<g clip-path="url(#bug_clip0_7_35)">\n<path d="M29.83 20L30.17 18L25 17.15V13V12.77L30.06 11.41L29.55 9.48L24.72 10.77C24.3911 9.52687 23.7997 8.36865 22.9855 7.37334C22.1713 6.37803 21.1533 5.56875 20 5V2H18V4.23C16.6843 3.92331 15.3157 3.92331 14 4.23V2H12V5C10.8432 5.57521 9.82382 6.39272 9.0111 7.39698C8.19838 8.40123 7.61139 9.56869 7.29003 10.82L2.46003 9.48L2.00003 11.41L7.00003 12.77V17.15L1.84003 18L2.16003 20L7.00003 19.18C7.02287 20.414 7.30212 21.6297 7.82003 22.75L3.29003 27.29L4.71003 28.71L8.90003 24.51C9.74157 25.5903 10.8185 26.4643 12.0489 27.0655C13.2793 27.6667 14.6306 27.9792 16 27.9792C17.3694 27.9792 18.7208 27.6667 19.9511 27.0655C21.1815 26.4643 22.2585 25.5903 23.1 24.51L27.29 28.71L28.71 27.29L24.17 22.75C24.6914 21.6305 24.974 20.4147 25 19.18L29.83 20ZM15 25.92C13.3354 25.6797 11.813 24.8482 10.7112 23.5775C9.60943 22.3068 9.002 20.6818 9.00003 19V13H15V25.92ZM9.29003 11C9.71974 9.55396 10.6051 8.28543 11.8142 7.38336C13.0233 6.4813 14.4915 5.99397 16 5.99397C17.5086 5.99397 18.9767 6.4813 20.1859 7.38336C21.395 8.28543 22.2803 9.55396 22.71 11H9.29003ZM23 19C22.9981 20.6818 22.3906 22.3068 21.2888 23.5775C20.1871 24.8482 18.6646 25.6797 17 25.92V13H23V19Z" fill="currentColor" />\n</g>\n<defs>\n<clipPath id="bug_clip0_7_35">\n<rect width="32" height="32" fill="white" />\n</clipPath>\n</defs>\n</symbol>'}),b=(s().add(y),y),w=new(o())({id:"chevron-down",use:"chevron-down-usage",viewBox:"0 0 32 32",content:'<symbol viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg" id="chevron-down">\n<g clip-path="url(#chevron-down_clip0_7_31)">\n<path d="M16 22L6 12L7.4 10.6L16 19.2L24.6 10.6L26 12L16 22Z" fill="currentColor" />\n</g>\n<defs>\n<clipPath id="chevron-down_clip0_7_31">\n<rect width="32" height="32" fill="white" />\n</clipPath>\n</defs>\n</symbol>'}),_=(s().add(w),w),x=new(o())({id:"chevron-left",use:"chevron-left-usage",viewBox:"0 0 32 32",content:'<symbol viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg" id="chevron-left">\n<g clip-path="url(#chevron-left_clip0_7_14)">\n<path d="M10 16L20 6L21.4 7.4L12.8 16L21.4 24.6L20 26L10 16Z" fill="currentColor" />\n</g>\n<defs>\n<clipPath id="chevron-left_clip0_7_14">\n<rect width="32" height="32" fill="white" />\n</clipPath>\n</defs>\n</symbol>'}),k=(s().add(x),x),C=new(o())({id:"chevron-right-fat",use:"chevron-right-fat-usage",viewBox:"0 0 32 32",content:'<symbol viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg" id="chevron-right-fat">\n <g clip-path="url(#chevron-right-fat_clip0_7_15)">\n <path d="M22 16L12 26L10.6 24.6L19.2 16L10.6 7.4L12 6L22 16Z" stroke="currentColor" stroke-width="2px" fill="currentColor" />\n </g>\n <defs>\n <clipPath id="chevron-right-fat_clip0_7_15">\n <rect width="32" height="32" fill="white" />\n </clipPath>\n </defs>\n</symbol>'}),A=(s().add(C),C),O=new(o())({id:"chevron-right",use:"chevron-right-usage",viewBox:"0 0 32 32",content:'<symbol viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg" id="chevron-right">\n<g clip-path="url(#chevron-right_clip0_7_15)">\n<path d="M22 16L12 26L10.6 24.6L19.2 16L10.6 7.4L12 6L22 16Z" fill="currentColor" />\n</g>\n<defs>\n<clipPath id="chevron-right_clip0_7_15">\n<rect width="32" height="32" fill="white" />\n</clipPath>\n</defs>\n</symbol>'}),E=(s().add(O),O),S=new(o())({id:"chevron-up",use:"chevron-up-usage",viewBox:"0 0 32 32",content:'<symbol viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg" id="chevron-up">\n<g clip-path="url(#chevron-up_clip0_7_27)">\n<path d="M16 10L26 20L24.6 21.4L16 12.8L7.4 21.4L6 20L16 10Z" fill="currentColor" />\n</g>\n<defs>\n<clipPath id="chevron-up_clip0_7_27">\n<rect width="32" height="32" fill="white" />\n</clipPath>\n</defs>\n</symbol>'}),j=(s().add(S),S),P=new(o())({id:"circleci",use:"circleci-usage",viewBox:"0 0 24 24",content:'<symbol viewBox="0 0 24 24" role="img" xmlns="http://www.w3.org/2000/svg" id="circleci"><title>CircleCI icon</title><path d="M8.963 12c0-1.584 1.284-2.855 2.855-2.855 1.572 0 2.856 1.284 2.856 2.855 0 1.572-1.284 2.856-2.856 2.856-1.57 0-2.855-1.284-2.855-2.856zm2.855-12C6.215 0 1.522 3.84.19 9.025c-.01.036-.01.07-.01.12 0 .313.252.576.575.576H5.59c.23 0 .433-.13.517-.333.997-2.16 3.18-3.672 5.712-3.672 3.466 0 6.286 2.82 6.286 6.287 0 3.47-2.82 6.29-6.29 6.29-2.53 0-4.714-1.5-5.71-3.673-.097-.19-.29-.336-.517-.336H.755c-.312 0-.575.253-.575.576 0 .037.014.072.014.12C1.514 20.16 6.214 24 11.818 24c6.624 0 12-5.375 12-12 0-6.623-5.376-12-12-12z" /></symbol>'}),T=(s().add(P),P),M=new(o())({id:"close",use:"close-usage",viewBox:"0 0 32 32",content:'<symbol viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg" id="close">\n<g clip-path="url(#close_clip0_32_4)">\n<path d="M24 9.4L22.6 8L16 14.6L9.4 8L8 9.4L14.6 16L8 22.6L9.4 24L16 17.4L22.6 24L24 22.6L17.4 16L24 9.4Z" fill="currentColor" />\n</g>\n<defs>\n<clipPath id="close_clip0_32_4">\n<rect width="32" height="32" fill="white" />\n</clipPath>\n</defs>\n</symbol>'}),R=(s().add(M),M),D=new(o())({id:"collapse",use:"collapse-usage",viewBox:"0 0 32 32",content:'<symbol viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" id="collapse">\n <path d="M22 16H24V8H16V10H22V16Z" fill="currentColor" transform="rotate(180 20 12)" />\n <path d="M8 24H16V22H10V16H8V24Z" fill="currentColor" transform="rotate(180 12 20)" />\n <path d="M26 28H6C5.46973 27.9995 4.96133 27.7886 4.58637 27.4136C4.21141 27.0387 4.00053 26.5303 4 26V6C4.00053 5.46973 4.21141 4.96133 4.58637 4.58637C4.96133 4.21141 5.46973 4.00053 6 4H26C26.5303 4.00053 27.0387 4.21141 27.4136 4.58637C27.7886 4.96133 27.9995 5.46973 28 6V26C27.9995 26.5303 27.7886 27.0387 27.4136 27.4136C27.0387 27.7886 26.5303 27.9995 26 28ZM6 6V26H26.001L26 6H6Z" fill="currentColor" />\n</symbol>'}),N=(s().add(D),D),V=new(o())({id:"compare",use:"compare-usage",viewBox:"0 0 32 32",content:'<symbol viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg" id="compare">\n<g clip-path="url(#compare_clip0_7_40)">\n<path d="M28 6H18V4C18 3.46957 17.7893 2.96086 17.4142 2.58579C17.0391 2.21071 16.5304 2 16 2H4C3.46957 2 2.96086 2.21071 2.58579 2.58579C2.21071 2.96086 2 3.46957 2 4V24C2 24.5304 2.21071 25.0391 2.58579 25.4142C2.96086 25.7893 3.46957 26 4 26H14V28C14 28.5304 14.2107 29.0391 14.5858 29.4142C14.9609 29.7893 15.4696 30 16 30H28C28.5304 30 29.0391 29.7893 29.4142 29.4142C29.7893 29.0391 30 28.5304 30 28V8C30 7.46957 29.7893 6.96086 29.4142 6.58579C29.0391 6.21071 28.5304 6 28 6ZM4 15H10.17L7.59 17.59L9 19L14 14L9 9L7.59 10.41L10.17 13H4V4H16V24H4V15ZM16 28V26C16.5304 26 17.0391 25.7893 17.4142 25.4142C17.7893 25.0391 18 24.5304 18 24V8H28V17H21.83L24.41 14.41L23 13L18 18L23 23L24.41 21.59L21.83 19H28V28H16Z" fill="currentColor" />\n</g>\n<defs>\n<clipPath id="compare_clip0_7_40">\n<rect width="32" height="32" fill="white" />\n</clipPath>\n</defs>\n</symbol>'}),L=(s().add(V),V),B=new(o())({id:"copy",use:"copy-usage",viewBox:"0 0 32 32",content:'<symbol viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg" id="copy">\n<g clip-path="url(#copy_clip0_28_5)">\n<path d="M28 10V28H10V10H28ZM28 8H10C9.46957 8 8.96086 8.21071 8.58579 8.58579C8.21071 8.96086 8 9.46957 8 10V28C8 28.5304 8.21071 29.0391 8.58579 29.4142C8.96086 29.7893 9.46957 30 10 30H28C28.5304 30 29.0391 29.7893 29.4142 29.4142C29.7893 29.0391 30 28.5304 30 28V10C30 9.46957 29.7893 8.96086 29.4142 8.58579C29.0391 8.21071 28.5304 8 28 8Z" fill="currentColor" />\n<path d="M4 18H2V4C2 3.46957 2.21071 2.96086 2.58579 2.58579C2.96086 2.21071 3.46957 2 4 2H18V4H4V18Z" fill="currentColor" />\n</g>\n<defs>\n<clipPath id="copy_clip0_28_5">\n<rect width="32" height="32" fill="white" />\n</clipPath>\n</defs>\n</symbol>'}),I=(s().add(B),B),H=new(o())({id:"csv",use:"csv-usage",viewBox:"0 0 32 32",content:'<symbol viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg" id="csv">\n<g clip-path="url(#csv_clip0_7_48)">\n<path d="M13 26H8C7.46957 26 6.96086 25.7893 6.58579 25.4142C6.21071 25.0391 6 24.5304 6 24V18C6 17.4696 6.21071 16.9609 6.58579 16.5858C6.96086 16.2107 7.46957 16 8 16H13V18H8V24H13V26Z" fill="currentColor" />\n<path d="M19 26H14V24H19V22H16C15.4696 22 14.9609 21.7893 14.5858 21.4142C14.2107 21.0391 14 20.5304 14 20V18C14 17.4696 14.2107 16.9609 14.5858 16.5858C14.9609 16.2107 15.4696 16 16 16H21V18H16V20H19C19.5304 20 20.0391 20.2107 20.4142 20.5858C20.7893 20.9609 21 21.4696 21 22V24C21 24.5304 20.7893 25.0391 20.4142 25.4142C20.0391 25.7893 19.5304 26 19 26Z" fill="currentColor" />\n<path d="M30 16H28.25L26 25.03L23.79 16H22L24.5 26H27.5L30 16Z" fill="currentColor" />\n<path d="M22 14V10C22.0035 9.86858 21.9785 9.73795 21.9268 9.61711C21.875 9.49627 21.7976 9.38809 21.7 9.3L14.7 2.3C14.612 2.20235 14.5038 2.12495 14.3829 2.07316C14.2621 2.02137 14.1314 1.99641 14 2H4C3.47005 2.00159 2.96227 2.21281 2.58753 2.58754C2.2128 2.96227 2.00158 3.47006 2 4V28C2 28.5304 2.21071 29.0391 2.58579 29.4142C2.96086 29.7893 3.46957 30 4 30H20V28H4V4H12V10C12.0016 10.53 12.2128 11.0377 12.5875 11.4125C12.9623 11.7872 13.4701 11.9984 14 12H20V14H22ZM14 10V4.4L19.6 10H14Z" fill="currentColor" />\n</g>\n<defs>\n<clipPath id="csv_clip0_7_48">\n<rect width="32" height="32" fill="white" />\n</clipPath>\n</defs>\n</symbol>'}),z=(s().add(H),H),U=new(o())({id:"download",use:"download-usage",viewBox:"0 0 32 32",content:'<symbol viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg" id="download">\n<g clip-path="url(#download_clip0_7_16)">\n<path d="M26 24V28H6V24H4V28C4 28.5304 4.21071 29.0391 4.58579 29.4142C4.96086 29.7893 5.46957 30 6 30H26C26.5304 30 27.0391 29.7893 27.4142 29.4142C27.7893 29.0391 28 28.5304 28 28V24H26Z" fill="currentColor" />\n<path d="M26 14L24.59 12.59L17 20.17V2H15V20.17L7.41 12.59L6 14L16 24L26 14Z" fill="currentColor" />\n</g>\n<defs>\n<clipPath id="download_clip0_7_16">\n<rect width="32" height="32" fill="white" />\n</clipPath>\n</defs>\n</symbol>'}),F=(s().add(U),U),$=n(5129),q=new(o())({id:"expand",use:"expand-usage",viewBox:"0 0 32 32",content:'<symbol viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" id="expand">\n<path d="M22 16H24V8H16V10H22V16Z" fill="currentColor" />\n<path d="M8 24H16V22H10V16H8V24Z" fill="currentColor" />\n<path d="M26 28H6C5.46973 27.9995 4.96133 27.7886 4.58637 27.4136C4.21141 27.0387 4.00053 26.5303 4 26V6C4.00053 5.46973 4.21141 4.96133 4.58637 4.58637C4.96133 4.21141 5.46973 4.00053 6 4H26C26.5303 4.00053 27.0387 4.21141 27.4136 4.58637C27.7886 4.96133 27.9995 5.46973 28 6V26C27.9995 26.5303 27.7886 27.0387 27.4136 27.4136C27.0387 27.7886 26.5303 27.9995 26 28ZM6 6V26H26.001L26 6H6Z" fill="currentColor" />\n</symbol>'}),W=(s().add(q),q),G=new(o())({id:"failed",use:"failed-usage",viewBox:"0 0 32 32",content:'<symbol viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg" id="failed">\n<g clip-path="url(#failed_clip0_62_7)">\n<path d="M16 2C8.2 2 2 8.2 2 16C2 23.8 8.2 30 16 30C23.8 30 30 23.8 30 16C30 8.2 23.8 2 16 2ZM21.4 23L16 17.6L10.6 23L9 21.4L14.4 16L9 10.6L10.6 9L16 14.4L21.4 9L23 10.6L17.6 16L23 21.4L21.4 23Z" fill="currentColor" />\n</g>\n<defs>\n<clipPath id="failed_clip0_62_7">\n<rect width="32" height="32" fill="white" />\n</clipPath>\n</defs>\n</symbol>'}),Z=(s().add(G),G),K=new(o())({id:"file",use:"file-usage",viewBox:"0 0 32 32",content:'<symbol viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg" id="file">\n<path fill-rule="evenodd" clip-rule="evenodd" d="M18.75 3H19.0312L27 10.9687V27C27 28.1046 26.1046 29 25 29H7C5.89543 29 5 28.1046 5 27V5C5 3.89543 5.89543 3 7 3H18.75ZM24.2028 11L19 5.79718V10C19 10.5523 19.4477 11 20 11H24.2028ZM17 5H7V27H25V13H20C18.3431 13 17 11.6569 17 10V5Z" fill="currentColor" />\n</symbol>'}),X=(s().add(K),K),Y=new(o())({id:"folder",use:"folder-usage",viewBox:"0 0 32 32",content:'<symbol viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg" id="folder">\n<g clip-path="url(#folder_clip0_7_9)">\n<path d="M11.17 6L14.59 9.41L15.17 10H28V26H4V6H11.17ZM11.17 4H4C3.46957 4 2.96086 4.21071 2.58579 4.58579C2.21071 4.96086 2 5.46957 2 6V26C2 26.5304 2.21071 27.0391 2.58579 27.4142C2.96086 27.7893 3.46957 28 4 28H28C28.5304 28 29.0391 27.7893 29.4142 27.4142C29.7893 27.0391 30 26.5304 30 26V10C30 9.46957 29.7893 8.96086 29.4142 8.58579C29.0391 8.21071 28.5304 8 28 8H16L12.59 4.59C12.4039 4.40283 12.1827 4.25434 11.939 4.15308C11.6953 4.05182 11.4339 3.99979 11.17 4Z" fill="currentColor" />\n</g>\n<defs>\n<clipPath id="folder_clip0_7_9">\n<rect width="32" height="32" fill="white" />\n</clipPath>\n</defs>\n</symbol>'}),J=(s().add(Y),Y),Q=new(o())({id:"github",use:"github-usage",viewBox:"0 0 24 24",content:'<symbol role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" id="github">\n <title>GitHub icon</title>\n <path d="M12 .297c-6.63 0-12 5.373-12 12 0 5.303 3.438 9.8 8.205 11.385.6.113.82-.258.82-.577 0-.285-.01-1.04-.015-2.04-3.338.724-4.042-1.61-4.042-1.61C4.422 18.07 3.633 17.7 3.633 17.7c-1.087-.744.084-.729.084-.729 1.205.084 1.838 1.236 1.838 1.236 1.07 1.835 2.809 1.305 3.495.998.108-.776.417-1.305.76-1.605-2.665-.3-5.466-1.332-5.466-5.93 0-1.31.465-2.38 1.235-3.22-.135-.303-.54-1.523.105-3.176 0 0 1.005-.322 3.3 1.23.96-.267 1.98-.399 3-.405 1.02.006 2.04.138 3 .405 2.28-1.552 3.285-1.23 3.285-1.23.645 1.653.24 2.873.12 3.176.765.84 1.23 1.91 1.23 3.22 0 4.61-2.805 5.625-5.475 5.92.42.36.81 1.096.81 2.22 0 1.606-.015 2.896-.015 3.286 0 .315.21.69.825.57C20.565 22.092 24 17.592 24 12.297c0-6.627-5.373-12-12-12" />\n</symbol>'}),tt=(s().add(Q),Q),et=new(o())({id:"gitlab",use:"gitlab-usage",viewBox:"0 0 60 55",content:'<symbol viewBox="0 0 60 55" xmlns="http://www.w3.org/2000/svg" id="gitlab">\n <g fill="none" fill-rule="evenodd">\n <path d="m59.682 31.392l-3.35-10.26-6.627-20.352c-.34-1.04-1.821-1.04-2.173 0l-6.627 20.339h-22.02l-6.627-20.339c-.34-1.04-1.821-1.04-2.173 0l-6.616 20.339-3.35 10.272c-.303.932.025 1.96.826 2.541l28.951 20.968 28.951-20.968c.801-.581 1.141-1.609.837-2.541" fill="#fc6d26" />\n <path d="m29.901 54.887l11.01-33.767h-22.02z" fill="#e24329" />\n <path d="m29.893 54.887l-11.01-33.767h-15.417z" fill="#fc6d26" />\n <path d="m3.462 21.13l-3.35 10.26c-.303.931.025 1.96.826 2.541l28.951 20.968-26.426-33.769" fill="#fca326" />\n <path d="m3.466 21.13h15.429l-6.64-20.339c-.34-1.041-1.821-1.041-2.173 0l-6.616 20.339" fill="#e24329" />\n <path d="m29.901 54.887l11.01-33.767h15.429z" fill="#fc6d26" />\n <path d="m56.33 21.13l3.35 10.26c.303.931-.024 1.96-.826 2.541l-28.951 20.956 26.426-33.757" fill="#fca326" />\n <path d="m56.34 21.13h-15.428l6.627-20.339c.34-1.041 1.821-1.041 2.173 0l6.628 20.339" fill="#e24329" />\n </g>\n</symbol>'}),nt=(s().add(et),et),rt=new(o())({id:"graphs",use:"graphs-usage",viewBox:"0 0 32 32",content:'<symbol viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg" id="graphs">\n<g clip-path="url(#graphs_clip0_458_53)">\n<path d="M27 28V16H19V28H15V12H7V28H4V2H2V28C2 28.5304 2.21071 29.0391 2.58579 29.4142C2.96086 29.7893 3.46957 30 4 30H30V28H27ZM13 28H9V14H13V28ZM25 28H21V18H25V28Z" fill="currentColor" />\n<path d="M22.786 14C22.3614 14.0003 21.9479 13.8647 21.606 13.613L11.205 5.98702L8.24201 10L6.63701 8.80602L9.61901 4.80602C9.92908 4.38856 10.3897 4.10843 10.903 4.02515C11.4163 3.94188 11.9419 4.062 12.368 4.36002L22.789 12L26.393 7.14002L28 8.33002L24.396 13.192C24.2095 13.4432 23.9667 13.6471 23.6871 13.7874C23.4075 13.9278 23.0989 14.0006 22.786 14Z" fill="currentColor" />\n</g>\n<defs>\n<clipPath id="graphs_clip0_458_53">\n<rect width="32" height="32" fill="white" />\n</clipPath>\n</defs>\n</symbol>'}),it=(s().add(rt),rt),ot=new(o())({id:"info",use:"info-usage",viewBox:"0 0 32 32",content:'<symbol viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg" id="info">\n<g clip-path="url(#info_clip0_10_17)">\n<path d="M17 22V14H13V16H15V22H12V24H20V22H17Z" fill="currentColor" />\n<path d="M16 8C15.7033 8 15.4133 8.08797 15.1666 8.2528C14.92 8.41762 14.7277 8.65189 14.6142 8.92597C14.5006 9.20006 14.4709 9.50166 14.5288 9.79264C14.5867 10.0836 14.7296 10.3509 14.9393 10.5607C15.1491 10.7704 15.4164 10.9133 15.7074 10.9712C15.9983 11.0291 16.2999 10.9994 16.574 10.8858C16.8481 10.7723 17.0824 10.58 17.2472 10.3334C17.412 10.0867 17.5 9.79667 17.5 9.5C17.5 9.10218 17.342 8.72064 17.0607 8.43934C16.7794 8.15804 16.3978 8 16 8Z" fill="currentColor" />\n<path d="M16 30C13.2311 30 10.5243 29.1789 8.22201 27.6406C5.91973 26.1022 4.12531 23.9157 3.06569 21.3576C2.00606 18.7994 1.72881 15.9845 2.269 13.2687C2.8092 10.553 4.14257 8.05845 6.1005 6.10051C8.05844 4.14258 10.553 2.80921 13.2687 2.26901C15.9845 1.72882 18.7994 2.00607 21.3576 3.06569C23.9157 4.12532 26.1022 5.91973 27.6406 8.22202C29.1789 10.5243 30 13.2311 30 16C30 19.713 28.525 23.274 25.8995 25.8995C23.274 28.525 19.713 30 16 30ZM16 4.00001C13.6266 4.00001 11.3065 4.70379 9.33316 6.02237C7.35977 7.34095 5.8217 9.21509 4.91344 11.4078C4.00519 13.6005 3.76755 16.0133 4.23058 18.3411C4.6936 20.6689 5.83649 22.8071 7.51472 24.4853C9.19295 26.1635 11.3311 27.3064 13.6589 27.7694C15.9867 28.2325 18.3995 27.9948 20.5922 27.0866C22.7849 26.1783 24.6591 24.6402 25.9776 22.6668C27.2962 20.6935 28 18.3734 28 16C28 12.8174 26.7357 9.76516 24.4853 7.51472C22.2348 5.26429 19.1826 4.00001 16 4.00001Z" fill="currentColor" />\n</g>\n<defs>\n<clipPath id="info_clip0_10_17">\n<rect width="32" height="32" fill="white" />\n</clipPath>\n</defs>\n</symbol>'}),at=(s().add(ot),ot),st=new(o())({id:"jenkins",use:"jenkins-usage",viewBox:"0 0 180 180",content:'<symbol xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" viewBox="0 0 180 180" id="jenkins"><metadata id="jenkins_metadata8"><rdf:RDF><cc:Work rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"></dc:type><dc:title></dc:title></cc:Work></rdf:RDF></metadata><defs id="jenkins_defs6"><clipPath clipPathUnits="userSpaceOnUse" id="jenkins_clipPath18"><path d="M 0,2494.84 0,0 l 1804.34,0 0,2494.84 -1804.34,0 z" id="jenkins_path20" inkscape:connector-curvature="0" /></clipPath></defs><sodipodi:namedview pagecolor="#ffffff" bordercolor="#666666" borderopacity="1" objecttolerance="10" gridtolerance="10" guidetolerance="10" inkscape:pageopacity="0" inkscape:pageshadow="2" inkscape:window-width="1500" inkscape:window-height="844" id="jenkins_namedview4" showgrid="false" inkscape:zoom="2.67" inkscape:cx="85.437483" inkscape:cy="28.333333" inkscape:window-x="2281" inkscape:window-y="562" inkscape:window-maximized="0" inkscape:current-layer="g10"></sodipodi:namedview><g inkscape:groupmode="layer" id="jenkins_layer1" inkscape:label="background" style="display:none"><path inkscape:connector-curvature="0" id="jenkins_path26-6" style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline" d="M 21.510285,69.510582 C 3.511457,87.926788 -7.6263961,113.354 -7.6263961,141.48362 l 0,0 c 0,28.12375 11.1378531,53.55425 29.1366811,71.96705 l 0,0 c 18.007502,18.41281 42.824476,29.77463 70.260725,29.77463 l 0,0 c 27.43696,0 52.25569,-11.36182 70.26155,-29.77463 l 0,0 c 17.99766,-18.4128 29.13789,-43.8433 29.13789,-71.96705 l 0,0 c 0,-28.12962 -11.14023,-53.556832 -29.13789,-71.973038 l 0,0 C 144.0267,51.101408 119.20797,39.739596 91.77101,39.737246 l 0,0 c -27.436249,0.0023 -52.253223,11.364162 -70.260725,29.773336 l 0,0 z M 16.954302,217.90489 C -2.174259,198.34219 -14,171.30619 -14,141.48362 l 0,0 c 0,-29.82727 11.825741,-56.860682 30.954303,-76.424675 l 0,0 C 36.078408,45.491433 62.551059,33.362858 91.77101,33.366371 l 0,0 c 29.2202,-0.0038 55.69554,12.125062 74.81636,31.692574 l 0,0 c 19.1302,19.563993 30.95748,46.599755 30.95513,76.424675 l 0,0 c 0.002,29.82257 -11.82493,56.85857 -30.95513,76.42127 l 0,0 c -19.12082,19.56646 -45.59616,31.69351 -74.81636,31.69351 l 0,0 c -29.219951,0 -55.692603,-12.12705 -74.816708,-31.69351 l 0,0" /><path inkscape:connector-curvature="0" id="jenkins_path22" style="fill:#d33833;fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline" d="m 194.35824,141.09204 c 0,57.95078 -45.92914,104.92969 -102.585822,104.92969 -56.655737,0 -102.58493,-46.97891 -102.58493,-104.92969 0,-57.952192 45.929193,-104.9318 102.58493,-104.9318 56.656682,0 102.585822,46.979608 102.585822,104.9318" /><path inkscape:connector-curvature="0" id="jenkins_path24" style="fill:#ef3d3a;fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline" d="m -6.6321341,167.07966 c 0,0 -7.4264859,-109.424481 93.4011831,-112.551302 L 79.735062,42.80427 25.02294,61.172406 9.390504,79.148959 -4.2873155,105.33355 l -7.8166755,30.48264 2.3448186,20.32137" /><path inkscape:connector-curvature="0" id="jenkins_path26" style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline" d="M 21.510285,69.510582 C 3.511457,87.926788 -7.6263961,113.354 -7.6263961,141.48362 l 0,0 c 0,28.12375 11.1378531,53.55425 29.1366811,71.96705 l 0,0 c 18.007502,18.41281 42.824476,29.77463 70.260725,29.77463 l 0,0 c 27.43696,0 52.25569,-11.36182 70.26155,-29.77463 l 0,0 c 17.99766,-18.4128 29.13789,-43.8433 29.13789,-71.96705 l 0,0 c 0,-28.12962 -11.14023,-53.556832 -29.13789,-71.973038 l 0,0 C 144.0267,51.101408 119.20797,39.739596 91.77101,39.737246 l 0,0 c -27.436249,0.0023 -52.253223,11.364162 -70.260725,29.773336 l 0,0 z M 16.954302,217.90489 C -2.174259,198.34219 -14,171.30619 -14,141.48362 l 0,0 c 0,-29.82727 11.825741,-56.860682 30.954303,-76.424675 l 0,0 C 36.078408,45.491433 62.551059,33.362858 91.77101,33.366371 l 0,0 c 29.2202,-0.0038 55.69554,12.125062 74.81636,31.692574 l 0,0 c 19.1302,19.563993 30.95748,46.599755 30.95513,76.424675 l 0,0 c 0.002,29.82257 -11.82493,56.85857 -30.95513,76.42127 l 0,0 c -19.12082,19.56646 -45.59616,31.69351 -74.81636,31.69351 l 0,0 c -29.219951,0 -55.692603,-12.12705 -74.816708,-31.69351 l 0,0" /></g><g id="jenkins_g10" inkscape:groupmode="layer" inkscape:label="front" transform="matrix(1.25,0,0,-1.25,0,180)" style="display:inline"><path inkscape:connector-curvature="0" id="jenkins_path28" style="fill:#f0d6b7;fill-opacity:1;fill-rule:evenodd;stroke:none" d="m 107.96462,30.661159 -12.506325,-1.875855 -16.882882,-1.875855 -10.942987,-0.31233 -10.629344,0.31233 -8.129205,2.501453 -7.190902,7.815749 -5.627564,15.944766 -1.250445,3.43938 -7.50342,2.500515 -4.37712,7.191089 -3.126299,10.317202 3.439567,9.066945 8.128079,2.813782 6.565493,-3.12705 3.12705,-6.877822 3.751709,0.625598 1.25007,1.562587 -1.25007,7.19109 -0.313267,9.066944 1.875854,12.505383 -0.07325,7.14326 5.700817,9.11384 10.004685,7.19109 17.508479,7.50342 19.383396,-2.81378 16.882691,-12.19306 7.81669,-12.50539 5.00196,-9.06694 1.25026,-22.510259 -3.75171,-19.384147 -6.87782,-17.195024 -6.56549,-9.066944" /><path inkscape:connector-curvature="0" id="jenkins_path30" style="fill:#335061;fill-opacity:1;fill-rule:evenodd;stroke:none" d="m 97.33415,-23.425365 -44.708563,-1.875855 0,-7.503419 3.75171,-26.261969 -1.875855,-2.189122 -31.263748,10.630469 -2.189122,3.75171 -3.1263,35.327975 -7.189777,21.2600013 -1.5637124,5.0019667 25.0107734,17.195024 7.816687,3.12705 6.877634,-8.441347 5.940082,-5.315235 6.87876,-2.188184 3.125925,-0.937928 3.75171,-16.2570961 2.813782,-3.4391923 7.191277,2.50126486 -5.002905,-9.69254216 27.200082,-12.8177163 -3.43844,-1.875855" /><path inkscape:connector-curvature="0" id="jenkins_path32" style="fill:#6d6b6d;fill-opacity:1;fill-rule:evenodd;stroke:none" d="m 23.237694,85.686548 8.128079,2.813782 6.565493,-3.12705 3.12705,-6.877822 3.751709,0.625598 0.937928,3.75171 -1.875855,7.190151 1.875855,17.195963 -1.563713,9.37927 5.627565,6.5655 12.193057,9.6916 -3.439193,4.68964 -17.195211,-8.44135 -7.190902,-5.62756 -4.064227,-8.75368 -6.252975,-8.44135 -1.875855,-10.00487 1.251195,-10.629532" /><path inkscape:connector-curvature="0" id="jenkins_path34" style="fill:#dcd9d8;fill-opacity:1;fill-rule:evenodd;stroke:none" d="m 36.055411,115.07463 c 0,0 4.689637,11.56746 23.448186,17.19502 18.758548,5.62757 0.937927,4.06498 0.937927,4.06498 l -20.321136,-7.81669 -7.816687,-7.81575 -3.438442,-6.25316 7.190152,0.6256" /><path inkscape:connector-curvature="0" id="jenkins_path36" style="fill:#dcd9d8;fill-opacity:1;fill-rule:evenodd;stroke:none" d="m 26.676136,87.874733 c 0,0 -6.565492,21.885597 18.446032,25.011707 l -0.937928,3.75171 -17.194836,-4.06497 -5.002905,-16.2571 1.251195,-10.629532 3.438442,2.188185" /><path inkscape:connector-curvature="0" id="jenkins_path38" style="fill:#f7e4cd;fill-opacity:1;fill-rule:evenodd;stroke:none" d="m 36.680821,58.798982 4.093584,3.966495 c 0,0 1.847623,-0.214785 2.159765,-2.40297 0.312143,-2.189123 1.25007,-21.885599 14.693572,-32.516068 1.226246,-0.969817 -10.003934,1.564463 -10.003934,1.564463 L 37.618748,45.0424" /><path inkscape:connector-curvature="0" id="jenkins_path40" style="fill:#f7e4cd;fill-opacity:1;fill-rule:evenodd;stroke:none" d="m 94.208975,64.738876 c 0,0 0.72877,9.476819 3.280871,8.74805 2.552104,-0.72877 2.552104,-3.28087 2.552104,-3.28087 0,0 -6.197828,-4.00964 -5.832975,-5.46718" /><path inkscape:connector-curvature="0" id="jenkins_path42" style="fill:#f7e4cd;fill-opacity:1;fill-rule:nonzero;stroke:none" d="m 120.15674,99.442192 c 0,0 -5.15298,-1.087996 -5.62757,-5.627565 -0.47459,-4.540507 5.62757,-0.937927 6.5655,-0.625598" /><path inkscape:connector-curvature="0" id="jenkins_path44" style="fill:#f7e4cd;fill-opacity:1;fill-rule:nonzero;stroke:none" d="m 82.327123,99.128924 c 0,0 -6.87876,-0.937927 -6.87876,-5.314297 0,-4.377307 7.816875,-4.064977 10.00506,-2.189123" /><path inkscape:connector-curvature="0" id="jenkins_path46" style="fill:#f7e4cd;fill-opacity:1;fill-rule:evenodd;stroke:none" d="m 39.80712,78.807788 c 0,0 -11.880914,7.19109 -13.130984,0.31233 -1.250445,-6.877822 -4.064977,-11.880727 1.875855,-19.070879 l -4.064227,1.250258 -3.75171,9.691604 -1.25007,9.379274 7.190152,7.504358 8.12883,-0.625598 4.689637,-3.75171 0.312517,-4.689637" /><path inkscape:connector-curvature="0" id="jenkins_path48" style="fill:#f7e4cd;fill-opacity:1;fill-rule:evenodd;stroke:none" d="m 45.434685,98.504264 c 0,0 5.315047,27.512226 32.202801,32.827456 22.136213,4.37544 33.764634,-0.93792 38.141944,-5.93989 0,0 -19.696476,23.44725 -38.455212,16.2571 -18.758549,-7.19109 -32.514193,-20.32208 -32.20205,-28.76249 0.532367,-14.376548 0.312517,-14.382176 0.312517,-14.382176" /><path inkscape:connector-curvature="0" id="jenkins_path50" style="fill:#f7e4cd;fill-opacity:1;fill-rule:evenodd;stroke:none" d="m 117.96855,122.26572 c 0,0 -9.066,0.31233 -9.37927,-7.81669 0,0 -9.4e-4,-1.25026 0.62466,-2.50051 0,0 7.19203,8.12901 11.5684,3.75171" /><path inkscape:connector-curvature="0" id="jenkins_path52" style="fill:#f7e4cd;fill-opacity:1;fill-rule:evenodd;stroke:none" d="m 78.267679,111.10157 c 0,0 -1.560805,12.47725 -12.19859,5.22332 -6.87801,-4.68964 -6.252225,-11.25513 -5.002155,-12.50539 1.250445,-1.2512 0.910446,-3.76953 1.862349,-2.04093 0.951433,1.7286 0.638166,7.35616 4.077733,8.91875 3.439192,1.56353 9.076981,3.30995 11.260663,0.40425" /><path inkscape:connector-curvature="0" id="jenkins_path54" style="fill:#49728b;fill-opacity:1;fill-rule:evenodd;stroke:none" d="M 48.873877,26.597119 19.485984,13.466135 c 0,0 12.193057,-48.459897 5.939707,-63.466736 l -4.377119,1.562587 -0.312518,18.446407 L 12.60835,5.0238501 9.1687826,14.716392 39.80712,35.349858 48.873877,26.597119" /><path inkscape:connector-curvature="0" id="jenkins_path56" style="fill:#49728b;fill-opacity:1;fill-rule:evenodd;stroke:none" d="m 51.895786,-0.20622086 4.169369,-5.08713084 0,-18.7585493 -5.002905,0 c 0,0 -0.62466,13.130985 -0.62466,14.6946973 0,1.5633374 0.62466,7.1909021 0.62466,7.1909021" /><path inkscape:connector-curvature="0" id="jenkins_path58" style="fill:#49728b;fill-opacity:1;fill-rule:evenodd;stroke:none" d="m 52.000177,-26.865683 -14.068911,-0.62466 4.064977,-2.813782 10.003934,-1.563337" /><path inkscape:connector-curvature="0" id="jenkins_path60" style="fill:#335061;fill-opacity:1;fill-rule:evenodd;stroke:none" d="m 100.14793,-23.738633 11.56746,0.312518 2.81378,-28.763609 -11.88072,-1.562587 -2.50052,30.013678" /><path inkscape:connector-curvature="0" id="jenkins_path62" style="fill:#335061;fill-opacity:1;fill-rule:evenodd;stroke:none" d="m 103.27404,-23.738633 17.5083,0.937928 c 0,0 7.19015,18.1331385 7.19015,19.0710659 0,0.9379275 6.25316,26.2617811 6.25316,26.2617811 l -14.06891,14.693571 -2.81378,2.501452 -7.50342,-7.503419 0,-29.0757507 -6.5655,-26.8866283" /><path inkscape:connector-curvature="0" id="jenkins_path64" style="fill:#49728b;fill-opacity:1;fill-rule:evenodd;stroke:none" d="m 111.08979,-21.55026 -10.94186,-2.188373 1.56259,-8.754614 c 4.06404,-1.875855 10.9428,3.12705 10.9428,3.12705" /><path inkscape:connector-curvature="0" id="jenkins_path66" style="fill:#49728b;fill-opacity:1;fill-rule:evenodd;stroke:none" d="m 111.40306,33.161673 21.88466,-16.257096 0.6256,7.50342 -16.57036,15.319168 -5.9399,-6.565492" /><path inkscape:connector-curvature="0" id="jenkins_path68" style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none" d="m 62.850122,-85.332281 -6.472825,26.265673 -3.219342,19.380207 -0.532368,14.385181 29.295976,1.559586 18.226367,0.003 -1.657316,-32.830462 2.813786,-25.324003 -0.31233,-4.689637 -23.760144,-1.875855 -14.381804,3.126309" /><path inkscape:connector-curvature="0" id="jenkins_path70" style="fill:#dcd9d8;fill-opacity:1;fill-rule:evenodd;stroke:none" d="m 96.082954,-23.426115 c 0,0 -1.562587,-32.515318 3.12705,-55.650237 0,0 -9.379274,-5.940851 -23.136231,-7.503447 l 26.262347,0.937927 3.12611,1.875855 -3.75171,51.27277 -0.93793,10.943737" /><path inkscape:connector-curvature="0" id="jenkins_path72" style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none" d="m 115.06192,-49.691085 12.19305,3.439192 23.13492,1.250445 3.43938,10.629438 -6.25316,18.446313 -7.19015,0.937927 -10.00488,-3.126299 -9.59874,-4.686636 -5.09576,0.934926 -3.97119,-1.560336" /><path inkscape:connector-curvature="0" id="jenkins_path74" style="fill:#dcd9d8;fill-opacity:1;fill-rule:evenodd;stroke:none" d="m 114.8415,-43.435109 c 0,0 8.12808,3.750959 9.37928,3.438442 l -3.43844,17.195962 4.06404,1.562587 c 0,0 2.81378,-16.256909 2.81378,-18.132764 0,0 17.50735,-0.937927 19.07088,-0.937927 0,0 3.75171,7.190902 2.81378,14.694321 l 3.43938,-10.004684 0.31233,-5.627565 -5.00197,-7.503419 -5.62756,-1.250445 -9.37928,0.312517 -3.12611,4.063852 -10.9428,-1.562587 -3.43938,-1.251195" /><path inkscape:connector-curvature="0" id="jenkins_path76" style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" d="M 102.55559,-21.241026 95.67777,-3.7326404 88.48668,6.5845614 c 0,0 1.562587,4.3773076 3.75171,4.3773076 2.189122,0 7.191089,0 7.191089,0 L 106.3073,8.4604163 105.68264,-3.1072304 102.55559,-21.241026" /><path inkscape:connector-curvature="0" id="jenkins_path78" style="fill:#dcd9d8;fill-opacity:1;fill-rule:evenodd;stroke:none" d="m 103.89964,-15.297286 c 0,0 -8.754613,16.8819438 -8.754613,19.3832087 0,0 1.562587,3.7517098 3.75171,2.8137823 2.189123,-0.9379274 6.878763,-3.438442 6.878763,-3.438442 l 0,5.9398945 -10.630473,2.1891225 -7.190152,-0.937927 12.193055,-28.763421 2.50052,-0.313268" /><path inkscape:connector-curvature="0" id="jenkins_path80" style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" d="m 65.664279,25.96777 -8.661197,0.941679 -8.129205,2.501453 0,-2.813783 3.971935,-4.380121 12.505575,-5.627565" /><path inkscape:connector-curvature="0" id="jenkins_path82" style="fill:#dcd9d8;fill-opacity:1;fill-rule:evenodd;stroke:none" d="m 51.688785,25.03078 c 0,0 9.692542,-4.064977 12.818842,-3.12705 l 0.311017,-3.747958 -8.752364,1.872103 -5.315422,3.75171 0.937927,1.251195" /><path inkscape:connector-curvature="0" id="jenkins_path84" style="fill:#d33833;fill-opacity:1;fill-rule:evenodd;stroke:none" d="m 115.02815,9.8973211 c -5.30492,0.1556959 -10.09773,0.7859829 -14.29401,1.9696479 0.28513,1.720159 -0.24855,3.408428 0.18008,4.64743 1.16959,0.842259 3.12986,0.829128 4.89786,1.027031 -1.52883,0.75128 -3.67668,1.048603 -5.44092,0.614342 -0.0413,1.193982 -0.576827,1.934007 -0.90135,2.868182 2.98261,1.064548 10.02363,8.043666 13.9845,5.732613 1.88711,-1.099251 2.68904,-7.377737 2.83535,-10.430691 0.12193,-2.532404 -0.22979,-5.087319 -1.26151,-6.4285549" /><path inkscape:connector-curvature="0" id="jenkins_path86" style="fill:none;stroke:#d33833;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" d="m 115.02815,9.8973211 c -5.30492,0.1556959 -10.09773,0.7859829 -14.29401,1.9696479 0.28513,1.720159 -0.24855,3.408428 0.18008,4.64743 1.16959,0.842259 3.12986,0.829128 4.89786,1.027031 -1.52883,0.75128 -3.67668,1.048603 -5.44092,0.614342 -0.0413,1.193982 -0.576827,1.934007 -0.90135,2.868182 2.98261,1.064548 10.02363,8.043666 13.9845,5.732613 1.88711,-1.099251 2.68904,-7.377737 2.83535,-10.430691 0.12193,-2.532404 -0.22979,-5.087319 -1.26151,-6.4285549 z" /><path inkscape:connector-curvature="0" id="jenkins_path88" style="fill:#d33833;fill-opacity:1;fill-rule:evenodd;stroke:none" d="m 89.660027,18.569398 c -0.01407,-0.401433 -0.03095,-0.805679 -0.0469,-1.210864 -1.65638,-1.087996 -4.330411,-1.074865 -6.148114,-1.989344 2.679658,-0.117241 4.789057,-0.762535 6.614264,-1.672325 -0.04033,-1.011086 -0.07879,-2.021233 -0.118179,-3.032319 C 86.925031,8.5860986 84.151579,5.490938 80.57695,3.541831 78.886805,2.6200359 72.955164,0.24811119 71.15697,0.66727097 70.1396,0.90353489 70.047964,2.166079 69.641279,3.3561214 68.774822,5.904564 66.77985,9.9611002 66.605865,13.797223 c -0.221633,4.845334 -0.710762,12.965909 4.510868,11.967955 4.212607,-0.803804 9.112152,-2.744376 12.373608,-4.526438 1.993095,-1.089872 3.145808,-2.436736 6.169686,-2.669342" /><path inkscape:connector-curvature="0" id="jenkins_path90" style="fill:none;stroke:#d33833;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" d="m 89.660027,18.569398 c -0.01407,-0.401433 -0.03095,-0.805679 -0.0469,-1.210864 -1.65638,-1.087996 -4.330411,-1.074865 -6.148114,-1.989344 2.679658,-0.117241 4.789057,-0.762535 6.614264,-1.672325 -0.04033,-1.011086 -0.07879,-2.021233 -0.118179,-3.032319 C 86.925031,8.5860986 84.151579,5.490938 80.57695,3.541831 78.886805,2.6200359 72.955164,0.24811119 71.15697,0.66727097 70.1396,0.90353489 70.047964,2.166079 69.641279,3.3561214 68.774822,5.904564 66.77985,9.9611002 66.605865,13.797223 c -0.221633,4.845334 -0.710762,12.965909 4.510868,11.967955 4.212607,-0.803804 9.112152,-2.744376 12.373608,-4.526438 1.993095,-1.089872 3.145808,-2.436736 6.169686,-2.669342 z" /><path inkscape:connector-curvature="0" id="jenkins_path92" style="fill:#d33833;fill-opacity:1;fill-rule:evenodd;stroke:none" d="m 92.675464,12.788013 c -0.463336,2.639328 -0.998893,3.392484 -0.791611,5.695096 7.039146,4.693389 8.360687,-8.061486 0.791611,-5.695096" /><path inkscape:connector-curvature="0" id="jenkins_path94" style="fill:none;stroke:#d33833;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" d="m 92.675464,12.788013 c -0.463336,2.639328 -0.998893,3.392484 -0.791611,5.695096 7.039146,4.693389 8.360687,-8.061486 0.791611,-5.695096 z" /><path inkscape:connector-curvature="0" id="jenkins_path96" style="fill:#ef3d3a;fill-opacity:1;fill-rule:evenodd;stroke:none" d="m 102.86792,10.648601 c 0,0 -2.18912,3.12705 -0.6256,4.064978 1.56353,0.937927 3.12705,-9.38e-4 4.06498,1.562587 0.93793,1.563525 0,2.501452 0.31233,4.377307 0.31233,1.875855 1.87679,2.189123 3.43938,2.501452 1.56259,0.31233 5.94083,0.937928 6.56549,-0.625597 l -1.87585,5.627565 -3.75171,1.250257 -11.880728,-6.877822 -0.625598,-3.43938 0,-6.877822" /><path inkscape:connector-curvature="0" id="jenkins_path98" style="fill:#ef3d3a;fill-opacity:1;fill-rule:evenodd;stroke:none" d="M 70.040649,0.33130536 C 69.665103,5.2104977 69.267609,10.083031 68.825376,14.95744 c -0.661708,7.278317 1.748297,6.008363 8.05736,6.008363 0.963626,0 5.933235,-1.148961 6.288709,-1.875855 1.705152,-3.482525 -2.851299,-2.708734 1.96402,-5.334931 4.064978,-2.216323 11.24575,1.345926 9.603439,6.272858 -0.919169,1.0955 -4.789057,0.341406 -6.176252,1.060796 -2.442363,1.266202 -4.884726,2.532404 -7.32737,3.798606 C 78.12774,26.499575 70.945561,28.850021 67.632426,26.597119 59.2376,20.887955 68.162261,6.6230164 71.15697,0.66727097" /><path inkscape:connector-curvature="0" id="jenkins_path100" style="fill:#231f20;fill-opacity:1;fill-rule:evenodd;stroke:none" d="m 78.267679,111.10157 c -8.521258,1.98465 -12.755438,-3.566 -15.338396,-9.323 -2.306364,0.559 -1.388602,3.69543 -0.806055,5.29366 1.525258,4.19441 7.671965,9.7779 12.694285,9.02099 2.161266,-0.32546 5.086005,-2.30168 3.450166,-4.99165" /><path inkscape:connector-curvature="0" id="jenkins_path102" style="fill:#231f20;fill-opacity:1;fill-rule:evenodd;stroke:none" d="m 119.78626,101.39777 c 0.13412,-0.006 0.27012,-0.0103 0.40424,-0.0159 1.92557,-4.000265 3.59227,-8.237821 6.0215,-11.769118 -1.62731,-3.790165 -12.32249,-7.144193 -12.15742,-0.338592 2.31293,1.011086 6.30569,0.206344 8.356,1.49787 -1.18554,3.253671 -2.89632,6.02337 -2.62432,10.62578" /><path inkscape:connector-curvature="0" id="jenkins_path104" style="fill:#231f20;fill-opacity:1;fill-rule:evenodd;stroke:none" d="m 82.630261,101.29366 c 1.827083,-3.349338 2.421729,-6.868442 5.01885,-9.399908 1.169595,-1.139582 3.444069,-2.528653 2.316681,-5.697909 -0.263558,-0.747529 -2.189123,-2.414226 -3.300567,-2.741562 -4.060288,-1.198672 -13.52135,-0.247613 -10.317389,4.814381 3.357874,-0.156634 7.871274,-2.180681 10.381168,0.256992 -1.927441,3.081092 -5.363632,9.176682 -4.098743,12.768006" /><path inkscape:connector-curvature="0" id="jenkins_path106" style="fill:#231f20;fill-opacity:1;fill-rule:evenodd;stroke:none" d="m 118.26212,67.252522 c -6.11341,-3.927102 -12.93026,-8.197486 -22.947328,-7.207034 -2.140351,1.860848 -2.956347,6.001797 -0.876962,8.736794 1.082368,-1.860848 0.402371,-5.283346 3.418745,-5.798268 5.683845,-0.972631 12.299045,3.476897 16.387465,5.031981 2.53522,4.274135 -0.21853,5.846102 -2.50239,8.597043 -4.67557,5.636006 -10.94749,12.621689 -10.71957,21.059285 1.88992,1.370312 2.05312,-2.091579 2.32418,-2.721866 2.44143,-5.713854 8.58579,-13.021246 13.07002,-17.9116 1.10113,-1.204299 2.91414,-2.359826 3.1158,-3.156126 0.58151,-2.315743 -1.51288,-5.090132 -1.26996,-6.630209" /><path inkscape:connector-curvature="0" id="jenkins_path108" style="fill:#231f20;fill-opacity:1;fill-rule:evenodd;stroke:none" d="m 37.66752,71.386906 c -1.916185,1.093624 -2.3723,5.910819 -4.621919,6.047756 -3.214933,0.195089 -2.628729,-6.24941 -2.615879,-10.018003 -2.212946,2.009041 -2.602092,8.194672 -0.976383,11.371433 -1.852781,0.909789 -2.680127,-1.003583 -3.707814,-1.677953 1.320789,9.594998 14.03599,4.450466 11.921995,-5.723233" /><path inkscape:connector-curvature="0" id="jenkins_path110" style="fill:#231f20;fill-opacity:1;fill-rule:evenodd;stroke:none" d="m 122.15452,63.256951 c -2.84567,-5.416531 -6.87125,-11.381749 -15.22162,-11.555266 -0.16977,1.749235 -0.30014,4.411073 0.009,5.464365 6.38353,0.613405 10.3247,3.862386 15.21224,6.090901" /><path inkscape:connector-curvature="0" id="jenkins_path112" style="fill:#231f20;fill-opacity:1;fill-rule:evenodd;stroke:none" d="m 82.148729,59.745351 c 5.325927,-2.800652 15.114138,-3.101726 22.353061,-2.889755 0.3883,-1.586035 0.37892,-3.545365 0.39393,-5.479372 -9.305178,-0.464274 -20.307066,1.838338 -22.746991,8.369127" /><path inkscape:connector-curvature="0" id="jenkins_path114" style="fill:#231f20;fill-opacity:1;fill-rule:evenodd;stroke:none" d="m 81.136424,54.522971 c 3.68296,-9.247027 16.341228,-8.182479 27.015776,-7.927363 -0.4699,-1.200547 -1.48849,-2.618693 -2.75469,-3.13174 -3.42062,-1.391884 -12.855232,-2.44799 -17.603958,0.0741 -3.011685,1.601042 -4.94663,5.218628 -6.596725,7.339282 -0.796864,1.024217 -4.764766,3.640096 -0.0604,3.645724" /><path inkscape:connector-curvature="0" id="jenkins_path116" style="fill:#81b0c4;fill-opacity:1;fill-rule:evenodd;stroke:none" d="m 117.81755,3.5158504 c -4.32197,-7.4023109 -8.45729,-15.0050574 -13.58494,-21.5342514 2.14973,6.320787 3.06983,16.8999519 3.39436,24.9650024 4.49736,2.1047092 8.34849,-0.4736534 10.19058,-3.430751" /><path inkscape:connector-curvature="0" id="jenkins_path118" style="fill:#231f20;fill-opacity:1;fill-rule:evenodd;stroke:none" d="m 141.0744,-23.088743 c -4.83877,-0.968691 -8.23876,-5.671459 -12.95935,-5.369634 2.59431,3.65726 7.14044,5.198931 12.95935,5.369634" /><path inkscape:connector-curvature="0" id="jenkins_path120" style="fill:#231f20;fill-opacity:1;fill-rule:evenodd;stroke:none" d="m 143.20912,-30.661381 c -3.94399,-0.416534 -8.57641,-1.055169 -12.57667,-0.726144 1.89368,2.892568 9.18981,1.89452 12.57667,0.726144" /><path inkscape:connector-curvature="0" id="jenkins_path122" style="fill:#231f20;fill-opacity:1;fill-rule:evenodd;stroke:none" d="m 144.57568,-37.190201 c -4.43265,-0.09604 -9.94203,-0.0077 -14.1552,0.345814 2.49207,2.676751 11.28045,0.993266 14.1552,-0.345814" /><path inkscape:connector-curvature="0" id="jenkins_path124" style="fill:#dcd9d8;fill-opacity:1;fill-rule:evenodd;stroke:none" d="m 109.4775,-55.056968 c 0.63591,-5.566787 2.84285,-11.207201 2.56617,-17.303729 -2.45081,-0.826502 -3.85864,-1.549363 -7.14232,-1.544955 -0.23167,5.181299 -0.9248,13.102003 -0.71752,18.041129 1.61511,-0.106924 3.99651,1.153744 5.29367,0.807555" /><path inkscape:connector-curvature="0" id="jenkins_path126" style="fill:#f0d6b7;fill-opacity:1;fill-rule:evenodd;stroke:none" d="m 102.33143,26.985421 c -2.2257,-1.452849 -4.121256,-3.266801 -6.258793,-4.818133 -4.740285,-0.234482 -7.327089,0.328274 -10.809614,3.05014 0.05721,0.218537 0.407061,0.120993 0.420192,0.38924 5.074187,-2.261343 11.524314,0.921045 16.648215,1.378753" /><path inkscape:connector-curvature="0" id="jenkins_path128" style="fill:#81b0c4;fill-opacity:1;fill-rule:evenodd;stroke:none" d="m 75.693819,-7.6033732 c 1.394135,6.0411906 6.856812,9.1700228 11.817416,12.4968514 5.120146,-6.4981489 8.234065,-14.8548948 11.663128,-22.9191952 -8.101817,2.44227 -16.379965,6.405013 -23.480544,10.4223438" /><path inkscape:connector-curvature="0" id="jenkins_path130" style="fill:#231f20;fill-opacity:1;fill-rule:evenodd;stroke:none" d="m 104.18383,-55.864523 c -0.20728,-4.939126 0.48585,-12.85983 0.71752,-18.041129 3.28368,-0.0044 4.69151,0.718453 7.14232,1.544955 0.27668,6.096528 -1.93026,11.736942 -2.56617,17.303729 -1.29716,0.346189 -3.67856,-0.914479 -5.29367,-0.807555 z m -51.130267,28.089801 c 2.1653,-19.905634 5.301448,-36.638822 11.053569,-54.265659 12.766412,-3.876276 28.156582,-4.214079 39.440788,-0.716267 -2.07188,9.948653 -1.16678,22.060673 -2.37765,32.677261 -0.9126,7.979699 -0.44739,16.008546 -1.698584,24.149756 -13.673106,2.844546 -32.99957,0.66499 -46.418123,-1.845091 z m 49.651157,1.720159 c -0.11536,-8.549021 0.38268,-16.981927 1.03547,-25.54164 3.28275,0.492787 5.51033,0.821812 8.56047,1.49046 -0.99045,8.240537 -0.86852,17.513169 -2.886,24.802647 -2.33169,-0.02232 -4.38482,0.02711 -6.70994,-0.751467 z m 16.6529,1.378003 c -1.55789,0.357163 -3.37185,0.01388 -4.86034,-0.01501 0.6997,-6.968895 2.39735,-14.658868 2.99481,-21.973952 2.342,-0.07288 3.5932,1.031721 5.5197,1.403234 0.10317,6.421145 -0.56088,15.267676 -3.65417,20.585725 z m 25.21525,-23.038218 c 4.88191,1.18554 7.95174,7.164828 6.58612,13.305345 -0.91635,4.126881 -2.54835,11.897797 -4.29477,14.537875 -1.29059,1.952765 -4.78999,4.509368 -7.58408,2.71999 -4.5452,-2.910483 -12.55228,-3.755368 -15.86692,-7.278411 1.66201,-5.533772 2.17787,-13.134642 2.86349,-20.1464 5.67822,-0.353974 12.66484,1.562587 17.3873,-0.471215 -3.29681,-1.067924 -7.5747,-1.076365 -10.42318,-2.632762 2.32793,-1.124388 7.77823,-0.897222 11.33204,-0.03442 z M 99.174363,-18.025717 C 95.7453,-9.9614166 92.631381,-1.6046707 87.511235,4.8934782 82.550631,1.5666496 77.087954,-1.5621826 75.693819,-7.6033732 82.794398,-11.620704 91.072546,-15.583447 99.174363,-18.025717 z m 8.452607,24.9723184 c -0.32453,-8.0650505 -1.24463,-18.6442154 -3.39436,-24.9650024 5.12765,6.529194 9.26297,14.1319405 13.58494,21.5342514 -1.84209,2.9570976 -5.69322,5.5354602 -10.19058,3.430751 z M 98.045099,10.351278 C 96.102651,10.560436 94.453774,8.1180728 91.927936,9.1741791 91.349235,8.5345125 90.823057,7.8413842 90.233101,7.2167245 c 5.578792,-6.72315769 8.11401,-16.261786 12.422849,-24.1626995 2.31199,7.5895216 2.04562,15.904436 2.55491,24.1880235 -3.17676,-0.2016544 -4.93912,2.8728715 -7.165761,3.1092295 z m -6.161246,8.131831 c -0.207282,-2.302612 0.328275,-3.055768 0.791611,-5.695096 7.569076,-2.36639 6.247535,10.388485 -0.791611,5.695096 z M 83.490341,21.23874 C 80.228885,23.020802 75.32934,24.961374 71.116733,25.765178 65.895103,26.76407 66.384232,18.642557 66.605865,13.797223 66.77985,9.9611002 68.774822,5.904564 69.641279,3.3561214 70.047964,2.166079 70.1396,0.90353489 71.15697,0.66727097 72.955164,0.24811119 78.886805,2.6200359 80.57695,3.541831 c 3.574629,1.949107 6.348081,5.0442676 9.384152,7.122715 0.03939,1.011086 0.07785,2.021233 0.118179,3.032319 -1.825207,0.90979 -3.934606,1.555084 -6.614264,1.672325 1.817703,0.914479 4.491734,0.901348 6.148114,1.989344 0.01595,0.405185 0.03283,0.809431 0.0469,1.210864 -3.023878,0.232606 -4.176591,1.57947 -6.169686,2.669342 z m -31.151947,5.658516 c -2.706859,-2.748127 7.592053,-6.49421 10.871142,-6.695864 -0.01829,1.738917 0.991014,3.378415 0.787671,4.625858 -3.894556,0.683749 -9.012826,0.232606 -11.658813,2.070006 z m 33.344821,-1.290588 c -0.01313,-0.268247 -0.362978,-0.170703 -0.420192,-0.38924 3.482525,-2.721866 6.069329,-3.284622 10.809614,-3.05014 2.137537,1.551332 4.033093,3.365284 6.258793,4.818133 -5.123901,-0.457708 -11.574028,-3.640096 -16.648215,-1.378753 z m 30.606445,-9.280792 c -0.14631,3.052954 -0.94824,9.33144 -2.83535,10.430691 -3.96087,2.311991 -11.00189,-4.668065 -13.9845,-5.732613 0.324523,-0.934175 0.86008,-1.6742 0.90135,-2.868182 1.76424,0.434261 3.91209,0.136938 5.44092,-0.614342 -1.768,-0.197903 -3.72827,-0.184772 -4.89786,-1.027031 -0.42863,-1.239002 0.10505,-2.927271 -0.18008,-4.64743 4.19628,-1.183665 8.98909,-1.813952 14.29401,-1.9696479 1.03172,1.3412359 1.38344,3.8961509 1.26151,6.4285549 z M 47.781379,24.23917 C 46.931336,24.845071 41.18109,32.326918 40.393325,32.016464 29.988239,27.913031 20.259024,20.81761 11.564906,14.106739 c 8.289309,-17.7869493 11.635459,-39.578755 12.226728,-60.582421 9.495765,-4.441274 17.836379,-10.843754 30.721907,-11.512309 -1.491117,10.549808 -2.852237,19.962097 -3.698623,29.894561 -3.237632,1.364778 -7.882623,-0.0619 -10.912504,0.423193 -0.0257,3.651258 4.627359,1.598885 5.01491,4.054285 0.292071,1.85719 -2.560166,1.997879 -1.631431,4.922337 2.368642,-0.861017 3.612522,-2.762853 6.138642,-3.476991 2.308239,5.049802 -0.03226,13.9846861 0.300418,18.2053595 0.06303,0.7924549 0.395711,4.3903446 2.170833,3.75902564 1.571028,-0.55872337 -0.08976,-9.56864194 0.08244,-13.56327514 0.156821,-3.680333 -0.444484,-7.241456 1.045976,-9.551853 12.451362,1.694835 25.104191,2.790334 38.576393,3.159972 -2.963851,1.271735 -6.48483,2.475284 -10.345152,4.651182 -2.092704,1.179725 -8.689335,3.634469 -9.293173,5.6221243 -0.963532,3.1672872 2.527996,4.8544311 3.125175,7.569731 -6.285146,-3.4278434 -7.511392,3.28565365 -8.998195,8.0418837 -1.347145,4.307901 -2.113995,7.52593 -2.44452,10.0105 -5.41428,2.581176 -11.203074,5.19518 -15.863355,8.505126 z m 63.009211,6.872194 c 8.66927,4.203791 10.23185,-15.711223 6.83374,-22.1266463 0.52524,-1.913372 2.33169,-2.6458933 3.0689,-4.3660522 -4.83783,-8.6663558 -10.21121,-16.7559795 -15.14753,-25.3203825 3.67199,2.285822 8.91688,0.408842 13.23791,2.119809 1.57947,0.62466 2.72281,4.240464 3.91866,7.133032 3.28931,7.958127 6.74276,17.9912307 8.27909,25.585629 0.34703,1.730476 1.29246,5.500945 1.08049,7.041021 -0.37798,2.757507 -4.11938,4.802189 -6.02243,6.507341 -3.50597,3.14956 -5.71386,5.921136 -9.37083,8.866228 -1.48287,-2.189123 -4.66526,-3.659793 -5.878,-5.439979 z M 27.954813,107.9914 c -4.130914,-4.5452 -3.266239,-13.061577 -2.766136,-19.120588 7.466747,4.69714 17.377263,-0.37142 17.283846,-8.360686 3.564874,0.09473 1.331763,4.452342 0.686938,7.259559 -2.107336,9.169178 3.550243,19.130905 0.256523,27.515975 -6.395165,-0.48491 -11.649059,-3.09703 -15.461171,-7.29426 z m 29.557564,26.38015 c -9.351793,-2.65059 -21.337193,-9.44587 -25.180069,-17.84689 2.975668,0.43239 5.04136,1.93307 7.976791,2.11878 1.109381,0.0722 2.562793,-0.46521 3.837812,-0.14819 2.540845,0.63029 4.685229,6.32726 6.602071,8.44697 1.868539,2.07001 4.114406,2.95448 5.651388,4.84159 0.98745,0.47646 2.447428,0.44364 2.503516,1.9265 -0.427976,0.45771 -0.878651,0.80662 -1.391509,0.66124 z m 48.681433,-2.49301 c -9.706609,5.47655 -26.136378,9.59593 -36.461646,4.44859 -8.331422,-4.15408 -19.59321,-11.02722 -23.432804,-19.73681 3.586822,-8.40477 -1.062484,-16.10609 -1.359244,-24.639355 -0.157572,-4.540506 2.137818,-8.504188 2.313679,-13.447065 -1.227372,-2.024986 -4.977299,-2.274474 -7.573107,-2.135661 -0.873773,4.372618 -2.403439,9.287357 -6.906148,9.780707 -6.371341,0.69688 -11.029839,-4.576148 -11.319283,-10.086472 -0.342531,-6.48014 4.977206,-17.220347 12.517298,-16.474695 2.912734,0.287944 3.628279,3.207712 6.80185,3.177698 1.720065,-3.431876 -2.653303,-4.509555 -3.103227,-6.964111 -0.117241,-0.634039 0.362697,-3.112043 0.641824,-4.274135 1.369562,-5.658517 4.422609,-12.981854 7.427635,-17.289755 3.813988,-5.464365 11.307184,-6.287865 19.368577,-6.823422 1.439812,3.101726 6.743886,2.84661 10.199961,2.035303 -4.141888,1.640435 -7.992549,5.617247 -11.183753,9.137289 -3.665608,4.038715 -7.378769,8.371002 -7.566355,13.649658 6.927063,-9.610005 12.649921,-18.00258 25.246006,-22.229819 9.531031,-3.196456 20.662357,1.465043 27.985687,6.607699 3.03889,2.137537 4.85284,5.529082 7.01289,8.633622 8.08212,11.625611 11.85352,28.219423 11.0244,44.303003 -0.34141,6.633023 -0.3264,13.243531 -2.5521,17.706191 -2.32606,4.66619 -10.1934,8.84091 -14.79862,4.62023 -0.85352,4.5377 3.82955,7.34398 9.3305,5.71104 -3.92241,5.062 -8.03898,11.14446 -13.61402,14.29027 z m 18.08418,-149.662459 c 7.58502,3.77075 21.7571,10.1494066 26.5124,-0.01388 1.75486,-3.74627 3.81361,-10.079062 4.72246,-13.946231 1.28402,-5.455736 -1.39188,-16.923025 -6.99975,-18.753765 -4.9532,-1.6168 -10.73271,-1.518317 -16.69886,-0.319834 -0.70251,0.584329 -1.48474,1.602918 -2.03155,2.664652 -4.26007,0.165263 -8.24907,-0.228667 -11.61436,-1.979871 0.3189,-3.150498 -1.81207,-3.656135 -3.80986,-4.304993 -1.48099,-5.87227 2.96291,-13.540952 1.8993,-18.89558 -0.75878,-3.814738 -5.45217,-4.404601 -8.90187,-5.11827 -0.11255,-2.119904 0.15101,-3.889482 0.38643,-5.682902 -0.7888,-2.906478 -4.32666,-4.561038 -7.67881,-4.966251 -11.02909,-1.32629 -27.775128,-1.922021 -38.38365,1.892709 -2.960287,7.2612 -5.29235,16.092819 -7.758067,24.384285 -10.346465,-1.104973 -18.71456,4.464347 -26.603374,8.113072 -2.731339,1.266202 -6.509779,1.963739 -7.530151,4.137855 -0.989232,2.104896 -0.584422,6.139016 -0.829878,9.949721 -0.624659,9.732874 -1.159559,19.120589 -3.729762,29.086068 C 14.074612,-7.0651904 12.063133,-3.1192359 10.6599,1.1896966 9.3629336,5.1832978 7.0969009,10.118672 6.5059128,14.101112 c -0.8763056,5.902377 4.6815712,6.230652 8.2354722,8.78838 5.493816,3.95524 9.806125,6.142487 15.756055,9.712239 1.762272,1.057044 7.076663,3.732951 7.681157,4.965388 1.201673,2.4433 -2.06269,5.888308 -2.935432,7.803556 -1.380535,3.028568 -2.100488,5.601302 -2.298297,8.589539 -4.991181,0.788797 -8.77478,3.759213 -11.060228,7.108552 -3.780598,5.543152 -6.40248,15.79845 -3.131458,23.599193 0.256523,0.614342 1.535856,1.822393 1.724567,2.765948 0.372263,1.858034 -0.700538,4.328535 -0.767225,6.304748 -0.343656,10.138995 1.71547,18.874855 8.541049,21.932495 2.770919,11.03847 12.688376,14.70858 22.032103,20.19452 3.492748,2.05031 7.34294,3.36059 11.319284,4.82376 14.264188,5.24958 36.149505,4.261 47.98803,-4.69245 5.01978,-3.79673 13.04375,-11.8132 15.91381,-17.6171 7.58033,-15.32292 7.04196,-40.931149 1.73986,-59.570581 -0.71283,-2.50239 -1.74643,-6.180942 -3.1899,-9.186999 -1.00639,-2.099082 -4.13438,-6.299121 -3.75452,-8.152465 0.39112,-1.916186 7.132,-7.034456 8.57735,-8.428216 2.60275,-2.510832 7.5475,-5.843288 7.94799,-9.011607 0.43051,-3.371849 -1.48567,-7.984577 -2.45643,-11.238247 -3.24523,-10.858292 -6.41167,-20.8952411 -10.09116,-30.575684" /><path inkscape:connector-curvature="0" id="jenkins_path132" style="fill:#f7e4cd;fill-opacity:1;fill-rule:evenodd;stroke:none" d="m 73.673992,57.379898 c 0.411469,0.547749 2.673844,1.379691 5.839349,-0.144441 0,0 -3.75171,-0.625598 -3.439568,-6.880636 l -1.563337,0.313268 c 0,0 -1.615674,5.671647 -0.836444,6.711809" /><path inkscape:connector-curvature="0" id="jenkins_path134" style="fill:#1d1919;fill-opacity:1;fill-rule:evenodd;stroke:none" d="m 101.08586,3.616959 c 0,-0.9492764 -0.77004,-1.7190334 -1.72016,-1.7190334 -0.949182,0 -1.719221,0.769757 -1.719221,1.7190334 0,0.9491825 0.770039,1.7201589 1.719221,1.7201589 0.95012,0 1.72016,-0.7709764 1.72016,-1.7201589" /><path inkscape:connector-curvature="0" id="jenkins_path136" style="fill:#1d1919;fill-opacity:1;fill-rule:evenodd;stroke:none" d="m 102.80508,-4.3554243 c 0,-0.9492763 -0.77004,-1.7190334 -1.72016,-1.7190334 -0.94918,0 -1.71922,0.7697571 -1.71922,1.7190334 0,0.9492764 0.77004,1.720159 1.71922,1.720159 0.95012,0 1.72016,-0.7708826 1.72016,-1.720159" /><rect style="fill:#000000;fill-opacity:1;stroke:none" id="jenkins_rect3048" width="70.411987" height="4.1198502" x="16.853933" y="177.37828" transform="matrix(0.8,0,0,-0.8,0,144)" rx="0.98258007" ry="0.98258007" /><rect style="fill:#000000;fill-opacity:1;stroke:none;display:inline" id="jenkins_rect3048-5" width="50.037457" height="3.2958801" x="78.501877" y="-2.0973756" rx="0.78606403" ry="0.78606403" transform="scale(1,-1)" /><rect style="fill:#000000;fill-opacity:1;stroke:none;display:inline" id="jenkins_rect3048-6" width="54.831463" height="3.2958801" x="13.483147" y="-3.6973758" rx="0.78606403" ry="0.78606403" transform="scale(1,-1)" /><rect style="fill:#000000;fill-opacity:1;stroke:none;display:inline" id="jenkins_rect3048-5-9" width="45.24345" height="3.2958801" x="83.295883" y="-3.6973755" rx="0.78606403" ry="0.78606403" transform="scale(1,-1)" /></g></symbol>'}),lt=(s().add(st),st),ut=new(o())({id:"jobs",use:"jobs-usage",viewBox:"0 0 32 32",content:'<symbol viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg" id="jobs">\n<g clip-path="url(#jobs_clip0_458_49)">\n<path d="M21 16C22.1867 16 23.3467 16.3519 24.3334 17.0112C25.3201 17.6705 26.0892 18.6075 26.5433 19.7039C26.9974 20.8003 27.1162 22.0067 26.8847 23.1705C26.6532 24.3344 26.0818 25.4035 25.2426 26.2426C24.4035 27.0818 23.3344 27.6532 22.1705 27.8847C21.0067 28.1162 19.8003 27.9974 18.7039 27.5433C17.6075 27.0892 16.6705 26.3201 16.0112 25.3334C15.3519 24.3467 15 23.1867 15 22C15 20.4087 15.6321 18.8826 16.7574 17.7574C17.8826 16.6321 19.4087 16 21 16ZM21 14C19.4178 14 17.871 14.4692 16.5554 15.3482C15.2398 16.2273 14.2145 17.4767 13.609 18.9385C13.0035 20.4003 12.845 22.0089 13.1537 23.5607C13.4624 25.1126 14.2243 26.538 15.3431 27.6569C16.462 28.7757 17.8874 29.5376 19.4393 29.8463C20.9911 30.155 22.5997 29.9965 24.0615 29.391C25.5233 28.7855 26.7727 27.7602 27.6518 26.4446C28.5308 25.129 29 23.5823 29 22C29 19.8783 28.1571 17.8434 26.6569 16.3431C25.1566 14.8429 23.1217 14 21 14Z" fill="black" />\n<path d="M26 4H6C5.46957 4 4.96086 4.21071 4.58579 4.58579C4.21071 4.96086 4 5.46957 4 6V26C4 26.5304 4.21071 27.0391 4.58579 27.4142C4.96086 27.7893 5.46957 28 6 28H10V26H6V12H28V6C28 5.46957 27.7893 4.96086 27.4142 4.58579C27.0391 4.21071 26.5304 4 26 4ZM6 10V6H26V10H6Z" fill="currentColor" />\n<path d="M19 19V25L24 22L19 19Z" fill="currentColor" />\n</g>\n<defs>\n<clipPath id="jobs_clip0_458_49">\n<rect width="32" height="32" fill="white" />\n</clipPath>\n</defs>\n</symbol>'}),ct=(s().add(ut),ut),ft=new(o())({id:"link",use:"link-usage",viewBox:"0 0 32 32",content:'<symbol viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg" id="link">\n<g clip-path="url(#link_clip0_7_21)">\n<path d="M29.25 6.76C28.6926 6.20064 28.0302 5.75682 27.3009 5.45399C26.5716 5.15116 25.7897 4.99527 25 4.99527C24.2103 4.99527 23.4284 5.15116 22.6991 5.45399C21.9698 5.75682 21.3074 6.20064 20.75 6.76L22.17 8.18C22.5423 7.8077 22.9843 7.51238 23.4707 7.31089C23.9572 7.10941 24.4785 7.00571 25.005 7.00571C25.5315 7.00571 26.0529 7.10941 26.5393 7.31089C27.0257 7.51238 27.4677 7.8077 27.84 8.18C28.2123 8.5523 28.5076 8.99428 28.7091 9.48071C28.9106 9.96714 29.0143 10.4885 29.0143 11.015C29.0143 11.5415 28.9106 12.0629 28.7091 12.5493C28.5076 13.0357 28.2123 13.4777 27.84 13.85L19.84 21.85C19.0895 22.6019 18.071 23.0248 17.0086 23.0258C15.9462 23.0267 14.9269 22.6056 14.175 21.855C13.4231 21.1044 13.0002 20.0859 12.9993 19.0235C12.9983 17.9611 13.4195 16.9419 14.17 16.19L15.58 14.77L14.17 13.35L12.75 14.77C12.1907 15.3274 11.7468 15.9898 11.444 16.7191C11.1412 17.4484 10.9853 18.2303 10.9853 19.02C10.9853 19.8097 11.1412 20.5916 11.444 21.3209C11.7468 22.0502 12.1907 22.7126 12.75 23.27C13.8815 24.387 15.4101 25.0092 17 25C17.7927 25.0033 18.5782 24.8494 19.3112 24.5473C20.0441 24.2452 20.7098 23.8009 21.27 23.24L29.27 15.24C30.391 14.1124 31.0185 12.5859 31.0147 10.9959C31.011 9.40586 30.3763 7.88235 29.25 6.76Z" fill="currentColor" />\n<path d="M4.18997 24.82C3.81656 24.4483 3.52026 24.0066 3.31807 23.52C3.11589 23.0335 3.01181 22.5119 3.01181 21.985C3.01181 21.4582 3.11589 20.9365 3.31807 20.45C3.52026 19.9635 3.81656 19.5217 4.18997 19.15L12.19 11.15C12.5616 10.7766 13.0034 10.4803 13.4899 10.2781C13.9765 10.0759 14.4981 9.97184 15.025 9.97184C15.5518 9.97184 16.0735 10.0759 16.56 10.2781C17.0465 10.4803 17.4883 10.7766 17.86 11.15C18.231 11.5246 18.5231 11.9699 18.7189 12.4594C18.9147 12.949 19.0103 13.4728 19 14C19.003 14.5288 18.9012 15.053 18.7004 15.5422C18.4995 16.0314 18.2037 16.4759 17.83 16.85L15.71 19L17.13 20.42L19.25 18.3C20.3785 17.1715 21.0124 15.6409 21.0124 14.045C21.0124 12.4491 20.3785 10.9185 19.25 9.79001C18.1215 8.66151 16.5909 8.02753 14.995 8.02753C13.399 8.02753 11.8685 8.66151 10.74 9.79001L2.73997 17.79C2.17911 18.3476 1.73401 19.0106 1.43029 19.7408C1.12657 20.4711 0.970215 21.2541 0.970215 22.045C0.970215 22.8359 1.12657 23.619 1.43029 24.3492C1.73401 25.0794 2.17911 25.7424 2.73997 26.3C3.87879 27.4085 5.41087 28.0199 6.99997 28C8.60307 28.0015 10.1417 27.3688 11.28 26.24L9.85997 24.82C9.4883 25.1934 9.04652 25.4897 8.56 25.6919C8.07349 25.8941 7.55182 25.9982 7.02497 25.9982C6.49812 25.9982 5.97645 25.8941 5.48994 25.6919C5.00342 25.4897 4.56164 25.1934 4.18997 24.82Z" fill="currentColor" />\n</g>\n<defs>\n<clipPath id="link_clip0_7_21">\n<rect width="32" height="32" fill="white" />\n</clipPath>\n</defs>\n</symbol>'}),ht=(s().add(ft),ft),dt=new(o())({id:"list",use:"list-usage",viewBox:"0 0 32 32",content:'<symbol viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg" id="list">\n<g clip-path="url(#list_clip0_458_50)">\n<path d="M26 2H8C7.46957 2 6.96086 2.21071 6.58579 2.58579C6.21071 2.96086 6 3.46957 6 4V8H4V10H6V15H4V17H6V22H4V24H6V28C6 28.5304 6.21071 29.0391 6.58579 29.4142C6.96086 29.7893 7.46957 30 8 30H26C26.5304 30 27.0391 29.7893 27.4142 29.4142C27.7893 29.0391 28 28.5304 28 28V4C28 3.46957 27.7893 2.96086 27.4142 2.58579C27.0391 2.21071 26.5304 2 26 2ZM26 28H8V24H10V22H8V17H10V15H8V10H10V8H8V4H26V28Z" fill="currentColor" />\n<path d="M14 8H22V10H14V8Z" fill="currentColor" />\n<path d="M14 15H22V17H14V15Z" fill="currentColor" />\n<path d="M14 22H22V24H14V22Z" fill="currentColor" />\n</g>\n<defs>\n<clipPath id="list_clip0_458_50">\n<rect width="32" height="32" fill="white" />\n</clipPath>\n</defs>\n</symbol>'}),pt=(s().add(dt),dt),mt=new(o())({id:"maximize",use:"maximize-usage",viewBox:"0 0 32 32",content:'<symbol viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg" id="maximize">\n<g clip-path="url(#maximize_clip0_414_7)">\n<path d="M20 2V4H26.586L18 12.582L19.414 14L28 5.414V12H30V2H20Z" fill="currentColor" />\n<path d="M14 19.416L12.592 18L4 26.586V20H2V30H12V28H5.414L14 19.416Z" fill="currentColor" />\n</g>\n<defs>\n<clipPath id="maximize_clip0_414_7">\n<rect width="32" height="32" fill="white" />\n</clipPath>\n</defs>\n</symbol>'}),gt=(s().add(mt),mt),vt=new(o())({id:"new-broken",use:"new-broken-usage",viewBox:"0 0 32 32",content:'<symbol viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg" id="new-broken">\n<path d="M15 20C14.7033 20 14.4133 20.088 14.1666 20.2528C13.92 20.4176 13.7277 20.6519 13.6142 20.926C13.5006 21.2001 13.4709 21.5017 13.5288 21.7926C13.5867 22.0836 13.7296 22.3509 13.9393 22.5607C14.1491 22.7704 14.4164 22.9133 14.7074 22.9712C14.9983 23.0291 15.2999 22.9993 15.574 22.8858C15.8481 22.7723 16.0824 22.58 16.2472 22.3334C16.412 22.0867 16.5 21.7967 16.5 21.5C16.5 21.1022 16.342 20.7206 16.0607 20.4393C15.7794 20.158 15.3978 20 15 20Z" fill="currentColor" />\n<path d="M14 9H16V18H14V9Z" fill="currentColor" />\n<path d="M15 6.00001C17.6513 6.00292 20.1931 7.05742 22.0679 8.93215C23.9426 10.8069 24.9971 13.3487 25 16H27C27 13.6266 26.2962 11.3066 24.9776 9.33316C23.6591 7.35977 21.7849 5.8217 19.5922 4.91345C17.3995 4.0052 14.9867 3.76756 12.6589 4.23058C10.3312 4.6936 8.19295 5.83649 6.51472 7.51472C4.83649 9.19295 3.6936 11.3312 3.23058 13.6589C2.76756 15.9867 3.0052 18.3995 3.91345 20.5922C4.8217 22.7849 6.35977 24.6591 8.33316 25.9776C10.3066 27.2962 12.6266 28 15 28V26C12.3478 26 9.8043 24.9464 7.92894 23.0711C6.05357 21.1957 5.00001 18.6522 5.00001 16C5.00001 13.3478 6.05357 10.8043 7.92894 8.92894C9.8043 7.05357 12.3478 6.00001 15 6.00001Z" fill="currentColor" />\n<path d="M25 29C27.2091 29 29 27.2091 29 25C29 22.7909 27.2091 21 25 21C22.7909 21 21 22.7909 21 25C21 27.2091 22.7909 29 25 29Z" fill="currentColor" />\n</symbol>'}),yt=(s().add(vt),vt),bt=new(o())({id:"new-failed",use:"new-failed-usage",viewBox:"0 0 32 32",content:'<symbol viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg" id="new-failed">\n<path d="M15 26C13.0222 26 11.0888 25.4135 9.4443 24.3147C7.79981 23.2159 6.51809 21.6541 5.76121 19.8268C5.00433 17.9996 4.8063 15.9889 5.19215 14.0491C5.578 12.1093 6.53041 10.3275 7.92894 8.92894C9.32746 7.53041 11.1093 6.578 13.0491 6.19215C14.9889 5.8063 16.9996 6.00433 18.8268 6.76121C20.6541 7.51809 22.2159 8.79981 23.3147 10.4443C24.4135 12.0888 25 14.0222 25 16H27C27 13.6266 26.2962 11.3066 24.9776 9.33316C23.6591 7.35977 21.7849 5.8217 19.5922 4.91345C17.3995 4.0052 14.9867 3.76756 12.6589 4.23058C10.3312 4.6936 8.19295 5.83649 6.51472 7.51472C4.83649 9.19295 3.6936 11.3312 3.23058 13.6589C2.76756 15.9867 3.0052 18.3995 3.91345 20.5922C4.8217 22.7849 6.35977 24.6591 8.33316 25.9776C10.3066 27.2962 12.6266 28 15 28V26Z" fill="currentColor" />\n<path d="M25 29C27.2091 29 29 27.2091 29 25C29 22.7909 27.2091 21 25 21C22.7909 21 21 22.7909 21 25C21 27.2091 22.7909 29 25 29Z" fill="currentColor" />\n<rect x="18.071" y="12" width="2" height="10" transform="rotate(45 18.071 12)" fill="currentColor" />\n<rect x="19.4854" y="19.0711" width="2" height="10" transform="rotate(135 19.4854 19.0711)" fill="currentColor" />\n</symbol>'}),wt=(s().add(bt),bt),_t=new(o())({id:"new-passed",use:"new-passed-usage",viewBox:"0 0 32 32",content:'<symbol viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg" id="new-passed">\n<path d="M15 26C13.0222 26 11.0888 25.4135 9.4443 24.3147C7.79981 23.2159 6.51809 21.6541 5.76121 19.8268C5.00433 17.9996 4.8063 15.9889 5.19215 14.0491C5.578 12.1093 6.53041 10.3275 7.92894 8.92894C9.32746 7.53041 11.1093 6.578 13.0491 6.19215C14.9889 5.8063 16.9996 6.00433 18.8268 6.76121C20.6541 7.51809 22.2159 8.79981 23.3147 10.4443C24.4135 12.0888 25 14.0222 25 16H27C27 13.6266 26.2962 11.3066 24.9776 9.33316C23.6591 7.35977 21.7849 5.8217 19.5922 4.91345C17.3995 4.0052 14.9867 3.76756 12.6589 4.23058C10.3312 4.6936 8.19295 5.83649 6.51472 7.51472C4.83649 9.19295 3.6936 11.3312 3.23058 13.6589C2.76756 15.9867 3.0052 18.3995 3.91345 20.5922C4.8217 22.7849 6.35977 24.6591 8.33316 25.9776C10.3066 27.2962 12.6266 28 15 28V26Z" fill="currentColor" />\n<path d="M13 17.59L10.41 15L9 16.41L13 20.41L20 13.41L18.59 12L13 17.59Z" fill="currentColor" />\n<path d="M25 29C27.2091 29 29 27.2091 29 25C29 22.7909 27.2091 21 25 21C22.7909 21 21 22.7909 21 25C21 27.2091 22.7909 29 25 29Z" fill="currentColor" />\n</symbol>'}),xt=(s().add(_t),_t),kt=new(o())({id:"overview",use:"overview-usage",viewBox:"0 0 32 32",content:'<symbol viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg" id="overview">\n<path d="M20.8889 22.3371C21.2178 22.1173 21.6044 22 22 22C22.5302 22.0008 23.0384 22.2118 23.4133 22.5867C23.7879 22.9613 23.9989 23.469 24 23.9987C24 23.9992 24 23.9996 24 24C24 24.0075 24 24.0151 23.9999 24.0226C23.9955 24.4103 23.8785 24.7885 23.6629 25.1111C23.608 25.1934 23.5473 25.2711 23.4814 25.3437C23.4348 25.3951 23.3856 25.4439 23.3341 25.4901C23.1669 25.6397 22.9749 25.761 22.7654 25.8478C22.529 25.9457 22.2773 25.9968 22.0239 25.9999C22.016 26 22.008 26 22 26C21.9903 26 21.9806 25.9999 21.9709 25.9998C21.8502 25.998 21.7293 25.9853 21.6098 25.9616C21.2219 25.8844 20.8655 25.6939 20.5858 25.4142C20.3061 25.1345 20.1156 24.7781 20.0384 24.3902C19.9613 24.0022 20.0009 23.6001 20.1522 23.2346C20.3036 22.8692 20.56 22.5568 20.8889 22.3371Z" fill="currentColor" />\n<path d="M29.777 23.479C29.1591 21.9049 28.0929 20.5467 26.7105 19.5728C25.3281 18.5988 23.6902 18.052 22 18C20.3098 18.052 18.6719 18.5988 17.2895 19.5728C15.9071 20.5467 14.8409 21.9049 14.223 23.479L14 24L14.223 24.521C14.8409 26.0951 15.9071 27.4533 17.2895 28.4272C18.6719 29.4012 20.3098 29.948 22 30C23.6902 29.948 25.3281 29.4012 26.7105 28.4272C28.0929 27.4533 29.1591 26.0951 29.777 24.521L30 24L29.777 23.479ZM22 28C21.2089 28 20.4355 27.7654 19.7777 27.3259C19.1199 26.8864 18.6072 26.2616 18.3045 25.5307C18.0017 24.7998 17.9225 23.9956 18.0769 23.2196C18.2312 22.4437 18.6122 21.731 19.1716 21.1716C19.731 20.6122 20.4437 20.2312 21.2196 20.0769C21.9956 19.9225 22.7998 20.0017 23.5307 20.3045C24.2616 20.6072 24.8864 21.1199 25.3259 21.7777C25.7654 22.4355 26 23.2089 26 24C25.9987 25.0605 25.5768 26.0771 24.827 26.827C24.0771 27.5768 23.0605 27.9987 22 28Z" fill="currentColor" />\n<path d="M12 28H7V7H10V10H22V7H25V16H27V7C27 6.46957 26.7893 5.96086 26.4142 5.58579C26.0391 5.21071 25.5304 5 25 5H22V4C22 3.46957 21.7893 2.96086 21.4142 2.58579C21.0391 2.21071 20.5304 2 20 2H12C11.4696 2 10.9609 2.21071 10.5858 2.58579C10.2107 2.96086 10 3.46957 10 4V5H7C6.46957 5 5.96086 5.21071 5.58579 5.58579C5.21071 5.96086 5 6.46957 5 7V28C5 28.5304 5.21071 29.0391 5.58579 29.4142C5.96086 29.7893 6.46957 30 7 30H12V28ZM12 4H20V8H12V4Z" fill="currentColor" />\n</symbol>'}),Ct=(s().add(kt),kt),At=new(o())({id:"passed",use:"passed-usage",viewBox:"0 0 32 32",content:'<symbol viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg" id="passed">\n<g clip-path="url(#passed_clip0_203_12)">\n<path d="M16 2C13.2311 2 10.5243 2.82109 8.22202 4.35943C5.91973 5.89777 4.12532 8.08427 3.06569 10.6424C2.00607 13.2006 1.72882 16.0155 2.26901 18.7313C2.80921 21.447 4.14258 23.9416 6.10051 25.8995C8.05845 27.8574 10.553 29.1908 13.2687 29.731C15.9845 30.2712 18.7994 29.9939 21.3576 28.9343C23.9157 27.8747 26.1022 26.0803 27.6406 23.778C29.1789 21.4757 30 18.7689 30 16C30 12.287 28.525 8.72601 25.8995 6.1005C23.274 3.475 19.713 2 16 2ZM14 21.59L9.00001 16.59L10.59 15L14 18.41L21.41 11L23.006 12.586L14 21.59Z" fill="currentColor" />\n</g>\n<defs>\n<clipPath id="passed_clip0_203_12">\n<rect width="32" height="32" fill="white" />\n</clipPath>\n</defs>\n</symbol>'}),Ot=(s().add(At),At),Et=new(o())({id:"pdf",use:"pdf-usage",viewBox:"0 0 32 32",content:'<symbol viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg" id="pdf">\n<g clip-path="url(#pdf_clip0_7_24)">\n<path d="M30 18V16H24V26H26V22H29V20H26V18H30Z" fill="currentColor" />\n<path d="M19 26H15V16H19C19.7954 16.0008 20.558 16.3171 21.1204 16.8796C21.6829 17.442 21.9992 18.2046 22 19V23C21.9992 23.7954 21.6829 24.558 21.1204 25.1204C20.558 25.6829 19.7954 25.9992 19 26ZM17 24H19C19.2651 23.9997 19.5193 23.8943 19.7068 23.7068C19.8943 23.5193 19.9997 23.2651 20 23V19C19.9997 18.7349 19.8943 18.4807 19.7068 18.2932C19.5193 18.1057 19.2651 18.0003 19 18H17V24Z" fill="currentColor" />\n<path d="M11 16H6V26H8V23H11C11.5302 22.9992 12.0384 22.7882 12.4133 22.4133C12.7882 22.0384 12.9992 21.5302 13 21V18C12.9995 17.4697 12.7886 16.9613 12.4136 16.5864C12.0387 16.2114 11.5303 16.0005 11 16ZM8 21V18H11L11.001 21H8Z" fill="currentColor" />\n<path d="M22 14V10C22.0035 9.86858 21.9785 9.73795 21.9268 9.61711C21.875 9.49627 21.7976 9.38809 21.7 9.3L14.7 2.3C14.612 2.20235 14.5038 2.12495 14.3829 2.07316C14.2621 2.02137 14.1314 1.99641 14 2H4C3.47005 2.00159 2.96227 2.21281 2.58753 2.58754C2.2128 2.96227 2.00158 3.47006 2 4V28C2 28.5304 2.21071 29.0391 2.58579 29.4142C2.96086 29.7893 3.46957 30 4 30H20V28H4V4H12V10C12.0016 10.53 12.2128 11.0377 12.5875 11.4125C12.9623 11.7872 13.4701 11.9984 14 12H20V14H22ZM14 10V4.4L19.6 10H14Z" fill="currentColor" />\n</g>\n<defs>\n<clipPath id="pdf_clip0_7_24">\n<rect width="32" height="32" fill="white" />\n</clipPath>\n</defs>\n</symbol>'}),St=(s().add(Et),Et),jt=new(o())({id:"retries",use:"retries-usage",viewBox:"0 0 32 32",content:'<symbol viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg" id="retries">\n<g clip-path="url(#retries_clip0_636_61)">\n<path d="M6 6H26.172L22.586 2.414L24 1L30 7L24 13L22.586 11.586L26.172 8H6V15H4V8C4.00053 7.46973 4.21141 6.96133 4.58637 6.58637C4.96133 6.21141 5.46973 6.00053 6 6Z" fill="currentColor" />\n<path d="M9.414 20.414L5.828 24H26V17H28V24C27.9995 24.5303 27.7886 25.0387 27.4136 25.4136C27.0387 25.7886 26.5303 25.9995 26 26H5.828L9.414 29.586L8 31L2 25L8 19L9.414 20.414Z" fill="currentColor" />\n</g>\n<defs>\n<clipPath id="retries_clip0_636_61">\n<rect width="32" height="32" fill="white" />\n</clipPath>\n</defs>\n</symbol>'}),Pt=(s().add(jt),jt),Tt=new(o())({id:"save",use:"save-usage",viewBox:"0 0 32 32",content:'<symbol viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg" id="save">\n<g clip-path="url(#save_clip0_102_6)">\n<path d="M27.71 9.28999L22.71 4.28999C22.6166 4.1973 22.5057 4.12398 22.3839 4.07421C22.2621 4.02445 22.1316 3.99923 22 3.99999H6C5.46957 3.99999 4.96086 4.2107 4.58579 4.58577C4.21071 4.96085 4 5.46955 4 5.99999V26C4 26.5304 4.21071 27.0391 4.58579 27.4142C4.96086 27.7893 5.46957 28 6 28H26C26.5304 28 27.0391 27.7893 27.4142 27.4142C27.7893 27.0391 28 26.5304 28 26V9.99999C28.0008 9.86838 27.9755 9.73792 27.9258 9.61608C27.876 9.49424 27.8027 9.38343 27.71 9.28999ZM12 5.99999H20V9.99999H12V5.99999ZM20 26H12V18H20V26ZM22 26V18C22 17.4696 21.7893 16.9608 21.4142 16.5858C21.0391 16.2107 20.5304 16 20 16H12C11.4696 16 10.9609 16.2107 10.5858 16.5858C10.2107 16.9608 10 17.4696 10 18V26H6V5.99999H10V9.99999C10 10.5304 10.2107 11.0391 10.5858 11.4142C10.9609 11.7893 11.4696 12 12 12H20C20.5304 12 21.0391 11.7893 21.4142 11.4142C21.7893 11.0391 22 10.5304 22 9.99999V6.40999L26 10.41V26H22Z" fill="currentColor" />\n</g>\n<defs>\n<clipPath id="save_clip0_102_6">\n<rect width="32" height="32" fill="white" />\n</clipPath>\n</defs>\n</symbol>'}),Mt=(s().add(Tt),Tt),Rt=new(o())({id:"skipped",use:"skipped-usage",viewBox:"0 0 32 32",content:'<symbol viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg" id="skipped">\n<path fill-rule="evenodd" clip-rule="evenodd" d="M16 30C23.732 30 30 23.732 30 16C30 8.26801 23.732 2 16 2C8.26801 2 2 8.26801 2 16C2 23.732 8.26801 30 16 30ZM7.20013 14.8996V17.0996H24.7991V14.8996L7.20013 14.8996Z" fill="currentColor" />\n</symbol>'}),Dt=(s().add(Rt),Rt),Nt=new(o())({id:"sort-down",use:"sort-down-usage",viewBox:"0 0 32 32",content:'<symbol viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg" id="sort-down">\n<g clip-path="url(#sort-down_clip0_7_37)">\n<path d="M16 28L9 21L10.4 19.6L16 25.2L21.6 19.6L23 21L16 28Z" fill="currentColor" />\n</g>\n<defs>\n<clipPath id="sort-down_clip0_7_37">\n<rect width="32" height="32" fill="white" />\n</clipPath>\n</defs>\n</symbol>'}),Vt=(s().add(Nt),Nt),Lt=new(o())({id:"sort-up",use:"sort-up-usage",viewBox:"0 0 32 32",content:'<symbol viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg" id="sort-up">\n<g clip-path="url(#sort-up_clip0_7_41)">\n<path d="M16 4L23 11L21.6 12.4L16 6.8L10.4 12.4L9 11L16 4Z" fill="currentColor" />\n</g>\n<defs>\n<clipPath id="sort-up_clip0_7_41">\n<rect width="32" height="32" fill="white" />\n</clipPath>\n</defs>\n</symbol>'}),Bt=(s().add(Lt),Lt),It=new(o())({id:"sort",use:"sort-usage",viewBox:"0 0 32 32",content:'<symbol viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg" id="sort">\n<g clip-path="url(#sort_clip0_7_44)">\n<path d="M16 28L9 21L10.41 19.59L16 25.17L21.59 19.59L23 21L16 28Z" fill="currentColor" />\n<path d="M16 4L23 11L21.59 12.41L16 6.83L10.41 12.41L9 11L16 4Z" fill="currentColor" />\n</g>\n<defs>\n<clipPath id="sort_clip0_7_44">\n<rect width="32" height="32" fill="white" />\n</clipPath>\n</defs>\n</symbol>'}),Ht=(s().add(It),It),zt=new(o())({id:"task",use:"task-usage",viewBox:"0 0 32 32",content:'<symbol viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg" id="task">\n<g clip-path="url(#task_clip0_458_52)">\n<path d="M14 20.18L10.41 16.59L9 18L14 23L23 14L21.59 12.58L14 20.18Z" fill="currentColor" />\n<path d="M25 5H22V4C22 3.46957 21.7893 2.96086 21.4142 2.58579C21.0391 2.21071 20.5304 2 20 2H12C11.4696 2 10.9609 2.21071 10.5858 2.58579C10.2107 2.96086 10 3.46957 10 4V5H7C6.46957 5 5.96086 5.21071 5.58579 5.58579C5.21071 5.96086 5 6.46957 5 7V28C5 28.5304 5.21071 29.0391 5.58579 29.4142C5.96086 29.7893 6.46957 30 7 30H25C25.5304 30 26.0391 29.7893 26.4142 29.4142C26.7893 29.0391 27 28.5304 27 28V7C27 6.46957 26.7893 5.96086 26.4142 5.58579C26.0391 5.21071 25.5304 5 25 5ZM12 4H20V8H12V4ZM25 28H7V7H10V10H22V7H25V28Z" fill="currentColor" />\n</g>\n<defs>\n<clipPath id="task_clip0_458_52">\n<rect width="32" height="32" fill="white" />\n</clipPath>\n</defs>\n</symbol>'}),Ut=(s().add(zt),zt),Ft=new(o())({id:"teamcity",use:"teamcity-usage",viewBox:"0 0 128.01 128.01",content:'<symbol xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 128.01 128.01" id="teamcity">\n <defs>\n <linearGradient id="teamcity_linear-gradient" x1="66.73" y1="-662.84" x2="26.4" y2="-613.01" gradientTransform="matrix(1, 0, 0, -1, 0, -585.01)" gradientUnits="userSpaceOnUse">\n <stop offset="0.06" stop-color="#0cb0f2" />\n <stop offset="0.21" stop-color="#10adf2" />\n <stop offset="0.37" stop-color="#1ea5f3" />\n <stop offset="0.54" stop-color="#3497f5" />\n <stop offset="0.71" stop-color="#5283f7" />\n <stop offset="0.88" stop-color="#796af9" />\n <stop offset="0.97" stop-color="#905cfb" />\n </linearGradient>\n <linearGradient id="teamcity_linear-gradient-2" x1="20.9" y1="-706.33" x2="41.11" y2="-659.59" gradientTransform="matrix(1, 0, 0, -1, 0, -585.01)" gradientUnits="userSpaceOnUse">\n <stop offset="0.06" stop-color="#0cb0f2" />\n <stop offset="0.2" stop-color="#0db2ee" />\n <stop offset="0.35" stop-color="#12b7e0" />\n <stop offset="0.51" stop-color="#19c0ca" />\n <stop offset="0.68" stop-color="#23ccac" />\n <stop offset="0.85" stop-color="#30dc85" />\n <stop offset="0.97" stop-color="#3bea62" />\n </linearGradient>\n <linearGradient id="teamcity_linear-gradient-3" x1="48.62" y1="-644.91" x2="88.12" y2="-594.24" xlink:href="#teamcity_linear-gradient-2"></linearGradient>\n <linearGradient id="teamcity_linear-gradient-4" x1="63.99" y1="-609.92" x2="63.99" y2="-689.92" gradientTransform="matrix(1, 0, 0, -1, 0, -585.01)" gradientUnits="userSpaceOnUse">\n <stop offset="0" />\n <stop offset="1" />\n </linearGradient>\n </defs>\n <title>icon_TeamCity</title>\n <g>\n <path d="M45.92,2.92a25,25,0,0,0-5.53-2c-25.7-6.1-44.8,19.1-34.3,42,0.1,0.1,18.7,40.9,21.7,47.4,0,0,34.2-15.7,41.2-31.8,6.48-15-4.45-42.38-6.45-46.49Z" fill="url(#teamcity_linear-gradient)" />\n <path d="M123.19,48.43a24.36,24.36,0,0,0-8.6-8c-0.1,0-24.1-13.2-24.1-13.2S8.09,75,8,75.13c-9.3,10.6-11.4,27.4-.7,42a25.22,25.22,0,0,0,13,9.2c9.7,3,18.3,1.8,25.5-2,0.2-.1,67.7-35.9,67.9-36.1C126.89,81.33,133,63.73,123.19,48.43Z" fill="#0cb0f2" />\n <path d="M38.42,37.94l-22,27S8,75,7.89,75.13c-9.3,10.6-11.4,27.4-.7,42a25.22,25.22,0,0,0,13,9.2c9.7,3,18.4,1.8,25.6-2,0,0,1.7-.9,4.6-2.5C59.53,116.89,72.14,83.68,80.74,58Z" fill="url(#teamcity_linear-gradient-2)" />\n <path d="M73,63.93L90.49,27a0.1,0.1,0,0,1,.1-0.1c0.1-.3,1.5-3.9,1.6-4.1a17,17,0,0,0-1.8-15.9,14.29,14.29,0,0,0-8.9-6.3,16.4,16.4,0,0,0-17.1,5.7c-0.1.1-3.9,4.5-3.9,4.5l-28,34.5Z" fill="url(#teamcity_linear-gradient-3)" />\n </g>\n <g>\n <rect x="23.99" y="23.93" width="80" height="80" fill="url(#teamcity_linear-gradient-4)" />\n <polygon points="42.79 41.63 31.99 41.63 31.99 34.63 61.29 34.63 61.29 41.63 50.59 41.63 50.59 69.22 42.79 69.22 42.79 41.63" fill="#fff" />\n <path d="M61.29,52h0c0-10,7.4-18.1,18.1-18.1,6.5,0,10.5,2.2,13.7,5.4l-4.9,5.6c-2.7-2.4-5.4-3.9-8.9-3.9-5.8,0-10.1,4.9-10.1,10.8v0.1c0,6,4.1,10.9,10.1,10.9,4,0,6.4-1.6,9.1-4.1l4.9,4.9c-3.6,3.8-7.5,6.2-14.2,6.2A17.41,17.41,0,0,1,61.29,52" fill="#fff" />\n <rect x="31.99" y="87.93" width="29.3" height="5.3" fill="#fff" />\n </g>\n</symbol>'}),$t=(s().add(Ft),Ft),qt=new(o())({id:"timeline",use:"timeline-usage",viewBox:"0 0 32 32",content:'<symbol viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg" id="timeline">\n<g clip-path="url(#timeline_clip0_310_8)">\n<path d="M15 11H17V20H15V11Z" fill="currentColor" />\n<path d="M13 2H19V4H13V2Z" fill="currentColor" />\n<path d="M28 8.99999L26.58 7.58999L24.33 9.83999C22.4882 7.71302 19.8977 6.37742 17.0968 6.1107C14.2959 5.84397 11.4999 6.66663 9.28979 8.40774C7.07965 10.1488 5.62527 12.6745 5.22886 15.46C4.83244 18.2456 5.52446 21.0767 7.16113 23.3653C8.7978 25.6538 11.2533 27.2239 14.0174 27.7491C16.7815 28.2744 19.6417 27.7145 22.0038 26.1858C24.3658 24.6571 26.0481 22.2771 26.701 19.5403C27.354 16.8036 26.9274 13.9204 25.51 11.49L28 8.99999ZM16 26C14.22 26 12.4799 25.4722 10.9999 24.4832C9.51983 23.4943 8.36627 22.0887 7.68509 20.4441C7.0039 18.7996 6.82567 16.99 7.17293 15.2442C7.5202 13.4983 8.37737 11.8947 9.63604 10.636C10.8947 9.37736 12.4984 8.52019 14.2442 8.17292C15.99 7.82566 17.7996 8.00389 19.4442 8.68508C21.0887 9.36626 22.4943 10.5198 23.4832 11.9999C24.4722 13.4799 25 15.22 25 17C25 19.3869 24.0518 21.6761 22.364 23.364C20.6761 25.0518 18.3869 26 16 26Z" fill="currentColor" />\n</g>\n<defs>\n<clipPath id="timeline_clip0_310_8">\n<rect width="32" height="32" fill="white" />\n</clipPath>\n</defs>\n</symbol>'}),Wt=(s().add(qt),qt),Gt=new(o())({id:"tree",use:"tree-usage",viewBox:"0 0 32 32",content:'<symbol viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg" id="tree">\n<g clip-path="url(#tree_clip0_53_88)">\n<path d="M23 9.005H29C29.5304 9.005 30.0391 8.79429 30.4142 8.41922C30.7893 8.04415 31 7.53544 31 7.005V3.005C31 2.47457 30.7893 1.96586 30.4142 1.59079C30.0391 1.21572 29.5304 1.005 29 1.005H23C22.4696 1.005 21.9609 1.21572 21.5858 1.59079C21.2107 1.96586 21 2.47457 21 3.005V4.005H11V3.005C11 2.47457 10.7893 1.96586 10.4142 1.59079C10.0391 1.21572 9.53043 1.005 9 1.005H3C2.46957 1.005 1.96086 1.21572 1.58579 1.59079C1.21071 1.96586 1 2.47457 1 3.005V7.005C1 7.53544 1.21071 8.04415 1.58579 8.41922C1.96086 8.79429 2.46957 9.005 3 9.005H9C9.53043 9.005 10.0391 8.79429 10.4142 8.41922C10.7893 8.04415 11 7.53544 11 7.005V6.005H15V26.005C15.0005 26.5353 15.2114 27.0437 15.5864 27.4186C15.9613 27.7936 16.4697 28.0045 17 28.005H21V29.005C21 29.5354 21.2107 30.0441 21.5858 30.4192C21.9609 30.7943 22.4696 31.005 23 31.005H29C29.5304 31.005 30.0391 30.7943 30.4142 30.4192C30.7893 30.0441 31 29.5354 31 29.005V25.005C31 24.4746 30.7893 23.9659 30.4142 23.5908C30.0391 23.2157 29.5304 23.005 29 23.005H23C22.4696 23.005 21.9609 23.2157 21.5858 23.5908C21.2107 23.9659 21 24.4746 21 25.005V26.005H17V17.005H21V18.005C21 18.5354 21.2107 19.0441 21.5858 19.4192C21.9609 19.7943 22.4696 20.005 23 20.005H29C29.5304 20.005 30.0391 19.7943 30.4142 19.4192C30.7893 19.0441 31 18.5354 31 18.005V14.005C31 13.4746 30.7893 12.9659 30.4142 12.5908C30.0391 12.2157 29.5304 12.005 29 12.005H23C22.4696 12.005 21.9609 12.2157 21.5858 12.5908C21.2107 12.9659 21 13.4746 21 14.005V15.005H17V6.005H21V7.005C21 7.53544 21.2107 8.04415 21.5858 8.41922C21.9609 8.79429 22.4696 9.005 23 9.005ZM23 3.005H29V7.005H23V3.005ZM9 7.005H3V3.005H9V7.005ZM23 25.005H29V29.005H23V25.005ZM23 14.005H29V18.005H23V14.005Z" fill="currentColor" />\n</g>\n<defs>\n<clipPath id="tree_clip0_53_88">\n<rect width="32" height="32" fill="white" />\n</clipPath>\n</defs>\n</symbol>'}),Zt=(s().add(Gt),Gt),Kt=new(o())({id:"txt",use:"txt-usage",viewBox:"0 0 32 32",content:'<symbol viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg" id="txt">\n<g clip-path="url(#txt_clip0_473_39)">\n<path d="M22 14V10C22.0035 9.86858 21.9785 9.73795 21.9268 9.61711C21.875 9.49627 21.7976 9.38809 21.7 9.3L14.7 2.3C14.612 2.20235 14.5038 2.12495 14.3829 2.07316C14.2621 2.02137 14.1314 1.99641 14 2H4C3.47005 2.00159 2.96227 2.21281 2.58753 2.58754C2.2128 2.96227 2.00158 3.47006 2 4V28C2 28.5304 2.21071 29.0391 2.58579 29.4142C2.96086 29.7893 3.46957 30 4 30H20V28H4V4H12V10C12.0016 10.53 12.2128 11.0377 12.5875 11.4125C12.9623 11.7872 13.4701 11.9984 14 12H20V14H22ZM14 10V4.4L19.6 10H14Z" fill="currentColor" />\n<path fill-rule="evenodd" clip-rule="evenodd" d="M6 16H8H10H12V18H10V26H8V18H6V16ZM21 16H23H25H27V18H25V26H23V18H21V16ZM12.8955 16L15.4936 20.5L12.3181 26H14.6275L16.6483 22.5L18.669 26H20.9784L17.803 20.5L20.401 16H18.0916L16.6483 18.5L15.2049 16H12.8955ZM11.9889 26.5702L12 26.551V26.5767L11.9889 26.5702Z" fill="currentColor" />\n</g>\n<defs>\n<clipPath id="txt_clip0_473_39">\n<rect width="32" height="32" fill="white" />\n</clipPath>\n</defs>\n</symbol>'}),Xt=(s().add(Kt),Kt),Yt=new(o())({id:"unknown",use:"unknown-usage",viewBox:"0 0 32 32",content:'<symbol viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg" id="unknown">\n<g clip-path="url(#unknown_clip0_202_14)">\n<path d="M16 2C13.2311 2 10.5243 2.82109 8.22202 4.35943C5.91973 5.89777 4.12532 8.08427 3.06569 10.6424C2.00607 13.2006 1.72882 16.0155 2.26901 18.7313C2.80921 21.447 4.14258 23.9416 6.10051 25.8995C8.05845 27.8574 10.553 29.1908 13.2687 29.731C15.9845 30.2712 18.7994 29.9939 21.3576 28.9343C23.9157 27.8747 26.1022 26.0803 27.6406 23.778C29.1789 21.4757 30 18.7689 30 16C30 12.287 28.525 8.72601 25.8995 6.1005C23.274 3.475 19.713 2 16 2ZM16 25C15.7033 25 15.4133 24.912 15.1667 24.7472C14.92 24.5824 14.7277 24.3481 14.6142 24.074C14.5007 23.7999 14.471 23.4983 14.5288 23.2074C14.5867 22.9164 14.7296 22.6491 14.9393 22.4393C15.1491 22.2296 15.4164 22.0867 15.7074 22.0288C15.9983 21.9709 16.2999 22.0007 16.574 22.1142C16.8481 22.2277 17.0824 22.42 17.2472 22.6666C17.412 22.9133 17.5 23.2033 17.5 23.5C17.5 23.8978 17.342 24.2794 17.0607 24.5607C16.7794 24.842 16.3978 25 16 25ZM17.142 17.246V19.747H14.892V15H17.017C17.6473 15 18.2518 14.7496 18.6974 14.3039C19.1431 13.8583 19.3935 13.2538 19.3935 12.6235C19.3935 11.9932 19.1431 11.3887 18.6974 10.9431C18.2518 10.4974 17.6473 10.247 17.017 10.247H15.517C14.8874 10.2478 14.2837 10.4983 13.8385 10.9435C13.3933 11.3887 13.1428 11.9924 13.142 12.622V13.26H10.892V12.622C10.8936 11.3961 11.3815 10.221 12.2486 9.35445C13.1157 8.48791 14.2911 8.00079 15.517 8H17.017C18.2307 8.00278 19.3947 8.48263 20.2577 9.33602C21.1207 10.1894 21.6136 11.3479 21.63 12.5615C21.6464 13.7751 21.185 14.9465 20.3454 15.8229C19.5057 16.6993 18.3552 17.2104 17.142 17.246Z" fill="currentColor" />\n</g>\n<defs>\n<clipPath id="unknown_clip0_202_14">\n<rect width="32" height="32" fill="white" />\n</clipPath>\n</defs>\n</symbol>'}),Jt=(s().add(Yt),Yt),Qt=n(2239),te={jobs:{id:ct.id},draggable:{id:$.A.id},github:{id:tt.id},gitlab:{id:nt.id},teamcity:{id:$t.id},jenkins:{id:lt.id},bitbucket:{id:d.id},bamboo:{id:f.id},circleci:{id:T.id},maximize:{id:gt.id},expand:{id:W.id},collapse:{id:N.id},close:{id:R.id},bug:{id:b.id},compare:{id:L.id},save:{id:Mt.id},link:{id:ht.id},file:{id:X.id},txt:{id:Xt.id},pdf:{id:St.id},csv:{id:z.id},chevronDown:{id:_.id},chevronRight:{id:E.id},chevronRightFat:{id:A.id},chevronUp:{id:j.id},chevronLeft:{id:k.id},sort:{id:Ht.id},sortUp:{id:Bt.id},sortDown:{id:Vt.id},task:{id:Ut.id},graphs:{id:it.id},overview:{id:Ct.id},tree:{id:Zt.id},timeline:{id:Wt.id},folder:{id:J.id},list:{id:pt.id},copy:{id:I.id},allureLogo:{id:u.id},info:{id:at.id},download:{id:F.id},flaky:{id:m.id,tooltip:"marks.flaky"},newFailed:{id:wt.id,tooltip:"marks.newFailed"},newBroken:{id:yt.id,tooltip:"marks.newBroken"},newPassed:{id:xt.id,tooltip:"marks.newPassed"},retriesStatusChange:{id:Pt.id,tooltip:"marks.retriesStatusChange"},failed:{id:Z.id,tooltip:"status.failed"},broken:{id:v.id,tooltip:"status.broken"},passed:{id:Ot.id,tooltip:"status.passed"},skipped:{id:Dt.id,tooltip:"status.skipped"},unknown:{id:Jt.id,tooltip:"status.unknown"}};function ee(t,e){var n=e.hash,i=n.extraClasses,o=void 0===i?"":i,a=n.noTooltip,s=void 0!==a&&a,l=n.width,u=void 0===l?"20px":l,c=n.height,f=void 0===c?"20px":c,h=te[t];return h?new r.SafeString('<svg width="'.concat(u,'" height="').concat(f,'" class="').concat(o,'" ').concat(s?"":'data-tooltip="'.concat((0,Qt.default)(h.tooltip),'"'),'><use xlink:href="#').concat(h.id,'"></use></svg>')):""}},2900:function(t,e,n){"use strict";n.r(e),n.d(e,{default:function(){return o}});var r=n(795),i=n(153);function o(){var t=(0,i.default)("chevronRight",{hash:{noTooltip:!0,width:"18px",height:"18px"}}),e='<span class="angle">'.concat(t,"</span>");return new r.SafeString(e)}},1998:function(t,e,n){"use strict";n.r(e),n.d(e,{default:function(){return o}});var r=n(795),i=n(153);function o(){for(var t,e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"unknown",n=arguments.length,o=new Array(n>1?n-1:0),a=1;a<n;a++)o[a-1]=arguments[a];var s=o.pop(),l=null!=s&&null!==(t=s.hash)&&void 0!==t&&t.fat?"chevronRightFat":"chevronRight",u=(0,i.default)(l,{hash:{noTooltip:!0,width:"18px",height:"18px"}}),c='<span class="text_status_'.concat(e,'">').concat(u,"</span>");return new r.SafeString(c)}},1293:function(t,e,n){"use strict";n.r(e),n.d(e,{default:function(){return i}});var r=n(3194);function i(){for(var t=arguments.length,e=new Array(t),n=0;n<t;n++)e[n]=arguments[n];var i=e.pop();return r.apply(void 0,e.concat([i.hash]))}},6675:function(t,e,n){"use strict";function r(){for(var t=arguments.length,e=new Array(t),n=0;n<t;n++)e[n]=arguments[n];return e.slice(0,-1).join("")}n.r(e),n.d(e,{default:function(){return r}})},951:function(t,e,n){"use strict";n.r(e),n.d(e,{default:function(){return i}});var r=n(4328);function i(t){return t?(t instanceof Date||(t=new Date(t)),new Intl.DateTimeFormat(r.Ay.language).format(t)):"unknown"}},7050:function(t,e,n){"use strict";function r(){for(var t=arguments.length,e=new Array(t),n=0;n<t;n++)e[n]=arguments[n];e.pop();for(var r=0,i=e;r<i.length;r++){var o=i[r];if(o)return o}}n.r(e),n.d(e,{default:function(){return r}})},2747:function(t,e,n){"use strict";n.r(e),n.d(e,{default:function(){return a}});var r=n(8241),i=n(3339),o=[{suffix:"d",method:function(t){return Math.floor(t.valueOf()/864e5)}},{suffix:"h",method:"getUTCHours"},{suffix:"m",method:"getUTCMinutes"},{suffix:"s",method:"getUTCSeconds"},{pad:3,suffix:"ms",method:"getUTCMilliseconds"}];function a(t,e){if(0===t)return"0s";if(!t)return"Unknown";var n=new Date(t);return"number"!=typeof e&&(e=2),o.map((function(t){var e=t.method,i=t.suffix,o=t.pad;return{value:(0,r.isFunction)(e)?e(n):n[e](),suffix:i,pad:o}})).reduce((function(t,e){var n=t.hasValue,r=t.out;return n=n||e.value>0,(e.value>0||n&&"ms"!==e.suffix)&&r.push(e),{hasValue:n,out:r}}),{hasValue:!1,out:[]}).out.map((function(t,e){return(0===e?t.value:i(t.value,t.pad||2,"0"))+t.suffix})).slice(0,e).join(" ")}},569:function(t,e,n){"use strict";function r(t,e){return t===e}n.r(e),n.d(e,{default:function(){return r}})},7908:function(t,e,n){"use strict";n.r(e),n.d(e,{default:function(){return i}});var r=n(229);function i(t){return(0,r.A)(t).icon}},2475:function(t,e,n){"use strict";n.r(e),n.d(e,{default:function(){return O}});const r="array",i="bit",o="bits",a="byte",s="bytes",l="",u="exponent",c="function",f="iec",h="Invalid number",d="Invalid rounding method",p="jedec",m="object",g=".",v="round",y="s",b="si",w="kbit",_="kB",x=" ",k="string",C="0",A={symbol:{iec:{bits:["bit","Kibit","Mibit","Gibit","Tibit","Pibit","Eibit","Zibit","Yibit"],bytes:["B","KiB","MiB","GiB","TiB","PiB","EiB","ZiB","YiB"]},jedec:{bits:["bit","Kbit","Mbit","Gbit","Tbit","Pbit","Ebit","Zbit","Ybit"],bytes:["B","KB","MB","GB","TB","PB","EB","ZB","YB"]}},fullform:{iec:["","kibi","mebi","gibi","tebi","pebi","exbi","zebi","yobi"],jedec:["","kilo","mega","giga","tera","peta","exa","zetta","yotta"]}};function O(t){return t?function(t,{bits:e=!1,pad:n=!1,base:O=-1,round:E=2,locale:S=l,localeOptions:j={},separator:P=l,spacer:T=x,symbols:M={},standard:R=l,output:D=k,fullform:N=!1,fullforms:V=[],exponent:L=-1,roundingMethod:B=v,precision:I=0}={}){let H=L,z=Number(t),U=[],F=0,$=l;R===b?(O=10,R=p):R===f||R===p?O=2:2===O?R=f:(O=10,R=p);const q=10===O?1e3:1024,W=!0===N,G=z<0,Z=Math[B];if("bigint"!=typeof t&&isNaN(t))throw new TypeError(h);if(typeof Z!==c)throw new TypeError(d);if(G&&(z=-z),(-1===H||isNaN(H))&&(H=Math.floor(Math.log(z)/Math.log(q)),H<0&&(H=0)),H>8&&(I>0&&(I+=8-H),H=8),D===u)return H;if(0===z)U[0]=0,$=U[1]=A.symbol[R][e?o:s][H];else{F=z/(2===O?Math.pow(2,10*H):Math.pow(1e3,H)),e&&(F*=8,F>=q&&H<8&&(F/=q,H++));const t=Math.pow(10,H>0?E:0);U[0]=Z(F*t)/t,U[0]===q&&H<8&&-1===L&&(U[0]=1,H++),$=U[1]=10===O&&1===H?e?w:_:A.symbol[R][e?o:s][H]}if(G&&(U[0]=-U[0]),I>0&&(U[0]=U[0].toPrecision(I)),U[1]=M[U[1]]||U[1],!0===S?U[0]=U[0].toLocaleString():S.length>0?U[0]=U[0].toLocaleString(S,j):P.length>0&&(U[0]=U[0].toString().replace(g,P)),n&&E>0){const t=U[0].toString(),e=P||(t.match(/(\D)/g)||[]).pop()||g,n=t.toString().split(e),r=n[1]||l,i=r.length,o=E-i;U[0]=`${n[0]}${e}${r.padEnd(i+o,C)}`}return W&&(U[1]=V[H]?V[H]:A.fullform[R][H]+(e?i:a)+(1===U[0]?l:y)),D===r?U:D===m?{value:U[0],symbol:U[1],exponent:H,unit:$}:U.join(T)}(t,{base:2,round:1}):""}},1445:function(t,e,n){"use strict";function r(t){return t||"number"==typeof t}n.r(e),n.d(e,{default:function(){return r}})},8176:function(t,e,n){"use strict";n.r(e),n.d(e,{default:function(){return i}});var r=n(153);function i(t,e){var n=["github","gitlab","circleci","jenkins","teamcity","bitbucket","bamboo"].includes(t)?t:"jobs";return(0,r.default)(n,e)}},8492:function(t,e,n){"use strict";n.r(e),n.d(e,{default:function(){return o}});var r=n(795),i=/^(\w)+:\/\/.*/;function o(t){return i.test(t)?new r.SafeString('<a href="'.concat(t,'" class="link" target="_blank">').concat(t,"</a>")):t}},2506:function(t,e,n){"use strict";function r(t,e){return!(!t&&!e)}n.r(e),n.d(e,{default:function(){return r}})},6137:function(t,e,n){"use strict";n.r(e),n.d(e,{default:function(){return o}});var r=n(795),i=n(1889);function o(t){var e=i.z.map((function(e){var n=t&&void 0!==t[e]?t[e]:0;return 0===n?"":'<span class="label label_status_'.concat(e,'">').concat(n,"</span> ")})).join("");return new r.SafeString("".concat(e))}},8913:function(t,e,n){"use strict";n.r(e),n.d(e,{default:function(){return o}});var r=n(795),i=n(1889);function o(t){var e=i.z.map((function(e){var n=void 0===t[e]?0:t[e];return 0===n?"":'<div class="bar__fill bar__fill_status_'.concat(e,'" style="flex-grow: ').concat(n,'">').concat(n,"</div>")})).join("");return new r.SafeString('<div class="bar">'.concat(e,"</div>"))}},2239:function(t,e,n){"use strict";n.r(e),n.d(e,{default:function(){return i}});var r=n(4328);function i(t,e){return r.Ay.t(t,e?e.hash:{})}},1829:function(t,e,n){"use strict";n.r(e),n.d(e,{default:function(){return a}});var r=n(795),i=/((?:(https?:\/\/|ftp:\/\/|mailto:)|www\.)\S+?)(\s|"|'|\)|]|}|>|$)/gm,o=function(t){return t.replace(/[\u00A0-\u9999<>&]/gim,(function(t){return"&#".concat(t.charCodeAt(0),";")}))};function a(t){return void 0!==t&&t.match(i)?new r.SafeString(o(t).replace(i,(function(t,e,n,r){return'<a class="link" target="_blank" href="'.concat(n?e:"https://".concat(e),'">').concat(e,"</a>").concat(r," ")}))):t}},8718:function(t,e,n){"use strict";n.r(e),n.d(e,{default:function(){return i}});var r=n(3339);function i(t,e){return t?(t instanceof Date||(t=new Date(t)),"boolean"!=typeof e&&(e=!1),[t.getHours(),r(t.getMinutes(),2,"0"),r(t.getSeconds(),2,"0")+(e?".".concat(t.getMilliseconds()):"")].join(":")):"unknown"}},6240:function(t,e,n){"use strict";n.d(e,{A:function(){return J}});var r,i,o,a,s=n(9689),l=n(1473),u=n(6280),c=n(854),f=n(8341),h=n(3959),d=n(9962),p=n(5661),m=n(4949),g=n(795),v=n(8241),y=n(251),b=n(4339),w=n(2888),_=n(1784),x=n(788),k=n(9482),C=n(4328),A=n(4178);function O(t,e,n){return e=(0,c.A)(e),(0,u.A)(t,E()?Reflect.construct(e,n||[],(0,c.A)(t).constructor):e.apply(t,n))}function E(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){})))}catch(t){}return(E=function(){return!!t})()}function S(t,e,n,r){var i=(0,y.A)((0,c.A)(1&r?t.prototype:t),e,n);return 2&r&&"function"==typeof i?function(t){return i.apply(n,t)}:i}var j,P,T,M,R,D,N,V,L=(r=(0,_.s7)("language-select popover"),i=(0,_.on)("click .language-select__item"),r((a=function(t){function e(){return(0,s.A)(this,e),O(this,e,arguments)}return(0,f.A)(e,t),(0,l.A)(e,[{key:"initialize",value:function(){S(e,"initialize",this,3)([{position:"top-right"}])}},{key:"setContent",value:function(){this.$el.html(A({languages:C.Yj,currentLang:k.A.getLanguage()}))}},{key:"show",value:function(t){var n=this;S(e,"show",this,3)([null,t]),this.delegateEvents(),setTimeout((function(){b(document).one("click",(function(){return n.hide()}))}))}},{key:"onLanguageClick",value:function(t){var e=this.$(t.currentTarget).data("id");k.A.setLanguage(e),C.Ay.changeLanguage(e),(0,x.A)("language_change",{language:e})}}])}(w.A),(0,m.A)(a.prototype,"onLanguageClick",[i],Object.getOwnPropertyDescriptor(a.prototype,"onLanguageClick"),a.prototype),o=a))||o),B=L,I=n(3064),H=n(7268),z=n(2035),U=n(6030);function F(t,e,n){return e=(0,c.A)(e),(0,u.A)(t,$()?Reflect.construct(e,n||[],(0,c.A)(t).constructor):e.apply(t,n))}function $(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){})))}catch(t){}return($=function(){return!!t})()}var q,W=(j=(0,_.s7)("side-nav"),P=(0,_.on)("mouseenter [data-tooltip]"),T=(0,_.on)("mouseleave [data-tooltip]"),M=(0,_.on)("click .side-nav__collapse"),R=(0,_.on)("click .side-nav__language"),D=(0,_.on)("click .side-nav__language-small"),j((V=function(t){function e(){var t;(0,s.A)(this,e);for(var n=arguments.length,r=new Array(n),i=0;i<n;i++)r[i]=arguments[i];return t=F(this,e,[].concat(r)),(0,h.A)(t,"template",U),t}return(0,f.A)(e,t),(0,l.A)(e,[{key:"initialize",value:function(){var t=this;this.tabs=z.A.tabs.map((function(e){var n=e.tabName;return{tabName:n,icon:e.icon,title:e.title,active:t.isTabActive(n)}})),this.tooltip=new I.A({position:"right"}),this.langSelect=new B}},{key:"onRender",value:function(){this.$el.toggleClass("side-nav_collapsed",k.A.isSidebarCollapsed())}},{key:"onDestroy",value:function(){this.tooltip.hide()}},{key:"serializeData",value:function(){return{language:(0,v.findWhere)(C.Yj,{id:k.A.getLanguage()}),tabs:this.tabs}}},{key:"isTabActive",value:function(t){var e=H.A.getCurrentUrl();return t?0===e.indexOf(t):e===t}},{key:"onSidelinkHover",value:function(t){if(this.$el.hasClass("side-nav_collapsed")){var e=this.$(t.currentTarget);this.tooltip.show((0,g.escapeExpression)(e.data("tooltip")),e)}}},{key:"onSidelinkLeave",value:function(){this.tooltip.hide()}},{key:"onCollapseClick",value:function(){this.$el.toggleClass("side-nav_collapsed"),k.A.setSidebarCollapsed(this.$el.hasClass("side-nav_collapsed")),this.tooltip.hide()}},{key:"onLanguageClick",value:function(t){this.langSelect.isVisible()?this.langSelect.hide():this.langSelect.show(this.$(t.currentTarget)),this.tooltip.hide()}}])}(d.View),(0,m.A)(V.prototype,"onSidelinkHover",[P],Object.getOwnPropertyDescriptor(V.prototype,"onSidelinkHover"),V.prototype),(0,m.A)(V.prototype,"onSidelinkLeave",[T],Object.getOwnPropertyDescriptor(V.prototype,"onSidelinkLeave"),V.prototype),(0,m.A)(V.prototype,"onCollapseClick",[M],Object.getOwnPropertyDescriptor(V.prototype,"onCollapseClick"),V.prototype),(0,m.A)(V.prototype,"onLanguageClick",[R,D],Object.getOwnPropertyDescriptor(V.prototype,"onLanguageClick"),V.prototype),N=V))||N),G=W,Z=n(6178);function K(t,e,n){return e=(0,c.A)(e),(0,u.A)(t,X()?Reflect.construct(e,n||[],(0,c.A)(t).constructor):e.apply(t,n))}function X(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){})))}catch(t){}return(X=function(){return!!t})()}var Y=(0,_.s7)("app")(q=(0,_.Ei)({content:".app__content",nav:".app__nav"})(q=(0,_.h1)("GaBehavior")(q=(0,_.h1)("DownloadBehavior")(q=function(t){function e(){var t;(0,s.A)(this,e);for(var n=arguments.length,r=new Array(n),i=0;i<n;i++)r[i]=arguments[i];return t=K(this,e,[].concat(r)),(0,h.A)(t,"template",Z),t}return(0,f.A)(e,t),(0,l.A)(e,[{key:"initialize",value:function(){}},{key:"onRender",value:function(){var t=this;this.showChildView("nav",new G);var e=this.loadData();e?e.then((function(){t.showChildView("content",t.getContentView()),t.onViewReady()})).catch((function(e){t.showChildView("content",new p.A({code:404,message:e}))})):this.showChildView("content",this.getContentView())}},{key:"onViewReady",value:function(){}},{key:"loadData",value:function(){}},{key:"getContentView",value:function(){throw new Error("attempt to call abstract method")}},{key:"shouldKeepState",value:function(){return!0}}])}(d.View))||q)||q)||q)||q,J=Y},7268:function(t,e,n){"use strict";var r=n(9689),i=n(1473),o=n(6280),a=n(854),s=n(8341),l=n(3959),u=n(1615),c=n(8241),f=n(5330);function h(t,e,n){return e=(0,a.A)(e),(0,o.A)(t,d()?Reflect.construct(e,n||[],(0,a.A)(t).constructor):e.apply(t,n))}function d(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){})))}catch(t){}return(d=function(){return!!t})()}var p=function(t){function e(){var t;return(0,r.A)(this,e),t=h(this,e,[{routes:{"testresult/:uid(/)(:tabName)":"testresultPage","*default":"notFound"}}]),(0,l.A)(t,"currentUrl",null),t.on("route",t.onRouteChange,t),t}return(0,s.A)(e,t),(0,i.A)(e,[{key:"onRouteChange",value:function(){this.previousUrl=this.currentUrl,this.currentUrl=this.getCurrentUrl()}},{key:"getCurrentUrl",value:function(){return u.history.getFragment()}},{key:"reload",value:function(){u.history.loadUrl(this.getCurrentUrl())}},{key:"to",value:function(t,e,n){e=(0,c.omit)(e,(function(t){return null===t}));var r=f.format({pathname:t,query:e});return this.toUrl(r,n)}},{key:"toUrl",value:function(t,e){return this.navigate(t,Object.assign({trigger:!0},e))}},{key:"setSearch",value:function(t){var e=f.parse(this.getCurrentUrl()).pathname;return this.to(e,t)}},{key:"getUrlParams",value:function(){var t=f.parse(this.getCurrentUrl(),!0);return t?t.query:{}}}])}(u.Router);e.A=new p},3305:function(t,e,n){"use strict";function r(t){return Array.isArray(t)?t:t?[t]:[]}n.d(e,{g:function(){return r}})},229:function(t,e,n){"use strict";n.d(e,{A:function(){return g}});var r=n(3959),i={},o={};function a(t){return new Function("d","return {"+t.map((function(t,e){return JSON.stringify(t)+": d["+e+'] || ""'})).join(",")+"}")}function s(t){var e=Object.create(null),n=[];return t.forEach((function(t){for(var r in t)r in e||n.push(e[r]=r)})),n}function l(t,e){var n=t+"",r=n.length;return r<e?new Array(e-r+1).join(0)+n:n}function u(t){var e=new RegExp('["'+t+"\n\r]"),n=t.charCodeAt(0);function r(t,e){var r,a=[],s=t.length,l=0,u=0,c=s<=0,f=!1;function h(){if(c)return o;if(f)return f=!1,i;var e,r,a=l;if(34===t.charCodeAt(a)){for(;l++<s&&34!==t.charCodeAt(l)||34===t.charCodeAt(++l););return(e=l)>=s?c=!0:10===(r=t.charCodeAt(l++))?f=!0:13===r&&(f=!0,10===t.charCodeAt(l)&&++l),t.slice(a+1,e-1).replace(/""/g,'"')}for(;l<s;){if(10===(r=t.charCodeAt(e=l++)))f=!0;else if(13===r)f=!0,10===t.charCodeAt(l)&&++l;else if(r!==n)continue;return t.slice(a,e)}return c=!0,t.slice(a,s)}for(10===t.charCodeAt(s-1)&&--s,13===t.charCodeAt(s-1)&&--s;(r=h())!==o;){for(var d=[];r!==i&&r!==o;)d.push(r),r=h();e&&null==(d=e(d,u++))||a.push(d)}return a}function u(e,n){return e.map((function(e){return n.map((function(t){return f(e[t])})).join(t)}))}function c(e){return e.map(f).join(t)}function f(t){return null==t?"":t instanceof Date?(i=(n=t).getUTCHours(),o=n.getUTCMinutes(),a=n.getUTCSeconds(),s=n.getUTCMilliseconds(),isNaN(n)?"Invalid Date":((r=n.getUTCFullYear())<0?"-"+l(-r,6):r>9999?"+"+l(r,6):l(r,4))+"-"+l(n.getUTCMonth()+1,2)+"-"+l(n.getUTCDate(),2)+(s?"T"+l(i,2)+":"+l(o,2)+":"+l(a,2)+"."+l(s,3)+"Z":a?"T"+l(i,2)+":"+l(o,2)+":"+l(a,2)+"Z":o||i?"T"+l(i,2)+":"+l(o,2)+"Z":"")):e.test(t+="")?'"'+t.replace(/"/g,'""')+'"':t;var n,r,i,o,a,s}return{parse:function(t,e){var n,i,o=r(t,(function(t,r){if(n)return n(t,r-1);i=t,n=e?function(t,e){var n=a(t);return function(r,i){return e(n(r),i,t)}}(t,e):a(t)}));return o.columns=i||[],o},parseRows:r,format:function(e,n){return null==n&&(n=s(e)),[n.map(f).join(t)].concat(u(e,n)).join("\n")},formatBody:function(t,e){return null==e&&(e=s(t)),u(t,e).join("\n")},formatRows:function(t){return t.map(c).join("\n")},formatRow:c,formatValue:f}}var c=u(","),f=(c.parse,c.parseRows),h=(c.format,c.formatBody,c.formatRows,c.formatRow,c.formatValue,u("\t")),d=(h.parse,h.parseRows),p=(h.format,h.formatBody,h.formatRows,h.formatRow,h.formatValue,n(2035));function m(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 g(t){if(p.A.attachmentViews[t])return function(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?m(Object(n),!0).forEach((function(e){(0,r.A)(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):m(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}({type:"custom"},p.A.attachmentViews[t]);switch(t){case"image/bmp":case"image/gif":case"image/tiff":case"image/jpeg":case"image/jpg":case"image/png":case"image/*":return{type:"image",icon:"image"};case"text/xml":case"application/xml":case"application/json":case"text/json":case"text/yaml":case"application/yaml":case"application/x-yaml":case"text/x-yaml":return{type:"code",icon:"file",parser:function(t){return t}};case"text/plain":case"text/*":return{type:"text",icon:"txt",parser:function(t){return t}};case"text/html":return{type:"html",icon:"file"};case"text/csv":return{type:"table",icon:"csv",parser:function(t){return f(t)}};case"text/tab-separated-values":return{type:"table",icon:"table",parser:function(t){return d(t)}};case"image/svg+xml":return{type:"svg",icon:"file"};case"video/mp4":case"video/ogg":case"video/webm":return{type:"video",icon:"file"};case"text/uri-list":return{type:"uri",icon:"list",parser:function(t){return t.split("\n").map((function(t){return t.trim()})).filter((function(t){return t.length>0})).map((function(t){return{comment:0===t.indexOf("#"),text:t}}))}};case"application/x-tar":case"application/x-gtar":case"application/x-bzip2":case"application/gzip":case"application/zip":return{type:"archive",icon:"file"};default:return{type:null,icon:"file"}}}},788:function(t,e,n){"use strict";function r(t,e){!function(){window.dataLayer=Array.isArray(window.dataLayer)?window.dataLayer:[],window.dataLayer.push(arguments)}("event",t,e)}n.d(e,{A:function(){return r}})},2035:function(t,e,n){"use strict";n.d(e,{A:function(){return x}});var r=n(9689),i=n(1473),o=n(3959),a=n(4222),s=n(6280),l=n(854),u=n(251),c=n(8341),f=n(7877),h=n(1615);function d(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 p(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?d(Object(n),!0).forEach((function(e){(0,o.A)(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):d(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}function m(t,e,n){return e=(0,l.A)(e),(0,s.A)(t,g()?Reflect.construct(e,n||[],(0,l.A)(t).constructor):e.apply(t,n))}function g(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){})))}catch(t){}return(g=function(){return!!t})()}var v=function(t){function e(){return(0,r.A)(this,e),m(this,e,arguments)}return(0,c.A)(e,t),(0,i.A)(e,[{key:"initialize",value:function(t,e){this.options=e}},{key:"url",value:function(){return"widgets/".concat(this.options.name,".json")}},{key:"parse",value:function(t){return Array.isArray(t)?{items:t}:t}},{key:"fetch",value:function(t){var n=this;return(0,f._8)(this.url(),"application/json").then((function(r){return function(t,e,n,r){var i=(0,u.A)((0,l.A)(t.prototype),"fetch",n);return"function"==typeof i?function(t){return i.apply(n,t)}:i}(e,0,n)([p(p({},t),{},{url:r})])}))}},{key:"getWidgetData",value:function(t){var e=this.get(t);return new h.Model(Array.isArray(e)?{items:e}:e)}}])}(h.Model),y=n(2239),b=n(7268),w=n(4328),_=function(){return(0,i.A)((function t(){(0,r.A)(this,t),(0,o.A)(this,"tabs",[]),(0,o.A)(this,"testResultTabs",[]),(0,o.A)(this,"attachmentViews",{}),(0,o.A)(this,"testResultBlocks",{tag:[],before:[],after:[]}),(0,o.A)(this,"widgets",{})}),[{key:"addTab",value:function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=e.title,r=e.icon,i=e.route,o=e.onEnter,s=void 0===o?a.mX:o;n=n||t,this.tabs.push({tabName:t,title:n,icon:r}),b.A.route(i,t),b.A.on("route:".concat(t),(0,a.nZ)(s))}},{key:"addWidget",value:function(t,e,n){var r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:v;this.widgets[t]||(this.widgets[t]={}),this.widgets[t][e]={widget:n,model:r}}},{key:"addTranslation",value:function(t,e){(0,w.XY)(t,e)}},{key:"translate",value:function(t,e){return(0,y.default)(t,e)}},{key:"addTestResultBlock",value:function(t,e){var n=e.position;this.testResultBlocks[n].push(t)}},{key:"addAttachmentViewer",value:function(t,e){var n=e.View,r=e.icon,i=void 0===r?"file":r;this.attachmentViews[t]={View:n,icon:i}}},{key:"addTestResultTab",value:function(t,e,n){this.testResultTabs.push({id:t,name:e,View:n})}}])}(),x=new _},9482:function(t,e,n){"use strict";var r=(0,n(8305).fv)();e.A=r},8305:function(t,e,n){"use strict";n.d(e,{fv:function(){return v},gU:function(){return y},O$:function(){return w},gW:function(){return b}});var r=n(3959),i=n(9689),o=n(1473),a=n(6280),s=n(854),l=n(8341);function u(t,e,n){return e=(0,s.A)(e),(0,a.A)(t,c()?Reflect.construct(e,n||[],(0,s.A)(t).constructor):e.apply(t,n))}function c(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){})))}catch(t){}return(c=function(){return!!t})()}var f=function(t){function e(){return(0,i.A)(this,e),u(this,e,arguments)}return(0,l.A)(e,t),(0,o.A)(e,[{key:"storageKey",value:function(){return"ALLURE_REPORT_SETTINGS"}},{key:"fetch",value:function(){var t=this;return new Promise((function(e){var n=window.localStorage.getItem(t.storageKey());n&&t.set(JSON.parse(n)),e()}))}},{key:"save",value:function(t,e){this.set(t,e);var n=this.toJSON();window.localStorage.setItem(this.storageKey(),JSON.stringify(n))}}])}(n(1615).Model);function h(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 d(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?h(Object(n),!0).forEach((function(e){(0,r.A)(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):h(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}var p={sidebarCollapsed:!1,sideBySidePosition:[50,50]},m={visibleStatuses:{failed:!0,broken:!0,skipped:!0,unknown:!0,passed:!0},visibleMarks:{flaky:!1,newFailed:!1,newPassed:!1,newBroken:!1,retriesStatusChange:!1},showGroupInfo:!1,treeSorting:{ascending:!0,sorter:"sorter.name"}},g={widgets:[[],[]]};function v(){var t=new(f.extend({defaults:function(){return d(d({},p),{},{language:document.documentElement.lang||"en"})},getLanguage:function(){return this.get("language")},setLanguage:function(t){return this.save("language",t)},isSidebarCollapsed:function(){return this.get("sidebarCollapsed")},setSidebarCollapsed:function(t){return this.save("sidebarCollapsed",t)},getSideBySidePosition:function(){return this.get("sideBySidePosition")},setSideBySidePosition:function(t){return this.save("sideBySidePosition",t)}}));return t.fetch(),t}function y(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=new(f.extend({storageKey:function(){return"ALLURE_REPORT_SETTINGS_".concat(t.toUpperCase())},defaults:function(){return e}}));return n.fetch(),n}function b(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:g,n=new(f.extend({storageKey:function(){return"ALLURE_REPORT_SETTINGS_".concat(t.toUpperCase())},defaults:function(){return e},getWidgetsArrangement:function(){return this.get("widgets")},setWidgetsArrangement:function(t){this.save("widgets",t)}}));return n.fetch(),n}function w(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:m,n=new(f.extend({storageKey:function(){return"ALLURE_REPORT_SETTINGS_".concat(t.toUpperCase())},defaults:function(){return e},getVisibleStatuses:function(){return this.get("visibleStatuses")},setVisibleStatuses:function(t){return this.save("visibleStatuses",t)},getVisibleMarks:function(){return this.get("visibleMarks")},setVisibleMarks:function(t){return this.save("visibleMarks",t)},getTreeSorting:function(){return this.get("treeSorting")},setTreeSorting:function(t){this.save("treeSorting",t)},isShowGroupInfo:function(){return this.get("showGroupInfo")},setShowGroupInfo:function(t){this.save("showGroupInfo",t)}}));return n.fetch(),n}},1889:function(t,e,n){"use strict";n.d(e,{z:function(){return r}});var r=["failed","broken","passed","skipped","unknown"]},4328:function(t,e,n){"use strict";n.d(e,{Yj:function(){return tt},XY:function(){return nt},Ay:function(){return rt},vM:function(){return et}});var r=n(2463),i=n(8972),o=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},a={type:"logger",log:function(t){this.output("log",t)},warn:function(t){this.output("warn",t)},error:function(t){this.output("error",t)},output:function(t,e){var n;console&&console[t]&&(n=console)[t].apply(n,function(t){if(Array.isArray(t)){for(var e=0,n=Array(t.length);e<t.length;e++)n[e]=t[e];return n}return Array.from(t)}(e))}},s=function(){function t(e){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};!function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}(this,t),this.init(e,n)}return t.prototype.init=function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};this.prefix=e.prefix||"i18next:",this.logger=t||a,this.options=e,this.debug=e.debug},t.prototype.setDebug=function(t){this.debug=t},t.prototype.log=function(){for(var t=arguments.length,e=Array(t),n=0;n<t;n++)e[n]=arguments[n];return this.forward(e,"log","",!0)},t.prototype.warn=function(){for(var t=arguments.length,e=Array(t),n=0;n<t;n++)e[n]=arguments[n];return this.forward(e,"warn","",!0)},t.prototype.error=function(){for(var t=arguments.length,e=Array(t),n=0;n<t;n++)e[n]=arguments[n];return this.forward(e,"error","")},t.prototype.deprecate=function(){for(var t=arguments.length,e=Array(t),n=0;n<t;n++)e[n]=arguments[n];return this.forward(e,"warn","WARNING DEPRECATED: ",!0)},t.prototype.forward=function(t,e,n,r){return r&&!this.debug?null:("string"==typeof t[0]&&(t[0]=""+n+this.prefix+" "+t[0]),this.logger[e](t))},t.prototype.create=function(e){return new t(this.logger,o({prefix:this.prefix+":"+e+":"},this.options))},t}(),l=new s,u=function(){function t(){!function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}(this,t),this.observers={}}return t.prototype.on=function(t,e){var n=this;t.split(" ").forEach((function(t){n.observers[t]=n.observers[t]||[],n.observers[t].push(e)}))},t.prototype.off=function(t,e){var n=this;this.observers[t]&&this.observers[t].forEach((function(){if(e){var r=n.observers[t].indexOf(e);r>-1&&n.observers[t].splice(r,1)}else delete n.observers[t]}))},t.prototype.emit=function(t){for(var e=arguments.length,n=Array(e>1?e-1:0),r=1;r<e;r++)n[r-1]=arguments[r];this.observers[t]&&[].concat(this.observers[t]).forEach((function(t){t.apply(void 0,n)})),this.observers["*"]&&[].concat(this.observers["*"]).forEach((function(e){var r;e.apply(e,(r=[t]).concat.apply(r,n))}))},t}(),c=u;function f(t){return null==t?"":""+t}function h(t,e,n){function r(t){return t&&t.indexOf("###")>-1?t.replace(/###/g,"."):t}function i(){return!t||"string"==typeof t}for(var o="string"!=typeof e?[].concat(e):e.split(".");o.length>1;){if(i())return{};var a=r(o.shift());!t[a]&&n&&(t[a]=new n),t=t[a]}return i()?{}:{obj:t,k:r(o.shift())}}function d(t,e,n){var r=h(t,e,Object);r.obj[r.k]=n}function p(t,e){var n=h(t,e),r=n.obj,i=n.k;if(r)return r[i]}function m(t,e,n){for(var r in e)r in t?"string"==typeof t[r]||t[r]instanceof String||"string"==typeof e[r]||e[r]instanceof String?n&&(t[r]=e[r]):m(t[r],e[r],n):t[r]=e[r];return t}function g(t){return t.replace(/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g,"\\$&")}var v={"&":"&","<":"<",">":">",'"':""","'":"'","/":"/"};function y(t){return"string"==typeof t?t.replace(/[&<>"'\/]/g,(function(t){return v[t]})):t}var b=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};var w=function(t){function e(){var n=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{ns:["translation"],defaultNS:"translation"};!function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}(this,e);var i=function(t,e){if(!t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!e||"object"!=typeof e&&"function"!=typeof e?t:e}(this,t.call(this));return i.data=n,i.options=r,i}return function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function, not "+typeof e);t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,enumerable:!1,writable:!0,configurable:!0}}),e&&(Object.setPrototypeOf?Object.setPrototypeOf(t,e):function(t,e){for(var n=Object.getOwnPropertyNames(e),r=0;r<n.length;r++){var i=n[r],o=Object.getOwnPropertyDescriptor(e,i);o&&o.configurable&&void 0===t[i]&&Object.defineProperty(t,i,o)}}(t,e))}(e,t),e.prototype.addNamespaces=function(t){this.options.ns.indexOf(t)<0&&this.options.ns.push(t)},e.prototype.removeNamespaces=function(t){var e=this.options.ns.indexOf(t);e>-1&&this.options.ns.splice(e,1)},e.prototype.getResource=function(t,e,n){var r=(arguments.length>3&&void 0!==arguments[3]?arguments[3]:{}).keySeparator||this.options.keySeparator;void 0===r&&(r=".");var i=[t,e];return n&&"string"!=typeof n&&(i=i.concat(n)),n&&"string"==typeof n&&(i=i.concat(r?n.split(r):n)),t.indexOf(".")>-1&&(i=t.split(".")),p(this.data,i)},e.prototype.addResource=function(t,e,n,r){var i=arguments.length>4&&void 0!==arguments[4]?arguments[4]:{silent:!1},o=this.options.keySeparator;void 0===o&&(o=".");var a=[t,e];n&&(a=a.concat(o?n.split(o):n)),t.indexOf(".")>-1&&(r=e,e=(a=t.split("."))[1]),this.addNamespaces(e),d(this.data,a,r),i.silent||this.emit("added",t,e,n,r)},e.prototype.addResources=function(t,e,n){for(var r in n)"string"==typeof n[r]&&this.addResource(t,e,r,n[r],{silent:!0});this.emit("added",t,e,n)},e.prototype.addResourceBundle=function(t,e,n,r,i){var o=[t,e];t.indexOf(".")>-1&&(r=n,n=e,e=(o=t.split("."))[1]),this.addNamespaces(e);var a=p(this.data,o)||{};r?m(a,n,i):a=b({},a,n),d(this.data,o,a),this.emit("added",t,e,n)},e.prototype.removeResourceBundle=function(t,e){this.hasResourceBundle(t,e)&&delete this.data[t][e],this.removeNamespaces(e),this.emit("removed",t,e)},e.prototype.hasResourceBundle=function(t,e){return void 0!==this.getResource(t,e)},e.prototype.getResourceBundle=function(t,e){return e||(e=this.options.defaultNS),"v1"===this.options.compatibilityAPI?b({},this.getResource(t,e)):this.getResource(t,e)},e.prototype.toJSON=function(){return this.data},e}(c),_=w,x={processors:{},addPostProcessor:function(t){this.processors[t.name]=t},handle:function(t,e,n,r,i){var o=this;return t.forEach((function(t){o.processors[t]&&(e=o.processors[t].process(e,n,r,i))})),e}};function k(t){return t.interpolation={unescapeSuffix:"HTML"},t.interpolation.prefix=t.interpolationPrefix||"__",t.interpolation.suffix=t.interpolationSuffix||"__",t.interpolation.escapeValue=t.escapeInterpolation||!1,t.interpolation.nestingPrefix=t.reusePrefix||"$t(",t.interpolation.nestingSuffix=t.reuseSuffix||")",t}function C(t){return(t.interpolationPrefix||t.interpolationSuffix||void 0!==t.escapeInterpolation)&&(t=k(t)),t.nsSeparator=t.nsseparator,t.keySeparator=t.keyseparator,t.returnObjects=t.returnObjectTrees,t}var A=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},O="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};var E=function(t){function e(n){var r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};!function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}(this,e);var i,o,a=function(t,e){if(!t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!e||"object"!=typeof e&&"function"!=typeof e?t:e}(this,t.call(this));return i=n,o=a,["resourceStore","languageUtils","pluralResolver","interpolator","backendConnector"].forEach((function(t){i[t]&&(o[t]=i[t])})),a.options=r,a.logger=l.create("translator"),a}return function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function, not "+typeof e);t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,enumerable:!1,writable:!0,configurable:!0}}),e&&(Object.setPrototypeOf?Object.setPrototypeOf(t,e):function(t,e){for(var n=Object.getOwnPropertyNames(e),r=0;r<n.length;r++){var i=n[r],o=Object.getOwnPropertyDescriptor(e,i);o&&o.configurable&&void 0===t[i]&&Object.defineProperty(t,i,o)}}(t,e))}(e,t),e.prototype.changeLanguage=function(t){t&&(this.language=t)},e.prototype.exists=function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{interpolation:{}};return"v1"===this.options.compatibilityAPI&&(e=C(e)),void 0!==this.resolve(t,e)},e.prototype.extractFromKey=function(t,e){var n=e.nsSeparator||this.options.nsSeparator;void 0===n&&(n=":");var r=e.keySeparator||this.options.keySeparator||".",i=e.ns||this.options.defaultNS;if(n&&t.indexOf(n)>-1){var o=t.split(n);(n!==r||n===r&&this.options.ns.indexOf(o[0])>-1)&&(i=o.shift()),t=o.join(r)}return"string"==typeof i&&(i=[i]),{key:t,namespaces:i}},e.prototype.translate=function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};if("object"!==(void 0===e?"undefined":O(e))?e=this.options.overloadTranslationOptionHandler(arguments):"v1"===this.options.compatibilityAPI&&(e=C(e)),null==t||""===t)return"";"number"==typeof t&&(t=String(t)),"string"==typeof t&&(t=[t]);var n=e.keySeparator||this.options.keySeparator||".",r=this.extractFromKey(t[t.length-1],e),i=r.key,o=r.namespaces,a=o[o.length-1],s=e.lng||this.language,l=e.appendNamespaceToCIMode||this.options.appendNamespaceToCIMode;if(s&&"cimode"===s.toLowerCase())return l?a+(e.nsSeparator||this.options.nsSeparator)+i:i;var u=this.resolve(t,e),c=Object.prototype.toString.apply(u),f=void 0!==e.joinArrays?e.joinArrays:this.options.joinArrays;if(u&&"string"!=typeof u&&["[object Number]","[object Function]","[object RegExp]"].indexOf(c)<0&&(!f||"[object Array]"!==c)){if(!e.returnObjects&&!this.options.returnObjects)return this.logger.warn("accessing an object - but returnObjects options is not enabled!"),this.options.returnedObjectHandler?this.options.returnedObjectHandler(i,u,e):"key '"+i+" ("+this.language+")' returned an object instead of string.";if(e.keySeparator||this.options.keySeparator){var h="[object Array]"===c?[]:{};for(var d in u)Object.prototype.hasOwnProperty.call(u,d)&&(h[d]=this.translate(""+i+n+d,A({},e,{joinArrays:!1,ns:o})));u=h}}else if(f&&"[object Array]"===c)(u=u.join(f))&&(u=this.extendTranslation(u,i,e));else{var p=!1,m=!1;if(this.isValidLookup(u)||void 0===e.defaultValue||(p=!0,u=e.defaultValue),this.isValidLookup(u)||(m=!0,u=i),m||p){this.logger.log("missingKey",s,a,i,u);var g=[],v=this.languageUtils.getFallbackCodes(this.options.fallbackLng,e.lng||this.language);if("fallback"===this.options.saveMissingTo&&v&&v[0])for(var y=0;y<v.length;y++)g.push(v[y]);else"all"===this.options.saveMissingTo?g=this.languageUtils.toResolveHierarchy(e.lng||this.language):g.push(e.lng||this.language);this.options.saveMissing&&(this.options.missingKeyHandler?this.options.missingKeyHandler(g,a,i,u):this.backendConnector&&this.backendConnector.saveMissing&&this.backendConnector.saveMissing(g,a,i,u)),this.emit("missingKey",g,a,i,u)}u=this.extendTranslation(u,i,e),m&&u===i&&this.options.appendNamespaceToMissingKey&&(u=a+":"+i),m&&this.options.parseMissingKeyHandler&&(u=this.options.parseMissingKeyHandler(u))}return u},e.prototype.extendTranslation=function(t,e,n){var r=this;n.interpolation&&this.interpolator.init(A({},n,{interpolation:A({},this.options.interpolation,n.interpolation)}));var i=n.replace&&"string"!=typeof n.replace?n.replace:n;this.options.interpolation.defaultVariables&&(i=A({},this.options.interpolation.defaultVariables,i)),t=this.interpolator.interpolate(t,i,n.lng||this.language),!1!==n.nest&&(t=this.interpolator.nest(t,(function(){return r.translate.apply(r,arguments)}),n)),n.interpolation&&this.interpolator.reset();var o=n.postProcess||this.options.postProcess,a="string"==typeof o?[o]:o;return void 0!==t&&a&&a.length&&!1!==n.applyPostProcessor&&(t=x.handle(a,t,e,n,this)),t},e.prototype.resolve=function(t){var e=this,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},r=void 0;return"string"==typeof t&&(t=[t]),t.forEach((function(t){if(!e.isValidLookup(r)){var i=e.extractFromKey(t,n),o=i.key,a=i.namespaces;e.options.fallbackNS&&(a=a.concat(e.options.fallbackNS));var s=void 0!==n.count&&"string"!=typeof n.count,l=void 0!==n.context&&"string"==typeof n.context&&""!==n.context,u=n.lngs?n.lngs:e.languageUtils.toResolveHierarchy(n.lng||e.language);a.forEach((function(t){e.isValidLookup(r)||u.forEach((function(i){if(!e.isValidLookup(r)){var a=o,u=[a],c=void 0;s&&(c=e.pluralResolver.getSuffix(i,n.count)),s&&l&&u.push(a+c),l&&u.push(a+=""+e.options.contextSeparator+n.context),s&&u.push(a+=c);for(var f=void 0;f=u.pop();)e.isValidLookup(r)||(r=e.getResource(i,t,f,n))}}))}))}})),r},e.prototype.isValidLookup=function(t){return!(void 0===t||!this.options.returnNull&&null===t||!this.options.returnEmptyString&&""===t)},e.prototype.getResource=function(t,e,n){var r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{};return this.resourceStore.getResource(t,e,n,r)},e}(c),S=E;function j(t){return t.charAt(0).toUpperCase()+t.slice(1)}var P=function(){function t(e){!function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}(this,t),this.options=e,this.whitelist=this.options.whitelist||!1,this.logger=l.create("languageUtils")}return t.prototype.getScriptPartFromCode=function(t){if(!t||t.indexOf("-")<0)return null;var e=t.split("-");return 2===e.length?null:(e.pop(),this.formatLanguageCode(e.join("-")))},t.prototype.getLanguagePartFromCode=function(t){if(!t||t.indexOf("-")<0)return t;var e=t.split("-");return this.formatLanguageCode(e[0])},t.prototype.formatLanguageCode=function(t){if("string"==typeof t&&t.indexOf("-")>-1){var e=["hans","hant","latn","cyrl","cans","mong","arab"],n=t.split("-");return this.options.lowerCaseLng?n=n.map((function(t){return t.toLowerCase()})):2===n.length?(n[0]=n[0].toLowerCase(),n[1]=n[1].toUpperCase(),e.indexOf(n[1].toLowerCase())>-1&&(n[1]=j(n[1].toLowerCase()))):3===n.length&&(n[0]=n[0].toLowerCase(),2===n[1].length&&(n[1]=n[1].toUpperCase()),"sgn"!==n[0]&&2===n[2].length&&(n[2]=n[2].toUpperCase()),e.indexOf(n[1].toLowerCase())>-1&&(n[1]=j(n[1].toLowerCase())),e.indexOf(n[2].toLowerCase())>-1&&(n[2]=j(n[2].toLowerCase()))),n.join("-")}return this.options.cleanCode||this.options.lowerCaseLng?t.toLowerCase():t},t.prototype.isWhitelisted=function(t){return("languageOnly"===this.options.load||this.options.nonExplicitWhitelist)&&(t=this.getLanguagePartFromCode(t)),!this.whitelist||!this.whitelist.length||this.whitelist.indexOf(t)>-1},t.prototype.getFallbackCodes=function(t,e){if(!t)return[];if("string"==typeof t&&(t=[t]),"[object Array]"===Object.prototype.toString.apply(t))return t;if(!e)return t.default||[];var n=t[e];return n||(n=t[this.getScriptPartFromCode(e)]),n||(n=t[this.formatLanguageCode(e)]),n||(n=t.default),n||[]},t.prototype.toResolveHierarchy=function(t,e){var n=this,r=this.getFallbackCodes(e||this.options.fallbackLng||[],t),i=[],o=function(t){t&&(n.isWhitelisted(t)?i.push(t):n.logger.warn("rejecting non-whitelisted language code: "+t))};return"string"==typeof t&&t.indexOf("-")>-1?("languageOnly"!==this.options.load&&o(this.formatLanguageCode(t)),"languageOnly"!==this.options.load&&"currentOnly"!==this.options.load&&o(this.getScriptPartFromCode(t)),"currentOnly"!==this.options.load&&o(this.getLanguagePartFromCode(t))):"string"==typeof t&&o(this.formatLanguageCode(t)),r.forEach((function(t){i.indexOf(t)<0&&o(n.formatLanguageCode(t))})),i},t}(),T=[{lngs:["ach","ak","am","arn","br","fil","gun","ln","mfe","mg","mi","oc","tg","ti","tr","uz","wa"],nr:[1,2],fc:1},{lngs:["af","an","ast","az","bg","bn","ca","da","de","dev","el","en","eo","es","es_ar","et","eu","fi","fo","fur","fy","gl","gu","ha","he","hi","hu","hy","ia","it","kn","ku","lb","mai","ml","mn","mr","nah","nap","nb","ne","nl","nn","no","nso","pa","pap","pms","ps","pt","pt_br","rm","sco","se","si","so","son","sq","sv","sw","ta","te","tk","ur","yo"],nr:[1,2],fc:2},{lngs:["ay","bo","cgg","fa","id","ja","jbo","ka","kk","km","ko","ky","lo","ms","sah","su","th","tt","ug","vi","wo","zh"],nr:[1],fc:3},{lngs:["be","bs","dz","hr","ru","sr","uk"],nr:[1,2,5],fc:4},{lngs:["ar"],nr:[0,1,2,3,11,100],fc:5},{lngs:["cs","sk"],nr:[1,2,5],fc:6},{lngs:["csb","pl"],nr:[1,2,5],fc:7},{lngs:["cy"],nr:[1,2,3,8],fc:8},{lngs:["fr"],nr:[1,2],fc:9},{lngs:["ga"],nr:[1,2,3,7,11],fc:10},{lngs:["gd"],nr:[1,2,3,20],fc:11},{lngs:["is"],nr:[1,2],fc:12},{lngs:["jv"],nr:[0,1],fc:13},{lngs:["kw"],nr:[1,2,3,4],fc:14},{lngs:["lt"],nr:[1,2,10],fc:15},{lngs:["lv"],nr:[1,2,0],fc:16},{lngs:["mk"],nr:[1,2],fc:17},{lngs:["mnk"],nr:[0,1,2],fc:18},{lngs:["mt"],nr:[1,2,11,20],fc:19},{lngs:["or"],nr:[2,1],fc:2},{lngs:["ro"],nr:[1,2,20],fc:20},{lngs:["sl"],nr:[5,1,2,3],fc:21}],M={1:function(t){return Number(t>1)},2:function(t){return Number(1!=t)},3:function(t){return 0},4:function(t){return Number(t%10==1&&t%100!=11?0:t%10>=2&&t%10<=4&&(t%100<10||t%100>=20)?1:2)},5:function(t){return Number(0===t?0:1==t?1:2==t?2:t%100>=3&&t%100<=10?3:t%100>=11?4:5)},6:function(t){return Number(1==t?0:t>=2&&t<=4?1:2)},7:function(t){return Number(1==t?0:t%10>=2&&t%10<=4&&(t%100<10||t%100>=20)?1:2)},8:function(t){return Number(1==t?0:2==t?1:8!=t&&11!=t?2:3)},9:function(t){return Number(t>=2)},10:function(t){return Number(1==t?0:2==t?1:t<7?2:t<11?3:4)},11:function(t){return Number(1==t||11==t?0:2==t||12==t?1:t>2&&t<20?2:3)},12:function(t){return Number(t%10!=1||t%100==11)},13:function(t){return Number(0!==t)},14:function(t){return Number(1==t?0:2==t?1:3==t?2:3)},15:function(t){return Number(t%10==1&&t%100!=11?0:t%10>=2&&(t%100<10||t%100>=20)?1:2)},16:function(t){return Number(t%10==1&&t%100!=11?0:0!==t?1:2)},17:function(t){return Number(1==t||t%10==1?0:1)},18:function(t){return Number(0==t?0:1==t?1:2)},19:function(t){return Number(1==t?0:0===t||t%100>1&&t%100<11?1:t%100>10&&t%100<20?2:3)},20:function(t){return Number(1==t?0:0===t||t%100>0&&t%100<20?1:2)},21:function(t){return Number(t%100==1?1:t%100==2?2:t%100==3||t%100==4?3:0)}},R=function(){function t(e){var n,r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};!function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}(this,t),this.languageUtils=e,this.options=r,this.logger=l.create("pluralResolver"),this.rules=(n={},T.forEach((function(t){t.lngs.forEach((function(e){n[e]={numbers:t.nr,plurals:M[t.fc]}}))})),n)}return t.prototype.addRule=function(t,e){this.rules[t]=e},t.prototype.getRule=function(t){return this.rules[this.languageUtils.getLanguagePartFromCode(t)]},t.prototype.needsPlural=function(t){var e=this.getRule(t);return e&&e.numbers.length>1},t.prototype.getSuffix=function(t,e){var n=this,r=this.getRule(t);if(r){if(1===r.numbers.length)return"";var i=r.noAbs?r.plurals(e):r.plurals(Math.abs(e)),o=r.numbers[i];this.options.simplifyPluralSuffix&&2===r.numbers.length&&1===r.numbers[0]&&(2===o?o="plural":1===o&&(o=""));var a=function(){return n.options.prepend&&o.toString()?n.options.prepend+o.toString():o.toString()};return"v1"===this.options.compatibilityJSON?1===o?"":"number"==typeof o?"_plural_"+o.toString():a():"v2"===this.options.compatibilityJSON||2===r.numbers.length&&1===r.numbers[0]||2===r.numbers.length&&1===r.numbers[0]?a():this.options.prepend&&i.toString()?this.options.prepend+i.toString():i.toString()}return this.logger.warn("no plural rule found for: "+t),""},t}(),D=R,N=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},V=function(){function t(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};!function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}(this,t),this.logger=l.create("interpolator"),this.init(e,!0)}return t.prototype.init=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};arguments[1]&&(this.options=t,this.format=t.interpolation&&t.interpolation.format||function(t){return t},this.escape=t.interpolation&&t.interpolation.escape||y),t.interpolation||(t.interpolation={escapeValue:!0});var e=t.interpolation;this.escapeValue=void 0===e.escapeValue||e.escapeValue,this.prefix=e.prefix?g(e.prefix):e.prefixEscaped||"{{",this.suffix=e.suffix?g(e.suffix):e.suffixEscaped||"}}",this.formatSeparator=e.formatSeparator?e.formatSeparator:e.formatSeparator||",",this.unescapePrefix=e.unescapeSuffix?"":e.unescapePrefix||"-",this.unescapeSuffix=this.unescapePrefix?"":e.unescapeSuffix||"",this.nestingPrefix=e.nestingPrefix?g(e.nestingPrefix):e.nestingPrefixEscaped||g("$t("),this.nestingSuffix=e.nestingSuffix?g(e.nestingSuffix):e.nestingSuffixEscaped||g(")"),this.resetRegExp()},t.prototype.reset=function(){this.options&&this.init(this.options)},t.prototype.resetRegExp=function(){var t=this.prefix+"(.+?)"+this.suffix;this.regexp=new RegExp(t,"g");var e=""+this.prefix+this.unescapePrefix+"(.+?)"+this.unescapeSuffix+this.suffix;this.regexpUnescape=new RegExp(e,"g");var n=this.nestingPrefix+"(.+?)"+this.nestingSuffix;this.nestingRegexp=new RegExp(n,"g")},t.prototype.interpolate=function(t,e,n){var r=this,i=void 0,o=void 0;function a(t){return t.replace(/\$/g,"$$$$")}var s=function(t){if(t.indexOf(r.formatSeparator)<0)return p(e,t);var i=t.split(r.formatSeparator),o=i.shift().trim(),a=i.join(r.formatSeparator).trim();return r.format(p(e,o),a,n)};for(this.resetRegExp();i=this.regexpUnescape.exec(t);)o=s(i[1].trim()),t=t.replace(i[0],o),this.regexpUnescape.lastIndex=0;for(;i=this.regexp.exec(t);)"string"!=typeof(o=s(i[1].trim()))&&(o=f(o)),o||(this.logger.warn("missed to pass in variable "+i[1]+" for interpolating "+t),o=""),o=this.escapeValue?a(this.escape(o)):a(o),t=t.replace(i[0],o),this.regexp.lastIndex=0;return t},t.prototype.nest=function(t,e){var n=void 0,r=void 0,i=N({},arguments.length>2&&void 0!==arguments[2]?arguments[2]:{});function o(t){if(t.indexOf(",")<0)return t;var e=t.split(",");t=e.shift();var n=e.join(",");n=(n=this.interpolate(n,i)).replace(/'/g,'"');try{i=JSON.parse(n)}catch(e){this.logger.error("failed parsing options string in nesting for key "+t,e)}return t}for(i.applyPostProcessor=!1;n=this.nestingRegexp.exec(t);){if((r=e(o.call(this,n[1].trim()),i))&&n[0]===t&&"string"!=typeof r)return r;"string"!=typeof r&&(r=f(r)),r||(this.logger.warn("missed to resolve "+n[1]+" for nesting "+t),r=""),t=t.replace(n[0],r),this.regexp.lastIndex=0}return t},t}(),L=V,B=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},I=function(t,e){if(Array.isArray(t))return t;if(Symbol.iterator in Object(t))return function(t,e){var n=[],r=!0,i=!1,o=void 0;try{for(var a,s=t[Symbol.iterator]();!(r=(a=s.next()).done)&&(n.push(a.value),!e||n.length!==e);r=!0);}catch(t){i=!0,o=t}finally{try{!r&&s.return&&s.return()}finally{if(i)throw o}}return n}(t,e);throw new TypeError("Invalid attempt to destructure non-iterable instance")};var H=function(t){function e(n,r,i){var o=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{};!function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}(this,e);var a=function(t,e){if(!t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!e||"object"!=typeof e&&"function"!=typeof e?t:e}(this,t.call(this));return a.backend=n,a.store=r,a.services=i,a.options=o,a.logger=l.create("backendConnector"),a.state={},a.queue=[],a.backend&&a.backend.init&&a.backend.init(i,o.backend,o),a}return function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function, not "+typeof e);t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,enumerable:!1,writable:!0,configurable:!0}}),e&&(Object.setPrototypeOf?Object.setPrototypeOf(t,e):function(t,e){for(var n=Object.getOwnPropertyNames(e),r=0;r<n.length;r++){var i=n[r],o=Object.getOwnPropertyDescriptor(e,i);o&&o.configurable&&void 0===t[i]&&Object.defineProperty(t,i,o)}}(t,e))}(e,t),e.prototype.queueLoad=function(t,e,n){var r=this,i=[],o=[],a=[],s=[];return t.forEach((function(t){var n=!0;e.forEach((function(e){var a=t+"|"+e;r.store.hasResourceBundle(t,e)?r.state[a]=2:r.state[a]<0||(1===r.state[a]?o.indexOf(a)<0&&o.push(a):(r.state[a]=1,n=!1,o.indexOf(a)<0&&o.push(a),i.indexOf(a)<0&&i.push(a),s.indexOf(e)<0&&s.push(e)))})),n||a.push(t)})),(i.length||o.length)&&this.queue.push({pending:o,loaded:{},errors:[],callback:n}),{toLoad:i,pending:o,toLoadLanguages:a,toLoadNamespaces:s}},e.prototype.loaded=function(t,e,n){var r=this,i=t.split("|"),o=I(i,2),a=o[0],s=o[1];e&&this.emit("failedLoading",a,s,e),n&&this.store.addResourceBundle(a,s,n),this.state[t]=e?-1:2,this.queue.forEach((function(n){var i,o,l,u,c;i=n.loaded,o=s,(u=(l=h(i,[a],Object)).obj)[c=l.k]=u[c]||[],u[c].push(o),function(t,e){for(var n=t.indexOf(e);-1!==n;)t.splice(n,1),n=t.indexOf(e)}(n.pending,t),e&&n.errors.push(e),0!==n.pending.length||n.done||(r.emit("loaded",n.loaded),n.done=!0,n.errors.length?n.callback(n.errors):n.callback())})),this.queue=this.queue.filter((function(t){return!t.done}))},e.prototype.read=function(t,e,n){var r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:0,i=this,o=arguments.length>4&&void 0!==arguments[4]?arguments[4]:250,a=arguments[5];return t.length?this.backend[n](t,e,(function(s,l){s&&l&&r<5?setTimeout((function(){i.read.call(i,t,e,n,r+1,2*o,a)}),o):a(s,l)})):a(null,{})},e.prototype.load=function(t,e,n){var r=this;if(!this.backend)return this.logger.warn("No backend was added via i18next.use. Will not load resources."),n&&n();var i=B({},this.backend.options,this.options.backend);"string"==typeof t&&(t=this.services.languageUtils.toResolveHierarchy(t)),"string"==typeof e&&(e=[e]);var o=this.queueLoad(t,e,n);if(!o.toLoad.length)return o.pending.length||n(),null;i.allowMultiLoading&&this.backend.readMulti?this.read(o.toLoadLanguages,o.toLoadNamespaces,"readMulti",null,null,(function(t,e){t&&r.logger.warn("loading namespaces "+o.toLoadNamespaces.join(", ")+" for languages "+o.toLoadLanguages.join(", ")+" via multiloading failed",t),!t&&e&&r.logger.log("successfully loaded namespaces "+o.toLoadNamespaces.join(", ")+" for languages "+o.toLoadLanguages.join(", ")+" via multiloading",e),o.toLoad.forEach((function(n){var i=n.split("|"),o=I(i,2),a=o[0],s=o[1],l=p(e,[a,s]);if(l)r.loaded(n,t,l);else{var u="loading namespace "+s+" for language "+a+" via multiloading failed";r.loaded(n,u),r.logger.error(u)}}))})):o.toLoad.forEach((function(t){r.loadOne(t)}))},e.prototype.reload=function(t,e){var n=this;this.backend||this.logger.warn("No backend was added via i18next.use. Will not load resources.");var r=B({},this.backend.options,this.options.backend);"string"==typeof t&&(t=this.services.languageUtils.toResolveHierarchy(t)),"string"==typeof e&&(e=[e]),r.allowMultiLoading&&this.backend.readMulti?this.read(t,e,"readMulti",null,null,(function(r,i){r&&n.logger.warn("reloading namespaces "+e.join(", ")+" for languages "+t.join(", ")+" via multiloading failed",r),!r&&i&&n.logger.log("successfully reloaded namespaces "+e.join(", ")+" for languages "+t.join(", ")+" via multiloading",i),t.forEach((function(t){e.forEach((function(e){var o=p(i,[t,e]);if(o)n.loaded(t+"|"+e,r,o);else{var a="reloading namespace "+e+" for language "+t+" via multiloading failed";n.loaded(t+"|"+e,a),n.logger.error(a)}}))}))})):t.forEach((function(t){e.forEach((function(e){n.loadOne(t+"|"+e,"re")}))}))},e.prototype.loadOne=function(t){var e=this,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"",r=t.split("|"),i=I(r,2),o=i[0],a=i[1];this.read(o,a,"read",null,null,(function(r,i){r&&e.logger.warn(n+"loading namespace "+a+" for language "+o+" failed",r),!r&&i&&e.logger.log(n+"loaded namespace "+a+" for language "+o,i),e.loaded(t,r,i)}))},e.prototype.saveMissing=function(t,e,n,r){this.backend&&this.backend.create&&this.backend.create(t,e,n,r),t&&t[0]&&this.store.addResource(t[0],e,n,r)},e}(c),z=H,U=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};var F=function(t){function e(n,r,i){var o=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{};!function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}(this,e);var a=function(t,e){if(!t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!e||"object"!=typeof e&&"function"!=typeof e?t:e}(this,t.call(this));return a.cache=n,a.store=r,a.services=i,a.options=o,a.logger=l.create("cacheConnector"),a.cache&&a.cache.init&&a.cache.init(i,o.cache,o),a}return function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function, not "+typeof e);t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,enumerable:!1,writable:!0,configurable:!0}}),e&&(Object.setPrototypeOf?Object.setPrototypeOf(t,e):function(t,e){for(var n=Object.getOwnPropertyNames(e),r=0;r<n.length;r++){var i=n[r],o=Object.getOwnPropertyDescriptor(e,i);o&&o.configurable&&void 0===t[i]&&Object.defineProperty(t,i,o)}}(t,e))}(e,t),e.prototype.load=function(t,e,n){var r=this;if(!this.cache)return n&&n();var i=U({},this.cache.options,this.options.cache),o="string"==typeof t?this.services.languageUtils.toResolveHierarchy(t):t;i.enabled?this.cache.load(o,(function(t,e){if(t&&r.logger.error("loading languages "+o.join(", ")+" from cache failed",t),e)for(var i in e)if(Object.prototype.hasOwnProperty.call(e,i))for(var a in e[i])if(Object.prototype.hasOwnProperty.call(e[i],a)&&"i18nStamp"!==a){var s=e[i][a];s&&r.store.addResourceBundle(i,a,s)}n&&n()})):n&&n()},e.prototype.save=function(){this.cache&&this.options.cache&&this.options.cache.enabled&&this.cache.save(this.store.data)},e}(c),$=F;function q(t){return"string"==typeof t.ns&&(t.ns=[t.ns]),"string"==typeof t.fallbackLng&&(t.fallbackLng=[t.fallbackLng]),"string"==typeof t.fallbackNS&&(t.fallbackNS=[t.fallbackNS]),t.whitelist&&t.whitelist.indexOf("cimode")<0&&t.whitelist.push("cimode"),t}var W=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 G(t,e){if(!t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!e||"object"!=typeof e&&"function"!=typeof e?t:e}function Z(){}var K=function(t){function e(){var n=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},r=arguments[1];!function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}(this,e);var i=G(this,t.call(this));if(i.options=q(n),i.services={},i.logger=l,i.modules={external:[]},r&&!i.isInitialized&&!n.isClone){var o;if(!i.options.initImmediate)return o=i.init(n,r),G(i,o);setTimeout((function(){i.init(n,r)}),0)}return i}return function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function, not "+typeof e);t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,enumerable:!1,writable:!0,configurable:!0}}),e&&(Object.setPrototypeOf?Object.setPrototypeOf(t,e):function(t,e){for(var n=Object.getOwnPropertyNames(e),r=0;r<n.length;r++){var i=n[r],o=Object.getOwnPropertyDescriptor(e,i);o&&o.configurable&&void 0===t[i]&&Object.defineProperty(t,i,o)}}(t,e))}(e,t),e.prototype.init=function(t,e){var n,r=this;function i(t){return t?"function"==typeof t?new t:t:null}if("function"==typeof t&&(e=t,t={}),t||(t={}),"v1"===t.compatibilityAPI?this.options=W({},{debug:!1,initImmediate:!0,ns:["translation"],defaultNS:["translation"],fallbackLng:["dev"],fallbackNS:!1,whitelist:!1,nonExplicitWhitelist:!1,load:"all",preload:!1,simplifyPluralSuffix:!0,keySeparator:".",nsSeparator:":",pluralSeparator:"_",contextSeparator:"_",saveMissing:!1,saveMissingTo:"fallback",missingKeyHandler:!1,postProcess:!1,returnNull:!0,returnEmptyString:!0,returnObjects:!1,joinArrays:!1,returnedObjectHandler:function(){},parseMissingKeyHandler:!1,appendNamespaceToMissingKey:!1,appendNamespaceToCIMode:!1,overloadTranslationOptionHandler:function(t){return{defaultValue:t[1]}},interpolation:{escapeValue:!0,format:function(t,e,n){return t},prefix:"{{",suffix:"}}",formatSeparator:",",unescapePrefix:"-",nestingPrefix:"$t(",nestingSuffix:")",defaultVariables:void 0}},q(function(t){return t.resStore&&(t.resources=t.resStore),t.ns&&t.ns.defaultNs?(t.defaultNS=t.ns.defaultNs,t.ns=t.ns.namespaces):t.defaultNS=t.ns||"translation",t.fallbackToDefaultNS&&t.defaultNS&&(t.fallbackNS=t.defaultNS),t.saveMissing=t.sendMissing,t.saveMissingTo=t.sendMissingTo||"current",t.returnNull=!t.fallbackOnNull,t.returnEmptyString=!t.fallbackOnEmpty,t.returnObjects=t.returnObjectTrees,t.joinArrays="\n",t.returnedObjectHandler=t.objectTreeKeyHandler,t.parseMissingKeyHandler=t.parseMissingKey,t.appendNamespaceToMissingKey=!0,t.nsSeparator=t.nsseparator||":",t.keySeparator=t.keyseparator||".","sprintf"===t.shortcutFunction&&(t.overloadTranslationOptionHandler=function(t){for(var e=[],n=1;n<t.length;n++)e.push(t[n]);return{postProcess:"sprintf",sprintf:e}}),t.whitelist=t.lngWhitelist,t.preload=t.preload,"current"===t.load&&(t.load="currentOnly"),"unspecific"===t.load&&(t.load="languageOnly"),t.backend=t.backend||{},t.backend.loadPath=t.resGetPath||"locales/__lng__/__ns__.json",t.backend.addPath=t.resPostPath||"locales/add/__lng__/__ns__",t.backend.allowMultiLoading=t.dynamicLoad,t.cache=t.cache||{},t.cache.prefix="res_",t.cache.expirationTime=6048e5,t.cache.enabled=t.useLocalStorage,(t=k(t)).defaultVariables&&(t.interpolation.defaultVariables=t.defaultVariables),t}(t)),{}):"v1"===t.compatibilityJSON?this.options=W({},{debug:!1,initImmediate:!0,ns:["translation"],defaultNS:["translation"],fallbackLng:["dev"],fallbackNS:!1,whitelist:!1,nonExplicitWhitelist:!1,load:"all",preload:!1,simplifyPluralSuffix:!0,keySeparator:".",nsSeparator:":",pluralSeparator:"_",contextSeparator:"_",saveMissing:!1,saveMissingTo:"fallback",missingKeyHandler:!1,postProcess:!1,returnNull:!0,returnEmptyString:!0,returnObjects:!1,joinArrays:!1,returnedObjectHandler:function(){},parseMissingKeyHandler:!1,appendNamespaceToMissingKey:!1,appendNamespaceToCIMode:!1,overloadTranslationOptionHandler:function(t){return{defaultValue:t[1]}},interpolation:{escapeValue:!0,format:function(t,e,n){return t},prefix:"{{",suffix:"}}",formatSeparator:",",unescapePrefix:"-",nestingPrefix:"$t(",nestingSuffix:")",defaultVariables:void 0}},q(function(t){return(t=k(t)).joinArrays="\n",t}(t)),{}):this.options=W({},{debug:!1,initImmediate:!0,ns:["translation"],defaultNS:["translation"],fallbackLng:["dev"],fallbackNS:!1,whitelist:!1,nonExplicitWhitelist:!1,load:"all",preload:!1,simplifyPluralSuffix:!0,keySeparator:".",nsSeparator:":",pluralSeparator:"_",contextSeparator:"_",saveMissing:!1,saveMissingTo:"fallback",missingKeyHandler:!1,postProcess:!1,returnNull:!0,returnEmptyString:!0,returnObjects:!1,joinArrays:!1,returnedObjectHandler:function(){},parseMissingKeyHandler:!1,appendNamespaceToMissingKey:!1,appendNamespaceToCIMode:!1,overloadTranslationOptionHandler:function(t){return{defaultValue:t[1]}},interpolation:{escapeValue:!0,format:function(t,e,n){return t},prefix:"{{",suffix:"}}",formatSeparator:",",unescapePrefix:"-",nestingPrefix:"$t(",nestingSuffix:")",defaultVariables:void 0}},this.options,q(t)),this.format=this.options.interpolation.format,e||(e=Z),!this.options.isClone){this.modules.logger?l.init(i(this.modules.logger),this.options):l.init(null,this.options);var o=new P(this.options);this.store=new _(this.options.resources,this.options);var a=this.services;a.logger=l,a.resourceStore=this.store,a.resourceStore.on("added removed",(function(t,e){a.cacheConnector.save()})),a.languageUtils=o,a.pluralResolver=new D(o,{prepend:this.options.pluralSeparator,compatibilityJSON:this.options.compatibilityJSON,simplifyPluralSuffix:this.options.simplifyPluralSuffix}),a.interpolator=new L(this.options),a.backendConnector=new z(i(this.modules.backend),a.resourceStore,a,this.options),a.backendConnector.on("*",(function(t){for(var e=arguments.length,n=Array(e>1?e-1:0),i=1;i<e;i++)n[i-1]=arguments[i];r.emit.apply(r,[t].concat(n))})),a.backendConnector.on("loaded",(function(t){a.cacheConnector.save()})),a.cacheConnector=new $(i(this.modules.cache),a.resourceStore,a,this.options),a.cacheConnector.on("*",(function(t){for(var e=arguments.length,n=Array(e>1?e-1:0),i=1;i<e;i++)n[i-1]=arguments[i];r.emit.apply(r,[t].concat(n))})),this.modules.languageDetector&&(a.languageDetector=i(this.modules.languageDetector),a.languageDetector.init(a,this.options.detection,this.options)),this.translator=new S(this.services,this.options),this.translator.on("*",(function(t){for(var e=arguments.length,n=Array(e>1?e-1:0),i=1;i<e;i++)n[i-1]=arguments[i];r.emit.apply(r,[t].concat(n))})),this.modules.external.forEach((function(t){t.init&&t.init(r)}))}["getResource","addResource","addResources","addResourceBundle","removeResourceBundle","hasResourceBundle","getResourceBundle"].forEach((function(t){r[t]=function(){var e;return(e=r.store)[t].apply(e,arguments)}})),"v1"===this.options.compatibilityAPI&&((n=this).lng=function(){return l.deprecate("i18next.lng() can be replaced by i18next.language for detected language or i18next.languages for languages ordered by translation lookup."),n.services.languageUtils.toResolveHierarchy(n.language)[0]},n.preload=function(t,e){l.deprecate("i18next.preload() can be replaced with i18next.loadLanguages()"),n.loadLanguages(t,e)},n.setLng=function(t,e,r){return l.deprecate("i18next.setLng() can be replaced with i18next.changeLanguage() or i18next.getFixedT() to get a translation function with fixed language or namespace."),"function"==typeof e&&(r=e,e={}),e||(e={}),!0===e.fixLng&&r?r(null,n.getFixedT(t)):n.changeLanguage(t,r)},n.addPostProcessor=function(t,e){l.deprecate("i18next.addPostProcessor() can be replaced by i18next.use({ type: 'postProcessor', name: 'name', process: fc })"),n.use({type:"postProcessor",name:t,process:e})});var s=function(){r.changeLanguage(r.options.lng,(function(t,n){r.isInitialized=!0,r.logger.log("initialized",r.options),r.emit("initialized",r.options),e(t,n)}))};return this.options.resources||!this.options.initImmediate?s():setTimeout(s,0),this},e.prototype.loadResources=function(){var t=this,e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:Z;if(this.options.resources)e(null);else{if(this.language&&"cimode"===this.language.toLowerCase())return e();var n=[],r=function(e){e&&t.services.languageUtils.toResolveHierarchy(e).forEach((function(t){n.indexOf(t)<0&&n.push(t)}))};this.language?r(this.language):this.services.languageUtils.getFallbackCodes(this.options.fallbackLng).forEach((function(t){return r(t)})),this.options.preload&&this.options.preload.forEach((function(t){return r(t)})),this.services.cacheConnector.load(n,this.options.ns,(function(){t.services.backendConnector.load(n,t.options.ns,e)}))}},e.prototype.reloadResources=function(t,e){t||(t=this.languages),e||(e=this.options.ns),this.services.backendConnector.reload(t,e)},e.prototype.use=function(t){return"backend"===t.type&&(this.modules.backend=t),"cache"===t.type&&(this.modules.cache=t),("logger"===t.type||t.log&&t.warn&&t.error)&&(this.modules.logger=t),"languageDetector"===t.type&&(this.modules.languageDetector=t),"postProcessor"===t.type&&x.addPostProcessor(t),"3rdParty"===t.type&&this.modules.external.push(t),this},e.prototype.changeLanguage=function(t,e){var n=this,r=function(t){t&&(n.language=t,n.languages=n.services.languageUtils.toResolveHierarchy(t),n.translator.changeLanguage(t),n.services.languageDetector&&n.services.languageDetector.cacheUserLanguage(t)),n.loadResources((function(r){!function(t,r){r&&(n.emit("languageChanged",r),n.logger.log("languageChanged",r)),e&&e(t,(function(){return n.t.apply(n,arguments)}))}(r,t)}))};t||!this.services.languageDetector||this.services.languageDetector.async?!t&&this.services.languageDetector&&this.services.languageDetector.async?this.services.languageDetector.detect(r):r(t):r(this.services.languageDetector.detect())},e.prototype.getFixedT=function(t,e){var n=this,r=function t(e){var r=W({},arguments.length>1&&void 0!==arguments[1]?arguments[1]:{});return r.lng=r.lng||t.lng,r.lngs=r.lngs||t.lngs,r.ns=r.ns||t.ns,n.t(e,r)};return"string"==typeof t?r.lng=t:r.lngs=t,r.ns=e,r},e.prototype.t=function(){var t;return this.translator&&(t=this.translator).translate.apply(t,arguments)},e.prototype.exists=function(){var t;return this.translator&&(t=this.translator).exists.apply(t,arguments)},e.prototype.setDefaultNamespace=function(t){this.options.defaultNS=t},e.prototype.loadNamespaces=function(t,e){var n=this;if(!this.options.ns)return e&&e();"string"==typeof t&&(t=[t]),t.forEach((function(t){n.options.ns.indexOf(t)<0&&n.options.ns.push(t)})),this.loadResources(e)},e.prototype.loadLanguages=function(t,e){"string"==typeof t&&(t=[t]);var n=this.options.preload||[],r=t.filter((function(t){return n.indexOf(t)<0}));if(!r.length)return e();this.options.preload=n.concat(r),this.loadResources(e)},e.prototype.dir=function(t){return t||(t=this.languages&&this.languages.length>0?this.languages[0]:this.language),t?["ar","shu","sqr","ssh","xaa","yhd","yud","aao","abh","abv","acm","acq","acw","acx","acy","adf","ads","aeb","aec","afb","ajp","apc","apd","arb","arq","ars","ary","arz","auz","avl","ayh","ayl","ayn","ayp","bbz","pga","he","iw","ps","pbt","pbu","pst","prp","prd","ur","ydd","yds","yih","ji","yi","hbo","men","xmn","fa","jpr","peo","pes","prs","dv","sam"].indexOf(this.services.languageUtils.getLanguagePartFromCode(t))>=0?"rtl":"ltr":"rtl"},e.prototype.createInstance=function(){return new e(arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},arguments[1])},e.prototype.cloneInstance=function(){var t=this,n=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:Z,i=W({},this.options,n,{isClone:!0}),o=new e(i,r);return["store","services","language"].forEach((function(e){o[e]=t[e]})),o.translator=new S(o.services,o.options),o.translator.on("*",(function(t){for(var e=arguments.length,n=Array(e>1?e-1:0),r=1;r<e;r++)n[r-1]=arguments[r];o.emit.apply(o,[t].concat(n))})),o.init(i,r),o},e}(c),X=new K,Y=X,J=(X.changeLanguage.bind(X),X.cloneInstance.bind(X),X.createInstance.bind(X),X.dir.bind(X),X.exists.bind(X),X.getFixedT.bind(X),X.init.bind(X),X.loadLanguages.bind(X),X.loadNamespaces.bind(X),X.loadResources.bind(X),X.off.bind(X),X.on.bind(X),X.setDefaultNamespace.bind(X),X.t.bind(X),X.use.bind(X),n(788)),Q=n(9482),tt=[{id:"az",title:"Azərbaycanca"},{id:"br",title:"Brazil"},{id:"de",title:"Deutsch"},{id:"en",title:"English"},{id:"es",title:"Español"},{id:"fr",title:"Français"},{id:"he",title:"Hebrew"},{id:"isv",abbr:"Ⱄ",title:"Medžuslovjansky"},{id:"ja",title:"日本語"},{id:"kr",title:"한국어"},{id:"nl",title:"Nederlands"},{id:"pl",title:"Polski"},{id:"ru",title:"Русский"},{id:"sv",title:"Svenska"},{id:"tr",title:"Türkçe"},{id:"zh",title:"中文"}];function et(){return new Promise(function(){var t=(0,r.A)(i.mark((function t(e,o){var a;return i.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.next=2,Promise.all(tt.map((function(t){return t.id})).map(function(){var t=(0,r.A)(i.mark((function t(e){var r;return i.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.next=2,n(9604)("./".concat(e,".json"));case 2:r=t.sent,nt(e,JSON.parse(r.default));case 4:case"end":return t.stop()}}),t)})));return function(e){return t.apply(this,arguments)}}()));case 2:a=Q.A.getLanguage()||"en",Y.init({lng:a,interpolation:{escapeValue:!1},fallbackLng:"en"},(function(t){return t?o(t):e()})),Y.on("initialized",(function(){var t=Y.services.pluralResolver;t.addRule("isv",t.getRule("be"))})),(0,J.A)("init_language",{language:a});case 6:case"end":return t.stop()}}),t)})));return function(e,n){return t.apply(this,arguments)}}())}function nt(t,e){Y.on("initialized",(function(){Y.services.resourceStore.addResourceBundle(t,Y.options.ns[0],e,!0,!0)}))}var rt=Y},7877:function(t,e,n){"use strict";n.d(e,{Kc:function(){return r},_8:function(){return i}});const r=()=>new Promise((t=>{const e=()=>{if(globalThis.allureReportDataReady)return t(!0);setTimeout(e,30)};e()})),i=async(t,e="application/octet-stream")=>{if(globalThis.allureReportData){const n=t.replace(/\?attachment$/,"");return`data:${e};base64,${await(async t=>(await r(),new Promise(((e,n)=>globalThis.allureReportData[t]?e(globalThis.allureReportData[t]):n(new Error(`Data "${t}" not found!`))))))(n)}`}const n=globalThis.document.head.querySelector("base")?.href??"https://localhost",i=new URL(t,n),o=globalThis.localStorage.getItem("__allure_report_live_reload_hash__");return o&&i.searchParams.set("live_reload_hash",o),i.pathname+i.search+i.hash}},4949:function(t,e,n){"use strict";function r(t,e,n,r,i){var o={};return Object.keys(r).forEach((function(t){o[t]=r[t]})),o.enumerable=!!o.enumerable,o.configurable=!!o.configurable,("value"in o||o.initializer)&&(o.writable=!0),o=n.slice().reverse().reduce((function(n,r){return r(t,e,n)||n}),o),i&&void 0!==o.initializer&&(o.value=o.initializer?o.initializer.call(i):void 0,o.initializer=void 0),void 0===o.initializer?(Object.defineProperty(t,e,o),null):o}n.d(e,{A:function(){return r}})},2463:function(t,e,n){"use strict";function r(t,e,n,r,i,o,a){try{var s=t[o](a),l=s.value}catch(t){return void n(t)}s.done?e(l):Promise.resolve(l).then(r,i)}function i(t){return function(){var e=this,n=arguments;return new Promise((function(i,o){var a=t.apply(e,n);function s(t){r(a,i,o,s,l,"next",t)}function l(t){r(a,i,o,s,l,"throw",t)}s(void 0)}))}}n.d(e,{A:function(){return i}})},9689:function(t,e,n){"use strict";function r(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}n.d(e,{A:function(){return r}})},1473:function(t,e,n){"use strict";n.d(e,{A:function(){return o}});var r=n(2740);function i(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,(0,r.A)(i.key),i)}}function o(t,e,n){return e&&i(t.prototype,e),n&&i(t,n),Object.defineProperty(t,"prototype",{writable:!1}),t}},3959:function(t,e,n){"use strict";n.d(e,{A:function(){return i}});var r=n(2740);function i(t,e,n){return(e=(0,r.A)(e))in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}},251:function(t,e,n){"use strict";n.d(e,{A:function(){return i}});var r=n(854);function i(){return i="undefined"!=typeof Reflect&&Reflect.get?Reflect.get.bind():function(t,e,n){var i=function(t,e){for(;!{}.hasOwnProperty.call(t,e)&&null!==(t=(0,r.A)(t)););return t}(t,e);if(i){var o=Object.getOwnPropertyDescriptor(i,e);return o.get?o.get.call(arguments.length<3?t:n):o.value}},i.apply(null,arguments)}},854:function(t,e,n){"use strict";function r(t){return r=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(t){return t.__proto__||Object.getPrototypeOf(t)},r(t)}n.d(e,{A:function(){return r}})},8341:function(t,e,n){"use strict";function r(t,e){return r=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(t,e){return t.__proto__=e,t},r(t,e)}function i(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),Object.defineProperty(t,"prototype",{writable:!1}),e&&r(t,e)}n.d(e,{A:function(){return i}})},6280:function(t,e,n){"use strict";n.d(e,{A:function(){return i}});var r=n(256);function i(t,e){if(e&&("object"==(0,r.A)(e)||"function"==typeof e))return e;if(void 0!==e)throw new TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(t)}},2740:function(t,e,n){"use strict";n.d(e,{A:function(){return i}});var r=n(256);function i(t){var e=function(t,e){if("object"!=(0,r.A)(t)||!t)return t;var n=t[Symbol.toPrimitive];if(void 0!==n){var i=n.call(t,"string");if("object"!=(0,r.A)(i))return i;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(t)}(t);return"symbol"==(0,r.A)(e)?e:e+""}},256:function(t,e,n){"use strict";function r(t){return r="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},r(t)}n.d(e,{A:function(){return r}})},3352:function(t,e,n){"use strict";n.r(e),n.d(e,{VERSION:function(){return i},after:function(){return De},all:function(){return tn},allKeys:function(){return gt},any:function(){return en},assign:function(){return Dt},before:function(){return Ne},bind:function(){return xe},bindAll:function(){return Ae},chain:function(){return ye},chunk:function(){return Bn},clone:function(){return Bt},collect:function(){return Ze},compact:function(){return En},compose:function(){return Re},constant:function(){return J},contains:function(){return nn},countBy:function(){return vn},create:function(){return Lt},debounce:function(){return Pe},default:function(){return Fn},defaults:function(){return Nt},defer:function(){return Se},delay:function(){return Ee},detect:function(){return qe},difference:function(){return jn},drop:function(){return An},each:function(){return Ge},escape:function(){return ae},every:function(){return tn},extend:function(){return Rt},extendOwn:function(){return Dt},filter:function(){return Je},find:function(){return qe},findIndex:function(){return Ie},findKey:function(){return Le},findLastIndex:function(){return He},findWhere:function(){return We},first:function(){return Cn},flatten:function(){return Sn},foldl:function(){return Xe},foldr:function(){return Ye},forEach:function(){return Ge},functions:function(){return Tt},get:function(){return Ft},groupBy:function(){return mn},has:function(){return $t},head:function(){return Cn},identity:function(){return qt},include:function(){return nn},includes:function(){return nn},indexBy:function(){return gn},indexOf:function(){return Fe},initial:function(){return kn},inject:function(){return Xe},intersection:function(){return Rn},invert:function(){return Pt},invoke:function(){return rn},isArguments:function(){return K},isArray:function(){return W},isArrayBuffer:function(){return L},isBoolean:function(){return S},isDataView:function(){return q},isDate:function(){return R},isElement:function(){return j},isEmpty:function(){return lt},isEqual:function(){return mt},isError:function(){return N},isFinite:function(){return X},isFunction:function(){return H},isMap:function(){return Ct},isMatch:function(){return ut},isNaN:function(){return Y},isNull:function(){return O},isNumber:function(){return M},isObject:function(){return A},isRegExp:function(){return D},isSet:function(){return Ot},isString:function(){return T},isSymbol:function(){return V},isTypedArray:function(){return it},isUndefined:function(){return E},isWeakMap:function(){return At},isWeakSet:function(){return Et},iteratee:function(){return Xt},keys:function(){return st},last:function(){return On},lastIndexOf:function(){return $e},map:function(){return Ze},mapObject:function(){return Jt},matcher:function(){return Wt},matches:function(){return Wt},max:function(){return sn},memoize:function(){return Oe},methods:function(){return Tt},min:function(){return ln},mixin:function(){return Hn},negate:function(){return Me},noop:function(){return Qt},now:function(){return re},object:function(){return Vn},omit:function(){return xn},once:function(){return Ve},pairs:function(){return jt},partial:function(){return _e},partition:function(){return yn},pick:function(){return _n},pluck:function(){return on},property:function(){return Gt},propertyOf:function(){return te},random:function(){return ne},range:function(){return Ln},reduce:function(){return Xe},reduceRight:function(){return Ye},reject:function(){return Qe},rest:function(){return An},restArguments:function(){return C},result:function(){return me},sample:function(){return fn},select:function(){return Je},shuffle:function(){return hn},size:function(){return bn},some:function(){return en},sortBy:function(){return dn},sortedIndex:function(){return ze},tail:function(){return An},take:function(){return Cn},tap:function(){return It},template:function(){return pe},templateSettings:function(){return le},throttle:function(){return je},times:function(){return ee},toArray:function(){return cn},toPath:function(){return Ht},transpose:function(){return Dn},unescape:function(){return se},union:function(){return Mn},uniq:function(){return Tn},unique:function(){return Tn},uniqueId:function(){return ve},unzip:function(){return Dn},values:function(){return St},where:function(){return an},without:function(){return Pn},wrap:function(){return Te},zip:function(){return Nn}});var r={};n.r(r),n.d(r,{VERSION:function(){return i},after:function(){return De},all:function(){return tn},allKeys:function(){return gt},any:function(){return en},assign:function(){return Dt},before:function(){return Ne},bind:function(){return xe},bindAll:function(){return Ae},chain:function(){return ye},chunk:function(){return Bn},clone:function(){return Bt},collect:function(){return Ze},compact:function(){return En},compose:function(){return Re},constant:function(){return J},contains:function(){return nn},countBy:function(){return vn},create:function(){return Lt},debounce:function(){return Pe},default:function(){return zn},defaults:function(){return Nt},defer:function(){return Se},delay:function(){return Ee},detect:function(){return qe},difference:function(){return jn},drop:function(){return An},each:function(){return Ge},escape:function(){return ae},every:function(){return tn},extend:function(){return Rt},extendOwn:function(){return Dt},filter:function(){return Je},find:function(){return qe},findIndex:function(){return Ie},findKey:function(){return Le},findLastIndex:function(){return He},findWhere:function(){return We},first:function(){return Cn},flatten:function(){return Sn},foldl:function(){return Xe},foldr:function(){return Ye},forEach:function(){return Ge},functions:function(){return Tt},get:function(){return Ft},groupBy:function(){return mn},has:function(){return $t},head:function(){return Cn},identity:function(){return qt},include:function(){return nn},includes:function(){return nn},indexBy:function(){return gn},indexOf:function(){return Fe},initial:function(){return kn},inject:function(){return Xe},intersection:function(){return Rn},invert:function(){return Pt},invoke:function(){return rn},isArguments:function(){return K},isArray:function(){return W},isArrayBuffer:function(){return L},isBoolean:function(){return S},isDataView:function(){return q},isDate:function(){return R},isElement:function(){return j},isEmpty:function(){return lt},isEqual:function(){return mt},isError:function(){return N},isFinite:function(){return X},isFunction:function(){return H},isMap:function(){return Ct},isMatch:function(){return ut},isNaN:function(){return Y},isNull:function(){return O},isNumber:function(){return M},isObject:function(){return A},isRegExp:function(){return D},isSet:function(){return Ot},isString:function(){return T},isSymbol:function(){return V},isTypedArray:function(){return it},isUndefined:function(){return E},isWeakMap:function(){return At},isWeakSet:function(){return Et},iteratee:function(){return Xt},keys:function(){return st},last:function(){return On},lastIndexOf:function(){return $e},map:function(){return Ze},mapObject:function(){return Jt},matcher:function(){return Wt},matches:function(){return Wt},max:function(){return sn},memoize:function(){return Oe},methods:function(){return Tt},min:function(){return ln},mixin:function(){return Hn},negate:function(){return Me},noop:function(){return Qt},now:function(){return re},object:function(){return Vn},omit:function(){return xn},once:function(){return Ve},pairs:function(){return jt},partial:function(){return _e},partition:function(){return yn},pick:function(){return _n},pluck:function(){return on},property:function(){return Gt},propertyOf:function(){return te},random:function(){return ne},range:function(){return Ln},reduce:function(){return Xe},reduceRight:function(){return Ye},reject:function(){return Qe},rest:function(){return An},restArguments:function(){return C},result:function(){return me},sample:function(){return fn},select:function(){return Je},shuffle:function(){return hn},size:function(){return bn},some:function(){return en},sortBy:function(){return dn},sortedIndex:function(){return ze},tail:function(){return An},take:function(){return Cn},tap:function(){return It},template:function(){return pe},templateSettings:function(){return le},throttle:function(){return je},times:function(){return ee},toArray:function(){return cn},toPath:function(){return Ht},transpose:function(){return Dn},unescape:function(){return se},union:function(){return Mn},uniq:function(){return Tn},unique:function(){return Tn},uniqueId:function(){return ve},unzip:function(){return Dn},values:function(){return St},where:function(){return an},without:function(){return Pn},wrap:function(){return Te},zip:function(){return Nn}});var i="1.13.6",o="object"==typeof self&&self.self===self&&self||"object"==typeof global&&global.global===global&&global||Function("return this")()||{},a=Array.prototype,s=Object.prototype,l="undefined"!=typeof Symbol?Symbol.prototype:null,u=a.push,c=a.slice,f=s.toString,h=s.hasOwnProperty,d="undefined"!=typeof ArrayBuffer,p="undefined"!=typeof DataView,m=Array.isArray,g=Object.keys,v=Object.create,y=d&&ArrayBuffer.isView,b=isNaN,w=isFinite,_=!{toString:null}.propertyIsEnumerable("toString"),x=["valueOf","isPrototypeOf","toString","propertyIsEnumerable","hasOwnProperty","toLocaleString"],k=Math.pow(2,53)-1;function C(t,e){return e=null==e?t.length-1:+e,function(){for(var n=Math.max(arguments.length-e,0),r=Array(n),i=0;i<n;i++)r[i]=arguments[i+e];switch(e){case 0:return t.call(this,r);case 1:return t.call(this,arguments[0],r);case 2:return t.call(this,arguments[0],arguments[1],r)}var o=Array(e+1);for(i=0;i<e;i++)o[i]=arguments[i];return o[e]=r,t.apply(this,o)}}function A(t){var e=typeof t;return"function"===e||"object"===e&&!!t}function O(t){return null===t}function E(t){return void 0===t}function S(t){return!0===t||!1===t||"[object Boolean]"===f.call(t)}function j(t){return!(!t||1!==t.nodeType)}function P(t){var e="[object "+t+"]";return function(t){return f.call(t)===e}}var T=P("String"),M=P("Number"),R=P("Date"),D=P("RegExp"),N=P("Error"),V=P("Symbol"),L=P("ArrayBuffer"),B=P("Function"),I=o.document&&o.document.childNodes;"object"!=typeof Int8Array&&"function"!=typeof I&&(B=function(t){return"function"==typeof t||!1});var H=B,z=P("Object"),U=p&&z(new DataView(new ArrayBuffer(8))),F="undefined"!=typeof Map&&z(new Map),$=P("DataView"),q=U?function(t){return null!=t&&H(t.getInt8)&&L(t.buffer)}:$,W=m||P("Array");function G(t,e){return null!=t&&h.call(t,e)}var Z=P("Arguments");!function(){Z(arguments)||(Z=function(t){return G(t,"callee")})}();var K=Z;function X(t){return!V(t)&&w(t)&&!isNaN(parseFloat(t))}function Y(t){return M(t)&&b(t)}function J(t){return function(){return t}}function Q(t){return function(e){var n=t(e);return"number"==typeof n&&n>=0&&n<=k}}function tt(t){return function(e){return null==e?void 0:e[t]}}var et=tt("byteLength"),nt=Q(et),rt=/\[object ((I|Ui)nt(8|16|32)|Float(32|64)|Uint8Clamped|Big(I|Ui)nt64)Array\]/,it=d?function(t){return y?y(t)&&!q(t):nt(t)&&rt.test(f.call(t))}:J(!1),ot=tt("length");function at(t,e){e=function(t){for(var e={},n=t.length,r=0;r<n;++r)e[t[r]]=!0;return{contains:function(t){return!0===e[t]},push:function(n){return e[n]=!0,t.push(n)}}}(e);var n=x.length,r=t.constructor,i=H(r)&&r.prototype||s,o="constructor";for(G(t,o)&&!e.contains(o)&&e.push(o);n--;)(o=x[n])in t&&t[o]!==i[o]&&!e.contains(o)&&e.push(o)}function st(t){if(!A(t))return[];if(g)return g(t);var e=[];for(var n in t)G(t,n)&&e.push(n);return _&&at(t,e),e}function lt(t){if(null==t)return!0;var e=ot(t);return"number"==typeof e&&(W(t)||T(t)||K(t))?0===e:0===ot(st(t))}function ut(t,e){var n=st(e),r=n.length;if(null==t)return!r;for(var i=Object(t),o=0;o<r;o++){var a=n[o];if(e[a]!==i[a]||!(a in i))return!1}return!0}function ct(t){return t instanceof ct?t:this instanceof ct?void(this._wrapped=t):new ct(t)}function ft(t){return new Uint8Array(t.buffer||t,t.byteOffset||0,et(t))}ct.VERSION=i,ct.prototype.value=function(){return this._wrapped},ct.prototype.valueOf=ct.prototype.toJSON=ct.prototype.value,ct.prototype.toString=function(){return String(this._wrapped)};var ht="[object DataView]";function dt(t,e,n,r){if(t===e)return 0!==t||1/t==1/e;if(null==t||null==e)return!1;if(t!=t)return e!=e;var i=typeof t;return("function"===i||"object"===i||"object"==typeof e)&&pt(t,e,n,r)}function pt(t,e,n,r){t instanceof ct&&(t=t._wrapped),e instanceof ct&&(e=e._wrapped);var i=f.call(t);if(i!==f.call(e))return!1;if(U&&"[object Object]"==i&&q(t)){if(!q(e))return!1;i=ht}switch(i){case"[object RegExp]":case"[object String]":return""+t==""+e;case"[object Number]":return+t!=+t?+e!=+e:0==+t?1/+t==1/e:+t==+e;case"[object Date]":case"[object Boolean]":return+t==+e;case"[object Symbol]":return l.valueOf.call(t)===l.valueOf.call(e);case"[object ArrayBuffer]":case ht:return pt(ft(t),ft(e),n,r)}var o="[object Array]"===i;if(!o&&it(t)){if(et(t)!==et(e))return!1;if(t.buffer===e.buffer&&t.byteOffset===e.byteOffset)return!0;o=!0}if(!o){if("object"!=typeof t||"object"!=typeof e)return!1;var a=t.constructor,s=e.constructor;if(a!==s&&!(H(a)&&a instanceof a&&H(s)&&s instanceof s)&&"constructor"in t&&"constructor"in e)return!1}r=r||[];for(var u=(n=n||[]).length;u--;)if(n[u]===t)return r[u]===e;if(n.push(t),r.push(e),o){if((u=t.length)!==e.length)return!1;for(;u--;)if(!dt(t[u],e[u],n,r))return!1}else{var c,h=st(t);if(u=h.length,st(e).length!==u)return!1;for(;u--;)if(!G(e,c=h[u])||!dt(t[c],e[c],n,r))return!1}return n.pop(),r.pop(),!0}function mt(t,e){return dt(t,e)}function gt(t){if(!A(t))return[];var e=[];for(var n in t)e.push(n);return _&&at(t,e),e}function vt(t){var e=ot(t);return function(n){if(null==n)return!1;var r=gt(n);if(ot(r))return!1;for(var i=0;i<e;i++)if(!H(n[t[i]]))return!1;return t!==xt||!H(n[yt])}}var yt="forEach",bt=["clear","delete"],wt=["get","has","set"],_t=bt.concat(yt,wt),xt=bt.concat(wt),kt=["add"].concat(bt,yt,"has"),Ct=F?vt(_t):P("Map"),At=F?vt(xt):P("WeakMap"),Ot=F?vt(kt):P("Set"),Et=P("WeakSet");function St(t){for(var e=st(t),n=e.length,r=Array(n),i=0;i<n;i++)r[i]=t[e[i]];return r}function jt(t){for(var e=st(t),n=e.length,r=Array(n),i=0;i<n;i++)r[i]=[e[i],t[e[i]]];return r}function Pt(t){for(var e={},n=st(t),r=0,i=n.length;r<i;r++)e[t[n[r]]]=n[r];return e}function Tt(t){var e=[];for(var n in t)H(t[n])&&e.push(n);return e.sort()}function Mt(t,e){return function(n){var r=arguments.length;if(e&&(n=Object(n)),r<2||null==n)return n;for(var i=1;i<r;i++)for(var o=arguments[i],a=t(o),s=a.length,l=0;l<s;l++){var u=a[l];e&&void 0!==n[u]||(n[u]=o[u])}return n}}var Rt=Mt(gt),Dt=Mt(st),Nt=Mt(gt,!0);function Vt(t){if(!A(t))return{};if(v)return v(t);var e=function(){};e.prototype=t;var n=new e;return e.prototype=null,n}function Lt(t,e){var n=Vt(t);return e&&Dt(n,e),n}function Bt(t){return A(t)?W(t)?t.slice():Rt({},t):t}function It(t,e){return e(t),t}function Ht(t){return W(t)?t:[t]}function zt(t){return ct.toPath(t)}function Ut(t,e){for(var n=e.length,r=0;r<n;r++){if(null==t)return;t=t[e[r]]}return n?t:void 0}function Ft(t,e,n){var r=Ut(t,zt(e));return E(r)?n:r}function $t(t,e){for(var n=(e=zt(e)).length,r=0;r<n;r++){var i=e[r];if(!G(t,i))return!1;t=t[i]}return!!n}function qt(t){return t}function Wt(t){return t=Dt({},t),function(e){return ut(e,t)}}function Gt(t){return t=zt(t),function(e){return Ut(e,t)}}function Zt(t,e,n){if(void 0===e)return t;switch(null==n?3:n){case 1:return function(n){return t.call(e,n)};case 3:return function(n,r,i){return t.call(e,n,r,i)};case 4:return function(n,r,i,o){return t.call(e,n,r,i,o)}}return function(){return t.apply(e,arguments)}}function Kt(t,e,n){return null==t?qt:H(t)?Zt(t,e,n):A(t)&&!W(t)?Wt(t):Gt(t)}function Xt(t,e){return Kt(t,e,1/0)}function Yt(t,e,n){return ct.iteratee!==Xt?ct.iteratee(t,e):Kt(t,e,n)}function Jt(t,e,n){e=Yt(e,n);for(var r=st(t),i=r.length,o={},a=0;a<i;a++){var s=r[a];o[s]=e(t[s],s,t)}return o}function Qt(){}function te(t){return null==t?Qt:function(e){return Ft(t,e)}}function ee(t,e,n){var r=Array(Math.max(0,t));e=Zt(e,n,1);for(var i=0;i<t;i++)r[i]=e(i);return r}function ne(t,e){return null==e&&(e=t,t=0),t+Math.floor(Math.random()*(e-t+1))}ct.toPath=Ht,ct.iteratee=Xt;var re=Date.now||function(){return(new Date).getTime()};function ie(t){var e=function(e){return t[e]},n="(?:"+st(t).join("|")+")",r=RegExp(n),i=RegExp(n,"g");return function(t){return t=null==t?"":""+t,r.test(t)?t.replace(i,e):t}}var oe={"&":"&","<":"<",">":">",'"':""","'":"'","`":"`"},ae=ie(oe),se=ie(Pt(oe)),le=ct.templateSettings={evaluate:/<%([\s\S]+?)%>/g,interpolate:/<%=([\s\S]+?)%>/g,escape:/<%-([\s\S]+?)%>/g},ue=/(.)^/,ce={"'":"'","\\":"\\","\r":"r","\n":"n","\u2028":"u2028","\u2029":"u2029"},fe=/\\|'|\r|\n|\u2028|\u2029/g;function he(t){return"\\"+ce[t]}var de=/^\s*(\w|\$)+\s*$/;function pe(t,e,n){!e&&n&&(e=n),e=Nt({},e,ct.templateSettings);var r=RegExp([(e.escape||ue).source,(e.interpolate||ue).source,(e.evaluate||ue).source].join("|")+"|$","g"),i=0,o="__p+='";t.replace(r,(function(e,n,r,a,s){return o+=t.slice(i,s).replace(fe,he),i=s+e.length,n?o+="'+\n((__t=("+n+"))==null?'':_.escape(__t))+\n'":r?o+="'+\n((__t=("+r+"))==null?'':__t)+\n'":a&&(o+="';\n"+a+"\n__p+='"),e})),o+="';\n";var a,s=e.variable;if(s){if(!de.test(s))throw new Error("variable is not a bare identifier: "+s)}else o="with(obj||{}){\n"+o+"}\n",s="obj";o="var __t,__p='',__j=Array.prototype.join,print=function(){__p+=__j.call(arguments,'');};\n"+o+"return __p;\n";try{a=new Function(s,"_",o)}catch(t){throw t.source=o,t}var l=function(t){return a.call(this,t,ct)};return l.source="function("+s+"){\n"+o+"}",l}function me(t,e,n){var r=(e=zt(e)).length;if(!r)return H(n)?n.call(t):n;for(var i=0;i<r;i++){var o=null==t?void 0:t[e[i]];void 0===o&&(o=n,i=r),t=H(o)?o.call(t):o}return t}var ge=0;function ve(t){var e=++ge+"";return t?t+e:e}function ye(t){var e=ct(t);return e._chain=!0,e}function be(t,e,n,r,i){if(!(r instanceof e))return t.apply(n,i);var o=Vt(t.prototype),a=t.apply(o,i);return A(a)?a:o}var we=C((function(t,e){var n=we.placeholder,r=function(){for(var i=0,o=e.length,a=Array(o),s=0;s<o;s++)a[s]=e[s]===n?arguments[i++]:e[s];for(;i<arguments.length;)a.push(arguments[i++]);return be(t,r,this,this,a)};return r}));we.placeholder=ct;var _e=we,xe=C((function(t,e,n){if(!H(t))throw new TypeError("Bind must be called on a function");var r=C((function(i){return be(t,r,e,this,n.concat(i))}));return r})),ke=Q(ot);function Ce(t,e,n,r){if(r=r||[],e||0===e){if(e<=0)return r.concat(t)}else e=1/0;for(var i=r.length,o=0,a=ot(t);o<a;o++){var s=t[o];if(ke(s)&&(W(s)||K(s)))if(e>1)Ce(s,e-1,n,r),i=r.length;else for(var l=0,u=s.length;l<u;)r[i++]=s[l++];else n||(r[i++]=s)}return r}var Ae=C((function(t,e){var n=(e=Ce(e,!1,!1)).length;if(n<1)throw new Error("bindAll must be passed function names");for(;n--;){var r=e[n];t[r]=xe(t[r],t)}return t}));function Oe(t,e){var n=function(r){var i=n.cache,o=""+(e?e.apply(this,arguments):r);return G(i,o)||(i[o]=t.apply(this,arguments)),i[o]};return n.cache={},n}var Ee=C((function(t,e,n){return setTimeout((function(){return t.apply(null,n)}),e)})),Se=_e(Ee,ct,1);function je(t,e,n){var r,i,o,a,s=0;n||(n={});var l=function(){s=!1===n.leading?0:re(),r=null,a=t.apply(i,o),r||(i=o=null)},u=function(){var u=re();s||!1!==n.leading||(s=u);var c=e-(u-s);return i=this,o=arguments,c<=0||c>e?(r&&(clearTimeout(r),r=null),s=u,a=t.apply(i,o),r||(i=o=null)):r||!1===n.trailing||(r=setTimeout(l,c)),a};return u.cancel=function(){clearTimeout(r),s=0,r=i=o=null},u}function Pe(t,e,n){var r,i,o,a,s,l=function(){var u=re()-i;e>u?r=setTimeout(l,e-u):(r=null,n||(a=t.apply(s,o)),r||(o=s=null))},u=C((function(u){return s=this,o=u,i=re(),r||(r=setTimeout(l,e),n&&(a=t.apply(s,o))),a}));return u.cancel=function(){clearTimeout(r),r=o=s=null},u}function Te(t,e){return _e(e,t)}function Me(t){return function(){return!t.apply(this,arguments)}}function Re(){var t=arguments,e=t.length-1;return function(){for(var n=e,r=t[e].apply(this,arguments);n--;)r=t[n].call(this,r);return r}}function De(t,e){return function(){if(--t<1)return e.apply(this,arguments)}}function Ne(t,e){var n;return function(){return--t>0&&(n=e.apply(this,arguments)),t<=1&&(e=null),n}}var Ve=_e(Ne,2);function Le(t,e,n){e=Yt(e,n);for(var r,i=st(t),o=0,a=i.length;o<a;o++)if(e(t[r=i[o]],r,t))return r}function Be(t){return function(e,n,r){n=Yt(n,r);for(var i=ot(e),o=t>0?0:i-1;o>=0&&o<i;o+=t)if(n(e[o],o,e))return o;return-1}}var Ie=Be(1),He=Be(-1);function ze(t,e,n,r){for(var i=(n=Yt(n,r,1))(e),o=0,a=ot(t);o<a;){var s=Math.floor((o+a)/2);n(t[s])<i?o=s+1:a=s}return o}function Ue(t,e,n){return function(r,i,o){var a=0,s=ot(r);if("number"==typeof o)t>0?a=o>=0?o:Math.max(o+s,a):s=o>=0?Math.min(o+1,s):o+s+1;else if(n&&o&&s)return r[o=n(r,i)]===i?o:-1;if(i!=i)return(o=e(c.call(r,a,s),Y))>=0?o+a:-1;for(o=t>0?a:s-1;o>=0&&o<s;o+=t)if(r[o]===i)return o;return-1}}var Fe=Ue(1,Ie,ze),$e=Ue(-1,He);function qe(t,e,n){var r=(ke(t)?Ie:Le)(t,e,n);if(void 0!==r&&-1!==r)return t[r]}function We(t,e){return qe(t,Wt(e))}function Ge(t,e,n){var r,i;if(e=Zt(e,n),ke(t))for(r=0,i=t.length;r<i;r++)e(t[r],r,t);else{var o=st(t);for(r=0,i=o.length;r<i;r++)e(t[o[r]],o[r],t)}return t}function Ze(t,e,n){e=Yt(e,n);for(var r=!ke(t)&&st(t),i=(r||t).length,o=Array(i),a=0;a<i;a++){var s=r?r[a]:a;o[a]=e(t[s],s,t)}return o}function Ke(t){return function(e,n,r,i){var o=arguments.length>=3;return function(e,n,r,i){var o=!ke(e)&&st(e),a=(o||e).length,s=t>0?0:a-1;for(i||(r=e[o?o[s]:s],s+=t);s>=0&&s<a;s+=t){var l=o?o[s]:s;r=n(r,e[l],l,e)}return r}(e,Zt(n,i,4),r,o)}}var Xe=Ke(1),Ye=Ke(-1);function Je(t,e,n){var r=[];return e=Yt(e,n),Ge(t,(function(t,n,i){e(t,n,i)&&r.push(t)})),r}function Qe(t,e,n){return Je(t,Me(Yt(e)),n)}function tn(t,e,n){e=Yt(e,n);for(var r=!ke(t)&&st(t),i=(r||t).length,o=0;o<i;o++){var a=r?r[o]:o;if(!e(t[a],a,t))return!1}return!0}function en(t,e,n){e=Yt(e,n);for(var r=!ke(t)&&st(t),i=(r||t).length,o=0;o<i;o++){var a=r?r[o]:o;if(e(t[a],a,t))return!0}return!1}function nn(t,e,n,r){return ke(t)||(t=St(t)),("number"!=typeof n||r)&&(n=0),Fe(t,e,n)>=0}var rn=C((function(t,e,n){var r,i;return H(e)?i=e:(e=zt(e),r=e.slice(0,-1),e=e[e.length-1]),Ze(t,(function(t){var o=i;if(!o){if(r&&r.length&&(t=Ut(t,r)),null==t)return;o=t[e]}return null==o?o:o.apply(t,n)}))}));function on(t,e){return Ze(t,Gt(e))}function an(t,e){return Je(t,Wt(e))}function sn(t,e,n){var r,i,o=-1/0,a=-1/0;if(null==e||"number"==typeof e&&"object"!=typeof t[0]&&null!=t)for(var s=0,l=(t=ke(t)?t:St(t)).length;s<l;s++)null!=(r=t[s])&&r>o&&(o=r);else e=Yt(e,n),Ge(t,(function(t,n,r){((i=e(t,n,r))>a||i===-1/0&&o===-1/0)&&(o=t,a=i)}));return o}function ln(t,e,n){var r,i,o=1/0,a=1/0;if(null==e||"number"==typeof e&&"object"!=typeof t[0]&&null!=t)for(var s=0,l=(t=ke(t)?t:St(t)).length;s<l;s++)null!=(r=t[s])&&r<o&&(o=r);else e=Yt(e,n),Ge(t,(function(t,n,r){((i=e(t,n,r))<a||i===1/0&&o===1/0)&&(o=t,a=i)}));return o}var un=/[^\ud800-\udfff]|[\ud800-\udbff][\udc00-\udfff]|[\ud800-\udfff]/g;function cn(t){return t?W(t)?c.call(t):T(t)?t.match(un):ke(t)?Ze(t,qt):St(t):[]}function fn(t,e,n){if(null==e||n)return ke(t)||(t=St(t)),t[ne(t.length-1)];var r=cn(t),i=ot(r);e=Math.max(Math.min(e,i),0);for(var o=i-1,a=0;a<e;a++){var s=ne(a,o),l=r[a];r[a]=r[s],r[s]=l}return r.slice(0,e)}function hn(t){return fn(t,1/0)}function dn(t,e,n){var r=0;return e=Yt(e,n),on(Ze(t,(function(t,n,i){return{value:t,index:r++,criteria:e(t,n,i)}})).sort((function(t,e){var n=t.criteria,r=e.criteria;if(n!==r){if(n>r||void 0===n)return 1;if(n<r||void 0===r)return-1}return t.index-e.index})),"value")}function pn(t,e){return function(n,r,i){var o=e?[[],[]]:{};return r=Yt(r,i),Ge(n,(function(e,i){var a=r(e,i,n);t(o,e,a)})),o}}var mn=pn((function(t,e,n){G(t,n)?t[n].push(e):t[n]=[e]})),gn=pn((function(t,e,n){t[n]=e})),vn=pn((function(t,e,n){G(t,n)?t[n]++:t[n]=1})),yn=pn((function(t,e,n){t[n?0:1].push(e)}),!0);function bn(t){return null==t?0:ke(t)?t.length:st(t).length}function wn(t,e,n){return e in n}var _n=C((function(t,e){var n={},r=e[0];if(null==t)return n;H(r)?(e.length>1&&(r=Zt(r,e[1])),e=gt(t)):(r=wn,e=Ce(e,!1,!1),t=Object(t));for(var i=0,o=e.length;i<o;i++){var a=e[i],s=t[a];r(s,a,t)&&(n[a]=s)}return n})),xn=C((function(t,e){var n,r=e[0];return H(r)?(r=Me(r),e.length>1&&(n=e[1])):(e=Ze(Ce(e,!1,!1),String),r=function(t,n){return!nn(e,n)}),_n(t,r,n)}));function kn(t,e,n){return c.call(t,0,Math.max(0,t.length-(null==e||n?1:e)))}function Cn(t,e,n){return null==t||t.length<1?null==e||n?void 0:[]:null==e||n?t[0]:kn(t,t.length-e)}function An(t,e,n){return c.call(t,null==e||n?1:e)}function On(t,e,n){return null==t||t.length<1?null==e||n?void 0:[]:null==e||n?t[t.length-1]:An(t,Math.max(0,t.length-e))}function En(t){return Je(t,Boolean)}function Sn(t,e){return Ce(t,e,!1)}var jn=C((function(t,e){return e=Ce(e,!0,!0),Je(t,(function(t){return!nn(e,t)}))})),Pn=C((function(t,e){return jn(t,e)}));function Tn(t,e,n,r){S(e)||(r=n,n=e,e=!1),null!=n&&(n=Yt(n,r));for(var i=[],o=[],a=0,s=ot(t);a<s;a++){var l=t[a],u=n?n(l,a,t):l;e&&!n?(a&&o===u||i.push(l),o=u):n?nn(o,u)||(o.push(u),i.push(l)):nn(i,l)||i.push(l)}return i}var Mn=C((function(t){return Tn(Ce(t,!0,!0))}));function Rn(t){for(var e=[],n=arguments.length,r=0,i=ot(t);r<i;r++){var o=t[r];if(!nn(e,o)){var a;for(a=1;a<n&&nn(arguments[a],o);a++);a===n&&e.push(o)}}return e}function Dn(t){for(var e=t&&sn(t,ot).length||0,n=Array(e),r=0;r<e;r++)n[r]=on(t,r);return n}var Nn=C(Dn);function Vn(t,e){for(var n={},r=0,i=ot(t);r<i;r++)e?n[t[r]]=e[r]:n[t[r][0]]=t[r][1];return n}function Ln(t,e,n){null==e&&(e=t||0,t=0),n||(n=e<t?-1:1);for(var r=Math.max(Math.ceil((e-t)/n),0),i=Array(r),o=0;o<r;o++,t+=n)i[o]=t;return i}function Bn(t,e){if(null==e||e<1)return[];for(var n=[],r=0,i=t.length;r<i;)n.push(c.call(t,r,r+=e));return n}function In(t,e){return t._chain?ct(e).chain():e}function Hn(t){return Ge(Tt(t),(function(e){var n=ct[e]=t[e];ct.prototype[e]=function(){var t=[this._wrapped];return u.apply(t,arguments),In(this,n.apply(ct,t))}})),ct}Ge(["pop","push","reverse","shift","sort","splice","unshift"],(function(t){var e=a[t];ct.prototype[t]=function(){var n=this._wrapped;return null!=n&&(e.apply(n,arguments),"shift"!==t&&"splice"!==t||0!==n.length||delete n[0]),In(this,n)}})),Ge(["concat","join","slice"],(function(t){var e=a[t];ct.prototype[t]=function(){var t=this._wrapped;return null!=t&&(t=e.apply(t,arguments)),In(this,t)}}));var zn=ct,Un=Hn(r);Un._=Un;var Fn=Un},8241:function(t,e,n){"use strict";n.r(e),n.d(e,{VERSION:function(){return i},after:function(){return De},all:function(){return tn},allKeys:function(){return gt},any:function(){return en},assign:function(){return Dt},before:function(){return Ne},bind:function(){return xe},bindAll:function(){return Ae},chain:function(){return ye},chunk:function(){return Bn},clone:function(){return Bt},collect:function(){return Ze},compact:function(){return En},compose:function(){return Re},constant:function(){return J},contains:function(){return nn},countBy:function(){return vn},create:function(){return Lt},debounce:function(){return Pe},default:function(){return Fn},defaults:function(){return Nt},defer:function(){return Se},delay:function(){return Ee},detect:function(){return qe},difference:function(){return jn},drop:function(){return An},each:function(){return Ge},escape:function(){return ae},every:function(){return tn},extend:function(){return Rt},extendOwn:function(){return Dt},filter:function(){return Je},find:function(){return qe},findIndex:function(){return Ie},findKey:function(){return Le},findLastIndex:function(){return He},findWhere:function(){return We},first:function(){return Cn},flatten:function(){return Sn},foldl:function(){return Xe},foldr:function(){return Ye},forEach:function(){return Ge},functions:function(){return Tt},get:function(){return Ft},groupBy:function(){return mn},has:function(){return $t},head:function(){return Cn},identity:function(){return qt},include:function(){return nn},includes:function(){return nn},indexBy:function(){return gn},indexOf:function(){return Fe},initial:function(){return kn},inject:function(){return Xe},intersection:function(){return Rn},invert:function(){return Pt},invoke:function(){return rn},isArguments:function(){return K},isArray:function(){return W},isArrayBuffer:function(){return L},isBoolean:function(){return S},isDataView:function(){return q},isDate:function(){return R},isElement:function(){return j},isEmpty:function(){return lt},isEqual:function(){return mt},isError:function(){return N},isFinite:function(){return X},isFunction:function(){return H},isMap:function(){return Ct},isMatch:function(){return ut},isNaN:function(){return Y},isNull:function(){return O},isNumber:function(){return M},isObject:function(){return A},isRegExp:function(){return D},isSet:function(){return Ot},isString:function(){return T},isSymbol:function(){return V},isTypedArray:function(){return it},isUndefined:function(){return E},isWeakMap:function(){return At},isWeakSet:function(){return Et},iteratee:function(){return Xt},keys:function(){return st},last:function(){return On},lastIndexOf:function(){return $e},map:function(){return Ze},mapObject:function(){return Jt},matcher:function(){return Wt},matches:function(){return Wt},max:function(){return sn},memoize:function(){return Oe},methods:function(){return Tt},min:function(){return ln},mixin:function(){return Hn},negate:function(){return Me},noop:function(){return Qt},now:function(){return re},object:function(){return Vn},omit:function(){return xn},once:function(){return Ve},pairs:function(){return jt},partial:function(){return _e},partition:function(){return yn},pick:function(){return _n},pluck:function(){return on},property:function(){return Gt},propertyOf:function(){return te},random:function(){return ne},range:function(){return Ln},reduce:function(){return Xe},reduceRight:function(){return Ye},reject:function(){return Qe},rest:function(){return An},restArguments:function(){return C},result:function(){return me},sample:function(){return fn},select:function(){return Je},shuffle:function(){return hn},size:function(){return bn},some:function(){return en},sortBy:function(){return dn},sortedIndex:function(){return ze},tail:function(){return An},take:function(){return Cn},tap:function(){return It},template:function(){return pe},templateSettings:function(){return le},throttle:function(){return je},times:function(){return ee},toArray:function(){return cn},toPath:function(){return Ht},transpose:function(){return Dn},unescape:function(){return se},union:function(){return Mn},uniq:function(){return Tn},unique:function(){return Tn},uniqueId:function(){return ve},unzip:function(){return Dn},values:function(){return St},where:function(){return an},without:function(){return Pn},wrap:function(){return Te},zip:function(){return Nn}});var r={};n.r(r),n.d(r,{VERSION:function(){return i},after:function(){return De},all:function(){return tn},allKeys:function(){return gt},any:function(){return en},assign:function(){return Dt},before:function(){return Ne},bind:function(){return xe},bindAll:function(){return Ae},chain:function(){return ye},chunk:function(){return Bn},clone:function(){return Bt},collect:function(){return Ze},compact:function(){return En},compose:function(){return Re},constant:function(){return J},contains:function(){return nn},countBy:function(){return vn},create:function(){return Lt},debounce:function(){return Pe},default:function(){return zn},defaults:function(){return Nt},defer:function(){return Se},delay:function(){return Ee},detect:function(){return qe},difference:function(){return jn},drop:function(){return An},each:function(){return Ge},escape:function(){return ae},every:function(){return tn},extend:function(){return Rt},extendOwn:function(){return Dt},filter:function(){return Je},find:function(){return qe},findIndex:function(){return Ie},findKey:function(){return Le},findLastIndex:function(){return He},findWhere:function(){return We},first:function(){return Cn},flatten:function(){return Sn},foldl:function(){return Xe},foldr:function(){return Ye},forEach:function(){return Ge},functions:function(){return Tt},get:function(){return Ft},groupBy:function(){return mn},has:function(){return $t},head:function(){return Cn},identity:function(){return qt},include:function(){return nn},includes:function(){return nn},indexBy:function(){return gn},indexOf:function(){return Fe},initial:function(){return kn},inject:function(){return Xe},intersection:function(){return Rn},invert:function(){return Pt},invoke:function(){return rn},isArguments:function(){return K},isArray:function(){return W},isArrayBuffer:function(){return L},isBoolean:function(){return S},isDataView:function(){return q},isDate:function(){return R},isElement:function(){return j},isEmpty:function(){return lt},isEqual:function(){return mt},isError:function(){return N},isFinite:function(){return X},isFunction:function(){return H},isMap:function(){return Ct},isMatch:function(){return ut},isNaN:function(){return Y},isNull:function(){return O},isNumber:function(){return M},isObject:function(){return A},isRegExp:function(){return D},isSet:function(){return Ot},isString:function(){return T},isSymbol:function(){return V},isTypedArray:function(){return it},isUndefined:function(){return E},isWeakMap:function(){return At},isWeakSet:function(){return Et},iteratee:function(){return Xt},keys:function(){return st},last:function(){return On},lastIndexOf:function(){return $e},map:function(){return Ze},mapObject:function(){return Jt},matcher:function(){return Wt},matches:function(){return Wt},max:function(){return sn},memoize:function(){return Oe},methods:function(){return Tt},min:function(){return ln},mixin:function(){return Hn},negate:function(){return Me},noop:function(){return Qt},now:function(){return re},object:function(){return Vn},omit:function(){return xn},once:function(){return Ve},pairs:function(){return jt},partial:function(){return _e},partition:function(){return yn},pick:function(){return _n},pluck:function(){return on},property:function(){return Gt},propertyOf:function(){return te},random:function(){return ne},range:function(){return Ln},reduce:function(){return Xe},reduceRight:function(){return Ye},reject:function(){return Qe},rest:function(){return An},restArguments:function(){return C},result:function(){return me},sample:function(){return fn},select:function(){return Je},shuffle:function(){return hn},size:function(){return bn},some:function(){return en},sortBy:function(){return dn},sortedIndex:function(){return ze},tail:function(){return An},take:function(){return Cn},tap:function(){return It},template:function(){return pe},templateSettings:function(){return le},throttle:function(){return je},times:function(){return ee},toArray:function(){return cn},toPath:function(){return Ht},transpose:function(){return Dn},unescape:function(){return se},union:function(){return Mn},uniq:function(){return Tn},unique:function(){return Tn},uniqueId:function(){return ve},unzip:function(){return Dn},values:function(){return St},where:function(){return an},without:function(){return Pn},wrap:function(){return Te},zip:function(){return Nn}});var i="1.13.7",o="object"==typeof self&&self.self===self&&self||"object"==typeof global&&global.global===global&&global||Function("return this")()||{},a=Array.prototype,s=Object.prototype,l="undefined"!=typeof Symbol?Symbol.prototype:null,u=a.push,c=a.slice,f=s.toString,h=s.hasOwnProperty,d="undefined"!=typeof ArrayBuffer,p="undefined"!=typeof DataView,m=Array.isArray,g=Object.keys,v=Object.create,y=d&&ArrayBuffer.isView,b=isNaN,w=isFinite,_=!{toString:null}.propertyIsEnumerable("toString"),x=["valueOf","isPrototypeOf","toString","propertyIsEnumerable","hasOwnProperty","toLocaleString"],k=Math.pow(2,53)-1;function C(t,e){return e=null==e?t.length-1:+e,function(){for(var n=Math.max(arguments.length-e,0),r=Array(n),i=0;i<n;i++)r[i]=arguments[i+e];switch(e){case 0:return t.call(this,r);case 1:return t.call(this,arguments[0],r);case 2:return t.call(this,arguments[0],arguments[1],r)}var o=Array(e+1);for(i=0;i<e;i++)o[i]=arguments[i];return o[e]=r,t.apply(this,o)}}function A(t){var e=typeof t;return"function"===e||"object"===e&&!!t}function O(t){return null===t}function E(t){return void 0===t}function S(t){return!0===t||!1===t||"[object Boolean]"===f.call(t)}function j(t){return!(!t||1!==t.nodeType)}function P(t){var e="[object "+t+"]";return function(t){return f.call(t)===e}}var T=P("String"),M=P("Number"),R=P("Date"),D=P("RegExp"),N=P("Error"),V=P("Symbol"),L=P("ArrayBuffer"),B=P("Function"),I=o.document&&o.document.childNodes;"object"!=typeof Int8Array&&"function"!=typeof I&&(B=function(t){return"function"==typeof t||!1});var H=B,z=P("Object"),U=p&&(!/\[native code\]/.test(String(DataView))||z(new DataView(new ArrayBuffer(8)))),F="undefined"!=typeof Map&&z(new Map),$=P("DataView"),q=U?function(t){return null!=t&&H(t.getInt8)&&L(t.buffer)}:$,W=m||P("Array");function G(t,e){return null!=t&&h.call(t,e)}var Z=P("Arguments");!function(){Z(arguments)||(Z=function(t){return G(t,"callee")})}();var K=Z;function X(t){return!V(t)&&w(t)&&!isNaN(parseFloat(t))}function Y(t){return M(t)&&b(t)}function J(t){return function(){return t}}function Q(t){return function(e){var n=t(e);return"number"==typeof n&&n>=0&&n<=k}}function tt(t){return function(e){return null==e?void 0:e[t]}}var et=tt("byteLength"),nt=Q(et),rt=/\[object ((I|Ui)nt(8|16|32)|Float(32|64)|Uint8Clamped|Big(I|Ui)nt64)Array\]/,it=d?function(t){return y?y(t)&&!q(t):nt(t)&&rt.test(f.call(t))}:J(!1),ot=tt("length");function at(t,e){e=function(t){for(var e={},n=t.length,r=0;r<n;++r)e[t[r]]=!0;return{contains:function(t){return!0===e[t]},push:function(n){return e[n]=!0,t.push(n)}}}(e);var n=x.length,r=t.constructor,i=H(r)&&r.prototype||s,o="constructor";for(G(t,o)&&!e.contains(o)&&e.push(o);n--;)(o=x[n])in t&&t[o]!==i[o]&&!e.contains(o)&&e.push(o)}function st(t){if(!A(t))return[];if(g)return g(t);var e=[];for(var n in t)G(t,n)&&e.push(n);return _&&at(t,e),e}function lt(t){if(null==t)return!0;var e=ot(t);return"number"==typeof e&&(W(t)||T(t)||K(t))?0===e:0===ot(st(t))}function ut(t,e){var n=st(e),r=n.length;if(null==t)return!r;for(var i=Object(t),o=0;o<r;o++){var a=n[o];if(e[a]!==i[a]||!(a in i))return!1}return!0}function ct(t){return t instanceof ct?t:this instanceof ct?void(this._wrapped=t):new ct(t)}function ft(t){return new Uint8Array(t.buffer||t,t.byteOffset||0,et(t))}ct.VERSION=i,ct.prototype.value=function(){return this._wrapped},ct.prototype.valueOf=ct.prototype.toJSON=ct.prototype.value,ct.prototype.toString=function(){return String(this._wrapped)};var ht="[object DataView]";function dt(t,e,n,r){if(t===e)return 0!==t||1/t==1/e;if(null==t||null==e)return!1;if(t!=t)return e!=e;var i=typeof t;return("function"===i||"object"===i||"object"==typeof e)&&pt(t,e,n,r)}function pt(t,e,n,r){t instanceof ct&&(t=t._wrapped),e instanceof ct&&(e=e._wrapped);var i=f.call(t);if(i!==f.call(e))return!1;if(U&&"[object Object]"==i&&q(t)){if(!q(e))return!1;i=ht}switch(i){case"[object RegExp]":case"[object String]":return""+t==""+e;case"[object Number]":return+t!=+t?+e!=+e:0==+t?1/+t==1/e:+t==+e;case"[object Date]":case"[object Boolean]":return+t==+e;case"[object Symbol]":return l.valueOf.call(t)===l.valueOf.call(e);case"[object ArrayBuffer]":case ht:return pt(ft(t),ft(e),n,r)}var o="[object Array]"===i;if(!o&&it(t)){if(et(t)!==et(e))return!1;if(t.buffer===e.buffer&&t.byteOffset===e.byteOffset)return!0;o=!0}if(!o){if("object"!=typeof t||"object"!=typeof e)return!1;var a=t.constructor,s=e.constructor;if(a!==s&&!(H(a)&&a instanceof a&&H(s)&&s instanceof s)&&"constructor"in t&&"constructor"in e)return!1}r=r||[];for(var u=(n=n||[]).length;u--;)if(n[u]===t)return r[u]===e;if(n.push(t),r.push(e),o){if((u=t.length)!==e.length)return!1;for(;u--;)if(!dt(t[u],e[u],n,r))return!1}else{var c,h=st(t);if(u=h.length,st(e).length!==u)return!1;for(;u--;)if(!G(e,c=h[u])||!dt(t[c],e[c],n,r))return!1}return n.pop(),r.pop(),!0}function mt(t,e){return dt(t,e)}function gt(t){if(!A(t))return[];var e=[];for(var n in t)e.push(n);return _&&at(t,e),e}function vt(t){var e=ot(t);return function(n){if(null==n)return!1;var r=gt(n);if(ot(r))return!1;for(var i=0;i<e;i++)if(!H(n[t[i]]))return!1;return t!==xt||!H(n[yt])}}var yt="forEach",bt=["clear","delete"],wt=["get","has","set"],_t=bt.concat(yt,wt),xt=bt.concat(wt),kt=["add"].concat(bt,yt,"has"),Ct=F?vt(_t):P("Map"),At=F?vt(xt):P("WeakMap"),Ot=F?vt(kt):P("Set"),Et=P("WeakSet");function St(t){for(var e=st(t),n=e.length,r=Array(n),i=0;i<n;i++)r[i]=t[e[i]];return r}function jt(t){for(var e=st(t),n=e.length,r=Array(n),i=0;i<n;i++)r[i]=[e[i],t[e[i]]];return r}function Pt(t){for(var e={},n=st(t),r=0,i=n.length;r<i;r++)e[t[n[r]]]=n[r];return e}function Tt(t){var e=[];for(var n in t)H(t[n])&&e.push(n);return e.sort()}function Mt(t,e){return function(n){var r=arguments.length;if(e&&(n=Object(n)),r<2||null==n)return n;for(var i=1;i<r;i++)for(var o=arguments[i],a=t(o),s=a.length,l=0;l<s;l++){var u=a[l];e&&void 0!==n[u]||(n[u]=o[u])}return n}}var Rt=Mt(gt),Dt=Mt(st),Nt=Mt(gt,!0);function Vt(t){if(!A(t))return{};if(v)return v(t);var e=function(){};e.prototype=t;var n=new e;return e.prototype=null,n}function Lt(t,e){var n=Vt(t);return e&&Dt(n,e),n}function Bt(t){return A(t)?W(t)?t.slice():Rt({},t):t}function It(t,e){return e(t),t}function Ht(t){return W(t)?t:[t]}function zt(t){return ct.toPath(t)}function Ut(t,e){for(var n=e.length,r=0;r<n;r++){if(null==t)return;t=t[e[r]]}return n?t:void 0}function Ft(t,e,n){var r=Ut(t,zt(e));return E(r)?n:r}function $t(t,e){for(var n=(e=zt(e)).length,r=0;r<n;r++){var i=e[r];if(!G(t,i))return!1;t=t[i]}return!!n}function qt(t){return t}function Wt(t){return t=Dt({},t),function(e){return ut(e,t)}}function Gt(t){return t=zt(t),function(e){return Ut(e,t)}}function Zt(t,e,n){if(void 0===e)return t;switch(null==n?3:n){case 1:return function(n){return t.call(e,n)};case 3:return function(n,r,i){return t.call(e,n,r,i)};case 4:return function(n,r,i,o){return t.call(e,n,r,i,o)}}return function(){return t.apply(e,arguments)}}function Kt(t,e,n){return null==t?qt:H(t)?Zt(t,e,n):A(t)&&!W(t)?Wt(t):Gt(t)}function Xt(t,e){return Kt(t,e,1/0)}function Yt(t,e,n){return ct.iteratee!==Xt?ct.iteratee(t,e):Kt(t,e,n)}function Jt(t,e,n){e=Yt(e,n);for(var r=st(t),i=r.length,o={},a=0;a<i;a++){var s=r[a];o[s]=e(t[s],s,t)}return o}function Qt(){}function te(t){return null==t?Qt:function(e){return Ft(t,e)}}function ee(t,e,n){var r=Array(Math.max(0,t));e=Zt(e,n,1);for(var i=0;i<t;i++)r[i]=e(i);return r}function ne(t,e){return null==e&&(e=t,t=0),t+Math.floor(Math.random()*(e-t+1))}ct.toPath=Ht,ct.iteratee=Xt;var re=Date.now||function(){return(new Date).getTime()};function ie(t){var e=function(e){return t[e]},n="(?:"+st(t).join("|")+")",r=RegExp(n),i=RegExp(n,"g");return function(t){return t=null==t?"":""+t,r.test(t)?t.replace(i,e):t}}var oe={"&":"&","<":"<",">":">",'"':""","'":"'","`":"`"},ae=ie(oe),se=ie(Pt(oe)),le=ct.templateSettings={evaluate:/<%([\s\S]+?)%>/g,interpolate:/<%=([\s\S]+?)%>/g,escape:/<%-([\s\S]+?)%>/g},ue=/(.)^/,ce={"'":"'","\\":"\\","\r":"r","\n":"n","\u2028":"u2028","\u2029":"u2029"},fe=/\\|'|\r|\n|\u2028|\u2029/g;function he(t){return"\\"+ce[t]}var de=/^\s*(\w|\$)+\s*$/;function pe(t,e,n){!e&&n&&(e=n),e=Nt({},e,ct.templateSettings);var r=RegExp([(e.escape||ue).source,(e.interpolate||ue).source,(e.evaluate||ue).source].join("|")+"|$","g"),i=0,o="__p+='";t.replace(r,(function(e,n,r,a,s){return o+=t.slice(i,s).replace(fe,he),i=s+e.length,n?o+="'+\n((__t=("+n+"))==null?'':_.escape(__t))+\n'":r?o+="'+\n((__t=("+r+"))==null?'':__t)+\n'":a&&(o+="';\n"+a+"\n__p+='"),e})),o+="';\n";var a,s=e.variable;if(s){if(!de.test(s))throw new Error("variable is not a bare identifier: "+s)}else o="with(obj||{}){\n"+o+"}\n",s="obj";o="var __t,__p='',__j=Array.prototype.join,print=function(){__p+=__j.call(arguments,'');};\n"+o+"return __p;\n";try{a=new Function(s,"_",o)}catch(t){throw t.source=o,t}var l=function(t){return a.call(this,t,ct)};return l.source="function("+s+"){\n"+o+"}",l}function me(t,e,n){var r=(e=zt(e)).length;if(!r)return H(n)?n.call(t):n;for(var i=0;i<r;i++){var o=null==t?void 0:t[e[i]];void 0===o&&(o=n,i=r),t=H(o)?o.call(t):o}return t}var ge=0;function ve(t){var e=++ge+"";return t?t+e:e}function ye(t){var e=ct(t);return e._chain=!0,e}function be(t,e,n,r,i){if(!(r instanceof e))return t.apply(n,i);var o=Vt(t.prototype),a=t.apply(o,i);return A(a)?a:o}var we=C((function(t,e){var n=we.placeholder,r=function(){for(var i=0,o=e.length,a=Array(o),s=0;s<o;s++)a[s]=e[s]===n?arguments[i++]:e[s];for(;i<arguments.length;)a.push(arguments[i++]);return be(t,r,this,this,a)};return r}));we.placeholder=ct;var _e=we,xe=C((function(t,e,n){if(!H(t))throw new TypeError("Bind must be called on a function");var r=C((function(i){return be(t,r,e,this,n.concat(i))}));return r})),ke=Q(ot);function Ce(t,e,n,r){if(r=r||[],e||0===e){if(e<=0)return r.concat(t)}else e=1/0;for(var i=r.length,o=0,a=ot(t);o<a;o++){var s=t[o];if(ke(s)&&(W(s)||K(s)))if(e>1)Ce(s,e-1,n,r),i=r.length;else for(var l=0,u=s.length;l<u;)r[i++]=s[l++];else n||(r[i++]=s)}return r}var Ae=C((function(t,e){var n=(e=Ce(e,!1,!1)).length;if(n<1)throw new Error("bindAll must be passed function names");for(;n--;){var r=e[n];t[r]=xe(t[r],t)}return t}));function Oe(t,e){var n=function(r){var i=n.cache,o=""+(e?e.apply(this,arguments):r);return G(i,o)||(i[o]=t.apply(this,arguments)),i[o]};return n.cache={},n}var Ee=C((function(t,e,n){return setTimeout((function(){return t.apply(null,n)}),e)})),Se=_e(Ee,ct,1);function je(t,e,n){var r,i,o,a,s=0;n||(n={});var l=function(){s=!1===n.leading?0:re(),r=null,a=t.apply(i,o),r||(i=o=null)},u=function(){var u=re();s||!1!==n.leading||(s=u);var c=e-(u-s);return i=this,o=arguments,c<=0||c>e?(r&&(clearTimeout(r),r=null),s=u,a=t.apply(i,o),r||(i=o=null)):r||!1===n.trailing||(r=setTimeout(l,c)),a};return u.cancel=function(){clearTimeout(r),s=0,r=i=o=null},u}function Pe(t,e,n){var r,i,o,a,s,l=function(){var u=re()-i;e>u?r=setTimeout(l,e-u):(r=null,n||(a=t.apply(s,o)),r||(o=s=null))},u=C((function(u){return s=this,o=u,i=re(),r||(r=setTimeout(l,e),n&&(a=t.apply(s,o))),a}));return u.cancel=function(){clearTimeout(r),r=o=s=null},u}function Te(t,e){return _e(e,t)}function Me(t){return function(){return!t.apply(this,arguments)}}function Re(){var t=arguments,e=t.length-1;return function(){for(var n=e,r=t[e].apply(this,arguments);n--;)r=t[n].call(this,r);return r}}function De(t,e){return function(){if(--t<1)return e.apply(this,arguments)}}function Ne(t,e){var n;return function(){return--t>0&&(n=e.apply(this,arguments)),t<=1&&(e=null),n}}var Ve=_e(Ne,2);function Le(t,e,n){e=Yt(e,n);for(var r,i=st(t),o=0,a=i.length;o<a;o++)if(e(t[r=i[o]],r,t))return r}function Be(t){return function(e,n,r){n=Yt(n,r);for(var i=ot(e),o=t>0?0:i-1;o>=0&&o<i;o+=t)if(n(e[o],o,e))return o;return-1}}var Ie=Be(1),He=Be(-1);function ze(t,e,n,r){for(var i=(n=Yt(n,r,1))(e),o=0,a=ot(t);o<a;){var s=Math.floor((o+a)/2);n(t[s])<i?o=s+1:a=s}return o}function Ue(t,e,n){return function(r,i,o){var a=0,s=ot(r);if("number"==typeof o)t>0?a=o>=0?o:Math.max(o+s,a):s=o>=0?Math.min(o+1,s):o+s+1;else if(n&&o&&s)return r[o=n(r,i)]===i?o:-1;if(i!=i)return(o=e(c.call(r,a,s),Y))>=0?o+a:-1;for(o=t>0?a:s-1;o>=0&&o<s;o+=t)if(r[o]===i)return o;return-1}}var Fe=Ue(1,Ie,ze),$e=Ue(-1,He);function qe(t,e,n){var r=(ke(t)?Ie:Le)(t,e,n);if(void 0!==r&&-1!==r)return t[r]}function We(t,e){return qe(t,Wt(e))}function Ge(t,e,n){var r,i;if(e=Zt(e,n),ke(t))for(r=0,i=t.length;r<i;r++)e(t[r],r,t);else{var o=st(t);for(r=0,i=o.length;r<i;r++)e(t[o[r]],o[r],t)}return t}function Ze(t,e,n){e=Yt(e,n);for(var r=!ke(t)&&st(t),i=(r||t).length,o=Array(i),a=0;a<i;a++){var s=r?r[a]:a;o[a]=e(t[s],s,t)}return o}function Ke(t){return function(e,n,r,i){var o=arguments.length>=3;return function(e,n,r,i){var o=!ke(e)&&st(e),a=(o||e).length,s=t>0?0:a-1;for(i||(r=e[o?o[s]:s],s+=t);s>=0&&s<a;s+=t){var l=o?o[s]:s;r=n(r,e[l],l,e)}return r}(e,Zt(n,i,4),r,o)}}var Xe=Ke(1),Ye=Ke(-1);function Je(t,e,n){var r=[];return e=Yt(e,n),Ge(t,(function(t,n,i){e(t,n,i)&&r.push(t)})),r}function Qe(t,e,n){return Je(t,Me(Yt(e)),n)}function tn(t,e,n){e=Yt(e,n);for(var r=!ke(t)&&st(t),i=(r||t).length,o=0;o<i;o++){var a=r?r[o]:o;if(!e(t[a],a,t))return!1}return!0}function en(t,e,n){e=Yt(e,n);for(var r=!ke(t)&&st(t),i=(r||t).length,o=0;o<i;o++){var a=r?r[o]:o;if(e(t[a],a,t))return!0}return!1}function nn(t,e,n,r){return ke(t)||(t=St(t)),("number"!=typeof n||r)&&(n=0),Fe(t,e,n)>=0}var rn=C((function(t,e,n){var r,i;return H(e)?i=e:(e=zt(e),r=e.slice(0,-1),e=e[e.length-1]),Ze(t,(function(t){var o=i;if(!o){if(r&&r.length&&(t=Ut(t,r)),null==t)return;o=t[e]}return null==o?o:o.apply(t,n)}))}));function on(t,e){return Ze(t,Gt(e))}function an(t,e){return Je(t,Wt(e))}function sn(t,e,n){var r,i,o=-1/0,a=-1/0;if(null==e||"number"==typeof e&&"object"!=typeof t[0]&&null!=t)for(var s=0,l=(t=ke(t)?t:St(t)).length;s<l;s++)null!=(r=t[s])&&r>o&&(o=r);else e=Yt(e,n),Ge(t,(function(t,n,r){((i=e(t,n,r))>a||i===-1/0&&o===-1/0)&&(o=t,a=i)}));return o}function ln(t,e,n){var r,i,o=1/0,a=1/0;if(null==e||"number"==typeof e&&"object"!=typeof t[0]&&null!=t)for(var s=0,l=(t=ke(t)?t:St(t)).length;s<l;s++)null!=(r=t[s])&&r<o&&(o=r);else e=Yt(e,n),Ge(t,(function(t,n,r){((i=e(t,n,r))<a||i===1/0&&o===1/0)&&(o=t,a=i)}));return o}var un=/[^\ud800-\udfff]|[\ud800-\udbff][\udc00-\udfff]|[\ud800-\udfff]/g;function cn(t){return t?W(t)?c.call(t):T(t)?t.match(un):ke(t)?Ze(t,qt):St(t):[]}function fn(t,e,n){if(null==e||n)return ke(t)||(t=St(t)),t[ne(t.length-1)];var r=cn(t),i=ot(r);e=Math.max(Math.min(e,i),0);for(var o=i-1,a=0;a<e;a++){var s=ne(a,o),l=r[a];r[a]=r[s],r[s]=l}return r.slice(0,e)}function hn(t){return fn(t,1/0)}function dn(t,e,n){var r=0;return e=Yt(e,n),on(Ze(t,(function(t,n,i){return{value:t,index:r++,criteria:e(t,n,i)}})).sort((function(t,e){var n=t.criteria,r=e.criteria;if(n!==r){if(n>r||void 0===n)return 1;if(n<r||void 0===r)return-1}return t.index-e.index})),"value")}function pn(t,e){return function(n,r,i){var o=e?[[],[]]:{};return r=Yt(r,i),Ge(n,(function(e,i){var a=r(e,i,n);t(o,e,a)})),o}}var mn=pn((function(t,e,n){G(t,n)?t[n].push(e):t[n]=[e]})),gn=pn((function(t,e,n){t[n]=e})),vn=pn((function(t,e,n){G(t,n)?t[n]++:t[n]=1})),yn=pn((function(t,e,n){t[n?0:1].push(e)}),!0);function bn(t){return null==t?0:ke(t)?t.length:st(t).length}function wn(t,e,n){return e in n}var _n=C((function(t,e){var n={},r=e[0];if(null==t)return n;H(r)?(e.length>1&&(r=Zt(r,e[1])),e=gt(t)):(r=wn,e=Ce(e,!1,!1),t=Object(t));for(var i=0,o=e.length;i<o;i++){var a=e[i],s=t[a];r(s,a,t)&&(n[a]=s)}return n})),xn=C((function(t,e){var n,r=e[0];return H(r)?(r=Me(r),e.length>1&&(n=e[1])):(e=Ze(Ce(e,!1,!1),String),r=function(t,n){return!nn(e,n)}),_n(t,r,n)}));function kn(t,e,n){return c.call(t,0,Math.max(0,t.length-(null==e||n?1:e)))}function Cn(t,e,n){return null==t||t.length<1?null==e||n?void 0:[]:null==e||n?t[0]:kn(t,t.length-e)}function An(t,e,n){return c.call(t,null==e||n?1:e)}function On(t,e,n){return null==t||t.length<1?null==e||n?void 0:[]:null==e||n?t[t.length-1]:An(t,Math.max(0,t.length-e))}function En(t){return Je(t,Boolean)}function Sn(t,e){return Ce(t,e,!1)}var jn=C((function(t,e){return e=Ce(e,!0,!0),Je(t,(function(t){return!nn(e,t)}))})),Pn=C((function(t,e){return jn(t,e)}));function Tn(t,e,n,r){S(e)||(r=n,n=e,e=!1),null!=n&&(n=Yt(n,r));for(var i=[],o=[],a=0,s=ot(t);a<s;a++){var l=t[a],u=n?n(l,a,t):l;e&&!n?(a&&o===u||i.push(l),o=u):n?nn(o,u)||(o.push(u),i.push(l)):nn(i,l)||i.push(l)}return i}var Mn=C((function(t){return Tn(Ce(t,!0,!0))}));function Rn(t){for(var e=[],n=arguments.length,r=0,i=ot(t);r<i;r++){var o=t[r];if(!nn(e,o)){var a;for(a=1;a<n&&nn(arguments[a],o);a++);a===n&&e.push(o)}}return e}function Dn(t){for(var e=t&&sn(t,ot).length||0,n=Array(e),r=0;r<e;r++)n[r]=on(t,r);return n}var Nn=C(Dn);function Vn(t,e){for(var n={},r=0,i=ot(t);r<i;r++)e?n[t[r]]=e[r]:n[t[r][0]]=t[r][1];return n}function Ln(t,e,n){null==e&&(e=t||0,t=0),n||(n=e<t?-1:1);for(var r=Math.max(Math.ceil((e-t)/n),0),i=Array(r),o=0;o<r;o++,t+=n)i[o]=t;return i}function Bn(t,e){if(null==e||e<1)return[];for(var n=[],r=0,i=t.length;r<i;)n.push(c.call(t,r,r+=e));return n}function In(t,e){return t._chain?ct(e).chain():e}function Hn(t){return Ge(Tt(t),(function(e){var n=ct[e]=t[e];ct.prototype[e]=function(){var t=[this._wrapped];return u.apply(t,arguments),In(this,n.apply(ct,t))}})),ct}Ge(["pop","push","reverse","shift","sort","splice","unshift"],(function(t){var e=a[t];ct.prototype[t]=function(){var n=this._wrapped;return null!=n&&(e.apply(n,arguments),"shift"!==t&&"splice"!==t||0!==n.length||delete n[0]),In(this,n)}})),Ge(["concat","join","slice"],(function(t){var e=a[t];ct.prototype[t]=function(){var t=this._wrapped;return null!=t&&(t=e.apply(t,arguments)),In(this,t)}}));var zn=ct,Un=Hn(r);Un._=Un;var Fn=Un}},r={};function i(t){var e=r[t];if(void 0!==e)return e.exports;var o=r[t]={id:t,loaded:!1,exports:{}};return n[t].call(o.exports,o,o.exports,i),o.loaded=!0,o.exports}i.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return i.d(e,{a:e}),e},e=Object.getPrototypeOf?function(t){return Object.getPrototypeOf(t)}:function(t){return t.__proto__},i.t=function(n,r){if(1&r&&(n=this(n)),8&r)return n;if("object"==typeof n&&n){if(4&r&&n.__esModule)return n;if(16&r&&"function"==typeof n.then)return n}var o=Object.create(null);i.r(o);var a={};t=t||[null,e({}),e([]),e(e)];for(var s=2&r&&n;"object"==typeof s&&!~t.indexOf(s);s=e(s))Object.getOwnPropertyNames(s).forEach((function(t){a[t]=function(){return n[t]}}));return a.default=function(){return n},i.d(o,a),o},i.d=function(t,e){for(var n in e)i.o(e,n)&&!i.o(t,n)&&Object.defineProperty(t,n,{enumerable:!0,get:e[n]})},i.e=function(){return Promise.resolve()},i.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(t){if("object"==typeof window)return window}}(),i.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},i.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},i.nmd=function(t){return t.paths=[],t.children||(t.children=[]),t},function(){var t;i.g.importScripts&&(t=i.g.location+"");var e=i.g.document;if(!t&&e&&(e.currentScript&&"SCRIPT"===e.currentScript.tagName.toUpperCase()&&(t=e.currentScript.src),!t)){var n=e.getElementsByTagName("script");if(n.length)for(var r=n.length-1;r>-1&&(!t||!/^http(s?):/.test(t));)t=n[r--].src}if(!t)throw new Error("Automatic publicPath is not supported in this browser");t=t.replace(/#.*$/,"").replace(/\?.*$/,"").replace(/\/[^\/]+$/,"/"),i.p=t}(),function(){"use strict";var t=i(2463),e=i(8972),n=i(7877),r=i(4339),o=i(4222),a=(i.p,i(9689)),s=i(1473),l=i(6280),u=i(854),c=i(251),f=i(8341),h=i(3959);function d(t,e){let n;if(void 0===e)for(const e of t)null!=e&&(n<e||void 0===n&&e>=e)&&(n=e);else{let r=-1;for(let i of t)null!=(i=e(i,++r,t))&&(n<i||void 0===n&&i>=i)&&(n=i)}return n}function p(t,e){switch(arguments.length){case 0:break;case 1:this.range(t);break;default:this.range(e).domain(t)}return this}class m extends Map{constructor(t,e=v){if(super(),Object.defineProperties(this,{_intern:{value:new Map},_key:{value:e}}),null!=t)for(const[e,n]of t)this.set(e,n)}get(t){return super.get(g(this,t))}has(t){return super.has(g(this,t))}set(t,e){return super.set(function({_intern:t,_key:e},n){const r=e(n);return t.has(r)?t.get(r):(t.set(r,n),n)}(this,t),e)}delete(t){return super.delete(function({_intern:t,_key:e},n){const r=e(n);return t.has(r)&&(n=t.get(r),t.delete(r)),n}(this,t))}}function g({_intern:t,_key:e},n){const r=e(n);return t.has(r)?t.get(r):n}function v(t){return null!==t&&"object"==typeof t?t.valueOf():t}Set;const y=Symbol("implicit");function b(){var t=new m,e=[],n=[],r=y;function i(i){let o=t.get(i);if(void 0===o){if(r!==y)return r;t.set(i,o=e.push(i)-1)}return n[o%n.length]}return i.domain=function(n){if(!arguments.length)return e.slice();e=[],t=new m;for(const r of n)t.has(r)||t.set(r,e.push(r)-1);return i},i.range=function(t){return arguments.length?(n=Array.from(t),i):n.slice()},i.unknown=function(t){return arguments.length?(r=t,i):r},i.copy=function(){return b(e,n).unknown(r)},p.apply(i,arguments),i}function w(){var t,e,n=b().unknown(void 0),r=n.domain,i=n.range,o=0,a=1,s=!1,l=0,u=0,c=.5;function f(){var n=r().length,f=a<o,h=f?a:o,d=f?o:a;t=(d-h)/Math.max(1,n-l+2*u),s&&(t=Math.floor(t)),h+=(d-h-t*(n-l))*c,e=t*(1-l),s&&(h=Math.round(h),e=Math.round(e));var p=function(t,e,n){t=+t,e=+e,n=(i=arguments.length)<2?(e=t,t=0,1):i<3?1:+n;for(var r=-1,i=0|Math.max(0,Math.ceil((e-t)/n)),o=new Array(i);++r<i;)o[r]=t+r*n;return o}(n).map((function(e){return h+t*e}));return i(f?p.reverse():p)}return delete n.unknown,n.domain=function(t){return arguments.length?(r(t),f()):r()},n.range=function(t){return arguments.length?([o,a]=t,o=+o,a=+a,f()):[o,a]},n.rangeRound=function(t){return[o,a]=t,o=+o,a=+a,s=!0,f()},n.bandwidth=function(){return e},n.step=function(){return t},n.round=function(t){return arguments.length?(s=!!t,f()):s},n.padding=function(t){return arguments.length?(l=Math.min(1,u=+t),f()):l},n.paddingInner=function(t){return arguments.length?(l=Math.min(1,t),f()):l},n.paddingOuter=function(t){return arguments.length?(u=+t,f()):u},n.align=function(t){return arguments.length?(c=Math.max(0,Math.min(1,t)),f()):c},n.copy=function(){return w(r(),[o,a]).round(s).paddingInner(l).paddingOuter(u).align(c)},p.apply(f(),arguments)}function _(t){var e=t.copy;return t.padding=t.paddingOuter,delete t.paddingInner,delete t.paddingOuter,t.copy=function(){return _(e())},t}function x(){return _(w.apply(null,arguments).paddingInner(1))}const k=Math.sqrt(50),C=Math.sqrt(10),A=Math.sqrt(2);function O(t,e,n){const r=(e-t)/Math.max(0,n),i=Math.floor(Math.log10(r)),o=r/Math.pow(10,i),a=o>=k?10:o>=C?5:o>=A?2:1;let s,l,u;return i<0?(u=Math.pow(10,-i)/a,s=Math.round(t*u),l=Math.round(e*u),s/u<t&&++s,l/u>e&&--l,u=-u):(u=Math.pow(10,i)*a,s=Math.round(t/u),l=Math.round(e/u),s*u<t&&++s,l*u>e&&--l),l<s&&.5<=n&&n<2?O(t,e,2*n):[s,l,u]}function E(t,e,n){if(!((n=+n)>0))return[];if((t=+t)==(e=+e))return[t];const r=e<t,[i,o,a]=r?O(e,t,n):O(t,e,n);if(!(o>=i))return[];const s=o-i+1,l=new Array(s);if(r)if(a<0)for(let t=0;t<s;++t)l[t]=(o-t)/-a;else for(let t=0;t<s;++t)l[t]=(o-t)*a;else if(a<0)for(let t=0;t<s;++t)l[t]=(i+t)/-a;else for(let t=0;t<s;++t)l[t]=(i+t)*a;return l}function S(t,e,n){return O(t=+t,e=+e,n=+n)[2]}function j(t,e){return null==t||null==e?NaN:t<e?-1:t>e?1:t>=e?0:NaN}function P(t,e){return null==t||null==e?NaN:e<t?-1:e>t?1:e>=t?0:NaN}function T(t){let e,n,r;function i(t,r,i=0,o=t.length){if(i<o){if(0!==e(r,r))return o;do{const e=i+o>>>1;n(t[e],r)<0?i=e+1:o=e}while(i<o)}return i}return 2!==t.length?(e=j,n=(e,n)=>j(t(e),n),r=(e,n)=>t(e)-n):(e=t===j||t===P?t:M,n=t,r=t),{left:i,center:function(t,e,n=0,o=t.length){const a=i(t,e,n,o-1);return a>n&&r(t[a-1],e)>-r(t[a],e)?a-1:a},right:function(t,r,i=0,o=t.length){if(i<o){if(0!==e(r,r))return o;do{const e=i+o>>>1;n(t[e],r)<=0?i=e+1:o=e}while(i<o)}return i}}}function M(){return 0}const R=T(j),D=R.right;R.left,T((function(t){return null===t?NaN:+t})).center;var N=D;function V(t,e,n){t.prototype=e.prototype=n,n.constructor=t}function L(t,e){var n=Object.create(t.prototype);for(var r in e)n[r]=e[r];return n}function B(){}var I=.7,H=1/I,z="\\s*([+-]?\\d+)\\s*",U="\\s*([+-]?(?:\\d*\\.)?\\d+(?:[eE][+-]?\\d+)?)\\s*",F="\\s*([+-]?(?:\\d*\\.)?\\d+(?:[eE][+-]?\\d+)?)%\\s*",$=/^#([0-9a-f]{3,8})$/,q=new RegExp(`^rgb\\(${z},${z},${z}\\)$`),W=new RegExp(`^rgb\\(${F},${F},${F}\\)$`),G=new RegExp(`^rgba\\(${z},${z},${z},${U}\\)$`),Z=new RegExp(`^rgba\\(${F},${F},${F},${U}\\)$`),K=new RegExp(`^hsl\\(${U},${F},${F}\\)$`),X=new RegExp(`^hsla\\(${U},${F},${F},${U}\\)$`),Y={aliceblue:15792383,antiquewhite:16444375,aqua:65535,aquamarine:8388564,azure:15794175,beige:16119260,bisque:16770244,black:0,blanchedalmond:16772045,blue:255,blueviolet:9055202,brown:10824234,burlywood:14596231,cadetblue:6266528,chartreuse:8388352,chocolate:13789470,coral:16744272,cornflowerblue:6591981,cornsilk:16775388,crimson:14423100,cyan:65535,darkblue:139,darkcyan:35723,darkgoldenrod:12092939,darkgray:11119017,darkgreen:25600,darkgrey:11119017,darkkhaki:12433259,darkmagenta:9109643,darkolivegreen:5597999,darkorange:16747520,darkorchid:10040012,darkred:9109504,darksalmon:15308410,darkseagreen:9419919,darkslateblue:4734347,darkslategray:3100495,darkslategrey:3100495,darkturquoise:52945,darkviolet:9699539,deeppink:16716947,deepskyblue:49151,dimgray:6908265,dimgrey:6908265,dodgerblue:2003199,firebrick:11674146,floralwhite:16775920,forestgreen:2263842,fuchsia:16711935,gainsboro:14474460,ghostwhite:16316671,gold:16766720,goldenrod:14329120,gray:8421504,green:32768,greenyellow:11403055,grey:8421504,honeydew:15794160,hotpink:16738740,indianred:13458524,indigo:4915330,ivory:16777200,khaki:15787660,lavender:15132410,lavenderblush:16773365,lawngreen:8190976,lemonchiffon:16775885,lightblue:11393254,lightcoral:15761536,lightcyan:14745599,lightgoldenrodyellow:16448210,lightgray:13882323,lightgreen:9498256,lightgrey:13882323,lightpink:16758465,lightsalmon:16752762,lightseagreen:2142890,lightskyblue:8900346,lightslategray:7833753,lightslategrey:7833753,lightsteelblue:11584734,lightyellow:16777184,lime:65280,limegreen:3329330,linen:16445670,magenta:16711935,maroon:8388608,mediumaquamarine:6737322,mediumblue:205,mediumorchid:12211667,mediumpurple:9662683,mediumseagreen:3978097,mediumslateblue:8087790,mediumspringgreen:64154,mediumturquoise:4772300,mediumvioletred:13047173,midnightblue:1644912,mintcream:16121850,mistyrose:16770273,moccasin:16770229,navajowhite:16768685,navy:128,oldlace:16643558,olive:8421376,olivedrab:7048739,orange:16753920,orangered:16729344,orchid:14315734,palegoldenrod:15657130,palegreen:10025880,paleturquoise:11529966,palevioletred:14381203,papayawhip:16773077,peachpuff:16767673,peru:13468991,pink:16761035,plum:14524637,powderblue:11591910,purple:8388736,rebeccapurple:6697881,red:16711680,rosybrown:12357519,royalblue:4286945,saddlebrown:9127187,salmon:16416882,sandybrown:16032864,seagreen:3050327,seashell:16774638,sienna:10506797,silver:12632256,skyblue:8900331,slateblue:6970061,slategray:7372944,slategrey:7372944,snow:16775930,springgreen:65407,steelblue:4620980,tan:13808780,teal:32896,thistle:14204888,tomato:16737095,turquoise:4251856,violet:15631086,wheat:16113331,white:16777215,whitesmoke:16119285,yellow:16776960,yellowgreen:10145074};function J(){return this.rgb().formatHex()}function Q(){return this.rgb().formatRgb()}function tt(t){var e,n;return t=(t+"").trim().toLowerCase(),(e=$.exec(t))?(n=e[1].length,e=parseInt(e[1],16),6===n?et(e):3===n?new it(e>>8&15|e>>4&240,e>>4&15|240&e,(15&e)<<4|15&e,1):8===n?nt(e>>24&255,e>>16&255,e>>8&255,(255&e)/255):4===n?nt(e>>12&15|e>>8&240,e>>8&15|e>>4&240,e>>4&15|240&e,((15&e)<<4|15&e)/255):null):(e=q.exec(t))?new it(e[1],e[2],e[3],1):(e=W.exec(t))?new it(255*e[1]/100,255*e[2]/100,255*e[3]/100,1):(e=G.exec(t))?nt(e[1],e[2],e[3],e[4]):(e=Z.exec(t))?nt(255*e[1]/100,255*e[2]/100,255*e[3]/100,e[4]):(e=K.exec(t))?ct(e[1],e[2]/100,e[3]/100,1):(e=X.exec(t))?ct(e[1],e[2]/100,e[3]/100,e[4]):Y.hasOwnProperty(t)?et(Y[t]):"transparent"===t?new it(NaN,NaN,NaN,0):null}function et(t){return new it(t>>16&255,t>>8&255,255&t,1)}function nt(t,e,n,r){return r<=0&&(t=e=n=NaN),new it(t,e,n,r)}function rt(t,e,n,r){return 1===arguments.length?((i=t)instanceof B||(i=tt(i)),i?new it((i=i.rgb()).r,i.g,i.b,i.opacity):new it):new it(t,e,n,null==r?1:r);var i}function it(t,e,n,r){this.r=+t,this.g=+e,this.b=+n,this.opacity=+r}function ot(){return`#${ut(this.r)}${ut(this.g)}${ut(this.b)}`}function at(){const t=st(this.opacity);return`${1===t?"rgb(":"rgba("}${lt(this.r)}, ${lt(this.g)}, ${lt(this.b)}${1===t?")":`, ${t})`}`}function st(t){return isNaN(t)?1:Math.max(0,Math.min(1,t))}function lt(t){return Math.max(0,Math.min(255,Math.round(t)||0))}function ut(t){return((t=lt(t))<16?"0":"")+t.toString(16)}function ct(t,e,n,r){return r<=0?t=e=n=NaN:n<=0||n>=1?t=e=NaN:e<=0&&(t=NaN),new ht(t,e,n,r)}function ft(t){if(t instanceof ht)return new ht(t.h,t.s,t.l,t.opacity);if(t instanceof B||(t=tt(t)),!t)return new ht;if(t instanceof ht)return t;var e=(t=t.rgb()).r/255,n=t.g/255,r=t.b/255,i=Math.min(e,n,r),o=Math.max(e,n,r),a=NaN,s=o-i,l=(o+i)/2;return s?(a=e===o?(n-r)/s+6*(n<r):n===o?(r-e)/s+2:(e-n)/s+4,s/=l<.5?o+i:2-o-i,a*=60):s=l>0&&l<1?0:a,new ht(a,s,l,t.opacity)}function ht(t,e,n,r){this.h=+t,this.s=+e,this.l=+n,this.opacity=+r}function dt(t){return(t=(t||0)%360)<0?t+360:t}function pt(t){return Math.max(0,Math.min(1,t||0))}function mt(t,e,n){return 255*(t<60?e+(n-e)*t/60:t<180?n:t<240?e+(n-e)*(240-t)/60:e)}function gt(t,e,n,r,i){var o=t*t,a=o*t;return((1-3*t+3*o-a)*e+(4-6*o+3*a)*n+(1+3*t+3*o-3*a)*r+a*i)/6}V(B,tt,{copy(t){return Object.assign(new this.constructor,this,t)},displayable(){return this.rgb().displayable()},hex:J,formatHex:J,formatHex8:function(){return this.rgb().formatHex8()},formatHsl:function(){return ft(this).formatHsl()},formatRgb:Q,toString:Q}),V(it,rt,L(B,{brighter(t){return t=null==t?H:Math.pow(H,t),new it(this.r*t,this.g*t,this.b*t,this.opacity)},darker(t){return t=null==t?I:Math.pow(I,t),new it(this.r*t,this.g*t,this.b*t,this.opacity)},rgb(){return this},clamp(){return new it(lt(this.r),lt(this.g),lt(this.b),st(this.opacity))},displayable(){return-.5<=this.r&&this.r<255.5&&-.5<=this.g&&this.g<255.5&&-.5<=this.b&&this.b<255.5&&0<=this.opacity&&this.opacity<=1},hex:ot,formatHex:ot,formatHex8:function(){return`#${ut(this.r)}${ut(this.g)}${ut(this.b)}${ut(255*(isNaN(this.opacity)?1:this.opacity))}`},formatRgb:at,toString:at})),V(ht,(function(t,e,n,r){return 1===arguments.length?ft(t):new ht(t,e,n,null==r?1:r)}),L(B,{brighter(t){return t=null==t?H:Math.pow(H,t),new ht(this.h,this.s,this.l*t,this.opacity)},darker(t){return t=null==t?I:Math.pow(I,t),new ht(this.h,this.s,this.l*t,this.opacity)},rgb(){var t=this.h%360+360*(this.h<0),e=isNaN(t)||isNaN(this.s)?0:this.s,n=this.l,r=n+(n<.5?n:1-n)*e,i=2*n-r;return new it(mt(t>=240?t-240:t+120,i,r),mt(t,i,r),mt(t<120?t+240:t-120,i,r),this.opacity)},clamp(){return new ht(dt(this.h),pt(this.s),pt(this.l),st(this.opacity))},displayable(){return(0<=this.s&&this.s<=1||isNaN(this.s))&&0<=this.l&&this.l<=1&&0<=this.opacity&&this.opacity<=1},formatHsl(){const t=st(this.opacity);return`${1===t?"hsl(":"hsla("}${dt(this.h)}, ${100*pt(this.s)}%, ${100*pt(this.l)}%${1===t?")":`, ${t})`}`}}));var vt=t=>()=>t;function yt(t,e){var n=e-t;return n?function(t,e){return function(n){return t+n*e}}(t,n):vt(isNaN(t)?e:t)}var bt=function t(e){var n=function(t){return 1==(t=+t)?yt:function(e,n){return n-e?function(t,e,n){return t=Math.pow(t,n),e=Math.pow(e,n)-t,n=1/n,function(r){return Math.pow(t+r*e,n)}}(e,n,t):vt(isNaN(e)?n:e)}}(e);function r(t,e){var r=n((t=rt(t)).r,(e=rt(e)).r),i=n(t.g,e.g),o=n(t.b,e.b),a=yt(t.opacity,e.opacity);return function(e){return t.r=r(e),t.g=i(e),t.b=o(e),t.opacity=a(e),t+""}}return r.gamma=t,r}(1);function wt(t){return function(e){var n,r,i=e.length,o=new Array(i),a=new Array(i),s=new Array(i);for(n=0;n<i;++n)r=rt(e[n]),o[n]=r.r||0,a[n]=r.g||0,s[n]=r.b||0;return o=t(o),a=t(a),s=t(s),r.opacity=1,function(t){return r.r=o(t),r.g=a(t),r.b=s(t),r+""}}}var _t=wt((function(t){var e=t.length-1;return function(n){var r=n<=0?n=0:n>=1?(n=1,e-1):Math.floor(n*e),i=t[r],o=t[r+1],a=r>0?t[r-1]:2*i-o,s=r<e-1?t[r+2]:2*o-i;return gt((n-r/e)*e,a,i,o,s)}}));function xt(t,e){var n,r=e?e.length:0,i=t?Math.min(r,t.length):0,o=new Array(i),a=new Array(r);for(n=0;n<i;++n)o[n]=Pt(t[n],e[n]);for(;n<r;++n)a[n]=e[n];return function(t){for(n=0;n<i;++n)a[n]=o[n](t);return a}}function kt(t,e){var n=new Date;return t=+t,e=+e,function(r){return n.setTime(t*(1-r)+e*r),n}}function Ct(t,e){return t=+t,e=+e,function(n){return t*(1-n)+e*n}}function At(t,e){var n,r={},i={};for(n in null!==t&&"object"==typeof t||(t={}),null!==e&&"object"==typeof e||(e={}),e)n in t?r[n]=Pt(t[n],e[n]):i[n]=e[n];return function(t){for(n in r)i[n]=r[n](t);return i}}wt((function(t){var e=t.length;return function(n){var r=Math.floor(((n%=1)<0?++n:n)*e),i=t[(r+e-1)%e],o=t[r%e],a=t[(r+1)%e],s=t[(r+2)%e];return gt((n-r/e)*e,i,o,a,s)}}));var Ot=/[-+]?(?:\d+\.?\d*|\.?\d+)(?:[eE][-+]?\d+)?/g,Et=new RegExp(Ot.source,"g");function St(t,e){var n,r,i,o=Ot.lastIndex=Et.lastIndex=0,a=-1,s=[],l=[];for(t+="",e+="";(n=Ot.exec(t))&&(r=Et.exec(e));)(i=r.index)>o&&(i=e.slice(o,i),s[a]?s[a]+=i:s[++a]=i),(n=n[0])===(r=r[0])?s[a]?s[a]+=r:s[++a]=r:(s[++a]=null,l.push({i:a,x:Ct(n,r)})),o=Et.lastIndex;return o<e.length&&(i=e.slice(o),s[a]?s[a]+=i:s[++a]=i),s.length<2?l[0]?function(t){return function(e){return t(e)+""}}(l[0].x):function(t){return function(){return t}}(e):(e=l.length,function(t){for(var n,r=0;r<e;++r)s[(n=l[r]).i]=n.x(t);return s.join("")})}function jt(t,e){e||(e=[]);var n,r=t?Math.min(e.length,t.length):0,i=e.slice();return function(o){for(n=0;n<r;++n)i[n]=t[n]*(1-o)+e[n]*o;return i}}function Pt(t,e){var n,r,i=typeof e;return null==e||"boolean"===i?vt(e):("number"===i?Ct:"string"===i?(n=tt(e))?(e=n,bt):St:e instanceof tt?bt:e instanceof Date?kt:(r=e,!ArrayBuffer.isView(r)||r instanceof DataView?Array.isArray(e)?xt:"function"!=typeof e.valueOf&&"function"!=typeof e.toString||isNaN(e)?At:Ct:jt))(t,e)}function Tt(t,e){return t=+t,e=+e,function(n){return Math.round(t*(1-n)+e*n)}}function Mt(t){return+t}var Rt=[0,1];function Dt(t){return t}function Nt(t,e){return(e-=t=+t)?function(n){return(n-t)/e}:(n=isNaN(e)?NaN:.5,function(){return n});var n}function Vt(t,e,n){var r=t[0],i=t[1],o=e[0],a=e[1];return i<r?(r=Nt(i,r),o=n(a,o)):(r=Nt(r,i),o=n(o,a)),function(t){return o(r(t))}}function Lt(t,e,n){var r=Math.min(t.length,e.length)-1,i=new Array(r),o=new Array(r),a=-1;for(t[r]<t[0]&&(t=t.slice().reverse(),e=e.slice().reverse());++a<r;)i[a]=Nt(t[a],t[a+1]),o[a]=n(e[a],e[a+1]);return function(e){var n=N(t,e,1,r)-1;return o[n](i[n](e))}}function Bt(t,e){return e.domain(t.domain()).range(t.range()).interpolate(t.interpolate()).clamp(t.clamp()).unknown(t.unknown())}function It(){var t,e,n,r,i,o,a=Rt,s=Rt,l=Pt,u=Dt;function c(){var t=Math.min(a.length,s.length);return u!==Dt&&(u=function(t,e){var n;return t>e&&(n=t,t=e,e=n),function(n){return Math.max(t,Math.min(e,n))}}(a[0],a[t-1])),r=t>2?Lt:Vt,i=o=null,f}function f(e){return null==e||isNaN(e=+e)?n:(i||(i=r(a.map(t),s,l)))(t(u(e)))}return f.invert=function(n){return u(e((o||(o=r(s,a.map(t),Ct)))(n)))},f.domain=function(t){return arguments.length?(a=Array.from(t,Mt),c()):a.slice()},f.range=function(t){return arguments.length?(s=Array.from(t),c()):s.slice()},f.rangeRound=function(t){return s=Array.from(t),l=Tt,c()},f.clamp=function(t){return arguments.length?(u=!!t||Dt,c()):u!==Dt},f.interpolate=function(t){return arguments.length?(l=t,c()):l},f.unknown=function(t){return arguments.length?(n=t,f):n},function(n,r){return t=n,e=r,c()}}var Ht,zt=/^(?:(.)?([<>=^]))?([+\-( ])?([$#])?(0)?(\d+)?(,)?(\.\d+)?(~)?([a-z%])?$/i;function Ut(t){if(!(e=zt.exec(t)))throw new Error("invalid format: "+t);var e;return new Ft({fill:e[1],align:e[2],sign:e[3],symbol:e[4],zero:e[5],width:e[6],comma:e[7],precision:e[8]&&e[8].slice(1),trim:e[9],type:e[10]})}function Ft(t){this.fill=void 0===t.fill?" ":t.fill+"",this.align=void 0===t.align?">":t.align+"",this.sign=void 0===t.sign?"-":t.sign+"",this.symbol=void 0===t.symbol?"":t.symbol+"",this.zero=!!t.zero,this.width=void 0===t.width?void 0:+t.width,this.comma=!!t.comma,this.precision=void 0===t.precision?void 0:+t.precision,this.trim=!!t.trim,this.type=void 0===t.type?"":t.type+""}function $t(t,e){if((n=(t=e?t.toExponential(e-1):t.toExponential()).indexOf("e"))<0)return null;var n,r=t.slice(0,n);return[r.length>1?r[0]+r.slice(2):r,+t.slice(n+1)]}function qt(t){return(t=$t(Math.abs(t)))?t[1]:NaN}function Wt(t,e){var n=$t(t,e);if(!n)return t+"";var r=n[0],i=n[1];return i<0?"0."+new Array(-i).join("0")+r:r.length>i+1?r.slice(0,i+1)+"."+r.slice(i+1):r+new Array(i-r.length+2).join("0")}Ut.prototype=Ft.prototype,Ft.prototype.toString=function(){return this.fill+this.align+this.sign+this.symbol+(this.zero?"0":"")+(void 0===this.width?"":Math.max(1,0|this.width))+(this.comma?",":"")+(void 0===this.precision?"":"."+Math.max(0,0|this.precision))+(this.trim?"~":"")+this.type};var Gt={"%":(t,e)=>(100*t).toFixed(e),b:t=>Math.round(t).toString(2),c:t=>t+"",d:function(t){return Math.abs(t=Math.round(t))>=1e21?t.toLocaleString("en").replace(/,/g,""):t.toString(10)},e:(t,e)=>t.toExponential(e),f:(t,e)=>t.toFixed(e),g:(t,e)=>t.toPrecision(e),o:t=>Math.round(t).toString(8),p:(t,e)=>Wt(100*t,e),r:Wt,s:function(t,e){var n=$t(t,e);if(!n)return t+"";var r=n[0],i=n[1],o=i-(Ht=3*Math.max(-8,Math.min(8,Math.floor(i/3))))+1,a=r.length;return o===a?r:o>a?r+new Array(o-a+1).join("0"):o>0?r.slice(0,o)+"."+r.slice(o):"0."+new Array(1-o).join("0")+$t(t,Math.max(0,e+o-1))[0]},X:t=>Math.round(t).toString(16).toUpperCase(),x:t=>Math.round(t).toString(16)};function Zt(t){return t}var Kt,Xt,Yt,Jt=Array.prototype.map,Qt=["y","z","a","f","p","n","µ","m","","k","M","G","T","P","E","Z","Y"];function te(t){var e=t.domain;return t.ticks=function(t){var n=e();return E(n[0],n[n.length-1],null==t?10:t)},t.tickFormat=function(t,n){var r=e();return function(t,e,n,r){var i,o=function(t,e,n){n=+n;const r=(e=+e)<(t=+t),i=r?S(e,t,n):S(t,e,n);return(r?-1:1)*(i<0?1/-i:i)}(t,e,n);switch((r=Ut(null==r?",f":r)).type){case"s":var a=Math.max(Math.abs(t),Math.abs(e));return null!=r.precision||isNaN(i=function(t,e){return Math.max(0,3*Math.max(-8,Math.min(8,Math.floor(qt(e)/3)))-qt(Math.abs(t)))}(o,a))||(r.precision=i),Yt(r,a);case"":case"e":case"g":case"p":case"r":null!=r.precision||isNaN(i=function(t,e){return t=Math.abs(t),e=Math.abs(e)-t,Math.max(0,qt(e)-qt(t))+1}(o,Math.max(Math.abs(t),Math.abs(e))))||(r.precision=i-("e"===r.type));break;case"f":case"%":null!=r.precision||isNaN(i=function(t){return Math.max(0,-qt(Math.abs(t)))}(o))||(r.precision=i-2*("%"===r.type))}return Xt(r)}(r[0],r[r.length-1],null==t?10:t,n)},t.nice=function(n){null==n&&(n=10);var r,i,o=e(),a=0,s=o.length-1,l=o[a],u=o[s],c=10;for(u<l&&(i=l,l=u,u=i,i=a,a=s,s=i);c-- >0;){if((i=S(l,u,n))===r)return o[a]=l,o[s]=u,e(o);if(i>0)l=Math.floor(l/i)*i,u=Math.ceil(u/i)*i;else{if(!(i<0))break;l=Math.ceil(l*i)/i,u=Math.floor(u*i)/i}r=i}return t},t}function ee(){var t=It()(Dt,Dt);return t.copy=function(){return Bt(t,ee())},p.apply(t,arguments),te(t)}function ne(t){for(var e=t.length/6|0,n=new Array(e),r=0;r<e;)n[r]="#"+t.slice(6*r,6*++r);return n}Kt=function(t){var e,n,r=void 0===t.grouping||void 0===t.thousands?Zt:(e=Jt.call(t.grouping,Number),n=t.thousands+"",function(t,r){for(var i=t.length,o=[],a=0,s=e[0],l=0;i>0&&s>0&&(l+s+1>r&&(s=Math.max(1,r-l)),o.push(t.substring(i-=s,i+s)),!((l+=s+1)>r));)s=e[a=(a+1)%e.length];return o.reverse().join(n)}),i=void 0===t.currency?"":t.currency[0]+"",o=void 0===t.currency?"":t.currency[1]+"",a=void 0===t.decimal?".":t.decimal+"",s=void 0===t.numerals?Zt:function(t){return function(e){return e.replace(/[0-9]/g,(function(e){return t[+e]}))}}(Jt.call(t.numerals,String)),l=void 0===t.percent?"%":t.percent+"",u=void 0===t.minus?"−":t.minus+"",c=void 0===t.nan?"NaN":t.nan+"";function f(t){var e=(t=Ut(t)).fill,n=t.align,f=t.sign,h=t.symbol,d=t.zero,p=t.width,m=t.comma,g=t.precision,v=t.trim,y=t.type;"n"===y?(m=!0,y="g"):Gt[y]||(void 0===g&&(g=12),v=!0,y="g"),(d||"0"===e&&"="===n)&&(d=!0,e="0",n="=");var b="$"===h?i:"#"===h&&/[boxX]/.test(y)?"0"+y.toLowerCase():"",w="$"===h?o:/[%p]/.test(y)?l:"",_=Gt[y],x=/[defgprs%]/.test(y);function k(t){var i,o,l,h=b,k=w;if("c"===y)k=_(t)+k,t="";else{var C=(t=+t)<0||1/t<0;if(t=isNaN(t)?c:_(Math.abs(t),g),v&&(t=function(t){t:for(var e,n=t.length,r=1,i=-1;r<n;++r)switch(t[r]){case".":i=e=r;break;case"0":0===i&&(i=r),e=r;break;default:if(!+t[r])break t;i>0&&(i=0)}return i>0?t.slice(0,i)+t.slice(e+1):t}(t)),C&&0==+t&&"+"!==f&&(C=!1),h=(C?"("===f?f:u:"-"===f||"("===f?"":f)+h,k=("s"===y?Qt[8+Ht/3]:"")+k+(C&&"("===f?")":""),x)for(i=-1,o=t.length;++i<o;)if(48>(l=t.charCodeAt(i))||l>57){k=(46===l?a+t.slice(i+1):t.slice(i))+k,t=t.slice(0,i);break}}m&&!d&&(t=r(t,1/0));var A=h.length+t.length+k.length,O=A<p?new Array(p-A+1).join(e):"";switch(m&&d&&(t=r(O+t,O.length?p-k.length:1/0),O=""),n){case"<":t=h+t+k+O;break;case"=":t=h+O+t+k;break;case"^":t=O.slice(0,A=O.length>>1)+h+t+k+O.slice(A);break;default:t=O+h+t+k}return s(t)}return g=void 0===g?6:/[gprs]/.test(y)?Math.max(1,Math.min(21,g)):Math.max(0,Math.min(20,g)),k.toString=function(){return t+""},k}return{format:f,formatPrefix:function(t,e){var n=f(((t=Ut(t)).type="f",t)),r=3*Math.max(-8,Math.min(8,Math.floor(qt(e)/3))),i=Math.pow(10,-r),o=Qt[8+r/3];return function(t){return n(i*t)+o}}}}({thousands:",",grouping:[3],currency:["$",""]}),Xt=Kt.format,Yt=Kt.formatPrefix;var re=ne("1f77b4ff7f0e2ca02cd627289467bd8c564be377c27f7f7fbcbd2217becf");function ie(t){return"object"==typeof t&&"length"in t?t:Array.from(t)}function oe(t){return function(){return t}}function ae(t,e){if((i=t.length)>1)for(var n,r,i,o=1,a=t[e[0]],s=a.length;o<i;++o)for(r=a,a=t[e[o]],n=0;n<s;++n)a[n][1]+=a[n][0]=isNaN(r[n][1])?r[n][0]:r[n][1]}function se(t){for(var e=t.length,n=new Array(e);--e>=0;)n[e]=e;return n}function le(t,e){return t[e]}function ue(t){const e=[];return e.key=t,e}function ce(t){this._context=t}function fe(t){return new ce(t)}Array.prototype.slice,ce.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._point=0},lineEnd:function(){(this._line||0!==this._line&&1===this._point)&&this._context.closePath(),this._line=1-this._line},point:function(t,e){switch(t=+t,e=+e,this._point){case 0:this._point=1,this._line?this._context.lineTo(t,e):this._context.moveTo(t,e);break;case 1:this._point=2;default:this._context.lineTo(t,e)}}};const he=Math.PI,de=2*he,pe=1e-6,me=de-pe;function ge(t){this._+=t[0];for(let e=1,n=t.length;e<n;++e)this._+=arguments[e]+t[e]}class ve{constructor(t){this._x0=this._y0=this._x1=this._y1=null,this._="",this._append=null==t?ge:function(t){let e=Math.floor(t);if(!(e>=0))throw new Error(`invalid digits: ${t}`);if(e>15)return ge;const n=10**e;return function(t){this._+=t[0];for(let e=1,r=t.length;e<r;++e)this._+=Math.round(arguments[e]*n)/n+t[e]}}(t)}moveTo(t,e){this._append`M${this._x0=this._x1=+t},${this._y0=this._y1=+e}`}closePath(){null!==this._x1&&(this._x1=this._x0,this._y1=this._y0,this._append`Z`)}lineTo(t,e){this._append`L${this._x1=+t},${this._y1=+e}`}quadraticCurveTo(t,e,n,r){this._append`Q${+t},${+e},${this._x1=+n},${this._y1=+r}`}bezierCurveTo(t,e,n,r,i,o){this._append`C${+t},${+e},${+n},${+r},${this._x1=+i},${this._y1=+o}`}arcTo(t,e,n,r,i){if(t=+t,e=+e,n=+n,r=+r,(i=+i)<0)throw new Error(`negative radius: ${i}`);let o=this._x1,a=this._y1,s=n-t,l=r-e,u=o-t,c=a-e,f=u*u+c*c;if(null===this._x1)this._append`M${this._x1=t},${this._y1=e}`;else if(f>pe)if(Math.abs(c*s-l*u)>pe&&i){let h=n-o,d=r-a,p=s*s+l*l,m=h*h+d*d,g=Math.sqrt(p),v=Math.sqrt(f),y=i*Math.tan((he-Math.acos((p+f-m)/(2*g*v)))/2),b=y/v,w=y/g;Math.abs(b-1)>pe&&this._append`L${t+b*u},${e+b*c}`,this._append`A${i},${i},0,0,${+(c*h>u*d)},${this._x1=t+w*s},${this._y1=e+w*l}`}else this._append`L${this._x1=t},${this._y1=e}`}arc(t,e,n,r,i,o){if(t=+t,e=+e,o=!!o,(n=+n)<0)throw new Error(`negative radius: ${n}`);let a=n*Math.cos(r),s=n*Math.sin(r),l=t+a,u=e+s,c=1^o,f=o?r-i:i-r;null===this._x1?this._append`M${l},${u}`:(Math.abs(this._x1-l)>pe||Math.abs(this._y1-u)>pe)&&this._append`L${l},${u}`,n&&(f<0&&(f=f%de+de),f>me?this._append`A${n},${n},0,1,${c},${t-a},${e-s}A${n},${n},0,1,${c},${this._x1=l},${this._y1=u}`:f>pe&&this._append`A${n},${n},0,${+(f>=he)},${c},${this._x1=t+n*Math.cos(i)},${this._y1=e+n*Math.sin(i)}`)}rect(t,e,n,r){this._append`M${this._x0=this._x1=+t},${this._y0=this._y1=+e}h${n=+n}v${+r}h${-n}Z`}toString(){return this._}}function ye(t){let e=3;return t.digits=function(n){if(!arguments.length)return e;if(null==n)e=null;else{const t=Math.floor(n);if(!(t>=0))throw new RangeError(`invalid digits: ${n}`);e=t}return t},()=>new ve(e)}function be(t){return t[0]}function we(t){return t[1]}function _e(t,e){var n=oe(!0),r=null,i=fe,o=null,a=ye(s);function s(s){var l,u,c,f=(s=ie(s)).length,h=!1;for(null==r&&(o=i(c=a())),l=0;l<=f;++l)!(l<f&&n(u=s[l],l,s))===h&&((h=!h)?o.lineStart():o.lineEnd()),h&&o.point(+t(u,l,s),+e(u,l,s));if(c)return o=null,c+""||null}return t="function"==typeof t?t:void 0===t?be:oe(t),e="function"==typeof e?e:void 0===e?we:oe(e),s.x=function(e){return arguments.length?(t="function"==typeof e?e:oe(+e),s):t},s.y=function(t){return arguments.length?(e="function"==typeof t?t:oe(+t),s):e},s.defined=function(t){return arguments.length?(n="function"==typeof t?t:oe(!!t),s):n},s.curve=function(t){return arguments.length?(i=t,null!=r&&(o=i(r)),s):i},s.context=function(t){return arguments.length?(null==t?r=o=null:o=i(r=t),s):r},s}ve.prototype;var xe=i(1615);function ke(t){return t}var Ce=1,Ae=2,Oe=3,Ee=4,Se=1e-6;function je(t){return"translate("+t+",0)"}function Pe(t){return"translate(0,"+t+")"}function Te(t){return e=>+t(e)}function Me(t,e){return e=Math.max(0,t.bandwidth()-2*e)/2,t.round()&&(e=Math.round(e)),n=>+t(n)+e}function Re(){return!this.__axis}function De(t,e){var n=[],r=null,i=null,o=6,a=6,s=3,l="undefined"!=typeof window&&window.devicePixelRatio>1?0:.5,u=t===Ce||t===Ee?-1:1,c=t===Ee||t===Ae?"x":"y",f=t===Ce||t===Oe?je:Pe;function h(h){var d=null==r?e.ticks?e.ticks.apply(e,n):e.domain():r,p=null==i?e.tickFormat?e.tickFormat.apply(e,n):ke:i,m=Math.max(o,0)+s,g=e.range(),v=+g[0]+l,y=+g[g.length-1]+l,b=(e.bandwidth?Me:Te)(e.copy(),l),w=h.selection?h.selection():h,_=w.selectAll(".domain").data([null]),x=w.selectAll(".tick").data(d,e).order(),k=x.exit(),C=x.enter().append("g").attr("class","tick"),A=x.select("line"),O=x.select("text");_=_.merge(_.enter().insert("path",".tick").attr("class","domain").attr("stroke","currentColor")),x=x.merge(C),A=A.merge(C.append("line").attr("stroke","currentColor").attr(c+"2",u*o)),O=O.merge(C.append("text").attr("fill","currentColor").attr(c,u*m).attr("dy",t===Ce?"0em":t===Oe?"0.71em":"0.32em")),h!==w&&(_=_.transition(h),x=x.transition(h),A=A.transition(h),O=O.transition(h),k=k.transition(h).attr("opacity",Se).attr("transform",(function(t){return isFinite(t=b(t))?f(t+l):this.getAttribute("transform")})),C.attr("opacity",Se).attr("transform",(function(t){var e=this.parentNode.__axis;return f((e&&isFinite(e=e(t))?e:b(t))+l)}))),k.remove(),_.attr("d",t===Ee||t===Ae?a?"M"+u*a+","+v+"H"+l+"V"+y+"H"+u*a:"M"+l+","+v+"V"+y:a?"M"+v+","+u*a+"V"+l+"H"+y+"V"+u*a:"M"+v+","+l+"H"+y),x.attr("opacity",1).attr("transform",(function(t){return f(b(t)+l)})),A.attr(c+"2",u*o),O.attr(c,u*m).text(p),w.filter(Re).attr("fill","none").attr("font-size",10).attr("font-family","sans-serif").attr("text-anchor",t===Ae?"start":t===Ee?"end":"middle"),w.each((function(){this.__axis=b}))}return h.scale=function(t){return arguments.length?(e=t,h):e},h.ticks=function(){return n=Array.from(arguments),h},h.tickArguments=function(t){return arguments.length?(n=null==t?[]:Array.from(t),h):n.slice()},h.tickValues=function(t){return arguments.length?(r=null==t?null:Array.from(t),h):r&&r.slice()},h.tickFormat=function(t){return arguments.length?(i=t,h):i},h.tickSize=function(t){return arguments.length?(o=a=+t,h):o},h.tickSizeInner=function(t){return arguments.length?(o=+t,h):o},h.tickSizeOuter=function(t){return arguments.length?(a=+t,h):a},h.tickPadding=function(t){return arguments.length?(s=+t,h):s},h.offset=function(t){return arguments.length?(l=+t,h):l},h}function Ne(t){return De(Oe,t)}function Ve(t){return De(Ee,t)}function Le(){}function Be(t){return null==t?Le:function(){return this.querySelector(t)}}function Ie(){return[]}function He(t){return null==t?Ie:function(){return this.querySelectorAll(t)}}function ze(t){return function(){return this.matches(t)}}function Ue(t){return function(e){return e.matches(t)}}var Fe=Array.prototype.find;function $e(){return this.firstElementChild}var qe=Array.prototype.filter;function We(){return Array.from(this.children)}function Ge(t){return new Array(t.length)}function Ze(t,e){this.ownerDocument=t.ownerDocument,this.namespaceURI=t.namespaceURI,this._next=null,this._parent=t,this.__data__=e}function Ke(t,e,n,r,i,o){for(var a,s=0,l=e.length,u=o.length;s<u;++s)(a=e[s])?(a.__data__=o[s],r[s]=a):n[s]=new Ze(t,o[s]);for(;s<l;++s)(a=e[s])&&(i[s]=a)}function Xe(t,e,n,r,i,o,a){var s,l,u,c=new Map,f=e.length,h=o.length,d=new Array(f);for(s=0;s<f;++s)(l=e[s])&&(d[s]=u=a.call(l,l.__data__,s,e)+"",c.has(u)?i[s]=l:c.set(u,l));for(s=0;s<h;++s)u=a.call(t,o[s],s,o)+"",(l=c.get(u))?(r[s]=l,l.__data__=o[s],c.delete(u)):n[s]=new Ze(t,o[s]);for(s=0;s<f;++s)(l=e[s])&&c.get(d[s])===l&&(i[s]=l)}function Ye(t){return t.__data__}function Je(t){return"object"==typeof t&&"length"in t?t:Array.from(t)}function Qe(t,e){return t<e?-1:t>e?1:t>=e?0:NaN}Ze.prototype={constructor:Ze,appendChild:function(t){return this._parent.insertBefore(t,this._next)},insertBefore:function(t,e){return this._parent.insertBefore(t,e)},querySelector:function(t){return this._parent.querySelector(t)},querySelectorAll:function(t){return this._parent.querySelectorAll(t)}};var tn="http://www.w3.org/1999/xhtml",en={svg:"http://www.w3.org/2000/svg",xhtml:tn,xlink:"http://www.w3.org/1999/xlink",xml:"http://www.w3.org/XML/1998/namespace",xmlns:"http://www.w3.org/2000/xmlns/"};function nn(t){var e=t+="",n=e.indexOf(":");return n>=0&&"xmlns"!==(e=t.slice(0,n))&&(t=t.slice(n+1)),en.hasOwnProperty(e)?{space:en[e],local:t}:t}function rn(t){return function(){this.removeAttribute(t)}}function on(t){return function(){this.removeAttributeNS(t.space,t.local)}}function an(t,e){return function(){this.setAttribute(t,e)}}function sn(t,e){return function(){this.setAttributeNS(t.space,t.local,e)}}function ln(t,e){return function(){var n=e.apply(this,arguments);null==n?this.removeAttribute(t):this.setAttribute(t,n)}}function un(t,e){return function(){var n=e.apply(this,arguments);null==n?this.removeAttributeNS(t.space,t.local):this.setAttributeNS(t.space,t.local,n)}}function cn(t){return t.ownerDocument&&t.ownerDocument.defaultView||t.document&&t||t.defaultView}function fn(t){return function(){this.style.removeProperty(t)}}function hn(t,e,n){return function(){this.style.setProperty(t,e,n)}}function dn(t,e,n){return function(){var r=e.apply(this,arguments);null==r?this.style.removeProperty(t):this.style.setProperty(t,r,n)}}function pn(t,e){return t.style.getPropertyValue(e)||cn(t).getComputedStyle(t,null).getPropertyValue(e)}function mn(t){return function(){delete this[t]}}function gn(t,e){return function(){this[t]=e}}function vn(t,e){return function(){var n=e.apply(this,arguments);null==n?delete this[t]:this[t]=n}}function yn(t){return t.trim().split(/^|\s+/)}function bn(t){return t.classList||new wn(t)}function wn(t){this._node=t,this._names=yn(t.getAttribute("class")||"")}function _n(t,e){for(var n=bn(t),r=-1,i=e.length;++r<i;)n.add(e[r])}function xn(t,e){for(var n=bn(t),r=-1,i=e.length;++r<i;)n.remove(e[r])}function kn(t){return function(){_n(this,t)}}function Cn(t){return function(){xn(this,t)}}function An(t,e){return function(){(e.apply(this,arguments)?_n:xn)(this,t)}}function On(){this.textContent=""}function En(t){return function(){this.textContent=t}}function Sn(t){return function(){var e=t.apply(this,arguments);this.textContent=null==e?"":e}}function jn(){this.innerHTML=""}function Pn(t){return function(){this.innerHTML=t}}function Tn(t){return function(){var e=t.apply(this,arguments);this.innerHTML=null==e?"":e}}function Mn(){this.nextSibling&&this.parentNode.appendChild(this)}function Rn(){this.previousSibling&&this.parentNode.insertBefore(this,this.parentNode.firstChild)}function Dn(t){return function(){var e=this.ownerDocument,n=this.namespaceURI;return n===tn&&e.documentElement.namespaceURI===tn?e.createElement(t):e.createElementNS(n,t)}}function Nn(t){return function(){return this.ownerDocument.createElementNS(t.space,t.local)}}function Vn(t){var e=nn(t);return(e.local?Nn:Dn)(e)}function Ln(){return null}function Bn(){var t=this.parentNode;t&&t.removeChild(this)}function In(){var t=this.cloneNode(!1),e=this.parentNode;return e?e.insertBefore(t,this.nextSibling):t}function Hn(){var t=this.cloneNode(!0),e=this.parentNode;return e?e.insertBefore(t,this.nextSibling):t}function zn(t){return function(){var e=this.__on;if(e){for(var n,r=0,i=-1,o=e.length;r<o;++r)n=e[r],t.type&&n.type!==t.type||n.name!==t.name?e[++i]=n:this.removeEventListener(n.type,n.listener,n.options);++i?e.length=i:delete this.__on}}}function Un(t,e,n){return function(){var r,i=this.__on,o=function(t){return function(e){t.call(this,e,this.__data__)}}(e);if(i)for(var a=0,s=i.length;a<s;++a)if((r=i[a]).type===t.type&&r.name===t.name)return this.removeEventListener(r.type,r.listener,r.options),this.addEventListener(r.type,r.listener=o,r.options=n),void(r.value=e);this.addEventListener(t.type,o,n),r={type:t.type,name:t.name,value:e,listener:o,options:n},i?i.push(r):this.__on=[r]}}function Fn(t,e,n){var r=cn(t),i=r.CustomEvent;"function"==typeof i?i=new i(e,n):(i=r.document.createEvent("Event"),n?(i.initEvent(e,n.bubbles,n.cancelable),i.detail=n.detail):i.initEvent(e,!1,!1)),t.dispatchEvent(i)}function $n(t,e){return function(){return Fn(this,t,e)}}function qn(t,e){return function(){return Fn(this,t,e.apply(this,arguments))}}wn.prototype={add:function(t){this._names.indexOf(t)<0&&(this._names.push(t),this._node.setAttribute("class",this._names.join(" ")))},remove:function(t){var e=this._names.indexOf(t);e>=0&&(this._names.splice(e,1),this._node.setAttribute("class",this._names.join(" ")))},contains:function(t){return this._names.indexOf(t)>=0}};var Wn=[null];function Gn(t,e){this._groups=t,this._parents=e}function Zn(){return new Gn([[document.documentElement]],Wn)}Gn.prototype=Zn.prototype={constructor:Gn,select:function(t){"function"!=typeof t&&(t=Be(t));for(var e=this._groups,n=e.length,r=new Array(n),i=0;i<n;++i)for(var o,a,s=e[i],l=s.length,u=r[i]=new Array(l),c=0;c<l;++c)(o=s[c])&&(a=t.call(o,o.__data__,c,s))&&("__data__"in o&&(a.__data__=o.__data__),u[c]=a);return new Gn(r,this._parents)},selectAll:function(t){t="function"==typeof t?function(t){return function(){return null==(e=t.apply(this,arguments))?[]:Array.isArray(e)?e:Array.from(e);var e}}(t):He(t);for(var e=this._groups,n=e.length,r=[],i=[],o=0;o<n;++o)for(var a,s=e[o],l=s.length,u=0;u<l;++u)(a=s[u])&&(r.push(t.call(a,a.__data__,u,s)),i.push(a));return new Gn(r,i)},selectChild:function(t){return this.select(null==t?$e:function(t){return function(){return Fe.call(this.children,t)}}("function"==typeof t?t:Ue(t)))},selectChildren:function(t){return this.selectAll(null==t?We:function(t){return function(){return qe.call(this.children,t)}}("function"==typeof t?t:Ue(t)))},filter:function(t){"function"!=typeof t&&(t=ze(t));for(var e=this._groups,n=e.length,r=new Array(n),i=0;i<n;++i)for(var o,a=e[i],s=a.length,l=r[i]=[],u=0;u<s;++u)(o=a[u])&&t.call(o,o.__data__,u,a)&&l.push(o);return new Gn(r,this._parents)},data:function(t,e){if(!arguments.length)return Array.from(this,Ye);var n,r=e?Xe:Ke,i=this._parents,o=this._groups;"function"!=typeof t&&(n=t,t=function(){return n});for(var a=o.length,s=new Array(a),l=new Array(a),u=new Array(a),c=0;c<a;++c){var f=i[c],h=o[c],d=h.length,p=Je(t.call(f,f&&f.__data__,c,i)),m=p.length,g=l[c]=new Array(m),v=s[c]=new Array(m);r(f,h,g,v,u[c]=new Array(d),p,e);for(var y,b,w=0,_=0;w<m;++w)if(y=g[w]){for(w>=_&&(_=w+1);!(b=v[_])&&++_<m;);y._next=b||null}}return(s=new Gn(s,i))._enter=l,s._exit=u,s},enter:function(){return new Gn(this._enter||this._groups.map(Ge),this._parents)},exit:function(){return new Gn(this._exit||this._groups.map(Ge),this._parents)},join:function(t,e,n){var r=this.enter(),i=this,o=this.exit();return"function"==typeof t?(r=t(r))&&(r=r.selection()):r=r.append(t+""),null!=e&&(i=e(i))&&(i=i.selection()),null==n?o.remove():n(o),r&&i?r.merge(i).order():i},merge:function(t){for(var e=t.selection?t.selection():t,n=this._groups,r=e._groups,i=n.length,o=r.length,a=Math.min(i,o),s=new Array(i),l=0;l<a;++l)for(var u,c=n[l],f=r[l],h=c.length,d=s[l]=new Array(h),p=0;p<h;++p)(u=c[p]||f[p])&&(d[p]=u);for(;l<i;++l)s[l]=n[l];return new Gn(s,this._parents)},selection:function(){return this},order:function(){for(var t=this._groups,e=-1,n=t.length;++e<n;)for(var r,i=t[e],o=i.length-1,a=i[o];--o>=0;)(r=i[o])&&(a&&4^r.compareDocumentPosition(a)&&a.parentNode.insertBefore(r,a),a=r);return this},sort:function(t){function e(e,n){return e&&n?t(e.__data__,n.__data__):!e-!n}t||(t=Qe);for(var n=this._groups,r=n.length,i=new Array(r),o=0;o<r;++o){for(var a,s=n[o],l=s.length,u=i[o]=new Array(l),c=0;c<l;++c)(a=s[c])&&(u[c]=a);u.sort(e)}return new Gn(i,this._parents).order()},call:function(){var t=arguments[0];return arguments[0]=this,t.apply(null,arguments),this},nodes:function(){return Array.from(this)},node:function(){for(var t=this._groups,e=0,n=t.length;e<n;++e)for(var r=t[e],i=0,o=r.length;i<o;++i){var a=r[i];if(a)return a}return null},size:function(){let t=0;for(const e of this)++t;return t},empty:function(){return!this.node()},each:function(t){for(var e=this._groups,n=0,r=e.length;n<r;++n)for(var i,o=e[n],a=0,s=o.length;a<s;++a)(i=o[a])&&t.call(i,i.__data__,a,o);return this},attr:function(t,e){var n=nn(t);if(arguments.length<2){var r=this.node();return n.local?r.getAttributeNS(n.space,n.local):r.getAttribute(n)}return this.each((null==e?n.local?on:rn:"function"==typeof e?n.local?un:ln:n.local?sn:an)(n,e))},style:function(t,e,n){return arguments.length>1?this.each((null==e?fn:"function"==typeof e?dn:hn)(t,e,null==n?"":n)):pn(this.node(),t)},property:function(t,e){return arguments.length>1?this.each((null==e?mn:"function"==typeof e?vn:gn)(t,e)):this.node()[t]},classed:function(t,e){var n=yn(t+"");if(arguments.length<2){for(var r=bn(this.node()),i=-1,o=n.length;++i<o;)if(!r.contains(n[i]))return!1;return!0}return this.each(("function"==typeof e?An:e?kn:Cn)(n,e))},text:function(t){return arguments.length?this.each(null==t?On:("function"==typeof t?Sn:En)(t)):this.node().textContent},html:function(t){return arguments.length?this.each(null==t?jn:("function"==typeof t?Tn:Pn)(t)):this.node().innerHTML},raise:function(){return this.each(Mn)},lower:function(){return this.each(Rn)},append:function(t){var e="function"==typeof t?t:Vn(t);return this.select((function(){return this.appendChild(e.apply(this,arguments))}))},insert:function(t,e){var n="function"==typeof t?t:Vn(t),r=null==e?Ln:"function"==typeof e?e:Be(e);return this.select((function(){return this.insertBefore(n.apply(this,arguments),r.apply(this,arguments)||null)}))},remove:function(){return this.each(Bn)},clone:function(t){return this.select(t?Hn:In)},datum:function(t){return arguments.length?this.property("__data__",t):this.node().__data__},on:function(t,e,n){var r,i,o=function(t){return t.trim().split(/^|\s+/).map((function(t){var e="",n=t.indexOf(".");return n>=0&&(e=t.slice(n+1),t=t.slice(0,n)),{type:t,name:e}}))}(t+""),a=o.length;if(!(arguments.length<2)){for(s=e?Un:zn,r=0;r<a;++r)this.each(s(o[r],e,n));return this}var s=this.node().__on;if(s)for(var l,u=0,c=s.length;u<c;++u)for(r=0,l=s[u];r<a;++r)if((i=o[r]).type===l.type&&i.name===l.name)return l.value},dispatch:function(t,e){return this.each(("function"==typeof e?qn:$n)(t,e))},[Symbol.iterator]:function*(){for(var t=this._groups,e=0,n=t.length;e<n;++e)for(var r,i=t[e],o=0,a=i.length;o<a;++o)(r=i[o])&&(yield r)}};var Kn=Zn;function Xn(t){return"string"==typeof t?new Gn([[document.querySelector(t)]],[document.documentElement]):new Gn([[t]],Wn)}var Yn=i(6632);function Jn(t,e,n){return e=(0,u.A)(e),(0,l.A)(t,Qn()?Reflect.construct(e,n||[],(0,u.A)(t).constructor):e.apply(t,n))}function Qn(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){})))}catch(t){}return(Qn=function(){return!!t})()}var tr=function(t){function e(t){var n;return(0,a.A)(this,e),n=Jn(this,e,[t]),(0,h.A)(n,"PAD_LEFT",50),(0,h.A)(n,"PAD_RIGHT",15),(0,h.A)(n,"PAD_TOP",10),(0,h.A)(n,"PAD_BOTTOM",30),n.options=t,n.firstRender=!0,n}return(0,f.A)(e,t),(0,s.A)(e,[{key:"onRender",value:function(){Xn(window).on("resize.".concat(this.cid),this.onAttach.bind(this))}},{key:"onDestroy",value:function(){Xn(window).on("resize.".concat(this.cid),null)}},{key:"onAttach",value:function(){this.firstRender=!1}},{key:"setupViewport",value:function(){this.width=Math.floor(this.$el.outerWidth())-this.PAD_LEFT-this.PAD_RIGHT,this.height=Math.floor(this.$el.outerHeight())-this.PAD_BOTTOM-this.PAD_TOP,this.$el.html(Yn(this)),this.svg=Xn(this.$el[0]).select(".chart__svg"),this.plot=this.svg.select(".chart__plot")}},{key:"makeLeftAxis",value:function(t){var e=Ve();return this.makeAxis(e,this.svg.select(".chart__axis_y"),t,{left:this.PAD_LEFT,top:this.PAD_TOP})}},{key:"makeBottomAxis",value:function(t){var e=Ne();return this.makeAxis(e,this.svg.select(".chart__axis_x"),t,{left:this.PAD_LEFT,top:this.PAD_TOP+this.height})}},{key:"makeAxis",value:function(t,e,n){var r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{},i=r.left,o=void 0===i?0:i,a=r.top,s=void 0===a?0:a;return Object.keys(n).forEach((function(e){return t[e](n[e])})),e.call(t).attr("transform","translate(".concat(o,",").concat(s,")")),t}},{key:"getTooltipContent",value:function(){}},{key:"onItemOver",value:function(t,e){this.showTooltip(e,t.target)}},{key:"showTooltip",value:function(t,e){this.tooltip.show(this.getTooltipContent(t),this.$(e))}},{key:"hideTooltip",value:function(){this.tooltip.hide()}},{key:"bindTooltip",value:function(t){t.on("mouseenter",this.onItemOver.bind(this)).on("mouseleave",this.hideTooltip.bind(this))}}])}(xe.View),er=i(3064),nr=i(2239),rr=i(594);function ir(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 or(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?ir(Object(n),!0).forEach((function(e){(0,h.A)(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):ir(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}function ar(t,e,n){return e=(0,u.A)(e),(0,l.A)(t,sr()?Reflect.construct(e,n||[],(0,u.A)(t).constructor):e.apply(t,n))}function sr(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){})))}catch(t){}return(sr=function(){return!!t})()}var lr=function(t){function e(){var t;(0,a.A)(this,e);for(var n=arguments.length,r=new Array(n),i=0;i<n;i++)r[i]=arguments[i];return t=ar(this,e,[].concat(r)),(0,h.A)(t,"PAD_BOTTOM",50),t}return(0,f.A)(e,t),(0,s.A)(e,[{key:"initialize",value:function(t){this.x=x(),this.y=ee(),this.tooltip=new er.A({position:"top"}),this.keys=t.keys||this.model.keys(),this.stack=function(){var t=oe([]),e=se,n=ae,r=le;function i(i){var o,a,s=Array.from(t.apply(this,arguments),ue),l=s.length,u=-1;for(const t of i)for(o=0,++u;o<l;++o)(s[o][u]=[0,+r(t,s[o].key,u,i)]).data=t;for(o=0,a=ie(e(s));o<l;++o)s[a[o]].index=o;return n(s,a),s}return i.keys=function(e){return arguments.length?(t="function"==typeof e?e:oe(Array.from(e)),i):t},i.value=function(t){return arguments.length?(r="function"==typeof t?t:oe(+t),i):r},i.order=function(t){return arguments.length?(e=null==t?se:"function"==typeof t?t:oe(Array.from(t)),i):e},i.offset=function(t){return arguments.length?(n=null==t?ae:t,i):n},i}().keys(this.keys).value((function(t,e){return t.data[e]||0})),this.color=t.colors||b(re),t.notStacked&&this.stack.offset((function(){})),this.yTickFormat=t.yTickFormat||function(t){return t}}},{key:"onAttach",value:function(){var t=this.model.toJSON();t&&t.length>1?this.doShow(t):this.$el.html('<div class="widget__noitems">'.concat((0,nr.default)("chart.trend.empty"),"</div>")),function(t,e,n,r){var i=(0,c.A)((0,u.A)(t.prototype),"onAttach",n);return"function"==typeof i?function(t){return i.apply(n,t)}:i}(e,0,this)([])}},{key:"doShow",value:function(t){this.setupViewport(),this.x.range([0,this.width]),this.y.range([this.height,0]),this.x.domain(t.map((function(t){return t.id}))),this.y.domain([0,d(t,(function(t){return t.total}))]).nice();var e=this.stack(t);this.makeBottomAxis({scale:this.x,tickFormat:function(e,n){return t[n].name}}),this.makeLeftAxis({scale:this.y,tickFormat:this.yTickFormat}),"rtl"===document.dir?this.svg.selectAll(".chart__axis_x").selectAll("text").style("text-anchor","start"):this.svg.selectAll(".chart__axis_x").selectAll("text").style("text-anchor","end"),this.svg.selectAll(".chart__axis_x").selectAll("text").attr("dx","-.8em").attr("dy","-.6em").attr("transform","rotate(-90)"),this.options.hideAreas||this.showAreas(e),this.options.hideLines||this.showLines(e),this.options.hidePoints||this.showPoints(e),this.showSlices(t)}},{key:"showAreas",value:function(t){var e=this,n=function(t,e,n){var r=null,i=oe(!0),o=null,a=fe,s=null,l=ye(u);function u(u){var c,f,h,d,p,m=(u=ie(u)).length,g=!1,v=new Array(m),y=new Array(m);for(null==o&&(s=a(p=l())),c=0;c<=m;++c){if(!(c<m&&i(d=u[c],c,u))===g)if(g=!g)f=c,s.areaStart(),s.lineStart();else{for(s.lineEnd(),s.lineStart(),h=c-1;h>=f;--h)s.point(v[h],y[h]);s.lineEnd(),s.areaEnd()}g&&(v[c]=+t(d,c,u),y[c]=+e(d,c,u),s.point(r?+r(d,c,u):v[c],n?+n(d,c,u):y[c]))}if(p)return s=null,p+""||null}function c(){return _e().defined(i).curve(a).context(o)}return t="function"==typeof t?t:void 0===t?be:oe(+t),e="function"==typeof e?e:oe(void 0===e?0:+e),n="function"==typeof n?n:void 0===n?we:oe(+n),u.x=function(e){return arguments.length?(t="function"==typeof e?e:oe(+e),r=null,u):t},u.x0=function(e){return arguments.length?(t="function"==typeof e?e:oe(+e),u):t},u.x1=function(t){return arguments.length?(r=null==t?null:"function"==typeof t?t:oe(+t),u):r},u.y=function(t){return arguments.length?(e="function"==typeof t?t:oe(+t),n=null,u):e},u.y0=function(t){return arguments.length?(e="function"==typeof t?t:oe(+t),u):e},u.y1=function(t){return arguments.length?(n=null==t?null:"function"==typeof t?t:oe(+t),u):n},u.lineX0=u.lineY0=function(){return c().x(t).y(e)},u.lineY1=function(){return c().x(t).y(n)},u.lineX1=function(){return c().x(r).y(e)},u.defined=function(t){return arguments.length?(i="function"==typeof t?t:oe(!!t),u):i},u.curve=function(t){return arguments.length?(a=t,null!=o&&(s=a(o)),u):a},u.context=function(t){return arguments.length?(null==t?o=s=null:s=a(o=t),u):o},u}().x((function(t){return e.x(t.data.id)})).y0((function(t){return e.y(t[0])})).y1((function(t){return e.y(t[1])}));this.plot.selectAll(".trend__area").data(t).enter().append("path").attr("class","trend__area").attr("d",n).style("fill",(function(t){return e.color(t.key)})).style("opacity",.85)}},{key:"showLines",value:function(t){var e=this,n=_e().x((function(t){return e.x(t.data.id)})).y((function(t){return e.y(t[1])}));this.plot.selectAll(".trend__line").data(t).enter().append("path").attr("class",".trend__line").attr("d",n).style("stroke-width",2).style("stroke",(function(t){return e.color(t.key)}))}},{key:"showPoints",value:function(t){var e=this;this.plot.selectAll(".trend_points").data(t).enter().append("g").attr("class",".trend_point").style("fill",(function(t){return e.color(t.key)})).selectAll(".trend_point").data((function(t){return t})).enter().append("circle").attr("r",2).attr("cx",(function(t){return e.x(t.data.id)})).attr("cy",(function(t){return e.y(t[1])})).attr("class","trend_point")}},{key:"showSlices",value:function(t){var e=this;this.plot.selectAll(".slice").data(t).enter().append("g").attr("class","slice"),this.plot.selectAll(".slice").filter((function(t){return t.reportUrl})).append("a").attr("class","edge").filter((function(t){return t.reportUrl})).attr("xlink:href",(function(t){return t.reportUrl})),this.plot.selectAll(".slice").filter((function(t){return!t.reportUrl})).append("g").attr("class","edge"),this.plot.selectAll(".edge").append("line").attr("id",(function(t){return t.id})).attr("x1",(function(t){return e.x(t.id)})).attr("y1",(function(t){return e.y(t.total)})).attr("x2",(function(t){return e.x(t.id)})).attr("y2",this.y(0)).attr("stroke","white").attr("stroke-width",1).attr("class","report-line"),this.plot.selectAll(".edge").append("rect").style("opacity",0).attr("class","report-edge").attr("x",(function(t,n){return n>0?e.x(t.id)-e.x.step()/2:0})).attr("y",0).attr("height",this.height).attr("width",(function(t,n){return 0===n||e.x(t.id)===e.width?e.x.step()/2:e.x.step()})).on("mouseover",(function(t,n){var r=e.plot.append("circle").attr("class","anchor").attr("cx","".concat(e.x(n.id))).attr("cy","".concat(e.y(n.total/2)));e.showTooltip(n,r.node())})).on("mouseout",(function(){e.plot.selectAll(".anchor").remove(),e.hideTooltip()}))}},{key:"getTooltipContent",value:function(t){var e=this,n=or(or({},t),{},{data:this.keys.map((function(n){return{key:n,num:e.yTickFormat(t.data[n]),color:e.color(n)}})).filter((function(t){return!!t.num})).reverse()});return rr(n)}}])}(tr),ur=lr,cr=i(9962),fr=i(6410);function hr(t,e,n){return e=(0,u.A)(e),(0,l.A)(t,dr()?Reflect.construct(e,n||[],(0,u.A)(t).constructor):e.apply(t,n))}function dr(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){})))}catch(t){}return(dr=function(){return!!t})()}var pr=function(t){function e(){var t;(0,a.A)(this,e);for(var n=arguments.length,r=new Array(n),i=0;i<n;i++)r[i]=arguments[i];return t=hr(this,e,[].concat(r)),(0,h.A)(t,"template",fr),t}return(0,f.A)(e,t),(0,s.A)(e,[{key:"serializeData",value:function(){var t=void 0===this.showLinks||this.showLinks,n=void 0===this.showAll||this.showAll;return Object.assign(function(t,e,n,r){var i=(0,c.A)((0,u.A)(t.prototype),"serializeData",n);return"function"==typeof i?function(t){return i.apply(n,t)}:i}(e,0,this)([]),{rowTag:t?"a":"span",title:this.title,showAll:n,baseUrl:this.baseUrl})}}])}(cr.View),mr=i(8241);function gr(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 vr(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?gr(Object(n),!0).forEach((function(e){(0,h.A)(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):gr(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}function yr(t,e,n){return e=(0,u.A)(e),(0,l.A)(t,br()?Reflect.construct(e,n||[],(0,u.A)(t).constructor):e.apply(t,n))}function br(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){})))}catch(t){}return(br=function(){return!!t})()}var wr,_r=function(t){function e(){return(0,a.A)(this,e),yr(this,e,arguments)}return(0,f.A)(e,t),(0,s.A)(e,[{key:"initialize",value:function(t,e){this.options=e,this.url="widgets/".concat(this.options.name,".json")}},{key:"fetch",value:function(t){var r=this;return(0,n._8)(this.url,"application/json").then((function(n){return function(t,e,n,r){var i=(0,c.A)((0,u.A)(t.prototype),"fetch",n);return"function"==typeof i?function(t){return i.apply(n,t)}:i}(e,0,r)([vr(vr({},t),{},{url:n})])}))}},{key:"parse",value:function(t){return t.reverse().map((function(t,e){return vr(vr({},t),{},{id:e,name:t.buildOrder?"#".concat(t.buildOrder):"",total:(0,mr.values)((0,mr.omit)(t.data,"total")).reduce((function(t,e){return t+e}),0),data:(0,mr.omit)(t.data,"total")})}))}},{key:"keys",value:function(){return(0,mr.uniq)((0,mr.flatten)(this.map((function(t){return(0,mr.keys)(t.get("data"))}))))}},{key:"sortedKeysByLastValue",value:function(){var t=this.keys(),e=this.last().get("data");return t.sort((function(t,n){return(e[n]||0)-(e[t]||0)}))}}])}(xe.Collection),xr=i(6240),kr=i(1784),Cr=i(8127);function Ar(t,e,n){return e=(0,u.A)(e),(0,l.A)(t,Or()?Reflect.construct(e,n||[],(0,u.A)(t).constructor):e.apply(t,n))}function Or(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){})))}catch(t){}return(Or=function(){return!!t})()}var Er,Sr=(0,kr.s7)("empty-view")(wr=function(t){function e(){var t;(0,a.A)(this,e);for(var n=arguments.length,r=new Array(n),i=0;i<n;i++)r[i]=arguments[i];return t=Ar(this,e,[].concat(r)),(0,h.A)(t,"template",Cr),t}return(0,f.A)(e,t),(0,s.A)(e,[{key:"serializeData",value:function(){return{cls:this.className,message:this.options.message}}}])}(cr.View))||wr,jr=Sr,Pr=i(5661),Tr="undefined"!=typeof window?window:null,Mr=null===Tr,Rr=Mr?void 0:Tr.document,Dr="addEventListener",Nr="removeEventListener",Vr="getBoundingClientRect",Lr="_a",Br="_b",Ir="_c",Hr="horizontal",zr=function(){return!1},Ur=Mr?"calc":["","-webkit-","-moz-","-o-"].filter((function(t){var e=Rr.createElement("div");return e.style.cssText="width:"+t+"calc(9px)",!!e.style.length})).shift()+"calc",Fr=function(t){return"string"==typeof t||t instanceof String},$r=function(t){if(Fr(t)){var e=Rr.querySelector(t);if(!e)throw new Error("Selector "+t+" did not match a DOM element");return e}return t},qr=function(t,e,n){var r=t[e];return void 0!==r?r:n},Wr=function(t,e,n,r){if(e){if("end"===r)return 0;if("center"===r)return t/2}else if(n){if("start"===r)return 0;if("center"===r)return t/2}return t},Gr=function(t,e){var n=Rr.createElement("div");return n.className="gutter gutter-"+e,n},Zr=function(t,e,n){var r={};return Fr(e)?r[t]=e:r[t]=Ur+"("+e+"% - "+n+"px)",r},Kr=function(t,e){var n;return(n={})[t]=e+"px",n},Xr=function(t,e){if(void 0===e&&(e={}),Mr)return{};var n,r,i,o,a,s,l=t;Array.from&&(l=Array.from(l));var u=$r(l[0]).parentNode,c=getComputedStyle?getComputedStyle(u):null,f=c?c.flexDirection:null,h=qr(e,"sizes")||l.map((function(){return 100/l.length})),d=qr(e,"minSize",100),p=Array.isArray(d)?d:l.map((function(){return d})),m=qr(e,"maxSize",1/0),g=Array.isArray(m)?m:l.map((function(){return m})),v=qr(e,"expandToMin",!1),y=qr(e,"gutterSize",10),b=qr(e,"gutterAlign","center"),w=qr(e,"snapOffset",30),_=Array.isArray(w)?w:l.map((function(){return w})),x=qr(e,"dragInterval",1),k=qr(e,"direction",Hr),C=qr(e,"cursor",k===Hr?"col-resize":"row-resize"),A=qr(e,"gutter",Gr),O=qr(e,"elementStyle",Zr),E=qr(e,"gutterStyle",Kr);function S(t,e,r,i){var o=O(n,e,r,i);Object.keys(o).forEach((function(e){t.style[e]=o[e]}))}function j(){return s.map((function(t){return t.size}))}function P(t){return"touches"in t?t.touches[0][r]:t[r]}function T(t){var e=s[this.a],n=s[this.b],r=e.size+n.size;e.size=t/this.size*r,n.size=r-t/this.size*r,S(e.element,e.size,this[Br],e.i),S(n.element,n.size,this[Ir],n.i)}function M(t){var n,r=s[this.a],i=s[this.b];this.dragging&&(n=P(t)-this.start+(this[Br]-this.dragOffset),x>1&&(n=Math.round(n/x)*x),n<=r.minSize+r.snapOffset+this[Br]?n=r.minSize+this[Br]:n>=this.size-(i.minSize+i.snapOffset+this[Ir])&&(n=this.size-(i.minSize+this[Ir])),n>=r.maxSize-r.snapOffset+this[Br]?n=r.maxSize+this[Br]:n<=this.size-(i.maxSize-i.snapOffset+this[Ir])&&(n=this.size-(i.maxSize+this[Ir])),T.call(this,n),qr(e,"onDrag",zr)(j()))}function R(){var t=s[this.a].element,e=s[this.b].element,r=t[Vr](),a=e[Vr]();this.size=r[n]+a[n]+this[Br]+this[Ir],this.start=r[i],this.end=r[o]}function D(t){var e=function(t){if(!getComputedStyle)return null;var e=getComputedStyle(t);if(!e)return null;var n=t[a];return 0===n?null:n-=k===Hr?parseFloat(e.paddingLeft)+parseFloat(e.paddingRight):parseFloat(e.paddingTop)+parseFloat(e.paddingBottom)}(u);if(null===e)return t;if(p.reduce((function(t,e){return t+e}),0)>e)return t;var n=0,r=[],i=t.map((function(i,o){var a=e*i/100,s=Wr(y,0===o,o===t.length-1,b),l=p[o]+s;return a<l?(n+=l-a,r.push(0),l):(r.push(a-l),a)}));return 0===n?t:i.map((function(t,i){var o=t;if(n>0&&r[i]-n>0){var a=Math.min(n,r[i]-n);n-=a,o=t-a}return o/e*100}))}function N(){var t=this,n=s[t.a].element,r=s[t.b].element;t.dragging&&qr(e,"onDragEnd",zr)(j()),t.dragging=!1,Tr[Nr]("mouseup",t.stop),Tr[Nr]("touchend",t.stop),Tr[Nr]("touchcancel",t.stop),Tr[Nr]("mousemove",t.move),Tr[Nr]("touchmove",t.move),t.stop=null,t.move=null,n[Nr]("selectstart",zr),n[Nr]("dragstart",zr),r[Nr]("selectstart",zr),r[Nr]("dragstart",zr),n.style.userSelect="",n.style.webkitUserSelect="",n.style.MozUserSelect="",n.style.pointerEvents="",r.style.userSelect="",r.style.webkitUserSelect="",r.style.MozUserSelect="",r.style.pointerEvents="",t.gutter.style.cursor="",t.parent.style.cursor="",Rr.body.style.cursor=""}function V(t){if(!("button"in t)||0===t.button){var n=this,r=s[n.a].element,i=s[n.b].element;n.dragging||qr(e,"onDragStart",zr)(j()),t.preventDefault(),n.dragging=!0,n.move=M.bind(n),n.stop=N.bind(n),Tr[Dr]("mouseup",n.stop),Tr[Dr]("touchend",n.stop),Tr[Dr]("touchcancel",n.stop),Tr[Dr]("mousemove",n.move),Tr[Dr]("touchmove",n.move),r[Dr]("selectstart",zr),r[Dr]("dragstart",zr),i[Dr]("selectstart",zr),i[Dr]("dragstart",zr),r.style.userSelect="none",r.style.webkitUserSelect="none",r.style.MozUserSelect="none",r.style.pointerEvents="none",i.style.userSelect="none",i.style.webkitUserSelect="none",i.style.MozUserSelect="none",i.style.pointerEvents="none",n.gutter.style.cursor=C,n.parent.style.cursor=C,Rr.body.style.cursor=C,R.call(n),n.dragOffset=P(t)-n.end}}k===Hr?(n="width",r="clientX",i="left",o="right",a="clientWidth"):"vertical"===k&&(n="height",r="clientY",i="top",o="bottom",a="clientHeight"),h=D(h);var L=[];function B(t){var e=t.i===L.length,n=e?L[t.i-1]:L[t.i];R.call(n);var r=e?n.size-t.minSize-n[Ir]:t.minSize+n[Br];T.call(n,r)}return s=l.map((function(t,e){var r,i={element:$r(t),size:h[e],minSize:p[e],maxSize:g[e],snapOffset:_[e],i:e};if(e>0&&((r={a:e-1,b:e,dragging:!1,direction:k,parent:u})[Br]=Wr(y,e-1==0,!1,b),r[Ir]=Wr(y,!1,e===l.length-1,b),"row-reverse"===f||"column-reverse"===f)){var o=r.a;r.a=r.b,r.b=o}if(e>0){var a=A(e,k,i.element);!function(t,e,r){var i=E(n,e,r);Object.keys(i).forEach((function(e){t.style[e]=i[e]}))}(a,y,e),r[Lr]=V.bind(r),a[Dr]("mousedown",r[Lr]),a[Dr]("touchstart",r[Lr]),u.insertBefore(a,i.element),r.gutter=a}return S(i.element,i.size,Wr(y,0===e,e===l.length-1,b),e),e>0&&L.push(r),i})),s.forEach((function(t){var e=t.element[Vr]()[n];e<t.minSize&&(v?B(t):t.minSize=e)})),{setSizes:function(t){var e=D(t);e.forEach((function(t,n){if(n>0){var r=L[n-1],i=s[r.a],o=s[r.b];i.size=e[n-1],o.size=t,S(i.element,i.size,r[Br],i.i),S(o.element,o.size,r[Ir],o.i)}}))},getSizes:j,collapse:function(t){B(s[t])},destroy:function(t,e){L.forEach((function(r){if(!0!==e?r.parent.removeChild(r.gutter):(r.gutter[Nr]("mousedown",r[Lr]),r.gutter[Nr]("touchstart",r[Lr])),!0!==t){var i=O(n,r.a.size,r[Br]);Object.keys(i).forEach((function(t){s[r.a].element.style[t]="",s[r.b].element.style[t]=""}))}}))},parent:u,pairs:L}},Yr=i(788),Jr=i(9482),Qr=i(5363);function ti(t,e,n){return e=(0,u.A)(e),(0,l.A)(t,ei()?Reflect.construct(e,n||[],(0,u.A)(t).constructor):e.apply(t,n))}function ei(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){})))}catch(t){}return(ei=function(){return!!t})()}var ni,ri,ii,oi,ai=(0,kr.s7)("side-by-side")(Er=(0,kr.Ei)({left:".side-by-side__left",right:".side-by-side__right"})(Er=function(t){function e(){var t;(0,a.A)(this,e);for(var n=arguments.length,r=new Array(n),i=0;i<n;i++)r[i]=arguments[i];return t=ti(this,e,[].concat(r)),(0,h.A)(t,"template",Qr),t}return(0,f.A)(e,t),(0,s.A)(e,[{key:"onAttach",value:function(){var t=Xr([".side-by-side__left",".side-by-side__right"],{gutterSize:7,sizes:Jr.A.getSideBySidePosition(),onDragEnd:function(){var e=t.getSizes();Jr.A.setSideBySidePosition(e),(0,Yr.A)("side-by-side-resize",{sizes:e})}})}},{key:"onRender",value:function(){var t=this.options,e=t.left,n=t.right;this.showChildView("left",e),this.showChildView("right",n)}},{key:"templateContext",value:function(){return{cls:"side-by-side"}}}])}(cr.View))||Er)||Er,si=ai,li=i(768),ui=i(4949),ci=["flaky","newFailed","newPassed","newBroken","retriesStatusChange"],fi=i(6682);function hi(t,e,n){return e=(0,u.A)(e),(0,l.A)(t,di()?Reflect.construct(e,n||[],(0,u.A)(t).constructor):e.apply(t,n))}function di(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){})))}catch(t){}return(di=function(){return!!t})()}var pi,mi,gi,vi,yi=(ni=(0,kr.s7)("marks-toggle"),ri=(0,kr.on)("click .y-label-mark, .n-label-mark"),ni((oi=function(t){function e(){var t;(0,a.A)(this,e);for(var n=arguments.length,r=new Array(n),i=0;i<n;i++)r[i]=arguments[i];return t=hi(this,e,[].concat(r)),(0,h.A)(t,"template",fi),t}return(0,f.A)(e,t),(0,s.A)(e,[{key:"initialize",value:function(t){var e=t.settings;this.settings=e,this.listenTo(e,"change",this.render)}},{key:"serializeData",value:function(){var t=this,e=this.settings.getVisibleMarks();return{marks:ci.map((function(n){return{mark:n,markName:(0,nr.default)("marks.".concat(n),{}),active:!!e[n],count:t.statistic?t.statistic[status.toLowerCase()]:0}}))}}},{key:"onToggleMark",value:function(t){var e=this.$(t.currentTarget),n=e.data("mark"),r=e.hasClass("n-label-mark"),i=this.settings.getVisibleMarks();this.settings.setVisibleMarks(Object.assign({},i,(0,h.A)({},n,r))),(0,Yr.A)("marks_toggle_click",{status:n,checked:r})}}])}(cr.View),(0,ui.A)(oi.prototype,"onToggleMark",[ri],Object.getOwnPropertyDescriptor(oi.prototype,"onToggleMark"),oi.prototype),ii=oi))||ii),bi=yi,wi=i(7034);function _i(t,e,n){return e=(0,u.A)(e),(0,l.A)(t,xi()?Reflect.construct(e,n||[],(0,u.A)(t).constructor):e.apply(t,n))}function xi(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){})))}catch(t){}return(xi=function(){return!!t})()}var ki,Ci,Ai,Oi,Ei="searchQuery",Si=(pi=(0,kr.s7)("search"),mi=(0,kr.on)("input input"),pi((vi=function(t){function e(){var t;(0,a.A)(this,e);for(var n=arguments.length,r=new Array(n),i=0;i<n;i++)r[i]=arguments[i];return t=_i(this,e,[].concat(r)),(0,h.A)(t,"template",wi),t}return(0,f.A)(e,t),(0,s.A)(e,[{key:"initialize",value:function(t){var e=t.state;this.state=e}},{key:"onRender",value:function(){this.$("input").val(this.state.get(Ei))}},{key:"onChangeSorting",value:function(t){this.state.set(Ei,t.target.value),(0,Yr.A)("search")}},{key:"close",value:function(){this.state.set(Ei,"")}}])}(cr.View),(0,ui.A)(vi.prototype,"onChangeSorting",[mi],Object.getOwnPropertyDescriptor(vi.prototype,"onChangeSorting"),vi.prototype),gi=vi))||gi),ji=Si,Pi=i(3947);function Ti(t,e,n){return e=(0,u.A)(e),(0,l.A)(t,Mi()?Reflect.construct(e,n||[],(0,u.A)(t).constructor):e.apply(t,n))}function Mi(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){})))}catch(t){}return(Mi=function(){return!!t})()}var Ri,Di,Ni,Vi,Li=["sorter.order","sorter.name","sorter.duration","sorter.status"],Bi=(ki=(0,kr.s7)("sorter"),Ci=(0,kr.on)("click .sorter__item"),ki((Oi=function(t){function e(){var t;(0,a.A)(this,e);for(var n=arguments.length,r=new Array(n),i=0;i<n;i++)r[i]=arguments[i];return t=Ti(this,e,[].concat(r)),(0,h.A)(t,"template",Pi),t}return(0,f.A)(e,t),(0,s.A)(e,[{key:"initialize",value:function(t){var e=t.settings;this.settings=e}},{key:"onChangeSorting",value:function(t){var e=this.$(t.currentTarget);this.settings.setTreeSorting({sorter:e.data("name"),ascending:!e.data("asc")});var n=e.data("asc");this.$(".sorter_enabled").toggleClass("sorter_enabled"),e.data("asc",!n),e.find(".sorter__name").toggleClass("sorter_enabled"),e.find(n?"[data-asc]":"[data-desc]").toggleClass("sorter_enabled")}},{key:"serializeData",value:function(){var t=this.settings.getTreeSorting();return{sorters:Li.map((function(e){return{name:e,asc:t.sorter===e&&t.ascending,desc:t.sorter===e&&!t.ascending}}))}}}])}(cr.View),(0,ui.A)(Oi.prototype,"onChangeSorting",[Ci],Object.getOwnPropertyDescriptor(Oi.prototype,"onChangeSorting"),Oi.prototype),Ai=Oi))||Ai),Ii=Bi,Hi=i(1889),zi=i(6298);function Ui(t,e,n){return e=(0,u.A)(e),(0,l.A)(t,Fi()?Reflect.construct(e,n||[],(0,u.A)(t).constructor):e.apply(t,n))}function Fi(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){})))}catch(t){}return(Fi=function(){return!!t})()}var $i=(Ri=(0,kr.s7)("status-toggle"),Di=(0,kr.on)("click .y-label, .n-label"),Ri((Vi=function(t){function e(){var t;(0,a.A)(this,e);for(var n=arguments.length,r=new Array(n),i=0;i<n;i++)r[i]=arguments[i];return t=Ui(this,e,[].concat(r)),(0,h.A)(t,"template",zi),t}return(0,f.A)(e,t),(0,s.A)(e,[{key:"initialize",value:function(t){var e=t.settings,n=t.statistic;this.settings=e,this.statistic=n,this.listenTo(e,"change",this.render)}},{key:"serializeData",value:function(){var t=this,e=this.settings.getVisibleStatuses();return{statuses:Hi.z.map((function(n){return{status:n,statusName:(0,nr.default)("status.".concat(n),{}),active:!!e[n],count:t.statistic?t.statistic[n.toLowerCase()]:0}}))}}},{key:"onToggleStatus",value:function(t){var e=this.$(t.currentTarget),n=e.data("status"),r=e.hasClass("n-label"),i=this.settings.getVisibleStatuses();this.settings.setVisibleStatuses(Object.assign({},i,(0,h.A)({},n,r))),(0,Yr.A)("status_toggle_click",{status:n,checked:r})}}])}(cr.View),(0,ui.A)(Vi.prototype,"onToggleStatus",[Di],Object.getOwnPropertyDescriptor(Vi.prototype,"onToggleStatus"),Vi.prototype),Ni=Vi))||Ni),qi=$i;function Wi(t,e){return t.order<e.order?-1:1}function Gi(t,e){return String(t.name).toLowerCase()<String(e.name).toLowerCase()?-1:1}function Zi(t,e){return t.time&&t.time.duration&&e.time&&e.time.duration&&t.time.duration<e.time.duration?-1:1}function Ki(t,e){return t.time&&t.time.maxDuration&&e.time&&e.time.maxDuration&&t.time.maxDuration<e.time.maxDuration?-1:1}function Xi(t,e){return Hi.z.indexOf(t.status)>Hi.z.indexOf(e.status)?-1:1}function Yi(t,e){return Hi.z.reduce((function(n,r){return t.statistic[r]!==e.statistic[r]&&0===n?t.statistic[r]-e.statistic[r]:n}),0)}function Ji(t,e,n,r,i){return t.children&&!e.children?-1:!t.children&&e.children?1:t.children&&e.children?i*r(t,e):t.children||e.children?0:i*n(t,e)}function Qi(t){var e=t.sorter,n=t.ascending?1:-1;switch(e){case"sorter.order":return function(t,e){return Ji(t,e,Wi,Gi,n)};case"sorter.name":return function(t,e){return Ji(t,e,Gi,Gi,n)};case"sorter.duration":return function(t,e){return Ji(t,e,Zi,Ki,n)};case"sorter.status":return function(t,e){return Ji(t,e,Xi,Yi,n)};default:return 0}}function to(t){return t&&t.startsWith("tag:")?no(t.substring(4)):eo(t)}function eo(t){return t=t&&t.toLowerCase()||"",function(e){return!t||e.name.toLowerCase().indexOf(t)>-1||e.children&&e.children.some(eo(t))}}function no(t){var e=(t=t&&t.toLowerCase().trim()||"").split(/\s*,\s*/).filter((function(t){return t}));return function(n){var r=Array.isArray(n.tags)?n.tags.filter((function(t){return t})).map((function(t){return t.toLowerCase().trim()})):[];return!t||e.every((function(t){return r.indexOf(t)>-1}))||n.children&&n.children.some(no(t))}}var ro=i(7268);function io(t,e,n){return e=(0,u.A)(e),(0,l.A)(t,oo()?Reflect.construct(e,n||[],(0,u.A)(t).constructor):e.apply(t,n))}function oo(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){})))}catch(t){}return(oo=function(){return!!t})()}var ao,so,lo,uo,co,fo={27:"esc",37:"left",38:"up",39:"right",40:"down"},ho=function(t){function e(){return(0,a.A)(this,e),io(this,e,arguments)}return(0,f.A)(e,t),(0,s.A)(e,[{key:"initialize",value:function(){r(document).on("keydown",this.keyHandler.bind(this))}},{key:"keyHandler",value:function(t){var e=fo[t.keyCode];e&&this.trigger("key:".concat(e),t)}}])}(cr.Object),po=new ho,mo=i(4837);function go(t,e,n){return e=(0,u.A)(e),(0,l.A)(t,vo()?Reflect.construct(e,n||[],(0,u.A)(t).constructor):e.apply(t,n))}function vo(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){})))}catch(t){}return(vo=function(){return!!t})()}var yo,bo,wo,_o,xo,ko,Co=(ao=(0,kr.s7)("tree"),so=(0,kr.h1)("TooltipBehavior",{position:"bottom"}),lo=(0,kr.on)("click .node__title"),ao(uo=so((co=function(t){function e(){var t;(0,a.A)(this,e);for(var n=arguments.length,r=new Array(n),i=0;i<n;i++)r[i]=arguments[i];return t=go(this,e,[].concat(r)),(0,h.A)(t,"template",mo),(0,h.A)(t,"cachedQuery",""),t}return(0,f.A)(e,t),(0,s.A)(e,[{key:"initialize",value:function(t){var e=t.routeState,n=t.state,r=t.tabName,i=t.baseUrl,o=t.settings;this.state=n,this.routeState=e,this.baseUrl=i,this.tabName=r,this.setState(),this.listenTo(this.routeState,"change:treeNode",this.selectNode),this.listenTo(this.routeState,"change:testResultTab",this.render),this.settings=o,this.listenTo(this.settings,"change",this.render),this.listenTo(this.state,"change",this.handleStateChange),this.listenTo(po,"key:up",this.onKeyUp,this),this.listenTo(po,"key:down",this.onKeyDown,this),this.listenTo(po,"key:esc",this.onKeyBack,this),this.listenTo(po,"key:left",this.onKeyBack,this)}},{key:"applyFilters",value:function(){var t,e,n=this.settings.getVisibleStatuses(),r=this.settings.getVisibleMarks(),i=function(){for(var t=arguments.length,e=new Array(t),n=0;n<t;n++)e[n]=arguments[n];return function(t){var n=!0;return e.forEach((function(e){n=n&&e(t)})),n}}(to(this.state.get(Ei)),(e=n,function(t){return t.children?t.children.length>0:e[t.status]}),(t=r,function(e){return e.children?e.children.length>0:ci.map((function(n){return!t[n]||e[n]})).reduce((function(t,e){return t&&e}),!0)})),o=Qi(this.settings.getTreeSorting());this.collection.applyFilterAndSorting(i,o)}},{key:"setState",value:function(){var t=this.routeState.get("treeNode");if(t&&t.testResult){var e=t.testResult;this.state.set(e,!0)}if(t&&t.testGroup){var n=t.testGroup;this.state.set(n,!0)}}},{key:"onBeforeRender",value:function(){this.applyFilters()}},{key:"handleStateChange",value:function(){var t=this.state.get(Ei);t!==this.cachedQuery&&(this.cachedQuery=t,this.render())}},{key:"onRender",value:function(){var t=this;this.selectNode(),this.state.get(Ei)?this.$(".node__title").each((function(e,n){t.$(n).parent().addClass("node__expanded")})):this.restoreState()}},{key:"selectNode",value:function(){var t=this.routeState.previous("treeNode");this.toggleNode(t,!1);var e=this.routeState.get("treeNode");this.toggleNode(e,!0),this.restoreState()}},{key:"toggleNode",value:function(t){var e=!(arguments.length>1&&void 0!==arguments[1])||arguments[1];t&&(this.findElement(t).toggleClass("node__title_active",e),this.changeState(t.testResult),this.changeState(t.testGroup))}},{key:"changeState",value:function(t){arguments.length>1&&void 0!==arguments[1]&&!arguments[1]?this.state.unset(t):this.state.set(t,!0)}},{key:"restoreState",value:function(){var t=this;this.$("[data-uid]").each((function(e,n){var r=t.$(n),i=r.data("uid");r.toggleClass("node__expanded",t.state.has(i))})),this.$(".node__title_active").parents(".node").toggleClass("node__expanded",!0),this.$(".node").parents(".node__expanded").length>0?this.$(".node__expanded").parents("div.node.node__expanded").toggleClass("node__expanded",!0):this.$(".node__expanded").parents(".node").toggleClass("node__expanded",!0)}},{key:"findElement",value:function(t){return t.testResult?this.$("[data-uid='".concat(t.testResult,"'][data-parentUid='").concat(t.testGroup,"']")):this.$("[data-uid='".concat(t.testGroup,"']"))}},{key:"onNodeClick",value:function(t){var e=this.$(t.currentTarget),n=e.data("uid");this.changeState(n,!this.state.has(n)),e.parent().toggleClass("node__expanded")}},{key:"onKeyUp",value:function(t){t.preventDefault();var e=this.routeState.get("treeNode");e&&e.testResult?this.selectTestResult(this.collection.getPreviousTestResult(e.testResult)):this.selectTestResult(this.collection.getLastTestResult())}},{key:"onKeyDown",value:function(t){t.preventDefault();var e=this.routeState.get("treeNode");e&&e.testResult?this.selectTestResult(this.collection.getNextTestResult(e.testResult)):this.selectTestResult(this.collection.getFirstTestResult())}},{key:"onKeyBack",value:function(t){t.preventDefault();var e=this.routeState.get("treeNode");e&&(e.testGroup&&e.testResult?this.routeState.get("attachment")?ro.A.setSearch({attachment:null}):ro.A.toUrl("".concat(this.baseUrl,"/").concat(e.testGroup)):e.testGroup&&ro.A.toUrl("".concat(this.baseUrl)))}},{key:"selectTestResult",value:function(t){if(t){var e=this.routeState.get("testResultTab")||"";ro.A.toUrl("".concat(this.baseUrl,"/").concat(t.parentUid,"/").concat(t.uid,"/").concat(e),{replace:!0})}}},{key:"templateContext",value:function(){return{cls:this.className,baseUrl:this.baseUrl,showGroupInfo:this.settings.isShowGroupInfo(),time:this.collection.time,statistic:this.collection.statistic,uid:this.collection.uid,tabName:this.tabName,items:this.collection.toJSON(),testResultTab:this.routeState.get("testResultTab")||""}}}])}(cr.View),(0,ui.A)(co.prototype,"onNodeClick",[lo],Object.getOwnPropertyDescriptor(co.prototype,"onNodeClick"),co.prototype),uo=co))||uo)||uo),Ao=Co,Oo=i(8305),Eo=i(7728);function So(t,e,n){return e=(0,u.A)(e),(0,l.A)(t,jo()?Reflect.construct(e,n||[],(0,u.A)(t).constructor):e.apply(t,n))}function jo(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){})))}catch(t){}return(jo=function(){return!!t})()}var Po,To=(yo=(0,kr.s7)("tree"),bo=(0,kr.h1)("TooltipBehavior",{position:"bottom"}),wo=(0,kr.Ei)({search:".pane__search",sorter:".tree__sorter",filter:".tree__filter",filterMarks:".tree__filter-marks",content:".tree__content"}),_o=(0,kr.on)("click .tree__info"),yo(xo=bo(xo=wo((ko=function(t){function e(){var t;(0,a.A)(this,e);for(var n=arguments.length,r=new Array(n),i=0;i<n;i++)r[i]=arguments[i];return t=So(this,e,[].concat(r)),(0,h.A)(t,"template",Eo),t}return(0,f.A)(e,t),(0,s.A)(e,[{key:"initialize",value:function(t){var e=t.routeState,n=t.state,r=void 0===n?new xe.Model:n,i=t.tabName,o=t.baseUrl,a=t.csvUrl,s=void 0===a?null:a,l=t.settings,u=void 0===l?(0,Oo.O$)(o):l;this.state=r,this.routeState=e,this.baseUrl=o,this.csvUrl=s,this.tabName=i,this.listenTo(this.routeState,"change:testResultTab",this.render),this.settings=u}},{key:"onInfoClick",value:function(){var t=this.settings.isShowGroupInfo();this.settings.setShowGroupInfo(!t),(0,Yr.A)("tree_info_click",{enable:!t})}},{key:"onRender",value:function(){this.showChildView("content",new Ao({state:this.state,routeState:this.routeState,tabName:this.tabName,baseUrl:this.baseUrl,settings:this.settings,collection:this.collection})),this.showChildView("search",new ji({state:this.state})),this.showChildView("sorter",new Ii({settings:this.settings})),this.showChildView("filter",new qi({settings:this.settings,statistic:this.collection.statistic})),this.showChildView("filterMarks",new bi({settings:this.settings}))}},{key:"templateContext",value:function(){return{cls:this.className,showGroupInfo:this.settings.isShowGroupInfo(),tabName:this.tabName,shownCases:0,totalCases:0,filtered:!1,csvUrl:this.csvUrl}}}])}(cr.View),(0,ui.A)(ko.prototype,"onInfoClick",[_o],Object.getOwnPropertyDescriptor(ko.prototype,"onInfoClick"),ko.prototype),xo=ko))||xo)||xo)||xo),Mo=To,Ro=i(3048);function Do(t,e,n){return e=(0,u.A)(e),(0,l.A)(t,No()?Reflect.construct(e,n||[],(0,u.A)(t).constructor):e.apply(t,n))}function No(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){})))}catch(t){}return(No=function(){return!!t})()}var Vo=(0,kr.s7)("side-by-side")(Po=function(t){function e(){return(0,a.A)(this,e),Do(this,e,arguments)}return(0,f.A)(e,t),(0,s.A)(e,[{key:"initialize",value:function(t){var n=this,r=t.tree,i=t.routeState,o=t.csvUrl;!function(t,e,n,r){var i=(0,c.A)((0,u.A)(t.prototype),"initialize",n);return"function"==typeof i?function(t){return i.apply(n,t)}:i}(e,0,this)([]),this.csvUrl=o,this.tree=r,this.routeState=i,this.listenTo(this.routeState,"change:treeNode",(function(t,e){return n.showLeaf(e)}))}},{key:"showLeaf",value:function(t){var e=this;if(t&&t.testResult){var n="#".concat(this.options.baseUrl,"/").concat(t.testGroup,"/").concat(t.testResult),r=new Ro.A({uid:t.testResult});r.fetch({url:r.url(),success:function(){return e.showChildView("right",new li.A({baseUrl:n,model:r,routeState:e.routeState}))},error:function(){return e.showChildView("right",new Pr.A({code:404,message:'Test result with uid "'.concat(t.testResult,'" not found')}))}})}else this.showChildView("right",new jr({message:"No item selected"}))}},{key:"onRender",value:function(){var t=this.options,e=t.tabName,n=t.baseUrl,r=new Mo({collection:this.tree,routeState:this.routeState,treeSorters:[],tabName:e,baseUrl:n,csvUrl:this.csvUrl});this.showChildView("left",r)}},{key:"templateContext",value:function(){return{cls:"testresult-tree"}}}])}(si))||Po,Lo=Vo;function Bo(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 Io(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?Bo(Object(n),!0).forEach((function(e){(0,h.A)(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):Bo(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}function Ho(t,e,n){return e=(0,u.A)(e),(0,l.A)(t,zo()?Reflect.construct(e,n||[],(0,u.A)(t).constructor):e.apply(t,n))}function zo(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){})))}catch(t){}return(zo=function(){return!!t})()}function Uo(t,e,n,r){e&&e[n]&&(t[n]=r(t[n],e[n]))}var Fo=function(t){function e(){return(0,a.A)(this,e),Ho(this,e,arguments)}return(0,f.A)(e,t),(0,s.A)(e,[{key:"initialize",value:function(t,e){var n=e.url;this.url=n}},{key:"fetch",value:function(t){var r=this;return(0,n._8)(this.url,"application/json").then((function(n){return function(t,e,n,r){var i=(0,c.A)((0,u.A)(t.prototype),"fetch",n);return"function"==typeof i?function(t){return i.apply(n,t)}:i}(e,0,r)([Io(Io({},t),{},{url:n})])}))}},{key:"findLeaf",value:function(t,e){return(0,mr.findWhere)(this.allResults,{parentUid:t,uid:e})}},{key:"getFlattenTestResults",value:function(t){var e=this;return(0,mr.flatten)(t.map((function(t){return t.children?e.getFlattenTestResults(t.children):t})))}},{key:"parse",value:function(t){var e=t.uid,n=t.children||[];return this.uid=e,this.allResults=this.getFlattenTestResults(n),this.allNodes=n,this.time=this.calculateTime(this.allResults),this.statistic=this.calculateStatistic(this.allResults),n}},{key:"applyFilterAndSorting",value:function(t,e){var n=this.getFilteredAndSortedChildren(this.allNodes,t,e);this.reset(n),this.testResults=this.getFlattenTestResults(n)}},{key:"getFilteredAndSortedChildren",value:function(t,e,n){var r=this;return this.calculateOrder(t).map((function(t){if(t.children){var i=r.getFilteredAndSortedChildren(t.children,e,n);return Io(Io({},t),{},{children:i,statistic:r.calculateStatistic(i),time:r.calculateTime(i)})}return t})).filter(e).sort(n)}},{key:"getFirstTestResult",value:function(){if(this.testResults.length>0)return this.testResults[0]}},{key:"getLastTestResult",value:function(){if(this.testResults.length>0)return this.testResults[this.testResults.length-1]}},{key:"getNextTestResult",value:function(t){var e=this.testResults.findIndex((function(e){return e.uid===t}));if(e<this.testResults.length-1)return this.testResults[e+1]}},{key:"getPreviousTestResult",value:function(t){var e=this.testResults.findIndex((function(e){return e.uid===t}));if(e>0)return this.testResults[e-1]}},{key:"calculateOrder",value:function(t){var e=this;if(t){var n=0;return t.forEach((function(t){t.children?e.calculateOrder(t.children):t.order=++n})),t}return[]}},{key:"calculateStatistic",value:function(t){var e={};return Hi.z.forEach((function(t){e[t]=0})),t.forEach((function(t){t.children?Hi.z.forEach((function(n){e[n]+=t.statistic?t.statistic[n]:0})):e[t.status]++})),e}},{key:"calculateTime",value:function(t){var e={maxDuration:Number.MIN_VALUE,minDuration:Number.MAX_VALUE,sumDuration:0,duration:0,start:Number.MAX_VALUE,stop:Number.MIN_VALUE};return t.forEach((function(t){t.children?(Uo(e,t.time,"maxDuration",Math.max),Uo(e,t.time,"minDuration",Math.min),Uo(e,t.time,"sumDuration",(function(t,e){return t+e}))):t.time&&isFinite(t.time.duration)&&(e.maxDuration=Math.max(e.maxDuration,t.time.duration),e.minDuration=Math.min(e.minDuration,t.time.duration),e.sumDuration=e.sumDuration+t.time.duration),Uo(e,t.time,"start",Math.min),Uo(e,t.time,"stop",Math.max),e.duration=e.stop-e.start})),e}}])}(xe.Collection);function $o(t,e,n){return e=(0,u.A)(e),(0,l.A)(t,qo()?Reflect.construct(e,n||[],(0,u.A)(t).constructor):e.apply(t,n))}function qo(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){})))}catch(t){}return(qo=function(){return!!t})()}var Wo=function(t){function e(){return(0,a.A)(this,e),$o(this,e,arguments)}return(0,f.A)(e,t),(0,s.A)(e,[{key:"initialize",value:function(t){var n=t.url;!function(t,e,n,r){var i=(0,c.A)((0,u.A)(t.prototype),"initialize",n);return"function"==typeof i?function(t){return i.apply(n,t)}:i}(e,0,this)([]),this.tree=new Fo([],{url:n}),this.routeState=new xe.Model}},{key:"loadData",value:function(){return this.tree.fetch()}},{key:"getContentView",value:function(){var t=this.options,e=t.baseUrl,n=t.tabName,r=t.csvUrl;return new Lo({tree:this.tree,routeState:this.routeState,tabName:n,baseUrl:e,csvUrl:r})}},{key:"onViewReady",value:function(){var t=this.options,e=t.testGroup,n=t.testResult,r=t.testResultTab;this.onRouteUpdate(e,n,r)}},{key:"onRouteUpdate",value:function(t,e,n){this.routeState.set("treeNode",{testGroup:t,testResult:e}),this.routeState.set("testResultTab",n);var r=ro.A.getUrlParams().attachment;r?this.routeState.set("attachment",r):this.routeState.unset("attachment")}}])}(xr.A),Go=i(2035);function Zo(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,r=Array(e);n<e;n++)r[n]=t[n];return r}function Ko(t,e){if(t){if("string"==typeof t)return Zo(t,e);var n={}.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)?Zo(t,e):void 0}}function Xo(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 Yo(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?Xo(Object(n),!0).forEach((function(e){Qo(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):Xo(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}function Jo(t){return Jo="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},Jo(t)}function Qo(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function ta(){return ta=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},ta.apply(this,arguments)}function ea(t){if("undefined"!=typeof window&&window.navigator)return!!navigator.userAgent.match(t)}window.allure={api:Go.A,getPluginSettings:function(t,e){return(0,Oo.gU)(t,e)},settings:Jr.A,components:{AppLayout:xr.A,TreeLayout:Wo,WidgetStatusView:pr,TrendChartView:ur},collections:{TrendCollection:_r}};var na=ea(/(?:Trident.*rv[ :]?11\.|msie|iemobile|Windows Phone)/i),ra=ea(/Edge/i),ia=ea(/firefox/i),oa=ea(/safari/i)&&!ea(/chrome/i)&&!ea(/android/i),aa=ea(/iP(ad|od|hone)/i),sa=ea(/chrome/i)&&ea(/android/i),la={capture:!1,passive:!1};function ua(t,e,n){t.addEventListener(e,n,!na&&la)}function ca(t,e,n){t.removeEventListener(e,n,!na&&la)}function fa(t,e){if(e){if(">"===e[0]&&(e=e.substring(1)),t)try{if(t.matches)return t.matches(e);if(t.msMatchesSelector)return t.msMatchesSelector(e);if(t.webkitMatchesSelector)return t.webkitMatchesSelector(e)}catch(t){return!1}return!1}}function ha(t){return t.host&&t!==document&&t.host.nodeType?t.host:t.parentNode}function da(t,e,n,r){if(t){n=n||document;do{if(null!=e&&(">"===e[0]?t.parentNode===n&&fa(t,e):fa(t,e))||r&&t===n)return t;if(t===n)break}while(t=ha(t))}return null}var pa,ma=/\s+/g;function ga(t,e,n){if(t&&e)if(t.classList)t.classList[n?"add":"remove"](e);else{var r=(" "+t.className+" ").replace(ma," ").replace(" "+e+" "," ");t.className=(r+(n?" "+e:"")).replace(ma," ")}}function va(t,e,n){var r=t&&t.style;if(r){if(void 0===n)return document.defaultView&&document.defaultView.getComputedStyle?n=document.defaultView.getComputedStyle(t,""):t.currentStyle&&(n=t.currentStyle),void 0===e?n:n[e];e in r||-1!==e.indexOf("webkit")||(e="-webkit-"+e),r[e]=n+("string"==typeof n?"":"px")}}function ya(t,e){var n="";if("string"==typeof t)n=t;else do{var r=va(t,"transform");r&&"none"!==r&&(n=r+" "+n)}while(!e&&(t=t.parentNode));var i=window.DOMMatrix||window.WebKitCSSMatrix||window.CSSMatrix||window.MSCSSMatrix;return i&&new i(n)}function ba(t,e,n){if(t){var r=t.getElementsByTagName(e),i=0,o=r.length;if(n)for(;i<o;i++)n(r[i],i);return r}return[]}function wa(){return document.scrollingElement||document.documentElement}function _a(t,e,n,r,i){if(t.getBoundingClientRect||t===window){var o,a,s,l,u,c,f;if(t!==window&&t.parentNode&&t!==wa()?(a=(o=t.getBoundingClientRect()).top,s=o.left,l=o.bottom,u=o.right,c=o.height,f=o.width):(a=0,s=0,l=window.innerHeight,u=window.innerWidth,c=window.innerHeight,f=window.innerWidth),(e||n)&&t!==window&&(i=i||t.parentNode,!na))do{if(i&&i.getBoundingClientRect&&("none"!==va(i,"transform")||n&&"static"!==va(i,"position"))){var h=i.getBoundingClientRect();a-=h.top+parseInt(va(i,"border-top-width")),s-=h.left+parseInt(va(i,"border-left-width")),l=a+o.height,u=s+o.width;break}}while(i=i.parentNode);if(r&&t!==window){var d=ya(i||t),p=d&&d.a,m=d&&d.d;d&&(l=(a/=m)+(c/=m),u=(s/=p)+(f/=p))}return{top:a,left:s,bottom:l,right:u,width:f,height:c}}}function xa(t,e,n){for(var r=Ea(t,!0),i=_a(t)[e];r;){var o=_a(r)[n];if(!("top"===n||"left"===n?i>=o:i<=o))return r;if(r===wa())break;r=Ea(r,!1)}return!1}function ka(t,e,n,r){for(var i=0,o=0,a=t.children;o<a.length;){if("none"!==a[o].style.display&&a[o]!==Ps.ghost&&(r||a[o]!==Ps.dragged)&&da(a[o],n.draggable,t,!1)){if(i===e)return a[o];i++}o++}return null}function Ca(t,e){for(var n=t.lastElementChild;n&&(n===Ps.ghost||"none"===va(n,"display")||e&&!fa(n,e));)n=n.previousElementSibling;return n||null}function Aa(t,e){var n=0;if(!t||!t.parentNode)return-1;for(;t=t.previousElementSibling;)"TEMPLATE"===t.nodeName.toUpperCase()||t===Ps.clone||e&&!fa(t,e)||n++;return n}function Oa(t){var e=0,n=0,r=wa();if(t)do{var i=ya(t),o=i.a,a=i.d;e+=t.scrollLeft*o,n+=t.scrollTop*a}while(t!==r&&(t=t.parentNode));return[e,n]}function Ea(t,e){if(!t||!t.getBoundingClientRect)return wa();var n=t,r=!1;do{if(n.clientWidth<n.scrollWidth||n.clientHeight<n.scrollHeight){var i=va(n);if(n.clientWidth<n.scrollWidth&&("auto"==i.overflowX||"scroll"==i.overflowX)||n.clientHeight<n.scrollHeight&&("auto"==i.overflowY||"scroll"==i.overflowY)){if(!n.getBoundingClientRect||n===document.body)return wa();if(r||e)return n;r=!0}}}while(n=n.parentNode);return wa()}function Sa(t,e){return Math.round(t.top)===Math.round(e.top)&&Math.round(t.left)===Math.round(e.left)&&Math.round(t.height)===Math.round(e.height)&&Math.round(t.width)===Math.round(e.width)}function ja(t,e){return function(){if(!pa){var n=arguments;1===n.length?t.call(this,n[0]):t.apply(this,n),pa=setTimeout((function(){pa=void 0}),e)}}}function Pa(t,e,n){t.scrollLeft+=e,t.scrollTop+=n}function Ta(t){var e=window.Polymer,n=window.jQuery||window.Zepto;return e&&e.dom?e.dom(t).cloneNode(!0):n?n(t).clone(!0)[0]:t.cloneNode(!0)}function Ma(t,e,n){var r={};return Array.from(t.children).forEach((function(i){var o,a,s,l;if(da(i,e.draggable,t,!1)&&!i.animated&&i!==n){var u=_a(i);r.left=Math.min(null!==(o=r.left)&&void 0!==o?o:1/0,u.left),r.top=Math.min(null!==(a=r.top)&&void 0!==a?a:1/0,u.top),r.right=Math.max(null!==(s=r.right)&&void 0!==s?s:-1/0,u.right),r.bottom=Math.max(null!==(l=r.bottom)&&void 0!==l?l:-1/0,u.bottom)}})),r.width=r.right-r.left,r.height=r.bottom-r.top,r.x=r.left,r.y=r.top,r}var Ra="Sortable"+(new Date).getTime();var Da=[],Na={initializeByDefault:!0},Va={mount:function(t){for(var e in Na)Na.hasOwnProperty(e)&&!(e in t)&&(t[e]=Na[e]);Da.forEach((function(e){if(e.pluginName===t.pluginName)throw"Sortable: Cannot mount plugin ".concat(t.pluginName," more than once")})),Da.push(t)},pluginEvent:function(t,e,n){var r=this;this.eventCanceled=!1,n.cancel=function(){r.eventCanceled=!0};var i=t+"Global";Da.forEach((function(r){e[r.pluginName]&&(e[r.pluginName][i]&&e[r.pluginName][i](Yo({sortable:e},n)),e.options[r.pluginName]&&e[r.pluginName][t]&&e[r.pluginName][t](Yo({sortable:e},n)))}))},initializePlugins:function(t,e,n,r){for(var i in Da.forEach((function(r){var i=r.pluginName;if(t.options[i]||r.initializeByDefault){var o=new r(t,e,t.options);o.sortable=t,o.options=t.options,t[i]=o,ta(n,o.defaults)}})),t.options)if(t.options.hasOwnProperty(i)){var o=this.modifyOption(t,i,t.options[i]);void 0!==o&&(t.options[i]=o)}},getEventProperties:function(t,e){var n={};return Da.forEach((function(r){"function"==typeof r.eventProperties&&ta(n,r.eventProperties.call(e[r.pluginName],t))})),n},modifyOption:function(t,e,n){var r;return Da.forEach((function(i){t[i.pluginName]&&i.optionListeners&&"function"==typeof i.optionListeners[e]&&(r=i.optionListeners[e].call(t[i.pluginName],n))})),r}};var La=["evt"],Ba=function(t,e){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},r=n.evt,i=function(t,e){if(null==t)return{};var n,r,i=function(t,e){if(null==t)return{};var n,r,i={},o=Object.keys(t);for(r=0;r<o.length;r++)n=o[r],e.indexOf(n)>=0||(i[n]=t[n]);return i}(t,e);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);for(r=0;r<o.length;r++)n=o[r],e.indexOf(n)>=0||Object.prototype.propertyIsEnumerable.call(t,n)&&(i[n]=t[n])}return i}(n,La);Va.pluginEvent.bind(Ps)(t,e,Yo({dragEl:Ha,parentEl:za,ghostEl:Ua,rootEl:Fa,nextEl:$a,lastDownEl:qa,cloneEl:Wa,cloneHidden:Ga,dragStarted:as,putSortable:Qa,activeSortable:Ps.active,originalEvent:r,oldIndex:Za,oldDraggableIndex:Xa,newIndex:Ka,newDraggableIndex:Ya,hideGhostForTarget:Os,unhideGhostForTarget:Es,cloneNowHidden:function(){Ga=!0},cloneNowShown:function(){Ga=!1},dispatchSortableEvent:function(t){Ia({sortable:e,name:t,originalEvent:r})}},i))};function Ia(t){!function(t){var e=t.sortable,n=t.rootEl,r=t.name,i=t.targetEl,o=t.cloneEl,a=t.toEl,s=t.fromEl,l=t.oldIndex,u=t.newIndex,c=t.oldDraggableIndex,f=t.newDraggableIndex,h=t.originalEvent,d=t.putSortable,p=t.extraEventProperties;if(e=e||n&&n[Ra]){var m,g=e.options,v="on"+r.charAt(0).toUpperCase()+r.substr(1);!window.CustomEvent||na||ra?(m=document.createEvent("Event")).initEvent(r,!0,!0):m=new CustomEvent(r,{bubbles:!0,cancelable:!0}),m.to=a||n,m.from=s||n,m.item=i||n,m.clone=o,m.oldIndex=l,m.newIndex=u,m.oldDraggableIndex=c,m.newDraggableIndex=f,m.originalEvent=h,m.pullMode=d?d.lastPutMode:void 0;var y=Yo(Yo({},p),Va.getEventProperties(r,e));for(var b in y)m[b]=y[b];n&&n.dispatchEvent(m),g[v]&&g[v].call(e,m)}}(Yo({putSortable:Qa,cloneEl:Wa,targetEl:Ha,rootEl:Fa,oldIndex:Za,oldDraggableIndex:Xa,newIndex:Ka,newDraggableIndex:Ya},t))}var Ha,za,Ua,Fa,$a,qa,Wa,Ga,Za,Ka,Xa,Ya,Ja,Qa,ts,es,ns,rs,is,os,as,ss,ls,us,cs,fs=!1,hs=!1,ds=[],ps=!1,ms=!1,gs=[],vs=!1,ys=[],bs="undefined"!=typeof document,ws=aa,_s=ra||na?"cssFloat":"float",xs=bs&&!sa&&!aa&&"draggable"in document.createElement("div"),ks=function(){if(bs){if(na)return!1;var t=document.createElement("x");return t.style.cssText="pointer-events:auto","auto"===t.style.pointerEvents}}(),Cs=function(t,e){var n=va(t),r=parseInt(n.width)-parseInt(n.paddingLeft)-parseInt(n.paddingRight)-parseInt(n.borderLeftWidth)-parseInt(n.borderRightWidth),i=ka(t,0,e),o=ka(t,1,e),a=i&&va(i),s=o&&va(o),l=a&&parseInt(a.marginLeft)+parseInt(a.marginRight)+_a(i).width,u=s&&parseInt(s.marginLeft)+parseInt(s.marginRight)+_a(o).width;if("flex"===n.display)return"column"===n.flexDirection||"column-reverse"===n.flexDirection?"vertical":"horizontal";if("grid"===n.display)return n.gridTemplateColumns.split(" ").length<=1?"vertical":"horizontal";if(i&&a.float&&"none"!==a.float){var c="left"===a.float?"left":"right";return!o||"both"!==s.clear&&s.clear!==c?"horizontal":"vertical"}return i&&("block"===a.display||"flex"===a.display||"table"===a.display||"grid"===a.display||l>=r&&"none"===n[_s]||o&&"none"===n[_s]&&l+u>r)?"vertical":"horizontal"},As=function(t){function e(t,n){return function(r,i,o,a){var s=r.options.group.name&&i.options.group.name&&r.options.group.name===i.options.group.name;if(null==t&&(n||s))return!0;if(null==t||!1===t)return!1;if(n&&"clone"===t)return t;if("function"==typeof t)return e(t(r,i,o,a),n)(r,i,o,a);var l=(n?r:i).options.group.name;return!0===t||"string"==typeof t&&t===l||t.join&&t.indexOf(l)>-1}}var n={},r=t.group;r&&"object"==Jo(r)||(r={name:r}),n.name=r.name,n.checkPull=e(r.pull,!0),n.checkPut=e(r.put),n.revertClone=r.revertClone,t.group=n},Os=function(){!ks&&Ua&&va(Ua,"display","none")},Es=function(){!ks&&Ua&&va(Ua,"display","")};bs&&!sa&&document.addEventListener("click",(function(t){if(hs)return t.preventDefault(),t.stopPropagation&&t.stopPropagation(),t.stopImmediatePropagation&&t.stopImmediatePropagation(),hs=!1,!1}),!0);var Ss=function(t){if(Ha){t=t.touches?t.touches[0]:t;var e=(i=t.clientX,o=t.clientY,ds.some((function(t){var e=t[Ra].options.emptyInsertThreshold;if(e&&!Ca(t)){var n=_a(t),r=i>=n.left-e&&i<=n.right+e,s=o>=n.top-e&&o<=n.bottom+e;return r&&s?a=t:void 0}})),a);if(e){var n={};for(var r in t)t.hasOwnProperty(r)&&(n[r]=t[r]);n.target=n.rootEl=e,n.preventDefault=void 0,n.stopPropagation=void 0,e[Ra]._onDragOver(n)}}var i,o,a},js=function(t){Ha&&Ha.parentNode[Ra]._isOutsideThisEl(t.target)};function Ps(t,e){if(!t||!t.nodeType||1!==t.nodeType)throw"Sortable: `el` must be an HTMLElement, not ".concat({}.toString.call(t));this.el=t,this.options=e=ta({},e),t[Ra]=this;var n,r,i={group:null,sort:!0,disabled:!1,store:null,handle:null,draggable:/^[uo]l$/i.test(t.nodeName)?">li":">*",swapThreshold:1,invertSwap:!1,invertedSwapThreshold:null,removeCloneOnHide:!0,direction:function(){return Cs(t,this.options)},ghostClass:"sortable-ghost",chosenClass:"sortable-chosen",dragClass:"sortable-drag",ignore:"a, img",filter:null,preventOnFilter:!0,animation:0,easing:null,setData:function(t,e){t.setData("Text",e.textContent)},dropBubble:!1,dragoverBubble:!1,dataIdAttr:"data-id",delay:0,delayOnTouchOnly:!1,touchStartThreshold:(Number.parseInt?Number:window).parseInt(window.devicePixelRatio,10)||1,forceFallback:!1,fallbackClass:"sortable-fallback",fallbackOnBody:!1,fallbackTolerance:0,fallbackOffset:{x:0,y:0},supportPointer:!1!==Ps.supportPointer&&"PointerEvent"in window&&!oa,emptyInsertThreshold:5};for(var o in Va.initializePlugins(this,t,i),i)!(o in e)&&(e[o]=i[o]);for(var a in As(e),this)"_"===a.charAt(0)&&"function"==typeof this[a]&&(this[a]=this[a].bind(this));this.nativeDraggable=!e.forceFallback&&xs,this.nativeDraggable&&(this.options.touchStartThreshold=1),e.supportPointer?ua(t,"pointerdown",this._onTapStart):(ua(t,"mousedown",this._onTapStart),ua(t,"touchstart",this._onTapStart)),this.nativeDraggable&&(ua(t,"dragover",this),ua(t,"dragenter",this)),ds.push(this.el),e.store&&e.store.get&&this.sort(e.store.get(this)||[]),ta(this,(r=[],{captureAnimationState:function(){r=[],this.options.animation&&[].slice.call(this.el.children).forEach((function(t){if("none"!==va(t,"display")&&t!==Ps.ghost){r.push({target:t,rect:_a(t)});var e=Yo({},r[r.length-1].rect);if(t.thisAnimationDuration){var n=ya(t,!0);n&&(e.top-=n.f,e.left-=n.e)}t.fromRect=e}}))},addAnimationState:function(t){r.push(t)},removeAnimationState:function(t){r.splice(function(t,e){for(var n in t)if(t.hasOwnProperty(n))for(var r in e)if(e.hasOwnProperty(r)&&e[r]===t[n][r])return Number(n);return-1}(r,{target:t}),1)},animateAll:function(t){var e=this;if(!this.options.animation)return clearTimeout(n),void("function"==typeof t&&t());var i=!1,o=0;r.forEach((function(t){var n=0,r=t.target,a=r.fromRect,s=_a(r),l=r.prevFromRect,u=r.prevToRect,c=t.rect,f=ya(r,!0);f&&(s.top-=f.f,s.left-=f.e),r.toRect=s,r.thisAnimationDuration&&Sa(l,s)&&!Sa(a,s)&&(c.top-s.top)/(c.left-s.left)==(a.top-s.top)/(a.left-s.left)&&(n=function(t,e,n,r){return Math.sqrt(Math.pow(e.top-t.top,2)+Math.pow(e.left-t.left,2))/Math.sqrt(Math.pow(e.top-n.top,2)+Math.pow(e.left-n.left,2))*r.animation}(c,l,u,e.options)),Sa(s,a)||(r.prevFromRect=a,r.prevToRect=s,n||(n=e.options.animation),e.animate(r,c,s,n)),n&&(i=!0,o=Math.max(o,n),clearTimeout(r.animationResetTimer),r.animationResetTimer=setTimeout((function(){r.animationTime=0,r.prevFromRect=null,r.fromRect=null,r.prevToRect=null,r.thisAnimationDuration=null}),n),r.thisAnimationDuration=n)})),clearTimeout(n),i?n=setTimeout((function(){"function"==typeof t&&t()}),o):"function"==typeof t&&t(),r=[]},animate:function(t,e,n,r){if(r){va(t,"transition",""),va(t,"transform","");var i=ya(this.el),o=i&&i.a,a=i&&i.d,s=(e.left-n.left)/(o||1),l=(e.top-n.top)/(a||1);t.animatingX=!!s,t.animatingY=!!l,va(t,"transform","translate3d("+s+"px,"+l+"px,0)"),this.forRepaintDummy=function(t){return t.offsetWidth}(t),va(t,"transition","transform "+r+"ms"+(this.options.easing?" "+this.options.easing:"")),va(t,"transform","translate3d(0,0,0)"),"number"==typeof t.animated&&clearTimeout(t.animated),t.animated=setTimeout((function(){va(t,"transition",""),va(t,"transform",""),t.animated=!1,t.animatingX=!1,t.animatingY=!1}),r)}}}))}function Ts(t,e,n,r,i,o,a,s){var l,u,c=t[Ra],f=c.options.onMove;return!window.CustomEvent||na||ra?(l=document.createEvent("Event")).initEvent("move",!0,!0):l=new CustomEvent("move",{bubbles:!0,cancelable:!0}),l.to=e,l.from=t,l.dragged=n,l.draggedRect=r,l.related=i||e,l.relatedRect=o||_a(e),l.willInsertAfter=s,l.originalEvent=a,t.dispatchEvent(l),f&&(u=f.call(c,l,a)),u}function Ms(t){t.draggable=!1}function Rs(){vs=!1}function Ds(t){for(var e=t.tagName+t.className+t.src+t.href+t.textContent,n=e.length,r=0;n--;)r+=e.charCodeAt(n);return r.toString(36)}function Ns(t){return setTimeout(t,0)}function Vs(t){return clearTimeout(t)}Ps.prototype={constructor:Ps,_isOutsideThisEl:function(t){this.el.contains(t)||t===this.el||(ss=null)},_getDirection:function(t,e){return"function"==typeof this.options.direction?this.options.direction.call(this,t,e,Ha):this.options.direction},_onTapStart:function(t){if(t.cancelable){var e=this,n=this.el,r=this.options,i=r.preventOnFilter,o=t.type,a=t.touches&&t.touches[0]||t.pointerType&&"touch"===t.pointerType&&t,s=(a||t).target,l=t.target.shadowRoot&&(t.path&&t.path[0]||t.composedPath&&t.composedPath()[0])||s,u=r.filter;if(function(t){ys.length=0;for(var e=t.getElementsByTagName("input"),n=e.length;n--;){var r=e[n];r.checked&&ys.push(r)}}(n),!Ha&&!(/mousedown|pointerdown/.test(o)&&0!==t.button||r.disabled)&&!l.isContentEditable&&(this.nativeDraggable||!oa||!s||"SELECT"!==s.tagName.toUpperCase())&&!((s=da(s,r.draggable,n,!1))&&s.animated||qa===s)){if(Za=Aa(s),Xa=Aa(s,r.draggable),"function"==typeof u){if(u.call(this,t,s,this))return Ia({sortable:e,rootEl:l,name:"filter",targetEl:s,toEl:n,fromEl:n}),Ba("filter",e,{evt:t}),void(i&&t.cancelable&&t.preventDefault())}else if(u&&(u=u.split(",").some((function(r){if(r=da(l,r.trim(),n,!1))return Ia({sortable:e,rootEl:r,name:"filter",targetEl:s,fromEl:n,toEl:n}),Ba("filter",e,{evt:t}),!0}))))return void(i&&t.cancelable&&t.preventDefault());r.handle&&!da(l,r.handle,n,!1)||this._prepareDragStart(t,a,s)}}},_prepareDragStart:function(t,e,n){var r,i=this,o=i.el,a=i.options,s=o.ownerDocument;if(n&&!Ha&&n.parentNode===o){var l=_a(n);if(Fa=o,za=(Ha=n).parentNode,$a=Ha.nextSibling,qa=n,Ja=a.group,Ps.dragged=Ha,ts={target:Ha,clientX:(e||t).clientX,clientY:(e||t).clientY},is=ts.clientX-l.left,os=ts.clientY-l.top,this._lastX=(e||t).clientX,this._lastY=(e||t).clientY,Ha.style["will-change"]="all",r=function(){Ba("delayEnded",i,{evt:t}),Ps.eventCanceled?i._onDrop():(i._disableDelayedDragEvents(),!ia&&i.nativeDraggable&&(Ha.draggable=!0),i._triggerDragStart(t,e),Ia({sortable:i,name:"choose",originalEvent:t}),ga(Ha,a.chosenClass,!0))},a.ignore.split(",").forEach((function(t){ba(Ha,t.trim(),Ms)})),ua(s,"dragover",Ss),ua(s,"mousemove",Ss),ua(s,"touchmove",Ss),ua(s,"mouseup",i._onDrop),ua(s,"touchend",i._onDrop),ua(s,"touchcancel",i._onDrop),ia&&this.nativeDraggable&&(this.options.touchStartThreshold=4,Ha.draggable=!0),Ba("delayStart",this,{evt:t}),!a.delay||a.delayOnTouchOnly&&!e||this.nativeDraggable&&(ra||na))r();else{if(Ps.eventCanceled)return void this._onDrop();ua(s,"mouseup",i._disableDelayedDrag),ua(s,"touchend",i._disableDelayedDrag),ua(s,"touchcancel",i._disableDelayedDrag),ua(s,"mousemove",i._delayedDragTouchMoveHandler),ua(s,"touchmove",i._delayedDragTouchMoveHandler),a.supportPointer&&ua(s,"pointermove",i._delayedDragTouchMoveHandler),i._dragStartTimer=setTimeout(r,a.delay)}}},_delayedDragTouchMoveHandler:function(t){var e=t.touches?t.touches[0]:t;Math.max(Math.abs(e.clientX-this._lastX),Math.abs(e.clientY-this._lastY))>=Math.floor(this.options.touchStartThreshold/(this.nativeDraggable&&window.devicePixelRatio||1))&&this._disableDelayedDrag()},_disableDelayedDrag:function(){Ha&&Ms(Ha),clearTimeout(this._dragStartTimer),this._disableDelayedDragEvents()},_disableDelayedDragEvents:function(){var t=this.el.ownerDocument;ca(t,"mouseup",this._disableDelayedDrag),ca(t,"touchend",this._disableDelayedDrag),ca(t,"touchcancel",this._disableDelayedDrag),ca(t,"mousemove",this._delayedDragTouchMoveHandler),ca(t,"touchmove",this._delayedDragTouchMoveHandler),ca(t,"pointermove",this._delayedDragTouchMoveHandler)},_triggerDragStart:function(t,e){e=e||"touch"==t.pointerType&&t,!this.nativeDraggable||e?this.options.supportPointer?ua(document,"pointermove",this._onTouchMove):ua(document,e?"touchmove":"mousemove",this._onTouchMove):(ua(Ha,"dragend",this),ua(Fa,"dragstart",this._onDragStart));try{document.selection?Ns((function(){document.selection.empty()})):window.getSelection().removeAllRanges()}catch(t){}},_dragStarted:function(t,e){if(fs=!1,Fa&&Ha){Ba("dragStarted",this,{evt:e}),this.nativeDraggable&&ua(document,"dragover",js);var n=this.options;!t&&ga(Ha,n.dragClass,!1),ga(Ha,n.ghostClass,!0),Ps.active=this,t&&this._appendGhost(),Ia({sortable:this,name:"start",originalEvent:e})}else this._nulling()},_emulateDragOver:function(){if(es){this._lastX=es.clientX,this._lastY=es.clientY,Os();for(var t=document.elementFromPoint(es.clientX,es.clientY),e=t;t&&t.shadowRoot&&(t=t.shadowRoot.elementFromPoint(es.clientX,es.clientY))!==e;)e=t;if(Ha.parentNode[Ra]._isOutsideThisEl(t),e)do{if(e[Ra]&&e[Ra]._onDragOver({clientX:es.clientX,clientY:es.clientY,target:t,rootEl:e})&&!this.options.dragoverBubble)break;t=e}while(e=ha(e));Es()}},_onTouchMove:function(t){if(ts){var e=this.options,n=e.fallbackTolerance,r=e.fallbackOffset,i=t.touches?t.touches[0]:t,o=Ua&&ya(Ua,!0),a=Ua&&o&&o.a,s=Ua&&o&&o.d,l=ws&&cs&&Oa(cs),u=(i.clientX-ts.clientX+r.x)/(a||1)+(l?l[0]-gs[0]:0)/(a||1),c=(i.clientY-ts.clientY+r.y)/(s||1)+(l?l[1]-gs[1]:0)/(s||1);if(!Ps.active&&!fs){if(n&&Math.max(Math.abs(i.clientX-this._lastX),Math.abs(i.clientY-this._lastY))<n)return;this._onDragStart(t,!0)}if(Ua){o?(o.e+=u-(ns||0),o.f+=c-(rs||0)):o={a:1,b:0,c:0,d:1,e:u,f:c};var f="matrix(".concat(o.a,",").concat(o.b,",").concat(o.c,",").concat(o.d,",").concat(o.e,",").concat(o.f,")");va(Ua,"webkitTransform",f),va(Ua,"mozTransform",f),va(Ua,"msTransform",f),va(Ua,"transform",f),ns=u,rs=c,es=i}t.cancelable&&t.preventDefault()}},_appendGhost:function(){if(!Ua){var t=this.options.fallbackOnBody?document.body:Fa,e=_a(Ha,!0,ws,!0,t),n=this.options;if(ws){for(cs=t;"static"===va(cs,"position")&&"none"===va(cs,"transform")&&cs!==document;)cs=cs.parentNode;cs!==document.body&&cs!==document.documentElement?(cs===document&&(cs=wa()),e.top+=cs.scrollTop,e.left+=cs.scrollLeft):cs=wa(),gs=Oa(cs)}ga(Ua=Ha.cloneNode(!0),n.ghostClass,!1),ga(Ua,n.fallbackClass,!0),ga(Ua,n.dragClass,!0),va(Ua,"transition",""),va(Ua,"transform",""),va(Ua,"box-sizing","border-box"),va(Ua,"margin",0),va(Ua,"top",e.top),va(Ua,"left",e.left),va(Ua,"width",e.width),va(Ua,"height",e.height),va(Ua,"opacity","0.8"),va(Ua,"position",ws?"absolute":"fixed"),va(Ua,"zIndex","100000"),va(Ua,"pointerEvents","none"),Ps.ghost=Ua,t.appendChild(Ua),va(Ua,"transform-origin",is/parseInt(Ua.style.width)*100+"% "+os/parseInt(Ua.style.height)*100+"%")}},_onDragStart:function(t,e){var n=this,r=t.dataTransfer,i=n.options;Ba("dragStart",this,{evt:t}),Ps.eventCanceled?this._onDrop():(Ba("setupClone",this),Ps.eventCanceled||((Wa=Ta(Ha)).removeAttribute("id"),Wa.draggable=!1,Wa.style["will-change"]="",this._hideClone(),ga(Wa,this.options.chosenClass,!1),Ps.clone=Wa),n.cloneId=Ns((function(){Ba("clone",n),Ps.eventCanceled||(n.options.removeCloneOnHide||Fa.insertBefore(Wa,Ha),n._hideClone(),Ia({sortable:n,name:"clone"}))})),!e&&ga(Ha,i.dragClass,!0),e?(hs=!0,n._loopId=setInterval(n._emulateDragOver,50)):(ca(document,"mouseup",n._onDrop),ca(document,"touchend",n._onDrop),ca(document,"touchcancel",n._onDrop),r&&(r.effectAllowed="move",i.setData&&i.setData.call(n,r,Ha)),ua(document,"drop",n),va(Ha,"transform","translateZ(0)")),fs=!0,n._dragStartId=Ns(n._dragStarted.bind(n,e,t)),ua(document,"selectstart",n),as=!0,oa&&va(document.body,"user-select","none"))},_onDragOver:function(t){var e,n,r,i,o=this.el,a=t.target,s=this.options,l=s.group,u=Ps.active,c=Ja===l,f=s.sort,h=Qa||u,d=this,p=!1;if(!vs){if(void 0!==t.preventDefault&&t.cancelable&&t.preventDefault(),a=da(a,s.draggable,o,!0),j("dragOver"),Ps.eventCanceled)return p;if(Ha.contains(t.target)||a.animated&&a.animatingX&&a.animatingY||d._ignoreWhileAnimating===a)return T(!1);if(hs=!1,u&&!s.disabled&&(c?f||(r=za!==Fa):Qa===this||(this.lastPutMode=Ja.checkPull(this,u,Ha,t))&&l.checkPut(this,u,Ha,t))){if(i="vertical"===this._getDirection(t,a),e=_a(Ha),j("dragOverValid"),Ps.eventCanceled)return p;if(r)return za=Fa,P(),this._hideClone(),j("revert"),Ps.eventCanceled||($a?Fa.insertBefore(Ha,$a):Fa.appendChild(Ha)),T(!0);var m=Ca(o,s.draggable);if(!m||function(t,e,n){var r=_a(Ca(n.el,n.options.draggable)),i=Ma(n.el,n.options,Ua);return e?t.clientX>i.right+10||t.clientY>r.bottom&&t.clientX>r.left:t.clientY>i.bottom+10||t.clientX>r.right&&t.clientY>r.top}(t,i,this)&&!m.animated){if(m===Ha)return T(!1);if(m&&o===t.target&&(a=m),a&&(n=_a(a)),!1!==Ts(Fa,o,Ha,e,a,n,t,!!a))return P(),m&&m.nextSibling?o.insertBefore(Ha,m.nextSibling):o.appendChild(Ha),za=o,M(),T(!0)}else if(m&&function(t,e,n){var r=_a(ka(n.el,0,n.options,!0)),i=Ma(n.el,n.options,Ua);return e?t.clientX<i.left-10||t.clientY<r.top&&t.clientX<r.right:t.clientY<i.top-10||t.clientY<r.bottom&&t.clientX<r.left}(t,i,this)){var g=ka(o,0,s,!0);if(g===Ha)return T(!1);if(n=_a(a=g),!1!==Ts(Fa,o,Ha,e,a,n,t,!1))return P(),o.insertBefore(Ha,g),za=o,M(),T(!0)}else if(a.parentNode===o){n=_a(a);var v,y,b,w=Ha.parentNode!==o,_=!function(t,e,n){var r=n?t.left:t.top,i=n?t.right:t.bottom,o=n?t.width:t.height,a=n?e.left:e.top,s=n?e.right:e.bottom,l=n?e.width:e.height;return r===a||i===s||r+o/2===a+l/2}(Ha.animated&&Ha.toRect||e,a.animated&&a.toRect||n,i),x=i?"top":"left",k=xa(a,"top","top")||xa(Ha,"top","top"),C=k?k.scrollTop:void 0;if(ss!==a&&(y=n[x],ps=!1,ms=!_&&s.invertSwap||w),v=function(t,e,n,r,i,o,a,s){var l=r?t.clientY:t.clientX,u=r?n.height:n.width,c=r?n.top:n.left,f=r?n.bottom:n.right,h=!1;if(!a)if(s&&us<u*i){if(!ps&&(1===ls?l>c+u*o/2:l<f-u*o/2)&&(ps=!0),ps)h=!0;else if(1===ls?l<c+us:l>f-us)return-ls}else if(l>c+u*(1-i)/2&&l<f-u*(1-i)/2)return function(t){return Aa(Ha)<Aa(t)?1:-1}(e);return(h=h||a)&&(l<c+u*o/2||l>f-u*o/2)?l>c+u/2?1:-1:0}(t,a,n,i,_?1:s.swapThreshold,null==s.invertedSwapThreshold?s.swapThreshold:s.invertedSwapThreshold,ms,ss===a),0!==v){var A=Aa(Ha);do{A-=v,b=za.children[A]}while(b&&("none"===va(b,"display")||b===Ua))}if(0===v||b===a)return T(!1);ss=a,ls=v;var O=a.nextElementSibling,E=!1,S=Ts(Fa,o,Ha,e,a,n,t,E=1===v);if(!1!==S)return 1!==S&&-1!==S||(E=1===S),vs=!0,setTimeout(Rs,30),P(),E&&!O?o.appendChild(Ha):a.parentNode.insertBefore(Ha,E?O:a),k&&Pa(k,0,C-k.scrollTop),za=Ha.parentNode,void 0===y||ms||(us=Math.abs(y-_a(a)[x])),M(),T(!0)}if(o.contains(Ha))return T(!1)}return!1}function j(s,l){Ba(s,d,Yo({evt:t,isOwner:c,axis:i?"vertical":"horizontal",revert:r,dragRect:e,targetRect:n,canSort:f,fromSortable:h,target:a,completed:T,onMove:function(n,r){return Ts(Fa,o,Ha,e,n,_a(n),t,r)},changed:M},l))}function P(){j("dragOverAnimationCapture"),d.captureAnimationState(),d!==h&&h.captureAnimationState()}function T(e){return j("dragOverCompleted",{insertion:e}),e&&(c?u._hideClone():u._showClone(d),d!==h&&(ga(Ha,Qa?Qa.options.ghostClass:u.options.ghostClass,!1),ga(Ha,s.ghostClass,!0)),Qa!==d&&d!==Ps.active?Qa=d:d===Ps.active&&Qa&&(Qa=null),h===d&&(d._ignoreWhileAnimating=a),d.animateAll((function(){j("dragOverAnimationComplete"),d._ignoreWhileAnimating=null})),d!==h&&(h.animateAll(),h._ignoreWhileAnimating=null)),(a===Ha&&!Ha.animated||a===o&&!a.animated)&&(ss=null),s.dragoverBubble||t.rootEl||a===document||(Ha.parentNode[Ra]._isOutsideThisEl(t.target),!e&&Ss(t)),!s.dragoverBubble&&t.stopPropagation&&t.stopPropagation(),p=!0}function M(){Ka=Aa(Ha),Ya=Aa(Ha,s.draggable),Ia({sortable:d,name:"change",toEl:o,newIndex:Ka,newDraggableIndex:Ya,originalEvent:t})}},_ignoreWhileAnimating:null,_offMoveEvents:function(){ca(document,"mousemove",this._onTouchMove),ca(document,"touchmove",this._onTouchMove),ca(document,"pointermove",this._onTouchMove),ca(document,"dragover",Ss),ca(document,"mousemove",Ss),ca(document,"touchmove",Ss)},_offUpEvents:function(){var t=this.el.ownerDocument;ca(t,"mouseup",this._onDrop),ca(t,"touchend",this._onDrop),ca(t,"pointerup",this._onDrop),ca(t,"touchcancel",this._onDrop),ca(document,"selectstart",this)},_onDrop:function(t){var e=this.el,n=this.options;Ka=Aa(Ha),Ya=Aa(Ha,n.draggable),Ba("drop",this,{evt:t}),za=Ha&&Ha.parentNode,Ka=Aa(Ha),Ya=Aa(Ha,n.draggable),Ps.eventCanceled||(fs=!1,ms=!1,ps=!1,clearInterval(this._loopId),clearTimeout(this._dragStartTimer),Vs(this.cloneId),Vs(this._dragStartId),this.nativeDraggable&&(ca(document,"drop",this),ca(e,"dragstart",this._onDragStart)),this._offMoveEvents(),this._offUpEvents(),oa&&va(document.body,"user-select",""),va(Ha,"transform",""),t&&(as&&(t.cancelable&&t.preventDefault(),!n.dropBubble&&t.stopPropagation()),Ua&&Ua.parentNode&&Ua.parentNode.removeChild(Ua),(Fa===za||Qa&&"clone"!==Qa.lastPutMode)&&Wa&&Wa.parentNode&&Wa.parentNode.removeChild(Wa),Ha&&(this.nativeDraggable&&ca(Ha,"dragend",this),Ms(Ha),Ha.style["will-change"]="",as&&!fs&&ga(Ha,Qa?Qa.options.ghostClass:this.options.ghostClass,!1),ga(Ha,this.options.chosenClass,!1),Ia({sortable:this,name:"unchoose",toEl:za,newIndex:null,newDraggableIndex:null,originalEvent:t}),Fa!==za?(Ka>=0&&(Ia({rootEl:za,name:"add",toEl:za,fromEl:Fa,originalEvent:t}),Ia({sortable:this,name:"remove",toEl:za,originalEvent:t}),Ia({rootEl:za,name:"sort",toEl:za,fromEl:Fa,originalEvent:t}),Ia({sortable:this,name:"sort",toEl:za,originalEvent:t})),Qa&&Qa.save()):Ka!==Za&&Ka>=0&&(Ia({sortable:this,name:"update",toEl:za,originalEvent:t}),Ia({sortable:this,name:"sort",toEl:za,originalEvent:t})),Ps.active&&(null!=Ka&&-1!==Ka||(Ka=Za,Ya=Xa),Ia({sortable:this,name:"end",toEl:za,originalEvent:t}),this.save())))),this._nulling()},_nulling:function(){Ba("nulling",this),Fa=Ha=za=Ua=$a=Wa=qa=Ga=ts=es=as=Ka=Ya=Za=Xa=ss=ls=Qa=Ja=Ps.dragged=Ps.ghost=Ps.clone=Ps.active=null,ys.forEach((function(t){t.checked=!0})),ys.length=ns=rs=0},handleEvent:function(t){switch(t.type){case"drop":case"dragend":this._onDrop(t);break;case"dragenter":case"dragover":Ha&&(this._onDragOver(t),function(t){t.dataTransfer&&(t.dataTransfer.dropEffect="move"),t.cancelable&&t.preventDefault()}(t));break;case"selectstart":t.preventDefault()}},toArray:function(){for(var t,e=[],n=this.el.children,r=0,i=n.length,o=this.options;r<i;r++)da(t=n[r],o.draggable,this.el,!1)&&e.push(t.getAttribute(o.dataIdAttr)||Ds(t));return e},sort:function(t,e){var n={},r=this.el;this.toArray().forEach((function(t,e){var i=r.children[e];da(i,this.options.draggable,r,!1)&&(n[t]=i)}),this),e&&this.captureAnimationState(),t.forEach((function(t){n[t]&&(r.removeChild(n[t]),r.appendChild(n[t]))})),e&&this.animateAll()},save:function(){var t=this.options.store;t&&t.set&&t.set(this)},closest:function(t,e){return da(t,e||this.options.draggable,this.el,!1)},option:function(t,e){var n=this.options;if(void 0===e)return n[t];var r=Va.modifyOption(this,t,e);n[t]=void 0!==r?r:e,"group"===t&&As(n)},destroy:function(){Ba("destroy",this);var t=this.el;t[Ra]=null,ca(t,"mousedown",this._onTapStart),ca(t,"touchstart",this._onTapStart),ca(t,"pointerdown",this._onTapStart),this.nativeDraggable&&(ca(t,"dragover",this),ca(t,"dragenter",this)),Array.prototype.forEach.call(t.querySelectorAll("[draggable]"),(function(t){t.removeAttribute("draggable")})),this._onDrop(),this._disableDelayedDragEvents(),ds.splice(ds.indexOf(this.el),1),this.el=t=null},_hideClone:function(){if(!Ga){if(Ba("hideClone",this),Ps.eventCanceled)return;va(Wa,"display","none"),this.options.removeCloneOnHide&&Wa.parentNode&&Wa.parentNode.removeChild(Wa),Ga=!0}},_showClone:function(t){if("clone"===t.lastPutMode){if(Ga){if(Ba("showClone",this),Ps.eventCanceled)return;Ha.parentNode!=Fa||this.options.group.revertClone?$a?Fa.insertBefore(Wa,$a):Fa.appendChild(Wa):Fa.insertBefore(Wa,Ha),this.options.group.revertClone&&this.animate(Ha,Wa),va(Wa,"display",""),Ga=!1}}else this._hideClone()}},bs&&ua(document,"touchmove",(function(t){(Ps.active||fs)&&t.cancelable&&t.preventDefault()})),Ps.utils={on:ua,off:ca,css:va,find:ba,is:function(t,e){return!!da(t,e,t,!1)},extend:function(t,e){if(t&&e)for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n]);return t},throttle:ja,closest:da,toggleClass:ga,clone:Ta,index:Aa,nextTick:Ns,cancelNextTick:Vs,detectDirection:Cs,getChild:ka,expando:Ra},Ps.get=function(t){return t[Ra]},Ps.mount=function(){for(var t=arguments.length,e=new Array(t),n=0;n<t;n++)e[n]=arguments[n];e[0].constructor===Array&&(e=e[0]),e.forEach((function(t){if(!t.prototype||!t.prototype.constructor)throw"Sortable: Mounted plugin must be a constructor function, not ".concat({}.toString.call(t));t.utils&&(Ps.utils=Yo(Yo({},Ps.utils),t.utils)),Va.mount(t)}))},Ps.create=function(t,e){return new Ps(t,e)},Ps.version="1.15.3";var Ls,Bs,Is,Hs,zs,Us,Fs=[],$s=!1;function qs(){Fs.forEach((function(t){clearInterval(t.pid)})),Fs=[]}function Ws(){clearInterval(Us)}var Gs=ja((function(t,e,n,r){if(e.scroll){var i,o=(t.touches?t.touches[0]:t).clientX,a=(t.touches?t.touches[0]:t).clientY,s=e.scrollSensitivity,l=e.scrollSpeed,u=wa(),c=!1;Bs!==n&&(Bs=n,qs(),Ls=e.scroll,i=e.scrollFn,!0===Ls&&(Ls=Ea(n,!0)));var f=0,h=Ls;do{var d=h,p=_a(d),m=p.top,g=p.bottom,v=p.left,y=p.right,b=p.width,w=p.height,_=void 0,x=void 0,k=d.scrollWidth,C=d.scrollHeight,A=va(d),O=d.scrollLeft,E=d.scrollTop;d===u?(_=b<k&&("auto"===A.overflowX||"scroll"===A.overflowX||"visible"===A.overflowX),x=w<C&&("auto"===A.overflowY||"scroll"===A.overflowY||"visible"===A.overflowY)):(_=b<k&&("auto"===A.overflowX||"scroll"===A.overflowX),x=w<C&&("auto"===A.overflowY||"scroll"===A.overflowY));var S=_&&(Math.abs(y-o)<=s&&O+b<k)-(Math.abs(v-o)<=s&&!!O),j=x&&(Math.abs(g-a)<=s&&E+w<C)-(Math.abs(m-a)<=s&&!!E);if(!Fs[f])for(var P=0;P<=f;P++)Fs[P]||(Fs[P]={});Fs[f].vx==S&&Fs[f].vy==j&&Fs[f].el===d||(Fs[f].el=d,Fs[f].vx=S,Fs[f].vy=j,clearInterval(Fs[f].pid),0==S&&0==j||(c=!0,Fs[f].pid=setInterval(function(){r&&0===this.layer&&Ps.active._onTouchMove(zs);var e=Fs[this.layer].vy?Fs[this.layer].vy*l:0,n=Fs[this.layer].vx?Fs[this.layer].vx*l:0;"function"==typeof i&&"continue"!==i.call(Ps.dragged.parentNode[Ra],n,e,t,zs,Fs[this.layer].el)||Pa(Fs[this.layer].el,n,e)}.bind({layer:f}),24))),f++}while(e.bubbleScroll&&h!==u&&(h=Ea(h,!1)));$s=c}}),30),Zs=function(t){var e=t.originalEvent,n=t.putSortable,r=t.dragEl,i=t.activeSortable,o=t.dispatchSortableEvent,a=t.hideGhostForTarget,s=t.unhideGhostForTarget;if(e){var l=n||i;a();var u=e.changedTouches&&e.changedTouches.length?e.changedTouches[0]:e,c=document.elementFromPoint(u.clientX,u.clientY);s(),l&&!l.el.contains(c)&&(o("spill"),this.onSpill({dragEl:r,putSortable:n}))}};function Ks(){}function Xs(){}Ks.prototype={startIndex:null,dragStart:function(t){var e=t.oldDraggableIndex;this.startIndex=e},onSpill:function(t){var e=t.dragEl,n=t.putSortable;this.sortable.captureAnimationState(),n&&n.captureAnimationState();var r=ka(this.sortable.el,this.startIndex,this.options);r?this.sortable.el.insertBefore(e,r):this.sortable.el.appendChild(e),this.sortable.animateAll(),n&&n.animateAll()},drop:Zs},ta(Ks,{pluginName:"revertOnSpill"}),Xs.prototype={onSpill:function(t){var e=t.dragEl,n=t.putSortable||this.sortable;n.captureAnimationState(),e.parentNode&&e.parentNode.removeChild(e),n.animateAll()},drop:Zs},ta(Xs,{pluginName:"removeOnSpill"}),Ps.mount(new function(){function t(){for(var t in this.defaults={scroll:!0,forceAutoScrollFallback:!1,scrollSensitivity:30,scrollSpeed:10,bubbleScroll:!0},this)"_"===t.charAt(0)&&"function"==typeof this[t]&&(this[t]=this[t].bind(this))}return t.prototype={dragStarted:function(t){var e=t.originalEvent;this.sortable.nativeDraggable?ua(document,"dragover",this._handleAutoScroll):this.options.supportPointer?ua(document,"pointermove",this._handleFallbackAutoScroll):e.touches?ua(document,"touchmove",this._handleFallbackAutoScroll):ua(document,"mousemove",this._handleFallbackAutoScroll)},dragOverCompleted:function(t){var e=t.originalEvent;this.options.dragOverBubble||e.rootEl||this._handleAutoScroll(e)},drop:function(){this.sortable.nativeDraggable?ca(document,"dragover",this._handleAutoScroll):(ca(document,"pointermove",this._handleFallbackAutoScroll),ca(document,"touchmove",this._handleFallbackAutoScroll),ca(document,"mousemove",this._handleFallbackAutoScroll)),Ws(),qs(),clearTimeout(pa),pa=void 0},nulling:function(){zs=Bs=Ls=$s=Us=Is=Hs=null,Fs.length=0},_handleFallbackAutoScroll:function(t){this._handleAutoScroll(t,!0)},_handleAutoScroll:function(t,e){var n=this,r=(t.touches?t.touches[0]:t).clientX,i=(t.touches?t.touches[0]:t).clientY,o=document.elementFromPoint(r,i);if(zs=t,e||this.options.forceAutoScrollFallback||ra||na||oa){Gs(t,this.options,o,e);var a=Ea(o,!0);!$s||Us&&r===Is&&i===Hs||(Us&&Ws(),Us=setInterval((function(){var o=Ea(document.elementFromPoint(r,i),!0);o!==a&&(a=o,qs()),Gs(t,n.options,o,e)}),10),Is=r,Hs=i)}else{if(!this.options.bubbleScroll||Ea(o,!0)===wa())return void qs();Gs(t,this.options,Ea(o,!1),!1)}}},ta(t,{pluginName:"scroll",initializeByDefault:!0})}),Ps.mount(Xs,Ks);var Ys,Js=Ps,Qs=i(5129),tl=i(6455);function el(t,e,n){return e=(0,u.A)(e),(0,l.A)(t,nl()?Reflect.construct(e,n||[],(0,u.A)(t).constructor):e.apply(t,n))}function nl(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){})))}catch(t){}return(nl=function(){return!!t})()}var rl,il=(0,kr.fF)({text:"Loading..."})(Ys=function(t){function e(){var t;(0,a.A)(this,e);for(var n=arguments.length,r=new Array(n),i=0;i<n;i++)r[i]=arguments[i];return t=el(this,e,[].concat(r)),(0,h.A)(t,"template",tl),t}return(0,f.A)(e,t),(0,s.A)(e,[{key:"initialize",value:function(t){this.options=t}},{key:"serializeData",value:function(){return this.options}}])}(cr.View))||Ys,ol=il;function al(t,e,n){return e=(0,u.A)(e),(0,l.A)(t,sl()?Reflect.construct(e,n||[],(0,u.A)(t).constructor):e.apply(t,n))}function sl(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){})))}catch(t){}return(sl=function(){return!!t})()}var ll=(0,kr.s7)("widgets-grid")(rl=function(t){function e(){var t;(0,a.A)(this,e);for(var n=arguments.length,r=new Array(n),i=0;i<n;i++)r[i]=arguments[i];return t=al(this,e,[].concat(r)),(0,h.A)(t,"template",(function(){return""})),t}return(0,f.A)(e,t),(0,s.A)(e,[{key:"initialize",value:function(){this.widgets=Go.A.widgets[this.options.tabName],this.settings=this.options.settings||(0,Oo.gW)(this.options.tabName)}},{key:"onRender",value:function(){var t=this;this.getWidgetsArrangement().map((function(e){return e.map((function(e){return[e,t.widgets[e].widget,t.widgets[e].model]}))})).forEach((function(e){var n=r('<div class="widgets-grid__col"></div>');t.$el.append(n),e.forEach((function(e){var r,i,o=(i=3,function(t){if(Array.isArray(t))return t}(r=e)||function(t,e){var n=null==t?null:"undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(null!=n){var r,i,o,a,s=[],l=!0,u=!1;try{if(o=(n=n.call(t)).next,0===e){if(Object(n)!==n)return;l=!1}else for(;!(l=(r=o.call(n)).done)&&(s.push(r.value),s.length!==e);l=!0);}catch(t){u=!0,i=t}finally{try{if(!l&&null!=n.return&&(a=n.return(),Object(a)!==a))return}finally{if(u)throw i}}return s}}(r,i)||Ko(r,i)||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.")}()),a=o[0],s=o[1],l=o[2];t.addWidget(n,a,s,l)}))})),this.$(".widgets-grid__col").each((function(e,n){return new Js(n,{group:"widgets",ghostClass:"widget_ghost",handle:".widget__handle",onEnd:t.saveWidgetsArrangement.bind(t)})}))}},{key:"getWidgetsArrangement",value:function(){var t=this,e=this.settings.getWidgetsArrangement().map((function(e){return e.filter((function(e){return t.widgets[e]}))}));return Object.keys(this.widgets).forEach((function(t){e.every((function(e){return-1===e.indexOf(t)}))&&e.reduce((function(t,e){return e.length<t.length?e:t})).push(t)})),e}},{key:"saveWidgetsArrangement",value:function(){this.settings.setWidgetsArrangement(this.$(".widgets-grid__col").toArray().map((function(t){return r(t).find(".widget").toArray().map((function(t){return r(t).data("id")}))})))}},{key:"addWidget",value:function(t,e,n,i){var o=r(function(t){return'<div class="widget island" data-id="'.concat(t,'">\n <div class="widget__handle">\n <svg width="16px" height="16px" class="draggable-icon"><use xlink:href="#').concat(Qs.A.id,'"></use></svg>\n </div>\n <div class="widget__body"></div>\n</div>')}(e));t.append(o),this.addRegion(e,{el:o.find(".widget__body")});var a=new i({},{name:e});!function(t,e,n,r){var i=arguments.length>4&&void 0!==arguments[4]?arguments[4]:function(){};t.showChildView(e,new ol),n.fetch().then((function(){t.showChildView(e,r),i()}))}(this,e,a,new n({model:a}))}}])}(cr.View))||rl,ul=ll;function cl(t,e,n){return e=(0,u.A)(e),(0,l.A)(t,fl()?Reflect.construct(e,n||[],(0,u.A)(t).constructor):e.apply(t,n))}function fl(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){})))}catch(t){}return(fl=function(){return!!t})()}var hl=function(t){function e(){return(0,a.A)(this,e),cl(this,e,arguments)}return(0,f.A)(e,t),(0,s.A)(e,[{key:"getContentView",value:function(){return new ul({tabName:"widgets"})}}])}(xr.A);function dl(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 pl(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?dl(Object(n),!0).forEach((function(e){(0,h.A)(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):dl(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}function ml(t,e,n){return e=(0,u.A)(e),(0,l.A)(t,gl()?Reflect.construct(e,n||[],(0,u.A)(t).constructor):e.apply(t,n))}function gl(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){})))}catch(t){}return(gl=function(){return!!t})()}allure.api.addTab("",{title:"tab.overview.name",icon:"overview",route:"",onEnter:function(){return new hl({tabName:"tab.overview.name"})}}),function(){var t=allure.getPluginSettings("screen-diff",{diffType:"diff"});function e(t){return'<div class="screen-diff__container"><img class="screen-diff__image" src="'+t+'"></div>'}function n(t,e){if(t.testStage&&t.testStage.attachments){var n=t.testStage.attachments.filter((function(t){return t.name===e}))[0];if(n)return"data/attachments/"+n.source}return null}var r=Backbone.Marionette.View.extend({regions:{subView:".screen-diff-view"},template:function(){return'<div class="screen-diff-view"></div>'},onRender:function(){var t=this.model.toJSON(),e=t.labels.filter((function(t){return"testType"===t.name}))[0],r=n(t,"diff"),i=n(t,"actual"),o=n(t,"expected");e&&"screenshotDiff"===e.value&&this.showChildView("subView",new a({diffImage:r,actualImage:i,expectedImage:o}))}}),i=Backbone.Marionette.View.extend({templateContext:function(){return this.options},template:function(t){return'<pre class="screen-diff-error">'+t.error+"</pre>"}}),o=Backbone.Marionette.View.extend({regions:{subView:".screen-diff-view"},template:function(){return'<div class="screen-diff-view"></div>'},onRender:function(){jQuery.getJSON(this.options.sourceUrl).then(this.renderScreenDiffView.bind(this),this.renderErrorView.bind(this))},renderErrorView:function(t){console.log(t),this.showChildView("subView",new i({error:t.statusText}))},renderScreenDiffView:function(t){this.showChildView("subView",new a({diffImage:t.diff,actualImage:t.actual,expectedImage:t.expected}))}}),a=Backbone.Marionette.View.extend({className:"pane__section",events:function(){return(0,h.A)((0,h.A)({},'click [name="screen-diff-type-'+this.cid+'"]',"onDiffTypeChange"),"mousemove .screen-diff__overlay","onOverlayMove")},initialize:function(t){this.diffImage=t.diffImage,this.actualImage=t.actualImage,this.expectedImage=t.expectedImage,this.radioName="screen-diff-type-"+this.cid},templateContext:function(){return{diffType:t.get("diffType"),diffImage:this.diffImage,actualImage:this.actualImage,expectedImage:this.expectedImage,radioName:this.radioName}},template:function(t){return t.diffImage||t.actualImage||t.expectedImage?'<h3 class="pane__section-title">Screen Diff</h3><div class="screen-diff__content"><div class="screen-diff__switchers"><label><input type="radio" name="'+t.radioName+'" value="diff"> Show diff</label><label><input type="radio" name="'+t.radioName+'" value="overlay"> Show overlay</label></div>'+function(t,n,r,i){return"diff"===t&&n?e(n):"overlay"===t&&i?'<div class="screen-diff__overlay screen-diff__container"><img class="screen-diff__image" src="'+i+'"><div class="screen-diff__image-over"><img class="screen-diff__image" src="'+r+'"></div></div>':r?e(r):"No diff data provided"}(t.diffType,t.diffImage,t.actualImage,t.expectedImage)+"</div>":""},adjustImageSize:function(t){var e=this.$(t.target);e.width(e.width())},onRender:function(){var e=t.get("diffType");this.$('[name="'+this.radioName+'"][value="'+e+'"]').prop("checked",!0),"overlay"===e&&this.$(".screen-diff__image-over img").on("load",this.adjustImageSize.bind(this))},onOverlayMove:function(t){var e=t.pageX,n=this.$(".screen-diff__container").scrollLeft(),r=e-t.currentTarget.getBoundingClientRect().left+n;this.$(".screen-diff__image-over").width(r)},onDiffTypeChange:function(e){t.save("diffType",e.target.value),this.render()}});allure.api.addTestResultBlock(r,{position:"before"}),allure.api.addAttachmentViewer("application/vnd.allure.image.diff",{View:o,icon:"compare"})}(),allure.api.addTranslation("en",{tab:{behaviors:{name:"Behaviors"}},widget:{behaviors:{name:"Features by stories",showAll:"show all"}}}),allure.api.addTranslation("ru",{tab:{behaviors:{name:"Функциональность"}},widget:{behaviors:{name:"Функциональность",showAll:"показать все"}}}),allure.api.addTranslation("zh",{tab:{behaviors:{name:"功能"}},widget:{behaviors:{name:"特性场景",showAll:"显示所有"}}}),allure.api.addTranslation("de",{tab:{behaviors:{name:"Verhalten"}},widget:{behaviors:{name:"Features nach Stories",showAll:"Zeige alle"}}}),allure.api.addTranslation("nl",{tab:{behaviors:{name:"Functionaliteit"}},widget:{behaviors:{name:"Features en story’s",showAll:"Toon alle"}}}),allure.api.addTranslation("he",{tab:{behaviors:{name:"התנהגויות"}},widget:{behaviors:{name:"תכונות לפי סיפורי משתמש",showAll:"הצג הכול"}}}),allure.api.addTranslation("br",{tab:{behaviors:{name:"Comportamentos"}},widget:{behaviors:{name:"Funcionalidades por história",showAll:"Mostrar tudo"}}}),allure.api.addTranslation("ja",{tab:{behaviors:{name:"振る舞い"}},widget:{behaviors:{name:"ストーリー別の機能",showAll:"全て表示"}}}),allure.api.addTranslation("es",{tab:{behaviors:{name:"Funcionalidades"}},widget:{behaviors:{name:"Funcionalidades por Historias de Usuario",showAll:"mostrar todo"}}}),allure.api.addTranslation("kr",{tab:{behaviors:{name:"동작"}},widget:{behaviors:{name:"스토리별 기능",showAll:"전체 보기"}}}),allure.api.addTranslation("fr",{tab:{behaviors:{name:"Comportements"}},widget:{behaviors:{name:"Thèmes par histoires",showAll:"Montrer tout"}}}),allure.api.addTranslation("pl",{tab:{behaviors:{name:"Zachowania"}},widget:{behaviors:{name:"Funkcje według historii",showAll:"pokaż wszystko"}}}),allure.api.addTranslation("az",{tab:{behaviors:{name:"Davranışlar"}},widget:{behaviors:{name:"Hekayələr üzrə xüsusiyyətlər",showAll:"hamısını göstər"}}}),allure.api.addTranslation("sv",{tab:{behaviors:{name:"Beteenden"}},widget:{behaviors:{name:"Funktioner efter user stories",showAll:"visa allt"}}}),allure.api.addTranslation("isv",{tab:{behaviors:{name:"Funkcionalnost"}},widget:{behaviors:{name:"Funkcionalnost",showAll:"pokaži vsěčto"}}}),allure.api.addTab("behaviors",{title:"tab.behaviors.name",icon:"task",route:"behaviors(/)(:testGroup)(/)(:testResult)(/)(:testResultTab)(/)",onEnter:function(t,e,n){return new allure.components.TreeLayout({testGroup:t,testResult:e,testResultTab:n,tabName:"tab.behaviors.name",baseUrl:"behaviors",url:"data/behaviors.json",csvUrl:"data/behaviors.csv"})}}),allure.api.addWidget("widgets","behaviors",allure.components.WidgetStatusView.extend({rowTag:"a",title:"widget.behaviors.name",baseUrl:"behaviors",showLinks:!0})),allure.api.addTab("categories",{title:"tab.categories.name",icon:"list",route:"categories(/)(:testGroup)(/)(:testResult)(/)(:testResultTab)(/)",onEnter:function(t,e,n){return new allure.components.TreeLayout({testGroup:t,testResult:e,testResultTab:n,tabName:"tab.categories.name",baseUrl:"categories",url:"data/categories.json",csvUrl:"data/categories.csv"})}});var vl=function(t){function e(){var t;(0,a.A)(this,e);for(var n=arguments.length,r=new Array(n),i=0;i<n;i++)r[i]=arguments[i];return t=ml(this,e,[].concat(r)),(0,h.A)(t,"url",(function(){return"widgets/status-chart.json"})),t}return(0,f.A)(e,t),(0,s.A)(e,[{key:"fetch",value:function(t){var r=this;return(0,n._8)(this.url(),"application/json").then((function(n){return function(t,e,n,r){var i=(0,c.A)((0,u.A)(t.prototype),"fetch",n);return"function"==typeof i?function(t){return i.apply(n,t)}:i}(e,0,r)([pl(pl({},t),{},{url:n})])}))}}])}(xe.Collection);function yl(t,e,n){return e=(0,u.A)(e),(0,l.A)(t,bl()?Reflect.construct(e,n||[],(0,u.A)(t).constructor):e.apply(t,n))}function bl(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){})))}catch(t){}return(bl=function(){return!!t})()}var wl=function(t){function e(){return(0,a.A)(this,e),yl(this,e,arguments)}return(0,f.A)(e,t),(0,s.A)(e,[{key:"initialize",value:function(){this.collection=new vl}},{key:"loadData",value:function(){return this.collection.fetch()}},{key:"getContentView",value:function(){return new ul({model:this.collection,tabName:"graph"})}}])}(xr.A);function _l(t,e){return e||(e=t.slice(0)),Object.freeze(Object.defineProperties(t,{raw:{value:Object.freeze(e)}}))}allure.api.addTab("graph",{title:"tab.graph.name",icon:"graphs",route:"graph",onEnter:function(){return new wl}}),allure.api.addTranslation("en",{tab:{packages:{name:"Packages"}}}),allure.api.addTranslation("ru",{tab:{packages:{name:"Пакеты"}}}),allure.api.addTranslation("zh",{tab:{packages:{name:"包"}}}),allure.api.addTranslation("de",{tab:{packages:{name:"Pakete"}}}),allure.api.addTranslation("nl",{tab:{packages:{name:"Packages"}}}),allure.api.addTranslation("he",{tab:{packages:{name:"חבילות"}}}),allure.api.addTranslation("br",{tab:{packages:{name:"Pacotes"}}}),allure.api.addTranslation("ja",{tab:{packages:{name:"パッケージ"}}}),allure.api.addTranslation("es",{tab:{packages:{name:"Paquetes"}}}),allure.api.addTranslation("kr",{tab:{packages:{name:"패키지"}}}),allure.api.addTranslation("fr",{tab:{packages:{name:"Paquets"}}}),allure.api.addTranslation("pl",{tab:{packages:{name:"Pakiety"}}}),allure.api.addTranslation("az",{tab:{packages:{name:"Paketlər"}}}),allure.api.addTranslation("sv",{tab:{packages:{name:"Paket"}}}),allure.api.addTranslation("isv",{tab:{packages:{name:"Pakety"}}}),allure.api.addTab("packages",{title:"tab.packages.name",icon:"tree",route:"packages(/)(:testGroup)(/)(:testResult)(/)(:testResultTab)(/)",onEnter:function(t,e,n){return new allure.components.TreeLayout({testGroup:t,testResult:e,testResultTab:n,tabName:"tab.packages.name",baseUrl:"packages",url:"data/packages.json"})}}),allure.api.addTab("suites",{title:"tab.suites.name",icon:"folder",route:"suites(/)(:testGroup)(/)(:testResult)(/)(:testResultTab)(/)",onEnter:function(t,e,n){return new allure.components.TreeLayout({testGroup:t,testResult:e,testResultTab:n,tabName:"tab.suites.name",baseUrl:"suites",url:"data/suites.json",csvUrl:"data/suites.csv"})}});var xl={value:()=>{}};function kl(){for(var t,e=0,n=arguments.length,r={};e<n;++e){if(!(t=arguments[e]+"")||t in r||/[\s.]/.test(t))throw new Error("illegal type: "+t);r[t]=[]}return new Cl(r)}function Cl(t){this._=t}function Al(t,e){for(var n,r=0,i=t.length;r<i;++r)if((n=t[r]).name===e)return n.value}function Ol(t,e,n){for(var r=0,i=t.length;r<i;++r)if(t[r].name===e){t[r]=xl,t=t.slice(0,r).concat(t.slice(r+1));break}return null!=n&&t.push({name:e,value:n}),t}Cl.prototype=kl.prototype={constructor:Cl,on:function(t,e){var n,r,i=this._,o=(r=i,(t+"").trim().split(/^|\s+/).map((function(t){var e="",n=t.indexOf(".");if(n>=0&&(e=t.slice(n+1),t=t.slice(0,n)),t&&!r.hasOwnProperty(t))throw new Error("unknown type: "+t);return{type:t,name:e}}))),a=-1,s=o.length;if(!(arguments.length<2)){if(null!=e&&"function"!=typeof e)throw new Error("invalid callback: "+e);for(;++a<s;)if(n=(t=o[a]).type)i[n]=Ol(i[n],t.name,e);else if(null==e)for(n in i)i[n]=Ol(i[n],t.name,null);return this}for(;++a<s;)if((n=(t=o[a]).type)&&(n=Al(i[n],t.name)))return n},copy:function(){var t={},e=this._;for(var n in e)t[n]=e[n].slice();return new Cl(t)},call:function(t,e){if((n=arguments.length-2)>0)for(var n,r,i=new Array(n),o=0;o<n;++o)i[o]=arguments[o+2];if(!this._.hasOwnProperty(t))throw new Error("unknown type: "+t);for(o=0,n=(r=this._[t]).length;o<n;++o)r[o].value.apply(e,i)},apply:function(t,e,n){if(!this._.hasOwnProperty(t))throw new Error("unknown type: "+t);for(var r=this._[t],i=0,o=r.length;i<o;++i)r[i].value.apply(e,n)}};var El=kl;const Sl={passive:!1},jl={capture:!0,passive:!1};function Pl(t){t.stopImmediatePropagation()}function Tl(t){t.preventDefault(),t.stopImmediatePropagation()}function Ml(t){var e=t.document.documentElement,n=Xn(t).on("dragstart.drag",Tl,jl);"onselectstart"in e?n.on("selectstart.drag",Tl,jl):(e.__noselect=e.style.MozUserSelect,e.style.MozUserSelect="none")}function Rl(t,e){var n=t.document.documentElement,r=Xn(t).on("dragstart.drag",null);e&&(r.on("click.drag",Tl,jl),setTimeout((function(){r.on("click.drag",null)}),0)),"onselectstart"in n?r.on("selectstart.drag",null):(n.style.MozUserSelect=n.__noselect,delete n.__noselect)}function Dl(t,e){if(t=function(t){let e;for(;e=t.sourceEvent;)t=e;return t}(t),void 0===e&&(e=t.currentTarget),e){var n=e.ownerSVGElement||e;if(n.createSVGPoint){var r=n.createSVGPoint();return r.x=t.clientX,r.y=t.clientY,[(r=r.matrixTransform(e.getScreenCTM().inverse())).x,r.y]}if(e.getBoundingClientRect){var i=e.getBoundingClientRect();return[t.clientX-i.left-e.clientLeft,t.clientY-i.top-e.clientTop]}}return[t.pageX,t.pageY]}var Nl,Vl,Ll=0,Bl=0,Il=0,Hl=1e3,zl=0,Ul=0,Fl=0,$l="object"==typeof performance&&performance.now?performance:Date,ql="object"==typeof window&&window.requestAnimationFrame?window.requestAnimationFrame.bind(window):function(t){setTimeout(t,17)};function Wl(){return Ul||(ql(Gl),Ul=$l.now()+Fl)}function Gl(){Ul=0}function Zl(){this._call=this._time=this._next=null}function Kl(t,e,n){var r=new Zl;return r.restart(t,e,n),r}function Xl(){Ul=(zl=$l.now())+Fl,Ll=Bl=0;try{!function(){Wl(),++Ll;for(var t,e=Nl;e;)(t=Ul-e._time)>=0&&e._call.call(void 0,t),e=e._next;--Ll}()}finally{Ll=0,function(){for(var t,e,n=Nl,r=1/0;n;)n._call?(r>n._time&&(r=n._time),t=n,n=n._next):(e=n._next,n._next=null,n=t?t._next=e:Nl=e);Vl=t,Jl(r)}(),Ul=0}}function Yl(){var t=$l.now(),e=t-zl;e>Hl&&(Fl-=e,zl=t)}function Jl(t){Ll||(Bl&&(Bl=clearTimeout(Bl)),t-Ul>24?(t<1/0&&(Bl=setTimeout(Xl,t-$l.now()-Fl)),Il&&(Il=clearInterval(Il))):(Il||(zl=$l.now(),Il=setInterval(Yl,Hl)),Ll=1,ql(Xl)))}function Ql(t,e,n){var r=new Zl;return e=null==e?0:+e,r.restart((n=>{r.stop(),t(n+e)}),e,n),r}Zl.prototype=Kl.prototype={constructor:Zl,restart:function(t,e,n){if("function"!=typeof t)throw new TypeError("callback is not a function");n=(null==n?Wl():+n)+(null==e?0:+e),this._next||Vl===this||(Vl?Vl._next=this:Nl=this,Vl=this),this._call=t,this._time=n,Jl()},stop:function(){this._call&&(this._call=null,this._time=1/0,Jl())}};var tu=El("start","end","cancel","interrupt"),eu=[],nu=0,ru=2,iu=3,ou=5,au=6;function su(t,e,n,r,i,o){var a=t.__transition;if(a){if(n in a)return}else t.__transition={};!function(t,e,n){var r,i=t.__transition;function o(l){var u,c,f,h;if(1!==n.state)return s();for(u in i)if((h=i[u]).name===n.name){if(h.state===iu)return Ql(o);4===h.state?(h.state=au,h.timer.stop(),h.on.call("interrupt",t,t.__data__,h.index,h.group),delete i[u]):+u<e&&(h.state=au,h.timer.stop(),h.on.call("cancel",t,t.__data__,h.index,h.group),delete i[u])}if(Ql((function(){n.state===iu&&(n.state=4,n.timer.restart(a,n.delay,n.time),a(l))})),n.state=ru,n.on.call("start",t,t.__data__,n.index,n.group),n.state===ru){for(n.state=iu,r=new Array(f=n.tween.length),u=0,c=-1;u<f;++u)(h=n.tween[u].value.call(t,t.__data__,n.index,n.group))&&(r[++c]=h);r.length=c+1}}function a(e){for(var i=e<n.duration?n.ease.call(null,e/n.duration):(n.timer.restart(s),n.state=ou,1),o=-1,a=r.length;++o<a;)r[o].call(t,i);n.state===ou&&(n.on.call("end",t,t.__data__,n.index,n.group),s())}function s(){for(var r in n.state=au,n.timer.stop(),delete i[e],i)return;delete t.__transition}i[e]=n,n.timer=Kl((function(t){n.state=1,n.timer.restart(o,n.delay,n.time),n.delay<=t&&o(t-n.delay)}),0,n.time)}(t,n,{name:e,index:r,group:i,on:tu,tween:eu,time:o.time,delay:o.delay,duration:o.duration,ease:o.ease,timer:null,state:nu})}function lu(t,e){var n=cu(t,e);if(n.state>nu)throw new Error("too late; already scheduled");return n}function uu(t,e){var n=cu(t,e);if(n.state>iu)throw new Error("too late; already running");return n}function cu(t,e){var n=t.__transition;if(!n||!(n=n[e]))throw new Error("transition not found");return n}function fu(t,e){var n,r,i,o=t.__transition,a=!0;if(o){for(i in e=null==e?null:e+"",o)(n=o[i]).name===e?(r=n.state>ru&&n.state<ou,n.state=au,n.timer.stop(),n.on.call(r?"interrupt":"cancel",t,t.__data__,n.index,n.group),delete o[i]):a=!1;a&&delete t.__transition}}var hu,du=180/Math.PI,pu={translateX:0,translateY:0,rotate:0,skewX:0,scaleX:1,scaleY:1};function mu(t,e,n,r,i,o){var a,s,l;return(a=Math.sqrt(t*t+e*e))&&(t/=a,e/=a),(l=t*n+e*r)&&(n-=t*l,r-=e*l),(s=Math.sqrt(n*n+r*r))&&(n/=s,r/=s,l/=s),t*r<e*n&&(t=-t,e=-e,l=-l,a=-a),{translateX:i,translateY:o,rotate:Math.atan2(e,t)*du,skewX:Math.atan(l)*du,scaleX:a,scaleY:s}}function gu(t,e,n,r){function i(t){return t.length?t.pop()+" ":""}return function(o,a){var s=[],l=[];return o=t(o),a=t(a),function(t,r,i,o,a,s){if(t!==i||r!==o){var l=a.push("translate(",null,e,null,n);s.push({i:l-4,x:Ct(t,i)},{i:l-2,x:Ct(r,o)})}else(i||o)&&a.push("translate("+i+e+o+n)}(o.translateX,o.translateY,a.translateX,a.translateY,s,l),function(t,e,n,o){t!==e?(t-e>180?e+=360:e-t>180&&(t+=360),o.push({i:n.push(i(n)+"rotate(",null,r)-2,x:Ct(t,e)})):e&&n.push(i(n)+"rotate("+e+r)}(o.rotate,a.rotate,s,l),function(t,e,n,o){t!==e?o.push({i:n.push(i(n)+"skewX(",null,r)-2,x:Ct(t,e)}):e&&n.push(i(n)+"skewX("+e+r)}(o.skewX,a.skewX,s,l),function(t,e,n,r,o,a){if(t!==n||e!==r){var s=o.push(i(o)+"scale(",null,",",null,")");a.push({i:s-4,x:Ct(t,n)},{i:s-2,x:Ct(e,r)})}else 1===n&&1===r||o.push(i(o)+"scale("+n+","+r+")")}(o.scaleX,o.scaleY,a.scaleX,a.scaleY,s,l),o=a=null,function(t){for(var e,n=-1,r=l.length;++n<r;)s[(e=l[n]).i]=e.x(t);return s.join("")}}}var vu=gu((function(t){const e=new("function"==typeof DOMMatrix?DOMMatrix:WebKitCSSMatrix)(t+"");return e.isIdentity?pu:mu(e.a,e.b,e.c,e.d,e.e,e.f)}),"px, ","px)","deg)"),yu=gu((function(t){return null==t?pu:(hu||(hu=document.createElementNS("http://www.w3.org/2000/svg","g")),hu.setAttribute("transform",t),(t=hu.transform.baseVal.consolidate())?mu((t=t.matrix).a,t.b,t.c,t.d,t.e,t.f):pu)}),", ",")",")");function bu(t,e){var n,r;return function(){var i=uu(this,t),o=i.tween;if(o!==n)for(var a=0,s=(r=n=o).length;a<s;++a)if(r[a].name===e){(r=r.slice()).splice(a,1);break}i.tween=r}}function wu(t,e,n){var r,i;if("function"!=typeof n)throw new Error;return function(){var o=uu(this,t),a=o.tween;if(a!==r){i=(r=a).slice();for(var s={name:e,value:n},l=0,u=i.length;l<u;++l)if(i[l].name===e){i[l]=s;break}l===u&&i.push(s)}o.tween=i}}function _u(t,e,n){var r=t._id;return t.each((function(){var t=uu(this,r);(t.value||(t.value={}))[e]=n.apply(this,arguments)})),function(t){return cu(t,r).value[e]}}function xu(t,e){var n;return("number"==typeof e?Ct:e instanceof tt?bt:(n=tt(e))?(e=n,bt):St)(t,e)}function ku(t){return function(){this.removeAttribute(t)}}function Cu(t){return function(){this.removeAttributeNS(t.space,t.local)}}function Au(t,e,n){var r,i,o=n+"";return function(){var a=this.getAttribute(t);return a===o?null:a===r?i:i=e(r=a,n)}}function Ou(t,e,n){var r,i,o=n+"";return function(){var a=this.getAttributeNS(t.space,t.local);return a===o?null:a===r?i:i=e(r=a,n)}}function Eu(t,e,n){var r,i,o;return function(){var a,s,l=n(this);if(null!=l)return(a=this.getAttribute(t))===(s=l+"")?null:a===r&&s===i?o:(i=s,o=e(r=a,l));this.removeAttribute(t)}}function Su(t,e,n){var r,i,o;return function(){var a,s,l=n(this);if(null!=l)return(a=this.getAttributeNS(t.space,t.local))===(s=l+"")?null:a===r&&s===i?o:(i=s,o=e(r=a,l));this.removeAttributeNS(t.space,t.local)}}function ju(t,e){var n,r;function i(){var i=e.apply(this,arguments);return i!==r&&(n=(r=i)&&function(t,e){return function(n){this.setAttributeNS(t.space,t.local,e.call(this,n))}}(t,i)),n}return i._value=e,i}function Pu(t,e){var n,r;function i(){var i=e.apply(this,arguments);return i!==r&&(n=(r=i)&&function(t,e){return function(n){this.setAttribute(t,e.call(this,n))}}(t,i)),n}return i._value=e,i}function Tu(t,e){return function(){lu(this,t).delay=+e.apply(this,arguments)}}function Mu(t,e){return e=+e,function(){lu(this,t).delay=e}}function Ru(t,e){return function(){uu(this,t).duration=+e.apply(this,arguments)}}function Du(t,e){return e=+e,function(){uu(this,t).duration=e}}var Nu=Kn.prototype.constructor;function Vu(t){return function(){this.style.removeProperty(t)}}var Lu=0;function Bu(t,e,n,r){this._groups=t,this._parents=e,this._name=n,this._id=r}function Iu(){return++Lu}var Hu=Kn.prototype;Bu.prototype=function(t){return Kn().transition(t)}.prototype={constructor:Bu,select:function(t){var e=this._name,n=this._id;"function"!=typeof t&&(t=Be(t));for(var r=this._groups,i=r.length,o=new Array(i),a=0;a<i;++a)for(var s,l,u=r[a],c=u.length,f=o[a]=new Array(c),h=0;h<c;++h)(s=u[h])&&(l=t.call(s,s.__data__,h,u))&&("__data__"in s&&(l.__data__=s.__data__),f[h]=l,su(f[h],e,n,h,f,cu(s,n)));return new Bu(o,this._parents,e,n)},selectAll:function(t){var e=this._name,n=this._id;"function"!=typeof t&&(t=He(t));for(var r=this._groups,i=r.length,o=[],a=[],s=0;s<i;++s)for(var l,u=r[s],c=u.length,f=0;f<c;++f)if(l=u[f]){for(var h,d=t.call(l,l.__data__,f,u),p=cu(l,n),m=0,g=d.length;m<g;++m)(h=d[m])&&su(h,e,n,m,d,p);o.push(d),a.push(l)}return new Bu(o,a,e,n)},selectChild:Hu.selectChild,selectChildren:Hu.selectChildren,filter:function(t){"function"!=typeof t&&(t=ze(t));for(var e=this._groups,n=e.length,r=new Array(n),i=0;i<n;++i)for(var o,a=e[i],s=a.length,l=r[i]=[],u=0;u<s;++u)(o=a[u])&&t.call(o,o.__data__,u,a)&&l.push(o);return new Bu(r,this._parents,this._name,this._id)},merge:function(t){if(t._id!==this._id)throw new Error;for(var e=this._groups,n=t._groups,r=e.length,i=n.length,o=Math.min(r,i),a=new Array(r),s=0;s<o;++s)for(var l,u=e[s],c=n[s],f=u.length,h=a[s]=new Array(f),d=0;d<f;++d)(l=u[d]||c[d])&&(h[d]=l);for(;s<r;++s)a[s]=e[s];return new Bu(a,this._parents,this._name,this._id)},selection:function(){return new Nu(this._groups,this._parents)},transition:function(){for(var t=this._name,e=this._id,n=Iu(),r=this._groups,i=r.length,o=0;o<i;++o)for(var a,s=r[o],l=s.length,u=0;u<l;++u)if(a=s[u]){var c=cu(a,e);su(a,t,n,u,s,{time:c.time+c.delay+c.duration,delay:0,duration:c.duration,ease:c.ease})}return new Bu(r,this._parents,t,n)},call:Hu.call,nodes:Hu.nodes,node:Hu.node,size:Hu.size,empty:Hu.empty,each:Hu.each,on:function(t,e){var n=this._id;return arguments.length<2?cu(this.node(),n).on.on(t):this.each(function(t,e,n){var r,i,o=function(t){return(t+"").trim().split(/^|\s+/).every((function(t){var e=t.indexOf(".");return e>=0&&(t=t.slice(0,e)),!t||"start"===t}))}(e)?lu:uu;return function(){var a=o(this,t),s=a.on;s!==r&&(i=(r=s).copy()).on(e,n),a.on=i}}(n,t,e))},attr:function(t,e){var n=nn(t),r="transform"===n?yu:xu;return this.attrTween(t,"function"==typeof e?(n.local?Su:Eu)(n,r,_u(this,"attr."+t,e)):null==e?(n.local?Cu:ku)(n):(n.local?Ou:Au)(n,r,e))},attrTween:function(t,e){var n="attr."+t;if(arguments.length<2)return(n=this.tween(n))&&n._value;if(null==e)return this.tween(n,null);if("function"!=typeof e)throw new Error;var r=nn(t);return this.tween(n,(r.local?ju:Pu)(r,e))},style:function(t,e,n){var r="transform"==(t+="")?vu:xu;return null==e?this.styleTween(t,function(t,e){var n,r,i;return function(){var o=pn(this,t),a=(this.style.removeProperty(t),pn(this,t));return o===a?null:o===n&&a===r?i:i=e(n=o,r=a)}}(t,r)).on("end.style."+t,Vu(t)):"function"==typeof e?this.styleTween(t,function(t,e,n){var r,i,o;return function(){var a=pn(this,t),s=n(this),l=s+"";return null==s&&(this.style.removeProperty(t),l=s=pn(this,t)),a===l?null:a===r&&l===i?o:(i=l,o=e(r=a,s))}}(t,r,_u(this,"style."+t,e))).each(function(t,e){var n,r,i,o,a="style."+e,s="end."+a;return function(){var l=uu(this,t),u=l.on,c=null==l.value[a]?o||(o=Vu(e)):void 0;u===n&&i===c||(r=(n=u).copy()).on(s,i=c),l.on=r}}(this._id,t)):this.styleTween(t,function(t,e,n){var r,i,o=n+"";return function(){var a=pn(this,t);return a===o?null:a===r?i:i=e(r=a,n)}}(t,r,e),n).on("end.style."+t,null)},styleTween:function(t,e,n){var r="style."+(t+="");if(arguments.length<2)return(r=this.tween(r))&&r._value;if(null==e)return this.tween(r,null);if("function"!=typeof e)throw new Error;return this.tween(r,function(t,e,n){var r,i;function o(){var o=e.apply(this,arguments);return o!==i&&(r=(i=o)&&function(t,e,n){return function(r){this.style.setProperty(t,e.call(this,r),n)}}(t,o,n)),r}return o._value=e,o}(t,e,null==n?"":n))},text:function(t){return this.tween("text","function"==typeof t?function(t){return function(){var e=t(this);this.textContent=null==e?"":e}}(_u(this,"text",t)):function(t){return function(){this.textContent=t}}(null==t?"":t+""))},textTween:function(t){var e="text";if(arguments.length<1)return(e=this.tween(e))&&e._value;if(null==t)return this.tween(e,null);if("function"!=typeof t)throw new Error;return this.tween(e,function(t){var e,n;function r(){var r=t.apply(this,arguments);return r!==n&&(e=(n=r)&&function(t){return function(e){this.textContent=t.call(this,e)}}(r)),e}return r._value=t,r}(t))},remove:function(){return this.on("end.remove",function(t){return function(){var e=this.parentNode;for(var n in this.__transition)if(+n!==t)return;e&&e.removeChild(this)}}(this._id))},tween:function(t,e){var n=this._id;if(t+="",arguments.length<2){for(var r,i=cu(this.node(),n).tween,o=0,a=i.length;o<a;++o)if((r=i[o]).name===t)return r.value;return null}return this.each((null==e?bu:wu)(n,t,e))},delay:function(t){var e=this._id;return arguments.length?this.each(("function"==typeof t?Tu:Mu)(e,t)):cu(this.node(),e).delay},duration:function(t){var e=this._id;return arguments.length?this.each(("function"==typeof t?Ru:Du)(e,t)):cu(this.node(),e).duration},ease:function(t){var e=this._id;return arguments.length?this.each(function(t,e){if("function"!=typeof e)throw new Error;return function(){uu(this,t).ease=e}}(e,t)):cu(this.node(),e).ease},easeVarying:function(t){if("function"!=typeof t)throw new Error;return this.each(function(t,e){return function(){var n=e.apply(this,arguments);if("function"!=typeof n)throw new Error;uu(this,t).ease=n}}(this._id,t))},end:function(){var t,e,n=this,r=n._id,i=n.size();return new Promise((function(o,a){var s={value:a},l={value:function(){0==--i&&o()}};n.each((function(){var n=uu(this,r),i=n.on;i!==t&&((e=(t=i).copy())._.cancel.push(s),e._.interrupt.push(s),e._.end.push(l)),n.on=e})),0===i&&o()}))},[Symbol.iterator]:Hu[Symbol.iterator]};var zu={time:null,delay:0,duration:250,ease:function(t){return((t*=2)<=1?t*t*t:(t-=2)*t*t+2)/2}};function Uu(t,e){for(var n;!(n=t.__transition)||!(n=n[e]);)if(!(t=t.parentNode))throw new Error(`transition ${e} not found`);return n}Kn.prototype.interrupt=function(t){return this.each((function(){fu(this,t)}))},Kn.prototype.transition=function(t){var e,n;t instanceof Bu?(e=t._id,t=t._name):(e=Iu(),(n=zu).time=Wl(),t=null==t?null:t+"");for(var r=this._groups,i=r.length,o=0;o<i;++o)for(var a,s=r[o],l=s.length,u=0;u<l;++u)(a=s[u])&&su(a,t,e,u,s,n||Uu(a,e));return new Bu(r,this._parents,t,e)};var Fu=t=>()=>t;function $u(t,{sourceEvent:e,target:n,selection:r,mode:i,dispatch:o}){Object.defineProperties(this,{type:{value:t,enumerable:!0,configurable:!0},sourceEvent:{value:e,enumerable:!0,configurable:!0},target:{value:n,enumerable:!0,configurable:!0},selection:{value:r,enumerable:!0,configurable:!0},mode:{value:i,enumerable:!0,configurable:!0},_:{value:o}})}function qu(t){t.preventDefault(),t.stopImmediatePropagation()}var Wu={name:"drag"},Gu={name:"space"},Zu={name:"handle"},Ku={name:"center"};const{abs:Xu,max:Yu,min:Ju}=Math;function Qu(t){return[+t[0],+t[1]]}function tc(t){return[Qu(t[0]),Qu(t[1])]}var ec={name:"x",handles:["w","e"].map(lc),input:function(t,e){return null==t?null:[[+t[0],e[0][1]],[+t[1],e[1][1]]]},output:function(t){return t&&[t[0][0],t[1][0]]}},nc={name:"y",handles:["n","s"].map(lc),input:function(t,e){return null==t?null:[[e[0][0],+t[0]],[e[1][0],+t[1]]]},output:function(t){return t&&[t[0][1],t[1][1]]}},rc=(["n","w","e","s","nw","ne","sw","se"].map(lc),{overlay:"crosshair",selection:"move",n:"ns-resize",e:"ew-resize",s:"ns-resize",w:"ew-resize",nw:"nwse-resize",ne:"nesw-resize",se:"nwse-resize",sw:"nesw-resize"}),ic={e:"w",w:"e",nw:"ne",ne:"nw",se:"sw",sw:"se"},oc={n:"s",s:"n",nw:"sw",ne:"se",se:"ne",sw:"nw"},ac={overlay:1,selection:1,n:null,e:1,s:null,w:-1,nw:-1,ne:1,se:1,sw:-1},sc={overlay:1,selection:1,n:-1,e:null,s:1,w:null,nw:-1,ne:-1,se:1,sw:1};function lc(t){return{type:t}}function uc(t){return!t.ctrlKey&&!t.button}function cc(){var t=this.ownerSVGElement||this;return t.hasAttribute("viewBox")?[[(t=t.viewBox.baseVal).x,t.y],[t.x+t.width,t.y+t.height]]:[[0,0],[t.width.baseVal.value,t.height.baseVal.value]]}function fc(){return navigator.maxTouchPoints||"ontouchstart"in this}function hc(t){for(;!t.__brush;)if(!(t=t.parentNode))return;return t.__brush}var dc=t=>()=>t;function pc(t,{sourceEvent:e,subject:n,target:r,identifier:i,active:o,x:a,y:s,dx:l,dy:u,dispatch:c}){Object.defineProperties(this,{type:{value:t,enumerable:!0,configurable:!0},sourceEvent:{value:e,enumerable:!0,configurable:!0},subject:{value:n,enumerable:!0,configurable:!0},target:{value:r,enumerable:!0,configurable:!0},identifier:{value:i,enumerable:!0,configurable:!0},active:{value:o,enumerable:!0,configurable:!0},x:{value:a,enumerable:!0,configurable:!0},y:{value:s,enumerable:!0,configurable:!0},dx:{value:l,enumerable:!0,configurable:!0},dy:{value:u,enumerable:!0,configurable:!0},_:{value:c}})}function mc(t){return!t.ctrlKey&&!t.button}function gc(){return this.parentNode}function vc(t,e){return null==e?{x:t.x,y:t.y}:e}function yc(){return navigator.maxTouchPoints||"ontouchstart"in this}pc.prototype.on=function(){var t=this._.on.apply(this._,arguments);return t===this._?this:t};var bc=i(2747),wc=i(795);function _c(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 t.reduce((function(t,e,r){return t+(0,wc.escapeExpression)(n[r-1])+e}))}var xc,kc,Cc=i(1199);function Ac(t,e,n){return e=(0,u.A)(e),(0,l.A)(t,Oc()?Reflect.construct(e,n||[],(0,u.A)(t).constructor):e.apply(t,n))}function Oc(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){})))}catch(t){}return(Oc=function(){return!!t})()}var Ec=(0,kr.s7)("timeline")(xc=function(t){function e(){return(0,a.A)(this,e),Ac(this,e,arguments)}return(0,f.A)(e,t),(0,s.A)(e,[{key:"initialize",value:function(){var t=this;this.chartX=ee(),this.brushX=ee(),this.sorter=Qi({sorter:"sorter.name",ascending:!0}),this.brush=function(t){var e,n=cc,r=uc,i=fc,o=!0,a=El("start","brush","end"),s=6;function l(e){var n=e.property("__brush",m).selectAll(".overlay").data([lc("overlay")]);n.enter().append("rect").attr("class","overlay").attr("pointer-events","all").attr("cursor",rc.overlay).merge(n).each((function(){var t=hc(this).extent;Xn(this).attr("x",t[0][0]).attr("y",t[0][1]).attr("width",t[1][0]-t[0][0]).attr("height",t[1][1]-t[0][1])})),e.selectAll(".selection").data([lc("selection")]).enter().append("rect").attr("class","selection").attr("cursor",rc.selection).attr("fill","#777").attr("fill-opacity",.3).attr("stroke","#fff").attr("shape-rendering","crispEdges");var r=e.selectAll(".handle").data(t.handles,(function(t){return t.type}));r.exit().remove(),r.enter().append("rect").attr("class",(function(t){return"handle handle--"+t.type})).attr("cursor",(function(t){return rc[t.type]})),e.each(u).attr("fill","none").attr("pointer-events","all").on("mousedown.brush",h).filter(i).on("touchstart.brush",h).on("touchmove.brush",d).on("touchend.brush touchcancel.brush",p).style("touch-action","none").style("-webkit-tap-highlight-color","rgba(0,0,0,0)")}function u(){var t=Xn(this),e=hc(this).selection;e?(t.selectAll(".selection").style("display",null).attr("x",e[0][0]).attr("y",e[0][1]).attr("width",e[1][0]-e[0][0]).attr("height",e[1][1]-e[0][1]),t.selectAll(".handle").style("display",null).attr("x",(function(t){return"e"===t.type[t.type.length-1]?e[1][0]-s/2:e[0][0]-s/2})).attr("y",(function(t){return"s"===t.type[0]?e[1][1]-s/2:e[0][1]-s/2})).attr("width",(function(t){return"n"===t.type||"s"===t.type?e[1][0]-e[0][0]+s:s})).attr("height",(function(t){return"e"===t.type||"w"===t.type?e[1][1]-e[0][1]+s:s}))):t.selectAll(".selection,.handle").style("display","none").attr("x",null).attr("y",null).attr("width",null).attr("height",null)}function c(t,e,n){var r=t.__brush.emitter;return!r||n&&r.clean?new f(t,e,n):r}function f(t,e,n){this.that=t,this.args=e,this.state=t.__brush,this.active=0,this.clean=n}function h(n){if((!e||n.touches)&&r.apply(this,arguments)){var i,a,s,l,f,h,d,p,m,g,v,y=this,b=n.target.__data__.type,w="selection"===(o&&n.metaKey?b="overlay":b)?Wu:o&&n.altKey?Ku:Zu,_=t===nc?null:ac[b],x=t===ec?null:sc[b],k=hc(y),C=k.extent,A=k.selection,O=C[0][0],E=C[0][1],S=C[1][0],j=C[1][1],P=0,T=0,M=_&&x&&o&&n.shiftKey,R=Array.from(n.touches||[n],(t=>{const e=t.identifier;return(t=Dl(t,y)).point0=t.slice(),t.identifier=e,t}));fu(y);var D=c(y,arguments,!0).beforestart();if("overlay"===b){A&&(m=!0);const e=[R[0],R[1]||R[0]];k.selection=A=[[i=t===nc?O:Ju(e[0][0],e[1][0]),s=t===ec?E:Ju(e[0][1],e[1][1])],[f=t===nc?S:Yu(e[0][0],e[1][0]),d=t===ec?j:Yu(e[0][1],e[1][1])]],R.length>1&&I(n)}else i=A[0][0],s=A[0][1],f=A[1][0],d=A[1][1];a=i,l=s,h=f,p=d;var N=Xn(y).attr("pointer-events","none"),V=N.selectAll(".overlay").attr("cursor",rc[b]);if(n.touches)D.moved=B,D.ended=H;else{var L=Xn(n.view).on("mousemove.brush",B,!0).on("mouseup.brush",H,!0);o&&L.on("keydown.brush",(function(t){switch(t.keyCode){case 16:M=_&&x;break;case 18:w===Zu&&(_&&(f=h-P*_,i=a+P*_),x&&(d=p-T*x,s=l+T*x),w=Ku,I(t));break;case 32:w!==Zu&&w!==Ku||(_<0?f=h-P:_>0&&(i=a-P),x<0?d=p-T:x>0&&(s=l-T),w=Gu,V.attr("cursor",rc.selection),I(t));break;default:return}qu(t)}),!0).on("keyup.brush",(function(t){switch(t.keyCode){case 16:M&&(g=v=M=!1,I(t));break;case 18:w===Ku&&(_<0?f=h:_>0&&(i=a),x<0?d=p:x>0&&(s=l),w=Zu,I(t));break;case 32:w===Gu&&(t.altKey?(_&&(f=h-P*_,i=a+P*_),x&&(d=p-T*x,s=l+T*x),w=Ku):(_<0?f=h:_>0&&(i=a),x<0?d=p:x>0&&(s=l),w=Zu),V.attr("cursor",rc[b]),I(t));break;default:return}qu(t)}),!0),Ml(n.view)}u.call(y),D.start(n,w.name)}function B(t){for(const e of t.changedTouches||[t])for(const t of R)t.identifier===e.identifier&&(t.cur=Dl(e,y));if(M&&!g&&!v&&1===R.length){const t=R[0];Xu(t.cur[0]-t[0])>Xu(t.cur[1]-t[1])?v=!0:g=!0}for(const t of R)t.cur&&(t[0]=t.cur[0],t[1]=t.cur[1]);m=!0,qu(t),I(t)}function I(t){const e=R[0],n=e.point0;var r;switch(P=e[0]-n[0],T=e[1]-n[1],w){case Gu:case Wu:_&&(P=Yu(O-i,Ju(S-f,P)),a=i+P,h=f+P),x&&(T=Yu(E-s,Ju(j-d,T)),l=s+T,p=d+T);break;case Zu:R[1]?(_&&(a=Yu(O,Ju(S,R[0][0])),h=Yu(O,Ju(S,R[1][0])),_=1),x&&(l=Yu(E,Ju(j,R[0][1])),p=Yu(E,Ju(j,R[1][1])),x=1)):(_<0?(P=Yu(O-i,Ju(S-i,P)),a=i+P,h=f):_>0&&(P=Yu(O-f,Ju(S-f,P)),a=i,h=f+P),x<0?(T=Yu(E-s,Ju(j-s,T)),l=s+T,p=d):x>0&&(T=Yu(E-d,Ju(j-d,T)),l=s,p=d+T));break;case Ku:_&&(a=Yu(O,Ju(S,i-P*_)),h=Yu(O,Ju(S,f+P*_))),x&&(l=Yu(E,Ju(j,s-T*x)),p=Yu(E,Ju(j,d+T*x)))}h<a&&(_*=-1,r=i,i=f,f=r,r=a,a=h,h=r,b in ic&&V.attr("cursor",rc[b=ic[b]])),p<l&&(x*=-1,r=s,s=d,d=r,r=l,l=p,p=r,b in oc&&V.attr("cursor",rc[b=oc[b]])),k.selection&&(A=k.selection),g&&(a=A[0][0],h=A[1][0]),v&&(l=A[0][1],p=A[1][1]),A[0][0]===a&&A[0][1]===l&&A[1][0]===h&&A[1][1]===p||(k.selection=[[a,l],[h,p]],u.call(y),D.brush(t,w.name))}function H(t){if(function(t){t.stopImmediatePropagation()}(t),t.touches){if(t.touches.length)return;e&&clearTimeout(e),e=setTimeout((function(){e=null}),500)}else Rl(t.view,m),L.on("keydown.brush keyup.brush mousemove.brush mouseup.brush",null);N.attr("pointer-events","all"),V.attr("cursor",rc.overlay),k.selection&&(A=k.selection),function(t){return t[0][0]===t[1][0]||t[0][1]===t[1][1]}(A)&&(k.selection=null,u.call(y)),D.end(t,w.name)}}function d(t){c(this,arguments).moved(t)}function p(t){c(this,arguments).ended(t)}function m(){var e=this.__brush||{selection:null};return e.extent=tc(n.apply(this,arguments)),e.dim=t,e}return l.move=function(e,n,r){e.tween?e.on("start.brush",(function(t){c(this,arguments).beforestart().start(t)})).on("interrupt.brush end.brush",(function(t){c(this,arguments).end(t)})).tween("brush",(function(){var e=this,r=e.__brush,i=c(e,arguments),o=r.selection,a=t.input("function"==typeof n?n.apply(this,arguments):n,r.extent),s=Pt(o,a);function l(t){r.selection=1===t&&null===a?null:s(t),u.call(e),i.brush()}return null!==o&&null!==a?l:l(1)})):e.each((function(){var e=this,i=arguments,o=e.__brush,a=t.input("function"==typeof n?n.apply(e,i):n,o.extent),s=c(e,i).beforestart();fu(e),o.selection=null===a?null:a,u.call(e),s.start(r).brush(r).end(r)}))},l.clear=function(t,e){l.move(t,null,e)},f.prototype={beforestart:function(){return 1==++this.active&&(this.state.emitter=this,this.starting=!0),this},start:function(t,e){return this.starting?(this.starting=!1,this.emit("start",t,e)):this.emit("brush",t),this},brush:function(t,e){return this.emit("brush",t,e),this},end:function(t,e){return 0==--this.active&&(delete this.state.emitter,this.emit("end",t,e)),this},emit:function(e,n,r){var i=Xn(this.that).datum();a.call(e,this.that,new $u(e,{sourceEvent:n,target:l,selection:t.output(this.state.selection),mode:r,dispatch:a}),i)}},l.extent=function(t){return arguments.length?(n="function"==typeof t?t:Fu(tc(t)),l):n},l.filter=function(t){return arguments.length?(r="function"==typeof t?t:Fu(!!t),l):r},l.touchable=function(t){return arguments.length?(i="function"==typeof t?t:Fu(!!t),l):i},l.handleSize=function(t){return arguments.length?(s=+t,l):s},l.keyModifiers=function(t){return arguments.length?(o=!!t,l):o},l.on=function(){var t=a.on.apply(a,arguments);return t===a?l:t},l}(ec).on("start brush end",this.onBrushChange.bind(this)),this.tooltip=new er.A({position:"bottom"}),this.collection.applyFilterAndSorting((function(){return 1}),this.sorter),this.minDuration=this.collection.time.minDuration,this.maxDuration=this.collection.time.maxDuration,this.selectedDuration=this.minDuration,this.data=this.collection.toJSON(),this.total=this.collection.allResults.length,this.timeOffset=function(e){return e-t.collection.time.start}}},{key:"onAttach",value:function(){this.doShow()}},{key:"setupViewport",value:function(){this.$el.html(Cc({PADDING:30})),this.svgChart=Xn(this.$el[0]).select(".timeline__chart_svg"),this.svgBrush=Xn(this.$el[0]).select(".timeline__brush_svg"),this.slider=this.svgChart.select(".timeline__slider")}},{key:"setupSlider",value:function(){var t=this,e=ee().range([0,this.width]).domain([this.minDuration,this.maxDuration]).clamp(!0);this.slider.append("line").attr("class","timeline__slider_track").attr("x1",e.range()[0]).attr("x2",e.range()[1]),this.handle=this.slider.insert("circle").attr("class","timeline__slider_handle").attr("cx",e(this.selectedDuration)).attr("r",8).call(function(){var t,e,n,r,i=mc,o=gc,a=vc,s=yc,l={},u=El("start","drag","end"),c=0,f=0;function h(t){t.on("mousedown.drag",d).filter(s).on("touchstart.drag",g).on("touchmove.drag",v,Sl).on("touchend.drag touchcancel.drag",y).style("touch-action","none").style("-webkit-tap-highlight-color","rgba(0,0,0,0)")}function d(a,s){if(!r&&i.call(this,a,s)){var l=b(this,o.call(this,a,s),a,s,"mouse");l&&(Xn(a.view).on("mousemove.drag",p,jl).on("mouseup.drag",m,jl),Ml(a.view),Pl(a),n=!1,t=a.clientX,e=a.clientY,l("start",a))}}function p(r){if(Tl(r),!n){var i=r.clientX-t,o=r.clientY-e;n=i*i+o*o>f}l.mouse("drag",r)}function m(t){Xn(t.view).on("mousemove.drag mouseup.drag",null),Rl(t.view,n),Tl(t),l.mouse("end",t)}function g(t,e){if(i.call(this,t,e)){var n,r,a=t.changedTouches,s=o.call(this,t,e),l=a.length;for(n=0;n<l;++n)(r=b(this,s,t,e,a[n].identifier,a[n]))&&(Pl(t),r("start",t,a[n]))}}function v(t){var e,n,r=t.changedTouches,i=r.length;for(e=0;e<i;++e)(n=l[r[e].identifier])&&(Tl(t),n("drag",t,r[e]))}function y(t){var e,n,i=t.changedTouches,o=i.length;for(r&&clearTimeout(r),r=setTimeout((function(){r=null}),500),e=0;e<o;++e)(n=l[i[e].identifier])&&(Pl(t),n("end",t,i[e]))}function b(t,e,n,r,i,o){var s,f,d,p=u.copy(),m=Dl(o||n,e);if(null!=(d=a.call(t,new pc("beforestart",{sourceEvent:n,target:h,identifier:i,active:c,x:m[0],y:m[1],dx:0,dy:0,dispatch:p}),r)))return s=d.x-m[0]||0,f=d.y-m[1]||0,function n(o,a,u){var g,v=m;switch(o){case"start":l[i]=n,g=c++;break;case"end":delete l[i],--c;case"drag":m=Dl(u||a,e),g=c}p.call(o,t,new pc(o,{sourceEvent:a,subject:d,target:h,identifier:i,active:g,x:m[0]+s,y:m[1]+f,dx:m[0]-v[0],dy:m[1]-v[1],dispatch:p}),r)}}return h.filter=function(t){return arguments.length?(i="function"==typeof t?t:dc(!!t),h):i},h.container=function(t){return arguments.length?(o="function"==typeof t?t:dc(t),h):o},h.subject=function(t){return arguments.length?(a="function"==typeof t?t:dc(t),h):a},h.touchable=function(t){return arguments.length?(s="function"==typeof t?t:dc(!!t),h):s},h.on=function(){var t=u.on.apply(u,arguments);return t===u?h:t},h.clickDistance=function(t){return arguments.length?(f=(t=+t)*t,h):Math.sqrt(f)},h}().on("drag",(function(n){t.selectedDuration=e.invert(n.x),t.handle.attr("cx",e(t.selectedDuration))})).on("end",(function(){var n=function(t,e){return function(n){return n.children?n.children.length>0:t<=n.time.duration&&n.time.duration<=e}}(t.selectedDuration,t.maxDuration);t.collection.applyFilterAndSorting(n,t.sorter),t.data=t.collection.toJSON(),t.doShow(),t.handle.attr("cx",e(t.selectedDuration))})));var n=this.collection.testResults.length,r={count:n,percent:(100*n/this.total).toFixed(2),duration:(0,bc.default)(this.selectedDuration)};this.slider.insert("g").append("text").attr("transform","translate(".concat(this.width/2,", 20)")).attr("class","timeline__slider_text").text((0,nr.default)("tab.timeline.selected",{hash:r})),this.slider.insert("g").attr("class","timeline__slider_text").attr("transform","translate(0, ".concat(20,")")).selectAll("text").data(e.domain()).enter().append("text").attr("x",e).text((function(t){return(0,bc.default)(t,1)}))}},{key:"doShow",value:function(){var t=this;this.width=this.$el.width()>60?this.$el.width()-60:this.$el.width();var n=[this.collection.time.start,this.collection.time.stop];this.chartX.domain(n).range([0,this.width]),this.brushX.domain(n).range([0,this.width]),this.setupViewport(),this.setupSlider();var r=10,i=this.svgChart.select(".timeline__plot");r+=this.drawTestGroups(this.data,r,i,!0),Xn(this.$el[0]).select(".timeline__brush").style("top",(function(){return"".concat(Math.min(t.$el.height()-20,r+30),"px")})),this.xChartAxis=this.makeAxis(Ne(),this.svgChart.select(".timeline__chart__axis_x"),{scale:this.chartX,tickFormat:function(){return""},tickSizeOuter:0,tickSizeInner:r}),this.xBrushAxis=this.makeAxis(Ne(),this.svgBrush.select(".timeline__brush__axis_x"),{scale:this.chartX,tickFormat:function(e){return(0,bc.default)(e-t.collection.time.start,2)},tickSizeOuter:0},{top:24,left:30}),this.brush.extent([[0,0],[this.width,20]]),this.svgBrush.append("g").attr("transform","translate(".concat(30,", ").concat(2,")")).attr("class","brush").call(this.brush).call(this.brush.move,this.chartX.range()),this.firstRender&&this.svgBrush.select(".brush").transition().duration(300).call(this.brush.move,[1/16*this.width,15/16*this.width]).transition().duration(500).call(this.brush.move,this.chartX.range()),this.svgChart.attr("height",(function(){return 30+r+20})),function(t,e,n,r){var i=(0,c.A)((0,u.A)(t.prototype),"onRender",n);return"function"==typeof i?function(t){return i.apply(n,t)}:i}(e,0,this)([])}},{key:"drawTestGroups",value:function(t,e,n,r){var i=this;return t.filter((function(t){return t.children})).forEach((function(t){var o=0,a=n.append("g").attr("class","timeline__group").attr("transform","translate(0, ".concat(e,")"));if(r){var s=a.append("text").datum(t).text((function(t){return t.name})).attr("class","timeline__group_title");i.bindTooltip(s),e+=o=22}e+=i.drawTestGroups(t.children,o,a,!1)})),e+=this.drawTestResults(t.filter((function(t){return!t.children})),n,e)}},{key:"drawTestResults",value:function(t,e){var n=this;if(t.length){var r=e.selectAll(".timeline__item").data(t).enter().append("a").attr("xlink:href",(function(t){return"#testresult/".concat(t.uid)})).append("rect").attr("class",(function(t){return"timeline__item chart__fill_status_".concat(t.status)})).attr("x",(function(t){return n.chartX(t.time.start)})).attr("width",(function(t){return n.chartX(t.time.start+t.time.duration)})).attr("rx",2).attr("ry",2).attr("height",20);return this.bindTooltip(r),r.on("click",this.hideTooltip.bind(this)),22}return 0}},{key:"onBrushChange",value:function(t){var e=this,n=t.selection,r=function(t){return Math.max(0,Math.min(e.chartX(t.time.start),e.width))};n&&(this.chartX.domain(n.map(this.brushX.invert,this.brushX)),this.svgChart.selectAll(".timeline__item").attr("x",(function(t){return r(t)})).attr("width",(function(t){return function(t){return Math.max(0,Math.min(e.chartX(t.time.stop),e.width))}(t)-r(t)})),this.svgBrush.select(".timeline__brush__axis_x").call(this.xBrushAxis),this.svgChart.select(".timeline__chart__axis_x").call(this.xChartAxis)),this.svgBrush.selectAll(".handle").attr("y",0).attr("height",20)}},{key:"getTooltipContent",value:function(t){return _c(kc||(kc=_l(["","<br>\n "," — ",""])),t.name,(0,bc.default)(this.timeOffset(t.time.start)),(0,bc.default)(this.timeOffset(t.time.stop)))}}])}(tr))||xc,Sc=Ec;function jc(t,e,n){return e=(0,u.A)(e),(0,l.A)(t,Pc()?Reflect.construct(e,n||[],(0,u.A)(t).constructor):e.apply(t,n))}function Pc(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){})))}catch(t){}return(Pc=function(){return!!t})()}var Tc=function(t){function e(){return(0,a.A)(this,e),jc(this,e,arguments)}return(0,f.A)(e,t),(0,s.A)(e,[{key:"initialize",value:function(t){var n=t.url;!function(t,e,n,r){var i=(0,c.A)((0,u.A)(t.prototype),"initialize",n);return"function"==typeof i?function(t){return i.apply(n,t)}:i}(e,0,this)([]),this.items=new Fo([],{url:n,parse:!0})}},{key:"loadData",value:function(){return this.items.fetch()}},{key:"getContentView",value:function(){return new Sc({collection:this.items})}}])}(xr.A);function Mc(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 Rc(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?Mc(Object(n),!0).forEach((function(e){(0,h.A)(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):Mc(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}allure.api.addTab("timeline",{title:"tab.timeline.name",icon:"timeline",route:"timeline",onEnter:function(){for(var t=arguments.length,e=new Array(t),n=0;n<t;n++)e[n]=arguments[n];return new Tc(Rc(Rc({},e),{},{url:"data/timeline.json"}))}});var Dc,Nc=i(7083);function Vc(t,e,n){return e=(0,u.A)(e),(0,l.A)(t,Lc()?Reflect.construct(e,n||[],(0,u.A)(t).constructor):e.apply(t,n))}function Lc(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){})))}catch(t){}return(Lc=function(){return!!t})()}var Bc=(0,kr.s7)("pane__section")(Dc=function(t){function e(){var t;(0,a.A)(this,e);for(var n=arguments.length,r=new Array(n),i=0;i<n;i++)r[i]=arguments[i];return t=Vc(this,e,[].concat(r)),(0,h.A)(t,"template",Nc),t}return(0,f.A)(e,t),(0,s.A)(e,[{key:"serializeData",value:function(){var t=this.model.get("extra");return{categories:t?t.categories:null}}}])}(cr.View))||Dc,Ic=Bc;allure.api.addTestResultBlock(Ic,{position:"tag"});var Hc,zc=i(8789);function Uc(t,e,n){return e=(0,u.A)(e),(0,l.A)(t,Fc()?Reflect.construct(e,n||[],(0,u.A)(t).constructor):e.apply(t,n))}function Fc(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){})))}catch(t){}return(Fc=function(){return!!t})()}var $c=(0,kr.s7)("pane__section")(Hc=function(t){function e(){var t;(0,a.A)(this,e);for(var n=arguments.length,r=new Array(n),i=0;i<n;i++)r[i]=arguments[i];return t=Uc(this,e,[].concat(r)),(0,h.A)(t,"template",zc),t}return(0,f.A)(e,t),(0,s.A)(e,[{key:"serializeData",value:function(){return{descriptionHtml:this.model.get("descriptionHtml")}}}])}(cr.View))||Hc,qc=$c;allure.api.addTestResultBlock(qc,{position:"before"});var Wc,Gc=i(4999);function Zc(t,e,n){return e=(0,u.A)(e),(0,l.A)(t,Kc()?Reflect.construct(e,n||[],(0,u.A)(t).constructor):e.apply(t,n))}function Kc(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){})))}catch(t){}return(Kc=function(){return!!t})()}var Xc=(0,kr.s7)("pane__section")(Wc=function(t){function e(){var t;(0,a.A)(this,e);for(var n=arguments.length,r=new Array(n),i=0;i<n;i++)r[i]=arguments[i];return t=Zc(this,e,[].concat(r)),(0,h.A)(t,"template",Gc),t}return(0,f.A)(e,t),(0,s.A)(e,[{key:"serializeData",value:function(){return{time:this.model.get("time")}}}])}(cr.View))||Wc,Yc=Xc;allure.api.addTestResultBlock(Yc,{position:"tag"});var Jc,Qc=i(2345);function tf(t,e,n){return e=(0,u.A)(e),(0,l.A)(t,ef()?Reflect.construct(e,n||[],(0,u.A)(t).constructor):e.apply(t,n))}function ef(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){})))}catch(t){}return(ef=function(){return!!t})()}function nf(t){if(!t||!t.statistic||!t.statistic.total)return"unknown";var e,n=t.statistic,r=n.passed,i=n.total;return"".concat((e=(r||0)/i*100,(Math.floor(100*e)/100).toString()),"%")}var rf=(0,kr.s7)("test-result-history")(Jc=function(t){function e(){var t;(0,a.A)(this,e);for(var n=arguments.length,r=new Array(n),i=0;i<n;i++)r[i]=arguments[i];return t=tf(this,e,[].concat(r)),(0,h.A)(t,"template",Qc),t}return(0,f.A)(e,t),(0,s.A)(e,[{key:"serializeData",value:function(){var t=this.model.get("extra"),e=t?t.history:null;return{cls:this.className,history:e,successRate:nf(e)}}}])}(cr.View))||Jc,of=rf;allure.api.addTestResultTab("history","testResult.history.name",of);var af,sf=i(9885);function lf(t,e,n){return e=(0,u.A)(e),(0,l.A)(t,uf()?Reflect.construct(e,n||[],(0,u.A)(t).constructor):e.apply(t,n))}function uf(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){})))}catch(t){}return(uf=function(){return!!t})()}var cf=(0,kr.s7)("pane__section")(af=function(t){function e(){var t;(0,a.A)(this,e);for(var n=arguments.length,r=new Array(n),i=0;i<n;i++)r[i]=arguments[i];return t=lf(this,e,[].concat(r)),(0,h.A)(t,"template",sf),t}return(0,f.A)(e,t),(0,s.A)(e,[{key:"serializeData",value:function(){return{links:this.model.get("links")}}}])}(cr.View))||af,ff=cf;allure.api.addTestResultBlock(ff,{position:"before"});var hf,df=i(2617);function pf(t,e,n){return e=(0,u.A)(e),(0,l.A)(t,mf()?Reflect.construct(e,n||[],(0,u.A)(t).constructor):e.apply(t,n))}function mf(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){})))}catch(t){}return(mf=function(){return!!t})()}var gf=(0,kr.s7)("pane__section")(hf=function(t){function e(){var t;(0,a.A)(this,e);for(var n=arguments.length,r=new Array(n),i=0;i<n;i++)r[i]=arguments[i];return t=pf(this,e,[].concat(r)),(0,h.A)(t,"template",df),t}return(0,f.A)(e,t),(0,s.A)(e,[{key:"serializeData",value:function(){var t=this.model.get("extra");return{owner:t?t.owner:null}}}])}(cr.View))||hf,vf=gf;allure.api.addTestResultBlock(vf,{position:"before"});var yf,bf,wf,_f,xf=i(6695);function kf(t,e,n){return e=(0,u.A)(e),(0,l.A)(t,Cf()?Reflect.construct(e,n||[],(0,u.A)(t).constructor):e.apply(t,n))}function Cf(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){})))}catch(t){}return(Cf=function(){return!!t})()}var Af=(yf=(0,kr.s7)("pane__section"),bf=(0,kr.on)("click .environment"),yf((_f=function(t){function e(){var t;(0,a.A)(this,e);for(var n=arguments.length,r=new Array(n),i=0;i<n;i++)r[i]=arguments[i];return t=kf(this,e,[].concat(r)),(0,h.A)(t,"template",xf),t}return(0,f.A)(e,t),(0,s.A)(e,[{key:"serializeData",value:function(){return{parameters:this.model.get("parameters")}}},{key:"onParameterClick",value:function(){this.$(".environment").toggleClass("line-ellipsis",!1)}}])}(cr.View),(0,ui.A)(_f.prototype,"onParameterClick",[bf],Object.getOwnPropertyDescriptor(_f.prototype,"onParameterClick"),_f.prototype),wf=_f))||wf),Of=Af;allure.api.addTestResultBlock(Of,{position:"before"});var Ef,Sf,jf,Pf,Tf=i(7321);function Mf(t,e,n){return e=(0,u.A)(e),(0,l.A)(t,Rf()?Reflect.construct(e,n||[],(0,u.A)(t).constructor):e.apply(t,n))}function Rf(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){})))}catch(t){}return(Rf=function(){return!!t})()}var Df=(Ef=(0,kr.s7)("test-result-retries"),Sf=(0,kr.on)("click .retry-row"),Ef((Pf=function(t){function e(){var t;(0,a.A)(this,e);for(var n=arguments.length,r=new Array(n),i=0;i<n;i++)r[i]=arguments[i];return t=Mf(this,e,[].concat(r)),(0,h.A)(t,"template",Tf),t}return(0,f.A)(e,t),(0,s.A)(e,[{key:"serializeData",value:function(){var t=this.model.get("extra"),e=t?t.retries:null;return{cls:this.className,retries:e}}},{key:"onRetryClick",value:function(t){var e=r(t.currentTarget).data("uid");ro.A.toUrl("#testresult/".concat(e))}}])}(cr.View),(0,ui.A)(Pf.prototype,"onRetryClick",[Sf],Object.getOwnPropertyDescriptor(Pf.prototype,"onRetryClick"),Pf.prototype),jf=Pf))||jf),Nf=Df;allure.api.addTestResultTab("retries","testResult.retries.name",Nf);var Vf,Lf=i(6505);function Bf(t,e,n){return e=(0,u.A)(e),(0,l.A)(t,If()?Reflect.construct(e,n||[],(0,u.A)(t).constructor):e.apply(t,n))}function If(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){})))}catch(t){}return(If=function(){return!!t})()}var Hf=(0,kr.s7)("pane__section")(Vf=function(t){function e(){var t;(0,a.A)(this,e);for(var n=arguments.length,r=new Array(n),i=0;i<n;i++)r[i]=arguments[i];return t=Bf(this,e,[].concat(r)),(0,h.A)(t,"template",Lf),t}return(0,f.A)(e,t),(0,s.A)(e,[{key:"serializeData",value:function(){var t=this.model.get("extra");return{severity:t?t.severity:null}}}])}(cr.View))||Vf,zf=Hf;allure.api.addTestResultBlock(zf,{position:"tag"});var Uf,Ff=i(6285);function $f(t,e,n){return e=(0,u.A)(e),(0,l.A)(t,qf()?Reflect.construct(e,n||[],(0,u.A)(t).constructor):e.apply(t,n))}function qf(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){})))}catch(t){}return(qf=function(){return!!t})()}var Wf=(0,kr.s7)("pane__section")(Uf=function(t){function e(){var t;(0,a.A)(this,e);for(var n=arguments.length,r=new Array(n),i=0;i<n;i++)r[i]=arguments[i];return t=$f(this,e,[].concat(r)),(0,h.A)(t,"template",Ff),t}return(0,f.A)(e,t),(0,s.A)(e,[{key:"serializeData",value:function(){var t=this.model.get("extra");return{tags:t?t.tags:null}}}])}(cr.View))||Uf,Gf=Wf;allure.api.addTestResultBlock(Gf,{position:"tag"});var Zf,Kf,Xf=(Kf=new Array(3).concat("ffeda0feb24cf03b20","ffffb2fecc5cfd8d3ce31a1c","ffffb2fecc5cfd8d3cf03b20bd0026","ffffb2fed976feb24cfd8d3cf03b20bd0026","ffffb2fed976feb24cfd8d3cfc4e2ae31a1cb10026","ffffccffeda0fed976feb24cfd8d3cfc4e2ae31a1cb10026","ffffccffeda0fed976feb24cfd8d3cfc4e2ae31a1cbd0026800026").map(ne),_t(Kf[Kf.length-1])),Yf=i(5559);function Jf(t,e,n){return e=(0,u.A)(e),(0,l.A)(t,Qf()?Reflect.construct(e,n||[],(0,u.A)(t).constructor):e.apply(t,n))}function Qf(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){})))}catch(t){}return(Qf=function(){return!!t})()}var th=(0,kr.Ei)({chart:".categories-trend__chart"})(Zf=(0,kr.s7)("categories-trend")(Zf=function(t){function e(){var t;(0,a.A)(this,e);for(var n=arguments.length,r=new Array(n),i=0;i<n;i++)r[i]=arguments[i];return t=Jf(this,e,[].concat(r)),(0,h.A)(t,"template",Yf),t}return(0,f.A)(e,t),(0,s.A)(e,[{key:"onRender",value:function(){var t=this.model.sortedKeysByLastValue(),e=b((0,mr.range)(0,1,1/t.length).map((function(t){return Xf(1-t)})));this.showChildView("chart",new ur({model:this.model,keys:t,colors:e,hideLines:!0,hidePoints:!0}))}}])}(cr.View))||Zf)||Zf,eh=th;function nh(t){return function(t){if(Array.isArray(t))return Zo(t)}(t)||function(t){if("undefined"!=typeof Symbol&&null!=t[Symbol.iterator]||null!=t["@@iterator"])return Array.from(t)}(t)||Ko(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.")}()}allure.api.addWidget("graph","categories-trend",eh,_r),allure.api.addWidget("widgets","categories",pr.extend({rowTag:"a",title:"widget.categories.name",baseUrl:"categories",showLinks:!0}));var rh,ih=i(2523);function oh(t,e,n){return e=(0,u.A)(e),(0,l.A)(t,ah()?Reflect.construct(e,n||[],(0,u.A)(t).constructor):e.apply(t,n))}function ah(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){})))}catch(t){}return(ah=function(){return!!t})()}var sh=(0,kr.Ei)({chart:".duration-trend__chart"})(rh=(0,kr.s7)("duration-trend")(rh=function(t){function e(){var t;(0,a.A)(this,e);for(var n=arguments.length,r=new Array(n),i=0;i<n;i++)r[i]=arguments[i];return t=oh(this,e,[].concat(r)),(0,h.A)(t,"template",ih),t}return(0,f.A)(e,t),(0,s.A)(e,[{key:"onRender",value:function(){var t="duration",e=this.model.map((function(e){return e.get("data")[t]})),n=Math.min.apply(Math,nh([function(t){return t>=0},function(t){return t<=0}].map((function(t){return e.reduce((function(n,r,i){return t(r-e[i-1])?i:n}),(0,mr.last)(e))})))),r=Math.max.apply(Math,nh(e))-Math.min.apply(Math,nh(e)),i=e[n]-(0,mr.last)(e),o=ee().domain([0,Math.max(r,.25*Math.max.apply(Math,nh(e)))]);o.range(i>0?["#c4cac6","#31a354"]:["#cdc5c4","#e34a33"]).interpolate(bt);var a=b().range([o(Math.abs(i))]);this.showChildView("chart",new ur({model:this.model,hidePoints:!0,hideLines:!0,colors:a,keys:[t],yTickFormat:function(t){return(0,bc.default)(t,2)}}))}}])}(cr.View))||rh)||rh,lh=sh;allure.api.addWidget("graph","duration-trend",lh,_r);var uh=Array.prototype,ch=uh.slice;function fh(t){return()=>t}function hh(t,e){let n,r;if(void 0===e)for(const e of t)null!=e&&(void 0===n?e>=e&&(n=r=e):(n>e&&(n=e),r<e&&(r=e)));else{let i=-1;for(let o of t)null!=(o=e(o,++i,t))&&(void 0===n?o>=o&&(n=r=o):(n>o&&(n=o),r<o&&(r=o)))}return[n,r]}function dh(t){return t}function ph(t){return Math.max(1,Math.ceil(Math.log(function(t,e){let n=0;for(let e of t)null!=e&&(e=+e)>=e&&++n;return n}(t))/Math.LN2)+1)}function mh(t){return function(e){return e<0?-Math.pow(-e,t):Math.pow(e,t)}}function gh(t){return t<0?-Math.sqrt(-t):Math.sqrt(t)}function vh(t){return t<0?-t*t:t*t}function yh(){var t=function(t){var e=t(Dt,Dt),n=1;return e.exponent=function(e){return arguments.length?1==(n=+e)?t(Dt,Dt):.5===n?t(gh,vh):t(mh(n),mh(1/n)):n},te(e)}(It());return t.copy=function(){return Bt(t,yh()).exponent(t.exponent())},p.apply(t,arguments),t}function bh(){return yh.apply(null,arguments).exponent(.5)}uh.map;var wh,_h=i(2888);function xh(t,e,n){return e=(0,u.A)(e),(0,l.A)(t,kh()?Reflect.construct(e,n||[],(0,u.A)(t).constructor):e.apply(t,n))}function kh(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){})))}catch(t){}return(kh=function(){return!!t})()}var Ch,Ah=function(t){function e(){return(0,a.A)(this,e),xh(this,e,arguments)}return(0,f.A)(e,t),(0,s.A)(e,[{key:"initialize",value:function(){this.collection=this.model,this.getChartData()}},{key:"getChartData",value:function(){this.data=this.collection.map((function(t){return{value:t.time.duration,name:t.name}})).filter((function(t){return null!==t.value}))}},{key:"onAttach",value:function(){this.data&&this.data.length?this.doShow():this.$el.html('<div class="widget__noitems">'.concat((0,nr.default)("chart.duration.empty"),"</div>")),function(t,e,n,r){var i=(0,c.A)((0,u.A)(t.prototype),"onAttach",n);return"function"==typeof i?function(t){return i.apply(n,t)}:i}(e,0,this)([])}},{key:"doShow",value:function(){var t=this;this.x=ee(),this.y=bh(),this.tooltip=new _h.A({position:"right"}),this.setupViewport(),this.x.range([0,this.width]),this.y.range([this.height,0],1);var e=d(this.data,(function(t){return t.value}));this.x.domain([0,Math.max(e,10)]).nice();var n=function(){var t=dh,e=hh,n=ph;function r(r){Array.isArray(r)||(r=Array.from(r));var i,o,a,s=r.length,l=new Array(s);for(i=0;i<s;++i)l[i]=t(r[i],i,r);var u=e(l),c=u[0],f=u[1],h=n(l,c,f);if(!Array.isArray(h)){const t=f,n=+h;if(e===hh&&([c,f]=function(t,e,n){let r;for(;;){const i=S(t,e,n);if(i===r||0===i||!isFinite(i))return[t,e];i>0?(t=Math.floor(t/i)*i,e=Math.ceil(e/i)*i):i<0&&(t=Math.ceil(t*i)/i,e=Math.floor(e*i)/i),r=i}}(c,f,n)),(h=E(c,f,n))[0]<=c&&(a=S(c,f,n)),h[h.length-1]>=f)if(t>=f&&e===hh){const t=S(c,f,n);isFinite(t)&&(t>0?f=(Math.floor(f/t)+1)*t:t<0&&(f=(Math.ceil(f*-t)+1)/-t))}else h.pop()}for(var d=h.length,p=0,m=d;h[p]<=c;)++p;for(;h[m-1]>f;)--m;(p||m<d)&&(h=h.slice(p,m),d=m-p);var g,v=new Array(d+1);for(i=0;i<=d;++i)(g=v[i]=[]).x0=i>0?h[i-1]:c,g.x1=i<d?h[i]:f;if(isFinite(a)){if(a>0)for(i=0;i<s;++i)null!=(o=l[i])&&c<=o&&o<=f&&v[Math.min(d,Math.floor((o-c)/a))].push(r[i]);else if(a<0)for(i=0;i<s;++i)if(null!=(o=l[i])&&c<=o&&o<=f){const t=Math.floor((c-o)*a);v[Math.min(d,t+(h[t]<=o))].push(r[i])}}else for(i=0;i<s;++i)null!=(o=l[i])&&c<=o&&o<=f&&v[N(h,o,0,d)].push(r[i]);return v}return r.value=function(e){return arguments.length?(t="function"==typeof e?e:fh(e),r):t},r.domain=function(t){return arguments.length?(e="function"==typeof t?t:fh([t[0],t[1]]),r):e},r.thresholds=function(t){return arguments.length?(n="function"==typeof t?t:fh(Array.isArray(t)?ch.call(t):t),r):n},r}().value((function(t){return t.value})).domain(this.x.domain()).thresholds(this.x.ticks())(this.data).map((function(t){return{x0:t.x0,x1:t.x1,y:t.length,testResults:t}})),r=d(n,(function(t){return t.y}));this.y.domain([0,r]).nice(),this.makeBottomAxis({scale:this.x,tickFormat:function(t){return(0,bc.default)(t,1)}}),this.makeLeftAxis({scale:this.y,ticks:Math.min(10,r)});var i=this.plot.selectAll(".chart__bar").data(n).enter().append("rect").classed("chart__bar",!0);this.bindTooltip(i),i.attr("x",(function(e){return t.x(e.x0)+2})).attr("y",this.height).attr("width",(function(e){return Math.max(t.x(e.x1)-t.x(e.x0)-2,0)})).attr("height",0),this.firstRender&&(i=i.transition().duration(500)),i.attr("y",(function(e){return t.y(e.y)})).attr("height",(function(e){return t.height-t.y(e.y)}))}},{key:"getTooltipContent",value:function(t){var e=t.testResults,n=e.slice(0,10),r=e.length-n.length;return"<b>".concat(e.length,' test cases</b><br>\n <ul class="popover__list">\n ').concat(n.map((function(t){return _c(wh||(wh=_l(["<li>","</li>"])),t.name)})).join(""),"\n </ul>\n ").concat(r?"...and ".concat(r," more"):"","\n ")}}])}(tr),Oh=i(1912);function Eh(t,e,n){return e=(0,u.A)(e),(0,l.A)(t,Sh()?Reflect.construct(e,n||[],(0,u.A)(t).constructor):e.apply(t,n))}function Sh(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){})))}catch(t){}return(Sh=function(){return!!t})()}var jh=(0,kr.s7)("duration-widget")(Ch=(0,kr.Ei)({chart:".duration-widget__content"})(Ch=function(t){function e(){var t;(0,a.A)(this,e);for(var n=arguments.length,r=new Array(n),i=0;i<n;i++)r[i]=arguments[i];return t=Eh(this,e,[].concat(r)),(0,h.A)(t,"template",Oh),t}return(0,f.A)(e,t),(0,s.A)(e,[{key:"onRender",value:function(){this.showChildView("chart",new Ah({model:this.model.get("items")}))}}])}(cr.View))||Ch)||Ch,Ph=jh;allure.api.addWidget("graph","duration",Ph);var Th,Mh,Rh=i(2305);function Dh(t,e,n){return e=(0,u.A)(e),(0,l.A)(t,Nh()?Reflect.construct(e,n||[],(0,u.A)(t).constructor):e.apply(t,n))}function Nh(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){})))}catch(t){}return(Nh=function(){return!!t})()}var Vh=(Th=(0,kr.on)("click .environment-widget__expand"),Mh=function(t){function e(){var t;(0,a.A)(this,e);for(var n=arguments.length,r=new Array(n),i=0;i<n;i++)r[i]=arguments[i];return t=Dh(this,e,[].concat(r)),(0,h.A)(t,"template",Rh),t}return(0,f.A)(e,t),(0,s.A)(e,[{key:"initialize",value:function(){this.listLimit=5}},{key:"onExpandClick",value:function(){this.listLimit=this.model.get("items").length,this.render()}},{key:"serializeData",value:function(){var t=this.model.get("items");return{items:t.slice(0,this.listLimit),overLimit:t.length>this.listLimit}}}])}(cr.View),(0,ui.A)(Mh.prototype,"onExpandClick",[Th],Object.getOwnPropertyDescriptor(Mh.prototype,"onExpandClick"),Mh.prototype),Mh);allure.api.addWidget("widgets","environment",Vh);var Lh=i(3081);function Bh(t,e,n){return e=(0,u.A)(e),(0,l.A)(t,Ih()?Reflect.construct(e,n||[],(0,u.A)(t).constructor):e.apply(t,n))}function Ih(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){})))}catch(t){}return(Ih=function(){return!!t})()}var Hh=function(t){function e(){var t;(0,a.A)(this,e);for(var n=arguments.length,r=new Array(n),i=0;i<n;i++)r[i]=arguments[i];return t=Bh(this,e,[].concat(r)),(0,h.A)(t,"template",Lh),t}return(0,f.A)(e,t),(0,s.A)(e)}(cr.View),zh=Hh;allure.api.addWidget("widgets","executors",zh);var Uh,Fh=i(6457);function $h(t,e,n){return e=(0,u.A)(e),(0,l.A)(t,qh()?Reflect.construct(e,n||[],(0,u.A)(t).constructor):e.apply(t,n))}function qh(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){})))}catch(t){}return(qh=function(){return!!t})()}var Wh=(0,kr.Ei)({chart:".history-trend__chart"})(Uh=(0,kr.s7)("history-trend")(Uh=function(t){function e(){var t;(0,a.A)(this,e);for(var n=arguments.length,r=new Array(n),i=0;i<n;i++)r[i]=arguments[i];return t=$h(this,e,[].concat(r)),(0,h.A)(t,"template",Fh),t}return(0,f.A)(e,t),(0,s.A)(e,[{key:"onRender",value:function(){this.showChildView("chart",new ur({model:this.model,hideLines:!0,hidePoints:!0,colors:b(["#fd5a3e","#ffd050","#97cc64","#aaa","#d35ebe"]).domain(Hi.z),keys:Hi.z}))}}])}(cr.View))||Uh)||Uh,Gh=Wh;allure.api.addWidget("widgets","history-trend",Gh,_r),allure.api.addWidget("graph","history-trend",Gh,_r);var Zh,Kh=i(1605);function Xh(t,e,n){return e=(0,u.A)(e),(0,l.A)(t,Yh()?Reflect.construct(e,n||[],(0,u.A)(t).constructor):e.apply(t,n))}function Yh(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){})))}catch(t){}return(Yh=function(){return!!t})()}var Jh,Qh=(0,kr.Ei)({chart:".retry-trend__chart"})(Zh=(0,kr.s7)("retry-trend")(Zh=function(t){function e(){var t;(0,a.A)(this,e);for(var n=arguments.length,r=new Array(n),i=0;i<n;i++)r[i]=arguments[i];return t=Xh(this,e,[].concat(r)),(0,h.A)(t,"template",Kh),t}return(0,f.A)(e,t),(0,s.A)(e,[{key:"onRender",value:function(){var t=this.model.last().get("data"),e=t.retry,n=t.run,r=Math.min(.3+Math.min(e,n)/n,1),i=b(["#4682b4",Xf(r)]);this.showChildView("chart",new ur({model:this.model,keys:["run","retry"],colors:i,hideLines:!0,hidePoints:!0}))}}])}(cr.View))||Zh)||Zh,td=Qh;function ed(t,e,n){return e=(0,u.A)(e),(0,l.A)(t,nd()?Reflect.construct(e,n||[],(0,u.A)(t).constructor):e.apply(t,n))}function nd(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){})))}catch(t){}return(nd=function(){return!!t})()}allure.api.addWidget("graph","retry-trend",td,_r);var rd,id=["blocker","critical","normal","minor","trivial"],od=function(t){function e(){return(0,a.A)(this,e),ed(this,e,arguments)}return(0,f.A)(e,t),(0,s.A)(e,[{key:"initialize",value:function(){this.x=w().domain(id),this.y=bh(),this.status=w().domain(Hi.z),this.tooltip=new _h.A({position:"right"}),this.collection=this.model,this.getChartData()}},{key:"getChartData",value:function(){var t=this;this.data=id.map((function(e){return Hi.z.map((function(n){var r=t.collection.filter((function(t){return t.status===n&&t.severity===e}));return{value:r.length,testResults:r,severity:e,status:n}}))}))}},{key:"onAttach",value:function(){var t=this,n=this.data;this.setupViewport(),this.x.range([0,this.width]),this.y.range([this.height,0],1),this.y.domain([0,d(n,(function(t){return d(t,(function(t){return t.value}))}))]).nice(),this.status.rangeRound([0,this.x.step()]),this.makeBottomAxis({tickFormat:function(t){return t.toLowerCase()},scale:this.x}),this.svg.selectAll(".tick").select("line").attr("transform","translate(".concat(this.x.step()/2," , 0)")),this.makeLeftAxis({scale:this.y,ticks:Math.min(10,this.y.domain()[1])});var r=this.svg.select(".chart__plot").selectAll(".chart__group").data(n).enter().append("g").attr("transform",(function(e){return"translate(".concat(t.x(e[0].severity),",0)")})).selectAll(".bar").data((function(t){return t})).enter().append("rect");r.attr("x",(function(e){return t.status(e.status)})).attr("y",this.height).attr("height",0).attr("width",this.status.step()).attr("class",(function(t){return"chart__bar chart__fill_status_".concat(t.status)})),this.bindTooltip(r),this.firstRender&&(r=r.transition().duration(500)),r.attr("y",(function(e){return t.y(e.value)})).attr("height",(function(e){return t.height-t.y(e.value)})),function(t,e,n,r){var i=(0,c.A)((0,u.A)(t.prototype),"onAttach",n);return"function"==typeof i?function(t){return i.apply(n,t)}:i}(e,0,this)([])}},{key:"getTooltipContent",value:function(t){var e=t.value,n=t.severity,r=t.status,i=t.testResults,o=i.slice(0,10),a=i.length-o.length;return"<b>".concat(e," ").concat(n.toLowerCase()," test cases ").concat(r.toLowerCase(),'</b><br>\n <ul class="popover__list">\n ').concat(o.map((function(t){return _c(Jh||(Jh=_l(["<li>","</li>"])),t.name)})).join(""),"\n </ul>\n ").concat(a?"...and ".concat(a," more"):"","\n ")}}])}(tr),ad=i(5166);function sd(t,e,n){return e=(0,u.A)(e),(0,l.A)(t,ld()?Reflect.construct(e,n||[],(0,u.A)(t).constructor):e.apply(t,n))}function ld(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){})))}catch(t){}return(ld=function(){return!!t})()}var ud=(0,kr.s7)("severity-widget")(rd=(0,kr.Ei)({chart:".severity-widget__content"})(rd=function(t){function e(){var t;(0,a.A)(this,e);for(var n=arguments.length,r=new Array(n),i=0;i<n;i++)r[i]=arguments[i];return t=sd(this,e,[].concat(r)),(0,h.A)(t,"template",ad),t}return(0,f.A)(e,t),(0,s.A)(e,[{key:"onRender",value:function(){this.showChildView("chart",new od({model:this.model.get("items")}))}}])}(cr.View))||rd)||rd,cd=ud;allure.api.addWidget("graph","severity",cd);const fd=Math.abs,hd=Math.atan2,dd=Math.cos,pd=Math.max,md=Math.min,gd=Math.sin,vd=Math.sqrt,yd=1e-12,bd=Math.PI,wd=bd/2,_d=2*bd;function xd(t){return t>=1?wd:t<=-1?-wd:Math.asin(t)}function kd(t){return t.innerRadius}function Cd(t){return t.outerRadius}function Ad(t){return t.startAngle}function Od(t){return t.endAngle}function Ed(t){return t&&t.padAngle}function Sd(t,e,n,r,i,o,a){var s=t-n,l=e-r,u=(a?o:-o)/vd(s*s+l*l),c=u*l,f=-u*s,h=t+c,d=e+f,p=n+c,m=r+f,g=(h+p)/2,v=(d+m)/2,y=p-h,b=m-d,w=y*y+b*b,_=i-o,x=h*m-p*d,k=(b<0?-1:1)*vd(pd(0,_*_*w-x*x)),C=(x*b-y*k)/w,A=(-x*y-b*k)/w,O=(x*b+y*k)/w,E=(-x*y+b*k)/w,S=C-g,j=A-v,P=O-g,T=E-v;return S*S+j*j>P*P+T*T&&(C=O,A=E),{cx:C,cy:A,x01:-c,y01:-f,x11:C*(i/_-1),y11:A*(i/_-1)}}function jd(t,e){return e<t?-1:e>t?1:e>=t?0:NaN}function Pd(t){return t}var Td,Md,Rd,Dd;function Nd(t,e,n){return e=(0,u.A)(e),(0,l.A)(t,Vd()?Reflect.construct(e,n||[],(0,u.A)(t).constructor):e.apply(t,n))}function Vd(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){})))}catch(t){}return(Vd=function(){return!!t})()}function Ld(t,e,n,r){var i=(0,c.A)((0,u.A)(1&r?t.prototype:t),e,n);return 2&r&&"function"==typeof i?function(t){return i.apply(n,t)}:i}var Bd,Id=(Td=(0,kr.on)("mouseleave .chart__legend-row"),Md=(0,kr.on)("mouseenter .chart__legend-row"),Rd=function(t){function e(){return(0,a.A)(this,e),Nd(this,e,arguments)}return(0,f.A)(e,t),(0,s.A)(e,[{key:"initialize",value:function(t){this.options=t,this.model=this.options.model,this.showLegend=this.options&&this.options.showLegend||!1,this.arc=function(){var t=kd,e=Cd,n=oe(0),r=null,i=Ad,o=Od,a=Ed,s=null,l=ye(u);function u(){var u,c,f,h=+t.apply(this,arguments),d=+e.apply(this,arguments),p=i.apply(this,arguments)-wd,m=o.apply(this,arguments)-wd,g=fd(m-p),v=m>p;if(s||(s=u=l()),d<h&&(c=d,d=h,h=c),d>yd)if(g>_d-yd)s.moveTo(d*dd(p),d*gd(p)),s.arc(0,0,d,p,m,!v),h>yd&&(s.moveTo(h*dd(m),h*gd(m)),s.arc(0,0,h,m,p,v));else{var y,b,w=p,_=m,x=p,k=m,C=g,A=g,O=a.apply(this,arguments)/2,E=O>yd&&(r?+r.apply(this,arguments):vd(h*h+d*d)),S=md(fd(d-h)/2,+n.apply(this,arguments)),j=S,P=S;if(E>yd){var T=xd(E/h*gd(O)),M=xd(E/d*gd(O));(C-=2*T)>yd?(x+=T*=v?1:-1,k-=T):(C=0,x=k=(p+m)/2),(A-=2*M)>yd?(w+=M*=v?1:-1,_-=M):(A=0,w=_=(p+m)/2)}var R=d*dd(w),D=d*gd(w),N=h*dd(k),V=h*gd(k);if(S>yd){var L,B=d*dd(_),I=d*gd(_),H=h*dd(x),z=h*gd(x);if(g<bd)if(L=function(t,e,n,r,i,o,a,s){var l=n-t,u=r-e,c=a-i,f=s-o,h=f*l-c*u;if(!(h*h<yd))return[t+(h=(c*(e-o)-f*(t-i))/h)*l,e+h*u]}(R,D,H,z,B,I,N,V)){var U=R-L[0],F=D-L[1],$=B-L[0],q=I-L[1],W=1/gd(((f=(U*$+F*q)/(vd(U*U+F*F)*vd($*$+q*q)))>1?0:f<-1?bd:Math.acos(f))/2),G=vd(L[0]*L[0]+L[1]*L[1]);j=md(S,(h-G)/(W-1)),P=md(S,(d-G)/(W+1))}else j=P=0}A>yd?P>yd?(y=Sd(H,z,R,D,d,P,v),b=Sd(B,I,N,V,d,P,v),s.moveTo(y.cx+y.x01,y.cy+y.y01),P<S?s.arc(y.cx,y.cy,P,hd(y.y01,y.x01),hd(b.y01,b.x01),!v):(s.arc(y.cx,y.cy,P,hd(y.y01,y.x01),hd(y.y11,y.x11),!v),s.arc(0,0,d,hd(y.cy+y.y11,y.cx+y.x11),hd(b.cy+b.y11,b.cx+b.x11),!v),s.arc(b.cx,b.cy,P,hd(b.y11,b.x11),hd(b.y01,b.x01),!v))):(s.moveTo(R,D),s.arc(0,0,d,w,_,!v)):s.moveTo(R,D),h>yd&&C>yd?j>yd?(y=Sd(N,V,B,I,h,-j,v),b=Sd(R,D,H,z,h,-j,v),s.lineTo(y.cx+y.x01,y.cy+y.y01),j<S?s.arc(y.cx,y.cy,j,hd(y.y01,y.x01),hd(b.y01,b.x01),!v):(s.arc(y.cx,y.cy,j,hd(y.y01,y.x01),hd(y.y11,y.x11),!v),s.arc(0,0,h,hd(y.cy+y.y11,y.cx+y.x11),hd(b.cy+b.y11,b.cx+b.x11),v),s.arc(b.cx,b.cy,j,hd(b.y11,b.x11),hd(b.y01,b.x01),!v))):s.arc(0,0,h,k,x,v):s.lineTo(N,V)}else s.moveTo(0,0);if(s.closePath(),u)return s=null,u+""||null}return u.centroid=function(){var n=(+t.apply(this,arguments)+ +e.apply(this,arguments))/2,r=(+i.apply(this,arguments)+ +o.apply(this,arguments))/2-bd/2;return[dd(r)*n,gd(r)*n]},u.innerRadius=function(e){return arguments.length?(t="function"==typeof e?e:oe(+e),u):t},u.outerRadius=function(t){return arguments.length?(e="function"==typeof t?t:oe(+t),u):e},u.cornerRadius=function(t){return arguments.length?(n="function"==typeof t?t:oe(+t),u):n},u.padRadius=function(t){return arguments.length?(r=null==t?null:"function"==typeof t?t:oe(+t),u):r},u.startAngle=function(t){return arguments.length?(i="function"==typeof t?t:oe(+t),u):i},u.endAngle=function(t){return arguments.length?(o="function"==typeof t?t:oe(+t),u):o},u.padAngle=function(t){return arguments.length?(a="function"==typeof t?t:oe(+t),u):a},u.context=function(t){return arguments.length?(s=null==t?null:t,u):s},u}(),this.pie=function(){var t=Pd,e=jd,n=null,r=oe(0),i=oe(_d),o=oe(0);function a(a){var s,l,u,c,f,h=(a=ie(a)).length,d=0,p=new Array(h),m=new Array(h),g=+r.apply(this,arguments),v=Math.min(_d,Math.max(-_d,i.apply(this,arguments)-g)),y=Math.min(Math.abs(v)/h,o.apply(this,arguments)),b=y*(v<0?-1:1);for(s=0;s<h;++s)(f=m[p[s]=s]=+t(a[s],s,a))>0&&(d+=f);for(null!=e?p.sort((function(t,n){return e(m[t],m[n])})):null!=n&&p.sort((function(t,e){return n(a[t],a[e])})),s=0,u=d?(v-h*b)/d:0;s<h;++s,g=c)l=p[s],c=g+((f=m[l])>0?f*u:0)+b,m[l]={data:a[l],index:s,value:f,startAngle:g,endAngle:c,padAngle:y};return m}return a.value=function(e){return arguments.length?(t="function"==typeof e?e:oe(+e),a):t},a.sortValues=function(t){return arguments.length?(e=t,n=null,a):e},a.sort=function(t){return arguments.length?(n=t,e=null,a):n},a.startAngle=function(t){return arguments.length?(r="function"==typeof t?t:oe(+t),a):r},a.endAngle=function(t){return arguments.length?(i="function"==typeof t?t:oe(+t),a):i},a.padAngle=function(t){return arguments.length?(o="function"==typeof t?t:oe(+t),a):o},a}().sort(null).value((function(t){return t.value})),this.tooltip=new er.A({position:"center"}),this.getChartData()}},{key:"getChartData",value:function(){this.statistic=this.model.get("statistic");var t=this.statistic.total,e=(0,mr.omit)(this.statistic,"total");this.data=Object.keys(e).map((function(n){return{name:n.toUpperCase(),value:e[n],part:e[n]/t}})).filter((function(t){return t.value}))}},{key:"setupViewport",value:function(){return Ld(e,"setupViewport",this,3)([]),this.showLegend&&this.$el.append(this.getLegendTpl()),this.svg}},{key:"onAttach",value:function(){var t=this,n=this.data,r=this.$el.outerWidth(),i=this.$el.outerHeight(),o=Math.min(r,i)/2-10,a=i/2,s=r/2;this.showLegend&&(s-=70),this.arc.innerRadius(.8*o).outerRadius(o),this.svg=this.setupViewport();var l=this.svg.select(".chart__plot").attr("transform","translate(".concat(s,",").concat(a,")")).selectAll(".chart__arc").data(this.pie(n)).enter().append("path").attr("class",(function(t){return"chart__arc chart__fill_status_".concat(t.data.name.toLowerCase())}));this.bindTooltip(l),this.svg.select(".chart__plot").append("text").classed("chart__caption",!0).attr("dy","0.4em").style("font-size","".concat(o/3,"px")).text(this.getChartTitle()),this.firstRender?l.transition().duration(750).attrTween("d",(function(e){var n=Pt(0,e.startAngle),r=Pt(0,e.endAngle);return function(e){return t.arc({startAngle:n(e),endAngle:r(e)})}})):l.attr("d",(function(e){return t.arc(e)})),Ld(e,"onAttach",this,3)([])}},{key:"formatNumber",value:function(t){return(Math.floor(100*t)/100).toString()}},{key:"getChartTitle",value:function(){var t=this.statistic,e=t.passed,n=void 0===e?0:e,r=t.failed,i=void 0===r?0:r,o=t.broken,a=void 0===o?0:o,s=t.total;return void 0!==s&&s?n?"".concat(this.formatNumber(n/(n+i+a)*100),"%"):"0%":"???"}},{key:"getTooltipContent",value:function(t){var e=t.data,n=e.value||0,r=e.part||0,i=e.name.toLowerCase(),o=(0,nr.default)("status.".concat(i),{});return _c(Dd||(Dd=_l(["\n "," tests (","%)<br>\n ","\n "])),n,this.formatNumber(100*r),o)}},{key:"getLegendTpl",value:function(){return'<div class="chart__legend">\n '.concat(Hi.z.map((function(t){return'<div class="chart__legend-row" data-status="'.concat(t,'">\n<span class="chart__legend-icon chart__legend-icon_status_').concat(t,'"></span> ').concat((0,nr.default)("status.".concat(t)),"</div>")})).join(""),"\n</div>")}},{key:"onLegendOut",value:function(){this.hideTooltip()}},{key:"onLegendHover",value:function(t){var e=this.$(t.currentTarget).data("status"),n=this.$el.find(".chart__fill_status_".concat(e))[0];if(n){var r=Xn(n).datum();this.showTooltip(r,n)}}}])}(tr),(0,ui.A)(Rd.prototype,"onLegendOut",[Td],Object.getOwnPropertyDescriptor(Rd.prototype,"onLegendOut"),Rd.prototype),(0,ui.A)(Rd.prototype,"onLegendHover",[Md],Object.getOwnPropertyDescriptor(Rd.prototype,"onLegendHover"),Rd.prototype),Rd),Hd=Id,zd=i(3968);function Ud(t,e,n){return e=(0,u.A)(e),(0,l.A)(t,Fd()?Reflect.construct(e,n||[],(0,u.A)(t).constructor):e.apply(t,n))}function Fd(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){})))}catch(t){}return(Fd=function(){return!!t})()}var $d=(0,kr.s7)("status-widget")(Bd=(0,kr.Ei)({chart:".status-widget__content"})(Bd=function(t){function e(){var t;(0,a.A)(this,e);for(var n=arguments.length,r=new Array(n),i=0;i<n;i++)r[i]=arguments[i];return t=Ud(this,e,[].concat(r)),(0,h.A)(t,"template",zd),t}return(0,f.A)(e,t),(0,s.A)(e,[{key:"onRender",value:function(){this.showChildView("chart",new Hd({model:this.getStatusChartData(),showLegend:!0}))}},{key:"getStatusChartData",value:function(){this.items=this.model.get("items");var t=this.items.reduce((function(t,e){return t[e.status.toLowerCase()]++,t}),{total:this.items.length,failed:0,broken:0,skipped:0,passed:0,unknown:0});return new xe.Model({statistic:t})}}])}(cr.View))||Bd)||Bd,qd=$d;allure.api.addWidget("graph","status-chart",qd),allure.api.addWidget("widgets","suites",pr.extend({rowTag:"a",title:"widget.suites.name",baseUrl:"suites",showLinks:!0}));var Wd,Gd=i(946);function Zd(t,e,n){return e=(0,u.A)(e),(0,l.A)(t,Kd()?Reflect.construct(e,n||[],(0,u.A)(t).constructor):e.apply(t,n))}function Kd(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){})))}catch(t){}return(Kd=function(){return!!t})()}var Xd=(0,kr.Ei)({chart:".summary-widget__chart"})(Wd=function(t){function e(){var t;(0,a.A)(this,e);for(var n=arguments.length,r=new Array(n),i=0;i<n;i++)r[i]=arguments[i];return t=Zd(this,e,[].concat(r)),(0,h.A)(t,"template",Gd),t}return(0,f.A)(e,t),(0,s.A)(e,[{key:"onRender",value:function(){this.showChildView("chart",new Hd({model:this.model,showLegend:!1}))}},{key:"serializeData",value:function(){var t=this.model.get("testRuns"),n=t&&t.length;return Object.assign(function(t,e,n,r){var i=(0,c.A)((0,u.A)(t.prototype),"serializeData",n);return"function"==typeof i?function(t){return i.apply(n,t)}:i}(e,0,this)([]),{isAggregated:n>1,launchesCount:n})}}])}(cr.View))||Wd,Yd=Xd;allure.api.addWidget("widgets","summary",Yd),window.jQuery=r,r(document).ready((0,t.A)(e.mark((function t(){return e.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.next=2,(0,n.Kc)();case 2:return t.abrupt("return",o.qw.start());case 3:case"end":return t.stop()}}),t)}))))}()}();
|