zartui 2.0.71 → 2.0.72
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/es/index.js +1 -1
- package/es/list/index.css +1 -1
- package/es/pull-refresh/index.css +1 -1
- package/es/style/var.less +2 -2
- package/lib/index.css +1 -1
- package/lib/index.js +1 -1
- package/lib/list/index.css +1 -1
- package/lib/pull-refresh/index.css +1 -1
- package/lib/style/var.less +2 -2
- package/lib/zart.js +2401 -1462
- package/lib/zart.min.js +1 -1
- package/package.json +1 -1
package/es/index.js
CHANGED
|
@@ -74,7 +74,7 @@ import Tag from './tag';
|
|
|
74
74
|
import Timeline from './timeline';
|
|
75
75
|
import Toast from './toast';
|
|
76
76
|
import Uploader from './uploader';
|
|
77
|
-
var version = '2.0.
|
|
77
|
+
var version = '2.0.72';
|
|
78
78
|
|
|
79
79
|
function install(Vue) {
|
|
80
80
|
var components = [ActionSheet, Area, Avatar, BackTop, Badge, Button, Calendar, Cascader, Cell, CellGroup, Checkbox, CheckboxGroup, Col, Collapse, CollapseItem, CountDown, DatetimePicker, Dialog, Divider, DropdownItem, DropdownMenu, Empty, Field, FoldDialog, Form, Grid, GridItem, HierarchySelect, Icon, Image, ImagePreview, IndexAnchor, IndexBar, Info, Lazyload, List, Loading, Locale, MediaPicker, MediaPlayer, MultiplePicker, NavBar, NoticeBar, NumberKeyboard, Overlay, PasswordInput, Picker, Popover, Popup, PullRefresh, Radio, RadioGroup, Rate, Row, Search, Signature, Skeleton, Slider, Step, Stepper, Steps, Sticky, Swipe, SwipeCell, SwipeItem, Switch, SwitchCell, Tab, Tabbar, TabbarItem, Table, Tabs, Tag, Timeline, Toast, Uploader];
|
package/es/list/index.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.zt2-list__error-text,.zt2-list__finished-text,.zt2-list__loading{color
|
|
1
|
+
.zt2-list__error-text,.zt2-list__finished-text,.zt2-list__loading{color:rgba(45,75,115,.6);font-size:14px;line-height:44px;text-align:center}.zt2-list__placeholder{height:0;pointer-events:none}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.zt2-pull-refresh{overflow:hidden;-webkit-user-select:none;user-select:none}.zt2-pull-refresh__track{position:relative;height:100%;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform}.zt2-pull-refresh__head{position:absolute;left:0;width:100%;height:50px;overflow:hidden;color
|
|
1
|
+
.zt2-pull-refresh{overflow:hidden;-webkit-user-select:none;user-select:none}.zt2-pull-refresh__track{position:relative;height:100%;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform}.zt2-pull-refresh__head{position:absolute;left:0;width:100%;height:50px;overflow:hidden;color:rgba(45,75,115,.6);font-size:14px;line-height:50px;text-align:center;-webkit-transform:translateY(-100%);transform:translateY(-100%);background:#f5faff}
|
package/es/style/var.less
CHANGED
|
@@ -580,7 +580,7 @@
|
|
|
580
580
|
|
|
581
581
|
|
|
582
582
|
// List
|
|
583
|
-
@list-text-color: @
|
|
583
|
+
@list-text-color: @text-color-1;
|
|
584
584
|
@list-text-font-size: @font-size-md;
|
|
585
585
|
@list-text-line-height: 44px;
|
|
586
586
|
|
|
@@ -735,7 +735,7 @@
|
|
|
735
735
|
// PullRefresh
|
|
736
736
|
@pull-refresh-head-height: 50px;
|
|
737
737
|
@pull-refresh-head-font-size: @font-size-md;
|
|
738
|
-
@pull-refresh-head-text-color: @
|
|
738
|
+
@pull-refresh-head-text-color: @text-color-1;
|
|
739
739
|
@pull-refresh-head-background:@background-color;
|
|
740
740
|
|
|
741
741
|
// Radio
|