@semi-kit/component 1.4.6 → 1.4.8

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.
@@ -1,4 +1,4 @@
1
- import * as vue28 from "vue";
1
+ import * as vue23 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: vue28.DefineSetupFnComponent<{
23
+ declare const TabView: vue23.DefineSetupFnComponent<{
24
24
  tabs: any;
25
25
  rowKey: any;
26
26
  activeTab: any;
@@ -36,6 +36,6 @@ declare const TabView: vue28.DefineSetupFnComponent<{
36
36
  onClickItem: any;
37
37
  onMouseUpItem: any;
38
38
  onContextMenuItem: any;
39
- } & {}, vue28.PublicProps>;
39
+ } & {}, vue23.PublicProps>;
40
40
  //#endregion
41
41
  export { PropsType, SlotType, TabActionType, TabView as default };
@@ -1,7 +1,7 @@
1
- import * as vue18 from "vue";
1
+ import * as vue0 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: vue18.DefineComponent<{}, () => vue_jsx_runtime0.JSX.Element, {}, {}, {}, vue18.ComponentOptionsMixin, vue18.ComponentOptionsMixin, {}, string, vue18.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue18.ComponentProvideOptions, true, {}, any>;
5
+ declare const _default: vue0.DefineComponent<{}, () => vue_jsx_runtime0.JSX.Element, {}, {}, {}, vue0.ComponentOptionsMixin, vue0.ComponentOptionsMixin, {}, string, vue0.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue0.ComponentProvideOptions, true, {}, any>;
6
6
  //#endregion
7
7
  export { _default as default };
@@ -1,7 +1,7 @@
1
- import * as vue23 from "vue";
2
- import * as vue_jsx_runtime1 from "vue/jsx-runtime";
1
+ import * as vue18 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: vue23.DefineComponent<{}, () => vue_jsx_runtime1.JSX.Element, {}, {}, {}, vue23.ComponentOptionsMixin, vue23.ComponentOptionsMixin, {}, string, vue23.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue23.ComponentProvideOptions, true, {}, any>;
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
6
  //#endregion
7
7
  export { _default as default };
@@ -1,7 +1,7 @@
1
- import * as vue0 from "vue";
2
- import * as vue_jsx_runtime0 from "vue/jsx-runtime";
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: vue0.DefineComponent<{}, () => vue_jsx_runtime0.JSX.Element, {}, {}, {}, vue0.ComponentOptionsMixin, vue0.ComponentOptionsMixin, {}, string, vue0.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue0.ComponentProvideOptions, true, {}, any>;
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 };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@semi-kit/component",
3
- "version": "1.4.6",
3
+ "version": "1.4.8",
4
4
  "description": "Semi-Kit Component Library",
5
5
  "type": "module",
6
6
  "license": "MIT",