dpot-ui 0.1.5 → 0.1.7
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.es.js +33 -30
- package/dist/style.css +1 -1
- package/package.json +3 -2
package/dist/index.es.js
CHANGED
|
@@ -16,7 +16,7 @@ var S = function() {
|
|
|
16
16
|
staticClass: "dp-check_name_"
|
|
17
17
|
}, [e._v(e._s(e.data.name))])]);
|
|
18
18
|
}, w = [];
|
|
19
|
-
function
|
|
19
|
+
function h(e, o, r, t, n, i, a, s) {
|
|
20
20
|
var l = typeof e == "function" ? e.options : e;
|
|
21
21
|
o && (l.render = o, l.staticRenderFns = r, l._compiled = !0), t && (l.functional = !0), i && (l._scopeId = "data-v-" + i);
|
|
22
22
|
var c;
|
|
@@ -67,7 +67,7 @@ const k = {
|
|
|
67
67
|
}
|
|
68
68
|
}
|
|
69
69
|
}, g = {};
|
|
70
|
-
var D = /* @__PURE__ */
|
|
70
|
+
var D = /* @__PURE__ */ h(
|
|
71
71
|
k,
|
|
72
72
|
S,
|
|
73
73
|
w,
|
|
@@ -123,7 +123,7 @@ const E = {
|
|
|
123
123
|
}
|
|
124
124
|
}
|
|
125
125
|
}, b = {};
|
|
126
|
-
var M = /* @__PURE__ */
|
|
126
|
+
var M = /* @__PURE__ */ h(
|
|
127
127
|
E,
|
|
128
128
|
O,
|
|
129
129
|
j,
|
|
@@ -214,7 +214,7 @@ const z = {
|
|
|
214
214
|
}
|
|
215
215
|
}
|
|
216
216
|
}, v = {};
|
|
217
|
-
var K = /* @__PURE__ */
|
|
217
|
+
var K = /* @__PURE__ */ h(
|
|
218
218
|
z,
|
|
219
219
|
L,
|
|
220
220
|
W,
|
|
@@ -353,8 +353,8 @@ const q = {
|
|
|
353
353
|
beforeUnMounted() {
|
|
354
354
|
this.resizer && this.resizer.unobserve(this.$el);
|
|
355
355
|
}
|
|
356
|
-
},
|
|
357
|
-
var U = /* @__PURE__ */
|
|
356
|
+
}, m = {};
|
|
357
|
+
var U = /* @__PURE__ */ h(
|
|
358
358
|
q,
|
|
359
359
|
A,
|
|
360
360
|
N,
|
|
@@ -365,8 +365,8 @@ var U = /* @__PURE__ */ _(
|
|
|
365
365
|
null
|
|
366
366
|
);
|
|
367
367
|
function V(e) {
|
|
368
|
-
for (let o in
|
|
369
|
-
this[o] =
|
|
368
|
+
for (let o in m)
|
|
369
|
+
this[o] = m[o];
|
|
370
370
|
}
|
|
371
371
|
const X = /* @__PURE__ */ function() {
|
|
372
372
|
return U.exports;
|
|
@@ -376,9 +376,9 @@ const X = /* @__PURE__ */ function() {
|
|
|
376
376
|
return {};
|
|
377
377
|
const n = (a) => typeof a == "number" ? [a] : Object.values(a).map((s) => n(s)).flat();
|
|
378
378
|
return { position: "sticky", left: `${e.filter((a, s) => s < r && a.isFixed).map((a) => n(o[a.code])).reduce((a, s) => parseFloat(a) + parseFloat(s), 0)}px` };
|
|
379
|
-
},
|
|
379
|
+
}, _ = (e, o, r) => {
|
|
380
380
|
const t = e[o[0]];
|
|
381
|
-
return o.length > 1 ?
|
|
381
|
+
return o.length > 1 ? _(t, o.slice(1)) : e[r] || t;
|
|
382
382
|
};
|
|
383
383
|
var G = function() {
|
|
384
384
|
var e = this, o = e.$createElement, r = e._self._c || o;
|
|
@@ -478,8 +478,8 @@ const Q = {
|
|
|
478
478
|
this.$emit("changeFilter", e);
|
|
479
479
|
}
|
|
480
480
|
}
|
|
481
|
-
},
|
|
482
|
-
var Y = /* @__PURE__ */
|
|
481
|
+
}, y = {};
|
|
482
|
+
var Y = /* @__PURE__ */ h(
|
|
483
483
|
Q,
|
|
484
484
|
G,
|
|
485
485
|
J,
|
|
@@ -490,8 +490,8 @@ var Y = /* @__PURE__ */ _(
|
|
|
490
490
|
null
|
|
491
491
|
);
|
|
492
492
|
function Z(e) {
|
|
493
|
-
for (let o in
|
|
494
|
-
this[o] =
|
|
493
|
+
for (let o in y)
|
|
494
|
+
this[o] = y[o];
|
|
495
495
|
}
|
|
496
496
|
const ee = /* @__PURE__ */ function() {
|
|
497
497
|
return Y.exports;
|
|
@@ -724,7 +724,7 @@ const re = {
|
|
|
724
724
|
return e.length ? [...this.bodyData].filter((o) => {
|
|
725
725
|
let r = !0;
|
|
726
726
|
return e.some((t) => {
|
|
727
|
-
if (!t.value.includes(
|
|
727
|
+
if (!t.value.includes(_(o, t.target, t.filterKey)))
|
|
728
728
|
return r = !1, !0;
|
|
729
729
|
}), r;
|
|
730
730
|
}) : this.bodyData;
|
|
@@ -736,7 +736,7 @@ const re = {
|
|
|
736
736
|
// 表体渲染数据
|
|
737
737
|
resultData() {
|
|
738
738
|
return Object.keys(this.widthInfo).length < this.headData.length || !this.headData.length ? [] : (this.sortInfo.value ? [...this.filterBodyData].sort((o, r) => {
|
|
739
|
-
const t =
|
|
739
|
+
const t = _(o, this.sortInfo.target, this.sortInfo.sortKey), n = _(r, this.sortInfo.target, this.sortInfo.sortKey);
|
|
740
740
|
return this.sortInfo.value === "up" ? t - n : n - t;
|
|
741
741
|
}) : this.filterBodyData).slice(this.beforeIndex, this.currentIndex).concat(this.totalData ? [{ ...this.totalData, __sub: "", __isTotalData: !0 }] : []).map((o, r) => {
|
|
742
742
|
const t = this.handleComputItem(o);
|
|
@@ -771,7 +771,7 @@ const re = {
|
|
|
771
771
|
},
|
|
772
772
|
watch: {
|
|
773
773
|
bodyData() {
|
|
774
|
-
this.$refs.table.scrollTop = 0, this.$refs.table.scrollLeft = 0, this.scrollLeft = 0, this.beforeIndex = 0, this.currentIndex =
|
|
774
|
+
this.$refs.table.scrollTop = 0, this.$refs.table.scrollLeft = 0, this.scrollLeft = 0, this.beforeIndex = 0, this.currentIndex = 50;
|
|
775
775
|
},
|
|
776
776
|
filterBodyData() {
|
|
777
777
|
this.handleComputItemHeight();
|
|
@@ -781,7 +781,7 @@ const re = {
|
|
|
781
781
|
return {
|
|
782
782
|
widthInfo: {},
|
|
783
783
|
scrollLeft: 0,
|
|
784
|
-
currentIndex:
|
|
784
|
+
currentIndex: 50,
|
|
785
785
|
beforeIndex: 0,
|
|
786
786
|
timer: null,
|
|
787
787
|
hoverFlag: !1,
|
|
@@ -793,6 +793,9 @@ const re = {
|
|
|
793
793
|
filterInfo: {}
|
|
794
794
|
};
|
|
795
795
|
},
|
|
796
|
+
mounted() {
|
|
797
|
+
this.handleComputItemHeight();
|
|
798
|
+
},
|
|
796
799
|
methods: {
|
|
797
800
|
// 计算合并单元格的宽度
|
|
798
801
|
computWidth(e) {
|
|
@@ -834,13 +837,13 @@ const re = {
|
|
|
834
837
|
this.scrollLeft = e.target.scrollLeft, clearTimeout(this.timer), this.timer = setTimeout(() => {
|
|
835
838
|
const o = e.target.scrollTop - this.$el.offsetHeight / 2;
|
|
836
839
|
if (this.rowHeight)
|
|
837
|
-
this.beforeIndex = Math.max(Math.floor(o / this.rowHeight), 0), this.currentIndex = Math.max(this.beforeIndex + Math.ceil(this.$el.offsetHeight / this.rowHeight) *
|
|
840
|
+
this.beforeIndex = Math.max(Math.floor(o / this.rowHeight), 0), this.currentIndex = Math.max(this.beforeIndex + Math.ceil(this.$el.offsetHeight / this.rowHeight) * 3, 50);
|
|
838
841
|
else {
|
|
839
842
|
let r = 0;
|
|
840
843
|
this.beforeIndex = this.fullHeightInfo.findIndex((t) => {
|
|
841
844
|
const n = r + t >= o;
|
|
842
845
|
return n || (r += t), n;
|
|
843
|
-
}), this.currentIndex = Math.min(this.beforeIndex +
|
|
846
|
+
}), this.currentIndex = Math.min(this.beforeIndex + 50, this.filterBodyData.length);
|
|
844
847
|
}
|
|
845
848
|
}, 10);
|
|
846
849
|
},
|
|
@@ -854,22 +857,22 @@ const re = {
|
|
|
854
857
|
const r = ["up", "down", null];
|
|
855
858
|
this.sortInfo.value = r[(r.findIndex((t) => t === (this.sortInfo.value || null)) + 1) % r.length];
|
|
856
859
|
} else
|
|
857
|
-
this.sortInfo = { target: o, value: "up", sortKey:
|
|
860
|
+
this.sortInfo = { target: o, value: "up", sortKey: e.sortKey, sortFn: e.sortFn || null };
|
|
858
861
|
this.$emit("changeSort", { key: e.sortKey, value: this.sortInfo.value });
|
|
859
862
|
},
|
|
860
863
|
// 操作筛选
|
|
861
864
|
handleChangeFilter(e) {
|
|
862
|
-
this.filterInfo = { ...this.filterInfo, ...e }, this.beforeIndex = 0, this.currentIndex =
|
|
865
|
+
this.filterInfo = { ...this.filterInfo, ...e }, this.beforeIndex = 0, this.currentIndex = 50, this.$refs.table.scrollTop = 0, this.$emit("changeFilter", Object.values(this.filterInfo).map((o) => ({ key: o.key, value: o.value })));
|
|
863
866
|
}
|
|
864
867
|
}
|
|
865
868
|
}, C = {};
|
|
866
|
-
var ne = /* @__PURE__ */
|
|
869
|
+
var ne = /* @__PURE__ */ h(
|
|
867
870
|
re,
|
|
868
871
|
te,
|
|
869
872
|
oe,
|
|
870
873
|
!1,
|
|
871
874
|
ae,
|
|
872
|
-
"
|
|
875
|
+
"6797cde1",
|
|
873
876
|
null,
|
|
874
877
|
null
|
|
875
878
|
);
|
|
@@ -914,32 +917,32 @@ const de = {
|
|
|
914
917
|
}
|
|
915
918
|
}
|
|
916
919
|
}, I = {};
|
|
917
|
-
var ce = /* @__PURE__ */
|
|
920
|
+
var ce = /* @__PURE__ */ h(
|
|
918
921
|
de,
|
|
919
922
|
ie,
|
|
920
923
|
le,
|
|
921
924
|
!1,
|
|
922
|
-
|
|
925
|
+
he,
|
|
923
926
|
"65587794",
|
|
924
927
|
null,
|
|
925
928
|
null
|
|
926
929
|
);
|
|
927
|
-
function
|
|
930
|
+
function he(e) {
|
|
928
931
|
for (let o in I)
|
|
929
932
|
this[o] = I[o];
|
|
930
933
|
}
|
|
931
|
-
const
|
|
934
|
+
const _e = /* @__PURE__ */ function() {
|
|
932
935
|
return ce.exports;
|
|
933
936
|
}(), ue = [
|
|
934
937
|
se,
|
|
935
|
-
|
|
938
|
+
_e
|
|
936
939
|
], fe = {
|
|
937
940
|
install: (e) => {
|
|
938
941
|
ue.forEach((o) => e.component(o.name, o));
|
|
939
942
|
}
|
|
940
943
|
};
|
|
941
944
|
export {
|
|
942
|
-
|
|
945
|
+
_e as Raw,
|
|
943
946
|
se as Table,
|
|
944
947
|
fe as default
|
|
945
948
|
};
|
package/dist/style.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.dp-check_view_[data-v-1b8ae42a]{font-size:14px;padding:5px 10px;min-width:60px;display:flex;cursor:pointer}.dp-check_view_[data-v-1b8ae42a]:hover{background-color:#e8e8e8}.dp-check_view_[disabled][data-v-1b8ae42a]{pointer-events:none}.dp-check_tag_[data-v-1b8ae42a]{width:14px;height:14px;flex-shrink:0;display:flex;align-items:center;justify-content:center;border-radius:50%;border:1px solid #999;margin-right:10px;transform:translateY(1px)}.dp-check_name_[data-v-1b8ae42a]{white-space:break-spaces}.dp-check_view_checked_ .dp-check_tag_[data-v-1b8ae42a]{border-color:#fe8227;background-color:#fe8227}.dp-check_view_checked_ .dp-check_tag_[data-v-1b8ae42a]:before{content:"";width:9px;height:5px;border-bottom:1px solid #fff;border-left:1px solid #fff;transform:rotate(-45deg) translate(1px,-1px)}.dp-check_view_checked_ .dp-check_name_[data-v-1b8ae42a]{color:#fe8227}.dp-radio_view_[data-v-e7bf9628]{font-size:14px;padding:5px 10px;min-width:60px;display:flex;cursor:pointer}.dp-radio_view_[data-v-e7bf9628]:hover{background-color:#e8e8e8}.dp-radio_view_[disabled][data-v-e7bf9628]{pointer-events:none}.dp-radio_tag_[data-v-e7bf9628]{width:14px;height:14px;flex-shrink:0;display:flex;align-items:center;justify-content:center;border-radius:50%;border:1px solid #999;margin-right:10px;transform:translateY(1px)}.dp-radio_name_[data-v-e7bf9628]{white-space:break-spaces}.dp-radio_view_checked_ .dp-radio_tag_[data-v-e7bf9628]{border-color:#fe8227}.dp-radio_view_checked_ .dp-radio_tag_[data-v-e7bf9628]:before{content:"";width:10px;height:10px;border-radius:50%;background-color:#fe8227}.dp-radio_view_checked_ .dp-radio_name_[data-v-e7bf9628]{color:#fe8227}.dp-checkfilter_view_[data-v-20c78138]{display:flex;align-items:center;justify-content:center;padding:10px 0;position:relative;cursor:pointer}.dp-checkfilter_arrow_[data-v-20c78138]{position:relative;width:6px;height:6px;margin:0 10px;border-bottom:2px solid #999;border-left:2px solid #999;transform:rotate(-45deg) translateY(-2px);transition:all .1s}.dp-checkfilter_option_view_[data-v-20c78138]{overflow:hidden;visibility:hidden;position:absolute;z-index:1000;left:0;top:100%;width:100%;border-radius:5px;box-shadow:3px 3px 10px #c3c3c3;transform:scaleY(0);transform-origin:top;transition:all .1s}.dp-checkfilter_title_checked_[data-v-20c78138]{color:#fe8227}.dp-checkfilter_view_:hover .dp-checkfilter_arrow_[data-v-20c78138]{transform:rotate(135deg) translate(3px,-3px)}.dp-checkfilter_view_:hover .dp-checkfilter_option_view_[data-v-20c78138]{transform:scale(1);overflow:visible;visibility:inherit}.dp-checkfilter_option_view_[data-v-20c78138]:before{content:"";position:absolute;left:calc(50% - 4px);top:-4px;width:8px;height:8px;background-color:#fff;box-shadow:3px 3px 10px #c3c3c3;transform:rotate(45deg)}.dp-checkfilter_option_list_[data-v-20c78138]{max-height:400px;overflow:auto;border-radius:5px;background-color:#fff;position:relative;z-index:2}.dp-table_header_item_height_[data-v-5cf7a766]{min-height:40px}.dp-table_header_item_[data-v-5cf7a766]{white-space:nowrap;text-overflow:ellipsis;display:flex;align-items:center;justify-content:center;box-sizing:border-box;text-align:center;flex-shrink:0}.dp-table_header_item_group_[data-v-5cf7a766]{flex-direction:column;align-items:stretch}.dp-table_header_item_group_title_[data-v-5cf7a766]{display:flex;align-items:center;justify-content:center}.dp-table_header_item_border_[data-v-5cf7a766]{border-right:1px solid;border-bottom:1px solid;padding:3px 10px}.dp-table_header_item_child_[data-v-5cf7a766]{display:flex}.dp-table_header_item_sort_[data-v-5cf7a766]{display:inline-flex;flex-direction:column;align-items:center;justify-content:space-between;width:16px;height:12px}.dp-table_header_item_sort_[data-v-5cf7a766]:before,.dp-table_header_item_sort_[data-v-5cf7a766]:after{content:"";width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent}.dp-table_header_item_sort_[data-v-5cf7a766]:before{border-bottom:5px solid #999}.dp-table_header_item_sort_[data-v-5cf7a766]:after{border-top:5px solid #999}.dp-table_header_item_sort_up_[data-v-5cf7a766]:before{border-bottom-color:#fe8227}.dp-table_header_item_sort_down_[data-v-5cf7a766]:after{border-top-color:#fe8227}.dp-table_header_item_cursor_[data-v-5cf7a766]{cursor:pointer}.dp-table_header_filter_view_[data-v-5cf7a766]{flex:1}.dp-table_header_view_[data-v-2293b374]{flex-shrink:0;display:inline-flex;border-top:1px solid;position:sticky;z-index:3;top:0;user-select:none}.dp-table_fixed_bg_[data-v-2293b374]{background-color:#fff}.dp-table_fixed_bg_.dp-table_fixed_shadow_[data-v-2293b374]{box-shadow:5px 0 8px -3px #e3e3e3}.dp-table_view_border_[data-v-
|
|
1
|
+
.dp-check_view_[data-v-1b8ae42a]{font-size:14px;padding:5px 10px;min-width:60px;display:flex;cursor:pointer}.dp-check_view_[data-v-1b8ae42a]:hover{background-color:#e8e8e8}.dp-check_view_[disabled][data-v-1b8ae42a]{pointer-events:none}.dp-check_tag_[data-v-1b8ae42a]{width:14px;height:14px;flex-shrink:0;display:flex;align-items:center;justify-content:center;border-radius:50%;border:1px solid #999;margin-right:10px;transform:translateY(1px)}.dp-check_name_[data-v-1b8ae42a]{white-space:break-spaces}.dp-check_view_checked_ .dp-check_tag_[data-v-1b8ae42a]{border-color:#fe8227;background-color:#fe8227}.dp-check_view_checked_ .dp-check_tag_[data-v-1b8ae42a]:before{content:"";width:9px;height:5px;border-bottom:1px solid #fff;border-left:1px solid #fff;transform:rotate(-45deg) translate(1px,-1px)}.dp-check_view_checked_ .dp-check_name_[data-v-1b8ae42a]{color:#fe8227}.dp-radio_view_[data-v-e7bf9628]{font-size:14px;padding:5px 10px;min-width:60px;display:flex;cursor:pointer}.dp-radio_view_[data-v-e7bf9628]:hover{background-color:#e8e8e8}.dp-radio_view_[disabled][data-v-e7bf9628]{pointer-events:none}.dp-radio_tag_[data-v-e7bf9628]{width:14px;height:14px;flex-shrink:0;display:flex;align-items:center;justify-content:center;border-radius:50%;border:1px solid #999;margin-right:10px;transform:translateY(1px)}.dp-radio_name_[data-v-e7bf9628]{white-space:break-spaces}.dp-radio_view_checked_ .dp-radio_tag_[data-v-e7bf9628]{border-color:#fe8227}.dp-radio_view_checked_ .dp-radio_tag_[data-v-e7bf9628]:before{content:"";width:10px;height:10px;border-radius:50%;background-color:#fe8227}.dp-radio_view_checked_ .dp-radio_name_[data-v-e7bf9628]{color:#fe8227}.dp-checkfilter_view_[data-v-20c78138]{display:flex;align-items:center;justify-content:center;padding:10px 0;position:relative;cursor:pointer}.dp-checkfilter_arrow_[data-v-20c78138]{position:relative;width:6px;height:6px;margin:0 10px;border-bottom:2px solid #999;border-left:2px solid #999;transform:rotate(-45deg) translateY(-2px);transition:all .1s}.dp-checkfilter_option_view_[data-v-20c78138]{overflow:hidden;visibility:hidden;position:absolute;z-index:1000;left:0;top:100%;width:100%;border-radius:5px;box-shadow:3px 3px 10px #c3c3c3;transform:scaleY(0);transform-origin:top;transition:all .1s}.dp-checkfilter_title_checked_[data-v-20c78138]{color:#fe8227}.dp-checkfilter_view_:hover .dp-checkfilter_arrow_[data-v-20c78138]{transform:rotate(135deg) translate(3px,-3px)}.dp-checkfilter_view_:hover .dp-checkfilter_option_view_[data-v-20c78138]{transform:scale(1);overflow:visible;visibility:inherit}.dp-checkfilter_option_view_[data-v-20c78138]:before{content:"";position:absolute;left:calc(50% - 4px);top:-4px;width:8px;height:8px;background-color:#fff;box-shadow:3px 3px 10px #c3c3c3;transform:rotate(45deg)}.dp-checkfilter_option_list_[data-v-20c78138]{max-height:400px;overflow:auto;border-radius:5px;background-color:#fff;position:relative;z-index:2}.dp-table_header_item_height_[data-v-5cf7a766]{min-height:40px}.dp-table_header_item_[data-v-5cf7a766]{white-space:nowrap;text-overflow:ellipsis;display:flex;align-items:center;justify-content:center;box-sizing:border-box;text-align:center;flex-shrink:0}.dp-table_header_item_group_[data-v-5cf7a766]{flex-direction:column;align-items:stretch}.dp-table_header_item_group_title_[data-v-5cf7a766]{display:flex;align-items:center;justify-content:center}.dp-table_header_item_border_[data-v-5cf7a766]{border-right:1px solid;border-bottom:1px solid;padding:3px 10px}.dp-table_header_item_child_[data-v-5cf7a766]{display:flex}.dp-table_header_item_sort_[data-v-5cf7a766]{display:inline-flex;flex-direction:column;align-items:center;justify-content:space-between;width:16px;height:12px}.dp-table_header_item_sort_[data-v-5cf7a766]:before,.dp-table_header_item_sort_[data-v-5cf7a766]:after{content:"";width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent}.dp-table_header_item_sort_[data-v-5cf7a766]:before{border-bottom:5px solid #999}.dp-table_header_item_sort_[data-v-5cf7a766]:after{border-top:5px solid #999}.dp-table_header_item_sort_up_[data-v-5cf7a766]:before{border-bottom-color:#fe8227}.dp-table_header_item_sort_down_[data-v-5cf7a766]:after{border-top-color:#fe8227}.dp-table_header_item_cursor_[data-v-5cf7a766]{cursor:pointer}.dp-table_header_filter_view_[data-v-5cf7a766]{flex:1}.dp-table_header_view_[data-v-2293b374]{flex-shrink:0;display:inline-flex;border-top:1px solid;position:sticky;z-index:3;top:0;user-select:none}.dp-table_fixed_bg_[data-v-2293b374]{background-color:#fff}.dp-table_fixed_bg_.dp-table_fixed_shadow_[data-v-2293b374]{box-shadow:5px 0 8px -3px #e3e3e3}.dp-table_view_border_[data-v-6797cde1]{border:1px solid;border-top:0;display:inline-block!important;max-width:100%;font-size:0}.dp-table_view_[data-v-6797cde1]{display:inline-block;max-width:100%;overflow:auto;max-height:100vh;font-size:0;position:relative;box-sizing:border-box}.dp-table_body_view_[data-v-6797cde1]{display:inline-flex;flex-direction:column;box-sizing:border-box;min-height:50px}.dp-table_body_view_[data-v-6797cde1]:empty{display:flex;align-items:center;justify-content:center}.dp-table_body_view_[data-v-6797cde1]:empty:before{content:"\6682\65e0\6570\636e";line-height:2;color:#999}.dp-table_view_>*[data-v-6797cde1]{font-size:14px}.dp-table_body_item_[data-v-6797cde1]{display:inline-flex}.dp-table_fixed_bg_[data-v-6797cde1]{background-color:#fff}.dp-table_fixed_bg_.dp-table_fixed_shadow_[data-v-6797cde1]{box-shadow:5px 0 8px -3px #e3e3e3}.dp-table_body_item_group_col_[data-v-6797cde1]{display:flex;flex-direction:column}.dp-table_body_item_group_col_>*[data-v-6797cde1]{flex:1}.dp-table_body_item_child_[data-v-6797cde1]{flex-shrink:0;display:flex;align-items:center;justify-content:center;text-align:center;border-right:1px solid;border-bottom:1px solid;box-sizing:border-box;overflow:hidden}.dp-table_total_view_[data-v-6797cde1]{position:sticky;bottom:0;display:inline-flex;background-color:#fff;overflow:visible}.dp-table_total_border_[data-v-6797cde1]{position:absolute;left:0;top:-1px;color:inherit;z-index:4;width:100%;border-top:1px solid}.problem-raw[data-v-65587794]:after{content:"";display:block;clear:both}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "dpot-ui",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.7",
|
|
5
5
|
"author": "Jeesn",
|
|
6
6
|
"main": "./dist/index.es.js",
|
|
7
7
|
"module": "./dist/index.es.js",
|
|
@@ -18,6 +18,7 @@
|
|
|
18
18
|
"docs"
|
|
19
19
|
],
|
|
20
20
|
"peerDependencies": {
|
|
21
|
-
"vue": ">=2.6.14"
|
|
21
|
+
"vue": ">=2.6.14",
|
|
22
|
+
"vue-template-compiler": ">=2.6.14"
|
|
22
23
|
}
|
|
23
24
|
}
|