vant 2.12.34-beta.0 → 2.12.34
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/datetime-picker/TimePicker.js +3 -0
- package/es/index.js +1 -1
- package/lib/datetime-picker/TimePicker.js +3 -0
- package/lib/index.js +1 -1
- package/lib/vant.js +4 -1
- package/lib/vant.min.js +1 -1
- package/package.json +1 -1
- package/vetur/attributes.json +149 -149
- package/vetur/tags.json +63 -63
- package/vetur/web-types.json +477 -477
@@ -114,6 +114,9 @@ export default createComponent({
|
|
114
114
|
this.updateInnerValue();
|
115
115
|
this.$nextTick(function () {
|
116
116
|
_this2.$nextTick(function () {
|
117
|
+
// https://github.com/youzan/vant/issues/9775
|
118
|
+
_this2.updateInnerValue();
|
119
|
+
|
117
120
|
_this2.$emit('change', picker);
|
118
121
|
});
|
119
122
|
});
|
package/es/index.js
CHANGED
@@ -87,7 +87,7 @@ import Tag from './tag';
|
|
87
87
|
import Toast from './toast';
|
88
88
|
import TreeSelect from './tree-select';
|
89
89
|
import Uploader from './uploader';
|
90
|
-
var version = '2.12.34
|
90
|
+
var version = '2.12.34';
|
91
91
|
|
92
92
|
function install(Vue) {
|
93
93
|
var components = [ActionSheet, AddressEdit, AddressList, Area, Badge, Button, Calendar, Card, Cascader, Cell, CellGroup, Checkbox, CheckboxGroup, Circle, Col, Collapse, CollapseItem, ContactCard, ContactEdit, ContactList, CountDown, Coupon, CouponCell, CouponList, DatetimePicker, Dialog, Divider, DropdownItem, DropdownMenu, Empty, Field, Form, GoodsAction, GoodsActionButton, GoodsActionIcon, Grid, GridItem, Icon, Image, ImagePreview, IndexAnchor, IndexBar, Info, List, Loading, Locale, NavBar, NoticeBar, Notify, NumberKeyboard, Overlay, Pagination, Panel, PasswordInput, Picker, Popover, Popup, Progress, PullRefresh, Radio, RadioGroup, Rate, Row, Search, ShareSheet, Sidebar, SidebarItem, Skeleton, Sku, Slider, Step, Stepper, Steps, Sticky, SubmitBar, Swipe, SwipeCell, SwipeItem, Switch, SwitchCell, Tab, Tabbar, TabbarItem, Tabs, Tag, Toast, TreeSelect, Uploader];
|
@@ -125,6 +125,9 @@ var _default = createComponent({
|
|
125
125
|
this.updateInnerValue();
|
126
126
|
this.$nextTick(function () {
|
127
127
|
_this2.$nextTick(function () {
|
128
|
+
// https://github.com/youzan/vant/issues/9775
|
129
|
+
_this2.updateInnerValue();
|
130
|
+
|
128
131
|
_this2.$emit('change', picker);
|
129
132
|
});
|
130
133
|
});
|
package/lib/index.js
CHANGED
@@ -361,7 +361,7 @@ exports.TreeSelect = _treeSelect.default;
|
|
361
361
|
var _uploader = _interopRequireDefault(require("./uploader"));
|
362
362
|
|
363
363
|
exports.Uploader = _uploader.default;
|
364
|
-
var version = '2.12.34
|
364
|
+
var version = '2.12.34';
|
365
365
|
exports.version = version;
|
366
366
|
|
367
367
|
function install(Vue) {
|
package/lib/vant.js
CHANGED
@@ -11027,6 +11027,9 @@ var TimePicker_createNamespace = Object(create["a" /* createNamespace */])('time
|
|
11027
11027
|
this.updateInnerValue();
|
11028
11028
|
this.$nextTick(function () {
|
11029
11029
|
_this2.$nextTick(function () {
|
11030
|
+
// https://github.com/youzan/vant/issues/9775
|
11031
|
+
_this2.updateInnerValue();
|
11032
|
+
|
11030
11033
|
_this2.$emit('change', picker);
|
11031
11034
|
});
|
11032
11035
|
});
|
@@ -22122,7 +22125,7 @@ TreeSelect.props = {
|
|
22122
22125
|
|
22123
22126
|
|
22124
22127
|
|
22125
|
-
var version = '2.12.34
|
22128
|
+
var version = '2.12.34';
|
22126
22129
|
|
22127
22130
|
function install(Vue) {
|
22128
22131
|
var components = [action_sheet, address_edit, address_list, es_area, badge, es_button, calendar, card, cascader, cell, cell_group, es_checkbox, checkbox_group, circle, col, collapse, collapse_item, contact_card, contact_edit, contact_list, count_down, es_coupon, coupon_cell, coupon_list, datetime_picker, dialog, divider, dropdown_item, dropdown_menu, empty, es_field, es_form, goods_action, goods_action_button, goods_action_icon, grid, grid_item, es_icon, es_image, image_preview, index_anchor, index_bar, es_info, es_list, es_loading, locale["a" /* default */], nav_bar, notice_bar, notify, number_keyboard, es_overlay, pagination, panel, password_input, picker, popover, popup, es_progress, pull_refresh, es_radio, radio_group, es_rate, row, search, share_sheet, sidebar, sidebar_item, skeleton, es_sku, slider, es_step, stepper, steps, es_sticky, submit_bar, swipe, swipe_cell, swipe_item, es_switch, switch_cell, tab, tabbar, tabbar_item, tabs, es_tag, es_toast, tree_select, uploader];
|