@visactor/vtable-plugins 1.22.6 → 1.22.7-alpha.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/auto-fill/index.js +1 -2
- package/cjs/contextmenu/index.js +2 -1
- package/cjs/contextmenu/types.js +1 -1
- package/cjs/filter/value-filter.js +1 -2
- package/cjs/master-detail-plugin/config.js +2 -1
- package/cjs/table-export/index.js +1 -1
- package/es/auto-fill/index.js +1 -2
- package/es/contextmenu/index.js +2 -1
- package/es/contextmenu/types.js +1 -1
- package/es/filter/value-filter.js +1 -2
- package/es/master-detail-plugin/config.js +2 -1
- package/es/table-export/index.js +1 -1
- package/package.json +9 -9
package/cjs/auto-fill/index.js
CHANGED
package/cjs/contextmenu/index.js
CHANGED
|
@@ -18,4 +18,5 @@ var __createBinding = this && this.__createBinding || (Object.create ? function(
|
|
|
18
18
|
Object.defineProperty(exports, "__esModule", {
|
|
19
19
|
value: !0
|
|
20
20
|
}), __exportStar(require("./menu-manager"), exports), __exportStar(require("./styles"), exports),
|
|
21
|
-
__exportStar(require("./types"), exports);
|
|
21
|
+
__exportStar(require("./types"), exports);
|
|
22
|
+
//# sourceMappingURL=index.js.map
|
package/cjs/contextmenu/types.js
CHANGED
|
@@ -120,4 +120,4 @@ exports.DEFAULT_HEADER_MENU_ITEMS = [ DEFAULT_MENU_ITEMS[MenuKey.COPY], DEFAULT_
|
|
|
120
120
|
exports.DEFAULT_COLUMN_SERIES_MENU_ITEMS = [ DEFAULT_MENU_ITEMS[MenuKey.COPY], DEFAULT_MENU_ITEMS[MenuKey.CUT], DEFAULT_MENU_ITEMS[MenuKey.PASTE], "---", DEFAULT_MENU_ITEMS[MenuKey.INSERT_COLUMN_LEFT], DEFAULT_MENU_ITEMS[MenuKey.INSERT_COLUMN_RIGHT], DEFAULT_MENU_ITEMS[MenuKey.DELETE_COLUMN] ],
|
|
121
121
|
exports.DEFAULT_ROW_SERIES_MENU_ITEMS = [ DEFAULT_MENU_ITEMS[MenuKey.COPY], DEFAULT_MENU_ITEMS[MenuKey.CUT], DEFAULT_MENU_ITEMS[MenuKey.PASTE], "---", DEFAULT_MENU_ITEMS[MenuKey.INSERT_ROW_ABOVE], DEFAULT_MENU_ITEMS[MenuKey.INSERT_ROW_BELOW], DEFAULT_MENU_ITEMS[MenuKey.DELETE_ROW] ],
|
|
122
122
|
exports.DEFAULT_CORNER_SERIES_MENU_ITEMS = [ DEFAULT_MENU_ITEMS[MenuKey.COPY], DEFAULT_MENU_ITEMS[MenuKey.CUT], DEFAULT_MENU_ITEMS[MenuKey.PASTE] ];
|
|
123
|
-
//# sourceMappingURL=types.js.map
|
|
123
|
+
//# sourceMappingURL=types.js.map
|
package/es/auto-fill/index.js
CHANGED
|
@@ -23,5 +23,4 @@ export class AutoFillPlugin {
|
|
|
23
23
|
this.autoFillManager.handleEndDrag(null === (_b = this.table) || void 0 === _b ? void 0 : _b.getSelectedCellRanges()[0], direction);
|
|
24
24
|
} else args[1] === TABLE_EVENT_TYPE.DBLCLICK_FILL_HANDLE && this.autoFillManager.handleDbClick();
|
|
25
25
|
}
|
|
26
|
-
}
|
|
27
|
-
//# sourceMappingURL=index.js.map
|
|
26
|
+
}
|
package/es/contextmenu/index.js
CHANGED
package/es/contextmenu/types.js
CHANGED
|
@@ -119,4 +119,4 @@ export const DEFAULT_COLUMN_SERIES_MENU_ITEMS = [ DEFAULT_MENU_ITEMS[MenuKey.COP
|
|
|
119
119
|
export const DEFAULT_ROW_SERIES_MENU_ITEMS = [ DEFAULT_MENU_ITEMS[MenuKey.COPY], DEFAULT_MENU_ITEMS[MenuKey.CUT], DEFAULT_MENU_ITEMS[MenuKey.PASTE], "---", DEFAULT_MENU_ITEMS[MenuKey.INSERT_ROW_ABOVE], DEFAULT_MENU_ITEMS[MenuKey.INSERT_ROW_BELOW], DEFAULT_MENU_ITEMS[MenuKey.DELETE_ROW] ];
|
|
120
120
|
|
|
121
121
|
export const DEFAULT_CORNER_SERIES_MENU_ITEMS = [ DEFAULT_MENU_ITEMS[MenuKey.COPY], DEFAULT_MENU_ITEMS[MenuKey.CUT], DEFAULT_MENU_ITEMS[MenuKey.PASTE] ];
|
|
122
|
-
//# sourceMappingURL=types.js.map
|
|
122
|
+
//# sourceMappingURL=types.js.map
|
package/es/table-export/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@visactor/vtable-plugins",
|
|
3
|
-
"version": "1.22.
|
|
3
|
+
"version": "1.22.7-alpha.0",
|
|
4
4
|
"description": "The search util of VTable",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "VisActor",
|
|
@@ -42,8 +42,8 @@
|
|
|
42
42
|
"@types/file-saver": "2.0.7"
|
|
43
43
|
},
|
|
44
44
|
"peerDependencies": {
|
|
45
|
-
"@visactor/vtable": "1.22.
|
|
46
|
-
"@visactor/vtable-gantt": "1.22.
|
|
45
|
+
"@visactor/vtable": "1.22.7-alpha.0",
|
|
46
|
+
"@visactor/vtable-gantt": "1.22.7-alpha.0"
|
|
47
47
|
},
|
|
48
48
|
"peerDependenciesMeta": {
|
|
49
49
|
"@visactor/vtable-gantt": {
|
|
@@ -53,7 +53,10 @@
|
|
|
53
53
|
"devDependencies": {
|
|
54
54
|
"cross-env": "^7.0.3",
|
|
55
55
|
"increase-memory-limit": "^1.0.7",
|
|
56
|
-
"@visactor/
|
|
56
|
+
"@visactor/vtable": "1.22.7-alpha.0",
|
|
57
|
+
"@visactor/vtable-editors": "1.22.7-alpha.0",
|
|
58
|
+
"@visactor/vtable-gantt": "1.22.7-alpha.0",
|
|
59
|
+
"@visactor/vchart": "2.0.11-alpha.2",
|
|
57
60
|
"@rushstack/eslint-patch": "~1.1.4",
|
|
58
61
|
"react": "^18.0.0",
|
|
59
62
|
"react-dom": "^18.0.0",
|
|
@@ -95,12 +98,9 @@
|
|
|
95
98
|
"@types/react-is": "^17.0.3",
|
|
96
99
|
"rollup-plugin-node-resolve": "5.2.0",
|
|
97
100
|
"@types/lodash": "4.14.182",
|
|
98
|
-
"@visactor/vtable": "1.22.6",
|
|
99
|
-
"@visactor/vtable-editors": "1.22.6",
|
|
100
|
-
"@internal/eslint-config": "0.0.1",
|
|
101
|
-
"@internal/ts-config": "0.0.1",
|
|
102
101
|
"@internal/bundler": "0.0.1",
|
|
103
|
-
"@
|
|
102
|
+
"@internal/ts-config": "0.0.1",
|
|
103
|
+
"@internal/eslint-config": "0.0.1"
|
|
104
104
|
},
|
|
105
105
|
"scripts": {
|
|
106
106
|
"demo": "vite ./demo",
|