cimos7-vue3-common 0.4.0 → 0.4.2
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.
|
@@ -84191,6 +84191,11 @@ const OEe = {
|
|
|
84191
84191
|
default: !0,
|
|
84192
84192
|
required: !1
|
|
84193
84193
|
},
|
|
84194
|
+
gutter: {
|
|
84195
|
+
type: Number,
|
|
84196
|
+
default: 12,
|
|
84197
|
+
required: !1
|
|
84198
|
+
},
|
|
84194
84199
|
hasSearchCard: {
|
|
84195
84200
|
type: Boolean,
|
|
84196
84201
|
default: !1
|
|
@@ -84272,7 +84277,7 @@ const OEe = {
|
|
|
84272
84277
|
default: at(() => [
|
|
84273
84278
|
t(be, {
|
|
84274
84279
|
hasSearchCard: e.hasSearchCard,
|
|
84275
|
-
gutter:
|
|
84280
|
+
gutter: e.gutter,
|
|
84276
84281
|
searchConfig: e.searchOptions,
|
|
84277
84282
|
modelValue: W.value,
|
|
84278
84283
|
"onUpdate:modelValue": ue[0] || (ue[0] = (Ye) => W.value = Ye),
|
|
@@ -84298,7 +84303,7 @@ const OEe = {
|
|
|
84298
84303
|
]),
|
|
84299
84304
|
_: 3
|
|
84300
84305
|
/* FORWARDED */
|
|
84301
|
-
}, 8, ["hasSearchCard", "searchConfig", "modelValue"]),
|
|
84306
|
+
}, 8, ["hasSearchCard", "gutter", "searchConfig", "modelValue"]),
|
|
84302
84307
|
t(je, Ss({
|
|
84303
84308
|
data: b.value,
|
|
84304
84309
|
columns: I.columns,
|
|
@@ -84579,9 +84584,8 @@ const AEe = ft({
|
|
|
84579
84584
|
Et(D.$slots, "searchMiddle"),
|
|
84580
84585
|
mt(" ===================== 搜索 + 重置 按钮 ===================== "),
|
|
84581
84586
|
t(ee, {
|
|
84582
|
-
class: "btn-group",
|
|
84583
|
-
|
|
84584
|
-
style: { "padding-bottom": "12px" }
|
|
84587
|
+
class: "btn-group flex-left",
|
|
84588
|
+
style: { "padding-bottom": "12px", width: "auto" }
|
|
84585
84589
|
}, {
|
|
84586
84590
|
default: at(() => [
|
|
84587
84591
|
t(I, {
|
|
@@ -84655,17 +84659,23 @@ const AEe = ft({
|
|
|
84655
84659
|
}, 8, ["gutter"]),
|
|
84656
84660
|
mt(" 底部插槽 "),
|
|
84657
84661
|
Et(D.$slots, "searchFooter"),
|
|
84658
|
-
el(t(
|
|
84659
|
-
|
|
84660
|
-
|
|
84661
|
-
|
|
84662
|
-
|
|
84663
|
-
|
|
84664
|
-
|
|
84665
|
-
|
|
84666
|
-
|
|
84667
|
-
|
|
84668
|
-
|
|
84662
|
+
el(t(
|
|
84663
|
+
je,
|
|
84664
|
+
{
|
|
84665
|
+
gutter: 12,
|
|
84666
|
+
align: "middle",
|
|
84667
|
+
class: "searchCard-container-mz"
|
|
84668
|
+
},
|
|
84669
|
+
{
|
|
84670
|
+
default: at(() => [
|
|
84671
|
+
Et(D.$slots, "chartCard")
|
|
84672
|
+
]),
|
|
84673
|
+
_: 3
|
|
84674
|
+
/* FORWARDED */
|
|
84675
|
+
},
|
|
84676
|
+
512
|
|
84677
|
+
/* NEED_PATCH */
|
|
84678
|
+
), [
|
|
84669
84679
|
[Ps, v.value]
|
|
84670
84680
|
])
|
|
84671
84681
|
],
|