zartui 0.1.79 → 0.1.80

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 CHANGED
@@ -74,7 +74,7 @@ import Tabs from './tabs';
74
74
  import Tag from './tag';
75
75
  import Toast from './toast';
76
76
  import Uploader from './uploader';
77
- var version = '0.1.79';
77
+ var version = '0.1.80';
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, PdfViewer, 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, Toast, Uploader];
@@ -19,9 +19,18 @@ export default createComponent({
19
19
  props: {
20
20
  disabled: Boolean,
21
21
  successText: String,
22
- pullingText: String,
23
- loosingText: String,
24
- loadingText: String,
22
+ pullingText: {
23
+ type: String,
24
+ default: "下拉即可刷新..."
25
+ },
26
+ loosingText: {
27
+ type: String,
28
+ default: "释放即可刷新..."
29
+ },
30
+ loadingText: {
31
+ type: String,
32
+ default: "加载中..."
33
+ },
25
34
  pullDistance: [Number, String],
26
35
  value: {
27
36
  type: Boolean,