-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdoc_markdown_nInput_zh-CN_index_md.main.js
304 lines (255 loc) · 18.9 KB
/
doc_markdown_nInput_zh-CN_index_md.main.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
"use strict";
(self["webpackChunkninecat_ui"] = self["webpackChunkninecat_ui"] || []).push([["doc_markdown_nInput_zh-CN_index_md"],{
/***/ "./doc/markdown/nInput/zh-CN/index.md":
/*!********************************************!*\
!*** ./doc/markdown/nInput/zh-CN/index.md ***!
\********************************************/
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
__webpack_require__.r(__webpack_exports__);
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
/* harmony export */ });
/* harmony import */ var _index_md_vue_type_template_id_c0b50690__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./index.md?vue&type=template&id=c0b50690 */ "./doc/markdown/nInput/zh-CN/index.md?vue&type=template&id=c0b50690");
/* harmony import */ var _index_md_vue_type_script_lang_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./index.md?vue&type=script&lang=js */ "./doc/markdown/nInput/zh-CN/index.md?vue&type=script&lang=js");
/* harmony import */ var _home_travis_build_ninecat_ui_ninecat_ui_node_modules_vue_loader_dist_exportHelper_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./node_modules/vue-loader/dist/exportHelper.js */ "./node_modules/vue-loader/dist/exportHelper.js");
;
const __exports__ = /*#__PURE__*/(0,_home_travis_build_ninecat_ui_ninecat_ui_node_modules_vue_loader_dist_exportHelper_js__WEBPACK_IMPORTED_MODULE_2__["default"])(_index_md_vue_type_script_lang_js__WEBPACK_IMPORTED_MODULE_1__["default"], [['render',_index_md_vue_type_template_id_c0b50690__WEBPACK_IMPORTED_MODULE_0__.render],['__file',"doc/markdown/nInput/zh-CN/index.md"]])
/* hot reload */
if (false) {}
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (__exports__);
/***/ }),
/***/ "./node_modules/vue-loader/dist/index.js??clonedRuleSet-1.use[0]!./build/md-loader/index.js!./doc/markdown/nInput/zh-CN/index.md?vue&type=script&lang=js":
/*!***************************************************************************************************************************************************************!*\
!*** ./node_modules/vue-loader/dist/index.js??clonedRuleSet-1.use[0]!./build/md-loader/index.js!./doc/markdown/nInput/zh-CN/index.md?vue&type=script&lang=js ***!
\***************************************************************************************************************************************************************/
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
__webpack_require__.r(__webpack_exports__);
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
/* harmony export */ });
/* harmony import */ var vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! vue */ "./node_modules/@vue/runtime-core/dist/runtime-core.esm-bundler.js");
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ({
name: 'component-doc',
components: {
"ninecat-demo0": (function() {
const _hoisted_1 = { class: "example-input" }
const _hoisted_2 = { class: "example-input" }
function render(_ctx, _cache) {
const _component_n_input = (0,vue__WEBPACK_IMPORTED_MODULE_0__.resolveComponent)("n-input")
return ((0,vue__WEBPACK_IMPORTED_MODULE_0__.openBlock)(), (0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementBlock)("div", null, [
(0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementVNode)("div", _hoisted_1, [
(0,vue__WEBPACK_IMPORTED_MODULE_0__.createVNode)(_component_n_input, { placeholder: "请输入" })
]),
(0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementVNode)("div", _hoisted_2, [
(0,vue__WEBPACK_IMPORTED_MODULE_0__.createVNode)(_component_n_input, {
placeholder: "请输入",
modelValue: _ctx.test,
"onUpdate:modelValue": _cache[0] || (_cache[0] = $event => ((_ctx.test) = $event))
}, null, 8 /* PROPS */, ["modelValue"])
])
]))
}
const democomponentExport = {
data() {
return {
test: 'Test'
}
}
}
return {
render,
...democomponentExport,
}
})(),"ninecat-demo1": (function() {
const _hoisted_1 = { class: "example-input" }
const _hoisted_2 = { class: "example-input" }
const _hoisted_3 = { class: "example-input" }
const _hoisted_4 = { class: "example-input" }
function render(_ctx, _cache) {
const _component_n_input = (0,vue__WEBPACK_IMPORTED_MODULE_0__.resolveComponent)("n-input")
return ((0,vue__WEBPACK_IMPORTED_MODULE_0__.openBlock)(), (0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementBlock)("div", null, [
(0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementVNode)("div", _hoisted_1, [
(0,vue__WEBPACK_IMPORTED_MODULE_0__.createVNode)(_component_n_input, {
placeholder: "请输入",
size: "lg"
})
]),
(0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementVNode)("div", _hoisted_2, [
(0,vue__WEBPACK_IMPORTED_MODULE_0__.createVNode)(_component_n_input, {
placeholder: "请输入",
size: "md"
})
]),
(0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementVNode)("div", _hoisted_3, [
(0,vue__WEBPACK_IMPORTED_MODULE_0__.createVNode)(_component_n_input, {
placeholder: "请输入",
size: "sm"
})
]),
(0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementVNode)("div", _hoisted_4, [
(0,vue__WEBPACK_IMPORTED_MODULE_0__.createVNode)(_component_n_input, {
placeholder: "请输入",
size: "xs"
})
])
]))
}
const democomponentExport = {}
return {
render,
...democomponentExport,
}
})(),"ninecat-demo2": (function() {
function render(_ctx, _cache) {
const _component_n_input = (0,vue__WEBPACK_IMPORTED_MODULE_0__.resolveComponent)("n-input")
return ((0,vue__WEBPACK_IMPORTED_MODULE_0__.openBlock)(), (0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementBlock)("div", null, [
(0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementVNode)("div", null, [
(0,vue__WEBPACK_IMPORTED_MODULE_0__.createVNode)(_component_n_input, {
disabled: true,
placeholder: "请输入"
})
])
]))
}
const democomponentExport = {}
return {
render,
...democomponentExport,
}
})(),"ninecat-demo3": (function() {
function render(_ctx, _cache) {
const _component_n_input = (0,vue__WEBPACK_IMPORTED_MODULE_0__.resolveComponent)("n-input")
return ((0,vue__WEBPACK_IMPORTED_MODULE_0__.openBlock)(), (0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementBlock)("div", null, [
(0,vue__WEBPACK_IMPORTED_MODULE_0__.createVNode)(_component_n_input, {
onChange: _ctx.handChange,
placeholder: "请输入"
}, null, 8 /* PROPS */, ["onChange"])
]))
}
const democomponentExport = {
methods: {
handChange(event) {
console.log(event)
}
}
}
return {
render,
...democomponentExport,
}
})(),
}
});
/***/ }),
/***/ "./doc/markdown/nInput/zh-CN/index.md?vue&type=script&lang=js":
/*!********************************************************************!*\
!*** ./doc/markdown/nInput/zh-CN/index.md?vue&type=script&lang=js ***!
\********************************************************************/
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
__webpack_require__.r(__webpack_exports__);
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
/* harmony export */ "default": () => (/* reexport safe */ _node_modules_vue_loader_dist_index_js_clonedRuleSet_1_use_0_build_md_loader_index_js_index_md_vue_type_script_lang_js__WEBPACK_IMPORTED_MODULE_0__["default"])
/* harmony export */ });
/* harmony import */ var _node_modules_vue_loader_dist_index_js_clonedRuleSet_1_use_0_build_md_loader_index_js_index_md_vue_type_script_lang_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! -!../../../../node_modules/vue-loader/dist/index.js??clonedRuleSet-1.use[0]!../../../../build/md-loader/index.js!./index.md?vue&type=script&lang=js */ "./node_modules/vue-loader/dist/index.js??clonedRuleSet-1.use[0]!./build/md-loader/index.js!./doc/markdown/nInput/zh-CN/index.md?vue&type=script&lang=js");
/***/ }),
/***/ "./doc/markdown/nInput/zh-CN/index.md?vue&type=template&id=c0b50690":
/*!**************************************************************************!*\
!*** ./doc/markdown/nInput/zh-CN/index.md?vue&type=template&id=c0b50690 ***!
\**************************************************************************/
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
__webpack_require__.r(__webpack_exports__);
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
/* harmony export */ "render": () => (/* reexport safe */ _node_modules_vue_loader_dist_templateLoader_js_ruleSet_1_rules_2_node_modules_vue_loader_dist_index_js_clonedRuleSet_1_use_0_build_md_loader_index_js_index_md_vue_type_template_id_c0b50690__WEBPACK_IMPORTED_MODULE_0__.render)
/* harmony export */ });
/* harmony import */ var _node_modules_vue_loader_dist_templateLoader_js_ruleSet_1_rules_2_node_modules_vue_loader_dist_index_js_clonedRuleSet_1_use_0_build_md_loader_index_js_index_md_vue_type_template_id_c0b50690__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! -!../../../../node_modules/vue-loader/dist/templateLoader.js??ruleSet[1].rules[2]!../../../../node_modules/vue-loader/dist/index.js??clonedRuleSet-1.use[0]!../../../../build/md-loader/index.js!./index.md?vue&type=template&id=c0b50690 */ "./node_modules/vue-loader/dist/templateLoader.js??ruleSet[1].rules[2]!./node_modules/vue-loader/dist/index.js??clonedRuleSet-1.use[0]!./build/md-loader/index.js!./doc/markdown/nInput/zh-CN/index.md?vue&type=template&id=c0b50690");
/***/ }),
/***/ "./node_modules/vue-loader/dist/templateLoader.js??ruleSet[1].rules[2]!./node_modules/vue-loader/dist/index.js??clonedRuleSet-1.use[0]!./build/md-loader/index.js!./doc/markdown/nInput/zh-CN/index.md?vue&type=template&id=c0b50690":
/*!*******************************************************************************************************************************************************************************************************************************************!*\
!*** ./node_modules/vue-loader/dist/templateLoader.js??ruleSet[1].rules[2]!./node_modules/vue-loader/dist/index.js??clonedRuleSet-1.use[0]!./build/md-loader/index.js!./doc/markdown/nInput/zh-CN/index.md?vue&type=template&id=c0b50690 ***!
\*******************************************************************************************************************************************************************************************************************************************/
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
__webpack_require__.r(__webpack_exports__);
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
/* harmony export */ "render": () => (/* binding */ render)
/* harmony export */ });
/* harmony import */ var vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! vue */ "./node_modules/@vue/runtime-core/dist/runtime-core.esm-bundler.js");
const _hoisted_1 = /*#__PURE__*/(0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementVNode)("h1", null, "Input 输入框", -1 /* HOISTED */)
const _hoisted_2 = /*#__PURE__*/(0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementVNode)("p", null, "用于输入文本。", -1 /* HOISTED */)
const _hoisted_3 = /*#__PURE__*/(0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementVNode)("h2", { id: "he-shi-shi-yong" }, "何时使用", -1 /* HOISTED */)
const _hoisted_4 = /*#__PURE__*/(0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementVNode)("p", null, "页面中需要有输入文本的地方使用。", -1 /* HOISTED */)
const _hoisted_5 = /*#__PURE__*/(0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementVNode)("h2", { id: "dai-ma-yan-shi" }, "代码演示", -1 /* HOISTED */)
const _hoisted_6 = /*#__PURE__*/(0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementVNode)("h3", { id: "ji-ben-shi-yong" }, "基本使用", -1 /* HOISTED */)
const _hoisted_7 = /*#__PURE__*/(0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementVNode)("pre", null, [
/*#__PURE__*/(0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementVNode)("code", { class: "vue" }, "<template>\n <div class=\"example-input\">\n <n-input placeholder=\"请输入\" />\n </div>\n <div class=\"example-input\">\n <n-input placeholder=\"请输入\" v-model=\"test\" />\n </div>\n</template>\n<script>\n export default {\n data() {\n return {\n test: 'Test'\n }\n }\n }\n</script>\n")
], -1 /* HOISTED */)
const _hoisted_8 = /*#__PURE__*/(0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementVNode)("h3", { id: "chi-cun-da-xiao" }, "尺寸大小", -1 /* HOISTED */)
const _hoisted_9 = /*#__PURE__*/(0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementVNode)("pre", null, [
/*#__PURE__*/(0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementVNode)("code", { class: "vue" }, "<template>\n <div class=\"example-input\">\n <n-input placeholder=\"请输入\" size=\"lg\" />\n </div>\n <div class=\"example-input\">\n <n-input placeholder=\"请输入\" size=\"md\" />\n </div>\n <div class=\"example-input\">\n <n-input placeholder=\"请输入\" size=\"sm\" />\n </div>\n <div class=\"example-input\">\n <n-input placeholder=\"请输入\" size=\"xs\" />\n </div>\n</template>\n")
], -1 /* HOISTED */)
const _hoisted_10 = /*#__PURE__*/(0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementVNode)("h3", { id: "jin-yong" }, "禁用", -1 /* HOISTED */)
const _hoisted_11 = /*#__PURE__*/(0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementVNode)("pre", null, [
/*#__PURE__*/(0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementVNode)("code", { class: "vue" }, "<template>\n <div>\n <n-input :disabled=\"true\" placeholder=\"请输入\" />\n </div>\n</template>\n")
], -1 /* HOISTED */)
const _hoisted_12 = /*#__PURE__*/(0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementVNode)("h3", { id: "bang-ding-shi-jian" }, "绑定事件", -1 /* HOISTED */)
const _hoisted_13 = /*#__PURE__*/(0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementVNode)("pre", null, [
/*#__PURE__*/(0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementVNode)("code", { class: "vue" }, "<template>\n <n-input @change=\"handChange\" placeholder=\"请输入\" />\n</template>\n<script>\n export default {\n methods: {\n handChange(event) {\n console.log(event)\n }\n }\n }\n</script>\n")
], -1 /* HOISTED */)
const _hoisted_14 = /*#__PURE__*/(0,vue__WEBPACK_IMPORTED_MODULE_0__.createStaticVNode)("<h2 id=\"api\">API</h2><h3 id=\"input\">Input</h3><table><thead><tr><th style=\"text-align:left;\">参数</th><th style=\"text-align:left;\">说明</th><th style=\"text-align:left;\">类型</th><th style=\"text-align:left;\">默认值</th></tr></thead><tbody><tr><td style=\"text-align:left;\">size</td><td style=\"text-align:left;\">输入框大小,可选值 <code>lg</code> , <code>md</code> , <code>sm</code> , <code>xs</code></td><td style=\"text-align:left;\">String</td><td style=\"text-align:left;\">md</td></tr><tr><td style=\"text-align:left;\">placeholder</td><td style=\"text-align:left;\">输入框占位文本</td><td style=\"text-align:left;\">String</td><td style=\"text-align:left;\"></td></tr><tr><td style=\"text-align:left;\">disabled</td><td style=\"text-align:left;\">是否禁用输入</td><td style=\"text-align:left;\">Boolean</td><td style=\"text-align:left;\">false</td></tr></tbody></table><h3 id=\"input-events\">Input Events</h3><table><thead><tr><th style=\"text-align:left;\">事件名称</th><th style=\"text-align:left;\">说明</th><th style=\"text-align:left;\">回调参数</th><th style=\"text-align:left;\">默认值</th></tr></thead><tbody><tr><td style=\"text-align:left;\">input</td><td style=\"text-align:left;\">在输入时触发</td><td style=\"text-align:left;\">(value: value)</td><td style=\"text-align:left;\"></td></tr><tr><td style=\"text-align:left;\">blur</td><td style=\"text-align:left;\">在 Input 失去焦点时触发</td><td style=\"text-align:left;\">(event: Event)</td><td style=\"text-align:left;\"></td></tr><tr><td style=\"text-align:left;\">focus</td><td style=\"text-align:left;\">在 Input 获得焦点时触发</td><td style=\"text-align:left;\">(event: Event)</td><td style=\"text-align:left;\"></td></tr><tr><td style=\"text-align:left;\">change</td><td style=\"text-align:left;\">仅在输入框失去焦点时触发</td><td style=\"text-align:left;\">(event: Event)</td><td style=\"text-align:left;\"></td></tr></tbody></table>", 5)
function render(_ctx, _cache, $props, $setup, $data, $options) {
const _component_ninecat_demo0 = (0,vue__WEBPACK_IMPORTED_MODULE_0__.resolveComponent)("ninecat-demo0")
const _component_demo_block = (0,vue__WEBPACK_IMPORTED_MODULE_0__.resolveComponent)("demo-block")
const _component_ninecat_demo1 = (0,vue__WEBPACK_IMPORTED_MODULE_0__.resolveComponent)("ninecat-demo1")
const _component_ninecat_demo2 = (0,vue__WEBPACK_IMPORTED_MODULE_0__.resolveComponent)("ninecat-demo2")
const _component_ninecat_demo3 = (0,vue__WEBPACK_IMPORTED_MODULE_0__.resolveComponent)("ninecat-demo3")
return ((0,vue__WEBPACK_IMPORTED_MODULE_0__.openBlock)(), (0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementBlock)("section", null, [
_hoisted_1,
_hoisted_2,
_hoisted_3,
_hoisted_4,
_hoisted_5,
_hoisted_6,
(0,vue__WEBPACK_IMPORTED_MODULE_0__.createVNode)(_component_demo_block, null, {
source: (0,vue__WEBPACK_IMPORTED_MODULE_0__.withCtx)(() => [
(0,vue__WEBPACK_IMPORTED_MODULE_0__.createVNode)(_component_ninecat_demo0)
]),
highlight: (0,vue__WEBPACK_IMPORTED_MODULE_0__.withCtx)(() => [
_hoisted_7
]),
_: 1 /* STABLE */
}),
_hoisted_8,
(0,vue__WEBPACK_IMPORTED_MODULE_0__.createVNode)(_component_demo_block, null, {
source: (0,vue__WEBPACK_IMPORTED_MODULE_0__.withCtx)(() => [
(0,vue__WEBPACK_IMPORTED_MODULE_0__.createVNode)(_component_ninecat_demo1)
]),
highlight: (0,vue__WEBPACK_IMPORTED_MODULE_0__.withCtx)(() => [
_hoisted_9
]),
_: 1 /* STABLE */
}),
_hoisted_10,
(0,vue__WEBPACK_IMPORTED_MODULE_0__.createVNode)(_component_demo_block, null, {
source: (0,vue__WEBPACK_IMPORTED_MODULE_0__.withCtx)(() => [
(0,vue__WEBPACK_IMPORTED_MODULE_0__.createVNode)(_component_ninecat_demo2)
]),
highlight: (0,vue__WEBPACK_IMPORTED_MODULE_0__.withCtx)(() => [
_hoisted_11
]),
_: 1 /* STABLE */
}),
_hoisted_12,
(0,vue__WEBPACK_IMPORTED_MODULE_0__.createVNode)(_component_demo_block, null, {
source: (0,vue__WEBPACK_IMPORTED_MODULE_0__.withCtx)(() => [
(0,vue__WEBPACK_IMPORTED_MODULE_0__.createVNode)(_component_ninecat_demo3)
]),
highlight: (0,vue__WEBPACK_IMPORTED_MODULE_0__.withCtx)(() => [
_hoisted_13
]),
_: 1 /* STABLE */
}),
_hoisted_14
]))
}
/***/ })
}]);
//# sourceMappingURL=doc_markdown_nInput_zh-CN_index_md.main.js.map