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
@@ -8,7 +8,7 @@ export declare const NextCarousel: import("../../utils/install").SFCWithInstall<
8
8
  type: import("vue").PropType<import("vue").CSSProperties>;
9
9
  default: () => {};
10
10
  };
11
- }>, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
11
+ }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
12
12
  className: {
13
13
  type: StringConstructor;
14
14
  default: string;
@@ -18,7 +18,7 @@ export declare const NextCarousel: import("../../utils/install").SFCWithInstall<
18
18
  default: () => {};
19
19
  };
20
20
  }>> & Readonly<{}>, {
21
- className: string;
22
21
  style: import("vue").CSSProperties;
22
+ className: string;
23
23
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>> & Record<string, any>;
24
24
  export default NextCarousel;
@@ -8,7 +8,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
8
8
  type: PropType<CSSProperties>;
9
9
  default: () => {};
10
10
  };
11
- }>, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
11
+ }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
12
12
  className: {
13
13
  type: StringConstructor;
14
14
  default: string;
@@ -18,7 +18,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
18
18
  default: () => {};
19
19
  };
20
20
  }>> & Readonly<{}>, {
21
- className: string;
22
21
  style: CSSProperties;
22
+ className: string;
23
23
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
24
24
  export default _default;
@@ -13,14 +13,14 @@ export declare const NextContainer: import("../../utils/install").SFCWithInstall
13
13
  default: boolean;
14
14
  };
15
15
  padding: {
16
- type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
16
+ type: (NumberConstructor | StringConstructor | BooleanConstructor)[];
17
17
  default: boolean;
18
18
  };
19
19
  card: {
20
20
  type: BooleanConstructor;
21
21
  default: boolean;
22
22
  };
23
- }>, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
23
+ }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
24
24
  className: {
25
25
  type: StringConstructor;
26
26
  default: string;
@@ -34,7 +34,7 @@ export declare const NextContainer: import("../../utils/install").SFCWithInstall
34
34
  default: boolean;
35
35
  };
36
36
  padding: {
37
- type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
37
+ type: (NumberConstructor | StringConstructor | BooleanConstructor)[];
38
38
  default: boolean;
39
39
  };
40
40
  card: {
@@ -42,8 +42,8 @@ export declare const NextContainer: import("../../utils/install").SFCWithInstall
42
42
  default: boolean;
43
43
  };
44
44
  }>> & Readonly<{}>, {
45
- className: string;
46
45
  style: import("vue").CSSProperties;
46
+ className: string;
47
47
  scrollbar: boolean;
48
48
  padding: string | number | boolean;
49
49
  card: boolean;
@@ -13,14 +13,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
13
13
  default: boolean;
14
14
  };
15
15
  padding: {
16
- type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
16
+ type: (NumberConstructor | StringConstructor | BooleanConstructor)[];
17
17
  default: boolean;
18
18
  };
19
19
  card: {
20
20
  type: BooleanConstructor;
21
21
  default: boolean;
22
22
  };
23
- }>, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
23
+ }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
24
24
  className: {
25
25
  type: StringConstructor;
26
26
  default: string;
@@ -34,7 +34,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
34
34
  default: boolean;
35
35
  };
36
36
  padding: {
37
- type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
37
+ type: (NumberConstructor | StringConstructor | BooleanConstructor)[];
38
38
  default: boolean;
39
39
  };
40
40
  card: {
@@ -42,8 +42,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
42
42
  default: boolean;
43
43
  };
44
44
  }>> & Readonly<{}>, {
45
- className: string;
46
45
  style: CSSProperties;
46
+ className: string;
47
47
  scrollbar: boolean;
48
48
  padding: string | number | boolean;
49
49
  card: boolean;
@@ -17,7 +17,7 @@ export declare const NextCrudTableSearch: import("../../utils/install").SFCWithI
17
17
  default: boolean;
18
18
  description: string;
19
19
  };
20
- }>, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("confirmSearch" | "clearSearch" | "zoomResize")[], "confirmSearch" | "clearSearch" | "zoomResize", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
20
+ }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("confirmSearch" | "clearSearch" | "zoomResize")[], "confirmSearch" | "clearSearch" | "zoomResize", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
21
21
  columns: {
22
22
  type: ArrayConstructor;
23
23
  default: () => any[];
@@ -40,8 +40,8 @@ export declare const NextCrudTableSearch: import("../../utils/install").SFCWithI
40
40
  onClearSearch?: (...args: any[]) => any;
41
41
  onZoomResize?: (...args: any[]) => any;
42
42
  }>, {
43
- columns: unknown[];
44
43
  options: Record<string, any>;
44
+ columns: unknown[];
45
45
  searchParams: Record<string, any>;
46
46
  standalone: boolean;
47
47
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>> & Record<string, any>;
@@ -110,7 +110,7 @@ export declare const NextCrudTable: import("../../utils/install").SFCWithInstall
110
110
  type: FunctionConstructor;
111
111
  default: any;
112
112
  };
113
- }>, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("confirm-search" | "clear-search" | "change-pagination" | "selection-change" | "row-click" | "row-contextmenu" | "row-dblclick" | "cell-click" | "cell-dblclick" | "cell-contextmenu" | "cell-mouse-enter" | "cell-mouse-leave" | "expand-change" | "click-add-edit" | "close-add-edit" | "view-add-edit" | "delete-rows" | "delete-row" | "submit-form")[], "confirm-search" | "clear-search" | "change-pagination" | "selection-change" | "row-click" | "row-contextmenu" | "row-dblclick" | "cell-click" | "cell-dblclick" | "cell-contextmenu" | "cell-mouse-enter" | "cell-mouse-leave" | "expand-change" | "click-add-edit" | "close-add-edit" | "view-add-edit" | "delete-rows" | "delete-row" | "submit-form", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
113
+ }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("expandChange" | "confirmSearch" | "clearSearch" | "deleteRows" | "deleteRow" | "changePagination" | "selectionChange" | "rowClick" | "rowContextMenu" | "rowDblClick" | "cellClick" | "cellDblClick" | "cellContextMenu" | "cellMouseEnter" | "cellMouseLeave" | "clickAddEdit" | "closeAddEdit" | "viewAddEdit" | "submitForm")[], "expandChange" | "confirmSearch" | "clearSearch" | "deleteRows" | "deleteRow" | "changePagination" | "selectionChange" | "rowClick" | "rowContextMenu" | "rowDblClick" | "cellClick" | "cellDblClick" | "cellContextMenu" | "cellMouseEnter" | "cellMouseLeave" | "clickAddEdit" | "closeAddEdit" | "viewAddEdit" | "submitForm", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
114
114
  className: {
115
115
  type: StringConstructor;
116
116
  default: string;
@@ -176,40 +176,40 @@ export declare const NextCrudTable: import("../../utils/install").SFCWithInstall
176
176
  default: any;
177
177
  };
178
178
  }>> & Readonly<{
179
- "onConfirm-search"?: (...args: any[]) => any;
180
- "onClear-search"?: (...args: any[]) => any;
181
- "onChange-pagination"?: (...args: any[]) => any;
182
- "onSelection-change"?: (...args: any[]) => any;
183
- "onRow-click"?: (...args: any[]) => any;
184
- "onRow-contextmenu"?: (...args: any[]) => any;
185
- "onRow-dblclick"?: (...args: any[]) => any;
186
- "onCell-click"?: (...args: any[]) => any;
187
- "onCell-dblclick"?: (...args: any[]) => any;
188
- "onCell-contextmenu"?: (...args: any[]) => any;
189
- "onCell-mouse-enter"?: (...args: any[]) => any;
190
- "onCell-mouse-leave"?: (...args: any[]) => any;
191
- "onExpand-change"?: (...args: any[]) => any;
192
- "onClick-add-edit"?: (...args: any[]) => any;
193
- "onClose-add-edit"?: (...args: any[]) => any;
194
- "onView-add-edit"?: (...args: any[]) => any;
195
- "onDelete-rows"?: (...args: any[]) => any;
196
- "onDelete-row"?: (...args: any[]) => any;
197
- "onSubmit-form"?: (...args: any[]) => any;
179
+ onExpandChange?: (...args: any[]) => any;
180
+ onConfirmSearch?: (...args: any[]) => any;
181
+ onClearSearch?: (...args: any[]) => any;
182
+ onDeleteRows?: (...args: any[]) => any;
183
+ onDeleteRow?: (...args: any[]) => any;
184
+ onChangePagination?: (...args: any[]) => any;
185
+ onSelectionChange?: (...args: any[]) => any;
186
+ onRowClick?: (...args: any[]) => any;
187
+ onRowContextMenu?: (...args: any[]) => any;
188
+ onRowDblClick?: (...args: any[]) => any;
189
+ onCellClick?: (...args: any[]) => any;
190
+ onCellDblClick?: (...args: any[]) => any;
191
+ onCellContextMenu?: (...args: any[]) => any;
192
+ onCellMouseEnter?: (...args: any[]) => any;
193
+ onCellMouseLeave?: (...args: any[]) => any;
194
+ onClickAddEdit?: (...args: any[]) => any;
195
+ onCloseAddEdit?: (...args: any[]) => any;
196
+ onViewAddEdit?: (...args: any[]) => any;
197
+ onSubmitForm?: (...args: any[]) => any;
198
198
  }>, {
199
- options: Record<string, any>;
200
199
  data: unknown[];
201
- className: string;
202
200
  style: import("vue").CSSProperties;
201
+ className: string;
202
+ options: Record<string, any>;
203
203
  loading: boolean;
204
204
  page: Record<string, any>;
205
- rowStyle: Function;
205
+ cellClassName: Function;
206
206
  rowClassName: Function;
207
+ rowStyle: Function;
207
208
  cellStyle: Function;
208
- cellClassName: Function;
209
- headerRowStyle: Function;
210
209
  headerRowClassName: Function;
211
- headerCellStyle: Function;
210
+ headerRowStyle: Function;
212
211
  headerCellClassName: Function;
212
+ headerCellStyle: Function;
213
213
  spanMethod: Function;
214
214
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>> & Record<string, any>;
215
215
  export default NextCrudTable;
@@ -3,7 +3,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
3
3
  type: ObjectConstructor;
4
4
  default: () => void;
5
5
  };
6
- }>, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "change"[], "change", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
6
+ }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "change"[], "change", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
7
7
  page: {
8
8
  type: ObjectConstructor;
9
9
  default: () => void;
@@ -16,7 +16,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
16
16
  default: boolean;
17
17
  description: string;
18
18
  };
19
- }>, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("confirmSearch" | "clearSearch" | "zoomResize")[], "confirmSearch" | "clearSearch" | "zoomResize", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
19
+ }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("confirmSearch" | "clearSearch" | "zoomResize")[], "confirmSearch" | "clearSearch" | "zoomResize", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
20
20
  columns: {
21
21
  type: ArrayConstructor;
22
22
  default: () => any[];
@@ -39,8 +39,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
39
39
  onClearSearch?: (...args: any[]) => any;
40
40
  onZoomResize?: (...args: any[]) => any;
41
41
  }>, {
42
- columns: unknown[];
43
42
  options: Record<string, any>;
43
+ columns: unknown[];
44
44
  searchParams: Record<string, any>;
45
45
  standalone: boolean;
46
46
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
@@ -63,7 +63,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
63
63
  type: FunctionConstructor;
64
64
  default: any;
65
65
  };
66
- }>, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("confirm-search" | "clear-search" | "change-pagination" | "selection-change" | "row-click" | "row-contextmenu" | "row-dblclick" | "cell-click" | "cell-dblclick" | "cell-contextmenu" | "cell-mouse-enter" | "cell-mouse-leave" | "expand-change" | "click-add-edit" | "close-add-edit" | "view-add-edit" | "delete-rows" | "delete-row" | "submit-form")[], "confirm-search" | "clear-search" | "change-pagination" | "selection-change" | "row-click" | "row-contextmenu" | "row-dblclick" | "cell-click" | "cell-dblclick" | "cell-contextmenu" | "cell-mouse-enter" | "cell-mouse-leave" | "expand-change" | "click-add-edit" | "close-add-edit" | "view-add-edit" | "delete-rows" | "delete-row" | "submit-form", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
66
+ }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("expandChange" | "confirmSearch" | "clearSearch" | "deleteRows" | "deleteRow" | "changePagination" | "selectionChange" | "rowClick" | "rowContextMenu" | "rowDblClick" | "cellClick" | "cellDblClick" | "cellContextMenu" | "cellMouseEnter" | "cellMouseLeave" | "clickAddEdit" | "closeAddEdit" | "viewAddEdit" | "submitForm")[], "expandChange" | "confirmSearch" | "clearSearch" | "deleteRows" | "deleteRow" | "changePagination" | "selectionChange" | "rowClick" | "rowContextMenu" | "rowDblClick" | "cellClick" | "cellDblClick" | "cellContextMenu" | "cellMouseEnter" | "cellMouseLeave" | "clickAddEdit" | "closeAddEdit" | "viewAddEdit" | "submitForm", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
67
67
  className: {
68
68
  type: StringConstructor;
69
69
  default: string;
@@ -129,40 +129,40 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
129
129
  default: any;
130
130
  };
131
131
  }>> & Readonly<{
132
- "onConfirm-search"?: (...args: any[]) => any;
133
- "onClear-search"?: (...args: any[]) => any;
134
- "onChange-pagination"?: (...args: any[]) => any;
135
- "onSelection-change"?: (...args: any[]) => any;
136
- "onRow-click"?: (...args: any[]) => any;
137
- "onRow-contextmenu"?: (...args: any[]) => any;
138
- "onRow-dblclick"?: (...args: any[]) => any;
139
- "onCell-click"?: (...args: any[]) => any;
140
- "onCell-dblclick"?: (...args: any[]) => any;
141
- "onCell-contextmenu"?: (...args: any[]) => any;
142
- "onCell-mouse-enter"?: (...args: any[]) => any;
143
- "onCell-mouse-leave"?: (...args: any[]) => any;
144
- "onExpand-change"?: (...args: any[]) => any;
145
- "onClick-add-edit"?: (...args: any[]) => any;
146
- "onClose-add-edit"?: (...args: any[]) => any;
147
- "onView-add-edit"?: (...args: any[]) => any;
148
- "onDelete-rows"?: (...args: any[]) => any;
149
- "onDelete-row"?: (...args: any[]) => any;
150
- "onSubmit-form"?: (...args: any[]) => any;
132
+ onExpandChange?: (...args: any[]) => any;
133
+ onConfirmSearch?: (...args: any[]) => any;
134
+ onClearSearch?: (...args: any[]) => any;
135
+ onDeleteRows?: (...args: any[]) => any;
136
+ onDeleteRow?: (...args: any[]) => any;
137
+ onChangePagination?: (...args: any[]) => any;
138
+ onSelectionChange?: (...args: any[]) => any;
139
+ onRowClick?: (...args: any[]) => any;
140
+ onRowContextMenu?: (...args: any[]) => any;
141
+ onRowDblClick?: (...args: any[]) => any;
142
+ onCellClick?: (...args: any[]) => any;
143
+ onCellDblClick?: (...args: any[]) => any;
144
+ onCellContextMenu?: (...args: any[]) => any;
145
+ onCellMouseEnter?: (...args: any[]) => any;
146
+ onCellMouseLeave?: (...args: any[]) => any;
147
+ onClickAddEdit?: (...args: any[]) => any;
148
+ onCloseAddEdit?: (...args: any[]) => any;
149
+ onViewAddEdit?: (...args: any[]) => any;
150
+ onSubmitForm?: (...args: any[]) => any;
151
151
  }>, {
152
- className: string;
152
+ data: unknown[];
153
153
  style: import("vue").CSSProperties;
154
+ className: string;
154
155
  options: Record<string, any>;
155
156
  loading: boolean;
156
- data: unknown[];
157
157
  page: Record<string, any>;
158
- rowStyle: Function;
158
+ cellClassName: Function;
159
159
  rowClassName: Function;
160
+ rowStyle: Function;
160
161
  cellStyle: Function;
161
- cellClassName: Function;
162
- headerRowStyle: Function;
163
162
  headerRowClassName: Function;
164
- headerCellStyle: Function;
163
+ headerRowStyle: Function;
165
164
  headerCellClassName: Function;
165
+ headerCellStyle: Function;
166
166
  spanMethod: Function;
167
167
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
168
168
  export default _default;
@@ -11,7 +11,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
11
11
  type: ArrayConstructor;
12
12
  default: () => any[];
13
13
  };
14
- }>, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("close" | "submit")[], "close" | "submit", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
14
+ }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("close" | "submit")[], "close" | "submit", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
15
15
  formDatum: {
16
16
  type: ObjectConstructor;
17
17
  default: () => {};
@@ -28,8 +28,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
28
28
  onClose?: (...args: any[]) => any;
29
29
  onSubmit?: (...args: any[]) => any;
30
30
  }>, {
31
+ columns: unknown[];
31
32
  formDatum: Record<string, any>;
32
33
  isEditing: boolean;
33
- columns: unknown[];
34
34
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
35
35
  export default _default;
@@ -11,7 +11,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
11
11
  type: ObjectConstructor;
12
12
  default: () => void;
13
13
  };
14
- }>, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
14
+ }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
15
15
  searchSpan: {
16
16
  type: NumberConstructor;
17
17
  default: number;
@@ -25,8 +25,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
25
25
  default: () => void;
26
26
  };
27
27
  }>> & Readonly<{}>, {
28
- searchSpan: number;
29
28
  columns: unknown[];
29
+ searchSpan: number;
30
30
  formParams: Record<string, any>;
31
31
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
32
32
  export default _default;
@@ -3,7 +3,7 @@ declare const TableColumnDynamic: import("vue").DefineComponent<import("vue").Ex
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
  columnOption: {
8
8
  type: ObjectConstructor;
9
9
  default: () => {};
@@ -1,4 +1,4 @@
1
- declare const _default: import("vue").DefineComponent<{}, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("editRow" | "viewRow" | "deleteRow")[], "editRow" | "viewRow" | "deleteRow", import("vue").PublicProps, Readonly<{}> & Readonly<{
1
+ declare const _default: import("vue").DefineComponent<{}, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("editRow" | "viewRow" | "deleteRow")[], "editRow" | "viewRow" | "deleteRow", import("vue").PublicProps, Readonly<{}> & Readonly<{
2
2
  onEditRow?: (...args: any[]) => any;
3
3
  onViewRow?: (...args: any[]) => any;
4
4
  onDeleteRow?: (...args: any[]) => any;
@@ -1,3 +1,3 @@
1
1
  import './src/index.scss';
2
- export declare const NextCrudTableSelect: import("../../utils/install").SFCWithInstall<import("vue").DefineComponent<{}, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>> & Record<string, any>;
2
+ export declare const NextCrudTableSelect: import("../../utils/install").SFCWithInstall<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>> & Record<string, any>;
3
3
  export default NextCrudTableSelect;
@@ -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;
@@ -28,7 +28,7 @@ export declare const NextCrudTableVirtualized: import("../../utils/install").SFC
28
28
  total: number;
29
29
  };
30
30
  };
31
- }>, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
31
+ }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
32
32
  className: {
33
33
  type: StringConstructor;
34
34
  default: string;
@@ -58,11 +58,11 @@ export declare const NextCrudTableVirtualized: import("../../utils/install").SFC
58
58
  };
59
59
  };
60
60
  }>> & Readonly<{}>, {
61
- className: string;
61
+ data: unknown[];
62
62
  style: import("vue").CSSProperties;
63
+ className: string;
63
64
  options: Record<string, any>;
64
65
  loading: boolean;
65
- data: unknown[];
66
66
  page: Record<string, any>;
67
67
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>> & Record<string, any>;
68
68
  export default NextCrudTableVirtualized;
@@ -27,7 +27,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
27
27
  total: number;
28
28
  };
29
29
  };
30
- }>, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, any[], any, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
30
+ }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, any[], any, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
31
31
  className: {
32
32
  type: StringConstructor;
33
33
  default: string;
@@ -27,7 +27,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
27
27
  total: number;
28
28
  };
29
29
  };
30
- }>, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
30
+ }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
31
31
  className: {
32
32
  type: StringConstructor;
33
33
  default: string;
@@ -57,11 +57,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
57
57
  };
58
58
  };
59
59
  }>> & Readonly<{}>, {
60
- className: string;
60
+ data: unknown[];
61
61
  style: import("vue").CSSProperties;
62
+ className: string;
62
63
  options: Record<string, any>;
63
64
  loading: boolean;
64
- data: unknown[];
65
65
  page: Record<string, any>;
66
66
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
67
67
  export default _default;
@@ -29,7 +29,7 @@ export declare const NextDialog: import("../../utils/install").SFCWithInstall<im
29
29
  default: boolean;
30
30
  };
31
31
  width: {
32
- type: (StringConstructor | NumberConstructor)[];
32
+ type: (NumberConstructor | StringConstructor)[];
33
33
  default: string;
34
34
  };
35
35
  closeOnClickModal: {
@@ -72,7 +72,7 @@ export declare const NextDialog: import("../../utils/install").SFCWithInstall<im
72
72
  type: BooleanConstructor;
73
73
  default: boolean;
74
74
  };
75
- }>, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "close"[], "close", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
75
+ }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "close"[], "close", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
76
76
  className: {
77
77
  type: StringConstructor;
78
78
  default: string;
@@ -102,7 +102,7 @@ export declare const NextDialog: import("../../utils/install").SFCWithInstall<im
102
102
  default: boolean;
103
103
  };
104
104
  width: {
105
- type: (StringConstructor | NumberConstructor)[];
105
+ type: (NumberConstructor | StringConstructor)[];
106
106
  default: string;
107
107
  };
108
108
  closeOnClickModal: {
@@ -148,23 +148,23 @@ export declare const NextDialog: import("../../utils/install").SFCWithInstall<im
148
148
  }>> & Readonly<{
149
149
  onClose?: (...args: any[]) => any;
150
150
  }>, {
151
- className: string;
151
+ showClose: boolean;
152
152
  style: import("vue").CSSProperties;
153
- modalClass: string;
154
- modelValue: boolean;
155
153
  title: string;
156
- fullscreen: boolean;
157
- fullscreenBtn: boolean;
154
+ top: string;
155
+ className: string;
158
156
  width: string | number;
159
- closeOnClickModal: boolean;
160
- showClose: boolean;
157
+ modelValue: boolean;
161
158
  appendToBody: boolean;
159
+ destroyOnClose: boolean;
160
+ closeOnClickModal: boolean;
161
+ modal: boolean;
162
+ modalClass: string;
162
163
  draggable: boolean;
163
164
  overflow: boolean;
165
+ fullscreen: boolean;
166
+ fullscreenBtn: boolean;
164
167
  zoomSize: boolean;
165
- destroyOnClose: boolean;
166
- modal: boolean;
167
- top: string;
168
168
  nofill: boolean;
169
169
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>> & Record<string, any>;
170
170
  export default NextDialog;
@@ -29,7 +29,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
29
29
  default: boolean;
30
30
  };
31
31
  width: {
32
- type: (StringConstructor | NumberConstructor)[];
32
+ type: (NumberConstructor | StringConstructor)[];
33
33
  default: string;
34
34
  };
35
35
  closeOnClickModal: {
@@ -72,7 +72,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
72
72
  type: BooleanConstructor;
73
73
  default: boolean;
74
74
  };
75
- }>, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "close"[], "close", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
75
+ }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "close"[], "close", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
76
76
  className: {
77
77
  type: StringConstructor;
78
78
  default: string;
@@ -102,7 +102,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
102
102
  default: boolean;
103
103
  };
104
104
  width: {
105
- type: (StringConstructor | NumberConstructor)[];
105
+ type: (NumberConstructor | StringConstructor)[];
106
106
  default: string;
107
107
  };
108
108
  closeOnClickModal: {
@@ -148,23 +148,23 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
148
148
  }>> & Readonly<{
149
149
  onClose?: (...args: any[]) => any;
150
150
  }>, {
151
- className: string;
151
+ showClose: boolean;
152
152
  style: CSSProperties;
153
- modalClass: string;
154
- modelValue: boolean;
155
153
  title: string;
156
- fullscreen: boolean;
157
- fullscreenBtn: boolean;
154
+ top: string;
155
+ className: string;
158
156
  width: string | number;
159
- closeOnClickModal: boolean;
160
- showClose: boolean;
157
+ modelValue: boolean;
161
158
  appendToBody: boolean;
159
+ destroyOnClose: boolean;
160
+ closeOnClickModal: boolean;
161
+ modal: boolean;
162
+ modalClass: string;
162
163
  draggable: boolean;
163
164
  overflow: boolean;
165
+ fullscreen: boolean;
166
+ fullscreenBtn: boolean;
164
167
  zoomSize: boolean;
165
- destroyOnClose: boolean;
166
- modal: boolean;
167
- top: string;
168
168
  nofill: boolean;
169
169
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
170
170
  export default _default;
@@ -1,3 +1,3 @@
1
1
  import './src/index.scss';
2
- export declare const NextDragResize: import("../../utils/install").SFCWithInstall<import("vue").DefineComponent<{}, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>> & Record<string, any>;
2
+ export declare const NextDragResize: import("../../utils/install").SFCWithInstall<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>> & Record<string, any>;
3
3
  export default NextDragResize;
@@ -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;