zartui 0.1.77 → 0.1.78

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.77';
77
+ var version = '0.1.78';
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];
@@ -61,6 +61,8 @@ export default createComponent({
61
61
  this.$nextTick(function () {
62
62
  if (_this.$refs.pickerOptions && _this.confirmIndexs) {
63
63
  _this.$refs.pickerOptions.setConfirmIndex(_this.confirmIndexs);
64
+ } else if (!_this.confirmIndexs && _this.defaultIndexs && _this.defaultIndexs.length === 0) {
65
+ _this.$refs.pickerOptions.setConfirmIndex([]);
64
66
  }
65
67
  });
66
68
  }
package/lib/index.js CHANGED
@@ -309,7 +309,7 @@ exports.Toast = _toast.default;
309
309
  var _uploader = _interopRequireDefault(require("./uploader"));
310
310
 
311
311
  exports.Uploader = _uploader.default;
312
- var version = '0.1.77';
312
+ var version = '0.1.78';
313
313
  exports.version = version;
314
314
 
315
315
  function install(Vue) {
@@ -76,6 +76,8 @@ var _default2 = createComponent({
76
76
  this.$nextTick(function () {
77
77
  if (_this.$refs.pickerOptions && _this.confirmIndexs) {
78
78
  _this.$refs.pickerOptions.setConfirmIndex(_this.confirmIndexs);
79
+ } else if (!_this.confirmIndexs && _this.defaultIndexs && _this.defaultIndexs.length === 0) {
80
+ _this.$refs.pickerOptions.setConfirmIndex([]);
79
81
  }
80
82
  });
81
83
  }
package/lib/zart.js CHANGED
@@ -44390,6 +44390,8 @@ var multiple_picker_createNamespace = Object(utils["b" /* createNamespace */])('
44390
44390
  this.$nextTick(function () {
44391
44391
  if (_this.$refs.pickerOptions && _this.confirmIndexs) {
44392
44392
  _this.$refs.pickerOptions.setConfirmIndex(_this.confirmIndexs);
44393
+ } else if (!_this.confirmIndexs && _this.defaultIndexs && _this.defaultIndexs.length === 0) {
44394
+ _this.$refs.pickerOptions.setConfirmIndex([]);
44393
44395
  }
44394
44396
  });
44395
44397
  }
@@ -51880,7 +51882,7 @@ var uploader_createNamespace = Object(utils["b" /* createNamespace */])('uploade
51880
51882
 
51881
51883
 
51882
51884
 
51883
- var version = '0.1.77';
51885
+ var version = '0.1.78';
51884
51886
 
51885
51887
  function install(Vue) {
51886
51888
  var components = [action_sheet, es_area, avatar, back_top, badge, es_button, calendar, cascader, cell, cell_group, es_checkbox, checkbox_group, col, collapse, collapse_item, count_down, datetime_picker, dialog, divider, dropdown_item, dropdown_menu, empty, es_field, fold_dialog, es_form, grid, grid_item, hierarchy_select, es_icon, es_image, image_preview, index_anchor, index_bar, es_info, lazyload, es_list, es_loading, locale["a" /* default */], media_picker, media_player, multiple_picker, nav_bar, notice_bar, number_keyboard, es_overlay, password_input, pdf_viewer, picker, popover, popup, pull_refresh, es_radio, radio_group, rate, row, search, signature, skeleton, slider, es_step, stepper, es_steps, es_sticky, swipe, swipe_cell, swipe_item, es_switch, switch_cell, tab, tabbar, tabbar_item, table, tabs, es_tag, es_toast, uploader];