@semi-kit/component 1.3.11 → 1.3.12
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/{index-2LhXPjj9.d.ts → index-B8z2WuLc.d.ts} +3 -3
- package/lib/index-CDA2_kfh.d.ts +7 -0
- package/lib/{index-CwIQ0NPH.d.ts → index-CpapjClb.d.ts} +1 -1
- package/lib/index-DYC7llhj.d.ts +7 -0
- package/lib/index.d.ts +4 -4
- package/lib/tab-view/index.d.ts +1 -1
- package/lib/wrapper/flex-col-wrapper/index.d.ts +1 -1
- package/lib/wrapper/flex-row-wrapper/index.d.ts +1 -1
- package/lib/wrapper/scroll-wrapper/index.d.ts +1 -1
- package/package.json +1 -1
- package/lib/index-CBr_Vk0X.d.ts +0 -7
- package/lib/index-b_0W9OU7.d.ts +0 -7
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as vue28 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: vue28.DefineSetupFnComponent<{
|
|
24
24
|
tabs: any;
|
|
25
25
|
rowKey: any;
|
|
26
26
|
activeTab: any;
|
|
@@ -36,6 +36,6 @@ declare const TabView: vue18.DefineSetupFnComponent<{
|
|
|
36
36
|
onClickItem: any;
|
|
37
37
|
onMouseUpItem: any;
|
|
38
38
|
onContextMenuItem: any;
|
|
39
|
-
} & {},
|
|
39
|
+
} & {}, vue28.PublicProps>;
|
|
40
40
|
//#endregion
|
|
41
41
|
export { TabView as i, SlotType as n, TabActionType as r, PropsType as t };
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as vue23 from "vue";
|
|
2
|
+
import * as vue_jsx_runtime1 from "vue/jsx-runtime";
|
|
3
|
+
|
|
4
|
+
//#region src/wrapper/flex-row-wrapper/index.d.ts
|
|
5
|
+
declare const _default: vue23.DefineComponent<{}, () => vue_jsx_runtime1.JSX.Element, {}, {}, {}, vue23.ComponentOptionsMixin, vue23.ComponentOptionsMixin, {}, string, vue23.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue23.ComponentProvideOptions, true, {}, any>;
|
|
6
|
+
//#endregion
|
|
7
|
+
export { _default as t };
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as vue13 from "vue";
|
|
2
2
|
import * as vue_jsx_runtime0 from "vue/jsx-runtime";
|
|
3
3
|
|
|
4
|
-
//#region src/wrapper/
|
|
4
|
+
//#region src/wrapper/scroll-wrapper/index.d.ts
|
|
5
5
|
declare const _default: vue13.DefineComponent<{}, () => vue_jsx_runtime0.JSX.Element, {}, {}, {}, vue13.ComponentOptionsMixin, vue13.ComponentOptionsMixin, {}, string, vue13.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue13.ComponentProvideOptions, true, {}, any>;
|
|
6
6
|
//#endregion
|
|
7
7
|
export { _default as t };
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as vue18 from "vue";
|
|
2
|
+
import * as vue_jsx_runtime0 from "vue/jsx-runtime";
|
|
3
|
+
|
|
4
|
+
//#region src/wrapper/flex-col-wrapper/index.d.ts
|
|
5
|
+
declare const _default: vue18.DefineComponent<{}, () => vue_jsx_runtime0.JSX.Element, {}, {}, {}, vue18.ComponentOptionsMixin, vue18.ComponentOptionsMixin, {}, string, vue18.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue18.ComponentProvideOptions, true, {}, any>;
|
|
6
|
+
//#endregion
|
|
7
|
+
export { _default as t };
|
package/lib/index.d.ts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { n as AppProviderContext, r as AppProviderFormRuleConfig, t as _default } from "./index-BjnicZ4U.js";
|
|
2
|
-
import { t as _default$3 } from "./index-
|
|
3
|
-
import { t as _default$2 } from "./index-
|
|
4
|
-
import { t as _default$1 } from "./index-
|
|
2
|
+
import { t as _default$3 } from "./index-CpapjClb.js";
|
|
3
|
+
import { t as _default$2 } from "./index-CDA2_kfh.js";
|
|
4
|
+
import { t as _default$1 } from "./index-DYC7llhj.js";
|
|
5
5
|
import { t as SemiComponentResolver } from "./resolver-BVvgCCAW.js";
|
|
6
|
-
import { i as TabView } from "./index-
|
|
6
|
+
import { i as TabView } from "./index-B8z2WuLc.js";
|
|
7
7
|
|
|
8
8
|
//#region src/_utils/get-provider.d.ts
|
|
9
9
|
declare function getAppProvider(): AppProviderContext;
|
package/lib/tab-view/index.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { i as TabView, n as SlotType, r as TabActionType, t as PropsType } from "../index-
|
|
1
|
+
import { i as TabView, n as SlotType, r as TabActionType, t as PropsType } from "../index-B8z2WuLc.js";
|
|
2
2
|
export { PropsType, SlotType, TabActionType, TabView as default };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as _default } from "../../index-
|
|
1
|
+
import { t as _default } from "../../index-DYC7llhj.js";
|
|
2
2
|
export { _default as default };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as _default } from "../../index-
|
|
1
|
+
import { t as _default } from "../../index-CDA2_kfh.js";
|
|
2
2
|
export { _default as default };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as _default } from "../../index-
|
|
1
|
+
import { t as _default } from "../../index-CpapjClb.js";
|
|
2
2
|
export { _default as default };
|
package/package.json
CHANGED
package/lib/index-CBr_Vk0X.d.ts
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import * as vue20 from "vue";
|
|
2
|
-
import * as vue_jsx_runtime0 from "vue/jsx-runtime";
|
|
3
|
-
|
|
4
|
-
//#region src/wrapper/scroll-wrapper/index.d.ts
|
|
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
|
-
//#endregion
|
|
7
|
-
export { _default as t };
|
package/lib/index-b_0W9OU7.d.ts
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import * as vue25 from "vue";
|
|
2
|
-
import * as vue_jsx_runtime1 from "vue/jsx-runtime";
|
|
3
|
-
|
|
4
|
-
//#region src/wrapper/flex-row-wrapper/index.d.ts
|
|
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
|
-
//#endregion
|
|
7
|
-
export { _default as t };
|