UNPKG

@lrnwebcomponents/lrn-vocab

Version:

A simple vocabulary term highlighted with pop up for more details

168 lines (167 loc) 4.01 kB
{ "schema_version": "1.0.0", "classes": [ { "description": "`lrn-vocab`\nVocabulary term with visual treatment and semantic meaning.", "summary": "", "path": "lrn-vocab.js", "properties": [], "methods": [ { "name": "render", "description": "", "privacy": "public", "sourceRange": { "start": { "line": 49, "column": 2 }, "end": { "line": 51, "column": 3 } }, "metadata": {}, "params": [] }, { "name": "haxHooks", "description": "Implements haxHooks to tie into life-cycle if hax exists.", "privacy": "public", "sourceRange": { "start": { "line": 68, "column": 2 }, "end": { "line": 73, "column": 3 } }, "metadata": {}, "params": [] }, { "name": "haxactiveElementChanged", "description": "double-check that we are set to inactivate click handlers\nthis is for when activated in a duplicate / adding new content state", "privacy": "public", "sourceRange": { "start": { "line": 78, "column": 2 }, "end": { "line": 82, "column": 3 } }, "metadata": {}, "params": [ { "name": "el" }, { "name": "val" } ], "return": { "type": "void" } }, { "name": "haxeditModeChanged", "description": "Set a flag to test if we should block link clicking on the entire card\notherwise when editing in hax you can't actually edit it bc its all clickable.\nif editMode goes off this helps ensure we also become clickable again", "privacy": "public", "sourceRange": { "start": { "line": 88, "column": 2 }, "end": { "line": 90, "column": 3 } }, "metadata": {}, "params": [ { "name": "val" } ], "return": { "type": "void" } }, { "name": "openDialog", "description": "Request the singleton dialog open", "privacy": "public", "sourceRange": { "start": { "line": 94, "column": 2 }, "end": { "line": 127, "column": 3 } }, "metadata": {}, "params": [ { "name": "e" } ] }, { "name": "firstUpdated", "description": "Attached life cycle", "privacy": "public", "sourceRange": { "start": { "line": 131, "column": 2 }, "end": { "line": 136, "column": 3 } }, "metadata": {}, "params": [ { "name": "changedProperties" } ], "return": { "type": "void" } } ], "staticMethods": [], "demos": [ { "url": "demo/index.html", "description": "" }, { "url": "demo/index.html", "description": "" } ], "metadata": {}, "sourceRange": { "start": { "line": 13, "column": 0 }, "end": { "line": 181, "column": 1 } }, "privacy": "public", "name": "LrnVocab" } ] }