ol-base-components 3.4.12 → 3.5.0

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/README.md CHANGED
@@ -2,10 +2,6 @@
2
2
 
3
3
  二次封装的通用组件库,包含表格(Table)和表单(Form)等组件。
4
4
 
5
- <!-- - [在线演示](https://mqtt-a.vercel.app/home) -->
6
-
7
- - [官网](https://time202051.github.io/baseCom.github.io/)
8
-
9
5
  ## 安装
10
6
 
11
7
  您可以通过 npm 安装这个组件库:
package/dist/index.mjs CHANGED
@@ -9511,20 +9511,23 @@ var render$7 = function() {
9511
9511
  }])
9512
9512
  })], 1)], 1), _c("div", {
9513
9513
  staticClass: "dialog-footer"
9514
- }, [_vm._t("footer", function() {
9515
- return [_c("el-button", {
9516
- on: {
9517
- "click": _vm.handleClose
9518
- }
9519
- }, [_vm._v("取消")]), _c("el-button", {
9520
- attrs: {
9521
- "type": "primary"
9522
- },
9523
- on: {
9524
- "click": _vm.handleSave
9525
- }
9526
- }, [_vm._v("确定")])];
9527
- })], 2), _c("el-dialog", {
9514
+ }, [_c("div", {
9515
+ attrs: {
9516
+ "slot": "footer"
9517
+ },
9518
+ slot: "footer"
9519
+ }, [_c("el-button", {
9520
+ on: {
9521
+ "click": _vm.handleClose
9522
+ }
9523
+ }, [_vm._v("取消")]), _c("el-button", {
9524
+ attrs: {
9525
+ "type": "primary"
9526
+ },
9527
+ on: {
9528
+ "click": _vm.handleSave
9529
+ }
9530
+ }, [_vm._v("确定")])], 1)]), _c("el-dialog", {
9528
9531
  attrs: {
9529
9532
  "title": "配置选项",
9530
9533
  "visible": _vm.optionsDialogVisible,
@@ -9767,22 +9770,25 @@ var render$7 = function() {
9767
9770
  }
9768
9771
  }) : _vm._e()], 2)]) : _vm._e()], 1), _c("div", {
9769
9772
  staticClass: "dialog-footer"
9770
- }, [_vm._t("footer", function() {
9771
- return [_c("el-button", {
9772
- on: {
9773
- "click": function($event) {
9774
- _vm.optionsDialogVisible = false;
9775
- }
9776
- }
9777
- }, [_vm._v("取消")]), _c("el-button", {
9778
- attrs: {
9779
- "type": "primary"
9780
- },
9781
- on: {
9782
- "click": _vm.handleSaveOptions
9773
+ }, [_c("div", {
9774
+ attrs: {
9775
+ "slot": "footer"
9776
+ },
9777
+ slot: "footer"
9778
+ }, [_c("el-button", {
9779
+ on: {
9780
+ "click": function($event) {
9781
+ _vm.optionsDialogVisible = false;
9783
9782
  }
9784
- }, [_vm._v("确定")])];
9785
- })], 2)], 1), _c("el-dialog", {
9783
+ }
9784
+ }, [_vm._v("取消")]), _c("el-button", {
9785
+ attrs: {
9786
+ "type": "primary"
9787
+ },
9788
+ on: {
9789
+ "click": _vm.handleSaveOptions
9790
+ }
9791
+ }, [_vm._v("确定")])], 1)])], 1), _c("el-dialog", {
9786
9792
  attrs: {
9787
9793
  "title": "从预设添加条件",
9788
9794
  "visible": _vm.customsDialogVisible,
@@ -9916,7 +9922,7 @@ const __vue2_script$7 = {
9916
9922
  },
9917
9923
  dragable: {
9918
9924
  type: Boolean,
9919
- default: false
9925
+ default: true
9920
9926
  },
9921
9927
  isPreview: {
9922
9928
  type: Boolean,
@@ -10426,7 +10432,7 @@ var __component__$7 = /* @__PURE__ */ normalizeComponent(
10426
10432
  staticRenderFns$7,
10427
10433
  false,
10428
10434
  __vue2_injectStyles$7,
10429
- "5652e548",
10435
+ "ebd7b070",
10430
10436
  null,
10431
10437
  null
10432
10438
  );