@kengic/vue 0.26.6-beta.41 → 0.26.6-beta.43
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/kengic-vue.js +32659 -28518
- package/dist/src/components/KgVarConfig/components/{KgVarConfig.Modal.d.ts → KgVarConfigModal.d.ts} +1 -2
- package/package.json +2 -2
- /package/dist/{close-outlined-DMcSQWxQ.6e456b30.mjs → close-outlined-DMcSQWxQ.f80af0b8.mjs} +0 -0
- /package/dist/{fullscreen-exit-outlined-X1iYkFc4.60cd58af.mjs → fullscreen-exit-outlined-X1iYkFc4.f45fac40.mjs} +0 -0
- /package/dist/{fullscreen-outlined-DDBrsRcy.bf2bcc72.mjs → fullscreen-outlined-DDBrsRcy.fa66bdaa.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.43",
|
|
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.47",
|
|
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",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|