Skip to content

Commit 473ed6e

Browse files
committed
break changes
CANCLE_LEFT_FIXED_COLUMN_TO -> CANCEL_LEFT_FIXED_COLUMN_TO
1 parent 62025e2 commit 473ed6e

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

examples/src/demo/spreadsheet.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ export default {
138138
type: "LEFT_FIXED_COLUMN_TO",
139139
},
140140
{
141-
type: "CANCLE_LEFT_FIXED_COLUMN_TO",
141+
type: "CANCEL_LEFT_FIXED_COLUMN_TO",
142142
},
143143
{
144144
type: "RIGHT_FIXED_COLUMN_TO",

examples/src/docs/en/ve-table/contextmenu/base.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Right click the table area to view the effect
7979
type: "LEFT_FIXED_COLUMN_TO",
8080
},
8181
{
82-
type: "CANCLE_LEFT_FIXED_COLUMN_TO",
82+
type: "CANCEL_LEFT_FIXED_COLUMN_TO",
8383
},
8484
{
8585
type: "RIGHT_FIXED_COLUMN_TO",

examples/src/docs/en/ve-table/contextmenu/custom.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
type: "LEFT_FIXED_COLUMN_TO",
7676
},
7777
{
78-
type: "CANCLE_LEFT_FIXED_COLUMN_TO",
78+
type: "CANCEL_LEFT_FIXED_COLUMN_TO",
7979
},
8080
{
8181
type: "RIGHT_FIXED_COLUMN_TO",

examples/src/docs/zh/ve-table/contextmenu/base.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
type: "LEFT_FIXED_COLUMN_TO",
8080
},
8181
{
82-
type: "CANCLE_LEFT_FIXED_COLUMN_TO",
82+
type: "CANCEL_LEFT_FIXED_COLUMN_TO",
8383
},
8484
{
8585
type: "RIGHT_FIXED_COLUMN_TO",

examples/src/docs/zh/ve-table/contextmenu/custom.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
type: "LEFT_FIXED_COLUMN_TO",
7676
},
7777
{
78-
type: "CANCLE_LEFT_FIXED_COLUMN_TO",
78+
type: "CANCEL_LEFT_FIXED_COLUMN_TO",
7979
},
8080
{
8181
type: "RIGHT_FIXED_COLUMN_TO",

packages/ve-table/src/util/constant.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ export const CONTEXTMENU_NODE_TYPES = {
261261
// left fixed column to
262262
LEFT_FIXED_COLUMN_TO: "LEFT_FIXED_COLUMN_TO",
263263
// cancel left fixed column to
264-
CANCEL_LEFT_FIXED_COLUMN_TO: "CANCLE_LEFT_FIXED_COLUMN_TO",
264+
CANCEL_LEFT_FIXED_COLUMN_TO: "CANCEL_LEFT_FIXED_COLUMN_TO",
265265
// right fixed column to
266266
RIGHT_FIXED_COLUMN_TO: "RIGHT_FIXED_COLUMN_TO",
267267
// cancel right fixed column to

tests/unit/specs/ve-table-contextmenu.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ describe("veTable contextmenu", () => {
104104
type: "LEFT_FIXED_COLUMN_TO",
105105
},
106106
{
107-
type: "CANCLE_LEFT_FIXED_COLUMN_TO",
107+
type: "CANCEL_LEFT_FIXED_COLUMN_TO",
108108
},
109109
{
110110
type: "RIGHT_FIXED_COLUMN_TO",

0 commit comments

Comments
 (0)