@fastkit/vui 0.16.5 → 0.16.6
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/vui.css +133 -187
- package/package.json +12 -12
package/dist/vui.css
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
@layer vui-normalize, vui-color-scheme, vue-loading, vue-app-layout, vui;
|
|
2
|
-
|
|
3
2
|
@layer vui-normalize{
|
|
4
3
|
*,:after,:before{
|
|
5
4
|
box-sizing:border-box;
|
|
@@ -620,8 +619,6 @@
|
|
|
620
619
|
margin:var(--control-horizontal-margin) 0;
|
|
621
620
|
max-width:100%;
|
|
622
621
|
}
|
|
623
|
-
}
|
|
624
|
-
@layer vui{
|
|
625
622
|
.v-form-control--invalid:not(.v-form-control--readonly){
|
|
626
623
|
--my-label-color:var(--main-color);
|
|
627
624
|
--my-message-color:var(--main-color);
|
|
@@ -700,131 +697,6 @@
|
|
|
700
697
|
justify-content:center;
|
|
701
698
|
transition:transform .15s linear;
|
|
702
699
|
}
|
|
703
|
-
}
|
|
704
|
-
.v-tooltip{
|
|
705
|
-
--menu-shadow:var(--tooltip-shadow);
|
|
706
|
-
border-radius:var(--tooltip-radius);
|
|
707
|
-
font-size:var(--tooltip-font-size);
|
|
708
|
-
}
|
|
709
|
-
.v-tooltip .v-menu__body{
|
|
710
|
-
background:var(--tooltip-background) !important;
|
|
711
|
-
color:var(--tooltip-color) !important;
|
|
712
|
-
}
|
|
713
|
-
.v-tooltip__inner{
|
|
714
|
-
display:inline-block;
|
|
715
|
-
padding:var(--tooltip-padding);
|
|
716
|
-
}
|
|
717
|
-
.v-menu{
|
|
718
|
-
box-shadow:var(--menu-shadow);
|
|
719
|
-
}
|
|
720
|
-
.v-dialog,.v-menu{
|
|
721
|
-
border-radius:2px;
|
|
722
|
-
}
|
|
723
|
-
.v-dialog{
|
|
724
|
-
box-shadow:var(--dialog-shadow);
|
|
725
|
-
display:inline-block;
|
|
726
|
-
margin:24px;
|
|
727
|
-
min-width:280px;
|
|
728
|
-
outline:0;
|
|
729
|
-
pointer-events:auto;
|
|
730
|
-
position:relative;
|
|
731
|
-
text-align:left;
|
|
732
|
-
}
|
|
733
|
-
.v-dialog__header{
|
|
734
|
-
font-size:24px;
|
|
735
|
-
line-height:1.4;
|
|
736
|
-
}
|
|
737
|
-
.v-dialog__body,.v-dialog__header{
|
|
738
|
-
box-sizing:border-box;
|
|
739
|
-
padding:16px;
|
|
740
|
-
}
|
|
741
|
-
.v-dialog__body{
|
|
742
|
-
font-size:16px;
|
|
743
|
-
line-height:1.5;
|
|
744
|
-
}
|
|
745
|
-
.v-dialog--dense .v-dialog__body{
|
|
746
|
-
padding-bottom:0;
|
|
747
|
-
}
|
|
748
|
-
.v-dialog__actions{
|
|
749
|
-
align-items:center;
|
|
750
|
-
box-sizing:border-box;
|
|
751
|
-
display:flex;
|
|
752
|
-
justify-content:flex-end;
|
|
753
|
-
padding:8px;
|
|
754
|
-
}
|
|
755
|
-
.v-dialog--dense .v-dialog__actions{
|
|
756
|
-
padding-top:0;
|
|
757
|
-
}
|
|
758
|
-
.v-snackbar{
|
|
759
|
-
box-shadow:var(--snackbar-shadow);
|
|
760
|
-
font-size:14px;
|
|
761
|
-
}
|
|
762
|
-
.v-snackbar__inner{
|
|
763
|
-
align-items:center;
|
|
764
|
-
background-color:var(--main-color);
|
|
765
|
-
border-color:var(--border-color);
|
|
766
|
-
border-radius:inherit;
|
|
767
|
-
color:var(--text-color);
|
|
768
|
-
display:flex;
|
|
769
|
-
justify-content:space-between;
|
|
770
|
-
max-width:calc(100vw - 96px);
|
|
771
|
-
min-width:288px;
|
|
772
|
-
padding:8px 4px 8px 16px;
|
|
773
|
-
width:auto;
|
|
774
|
-
}
|
|
775
|
-
.v-snackbar__body{
|
|
776
|
-
flex:1 1 100%;
|
|
777
|
-
word-break:break-all;
|
|
778
|
-
}
|
|
779
|
-
.v-snackbar__actions{
|
|
780
|
-
flex:0 0 auto;
|
|
781
|
-
padding-left:20px;
|
|
782
|
-
white-space:nowrap;
|
|
783
|
-
}
|
|
784
|
-
.v-snackbar__close{
|
|
785
|
-
margin:0;
|
|
786
|
-
}
|
|
787
|
-
.v-sheet-modal{
|
|
788
|
-
--v-sheet-modal-width:90vw;
|
|
789
|
-
--v-sheet-modal-max-width:none;
|
|
790
|
-
--v-sheet-background:var(--palette-foundation);
|
|
791
|
-
bottom:0;
|
|
792
|
-
box-shadow:var(--dialog-shadow);
|
|
793
|
-
box-sizing:border-box;
|
|
794
|
-
display:flex;
|
|
795
|
-
flex-direction:column;
|
|
796
|
-
max-width:var(--v-sheet-modal-max-width);
|
|
797
|
-
outline:0;
|
|
798
|
-
padding:0;
|
|
799
|
-
position:fixed;
|
|
800
|
-
right:0;
|
|
801
|
-
top:0;
|
|
802
|
-
transition:transform var(--v-stack-transition-slowly);
|
|
803
|
-
width:var(--v-sheet-modal-width);
|
|
804
|
-
}
|
|
805
|
-
.v-sheet-modal__header{
|
|
806
|
-
background-color:var(--v-sheet-background);
|
|
807
|
-
flex:0 0;
|
|
808
|
-
position:relative;
|
|
809
|
-
z-index:1;
|
|
810
|
-
}
|
|
811
|
-
.v-sheet-modal__scroller{
|
|
812
|
-
-webkit-overflow-scrolling:touch;
|
|
813
|
-
background-color:var(--v-sheet-background);
|
|
814
|
-
flex:1 1;
|
|
815
|
-
height:100%;
|
|
816
|
-
overflow-y:auto;
|
|
817
|
-
}
|
|
818
|
-
.v-sheet-modal--has-active-child{
|
|
819
|
-
transform:translateX(calc(-100vw + var(--v-sheet-modal-width)));
|
|
820
|
-
}
|
|
821
|
-
.v-sheet-modal-enter-active,.v-sheet-modal-leave-active{
|
|
822
|
-
transition:transform var(--v-stack-transition-slowly);
|
|
823
|
-
}
|
|
824
|
-
.v-sheet-modal-enter-from,.v-sheet-modal-leave-to{
|
|
825
|
-
transform:translateX(var(--v-sheet-modal-width));
|
|
826
|
-
}
|
|
827
|
-
@layer vui{
|
|
828
700
|
.v-skelton-loader-bone{
|
|
829
701
|
background:rgba(0,0,0,.12);
|
|
830
702
|
border-radius:inherit;
|
|
@@ -844,13 +716,6 @@
|
|
|
844
716
|
transform:translateX(-100%);
|
|
845
717
|
z-index:1;
|
|
846
718
|
}
|
|
847
|
-
}
|
|
848
|
-
@keyframes v-skelton-loader-bone-loading{
|
|
849
|
-
to{
|
|
850
|
-
transform:translateX(100%);
|
|
851
|
-
}
|
|
852
|
-
}
|
|
853
|
-
@layer vui{
|
|
854
719
|
.v-busy-image{
|
|
855
720
|
display:inline-block;
|
|
856
721
|
max-width:100%;
|
|
@@ -898,8 +763,6 @@
|
|
|
898
763
|
opacity:1;
|
|
899
764
|
}
|
|
900
765
|
}
|
|
901
|
-
}
|
|
902
|
-
@layer vui{
|
|
903
766
|
.v-grid-item{
|
|
904
767
|
display:block;
|
|
905
768
|
}
|
|
@@ -971,8 +834,6 @@
|
|
|
971
834
|
vertical-align:bottom;
|
|
972
835
|
width:var(--avatar-size);
|
|
973
836
|
}
|
|
974
|
-
}
|
|
975
|
-
@layer vui{
|
|
976
837
|
.v-avatar::-moz-focus-inner{
|
|
977
838
|
border:0;
|
|
978
839
|
}
|
|
@@ -1034,8 +895,6 @@
|
|
|
1034
895
|
vertical-align:bottom;
|
|
1035
896
|
white-space:nowrap;
|
|
1036
897
|
}
|
|
1037
|
-
}
|
|
1038
|
-
@layer vui{
|
|
1039
898
|
.v-chip::-moz-focus-inner{
|
|
1040
899
|
border:0;
|
|
1041
900
|
}
|
|
@@ -1091,8 +950,6 @@
|
|
|
1091
950
|
user-select:none;
|
|
1092
951
|
width:100%;
|
|
1093
952
|
}
|
|
1094
|
-
}
|
|
1095
|
-
@layer vui{
|
|
1096
953
|
.v-card::-moz-focus-inner{
|
|
1097
954
|
border:0;
|
|
1098
955
|
}
|
|
@@ -1120,8 +977,6 @@
|
|
|
1120
977
|
.v-card[disabled]:before{
|
|
1121
978
|
content:none;
|
|
1122
979
|
}
|
|
1123
|
-
}
|
|
1124
|
-
@layer vui{
|
|
1125
980
|
.v-card-content{
|
|
1126
981
|
padding:var(--card-content-padding);
|
|
1127
982
|
}
|
|
@@ -1173,8 +1028,6 @@
|
|
|
1173
1028
|
.v-button--plain{
|
|
1174
1029
|
color:inherit !important;
|
|
1175
1030
|
}
|
|
1176
|
-
}
|
|
1177
|
-
@layer vui{
|
|
1178
1031
|
.v-button--plain[disabled]{
|
|
1179
1032
|
opacity:.5;
|
|
1180
1033
|
}
|
|
@@ -1253,13 +1106,9 @@
|
|
|
1253
1106
|
border-bottom-right-radius:0;
|
|
1254
1107
|
border-top-right-radius:0;
|
|
1255
1108
|
}
|
|
1256
|
-
}
|
|
1257
|
-
@layer vui{
|
|
1258
1109
|
.v-button-group__item:focus{
|
|
1259
1110
|
z-index:1;
|
|
1260
1111
|
}
|
|
1261
|
-
}
|
|
1262
|
-
@layer vui{
|
|
1263
1112
|
.v-pagination{
|
|
1264
1113
|
--pagination-size:var(--pagination-item-size);
|
|
1265
1114
|
--pagination-margin:var(--pagination-item-margin);
|
|
@@ -1372,8 +1221,6 @@
|
|
|
1372
1221
|
--tile-text-active-color:var(--navActive-color, var(--nav-color));
|
|
1373
1222
|
cursor:pointer;
|
|
1374
1223
|
}
|
|
1375
|
-
}
|
|
1376
|
-
@layer vui{
|
|
1377
1224
|
.v-list-tile--clickable:focus,.v-list-tile--clickable:hover{
|
|
1378
1225
|
--tile-background:var(--tile-active-background);
|
|
1379
1226
|
--tile-text-color:var(--tile-text-active-color);
|
|
@@ -1492,8 +1339,6 @@
|
|
|
1492
1339
|
position:relative;
|
|
1493
1340
|
width:100%;
|
|
1494
1341
|
}
|
|
1495
|
-
}
|
|
1496
|
-
@layer vui{
|
|
1497
1342
|
.v-control-field--invalid:not(.v-control-field--disabled):not(.v-control-field--readonly){
|
|
1498
1343
|
--my-bottom-color:var(--main-color);
|
|
1499
1344
|
--my-bottom-hover-color:var(--main-color);
|
|
@@ -1634,8 +1479,6 @@
|
|
|
1634
1479
|
.v-checkable--checked{
|
|
1635
1480
|
--color:var(--main-color);
|
|
1636
1481
|
}
|
|
1637
|
-
}
|
|
1638
|
-
@layer vui{
|
|
1639
1482
|
.v-checkable--invalid:not(.v-checkable--readonly){
|
|
1640
1483
|
--color:var(--main-color);
|
|
1641
1484
|
}
|
|
@@ -1716,8 +1559,6 @@
|
|
|
1716
1559
|
transition:border-color .2s,background-color .2s;
|
|
1717
1560
|
width:100%;
|
|
1718
1561
|
}
|
|
1719
|
-
}
|
|
1720
|
-
@layer vui{
|
|
1721
1562
|
.v-radio__faux:after,.v-radio__faux:before{
|
|
1722
1563
|
border-radius:100%;
|
|
1723
1564
|
content:"";
|
|
@@ -1740,8 +1581,6 @@
|
|
|
1740
1581
|
.v-radio--selected .v-radio__faux:after{
|
|
1741
1582
|
transform:translate(-50%, -50%) scale(1);
|
|
1742
1583
|
}
|
|
1743
|
-
}
|
|
1744
|
-
@layer vui{
|
|
1745
1584
|
.v-switch{
|
|
1746
1585
|
--my-pin-color:var(--palette-background);
|
|
1747
1586
|
}
|
|
@@ -1818,8 +1657,6 @@
|
|
|
1818
1657
|
.v-switch:focus-within .v-switch__faux__pin:before{
|
|
1819
1658
|
opacity:.1;
|
|
1820
1659
|
}
|
|
1821
|
-
}
|
|
1822
|
-
@layer vui{
|
|
1823
1660
|
.v-option{
|
|
1824
1661
|
-webkit-tap-highlight-color:rgba(0, 0, 0, 0);
|
|
1825
1662
|
appearance:none;
|
|
@@ -1888,8 +1725,6 @@
|
|
|
1888
1725
|
.v-option[disabled]:before,.v-option[tabindex="-1"]:before{
|
|
1889
1726
|
opacity:0 !important;
|
|
1890
1727
|
}
|
|
1891
|
-
}
|
|
1892
|
-
@layer vui{
|
|
1893
1728
|
.v-option-group{
|
|
1894
1729
|
display:block;
|
|
1895
1730
|
}
|
|
@@ -1964,8 +1799,6 @@
|
|
|
1964
1799
|
white-space:nowrap;
|
|
1965
1800
|
width:100%;
|
|
1966
1801
|
}
|
|
1967
|
-
}
|
|
1968
|
-
@layer vui{
|
|
1969
1802
|
.v-text-field__input__element:-webkit-autofill:-webkit-autofill,.v-text-field__input__element:-webkit-autofill:-webkit-autofill:active,.v-text-field__input__element:-webkit-autofill:-webkit-autofill:focus,.v-text-field__input__element:-webkit-autofill:-webkit-autofill:hover{
|
|
1970
1803
|
-webkit-text-fill-color:#fff !important;
|
|
1971
1804
|
color:inherit !important;
|
|
@@ -1978,8 +1811,6 @@
|
|
|
1978
1811
|
color:var(--control-disabled-color);
|
|
1979
1812
|
font-style:italic;
|
|
1980
1813
|
}
|
|
1981
|
-
}
|
|
1982
|
-
@layer vui{
|
|
1983
1814
|
.v-textarea__input{
|
|
1984
1815
|
cursor:text;
|
|
1985
1816
|
}
|
|
@@ -2009,8 +1840,6 @@
|
|
|
2009
1840
|
color:var(--control-disabled-color);
|
|
2010
1841
|
font-style:italic;
|
|
2011
1842
|
}
|
|
2012
|
-
}
|
|
2013
|
-
@layer vui{
|
|
2014
1843
|
.v-tabs{
|
|
2015
1844
|
height:var(--tabs-height);
|
|
2016
1845
|
overflow:hidden;
|
|
@@ -2065,8 +1894,6 @@
|
|
|
2065
1894
|
white-space:nowrap;
|
|
2066
1895
|
z-index:3;
|
|
2067
1896
|
}
|
|
2068
|
-
}
|
|
2069
|
-
@layer vui{
|
|
2070
1897
|
.v-tab::-moz-focus-inner{
|
|
2071
1898
|
border:0;
|
|
2072
1899
|
}
|
|
@@ -2113,8 +1940,6 @@
|
|
|
2113
1940
|
.v-tab--active:before{
|
|
2114
1941
|
transform:scaleX(1);
|
|
2115
1942
|
}
|
|
2116
|
-
}
|
|
2117
|
-
@layer vui{
|
|
2118
1943
|
.v-breadcrumbs{
|
|
2119
1944
|
display:block;
|
|
2120
1945
|
font-size:var(--breadcrumbs-font-size);
|
|
@@ -2243,14 +2068,6 @@
|
|
|
2243
2068
|
flex:1 1 100%;
|
|
2244
2069
|
margin-left:auto;
|
|
2245
2070
|
}
|
|
2246
|
-
}
|
|
2247
|
-
@layer vui{
|
|
2248
|
-
@media screen and (min-width:320px){
|
|
2249
|
-
.v-data-table__controls__pagination{
|
|
2250
|
-
flex:0 0 50%;
|
|
2251
|
-
width:50%;
|
|
2252
|
-
}
|
|
2253
|
-
}
|
|
2254
2071
|
.v-data-table__header{
|
|
2255
2072
|
margin-bottom:var(--controls-vertial-margin);
|
|
2256
2073
|
}
|
|
@@ -2361,8 +2178,6 @@
|
|
|
2361
2178
|
.v-toolbar--plain{
|
|
2362
2179
|
--main-color:var(--palette-background);
|
|
2363
2180
|
}
|
|
2364
|
-
}
|
|
2365
|
-
@layer vui{
|
|
2366
2181
|
.v-app-layout__header>.v-toolbar{
|
|
2367
2182
|
height:100%;
|
|
2368
2183
|
}
|
|
@@ -2380,8 +2195,6 @@
|
|
|
2380
2195
|
display:flex;
|
|
2381
2196
|
flex:0 0;
|
|
2382
2197
|
}
|
|
2383
|
-
}
|
|
2384
|
-
@layer vui{
|
|
2385
2198
|
.v-toolbar-edge--empty,.v-toolbar-edge:empty{
|
|
2386
2199
|
display:none;
|
|
2387
2200
|
}
|
|
@@ -2403,6 +2216,139 @@
|
|
|
2403
2216
|
margin:0;
|
|
2404
2217
|
white-space:nowrap;
|
|
2405
2218
|
}
|
|
2219
|
+
@media screen and (min-width:320px){
|
|
2220
|
+
.v-data-table__controls__pagination{
|
|
2221
|
+
flex:0 0 50%;
|
|
2222
|
+
width:50%;
|
|
2223
|
+
}}
|
|
2224
|
+
}
|
|
2225
|
+
.v-tooltip{
|
|
2226
|
+
--menu-shadow:var(--tooltip-shadow);
|
|
2227
|
+
border-radius:var(--tooltip-radius);
|
|
2228
|
+
font-size:var(--tooltip-font-size);
|
|
2229
|
+
}
|
|
2230
|
+
.v-tooltip .v-menu__body{
|
|
2231
|
+
background:var(--tooltip-background) !important;
|
|
2232
|
+
color:var(--tooltip-color) !important;
|
|
2233
|
+
}
|
|
2234
|
+
.v-tooltip__inner{
|
|
2235
|
+
display:inline-block;
|
|
2236
|
+
padding:var(--tooltip-padding);
|
|
2237
|
+
}
|
|
2238
|
+
.v-menu{
|
|
2239
|
+
box-shadow:var(--menu-shadow);
|
|
2240
|
+
}
|
|
2241
|
+
.v-dialog,.v-menu{
|
|
2242
|
+
border-radius:2px;
|
|
2243
|
+
}
|
|
2244
|
+
.v-dialog{
|
|
2245
|
+
box-shadow:var(--dialog-shadow);
|
|
2246
|
+
display:inline-block;
|
|
2247
|
+
margin:24px;
|
|
2248
|
+
min-width:280px;
|
|
2249
|
+
outline:0;
|
|
2250
|
+
pointer-events:auto;
|
|
2251
|
+
position:relative;
|
|
2252
|
+
text-align:left;
|
|
2253
|
+
}
|
|
2254
|
+
.v-dialog__header{
|
|
2255
|
+
font-size:24px;
|
|
2256
|
+
line-height:1.4;
|
|
2257
|
+
}
|
|
2258
|
+
.v-dialog__body,.v-dialog__header{
|
|
2259
|
+
box-sizing:border-box;
|
|
2260
|
+
padding:16px;
|
|
2261
|
+
}
|
|
2262
|
+
.v-dialog__body{
|
|
2263
|
+
font-size:16px;
|
|
2264
|
+
line-height:1.5;
|
|
2265
|
+
}
|
|
2266
|
+
.v-dialog--dense .v-dialog__body{
|
|
2267
|
+
padding-bottom:0;
|
|
2268
|
+
}
|
|
2269
|
+
.v-dialog__actions{
|
|
2270
|
+
align-items:center;
|
|
2271
|
+
box-sizing:border-box;
|
|
2272
|
+
display:flex;
|
|
2273
|
+
justify-content:flex-end;
|
|
2274
|
+
padding:8px;
|
|
2275
|
+
}
|
|
2276
|
+
.v-dialog--dense .v-dialog__actions{
|
|
2277
|
+
padding-top:0;
|
|
2278
|
+
}
|
|
2279
|
+
.v-snackbar{
|
|
2280
|
+
box-shadow:var(--snackbar-shadow);
|
|
2281
|
+
font-size:14px;
|
|
2282
|
+
}
|
|
2283
|
+
.v-snackbar__inner{
|
|
2284
|
+
align-items:center;
|
|
2285
|
+
background-color:var(--main-color);
|
|
2286
|
+
border-color:var(--border-color);
|
|
2287
|
+
border-radius:inherit;
|
|
2288
|
+
color:var(--text-color);
|
|
2289
|
+
display:flex;
|
|
2290
|
+
justify-content:space-between;
|
|
2291
|
+
max-width:calc(100vw - 96px);
|
|
2292
|
+
min-width:288px;
|
|
2293
|
+
padding:8px 4px 8px 16px;
|
|
2294
|
+
width:auto;
|
|
2295
|
+
}
|
|
2296
|
+
.v-snackbar__body{
|
|
2297
|
+
flex:1 1 100%;
|
|
2298
|
+
word-break:break-all;
|
|
2299
|
+
}
|
|
2300
|
+
.v-snackbar__actions{
|
|
2301
|
+
flex:0 0 auto;
|
|
2302
|
+
padding-left:20px;
|
|
2303
|
+
white-space:nowrap;
|
|
2304
|
+
}
|
|
2305
|
+
.v-snackbar__close{
|
|
2306
|
+
margin:0;
|
|
2307
|
+
}
|
|
2308
|
+
.v-sheet-modal{
|
|
2309
|
+
--v-sheet-modal-width:90vw;
|
|
2310
|
+
--v-sheet-modal-max-width:none;
|
|
2311
|
+
--v-sheet-background:var(--palette-foundation);
|
|
2312
|
+
bottom:0;
|
|
2313
|
+
box-shadow:var(--dialog-shadow);
|
|
2314
|
+
box-sizing:border-box;
|
|
2315
|
+
display:flex;
|
|
2316
|
+
flex-direction:column;
|
|
2317
|
+
max-width:var(--v-sheet-modal-max-width);
|
|
2318
|
+
outline:0;
|
|
2319
|
+
padding:0;
|
|
2320
|
+
position:fixed;
|
|
2321
|
+
right:0;
|
|
2322
|
+
top:0;
|
|
2323
|
+
transition:transform var(--v-stack-transition-slowly);
|
|
2324
|
+
width:var(--v-sheet-modal-width);
|
|
2325
|
+
}
|
|
2326
|
+
.v-sheet-modal__header{
|
|
2327
|
+
background-color:var(--v-sheet-background);
|
|
2328
|
+
flex:0 0;
|
|
2329
|
+
position:relative;
|
|
2330
|
+
z-index:1;
|
|
2331
|
+
}
|
|
2332
|
+
.v-sheet-modal__scroller{
|
|
2333
|
+
-webkit-overflow-scrolling:touch;
|
|
2334
|
+
background-color:var(--v-sheet-background);
|
|
2335
|
+
flex:1 1;
|
|
2336
|
+
height:100%;
|
|
2337
|
+
overflow-y:auto;
|
|
2338
|
+
}
|
|
2339
|
+
.v-sheet-modal--has-active-child{
|
|
2340
|
+
transform:translateX(calc(-100vw + var(--v-sheet-modal-width)));
|
|
2341
|
+
}
|
|
2342
|
+
.v-sheet-modal-enter-active,.v-sheet-modal-leave-active{
|
|
2343
|
+
transition:transform var(--v-stack-transition-slowly);
|
|
2344
|
+
}
|
|
2345
|
+
.v-sheet-modal-enter-from,.v-sheet-modal-leave-to{
|
|
2346
|
+
transform:translateX(var(--v-sheet-modal-width));
|
|
2347
|
+
}
|
|
2348
|
+
@keyframes v-skelton-loader-bone-loading{
|
|
2349
|
+
to{
|
|
2350
|
+
transform:translateX(100%);
|
|
2351
|
+
}
|
|
2406
2352
|
}
|
|
2407
2353
|
/*!
|
|
2408
2354
|
* Forked from
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fastkit/vui",
|
|
3
|
-
"version": "0.16.
|
|
3
|
+
"version": "0.16.6",
|
|
4
4
|
"description": "A simple, extensible UI kit for Vue applications.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"fastkit",
|
|
@@ -44,29 +44,29 @@
|
|
|
44
44
|
"src"
|
|
45
45
|
],
|
|
46
46
|
"dependencies": {
|
|
47
|
-
"@fastkit/color-scheme": "1.0.
|
|
48
|
-
"@fastkit/color-scheme-gen": "0.13.
|
|
47
|
+
"@fastkit/color-scheme": "1.0.7",
|
|
48
|
+
"@fastkit/color-scheme-gen": "0.13.7",
|
|
49
49
|
"@fastkit/dom": "0.1.1",
|
|
50
50
|
"@fastkit/helpers": "0.13.1",
|
|
51
|
-
"@fastkit/icon-font": "1.0.
|
|
52
|
-
"@fastkit/media-match": "1.0.
|
|
53
|
-
"@fastkit/media-match-gen": "0.13.
|
|
51
|
+
"@fastkit/icon-font": "1.0.6",
|
|
52
|
+
"@fastkit/media-match": "1.0.6",
|
|
53
|
+
"@fastkit/media-match-gen": "0.13.7",
|
|
54
54
|
"@fastkit/rules": "0.13.1",
|
|
55
55
|
"@fastkit/stylebase": "0.13.0",
|
|
56
56
|
"@fastkit/tiny-logger": "0.13.1",
|
|
57
57
|
"@fastkit/vue-action": "0.2.1",
|
|
58
|
-
"@fastkit/vue-app-layout": "0.14.
|
|
58
|
+
"@fastkit/vue-app-layout": "0.14.1",
|
|
59
59
|
"@fastkit/vue-body-scroll-lock": "0.1.2",
|
|
60
60
|
"@fastkit/vue-click-outside": "0.1.2",
|
|
61
|
-
"@fastkit/vue-color-scheme": "0.14.
|
|
61
|
+
"@fastkit/vue-color-scheme": "0.14.1",
|
|
62
62
|
"@fastkit/vue-form-control": "0.15.0",
|
|
63
63
|
"@fastkit/vue-keyboard": "0.1.1",
|
|
64
|
-
"@fastkit/vue-loading": "0.14.
|
|
64
|
+
"@fastkit/vue-loading": "0.14.2",
|
|
65
65
|
"@fastkit/vue-location": "0.1.2",
|
|
66
|
-
"@fastkit/vue-media-match": "0.13.
|
|
66
|
+
"@fastkit/vue-media-match": "0.13.7",
|
|
67
67
|
"@fastkit/vue-resize": "0.1.2",
|
|
68
|
-
"@fastkit/vue-scroller": "0.14.
|
|
69
|
-
"@fastkit/vue-stack": "0.15.
|
|
68
|
+
"@fastkit/vue-scroller": "0.14.1",
|
|
69
|
+
"@fastkit/vue-stack": "0.15.5",
|
|
70
70
|
"@fastkit/vue-transitions": "0.1.2",
|
|
71
71
|
"@fastkit/vue-utils": "0.14.0"
|
|
72
72
|
},
|