Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(153)

Unified Diff: bower_components/polymer-collapse/docs.json

Issue 786953007: npm_modules: Fork bower_components into Polymer 0.4.0 and 0.5.0 versions (Closed) Base URL: https://chromium.googlesource.com/infra/third_party/npm_modules.git@master
Patch Set: Created 5 years, 12 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « bower_components/polymer-collapse/demo.html ('k') | bower_components/polymer-collapse/index.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: bower_components/polymer-collapse/docs.json
diff --git a/bower_components/polymer-collapse/docs.json b/bower_components/polymer-collapse/docs.json
deleted file mode 100644
index 6e20a240915e64f4a87b4091b5343fd58ee57f3d..0000000000000000000000000000000000000000
--- a/bower_components/polymer-collapse/docs.json
+++ /dev/null
@@ -1,127 +0,0 @@
-{
- "project": {
- "name": "Docs",
- "description": "Docs"
- },
- "files": {
- "..\\..\\polymer-collapse\\polymer-collapse.html": {
- "name": "..\\..\\polymer-collapse\\polymer-collapse.html",
- "modules": {
- "Polymer Elements": 1
- },
- "classes": {
- "polymer-collapse": 1
- },
- "fors": {},
- "namespaces": {}
- }
- },
- "modules": {
- "Polymer Elements": {
- "name": "Polymer Elements",
- "submodules": {},
- "classes": {
- "polymer-collapse": 1
- },
- "fors": {},
- "namespaces": {},
- "tag": "module",
- "file": "..\\..\\polymer-collapse\\polymer-collapse.html",
- "line": 10
- }
- },
- "classes": {
- "polymer-collapse": {
- "name": "polymer-collapse",
- "shortname": "polymer-collapse",
- "classitems": [],
- "plugins": [],
- "extensions": [],
- "plugin_for": [],
- "extension_for": [],
- "module": "Polymer Elements",
- "namespace": "",
- "file": "..\\..\\polymer-collapse\\polymer-collapse.html",
- "line": 10,
- "description": "polymer-collapse is used to add collapsible behavior to the\ntarget element. It adjusts the height or width of the target element\nto make the element collapse and expand.\n\nExample:\n\n <button on-click=\"{{toggle}}\">toggle collapse</button>\n <div id=\"demo\">\n ...\n </div>\n <polymer-collapse id=\"collapse\" targetId=\"demo\"></polymer-collapse>\n\n ...\n\n toggle: function() {\n this.$.collapse.toggle();\n }"
- }
- },
- "classitems": [
- {
- "file": "..\\..\\polymer-collapse\\polymer-collapse.html",
- "line": 48,
- "description": "The id of the target element.",
- "itemtype": "attribute",
- "name": "targetId",
- "type": "string",
- "default": "''",
- "class": "polymer-collapse",
- "module": "Polymer Elements"
- },
- {
- "file": "..\\..\\polymer-collapse\\polymer-collapse.html",
- "line": 56,
- "description": "The target element.",
- "itemtype": "attribute",
- "name": "target",
- "type": "object",
- "default": "null",
- "class": "polymer-collapse",
- "module": "Polymer Elements"
- },
- {
- "file": "..\\..\\polymer-collapse\\polymer-collapse.html",
- "line": 64,
- "description": "If true, the orientation is horizontal; otherwise is vertical.",
- "itemtype": "attribute",
- "name": "horizontal",
- "type": "boolean",
- "default": "false",
- "class": "polymer-collapse",
- "module": "Polymer Elements"
- },
- {
- "file": "..\\..\\polymer-collapse\\polymer-collapse.html",
- "line": 72,
- "description": "If true, the target element is hidden/collapsed.",
- "itemtype": "attribute",
- "name": "closed",
- "type": "boolean",
- "default": "false",
- "class": "polymer-collapse",
- "module": "Polymer Elements"
- },
- {
- "file": "..\\..\\polymer-collapse\\polymer-collapse.html",
- "line": 80,
- "description": "Collapsing/expanding animation duration in second.",
- "itemtype": "attribute",
- "name": "duration",
- "type": "number",
- "default": "0.33",
- "class": "polymer-collapse",
- "module": "Polymer Elements"
- },
- {
- "file": "..\\..\\polymer-collapse\\polymer-collapse.html",
- "line": 88,
- "description": "If true, the size of the target element is fixed and is set\non the element. Otherwise it will try to \nuse auto to determine the natural size to use\nfor collapsing/expanding.",
- "itemtype": "attribute",
- "name": "fixedSize",
- "type": "boolean",
- "default": "false",
- "class": "polymer-collapse",
- "module": "Polymer Elements"
- },
- {
- "file": "..\\..\\polymer-collapse\\polymer-collapse.html",
- "line": 150,
- "description": "Toggle the closed state of the collapsible.",
- "itemtype": "method",
- "name": "toggle",
- "class": "polymer-collapse",
- "module": "Polymer Elements"
- }
- ],
- "warnings": []
-}
« no previous file with comments | « bower_components/polymer-collapse/demo.html ('k') | bower_components/polymer-collapse/index.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698