├── .babelrc
├── .gitignore
├── README.md
├── _config.yml
├── components.json
├── demo
└── imgs
│ ├── 001.png
│ ├── 002.png
│ ├── 003.png
│ ├── 004.png
│ └── 005.png
├── docs
├── _config.yml
├── build.07471056.js
├── build.13516fd5.js
├── build.28f4a363.js
├── build.563c5626.js
├── build.626e3994.js
├── build.68f0d83b.js
├── build.dcdf5a70.js
├── build.e83af9d5.js
├── favicon.ico
├── iconfont.ttf
├── iconfont.woff
├── iconfont.woff2
└── index.html
├── favicon.ico
├── index.html
├── karma.conf.js
├── package-lock.json
├── package.json
├── packages
├── exportKbBoard.js
├── exportKbInput.js
└── index.js
├── src
├── App.vue
├── assets
│ ├── dissableBodyScroll.js
│ └── js
│ │ └── ueHorizontalScreen.js
├── demo
│ ├── Customkeyboard.vue
│ ├── KeyboardAwareScrollView1.vue
│ ├── KeyboardAwareScrollView2.vue
│ ├── KeyboardAwareScrollView3.vue
│ ├── adaptiveHeight.vue
│ ├── breakWrap.vue
│ ├── canSwitchOtherBoard.vue
│ ├── customKeyboardMap
│ │ └── boardMaps.js
│ ├── disabledInputUpdateMixKeyBoardLang.vue
│ ├── event.vue
│ ├── hideHead.vue
│ ├── horizontalScreen.vue
│ ├── horizontalScreen2.vue
│ ├── index.vue
│ ├── inputDisabled.vue
│ ├── inputFuncSelect.vue
│ ├── inputMaxLength.vue
│ ├── inputSlot.vue
│ ├── noEmoji.vue
│ ├── showFixedInput.vue
│ └── type.vue
├── dev
│ ├── KeyboardAwareScrollView.vue
│ ├── assets
│ │ ├── font
│ │ │ ├── iconfont.ttf
│ │ │ ├── iconfont.woff
│ │ │ └── iconfont.woff2
│ │ ├── images
│ │ │ ├── hearts
│ │ │ │ ├── 10_sparkling_heart.png
│ │ │ │ ├── 11_revolving_hearts.png
│ │ │ │ ├── 12_cupid.png
│ │ │ │ ├── 13_love_letter.png
│ │ │ │ ├── 14_kiss.png
│ │ │ │ ├── 15_ring.png
│ │ │ │ ├── 16_gem.png
│ │ │ │ ├── 1_yellow_heart.png
│ │ │ │ ├── 2_blue_heart.png
│ │ │ │ ├── 3_purple_heart.png
│ │ │ │ ├── 4_green_heart.png
│ │ │ │ ├── 5_heart.png
│ │ │ │ ├── 6_broken_heart.png
│ │ │ │ ├── 7_heartpulse.png
│ │ │ │ ├── 8_heartbeat.png
│ │ │ │ └── 9_two_hearts.png
│ │ │ ├── person
│ │ │ │ ├── 10_disappointed.png
│ │ │ │ ├── 10_kissing.png
│ │ │ │ ├── 11_kissing_smiling_eyes.png
│ │ │ │ ├── 12_stuck_out_tongue_winking_eye.png
│ │ │ │ ├── 13_stuck_out_tongue_closed_eyes.png
│ │ │ │ ├── 14_stuck_out_tongue.png
│ │ │ │ ├── 15_flushed.png
│ │ │ │ ├── 16_grin.png
│ │ │ │ ├── 17_pensive.png
│ │ │ │ ├── 18_relieved.png
│ │ │ │ ├── 19_unamused.png
│ │ │ │ ├── 1_smile.png
│ │ │ │ ├── 20_fearful.png
│ │ │ │ ├── 20_persevere.png
│ │ │ │ ├── 21_cry.png
│ │ │ │ ├── 22_joy.png
│ │ │ │ ├── 23_sob.png
│ │ │ │ ├── 24_sleepy.png
│ │ │ │ ├── 25_cold_sweat.png
│ │ │ │ ├── 25_disappointed_relieved.png
│ │ │ │ ├── 26_sweat_smile.png
│ │ │ │ ├── 27_sweat.png
│ │ │ │ ├── 28_weary.png
│ │ │ │ ├── 29_tired_face.png
│ │ │ │ ├── 2_smiley.png
│ │ │ │ ├── 30_scream.png
│ │ │ │ ├── 31_angry.png
│ │ │ │ ├── 32_rage.png
│ │ │ │ ├── 33_confounded.png
│ │ │ │ ├── 33_triumph.png
│ │ │ │ ├── 34_laughing.png
│ │ │ │ ├── 35_yum.png
│ │ │ │ ├── 36_mask.png
│ │ │ │ ├── 37_sunglasses.png
│ │ │ │ ├── 38_sleeping.png
│ │ │ │ ├── 39_dizzy_face.png
│ │ │ │ ├── 3_grinning.png
│ │ │ │ ├── 40_astonished.png
│ │ │ │ ├── 41_worried.png
│ │ │ │ ├── 42_frowning.png
│ │ │ │ ├── 43_anguished.png
│ │ │ │ ├── 44_neutral_face.png
│ │ │ │ ├── 45_confused.png
│ │ │ │ ├── 46_no_mouth.png
│ │ │ │ ├── 47_innocent.png
│ │ │ │ ├── 48_smirk.png
│ │ │ │ ├── 49_expressionless.png
│ │ │ │ ├── 4_blush.png
│ │ │ │ ├── 5_relaxed.png
│ │ │ │ ├── 6_wink.png
│ │ │ │ ├── 7_heart_eyes.png
│ │ │ │ ├── 8_kissing_heart.png
│ │ │ │ └── 9_kissing_closed_eyes.png
│ │ │ └── symbol
│ │ │ │ ├── 10_ten.png
│ │ │ │ ├── 11_x.png
│ │ │ │ ├── 12_bangbang.png
│ │ │ │ ├── 13_interrobang.png
│ │ │ │ ├── 14_exclamation.png
│ │ │ │ ├── 15_question.png
│ │ │ │ ├── 1_one.png
│ │ │ │ ├── 2_two.png
│ │ │ │ ├── 3_three.png
│ │ │ │ ├── 4_four.png
│ │ │ │ ├── 5_five.png
│ │ │ │ ├── 6_six.png
│ │ │ │ ├── 7_seven.png
│ │ │ │ ├── 8_eight.png
│ │ │ │ └── 9_zero.png
│ │ └── js
│ │ │ └── requestAnimationFrame.js
│ ├── board.vue
│ ├── boardMaps.js
│ ├── copyPaste.js
│ ├── cursor.js
│ ├── emoji.vue
│ ├── emojiImages.js
│ ├── emojiItem.vue
│ ├── eventKeys.js
│ ├── index.vue
│ ├── input.vue
│ ├── inputFilterRegx.js
│ ├── lowercaseMemory.js
│ ├── memory.js
│ ├── mixins
│ │ └── btnPress.js
│ ├── operation.vue
│ ├── tools.js
│ └── zh.js
├── main.js
└── router
│ ├── index.js
│ └── routes.js
├── test
├── Tools.spec.js
├── copyPaste.spec.js
├── cursor.spec.js
├── index.vue.base.spec.js
├── index.vue.cn.spec.js
├── index.vue.tab.spec.js
├── input.vue.event.spec.js
├── input.vue.props.spec.js
├── inputFilterRegx.spec.js
├── lowercaseMemory.spec.js
└── memory.spec.js
├── webpack.components.js
├── webpack.config.js
├── webpack.demo.js
└── webpack.libs.dist.js
/.babelrc:
--------------------------------------------------------------------------------
1 | {
2 |
3 | "presets": [
4 | ["@babel/preset-env",
5 | {
6 | "useBuiltIns": "usage",
7 | "corejs":3,
8 | "modules": false
9 | }
10 | ]
11 |
12 | ],
13 | "env":{
14 | "test":{
15 | "plugins":[
16 | "@babel/plugin-transform-modules-commonjs",
17 | [
18 | "istanbul",
19 | {
20 | "useInlinesSourceMaps":true,
21 | "exclude":[
22 | "**/*.spec.js"
23 | ]
24 | }
25 | ]
26 | ]
27 | }
28 | }
29 | }
30 |
--------------------------------------------------------------------------------
/.gitignore:
--------------------------------------------------------------------------------
1 | .DS_Store
2 | node_modules
3 | /dist
4 | /coverage
5 | /.nyc_output
6 | .nyc_output
7 |
8 | # local env files
9 | .env.local
10 | .env.*.local
11 |
12 | # Log files
13 | npm-debug.log*
14 | yarn-debug.log*
15 | yarn-error.log*
16 | pnpm-debug.log*
17 |
18 | # Editor directories and files
19 | .idea
20 | .vscode
21 | *.suo
22 | *.ntvs*
23 | *.njsproj
24 | *.sln
25 | *.sw?
26 |
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 | # vue-keyboard-cn
2 | - Provide custom input elements
3 | - Provide Chinese input keyboard
4 | - Provide English input keyboard
5 | - Provide numeric input keyboard
6 | - Only supports mobile web pages
7 | - Friendly to horizontal screen apps
8 | - [demo](https://mtttm.github.io/vue-keyboard-cn/#/home)
9 | - [中文wiki](https://github.com/MTTTM/vue-keyboard-cn/wiki)
10 |
11 | ## Installation
12 |
13 | ```javascript
14 |
15 | npm i vue-keyboard-cn
16 |
17 | ```
18 |
19 | ### Usage
20 |
21 | ***
22 |
23 | #### main.js
24 |
25 | ```javascript
26 | import { KyInput, KyBoard,KeyboardAwareScrollView } from "vue-keyboard-cn";
27 | import "vue-keyboard-cn/dist/index.css"
28 | Vue.component("ky-input",KyInput)
29 | Vue.component("key-board",KyBoard)
30 | Vue.component("key-board-aware-scroll-view", KeyboardAwareScrollView)
31 |
32 | ```
33 |
34 | #### demo.vue
35 |
36 | ```javascript
37 |
38 |
39 |
40 |
key-board props disabledInputUpdateMixKeyBoardLang
4 |default false
5 |13 | 请滚到底部 scrollToBottom!!!!!!!!!!! scrollToBottom!!!!!!!!!!! 14 | scrollToBottom!!!!!!!!!!! scrollToBottom!!!!!!!!!!! 15 | scrollToBottom!!!!!!!!!!! scrollToBottom!!!!!!!!!!! 16 | scrollToBottom!!!!!!!!!!! scrollToBottom!!!!!!!!!!! 17 | scrollToBottom!!!!!!!!!!! 18 |
19 |20 | scrollToBottom!!!!!!!!!!! scrollToBottom!!!!!!!!!!! 21 | scrollToBottom!!!!!!!!!!! scrollToBottom!!!!!!!!!!! 22 | scrollToBottom!!!!!!!!!!! scrollToBottom!!!!!!!!!!! 23 | scrollToBottom!!!!!!!!!!! scrollToBottom!!!!!!!!!!! 24 | scrollToBottom!!!!!!!!!!! 25 |
26 |27 | scrollToBottom!!!!!!!!!!! scrollToBottom!!!!!!!!!!! 28 | scrollToBottom!!!!!!!!!!! scrollToBottom!!!!!!!!!!! 29 | scrollToBottom!!!!!!!!!!! scrollToBottom!!!!!!!!!!! 30 | scrollToBottom!!!!!!!!!!! scrollToBottom!!!!!!!!!!! 31 | scrollToBottom!!!!!!!!!!! 32 |
33 |34 | scrollToBottom!!!!!!!!!!! scrollToBottom!!!!!!!!!!! 35 | scrollToBottom!!!!!!!!!!! scrollToBottom!!!!!!!!!!! 36 | scrollToBottom!!!!!!!!!!! scrollToBottom!!!!!!!!!!! 37 | scrollToBottom!!!!!!!!!!! scrollToBottom!!!!!!!!!!! 38 | scrollToBottom!!!!!!!!!!! 39 |
40 |41 | scrollToBottom!!!!!!!!!!! scrollToBottom!!!!!!!!!!! 42 | scrollToBottom!!!!!!!!!!! scrollToBottom!!!!!!!!!!! 43 | scrollToBottom!!!!!!!!!!! scrollToBottom!!!!!!!!!!! 44 | scrollToBottom!!!!!!!!!!! scrollToBottom!!!!!!!!!!! 45 | scrollToBottom!!!!!!!!!!! 46 |
47 |48 | scrollToBottom!!!!!!!!!!! scrollToBottom!!!!!!!!!!! 49 | scrollToBottom!!!!!!!!!!! scrollToBottom!!!!!!!!!!! 50 | scrollToBottom!!!!!!!!!!! scrollToBottom!!!!!!!!!!! 51 | scrollToBottom!!!!!!!!!!! scrollToBottom!!!!!!!!!!! 52 | scrollToBottom!!!!!!!!!!! 53 |
54 |55 | scrollToBottom!!!!!!!!!!! scrollToBottom!!!!!!!!!!! 56 | scrollToBottom!!!!!!!!!!! scrollToBottom!!!!!!!!!!! 57 | scrollToBottom!!!!!!!!!!! scrollToBottom!!!!!!!!!!! 58 | scrollToBottom!!!!!!!!!!! scrollToBottom!!!!!!!!!!! 59 | scrollToBottom!!!!!!!!!!! 60 |
61 |62 | scrollToBottom!!!!!!!!!!! scrollToBottom!!!!!!!!!!! 63 | scrollToBottom!!!!!!!!!!! scrollToBottom!!!!!!!!!!! 64 | scrollToBottom!!!!!!!!!!! scrollToBottom!!!!!!!!!!! 65 | scrollToBottom!!!!!!!!!!! scrollToBottom!!!!!!!!!!! 66 | scrollToBottom!!!!!!!!!!! 67 |
68 |69 | scrollToBottom!!!!!!!!!!! scrollToBottom!!!!!!!!!!! 70 | scrollToBottom!!!!!!!!!!! scrollToBottom!!!!!!!!!!! 71 | scrollToBottom!!!!!!!!!!! scrollToBottom!!!!!!!!!!! 72 | scrollToBottom!!!!!!!!!!! scrollToBottom!!!!!!!!!!! 73 | scrollToBottom!!!!!!!!!!! 74 |
75 |76 | scrollToBottom!!!!!!!!!!! scrollToBottom!!!!!!!!!!! 77 | scrollToBottom!!!!!!!!!!! scrollToBottom!!!!!!!!!!! 78 | scrollToBottom!!!!!!!!!!! scrollToBottom!!!!!!!!!!! 79 | scrollToBottom!!!!!!!!!!! scrollToBottom!!!!!!!!!!! 80 | scrollToBottom!!!!!!!!!!! 81 |
82 |83 | scrollToBottom!!!!!!!!!!! scrollToBottom!!!!!!!!!!! 84 | scrollToBottom!!!!!!!!!!! scrollToBottom!!!!!!!!!!! 85 | scrollToBottom!!!!!!!!!!! scrollToBottom!!!!!!!!!!! 86 | scrollToBottom!!!!!!!!!!! scrollToBottom!!!!!!!!!!! 87 | scrollToBottom!!!!!!!!!!! 88 |
89 |90 | scrollToBottom!!!!!!!!!!! scrollToBottom!!!!!!!!!!! 91 | scrollToBottom!!!!!!!!!!! scrollToBottom!!!!!!!!!!! 92 | scrollToBottom!!!!!!!!!!! scrollToBottom!!!!!!!!!!! 93 | scrollToBottom!!!!!!!!!!! scrollToBottom!!!!!!!!!!! 94 | scrollToBottom!!!!!!!!!!! 95 |
96 |97 | scrollToBottom!!!!!!!!!!! scrollToBottom!!!!!!!!!!! 98 | scrollToBottom!!!!!!!!!!! scrollToBottom!!!!!!!!!!! 99 | scrollToBottom!!!!!!!!!!! scrollToBottom!!!!!!!!!!! 100 | scrollToBottom!!!!!!!!!!! scrollToBottom!!!!!!!!!!! 101 | scrollToBottom!!!!!!!!!!! 102 |
103 |104 | scrollToBottom!!!!!!!!!!! scrollToBottom!!!!!!!!!!! 105 | scrollToBottom!!!!!!!!!!! scrollToBottom!!!!!!!!!!! 106 | scrollToBottom!!!!!!!!!!! scrollToBottom!!!!!!!!!!! 107 | scrollToBottom!!!!!!!!!!! scrollToBottom!!!!!!!!!!! 108 | scrollToBottom!!!!!!!!!!! 109 |
110 |111 | scrollToBottom!!!!!!!!!!! scrollToBottom!!!!!!!!!!! 112 | scrollToBottom!!!!!!!!!!! scrollToBottom!!!!!!!!!!! 113 | scrollToBottom!!!!!!!!!!! scrollToBottom!!!!!!!!!!! 114 | scrollToBottom!!!!!!!!!!! scrollToBottom!!!!!!!!!!! 115 | scrollToBottom!!!!!!!!!!! 116 |
117 |118 | scrollToBottom!!!!!!!!!!! scrollToBottom!!!!!!!!!!! 119 | scrollToBottom!!!!!!!!!!! scrollToBottom!!!!!!!!!!! 120 | scrollToBottom!!!!!!!!!!! scrollToBottom!!!!!!!!!!! 121 | scrollToBottom!!!!!!!!!!! scrollToBottom!!!!!!!!!!! 122 | scrollToBottom!!!!!!!!!!! 123 |
124 |13 | 请滚到底部 scrollToBottom!!!!!!!!!!! scrollToBottom!!!!!!!!!!! 14 | scrollToBottom!!!!!!!!!!! scrollToBottom!!!!!!!!!!! 15 | scrollToBottom!!!!!!!!!!! scrollToBottom!!!!!!!!!!! 16 | scrollToBottom!!!!!!!!!!! scrollToBottom!!!!!!!!!!! 17 | scrollToBottom!!!!!!!!!!! 18 |
19 |20 | scrollToBottom!!!!!!!!!!! scrollToBottom!!!!!!!!!!! 21 | scrollToBottom!!!!!!!!!!! scrollToBottom!!!!!!!!!!! 22 | scrollToBottom!!!!!!!!!!! scrollToBottom!!!!!!!!!!! 23 | scrollToBottom!!!!!!!!!!! scrollToBottom!!!!!!!!!!! 24 | scrollToBottom!!!!!!!!!!! 25 |
26 |27 | scrollToBottom!!!!!!!!!!! scrollToBottom!!!!!!!!!!! 28 | scrollToBottom!!!!!!!!!!! scrollToBottom!!!!!!!!!!! 29 | scrollToBottom!!!!!!!!!!! scrollToBottom!!!!!!!!!!! 30 | scrollToBottom!!!!!!!!!!! scrollToBottom!!!!!!!!!!! 31 | scrollToBottom!!!!!!!!!!! 32 |
33 |34 | scrollToBottom!!!!!!!!!!! scrollToBottom!!!!!!!!!!! 35 | scrollToBottom!!!!!!!!!!! scrollToBottom!!!!!!!!!!! 36 | scrollToBottom!!!!!!!!!!! scrollToBottom!!!!!!!!!!! 37 | scrollToBottom!!!!!!!!!!! scrollToBottom!!!!!!!!!!! 38 | scrollToBottom!!!!!!!!!!! 39 |
40 |41 | scrollToBottom!!!!!!!!!!! scrollToBottom!!!!!!!!!!! 42 | scrollToBottom!!!!!!!!!!! scrollToBottom!!!!!!!!!!! 43 | scrollToBottom!!!!!!!!!!! scrollToBottom!!!!!!!!!!! 44 | scrollToBottom!!!!!!!!!!! scrollToBottom!!!!!!!!!!! 45 | scrollToBottom!!!!!!!!!!! 46 |
47 |48 | scrollToBottom!!!!!!!!!!! scrollToBottom!!!!!!!!!!! 49 | scrollToBottom!!!!!!!!!!! scrollToBottom!!!!!!!!!!! 50 | scrollToBottom!!!!!!!!!!! scrollToBottom!!!!!!!!!!! 51 | scrollToBottom!!!!!!!!!!! scrollToBottom!!!!!!!!!!! 52 | scrollToBottom!!!!!!!!!!! 53 |
54 |55 | scrollToBottom!!!!!!!!!!! scrollToBottom!!!!!!!!!!! 56 | scrollToBottom!!!!!!!!!!! scrollToBottom!!!!!!!!!!! 57 | scrollToBottom!!!!!!!!!!! scrollToBottom!!!!!!!!!!! 58 | scrollToBottom!!!!!!!!!!! scrollToBottom!!!!!!!!!!! 59 | scrollToBottom!!!!!!!!!!! 60 |
61 |62 | scrollToBottom!!!!!!!!!!! scrollToBottom!!!!!!!!!!! 63 | scrollToBottom!!!!!!!!!!! scrollToBottom!!!!!!!!!!! 64 | scrollToBottom!!!!!!!!!!! scrollToBottom!!!!!!!!!!! 65 | scrollToBottom!!!!!!!!!!! scrollToBottom!!!!!!!!!!! 66 | scrollToBottom!!!!!!!!!!! 67 |
68 |69 | scrollToBottom!!!!!!!!!!! scrollToBottom!!!!!!!!!!! 70 | scrollToBottom!!!!!!!!!!! scrollToBottom!!!!!!!!!!! 71 | scrollToBottom!!!!!!!!!!! scrollToBottom!!!!!!!!!!! 72 | scrollToBottom!!!!!!!!!!! scrollToBottom!!!!!!!!!!! 73 | scrollToBottom!!!!!!!!!!! 74 |
75 |76 | scrollToBottom!!!!!!!!!!! scrollToBottom!!!!!!!!!!! 77 | scrollToBottom!!!!!!!!!!! scrollToBottom!!!!!!!!!!! 78 | scrollToBottom!!!!!!!!!!! scrollToBottom!!!!!!!!!!! 79 | scrollToBottom!!!!!!!!!!! scrollToBottom!!!!!!!!!!! 80 | scrollToBottom!!!!!!!!!!! 81 |
82 |83 | scrollToBottom!!!!!!!!!!! scrollToBottom!!!!!!!!!!! 84 | scrollToBottom!!!!!!!!!!! scrollToBottom!!!!!!!!!!! 85 | scrollToBottom!!!!!!!!!!! scrollToBottom!!!!!!!!!!! 86 | scrollToBottom!!!!!!!!!!! scrollToBottom!!!!!!!!!!! 87 | scrollToBottom!!!!!!!!!!! 88 |
89 |90 | scrollToBottom!!!!!!!!!!! scrollToBottom!!!!!!!!!!! 91 | scrollToBottom!!!!!!!!!!! scrollToBottom!!!!!!!!!!! 92 | scrollToBottom!!!!!!!!!!! scrollToBottom!!!!!!!!!!! 93 | scrollToBottom!!!!!!!!!!! scrollToBottom!!!!!!!!!!! 94 | scrollToBottom!!!!!!!!!!! 95 |
96 |97 | scrollToBottom!!!!!!!!!!! scrollToBottom!!!!!!!!!!! 98 | scrollToBottom!!!!!!!!!!! scrollToBottom!!!!!!!!!!! 99 | scrollToBottom!!!!!!!!!!! scrollToBottom!!!!!!!!!!! 100 | scrollToBottom!!!!!!!!!!! scrollToBottom!!!!!!!!!!! 101 | scrollToBottom!!!!!!!!!!! 102 |
103 |104 | scrollToBottom!!!!!!!!!!! scrollToBottom!!!!!!!!!!! 105 | scrollToBottom!!!!!!!!!!! scrollToBottom!!!!!!!!!!! 106 | scrollToBottom!!!!!!!!!!! scrollToBottom!!!!!!!!!!! 107 | scrollToBottom!!!!!!!!!!! scrollToBottom!!!!!!!!!!! 108 | scrollToBottom!!!!!!!!!!! 109 |
110 |111 | scrollToBottom!!!!!!!!!!! scrollToBottom!!!!!!!!!!! 112 | scrollToBottom!!!!!!!!!!! scrollToBottom!!!!!!!!!!! 113 | scrollToBottom!!!!!!!!!!! scrollToBottom!!!!!!!!!!! 114 | scrollToBottom!!!!!!!!!!! scrollToBottom!!!!!!!!!!! 115 | scrollToBottom!!!!!!!!!!! 116 |
117 |118 | scrollToBottom!!!!!!!!!!! scrollToBottom!!!!!!!!!!! 119 | scrollToBottom!!!!!!!!!!! scrollToBottom!!!!!!!!!!! 120 | scrollToBottom!!!!!!!!!!! scrollToBottom!!!!!!!!!!! 121 | scrollToBottom!!!!!!!!!!! scrollToBottom!!!!!!!!!!! 122 | scrollToBottom!!!!!!!!!!! 123 |
124 |9 | 请滚到底部 scrollToBottom!!!!!!!!!!! scrollToBottom!!!!!!!!!!! 10 | scrollToBottom!!!!!!!!!!! scrollToBottom!!!!!!!!!!! 11 | scrollToBottom!!!!!!!!!!! scrollToBottom!!!!!!!!!!! 12 | scrollToBottom!!!!!!!!!!! scrollToBottom!!!!!!!!!!! 13 | scrollToBottom!!!!!!!!!!! 14 |
15 |16 | scrollToBottom!!!!!!!!!!! scrollToBottom!!!!!!!!!!! 17 | scrollToBottom!!!!!!!!!!! scrollToBottom!!!!!!!!!!! 18 | scrollToBottom!!!!!!!!!!! scrollToBottom!!!!!!!!!!! 19 | scrollToBottom!!!!!!!!!!! scrollToBottom!!!!!!!!!!! 20 | scrollToBottom!!!!!!!!!!! 21 |
22 |23 | scrollToBottom!!!!!!!!!!! scrollToBottom!!!!!!!!!!! 24 | scrollToBottom!!!!!!!!!!! scrollToBottom!!!!!!!!!!! 25 | scrollToBottom!!!!!!!!!!! scrollToBottom!!!!!!!!!!! 26 | scrollToBottom!!!!!!!!!!! scrollToBottom!!!!!!!!!!! 27 | scrollToBottom!!!!!!!!!!! 28 |
29 |30 | scrollToBottom!!!!!!!!!!! scrollToBottom!!!!!!!!!!! 31 | scrollToBottom!!!!!!!!!!! scrollToBottom!!!!!!!!!!! 32 | scrollToBottom!!!!!!!!!!! scrollToBottom!!!!!!!!!!! 33 | scrollToBottom!!!!!!!!!!! scrollToBottom!!!!!!!!!!! 34 | scrollToBottom!!!!!!!!!!! 35 |
36 |37 | scrollToBottom!!!!!!!!!!! scrollToBottom!!!!!!!!!!! 38 | scrollToBottom!!!!!!!!!!! scrollToBottom!!!!!!!!!!! 39 | scrollToBottom!!!!!!!!!!! scrollToBottom!!!!!!!!!!! 40 | scrollToBottom!!!!!!!!!!! scrollToBottom!!!!!!!!!!! 41 | scrollToBottom!!!!!!!!!!! 42 |
43 |44 | scrollToBottom!!!!!!!!!!! scrollToBottom!!!!!!!!!!! 45 | scrollToBottom!!!!!!!!!!! scrollToBottom!!!!!!!!!!! 46 | scrollToBottom!!!!!!!!!!! scrollToBottom!!!!!!!!!!! 47 | scrollToBottom!!!!!!!!!!! scrollToBottom!!!!!!!!!!! 48 | scrollToBottom!!!!!!!!!!! 49 |
50 |51 | scrollToBottom!!!!!!!!!!! scrollToBottom!!!!!!!!!!! 52 | scrollToBottom!!!!!!!!!!! scrollToBottom!!!!!!!!!!! 53 | scrollToBottom!!!!!!!!!!! scrollToBottom!!!!!!!!!!! 54 | scrollToBottom!!!!!!!!!!! scrollToBottom!!!!!!!!!!! 55 | scrollToBottom!!!!!!!!!!! 56 |
57 |58 | scrollToBottom!!!!!!!!!!! scrollToBottom!!!!!!!!!!! 59 | scrollToBottom!!!!!!!!!!! scrollToBottom!!!!!!!!!!! 60 | scrollToBottom!!!!!!!!!!! scrollToBottom!!!!!!!!!!! 61 | scrollToBottom!!!!!!!!!!! scrollToBottom!!!!!!!!!!! 62 | scrollToBottom!!!!!!!!!!! 63 |
64 |65 | scrollToBottom!!!!!!!!!!! scrollToBottom!!!!!!!!!!! 66 | scrollToBottom!!!!!!!!!!! scrollToBottom!!!!!!!!!!! 67 | scrollToBottom!!!!!!!!!!! scrollToBottom!!!!!!!!!!! 68 | scrollToBottom!!!!!!!!!!! scrollToBottom!!!!!!!!!!! 69 | scrollToBottom!!!!!!!!!!! 70 |
71 |72 | scrollToBottom!!!!!!!!!!! scrollToBottom!!!!!!!!!!! 73 | scrollToBottom!!!!!!!!!!! scrollToBottom!!!!!!!!!!! 74 | scrollToBottom!!!!!!!!!!! scrollToBottom!!!!!!!!!!! 75 | scrollToBottom!!!!!!!!!!! scrollToBottom!!!!!!!!!!! 76 | scrollToBottom!!!!!!!!!!! 77 |
78 |79 | scrollToBottom!!!!!!!!!!! scrollToBottom!!!!!!!!!!! 80 | scrollToBottom!!!!!!!!!!! scrollToBottom!!!!!!!!!!! 81 | scrollToBottom!!!!!!!!!!! scrollToBottom!!!!!!!!!!! 82 | scrollToBottom!!!!!!!!!!! scrollToBottom!!!!!!!!!!! 83 | scrollToBottom!!!!!!!!!!! 84 |
85 |86 | scrollToBottom!!!!!!!!!!! scrollToBottom!!!!!!!!!!! 87 | scrollToBottom!!!!!!!!!!! scrollToBottom!!!!!!!!!!! 88 | scrollToBottom!!!!!!!!!!! scrollToBottom!!!!!!!!!!! 89 | scrollToBottom!!!!!!!!!!! scrollToBottom!!!!!!!!!!! 90 | scrollToBottom!!!!!!!!!!! 91 |
92 |93 | scrollToBottom!!!!!!!!!!! scrollToBottom!!!!!!!!!!! 94 | scrollToBottom!!!!!!!!!!! scrollToBottom!!!!!!!!!!! 95 | scrollToBottom!!!!!!!!!!! scrollToBottom!!!!!!!!!!! 96 | scrollToBottom!!!!!!!!!!! scrollToBottom!!!!!!!!!!! 97 | scrollToBottom!!!!!!!!!!! 98 |
99 |100 | scrollToBottom!!!!!!!!!!! scrollToBottom!!!!!!!!!!! 101 | scrollToBottom!!!!!!!!!!! scrollToBottom!!!!!!!!!!! 102 | scrollToBottom!!!!!!!!!!! scrollToBottom!!!!!!!!!!! 103 | scrollToBottom!!!!!!!!!!! scrollToBottom!!!!!!!!!!! 104 | scrollToBottom!!!!!!!!!!! 105 |
106 |107 | scrollToBottom!!!!!!!!!!! scrollToBottom!!!!!!!!!!! 108 | scrollToBottom!!!!!!!!!!! scrollToBottom!!!!!!!!!!! 109 | scrollToBottom!!!!!!!!!!! scrollToBottom!!!!!!!!!!! 110 | scrollToBottom!!!!!!!!!!! scrollToBottom!!!!!!!!!!! 111 | scrollToBottom!!!!!!!!!!! 112 |
113 |114 | scrollToBottom!!!!!!!!!!! scrollToBottom!!!!!!!!!!! 115 | scrollToBottom!!!!!!!!!!! scrollToBottom!!!!!!!!!!! 116 | scrollToBottom!!!!!!!!!!! scrollToBottom!!!!!!!!!!! 117 | scrollToBottom!!!!!!!!!!! scrollToBottom!!!!!!!!!!! 118 | scrollToBottom!!!!!!!!!!! 119 |
120 |key-board props disabledInputUpdateMixKeyBoardLang
4 |default false
5 |focus,input,blur,submit events CallBack
4 |eventName:{{ eventName }}
5 |fixed height mult line
22 |fixed height mult line
24 |input props maxLength
4 |input props maxLength
4 |input props maxLength
4 |input props maxLength
4 |