tutor-pro-ui-vue 1.1.74-beta → 1.1.78-beta
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/dist/index.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.common-checkbox-group-vertical .common-checkbox-group-item[data-v-05163454]{display:flex}.infinite-list[data-v-9d7ff865]{list-style:none;padding:0;margin:0}.loading-text[data-v-9d7ff865]{text-align:center;color:#999}.virtual-list-item[data-v-32be3a63]{box-sizing:border-box}.infinite-virtual-list[data-v-6311340a]{list-style:none;padding:0;margin:0}.virtual-list[data-v-6311340a]{position:relative;list-style-type:none}.virtual-list-item[data-v-6311340a]{box-sizing:border-box;overflow:hidden}.virtual-container[data-v-6311340a]{position:relative}.loading-text[data-v-6311340a]{text-align:center;color:#999}.common-pagination[data-v-b11e7c34]{margin-top:15px;display:flex;justify-content:flex-end}.common-arrow-down[data-v-bdc17406]{height:12px;width:12px;margin-left:5px;transform:rotate(-90deg);margin-top:-2px;transition:all .3s ease}.common-arrow-down.up[data-v-bdc17406]{transform:rotate(90deg)}.common-right-btns{flex:1}.common-right-btns .el-form-item__content{justify-content:end}.common-table.collapse{margin-top:16px}.common-table .el-table-column--selection{text-align:center}.commonForm-container[data-v-
|
|
1
|
+
.common-checkbox-group-vertical .common-checkbox-group-item[data-v-05163454]{display:flex}.infinite-list[data-v-9d7ff865]{list-style:none;padding:0;margin:0}.loading-text[data-v-9d7ff865]{text-align:center;color:#999}.virtual-list-item[data-v-32be3a63]{box-sizing:border-box}.infinite-virtual-list[data-v-6311340a]{list-style:none;padding:0;margin:0}.virtual-list[data-v-6311340a]{position:relative;list-style-type:none}.virtual-list-item[data-v-6311340a]{box-sizing:border-box;overflow:hidden}.virtual-container[data-v-6311340a]{position:relative}.loading-text[data-v-6311340a]{text-align:center;color:#999}.common-pagination[data-v-b11e7c34]{margin-top:15px;display:flex;justify-content:flex-end}.common-arrow-down[data-v-bdc17406]{height:12px;width:12px;margin-left:5px;transform:rotate(-90deg);margin-top:-2px;transition:all .3s ease}.common-arrow-down.up[data-v-bdc17406]{transform:rotate(90deg)}.common-right-btns{flex:1}.common-right-btns .el-form-item__content{justify-content:end}.common-table.collapse{margin-top:16px}.common-table .el-table-column--selection{text-align:center}.common-table .el-table__body-wrapper .el-table-column--selection>.cell{display:block}.commonForm-container[data-v-a9416d8c]{display:flex;transition:all .3s ease;max-height:100px}.commonForm-container.collapse[data-v-a9416d8c]{overflow:hidden;max-height:32px}.commonForm-container .el-form[data-v-a9416d8c]{flex:1;margin-right:16px}
|
package/dist/index.js
CHANGED
|
@@ -50085,7 +50085,8 @@ const kfe = {
|
|
|
50085
50085
|
const a = ((g = e == null ? void 0 : e.selectionConfig) == null ? void 0 : g.key) || "id", o = Ro(e, "formState"), r = Ro(e, "tableData"), s = V(!1), u = V({
|
|
50086
50086
|
currentPage: 1,
|
|
50087
50087
|
pageSize: ((_ = e == null ? void 0 : e.paginationConfig) == null ? void 0 : _.defaultPageSize) || 10,
|
|
50088
|
-
total: 0
|
|
50088
|
+
total: 0,
|
|
50089
|
+
...e == null ? void 0 : e.paginationConfig
|
|
50089
50090
|
}), c = (h) => {
|
|
50090
50091
|
var w, y, $;
|
|
50091
50092
|
s.value = !0, h && (u.value.currentPage = 1), ($ = e.request) == null || $.call(e, {
|
|
@@ -50262,7 +50263,8 @@ const kfe = {
|
|
|
50262
50263
|
return t({
|
|
50263
50264
|
reset: m,
|
|
50264
50265
|
getParams: g,
|
|
50265
|
-
getTableRef: () => o.value
|
|
50266
|
+
getTableRef: () => o.value,
|
|
50267
|
+
getTotal: () => u.value.total
|
|
50266
50268
|
}), (E, M) => {
|
|
50267
50269
|
var B;
|
|
50268
50270
|
const N = et("el-table-column"), R = et("el-table"), L = Kr("loading");
|
|
@@ -50325,19 +50327,18 @@ const kfe = {
|
|
|
50325
50327
|
}, 16, ["onSelectionChange", "data"])), [
|
|
50326
50328
|
[L, l(s)]
|
|
50327
50329
|
]),
|
|
50328
|
-
l(u).total ? (b(), re(l(gw), nt({
|
|
50329
|
-
key: 1,
|
|
50330
|
+
l(u).total ? (b(), re(l(gw), nt({ key: 1 }, l(u), {
|
|
50330
50331
|
currentPage: l(u).currentPage,
|
|
50331
50332
|
"onUpdate:currentPage": M[1] || (M[1] = (D) => l(u).currentPage = D),
|
|
50332
50333
|
total: l(u).total,
|
|
50333
50334
|
onSizeChange: l(p),
|
|
50334
50335
|
onCurrentChange: l(v),
|
|
50335
50336
|
size: "small"
|
|
50336
|
-
}
|
|
50337
|
+
}), null, 16, ["currentPage", "total", "onSizeChange", "onCurrentChange"])) : ie("", !0)
|
|
50337
50338
|
], 64);
|
|
50338
50339
|
};
|
|
50339
50340
|
}
|
|
50340
|
-
}), r0e = /* @__PURE__ */ Yr(l0e, [["__scopeId", "data-v-
|
|
50341
|
+
}), r0e = /* @__PURE__ */ Yr(l0e, [["__scopeId", "data-v-a9416d8c"]]), s0e = Ia(r0e), _0e = (e, t) => {
|
|
50341
50342
|
var n, a;
|
|
50342
50343
|
return (a = (n = t == null ? void 0 : t.find) == null ? void 0 : n.call(t, (o) => (o == null ? void 0 : o.value) === e)) == null ? void 0 : a.label;
|
|
50343
50344
|
};
|
package/dist/index.js.gz
CHANGED
|
Binary file
|