zartui 2.0.76 → 2.0.77
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/calendar/index.js +1 -1
- package/es/index.js +1 -1
- package/lib/calendar/index.js +1 -1
- package/lib/index.js +1 -1
- package/lib/zart.js +2 -2
- package/lib/zart.min.js +1 -1
- package/package.json +1 -1
package/es/calendar/index.js
CHANGED
|
@@ -565,7 +565,6 @@ export default createComponent({
|
|
|
565
565
|
"lazyRender": this.lazyRender,
|
|
566
566
|
"currentDate": this.currentDate,
|
|
567
567
|
"showSubtitle": this.showSubtitle,
|
|
568
|
-
"showWeekDays": this.showWeekDays,
|
|
569
568
|
"allowSameDay": this.allowSameDay,
|
|
570
569
|
"showMonthTitle": showMonthTitle,
|
|
571
570
|
"firstDayOfWeek": this.dayOffset,
|
|
@@ -645,6 +644,7 @@ export default createComponent({
|
|
|
645
644
|
"subtitle": this.subtitle,
|
|
646
645
|
"showSubtitle": this.showSubtitle,
|
|
647
646
|
"firstDayOfWeek": this.dayOffset,
|
|
647
|
+
"showWeekDays": this.showWeekDays,
|
|
648
648
|
"yearPreEnable": this.yearPreEnable,
|
|
649
649
|
"monthPreEnable": this.monthPreEnable,
|
|
650
650
|
"yearNextEnable": this.yearNextEnable,
|
package/es/index.js
CHANGED
|
@@ -74,7 +74,7 @@ import Tag from './tag';
|
|
|
74
74
|
import Timeline from './timeline';
|
|
75
75
|
import Toast from './toast';
|
|
76
76
|
import Uploader from './uploader';
|
|
77
|
-
var version = '2.0.
|
|
77
|
+
var version = '2.0.76';
|
|
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, 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, Timeline, Toast, Uploader];
|
package/lib/calendar/index.js
CHANGED
|
@@ -582,7 +582,6 @@ var _default = (0, _utils.createComponent)({
|
|
|
582
582
|
"lazyRender": this.lazyRender,
|
|
583
583
|
"currentDate": this.currentDate,
|
|
584
584
|
"showSubtitle": this.showSubtitle,
|
|
585
|
-
"showWeekDays": this.showWeekDays,
|
|
586
585
|
"allowSameDay": this.allowSameDay,
|
|
587
586
|
"showMonthTitle": showMonthTitle,
|
|
588
587
|
"firstDayOfWeek": this.dayOffset,
|
|
@@ -662,6 +661,7 @@ var _default = (0, _utils.createComponent)({
|
|
|
662
661
|
"subtitle": this.subtitle,
|
|
663
662
|
"showSubtitle": this.showSubtitle,
|
|
664
663
|
"firstDayOfWeek": this.dayOffset,
|
|
664
|
+
"showWeekDays": this.showWeekDays,
|
|
665
665
|
"yearPreEnable": this.yearPreEnable,
|
|
666
666
|
"monthPreEnable": this.monthPreEnable,
|
|
667
667
|
"yearNextEnable": this.yearNextEnable,
|
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 = '2.0.
|
|
312
|
+
var version = '2.0.76';
|
|
313
313
|
exports.version = version;
|
|
314
314
|
|
|
315
315
|
function install(Vue) {
|
package/lib/zart.js
CHANGED
|
@@ -6606,7 +6606,6 @@ var Header_createNamespace = Object(utils["b" /* createNamespace */])('calendar-
|
|
|
6606
6606
|
"lazyRender": this.lazyRender,
|
|
6607
6607
|
"currentDate": this.currentDate,
|
|
6608
6608
|
"showSubtitle": this.showSubtitle,
|
|
6609
|
-
"showWeekDays": this.showWeekDays,
|
|
6610
6609
|
"allowSameDay": this.allowSameDay,
|
|
6611
6610
|
"showMonthTitle": showMonthTitle,
|
|
6612
6611
|
"firstDayOfWeek": this.dayOffset,
|
|
@@ -6686,6 +6685,7 @@ var Header_createNamespace = Object(utils["b" /* createNamespace */])('calendar-
|
|
|
6686
6685
|
"subtitle": this.subtitle,
|
|
6687
6686
|
"showSubtitle": this.showSubtitle,
|
|
6688
6687
|
"firstDayOfWeek": this.dayOffset,
|
|
6688
|
+
"showWeekDays": this.showWeekDays,
|
|
6689
6689
|
"yearPreEnable": this.yearPreEnable,
|
|
6690
6690
|
"monthPreEnable": this.monthPreEnable,
|
|
6691
6691
|
"yearNextEnable": this.yearNextEnable,
|
|
@@ -30702,7 +30702,7 @@ var uploader_createNamespace = Object(utils["b" /* createNamespace */])('uploade
|
|
|
30702
30702
|
|
|
30703
30703
|
|
|
30704
30704
|
|
|
30705
|
-
var version = '2.0.
|
|
30705
|
+
var version = '2.0.76';
|
|
30706
30706
|
|
|
30707
30707
|
function install(Vue) {
|
|
30708
30708
|
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, es_steps, es_sticky, swipe, swipe_cell, swipe_item, es_switch, switch_cell, tab, tabbar, tabbar_item, table, tabs, es_tag, timeline, es_toast, uploader];
|