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 +0 -4
- package/dist/index.mjs +37 -31
- package/dist/index.umd.js +1 -1
- package/dist/style.css +1 -1
- package/package.json +2 -3
package/README.md
CHANGED
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
|
-
}, [
|
|
9515
|
-
|
|
9516
|
-
|
|
9517
|
-
|
|
9518
|
-
|
|
9519
|
-
|
|
9520
|
-
|
|
9521
|
-
|
|
9522
|
-
|
|
9523
|
-
|
|
9524
|
-
|
|
9525
|
-
|
|
9526
|
-
},
|
|
9527
|
-
|
|
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
|
-
}, [
|
|
9771
|
-
|
|
9772
|
-
|
|
9773
|
-
|
|
9774
|
-
|
|
9775
|
-
|
|
9776
|
-
|
|
9777
|
-
|
|
9778
|
-
|
|
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
|
-
}
|
|
9785
|
-
}
|
|
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:
|
|
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
|
-
"
|
|
10435
|
+
"ebd7b070",
|
|
10430
10436
|
null,
|
|
10431
10437
|
null
|
|
10432
10438
|
);
|