Text updates
parent
4bd6a03203
commit
a1f4595686
|
@ -25,7 +25,7 @@ export default {
|
|||
},
|
||||
{
|
||||
id: 'pt.doc',
|
||||
label: 'Card Elements',
|
||||
label: 'Card PT Options',
|
||||
component: DocApiTable,
|
||||
data: getPTOption('Card')
|
||||
},
|
||||
|
|
|
@ -19265,6 +19265,110 @@
|
|||
"methodDescription": "Defines methods that can be accessed by the component's reference.",
|
||||
"typeDescription": "Defines the custom types used by the module.",
|
||||
"values": {
|
||||
"MessagePassThroughMethodOptions": {
|
||||
"description": "Custom passthrough(pt) option method.",
|
||||
"relatedProp": "",
|
||||
"props": [
|
||||
{
|
||||
"name": "props",
|
||||
"optional": false,
|
||||
"readonly": false,
|
||||
"type": "MessageProps",
|
||||
"default": ""
|
||||
},
|
||||
{
|
||||
"name": "state",
|
||||
"optional": false,
|
||||
"readonly": false,
|
||||
"type": "MessageState",
|
||||
"default": ""
|
||||
}
|
||||
],
|
||||
"methods": []
|
||||
},
|
||||
"MessagePassThroughOptions": {
|
||||
"description": "Custom passthrough(pt) options.",
|
||||
"relatedProp": "undefined.MessageProps.pt",
|
||||
"props": [
|
||||
{
|
||||
"name": "root",
|
||||
"optional": true,
|
||||
"readonly": false,
|
||||
"type": "MessagePassThroughOptionType",
|
||||
"default": "",
|
||||
"description": "Uses to pass attributes to the root's DOM element."
|
||||
},
|
||||
{
|
||||
"name": "wrapper",
|
||||
"optional": true,
|
||||
"readonly": false,
|
||||
"type": "MessagePassThroughOptionType",
|
||||
"default": "",
|
||||
"description": "Uses to pass attributes to the wrapper's DOM element."
|
||||
},
|
||||
{
|
||||
"name": "icon",
|
||||
"optional": true,
|
||||
"readonly": false,
|
||||
"type": "MessagePassThroughOptionType",
|
||||
"default": "",
|
||||
"description": "Uses to pass attributes to the icon's DOM element."
|
||||
},
|
||||
{
|
||||
"name": "text",
|
||||
"optional": true,
|
||||
"readonly": false,
|
||||
"type": "MessagePassThroughOptionType",
|
||||
"default": "",
|
||||
"description": "Uses to pass attributes to the text's DOM element."
|
||||
},
|
||||
{
|
||||
"name": "button",
|
||||
"optional": true,
|
||||
"readonly": false,
|
||||
"type": "MessagePassThroughOptionType",
|
||||
"default": "",
|
||||
"description": "Uses to pass attributes to the button's DOM element."
|
||||
},
|
||||
{
|
||||
"name": "buttonIcon",
|
||||
"optional": true,
|
||||
"readonly": false,
|
||||
"type": "MessagePassThroughOptionType",
|
||||
"default": "",
|
||||
"description": "Uses to pass attributes to the button icon's DOM element."
|
||||
}
|
||||
],
|
||||
"methods": []
|
||||
},
|
||||
"MessagePassThroughAttributes": {
|
||||
"description": "Custom passthrough attributes for each DOM elements",
|
||||
"relatedProp": "",
|
||||
"props": [
|
||||
{
|
||||
"name": "[key: string]",
|
||||
"optional": false,
|
||||
"readonly": false,
|
||||
"type": "any"
|
||||
}
|
||||
],
|
||||
"methods": []
|
||||
},
|
||||
"MessageState": {
|
||||
"description": "Defines current inline state in Message component.",
|
||||
"relatedProp": "",
|
||||
"props": [
|
||||
{
|
||||
"name": "visible",
|
||||
"optional": false,
|
||||
"readonly": false,
|
||||
"type": "boolean",
|
||||
"default": "false",
|
||||
"description": "Current visible state as a boolean."
|
||||
}
|
||||
],
|
||||
"methods": []
|
||||
},
|
||||
"MessageProps": {
|
||||
"description": "Defines valid properties in Message component.",
|
||||
"relatedProp": "",
|
||||
|
@ -19324,8 +19428,7 @@
|
|||
"readonly": false,
|
||||
"type": "ButtonHTMLAttributes",
|
||||
"default": "",
|
||||
"description": "Uses to pass all properties of the HTMLButtonElement to the close button.",
|
||||
"deprecated": "since v3.26.0. Use 'pt' property."
|
||||
"description": "Uses to pass all properties of the HTMLButtonElement to the close button."
|
||||
}
|
||||
],
|
||||
"methods": []
|
||||
|
@ -19388,6 +19491,14 @@
|
|||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"types": {
|
||||
"description": "Defines the custom types used by the module.",
|
||||
"values": {
|
||||
"MessagePassThroughOptionType": {
|
||||
"values": "MessagePassThroughAttributes | (options: MessagePassThroughMethodOptions) => MessagePassThroughAttributes | null | undefined"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"multiselect": {
|
||||
|
|
|
@ -24,7 +24,7 @@ export default {
|
|||
},
|
||||
{
|
||||
id: 'pt.doc',
|
||||
label: 'DeferredContent Elements',
|
||||
label: 'DeferredContent PT Options',
|
||||
component: DocApiTable,
|
||||
data: getPTOption('DeferredContent')
|
||||
}
|
||||
|
|
|
@ -25,7 +25,7 @@ export default {
|
|||
},
|
||||
{
|
||||
id: 'pt.doc',
|
||||
label: 'Divider Elements',
|
||||
label: 'Divider PT Options',
|
||||
component: DocApiTable,
|
||||
data: getPTOption('Divider')
|
||||
},
|
||||
|
|
|
@ -25,7 +25,7 @@ export default {
|
|||
},
|
||||
{
|
||||
id: 'pt.doc.dynamicdialog',
|
||||
label: 'Dialog Elements',
|
||||
label: 'Dialog PT Options',
|
||||
component: DocApiTable,
|
||||
data: getPTOption('Dialog')
|
||||
},
|
||||
|
|
|
@ -25,7 +25,7 @@ export default {
|
|||
},
|
||||
{
|
||||
id: 'pt.doc',
|
||||
label: 'Fieldset Elements',
|
||||
label: 'Fieldset PT Options',
|
||||
component: DocApiTable,
|
||||
data: getPTOption('Fieldset')
|
||||
},
|
||||
|
|
|
@ -25,7 +25,7 @@ export default {
|
|||
},
|
||||
{
|
||||
id: 'pt.doc',
|
||||
label: 'Panel Elements',
|
||||
label: 'Panel PT Options',
|
||||
component: DocApiTable,
|
||||
data: getPTOption('Panel')
|
||||
},
|
||||
|
|
|
@ -25,7 +25,7 @@ export default {
|
|||
},
|
||||
{
|
||||
id: 'pt.doc',
|
||||
label: 'ProgressBar Elements',
|
||||
label: 'ProgressBar PT Options',
|
||||
component: DocApiTable,
|
||||
data: getPTOption('ProgressBar')
|
||||
},
|
||||
|
|
|
@ -25,7 +25,7 @@ export default {
|
|||
},
|
||||
{
|
||||
id: 'pt.doc',
|
||||
label: 'ProgressBar Elements',
|
||||
label: 'ProgressBar PT Options',
|
||||
component: DocApiTable,
|
||||
data: getPTOption('ProgressBar')
|
||||
},
|
||||
|
|
|
@ -25,7 +25,7 @@ export default {
|
|||
},
|
||||
{
|
||||
id: 'pt.doc',
|
||||
label: 'ScrollPanel Elements',
|
||||
label: 'ScrollPanel PT Options',
|
||||
component: DocApiTable,
|
||||
data: getPTOption('ScrollPanel')
|
||||
},
|
||||
|
|
|
@ -25,7 +25,7 @@ export default {
|
|||
},
|
||||
{
|
||||
id: 'pt.doc',
|
||||
label: 'ScrollTop Elements',
|
||||
label: 'ScrollTop PT Options',
|
||||
component: DocApiTable,
|
||||
data: getPTOption('ScrollTop')
|
||||
},
|
||||
|
|
|
@ -25,7 +25,7 @@ export default {
|
|||
},
|
||||
{
|
||||
id: 'pt.doc',
|
||||
label: 'Tag Elements',
|
||||
label: 'Tag PT Options',
|
||||
component: DocApiTable,
|
||||
data: getPTOption('Tag')
|
||||
},
|
||||
|
|
|
@ -25,7 +25,7 @@ export default {
|
|||
},
|
||||
{
|
||||
id: 'pt.doc',
|
||||
label: 'Terminal Elements',
|
||||
label: 'Terminal PT Options',
|
||||
component: DocApiTable,
|
||||
data: getPTOption('Terminal')
|
||||
},
|
||||
|
|
|
@ -25,7 +25,7 @@ export default {
|
|||
},
|
||||
{
|
||||
id: 'pt.doc',
|
||||
label: 'Toolbar Elements',
|
||||
label: 'Toolbar PT Options',
|
||||
component: DocApiTable,
|
||||
data: getPTOption('Toolbar')
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue