@vitrosoftware/common-ui-ts 1.1.83 → 1.1.85

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.
Files changed (172) hide show
  1. package/css/{common.css → std/common.css} +0 -10
  2. package/css/std/controls/bim-viewer/bim-viewer-index.css +6 -0
  3. package/css/std/controls/bim-viewer/bim-viewer.css +6 -0
  4. package/css/std/controls/file-version-select/file-version-select.css +11 -0
  5. package/css/std/controls/pdf-viewer/pdf-viewer-index.css +10 -3
  6. package/css/std/controls/pdf-viewer/pdf-viewer.css +10 -3
  7. package/css/std/controls/scrollbar/scrollbar.css +2 -0
  8. package/css/std/controls/sidebar/sidebar-item.css +214 -40
  9. package/css/std/controls/sidebar/sidebar.css +20 -7
  10. package/css/std/controls/table-view/treegrid.css +42 -27
  11. package/css/std/controls/tree-view/tree-view.css +2 -0
  12. package/css/white/common.css +21 -0
  13. package/dist/index.css +251 -58
  14. package/dist/index.js +291 -59
  15. package/dist/index.js.map +1 -1
  16. package/dist/src/constants/MobileView.d.ts +3 -0
  17. package/dist/src/controls/ScrollBar/ScrollBar.d.ts +1 -0
  18. package/dist/src/controls/Sidebar/GroupItem.d.ts +16 -0
  19. package/dist/src/controls/Sidebar/Item.d.ts +4 -2
  20. package/dist/src/controls/Sidebar/LinkItem.d.ts +5 -3
  21. package/dist/src/controls/Sidebar/Section.d.ts +7 -2
  22. package/dist/src/controls/Sidebar/SectionList.d.ts +3 -0
  23. package/dist/src/controls/Sidebar/SidebarItem.d.ts +6 -4
  24. package/dist/src/index.d.ts +1 -1
  25. package/package.json +2 -3
  26. package/src/controls/BimViewer/js/bim-viewer.js +620 -4
  27. package/src/controls/PdfViewer/js/pdf-viewer.js +2 -2
  28. package/dist/constants/Control.d.ts +0 -11
  29. package/dist/constants/Ctrl.d.ts +0 -30
  30. package/dist/constants/Event.d.ts +0 -13
  31. package/dist/constants/Factory.d.ts +0 -3
  32. package/dist/constants/KeyCode.d.ts +0 -3
  33. package/dist/constants/Placement.d.ts +0 -7
  34. package/dist/constants/Unit.d.ts +0 -3
  35. package/dist/controls/ActionHandler/ActionHandler.d.ts +0 -31
  36. package/dist/controls/ActionHandler/ActionHandlerConstants.d.ts +0 -32
  37. package/dist/controls/ActionHandler/ActionInfo.d.ts +0 -12
  38. package/dist/controls/ActionHandler/ActionInfoItem.d.ts +0 -13
  39. package/dist/controls/ActionHandler/UpdatingPopover.d.ts +0 -2
  40. package/dist/controls/Activity/Activity.d.ts +0 -9
  41. package/dist/controls/ActivityItem/ActivityItem.d.ts +0 -16
  42. package/dist/controls/ActivityItem/ActivityMessage.d.ts +0 -6
  43. package/dist/controls/ActivityItem/ChangedValue.d.ts +0 -6
  44. package/dist/controls/Alert/Alert.d.ts +0 -19
  45. package/dist/controls/Alert/AlertConstants.d.ts +0 -5
  46. package/dist/controls/Avatar/Avatar.d.ts +0 -8
  47. package/dist/controls/Breadcrumbs/Breadcrumbs.d.ts +0 -13
  48. package/dist/controls/Breadcrumbs/BreadcrumbsItem.d.ts +0 -4
  49. package/dist/controls/Breadcrumbs/Item.d.ts +0 -10
  50. package/dist/controls/Button/Button.d.ts +0 -14
  51. package/dist/controls/Checkbox/Checkbox.d.ts +0 -11
  52. package/dist/controls/CommandMenu/CommandMenu.d.ts +0 -6
  53. package/dist/controls/CommandMenu/CommandMenuButton.d.ts +0 -13
  54. package/dist/controls/CommandMenu/CommandMenuDropdownButton.d.ts +0 -18
  55. package/dist/controls/CommandMenu/CommandMenuItemHeader.d.ts +0 -11
  56. package/dist/controls/CommandMenu/CommandMenuLookupPicker.d.ts +0 -32
  57. package/dist/controls/CommandMenu/CommandMenuSubItem.d.ts +0 -13
  58. package/dist/controls/ComponentLoader/ComponentLoader.d.ts +0 -8
  59. package/dist/controls/ComponentLoader/ComponentLoaderContext.d.ts +0 -6
  60. package/dist/controls/ComponentLoader/ComponentLoaderContextImpl.d.ts +0 -11
  61. package/dist/controls/ControlGroup/ControlGroup.d.ts +0 -7
  62. package/dist/controls/Criterion/Condition.d.ts +0 -6
  63. package/dist/controls/Criterion/ConditionSelect.d.ts +0 -9
  64. package/dist/controls/Criterion/Criterion.d.ts +0 -23
  65. package/dist/controls/Criterion/Operator.d.ts +0 -4
  66. package/dist/controls/DatePicker/DatePicker.d.ts +0 -29
  67. package/dist/controls/DatePicker/DatePickerConstants.d.ts +0 -12
  68. package/dist/controls/Dialog/Dialog.d.ts +0 -23
  69. package/dist/controls/Dialog/DialogButton.d.ts +0 -8
  70. package/dist/controls/Dialog/DialogCloseButton.d.ts +0 -8
  71. package/dist/controls/Dialog/DialogComponent.d.ts +0 -8
  72. package/dist/controls/Dialog/DialogConstants.d.ts +0 -5
  73. package/dist/controls/Dialog/DialogContent.d.ts +0 -7
  74. package/dist/controls/Dialog/DialogFooter.d.ts +0 -11
  75. package/dist/controls/Dialog/DialogHeader.d.ts +0 -8
  76. package/dist/controls/DropdownButton/DropdownButton.d.ts +0 -13
  77. package/dist/controls/DropdownButton/DropdownItem.d.ts +0 -11
  78. package/dist/controls/FieldIterator/FieldIterator.d.ts +0 -24
  79. package/dist/controls/Icon/Icon.d.ts +0 -11
  80. package/dist/controls/ImagePicker/ImagePicker.d.ts +0 -16
  81. package/dist/controls/ImagePicker/ImagePickerConstants.d.ts +0 -8
  82. package/dist/controls/Input/Input.d.ts +0 -32
  83. package/dist/controls/Input/InputConstants.d.ts +0 -4
  84. package/dist/controls/IssueTile/IssueTile.d.ts +0 -26
  85. package/dist/controls/IssueTile/IssueTileConstants.d.ts +0 -3
  86. package/dist/controls/IssueTile/IssueTileFooter.d.ts +0 -8
  87. package/dist/controls/IssueTile/IssueTileHeader.d.ts +0 -18
  88. package/dist/controls/Label/Label.d.ts +0 -9
  89. package/dist/controls/Label/LabelConstants.d.ts +0 -3
  90. package/dist/controls/Login/Login.d.ts +0 -16
  91. package/dist/controls/Login/LoginConstants.d.ts +0 -17
  92. package/dist/controls/Login/LoginFooter.d.ts +0 -10
  93. package/dist/controls/Login/LoginInput.d.ts +0 -17
  94. package/dist/controls/LookupPicker/LookupPicker.d.ts +0 -39
  95. package/dist/controls/LookupPicker/LookupPickerConstants.d.ts +0 -3
  96. package/dist/controls/LookupPicker/SelectedValueList.d.ts +0 -14
  97. package/dist/controls/LookupPicker/ValueList.d.ts +0 -22
  98. package/dist/controls/LookupPicker/ValueListItem.d.ts +0 -11
  99. package/dist/controls/MessageInput/MessageInput.d.ts +0 -12
  100. package/dist/controls/MessageInput/MessageInputConstants.d.ts +0 -3
  101. package/dist/controls/MicroFrontend/MicroFrontend.d.ts +0 -8
  102. package/dist/controls/MicroFrontend/MicroFrontendState.d.ts +0 -8
  103. package/dist/controls/MicroFrontend/renderMicrofrontend.d.ts +0 -2
  104. package/dist/controls/NumberInput/NumberInput.d.ts +0 -30
  105. package/dist/controls/NumberInput/NumberInputConstants.d.ts +0 -12
  106. package/dist/controls/PasswordInput/PasswordInput.d.ts +0 -31
  107. package/dist/controls/PasswordInput/PasswordInputConstants.d.ts +0 -4
  108. package/dist/controls/PdfViewer/PdfViewer.d.ts +0 -6
  109. package/dist/controls/PdfViewer/PdfViewerContext.d.ts +0 -12
  110. package/dist/controls/PdfViewer/Viewer.d.ts +0 -6
  111. package/dist/controls/RouteItem/RouteItem.d.ts +0 -17
  112. package/dist/controls/ScrollBar/ScrollBar.d.ts +0 -9
  113. package/dist/controls/Search/CheckboxList.d.ts +0 -12
  114. package/dist/controls/Search/Filter.d.ts +0 -21
  115. package/dist/controls/Search/Input.d.ts +0 -21
  116. package/dist/controls/Search/Search.d.ts +0 -29
  117. package/dist/controls/Search/SearchConstants.d.ts +0 -4
  118. package/dist/controls/Search/SearchCriterion.d.ts +0 -7
  119. package/dist/controls/Sidebar/Item.d.ts +0 -9
  120. package/dist/controls/Sidebar/LinkItem.d.ts +0 -17
  121. package/dist/controls/Sidebar/Section.d.ts +0 -11
  122. package/dist/controls/Sidebar/SectionList.d.ts +0 -10
  123. package/dist/controls/Sidebar/Sidebar.d.ts +0 -14
  124. package/dist/controls/Sidebar/SidebarConstants.d.ts +0 -4
  125. package/dist/controls/Sidebar/SidebarItem.d.ts +0 -10
  126. package/dist/controls/Sidebar/SidebarSection.d.ts +0 -7
  127. package/dist/controls/Splitter/Splitter.d.ts +0 -18
  128. package/dist/controls/Splitter/SplitterConstants.d.ts +0 -9
  129. package/dist/controls/TabGroup/OverflowButton.d.ts +0 -8
  130. package/dist/controls/TabGroup/Tab.d.ts +0 -10
  131. package/dist/controls/TabGroup/TabGroup.d.ts +0 -10
  132. package/dist/controls/TabGroup/TabGroupComponent.d.ts +0 -9
  133. package/dist/controls/TabGroup/TabGroupConstants.d.ts +0 -4
  134. package/dist/controls/TabGroup/TabGroupHeader.d.ts +0 -10
  135. package/dist/controls/TabGroup/TabItem.d.ts +0 -13
  136. package/dist/controls/TableView/TableView.d.ts +0 -26
  137. package/dist/controls/TableView/TableViewCol.d.ts +0 -3
  138. package/dist/controls/TableView/TableViewConstants.d.ts +0 -152
  139. package/dist/controls/TableView/TableViewContext.d.ts +0 -81
  140. package/dist/controls/TableView/TableViewEventHandler.d.ts +0 -4
  141. package/dist/controls/TableView/TableViewRow.d.ts +0 -3
  142. package/dist/controls/TableView/TreeGrid.d.ts +0 -17
  143. package/dist/controls/TableView/TreeGridTableViewContextImpl.d.ts +0 -91
  144. package/dist/controls/TaskTile/TaskTile.d.ts +0 -18
  145. package/dist/controls/TelerikUploader/TelerikUploader.d.ts +0 -11
  146. package/dist/controls/TelerikUploader/TelerikUploaderConstants.d.ts +0 -16
  147. package/dist/controls/TelerikUploader/TelerikUploaderContext.d.ts +0 -6
  148. package/dist/controls/TelerikUploader/TelerikUploaderContextImpl.d.ts +0 -39
  149. package/dist/controls/TelerikUploader/TelerikUploaderSettings.d.ts +0 -15
  150. package/dist/controls/TimePicker/TimePicker.d.ts +0 -23
  151. package/dist/controls/TimePicker/TimePickerConstants.d.ts +0 -12
  152. package/dist/controls/Tooltip/Tooltip.d.ts +0 -10
  153. package/dist/controls/Tooltip/TooltipConstants.d.ts +0 -6
  154. package/dist/controls/TopLevelMenu/LinkItem.d.ts +0 -9
  155. package/dist/controls/TopLevelMenu/TopLevelMenu.d.ts +0 -9
  156. package/dist/controls/TopLevelMenu/TopLevelMenuItem.d.ts +0 -7
  157. package/dist/controls/TreeView/JsTreeViewContextImpl.d.ts +0 -35
  158. package/dist/controls/TreeView/TreeView.d.ts +0 -13
  159. package/dist/controls/TreeView/TreeViewConfig.d.ts +0 -34
  160. package/dist/controls/TreeView/TreeViewConstants.d.ts +0 -52
  161. package/dist/controls/TreeView/TreeViewContext.d.ts +0 -32
  162. package/dist/controls/TreeView/TreeViewEventHandler.d.ts +0 -4
  163. package/dist/controls/UserLookupPicker/UserLookupPicker.d.ts +0 -40
  164. package/dist/controls/UserProfile/UserProfile.d.ts +0 -12
  165. package/dist/controls/UserProfile/UserProfileMenuItem.d.ts +0 -11
  166. package/dist/controls/View/View.d.ts +0 -7
  167. package/dist/controls/ViewPart/ViewPart.d.ts +0 -10
  168. package/dist/exceptions/AbortException.d.ts +0 -2
  169. package/dist/exceptions/impl/AbortExceptionImpl.d.ts +0 -3
  170. package/dist/services/LocaleService.d.ts +0 -3
  171. package/lib/xeokit/VitroTreeViewPlugin.js +0 -620
  172. package/src/controls/BimViewer/js/init-viewer-page.js +0 -24
@@ -531,7 +531,7 @@
531
531
 
532
532
  .TWFilter1Left, .TWFilter1Right, .TWFilter1Menu {
533
533
  /* equal.svg URL-encoder for SVG */
534
- background-image: url("data:image/svg+xml,%3Csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 8H16' stroke='%234A556C' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4 13H16' stroke='%234A556C' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") !important;
534
+ background-image: url("data:image/svg+xml,%3Csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 8H16' stroke='%234A556C' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4 13H16' stroke='%234A556C' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
535
535
  }
536
536
 
537
537
 
@@ -911,6 +911,7 @@
911
911
  font-size: 12px;
912
912
  }
913
913
 
914
+ .TWCellFilter.TWHiddenValue.TWFilter0Value,
914
915
  .TWCellFilter.TWFilter1Value,
915
916
  .TWCellFilter.TWFilter2Value,
916
917
  .TWCellFilter.TWFilter3Value,
@@ -923,7 +924,8 @@
923
924
  .TWCellFilter.TWFilter10Value,
924
925
  .TWCellFilter.TWFilter11Value,
925
926
  .TWCellFilter.TWFilter12Value,
926
- .TWCellFilter.TWOverflowDisable {
927
+ .TWCellFilter.TWOverflowDisable,
928
+ .TWCellFilter.TWHiddenValue.TWSideRight {
927
929
  background-color: #DCEEFF;
928
930
  }
929
931
 
@@ -942,67 +944,80 @@
942
944
  .TWFilterAllMenu.TWFilter0Menu,
943
945
  .TWHiddenValue.TWFilter0Value {
944
946
  /* filter-cancel.svg URL-encoder for SVG */
945
- background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Crect width='16' height='16' rx='2' fill='white'/%3E%3Cpath d='M4.50513 11.4955L8.00046 8.00022L11.4958 11.4955M11.4958 4.50488L7.99979 8.00022L4.50513 4.50488' stroke='%23222D44' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
947
+ background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Crect width='16' height='16' rx='2' fill='white'/%3E%3Cpath d='M4.50513 11.4955L8.00046 8.00022L11.4958 11.4955M11.4958 4.50488L7.99979 8.00022L4.50513 4.50488' stroke='%23222D44' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
946
948
  }
947
949
 
948
- .TWFilterAllMenu.TWFilter1Menu, .TWFilter1Value {
950
+ .TWFilterAllMenu.TWFilter1Menu, .TWFilterLeft.TWFilter1Value {
949
951
  /* filter-equal.svg URL-encoder for SVG */
950
- background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='16' height='16' rx='2' fill='white'/%3E%3Cpath d='M3.19922 6H12.7992' stroke='%234A556C' stroke-width='0.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.19922 10H12.7992' stroke='%234A556C' stroke-width='0.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") !important;
952
+ background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='16' height='16' rx='2' fill='white'/%3E%3Cpath d='M3.19922 6H12.7992' stroke='%234A556C' stroke-width='0.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.19922 10H12.7992' stroke='%234A556C' stroke-width='0.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
951
953
  }
952
954
 
953
- .TWFilterAllMenu.TWFilter2Menu, .TWFilter2Value {
955
+ .TWFilterAllMenu.TWFilter2Menu, .TWFilterLeft.TWFilter2Value {
954
956
  /* filter-not-equal.svg URL-encoder for SVG */
955
- background-image: url("data:image/svg+xml,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect y='0.796875' width='16' height='16' rx='2' fill='white'/%3E%3Cpath d='M3.19922 7.20312H12.7992' stroke='%234A556C' stroke-width='0.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.19922 11.2031L12.7992 11.2031' stroke='%234A556C' stroke-width='0.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.19922 14.0016L10.7992 3.60156' stroke='%234A556C' stroke-width='0.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") !important;
957
+ background-image: url("data:image/svg+xml,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect y='0.796875' width='16' height='16' rx='2' fill='white'/%3E%3Cpath d='M3.19922 7.20312H12.7992' stroke='%234A556C' stroke-width='0.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.19922 11.2031L12.7992 11.2031' stroke='%234A556C' stroke-width='0.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.19922 14.0016L10.7992 3.60156' stroke='%234A556C' stroke-width='0.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
956
958
  }
957
959
 
958
- .TWFilterAllMenu.TWFilter3Menu, .TWFilter3Value {
960
+ .TWFilterAllMenu.TWFilter3Menu, .TWFilterLeft.TWFilter3Value {
959
961
  /* filter-math-lower.svg URL-encoder for SVG */
960
- background-image: url("data:image/svg+xml,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect y='0.601562' width='16' height='16' rx='2' fill='white'/%3E%3Cpath d='M12.7992 12.6016L3.19922 8.60022L12.7992 4.60156' stroke='%234A556C' stroke-width='0.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") !important;
962
+ background-image: url("data:image/svg+xml,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect y='0.601562' width='16' height='16' rx='2' fill='white'/%3E%3Cpath d='M12.7992 12.6016L3.19922 8.60022L12.7992 4.60156' stroke='%234A556C' stroke-width='0.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
961
963
  }
962
964
 
963
- .TWFilterAllMenu.TWFilter4Menu, .TWFilter4Value {
965
+ .TWFilterAllMenu.TWFilter4Menu, .TWFilterLeft.TWFilter4Value {
964
966
  /* filter-math-equal-lower.svg URL-encoder for SVG */
965
- background-image: url("data:image/svg+xml,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect y='0.398438' width='16' height='16' rx='2' fill='white'/%3E%3Cpath d='M12.7992 11.3984L3.19922 7.3971L12.7992 3.39844' stroke='%234A556C' stroke-width='0.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.19922 13.3984L12.7992 13.3984' stroke='%234A556C' stroke-width='0.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") !important;
967
+ background-image: url("data:image/svg+xml,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect y='0.398438' width='16' height='16' rx='2' fill='white'/%3E%3Cpath d='M12.7992 11.3984L3.19922 7.3971L12.7992 3.39844' stroke='%234A556C' stroke-width='0.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.19922 13.3984L12.7992 13.3984' stroke='%234A556C' stroke-width='0.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
966
968
  }
967
969
 
968
- .TWFilterAllMenu.TWFilter5Menu, .TWFilter5Value {
970
+ .TWFilterAllMenu.TWFilter5Menu, .TWFilterLeft.TWFilter5Value {
969
971
  /* filter-math-more.svg URL-encoder for SVG */
970
- background-image: url("data:image/svg+xml,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='16' height='16' rx='2' transform='matrix(-1 0 0 1 16 0.203125)' fill='white'/%3E%3Cpath d='M3.20078 12.2031L12.8008 8.20179L3.20078 4.20312' stroke='%234A556C' stroke-width='0.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") !important;
972
+ background-image: url("data:image/svg+xml,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='16' height='16' rx='2' transform='matrix(-1 0 0 1 16 0.203125)' fill='white'/%3E%3Cpath d='M3.20078 12.2031L12.8008 8.20179L3.20078 4.20312' stroke='%234A556C' stroke-width='0.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
971
973
  }
972
974
 
973
- .TWFilterAllMenu.TWFilter6Menu, .TWFilter6Value {
975
+ .TWFilterAllMenu.TWFilter6Menu, .TWFilterLeft.TWFilter6Value {
974
976
  /* filter-math-equal-more.svg URL-encoder for SVG */
975
- background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='16' height='16' rx='2' transform='matrix(-1 0 0 1 16 0)' fill='white'/%3E%3Cpath d='M3.20078 11L12.8008 6.99866L3.20078 3' stroke='%234A556C' stroke-width='0.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12.8008 13L3.20078 13' stroke='%234A556C' stroke-width='0.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") !important;
977
+ background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='16' height='16' rx='2' transform='matrix(-1 0 0 1 16 0)' fill='white'/%3E%3Cpath d='M3.20078 11L12.8008 6.99866L3.20078 3' stroke='%234A556C' stroke-width='0.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12.8008 13L3.20078 13' stroke='%234A556C' stroke-width='0.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
976
978
  }
977
979
 
978
- .TWFilterAllMenu.TWFilter7Menu, .TWFilter7Value {
980
+ .TWFilterAllMenu.TWFilter7Menu, .TWFilterLeft.TWFilter7Value {
979
981
  /* filter-start-with.svg URL-encoder for SVG */
980
- background-image: url("data:image/svg+xml,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='16' height='16' rx='2' transform='matrix(-1 0 0 1 16 0.796875)' fill='white'/%3E%3Cpath d='M7.99609 13.6016L7.99609 4.00156' stroke='%234A556C' stroke-width='0.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.59844 4H6.39844' stroke='%234A556C' stroke-width='0.8' stroke-linecap='round'/%3E%3Cpath d='M9.59844 13.6016H6.39844' stroke='%234A556C' stroke-width='0.8' stroke-linecap='round'/%3E%3Cpath d='M12.5608 8.66456C12.6674 8.72614 12.6674 8.88011 12.5608 8.94169L10.6408 10.0502C10.5341 10.1118 10.4008 10.0348 10.4008 9.91164L10.4008 7.69461C10.4008 7.57144 10.5341 7.49446 10.6408 7.55605L12.5608 8.66456Z' fill='%234A556C'/%3E%3C/svg%3E%0A") !important;
982
+ background-image: url("data:image/svg+xml,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='16' height='16' rx='2' transform='matrix(-1 0 0 1 16 0.796875)' fill='white'/%3E%3Cpath d='M7.99609 13.6016L7.99609 4.00156' stroke='%234A556C' stroke-width='0.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.59844 4H6.39844' stroke='%234A556C' stroke-width='0.8' stroke-linecap='round'/%3E%3Cpath d='M9.59844 13.6016H6.39844' stroke='%234A556C' stroke-width='0.8' stroke-linecap='round'/%3E%3Cpath d='M12.5608 8.66456C12.6674 8.72614 12.6674 8.88011 12.5608 8.94169L10.6408 10.0502C10.5341 10.1118 10.4008 10.0348 10.4008 9.91164L10.4008 7.69461C10.4008 7.57144 10.5341 7.49446 10.6408 7.55605L12.5608 8.66456Z' fill='%234A556C'/%3E%3C/svg%3E%0A");
981
983
  }
982
984
 
983
- .TWFilterAllMenu.TWFilter8Menu, .TWFilter8Value {
985
+ .TWFilterAllMenu.TWFilter8Menu, .TWFilterLeft.TWFilter8Value {
984
986
  /* filter-not-start-with.svg URL-encoder for SVG */
985
- background-image: url("data:image/svg+xml,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='16' height='16' rx='2' transform='matrix(-1 0 0 1 16 0.601562)' fill='white'/%3E%3Cpath d='M7.99609 13.4062L7.99609 3.80625' stroke='%234A556C' stroke-width='0.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.59844 3.80469H6.39844' stroke='%234A556C' stroke-width='0.8' stroke-linecap='round'/%3E%3Cpath d='M9.59844 13.4062H6.39844' stroke='%234A556C' stroke-width='0.8' stroke-linecap='round'/%3E%3Cpath d='M12.5608 8.46144C12.6674 8.52302 12.6674 8.67698 12.5608 8.73856L10.6408 9.84708C10.5341 9.90866 10.4008 9.83168 10.4008 9.70851L10.4008 7.49149C10.4008 7.36832 10.5341 7.29134 10.6408 7.35292L12.5608 8.46144Z' fill='%234A556C'/%3E%3Crect x='2.91088' y='12.5625' width='12.8' height='1.6' rx='0.8' transform='rotate(-45 2.91088 12.5625)' fill='%234A556C' stroke='white' stroke-width='0.8'/%3E%3C/svg%3E%0A") !important;
987
+ background-image: url("data:image/svg+xml,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='16' height='16' rx='2' transform='matrix(-1 0 0 1 16 0.601562)' fill='white'/%3E%3Cpath d='M7.99609 13.4062L7.99609 3.80625' stroke='%234A556C' stroke-width='0.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.59844 3.80469H6.39844' stroke='%234A556C' stroke-width='0.8' stroke-linecap='round'/%3E%3Cpath d='M9.59844 13.4062H6.39844' stroke='%234A556C' stroke-width='0.8' stroke-linecap='round'/%3E%3Cpath d='M12.5608 8.46144C12.6674 8.52302 12.6674 8.67698 12.5608 8.73856L10.6408 9.84708C10.5341 9.90866 10.4008 9.83168 10.4008 9.70851L10.4008 7.49149C10.4008 7.36832 10.5341 7.29134 10.6408 7.35292L12.5608 8.46144Z' fill='%234A556C'/%3E%3Crect x='2.91088' y='12.5625' width='12.8' height='1.6' rx='0.8' transform='rotate(-45 2.91088 12.5625)' fill='%234A556C' stroke='white' stroke-width='0.8'/%3E%3C/svg%3E%0A");
986
988
  }
987
989
 
988
- .TWFilterAllMenu.TWFilter9Menu, .TWFilter9Value {
990
+ .TWFilterAllMenu.TWFilter9Menu, .TWFilterLeft.TWFilter9Value {
989
991
  /* filter-ends-in.svg URL-encoder for SVG */
990
- background-image: url("data:image/svg+xml,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='16' height='16' rx='2' transform='matrix(-1 0 0 1 16 0.398438)' fill='white'/%3E%3Cpath d='M7.99609 13.1953L7.99609 3.59531' stroke='%234A556C' stroke-width='0.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.59844 3.59375H6.39844' stroke='%234A556C' stroke-width='0.8' stroke-linecap='round'/%3E%3Cpath d='M9.59844 13.1953H6.39844' stroke='%234A556C' stroke-width='0.8' stroke-linecap='round'/%3E%3Cpath d='M6.15844 8.25831C6.2651 8.31989 6.2651 8.47386 6.15844 8.53544L4.23844 9.64395C4.13177 9.70554 3.99844 9.62856 3.99844 9.50539L3.99844 7.28836C3.99844 7.16519 4.13177 7.08821 4.23844 7.1498L6.15844 8.25831Z' fill='%234A556C'/%3E%3C/svg%3E%0A") !important;
992
+ background-image: url("data:image/svg+xml,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='16' height='16' rx='2' transform='matrix(-1 0 0 1 16 0.398438)' fill='white'/%3E%3Cpath d='M7.99609 13.1953L7.99609 3.59531' stroke='%234A556C' stroke-width='0.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.59844 3.59375H6.39844' stroke='%234A556C' stroke-width='0.8' stroke-linecap='round'/%3E%3Cpath d='M9.59844 13.1953H6.39844' stroke='%234A556C' stroke-width='0.8' stroke-linecap='round'/%3E%3Cpath d='M6.15844 8.25831C6.2651 8.31989 6.2651 8.47386 6.15844 8.53544L4.23844 9.64395C4.13177 9.70554 3.99844 9.62856 3.99844 9.50539L3.99844 7.28836C3.99844 7.16519 4.13177 7.08821 4.23844 7.1498L6.15844 8.25831Z' fill='%234A556C'/%3E%3C/svg%3E%0A");
991
993
  }
992
994
 
993
- .TWFilterAllMenu.TWFilter10Menu, .TWFilter10Value {
995
+ .TWFilterAllMenu.TWFilter10Menu, .TWFilterLeft.TWFilter10Value {
994
996
  /* filter-not-edns-in.svg URL-encoder for SVG */
995
- background-image: url("data:image/svg+xml,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='16' height='16' rx='2' transform='matrix(-1 0 0 1 16 0.203125)' fill='white'/%3E%3Cpath d='M7.99609 13.0078L7.99609 3.40781' stroke='%234A556C' stroke-width='0.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.59844 3.40625H6.39844' stroke='%234A556C' stroke-width='0.8' stroke-linecap='round'/%3E%3Cpath d='M9.59844 13.0078H6.39844' stroke='%234A556C' stroke-width='0.8' stroke-linecap='round'/%3E%3Cpath d='M6.15844 8.063C6.2651 8.12458 6.2651 8.27854 6.15844 8.34013L4.23844 9.44864C4.13177 9.51022 3.99844 9.43324 3.99844 9.31007L3.99844 7.09305C3.99844 6.96988 4.13177 6.8929 4.23844 6.95449L6.15844 8.063Z' fill='%234A556C'/%3E%3Crect x='2.91088' y='12.1641' width='12.8' height='1.6' rx='0.8' transform='rotate(-45 2.91088 12.1641)' fill='%234A556C' stroke='white' stroke-width='0.8'/%3E%3C/svg%3E%0A") !important;
997
+ background-image: url("data:image/svg+xml,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='16' height='16' rx='2' transform='matrix(-1 0 0 1 16 0.203125)' fill='white'/%3E%3Cpath d='M7.99609 13.0078L7.99609 3.40781' stroke='%234A556C' stroke-width='0.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.59844 3.40625H6.39844' stroke='%234A556C' stroke-width='0.8' stroke-linecap='round'/%3E%3Cpath d='M9.59844 13.0078H6.39844' stroke='%234A556C' stroke-width='0.8' stroke-linecap='round'/%3E%3Cpath d='M6.15844 8.063C6.2651 8.12458 6.2651 8.27854 6.15844 8.34013L4.23844 9.44864C4.13177 9.51022 3.99844 9.43324 3.99844 9.31007L3.99844 7.09305C3.99844 6.96988 4.13177 6.8929 4.23844 6.95449L6.15844 8.063Z' fill='%234A556C'/%3E%3Crect x='2.91088' y='12.1641' width='12.8' height='1.6' rx='0.8' transform='rotate(-45 2.91088 12.1641)' fill='%234A556C' stroke='white' stroke-width='0.8'/%3E%3C/svg%3E%0A");
996
998
  }
997
999
 
998
- .TWFilterAllMenu.TWFilter11Menu, .TWFilter11Value {
1000
+ .TWFilterAllMenu.TWFilter11Menu, .TWFilterLeft.TWFilter11Value {
999
1001
  /* filter-contains.svg URL-encoder for SVG */
1000
- background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='16' height='16' rx='2' transform='matrix(-1 0 0 1 16 0)' fill='white'/%3E%3Cpath d='M7.99609 12.7969L7.99609 3.19687' stroke='%234A556C' stroke-width='0.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.59844 3.19531H6.39844' stroke='%234A556C' stroke-width='0.8' stroke-linecap='round'/%3E%3Cpath d='M9.59844 12.7969H6.39844' stroke='%234A556C' stroke-width='0.8' stroke-linecap='round'/%3E%3Cpath d='M6.16234 7.85987C6.26901 7.92146 6.26901 8.07542 6.16234 8.137L4.24234 9.24551C4.13568 9.3071 4.00234 9.23012 4.00234 9.10695L4.00234 6.88993C4.00234 6.76676 4.13568 6.68978 4.24234 6.75136L6.16234 7.85987Z' fill='%234A556C'/%3E%3Cpath d='M9.84156 7.85987C9.7349 7.92146 9.7349 8.07542 9.84156 8.137L11.7616 9.24551C11.8682 9.3071 12.0016 9.23012 12.0016 9.10695L12.0016 6.88993C12.0016 6.76676 11.8682 6.68978 11.7616 6.75136L9.84156 7.85987Z' fill='%234A556C'/%3E%3C/svg%3E%0A") !important;
1002
+ background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='16' height='16' rx='2' transform='matrix(-1 0 0 1 16 0)' fill='white'/%3E%3Cpath d='M7.99609 12.7969L7.99609 3.19687' stroke='%234A556C' stroke-width='0.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.59844 3.19531H6.39844' stroke='%234A556C' stroke-width='0.8' stroke-linecap='round'/%3E%3Cpath d='M9.59844 12.7969H6.39844' stroke='%234A556C' stroke-width='0.8' stroke-linecap='round'/%3E%3Cpath d='M6.16234 7.85987C6.26901 7.92146 6.26901 8.07542 6.16234 8.137L4.24234 9.24551C4.13568 9.3071 4.00234 9.23012 4.00234 9.10695L4.00234 6.88993C4.00234 6.76676 4.13568 6.68978 4.24234 6.75136L6.16234 7.85987Z' fill='%234A556C'/%3E%3Cpath d='M9.84156 7.85987C9.7349 7.92146 9.7349 8.07542 9.84156 8.137L11.7616 9.24551C11.8682 9.3071 12.0016 9.23012 12.0016 9.10695L12.0016 6.88993C12.0016 6.76676 11.8682 6.68978 11.7616 6.75136L9.84156 7.85987Z' fill='%234A556C'/%3E%3C/svg%3E%0A");
1001
1003
  }
1002
1004
 
1003
- .TWFilterAllMenu.TWFilter12Menu, .TWFilter12Value {
1005
+ .TWFilterAllMenu.TWFilter12Menu, .TWFilterLeft.TWFilter12Value {
1004
1006
  /* filter-not-contains.svg URL-encoder for SVG */
1005
- background-image: url("data:image/svg+xml,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='16' height='16' rx='2' transform='matrix(-1 0 0 1 16 0.796875)' fill='white'/%3E%3Cpath d='M7.99609 13.6016L7.99609 4.00156' stroke='%234A556C' stroke-width='0.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.59844 4H6.39844' stroke='%234A556C' stroke-width='0.8' stroke-linecap='round'/%3E%3Cpath d='M9.59844 13.6016H6.39844' stroke='%234A556C' stroke-width='0.8' stroke-linecap='round'/%3E%3Cpath d='M6.16234 8.66456C6.26901 8.72614 6.26901 8.88011 6.16234 8.94169L4.24234 10.0502C4.13568 10.1118 4.00234 10.0348 4.00234 9.91164L4.00234 7.69461C4.00234 7.57144 4.13568 7.49446 4.24234 7.55605L6.16234 8.66456Z' fill='%234A556C'/%3E%3Cpath d='M9.84156 8.66456C9.7349 8.72614 9.7349 8.88011 9.84156 8.94169L11.7616 10.0502C11.8682 10.1118 12.0016 10.0348 12.0016 9.91164L12.0016 7.69461C12.0016 7.57144 11.8682 7.49446 11.7616 7.55605L9.84156 8.66456Z' fill='%234A556C'/%3E%3Crect x='2.91088' y='13.1641' width='12.8' height='1.6' rx='0.8' transform='rotate(-45 2.91088 13.1641)' fill='%234A556C' stroke='white' stroke-width='0.8'/%3E%3C/svg%3E%0A") !important;
1007
+ background-image: url("data:image/svg+xml,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='16' height='16' rx='2' transform='matrix(-1 0 0 1 16 0.796875)' fill='white'/%3E%3Cpath d='M7.99609 13.6016L7.99609 4.00156' stroke='%234A556C' stroke-width='0.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.59844 4H6.39844' stroke='%234A556C' stroke-width='0.8' stroke-linecap='round'/%3E%3Cpath d='M9.59844 13.6016H6.39844' stroke='%234A556C' stroke-width='0.8' stroke-linecap='round'/%3E%3Cpath d='M6.16234 8.66456C6.26901 8.72614 6.26901 8.88011 6.16234 8.94169L4.24234 10.0502C4.13568 10.1118 4.00234 10.0348 4.00234 9.91164L4.00234 7.69461C4.00234 7.57144 4.13568 7.49446 4.24234 7.55605L6.16234 8.66456Z' fill='%234A556C'/%3E%3Cpath d='M9.84156 8.66456C9.7349 8.72614 9.7349 8.88011 9.84156 8.94169L11.7616 10.0502C11.8682 10.1118 12.0016 10.0348 12.0016 9.91164L12.0016 7.69461C12.0016 7.57144 11.8682 7.49446 11.7616 7.55605L9.84156 8.66456Z' fill='%234A556C'/%3E%3Crect x='2.91088' y='13.1641' width='12.8' height='1.6' rx='0.8' transform='rotate(-45 2.91088 13.1641)' fill='%234A556C' stroke='white' stroke-width='0.8'/%3E%3C/svg%3E%0A");
1008
+ }
1009
+
1010
+ .TWHintFilterOuter {
1011
+ padding: 1px 0 0 0 !important;
1012
+ }
1013
+
1014
+ .TWHintFilterMain {
1015
+ margin-left: 8px;
1016
+ padding: 0;
1017
+ }
1018
+
1019
+ .TWSideRight.TWCellFilter {
1020
+ background-position: center !important;
1006
1021
  }
1007
1022
 
1008
1023
  .TWMenuFocus {
@@ -1,3 +1,5 @@
1
+ @import url('@vitrosoftware/common-ui-ts/css/third-party/jstree/style.min.css');
2
+
1
3
  :global(#TreeView) {
2
4
  height: calc(100% - 36px);
3
5
  flex: 1 1;
@@ -0,0 +1,21 @@
1
+ @import url('@vitrosoftware/common-ui-ts/css/third-party/kendo/kendo.css');
2
+
3
+ html, body {
4
+ overscroll-behavior-x: none;
5
+ }
6
+
7
+ :global(#root) {
8
+ position: absolute;
9
+ top: 0;
10
+ bottom: 0;
11
+ left: 0;
12
+ right: 0;
13
+ }
14
+
15
+ :global(.vitro-opacity-low) {
16
+ opacity: .3;
17
+ }
18
+
19
+ :global(.vitro-opacity-normal) {
20
+ opacity: 1;
21
+ }
package/dist/index.css CHANGED
@@ -1,14 +1,4 @@
1
1
  @import url('@vitrosoftware/common-ui-ts/css/third-party/kendo/kendo.css');
2
- @import url('@vitrosoftware/common-ui-ts/css/third-party/perfect-scrollbar/perfect-scrollbar.css');
3
- @import url('@vitrosoftware/common-ui-ts/css/third-party/jstree/style.min.css');
4
- @import url('@vitrosoftware/common-ui-ts/css/third-party/jquery-ui/jquery-ui.min.css');
5
- @import url('@vitrosoftware/common-ui-ts/css/third-party/jquery-ui/jquery-ui.structure.css');
6
- @import url('@vitrosoftware/common-ui-ts/css/third-party/jquery-ui/jquery-ui.theme.min.css');
7
- @import url('@vitrosoftware/common-ui-ts/css/third-party/jquery-contextMenu/jquery.contextMenu.min.css');
8
- @import url('@vitrosoftware/common-ui-ts/css/third-party/jquery-svg/jquery.svg.css');
9
- @import url('@vitrosoftware/common-ui-ts/css/third-party/sweetalert2/sweetalert2.css');
10
- @import url('@vitrosoftware/common-ui-ts/css/third-party/jquery-growl/jquery.growl.css');
11
- @import url('@vitrosoftware/common-ui-ts/css/third-party/uikit/uikit.css');
12
2
 
13
3
  html, body {
14
4
  overscroll-behavior-x: none;
@@ -235,6 +225,8 @@ html, body {
235
225
  }
236
226
  }
237
227
 
228
+ @import url('@vitrosoftware/common-ui-ts/css/third-party/perfect-scrollbar/perfect-scrollbar.css');
229
+
238
230
  ._scrollbar_vitro-scrollbar-content_3HXSt5u {
239
231
  height: 100%;
240
232
  width: 100%;
@@ -385,6 +377,8 @@ html, body {
385
377
  }
386
378
  }
387
379
 
380
+ @import url('@vitrosoftware/common-ui-ts/css/third-party/jstree/style.min.css');
381
+
388
382
  #TreeView {
389
383
  height: calc(100% - 36px);
390
384
  flex: 1 1;
@@ -2167,6 +2161,7 @@ html, body {
2167
2161
  overflow: hidden;
2168
2162
  min-width: 0;
2169
2163
  align-items: center;
2164
+ cursor: pointer;
2170
2165
  }
2171
2166
 
2172
2167
  ._file-version-select_vitro-file-name_1PtLh8A {
@@ -2248,6 +2243,16 @@ html, body {
2248
2243
  background-image: url("data:image/svg+xml,%3Csvg width='44' height='42' viewBox='0 0 44 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_dd_778_105705)'%3E%3Cpath d='M20.3117 11.6584C21.0973 10.4213 22.9027 10.4213 23.6883 11.6584L29.5752 20.9278C30.4208 22.2593 29.4642 24 27.8869 24H16.1131C14.5358 24 13.5792 22.2593 14.4248 20.9278L20.3117 11.6584Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_dd_778_105705' x='0.109375' y='0.730469' width='43.7812' height='41.2695' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='4'/%3E%3CfeGaussianBlur stdDeviation='7'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.18 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_778_105705'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset/%3E%3CfeGaussianBlur stdDeviation='2'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.14 0'/%3E%3CfeBlend mode='normal' in2='effect1_dropShadow_778_105705' result='effect2_dropShadow_778_105705'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect2_dropShadow_778_105705' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
2249
2244
  }
2250
2245
 
2246
+ ._file-version-select_vitro-version-list_3h5D3pD .ps {
2247
+ max-height: 364px;
2248
+ border-radius: 4px;
2249
+ }
2250
+
2251
+ ._file-version-select_vitro-version-list_3h5D3pD .ps__rail-y {
2252
+ border: none;
2253
+ background-color: transparent !important;
2254
+ }
2255
+
2251
2256
  ._file-version-select_vitro-file-version-item_38KWa8a {
2252
2257
  padding: 8px 12px;
2253
2258
  display: flex;
@@ -3973,31 +3978,72 @@ li:first-child ._command-menu-item_vitro-item_2pVhk23:hover {
3973
3978
  min-width: 100px;
3974
3979
  }
3975
3980
  }
3976
- ._sidebar-item_vitro-icon-text_3ROhyLK {
3977
- display: none;
3978
- color: #222D44;
3979
- font-size: 14px;
3980
- margin-left: 16px;
3981
+ ._sidebar-item_vitro-item_1BR_7F0 {
3982
+ display: flex;
3983
+ flex-direction: column;
3984
+ justify-content: center;
3985
+ margin-bottom: 8px;
3981
3986
  }
3982
3987
 
3983
- .toggled.pinned ._sidebar-item_vitro-icon-text_3ROhyLK {
3984
- display: inline-block;
3988
+ ._sidebar-item_vitro-icon_2B88tow {
3989
+ width: 24px;
3990
+ height: 24px;
3991
+ flex-shrink: 0;
3992
+ margin-right: 16px;
3993
+ }
3994
+
3995
+ ._sidebar-item_vitro-item_1BR_7F0 button,
3996
+ ._sidebar-item_vitro-item_1BR_7F0 a {
3997
+ text-decoration: none;
3998
+ outline: none;
3999
+ border: none;
4000
+ background-color: transparent;
4001
+ height: 40px;
4002
+ width: 100%;
4003
+ border-radius: 8px;
4004
+ padding: 8px;
4005
+ cursor: pointer;
4006
+ display: flex;
4007
+ align-items: center;
4008
+ }
4009
+
4010
+ ._sidebar-item_vitro-item_1BR_7F0 a > div,
4011
+ ._sidebar-item_vitro-item_1BR_7F0 button > div {
4012
+ display: flex;
4013
+ width: -moz-fit-content;
4014
+ width: fit-content;
4015
+ align-items: center;
4016
+ overflow: hidden;
4017
+ flex-shrink: 0;
4018
+ }
4019
+
4020
+ ul > li:last-child > ul > li:last-child ._sidebar-item_vitro-active_7p5iOhY {
4021
+ background-color: transparent;
3985
4022
  }
3986
4023
 
3987
4024
  ._sidebar-item_vitro-item-text_1kK_aIZ {
3988
- display: none;
4025
+ overflow: hidden;
4026
+ text-overflow: ellipsis;
4027
+ white-space: nowrap;
3989
4028
  }
3990
4029
 
3991
- ._sidebar-item_vitro-active_7p5iOhY {
3992
- background-color: #DCEEFF;
4030
+ ._sidebar-item_vitro-icon-text_3ROhyLK {
4031
+ text-align: center;
3993
4032
  }
3994
4033
 
3995
- ._sidebar-item_vitro-hover_1mECzme ._sidebar-item_vitro-icon-text_3ROhyLK {
3996
- color: #326AD6;
4034
+ ._sidebar-item_vitro-icon-text_3ROhyLK,
4035
+ ._sidebar-item_vitro-item-text_1kK_aIZ {
4036
+ color: #222D44;
4037
+ font-size: 14px;
3997
4038
  }
3998
4039
 
3999
- ul > li:last-child > ul > li:last-child ._sidebar-item_vitro-active_7p5iOhY {
4000
- background-color: transparent;
4040
+ ._sidebar-item_vitro-active_7p5iOhY {
4041
+ background-color: #DCEEFF !important;
4042
+ }
4043
+
4044
+ ._sidebar-item_vitro-hover_1mECzme ._sidebar-item_vitro-icon-text_3ROhyLK,
4045
+ ._sidebar-item_vitro-hover_1mECzme ._sidebar-item_vitro-item-text_1kK_aIZ {
4046
+ color: #326AD6;
4001
4047
  }
4002
4048
 
4003
4049
  ._sidebar-item_vitro-active_7p5iOhY ._sidebar-item_vitro-icon-text_3ROhyLK,
@@ -4007,47 +4053,89 @@ ul > li:last-child > ul > li:last-child ._sidebar-item_vitro-active_7p5iOhY {
4007
4053
  font-family: 'InterMedium';
4008
4054
  }
4009
4055
 
4010
- ._sidebar-item_vitro-icon_2B88tow {
4011
- width: 24px;
4012
- height: 24px;
4056
+ ._sidebar-item_vitro-group-item_ZADCctV > button,
4057
+ ._sidebar-item_vitro-group-item_ZADCctV > a {
4058
+ display: flex;
4059
+ align-items: center;
4013
4060
  }
4014
4061
 
4015
- .toggled.pinned ._sidebar-item_vitro-item_1BR_7F0 a {
4016
- width: 100%;
4062
+
4063
+ ._sidebar-item_vitro-group-item_ZADCctV > ._sidebar-item_vitro-item-list_17dWov1 > ._sidebar-item_vitro-item_1BR_7F0:last-child {
4064
+ margin-bottom: 0;
4017
4065
  }
4018
4066
 
4019
- ._sidebar-item_vitro-item_1BR_7F0 a > div {
4067
+ ._sidebar-item_vitro-group-item_ZADCctV > ._sidebar-item_vitro-item-list_17dWov1 > ._sidebar-item_vitro-item_1BR_7F0 a,
4068
+ ._sidebar-item_vitro-group-item_ZADCctV > ._sidebar-item_vitro-item-list_17dWov1 > ._sidebar-item_vitro-item_1BR_7F0 button {
4020
4069
  display: flex;
4021
- width: -moz-fit-content;
4022
- width: fit-content;
4070
+ flex-direction: row;
4023
4071
  align-items: center;
4072
+ padding-left: 24px;
4024
4073
  }
4025
4074
 
4026
- ._sidebar-item_vitro-item_1BR_7F0 a {
4027
- text-decoration: none;
4028
- height: 40px;
4029
- width: 40px;
4030
- border-radius: 8px;
4031
- padding: 8px;
4075
+ ._sidebar-item_vitro-group-item_ZADCctV > ._sidebar-item_vitro-item-list_17dWov1 > ._sidebar-item_vitro-item_1BR_7F0 > a::before,
4076
+ ._sidebar-item_vitro-group-item_ZADCctV > ._sidebar-item_vitro-item-list_17dWov1 > ._sidebar-item_vitro-item_1BR_7F0 > button::before {
4077
+ content: '';
4078
+ display: block;
4079
+ flex-shrink: 0;
4080
+ height: 24px;
4081
+ width: 24px;
4082
+ background-size: 100%;
4083
+ background-position: center;
4084
+ /* list-marker.svg URL-encoder for svg */
4085
+ background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='12' r='3' fill='%23222D44'/%3E%3C/svg%3E%0A");
4086
+ }
4087
+
4088
+ ._sidebar-item_vitro-group-item_ZADCctV > ._sidebar-item_vitro-item-list_17dWov1 > ._sidebar-item_vitro-item_1BR_7F0 > ._sidebar-item_vitro-active_7p5iOhY::before,
4089
+ ._sidebar-item_vitro-group-item_ZADCctV > ._sidebar-item_vitro-item-list_17dWov1 > ._sidebar-item_vitro-item_1BR_7F0 > ._sidebar-item_vitro-hover_1mECzme::before {
4090
+ /* list-marker-active.svg URL-encoder for svg */
4091
+ background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='12' r='3' fill='%23326AD6'/%3E%3C/svg%3E%0A");
4092
+ }
4093
+
4094
+ ._sidebar-item_vitro-expanded_3qb1vOx,
4095
+ ._sidebar-item_vitro-collapsed_2EhVmXL {
4032
4096
  cursor: pointer;
4033
- margin-bottom: 8px;
4034
4097
  display: block;
4098
+ flex-shrink: 0;
4099
+ margin-left: auto;
4100
+ width: 16px;
4101
+ height: 16px;
4102
+ background-size: 100%;
4103
+ background-repeat: no-repeat;
4104
+ background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 6L8 11L3 6' stroke='%23222D44' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
4105
+ }
4106
+
4107
+ ._sidebar-item_vitro-expanded_3qb1vOx {
4108
+ transform: rotateX(180deg);
4035
4109
  }
4036
4110
 
4111
+ ._sidebar-item_vitro-active_7p5iOhY ._sidebar-item_vitro-expanded_3qb1vOx,
4112
+ ._sidebar-item_vitro-hover_1mECzme ._sidebar-item_vitro-expanded_3qb1vOx,
4113
+ ._sidebar-item_vitro-active_7p5iOhY ._sidebar-item_vitro-collapsed_2EhVmXL,
4114
+ ._sidebar-item_vitro-hover_1mECzme ._sidebar-item_vitro-collapsed_2EhVmXL {
4115
+ content: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 6L8 11L3 6' stroke='%23326AD6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
4116
+ }
4117
+
4118
+ ._sidebar-item_vitro-display-none_2WwKi5v {
4119
+ display: none;
4120
+ }
4121
+
4122
+ .vitro-bottom-menu ._sidebar-item_vitro-icon-text_3ROhyLK,
4037
4123
  .vitro-bottom-menu ._sidebar-item_vitro-item-text_1kK_aIZ {
4038
4124
  display: block;
4039
4125
  color: #4A556C;
4040
4126
  font-size: 12px;
4041
4127
  line-height: 12px;
4042
4128
  text-align: center;
4129
+ overflow: visible;
4130
+ white-space: normal;
4043
4131
  }
4044
4132
 
4045
- .vitro-bottom-menu ._sidebar-item_vitro-icon-text_3ROhyLK {
4046
- display: none;
4133
+ .vitro-bottom-menu ._sidebar-item_vitro-icon_2B88tow {
4134
+ margin-right: 0;
4047
4135
  }
4048
4136
 
4049
4137
  .vitro-bottom-menu ._sidebar-item_vitro-active_7p5iOhY {
4050
- background: transparent;
4138
+ background: transparent !important;
4051
4139
  position: relative;
4052
4140
  }
4053
4141
 
@@ -4062,17 +4150,13 @@ ul > li:last-child > ul > li:last-child ._sidebar-item_vitro-active_7p5iOhY {
4062
4150
  bottom: -8px;
4063
4151
  }
4064
4152
 
4065
- ._sidebar-item_vitro-active_7p5iOhY ._sidebar-item_vitro-item-text_1kK_aIZ {
4066
- color: #4A556C;
4067
- font-family: 'InterRegular' !important;
4068
- }
4069
-
4070
- ._sidebar-item_vitro-item_1BR_7F0 {
4071
- display: flex;
4072
- justify-content: center;
4153
+ .vitro-bottom-menu ._sidebar-item_vitro-item_1BR_7F0 {
4154
+ margin-bottom: 0;
4155
+ align-items: center;
4073
4156
  }
4074
4157
 
4075
- .vitro-bottom-menu ._sidebar-item_vitro-item_1BR_7F0 > a {
4158
+ .vitro-bottom-menu ._sidebar-item_vitro-item_1BR_7F0 > a,
4159
+ .vitro-bottom-menu ._sidebar-item_vitro-item_1BR_7F0 > button {
4076
4160
  background: transparent;
4077
4161
  position: relative;
4078
4162
  display: flex;
@@ -4084,6 +4168,102 @@ ul > li:last-child > ul > li:last-child ._sidebar-item_vitro-active_7p5iOhY {
4084
4168
  height: 100%;
4085
4169
  padding: 0;
4086
4170
  margin-bottom: 0;
4171
+ }
4172
+
4173
+ ._sidebar-item_vitro-popup-container_2X7SVxe {
4174
+ transform: translate3d(0px, 0, 0px) !important;
4175
+ height: 100%;
4176
+ width: 100%;
4177
+ padding: 0 0 56px 0;
4178
+ display: flex;
4179
+ flex-direction: column;
4180
+ background: rgba(34, 45, 68, 0.56);
4181
+ z-index: 1;
4182
+ }
4183
+
4184
+ ._sidebar-item_vitro-scrollbar___xylIx {
4185
+ max-height: 292px;
4186
+ }
4187
+
4188
+ ._sidebar-item_vitro-scrollbar___xylIx .ps__rail-y {
4189
+ background: transparent !important;
4190
+ border: none;
4191
+ }
4192
+
4193
+ ._sidebar-item_vitro-scrollbar___xylIx .ps__thumb-y {
4194
+ width: 2px !important;
4195
+ right: 3px !important;
4196
+ background-color: #E4E6EC !important;
4197
+ }
4198
+
4199
+ ._sidebar-item_vitro-scrollbar___xylIx > div:first-child {
4200
+ max-height: 292px;
4201
+ height: -moz-fit-content;
4202
+ height: fit-content;
4203
+ padding: 0 24px;
4204
+ }
4205
+
4206
+ ._sidebar-item_vitro-popup-item-list_JUwcoZB {
4207
+ background: #F7F9FC;
4208
+ width: 100%;
4209
+ border-radius: 8px 8px 0 0;
4210
+ padding: 0 0 4px 0;
4211
+ margin: auto 0 0 0;
4212
+ }
4213
+
4214
+ ._sidebar-item_vitro-popup-item-list_JUwcoZB ._sidebar-item_vitro-item_1BR_7F0 {
4215
+ margin-bottom: 8px;
4216
+ width: 100% !important;
4217
+ }
4218
+
4219
+ ._sidebar-item_vitro-popup-item-list_JUwcoZB ._sidebar-item_vitro-item_1BR_7F0 > a,
4220
+ ._sidebar-item_vitro-popup-item-list_JUwcoZB ._sidebar-item_vitro-item_1BR_7F0 > button {
4221
+ background-color: #fff;
4222
+ padding: 12px;
4223
+ height: 48px;
4224
+ border-radius: 8px;
4225
+ width: 100%;
4226
+ box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.25);
4227
+ justify-content: flex-start;
4228
+ }
4229
+
4230
+ ._sidebar-item_vitro-popup-item-list_JUwcoZB ._sidebar-item_vitro-item_1BR_7F0 > a::before,
4231
+ ._sidebar-item_vitro-popup-item-list_JUwcoZB ._sidebar-item_vitro-item_1BR_7F0 > button::before {
4232
+ content: '';
4233
+ display: block;
4234
+ flex-shrink: 0;
4235
+ height: 24px;
4236
+ width: 24px;
4237
+ margin-right: 8px;
4238
+ background-size: 100%;
4239
+ background-position: center;
4240
+ /* list-marker.svg URL-encoder for svg */
4241
+ background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='12' r='3' fill='%23222D44'/%3E%3C/svg%3E%0A");
4242
+ }
4243
+
4244
+ ._sidebar-item_vitro-popup-item-list_JUwcoZB ._sidebar-item_vitro-active_7p5iOhY {
4245
+ background-color: #DCEEFF !important;
4246
+ }
4247
+
4248
+ ._sidebar-item_vitro-popup-item-list_JUwcoZB ._sidebar-item_vitro-active_7p5iOhY ._sidebar-item_vitro-item-text_1kK_aIZ {
4249
+ font-family: 'InterRegular';
4250
+ }
4251
+
4252
+ ._sidebar-item_vitro-popup-item-list_JUwcoZB ._sidebar-item_vitro-item-text_1kK_aIZ {
4253
+ font-size: 16px;
4254
+ line-height: 24px;
4255
+ color: #222D44;
4256
+ }
4257
+
4258
+ ._sidebar-item_vitro-button-close_2Kdf-ob {
4259
+ background-color: #8E98A3;
4260
+ width: 32px;
4261
+ height: 4px;
4262
+ display: block;
4263
+ outline: none;
4264
+ border: none;
4265
+ border-radius: 2px;
4266
+ margin: 12px auto;
4087
4267
  }
4088
4268
  ._sidebar_vitro-sidebar_1IxGYiU {
4089
4269
  height: 100%;
@@ -4096,7 +4276,6 @@ ul > li:last-child > ul > li:last-child ._sidebar-item_vitro-active_7p5iOhY {
4096
4276
  align-items: center;
4097
4277
  flex-direction: column;
4098
4278
  padding-top: 80px !important;
4099
- padding: 0 8px 6px 8px;
4100
4279
  top: 0;
4101
4280
  }
4102
4281
 
@@ -4122,10 +4301,6 @@ ul > li:last-child > ul > li:last-child ._sidebar-item_vitro-active_7p5iOhY {
4122
4301
  justify-content: space-between;
4123
4302
  }
4124
4303
 
4125
- ._sidebar_vitro-sidebar_1IxGYiU ul > li:last-child > ul > li:last-child a {
4126
- margin-bottom: 0;
4127
- }
4128
-
4129
4304
  ._sidebar_vitro-sidebar_1IxGYiU ul > li:last-child > ul > li:last-child a:hover {
4130
4305
  background-color: transparent;
4131
4306
  }
@@ -4139,9 +4314,25 @@ ul > li:last-child > ul > li:last-child ._sidebar-item_vitro-active_7p5iOhY {
4139
4314
  font-weight: 400 !important;
4140
4315
  }
4141
4316
 
4317
+ ._sidebar_vitro-scrollbar_2PtQGQD .ps__rail-y {
4318
+ background-color: transparent !important;
4319
+ border: none;
4320
+ }
4321
+
4322
+ ._sidebar_vitro-scrollbar_2PtQGQD > div:first-child {
4323
+ padding: 0 8px;
4324
+ }
4325
+
4326
+ ._sidebar_vitro-sidebar-section-list_1nGto5m {
4327
+ height: 100%;
4328
+ display: flex;
4329
+ flex-direction: column;
4330
+ justify-content: space-between;
4331
+ }
4332
+
4142
4333
  .vitro-bottom-menu {
4143
4334
  width: 100%;
4144
- z-index: 1;
4335
+ z-index: 2;
4145
4336
  flex-direction: row;
4146
4337
  height: 60px;
4147
4338
  padding: 0 21px !important;
@@ -4150,6 +4341,7 @@ ul > li:last-child > ul > li:last-child ._sidebar-item_vitro-active_7p5iOhY {
4150
4341
  top: initial;
4151
4342
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.18), 0px 0px 4px 0px rgba(0, 0, 0, 0.14);
4152
4343
  border-radius: 4px 4px 0 0;
4344
+ overflow: visible;
4153
4345
  }
4154
4346
 
4155
4347
  .vitro-bottom-menu ul {
@@ -4161,7 +4353,8 @@ ul > li:last-child > ul > li:last-child ._sidebar-item_vitro-active_7p5iOhY {
4161
4353
  ._sidebar_vitro-scroll-container_3K-iJy8 {
4162
4354
  height: 100%;
4163
4355
  flex: 0 1 auto;
4164
- overflow: hidden;
4356
+ overflow-x: hidden;
4357
+ overflow-y: visible;
4165
4358
  padding: 8px 0;
4166
4359
  }
4167
4360