lion/packages/checkbox-group/custom-elements.json
2021-02-15 18:07:33 +01:00

255 lines
6.3 KiB
JSON

{
"schemaVersion": "experimental",
"readme": "",
"modules": [
{
"kind": "javascript-module",
"path": "./index.js",
"declarations": [],
"exports": [
{
"kind": "js",
"name": "LionCheckboxGroup",
"declaration": {
"name": "LionCheckboxGroup",
"module": "./src/LionCheckboxGroup.js"
}
},
{
"kind": "js",
"name": "LionCheckboxIndeterminate",
"declaration": {
"name": "LionCheckboxIndeterminate",
"module": "./src/LionCheckboxIndeterminate.js"
}
},
{
"kind": "js",
"name": "LionCheckbox",
"declaration": {
"name": "LionCheckbox",
"module": "./src/LionCheckbox.js"
}
}
]
},
{
"kind": "javascript-module",
"path": "./lion-checkbox-group.js",
"declarations": [],
"exports": [
{
"kind": "custom-element-definition",
"name": "lion-checkbox-group",
"declaration": {
"name": "LionCheckboxGroup",
"module": "./src/LionCheckboxGroup.js"
}
}
]
},
{
"kind": "javascript-module",
"path": "./lion-checkbox-indeterminate.js",
"declarations": [],
"exports": [
{
"kind": "custom-element-definition",
"name": "lion-checkbox-indeterminate",
"declaration": {
"name": "LionCheckboxIndeterminate",
"module": "./src/LionCheckboxIndeterminate.js"
}
}
]
},
{
"kind": "javascript-module",
"path": "./lion-checkbox.js",
"declarations": [],
"exports": [
{
"kind": "custom-element-definition",
"name": "lion-checkbox",
"declaration": {
"name": "LionCheckbox",
"module": "./src/LionCheckbox.js"
}
}
]
},
{
"kind": "javascript-module",
"path": "./src/LionCheckbox.js",
"declarations": [
{
"kind": "class",
"name": "LionCheckbox",
"mixins": [
{
"name": "ChoiceInputMixin",
"package": "@lion/form-core"
}
],
"superclass": {
"name": "LionInput",
"package": "@lion/input"
},
"members": [
{
"kind": "method",
"name": "connectedCallback",
"privacy": "public"
}
],
"tagName": "lion-checkbox"
}
],
"exports": [
{
"kind": "js",
"name": "LionCheckbox",
"declaration": {
"name": "LionCheckbox",
"module": "./src/LionCheckbox.js"
}
}
]
},
{
"kind": "javascript-module",
"path": "./src/LionCheckboxGroup.js",
"declarations": [
{
"kind": "class",
"name": "LionCheckboxGroup",
"mixins": [
{
"name": "ChoiceGroupMixin",
"package": "@lion/form-core"
},
{
"name": "FormGroupMixin",
"package": "@lion/form-core"
}
],
"superclass": {
"name": "LitElement",
"package": "@lion/core"
},
"tagName": "lion-checkbox-group"
}
],
"exports": [
{
"kind": "js",
"name": "LionCheckboxGroup",
"declaration": {
"name": "LionCheckboxGroup",
"module": "./src/LionCheckboxGroup.js"
}
}
]
},
{
"kind": "javascript-module",
"path": "./src/LionCheckboxIndeterminate.js",
"declarations": [
{
"kind": "class",
"name": "LionCheckboxIndeterminate",
"superclass": {
"name": "LionCheckbox",
"module": "/src/src/LionCheckbox.js"
},
"attributes": [
{
"name": "indeterminate",
"fieldName": "indeterminate"
}
],
"members": [
{
"kind": "field",
"name": "indeterminate",
"privacy": "public",
"default": "false"
},
{
"kind": "field",
"name": "_checkboxGroupNode",
"privacy": "public"
},
{
"kind": "field",
"name": "_subCheckboxes",
"privacy": "public"
},
{
"kind": "method",
"name": "_setOwnCheckedState",
"privacy": "public"
},
{
"kind": "method",
"name": "__onModelValueChanged",
"privacy": "public",
"parameters": [
{
"name": "ev",
"type": {
"type": "Event"
}
}
]
},
{
"kind": "method",
"name": "_afterTemplate",
"privacy": "public"
},
{
"kind": "method",
"name": "_onRequestToAddFormElement",
"privacy": "public"
},
{
"kind": "method",
"name": "connectedCallback",
"privacy": "public"
},
{
"kind": "method",
"name": "disconnectedCallback",
"privacy": "public"
},
{
"kind": "method",
"name": "updated",
"privacy": "public",
"parameters": [
{
"name": "changedProperties",
"type": {
"type": "PropertyValues "
}
}
]
}
],
"tagName": "lion-checkbox-indeterminate"
}
],
"exports": [
{
"kind": "js",
"name": "LionCheckboxIndeterminate",
"declaration": {
"name": "LionCheckboxIndeterminate",
"module": "./src/LionCheckboxIndeterminate.js"
}
}
]
}
]
}