@vitrosoftware/common-ui-ts 1.1.193 → 1.1.194

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 (34) hide show
  1. package/css/std/controls/delete-button/delete-button.css +31 -0
  2. package/css/std/controls/delete-button/img/delete-red.svg +7 -0
  3. package/css/std/controls/dialog/dialog-footer.css +1 -0
  4. package/css/std/controls/field-value-list/field-value-list.css +22 -0
  5. package/css/std/controls/input/input.css +1 -1
  6. package/css/std/controls/link-input/img/copy-link.svg +4 -0
  7. package/css/std/controls/link-input/link-input.css +9 -5
  8. package/css/std/controls/login/login.css +1 -89
  9. package/css/std/controls/shared-item-link-form/shared-item-link-form.css +55 -0
  10. package/css/std/controls/start-page/start-page-footer.css +49 -0
  11. package/css/std/controls/start-page/start-page-header.css +15 -0
  12. package/css/std/controls/start-page/start-page.css +35 -0
  13. package/dist/index.css +211 -84
  14. package/dist/index.js +686 -559
  15. package/dist/index.js.map +1 -1
  16. package/dist/src/controls/ActionHandler/ActionHandler.d.ts +1 -0
  17. package/dist/src/controls/ButtonGroup/ButtonGroup.d.ts +3 -1
  18. package/dist/src/controls/ComponentLoader/services/impl/ComponentLoaderServiceImpl.d.ts +2 -0
  19. package/dist/src/controls/DeleteButton/DeleteButton.d.ts +7 -0
  20. package/dist/src/controls/FieldValueList/FieldValueList.d.ts +9 -0
  21. package/dist/src/controls/Link/Link.d.ts +1 -2
  22. package/dist/src/controls/SharedItemLinkForm/SharedItemLinkForm.d.ts +15 -0
  23. package/dist/src/controls/StartPage/StartPage.d.ts +13 -0
  24. package/dist/src/controls/StartPage/StartPageConstants.d.ts +3 -0
  25. package/dist/src/controls/StartPage/StartPageFooter.d.ts +8 -0
  26. package/dist/src/controls/StartPage/StartPageHeader.d.ts +8 -0
  27. package/dist/src/index.d.ts +8 -0
  28. package/package.json +1 -1
  29. package/src/controls/BimViewer/js/bim-viewer.js +2 -2
  30. package/src/controls/DxfViewer/js/dxf-viewer.js +14 -14
  31. package/src/controls/PdfViewer/js/pdf-viewer.js +1 -1
  32. /package/css/std/controls/{login → start-page}/img/copyright.svg +0 -0
  33. /package/css/std/controls/{login → start-page}/img/login-background.png +0 -0
  34. /package/css/std/controls/{login → start-page}/img/ru.svg +0 -0
package/dist/index.css CHANGED
@@ -1717,6 +1717,7 @@ div._component-loader_vitro-component-loader_3J3a2or {
1717
1717
  min-width: 139px;
1718
1718
  height: 40px;
1719
1719
  font-size: 16px;
1720
+ padding: 4px 16px;
1720
1721
  }
1721
1722
 
1722
1723
  ._dialog-footer_vitro-detail-button_Ue4coux {
@@ -3078,108 +3079,132 @@ div._component-loader_vitro-component-loader_3J3a2or {
3078
3079
  ._login-content_vitro-login-content_2RdLZle > div {
3079
3080
  width: 100%;
3080
3081
  }
3081
- ._login_vitro-login-layout_1C8owlz {
3082
+ ._start-page-header_vitro-start-page-header_3gihaZz {
3082
3083
  width: 100%;
3083
- height: 100%;
3084
- background: #347FDE;
3085
- position: relative;
3086
- display: flex;
3087
- align-items: center;
3088
- justify-content: center;
3089
- background-size: cover;
3090
- background-position: center;
3091
- background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/login/img/login-background.png');
3092
- }
3093
-
3094
- ._login_vitro-login-layout_1C8owlz::after {
3095
- content: '';
3096
- width: 100%;
3097
- height: 100%;
3098
- position: absolute;
3099
- z-index: 10;
3084
+ height: 72px;
3085
+ background-color: #fff;
3086
+ justify-content: space-between;
3087
+ padding: 0 24px;
3088
+ position: fixed;
3100
3089
  top: 0;
3101
3090
  left: 0;
3102
- opacity: 0.3;
3103
- background: #000;
3091
+ z-index: 2;
3104
3092
  }
3105
3093
 
3106
- ._login_vitro-login_12nYNm2 {
3107
- width: 468px;
3108
- overflow: hidden;
3109
- padding: 71px 36px 24px 36px;
3110
- border-radius: 8px;
3111
- display: flex;
3112
- flex-direction: column;
3113
- align-items: center;
3114
- background: #fff;
3115
- z-index: 100;
3116
- box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.18), 0px 0px 4px 0px rgba(0, 0, 0, 0.14);
3117
- transition: max-height 1s ease;
3094
+ ._start-page-header_vitro-logo_3UGnU-a {
3095
+ height: 32px;
3118
3096
  }
3119
-
3120
- ._login_vitro-logo_3-qTjgy {
3121
- width: 165px;
3122
- height: 57px;
3123
- margin-bottom: 34px;
3097
+
3098
+ ._list_vitro-list_2cs4WZE {
3099
+ width: 100%;
3100
+ list-style-type: none;
3101
+ margin: 0;
3102
+ padding: 0;
3124
3103
  }
3125
3104
 
3126
- ._login_vitro-footer_1lceaP0 {
3127
- position: absolute;
3128
- bottom: 12px;
3105
+ ._list_vitro-list_2cs4WZE li {
3106
+ cursor: pointer;
3107
+ }
3108
+ ._start-page-footer_vitro-start-page-footer_2tF73xF {
3109
+ position: fixed;
3110
+ bottom: 0;
3129
3111
  left: 0;
3130
- width: 100%;
3131
- display: flex;
3132
3112
  justify-content: flex-end;
3133
- align-items: center;
3134
- z-index: 101;
3113
+ z-index: 2;
3114
+ width: 100%;
3115
+ padding: 12px 24px;
3135
3116
  }
3136
3117
 
3137
- ._login_vitro-link-list_1rQQg9u {
3118
+ ._start-page-footer_vitro-link-list_Jgag3Ql {
3138
3119
  display: flex;
3139
3120
  align-items: center;
3140
- list-style: none;
3141
- margin-bottom: 0;
3142
- padding: 0;
3121
+ gap: 12px;
3122
+ width: -moz-fit-content;
3123
+ width: fit-content;
3143
3124
  }
3144
3125
 
3145
- ._login_vitro-link-list_1rQQg9u > li, ._login_vitro-copyright_1gm65Ao {
3126
+ ._start-page-footer_vitro-link_2fkkgsk,
3127
+ ._start-page-footer_vitro-link_2fkkgsk:visited,
3128
+ ._start-page-footer_vitro-link_2fkkgsk:hover,
3129
+ ._start-page-footer_vitro-copyright_U6WpO_F {
3146
3130
  color: #fff;
3147
3131
  text-align: center;
3148
3132
  font-size: 14px;
3149
3133
  line-height: 135%;
3150
3134
  white-space: nowrap;
3151
- margin-right: 24px;
3152
- display: flex;
3153
- align-items: center
3154
3135
  }
3155
3136
 
3156
- ._login_vitro-link-list_1rQQg9u a,
3157
- ._login_vitro-link-list_1rQQg9u a:visited,
3158
- ._login_vitro-link-list_1rQQg9u a:hover {
3159
- color: #fff;
3160
- cursor: pointer;
3137
+ ._start-page-footer_vitro-copyright_U6WpO_F::before {
3138
+ content: '';
3139
+ display: inline-block;
3140
+ margin-right: 4px;
3141
+ height: 14px;
3142
+ width: 14px;
3143
+ background-position: center;
3144
+ background-size: 100%;
3145
+ background-repeat: no-repeat;
3146
+ background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/start-page/img/copyright.svg');
3161
3147
  }
3162
3148
 
3163
- ._login_vitro-language_2T3uktL {
3149
+ ._start-page-footer_vitro-language_2StBJdR {
3164
3150
  height: 24px;
3165
3151
  width: 24px;
3166
3152
  margin-right: 24px;
3167
3153
  background-size: 100%;
3168
3154
  background-repeat: no-repeat;
3169
3155
  background-position: center;
3170
- background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/login/img/ru.svg');
3156
+ background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/start-page/img/ru.svg');
3157
+ }
3158
+ ._start-page_vitro-start-page_G1IhYOX,
3159
+ ._start-page_vitro-start-page-padding_2Nbrkuz {
3160
+ width: 100%;
3161
+ height: 100%;
3162
+ padding: 16px;
3163
+ background: #347FDE;
3164
+ position: relative;
3165
+ justify-content: center;
3166
+ background-size: cover;
3167
+ background-position: center;
3168
+ background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/start-page/img/login-background.png');
3171
3169
  }
3172
3170
 
3173
- ._login_vitro-copyright_1gm65Ao::before {
3171
+ ._start-page_vitro-start-page-padding_2Nbrkuz {
3172
+ padding-top: 72px;
3173
+ }
3174
+
3175
+ ._start-page_vitro-start-page_G1IhYOX::after,
3176
+ ._start-page_vitro-start-page-padding_2Nbrkuz::after {
3174
3177
  content: '';
3175
- display: inline-block;
3176
- margin-right: 4px;
3177
- height: 14px;
3178
- width: 14px;
3179
- background-position: center;
3180
- background-size: 100%;
3181
- background-repeat: no-repeat;
3182
- background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/login/img/copyright.svg');
3178
+ width: 100%;
3179
+ height: 100%;
3180
+ position: absolute;
3181
+ z-index: 1;
3182
+ top: 0;
3183
+ left: 0;
3184
+ opacity: 0.3;
3185
+ background: #000;
3186
+ }
3187
+
3188
+ ._start-page_vitro-content_KLMzPjD {
3189
+ z-index: 2;
3190
+ flex: 1 1;
3191
+ justify-content: center;
3192
+ }
3193
+
3194
+ ._login_vitro-login_12nYNm2 {
3195
+ width: 468px;
3196
+ overflow: hidden;
3197
+ padding: 71px 36px 24px 36px;
3198
+ border-radius: 8px;
3199
+ background: #fff;
3200
+ box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.18), 0px 0px 4px 0px rgba(0, 0, 0, 0.14);
3201
+ transition: max-height 1s ease;
3202
+ }
3203
+
3204
+ ._login_vitro-logo_3-qTjgy {
3205
+ width: 165px;
3206
+ height: 57px;
3207
+ margin-bottom: 34px;
3183
3208
  }
3184
3209
 
3185
3210
  @media (max-width: 800px) {
@@ -3382,7 +3407,7 @@ div._component-loader_vitro-component-loader_3J3a2or {
3382
3407
  ._input_vitro-read-only_3f-cBbK textarea {
3383
3408
  color: #4A556C;
3384
3409
  font-size: 12px;
3385
- padding: 8px 36px 8px 16px;
3410
+ padding: 8px 40px 8px 16px;
3386
3411
  }
3387
3412
 
3388
3413
  ._input_vitro-read-only_3f-cBbK ._input_vitro-label_2XBESiY {
@@ -6540,16 +6565,6 @@ li:first-child ._command-menu-item_vitro-item_2pVhk23:hover {
6540
6565
  ._image-picker_vitro-required_2lpwlb0 {
6541
6566
  color: red;
6542
6567
  }
6543
- ._list_vitro-list_2cs4WZE {
6544
- width: 100%;
6545
- list-style-type: none;
6546
- margin: 0;
6547
- padding: 0;
6548
- }
6549
-
6550
- ._list_vitro-list_2cs4WZE li {
6551
- cursor: pointer;
6552
- }
6553
6568
  ._criterion_vitro-criterion-container_2cYcSkL {
6554
6569
  width: 100%;
6555
6570
  position: relative;
@@ -7850,10 +7865,6 @@ li:first-child ._command-menu-item_vitro-item_2pVhk23:hover {
7850
7865
  cursor: text;
7851
7866
  }
7852
7867
 
7853
- ._link-input_vitro-read-only_AG9_cYJ input {
7854
- padding: 8px 16px;
7855
- }
7856
-
7857
7868
  ._link-input_vitro-control_1MGkxWi > div:first-child {
7858
7869
  color: #4A556C;
7859
7870
  }
@@ -7862,12 +7873,20 @@ li:first-child ._command-menu-item_vitro-item_2pVhk23:hover {
7862
7873
  color: #8E98A3;
7863
7874
  }
7864
7875
 
7865
- ._link-input_vitro-edit-button_1PMQnWv {
7876
+ ._link-input_vitro-edit-button_1PMQnWv,
7877
+ ._link-input_vitro-copy-button_1uv79Zr {
7866
7878
  display: inline-block;
7867
7879
  position: absolute;
7868
7880
  right: 16px;
7869
7881
  top: 10px;
7882
+ }
7883
+
7884
+ ._link-input_vitro-edit-button_1PMQnWv {
7870
7885
  background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/link-input/img/edit.svg');
7886
+ }
7887
+
7888
+ ._link-input_vitro-copy-button_1uv79Zr {
7889
+ background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/link-input/img/copy-link.svg');
7871
7890
  }
7872
7891
  ._system-exception-dialog_vitro-system-exception-dialog_2UVdbuB {
7873
7892
  height: auto !important;
@@ -8961,4 +8980,112 @@ li:first-child ._command-menu-item_vitro-item_2pVhk23:hover {
8961
8980
 
8962
8981
  ._close-button_vitro-white-close-button_cbxJwL7 {
8963
8982
  background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/close-button/img/cancel-white.svg');
8983
+ }
8984
+ ._field-value-list_vitro-field-value-list_3HYOe79 {
8985
+ gap: 4px;
8986
+ }
8987
+
8988
+ ._field-value-list_vitro-flex-column_esMxbc0 {
8989
+ align-items: flex-start;
8990
+ }
8991
+
8992
+ ._field-value-list_vitro-label_512jxv0 {
8993
+ color: #4A556C;
8994
+ min-width: 93px;
8995
+ }
8996
+
8997
+ ._field-value-list_vitro-value_237ljdz {
8998
+ font-family: 'InterMedium';
8999
+ }
9000
+
9001
+ ._field-value-list_vitro-label_512jxv0,
9002
+ ._field-value-list_vitro-value_237ljdz {
9003
+ line-height: 150%;
9004
+ max-width: unset;
9005
+ }
9006
+ ._shared-item-link-form_vitro-shared-item-link-form_3EJHrCZ {
9007
+ flex: 1 1;
9008
+ max-width: 952px;
9009
+ height: 584px;
9010
+ background: #fff;
9011
+ padding: 40px;
9012
+ align-items: flex-start;
9013
+ gap: 40px;
9014
+ background-color: #fff;
9015
+ border-radius: 8px;
9016
+ box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.18), 0px 0px 4px 0px rgba(0, 0, 0, 0.14);
9017
+ }
9018
+
9019
+ ._shared-item-link-form_vitro-image_3sxUXMr {
9020
+ height: 144px;
9021
+ width: 144px;
9022
+ }
9023
+
9024
+ ._shared-item-link-form_vitro-content_3N5eaFX {
9025
+ align-items: flex-start;
9026
+ gap: 16px;
9027
+ }
9028
+
9029
+ ._shared-item-link-form_vitro-title_3Nz4A4T {
9030
+ font-size: 32px;
9031
+ line-height: 130%;
9032
+ font-family: 'InterMedium';
9033
+ }
9034
+
9035
+ ._shared-item-link-form_vitro-button-group_6J7aKmY {
9036
+ justify-content: flex-start;
9037
+ }
9038
+
9039
+ ._shared-item-link-form_vitro-link-input_1I8xMul {
9040
+ width: 376px;
9041
+ margin-top: 10px;
9042
+ }
9043
+
9044
+ @media (max-width: 600px) {
9045
+ ._shared-item-link-form_vitro-shared-item-link-form_3EJHrCZ {
9046
+ flex-wrap: wrap;
9047
+ }
9048
+ }
9049
+
9050
+ @media (max-width: 500px) {
9051
+ ._shared-item-link-form_vitro-title_3Nz4A4T {
9052
+ font-size: 24px;
9053
+ line-height: 130%;
9054
+ font-family: 'InterMedium';
9055
+ }
9056
+
9057
+ ._shared-item-link-form_vitro-link-input_1I8xMul {
9058
+ width: 100%;
9059
+ }
9060
+ }
9061
+ ._delete-button_vitro-delete-button_1rHMYDM {
9062
+ font-family: 'InterRegular';
9063
+ font-size: 14px;
9064
+ outline: none;
9065
+ height: 32px;
9066
+ color: #D13438;
9067
+ background: #fff;
9068
+ border: none;
9069
+ cursor: pointer;
9070
+ position: relative;
9071
+ display: flex;
9072
+ align-items: center;
9073
+ justify-content: center;
9074
+ line-height: 16px;
9075
+ gap: 4px;
9076
+ }
9077
+
9078
+ ._delete-button_vitro-button_3x1CMPO:hover,
9079
+ ._delete-button_vitro-button_3x1CMPO:active,
9080
+ ._delete-button_vitro-button_3x1CMPO:focus {
9081
+ background: #fff;
9082
+ }
9083
+
9084
+ ._delete-button_vitro-image_3suuRwK {
9085
+ width: 24px;
9086
+ height: 24px;
9087
+ background-repeat: no-repeat;
9088
+ background-size: 100%;
9089
+ background-position: center;
9090
+ background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/delete-button/img/delete-red.svg');
8964
9091
  }