@vitrosoftware/common-ui-ts 1.1.113 → 1.1.115
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/controls/action-handler/action-result-list.css +34 -0
- package/css/std/controls/action-handler/confirm-dialog.css +1 -0
- package/css/std/controls/action-handler/result-dialog.css +20 -0
- package/css/std/controls/checkbox/checkbox.css +1 -0
- package/css/std/controls/criterion/criterion.css +67 -33
- package/css/std/controls/dialog/dialog-footer.css +1 -1
- package/css/std/controls/image-button/image-button.css +6 -2
- package/css/std/controls/list/list.css +10 -0
- package/css/std/controls/search/checkbox-list.css +8 -15
- package/css/std/controls/search/search.css +113 -22
- package/css/std/controls/search-input/img/search-blue.svg +3 -0
- package/css/std/controls/search-input/search-input.css +16 -35
- package/css/std/controls/table-view/treegrid.css +113 -1
- package/css/std/controls/uploader/uploader.css +17 -0
- package/dist/index.css +294 -111
- package/dist/index.js +396 -379
- package/dist/index.js.map +1 -1
- package/dist/src/controls/Button/Button.d.ts +2 -2
- package/dist/src/controls/Criterion/Criterion.d.ts +1 -0
- package/dist/src/controls/Dialog/Dialog.d.ts +1 -0
- package/dist/src/controls/Dialog/DialogFooter.d.ts +3 -2
- package/dist/src/controls/Label/Label.d.ts +2 -2
- package/dist/src/controls/List/List.d.ts +10 -0
- package/dist/src/controls/Search/CheckboxList.d.ts +2 -2
- package/dist/src/controls/Search/Filter.d.ts +1 -0
- package/dist/src/controls/Search/Search.d.ts +2 -1
- package/dist/src/controls/SearchInput/SearchInput.d.ts +1 -0
- package/dist/src/controls/TableView/TableViewConstants.d.ts +19 -1
- package/dist/src/controls/TableView/TableViewContext.d.ts +1 -1
- package/dist/src/controls/TableView/TreeGridTableViewContextImpl.d.ts +1 -1
- package/dist/src/controls/TelerikUploader/TelerikUploader.d.ts +1 -0
- package/dist/src/index.d.ts +2 -0
- package/package.json +1 -1
- package/src/controls/BimViewer/js/bim-viewer.js +2 -2
- package/src/controls/PdfViewer/js/pdf-viewer.js +1 -1
|
@@ -749,7 +749,10 @@
|
|
|
749
749
|
}
|
|
750
750
|
|
|
751
751
|
.TWCfgMenuMain {
|
|
752
|
-
|
|
752
|
+
max-width: calc(100% - 30px);
|
|
753
|
+
left: 50% !important;
|
|
754
|
+
top: 50% !important;
|
|
755
|
+
transform: translate(-50%, -50%);
|
|
753
756
|
border-radius: 4px;
|
|
754
757
|
box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.15), 0px 0px 4px 0px rgba(0, 0, 0, 0.12);
|
|
755
758
|
}
|
|
@@ -1021,4 +1024,113 @@
|
|
|
1021
1024
|
|
|
1022
1025
|
.TWProgressRow .TWSpaceWidthInner {
|
|
1023
1026
|
height: 2px;
|
|
1027
|
+
}
|
|
1028
|
+
|
|
1029
|
+
@media (max-width: 800px) {
|
|
1030
|
+
.TWCfgMenuMain {
|
|
1031
|
+
width: 100%;
|
|
1032
|
+
max-width: 100%;
|
|
1033
|
+
height: 100%;
|
|
1034
|
+
overflow: hidden;
|
|
1035
|
+
margin: 0;
|
|
1036
|
+
border: none;
|
|
1037
|
+
border-radius: 0;
|
|
1038
|
+
}
|
|
1039
|
+
|
|
1040
|
+
.TWCfgMenuHeadTouch {
|
|
1041
|
+
display: flex;
|
|
1042
|
+
align-items: center;
|
|
1043
|
+
padding: 24px !important;
|
|
1044
|
+
}
|
|
1045
|
+
|
|
1046
|
+
.TWCfgMenuHeadTouch .TWMenuHeadTextTouch {
|
|
1047
|
+
font-size: 18px;
|
|
1048
|
+
line-height: 150%;
|
|
1049
|
+
}
|
|
1050
|
+
|
|
1051
|
+
.TWCfgMenuFootTouch {
|
|
1052
|
+
padding: 24px !important;
|
|
1053
|
+
background-color: #F8F9FA;
|
|
1054
|
+
}
|
|
1055
|
+
|
|
1056
|
+
.TWCfgMenuFootTouch .TWCfgMenuButtonTouch {
|
|
1057
|
+
padding: 0 !important;
|
|
1058
|
+
height: 40px;
|
|
1059
|
+
width: 100%;
|
|
1060
|
+
}
|
|
1061
|
+
|
|
1062
|
+
.TWCfgMenuFootTouch .TWCfgMenuButtonTouch.TWDialogButtonOk {
|
|
1063
|
+
font-family: 'InterMedium';
|
|
1064
|
+
}
|
|
1065
|
+
|
|
1066
|
+
.TWCfgMenuFootTouch .TWCfgMenuButtonTouch.TWDialogButtonCancel {
|
|
1067
|
+
border: 1px solid #E4E6EC;
|
|
1068
|
+
}
|
|
1069
|
+
|
|
1070
|
+
.TWCfgMenuMain .TWCfgMenuOuter {
|
|
1071
|
+
width: 100% !important;
|
|
1072
|
+
max-height: 100%;
|
|
1073
|
+
display: flex;
|
|
1074
|
+
flex-direction: column;
|
|
1075
|
+
}
|
|
1076
|
+
|
|
1077
|
+
.TWCfgMenuMain .TWCfgMenuBodyTouch {
|
|
1078
|
+
overflow-y: auto;
|
|
1079
|
+
overflow-x: hidden;
|
|
1080
|
+
}
|
|
1081
|
+
|
|
1082
|
+
.TWCfgMenuMain .TWCfgMenuBodyTouch::-webkit-scrollbar {
|
|
1083
|
+
width: 8px;
|
|
1084
|
+
height: 8px;
|
|
1085
|
+
}
|
|
1086
|
+
|
|
1087
|
+
.TWCfgMenuMain .TWCfgMenuBodyTouch::-webkit-scrollbar-track {
|
|
1088
|
+
background: transparent;
|
|
1089
|
+
}
|
|
1090
|
+
|
|
1091
|
+
.TWCfgMenuMain .TWCfgMenuBodyTouch::-webkit-scrollbar-thumb {
|
|
1092
|
+
background: #E4E6EC;
|
|
1093
|
+
border-radius: 4px;
|
|
1094
|
+
}
|
|
1095
|
+
|
|
1096
|
+
.TWCfgMenuMain .TWCfgMenuBodyTouch {
|
|
1097
|
+
scrollbar-color: #E4E6EC #fff;
|
|
1098
|
+
scrollbar-width: thin;
|
|
1099
|
+
}
|
|
1100
|
+
|
|
1101
|
+
.TWCfgMenuMain .TWCfgMenuBodyTouch::-webkit-scrollbar-thumb:hover {
|
|
1102
|
+
background: #E4E6EC;
|
|
1103
|
+
}
|
|
1104
|
+
|
|
1105
|
+
.TWCfgMenuMain .TWCfgMenuBody tr {
|
|
1106
|
+
display: flex;
|
|
1107
|
+
flex-direction: column;
|
|
1108
|
+
}
|
|
1109
|
+
|
|
1110
|
+
.TWCfgMenuItemTouch tr {
|
|
1111
|
+
display: table-row !important;
|
|
1112
|
+
}
|
|
1113
|
+
|
|
1114
|
+
.TWCfgMenuMain .TWCfgMenuVSeparator {
|
|
1115
|
+
display: none;
|
|
1116
|
+
}
|
|
1117
|
+
|
|
1118
|
+
.TWCfgMenuSeparatorTouch {
|
|
1119
|
+
display: none;
|
|
1120
|
+
}
|
|
1121
|
+
|
|
1122
|
+
.TWCfgMenuBoolIconRightTouch {
|
|
1123
|
+
background-size: 20px !important;
|
|
1124
|
+
padding-right: 0;
|
|
1125
|
+
padding-left: 34px;
|
|
1126
|
+
border-bottom: 1px solid rgba(228, 230, 236, 0.5);
|
|
1127
|
+
background-position: 8px center;
|
|
1128
|
+
}
|
|
1129
|
+
|
|
1130
|
+
.TWCfgMenuBoolIconRightTouch .TWMenuItemTextTouch {
|
|
1131
|
+
height: 40px;
|
|
1132
|
+
display: flex;
|
|
1133
|
+
align-items: center;
|
|
1134
|
+
padding: 0;
|
|
1135
|
+
}
|
|
1024
1136
|
}
|
|
@@ -420,4 +420,21 @@
|
|
|
420
420
|
:global(.vitro-file-icon) {
|
|
421
421
|
width: 24px;
|
|
422
422
|
height: 24px;
|
|
423
|
+
}
|
|
424
|
+
|
|
425
|
+
@media (max-width: 800px) {
|
|
426
|
+
.vitro-uploader {
|
|
427
|
+
width: unset;
|
|
428
|
+
height: unset;
|
|
429
|
+
}
|
|
430
|
+
|
|
431
|
+
.vitro-uploader:global(.vitro-upload-active),
|
|
432
|
+
.vitro-upload-container {
|
|
433
|
+
max-width: 100%;
|
|
434
|
+
}
|
|
435
|
+
|
|
436
|
+
.vitro-uploader:global(.vitro-upload-active) {
|
|
437
|
+
right: 0;
|
|
438
|
+
bottom: 12px;
|
|
439
|
+
}
|
|
423
440
|
}
|