zartui 2.1.1 → 2.1.2
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/dropdown-item/index.js +14 -0
- package/es/index.js +1 -1
- package/lib/dropdown-item/index.js +14 -0
- package/lib/index.js +1 -1
- package/lib/zart.js +15 -1
- package/lib/zart.min.js +1 -1
- package/package.json +1 -1
|
@@ -219,6 +219,13 @@ export default createComponent({
|
|
|
219
219
|
"click": function click() {
|
|
220
220
|
_this3.select(option.value);
|
|
221
221
|
}
|
|
222
|
+
},
|
|
223
|
+
"scopedSlots": {
|
|
224
|
+
title: _this3.$scopedSlots['item-title'] ? function () {
|
|
225
|
+
return _this3.$scopedSlots['item-title']({
|
|
226
|
+
item: option
|
|
227
|
+
});
|
|
228
|
+
} : undefined
|
|
222
229
|
}
|
|
223
230
|
}, [h(Checkbox, {
|
|
224
231
|
"style": "padding:0;position: absolute;right: 0px;",
|
|
@@ -255,6 +262,13 @@ export default createComponent({
|
|
|
255
262
|
_this3.$emit('item-select', option.value);
|
|
256
263
|
}
|
|
257
264
|
}
|
|
265
|
+
},
|
|
266
|
+
"scopedSlots": {
|
|
267
|
+
title: _this3.$scopedSlots['item-title'] ? function () {
|
|
268
|
+
return _this3.$scopedSlots['item-title']({
|
|
269
|
+
item: option
|
|
270
|
+
});
|
|
271
|
+
} : undefined
|
|
258
272
|
}
|
|
259
273
|
}, [active && h(Icon, {
|
|
260
274
|
"class": bem('icon'),
|
package/es/index.js
CHANGED
|
@@ -75,7 +75,7 @@ import TextEllipsis from './text-ellipsis';
|
|
|
75
75
|
import Timeline from './timeline';
|
|
76
76
|
import Toast from './toast';
|
|
77
77
|
import Uploader from './uploader';
|
|
78
|
-
var version = '2.1.
|
|
78
|
+
var version = '2.1.2';
|
|
79
79
|
|
|
80
80
|
function install(Vue) {
|
|
81
81
|
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, TextEllipsis, Timeline, Toast, Uploader];
|
|
@@ -235,6 +235,13 @@ var _default2 = createComponent({
|
|
|
235
235
|
"click": function click() {
|
|
236
236
|
_this3.select(option.value);
|
|
237
237
|
}
|
|
238
|
+
},
|
|
239
|
+
"scopedSlots": {
|
|
240
|
+
title: _this3.$scopedSlots['item-title'] ? function () {
|
|
241
|
+
return _this3.$scopedSlots['item-title']({
|
|
242
|
+
item: option
|
|
243
|
+
});
|
|
244
|
+
} : undefined
|
|
238
245
|
}
|
|
239
246
|
}, [h(_checkbox.default, {
|
|
240
247
|
"style": "padding:0;position: absolute;right: 0px;",
|
|
@@ -271,6 +278,13 @@ var _default2 = createComponent({
|
|
|
271
278
|
_this3.$emit('item-select', option.value);
|
|
272
279
|
}
|
|
273
280
|
}
|
|
281
|
+
},
|
|
282
|
+
"scopedSlots": {
|
|
283
|
+
title: _this3.$scopedSlots['item-title'] ? function () {
|
|
284
|
+
return _this3.$scopedSlots['item-title']({
|
|
285
|
+
item: option
|
|
286
|
+
});
|
|
287
|
+
} : undefined
|
|
274
288
|
}
|
|
275
289
|
}, [active && h(_icon.default, {
|
|
276
290
|
"class": bem('icon'),
|
package/lib/index.js
CHANGED
|
@@ -313,7 +313,7 @@ exports.Toast = _toast.default;
|
|
|
313
313
|
var _uploader = _interopRequireDefault(require("./uploader"));
|
|
314
314
|
|
|
315
315
|
exports.Uploader = _uploader.default;
|
|
316
|
-
var version = '2.1.
|
|
316
|
+
var version = '2.1.2';
|
|
317
317
|
exports.version = version;
|
|
318
318
|
|
|
319
319
|
function install(Vue) {
|
package/lib/zart.js
CHANGED
|
@@ -12317,6 +12317,13 @@ var dropdown_item_createNamespace = Object(utils["b" /* createNamespace */])('dr
|
|
|
12317
12317
|
"click": function click() {
|
|
12318
12318
|
_this3.select(option.value);
|
|
12319
12319
|
}
|
|
12320
|
+
},
|
|
12321
|
+
"scopedSlots": {
|
|
12322
|
+
title: _this3.$scopedSlots['item-title'] ? function () {
|
|
12323
|
+
return _this3.$scopedSlots['item-title']({
|
|
12324
|
+
item: option
|
|
12325
|
+
});
|
|
12326
|
+
} : undefined
|
|
12320
12327
|
}
|
|
12321
12328
|
}, [h(es_checkbox, {
|
|
12322
12329
|
"style": "padding:0;position: absolute;right: 0px;",
|
|
@@ -12353,6 +12360,13 @@ var dropdown_item_createNamespace = Object(utils["b" /* createNamespace */])('dr
|
|
|
12353
12360
|
_this3.$emit('item-select', option.value);
|
|
12354
12361
|
}
|
|
12355
12362
|
}
|
|
12363
|
+
},
|
|
12364
|
+
"scopedSlots": {
|
|
12365
|
+
title: _this3.$scopedSlots['item-title'] ? function () {
|
|
12366
|
+
return _this3.$scopedSlots['item-title']({
|
|
12367
|
+
item: option
|
|
12368
|
+
});
|
|
12369
|
+
} : undefined
|
|
12356
12370
|
}
|
|
12357
12371
|
}, [active && h(es_icon, {
|
|
12358
12372
|
"class": dropdown_item_bem('icon'),
|
|
@@ -33473,7 +33487,7 @@ var uploader_createNamespace = Object(utils["b" /* createNamespace */])('uploade
|
|
|
33473
33487
|
|
|
33474
33488
|
|
|
33475
33489
|
|
|
33476
|
-
var version = '2.1.
|
|
33490
|
+
var version = '2.1.2';
|
|
33477
33491
|
|
|
33478
33492
|
function install(Vue) {
|
|
33479
33493
|
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, es_picker, popover, popup, pull_refresh, es_radio, radio_group, rate, row, search, signature, skeleton, slider, es_step, stepper, steps, es_sticky, swipe, swipe_cell, swipe_item, es_switch, switch_cell, tab, tabbar, tabbar_item, table, tabs, es_tag, text_ellipsis, timeline, es_toast, uploader];
|