@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.
@@ -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, VITE_LEGACY, VITE_BUILD_COMPRESS, VITE_BUILD_COMPRESS_DELETE_ORIGIN_FILE } = viteEnv;
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 (['kg-var-config', 'kg-work-station'].includes(tag)) {
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<any, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<any>, {} | {
10
- [x: string]: any;
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
- declare const _default: import("vue").DefineComponent<any, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<any>, {} | {
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.19",
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.21",
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",