@qikdev/vue-ui 0.2.289 → 0.2.291
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 +19 -18
- package/dist/lib.es.js.map +1 -1
- package/dist/lib.umd.js +17 -16
- package/dist/lib.umd.js.map +1 -1
- package/dist/style.css +11 -11
- package/package.json +1 -1
package/dist/style.css
CHANGED
|
@@ -2364,19 +2364,19 @@ textarea[data-v-a44b8610]:focus {
|
|
|
2364
2364
|
.ux-text-area-single[data-v-a44b8610] {
|
|
2365
2365
|
width: 100%;
|
|
2366
2366
|
}
|
|
2367
|
-
.basic-input-style[data-v-
|
|
2367
|
+
.basic-input-style[data-v-8b387cdb] {
|
|
2368
2368
|
color: inherit;
|
|
2369
2369
|
background: color-mix(in lab, currentColor 4%, transparent);
|
|
2370
2370
|
border: 1px solid color-mix(in lab, currentColor 18%, transparent);
|
|
2371
2371
|
}
|
|
2372
|
-
.filter-condition[data-v-
|
|
2372
|
+
.filter-condition[data-v-8b387cdb] {
|
|
2373
2373
|
padding: 0.2em;
|
|
2374
2374
|
border-radius: 0.3em;
|
|
2375
2375
|
background: var(--bg1, #fff);
|
|
2376
2376
|
border: 1px solid rgba(0, 0, 0, 0.1);
|
|
2377
2377
|
margin: 0.2em 0.5em;
|
|
2378
2378
|
}
|
|
2379
|
-
label[data-v-
|
|
2379
|
+
label[data-v-8b387cdb] {
|
|
2380
2380
|
display: block;
|
|
2381
2381
|
text-transform: uppercase;
|
|
2382
2382
|
font-weight: 700;
|
|
@@ -2532,35 +2532,35 @@ textarea[data-v-63053873]:focus {
|
|
|
2532
2532
|
.ux-text-area-single[data-v-63053873] {
|
|
2533
2533
|
width: 100%;
|
|
2534
2534
|
}
|
|
2535
|
-
.basic-input-style[data-v-
|
|
2535
|
+
.basic-input-style[data-v-2ba39d6e] {
|
|
2536
2536
|
color: inherit;
|
|
2537
2537
|
background: color-mix(in lab, currentColor 4%, transparent);
|
|
2538
2538
|
border: 1px solid color-mix(in lab, currentColor 18%, transparent);
|
|
2539
2539
|
}
|
|
2540
|
-
.native-select[data-v-
|
|
2540
|
+
.native-select[data-v-2ba39d6e] {
|
|
2541
2541
|
cursor: pointer;
|
|
2542
2542
|
}
|
|
2543
|
-
.native-select.multiple select[data-v-
|
|
2543
|
+
.native-select.multiple select[data-v-2ba39d6e] {
|
|
2544
2544
|
width: 100%;
|
|
2545
2545
|
font-size: 1em;
|
|
2546
2546
|
border: 1px solid rgba(0, 0, 0, 0.1);
|
|
2547
2547
|
appearance: none;
|
|
2548
2548
|
}
|
|
2549
|
-
.native-select.multiple select[data-v-
|
|
2549
|
+
.native-select.multiple select[data-v-2ba39d6e]:focus {
|
|
2550
2550
|
border: 1px solid var(--primary);
|
|
2551
2551
|
}
|
|
2552
|
-
.native-select.single[data-v-
|
|
2552
|
+
.native-select.single[data-v-2ba39d6e] {
|
|
2553
2553
|
position: relative;
|
|
2554
2554
|
}
|
|
2555
|
-
.native-select.single .ui-select-button[data-v-
|
|
2555
|
+
.native-select.single .ui-select-button[data-v-2ba39d6e] {
|
|
2556
2556
|
position: relative;
|
|
2557
2557
|
width: 100%;
|
|
2558
2558
|
}
|
|
2559
|
-
.native-select.single .ui-select-button > .ux-btn[data-v-
|
|
2559
|
+
.native-select.single .ui-select-button > .ux-btn[data-v-2ba39d6e] {
|
|
2560
2560
|
display: block;
|
|
2561
2561
|
text-align: left;
|
|
2562
2562
|
}
|
|
2563
|
-
.native-select.single select[data-v-
|
|
2563
|
+
.native-select.single select[data-v-2ba39d6e] {
|
|
2564
2564
|
cursor: pointer;
|
|
2565
2565
|
opacity: 0;
|
|
2566
2566
|
appearance: none;
|