@vitrosoftware/common-ui-ts 1.1.85 → 1.1.87
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/css/std/common.css +54 -0
- package/css/std/controls/action-handler/action-handler-info.css +1 -1
- package/css/std/controls/action-handler/action-handler.css +9 -18
- package/css/std/controls/action-handler/img/cancel-dark-grey.svg +5 -0
- package/css/std/controls/action-handler/img/cancel-red-big.svg +5 -0
- package/css/std/controls/action-handler/img/collapse-bottom.svg +5 -0
- package/css/std/controls/action-handler/img/collapse-up.svg +3 -0
- package/css/std/controls/action-handler/img/error.svg +6 -0
- package/css/std/controls/action-handler/img/progress.svg +1 -0
- package/css/std/controls/action-handler/img/question.svg +10 -0
- package/css/std/controls/action-handler/img/success.svg +7 -0
- package/css/std/controls/action-handler/img/warning.svg +10 -0
- package/css/std/controls/activity-item/activity-message.css +1 -2
- package/css/std/controls/activity-item/img/activity-arrow.svg +3 -0
- package/css/std/controls/alert/alert.css +4 -7
- package/css/std/controls/alert/img/cancel-dark-grey.svg +5 -0
- package/css/std/controls/alert/img/error.svg +6 -0
- package/css/std/controls/alert/img/success.svg +7 -0
- package/css/std/controls/alert/img/warning.svg +10 -0
- package/css/std/controls/bim-viewer/bim-viewer-index.css +22 -44
- package/css/std/controls/bim-viewer/bim-viewer.css +1 -2
- package/css/std/controls/bim-viewer/img/angle-measurements-create.svg +14 -0
- package/css/std/controls/bim-viewer/img/angle-measurements-toggle.svg +15 -0
- package/css/std/controls/bim-viewer/img/bcf-json-load.svg +16 -0
- package/css/std/controls/bim-viewer/img/bcf-json-save.svg +16 -0
- package/css/std/controls/bim-viewer/img/cancel-dark-grey.svg +5 -0
- package/css/std/controls/bim-viewer/img/compare-clear.svg +7 -0
- package/css/std/controls/bim-viewer/img/compare-one-over-one.svg +11 -0
- package/css/std/controls/bim-viewer/img/compare-side-by-side.svg +4 -0
- package/css/std/controls/bim-viewer/img/compare.svg +15 -0
- package/css/std/controls/bim-viewer/img/delete-active.svg +11 -0
- package/css/std/controls/bim-viewer/img/delete.svg +11 -0
- package/css/std/controls/bim-viewer/img/distance-measurements-create.svg +12 -0
- package/css/std/controls/bim-viewer/img/distance-measurements-toggle.svg +13 -0
- package/css/std/controls/bim-viewer/img/draw-annotation.svg +13 -0
- package/css/std/controls/bim-viewer/img/hide-annotation.svg +13 -0
- package/css/std/controls/bim-viewer/img/section-plan-clear.svg +12 -0
- package/css/std/controls/bim-viewer/img/section-plan-toggle.svg +12 -0
- package/css/std/controls/bim-viewer/img/section-plan.svg +11 -0
- package/css/std/controls/bim-viewer/img/show-all-notes.svg +14 -0
- package/css/std/controls/bim-viewer/img/show-annotation.svg +12 -0
- package/css/std/controls/bim-viewer/img/show-version-notes.svg +15 -0
- package/css/std/controls/bim-viewer/img/sidebar-notes-toggle.svg +24 -0
- package/css/std/controls/bim-viewer/img/storey-map-camera.svg +15 -0
- package/css/std/controls/bim-viewer/img/storey-views-toggle.svg +11 -0
- package/css/std/controls/bim-viewer/img/toggle-textures.svg +133 -0
- package/css/std/controls/bim-viewer/img/treeview.svg +17 -0
- package/css/std/controls/bim-viewer/storey-views.css +1 -2
- package/css/std/controls/bim-viewer/toolbar.css +20 -40
- package/css/std/controls/breadcrumbs/breadcrumbs.css +4 -8
- package/css/std/controls/breadcrumbs/img/breadcrumbs-arrow.svg +3 -0
- package/css/std/controls/breadcrumbs/img/breadcrumbs-button.svg +6 -0
- package/css/std/controls/breadcrumbs/img/dropdown-menu-arrow.svg +1 -0
- package/css/std/controls/breadcrumbs/img/root-folder.svg +5 -0
- package/css/std/controls/button/button.css +4 -4
- package/css/std/controls/button-group/button-group.css +11 -0
- package/css/std/controls/center-align-control-group/center-align-control-group.css +3 -0
- package/css/std/controls/checkbox/checkbox.css +3 -4
- package/css/std/controls/checkbox/img/checkbox-big-active.svg +4 -0
- package/css/std/controls/checkbox/img/checkbox-big-empty.svg +5 -0
- package/css/std/controls/command-menu/command-menu-button.css +2 -2
- package/css/std/controls/command-menu/command-menu-dropdown-button.css +7 -9
- package/css/std/controls/command-menu/img/collapse-bottom.svg +5 -0
- package/css/std/controls/command-menu/img/collapse-up.svg +3 -0
- package/css/std/controls/command-menu/img/dropdown-menu-arrow.svg +1 -0
- package/css/std/controls/criterion/criterion.css +6 -9
- package/css/std/controls/criterion/img/cancel-grey.svg +3 -0
- package/css/std/controls/criterion/img/collapse-bottom.svg +5 -0
- package/css/std/controls/criterion/img/dropdown-menu-arrow.svg +1 -0
- package/css/std/controls/date-picker/date-picker.css +5 -9
- package/css/std/controls/date-picker/img/collapse-left-grey.svg +3 -0
- package/css/std/controls/date-picker/img/collapse-right-grey.svg +3 -0
- package/css/std/controls/date-picker/img/copy-to-clipboard.svg +4 -0
- package/css/std/controls/date-picker/img/date-picker.svg +6 -0
- package/css/std/controls/date-picker/img/error-message.svg +6 -0
- package/css/std/controls/dialog/dialog-button-close.css +7 -6
- package/css/std/controls/dialog/dialog-header.css +3 -1
- package/css/std/controls/dialog/img/cancel-white.svg +3 -0
- package/css/std/controls/dropdown-button/dropdown-button.css +4 -6
- package/css/std/controls/dropdown-button/img/context-button.svg +5 -0
- package/css/std/controls/dropdown-button/img/dropdown-menu-arrow.svg +1 -0
- package/css/std/controls/expand-control-group/expand-control-group.css +48 -0
- package/css/std/controls/expand-control-group/img/collapse-bottom.svg +5 -0
- package/css/std/controls/expand-control-group/img/collapse-up.svg +3 -0
- package/css/std/controls/file-version-select/file-version-select.css +14 -8
- package/css/std/controls/file-version-select/img/collapse-up.svg +3 -0
- package/css/std/controls/file-version-select/img/dropdown-menu-arrow.svg +1 -0
- package/css/std/controls/header/header-customer-logo.css +7 -0
- package/css/std/controls/header/header-nav-bar-sidebar-button.css +23 -0
- package/css/std/controls/header/header-nav-bar.css +5 -0
- package/css/std/controls/header/header-nav-service.css +7 -0
- package/css/std/controls/header/header.css +5 -0
- package/css/std/controls/header/img/nav-bar-button-active.svg +1 -0
- package/css/std/controls/header/img/nav-bar-button.svg +1 -0
- package/css/std/controls/image-picker/image-picker.css +5 -6
- package/css/std/controls/image-picker/img/image-picker.svg +22 -0
- package/css/std/controls/input/img/copy-to-clipboard.svg +4 -0
- package/css/std/controls/input/img/error-message.svg +6 -0
- package/css/std/controls/input/input.css +2 -3
- package/css/std/controls/issue-tile/img/button-more.svg +6 -0
- package/css/std/controls/issue-tile/issue-tile-footer.css +1 -2
- package/css/std/controls/login/img/copyright.svg +3 -0
- package/css/std/controls/login/img/ru.svg +14 -0
- package/css/std/controls/login/login.css +2 -8
- package/css/std/controls/lookup-picker/img/cancel-dark-grey.svg +5 -0
- package/css/std/controls/lookup-picker/img/cancel-red.svg +3 -0
- package/css/std/controls/lookup-picker/img/collapse-bottom-red.svg +5 -0
- package/css/std/controls/lookup-picker/img/collapse-bottom.svg +5 -0
- package/css/std/controls/lookup-picker/img/collapse-up-blue.svg +5 -0
- package/css/std/controls/lookup-picker/img/collapse-up.svg +3 -0
- package/css/std/controls/lookup-picker/img/copy-to-clipboard.svg +4 -0
- package/css/std/controls/lookup-picker/img/error-message.svg +6 -0
- package/css/std/controls/lookup-picker/lookup-picker-selected-item.css +1 -2
- package/css/std/controls/lookup-picker/lookup-picker.css +7 -13
- package/css/std/controls/main/main.css +32 -0
- package/css/std/controls/message-input/img/paperclip.svg +5 -0
- package/css/std/controls/message-input/img/send.svg +8 -0
- package/css/std/controls/message-input/message-input.css +2 -4
- package/css/std/controls/page-layout/page-layout.css +6 -0
- package/css/std/controls/password-input/img/hide-password.svg +1 -0
- package/css/std/controls/password-input/img/show-password.svg +6 -0
- package/css/std/controls/password-input/password-input.css +2 -4
- package/css/std/controls/pdf-viewer/compare.css +2 -4
- package/css/std/controls/pdf-viewer/custom.css +20 -48
- package/css/std/controls/pdf-viewer/img/annotation-check.svg +11 -0
- package/css/std/controls/pdf-viewer/img/annotation-comment.svg +16 -0
- package/css/std/controls/pdf-viewer/img/annotation-help.svg +26 -0
- package/css/std/controls/pdf-viewer/img/annotation-insert.svg +10 -0
- package/css/std/controls/pdf-viewer/img/annotation-key.svg +11 -0
- package/css/std/controls/pdf-viewer/img/annotation-newparagraph.svg +11 -0
- package/css/std/controls/pdf-viewer/img/annotation-noicon.svg +7 -0
- package/css/std/controls/pdf-viewer/img/annotation-note.svg +42 -0
- package/css/std/controls/pdf-viewer/img/annotation-paperclip.svg +6 -0
- package/css/std/controls/pdf-viewer/img/annotation-paragraph.svg +16 -0
- package/css/std/controls/pdf-viewer/img/annotation-pushpin.svg +7 -0
- package/css/std/controls/pdf-viewer/img/cancel-dark-grey.svg +5 -0
- package/css/std/controls/pdf-viewer/img/cursor-editorFreeText.svg +3 -0
- package/css/std/controls/pdf-viewer/img/cursor-editorInk.svg +4 -0
- package/css/std/controls/pdf-viewer/img/delete-active.svg +11 -0
- package/css/std/controls/pdf-viewer/img/delete.svg +11 -0
- package/css/std/controls/pdf-viewer/img/do-compare.svg +4 -0
- package/css/std/controls/pdf-viewer/img/draw-annotation-arrow.svg +10 -0
- package/css/std/controls/pdf-viewer/img/draw-annotation-cloud.svg +3 -0
- package/css/std/controls/pdf-viewer/img/draw-annotation-ellipse.svg +3 -0
- package/css/std/controls/pdf-viewer/img/draw-annotation-line.svg +10 -0
- package/css/std/controls/pdf-viewer/img/draw-annotation-polygon.svg +3 -0
- package/css/std/controls/pdf-viewer/img/draw-annotation-rect.svg +3 -0
- package/css/std/controls/pdf-viewer/img/draw-annotation-toolbar-arrow.svg +13 -0
- package/css/std/controls/pdf-viewer/img/draw-annotation-toolbar-cloud.svg +13 -0
- package/css/std/controls/pdf-viewer/img/draw-annotation-toolbar-ellipse.svg +13 -0
- package/css/std/controls/pdf-viewer/img/draw-annotation-toolbar-line.svg +6 -0
- package/css/std/controls/pdf-viewer/img/draw-annotation-toolbar-polygon.svg +13 -0
- package/css/std/controls/pdf-viewer/img/draw-annotation-toolbar.svg +13 -0
- package/css/std/controls/pdf-viewer/img/dropdown-arrow.svg +3 -0
- package/css/std/controls/pdf-viewer/img/dropdown-menu-arrow.svg +1 -0
- package/css/std/controls/pdf-viewer/img/findbarButton-next.svg +3 -0
- package/css/std/controls/pdf-viewer/img/findbarButton-previous.svg +3 -0
- package/css/std/controls/pdf-viewer/img/gv-toolbarButton-download.svg +3 -0
- package/css/std/controls/pdf-viewer/img/gv-toolbarButton-openinapp.svg +11 -0
- package/css/std/controls/pdf-viewer/img/hide-annotation.svg +13 -0
- package/css/std/controls/pdf-viewer/img/layer-unvisible.svg +12 -0
- package/css/std/controls/pdf-viewer/img/layer-visible.svg +4 -0
- package/css/std/controls/pdf-viewer/img/loading-dark.svg +24 -0
- package/css/std/controls/pdf-viewer/img/loading.svg +1 -0
- package/css/std/controls/pdf-viewer/img/preloader.svg +1 -0
- package/css/std/controls/pdf-viewer/img/secondaryToolbarButton-documentProperties.svg +3 -0
- package/css/std/controls/pdf-viewer/img/secondaryToolbarButton-firstPage.svg +3 -0
- package/css/std/controls/pdf-viewer/img/secondaryToolbarButton-handTool.svg +3 -0
- package/css/std/controls/pdf-viewer/img/secondaryToolbarButton-lastPage.svg +3 -0
- package/css/std/controls/pdf-viewer/img/secondaryToolbarButton-rotateCcw.svg +3 -0
- package/css/std/controls/pdf-viewer/img/secondaryToolbarButton-rotateCw.svg +3 -0
- package/css/std/controls/pdf-viewer/img/secondaryToolbarButton-scrollHorizontal.svg +3 -0
- package/css/std/controls/pdf-viewer/img/secondaryToolbarButton-scrollPage.svg +3 -0
- package/css/std/controls/pdf-viewer/img/secondaryToolbarButton-scrollVertical.svg +3 -0
- package/css/std/controls/pdf-viewer/img/secondaryToolbarButton-scrollWrapped.svg +3 -0
- package/css/std/controls/pdf-viewer/img/secondaryToolbarButton-selectTool.svg +3 -0
- package/css/std/controls/pdf-viewer/img/secondaryToolbarButton-spreadEven.svg +3 -0
- package/css/std/controls/pdf-viewer/img/secondaryToolbarButton-spreadNone.svg +3 -0
- package/css/std/controls/pdf-viewer/img/secondaryToolbarButton-spreadOdd.svg +3 -0
- package/css/std/controls/pdf-viewer/img/show-annotation.svg +12 -0
- package/css/std/controls/pdf-viewer/img/sidebar-notes-toggle.svg +12 -0
- package/css/std/controls/pdf-viewer/img/toolbarButton-bookmark.svg +3 -0
- package/css/std/controls/pdf-viewer/img/toolbarButton-currentOutlineItem.svg +3 -0
- package/css/std/controls/pdf-viewer/img/toolbarButton-download.svg +4 -0
- package/css/std/controls/pdf-viewer/img/toolbarButton-editorFreeText.svg +3 -0
- package/css/std/controls/pdf-viewer/img/toolbarButton-editorInk.svg +4 -0
- package/css/std/controls/pdf-viewer/img/toolbarButton-editorStamp.svg +8 -0
- package/css/std/controls/pdf-viewer/img/toolbarButton-menuArrow.svg +3 -0
- package/css/std/controls/pdf-viewer/img/toolbarButton-openFile.svg +3 -0
- package/css/std/controls/pdf-viewer/img/toolbarButton-pageDown.svg +3 -0
- package/css/std/controls/pdf-viewer/img/toolbarButton-pageUp.svg +3 -0
- package/css/std/controls/pdf-viewer/img/toolbarButton-presentationMode.svg +3 -0
- package/css/std/controls/pdf-viewer/img/toolbarButton-print.svg +3 -0
- package/css/std/controls/pdf-viewer/img/toolbarButton-search.svg +3 -0
- package/css/std/controls/pdf-viewer/img/toolbarButton-secondaryToolbarToggle.svg +3 -0
- package/css/std/controls/pdf-viewer/img/toolbarButton-sidebarToggle.svg +3 -0
- package/css/std/controls/pdf-viewer/img/toolbarButton-viewAttachments.svg +3 -0
- package/css/std/controls/pdf-viewer/img/toolbarButton-viewLayers.svg +3 -0
- package/css/std/controls/pdf-viewer/img/toolbarButton-viewOutline.svg +3 -0
- package/css/std/controls/pdf-viewer/img/toolbarButton-viewThumbnail.svg +3 -0
- package/css/std/controls/pdf-viewer/img/toolbarButton-zoomIn.svg +3 -0
- package/css/std/controls/pdf-viewer/img/toolbarButton-zoomOut.svg +3 -0
- package/css/std/controls/pdf-viewer/img/treeitem-collapsed.svg +1 -0
- package/css/std/controls/pdf-viewer/img/treeitem-expanded.svg +1 -0
- package/css/std/controls/pdf-viewer/pdf-viewer-index.css +72 -147
- package/css/std/controls/pdf-viewer/pdf-viewer.css +2 -4
- package/css/std/controls/pdf-viewer/viewer-theme.css +2 -4
- package/css/std/controls/pdf-viewer/viewer.css +46 -87
- package/css/std/controls/product-title/product-title.css +20 -0
- package/css/std/controls/progress/progress.css +121 -0
- package/css/std/controls/radio/img/radio-active-disabled.svg +3 -0
- package/css/std/controls/radio/img/radio-active.svg +3 -0
- package/css/std/controls/radio/img/radio-empty-disabled.svg +3 -0
- package/css/std/controls/radio/img/radio-empty.svg +3 -0
- package/css/std/controls/radio/radio.css +66 -0
- package/css/std/controls/right-align-control-group/right-align-control-group.css +10 -0
- package/css/std/controls/route-item/img/collapse-bottom-small.svg +5 -0
- package/css/std/controls/route-item/img/collapse-right-small.svg +1 -0
- package/css/std/controls/route-item/img/comment-hidden.svg +7 -0
- package/css/std/controls/route-item/img/comment.svg +6 -0
- package/css/std/controls/route-item/route-item.css +4 -8
- package/css/std/controls/search/img/cancel-black.svg +3 -0
- package/css/std/controls/search/img/cancel-dark-grey.svg +5 -0
- package/css/std/controls/search/img/search-settings.svg +9 -0
- package/css/std/controls/search/img/search.svg +5 -0
- package/css/std/controls/search/input.css +4 -8
- package/css/std/controls/sidebar/img/bottom-menu-button-more.svg +5 -0
- package/css/std/controls/sidebar/img/collapse-bottom-black.svg +1 -0
- package/css/std/controls/sidebar/img/collapse-bottom-blue.svg +3 -0
- package/css/std/controls/sidebar/img/list-marker-active.svg +3 -0
- package/css/std/controls/sidebar/img/list-marker.svg +3 -0
- package/css/std/controls/sidebar/sidebar-item.css +7 -18
- package/css/std/controls/sidebar/sidebar.css +1 -2
- package/css/std/controls/splitter/img/splitter-handle-bar-drag.svg +6 -0
- package/css/std/controls/splitter/splitter.css +1 -2
- package/css/std/controls/tab-group/tab-group.css +4 -6
- package/css/std/controls/table-view/img/cancel-grey.svg +3 -0
- package/css/std/controls/table-view/img/cancel-white.svg +3 -0
- package/css/std/controls/table-view/img/check.svg +10 -0
- package/css/std/controls/table-view/img/checkbox-active.svg +4 -0
- package/css/std/controls/table-view/img/checkbox-big-active.svg +4 -0
- package/css/std/controls/table-view/img/checkbox-big-empty.svg +5 -0
- package/css/std/controls/table-view/img/checkbox-big-undetermined.svg +4 -0
- package/css/std/controls/table-view/img/checkbox-empty.svg +3 -0
- package/css/std/controls/table-view/img/collapse-bottom-black.svg +5 -0
- package/css/std/controls/table-view/img/collapse-right-grey.svg +3 -0
- package/css/std/controls/table-view/img/dropdown-menu-arrow.svg +1 -0
- package/css/std/controls/table-view/img/filter/filter-cancel-white.svg +4 -0
- package/css/std/controls/table-view/img/filter/filter-contains-white.svg +8 -0
- package/css/std/controls/table-view/img/filter/filter-contains.svg +7 -0
- package/css/std/controls/table-view/img/filter/filter-ends-in-white.svg +7 -0
- package/css/std/controls/table-view/img/filter/filter-ends-in.svg +6 -0
- package/css/std/controls/table-view/img/filter/filter-equal-white.svg +5 -0
- package/css/std/controls/table-view/img/filter/filter-equal.svg +4 -0
- package/css/std/controls/table-view/img/filter/filter-math-equal-lower-white.svg +5 -0
- package/css/std/controls/table-view/img/filter/filter-math-equal-lower.svg +4 -0
- package/css/std/controls/table-view/img/filter/filter-math-equal-more-white.svg +5 -0
- package/css/std/controls/table-view/img/filter/filter-math-equal-more.svg +4 -0
- package/css/std/controls/table-view/img/filter/filter-math-lower-white.svg +4 -0
- package/css/std/controls/table-view/img/filter/filter-math-lower.svg +3 -0
- package/css/std/controls/table-view/img/filter/filter-math-more-white.svg +4 -0
- package/css/std/controls/table-view/img/filter/filter-math-more.svg +3 -0
- package/css/std/controls/table-view/img/filter/filter-not-contains-white.svg +9 -0
- package/css/std/controls/table-view/img/filter/filter-not-contains.svg +8 -0
- package/css/std/controls/table-view/img/filter/filter-not-edns-in-white.svg +8 -0
- package/css/std/controls/table-view/img/filter/filter-not-edns-in.svg +7 -0
- package/css/std/controls/table-view/img/filter/filter-not-equal-white.svg +6 -0
- package/css/std/controls/table-view/img/filter/filter-not-equal.svg +5 -0
- package/css/std/controls/table-view/img/filter/filter-not-start-with-white.svg +8 -0
- package/css/std/controls/table-view/img/filter/filter-not-start-with.svg +7 -0
- package/css/std/controls/table-view/img/filter/filter-start-with-white.svg +7 -0
- package/css/std/controls/table-view/img/filter/filter-start-with.svg +6 -0
- package/css/std/controls/table-view/img/group-collapse-bottom.svg +19 -0
- package/css/std/controls/table-view/img/group-collapse-right.svg +19 -0
- package/css/std/controls/table-view/img/preloader.svg +1 -0
- package/css/std/controls/table-view/img/question.svg +10 -0
- package/css/std/controls/table-view/img/sort-bottom.svg +3 -0
- package/css/std/controls/table-view/img/sort-top.svg +3 -0
- package/css/std/controls/table-view/img/tooltip-arrow.svg +1 -0
- package/css/std/controls/table-view/table-view.css +12 -13
- package/css/std/controls/table-view/treegrid.css +50 -95
- package/css/std/controls/table-view-detail/table-view-detail.css +15 -0
- package/css/std/controls/task-tile/img/cancel-dark-grey.svg +5 -0
- package/css/std/controls/task-tile/task-tile.css +1 -2
- package/css/std/controls/task-user-list/task-user-list.css +23 -0
- package/css/std/controls/time-picker/img/copy-to-clipboard.svg +4 -0
- package/css/std/controls/time-picker/img/error-message.svg +6 -0
- package/css/std/controls/time-picker/img/time-picker.svg +6 -0
- package/css/std/controls/time-picker/time-picker.css +5 -6
- package/css/std/controls/tooltip/img/tooltip-arrow.svg +1 -0
- package/css/std/controls/tooltip/tooltip.css +1 -1
- package/css/std/controls/tree-view/img/checkbox-big-active.svg +4 -0
- package/css/std/controls/tree-view/img/checkbox-big-empty.svg +5 -0
- package/css/std/controls/tree-view/img/checkbox-big-undetermined.svg +4 -0
- package/css/std/controls/tree-view/img/collapse-bottom-grey.svg +3 -0
- package/css/std/controls/tree-view/img/collapse-right-grey.svg +3 -0
- package/css/std/controls/tree-view/img/folder-closed-selected.svg +3 -0
- package/css/std/controls/tree-view/img/folder-closed.svg +3 -0
- package/css/std/controls/tree-view/img/folder-opened-selected.svg +4 -0
- package/css/std/controls/tree-view/img/folder-opened.svg +4 -0
- package/css/std/controls/tree-view/img/root-folder.svg +5 -0
- package/css/std/controls/tree-view/tree-view-context-menu.css +1 -2
- package/css/std/controls/tree-view/tree-view.css +10 -20
- package/css/std/controls/uploader/img/cancel-grey.svg +3 -0
- package/css/std/controls/uploader/img/collapse-bottom.svg +5 -0
- package/css/std/controls/uploader/img/collapse-up.svg +3 -0
- package/css/std/controls/uploader/img/success.svg +7 -0
- package/css/std/controls/uploader/img/upload-blue.svg +3 -0
- package/css/std/controls/uploader/uploader.css +12 -55
- package/css/std/controls/user-profile/img/dropdown-menu-arrow.svg +1 -0
- package/css/std/controls/user-profile/user-profile.css +2 -3
- package/css/std/fonts/Inter-Light.ttf +0 -0
- package/css/std/fonts/Inter-Medium.ttf +0 -0
- package/css/std/fonts/Inter-Regular.ttf +0 -0
- package/css/std/fonts/Inter-SemiBold.ttf +0 -0
- package/css/third-party/bootstrap/bootstrap.min.css +7 -0
- package/css/white/common.css +74 -0
- package/css/white/controls/alert/alert.css +180 -0
- package/css/white/controls/avatar/avatar.css +18 -0
- package/css/white/controls/button/button.css +98 -0
- package/css/white/controls/button-group/button-group.css +11 -0
- package/css/white/controls/center-align-control-group/center-align-control-group.css +3 -0
- package/css/white/controls/checkbox/checkbox.css +31 -0
- package/css/white/controls/command-menu/command-menu-button.css +43 -0
- package/css/white/controls/command-menu/command-menu-dropdown-button.css +30 -0
- package/css/white/controls/command-menu/command-menu-item.css +89 -0
- package/css/white/controls/command-menu/command-menu-lookup-picker.css +48 -0
- package/css/white/controls/command-menu/command-menu.css +83 -0
- package/css/white/controls/date-time-picker/kendo-date-time-picker.css +208 -0
- package/css/white/controls/dialog/dialog-button-close.css +42 -0
- package/css/white/controls/dialog/dialog-button.css +26 -0
- package/css/white/controls/dialog/dialog-content.css +63 -0
- package/css/white/controls/dialog/dialog-footer.css +15 -0
- package/css/white/controls/dialog/dialog-header.css +6 -0
- package/css/white/controls/dialog/dialog.css +52 -0
- package/css/white/controls/dropdown-button/dropdown-button.css +107 -0
- package/css/white/controls/expand-control-group/expand-control-group.css +48 -0
- package/css/white/controls/expand-control-group/img/ico-collapse.svg +9 -0
- package/css/white/controls/expand-control-group/img/ico-expand.svg +9 -0
- package/css/white/controls/header/header-customer-logo.css +9 -0
- package/css/white/controls/header/header-nav-bar-sidebar-button.css +22 -0
- package/css/white/controls/header/header-nav-bar.css +21 -0
- package/css/white/controls/header/header-nav-service.css +14 -0
- package/css/white/controls/header/header.css +6 -0
- package/css/white/controls/image/image.css +17 -0
- package/css/white/controls/input/input.css +103 -0
- package/css/white/controls/label/label.css +8 -0
- package/css/white/controls/lookup-picker/lookup-picker-placeholder.css +3 -0
- package/css/white/controls/lookup-picker/lookup-picker-selected-item.css +21 -0
- package/css/white/controls/lookup-picker/lookup-picker-value-list.css +59 -0
- package/css/white/controls/lookup-picker/lookup-picker.css +83 -0
- package/css/white/controls/main/main.css +23 -0
- package/css/white/controls/message-input/message-input.css +103 -0
- package/css/white/controls/page-layout/page-layout.css +5 -0
- package/css/white/controls/product-title/product-title.css +22 -0
- package/css/white/controls/progress/progress.css +121 -0
- package/css/white/controls/radio/radio.css +19 -0
- package/css/white/controls/right-align-control-group/right-align-control-group.css +10 -0
- package/css/white/controls/table-view-detail/table-view-detail.css +147 -0
- package/css/white/controls/task-tile/task-tile.css +89 -0
- package/css/white/controls/task-user-list/task-user-list.css +23 -0
- package/css/white/controls/user-profile/user-profile.css +127 -0
- package/css/white/fonts/GraphikLCG-Bold.ttf +0 -0
- package/css/white/fonts/GraphikLCG-Medium.ttf +0 -0
- package/css/white/fonts/GraphikLCG-Regular.ttf +0 -0
- package/dist/index.css +776 -427
- package/dist/index.js +1103 -2191
- package/dist/index.js.map +1 -1
- package/dist/src/constants/Factory.d.ts +1 -0
- package/dist/src/controls/ButtonGroup/ButtonGroup.d.ts +6 -0
- package/dist/src/controls/CenterAlignControlGroup/CenterAlignControlGroup.d.ts +6 -0
- package/dist/src/controls/Checkbox/Checkbox.d.ts +2 -2
- package/dist/src/controls/ExpandControlGroup/ExpandControlGroup.d.ts +10 -0
- package/dist/src/controls/FileVersionSelect/Item.d.ts +2 -0
- package/dist/src/controls/Header/Header.d.ts +11 -0
- package/dist/src/controls/Header/HeaderConstants.d.ts +3 -0
- package/dist/src/controls/Header/HeaderNavBar.d.ts +6 -0
- package/dist/src/controls/Header/HeaderNavService.d.ts +6 -0
- package/dist/src/controls/Header/SidebarButton.d.ts +6 -0
- package/dist/src/controls/Image/Image.d.ts +12 -0
- package/dist/src/controls/ImagePicker/ImagePicker.d.ts +2 -2
- package/dist/src/controls/LeftAlignControlGroup/LeftAlignControlGroup.d.ts +6 -0
- package/dist/src/controls/Login/Login.d.ts +1 -0
- package/dist/src/controls/Main/Main.d.ts +6 -0
- package/dist/src/controls/PageLayout/PageLayout.d.ts +9 -0
- package/dist/src/controls/ProductTitle/ProductTitle.d.ts +11 -0
- package/dist/src/controls/Progress/Progress.d.ts +6 -0
- package/dist/src/controls/Radio/Radio.d.ts +14 -0
- package/dist/src/controls/RightAlignControlGroup/RightAlignControlGroup.d.ts +6 -0
- package/dist/src/controls/ScriptLoader/ScriptLoader.d.ts +10 -0
- package/dist/src/controls/ScriptLoader/ScriptLoaderConstants.d.ts +3 -0
- package/dist/src/controls/Sidebar/Sidebar.d.ts +2 -1
- package/dist/src/controls/Sidebar/SidebarConstants.d.ts +5 -0
- package/dist/src/controls/TableViewDetail/TableViewDetail.d.ts +6 -0
- package/dist/src/controls/TaskUserList/TaskUserList.d.ts +6 -0
- package/dist/src/controls/TelerikUploader/TelerikUploaderContextImpl.d.ts +1 -0
- package/dist/src/index.d.ts +34 -2
- package/dist/src/services/LocalStorageService.d.ts +4 -0
- package/lib/jquery/jquery-3.3.1.js +10364 -0
- package/lib/kendo/kendo.all.min.js +145 -0
- package/lib/kendo/kendo.culture.ru-RU.min.js +26 -0
- package/lib/kendo/kendo.messages.ru-RU.min.js +47 -0
- package/lib/signalr/signalr.js +3115 -0
- package/lib/third-party.js +13701 -0
- package/package.json +4 -3
- package/src/controls/BimViewer/js/bim-viewer.js +2 -2
- package/src/controls/PdfViewer/js/pdf-viewer.js +1 -1
- /package/css/std/controls/{icon/icon.css → image/image.css} +0 -0
package/css/std/common.css
CHANGED
|
@@ -1,5 +1,59 @@
|
|
|
1
|
+
@import url('@vitrosoftware/common-ui-ts/css/third-party/bootstrap/bootstrap.min.css');
|
|
1
2
|
@import url('@vitrosoftware/common-ui-ts/css/third-party/kendo/kendo.css');
|
|
2
3
|
|
|
4
|
+
@font-face {
|
|
5
|
+
font-family: InterLight;
|
|
6
|
+
src: local('Inter-Light.ttf'), url(@vitrosoftware/common-ui-ts/css/std/fonts/Inter-Light.ttf);
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
@font-face {
|
|
10
|
+
font-family: InterRegular;
|
|
11
|
+
src: local('Inter-Regular.ttf'), url(@vitrosoftware/common-ui-ts/css/std/fonts/Inter-Regular.ttf);
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
@font-face {
|
|
15
|
+
font-family: InterMedium;
|
|
16
|
+
src: local('Inter-Medium.ttf'), url(@vitrosoftware/common-ui-ts/css/std/fonts/Inter-Medium.ttf);
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
@font-face {
|
|
20
|
+
font-family: InterSemiBold;
|
|
21
|
+
src: local('Inter-SemiBold.ttf'), url(@vitrosoftware/common-ui-ts/css/std/fonts/Inter-SemiBold.ttf);
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
@supports (-webkit-touch-callout: none) {
|
|
25
|
+
body {
|
|
26
|
+
height: -webkit-fill-available;
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
html {
|
|
31
|
+
min-width: 320px;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
body {
|
|
35
|
+
overflow: hidden;
|
|
36
|
+
font-family: 'InterRegular', sans-serif !important;
|
|
37
|
+
font-size: 14px !important;
|
|
38
|
+
line-height: 16px;
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
body, input, textarea {
|
|
42
|
+
color: #222d44;
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
input, textarea {
|
|
46
|
+
outline: none;
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
a {
|
|
50
|
+
text-decoration: none !important;
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
:focus {
|
|
54
|
+
outline: none;
|
|
55
|
+
}
|
|
56
|
+
|
|
3
57
|
html, body {
|
|
4
58
|
overscroll-behavior-x: none;
|
|
5
59
|
}
|
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
background-size: 100%;
|
|
69
69
|
background-position: center;
|
|
70
70
|
background-repeat: no-repeat;
|
|
71
|
-
background-image: url(
|
|
71
|
+
background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/action-handler/img/cancel-dark-grey.svg');
|
|
72
72
|
}
|
|
73
73
|
|
|
74
74
|
.vitro-success,
|
|
@@ -31,28 +31,23 @@
|
|
|
31
31
|
}
|
|
32
32
|
|
|
33
33
|
.vitro-icon-before {
|
|
34
|
-
|
|
35
|
-
background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 42 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='help-question'%3E%3Cpath id='Vector' d='M21.0005 36.751C29.6993 36.751 36.751 29.6993 36.751 21.0005C36.751 12.3017 29.6993 5.25 21.0005 5.25C12.3017 5.25 5.25 12.3017 5.25 21.0005C5.25 29.6993 12.3017 36.751 21.0005 36.751Z' stroke='%234A556C' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath id='Vector_2' d='M16.7656 16.7561C16.7656 15.9174 17.0146 15.0976 17.4809 14.4002C17.9473 13.7029 18.6102 13.1594 19.3858 12.8384C20.1613 12.5175 21.0147 12.4335 21.838 12.5971C22.6614 12.7607 23.4177 13.1646 24.0112 13.7576C24.6048 14.3507 25.0091 15.1063 25.1728 15.9289C25.3366 16.7514 25.2526 17.6041 24.9313 18.3789C24.6101 19.1538 24.066 19.816 23.3681 20.282C22.6701 20.7479 21.8495 20.9966 21.01 20.9966V23.8236' stroke='%23222D44' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cg id='Group 2567'%3E%3Cpath id='Vector_3' d='M21.0042 29.3835C20.6697 29.3835 20.3984 29.1122 20.3984 28.7777C20.3984 28.4431 20.6697 28.1719 21.0042 28.1719' stroke='%23222D44' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath id='Vector_4' d='M21 29.3835C21.3346 29.3835 21.6058 29.1122 21.6058 28.7777C21.6058 28.4431 21.3346 28.1719 21 28.1719' stroke='%23222D44' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
|
|
34
|
+
background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/action-handler/img/question.svg');
|
|
36
35
|
}
|
|
37
36
|
|
|
38
37
|
.vitro-icon-progress {
|
|
39
|
-
|
|
40
|
-
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 100 100' preserveAspectRatio='xMidYMid' style='margin: auto; background-image: none; display: block; shape-rendering: auto; background-position: initial initial; background-repeat: initial initial;' class='ng-star-inserted'%3E%3Cg transform='rotate(0 50 50)'%3E%3Crect x='46' y='6' rx='3.84' ry='3.84' width='8' height='24' fill='%23347FDE'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='-0.875s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(45 50 50)'%3E%3Crect x='46' y='6' rx='3.84' ry='3.84' width='8' height='24' fill='%23347FDE'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='-0.75s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(90 50 50)'%3E%3Crect x='46' y='6' rx='3.84' ry='3.84' width='8' height='24' fill='%23347FDE'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='-0.625s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(135 50 50)'%3E%3Crect x='46' y='6' rx='3.84' ry='3.84' width='8' height='24' fill='%23347FDE'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='-0.5s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(180 50 50)'%3E%3Crect x='46' y='6' rx='3.84' ry='3.84' width='8' height='24' fill='%23347FDE'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='-0.375s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(225 50 50)'%3E%3Crect x='46' y='6' rx='3.84' ry='3.84' width='8' height='24' fill='%23347FDE'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='-0.25s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(270 50 50)'%3E%3Crect x='46' y='6' rx='3.84' ry='3.84' width='8' height='24' fill='%23347FDE'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='-0.125s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(315 50 50)'%3E%3Crect x='46' y='6' rx='3.84' ry='3.84' width='8' height='24' fill='%23347FDE'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='0s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3C/svg%3E");
|
|
38
|
+
background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/action-handler/img/progress.svg');
|
|
41
39
|
}
|
|
42
40
|
|
|
43
41
|
.vitro-icon-error {
|
|
44
|
-
|
|
45
|
-
background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='check-one /Line/Black'%3E%3Cpath id='Vector' d='M12 22.0039C14.7614 22.0039 17.2614 20.8846 19.071 19.075C20.8807 17.2653 22 14.7653 22 12.0039C22 9.24251 20.8807 6.74251 19.071 4.93284C17.2614 3.1232 14.7614 2.00391 12 2.00391C9.2386 2.00391 6.7386 3.1232 4.92893 4.93284C3.11929 6.74251 2 9.24251 2 12.0039C2 14.7653 3.11929 17.2653 4.92893 19.075C6.7386 20.8846 9.2386 22.0039 12 22.0039Z' fill='%23D13438'/%3E%3Cpath id='Vector_2' d='M9 15L12 12L15 15M15 9L11.9994 12L9 9' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E%0A");
|
|
42
|
+
background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/action-handler/img/error.svg');
|
|
46
43
|
}
|
|
47
44
|
|
|
48
45
|
.vitro-icon-success {
|
|
49
|
-
|
|
50
|
-
background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='check-one /Line/Black'%3E%3Crect width='24' height='24' fill='white'/%3E%3Cpath id='Vector' d='M12 22C14.7614 22 17.2614 20.8807 19.0711 19.0711C20.8807 17.2614 22 14.7614 22 12C22 9.2386 20.8807 6.7386 19.0711 4.92893C17.2614 3.11929 14.7614 2 12 2C9.2386 2 6.7386 3.11929 4.92893 4.92893C3.11929 6.7386 2 9.2386 2 12C2 14.7614 3.11929 17.2614 4.92893 19.0711C6.7386 20.8807 9.2386 22 12 22Z' fill='%23198754'/%3E%3Cpath id='Vector_2' d='M8 12L11 15L16 10' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E%0A");
|
|
46
|
+
background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/action-handler/img/success.svg');
|
|
51
47
|
}
|
|
52
48
|
|
|
53
49
|
.vitro-icon-warning {
|
|
54
|
-
|
|
55
|
-
background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='check-one /Line/Black'%3E%3Cpath id='Vector' d='M12 22.0039C14.7614 22.0039 17.2614 20.8846 19.071 19.075C20.8807 17.2653 22 14.7653 22 12.0039C22 9.24251 20.8807 6.74251 19.071 4.93284C17.2614 3.1232 14.7614 2.00391 12 2.00391C9.2386 2.00391 6.7386 3.1232 4.92893 4.93284C3.11929 6.74251 2 9.24251 2 12.0039C2 14.7653 3.11929 17.2653 4.92893 19.075C6.7386 20.8846 9.2386 22.0039 12 22.0039Z' fill='%23F3AD4A'/%3E%3Cg id='Vector_2'%3E%3Cpath d='M12 6V12Z' fill='white'/%3E%3Cpath d='M12 6V12' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Ccircle id='Ellipse 135' cx='12' cy='17' r='1' fill='white'/%3E%3C/g%3E%3C/svg%3E%0A");
|
|
50
|
+
background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/action-handler/img/warning.svg');
|
|
56
51
|
}
|
|
57
52
|
|
|
58
53
|
.vitro-action-handler :global(.popover-body) {
|
|
@@ -198,16 +193,14 @@
|
|
|
198
193
|
background-position: center;
|
|
199
194
|
background-repeat: no-repeat;
|
|
200
195
|
margin-left: 10px;
|
|
201
|
-
|
|
202
|
-
background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='iconoir:cancel'%3E%3Cpath id='Vector' d='M4.79688 19.2008L11.9969 12.0008L19.1969 19.2008M19.1969 4.80078L11.9955 12.0008L4.79688 4.80078' stroke='%23D13438' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E%0A");
|
|
196
|
+
background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/action-handler/img/cancel-red-big.svg');
|
|
203
197
|
}
|
|
204
198
|
|
|
205
199
|
.vitro-success .vitro-button-close,
|
|
206
200
|
.vitro-warning .vitro-button-close,
|
|
207
201
|
.vitro-error .vitro-button-close {
|
|
208
202
|
margin-left: 8px;
|
|
209
|
-
|
|
210
|
-
background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='iconoir:cancel'%3E%3Cpath id='Vector' d='M6.75781 17.2438L12.0008 12.0008L17.2438 17.2438M17.2438 6.75781L11.9998 12.0008L6.75781 6.75781' stroke='%234A556C' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E%0A");
|
|
203
|
+
background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/action-handler/img/cancel-dark-grey.svg');
|
|
211
204
|
}
|
|
212
205
|
|
|
213
206
|
.vitro-button-cancel {
|
|
@@ -252,13 +245,11 @@
|
|
|
252
245
|
}
|
|
253
246
|
|
|
254
247
|
.vitro-button-collapse-bottom {
|
|
255
|
-
|
|
256
|
-
background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Chevron-dropdown-Big'%3E%3Cpath id='Vector 9' d='M19.5 9L12 16.5L4.5 9' stroke='%234A556C' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E%0A");
|
|
248
|
+
background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/action-handler/img/collapse-up.svg');
|
|
257
249
|
}
|
|
258
250
|
|
|
259
251
|
.vitro-button-collapse-up {
|
|
260
|
-
|
|
261
|
-
background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.5 16.5L12 9L19.5 16.5' stroke='%234A556C' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
|
|
252
|
+
background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/action-handler/img/collapse-bottom.svg');
|
|
262
253
|
}
|
|
263
254
|
|
|
264
255
|
@media (max-width: 800px) {
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g id="iconoir:cancel">
|
|
3
|
+
<path id="Vector" d="M6.75781 17.2438L12.0008 12.0008L17.2438 17.2438M17.2438 6.75781L11.9998 12.0008L6.75781 6.75781" stroke="#4A556C" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
</g>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g id="iconoir:cancel">
|
|
3
|
+
<path id="Vector" d="M4.50513 11.4955L8.00046 8.00022L11.4958 11.4955M11.4958 4.50488L7.99979 8.00022L4.50513 4.50488" stroke="#D13438" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
</g>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g id="check-one /Line/Black">
|
|
3
|
+
<path id="Vector" d="M12 22.0039C14.7614 22.0039 17.2614 20.8846 19.071 19.075C20.8807 17.2653 22 14.7653 22 12.0039C22 9.24251 20.8807 6.74251 19.071 4.93284C17.2614 3.1232 14.7614 2.00391 12 2.00391C9.2386 2.00391 6.7386 3.1232 4.92893 4.93284C3.11929 6.74251 2 9.24251 2 12.0039C2 14.7653 3.11929 17.2653 4.92893 19.075C6.7386 20.8846 9.2386 22.0039 12 22.0039Z" fill="#D13438"/>
|
|
4
|
+
<path id="Vector_2" d="M9 15L12 12L15 15M15 9L11.9994 12L9 9" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
5
|
+
</g>
|
|
6
|
+
</svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 100 100' preserveAspectRatio='xMidYMid' style='margin: auto; background-image: none; display: block; shape-rendering: auto; background-position: initial initial; background-repeat: initial initial;' class='ng-star-inserted'><g transform='rotate(0 50 50)'><rect x='46' y='6' rx='3.84' ry='3.84' width='8' height='24' fill='#347FDE'><animate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='-0.875s' repeatCount='indefinite'></animate></rect></g><g transform='rotate(45 50 50)'><rect x='46' y='6' rx='3.84' ry='3.84' width='8' height='24' fill='#347FDE'><animate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='-0.75s' repeatCount='indefinite'></animate></rect></g><g transform='rotate(90 50 50)'><rect x='46' y='6' rx='3.84' ry='3.84' width='8' height='24' fill='#347FDE'><animate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='-0.625s' repeatCount='indefinite'></animate></rect></g><g transform='rotate(135 50 50)'><rect x='46' y='6' rx='3.84' ry='3.84' width='8' height='24' fill='#347FDE'><animate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='-0.5s' repeatCount='indefinite'></animate></rect></g><g transform='rotate(180 50 50)'><rect x='46' y='6' rx='3.84' ry='3.84' width='8' height='24' fill='#347FDE'><animate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='-0.375s' repeatCount='indefinite'></animate></rect></g><g transform='rotate(225 50 50)'><rect x='46' y='6' rx='3.84' ry='3.84' width='8' height='24' fill='#347FDE'><animate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='-0.25s' repeatCount='indefinite'></animate></rect></g><g transform='rotate(270 50 50)'><rect x='46' y='6' rx='3.84' ry='3.84' width='8' height='24' fill='#347FDE'><animate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='-0.125s' repeatCount='indefinite'></animate></rect></g><g transform='rotate(315 50 50)'><rect x='46' y='6' rx='3.84' ry='3.84' width='8' height='24' fill='#347FDE'><animate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='0s' repeatCount='indefinite'></animate></rect></g></svg>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<svg viewBox="0 0 42 42" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g id="help-question">
|
|
3
|
+
<path id="Vector" d="M21.0005 36.751C29.6993 36.751 36.751 29.6993 36.751 21.0005C36.751 12.3017 29.6993 5.25 21.0005 5.25C12.3017 5.25 5.25 12.3017 5.25 21.0005C5.25 29.6993 12.3017 36.751 21.0005 36.751Z" stroke="#4A556C" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
<path id="Vector_2" d="M16.7656 16.7561C16.7656 15.9174 17.0146 15.0976 17.4809 14.4002C17.9473 13.7029 18.6102 13.1594 19.3858 12.8384C20.1613 12.5175 21.0147 12.4335 21.838 12.5971C22.6614 12.7607 23.4177 13.1646 24.0112 13.7576C24.6048 14.3507 25.0091 15.1063 25.1728 15.9289C25.3366 16.7514 25.2526 17.6041 24.9313 18.3789C24.6101 19.1538 24.066 19.816 23.3681 20.282C22.6701 20.7479 21.8495 20.9966 21.01 20.9966V23.8236" stroke="#222D44" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
5
|
+
<g id="Group 2567">
|
|
6
|
+
<path id="Vector_3" d="M21.0042 29.3835C20.6697 29.3835 20.3984 29.1122 20.3984 28.7777C20.3984 28.4431 20.6697 28.1719 21.0042 28.1719" stroke="#222D44" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
7
|
+
<path id="Vector_4" d="M21 29.3835C21.3346 29.3835 21.6058 29.1122 21.6058 28.7777C21.6058 28.4431 21.3346 28.1719 21 28.1719" stroke="#222D44" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
8
|
+
</g>
|
|
9
|
+
</g>
|
|
10
|
+
</svg>
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g id="check-one /Line/Black">
|
|
3
|
+
<rect width="24" height="24" fill="white"/>
|
|
4
|
+
<path id="Vector" d="M12 22C14.7614 22 17.2614 20.8807 19.0711 19.0711C20.8807 17.2614 22 14.7614 22 12C22 9.2386 20.8807 6.7386 19.0711 4.92893C17.2614 3.11929 14.7614 2 12 2C9.2386 2 6.7386 3.11929 4.92893 4.92893C3.11929 6.7386 2 9.2386 2 12C2 14.7614 3.11929 17.2614 4.92893 19.0711C6.7386 20.8807 9.2386 22 12 22Z" fill="#198754"/>
|
|
5
|
+
<path id="Vector_2" d="M8 12L11 15L16 10" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
6
|
+
</g>
|
|
7
|
+
</svg>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g id="check-one /Line/Black">
|
|
3
|
+
<path id="Vector" d="M12 22.0039C14.7614 22.0039 17.2614 20.8846 19.071 19.075C20.8807 17.2653 22 14.7653 22 12.0039C22 9.24251 20.8807 6.74251 19.071 4.93284C17.2614 3.1232 14.7614 2.00391 12 2.00391C9.2386 2.00391 6.7386 3.1232 4.92893 4.93284C3.11929 6.74251 2 9.24251 2 12.0039C2 14.7653 3.11929 17.2653 4.92893 19.075C6.7386 20.8846 9.2386 22.0039 12 22.0039Z" fill="#F3AD4A"/>
|
|
4
|
+
<g id="Vector_2">
|
|
5
|
+
<path d="M12 6V12Z" fill="white"/>
|
|
6
|
+
<path d="M12 6V12" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
7
|
+
</g>
|
|
8
|
+
<circle id="Ellipse 135" cx="12" cy="17" r="1" fill="white"/>
|
|
9
|
+
</g>
|
|
10
|
+
</svg>
|
|
@@ -62,6 +62,5 @@
|
|
|
62
62
|
background-repeat: no-repeat;
|
|
63
63
|
margin: 0 4px;
|
|
64
64
|
white-space: nowrap;
|
|
65
|
-
|
|
66
|
-
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%3Cpath d='M15.1602 7.81641C14.8684 7.5247 14.8671 7.05213 15.1572 6.7588C15.4496 6.46318 15.9267 6.46186 16.2207 6.75587L20.7585 11.2936C21.1487 11.6839 21.149 12.3165 20.7592 12.7071L16.2204 17.255C15.9267 17.5494 15.4494 17.5483 15.157 17.2526C14.867 16.9595 14.8683 16.4871 15.1599 16.1956L18.5937 12.7617L3.2857 12.7729C2.87128 12.7732 2.53516 12.4373 2.53516 12.0229C2.53516 11.6089 2.87061 11.2732 3.28461 11.2729L18.6055 11.2617L15.1602 7.81641Z' fill='%234A556C'/%3E%3C/svg%3E%0A");
|
|
65
|
+
background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/activity-item/img/activity-arrow.svg');
|
|
67
66
|
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M15.1602 7.81641C14.8684 7.5247 14.8671 7.05213 15.1572 6.7588C15.4496 6.46318 15.9267 6.46186 16.2207 6.75587L20.7585 11.2936C21.1487 11.6839 21.149 12.3165 20.7592 12.7071L16.2204 17.255C15.9267 17.5494 15.4494 17.5483 15.157 17.2526C14.867 16.9595 14.8683 16.4871 15.1599 16.1956L18.5937 12.7617L3.2857 12.7729C2.87128 12.7732 2.53516 12.4373 2.53516 12.0229C2.53516 11.6089 2.87061 11.2732 3.28461 11.2729L18.6055 11.2617L15.1602 7.81641Z" fill="#4A556C"/>
|
|
3
|
+
</svg>
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
background-position: center;
|
|
38
38
|
background-size: 100%;
|
|
39
39
|
background-repeat: no-repeat;
|
|
40
|
-
background-image: url(
|
|
40
|
+
background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/alert/img/cancel-dark-grey.svg');
|
|
41
41
|
}
|
|
42
42
|
|
|
43
43
|
.vitro-icon {
|
|
@@ -176,16 +176,13 @@
|
|
|
176
176
|
}
|
|
177
177
|
|
|
178
178
|
.vitro-alert :global(.alert-danger) .vitro-icon {
|
|
179
|
-
|
|
180
|
-
background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='check-one /Line/Black'%3E%3Cpath id='Vector' d='M12 22.0039C14.7614 22.0039 17.2614 20.8846 19.071 19.075C20.8807 17.2653 22 14.7653 22 12.0039C22 9.24251 20.8807 6.74251 19.071 4.93284C17.2614 3.1232 14.7614 2.00391 12 2.00391C9.2386 2.00391 6.7386 3.1232 4.92893 4.93284C3.11929 6.74251 2 9.24251 2 12.0039C2 14.7653 3.11929 17.2653 4.92893 19.075C6.7386 20.8846 9.2386 22.0039 12 22.0039Z' fill='%23D13438'/%3E%3Cpath id='Vector_2' d='M9 15L12 12L15 15M15 9L11.9994 12L9 9' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E%0A");
|
|
179
|
+
background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/alert/img/error.svg');
|
|
181
180
|
}
|
|
182
181
|
|
|
183
182
|
.vitro-alert :global(.alert-success) .vitro-icon {
|
|
184
|
-
|
|
185
|
-
background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='check-one /Line/Black'%3E%3Crect width='24' height='24' fill='white'/%3E%3Cpath id='Vector' d='M12 22C14.7614 22 17.2614 20.8807 19.0711 19.0711C20.8807 17.2614 22 14.7614 22 12C22 9.2386 20.8807 6.7386 19.0711 4.92893C17.2614 3.11929 14.7614 2 12 2C9.2386 2 6.7386 3.11929 4.92893 4.92893C3.11929 6.7386 2 9.2386 2 12C2 14.7614 3.11929 17.2614 4.92893 19.0711C6.7386 20.8807 9.2386 22 12 22Z' fill='%23198754'/%3E%3Cpath id='Vector_2' d='M8 12L11 15L16 10' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E%0A");
|
|
183
|
+
background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/alert/img/success.svg');
|
|
186
184
|
}
|
|
187
185
|
|
|
188
186
|
.vitro-alert :global(.alert-warning) .vitro-icon {
|
|
189
|
-
|
|
190
|
-
background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='check-one /Line/Black'%3E%3Cpath id='Vector' d='M12 22.0039C14.7614 22.0039 17.2614 20.8846 19.071 19.075C20.8807 17.2653 22 14.7653 22 12.0039C22 9.24251 20.8807 6.74251 19.071 4.93284C17.2614 3.1232 14.7614 2.00391 12 2.00391C9.2386 2.00391 6.7386 3.1232 4.92893 4.93284C3.11929 6.74251 2 9.24251 2 12.0039C2 14.7653 3.11929 17.2653 4.92893 19.075C6.7386 20.8846 9.2386 22.0039 12 22.0039Z' fill='%23F3AD4A'/%3E%3Cg id='Vector_2'%3E%3Cpath d='M12 6V12Z' fill='white'/%3E%3Cpath d='M12 6V12' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Ccircle id='Ellipse 135' cx='12' cy='17' r='1' fill='white'/%3E%3C/g%3E%3C/svg%3E%0A");
|
|
187
|
+
background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/alert/img/warning.svg');
|
|
191
188
|
}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g id="iconoir:cancel">
|
|
3
|
+
<path id="Vector" d="M6.75781 17.2438L12.0008 12.0008L17.2438 17.2438M17.2438 6.75781L11.9998 12.0008L6.75781 6.75781" stroke="#4A556C" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
</g>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g id="check-one /Line/Black">
|
|
3
|
+
<path id="Vector" d="M12 22.0039C14.7614 22.0039 17.2614 20.8846 19.071 19.075C20.8807 17.2653 22 14.7653 22 12.0039C22 9.24251 20.8807 6.74251 19.071 4.93284C17.2614 3.1232 14.7614 2.00391 12 2.00391C9.2386 2.00391 6.7386 3.1232 4.92893 4.93284C3.11929 6.74251 2 9.24251 2 12.0039C2 14.7653 3.11929 17.2653 4.92893 19.075C6.7386 20.8846 9.2386 22.0039 12 22.0039Z" fill="#D13438"/>
|
|
4
|
+
<path id="Vector_2" d="M9 15L12 12L15 15M15 9L11.9994 12L9 9" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
5
|
+
</g>
|
|
6
|
+
</svg>
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g id="check-one /Line/Black">
|
|
3
|
+
<rect width="24" height="24" fill="white"/>
|
|
4
|
+
<path id="Vector" d="M12 22C14.7614 22 17.2614 20.8807 19.0711 19.0711C20.8807 17.2614 22 14.7614 22 12C22 9.2386 20.8807 6.7386 19.0711 4.92893C17.2614 3.11929 14.7614 2 12 2C9.2386 2 6.7386 3.11929 4.92893 4.92893C3.11929 6.7386 2 9.2386 2 12C2 14.7614 3.11929 17.2614 4.92893 19.0711C6.7386 20.8807 9.2386 22 12 22Z" fill="#198754"/>
|
|
5
|
+
<path id="Vector_2" d="M8 12L11 15L16 10" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
6
|
+
</g>
|
|
7
|
+
</svg>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g id="check-one /Line/Black">
|
|
3
|
+
<path id="Vector" d="M12 22.0039C14.7614 22.0039 17.2614 20.8846 19.071 19.075C20.8807 17.2653 22 14.7653 22 12.0039C22 9.24251 20.8807 6.74251 19.071 4.93284C17.2614 3.1232 14.7614 2.00391 12 2.00391C9.2386 2.00391 6.7386 3.1232 4.92893 4.93284C3.11929 6.74251 2 9.24251 2 12.0039C2 14.7653 3.11929 17.2653 4.92893 19.075C6.7386 20.8846 9.2386 22.0039 12 22.0039Z" fill="#F3AD4A"/>
|
|
4
|
+
<g id="Vector_2">
|
|
5
|
+
<path d="M12 6V12Z" fill="white"/>
|
|
6
|
+
<path d="M12 6V12" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
7
|
+
</g>
|
|
8
|
+
<circle id="Ellipse 135" cx="12" cy="17" r="1" fill="white"/>
|
|
9
|
+
</g>
|
|
10
|
+
</svg>
|
|
@@ -138,103 +138,83 @@ select {
|
|
|
138
138
|
}
|
|
139
139
|
|
|
140
140
|
.toolbarButton#btnCreateNotes::before {
|
|
141
|
-
|
|
142
|
-
content: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_3179_133189)'%3E%3Crect x='0.5' y='0.5' width='21' height='13' rx='1.5' stroke='white'/%3E%3Cpath d='M4 3.5H18M4 6.5H15M4 9.5H18' stroke='white'/%3E%3Cpath d='M8 14H14V20L11 17L8 14Z' fill='white'/%3E%3Cpath d='M16 17.5H27.5V27.5H6.5V17.5H8' stroke='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_3179_133189'%3E%3Crect width='28' height='28' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
|
|
141
|
+
content: url('img/draw-annotation.svg');
|
|
143
142
|
}
|
|
144
143
|
|
|
145
144
|
.toolbarButton#btnToggleNotes::before {
|
|
146
|
-
|
|
147
|
-
content: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_3179_133198)'%3E%3Cpath d='M27.5 4V11V19.5C27.5 20.6046 26.6046 21.5 25.5 21.5H2.5C1.39543 21.5 0.5 20.6046 0.5 19.5L0.5 2.5C0.5 1.39543 1.39543 0.5 2.5 0.5H24' stroke='white'/%3E%3Cpath d='M4 4.5H20M4 8.5H16M4 12.5H12M4 16.5H8M15 16.5H24M19 12.5H24M22 8.5H24' stroke='white'/%3E%3Cpath d='M12 22H18V28L15 25L12 22Z' fill='white'/%3E%3Cpath d='M0.5 27.5L27.5 0.5' stroke='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_3179_133198'%3E%3Crect width='28' height='28' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
|
|
145
|
+
content: url('img/hide-annotation.svg');
|
|
148
146
|
}
|
|
149
147
|
|
|
150
148
|
.toolbarButton#btnToggleSidebarNotes::before {
|
|
151
|
-
|
|
152
|
-
content: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_3179_133369)'%3E%3Crect x='0.5' y='0.5' width='27' height='27' stroke='white'/%3E%3Crect x='2' y='3' width='2' height='2' fill='white'/%3E%3Crect x='12' y='4' width='2' height='2' fill='white'/%3E%3Crect x='15' y='6' width='2' height='1' fill='white'/%3E%3Crect x='3' y='6' width='3' height='1' fill='white'/%3E%3Crect x='2' y='20' width='2' height='2' fill='white'/%3E%3Crect x='11' y='23' width='2' height='2' fill='white'/%3E%3Crect x='14' y='24' width='3' height='1' fill='white'/%3E%3Crect x='3' y='23' width='3' height='1' fill='white'/%3E%3Crect x='20.5' y='2.5' width='5' height='3' stroke='white'/%3E%3Crect x='20.5' y='7.5' width='5' height='3' stroke='white'/%3E%3Crect x='20.5' y='12.5' width='5' height='3' stroke='white'/%3E%3Crect x='20.5' y='17.5' width='5' height='3' stroke='white'/%3E%3Crect x='20.5' y='22.5' width='5' height='3' stroke='white'/%3E%3Cpath d='M4.5 10.5V17.5L9.5 22.5M4.5 10.5L9.5 5.5L14.5 10.5M4.5 10.5L9.5 15M9.5 22.5L14.5 17.5V10.5M9.5 22.5V15M14.5 10.5L9.5 15' stroke='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_3179_133369'%3E%3Crect width='28' height='28' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
|
|
149
|
+
content: url('img/sidebar-notes-toggle.svg');
|
|
153
150
|
}
|
|
154
151
|
|
|
155
152
|
.toolbarButton#btnToggleSidebarTreeView::before {
|
|
156
|
-
|
|
157
|
-
content: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_3179_133389)'%3E%3Crect x='0.5' y='0.5' width='2' height='2' stroke='white'/%3E%3Crect x='13.5' y='6.5' width='2' height='2' stroke='white'/%3E%3Crect x='25.5' y='13.5' width='2' height='2' stroke='white'/%3E%3Crect x='25.5' y='19.5' width='2' height='2' stroke='white'/%3E%3Crect x='25.5' y='25.5' width='2' height='2' stroke='white'/%3E%3Cpath d='M1.5 3V26.5H25' stroke='white' stroke-dasharray='2 2'/%3E%3Cpath d='M25 20.5H14.5V14.5M14.5 9V14.5M25 14.5H14.5' stroke='white' stroke-dasharray='2 2'/%3E%3Cpath d='M13 7.5H2' stroke='white' stroke-dasharray='2 2'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_3179_133389'%3E%3Crect width='28' height='28' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
|
|
153
|
+
content: url('img/treeview.svg');
|
|
158
154
|
}
|
|
159
155
|
|
|
160
156
|
.toolbarButton#btnCreateSectionPlan::before {
|
|
161
|
-
|
|
162
|
-
content: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_3179_133315)'%3E%3Cpath d='M11.5 2.5H1V25.5H11.5M15.5 2.5H27V25.5H16.5' stroke='white'/%3E%3Cpath d='M14 28V0' stroke='white' stroke-dasharray='4 4'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_3179_133315'%3E%3Crect width='28' height='28' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
|
|
157
|
+
content: url('img/section-plan.svg');
|
|
163
158
|
}
|
|
164
159
|
|
|
165
160
|
.toolbarButton#btnClearSectionPlan::before {
|
|
166
|
-
|
|
167
|
-
content: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_3179_133207)'%3E%3Cpath d='M10 2.5H0.5V25.5H10M15 2.5H24.5V16' stroke='white'/%3E%3Cpath d='M12.5 28V0' stroke='white' stroke-dasharray='4 4'/%3E%3Cpath d='M27.5 17.5L17.5 27.5M17.5 17.5L27.5 27.5' stroke='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_3179_133207'%3E%3Crect width='28' height='28' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
|
|
161
|
+
content: url('img/section-plan-clear.svg');
|
|
168
162
|
}
|
|
169
163
|
|
|
170
164
|
.toolbarButton#btnToggleSectionPlan::before {
|
|
171
|
-
|
|
172
|
-
content: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_3179_133280)'%3E%3Cpath d='M16.5 0.5V27.5H15.2071L10.5 22.7929V5.20711L15.2071 0.5H16.5Z' stroke='white'/%3E%3Cpath d='M16.5 0.5V27.5H15.2071L10.5 22.7929V5.20711L15.2071 0.5H16.5Z' stroke='white'/%3E%3Crect x='0.5' y='7.5' width='27' height='13' stroke='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_3179_133280'%3E%3Crect width='28' height='28' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
|
|
165
|
+
content: url('img/section-plan-toggle.svg');
|
|
173
166
|
}
|
|
174
167
|
|
|
175
168
|
.toolbarButton#btnToggleNotes.show::before {
|
|
176
|
-
|
|
177
|
-
content: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_3179_133352)'%3E%3Crect x='0.5' y='0.5' width='27' height='21' rx='1.5' stroke='white'/%3E%3Cpath d='M4 4.5H24M4 8.5H17M4 12.5H21M24 16.5H4' stroke='white'/%3E%3Cpath d='M12 22H18V28L15 25L12 22Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_3179_133352'%3E%3Crect width='28' height='28' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
|
|
169
|
+
content: url('img/show-annotation.svg');
|
|
178
170
|
}
|
|
179
171
|
|
|
180
172
|
.toolbarButton#btnCreateAngleMeasurements::before {
|
|
181
|
-
|
|
182
|
-
content: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_3179_132945)'%3E%3Crect x='0.5' y='25.5' width='2' height='2' stroke='white'/%3E%3Crect x='25.5' y='25.5' width='2' height='2' stroke='white'/%3E%3Crect x='25.5' y='0.5' width='2' height='2' stroke='white'/%3E%3Cpath d='M2 26L26 2' stroke='white'/%3E%3Cpath d='M2.5 26.5H25.5' stroke='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_3179_132945'%3E%3Crect width='28' height='28' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
|
|
173
|
+
content: url('img/angle-measurements-create.svg');
|
|
183
174
|
}
|
|
184
175
|
|
|
185
176
|
.toolbarButton#btnToggleAngleMeasurements::before {
|
|
186
|
-
|
|
187
|
-
content: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_3179_132959)'%3E%3Crect x='0.5' y='25.5' width='2' height='2' stroke='white'/%3E%3Crect x='25.5' y='25.5' width='2' height='2' stroke='white'/%3E%3Crect x='25.5' y='0.5' width='2' height='2' stroke='white'/%3E%3Cpath d='M2 26L26 2' stroke='white' stroke-dasharray='2 2'/%3E%3Cpath d='M2.5 26.5H25.5' stroke='white' stroke-dasharray='2 2'/%3E%3Cpath d='M7.5 12L23 27.5' stroke='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_3179_132959'%3E%3Crect width='28' height='28' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
|
|
177
|
+
content: url('img/angle-measurements-toggle.svg');
|
|
188
178
|
}
|
|
189
179
|
|
|
190
180
|
.toolbarButton#btnCreateDistanceMeasurements::before {
|
|
191
|
-
|
|
192
|
-
content: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_3179_133176)'%3E%3Crect x='0.5' y='13' width='2' height='2' stroke='white'/%3E%3Crect x='25.5' y='13' width='2' height='2' stroke='white'/%3E%3Cpath d='M2.5 14H25.5' stroke='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_3179_133176'%3E%3Crect width='28' height='28' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
|
|
181
|
+
content: url('img/distance-measurements-create.svg');
|
|
193
182
|
}
|
|
194
183
|
|
|
195
184
|
.toolbarButton#btnToggleDistanceMeasurements::before {
|
|
196
|
-
|
|
197
|
-
content: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_3179_133215)'%3E%3Crect x='0.5' y='13' width='2' height='2' stroke='white'/%3E%3Crect x='25.5' y='13' width='2' height='2' stroke='white'/%3E%3Cpath d='M2.5 14H25.5' stroke='white' stroke-dasharray='2 2'/%3E%3Cpath d='M5 5L23 23' stroke='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_3179_133215'%3E%3Crect width='28' height='28' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
|
|
185
|
+
content: url('img/distance-measurements-toggle.svg');
|
|
198
186
|
}
|
|
199
187
|
|
|
200
188
|
.toolbarButton#btnToggleSidebarStoreyViews::before {
|
|
201
|
-
|
|
202
|
-
content: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_3179_133377)'%3E%3Cpath d='M9.5 1V11.5M9.5 11.5H13.5V17.5H18.5M9.5 11.5H1M27 17.5H18.5M18.5 17.5V27' stroke='white' stroke-width='1.5'/%3E%3Crect x='0.5' y='0.5' width='27' height='27' stroke='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_3179_133377'%3E%3Crect width='28' height='28' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
|
|
189
|
+
content: url('img/storey-views-toggle.svg');
|
|
203
190
|
}
|
|
204
191
|
|
|
205
192
|
.toolbarButton#btnSaveBCFViewpointJSON::before {
|
|
206
|
-
|
|
207
|
-
content: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_3179_132996)'%3E%3Cpath d='M6 9.25H23' stroke='white'/%3E%3Cpath d='M14.5 0.75V7.75M14.5 7.75L18 4.75M14.5 7.75L11 4.75' stroke='white'/%3E%3Cpath d='M6 27.25H5C3.89543 27.25 3 26.3546 3 25.25V23.5V22.1682C3 21.6587 2.80557 21.1684 2.4564 20.7974L1 19.25L2.4564 17.7026C2.80557 17.3316 3 16.8413 3 16.3318V15V13.75C3 12.6454 3.89543 11.75 5 11.75H6M22 11.75H23C24.1046 11.75 25 12.6454 25 13.75V15V16.3318C25 16.8413 25.1944 17.3316 25.5436 17.7026L27 19.25L25.5436 20.7974C25.1944 21.1684 25 21.6587 25 22.1682V23.5V25.25C25 26.3546 24.1046 27.25 23 27.25H22' stroke='white'/%3E%3Cpath d='M5.5 14.25H8C8.82843 14.25 9.5 14.9216 9.5 15.75V17.75C9.5 18.5784 8.82843 19.25 8 19.25H5.5V14.25Z' stroke='white'/%3E%3Cpath d='M5.5 19.25H8C8.82843 19.25 9.5 19.9216 9.5 20.75V23.75C9.5 24.5784 8.82843 25.25 8 25.25H5.5V19.25Z' stroke='white'/%3E%3Cpath d='M16.5 16.75V16.25C16.5 15.1454 15.6046 14.25 14.5 14.25V14.25C13.3954 14.25 12.5 15.1454 12.5 16.25V23.25C12.5 24.3546 13.3954 25.25 14.5 25.25V25.25C15.6046 25.25 16.5 24.3546 16.5 23.25V22.75' stroke='white'/%3E%3Cpath d='M19.5 25.75V19.25M23.5 14.25H19.5V19.25M19.5 19.25H23' stroke='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_3179_132996'%3E%3Crect width='28' height='28' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
|
|
193
|
+
content: url('img/bcf-json-save.svg');
|
|
208
194
|
}
|
|
209
195
|
|
|
210
196
|
.toolbarButton#btnLoadBCFViewpointJSON::before {
|
|
211
|
-
|
|
212
|
-
content: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_3179_132966)'%3E%3Cpath d='M6 9.25H23' stroke='white'/%3E%3Cpath d='M14.5 7.75V0.75M14.5 0.75L18 3.75M14.5 0.75L11 3.75' stroke='white'/%3E%3Cpath d='M6 27.25H5C3.89543 27.25 3 26.3546 3 25.25V23.5V22.1682C3 21.6587 2.80557 21.1684 2.4564 20.7974L1 19.25L2.4564 17.7026C2.80557 17.3316 3 16.8413 3 16.3318V15V13.75C3 12.6454 3.89543 11.75 5 11.75H6M22 11.75H23C24.1046 11.75 25 12.6454 25 13.75V15V16.3318C25 16.8413 25.1944 17.3316 25.5436 17.7026L27 19.25L25.5436 20.7974C25.1944 21.1684 25 21.6587 25 22.1682V23.5V25.25C25 26.3546 24.1046 27.25 23 27.25H22' stroke='white'/%3E%3Cpath d='M5.5 14.25H8C8.82843 14.25 9.5 14.9216 9.5 15.75V17.75C9.5 18.5784 8.82843 19.25 8 19.25H5.5V14.25Z' stroke='white'/%3E%3Cpath d='M5.5 19.25H8C8.82843 19.25 9.5 19.9216 9.5 20.75V23.75C9.5 24.5784 8.82843 25.25 8 25.25H5.5V19.25Z' stroke='white'/%3E%3Cpath d='M16.5 16.75V16.25C16.5 15.1454 15.6046 14.25 14.5 14.25V14.25C13.3954 14.25 12.5 15.1454 12.5 16.25V23.25C12.5 24.3546 13.3954 25.25 14.5 25.25V25.25C15.6046 25.25 16.5 24.3546 16.5 23.25V22.75' stroke='white'/%3E%3Cpath d='M19.5 25.75V19.25M23.5 14.25H19.5V19.25M19.5 19.25H23' stroke='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_3179_132966'%3E%3Crect width='28' height='28' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
|
|
197
|
+
content: url('img/bcf-json-load.svg');
|
|
213
198
|
}
|
|
214
199
|
|
|
215
200
|
.toolbarButton#btnToggleCompare::before {
|
|
216
|
-
|
|
217
|
-
content: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M27.5 0.5L1.5 26.5' stroke='white' stroke-dasharray='1 1'/%3E%3Cpath d='M5.5 21V0.5L16.5 0.5V10' stroke='white'/%3E%3Cpath d='M22.5 7.5V27.5H11.5V17.5' stroke='white'/%3E%3Crect x='7.5' y='3.5' width='2' height='2' stroke='white'/%3E%3Crect x='18.5' y='18.5' width='2' height='2' stroke='white'/%3E%3Crect x='18.5' y='14.5' width='2' height='2' stroke='white'/%3E%3Cpath d='M20.5 10V12.5H18' stroke='white'/%3E%3Crect x='13.5' y='18.5' width='2' height='2' stroke='white'/%3E%3Cpath d='M15.5 14V16.5H13' stroke='white'/%3E%3Crect x='13.5' y='22.5' width='7' height='2' stroke='white'/%3E%3Crect x='7.5' y='11.5' width='2' height='2' stroke='white'/%3E%3Crect x='12.5' y='3.5' width='2' height='2' stroke='white'/%3E%3Crect x='7.5' y='7.5' width='7' height='2' stroke='white'/%3E%3C/svg%3E%0A");
|
|
201
|
+
content: url('img/compare.svg');
|
|
218
202
|
}
|
|
219
203
|
|
|
220
204
|
.toolbarButton#btnCompareOneOverOne::before {
|
|
221
|
-
|
|
222
|
-
content: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_3179_133031)'%3E%3Crect x='0.5' y='4.5' width='22' height='23' stroke='white'/%3E%3Crect x='5.5' y='0.5' width='22' height='23' stroke='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_3179_133031'%3E%3Crect width='28' height='28' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
|
|
205
|
+
content: url('img/compare-one-over-one.svg');
|
|
223
206
|
}
|
|
224
207
|
|
|
225
208
|
.toolbarButton#btnCompareSideBySide::before {
|
|
226
|
-
|
|
227
|
-
content: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='2.5' y='0.5' width='12' height='27' stroke='white'/%3E%3Crect x='14.5' y='0.5' width='11' height='27' stroke='white'/%3E%3C/svg%3E%0A");
|
|
209
|
+
content: url('img/compare-side-by-side.svg');
|
|
228
210
|
}
|
|
229
211
|
|
|
230
212
|
.toolbarButton#btnClearComparison::before {
|
|
231
|
-
|
|
232
|
-
content: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='5.5' y='5.5' width='17' height='20' stroke='white'/%3E%3Cpath d='M2 5.5H26' stroke='white'/%3E%3Cpath d='M11.5 9V22' stroke='white'/%3E%3Cpath d='M16.5 9V22' stroke='white'/%3E%3Crect x='8.5' y='2.5' width='11' height='3' stroke='white'/%3E%3C/svg%3E%0A");
|
|
213
|
+
content: url('img/compare-clear.svg');
|
|
233
214
|
}
|
|
234
215
|
|
|
235
216
|
.toolbarButton#btnToggleTextures::before {
|
|
236
|
-
|
|
237
|
-
content: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 27V1H14V27H15ZM25.5 0.5V27.5H2.5V0.5H14H25.5Z' stroke='white'/%3E%3Crect x='15' y='1' width='1' height='1' fill='white'/%3E%3Crect x='16' y='2' width='1' height='1' fill='white'/%3E%3Crect x='16' y='4' width='1' height='1' fill='white'/%3E%3Crect x='16' y='6' width='1' height='1' fill='white'/%3E%3Crect x='16' y='8' width='1' height='1' fill='white'/%3E%3Crect x='16' y='10' width='1' height='1' fill='white'/%3E%3Crect x='16' y='12' width='1' height='1' fill='white'/%3E%3Crect x='16' y='14' width='1' height='1' fill='white'/%3E%3Crect x='16' y='16' width='1' height='1' fill='white'/%3E%3Crect x='16' y='18' width='1' height='1' fill='white'/%3E%3Crect x='16' y='20' width='1' height='1' fill='white'/%3E%3Crect x='16' y='22' width='1' height='1' fill='white'/%3E%3Crect x='16' y='24' width='1' height='1' fill='white'/%3E%3Crect x='16' y='26' width='1' height='1' fill='white'/%3E%3Crect x='15' y='3' width='1' height='1' fill='white'/%3E%3Crect x='15' y='5' width='1' height='1' fill='white'/%3E%3Crect x='15' y='7' width='1' height='1' fill='white'/%3E%3Crect x='15' y='9' width='1' height='1' fill='white'/%3E%3Crect x='15' y='11' width='1' height='1' fill='white'/%3E%3Crect x='15' y='13' width='1' height='1' fill='white'/%3E%3Crect x='15' y='15' width='1' height='1' fill='white'/%3E%3Crect x='15' y='17' width='1' height='1' fill='white'/%3E%3Crect x='15' y='19' width='1' height='1' fill='white'/%3E%3Crect x='15' y='21' width='1' height='1' fill='white'/%3E%3Crect x='15' y='23' width='1' height='1' fill='white'/%3E%3Crect x='15' y='25' width='1' height='1' fill='white'/%3E%3Crect x='17' y='1' width='1' height='1' fill='white'/%3E%3Crect x='18' y='2' width='1' height='1' fill='white'/%3E%3Crect x='18' y='4' width='1' height='1' fill='white'/%3E%3Crect x='18' y='6' width='1' height='1' fill='white'/%3E%3Crect x='18' y='8' width='1' height='1' fill='white'/%3E%3Crect x='18' y='10' width='1' height='1' fill='white'/%3E%3Crect x='18' y='12' width='1' height='1' fill='white'/%3E%3Crect x='18' y='14' width='1' height='1' fill='white'/%3E%3Crect x='18' y='16' width='1' height='1' fill='white'/%3E%3Crect x='18' y='18' width='1' height='1' fill='white'/%3E%3Crect x='18' y='20' width='1' height='1' fill='white'/%3E%3Crect x='18' y='22' width='1' height='1' fill='white'/%3E%3Crect x='18' y='24' width='1' height='1' fill='white'/%3E%3Crect x='18' y='26' width='1' height='1' fill='white'/%3E%3Crect x='17' y='3' width='1' height='1' fill='white'/%3E%3Crect x='17' y='5' width='1' height='1' fill='white'/%3E%3Crect x='17' y='7' width='1' height='1' fill='white'/%3E%3Crect x='17' y='9' width='1' height='1' fill='white'/%3E%3Crect x='17' y='11' width='1' height='1' fill='white'/%3E%3Crect x='17' y='13' width='1' height='1' fill='white'/%3E%3Crect x='17' y='15' width='1' height='1' fill='white'/%3E%3Crect x='17' y='17' width='1' height='1' fill='white'/%3E%3Crect x='17' y='19' width='1' height='1' fill='white'/%3E%3Crect x='17' y='21' width='1' height='1' fill='white'/%3E%3Crect x='17' y='23' width='1' height='1' fill='white'/%3E%3Crect x='17' y='25' width='1' height='1' fill='white'/%3E%3Crect x='19' y='1' width='1' height='1' fill='white'/%3E%3Crect x='20' y='2' width='1' height='1' fill='white'/%3E%3Crect x='20' y='4' width='1' height='1' fill='white'/%3E%3Crect x='20' y='6' width='1' height='1' fill='white'/%3E%3Crect x='20' y='8' width='1' height='1' fill='white'/%3E%3Crect x='20' y='10' width='1' height='1' fill='white'/%3E%3Crect x='20' y='12' width='1' height='1' fill='white'/%3E%3Crect x='20' y='14' width='1' height='1' fill='white'/%3E%3Crect x='20' y='16' width='1' height='1' fill='white'/%3E%3Crect x='20' y='18' width='1' height='1' fill='white'/%3E%3Crect x='20' y='20' width='1' height='1' fill='white'/%3E%3Crect x='20' y='22' width='1' height='1' fill='white'/%3E%3Crect x='20' y='24' width='1' height='1' fill='white'/%3E%3Crect x='20' y='26' width='1' height='1' fill='white'/%3E%3Crect x='19' y='3' width='1' height='1' fill='white'/%3E%3Crect x='19' y='5' width='1' height='1' fill='white'/%3E%3Crect x='19' y='7' width='1' height='1' fill='white'/%3E%3Crect x='19' y='9' width='1' height='1' fill='white'/%3E%3Crect x='19' y='11' width='1' height='1' fill='white'/%3E%3Crect x='19' y='13' width='1' height='1' fill='white'/%3E%3Crect x='19' y='15' width='1' height='1' fill='white'/%3E%3Crect x='19' y='17' width='1' height='1' fill='white'/%3E%3Crect x='19' y='19' width='1' height='1' fill='white'/%3E%3Crect x='19' y='21' width='1' height='1' fill='white'/%3E%3Crect x='19' y='23' width='1' height='1' fill='white'/%3E%3Crect x='19' y='25' width='1' height='1' fill='white'/%3E%3Crect x='21' y='1' width='1' height='1' fill='white'/%3E%3Crect x='22' y='2' width='1' height='1' fill='white'/%3E%3Crect x='22' y='4' width='1' height='1' fill='white'/%3E%3Crect x='22' y='6' width='1' height='1' fill='white'/%3E%3Crect x='22' y='8' width='1' height='1' fill='white'/%3E%3Crect x='22' y='10' width='1' height='1' fill='white'/%3E%3Crect x='22' y='12' width='1' height='1' fill='white'/%3E%3Crect x='22' y='14' width='1' height='1' fill='white'/%3E%3Crect x='22' y='16' width='1' height='1' fill='white'/%3E%3Crect x='22' y='18' width='1' height='1' fill='white'/%3E%3Crect x='22' y='20' width='1' height='1' fill='white'/%3E%3Crect x='22' y='22' width='1' height='1' fill='white'/%3E%3Crect x='22' y='24' width='1' height='1' fill='white'/%3E%3Crect x='22' y='26' width='1' height='1' fill='white'/%3E%3Crect x='21' y='3' width='1' height='1' fill='white'/%3E%3Crect x='21' y='5' width='1' height='1' fill='white'/%3E%3Crect x='21' y='7' width='1' height='1' fill='white'/%3E%3Crect x='21' y='9' width='1' height='1' fill='white'/%3E%3Crect x='21' y='11' width='1' height='1' fill='white'/%3E%3Crect x='21' y='13' width='1' height='1' fill='white'/%3E%3Crect x='21' y='15' width='1' height='1' fill='white'/%3E%3Crect x='21' y='17' width='1' height='1' fill='white'/%3E%3Crect x='21' y='19' width='1' height='1' fill='white'/%3E%3Crect x='21' y='21' width='1' height='1' fill='white'/%3E%3Crect x='21' y='23' width='1' height='1' fill='white'/%3E%3Crect x='21' y='25' width='1' height='1' fill='white'/%3E%3Crect x='23' y='1' width='1' height='1' fill='white'/%3E%3Crect x='24' y='2' width='1' height='1' fill='white'/%3E%3Crect x='24' y='4' width='1' height='1' fill='white'/%3E%3Crect x='24' y='6' width='1' height='1' fill='white'/%3E%3Crect x='24' y='8' width='1' height='1' fill='white'/%3E%3Crect x='24' y='10' width='1' height='1' fill='white'/%3E%3Crect x='24' y='12' width='1' height='1' fill='white'/%3E%3Crect x='24' y='14' width='1' height='1' fill='white'/%3E%3Crect x='24' y='16' width='1' height='1' fill='white'/%3E%3Crect x='24' y='18' width='1' height='1' fill='white'/%3E%3Crect x='24' y='20' width='1' height='1' fill='white'/%3E%3Crect x='24' y='22' width='1' height='1' fill='white'/%3E%3Crect x='24' y='24' width='1' height='1' fill='white'/%3E%3Crect x='24' y='26' width='1' height='1' fill='white'/%3E%3Crect x='23' y='3' width='1' height='1' fill='white'/%3E%3Crect x='23' y='5' width='1' height='1' fill='white'/%3E%3Crect x='23' y='7' width='1' height='1' fill='white'/%3E%3Crect x='23' y='9' width='1' height='1' fill='white'/%3E%3Crect x='23' y='11' width='1' height='1' fill='white'/%3E%3Crect x='23' y='13' width='1' height='1' fill='white'/%3E%3Crect x='23' y='15' width='1' height='1' fill='white'/%3E%3Crect x='23' y='17' width='1' height='1' fill='white'/%3E%3Crect x='23' y='19' width='1' height='1' fill='white'/%3E%3Crect x='23' y='21' width='1' height='1' fill='white'/%3E%3Crect x='23' y='23' width='1' height='1' fill='white'/%3E%3Crect x='23' y='25' width='1' height='1' fill='white'/%3E%3C/svg%3E%0A");
|
|
217
|
+
content: url('img/toggle-textures.svg');
|
|
238
218
|
}
|
|
239
219
|
|
|
240
220
|
.toolbarButton.toggled,
|
|
@@ -856,8 +836,7 @@ a.ui-button:active,
|
|
|
856
836
|
position: absolute;
|
|
857
837
|
width: 60px;
|
|
858
838
|
height: 60px;
|
|
859
|
-
|
|
860
|
-
background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_3179_133590)'%3E%3Ccircle cx='30' cy='30' r='5' fill='black'/%3E%3Cpath d='M30 0C26.0603 -4.69799e-08 22.1593 0.775973 18.5195 2.28361C14.8797 3.79126 11.5726 6.00104 8.7868 8.7868C6.00104 11.5726 3.79125 14.8797 2.28361 18.5195C0.775972 22.1593 -5.94871e-07 26.0603 0 30L30 30L30 0Z' fill='url(%23paint0_radial_3179_133590)'/%3E%3C/g%3E%3Cdefs%3E%3CradialGradient id='paint0_radial_3179_133590' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(30 30) rotate(90) scale(30)'%3E%3Cstop/%3E%3Cstop offset='1' stop-opacity='0'/%3E%3C/radialGradient%3E%3CclipPath id='clip0_3179_133590'%3E%3Crect width='60' height='60' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
|
|
839
|
+
background-image: url('img/storey-map-camera.svg');
|
|
861
840
|
background-repeat: no-repeat;
|
|
862
841
|
background-size: 60px 60px;
|
|
863
842
|
}
|
|
@@ -1097,8 +1076,7 @@ a.ui-button:active,
|
|
|
1097
1076
|
background-size: 100%;
|
|
1098
1077
|
display: block;
|
|
1099
1078
|
transform: none;
|
|
1100
|
-
|
|
1101
|
-
background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='iconoir:cancel'%3E%3Cpath id='Vector' d='M6.75781 17.2438L12.0008 12.0008L17.2438 17.2438M17.2438 6.75781L11.9998 12.0008L6.75781 6.75781' stroke='%234A556C' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E%0A");
|
|
1079
|
+
background-image: url('img/cancel-dark-grey.svg');
|
|
1102
1080
|
}
|
|
1103
1081
|
|
|
1104
1082
|
#fileVersionSelect {
|
|
@@ -50,8 +50,7 @@
|
|
|
50
50
|
background-size: 100%;
|
|
51
51
|
display: block;
|
|
52
52
|
transform: none;
|
|
53
|
-
|
|
54
|
-
background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='iconoir:cancel'%3E%3Cpath id='Vector' d='M6.75781 17.2438L12.0008 12.0008L17.2438 17.2438M17.2438 6.75781L11.9998 12.0008L6.75781 6.75781' stroke='%234A556C' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E%0A");
|
|
53
|
+
background-image: url('img/cancel-dark-grey.svg');
|
|
55
54
|
}
|
|
56
55
|
|
|
57
56
|
#fileVersionSelect {
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
<svg width="28" height="28" viewBox="0 0 28 28" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_3179_132945)">
|
|
3
|
+
<rect x="0.5" y="25.5" width="2" height="2" stroke="white"/>
|
|
4
|
+
<rect x="25.5" y="25.5" width="2" height="2" stroke="white"/>
|
|
5
|
+
<rect x="25.5" y="0.5" width="2" height="2" stroke="white"/>
|
|
6
|
+
<path d="M2 26L26 2" stroke="white"/>
|
|
7
|
+
<path d="M2.5 26.5H25.5" stroke="white"/>
|
|
8
|
+
</g>
|
|
9
|
+
<defs>
|
|
10
|
+
<clipPath id="clip0_3179_132945">
|
|
11
|
+
<rect width="28" height="28" fill="white"/>
|
|
12
|
+
</clipPath>
|
|
13
|
+
</defs>
|
|
14
|
+
</svg>
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
<svg width="28" height="28" viewBox="0 0 28 28" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_3179_132959)">
|
|
3
|
+
<rect x="0.5" y="25.5" width="2" height="2" stroke="white"/>
|
|
4
|
+
<rect x="25.5" y="25.5" width="2" height="2" stroke="white"/>
|
|
5
|
+
<rect x="25.5" y="0.5" width="2" height="2" stroke="white"/>
|
|
6
|
+
<path d="M2 26L26 2" stroke="white" stroke-dasharray="2 2"/>
|
|
7
|
+
<path d="M2.5 26.5H25.5" stroke="white" stroke-dasharray="2 2"/>
|
|
8
|
+
<path d="M7.5 12L23 27.5" stroke="white"/>
|
|
9
|
+
</g>
|
|
10
|
+
<defs>
|
|
11
|
+
<clipPath id="clip0_3179_132959">
|
|
12
|
+
<rect width="28" height="28" fill="white"/>
|
|
13
|
+
</clipPath>
|
|
14
|
+
</defs>
|
|
15
|
+
</svg>
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
<svg width="28" height="28" viewBox="0 0 28 28" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_3179_132966)">
|
|
3
|
+
<path d="M6 9.25H23" stroke="white"/>
|
|
4
|
+
<path d="M14.5 7.75V0.75M14.5 0.75L18 3.75M14.5 0.75L11 3.75" stroke="white"/>
|
|
5
|
+
<path d="M6 27.25H5C3.89543 27.25 3 26.3546 3 25.25V23.5V22.1682C3 21.6587 2.80557 21.1684 2.4564 20.7974L1 19.25L2.4564 17.7026C2.80557 17.3316 3 16.8413 3 16.3318V15V13.75C3 12.6454 3.89543 11.75 5 11.75H6M22 11.75H23C24.1046 11.75 25 12.6454 25 13.75V15V16.3318C25 16.8413 25.1944 17.3316 25.5436 17.7026L27 19.25L25.5436 20.7974C25.1944 21.1684 25 21.6587 25 22.1682V23.5V25.25C25 26.3546 24.1046 27.25 23 27.25H22" stroke="white"/>
|
|
6
|
+
<path d="M5.5 14.25H8C8.82843 14.25 9.5 14.9216 9.5 15.75V17.75C9.5 18.5784 8.82843 19.25 8 19.25H5.5V14.25Z" stroke="white"/>
|
|
7
|
+
<path d="M5.5 19.25H8C8.82843 19.25 9.5 19.9216 9.5 20.75V23.75C9.5 24.5784 8.82843 25.25 8 25.25H5.5V19.25Z" stroke="white"/>
|
|
8
|
+
<path d="M16.5 16.75V16.25C16.5 15.1454 15.6046 14.25 14.5 14.25V14.25C13.3954 14.25 12.5 15.1454 12.5 16.25V23.25C12.5 24.3546 13.3954 25.25 14.5 25.25V25.25C15.6046 25.25 16.5 24.3546 16.5 23.25V22.75" stroke="white"/>
|
|
9
|
+
<path d="M19.5 25.75V19.25M23.5 14.25H19.5V19.25M19.5 19.25H23" stroke="white"/>
|
|
10
|
+
</g>
|
|
11
|
+
<defs>
|
|
12
|
+
<clipPath id="clip0_3179_132966">
|
|
13
|
+
<rect width="28" height="28" fill="white"/>
|
|
14
|
+
</clipPath>
|
|
15
|
+
</defs>
|
|
16
|
+
</svg>
|