@opentinyvue/vue-runtime 3.23.0 → 3.23.1
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/dist2/tiny-vue-all.mjs +9 -9
- package/dist2/tiny-vue-common.mjs +213 -210
- package/dist2/tiny-vue-pc.mjs +9 -9
- package/dist2/tiny-vue-saas-common.mjs +112 -109
- package/dist2/tiny-vue-simple.mjs +9 -9
- package/dist3/tiny-vue-all.mjs +259 -258
- package/dist3/tiny-vue-common.mjs +219 -216
- package/dist3/tiny-vue-pc.mjs +298 -297
- package/dist3/tiny-vue-saas-common.mjs +215 -212
- package/dist3/tiny-vue-simple.mjs +188 -187
- package/package.json +1 -1
package/dist2/tiny-vue-all.mjs
CHANGED
|
@@ -141462,7 +141462,7 @@ var LRt = function() {
|
|
|
141462
141462
|
expression: "state.showSuggestPanel"
|
|
141463
141463
|
}],
|
|
141464
141464
|
ref: "popper"
|
|
141465
|
-
}, [e.state.showSuggestPanel ? t("tiny-grid", {
|
|
141465
|
+
}, [e.state.showSuggestPanel ? t("tiny-grid", e._b({
|
|
141466
141466
|
ref: "suggest",
|
|
141467
141467
|
attrs: {
|
|
141468
141468
|
"auto-resize": "",
|
|
@@ -141486,7 +141486,7 @@ var LRt = function() {
|
|
|
141486
141486
|
"select-change": e.sourceGridSelectChange,
|
|
141487
141487
|
"radio-change": e.suggestRadioChange
|
|
141488
141488
|
}
|
|
141489
|
-
}) : e._e()], 1)]), t("tiny-dialog-box", {
|
|
141489
|
+
}, "tiny-grid", e.gridOp, !1)) : e._e()], 1)]), t("tiny-dialog-box", {
|
|
141490
141490
|
ref: "popeditorDialogBox",
|
|
141491
141491
|
staticClass: "tiny-popeditor__dialog-box",
|
|
141492
141492
|
attrs: {
|
|
@@ -141678,7 +141678,7 @@ var LRt = function() {
|
|
|
141678
141678
|
staticClass: "tiny-popeditor__tabs-body"
|
|
141679
141679
|
}, [e.state.activeName === "history" ? t("div", {
|
|
141680
141680
|
staticClass: "tabs-body-item"
|
|
141681
|
-
}, [t("tiny-grid", {
|
|
141681
|
+
}, [t("tiny-grid", e._b({
|
|
141682
141682
|
ref: "historyGrid",
|
|
141683
141683
|
attrs: {
|
|
141684
141684
|
height: "290px",
|
|
@@ -141696,9 +141696,9 @@ var LRt = function() {
|
|
|
141696
141696
|
"select-all": e.sourceGridSelectAll,
|
|
141697
141697
|
"select-change": e.sourceGridSelectChange
|
|
141698
141698
|
}
|
|
141699
|
-
})], 1) : e._e(), e.state.activeName === "source" ? t("div", {
|
|
141699
|
+
}, "tiny-grid", e.gridOp, !1))], 1) : e._e(), e.state.activeName === "source" ? t("div", {
|
|
141700
141700
|
staticClass: "tabs-body-item"
|
|
141701
|
-
}, [e.multi ? t("tiny-grid", {
|
|
141701
|
+
}, [e.multi ? t("tiny-grid", e._b({
|
|
141702
141702
|
ref: "sourceGrid",
|
|
141703
141703
|
attrs: {
|
|
141704
141704
|
"auto-resize": "",
|
|
@@ -141718,7 +141718,7 @@ var LRt = function() {
|
|
|
141718
141718
|
"select-all": e.sourceGridSelectAll,
|
|
141719
141719
|
"select-change": e.sourceGridSelectChange
|
|
141720
141720
|
}
|
|
141721
|
-
}) : t("tiny-grid", {
|
|
141721
|
+
}, "tiny-grid", e.gridOp, !1)) : t("tiny-grid", e._b({
|
|
141722
141722
|
ref: "sourceGrid",
|
|
141723
141723
|
attrs: {
|
|
141724
141724
|
"auto-resize": "",
|
|
@@ -141738,7 +141738,7 @@ var LRt = function() {
|
|
|
141738
141738
|
on: {
|
|
141739
141739
|
"radio-change": e.radioChangeFn
|
|
141740
141740
|
}
|
|
141741
|
-
}), e.showPager ? t("tiny-pager", e._b({
|
|
141741
|
+
}, "tiny-grid", e.gridOp, !1)), e.showPager ? t("tiny-pager", e._b({
|
|
141742
141742
|
on: {
|
|
141743
141743
|
"current-change": e.handleSizeChange,
|
|
141744
141744
|
"size-change": e.handleNumberPageChange
|
|
@@ -141796,7 +141796,7 @@ var LRt = function() {
|
|
|
141796
141796
|
return [e._t("close", null, null, a)];
|
|
141797
141797
|
}
|
|
141798
141798
|
} : null], null, !0)
|
|
141799
|
-
}, "tiny-selected-box", e.selectedBoxOp, !1)) : t("tiny-grid", {
|
|
141799
|
+
}, "tiny-selected-box", e.selectedBoxOp, !1)) : t("tiny-grid", e._b({
|
|
141800
141800
|
ref: "selectedGrid",
|
|
141801
141801
|
attrs: {
|
|
141802
141802
|
"auto-resize": "",
|
|
@@ -141814,7 +141814,7 @@ var LRt = function() {
|
|
|
141814
141814
|
"select-all": e.selectedGridSelectAll,
|
|
141815
141815
|
"select-change": e.selectedGridSelectChange
|
|
141816
141816
|
}
|
|
141817
|
-
}), e.showPager ? t("div", {
|
|
141817
|
+
}, "tiny-grid", e.gridOp, !1)), e.showPager ? t("div", {
|
|
141818
141818
|
staticStyle: {
|
|
141819
141819
|
height: "50px"
|
|
141820
141820
|
}
|