-
Notifications
You must be signed in to change notification settings - Fork 0
/
doc_markdown_nPagination_zh-CN_index_md.main.js
231 lines (192 loc) · 15.1 KB
/
doc_markdown_nPagination_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
"use strict";
(self["webpackChunkninecat_ui"] = self["webpackChunkninecat_ui"] || []).push([["doc_markdown_nPagination_zh-CN_index_md"],{
/***/ "./doc/markdown/nPagination/zh-CN/index.md":
/*!*************************************************!*\
!*** ./doc/markdown/nPagination/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_556fd2dc__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./index.md?vue&type=template&id=556fd2dc */ "./doc/markdown/nPagination/zh-CN/index.md?vue&type=template&id=556fd2dc");
/* 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/nPagination/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_556fd2dc__WEBPACK_IMPORTED_MODULE_0__.render],['__file',"doc/markdown/nPagination/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/nPagination/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/nPagination/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() {
function render(_ctx, _cache) {
const _component_n_pagination = (0,vue__WEBPACK_IMPORTED_MODULE_0__.resolveComponent)("n-pagination")
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_pagination, {
total: _ctx.total,
"page-size": _ctx.pageSize,
current: _ctx.current,
"on-change-pgae": _ctx.onChangePgae
}, null, 8 /* PROPS */, ["total", "page-size", "current", "on-change-pgae"])
]))
}
const democomponentExport = {
data: function() {
return {
total: 100,
pageSize: 10,
current: 1
}
},
methods: {
onChangePgae (page) {
console.log(page)
}
}
}
return {
render,
...democomponentExport,
}
})(),"ninecat-demo1": (function() {
function render(_ctx, _cache) {
const _component_n_pagination = (0,vue__WEBPACK_IMPORTED_MODULE_0__.resolveComponent)("n-pagination")
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_pagination, {
size: "xs",
total: _ctx.total,
"page-size": _ctx.pageSize,
current: _ctx.current
}, null, 8 /* PROPS */, ["total", "page-size", "current"]),
(0,vue__WEBPACK_IMPORTED_MODULE_0__.createVNode)(_component_n_pagination, {
size: "sm",
total: _ctx.total,
"page-size": _ctx.pageSize,
current: _ctx.current
}, null, 8 /* PROPS */, ["total", "page-size", "current"]),
(0,vue__WEBPACK_IMPORTED_MODULE_0__.createVNode)(_component_n_pagination, {
size: "md",
total: _ctx.total,
"page-size": _ctx.pageSize,
current: _ctx.current
}, null, 8 /* PROPS */, ["total", "page-size", "current"]),
(0,vue__WEBPACK_IMPORTED_MODULE_0__.createVNode)(_component_n_pagination, {
size: "lg",
total: _ctx.total,
"page-size": _ctx.pageSize,
current: _ctx.current
}, null, 8 /* PROPS */, ["total", "page-size", "current"])
]))
}
const democomponentExport = {
data: function() {
return {
total: 100,
pageSize: 10,
current: 1
}
}
}
return {
render,
...democomponentExport,
}
})(),
}
});
/***/ }),
/***/ "./doc/markdown/nPagination/zh-CN/index.md?vue&type=script&lang=js":
/*!*************************************************************************!*\
!*** ./doc/markdown/nPagination/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/nPagination/zh-CN/index.md?vue&type=script&lang=js");
/***/ }),
/***/ "./doc/markdown/nPagination/zh-CN/index.md?vue&type=template&id=556fd2dc":
/*!*******************************************************************************!*\
!*** ./doc/markdown/nPagination/zh-CN/index.md?vue&type=template&id=556fd2dc ***!
\*******************************************************************************/
/***/ ((__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_556fd2dc__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_556fd2dc__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=556fd2dc */ "./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/nPagination/zh-CN/index.md?vue&type=template&id=556fd2dc");
/***/ }),
/***/ "./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/nPagination/zh-CN/index.md?vue&type=template&id=556fd2dc":
/*!************************************************************************************************************************************************************************************************************************************************!*\
!*** ./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/nPagination/zh-CN/index.md?vue&type=template&id=556fd2dc ***!
\************************************************************************************************************************************************************************************************************************************************/
/***/ ((__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, "Pagination 分页", -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 <n-pagination\n :total=\"total\"\n :page-size=\"pageSize\"\n :current=\"current\"\n :on-change-pgae=\"onChangePgae\"\n />\n</template>\n\n<script>\n export default {\n data: function() {\n return {\n total: 100,\n pageSize: 10,\n current: 1\n }\n },\n methods: {\n onChangePgae (page) {\n console.log(page)\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 <n-pagination\n size=\"xs\"\n :total=\"total\"\n :page-size=\"pageSize\"\n :current=\"current\"\n />\n <n-pagination\n size=\"sm\"\n :total=\"total\"\n :page-size=\"pageSize\"\n :current=\"current\"\n />\n <n-pagination\n size=\"md\"\n :total=\"total\"\n :page-size=\"pageSize\"\n :current=\"current\"\n />\n <n-pagination\n size=\"lg\"\n :total=\"total\"\n :page-size=\"pageSize\"\n :current=\"current\"\n />\n</template>\n\n<script>\n export default {\n data: function() {\n return {\n total: 100,\n pageSize: 10,\n current: 1\n }\n }\n }\n</script>\n")
], -1 /* HOISTED */)
const _hoisted_10 = /*#__PURE__*/(0,vue__WEBPACK_IMPORTED_MODULE_0__.createStaticVNode)("<h2 id=\"api\">API</h2><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;\">total</td><td style=\"text-align:left;\">总数</td><td style=\"text-align:left;\">Number</td><td style=\"text-align:left;\">0</td></tr><tr><td style=\"text-align:left;\">current</td><td style=\"text-align:left;\">当前页码</td><td style=\"text-align:left;\">Number</td><td style=\"text-align:left;\">1</td></tr><tr><td style=\"text-align:left;\">page-size</td><td style=\"text-align:left;\">每页页数</td><td style=\"text-align:left;\">Number</td><td style=\"text-align:left;\">10</td></tr><tr><td style=\"text-align:left;\">size</td><td style=\"text-align:left;\">尺寸</td><td style=\"text-align:left;\">String,可选值<code>xs</code>,<code>sm</code>,<code>md</code>,<code>lg</code></td><td style=\"text-align:left;\">sm</td></tr><tr><td style=\"text-align:left;\">onChangePgae</td><td style=\"text-align:left;\">切换页面时的回调函数</td><td style=\"text-align:left;\">Function</td><td style=\"text-align:left;\"></td></tr></tbody></table>", 2)
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")
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
]))
}
/***/ })
}]);
//# sourceMappingURL=doc_markdown_nPagination_zh-CN_index_md.main.js.map