vxe-table 4.12.0-beta.10 → 4.12.0-beta.11
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/es/style.css +1 -1
- package/es/table/module/filter/panel.js +12 -2
- package/es/table/src/table.js +6 -6
- package/es/ui/index.js +1 -1
- package/es/ui/src/log.js +1 -1
- package/lib/index.umd.js +17 -5
- package/lib/index.umd.min.js +1 -1
- package/lib/style.css +1 -1
- package/lib/table/module/filter/panel.js +8 -2
- package/lib/table/module/filter/panel.min.js +1 -1
- package/lib/table/src/table.js +6 -6
- package/lib/table/src/table.min.js +1 -1
- package/lib/ui/index.js +1 -1
- package/lib/ui/index.min.js +1 -1
- package/lib/ui/src/log.js +1 -1
- package/lib/ui/src/log.min.js +1 -1
- package/package.json +1 -1
- package/packages/table/module/filter/panel.ts +12 -2
- package/packages/table/src/table.ts +6 -6
- /package/es/{iconfont.1741664494856.ttf → iconfont.1741687565851.ttf} +0 -0
- /package/es/{iconfont.1741664494856.woff → iconfont.1741687565851.woff} +0 -0
- /package/es/{iconfont.1741664494856.woff2 → iconfont.1741687565851.woff2} +0 -0
- /package/lib/{iconfont.1741664494856.ttf → iconfont.1741687565851.ttf} +0 -0
- /package/lib/{iconfont.1741664494856.woff → iconfont.1741687565851.woff} +0 -0
- /package/lib/{iconfont.1741664494856.woff2 → iconfont.1741687565851.woff2} +0 -0
package/lib/table/src/table.js
CHANGED
|
@@ -6034,12 +6034,12 @@ var _default = exports.default = (0, _vue.defineComponent)({
|
|
|
6034
6034
|
column,
|
|
6035
6035
|
visible
|
|
6036
6036
|
} = filterStore;
|
|
6037
|
-
Object.assign(filterStore, {
|
|
6038
|
-
|
|
6039
|
-
|
|
6040
|
-
|
|
6041
|
-
|
|
6042
|
-
})
|
|
6037
|
+
// Object.assign(filterStore, {
|
|
6038
|
+
// isAllSelected: false,
|
|
6039
|
+
// isIndeterminate: false,
|
|
6040
|
+
// options: [],
|
|
6041
|
+
// visible: false
|
|
6042
|
+
// })
|
|
6043
6043
|
if (visible) {
|
|
6044
6044
|
dispatchEvent('filter-visible', {
|
|
6045
6045
|
column,
|