Merge branch 'next' of https://github.com/primefaces/primevue into next
commit
f6ec835528
|
@ -1 +0,0 @@
|
||||||
# Labs
|
|
|
@ -1,16 +0,0 @@
|
||||||
<template>
|
|
||||||
<DocSectionText v-bind="$attrs" />
|
|
||||||
<DocSectionCode :code="code" lang="script" />
|
|
||||||
</template>
|
|
||||||
|
|
||||||
<script>
|
|
||||||
export default {
|
|
||||||
data() {
|
|
||||||
return {
|
|
||||||
code: `
|
|
||||||
import SelectButton from '@/plex/selectbutton';
|
|
||||||
`
|
|
||||||
};
|
|
||||||
}
|
|
||||||
};
|
|
||||||
</script>
|
|
|
@ -1,16 +0,0 @@
|
||||||
<template>
|
|
||||||
<DocSectionText v-bind="$attrs" />
|
|
||||||
<DocSectionCode :code="code" lang="script" />
|
|
||||||
</template>
|
|
||||||
|
|
||||||
<script>
|
|
||||||
export default {
|
|
||||||
data() {
|
|
||||||
return {
|
|
||||||
code: `
|
|
||||||
import Timeline from '@/plex/timeline';
|
|
||||||
`
|
|
||||||
};
|
|
||||||
}
|
|
||||||
};
|
|
||||||
</script>
|
|
|
@ -1,16 +0,0 @@
|
||||||
<template>
|
|
||||||
<DocSectionText v-bind="$attrs" />
|
|
||||||
<DocSectionCode :code="code" lang="script" />
|
|
||||||
</template>
|
|
||||||
|
|
||||||
<script>
|
|
||||||
export default {
|
|
||||||
data() {
|
|
||||||
return {
|
|
||||||
code: `
|
|
||||||
import ToggleButton from '@/plex/togglebutton';
|
|
||||||
`
|
|
||||||
};
|
|
||||||
}
|
|
||||||
};
|
|
||||||
</script>
|
|
|
@ -1,16 +0,0 @@
|
||||||
<template>
|
|
||||||
<DocSectionText v-bind="$attrs" />
|
|
||||||
<DocSectionCode :code="code" lang="script" />
|
|
||||||
</template>
|
|
||||||
|
|
||||||
<script>
|
|
||||||
export default {
|
|
||||||
data() {
|
|
||||||
return {
|
|
||||||
code: `
|
|
||||||
import ToggleSwitch from '@/plex/toggleswitch';
|
|
||||||
`
|
|
||||||
};
|
|
||||||
}
|
|
||||||
};
|
|
||||||
</script>
|
|
|
@ -120,12 +120,12 @@ export default defineConfig({
|
||||||
},
|
},
|
||||||
'tailwind.config.js': {
|
'tailwind.config.js': {
|
||||||
content: `/** @type {import('tailwindcss').Config} */
|
content: `/** @type {import('tailwindcss').Config} */
|
||||||
const primeui = require('tailwindcss-primeui');
|
import PrimeUI from 'tailwindcss-primeui';
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
content: ['./index.html', './src/**/*.{vue,js,ts,jsx,tsx}'],
|
content: ['./index.html', './src/**/*.{vue,js,ts,jsx,tsx}'],
|
||||||
darkMode: ['selector', '[class="p-dark"]'],
|
darkMode: ['selector', '[class="p-dark"]'],
|
||||||
plugins: [primeui]
|
plugins: [PrimeUI]
|
||||||
};
|
};
|
||||||
`
|
`
|
||||||
},
|
},
|
||||||
|
|
|
@ -736,7 +736,7 @@
|
||||||
"name": "as",
|
"name": "as",
|
||||||
"optional": true,
|
"optional": true,
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "string | Component<any, any, any, ComputedOptions, MethodOptions, Object, any>",
|
"type": "string | Component",
|
||||||
"default": "DIV",
|
"default": "DIV",
|
||||||
"description": "Use to change the HTML tag of root element."
|
"description": "Use to change the HTML tag of root element."
|
||||||
},
|
},
|
||||||
|
@ -1830,7 +1830,7 @@
|
||||||
"name": "as",
|
"name": "as",
|
||||||
"optional": true,
|
"optional": true,
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "string | Component<any, any, any, ComputedOptions, MethodOptions, Object, any>",
|
"type": "string | Component",
|
||||||
"default": "DIV",
|
"default": "DIV",
|
||||||
"description": "Use to change the HTML tag of root element."
|
"description": "Use to change the HTML tag of root element."
|
||||||
},
|
},
|
||||||
|
@ -2117,7 +2117,7 @@
|
||||||
"name": "as",
|
"name": "as",
|
||||||
"optional": true,
|
"optional": true,
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "string | Component<any, any, any, ComputedOptions, MethodOptions, Object, any>",
|
"type": "string | Component",
|
||||||
"default": "BUTTON",
|
"default": "BUTTON",
|
||||||
"description": "Use to change the HTML tag of root element."
|
"description": "Use to change the HTML tag of root element."
|
||||||
},
|
},
|
||||||
|
@ -2418,7 +2418,7 @@
|
||||||
"name": "as",
|
"name": "as",
|
||||||
"optional": true,
|
"optional": true,
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "string | Component<any, any, any, ComputedOptions, MethodOptions, Object, any>",
|
"type": "string | Component",
|
||||||
"default": "DIV",
|
"default": "DIV",
|
||||||
"description": "Use to change the HTML tag of root element."
|
"description": "Use to change the HTML tag of root element."
|
||||||
},
|
},
|
||||||
|
@ -8303,7 +8303,7 @@
|
||||||
"name": "as",
|
"name": "as",
|
||||||
"optional": true,
|
"optional": true,
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "string | Component<any, any, any, ComputedOptions, MethodOptions, Object, any>",
|
"type": "string | Component",
|
||||||
"default": "BUTTON",
|
"default": "BUTTON",
|
||||||
"description": "Use to change the HTML tag of root element."
|
"description": "Use to change the HTML tag of root element."
|
||||||
},
|
},
|
||||||
|
@ -64096,7 +64096,7 @@
|
||||||
"name": "as",
|
"name": "as",
|
||||||
"optional": true,
|
"optional": true,
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "string | Component<any, any, any, ComputedOptions, MethodOptions, Object, any>",
|
"type": "string | Component",
|
||||||
"default": "BUTTON",
|
"default": "BUTTON",
|
||||||
"description": "Use to change the HTML tag of root element."
|
"description": "Use to change the HTML tag of root element."
|
||||||
},
|
},
|
||||||
|
@ -64869,7 +64869,7 @@
|
||||||
"name": "as",
|
"name": "as",
|
||||||
"optional": true,
|
"optional": true,
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "string | Component<any, any, any, ComputedOptions, MethodOptions, Object, any>",
|
"type": "string | Component",
|
||||||
"default": "BUTTON",
|
"default": "BUTTON",
|
||||||
"description": "Use to change the HTML tag of root element."
|
"description": "Use to change the HTML tag of root element."
|
||||||
},
|
},
|
||||||
|
@ -66369,7 +66369,7 @@
|
||||||
"name": "as",
|
"name": "as",
|
||||||
"optional": true,
|
"optional": true,
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "string | Component<any, any, any, ComputedOptions, MethodOptions, Object, any>",
|
"type": "string | Component",
|
||||||
"default": "BUTTON",
|
"default": "BUTTON",
|
||||||
"description": "Use to change the HTML tag of root element."
|
"description": "Use to change the HTML tag of root element."
|
||||||
},
|
},
|
||||||
|
@ -67535,7 +67535,7 @@
|
||||||
"name": "as",
|
"name": "as",
|
||||||
"optional": true,
|
"optional": true,
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "string | Component<any, any, any, ComputedOptions, MethodOptions, Object, any>",
|
"type": "string | Component",
|
||||||
"default": "DIV",
|
"default": "DIV",
|
||||||
"description": "Use to change the HTML tag of root element."
|
"description": "Use to change the HTML tag of root element."
|
||||||
},
|
},
|
||||||
|
@ -80007,4 +80007,4 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -30,7 +30,7 @@ export default defineNuxtConfig({
|
||||||
vite: {
|
vite: {
|
||||||
optimizeDeps: {
|
optimizeDeps: {
|
||||||
noDiscovery: true,
|
noDiscovery: true,
|
||||||
include: ['quill']
|
include: ['quill', 'yup']
|
||||||
},
|
},
|
||||||
resolve: {
|
resolve: {
|
||||||
dedupe: ['vue', '@primeuix/styles', '@primeuix/themes', '@primeuix/utils'],
|
dedupe: ['vue', '@primeuix/styles', '@primeuix/themes', '@primeuix/utils'],
|
||||||
|
|
|
@ -4,6 +4,7 @@
|
||||||
"author": "PrimeTek Informatics",
|
"author": "PrimeTek Informatics",
|
||||||
"description": "",
|
"description": "",
|
||||||
"homepage": "https://primevue.org/",
|
"homepage": "https://primevue.org/",
|
||||||
|
"type": "module",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
@ -34,8 +35,8 @@
|
||||||
"generate": "nuxt generate",
|
"generate": "nuxt generate",
|
||||||
"preview": "nuxt preview",
|
"preview": "nuxt preview",
|
||||||
"postinstall": "nuxt prepare",
|
"postinstall": "nuxt prepare",
|
||||||
"build:prebuild": "node ./scripts/prebuild.js",
|
"build:prebuild": "node ./scripts/prebuild.mjs",
|
||||||
"build:apidoc": "node ./scripts/build-apidoc.js"
|
"build:apidoc": "node ./scripts/build-apidoc.cjs"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@docsearch/js": "catalog:app",
|
"@docsearch/js": "catalog:app",
|
||||||
|
@ -62,7 +63,7 @@
|
||||||
"sass-loader": "catalog:app",
|
"sass-loader": "catalog:app",
|
||||||
"tailwindcss": "^3",
|
"tailwindcss": "^3",
|
||||||
"tailwindcss-primeui": "catalog:",
|
"tailwindcss-primeui": "catalog:",
|
||||||
"typedoc": "0.27.9",
|
"typedoc": "0.23.23",
|
||||||
"vite": "catalog:app"
|
"vite": "catalog:app"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,20 +0,0 @@
|
||||||
const fs = require('fs');
|
|
||||||
const path = require('path');
|
|
||||||
|
|
||||||
const rootDir = path.resolve(__dirname, '../');
|
|
||||||
const workspaceDir = path.resolve(__dirname, '../../../');
|
|
||||||
|
|
||||||
const pkg = path.resolve(rootDir, 'package.json');
|
|
||||||
|
|
||||||
const pkgJson = require(pkg);
|
|
||||||
const packageJson = require(path.resolve(workspaceDir, 'package.json'));
|
|
||||||
|
|
||||||
pkgJson.version = packageJson.version;
|
|
||||||
pkgJson.author = packageJson.author;
|
|
||||||
pkgJson.homepage = packageJson.homepage;
|
|
||||||
pkgJson.license = packageJson.license;
|
|
||||||
pkgJson.repository = { ...pkgJson.repository, ...packageJson.repository };
|
|
||||||
pkgJson.bugs = { ...pkgJson.bugs, ...packageJson.bugs };
|
|
||||||
pkgJson.engines = { ...pkgJson.engines, ...packageJson.engines };
|
|
||||||
|
|
||||||
fs.writeFileSync(pkg, JSON.stringify(pkgJson, null, 4));
|
|
|
@ -0,0 +1,25 @@
|
||||||
|
import fs from 'fs';
|
||||||
|
import path, { dirname } from 'path';
|
||||||
|
import { fileURLToPath } from 'url';
|
||||||
|
|
||||||
|
const __filename = fileURLToPath(import.meta.url);
|
||||||
|
const __dirname = dirname(__filename);
|
||||||
|
|
||||||
|
const rootDir = path.resolve(__dirname, '../');
|
||||||
|
const workspaceDir = path.resolve(__dirname, '../../../');
|
||||||
|
|
||||||
|
const pkgPath = path.resolve(rootDir, 'package.json');
|
||||||
|
const packageJsonPath = path.resolve(workspaceDir, 'package.json');
|
||||||
|
|
||||||
|
const pkgJson = JSON.parse(fs.readFileSync(pkgPath, { encoding: 'utf-8' }));
|
||||||
|
const packageJson = JSON.parse(fs.readFileSync(packageJsonPath, { encoding: 'utf-8' }));
|
||||||
|
|
||||||
|
pkgJson.version = packageJson.version;
|
||||||
|
pkgJson.author = packageJson.author;
|
||||||
|
pkgJson.homepage = packageJson.homepage;
|
||||||
|
pkgJson.license = packageJson.license;
|
||||||
|
pkgJson.repository = { ...pkgJson.repository, ...packageJson.repository };
|
||||||
|
pkgJson.bugs = { ...pkgJson.bugs, ...packageJson.bugs };
|
||||||
|
pkgJson.engines = { ...pkgJson.engines, ...packageJson.engines };
|
||||||
|
|
||||||
|
fs.writeFileSync(pkgPath, JSON.stringify(pkgJson, null, 4));
|
|
@ -0,0 +1 @@
|
||||||
|
# Volt
|
Before Width: | Height: | Size: 37 KiB After Width: | Height: | Size: 37 KiB |
Before Width: | Height: | Size: 49 KiB After Width: | Height: | Size: 49 KiB |
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue