From 4e8ffe29ad00760c39dc14c2c8266cfc3b7c962f Mon Sep 17 00:00:00 2001 From: rex-zsd Date: Mon, 14 Oct 2019 19:26:57 +0800 Subject: [PATCH] build: compile 1.0.0-beta.2 --- dist/action-sheet/index.js | 1 + dist/action-sheet/index.wxml | 3 ++ dist/action-sheet/index.wxss | 2 +- dist/area/index.js | 58 ++++++++++++++++++-- dist/count-down/index.d.ts | 1 + dist/count-down/index.js | 96 +++++++++++++++++++++++++++++++++ dist/count-down/index.json | 3 ++ dist/count-down/index.wxml | 4 ++ dist/count-down/index.wxss | 1 + dist/count-down/utils.d.ts | 10 ++++ dist/count-down/utils.js | 57 ++++++++++++++++++++ dist/dialog/dialog.d.ts | 2 + dist/dialog/dialog.js | 12 +++-- dist/dialog/index.js | 11 ++++ dist/dialog/index.wxml | 5 +- dist/dialog/index.wxss | 2 +- dist/loading/index.js | 15 +++++- dist/loading/index.wxml | 30 +++++++---- dist/loading/index.wxss | 2 +- dist/mixins/transition.js | 29 ++++++---- dist/nav-bar/index.js | 7 +++ dist/nav-bar/index.wxml | 4 +- dist/nav-bar/index.wxss | 2 +- dist/rate/index.wxss | 2 +- dist/slider/index.js | 6 ++- dist/slider/index.wxss | 2 +- dist/stepper/index.js | 15 ++++-- dist/tabs/index.js | 4 +- lib/action-sheet/index.js | 1 + lib/action-sheet/index.wxml | 3 ++ lib/action-sheet/index.wxss | 2 +- lib/area/index.js | 59 +++++++++++++++++++-- lib/count-down/index.js | 100 +++++++++++++++++++++++++++++++++++ lib/count-down/index.json | 3 ++ lib/count-down/index.wxml | 4 ++ lib/count-down/index.wxss | 1 + lib/count-down/utils.js | 63 ++++++++++++++++++++++ lib/dialog/dialog.js | 12 +++-- lib/dialog/index.js | 11 ++++ lib/dialog/index.wxml | 5 +- lib/dialog/index.wxss | 2 +- lib/loading/index.js | 15 +++++- lib/loading/index.wxml | 30 +++++++---- lib/loading/index.wxss | 2 +- lib/mixins/transition.js | 29 ++++++---- lib/nav-bar/index.js | 7 +++ lib/nav-bar/index.wxml | 4 +- lib/nav-bar/index.wxss | 2 +- lib/rate/index.wxss | 2 +- lib/slider/index.js | 2 +- lib/slider/index.wxss | 2 +- lib/stepper/index.js | 15 ++++-- lib/tabs/index.js | 4 +- 53 files changed, 666 insertions(+), 100 deletions(-) create mode 100644 dist/count-down/index.d.ts create mode 100644 dist/count-down/index.js create mode 100644 dist/count-down/index.json create mode 100644 dist/count-down/index.wxml create mode 100644 dist/count-down/index.wxss create mode 100644 dist/count-down/utils.d.ts create mode 100644 dist/count-down/utils.js create mode 100644 lib/count-down/index.js create mode 100644 lib/count-down/index.json create mode 100644 lib/count-down/index.wxml create mode 100644 lib/count-down/index.wxss create mode 100644 lib/count-down/utils.js diff --git a/dist/action-sheet/index.js b/dist/action-sheet/index.js index 667cdfc5..8065c833 100644 --- a/dist/action-sheet/index.js +++ b/dist/action-sheet/index.js @@ -4,6 +4,7 @@ VantComponent({ show: Boolean, title: String, cancelText: String, + description: String, round: { type: Boolean, value: true diff --git a/dist/action-sheet/index.wxml b/dist/action-sheet/index.wxml index c5bbf685..2dcbf4f8 100644 --- a/dist/action-sheet/index.wxml +++ b/dist/action-sheet/index.wxml @@ -19,6 +19,9 @@ bind:click="onClose" /> + + {{ description }} +