Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(checkbox and checkbox-group): add events #468

Merged
merged 5 commits into from
May 7, 2019
Merged

Conversation

hu0950
Copy link
Collaborator

@hu0950 hu0950 commented Apr 23, 2019

Please make sure these boxes are checked before submitting your PR, thank you!

  • Make sure you follow DiDi's contributing guide.
  • Make sure you are merging your commits to dev branch.
  • Add some descriptions and refer relative issues for you PR.

@codecov-io
Copy link

codecov-io commented Apr 26, 2019

Codecov Report

❗ No coverage uploaded for pull request base (dev@879cee7). Click here to learn what that means.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff           @@
##             dev     #468   +/-   ##
======================================
  Coverage       ?   92.84%           
======================================
  Files          ?      139           
  Lines          ?     3017           
  Branches       ?      491           
======================================
  Hits           ?     2801           
  Misses         ?      109           
  Partials       ?      107

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 879cee7...c8dddcc. Read the comment docs.

@TravisBuddy
Copy link

Travis tests have failed

Hey @hu0950,
Please read the following log in order to understand the failure reason.
It'll be awesome if you fix what's wrong and commit the changes.

Node.js: 6

View build log

npm test
> cube-ui@1.12.18 test /home/travis/build/didi/cube-ui
> npm run unit && npm run codecov


> cube-ui@1.12.18 unit /home/travis/build/didi/cube-ui
> cross-env BABEL_ENV=test karma start test/unit/karma.conf.js --single-run

(node:5336) DeprecationWarning: loaderUtils.parseQuery() received a non-string value which can be problematic, see https://github.com/webpack/loader-utils/issues/56
parseQuery() will be replaced with getOptions() in the next major version of loader-utils.
26 04 2019 05:50:31.797:INFO [karma]: Karma v1.7.1 server started at http://0.0.0.0:9876/
26 04 2019 05:50:31.799:INFO [launcher]: Launching browser PhantomJS_mobile with unlimited concurrency
26 04 2019 05:50:31.851:INFO [launcher]: Starting browser PhantomJS
26 04 2019 05:50:32.677:INFO [PhantomJS 2.1.1 (Linux 0.0.0)]: Connected on socket 5OLQBgUlLthTX6B4AAAA with id 45545549
PhantomJS 2.1.1 (Linux 0.0.0) INFO LOG: 'You are running Vue in development mode.
Make sure to turn on production mode when deploying for production.
See more tips at https://vuejs.org/guide/deployment.html'

  ActionSheet
    ActionSheet.vue
      ✓ use
      ✓ should render correct contents
      ✓ should render correct contents - no data
      ✓ should render correct contents - picker style
      ✓ should trigger events
    ActionSheet API
      ✓ $createActionSheet API

  Button.vue
    ✓ use
    ✓ should render correct contents
    ✓ props
    ✓ events-called
    ✓ events-no-called

  CascadePicker
    ✓ use
    ✓ should render correct contents
    ✓ should render correct contents when use alias
    ✓ should trigger events
    ✓ should call methods
    ✓ should support async cascade
    ✓ $updateProps
    ✓ should add warn log when single is true

  CheckboxGroup.vue
    ✓ use
    ✓ should render correct contents (horizontal=false)
    ✓ should render correct contents (horizontal=true)
    ✓ should change v-model value
    ✓ should work correctly - min & max

  Checkbox.vue
    ✓ use
    ✓ should render correct contents
    ✓ should toggle v-model value

  Checker.vue
    ✓ use
    ✓ should render radio contents
    ✓ should render radio contents
    ✓ should render checkbox contents

  DatePicker
    ✓ use
    ✓ should render correct contents
    ✓ should render correct contents when configured startColumn and columnCount
    ✓ should render correct contents when configured format
    ✓ should render correct contents when configured columnOrder
    ✓ should trigger events
    ✓ should call methods
    ✓ should add warn log when single is true
    ✓ $updateProps: {"value":"2012-10-01T00:00:00.000Z"}
    ✓ $updateProps: {"min":"2012-04-05T00:00:00.000Z"}
    ✓ $updateProps: {"min":"2010-04-05T00:00:00.000Z"}
    ✓ $updateProps: {"max":"2025-10-20T00:00:00.000Z"}

  Dialog
    Dialog.vue
      ✓ use
      ✓ should render correct contents - icon
      ✓ should render correct contents - title
      ✓ should render correct contents - alert
      ✓ should render correct contents - confirm
      ✓ should render correct contents - prompt
      ✓ should render correct contents - confirmBtn/cancelBtn
      ✓ should trigger events
      ✓ should not trigger events when btn is disabled
    Dialog API
      ✓ $createDialog API

  Drawer
    ✓ use
    ✓ should render correct contents
    ✓ should trigger events

  Form.vue
    ✓ use
    ✓ should render correct contents
    ✓ should validate & reset correctly
    ✓ should validate & reset correctly - async validate
    ✓ should validate correctly - trigger blur
    ✓ should validate correctly - debounce
    ✓ should trigger events

  ImagePreview
    ImagePreview.vue
      ✓ use
      ✓ should render correct contents
      ✓ should trigger events
nothing changed, not updating cache


Done. Your build exited with 1.
TravisBuddy Request Identifier: 45ca1a50-67e7-11e9-9ccb-85565a33c18e

@TravisBuddy
Copy link

Travis tests have failed

Hey @hu0950,
Please read the following log in order to understand the failure reason.
It'll be awesome if you fix what's wrong and commit the changes.

Node.js: 6

View build log

npm test
> cube-ui@1.12.18 test /home/travis/build/didi/cube-ui
> npm run unit && npm run codecov


> cube-ui@1.12.18 unit /home/travis/build/didi/cube-ui
> cross-env BABEL_ENV=test karma start test/unit/karma.conf.js --single-run

(node:5272) DeprecationWarning: loaderUtils.parseQuery() received a non-string value which can be problematic, see https://github.com/webpack/loader-utils/issues/56
parseQuery() will be replaced with getOptions() in the next major version of loader-utils.
26 04 2019 08:12:20.305:INFO [karma]: Karma v1.7.1 server started at http://0.0.0.0:9876/
26 04 2019 08:12:20.307:INFO [launcher]: Launching browser PhantomJS_mobile with unlimited concurrency
26 04 2019 08:12:20.338:INFO [launcher]: Starting browser PhantomJS
26 04 2019 08:12:21.206:INFO [PhantomJS 2.1.1 (Linux 0.0.0)]: Connected on socket t7dlnpn4q8ItI2fFAAAA with id 52432550
PhantomJS 2.1.1 (Linux 0.0.0) INFO LOG: 'You are running Vue in development mode.
Make sure to turn on production mode when deploying for production.
See more tips at https://vuejs.org/guide/deployment.html'

  ActionSheet
    ActionSheet.vue
      ✓ use
      ✓ should render correct contents
      ✓ should render correct contents - no data
      ✓ should render correct contents - picker style
      ✓ should trigger events
    ActionSheet API
      ✓ $createActionSheet API

  Button.vue
    ✓ use
    ✓ should render correct contents
    ✓ props
    ✓ events-called
    ✓ events-no-called

  CascadePicker
    ✓ use
    ✓ should render correct contents
    ✓ should render correct contents when use alias
    ✓ should trigger events
    ✓ should call methods
    ✓ should support async cascade
    ✓ $updateProps
    ✓ should add warn log when single is true

  CheckboxGroup.vue
    ✓ use
    ✓ should render correct contents (horizontal=false)
    ✓ should render correct contents (horizontal=true)
    ✓ should change v-model value
    ✓ should work correctly - min & max

  Checkbox.vue
    ✓ use
    ✓ should render correct contents
    ✓ should toggle v-model value

  Checker.vue
    ✓ use
    ✓ should render radio contents
    ✓ should render radio contents
    ✓ should render checkbox contents

  DatePicker
    ✓ use
    ✓ should render correct contents
    ✓ should render correct contents when configured startColumn and columnCount
    ✓ should render correct contents when configured format
    ✓ should render correct contents when configured columnOrder
    ✓ should trigger events
    ✓ should call methods
    ✓ should add warn log when single is true
    ✓ $updateProps: {"value":"2012-10-01T00:00:00.000Z"}
    ✓ $updateProps: {"min":"2012-04-05T00:00:00.000Z"}
    ✓ $updateProps: {"min":"2010-04-05T00:00:00.000Z"}
    ✓ $updateProps: {"max":"2025-10-20T00:00:00.000Z"}

  Dialog
    Dialog.vue
      ✓ use
      ✓ should render correct contents - icon
      ✓ should render correct contents - title
      ✓ should render correct contents - alert
      ✓ should render correct contents - confirm
      ✓ should render correct contents - prompt
      ✓ should render correct contents - confirmBtn/cancelBtn
      ✓ should trigger events
      ✓ should not trigger events when btn is disabled
    Dialog API
      ✓ $createDialog API

  Drawer
    ✓ use
    ✓ should render correct contents
    ✓ should trigger events

  Form.vue
    ✓ use
    ✓ should render correct contents
    ✓ should validate & reset correctly
    ✓ should validate & reset correctly - async validate
    ✓ should validate correctly - trigger blur
    ✓ should validate correctly - debounce
    ✓ should trigger events

  ImagePreview
    ImagePreview.vue
      ✓ use
      ✓ should render correct contents
      ✓ should trigger events
26 04 2019 08:12:46.411:WARN [PhantomJS 2.1.1 (Linux 0.0.0)]: Disconnected (1 times), because no message in 10000 ms.
PhantomJS 2.1.1 (Linux 0.0.0) ERROR
  Disconnected, because no message in 10000 ms.

PhantomJS 2.1.1 (Linux 0.0.0): Executed 66 of 292 DISCONNECTED (24.665 secs / 14.644 secs)


=============================== Coverage summary ===============================
Statements   : 100% ( 0/0 )
Branches     : 100% ( 0/0 )
Functions    : 100% ( 0/0 )
Lines        : 100% ( 0/0 )
================================================================================

npm ERR! Linux 4.4.0-101-generic
npm ERR! argv "/home/travis/.nvm/versions/node/v6.17.1/bin/node" "/home/travis/.nvm/versions/node/v6.17.1/bin/npm" "run" "unit"
npm ERR! node v6.17.1
npm ERR! npm  v3.10.10
npm ERR! code ELIFECYCLE
npm ERR! cube-ui@1.12.18 unit: `cross-env BABEL_ENV=test karma start test/unit/karma.conf.js --single-run`
npm ERR! Exit status 1
npm ERR! 
npm ERR! Failed at the cube-ui@1.12.18 unit script 'cross-env BABEL_ENV=test karma start test/unit/karma.conf.js --single-run'.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the cube-ui package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR!     cross-env BABEL_ENV=test karma start test/unit/karma.conf.js --single-run
npm ERR! You can get information on how to open an issue for this project with:
npm ERR!     npm bugs cube-ui
npm ERR! Or if that isn't available, you can get their info via:
npm ERR!     npm owner ls cube-ui
npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request:
npm ERR!     /home/travis/build/didi/cube-ui/npm-debug.log
npm ERR! Test failed.  See above for more details.
TravisBuddy Request Identifier: 15723810-67fb-11e9-9ccb-85565a33c18e

@dolymood dolymood merged commit 8605e3d into dev May 7, 2019
@dolymood dolymood deleted the feat-checkbox-doc branch August 29, 2019 05:14
hu0950 added a commit that referenced this pull request Nov 1, 2019
* docs(checkbox and checkbox-group): add events

* docs(components of form type): add input event documentation

* docs(rate component): modify documents

* docs(components of form type): modify events description

* docs(input): modify events description
dolymood pushed a commit that referenced this pull request Nov 6, 2019
* docs(i18n): add version

* build: docs

* docs(quick-start): add checker & locale entry

* docs(scroll): version

* build: docs

* chore(scroll): fix example bug

* build: docs

* fix(validator): remove findMessage

* chore(upgrade): update to v1.11.1

* build: package

* chore(example): input spell error

* build: docs

* docs(swipe): add 1.11 version diff

* build: docs

* Fix nest scrolls bug (#340)

* fix(scroll): outer scroll disabled when inner scroll invoke scrollTo

* chore(scroll): fix test bug in nest scroll

* fix(scroll): add 'none' nestMode

* fix(scroll-nav): can not scroll when nav-bar reach boundary

* chore(scroll): update scroll docs

* chore(package.json): 1.11.2

* build: package

* build: docs

* chore(example): checkbox add click demo

* docs(checkbox): add click demo doc

* build: docs

* feat(textarea): support autoExpand prop to control init state

#348

* test(textarea): add autoExpand prop test

* docs(textarea): add autoExpand prop doc

* Fix scrolls nest mode (#345)

* fix(scroll): set nestMode default to 'none'

* chore(scroll): update examples

* chore(scroll): update scroll docs

* chore(scroll): update unit test

* fix(scroll): update

* Feat recycle list (#344)

* feat(recycle-list): complete coding

* test(recycle-list): add unit case

* docs(recycle-list): add docs

* test(recycle-list): modify unit case

* feat(recycle-list): remove refs

* test(recycle-list): improve the coverage

* docs(recycle-list): modify destructuring

* docs(recycle-list): modify docs

* feat(recycle-list): adjust css and optimize loadings

* test(recycle-list): modify unit case

* refactor(recycle-list): code review

* refactor(recycle-list): add overflow scrolling touch

* docs(recycle-list): en remove zh-CN doc

* docs(recycle-list): tombstone mode to infinite mode

* refactor(input): placeholder color set to normal

* refactor(textarea): placeholder color specificity to normal

* chore(package.json): 1.12.0

* docs(scroll): nest mode required version 1.12

* docs(recycle-list): add version

* chore(types): add recycle-list component

* build: package

* build: docs

* fix(recycle-list): change warning to warn

* chore(package.json): 1.12.1

* build: package

* feat(form): submit method add skipValidate param

skipValidate used to skip validating when submit

* docs(form): add submit skitValidate param doc

* chore(package.json): 1.12.2

* docs(form): add version required

* build: package

* build: docs

* fix(swipe): should update activeIndex when remove item

* chore(package.json): 1.12.3

* build: package

* docs(nav): add video tutorial

* build: docs

* fix(example): fix page header invisible

* fix(recycle-list): can not scroll on iOS

* refactor(example): recycle list style

* chore(package.json): 1.12.4

* build: package

* build: docs

* feat(form): add checker item

* feat(tab-bar): support value prop

* feat(tab-panels): support value prop for tab-panel

* docs(tab-bar): add value prop doc

* feat(locale): support auto get Vue value

* chore(package.json): 1.12.5

* build: package

* build: docs

* docs(quick-start): add video

* build: docs

* Feat(TimePicket): support min & max

* feat: max

* test(time-picker): max example

* fix(time-picker): days.len

* docs: max

* fix(time-picker): column init

* test(time-picker): max

* docs: max

* test: fix minute step

* fix: potential float bug

* feat(time-picker): min

* test(time-picker): min

* docs(time-picker): min

* docs(time-picker): min, max

* chore: update version

* build: package

* build: docs

* Fix v-model typo (#369)

* chore: update scroll example's img (#372)

* chore: update scroll example's img

* chore: replace img links

* build: docs

* chore(package.json): better-scroll version lock

* chore(package.json): 1.12.7

* build: package

* build: docs

* fix(image-preview): zoom image on iOS will be blurred

#286

* chore(package.json): 1.12.8

* build: package

* chore(docs): remove Video Tutorial

* build: docs

* fix(slide): goToPage direction (#384)

* fix(slide): goToPage direction

* fix: remove default time value in goToPage function

* chore(slide): add vertical unit test case

* chore(package.json): 1.12.9

* build: package

* fix(recycle-list): check promise when mounted

* feat(input): add blur & focus api

* test(input): focus & blur api

* chore(package.json): 1.12.10

* build: package

* docs(input): add focus & blur api doc

* build: docs

* sticky-ele组件导出错误 (#409)

Thanks for your PR.

* fix(radio): radio group support v-model when using group

* chore(demo): radio group demo

* Recycle list fixbug (#410)

* fix(recycle-list): fix stop scroll bug

* docs(recycle-list): optimize docs

* fix(recycle-list): improve coverage

* test(recycle-list): add some test suites

* fix(recycle-list): normalize function name

* refactor(recycle-list): change ele class

* fix(recycle-list): set list vari to normal prop

* fix(recycle-list): hide loading-spinner when stop scroll

* fix(recycle-list): remove stopFetch variable

* test(recycle-list): modify unit case

* fix(recycle-list): clean unused whitespace and ajust position of noMore

* fix(recycle-list): make noMore var reactive

* chore(package.json): 1.12.11

* build: package

* build: docs

* Recycle list add api (#417)

* docs(recycle-list): add clean methods

* feat(recycle-list): add clean methods

* test(recycle-list): test clean methods

* docs(recycle-list): change clean to reset

* feat(recycle-list): change clean method to reset method

* test(recycle-list): test list length of recycle-list

* test(recycle-list): optimize unit case

* fix(Slide): fix maxScrollX/Y caculating error in nested Slide (#418)

* fix(slide): fix maxScrollX/Y caculating error in nested Slide

* optimise

* chore(types): add popup show, hide and remove declare

* chore(package.json): 1.12.12

* build: package

* build: docs

* chore(types): ts type declare err

* fix(scroll-nav-bar): inline-block element should have vertical-align top

#427

* fix(form): should sync validator value when submit

* refactor(form): opti comment

* chore(package.json): 1.12.13

* build: package

* build: docs

* feat(date-picker): support display order

* feat(date-picker): add columnOrder prop

add columnOrder prop which can be used to change the display order in case where the order is not
'Year-Month-Day Hour-Minute-Second'

* docs(date-picker): add version for columnOrder

* docs(date-picker): fix the mistake in document of date-picker

change "Day" to "Date" in the expression of columnOrder prop

* docs(date-picker): columnOrder doc order

* chore(package.json): 1.12.14

* build: package

* build: docs

* fix(scroll): nested scroll bug
when inner element can't scroll

* chore(package.json): 1.12.15

* build: package

* build: package

* docs(quick-start): upgrade webpack plugin versions

* build: docs

* fix(input): clear use touchend event to handle clear

* fix(types): add Checker

* test(input): fix click to touchevent

* chore(package.json): 1.12.16

* build: package

* build: docs

* feat(upload): support file status class

* chore(package.json): 1.12.17

* build: package

* build: docs

* feat(tab-bar): caculate tab's offsetLeft by el.offsetLeft

* chore(package.json): 1.12.18

* build: package

* build: docs

* test(karma): change image preview tests

* fix(demo): image preview links

* build: docs

* docs(form fields): add input events (#468)

* docs(checkbox and checkbox-group): add events

* docs(components of form type): add input event documentation

* docs(rate component): modify documents

* docs(components of form type): modify events description

* docs(input): modify events description

* chore(types): add style module

* chore(types): add Locale and Style module d.ts

* feat(checker): support disabled

* feat(checker): new component checker

* test(checker): init checker test

* refactor(demo): add checker

* docs(checker): init checker docs

* refactor(checker): remove console

* test(checker): fix radio test

* fix(checker): radio & checkbox type active condition

* fix(checker): radio condition error

* refactor(example): checker router component path err

* test(checker): fix test

* add checker disabled

* add checker disabled document

* 修改checker文档

* 修改缩进

* 修改test

* chore(package.json): 1.12.19

* docs(theme): add checker disabled vars

* build: package

* build: docs

* fix(button): button add events handle

* chore(package.json): 1.12.20

* refactor(form): remove debugger

* build: package

* feat(scroll): optimise scroll pullup (#482)

* feat(scroll): add pullUpLoad subprops visible

* feat(scroll): enhance forceUpdate

* chore(scroll): update docs and test

* optimise(scroll): using nextElementSubling

* chore(docs): update scroll doc

* chore(unit): update unit test to improve coverage

* chore: fix scroll docs

* docs(scroll): add nomore & visible docs

* chore(package.json): 1.12.21

* build: package

* build: docs

* docs(action-sheet): fix method do not match

* build: docs

* fix(index-list): should recalculaye height when forceUpdate

* refactor(demo): fix index-list pull down refresh

* docs(index-list): fix pulldown refresh forceUpdate err

* chore(package.json): 1.12.22

* docs(index-list): fotmat

* build: package

* build: docs

* docs(internationaliztion): refrator

* docs(internationalization): expose localMixin

* docs(internationalization): add sup label

* refactor(locale): mixin to lowercases

* docs(i18n): mixin usage

* chore(package.json): 1.12.23

* build: package

* build: docs

* fix(scroll-nav): use setTimeout to fix vue2.6 nextTick

nextTick is faster than events

* chore(package.json): 1.12.24

* build: package

* build: docs

* fix(scroll): forceUpdate (#526)

* fix: forceUpdate

* fix: rename

* fix: indexList foceUpdate

* docs(quick-start): add nuxt demo repo

* build: docs

* feat(textarea): add change event

* feat(index-list): support title slot

* chore(package.json): 1.12.25

* docs(index-list): add title slot

* build: package

* build: docs

* fix(validator): about promise type checking error

* fix(form): form item should sync value and do not validate twice

* fix(slide): bs transition should only affect transform

* chore(package.json): 1.12.26

* fix(date-picker): min and max default month to right value

* fix(index-list): scroll component refresh check

* build: package

* build: docs

* feat(scroll-nav-bar): sync txts by labels

* feat(scroll-nav): add scrollTo API

* fix(scroll-nav-bar): vue warn prop modify

* fix(scroll-nav-bar): sync txts too

* test(scroll-nav-bar): update labels should update txts too

* chore(package.json): 1.12.27

* build: package

* build: docs

* chore(demo): add input max length demo

* docs(input): add control max length demo

* build: docs

* feat: add a col configuration to checkbox and radio

* feat(checkbox-group): add a col configuration

* feat(radio): add a col configuration

* chore(demo): add a col configuration to checkbox-group and radio

* docs(radio): add a col configuration to radio

* docs(checkbox-group): add a col configuration to checkbox-group

* refactor(group-col mixin): remove comments

* chore(example): checkbox, radio text to en

* docs(checkbox): add colNum doc

* chore(package.json): 1.12.28

* build: package

* build: docs

* fix(input): ff, input min width should be 0

#567

* fix(scroll): pulldown can not reset position

* chore(package.json): 1.12.29

* build: package

* build: docs

* fix(form): should sync validity when add item field

* refactor(form): remove debugger

* fix(form): do not get btn field value

* test(form): add fieldsModel test

* chore(package.json): 1.12.30

* docs(form): add fieldsModel doc

* build: package

* build: docs

* docs(home): update copyright to 2019

* build: docs

* fix(segment-picker): fix can not hide bug

#597

* chore(package.json): 1.12.31

* build: package

* build: docs

* docs(form): add options sub conf desc

* build: docs

* docs(checker): add disabled option

* build: docs

* docs(scroll): bs link to en lang

* docs(scroll-nav-bar): add options prop

* build: docs

* feat(image-preview): support longTapSave to control bs click option

* refactor(image-preview): remove longTap prop

* fix(form): should scroll into first invalid field

* chore(package.json): 1.12.32

* build: package

* build: docs

* fix(radio): default slot child v-model not render correct contents

* build(deps): bump lodash.template from 4.4.0 to 4.5.0

Bumps [lodash.template](https://github.com/lodash/lodash) from 4.4.0 to 4.5.0.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](lodash/lodash@4.4.0...4.5.0)

Signed-off-by: dependabot[bot] <support@github.com>
dolymood pushed a commit that referenced this pull request Nov 6, 2019
* docs(i18n): add version

* build: docs

* docs(quick-start): add checker & locale entry

* docs(scroll): version

* build: docs

* chore(scroll): fix example bug

* build: docs

* fix(validator): remove findMessage

* chore(upgrade): update to v1.11.1

* build: package

* chore(example): input spell error

* build: docs

* docs(swipe): add 1.11 version diff

* build: docs

* Fix nest scrolls bug (#340)

* fix(scroll): outer scroll disabled when inner scroll invoke scrollTo

* chore(scroll): fix test bug in nest scroll

* fix(scroll): add 'none' nestMode

* fix(scroll-nav): can not scroll when nav-bar reach boundary

* chore(scroll): update scroll docs

* chore(package.json): 1.11.2

* build: package

* build: docs

* chore(example): checkbox add click demo

* docs(checkbox): add click demo doc

* build: docs

* feat(textarea): support autoExpand prop to control init state

#348

* test(textarea): add autoExpand prop test

* docs(textarea): add autoExpand prop doc

* Fix scrolls nest mode (#345)

* fix(scroll): set nestMode default to 'none'

* chore(scroll): update examples

* chore(scroll): update scroll docs

* chore(scroll): update unit test

* fix(scroll): update

* Feat recycle list (#344)

* feat(recycle-list): complete coding

* test(recycle-list): add unit case

* docs(recycle-list): add docs

* test(recycle-list): modify unit case

* feat(recycle-list): remove refs

* test(recycle-list): improve the coverage

* docs(recycle-list): modify destructuring

* docs(recycle-list): modify docs

* feat(recycle-list): adjust css and optimize loadings

* test(recycle-list): modify unit case

* refactor(recycle-list): code review

* refactor(recycle-list): add overflow scrolling touch

* docs(recycle-list): en remove zh-CN doc

* docs(recycle-list): tombstone mode to infinite mode

* refactor(input): placeholder color set to normal

* refactor(textarea): placeholder color specificity to normal

* chore(package.json): 1.12.0

* docs(scroll): nest mode required version 1.12

* docs(recycle-list): add version

* chore(types): add recycle-list component

* build: package

* build: docs

* fix(recycle-list): change warning to warn

* chore(package.json): 1.12.1

* build: package

* feat(form): submit method add skipValidate param

skipValidate used to skip validating when submit

* docs(form): add submit skitValidate param doc

* chore(package.json): 1.12.2

* docs(form): add version required

* build: package

* build: docs

* fix(swipe): should update activeIndex when remove item

* chore(package.json): 1.12.3

* build: package

* docs(nav): add video tutorial

* build: docs

* fix(example): fix page header invisible

* fix(recycle-list): can not scroll on iOS

* refactor(example): recycle list style

* chore(package.json): 1.12.4

* build: package

* build: docs

* feat(form): add checker item

* feat(tab-bar): support value prop

* feat(tab-panels): support value prop for tab-panel

* docs(tab-bar): add value prop doc

* feat(locale): support auto get Vue value

* chore(package.json): 1.12.5

* build: package

* build: docs

* docs(quick-start): add video

* build: docs

* Feat(TimePicket): support min & max

* feat: max

* test(time-picker): max example

* fix(time-picker): days.len

* docs: max

* fix(time-picker): column init

* test(time-picker): max

* docs: max

* test: fix minute step

* fix: potential float bug

* feat(time-picker): min

* test(time-picker): min

* docs(time-picker): min

* docs(time-picker): min, max

* chore: update version

* build: package

* build: docs

* Fix v-model typo (#369)

* chore: update scroll example's img (#372)

* chore: update scroll example's img

* chore: replace img links

* build: docs

* chore(package.json): better-scroll version lock

* chore(package.json): 1.12.7

* build: package

* build: docs

* fix(image-preview): zoom image on iOS will be blurred

#286

* chore(package.json): 1.12.8

* build: package

* chore(docs): remove Video Tutorial

* build: docs

* fix(slide): goToPage direction (#384)

* fix(slide): goToPage direction

* fix: remove default time value in goToPage function

* chore(slide): add vertical unit test case

* chore(package.json): 1.12.9

* build: package

* fix(recycle-list): check promise when mounted

* feat(input): add blur & focus api

* test(input): focus & blur api

* chore(package.json): 1.12.10

* build: package

* docs(input): add focus & blur api doc

* build: docs

* sticky-ele组件导出错误 (#409)

Thanks for your PR.

* fix(radio): radio group support v-model when using group

* chore(demo): radio group demo

* Recycle list fixbug (#410)

* fix(recycle-list): fix stop scroll bug

* docs(recycle-list): optimize docs

* fix(recycle-list): improve coverage

* test(recycle-list): add some test suites

* fix(recycle-list): normalize function name

* refactor(recycle-list): change ele class

* fix(recycle-list): set list vari to normal prop

* fix(recycle-list): hide loading-spinner when stop scroll

* fix(recycle-list): remove stopFetch variable

* test(recycle-list): modify unit case

* fix(recycle-list): clean unused whitespace and ajust position of noMore

* fix(recycle-list): make noMore var reactive

* chore(package.json): 1.12.11

* build: package

* build: docs

* Recycle list add api (#417)

* docs(recycle-list): add clean methods

* feat(recycle-list): add clean methods

* test(recycle-list): test clean methods

* docs(recycle-list): change clean to reset

* feat(recycle-list): change clean method to reset method

* test(recycle-list): test list length of recycle-list

* test(recycle-list): optimize unit case

* fix(Slide): fix maxScrollX/Y caculating error in nested Slide (#418)

* fix(slide): fix maxScrollX/Y caculating error in nested Slide

* optimise

* chore(types): add popup show, hide and remove declare

* chore(package.json): 1.12.12

* build: package

* build: docs

* chore(types): ts type declare err

* fix(scroll-nav-bar): inline-block element should have vertical-align top

#427

* fix(form): should sync validator value when submit

* refactor(form): opti comment

* chore(package.json): 1.12.13

* build: package

* build: docs

* feat(date-picker): support display order

* feat(date-picker): add columnOrder prop

add columnOrder prop which can be used to change the display order in case where the order is not
'Year-Month-Day Hour-Minute-Second'

* docs(date-picker): add version for columnOrder

* docs(date-picker): fix the mistake in document of date-picker

change "Day" to "Date" in the expression of columnOrder prop

* docs(date-picker): columnOrder doc order

* chore(package.json): 1.12.14

* build: package

* build: docs

* fix(scroll): nested scroll bug
when inner element can't scroll

* chore(package.json): 1.12.15

* build: package

* build: package

* docs(quick-start): upgrade webpack plugin versions

* build: docs

* fix(input): clear use touchend event to handle clear

* fix(types): add Checker

* test(input): fix click to touchevent

* chore(package.json): 1.12.16

* build: package

* build: docs

* feat(upload): support file status class

* chore(package.json): 1.12.17

* build: package

* build: docs

* feat(tab-bar): caculate tab's offsetLeft by el.offsetLeft

* chore(package.json): 1.12.18

* build: package

* build: docs

* test(karma): change image preview tests

* fix(demo): image preview links

* build: docs

* docs(form fields): add input events (#468)

* docs(checkbox and checkbox-group): add events

* docs(components of form type): add input event documentation

* docs(rate component): modify documents

* docs(components of form type): modify events description

* docs(input): modify events description

* chore(types): add style module

* chore(types): add Locale and Style module d.ts

* feat(checker): support disabled

* feat(checker): new component checker

* test(checker): init checker test

* refactor(demo): add checker

* docs(checker): init checker docs

* refactor(checker): remove console

* test(checker): fix radio test

* fix(checker): radio & checkbox type active condition

* fix(checker): radio condition error

* refactor(example): checker router component path err

* test(checker): fix test

* add checker disabled

* add checker disabled document

* 修改checker文档

* 修改缩进

* 修改test

* chore(package.json): 1.12.19

* docs(theme): add checker disabled vars

* build: package

* build: docs

* fix(button): button add events handle

* chore(package.json): 1.12.20

* refactor(form): remove debugger

* build: package

* feat(scroll): optimise scroll pullup (#482)

* feat(scroll): add pullUpLoad subprops visible

* feat(scroll): enhance forceUpdate

* chore(scroll): update docs and test

* optimise(scroll): using nextElementSubling

* chore(docs): update scroll doc

* chore(unit): update unit test to improve coverage

* chore: fix scroll docs

* docs(scroll): add nomore & visible docs

* chore(package.json): 1.12.21

* build: package

* build: docs

* docs(action-sheet): fix method do not match

* build: docs

* fix(index-list): should recalculaye height when forceUpdate

* refactor(demo): fix index-list pull down refresh

* docs(index-list): fix pulldown refresh forceUpdate err

* chore(package.json): 1.12.22

* docs(index-list): fotmat

* build: package

* build: docs

* docs(internationaliztion): refrator

* docs(internationalization): expose localMixin

* docs(internationalization): add sup label

* refactor(locale): mixin to lowercases

* docs(i18n): mixin usage

* chore(package.json): 1.12.23

* build: package

* build: docs

* fix(scroll-nav): use setTimeout to fix vue2.6 nextTick

nextTick is faster than events

* chore(package.json): 1.12.24

* build: package

* build: docs

* fix(scroll): forceUpdate (#526)

* fix: forceUpdate

* fix: rename

* fix: indexList foceUpdate

* docs(quick-start): add nuxt demo repo

* build: docs

* feat(textarea): add change event

* feat(index-list): support title slot

* chore(package.json): 1.12.25

* docs(index-list): add title slot

* build: package

* build: docs

* fix(validator): about promise type checking error

* fix(form): form item should sync value and do not validate twice

* fix(slide): bs transition should only affect transform

* chore(package.json): 1.12.26

* fix(date-picker): min and max default month to right value

* fix(index-list): scroll component refresh check

* build: package

* build: docs

* feat(scroll-nav-bar): sync txts by labels

* feat(scroll-nav): add scrollTo API

* fix(scroll-nav-bar): vue warn prop modify

* fix(scroll-nav-bar): sync txts too

* test(scroll-nav-bar): update labels should update txts too

* chore(package.json): 1.12.27

* build: package

* build: docs

* chore(demo): add input max length demo

* docs(input): add control max length demo

* build: docs

* feat: add a col configuration to checkbox and radio

* feat(checkbox-group): add a col configuration

* feat(radio): add a col configuration

* chore(demo): add a col configuration to checkbox-group and radio

* docs(radio): add a col configuration to radio

* docs(checkbox-group): add a col configuration to checkbox-group

* refactor(group-col mixin): remove comments

* chore(example): checkbox, radio text to en

* docs(checkbox): add colNum doc

* chore(package.json): 1.12.28

* build: package

* build: docs

* fix(input): ff, input min width should be 0

#567

* fix(scroll): pulldown can not reset position

* chore(package.json): 1.12.29

* build: package

* build: docs

* fix(form): should sync validity when add item field

* refactor(form): remove debugger

* fix(form): do not get btn field value

* test(form): add fieldsModel test

* chore(package.json): 1.12.30

* docs(form): add fieldsModel doc

* build: package

* build: docs

* docs(home): update copyright to 2019

* build: docs

* fix(segment-picker): fix can not hide bug

#597

* chore(package.json): 1.12.31

* build: package

* build: docs

* docs(form): add options sub conf desc

* build: docs

* docs(checker): add disabled option

* build: docs

* docs(scroll): bs link to en lang

* docs(scroll-nav-bar): add options prop

* build: docs

* feat(image-preview): support longTapSave to control bs click option

* refactor(image-preview): remove longTap prop

* fix(form): should scroll into first invalid field

* chore(package.json): 1.12.32

* build: package

* build: docs

* fix(radio): default slot child v-model not render correct contents

* build(deps-dev): bump eslint from 3.19.0 to 4.18.2

Bumps [eslint](https://github.com/eslint/eslint) from 3.19.0 to 4.18.2.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md)
- [Commits](eslint/eslint@v3.19.0...v4.18.2)

Signed-off-by: dependabot[bot] <support@github.com>
dolymood pushed a commit that referenced this pull request Nov 6, 2019
* docs(i18n): add version

* build: docs

* docs(quick-start): add checker & locale entry

* docs(scroll): version

* build: docs

* chore(scroll): fix example bug

* build: docs

* fix(validator): remove findMessage

* chore(upgrade): update to v1.11.1

* build: package

* chore(example): input spell error

* build: docs

* docs(swipe): add 1.11 version diff

* build: docs

* Fix nest scrolls bug (#340)

* fix(scroll): outer scroll disabled when inner scroll invoke scrollTo

* chore(scroll): fix test bug in nest scroll

* fix(scroll): add 'none' nestMode

* fix(scroll-nav): can not scroll when nav-bar reach boundary

* chore(scroll): update scroll docs

* chore(package.json): 1.11.2

* build: package

* build: docs

* chore(example): checkbox add click demo

* docs(checkbox): add click demo doc

* build: docs

* feat(textarea): support autoExpand prop to control init state

#348

* test(textarea): add autoExpand prop test

* docs(textarea): add autoExpand prop doc

* Fix scrolls nest mode (#345)

* fix(scroll): set nestMode default to 'none'

* chore(scroll): update examples

* chore(scroll): update scroll docs

* chore(scroll): update unit test

* fix(scroll): update

* Feat recycle list (#344)

* feat(recycle-list): complete coding

* test(recycle-list): add unit case

* docs(recycle-list): add docs

* test(recycle-list): modify unit case

* feat(recycle-list): remove refs

* test(recycle-list): improve the coverage

* docs(recycle-list): modify destructuring

* docs(recycle-list): modify docs

* feat(recycle-list): adjust css and optimize loadings

* test(recycle-list): modify unit case

* refactor(recycle-list): code review

* refactor(recycle-list): add overflow scrolling touch

* docs(recycle-list): en remove zh-CN doc

* docs(recycle-list): tombstone mode to infinite mode

* refactor(input): placeholder color set to normal

* refactor(textarea): placeholder color specificity to normal

* chore(package.json): 1.12.0

* docs(scroll): nest mode required version 1.12

* docs(recycle-list): add version

* chore(types): add recycle-list component

* build: package

* build: docs

* fix(recycle-list): change warning to warn

* chore(package.json): 1.12.1

* build: package

* feat(form): submit method add skipValidate param

skipValidate used to skip validating when submit

* docs(form): add submit skitValidate param doc

* chore(package.json): 1.12.2

* docs(form): add version required

* build: package

* build: docs

* fix(swipe): should update activeIndex when remove item

* chore(package.json): 1.12.3

* build: package

* docs(nav): add video tutorial

* build: docs

* fix(example): fix page header invisible

* fix(recycle-list): can not scroll on iOS

* refactor(example): recycle list style

* chore(package.json): 1.12.4

* build: package

* build: docs

* feat(form): add checker item

* feat(tab-bar): support value prop

* feat(tab-panels): support value prop for tab-panel

* docs(tab-bar): add value prop doc

* feat(locale): support auto get Vue value

* chore(package.json): 1.12.5

* build: package

* build: docs

* docs(quick-start): add video

* build: docs

* Feat(TimePicket): support min & max

* feat: max

* test(time-picker): max example

* fix(time-picker): days.len

* docs: max

* fix(time-picker): column init

* test(time-picker): max

* docs: max

* test: fix minute step

* fix: potential float bug

* feat(time-picker): min

* test(time-picker): min

* docs(time-picker): min

* docs(time-picker): min, max

* chore: update version

* build: package

* build: docs

* Fix v-model typo (#369)

* chore: update scroll example's img (#372)

* chore: update scroll example's img

* chore: replace img links

* build: docs

* chore(package.json): better-scroll version lock

* chore(package.json): 1.12.7

* build: package

* build: docs

* fix(image-preview): zoom image on iOS will be blurred

#286

* chore(package.json): 1.12.8

* build: package

* chore(docs): remove Video Tutorial

* build: docs

* fix(slide): goToPage direction (#384)

* fix(slide): goToPage direction

* fix: remove default time value in goToPage function

* chore(slide): add vertical unit test case

* chore(package.json): 1.12.9

* build: package

* fix(recycle-list): check promise when mounted

* feat(input): add blur & focus api

* test(input): focus & blur api

* chore(package.json): 1.12.10

* build: package

* docs(input): add focus & blur api doc

* build: docs

* sticky-ele组件导出错误 (#409)

Thanks for your PR.

* fix(radio): radio group support v-model when using group

* chore(demo): radio group demo

* Recycle list fixbug (#410)

* fix(recycle-list): fix stop scroll bug

* docs(recycle-list): optimize docs

* fix(recycle-list): improve coverage

* test(recycle-list): add some test suites

* fix(recycle-list): normalize function name

* refactor(recycle-list): change ele class

* fix(recycle-list): set list vari to normal prop

* fix(recycle-list): hide loading-spinner when stop scroll

* fix(recycle-list): remove stopFetch variable

* test(recycle-list): modify unit case

* fix(recycle-list): clean unused whitespace and ajust position of noMore

* fix(recycle-list): make noMore var reactive

* chore(package.json): 1.12.11

* build: package

* build: docs

* Recycle list add api (#417)

* docs(recycle-list): add clean methods

* feat(recycle-list): add clean methods

* test(recycle-list): test clean methods

* docs(recycle-list): change clean to reset

* feat(recycle-list): change clean method to reset method

* test(recycle-list): test list length of recycle-list

* test(recycle-list): optimize unit case

* fix(Slide): fix maxScrollX/Y caculating error in nested Slide (#418)

* fix(slide): fix maxScrollX/Y caculating error in nested Slide

* optimise

* chore(types): add popup show, hide and remove declare

* chore(package.json): 1.12.12

* build: package

* build: docs

* chore(types): ts type declare err

* fix(scroll-nav-bar): inline-block element should have vertical-align top

#427

* fix(form): should sync validator value when submit

* refactor(form): opti comment

* chore(package.json): 1.12.13

* build: package

* build: docs

* feat(date-picker): support display order

* feat(date-picker): add columnOrder prop

add columnOrder prop which can be used to change the display order in case where the order is not
'Year-Month-Day Hour-Minute-Second'

* docs(date-picker): add version for columnOrder

* docs(date-picker): fix the mistake in document of date-picker

change "Day" to "Date" in the expression of columnOrder prop

* docs(date-picker): columnOrder doc order

* chore(package.json): 1.12.14

* build: package

* build: docs

* fix(scroll): nested scroll bug
when inner element can't scroll

* chore(package.json): 1.12.15

* build: package

* build: package

* docs(quick-start): upgrade webpack plugin versions

* build: docs

* fix(input): clear use touchend event to handle clear

* fix(types): add Checker

* test(input): fix click to touchevent

* chore(package.json): 1.12.16

* build: package

* build: docs

* feat(upload): support file status class

* chore(package.json): 1.12.17

* build: package

* build: docs

* feat(tab-bar): caculate tab's offsetLeft by el.offsetLeft

* chore(package.json): 1.12.18

* build: package

* build: docs

* test(karma): change image preview tests

* fix(demo): image preview links

* build: docs

* docs(form fields): add input events (#468)

* docs(checkbox and checkbox-group): add events

* docs(components of form type): add input event documentation

* docs(rate component): modify documents

* docs(components of form type): modify events description

* docs(input): modify events description

* chore(types): add style module

* chore(types): add Locale and Style module d.ts

* feat(checker): support disabled

* feat(checker): new component checker

* test(checker): init checker test

* refactor(demo): add checker

* docs(checker): init checker docs

* refactor(checker): remove console

* test(checker): fix radio test

* fix(checker): radio & checkbox type active condition

* fix(checker): radio condition error

* refactor(example): checker router component path err

* test(checker): fix test

* add checker disabled

* add checker disabled document

* 修改checker文档

* 修改缩进

* 修改test

* chore(package.json): 1.12.19

* docs(theme): add checker disabled vars

* build: package

* build: docs

* fix(button): button add events handle

* chore(package.json): 1.12.20

* refactor(form): remove debugger

* build: package

* feat(scroll): optimise scroll pullup (#482)

* feat(scroll): add pullUpLoad subprops visible

* feat(scroll): enhance forceUpdate

* chore(scroll): update docs and test

* optimise(scroll): using nextElementSubling

* chore(docs): update scroll doc

* chore(unit): update unit test to improve coverage

* chore: fix scroll docs

* docs(scroll): add nomore & visible docs

* chore(package.json): 1.12.21

* build: package

* build: docs

* docs(action-sheet): fix method do not match

* build: docs

* fix(index-list): should recalculaye height when forceUpdate

* refactor(demo): fix index-list pull down refresh

* docs(index-list): fix pulldown refresh forceUpdate err

* chore(package.json): 1.12.22

* docs(index-list): fotmat

* build: package

* build: docs

* docs(internationaliztion): refrator

* docs(internationalization): expose localMixin

* docs(internationalization): add sup label

* refactor(locale): mixin to lowercases

* docs(i18n): mixin usage

* chore(package.json): 1.12.23

* build: package

* build: docs

* fix(scroll-nav): use setTimeout to fix vue2.6 nextTick

nextTick is faster than events

* chore(package.json): 1.12.24

* build: package

* build: docs

* fix(scroll): forceUpdate (#526)

* fix: forceUpdate

* fix: rename

* fix: indexList foceUpdate

* docs(quick-start): add nuxt demo repo

* build: docs

* feat(textarea): add change event

* feat(index-list): support title slot

* chore(package.json): 1.12.25

* docs(index-list): add title slot

* build: package

* build: docs

* fix(validator): about promise type checking error

* fix(form): form item should sync value and do not validate twice

* fix(slide): bs transition should only affect transform

* chore(package.json): 1.12.26

* fix(date-picker): min and max default month to right value

* fix(index-list): scroll component refresh check

* build: package

* build: docs

* feat(scroll-nav-bar): sync txts by labels

* feat(scroll-nav): add scrollTo API

* fix(scroll-nav-bar): vue warn prop modify

* fix(scroll-nav-bar): sync txts too

* test(scroll-nav-bar): update labels should update txts too

* chore(package.json): 1.12.27

* build: package

* build: docs

* chore(demo): add input max length demo

* docs(input): add control max length demo

* build: docs

* feat: add a col configuration to checkbox and radio

* feat(checkbox-group): add a col configuration

* feat(radio): add a col configuration

* chore(demo): add a col configuration to checkbox-group and radio

* docs(radio): add a col configuration to radio

* docs(checkbox-group): add a col configuration to checkbox-group

* refactor(group-col mixin): remove comments

* chore(example): checkbox, radio text to en

* docs(checkbox): add colNum doc

* chore(package.json): 1.12.28

* build: package

* build: docs

* fix(input): ff, input min width should be 0

#567

* fix(scroll): pulldown can not reset position

* chore(package.json): 1.12.29

* build: package

* build: docs

* fix(form): should sync validity when add item field

* refactor(form): remove debugger

* fix(form): do not get btn field value

* test(form): add fieldsModel test

* chore(package.json): 1.12.30

* docs(form): add fieldsModel doc

* build: package

* build: docs

* docs(home): update copyright to 2019

* build: docs

* fix(segment-picker): fix can not hide bug

#597

* chore(package.json): 1.12.31

* build: package

* build: docs

* docs(form): add options sub conf desc

* build: docs

* docs(checker): add disabled option

* build: docs

* docs(scroll): bs link to en lang

* docs(scroll-nav-bar): add options prop

* build: docs

* feat(image-preview): support longTapSave to control bs click option

* refactor(image-preview): remove longTap prop

* fix(form): should scroll into first invalid field

* chore(package.json): 1.12.32

* build: package

* build: docs

* fix(radio): default slot child v-model not render correct contents

* build(deps-dev): bump lodash-es from 4.17.10 to 4.17.14

Bumps [lodash-es](https://github.com/lodash/lodash) from 4.17.10 to 4.17.14.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](lodash/lodash@4.17.10...4.17.14)

Signed-off-by: dependabot[bot] <support@github.com>
dolymood pushed a commit that referenced this pull request Nov 6, 2019
* docs(i18n): add version

* build: docs

* docs(quick-start): add checker & locale entry

* docs(scroll): version

* build: docs

* chore(scroll): fix example bug

* build: docs

* fix(validator): remove findMessage

* chore(upgrade): update to v1.11.1

* build: package

* chore(example): input spell error

* build: docs

* docs(swipe): add 1.11 version diff

* build: docs

* Fix nest scrolls bug (#340)

* fix(scroll): outer scroll disabled when inner scroll invoke scrollTo

* chore(scroll): fix test bug in nest scroll

* fix(scroll): add 'none' nestMode

* fix(scroll-nav): can not scroll when nav-bar reach boundary

* chore(scroll): update scroll docs

* chore(package.json): 1.11.2

* build: package

* build: docs

* chore(example): checkbox add click demo

* docs(checkbox): add click demo doc

* build: docs

* feat(textarea): support autoExpand prop to control init state

#348

* test(textarea): add autoExpand prop test

* docs(textarea): add autoExpand prop doc

* Fix scrolls nest mode (#345)

* fix(scroll): set nestMode default to 'none'

* chore(scroll): update examples

* chore(scroll): update scroll docs

* chore(scroll): update unit test

* fix(scroll): update

* Feat recycle list (#344)

* feat(recycle-list): complete coding

* test(recycle-list): add unit case

* docs(recycle-list): add docs

* test(recycle-list): modify unit case

* feat(recycle-list): remove refs

* test(recycle-list): improve the coverage

* docs(recycle-list): modify destructuring

* docs(recycle-list): modify docs

* feat(recycle-list): adjust css and optimize loadings

* test(recycle-list): modify unit case

* refactor(recycle-list): code review

* refactor(recycle-list): add overflow scrolling touch

* docs(recycle-list): en remove zh-CN doc

* docs(recycle-list): tombstone mode to infinite mode

* refactor(input): placeholder color set to normal

* refactor(textarea): placeholder color specificity to normal

* chore(package.json): 1.12.0

* docs(scroll): nest mode required version 1.12

* docs(recycle-list): add version

* chore(types): add recycle-list component

* build: package

* build: docs

* fix(recycle-list): change warning to warn

* chore(package.json): 1.12.1

* build: package

* feat(form): submit method add skipValidate param

skipValidate used to skip validating when submit

* docs(form): add submit skitValidate param doc

* chore(package.json): 1.12.2

* docs(form): add version required

* build: package

* build: docs

* fix(swipe): should update activeIndex when remove item

* chore(package.json): 1.12.3

* build: package

* docs(nav): add video tutorial

* build: docs

* fix(example): fix page header invisible

* fix(recycle-list): can not scroll on iOS

* refactor(example): recycle list style

* chore(package.json): 1.12.4

* build: package

* build: docs

* feat(form): add checker item

* feat(tab-bar): support value prop

* feat(tab-panels): support value prop for tab-panel

* docs(tab-bar): add value prop doc

* feat(locale): support auto get Vue value

* chore(package.json): 1.12.5

* build: package

* build: docs

* docs(quick-start): add video

* build: docs

* Feat(TimePicket): support min & max

* feat: max

* test(time-picker): max example

* fix(time-picker): days.len

* docs: max

* fix(time-picker): column init

* test(time-picker): max

* docs: max

* test: fix minute step

* fix: potential float bug

* feat(time-picker): min

* test(time-picker): min

* docs(time-picker): min

* docs(time-picker): min, max

* chore: update version

* build: package

* build: docs

* Fix v-model typo (#369)

* chore: update scroll example's img (#372)

* chore: update scroll example's img

* chore: replace img links

* build: docs

* chore(package.json): better-scroll version lock

* chore(package.json): 1.12.7

* build: package

* build: docs

* fix(image-preview): zoom image on iOS will be blurred

#286

* chore(package.json): 1.12.8

* build: package

* chore(docs): remove Video Tutorial

* build: docs

* fix(slide): goToPage direction (#384)

* fix(slide): goToPage direction

* fix: remove default time value in goToPage function

* chore(slide): add vertical unit test case

* chore(package.json): 1.12.9

* build: package

* fix(recycle-list): check promise when mounted

* feat(input): add blur & focus api

* test(input): focus & blur api

* chore(package.json): 1.12.10

* build: package

* docs(input): add focus & blur api doc

* build: docs

* sticky-ele组件导出错误 (#409)

Thanks for your PR.

* fix(radio): radio group support v-model when using group

* chore(demo): radio group demo

* Recycle list fixbug (#410)

* fix(recycle-list): fix stop scroll bug

* docs(recycle-list): optimize docs

* fix(recycle-list): improve coverage

* test(recycle-list): add some test suites

* fix(recycle-list): normalize function name

* refactor(recycle-list): change ele class

* fix(recycle-list): set list vari to normal prop

* fix(recycle-list): hide loading-spinner when stop scroll

* fix(recycle-list): remove stopFetch variable

* test(recycle-list): modify unit case

* fix(recycle-list): clean unused whitespace and ajust position of noMore

* fix(recycle-list): make noMore var reactive

* chore(package.json): 1.12.11

* build: package

* build: docs

* Recycle list add api (#417)

* docs(recycle-list): add clean methods

* feat(recycle-list): add clean methods

* test(recycle-list): test clean methods

* docs(recycle-list): change clean to reset

* feat(recycle-list): change clean method to reset method

* test(recycle-list): test list length of recycle-list

* test(recycle-list): optimize unit case

* fix(Slide): fix maxScrollX/Y caculating error in nested Slide (#418)

* fix(slide): fix maxScrollX/Y caculating error in nested Slide

* optimise

* chore(types): add popup show, hide and remove declare

* chore(package.json): 1.12.12

* build: package

* build: docs

* chore(types): ts type declare err

* fix(scroll-nav-bar): inline-block element should have vertical-align top

#427

* fix(form): should sync validator value when submit

* refactor(form): opti comment

* chore(package.json): 1.12.13

* build: package

* build: docs

* feat(date-picker): support display order

* feat(date-picker): add columnOrder prop

add columnOrder prop which can be used to change the display order in case where the order is not
'Year-Month-Day Hour-Minute-Second'

* docs(date-picker): add version for columnOrder

* docs(date-picker): fix the mistake in document of date-picker

change "Day" to "Date" in the expression of columnOrder prop

* docs(date-picker): columnOrder doc order

* chore(package.json): 1.12.14

* build: package

* build: docs

* fix(scroll): nested scroll bug
when inner element can't scroll

* chore(package.json): 1.12.15

* build: package

* build: package

* docs(quick-start): upgrade webpack plugin versions

* build: docs

* fix(input): clear use touchend event to handle clear

* fix(types): add Checker

* test(input): fix click to touchevent

* chore(package.json): 1.12.16

* build: package

* build: docs

* feat(upload): support file status class

* chore(package.json): 1.12.17

* build: package

* build: docs

* feat(tab-bar): caculate tab's offsetLeft by el.offsetLeft

* chore(package.json): 1.12.18

* build: package

* build: docs

* test(karma): change image preview tests

* fix(demo): image preview links

* build: docs

* docs(form fields): add input events (#468)

* docs(checkbox and checkbox-group): add events

* docs(components of form type): add input event documentation

* docs(rate component): modify documents

* docs(components of form type): modify events description

* docs(input): modify events description

* chore(types): add style module

* chore(types): add Locale and Style module d.ts

* feat(checker): support disabled

* feat(checker): new component checker

* test(checker): init checker test

* refactor(demo): add checker

* docs(checker): init checker docs

* refactor(checker): remove console

* test(checker): fix radio test

* fix(checker): radio & checkbox type active condition

* fix(checker): radio condition error

* refactor(example): checker router component path err

* test(checker): fix test

* add checker disabled

* add checker disabled document

* 修改checker文档

* 修改缩进

* 修改test

* chore(package.json): 1.12.19

* docs(theme): add checker disabled vars

* build: package

* build: docs

* fix(button): button add events handle

* chore(package.json): 1.12.20

* refactor(form): remove debugger

* build: package

* feat(scroll): optimise scroll pullup (#482)

* feat(scroll): add pullUpLoad subprops visible

* feat(scroll): enhance forceUpdate

* chore(scroll): update docs and test

* optimise(scroll): using nextElementSubling

* chore(docs): update scroll doc

* chore(unit): update unit test to improve coverage

* chore: fix scroll docs

* docs(scroll): add nomore & visible docs

* chore(package.json): 1.12.21

* build: package

* build: docs

* docs(action-sheet): fix method do not match

* build: docs

* fix(index-list): should recalculaye height when forceUpdate

* refactor(demo): fix index-list pull down refresh

* docs(index-list): fix pulldown refresh forceUpdate err

* chore(package.json): 1.12.22

* docs(index-list): fotmat

* build: package

* build: docs

* docs(internationaliztion): refrator

* docs(internationalization): expose localMixin

* docs(internationalization): add sup label

* refactor(locale): mixin to lowercases

* docs(i18n): mixin usage

* chore(package.json): 1.12.23

* build: package

* build: docs

* fix(scroll-nav): use setTimeout to fix vue2.6 nextTick

nextTick is faster than events

* chore(package.json): 1.12.24

* build: package

* build: docs

* fix(scroll): forceUpdate (#526)

* fix: forceUpdate

* fix: rename

* fix: indexList foceUpdate

* docs(quick-start): add nuxt demo repo

* build: docs

* feat(textarea): add change event

* feat(index-list): support title slot

* chore(package.json): 1.12.25

* docs(index-list): add title slot

* build: package

* build: docs

* fix(validator): about promise type checking error

* fix(form): form item should sync value and do not validate twice

* fix(slide): bs transition should only affect transform

* chore(package.json): 1.12.26

* fix(date-picker): min and max default month to right value

* fix(index-list): scroll component refresh check

* build: package

* build: docs

* feat(scroll-nav-bar): sync txts by labels

* feat(scroll-nav): add scrollTo API

* fix(scroll-nav-bar): vue warn prop modify

* fix(scroll-nav-bar): sync txts too

* test(scroll-nav-bar): update labels should update txts too

* chore(package.json): 1.12.27

* build: package

* build: docs

* chore(demo): add input max length demo

* docs(input): add control max length demo

* build: docs

* feat: add a col configuration to checkbox and radio

* feat(checkbox-group): add a col configuration

* feat(radio): add a col configuration

* chore(demo): add a col configuration to checkbox-group and radio

* docs(radio): add a col configuration to radio

* docs(checkbox-group): add a col configuration to checkbox-group

* refactor(group-col mixin): remove comments

* chore(example): checkbox, radio text to en

* docs(checkbox): add colNum doc

* chore(package.json): 1.12.28

* build: package

* build: docs

* fix(input): ff, input min width should be 0

#567

* fix(scroll): pulldown can not reset position

* chore(package.json): 1.12.29

* build: package

* build: docs

* fix(form): should sync validity when add item field

* refactor(form): remove debugger

* fix(form): do not get btn field value

* test(form): add fieldsModel test

* chore(package.json): 1.12.30

* docs(form): add fieldsModel doc

* build: package

* build: docs

* docs(home): update copyright to 2019

* build: docs

* fix(segment-picker): fix can not hide bug

#597

* chore(package.json): 1.12.31

* build: package

* build: docs

* docs(form): add options sub conf desc

* build: docs

* docs(checker): add disabled option

* build: docs

* docs(scroll): bs link to en lang

* docs(scroll-nav-bar): add options prop

* build: docs

* feat(image-preview): support longTapSave to control bs click option

* refactor(image-preview): remove longTap prop

* fix(form): should scroll into first invalid field

* chore(package.json): 1.12.32

* build: package

* build: docs

* fix(radio): default slot child v-model not render correct contents

* build(deps): bump mixin-deep from 1.3.1 to 1.3.2

Bumps [mixin-deep](https://github.com/jonschlinkert/mixin-deep) from 1.3.1 to 1.3.2.
- [Release notes](https://github.com/jonschlinkert/mixin-deep/releases)
- [Commits](jonschlinkert/mixin-deep@1.3.1...1.3.2)

Signed-off-by: dependabot[bot] <support@github.com>
dolymood pushed a commit that referenced this pull request Nov 6, 2019
* docs(i18n): add version

* build: docs

* docs(quick-start): add checker & locale entry

* docs(scroll): version

* build: docs

* chore(scroll): fix example bug

* build: docs

* fix(validator): remove findMessage

* chore(upgrade): update to v1.11.1

* build: package

* chore(example): input spell error

* build: docs

* docs(swipe): add 1.11 version diff

* build: docs

* Fix nest scrolls bug (#340)

* fix(scroll): outer scroll disabled when inner scroll invoke scrollTo

* chore(scroll): fix test bug in nest scroll

* fix(scroll): add 'none' nestMode

* fix(scroll-nav): can not scroll when nav-bar reach boundary

* chore(scroll): update scroll docs

* chore(package.json): 1.11.2

* build: package

* build: docs

* chore(example): checkbox add click demo

* docs(checkbox): add click demo doc

* build: docs

* feat(textarea): support autoExpand prop to control init state

#348

* test(textarea): add autoExpand prop test

* docs(textarea): add autoExpand prop doc

* Fix scrolls nest mode (#345)

* fix(scroll): set nestMode default to 'none'

* chore(scroll): update examples

* chore(scroll): update scroll docs

* chore(scroll): update unit test

* fix(scroll): update

* Feat recycle list (#344)

* feat(recycle-list): complete coding

* test(recycle-list): add unit case

* docs(recycle-list): add docs

* test(recycle-list): modify unit case

* feat(recycle-list): remove refs

* test(recycle-list): improve the coverage

* docs(recycle-list): modify destructuring

* docs(recycle-list): modify docs

* feat(recycle-list): adjust css and optimize loadings

* test(recycle-list): modify unit case

* refactor(recycle-list): code review

* refactor(recycle-list): add overflow scrolling touch

* docs(recycle-list): en remove zh-CN doc

* docs(recycle-list): tombstone mode to infinite mode

* refactor(input): placeholder color set to normal

* refactor(textarea): placeholder color specificity to normal

* chore(package.json): 1.12.0

* docs(scroll): nest mode required version 1.12

* docs(recycle-list): add version

* chore(types): add recycle-list component

* build: package

* build: docs

* fix(recycle-list): change warning to warn

* chore(package.json): 1.12.1

* build: package

* feat(form): submit method add skipValidate param

skipValidate used to skip validating when submit

* docs(form): add submit skitValidate param doc

* chore(package.json): 1.12.2

* docs(form): add version required

* build: package

* build: docs

* fix(swipe): should update activeIndex when remove item

* chore(package.json): 1.12.3

* build: package

* docs(nav): add video tutorial

* build: docs

* fix(example): fix page header invisible

* fix(recycle-list): can not scroll on iOS

* refactor(example): recycle list style

* chore(package.json): 1.12.4

* build: package

* build: docs

* feat(form): add checker item

* feat(tab-bar): support value prop

* feat(tab-panels): support value prop for tab-panel

* docs(tab-bar): add value prop doc

* feat(locale): support auto get Vue value

* chore(package.json): 1.12.5

* build: package

* build: docs

* docs(quick-start): add video

* build: docs

* Feat(TimePicket): support min & max

* feat: max

* test(time-picker): max example

* fix(time-picker): days.len

* docs: max

* fix(time-picker): column init

* test(time-picker): max

* docs: max

* test: fix minute step

* fix: potential float bug

* feat(time-picker): min

* test(time-picker): min

* docs(time-picker): min

* docs(time-picker): min, max

* chore: update version

* build: package

* build: docs

* Fix v-model typo (#369)

* chore: update scroll example's img (#372)

* chore: update scroll example's img

* chore: replace img links

* build: docs

* chore(package.json): better-scroll version lock

* chore(package.json): 1.12.7

* build: package

* build: docs

* fix(image-preview): zoom image on iOS will be blurred

#286

* chore(package.json): 1.12.8

* build: package

* chore(docs): remove Video Tutorial

* build: docs

* fix(slide): goToPage direction (#384)

* fix(slide): goToPage direction

* fix: remove default time value in goToPage function

* chore(slide): add vertical unit test case

* chore(package.json): 1.12.9

* build: package

* fix(recycle-list): check promise when mounted

* feat(input): add blur & focus api

* test(input): focus & blur api

* chore(package.json): 1.12.10

* build: package

* docs(input): add focus & blur api doc

* build: docs

* sticky-ele组件导出错误 (#409)

Thanks for your PR.

* fix(radio): radio group support v-model when using group

* chore(demo): radio group demo

* Recycle list fixbug (#410)

* fix(recycle-list): fix stop scroll bug

* docs(recycle-list): optimize docs

* fix(recycle-list): improve coverage

* test(recycle-list): add some test suites

* fix(recycle-list): normalize function name

* refactor(recycle-list): change ele class

* fix(recycle-list): set list vari to normal prop

* fix(recycle-list): hide loading-spinner when stop scroll

* fix(recycle-list): remove stopFetch variable

* test(recycle-list): modify unit case

* fix(recycle-list): clean unused whitespace and ajust position of noMore

* fix(recycle-list): make noMore var reactive

* chore(package.json): 1.12.11

* build: package

* build: docs

* Recycle list add api (#417)

* docs(recycle-list): add clean methods

* feat(recycle-list): add clean methods

* test(recycle-list): test clean methods

* docs(recycle-list): change clean to reset

* feat(recycle-list): change clean method to reset method

* test(recycle-list): test list length of recycle-list

* test(recycle-list): optimize unit case

* fix(Slide): fix maxScrollX/Y caculating error in nested Slide (#418)

* fix(slide): fix maxScrollX/Y caculating error in nested Slide

* optimise

* chore(types): add popup show, hide and remove declare

* chore(package.json): 1.12.12

* build: package

* build: docs

* chore(types): ts type declare err

* fix(scroll-nav-bar): inline-block element should have vertical-align top

#427

* fix(form): should sync validator value when submit

* refactor(form): opti comment

* chore(package.json): 1.12.13

* build: package

* build: docs

* feat(date-picker): support display order

* feat(date-picker): add columnOrder prop

add columnOrder prop which can be used to change the display order in case where the order is not
'Year-Month-Day Hour-Minute-Second'

* docs(date-picker): add version for columnOrder

* docs(date-picker): fix the mistake in document of date-picker

change "Day" to "Date" in the expression of columnOrder prop

* docs(date-picker): columnOrder doc order

* chore(package.json): 1.12.14

* build: package

* build: docs

* fix(scroll): nested scroll bug
when inner element can't scroll

* chore(package.json): 1.12.15

* build: package

* build: package

* docs(quick-start): upgrade webpack plugin versions

* build: docs

* fix(input): clear use touchend event to handle clear

* fix(types): add Checker

* test(input): fix click to touchevent

* chore(package.json): 1.12.16

* build: package

* build: docs

* feat(upload): support file status class

* chore(package.json): 1.12.17

* build: package

* build: docs

* feat(tab-bar): caculate tab's offsetLeft by el.offsetLeft

* chore(package.json): 1.12.18

* build: package

* build: docs

* test(karma): change image preview tests

* fix(demo): image preview links

* build: docs

* docs(form fields): add input events (#468)

* docs(checkbox and checkbox-group): add events

* docs(components of form type): add input event documentation

* docs(rate component): modify documents

* docs(components of form type): modify events description

* docs(input): modify events description

* chore(types): add style module

* chore(types): add Locale and Style module d.ts

* feat(checker): support disabled

* feat(checker): new component checker

* test(checker): init checker test

* refactor(demo): add checker

* docs(checker): init checker docs

* refactor(checker): remove console

* test(checker): fix radio test

* fix(checker): radio & checkbox type active condition

* fix(checker): radio condition error

* refactor(example): checker router component path err

* test(checker): fix test

* add checker disabled

* add checker disabled document

* 修改checker文档

* 修改缩进

* 修改test

* chore(package.json): 1.12.19

* docs(theme): add checker disabled vars

* build: package

* build: docs

* fix(button): button add events handle

* chore(package.json): 1.12.20

* refactor(form): remove debugger

* build: package

* feat(scroll): optimise scroll pullup (#482)

* feat(scroll): add pullUpLoad subprops visible

* feat(scroll): enhance forceUpdate

* chore(scroll): update docs and test

* optimise(scroll): using nextElementSubling

* chore(docs): update scroll doc

* chore(unit): update unit test to improve coverage

* chore: fix scroll docs

* docs(scroll): add nomore & visible docs

* chore(package.json): 1.12.21

* build: package

* build: docs

* docs(action-sheet): fix method do not match

* build: docs

* fix(index-list): should recalculaye height when forceUpdate

* refactor(demo): fix index-list pull down refresh

* docs(index-list): fix pulldown refresh forceUpdate err

* chore(package.json): 1.12.22

* docs(index-list): fotmat

* build: package

* build: docs

* docs(internationaliztion): refrator

* docs(internationalization): expose localMixin

* docs(internationalization): add sup label

* refactor(locale): mixin to lowercases

* docs(i18n): mixin usage

* chore(package.json): 1.12.23

* build: package

* build: docs

* fix(scroll-nav): use setTimeout to fix vue2.6 nextTick

nextTick is faster than events

* chore(package.json): 1.12.24

* build: package

* build: docs

* fix(scroll): forceUpdate (#526)

* fix: forceUpdate

* fix: rename

* fix: indexList foceUpdate

* docs(quick-start): add nuxt demo repo

* build: docs

* feat(textarea): add change event

* feat(index-list): support title slot

* chore(package.json): 1.12.25

* docs(index-list): add title slot

* build: package

* build: docs

* fix(validator): about promise type checking error

* fix(form): form item should sync value and do not validate twice

* fix(slide): bs transition should only affect transform

* chore(package.json): 1.12.26

* fix(date-picker): min and max default month to right value

* fix(index-list): scroll component refresh check

* build: package

* build: docs

* feat(scroll-nav-bar): sync txts by labels

* feat(scroll-nav): add scrollTo API

* fix(scroll-nav-bar): vue warn prop modify

* fix(scroll-nav-bar): sync txts too

* test(scroll-nav-bar): update labels should update txts too

* chore(package.json): 1.12.27

* build: package

* build: docs

* chore(demo): add input max length demo

* docs(input): add control max length demo

* build: docs

* feat: add a col configuration to checkbox and radio

* feat(checkbox-group): add a col configuration

* feat(radio): add a col configuration

* chore(demo): add a col configuration to checkbox-group and radio

* docs(radio): add a col configuration to radio

* docs(checkbox-group): add a col configuration to checkbox-group

* refactor(group-col mixin): remove comments

* chore(example): checkbox, radio text to en

* docs(checkbox): add colNum doc

* chore(package.json): 1.12.28

* build: package

* build: docs

* fix(input): ff, input min width should be 0

#567

* fix(scroll): pulldown can not reset position

* chore(package.json): 1.12.29

* build: package

* build: docs

* fix(form): should sync validity when add item field

* refactor(form): remove debugger

* fix(form): do not get btn field value

* test(form): add fieldsModel test

* chore(package.json): 1.12.30

* docs(form): add fieldsModel doc

* build: package

* build: docs

* docs(home): update copyright to 2019

* build: docs

* fix(segment-picker): fix can not hide bug

#597

* chore(package.json): 1.12.31

* build: package

* build: docs

* docs(form): add options sub conf desc

* build: docs

* docs(checker): add disabled option

* build: docs

* docs(scroll): bs link to en lang

* docs(scroll-nav-bar): add options prop

* build: docs

* feat(image-preview): support longTapSave to control bs click option

* refactor(image-preview): remove longTap prop

* fix(form): should scroll into first invalid field

* chore(package.json): 1.12.32

* build: package

* build: docs

* fix(radio): default slot child v-model not render correct contents

* build(deps): bump handlebars from 4.0.11 to 4.5.1

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.0.11 to 4.5.1.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/v4.5.1/release-notes.md)
- [Commits](handlebars-lang/handlebars.js@v4.0.11...v4.5.1)

Signed-off-by: dependabot[bot] <support@github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants