mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Format fixes
This commit is contained in:
parent
727f4cd4f7
commit
58d4531a21
3 changed files with 14913 additions and 14914 deletions
|
@ -33,8 +33,7 @@ app.bootstrap({
|
||||||
disableSources: true,
|
disableSources: true,
|
||||||
logLevel: 'Error',
|
logLevel: 'Error',
|
||||||
sort: ['source-order'],
|
sort: ['source-order'],
|
||||||
exclude: ['node_modules', 'components/lib/**/*.js'],
|
exclude: ['node_modules', 'components/lib/**/*.js']
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
||||||
const project = app.convert();
|
const project = app.convert();
|
||||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -1,6 +1,6 @@
|
||||||
import APIDocs from '@/doc/common/apidoc/index.json';
|
import APIDocs from '@/doc/common/apidoc/index.json';
|
||||||
|
|
||||||
export const getPTOption = name => {
|
export const getPTOption = (name) => {
|
||||||
const { props } = APIDocs[name.toLowerCase()].interfaces.values[`${name}PassThroughOptions`];
|
const { props } = APIDocs[name.toLowerCase()].interfaces.values[`${name}PassThroughOptions`];
|
||||||
let data = [];
|
let data = [];
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue