@zywave/zui-picker
Version:
## Installation
126 lines (125 loc) • 3.8 kB
JSON
{
"schemaVersion": "1.0.0",
"readme": "",
"modules": [
{
"kind": "javascript-module",
"path": "src/zui-picker-item.ts",
"declarations": [
{
"kind": "class",
"description": "Individual items that are passed into `<zui-picker>` to be selected.",
"name": "ZuiPickerItem",
"cssProperties": [
{
"description": "If necessary, this property exists for font size control, by default it should `inherit` successfully",
"name": "--zui-picker-item-font-size",
"default": "inherit"
}
],
"slots": [
{
"description": "Unnamed slot, for content such as title or a small icon",
"name": ""
}
],
"members": [],
"superclass": {
"name": "ZuiBaseElement",
"package": "@zywave/zui-base"
},
"tagName": "zui-picker-item",
"customElement": true
}
],
"exports": [
{
"kind": "js",
"name": "ZuiPickerItem",
"declaration": {
"name": "ZuiPickerItem",
"module": "src/zui-picker-item.ts"
}
},
{
"kind": "custom-element-definition",
"name": "zui-picker-item",
"declaration": {
"name": "ZuiPickerItem",
"module": "src/zui-picker-item.ts"
}
}
]
},
{
"kind": "javascript-module",
"path": "src/zui-picker.ts",
"declarations": [
{
"kind": "class",
"description": "`<zui-picker>` is the wrapper around `<zui-picker-item>`'s, it renders slots for many of picker's features such as search, pagination, count and other controls.",
"name": "ZuiPicker",
"cssProperties": [
{
"description": "If necessary, this property exists for font size control, by default it should `inherit` successfully",
"name": "--zui-picker-item-font-size",
"default": "inherit"
}
],
"slots": [
{
"description": "Slot in a search, such as `<zui-search>`",
"name": "search"
},
{
"description": "Slot for total available results count",
"name": "results-count"
},
{
"description": "Slot for where all available `<zui-multipicker-item>`'s go, make a container such as `<div` `slot=\"picker-items\">` then place `<zui-multipicker-item>`'s within",
"name": "picker-items"
},
{
"description": "Slot for pagination",
"name": "pager"
}
],
"members": [],
"events": [
{
"name": "change",
"type": {
"text": "CustomEvent"
},
"description": "Event is fired when a selection is made, details contain the event to tell where it originated from"
}
],
"superclass": {
"name": "ZuiBaseElement",
"package": "@zywave/zui-base"
},
"tagName": "zui-picker",
"customElement": true
}
],
"exports": [
{
"kind": "js",
"name": "ZuiPicker",
"declaration": {
"name": "ZuiPicker",
"module": "src/zui-picker.ts"
}
},
{
"kind": "custom-element-definition",
"name": "zui-picker",
"declaration": {
"name": "ZuiPicker",
"module": "src/zui-picker.ts"
}
}
]
}
]
}