@visactor/vtable-plugins 1.22.10 → 1.22.11-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/filter/filter.js +1 -1
- package/cjs/filter/index.js +2 -1
- 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 +1 -2
- package/cjs/master-detail-plugin/types.js +1 -1
- package/cjs/master-detail-plugin/utils.js +1 -1
- package/es/filter/filter.js +1 -1
- package/es/filter/index.js +2 -1
- 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 +1 -2
- package/es/master-detail-plugin/types.js +1 -1
- package/es/master-detail-plugin/utils.js +1 -1
- package/package.json +9 -9
package/cjs/filter/filter.js
CHANGED
package/cjs/filter/index.js
CHANGED
|
@@ -62,4 +62,5 @@ 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);
|
|
65
|
+
}), __exportStar(require("./types"), exports), __exportStar(require("./filter"), exports);
|
|
66
|
+
//# sourceMappingURL=index.js.map
|
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@visactor/vtable-plugins",
|
|
3
|
-
"version": "1.22.
|
|
3
|
+
"version": "1.22.11-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
|
|
45
|
+
"@visactor/vtable-gantt": "1.22.11-alpha.0",
|
|
46
|
+
"@visactor/vtable": "1.22.11-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.11-alpha.0",
|
|
57
|
+
"@visactor/vtable-editors": "1.22.11-alpha.0",
|
|
58
|
+
"@visactor/vtable-gantt": "1.22.11-alpha.0",
|
|
59
|
+
"@visactor/vchart": "2.0.13-alpha.0",
|
|
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
|
-
"@
|
|
99
|
-
"@visactor/vtable-editors": "1.22.10",
|
|
100
|
-
"@visactor/vtable-gantt": "1.22.10",
|
|
101
|
+
"@internal/bundler": "0.0.1",
|
|
101
102
|
"@internal/eslint-config": "0.0.1",
|
|
102
|
-
"@internal/ts-config": "0.0.1"
|
|
103
|
-
"@internal/bundler": "0.0.1"
|
|
103
|
+
"@internal/ts-config": "0.0.1"
|
|
104
104
|
},
|
|
105
105
|
"scripts": {
|
|
106
106
|
"demo": "vite ./demo",
|