mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Lint changes
This commit is contained in:
parent
eb2de5460c
commit
4d3a071e66
291 changed files with 28450 additions and 26621 deletions
|
@ -1,28 +1,28 @@
|
|||
const ProgressbarProps = [
|
||||
{
|
||||
name: "value",
|
||||
type: "number",
|
||||
default: "null",
|
||||
description: "Current value of the progress."
|
||||
name: 'value',
|
||||
type: 'number',
|
||||
default: 'null',
|
||||
description: 'Current value of the progress.'
|
||||
},
|
||||
{
|
||||
name: "mode",
|
||||
type: "string",
|
||||
default: "determinate",
|
||||
name: 'mode',
|
||||
type: 'string',
|
||||
default: 'determinate',
|
||||
description: 'Defines the mode of the progress, valid values are "determinate" and "indeterminate".'
|
||||
},
|
||||
{
|
||||
name: "showValue",
|
||||
type: "boolean",
|
||||
default: "true",
|
||||
description: "Whether to display the progress bar value."
|
||||
name: 'showValue',
|
||||
type: 'boolean',
|
||||
default: 'true',
|
||||
description: 'Whether to display the progress bar value.'
|
||||
}
|
||||
];
|
||||
|
||||
module.exports = {
|
||||
progressbar: {
|
||||
name: "ProgressBar",
|
||||
description: "ProgressBar is a process status indicator.",
|
||||
name: 'ProgressBar',
|
||||
description: 'ProgressBar is a process status indicator.',
|
||||
props: ProgressbarProps
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue