@qikdev/vue-ui 0.2.286 → 0.2.288
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 +114 -83
- package/dist/lib.es.js.map +1 -1
- package/dist/lib.umd.js +229 -200
- package/dist/lib.umd.js.map +1 -1
- package/dist/style.css +39 -25
- package/package.json +1 -1
package/dist/style.css
CHANGED
|
@@ -775,19 +775,19 @@ tr.inactive[data-v-fbdf91c9]:after {
|
|
|
775
775
|
background: color-mix(in lab, var(--primary) 10%, var(--bg1));
|
|
776
776
|
color: color-mix(in lab, var(--primary) 10%, currentColor);
|
|
777
777
|
}
|
|
778
|
-
.basic-input-style[data-v-
|
|
778
|
+
.basic-input-style[data-v-4d64a70a] {
|
|
779
779
|
color: inherit;
|
|
780
780
|
background: color-mix(in lab, currentColor 4%, transparent);
|
|
781
781
|
border: 1px solid color-mix(in lab, currentColor 18%, transparent);
|
|
782
782
|
}
|
|
783
|
-
.native-select .select-input-wrapper[data-v-
|
|
783
|
+
.native-select .select-input-wrapper[data-v-4d64a70a] {
|
|
784
784
|
cursor: pointer;
|
|
785
785
|
position: relative;
|
|
786
786
|
}
|
|
787
|
-
.native-select .select-tags[data-v-
|
|
787
|
+
.native-select .select-tags[data-v-4d64a70a] {
|
|
788
788
|
display: block;
|
|
789
789
|
}
|
|
790
|
-
.native-select .select-tags .select-tag[data-v-
|
|
790
|
+
.native-select .select-tags .select-tag[data-v-4d64a70a] {
|
|
791
791
|
display: block;
|
|
792
792
|
padding: 0.5em 0.5em 0.5em 1em;
|
|
793
793
|
border-radius: 2em;
|
|
@@ -797,32 +797,32 @@ tr.inactive[data-v-fbdf91c9]:after {
|
|
|
797
797
|
border: 1px solid rgba(0, 0, 0, 0.1);
|
|
798
798
|
border: 1px solid color-mix(in lab, currentColor 18%, transparent);
|
|
799
799
|
}
|
|
800
|
-
.native-select .select-tags .select-tag a[data-v-
|
|
800
|
+
.native-select .select-tags .select-tag a[data-v-4d64a70a] {
|
|
801
801
|
cursor: pointer;
|
|
802
802
|
opacity: 0.3;
|
|
803
803
|
display: inline-block;
|
|
804
804
|
}
|
|
805
|
-
.native-select .select-tags .select-tag a[data-v-
|
|
805
|
+
.native-select .select-tags .select-tag a[data-v-4d64a70a]:hover {
|
|
806
806
|
opacity: 1;
|
|
807
807
|
}
|
|
808
|
-
.native-select.multiple.pills .select-tag[data-v-
|
|
808
|
+
.native-select.multiple.pills .select-tag[data-v-4d64a70a] {
|
|
809
809
|
display: inline-block;
|
|
810
810
|
margin: 0 0.3em 0.3em 0;
|
|
811
811
|
padding: 0.5em 0.5em 0.5em 1em;
|
|
812
812
|
}
|
|
813
|
-
.native-select.multiple.pills .select-tag a[data-v-
|
|
813
|
+
.native-select.multiple.pills .select-tag a[data-v-4d64a70a] {
|
|
814
814
|
margin-left: 1em;
|
|
815
815
|
}
|
|
816
|
-
.native-select .ui-select-button[data-v-
|
|
816
|
+
.native-select .ui-select-button[data-v-4d64a70a] {
|
|
817
817
|
position: relative;
|
|
818
818
|
width: 100%;
|
|
819
819
|
}
|
|
820
|
-
.native-select .ui-select-button > .ux-btn[data-v-
|
|
820
|
+
.native-select .ui-select-button > .ux-btn[data-v-4d64a70a] {
|
|
821
821
|
display: block;
|
|
822
822
|
position: relative;
|
|
823
823
|
text-align: left;
|
|
824
824
|
}
|
|
825
|
-
.native-select .ui-select-button > .ux-btn[data-v-
|
|
825
|
+
.native-select .ui-select-button > .ux-btn[data-v-4d64a70a]:after {
|
|
826
826
|
content: "\25bc";
|
|
827
827
|
position: absolute;
|
|
828
828
|
right: 0;
|
|
@@ -836,7 +836,7 @@ tr.inactive[data-v-fbdf91c9]:after {
|
|
|
836
836
|
text-align: center;
|
|
837
837
|
opacity: 0.5;
|
|
838
838
|
}
|
|
839
|
-
.native-select select[data-v-
|
|
839
|
+
.native-select select[data-v-4d64a70a] {
|
|
840
840
|
cursor: pointer;
|
|
841
841
|
opacity: 0;
|
|
842
842
|
appearance: none;
|
|
@@ -3686,40 +3686,40 @@ td[data-v-f5a130e8]:first-child {
|
|
|
3686
3686
|
.wrapper .padder[data-v-be545ba8] {
|
|
3687
3687
|
margin-bottom: 2em;
|
|
3688
3688
|
}
|
|
3689
|
-
.basic-input-style[data-v-
|
|
3689
|
+
.basic-input-style[data-v-9cb46497] {
|
|
3690
3690
|
color: inherit;
|
|
3691
3691
|
background: color-mix(in lab, currentColor 4%, transparent);
|
|
3692
3692
|
border: 1px solid color-mix(in lab, currentColor 18%, transparent);
|
|
3693
3693
|
}
|
|
3694
|
-
.wrapper[data-v-
|
|
3694
|
+
.wrapper[data-v-9cb46497] {
|
|
3695
3695
|
border-radius: 0.5em;
|
|
3696
3696
|
overflow: hidden;
|
|
3697
3697
|
background: var(--bg1, #fff);
|
|
3698
3698
|
border: 1px solid color-mix(in lab, currentColor 15%, transparent);
|
|
3699
3699
|
text-align: center;
|
|
3700
3700
|
}
|
|
3701
|
-
h5[data-v-
|
|
3701
|
+
h5[data-v-9cb46497] {
|
|
3702
3702
|
font-size: 1.2em;
|
|
3703
3703
|
margin: 0;
|
|
3704
3704
|
}
|
|
3705
|
-
.padder[data-v-
|
|
3705
|
+
.padder[data-v-9cb46497] {
|
|
3706
3706
|
padding: 1em;
|
|
3707
3707
|
display: grid;
|
|
3708
3708
|
gap: 0.5em;
|
|
3709
3709
|
}
|
|
3710
|
-
.padder.columns[data-v-
|
|
3710
|
+
.padder.columns[data-v-9cb46497] {
|
|
3711
3711
|
grid-template-columns: auto auto;
|
|
3712
3712
|
}
|
|
3713
|
-
.options-modal-header[data-v-
|
|
3713
|
+
.options-modal-header[data-v-9cb46497] {
|
|
3714
3714
|
border-bottom: 1px solid color-mix(in lab, currentColor 15%, transparent);
|
|
3715
3715
|
}
|
|
3716
|
-
.options-modal-footer[data-v-
|
|
3716
|
+
.options-modal-footer[data-v-9cb46497] {
|
|
3717
3717
|
border-top: 1px solid color-mix(in lab, currentColor 15%, transparent);
|
|
3718
3718
|
}
|
|
3719
|
-
.options-modal-body[data-v-
|
|
3719
|
+
.options-modal-body[data-v-9cb46497] {
|
|
3720
3720
|
background: color-mix(in lab, currentColor 5%, transparent);
|
|
3721
3721
|
}
|
|
3722
|
-
.choice[data-v-
|
|
3722
|
+
.choice[data-v-9cb46497] {
|
|
3723
3723
|
padding: 1em;
|
|
3724
3724
|
cursor: pointer;
|
|
3725
3725
|
border-radius: 0.3em;
|
|
@@ -3727,17 +3727,31 @@ h5[data-v-60de0d31] {
|
|
|
3727
3727
|
background: var(--bg1, #fff);
|
|
3728
3728
|
border: 1px solid color-mix(in lab, currentColor 15%, transparent);
|
|
3729
3729
|
}
|
|
3730
|
-
.choice[data-v-
|
|
3730
|
+
.choice .option-icon[data-v-9cb46497] {
|
|
3731
|
+
width: 40px;
|
|
3732
|
+
height: 40px;
|
|
3733
|
+
display: flex;
|
|
3734
|
+
align-items: center;
|
|
3735
|
+
justify-content: center;
|
|
3736
|
+
border-radius: 100%;
|
|
3737
|
+
background: color-mix(in lab, currentColor 5%, transparent);
|
|
3738
|
+
}
|
|
3739
|
+
.choice .option-icon svg[data-v-9cb46497] {
|
|
3740
|
+
display: block;
|
|
3741
|
+
width: 100%;
|
|
3742
|
+
height: auto;
|
|
3743
|
+
}
|
|
3744
|
+
.choice[data-v-9cb46497]:hover {
|
|
3731
3745
|
border: 1px solid var(--primary);
|
|
3732
3746
|
}
|
|
3733
|
-
.choice:hover .ux-button[data-v-
|
|
3747
|
+
.choice:hover .ux-button[data-v-9cb46497] {
|
|
3734
3748
|
color: var(--primary);
|
|
3735
3749
|
}
|
|
3736
|
-
.choice .title[data-v-
|
|
3750
|
+
.choice .title[data-v-9cb46497] {
|
|
3737
3751
|
font-weight: 700;
|
|
3738
3752
|
font-size: 1.1em;
|
|
3739
3753
|
}
|
|
3740
|
-
.choice .description[data-v-
|
|
3754
|
+
.choice .description[data-v-9cb46497] {
|
|
3741
3755
|
font-size: 0.8em;
|
|
3742
3756
|
opacity: 0.5;
|
|
3743
3757
|
}
|