bfg-common 1.4.118 → 1.4.120
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/.eslintrc.js +21 -21
- package/.idea/inspectionProfiles/Project_Default.xml +50 -50
- package/.idea/modules.xml +7 -7
- package/.idea/prettier.xml +5 -5
- package/.idea/uikit.iml +11 -11
- package/.idea/vcs.xml +5 -5
- package/.prettierrc +4 -4
- package/PROJECT_STRUCTURE.md +42 -42
- package/README.md +42 -42
- package/assets/img/icons/icon-hcs.svg +3 -3
- package/assets/img/icons/icon-life-m-dark.svg +3 -3
- package/assets/img/icons/icon-life-m-light.svg +3 -3
- package/assets/img/icons/icon-ro-dark.svg +1 -1
- package/assets/img/icons/icon-ro-light.svg +2 -2
- package/assets/img/icons/icons-sprite-dark-1.svg +11 -13
- package/assets/img/icons/icons-sprite-dark-2.svg +2 -2
- package/assets/img/icons/icons-sprite-dark-3.svg +11 -13
- package/assets/img/icons/icons-sprite-dark-4.svg +5 -3
- package/assets/img/icons/icons-sprite-dark-5.svg +25 -28
- package/assets/img/icons/icons-sprite-dark-6.svg +81 -1
- package/assets/img/icons/icons-sprite-light-1.svg +11 -13
- package/assets/img/icons/icons-sprite-light-2.svg +2 -2
- package/assets/img/icons/icons-sprite-light-3.svg +11 -13
- package/assets/img/icons/icons-sprite-light-4.svg +5 -3
- package/assets/img/icons/icons-sprite-light-5.svg +25 -28
- package/assets/img/icons/icons-sprite-light-6.svg +81 -1
- package/assets/img/icons/info.svg +8 -8
- package/assets/img/icons/vc.svg +52 -52
- package/assets/img/logo copy.svg +50 -50
- package/assets/img/logo.svg +51 -51
- package/assets/localization/local_be.json +2584 -2584
- package/assets/localization/local_en.json +2588 -2588
- package/assets/localization/local_hy.json +2588 -2588
- package/assets/localization/local_kk.json +2587 -2587
- package/assets/localization/local_ru.json +2590 -2590
- package/assets/localization/local_zh.json +2586 -2586
- package/assets/scss/clarity/clr-ui.min.css +8 -8
- package/assets/scss/common/animations.scss +28 -28
- package/assets/scss/common/global.scss +195 -195
- package/assets/scss/common/icons/icons-1.scss +244 -244
- package/assets/scss/common/icons/icons-2.scss +263 -263
- package/assets/scss/common/icons/icons-3.scss +250 -250
- package/assets/scss/common/icons/icons-4.scss +273 -273
- package/assets/scss/common/icons/icons-5.scss +440 -440
- package/assets/scss/common/icons/icons-6.scss +84 -30
- package/assets/scss/common/icons/icons.scss +15 -15
- package/assets/scss/common/icons/lib-icons.scss +32 -32
- package/assets/scss/common/mixins.scss +39 -39
- package/assets/scss/common/normalize.scss +351 -351
- package/assets/scss/common/theme.scss +238 -238
- package/assets/scss/common/utilities.scss +20 -20
- package/assets/scss/common/variables.scss +44 -44
- package/assets/scss/components/auth.scss +177 -177
- package/assets/scss/main.scss +15 -15
- package/components/atoms/DiagramIcon.vue +371 -371
- package/components/atoms/TheIcon.vue +3249 -3249
- package/components/atoms/TheIcon2.vue +1368 -1368
- package/components/atoms/TheIconOld.vue +2444 -2444
- package/components/atoms/alert/Alert.vue +96 -96
- package/components/atoms/alert/Notification.vue +171 -171
- package/components/atoms/alert/lib/Alert.spec.ts +38 -38
- package/components/atoms/alert/lib/Notification.spec.ts +34 -34
- package/components/atoms/alert/lib/models/enums.ts +12 -12
- package/components/atoms/alert/lib/models/interfaces.ts +27 -27
- package/components/atoms/alert/lib/models/types.ts +11 -11
- package/components/atoms/autocomplete/Autocomplete.vue +239 -239
- package/components/atoms/collapse/CollapseNav.vue +164 -164
- package/components/atoms/collapse/CollapseNavItem.vue +218 -218
- package/components/atoms/collapse/lib/models/interfaces.ts +11 -11
- package/components/atoms/combobox/Combobox.vue +152 -152
- package/components/atoms/datepicker/Datepicker.vue +630 -630
- package/components/atoms/datepicker/lib/config/allShortMonths.ts +103 -103
- package/components/atoms/datepicker/lib/config/datapicker.ts +43 -43
- package/components/atoms/datepicker/lib/models/interfaces.ts +9 -9
- package/components/atoms/dropdown/Portlet.vue +114 -114
- package/components/atoms/dropdown/dropdown/Dropdown.vue +156 -156
- package/components/atoms/dropdown/dropdown/lib/models/interfaces.ts +9 -9
- package/components/atoms/dropdown/lib/Portlet.spec.ts +26 -26
- package/components/atoms/dropdown/tree/Tree.vue +137 -137
- package/components/atoms/dropdown/tree/lib/models/interfaces.ts +11 -11
- package/components/atoms/input/Search.vue +16 -16
- package/components/atoms/lib/models/interfaces.ts +14 -14
- package/components/atoms/list/SelectList.vue +63 -63
- package/components/atoms/list/SimpleList.vue +29 -29
- package/components/atoms/list/dragDropList/DragDropList.vue +139 -139
- package/components/atoms/list/dragDropList/lib/config/events.ts +4 -4
- package/components/atoms/loader/BarLoader.vue +27 -27
- package/components/atoms/loader/Loader.vue +30 -30
- package/components/atoms/loader/PreLoader.vue +38 -38
- package/components/atoms/loader/lib/Preloader.spec.ts +24 -24
- package/components/atoms/modal/Modal.vue +248 -248
- package/components/atoms/modal/bySteps/lib/BySteps.spec.ts +66 -66
- package/components/atoms/modal/byStepsSecond/ByStepsSecond.vue +184 -184
- package/components/atoms/modal/lib/Modal.spec.ts +55 -55
- package/components/atoms/nav/NavBar.vue +139 -139
- package/components/atoms/nav/VerticalNavBar.vue +90 -90
- package/components/atoms/nav/lib/NavBar.spec.ts +34 -34
- package/components/atoms/nav/lib/models/interfaces.ts +6 -6
- package/components/atoms/notificationBar/NotificationBar.vue +178 -178
- package/components/atoms/notificationBar/lib/models/enums.ts +13 -13
- package/components/atoms/notificationBar/lib/models/interfaces.ts +6 -6
- package/components/atoms/notificationBar/lib/models/types.ts +1 -1
- package/components/atoms/perPage/PerPage.vue +53 -53
- package/components/atoms/popover/Popover.vue +60 -60
- package/components/atoms/popup/SimplePopup.vue +91 -91
- package/components/atoms/select/TheSelect.vue +177 -177
- package/components/atoms/select/lib/models/interfaces.ts +5 -5
- package/components/atoms/stack/StackContent.vue +63 -63
- package/components/atoms/step/VerticalStep.vue +105 -105
- package/components/atoms/step/lib/VerticalStep.spec.ts +68 -68
- package/components/atoms/step/lib/models/verticalStepItem.ts +7 -7
- package/components/atoms/switch/Switch.vue +111 -111
- package/components/atoms/table/compact/Compact.vue +526 -526
- package/components/atoms/table/compact/lib/models/interfaces.ts +10 -10
- package/components/atoms/table/dataGrid/DataGrid.vue +1617 -1617
- package/components/atoms/table/dataGrid/DataGridColumnSwitch.vue +216 -216
- package/components/atoms/table/dataGrid/DataGridPage.vue +196 -196
- package/components/atoms/table/dataGrid/DataGridPagination.vue +89 -89
- package/components/atoms/table/dataGrid/lib/DataGrid.spec.ts +61 -61
- package/components/atoms/table/dataGrid/lib/config/itemsPerPage.ts +20 -20
- package/components/atoms/table/dataGrid/lib/config/settingsTable.ts +67 -67
- package/components/atoms/table/dataGrid/lib/models/interfaces.ts +41 -41
- package/components/atoms/table/dataGrid/lib/models/types.ts +5 -5
- package/components/atoms/table/dataGrid/lib/utils/constructDataTable.ts +36 -36
- package/components/atoms/table/info/Info.vue +61 -61
- package/components/atoms/table/info/lib/models/interfaces.ts +9 -9
- package/components/atoms/table/simpleEvent/SimpleEvent.vue +98 -98
- package/components/atoms/table/simpleEvent/lib/models/interfaces.ts +9 -9
- package/components/atoms/table/simpleInfo/SimpleInfo.vue +73 -73
- package/components/atoms/table/simpleInfo/lib/models/interfaces.ts +5 -5
- package/components/atoms/table/simpleTable/SimpleTable.vue +300 -300
- package/components/atoms/table/simpleTable/lib/models/interfaces.ts +12 -12
- package/components/atoms/tabs/Tabs.vue +214 -214
- package/components/atoms/tabs/VerticalTabs.vue +88 -88
- package/components/atoms/tabs/lib/models/interfaces.ts +5 -5
- package/components/atoms/tabs/lib/models/types.ts +1 -1
- package/components/atoms/tooltip/Signpost.vue +227 -227
- package/components/atoms/tooltip/Text.vue +37 -37
- package/components/atoms/tooltip/Tooltip.vue +57 -57
- package/components/atoms/tooltip/TooltipError.vue +113 -113
- package/components/atoms/tooltip/lib/models/interfaces.ts +4 -4
- package/components/atoms/wizard/Wizard.vue +311 -311
- package/components/atoms/wizard/lib/models/enums.ts +8 -8
- package/components/atoms/wizard/lib/models/interfaces.ts +49 -49
- package/components/atoms/wizard/lib/utils/utils.ts +804 -804
- package/components/atoms/wizard/step/Step.vue +87 -87
- package/components/common/BadBrowser.vue +118 -118
- package/components/common/accordion/Accordion.vue +177 -177
- package/components/common/accordion/Recursion.vue +218 -218
- package/components/common/accordion/lib/models/enums.ts +5 -5
- package/components/common/accordion/lib/models/interfaces.ts +16 -16
- package/components/common/accordion/lib/models/types.ts +1 -1
- package/components/common/accordion/lib/utils/accordion.ts +31 -31
- package/components/common/adapterManager/AdapterManager.vue +828 -828
- package/components/common/adapterManager/AddAdapterModal.vue +561 -561
- package/components/common/adapterManager/AddAdapterWarningModal.vue +82 -82
- package/components/common/adapterManager/NoActiveAdaptersModal.vue +61 -61
- package/components/common/adapterManager/NoConnectedActiveAdaptersModal.vue +61 -61
- package/components/common/adapterManager/lib/config/index.ts +19 -19
- package/components/common/adapterManager/ui/NoSelectedAdapter.vue +39 -39
- package/components/common/adapterManager/ui/SecondTitle.vue +37 -37
- package/components/common/adapterManager/ui/actions/ActionsBar.vue +95 -95
- package/components/common/adapterManager/ui/actions/AddAdapterButton.vue +30 -30
- package/components/common/adapterManager/ui/actions/MoveDownAdapterButton.vue +35 -35
- package/components/common/adapterManager/ui/actions/MoveUpAdapterButton.vue +35 -35
- package/components/common/adapterManager/ui/actions/RemoveAdapterButton.vue +37 -37
- package/components/common/adapterManager/ui/actions/VerticalSeparator.vue +10 -10
- package/components/common/adapterManager/ui/table/Adapters.vue +92 -92
- package/components/common/adapterManager/ui/table/Header.vue +93 -93
- package/components/common/adapterManager/ui/table/Table.vue +162 -162
- package/components/common/adapterManager/ui/table/lib/models/types.ts +1 -1
- package/components/common/browse/Browse.vue +240 -240
- package/components/common/browse/blocks/Container.vue +105 -105
- package/components/common/browse/blocks/contents/Files.vue +72 -72
- package/components/common/browse/blocks/info/Size.vue +17 -17
- package/components/common/browse/blocks/info/Text.vue +16 -16
- package/components/common/browse/blocks/lib/models/types.ts +1 -1
- package/components/common/browse/lib/models/interfaces.ts +5 -5
- package/components/common/context/Context.vue +99 -99
- package/components/common/context/lib/Context.spec.ts +20 -20
- package/components/common/context/lib/ContextRecursion.spec.ts +55 -55
- package/components/common/context/lib/models/interfaces.ts +27 -27
- package/components/common/context/recursion/lib/models/interfaces.ts +2 -2
- package/components/common/countdownTimer/CountdownTimer.vue +50 -50
- package/components/common/details/DetailsItem.vue +109 -109
- package/components/common/details/DetailsList.vue +23 -23
- package/components/common/details/lib/models/interfaces.ts +11 -11
- package/components/common/diagramMain/Diagram.vue +234 -234
- package/components/common/diagramMain/DiagramMain.vue +871 -871
- package/components/common/diagramMain/Header.vue +211 -211
- package/components/common/diagramMain/Highlights.vue +124 -124
- package/components/common/diagramMain/adapter/Adapter.vue +123 -123
- package/components/common/diagramMain/adapter/AdapterItem.vue +287 -287
- package/components/common/diagramMain/adapter/AdapterItems.vue +61 -61
- package/components/common/diagramMain/adapter/Block.vue +48 -48
- package/components/common/diagramMain/adapter/Contents.vue +133 -133
- package/components/common/diagramMain/adapter/Lines.vue +58 -58
- package/components/common/diagramMain/adapter/SecondBlock.vue +49 -49
- package/components/common/diagramMain/lib/config/index.ts +70 -70
- package/components/common/diagramMain/lib/config/initial.ts +50 -50
- package/components/common/diagramMain/lib/models/enums.ts +44 -44
- package/components/common/diagramMain/lib/models/interfaces.ts +724 -724
- package/components/common/diagramMain/lib/models/types.ts +16 -16
- package/components/common/diagramMain/lib/utils/utils.ts +278 -278
- package/components/common/diagramMain/modals/ManagePhysicalAdaptersModal.vue +330 -330
- package/components/common/diagramMain/modals/Modals.vue +442 -442
- package/components/common/diagramMain/modals/editSettings/ConfirmTeamingSettingsModal.vue +40 -40
- package/components/common/diagramMain/modals/editSettings/EditSettings.vue +497 -497
- package/components/common/diagramMain/modals/editSettings/EditSettingsModal.vue +812 -812
- package/components/common/diagramMain/modals/editSettings/tabs/NetworkProperties.vue +214 -214
- package/components/common/diagramMain/modals/editSettings/tabs/Security.vue +189 -189
- package/components/common/diagramMain/modals/editSettings/tabs/SwitchProperties.vue +163 -163
- package/components/common/diagramMain/modals/editSettings/tabs/TeamingFailover.vue +175 -175
- package/components/common/diagramMain/modals/editSettings/tabs/TrafficShaping.vue +398 -398
- package/components/common/diagramMain/modals/editSettings/tabs/port/IpvFourSettings.vue +346 -346
- package/components/common/diagramMain/modals/editSettings/tabs/port/PortProperties.vue +205 -205
- package/components/common/diagramMain/modals/lib/config/adapterModal.ts +126 -126
- package/components/common/diagramMain/modals/lib/config/diagramConfig.ts +23 -23
- package/components/common/diagramMain/modals/lib/config/index.ts +49 -49
- package/components/common/diagramMain/modals/lib/config/initial.ts +180 -180
- package/components/common/diagramMain/modals/lib/config/networkModal.ts +331 -331
- package/components/common/diagramMain/modals/lib/config/portModal.ts +214 -214
- package/components/common/diagramMain/modals/lib/config/switchModal.ts +224 -224
- package/components/common/diagramMain/modals/lib/config/vCenterModal.ts +34 -34
- package/components/common/diagramMain/modals/lib/config/vmKernelAdapter.ts +90 -90
- package/components/common/diagramMain/modals/lib/mappers/mappers.ts +87 -87
- package/components/common/diagramMain/modals/lib/utils/index.ts +24 -24
- package/components/common/diagramMain/modals/migrateVmkernelAdapter/MigrateVmkernelAdapter.vue +537 -537
- package/components/common/diagramMain/modals/migrateVmkernelAdapter/lib/config/steps.ts +114 -114
- package/components/common/diagramMain/modals/migrateVmkernelAdapter/steps/ConnectionSettings.vue +169 -169
- package/components/common/diagramMain/modals/migrateVmkernelAdapter/steps/SelectVmkernelAdapter.vue +159 -159
- package/components/common/diagramMain/modals/migrateVmkernelAdapter/steps/VmkernelAdapterReadyComplete.vue +49 -49
- package/components/common/diagramMain/modals/migrateVmkernelAdapter/validations/common.ts +14 -14
- package/components/common/diagramMain/modals/migrateVmkernelAdapter/validations/connectionSettings.ts +137 -137
- package/components/common/diagramMain/modals/migrateVmkernelAdapter/validations/selectVmkernelAdapter.ts +52 -52
- package/components/common/diagramMain/modals/migrateVmkernelAdapter/validations/validations.ts +19 -19
- package/components/common/diagramMain/modals/remove/RemoveModal.vue +234 -234
- package/components/common/diagramMain/modals/viewSettings/Info.vue +123 -123
- package/components/common/diagramMain/modals/viewSettings/ViewSettings.vue +190 -190
- package/components/common/diagramMain/modals/viewSettings/ViewSettingsModal.vue +93 -93
- package/components/common/diagramMain/network/Block.vue +64 -64
- package/components/common/diagramMain/network/Contents.vue +353 -353
- package/components/common/diagramMain/network/Lines.vue +76 -76
- package/components/common/diagramMain/network/Network.vue +133 -133
- package/components/common/diagramMain/network/NoNetwork.vue +61 -61
- package/components/common/diagramMain/network/SecondBlock.vue +60 -60
- package/components/common/diagramMain/port/Port.vue +405 -405
- package/components/common/diagramMain/port/Ports.vue +47 -47
- package/components/common/diagramMain/switch/Switch.vue +82 -82
- package/components/common/diagramMain/switch/SwitchSelected.vue +35 -35
- package/components/common/feedback/Buttons.vue +229 -229
- package/components/common/feedback/Feedback.vue +268 -268
- package/components/common/feedback/Message.vue +518 -518
- package/components/common/feedback/VisitPortal.vue +62 -62
- package/components/common/feedback/lib/config/drawingPanel.ts +31 -31
- package/components/common/feedback/lib/config/feedbackTabs.ts +26 -26
- package/components/common/feedback/lib/models/interfaces.ts +20 -20
- package/components/common/feedback/lib/models/types.ts +1 -1
- package/components/common/graph/Graph.vue +110 -110
- package/components/common/graph/lib/utils/renderGraph.ts +389 -389
- package/components/common/headline/Headline.vue +32 -32
- package/components/common/help/navbar/left/Left.vue +165 -165
- package/components/common/help/navbar/left/lib/models/interfaces.ts +6 -6
- package/components/common/help/navbar/left/lib/utils/constructAccordion.ts +27 -27
- package/components/common/help/navbar/right/Right.vue +149 -149
- package/components/common/help/navbar/right/lib/models/interfaces.ts +5 -5
- package/components/common/home/Card.vue +63 -63
- package/components/common/home/ResourceBlock.vue +117 -117
- package/components/common/home/StatusContent.vue +47 -47
- package/components/common/home/alertsTable/AlertsTable.vue +114 -114
- package/components/common/home/alertsTable/lib/config/config.ts +61 -61
- package/components/common/home/alertsTable/lib/models/enums.ts +11 -11
- package/components/common/home/alertsTable/lib/models/interfaces.ts +19 -19
- package/components/common/home/alertsTable/lib/models/types.ts +18 -18
- package/components/common/home/lib/config/configResourceMeterBlock.ts +25 -25
- package/components/common/home/lib/models/interfaces.ts +59 -59
- package/components/common/home/lib/models/types.ts +18 -18
- package/components/common/home/servicesTable/ServicesTable.vue +80 -80
- package/components/common/home/servicesTable/lib/config/config.ts +62 -62
- package/components/common/layout/theHeader/TheHeader.vue +112 -112
- package/components/common/layout/theHeader/TheHeaderNew.vue +304 -304
- package/components/common/layout/theHeader/TheHeaderOld.vue +258 -258
- package/components/common/layout/theHeader/ThemeSwitch.vue +66 -66
- package/components/common/layout/theHeader/feedback/Feedback.vue +104 -104
- package/components/common/layout/theHeader/feedback/FeedbackNew.vue +63 -63
- package/components/common/layout/theHeader/feedback/FeedbackOld.vue +73 -73
- package/components/common/layout/theHeader/helpMenu/About.vue +110 -110
- package/components/common/layout/theHeader/helpMenu/HelpMenu.vue +45 -45
- package/components/common/layout/theHeader/helpMenu/helpMenuNew/HelpMenuNew.vue +181 -181
- package/components/common/layout/theHeader/helpMenu/helpMenuNew/lib/config/dropMenu.ts +28 -28
- package/components/common/layout/theHeader/helpMenu/helpMenuOld/HelpMenuOld.vue +69 -69
- package/components/common/layout/theHeader/helpMenu/helpMenuOld/lib/config/dropMenu.ts +22 -22
- package/components/common/layout/theHeader/helpMenu/helpMenuOld/lib/models/types.ts +1 -1
- package/components/common/layout/theHeader/lib/models/enums.ts +9 -9
- package/components/common/layout/theHeader/lib/models/types.ts +5 -5
- package/components/common/layout/theHeader/lib/utils/localization.ts +32 -32
- package/components/common/layout/theHeader/modals/Reconnect.vue +98 -98
- package/components/common/layout/theHeader/modals/RedirectLogin.vue +60 -60
- package/components/common/layout/theHeader/userMenu/UserMenu.vue +101 -101
- package/components/common/layout/theHeader/userMenu/lib/models/interfaces.ts +32 -32
- package/components/common/layout/theHeader/userMenu/modals/changePassword/ChangePassword.vue +210 -210
- package/components/common/layout/theHeader/userMenu/modals/changePassword/lib/config/form.ts +31 -31
- package/components/common/layout/theHeader/userMenu/modals/changePassword/lib/models/interfaces.ts +12 -12
- package/components/common/layout/theHeader/userMenu/modals/preferences/Preferences.vue +70 -70
- package/components/common/layout/theHeader/userMenu/modals/preferences/PreferencesNew.vue +93 -93
- package/components/common/layout/theHeader/userMenu/modals/preferences/PreferencesOld.vue +122 -122
- package/components/common/layout/theHeader/userMenu/modals/preferences/changeLanguage/ChangeLanguage.vue +110 -110
- package/components/common/layout/theHeader/userMenu/modals/preferences/changeLanguage/ChangeLanguageNew.vue +89 -89
- package/components/common/layout/theHeader/userMenu/modals/preferences/changeLanguage/ChangeLanguageOld.vue +93 -93
- package/components/common/layout/theHeader/userMenu/modals/preferences/changeLanguage/lib/config/radioOptions.ts +22 -22
- package/components/common/layout/theHeader/userMenu/modals/preferences/changeLanguage/lib/models/enums.ts +9 -9
- package/components/common/layout/theHeader/userMenu/modals/preferences/changeLanguage/lib/models/interfaces.ts +11 -11
- package/components/common/layout/theHeader/userMenu/modals/preferences/changeLanguage/lib/models/types.ts +1 -1
- package/components/common/layout/theHeader/userMenu/modals/preferences/defaultConsole/DefaultConsole.vue +42 -42
- package/components/common/layout/theHeader/userMenu/modals/preferences/defaultConsole/DefaultConsoleNew.vue +52 -52
- package/components/common/layout/theHeader/userMenu/modals/preferences/defaultConsole/DefaultConsoleOld.vue +48 -48
- package/components/common/layout/theHeader/userMenu/modals/preferences/defaultConsole/lib/config/consoleOptions.ts +30 -30
- package/components/common/layout/theHeader/userMenu/modals/preferences/defaultConsole/lib/models/interfaces.ts +5 -5
- package/components/common/layout/theHeader/userMenu/modals/preferences/inventory/Inventory.vue +32 -32
- package/components/common/layout/theHeader/userMenu/modals/preferences/inventory/InventoryNew.vue +35 -35
- package/components/common/layout/theHeader/userMenu/modals/preferences/inventory/InventoryOld.vue +31 -31
- package/components/common/layout/theHeader/userMenu/modals/preferences/lib/config/preferencesTabs.ts +49 -49
- package/components/common/layout/theHeader/userMenu/modals/preferences/lib/models/types.ts +1 -1
- package/components/common/layout/theHeader/userMenu/modals/preferences/timeFormat/TimeFormat.vue +54 -54
- package/components/common/layout/theHeader/userMenu/modals/preferences/timeFormat/TimeFormatNew.vue +52 -52
- package/components/common/layout/theHeader/userMenu/modals/preferences/timeFormat/TimeFormatOld.vue +45 -45
- package/components/common/layout/theHeader/userMenu/modals/preferences/timeFormat/lib/config/formatOptions.ts +27 -27
- package/components/common/layout/theHeader/userMenu/modals/preferences/timeFormat/lib/models/types.ts +1 -1
- package/components/common/layout/theHeader/userMenu/modals/preferences/view/View.vue +45 -45
- package/components/common/layout/theHeader/userMenu/modals/preferences/view/ViewNew.vue +33 -33
- package/components/common/layout/theHeader/userMenu/modals/preferences/view/ViewOld.vue +112 -112
- package/components/common/layout/theHeader/userMenu/userMenuNew/UserMenuNew.vue +162 -162
- package/components/common/layout/theHeader/userMenu/userMenuNew/lib/config/dropMenu.ts +28 -28
- package/components/common/layout/theHeader/userMenu/userMenuOld/UserMenuOld.vue +36 -36
- package/components/common/layout/theHeader/userMenu/userMenuOld/lib/config/dropMenu.ts +36 -36
- package/components/common/layout/theHeader/userMenu/userMenuOld/lib/models/types.ts +5 -5
- package/components/common/lib/config/states.ts +160 -160
- package/components/common/mainNavigationPanel/MainNavigationPanel.vue +142 -142
- package/components/common/mainNavigationPanel/MainNavigationPanelNew.vue +271 -271
- package/components/common/mainNavigationPanel/MainNavigationPanelOld.vue +288 -288
- package/components/common/mainNavigationPanel/lib/models/interfaces.ts +7 -7
- package/components/common/mainNavigationPanel/lib/models/types.ts +1 -1
- package/components/common/modals/Confirmation.vue +110 -110
- package/components/common/modals/Rename.vue +166 -166
- package/components/common/modals/lib/config/defaultForm.ts +18 -18
- package/components/common/modals/lib/config/renameLabelWidth.ts +3 -3
- package/components/common/modals/lib/models/interfaces.ts +5 -5
- package/components/common/monitor/advanced/Advanced.vue +247 -247
- package/components/common/monitor/advanced/GraphView.vue +180 -180
- package/components/common/monitor/advanced/lib/models/interfaces.ts +9 -9
- package/components/common/monitor/advanced/lib/models/types.ts +1 -1
- package/components/common/monitor/advanced/table/Table.vue +93 -93
- package/components/common/monitor/advanced/table/lib/config/performanceDatatable.ts +129 -129
- package/components/common/monitor/advanced/table/lib/models/interfaces.ts +12 -12
- package/components/common/monitor/advanced/table/lib/models/types.ts +10 -10
- package/components/common/monitor/advanced/tools/Tools.vue +448 -448
- package/components/common/monitor/advanced/tools/chartOptionsModal/ChartOptionsModal.vue +496 -496
- package/components/common/monitor/advanced/tools/chartOptionsModal/Notification.vue +34 -34
- package/components/common/monitor/advanced/tools/chartOptionsModal/actions/Actions.vue +157 -157
- package/components/common/monitor/advanced/tools/chartOptionsModal/actions/lib/utils/optionsActions.ts +25 -25
- package/components/common/monitor/advanced/tools/chartOptionsModal/actions/saveOptionsModal/SaveOptionsModal.vue +81 -81
- package/components/common/monitor/advanced/tools/chartOptionsModal/counters/Counters.vue +106 -106
- package/components/common/monitor/advanced/tools/chartOptionsModal/counters/table/Table.vue +144 -144
- package/components/common/monitor/advanced/tools/chartOptionsModal/counters/table/lib/config/tableConfig.ts +89 -89
- package/components/common/monitor/advanced/tools/chartOptionsModal/counters/table/lib/config/utils.ts +779 -779
- package/components/common/monitor/advanced/tools/chartOptionsModal/counters/table/lib/models/interfaces.ts +29 -29
- package/components/common/monitor/advanced/tools/chartOptionsModal/counters/table/lib/models/types.ts +5 -5
- package/components/common/monitor/advanced/tools/chartOptionsModal/counters/timespan/Timespan.vue +93 -93
- package/components/common/monitor/advanced/tools/chartOptionsModal/counters/timespan/form/Form.vue +539 -539
- package/components/common/monitor/advanced/tools/chartOptionsModal/counters/timespan/form/lib/config/dateForm.ts +113 -113
- package/components/common/monitor/advanced/tools/chartOptionsModal/counters/timespan/object/Object.vue +251 -251
- package/components/common/monitor/advanced/tools/chartOptionsModal/counters/timespan/object/lib/config/objectTable.ts +57 -57
- package/components/common/monitor/advanced/tools/chartOptionsModal/counters/timespan/object/lib/models/interfaces.ts +4 -4
- package/components/common/monitor/advanced/tools/chartOptionsModal/counters/timespan/object/lib/models/types.ts +1 -1
- package/components/common/monitor/advanced/tools/chartOptionsModal/lib/models/interfaces.ts +19 -19
- package/components/common/monitor/advanced/tools/chartOptionsModal/lib/models/types.ts +3 -3
- package/components/common/monitor/advanced/tools/chartOptionsModal/lib/utils/checkSubmit.ts +17 -17
- package/components/common/monitor/advanced/tools/chartOptionsModal/metrics/Metrics.vue +42 -42
- package/components/common/monitor/advanced/tools/chartOptionsModal/metrics/lib/config/optionsMetrics.ts +173 -173
- package/components/common/monitor/advanced/tools/lib/config/advancedToolbar.ts +130 -130
- package/components/common/monitor/advanced/tools/lib/models/interfaces.ts +4 -4
- package/components/common/monitor/advanced/tools/lib/utils/countCores.ts +7 -7
- package/components/common/monitor/lib/config/getValidDateByOption.ts +76 -76
- package/components/common/monitor/lib/models/interfaces.ts +24 -24
- package/components/common/monitor/overview/Overview.vue +228 -228
- package/components/common/monitor/overview/filters/Filters.vue +228 -228
- package/components/common/monitor/overview/filters/customIntervalModal/CustomIntervalModal.vue +245 -245
- package/components/common/monitor/overview/filters/customIntervalModal/lib/config/dateChecker.ts +52 -52
- package/components/common/monitor/overview/filters/lib/config/filterOptions.ts +82 -82
- package/components/common/monitor/overview/filters/lib/models/interfaces.ts +9 -9
- package/components/common/monitor/overview/filters/lib/models/types.ts +13 -13
- package/components/common/pages/Tasks.vue +120 -120
- package/components/common/pages/hardwareHealth/HardwareHealth.vue +195 -195
- package/components/common/pages/hardwareHealth/historyTestimony/Graph.vue +435 -435
- package/components/common/pages/hardwareHealth/historyTestimony/lib/models/interfaces.ts +10 -10
- package/components/common/pages/hardwareHealth/historyTestimony/tools/Tools.vue +380 -380
- package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/ChartOptionsModal.vue +487 -487
- package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/Notification.vue +30 -30
- package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/actions/Actions.vue +157 -157
- package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/actions/SaveOptionsModal.vue +81 -81
- package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/actions/lib/utils/optionsActions.ts +25 -25
- package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/counters/Counters.vue +94 -94
- package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/counters/table/Table.vue +174 -174
- package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/counters/table/lib/config/tableConfig.ts +89 -89
- package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/counters/table/lib/models/types.ts +5 -5
- package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/counters/timespan/Timespan.vue +66 -66
- package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/counters/timespan/form/Form.vue +539 -539
- package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/counters/timespan/form/lib/config/dateForm.ts +115 -115
- package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/lib/config/optionsMetrics.ts +17 -17
- package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/lib/models/interfaces.ts +15 -15
- package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/lib/models/types.ts +1 -1
- package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/metrics/Metrics.vue +31 -31
- package/components/common/pages/hardwareHealth/historyTestimony/tools/lib/config/toolbar.ts +82 -82
- package/components/common/pages/hardwareHealth/historyTestimony/tools/lib/models/interfaces.ts +9 -9
- package/components/common/pages/hardwareHealth/lib/config/status.ts +13 -13
- package/components/common/pages/hardwareHealth/lib/config/tabsPannel.ts +44 -44
- package/components/common/pages/hardwareHealth/lib/models/enums.ts +8 -8
- package/components/common/pages/hardwareHealth/lib/models/interfaces.ts +6 -6
- package/components/common/pages/hardwareHealth/lib/models/types.ts +5 -5
- package/components/common/pages/hardwareHealth/tableView/TableView.vue +194 -194
- package/components/common/pages/hardwareHealth/tableView/lib/config/alertWarningTable.ts +109 -109
- package/components/common/pages/hardwareHealth/tableView/lib/config/historyTestimonyTable.ts +137 -137
- package/components/common/pages/hardwareHealth/tableView/lib/config/sensorTable.ts +133 -133
- package/components/common/pages/hardwareHealth/tableView/lib/config/storageSensorTable.ts +88 -88
- package/components/common/pages/hardwareHealth/tableView/lib/config/systemLogTable.ts +72 -72
- package/components/common/pages/hardwareHealth/tableView/lib/config/tableKeys.ts +22 -22
- package/components/common/pages/hardwareHealth/tableView/lib/models/interfaces.ts +29 -29
- package/components/common/pages/hardwareHealth/tableView/lib/models/types.ts +26 -26
- package/components/common/pages/hardwareHealth/tableView/modal/SensorWarning.vue +63 -63
- package/components/common/pages/hardwareHealth/toolsPanel/ToolsPanel.vue +51 -51
- package/components/common/pages/hardwareHealth/toolsPanel/lib/config/actionsPanel.ts +34 -34
- package/components/common/pages/hardwareHealth/toolsPanel/lib/models/types.ts +4 -4
- package/components/common/perPage/PerPage.vue +52 -52
- package/components/common/readyToComplete/ReadyToComplete.vue +15 -15
- package/components/common/recursionTree/RecursionTree.vue +211 -211
- package/components/common/recursionTree/lib/models/interfaces.ts +23 -23
- package/components/common/resource/lib/models/interfaces.ts +9 -9
- package/components/common/resource/lib/models/types.ts +1 -1
- package/components/common/resource/lib/utils.ts +44 -44
- package/components/common/resource/progressBlock/ProgressBlock.vue +142 -142
- package/components/common/resource/simple/Simple.vue +58 -58
- package/components/common/resource/simple/lib/models/enums.ts +6 -6
- package/components/common/select/button/ButtonDropdown.vue +102 -102
- package/components/common/select/button/lib/models/interfaces.ts +7 -7
- package/components/common/select/input/Input.vue +88 -88
- package/components/common/select/input/lib/models/interfaces.ts +5 -6
- package/components/common/select/radio/RadioGroup.vue +128 -128
- package/components/common/select/radio/lib/models/interfaces.ts +9 -9
- package/components/common/selectLanguage/SelectLanguage.vue +130 -130
- package/components/common/selectLanguage/lib/config/config.ts +34 -34
- package/components/common/selectLanguage/lib/utils/utils.ts +5 -5
- package/components/common/shortcuts/Block.vue +96 -96
- package/components/common/shortcuts/Category.vue +41 -41
- package/components/common/shortcuts/Shortcuts.vue +44 -44
- package/components/common/shortcuts/lib/models/interfaces.ts +12 -12
- package/components/common/spiceConsole/Drawer.vue +245 -245
- package/components/common/spiceConsole/SpiceConsole.vue +83 -83
- package/components/common/spiceConsole/keyboard/Keyboard.vue +403 -403
- package/components/common/spiceConsole/keyboard/lib/config/keyboardRows.ts +966 -966
- package/components/common/spiceConsole/keyboard/lib/models/interfaces.ts +18 -18
- package/components/common/spiceConsole/lib/models/types.ts +1 -1
- package/components/common/split/horizontal/Horizontal.vue +70 -70
- package/components/common/split/horizontal/HorizontalNew.vue +330 -330
- package/components/common/split/horizontal/HorizontalOld.vue +307 -307
- package/components/common/split/horizontal/lib/models/interfaces.ts +5 -5
- package/components/common/split/vertical/Vertical.vue +213 -213
- package/components/common/split/vertical/lib/models/interfaces.ts +3 -3
- package/components/common/tools/Actions.vue +172 -172
- package/components/common/tools/lib/models/interfaces.ts +7 -7
- package/components/common/tools/viewSettings/ViewSettings.vue +86 -86
- package/components/common/tools/viewSettings/lib/models/interfaces.ts +9 -9
- package/components/common/vm/actions/add/FolderTreeView.vue +83 -83
- package/components/common/vm/actions/add/lib/config/steps.ts +145 -145
- package/components/common/vm/actions/add/lib/utils.ts +103 -103
- package/components/common/vm/actions/clone/lib/config/steps.ts +74 -74
- package/components/common/vm/actions/clone/lib/models/interfaces.ts +7 -7
- package/components/common/vm/actions/clone/lib/utils.ts +43 -43
- package/components/common/vm/actions/clone/select/options/Options.vue +71 -71
- package/components/common/vm/actions/common/customizeHardware/CustomizeHardware.vue +274 -274
- package/components/common/vm/actions/common/customizeHardware/lib/config/navItems.ts +21 -21
- package/components/common/vm/actions/common/customizeHardware/lib/models/interfaces.ts +7 -7
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/VirtualHardware.vue +700 -700
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/browseView/BrowseView.vue +203 -203
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/browseView/lib/models/interfaces.ts +8 -8
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/bus/Bus.vue +156 -156
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cdDvdDrive/CdDvdDrive.vue +270 -270
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cdDvdDrive/lib/config/fileTypes.ts +9 -9
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cdDvdDrive/lib/config/options.ts +11 -11
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cdDvdDrive/lib/models/types.ts +1 -1
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cdDvdDrive/media/Media.vue +57 -57
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/CoresPerSocket.vue +110 -110
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/CpuHotPlug.vue +56 -56
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/CpuModel.vue +225 -225
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/Iommu.vue +55 -55
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/MaxCpu.vue +106 -106
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/Pc.vue +55 -55
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/Sa.vue +106 -106
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/lib/config/cpuOptions.ts +21 -21
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/shares/Shares.vue +160 -160
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/shares/lib/config/options.ts +28 -28
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/tooltip/Tooltip.vue +59 -59
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/lib/config/binaryOptions.ts +12 -12
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/lib/config/dropdownItems.ts +66 -66
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/lib/models/interfaces.ts +118 -118
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/lib/models/types.ts +4 -4
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/limit/Limit.vue +236 -236
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/limit/lib/config/options.ts +28 -28
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/memory/Memory.vue +329 -329
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/memory/MemoryHotPlug.vue +54 -54
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/memory/lib/config/memoryOptions.ts +35 -35
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/DiskFile.vue +24 -24
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/Location.vue +173 -173
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/MaximumSize.vue +27 -27
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/NewHardDisk.vue +462 -462
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/cache/Cache.vue +81 -81
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/cache/lib/config/options.ts +7 -7
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/limitIops/LimitIops.vue +153 -153
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/limitIops/lib/config/options.ts +28 -28
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/mode/Mode.vue +88 -88
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/mode/lib/config/options.ts +18 -18
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/provisioning/Provisioning.vue +88 -88
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/provisioning/lib/config/options.ts +15 -15
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/sharing/Sharing.vue +86 -86
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/sharing/lib/config/options.ts +12 -12
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/Location.vue +145 -145
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/NewNetwork.vue +305 -305
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/adapterType/AdapterType.vue +87 -87
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/adapterType/lib/config/options.ts +9 -9
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/macAddress/MacAddress.vue +148 -148
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/macAddress/lib/config/options.ts +11 -11
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/NewPciDevice.vue +168 -168
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/directPathIo/DirectPathIo.vue +48 -48
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/dynamicDirectPathIo/DynamicDirectPathIo.vue +49 -49
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/dynamicDirectPathIo/lib/config/options.ts +10 -10
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/lib/config/options.ts +7 -7
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/note/Note.vue +27 -27
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/nvidiaGrid/NvidiaGrid.vue +42 -42
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/typeSelection/TypeSelection.vue +57 -57
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newUsbController/NewUsbController.vue +82 -82
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newUsbController/lib/config/options.ts +6 -6
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/other/InputDevices.vue +21 -21
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/other/Other.vue +32 -32
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/reservation/Reservation.vue +237 -237
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/reservation/lib/config/options.ts +33 -33
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/videoCard/Graphics.vue +50 -50
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/videoCard/TotalVideoMemory.vue +121 -121
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/videoCard/VideoCard.vue +182 -182
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/videoCard/lib/config/options.ts +11 -11
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/videoCard/model/Model.vue +59 -59
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/videoCard/model/lib/config/options.ts +10 -10
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/videoCard/numberDisplays/NumberDisplays.vue +83 -83
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/videoCard/numberDisplays/lib/config/options.ts +14 -14
- package/components/common/vm/actions/common/customizeHardware/vmoptions/Vmoptions.vue +181 -181
- package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/BootOptions.vue +114 -114
- package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/Menu.vue +50 -50
- package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/Secure.vue +50 -50
- package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/delay/Delay.vue +54 -54
- package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/delay/lib/config/config.ts +14 -14
- package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/firmware/Firmware.vue +84 -84
- package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/firmware/lib/config/config.ts +11 -11
- package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/order/Order.vue +201 -201
- package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/order/lib/models/interfaces.ts +9 -9
- package/components/common/vm/actions/common/customizeHardware/vmoptions/generalOptions/GeneralOptions.vue +192 -192
- package/components/common/vm/actions/common/customizeHardware/vmoptions/lib/models/interfaces.ts +34 -34
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/CopyPaste.vue +52 -52
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/FileTransfer.vue +52 -52
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/FolderSharing.vue +51 -51
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/PlaybackCompression.vue +52 -52
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/PowerControl.vue +50 -50
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/RemoteConsoleOptions.vue +254 -254
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/imgCompression/ImgCompression.vue +85 -85
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/imgCompression/lib/config/config.ts +14 -14
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/jpegCompression/JpegCompression.vue +85 -85
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/jpegCompression/lib/config/config.ts +12 -12
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/keymap/Keymap.vue +56 -56
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/keymap/lib/config/config.ts +6 -6
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/mouseMode/MouseMode.vue +57 -57
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/mouseMode/lib/config/config.ts +11 -11
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/password/Password.vue +142 -142
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/password/lib/models/interfaces.ts +5 -5
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/password/lib/utils.ts +12 -12
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/sharePolicy/SharePolicy.vue +56 -56
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/sharePolicy/lib/config/config.ts +11 -11
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/streamingMode/lib/config/config.ts +12 -12
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/type/Type.vue +85 -85
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/type/lib/config/config.ts +7 -7
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/usbRedirection/UsbRedirection.vue +57 -57
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/usbRedirection/lib/config/config.ts +14 -14
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/zlibCompression/ZlibCompression.vue +85 -85
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/zlibCompression/lib/config/config.ts +12 -12
- package/components/common/vm/actions/common/customizeHardware/vmoptions/tools/Tools.vue +72 -72
- package/components/common/vm/actions/common/lib/config/capabilities.ts +345 -345
- package/components/common/vm/actions/common/lib/models/enums.ts +123 -123
- package/components/common/vm/actions/common/lib/models/interfaces.ts +149 -149
- package/components/common/vm/actions/common/lib/models/types.ts +65 -65
- package/components/common/vm/actions/common/lib/utils/capabilities.ts +51 -51
- package/components/common/vm/actions/common/select/compatibility/Compatibility.vue +155 -155
- package/components/common/vm/actions/common/select/computeResource/ComputeResource.vue +164 -164
- package/components/common/vm/actions/common/select/computeResource/TreeView.vue +124 -124
- package/components/common/vm/actions/common/select/computeResource/lib/ComputeResource.spec.ts +479 -479
- package/components/common/vm/actions/common/select/createType/CreateType.vue +61 -61
- package/components/common/vm/actions/common/select/createType/lib/config/items.ts +26 -26
- package/components/common/vm/actions/common/select/lib/models/interfaces.ts +34 -34
- package/components/common/vm/actions/common/select/lib/models/types.ts +27 -27
- package/components/common/vm/actions/common/select/name/Name.vue +236 -236
- package/components/common/vm/actions/common/select/os/os.vue +232 -232
- package/components/common/vm/actions/common/select/storage/Storage.vue +198 -198
- package/components/common/vm/actions/common/select/storage/lib/config/config.ts +193 -193
- package/components/common/vm/actions/common/select/storage/lib/models/types.ts +15 -15
- package/components/common/vm/actions/confirm/Confirm.vue +39 -39
- package/components/common/vm/actions/editSettings/lib/models/types.ts +23 -23
- package/components/common/vm/actions/editSettings/lib/utils.ts +45 -45
- package/components/common/vm/actions/lib/models/interfaces.ts +6 -6
- package/components/common/vm/actions/lib/models/types.ts +11 -11
- package/components/common/vm/actions/lib/utils.ts +246 -246
- package/components/common/vm/lib/models/interfaces.ts +9 -9
- package/components/common/vm/lib/utils/powerActions.ts +55 -55
- package/components/common/weekSelect/WeekSelect.vue +143 -143
- package/components/common/weekSelect/lib/config/options.ts +10 -10
- package/components/common/weekSelect/lib/models/interfaces.ts +6 -6
- package/components/common/wizards/datastore/add/Add.vue +307 -307
- package/components/common/wizards/datastore/add/lib/config/steps.ts +138 -138
- package/components/common/wizards/datastore/add/lib/models/enums.ts +5 -5
- package/components/common/wizards/datastore/add/lib/models/interfaces.ts +19 -19
- package/components/common/wizards/datastore/add/lib/models/types.ts +7 -7
- package/components/common/wizards/datastore/add/lib/utils.ts +63 -63
- package/components/common/wizards/datastore/add/lib/validations.ts +169 -169
- package/components/common/wizards/datastore/add/local/Local.vue +45 -45
- package/components/common/wizards/datastore/add/local/createName/CreateName.vue +116 -116
- package/components/common/wizards/datastore/add/nfs/Nfs.vue +63 -63
- package/components/common/wizards/datastore/add/nfs/_kerberosAuthentication/KerberosAuthentication.vue +55 -55
- package/components/common/wizards/datastore/add/nfs/_kerberosAuthentication/lib/config/radioOptions.ts +27 -27
- package/components/common/wizards/datastore/add/nfs/accessibility/Accessibility.vue +63 -63
- package/components/common/wizards/datastore/add/nfs/accessibility/lib/config/tabsPannel.ts +24 -24
- package/components/common/wizards/datastore/add/nfs/accessibility/lib/models/interfaces.ts +9 -9
- package/components/common/wizards/datastore/add/nfs/accessibility/lib/models/types.ts +5 -5
- package/components/common/wizards/datastore/add/nfs/accessibility/tablesView/TablesView.vue +85 -85
- package/components/common/wizards/datastore/add/nfs/accessibility/tablesView/lib/config/compatibleTable.ts +62 -62
- package/components/common/wizards/datastore/add/nfs/accessibility/tablesView/lib/config/incompatibleTable.ts +68 -68
- package/components/common/wizards/datastore/add/nfs/accessibility/tablesView/lib/config/tableKeys.ts +15 -15
- package/components/common/wizards/datastore/add/nfs/accessibility/tablesView/lib/models/interfaces.ts +11 -11
- package/components/common/wizards/datastore/add/nfs/configuration/Configuration.vue +237 -237
- package/components/common/wizards/datastore/add/nfs/configuration/_serversList/DeletePopover.vue +100 -100
- package/components/common/wizards/datastore/add/nfs/configuration/_serversList/ServersList.vue +123 -123
- package/components/common/wizards/datastore/add/nfs/configuration/_serversList/lib/config/serversListConfig.ts +40 -40
- package/components/common/wizards/datastore/add/nfs/configuration/_serversList/lib/config/tableKeys.ts +3 -3
- package/components/common/wizards/datastore/add/nfs/configuration/_serversList/lib/models/interfaces.ts +3 -3
- package/components/common/wizards/datastore/add/nfs/configuration/_serversList/lib/models/types.ts +1 -1
- package/components/common/wizards/datastore/add/nfs/configuration/lib/models/interfaces.ts +5 -5
- package/components/common/wizards/datastore/add/nfs/version/Version.vue +26 -26
- package/components/common/wizards/datastore/add/nfs/version/lib/config/versionOptions.ts +22 -22
- package/components/common/wizards/datastore/add/readyComplete/ReadyComplete.vue +88 -88
- package/components/common/wizards/datastore/add/readyComplete/lib/config/propertiesDetails.ts +140 -140
- package/components/common/wizards/datastore/add/sharedStorm/SharedStorm.vue +78 -78
- package/components/common/wizards/datastore/add/sharedStorm/_version/Version.vue +28 -28
- package/components/common/wizards/datastore/add/sharedStorm/_version/lib/config/versionOptions.ts +21 -21
- package/components/common/wizards/datastore/add/sharedStorm/deviceSelection/DeviceSelection.vue +276 -276
- package/components/common/wizards/datastore/add/sharedStorm/deviceSelection/lib/config/selectOptions.ts +23 -23
- package/components/common/wizards/datastore/add/sharedStorm/deviceSelection/lib/models/interfaces.ts +26 -26
- package/components/common/wizards/datastore/add/sharedStorm/deviceSelection/lib/models/types.ts +1 -1
- package/components/common/wizards/datastore/add/sharedStorm/deviceSelection/table/Table.vue +133 -133
- package/components/common/wizards/datastore/add/sharedStorm/deviceSelection/table/lib/config/lunDiskTable.ts +84 -84
- package/components/common/wizards/datastore/add/sharedStorm/deviceSelection/table/lib/config/tableKeys.ts +11 -11
- package/components/common/wizards/datastore/add/sharedStorm/deviceSelection/table/lib/models/types.ts +9 -9
- package/components/common/wizards/datastore/add/sharedStorm/partitionConfiguration/PartitionConfiguration.vue +236 -236
- package/components/common/wizards/datastore/add/sharedStorm/partitionConfiguration/graphicTooltip/graphicTooltip.vue +64 -64
- package/components/common/wizards/datastore/add/sharedStorm/partitionConfiguration/lib/config/selectOptions.ts +46 -46
- package/components/common/wizards/datastore/add/sharedStorm/partitionConfiguration/sizeGraphic/sizeGraphic.vue +225 -225
- package/components/common/wizards/datastore/add/types/Types.vue +83 -83
- package/components/common/wizards/datastore/add/types/lib/config/typeOptions.ts +41 -41
- package/components/common/wizards/network/add/Add.vue +1036 -1036
- package/components/common/wizards/network/add/lib/config/index.ts +35 -35
- package/components/common/wizards/network/add/lib/config/initialData.ts +62 -62
- package/components/common/wizards/network/add/lib/config/portPropertiesStep.ts +43 -43
- package/components/common/wizards/network/add/lib/config/selectSwitch.ts +19 -19
- package/components/common/wizards/network/add/lib/config/sendData.ts +141 -141
- package/components/common/wizards/network/add/lib/config/steps.ts +456 -456
- package/components/common/wizards/network/add/lib/models/enums.ts +17 -17
- package/components/common/wizards/network/add/lib/models/interfaces.ts +249 -249
- package/components/common/wizards/network/add/lib/models/types.ts +14 -14
- package/components/common/wizards/network/add/lib/utils/index.ts +4 -4
- package/components/common/wizards/network/add/mappers/mappers.ts +192 -192
- package/components/common/wizards/network/add/modals/SelectNetwork.vue +173 -173
- package/components/common/wizards/network/add/modals/SelectStandardSwitch.vue +138 -138
- package/components/common/wizards/network/add/modals/SelectSwitch.vue +131 -131
- package/components/common/wizards/network/add/steps/ConnectionSettings.vue +154 -154
- package/components/common/wizards/network/add/steps/CreateStandardSwitch.vue +91 -91
- package/components/common/wizards/network/add/steps/IpFourSettings.vue +305 -305
- package/components/common/wizards/network/add/steps/PhysicalAdapter.vue +13 -13
- package/components/common/wizards/network/add/steps/PortProperties.vue +407 -407
- package/components/common/wizards/network/add/steps/ReadyComplete.vue +20 -20
- package/components/common/wizards/network/add/steps/SelectConnectionType.vue +99 -99
- package/components/common/wizards/network/add/steps/SelectedTargetDevice.vue +474 -474
- package/components/common/wizards/network/add/validations/common.ts +26 -26
- package/components/common/wizards/network/add/validations/connectionSettings.ts +70 -70
- package/components/common/wizards/network/add/validations/createStandardSwitch.ts +59 -59
- package/components/common/wizards/network/add/validations/ipFourSettings.ts +182 -182
- package/components/common/wizards/network/add/validations/networkValidation.ts +77 -77
- package/components/common/wizards/network/add/validations/physicalAdapter.ts +70 -70
- package/components/common/wizards/network/add/validations/portProperties.ts +83 -83
- package/components/common/wizards/network/add/validations/targetDevice.ts +109 -109
- package/components/common/wizards/network/add/validations/validations.ts +43 -43
- package/components/common/wizards/vm/common/computeResource/TreeView.vue +61 -61
- package/components/common/wizards/vm/common/tooltip/Tooltip.vue +84 -84
- package/components/common/wizards/vm/common/validation/compatibility/Compatibility.vue +62 -62
- package/components/common/wizards/vm/common/validation/lib/models/enums.ts +5 -5
- package/components/common/wizards/vm/migrate/Migrate.vue +278 -278
- package/components/common/wizards/vm/migrate/contentHeading/ContentHeading.vue +106 -106
- package/components/common/wizards/vm/migrate/contentHeading/lib/models/interfaces.ts +7 -7
- package/components/common/wizards/vm/migrate/lib/config/constructDataReady.ts +100 -100
- package/components/common/wizards/vm/migrate/lib/models/enums.ts +6 -6
- package/components/common/wizards/vm/migrate/lib/models/interfaces.ts +28 -28
- package/components/common/wizards/vm/migrate/lib/models/types.ts +5 -5
- package/components/common/wizards/vm/migrate/lib/utils.ts +80 -80
- package/components/common/wizards/vm/migrate/select/computeResource/ComputeResource.vue +219 -219
- package/components/common/wizards/vm/migrate/select/computeResource/lib/config/tabsPannel.ts +28 -28
- package/components/common/wizards/vm/migrate/select/computeResource/lib/models/enums.ts +6 -6
- package/components/common/wizards/vm/migrate/select/computeResource/lib/models/interfaces.ts +30 -30
- package/components/common/wizards/vm/migrate/select/computeResource/lib/models/types.ts +12 -12
- package/components/common/wizards/vm/migrate/select/computeResource/tableView/TableView.vue +143 -143
- package/components/common/wizards/vm/migrate/select/computeResource/tableView/lib/config/clusterTable.ts +113 -113
- package/components/common/wizards/vm/migrate/select/computeResource/tableView/lib/config/hostTable.ts +124 -124
- package/components/common/wizards/vm/migrate/select/computeResource/tableView/lib/config/resourcePoolTable.ts +115 -115
- package/components/common/wizards/vm/migrate/select/computeResource/tableView/lib/config/tableKeys.ts +65 -65
- package/components/common/wizards/vm/migrate/select/computeResource/tableView/lib/config/vappsTable.ts +66 -66
- package/components/common/wizards/vm/migrate/select/computeResource/tableView/lib/models/interfaces.ts +50 -50
- package/components/common/wizards/vm/migrate/select/computeResource/tableView/lib/models/types.ts +60 -60
- package/components/common/wizards/vm/migrate/select/network/Network.vue +125 -125
- package/components/common/wizards/vm/migrate/select/network/table/network/Network.vue +114 -114
- package/components/common/wizards/vm/migrate/select/network/table/network/lib/config/advancedTable.ts +78 -78
- package/components/common/wizards/vm/migrate/select/network/table/network/lib/config/basicTable.ts +70 -70
- package/components/common/wizards/vm/migrate/select/network/table/network/lib/config/tableKeys.ts +13 -13
- package/components/common/wizards/vm/migrate/select/network/table/network/lib/models/interfaces.ts +12 -12
- package/components/common/wizards/vm/migrate/select/network/table/network/lib/models/types.ts +21 -21
- package/components/common/wizards/vm/migrate/select/network/table/useAt/UseAt.vue +54 -54
- package/components/common/wizards/vm/migrate/select/network/table/useAt/lib/config/tableKeys.ts +7 -7
- package/components/common/wizards/vm/migrate/select/network/table/useAt/lib/config/useAtTable.ts +47 -47
- package/components/common/wizards/vm/migrate/select/network/table/useAt/lib/models/interfaces.ts +1 -1
- package/components/common/wizards/vm/migrate/select/network/table/useAt/lib/models/types.ts +5 -5
- package/components/common/wizards/vm/migrate/select/priority/Priority.vue +39 -39
- package/components/common/wizards/vm/migrate/select/priority/lib/config/typeOptions.ts +21 -21
- package/components/common/wizards/vm/migrate/select/priority/lib/models/types.ts +1 -1
- package/components/common/wizards/vm/migrate/select/storage/Storage.vue +206 -206
- package/components/common/wizards/vm/migrate/select/storage/configure/batch/Batch.vue +73 -73
- package/components/common/wizards/vm/migrate/select/storage/configure/disk/Disk.vue +87 -87
- package/components/common/wizards/vm/migrate/select/storage/diskFormat/DiskFormat.vue +69 -69
- package/components/common/wizards/vm/migrate/select/storage/diskFormat/lib/config/formatOptions.ts +26 -26
- package/components/common/wizards/vm/migrate/select/storage/lib/config/tabsPannel.ts +20 -20
- package/components/common/wizards/vm/migrate/select/storage/lib/models/enums.ts +6 -6
- package/components/common/wizards/vm/migrate/select/storage/lib/models/interfaces.ts +14 -14
- package/components/common/wizards/vm/migrate/select/storage/lib/models/types.ts +9 -9
- package/components/common/wizards/vm/migrate/select/storage/policy/Policy.vue +84 -84
- package/components/common/wizards/vm/migrate/select/storage/selectedPerDisk/SelectedPerDisk.vue +88 -88
- package/components/common/wizards/vm/migrate/select/storage/table/datastore/Datastore.vue +114 -114
- package/components/common/wizards/vm/migrate/select/storage/table/datastore/lib/config/config.ts +179 -179
- package/components/common/wizards/vm/migrate/select/storage/table/datastore/lib/models/types.ts +15 -15
- package/components/common/wizards/vm/migrate/select/storage/table/disk/Disk.vue +86 -86
- package/components/common/wizards/vm/migrate/select/storage/table/disk/lib/config/config.ts +123 -123
- package/components/common/wizards/vm/migrate/select/storage/table/disk/lib/config/tableKeys.ts +15 -15
- package/components/common/wizards/vm/migrate/select/storage/table/disk/lib/models/interfaces.ts +24 -24
- package/components/common/wizards/vm/migrate/select/storage/table/disk/lib/models/types.ts +13 -13
- package/components/common/wizards/vm/migrate/select/targetServer/lib/config/tabsPannel.ts +18 -18
- package/components/common/wizards/vm/migrate/select/targetServer/lib/models/types.ts +1 -1
- package/components/common/wizards/vm/migrate/select/targetServer/new/New.vue +294 -294
- package/components/common/wizards/vm/migrate/select/targetServer/new/lib/config/defaultForm.ts +36 -36
- package/components/common/wizards/vm/migrate/select/targetServer/new/lib/models/interfaces.ts +13 -13
- package/components/common/wizards/vm/migrate/select/targetServer/saved/Saved.vue +27 -27
- package/components/common/wizards/vm/migrate/select/targetServer/targetServer.vue +41 -41
- package/components/common/wizards/vm/migrate/select/type/Type.vue +38 -38
- package/components/common/wizards/vm/migrate/select/type/lib/config/typeOptions.ts +41 -41
- package/components/common/wizards/vm/migrate/select/type/lib/models/interfaces.ts +5 -5
- package/components/content/Hint.vue +24 -24
- package/components/lib/models/interfaces.ts +14 -14
- package/composables/deepCopy.ts +21 -21
- package/composables/useAppVersion.ts +22 -22
- package/composables/useDiff.ts +15 -15
- package/composables/useEnvLanguage.ts +23 -23
- package/composables/useLocal.ts +44 -44
- package/composables/useLocalStorage.ts +45 -45
- package/composables/useThrottle.ts +32 -32
- package/composables/useUniqueId.ts +5 -5
- package/eslint/index.js +15 -15
- package/eslint/no-import-type.js +17 -17
- package/eslint/no-invalid-type-prefix.js +32 -32
- package/layouts/auth.vue +31 -31
- package/lib/config/regExp.ts +13 -13
- package/lib/models/composables/useAppVersion/interfaces.ts +5 -5
- package/lib/models/composables/useMyFetch/interfaces.ts +25 -25
- package/lib/models/composables/useMyFetch/types.ts +1 -1
- package/lib/models/enums.ts +35 -35
- package/lib/models/interfaces.ts +63 -63
- package/lib/models/plugins/date/interfaces.ts +5 -5
- package/lib/models/plugins/date/types.ts +1 -1
- package/lib/models/plugins/validation/interfaces.ts +21 -21
- package/lib/models/plugins/validation/types.ts +1 -1
- package/lib/models/store/host/interfaces.ts +38 -38
- package/lib/models/store/interfaces.ts +43 -43
- package/lib/models/store/network/interfaces.ts +13 -13
- package/lib/models/store/storage/interfaces.ts +32 -32
- package/lib/models/store/tasks/enums.ts +27 -27
- package/lib/models/store/tasks/interfaces.ts +122 -122
- package/lib/models/store/tasks/types.ts +2 -2
- package/lib/models/store/types.ts +43 -43
- package/lib/models/store/vm/interfaces.ts +234 -234
- package/lib/models/table/interfaces.ts +38 -38
- package/lib/models/table/types.ts +1 -1
- package/lib/models/types.ts +38 -38
- package/lib/utils/base64.ts +34 -34
- package/lib/utils/contentBuild.ts +34 -34
- package/lib/utils/notification.ts +22 -22
- package/lib/utils/sendTask.ts +73 -73
- package/minify.js +146 -146
- package/modules/fixContentBuild/index.ts +91 -91
- package/modules/fixContentBuild/lib/utils/methods.ts +115 -115
- package/modules/fixSpiceConsoleBuild/index.ts +28 -28
- package/modules/replaceEnv/index.ts +40 -40
- package/nuxt.config.ts +8 -8
- package/package.json +42 -42
- package/plugins/binary.ts +158 -158
- package/plugins/date.ts +179 -179
- package/plugins/spice-console/spice.console.ts +147 -147
- package/plugins/text.ts +48 -48
- package/plugins/validation.ts +172 -172
- package/public/spice-console/application/WorkerProcess.js +3350 -3350
- package/public/spice-console/application/WorkerProcess_back.js +3144 -3144
- package/public/spice-console/application/WorkerProcess_meta.js +3103 -3103
- package/public/spice-console/application/WorkerProcess_reverse.js +3214 -3214
- package/public/spice-console/application/agent.js +175 -175
- package/public/spice-console/application/application.js +641 -641
- package/public/spice-console/application/checkActivity.js +50 -50
- package/public/spice-console/application/clientgui.js +842 -842
- package/public/spice-console/application/clipboard/clipboarddataparser.js +92 -92
- package/public/spice-console/application/clipboard/local/localClipboard.js +110 -110
- package/public/spice-console/application/clipboard.js +82 -82
- package/public/spice-console/application/codec.js +263 -263
- package/public/spice-console/application/imagecache.js +81 -81
- package/public/spice-console/application/inputmanager.js +270 -270
- package/public/spice-console/application/packetfactory.js +202 -202
- package/public/spice-console/application/packetfilter.js +103 -103
- package/public/spice-console/application/packetprocess.js +75 -75
- package/public/spice-console/application/rasteroperation.js +118 -118
- package/public/spice-console/application/spiceconnection.js +197 -197
- package/public/spice-console/application/stream.js +67 -67
- package/public/spice-console/application/virtualmouse.js +109 -109
- package/public/spice-console/keymaps/keyevent.js +36 -36
- package/public/spice-console/keymaps/keymap.js +229 -229
- package/public/spice-console/keymaps/keymapes.js +375 -375
- package/public/spice-console/keymaps/keymapesObj.js +317 -317
- package/public/spice-console/keymaps/keymapus.js +317 -317
- package/public/spice-console/keymaps/scanCodeObjModifier.js +65 -65
- package/public/spice-console/keymaps/scanCodeObjProvider.js +60 -60
- package/public/spice-console/lib/AsyncConsumer.js +204 -204
- package/public/spice-console/lib/AsyncWorker.js +60 -60
- package/public/spice-console/lib/CollisionDetector.js +27 -27
- package/public/spice-console/lib/DataLogger.js +197 -197
- package/public/spice-console/lib/GenericObjectPool.js +152 -152
- package/public/spice-console/lib/GlobalPool.js +114 -114
- package/public/spice-console/lib/ImageUncompressor.js +138 -138
- package/public/spice-console/lib/IntegrationBenchmark.js +64 -64
- package/public/spice-console/lib/PacketWorkerIdentifier.js +107 -107
- package/public/spice-console/lib/SyncAsyncHandler.js +46 -46
- package/public/spice-console/lib/base64.js +298 -298
- package/public/spice-console/lib/biginteger.js +1640 -1640
- package/public/spice-console/lib/bowser.js +276 -276
- package/public/spice-console/lib/decoder/dixie.js +7930 -7930
- package/public/spice-console/lib/decoder/jmuxer.js +2815 -2815
- package/public/spice-console/lib/displayRouter.js +83 -83
- package/public/spice-console/lib/encrypt.js +191 -191
- package/public/spice-console/lib/flipper.js +39 -39
- package/public/spice-console/lib/graphic.js +1230 -1230
- package/public/spice-console/lib/graphicdebug.js +223 -223
- package/public/spice-console/lib/images/jsquic_family.js +83 -83
- package/public/spice-console/lib/images/jsquic_rgba.js +342 -342
- package/public/spice-console/lib/images/jsquic_uncompress.js +529 -529
- package/public/spice-console/lib/images/lz.js +717 -717
- package/public/spice-console/lib/images/png.js +275 -275
- package/public/spice-console/lib/jgestures.min.js +43 -43
- package/public/spice-console/lib/jquery-2.0.3.js +8829 -8829
- package/public/spice-console/lib/jquery-mousewheel.js +83 -83
- package/public/spice-console/lib/jquery-visibility.min.js +1 -1
- package/public/spice-console/lib/jsbn.js +578 -578
- package/public/spice-console/lib/jsbn2.js +675 -675
- package/public/spice-console/lib/lodash.4.0.0.min.js +136 -136
- package/public/spice-console/lib/modernizr.js +39 -39
- package/public/spice-console/lib/pixastic.js +3244 -3244
- package/public/spice-console/lib/prettyprint.js +794 -794
- package/public/spice-console/lib/prng4.js +64 -64
- package/public/spice-console/lib/queue.js +259 -259
- package/public/spice-console/lib/rasterEngine.js +907 -907
- package/public/spice-console/lib/rng.js +87 -87
- package/public/spice-console/lib/runqueue.js +103 -103
- package/public/spice-console/lib/sha1.js +124 -124
- package/public/spice-console/lib/stuckkeyshandler.js +122 -122
- package/public/spice-console/lib/timelapsedetector.js +62 -62
- package/public/spice-console/lib/utils.js +327 -327
- package/public/spice-console/lib/virtualjoystick.js +370 -370
- package/public/spice-console/network/busconnection.js +195 -195
- package/public/spice-console/network/clusternodechooser.js +49 -49
- package/public/spice-console/network/connectioncontrol.js +60 -60
- package/public/spice-console/network/packetcontroller.js +62 -62
- package/public/spice-console/network/packetextractor.js +73 -73
- package/public/spice-console/network/packetlinkfactory.js +64 -64
- package/public/spice-console/network/packetreassembler.js +77 -77
- package/public/spice-console/network/reassemblerfactory.js +39 -39
- package/public/spice-console/network/sizedefiner.js +86 -86
- package/public/spice-console/network/socket.js +120 -120
- package/public/spice-console/network/socketqueue.js +95 -95
- package/public/spice-console/network/spicechannel.js +375 -375
- package/public/spice-console/network/websocketwrapper.js +75 -75
- package/public/spice-console/process/busprocess.js +309 -309
- package/public/spice-console/process/cursorprocess.js +110 -110
- package/public/spice-console/process/displaypreprocess.js +152 -152
- package/public/spice-console/process/displayprocess.js +210 -210
- package/public/spice-console/process/inputprocess.js +203 -203
- package/public/spice-console/process/mainprocess.js +78 -78
- package/public/spice-console/process/playbackprocess.js +233 -233
- package/public/spice-console/run.js +180 -180
- package/public/spice-console/spiceobjects/generated/protocol.js +537 -537
- package/public/spice-console/spiceobjects/spiceobjects.js +3474 -3474
- package/public/spice-console/swcanvas/swcanvas.js +82 -82
- package/public/spice-console/tools/generate.php +269 -269
- package/public/spice-console/tools/generateKeyboardLayout.php +63 -63
- package/public/spice-console/tools/generateSpiceObject.php +81 -81
- package/store/main/lib/interfaces.ts +9 -9
- package/store/storage/device/lib/models/interfaces.ts +26 -26
- package/store/tasks/actions.ts +133 -133
- package/store/tasks/getters.ts +25 -25
- package/store/tasks/lib/models/interfaces.ts +18 -18
- package/store/tasks/mappers/tasks.ts +42 -42
- package/store/tasks/mutations.ts +58 -58
- package/store/tasks/state.ts +16 -16
- package/store/tasks/store.ts +12 -12
- package/tsconfig.json +4 -4
- package/components/common/wizards/vmNew/common/computeResource/TreeView.vue +0 -61
- package/components/common/wizards/vmNew/common/tooltip/Tooltip.vue +0 -84
- package/components/common/wizards/vmNew/common/validation/compatibility/Compatibility.vue +0 -62
- package/components/common/wizards/vmNew/common/validation/lib/models/enums.ts +0 -5
- package/components/common/wizards/vmNew/migrate/Migrate.vue +0 -230
- package/components/common/wizards/vmNew/migrate/lib/config/constructDataReady.ts +0 -83
- package/components/common/wizards/vmNew/migrate/lib/config/steps.ts +0 -82
- package/components/common/wizards/vmNew/migrate/lib/models/enums.ts +0 -6
- package/components/common/wizards/vmNew/migrate/lib/models/interfaces.ts +0 -38
- package/components/common/wizards/vmNew/migrate/lib/utils.ts +0 -0
- package/components/common/wizards/vmNew/migrate/lib/validations.ts +0 -29
- package/components/common/wizards/vmNew/migrate/select/computeResource/ComputeResource.vue +0 -219
- package/components/common/wizards/vmNew/migrate/select/computeResource/lib/config/tabsPannel.ts +0 -28
- package/components/common/wizards/vmNew/migrate/select/computeResource/lib/models/enums.ts +0 -6
- package/components/common/wizards/vmNew/migrate/select/computeResource/lib/models/interfaces.ts +0 -30
- package/components/common/wizards/vmNew/migrate/select/computeResource/lib/models/types.ts +0 -12
- package/components/common/wizards/vmNew/migrate/select/computeResource/tableView/TableView.vue +0 -143
- package/components/common/wizards/vmNew/migrate/select/computeResource/tableView/lib/config/clusterTable.ts +0 -113
- package/components/common/wizards/vmNew/migrate/select/computeResource/tableView/lib/config/hostTable.ts +0 -124
- package/components/common/wizards/vmNew/migrate/select/computeResource/tableView/lib/config/resourcePoolTable.ts +0 -115
- package/components/common/wizards/vmNew/migrate/select/computeResource/tableView/lib/config/tableKeys.ts +0 -65
- package/components/common/wizards/vmNew/migrate/select/computeResource/tableView/lib/config/vappsTable.ts +0 -66
- package/components/common/wizards/vmNew/migrate/select/computeResource/tableView/lib/models/interfaces.ts +0 -50
- package/components/common/wizards/vmNew/migrate/select/computeResource/tableView/lib/models/types.ts +0 -60
- package/components/common/wizards/vmNew/migrate/select/network/Network.vue +0 -125
- package/components/common/wizards/vmNew/migrate/select/network/table/network/Network.vue +0 -114
- package/components/common/wizards/vmNew/migrate/select/network/table/network/lib/config/advancedTable.ts +0 -78
- package/components/common/wizards/vmNew/migrate/select/network/table/network/lib/config/basicTable.ts +0 -70
- package/components/common/wizards/vmNew/migrate/select/network/table/network/lib/config/tableKeys.ts +0 -13
- package/components/common/wizards/vmNew/migrate/select/network/table/network/lib/models/interfaces.ts +0 -12
- package/components/common/wizards/vmNew/migrate/select/network/table/network/lib/models/types.ts +0 -21
- package/components/common/wizards/vmNew/migrate/select/network/table/useAt/UseAt.vue +0 -54
- package/components/common/wizards/vmNew/migrate/select/network/table/useAt/lib/config/tableKeys.ts +0 -7
- package/components/common/wizards/vmNew/migrate/select/network/table/useAt/lib/config/useAtTable.ts +0 -47
- package/components/common/wizards/vmNew/migrate/select/network/table/useAt/lib/models/interfaces.ts +0 -1
- package/components/common/wizards/vmNew/migrate/select/network/table/useAt/lib/models/types.ts +0 -5
- package/components/common/wizards/vmNew/migrate/select/priority/Priority.vue +0 -39
- package/components/common/wizards/vmNew/migrate/select/priority/lib/config/typeOptions.ts +0 -21
- package/components/common/wizards/vmNew/migrate/select/priority/lib/models/types.ts +0 -1
- package/components/common/wizards/vmNew/migrate/select/storage/Storage.vue +0 -175
- package/components/common/wizards/vmNew/migrate/select/storage/configure/batch/Batch.vue +0 -58
- package/components/common/wizards/vmNew/migrate/select/storage/configure/batch/config/virtualDiskFormat.ts +0 -30
- package/components/common/wizards/vmNew/migrate/select/storage/configure/batch/table/Table.vue +0 -118
- package/components/common/wizards/vmNew/migrate/select/storage/configure/batch/table/lib/config/datastoreTable.ts +0 -177
- package/components/common/wizards/vmNew/migrate/select/storage/configure/batch/table/lib/models/types.ts +0 -15
- package/components/common/wizards/vmNew/migrate/select/storage/configure/disk/Disk.vue +0 -68
- package/components/common/wizards/vmNew/migrate/select/storage/configure/disk/table/Table.vue +0 -74
- package/components/common/wizards/vmNew/migrate/select/storage/configure/disk/table/lib/config/diskTable.ts +0 -135
- package/components/common/wizards/vmNew/migrate/select/storage/configure/disk/table/lib/config/tableKeys.ts +0 -15
- package/components/common/wizards/vmNew/migrate/select/storage/configure/disk/table/lib/models/interfaces.ts +0 -29
- package/components/common/wizards/vmNew/migrate/select/storage/configure/disk/table/lib/models/types.ts +0 -13
- package/components/common/wizards/vmNew/migrate/select/storage/lib/config/tabsPannel.ts +0 -20
- package/components/common/wizards/vmNew/migrate/select/storage/lib/models/enums.ts +0 -6
- package/components/common/wizards/vmNew/migrate/select/storage/lib/models/interfaces.ts +0 -14
- package/components/common/wizards/vmNew/migrate/select/storage/lib/models/types.ts +0 -9
- package/components/common/wizards/vmNew/migrate/select/storage/policy/Policy.vue +0 -84
- package/components/common/wizards/vmNew/migrate/select/storage/selectedPerDisk/SelectedPerDisk.vue +0 -80
- package/components/common/wizards/vmNew/migrate/select/targetServer/lib/config/tabsPannel.ts +0 -18
- package/components/common/wizards/vmNew/migrate/select/targetServer/lib/models/types.ts +0 -1
- package/components/common/wizards/vmNew/migrate/select/targetServer/new/New.vue +0 -294
- package/components/common/wizards/vmNew/migrate/select/targetServer/new/lib/config/defaultForm.ts +0 -36
- package/components/common/wizards/vmNew/migrate/select/targetServer/new/lib/models/interfaces.ts +0 -13
- package/components/common/wizards/vmNew/migrate/select/targetServer/saved/Saved.vue +0 -27
- package/components/common/wizards/vmNew/migrate/select/targetServer/targetServer.vue +0 -41
- package/components/common/wizards/vmNew/migrate/select/type/Type.vue +0 -27
- package/components/common/wizards/vmNew/migrate/select/type/lib/config/typeOptions.ts +0 -41
- package/components/common/wizards/vmNew/migrate/select/type/lib/models/interfaces.ts +0 -5
- package/components/common/wizards/vmNew/migrate/select/type/lib/models/types.ts +0 -5
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
<path d="M21 633H17V637.18H13.02L19.02 643.18L25.02 637.18H21V633ZM28 615H23V612C23 611.735 22.8946 611.48 22.7071 611.293C22.5196 611.105 22.2652 611 22 611H12C11.7348 611 11.4804 611.105 11.2929 611.293C11.1054 611.48 11 611.735 11 612V619H10C9.73478 619 9.48043 619.105 9.29289 619.293C9.10536 619.48 9 619.735 9 620V630C9 630.265 9.10536 630.52 9.29289 630.707C9.48043 630.895 9.73478 631 10 631H20C20.2652 631 20.5196 630.895 20.7071 630.707C20.8946 630.52 21 630.265 21 630V627H28C28.2652 627 28.5196 626.895 28.7071 626.707C28.8946 626.52 29 626.265 29 626V616C29 615.735 28.8946 615.48 28.7071 615.293C28.5196 615.105 28.2652 615 28 615ZM13 613H21V615H18C17.7348 615 17.4804 615.105 17.2929 615.293C17.1054 615.48 17 615.735 17 616V619H13V613ZM19 629H11V621H19V629ZM27 625H21V620C21 619.735 20.8946 619.48 20.7071 619.293C20.5196 619.105 20.2652 619 20 619H19V617H27V625Z" fill="#FAFAFA"/>
|
|
57
57
|
<path d="M19.0002 681C18.8173 681.002 18.6375 680.953 18.4802 680.86L5.48019 673.39C5.32734 673.291 5.20274 673.155 5.1186 672.994C5.03445 672.832 4.99365 672.652 5.00019 672.47V657.53C4.99956 657.346 5.04727 657.165 5.13853 657.006C5.22979 656.846 5.3614 656.713 5.52019 656.62L18.5202 649.15C18.6722 649.062 18.8447 649.016 19.0202 649.016C19.1957 649.016 19.3682 649.062 19.5202 649.15L32.5202 656.62C32.679 656.713 32.8106 656.846 32.9019 657.006C32.9931 657.165 33.0408 657.346 33.0402 657.53V672.47C33.0408 672.654 32.9931 672.835 32.9019 672.995C32.8106 673.154 32.679 673.287 32.5202 673.38L19.5202 680.85C19.3639 680.947 19.184 680.999 19.0002 681ZM7.00019 671.92L19.0002 678.85L31.0002 671.92V658.08L19.0002 651.15L7.00019 658.08V671.92Z" fill="#FAFAFA"/>
|
|
58
58
|
<path d="M29 715H7V693H20.22L22.22 691H7C6.46957 691 5.96086 691.211 5.58579 691.586C5.21071 691.961 5 692.47 5 693V715C5 715.53 5.21071 716.039 5.58579 716.414C5.96086 716.789 6.46957 717 7 717H29C29.5304 717 30.0391 716.789 30.4142 716.414C30.7893 716.039 31 715.53 31 715V700L29 702V715Z" fill="#FAFAFA"/>
|
|
59
|
-
<path d="M34.53 690.84L31.16 687.47C31.0104 687.32 30.8327 687.201 30.6371 687.12C30.4415 687.039 30.2318 686.997 30.02 686.997C29.8082 686.997 29.5984 687.039 29.4028 687.12C29.2072 687.201 29.0295 687.32 28.88 687.47L15.17 701.26L14.06 706.07C14.0127 706.303 14.0176 706.544 14.0745 706.775C14.1314 707.006 14.2388 707.
|
|
59
|
+
<path d="M34.53 690.84L31.16 687.47C31.0104 687.32 30.8327 687.201 30.6371 687.12C30.4415 687.039 30.2318 686.997 30.02 686.997C29.8082 686.997 29.5984 687.039 29.4028 687.12C29.2072 687.201 29.0295 687.32 28.88 687.47L15.17 701.26L14.06 706.07C14.0127 706.303 14.0176 706.544 14.0745 706.775C14.1314 707.006 14.2388 707.221 14.3889 707.406C14.539 707.591 14.7282 707.739 14.9428 707.842C15.1574 707.945 15.3921 707.999 15.63 708C15.7529 708.013 15.877 708.013 16 708L20.85 706.93L34.53 693.12C34.6799 692.97 34.7989 692.793 34.8801 692.597C34.9613 692.401 35.0031 692.192 35.0031 691.98C35.0031 691.768 34.9613 691.558 34.8801 691.363C34.7989 691.167 34.6799 690.99 34.53 690.84ZM19.81 705.08L16.15 705.89L17 702.26L27.32 691.87L30.14 694.69L19.81 705.08ZM31.27 693.56L28.45 690.74L30 689.16L32.84 692L31.27 693.56Z" fill="#FAFAFA"/>
|
|
60
60
|
<path d="M21 747H23V751H21V747ZM15 747H17V751H15V747ZM9 747H11V751H9V747ZM23.26 739H14.74C14.4748 739 14.2204 739.105 14.0329 739.293C13.8454 739.48 13.74 739.735 13.74 740C13.74 740.265 13.8454 740.52 14.0329 740.707C14.2204 740.895 14.4748 741 14.74 741H23.26C23.5252 741 23.7796 740.895 23.9671 740.707C24.1546 740.52 24.26 740.265 24.26 740C24.26 739.735 24.1546 739.48 23.9671 739.293C23.7796 739.105 23.5252 739 23.26 739Z" fill="#FAFAFA"/>
|
|
61
61
|
<path d="M5 744.06L8.13 733H11.26C11.0893 732.347 11.0019 731.675 11 731H8.13C7.70279 731 7.28687 731.137 6.94316 731.391C6.59946 731.645 6.34603 732.002 6.22 732.41L3.09 743.48C3.03066 743.671 3.00032 743.87 3 744.07V753C3 753.53 3.21071 754.039 3.58579 754.414C3.96086 754.789 4.46957 755 5 755H23.91V753H5V744.06Z" fill="#FAFAFA"/>
|
|
62
62
|
<path d="M9 743H23.91V745H9V743ZM33.75 744.6C33.3787 744.6 33.0226 744.748 32.76 745.01C32.4975 745.273 32.35 745.629 32.35 746V749.66L28.84 745.32C28.6559 745.096 28.4078 744.934 28.1289 744.856C27.8501 744.777 27.5539 744.785 27.28 744.88C27.0077 744.977 26.772 745.156 26.6055 745.392C26.439 745.629 26.3497 745.911 26.35 746.2V754C26.35 754.371 26.4975 754.727 26.76 754.99C27.0226 755.253 27.3787 755.4 27.75 755.4C28.1213 755.4 28.4774 755.253 28.74 754.99C29.0025 754.727 29.15 754.371 29.15 754V750.16L32.66 754.5C32.8441 754.724 33.0922 754.886 33.3711 754.964C33.6499 755.043 33.9461 755.035 34.22 754.94C34.4923 754.843 34.728 754.664 34.8945 754.428C35.061 754.191 35.1503 753.909 35.15 753.62V746C35.15 745.629 35.0025 745.273 34.7399 745.01C34.4774 744.748 34.1213 744.6 33.75 744.6ZM19 737C17.8133 737 16.6533 736.648 15.6666 735.989C14.6799 735.33 13.9108 734.392 13.4567 733.296C13.0026 732.2 12.8838 730.993 13.1153 729.829C13.3468 728.666 13.9182 727.596 14.7574 726.757C15.5965 725.918 16.6656 725.347 17.8295 725.115C18.9933 724.884 20.1997 725.003 21.2961 725.457C22.3925 725.911 23.3295 726.68 23.9888 727.667C24.6481 728.653 25 729.813 25 731C25 732.591 24.3679 734.117 23.2426 735.243C22.1174 736.368 20.5913 737 19 737ZM19 727C18.2089 727 17.4355 727.235 16.7777 727.674C16.1199 728.114 15.6072 728.738 15.3045 729.469C15.0017 730.2 14.9225 731.004 15.0769 731.78C15.2312 732.556 15.6122 733.269 16.1716 733.828C16.731 734.388 17.4437 734.769 18.2196 734.923C18.9956 735.077 19.7998 734.998 20.5307 734.696C21.2616 734.393 21.8864 733.88 22.3259 733.222C22.7654 732.564 23 731.791 23 731C23 729.939 22.5786 728.922 21.8284 728.172C21.0783 727.421 20.0609 727 19 727ZM32.72 742.76C33.0439 742.659 33.3807 742.605 33.72 742.6C34.0606 742.608 34.3979 742.669 34.72 742.78L31.87 732.41C31.7461 732.008 31.4987 731.656 31.163 731.403C30.8273 731.15 30.4203 731.009 30 731H27C26.9956 731.675 26.9082 732.346 26.74 733H30L32.72 742.76Z" fill="#FAFAFA"/>
|
|
@@ -66,10 +66,8 @@
|
|
|
66
66
|
<path d="M16.9859 772.308C17.4633 772.308 17.9211 772.118 18.2587 771.781C18.5962 771.443 18.7859 770.985 18.7859 770.508C18.7859 770.031 18.5962 769.573 18.2587 769.235C17.9211 768.898 17.4633 768.708 16.9859 768.708C16.5085 768.708 16.0506 768.898 15.7131 769.235C15.3755 769.573 15.1859 770.031 15.1859 770.508C15.1859 770.985 15.3755 771.443 15.7131 771.781C16.0506 772.118 16.5085 772.308 16.9859 772.308ZM8.78486 779.708C9.26225 779.708 9.72009 779.518 10.0577 779.181C10.3952 778.843 10.5849 778.385 10.5849 777.908C10.5849 777.431 10.3952 776.973 10.0577 776.635C9.72009 776.298 9.26225 776.108 8.78486 776.108C8.30747 776.108 7.84964 776.298 7.51207 776.635C7.17451 776.973 6.98486 777.431 6.98486 777.908C6.98486 778.385 7.17451 778.843 7.51207 779.181C7.84964 779.518 8.30747 779.708 8.78486 779.708Z" fill="#FAFAFA"/>
|
|
67
67
|
<path d="M5.9198 821C5.27309 819.87 4.95448 818.581 4.9998 817.28C5.0921 815.958 5.70528 814.727 6.70466 813.857C7.70405 812.987 9.00789 812.549 10.3298 812.64L10.8098 812.7C10.9556 812.719 11.1038 812.705 11.2438 812.66C11.3838 812.615 11.5122 812.54 11.6198 812.44C11.7306 812.338 11.819 812.215 11.8793 812.077C11.9395 811.939 11.9704 811.79 11.9698 811.64C11.9684 810.301 12.2658 808.978 12.8405 807.768C13.4151 806.559 14.2525 805.493 15.2916 804.648C16.3306 803.803 17.5451 803.2 18.8466 802.884C20.148 802.568 21.5036 802.547 22.8144 802.821C24.1252 803.096 25.3582 803.659 26.4235 804.471C27.4889 805.282 28.3597 806.321 28.9725 807.512C29.5852 808.703 29.9245 810.016 29.9656 811.354C30.0066 812.693 29.7484 814.024 29.2098 815.25C29.1433 815.4 29.1149 815.565 29.1271 815.729C29.1393 815.893 29.1918 816.051 29.2798 816.19C29.3674 816.327 29.4869 816.44 29.628 816.52C29.7691 816.6 29.9276 816.645 30.0898 816.65C30.4873 816.661 30.8786 816.752 31.2408 816.916C31.603 817.08 31.929 817.315 32.1998 817.606C32.4706 817.897 32.6808 818.239 32.8181 818.613C32.9554 818.986 33.0172 819.383 32.9998 819.78C32.9998 820.08 32.9298 820.96 32.9298 820.96H34.9998V819.65C34.9984 818.589 34.6595 817.556 34.0321 816.7C33.4047 815.844 32.5213 815.21 31.5098 814.89C31.838 813.838 32.0032 812.742 31.9998 811.64C31.9879 808.817 30.8913 806.107 28.937 804.071C26.9827 802.034 24.3203 800.826 21.5005 800.698C18.6808 800.569 15.9196 801.53 13.7882 803.38C11.6568 805.231 10.3184 807.83 10.0498 810.64C8.19329 810.64 6.41281 811.377 5.10006 812.69C3.7873 814.003 3.0498 815.783 3.0498 817.64C3.06376 818.781 3.24917 819.914 3.5998 821H5.9198ZM33.9998 833H5.9998C5.73459 833 5.48023 832.895 5.2927 832.707C5.10516 832.52 4.9998 832.265 4.9998 832V824C4.9998 823.735 5.10516 823.48 5.2927 823.293C5.48023 823.105 5.73459 823 5.9998 823H33.9998C34.265 823 34.5194 823.105 34.7069 823.293C34.8944 823.48 34.9998 823.735 34.9998 824V832C34.9998 832.265 34.8944 832.52 34.7069 832.707C34.5194 832.895 34.265 833 33.9998 833ZM6.9998 831H32.9998V825H6.9998V831Z" fill="#FAFAFA"/>
|
|
68
68
|
<path d="M9 827H11V829H9V827ZM13 827H15V829H13V827ZM17 827H19V829H17V827ZM21 827H23V829H21V827ZM25 827H27V829H25V827ZM29 827H31V829H29V827Z" fill="#FAFAFA"/>
|
|
69
|
-
<path d="
|
|
70
|
-
<path d="
|
|
71
|
-
<path d="M34 850.64L33 849.64V862H5V842H24.45L24.89 841.56L23.33 840H4.5C4.10218 840 3.72064 840.158 3.43934 840.439C3.15804 840.721 3 841.102 3 841.5V862.5C3 862.898 3.15804 863.279 3.43934 863.561C3.72064 863.842 4.10218 864 4.5 864H33.5C33.8978 864 34.2794 863.842 34.5607 863.561C34.842 863.279 35 862.898 35 862.5V851.28C34.6211 851.148 34.2786 850.929 34 850.64Z" fill="#FAFAFA"/>
|
|
72
|
-
<path d="M24.77 838.33L28 841.56L22 847.56L26.52 852.08L32.52 846.08L35.67 849.23C35.7791 849.338 35.9178 849.412 36.0687 849.442C36.2196 849.472 36.3759 849.457 36.5181 849.398C36.6602 849.339 36.7818 849.239 36.8676 849.112C36.9533 848.984 36.9994 848.834 37 848.68V837H25.32C25.1662 837.001 25.016 837.047 24.8883 837.132C24.7606 837.218 24.6611 837.34 24.6023 837.482C24.5435 837.624 24.5281 837.78 24.5579 837.931C24.5877 838.082 24.6615 838.221 24.77 838.33Z" fill="#59A011"/>
|
|
69
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M3.1665 845.153C3.1665 842.756 5.10937 840.813 7.50601 840.813H30.4937C32.8903 840.813 34.8332 842.756 34.8332 845.153V859.931C34.8332 862.327 32.8903 864.27 30.4937 864.27H20.0554V867.085H23.9258C24.5087 867.085 24.9813 867.558 24.9813 868.141C24.9813 868.724 24.5087 869.196 23.9258 869.196H14.0739C13.4909 869.196 13.0184 868.724 13.0184 868.141C13.0184 867.558 13.4909 867.085 14.0739 867.085H17.9443V864.27H7.50601C5.10937 864.27 3.1665 862.327 3.1665 859.931V845.153ZM7.50601 842.925C6.2753 842.925 5.27762 843.922 5.27762 845.153V859.931C5.27762 861.161 6.2753 862.159 7.50601 862.159H30.4937C31.7244 862.159 32.7221 861.161 32.7221 859.931V845.153C32.7221 843.922 31.7244 842.925 30.4937 842.925H7.50601Z" fill="#E9EAEC"/>
|
|
70
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.44434 858.167C8.44434 857.584 8.91692 857.111 9.49989 857.111H28.4999C29.0829 857.111 29.5554 857.584 29.5554 858.167C29.5554 858.75 29.0829 859.222 28.4999 859.222H9.49989C8.91692 859.222 8.44434 858.75 8.44434 858.167Z" fill="#E9EAEC"/>
|
|
73
71
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M19 887.018C19.583 887.018 20.0556 887.491 20.0556 888.074V891.944H26.3889C27.5549 891.944 28.5 892.889 28.5 894.055L28.5 897.925C28.5 898.508 28.0274 898.981 27.4445 898.981C26.8615 898.981 26.3889 898.508 26.3889 897.925L26.3889 894.055H11.6111L11.6111 897.925C11.6111 898.508 11.1385 898.981 10.5556 898.981C9.97258 898.981 9.5 898.508 9.5 897.925L9.50001 894.055C9.50002 892.889 10.4452 891.944 11.6111 891.944H17.9445V888.074C17.9445 887.491 18.4171 887.018 19 887.018Z" fill="#E9EAEC"/>
|
|
74
72
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M12.3149 881.037C12.3149 879.288 13.7327 877.871 15.4816 877.871H22.5186C24.2675 877.871 25.6853 879.288 25.6853 881.037V885.259C25.6853 887.008 24.2675 888.426 22.5186 888.426H15.4816C13.7327 888.426 12.3149 887.008 12.3149 885.259V881.037ZM15.4816 879.982C14.8986 879.982 14.4261 880.454 14.4261 881.037V885.259C14.4261 885.842 14.8986 886.315 15.4816 886.315H22.5186C23.1016 886.315 23.5742 885.842 23.5742 885.259V881.037C23.5742 880.454 23.1016 879.982 22.5186 879.982H15.4816Z" fill="#E9EAEC"/>
|
|
75
73
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M3.87061 900.74C3.87061 898.991 5.28837 897.574 7.03727 897.574H14.0743C15.8232 897.574 17.241 898.991 17.241 900.74V904.963C17.241 906.712 15.8232 908.129 14.0743 908.129H7.03727C5.28837 908.129 3.87061 906.712 3.87061 904.963V900.74ZM7.03727 899.685C6.45431 899.685 5.98172 900.157 5.98172 900.74V904.963C5.98172 905.546 6.45431 906.018 7.03727 906.018H14.0743C14.6573 906.018 15.1299 905.546 15.1299 904.963V900.74C15.1299 900.157 14.6573 899.685 14.0743 899.685H7.03727Z" fill="#E9EAEC"/>
|
|
@@ -184,14 +182,14 @@
|
|
|
184
182
|
<path d="M26.0001 2474.19C26.3267 2474.19 26.6477 2474.27 26.9304 2474.44C27.2132 2474.6 27.4477 2474.84 27.6101 2475.12L34.0901 2486.35C34.2533 2486.63 34.3393 2486.95 34.3393 2487.28C34.3393 2487.61 34.2535 2487.93 34.0903 2488.21C33.9272 2488.49 33.6925 2488.73 33.4098 2488.89C33.1272 2489.05 32.8065 2489.14 32.4801 2489.14H19.4801C18.9868 2489.14 18.5137 2488.94 18.1649 2488.6C17.8161 2488.25 17.6201 2487.77 17.6201 2487.28C17.6213 2486.95 17.7075 2486.63 17.8701 2486.35L24.4101 2475.12C24.5693 2474.84 24.8003 2474.6 25.0796 2474.44C25.3589 2474.28 25.6765 2474.19 26.0001 2474.19Z" fill="#FFE02C"/>
|
|
185
183
|
<path d="M25 2485H27V2487H25V2485ZM25 2477H27V2483H25V2477Z" fill="#454545"/>
|
|
186
184
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M17.7059 2512.29C18.4756 2511.73 19.5245 2511.73 20.2943 2512.29L31.833 2520.63C33.0187 2521.49 33.0187 2523.23 31.833 2524.09L27.8133 2527L31.833 2529.91C33.0187 2530.77 33.0187 2532.51 31.833 2533.37L20.2943 2541.71C19.5245 2542.27 18.4756 2542.27 17.7059 2541.71L6.16713 2533.37C4.9814 2532.51 4.9814 2530.77 6.16713 2529.91L10.1868 2527L6.16713 2524.09C4.9814 2523.23 4.9814 2521.49 6.16713 2520.63L17.7059 2512.29ZM11.9878 2528.3L7.40444 2531.62C7.39718 2531.62 7.39359 2531.63 7.39211 2531.63C7.39057 2531.63 7.39 2531.63 7.38982 2531.63C7.38942 2531.63 7.38894 2531.63 7.38894 2531.64C7.38894 2531.64 7.38942 2531.64 7.38982 2531.64C7.39 2531.64 7.39057 2531.64 7.39211 2531.64C7.39359 2531.65 7.39718 2531.65 7.40444 2531.66L18.9432 2540C18.9565 2540.01 18.9758 2540.02 19.0001 2540.02C19.0243 2540.02 19.0437 2540.01 19.0569 2540L30.5957 2531.66C30.6029 2531.65 30.6065 2531.65 30.608 2531.64C30.6095 2531.64 30.6101 2531.64 30.6103 2531.64C30.6101 2531.64 30.6105 2531.64 30.6103 2531.64C30.6105 2531.64 30.6112 2531.64 30.6112 2531.64C30.6112 2531.63 30.6107 2531.63 30.6103 2531.63C30.6101 2531.63 30.6095 2531.63 30.608 2531.63C30.6065 2531.63 30.6029 2531.62 30.5957 2531.62L19.0569 2523.27C19.0437 2523.26 19.0243 2523.25 19.0001 2523.25C18.9758 2523.25 18.9565 2523.26 18.9432 2523.27L16.8789 2524.76C16.4066 2525.11 15.7467 2525 15.405 2524.53C15.0633 2524.06 15.1693 2523.4 15.6416 2523.05L17.7059 2521.56C18.4756 2521 19.5245 2521 20.2943 2521.56L26.0123 2525.7L30.5957 2522.38C30.6029 2522.38 30.6065 2522.37 30.608 2522.37C30.6095 2522.37 30.6101 2522.37 30.6103 2522.37C30.6107 2522.37 30.6112 2522.37 30.6112 2522.36C30.6112 2522.36 30.611 2522.36 30.6108 2522.36C30.6107 2522.36 30.611 2522.36 30.6108 2522.36C30.6106 2522.36 30.6095 2522.36 30.608 2522.36C30.6065 2522.35 30.6029 2522.35 30.5957 2522.35L19.0569 2514C19.0437 2513.99 19.0243 2513.98 19.0001 2513.98C18.9758 2513.98 18.9565 2513.99 18.9432 2514L7.40444 2522.35C7.39718 2522.35 7.39359 2522.35 7.39211 2522.36C7.39057 2522.36 7.39 2522.36 7.38982 2522.36C7.38942 2522.36 7.38894 2522.36 7.38894 2522.36C7.38894 2522.37 7.38942 2522.37 7.38982 2522.37C7.39 2522.37 7.39057 2522.37 7.39211 2522.37C7.39359 2522.37 7.39718 2522.38 7.40444 2522.38L18.9432 2530.73C18.9565 2530.74 18.9758 2530.75 19.0001 2530.75C19.0243 2530.75 19.0437 2530.74 19.0569 2530.73L21.1451 2529.22C21.6175 2528.88 22.2774 2528.98 22.6191 2529.45C22.9607 2529.93 22.8548 2530.59 22.3825 2530.93L20.2943 2532.44C19.5245 2533 18.4756 2533 17.7059 2532.44L11.9878 2528.3Z" fill="#E9EAEC"/>
|
|
187
|
-
<path
|
|
188
|
-
<path d="
|
|
189
|
-
<path d="
|
|
190
|
-
<path
|
|
191
|
-
<path d="
|
|
192
|
-
<path d="
|
|
193
|
-
<path d="
|
|
194
|
-
<path d="
|
|
185
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M26.827 2566.31C27.272 2566.68 27.3275 2567.35 26.9509 2567.79L24.6048 2570.57L26.9509 2573.34C27.3275 2573.78 27.272 2574.45 26.827 2574.83C26.3819 2575.2 25.7159 2575.15 25.3393 2574.7L22.4163 2571.25C22.0833 2570.85 22.0833 2570.28 22.4163 2569.88L25.3393 2566.43C25.7159 2565.98 26.3819 2565.93 26.827 2566.31Z" fill="#E9EAEC"/>
|
|
186
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M22.1665 2570.57C22.1665 2569.98 22.6391 2569.51 23.2221 2569.51H31.9913C33.3672 2569.51 34.643 2570.16 35.553 2571.23C36.4585 2572.3 36.9443 2573.72 36.9443 2575.17C36.9443 2576.62 36.4585 2578.04 35.553 2579.11C34.643 2580.19 33.3672 2580.83 31.9913 2580.83L25.5654 2580.83C24.9824 2580.83 24.5098 2580.36 24.5098 2579.78C24.5098 2579.19 24.9824 2578.72 25.5654 2578.72L31.9913 2578.72C32.6827 2578.72 33.3896 2578.4 33.9414 2577.75C34.4977 2577.09 34.8332 2576.17 34.8332 2575.17C34.8332 2574.18 34.4977 2573.25 33.9414 2572.6C33.3896 2571.94 32.6827 2571.62 31.9913 2571.62H23.2221C22.6391 2571.62 22.1665 2571.15 22.1665 2570.57Z" fill="#E9EAEC"/>
|
|
187
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.50601 2549.17C6.3551 2549.17 5.25133 2549.62 4.43752 2550.44C3.6237 2551.25 3.1665 2552.36 3.1665 2553.51V2558.43C3.1665 2559.02 3.63909 2559.49 4.22206 2559.49C4.80503 2559.49 5.27762 2559.02 5.27762 2558.43V2553.51C5.27762 2552.92 5.51239 2552.35 5.9303 2551.93C6.3482 2551.51 6.915 2551.28 7.50601 2551.28H12.4319C13.0149 2551.28 13.4875 2550.81 13.4875 2550.22C13.4875 2549.64 13.0149 2549.17 12.4319 2549.17H7.50601ZM25.5677 2549.17C24.9848 2549.17 24.5122 2549.64 24.5122 2550.22C24.5122 2550.81 24.9848 2551.28 25.5677 2551.28H30.4937C31.0847 2551.28 31.6515 2551.51 32.0694 2551.93C32.4873 2552.35 32.7221 2552.92 32.7221 2553.51V2558.43C32.7221 2559.02 33.1946 2559.49 33.7776 2559.49C34.3606 2559.49 34.8332 2559.02 34.8332 2558.43V2553.51C34.8332 2552.36 34.376 2551.25 33.5622 2550.44C32.7483 2549.62 31.6446 2549.17 30.4937 2549.17H25.5677ZM5.27762 2571.57C5.27762 2570.99 4.80503 2570.51 4.22206 2570.51C3.63909 2570.51 3.1665 2570.99 3.1665 2571.57V2576.49C3.1665 2577.65 3.6237 2578.75 4.43752 2579.56C5.25133 2580.38 6.3551 2580.83 7.50601 2580.83H12.4319C13.0149 2580.83 13.4875 2580.36 13.4875 2579.78C13.4875 2579.2 13.0149 2578.72 12.4319 2578.72H7.50601C6.915 2578.72 6.3482 2578.49 5.9303 2578.07C5.51239 2577.65 5.27762 2577.09 5.27762 2576.49V2571.57ZM13.4054 2565C13.4054 2561.91 15.9101 2559.41 18.9998 2559.41C21.8763 2559.41 24.2458 2561.58 24.5591 2564.37C25.191 2564 25.9282 2563.87 26.6388 2563.98C26.141 2560.21 22.9107 2557.29 18.9998 2557.29C14.7442 2557.29 11.2943 2560.74 11.2943 2565C11.2943 2569.26 14.7442 2572.71 18.9998 2572.71C19.5925 2572.71 20.1696 2572.64 20.7239 2572.51C20.3076 2571.98 20.0585 2571.31 20.0554 2570.58L25.8158 2568.6C25.8181 2568.59 25.8203 2568.59 25.8225 2568.59L20.8722 2570.27C20.8288 2570.29 20.7852 2570.3 20.7413 2570.32L20.0554 2570.55C20.0555 2570.53 20.0558 2570.51 20.0562 2570.5C19.7141 2570.56 19.361 2570.59 18.9998 2570.59C15.9101 2570.59 13.4054 2568.09 13.4054 2565Z" fill="#E9EAEC"/>
|
|
188
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M38 2593.5C38 2598.75 33.7467 2603 28.5 2603C23.2533 2603 19 2598.75 19 2593.5C19 2588.25 23.2533 2584 28.5 2584C33.7467 2584 38 2588.25 38 2593.5ZM28.5 2588.09C29.1296 2588.09 29.64 2588.6 29.64 2589.22V2592.36H32.775C33.4046 2592.36 33.915 2592.87 33.915 2593.5C33.915 2594.13 33.4046 2594.64 32.775 2594.64H29.64V2597.77C29.64 2598.4 29.1296 2598.91 28.5 2598.91C27.8704 2598.91 27.36 2598.4 27.36 2597.77V2594.64H24.225C23.5954 2594.64 23.085 2594.13 23.085 2593.5C23.085 2592.87 23.5954 2592.36 24.225 2592.36H27.36V2589.22C27.36 2588.6 27.8704 2588.09 28.5 2588.09Z" fill="#239332"/>
|
|
189
|
+
<path d="M17.0671 2595.54C13.7469 2596.4 11.2943 2599.41 11.2943 2603C11.2943 2607.26 14.7442 2610.71 18.9998 2610.71C22.588 2610.71 25.6034 2608.25 26.461 2604.93C25.7581 2604.81 25.077 2604.62 24.4239 2604.38C23.8109 2606.8 21.6149 2608.59 18.9998 2608.59C15.9101 2608.59 13.4054 2606.09 13.4054 2603C13.4054 2600.39 15.1997 2598.19 17.6243 2597.58C17.3794 2596.92 17.1916 2596.24 17.0671 2595.54Z" fill="#E9EAEC"/>
|
|
190
|
+
<path d="M7.50601 2587.17C6.3551 2587.17 5.25133 2587.62 4.43752 2588.44C3.6237 2589.25 3.1665 2590.36 3.1665 2591.51V2596.43C3.1665 2597.02 3.63909 2597.49 4.22206 2597.49C4.80503 2597.49 5.27762 2597.02 5.27762 2596.43V2591.51C5.27762 2590.92 5.51239 2590.35 5.9303 2589.93C6.3482 2589.51 6.915 2589.28 7.50601 2589.28H12.4319C13.0149 2589.28 13.4875 2588.81 13.4875 2588.22C13.4875 2587.64 13.0149 2587.17 12.4319 2587.17H7.50601Z" fill="#E9EAEC"/>
|
|
191
|
+
<path d="M5.27762 2609.57C5.27762 2608.99 4.80503 2608.51 4.22206 2608.51C3.63909 2608.51 3.1665 2608.99 3.1665 2609.57V2614.49C3.1665 2615.65 3.6237 2616.75 4.43752 2617.56C5.25133 2618.38 6.3551 2618.83 7.50601 2618.83H12.4319C13.0149 2618.83 13.4875 2618.36 13.4875 2617.78C13.4875 2617.2 13.0149 2616.72 12.4319 2616.72H7.50601C6.915 2616.72 6.3482 2616.49 5.9303 2616.07C5.51239 2615.65 5.27762 2615.09 5.27762 2614.49V2609.57Z" fill="#E9EAEC"/>
|
|
192
|
+
<path d="M34.8332 2609.57C34.8332 2608.99 34.3606 2608.51 33.7776 2608.51C33.1946 2608.51 32.7221 2608.99 32.7221 2609.57V2614.49C32.7221 2615.09 32.4873 2615.65 32.0694 2616.07C31.6515 2616.49 31.0847 2616.72 30.4937 2616.72H25.5677C24.9848 2616.72 24.5122 2617.2 24.5122 2617.78C24.5122 2618.36 24.9848 2618.83 25.5677 2618.83H30.4937C31.6446 2618.83 32.7483 2618.38 33.5622 2617.56C34.376 2616.75 34.8332 2615.65 34.8332 2614.49V2609.57Z" fill="#E9EAEC"/>
|
|
195
193
|
<path d="M14.1699 2640.43V2640C14.1828 2638.96 14.6032 2637.96 15.3411 2637.22C16.0791 2636.48 17.0763 2636.06 18.1199 2636.05H18.5499C19.294 2635.62 20.0777 2635.27 20.8899 2635C20.0323 2634.52 19.064 2634.27 18.0799 2634.27C17.0797 2634.27 16.0979 2634.54 15.2313 2635.04C14.3647 2635.54 13.6434 2636.25 13.1385 2637.12C12.6336 2637.98 12.3626 2638.96 12.3524 2639.96C12.3421 2640.96 12.5928 2641.95 13.0799 2642.82C13.3629 2641.99 13.728 2641.19 14.1699 2640.43Z" fill="#FAFAFA"/>
|
|
196
194
|
<path d="M13.5398 2652C11.528 2651.24 9.73815 2650 8.3339 2648.37C6.92966 2646.74 5.95592 2644.79 5.5018 2642.69C5.04769 2640.59 5.12772 2638.41 5.73456 2636.34C6.34139 2634.28 7.45566 2632.41 8.97536 2630.89C10.4951 2629.37 12.3717 2628.25 14.4334 2627.64C16.4951 2627.04 18.6762 2626.96 20.7768 2627.41C22.8775 2627.87 24.8307 2628.84 26.4577 2630.24C28.0847 2631.65 29.3335 2633.44 30.0898 2635.45C31.0087 2635.86 31.8749 2636.38 32.6698 2637C32.1815 2634.32 30.9709 2631.82 29.1682 2629.77C27.3654 2627.72 25.0389 2626.21 22.4387 2625.38C19.8385 2624.56 17.0631 2624.46 14.4111 2625.1C11.7591 2625.74 9.33079 2627.08 7.38748 2629C5.44417 2630.91 4.05937 2633.32 3.38204 2635.96C2.70472 2638.6 2.7605 2641.38 3.5434 2643.99C4.32629 2646.6 5.80667 2648.95 7.82528 2650.79C9.84389 2652.62 12.3243 2653.87 14.9998 2654.4C14.423 2653.66 13.9332 2652.85 13.5398 2652Z" fill="#FAFAFA"/>
|
|
197
195
|
<path d="M24.9099 2645C24.5459 2645 24.1902 2645.11 23.8876 2645.31C23.585 2645.51 23.3492 2645.8 23.2099 2646.14C23.0707 2646.47 23.0342 2646.84 23.1052 2647.2C23.1762 2647.56 23.3515 2647.88 23.6088 2648.14C23.8661 2648.4 24.194 2648.57 24.5509 2648.64C24.9078 2648.72 25.2778 2648.68 25.614 2648.54C25.9502 2648.4 26.2376 2648.16 26.4398 2647.86C26.6419 2647.56 26.7499 2647.2 26.7499 2646.84C26.7499 2646.35 26.556 2645.88 26.2109 2645.54C25.8659 2645.19 25.3979 2645 24.9099 2645ZM35.0799 2649.5V2644H31.7899C31.7751 2643.96 31.7584 2643.93 31.7399 2643.89L34.0699 2641.55L30.1699 2637.65L27.8399 2640H27.7299V2636.63H22.2099V2639.92H22.0999L19.7699 2637.59L15.8699 2641.49L18.1999 2643.83L18.1499 2643.94H14.8599V2649.5H18.1499C18.1706 2649.53 18.1874 2649.57 18.1999 2649.61L15.8699 2651.94L19.7699 2655.84L22.0999 2653.52H22.2099V2656.81H27.7299V2653.56H27.8399L30.1699 2655.88L34.0699 2651.98L31.7399 2649.65L31.7899 2649.54L35.0799 2649.5ZM31.4699 2651.94L30.1699 2653.24L28.1699 2651.24L27.5599 2651.58C27.226 2651.76 26.874 2651.9 26.5099 2652.01L25.8599 2652.24V2655H24.0499V2652.26L23.3999 2652.06C23.0526 2651.95 22.7175 2651.81 22.3999 2651.63L21.7999 2651.3L19.7999 2653.3L18.4699 2652L20.4699 2650L20.1399 2649.39C19.9606 2649.07 19.8164 2648.74 19.7099 2648.39L19.4799 2647.7H16.6999V2645.82H19.4599L19.6499 2645.17C19.7594 2644.81 19.9034 2644.46 20.0799 2644.12L20.4099 2643.52L18.4099 2641.52L19.6999 2640.23L21.6999 2642.23L22.3099 2641.9C22.6266 2641.72 22.9619 2641.58 23.3099 2641.47L23.9999 2641.24V2638.47H25.8399V2641.23L26.4899 2641.42C26.854 2641.53 27.206 2641.67 27.5399 2641.85L28.1499 2642.18L30.1499 2640.18L31.4499 2641.47L29.4499 2643.47L29.7799 2644.08C29.9588 2644.4 30.1061 2644.73 30.2199 2645.08L30.4499 2645.77H33.1999V2647.61H30.4899L30.2899 2648.26C30.1883 2648.63 30.044 2648.98 29.8599 2649.31L29.5299 2649.92L31.4699 2651.94Z" fill="#FAFAFA"/>
|
|
@@ -241,9 +241,11 @@
|
|
|
241
241
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M27.1699 2935.11C27.1699 2934.37 27.7654 2933.78 28.4999 2933.78H28.5094C29.244 2933.78 29.8394 2934.37 29.8394 2935.11C29.8394 2935.84 29.244 2936.44 28.5094 2936.44H28.4999C27.7654 2936.44 27.1699 2935.84 27.1699 2935.11Z" fill="#213444" fill-opacity="0.88"/>
|
|
242
242
|
<path d="M13 2965H27V2967H29V2965C29 2964.47 28.7893 2963.96 28.4142 2963.59C28.0391 2963.21 27.5304 2963 27 2963H12.87C12.374 2963 11.8984 2963.2 11.5477 2963.55C11.197 2963.9 11 2964.37 11 2964.87V2971H13V2965Z" fill="#FAFAFA"/>
|
|
243
243
|
<path d="M32.9102 2969H19.0002V2971H26.9102C26.9341 2971 26.957 2971.01 26.9738 2971.03C26.9907 2971.04 27.0002 2971.07 27.0002 2971.09V2977H29.0002V2971.09C29.0002 2971.07 29.0097 2971.04 29.0265 2971.03C29.0434 2971.01 29.0663 2971 29.0902 2971H32.9102C32.9341 2971 32.957 2971.01 32.9738 2971.03C32.9907 2971.04 33.0002 2971.07 33.0002 2971.09V2984.91C33.0002 2984.93 32.9907 2984.96 32.9738 2984.97C32.957 2984.99 32.9341 2985 32.9102 2985H25.0902C25.0663 2985 25.0434 2984.99 25.0265 2984.97C25.0097 2984.96 25.0002 2984.93 25.0002 2984.91V2975.09C25.0015 2974.82 24.9484 2974.54 24.8438 2974.29C24.7392 2974.03 24.5853 2973.8 24.391 2973.61C24.1967 2973.41 23.9657 2973.26 23.7116 2973.16C23.4574 2973.05 23.185 2973 22.9102 2973H9.09019C8.6927 2973 8.30377 2973.12 7.96901 2973.33C7.63425 2973.54 7.36755 2973.85 7.20019 2974.21C7.69916 2974.39 8.15298 2974.68 8.53019 2975.05L9.00019 2975.52V2975.11C9.00019 2975.08 9.01178 2975.05 9.03241 2975.03C9.05304 2975.01 9.08101 2975 9.11019 2975H22.9102C22.9341 2975 22.957 2975.01 22.9738 2975.03C22.9907 2975.04 23.0002 2975.07 23.0002 2975.09V2984.91C23.0002 2984.93 22.9907 2984.96 22.9738 2984.97C22.957 2984.99 22.9341 2985 22.9102 2985H19.0902C19.0663 2985 19.0434 2984.99 19.0265 2984.97C19.0097 2984.96 19.0002 2984.93 19.0002 2984.91V2979H17.0002V2983.58L20.3902 2987H22.9102C22.9341 2987 22.957 2987.01 22.9738 2987.03C22.9907 2987.04 23.0002 2987.07 23.0002 2987.09V2988.91C23.0002 2988.93 22.9907 2988.96 22.9738 2988.97C22.957 2988.99 22.9341 2989 22.9102 2989H22.3802L22.6202 2989.25L22.7502 2989.8L23.0002 2991C23.537 2990.98 24.0443 2990.75 24.4167 2990.36C24.7892 2989.97 24.9981 2989.46 25.0002 2988.92V2987.09C25.0002 2987.07 25.0097 2987.04 25.0265 2987.03C25.0434 2987.01 25.0663 2987 25.0902 2987H32.9102C33.185 2987 33.4574 2986.95 33.7116 2986.84C33.9657 2986.74 34.1967 2986.59 34.391 2986.39C34.5853 2986.2 34.7392 2985.97 34.8438 2985.71C34.9484 2985.46 35.0015 2985.18 35.0002 2984.91V2971.09C35.0015 2970.82 34.9484 2970.54 34.8438 2970.29C34.7392 2970.03 34.5853 2969.8 34.391 2969.61C34.1967 2969.41 33.9657 2969.26 33.7116 2969.16C33.4574 2969.05 33.185 2969 32.9102 2969ZM1.47019 2979.83C1.32022 2979.98 1.20123 2980.16 1.12005 2980.35C1.03886 2980.55 0.99707 2980.76 0.99707 2980.97C0.99707 2981.18 1.03886 2981.39 1.12005 2981.59C1.20123 2981.78 1.32022 2981.96 1.47019 2982.11L15.1302 2995.92L20.0002 2997H20.3702C20.6087 2997 20.8443 2996.95 21.0598 2996.85C21.2753 2996.74 21.4653 2996.59 21.6158 2996.41C21.7663 2996.22 21.8735 2996.01 21.9296 2995.78C21.9858 2995.54 21.9894 2995.3 21.9402 2995.07L20.8002 2990.25L7.11019 2976.46C6.96148 2976.31 6.78465 2976.19 6.58986 2976.11C6.39507 2976.03 6.18617 2975.99 5.97519 2975.99C5.76421 2975.99 5.55531 2976.03 5.36052 2976.11C5.16573 2976.19 4.98889 2976.31 4.84019 2976.46L1.47019 2979.83ZM5.85019 2983.68L8.67019 2980.86L19.0002 2991.25L19.8502 2994.88L16.2002 2994.07L5.85019 2983.68ZM3.16019 2981L6.00019 2978.15L7.55019 2979.73L4.73019 2982.55L3.16019 2981Z" fill="#FAFAFA"/>
|
|
244
|
-
<path d="
|
|
245
|
-
<path d="
|
|
246
|
-
<path d="
|
|
244
|
+
<path d="M7.50601 3001.17C6.3551 3001.17 5.25133 3001.62 4.43752 3002.44C3.6237 3003.25 3.1665 3004.36 3.1665 3005.51V3010.43C3.1665 3011.02 3.63909 3011.49 4.22206 3011.49C4.80503 3011.49 5.27762 3011.02 5.27762 3010.43V3005.51C5.27762 3004.92 5.51239 3004.35 5.9303 3003.93C6.3482 3003.51 6.915 3003.28 7.50601 3003.28H12.4319C13.0149 3003.28 13.4875 3002.81 13.4875 3002.22C13.4875 3001.64 13.0149 3001.17 12.4319 3001.17H7.50601Z" fill="#E9EAEC"/>
|
|
245
|
+
<path d="M25.5677 3001.17C24.9848 3001.17 24.5122 3001.64 24.5122 3002.22C24.5122 3002.81 24.9848 3003.28 25.5677 3003.28H30.4937C31.0847 3003.28 31.6515 3003.51 32.0694 3003.93C32.4873 3004.35 32.7221 3004.92 32.7221 3005.51V3010.43C32.7221 3011.02 33.1946 3011.49 33.7776 3011.49C34.3606 3011.49 34.8332 3011.02 34.8332 3010.43V3005.51C34.8332 3004.36 34.376 3003.25 33.5622 3002.44C32.7483 3001.62 31.6446 3001.17 30.4937 3001.17H25.5677Z" fill="#E9EAEC"/>
|
|
246
|
+
<path d="M5.27762 3023.57C5.27762 3022.99 4.80503 3022.51 4.22206 3022.51C3.63909 3022.51 3.1665 3022.99 3.1665 3023.57V3028.49C3.1665 3029.65 3.6237 3030.75 4.43752 3031.56C5.25133 3032.38 6.3551 3032.83 7.50601 3032.83H12.4319C13.0149 3032.83 13.4875 3032.36 13.4875 3031.78C13.4875 3031.2 13.0149 3030.72 12.4319 3030.72H7.50601C6.915 3030.72 6.3482 3030.49 5.9303 3030.07C5.51239 3029.65 5.27762 3029.09 5.27762 3028.49V3023.57Z" fill="#E9EAEC"/>
|
|
247
|
+
<path d="M13.4054 3017C13.4054 3013.91 15.9101 3011.41 18.9998 3011.41C20.8991 3011.41 22.5773 3012.35 23.5886 3013.8C23.7978 3013.59 24.0283 3013.39 24.2775 3013.22C24.6186 3012.99 24.9877 3012.8 25.3739 3012.67C23.9872 3010.63 21.6498 3009.29 18.9998 3009.29C14.7442 3009.29 11.2943 3012.74 11.2943 3017C11.2943 3020.57 13.7239 3023.58 17.0204 3024.45L16.8368 3024.22C16.2574 3023.5 15.9107 3022.62 15.8447 3021.69C15.843 3021.67 15.8415 3021.64 15.8401 3021.62C14.3699 3020.61 13.4054 3018.92 13.4054 3017Z" fill="#E9EAEC"/>
|
|
248
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M26.8611 3014.53L26.8642 3014.53L28.0276 3014.53C28.524 3014.53 29.0088 3014.68 29.4187 3014.96C29.8285 3015.24 30.1444 3015.64 30.3243 3016.1L30.797 3017.32L32.2199 3018.13L33.526 3017.93L33.5431 3017.93C34.0273 3017.87 34.5204 3017.95 34.9597 3018.16C35.3992 3018.37 35.7656 3018.71 36.0117 3019.14L36.0146 3019.14L36.5777 3020.12C36.8291 3020.55 36.9451 3021.04 36.9098 3021.54C36.8745 3022.04 36.689 3022.51 36.3787 3022.9L36.3759 3022.9L35.5747 3023.92V3025.54L36.4042 3026.57C36.7162 3026.95 36.9027 3027.43 36.9381 3027.93C36.9734 3028.42 36.8574 3028.92 36.606 3029.35L36.0429 3030.33L36.04 3030.33C35.7939 3030.75 35.4274 3031.09 34.988 3031.31C34.5487 3031.52 34.0556 3031.6 33.5714 3031.54L33.5543 3031.53L32.2482 3031.34L30.8253 3032.15L30.3528 3033.36C30.1729 3033.83 29.8565 3034.22 29.447 3034.51C29.0371 3034.79 28.5523 3034.94 28.0559 3034.94L28.0528 3034.94H26.8642L26.8611 3034.94C26.3647 3034.94 25.8799 3034.79 25.47 3034.51C25.0605 3034.22 24.7446 3033.83 24.5647 3033.36M24.5647 3033.36L24.0917 3032.15L22.6688 3031.34L21.3627 3031.53L21.3456 3031.54C20.8613 3031.6 20.3683 3031.52 19.9289 3031.31C19.4895 3031.09 19.1231 3030.75 18.877 3030.33L18.8741 3030.33L18.3109 3029.35C18.0595 3028.92 17.9436 3028.42 17.9788 3027.93C18.0142 3027.43 18.1996 3026.96 18.51 3026.57L19.3139 3025.55V3023.93L18.4845 3022.9C18.1724 3022.51 17.986 3022.04 17.9505 3021.54C17.9153 3021.04 18.0312 3020.55 18.2826 3020.12L18.8487 3019.14C19.0948 3018.71 19.4612 3018.37 19.9006 3018.16C20.34 3017.95 20.833 3017.87 21.3173 3017.93L21.3344 3017.93L22.6439 3018.13L24.0929 3017.31L24.5642 3016.1C24.7441 3015.64 25.0603 3015.24 25.47 3014.96C25.8799 3014.68 26.3647 3014.53 26.8611 3014.53M26.8663 3016.64C26.7929 3016.64 26.7219 3016.66 26.6624 3016.7C26.6028 3016.75 26.5577 3016.8 26.5324 3016.87L25.9234 3018.43C25.835 3018.66 25.6709 3018.85 25.4588 3018.97L23.3646 3020.15C23.1591 3020.27 22.9207 3020.31 22.6873 3020.27L21.029 3020.02C20.9591 3020.01 20.8884 3020.03 20.8256 3020.06C20.7617 3020.09 20.7094 3020.14 20.6744 3020.2L20.1038 3021.19C20.0678 3021.25 20.0514 3021.32 20.0563 3021.39C20.0612 3021.46 20.0869 3021.53 20.1308 3021.58L21.1894 3022.89C21.3419 3023.08 21.425 3023.31 21.425 3023.55V3025.92C21.425 3026.15 21.3451 3026.38 21.1981 3026.57L20.1604 3027.89C20.1157 3027.94 20.0896 3028.01 20.0846 3028.08C20.0797 3028.15 20.096 3028.22 20.1321 3028.28L20.1387 3028.29L20.7027 3029.27C20.7377 3029.33 20.79 3029.38 20.8539 3029.41C20.9167 3029.44 20.9874 3029.45 21.0573 3029.44L22.7156 3029.19C22.951 3029.16 23.1916 3029.2 23.3983 3029.32L25.4641 3030.5C25.6737 3030.62 25.8358 3030.81 25.9234 3031.04L26.5324 3032.6C26.5577 3032.67 26.6028 3032.72 26.6624 3032.76C26.722 3032.8 26.793 3032.83 26.8663 3032.83H28.0506C28.124 3032.83 28.195 3032.8 28.2545 3032.76C28.3142 3032.72 28.3592 3032.67 28.3846 3032.6L28.9935 3031.04C29.0812 3030.81 29.2433 3030.62 29.4528 3030.5L31.5187 3029.32C31.7254 3029.2 31.9659 3029.16 32.2013 3029.19L33.8597 3029.44C33.9296 3029.45 34.0003 3029.44 34.0631 3029.41C34.127 3029.38 34.1793 3029.33 34.2143 3029.27L34.7848 3028.28C34.8209 3028.22 34.8373 3028.15 34.8324 3028.08C34.8274 3028.01 34.8018 3027.94 34.7579 3027.89L33.6993 3026.58C33.5468 3026.39 33.4636 3026.16 33.4636 3025.92V3023.55C33.4636 3023.31 33.5436 3023.08 33.6906 3022.9L34.7283 3021.58C34.773 3021.53 34.7991 3021.46 34.8041 3021.39C34.809 3021.32 34.7927 3021.25 34.7566 3021.19L34.75 3021.18L34.186 3020.2C34.151 3020.14 34.0987 3020.09 34.0348 3020.06C33.972 3020.03 33.9013 3020.01 33.8313 3020.02L32.173 3020.27C31.9376 3020.31 31.6971 3020.27 31.4904 3020.15L29.4245 3018.96C29.215 3018.85 29.0529 3018.66 28.9652 3018.43L28.3563 3016.87C28.3309 3016.8 28.2859 3016.75 28.2262 3016.7C28.1667 3016.66 28.0957 3016.64 28.0224 3016.64H26.8663ZM24.6989 3022C25.428 3021.27 26.4157 3020.86 27.4443 3020.86C28.2116 3020.86 28.962 3021.09 29.6008 3021.51C30.2397 3021.94 30.7385 3022.54 31.0333 3023.25C31.3281 3023.96 31.4053 3024.74 31.255 3025.49C31.1046 3026.24 30.7336 3026.93 30.1898 3027.47C29.646 3028.01 28.9539 3028.38 28.2013 3028.53C27.4487 3028.68 26.6685 3028.6 25.9593 3028.31C25.2499 3028.02 24.6427 3027.52 24.2151 3026.89C23.7875 3026.25 23.5588 3025.5 23.5588 3024.73C23.5588 3023.71 23.9696 3022.72 24.6989 3022ZM27.4443 3022.97C26.9719 3022.97 26.52 3023.16 26.1877 3023.49C25.8555 3023.82 25.67 3024.27 25.67 3024.73C25.67 3025.08 25.7733 3025.42 25.9675 3025.71C26.1618 3026 26.4386 3026.22 26.7635 3026.36C27.0884 3026.49 27.4463 3026.53 27.7916 3026.46C28.1368 3026.39 28.4532 3026.22 28.701 3025.98C28.9487 3025.73 29.1168 3025.42 29.1848 3025.08C29.2529 3024.74 29.218 3024.38 29.0844 3024.06C28.9508 3023.74 28.7242 3023.47 28.4323 3023.27C28.1404 3023.08 27.7965 3022.97 27.4443 3022.97Z" fill="#E9EAEC"/>
|
|
247
249
|
</g>
|
|
248
250
|
<defs>
|
|
249
251
|
<clipPath id="clip0_2062_6492">
|