cosey 0.10.16 → 0.10.17
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.
|
@@ -80,10 +80,7 @@ var stdin_default = getSimpleStyleHook("CoTable", (token) => {
|
|
|
80
80
|
paddingInline: token.paddingSM
|
|
81
81
|
},
|
|
82
82
|
"&.is-split": {
|
|
83
|
-
backgroundColor:
|
|
84
|
-
"&.is-fullpage": {
|
|
85
|
-
backgroundColor: token.colorBgLayout
|
|
86
|
-
},
|
|
83
|
+
backgroundColor: token.colorBgLayout,
|
|
87
84
|
[`${componentCls}-header`]: {
|
|
88
85
|
marginBlockEnd: token.marginSM,
|
|
89
86
|
backgroundColor: token.colorBgContainer
|
|
@@ -533,7 +533,11 @@ var stdin_default = /* @__PURE__ */defineComponent({
|
|
|
533
533
|
key: 1,
|
|
534
534
|
class: normalizeClass(`${unref(prefixCls)}-before-table`)
|
|
535
535
|
}, [renderSlot(_ctx.$slots, "before-table")], 2
|
|
536
|
-
/* CLASS */)) : createCommentVNode("v-if", true),
|
|
536
|
+
/* CLASS */)) : createCommentVNode("v-if", true), _ctx.$slots["before-table-plain"] ? (openBlock(), createElementBlock("div", {
|
|
537
|
+
key: 2,
|
|
538
|
+
class: normalizeClass(`${unref(prefixCls)}-before-table-plain`)
|
|
539
|
+
}, [renderSlot(_ctx.$slots, "before-table-plain")], 2
|
|
540
|
+
/* CLASS */)) : createCommentVNode("v-if", true), createElementVNode("div", {
|
|
537
541
|
class: normalizeClass(`${unref(prefixCls)}-table`),
|
|
538
542
|
dir: "ltr"
|
|
539
543
|
}, [createVNode(_component_el_table, mergeProps({
|
|
@@ -598,7 +602,7 @@ var stdin_default = /* @__PURE__ */defineComponent({
|
|
|
598
602
|
};
|
|
599
603
|
})]), 1040, ["class", "data", "expand-row-keys"])], 2
|
|
600
604
|
/* CLASS */), paginationProps.value ? (openBlock(), createBlock(_component_el_pagination, mergeProps({
|
|
601
|
-
key:
|
|
605
|
+
key: 3
|
|
602
606
|
}, paginationProps.value, {
|
|
603
607
|
"current-page": page.value,
|
|
604
608
|
"onUpdate:currentPage": _cache[3] || (_cache[3] = $event => page.value = $event),
|