@vitrosoftware/common-ui-ts 1.1.255 → 1.1.257

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.
@@ -15434,7 +15434,7 @@ div:focus-visible {
15434
15434
  [class*="_criterion_vitro-operator-list-container"],
15435
15435
  [class*="_criterion_vitro-condition-list-container"],
15436
15436
  [class*="_lookup-picker-value-list"] {
15437
- z-index: 89000005 !important;
15437
+ z-index: 99000011 !important;
15438
15438
  }
15439
15439
 
15440
15440
  .vitro-compare-mode .annotation-marker {
@@ -1162,7 +1162,7 @@ div:focus-visible {
1162
1162
  [class*="_criterion_vitro-operator-list-container"],
1163
1163
  [class*="_criterion_vitro-condition-list-container"],
1164
1164
  [class*="_lookup-picker-value-list"] {
1165
- z-index: 89000005 !important;
1165
+ z-index: 99000011 !important;
1166
1166
  }
1167
1167
 
1168
1168
  .vitro-compare-mode .annotation-marker {
@@ -88,7 +88,6 @@
88
88
 
89
89
  .vitro-calendar-container {
90
90
  width: 280px;
91
- height: 326px;
92
91
  box-shadow: none !important;
93
92
  background-color: transparent;
94
93
  padding: 4px 0;
@@ -319,11 +318,7 @@
319
318
  }
320
319
 
321
320
  .vitro-calendar-container :global(.k-calendar-header) {
322
- height: 40px;
323
- }
324
-
325
- .vitro-calendar-container :global(.k-datetime-footer) {
326
- display: none;
321
+ padding: 14px 16px 0 16px;
327
322
  }
328
323
 
329
324
  .vitro-calendar-container :global(.k-datetime-wrap) {
@@ -506,4 +501,8 @@
506
501
  color: #222D44;
507
502
  font-size: 14px;
508
503
  line-height: 21px;
504
+ }
505
+
506
+ :global(.k-datetime-calendar-wrap.k-calendar-view) {
507
+ padding: 4px 12px 8px;
509
508
  }
@@ -13901,6 +13901,10 @@ select {
13901
13901
  height: 100%;
13902
13902
  }
13903
13903
 
13904
+ .vitro-thumbnail-list-container {
13905
+ max-height: calc(100% - 56px);
13906
+ }
13907
+
13904
13908
  .vitro-thumbnail-list-title {
13905
13909
  padding: 16px 12px;
13906
13910
  }
@@ -26,6 +26,10 @@
26
26
  height: 100%;
27
27
  }
28
28
 
29
+ .vitro-thumbnail-list-container {
30
+ max-height: calc(100% - 56px);
31
+ }
32
+
29
33
  .vitro-thumbnail-list-title {
30
34
  padding: 16px 12px;
31
35
  }
@@ -0,0 +1,5 @@
1
+ <svg viewBox="0 0 23 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <circle cx="11.5" cy="6" r="1.5" fill="#222D44"/>
3
+ <circle cx="11.5" cy="12" r="1.5" fill="#222D44"/>
4
+ <circle cx="11.5" cy="18" r="1.5" fill="#222D44"/>
5
+ </svg>
@@ -19,6 +19,11 @@
19
19
  .table-view-custom-date-edit .k-calendar {
20
20
  border: none;
21
21
  color: #222D44 !important;
22
+ box-shadow: none;
23
+ }
24
+
25
+ .table-view-custom-date-edit .k-calendar-container {
26
+ padding: 0;
22
27
  }
23
28
 
24
29
  .table-view-custom-date-edit .k-link {
@@ -66,4 +71,8 @@
66
71
 
67
72
  .table-view-custom-date-edit .k-datetime-container > .k-datetime-wrap {
68
73
  box-shadow: none;
74
+ }
75
+
76
+ .k-datetime-container.vitro-left .k-datetime-footer .k-button {
77
+ display: none;
69
78
  }
@@ -209,6 +209,28 @@ vitro-table-view-popup-menu-topMain.TWMenuMainRight::before,
209
209
  background-color: #E4E6EC;
210
210
  }
211
211
 
212
+ .vitro-table-view-button-container {
213
+ display: flex;
214
+ gap: 4px;
215
+ }
216
+
217
+ .vitro-table-view-button-container > div {
218
+ width: 24px;
219
+ height: 24px;
220
+ margin-left: 0;
221
+ flex-shrink: 0;
222
+ }
223
+
224
+ .vitro-table-view-button-container > .vitro-button-calendar {
225
+ background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/table-view/img/date-picker.svg');
226
+ background-size: 24px;
227
+ }
228
+
229
+ .vitro-table-view-button-container > .vitro-table-view-button-context {
230
+ background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/table-view/img/context-button.svg');
231
+ background-size: 24px;
232
+ }
233
+
212
234
  @media (max-width: 800px) {
213
235
  .vitro-table-view-context-menuMain .TWMenuFocus,
214
236
  .vitro-table-view-context-menu-leftMain .TWMenuFocus,
package/dist/index.css CHANGED
@@ -5013,7 +5013,6 @@ div._component-loader_vitro-component-loader_3J3a2or {
5013
5013
 
5014
5014
  ._date-picker_vitro-calendar-container_-q52RLa {
5015
5015
  width: 280px;
5016
- height: 326px;
5017
5016
  box-shadow: none !important;
5018
5017
  background-color: transparent;
5019
5018
  padding: 4px 0;
@@ -5244,11 +5243,7 @@ div._component-loader_vitro-component-loader_3J3a2or {
5244
5243
  }
5245
5244
 
5246
5245
  ._date-picker_vitro-calendar-container_-q52RLa .k-calendar-header {
5247
- height: 40px;
5248
- }
5249
-
5250
- ._date-picker_vitro-calendar-container_-q52RLa .k-datetime-footer {
5251
- display: none;
5246
+ padding: 14px 16px 0 16px;
5252
5247
  }
5253
5248
 
5254
5249
  ._date-picker_vitro-calendar-container_-q52RLa .k-datetime-wrap {
@@ -5431,6 +5426,10 @@ div._component-loader_vitro-component-loader_3J3a2or {
5431
5426
  color: #222D44;
5432
5427
  font-size: 14px;
5433
5428
  line-height: 21px;
5429
+ }
5430
+
5431
+ .k-datetime-calendar-wrap.k-calendar-view {
5432
+ padding: 4px 12px 8px;
5434
5433
  }
5435
5434
  ._checkbox_vitro-control_DfB5DDM {
5436
5435
  width: 100%;