@juzhenfe/page-model 3.18.94 → 3.18.95
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/dist/index.es.js +1 -2
- package/dist/index.umd.js +2 -2
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -13543,7 +13543,6 @@ const _sfc_main$4 = defineComponent({
|
|
|
13543
13543
|
return (table == null ? void 0 : table.toolboxShowMode) === "button";
|
|
13544
13544
|
});
|
|
13545
13545
|
const showSelectableButtonsArea = computed(() => {
|
|
13546
|
-
console.log("showSelectableButtonsArea", hasSelectableActions.value);
|
|
13547
13546
|
const tableConfig = manager.config.table;
|
|
13548
13547
|
return hasSelectableActions.value && (tableConfig.selectable || tableConfig.selectableButtonLiveAlone) || hasFilterTools.value || hasTableToolbox.value;
|
|
13549
13548
|
});
|
|
@@ -15018,7 +15017,7 @@ const defineEditableTable = function(config) {
|
|
|
15018
15017
|
};
|
|
15019
15018
|
var iconfont = "";
|
|
15020
15019
|
const name = "@juzhenfe/page-model";
|
|
15021
|
-
const version = "3.18.
|
|
15020
|
+
const version = "3.18.95";
|
|
15022
15021
|
const types = "dist/main.d.ts";
|
|
15023
15022
|
const main = "dist/index.umd.js";
|
|
15024
15023
|
const keywords = [
|