@vitrosoftware/common-ui-ts 1.1.37 → 1.1.39
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/lookup-picker/lookup-picker-html-value.css +0 -1
- package/css/std/controls/lookup-picker/lookup-picker-selected-item.css +5 -3
- package/css/std/controls/lookup-picker/lookup-picker-value-list.css +1 -0
- package/css/std/controls/lookup-picker/lookup-picker.css +6 -5
- package/css/std/controls/search/search.css +1 -1
- package/css/std/controls/user-lookup-picker/user-lookup-picker.css +7 -0
- package/dist/index.css +21 -10
- package/dist/index.js +91 -80
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -16,13 +16,15 @@
|
|
|
16
16
|
|
|
17
17
|
.vitro-selected-item {
|
|
18
18
|
margin-right: 6px;
|
|
19
|
+
grid-gap: 8px;
|
|
19
20
|
}
|
|
20
21
|
|
|
21
22
|
.vitro-selected-item-multi {
|
|
22
23
|
background: #F7F9FC;
|
|
23
24
|
border-radius: 4px;
|
|
24
|
-
padding:
|
|
25
|
-
|
|
25
|
+
padding: 0 4px;
|
|
26
|
+
height: 24px;
|
|
27
|
+
grid-gap: 4px;
|
|
26
28
|
}
|
|
27
29
|
|
|
28
30
|
.vitro-selected-item-multi:last-child {
|
|
@@ -30,10 +32,10 @@
|
|
|
30
32
|
}
|
|
31
33
|
|
|
32
34
|
.vitro-button-close {
|
|
35
|
+
cursor: pointer;
|
|
33
36
|
width: 24px;
|
|
34
37
|
height: 24px;
|
|
35
38
|
min-width: 24px;
|
|
36
|
-
margin-left: 8px;
|
|
37
39
|
background-size: 100%;
|
|
38
40
|
background-position: center;
|
|
39
41
|
background-repeat: no-repeat;
|
|
@@ -9,10 +9,11 @@
|
|
|
9
9
|
border-radius: 4px;
|
|
10
10
|
display: flex;
|
|
11
11
|
width: 100%;
|
|
12
|
-
flex-wrap:
|
|
12
|
+
flex-wrap: wrap;
|
|
13
13
|
align-items: center;
|
|
14
|
-
height: 40px;
|
|
15
|
-
|
|
14
|
+
min-height: 40px;
|
|
15
|
+
grid-gap: 4px 12px;
|
|
16
|
+
padding: 8px 40px 8px 16px;
|
|
16
17
|
position: relative;
|
|
17
18
|
}
|
|
18
19
|
|
|
@@ -100,7 +101,7 @@
|
|
|
100
101
|
border: none;
|
|
101
102
|
background: transparent;
|
|
102
103
|
flex: 1 1;
|
|
103
|
-
min-width:
|
|
104
|
+
min-width: 2px;
|
|
104
105
|
color: #222D44;
|
|
105
106
|
font-size: 14px;
|
|
106
107
|
line-height: 16px;
|
|
@@ -109,7 +110,7 @@
|
|
|
109
110
|
.vitro-right {
|
|
110
111
|
position: absolute;
|
|
111
112
|
right: 16px;
|
|
112
|
-
top:
|
|
113
|
+
top: 8px;
|
|
113
114
|
display: flex;
|
|
114
115
|
}
|
|
115
116
|
|
package/dist/index.css
CHANGED
|
@@ -3031,13 +3031,15 @@
|
|
|
3031
3031
|
|
|
3032
3032
|
._lookup-picker-selected-item_vitro-selected-item_hw-euth {
|
|
3033
3033
|
margin-right: 6px;
|
|
3034
|
+
grid-gap: 8px;
|
|
3034
3035
|
}
|
|
3035
3036
|
|
|
3036
3037
|
._lookup-picker-selected-item_vitro-selected-item-multi_bzL7ugZ {
|
|
3037
3038
|
background: #F7F9FC;
|
|
3038
3039
|
border-radius: 4px;
|
|
3039
|
-
padding:
|
|
3040
|
-
|
|
3040
|
+
padding: 0 4px;
|
|
3041
|
+
height: 24px;
|
|
3042
|
+
grid-gap: 4px;
|
|
3041
3043
|
}
|
|
3042
3044
|
|
|
3043
3045
|
._lookup-picker-selected-item_vitro-selected-item-multi_bzL7ugZ:last-child {
|
|
@@ -3045,10 +3047,10 @@
|
|
|
3045
3047
|
}
|
|
3046
3048
|
|
|
3047
3049
|
._lookup-picker-selected-item_vitro-button-close_1SRnr_0 {
|
|
3050
|
+
cursor: pointer;
|
|
3048
3051
|
width: 24px;
|
|
3049
3052
|
height: 24px;
|
|
3050
3053
|
min-width: 24px;
|
|
3051
|
-
margin-left: 8px;
|
|
3052
3054
|
background-size: 100%;
|
|
3053
3055
|
background-position: center;
|
|
3054
3056
|
background-repeat: no-repeat;
|
|
@@ -3067,7 +3069,6 @@
|
|
|
3067
3069
|
display: flex;
|
|
3068
3070
|
align-items: center;
|
|
3069
3071
|
justify-content: center;
|
|
3070
|
-
margin-right: 8px;
|
|
3071
3072
|
}
|
|
3072
3073
|
._lookup-picker-value-list_vitro-value-list_LSdCMjq {
|
|
3073
3074
|
position: absolute;
|
|
@@ -3096,6 +3097,7 @@
|
|
|
3096
3097
|
border-radius: 0px;
|
|
3097
3098
|
display: flex;
|
|
3098
3099
|
align-items: center;
|
|
3100
|
+
grid-gap: 8px;
|
|
3099
3101
|
}
|
|
3100
3102
|
|
|
3101
3103
|
._lookup-picker-value-list_vitro-value-list_LSdCMjq ._lookup-picker-value-list_vitro-item_7yZBz5u:last-child {
|
|
@@ -3154,10 +3156,11 @@
|
|
|
3154
3156
|
border-radius: 4px;
|
|
3155
3157
|
display: flex;
|
|
3156
3158
|
width: 100%;
|
|
3157
|
-
flex-wrap:
|
|
3159
|
+
flex-wrap: wrap;
|
|
3158
3160
|
align-items: center;
|
|
3159
|
-
height: 40px;
|
|
3160
|
-
|
|
3161
|
+
min-height: 40px;
|
|
3162
|
+
grid-gap: 4px 12px;
|
|
3163
|
+
padding: 8px 40px 8px 16px;
|
|
3161
3164
|
position: relative;
|
|
3162
3165
|
}
|
|
3163
3166
|
|
|
@@ -3252,7 +3255,7 @@
|
|
|
3252
3255
|
border: none;
|
|
3253
3256
|
background: transparent;
|
|
3254
3257
|
flex: 1 1;
|
|
3255
|
-
min-width:
|
|
3258
|
+
min-width: 2px;
|
|
3256
3259
|
color: #222D44;
|
|
3257
3260
|
font-size: 14px;
|
|
3258
3261
|
line-height: 16px;
|
|
@@ -3261,7 +3264,7 @@
|
|
|
3261
3264
|
._lookup-picker_vitro-right_1XFsL1w {
|
|
3262
3265
|
position: absolute;
|
|
3263
3266
|
right: 16px;
|
|
3264
|
-
top:
|
|
3267
|
+
top: 8px;
|
|
3265
3268
|
display: flex;
|
|
3266
3269
|
}
|
|
3267
3270
|
|
|
@@ -4301,6 +4304,14 @@ ul > li:last-child > ul > li:last-child ._sidebar-item_vitro-active_7p5iOhY {
|
|
|
4301
4304
|
._user-profile_vitro-dropdown-item_dSErsta:active {
|
|
4302
4305
|
background: #DCEEFF;
|
|
4303
4306
|
}
|
|
4307
|
+
._user-lookup-picker_vitro-avatar_2vI-SeH {
|
|
4308
|
+
height: 20px;
|
|
4309
|
+
width: 20px;
|
|
4310
|
+
min-width: 20px;
|
|
4311
|
+
font-size: 10px;
|
|
4312
|
+
line-height: 20px;
|
|
4313
|
+
}
|
|
4314
|
+
|
|
4304
4315
|
._activity_vitro-title_1rdvvaa {
|
|
4305
4316
|
color: #bdbdbd;
|
|
4306
4317
|
margin-bottom: 12px;
|
|
@@ -5005,7 +5016,7 @@ ul > li:last-child > ul > li:last-child ._sidebar-item_vitro-active_7p5iOhY {
|
|
|
5005
5016
|
}
|
|
5006
5017
|
|
|
5007
5018
|
._search_vitro-filter_2n-Y-mS {
|
|
5008
|
-
|
|
5019
|
+
width: 449px;
|
|
5009
5020
|
}
|
|
5010
5021
|
|
|
5011
5022
|
._search_vitro-filter_2n-Y-mS .ps {
|