@vitrosoftware/common-ui-ts 1.1.85 → 1.1.86
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
|
@@ -81,103 +81,83 @@ select {
|
|
|
81
81
|
}
|
|
82
82
|
|
|
83
83
|
.toolbarButton#btnCreateNotes::before {
|
|
84
|
-
|
|
85
|
-
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");
|
|
84
|
+
content: url('img/draw-annotation.svg');
|
|
86
85
|
}
|
|
87
86
|
|
|
88
87
|
.toolbarButton#btnToggleNotes::before {
|
|
89
|
-
|
|
90
|
-
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");
|
|
88
|
+
content: url('img/hide-annotation.svg');
|
|
91
89
|
}
|
|
92
90
|
|
|
93
91
|
.toolbarButton#btnToggleSidebarNotes::before {
|
|
94
|
-
|
|
95
|
-
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");
|
|
92
|
+
content: url('img/sidebar-notes-toggle.svg');
|
|
96
93
|
}
|
|
97
94
|
|
|
98
95
|
.toolbarButton#btnToggleSidebarTreeView::before {
|
|
99
|
-
|
|
100
|
-
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");
|
|
96
|
+
content: url('img/treeview.svg');
|
|
101
97
|
}
|
|
102
98
|
|
|
103
99
|
.toolbarButton#btnCreateSectionPlan::before {
|
|
104
|
-
|
|
105
|
-
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");
|
|
100
|
+
content: url('img/section-plan.svg');
|
|
106
101
|
}
|
|
107
102
|
|
|
108
103
|
.toolbarButton#btnClearSectionPlan::before {
|
|
109
|
-
|
|
110
|
-
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");
|
|
104
|
+
content: url('img/section-plan-clear.svg');
|
|
111
105
|
}
|
|
112
106
|
|
|
113
107
|
.toolbarButton#btnToggleSectionPlan::before {
|
|
114
|
-
|
|
115
|
-
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");
|
|
108
|
+
content: url('img/section-plan-toggle.svg');
|
|
116
109
|
}
|
|
117
110
|
|
|
118
111
|
.toolbarButton#btnToggleNotes.show::before {
|
|
119
|
-
|
|
120
|
-
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");
|
|
112
|
+
content: url('img/show-annotation.svg');
|
|
121
113
|
}
|
|
122
114
|
|
|
123
115
|
.toolbarButton#btnCreateAngleMeasurements::before {
|
|
124
|
-
|
|
125
|
-
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");
|
|
116
|
+
content: url('img/angle-measurements-create.svg');
|
|
126
117
|
}
|
|
127
118
|
|
|
128
119
|
.toolbarButton#btnToggleAngleMeasurements::before {
|
|
129
|
-
|
|
130
|
-
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");
|
|
120
|
+
content: url('img/angle-measurements-toggle.svg');
|
|
131
121
|
}
|
|
132
122
|
|
|
133
123
|
.toolbarButton#btnCreateDistanceMeasurements::before {
|
|
134
|
-
|
|
135
|
-
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");
|
|
124
|
+
content: url('img/distance-measurements-create.svg');
|
|
136
125
|
}
|
|
137
126
|
|
|
138
127
|
.toolbarButton#btnToggleDistanceMeasurements::before {
|
|
139
|
-
|
|
140
|
-
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");
|
|
128
|
+
content: url('img/distance-measurements-toggle.svg');
|
|
141
129
|
}
|
|
142
130
|
|
|
143
131
|
.toolbarButton#btnToggleSidebarStoreyViews::before {
|
|
144
|
-
|
|
145
|
-
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");
|
|
132
|
+
content: url('img/storey-views-toggle.svg');
|
|
146
133
|
}
|
|
147
134
|
|
|
148
135
|
.toolbarButton#btnSaveBCFViewpointJSON::before {
|
|
149
|
-
|
|
150
|
-
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");
|
|
136
|
+
content: url('img/bcf-json-save.svg');
|
|
151
137
|
}
|
|
152
138
|
|
|
153
139
|
.toolbarButton#btnLoadBCFViewpointJSON::before {
|
|
154
|
-
|
|
155
|
-
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");
|
|
140
|
+
content: url('img/bcf-json-load.svg');
|
|
156
141
|
}
|
|
157
142
|
|
|
158
143
|
.toolbarButton#btnToggleCompare::before {
|
|
159
|
-
|
|
160
|
-
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");
|
|
144
|
+
content: url('img/compare.svg');
|
|
161
145
|
}
|
|
162
146
|
|
|
163
147
|
.toolbarButton#btnCompareOneOverOne::before {
|
|
164
|
-
|
|
165
|
-
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");
|
|
148
|
+
content: url('img/compare-one-over-one.svg');
|
|
166
149
|
}
|
|
167
150
|
|
|
168
151
|
.toolbarButton#btnCompareSideBySide::before {
|
|
169
|
-
|
|
170
|
-
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");
|
|
152
|
+
content: url('img/compare-side-by-side.svg');
|
|
171
153
|
}
|
|
172
154
|
|
|
173
155
|
.toolbarButton#btnClearComparison::before {
|
|
174
|
-
|
|
175
|
-
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");
|
|
156
|
+
content: url('img/compare-clear.svg');
|
|
176
157
|
}
|
|
177
158
|
|
|
178
159
|
.toolbarButton#btnToggleTextures::before {
|
|
179
|
-
|
|
180
|
-
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");
|
|
160
|
+
content: url('img/toggle-textures.svg');
|
|
181
161
|
}
|
|
182
162
|
|
|
183
163
|
.toolbarButton.toggled,
|
|
@@ -66,8 +66,7 @@
|
|
|
66
66
|
background-size: 100%;
|
|
67
67
|
background-position: center;
|
|
68
68
|
background-repeat: no-repeat;
|
|
69
|
-
|
|
70
|
-
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='M6 12.1851C6 12.3633 6.21543 12.4525 6.34142 12.3265L10.5252 8.14272C10.6034 8.06462 10.6034 7.93799 10.5252 7.85988L6.34142 3.67606C6.21543 3.55006 6 3.6393 6 3.81748L6 12.1851Z' fill='%238E98A3'/%3E%3C/svg%3E%0A");
|
|
69
|
+
background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/breadcrumbs/img/breadcrumbs-arrow.svg');
|
|
71
70
|
}
|
|
72
71
|
|
|
73
72
|
.vitro-breadcrumbs-button::after {
|
|
@@ -90,8 +89,7 @@
|
|
|
90
89
|
position: relative;
|
|
91
90
|
background-repeat: no-repeat;
|
|
92
91
|
background-size: 100%;
|
|
93
|
-
|
|
94
|
-
background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='header-super-next-btn'%3E%3Cpath id='Vector 11' d='M10 15L15 10L10 5' stroke='%238E98A3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath id='Vector 10' d='M4 15L9 10L4 5' stroke='%238E98A3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E%0A");
|
|
92
|
+
background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/breadcrumbs/img/breadcrumbs-button.svg');
|
|
95
93
|
}
|
|
96
94
|
|
|
97
95
|
.vitro-root {
|
|
@@ -103,8 +101,7 @@
|
|
|
103
101
|
height: 20px;
|
|
104
102
|
display: inline-block;
|
|
105
103
|
background-size: 100%;
|
|
106
|
-
|
|
107
|
-
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='M10.6464 5.35355C10.7402 5.44732 10.8674 5.5 11 5.5H19C20.3807 5.5 21.5 6.61929 21.5 8V18C21.5 19.3807 20.3807 20.5 19 20.5H5C3.61929 20.5 2.5 19.3807 2.5 18V6C2.5 4.61929 3.61929 3.5 5 3.5H7.75736C8.4204 3.5 9.05629 3.76339 9.52513 4.23223L10.6464 5.35355Z' stroke='%23999B9D' stroke-linejoin='round'/%3E%3Cpath d='M8 16L12 10' stroke='%23999B9D' stroke-linecap='round'/%3E%3Cpath d='M12 16L16 16' stroke='%23999B9D' stroke-linecap='round'/%3E%3C/svg%3E%0A") !important;
|
|
104
|
+
background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/breadcrumbs/img/root-folder.svg');
|
|
108
105
|
}
|
|
109
106
|
|
|
110
107
|
.vitro-drop-down-list {
|
|
@@ -130,8 +127,7 @@
|
|
|
130
127
|
position: absolute;
|
|
131
128
|
top: -21px;
|
|
132
129
|
left: 12px;
|
|
133
|
-
|
|
134
|
-
background-image: url("data:image/svg+xml,%3Csvg 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");
|
|
130
|
+
background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/breadcrumbs/img/dropdown-menu-arrow.svg');
|
|
135
131
|
}
|
|
136
132
|
|
|
137
133
|
.vitro-drop-down-list ul {
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M6 12.1851C6 12.3633 6.21543 12.4525 6.34142 12.3265L10.5252 8.14272C10.6034 8.06462 10.6034 7.93799 10.5252 7.85988L6.34142 3.67606C6.21543 3.55006 6 3.6393 6 3.81748L6 12.1851Z" fill="#8E98A3"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<svg viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g id="header-super-next-btn">
|
|
3
|
+
<path id="Vector 11" d="M10 15L15 10L10 5" stroke="#8E98A3" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
<path id="Vector 10" d="M4 15L9 10L4 5" stroke="#8E98A3" stroke-linecap="round" stroke-linejoin="round"/>
|
|
5
|
+
</g>
|
|
6
|
+
</svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox='0 0 44 42' fill='none' xmlns='http://www.w3.org/2000/svg'><g filter='url(#filter0_dd_778_105705)'><path 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'/></g><defs><filter id='filter0_dd_778_105705' x='0.109375' y='0.730469' width='43.7812' height='41.2695' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'><feFlood flood-opacity='0' result='BackgroundImageFix'/><feColorMatrix 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'/><feOffset dy='4'/><feGaussianBlur stdDeviation='7'/><feComposite in2='hardAlpha' operator='out'/><feColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.18 0'/><feBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_778_105705'/><feColorMatrix 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'/><feOffset/><feGaussianBlur stdDeviation='2'/><feComposite in2='hardAlpha' operator='out'/><feColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.14 0'/><feBlend mode='normal' in2='effect1_dropShadow_778_105705' result='effect2_dropShadow_778_105705'/><feBlend mode='normal' in='SourceGraphic' in2='effect2_dropShadow_778_105705' result='shape'/></filter></defs></svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M10.6464 5.35355C10.7402 5.44732 10.8674 5.5 11 5.5H19C20.3807 5.5 21.5 6.61929 21.5 8V18C21.5 19.3807 20.3807 20.5 19 20.5H5C3.61929 20.5 2.5 19.3807 2.5 18V6C2.5 4.61929 3.61929 3.5 5 3.5H7.75736C8.4204 3.5 9.05629 3.76339 9.52513 4.23223L10.6464 5.35355Z" stroke="#999B9D" stroke-linejoin="round"/>
|
|
3
|
+
<path d="M8 16L12 10" stroke="#999B9D" stroke-linecap="round"/>
|
|
4
|
+
<path d="M12 16L16 16" stroke="#999B9D" stroke-linecap="round"/>
|
|
5
|
+
</svg>
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
.vitro-button {
|
|
2
|
-
font-family: '
|
|
2
|
+
font-family: 'InterMedium';
|
|
3
3
|
font-size: 14px;
|
|
4
4
|
outline: none;
|
|
5
5
|
height: 32px;
|
|
@@ -40,9 +40,9 @@
|
|
|
40
40
|
background: #E4E6EC;
|
|
41
41
|
}
|
|
42
42
|
|
|
43
|
-
.vitro-button :global(.vitro-
|
|
44
|
-
.vitro-button :global(.vitro-
|
|
45
|
-
.vitro-button :global(.vitro-
|
|
43
|
+
.vitro-button :global(.vitro-image-default),
|
|
44
|
+
.vitro-button :global(.vitro-image-hover),
|
|
45
|
+
.vitro-button :global(.vitro-image) {
|
|
46
46
|
margin-right: 4px;
|
|
47
47
|
height: 24px;
|
|
48
48
|
width: 24px;
|
|
@@ -26,16 +26,15 @@
|
|
|
26
26
|
background: #fff;
|
|
27
27
|
background-size: 100%;
|
|
28
28
|
background-position: center;
|
|
29
|
+
background-repeat: no-repeat;
|
|
29
30
|
}
|
|
30
31
|
|
|
31
32
|
.vitro-checkbox-content input::before {
|
|
32
|
-
|
|
33
|
-
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='Checkbox-big'%3E%3Crect id='Background' x='2.5' y='2.5' width='19' height='19' rx='3.5' stroke='%23C0CAD5'/%3E%3C/g%3E%3C/svg%3E%0A");
|
|
33
|
+
background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/checkbox/img/checkbox-big-empty.svg');
|
|
34
34
|
}
|
|
35
35
|
|
|
36
36
|
.vitro-checkbox-content input:checked::before {
|
|
37
|
-
|
|
38
|
-
background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='2' y='2' width='20' height='20' rx='2.5' fill='%234292F7'/%3E%3Cpath d='M16.7062 8.50593C17.0826 8.86144 17.0996 9.45479 16.7441 9.83121L11.4316 15.4562C11.2577 15.6404 11.0166 15.7463 10.7634 15.7499C10.5101 15.7535 10.2662 15.6545 10.0871 15.4754L7.27459 12.6629C6.90847 12.2968 6.90847 11.7032 7.27459 11.3371C7.6407 10.971 8.2343 10.971 8.60041 11.3371L10.7308 13.4675L15.3809 8.54379C15.7364 8.16737 16.3298 8.15042 16.7062 8.50593Z' fill='white'/%3E%3C/svg%3E%0A");
|
|
37
|
+
background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/checkbox/img/checkbox-big-active.svg');
|
|
39
38
|
}
|
|
40
39
|
|
|
41
40
|
.vitro-label {
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<rect x="2" y="2" width="20" height="20" rx="2.5" fill="#4292F7"/>
|
|
3
|
+
<path d="M16.7062 8.50593C17.0826 8.86144 17.0996 9.45479 16.7441 9.83121L11.4316 15.4562C11.2577 15.6404 11.0166 15.7463 10.7634 15.7499C10.5101 15.7535 10.2662 15.6545 10.0871 15.4754L7.27459 12.6629C6.90847 12.2968 6.90847 11.7032 7.27459 11.3371C7.6407 10.971 8.2343 10.971 8.60041 11.3371L10.7308 13.4675L15.3809 8.54379C15.7364 8.16737 16.3298 8.15042 16.7062 8.50593Z" fill="white"/>
|
|
4
|
+
</svg>
|
|
@@ -11,14 +11,14 @@
|
|
|
11
11
|
background: #F3F8FF !important;
|
|
12
12
|
}
|
|
13
13
|
|
|
14
|
-
.vitro-
|
|
14
|
+
.vitro-image {
|
|
15
15
|
width: 24px;
|
|
16
16
|
height: 24px;
|
|
17
17
|
margin-right: 4px;
|
|
18
18
|
}
|
|
19
19
|
|
|
20
20
|
@media (max-width: 800px) {
|
|
21
|
-
.vitro-command-menu-button .vitro-
|
|
21
|
+
.vitro-command-menu-button .vitro-image + div {
|
|
22
22
|
display: none;
|
|
23
23
|
}
|
|
24
24
|
|
|
@@ -57,8 +57,7 @@
|
|
|
57
57
|
position: absolute;
|
|
58
58
|
left: 16px;
|
|
59
59
|
top: -21px;
|
|
60
|
-
|
|
61
|
-
background-image: url("data:image/svg+xml,%3Csvg 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");
|
|
60
|
+
background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/command-menu/img/dropdown-menu-arrow.svg');
|
|
62
61
|
}
|
|
63
62
|
|
|
64
63
|
.vitro-dropdown-button-container:first-child :global(.dropdown-menu) {
|
|
@@ -109,14 +108,14 @@
|
|
|
109
108
|
padding: 0px !important;
|
|
110
109
|
}
|
|
111
110
|
|
|
112
|
-
.vitro-dropdown-button-container :global(.dropdown-item) .vitro-
|
|
111
|
+
.vitro-dropdown-button-container :global(.dropdown-item) .vitro-image {
|
|
113
112
|
width: 20px;
|
|
114
113
|
height: 20px;
|
|
115
114
|
margin-right: 12px;
|
|
116
115
|
margin-left: 0;
|
|
117
116
|
}
|
|
118
117
|
|
|
119
|
-
.vitro-dropdown-button-container :global(.dropdown-item) .vitro-
|
|
118
|
+
.vitro-dropdown-button-container :global(.dropdown-item) .vitro-image img {
|
|
120
119
|
width: 20px;
|
|
121
120
|
height: 20px;
|
|
122
121
|
}
|
|
@@ -128,11 +127,10 @@
|
|
|
128
127
|
background-size: 100%;
|
|
129
128
|
background-position: center;
|
|
130
129
|
background-repeat: no-repeat;
|
|
131
|
-
|
|
132
|
-
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");
|
|
130
|
+
background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/command-menu/img/collapse-bottom.svg');
|
|
133
131
|
}
|
|
134
132
|
|
|
135
|
-
.vitro-
|
|
133
|
+
.vitro-image {
|
|
136
134
|
width: 24px;
|
|
137
135
|
height: 24px;
|
|
138
136
|
margin-right: 4px;
|
|
@@ -167,7 +165,7 @@
|
|
|
167
165
|
}
|
|
168
166
|
|
|
169
167
|
@media (max-width: 800px) {
|
|
170
|
-
.vitro-command-menu-dropdown-button .vitro-
|
|
168
|
+
.vitro-command-menu-dropdown-button .vitro-image + div {
|
|
171
169
|
display: none;
|
|
172
170
|
}
|
|
173
171
|
|
|
@@ -175,7 +173,7 @@
|
|
|
175
173
|
min-width: 40px !important;
|
|
176
174
|
}
|
|
177
175
|
|
|
178
|
-
li:first-child .vitro-
|
|
176
|
+
li:first-child .vitro-image + div {
|
|
179
177
|
display: block;
|
|
180
178
|
}
|
|
181
179
|
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox='0 0 44 42' fill='none' xmlns='http://www.w3.org/2000/svg'><g filter='url(#filter0_dd_778_105705)'><path 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'/></g><defs><filter id='filter0_dd_778_105705' x='0.109375' y='0.730469' width='43.7812' height='41.2695' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'><feFlood flood-opacity='0' result='BackgroundImageFix'/><feColorMatrix 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'/><feOffset dy='4'/><feGaussianBlur stdDeviation='7'/><feComposite in2='hardAlpha' operator='out'/><feColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.18 0'/><feBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_778_105705'/><feColorMatrix 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'/><feOffset/><feGaussianBlur stdDeviation='2'/><feComposite in2='hardAlpha' operator='out'/><feColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.14 0'/><feBlend mode='normal' in2='effect1_dropShadow_778_105705' result='effect2_dropShadow_778_105705'/><feBlend mode='normal' in='SourceGraphic' in2='effect2_dropShadow_778_105705' result='shape'/></filter></defs></svg>
|
|
@@ -67,8 +67,7 @@
|
|
|
67
67
|
margin-left: 2px;
|
|
68
68
|
background-position: center;
|
|
69
69
|
background-size: 100%;
|
|
70
|
-
|
|
71
|
-
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19.5 9L12 16.5L4.5 9' stroke='%234A556C' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
|
|
70
|
+
background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/criterion/img/collapse-bottom.svg');
|
|
72
71
|
}
|
|
73
72
|
|
|
74
73
|
.vitro-operator-list {
|
|
@@ -112,8 +111,7 @@
|
|
|
112
111
|
background-color: transparent;
|
|
113
112
|
background-size: 100%;
|
|
114
113
|
background-position: center;
|
|
115
|
-
|
|
116
|
-
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M5.63281 14.3711L10.002 10.002L14.3711 14.3711M14.3711 5.63281L10.0011 10.002L5.63281 5.63281' stroke='%238E98A3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
|
|
114
|
+
background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/criterion/img/cancel-grey.svg');
|
|
117
115
|
}
|
|
118
116
|
|
|
119
117
|
.vitro-focus .vitro-label {
|
|
@@ -152,10 +150,10 @@
|
|
|
152
150
|
width: 16px;
|
|
153
151
|
background-size: 100%;
|
|
154
152
|
background-position: center;
|
|
155
|
-
background-image: url(
|
|
153
|
+
background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/criterion/img/collapse-bottom.svg');
|
|
156
154
|
}
|
|
157
155
|
|
|
158
|
-
.vitro-
|
|
156
|
+
.vitro-image {
|
|
159
157
|
height: 16px;
|
|
160
158
|
width: 16px;
|
|
161
159
|
}
|
|
@@ -189,8 +187,7 @@
|
|
|
189
187
|
position: absolute;
|
|
190
188
|
top: -21px;
|
|
191
189
|
left: 12px;
|
|
192
|
-
|
|
193
|
-
background-image: url("data:image/svg+xml,%3Csvg 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");
|
|
190
|
+
background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/criterion/img/dropdown-menu-arrow.svg');
|
|
194
191
|
}
|
|
195
192
|
|
|
196
193
|
.vitro-condition-list li {
|
|
@@ -214,7 +211,7 @@
|
|
|
214
211
|
background: #F3F8FF;
|
|
215
212
|
}
|
|
216
213
|
|
|
217
|
-
.vitro-condition-list .vitro-
|
|
214
|
+
.vitro-condition-list .vitro-image {
|
|
218
215
|
height: 20px;
|
|
219
216
|
width: 20px;
|
|
220
217
|
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox='0 0 44 42' fill='none' xmlns='http://www.w3.org/2000/svg'><g filter='url(#filter0_dd_778_105705)'><path 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'/></g><defs><filter id='filter0_dd_778_105705' x='0.109375' y='0.730469' width='43.7812' height='41.2695' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'><feFlood flood-opacity='0' result='BackgroundImageFix'/><feColorMatrix 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'/><feOffset dy='4'/><feGaussianBlur stdDeviation='7'/><feComposite in2='hardAlpha' operator='out'/><feColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.18 0'/><feBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_778_105705'/><feColorMatrix 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'/><feOffset/><feGaussianBlur stdDeviation='2'/><feComposite in2='hardAlpha' operator='out'/><feColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.14 0'/><feBlend mode='normal' in2='effect1_dropShadow_778_105705' result='effect2_dropShadow_778_105705'/><feBlend mode='normal' in='SourceGraphic' in2='effect2_dropShadow_778_105705' result='shape'/></filter></defs></svg>
|
|
@@ -15,8 +15,7 @@
|
|
|
15
15
|
position: absolute;
|
|
16
16
|
right: 16px;
|
|
17
17
|
top: calc(50% - 10px);
|
|
18
|
-
|
|
19
|
-
background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='copy-icon'%3E%3Cpath id='Vector' d='M4.33594 4.14517V3.27214C4.33594 2.0877 4.75567 1.66797 5.9401 1.66797H12.7318C13.9162 1.66797 14.3359 2.0877 14.3359 3.27214V10.0638C14.3359 11.2482 13.9162 11.668 12.7318 11.668H11.8414' stroke='%238E98A3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath id='Vector_2' d='M10.0599 4.33203H3.26823C2.0838 4.33203 1.66406 4.75176 1.66406 5.9362V12.7279C1.66406 13.9123 2.0838 14.332 3.26823 14.332H10.0599C11.2443 14.332 11.6641 13.9123 11.6641 12.7279V5.9362C11.6641 4.75176 11.2443 4.33203 10.0599 4.33203Z' stroke='%238E98A3' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E%0A");
|
|
18
|
+
background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/date-picker/img/copy-to-clipboard.svg');
|
|
20
19
|
background-repeat: no-repeat;
|
|
21
20
|
background-position: center;
|
|
22
21
|
background-size: 100%;
|
|
@@ -120,7 +119,7 @@
|
|
|
120
119
|
margin-right: 4px;
|
|
121
120
|
background-size: 100%;
|
|
122
121
|
background-position: center;
|
|
123
|
-
background-image: url(
|
|
122
|
+
background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/date-picker/img/error-message.svg');
|
|
124
123
|
}
|
|
125
124
|
|
|
126
125
|
:global(.k-datepicker) {
|
|
@@ -193,8 +192,7 @@
|
|
|
193
192
|
background-repeat: no-repeat;
|
|
194
193
|
background-size: 100%;
|
|
195
194
|
background-position: center;
|
|
196
|
-
|
|
197
|
-
background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Vector'%3E%3Cpath d='M12.1216 8.06594C12.1725 8.11674 12.2129 8.17709 12.2405 8.24353C12.268 8.30997 12.2822 8.38119 12.2822 8.45312C12.2822 8.52506 12.268 8.59628 12.2405 8.66272C12.2129 8.72916 12.1725 8.78951 12.1216 8.84031L8.84031 12.1216C8.78951 12.1725 8.72916 12.2129 8.66272 12.2405C8.59628 12.268 8.52506 12.2822 8.45312 12.2822C8.38119 12.2822 8.30997 12.268 8.24353 12.2405C8.17709 12.2129 8.11674 12.1725 8.06594 12.1216L6.42531 10.4809C6.37447 10.4301 6.33413 10.3697 6.30661 10.3033C6.2791 10.2369 6.26493 10.1657 6.26493 10.0938C6.26493 10.0218 6.2791 9.95064 6.30661 9.88421C6.33413 9.81777 6.37447 9.75741 6.42531 9.70656C6.528 9.60387 6.66728 9.54618 6.8125 9.54618C6.88441 9.54618 6.95561 9.56035 7.02204 9.58786C7.08848 9.61538 7.14884 9.65572 7.19969 9.70656L8.45312 10.9611L11.3472 8.06594C11.398 8.01501 11.4583 7.9746 11.5248 7.94703C11.5912 7.91946 11.6624 7.90527 11.7344 7.90527C11.8063 7.90527 11.8775 7.91946 11.944 7.94703C12.0104 7.9746 12.0708 8.01501 12.1216 8.06594Z' fill='%234A556C'/%3E%3Cpath d='M4.07812 0.25C4.22317 0.25 4.36227 0.307617 4.46482 0.410176C4.56738 0.512735 4.625 0.651835 4.625 0.796875V1.34375H13.375V0.796875C13.375 0.651835 13.4326 0.512735 13.5352 0.410176C13.6377 0.307617 13.7768 0.25 13.9219 0.25C14.0669 0.25 14.206 0.307617 14.3086 0.410176C14.4111 0.512735 14.4688 0.651835 14.4688 0.796875V1.34375H15.5625C16.1427 1.34375 16.6991 1.57422 17.1093 1.98445C17.5195 2.39469 17.75 2.95109 17.75 3.53125V15.5625C17.75 16.1427 17.5195 16.6991 17.1093 17.1093C16.6991 17.5195 16.1427 17.75 15.5625 17.75H2.4375C1.85734 17.75 1.30094 17.5195 0.890704 17.1093C0.480468 16.6991 0.25 16.1427 0.25 15.5625V3.53125C0.25 2.95109 0.480468 2.39469 0.890704 1.98445C1.30094 1.57422 1.85734 1.34375 2.4375 1.34375H3.53125V0.796875C3.53125 0.651835 3.58887 0.512735 3.69143 0.410176C3.79398 0.307617 3.93308 0.25 4.07812 0.25ZM1.34375 4.625V15.5625C1.34375 15.8526 1.45898 16.1308 1.6641 16.3359C1.86922 16.541 2.14742 16.6562 2.4375 16.6562H15.5625C15.8526 16.6562 16.1308 16.541 16.3359 16.3359C16.541 16.1308 16.6562 15.8526 16.6562 15.5625V4.625H1.34375Z' fill='%234A556C'/%3E%3C/g%3E%3C/svg%3E%0A");
|
|
195
|
+
background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/date-picker/img/date-picker.svg');
|
|
198
196
|
}
|
|
199
197
|
|
|
200
198
|
:global(.k-picker-wrap.k-state-default > .k-select) {
|
|
@@ -293,8 +291,7 @@
|
|
|
293
291
|
background-repeat: no-repeat;
|
|
294
292
|
background-position: center;
|
|
295
293
|
background-size: 100%;
|
|
296
|
-
|
|
297
|
-
background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 16L8 11L13 6' stroke='%238E98A3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
|
|
294
|
+
background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/date-picker/img/collapse-left-grey.svg');
|
|
298
295
|
width: 22px;
|
|
299
296
|
height: 22px;
|
|
300
297
|
}
|
|
@@ -303,8 +300,7 @@
|
|
|
303
300
|
background-repeat: no-repeat;
|
|
304
301
|
background-position: center;
|
|
305
302
|
background-size: 100%;
|
|
306
|
-
|
|
307
|
-
background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 16L14 11L9 6' stroke='%238E98A3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
|
|
303
|
+
background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/date-picker/img/collapse-right-grey.svg');
|
|
308
304
|
width: 22px;
|
|
309
305
|
height: 22px;
|
|
310
306
|
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="20" height="21" viewBox="0 0 20 21" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M5.41797 5.68048V4.58919C5.41797 3.10865 5.94264 2.58398 7.42318 2.58398H15.9128C17.3933 2.58398 17.918 3.10865 17.918 4.58919V13.0788C17.918 14.5593 17.3933 15.084 15.9128 15.084H14.7998" stroke="#4A556C" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
<path d="M12.5768 5.91602H4.08724C2.6067 5.91602 2.08203 6.44068 2.08203 7.92122V16.4108C2.08203 17.8913 2.6067 18.416 4.08724 18.416H12.5768C14.0574 18.416 14.582 17.8913 14.582 16.4108V7.92122C14.582 6.44068 14.0574 5.91602 12.5768 5.91602Z" stroke="#4A556C" stroke-linejoin="round"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<svg viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g id="Vector">
|
|
3
|
+
<path d="M12.1216 8.06594C12.1725 8.11674 12.2129 8.17709 12.2405 8.24353C12.268 8.30997 12.2822 8.38119 12.2822 8.45312C12.2822 8.52506 12.268 8.59628 12.2405 8.66272C12.2129 8.72916 12.1725 8.78951 12.1216 8.84031L8.84031 12.1216C8.78951 12.1725 8.72916 12.2129 8.66272 12.2405C8.59628 12.268 8.52506 12.2822 8.45312 12.2822C8.38119 12.2822 8.30997 12.268 8.24353 12.2405C8.17709 12.2129 8.11674 12.1725 8.06594 12.1216L6.42531 10.4809C6.37447 10.4301 6.33413 10.3697 6.30661 10.3033C6.2791 10.2369 6.26493 10.1657 6.26493 10.0938C6.26493 10.0218 6.2791 9.95064 6.30661 9.88421C6.33413 9.81777 6.37447 9.75741 6.42531 9.70656C6.528 9.60387 6.66728 9.54618 6.8125 9.54618C6.88441 9.54618 6.95561 9.56035 7.02204 9.58786C7.08848 9.61538 7.14884 9.65572 7.19969 9.70656L8.45312 10.9611L11.3472 8.06594C11.398 8.01501 11.4583 7.9746 11.5248 7.94703C11.5912 7.91946 11.6624 7.90527 11.7344 7.90527C11.8063 7.90527 11.8775 7.91946 11.944 7.94703C12.0104 7.9746 12.0708 8.01501 12.1216 8.06594Z" fill="#4A556C"/>
|
|
4
|
+
<path d="M4.07812 0.25C4.22317 0.25 4.36227 0.307617 4.46482 0.410176C4.56738 0.512735 4.625 0.651835 4.625 0.796875V1.34375H13.375V0.796875C13.375 0.651835 13.4326 0.512735 13.5352 0.410176C13.6377 0.307617 13.7768 0.25 13.9219 0.25C14.0669 0.25 14.206 0.307617 14.3086 0.410176C14.4111 0.512735 14.4688 0.651835 14.4688 0.796875V1.34375H15.5625C16.1427 1.34375 16.6991 1.57422 17.1093 1.98445C17.5195 2.39469 17.75 2.95109 17.75 3.53125V15.5625C17.75 16.1427 17.5195 16.6991 17.1093 17.1093C16.6991 17.5195 16.1427 17.75 15.5625 17.75H2.4375C1.85734 17.75 1.30094 17.5195 0.890704 17.1093C0.480468 16.6991 0.25 16.1427 0.25 15.5625V3.53125C0.25 2.95109 0.480468 2.39469 0.890704 1.98445C1.30094 1.57422 1.85734 1.34375 2.4375 1.34375H3.53125V0.796875C3.53125 0.651835 3.58887 0.512735 3.69143 0.410176C3.79398 0.307617 3.93308 0.25 4.07812 0.25ZM1.34375 4.625V15.5625C1.34375 15.8526 1.45898 16.1308 1.6641 16.3359C1.86922 16.541 2.14742 16.6562 2.4375 16.6562H15.5625C15.8526 16.6562 16.1308 16.541 16.3359 16.3359C16.541 16.1308 16.6562 15.8526 16.6562 15.5625V4.625H1.34375Z" fill="#4A556C"/>
|
|
5
|
+
</g>
|
|
6
|
+
</svg>
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<svg width="16" height="17" viewBox="0 0 16 17" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M7.99888 1.07255C12.1016 1.07255 15.4275 4.39843 15.4275 8.50112C15.4275 12.6038 12.1016 15.9297 7.99888 15.9297C3.8962 15.9297 0.570312 12.6038 0.570312 8.50112C0.570312 4.39843 3.8962 1.07255 7.99888 1.07255Z" stroke="#D13438" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
<path d="M8 9.5L8 4.5" stroke="#D13438" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
<path d="M8.00446 11.6434C7.84667 11.6434 7.71875 11.7713 7.71875 11.9291C7.71875 12.0869 7.84667 12.2148 8.00446 12.2148" stroke="#D13438" stroke-linecap="round" stroke-linejoin="round"/>
|
|
5
|
+
<path d="M8.00391 11.6434C8.1617 11.6434 8.28962 11.7713 8.28962 11.9291C8.28962 12.0869 8.1617 12.2148 8.00391 12.2148" stroke="#D13438" stroke-linecap="round" stroke-linejoin="round"/>
|
|
6
|
+
</svg>
|