@vtj/materials 0.10.1-alpha.6 → 0.10.1
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/dist/assets/antdv/index.umd.js +2 -2
- package/dist/assets/charts/index.umd.js +2 -2
- package/dist/assets/element/index.umd.js +2 -2
- package/dist/assets/ui/index.umd.js +2 -2
- package/dist/assets/uni-h5/index.umd.js +2 -2
- package/dist/assets/uni-ui/index.umd.js +3 -3
- package/dist/assets/vant/index.umd.js +5 -5
- package/dist/deps/@vtj/charts/index.umd.js +2 -2
- package/dist/deps/@vtj/icons/index.umd.js +2 -2
- package/dist/deps/@vtj/ui/index.umd.js +2 -2
- package/dist/deps/@vtj/utils/index.umd.js +2 -2
- package/dist/deps/uni-ui/index.umd.js +1 -1
- package/dist/deps/uni-ui/style.css +1 -1
- package/package.json +6 -6
- package/src/uni-ui/components/badge.ts +5 -1
- package/src/uni-ui/components/breadcrumb.ts +76 -0
- package/src/uni-ui/components/calendar.ts +63 -0
- package/src/uni-ui/components/card.ts +113 -0
- package/src/uni-ui/components/collapse.ts +118 -0
- package/src/uni-ui/components/combox.ts +51 -0
- package/src/uni-ui/components/countdown.ts +92 -0
- package/src/uni-ui/components/dataCheckbox.ts +104 -0
- package/src/uni-ui/components/dataPicker.ts +146 -0
- package/src/uni-ui/components/dataSelect.ts +68 -0
- package/src/uni-ui/components/dateformat.ts +42 -0
- package/src/uni-ui/components/datetimePicker.ts +103 -0
- package/src/uni-ui/components/drawer.ts +38 -0
- package/src/uni-ui/components/easyinput.ts +159 -0
- package/src/uni-ui/components/fab.ts +89 -0
- package/src/uni-ui/components/fav.ts +65 -0
- package/src/uni-ui/components/filePicker.ts +127 -0
- package/src/uni-ui/components/forms.ts +209 -0
- package/src/uni-ui/components/goodsNav.ts +31 -0
- package/src/uni-ui/components/grid.ts +104 -0
- package/src/uni-ui/components/group.ts +50 -0
- package/src/uni-ui/components/icons.ts +47 -0
- package/src/uni-ui/components/index.ts +89 -1
- package/src/uni-ui/components/indexedList.ts +51 -0
- package/src/uni-ui/components/link.ts +60 -0
- package/src/uni-ui/components/list.ts +259 -0
- package/src/uni-ui/components/loadMore.ts +61 -0
- package/src/uni-ui/components/navbar.ts +121 -0
- package/src/uni-ui/components/noticeBar.ts +83 -0
- package/src/uni-ui/components/numberbox.ts +49 -0
- package/src/uni-ui/components/pagination.ts +59 -0
- package/src/uni-ui/components/popup.ts +206 -0
- package/src/uni-ui/components/rate.ts +89 -0
- package/src/uni-ui/components/row.ts +126 -0
- package/src/uni-ui/components/searchBar.ts +84 -0
- package/src/uni-ui/components/section.ts +68 -0
- package/src/uni-ui/components/segmentedControl.ts +48 -0
- package/src/uni-ui/components/steps.ts +55 -0
- package/src/uni-ui/components/swipeAction.ts +133 -0
- package/src/uni-ui/components/swiperDot.ts +114 -0
- package/src/uni-ui/components/table.ts +132 -0
- package/src/uni-ui/components/tag.ts +56 -0
- package/src/uni-ui/components/title.ts +49 -0
- package/src/uni-ui/components/tooltip.ts +32 -0
- package/src/uni-ui/components/transition.ts +49 -0
- package/src/uni-ui/index.ts +30 -13
- package/src/uni-ui/lib/uni-col/uni-col.vue +324 -0
- package/src/uni-ui/lib/uni-data-select/uni-data-select.vue +590 -0
- package/src/uni-ui/lib/uni-datetime-picker/calendar-item.vue +177 -177
- package/src/uni-ui/lib/uni-datetime-picker/calendar.vue +947 -947
- package/src/uni-ui/lib/uni-datetime-picker/i18n/en.json +22 -22
- package/src/uni-ui/lib/uni-datetime-picker/i18n/index.js +7 -7
- package/src/uni-ui/lib/uni-datetime-picker/time-picker.vue +939 -939
- package/src/uni-ui/lib/uni-datetime-picker/util.js +419 -419
- package/src/uni-ui/lib/uni-easyinput/common.js +54 -0
- package/src/uni-ui/lib/uni-easyinput/uni-easyinput.vue +790 -0
- package/src/uni-ui/lib/uni-forms/uni-forms.vue +416 -416
- package/src/uni-ui/lib/uni-forms/utils.js +281 -281
- package/src/uni-ui/lib/uni-forms/validate.js +485 -485
- package/src/uni-ui/lib/uni-forms-item/uni-forms-item.vue +630 -0
- package/src/uni-ui/lib/uni-goods-nav/i18n/en.json +6 -0
- package/src/uni-ui/lib/uni-goods-nav/i18n/index.js +8 -0
- package/src/uni-ui/lib/uni-goods-nav/i18n/zh-Hans.json +6 -0
- package/src/uni-ui/lib/uni-goods-nav/i18n/zh-Hant.json +6 -0
- package/src/uni-ui/lib/uni-goods-nav/uni-goods-nav.vue +231 -0
- package/src/uni-ui/lib/uni-icons/uni-icons.uvue +91 -0
- package/src/uni-ui/lib/uni-icons/uni-icons.vue +114 -0
- package/src/uni-ui/lib/uni-icons/uniicons.css +664 -0
- package/src/uni-ui/lib/uni-icons/uniicons.ttf +0 -0
- package/src/uni-ui/lib/uni-icons/uniicons_file.ts +664 -0
- package/src/uni-ui/lib/uni-icons/uniicons_file_vue.js +649 -0
- package/src/uni-ui/lib/uni-indexed-list/uni-indexed-list-item.vue +144 -0
- package/src/uni-ui/lib/uni-indexed-list/uni-indexed-list.vue +404 -0
- package/src/uni-ui/lib/uni-list/uni-list.vue +123 -0
- package/src/uni-ui/lib/uni-list/uni-refresh.vue +65 -0
- package/src/uni-ui/lib/uni-list/uni-refresh.wxs +87 -0
- package/src/uni-ui/lib/uni-popup-dialog/keypress.js +45 -0
- package/src/uni-ui/lib/uni-popup-dialog/uni-popup-dialog.vue +324 -0
- package/src/uni-ui/lib/uni-rate/uni-rate.vue +361 -0
- package/src/uni-ui/lib/uni-table/uni-table.vue +496 -0
- package/src/uni-ui/lib/uni-td/uni-td.vue +99 -0
- package/src/uni-ui/lib/uni-th/uni-th.vue +310 -283
- package/src/uni-ui/lib/uni-tr/uni-tr.vue +194 -170
- package/src/version.ts +2 -2
@@ -1,22 +1,22 @@
|
|
1
|
-
{
|
2
|
-
"uni-datetime-picker.selectDate": "select date",
|
3
|
-
"uni-datetime-picker.selectTime": "select time",
|
4
|
-
"uni-datetime-picker.selectDateTime": "select date and time",
|
5
|
-
"uni-datetime-picker.startDate": "start date",
|
6
|
-
"uni-datetime-picker.endDate": "end date",
|
7
|
-
"uni-datetime-picker.startTime": "start time",
|
8
|
-
"uni-datetime-picker.endTime": "end time",
|
9
|
-
"uni-datetime-picker.ok": "ok",
|
10
|
-
"uni-datetime-picker.clear": "clear",
|
11
|
-
"uni-datetime-picker.cancel": "cancel",
|
12
|
-
"uni-datetime-picker.year": "-",
|
13
|
-
"uni-datetime-picker.month": "",
|
14
|
-
"uni-calender.MON": "MON",
|
15
|
-
"uni-calender.TUE": "TUE",
|
16
|
-
"uni-calender.WED": "WED",
|
17
|
-
"uni-calender.THU": "THU",
|
18
|
-
"uni-calender.FRI": "FRI",
|
19
|
-
"uni-calender.SAT": "SAT",
|
20
|
-
"uni-calender.SUN": "SUN",
|
21
|
-
"uni-calender.confirm": "confirm"
|
22
|
-
}
|
1
|
+
{
|
2
|
+
"uni-datetime-picker.selectDate": "select date",
|
3
|
+
"uni-datetime-picker.selectTime": "select time",
|
4
|
+
"uni-datetime-picker.selectDateTime": "select date and time",
|
5
|
+
"uni-datetime-picker.startDate": "start date",
|
6
|
+
"uni-datetime-picker.endDate": "end date",
|
7
|
+
"uni-datetime-picker.startTime": "start time",
|
8
|
+
"uni-datetime-picker.endTime": "end time",
|
9
|
+
"uni-datetime-picker.ok": "ok",
|
10
|
+
"uni-datetime-picker.clear": "clear",
|
11
|
+
"uni-datetime-picker.cancel": "cancel",
|
12
|
+
"uni-datetime-picker.year": "-",
|
13
|
+
"uni-datetime-picker.month": "",
|
14
|
+
"uni-calender.MON": "MON",
|
15
|
+
"uni-calender.TUE": "TUE",
|
16
|
+
"uni-calender.WED": "WED",
|
17
|
+
"uni-calender.THU": "THU",
|
18
|
+
"uni-calender.FRI": "FRI",
|
19
|
+
"uni-calender.SAT": "SAT",
|
20
|
+
"uni-calender.SUN": "SUN",
|
21
|
+
"uni-calender.confirm": "confirm"
|
22
|
+
}
|
@@ -1,8 +1,8 @@
|
|
1
|
-
import en from './en.json'
|
2
|
-
import zhHans from './zh-Hans.json'
|
3
|
-
import zhHant from './zh-Hant.json'
|
4
|
-
export default {
|
5
|
-
en,
|
6
|
-
'zh-Hans': zhHans,
|
7
|
-
'zh-Hant': zhHant
|
1
|
+
import en from './en.json'
|
2
|
+
import zhHans from './zh-Hans.json'
|
3
|
+
import zhHant from './zh-Hant.json'
|
4
|
+
export default {
|
5
|
+
en,
|
6
|
+
'zh-Hans': zhHans,
|
7
|
+
'zh-Hant': zhHant
|
8
8
|
}
|