@kengic/vue 0.26.6-beta.42 → 0.26.6-beta.44

Sign up to get free protection for your applications and to get access to all the features.
@@ -4,7 +4,7 @@ export declare const getProps: () => {
4
4
  'onUpdate:visible': PropType<(value: boolean) => void>;
5
5
  };
6
6
  export declare type KgVarConfigModalProps = Partial<ExtractPropTypes<ReturnType<typeof getProps>>>;
7
- declare const _default: import("vue").DefineComponent<{
7
+ export declare const KgVarConfigModal: import("vue").DefineComponent<{
8
8
  visible: PropType<boolean>;
9
9
  'onUpdate:visible': PropType<(value: boolean) => void>;
10
10
  }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:visible"[], "update:visible", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<ExtractPropTypes<{
@@ -13,4 +13,3 @@ declare const _default: import("vue").DefineComponent<{
13
13
  }>> & {
14
14
  "onUpdate:visible"?: ((...args: any[]) => any) | undefined;
15
15
  }, {}>;
16
- export default _default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kengic/vue",
3
- "version": "0.26.6-beta.42",
3
+ "version": "0.26.6-beta.44",
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/mdi": "1.2.48",
40
40
  "@iconify-icons/ph": "1.2.5",
41
41
  "@iconify/vue": "4.1.1",
42
- "@kengic/core": "6.0.1-beta.46",
42
+ "@kengic/core": "6.0.1-beta.48",
43
43
  "@kengic/pont": "1.2.17-beta.1",
44
44
  "@rys-fe/vite-plugin-theme": "0.8.6",
45
45
  "@thymine/xunee": "0.4.9-beta.8",
@@ -109,6 +109,17 @@
109
109
  },
110
110
  "prettier": {
111
111
  "endOfLine": "auto",
112
+ "overrides": [
113
+ {
114
+ "files": [
115
+ "*.less",
116
+ "*.css"
117
+ ],
118
+ "options": {
119
+ "printWidth": 320
120
+ }
121
+ }
122
+ ],
112
123
  "printWidth": 160,
113
124
  "semi": true,
114
125
  "singleAttributePerLine": true,