vue3-components-plus 3.0.32 → 3.0.34
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.
|
@@ -44963,10 +44963,10 @@ const _sfc_main$c = /* @__PURE__ */ defineComponent({
|
|
|
44963
44963
|
},
|
|
44964
44964
|
setup(__props) {
|
|
44965
44965
|
useCssVars((_ctx) => ({
|
|
44966
|
-
"
|
|
44967
|
-
"
|
|
44968
|
-
"
|
|
44969
|
-
"
|
|
44966
|
+
"v48d8fea8": __props.modalColor,
|
|
44967
|
+
"v1481ea10": _height.value,
|
|
44968
|
+
"v782b960e": dialogPosition.value.left,
|
|
44969
|
+
"v08c32324": dialogPosition.value.top
|
|
44970
44970
|
}));
|
|
44971
44971
|
const asyncDom = computed(() => {
|
|
44972
44972
|
var _a3;
|
|
@@ -45140,7 +45140,7 @@ const _sfc_main$c = /* @__PURE__ */ defineComponent({
|
|
|
45140
45140
|
} else {
|
|
45141
45141
|
_height.value = `calc(${heightValue} - ${topBottom}px)`;
|
|
45142
45142
|
}
|
|
45143
|
-
_centerHeight.value =
|
|
45143
|
+
_centerHeight.value = "100%";
|
|
45144
45144
|
return;
|
|
45145
45145
|
} catch (error) {
|
|
45146
45146
|
console.log(error);
|
|
@@ -77253,6 +77253,8 @@ const _sfc_main$1 = /* @__PURE__ */ Object.assign({
|
|
|
77253
77253
|
key: 0,
|
|
77254
77254
|
type: "selection",
|
|
77255
77255
|
width: "55",
|
|
77256
|
+
align: "center",
|
|
77257
|
+
"header-align": "center",
|
|
77256
77258
|
"reserve-selection": !!__props.rowKey
|
|
77257
77259
|
}, null, 8, ["reserve-selection"])) : createCommentVNode("", true),
|
|
77258
77260
|
__props.showIndex ? (openBlock(), createBlock(_component_el_table_column, {
|
|
@@ -77294,7 +77296,7 @@ const _sfc_main$1 = /* @__PURE__ */ Object.assign({
|
|
|
77294
77296
|
};
|
|
77295
77297
|
}
|
|
77296
77298
|
});
|
|
77297
|
-
const NsTable = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["__scopeId", "data-v-
|
|
77299
|
+
const NsTable = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["__scopeId", "data-v-675ad4be"]]);
|
|
77298
77300
|
const _hoisted_1 = { class: "page-container" };
|
|
77299
77301
|
const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
77300
77302
|
name: "NsTableContainer"
|