UNPKG

aggregator-fn

Version:

Evaluate expressions in inline script tag.

361 lines (360 loc) 8.9 kB
{ "schemaVersion": "1.0.0", "readme": "", "modules": [ { "kind": "javascript-module", "path": "ag-fn.js", "declarations": [ { "kind": "class", "description": "", "name": "AgFnCore", "members": [ { "kind": "field", "name": "_count", "type": { "text": "number" }, "static": true, "default": "0" }, { "kind": "method", "name": "getScript", "parameters": [ { "name": "self" } ] }, { "kind": "method", "name": "attachScript", "parameters": [ { "name": "{ script }" } ] }, { "kind": "method", "name": "attachAggregator", "parameters": [ { "name": "self" }, { "name": "count" } ] }, { "kind": "method", "name": "updateValue", "parameters": [ { "name": "{ _input, disabled, hostSelector, aggregator }" } ] } ], "superclass": { "name": "HTMLElement" }, "tagName": "'ag-fn'", "customElement": true }, { "kind": "variable", "name": "AgFn" } ], "exports": [ { "kind": "js", "name": "AgFnCore", "declaration": { "name": "AgFnCore", "module": "ag-fn.js" } }, { "kind": "js", "name": "AgFn", "declaration": { "name": "AgFn", "module": "ag-fn.js" } } ] }, { "kind": "javascript-module", "path": "ag-fn.ts", "declarations": [ { "kind": "class", "description": "", "name": "AgFnCore", "members": [ { "kind": "field", "name": "_count", "type": { "text": "number" }, "static": true, "default": "0" }, { "kind": "method", "name": "getScript", "parameters": [ { "name": "self", "type": { "text": "this" } } ] }, { "kind": "method", "name": "attachScript", "parameters": [ { "name": "{script}", "type": { "text": "this" } } ] }, { "kind": "method", "name": "attachAggregator", "parameters": [ { "name": "self", "type": { "text": "this" } }, { "name": "count", "type": { "text": "number" } } ] }, { "kind": "method", "name": "updateValue", "parameters": [ { "name": "{_input, disabled, hostSelector, aggregator}", "type": { "text": "this" } } ] }, { "kind": "field", "name": "aggregator", "type": { "text": "((input: any) => any) | undefined" }, "privacy": "private" }, { "kind": "field", "name": "disabled", "type": { "text": "boolean | undefined" } }, { "kind": "field", "name": "_input", "type": { "text": "any" } }, { "kind": "field", "name": "value", "type": { "text": "any" } }, { "kind": "field", "name": "script", "type": { "text": "HTMLScriptElement | undefined" } }, { "kind": "field", "name": "isC", "type": { "text": "boolean" } }, { "kind": "field", "name": "debug", "type": { "text": "boolean" } }, { "kind": "field", "name": "hostSelector", "type": { "text": "string" }, "attribute": "host-selector" } ], "attributes": [ { "name": "host-selector", "type": { "text": "string" }, "fieldName": "hostSelector", "description": "Specify the closest containing element matching this css selector as the host" } ], "superclass": { "name": "HTMLElement" }, "tagName": "'ag-fn'", "customElement": true }, { "kind": "variable", "name": "AgFn", "default": "ce.classDef!" } ], "exports": [ { "kind": "js", "name": "AgFnCore", "declaration": { "name": "AgFnCore", "module": "ag-fn.ts" } }, { "kind": "js", "name": "AgFn", "declaration": { "name": "AgFn", "module": "ag-fn.ts" } } ] }, { "kind": "javascript-module", "path": "aggregator-fn.js", "declarations": [ { "kind": "class", "description": "", "name": "AggregatorFn", "members": [ { "kind": "field", "name": "is", "type": { "text": "string" }, "static": true, "default": "'aggregator-fn'" } ], "superclass": { "name": "AgFn", "module": "/ag-fn.js" }, "tagName": "aggregator-fn", "customElement": true } ], "exports": [ { "kind": "js", "name": "AggregatorFn", "declaration": { "name": "AggregatorFn", "module": "aggregator-fn.js" } } ] }, { "kind": "javascript-module", "path": "aggregator-fn.ts", "declarations": [ { "kind": "class", "description": "", "name": "AggregatorFn", "members": [ { "kind": "field", "name": "is", "type": { "text": "string" }, "static": true, "default": "'aggregator-fn'" } ], "superclass": { "name": "AgFn", "module": "/ag-fn.js" }, "tagName": "aggregator-fn", "customElement": true } ], "exports": [ { "kind": "js", "name": "AggregatorFn", "declaration": { "name": "AggregatorFn", "module": "aggregator-fn.ts" } } ] }, { "kind": "javascript-module", "path": "types.d.ts", "declarations": [], "exports": [] }, { "kind": "javascript-module", "path": "test/test-all.js", "declarations": [], "exports": [] }, { "kind": "javascript-module", "path": "test/test-all.ts", "declarations": [], "exports": [] } ] }