@juzhenfe/page-model 3.12.2 → 3.12.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/dist/index.es.js +6 -5
- package/dist/index.umd.js +3 -3
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -4166,7 +4166,7 @@ const _sfc_main$w = defineComponent({
|
|
|
4166
4166
|
searchFormRef,
|
|
4167
4167
|
totalShowFormEls.value
|
|
4168
4168
|
);
|
|
4169
|
-
computed(() => {
|
|
4169
|
+
const needExpand = computed(() => {
|
|
4170
4170
|
return showFormELsCount.value < totalShowFormEls.value.length;
|
|
4171
4171
|
});
|
|
4172
4172
|
const showFormEls = computed(() => {
|
|
@@ -4301,7 +4301,8 @@ const _sfc_main$w = defineComponent({
|
|
|
4301
4301
|
createElementVNode("div", {
|
|
4302
4302
|
class: normalizeClass(unref(createBEMName)("expand-button"))
|
|
4303
4303
|
}, [
|
|
4304
|
-
|
|
4304
|
+
searchFormManager.expandMode === "expanded" && needExpand.value ? (openBlock(), createElementBlock("div", {
|
|
4305
|
+
key: 0,
|
|
4305
4306
|
class: normalizeClass([
|
|
4306
4307
|
"expand-button__collapse-bar",
|
|
4307
4308
|
{ collapsed: !searchFormManager.isExpanded }
|
|
@@ -4314,9 +4315,9 @@ const _sfc_main$w = defineComponent({
|
|
|
4314
4315
|
]),
|
|
4315
4316
|
_: 1
|
|
4316
4317
|
})
|
|
4317
|
-
], 2),
|
|
4318
|
+
], 2)) : createCommentVNode("", true),
|
|
4318
4319
|
searchFormManager.expandMode === "dialog" && showFormEls.value.length && unref(showMoreButton) ? (openBlock(), createBlock(_component_el_button, {
|
|
4319
|
-
key:
|
|
4320
|
+
key: 1,
|
|
4320
4321
|
link: "",
|
|
4321
4322
|
size: searchFormManager.size,
|
|
4322
4323
|
onClick: handleShowExpandDialog
|
|
@@ -12178,7 +12179,7 @@ const defineEditableTable = function(config) {
|
|
|
12178
12179
|
};
|
|
12179
12180
|
var iconfont = "";
|
|
12180
12181
|
const name = "@juzhenfe/page-model";
|
|
12181
|
-
const version = "3.12.
|
|
12182
|
+
const version = "3.12.3";
|
|
12182
12183
|
const types = "dist/main.d.ts";
|
|
12183
12184
|
const main = "dist/index.umd.js";
|
|
12184
12185
|
const keywords = [
|