@visactor/vue-vtable 1.18.7 → 1.19.0
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.
- package/cjs/index.d.ts +1 -1
- package/cjs/index.js +1 -1
- package/cjs/tables/base-table.vue.d.ts +110 -165
- package/cjs/tables/base-table.vue.js +55 -55
- package/dist/vue-vtable.js +56 -56
- package/dist/vue-vtable.min.js +1 -1
- package/es/index.d.ts +1 -1
- package/es/index.js +1 -1
- package/es/tables/base-table.vue.d.ts +110 -165
- package/es/tables/base-table.vue.js +55 -55
- package/package.json +5 -5
|
@@ -15,61 +15,61 @@ var _sfc_main = defineComponent({
|
|
|
15
15
|
onReady: { type: Function, required: false },
|
|
16
16
|
onError: { type: Function, required: false },
|
|
17
17
|
keepColumnWidthChange: { type: Boolean, required: false },
|
|
18
|
-
onClickCell: { type:
|
|
19
|
-
onDblClickCell: { type:
|
|
20
|
-
onMouseDownCell: { type:
|
|
21
|
-
onMouseUpCell: { type:
|
|
22
|
-
onSelectedCell: { type:
|
|
23
|
-
onKeyDown: { type:
|
|
24
|
-
onMouseEnterTable: { type:
|
|
25
|
-
onMouseLeaveTable: { type:
|
|
26
|
-
onMouseDownTable: { type:
|
|
27
|
-
onMouseMoveCell: { type:
|
|
28
|
-
onMouseEnterCell: { type:
|
|
29
|
-
onMouseLeaveCell: { type:
|
|
30
|
-
onContextMenuCell: { type:
|
|
31
|
-
onResizeColumn: { type:
|
|
32
|
-
onResizeColumnEnd: { type:
|
|
33
|
-
onChangeHeaderPosition: { type:
|
|
34
|
-
onChangeHeaderPositionStart: { type:
|
|
35
|
-
onChangeHeaderPositionFail: { type:
|
|
36
|
-
onSortClick: { type:
|
|
37
|
-
onFreezeClick: { type:
|
|
38
|
-
onScroll: { type:
|
|
39
|
-
onDropdownMenuClick: { type:
|
|
40
|
-
onMouseOverChartSymbol: { type:
|
|
41
|
-
onDragSelectEnd: { type:
|
|
42
|
-
onDropdownIconClick: { type:
|
|
43
|
-
onDropdownMenuClear: { type:
|
|
44
|
-
onTreeHierarchyStateChange: { type:
|
|
45
|
-
onShowMenu: { type:
|
|
46
|
-
onHideMenu: { type:
|
|
47
|
-
onIconClick: { type:
|
|
48
|
-
onLegendItemClick: { type:
|
|
49
|
-
onLegendItemHover: { type:
|
|
50
|
-
onLegendItemUnHover: { type:
|
|
51
|
-
onLegendChange: { type:
|
|
52
|
-
onMouseEnterAxis: { type:
|
|
53
|
-
onMouseLeaveAxis: { type:
|
|
54
|
-
onCheckboxStateChange: { type:
|
|
55
|
-
onRadioStateChange: { type:
|
|
56
|
-
onAfterRender: { type:
|
|
57
|
-
onInitialized: { type:
|
|
58
|
-
onPivotSortClick: { type:
|
|
59
|
-
onDrillMenuClick: { type:
|
|
60
|
-
onVChartEventType: { type:
|
|
61
|
-
onChangeCellValue: { type:
|
|
62
|
-
onMousedownFillHandle: { type:
|
|
63
|
-
onDragFillHandleEnd: { type:
|
|
64
|
-
onDblclickFillHandle: { type:
|
|
65
|
-
onScrollVerticalEnd: { type:
|
|
66
|
-
onScrollHorizontalEnd: { type:
|
|
67
|
-
onChangCellValue: { type:
|
|
68
|
-
onEmptyTipClick: { type:
|
|
69
|
-
onEmptyTipDblClick: { type:
|
|
70
|
-
onButtonClick: { type:
|
|
71
|
-
onBeforeCacheChartImage: { type:
|
|
72
|
-
onPastedData: { type:
|
|
18
|
+
onClickCell: { type: Function, required: false },
|
|
19
|
+
onDblClickCell: { type: Function, required: false },
|
|
20
|
+
onMouseDownCell: { type: Function, required: false },
|
|
21
|
+
onMouseUpCell: { type: Function, required: false },
|
|
22
|
+
onSelectedCell: { type: Function, required: false },
|
|
23
|
+
onKeyDown: { type: Function, required: false },
|
|
24
|
+
onMouseEnterTable: { type: Function, required: false },
|
|
25
|
+
onMouseLeaveTable: { type: Function, required: false },
|
|
26
|
+
onMouseDownTable: { type: Function, required: false },
|
|
27
|
+
onMouseMoveCell: { type: Function, required: false },
|
|
28
|
+
onMouseEnterCell: { type: Function, required: false },
|
|
29
|
+
onMouseLeaveCell: { type: Function, required: false },
|
|
30
|
+
onContextMenuCell: { type: Function, required: false },
|
|
31
|
+
onResizeColumn: { type: Function, required: false },
|
|
32
|
+
onResizeColumnEnd: { type: Function, required: false },
|
|
33
|
+
onChangeHeaderPosition: { type: Function, required: false },
|
|
34
|
+
onChangeHeaderPositionStart: { type: Function, required: false },
|
|
35
|
+
onChangeHeaderPositionFail: { type: Function, required: false },
|
|
36
|
+
onSortClick: { type: Function, required: false },
|
|
37
|
+
onFreezeClick: { type: Function, required: false },
|
|
38
|
+
onScroll: { type: Function, required: false },
|
|
39
|
+
onDropdownMenuClick: { type: Function, required: false },
|
|
40
|
+
onMouseOverChartSymbol: { type: Function, required: false },
|
|
41
|
+
onDragSelectEnd: { type: Function, required: false },
|
|
42
|
+
onDropdownIconClick: { type: Function, required: false },
|
|
43
|
+
onDropdownMenuClear: { type: Function, required: false },
|
|
44
|
+
onTreeHierarchyStateChange: { type: Function, required: false },
|
|
45
|
+
onShowMenu: { type: Function, required: false },
|
|
46
|
+
onHideMenu: { type: Function, required: false },
|
|
47
|
+
onIconClick: { type: Function, required: false },
|
|
48
|
+
onLegendItemClick: { type: Function, required: false },
|
|
49
|
+
onLegendItemHover: { type: Function, required: false },
|
|
50
|
+
onLegendItemUnHover: { type: Function, required: false },
|
|
51
|
+
onLegendChange: { type: Function, required: false },
|
|
52
|
+
onMouseEnterAxis: { type: Function, required: false },
|
|
53
|
+
onMouseLeaveAxis: { type: Function, required: false },
|
|
54
|
+
onCheckboxStateChange: { type: Function, required: false },
|
|
55
|
+
onRadioStateChange: { type: Function, required: false },
|
|
56
|
+
onAfterRender: { type: Function, required: false },
|
|
57
|
+
onInitialized: { type: Function, required: false },
|
|
58
|
+
onPivotSortClick: { type: Function, required: false },
|
|
59
|
+
onDrillMenuClick: { type: Function, required: false },
|
|
60
|
+
onVChartEventType: { type: Function, required: false },
|
|
61
|
+
onChangeCellValue: { type: Function, required: false },
|
|
62
|
+
onMousedownFillHandle: { type: Function, required: false },
|
|
63
|
+
onDragFillHandleEnd: { type: Function, required: false },
|
|
64
|
+
onDblclickFillHandle: { type: Function, required: false },
|
|
65
|
+
onScrollVerticalEnd: { type: Function, required: false },
|
|
66
|
+
onScrollHorizontalEnd: { type: Function, required: false },
|
|
67
|
+
onChangCellValue: { type: Function, required: false },
|
|
68
|
+
onEmptyTipClick: { type: Function, required: false },
|
|
69
|
+
onEmptyTipDblClick: { type: Function, required: false },
|
|
70
|
+
onButtonClick: { type: Function, required: false },
|
|
71
|
+
onBeforeCacheChartImage: { type: Function, required: false },
|
|
72
|
+
onPastedData: { type: Function, required: false }
|
|
73
73
|
},
|
|
74
74
|
emits: TABLE_EVENTS_KEYS,
|
|
75
75
|
setup(__props, { expose: __expose, emit: __emit }) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@visactor/vue-vtable",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.19.0",
|
|
4
4
|
"description": "The vue version of VTable",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"vue",
|
|
@@ -51,12 +51,12 @@
|
|
|
51
51
|
},
|
|
52
52
|
"dependencies": {
|
|
53
53
|
"@visactor/vutils": "~0.19.1",
|
|
54
|
-
"@visactor/vtable": "1.
|
|
54
|
+
"@visactor/vtable": "1.19.0"
|
|
55
55
|
},
|
|
56
56
|
"devDependencies": {
|
|
57
57
|
"@arco-design/web-vue": "^2.11.0",
|
|
58
58
|
"cross-env": "^7.0.3",
|
|
59
|
-
"@visactor/vchart": "
|
|
59
|
+
"@visactor/vchart": "2.0.0-alpha.1",
|
|
60
60
|
"@rushstack/eslint-patch": "~1.1.4",
|
|
61
61
|
"vue": "^3.4.14",
|
|
62
62
|
"@vitejs/plugin-vue": "^5.0.3",
|
|
@@ -94,9 +94,9 @@
|
|
|
94
94
|
"axios": "^1.4.0",
|
|
95
95
|
"eslint-plugin-vue": "^9.26.0",
|
|
96
96
|
"vue-eslint-parser": "^9.4.2",
|
|
97
|
-
"@internal/
|
|
97
|
+
"@internal/eslint-config": "0.0.1",
|
|
98
98
|
"@internal/ts-config": "0.0.1",
|
|
99
|
-
"@internal/
|
|
99
|
+
"@internal/bundler": "0.0.1"
|
|
100
100
|
},
|
|
101
101
|
"scripts": {
|
|
102
102
|
"start": "vite ./demo",
|