1 line
212 KiB
JavaScript
1 line
212 KiB
JavaScript
|
webpackJsonp([35],{"+Dxu":function(e,A){"use strict";Object.defineProperty(A,"__esModule",{value:!0});var t=A.info={title:"CellItem",preview:"https://didi.github.io/mand-mobile/examples/#/cell-item"},o=A.body="<p>Arrange vertically and display current contents, status and other allowable operations.</p>\n<h3 id=\"Import\">Import<a href=\"javascript:jumpAnchor('Import')\" class=\"mfe-blog-toc-item mfe-blog-toc-item-h3\">#</a></h3><pre><code class=\"language-javascript\"><span class=\"hljs-keyword\">import</span> { CellItem } <span class=\"hljs-keyword\">from</span> <span class=\"hljs-string\">'mand-mobile'</span>\n\nVue.component(CellItem.name, CellItem)</code></pre>\n<h3 id=\"Code Examples\">Code Examples<a href=\"javascript:jumpAnchor('Code Examples')\" class=\"mfe-blog-toc-item mfe-blog-toc-item-h3\">#</a></h3><!-- DEMO -->\n\n<h3 id=\"API\">API<a href=\"javascript:jumpAnchor('API')\" class=\"mfe-blog-toc-item mfe-blog-toc-item-h3\">#</a></h3><h4 id=\"CellItem Props\">CellItem Props<a href=\"javascript:jumpAnchor('CellItem Props')\" class=\"mfe-blog-toc-item mfe-blog-toc-item-h4\">#</a></h4><table>\n<thead>\n<tr>\n<th>Props</th>\n<th>Description</th>\n<th>Type</th>\n<th>Default</th>\n<th>Note</th>\n</tr>\n</thead>\n<tbody><tr>\n<td>title</td>\n<td>title</td>\n<td>String</td>\n<td>-</td>\n<td>-</td>\n</tr>\n<tr>\n<td>brief</td>\n<td>description text</td>\n<td>String</td>\n<td>-</td>\n<td>-</td>\n</tr>\n<tr>\n<td>addon</td>\n<td>help info text</td>\n<td>String</td>\n<td>-</td>\n<td>-</td>\n</tr>\n<tr>\n<td>disabled</td>\n<td>disable item operation</td>\n<td>Boolean</td>\n<td><code>false</code></td>\n<td>-</td>\n</tr>\n<tr>\n<td>arrow</td>\n<td>arrow indicator</td>\n<td>Boolean</td>\n<td><code>false</code></td>\n<td>-</td>\n</tr>\n<tr>\n<td>no-border</td>\n<td>remove border</td>\n<td>Boolean</td>\n<td><code>false</code></td>\n<td>-</td>\n</tr>\n</tbody></table>\n<h4 id=\"CellItem Events\">CellItem Events<a href=\"javascript:jumpAnchor('CellItem Events')\" class=\"mfe-blog-toc-item mfe-blog-toc-item-h4\">#</a></h4><h5 id=\"@click(event)\">@click(event)<a href=\"javascript:jumpAnchor('@click(event)')\" class=\"mfe-blog-toc-item mfe-blog-toc-item-h5\">#</a></h5><p>click event when not disabled</p>\n<h4 id=\"CellItem Slots\">CellItem Slots<a href=\"javascript:jumpAnchor('CellItem Slots')\" class=\"mfe-blog-toc-item mfe-blog-toc-item-h4\">#</a></h4><h5 id=\"default\">default<a href=\"javascript:jumpAnchor('default')\" class=\"mfe-blog-toc-item mfe-blog-toc-item-h5\">#</a></h5><p>default content slot</p>\n<h5 id=\"left\">left<a href=\"javascript:jumpAnchor('left')\" class=\"mfe-blog-toc-item mfe-blog-toc-item-h5\">#</a></h5><p>left content slot</p>\n<h5 id=\"right\">right<a href=\"javascript:jumpAnchor('right')\" class=\"mfe-blog-toc-item mfe-blog-toc-item-h5\">#</a></h5><p>right content slot</p>\n<h5 id=\"children\">children<a href=\"javascript:jumpAnchor('children')\" class=\"mfe-blog-toc-item mfe-blog-toc-item-h5\">#</a></h5><p>extra children slot</p>\n",i=A.toc="<a href=\"javascript:jumpAnchor('Import')\" class=\"mfe-blog-toc-item mfe-blog-toc-item-h3\">Import</a><a href=\"javascript:jumpAnchor('Code Examples')\" class=\"mfe-blog-toc-item mfe-blog-toc-item-h3\">Code Examples</a><a href=\"javascript:jumpAnchor('API')\" class=\"mfe-blog-toc-item mfe-blog-toc-item-h3\">API</a><a href=\"javascript:jumpAnchor('CellItem Props')\" class=\"mfe-blog-toc-item mfe-blog-toc-item-h4\">CellItem Props</a><a href=\"javascript:jumpAnchor('CellItem Events')\" class=\"mfe-blog-toc-item mfe-blog-toc-item-h4\">CellItem Events</a><a href=\"javascript:jumpAnchor('@click(event)')\" class=\"mfe-blog-toc-item mfe-blog-toc-item-h5\">@click(event)</a><a href=\"javascript:jumpAnchor('CellItem Slots')\" class=\"mfe-blog-toc-item mfe-blog-toc-item-h4\">CellItem Slots</a><a href=\"javascript:jumpAnchor('default')\" class=\"mfe-blog-toc-item mfe-blog-toc-item-h5\">default</a><a href=\"javascript:jumpAnchor('left')\" class=\"mfe-blog-toc-item mfe-blog-toc-item-h5\">left</a><a href=\"javascript:jumpAnchor('right')\" class=\"mfe-blog-toc-item mfe-blog-toc-it
|