ocpview-plus 1.3.1 → 1.3.2
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.
|
@@ -453,7 +453,7 @@ common.initEview = function(ViewUI2) {
|
|
|
453
453
|
common.initAnchor(ViewUI2.Anchor);
|
|
454
454
|
};
|
|
455
455
|
const name = "ocpview-plus";
|
|
456
|
-
const version$2 = "1.3.
|
|
456
|
+
const version$2 = "1.3.2";
|
|
457
457
|
const title = "ocpviewPlus";
|
|
458
458
|
const description = "A high quality Service UI components Library with Vue.js";
|
|
459
459
|
const homepage = "";
|
|
@@ -38120,16 +38120,16 @@ function _sfc_render$L(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
38120
38120
|
}, {
|
|
38121
38121
|
default: withCtx(() => [
|
|
38122
38122
|
createVNode(_component_Tooltip, {
|
|
38123
|
-
content: "\
|
|
38124
|
-
placement: "
|
|
38123
|
+
content: "\u6DFB\u52A0",
|
|
38124
|
+
placement: "right"
|
|
38125
38125
|
}, {
|
|
38126
38126
|
default: withCtx(() => [
|
|
38127
38127
|
createVNode(_component_Button, {
|
|
38128
38128
|
type: "primary",
|
|
38129
38129
|
size: "small",
|
|
38130
|
-
icon: "ios-arrow-
|
|
38131
|
-
disabled: !_ctx.
|
|
38132
|
-
onClick: _ctx.
|
|
38130
|
+
icon: "ios-arrow-forward",
|
|
38131
|
+
disabled: !_ctx.leftActive,
|
|
38132
|
+
onClick: _ctx.moveToRight
|
|
38133
38133
|
}, null, 8, ["disabled", "onClick"])
|
|
38134
38134
|
]),
|
|
38135
38135
|
_: 1
|
|
@@ -38145,16 +38145,16 @@ function _sfc_render$L(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
38145
38145
|
}, {
|
|
38146
38146
|
default: withCtx(() => [
|
|
38147
38147
|
createVNode(_component_Tooltip, {
|
|
38148
|
-
content: "\
|
|
38149
|
-
placement: "
|
|
38148
|
+
content: "\u5220\u9664",
|
|
38149
|
+
placement: "left"
|
|
38150
38150
|
}, {
|
|
38151
38151
|
default: withCtx(() => [
|
|
38152
38152
|
createVNode(_component_Button, {
|
|
38153
38153
|
type: "primary",
|
|
38154
38154
|
size: "small",
|
|
38155
|
-
icon: "ios-arrow-
|
|
38156
|
-
disabled: !_ctx.
|
|
38157
|
-
onClick: _ctx.
|
|
38155
|
+
icon: "ios-arrow-back",
|
|
38156
|
+
disabled: !_ctx.rightActive,
|
|
38157
|
+
onClick: _ctx.moveToLeft
|
|
38158
38158
|
}, null, 8, ["disabled", "onClick"])
|
|
38159
38159
|
]),
|
|
38160
38160
|
_: 1
|