@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.
- package/dist/index.css +1 -1
- package/dist/kengic-vue.js +32714 -28579
- package/dist/src/components/KgVarConfig/components/{KgVarConfig.Modal.d.ts → KgVarConfigModal.d.ts} +1 -2
- package/package.json +13 -2
- /package/dist/{close-outlined-DMcSQWxQ.b259c9d9.mjs → close-outlined-DMcSQWxQ.df3c5b2d.mjs} +0 -0
- /package/dist/{fullscreen-exit-outlined-X1iYkFc4.77d2192a.mjs → fullscreen-exit-outlined-X1iYkFc4.10d8a422.mjs} +0 -0
- /package/dist/{fullscreen-outlined-DDBrsRcy.2c872180.mjs → fullscreen-outlined-DDBrsRcy.e44bd2b5.mjs} +0 -0
package/dist/src/components/KgVarConfig/components/{KgVarConfig.Modal.d.ts → KgVarConfigModal.d.ts}
RENAMED
@@ -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
|
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.
|
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.
|
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,
|
File without changes
|
File without changes
|
File without changes
|