@vitrosoftware/common-ui-ts 1.1.113 → 1.1.114

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (33) hide show
  1. package/css/std/controls/action-handler/action-result-list.css +34 -0
  2. package/css/std/controls/action-handler/confirm-dialog.css +1 -0
  3. package/css/std/controls/action-handler/result-dialog.css +20 -0
  4. package/css/std/controls/checkbox/checkbox.css +1 -0
  5. package/css/std/controls/criterion/criterion.css +67 -33
  6. package/css/std/controls/dialog/dialog-footer.css +1 -1
  7. package/css/std/controls/image-button/image-button.css +6 -2
  8. package/css/std/controls/list/list.css +10 -0
  9. package/css/std/controls/search/checkbox-list.css +8 -15
  10. package/css/std/controls/search/search.css +113 -22
  11. package/css/std/controls/search-input/img/search-blue.svg +3 -0
  12. package/css/std/controls/search-input/search-input.css +16 -35
  13. package/css/std/controls/table-view/treegrid.css +113 -1
  14. package/css/std/controls/uploader/uploader.css +17 -0
  15. package/dist/index.css +294 -111
  16. package/dist/index.js +393 -377
  17. package/dist/index.js.map +1 -1
  18. package/dist/src/controls/Button/Button.d.ts +2 -2
  19. package/dist/src/controls/Criterion/Criterion.d.ts +1 -0
  20. package/dist/src/controls/Dialog/Dialog.d.ts +1 -0
  21. package/dist/src/controls/Dialog/DialogFooter.d.ts +3 -2
  22. package/dist/src/controls/Label/Label.d.ts +2 -2
  23. package/dist/src/controls/List/List.d.ts +10 -0
  24. package/dist/src/controls/Search/CheckboxList.d.ts +2 -2
  25. package/dist/src/controls/Search/Filter.d.ts +1 -0
  26. package/dist/src/controls/Search/Search.d.ts +2 -1
  27. package/dist/src/controls/SearchInput/SearchInput.d.ts +1 -0
  28. package/dist/src/controls/TableView/TableViewConstants.d.ts +17 -0
  29. package/dist/src/controls/TelerikUploader/TelerikUploader.d.ts +1 -0
  30. package/dist/src/index.d.ts +2 -0
  31. package/package.json +1 -1
  32. package/src/controls/BimViewer/js/bim-viewer.js +2 -2
  33. package/src/controls/PdfViewer/js/pdf-viewer.js +1 -1
@@ -749,7 +749,10 @@
749
749
  }
750
750
 
751
751
  .TWCfgMenuMain {
752
- margin-top: -5%;
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
  }