@vitrosoftware/common-ui-ts 1.1.49 → 1.1.50

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.
@@ -136,7 +136,8 @@
136
136
  background-color: #DCEEFF !important;
137
137
  }
138
138
 
139
- .TWMenuMain {
139
+ .TWCellMenuMain,
140
+ .TWFilterMenuMain {
140
141
  width: 241px !important;
141
142
  margin-top: 24px !important;
142
143
  margin-left: -34px;
@@ -145,7 +146,8 @@
145
146
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.15), 0px 0px 4px 0px rgba(0, 0, 0, 0.12);
146
147
  }
147
148
 
148
- .TWMenuMain::before {
149
+ .TWCellMenuMain::before,
150
+ .TWFilterMenuMain::before {
149
151
  content: '';
150
152
  display: block;
151
153
  height: 11px;
@@ -160,7 +162,8 @@
160
162
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.31554 1.65838L0.382812 11H15.6249L9.69214 1.65838C8.90651 0.421336 7.10117 0.421335 6.31554 1.65838Z' fill='white'/%3E%3C/svg%3E%0A");
161
163
  }
162
164
 
163
- .TWMenuOuter {
165
+ .TWCellMenuMain .TWMenuOuter,
166
+ .TWFilterMenuMain .TWMenuOuter {
164
167
  padding: 0;
165
168
  margin: 0;
166
169
  border-radius: 4px !important;
@@ -168,36 +171,45 @@
168
171
  min-width: 241px !important;
169
172
  }
170
173
 
171
- .TWMenuBody {
174
+ .TWCellMenuMain .TWMenuBody,
175
+ .TWFilterMenuMain .TWMenuBody {
172
176
  margin: 0 !important;
173
177
  width: 100%;
174
178
  }
175
179
 
176
- .TWMenuBody {
180
+ .TWCellMenuMain .TWMenuBody,
181
+ .TWFilterMenuMain .TWMenuBody {
177
182
  cursor: default;
178
183
  margin: 0px 1px 0px 1px;
179
184
  }
180
185
 
181
- .TWMenuFocus, .TWMenuHover {
186
+ .TWCellMenuMain .TWMenuFocus,
187
+ .TWCellMenuMain .TWMenuHover,
188
+ .TWFilterMenuMain .TWMenuHover,
189
+ .TWFilterMenuMain .TWMenuHover {
182
190
  background: #F3F8FF !important;
183
191
  }
184
192
 
185
- .TWMenuItem {
193
+ .TWCellMenuMain .TWMenuItem,
194
+ .TWFilterMenuMain .TWMenuItem {
186
195
  margin: 0 !important;
187
196
  padding: 8px 0 !important;
188
197
  }
189
198
 
190
- .TWMenuItemText {
199
+ .TWCellMenuMain .TWMenuItemText,
200
+ .TWFilterMenuMain .TWMenuItemText {
191
201
  line-height: 150%;
192
202
  padding-left: 12px;
193
203
  white-space: normal;
194
204
  }
195
205
 
196
- div.TWMenuItemText {
206
+ .TWCellMenuMain div.TWMenuItemText,
207
+ .TWFilterMenuMain div.TWMenuItemText {
197
208
  margin-left: 32px;
198
209
  }
199
210
 
200
- .TWMenuItemIcon {
211
+ .TWCellMenuMain .TWMenuItemIcon,
212
+ .TWFilterMenuMain .TWMenuItemIcon {
201
213
  height: 20px;
202
214
  width: 32px;
203
215
  background-size: 20px;
@@ -418,14 +430,6 @@ div.TWMenuItemText {
418
430
  font-size: 10pt;
419
431
  }
420
432
 
421
- .TWMessage .TWMessageButtons {
422
- display: flex;
423
- width: 100%;
424
- padding: 0;
425
- justify-content: flex-end;
426
- margin: 0;
427
- }
428
-
429
433
  .TWMessage .vitro-icon-before {
430
434
  /* ico-question.svg URL-encoder for SVG */
431
435
  background-image: url("data:image/svg+xml,%3Csvg width='49' height='49' viewBox='0 0 49 49' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24.1631 44.1426C35.2088 44.1426 44.1631 35.1883 44.1631 24.1426C44.1631 13.0969 35.2088 4.14258 24.1631 4.14258C13.1174 4.14258 4.16309 13.0969 4.16309 24.1426C4.16309 35.1883 13.1174 44.1426 24.1631 44.1426Z' stroke='%23BDBDBD' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M18.3428 18.1426C18.813 16.806 19.7411 15.6788 20.9627 14.9609C22.1843 14.2429 23.6206 13.9805 25.0171 14.22C26.4137 14.4596 27.6804 15.1857 28.5929 16.2697C29.5055 17.3537 30.0049 18.7257 30.0028 20.1426C30.0028 24.1426 24.0028 26.1426 24.0028 26.1426' stroke='%23BDBDBD' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M24.1631 34.1426H24.1831' stroke='%23BDBDBD' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/svg%3E");
@@ -437,49 +441,6 @@ div.TWMenuItemText {
437
441
  flex-shrink: 0;
438
442
  }
439
443
 
440
- .TWMessage .TWMessageButtons > button, .TWLow .TWMenuButton, .TWProgressButtons > button {
441
- height: 32px;
442
- line-height: 32px;
443
- background: #0097ff;
444
- color: #fff;
445
- width: auto;
446
- padding: 0 12px;
447
- min-width: 96px;
448
- margin: 8px 0 0 8px;
449
- border-radius: 8px;
450
- border: none;
451
- padding: 0 !important;
452
- font-weight: 500;
453
- outline: none;
454
- font-family: GraphikRegular;
455
- font-size: 10pt;
456
- }
457
-
458
- .TWMessage .TWMessageButtons > button:hover, .TWLow .TWMenuButton:hover, .TWProgressButtons > button:hover {
459
- background: rgba(0, 151, 255, .8);
460
- border-color: transparent;
461
- }
462
-
463
- .TWMessage .TWMessageButtons > button:first-child {
464
- margin-left: 0;
465
- }
466
-
467
- .TWMessage .TWMessageButtons > button:last-child,
468
- .TWMenuFoot > button:last-child,
469
- .TWProgressButtons > button:last-child {
470
- background: #fff;
471
- color: #0097ff;
472
- border: 1px solid #0097ff;
473
- }
474
-
475
- .TWMessage .TWMessageButtons > button:last-child:hover,
476
- .TWMenuFoot > button:last-child:hover,
477
- .TWProgressButtons > button:last-child {
478
- background: #fff;
479
- border-color: rgba(0, 151, 255, .8);
480
- color: rgba(0, 151, 255, .8);
481
- }
482
-
483
444
  .TWFilter12Left, .TWFilter12Right, .TWFilter12Menu {
484
445
  /*ico-tableview-contains-not.svg URL-encoder for SVG*/
485
446
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 64 64'%3E%3Cg fill='%23ff5b2d'%3E%3Cpolygon points='12,24 12,40 24,32'/%3E%3Cpolygon points='52,40 52,24 40,32'/%3E%3Cpolygon points='28,33.3 36,28 36,20 40,20 40,12 24,12 24,20 28,20'/%3E%3Cpolygon points='36,32 28,37.3 28,44 24,44 24,52 40,52 40,44 36,44'/%3E%3Cpolygon fill='%23ff5b2d' points='48,20 48,16 12,40 12,44'/%3E%3C/g%3E%3C/svg%3E") !important;
@@ -731,4 +692,101 @@ div.TWMenuItemText {
731
692
 
732
693
  .TWHeaderGroupCustom {
733
694
  padding: 0;
695
+ }
696
+
697
+ .TWCfgMenuItem {
698
+ margin: 0;
699
+ background: #fff !important;
700
+ padding: 0 16px !important;
701
+ }
702
+
703
+ .TWCfgMenuItem .TWCfgMenuItemText {
704
+ padding: 4px 0;
705
+ }
706
+
707
+ .TWCfgMenuItem .TWCfgMenuBoolIconRight {
708
+ background-size: 16px;
709
+ }
710
+
711
+ .TWCfgMenuMain {
712
+ margin-top: -5%;
713
+ border-radius: 4px;
714
+ box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.15), 0px 0px 4px 0px rgba(0, 0, 0, 0.12);
715
+ }
716
+
717
+ .TWMenuButton {
718
+ border-radius: 4px;
719
+ background: #347FDE;
720
+ padding: 8px 16px !important;
721
+ color: #fff !important;
722
+ margin: 0 !important;
723
+ }
724
+
725
+ .TWMenuButton:hover,
726
+ .TWMenuButton:active {
727
+ background: #3274E0;
728
+ }
729
+
730
+ .TWDialogButtonCancel {
731
+ color: #222D44 !important;
732
+ background: #fff;
733
+ }
734
+
735
+ .TWDialogButtonCancel:hover,
736
+ .TWDialogButtonCancel:active {
737
+ color: #222D44 !important;
738
+ background: #F3F8FF;
739
+ }
740
+
741
+ .TWCfgMenuCaption {
742
+ font-weight: normal;
743
+ line-height: 150%;
744
+ padding: 4px;
745
+ }
746
+
747
+ .TWCfgMenuHead {
748
+ background: #fff;
749
+ border-bottom: 1px solid #E4E6EC;
750
+ padding: 20px 16px 20px 16px !important;
751
+ }
752
+
753
+ .TWCfgMenuHeadText {
754
+ font-size: 20px;
755
+ line-height: 24px;
756
+ text-align: left;
757
+ }
758
+
759
+ .TWCfgMenuClose {
760
+ position: absolute;
761
+ height: 60px;
762
+ width: 60px !important;
763
+ top: -9px;
764
+ right: -64px;
765
+ background-size: 100%;
766
+ background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60' viewBox='0 0 60 60' fill='none'%3E%3Cpath d='M16.8906 43.1056L29.9981 29.9981L43.1056 43.1056M43.1056 16.8906L29.9956 29.9981L16.8906 16.8906' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
767
+ }
768
+
769
+ .TWCfgMenuBody {
770
+ margin: 0;
771
+ width: 100%;
772
+ padding: 8px 0;
773
+ }
774
+
775
+ .TWCfgMenuFoot {
776
+ border-top: 1px solid #E4E6EC;
777
+ padding: 16px 16px !important;
778
+ display: flex;
779
+ grid-gap: 12px;
780
+ justify-content: flex-start;
781
+ flex-direction: row-reverse;
782
+ }
783
+
784
+ .TWCfgMenuOuterBottom {
785
+ padding: 0 !important;
786
+ border-radius: 4px;
787
+ }
788
+
789
+ .GridDisabled {
790
+ background: #222D44;
791
+ opacity: 0.2;
734
792
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vitrosoftware/common-ui-ts",
3
- "version": "1.1.49",
3
+ "version": "1.1.50",
4
4
  "description": "vitro software common ui ts",
5
5
  "author": "",
6
6
  "license": "MIT",