@kengic/vue 0.28.1-beta.19 → 0.28.1-beta.20
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/caret-right-outlined-Btgsw6a_.16e4c236.mjs +8 -0
- package/dist/index.css +1 -1
- package/dist/kengic-vue.js +62923 -62822
- package/dist/project/build/vite/plugin/index.ts +2 -3
- package/dist/src/page/KgPageSqlClient/KgPageSqlClient.d.ts +7 -7
- package/dist/src/page/KgPageSqlClient/index.d.ts +1 -5
- package/package.json +2 -2
- /package/dist/{close-outlined-DMcSQWxQ.6262a248.mjs → close-outlined-DMcSQWxQ.97e54be8.mjs} +0 -0
- /package/dist/{exclamation-circle-outlined-DZrXCnvM.84d3bfdf.mjs → exclamation-circle-outlined-DZrXCnvM.1b75df60.mjs} +0 -0
- /package/dist/{fullscreen-exit-outlined-X1iYkFc4.ad55003b.mjs → fullscreen-exit-outlined-X1iYkFc4.b9563172.mjs} +0 -0
- /package/dist/{fullscreen-outlined-DDBrsRcy.46f08938.mjs → fullscreen-outlined-DDBrsRcy.5c2c799a.mjs} +0 -0
- /package/dist/{search-outlined-Od1M_oxf.1116570b.mjs → search-outlined-Od1M_oxf.fc7fab88.mjs} +0 -0
- /package/dist/{three-dots-loading-bIlrTJYR.bfaaf100.mjs → three-dots-loading-bIlrTJYR.0a775e4e.mjs} +0 -0
@@ -18,15 +18,14 @@ import { configThemePlugin } from './theme';
|
|
18
18
|
import { configVisualizerConfig } from './visualizer';
|
19
19
|
|
20
20
|
export function createVitePlugins(viteEnv: ViteEnv, isBuild: boolean) {
|
21
|
-
const { VITE_USE_IMAGEMIN,
|
21
|
+
const { VITE_USE_IMAGEMIN, VITE_LEGACY, VITE_BUILD_COMPRESS, VITE_BUILD_COMPRESS_DELETE_ORIGIN_FILE } = viteEnv;
|
22
22
|
|
23
23
|
const vitePlugins: (PluginOption | PluginOption[])[] = [
|
24
|
-
// have to
|
25
24
|
vue({
|
26
25
|
template: {
|
27
26
|
compilerOptions: {
|
28
27
|
isCustomElement: (tag) => {
|
29
|
-
if (
|
28
|
+
if (tag.startsWith('kg-')) {
|
30
29
|
return true;
|
31
30
|
}
|
32
31
|
|
@@ -1,12 +1,12 @@
|
|
1
|
-
import { ExtractPropTypes } from 'vue';
|
2
|
-
import './KgPageSqlClient.css';
|
3
|
-
export declare const getProps: () => any;
|
4
|
-
export declare type IKgPageSqlClientProps = Partial<ExtractPropTypes<ReturnType<typeof getProps>>>;
|
5
1
|
/**
|
6
2
|
* <p>系统管理/系统管理/数据操作.</p>
|
7
3
|
* <p>通过页面执行 SQL 语句, 记录执行人等相关信息.</p>
|
8
4
|
*/
|
9
|
-
declare const _default: import("vue").DefineComponent<
|
10
|
-
[x: string]:
|
11
|
-
}
|
5
|
+
declare const _default: import("vue").DefineComponent<Readonly<import("vue").ComponentPropsOptions<{
|
6
|
+
[x: string]: unknown;
|
7
|
+
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, readonly string[] | Readonly<import("vue").ExtractPropTypes<Readonly<import("vue").ComponentObjectPropsOptions<{
|
8
|
+
[x: string]: unknown;
|
9
|
+
}>>>>, {
|
10
|
+
[x: number]: string;
|
11
|
+
} | {}>;
|
12
12
|
export default _default;
|
@@ -1,5 +1 @@
|
|
1
|
-
|
2
|
-
[x: string]: any;
|
3
|
-
}>;
|
4
|
-
export default _default;
|
5
|
-
export { type IKgPageSqlClientProps } from './KgPageSqlClient';
|
1
|
+
export { default as KgPageSqlClient } from './KgPageSqlClient';
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@kengic/vue",
|
3
|
-
"version": "0.28.1-beta.
|
3
|
+
"version": "0.28.1-beta.20",
|
4
4
|
"scripts": {
|
5
5
|
"build": "npm run use-node && rimraf dist && vue-tsc && vite build",
|
6
6
|
"build:dev": "npm run use-node && rimraf dist && vue-tsc && vite build --mode development",
|
@@ -39,7 +39,7 @@
|
|
39
39
|
"@iconify-icons/ph": "1.2.5",
|
40
40
|
"@iconify/vue": "4.1.2",
|
41
41
|
"@kengic/core.core": "0.0.1-beta.22",
|
42
|
-
"@kengic/core.react": "0.0.2-beta.
|
42
|
+
"@kengic/core.react": "0.0.2-beta.27",
|
43
43
|
"@kengic/pont": "1.2.17-beta.5",
|
44
44
|
"@rys-fe/vite-plugin-theme": "0.8.6",
|
45
45
|
"@thymine/xunee": "0.4.9-beta.8",
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
/package/dist/{search-outlined-Od1M_oxf.1116570b.mjs → search-outlined-Od1M_oxf.fc7fab88.mjs}
RENAMED
File without changes
|
/package/dist/{three-dots-loading-bIlrTJYR.bfaaf100.mjs → three-dots-loading-bIlrTJYR.0a775e4e.mjs}
RENAMED
File without changes
|