@visactor/vtable-plugins 1.22.12-alpha.2 → 1.22.12-alpha.3
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/filter/filter-toolbar.js +1 -1
- package/cjs/filter/filter.js +1 -1
- package/cjs/filter/index.js +1 -2
- package/cjs/filter/styles.js +1 -1
- package/cjs/filter/types.js +1 -1
- package/cjs/filter/value-filter.js +1 -1
- package/cjs/master-detail-plugin/index.js +1 -1
- package/cjs/master-detail-plugin/subtable.js +1 -1
- package/cjs/master-detail-plugin/table-api-extensions.js +2 -1
- package/cjs/master-detail-plugin/types.js +1 -1
- package/cjs/master-detail-plugin/utils.js +1 -1
- package/cjs/table-export/index.js +1 -1
- package/es/filter/filter-toolbar.js +1 -1
- package/es/filter/filter.js +1 -1
- package/es/filter/index.js +1 -2
- package/es/filter/styles.js +1 -1
- package/es/filter/types.js +1 -1
- package/es/filter/value-filter.js +1 -1
- package/es/master-detail-plugin/index.js +1 -1
- package/es/master-detail-plugin/subtable.js +1 -1
- package/es/master-detail-plugin/table-api-extensions.js +2 -1
- package/es/master-detail-plugin/types.js +1 -1
- package/es/master-detail-plugin/utils.js +1 -1
- package/es/table-export/index.js +1 -1
- package/package.json +9 -9
package/cjs/filter/filter.js
CHANGED
package/cjs/filter/index.js
CHANGED
|
@@ -62,5 +62,4 @@ Object.defineProperty(exports, "FilterToolbar", {
|
|
|
62
62
|
get: function() {
|
|
63
63
|
return filter_toolbar_1.FilterToolbar;
|
|
64
64
|
}
|
|
65
|
-
}), __exportStar(require("./types"), exports), __exportStar(require("./filter"), exports);
|
|
66
|
-
//# sourceMappingURL=index.js.map
|
|
65
|
+
}), __exportStar(require("./types"), exports), __exportStar(require("./filter"), exports);
|
package/cjs/filter/styles.js
CHANGED
package/cjs/filter/types.js
CHANGED
|
@@ -15,4 +15,4 @@ function(FilterOperatorCategory) {
|
|
|
15
15
|
FilterOperatorCategory.COLOR = "color", FilterOperatorCategory.CHECKBOX = "checkbox",
|
|
16
16
|
FilterOperatorCategory.RADIO = "radio";
|
|
17
17
|
}(FilterOperatorCategory = exports.FilterOperatorCategory || (exports.FilterOperatorCategory = {}));
|
|
18
|
-
//# sourceMappingURL=types.js.map
|
|
18
|
+
//# sourceMappingURL=types.js.map
|
|
@@ -17,4 +17,4 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
17
17
|
}), exports.findRecordIndexPosition = exports.includesRecordIndex = exports.recordIndexEquals = void 0,
|
|
18
18
|
exports.recordIndexEquals = recordIndexEquals, exports.includesRecordIndex = includesRecordIndex,
|
|
19
19
|
exports.findRecordIndexPosition = findRecordIndexPosition;
|
|
20
|
-
//# sourceMappingURL=types.js.map
|
|
20
|
+
//# sourceMappingURL=types.js.map
|
|
@@ -59,4 +59,4 @@ function setCellCheckboxStateByAttribute(col, row, checked, table) {
|
|
|
59
59
|
}
|
|
60
60
|
|
|
61
61
|
exports.findCheckboxColumnIndex = findCheckboxColumnIndex, exports.setCellCheckboxStateByAttribute = setCellCheckboxStateByAttribute;
|
|
62
|
-
//# sourceMappingURL=utils.js.map
|
|
62
|
+
//# sourceMappingURL=utils.js.map
|
package/es/filter/filter.js
CHANGED
package/es/filter/index.js
CHANGED
package/es/filter/styles.js
CHANGED
|
@@ -137,4 +137,4 @@ export function createElement(tag, attributes = {}, children = []) {
|
|
|
137
137
|
"string" == typeof child ? element.appendChild(document.createTextNode(child)) : element.appendChild(child);
|
|
138
138
|
})), element;
|
|
139
139
|
}
|
|
140
|
-
//# sourceMappingURL=styles.js.map
|
|
140
|
+
//# sourceMappingURL=styles.js.map
|
package/es/filter/types.js
CHANGED
|
@@ -14,4 +14,4 @@ export var FilterOperatorCategory;
|
|
|
14
14
|
FilterOperatorCategory.COLOR = "color", FilterOperatorCategory.CHECKBOX = "checkbox",
|
|
15
15
|
FilterOperatorCategory.RADIO = "radio";
|
|
16
16
|
}(FilterOperatorCategory || (FilterOperatorCategory = {}));
|
|
17
|
-
//# sourceMappingURL=types.js.map
|
|
17
|
+
//# sourceMappingURL=types.js.map
|
package/es/table-export/index.js
CHANGED
|
@@ -5,4 +5,4 @@ import { exportVTableToCsv } from "./csv";
|
|
|
5
5
|
import { downloadCsv, downloadExcel } from "./util/download";
|
|
6
6
|
|
|
7
7
|
export { exportVTableToCsv, downloadCsv, exportVTableToExcel, exportMultipleVTablesToExcel, downloadExcel };
|
|
8
|
-
//# sourceMappingURL=index.js.map
|
|
8
|
+
//# sourceMappingURL=index.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@visactor/vtable-plugins",
|
|
3
|
-
"version": "1.22.12-alpha.
|
|
3
|
+
"version": "1.22.12-alpha.3",
|
|
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-gantt": "1.22.12-alpha.
|
|
46
|
-
"@visactor/vtable": "1.22.12-alpha.
|
|
45
|
+
"@visactor/vtable-gantt": "1.22.12-alpha.3",
|
|
46
|
+
"@visactor/vtable": "1.22.12-alpha.3"
|
|
47
47
|
},
|
|
48
48
|
"peerDependenciesMeta": {
|
|
49
49
|
"@visactor/vtable-gantt": {
|
|
@@ -53,10 +53,10 @@
|
|
|
53
53
|
"devDependencies": {
|
|
54
54
|
"cross-env": "^7.0.3",
|
|
55
55
|
"increase-memory-limit": "^1.0.7",
|
|
56
|
-
"@visactor/vtable": "1.22.12-alpha.
|
|
57
|
-
"@visactor/vtable-editors": "1.22.12-alpha.
|
|
58
|
-
"@visactor/vtable-gantt": "1.22.12-alpha.
|
|
59
|
-
"@visactor/vchart": "2.0.
|
|
56
|
+
"@visactor/vtable": "1.22.12-alpha.3",
|
|
57
|
+
"@visactor/vtable-editors": "1.22.12-alpha.3",
|
|
58
|
+
"@visactor/vtable-gantt": "1.22.12-alpha.3",
|
|
59
|
+
"@visactor/vchart": "2.0.13-alpha.10",
|
|
60
60
|
"@rushstack/eslint-patch": "~1.1.4",
|
|
61
61
|
"react": "^18.0.0",
|
|
62
62
|
"react-dom": "^18.0.0",
|
|
@@ -98,9 +98,9 @@
|
|
|
98
98
|
"@types/react-is": "^17.0.3",
|
|
99
99
|
"rollup-plugin-node-resolve": "5.2.0",
|
|
100
100
|
"@types/lodash": "4.14.182",
|
|
101
|
-
"@internal/bundler": "0.0.1",
|
|
102
101
|
"@internal/ts-config": "0.0.1",
|
|
103
|
-
"@internal/eslint-config": "0.0.1"
|
|
102
|
+
"@internal/eslint-config": "0.0.1",
|
|
103
|
+
"@internal/bundler": "0.0.1"
|
|
104
104
|
},
|
|
105
105
|
"scripts": {
|
|
106
106
|
"demo": "vite ./demo",
|