@semi-kit/component 1.3.16 → 1.3.18
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/lib/app-provider/index.d.ts +1 -1
- package/lib/{index-7kavu-1r.d.ts → index-p9V24qgi.d.ts} +9 -9
- package/lib/index.d.ts +1 -1
- package/lib/tab-view/index.d.ts +3 -3
- package/lib/wrapper/flex-col-wrapper/index.d.ts +2 -2
- package/lib/wrapper/flex-row-wrapper/index.d.ts +3 -3
- package/lib/wrapper/scroll-wrapper/index.d.ts +3 -3
- package/package.json +1 -1
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as _default } from "../index-
|
|
1
|
+
import { t as _default } from "../index-p9V24qgi.js";
|
|
2
2
|
export { _default as default };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as vue1 from "vue";
|
|
2
2
|
import { Ref } from "vue";
|
|
3
3
|
|
|
4
4
|
//#region src/app-provider/type.d.ts
|
|
@@ -20,16 +20,16 @@ interface AppProviderContext {
|
|
|
20
20
|
}
|
|
21
21
|
//#endregion
|
|
22
22
|
//#region src/app-provider/index.d.ts
|
|
23
|
-
declare const _default:
|
|
23
|
+
declare const _default: vue1.DefineComponent<vue1.ExtractPropTypes<{
|
|
24
24
|
readonly locale: StringConstructor;
|
|
25
|
-
readonly formRuleConfig:
|
|
26
|
-
readonly theme:
|
|
27
|
-
}>, () =>
|
|
25
|
+
readonly formRuleConfig: vue1.PropType<AppProviderFormRuleConfig>;
|
|
26
|
+
readonly theme: vue1.PropType<AppProviderTheme>;
|
|
27
|
+
}>, () => vue1.VNode<vue1.RendererNode, vue1.RendererElement, {
|
|
28
28
|
[key: string]: any;
|
|
29
|
-
}>[] | undefined, {}, {}, {},
|
|
29
|
+
}>[] | undefined, {}, {}, {}, vue1.ComponentOptionsMixin, vue1.ComponentOptionsMixin, {}, string, vue1.PublicProps, Readonly<vue1.ExtractPropTypes<{
|
|
30
30
|
readonly locale: StringConstructor;
|
|
31
|
-
readonly formRuleConfig:
|
|
32
|
-
readonly theme:
|
|
33
|
-
}>> & Readonly<{}>, {}, {}, {}, {}, string,
|
|
31
|
+
readonly formRuleConfig: vue1.PropType<AppProviderFormRuleConfig>;
|
|
32
|
+
readonly theme: vue1.PropType<AppProviderTheme>;
|
|
33
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, vue1.ComponentProvideOptions, true, {}, any>;
|
|
34
34
|
//#endregion
|
|
35
35
|
export { AppProviderContext as n, AppProviderFormRuleConfig as r, _default as t };
|
package/lib/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { n as AppProviderContext, r as AppProviderFormRuleConfig, t as _default } from "./index-
|
|
1
|
+
import { n as AppProviderContext, r as AppProviderFormRuleConfig, t as _default } from "./index-p9V24qgi.js";
|
|
2
2
|
import _default$3 from "./wrapper/scroll-wrapper/index.js";
|
|
3
3
|
import _default$2 from "./wrapper/flex-row-wrapper/index.js";
|
|
4
4
|
import _default$1 from "./wrapper/flex-col-wrapper/index.js";
|
package/lib/tab-view/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as vue0 from "vue";
|
|
2
2
|
import { VNode } from "vue";
|
|
3
3
|
|
|
4
4
|
//#region src/tab-view/index.d.ts
|
|
@@ -20,7 +20,7 @@ interface SlotType<T> {
|
|
|
20
20
|
}) => VNode;
|
|
21
21
|
extra?: () => VNode;
|
|
22
22
|
}
|
|
23
|
-
declare const TabView:
|
|
23
|
+
declare const TabView: vue0.DefineSetupFnComponent<{
|
|
24
24
|
tabs: any;
|
|
25
25
|
rowKey: any;
|
|
26
26
|
activeTab: any;
|
|
@@ -36,6 +36,6 @@ declare const TabView: vue23.DefineSetupFnComponent<{
|
|
|
36
36
|
onClickItem: any;
|
|
37
37
|
onMouseUpItem: any;
|
|
38
38
|
onContextMenuItem: any;
|
|
39
|
-
} & {},
|
|
39
|
+
} & {}, vue0.PublicProps>;
|
|
40
40
|
//#endregion
|
|
41
41
|
export { PropsType, SlotType, TabActionType, TabView as default };
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as vue20 from "vue";
|
|
2
2
|
import * as vue_jsx_runtime0 from "vue/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/wrapper/flex-col-wrapper/index.d.ts
|
|
5
|
-
declare const _default:
|
|
5
|
+
declare const _default: vue20.DefineComponent<{}, () => vue_jsx_runtime0.JSX.Element, {}, {}, {}, vue20.ComponentOptionsMixin, vue20.ComponentOptionsMixin, {}, string, vue20.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue20.ComponentProvideOptions, true, {}, any>;
|
|
6
6
|
//#endregion
|
|
7
7
|
export { _default as default };
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import * as
|
|
2
|
-
import * as
|
|
1
|
+
import * as vue15 from "vue";
|
|
2
|
+
import * as vue_jsx_runtime0 from "vue/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/wrapper/flex-row-wrapper/index.d.ts
|
|
5
|
-
declare const _default:
|
|
5
|
+
declare const _default: vue15.DefineComponent<{}, () => vue_jsx_runtime0.JSX.Element, {}, {}, {}, vue15.ComponentOptionsMixin, vue15.ComponentOptionsMixin, {}, string, vue15.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue15.ComponentProvideOptions, true, {}, any>;
|
|
6
6
|
//#endregion
|
|
7
7
|
export { _default as default };
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import * as
|
|
2
|
-
import * as
|
|
1
|
+
import * as vue25 from "vue";
|
|
2
|
+
import * as vue_jsx_runtime1 from "vue/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/wrapper/scroll-wrapper/index.d.ts
|
|
5
|
-
declare const _default:
|
|
5
|
+
declare const _default: vue25.DefineComponent<{}, () => vue_jsx_runtime1.JSX.Element, {}, {}, {}, vue25.ComponentOptionsMixin, vue25.ComponentOptionsMixin, {}, string, vue25.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue25.ComponentProvideOptions, true, {}, any>;
|
|
6
6
|
//#endregion
|
|
7
7
|
export { _default as default };
|