zartui 0.1.69 → 0.1.70

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/field/index.js CHANGED
@@ -658,7 +658,8 @@ export default createComponent({
658
658
  h("div", {
659
659
  "class": bem('zt-clear-icon'),
660
660
  "on": {
661
- "touchstart": this.onClear
661
+ "touchstart": this.onClear,
662
+ "click": this.onClear
662
663
  }
663
664
  }, [h(ClearIcon, {
664
665
  "class": bem('zt-clear-size')
package/es/index.js CHANGED
@@ -70,7 +70,7 @@ import Tabs from './tabs';
70
70
  import Tag from './tag';
71
71
  import Toast from './toast';
72
72
  import Uploader from './uploader';
73
- var version = '0.1.69';
73
+ var version = '0.1.70';
74
74
 
75
75
  function install(Vue) {
76
76
  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, HierarchySelect, Icon, Image, ImagePreview, IndexAnchor, IndexBar, Info, Lazyload, List, Loading, Locale, 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];