@dt-frames/ui 1.0.52 → 1.0.53
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/es/index.js +1 -3
- package/package.json +1 -1
package/es/index.js
CHANGED
|
@@ -6330,14 +6330,12 @@ const _sfc_main$C = defineComponent({
|
|
|
6330
6330
|
function _sfc_render$2(_ctx, _cache, $props, $setup, $data, $options) {
|
|
6331
6331
|
const _component_Download = resolveComponent("Download");
|
|
6332
6332
|
const _component_ColumnSetting = resolveComponent("ColumnSetting");
|
|
6333
|
-
const _component_FullscreenSetting = resolveComponent("FullscreenSetting");
|
|
6334
6333
|
return openBlock(), createElementBlock(Fragment, null, [
|
|
6335
6334
|
_ctx.getSetting.download ? (openBlock(), createBlock(_component_Download, { key: 0 })) : createCommentVNode("", true),
|
|
6336
6335
|
_ctx.getSetting.setting ? (openBlock(), createBlock(_component_ColumnSetting, {
|
|
6337
6336
|
key: 1,
|
|
6338
6337
|
onColumnsChange: _ctx.handleColumnChange
|
|
6339
|
-
}, null, 8, ["onColumnsChange"])) : createCommentVNode("", true)
|
|
6340
|
-
_ctx.getSetting.fullscreen ? (openBlock(), createBlock(_component_FullscreenSetting, { key: 2 })) : createCommentVNode("", true)
|
|
6338
|
+
}, null, 8, ["onColumnsChange"])) : createCommentVNode("", true)
|
|
6341
6339
|
], 64);
|
|
6342
6340
|
}
|
|
6343
6341
|
var TableSettinCom = /* @__PURE__ */ _export_sfc(_sfc_main$C, [["render", _sfc_render$2]]);
|