next-element-vue 0.5.2 → 0.5.4

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 (84) hide show
  1. package/dist/index.css +6 -5
  2. package/dist/index.js +484 -526
  3. package/dist/index.min.js +3 -3
  4. package/dist/index.umd.js +491 -504
  5. package/dist/index.umd.min.js +3 -3
  6. package/dist/packages/components/carousel/index.d.ts +24 -0
  7. package/dist/packages/components/carousel/src/index.d.ts +24 -0
  8. package/dist/packages/components/container/index.d.ts +4 -4
  9. package/dist/packages/components/container/src/index.d.ts +4 -4
  10. package/dist/packages/components/crud-table/index.d.ts +6 -6
  11. package/dist/packages/components/crud-table/src/footer-pagination.d.ts +5 -5
  12. package/dist/packages/components/crud-table/src/header-menu.d.ts +2 -2
  13. package/dist/packages/components/crud-table/src/header-search.d.ts +5 -5
  14. package/dist/packages/components/crud-table/src/index.d.ts +6 -6
  15. package/dist/packages/components/crud-table/src/widgets/add-edit-form.d.ts +5 -5
  16. package/dist/packages/components/crud-table/src/widgets/drawer-setting.d.ts +2 -2
  17. package/dist/packages/components/crud-table/src/widgets/search-column.d.ts +4 -4
  18. package/dist/packages/components/crud-table/src/widgets/table-column-dynamic.d.ts +4 -4
  19. package/dist/packages/components/crud-table/src/widgets/table-column-operations.d.ts +2 -2
  20. package/dist/packages/components/crud-table-select/index.d.ts +1 -7
  21. package/dist/packages/components/crud-table-select/src/index.d.ts +1 -7
  22. package/dist/packages/components/crud-table-virtualized/index.d.ts +5 -5
  23. package/dist/packages/components/crud-table-virtualized/src/index.d.ts +5 -5
  24. package/dist/packages/components/crud-table-virtualized/src/index.test.d.ts +5 -5
  25. package/dist/packages/components/dialog/index.d.ts +5 -5
  26. package/dist/packages/components/dialog/src/index.d.ts +5 -5
  27. package/dist/packages/components/drag-resize/index.d.ts +1 -7
  28. package/dist/packages/components/drag-resize/src/index.d.ts +1 -7
  29. package/dist/packages/components/form/index.d.ts +20 -20
  30. package/dist/packages/components/form/src/index.d.ts +5 -5
  31. package/dist/packages/components/form/src/widgets/input-table-select.d.ts +5 -5
  32. package/dist/packages/components/form/src/widgets/number-range-picker.d.ts +5 -5
  33. package/dist/packages/components/form/src/widgets/tree-cascader.d.ts +5 -5
  34. package/dist/packages/components/form/src/widgets/tree-select.d.ts +5 -5
  35. package/dist/packages/components/form/src/widgets/upload-image.d.ts +41 -7
  36. package/dist/packages/components/labelimg/index.d.ts +10 -10
  37. package/dist/packages/components/labelimg/src/index.d.ts +6 -6
  38. package/dist/packages/components/labelimg/src/preview.d.ts +4 -4
  39. package/dist/packages/components/labelimg/src/widgets/canvas-context.d.ts +5 -5
  40. package/dist/packages/components/labelimg/src/widgets/contextmenu-label.d.ts +5 -5
  41. package/dist/packages/components/labelimg/src/widgets/draggable-rect.d.ts +17 -6
  42. package/dist/packages/components/labelimg/src/widgets/right-label.d.ts +5 -5
  43. package/dist/packages/components/labelimg/src/widgets/tool-header.d.ts +5 -5
  44. package/dist/packages/components/labelme/index.d.ts +6 -6
  45. package/dist/packages/components/labelme/src/index.d.ts +6 -6
  46. package/dist/packages/components/labelme/src/widgets/canvas-context.d.ts +5 -5
  47. package/dist/packages/components/labelme/src/widgets/header-tool.d.ts +5 -5
  48. package/dist/packages/components/layout/index.d.ts +6 -6
  49. package/dist/packages/components/layout/src/classic/index.d.ts +2 -8
  50. package/dist/packages/components/layout/src/classic/widgets/header.d.ts +1 -1
  51. package/dist/packages/components/layout/src/classic/widgets/sidebar.d.ts +1 -1
  52. package/dist/packages/components/layout/src/columns/index.d.ts +1 -7
  53. package/dist/packages/components/layout/src/columns/widgets/header.d.ts +1 -1
  54. package/dist/packages/components/layout/src/columns/widgets/sidebar.d.ts +1 -1
  55. package/dist/packages/components/layout/src/composite/index.d.ts +3 -9
  56. package/dist/packages/components/layout/src/composite/widgets/header.d.ts +1 -1
  57. package/dist/packages/components/layout/src/composite/widgets/menu-top.d.ts +4 -4
  58. package/dist/packages/components/layout/src/composite/widgets/sidebar.d.ts +1 -1
  59. package/dist/packages/components/layout/src/defaults/index.d.ts +1 -7
  60. package/dist/packages/components/layout/src/defaults/widgets/header.d.ts +1 -1
  61. package/dist/packages/components/layout/src/defaults/widgets/sidebar.d.ts +1 -1
  62. package/dist/packages/components/layout/src/index.d.ts +6 -6
  63. package/dist/packages/components/layout/src/transverse/index.d.ts +1 -7
  64. package/dist/packages/components/layout/src/transverse/widgets/header.d.ts +1 -1
  65. package/dist/packages/components/layout/src/widgets/header-tools.d.ts +5 -5
  66. package/dist/packages/components/layout/src/widgets/layout-setting.d.ts +1 -1
  67. package/dist/packages/components/layout/src/widgets/logo.d.ts +1 -1
  68. package/dist/packages/components/menu/index.d.ts +4 -4
  69. package/dist/packages/components/menu/src/index.d.ts +4 -4
  70. package/dist/packages/components/menu/src/widgets/menu-item-title.d.ts +4 -4
  71. package/dist/packages/components/menu/src/widgets/menu-item.d.ts +3 -3
  72. package/dist/packages/components/spin-loading/index.d.ts +6 -6
  73. package/dist/packages/components/spin-loading/src/index.d.ts +6 -6
  74. package/dist/packages/components/tabs/index.d.ts +5 -5
  75. package/dist/packages/components/tabs/src/index.d.ts +5 -5
  76. package/dist/packages/components/text-ellipsis/index.d.ts +10 -10
  77. package/dist/packages/components/text-ellipsis/src/index.d.ts +10 -10
  78. package/dist/packages/components/upload/index.d.ts +6 -6
  79. package/dist/packages/components/upload/src/index.d.ts +6 -6
  80. package/dist/packages/components/video-player/index.d.ts +6 -6
  81. package/dist/packages/components/video-player/src/index.d.ts +6 -6
  82. package/dist/packages/components.d.ts +1 -0
  83. package/dist/packages/hooks/use-locale/index.d.ts +176 -1
  84. package/package.json +6 -6
@@ -1,5 +1,5 @@
1
1
  import type { PropType, CSSProperties } from 'vue';
2
- declare const _default: import("vue").DefineComponent<{
2
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
3
3
  className: {
4
4
  type: StringConstructor;
5
5
  default: string;
@@ -16,10 +16,10 @@ declare const _default: import("vue").DefineComponent<{
16
16
  type: StringConstructor;
17
17
  default: string;
18
18
  };
19
- }, {
19
+ }>, {
20
20
  t: import("packages/hooks").Translator;
21
- elementInstance: import("vue").Ref<HTMLElement>;
22
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
21
+ elementInstance: import("vue").Ref<HTMLElement, HTMLElement>;
22
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
23
23
  className: {
24
24
  type: StringConstructor;
25
25
  default: string;
@@ -36,10 +36,10 @@ declare const _default: import("vue").DefineComponent<{
36
36
  type: StringConstructor;
37
37
  default: string;
38
38
  };
39
- }>>, {
39
+ }>> & Readonly<{}>, {
40
40
  className: string;
41
41
  style: CSSProperties;
42
42
  loading: boolean;
43
43
  tip: string;
44
- }, {}>;
44
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
45
45
  export default _default;
@@ -1,5 +1,5 @@
1
1
  import './src/index.scss';
2
- export declare const NextTabs: import("../../utils/install").SFCWithInstall<import("vue").DefineComponent<{
2
+ export declare const NextTabs: import("../../utils/install").SFCWithInstall<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
3
3
  activeTab: {
4
4
  type: (StringConstructor | NumberConstructor)[];
5
5
  default: string;
@@ -8,7 +8,7 @@ export declare const NextTabs: import("../../utils/install").SFCWithInstall<impo
8
8
  type: import("vue").PropType<import("./src/interface").TabInterface[]>;
9
9
  default: () => any[];
10
10
  };
11
- }, () => any, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "select" | "close")[], "change" | "select" | "close", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
11
+ }>, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "select" | "close")[], "change" | "select" | "close", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
12
12
  activeTab: {
13
13
  type: (StringConstructor | NumberConstructor)[];
14
14
  default: string;
@@ -17,12 +17,12 @@ export declare const NextTabs: import("../../utils/install").SFCWithInstall<impo
17
17
  type: import("vue").PropType<import("./src/interface").TabInterface[]>;
18
18
  default: () => any[];
19
19
  };
20
- }>> & {
20
+ }>> & Readonly<{
21
21
  onChange?: (...args: any[]) => any;
22
22
  onSelect?: (...args: any[]) => any;
23
23
  onClose?: (...args: any[]) => any;
24
- }, {
24
+ }>, {
25
25
  activeTab: string | number;
26
26
  tabs: import("./src/interface").TabInterface[];
27
- }, {}>> & Record<string, any>;
27
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>> & Record<string, any>;
28
28
  export default NextTabs;
@@ -1,6 +1,6 @@
1
1
  import type { PropType } from 'vue';
2
2
  import type { TabInterface } from './interface';
3
- declare const _default: import("vue").DefineComponent<{
3
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
4
4
  activeTab: {
5
5
  type: (StringConstructor | NumberConstructor)[];
6
6
  default: string;
@@ -9,7 +9,7 @@ declare const _default: import("vue").DefineComponent<{
9
9
  type: PropType<TabInterface[]>;
10
10
  default: () => any[];
11
11
  };
12
- }, () => any, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "select" | "close")[], "change" | "select" | "close", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
12
+ }>, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "select" | "close")[], "change" | "select" | "close", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
13
13
  activeTab: {
14
14
  type: (StringConstructor | NumberConstructor)[];
15
15
  default: string;
@@ -18,12 +18,12 @@ declare const _default: import("vue").DefineComponent<{
18
18
  type: PropType<TabInterface[]>;
19
19
  default: () => any[];
20
20
  };
21
- }>> & {
21
+ }>> & Readonly<{
22
22
  onChange?: (...args: any[]) => any;
23
23
  onSelect?: (...args: any[]) => any;
24
24
  onClose?: (...args: any[]) => any;
25
- }, {
25
+ }>, {
26
26
  tabs: TabInterface[];
27
27
  activeTab: string | number;
28
- }, {}>;
28
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
29
29
  export default _default;
@@ -1,5 +1,9 @@
1
1
  import './src/index.scss';
2
- export declare const NextTextEllipsis: import("../../utils/install").SFCWithInstall<import("vue").DefineComponent<{
2
+ export declare const NextTextEllipsis: import("../../utils/install").SFCWithInstall<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
3
+ className: {
4
+ type: StringConstructor;
5
+ default: string;
6
+ };
3
7
  content: {
4
8
  type: StringConstructor;
5
9
  default: string;
@@ -20,11 +24,11 @@ export declare const NextTextEllipsis: import("../../utils/install").SFCWithInst
20
24
  type: StringConstructor;
21
25
  default: string;
22
26
  };
23
- class: {
27
+ }>, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
28
+ className: {
24
29
  type: StringConstructor;
25
30
  default: string;
26
31
  };
27
- }, () => any, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
28
32
  content: {
29
33
  type: StringConstructor;
30
34
  default: string;
@@ -45,16 +49,12 @@ export declare const NextTextEllipsis: import("../../utils/install").SFCWithInst
45
49
  type: StringConstructor;
46
50
  default: string;
47
51
  };
48
- class: {
49
- type: StringConstructor;
50
- default: string;
51
- };
52
- }>>, {
52
+ }>> & Readonly<{}>, {
53
+ className: string;
53
54
  content: string;
54
55
  disabled: boolean;
55
56
  width: string | number;
56
57
  placement: string;
57
58
  textAlign: string;
58
- class: string;
59
- }, {}>> & Record<string, any>;
59
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>> & Record<string, any>;
60
60
  export default NextTextEllipsis;
@@ -1,4 +1,8 @@
1
- declare const _default: import("vue").DefineComponent<{
1
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
+ className: {
3
+ type: StringConstructor;
4
+ default: string;
5
+ };
2
6
  content: {
3
7
  type: StringConstructor;
4
8
  default: string;
@@ -19,11 +23,11 @@ declare const _default: import("vue").DefineComponent<{
19
23
  type: StringConstructor;
20
24
  default: string;
21
25
  };
22
- class: {
26
+ }>, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
27
+ className: {
23
28
  type: StringConstructor;
24
29
  default: string;
25
30
  };
26
- }, () => any, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
27
31
  content: {
28
32
  type: StringConstructor;
29
33
  default: string;
@@ -44,16 +48,12 @@ declare const _default: import("vue").DefineComponent<{
44
48
  type: StringConstructor;
45
49
  default: string;
46
50
  };
47
- class: {
48
- type: StringConstructor;
49
- default: string;
50
- };
51
- }>>, {
51
+ }>> & Readonly<{}>, {
52
+ className: string;
52
53
  content: string;
53
54
  disabled: boolean;
54
55
  width: string | number;
55
56
  placement: string;
56
57
  textAlign: string;
57
- class: string;
58
- }, {}>;
58
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
59
59
  export default _default;
@@ -1,5 +1,5 @@
1
1
  import './src/index.scss';
2
- export declare const NextUpload: import("../../utils/install").SFCWithInstall<import("vue").DefineComponent<{
2
+ export declare const NextUpload: import("../../utils/install").SFCWithInstall<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
3
3
  className: {
4
4
  type: StringConstructor;
5
5
  default: string;
@@ -17,10 +17,10 @@ export declare const NextUpload: import("../../utils/install").SFCWithInstall<im
17
17
  type: StringConstructor;
18
18
  default: string;
19
19
  };
20
- }, {
20
+ }>, {
21
21
  t: import("../..").Translator;
22
22
  appContext: any;
23
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "remove" | "preview")[], "change" | "remove" | "preview", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
23
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "remove" | "preview")[], "change" | "remove" | "preview", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
24
24
  className: {
25
25
  type: StringConstructor;
26
26
  default: string;
@@ -38,14 +38,14 @@ export declare const NextUpload: import("../../utils/install").SFCWithInstall<im
38
38
  type: StringConstructor;
39
39
  default: string;
40
40
  };
41
- }>> & {
41
+ }>> & Readonly<{
42
42
  onChange?: (...args: any[]) => any;
43
43
  onRemove?: (...args: any[]) => any;
44
44
  onPreview?: (...args: any[]) => any;
45
- }, {
45
+ }>, {
46
46
  className: string;
47
47
  style: import("vue").CSSProperties;
48
48
  listType: string;
49
49
  accept: string;
50
- }, {}>> & Record<string, any>;
50
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>> & Record<string, any>;
51
51
  export default NextUpload;
@@ -1,5 +1,5 @@
1
1
  import type { PropType, CSSProperties } from 'vue';
2
- declare const _default: import("vue").DefineComponent<{
2
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
3
3
  className: {
4
4
  type: StringConstructor;
5
5
  default: string;
@@ -17,10 +17,10 @@ declare const _default: import("vue").DefineComponent<{
17
17
  type: StringConstructor;
18
18
  default: string;
19
19
  };
20
- }, {
20
+ }>, {
21
21
  t: import("packages/hooks").Translator;
22
22
  appContext: any;
23
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "remove" | "preview")[], "change" | "remove" | "preview", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
23
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "remove" | "preview")[], "change" | "remove" | "preview", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
24
24
  className: {
25
25
  type: StringConstructor;
26
26
  default: string;
@@ -38,14 +38,14 @@ declare const _default: import("vue").DefineComponent<{
38
38
  type: StringConstructor;
39
39
  default: string;
40
40
  };
41
- }>> & {
41
+ }>> & Readonly<{
42
42
  onChange?: (...args: any[]) => any;
43
43
  onRemove?: (...args: any[]) => any;
44
44
  onPreview?: (...args: any[]) => any;
45
- }, {
45
+ }>, {
46
46
  className: string;
47
47
  style: CSSProperties;
48
48
  listType: string;
49
49
  accept: string;
50
- }, {}>;
50
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
51
51
  export default _default;
@@ -1,5 +1,5 @@
1
1
  import './src/index.scss';
2
- export declare const NextVideoPlayer: import("../../utils/install").SFCWithInstall<import("vue").DefineComponent<{
2
+ export declare const NextVideoPlayer: import("../../utils/install").SFCWithInstall<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
3
3
  className: {
4
4
  type: StringConstructor;
5
5
  default: string;
@@ -24,7 +24,7 @@ export declare const NextVideoPlayer: import("../../utils/install").SFCWithInsta
24
24
  tensorflow: {
25
25
  type: ObjectConstructor;
26
26
  };
27
- }, () => any, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("loaded" | "play" | "error" | "detector")[], "loaded" | "play" | "error" | "detector", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
27
+ }>, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("loaded" | "play" | "error" | "detector")[], "loaded" | "play" | "error" | "detector", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
28
28
  className: {
29
29
  type: StringConstructor;
30
30
  default: string;
@@ -49,16 +49,16 @@ export declare const NextVideoPlayer: import("../../utils/install").SFCWithInsta
49
49
  tensorflow: {
50
50
  type: ObjectConstructor;
51
51
  };
52
- }>> & {
52
+ }>> & Readonly<{
53
53
  onLoaded?: (...args: any[]) => any;
54
54
  onPlay?: (...args: any[]) => any;
55
55
  onError?: (...args: any[]) => any;
56
56
  onDetector?: (...args: any[]) => any;
57
- }, {
57
+ }>, {
58
58
  className: string;
59
- style: import("vue").CSSProperties;
60
59
  type: string;
60
+ style: import("vue").CSSProperties;
61
61
  src: string;
62
62
  autoplay: boolean;
63
- }, {}>> & Record<string, any>;
63
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>> & Record<string, any>;
64
64
  export default NextVideoPlayer;
@@ -1,6 +1,6 @@
1
1
  import type { PropType, CSSProperties } from 'vue';
2
2
  import 'video.js/dist/video-js.css';
3
- declare const _default: import("vue").DefineComponent<{
3
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
4
4
  className: {
5
5
  type: StringConstructor;
6
6
  default: string;
@@ -25,7 +25,7 @@ declare const _default: import("vue").DefineComponent<{
25
25
  tensorflow: {
26
26
  type: ObjectConstructor;
27
27
  };
28
- }, () => any, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("loaded" | "play" | "error" | "detector")[], "loaded" | "play" | "error" | "detector", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
28
+ }>, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("loaded" | "play" | "error" | "detector")[], "loaded" | "play" | "error" | "detector", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
29
29
  className: {
30
30
  type: StringConstructor;
31
31
  default: string;
@@ -50,16 +50,16 @@ declare const _default: import("vue").DefineComponent<{
50
50
  tensorflow: {
51
51
  type: ObjectConstructor;
52
52
  };
53
- }>> & {
53
+ }>> & Readonly<{
54
54
  onPlay?: (...args: any[]) => any;
55
55
  onLoaded?: (...args: any[]) => any;
56
56
  onError?: (...args: any[]) => any;
57
57
  onDetector?: (...args: any[]) => any;
58
- }, {
58
+ }>, {
59
59
  className: string;
60
- style: CSSProperties;
61
60
  type: string;
61
+ style: CSSProperties;
62
62
  src: string;
63
63
  autoplay: boolean;
64
- }, {}>;
64
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
65
65
  export default _default;
@@ -11,5 +11,6 @@ export * from './components/spin-loading';
11
11
  export * from './components/upload';
12
12
  export * from './components/video-player';
13
13
  export * from './components/drag-resize';
14
+ export * from './components/carousel';
14
15
  export * from './components/labelimg';
15
16
  export * from './components/labelme';
@@ -1,8 +1,183 @@
1
1
  import type { InjectionKey, Ref } from 'vue';
2
2
  import type { MaybeRef } from '@vueuse/core';
3
3
  import type { Language } from 'packages/locale';
4
+ import zhcnLocale from 'packages/locale/lang/zh-cn';
5
+ import enLocale from 'packages/locale/lang/en';
6
+ import zhtwLocale from 'packages/locale/lang/zh-tw';
4
7
  export declare const localeLang: {
5
- [x: string]: {
8
+ [zhcnLocale.name]: {
9
+ name: string;
10
+ next: {
11
+ loading: string;
12
+ table: {
13
+ search: string;
14
+ clear: string;
15
+ add: string;
16
+ delete: string;
17
+ batchDelete: string;
18
+ export: string;
19
+ edit: string;
20
+ view: string;
21
+ unfoldSearch: string;
22
+ foldSearch: string;
23
+ notData: string;
24
+ operation: string;
25
+ selection: string;
26
+ selectionAll: string;
27
+ setting: {
28
+ title: string;
29
+ label: string;
30
+ hide: string;
31
+ filter: string;
32
+ sort: string;
33
+ };
34
+ message: {
35
+ tip: string;
36
+ batchDeleteTip: string;
37
+ cancelBatchDelete: string;
38
+ deleteTip: string;
39
+ cancelDelete: string;
40
+ confirmButtonText: string;
41
+ cancelButtonText: string;
42
+ };
43
+ uploadfileExceed: string;
44
+ };
45
+ form: {
46
+ input: string;
47
+ select: string;
48
+ requiredInput: string;
49
+ requiredSelect: string;
50
+ submit: string;
51
+ cancel: string;
52
+ reset: string;
53
+ confirm: string;
54
+ tableSelect: string;
55
+ selectFile: string;
56
+ };
57
+ date: {
58
+ oneWeekAge: string;
59
+ oneMonthAge: string;
60
+ threeMonthsAge: string;
61
+ oneYearAge: string;
62
+ threeYearsAge: string;
63
+ rangeSeparator: string;
64
+ startPlaceholder: string;
65
+ endPlaceholder: string;
66
+ };
67
+ layout: {
68
+ home: string;
69
+ personal: string;
70
+ logOut: string;
71
+ tabsOther: string;
72
+ tabsLeft: string;
73
+ tabsRight: string;
74
+ tabsAll: string;
75
+ systemSetting: string;
76
+ };
77
+ labelimg: {
78
+ saveTxt: string;
79
+ emptyLabelText: string;
80
+ confirmDeleteLabel: string;
81
+ saveLabel: string;
82
+ instructions: string;
83
+ labelNoUpdate: string;
84
+ zoomRestore: string;
85
+ };
86
+ labelme: {
87
+ saveLabel: string;
88
+ createPolygon: string;
89
+ editPolygon: string;
90
+ deletePolyton: string;
91
+ };
92
+ };
93
+ };
94
+ [enLocale.name]: {
95
+ name: string;
96
+ next: {
97
+ loading: string;
98
+ table: {
99
+ search: string;
100
+ clear: string;
101
+ add: string;
102
+ delete: string;
103
+ batchDelete: string;
104
+ export: string;
105
+ edit: string;
106
+ view: string;
107
+ unfoldSearch: string;
108
+ foldSearch: string;
109
+ notData: string;
110
+ operation: string;
111
+ selection: string;
112
+ selectionAll: string;
113
+ setting: {
114
+ title: string;
115
+ label: string;
116
+ hide: string;
117
+ filter: string;
118
+ sort: string;
119
+ };
120
+ message: {
121
+ tip: string;
122
+ batchDeleteTip: string;
123
+ cancelBatchDelete: string;
124
+ deleteTip: string;
125
+ cancelDelete: string;
126
+ confirmButtonText: string;
127
+ cancelButtonText: string;
128
+ };
129
+ uploadfileExceed: string;
130
+ };
131
+ form: {
132
+ input: string;
133
+ select: string;
134
+ requiredInput: string;
135
+ requiredSelect: string;
136
+ submit: string;
137
+ cancel: string;
138
+ reset: string;
139
+ confirm: string;
140
+ tableSelect: string;
141
+ selectFile: string;
142
+ };
143
+ date: {
144
+ oneWeekAge: string;
145
+ oneMonthAge: string;
146
+ threeMonthsAge: string;
147
+ oneYearAge: string;
148
+ threeYearsAge: string;
149
+ rangeSeparator: string;
150
+ startPlaceholder: string;
151
+ endPlaceholder: string;
152
+ };
153
+ layout: {
154
+ home: string;
155
+ personal: string;
156
+ logOut: string;
157
+ tabsOther: string;
158
+ tabsLeft: string;
159
+ tabsRight: string;
160
+ tabsAll: string;
161
+ systemSetting: string;
162
+ };
163
+ labelimg: {
164
+ saveTxt: string;
165
+ emptyLabelText: string;
166
+ confirmDeleteLabel: string;
167
+ saveLabel: string;
168
+ instructions: string;
169
+ labelNoUpdate: string;
170
+ zoomRestore: string;
171
+ };
172
+ labelme: {
173
+ saveLabel: string;
174
+ createPolygon: string;
175
+ editPolygon: string;
176
+ deletePolyton: string;
177
+ };
178
+ };
179
+ };
180
+ [zhtwLocale.name]: {
6
181
  name: string;
7
182
  next: {
8
183
  loading: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "next-element-vue",
3
- "version": "0.5.2",
3
+ "version": "0.5.4",
4
4
  "author": {
5
5
  "name": "huangteng",
6
6
  "email": "htengweb@163.com"
@@ -36,15 +36,15 @@
36
36
  "peerDependencies": {
37
37
  "@tensorflow/tfjs": "^4.11.0",
38
38
  "@types/lodash-es": "^4.17.9",
39
- "@vueuse/core": "^10.4.1",
40
- "element-plus": "^2.8.0",
39
+ "@vueuse/core": "^12.8.2",
40
+ "element-plus": "^2.9.5",
41
41
  "flv.js": "^1.6.2",
42
42
  "lodash-es": "^4.17.21",
43
- "mpegts.js": "^1.7.3",
43
+ "mpegts.js": "^1.8.0",
44
44
  "video.js": "^8.6.0",
45
- "vue": "^3.4.21",
45
+ "vue": "^3.5.13",
46
46
  "vue-i18n": "^9.4.1",
47
- "vue-router": "^4.2.5"
47
+ "vue-router": "^4.5.0"
48
48
  },
49
49
  "engines": {
50
50
  "node": ">=16"