next-element-vue 0.3.0 → 0.3.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.
@@ -117,6 +117,7 @@ export interface TableColumnProps extends SearchColumnProps, FormColunmProps {
117
117
  headerAlign?: string;
118
118
  align?: string;
119
119
  sortable?: boolean;
120
+ cellUnit?: string;
120
121
  children?: TableColumnProps[];
121
122
  }
122
123
  export declare const header_menu_slots_key: string[];
@@ -153,6 +154,8 @@ declare const _default: {
153
154
  settingBtn: boolean;
154
155
  operations: boolean;
155
156
  operationsWidth: number;
157
+ operationsHeaderAlign: string;
158
+ operationsColumnAlign: string;
156
159
  operationsBtnPlain: boolean;
157
160
  operationsBtnText: boolean;
158
161
  operationsBtnSize: string;
@@ -59,11 +59,11 @@ declare const _default: import("vue").DefineComponent<{
59
59
  }>> & {
60
60
  [x: `on${Capitalize<any>}`]: (...args: any[]) => any;
61
61
  }, {
62
- className: string;
62
+ data: unknown[];
63
63
  style: import("vue").CSSProperties;
64
+ className: string;
64
65
  options: Record<string, any>;
65
66
  loading: boolean;
66
- data: unknown[];
67
67
  page: Record<string, any>;
68
68
  }, {}>;
69
69
  export default _default;
@@ -6,9 +6,7 @@ export declare const NextLabelimg: import("../../utils/install").SFCWithInstall<
6
6
  };
7
7
  style: {
8
8
  type: import("vue").PropType<import("vue").CSSProperties>;
9
- default: () => {
10
- position: string;
11
- };
9
+ default: () => {};
12
10
  };
13
11
  rowKey: {
14
12
  type: StringConstructor;
@@ -33,9 +31,7 @@ export declare const NextLabelimg: import("../../utils/install").SFCWithInstall<
33
31
  };
34
32
  style: {
35
33
  type: import("vue").PropType<import("vue").CSSProperties>;
36
- default: () => {
37
- position: string;
38
- };
34
+ default: () => {};
39
35
  };
40
36
  rowKey: {
41
37
  type: StringConstructor;
@@ -1,4 +1,4 @@
1
1
  declare const _default: {
2
- mainContentHeight: number;
2
+ minContentHeight: number;
3
3
  };
4
4
  export default _default;
@@ -34,6 +34,7 @@ export declare const DrawRectCanvas: (canvas: HTMLCanvasElement, callback?: Func
34
34
  ctx: CanvasRenderingContext2D;
35
35
  clearCanvas: () => void;
36
36
  drawRect: (color?: string) => void;
37
+ removeEventAll: () => void;
37
38
  };
38
39
  export declare const colors: string[];
39
40
  export declare const DrawBaseCanvas: (options: DrawBaseCanvasProps) => {
@@ -6,9 +6,7 @@ declare const _default: import("vue").DefineComponent<{
6
6
  };
7
7
  style: {
8
8
  type: PropType<CSSProperties>;
9
- default: () => {
10
- position: string;
11
- };
9
+ default: () => {};
12
10
  };
13
11
  rowKey: {
14
12
  type: StringConstructor;
@@ -33,9 +31,7 @@ declare const _default: import("vue").DefineComponent<{
33
31
  };
34
32
  style: {
35
33
  type: PropType<CSSProperties>;
36
- default: () => {
37
- position: string;
38
- };
34
+ default: () => {};
39
35
  };
40
36
  rowKey: {
41
37
  type: StringConstructor;
@@ -1,6 +1,9 @@
1
1
  import type { PropType } from 'vue';
2
2
  import type { RectProps } from '../hooks/canvas-context-hook';
3
3
  declare const _default: import("vue").DefineComponent<{
4
+ contentHeight: {
5
+ type: NumberConstructor;
6
+ };
4
7
  classes: {
5
8
  type: ArrayConstructor;
6
9
  default: () => any[];
@@ -10,6 +13,9 @@ declare const _default: import("vue").DefineComponent<{
10
13
  default: () => any[];
11
14
  };
12
15
  }, () => any, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("delete" | "select")[], "delete" | "select", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
16
+ contentHeight: {
17
+ type: NumberConstructor;
18
+ };
13
19
  classes: {
14
20
  type: ArrayConstructor;
15
21
  default: () => any[];
@@ -0,0 +1,35 @@
1
+ declare const _default: import("vue").DefineComponent<{
2
+ isFullscreen: {
3
+ type: BooleanConstructor;
4
+ default: boolean;
5
+ };
6
+ imageIndex: {
7
+ type: NumberConstructor;
8
+ default: number;
9
+ };
10
+ imageLength: {
11
+ type: NumberConstructor;
12
+ default: number;
13
+ };
14
+ }, () => any, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("fullscreen" | "save")[], "fullscreen" | "save", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
15
+ isFullscreen: {
16
+ type: BooleanConstructor;
17
+ default: boolean;
18
+ };
19
+ imageIndex: {
20
+ type: NumberConstructor;
21
+ default: number;
22
+ };
23
+ imageLength: {
24
+ type: NumberConstructor;
25
+ default: number;
26
+ };
27
+ }>> & {
28
+ onFullscreen?: (...args: any[]) => any;
29
+ onSave?: (...args: any[]) => any;
30
+ }, {
31
+ isFullscreen: boolean;
32
+ imageIndex: number;
33
+ imageLength: number;
34
+ }, {}>;
35
+ export default _default;
@@ -16,10 +16,12 @@ declare const _default: {
16
16
  userDropdown: ({
17
17
  value: string;
18
18
  label: string;
19
+ svg: string;
19
20
  divided?: undefined;
20
21
  } | {
21
22
  value: string;
22
23
  label: string;
24
+ svg: string;
23
25
  divided: boolean;
24
26
  })[];
25
27
  showTabs: boolean;
@@ -75,6 +75,9 @@ export declare const localeLang: {
75
75
  saveTxt: string;
76
76
  emptyLabelText: string;
77
77
  confirmDeleteLabel: string;
78
+ saveLabel: string;
79
+ instructions: string;
80
+ labelNoUpdate: string;
78
81
  };
79
82
  };
80
83
  };
@@ -71,6 +71,9 @@ declare const _default: {
71
71
  saveTxt: string;
72
72
  emptyLabelText: string;
73
73
  confirmDeleteLabel: string;
74
+ saveLabel: string;
75
+ instructions: string;
76
+ labelNoUpdate: string;
74
77
  };
75
78
  };
76
79
  };
@@ -71,6 +71,9 @@ declare const _default: {
71
71
  saveTxt: string;
72
72
  emptyLabelText: string;
73
73
  confirmDeleteLabel: string;
74
+ saveLabel: string;
75
+ instructions: string;
76
+ labelNoUpdate: string;
74
77
  };
75
78
  };
76
79
  };
@@ -71,6 +71,9 @@ declare const _default: {
71
71
  saveTxt: string;
72
72
  emptyLabelText: string;
73
73
  confirmDeleteLabel: string;
74
+ saveLabel: string;
75
+ instructions: string;
76
+ labelNoUpdate: string;
74
77
  };
75
78
  };
76
79
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "next-element-vue",
3
- "version": "0.3.0",
3
+ "version": "0.3.2",
4
4
  "author": {
5
5
  "name": "huangteng",
6
6
  "email": "htengweb@163.com"