@bsgoal/common 2.38.4 → 2.38.6
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.mjs +16 -1
- package/dist/index.mjs.map +1 -1
- package/dist/index.umd.js +10 -10
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -7848,6 +7848,13 @@ const J1 = { class: "bsgoal-base-dialog" }, X1 = { class: "base_dialog" }, q1 =
|
|
|
7848
7848
|
top: {
|
|
7849
7849
|
type: [String],
|
|
7850
7850
|
default: "10vh"
|
|
7851
|
+
},
|
|
7852
|
+
/**
|
|
7853
|
+
* 弹窗是否全屏
|
|
7854
|
+
*/
|
|
7855
|
+
fullscreen: {
|
|
7856
|
+
type: [Boolean],
|
|
7857
|
+
default: !1
|
|
7851
7858
|
}
|
|
7852
7859
|
},
|
|
7853
7860
|
emits: ["update:modelValue", "on-confirm", "on-show", "on-hide"],
|
|
@@ -7917,6 +7924,7 @@ const J1 = { class: "bsgoal-base-dialog" }, X1 = { class: "base_dialog" }, q1 =
|
|
|
7917
7924
|
modelValue: _.value,
|
|
7918
7925
|
"onUpdate:modelValue": z[0] || (z[0] = (U) => _.value = U),
|
|
7919
7926
|
class: mt(["bsgoal_base_dialog_main", { "bsgoal-dialog__footer--conceal": !r.footer }]),
|
|
7927
|
+
fullscreen: r.fullscreen,
|
|
7920
7928
|
top: r.top,
|
|
7921
7929
|
width: m.value
|
|
7922
7930
|
}, {
|
|
@@ -7956,7 +7964,7 @@ const J1 = { class: "bsgoal-base-dialog" }, X1 = { class: "base_dialog" }, q1 =
|
|
|
7956
7964
|
], 2)
|
|
7957
7965
|
]),
|
|
7958
7966
|
_: 3
|
|
7959
|
-
}, 8, ["modelValue", "class", "top", "width"])
|
|
7967
|
+
}, 8, ["modelValue", "fullscreen", "class", "top", "width"])
|
|
7960
7968
|
])
|
|
7961
7969
|
]);
|
|
7962
7970
|
};
|
|
@@ -9010,6 +9018,13 @@ const Nv = { class: "bsgoal-base-tree-table" }, Tv = { class: "base_tree_table"
|
|
|
9010
9018
|
type: [Array],
|
|
9011
9019
|
default: () => []
|
|
9012
9020
|
},
|
|
9021
|
+
/**
|
|
9022
|
+
* 数据预览的模式
|
|
9023
|
+
*/
|
|
9024
|
+
overviewType: {
|
|
9025
|
+
type: [String],
|
|
9026
|
+
default: "default"
|
|
9027
|
+
},
|
|
9013
9028
|
/**
|
|
9014
9029
|
* 是否显示数据概览
|
|
9015
9030
|
*/
|