next-element-vue 0.8.1 → 0.8.3-dev.2

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.
Files changed (73) hide show
  1. package/dist/index.css +3 -3
  2. package/dist/index.js +3 -3
  3. package/dist/packages/components/carousel/index.d.ts +2 -2
  4. package/dist/packages/components/carousel/src/index.d.ts +2 -2
  5. package/dist/packages/components/container/index.d.ts +4 -4
  6. package/dist/packages/components/container/src/index.d.ts +4 -4
  7. package/dist/packages/components/crud-table/index.d.ts +28 -28
  8. package/dist/packages/components/crud-table/src/footer-pagination.d.ts +1 -1
  9. package/dist/packages/components/crud-table/src/header-search.d.ts +2 -2
  10. package/dist/packages/components/crud-table/src/index.d.ts +26 -26
  11. package/dist/packages/components/crud-table/src/widgets/add-edit-form.d.ts +2 -2
  12. package/dist/packages/components/crud-table/src/widgets/search-column.d.ts +2 -2
  13. package/dist/packages/components/crud-table/src/widgets/table-column-dynamic.d.ts +1 -1
  14. package/dist/packages/components/crud-table/src/widgets/table-column-operations.d.ts +1 -1
  15. package/dist/packages/components/crud-table-select/index.d.ts +1 -1
  16. package/dist/packages/components/crud-table-select/src/index.d.ts +1 -1
  17. package/dist/packages/components/crud-table-virtualized/index.d.ts +3 -3
  18. package/dist/packages/components/crud-table-virtualized/src/index-demo.d.ts +1 -1
  19. package/dist/packages/components/crud-table-virtualized/src/index.d.ts +3 -3
  20. package/dist/packages/components/dialog/index.d.ts +13 -13
  21. package/dist/packages/components/dialog/src/index.d.ts +13 -13
  22. package/dist/packages/components/drag-resize/index.d.ts +1 -1
  23. package/dist/packages/components/drag-resize/src/index.d.ts +1 -1
  24. package/dist/packages/components/form/index.d.ts +29 -30
  25. package/dist/packages/components/form/src/index.d.ts +2 -2
  26. package/dist/packages/components/form/src/widgets/input-table-select.d.ts +7 -7
  27. package/dist/packages/components/form/src/widgets/number-range-picker.d.ts +6 -6
  28. package/dist/packages/components/form/src/widgets/tree-cascader.d.ts +10 -10
  29. package/dist/packages/components/form/src/widgets/tree-select.d.ts +11 -12
  30. package/dist/packages/components/form/src/widgets/upload-image.d.ts +9 -9
  31. package/dist/packages/components/labelimg/index.d.ts +8 -8
  32. package/dist/packages/components/labelimg/src/index.d.ts +6 -6
  33. package/dist/packages/components/labelimg/src/preview.d.ts +3 -3
  34. package/dist/packages/components/labelimg/src/widgets/canvas-context.d.ts +2 -2
  35. package/dist/packages/components/labelimg/src/widgets/contextmenu-label.d.ts +2 -2
  36. package/dist/packages/components/labelimg/src/widgets/draggable-rect.d.ts +3 -3
  37. package/dist/packages/components/labelimg/src/widgets/right-label.d.ts +2 -2
  38. package/dist/packages/components/labelimg/src/widgets/tool-header.d.ts +1 -1
  39. package/dist/packages/components/labelme/index.d.ts +8 -8
  40. package/dist/packages/components/labelme/src/index.d.ts +8 -8
  41. package/dist/packages/components/labelme/src/widgets/canvas-context.d.ts +1 -1
  42. package/dist/packages/components/labelme/src/widgets/contextmenu-label.d.ts +1 -1
  43. package/dist/packages/components/labelme/src/widgets/header-tool.d.ts +1 -1
  44. package/dist/packages/components/labelme/src/widgets/left-tools.d.ts +1 -1
  45. package/dist/packages/components/labelme/src/widgets/right-label.d.ts +2 -2
  46. package/dist/packages/components/layout/index.d.ts +3 -3
  47. package/dist/packages/components/layout/src/classic/widgets/header.d.ts +1 -1
  48. package/dist/packages/components/layout/src/columns/widgets/header.d.ts +1 -1
  49. package/dist/packages/components/layout/src/columns/widgets/side-menu.d.ts +1 -1
  50. package/dist/packages/components/layout/src/composite/widgets/header.d.ts +1 -1
  51. package/dist/packages/components/layout/src/composite/widgets/menu-top.d.ts +2 -2
  52. package/dist/packages/components/layout/src/composite/widgets/sidebar.d.ts +1 -1
  53. package/dist/packages/components/layout/src/index.d.ts +3 -3
  54. package/dist/packages/components/layout/src/transverse/widgets/header.d.ts +1 -1
  55. package/dist/packages/components/layout/src/widgets/header-tools.d.ts +1 -1
  56. package/dist/packages/components/layout/src/widgets/logo.d.ts +1 -1
  57. package/dist/packages/components/menu/index.d.ts +2 -2
  58. package/dist/packages/components/menu/src/index.d.ts +2 -2
  59. package/dist/packages/components/menu/src/widgets/menu-item-title.d.ts +1 -1
  60. package/dist/packages/components/menu/src/widgets/menu-item.d.ts +1 -1
  61. package/dist/packages/components/spin-loading/index.d.ts +2 -2
  62. package/dist/packages/components/spin-loading/src/index.d.ts +2 -2
  63. package/dist/packages/components/tabs/index.d.ts +4 -4
  64. package/dist/packages/components/tabs/src/index.d.ts +5 -5
  65. package/dist/packages/components/text-ellipsis/index.d.ts +4 -4
  66. package/dist/packages/components/text-ellipsis/src/index.d.ts +4 -4
  67. package/dist/packages/components/upload/index.d.ts +1 -1
  68. package/dist/packages/components/upload/src/index.d.ts +1 -1
  69. package/dist/packages/components/video-player/index.d.ts +4 -4
  70. package/dist/packages/components/video-player/src/index.d.ts +3 -3
  71. package/dist/packages/hooks/use-locale/index.d.ts +1 -2
  72. package/dist/packages/index.d.ts +1 -0
  73. package/package.json +6 -8
@@ -20,7 +20,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
20
20
  type: PropType<any[]>;
21
21
  default: () => any[];
22
22
  };
23
- }>, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "save" | "edit-polygon" | "change-polygon" | "prev-click" | "next-click")[], "change" | "save" | "edit-polygon" | "change-polygon" | "prev-click" | "next-click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
23
+ }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "save" | "prevClick" | "nextClick" | "editPolygon" | "changePolygon")[], "change" | "save" | "prevClick" | "nextClick" | "editPolygon" | "changePolygon", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
24
24
  className: {
25
25
  type: StringConstructor;
26
26
  default: string;
@@ -44,15 +44,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
44
44
  }>> & Readonly<{
45
45
  onChange?: (...args: any[]) => any;
46
46
  onSave?: (...args: any[]) => any;
47
- "onEdit-polygon"?: (...args: any[]) => any;
48
- "onChange-polygon"?: (...args: any[]) => any;
49
- "onPrev-click"?: (...args: any[]) => any;
50
- "onNext-click"?: (...args: any[]) => any;
47
+ onPrevClick?: (...args: any[]) => any;
48
+ onNextClick?: (...args: any[]) => any;
49
+ onEditPolygon?: (...args: any[]) => any;
50
+ onChangePolygon?: (...args: any[]) => any;
51
51
  }>, {
52
- className: string;
52
+ data: any[];
53
53
  style: CSSProperties;
54
- options: Record<string, any>;
55
54
  classes: unknown[];
56
- data: any[];
55
+ className: string;
56
+ options: Record<string, any>;
57
57
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
58
58
  export default _default;
@@ -7,7 +7,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
7
7
  type: ObjectConstructor;
8
8
  default: () => {};
9
9
  };
10
- }>, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("editPolygon" | "changePolygon" | "updateLabelInfo" | "selectShape")[], "editPolygon" | "changePolygon" | "updateLabelInfo" | "selectShape", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
10
+ }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("editPolygon" | "changePolygon" | "updateLabelInfo" | "selectShape")[], "editPolygon" | "changePolygon" | "updateLabelInfo" | "selectShape", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
11
11
  contextClientHeight: {
12
12
  type: NumberConstructor;
13
13
  default: any;
@@ -13,7 +13,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
13
13
  type: PropType<ShapesProps>;
14
14
  default: any;
15
15
  };
16
- }>, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("close" | "select" | "delete")[], "close" | "select" | "delete", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
16
+ }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("delete" | "select" | "close")[], "delete" | "select" | "close", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
17
17
  fixed: {
18
18
  type: ObjectConstructor;
19
19
  default: () => {};
@@ -11,7 +11,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
11
11
  type: NumberConstructor;
12
12
  default: number;
13
13
  };
14
- }>, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("fullscreen" | "save")[], "fullscreen" | "save", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
14
+ }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("fullscreen" | "save")[], "fullscreen" | "save", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
15
15
  isFullscreen: {
16
16
  type: BooleanConstructor;
17
17
  default: boolean;
@@ -1,4 +1,4 @@
1
- declare const _default: import("vue").DefineComponent<{}, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "change"[], "change", import("vue").PublicProps, Readonly<{}> & Readonly<{
1
+ declare const _default: import("vue").DefineComponent<{}, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "change"[], "change", import("vue").PublicProps, Readonly<{}> & Readonly<{
2
2
  onChange?: (...args: any[]) => any;
3
3
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
4
4
  export default _default;
@@ -5,15 +5,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
5
5
  type: PropType<ShapesProps[]>;
6
6
  default: () => any[];
7
7
  };
8
- }>, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("delete" | "update" | "select")[], "delete" | "update" | "select", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
8
+ }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("delete" | "select" | "update")[], "delete" | "select" | "update", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
9
9
  shapes: {
10
10
  type: PropType<ShapesProps[]>;
11
11
  default: () => any[];
12
12
  };
13
13
  }>> & Readonly<{
14
+ onSelect?: (...args: any[]) => any;
14
15
  onDelete?: (...args: any[]) => any;
15
16
  onUpdate?: (...args: any[]) => any;
16
- onSelect?: (...args: any[]) => any;
17
17
  }>, {
18
18
  shapes: ShapesProps[];
19
19
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
@@ -15,7 +15,7 @@ export declare const NextLayout: import("../../utils/install").SFCWithInstall<im
15
15
  }>, {
16
16
  options: any;
17
17
  updateOptions: (cfg: any) => void;
18
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("changeLanguage" | "changeUserDropdown" | "changeOptions" | "tabsChange" | "tabsSelect" | "tabsClose")[], "changeLanguage" | "changeUserDropdown" | "changeOptions" | "tabsChange" | "tabsSelect" | "tabsClose", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
18
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("changeLanguage" | "changeUserDropdown" | "tabsChange" | "tabsSelect" | "tabsClose" | "changeOptions")[], "changeLanguage" | "changeUserDropdown" | "tabsChange" | "tabsSelect" | "tabsClose" | "changeOptions", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
19
19
  className: {
20
20
  type: StringConstructor;
21
21
  default: string;
@@ -31,13 +31,13 @@ export declare const NextLayout: import("../../utils/install").SFCWithInstall<im
31
31
  }>> & Readonly<{
32
32
  onChangeLanguage?: (...args: any[]) => any;
33
33
  onChangeUserDropdown?: (...args: any[]) => any;
34
- onChangeOptions?: (...args: any[]) => any;
35
34
  onTabsChange?: (...args: any[]) => any;
36
35
  onTabsSelect?: (...args: any[]) => any;
37
36
  onTabsClose?: (...args: any[]) => any;
37
+ onChangeOptions?: (...args: any[]) => any;
38
38
  }>, {
39
- className: string;
40
39
  style: import("vue").CSSProperties;
40
+ className: string;
41
41
  options: Record<string, any>;
42
42
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>> & Record<string, any>;
43
43
  export default NextLayout;
@@ -1,2 +1,2 @@
1
- declare const _default: import("vue").DefineComponent<{}, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1
+ declare const _default: import("vue").DefineComponent<{}, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
2
  export default _default;
@@ -1,2 +1,2 @@
1
- declare const _default: import("vue").DefineComponent<{}, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1
+ declare const _default: import("vue").DefineComponent<{}, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
2
  export default _default;
@@ -1,2 +1,2 @@
1
- declare const _default: import("vue").DefineComponent<{}, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1
+ declare const _default: import("vue").DefineComponent<{}, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
2
  export default _default;
@@ -1,2 +1,2 @@
1
- declare const _default: import("vue").DefineComponent<{}, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1
+ declare const _default: import("vue").DefineComponent<{}, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
2
  export default _default;
@@ -13,7 +13,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
13
13
  type: PropType<MenuItemInterface[]>;
14
14
  default: () => any[];
15
15
  };
16
- }>, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
16
+ }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
17
17
  className: {
18
18
  type: StringConstructor;
19
19
  default: string;
@@ -27,8 +27,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
27
27
  default: () => any[];
28
28
  };
29
29
  }>> & Readonly<{}>, {
30
- className: string;
31
30
  style: CSSProperties;
31
+ className: string;
32
32
  menuTree: MenuItemInterface[];
33
33
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
34
34
  export default _default;
@@ -1,2 +1,2 @@
1
- declare const _default: import("vue").DefineComponent<{}, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1
+ declare const _default: import("vue").DefineComponent<{}, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
2
  export default _default;
@@ -15,7 +15,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
15
15
  }>, {
16
16
  options: any;
17
17
  updateOptions: (cfg: any) => void;
18
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("changeLanguage" | "changeUserDropdown" | "changeOptions" | "tabsChange" | "tabsSelect" | "tabsClose")[], "changeLanguage" | "changeUserDropdown" | "changeOptions" | "tabsChange" | "tabsSelect" | "tabsClose", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
18
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("changeLanguage" | "changeUserDropdown" | "tabsChange" | "tabsSelect" | "tabsClose" | "changeOptions")[], "changeLanguage" | "changeUserDropdown" | "tabsChange" | "tabsSelect" | "tabsClose" | "changeOptions", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
19
19
  className: {
20
20
  type: StringConstructor;
21
21
  default: string;
@@ -31,13 +31,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
31
31
  }>> & Readonly<{
32
32
  onChangeLanguage?: (...args: any[]) => any;
33
33
  onChangeUserDropdown?: (...args: any[]) => any;
34
- onChangeOptions?: (...args: any[]) => any;
35
34
  onTabsChange?: (...args: any[]) => any;
36
35
  onTabsSelect?: (...args: any[]) => any;
37
36
  onTabsClose?: (...args: any[]) => any;
37
+ onChangeOptions?: (...args: any[]) => any;
38
38
  }>, {
39
- className: string;
40
39
  style: CSSProperties;
40
+ className: string;
41
41
  options: Record<string, any>;
42
42
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
43
43
  export default _default;
@@ -1,2 +1,2 @@
1
- declare const _default: import("vue").DefineComponent<{}, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1
+ declare const _default: import("vue").DefineComponent<{}, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
2
  export default _default;
@@ -3,7 +3,7 @@ declare const _default: import("vue").DefineComponent<{}, {
3
3
  config: any;
4
4
  t: import("packages/hooks").Translator;
5
5
  toggle: () => Promise<void>;
6
- isFullscreen: import("vue").ShallowRef<boolean, boolean>;
6
+ isFullscreen: import("vue").ShallowRef<boolean>;
7
7
  language: import("vue").Ref<string, string>;
8
8
  settingDrawer: import("vue").Ref<boolean, boolean>;
9
9
  openSettingDrawer: () => void;
@@ -1,2 +1,2 @@
1
- declare const _default: import("vue").DefineComponent<{}, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1
+ declare const _default: import("vue").DefineComponent<{}, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
2
  export default _default;
@@ -25,7 +25,7 @@ export declare const NextMenu: import("../../utils/install").SFCWithInstall<impo
25
25
  type: BooleanConstructor;
26
26
  default: boolean;
27
27
  };
28
- }>, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
28
+ }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
29
29
  className: {
30
30
  type: StringConstructor;
31
31
  default: string;
@@ -52,8 +52,8 @@ export declare const NextMenu: import("../../utils/install").SFCWithInstall<impo
52
52
  default: boolean;
53
53
  };
54
54
  }>> & Readonly<{}>, {
55
- className: string;
56
55
  style: import("vue").CSSProperties;
56
+ className: string;
57
57
  router: boolean;
58
58
  mode: "horizontal" | "vertical";
59
59
  menuTree: import("./src/interface").MenuItemInterface[];
@@ -26,7 +26,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
26
26
  type: BooleanConstructor;
27
27
  default: boolean;
28
28
  };
29
- }>, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
29
+ }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
30
30
  className: {
31
31
  type: StringConstructor;
32
32
  default: string;
@@ -53,8 +53,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
53
53
  default: boolean;
54
54
  };
55
55
  }>> & Readonly<{}>, {
56
- className: string;
57
56
  style: CSSProperties;
57
+ className: string;
58
58
  router: boolean;
59
59
  mode: "horizontal" | "vertical";
60
60
  menuTree: MenuItemInterface[];
@@ -3,7 +3,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
3
3
  type: ObjectConstructor;
4
4
  default: () => {};
5
5
  };
6
- }>, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
6
+ }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
7
7
  meta: {
8
8
  type: ObjectConstructor;
9
9
  default: () => {};
@@ -3,7 +3,7 @@ declare const NextMenuItem: import("vue").DefineComponent<import("vue").ExtractP
3
3
  type: ArrayConstructor;
4
4
  required: true;
5
5
  };
6
- }>, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
6
+ }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
7
7
  menuData: {
8
8
  type: ArrayConstructor;
9
9
  required: true;
@@ -37,9 +37,9 @@ export declare const NextSpinLoading: import("../../utils/install").SFCWithInsta
37
37
  default: string;
38
38
  };
39
39
  }>> & Readonly<{}>, {
40
- className: string;
40
+ tip: string;
41
41
  style: import("vue").CSSProperties;
42
+ className: string;
42
43
  loading: boolean;
43
- tip: string;
44
44
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>> & Record<string, any>;
45
45
  export default NextSpinLoading;
@@ -37,9 +37,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
37
37
  default: string;
38
38
  };
39
39
  }>> & Readonly<{}>, {
40
- className: string;
40
+ tip: string;
41
41
  style: CSSProperties;
42
+ className: string;
42
43
  loading: boolean;
43
- tip: string;
44
44
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
45
45
  export default _default;
@@ -1,16 +1,16 @@
1
1
  import './src/index.scss';
2
2
  export declare const NextTabs: import("../../utils/install").SFCWithInstall<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
3
3
  activeTab: {
4
- type: (StringConstructor | NumberConstructor)[];
4
+ type: (NumberConstructor | StringConstructor)[];
5
5
  default: string;
6
6
  };
7
7
  tabs: {
8
8
  type: import("vue").PropType<import("./src/interface").ITabItem[]>;
9
9
  default: () => any[];
10
10
  };
11
- }>, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "select" | "close")[], "change" | "select" | "close", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
11
+ }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("select" | "close" | "change")[], "select" | "close" | "change", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
12
12
  activeTab: {
13
- type: (StringConstructor | NumberConstructor)[];
13
+ type: (NumberConstructor | StringConstructor)[];
14
14
  default: string;
15
15
  };
16
16
  tabs: {
@@ -18,9 +18,9 @@ export declare const NextTabs: import("../../utils/install").SFCWithInstall<impo
18
18
  default: () => any[];
19
19
  };
20
20
  }>> & Readonly<{
21
+ onClose?: (...args: any[]) => any;
21
22
  onChange?: (...args: any[]) => any;
22
23
  onSelect?: (...args: any[]) => any;
23
- onClose?: (...args: any[]) => any;
24
24
  }>, {
25
25
  activeTab: string | number;
26
26
  tabs: import("./src/interface").ITabItem[];
@@ -2,16 +2,16 @@ import type { PropType } from 'vue';
2
2
  import type { ITabItem } from './interface';
3
3
  declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
4
4
  activeTab: {
5
- type: (StringConstructor | NumberConstructor)[];
5
+ type: (NumberConstructor | StringConstructor)[];
6
6
  default: string;
7
7
  };
8
8
  tabs: {
9
9
  type: PropType<ITabItem[]>;
10
10
  default: () => any[];
11
11
  };
12
- }>, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "select" | "close")[], "change" | "select" | "close", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
12
+ }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("select" | "close" | "change")[], "select" | "close" | "change", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
13
13
  activeTab: {
14
- type: (StringConstructor | NumberConstructor)[];
14
+ type: (NumberConstructor | StringConstructor)[];
15
15
  default: string;
16
16
  };
17
17
  tabs: {
@@ -19,11 +19,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
19
19
  default: () => any[];
20
20
  };
21
21
  }>> & Readonly<{
22
+ onClose?: (...args: any[]) => any;
22
23
  onChange?: (...args: any[]) => any;
23
24
  onSelect?: (...args: any[]) => any;
24
- onClose?: (...args: any[]) => any;
25
25
  }>, {
26
- tabs: ITabItem[];
27
26
  activeTab: string | number;
27
+ tabs: ITabItem[];
28
28
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
29
29
  export default _default;
@@ -13,7 +13,7 @@ export declare const NextTextEllipsis: import("../../utils/install").SFCWithInst
13
13
  default: boolean;
14
14
  };
15
15
  width: {
16
- type: (StringConstructor | NumberConstructor)[];
16
+ type: (NumberConstructor | StringConstructor)[];
17
17
  default: string;
18
18
  };
19
19
  placement: {
@@ -24,7 +24,7 @@ export declare const NextTextEllipsis: import("../../utils/install").SFCWithInst
24
24
  type: StringConstructor;
25
25
  default: string;
26
26
  };
27
- }>, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
27
+ }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
28
28
  className: {
29
29
  type: StringConstructor;
30
30
  default: string;
@@ -38,7 +38,7 @@ export declare const NextTextEllipsis: import("../../utils/install").SFCWithInst
38
38
  default: boolean;
39
39
  };
40
40
  width: {
41
- type: (StringConstructor | NumberConstructor)[];
41
+ type: (NumberConstructor | StringConstructor)[];
42
42
  default: string;
43
43
  };
44
44
  placement: {
@@ -50,11 +50,11 @@ export declare const NextTextEllipsis: import("../../utils/install").SFCWithInst
50
50
  default: string;
51
51
  };
52
52
  }>> & Readonly<{}>, {
53
+ placement: string;
53
54
  className: string;
54
55
  content: string;
55
56
  disabled: boolean;
56
57
  width: string | number;
57
- placement: string;
58
58
  textAlign: string;
59
59
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>> & Record<string, any>;
60
60
  export default NextTextEllipsis;
@@ -12,7 +12,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
12
12
  default: boolean;
13
13
  };
14
14
  width: {
15
- type: (StringConstructor | NumberConstructor)[];
15
+ type: (NumberConstructor | StringConstructor)[];
16
16
  default: string;
17
17
  };
18
18
  placement: {
@@ -23,7 +23,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
23
23
  type: StringConstructor;
24
24
  default: string;
25
25
  };
26
- }>, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
26
+ }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
27
27
  className: {
28
28
  type: StringConstructor;
29
29
  default: string;
@@ -37,7 +37,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
37
37
  default: boolean;
38
38
  };
39
39
  width: {
40
- type: (StringConstructor | NumberConstructor)[];
40
+ type: (NumberConstructor | StringConstructor)[];
41
41
  default: string;
42
42
  };
43
43
  placement: {
@@ -49,11 +49,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
49
49
  default: string;
50
50
  };
51
51
  }>> & Readonly<{}>, {
52
+ placement: string;
52
53
  className: string;
53
54
  content: string;
54
55
  disabled: boolean;
55
56
  width: string | number;
56
- placement: string;
57
57
  textAlign: string;
58
58
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
59
59
  export default _default;
@@ -43,8 +43,8 @@ export declare const NextUpload: import("../../utils/install").SFCWithInstall<im
43
43
  onRemove?: (...args: any[]) => any;
44
44
  onPreview?: (...args: any[]) => any;
45
45
  }>, {
46
- className: string;
47
46
  style: import("vue").CSSProperties;
47
+ className: string;
48
48
  listType: string;
49
49
  accept: string;
50
50
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>> & Record<string, any>;
@@ -43,8 +43,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
43
43
  onRemove?: (...args: any[]) => any;
44
44
  onPreview?: (...args: any[]) => any;
45
45
  }>, {
46
- className: string;
47
46
  style: CSSProperties;
47
+ className: string;
48
48
  listType: string;
49
49
  accept: string;
50
50
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
@@ -28,7 +28,7 @@ export declare const NextVideoPlayer: import("../../utils/install").SFCWithInsta
28
28
  tensorflow: {
29
29
  type: ObjectConstructor;
30
30
  };
31
- }>, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("loaded" | "play" | "error" | "detector")[], "loaded" | "play" | "error" | "detector", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
31
+ }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("error" | "play" | "loaded" | "detector")[], "error" | "play" | "loaded" | "detector", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
32
32
  className: {
33
33
  type: StringConstructor;
34
34
  default: string;
@@ -58,14 +58,14 @@ export declare const NextVideoPlayer: import("../../utils/install").SFCWithInsta
58
58
  type: ObjectConstructor;
59
59
  };
60
60
  }>> & Readonly<{
61
- onLoaded?: (...args: any[]) => any;
62
- onPlay?: (...args: any[]) => any;
63
61
  onError?: (...args: any[]) => any;
62
+ onPlay?: (...args: any[]) => any;
63
+ onLoaded?: (...args: any[]) => any;
64
64
  onDetector?: (...args: any[]) => any;
65
65
  }>, {
66
- className: string;
67
66
  type: string;
68
67
  style: import("vue").CSSProperties;
68
+ className: string;
69
69
  src: string;
70
70
  autoplay: boolean;
71
71
  tf: Record<string, any>;
@@ -29,7 +29,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
29
29
  tensorflow: {
30
30
  type: ObjectConstructor;
31
31
  };
32
- }>, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("loaded" | "play" | "error" | "detector")[], "loaded" | "play" | "error" | "detector", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
32
+ }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("error" | "play" | "loaded" | "detector")[], "error" | "play" | "loaded" | "detector", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
33
33
  className: {
34
34
  type: StringConstructor;
35
35
  default: string;
@@ -59,14 +59,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
59
59
  type: ObjectConstructor;
60
60
  };
61
61
  }>> & Readonly<{
62
+ onError?: (...args: any[]) => any;
62
63
  onPlay?: (...args: any[]) => any;
63
64
  onLoaded?: (...args: any[]) => any;
64
- onError?: (...args: any[]) => any;
65
65
  onDetector?: (...args: any[]) => any;
66
66
  }>, {
67
- className: string;
68
67
  type: string;
69
68
  style: CSSProperties;
69
+ className: string;
70
70
  src: string;
71
71
  autoplay: boolean;
72
72
  tf: Record<string, any>;
@@ -1,5 +1,4 @@
1
- import type { InjectionKey, Ref } from 'vue';
2
- import type { MaybeRef } from '@vueuse/core';
1
+ import type { InjectionKey, Ref, MaybeRef } from 'vue';
3
2
  import type { Language } from 'packages/locale';
4
3
  import zhcnLocale from 'packages/locale/lang/zh-cn';
5
4
  import enLocale from 'packages/locale/lang/en';
@@ -5,6 +5,7 @@ export * from './components';
5
5
  export * from './utils/theme';
6
6
  import type { ConfigProviderOptions } from './hooks/global-config';
7
7
  export declare const version: string;
8
+ export declare const packageTime: number;
8
9
  export declare const install: (app: App, options?: ConfigProviderOptions) => void;
9
10
  declare const _default: {
10
11
  version: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "next-element-vue",
3
- "version": "0.8.1",
3
+ "version": "0.8.3-dev.2",
4
4
  "author": {
5
5
  "name": "huangteng",
6
6
  "email": "junehunter@163.com"
@@ -37,16 +37,14 @@
37
37
  "lodash-unified": "^1.0.3"
38
38
  },
39
39
  "peerDependencies": {
40
- "@types/lodash-es": "^4.17.12",
41
- "@vueuse/core": "^12.8.2",
42
- "element-plus": "^2.13.0",
40
+ "@vueuse/core": "^14.3.0",
41
+ "element-plus": "^2.14.0",
43
42
  "flv.js": "^1.6.2",
44
43
  "lodash-es": "^4.17.21",
45
- "mpegts.js": "~1.7.3",
46
44
  "video.js": "^8.23.4",
47
- "vue": "^3.5.25",
48
- "vue-i18n": "^11.1.11",
49
- "vue-router": "^4.5.0"
45
+ "vue": "^3.5.34",
46
+ "vue-i18n": "^11.4.2",
47
+ "vue-router": "^5.0.7"
50
48
  },
51
49
  "engines": {
52
50
  "node": ">=18"