@tuya-miniapp/smart-ui 1.3.1-beta-3 → 1.3.1-beta-4
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/action-sheet/demo/index.d.ts +1 -0
- package/dist/action-sheet/demo/index.js +101 -0
- package/dist/action-sheet/index.js +1 -1
- package/dist/area/demo/index.d.ts +1 -0
- package/dist/area/demo/index.js +41 -0
- package/dist/area/index.js +4 -5
- package/dist/battery/demo/index.d.ts +1 -0
- package/dist/battery/demo/index.js +2 -0
- package/dist/battery/index.js +1 -3
- package/dist/bottom-sheet/demo/index.d.ts +1 -0
- package/dist/bottom-sheet/demo/index.js +24 -0
- package/dist/bottom-sheet/index.css +1 -1
- package/dist/bottom-sheet/index.js +3 -2
- package/dist/bottom-sheet/index.wxml +3 -1
- package/dist/bottom-sheet/index.wxss +1 -1
- package/dist/button/demo/index.d.ts +1 -0
- package/dist/button/demo/index.js +9 -0
- package/dist/button/index.js +1 -1
- package/dist/calendar/components/header/index.css +1 -1
- package/dist/calendar/components/header/index.js +1 -1
- package/dist/calendar/components/header/index.wxml +3 -3
- package/dist/calendar/components/header/index.wxss +1 -1
- package/dist/calendar/components/month/index.css +1 -1
- package/dist/calendar/components/month/index.js +3 -5
- package/dist/calendar/components/month/index.wxs +1 -4
- package/dist/calendar/components/month/index.wxss +1 -1
- package/dist/calendar/components/month-list/index.css +1 -1
- package/dist/calendar/components/month-list/index.js +4 -17
- package/dist/calendar/components/month-list/index.wxml +15 -13
- package/dist/calendar/components/month-list/index.wxss +1 -1
- package/dist/calendar/components/year-list/index.css +1 -1
- package/dist/calendar/components/year-list/index.js +3 -3
- package/dist/calendar/components/year-list/index.wxml +1 -1
- package/dist/calendar/components/year-list/index.wxss +1 -1
- package/dist/calendar/demo/index.d.ts +1 -0
- package/dist/calendar/demo/index.js +103 -0
- package/dist/calendar/index.js +9 -14
- package/dist/calendar/index.wxs +4 -7
- package/dist/calendar/utils.js +2 -4
- package/dist/cascader/demo/index.d.ts +1 -0
- package/dist/cascader/demo/index.js +191 -0
- package/dist/cascader/index.js +3 -3
- package/dist/cell/demo/index.d.ts +1 -0
- package/dist/cell/demo/index.js +14 -0
- package/dist/cell/index.js +1 -7
- package/dist/checkbox/demo/index.d.ts +1 -0
- package/dist/checkbox/demo/index.js +34 -0
- package/dist/checkbox-group/index.js +1 -1
- package/dist/circle/demo/index.d.ts +1 -0
- package/dist/circle/demo/index.js +19 -0
- package/dist/col/demo/index.d.ts +1 -0
- package/dist/col/demo/index.js +4 -0
- package/dist/collapse/demo/index.d.ts +1 -0
- package/dist/collapse/demo/index.js +36 -0
- package/dist/collapse/index.js +1 -1
- package/dist/collapse-item/animate.js +1 -1
- package/dist/common/component.js +1 -1
- package/dist/common/utils.js +3 -3
- package/dist/config-provider/demo/index.d.ts +1 -0
- package/dist/config-provider/demo/index.js +22 -0
- package/dist/count-down/demo/index.d.ts +1 -0
- package/dist/count-down/demo/index.js +33 -0
- package/dist/custom-keyboard/demo/index.d.ts +1 -0
- package/dist/custom-keyboard/demo/index.js +17 -0
- package/dist/custom-keyboard/index.js +1 -3
- package/dist/datetime-picker/demo/index.d.ts +1 -0
- package/dist/datetime-picker/demo/index.js +63 -0
- package/dist/datetime-picker/index.js +4 -5
- package/dist/dialog/demo/index.d.ts +1 -0
- package/dist/dialog/demo/index.js +134 -0
- package/dist/dialog/dialog.js +3 -5
- package/dist/dialog/index.js +1 -1
- package/dist/divider/demo/index.d.ts +1 -0
- package/dist/divider/demo/index.js +4 -0
- package/dist/dropdown-item/index.js +3 -3
- package/dist/dropdown-item/index.wxml +1 -7
- package/dist/dropdown-menu/demo/index.d.ts +1 -0
- package/dist/dropdown-menu/demo/index.js +47 -0
- package/dist/dropdown-menu/index.js +8 -10
- package/dist/empty/demo/index.d.ts +1 -0
- package/dist/empty/demo/index.js +13 -0
- package/dist/empty/index.css +1 -1
- package/dist/empty/index.wxs +1 -1
- package/dist/empty/index.wxss +1 -1
- package/dist/field/demo/index.d.ts +1 -0
- package/dist/field/demo/index.js +21 -0
- package/dist/goods-action/demo/index.d.ts +1 -0
- package/dist/goods-action/demo/index.js +12 -0
- package/dist/goods-action/index.js +1 -1
- package/dist/grid/demo/index.d.ts +1 -0
- package/dist/grid/demo/index.js +9 -0
- package/dist/grid/index.js +1 -1
- package/dist/grid-item/index.js +1 -1
- package/dist/icon/demo/index.d.ts +1 -0
- package/dist/icon/demo/index.js +26 -0
- package/dist/image/demo/index.d.ts +1 -0
- package/dist/image/demo/index.js +15 -0
- package/dist/index-anchor/index.js +1 -1
- package/dist/index-bar/demo/index.d.ts +1 -0
- package/dist/index-bar/demo/index.js +21 -0
- package/dist/index-bar/index.js +9 -16
- package/dist/loading/demo/index.d.ts +1 -0
- package/dist/loading/demo/index.js +4 -0
- package/dist/loading/index.js +25 -1
- package/dist/loading/index.wxml +2 -2
- package/dist/loading/index.wxs +6 -21
- package/dist/mixins/basic.js +2 -2
- package/dist/mixins/link.js +1 -2
- package/dist/mixins/page-scroll.js +1 -1
- package/dist/mixins/touch.js +1 -2
- package/dist/mixins/transition.js +1 -1
- package/dist/nav-bar/demo/index.d.ts +1 -0
- package/dist/nav-bar/demo/index.js +26 -0
- package/dist/nav-bar/index.css +1 -1
- package/dist/nav-bar/index.js +1 -1
- package/dist/nav-bar/index.wxml +1 -1
- package/dist/nav-bar/index.wxss +1 -1
- package/dist/normal-slider/demo/index.d.ts +1 -0
- package/dist/normal-slider/demo/index.js +19 -0
- package/dist/notice-bar/demo/index.d.ts +1 -0
- package/dist/notice-bar/demo/index.js +11 -0
- package/dist/notice-bar/index.js +3 -6
- package/dist/notice-bar/index.wxml +1 -5
- package/dist/notify/demo/index.d.ts +1 -0
- package/dist/notify/demo/index.js +45 -0
- package/dist/overlay/demo/index.d.ts +1 -0
- package/dist/overlay/demo/index.js +22 -0
- package/dist/picker/demo/index.d.ts +1 -0
- package/dist/picker/demo/index.js +76 -0
- package/dist/picker/index.css +1 -1
- package/dist/picker/index.js +2 -2
- package/dist/picker/index.wxml +1 -0
- package/dist/picker/index.wxss +1 -1
- package/dist/picker-column/index.js +3 -8
- package/dist/popup/demo/index.d.ts +1 -0
- package/dist/popup/demo/index.js +79 -0
- package/dist/progress/demo/index.d.ts +1 -0
- package/dist/progress/demo/index.js +4 -0
- package/dist/progress/index.js +1 -4
- package/dist/radio/demo/index.d.ts +1 -0
- package/dist/radio/demo/index.js +31 -0
- package/dist/radio-group/index.js +1 -1
- package/dist/rate/demo/index.d.ts +1 -0
- package/dist/rate/demo/index.js +25 -0
- package/dist/rate/index.js +2 -2
- package/dist/row/index.js +1 -1
- package/dist/search/demo/index.d.ts +1 -0
- package/dist/search/demo/index.js +43 -0
- package/dist/sidebar/demo/index.d.ts +1 -0
- package/dist/sidebar/demo/index.js +9 -0
- package/dist/skeleton/demo/index.d.ts +1 -0
- package/dist/skeleton/demo/index.js +11 -0
- package/dist/slider/demo/index.d.ts +1 -0
- package/dist/slider/demo/index.js +19 -0
- package/dist/slider/index.js +5 -7
- package/dist/stepper/demo/index.d.ts +1 -0
- package/dist/stepper/demo/index.js +19 -0
- package/dist/steps/demo/index.d.ts +1 -0
- package/dist/steps/demo/index.js +42 -0
- package/dist/sticky/demo/index.d.ts +1 -0
- package/dist/sticky/demo/index.js +26 -0
- package/dist/sticky/index.js +2 -2
- package/dist/swipe-cell/demo/index.d.ts +1 -0
- package/dist/swipe-cell/demo/index.js +45 -0
- package/dist/swipe-cell/index.js +3 -5
- package/dist/switch/demo/index.d.ts +1 -0
- package/dist/switch/demo/index.js +29 -0
- package/dist/switch/index.css +1 -1
- package/dist/switch/index.wxss +1 -1
- package/dist/tab/demo/index.d.ts +1 -0
- package/dist/tab/demo/index.js +55 -0
- package/dist/tabbar/demo/index.d.ts +1 -0
- package/dist/tabbar/demo/index.js +34 -0
- package/dist/tabbar/index.js +1 -1
- package/dist/tabs/index.js +7 -25
- package/dist/tag/demo/index.d.ts +1 -0
- package/dist/tag/demo/index.js +16 -0
- package/dist/tag/index.css +1 -1
- package/dist/tag/index.wxss +1 -1
- package/dist/toast/demo/index.d.ts +1 -0
- package/dist/toast/demo/index.js +67 -0
- package/dist/toast/toast.js +3 -5
- package/dist/transition/demo/index.d.ts +1 -0
- package/dist/transition/demo/index.js +67 -0
- package/dist/tree-select/demo/index.d.ts +1 -0
- package/dist/tree-select/demo/index.js +113 -0
- package/lib/action-sheet/demo/index.d.ts +1 -0
- package/lib/action-sheet/demo/index.js +115 -0
- package/lib/area/demo/index.d.ts +1 -0
- package/lib/area/demo/index.js +47 -0
- package/lib/area/index.js +1 -2
- package/lib/battery/demo/index.d.ts +1 -0
- package/lib/battery/demo/index.js +4 -0
- package/lib/battery/index.js +1 -3
- package/lib/bottom-sheet/demo/index.d.ts +1 -0
- package/lib/bottom-sheet/demo/index.js +27 -0
- package/lib/bottom-sheet/index.css +1 -1
- package/lib/bottom-sheet/index.js +3 -2
- package/lib/bottom-sheet/index.wxml +3 -1
- package/lib/bottom-sheet/index.wxss +1 -1
- package/lib/button/demo/index.d.ts +1 -0
- package/lib/button/demo/index.js +14 -0
- package/lib/calendar/components/header/index.css +1 -1
- package/lib/calendar/components/header/index.wxml +3 -3
- package/lib/calendar/components/header/index.wxss +1 -1
- package/lib/calendar/components/month/index.css +1 -1
- package/lib/calendar/components/month/index.js +2 -6
- package/lib/calendar/components/month/index.wxs +1 -4
- package/lib/calendar/components/month/index.wxss +1 -1
- package/lib/calendar/components/month-list/index.css +1 -1
- package/lib/calendar/components/month-list/index.js +3 -16
- package/lib/calendar/components/month-list/index.wxml +15 -13
- package/lib/calendar/components/month-list/index.wxss +1 -1
- package/lib/calendar/components/year-list/index.css +1 -1
- package/lib/calendar/components/year-list/index.js +1 -1
- package/lib/calendar/components/year-list/index.wxml +1 -1
- package/lib/calendar/components/year-list/index.wxss +1 -1
- package/lib/calendar/demo/index.d.ts +1 -0
- package/lib/calendar/demo/index.js +105 -0
- package/lib/calendar/index.js +7 -14
- package/lib/calendar/index.wxs +4 -7
- package/lib/calendar/utils.js +1 -3
- package/lib/cascader/demo/index.d.ts +1 -0
- package/lib/cascader/demo/index.js +197 -0
- package/lib/cell/demo/index.d.ts +1 -0
- package/lib/cell/demo/index.js +39 -0
- package/lib/cell/index.js +1 -7
- package/lib/checkbox/demo/index.d.ts +1 -0
- package/lib/checkbox/demo/index.js +38 -0
- package/lib/circle/demo/index.d.ts +1 -0
- package/lib/circle/demo/index.js +21 -0
- package/lib/col/demo/index.d.ts +1 -0
- package/lib/col/demo/index.js +6 -0
- package/lib/collapse/demo/index.d.ts +1 -0
- package/lib/collapse/demo/index.js +42 -0
- package/lib/config-provider/demo/index.d.ts +1 -0
- package/lib/config-provider/demo/index.js +24 -0
- package/lib/count-down/demo/index.d.ts +1 -0
- package/lib/count-down/demo/index.js +38 -0
- package/lib/custom-keyboard/demo/index.d.ts +1 -0
- package/lib/custom-keyboard/demo/index.js +19 -0
- package/lib/custom-keyboard/index.js +1 -3
- package/lib/datetime-picker/demo/index.d.ts +1 -0
- package/lib/datetime-picker/demo/index.js +68 -0
- package/lib/datetime-picker/index.js +4 -3
- package/lib/dialog/demo/index.d.ts +1 -0
- package/lib/dialog/demo/index.js +144 -0
- package/lib/dialog/dialog.js +1 -3
- package/lib/divider/demo/index.d.ts +1 -0
- package/lib/divider/demo/index.js +6 -0
- package/lib/dropdown-item/index.wxml +1 -7
- package/lib/dropdown-menu/demo/index.d.ts +1 -0
- package/lib/dropdown-menu/demo/index.js +52 -0
- package/lib/dropdown-menu/index.js +2 -4
- package/lib/empty/demo/index.d.ts +1 -0
- package/lib/empty/demo/index.js +15 -0
- package/lib/empty/index.css +1 -1
- package/lib/empty/index.wxs +1 -1
- package/lib/empty/index.wxss +1 -1
- package/lib/field/demo/index.d.ts +1 -0
- package/lib/field/demo/index.js +23 -0
- package/lib/goods-action/demo/index.d.ts +1 -0
- package/lib/goods-action/demo/index.js +17 -0
- package/lib/grid/demo/index.d.ts +1 -0
- package/lib/grid/demo/index.js +11 -0
- package/lib/icon/demo/index.d.ts +1 -0
- package/lib/icon/demo/index.js +54 -0
- package/lib/image/demo/index.d.ts +1 -0
- package/lib/image/demo/index.js +17 -0
- package/lib/index-bar/demo/index.d.ts +1 -0
- package/lib/index-bar/demo/index.js +23 -0
- package/lib/index-bar/index.js +3 -10
- package/lib/loading/demo/index.d.ts +1 -0
- package/lib/loading/demo/index.js +6 -0
- package/lib/loading/index.js +27 -1
- package/lib/loading/index.wxml +2 -2
- package/lib/loading/index.wxs +6 -21
- package/lib/mixins/link.js +1 -2
- package/lib/mixins/touch.js +1 -2
- package/lib/nav-bar/demo/index.d.ts +1 -0
- package/lib/nav-bar/demo/index.js +31 -0
- package/lib/nav-bar/index.css +1 -1
- package/lib/nav-bar/index.wxml +1 -1
- package/lib/nav-bar/index.wxss +1 -1
- package/lib/normal-slider/demo/index.d.ts +1 -0
- package/lib/normal-slider/demo/index.js +21 -0
- package/lib/notice-bar/demo/index.d.ts +1 -0
- package/lib/notice-bar/demo/index.js +16 -0
- package/lib/notice-bar/index.js +2 -5
- package/lib/notice-bar/index.wxml +1 -5
- package/lib/notify/demo/index.d.ts +1 -0
- package/lib/notify/demo/index.js +50 -0
- package/lib/overlay/demo/index.d.ts +1 -0
- package/lib/overlay/demo/index.js +24 -0
- package/lib/picker/demo/index.d.ts +1 -0
- package/lib/picker/demo/index.js +82 -0
- package/lib/picker/index.css +1 -1
- package/lib/picker/index.js +1 -3
- package/lib/picker/index.wxml +1 -0
- package/lib/picker/index.wxss +1 -1
- package/lib/picker-column/index.js +2 -7
- package/lib/popup/demo/index.d.ts +1 -0
- package/lib/popup/demo/index.js +85 -0
- package/lib/progress/demo/index.d.ts +1 -0
- package/lib/progress/demo/index.js +6 -0
- package/lib/progress/index.js +1 -4
- package/lib/radio/demo/index.d.ts +1 -0
- package/lib/radio/demo/index.js +34 -0
- package/lib/rate/demo/index.d.ts +1 -0
- package/lib/rate/demo/index.js +30 -0
- package/lib/search/demo/index.d.ts +1 -0
- package/lib/search/demo/index.js +48 -0
- package/lib/sidebar/demo/index.d.ts +1 -0
- package/lib/sidebar/demo/index.js +14 -0
- package/lib/skeleton/demo/index.d.ts +1 -0
- package/lib/skeleton/demo/index.js +14 -0
- package/lib/slider/demo/index.d.ts +1 -0
- package/lib/slider/demo/index.js +21 -0
- package/lib/slider/index.js +1 -3
- package/lib/stepper/demo/index.d.ts +1 -0
- package/lib/stepper/demo/index.js +25 -0
- package/lib/steps/demo/index.d.ts +1 -0
- package/lib/steps/demo/index.js +47 -0
- package/lib/sticky/demo/index.d.ts +1 -0
- package/lib/sticky/demo/index.js +30 -0
- package/lib/sticky/index.js +3 -1
- package/lib/swipe-cell/demo/index.d.ts +1 -0
- package/lib/swipe-cell/demo/index.js +50 -0
- package/lib/swipe-cell/index.js +1 -3
- package/lib/switch/demo/index.d.ts +1 -0
- package/lib/switch/demo/index.js +37 -0
- package/lib/switch/index.css +1 -1
- package/lib/switch/index.wxss +1 -1
- package/lib/tab/demo/index.d.ts +1 -0
- package/lib/tab/demo/index.js +57 -0
- package/lib/tabbar/demo/index.d.ts +1 -0
- package/lib/tabbar/demo/index.js +41 -0
- package/lib/tabs/index.js +6 -24
- package/lib/tag/demo/index.d.ts +1 -0
- package/lib/tag/demo/index.js +19 -0
- package/lib/tag/index.css +1 -1
- package/lib/tag/index.wxss +1 -1
- package/lib/toast/demo/index.d.ts +1 -0
- package/lib/toast/demo/index.js +74 -0
- package/lib/toast/toast.js +1 -3
- package/lib/transition/demo/index.d.ts +1 -0
- package/lib/transition/demo/index.js +71 -0
- package/lib/tree-select/demo/index.d.ts +1 -0
- package/lib/tree-select/demo/index.js +130 -0
- package/package.json +1 -1
package/lib/calendar/index.js
CHANGED
@@ -16,9 +16,7 @@ var component_1 = require("../common/component");
|
|
16
16
|
var utils_1 = require("./utils");
|
17
17
|
var toast_1 = __importDefault(require("../toast/toast"));
|
18
18
|
var dateEdge = (0, utils_1.getInitEdgeDate)('year');
|
19
|
-
var getTime = function (date) {
|
20
|
-
return date instanceof Date ? date.getTime() : date;
|
21
|
-
};
|
19
|
+
var getTime = function (date) { return (date instanceof Date ? date.getTime() : date); };
|
22
20
|
(0, component_1.SmartComponent)({
|
23
21
|
props: {
|
24
22
|
title: {
|
@@ -88,11 +86,11 @@ var getTime = function (date) {
|
|
88
86
|
},
|
89
87
|
minDate: {
|
90
88
|
type: Number,
|
91
|
-
value: dateEdge.min
|
89
|
+
value: dateEdge.min,
|
92
90
|
},
|
93
91
|
maxDate: {
|
94
92
|
type: Number,
|
95
|
-
value: dateEdge.max
|
93
|
+
value: dateEdge.max,
|
96
94
|
},
|
97
95
|
position: {
|
98
96
|
type: String,
|
@@ -120,7 +118,7 @@ var getTime = function (date) {
|
|
120
118
|
},
|
121
119
|
showConfirm: {
|
122
120
|
type: Boolean,
|
123
|
-
value:
|
121
|
+
value: false,
|
124
122
|
},
|
125
123
|
showSubtitle: {
|
126
124
|
type: Boolean,
|
@@ -298,8 +296,7 @@ var getTime = function (date) {
|
|
298
296
|
return this.limitDateRange(defaultDate);
|
299
297
|
},
|
300
298
|
scrollIntoView: function () {
|
301
|
-
if (!this.isMounted)
|
302
|
-
return;
|
299
|
+
// if (!this.isMounted) return;
|
303
300
|
},
|
304
301
|
onOpen: function () {
|
305
302
|
this.$emit('open');
|
@@ -399,10 +396,7 @@ var getTime = function (date) {
|
|
399
396
|
if (!valid) {
|
400
397
|
// auto selected to max range if showConfirm
|
401
398
|
if (this.data.showConfirm) {
|
402
|
-
this.emit([
|
403
|
-
date[0],
|
404
|
-
(0, utils_1.getDayByOffset)(date[0], this.data.maxRange - 1),
|
405
|
-
]);
|
399
|
+
this.emit([date[0], (0, utils_1.getDayByOffset)(date[0], this.data.maxRange - 1)]);
|
406
400
|
}
|
407
401
|
else {
|
408
402
|
this.emit(date);
|
@@ -437,8 +431,7 @@ var getTime = function (date) {
|
|
437
431
|
},
|
438
432
|
onConfirm: function () {
|
439
433
|
var _this = this;
|
440
|
-
if (this.data.type === 'range' &&
|
441
|
-
!this.checkRange(this.data.currentDate)) {
|
434
|
+
if (this.data.type === 'range' && !this.checkRange(this.data.currentDate)) {
|
442
435
|
return;
|
443
436
|
}
|
444
437
|
wx.nextTick(function () {
|
package/lib/calendar/index.wxs
CHANGED
@@ -38,10 +38,7 @@ function getVisible(visibleIndex, curIndex) {
|
|
38
38
|
function formatMonthTitle(date, formatter = 'YYYY-MM') {
|
39
39
|
date = getDate(date);
|
40
40
|
const year = date.getFullYear();
|
41
|
-
const month =
|
42
|
-
date.getMonth() + 1 < 10
|
43
|
-
? `0${date.getMonth() + 1}`
|
44
|
-
: date.getMonth() + 1 + '';
|
41
|
+
const month = date.getMonth() + 1 < 10 ? "0" + (date.getMonth() + 1) : date.getMonth() + 1 + "";
|
45
42
|
return formatter.replace('YYYY', year + '').replace('MM', month);
|
46
43
|
}
|
47
44
|
|
@@ -53,8 +50,8 @@ function formatYearTitle(date, offset, formatter = 'YYYY') {
|
|
53
50
|
|
54
51
|
module.exports = {
|
55
52
|
getMonths: getMonths,
|
56
|
-
getVisible,
|
53
|
+
getVisible: getVisible,
|
57
54
|
getButtonDisabled: getButtonDisabled,
|
58
|
-
formatMonthTitle,
|
59
|
-
formatYearTitle,
|
55
|
+
formatMonthTitle: formatMonthTitle,
|
56
|
+
formatYearTitle: formatYearTitle,
|
60
57
|
};
|
package/lib/calendar/utils.js
CHANGED
@@ -8,9 +8,7 @@ function formatMonthTitle(date, formatter) {
|
|
8
8
|
date = new Date(date);
|
9
9
|
}
|
10
10
|
var year = date.getFullYear();
|
11
|
-
var month = date.getMonth() + 1 < 10
|
12
|
-
? "0".concat(date.getMonth() + 1)
|
13
|
-
: date.getMonth() + 1 + '';
|
11
|
+
var month = date.getMonth() + 1 < 10 ? "0".concat(date.getMonth() + 1) : date.getMonth() + 1 + '';
|
14
12
|
return formatter.replace('YYYY', year + '').replace('MM', month);
|
15
13
|
}
|
16
14
|
exports.formatMonthTitle = formatMonthTitle;
|
@@ -0,0 +1 @@
|
|
1
|
+
export {};
|
@@ -0,0 +1,197 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
var component_1 = require("../../common/component");
|
4
|
+
var zhCNOptions = [
|
5
|
+
{
|
6
|
+
text: I18n.t('zhejiangProvince'),
|
7
|
+
value: '330000',
|
8
|
+
options: [
|
9
|
+
{
|
10
|
+
text: I18n.t('hangzhou'),
|
11
|
+
value: '330100',
|
12
|
+
options: [
|
13
|
+
{
|
14
|
+
text: I18n.t('upperCityDistrict'),
|
15
|
+
value: '330102',
|
16
|
+
},
|
17
|
+
{
|
18
|
+
text: I18n.t('downtownDistrict'),
|
19
|
+
value: '330103',
|
20
|
+
},
|
21
|
+
{
|
22
|
+
text: I18n.t('jiangganDistrict'),
|
23
|
+
value: '330104',
|
24
|
+
},
|
25
|
+
],
|
26
|
+
},
|
27
|
+
{
|
28
|
+
text: I18n.t('ningboCity'),
|
29
|
+
value: '330200',
|
30
|
+
options: [
|
31
|
+
{
|
32
|
+
text: I18n.t('haishuDistrict'),
|
33
|
+
value: '330203',
|
34
|
+
},
|
35
|
+
{
|
36
|
+
text: I18n.t('jiangbeiDistrict'),
|
37
|
+
value: '330205',
|
38
|
+
},
|
39
|
+
{
|
40
|
+
text: I18n.t('beilunDistrict'),
|
41
|
+
value: '330206',
|
42
|
+
},
|
43
|
+
],
|
44
|
+
},
|
45
|
+
{
|
46
|
+
text: I18n.t('wenzhou'),
|
47
|
+
value: '330300',
|
48
|
+
options: [
|
49
|
+
{
|
50
|
+
text: I18n.t('luchengDistrict'),
|
51
|
+
value: '330302',
|
52
|
+
},
|
53
|
+
{
|
54
|
+
text: I18n.t('longwanDistrict'),
|
55
|
+
value: '330303',
|
56
|
+
},
|
57
|
+
{
|
58
|
+
text: I18n.t('ouhaiDistrict'),
|
59
|
+
value: '330304',
|
60
|
+
},
|
61
|
+
],
|
62
|
+
},
|
63
|
+
],
|
64
|
+
},
|
65
|
+
{
|
66
|
+
text: I18n.t('jiangsuProvince'),
|
67
|
+
value: '320000',
|
68
|
+
options: [
|
69
|
+
{
|
70
|
+
text: I18n.t('nanjing'),
|
71
|
+
value: '320100',
|
72
|
+
options: [
|
73
|
+
{
|
74
|
+
text: I18n.t('xuanwuDistrict'),
|
75
|
+
value: '320102',
|
76
|
+
},
|
77
|
+
{
|
78
|
+
text: I18n.t('qinhuaiDistrict'),
|
79
|
+
value: '320104',
|
80
|
+
},
|
81
|
+
{
|
82
|
+
text: I18n.t('jianyeDistrict'),
|
83
|
+
value: '320105',
|
84
|
+
},
|
85
|
+
],
|
86
|
+
},
|
87
|
+
{
|
88
|
+
text: I18n.t('wuxi'),
|
89
|
+
value: '320200',
|
90
|
+
options: [
|
91
|
+
{
|
92
|
+
text: I18n.t('xishanDistrict'),
|
93
|
+
value: '320205',
|
94
|
+
},
|
95
|
+
{
|
96
|
+
text: I18n.t('huishanDistrict'),
|
97
|
+
value: '320206',
|
98
|
+
},
|
99
|
+
{
|
100
|
+
text: I18n.t('binhuDistrict'),
|
101
|
+
value: '320211',
|
102
|
+
},
|
103
|
+
],
|
104
|
+
},
|
105
|
+
{
|
106
|
+
text: I18n.t('xuzhou'),
|
107
|
+
value: '320300',
|
108
|
+
options: [
|
109
|
+
{
|
110
|
+
text: I18n.t('gulouDistrict'),
|
111
|
+
value: '320302',
|
112
|
+
},
|
113
|
+
{
|
114
|
+
text: I18n.t('yunlongDistrict'),
|
115
|
+
value: '320303',
|
116
|
+
},
|
117
|
+
{
|
118
|
+
text: I18n.t('jiawangDistrict'),
|
119
|
+
value: '320305',
|
120
|
+
},
|
121
|
+
],
|
122
|
+
},
|
123
|
+
],
|
124
|
+
},
|
125
|
+
];
|
126
|
+
var asyncOptions1 = [
|
127
|
+
{
|
128
|
+
text: I18n.t('zhejiangProvince'),
|
129
|
+
value: '330000',
|
130
|
+
options: [],
|
131
|
+
},
|
132
|
+
];
|
133
|
+
var asyncOptions2 = [
|
134
|
+
{ text: I18n.t('hangzhou'), value: '330100' },
|
135
|
+
{ text: I18n.t('ningboCity'), value: '330200' },
|
136
|
+
];
|
137
|
+
(0, component_1.SmartComponent)({
|
138
|
+
data: {
|
139
|
+
area: I18n.t('region'),
|
140
|
+
options: zhCNOptions,
|
141
|
+
selectArea: I18n.t('pleaseSelectARegion'),
|
142
|
+
baseState: {
|
143
|
+
show: false,
|
144
|
+
value: '',
|
145
|
+
result: '',
|
146
|
+
},
|
147
|
+
asyncState: {
|
148
|
+
show: false,
|
149
|
+
value: undefined,
|
150
|
+
result: '',
|
151
|
+
options: asyncOptions1,
|
152
|
+
},
|
153
|
+
customFieldState: {
|
154
|
+
show: false,
|
155
|
+
value: '',
|
156
|
+
result: '',
|
157
|
+
},
|
158
|
+
},
|
159
|
+
methods: {
|
160
|
+
onClick: function (e) {
|
161
|
+
var _a;
|
162
|
+
var stateKey = e.currentTarget.dataset.stateKey;
|
163
|
+
this.setData((_a = {},
|
164
|
+
_a["".concat(stateKey, ".show")] = true,
|
165
|
+
_a));
|
166
|
+
},
|
167
|
+
onClose: function (e) {
|
168
|
+
var _a;
|
169
|
+
var stateKey = e.currentTarget.dataset.stateKey;
|
170
|
+
this.setData((_a = {},
|
171
|
+
_a["".concat(stateKey, ".show")] = false,
|
172
|
+
_a));
|
173
|
+
},
|
174
|
+
onFinish: function (e) {
|
175
|
+
var _a;
|
176
|
+
var stateKey = e.currentTarget.dataset.stateKey;
|
177
|
+
var _b = e.detail, selectedOptions = _b.selectedOptions, value = _b.value;
|
178
|
+
var result = selectedOptions.map(function (option) { return option.text; }).join('/');
|
179
|
+
this.setData((_a = {},
|
180
|
+
_a["".concat(stateKey, ".value")] = value,
|
181
|
+
_a["".concat(stateKey, ".result")] = result,
|
182
|
+
_a));
|
183
|
+
this.onClose(e);
|
184
|
+
},
|
185
|
+
loadDynamicOptions: function (e) {
|
186
|
+
var _this = this;
|
187
|
+
var value = e.detail.value;
|
188
|
+
if (value === '330000') {
|
189
|
+
setTimeout(function () {
|
190
|
+
_this.setData({
|
191
|
+
'asyncState.options[0].options': asyncOptions2,
|
192
|
+
});
|
193
|
+
}, 500);
|
194
|
+
}
|
195
|
+
},
|
196
|
+
},
|
197
|
+
});
|
@@ -0,0 +1 @@
|
|
1
|
+
export {};
|
@@ -0,0 +1,39 @@
|
|
1
|
+
"use strict";
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
3
|
+
if (k2 === undefined) k2 = k;
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
7
|
+
}
|
8
|
+
Object.defineProperty(o, k2, desc);
|
9
|
+
}) : (function(o, m, k, k2) {
|
10
|
+
if (k2 === undefined) k2 = k;
|
11
|
+
o[k2] = m[k];
|
12
|
+
}));
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
15
|
+
}) : function(o, v) {
|
16
|
+
o["default"] = v;
|
17
|
+
});
|
18
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
19
|
+
if (mod && mod.__esModule) return mod;
|
20
|
+
var result = {};
|
21
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
22
|
+
__setModuleDefault(result, mod);
|
23
|
+
return result;
|
24
|
+
};
|
25
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
26
|
+
var icons = __importStar(require("@tuya-miniapp/icons"));
|
27
|
+
var component_1 = require("../../common/component");
|
28
|
+
(0, component_1.SmartComponent)({
|
29
|
+
data: {
|
30
|
+
sunMaxFill: icons.Sun,
|
31
|
+
checkMark: icons.Checkmark,
|
32
|
+
},
|
33
|
+
methods: {
|
34
|
+
onNavTo: function () {
|
35
|
+
// @ts-ignore
|
36
|
+
ty.openInnerH5({ url: 'https://www.tuya.com', title: 'Tuya' });
|
37
|
+
},
|
38
|
+
},
|
39
|
+
});
|
package/lib/cell/index.js
CHANGED
@@ -10,13 +10,7 @@ var Right_1 = __importDefault(require("@tuya-miniapp/icons/dist/svg/Right"));
|
|
10
10
|
var link_1 = require("../mixins/link");
|
11
11
|
var component_1 = require("../common/component");
|
12
12
|
(0, component_1.SmartComponent)({
|
13
|
-
classes: [
|
14
|
-
'title-class',
|
15
|
-
'label-class',
|
16
|
-
'value-class',
|
17
|
-
'right-icon-class',
|
18
|
-
'hover-class',
|
19
|
-
],
|
13
|
+
classes: ['title-class', 'label-class', 'value-class', 'right-icon-class', 'hover-class'],
|
20
14
|
mixins: [link_1.link],
|
21
15
|
props: {
|
22
16
|
title: null,
|
@@ -0,0 +1 @@
|
|
1
|
+
export {};
|
@@ -0,0 +1,38 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
var component_1 = require("../../common/component");
|
4
|
+
(0, component_1.SmartComponent)({
|
5
|
+
data: {
|
6
|
+
checkbox1: true,
|
7
|
+
checkbox2: true,
|
8
|
+
checkbox3: true,
|
9
|
+
checkboxLabel: true,
|
10
|
+
checkboxSize: true,
|
11
|
+
checkboxShape: true,
|
12
|
+
list: ['a', 'b', 'c'],
|
13
|
+
result: ['a', 'b'],
|
14
|
+
result2: [],
|
15
|
+
result3: [],
|
16
|
+
result4: [],
|
17
|
+
activeIcon: 'https://images.tuyacn.com/content-platform/hestia/1730877912e76cbdb7563.png',
|
18
|
+
inactiveIcon: '',
|
19
|
+
},
|
20
|
+
methods: {
|
21
|
+
onChange: function (event) {
|
22
|
+
var _a;
|
23
|
+
var key = event.currentTarget.dataset.key;
|
24
|
+
this.setData((_a = {}, _a[key] = event.detail, _a));
|
25
|
+
},
|
26
|
+
onChange2: function (event) {
|
27
|
+
var _a;
|
28
|
+
var key = event.currentTarget.dataset.key;
|
29
|
+
this.setData((_a = {}, _a[key] = !event.detail, _a));
|
30
|
+
},
|
31
|
+
toggle: function (event) {
|
32
|
+
var index = event.currentTarget.dataset.index;
|
33
|
+
var checkbox = this.selectComponent(".checkboxes-".concat(index));
|
34
|
+
checkbox.toggle();
|
35
|
+
},
|
36
|
+
noop: function () { },
|
37
|
+
},
|
38
|
+
});
|
@@ -0,0 +1 @@
|
|
1
|
+
export {};
|
@@ -0,0 +1,21 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
var component_1 = require("../../common/component");
|
4
|
+
var format = function (rate) { return Math.min(Math.max(rate, 0), 100); };
|
5
|
+
(0, component_1.SmartComponent)({
|
6
|
+
data: {
|
7
|
+
value: 25,
|
8
|
+
gradientColor: {
|
9
|
+
'0%': '#ffd01e',
|
10
|
+
'100%': '#ee0a24',
|
11
|
+
},
|
12
|
+
},
|
13
|
+
methods: {
|
14
|
+
run: function (e) {
|
15
|
+
var step = parseFloat(e.currentTarget.dataset.step);
|
16
|
+
this.setData({
|
17
|
+
value: format((this.data.value += step)),
|
18
|
+
});
|
19
|
+
},
|
20
|
+
},
|
21
|
+
});
|
@@ -0,0 +1 @@
|
|
1
|
+
export {};
|
@@ -0,0 +1 @@
|
|
1
|
+
export {};
|
@@ -0,0 +1,42 @@
|
|
1
|
+
"use strict";
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
4
|
+
};
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
6
|
+
var component_1 = require("../../common/component");
|
7
|
+
var toast_1 = __importDefault(require("../../toast/toast"));
|
8
|
+
(0, component_1.SmartComponent)({
|
9
|
+
data: {
|
10
|
+
active1: [0],
|
11
|
+
active2: 0,
|
12
|
+
active3: [],
|
13
|
+
active4: [],
|
14
|
+
title1: I18n.t('title') + '1',
|
15
|
+
title2: I18n.t('title') + '2',
|
16
|
+
title3: I18n.t('title') + '3',
|
17
|
+
content1: I18n.t('codeIsWrittenForHumansToReadAndIncidentallyToRunOnMachines'),
|
18
|
+
content2: I18n.t('codeIsWrittenForHumansToReadAndIncidentallyToRunOnMachines'),
|
19
|
+
content3: I18n.t('codeIsWrittenForHumansToReadAndIncidentallyToRunOnMachines'),
|
20
|
+
},
|
21
|
+
methods: {
|
22
|
+
onChange: function (event) {
|
23
|
+
var _a;
|
24
|
+
var key = event.currentTarget.dataset.key;
|
25
|
+
this.setData((_a = {},
|
26
|
+
_a[key] = event.detail,
|
27
|
+
_a));
|
28
|
+
},
|
29
|
+
onOpen: function (event) {
|
30
|
+
(0, toast_1.default)({
|
31
|
+
context: this,
|
32
|
+
message: "".concat(I18n.t('expand'), ": ").concat(event.detail),
|
33
|
+
});
|
34
|
+
},
|
35
|
+
onClose: function (event) {
|
36
|
+
(0, toast_1.default)({
|
37
|
+
context: this,
|
38
|
+
message: "".concat(I18n.t('close'), ": ").concat(event.detail),
|
39
|
+
});
|
40
|
+
},
|
41
|
+
},
|
42
|
+
});
|
@@ -0,0 +1 @@
|
|
1
|
+
export {};
|
@@ -0,0 +1,24 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
var component_1 = require("../../common/component");
|
4
|
+
(0, component_1.SmartComponent)({
|
5
|
+
data: {
|
6
|
+
rate: 4,
|
7
|
+
slider: 50,
|
8
|
+
themeVars: {
|
9
|
+
buttonPrimaryBorderColor: 'red',
|
10
|
+
buttonPrimaryBackgroundColor: 'red',
|
11
|
+
},
|
12
|
+
},
|
13
|
+
methods: {
|
14
|
+
onChange: function (event) {
|
15
|
+
var color = event.currentTarget.dataset.color;
|
16
|
+
this.setData({
|
17
|
+
themeVars: {
|
18
|
+
buttonPrimaryBorderColor: color,
|
19
|
+
buttonPrimaryBackgroundColor: color,
|
20
|
+
},
|
21
|
+
});
|
22
|
+
},
|
23
|
+
},
|
24
|
+
});
|
@@ -0,0 +1 @@
|
|
1
|
+
export {};
|
@@ -0,0 +1,38 @@
|
|
1
|
+
"use strict";
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
4
|
+
};
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
6
|
+
var component_1 = require("../../common/component");
|
7
|
+
var toast_1 = __importDefault(require("../../toast/toast"));
|
8
|
+
(0, component_1.SmartComponent)({
|
9
|
+
data: {
|
10
|
+
time: 30 * 60 * 60 * 1000,
|
11
|
+
timeData: {},
|
12
|
+
},
|
13
|
+
methods: {
|
14
|
+
onChange: function (e) {
|
15
|
+
this.setData({
|
16
|
+
timeData: e.detail,
|
17
|
+
});
|
18
|
+
},
|
19
|
+
start: function () {
|
20
|
+
var countDown = this.selectComponent('.control-count-down');
|
21
|
+
countDown.start();
|
22
|
+
},
|
23
|
+
pause: function () {
|
24
|
+
var countDown = this.selectComponent('.control-count-down');
|
25
|
+
countDown.pause();
|
26
|
+
},
|
27
|
+
reset: function () {
|
28
|
+
var countDown = this.selectComponent('.control-count-down');
|
29
|
+
countDown.reset();
|
30
|
+
},
|
31
|
+
finished: function () {
|
32
|
+
(0, toast_1.default)({
|
33
|
+
context: this,
|
34
|
+
message: I18n.t('countdownEnded'),
|
35
|
+
});
|
36
|
+
},
|
37
|
+
},
|
38
|
+
});
|
@@ -0,0 +1 @@
|
|
1
|
+
export {};
|
@@ -0,0 +1,19 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
var component_1 = require("../../common/component");
|
4
|
+
(0, component_1.SmartComponent)({
|
5
|
+
data: {
|
6
|
+
value: '222',
|
7
|
+
},
|
8
|
+
methods: {
|
9
|
+
onChange: function (v) {
|
10
|
+
console.log('onChange value =====>', v.detail);
|
11
|
+
},
|
12
|
+
onConfirm: function (v) {
|
13
|
+
console.log('onConfirm value ====>', v.detail);
|
14
|
+
},
|
15
|
+
handleBtn: function () {
|
16
|
+
this.setData({ value: '1234' });
|
17
|
+
},
|
18
|
+
},
|
19
|
+
});
|
@@ -138,9 +138,7 @@ var component_1 = require("../common/component");
|
|
138
138
|
toSvgCssBackground: function (svgString) {
|
139
139
|
var res = svgString;
|
140
140
|
res = svgString
|
141
|
-
.replace('<svg', ~svgString.indexOf('xmlns')
|
142
|
-
? '<svg'
|
143
|
-
: '<svg xmlns="http://www.w3.org/2000/svg"')
|
141
|
+
.replace('<svg', ~svgString.indexOf('xmlns') ? '<svg' : '<svg xmlns="http://www.w3.org/2000/svg"')
|
144
142
|
.replace(/"/g, "'")
|
145
143
|
.replace(/%/g, '%25')
|
146
144
|
.replace(/#/g, '%23')
|
@@ -0,0 +1 @@
|
|
1
|
+
export {};
|
@@ -0,0 +1,68 @@
|
|
1
|
+
"use strict";
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
4
|
+
};
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
6
|
+
var component_1 = require("../../common/component");
|
7
|
+
var toast_1 = __importDefault(require("../../toast/toast"));
|
8
|
+
(0, component_1.SmartComponent)({
|
9
|
+
data: {
|
10
|
+
minHour: 10,
|
11
|
+
maxHour: 20,
|
12
|
+
minDate: new Date(2018, 0, 1).getTime(),
|
13
|
+
maxDate: new Date(2019, 10, 1).getTime(),
|
14
|
+
currentDate1: new Date(2018, 2, 31).getTime(),
|
15
|
+
currentDate2: null,
|
16
|
+
currentDate3: new Date(2018, 0, 1),
|
17
|
+
currentDate4: '12:00',
|
18
|
+
loading: false,
|
19
|
+
formatter: function (type, value) {
|
20
|
+
if (type === 'year') {
|
21
|
+
return "".concat(value).concat(I18n.t('year'));
|
22
|
+
}
|
23
|
+
if (type === 'month') {
|
24
|
+
return "".concat(value).concat(I18n.t('month'));
|
25
|
+
}
|
26
|
+
return value;
|
27
|
+
},
|
28
|
+
filter: function (type, options) {
|
29
|
+
if (type === 'minute') {
|
30
|
+
return options.filter(function (option) { return option % 5 === 0; });
|
31
|
+
}
|
32
|
+
return options;
|
33
|
+
},
|
34
|
+
locale: {
|
35
|
+
year: I18n.t('year'),
|
36
|
+
month: I18n.t('month'),
|
37
|
+
day: I18n.t('sun'),
|
38
|
+
hour: I18n.t('time'),
|
39
|
+
minute: I18n.t('minute'),
|
40
|
+
second: I18n.t('second'),
|
41
|
+
},
|
42
|
+
},
|
43
|
+
methods: {
|
44
|
+
onInput: function (event) {
|
45
|
+
var detail = event.detail, currentTarget = event.currentTarget;
|
46
|
+
var result = this.getResult(detail, currentTarget.dataset.type);
|
47
|
+
(0, toast_1.default)({
|
48
|
+
context: this,
|
49
|
+
message: result,
|
50
|
+
});
|
51
|
+
},
|
52
|
+
getResult: function (time, type) {
|
53
|
+
var date = new Date(time);
|
54
|
+
switch (type) {
|
55
|
+
case 'datetime':
|
56
|
+
return date.toLocaleString();
|
57
|
+
case 'date':
|
58
|
+
return date.toLocaleDateString();
|
59
|
+
case 'year-month':
|
60
|
+
return "".concat(date.getFullYear(), "/").concat(date.getMonth() + 1);
|
61
|
+
case 'time':
|
62
|
+
return time;
|
63
|
+
default:
|
64
|
+
return '';
|
65
|
+
}
|
66
|
+
},
|
67
|
+
},
|
68
|
+
});
|