@qikdev/vue-ui 0.2.271 → 0.2.275
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/dist/lib.es.js +2503 -2423
- package/dist/lib.es.js.map +1 -1
- package/dist/lib.umd.js +2362 -2289
- package/dist/lib.umd.js.map +1 -1
- package/dist/style.css +106 -103
- package/package.json +1 -1
package/dist/style.css
CHANGED
|
@@ -173,23 +173,23 @@
|
|
|
173
173
|
border-top: 1px solid color-mix(in lab, currentColor 18%, transparent);
|
|
174
174
|
}
|
|
175
175
|
}
|
|
176
|
-
.basic-input-style[data-v-
|
|
176
|
+
.basic-input-style[data-v-1d7eba43] {
|
|
177
177
|
color: inherit;
|
|
178
178
|
background: color-mix(in lab, currentColor 4%, transparent);
|
|
179
179
|
border: 1px solid color-mix(in lab, currentColor 18%, transparent);
|
|
180
180
|
}
|
|
181
|
-
.ux-tabset[data-v-
|
|
181
|
+
.ux-tabset[data-v-1d7eba43] {
|
|
182
182
|
flex: 1;
|
|
183
183
|
overflow: hidden;
|
|
184
184
|
}
|
|
185
|
-
.ux-tabset.horizontal[data-v-
|
|
185
|
+
.ux-tabset.horizontal[data-v-1d7eba43] {
|
|
186
186
|
display: flex;
|
|
187
187
|
flex-direction: column;
|
|
188
188
|
}
|
|
189
|
-
.ux-tabset.horizontal.block > .tabset-menu[data-v-
|
|
189
|
+
.ux-tabset.horizontal.block > .tabset-menu[data-v-1d7eba43] {
|
|
190
190
|
background: color-mix(in lab, currentColor 7%, transparent);
|
|
191
191
|
}
|
|
192
|
-
.ux-tabset.horizontal.block > .tabset-menu a[data-v-
|
|
192
|
+
.ux-tabset.horizontal.block > .tabset-menu a[data-v-1d7eba43] {
|
|
193
193
|
display: block;
|
|
194
194
|
padding: 1em;
|
|
195
195
|
cursor: pointer;
|
|
@@ -200,18 +200,18 @@
|
|
|
200
200
|
flex: 1;
|
|
201
201
|
align-items: center;
|
|
202
202
|
}
|
|
203
|
-
.ux-tabset.horizontal.block > .tabset-menu a[data-v-
|
|
203
|
+
.ux-tabset.horizontal.block > .tabset-menu a[data-v-1d7eba43]:hover {
|
|
204
204
|
color: color-mix(in lab, currentColor 60%, transparent);
|
|
205
205
|
}
|
|
206
|
-
.ux-tabset.horizontal.block > .tabset-menu a.active[data-v-
|
|
206
|
+
.ux-tabset.horizontal.block > .tabset-menu a.active[data-v-1d7eba43] {
|
|
207
207
|
background: var(--bg1, #fff);
|
|
208
208
|
color: var(--primary);
|
|
209
209
|
border-top: 3px solid var(--primary);
|
|
210
210
|
}
|
|
211
|
-
.ux-tabset.horizontal.inline > .tabset-menu[data-v-
|
|
211
|
+
.ux-tabset.horizontal.inline > .tabset-menu[data-v-1d7eba43] {
|
|
212
212
|
overflow-x: auto;
|
|
213
213
|
}
|
|
214
|
-
.ux-tabset.horizontal.inline > .tabset-menu a[data-v-
|
|
214
|
+
.ux-tabset.horizontal.inline > .tabset-menu a[data-v-1d7eba43] {
|
|
215
215
|
display: block;
|
|
216
216
|
padding: 1em 0;
|
|
217
217
|
margin: 0 1.5em 0 0;
|
|
@@ -224,20 +224,20 @@
|
|
|
224
224
|
white-space: nowrap;
|
|
225
225
|
text-overflow: ellipsis;
|
|
226
226
|
}
|
|
227
|
-
.ux-tabset.horizontal.inline > .tabset-menu a.active[data-v-
|
|
227
|
+
.ux-tabset.horizontal.inline > .tabset-menu a.active[data-v-1d7eba43] {
|
|
228
228
|
opacity: 1;
|
|
229
229
|
border-bottom: 3px solid var(--primary);
|
|
230
230
|
}
|
|
231
|
-
.ux-tabset.vertical[data-v-
|
|
231
|
+
.ux-tabset.vertical[data-v-1d7eba43] {
|
|
232
232
|
display: flex;
|
|
233
233
|
flex-direction: row;
|
|
234
234
|
}
|
|
235
|
-
.ux-tabset.vertical > .tabset-menu[data-v-
|
|
236
|
-
max-width:
|
|
235
|
+
.ux-tabset.vertical > .tabset-menu[data-v-1d7eba43] {
|
|
236
|
+
max-width: 150px;
|
|
237
237
|
min-width: 100px;
|
|
238
238
|
background: color-mix(in lab, currentColor 7%, transparent);
|
|
239
239
|
}
|
|
240
|
-
.ux-tabset.vertical > .tabset-menu a[data-v-
|
|
240
|
+
.ux-tabset.vertical > .tabset-menu a[data-v-1d7eba43] {
|
|
241
241
|
display: block;
|
|
242
242
|
padding: 1em;
|
|
243
243
|
cursor: pointer;
|
|
@@ -245,10 +245,10 @@
|
|
|
245
245
|
font-weight: 700;
|
|
246
246
|
border-left: 3px solid transparent;
|
|
247
247
|
}
|
|
248
|
-
.ux-tabset.vertical > .tabset-menu a[data-v-
|
|
248
|
+
.ux-tabset.vertical > .tabset-menu a[data-v-1d7eba43]:hover {
|
|
249
249
|
color: color-mix(in lab, currentColor 60%, transparent);
|
|
250
250
|
}
|
|
251
|
-
.ux-tabset.vertical > .tabset-menu a.active[data-v-
|
|
251
|
+
.ux-tabset.vertical > .tabset-menu a.active[data-v-1d7eba43] {
|
|
252
252
|
background: var(--bg1, #fff);
|
|
253
253
|
color: var(--primary);
|
|
254
254
|
border-left: 3px solid var(--primary);
|
|
@@ -578,22 +578,22 @@ td.failed .pill[data-v-bec5c4d1] {
|
|
|
578
578
|
background: none;
|
|
579
579
|
}
|
|
580
580
|
}
|
|
581
|
-
.basic-input-style[data-v-
|
|
581
|
+
.basic-input-style[data-v-206fbd94] {
|
|
582
582
|
color: inherit;
|
|
583
583
|
background: color-mix(in lab, currentColor 4%, transparent);
|
|
584
584
|
border: 1px solid color-mix(in lab, currentColor 18%, transparent);
|
|
585
585
|
}
|
|
586
|
-
td[data-v-
|
|
586
|
+
td[data-v-206fbd94] {
|
|
587
587
|
line-height: 1.4em !important;
|
|
588
588
|
}
|
|
589
|
-
.title[data-v-
|
|
589
|
+
.title[data-v-206fbd94] {
|
|
590
590
|
font-weight: 700;
|
|
591
591
|
font-size: 1.1em;
|
|
592
592
|
white-space: nowrap;
|
|
593
593
|
text-overflow: ellipsis;
|
|
594
594
|
overflow: hidden;
|
|
595
595
|
}
|
|
596
|
-
.subtitle[data-v-
|
|
596
|
+
.subtitle[data-v-206fbd94] {
|
|
597
597
|
font-size: 0.9em;
|
|
598
598
|
opacity: 0.5;
|
|
599
599
|
}
|
|
@@ -1088,12 +1088,12 @@ tr.inactive[data-v-fbdf91c9]:after {
|
|
|
1088
1088
|
.ux-btn-disabled .ux-btn-text[data-v-beb835e7] {
|
|
1089
1089
|
opacity: 0.3;
|
|
1090
1090
|
}
|
|
1091
|
-
.basic-input-style[data-v-
|
|
1091
|
+
.basic-input-style[data-v-54bb07ba] {
|
|
1092
1092
|
color: inherit;
|
|
1093
1093
|
background: color-mix(in lab, currentColor 4%, transparent);
|
|
1094
1094
|
border: 1px solid color-mix(in lab, currentColor 18%, transparent);
|
|
1095
1095
|
}
|
|
1096
|
-
.ux-checkbox[data-v-
|
|
1096
|
+
.ux-checkbox[data-v-54bb07ba] {
|
|
1097
1097
|
color: inherit;
|
|
1098
1098
|
border-radius: 0.3em;
|
|
1099
1099
|
display: inline-block;
|
|
@@ -1112,7 +1112,7 @@ tr.inactive[data-v-fbdf91c9]:after {
|
|
|
1112
1112
|
font-size: inherit;
|
|
1113
1113
|
vertical-align: top;
|
|
1114
1114
|
}
|
|
1115
|
-
.ux-checkbox .icon[data-v-
|
|
1115
|
+
.ux-checkbox .icon[data-v-54bb07ba] {
|
|
1116
1116
|
opacity: 0;
|
|
1117
1117
|
position: absolute;
|
|
1118
1118
|
top: 50%;
|
|
@@ -1120,18 +1120,18 @@ tr.inactive[data-v-fbdf91c9]:after {
|
|
|
1120
1120
|
transform: scale(0) translate(-50%, -50%);
|
|
1121
1121
|
transition: all 0.2s;
|
|
1122
1122
|
}
|
|
1123
|
-
.ux-checkbox.ux-checkbox-true[data-v-
|
|
1123
|
+
.ux-checkbox.ux-checkbox-true[data-v-54bb07ba] {
|
|
1124
1124
|
background: var(--primary);
|
|
1125
1125
|
}
|
|
1126
|
-
.ux-checkbox.ux-checkbox-true .icon[data-v-
|
|
1126
|
+
.ux-checkbox.ux-checkbox-true .icon[data-v-54bb07ba] {
|
|
1127
1127
|
color: #fff;
|
|
1128
1128
|
opacity: 1;
|
|
1129
1129
|
transform: scale(1) translate(-50%, -50%);
|
|
1130
1130
|
}
|
|
1131
|
-
.ux-checkbox[data-v-
|
|
1131
|
+
.ux-checkbox[data-v-54bb07ba]:hover {
|
|
1132
1132
|
border-color: var(--primary);
|
|
1133
1133
|
}
|
|
1134
|
-
.ux-checkbox:hover .icon[data-v-
|
|
1134
|
+
.ux-checkbox:hover .icon[data-v-54bb07ba] {
|
|
1135
1135
|
opacity: 0.5 !important;
|
|
1136
1136
|
transform: scale(1) translate(-50%, -50%);
|
|
1137
1137
|
}
|
|
@@ -1210,18 +1210,18 @@ a.disabled[data-v-7a924ee2] {
|
|
|
1210
1210
|
cursor: none;
|
|
1211
1211
|
pointer-events: none;
|
|
1212
1212
|
}
|
|
1213
|
-
.basic-input-style[data-v-
|
|
1213
|
+
.basic-input-style[data-v-e7a15ac2] {
|
|
1214
1214
|
color: inherit;
|
|
1215
1215
|
background: color-mix(in lab, currentColor 4%, transparent);
|
|
1216
1216
|
border: 1px solid color-mix(in lab, currentColor 18%, transparent);
|
|
1217
1217
|
}
|
|
1218
|
-
.ux-icon.ux-icon-left[data-v-
|
|
1218
|
+
.ux-icon.ux-icon-left[data-v-e7a15ac2] {
|
|
1219
1219
|
margin-right: 0.4em;
|
|
1220
1220
|
}
|
|
1221
|
-
.ux-icon.ux-icon-right[data-v-
|
|
1221
|
+
.ux-icon.ux-icon-right[data-v-e7a15ac2] {
|
|
1222
1222
|
margin-left: 0.4em;
|
|
1223
1223
|
}
|
|
1224
|
-
.ux-icon.ux-icon-fixed[data-v-
|
|
1224
|
+
.ux-icon.ux-icon-fixed[data-v-e7a15ac2] {
|
|
1225
1225
|
width: 1em;
|
|
1226
1226
|
text-align: center;
|
|
1227
1227
|
}
|
|
@@ -1893,32 +1893,35 @@ input[data-v-38242855]:focus {
|
|
|
1893
1893
|
.empty-text[data-v-70c07a8e] {
|
|
1894
1894
|
opacity: 0.5;
|
|
1895
1895
|
}
|
|
1896
|
-
.basic-input-style[data-v-
|
|
1896
|
+
.basic-input-style[data-v-13dbe8a6] {
|
|
1897
1897
|
color: inherit;
|
|
1898
1898
|
background: color-mix(in lab, currentColor 4%, transparent);
|
|
1899
1899
|
border: 1px solid color-mix(in lab, currentColor 18%, transparent);
|
|
1900
1900
|
}
|
|
1901
|
-
.
|
|
1901
|
+
.invisible[data-v-13dbe8a6] {
|
|
1902
|
+
display: none;
|
|
1903
|
+
}
|
|
1904
|
+
.circles[data-v-13dbe8a6] {
|
|
1902
1905
|
display: inline-block;
|
|
1903
1906
|
margin-right: 0.5em;
|
|
1904
1907
|
}
|
|
1905
|
-
.circles[data-v-
|
|
1908
|
+
.circles[data-v-13dbe8a6]:empty {
|
|
1906
1909
|
display: none;
|
|
1907
1910
|
}
|
|
1908
|
-
.circles[data-v-
|
|
1911
|
+
.circles[data-v-13dbe8a6] .ux-circle {
|
|
1909
1912
|
margin-left: -0.35em;
|
|
1910
1913
|
}
|
|
1911
|
-
.circles[data-v-
|
|
1914
|
+
.circles[data-v-13dbe8a6] .ux-circle:first-child {
|
|
1912
1915
|
margin-left: 0;
|
|
1913
1916
|
}
|
|
1914
|
-
[data-v-
|
|
1917
|
+
[data-v-13dbe8a6] .ux-btn-text {
|
|
1915
1918
|
white-space: nowrap;
|
|
1916
1919
|
text-overflow: ellipsis;
|
|
1917
1920
|
overflow: hidden;
|
|
1918
1921
|
max-width: 150px;
|
|
1919
1922
|
display: block;
|
|
1920
1923
|
}
|
|
1921
|
-
.empty-text[data-v-
|
|
1924
|
+
.empty-text[data-v-13dbe8a6] {
|
|
1922
1925
|
opacity: 0.5;
|
|
1923
1926
|
}
|
|
1924
1927
|
.basic-input-style[data-v-6361df61] {
|
|
@@ -2123,16 +2126,16 @@ textarea[data-v-251e7614]:focus {
|
|
|
2123
2126
|
.ux-text-area-single[data-v-251e7614] {
|
|
2124
2127
|
width: 100%;
|
|
2125
2128
|
}
|
|
2126
|
-
.basic-input-style[data-v-
|
|
2127
|
-
input[data-v-
|
|
2129
|
+
.basic-input-style[data-v-caf11f6c],
|
|
2130
|
+
input[data-v-caf11f6c] {
|
|
2128
2131
|
color: inherit;
|
|
2129
2132
|
background: color-mix(in lab, currentColor 4%, transparent);
|
|
2130
2133
|
border: 1px solid color-mix(in lab, currentColor 18%, transparent);
|
|
2131
2134
|
}
|
|
2132
|
-
.ux-text-row[data-v-
|
|
2135
|
+
.ux-text-row[data-v-caf11f6c] {
|
|
2133
2136
|
margin-bottom: 0.5em;
|
|
2134
2137
|
}
|
|
2135
|
-
input[data-v-
|
|
2138
|
+
input[data-v-caf11f6c] {
|
|
2136
2139
|
border-radius: 0.1em;
|
|
2137
2140
|
padding: 0.5em;
|
|
2138
2141
|
box-sizing: border-box;
|
|
@@ -2142,19 +2145,19 @@ input[data-v-06e121d1] {
|
|
|
2142
2145
|
line-height: 1;
|
|
2143
2146
|
height: 2.5em;
|
|
2144
2147
|
}
|
|
2145
|
-
input[data-v-
|
|
2148
|
+
input[data-v-caf11f6c]::-webkit-calendar-picker-indicator {
|
|
2146
2149
|
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="15" viewBox="0 0 24 24"><path fill="%23bbbbbb" d="M20 3h-1V1h-2v2H7V1H5v2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 18H4V8h16v13z"/></svg>');
|
|
2147
2150
|
}
|
|
2148
|
-
input[data-v-
|
|
2151
|
+
input[data-v-caf11f6c]:focus {
|
|
2149
2152
|
background: none;
|
|
2150
2153
|
border: 1px solid var(--primary);
|
|
2151
2154
|
outline: none;
|
|
2152
2155
|
}
|
|
2153
|
-
.ux-text-row .ux-btn[data-v-
|
|
2156
|
+
.ux-text-row .ux-btn[data-v-caf11f6c] {
|
|
2154
2157
|
margin-left: 0.25em;
|
|
2155
2158
|
}
|
|
2156
|
-
.ux-text-input-multiple[data-v-
|
|
2157
|
-
.ux-text-input-single[data-v-
|
|
2159
|
+
.ux-text-input-multiple[data-v-caf11f6c],
|
|
2160
|
+
.ux-text-input-single[data-v-caf11f6c] {
|
|
2158
2161
|
width: 100%;
|
|
2159
2162
|
}
|
|
2160
2163
|
.basic-input-style[data-v-b9cac2ad],
|
|
@@ -2222,43 +2225,43 @@ input[data-v-b6688859]:focus {
|
|
|
2222
2225
|
.ux-text-input-single[data-v-b6688859] {
|
|
2223
2226
|
width: 100%;
|
|
2224
2227
|
}
|
|
2225
|
-
.basic-input-style[data-v-
|
|
2228
|
+
.basic-input-style[data-v-7c5620c6] {
|
|
2226
2229
|
color: inherit;
|
|
2227
2230
|
background: color-mix(in lab, currentColor 4%, transparent);
|
|
2228
2231
|
border: 1px solid color-mix(in lab, currentColor 18%, transparent);
|
|
2229
2232
|
}
|
|
2230
|
-
.date-section[data-v-
|
|
2233
|
+
.date-section[data-v-7c5620c6] {
|
|
2231
2234
|
padding: 0.7em 0.5em;
|
|
2232
2235
|
background: color-mix(in lab, currentColor 8%, transparent);
|
|
2233
2236
|
min-width: 0.5em;
|
|
2234
2237
|
text-align: center;
|
|
2235
2238
|
}
|
|
2236
|
-
.date-section .ux-icon[data-v-
|
|
2239
|
+
.date-section .ux-icon[data-v-7c5620c6] {
|
|
2237
2240
|
opacity: 0.3;
|
|
2238
2241
|
font-size: 0.6em;
|
|
2239
2242
|
margin: 0;
|
|
2240
2243
|
display: none;
|
|
2241
2244
|
}
|
|
2242
|
-
.date-section.shrink[data-v-
|
|
2245
|
+
.date-section.shrink[data-v-7c5620c6] {
|
|
2243
2246
|
min-width: none;
|
|
2244
2247
|
padding-left: 0;
|
|
2245
2248
|
padding-right: 0;
|
|
2246
2249
|
}
|
|
2247
|
-
.native-select[data-v-
|
|
2250
|
+
.native-select[data-v-7c5620c6]:focus-within {
|
|
2248
2251
|
outline: 1px solid var(--primary);
|
|
2249
2252
|
}
|
|
2250
|
-
.native-select:hover .date-section[data-v-
|
|
2253
|
+
.native-select:hover .date-section[data-v-7c5620c6] {
|
|
2251
2254
|
background: rgba(0, 0, 0, 0.07);
|
|
2252
2255
|
}
|
|
2253
|
-
.spacer[data-v-
|
|
2256
|
+
.spacer[data-v-7c5620c6] {
|
|
2254
2257
|
flex: none;
|
|
2255
2258
|
width: 1em;
|
|
2256
2259
|
}
|
|
2257
|
-
.first .date-section[data-v-
|
|
2260
|
+
.first .date-section[data-v-7c5620c6] {
|
|
2258
2261
|
border-radius: 0.4em 0 0 0.4em;
|
|
2259
2262
|
padding-left: 0.7em;
|
|
2260
2263
|
}
|
|
2261
|
-
.last .date-section[data-v-
|
|
2264
|
+
.last .date-section[data-v-7c5620c6] {
|
|
2262
2265
|
border-radius: 0 0.4em 0.4em 0;
|
|
2263
2266
|
padding-right: 0.7em;
|
|
2264
2267
|
}
|
|
@@ -2889,16 +2892,16 @@ input[data-v-c8feb6c2]:focus {
|
|
|
2889
2892
|
display: flex;
|
|
2890
2893
|
min-height: 300px;
|
|
2891
2894
|
}
|
|
2892
|
-
.basic-input-style[data-v-
|
|
2895
|
+
.basic-input-style[data-v-3b0b28c4] {
|
|
2893
2896
|
color: inherit;
|
|
2894
2897
|
background: color-mix(in lab, currentColor 4%, transparent);
|
|
2895
2898
|
border: 1px solid color-mix(in lab, currentColor 18%, transparent);
|
|
2896
2899
|
}
|
|
2897
|
-
.search[data-v-
|
|
2900
|
+
.search[data-v-3b0b28c4] {
|
|
2898
2901
|
position: relative;
|
|
2899
2902
|
width: 100%;
|
|
2900
2903
|
}
|
|
2901
|
-
.search > .icon[data-v-
|
|
2904
|
+
.search > .icon[data-v-3b0b28c4] {
|
|
2902
2905
|
position: absolute;
|
|
2903
2906
|
right: 0;
|
|
2904
2907
|
top: 50%;
|
|
@@ -2906,10 +2909,10 @@ input[data-v-c8feb6c2]:focus {
|
|
|
2906
2909
|
bottom: 0;
|
|
2907
2910
|
padding: 0 1em;
|
|
2908
2911
|
}
|
|
2909
|
-
.search input[data-v-
|
|
2912
|
+
.search input[data-v-3b0b28c4] {
|
|
2910
2913
|
width: 100%;
|
|
2911
2914
|
border-radius: 5em;
|
|
2912
|
-
padding: 0.
|
|
2915
|
+
padding: 0.5em 1em;
|
|
2913
2916
|
box-sizing: border-box;
|
|
2914
2917
|
font-size: inherit;
|
|
2915
2918
|
appearance: none;
|
|
@@ -2918,7 +2921,7 @@ input[data-v-c8feb6c2]:focus {
|
|
|
2918
2921
|
background: color-mix(in lab, currentColor 6%, transparent);
|
|
2919
2922
|
border: 1px solid transparent;
|
|
2920
2923
|
}
|
|
2921
|
-
.search input[data-v-
|
|
2924
|
+
.search input[data-v-3b0b28c4]:focus {
|
|
2922
2925
|
background: var(--bg1, #fff);
|
|
2923
2926
|
border: 1px solid var(--primary);
|
|
2924
2927
|
outline: none;
|
|
@@ -3246,18 +3249,18 @@ td[data-v-f5a130e8]:first-child {
|
|
|
3246
3249
|
border-color: var(--primary);
|
|
3247
3250
|
opacity: 0.5;
|
|
3248
3251
|
}
|
|
3249
|
-
.basic-input-style[data-v-
|
|
3252
|
+
.basic-input-style[data-v-55b28d57] {
|
|
3250
3253
|
color: inherit;
|
|
3251
3254
|
background: color-mix(in lab, currentColor 4%, transparent);
|
|
3252
3255
|
border: 1px solid color-mix(in lab, currentColor 18%, transparent);
|
|
3253
3256
|
}
|
|
3254
|
-
.ux-field[data-v-
|
|
3257
|
+
.ux-field[data-v-55b28d57] {
|
|
3255
3258
|
margin-bottom: 1em;
|
|
3256
3259
|
}
|
|
3257
|
-
.ux-field.ux-layout-only[data-v-
|
|
3260
|
+
.ux-field.ux-layout-only[data-v-55b28d57] {
|
|
3258
3261
|
margin-bottom: 0;
|
|
3259
3262
|
}
|
|
3260
|
-
.ux-field .ux-field-message[data-v-
|
|
3263
|
+
.ux-field .ux-field-message[data-v-55b28d57] {
|
|
3261
3264
|
border: red;
|
|
3262
3265
|
background: rgba(255, 0, 0, 0.1);
|
|
3263
3266
|
color: red;
|
|
@@ -3267,23 +3270,23 @@ td[data-v-f5a130e8]:first-child {
|
|
|
3267
3270
|
margin: 0.3em 0;
|
|
3268
3271
|
display: inline-block;
|
|
3269
3272
|
}
|
|
3270
|
-
[data-v-
|
|
3273
|
+
[data-v-55b28d57] .ux-field-title {
|
|
3271
3274
|
margin-top: 0.5em;
|
|
3272
3275
|
display: block;
|
|
3273
3276
|
margin-bottom: 0.2em;
|
|
3274
3277
|
font-size: 0.9em;
|
|
3275
3278
|
font-weight: 700;
|
|
3276
3279
|
}
|
|
3277
|
-
.ux-field.ux-field-hide[data-v-
|
|
3280
|
+
.ux-field.ux-field-hide[data-v-55b28d57] {
|
|
3278
3281
|
display: none !important;
|
|
3279
3282
|
margin: 0 !important;
|
|
3280
3283
|
}
|
|
3281
|
-
[data-v-
|
|
3284
|
+
[data-v-55b28d57] .ux-field-description {
|
|
3282
3285
|
font-size: clamp(12px, 0.8em, 16px);
|
|
3283
3286
|
opacity: 0.5;
|
|
3284
3287
|
margin-bottom: 0.5em;
|
|
3285
3288
|
}
|
|
3286
|
-
.ux-field.ux-field-error[data-v-
|
|
3289
|
+
.ux-field.ux-field-error[data-v-55b28d57] > .ux-field-title {
|
|
3287
3290
|
color: red;
|
|
3288
3291
|
}
|
|
3289
3292
|
.basic-input-style[data-v-f0b9d2cd] {
|
|
@@ -3307,20 +3310,20 @@ td[data-v-f5a130e8]:first-child {
|
|
|
3307
3310
|
flex: none;
|
|
3308
3311
|
width: 100%;
|
|
3309
3312
|
}
|
|
3310
|
-
.basic-input-style[data-v-
|
|
3313
|
+
.basic-input-style[data-v-478e89d4] {
|
|
3311
3314
|
color: inherit;
|
|
3312
3315
|
background: color-mix(in lab, currentColor 4%, transparent);
|
|
3313
3316
|
border: 1px solid color-mix(in lab, currentColor 18%, transparent);
|
|
3314
3317
|
}
|
|
3315
|
-
.intent-submit[data-v-
|
|
3318
|
+
.intent-submit[data-v-478e89d4] {
|
|
3316
3319
|
margin-top: 1em;
|
|
3317
3320
|
}
|
|
3318
|
-
[tooltip][data-v-
|
|
3321
|
+
[tooltip][data-v-478e89d4] {
|
|
3319
3322
|
position: relative;
|
|
3320
3323
|
cursor: help;
|
|
3321
3324
|
display: block;
|
|
3322
3325
|
}
|
|
3323
|
-
[tooltip][data-v-
|
|
3326
|
+
[tooltip][data-v-478e89d4]:after {
|
|
3324
3327
|
position: absolute;
|
|
3325
3328
|
opacity: 0;
|
|
3326
3329
|
pointer-events: none;
|
|
@@ -3337,58 +3340,58 @@ td[data-v-f5a130e8]:first-child {
|
|
|
3337
3340
|
transform: translateY(-20px);
|
|
3338
3341
|
transition: all 0.15s cubic-bezier(0.25, 0.8, 0.25, 1);
|
|
3339
3342
|
}
|
|
3340
|
-
[tooltip][data-v-
|
|
3343
|
+
[tooltip][data-v-478e89d4]:hover:after {
|
|
3341
3344
|
opacity: 1;
|
|
3342
3345
|
transform: translateY(0);
|
|
3343
3346
|
transition-duration: 0.3s;
|
|
3344
3347
|
}
|
|
3345
|
-
.multistep-form-wrapper[data-v-
|
|
3348
|
+
.multistep-form-wrapper[data-v-478e89d4] {
|
|
3346
3349
|
display: grid;
|
|
3347
3350
|
position: relative;
|
|
3348
3351
|
}
|
|
3349
|
-
.multistep-form-section[data-v-
|
|
3352
|
+
.multistep-form-section[data-v-478e89d4] {
|
|
3350
3353
|
transition:
|
|
3351
3354
|
opacity 0.8s cubic-bezier(0.25, 0.8, 0.25, 1),
|
|
3352
3355
|
translate 0.8s cubic-bezier(0.25, 0.8, 0.25, 1);
|
|
3353
3356
|
opacity: 0;
|
|
3354
3357
|
grid-area: 1/1/2/2;
|
|
3355
3358
|
}
|
|
3356
|
-
.multistep-form-section[data-v-
|
|
3359
|
+
.multistep-form-section[data-v-478e89d4] button {
|
|
3357
3360
|
transition:
|
|
3358
3361
|
opacity 0.7s cubic-bezier(0.25, 0.8, 0.25, 1),
|
|
3359
3362
|
translate 0.7s cubic-bezier(0.25, 0.8, 0.25, 1);
|
|
3360
3363
|
}
|
|
3361
|
-
.multistep-form-section[data-v-
|
|
3364
|
+
.multistep-form-section[data-v-478e89d4] button:nth-child(1) {
|
|
3362
3365
|
transition-delay: 0.4s;
|
|
3363
3366
|
}
|
|
3364
|
-
.multistep-form-section[data-v-
|
|
3367
|
+
.multistep-form-section[data-v-478e89d4] button:nth-child(2) {
|
|
3365
3368
|
transition-delay: 0.6s;
|
|
3366
3369
|
}
|
|
3367
|
-
.multistep-form-section[data-v-
|
|
3370
|
+
.multistep-form-section[data-v-478e89d4] button:nth-child(3) {
|
|
3368
3371
|
transition-delay: 0.8s;
|
|
3369
3372
|
}
|
|
3370
|
-
.multistep-form-section[data-v-
|
|
3373
|
+
.multistep-form-section[data-v-478e89d4] button:nth-child(4) {
|
|
3371
3374
|
transition-delay: 1s;
|
|
3372
3375
|
}
|
|
3373
|
-
.multistep-form-section[data-v-
|
|
3376
|
+
.multistep-form-section[data-v-478e89d4] button:nth-child(5) {
|
|
3374
3377
|
transition-delay: 1.2s;
|
|
3375
3378
|
}
|
|
3376
|
-
.multistep-form-section[data-v-
|
|
3379
|
+
.multistep-form-section[data-v-478e89d4] button:nth-child(6) {
|
|
3377
3380
|
transition-delay: 1.4s;
|
|
3378
3381
|
}
|
|
3379
|
-
.multistep-form-section[data-v-
|
|
3382
|
+
.multistep-form-section[data-v-478e89d4] button:nth-child(7) {
|
|
3380
3383
|
transition-delay: 1.6s;
|
|
3381
3384
|
}
|
|
3382
|
-
.multistep-form-section[data-v-
|
|
3385
|
+
.multistep-form-section[data-v-478e89d4] button:nth-child(8) {
|
|
3383
3386
|
transition-delay: 1.8s;
|
|
3384
3387
|
}
|
|
3385
|
-
.multistep-form-section[data-v-
|
|
3388
|
+
.multistep-form-section[data-v-478e89d4] button:nth-child(9) {
|
|
3386
3389
|
transition-delay: 2s;
|
|
3387
3390
|
}
|
|
3388
|
-
.multistep-form-section[data-v-
|
|
3391
|
+
.multistep-form-section[data-v-478e89d4] button:nth-child(10) {
|
|
3389
3392
|
transition-delay: 2.2s;
|
|
3390
3393
|
}
|
|
3391
|
-
.multistep-form-section.inactive[data-v-
|
|
3394
|
+
.multistep-form-section.inactive[data-v-478e89d4] {
|
|
3392
3395
|
pointer-events: none;
|
|
3393
3396
|
opacity: 0;
|
|
3394
3397
|
position: absolute;
|
|
@@ -3396,23 +3399,23 @@ td[data-v-f5a130e8]:first-child {
|
|
|
3396
3399
|
left: 0;
|
|
3397
3400
|
width: 100%;
|
|
3398
3401
|
}
|
|
3399
|
-
.multistep-form-section.inactive[data-v-
|
|
3402
|
+
.multistep-form-section.inactive[data-v-478e89d4] button {
|
|
3400
3403
|
opacity: 0;
|
|
3401
3404
|
translate: 0 2em;
|
|
3402
3405
|
}
|
|
3403
|
-
.multistep-form-section.active[data-v-
|
|
3406
|
+
.multistep-form-section.active[data-v-478e89d4] {
|
|
3404
3407
|
opacity: 1;
|
|
3405
3408
|
translate: 0 0;
|
|
3406
3409
|
position: relative;
|
|
3407
3410
|
}
|
|
3408
|
-
.multistep-form-section.active[data-v-
|
|
3411
|
+
.multistep-form-section.active[data-v-478e89d4] button {
|
|
3409
3412
|
opacity: 1;
|
|
3410
3413
|
translate: 0 0;
|
|
3411
3414
|
}
|
|
3412
|
-
.multistep-form-section.past[data-v-
|
|
3415
|
+
.multistep-form-section.past[data-v-478e89d4] {
|
|
3413
3416
|
translate: -3em 0;
|
|
3414
3417
|
}
|
|
3415
|
-
.multistep-form-section.future[data-v-
|
|
3418
|
+
.multistep-form-section.future[data-v-478e89d4] {
|
|
3416
3419
|
translate: 3em 0;
|
|
3417
3420
|
}
|
|
3418
3421
|
.basic-input-style[data-v-0fd69158] {
|
|
@@ -3514,18 +3517,18 @@ td[data-v-f5a130e8]:first-child {
|
|
|
3514
3517
|
opacity: 0.5;
|
|
3515
3518
|
font-size: 0.8em;
|
|
3516
3519
|
}
|
|
3517
|
-
.basic-input-style[data-v-
|
|
3520
|
+
.basic-input-style[data-v-665d3903] {
|
|
3518
3521
|
color: inherit;
|
|
3519
3522
|
background: color-mix(in lab, currentColor 4%, transparent);
|
|
3520
3523
|
border: 1px solid color-mix(in lab, currentColor 18%, transparent);
|
|
3521
3524
|
}
|
|
3522
|
-
.content-browser[data-v-
|
|
3525
|
+
.content-browser[data-v-665d3903] {
|
|
3523
3526
|
position: relative;
|
|
3524
3527
|
}
|
|
3525
|
-
.loading[data-v-
|
|
3528
|
+
.loading[data-v-665d3903] {
|
|
3526
3529
|
opacity: 0.5;
|
|
3527
3530
|
}
|
|
3528
|
-
.filter-column[data-v-
|
|
3531
|
+
.filter-column[data-v-665d3903] {
|
|
3529
3532
|
padding: 1em;
|
|
3530
3533
|
background: color-mix(in lab, #000 1%, transparent);
|
|
3531
3534
|
border-left: 1px solid color-mix(in lab, currentColor 18%, transparent);
|
|
@@ -3534,27 +3537,27 @@ td[data-v-f5a130e8]:first-child {
|
|
|
3534
3537
|
flex: none;
|
|
3535
3538
|
font-size: clamp(13px, 0.8em, 17px);
|
|
3536
3539
|
}
|
|
3537
|
-
.large-icon[data-v-
|
|
3540
|
+
.large-icon[data-v-665d3903] {
|
|
3538
3541
|
font-size: 6em;
|
|
3539
3542
|
margin-bottom: 1rem;
|
|
3540
3543
|
opacity: 0.5;
|
|
3541
3544
|
}
|
|
3542
|
-
.column-panel[data-v-
|
|
3545
|
+
.column-panel[data-v-665d3903] {
|
|
3543
3546
|
background: #fff;
|
|
3544
3547
|
font-size: 0.9em;
|
|
3545
3548
|
}
|
|
3546
|
-
.empty[data-v-
|
|
3549
|
+
.empty[data-v-665d3903] {
|
|
3547
3550
|
background: rgba(0, 0, 0, 0.05);
|
|
3548
3551
|
text-align: center;
|
|
3549
3552
|
white-space: pre-line;
|
|
3550
3553
|
align-items: center;
|
|
3551
3554
|
justify-content: center;
|
|
3552
3555
|
}
|
|
3553
|
-
.empty .panel[data-v-
|
|
3556
|
+
.empty .panel[data-v-665d3903] {
|
|
3554
3557
|
max-width: 400px;
|
|
3555
3558
|
background: var(--bg1, #fff);
|
|
3556
3559
|
}
|
|
3557
|
-
.footer[data-v-
|
|
3560
|
+
.footer[data-v-665d3903] {
|
|
3558
3561
|
padding: 0.5em 1em;
|
|
3559
3562
|
border-top: 1px solid color-mix(in lab, currentColor 18%, transparent);
|
|
3560
3563
|
}
|