fusions-ui 1.2.4 → 1.2.7
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/components/fu-avatar/fu-avatar.vue +4 -2
- package/components/fu-avatar/props.js +52 -15
- package/components/fu-avatar-group/fu-avatar-group.vue +3 -2
- package/components/fu-avatar-group/props.js +31 -9
- package/components/fu-badge/fu-badge.vue +8 -14
- package/components/fu-badge/props.js +56 -16
- package/components/fu-banner-arc/fu-banner-arc.vue +4 -5
- package/components/fu-banner-arc/props.js +15 -4
- package/components/fu-button/fu-button.vue +18 -20
- package/components/fu-button/props.js +108 -35
- package/components/fu-cell/fu-cell.vue +9 -8
- package/components/fu-cell-group/fu-cell-group.vue +2 -1
- package/components/fu-cell-group/props.js +7 -2
- package/components/fu-checkbox/fu-checkbox.vue +5 -4
- package/components/fu-checkbox/props.js +51 -14
- package/components/fu-code-input/fu-code-input.vue +10 -6
- package/components/fu-code-input/props.js +66 -17
- package/components/fu-code-verify/fu-code-verify.vue +9 -5
- package/components/fu-code-verify/props.js +64 -17
- package/components/fu-collapse/fu-collapse.vue +10 -3
- package/components/fu-collapse/props.js +9 -3
- package/components/fu-collapse-item/fu-collapse-item.vue +45 -31
- package/components/fu-collapse-item/props.js +49 -16
- package/components/fu-countdown/fu-countdown.vue +2 -1
- package/components/fu-countdown/props.js +15 -4
- package/components/fu-datetime-picker/fu-datetime-picker.vue +6 -5
- package/components/fu-datetime-picker/props.js +91 -25
- package/components/fu-form/fu-form.vue +2 -1
- package/components/fu-form/props.js +34 -6
- package/components/fu-form-item/fu-form-item.vue +26 -33
- package/components/fu-form-item/props.js +30 -8
- package/components/fu-grid/fu-grid.vue +16 -17
- package/components/fu-grid/props.js +20 -5
- package/components/fu-grid-item/fu-grid-item.vue +31 -35
- package/components/fu-grid-item/props.js +11 -3
- package/components/fu-icon/fu-icon.vue +110 -0
- package/components/fu-icon/fuicon.css +584 -0
- package/components/{fu-icons/icons.js → fu-icon/fuicon.js} +1031 -1031
- package/components/{fu-icons/fuicons.ttf → fu-icon/fuicon.ttf} +0 -0
- package/components/fu-icon/props.js +55 -0
- package/components/fu-image/fu-image.vue +15 -10
- package/components/fu-image/props.js +69 -18
- package/components/fu-index-anchor/fu-index-anchor.vue +6 -5
- package/components/fu-index-anchor/props.js +20 -6
- package/components/fu-index-item/fu-index-item.vue +4 -4
- package/components/fu-index-list/fu-index-list.vue +9 -9
- package/components/fu-index-list/props.js +19 -6
- package/components/fu-input/fu-input.vue +54 -68
- package/components/fu-input/props.js +145 -53
- package/components/fu-keyboard/fu-keyboard.vue +19 -9
- package/components/fu-keyboard/keyboard-car.vue +33 -22
- package/components/fu-keyboard/keyboard-number.vue +17 -9
- package/components/fu-keyboard/props.js +66 -17
- package/components/fu-line/fu-line.vue +17 -13
- package/components/fu-line/props.js +30 -5
- package/components/fu-link/fu-link.vue +14 -8
- package/components/fu-link/props.js +22 -7
- package/components/fu-loading/fu-loading.vue +32 -27
- package/components/fu-loading/props.js +28 -8
- package/components/fu-loading-more/fu-loading-more.vue +19 -23
- package/components/fu-loading-more/props.js +27 -13
- package/components/fu-modal/fu-modal.vue +11 -6
- package/components/fu-modal/props.js +61 -17
- package/components/{fu-nav-bar/fu-nav-bar.vue → fu-navbar/fu-navbar.vue} +37 -44
- package/components/fu-notice-bar/fu-notice-bar.vue +10 -8
- package/components/fu-notice-bar/notice-column.vue +187 -122
- package/components/fu-notice-bar/notice-row.vue +85 -28
- package/components/fu-notice-bar/props.js +83 -22
- package/components/fu-number-box/fu-number-box.vue +26 -28
- package/components/fu-number-box/props.js +37 -11
- package/components/fu-parse/fu-parse.vue +0 -1
- package/components/fu-picker/fu-picker.vue +22 -17
- package/components/fu-picker/props.js +70 -19
- package/components/fu-popup/fu-popup.vue +38 -43
- package/components/fu-popup/props.js +34 -9
- package/components/fu-progress/fu-progress.vue +3 -2
- package/components/fu-progress/props.js +36 -9
- package/components/fu-rate/fu-rate.vue +40 -32
- package/components/fu-rate/props.js +47 -13
- package/components/fu-read-more/fu-read-more.vue +19 -14
- package/components/fu-read-more/props.js +68 -46
- package/components/fu-ribbon/fu-ribbon.vue +8 -7
- package/components/fu-ribbon/props.js +15 -4
- package/components/fu-scroll-list/fu-scroll-list.vue +18 -34
- package/components/fu-scroll-list/props.js +19 -10
- package/components/fu-search/fu-search.vue +13 -18
- package/components/fu-search/props.js +69 -17
- package/components/fu-section/fu-section.vue +19 -22
- package/components/fu-section/props.js +30 -4
- package/components/fu-sign-board/fu-sign-board.vue +34 -17
- package/components/fu-sign-board/props.js +15 -5
- package/components/fu-skeleton/fu-skeleton.vue +8 -12
- package/components/fu-skeleton/props.js +15 -4
- package/components/fu-steps/fu-steps.vue +3 -2
- package/components/fu-steps/props.js +23 -7
- package/components/fu-steps-item/fu-steps-item.vue +3 -3
- package/components/fu-steps-item/props.js +15 -5
- package/components/fu-sticky/fu-sticky.vue +3 -3
- package/components/fu-sticky/props.js +21 -7
- package/components/fu-subsection/fu-subsection.vue +29 -22
- package/components/fu-subsection/props.js +40 -10
- package/components/fu-swipe-action-item/bindingx.js +1 -1
- package/components/fu-swipe-action-item/fu-swipe-action-item.vue +134 -123
- package/components/fu-swipe-action-item/mpwxs.js +1 -1
- package/components/fu-swipe-action-item/props.js +22 -6
- package/components/fu-swiper/fu-swiper.vue +29 -27
- package/components/fu-swiper/props.js +81 -25
- package/components/fu-switch/fu-switch.vue +20 -12
- package/components/fu-switch/props.js +48 -13
- package/components/fu-tabs/fu-tabs.vue +36 -33
- package/components/fu-tabs/props.js +46 -13
- package/components/fu-tag/fu-tag.vue +24 -21
- package/components/fu-tag/props.js +63 -17
- package/components/fu-text/fu-text.vue +72 -33
- package/components/fu-text/props.js +85 -27
- package/components/fu-text/value.js +6 -6
- package/components/fu-textarea/fu-textarea.vue +13 -17
- package/components/fu-textarea/props.js +103 -30
- package/components/fu-timeaxis/fu-timeaxis.vue +1 -1
- package/components/fu-timeaxis-item/fu-timeaxis-item.vue +8 -4
- package/components/fu-transition/fu-transition.vue +48 -49
- package/components/fu-transition/props.js +21 -0
- package/components/fu-upload/fu-upload.vue +3 -1
- package/components/fu-upload/props.js +67 -19
- package/components/fu-upload/upload-file.vue +31 -18
- package/components/fu-upload/upload-image.vue +37 -19
- package/components/fu-vtabs/fu-vtabs.vue +6 -4
- package/components/fu-vtabs/props.js +50 -15
- package/components/fu-waterfall/fu-waterfall.vue +11 -9
- package/components/fu-waterfall/props.js +37 -15
- package/index.js +17 -24
- package/index.scss +9 -7
- package/libs/config/config.js +16 -9
- package/libs/function/applyEven.js +9 -9
- package/libs/function/check.js +81 -89
- package/libs/function/{index.js → common.js} +5 -5
- package/libs/function/message.js +0 -27
- package/libs/mixin/mixin.js +26 -21
- package/libs/{utils/min.router.config.js → route/min.route.config.js} +7 -7
- package/libs/{utils/router.config.js → route/route.config.js} +10 -11
- package/libs/{css/main.scss → style/common.scss} +50 -87
- package/libs/style/style.h5.scss +8 -0
- package/libs/style/style.mp.scss +15 -0
- package/package.json +1 -1
- package/components/fu-calendar/calendar-item.vue +0 -214
- package/components/fu-calendar/calendar.js +0 -546
- package/components/fu-calendar/fu-calendar.vue +0 -536
- package/components/fu-calendar/i18n/en.json +0 -12
- package/components/fu-calendar/i18n/index.js +0 -8
- package/components/fu-calendar/i18n/zh-Hans.json +0 -12
- package/components/fu-calendar/i18n/zh-Hant.json +0 -12
- package/components/fu-calendar/util.js +0 -360
- package/components/fu-date-picker/calendar-item.vue +0 -177
- package/components/fu-date-picker/calendar.vue +0 -917
- package/components/fu-date-picker/fu-date-picker.vue +0 -1069
- package/components/fu-date-picker/i18n/en.json +0 -22
- package/components/fu-date-picker/i18n/index.js +0 -8
- package/components/fu-date-picker/i18n/zh-Hans.json +0 -22
- package/components/fu-date-picker/i18n/zh-Hant.json +0 -22
- package/components/fu-date-picker/props.js +0 -68
- package/components/fu-date-picker/time-picker.vue +0 -924
- package/components/fu-date-picker/util.js +0 -419
- package/components/fu-icons/fu-icons.vue +0 -102
- package/components/fu-icons/fuicons.css +0 -585
- package/components/fu-landscape/fu-landscape.vue +0 -167
- package/components/fu-landscape/props.js +0 -64
- package/components/fu-tabbar/fu-tabbar.vue +0 -333
- package/components/fu-tabbar/props.js +0 -78
- package/libs/css/style.h5.scss +0 -35
- package/libs/css/style.mp.scss +0 -50
- package/libs/utils/util.js +0 -58
- /package/components/{fu-nav-bar → fu-navbar}/props.js +0 -0
- /package/components/{fu-nav-bar → fu-navbar}/status-bar.vue +0 -0
- /package/{components/fu-datetime-picker → libs/function}/dayjs.js +0 -0
- /package/libs/{css → style}/color.scss +0 -0
- /package/libs/{css/component.scss → style/components.scss} +0 -0
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"fu-datetime-picker.selectDate": "select date",
|
|
3
|
-
"fu-datetime-picker.selectTime": "select time",
|
|
4
|
-
"fu-datetime-picker.selectDateTime": "select date and time",
|
|
5
|
-
"fu-datetime-picker.startDate": "start date",
|
|
6
|
-
"fu-datetime-picker.endDate": "end date",
|
|
7
|
-
"fu-datetime-picker.startTime": "start time",
|
|
8
|
-
"fu-datetime-picker.endTime": "end time",
|
|
9
|
-
"fu-datetime-picker.ok": "ok",
|
|
10
|
-
"fu-datetime-picker.clear": "clear",
|
|
11
|
-
"fu-datetime-picker.cancel": "cancel",
|
|
12
|
-
"fu-datetime-picker.year": "-",
|
|
13
|
-
"fu-datetime-picker.month": "",
|
|
14
|
-
"fu-calender.MON": "MON",
|
|
15
|
-
"fu-calender.TUE": "TUE",
|
|
16
|
-
"fu-calender.WED": "WED",
|
|
17
|
-
"fu-calender.THU": "THU",
|
|
18
|
-
"fu-calender.FRI": "FRI",
|
|
19
|
-
"fu-calender.SAT": "SAT",
|
|
20
|
-
"fu-calender.SUN": "SUN",
|
|
21
|
-
"fu-calender.confirm": "confirm"
|
|
22
|
-
}
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"fu-datetime-picker.selectDate": "选择日期",
|
|
3
|
-
"fu-datetime-picker.selectTime": "选择时间",
|
|
4
|
-
"fu-datetime-picker.selectDateTime": "选择日期时间",
|
|
5
|
-
"fu-datetime-picker.startDate": "开始日期",
|
|
6
|
-
"fu-datetime-picker.endDate": "结束日期",
|
|
7
|
-
"fu-datetime-picker.startTime": "开始时间",
|
|
8
|
-
"fu-datetime-picker.endTime": "结束时间",
|
|
9
|
-
"fu-datetime-picker.ok": "确定",
|
|
10
|
-
"fu-datetime-picker.clear": "清除",
|
|
11
|
-
"fu-datetime-picker.cancel": "取消",
|
|
12
|
-
"fu-datetime-picker.year": "年",
|
|
13
|
-
"fu-datetime-picker.month": "月",
|
|
14
|
-
"fu-calender.SUN": "日",
|
|
15
|
-
"fu-calender.MON": "一",
|
|
16
|
-
"fu-calender.TUE": "二",
|
|
17
|
-
"fu-calender.WED": "三",
|
|
18
|
-
"fu-calender.THU": "四",
|
|
19
|
-
"fu-calender.FRI": "五",
|
|
20
|
-
"fu-calender.SAT": "六",
|
|
21
|
-
"fu-calender.confirm": "确认"
|
|
22
|
-
}
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"fu-datetime-picker.selectDate": "選擇日期",
|
|
3
|
-
"fu-datetime-picker.selectTime": "選擇時間",
|
|
4
|
-
"fu-datetime-picker.selectDateTime": "選擇日期時間",
|
|
5
|
-
"fu-datetime-picker.startDate": "開始日期",
|
|
6
|
-
"fu-datetime-picker.endDate": "結束日期",
|
|
7
|
-
"fu-datetime-picker.startTime": "開始时间",
|
|
8
|
-
"fu-datetime-picker.endTime": "結束时间",
|
|
9
|
-
"fu-datetime-picker.ok": "確定",
|
|
10
|
-
"fu-datetime-picker.clear": "清除",
|
|
11
|
-
"fu-datetime-picker.cancel": "取消",
|
|
12
|
-
"fu-datetime-picker.year": "年",
|
|
13
|
-
"fu-datetime-picker.month": "月",
|
|
14
|
-
"fu-calender.SUN": "日",
|
|
15
|
-
"fu-calender.MON": "一",
|
|
16
|
-
"fu-calender.TUE": "二",
|
|
17
|
-
"fu-calender.WED": "三",
|
|
18
|
-
"fu-calender.THU": "四",
|
|
19
|
-
"fu-calender.FRI": "五",
|
|
20
|
-
"fu-calender.SAT": "六",
|
|
21
|
-
"fu-calender.confirm": "確認"
|
|
22
|
-
}
|
|
@@ -1,68 +0,0 @@
|
|
|
1
|
-
export default {
|
|
2
|
-
props: {
|
|
3
|
-
mode: {
|
|
4
|
-
type: String,
|
|
5
|
-
default: 'datetime'
|
|
6
|
-
},
|
|
7
|
-
value: {
|
|
8
|
-
type: [String, Number, Array, Date],
|
|
9
|
-
default: ''
|
|
10
|
-
},
|
|
11
|
-
modelValue: {
|
|
12
|
-
type: [String, Number, Array, Date],
|
|
13
|
-
default: ''
|
|
14
|
-
},
|
|
15
|
-
start: {
|
|
16
|
-
type: [Number, String],
|
|
17
|
-
default: ''
|
|
18
|
-
},
|
|
19
|
-
end: {
|
|
20
|
-
type: [Number, String],
|
|
21
|
-
default: ''
|
|
22
|
-
},
|
|
23
|
-
returnType: {
|
|
24
|
-
type: String,
|
|
25
|
-
default: 'string'
|
|
26
|
-
},
|
|
27
|
-
placeholder: {
|
|
28
|
-
type: String,
|
|
29
|
-
default: ''
|
|
30
|
-
},
|
|
31
|
-
startPlaceholder: {
|
|
32
|
-
type: String,
|
|
33
|
-
default: ''
|
|
34
|
-
},
|
|
35
|
-
endPlaceholder: {
|
|
36
|
-
type: String,
|
|
37
|
-
default: ''
|
|
38
|
-
},
|
|
39
|
-
rangeSeparator: {
|
|
40
|
-
type: String,
|
|
41
|
-
default: '-'
|
|
42
|
-
},
|
|
43
|
-
border: {
|
|
44
|
-
type: [Boolean],
|
|
45
|
-
default: true
|
|
46
|
-
},
|
|
47
|
-
disabled: {
|
|
48
|
-
type: [Boolean],
|
|
49
|
-
default: false
|
|
50
|
-
},
|
|
51
|
-
clearIcon: {
|
|
52
|
-
type: [Boolean],
|
|
53
|
-
default: true
|
|
54
|
-
},
|
|
55
|
-
hideSecond: {
|
|
56
|
-
type: [Boolean],
|
|
57
|
-
default: false
|
|
58
|
-
},
|
|
59
|
-
defaultValue: {
|
|
60
|
-
type: [String, Object, Array],
|
|
61
|
-
default: ''
|
|
62
|
-
},
|
|
63
|
-
insert: {
|
|
64
|
-
type: Boolean,
|
|
65
|
-
default: false
|
|
66
|
-
}
|
|
67
|
-
}
|
|
68
|
-
}
|