tm-table 1.0.101 → 1.0.103
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/vue2/tm-table.es.js
CHANGED
|
@@ -83,10 +83,10 @@ const v = (t) => t, p = () => "mini", B = {
|
|
|
83
83
|
"en-US": N
|
|
84
84
|
};
|
|
85
85
|
let b = { value: "zh-CN" };
|
|
86
|
-
var
|
|
86
|
+
var F;
|
|
87
87
|
{
|
|
88
88
|
const t = require("vue");
|
|
89
|
-
t.observable || (
|
|
89
|
+
t.observable || (F = t.default) != null && F.observable ? b = t.default.observable(b) : b = new t({
|
|
90
90
|
data() {
|
|
91
91
|
return { currentLang: b };
|
|
92
92
|
}
|
|
@@ -95,11 +95,11 @@ var V;
|
|
|
95
95
|
const j = (t) => {
|
|
96
96
|
var e;
|
|
97
97
|
return ((e = U[b.value]) == null ? void 0 : e[t]) || t;
|
|
98
|
-
},
|
|
98
|
+
}, V = (t) => {
|
|
99
99
|
b.value = t;
|
|
100
100
|
}, g = () => ({
|
|
101
101
|
t: j,
|
|
102
|
-
setLang:
|
|
102
|
+
setLang: V,
|
|
103
103
|
currentLang: b
|
|
104
104
|
});
|
|
105
105
|
function o(t, e, s, i, a, l, n, c) {
|
|
@@ -661,7 +661,7 @@ var Se = function() {
|
|
|
661
661
|
null,
|
|
662
662
|
"6b474dac"
|
|
663
663
|
);
|
|
664
|
-
const L = $e.exports, { t: u } = g(), we = !0,
|
|
664
|
+
const L = $e.exports, { t: u } = g(), we = !0, Ve = !1, Fe = "value", ze = {
|
|
665
665
|
name: "TmAdvancedDateFilter",
|
|
666
666
|
components: {
|
|
667
667
|
EllipsisText: C
|
|
@@ -954,9 +954,9 @@ const L = $e.exports, { t: u } = g(), we = !0, Fe = !1, Ve = "value", ze = {
|
|
|
954
954
|
return {
|
|
955
955
|
t: u,
|
|
956
956
|
isVue2: we,
|
|
957
|
-
isVue3:
|
|
957
|
+
isVue3: Ve,
|
|
958
958
|
getDefaultSize: p,
|
|
959
|
-
valueField:
|
|
959
|
+
valueField: Fe
|
|
960
960
|
};
|
|
961
961
|
},
|
|
962
962
|
methods: {
|
|
@@ -1776,9 +1776,9 @@ const Tt = St.exports, x = (t) => t ? t.data && t.data.attrs || {} : {}, $ = (t,
|
|
|
1776
1776
|
return Promise.reject(e);
|
|
1777
1777
|
}
|
|
1778
1778
|
}
|
|
1779
|
-
}, $t = (t) => _.getTableConfig(t.key), wt = (t) => _.setTableConfig(t),
|
|
1779
|
+
}, $t = (t) => _.getTableConfig(t.key), wt = (t) => _.setTableConfig(t), Vt = (t) => {
|
|
1780
1780
|
t && (typeof t.getTableConfig == "function" && (_.getTableConfig = t.getTableConfig), typeof t.setTableConfig == "function" && (_.setTableConfig = t.setTableConfig));
|
|
1781
|
-
}, { t:
|
|
1781
|
+
}, { t: Ft } = g(), zt = !0, kt = !1, Lt = {
|
|
1782
1782
|
formatter: (t, e, s, i) => [void 0, null, ""].includes(s) ? "-" : s
|
|
1783
1783
|
}, Ot = {
|
|
1784
1784
|
name: "TmColumnConfig",
|
|
@@ -1827,7 +1827,7 @@ const Tt = St.exports, x = (t) => t ? t.data && t.data.attrs || {} : {}, $ = (t,
|
|
|
1827
1827
|
},
|
|
1828
1828
|
data() {
|
|
1829
1829
|
return {
|
|
1830
|
-
t:
|
|
1830
|
+
t: Ft,
|
|
1831
1831
|
isVue2: zt,
|
|
1832
1832
|
isVue3: kt,
|
|
1833
1833
|
getDefaultSize: p,
|
|
@@ -2848,9 +2848,9 @@ var Gt = function() {
|
|
|
2848
2848
|
);
|
|
2849
2849
|
const I = Xt.exports, Zt = {
|
|
2850
2850
|
install(t, e = {}) {
|
|
2851
|
-
[E, P, C, I].forEach((s) => t.component(s.name, s)), e.tableConfigProvider &&
|
|
2851
|
+
[E, P, C, I].forEach((s) => t.component(s.name, s)), e.tableConfigProvider && Vt(e.tableConfigProvider), e.lang && V(e.lang || "zh-CN");
|
|
2852
2852
|
}
|
|
2853
|
-
},
|
|
2853
|
+
}, es = {
|
|
2854
2854
|
install: Zt.install,
|
|
2855
2855
|
Table: E,
|
|
2856
2856
|
Column: P,
|
|
@@ -2864,9 +2864,10 @@ const I = Xt.exports, Zt = {
|
|
|
2864
2864
|
Switch: A,
|
|
2865
2865
|
EllipsisText: C,
|
|
2866
2866
|
AdvancedEllipsisText: I,
|
|
2867
|
-
setLang:
|
|
2867
|
+
setLang: V,
|
|
2868
2868
|
useLocale: g
|
|
2869
2869
|
};
|
|
2870
|
+
typeof window < "u" && window.Vue && es.install(window.Vue);
|
|
2870
2871
|
export {
|
|
2871
2872
|
O as AdvancedDate,
|
|
2872
2873
|
I as AdvancedEllipsisText,
|
|
@@ -2880,7 +2881,7 @@ export {
|
|
|
2880
2881
|
z as Select,
|
|
2881
2882
|
A as Switch,
|
|
2882
2883
|
E as Table,
|
|
2883
|
-
|
|
2884
|
-
|
|
2884
|
+
es as default,
|
|
2885
|
+
V as setLang,
|
|
2885
2886
|
g as useLocale
|
|
2886
2887
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(r,x){typeof exports=="object"&&typeof module<"u"?x(exports,require("vue"),require("sortablejs")):typeof define=="function"&&define.amd?define(["exports","vue","sortablejs"],x):(r=typeof globalThis<"u"?globalThis:r||self,x(r.TmTable={},r.Vue,r.Sortable))})(this,function(r,x,g){"use strict";var B;const C=t=>t,f=()=>"mini",N={"zh-CN":{today:"今天",yesterday:"昨天",last7days:"最近7天",last30days:"最近30天",thisMonth:"本月",lastMonth:"上月",checkAll:"全选",search:"搜索",query:"查询",reset:"重置",columnSetting:"列设置",refresh:"刷新",cancel:"取消",fixedLeft:"固定在左侧",fixedRight:"固定在右侧",top:"置顶",restoreDefault:"恢复默认",saveAndApply:"保存并应用",startDate:"开始日期",endDate:"结束日期",all:"全选",SelectableFields:"可选择字段",fixedColumns:"固定列",leftmost:"左侧最多",rightmost:"右侧最多",items:"项",accurateSearchTips:"每行一个,支持多个值",accurateSearchPlaceholder:"精确搜索,一行一项",selectPlaceholder:"请选择",clear:"清空",saveSuccess:"保存成功",cancelRightFixed:"取消右侧固定",rightFixed:"固定到右侧",cancelLeftFixed:"取消左侧固定",leftFixed:"固定到左侧",cancelTop:"取消置顶",copySuccess:"复制成功",copyFailed:"复制失败"},"en-US":{today:"Today",yesterday:"Yesterday",last7days:"Last 7 days",last30days:"Last 30 days",thisMonth:"This month",lastMonth:"Last month",checkAll:"Check all",search:"Search",query:"Search",reset:"Reset",columnSetting:"Column Setting",refresh:"Refresh",cancel:"Cancel",fixedLeft:"Fixed left",fixedRight:"Fixed right",top:"Top",restoreDefault:"Restore default",saveAndApply:"Save and apply",startDate:"Start date",endDate:"End date",all:"All",SelectableFields:"Fields",fixedColumns:"Fixed columns",leftmost:"Leftmost",rightmost:"Rightmost",items:"item(s)",accurateSearchTips:"One per line, supporting multiple values",accurateSearchPlaceholder:"Accurate search, one per line",selectPlaceholder:"Please select",clear:"Clear",saveSuccess:"Successfully saved",cancelRightFixed:"Cancel right fixed",rightFixed:"Fixed to right",cancelLeftFixed:"Cancel left fixed",leftFixed:"Fixed to left",cancelTop:"Cancel top",copySuccess:"Copy successfully",copyFailed:"Copy failed"}};let v={value:"zh-CN"};{const t=require("vue");t.observable||(B=t.default)!=null&&B.observable?v=t.default.observable(v):v=new t({data(){return{currentLang:v}}}).$data.currentLang}const j=t=>{var e;return((e=N[v.value])==null?void 0:e[t])||t},S=t=>{v.value=t},m=()=>({t:j,setLang:S,currentLang:v});function c(t,e,s,i,a,l,n,u){var o=typeof t=="function"?t.options:t;return e&&(o.render=e,o.staticRenderFns=s,o._compiled=!0),l&&(o._scopeId="data-v-"+l),{exports:t,options:o}}const U=!0,J=!1,w="value",Q="input",q={name:"TmSelectFilter",props:{[w]:{type:[String,Number,Array],default:""},field:{type:[String,Number],default:""},options:{type:[Array,Function],default:()=>[]},labelOptions:{type:Array,default:()=>[]},props:{type:Object,default:()=>({label:"label",value:"value"})},filterable:{type:Boolean,default:!0},clearable:{type:Boolean,default:!0},collapseTags:{type:Boolean,default:!0},multiple:{type:Boolean,default:!1},showCheckAll:{type:Boolean,default:!0},placeholder:{type:String,default:""}},data(){return{t:m().t,isVue2:U,isVue3:J,getDefaultSize:f,optionsList:[],loading:!1,indeterminate:!1,checkAll:!1,activedSelect:""}},computed:{computedValue:{get(){return this[w]},set(t){this.$emit(Q,t),this.$emit("change",t)}},fieldValue:{get(){return this.field},set(t){this.$emit("field-change",t)}},propMap(){return{label:this.props.label||"label",value:this.props.value||"value"}}},watch:{[w](t){!this.multiple||!this.showCheckAll||(t.length===0?(this.checkAll=!1,this.indeterminate=!1):t.length===this.optionsList.length?(this.checkAll=!0,this.indeterminate=!1):this.indeterminate=!0)}},created(){this.initOptions()},methods:{async initOptions(){if(Array.isArray(this.options))this.optionsList=this.options;else if(typeof this.options=="function")try{this.loading=!0;const t=await this.options();Array.isArray(t)&&(this.optionsList=t)}catch(t){console.error(t)}finally{this.loading=!1}},handleCheckAll(t){this.indeterminate=!1;let e=[];t&&(e=this.optionsList.map(s=>s[this.propMap.value])),this.computedValue=e},setActivedSelect(t){this.activedSelect=t}}};var K=function(){var e=this,s=e._self._c;return s("div",{staticClass:"advanced-select",class:{hasField:e.labelOptions&&e.labelOptions.length>0}},[e.labelOptions&&e.labelOptions.length>0?s("el-select",{staticClass:"field-select",class:`field-select--${e.isVue2?"v2":"v3"}`,style:`z-index:${e.activedSelect==="left"?2:0}`,attrs:{size:e.getDefaultSize()},on:{focus:function(i){return e.setActivedSelect("left")}},model:{value:e.fieldValue,callback:function(i){e.fieldValue=i},expression:"fieldValue"}},e._l(e.labelOptions,function(i){return s("el-option",{key:i.value,attrs:{label:i.label,value:i.value}})}),1):e._e(),s("el-select",e._g(e._b({ref:"select",staticClass:"select",class:`select--${e.isVue3?"v3":"v2"}`,style:`z-index:${e.activedSelect==="right"?2:0}`,attrs:{loading:e.loading},on:{focus:function(i){return e.setActivedSelect("right")}},scopedSlots:e._u([{key:"header",fn:function(){return[e.isVue3&&e.multiple&&e.showCheckAll?s("el-checkbox",{staticStyle:{width:"100%",height:"20px","padding-left":"10px"},attrs:{indeterminate:e.indeterminate,size:e.getDefaultSize()},on:{change:e.handleCheckAll},model:{value:e.checkAll,callback:function(i){e.checkAll=i},expression:"checkAll"}},[e._v(e._s(e.t("all")))]):e._e()]},proxy:!0}]),model:{value:e.computedValue,callback:function(i){e.computedValue=i},expression:"computedValue"}},"el-select",{...e.$attrs,size:e.getDefaultSize(),filterable:e.filterable,clearable:e.clearable,collapseTags:e.collapseTags,multiple:e.multiple,placeholder:e.placeholder,loading:e.loading},!1),e.isVue2?e.$listeners:{}),[e.isVue2&&e.multiple&&e.showCheckAll?s("div",{staticClass:"check-all-option"},[s("el-checkbox",{staticStyle:{width:"100%"},attrs:{indeterminate:e.indeterminate,size:e.getDefaultSize()},on:{change:e.handleCheckAll},model:{value:e.checkAll,callback:function(i){e.checkAll=i},expression:"checkAll"}},[e._v(e._s(e.t("all")))])],1):e._e(),e._l(e.optionsList,function(i){return s("el-option",{key:i[e.propMap.value],attrs:{label:i[e.propMap.label],value:i[e.propMap.value],disabled:i.disabled}},[e._t("option",function(){return[e._v(e._s(i[e.propMap.label]))]},{item:i})],2)})],2)],1)},G=[],Y=c(q,K,G,!1,null,"467dcdd3");const F=Y.exports,X={name:"BaseIcon",props:{path:{type:String},size:{type:[String,Number]},color:{type:String}},methods:{handleClick(){this.$emit("click")}}};var Z=function(){var e=this,s=e._self._c;return s("i",{staticClass:"tm-icon",on:{click:e.handleClick}},[s("svg",{style:{color:e.color},attrs:{width:e.size,height:e.size,viewBox:"0 0 1024 1024",xmlns:"http://www.w3.org/2000/svg"}},[s("path",{attrs:{d:e.path}})])])},ee=[],te=c(X,Z,ee,!1,null,"1c30ca93");const se=te.exports,p=Object.entries({menu:"M160 448a32 32 0 0 1-32-32V160.064a32 32 0 0 1 32-32h256a32 32 0 0 1 32 32V416a32 32 0 0 1-32 32zm448 0a32 32 0 0 1-32-32V160.064a32 32 0 0 1 32-32h255.936a32 32 0 0 1 32 32V416a32 32 0 0 1-32 32zM160 896a32 32 0 0 1-32-32V608a32 32 0 0 1 32-32h256a32 32 0 0 1 32 32v256a32 32 0 0 1-32 32zm448 0a32 32 0 0 1-32-32V608a32 32 0 0 1 32-32h255.936a32 32 0 0 1 32 32v256a32 32 0 0 1-32 32z",more:"M76.92892277 192.94787572h864.34120754c23.20379058 0 46.40758118-17.40284367 46.40758118-46.40758118s-23.20379058-46.40758118-46.40758118-46.40758116H76.92892277c-29.00473897 0-46.40758264 17.40284367-46.40758264 46.40758116s23.20379058 46.40758118 46.40758264 46.40758118zM941.27013031 465.59241882H76.92892277c-29.00473897 0-46.40758264 17.40284367-46.40758264 46.40758118s23.20379058 46.40758118 46.40758264 46.40758118h864.34120754c23.20379058 0 46.40758118-17.40284367 46.40758118-46.40758118s-23.20379058-46.40758118-46.40758118-46.40758118zM941.27013031 825.25117589H76.92892277c-29.00473897 0-46.40758264 17.40284367-46.40758264 46.40758118s23.20379058 46.40758118 46.40758264 46.40758264h864.34120754c23.20379058 0 46.40758118-17.40284367 46.40758118-46.40758264s-23.20379058-46.40758118-46.40758118-46.40758118z",refresh:"M771.776 794.88A384 384 0 0 1 128 512h64a320 320 0 0 0 555.712 216.448H654.72a32 32 0 1 1 0-64h149.056a32 32 0 0 1 32 32v148.928a32 32 0 1 1-64 0v-50.56zM276.288 295.616h92.992a32 32 0 0 1 0 64H220.16a32 32 0 0 1-32-32V178.56a32 32 0 0 1 64 0v50.56A384 384 0 0 1 896.128 512h-64a320 320 0 0 0-555.776-216.384z",move:"M238.93333333 102.4a68.26666667 68.26666667 0 1 1 136.53333334 0 68.26666667 68.26666667 0 0 1-136.53333334 0z m409.6 0a68.26666667 68.26666667 0 1 1 136.53333334 0 68.26666667 68.26666667 0 0 1-136.53333334 0zM238.93333333 375.46666667a68.26666667 68.26666667 0 1 1 136.53333334 0 68.26666667 68.26666667 0 0 1-136.53333334 0z m409.6 0a68.26666667 68.26666667 0 1 1 136.53333334 0 68.26666667 68.26666667 0 0 1-136.53333334 0z m-409.6 273.06666666a68.26666667 68.26666667 0 1 1 136.53333334 0 68.26666667 68.26666667 0 0 1-136.53333334 0z m409.6 0a68.26666667 68.26666667 0 1 1 136.53333334 0 68.26666667 68.26666667 0 0 1-136.53333334 0z m-341.33333333 204.8a68.26666667 68.26666667 0 1 0 0 136.53333334 68.26666667 68.26666667 0 0 0 0-136.53333334z m341.33333333 68.26666667a68.26666667 68.26666667 0 1 1 136.53333334 0 68.26666667 68.26666667 0 0 1-136.53333334 0z","column-setting":"M436.05333334 18.36373333a109.22666667 109.22666667 0 0 1 109.22666666 0l345.56586667 199.54346667c33.792 19.52426667 54.61333333 55.56906667 54.61333333 94.54933333V580.26666667h-81.92V312.45653333a27.30666667 27.30666667 0 0 0-13.65333333-23.62026666L504.32 89.2928a27.30666667 27.30666667 0 0 0-27.30666666 0L131.44746667 288.83626667a27.30666667 27.30666667 0 0 0-13.65333333 23.62026666v399.08693334a27.30666667 27.30666667 0 0 0 13.65333333 23.62026666L477.01333334 934.7072a27.30666667 27.30666667 0 0 0 27.30666666 0l54.61333334-31.5392v94.54933333l-13.65333334 7.91893334a109.22666667 109.22666667 0 0 1-109.22666666 0l-345.56586667-199.54346667a109.22666667 109.22666667 0 0 1-54.61333333-94.54933333V312.45653333c0-38.98026667 20.82133333-75.09333333 54.61333333-94.54933333L436.05333334 18.36373333z","fixed-left":"M843.36363653 311.54545478l-53.18181827 1e-8-20.45454521 28.63636347-163.63636435 204.54545479-24.54545391 28.63636347 12.27272695 36.81818175c8.18181826 28.63636347 12.27272695 57.27272695 12.27272696 85.90909042 0 32.72727305-4.09090869 61.36363652-16.36363565 90-4.09090869 16.36363653-12.27272695 32.72727306-24.54545479 49.09090957l-163.63636347-163.63636347-40.90909131-40.90909132-12.27272695-12.27272695-163.63636348-163.63636347c28.63636347-16.36363653 61.36363652-28.63636347 94.09090869-32.72727305 45-8.18181826 90-4.09090869 134.99999999 8.18181826l36.81818175 12.27272695 28.63636347-24.54545391 204.54545479-163.63636435 28.63636347-16.36363564 0-32.72727305L712.45454521 184.72727305l130.90909132 126.81818173zM941.54545479 327.90909131c0-8.18181826-4.09090869-16.36363653-8.18181826-24.54545478L720.63636348 94.72727305c-12.27272695-16.36363653-36.81818174-12.27272695-49.09090869 4.0909087-20.45454521 28.63636347-28.63636347 65.45454521-28.63636348 98.18181825l0 4.09090869-204.54545478 163.63636436c-110.45454521-36.81818174-233.18181826-16.36363653-327.27272784 61.36363564-8.18181826 8.18181826-12.27272695 16.36363653-12.27272694 24.54545478 0 8.18181826 4.09090869 16.36363653 8.18181825 24.5454548l196.36363653 196.36363652-212.72727305 212.72727216c-4.09090869 4.09090869-8.18181826 12.27272695-8.18181826 20.4545461s4.09090869 16.36363653 8.18181826 20.4545452c12.27272695 12.27272695 32.72727306 12.27272695 45 1e-8L352.45454522 716.54545479l196.36363652 196.36363652c12.27272695 12.27272695 36.81818174 12.27272695 49.09090957-4.09090957C651.09090869 847.45454521 675.63636347 773.81818174 675.63636346 696.09090869c0-36.81818173-4.09090869-73.63636348-16.36363651-106.36363564l163.63636436-204.54545479c36.81818173 0 73.63636348-8.18181826 106.36363564-28.63636347C937.45454519 348.36363653 941.54545478 336.09090869 941.54545479 327.90909131z","fixed-right":"M311.54545479 180.63636347v53.18181827l28.63636347 20.45454521 204.54545479 163.63636436 28.63636347 24.5454539 36.81818174-12.27272695c28.63636347-8.18181826 57.27272695-12.27272695 85.90909043-12.27272695 32.72727305 0 61.36363652 4.09090869 90 16.36363564 16.36363653 4.09090869 32.72727305 12.27272695 49.09090957 24.54545479l-163.63636347 163.63636347-40.90909132 40.90909131-12.27272695 12.27272695-163.63636347 163.63636348c-16.36363653-28.63636347-28.63636347-61.36363652-32.72727305-94.09090869-8.18181826-45-4.09090869-90 8.18181826-135l12.27272695-36.81818174-24.5454539-28.63636347-163.63636436-204.54545479-16.36363564-28.63636347h-32.72727305H184.72727305l126.81818174-130.90909132zM327.90909131 82.45454521c-8.18181826 0-16.36363653 4.09090869-24.54545478 8.18181826L94.72727305 303.36363652c-16.36363653 12.27272695-12.27272695 36.81818174 4.09090869 49.09090869 28.63636347 20.45454521 65.45454521 28.63636347 98.18181826 28.63636348h4.09090869l163.63636436 204.54545478c-36.81818174 110.45454521-16.36363653 233.18181826 61.36363564 327.27272784 8.18181826 8.18181826 16.36363653 12.27272695 24.54545478 12.27272695 8.18181826 0 16.36363653-4.09090869 24.54545479-8.18181826l196.36363653-196.36363653 212.72727216 212.72727305c4.09090869 4.09090869 12.27272695 8.18181826 20.4545461 8.18181827s16.36363653-4.09090869 20.45454521-8.18181827c12.27272695-12.27272695 12.27272695-32.72727305 0-45L716.54545479 671.54545479l196.36363652-196.36363653c12.27272695-12.27272695 12.27272695-36.81818174-4.09090957-49.09090957C847.45454521 372.90909131 773.81818174 348.36363653 696.09090869 348.36363653c-36.81818174 0-73.63636348 4.09090869-106.36363564 16.36363652l-204.54545479-163.63636436c0-36.81818174-8.18181826-73.63636348-28.63636347-106.36363564C348.36363653 86.54545479 336.09090869 82.45454521 327.90909131 82.45454521z",upload:"M160 832h704a32 32 0 1 1 0 64H160a32 32 0 1 1 0-64m384-578.304V704h-64V247.296L237.248 490.048 192 444.8 508.8 128l316.8 316.8-45.312 45.248z",download:"M160 832h704a32 32 0 1 1 0 64H160a32 32 0 1 1 0-64m384-253.696 236.288-236.352 45.248 45.248L508.8 704 192 387.2l45.248-45.248L480 584.704V128h64z",delete:"M160 256H96a32 32 0 0 1 0-64h256V95.936a32 32 0 0 1 32-32h256a32 32 0 0 1 32 32V192h256a32 32 0 1 1 0 64h-64v672a32 32 0 0 1-32 32H192a32 32 0 0 1-32-32zm448-64v-64H416v64zM224 896h576V256H224zm192-128a32 32 0 0 1-32-32V416a32 32 0 0 1 64 0v320a32 32 0 0 1-32 32m192 0a32 32 0 0 1-32-32V416a32 32 0 0 1 64 0v320a32 32 0 0 1-32 32",copy:"M128 320v576h576V320zm-32-64h640a32 32 0 0 1 32 32v640a32 32 0 0 1-32 32H96a32 32 0 0 1-32-32V288a32 32 0 0 1 32-32M960 96v704a32 32 0 0 1-32 32h-96v-64h64V128H384v64h-64V96a32 32 0 0 1 32-32h576a32 32 0 0 1 32 32M256 672h320v64H256zm0-192h320v64H256z"}).reduce((t,[e,s])=>{const i=`${e}Icon`,a={name:i,props:{path:{type:String,default:s},size:{type:[String,Number]},color:{type:String}},render(l){return l(se,{props:this.$props,on:{click:()=>this.$emit("click")}})}};return a.install=l=>{l.component(i,a)},t[e]=a,t},{}),ie=p.menu,ae=p.refresh,le=p.move;p["column-setting"];const ne=p.more,re=p["fixed-left"],oe=p["fixed-right"],ce=p.upload,ue=p.download,de=p.delete,W=p.copy,{t:V}=m(),he=!0,pe=!1,fe={name:"TmEllipsisText",components:{CopyIcon:W},props:{text:{type:String,required:!0},width:{type:[String,Number],default:"auto"},maxWidth:{type:[String,Number],default:"100%"},lines:{type:Number,default:1},showTooltip:{type:Boolean,default:!0},lineHeight:{type:[String,Number]},copyable:{type:Boolean,default:!1}},data(){return{isVue2:he,isVue3:pe,isOverflow:!1,currentLines:1,resizeObserver:null}},computed:{tooltipDisabled(){return!this.showTooltip||!this.isOverflow},textStyle(){const t=typeof this.width=="number"?`${this.width}px`:this.width,e=typeof this.maxWidth=="number"?`${this.maxWidth}px`:this.maxWidth;return{width:t,maxWidth:e,lineHeight:this.lineHeight,display:"-webkit-inline-box",overflow:"hidden",WebkitBoxOrient:"vertical",WebkitLineClamp:this.lines}}},mounted(){this.checkOverflow(),this.setupResizeObserver()},beforeDestroy(){this.cleanupResizeObserver()},beforeUnmount(){this.cleanupResizeObserver()},watch:{text(){this.$nextTick(this.checkOverflow)}},methods:{checkOverflow(){this.$refs.textEl&&this.$nextTick(()=>{this.$nextTick(()=>{this.performOverflowCheck()})})},performOverflowCheck(){var h;const t=this.$refs.textEl;if(!t)return;const e=getComputedStyle(t);if(!e.width||e.width==="0px"){this.$nextTick(()=>{this.performOverflowCheck()});return}const s=t.scrollHeight,i=t.scrollWidth,a=t.clientHeight,l=t.clientWidth,n=1,u=s>a+n,o=i>l+n;if(u||o){this.isOverflow=!0;const b=parseFloat(e.lineHeight)||16;this.currentLines=Math.ceil(s/b)}else{const b=t.getBoundingClientRect(),_=(h=t.parentElement)==null?void 0:h.getBoundingClientRect();if(_){const Kt=b.height>_.height||b.width>_.width;this.isOverflow=Kt}else this.isOverflow=!1;this.currentLines=1}},setupResizeObserver(){window.ResizeObserver&&this.$nextTick(()=>{try{this.resizeObserver=new ResizeObserver(()=>{this.checkOverflow()});const t=this.$el;t&&t instanceof Element&&this.resizeObserver.observe(t)}catch(t){console.warn("Failed to setup ResizeObserver:",t)}})},cleanupResizeObserver(){if(this.resizeObserver)try{this.resizeObserver.disconnect()}catch(t){console.warn("Failed to disconnect ResizeObserver:",t)}finally{this.resizeObserver=null}},handleCopy(){navigator.clipboard&&window.isSecureContext?navigator.clipboard.writeText(this.text).then(()=>{this.$message.success(V("copySuccess"))}).catch(()=>{this.fallbackCopy()}):this.fallbackCopy()},fallbackCopy(){const t=document.createElement("textarea");t.value=this.text,t.style.position="fixed",t.style.left="-999999px",t.style.top="-999999px",document.body.appendChild(t),t.focus(),t.select();try{document.execCommand("copy"),this.$message.success(V("copySuccess"))}catch{this.$message.error(V("copyFailed"))}document.body.removeChild(t)}}};var me=function(){var e=this,s=e._self._c;return s("el-tooltip",e._b({attrs:{disabled:e.tooltipDisabled,content:e.text,effect:"dark",placement:"top"}},"el-tooltip",{[e.isVue2?"open-delay":"show-after"]:300},!1),[s("div",{staticClass:"ellipsis-text-container"},[s("div",{ref:"textEl",staticClass:"ellipsis-text",style:e.textStyle},[e._v(" "+e._s(e.text)+" ")]),s("div",{staticClass:"toolbar",class:{multiline:e.currentLines>1&&e.lines>1}},[e.copyable?s("CopyIcon",{staticClass:"icon-item",on:{click:e.handleCopy}}):e._e()],1)])])},ge=[],be=c(fe,me,ge,!1,null,"0979131f");const y=be.exports,ve=!0,ye=!1,Ce={name:"TmAdvancedInputFilter",components:{MoreIcon:ne,EllipsisText:y},props:{label:{type:String,default:""},value:{type:String,default:""},field:{type:[String,Number],default:""},placeholder:{type:String,default:""},multiple:{type:Boolean,default:!1},labelOptions:{type:Array,default:()=>[]}},data(){return{t:m().t,isVue3:ye,isVue2:ve,getDefaultSize:f,getCompatSize:C,exactValue:"",inputValue:"",isExactMode:!1,currentOptionMultiple:!1}},computed:{width(){return this.labelOptions&&this.labelOptions.length||this.label?"305px":"200px"},fieldValue:{get(){return this.field},set(t){this.$emit("field-change",t)}},shouldShowMultiple(){return this.currentOptionMultiple!==null?this.currentOptionMultiple:this.multiple},selectedOption(){return!this.labelOptions||!this.labelOptions.length||!this.field?null:this.labelOptions.find(t=>t.value===this.field)}},watch:{labelOptions:{handler(t){t&&t.length>0&&(this.field||this.$emit("field-change",t[0].value),this.updateCurrentOptionMultiple())},deep:!0,immediate:!0},field:{handler(){this.updateCurrentOptionMultiple()},immediate:!0},isExactMode(t){t?this.$emit("value-change",this.exactValue):this.$emit("value-change",this.inputValue)},exactValue(t){this.$emit("value-change",t)},inputValue(t){this.$emit("value-change",t)},value:{handler(t){this.isExactMode?this.exactValue=t:this.inputValue=t},immediate:!0}},methods:{handlePopoverClose(){document.activeElement&&document.activeElement.blur(),this.isExactMode=!1},handleVisibleChange(t){this.isExactMode=t},handlefieldChange(t){this.$emit("field-change",t),this.updateCurrentOptionMultiple()},updateCurrentOptionMultiple(){const t=this.selectedOption;t&&"multiple"in t?this.currentOptionMultiple=t.multiple:this.currentOptionMultiple=this.multiple},handleExactSearch(){this.$emit("value-change",this.exactValue),this.$emit("search",this.exactValue)},handleClear(){this.exactValue="",this.$emit("value-change","")},handleEnter(){this.$emit("search")}},created(){this.updateCurrentOptionMultiple()}};var _e=function(){var e=this,s=e._self._c;return s("div",{staticClass:"tm-advanced-input",class:`tm-advanced-input--${e.isVue3?"v3":"v2"}`,style:{width:e.width}},[e.labelOptions&&e.labelOptions.length?s("el-select",{staticClass:"left-select",staticStyle:{width:"100px","flex-shrink":"0"},attrs:{placeholder:e.t("selectPlaceholder"),size:e.getDefaultSize()},on:{change:e.handlefieldChange},model:{value:e.fieldValue,callback:function(i){e.fieldValue=i},expression:"fieldValue"}},e._l(e.labelOptions,function(i){return s("el-option",{key:i.value,attrs:{label:i.label,value:i.value}})}),1):e.label?s("div",{staticClass:"input-label"},[s("EllipsisText",{attrs:{text:e.label,lines:2}})],1):e._e(),s("el-input",{staticClass:"right-input",class:{"has-label":e.labelOptions&&e.labelOptions.length},attrs:{size:e.getDefaultSize(),placeholder:e.placeholder,clearable:""},nativeOn:{keyup:function(i){return!i.type.indexOf("key")&&e._k(i.keyCode,"enter",13,i.key,"Enter")?null:e.handleEnter.apply(null,arguments)}},model:{value:e.inputValue,callback:function(i){e.inputValue=i},expression:"inputValue"}},[e.shouldShowMultiple?s("el-popover",e._g(e._b({attrs:{slot:"append"},slot:"append",scopedSlots:e._u([{key:"reference",fn:function(){return[s("MoreIcon",{staticStyle:{cursor:"pointer"}})]},proxy:!0}],null,!1,1001141487)},"el-popover",{[e.isVue3?"visible":"value"]:e.isExactMode,placement:"bottom-end",width:260,trigger:"click"},!1),{[e.isVue3?"update:visible":"input"]:e.handleVisibleChange}),[s("div",{staticClass:"popover-content"},[s("p",{staticClass:"popover-subtitle"},[e._v(e._s(e.t("accurateSearchTips")))]),s("el-input",{staticStyle:{"font-size":"12px"},attrs:{size:e.getDefaultSize(),type:"textarea",rows:8,placeholder:e.t("accurateSearchPlaceholder")},model:{value:e.exactValue,callback:function(i){e.exactValue=i},expression:"exactValue"}}),s("div",{staticClass:"popover-footer"},[s("el-button",{staticStyle:{float:"left"},attrs:{size:e.getCompatSize("mini")},on:{click:e.handleClear}},[e._v(e._s(e.t("clear")))]),s("el-button",{attrs:{size:e.getCompatSize("mini")},on:{click:e.handlePopoverClose}},[e._v(e._s(e.t("cancel")))]),s("el-button",{attrs:{type:"primary",size:e.getCompatSize("mini")},on:{click:e.handleExactSearch}},[e._v(e._s(e.t("search")))])],1)],1)]):e._e()],1)],1)},xe=[],Se=c(Ce,_e,xe,!1,null,"6b474dac");const k=Se.exports,{t:d}=m(),Te=!0,$e=!1,we="value",Fe={name:"TmAdvancedDateFilter",components:{EllipsisText:y},props:{value:{type:[Array,String,Date],default:()=>null},field:{type:[String,Number],default:""},start:{type:[String,Number],default:""},end:{type:[String,Number],default:""},size:{type:String,default:"mini"},labelOptions:{type:Array,default:()=>[]},label:{type:String,default:""},type:{type:String,default:"daterange",validator:t=>["date","daterange","datetime","datetimerange","year","month","dates","months","years","week","monthrange"].includes(t)},format:{type:String,default:""},startPlaceholder:{type:String,default:void 0},endPlaceholder:{type:String,default:void 0},placeholder:{type:String,default:void 0},rangeSeparator:{type:String,default:"-"},disabled:{type:Boolean,default:!1},clearable:{type:Boolean,default:!0},readonly:{type:Boolean,default:!1},editable:{type:Boolean,default:!0},align:{type:String,default:"left"},popperClass:{type:String,default:""},defaultValue:{type:[Date,Array],default:null},defaultTime:{type:[Date,String,Array],default:null},shortcuts:{type:Array,default:()=>[]},pastOnly:{type:Boolean,default:!1}},computed:{isRangeType(){return["daterange","datetimerange","monthrange"].includes(this.type)},computedStartPlaceholder(){if(this.isRangeType)return this.startPlaceholder!==void 0?this.startPlaceholder:d("startDate")},computedEndPlaceholder(){if(this.isRangeType)return this.endPlaceholder!==void 0?this.endPlaceholder:d("endDate")},computedDatePickerStyle(){const t=this.labelOptions&&this.labelOptions.length>0,e=this.label&&!this.isRangeType&&(!this.labelOptions||this.labelOptions.length===0);return t?"width: 206px":e?"width: 200px":"width: 306px"},computedFormat(){const t="yyyy",e="dd";return this.format?this.format:this.type==="year"?t:this.type==="month"?`${t}-MM`:this.type==="date"?`${t}-MM-${e}`:this.type==="dates"?`${t}-MM-${e}`:this.type==="months"?`${t}-MM`:this.type==="years"?t:this.type==="week"?`${t}-MM-WW`:this.type==="datetime"?`${t}-MM-${e} HH:mm:ss`:this.type==="datetimerange"?`${t}-MM-${e} HH:mm:ss`:this.type==="daterange"?`${t}-MM-${e}`:this.type==="monthrange"?`${t}-MM`:""},computedPickerOptions(){const t={};if(this.pastOnly&&(t.disabledDate=e=>e.getTime()>Date.now()),["daterange","datetimerange"].includes(this.type)){const e=this.type==="datetimerange";t.shortcuts=this.shortcuts.length>0?this.shortcuts:[{text:d("today"),onClick(s){const i=new Date,a=new Date;e&&(a.setHours(0,0,0,0),i.setHours(23,59,59,999)),s.$emit("pick",[a,i])}},{text:d("yesterday"),onClick(s){const i=new Date,a=new Date;a.setTime(a.getTime()-3600*1e3*24),i.setTime(i.getTime()-3600*1e3*24),e&&(a.setHours(0,0,0,0),i.setHours(23,59,59,999)),s.$emit("pick",[a,i])}},{text:d("last7days"),onClick(s){const i=new Date,a=new Date;a.setTime(a.getTime()-3600*1e3*24*7),e&&(a.setHours(0,0,0,0),i.setHours(23,59,59,999)),s.$emit("pick",[a,i])}},{text:d("last30days"),onClick(s){const i=new Date,a=new Date;a.setTime(a.getTime()-3600*1e3*24*30),e&&(a.setHours(0,0,0,0),i.setHours(23,59,59,999)),s.$emit("pick",[a,i])}},{text:d("thisMonth"),onClick(s){const i=new Date,a=new Date;a.setDate(1),e&&(a.setHours(0,0,0,0),i.setHours(23,59,59,999)),s.$emit("pick",[a,i])}},{text:d("lastMonth"),onClick(s){const i=new Date,a=new Date;a.setMonth(a.getMonth()-1),a.setDate(1),i.setDate(0),e&&(a.setHours(0,0,0,0),i.setHours(23,59,59,999)),s.$emit("pick",[a,i])}}]}return t},computedShortcuts(){if(!["daterange","datetimerange"].includes(this.type))return[];if(this.shortcuts&&this.shortcuts.length>0)return this.shortcuts;const t=this.type==="datetimerange";return[{text:d("today"),value:()=>{const e=new Date,s=new Date;return t&&(s.setHours(0,0,0,0),e.setHours(23,59,59,999)),[s,e]}},{text:d("yesterday"),value:()=>{const e=new Date,s=new Date;return s.setTime(s.getTime()-3600*1e3*24),e.setTime(e.getTime()-3600*1e3*24),t&&(s.setHours(0,0,0,0),e.setHours(23,59,59,999)),[s,e]}},{text:d("last7days"),value:()=>{const e=new Date,s=new Date;return s.setTime(s.getTime()-3600*1e3*24*7),t&&(s.setHours(0,0,0,0),e.setHours(23,59,59,999)),[s,e]}},{text:d("last30days"),value:()=>{const e=new Date,s=new Date;return s.setTime(s.getTime()-3600*1e3*24*30),t&&(s.setHours(0,0,0,0),e.setHours(23,59,59,999)),[s,e]}},{text:d("thisMonth"),value:()=>{const e=new Date,s=new Date;return s.setDate(1),t&&(s.setHours(0,0,0,0),e.setHours(23,59,59,999)),[s,e]}},{text:d("lastMonth"),value:()=>{const e=new Date,s=new Date;return s.setMonth(s.getMonth()-1),s.setDate(1),e.setDate(0),t&&(s.setHours(0,0,0,0),e.setHours(23,59,59,999)),[s,e]}}]},computedDisabledDate(){return this.pastOnly?t=>t.getTime()>Date.now():null},computedDefaultTime(){let t=this.defaultTime;if(this.type==="datetimerange"&&!this.defaultTime&&(t=["00:00:00","23:59:59"]),this.isVue2)return t;if(t){if(this.type==="datetimerange"&&Array.isArray(t))return t.map(e=>{if(typeof e=="string"){const s=new Date,[i,a,l]=e.split(":").map(Number);return new Date(s.getFullYear(),s.getMonth(),s.getDate(),i,a,l||0)}return e});if(this.type==="datetime"&&typeof t=="string"){const e=new Date,[s,i,a]=t.split(":").map(Number);return new Date(e.getFullYear(),e.getMonth(),e.getDate(),s,i,a||0)}return t}},dateValue(){return this.isRangeType?this.start||this.end?[this.start,this.end]:this.value:this.value},fieldValue:{get(){return this.field},set(t){this.$emit("field-change",t)}}},data(){return{t:d,isVue2:Te,isVue3:$e,getDefaultSize:f,valueField:we}},methods:{handleDateChange(t){this.isRangeType?(this.$emit("value-change",t),t&&Array.isArray(t)&&t.length===2?(this.$emit("start-change",t),this.$emit("end-change",t)):(this.$emit("start-change",[]),this.$emit("end-change",[]))):this.$emit("value-change",t)},handleBlur(t){this.$emit("blur",t)},handleFocus(t){this.$emit("focus",t)}},watch:{labelOptions:{handler(t){t&&t.length>0&&!this.field&&this.$emit("field-change",t[0].value)},deep:!0,immediate:!0}}};var Ve=function(){var e=this,s=e._self._c;return s("div",{staticClass:"tm-date-picker",class:[`tm-date-picker--${e.isVue3?"v3":"v2"}`,{"has-select":e.labelOptions&&e.labelOptions.length>0,"has-label":e.label&&!e.isRangeType&&(!e.labelOptions||e.labelOptions.length===0)}]},[e.labelOptions&&e.labelOptions.length>0?s("el-select",{staticStyle:{width:"100px"},attrs:{size:e.getDefaultSize()},model:{value:e.fieldValue,callback:function(i){e.fieldValue=i},expression:"fieldValue"}},e._l(e.labelOptions,function(i){return s("el-option",{key:i.value,attrs:{label:i.label,value:i.value}})}),1):e.label?s("div",{staticClass:"date-label"},[s("EllipsisText",{attrs:{text:e.label,lines:2}})],1):e._e(),e.isVue2?s("el-date-picker",{style:e.computedDatePickerStyle,attrs:{value:e.dateValue,type:e.type,size:e.getDefaultSize(),"range-separator":e.rangeSeparator,"start-placeholder":e.computedStartPlaceholder,"end-placeholder":e.computedEndPlaceholder,placeholder:e.placeholder,"picker-options":e.computedPickerOptions,format:e.computedFormat,"value-format":e.computedFormat,disabled:e.disabled,clearable:e.clearable,readonly:e.readonly,editable:e.editable,align:e.align,"popper-class":e.popperClass,"default-value":e.defaultValue,"default-time":e.computedDefaultTime},on:{input:e.handleDateChange,change:e.handleDateChange,blur:e.handleBlur,focus:e.handleFocus}}):s("el-date-picker",{style:e.computedDatePickerStyle,attrs:{"model-value":e.dateValue,type:e.type,size:e.getDefaultSize(),"range-separator":e.rangeSeparator,"start-placeholder":e.computedStartPlaceholder,"end-placeholder":e.computedEndPlaceholder,placeholder:e.placeholder,shortcuts:e.computedShortcuts,"disabled-date":e.computedDisabledDate,format:e.computedFormat,"value-format":e.computedFormat,disabled:e.disabled,clearable:e.clearable,readonly:e.readonly,editable:e.editable,teleported:!1,"popper-class":e.popperClass,"default-value":e.defaultValue,"default-time":e.computedDefaultTime},on:{"update:model-value":e.handleDateChange,change:e.handleDateChange,blur:e.handleBlur,focus:e.handleFocus}})],1)},ke=[],ze=c(Fe,Ve,ke,!1,null,"7d46d46b");const z=ze.exports,Le=!0,Oe={name:"TmCascaderFilter",props:{value:{type:[String,Number,Array],default:""},options:{type:[Array,Function],default:()=>[]},props:{type:Object,default:()=>({label:"label",value:"value",children:"children",expandTrigger:"hover"})},filterable:{type:Boolean,default:!0},clearable:{type:Boolean,default:!0},collapseTags:{type:Boolean,default:!0},collapseTagsTooltip:{type:Boolean,default:!0},placeholder:{type:String,default:""}},data(){return{isVue2:Le,getDefaultSize:f,selectedValue:this.value,optionsList:[],loading:!1}},computed:{propMap(){return{label:this.props.label||"label",value:this.props.value||"value",children:this.props.children||"children"}},cascaderProps(){return{...this.props,expandTrigger:this.props.expandTrigger||"hover"}}},watch:{value:{immediate:!0,handler(t){this.selectedValue=t}},options:{immediate:!0,handler(t){this.initOptions(t)}},selectedValue(t){this.$emit("input",t),this.$emit("change",t)}},methods:{async initOptions(t){if(typeof t=="function")try{this.loading=!0;const e=await t();Array.isArray(e)&&(this.optionsList=e)}catch(e){console.error(e)}finally{this.loading=!1}else Array.isArray(t)&&(this.optionsList=t)}}};var De=function(){var e=this,s=e._self._c;return s("el-cascader",e._g(e._b({ref:"cascader",staticClass:"tm-cascader",class:`tm-cascader--${e.isVue2?"v2":"v3"}`,staticStyle:{width:"200px"},scopedSlots:e._u([{key:"default",fn:function({node:i,data:a}){return[e._t("default",function(){return[s("span",[e._v(e._s(a[e.propMap.label]))])]},{node:i,data:a})]}}],null,!0),model:{value:e.selectedValue,callback:function(i){e.selectedValue=i},expression:"selectedValue"}},"el-cascader",{...e.$attrs,size:e.getDefaultSize(),filterable:e.filterable,clearable:e.clearable,collapseTags:e.collapseTags,collapseTagsTooltip:e.collapseTagsTooltip,props:e.cascaderProps,placeholder:e.placeholder,options:e.optionsList,loading:e.loading},!1),e.isVue2?e.$listeners:{}))},Me=[],Re=c(Oe,De,Me,!1,null,null);const L=Re.exports,Ae=!0,He=!1,Ee={name:"TmRadioFilter",props:{value:{type:[String,Number],default:""},options:{type:[Array,Function],default:()=>[]},props:{type:Object,default:()=>({label:"label",value:"value"})},size:{type:String,default:"mini"},width:{type:[String,Number],default:200}},data(){return{isVue2:Ae,isVue3:He,getDefaultSize:f,selectedValue:this.value,optionsList:[],loading:!1}},computed:{propMap(){return{label:this.props.label||"label",value:this.props.value||"value"}},hasWideOptions(){return this.optionsList.length>4},calculateItemWidth(){if(!this.optionsList.length)return{};const e=`${(this.hasWideOptions?305:200)/this.optionsList.length}px`;return{width:e,flex:`0 0 ${e}`}}},watch:{value:{immediate:!0,handler(t){this.selectedValue=t}},options:{immediate:!0,handler(t){this.$slots.default||this.initOptions(t)}},selectedValue(t){this.$emit("input",t),this.$emit("change",t)}},methods:{async initOptions(t){if(typeof t=="function")try{this.loading=!0;const e=await t();Array.isArray(e)&&(this.optionsList=e)}catch(e){console.error(e)}finally{this.loading=!1}else Array.isArray(t)&&(this.optionsList=t)}}};var Pe=function(){var e=this,s=e._self._c;return s("div",{staticClass:"tm-radio",class:{"wide-mode":e.hasWideOptions,"tm-radio--v3":e.isVue3,"tm-radio--v2":e.isVue2}},[s("el-radio-group",e._g(e._b({ref:"radioGroup",model:{value:e.selectedValue,callback:function(i){e.selectedValue=i},expression:"selectedValue"}},"el-radio-group",{...e.$attrs,size:e.getDefaultSize()},!1),e.isVue2?e.$listeners:{}),[e.$slots.default?[e._t("default")]:e._l(e.optionsList,function(i){return s("el-radio-button",e._b({key:i[e.propMap.value]},"el-radio-button",{[e.isVue3?"value":"label"]:i[e.propMap.value],disabled:i.disabled,style:e.calculateItemWidth},!1),[e._t("option",function(){return[e._v(e._s(i[e.propMap.label]))]},{item:i})],2)})],2)],1)},Ie=[],We=c(Ee,Pe,Ie,!1,null,"61fed13d");const O=We.exports,Be=!0,Ne=!1,je={name:"TmCheckboxFilter",props:{value:{type:Array,default:()=>[]},options:{type:[Array,Function],default:()=>[]},props:{type:Object,default:()=>({label:"label",value:"value"})},size:{type:String,default:"mini"},width:{type:[String,Number],default:200}},data(){return{isVue2:Be,isVue3:Ne,getDefaultSize:f,selectedValue:this.value||[],optionsList:[],loading:!1}},computed:{propMap(){return{label:this.props.label||"label",value:this.props.value||"value"}},hasWideOptions(){return this.optionsList.length>4},calculateItemWidth(){if(!this.optionsList.length)return{};const t=Math.ceil(this.optionsList.length/(this.hasWideOptions?6:4)),e=Math.ceil(this.optionsList.length/t),i=`${(this.hasWideOptions?305:200)/e}px`;return{width:i,flex:`0 0 ${i}`}}},watch:{value:{immediate:!0,handler(t){this.selectedValue=t||[]}},options:{immediate:!0,handler(t){this.$slots.default||this.initOptions(t)}},selectedValue(t){this.$emit("input",t),this.$emit("change",t)}},methods:{async initOptions(t){if(typeof t=="function")try{this.loading=!0;const e=await t();Array.isArray(e)&&(this.optionsList=e)}catch(e){console.error(e)}finally{this.loading=!1}else Array.isArray(t)&&(this.optionsList=t)}}};var Ue=function(){var e=this,s=e._self._c;return s("div",{staticClass:"tm-checkbox",class:{"wide-mode":e.hasWideOptions,"tm-checkbox--v3":e.isVue3,"tm-checkbox--v2":e.isVue2}},[s("el-checkbox-group",e._g(e._b({ref:"checkboxGroup",model:{value:e.selectedValue,callback:function(i){e.selectedValue=i},expression:"selectedValue"}},"el-checkbox-group",{...e.$attrs,size:e.getDefaultSize()},!1),e.isVue2?e.$listeners:{}),[e.$slots.default?[e._t("default")]:e._l(e.optionsList,function(i){return s("el-checkbox-button",e._b({key:i[e.propMap.value]},"el-checkbox-button",{[e.isVue3?"value":"label"]:i[e.propMap.value],disabled:i.disabled,style:e.calculateItemWidth},!1),[e._t("option",function(){return[e._v(e._s(i[e.propMap.label]))]},{item:i})],2)})],2)],1)},Je=[],Qe=c(je,Ue,Je,!1,null,"b44866b1");const D=Qe.exports,qe=!0,Ke={name:"TmSwitchFilter",props:{value:{type:Boolean,default:!1},label:{type:String,default:""}},data(){return{isVue2:qe,getDefaultSize:f,switchValue:this.value}},computed:{containerWidthClass(){const t=l=>{if(!l)return 0;let n=0;for(let u=0;u<l.length;u++){const o=l.charAt(u);n+=/[\u4e00-\u9fa5]/.test(o)?2:1}return n},e=t(this.$attrs["active-text"]),s=t(this.$attrs["inactive-text"]),i=t(this.$attrs.label),a=e+s+i;return a>20?"wide-container":a>6?"medium-container":"narrow-container"}},watch:{value:{immediate:!0,handler(t){this.switchValue=t}},switchValue(t){this.$emit("input",t),this.$emit("change",t)}}};var Ge=function(){var e=this,s=e._self._c;return s("div",{staticClass:"tm-switch",class:e.containerWidthClass},[e.label?s("span",{staticClass:"switch-label"},[e._v(e._s(e.label))]):e._e(),s("el-switch",e._g(e._b({ref:"switch",attrs:{size:e.getDefaultSize()},model:{value:e.switchValue,callback:function(i){e.switchValue=i},expression:"switchValue"}},"el-switch",e.$attrs,!1),e.isVue2?e.$listeners:{}))],1)},Ye=[],Xe=c(Ke,Ge,Ye,!1,null,"9e7a342f");const M=Xe.exports;var Ze=c({name:"DynamicSlot",functional:!0,props:{name:{type:String,required:!0},slotProps:{type:Object,default:()=>({})}},render(t,e){const{props:s,parent:i}=e;let a=i.$scopedSlots[s.name];if(!a){let l=i.$parent;for(;l&&!a;){if(l.$options.name==="TmTable"){a=l.$scopedSlots[s.name];break}l=l.$parent}}return a?a(s.slotProps):t()}},null,null,!1,null,null);const et=Ze.exports,{t:tt}=m(),st=!0,it=!1,at=["date","daterange","datetime","datetimerange","year","month","dates","months","years","week","monthrange"],lt={name:"TmTableSearch",components:{TmSelect:F,TmAdvancedInput:k,TmAdvancedDate:z,TmCascader:L,TmRadio:O,TmCheckbox:D,TmSwitch:M,DynamicSlot:et},props:{disabled:{type:Boolean,default:!1},searchColumns:{type:Array,default:null},searchForm:{type:Object,default:()=>({})}},data(){return{t:tt,isVue2:st,isVue3:it,getCompatSize:C,getDefaultSize:f,DATE_TYPES:at,defaultValues:{}}},computed:{computedSearchForm:{get(){return this.searchForm},set(t){this.$emit("update:search-form",t)}}},mounted(){this.initDefaultValues()},methods:{isDateType(t){return this.DATE_TYPES.includes(t)},hasDefaultSlot(){const t=this.$slots.default;return this.isVue2?!!t:t()[0].children.length>0},handleUpdate(t,e,s){const i=this.getFieldValue(t,s);i&&this.$emit("update:search-form",{...this.computedSearchForm,[i]:e})},handleUpdateDate(t,e){const s=e||[],i=this.getFieldValue(t,"start"),a=this.getFieldValue(t,"end"),l=this.getFieldValue(t,"value"),n={};i&&(n[i]=s[0]),a&&(n[a]=s[1]),l&&(n[l]=s),this.$emit("update:search-form",{...this.computedSearchForm,...n})},getFieldValue(t,e){if(typeof t=="string")return t;if(t.fields&&e in t.fields){const s=t.fields[e];if(typeof s=="string")return s;if(Array.isArray(s))return s[0];if(s&&typeof s=="object")return s.name}},getFieldDefault(t,e){if(t.fields&&e in t.fields){const s=t.fields[e];if(Array.isArray(s)&&s.length>1)return s[1];if(s&&typeof s=="object"&&"default"in s)return s.default}},hasSearchSlot(t){const e="$scopedSlots";if(this[e][t])return!0;let i=this.$parent;const a=i[e];for(;i;){if(i.$options.name==="TmTable"&&a[t])return!0;i=i.$parent}return!1},initDefaultValues(){if(!this.searchColumns||!this.searchColumns.length)return;const t={};this.searchColumns.forEach(e=>{if(typeof e=="string"||!e.fields)return;const s=this.getFieldValue(e,"value"),i=this.getFieldValue(e,"label");if(e.type==="input"&&e.labelOptions&&e.labelOptions.length>0){const l=e.labelOptions[0];if(i)if(i in this.computedSearchForm)t[i]=this.computedSearchForm[i];else{const n=this.getFieldDefault(e,"label");n!==void 0?t[i]=n:l&&l.value!==void 0&&(t[i]=l.value)}s&&!(s in this.computedSearchForm)&&(t[s]="")}else if(this.isDateType(e.type)&&e.labelOptions&&e.labelOptions.length>0){const l=e.labelOptions[0];if(s&&!(s in this.computedSearchForm)&&(t[s]=[]),i)if(i in this.computedSearchForm)t[i]=this.computedSearchForm[i];else{const n=this.getFieldDefault(e,"label");n!==void 0?t[i]=n:l&&l.value!==void 0&&(t[i]=l.value)}}else if(e.type==="select"&&e.labelOptions&&e.labelOptions.length>0){const l=e.labelOptions[0];if(s&&!(s in this.computedSearchForm)&&(t[s]=e.multiple?[]:""),i)if(i in this.computedSearchForm)t[i]=this.computedSearchForm[i];else{const n=this.getFieldDefault(e,"label");n!==void 0?t[i]=n:l&&l.value!==void 0&&(t[i]=l.value)}}const a=this.getFieldDefault(e,"value");if(s&&a!==void 0&&!(s in this.computedSearchForm)?this.isDateType(e.type)&&!Array.isArray(a)?t[s]=[]:e.type==="checkbox"&&!Array.isArray(a)?t[s]=a?[a]:[]:e.type==="switch"&&typeof a!="boolean"?t[s]=!!a:t[s]=a:s&&!(s in this.computedSearchForm)&&(e.type==="checkbox"?t[s]=[]:e.type==="switch"&&(t[s]=!1)),this.isDateType(e.type)){const l=this.getFieldValue(e,"start"),n=this.getFieldValue(e,"end"),u=this.getFieldDefault(e,"start"),o=this.getFieldDefault(e,"end");l&&u!==void 0&&!(l in this.computedSearchForm)&&(t[l]=u),n&&o!==void 0&&!(n in this.computedSearchForm)&&(t[n]=o)}}),this.defaultValues=t,this.$emit("update:search-form",{...t,...this.computedSearchForm})},getSearchForm(){return this.computedSearchForm},handleSearch(){setTimeout(()=>{this.$emit("search",this.computedSearchForm)})},handleReset(){this.$emit("update:search-form",{...this.defaultValues}),this.$emit("reset")}}};var nt=function(){var e=this,s=e._self._c;return s("div",{staticClass:"table-search",class:`table-search--${e.isVue2?"v2":"v3"}`},[s("div",{staticClass:"search-content"},[e.hasDefaultSlot()?e._t("default"):e.searchColumns&&e.searchColumns.length?[e._l(e.searchColumns,function(i,a){return[typeof i=="string"?s("div",{key:`str-${i}-${a}`,staticClass:"search-item"},[s("dynamic-slot",{key:i,attrs:{name:`search-${i}`,"slot-props":{searchForm:e.searchForm}}})],1):s("div",{key:`obj-${a}`,staticClass:"search-item"},[i.fields?[e.hasSearchSlot(`search-${e.getFieldValue(i,"value")}`)?[s("dynamic-slot",{key:e.getFieldValue(i,"value"),attrs:{name:`search-${e.getFieldValue(i,"value")}`,"slot-props":{searchForm:e.searchForm,col:i}}})]:[s("div",{key:e.getFieldValue(i,"value")||`col-${a}`,staticStyle:{display:"flex"}},[i.type==="input"?s("tm-advanced-input",{attrs:{label:i.label,value:e.computedSearchForm[e.getFieldValue(i,"value")],field:e.computedSearchForm[e.getFieldValue(i,"label")],multiple:i.multiple,labelOptions:i.labelOptions,placeholder:i.placeholder},on:{"value-change":l=>e.handleUpdate(i,l,"value"),"field-change":l=>e.handleUpdate(i,l,"label"),search:e.handleSearch}}):e._e(),e.isDateType(i.type)?s("tm-advanced-date",{attrs:{type:i.type,label:i.label,value:e.computedSearchForm[e.getFieldValue(i,"value")],field:e.computedSearchForm[e.getFieldValue(i,"label")],start:e.computedSearchForm[e.getFieldValue(i,"start")],end:e.computedSearchForm[e.getFieldValue(i,"end")],labelOptions:i.labelOptions,"start-placeholder":i.startPlaceholder,"end-placeholder":i.endPlaceholder,placeholder:i.placeholder,"range-separator":i.rangeSeparator,disabled:i.disabled,clearable:i.clearable,readonly:i.readonly,editable:i.editable,align:i.align,"popper-class":i.popperClass,"default-value":i.defaultValue,"default-time":i.defaultTime,shortcuts:i.shortcuts,"past-only":i.pastOnly,format:i.format},on:{"field-change":l=>e.handleUpdate(i,l,"label"),"value-change":l=>e.handleUpdateDate(i,l),"start-change":l=>e.handleUpdateDate(i,l),"end-change":l=>e.handleUpdateDate(i,l)}}):e._e(),i.type==="select"?s("tm-select",{attrs:{label:i.label,field:e.computedSearchForm[e.getFieldValue(i,"label")],options:i.options,labelOptions:i.labelOptions,placeholder:i.placeholder,multiple:i.multiple,"show-check-all":i.checkAll},on:{"field-change":l=>e.handleUpdate(i,l,"label")},model:{value:e.computedSearchForm[e.getFieldValue(i,"value")],callback:function(l){e.$set(e.computedSearchForm,e.getFieldValue(i,"value"),l)},expression:"computedSearchForm[getFieldValue(col, 'value')]"}}):e._e(),i.type==="cascader"?s("tm-cascader",{attrs:{label:i.label,options:i.options,labelOptions:i.labelOptions,props:i.props,placeholder:i.placeholder,"show-check-all":i.checkAll},model:{value:e.computedSearchForm[e.getFieldValue(i,"value")],callback:function(l){e.$set(e.computedSearchForm,e.getFieldValue(i,"value"),l)},expression:"computedSearchForm[getFieldValue(col, 'value')]"}}):e._e(),i.type==="radio"?s("tm-radio",{attrs:{label:i.label,options:i.options,props:i.props},model:{value:e.computedSearchForm[e.getFieldValue(i,"value")],callback:function(l){e.$set(e.computedSearchForm,e.getFieldValue(i,"value"),l)},expression:"computedSearchForm[getFieldValue(col, 'value')]"}}):e._e(),i.type==="checkbox"?s("tm-checkbox",{attrs:{label:i.label,options:i.options,props:i.props},model:{value:e.computedSearchForm[e.getFieldValue(i,"value")],callback:function(l){e.$set(e.computedSearchForm,e.getFieldValue(i,"value"),l)},expression:"computedSearchForm[getFieldValue(col, 'value')]"}}):e._e(),i.type==="switch"?s("tm-switch",{attrs:{"active-text":i.activeText,"inactive-text":i.inactiveText,label:i.label,"active-color":i.activeColor,"inactive-color":i.inactiveColor},model:{value:e.computedSearchForm[e.getFieldValue(i,"value")],callback:function(l){e.$set(e.computedSearchForm,e.getFieldValue(i,"value"),l)},expression:"computedSearchForm[getFieldValue(col, 'value')]"}}):e._e()],1)]]:[s("div",{key:`error-${a}`,staticClass:"search-error-message"},[e._v(" 缺少 fields 配置,无法渲染此组件 ")])]],2)]})]:e._e(),s("div",{staticClass:"search-actions"},[s("el-button",{attrs:{type:"primary",size:e.getDefaultSize()},on:{click:e.handleSearch}},[e._v(e._s(e.t("query")))]),s("el-button",{attrs:{size:e.getDefaultSize()},on:{click:e.handleReset}},[e._v(e._s(e.t("reset")))])],1)],2)])},rt=[],ot=c(lt,nt,rt,!1,null,"6108ae2f");const R=ot.exports,ct=!0,ut={name:"TablePagination",props:{current:{type:Number,default:1},small:{type:Boolean,default:!0},pageSize:{type:Number,default:20},total:{type:Number,default:0}},data(){return{isVue2:ct,getCompatSize:C}},methods:{handleSizeChange(t){this.$emit("size-change",t)},handleCurrentChange(t){this.$emit("current-change",t)}}};var dt=function(){var e=this,s=e._self._c;return s("div",{staticClass:"tm-pagination"},[s("el-pagination",e._g(e._b({staticStyle:{"text-align":"right"},attrs:{"current-page":e.current,"page-size":e.pageSize,total:e.total,"page-sizes":[10,20,50,100,300,500,1e3,2e3],size:e.getCompatSize("mini"),layout:"total, sizes, prev, pager, next, jumper"},on:{"size-change":e.handleSizeChange,"update:current-page":function(i){return e.$emit("update:current",i)},"update:page-size":function(i){return e.$emit("update:pageSize",i)},"current-change":e.handleCurrentChange}},"el-pagination",e.$attrs,!1),e.isVue2?e.$listeners:{}))],1)},ht=[],pt=c(ut,dt,ht,!1,null,"4dbdf6e7");const ft=pt.exports,mt={name:"TmTableMenu",props:{size:{type:String,default:"mini"}}};var gt=function(){var e=this,s=e._self._c;return s("div",{staticClass:"tm-table-menu",attrs:{size:"small",inline:""}},[s("div",{staticClass:"left"},[e._t("left")],2),s("div",{staticClass:"right"},[e._t("right")],2)])},bt=[],vt=c(mt,gt,bt,!1,null,"579dd2c3");const yt=vt.exports,T=t=>t?t.data&&t.data.attrs||{}:{},A=(t,e)=>{t&&(t.data||(t.data={}),t.data.attrs||(t.data.attrs={}),typeof e=="object"&&Object.assign(t.data.attrs,e))},$={getTableConfig(t){try{const e=localStorage.getItem(`tm-table-config-${t}`);return Promise.resolve({data:{code:200,data:e}})}catch(e){return Promise.reject(e)}},setTableConfig(t){try{return localStorage.setItem(`tm-table-config-${t.key}`,t.info),Promise.resolve({data:{code:200,message:"success"}})}catch(e){return Promise.reject(e)}}},Ct=t=>$.getTableConfig(t.key),_t=t=>$.setTableConfig(t),xt=t=>{t&&(typeof t.getTableConfig=="function"&&($.getTableConfig=t.getTableConfig),typeof t.setTableConfig=="function"&&($.setTableConfig=t.setTableConfig))},{t:St}=m(),Tt=!0,$t=!1,wt={formatter:(t,e,s,i)=>[void 0,null,""].includes(s)?"-":s},Ft={name:"TmColumnConfig",components:{MoveIcon:le,FixedLeftIcon:re,FixedRightIcon:oe,UploadIcon:ce,DownloadIcon:ue,DeleteIcon:de,MenuIcon:ie,tmEllipsisText:y},props:{columns:{type:Array,default:()=>[]},tableKey:{type:String,default:"",required:!0},defaultColumns:{type:Array,default:()=>[]},maxFixedLeftQuantity:{type:[Number,String],default:void 0},maxFixedRightQuantity:{type:[Number,String],default:void 0},ignoredColumnConfigTypes:{type:Array,default:()=>["selection"]}},data(){return{t:St,isVue2:Tt,isVue3:$t,getDefaultSize:f,getCompatSize:C,buttonType:{type:"text"},afterOpenDelay:{"open-delay":300},popoverVisible:!1,keyWord:"",sortedTableColumns:[],tableColumns:[],defaultColumnsConfig:[],columnMap:{},processedColumns:[],placement:"bottom",isDraggingFrozen:!1,isDraggingFrozenRight:!1,sortable:null,isConfigLoaded:!1,columnsCopy:[]}},computed:{filteredSortedTableColumns(){return this.keyWord?this.sortedTableColumns.filter(t=>this.getColumnLabel(t.prop).includes(this.keyWord)):this.sortedTableColumns},showFixedLimitTips(){return this.maxFixedLeftQuantity!==void 0||this.maxFixedRightQuantity!==void 0},isThanMaxFrozen(){return this.maxFixedLeftQuantity===void 0?!1:this.sortedTableColumns.filter(t=>t.fixed==="left").length>=this.maxFixedLeftQuantity},isThanMaxRightFrozen(){return this.maxFixedRightQuantity===void 0?!1:this.sortedTableColumns.filter(t=>t.fixed==="right").length>=this.maxFixedRightQuantity},computedTableKey(){return this.tableKey?this.tableKey:this.$route.path.slice(1).replace(/\//g,"-")}},watch:{popoverVisible(t){t||this.handlePopoverHide()},columns:{handler(t){t&&t.length>0&&!this.isConfigLoaded&&this.initializeColumnConfig()},immediate:!0},tableColumns:{handler(t){t!=null&&t.length&&(this.initSortedTableColumns(),this.crateSortable(),this.columnsCopy=JSON.parse(JSON.stringify(this.sortedTableColumns)))},deep:!0}},methods:{findLastIndex(t,e){for(let s=t.length-1;s>=0;s--)if(e(t[s],s,t))return s;return-1},getColumnLabel(t){return!t||!this.columnMap[t]?t||"":T(this.columnMap[t]).label||t},initializeColumnConfig(){this.defaultColumns&&this.defaultColumns.length>0?this.defaultColumnsConfig=this.defaultColumns:this.processOriginalColumns(),this.loadColumnConfig()},processOriginalColumns(){const t=this.columns||[];let e={};this.defaultColumnsConfig=t.filter(s=>{const i=T(s);return!(!i.prop||this.ignoredColumnConfigTypes.includes(i.type))}).map((s,i)=>{const a=T(s),l={...wt,...a};A(s,l),a.prop&&(e[a.prop]=s);const n=a.hasOwnProperty("visible")?a.visible!==!1:!0;return{prop:a.prop,fixed:a.fixed||"",sort:i,cancellable:a.hasOwnProperty("cancellable")?a.cancellable:!0,visible:n}}),this.columnMap=e},loadColumnConfig(){Ct({key:this.computedTableKey}).then(t=>{var s;if(t.data.code!==200)return;let e=JSON.parse(((s=t.data)==null?void 0:s.data)||null)||{};e.columnsConfig&&JSON.stringify(this.defaultColumnsConfig)===JSON.stringify(e.defaultColumnsConfig)?this.tableColumns=e.columnsConfig.map(i=>({...i})):this.tableColumns=this.defaultColumnsConfig.map(i=>({...i})),this.processedColumns=this.applyColumnConfig(this.tableColumns),this.isConfigLoaded=!0,this.$emit("complete",{columns:this.processedColumns,isInitialLoad:!0})}).catch(()=>{this.tableColumns=this.defaultColumnsConfig.map(t=>({...t})),this.processedColumns=this.applyColumnConfig(this.tableColumns),this.isConfigLoaded=!0,this.$emit("complete",{columns:this.processedColumns,isInitialLoad:!0})})},applyColumnConfig(t,e=!1){let s=this.columns.filter(a=>{const l=T(a);return this.ignoredColumnConfigTypes.includes(l.type)}),i=[];return[...t].sort((a,l)=>{const n=a.sort!==void 0?a.sort:1/0,u=l.sort!==void 0?l.sort:1/0;return n-u}).forEach(a=>{if(a.prop){let l=this.columnMap[a.prop];l&&(A(l,{fixed:a.fixed||void 0,visible:a.visible}),(!e&&a.visible||e)&&i.push(l))}}),s.forEach(a=>{A(a,{visible:!0})}),[...s,...i]},crateSortable(){const t=this.$refs.sortListRef;if(!t)return;this.sortable&&(this.sortable.destroy(),this.sortable=null);const e=new g(t,{ghostClass:"blue-background-class",animation:150,easing:"cubic-bezier(1, 0, 0, 1)",handle:".row-title",draggable:".sort-item-wrapper",fallbackOnBody:!1,preventOnFilter:!0,removeCloneOnHide:!0,group:"columns",dragClass:"sortable-drag",onStart:({item:s})=>{const i=s.getAttribute("data-prop"),a=this.sortedTableColumns.find(l=>l.prop===i);this.isDraggingFrozen=a&&a.fixed==="left",this.isDraggingFrozenRight=a&&a.fixed==="right",this.draggedItemIndex=Array.from(t.children).indexOf(s),s.classList.add("sortable-drag")},onMove:s=>{const{target:i,related:a}=s;if(!i||!a)return!1;const l=a?a.getAttribute("data-prop"):null,n=l?this.sortedTableColumns.find(h=>h.prop===l):null,u=n&&n.fixed==="left",o=n&&n.fixed==="right";return this.isDraggingFrozen&&!u||this.isDraggingFrozenRight&&!o||!this.isDraggingFrozen&&!this.isDraggingFrozenRight&&(u||o)?(i.classList.add("no-drop-zone"),!1):(document.querySelectorAll(".no-drop-zone").forEach(h=>{h.classList.remove("no-drop-zone")}),!0)},onEnd:({item:s,newIndex:i,oldIndex:a})=>{if(i===void 0||a===void 0||i<0||a<0||i>=this.sortedTableColumns.length||a>=this.sortedTableColumns.length)return;document.querySelectorAll(".no-drop-zone").forEach(_=>{_.classList.remove("no-drop-zone")}),s.classList.remove("sortable-drag");const l=this.sortedTableColumns[a],n=l.fixed==="left",u=l.fixed==="right",o=i>0?this.sortedTableColumns[i-1]:null,h=i<this.sortedTableColumns.length-1?this.sortedTableColumns[i+1]:null;let b=!1;if(n?(o&&o.fixed!=="left"||h&&h.fixed==="right")&&(b=!0):u?(o&&o.fixed!=="right"||h&&h.fixed!=="right")&&(b=!0):(o&&o.fixed==="right"||h&&h.fixed==="left")&&(b=!0),b){this.rollbackSort();return}this.updateSortAfterDrag()}});this.sortable=e},rollbackSort(){this.sortedTableColumns=JSON.parse(JSON.stringify(this.columnsCopy))},updateSortAfterDrag(){const t=this.$refs.sortListRef;if(!t)return;Array.from(t.children||[]).filter(s=>s&&s.dataset&&s.dataset.prop).map(s=>s.dataset.prop).forEach((s,i)=>{this.sortedTableColumns.some(a=>a.prop===s?(a.sort=i,!0):!1)}),this.columnsCopy=JSON.parse(JSON.stringify(this.sortedTableColumns)),this.$emit("on-sort-change",this.sortedTableColumns)},init(){this.tableColumns=Array.isArray(this.tableColumns)?[...this.tableColumns]:Array.isArray(this.defaultColumnsConfig)?[...this.defaultColumnsConfig]:[],this.initSortedTableColumns()},initSortedTableColumns(){this.tableColumns.forEach((t,e)=>{t.sort===void 0&&(t.sort=e)}),this.sortedTableColumns=[...this.tableColumns].sort((t,e)=>t.fixed==="left"&&e.fixed!=="left"?-1:t.fixed!=="left"&&e.fixed==="left"||t.fixed==="right"&&e.fixed!=="right"?1:t.fixed!=="right"&&e.fixed==="right"?-1:t.sort-e.sort)},setPlacement(){const e=this.$refs.operationRef.$el.getBoundingClientRect();(window.innerHeight||document.documentElement.clientHeight)-(e.bottom-window.scrollY)>512?this.placement="bottom":this.placement="left"},handleVisibleChange(t){this.popoverVisible=t},handlePopoverShow(){this.setPlacement(),this.init(),(()=>{try{document.removeEventListener("mouseup",window.sortableGlobalMouseUp),document.removeEventListener("mousemove",window.sortableGlobalMouseMove)}catch{}})(),this.$nextTick(()=>{this.crateSortable()})},handlePopoverHide(){this.sortable&&(this.sortable.destroy(),this.sortable=null);try{document.removeEventListener("mouseup",window.sortableGlobalMouseUp),document.removeEventListener("mousemove",window.sortableGlobalMouseMove),typeof g<"u"&&g.utils&&(document.removeEventListener("mousemove",g.utils.throttleCall),document.removeEventListener("mouseup",g.utils.throttleCall))}catch{}},handleSelectAll(){const t=this.tableColumns.some(e=>!e.visible);this.tableColumns.forEach(e=>{e.cancellable&&(e.visible=t)})},handleRestoreDefault(){this.tableColumns=JSON.parse(JSON.stringify(this.defaultColumnsConfig)),this.sortedTableColumns=[...this.tableColumns].sort((t,e)=>t.sort-e.sort)},canMoveTop(t,e){if(e===0)return!1;if(t.fixed==="left"){const s=this.sortedTableColumns[e-1];return s&&s.fixed==="left"}if(!t.fixed){const s=this.sortedTableColumns[e-1];return s&&s.fixed==="left"?!1:s&&!s.fixed}return t.fixed==="right"},moveTop(t,e){const s=this.sortedTableColumns,i=t.prop;if(t.fixed==="right"&&(t.fixed=""),t.fixed==="left")s.unshift(s.splice(e,1)[0]);else{const a=this.findLastIndex(this.sortedTableColumns,l=>l.fixed==="left");s.splice(a+1,0,s.splice(e,1)[0])}this.updateSortValues(),this.columnsCopy=JSON.parse(JSON.stringify(this.sortedTableColumns)),this.$emit("on-sort-change",this.sortedTableColumns),this.$nextTick(()=>{const a=this.$refs.sortListRef;if(a){const l=Array.from(a.children).find(n=>n.dataset&&n.dataset.prop===i);l&&l.scrollIntoView({behavior:"smooth",block:"nearest"})}})},frozenLeftHandle(t){const e=this.sortedTableColumns,s=e.splice(t,1)[0];if(s.fixed=s.fixed==="left"?"":"left",s.fixed==="left"){const i=this.findLastIndex(this.sortedTableColumns,a=>a.fixed==="left");e.splice(i+1,0,s)}else{const i=this.findLastIndex(this.sortedTableColumns,a=>a.fixed==="left");e.splice(i+1,0,s)}this.updateSortValues(),this.columnsCopy=JSON.parse(JSON.stringify(this.sortedTableColumns)),this.$emit("on-sort-change",this.sortedTableColumns)},frozenRightHandle(t){const e=this.sortedTableColumns,s=e.splice(t,1)[0];if(s.fixed=s.fixed==="right"?"":"right",s.fixed==="right"){const i=e.findIndex(a=>a.fixed==="right");i===-1?e.push(s):e.splice(i,0,s)}else{const i=e.findIndex(a=>a.fixed==="right");i===-1?e.push(s):e.splice(i,0,s)}this.updateSortValues(),this.columnsCopy=JSON.parse(JSON.stringify(this.sortedTableColumns)),this.$emit("on-sort-change",this.sortedTableColumns)},onSave(){var e;this.updateSortValues();const t=(e=this.tableColumns)==null?void 0:e.map(s=>{const i=this.sortedTableColumns.find(n=>n.prop===s.prop);i&&(s.sort=i.sort,s.fixed=i.fixed,s.visible=i.visible);const{label:a,...l}=s;return l});_t({key:this.computedTableKey,info:JSON.stringify({columnsConfig:t,defaultColumnsConfig:this.defaultColumnsConfig})}).then(s=>{s.data.code===200&&(this.processedColumns=this.applyColumnConfig(t,!0),this.$emit("complete",{columns:this.processedColumns,isInitialLoad:!1}),this.$message.success(this.t("saveSuccess")),this.popoverVisible=!1)})},updateSortValues(){this.sortedTableColumns.forEach((t,e)=>{t.sort=e})}},mounted(){var t;(t=this.tableColumns)!=null&&t.length&&(this.initSortedTableColumns(),this.crateSortable(),this.columnsCopy=JSON.parse(JSON.stringify(this.sortedTableColumns)))},beforeDestroy(){this.sortable&&(this.sortable.destroy(),this.sortable=null);try{document.removeEventListener("mouseup",window.sortableGlobalMouseUp),document.removeEventListener("mousemove",window.sortableGlobalMouseMove),typeof g<"u"&&g.utils&&(document.removeEventListener("mousemove",g.utils.throttleCall),document.removeEventListener("mouseup",g.utils.throttleCall))}catch{}}};var Vt=function(){var e=this,s=e._self._c;return s("el-popover",e._g(e._b({attrs:{"popper-class":"column-config-popover",width:680,"show-arrow":!1,placement:e.placement,trigger:"click"},on:{show:e.handlePopoverShow,hide:e.handlePopoverHide},scopedSlots:e._u([{key:"reference",fn:function(){return[s("div",{staticStyle:{display:"inline-block","margin-left":"10px"}},[s("el-tooltip",e._b({attrs:{content:e.t("columnSetting"),placement:"top"}},"el-tooltip",e.afterOpenDelay,!1),[s("el-button",{ref:"operationRef",attrs:{size:e.getDefaultSize(),circle:""}},[s("MenuIcon")],1)],1)],1)]},proxy:!0}])},"el-popover",{[e.isVue3?"visible":"value"]:e.popoverVisible},!1),{[e.isVue3?"update:visible":"input"]:e.handleVisibleChange}),[e.popoverVisible?s("div",{staticClass:"container"},[s("div",{staticClass:"main-container"},[s("div",{staticClass:"left-content"},[s("div",{staticClass:"title"},[s("span",[e._v(e._s(e.t("SelectableFields"))+"("+e._s(e.tableColumns.length)+")")]),s("el-button",e._b({staticStyle:{"margin-left":"10px"},on:{click:e.handleSelectAll}},"el-button",e.buttonType,!1),[e._v(e._s(e.t("all")))])],1),s("div",{staticClass:"option-list"},[s("div",{staticStyle:{height:"100%","overflow-y":"auto"}},[e._l(e.tableColumns,function(i,a){return[i.prop?s("div",{key:a+i.prop,staticStyle:{width:"110px",display:"inline-block"}},[s("el-checkbox",{staticClass:"el-checkbox",attrs:{disabled:!i.cancellable,label:i.prop,value:i.prop},model:{value:i.visible,callback:function(l){e.$set(i,"visible",l)},expression:"col.visible"}},[s("TmEllipsisText",{attrs:{width:"80px",text:e.getColumnLabel(i.prop)}})],1)],1):e._e()]})],2)])]),s("div",{staticClass:"right-content"},[s("div",{staticClass:"search-box"},[s("el-input",{staticClass:"search-input",attrs:{size:e.getCompatSize("small"),clearable:"",placeholder:e.t("search")},model:{value:e.keyWord,callback:function(i){e.keyWord=i},expression:"keyWord"}})],1),e.showFixedLimitTips?s("div",{staticClass:"tips"}):e._e(),s("div",{ref:"sortListRef",staticClass:"sort-list"},e._l(e.filteredSortedTableColumns,function(i,a){return s("div",{key:i.prop,staticClass:"sort-item-wrapper",class:[i.fixed==="left"?"frozen":"",i.fixed==="right"?"frozenRight":"",i.fixed?"":"noFrozen"],attrs:{"data-prop":i.prop}},[i.visible?s("div",{staticClass:"sort-item"},[s("div",{staticClass:"row-title"},[s("MoveIcon",{staticStyle:{"flex-shrink":"0"}}),s("TmEllipsisText",{attrs:{text:e.getColumnLabel(i.prop)}})],1),s("div",{staticClass:"operation-btns"},[i.cancellable?s("el-tooltip",e._b({attrs:{content:e.t("cancel"),placement:"top"}},"el-tooltip",e.afterOpenDelay,!1),[s("el-button",e._b({staticClass:"iconfont-button delete-button",attrs:{size:e.getCompatSize("mini")},on:{click:function(l){i.visible=!1}}},"el-button",e.buttonType,!1),[s("DeleteIcon")],1)],1):e._e(),e.canMoveTop(i,a)?s("el-tooltip",e._b({attrs:{content:e.t("top"),placement:"top"}},"el-tooltip",e.afterOpenDelay,!1),[s("el-button",e._b({staticClass:"iconfont-button top-button",attrs:{size:e.getCompatSize("mini")},on:{click:function(l){return e.moveTop(i,a)}}},"el-button",e.buttonType,!1),[s("UploadIcon")],1)],1):e._e(),i.fixed!=="right"?s("el-tooltip",e._b({attrs:{content:i.fixed==="left"?e.t("cancelLeftFixed"):e.t("leftFixed"),placement:"top"}},"el-tooltip",e.afterOpenDelay,!1),[s("el-button",e._b({staticClass:"iconfont-button left-fixed-btn",class:{"active-fixed":i.fixed==="left"},attrs:{size:e.getCompatSize("mini"),disabled:i.fixed!=="left"&&e.isThanMaxFrozen},on:{click:function(l){return e.frozenLeftHandle(a)}}},"el-button",e.buttonType,!1),[s("FixedLeftIcon")],1)],1):e._e(),i.fixed!=="left"?s("el-tooltip",e._b({attrs:{content:i.fixed==="right"?e.t("cancelRightFixed"):e.t("rightFixed"),placement:"top"}},"el-tooltip",e.afterOpenDelay,!1),[s("el-button",e._b({staticClass:"iconfont-button right-fixed-btn",class:{"active-fixed":i.fixed==="right"},attrs:{size:e.getCompatSize("mini"),disabled:i.fixed!=="right"&&e.isThanMaxRightFrozen},on:{click:function(l){return e.frozenRightHandle(a)}}},"el-button",e.buttonType,!1),[s("FixedRightIcon")],1)],1):e._e()],1)]):e._e()])}),0)])]),s("div",{staticClass:"footer"},[s("div",{staticClass:"footer-left"},[s("el-button",{attrs:{size:e.getCompatSize("mini")},on:{click:e.handleRestoreDefault}},[e._v(e._s(e.t("restoreDefault")))])],1),s("div",{staticClass:"footer-right"},[s("el-button",{attrs:{size:e.getCompatSize("mini")},on:{click:function(i){e.popoverVisible=!1}}},[e._v(e._s(e.t("cancel")))]),s("el-button",{attrs:{size:e.getCompatSize("mini"),type:"primary"},on:{click:e.onSave}},[e._v(e._s(e.t("saveAndApply")))])],1)])]):e._e()])},kt=[],zt=c(Ft,Vt,kt,!1,null,"46a12fcc");const Lt=zt.exports,Ot=!0,Dt=!1,Mt={name:"TmTable",components:{TableSearch:R,TablePagination:ft,TableMenu:yt,ColumnConfig:Lt,RefreshIcon:ae,ColumnRenderer:{props:["vnode"],render(){return this.$createElement(this.vnode.componentOptions.tag,this.vnode.data,this.vnode.children)}}},inheritAttrs:!1,props:{data:{type:[Array,Function],default:()=>[]},showSearch:{type:Boolean,default:!0},showMenu:{type:Boolean,default:!0},showPagination:{type:Boolean,default:!0},pagination:{type:Object,default:()=>({})},height:{type:[String,Number]},calcHeight:{type:Number,default:0},dataAdapter:{type:Function,default:null},columnSettingButton:{type:Boolean,default:!0},refreshButton:{type:Boolean,default:!0},tableKey:{type:String,default:""},firstLoad:{type:Boolean,default:!0},maxFixedLeftQuantity:{type:Number},maxFixedRightQuantity:{type:Number},border:{type:Boolean,default:!0},searchColumns:{type:Array,default:null},searchForm:{type:Object,default:()=>({})}},data(){return{getDefaultSize:f,getCompatSize:C,isVue3:Dt,isVue2:Ot,t:m().t,tableData:[],tableLoading:!1,columnsLoading:!1,tableReload:1,tableHeight:null,selectedRows:[],paginationInfo:{current:1,pageSize:20,total:void 0},originalColumns:[],displayColumns:[],isColumnConfigLoaded:!1,afterOpenDelay:{"open-delay":300}}},computed:{pageLoading(){return this.tableLoading||this.columnsLoading},computedTableKey(){return this.tableKey?this.tableKey:this.$route.path.slice(1).replace(/\//g,"-")},computedShowPagination(){return this.showPagination&&typeof this.data=="function"}},watch:{data:{immediate:!0,handler(t){typeof t=="function"?!this.columnSettingButton||this.isColumnConfigLoaded&&!this.firstLoad?this.loadData():Array.isArray(t)&&(this.tableData=t):this.tableData=t}},height:{immediate:!0,handler(){this.getTableHeight()}}},created(){this.originalColumns=this.$slots.default||[],this.columnSettingButton?this.columnsLoading=!0:(this.displayColumns=this.originalColumns,this.isColumnConfigLoaded=!0)},mounted(){this.getTableHeight(),window.addEventListener("resize",this.getTableHeight)},beforeDestroy(){window.removeEventListener("resize",this.getTableHeight)},methods:{handleUpdateSearchForm(t){this.$emit("update:search-form",t)},handleColumnConfigComplete(t){Array.isArray(t.columns)?this.displayColumns=[...t.columns]:this.displayColumns=[...this.originalColumns],t.isInitialLoad?(this.isColumnConfigLoaded=!0,this.columnsLoading=!1,this.firstLoad&&typeof this.data=="function"&&this.loadData()):this.reloadTable()},isAutoHeight(){return this.height==="auto"},handleRefresh(){this.loadData()},async loadData(){if(Array.isArray(this.data))this.tableData=this.data;else if(typeof this.data=="function"){if(this.tableLoading)return;this.tableLoading=!0;try{const t=await this.data({paginationInfo:{pageSize:this.paginationInfo.pageSize,current:this.paginationInfo.current},params:this.searchForm}),{list:e,total:s,pageSize:i,current:a}=t;this.tableData=e,s!==void 0&&(this.paginationInfo.total=s),a!==void 0&&(this.paginationInfo.current=a),i!==void 0&&(this.paginationInfo.pageSize=i)}catch{}finally{this.tableLoading=!1}}},getTableHeight(){this.isAutoHeight()?this.$nextTick(()=>{const t=this.$refs.table,e=this.$refs.tmPagination;if(!t)return;const s=t.$el,i=e&&e.$el&&e.$el.offsetHeight||0;this.tableHeight=document.documentElement.clientHeight-s.offsetTop-i-this.calcHeight}):this.tableHeight=this.height,this.refreshTable()},search(){this.paginationInfo.current=1,this.loadData()},reset(){this.paginationInfo.current=1,this.$nextTick(()=>{this.loadData()})},handleSelectionChange(t){this.selectedRows=t,this.$emit("selection-change",t)},handleSizeChange(t){this.paginationInfo.pageSize=t,this.loadData(),this.$emit("size-change",t)},handleCurrentChange(t){this.paginationInfo.current=t,this.loadData(),this.$emit("current-change",t)},refreshTable(){this.$refs.table&&this.$refs.table.doLayout()},reloadTable(){this.tableReload++}}};var Rt=function(){var e=this,s=e._self._c;return s("div",{ref:"tablePage",staticClass:"tm-table"},[e.searchColumns&&e.searchColumns.length>0?s("table-search",{ref:"search",attrs:{disabled:e.pageLoading,"search-columns":e.searchColumns,"search-form":e.searchForm},on:{search:e.search,reset:e.reset,"update:search-form":e.handleUpdateSearchForm}},[e._t("search")],2):e._e(),e.showMenu?s("table-menu",{scopedSlots:e._u([{key:"left",fn:function(){return[e._t("menu-left")]},proxy:!0},{key:"right",fn:function(){return[e._t("menu-right"),e.refreshButton&&typeof e.data=="function"?s("el-tooltip",e._b({attrs:{content:e.t("refresh"),placement:"top"}},"el-tooltip",e.afterOpenDelay,!1),[s("el-button",{attrs:{circle:"",size:e.getDefaultSize()},on:{click:e.handleRefresh}},[s("RefreshIcon")],1)],1):e._e(),e.columnSettingButton?s("ColumnConfig",{attrs:{maxFixedLeftQuantity:e.maxFixedLeftQuantity,maxFixedRightQuantity:e.maxFixedRightQuantity,tableKey:e.computedTableKey,columns:e.originalColumns},on:{complete:e.handleColumnConfigComplete}}):e._e()]},proxy:!0}],null,!0)}):e._e(),s("el-table",e._g(e._b({directives:[{name:"loading",rawName:"v-loading",value:e.pageLoading,expression:"pageLoading"}],key:e.tableReload,ref:"table",attrs:{data:e.tableData,height:e.tableHeight,size:e.getCompatSize("mini")},on:{"selection-change":e.handleSelectionChange}},"el-table",{...e.$attrs,border:e.border},!1),e.isVue2?e.$listeners:{}),e._l(e.displayColumns,function(i){return s("columnRenderer",{key:e.isVue3?i.id:i.data.attrs.prop,attrs:{vnode:i}})}),1),e.computedShowPagination?s("table-pagination",{ref:"tmPagination",attrs:{"page-size":e.paginationInfo.pageSize,"current-page":e.paginationInfo.current,total:e.paginationInfo.total,disabled:e.tableLoading},on:{"size-change":e.handleSizeChange,"current-change":e.handleCurrentChange}}):e._e()],1)},At=[],Ht=c(Mt,Rt,At,!1,null,"015b93d4");const H=Ht.exports,Et=!0,Pt=!1,It={name:"TmTableColumn",inheritAttrs:!1,computed:{isVisible(){return this.$attrs.visible!==!1},slots(){return this.$scopedSlots}},data(){return{isVue2:Et,isVue3:Pt}},created(){this.$parent&&this.$parent.$emit&&this.$parent.$emit("column-initialized",{prop:this.$attrs.prop,visible:this.$attrs.visible!==!1})}};var Wt=function(){var e=this,s=e._self._c;return e.isVisible?s("el-table-column",e._g(e._b({scopedSlots:e._u([e._l(e.slots,function(i,a){return{key:a,fn:function(l){return[e._t(a,null,null,l)]}}})],null,!0)},"el-table-column",e.$attrs,!1),e.isVue2?e.$listeners:{})):e._e()},Bt=[],Nt=c(It,Wt,Bt,!1,null,null);const E=Nt.exports,{t:P}=m(),jt={name:"TmAdvancedEllipsisText",components:{CopyIcon:W},props:{rows:{type:Number,default:1},width:{type:String,default:"100%"},maxWidth:{type:String,default:""},showToolbar:{type:Boolean,default:!1},text:{type:String,default:""},showTooltip:{type:Boolean,default:!0},copyable:{type:Boolean,default:!1}},data(){return{isVue2:!0,originalText:"",isHovered:!1,lineHeight:0,containerWidth:0,resizeObserver:null,isCalculating:!1,frontLines:[],lastLineText:"",isLastLineEllipsis:!1,tableRowElement:null}},computed:{containerStyle(){const t={};return this.maxWidth?(t.maxWidth=this.maxWidth,t.width=this.width):t.width=this.width,t},hasToolbarSlot(){return this.$slots.toolbar?this.$slots.toolbar&&this.$slots.toolbar.length>0:!1},hasToolbarContent(){return this.copyable||this.hasToolbarSlot},shouldShowToolbar(){return this.showToolbar||this.isHovered&&this.hasToolbarContent}},mounted(){this.initComponent(),this.setupResizeObserver(),this.setupTableRowHover()},updated(){const t=this.getTextContent();t!==this.originalText&&(this.originalText=t,this.$nextTick(()=>{this.calculateLayout()}))},beforeDestroy(){this.cleanupResizeObserver(),this.cleanupTableRowHover()},beforeUnmount(){this.cleanupResizeObserver(),this.cleanupTableRowHover()},watch:{text:{handler(){this.$nextTick(()=>{this.originalText=this.getTextContent(),this.calculateLayout()})},immediate:!0},rows(){this.$nextTick(()=>{this.calculateLayout()})},shouldShowToolbar(){this.$nextTick(()=>{this.calculateLayout()})},"$slots.default":{handler(){this.$nextTick(()=>{this.originalText=this.getTextContent(),this.calculateLayout()})},deep:!0}},methods:{initComponent(){this.$nextTick(()=>{this.originalText=this.getTextContent(),this.calculateLineHeight(),this.$nextTick(()=>{this.calculateLayout()})})},handleCopy(){navigator.clipboard&&window.isSecureContext?navigator.clipboard.writeText(this.originalText).then(()=>{this.$message.success(P("copySuccess"))}).catch(()=>{this.fallbackCopy()}):this.fallbackCopy()},fallbackCopy(){const t=document.createElement("textarea");t.value=this.originalText,t.style.position="fixed",t.style.left="-999999px",t.style.top="-999999px",document.body.appendChild(t),t.focus(),t.select();try{document.execCommand("copy"),this.$message.success(P("copySuccess"))}catch{this.$message.error(P("copyFailed"))}document.body.removeChild(t)},getTextContent(){return this.$slots.default?this.$slots.default.map(e=>e.text?e.text:e.children&&typeof e.children=="string"?e.children:e.children&&Array.isArray(e.children)?e.children.map(s=>s.text||"").join(""):"").join(""):this.text||""},calculateLineHeight(){const t=this.$refs.containerRef;if(!t)return;const e=window.getComputedStyle(t);this.containerWidth=t.offsetWidth;const s=this.$refs.measureRef;if(s){this.setMeasureElementStyle(s,{width:this.containerWidth+"px",wordBreak:"break-all",whiteSpace:"normal"}),s.textContent="测",s.offsetHeight;const i=s.offsetHeight;s.innerHTML="",this.lineHeight=i}else{const i=e.lineHeight;if(i&&i!=="normal")this.lineHeight=parseInt(i);else{const a=parseInt(e.fontSize);this.lineHeight=a*1.2}}},calculateLayout(){if(!this.isCalculating){if(!this.originalText||this.rows<=0){this.frontLines=[],this.lastLineText=this.originalText||"",this.isLastLineEllipsis=!1;return}this.isCalculating=!0,this.$nextTick(()=>{requestAnimationFrame(()=>{this.performLayoutCalculation()})})}},performLayoutCalculation(){const t=this.originalText;if(this.rows===1)this.frontLines=[],this.lastLineText=t,this.isLastLineEllipsis=this.checkIfTextOverflows(t);else{const e=this.lineHeight;if(this.getTextHeight(t)<=e)this.frontLines=[],this.lastLineText=t,this.isLastLineEllipsis=this.checkIfTextOverflows(t);else{const i=this.lineHeight*(this.rows-1),a=this.findTextForHeight(t,i);this.frontLines=this.splitTextToLines(a);const l=t.substring(a.length);this.lastLineText=l,this.isLastLineEllipsis=l.length>0&&this.checkIfTextOverflows(l)}}this.isCalculating=!1},findTextForHeight(t,e){if(this.getTextHeight(t)<=e)return t;let s=0,i=t.length,a="";for(;s<=i;){const l=Math.floor((s+i)/2),n=t.substring(0,l);this.getTextHeight(n)<=e?(a=n,s=l+1):i=l-1}return a},splitTextToLines(t){if(!t)return[];const e=[];let s=t;for(;s.length>0;){const i=this.findTextForHeight(s,this.lineHeight);if(i.length===0)break;e.push(i),s=s.substring(i.length)}return e},checkIfTextOverflows(t){if(!t)return!1;const e=this.getTextWidth(t),s=this.shouldShowToolbar&&this.hasToolbarContent?this.getToolbarWidth():0,i=this.containerWidth-s-5;return e>i},getToolbarWidth(){let t=0;return this.copyable&&(t+=20),this.hasToolbarSlot&&(t+=40),t},getTextHeight(t){return this.measureText(t,{width:this.containerWidth+"px",wordBreak:"break-all",whiteSpace:"normal"})},getTextWidth(t){return this.measureText(t,{whiteSpace:"nowrap"})},measureText(t,e={}){if(!this.$refs.containerRef||!this.$refs.measureRef)return 0;const s=this.$refs.measureRef,i=s.style.cssText;this.setMeasureElementStyle(s,e),s.textContent=t,s.offsetHeight;const a=e.whiteSpace==="nowrap"?s.offsetWidth:s.offsetHeight;return s.style.cssText=i,s.innerHTML="",a},setMeasureElementStyle(t,e={}){const s=window.getComputedStyle(this.$refs.containerRef);t.style.cssText="",t.style.position="absolute",t.style.left="-9999px",t.style.top="-9999px",t.style.visibility="hidden",t.style.pointerEvents="none",t.style.zIndex="-1",t.style.fontSize=s.fontSize,t.style.fontFamily=s.fontFamily,t.style.fontWeight=s.fontWeight,t.style.lineHeight=s.lineHeight,t.style.letterSpacing=s.letterSpacing,t.style.wordSpacing=s.wordSpacing,t.style.padding="0",t.style.margin="0",t.style.border="none",t.style.boxSizing="border-box",Object.entries(e).forEach(([i,a])=>{t.style[i]=a})},handleMouseEnter(){this.isHovered=!0},handleMouseLeave(){this.isHovered=!1},setupResizeObserver(){typeof ResizeObserver<"u"&&(this.resizeObserver=new ResizeObserver(t=>{const e=t[0];if(e){const s=e.contentRect.width;Math.abs(s-this.containerWidth)>1&&requestAnimationFrame(()=>{this.calculateLineHeight(),this.calculateLayout()})}}),this.$refs.containerRef&&this.resizeObserver.observe(this.$refs.containerRef))},cleanupResizeObserver(){this.resizeObserver&&(this.resizeObserver.disconnect(),this.resizeObserver=null)},setupTableRowHover(){let t=this.$el;for(;t&&t!==document.body;){if(t.classList&&t.classList.contains("el-table__row")){this.tableRowElement=t;break}t=t.parentElement}this.tableRowElement&&(this.tableRowElement.addEventListener("mouseenter",this.handleMouseEnter),this.tableRowElement.addEventListener("mouseleave",this.handleMouseLeave))},cleanupTableRowHover(){this.tableRowElement&&(this.tableRowElement.removeEventListener("mouseenter",this.handleMouseEnter),this.tableRowElement.removeEventListener("mouseleave",this.handleMouseLeave),this.tableRowElement=null)}}};var Ut=function(){var e=this,s=e._self._c;return s("div",{ref:"containerRef",staticClass:"tm-ellipsis-text",style:e.containerStyle,on:{mouseenter:e.handleMouseEnter,mouseleave:e.handleMouseLeave}},[e.showTooltip&&e.isLastLineEllipsis?s("el-tooltip",e._b({attrs:{content:e.originalText,disabled:!e.showTooltip||!e.isLastLineEllipsis,placement:"top"}},"el-tooltip",{[e.isVue2?"open-delay":"show-after"]:300},!1),[s("div",{staticClass:"tm-ellipsis-text-wrapper"},[e._l(e.frontLines,function(i,a){return s("div",{key:"front-"+a,staticClass:"tm-ellipsis-line",domProps:{innerHTML:e._s(i)}})}),s("div",{staticClass:"tm-ellipsis-last-line"},[s("div",{staticClass:"tm-ellipsis-text-part",domProps:{innerHTML:e._s(e.lastLineText)}}),e.shouldShowToolbar&&e.hasToolbarContent?s("div",{staticClass:"tm-ellipsis-toolbar-part"},[e.copyable?s("CopyIcon",{staticClass:"icon-item",on:{click:e.handleCopy}}):e._e(),e._t("toolbar")],2):e._e()])],2)]):s("div",{staticClass:"tm-ellipsis-text-wrapper"},[e._l(e.frontLines,function(i,a){return s("div",{key:"front-"+a,staticClass:"tm-ellipsis-line",domProps:{innerHTML:e._s(i)}})}),s("div",{staticClass:"tm-ellipsis-last-line"},[s("div",{staticClass:"tm-ellipsis-text-part",domProps:{innerHTML:e._s(e.lastLineText)}}),e.shouldShowToolbar&&e.hasToolbarContent?s("div",{staticClass:"tm-ellipsis-toolbar-part"},[e.copyable?s("CopyIcon",{staticClass:"icon-item",on:{click:e.handleCopy}}):e._e(),e._t("toolbar")],2):e._e()])],2),s("div",{ref:"measureRef",staticClass:"tm-ellipsis-measure"})],1)},Jt=[],Qt=c(jt,Ut,Jt,!1,null,"16643222");const I=Qt.exports,qt={install:{install(t,e={}){[H,E,y,I].forEach(s=>t.component(s.name,s)),e.tableConfigProvider&&xt(e.tableConfigProvider),e.lang&&S(e.lang||"zh-CN")}}.install,Table:H,Column:E,Search:R,Select:F,AdvancedInput:k,AdvancedDate:z,Cascader:L,Radio:O,Checkbox:D,Switch:M,EllipsisText:y,AdvancedEllipsisText:I,setLang:S,useLocale:m};r.AdvancedDate=z,r.AdvancedEllipsisText=I,r.AdvancedInput=k,r.Cascader=L,r.Checkbox=D,r.Column=E,r.EllipsisText=y,r.Radio=O,r.Search=R,r.Select=F,r.Switch=M,r.Table=H,r.default=qt,r.setLang=S,r.useLocale=m,Object.defineProperties(r,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}})});
|
|
1
|
+
(function(r,x){typeof exports=="object"&&typeof module<"u"?x(exports,require("vue"),require("sortablejs")):typeof define=="function"&&define.amd?define(["exports","vue","sortablejs"],x):(r=typeof globalThis<"u"?globalThis:r||self,x(r.TmTable={},r.Vue,r.Sortable))})(this,function(r,x,g){"use strict";var N;const C=t=>t,f=()=>"mini",j={"zh-CN":{today:"今天",yesterday:"昨天",last7days:"最近7天",last30days:"最近30天",thisMonth:"本月",lastMonth:"上月",checkAll:"全选",search:"搜索",query:"查询",reset:"重置",columnSetting:"列设置",refresh:"刷新",cancel:"取消",fixedLeft:"固定在左侧",fixedRight:"固定在右侧",top:"置顶",restoreDefault:"恢复默认",saveAndApply:"保存并应用",startDate:"开始日期",endDate:"结束日期",all:"全选",SelectableFields:"可选择字段",fixedColumns:"固定列",leftmost:"左侧最多",rightmost:"右侧最多",items:"项",accurateSearchTips:"每行一个,支持多个值",accurateSearchPlaceholder:"精确搜索,一行一项",selectPlaceholder:"请选择",clear:"清空",saveSuccess:"保存成功",cancelRightFixed:"取消右侧固定",rightFixed:"固定到右侧",cancelLeftFixed:"取消左侧固定",leftFixed:"固定到左侧",cancelTop:"取消置顶",copySuccess:"复制成功",copyFailed:"复制失败"},"en-US":{today:"Today",yesterday:"Yesterday",last7days:"Last 7 days",last30days:"Last 30 days",thisMonth:"This month",lastMonth:"Last month",checkAll:"Check all",search:"Search",query:"Search",reset:"Reset",columnSetting:"Column Setting",refresh:"Refresh",cancel:"Cancel",fixedLeft:"Fixed left",fixedRight:"Fixed right",top:"Top",restoreDefault:"Restore default",saveAndApply:"Save and apply",startDate:"Start date",endDate:"End date",all:"All",SelectableFields:"Fields",fixedColumns:"Fixed columns",leftmost:"Leftmost",rightmost:"Rightmost",items:"item(s)",accurateSearchTips:"One per line, supporting multiple values",accurateSearchPlaceholder:"Accurate search, one per line",selectPlaceholder:"Please select",clear:"Clear",saveSuccess:"Successfully saved",cancelRightFixed:"Cancel right fixed",rightFixed:"Fixed to right",cancelLeftFixed:"Cancel left fixed",leftFixed:"Fixed to left",cancelTop:"Cancel top",copySuccess:"Copy successfully",copyFailed:"Copy failed"}};let v={value:"zh-CN"};{const t=require("vue");t.observable||(N=t.default)!=null&&N.observable?v=t.default.observable(v):v=new t({data(){return{currentLang:v}}}).$data.currentLang}const U=t=>{var e;return((e=j[v.value])==null?void 0:e[t])||t},S=t=>{v.value=t},m=()=>({t:U,setLang:S,currentLang:v});function u(t,e,s,i,a,l,n,c){var o=typeof t=="function"?t.options:t;return e&&(o.render=e,o.staticRenderFns=s,o._compiled=!0),l&&(o._scopeId="data-v-"+l),{exports:t,options:o}}const J=!0,Q=!1,w="value",q="input",K={name:"TmSelectFilter",props:{[w]:{type:[String,Number,Array],default:""},field:{type:[String,Number],default:""},options:{type:[Array,Function],default:()=>[]},labelOptions:{type:Array,default:()=>[]},props:{type:Object,default:()=>({label:"label",value:"value"})},filterable:{type:Boolean,default:!0},clearable:{type:Boolean,default:!0},collapseTags:{type:Boolean,default:!0},multiple:{type:Boolean,default:!1},showCheckAll:{type:Boolean,default:!0},placeholder:{type:String,default:""}},data(){return{t:m().t,isVue2:J,isVue3:Q,getDefaultSize:f,optionsList:[],loading:!1,indeterminate:!1,checkAll:!1,activedSelect:""}},computed:{computedValue:{get(){return this[w]},set(t){this.$emit(q,t),this.$emit("change",t)}},fieldValue:{get(){return this.field},set(t){this.$emit("field-change",t)}},propMap(){return{label:this.props.label||"label",value:this.props.value||"value"}}},watch:{[w](t){!this.multiple||!this.showCheckAll||(t.length===0?(this.checkAll=!1,this.indeterminate=!1):t.length===this.optionsList.length?(this.checkAll=!0,this.indeterminate=!1):this.indeterminate=!0)}},created(){this.initOptions()},methods:{async initOptions(){if(Array.isArray(this.options))this.optionsList=this.options;else if(typeof this.options=="function")try{this.loading=!0;const t=await this.options();Array.isArray(t)&&(this.optionsList=t)}catch(t){console.error(t)}finally{this.loading=!1}},handleCheckAll(t){this.indeterminate=!1;let e=[];t&&(e=this.optionsList.map(s=>s[this.propMap.value])),this.computedValue=e},setActivedSelect(t){this.activedSelect=t}}};var G=function(){var e=this,s=e._self._c;return s("div",{staticClass:"advanced-select",class:{hasField:e.labelOptions&&e.labelOptions.length>0}},[e.labelOptions&&e.labelOptions.length>0?s("el-select",{staticClass:"field-select",class:`field-select--${e.isVue2?"v2":"v3"}`,style:`z-index:${e.activedSelect==="left"?2:0}`,attrs:{size:e.getDefaultSize()},on:{focus:function(i){return e.setActivedSelect("left")}},model:{value:e.fieldValue,callback:function(i){e.fieldValue=i},expression:"fieldValue"}},e._l(e.labelOptions,function(i){return s("el-option",{key:i.value,attrs:{label:i.label,value:i.value}})}),1):e._e(),s("el-select",e._g(e._b({ref:"select",staticClass:"select",class:`select--${e.isVue3?"v3":"v2"}`,style:`z-index:${e.activedSelect==="right"?2:0}`,attrs:{loading:e.loading},on:{focus:function(i){return e.setActivedSelect("right")}},scopedSlots:e._u([{key:"header",fn:function(){return[e.isVue3&&e.multiple&&e.showCheckAll?s("el-checkbox",{staticStyle:{width:"100%",height:"20px","padding-left":"10px"},attrs:{indeterminate:e.indeterminate,size:e.getDefaultSize()},on:{change:e.handleCheckAll},model:{value:e.checkAll,callback:function(i){e.checkAll=i},expression:"checkAll"}},[e._v(e._s(e.t("all")))]):e._e()]},proxy:!0}]),model:{value:e.computedValue,callback:function(i){e.computedValue=i},expression:"computedValue"}},"el-select",{...e.$attrs,size:e.getDefaultSize(),filterable:e.filterable,clearable:e.clearable,collapseTags:e.collapseTags,multiple:e.multiple,placeholder:e.placeholder,loading:e.loading},!1),e.isVue2?e.$listeners:{}),[e.isVue2&&e.multiple&&e.showCheckAll?s("div",{staticClass:"check-all-option"},[s("el-checkbox",{staticStyle:{width:"100%"},attrs:{indeterminate:e.indeterminate,size:e.getDefaultSize()},on:{change:e.handleCheckAll},model:{value:e.checkAll,callback:function(i){e.checkAll=i},expression:"checkAll"}},[e._v(e._s(e.t("all")))])],1):e._e(),e._l(e.optionsList,function(i){return s("el-option",{key:i[e.propMap.value],attrs:{label:i[e.propMap.label],value:i[e.propMap.value],disabled:i.disabled}},[e._t("option",function(){return[e._v(e._s(i[e.propMap.label]))]},{item:i})],2)})],2)],1)},Y=[],X=u(K,G,Y,!1,null,"467dcdd3");const V=X.exports,Z={name:"BaseIcon",props:{path:{type:String},size:{type:[String,Number]},color:{type:String}},methods:{handleClick(){this.$emit("click")}}};var ee=function(){var e=this,s=e._self._c;return s("i",{staticClass:"tm-icon",on:{click:e.handleClick}},[s("svg",{style:{color:e.color},attrs:{width:e.size,height:e.size,viewBox:"0 0 1024 1024",xmlns:"http://www.w3.org/2000/svg"}},[s("path",{attrs:{d:e.path}})])])},te=[],se=u(Z,ee,te,!1,null,"1c30ca93");const ie=se.exports,p=Object.entries({menu:"M160 448a32 32 0 0 1-32-32V160.064a32 32 0 0 1 32-32h256a32 32 0 0 1 32 32V416a32 32 0 0 1-32 32zm448 0a32 32 0 0 1-32-32V160.064a32 32 0 0 1 32-32h255.936a32 32 0 0 1 32 32V416a32 32 0 0 1-32 32zM160 896a32 32 0 0 1-32-32V608a32 32 0 0 1 32-32h256a32 32 0 0 1 32 32v256a32 32 0 0 1-32 32zm448 0a32 32 0 0 1-32-32V608a32 32 0 0 1 32-32h255.936a32 32 0 0 1 32 32v256a32 32 0 0 1-32 32z",more:"M76.92892277 192.94787572h864.34120754c23.20379058 0 46.40758118-17.40284367 46.40758118-46.40758118s-23.20379058-46.40758118-46.40758118-46.40758116H76.92892277c-29.00473897 0-46.40758264 17.40284367-46.40758264 46.40758116s23.20379058 46.40758118 46.40758264 46.40758118zM941.27013031 465.59241882H76.92892277c-29.00473897 0-46.40758264 17.40284367-46.40758264 46.40758118s23.20379058 46.40758118 46.40758264 46.40758118h864.34120754c23.20379058 0 46.40758118-17.40284367 46.40758118-46.40758118s-23.20379058-46.40758118-46.40758118-46.40758118zM941.27013031 825.25117589H76.92892277c-29.00473897 0-46.40758264 17.40284367-46.40758264 46.40758118s23.20379058 46.40758118 46.40758264 46.40758264h864.34120754c23.20379058 0 46.40758118-17.40284367 46.40758118-46.40758264s-23.20379058-46.40758118-46.40758118-46.40758118z",refresh:"M771.776 794.88A384 384 0 0 1 128 512h64a320 320 0 0 0 555.712 216.448H654.72a32 32 0 1 1 0-64h149.056a32 32 0 0 1 32 32v148.928a32 32 0 1 1-64 0v-50.56zM276.288 295.616h92.992a32 32 0 0 1 0 64H220.16a32 32 0 0 1-32-32V178.56a32 32 0 0 1 64 0v50.56A384 384 0 0 1 896.128 512h-64a320 320 0 0 0-555.776-216.384z",move:"M238.93333333 102.4a68.26666667 68.26666667 0 1 1 136.53333334 0 68.26666667 68.26666667 0 0 1-136.53333334 0z m409.6 0a68.26666667 68.26666667 0 1 1 136.53333334 0 68.26666667 68.26666667 0 0 1-136.53333334 0zM238.93333333 375.46666667a68.26666667 68.26666667 0 1 1 136.53333334 0 68.26666667 68.26666667 0 0 1-136.53333334 0z m409.6 0a68.26666667 68.26666667 0 1 1 136.53333334 0 68.26666667 68.26666667 0 0 1-136.53333334 0z m-409.6 273.06666666a68.26666667 68.26666667 0 1 1 136.53333334 0 68.26666667 68.26666667 0 0 1-136.53333334 0z m409.6 0a68.26666667 68.26666667 0 1 1 136.53333334 0 68.26666667 68.26666667 0 0 1-136.53333334 0z m-341.33333333 204.8a68.26666667 68.26666667 0 1 0 0 136.53333334 68.26666667 68.26666667 0 0 0 0-136.53333334z m341.33333333 68.26666667a68.26666667 68.26666667 0 1 1 136.53333334 0 68.26666667 68.26666667 0 0 1-136.53333334 0z","column-setting":"M436.05333334 18.36373333a109.22666667 109.22666667 0 0 1 109.22666666 0l345.56586667 199.54346667c33.792 19.52426667 54.61333333 55.56906667 54.61333333 94.54933333V580.26666667h-81.92V312.45653333a27.30666667 27.30666667 0 0 0-13.65333333-23.62026666L504.32 89.2928a27.30666667 27.30666667 0 0 0-27.30666666 0L131.44746667 288.83626667a27.30666667 27.30666667 0 0 0-13.65333333 23.62026666v399.08693334a27.30666667 27.30666667 0 0 0 13.65333333 23.62026666L477.01333334 934.7072a27.30666667 27.30666667 0 0 0 27.30666666 0l54.61333334-31.5392v94.54933333l-13.65333334 7.91893334a109.22666667 109.22666667 0 0 1-109.22666666 0l-345.56586667-199.54346667a109.22666667 109.22666667 0 0 1-54.61333333-94.54933333V312.45653333c0-38.98026667 20.82133333-75.09333333 54.61333333-94.54933333L436.05333334 18.36373333z","fixed-left":"M843.36363653 311.54545478l-53.18181827 1e-8-20.45454521 28.63636347-163.63636435 204.54545479-24.54545391 28.63636347 12.27272695 36.81818175c8.18181826 28.63636347 12.27272695 57.27272695 12.27272696 85.90909042 0 32.72727305-4.09090869 61.36363652-16.36363565 90-4.09090869 16.36363653-12.27272695 32.72727306-24.54545479 49.09090957l-163.63636347-163.63636347-40.90909131-40.90909132-12.27272695-12.27272695-163.63636348-163.63636347c28.63636347-16.36363653 61.36363652-28.63636347 94.09090869-32.72727305 45-8.18181826 90-4.09090869 134.99999999 8.18181826l36.81818175 12.27272695 28.63636347-24.54545391 204.54545479-163.63636435 28.63636347-16.36363564 0-32.72727305L712.45454521 184.72727305l130.90909132 126.81818173zM941.54545479 327.90909131c0-8.18181826-4.09090869-16.36363653-8.18181826-24.54545478L720.63636348 94.72727305c-12.27272695-16.36363653-36.81818174-12.27272695-49.09090869 4.0909087-20.45454521 28.63636347-28.63636347 65.45454521-28.63636348 98.18181825l0 4.09090869-204.54545478 163.63636436c-110.45454521-36.81818174-233.18181826-16.36363653-327.27272784 61.36363564-8.18181826 8.18181826-12.27272695 16.36363653-12.27272694 24.54545478 0 8.18181826 4.09090869 16.36363653 8.18181825 24.5454548l196.36363653 196.36363652-212.72727305 212.72727216c-4.09090869 4.09090869-8.18181826 12.27272695-8.18181826 20.4545461s4.09090869 16.36363653 8.18181826 20.4545452c12.27272695 12.27272695 32.72727306 12.27272695 45 1e-8L352.45454522 716.54545479l196.36363652 196.36363652c12.27272695 12.27272695 36.81818174 12.27272695 49.09090957-4.09090957C651.09090869 847.45454521 675.63636347 773.81818174 675.63636346 696.09090869c0-36.81818173-4.09090869-73.63636348-16.36363651-106.36363564l163.63636436-204.54545479c36.81818173 0 73.63636348-8.18181826 106.36363564-28.63636347C937.45454519 348.36363653 941.54545478 336.09090869 941.54545479 327.90909131z","fixed-right":"M311.54545479 180.63636347v53.18181827l28.63636347 20.45454521 204.54545479 163.63636436 28.63636347 24.5454539 36.81818174-12.27272695c28.63636347-8.18181826 57.27272695-12.27272695 85.90909043-12.27272695 32.72727305 0 61.36363652 4.09090869 90 16.36363564 16.36363653 4.09090869 32.72727305 12.27272695 49.09090957 24.54545479l-163.63636347 163.63636347-40.90909132 40.90909131-12.27272695 12.27272695-163.63636347 163.63636348c-16.36363653-28.63636347-28.63636347-61.36363652-32.72727305-94.09090869-8.18181826-45-4.09090869-90 8.18181826-135l12.27272695-36.81818174-24.5454539-28.63636347-163.63636436-204.54545479-16.36363564-28.63636347h-32.72727305H184.72727305l126.81818174-130.90909132zM327.90909131 82.45454521c-8.18181826 0-16.36363653 4.09090869-24.54545478 8.18181826L94.72727305 303.36363652c-16.36363653 12.27272695-12.27272695 36.81818174 4.09090869 49.09090869 28.63636347 20.45454521 65.45454521 28.63636347 98.18181826 28.63636348h4.09090869l163.63636436 204.54545478c-36.81818174 110.45454521-16.36363653 233.18181826 61.36363564 327.27272784 8.18181826 8.18181826 16.36363653 12.27272695 24.54545478 12.27272695 8.18181826 0 16.36363653-4.09090869 24.54545479-8.18181826l196.36363653-196.36363653 212.72727216 212.72727305c4.09090869 4.09090869 12.27272695 8.18181826 20.4545461 8.18181827s16.36363653-4.09090869 20.45454521-8.18181827c12.27272695-12.27272695 12.27272695-32.72727305 0-45L716.54545479 671.54545479l196.36363652-196.36363653c12.27272695-12.27272695 12.27272695-36.81818174-4.09090957-49.09090957C847.45454521 372.90909131 773.81818174 348.36363653 696.09090869 348.36363653c-36.81818174 0-73.63636348 4.09090869-106.36363564 16.36363652l-204.54545479-163.63636436c0-36.81818174-8.18181826-73.63636348-28.63636347-106.36363564C348.36363653 86.54545479 336.09090869 82.45454521 327.90909131 82.45454521z",upload:"M160 832h704a32 32 0 1 1 0 64H160a32 32 0 1 1 0-64m384-578.304V704h-64V247.296L237.248 490.048 192 444.8 508.8 128l316.8 316.8-45.312 45.248z",download:"M160 832h704a32 32 0 1 1 0 64H160a32 32 0 1 1 0-64m384-253.696 236.288-236.352 45.248 45.248L508.8 704 192 387.2l45.248-45.248L480 584.704V128h64z",delete:"M160 256H96a32 32 0 0 1 0-64h256V95.936a32 32 0 0 1 32-32h256a32 32 0 0 1 32 32V192h256a32 32 0 1 1 0 64h-64v672a32 32 0 0 1-32 32H192a32 32 0 0 1-32-32zm448-64v-64H416v64zM224 896h576V256H224zm192-128a32 32 0 0 1-32-32V416a32 32 0 0 1 64 0v320a32 32 0 0 1-32 32m192 0a32 32 0 0 1-32-32V416a32 32 0 0 1 64 0v320a32 32 0 0 1-32 32",copy:"M128 320v576h576V320zm-32-64h640a32 32 0 0 1 32 32v640a32 32 0 0 1-32 32H96a32 32 0 0 1-32-32V288a32 32 0 0 1 32-32M960 96v704a32 32 0 0 1-32 32h-96v-64h64V128H384v64h-64V96a32 32 0 0 1 32-32h576a32 32 0 0 1 32 32M256 672h320v64H256zm0-192h320v64H256z"}).reduce((t,[e,s])=>{const i=`${e}Icon`,a={name:i,props:{path:{type:String,default:s},size:{type:[String,Number]},color:{type:String}},render(l){return l(ie,{props:this.$props,on:{click:()=>this.$emit("click")}})}};return a.install=l=>{l.component(i,a)},t[e]=a,t},{}),ae=p.menu,le=p.refresh,ne=p.move;p["column-setting"];const re=p.more,oe=p["fixed-left"],ue=p["fixed-right"],ce=p.upload,de=p.download,he=p.delete,W=p.copy,{t:F}=m(),pe=!0,fe=!1,me={name:"TmEllipsisText",components:{CopyIcon:W},props:{text:{type:String,required:!0},width:{type:[String,Number],default:"auto"},maxWidth:{type:[String,Number],default:"100%"},lines:{type:Number,default:1},showTooltip:{type:Boolean,default:!0},lineHeight:{type:[String,Number]},copyable:{type:Boolean,default:!1}},data(){return{isVue2:pe,isVue3:fe,isOverflow:!1,currentLines:1,resizeObserver:null}},computed:{tooltipDisabled(){return!this.showTooltip||!this.isOverflow},textStyle(){const t=typeof this.width=="number"?`${this.width}px`:this.width,e=typeof this.maxWidth=="number"?`${this.maxWidth}px`:this.maxWidth;return{width:t,maxWidth:e,lineHeight:this.lineHeight,display:"-webkit-inline-box",overflow:"hidden",WebkitBoxOrient:"vertical",WebkitLineClamp:this.lines}}},mounted(){this.checkOverflow(),this.setupResizeObserver()},beforeDestroy(){this.cleanupResizeObserver()},beforeUnmount(){this.cleanupResizeObserver()},watch:{text(){this.$nextTick(this.checkOverflow)}},methods:{checkOverflow(){this.$refs.textEl&&this.$nextTick(()=>{this.$nextTick(()=>{this.performOverflowCheck()})})},performOverflowCheck(){var h;const t=this.$refs.textEl;if(!t)return;const e=getComputedStyle(t);if(!e.width||e.width==="0px"){this.$nextTick(()=>{this.performOverflowCheck()});return}const s=t.scrollHeight,i=t.scrollWidth,a=t.clientHeight,l=t.clientWidth,n=1,c=s>a+n,o=i>l+n;if(c||o){this.isOverflow=!0;const b=parseFloat(e.lineHeight)||16;this.currentLines=Math.ceil(s/b)}else{const b=t.getBoundingClientRect(),_=(h=t.parentElement)==null?void 0:h.getBoundingClientRect();if(_){const Kt=b.height>_.height||b.width>_.width;this.isOverflow=Kt}else this.isOverflow=!1;this.currentLines=1}},setupResizeObserver(){window.ResizeObserver&&this.$nextTick(()=>{try{this.resizeObserver=new ResizeObserver(()=>{this.checkOverflow()});const t=this.$el;t&&t instanceof Element&&this.resizeObserver.observe(t)}catch(t){console.warn("Failed to setup ResizeObserver:",t)}})},cleanupResizeObserver(){if(this.resizeObserver)try{this.resizeObserver.disconnect()}catch(t){console.warn("Failed to disconnect ResizeObserver:",t)}finally{this.resizeObserver=null}},handleCopy(){navigator.clipboard&&window.isSecureContext?navigator.clipboard.writeText(this.text).then(()=>{this.$message.success(F("copySuccess"))}).catch(()=>{this.fallbackCopy()}):this.fallbackCopy()},fallbackCopy(){const t=document.createElement("textarea");t.value=this.text,t.style.position="fixed",t.style.left="-999999px",t.style.top="-999999px",document.body.appendChild(t),t.focus(),t.select();try{document.execCommand("copy"),this.$message.success(F("copySuccess"))}catch{this.$message.error(F("copyFailed"))}document.body.removeChild(t)}}};var ge=function(){var e=this,s=e._self._c;return s("el-tooltip",e._b({attrs:{disabled:e.tooltipDisabled,content:e.text,effect:"dark",placement:"top"}},"el-tooltip",{[e.isVue2?"open-delay":"show-after"]:300},!1),[s("div",{staticClass:"ellipsis-text-container"},[s("div",{ref:"textEl",staticClass:"ellipsis-text",style:e.textStyle},[e._v(" "+e._s(e.text)+" ")]),s("div",{staticClass:"toolbar",class:{multiline:e.currentLines>1&&e.lines>1}},[e.copyable?s("CopyIcon",{staticClass:"icon-item",on:{click:e.handleCopy}}):e._e()],1)])])},be=[],ve=u(me,ge,be,!1,null,"0979131f");const y=ve.exports,ye=!0,Ce=!1,_e={name:"TmAdvancedInputFilter",components:{MoreIcon:re,EllipsisText:y},props:{label:{type:String,default:""},value:{type:String,default:""},field:{type:[String,Number],default:""},placeholder:{type:String,default:""},multiple:{type:Boolean,default:!1},labelOptions:{type:Array,default:()=>[]}},data(){return{t:m().t,isVue3:Ce,isVue2:ye,getDefaultSize:f,getCompatSize:C,exactValue:"",inputValue:"",isExactMode:!1,currentOptionMultiple:!1}},computed:{width(){return this.labelOptions&&this.labelOptions.length||this.label?"305px":"200px"},fieldValue:{get(){return this.field},set(t){this.$emit("field-change",t)}},shouldShowMultiple(){return this.currentOptionMultiple!==null?this.currentOptionMultiple:this.multiple},selectedOption(){return!this.labelOptions||!this.labelOptions.length||!this.field?null:this.labelOptions.find(t=>t.value===this.field)}},watch:{labelOptions:{handler(t){t&&t.length>0&&(this.field||this.$emit("field-change",t[0].value),this.updateCurrentOptionMultiple())},deep:!0,immediate:!0},field:{handler(){this.updateCurrentOptionMultiple()},immediate:!0},isExactMode(t){t?this.$emit("value-change",this.exactValue):this.$emit("value-change",this.inputValue)},exactValue(t){this.$emit("value-change",t)},inputValue(t){this.$emit("value-change",t)},value:{handler(t){this.isExactMode?this.exactValue=t:this.inputValue=t},immediate:!0}},methods:{handlePopoverClose(){document.activeElement&&document.activeElement.blur(),this.isExactMode=!1},handleVisibleChange(t){this.isExactMode=t},handlefieldChange(t){this.$emit("field-change",t),this.updateCurrentOptionMultiple()},updateCurrentOptionMultiple(){const t=this.selectedOption;t&&"multiple"in t?this.currentOptionMultiple=t.multiple:this.currentOptionMultiple=this.multiple},handleExactSearch(){this.$emit("value-change",this.exactValue),this.$emit("search",this.exactValue)},handleClear(){this.exactValue="",this.$emit("value-change","")},handleEnter(){this.$emit("search")}},created(){this.updateCurrentOptionMultiple()}};var xe=function(){var e=this,s=e._self._c;return s("div",{staticClass:"tm-advanced-input",class:`tm-advanced-input--${e.isVue3?"v3":"v2"}`,style:{width:e.width}},[e.labelOptions&&e.labelOptions.length?s("el-select",{staticClass:"left-select",staticStyle:{width:"100px","flex-shrink":"0"},attrs:{placeholder:e.t("selectPlaceholder"),size:e.getDefaultSize()},on:{change:e.handlefieldChange},model:{value:e.fieldValue,callback:function(i){e.fieldValue=i},expression:"fieldValue"}},e._l(e.labelOptions,function(i){return s("el-option",{key:i.value,attrs:{label:i.label,value:i.value}})}),1):e.label?s("div",{staticClass:"input-label"},[s("EllipsisText",{attrs:{text:e.label,lines:2}})],1):e._e(),s("el-input",{staticClass:"right-input",class:{"has-label":e.labelOptions&&e.labelOptions.length},attrs:{size:e.getDefaultSize(),placeholder:e.placeholder,clearable:""},nativeOn:{keyup:function(i){return!i.type.indexOf("key")&&e._k(i.keyCode,"enter",13,i.key,"Enter")?null:e.handleEnter.apply(null,arguments)}},model:{value:e.inputValue,callback:function(i){e.inputValue=i},expression:"inputValue"}},[e.shouldShowMultiple?s("el-popover",e._g(e._b({attrs:{slot:"append"},slot:"append",scopedSlots:e._u([{key:"reference",fn:function(){return[s("MoreIcon",{staticStyle:{cursor:"pointer"}})]},proxy:!0}],null,!1,1001141487)},"el-popover",{[e.isVue3?"visible":"value"]:e.isExactMode,placement:"bottom-end",width:260,trigger:"click"},!1),{[e.isVue3?"update:visible":"input"]:e.handleVisibleChange}),[s("div",{staticClass:"popover-content"},[s("p",{staticClass:"popover-subtitle"},[e._v(e._s(e.t("accurateSearchTips")))]),s("el-input",{staticStyle:{"font-size":"12px"},attrs:{size:e.getDefaultSize(),type:"textarea",rows:8,placeholder:e.t("accurateSearchPlaceholder")},model:{value:e.exactValue,callback:function(i){e.exactValue=i},expression:"exactValue"}}),s("div",{staticClass:"popover-footer"},[s("el-button",{staticStyle:{float:"left"},attrs:{size:e.getCompatSize("mini")},on:{click:e.handleClear}},[e._v(e._s(e.t("clear")))]),s("el-button",{attrs:{size:e.getCompatSize("mini")},on:{click:e.handlePopoverClose}},[e._v(e._s(e.t("cancel")))]),s("el-button",{attrs:{type:"primary",size:e.getCompatSize("mini")},on:{click:e.handleExactSearch}},[e._v(e._s(e.t("search")))])],1)],1)]):e._e()],1)],1)},Se=[],Te=u(_e,xe,Se,!1,null,"6b474dac");const k=Te.exports,{t:d}=m(),$e=!0,we=!1,Ve="value",Fe={name:"TmAdvancedDateFilter",components:{EllipsisText:y},props:{value:{type:[Array,String,Date],default:()=>null},field:{type:[String,Number],default:""},start:{type:[String,Number],default:""},end:{type:[String,Number],default:""},size:{type:String,default:"mini"},labelOptions:{type:Array,default:()=>[]},label:{type:String,default:""},type:{type:String,default:"daterange",validator:t=>["date","daterange","datetime","datetimerange","year","month","dates","months","years","week","monthrange"].includes(t)},format:{type:String,default:""},startPlaceholder:{type:String,default:void 0},endPlaceholder:{type:String,default:void 0},placeholder:{type:String,default:void 0},rangeSeparator:{type:String,default:"-"},disabled:{type:Boolean,default:!1},clearable:{type:Boolean,default:!0},readonly:{type:Boolean,default:!1},editable:{type:Boolean,default:!0},align:{type:String,default:"left"},popperClass:{type:String,default:""},defaultValue:{type:[Date,Array],default:null},defaultTime:{type:[Date,String,Array],default:null},shortcuts:{type:Array,default:()=>[]},pastOnly:{type:Boolean,default:!1}},computed:{isRangeType(){return["daterange","datetimerange","monthrange"].includes(this.type)},computedStartPlaceholder(){if(this.isRangeType)return this.startPlaceholder!==void 0?this.startPlaceholder:d("startDate")},computedEndPlaceholder(){if(this.isRangeType)return this.endPlaceholder!==void 0?this.endPlaceholder:d("endDate")},computedDatePickerStyle(){const t=this.labelOptions&&this.labelOptions.length>0,e=this.label&&!this.isRangeType&&(!this.labelOptions||this.labelOptions.length===0);return t?"width: 206px":e?"width: 200px":"width: 306px"},computedFormat(){const t="yyyy",e="dd";return this.format?this.format:this.type==="year"?t:this.type==="month"?`${t}-MM`:this.type==="date"?`${t}-MM-${e}`:this.type==="dates"?`${t}-MM-${e}`:this.type==="months"?`${t}-MM`:this.type==="years"?t:this.type==="week"?`${t}-MM-WW`:this.type==="datetime"?`${t}-MM-${e} HH:mm:ss`:this.type==="datetimerange"?`${t}-MM-${e} HH:mm:ss`:this.type==="daterange"?`${t}-MM-${e}`:this.type==="monthrange"?`${t}-MM`:""},computedPickerOptions(){const t={};if(this.pastOnly&&(t.disabledDate=e=>e.getTime()>Date.now()),["daterange","datetimerange"].includes(this.type)){const e=this.type==="datetimerange";t.shortcuts=this.shortcuts.length>0?this.shortcuts:[{text:d("today"),onClick(s){const i=new Date,a=new Date;e&&(a.setHours(0,0,0,0),i.setHours(23,59,59,999)),s.$emit("pick",[a,i])}},{text:d("yesterday"),onClick(s){const i=new Date,a=new Date;a.setTime(a.getTime()-3600*1e3*24),i.setTime(i.getTime()-3600*1e3*24),e&&(a.setHours(0,0,0,0),i.setHours(23,59,59,999)),s.$emit("pick",[a,i])}},{text:d("last7days"),onClick(s){const i=new Date,a=new Date;a.setTime(a.getTime()-3600*1e3*24*7),e&&(a.setHours(0,0,0,0),i.setHours(23,59,59,999)),s.$emit("pick",[a,i])}},{text:d("last30days"),onClick(s){const i=new Date,a=new Date;a.setTime(a.getTime()-3600*1e3*24*30),e&&(a.setHours(0,0,0,0),i.setHours(23,59,59,999)),s.$emit("pick",[a,i])}},{text:d("thisMonth"),onClick(s){const i=new Date,a=new Date;a.setDate(1),e&&(a.setHours(0,0,0,0),i.setHours(23,59,59,999)),s.$emit("pick",[a,i])}},{text:d("lastMonth"),onClick(s){const i=new Date,a=new Date;a.setMonth(a.getMonth()-1),a.setDate(1),i.setDate(0),e&&(a.setHours(0,0,0,0),i.setHours(23,59,59,999)),s.$emit("pick",[a,i])}}]}return t},computedShortcuts(){if(!["daterange","datetimerange"].includes(this.type))return[];if(this.shortcuts&&this.shortcuts.length>0)return this.shortcuts;const t=this.type==="datetimerange";return[{text:d("today"),value:()=>{const e=new Date,s=new Date;return t&&(s.setHours(0,0,0,0),e.setHours(23,59,59,999)),[s,e]}},{text:d("yesterday"),value:()=>{const e=new Date,s=new Date;return s.setTime(s.getTime()-3600*1e3*24),e.setTime(e.getTime()-3600*1e3*24),t&&(s.setHours(0,0,0,0),e.setHours(23,59,59,999)),[s,e]}},{text:d("last7days"),value:()=>{const e=new Date,s=new Date;return s.setTime(s.getTime()-3600*1e3*24*7),t&&(s.setHours(0,0,0,0),e.setHours(23,59,59,999)),[s,e]}},{text:d("last30days"),value:()=>{const e=new Date,s=new Date;return s.setTime(s.getTime()-3600*1e3*24*30),t&&(s.setHours(0,0,0,0),e.setHours(23,59,59,999)),[s,e]}},{text:d("thisMonth"),value:()=>{const e=new Date,s=new Date;return s.setDate(1),t&&(s.setHours(0,0,0,0),e.setHours(23,59,59,999)),[s,e]}},{text:d("lastMonth"),value:()=>{const e=new Date,s=new Date;return s.setMonth(s.getMonth()-1),s.setDate(1),e.setDate(0),t&&(s.setHours(0,0,0,0),e.setHours(23,59,59,999)),[s,e]}}]},computedDisabledDate(){return this.pastOnly?t=>t.getTime()>Date.now():null},computedDefaultTime(){let t=this.defaultTime;if(this.type==="datetimerange"&&!this.defaultTime&&(t=["00:00:00","23:59:59"]),this.isVue2)return t;if(t){if(this.type==="datetimerange"&&Array.isArray(t))return t.map(e=>{if(typeof e=="string"){const s=new Date,[i,a,l]=e.split(":").map(Number);return new Date(s.getFullYear(),s.getMonth(),s.getDate(),i,a,l||0)}return e});if(this.type==="datetime"&&typeof t=="string"){const e=new Date,[s,i,a]=t.split(":").map(Number);return new Date(e.getFullYear(),e.getMonth(),e.getDate(),s,i,a||0)}return t}},dateValue(){return this.isRangeType?this.start||this.end?[this.start,this.end]:this.value:this.value},fieldValue:{get(){return this.field},set(t){this.$emit("field-change",t)}}},data(){return{t:d,isVue2:$e,isVue3:we,getDefaultSize:f,valueField:Ve}},methods:{handleDateChange(t){this.isRangeType?(this.$emit("value-change",t),t&&Array.isArray(t)&&t.length===2?(this.$emit("start-change",t),this.$emit("end-change",t)):(this.$emit("start-change",[]),this.$emit("end-change",[]))):this.$emit("value-change",t)},handleBlur(t){this.$emit("blur",t)},handleFocus(t){this.$emit("focus",t)}},watch:{labelOptions:{handler(t){t&&t.length>0&&!this.field&&this.$emit("field-change",t[0].value)},deep:!0,immediate:!0}}};var ke=function(){var e=this,s=e._self._c;return s("div",{staticClass:"tm-date-picker",class:[`tm-date-picker--${e.isVue3?"v3":"v2"}`,{"has-select":e.labelOptions&&e.labelOptions.length>0,"has-label":e.label&&!e.isRangeType&&(!e.labelOptions||e.labelOptions.length===0)}]},[e.labelOptions&&e.labelOptions.length>0?s("el-select",{staticStyle:{width:"100px"},attrs:{size:e.getDefaultSize()},model:{value:e.fieldValue,callback:function(i){e.fieldValue=i},expression:"fieldValue"}},e._l(e.labelOptions,function(i){return s("el-option",{key:i.value,attrs:{label:i.label,value:i.value}})}),1):e.label?s("div",{staticClass:"date-label"},[s("EllipsisText",{attrs:{text:e.label,lines:2}})],1):e._e(),e.isVue2?s("el-date-picker",{style:e.computedDatePickerStyle,attrs:{value:e.dateValue,type:e.type,size:e.getDefaultSize(),"range-separator":e.rangeSeparator,"start-placeholder":e.computedStartPlaceholder,"end-placeholder":e.computedEndPlaceholder,placeholder:e.placeholder,"picker-options":e.computedPickerOptions,format:e.computedFormat,"value-format":e.computedFormat,disabled:e.disabled,clearable:e.clearable,readonly:e.readonly,editable:e.editable,align:e.align,"popper-class":e.popperClass,"default-value":e.defaultValue,"default-time":e.computedDefaultTime},on:{input:e.handleDateChange,change:e.handleDateChange,blur:e.handleBlur,focus:e.handleFocus}}):s("el-date-picker",{style:e.computedDatePickerStyle,attrs:{"model-value":e.dateValue,type:e.type,size:e.getDefaultSize(),"range-separator":e.rangeSeparator,"start-placeholder":e.computedStartPlaceholder,"end-placeholder":e.computedEndPlaceholder,placeholder:e.placeholder,shortcuts:e.computedShortcuts,"disabled-date":e.computedDisabledDate,format:e.computedFormat,"value-format":e.computedFormat,disabled:e.disabled,clearable:e.clearable,readonly:e.readonly,editable:e.editable,teleported:!1,"popper-class":e.popperClass,"default-value":e.defaultValue,"default-time":e.computedDefaultTime},on:{"update:model-value":e.handleDateChange,change:e.handleDateChange,blur:e.handleBlur,focus:e.handleFocus}})],1)},ze=[],Le=u(Fe,ke,ze,!1,null,"7d46d46b");const z=Le.exports,Oe=!0,De={name:"TmCascaderFilter",props:{value:{type:[String,Number,Array],default:""},options:{type:[Array,Function],default:()=>[]},props:{type:Object,default:()=>({label:"label",value:"value",children:"children",expandTrigger:"hover"})},filterable:{type:Boolean,default:!0},clearable:{type:Boolean,default:!0},collapseTags:{type:Boolean,default:!0},collapseTagsTooltip:{type:Boolean,default:!0},placeholder:{type:String,default:""}},data(){return{isVue2:Oe,getDefaultSize:f,selectedValue:this.value,optionsList:[],loading:!1}},computed:{propMap(){return{label:this.props.label||"label",value:this.props.value||"value",children:this.props.children||"children"}},cascaderProps(){return{...this.props,expandTrigger:this.props.expandTrigger||"hover"}}},watch:{value:{immediate:!0,handler(t){this.selectedValue=t}},options:{immediate:!0,handler(t){this.initOptions(t)}},selectedValue(t){this.$emit("input",t),this.$emit("change",t)}},methods:{async initOptions(t){if(typeof t=="function")try{this.loading=!0;const e=await t();Array.isArray(e)&&(this.optionsList=e)}catch(e){console.error(e)}finally{this.loading=!1}else Array.isArray(t)&&(this.optionsList=t)}}};var Me=function(){var e=this,s=e._self._c;return s("el-cascader",e._g(e._b({ref:"cascader",staticClass:"tm-cascader",class:`tm-cascader--${e.isVue2?"v2":"v3"}`,staticStyle:{width:"200px"},scopedSlots:e._u([{key:"default",fn:function({node:i,data:a}){return[e._t("default",function(){return[s("span",[e._v(e._s(a[e.propMap.label]))])]},{node:i,data:a})]}}],null,!0),model:{value:e.selectedValue,callback:function(i){e.selectedValue=i},expression:"selectedValue"}},"el-cascader",{...e.$attrs,size:e.getDefaultSize(),filterable:e.filterable,clearable:e.clearable,collapseTags:e.collapseTags,collapseTagsTooltip:e.collapseTagsTooltip,props:e.cascaderProps,placeholder:e.placeholder,options:e.optionsList,loading:e.loading},!1),e.isVue2?e.$listeners:{}))},Re=[],Ae=u(De,Me,Re,!1,null,null);const L=Ae.exports,He=!0,Ee=!1,Pe={name:"TmRadioFilter",props:{value:{type:[String,Number],default:""},options:{type:[Array,Function],default:()=>[]},props:{type:Object,default:()=>({label:"label",value:"value"})},size:{type:String,default:"mini"},width:{type:[String,Number],default:200}},data(){return{isVue2:He,isVue3:Ee,getDefaultSize:f,selectedValue:this.value,optionsList:[],loading:!1}},computed:{propMap(){return{label:this.props.label||"label",value:this.props.value||"value"}},hasWideOptions(){return this.optionsList.length>4},calculateItemWidth(){if(!this.optionsList.length)return{};const e=`${(this.hasWideOptions?305:200)/this.optionsList.length}px`;return{width:e,flex:`0 0 ${e}`}}},watch:{value:{immediate:!0,handler(t){this.selectedValue=t}},options:{immediate:!0,handler(t){this.$slots.default||this.initOptions(t)}},selectedValue(t){this.$emit("input",t),this.$emit("change",t)}},methods:{async initOptions(t){if(typeof t=="function")try{this.loading=!0;const e=await t();Array.isArray(e)&&(this.optionsList=e)}catch(e){console.error(e)}finally{this.loading=!1}else Array.isArray(t)&&(this.optionsList=t)}}};var Ie=function(){var e=this,s=e._self._c;return s("div",{staticClass:"tm-radio",class:{"wide-mode":e.hasWideOptions,"tm-radio--v3":e.isVue3,"tm-radio--v2":e.isVue2}},[s("el-radio-group",e._g(e._b({ref:"radioGroup",model:{value:e.selectedValue,callback:function(i){e.selectedValue=i},expression:"selectedValue"}},"el-radio-group",{...e.$attrs,size:e.getDefaultSize()},!1),e.isVue2?e.$listeners:{}),[e.$slots.default?[e._t("default")]:e._l(e.optionsList,function(i){return s("el-radio-button",e._b({key:i[e.propMap.value]},"el-radio-button",{[e.isVue3?"value":"label"]:i[e.propMap.value],disabled:i.disabled,style:e.calculateItemWidth},!1),[e._t("option",function(){return[e._v(e._s(i[e.propMap.label]))]},{item:i})],2)})],2)],1)},We=[],Be=u(Pe,Ie,We,!1,null,"61fed13d");const O=Be.exports,Ne=!0,je=!1,Ue={name:"TmCheckboxFilter",props:{value:{type:Array,default:()=>[]},options:{type:[Array,Function],default:()=>[]},props:{type:Object,default:()=>({label:"label",value:"value"})},size:{type:String,default:"mini"},width:{type:[String,Number],default:200}},data(){return{isVue2:Ne,isVue3:je,getDefaultSize:f,selectedValue:this.value||[],optionsList:[],loading:!1}},computed:{propMap(){return{label:this.props.label||"label",value:this.props.value||"value"}},hasWideOptions(){return this.optionsList.length>4},calculateItemWidth(){if(!this.optionsList.length)return{};const t=Math.ceil(this.optionsList.length/(this.hasWideOptions?6:4)),e=Math.ceil(this.optionsList.length/t),i=`${(this.hasWideOptions?305:200)/e}px`;return{width:i,flex:`0 0 ${i}`}}},watch:{value:{immediate:!0,handler(t){this.selectedValue=t||[]}},options:{immediate:!0,handler(t){this.$slots.default||this.initOptions(t)}},selectedValue(t){this.$emit("input",t),this.$emit("change",t)}},methods:{async initOptions(t){if(typeof t=="function")try{this.loading=!0;const e=await t();Array.isArray(e)&&(this.optionsList=e)}catch(e){console.error(e)}finally{this.loading=!1}else Array.isArray(t)&&(this.optionsList=t)}}};var Je=function(){var e=this,s=e._self._c;return s("div",{staticClass:"tm-checkbox",class:{"wide-mode":e.hasWideOptions,"tm-checkbox--v3":e.isVue3,"tm-checkbox--v2":e.isVue2}},[s("el-checkbox-group",e._g(e._b({ref:"checkboxGroup",model:{value:e.selectedValue,callback:function(i){e.selectedValue=i},expression:"selectedValue"}},"el-checkbox-group",{...e.$attrs,size:e.getDefaultSize()},!1),e.isVue2?e.$listeners:{}),[e.$slots.default?[e._t("default")]:e._l(e.optionsList,function(i){return s("el-checkbox-button",e._b({key:i[e.propMap.value]},"el-checkbox-button",{[e.isVue3?"value":"label"]:i[e.propMap.value],disabled:i.disabled,style:e.calculateItemWidth},!1),[e._t("option",function(){return[e._v(e._s(i[e.propMap.label]))]},{item:i})],2)})],2)],1)},Qe=[],qe=u(Ue,Je,Qe,!1,null,"b44866b1");const D=qe.exports,Ke=!0,Ge={name:"TmSwitchFilter",props:{value:{type:Boolean,default:!1},label:{type:String,default:""}},data(){return{isVue2:Ke,getDefaultSize:f,switchValue:this.value}},computed:{containerWidthClass(){const t=l=>{if(!l)return 0;let n=0;for(let c=0;c<l.length;c++){const o=l.charAt(c);n+=/[\u4e00-\u9fa5]/.test(o)?2:1}return n},e=t(this.$attrs["active-text"]),s=t(this.$attrs["inactive-text"]),i=t(this.$attrs.label),a=e+s+i;return a>20?"wide-container":a>6?"medium-container":"narrow-container"}},watch:{value:{immediate:!0,handler(t){this.switchValue=t}},switchValue(t){this.$emit("input",t),this.$emit("change",t)}}};var Ye=function(){var e=this,s=e._self._c;return s("div",{staticClass:"tm-switch",class:e.containerWidthClass},[e.label?s("span",{staticClass:"switch-label"},[e._v(e._s(e.label))]):e._e(),s("el-switch",e._g(e._b({ref:"switch",attrs:{size:e.getDefaultSize()},model:{value:e.switchValue,callback:function(i){e.switchValue=i},expression:"switchValue"}},"el-switch",e.$attrs,!1),e.isVue2?e.$listeners:{}))],1)},Xe=[],Ze=u(Ge,Ye,Xe,!1,null,"9e7a342f");const M=Ze.exports;var et=u({name:"DynamicSlot",functional:!0,props:{name:{type:String,required:!0},slotProps:{type:Object,default:()=>({})}},render(t,e){const{props:s,parent:i}=e;let a=i.$scopedSlots[s.name];if(!a){let l=i.$parent;for(;l&&!a;){if(l.$options.name==="TmTable"){a=l.$scopedSlots[s.name];break}l=l.$parent}}return a?a(s.slotProps):t()}},null,null,!1,null,null);const tt=et.exports,{t:st}=m(),it=!0,at=!1,lt=["date","daterange","datetime","datetimerange","year","month","dates","months","years","week","monthrange"],nt={name:"TmTableSearch",components:{TmSelect:V,TmAdvancedInput:k,TmAdvancedDate:z,TmCascader:L,TmRadio:O,TmCheckbox:D,TmSwitch:M,DynamicSlot:tt},props:{disabled:{type:Boolean,default:!1},searchColumns:{type:Array,default:null},searchForm:{type:Object,default:()=>({})}},data(){return{t:st,isVue2:it,isVue3:at,getCompatSize:C,getDefaultSize:f,DATE_TYPES:lt,defaultValues:{}}},computed:{computedSearchForm:{get(){return this.searchForm},set(t){this.$emit("update:search-form",t)}}},mounted(){this.initDefaultValues()},methods:{isDateType(t){return this.DATE_TYPES.includes(t)},hasDefaultSlot(){const t=this.$slots.default;return this.isVue2?!!t:t()[0].children.length>0},handleUpdate(t,e,s){const i=this.getFieldValue(t,s);i&&this.$emit("update:search-form",{...this.computedSearchForm,[i]:e})},handleUpdateDate(t,e){const s=e||[],i=this.getFieldValue(t,"start"),a=this.getFieldValue(t,"end"),l=this.getFieldValue(t,"value"),n={};i&&(n[i]=s[0]),a&&(n[a]=s[1]),l&&(n[l]=s),this.$emit("update:search-form",{...this.computedSearchForm,...n})},getFieldValue(t,e){if(typeof t=="string")return t;if(t.fields&&e in t.fields){const s=t.fields[e];if(typeof s=="string")return s;if(Array.isArray(s))return s[0];if(s&&typeof s=="object")return s.name}},getFieldDefault(t,e){if(t.fields&&e in t.fields){const s=t.fields[e];if(Array.isArray(s)&&s.length>1)return s[1];if(s&&typeof s=="object"&&"default"in s)return s.default}},hasSearchSlot(t){const e="$scopedSlots";if(this[e][t])return!0;let i=this.$parent;const a=i[e];for(;i;){if(i.$options.name==="TmTable"&&a[t])return!0;i=i.$parent}return!1},initDefaultValues(){if(!this.searchColumns||!this.searchColumns.length)return;const t={};this.searchColumns.forEach(e=>{if(typeof e=="string"||!e.fields)return;const s=this.getFieldValue(e,"value"),i=this.getFieldValue(e,"label");if(e.type==="input"&&e.labelOptions&&e.labelOptions.length>0){const l=e.labelOptions[0];if(i)if(i in this.computedSearchForm)t[i]=this.computedSearchForm[i];else{const n=this.getFieldDefault(e,"label");n!==void 0?t[i]=n:l&&l.value!==void 0&&(t[i]=l.value)}s&&!(s in this.computedSearchForm)&&(t[s]="")}else if(this.isDateType(e.type)&&e.labelOptions&&e.labelOptions.length>0){const l=e.labelOptions[0];if(s&&!(s in this.computedSearchForm)&&(t[s]=[]),i)if(i in this.computedSearchForm)t[i]=this.computedSearchForm[i];else{const n=this.getFieldDefault(e,"label");n!==void 0?t[i]=n:l&&l.value!==void 0&&(t[i]=l.value)}}else if(e.type==="select"&&e.labelOptions&&e.labelOptions.length>0){const l=e.labelOptions[0];if(s&&!(s in this.computedSearchForm)&&(t[s]=e.multiple?[]:""),i)if(i in this.computedSearchForm)t[i]=this.computedSearchForm[i];else{const n=this.getFieldDefault(e,"label");n!==void 0?t[i]=n:l&&l.value!==void 0&&(t[i]=l.value)}}const a=this.getFieldDefault(e,"value");if(s&&a!==void 0&&!(s in this.computedSearchForm)?this.isDateType(e.type)&&!Array.isArray(a)?t[s]=[]:e.type==="checkbox"&&!Array.isArray(a)?t[s]=a?[a]:[]:e.type==="switch"&&typeof a!="boolean"?t[s]=!!a:t[s]=a:s&&!(s in this.computedSearchForm)&&(e.type==="checkbox"?t[s]=[]:e.type==="switch"&&(t[s]=!1)),this.isDateType(e.type)){const l=this.getFieldValue(e,"start"),n=this.getFieldValue(e,"end"),c=this.getFieldDefault(e,"start"),o=this.getFieldDefault(e,"end");l&&c!==void 0&&!(l in this.computedSearchForm)&&(t[l]=c),n&&o!==void 0&&!(n in this.computedSearchForm)&&(t[n]=o)}}),this.defaultValues=t,this.$emit("update:search-form",{...t,...this.computedSearchForm})},getSearchForm(){return this.computedSearchForm},handleSearch(){setTimeout(()=>{this.$emit("search",this.computedSearchForm)})},handleReset(){this.$emit("update:search-form",{...this.defaultValues}),this.$emit("reset")}}};var rt=function(){var e=this,s=e._self._c;return s("div",{staticClass:"table-search",class:`table-search--${e.isVue2?"v2":"v3"}`},[s("div",{staticClass:"search-content"},[e.hasDefaultSlot()?e._t("default"):e.searchColumns&&e.searchColumns.length?[e._l(e.searchColumns,function(i,a){return[typeof i=="string"?s("div",{key:`str-${i}-${a}`,staticClass:"search-item"},[s("dynamic-slot",{key:i,attrs:{name:`search-${i}`,"slot-props":{searchForm:e.searchForm}}})],1):s("div",{key:`obj-${a}`,staticClass:"search-item"},[i.fields?[e.hasSearchSlot(`search-${e.getFieldValue(i,"value")}`)?[s("dynamic-slot",{key:e.getFieldValue(i,"value"),attrs:{name:`search-${e.getFieldValue(i,"value")}`,"slot-props":{searchForm:e.searchForm,col:i}}})]:[s("div",{key:e.getFieldValue(i,"value")||`col-${a}`,staticStyle:{display:"flex"}},[i.type==="input"?s("tm-advanced-input",{attrs:{label:i.label,value:e.computedSearchForm[e.getFieldValue(i,"value")],field:e.computedSearchForm[e.getFieldValue(i,"label")],multiple:i.multiple,labelOptions:i.labelOptions,placeholder:i.placeholder},on:{"value-change":l=>e.handleUpdate(i,l,"value"),"field-change":l=>e.handleUpdate(i,l,"label"),search:e.handleSearch}}):e._e(),e.isDateType(i.type)?s("tm-advanced-date",{attrs:{type:i.type,label:i.label,value:e.computedSearchForm[e.getFieldValue(i,"value")],field:e.computedSearchForm[e.getFieldValue(i,"label")],start:e.computedSearchForm[e.getFieldValue(i,"start")],end:e.computedSearchForm[e.getFieldValue(i,"end")],labelOptions:i.labelOptions,"start-placeholder":i.startPlaceholder,"end-placeholder":i.endPlaceholder,placeholder:i.placeholder,"range-separator":i.rangeSeparator,disabled:i.disabled,clearable:i.clearable,readonly:i.readonly,editable:i.editable,align:i.align,"popper-class":i.popperClass,"default-value":i.defaultValue,"default-time":i.defaultTime,shortcuts:i.shortcuts,"past-only":i.pastOnly,format:i.format},on:{"field-change":l=>e.handleUpdate(i,l,"label"),"value-change":l=>e.handleUpdateDate(i,l),"start-change":l=>e.handleUpdateDate(i,l),"end-change":l=>e.handleUpdateDate(i,l)}}):e._e(),i.type==="select"?s("tm-select",{attrs:{label:i.label,field:e.computedSearchForm[e.getFieldValue(i,"label")],options:i.options,labelOptions:i.labelOptions,placeholder:i.placeholder,multiple:i.multiple,"show-check-all":i.checkAll},on:{"field-change":l=>e.handleUpdate(i,l,"label")},model:{value:e.computedSearchForm[e.getFieldValue(i,"value")],callback:function(l){e.$set(e.computedSearchForm,e.getFieldValue(i,"value"),l)},expression:"computedSearchForm[getFieldValue(col, 'value')]"}}):e._e(),i.type==="cascader"?s("tm-cascader",{attrs:{label:i.label,options:i.options,labelOptions:i.labelOptions,props:i.props,placeholder:i.placeholder,"show-check-all":i.checkAll},model:{value:e.computedSearchForm[e.getFieldValue(i,"value")],callback:function(l){e.$set(e.computedSearchForm,e.getFieldValue(i,"value"),l)},expression:"computedSearchForm[getFieldValue(col, 'value')]"}}):e._e(),i.type==="radio"?s("tm-radio",{attrs:{label:i.label,options:i.options,props:i.props},model:{value:e.computedSearchForm[e.getFieldValue(i,"value")],callback:function(l){e.$set(e.computedSearchForm,e.getFieldValue(i,"value"),l)},expression:"computedSearchForm[getFieldValue(col, 'value')]"}}):e._e(),i.type==="checkbox"?s("tm-checkbox",{attrs:{label:i.label,options:i.options,props:i.props},model:{value:e.computedSearchForm[e.getFieldValue(i,"value")],callback:function(l){e.$set(e.computedSearchForm,e.getFieldValue(i,"value"),l)},expression:"computedSearchForm[getFieldValue(col, 'value')]"}}):e._e(),i.type==="switch"?s("tm-switch",{attrs:{"active-text":i.activeText,"inactive-text":i.inactiveText,label:i.label,"active-color":i.activeColor,"inactive-color":i.inactiveColor},model:{value:e.computedSearchForm[e.getFieldValue(i,"value")],callback:function(l){e.$set(e.computedSearchForm,e.getFieldValue(i,"value"),l)},expression:"computedSearchForm[getFieldValue(col, 'value')]"}}):e._e()],1)]]:[s("div",{key:`error-${a}`,staticClass:"search-error-message"},[e._v(" 缺少 fields 配置,无法渲染此组件 ")])]],2)]})]:e._e(),s("div",{staticClass:"search-actions"},[s("el-button",{attrs:{type:"primary",size:e.getDefaultSize()},on:{click:e.handleSearch}},[e._v(e._s(e.t("query")))]),s("el-button",{attrs:{size:e.getDefaultSize()},on:{click:e.handleReset}},[e._v(e._s(e.t("reset")))])],1)],2)])},ot=[],ut=u(nt,rt,ot,!1,null,"6108ae2f");const R=ut.exports,ct=!0,dt={name:"TablePagination",props:{current:{type:Number,default:1},small:{type:Boolean,default:!0},pageSize:{type:Number,default:20},total:{type:Number,default:0}},data(){return{isVue2:ct,getCompatSize:C}},methods:{handleSizeChange(t){this.$emit("size-change",t)},handleCurrentChange(t){this.$emit("current-change",t)}}};var ht=function(){var e=this,s=e._self._c;return s("div",{staticClass:"tm-pagination"},[s("el-pagination",e._g(e._b({staticStyle:{"text-align":"right"},attrs:{"current-page":e.current,"page-size":e.pageSize,total:e.total,"page-sizes":[10,20,50,100,300,500,1e3,2e3],size:e.getCompatSize("mini"),layout:"total, sizes, prev, pager, next, jumper"},on:{"size-change":e.handleSizeChange,"update:current-page":function(i){return e.$emit("update:current",i)},"update:page-size":function(i){return e.$emit("update:pageSize",i)},"current-change":e.handleCurrentChange}},"el-pagination",e.$attrs,!1),e.isVue2?e.$listeners:{}))],1)},pt=[],ft=u(dt,ht,pt,!1,null,"4dbdf6e7");const mt=ft.exports,gt={name:"TmTableMenu",props:{size:{type:String,default:"mini"}}};var bt=function(){var e=this,s=e._self._c;return s("div",{staticClass:"tm-table-menu",attrs:{size:"small",inline:""}},[s("div",{staticClass:"left"},[e._t("left")],2),s("div",{staticClass:"right"},[e._t("right")],2)])},vt=[],yt=u(gt,bt,vt,!1,null,"579dd2c3");const Ct=yt.exports,T=t=>t?t.data&&t.data.attrs||{}:{},A=(t,e)=>{t&&(t.data||(t.data={}),t.data.attrs||(t.data.attrs={}),typeof e=="object"&&Object.assign(t.data.attrs,e))},$={getTableConfig(t){try{const e=localStorage.getItem(`tm-table-config-${t}`);return Promise.resolve({data:{code:200,data:e}})}catch(e){return Promise.reject(e)}},setTableConfig(t){try{return localStorage.setItem(`tm-table-config-${t.key}`,t.info),Promise.resolve({data:{code:200,message:"success"}})}catch(e){return Promise.reject(e)}}},_t=t=>$.getTableConfig(t.key),xt=t=>$.setTableConfig(t),St=t=>{t&&(typeof t.getTableConfig=="function"&&($.getTableConfig=t.getTableConfig),typeof t.setTableConfig=="function"&&($.setTableConfig=t.setTableConfig))},{t:Tt}=m(),$t=!0,wt=!1,Vt={formatter:(t,e,s,i)=>[void 0,null,""].includes(s)?"-":s},Ft={name:"TmColumnConfig",components:{MoveIcon:ne,FixedLeftIcon:oe,FixedRightIcon:ue,UploadIcon:ce,DownloadIcon:de,DeleteIcon:he,MenuIcon:ae,tmEllipsisText:y},props:{columns:{type:Array,default:()=>[]},tableKey:{type:String,default:"",required:!0},defaultColumns:{type:Array,default:()=>[]},maxFixedLeftQuantity:{type:[Number,String],default:void 0},maxFixedRightQuantity:{type:[Number,String],default:void 0},ignoredColumnConfigTypes:{type:Array,default:()=>["selection"]}},data(){return{t:Tt,isVue2:$t,isVue3:wt,getDefaultSize:f,getCompatSize:C,buttonType:{type:"text"},afterOpenDelay:{"open-delay":300},popoverVisible:!1,keyWord:"",sortedTableColumns:[],tableColumns:[],defaultColumnsConfig:[],columnMap:{},processedColumns:[],placement:"bottom",isDraggingFrozen:!1,isDraggingFrozenRight:!1,sortable:null,isConfigLoaded:!1,columnsCopy:[]}},computed:{filteredSortedTableColumns(){return this.keyWord?this.sortedTableColumns.filter(t=>this.getColumnLabel(t.prop).includes(this.keyWord)):this.sortedTableColumns},showFixedLimitTips(){return this.maxFixedLeftQuantity!==void 0||this.maxFixedRightQuantity!==void 0},isThanMaxFrozen(){return this.maxFixedLeftQuantity===void 0?!1:this.sortedTableColumns.filter(t=>t.fixed==="left").length>=this.maxFixedLeftQuantity},isThanMaxRightFrozen(){return this.maxFixedRightQuantity===void 0?!1:this.sortedTableColumns.filter(t=>t.fixed==="right").length>=this.maxFixedRightQuantity},computedTableKey(){return this.tableKey?this.tableKey:this.$route.path.slice(1).replace(/\//g,"-")}},watch:{popoverVisible(t){t||this.handlePopoverHide()},columns:{handler(t){t&&t.length>0&&!this.isConfigLoaded&&this.initializeColumnConfig()},immediate:!0},tableColumns:{handler(t){t!=null&&t.length&&(this.initSortedTableColumns(),this.crateSortable(),this.columnsCopy=JSON.parse(JSON.stringify(this.sortedTableColumns)))},deep:!0}},methods:{findLastIndex(t,e){for(let s=t.length-1;s>=0;s--)if(e(t[s],s,t))return s;return-1},getColumnLabel(t){return!t||!this.columnMap[t]?t||"":T(this.columnMap[t]).label||t},initializeColumnConfig(){this.defaultColumns&&this.defaultColumns.length>0?this.defaultColumnsConfig=this.defaultColumns:this.processOriginalColumns(),this.loadColumnConfig()},processOriginalColumns(){const t=this.columns||[];let e={};this.defaultColumnsConfig=t.filter(s=>{const i=T(s);return!(!i.prop||this.ignoredColumnConfigTypes.includes(i.type))}).map((s,i)=>{const a=T(s),l={...Vt,...a};A(s,l),a.prop&&(e[a.prop]=s);const n=a.hasOwnProperty("visible")?a.visible!==!1:!0;return{prop:a.prop,fixed:a.fixed||"",sort:i,cancellable:a.hasOwnProperty("cancellable")?a.cancellable:!0,visible:n}}),this.columnMap=e},loadColumnConfig(){_t({key:this.computedTableKey}).then(t=>{var s;if(t.data.code!==200)return;let e=JSON.parse(((s=t.data)==null?void 0:s.data)||null)||{};e.columnsConfig&&JSON.stringify(this.defaultColumnsConfig)===JSON.stringify(e.defaultColumnsConfig)?this.tableColumns=e.columnsConfig.map(i=>({...i})):this.tableColumns=this.defaultColumnsConfig.map(i=>({...i})),this.processedColumns=this.applyColumnConfig(this.tableColumns),this.isConfigLoaded=!0,this.$emit("complete",{columns:this.processedColumns,isInitialLoad:!0})}).catch(()=>{this.tableColumns=this.defaultColumnsConfig.map(t=>({...t})),this.processedColumns=this.applyColumnConfig(this.tableColumns),this.isConfigLoaded=!0,this.$emit("complete",{columns:this.processedColumns,isInitialLoad:!0})})},applyColumnConfig(t,e=!1){let s=this.columns.filter(a=>{const l=T(a);return this.ignoredColumnConfigTypes.includes(l.type)}),i=[];return[...t].sort((a,l)=>{const n=a.sort!==void 0?a.sort:1/0,c=l.sort!==void 0?l.sort:1/0;return n-c}).forEach(a=>{if(a.prop){let l=this.columnMap[a.prop];l&&(A(l,{fixed:a.fixed||void 0,visible:a.visible}),(!e&&a.visible||e)&&i.push(l))}}),s.forEach(a=>{A(a,{visible:!0})}),[...s,...i]},crateSortable(){const t=this.$refs.sortListRef;if(!t)return;this.sortable&&(this.sortable.destroy(),this.sortable=null);const e=new g(t,{ghostClass:"blue-background-class",animation:150,easing:"cubic-bezier(1, 0, 0, 1)",handle:".row-title",draggable:".sort-item-wrapper",fallbackOnBody:!1,preventOnFilter:!0,removeCloneOnHide:!0,group:"columns",dragClass:"sortable-drag",onStart:({item:s})=>{const i=s.getAttribute("data-prop"),a=this.sortedTableColumns.find(l=>l.prop===i);this.isDraggingFrozen=a&&a.fixed==="left",this.isDraggingFrozenRight=a&&a.fixed==="right",this.draggedItemIndex=Array.from(t.children).indexOf(s),s.classList.add("sortable-drag")},onMove:s=>{const{target:i,related:a}=s;if(!i||!a)return!1;const l=a?a.getAttribute("data-prop"):null,n=l?this.sortedTableColumns.find(h=>h.prop===l):null,c=n&&n.fixed==="left",o=n&&n.fixed==="right";return this.isDraggingFrozen&&!c||this.isDraggingFrozenRight&&!o||!this.isDraggingFrozen&&!this.isDraggingFrozenRight&&(c||o)?(i.classList.add("no-drop-zone"),!1):(document.querySelectorAll(".no-drop-zone").forEach(h=>{h.classList.remove("no-drop-zone")}),!0)},onEnd:({item:s,newIndex:i,oldIndex:a})=>{if(i===void 0||a===void 0||i<0||a<0||i>=this.sortedTableColumns.length||a>=this.sortedTableColumns.length)return;document.querySelectorAll(".no-drop-zone").forEach(_=>{_.classList.remove("no-drop-zone")}),s.classList.remove("sortable-drag");const l=this.sortedTableColumns[a],n=l.fixed==="left",c=l.fixed==="right",o=i>0?this.sortedTableColumns[i-1]:null,h=i<this.sortedTableColumns.length-1?this.sortedTableColumns[i+1]:null;let b=!1;if(n?(o&&o.fixed!=="left"||h&&h.fixed==="right")&&(b=!0):c?(o&&o.fixed!=="right"||h&&h.fixed!=="right")&&(b=!0):(o&&o.fixed==="right"||h&&h.fixed==="left")&&(b=!0),b){this.rollbackSort();return}this.updateSortAfterDrag()}});this.sortable=e},rollbackSort(){this.sortedTableColumns=JSON.parse(JSON.stringify(this.columnsCopy))},updateSortAfterDrag(){const t=this.$refs.sortListRef;if(!t)return;Array.from(t.children||[]).filter(s=>s&&s.dataset&&s.dataset.prop).map(s=>s.dataset.prop).forEach((s,i)=>{this.sortedTableColumns.some(a=>a.prop===s?(a.sort=i,!0):!1)}),this.columnsCopy=JSON.parse(JSON.stringify(this.sortedTableColumns)),this.$emit("on-sort-change",this.sortedTableColumns)},init(){this.tableColumns=Array.isArray(this.tableColumns)?[...this.tableColumns]:Array.isArray(this.defaultColumnsConfig)?[...this.defaultColumnsConfig]:[],this.initSortedTableColumns()},initSortedTableColumns(){this.tableColumns.forEach((t,e)=>{t.sort===void 0&&(t.sort=e)}),this.sortedTableColumns=[...this.tableColumns].sort((t,e)=>t.fixed==="left"&&e.fixed!=="left"?-1:t.fixed!=="left"&&e.fixed==="left"||t.fixed==="right"&&e.fixed!=="right"?1:t.fixed!=="right"&&e.fixed==="right"?-1:t.sort-e.sort)},setPlacement(){const e=this.$refs.operationRef.$el.getBoundingClientRect();(window.innerHeight||document.documentElement.clientHeight)-(e.bottom-window.scrollY)>512?this.placement="bottom":this.placement="left"},handleVisibleChange(t){this.popoverVisible=t},handlePopoverShow(){this.setPlacement(),this.init(),(()=>{try{document.removeEventListener("mouseup",window.sortableGlobalMouseUp),document.removeEventListener("mousemove",window.sortableGlobalMouseMove)}catch{}})(),this.$nextTick(()=>{this.crateSortable()})},handlePopoverHide(){this.sortable&&(this.sortable.destroy(),this.sortable=null);try{document.removeEventListener("mouseup",window.sortableGlobalMouseUp),document.removeEventListener("mousemove",window.sortableGlobalMouseMove),typeof g<"u"&&g.utils&&(document.removeEventListener("mousemove",g.utils.throttleCall),document.removeEventListener("mouseup",g.utils.throttleCall))}catch{}},handleSelectAll(){const t=this.tableColumns.some(e=>!e.visible);this.tableColumns.forEach(e=>{e.cancellable&&(e.visible=t)})},handleRestoreDefault(){this.tableColumns=JSON.parse(JSON.stringify(this.defaultColumnsConfig)),this.sortedTableColumns=[...this.tableColumns].sort((t,e)=>t.sort-e.sort)},canMoveTop(t,e){if(e===0)return!1;if(t.fixed==="left"){const s=this.sortedTableColumns[e-1];return s&&s.fixed==="left"}if(!t.fixed){const s=this.sortedTableColumns[e-1];return s&&s.fixed==="left"?!1:s&&!s.fixed}return t.fixed==="right"},moveTop(t,e){const s=this.sortedTableColumns,i=t.prop;if(t.fixed==="right"&&(t.fixed=""),t.fixed==="left")s.unshift(s.splice(e,1)[0]);else{const a=this.findLastIndex(this.sortedTableColumns,l=>l.fixed==="left");s.splice(a+1,0,s.splice(e,1)[0])}this.updateSortValues(),this.columnsCopy=JSON.parse(JSON.stringify(this.sortedTableColumns)),this.$emit("on-sort-change",this.sortedTableColumns),this.$nextTick(()=>{const a=this.$refs.sortListRef;if(a){const l=Array.from(a.children).find(n=>n.dataset&&n.dataset.prop===i);l&&l.scrollIntoView({behavior:"smooth",block:"nearest"})}})},frozenLeftHandle(t){const e=this.sortedTableColumns,s=e.splice(t,1)[0];if(s.fixed=s.fixed==="left"?"":"left",s.fixed==="left"){const i=this.findLastIndex(this.sortedTableColumns,a=>a.fixed==="left");e.splice(i+1,0,s)}else{const i=this.findLastIndex(this.sortedTableColumns,a=>a.fixed==="left");e.splice(i+1,0,s)}this.updateSortValues(),this.columnsCopy=JSON.parse(JSON.stringify(this.sortedTableColumns)),this.$emit("on-sort-change",this.sortedTableColumns)},frozenRightHandle(t){const e=this.sortedTableColumns,s=e.splice(t,1)[0];if(s.fixed=s.fixed==="right"?"":"right",s.fixed==="right"){const i=e.findIndex(a=>a.fixed==="right");i===-1?e.push(s):e.splice(i,0,s)}else{const i=e.findIndex(a=>a.fixed==="right");i===-1?e.push(s):e.splice(i,0,s)}this.updateSortValues(),this.columnsCopy=JSON.parse(JSON.stringify(this.sortedTableColumns)),this.$emit("on-sort-change",this.sortedTableColumns)},onSave(){var e;this.updateSortValues();const t=(e=this.tableColumns)==null?void 0:e.map(s=>{const i=this.sortedTableColumns.find(n=>n.prop===s.prop);i&&(s.sort=i.sort,s.fixed=i.fixed,s.visible=i.visible);const{label:a,...l}=s;return l});xt({key:this.computedTableKey,info:JSON.stringify({columnsConfig:t,defaultColumnsConfig:this.defaultColumnsConfig})}).then(s=>{s.data.code===200&&(this.processedColumns=this.applyColumnConfig(t,!0),this.$emit("complete",{columns:this.processedColumns,isInitialLoad:!1}),this.$message.success(this.t("saveSuccess")),this.popoverVisible=!1)})},updateSortValues(){this.sortedTableColumns.forEach((t,e)=>{t.sort=e})}},mounted(){var t;(t=this.tableColumns)!=null&&t.length&&(this.initSortedTableColumns(),this.crateSortable(),this.columnsCopy=JSON.parse(JSON.stringify(this.sortedTableColumns)))},beforeDestroy(){this.sortable&&(this.sortable.destroy(),this.sortable=null);try{document.removeEventListener("mouseup",window.sortableGlobalMouseUp),document.removeEventListener("mousemove",window.sortableGlobalMouseMove),typeof g<"u"&&g.utils&&(document.removeEventListener("mousemove",g.utils.throttleCall),document.removeEventListener("mouseup",g.utils.throttleCall))}catch{}}};var kt=function(){var e=this,s=e._self._c;return s("el-popover",e._g(e._b({attrs:{"popper-class":"column-config-popover",width:680,"show-arrow":!1,placement:e.placement,trigger:"click"},on:{show:e.handlePopoverShow,hide:e.handlePopoverHide},scopedSlots:e._u([{key:"reference",fn:function(){return[s("div",{staticStyle:{display:"inline-block","margin-left":"10px"}},[s("el-tooltip",e._b({attrs:{content:e.t("columnSetting"),placement:"top"}},"el-tooltip",e.afterOpenDelay,!1),[s("el-button",{ref:"operationRef",attrs:{size:e.getDefaultSize(),circle:""}},[s("MenuIcon")],1)],1)],1)]},proxy:!0}])},"el-popover",{[e.isVue3?"visible":"value"]:e.popoverVisible},!1),{[e.isVue3?"update:visible":"input"]:e.handleVisibleChange}),[e.popoverVisible?s("div",{staticClass:"container"},[s("div",{staticClass:"main-container"},[s("div",{staticClass:"left-content"},[s("div",{staticClass:"title"},[s("span",[e._v(e._s(e.t("SelectableFields"))+"("+e._s(e.tableColumns.length)+")")]),s("el-button",e._b({staticStyle:{"margin-left":"10px"},on:{click:e.handleSelectAll}},"el-button",e.buttonType,!1),[e._v(e._s(e.t("all")))])],1),s("div",{staticClass:"option-list"},[s("div",{staticStyle:{height:"100%","overflow-y":"auto"}},[e._l(e.tableColumns,function(i,a){return[i.prop?s("div",{key:a+i.prop,staticStyle:{width:"110px",display:"inline-block"}},[s("el-checkbox",{staticClass:"el-checkbox",attrs:{disabled:!i.cancellable,label:i.prop,value:i.prop},model:{value:i.visible,callback:function(l){e.$set(i,"visible",l)},expression:"col.visible"}},[s("TmEllipsisText",{attrs:{width:"80px",text:e.getColumnLabel(i.prop)}})],1)],1):e._e()]})],2)])]),s("div",{staticClass:"right-content"},[s("div",{staticClass:"search-box"},[s("el-input",{staticClass:"search-input",attrs:{size:e.getCompatSize("small"),clearable:"",placeholder:e.t("search")},model:{value:e.keyWord,callback:function(i){e.keyWord=i},expression:"keyWord"}})],1),e.showFixedLimitTips?s("div",{staticClass:"tips"}):e._e(),s("div",{ref:"sortListRef",staticClass:"sort-list"},e._l(e.filteredSortedTableColumns,function(i,a){return s("div",{key:i.prop,staticClass:"sort-item-wrapper",class:[i.fixed==="left"?"frozen":"",i.fixed==="right"?"frozenRight":"",i.fixed?"":"noFrozen"],attrs:{"data-prop":i.prop}},[i.visible?s("div",{staticClass:"sort-item"},[s("div",{staticClass:"row-title"},[s("MoveIcon",{staticStyle:{"flex-shrink":"0"}}),s("TmEllipsisText",{attrs:{text:e.getColumnLabel(i.prop)}})],1),s("div",{staticClass:"operation-btns"},[i.cancellable?s("el-tooltip",e._b({attrs:{content:e.t("cancel"),placement:"top"}},"el-tooltip",e.afterOpenDelay,!1),[s("el-button",e._b({staticClass:"iconfont-button delete-button",attrs:{size:e.getCompatSize("mini")},on:{click:function(l){i.visible=!1}}},"el-button",e.buttonType,!1),[s("DeleteIcon")],1)],1):e._e(),e.canMoveTop(i,a)?s("el-tooltip",e._b({attrs:{content:e.t("top"),placement:"top"}},"el-tooltip",e.afterOpenDelay,!1),[s("el-button",e._b({staticClass:"iconfont-button top-button",attrs:{size:e.getCompatSize("mini")},on:{click:function(l){return e.moveTop(i,a)}}},"el-button",e.buttonType,!1),[s("UploadIcon")],1)],1):e._e(),i.fixed!=="right"?s("el-tooltip",e._b({attrs:{content:i.fixed==="left"?e.t("cancelLeftFixed"):e.t("leftFixed"),placement:"top"}},"el-tooltip",e.afterOpenDelay,!1),[s("el-button",e._b({staticClass:"iconfont-button left-fixed-btn",class:{"active-fixed":i.fixed==="left"},attrs:{size:e.getCompatSize("mini"),disabled:i.fixed!=="left"&&e.isThanMaxFrozen},on:{click:function(l){return e.frozenLeftHandle(a)}}},"el-button",e.buttonType,!1),[s("FixedLeftIcon")],1)],1):e._e(),i.fixed!=="left"?s("el-tooltip",e._b({attrs:{content:i.fixed==="right"?e.t("cancelRightFixed"):e.t("rightFixed"),placement:"top"}},"el-tooltip",e.afterOpenDelay,!1),[s("el-button",e._b({staticClass:"iconfont-button right-fixed-btn",class:{"active-fixed":i.fixed==="right"},attrs:{size:e.getCompatSize("mini"),disabled:i.fixed!=="right"&&e.isThanMaxRightFrozen},on:{click:function(l){return e.frozenRightHandle(a)}}},"el-button",e.buttonType,!1),[s("FixedRightIcon")],1)],1):e._e()],1)]):e._e()])}),0)])]),s("div",{staticClass:"footer"},[s("div",{staticClass:"footer-left"},[s("el-button",{attrs:{size:e.getCompatSize("mini")},on:{click:e.handleRestoreDefault}},[e._v(e._s(e.t("restoreDefault")))])],1),s("div",{staticClass:"footer-right"},[s("el-button",{attrs:{size:e.getCompatSize("mini")},on:{click:function(i){e.popoverVisible=!1}}},[e._v(e._s(e.t("cancel")))]),s("el-button",{attrs:{size:e.getCompatSize("mini"),type:"primary"},on:{click:e.onSave}},[e._v(e._s(e.t("saveAndApply")))])],1)])]):e._e()])},zt=[],Lt=u(Ft,kt,zt,!1,null,"46a12fcc");const Ot=Lt.exports,Dt=!0,Mt=!1,Rt={name:"TmTable",components:{TableSearch:R,TablePagination:mt,TableMenu:Ct,ColumnConfig:Ot,RefreshIcon:le,ColumnRenderer:{props:["vnode"],render(){return this.$createElement(this.vnode.componentOptions.tag,this.vnode.data,this.vnode.children)}}},inheritAttrs:!1,props:{data:{type:[Array,Function],default:()=>[]},showSearch:{type:Boolean,default:!0},showMenu:{type:Boolean,default:!0},showPagination:{type:Boolean,default:!0},pagination:{type:Object,default:()=>({})},height:{type:[String,Number]},calcHeight:{type:Number,default:0},dataAdapter:{type:Function,default:null},columnSettingButton:{type:Boolean,default:!0},refreshButton:{type:Boolean,default:!0},tableKey:{type:String,default:""},firstLoad:{type:Boolean,default:!0},maxFixedLeftQuantity:{type:Number},maxFixedRightQuantity:{type:Number},border:{type:Boolean,default:!0},searchColumns:{type:Array,default:null},searchForm:{type:Object,default:()=>({})}},data(){return{getDefaultSize:f,getCompatSize:C,isVue3:Mt,isVue2:Dt,t:m().t,tableData:[],tableLoading:!1,columnsLoading:!1,tableReload:1,tableHeight:null,selectedRows:[],paginationInfo:{current:1,pageSize:20,total:void 0},originalColumns:[],displayColumns:[],isColumnConfigLoaded:!1,afterOpenDelay:{"open-delay":300}}},computed:{pageLoading(){return this.tableLoading||this.columnsLoading},computedTableKey(){return this.tableKey?this.tableKey:this.$route.path.slice(1).replace(/\//g,"-")},computedShowPagination(){return this.showPagination&&typeof this.data=="function"}},watch:{data:{immediate:!0,handler(t){typeof t=="function"?!this.columnSettingButton||this.isColumnConfigLoaded&&!this.firstLoad?this.loadData():Array.isArray(t)&&(this.tableData=t):this.tableData=t}},height:{immediate:!0,handler(){this.getTableHeight()}}},created(){this.originalColumns=this.$slots.default||[],this.columnSettingButton?this.columnsLoading=!0:(this.displayColumns=this.originalColumns,this.isColumnConfigLoaded=!0)},mounted(){this.getTableHeight(),window.addEventListener("resize",this.getTableHeight)},beforeDestroy(){window.removeEventListener("resize",this.getTableHeight)},methods:{handleUpdateSearchForm(t){this.$emit("update:search-form",t)},handleColumnConfigComplete(t){Array.isArray(t.columns)?this.displayColumns=[...t.columns]:this.displayColumns=[...this.originalColumns],t.isInitialLoad?(this.isColumnConfigLoaded=!0,this.columnsLoading=!1,this.firstLoad&&typeof this.data=="function"&&this.loadData()):this.reloadTable()},isAutoHeight(){return this.height==="auto"},handleRefresh(){this.loadData()},async loadData(){if(Array.isArray(this.data))this.tableData=this.data;else if(typeof this.data=="function"){if(this.tableLoading)return;this.tableLoading=!0;try{const t=await this.data({paginationInfo:{pageSize:this.paginationInfo.pageSize,current:this.paginationInfo.current},params:this.searchForm}),{list:e,total:s,pageSize:i,current:a}=t;this.tableData=e,s!==void 0&&(this.paginationInfo.total=s),a!==void 0&&(this.paginationInfo.current=a),i!==void 0&&(this.paginationInfo.pageSize=i)}catch{}finally{this.tableLoading=!1}}},getTableHeight(){this.isAutoHeight()?this.$nextTick(()=>{const t=this.$refs.table,e=this.$refs.tmPagination;if(!t)return;const s=t.$el,i=e&&e.$el&&e.$el.offsetHeight||0;this.tableHeight=document.documentElement.clientHeight-s.offsetTop-i-this.calcHeight}):this.tableHeight=this.height,this.refreshTable()},search(){this.paginationInfo.current=1,this.loadData()},reset(){this.paginationInfo.current=1,this.$nextTick(()=>{this.loadData()})},handleSelectionChange(t){this.selectedRows=t,this.$emit("selection-change",t)},handleSizeChange(t){this.paginationInfo.pageSize=t,this.loadData(),this.$emit("size-change",t)},handleCurrentChange(t){this.paginationInfo.current=t,this.loadData(),this.$emit("current-change",t)},refreshTable(){this.$refs.table&&this.$refs.table.doLayout()},reloadTable(){this.tableReload++}}};var At=function(){var e=this,s=e._self._c;return s("div",{ref:"tablePage",staticClass:"tm-table"},[e.searchColumns&&e.searchColumns.length>0?s("table-search",{ref:"search",attrs:{disabled:e.pageLoading,"search-columns":e.searchColumns,"search-form":e.searchForm},on:{search:e.search,reset:e.reset,"update:search-form":e.handleUpdateSearchForm}},[e._t("search")],2):e._e(),e.showMenu?s("table-menu",{scopedSlots:e._u([{key:"left",fn:function(){return[e._t("menu-left")]},proxy:!0},{key:"right",fn:function(){return[e._t("menu-right"),e.refreshButton&&typeof e.data=="function"?s("el-tooltip",e._b({attrs:{content:e.t("refresh"),placement:"top"}},"el-tooltip",e.afterOpenDelay,!1),[s("el-button",{attrs:{circle:"",size:e.getDefaultSize()},on:{click:e.handleRefresh}},[s("RefreshIcon")],1)],1):e._e(),e.columnSettingButton?s("ColumnConfig",{attrs:{maxFixedLeftQuantity:e.maxFixedLeftQuantity,maxFixedRightQuantity:e.maxFixedRightQuantity,tableKey:e.computedTableKey,columns:e.originalColumns},on:{complete:e.handleColumnConfigComplete}}):e._e()]},proxy:!0}],null,!0)}):e._e(),s("el-table",e._g(e._b({directives:[{name:"loading",rawName:"v-loading",value:e.pageLoading,expression:"pageLoading"}],key:e.tableReload,ref:"table",attrs:{data:e.tableData,height:e.tableHeight,size:e.getCompatSize("mini")},on:{"selection-change":e.handleSelectionChange}},"el-table",{...e.$attrs,border:e.border},!1),e.isVue2?e.$listeners:{}),e._l(e.displayColumns,function(i){return s("columnRenderer",{key:e.isVue3?i.id:i.data.attrs.prop,attrs:{vnode:i}})}),1),e.computedShowPagination?s("table-pagination",{ref:"tmPagination",attrs:{"page-size":e.paginationInfo.pageSize,"current-page":e.paginationInfo.current,total:e.paginationInfo.total,disabled:e.tableLoading},on:{"size-change":e.handleSizeChange,"current-change":e.handleCurrentChange}}):e._e()],1)},Ht=[],Et=u(Rt,At,Ht,!1,null,"015b93d4");const H=Et.exports,Pt=!0,It=!1,Wt={name:"TmTableColumn",inheritAttrs:!1,computed:{isVisible(){return this.$attrs.visible!==!1},slots(){return this.$scopedSlots}},data(){return{isVue2:Pt,isVue3:It}},created(){this.$parent&&this.$parent.$emit&&this.$parent.$emit("column-initialized",{prop:this.$attrs.prop,visible:this.$attrs.visible!==!1})}};var Bt=function(){var e=this,s=e._self._c;return e.isVisible?s("el-table-column",e._g(e._b({scopedSlots:e._u([e._l(e.slots,function(i,a){return{key:a,fn:function(l){return[e._t(a,null,null,l)]}}})],null,!0)},"el-table-column",e.$attrs,!1),e.isVue2?e.$listeners:{})):e._e()},Nt=[],jt=u(Wt,Bt,Nt,!1,null,null);const E=jt.exports,{t:P}=m(),Ut={name:"TmAdvancedEllipsisText",components:{CopyIcon:W},props:{rows:{type:Number,default:1},width:{type:String,default:"100%"},maxWidth:{type:String,default:""},showToolbar:{type:Boolean,default:!1},text:{type:String,default:""},showTooltip:{type:Boolean,default:!0},copyable:{type:Boolean,default:!1}},data(){return{isVue2:!0,originalText:"",isHovered:!1,lineHeight:0,containerWidth:0,resizeObserver:null,isCalculating:!1,frontLines:[],lastLineText:"",isLastLineEllipsis:!1,tableRowElement:null}},computed:{containerStyle(){const t={};return this.maxWidth?(t.maxWidth=this.maxWidth,t.width=this.width):t.width=this.width,t},hasToolbarSlot(){return this.$slots.toolbar?this.$slots.toolbar&&this.$slots.toolbar.length>0:!1},hasToolbarContent(){return this.copyable||this.hasToolbarSlot},shouldShowToolbar(){return this.showToolbar||this.isHovered&&this.hasToolbarContent}},mounted(){this.initComponent(),this.setupResizeObserver(),this.setupTableRowHover()},updated(){const t=this.getTextContent();t!==this.originalText&&(this.originalText=t,this.$nextTick(()=>{this.calculateLayout()}))},beforeDestroy(){this.cleanupResizeObserver(),this.cleanupTableRowHover()},beforeUnmount(){this.cleanupResizeObserver(),this.cleanupTableRowHover()},watch:{text:{handler(){this.$nextTick(()=>{this.originalText=this.getTextContent(),this.calculateLayout()})},immediate:!0},rows(){this.$nextTick(()=>{this.calculateLayout()})},shouldShowToolbar(){this.$nextTick(()=>{this.calculateLayout()})},"$slots.default":{handler(){this.$nextTick(()=>{this.originalText=this.getTextContent(),this.calculateLayout()})},deep:!0}},methods:{initComponent(){this.$nextTick(()=>{this.originalText=this.getTextContent(),this.calculateLineHeight(),this.$nextTick(()=>{this.calculateLayout()})})},handleCopy(){navigator.clipboard&&window.isSecureContext?navigator.clipboard.writeText(this.originalText).then(()=>{this.$message.success(P("copySuccess"))}).catch(()=>{this.fallbackCopy()}):this.fallbackCopy()},fallbackCopy(){const t=document.createElement("textarea");t.value=this.originalText,t.style.position="fixed",t.style.left="-999999px",t.style.top="-999999px",document.body.appendChild(t),t.focus(),t.select();try{document.execCommand("copy"),this.$message.success(P("copySuccess"))}catch{this.$message.error(P("copyFailed"))}document.body.removeChild(t)},getTextContent(){return this.$slots.default?this.$slots.default.map(e=>e.text?e.text:e.children&&typeof e.children=="string"?e.children:e.children&&Array.isArray(e.children)?e.children.map(s=>s.text||"").join(""):"").join(""):this.text||""},calculateLineHeight(){const t=this.$refs.containerRef;if(!t)return;const e=window.getComputedStyle(t);this.containerWidth=t.offsetWidth;const s=this.$refs.measureRef;if(s){this.setMeasureElementStyle(s,{width:this.containerWidth+"px",wordBreak:"break-all",whiteSpace:"normal"}),s.textContent="测",s.offsetHeight;const i=s.offsetHeight;s.innerHTML="",this.lineHeight=i}else{const i=e.lineHeight;if(i&&i!=="normal")this.lineHeight=parseInt(i);else{const a=parseInt(e.fontSize);this.lineHeight=a*1.2}}},calculateLayout(){if(!this.isCalculating){if(!this.originalText||this.rows<=0){this.frontLines=[],this.lastLineText=this.originalText||"",this.isLastLineEllipsis=!1;return}this.isCalculating=!0,this.$nextTick(()=>{requestAnimationFrame(()=>{this.performLayoutCalculation()})})}},performLayoutCalculation(){const t=this.originalText;if(this.rows===1)this.frontLines=[],this.lastLineText=t,this.isLastLineEllipsis=this.checkIfTextOverflows(t);else{const e=this.lineHeight;if(this.getTextHeight(t)<=e)this.frontLines=[],this.lastLineText=t,this.isLastLineEllipsis=this.checkIfTextOverflows(t);else{const i=this.lineHeight*(this.rows-1),a=this.findTextForHeight(t,i);this.frontLines=this.splitTextToLines(a);const l=t.substring(a.length);this.lastLineText=l,this.isLastLineEllipsis=l.length>0&&this.checkIfTextOverflows(l)}}this.isCalculating=!1},findTextForHeight(t,e){if(this.getTextHeight(t)<=e)return t;let s=0,i=t.length,a="";for(;s<=i;){const l=Math.floor((s+i)/2),n=t.substring(0,l);this.getTextHeight(n)<=e?(a=n,s=l+1):i=l-1}return a},splitTextToLines(t){if(!t)return[];const e=[];let s=t;for(;s.length>0;){const i=this.findTextForHeight(s,this.lineHeight);if(i.length===0)break;e.push(i),s=s.substring(i.length)}return e},checkIfTextOverflows(t){if(!t)return!1;const e=this.getTextWidth(t),s=this.shouldShowToolbar&&this.hasToolbarContent?this.getToolbarWidth():0,i=this.containerWidth-s-5;return e>i},getToolbarWidth(){let t=0;return this.copyable&&(t+=20),this.hasToolbarSlot&&(t+=40),t},getTextHeight(t){return this.measureText(t,{width:this.containerWidth+"px",wordBreak:"break-all",whiteSpace:"normal"})},getTextWidth(t){return this.measureText(t,{whiteSpace:"nowrap"})},measureText(t,e={}){if(!this.$refs.containerRef||!this.$refs.measureRef)return 0;const s=this.$refs.measureRef,i=s.style.cssText;this.setMeasureElementStyle(s,e),s.textContent=t,s.offsetHeight;const a=e.whiteSpace==="nowrap"?s.offsetWidth:s.offsetHeight;return s.style.cssText=i,s.innerHTML="",a},setMeasureElementStyle(t,e={}){const s=window.getComputedStyle(this.$refs.containerRef);t.style.cssText="",t.style.position="absolute",t.style.left="-9999px",t.style.top="-9999px",t.style.visibility="hidden",t.style.pointerEvents="none",t.style.zIndex="-1",t.style.fontSize=s.fontSize,t.style.fontFamily=s.fontFamily,t.style.fontWeight=s.fontWeight,t.style.lineHeight=s.lineHeight,t.style.letterSpacing=s.letterSpacing,t.style.wordSpacing=s.wordSpacing,t.style.padding="0",t.style.margin="0",t.style.border="none",t.style.boxSizing="border-box",Object.entries(e).forEach(([i,a])=>{t.style[i]=a})},handleMouseEnter(){this.isHovered=!0},handleMouseLeave(){this.isHovered=!1},setupResizeObserver(){typeof ResizeObserver<"u"&&(this.resizeObserver=new ResizeObserver(t=>{const e=t[0];if(e){const s=e.contentRect.width;Math.abs(s-this.containerWidth)>1&&requestAnimationFrame(()=>{this.calculateLineHeight(),this.calculateLayout()})}}),this.$refs.containerRef&&this.resizeObserver.observe(this.$refs.containerRef))},cleanupResizeObserver(){this.resizeObserver&&(this.resizeObserver.disconnect(),this.resizeObserver=null)},setupTableRowHover(){let t=this.$el;for(;t&&t!==document.body;){if(t.classList&&t.classList.contains("el-table__row")){this.tableRowElement=t;break}t=t.parentElement}this.tableRowElement&&(this.tableRowElement.addEventListener("mouseenter",this.handleMouseEnter),this.tableRowElement.addEventListener("mouseleave",this.handleMouseLeave))},cleanupTableRowHover(){this.tableRowElement&&(this.tableRowElement.removeEventListener("mouseenter",this.handleMouseEnter),this.tableRowElement.removeEventListener("mouseleave",this.handleMouseLeave),this.tableRowElement=null)}}};var Jt=function(){var e=this,s=e._self._c;return s("div",{ref:"containerRef",staticClass:"tm-ellipsis-text",style:e.containerStyle,on:{mouseenter:e.handleMouseEnter,mouseleave:e.handleMouseLeave}},[e.showTooltip&&e.isLastLineEllipsis?s("el-tooltip",e._b({attrs:{content:e.originalText,disabled:!e.showTooltip||!e.isLastLineEllipsis,placement:"top"}},"el-tooltip",{[e.isVue2?"open-delay":"show-after"]:300},!1),[s("div",{staticClass:"tm-ellipsis-text-wrapper"},[e._l(e.frontLines,function(i,a){return s("div",{key:"front-"+a,staticClass:"tm-ellipsis-line",domProps:{innerHTML:e._s(i)}})}),s("div",{staticClass:"tm-ellipsis-last-line"},[s("div",{staticClass:"tm-ellipsis-text-part",domProps:{innerHTML:e._s(e.lastLineText)}}),e.shouldShowToolbar&&e.hasToolbarContent?s("div",{staticClass:"tm-ellipsis-toolbar-part"},[e.copyable?s("CopyIcon",{staticClass:"icon-item",on:{click:e.handleCopy}}):e._e(),e._t("toolbar")],2):e._e()])],2)]):s("div",{staticClass:"tm-ellipsis-text-wrapper"},[e._l(e.frontLines,function(i,a){return s("div",{key:"front-"+a,staticClass:"tm-ellipsis-line",domProps:{innerHTML:e._s(i)}})}),s("div",{staticClass:"tm-ellipsis-last-line"},[s("div",{staticClass:"tm-ellipsis-text-part",domProps:{innerHTML:e._s(e.lastLineText)}}),e.shouldShowToolbar&&e.hasToolbarContent?s("div",{staticClass:"tm-ellipsis-toolbar-part"},[e.copyable?s("CopyIcon",{staticClass:"icon-item",on:{click:e.handleCopy}}):e._e(),e._t("toolbar")],2):e._e()])],2),s("div",{ref:"measureRef",staticClass:"tm-ellipsis-measure"})],1)},Qt=[],qt=u(Ut,Jt,Qt,!1,null,"16643222");const I=qt.exports,B={install:{install(t,e={}){[H,E,y,I].forEach(s=>t.component(s.name,s)),e.tableConfigProvider&&St(e.tableConfigProvider),e.lang&&S(e.lang||"zh-CN")}}.install,Table:H,Column:E,Search:R,Select:V,AdvancedInput:k,AdvancedDate:z,Cascader:L,Radio:O,Checkbox:D,Switch:M,EllipsisText:y,AdvancedEllipsisText:I,setLang:S,useLocale:m};typeof window<"u"&&window.Vue&&B.install(window.Vue),r.AdvancedDate=z,r.AdvancedEllipsisText=I,r.AdvancedInput=k,r.Cascader=L,r.Checkbox=D,r.Column=E,r.EllipsisText=y,r.Radio=O,r.Search=R,r.Select=V,r.Switch=M,r.Table=H,r.default=B,r.setLang=S,r.useLocale=m,Object.defineProperties(r,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}})});
|
package/dist/vue3/tm-table.es.js
CHANGED
|
@@ -3538,7 +3538,7 @@ const he = /* @__PURE__ */ T(Fl, [["render", Bl], ["__scopeId", "data-v-16643222
|
|
|
3538
3538
|
install(e, l = {}) {
|
|
3539
3539
|
[de, ce, J, he].forEach((t) => e.component(t.name, t)), l.tableConfigProvider && Yt(l.tableConfigProvider), l.lang && $(l.lang || "zh-CN");
|
|
3540
3540
|
}
|
|
3541
|
-
},
|
|
3541
|
+
}, Ul = {
|
|
3542
3542
|
install: Nl.install,
|
|
3543
3543
|
Table: de,
|
|
3544
3544
|
Column: ce,
|
|
@@ -3555,6 +3555,7 @@ const he = /* @__PURE__ */ T(Fl, [["render", Bl], ["__scopeId", "data-v-16643222
|
|
|
3555
3555
|
setLang: $,
|
|
3556
3556
|
useLocale: P
|
|
3557
3557
|
};
|
|
3558
|
+
typeof window < "u" && window.Vue && Ul.install(window.Vue);
|
|
3558
3559
|
export {
|
|
3559
3560
|
se as AdvancedDate,
|
|
3560
3561
|
he as AdvancedEllipsisText,
|
|
@@ -3568,7 +3569,7 @@ export {
|
|
|
3568
3569
|
te as Select,
|
|
3569
3570
|
re as Switch,
|
|
3570
3571
|
de as Table,
|
|
3571
|
-
|
|
3572
|
+
Ul as default,
|
|
3572
3573
|
$ as setLang,
|
|
3573
3574
|
P as useLocale
|
|
3574
3575
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(f,e){typeof exports=="object"&&typeof module<"u"?e(exports,require("vue"),require("sortablejs")):typeof define=="function"&&define.amd?define(["exports","vue","sortablejs"],e):(f=typeof globalThis<"u"?globalThis:f||self,e(f.TmTable={},f.Vue,f.Sortable))})(this,function(f,e,T){"use strict";const G={mini:"small",small:"small",default:"default",large:"large"},F=t=>G[t]||G.default,V=()=>"default",Z={"zh-CN":{today:"今天",yesterday:"昨天",last7days:"最近7天",last30days:"最近30天",thisMonth:"本月",lastMonth:"上月",checkAll:"全选",search:"搜索",query:"查询",reset:"重置",columnSetting:"列设置",refresh:"刷新",cancel:"取消",fixedLeft:"固定在左侧",fixedRight:"固定在右侧",top:"置顶",restoreDefault:"恢复默认",saveAndApply:"保存并应用",startDate:"开始日期",endDate:"结束日期",all:"全选",SelectableFields:"可选择字段",fixedColumns:"固定列",leftmost:"左侧最多",rightmost:"右侧最多",items:"项",accurateSearchTips:"每行一个,支持多个值",accurateSearchPlaceholder:"精确搜索,一行一项",selectPlaceholder:"请选择",clear:"清空",saveSuccess:"保存成功",cancelRightFixed:"取消右侧固定",rightFixed:"固定到右侧",cancelLeftFixed:"取消左侧固定",leftFixed:"固定到左侧",cancelTop:"取消置顶",copySuccess:"复制成功",copyFailed:"复制失败"},"en-US":{today:"Today",yesterday:"Yesterday",last7days:"Last 7 days",last30days:"Last 30 days",thisMonth:"This month",lastMonth:"Last month",checkAll:"Check all",search:"Search",query:"Search",reset:"Reset",columnSetting:"Column Setting",refresh:"Refresh",cancel:"Cancel",fixedLeft:"Fixed left",fixedRight:"Fixed right",top:"Top",restoreDefault:"Restore default",saveAndApply:"Save and apply",startDate:"Start date",endDate:"End date",all:"All",SelectableFields:"Fields",fixedColumns:"Fixed columns",leftmost:"Leftmost",rightmost:"Rightmost",items:"item(s)",accurateSearchTips:"One per line, supporting multiple values",accurateSearchPlaceholder:"Accurate search, one per line",selectPlaceholder:"Please select",clear:"Clear",saveSuccess:"Successfully saved",cancelRightFixed:"Cancel right fixed",rightFixed:"Fixed to right",cancelLeftFixed:"Cancel left fixed",leftFixed:"Fixed to left",cancelTop:"Cancel top",copySuccess:"Copy successfully",copyFailed:"Copy failed"}};let E={value:"zh-CN"};E=e.ref("zh-CN");const $=t=>{var i;return((i=Z[E.value])==null?void 0:i[t])||t},D=t=>{E.value=t},S=()=>({t:$,setLang:D,currentLang:E}),g=(t,i)=>{const l=t.__vccOpts||t;for(const[o,s]of i)l[o]=s;return l},ee=!1,te=!0,M="modelValue",le="update:modelValue",ie={name:"TmSelectFilter",props:{[M]:{type:[String,Number,Array],default:""},field:{type:[String,Number],default:""},options:{type:[Array,Function],default:()=>[]},labelOptions:{type:Array,default:()=>[]},props:{type:Object,default:()=>({label:"label",value:"value"})},filterable:{type:Boolean,default:!0},clearable:{type:Boolean,default:!0},collapseTags:{type:Boolean,default:!0},multiple:{type:Boolean,default:!1},showCheckAll:{type:Boolean,default:!0},placeholder:{type:String,default:""}},data(){return{t:S().t,isVue2:ee,isVue3:te,getDefaultSize:V,optionsList:[],loading:!1,indeterminate:!1,checkAll:!1,activedSelect:""}},computed:{computedValue:{get(){return this[M]},set(t){this.$emit(le,t),this.$emit("change",t)}},fieldValue:{get(){return this.field},set(t){this.$emit("field-change",t)}},propMap(){return{label:this.props.label||"label",value:this.props.value||"value"}}},watch:{[M](t){!this.multiple||!this.showCheckAll||(t.length===0?(this.checkAll=!1,this.indeterminate=!1):t.length===this.optionsList.length?(this.checkAll=!0,this.indeterminate=!1):this.indeterminate=!0)}},created(){this.initOptions()},methods:{async initOptions(){if(Array.isArray(this.options))this.optionsList=this.options;else if(typeof this.options=="function")try{this.loading=!0;const t=await this.options();Array.isArray(t)&&(this.optionsList=t)}catch(t){console.error(t)}finally{this.loading=!1}},handleCheckAll(t){this.indeterminate=!1;let i=[];t&&(i=this.optionsList.map(l=>l[this.propMap.value])),this.computedValue=i},setActivedSelect(t){this.activedSelect=t}}},se={key:0,class:"check-all-option"};function ne(t,i,l,o,s,n){const r=e.resolveComponent("el-option"),h=e.resolveComponent("el-select"),c=e.resolveComponent("el-checkbox");return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["advanced-select",{hasField:l.labelOptions&&l.labelOptions.length>0}])},[l.labelOptions&&l.labelOptions.length>0?(e.openBlock(),e.createBlock(h,{key:0,size:s.getDefaultSize(),class:e.normalizeClass(["field-select",`field-select--${s.isVue2?"v2":"v3"}`]),modelValue:n.fieldValue,"onUpdate:modelValue":i[0]||(i[0]=d=>n.fieldValue=d),onFocus:i[1]||(i[1]=d=>n.setActivedSelect("left")),style:e.normalizeStyle(`z-index:${s.activedSelect==="left"?2:0}`)},{default:e.withCtx(()=>[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(l.labelOptions,d=>(e.openBlock(),e.createBlock(r,{key:d.value,label:d.label,value:d.value},null,8,["label","value"]))),128))]),_:1},8,["size","class","modelValue","style"])):e.createCommentVNode("",!0),e.createVNode(h,e.mergeProps({ref:"select",class:["select",`select--${s.isVue3?"v3":"v2"}`],onFocus:i[4]||(i[4]=d=>n.setActivedSelect("right")),style:`z-index:${s.activedSelect==="right"?2:0}`,modelValue:n.computedValue,"onUpdate:modelValue":i[5]||(i[5]=d=>n.computedValue=d)},{...t.$attrs,size:s.getDefaultSize(),filterable:l.filterable,clearable:l.clearable,collapseTags:l.collapseTags,multiple:l.multiple,placeholder:l.placeholder,loading:s.loading},e.toHandlers(s.isVue2?t.$listeners:{}),{loading:s.loading}),{header:e.withCtx(()=>[s.isVue3&&l.multiple&&l.showCheckAll?(e.openBlock(),e.createBlock(c,{key:0,modelValue:s.checkAll,"onUpdate:modelValue":i[3]||(i[3]=d=>s.checkAll=d),indeterminate:s.indeterminate,size:s.getDefaultSize(),onChange:n.handleCheckAll,style:{width:"100%",height:"20px","padding-left":"10px"}},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(s.t("all")),1)]),_:1},8,["modelValue","indeterminate","size","onChange"])):e.createCommentVNode("",!0)]),default:e.withCtx(()=>[s.isVue2&&l.multiple&&l.showCheckAll?(e.openBlock(),e.createElementBlock("div",se,[e.createVNode(c,{style:{width:"100%"},modelValue:s.checkAll,"onUpdate:modelValue":i[2]||(i[2]=d=>s.checkAll=d),indeterminate:s.indeterminate,size:s.getDefaultSize(),onChange:n.handleCheckAll},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(s.t("all")),1)]),_:1},8,["modelValue","indeterminate","size","onChange"])])):e.createCommentVNode("",!0),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(s.optionsList,d=>(e.openBlock(),e.createBlock(r,{key:d[n.propMap.value],label:d[n.propMap.label],value:d[n.propMap.value],disabled:d.disabled},{default:e.withCtx(()=>[e.renderSlot(t.$slots,"option",{item:d},()=>[e.createTextVNode(e.toDisplayString(d[n.propMap.label]),1)],!0)]),_:2},1032,["label","value","disabled"]))),128))]),_:3},16,["class","style","modelValue","loading"])],2)}const H=g(ie,[["render",ne],["__scopeId","data-v-467dcdd3"]]),oe={name:"BaseIcon",props:{path:{type:String},size:{type:[String,Number]},color:{type:String}},methods:{handleClick(){}}},ae=["width","height"],re=["d"];function ce(t,i,l,o,s,n){return e.openBlock(),e.createElementBlock("i",{class:"tm-icon",onClick:i[0]||(i[0]=(...r)=>n.handleClick&&n.handleClick(...r))},[(e.openBlock(),e.createElementBlock("svg",{width:l.size,height:l.size,style:e.normalizeStyle({color:l.color}),viewBox:"0 0 1024 1024",xmlns:"http://www.w3.org/2000/svg"},[e.createElementVNode("path",{d:l.path},null,8,re)],12,ae))])}const de=g(oe,[["render",ce],["__scopeId","data-v-1c30ca93"]]),x=Object.entries({menu:"M160 448a32 32 0 0 1-32-32V160.064a32 32 0 0 1 32-32h256a32 32 0 0 1 32 32V416a32 32 0 0 1-32 32zm448 0a32 32 0 0 1-32-32V160.064a32 32 0 0 1 32-32h255.936a32 32 0 0 1 32 32V416a32 32 0 0 1-32 32zM160 896a32 32 0 0 1-32-32V608a32 32 0 0 1 32-32h256a32 32 0 0 1 32 32v256a32 32 0 0 1-32 32zm448 0a32 32 0 0 1-32-32V608a32 32 0 0 1 32-32h255.936a32 32 0 0 1 32 32v256a32 32 0 0 1-32 32z",more:"M76.92892277 192.94787572h864.34120754c23.20379058 0 46.40758118-17.40284367 46.40758118-46.40758118s-23.20379058-46.40758118-46.40758118-46.40758116H76.92892277c-29.00473897 0-46.40758264 17.40284367-46.40758264 46.40758116s23.20379058 46.40758118 46.40758264 46.40758118zM941.27013031 465.59241882H76.92892277c-29.00473897 0-46.40758264 17.40284367-46.40758264 46.40758118s23.20379058 46.40758118 46.40758264 46.40758118h864.34120754c23.20379058 0 46.40758118-17.40284367 46.40758118-46.40758118s-23.20379058-46.40758118-46.40758118-46.40758118zM941.27013031 825.25117589H76.92892277c-29.00473897 0-46.40758264 17.40284367-46.40758264 46.40758118s23.20379058 46.40758118 46.40758264 46.40758264h864.34120754c23.20379058 0 46.40758118-17.40284367 46.40758118-46.40758264s-23.20379058-46.40758118-46.40758118-46.40758118z",refresh:"M771.776 794.88A384 384 0 0 1 128 512h64a320 320 0 0 0 555.712 216.448H654.72a32 32 0 1 1 0-64h149.056a32 32 0 0 1 32 32v148.928a32 32 0 1 1-64 0v-50.56zM276.288 295.616h92.992a32 32 0 0 1 0 64H220.16a32 32 0 0 1-32-32V178.56a32 32 0 0 1 64 0v50.56A384 384 0 0 1 896.128 512h-64a320 320 0 0 0-555.776-216.384z",move:"M238.93333333 102.4a68.26666667 68.26666667 0 1 1 136.53333334 0 68.26666667 68.26666667 0 0 1-136.53333334 0z m409.6 0a68.26666667 68.26666667 0 1 1 136.53333334 0 68.26666667 68.26666667 0 0 1-136.53333334 0zM238.93333333 375.46666667a68.26666667 68.26666667 0 1 1 136.53333334 0 68.26666667 68.26666667 0 0 1-136.53333334 0z m409.6 0a68.26666667 68.26666667 0 1 1 136.53333334 0 68.26666667 68.26666667 0 0 1-136.53333334 0z m-409.6 273.06666666a68.26666667 68.26666667 0 1 1 136.53333334 0 68.26666667 68.26666667 0 0 1-136.53333334 0z m409.6 0a68.26666667 68.26666667 0 1 1 136.53333334 0 68.26666667 68.26666667 0 0 1-136.53333334 0z m-341.33333333 204.8a68.26666667 68.26666667 0 1 0 0 136.53333334 68.26666667 68.26666667 0 0 0 0-136.53333334z m341.33333333 68.26666667a68.26666667 68.26666667 0 1 1 136.53333334 0 68.26666667 68.26666667 0 0 1-136.53333334 0z","column-setting":"M436.05333334 18.36373333a109.22666667 109.22666667 0 0 1 109.22666666 0l345.56586667 199.54346667c33.792 19.52426667 54.61333333 55.56906667 54.61333333 94.54933333V580.26666667h-81.92V312.45653333a27.30666667 27.30666667 0 0 0-13.65333333-23.62026666L504.32 89.2928a27.30666667 27.30666667 0 0 0-27.30666666 0L131.44746667 288.83626667a27.30666667 27.30666667 0 0 0-13.65333333 23.62026666v399.08693334a27.30666667 27.30666667 0 0 0 13.65333333 23.62026666L477.01333334 934.7072a27.30666667 27.30666667 0 0 0 27.30666666 0l54.61333334-31.5392v94.54933333l-13.65333334 7.91893334a109.22666667 109.22666667 0 0 1-109.22666666 0l-345.56586667-199.54346667a109.22666667 109.22666667 0 0 1-54.61333333-94.54933333V312.45653333c0-38.98026667 20.82133333-75.09333333 54.61333333-94.54933333L436.05333334 18.36373333z","fixed-left":"M843.36363653 311.54545478l-53.18181827 1e-8-20.45454521 28.63636347-163.63636435 204.54545479-24.54545391 28.63636347 12.27272695 36.81818175c8.18181826 28.63636347 12.27272695 57.27272695 12.27272696 85.90909042 0 32.72727305-4.09090869 61.36363652-16.36363565 90-4.09090869 16.36363653-12.27272695 32.72727306-24.54545479 49.09090957l-163.63636347-163.63636347-40.90909131-40.90909132-12.27272695-12.27272695-163.63636348-163.63636347c28.63636347-16.36363653 61.36363652-28.63636347 94.09090869-32.72727305 45-8.18181826 90-4.09090869 134.99999999 8.18181826l36.81818175 12.27272695 28.63636347-24.54545391 204.54545479-163.63636435 28.63636347-16.36363564 0-32.72727305L712.45454521 184.72727305l130.90909132 126.81818173zM941.54545479 327.90909131c0-8.18181826-4.09090869-16.36363653-8.18181826-24.54545478L720.63636348 94.72727305c-12.27272695-16.36363653-36.81818174-12.27272695-49.09090869 4.0909087-20.45454521 28.63636347-28.63636347 65.45454521-28.63636348 98.18181825l0 4.09090869-204.54545478 163.63636436c-110.45454521-36.81818174-233.18181826-16.36363653-327.27272784 61.36363564-8.18181826 8.18181826-12.27272695 16.36363653-12.27272694 24.54545478 0 8.18181826 4.09090869 16.36363653 8.18181825 24.5454548l196.36363653 196.36363652-212.72727305 212.72727216c-4.09090869 4.09090869-8.18181826 12.27272695-8.18181826 20.4545461s4.09090869 16.36363653 8.18181826 20.4545452c12.27272695 12.27272695 32.72727306 12.27272695 45 1e-8L352.45454522 716.54545479l196.36363652 196.36363652c12.27272695 12.27272695 36.81818174 12.27272695 49.09090957-4.09090957C651.09090869 847.45454521 675.63636347 773.81818174 675.63636346 696.09090869c0-36.81818173-4.09090869-73.63636348-16.36363651-106.36363564l163.63636436-204.54545479c36.81818173 0 73.63636348-8.18181826 106.36363564-28.63636347C937.45454519 348.36363653 941.54545478 336.09090869 941.54545479 327.90909131z","fixed-right":"M311.54545479 180.63636347v53.18181827l28.63636347 20.45454521 204.54545479 163.63636436 28.63636347 24.5454539 36.81818174-12.27272695c28.63636347-8.18181826 57.27272695-12.27272695 85.90909043-12.27272695 32.72727305 0 61.36363652 4.09090869 90 16.36363564 16.36363653 4.09090869 32.72727305 12.27272695 49.09090957 24.54545479l-163.63636347 163.63636347-40.90909132 40.90909131-12.27272695 12.27272695-163.63636347 163.63636348c-16.36363653-28.63636347-28.63636347-61.36363652-32.72727305-94.09090869-8.18181826-45-4.09090869-90 8.18181826-135l12.27272695-36.81818174-24.5454539-28.63636347-163.63636436-204.54545479-16.36363564-28.63636347h-32.72727305H184.72727305l126.81818174-130.90909132zM327.90909131 82.45454521c-8.18181826 0-16.36363653 4.09090869-24.54545478 8.18181826L94.72727305 303.36363652c-16.36363653 12.27272695-12.27272695 36.81818174 4.09090869 49.09090869 28.63636347 20.45454521 65.45454521 28.63636347 98.18181826 28.63636348h4.09090869l163.63636436 204.54545478c-36.81818174 110.45454521-16.36363653 233.18181826 61.36363564 327.27272784 8.18181826 8.18181826 16.36363653 12.27272695 24.54545478 12.27272695 8.18181826 0 16.36363653-4.09090869 24.54545479-8.18181826l196.36363653-196.36363653 212.72727216 212.72727305c4.09090869 4.09090869 12.27272695 8.18181826 20.4545461 8.18181827s16.36363653-4.09090869 20.45454521-8.18181827c12.27272695-12.27272695 12.27272695-32.72727305 0-45L716.54545479 671.54545479l196.36363652-196.36363653c12.27272695-12.27272695 12.27272695-36.81818174-4.09090957-49.09090957C847.45454521 372.90909131 773.81818174 348.36363653 696.09090869 348.36363653c-36.81818174 0-73.63636348 4.09090869-106.36363564 16.36363652l-204.54545479-163.63636436c0-36.81818174-8.18181826-73.63636348-28.63636347-106.36363564C348.36363653 86.54545479 336.09090869 82.45454521 327.90909131 82.45454521z",upload:"M160 832h704a32 32 0 1 1 0 64H160a32 32 0 1 1 0-64m384-578.304V704h-64V247.296L237.248 490.048 192 444.8 508.8 128l316.8 316.8-45.312 45.248z",download:"M160 832h704a32 32 0 1 1 0 64H160a32 32 0 1 1 0-64m384-253.696 236.288-236.352 45.248 45.248L508.8 704 192 387.2l45.248-45.248L480 584.704V128h64z",delete:"M160 256H96a32 32 0 0 1 0-64h256V95.936a32 32 0 0 1 32-32h256a32 32 0 0 1 32 32V192h256a32 32 0 1 1 0 64h-64v672a32 32 0 0 1-32 32H192a32 32 0 0 1-32-32zm448-64v-64H416v64zM224 896h576V256H224zm192-128a32 32 0 0 1-32-32V416a32 32 0 0 1 64 0v320a32 32 0 0 1-32 32m192 0a32 32 0 0 1-32-32V416a32 32 0 0 1 64 0v320a32 32 0 0 1-32 32",copy:"M128 320v576h576V320zm-32-64h640a32 32 0 0 1 32 32v640a32 32 0 0 1-32 32H96a32 32 0 0 1-32-32V288a32 32 0 0 1 32-32M960 96v704a32 32 0 0 1-32 32h-96v-64h64V128H384v64h-64V96a32 32 0 0 1 32-32h576a32 32 0 0 1 32 32M256 672h320v64H256zm0-192h320v64H256z"}).reduce((t,[i,l])=>{const o=`${i}Icon`,s={name:o,props:{path:{type:String,default:l},size:{type:[String,Number]},color:{type:String}},render(n){return e.h(de,this.$props)}};return s.install=n=>{n.component(o,s)},t[i]=s,t},{}),he=x.menu,ue=x.refresh,me=x.move;x["column-setting"];const pe=x.more,fe=x["fixed-left"],ge=x["fixed-right"],be=x.upload,ye=x.download,Ce=x.delete,X=x.copy,{t:A}=S(),ke=!1,xe=!0,Ve={name:"TmEllipsisText",components:{CopyIcon:X},props:{text:{type:String,required:!0},width:{type:[String,Number],default:"auto"},maxWidth:{type:[String,Number],default:"100%"},lines:{type:Number,default:1},showTooltip:{type:Boolean,default:!0},lineHeight:{type:[String,Number]},copyable:{type:Boolean,default:!1}},data(){return{isVue2:ke,isVue3:xe,isOverflow:!1,currentLines:1,resizeObserver:null}},computed:{tooltipDisabled(){return!this.showTooltip||!this.isOverflow},textStyle(){const t=typeof this.width=="number"?`${this.width}px`:this.width,i=typeof this.maxWidth=="number"?`${this.maxWidth}px`:this.maxWidth;return{width:t,maxWidth:i,lineHeight:this.lineHeight,display:"-webkit-inline-box",overflow:"hidden",WebkitBoxOrient:"vertical",WebkitLineClamp:this.lines}}},mounted(){this.checkOverflow(),this.setupResizeObserver()},beforeDestroy(){this.cleanupResizeObserver()},beforeUnmount(){this.cleanupResizeObserver()},watch:{text(){this.$nextTick(this.checkOverflow)}},methods:{checkOverflow(){this.$refs.textEl&&this.$nextTick(()=>{this.$nextTick(()=>{this.performOverflowCheck()})})},performOverflowCheck(){var d;const t=this.$refs.textEl;if(!t)return;const i=getComputedStyle(t);if(!i.width||i.width==="0px"){this.$nextTick(()=>{this.performOverflowCheck()});return}const l=t.scrollHeight,o=t.scrollWidth,s=t.clientHeight,n=t.clientWidth,r=1,h=l>s+r,c=o>n+r;if(h||c){this.isOverflow=!0;const m=parseFloat(i.lineHeight)||16;this.currentLines=Math.ceil(l/m)}else{const m=t.getBoundingClientRect(),C=(d=t.parentElement)==null?void 0:d.getBoundingClientRect();if(C){const k=m.height>C.height||m.width>C.width;this.isOverflow=k}else this.isOverflow=!1;this.currentLines=1}},setupResizeObserver(){window.ResizeObserver&&this.$nextTick(()=>{try{this.resizeObserver=new ResizeObserver(()=>{this.checkOverflow()});const t=this.$el;t&&t instanceof Element&&this.resizeObserver.observe(t)}catch(t){console.warn("Failed to setup ResizeObserver:",t)}})},cleanupResizeObserver(){if(this.resizeObserver)try{this.resizeObserver.disconnect()}catch(t){console.warn("Failed to disconnect ResizeObserver:",t)}finally{this.resizeObserver=null}},handleCopy(){navigator.clipboard&&window.isSecureContext?navigator.clipboard.writeText(this.text).then(()=>{this.$message.success(A("copySuccess"))}).catch(()=>{this.fallbackCopy()}):this.fallbackCopy()},fallbackCopy(){const t=document.createElement("textarea");t.value=this.text,t.style.position="fixed",t.style.left="-999999px",t.style.top="-999999px",document.body.appendChild(t),t.focus(),t.select();try{document.execCommand("copy"),this.$message.success(A("copySuccess"))}catch{this.$message.error(A("copyFailed"))}document.body.removeChild(t)}}},Se={class:"ellipsis-text-container"};function _e(t,i,l,o,s,n){const r=e.resolveComponent("CopyIcon"),h=e.resolveComponent("el-tooltip");return e.openBlock(),e.createBlock(h,e.mergeProps({disabled:n.tooltipDisabled,content:l.text,effect:"dark",placement:"top"},{[s.isVue2?"open-delay":"show-after"]:300}),{default:e.withCtx(()=>[e.createElementVNode("div",Se,[e.createElementVNode("div",{ref:"textEl",class:"ellipsis-text",style:e.normalizeStyle(n.textStyle)},e.toDisplayString(l.text),5),e.createElementVNode("div",{class:e.normalizeClass(["toolbar",{multiline:s.currentLines>1&&l.lines>1}])},[l.copyable?(e.openBlock(),e.createBlock(r,{key:0,class:"icon-item",onClick:n.handleCopy},null,8,["onClick"])):e.createCommentVNode("",!0)],2)])]),_:1},16,["disabled","content"])}const w=g(Ve,[["render",_e],["__scopeId","data-v-0979131f"]]),Te=!1,we=!0,ze={name:"TmAdvancedInputFilter",components:{MoreIcon:pe,EllipsisText:w},props:{label:{type:String,default:""},value:{type:String,default:""},field:{type:[String,Number],default:""},placeholder:{type:String,default:""},multiple:{type:Boolean,default:!1},labelOptions:{type:Array,default:()=>[]}},data(){return{t:S().t,isVue3:we,isVue2:Te,getDefaultSize:V,getCompatSize:F,exactValue:"",inputValue:"",isExactMode:!1,currentOptionMultiple:!1}},computed:{width(){return this.labelOptions&&this.labelOptions.length||this.label?"305px":"200px"},fieldValue:{get(){return this.field},set(t){this.$emit("field-change",t)}},shouldShowMultiple(){return this.currentOptionMultiple!==null?this.currentOptionMultiple:this.multiple},selectedOption(){return!this.labelOptions||!this.labelOptions.length||!this.field?null:this.labelOptions.find(t=>t.value===this.field)}},watch:{labelOptions:{handler(t){t&&t.length>0&&(this.field||this.$emit("field-change",t[0].value),this.updateCurrentOptionMultiple())},deep:!0,immediate:!0},field:{handler(){this.updateCurrentOptionMultiple()},immediate:!0},isExactMode(t){t?this.$emit("value-change",this.exactValue):this.$emit("value-change",this.inputValue)},exactValue(t){this.$emit("value-change",t)},inputValue(t){this.$emit("value-change",t)},value:{handler(t){this.isExactMode?this.exactValue=t:this.inputValue=t},immediate:!0}},methods:{handlePopoverClose(){document.activeElement&&document.activeElement.blur(),this.isExactMode=!1},handleVisibleChange(t){this.isExactMode=t},handlefieldChange(t){this.$emit("field-change",t),this.updateCurrentOptionMultiple()},updateCurrentOptionMultiple(){const t=this.selectedOption;t&&"multiple"in t?this.currentOptionMultiple=t.multiple:this.currentOptionMultiple=this.multiple},handleExactSearch(){this.$emit("value-change",this.exactValue),this.$emit("search",this.exactValue)},handleClear(){this.exactValue="",this.$emit("value-change","")},handleEnter(){this.$emit("search")}},created(){this.updateCurrentOptionMultiple()}},Be={key:1,class:"input-label"},Fe={class:"popover-content"},Le={class:"popover-subtitle"},Ee={class:"popover-footer"};function De(t,i,l,o,s,n){const r=e.resolveComponent("el-option"),h=e.resolveComponent("el-select"),c=e.resolveComponent("EllipsisText"),d=e.resolveComponent("el-input"),m=e.resolveComponent("el-button"),C=e.resolveComponent("MoreIcon"),k=e.resolveComponent("el-popover");return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["tm-advanced-input",`tm-advanced-input--${s.isVue3?"v3":"v2"}`]),style:e.normalizeStyle({width:n.width})},[l.labelOptions&&l.labelOptions.length?(e.openBlock(),e.createBlock(h,{key:0,modelValue:n.fieldValue,"onUpdate:modelValue":i[0]||(i[0]=y=>n.fieldValue=y),placeholder:s.t("selectPlaceholder"),style:{width:"100px","flex-shrink":"0"},size:s.getDefaultSize(),class:"left-select",onChange:n.handlefieldChange},{default:e.withCtx(()=>[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(l.labelOptions,y=>(e.openBlock(),e.createBlock(r,{key:y.value,label:y.label,value:y.value},null,8,["label","value"]))),128))]),_:1},8,["modelValue","placeholder","size","onChange"])):l.label?(e.openBlock(),e.createElementBlock("div",Be,[e.createVNode(c,{text:l.label,lines:2},null,8,["text"])])):e.createCommentVNode("",!0),e.createVNode(d,{modelValue:s.inputValue,"onUpdate:modelValue":i[2]||(i[2]=y=>s.inputValue=y),size:s.getDefaultSize(),placeholder:l.placeholder,onKeyup:e.withKeys(n.handleEnter,["enter","native"]),clearable:"",class:e.normalizeClass(["right-input",{"has-label":l.labelOptions&&l.labelOptions.length}])},{default:e.withCtx(()=>[n.shouldShowMultiple?(e.openBlock(),e.createBlock(k,e.mergeProps({key:0,slot:"append"},{[s.isVue3?"visible":"value"]:s.isExactMode,placement:"bottom-end",width:260,trigger:"click"},e.toHandlers({[s.isVue3?"update:visible":"input"]:n.handleVisibleChange})),{reference:e.withCtx(()=>[e.createVNode(C,{style:{cursor:"pointer"}})]),default:e.withCtx(()=>[e.createElementVNode("div",Fe,[e.createElementVNode("p",Le,e.toDisplayString(s.t("accurateSearchTips")),1),e.createVNode(d,{size:s.getDefaultSize(),type:"textarea",rows:8,modelValue:s.exactValue,"onUpdate:modelValue":i[1]||(i[1]=y=>s.exactValue=y),placeholder:s.t("accurateSearchPlaceholder"),style:{"font-size":"12px"}},null,8,["size","modelValue","placeholder"]),e.createElementVNode("div",Ee,[e.createVNode(m,{style:{float:"left"},size:s.getCompatSize("mini"),onClick:n.handleClear},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(s.t("clear")),1)]),_:1},8,["size","onClick"]),e.createVNode(m,{size:s.getCompatSize("mini"),onClick:n.handlePopoverClose},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(s.t("cancel")),1)]),_:1},8,["size","onClick"]),e.createVNode(m,{type:"primary",size:s.getCompatSize("mini"),onClick:n.handleExactSearch},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(s.t("search")),1)]),_:1},8,["size","onClick"])])])]),_:1},16)):e.createCommentVNode("",!0)]),_:1},8,["modelValue","size","placeholder","onKeyup","class"])],6)}const R=g(ze,[["render",De],["__scopeId","data-v-6b474dac"]]),{t:b}=S(),Oe=!1,Ne=!0,Me="modelValue",He={name:"TmAdvancedDateFilter",components:{EllipsisText:w},props:{value:{type:[Array,String,Date],default:()=>null},field:{type:[String,Number],default:""},start:{type:[String,Number],default:""},end:{type:[String,Number],default:""},size:{type:String,default:"mini"},labelOptions:{type:Array,default:()=>[]},label:{type:String,default:""},type:{type:String,default:"daterange",validator:t=>["date","daterange","datetime","datetimerange","year","month","dates","months","years","week","monthrange"].includes(t)},format:{type:String,default:""},startPlaceholder:{type:String,default:void 0},endPlaceholder:{type:String,default:void 0},placeholder:{type:String,default:void 0},rangeSeparator:{type:String,default:"-"},disabled:{type:Boolean,default:!1},clearable:{type:Boolean,default:!0},readonly:{type:Boolean,default:!1},editable:{type:Boolean,default:!0},align:{type:String,default:"left"},popperClass:{type:String,default:""},defaultValue:{type:[Date,Array],default:null},defaultTime:{type:[Date,String,Array],default:null},shortcuts:{type:Array,default:()=>[]},pastOnly:{type:Boolean,default:!1}},computed:{isRangeType(){return["daterange","datetimerange","monthrange"].includes(this.type)},computedStartPlaceholder(){if(this.isRangeType)return this.startPlaceholder!==void 0?this.startPlaceholder:b("startDate")},computedEndPlaceholder(){if(this.isRangeType)return this.endPlaceholder!==void 0?this.endPlaceholder:b("endDate")},computedDatePickerStyle(){const t=this.labelOptions&&this.labelOptions.length>0,i=this.label&&!this.isRangeType&&(!this.labelOptions||this.labelOptions.length===0);return t?"width: 206px":i?"width: 200px":"width: 306px"},computedFormat(){const t="YYYY",i="DD";return this.format?this.format:this.type==="year"?t:this.type==="month"?`${t}-MM`:this.type==="date"?`${t}-MM-${i}`:this.type==="dates"?`${t}-MM-${i}`:this.type==="months"?`${t}-MM`:this.type==="years"?t:this.type==="week"?`${t}-MM-WW`:this.type==="datetime"?`${t}-MM-${i} HH:mm:ss`:this.type==="datetimerange"?`${t}-MM-${i} HH:mm:ss`:this.type==="daterange"?`${t}-MM-${i}`:this.type==="monthrange"?`${t}-MM`:""},computedPickerOptions(){const t={};if(this.pastOnly&&(t.disabledDate=i=>i.getTime()>Date.now()),["daterange","datetimerange"].includes(this.type)){const i=this.type==="datetimerange";t.shortcuts=this.shortcuts.length>0?this.shortcuts:[{text:b("today"),onClick(l){const o=new Date,s=new Date;i&&(s.setHours(0,0,0,0),o.setHours(23,59,59,999)),l.$emit("pick",[s,o])}},{text:b("yesterday"),onClick(l){const o=new Date,s=new Date;s.setTime(s.getTime()-3600*1e3*24),o.setTime(o.getTime()-3600*1e3*24),i&&(s.setHours(0,0,0,0),o.setHours(23,59,59,999)),l.$emit("pick",[s,o])}},{text:b("last7days"),onClick(l){const o=new Date,s=new Date;s.setTime(s.getTime()-3600*1e3*24*7),i&&(s.setHours(0,0,0,0),o.setHours(23,59,59,999)),l.$emit("pick",[s,o])}},{text:b("last30days"),onClick(l){const o=new Date,s=new Date;s.setTime(s.getTime()-3600*1e3*24*30),i&&(s.setHours(0,0,0,0),o.setHours(23,59,59,999)),l.$emit("pick",[s,o])}},{text:b("thisMonth"),onClick(l){const o=new Date,s=new Date;s.setDate(1),i&&(s.setHours(0,0,0,0),o.setHours(23,59,59,999)),l.$emit("pick",[s,o])}},{text:b("lastMonth"),onClick(l){const o=new Date,s=new Date;s.setMonth(s.getMonth()-1),s.setDate(1),o.setDate(0),i&&(s.setHours(0,0,0,0),o.setHours(23,59,59,999)),l.$emit("pick",[s,o])}}]}return t},computedShortcuts(){if(!["daterange","datetimerange"].includes(this.type))return[];if(this.shortcuts&&this.shortcuts.length>0)return this.shortcuts;const t=this.type==="datetimerange";return[{text:b("today"),value:()=>{const i=new Date,l=new Date;return t&&(l.setHours(0,0,0,0),i.setHours(23,59,59,999)),[l,i]}},{text:b("yesterday"),value:()=>{const i=new Date,l=new Date;return l.setTime(l.getTime()-3600*1e3*24),i.setTime(i.getTime()-3600*1e3*24),t&&(l.setHours(0,0,0,0),i.setHours(23,59,59,999)),[l,i]}},{text:b("last7days"),value:()=>{const i=new Date,l=new Date;return l.setTime(l.getTime()-3600*1e3*24*7),t&&(l.setHours(0,0,0,0),i.setHours(23,59,59,999)),[l,i]}},{text:b("last30days"),value:()=>{const i=new Date,l=new Date;return l.setTime(l.getTime()-3600*1e3*24*30),t&&(l.setHours(0,0,0,0),i.setHours(23,59,59,999)),[l,i]}},{text:b("thisMonth"),value:()=>{const i=new Date,l=new Date;return l.setDate(1),t&&(l.setHours(0,0,0,0),i.setHours(23,59,59,999)),[l,i]}},{text:b("lastMonth"),value:()=>{const i=new Date,l=new Date;return l.setMonth(l.getMonth()-1),l.setDate(1),i.setDate(0),t&&(l.setHours(0,0,0,0),i.setHours(23,59,59,999)),[l,i]}}]},computedDisabledDate(){return this.pastOnly?t=>t.getTime()>Date.now():null},computedDefaultTime(){let t=this.defaultTime;if(this.type==="datetimerange"&&!this.defaultTime&&(t=["00:00:00","23:59:59"]),this.isVue2)return t;if(t){if(this.type==="datetimerange"&&Array.isArray(t))return t.map(i=>{if(typeof i=="string"){const l=new Date,[o,s,n]=i.split(":").map(Number);return new Date(l.getFullYear(),l.getMonth(),l.getDate(),o,s,n||0)}return i});if(this.type==="datetime"&&typeof t=="string"){const i=new Date,[l,o,s]=t.split(":").map(Number);return new Date(i.getFullYear(),i.getMonth(),i.getDate(),l,o,s||0)}return t}},dateValue(){return this.isRangeType?this.start||this.end?[this.start,this.end]:this.value:this.value},fieldValue:{get(){return this.field},set(t){this.$emit("field-change",t)}}},data(){return{t:b,isVue2:Oe,isVue3:Ne,getDefaultSize:V,valueField:Me}},methods:{handleDateChange(t){this.isRangeType?(this.$emit("value-change",t),t&&Array.isArray(t)&&t.length===2?(this.$emit("start-change",t),this.$emit("end-change",t)):(this.$emit("start-change",[]),this.$emit("end-change",[]))):this.$emit("value-change",t)},handleBlur(t){this.$emit("blur",t)},handleFocus(t){this.$emit("focus",t)}},watch:{labelOptions:{handler(t){t&&t.length>0&&!this.field&&this.$emit("field-change",t[0].value)},deep:!0,immediate:!0}}},Ae={key:1,class:"date-label"};function Re(t,i,l,o,s,n){const r=e.resolveComponent("el-option"),h=e.resolveComponent("el-select"),c=e.resolveComponent("EllipsisText"),d=e.resolveComponent("el-date-picker");return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["tm-date-picker",[`tm-date-picker--${s.isVue3?"v3":"v2"}`,{"has-select":l.labelOptions&&l.labelOptions.length>0,"has-label":l.label&&!n.isRangeType&&(!l.labelOptions||l.labelOptions.length===0)}]])},[l.labelOptions&&l.labelOptions.length>0?(e.openBlock(),e.createBlock(h,{key:0,modelValue:n.fieldValue,"onUpdate:modelValue":i[0]||(i[0]=m=>n.fieldValue=m),size:s.getDefaultSize(),style:{width:"100px"}},{default:e.withCtx(()=>[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(l.labelOptions,m=>(e.openBlock(),e.createBlock(r,{key:m.value,label:m.label,value:m.value},null,8,["label","value"]))),128))]),_:1},8,["modelValue","size"])):l.label?(e.openBlock(),e.createElementBlock("div",Ae,[e.createVNode(c,{text:l.label,lines:2},null,8,["text"])])):e.createCommentVNode("",!0),s.isVue2?(e.openBlock(),e.createBlock(d,{key:2,value:n.dateValue,type:l.type,size:s.getDefaultSize(),"range-separator":l.rangeSeparator,"start-placeholder":n.computedStartPlaceholder,"end-placeholder":n.computedEndPlaceholder,placeholder:l.placeholder,"picker-options":n.computedPickerOptions,style:e.normalizeStyle(n.computedDatePickerStyle),format:n.computedFormat,"value-format":n.computedFormat,disabled:l.disabled,clearable:l.clearable,readonly:l.readonly,editable:l.editable,align:l.align,"popper-class":l.popperClass,"default-value":l.defaultValue,"default-time":n.computedDefaultTime,onInput:n.handleDateChange,onChange:n.handleDateChange,onBlur:n.handleBlur,onFocus:n.handleFocus},null,8,["value","type","size","range-separator","start-placeholder","end-placeholder","placeholder","picker-options","style","format","value-format","disabled","clearable","readonly","editable","align","popper-class","default-value","default-time","onInput","onChange","onBlur","onFocus"])):(e.openBlock(),e.createBlock(d,{key:3,"model-value":n.dateValue,type:l.type,size:s.getDefaultSize(),"range-separator":l.rangeSeparator,"start-placeholder":n.computedStartPlaceholder,"end-placeholder":n.computedEndPlaceholder,placeholder:l.placeholder,shortcuts:n.computedShortcuts,"disabled-date":n.computedDisabledDate,style:e.normalizeStyle(n.computedDatePickerStyle),format:n.computedFormat,"value-format":n.computedFormat,disabled:l.disabled,clearable:l.clearable,readonly:l.readonly,editable:l.editable,teleported:!1,"popper-class":l.popperClass,"default-value":l.defaultValue,"default-time":n.computedDefaultTime,"onUpdate:modelValue":n.handleDateChange,onChange:n.handleDateChange,onBlur:n.handleBlur,onFocus:n.handleFocus},null,8,["model-value","type","size","range-separator","start-placeholder","end-placeholder","placeholder","shortcuts","disabled-date","style","format","value-format","disabled","clearable","readonly","editable","popper-class","default-value","default-time","onUpdate:modelValue","onChange","onBlur","onFocus"]))],2)}const P=g(He,[["render",Re],["__scopeId","data-v-7d46d46b"]]),Pe=!1,Ie={name:"TmCascaderFilter",props:{value:{type:[String,Number,Array],default:""},options:{type:[Array,Function],default:()=>[]},props:{type:Object,default:()=>({label:"label",value:"value",children:"children",expandTrigger:"hover"})},filterable:{type:Boolean,default:!0},clearable:{type:Boolean,default:!0},collapseTags:{type:Boolean,default:!0},collapseTagsTooltip:{type:Boolean,default:!0},placeholder:{type:String,default:""}},data(){return{isVue2:Pe,getDefaultSize:V,selectedValue:this.value,optionsList:[],loading:!1}},computed:{propMap(){return{label:this.props.label||"label",value:this.props.value||"value",children:this.props.children||"children"}},cascaderProps(){return{...this.props,expandTrigger:this.props.expandTrigger||"hover"}}},watch:{value:{immediate:!0,handler(t){this.selectedValue=t}},options:{immediate:!0,handler(t){this.initOptions(t)}},selectedValue(t){this.$emit("input",t),this.$emit("change",t)}},methods:{async initOptions(t){if(typeof t=="function")try{this.loading=!0;const i=await t();Array.isArray(i)&&(this.optionsList=i)}catch(i){console.error(i)}finally{this.loading=!1}else Array.isArray(t)&&(this.optionsList=t)}}};function ve(t,i,l,o,s,n){const r=e.resolveComponent("el-cascader");return e.openBlock(),e.createBlock(r,e.mergeProps({ref:"cascader",class:["tm-cascader",`tm-cascader--${s.isVue2?"v2":"v3"}`],modelValue:s.selectedValue,"onUpdate:modelValue":i[0]||(i[0]=h=>s.selectedValue=h),style:{width:"200px"}},{...t.$attrs,size:s.getDefaultSize(),filterable:l.filterable,clearable:l.clearable,collapseTags:l.collapseTags,collapseTagsTooltip:l.collapseTagsTooltip,props:n.cascaderProps,placeholder:l.placeholder,options:s.optionsList,loading:s.loading},e.toHandlers(s.isVue2?t.$listeners:{})),{default:e.withCtx(({node:h,data:c})=>[e.renderSlot(t.$slots,"default",{node:h,data:c},()=>[e.createElementVNode("span",null,e.toDisplayString(c[n.propMap.label]),1)])]),_:3},16,["class","modelValue"])}const I=g(Ie,[["render",ve]]),We=!1,Ue=!0,je={name:"TmRadioFilter",props:{value:{type:[String,Number],default:""},options:{type:[Array,Function],default:()=>[]},props:{type:Object,default:()=>({label:"label",value:"value"})},size:{type:String,default:"mini"},width:{type:[String,Number],default:200}},data(){return{isVue2:We,isVue3:Ue,getDefaultSize:V,selectedValue:this.value,optionsList:[],loading:!1}},computed:{propMap(){return{label:this.props.label||"label",value:this.props.value||"value"}},hasWideOptions(){return this.optionsList.length>4},calculateItemWidth(){if(!this.optionsList.length)return{};const i=`${(this.hasWideOptions?305:200)/this.optionsList.length}px`;return{width:i,flex:`0 0 ${i}`}}},watch:{value:{immediate:!0,handler(t){this.selectedValue=t}},options:{immediate:!0,handler(t){this.$slots.default||this.initOptions(t)}},selectedValue(t){this.$emit("input",t),this.$emit("change",t)}},methods:{async initOptions(t){if(typeof t=="function")try{this.loading=!0;const i=await t();Array.isArray(i)&&(this.optionsList=i)}catch(i){console.error(i)}finally{this.loading=!1}else Array.isArray(t)&&(this.optionsList=t)}}};function Je(t,i,l,o,s,n){const r=e.resolveComponent("el-radio-button"),h=e.resolveComponent("el-radio-group");return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["tm-radio",{"wide-mode":n.hasWideOptions,"tm-radio--v3":s.isVue3,"tm-radio--v2":s.isVue2}])},[e.createVNode(h,e.mergeProps({ref:"radioGroup",modelValue:s.selectedValue,"onUpdate:modelValue":i[0]||(i[0]=c=>s.selectedValue=c)},{...t.$attrs,size:s.getDefaultSize()},e.toHandlers(s.isVue2?t.$listeners:{})),{default:e.withCtx(()=>[t.$slots.default?e.renderSlot(t.$slots,"default",{key:0},void 0,!0):(e.openBlock(!0),e.createElementBlock(e.Fragment,{key:1},e.renderList(s.optionsList,c=>(e.openBlock(),e.createBlock(r,e.mergeProps({ref_for:!0},{[s.isVue3?"value":"label"]:c[n.propMap.value],disabled:c.disabled,style:n.calculateItemWidth},{key:c[n.propMap.value]}),{default:e.withCtx(()=>[e.renderSlot(t.$slots,"option",{item:c},()=>[e.createTextVNode(e.toDisplayString(c[n.propMap.label]),1)],!0)]),_:2},1040))),128))]),_:3},16,["modelValue"])],2)}const v=g(je,[["render",Je],["__scopeId","data-v-61fed13d"]]),Ke=!1,Qe=!0,qe={name:"TmCheckboxFilter",props:{value:{type:Array,default:()=>[]},options:{type:[Array,Function],default:()=>[]},props:{type:Object,default:()=>({label:"label",value:"value"})},size:{type:String,default:"mini"},width:{type:[String,Number],default:200}},data(){return{isVue2:Ke,isVue3:Qe,getDefaultSize:V,selectedValue:this.value||[],optionsList:[],loading:!1}},computed:{propMap(){return{label:this.props.label||"label",value:this.props.value||"value"}},hasWideOptions(){return this.optionsList.length>4},calculateItemWidth(){if(!this.optionsList.length)return{};const t=Math.ceil(this.optionsList.length/(this.hasWideOptions?6:4)),i=Math.ceil(this.optionsList.length/t),o=`${(this.hasWideOptions?305:200)/i}px`;return{width:o,flex:`0 0 ${o}`}}},watch:{value:{immediate:!0,handler(t){this.selectedValue=t||[]}},options:{immediate:!0,handler(t){this.$slots.default||this.initOptions(t)}},selectedValue(t){this.$emit("input",t),this.$emit("change",t)}},methods:{async initOptions(t){if(typeof t=="function")try{this.loading=!0;const i=await t();Array.isArray(i)&&(this.optionsList=i)}catch(i){console.error(i)}finally{this.loading=!1}else Array.isArray(t)&&(this.optionsList=t)}}};function Ye(t,i,l,o,s,n){const r=e.resolveComponent("el-checkbox-button"),h=e.resolveComponent("el-checkbox-group");return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["tm-checkbox",{"wide-mode":n.hasWideOptions,"tm-checkbox--v3":s.isVue3,"tm-checkbox--v2":s.isVue2}])},[e.createVNode(h,e.mergeProps({ref:"checkboxGroup",modelValue:s.selectedValue,"onUpdate:modelValue":i[0]||(i[0]=c=>s.selectedValue=c)},{...t.$attrs,size:s.getDefaultSize()},e.toHandlers(s.isVue2?t.$listeners:{})),{default:e.withCtx(()=>[t.$slots.default?e.renderSlot(t.$slots,"default",{key:0},void 0,!0):(e.openBlock(!0),e.createElementBlock(e.Fragment,{key:1},e.renderList(s.optionsList,c=>(e.openBlock(),e.createBlock(r,e.mergeProps({key:c[n.propMap.value]},{ref_for:!0},{[s.isVue3?"value":"label"]:c[n.propMap.value],disabled:c.disabled,style:n.calculateItemWidth}),{default:e.withCtx(()=>[e.renderSlot(t.$slots,"option",{item:c},()=>[e.createTextVNode(e.toDisplayString(c[n.propMap.label]),1)],!0)]),_:2},1040))),128))]),_:3},16,["modelValue"])],2)}const W=g(qe,[["render",Ye],["__scopeId","data-v-b44866b1"]]),Ge=!1,Xe={name:"TmSwitchFilter",props:{value:{type:Boolean,default:!1},label:{type:String,default:""}},data(){return{isVue2:Ge,getDefaultSize:V,switchValue:this.value}},computed:{containerWidthClass(){const t=n=>{if(!n)return 0;let r=0;for(let h=0;h<n.length;h++){const c=n.charAt(h);r+=/[\u4e00-\u9fa5]/.test(c)?2:1}return r},i=t(this.$attrs["active-text"]),l=t(this.$attrs["inactive-text"]),o=t(this.$attrs.label),s=i+l+o;return s>20?"wide-container":s>6?"medium-container":"narrow-container"}},watch:{value:{immediate:!0,handler(t){this.switchValue=t}},switchValue(t){this.$emit("input",t),this.$emit("change",t)}}},Ze={key:0,class:"switch-label"};function $e(t,i,l,o,s,n){const r=e.resolveComponent("el-switch");return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["tm-switch",n.containerWidthClass])},[l.label?(e.openBlock(),e.createElementBlock("span",Ze,e.toDisplayString(l.label),1)):e.createCommentVNode("",!0),e.createVNode(r,e.mergeProps({ref:"switch",modelValue:s.switchValue,"onUpdate:modelValue":i[0]||(i[0]=h=>s.switchValue=h)},t.$attrs,e.toHandlers(s.isVue2?t.$listeners:{}),{size:s.getDefaultSize()}),null,16,["modelValue","size"])],2)}const U=g(Xe,[["render",$e],["__scopeId","data-v-9e7a342f"]]),et={name:"DynamicSlot",functional:!0,props:{name:{type:String,required:!0},slotProps:{type:Object,default:()=>({})}},render(t,i){const{props:l,parent:o}=i;let s=o.$scopedSlots[l.name];if(!s){let n=o.$parent;for(;n&&!s;){if(n.$options.name==="TmTable"){s=n.$scopedSlots[l.name];break}n=n.$parent}}return s?s(l.slotProps):t()}},{t:tt}=S(),lt=!1,it=!0,st=["date","daterange","datetime","datetimerange","year","month","dates","months","years","week","monthrange"],nt={name:"TmTableSearch",components:{TmSelect:H,TmAdvancedInput:R,TmAdvancedDate:P,TmCascader:I,TmRadio:v,TmCheckbox:W,TmSwitch:U,DynamicSlot:et},props:{disabled:{type:Boolean,default:!1},searchColumns:{type:Array,default:null},searchForm:{type:Object,default:()=>({})}},data(){return{t:tt,isVue2:lt,isVue3:it,getCompatSize:F,getDefaultSize:V,DATE_TYPES:st,defaultValues:{}}},computed:{computedSearchForm:{get(){return this.searchForm},set(t){this.$emit("update:search-form",t)}}},mounted(){this.initDefaultValues()},methods:{isDateType(t){return this.DATE_TYPES.includes(t)},hasDefaultSlot(){const t=this.$slots.default;return this.isVue2?!!t:t()[0].children.length>0},handleUpdate(t,i,l){const o=this.getFieldValue(t,l);o&&this.$emit("update:search-form",{...this.computedSearchForm,[o]:i})},handleUpdateDate(t,i){const l=i||[],o=this.getFieldValue(t,"start"),s=this.getFieldValue(t,"end"),n=this.getFieldValue(t,"value"),r={};o&&(r[o]=l[0]),s&&(r[s]=l[1]),n&&(r[n]=l),this.$emit("update:search-form",{...this.computedSearchForm,...r})},getFieldValue(t,i){if(typeof t=="string")return t;if(t.fields&&i in t.fields){const l=t.fields[i];if(typeof l=="string")return l;if(Array.isArray(l))return l[0];if(l&&typeof l=="object")return l.name}},getFieldDefault(t,i){if(t.fields&&i in t.fields){const l=t.fields[i];if(Array.isArray(l)&&l.length>1)return l[1];if(l&&typeof l=="object"&&"default"in l)return l.default}},hasSearchSlot(t){const i="$slots";if(this[i][t])return!0;let o=this.$parent;const s=o[i];for(;o;){if(o.$options.name==="TmTable"&&s[t])return!0;o=o.$parent}return!1},initDefaultValues(){if(!this.searchColumns||!this.searchColumns.length)return;const t={};this.searchColumns.forEach(i=>{if(typeof i=="string"||!i.fields)return;const l=this.getFieldValue(i,"value"),o=this.getFieldValue(i,"label");if(i.type==="input"&&i.labelOptions&&i.labelOptions.length>0){const n=i.labelOptions[0];if(o)if(o in this.computedSearchForm)t[o]=this.computedSearchForm[o];else{const r=this.getFieldDefault(i,"label");r!==void 0?t[o]=r:n&&n.value!==void 0&&(t[o]=n.value)}l&&!(l in this.computedSearchForm)&&(t[l]="")}else if(this.isDateType(i.type)&&i.labelOptions&&i.labelOptions.length>0){const n=i.labelOptions[0];if(l&&!(l in this.computedSearchForm)&&(t[l]=[]),o)if(o in this.computedSearchForm)t[o]=this.computedSearchForm[o];else{const r=this.getFieldDefault(i,"label");r!==void 0?t[o]=r:n&&n.value!==void 0&&(t[o]=n.value)}}else if(i.type==="select"&&i.labelOptions&&i.labelOptions.length>0){const n=i.labelOptions[0];if(l&&!(l in this.computedSearchForm)&&(t[l]=i.multiple?[]:""),o)if(o in this.computedSearchForm)t[o]=this.computedSearchForm[o];else{const r=this.getFieldDefault(i,"label");r!==void 0?t[o]=r:n&&n.value!==void 0&&(t[o]=n.value)}}const s=this.getFieldDefault(i,"value");if(l&&s!==void 0&&!(l in this.computedSearchForm)?this.isDateType(i.type)&&!Array.isArray(s)?t[l]=[]:i.type==="checkbox"&&!Array.isArray(s)?t[l]=s?[s]:[]:i.type==="switch"&&typeof s!="boolean"?t[l]=!!s:t[l]=s:l&&!(l in this.computedSearchForm)&&(i.type==="checkbox"?t[l]=[]:i.type==="switch"&&(t[l]=!1)),this.isDateType(i.type)){const n=this.getFieldValue(i,"start"),r=this.getFieldValue(i,"end"),h=this.getFieldDefault(i,"start"),c=this.getFieldDefault(i,"end");n&&h!==void 0&&!(n in this.computedSearchForm)&&(t[n]=h),r&&c!==void 0&&!(r in this.computedSearchForm)&&(t[r]=c)}}),this.defaultValues=t,this.$emit("update:search-form",{...t,...this.computedSearchForm})},getSearchForm(){return this.computedSearchForm},handleSearch(){setTimeout(()=>{this.$emit("search",this.computedSearchForm)})},handleReset(){this.$emit("update:search-form",{...this.defaultValues}),this.$emit("reset")}}},ot={class:"search-content"},at={class:"search-actions"};function rt(t,i,l,o,s,n){const r=e.resolveComponent("dynamic-slot"),h=e.resolveComponent("tm-advanced-input"),c=e.resolveComponent("tm-advanced-date"),d=e.resolveComponent("tm-select"),m=e.resolveComponent("tm-cascader"),C=e.resolveComponent("tm-radio"),k=e.resolveComponent("tm-checkbox"),y=e.resolveComponent("tm-switch"),z=e.resolveComponent("el-button");return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["table-search",`table-search--${s.isVue2?"v2":"v3"}`])},[e.createElementVNode("div",ot,[n.hasDefaultSlot()?e.renderSlot(t.$slots,"default",{key:0},void 0,!0):l.searchColumns&&l.searchColumns.length?(e.openBlock(!0),e.createElementBlock(e.Fragment,{key:1},e.renderList(l.searchColumns,(a,_)=>(e.openBlock(),e.createElementBlock(e.Fragment,null,[typeof a=="string"?(e.openBlock(),e.createElementBlock("div",{key:`str-${a}-${_}`,class:"search-item"},[(e.openBlock(),e.createBlock(r,{name:`search-${a}`,"slot-props":{searchForm:l.searchForm},key:a},null,8,["name","slot-props"]))])):(e.openBlock(),e.createElementBlock("div",{key:`obj-${_}`,class:"search-item"},[a.fields?(e.openBlock(),e.createElementBlock(e.Fragment,{key:0},[n.hasSearchSlot(`search-${n.getFieldValue(a,"value")}`)?(e.openBlock(),e.createBlock(r,{name:`search-${n.getFieldValue(a,"value")}`,"slot-props":{searchForm:l.searchForm,col:a},key:n.getFieldValue(a,"value")},null,8,["name","slot-props"])):(e.openBlock(),e.createElementBlock("div",{style:{display:"flex"},key:n.getFieldValue(a,"value")||`col-${_}`},[a.type==="input"?(e.openBlock(),e.createBlock(h,{key:0,label:a.label,value:n.computedSearchForm[n.getFieldValue(a,"value")],field:n.computedSearchForm[n.getFieldValue(a,"label")],onValueChange:p=>n.handleUpdate(a,p,"value"),onFieldChange:p=>n.handleUpdate(a,p,"label"),multiple:a.multiple,labelOptions:a.labelOptions,placeholder:a.placeholder,onSearch:n.handleSearch},null,8,["label","value","field","onValueChange","onFieldChange","multiple","labelOptions","placeholder","onSearch"])):e.createCommentVNode("",!0),n.isDateType(a.type)?(e.openBlock(),e.createBlock(c,{key:1,type:a.type,label:a.label,value:n.computedSearchForm[n.getFieldValue(a,"value")],field:n.computedSearchForm[n.getFieldValue(a,"label")],start:n.computedSearchForm[n.getFieldValue(a,"start")],end:n.computedSearchForm[n.getFieldValue(a,"end")],onFieldChange:p=>n.handleUpdate(a,p,"label"),onValueChange:p=>n.handleUpdateDate(a,p),onStartChange:p=>n.handleUpdateDate(a,p),onEndChange:p=>n.handleUpdateDate(a,p),labelOptions:a.labelOptions,"start-placeholder":a.startPlaceholder,"end-placeholder":a.endPlaceholder,placeholder:a.placeholder,"range-separator":a.rangeSeparator,disabled:a.disabled,clearable:a.clearable,readonly:a.readonly,editable:a.editable,align:a.align,"popper-class":a.popperClass,"default-value":a.defaultValue,"default-time":a.defaultTime,shortcuts:a.shortcuts,"past-only":a.pastOnly,format:a.format},null,8,["type","label","value","field","start","end","onFieldChange","onValueChange","onStartChange","onEndChange","labelOptions","start-placeholder","end-placeholder","placeholder","range-separator","disabled","clearable","readonly","editable","align","popper-class","default-value","default-time","shortcuts","past-only","format"])):e.createCommentVNode("",!0),a.type==="select"?(e.openBlock(),e.createBlock(d,{key:2,label:a.label,modelValue:n.computedSearchForm[n.getFieldValue(a,"value")],"onUpdate:modelValue":p=>n.computedSearchForm[n.getFieldValue(a,"value")]=p,field:n.computedSearchForm[n.getFieldValue(a,"label")],options:a.options,labelOptions:a.labelOptions,placeholder:a.placeholder,multiple:a.multiple,"show-check-all":a.checkAll,onFieldChange:p=>n.handleUpdate(a,p,"label")},null,8,["label","modelValue","onUpdate:modelValue","field","options","labelOptions","placeholder","multiple","show-check-all","onFieldChange"])):e.createCommentVNode("",!0),a.type==="cascader"?(e.openBlock(),e.createBlock(m,{key:3,modelValue:n.computedSearchForm[n.getFieldValue(a,"value")],"onUpdate:modelValue":p=>n.computedSearchForm[n.getFieldValue(a,"value")]=p,label:a.label,options:a.options,labelOptions:a.labelOptions,props:a.props,placeholder:a.placeholder,"show-check-all":a.checkAll},null,8,["modelValue","onUpdate:modelValue","label","options","labelOptions","props","placeholder","show-check-all"])):e.createCommentVNode("",!0),a.type==="radio"?(e.openBlock(),e.createBlock(C,{key:4,modelValue:n.computedSearchForm[n.getFieldValue(a,"value")],"onUpdate:modelValue":p=>n.computedSearchForm[n.getFieldValue(a,"value")]=p,label:a.label,options:a.options,props:a.props},null,8,["modelValue","onUpdate:modelValue","label","options","props"])):e.createCommentVNode("",!0),a.type==="checkbox"?(e.openBlock(),e.createBlock(k,{key:5,modelValue:n.computedSearchForm[n.getFieldValue(a,"value")],"onUpdate:modelValue":p=>n.computedSearchForm[n.getFieldValue(a,"value")]=p,label:a.label,options:a.options,props:a.props},null,8,["modelValue","onUpdate:modelValue","label","options","props"])):e.createCommentVNode("",!0),a.type==="switch"?(e.openBlock(),e.createBlock(y,{key:6,modelValue:n.computedSearchForm[n.getFieldValue(a,"value")],"onUpdate:modelValue":p=>n.computedSearchForm[n.getFieldValue(a,"value")]=p,"active-text":a.activeText,"inactive-text":a.inactiveText,label:a.label,"active-color":a.activeColor,"inactive-color":a.inactiveColor},null,8,["modelValue","onUpdate:modelValue","active-text","inactive-text","label","active-color","inactive-color"])):e.createCommentVNode("",!0)]))],64)):(e.openBlock(),e.createElementBlock("div",{key:`error-${_}`,class:"search-error-message"}," 缺少 fields 配置,无法渲染此组件 "))]))],64))),256)):e.createCommentVNode("",!0),e.createElementVNode("div",at,[e.createVNode(z,{type:"primary",size:s.getDefaultSize(),onClick:n.handleSearch},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(s.t("query")),1)]),_:1},8,["size","onClick"]),e.createVNode(z,{size:s.getDefaultSize(),onClick:n.handleReset},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(s.t("reset")),1)]),_:1},8,["size","onClick"])])])],2)}const j=g(nt,[["render",rt],["__scopeId","data-v-6108ae2f"]]),ct=!1,dt={name:"TablePagination",props:{current:{type:Number,default:1},small:{type:Boolean,default:!0},pageSize:{type:Number,default:20},total:{type:Number,default:0}},data(){return{isVue2:ct,getCompatSize:F}},methods:{handleSizeChange(t){this.$emit("size-change",t)},handleCurrentChange(t){this.$emit("current-change",t)}}},ht={class:"tm-pagination"};function ut(t,i,l,o,s,n){const r=e.resolveComponent("el-pagination");return e.openBlock(),e.createElementBlock("div",ht,[e.createVNode(r,e.mergeProps(t.$attrs,e.toHandlers(s.isVue2?t.$listeners:{}),{style:{"text-align":"right"},"current-page":l.current,"page-size":l.pageSize,total:l.total,"page-sizes":[10,20,50,100,300,500,1e3,2e3],size:s.getCompatSize("mini"),layout:"total, sizes, prev, pager, next, jumper",onSizeChange:n.handleSizeChange,"onUpdate:currentPage":i[0]||(i[0]=h=>t.$emit("update:current",h)),"onUpdate:pageSize":i[1]||(i[1]=h=>t.$emit("update:pageSize",h)),onCurrentChange:n.handleCurrentChange}),null,16,["current-page","page-size","total","size","onSizeChange","onCurrentChange"])])}const mt=g(dt,[["render",ut],["__scopeId","data-v-4dbdf6e7"]]),pt={name:"TmTableMenu",props:{size:{type:String,default:"mini"}}},ft={size:"small",class:"tm-table-menu",inline:""},gt={class:"left"},bt={class:"right"};function yt(t,i,l,o,s,n){return e.openBlock(),e.createElementBlock("div",ft,[e.createElementVNode("div",gt,[e.renderSlot(t.$slots,"left",{},void 0,!0)]),e.createElementVNode("div",bt,[e.renderSlot(t.$slots,"right",{},void 0,!0)])])}const Ct=g(pt,[["render",yt],["__scopeId","data-v-579dd2c3"]]),O=t=>t?t.props||{}:{},J=(t,i)=>{t&&(t.props||(t.props={}),typeof i=="object"&&Object.assign(t.props,i))},N={getTableConfig(t){try{const i=localStorage.getItem(`tm-table-config-${t}`);return Promise.resolve({data:{code:200,data:i}})}catch(i){return Promise.reject(i)}},setTableConfig(t){try{return localStorage.setItem(`tm-table-config-${t.key}`,t.info),Promise.resolve({data:{code:200,message:"success"}})}catch(i){return Promise.reject(i)}}},kt=t=>N.getTableConfig(t.key),xt=t=>N.setTableConfig(t),Vt=t=>{t&&(typeof t.getTableConfig=="function"&&(N.getTableConfig=t.getTableConfig),typeof t.setTableConfig=="function"&&(N.setTableConfig=t.setTableConfig))},{t:St}=S(),_t=!1,Tt=!0,wt={formatter:(t,i,l,o)=>[void 0,null,""].includes(l)?"-":l},zt={name:"TmColumnConfig",components:{MoveIcon:me,FixedLeftIcon:fe,FixedRightIcon:ge,UploadIcon:be,DownloadIcon:ye,DeleteIcon:Ce,MenuIcon:he,tmEllipsisText:w},props:{columns:{type:Array,default:()=>[]},tableKey:{type:String,default:"",required:!0},defaultColumns:{type:Array,default:()=>[]},maxFixedLeftQuantity:{type:[Number,String],default:void 0},maxFixedRightQuantity:{type:[Number,String],default:void 0},ignoredColumnConfigTypes:{type:Array,default:()=>["selection"]}},data(){return{t:St,isVue2:_t,isVue3:Tt,getDefaultSize:V,getCompatSize:F,buttonType:{link:!0,type:"primary"},afterOpenDelay:{"show-after":300},popoverVisible:!1,keyWord:"",sortedTableColumns:[],tableColumns:[],defaultColumnsConfig:[],columnMap:{},processedColumns:[],placement:"bottom",isDraggingFrozen:!1,isDraggingFrozenRight:!1,sortable:null,isConfigLoaded:!1,columnsCopy:[]}},computed:{filteredSortedTableColumns(){return this.keyWord?this.sortedTableColumns.filter(t=>this.getColumnLabel(t.prop).includes(this.keyWord)):this.sortedTableColumns},showFixedLimitTips(){return this.maxFixedLeftQuantity!==void 0||this.maxFixedRightQuantity!==void 0},isThanMaxFrozen(){return this.maxFixedLeftQuantity===void 0?!1:this.sortedTableColumns.filter(t=>t.fixed==="left").length>=this.maxFixedLeftQuantity},isThanMaxRightFrozen(){return this.maxFixedRightQuantity===void 0?!1:this.sortedTableColumns.filter(t=>t.fixed==="right").length>=this.maxFixedRightQuantity},computedTableKey(){return this.tableKey?this.tableKey:this.$route.path.slice(1).replace(/\//g,"-")}},watch:{popoverVisible(t){t||this.handlePopoverHide()},columns:{handler(t){t&&t.length>0&&!this.isConfigLoaded&&this.initializeColumnConfig()},immediate:!0},tableColumns:{handler(t){t!=null&&t.length&&(this.initSortedTableColumns(),this.crateSortable(),this.columnsCopy=JSON.parse(JSON.stringify(this.sortedTableColumns)))},deep:!0}},methods:{findLastIndex(t,i){for(let l=t.length-1;l>=0;l--)if(i(t[l],l,t))return l;return-1},getColumnLabel(t){return!t||!this.columnMap[t]?t||"":O(this.columnMap[t]).label||t},initializeColumnConfig(){this.defaultColumns&&this.defaultColumns.length>0?this.defaultColumnsConfig=this.defaultColumns:this.processOriginalColumns(),this.loadColumnConfig()},processOriginalColumns(){const t=this.columns||[];let i={};this.defaultColumnsConfig=t.filter(l=>{const o=O(l);return!(!o.prop||this.ignoredColumnConfigTypes.includes(o.type))}).map((l,o)=>{const s=O(l),n={...wt,...s};J(l,n),s.prop&&(i[s.prop]=l);const r=s.hasOwnProperty("visible")?s.visible!==!1:!0;return{prop:s.prop,fixed:s.fixed||"",sort:o,cancellable:s.hasOwnProperty("cancellable")?s.cancellable:!0,visible:r}}),this.columnMap=i},loadColumnConfig(){kt({key:this.computedTableKey}).then(t=>{var l;if(t.data.code!==200)return;let i=JSON.parse(((l=t.data)==null?void 0:l.data)||null)||{};i.columnsConfig&&JSON.stringify(this.defaultColumnsConfig)===JSON.stringify(i.defaultColumnsConfig)?this.tableColumns=i.columnsConfig.map(o=>({...o})):this.tableColumns=this.defaultColumnsConfig.map(o=>({...o})),this.processedColumns=this.applyColumnConfig(this.tableColumns),this.isConfigLoaded=!0,this.$emit("complete",{columns:this.processedColumns,isInitialLoad:!0})}).catch(()=>{this.tableColumns=this.defaultColumnsConfig.map(t=>({...t})),this.processedColumns=this.applyColumnConfig(this.tableColumns),this.isConfigLoaded=!0,this.$emit("complete",{columns:this.processedColumns,isInitialLoad:!0})})},applyColumnConfig(t,i=!1){let l=this.columns.filter(s=>{const n=O(s);return this.ignoredColumnConfigTypes.includes(n.type)}),o=[];return[...t].sort((s,n)=>{const r=s.sort!==void 0?s.sort:1/0,h=n.sort!==void 0?n.sort:1/0;return r-h}).forEach(s=>{if(s.prop){let n=this.columnMap[s.prop];n&&(J(n,{fixed:s.fixed||void 0,visible:s.visible}),(!i&&s.visible||i)&&o.push(n))}}),l.forEach(s=>{J(s,{visible:!0})}),[...l,...o]},crateSortable(){const t=this.$refs.sortListRef;if(!t)return;this.sortable&&(this.sortable.destroy(),this.sortable=null);const i=new T(t,{ghostClass:"blue-background-class",animation:150,easing:"cubic-bezier(1, 0, 0, 1)",handle:".row-title",draggable:".sort-item-wrapper",fallbackOnBody:!1,preventOnFilter:!0,removeCloneOnHide:!0,group:"columns",dragClass:"sortable-drag",onStart:({item:l})=>{const o=l.getAttribute("data-prop"),s=this.sortedTableColumns.find(n=>n.prop===o);this.isDraggingFrozen=s&&s.fixed==="left",this.isDraggingFrozenRight=s&&s.fixed==="right",this.draggedItemIndex=Array.from(t.children).indexOf(l),l.classList.add("sortable-drag")},onMove:l=>{const{target:o,related:s}=l;if(!o||!s)return!1;const n=s?s.getAttribute("data-prop"):null,r=n?this.sortedTableColumns.find(d=>d.prop===n):null,h=r&&r.fixed==="left",c=r&&r.fixed==="right";return this.isDraggingFrozen&&!h||this.isDraggingFrozenRight&&!c||!this.isDraggingFrozen&&!this.isDraggingFrozenRight&&(h||c)?(o.classList.add("no-drop-zone"),!1):(document.querySelectorAll(".no-drop-zone").forEach(d=>{d.classList.remove("no-drop-zone")}),!0)},onEnd:({item:l,newIndex:o,oldIndex:s})=>{if(o===void 0||s===void 0||o<0||s<0||o>=this.sortedTableColumns.length||s>=this.sortedTableColumns.length)return;document.querySelectorAll(".no-drop-zone").forEach(C=>{C.classList.remove("no-drop-zone")}),l.classList.remove("sortable-drag");const n=this.sortedTableColumns[s],r=n.fixed==="left",h=n.fixed==="right",c=o>0?this.sortedTableColumns[o-1]:null,d=o<this.sortedTableColumns.length-1?this.sortedTableColumns[o+1]:null;let m=!1;if(r?(c&&c.fixed!=="left"||d&&d.fixed==="right")&&(m=!0):h?(c&&c.fixed!=="right"||d&&d.fixed!=="right")&&(m=!0):(c&&c.fixed==="right"||d&&d.fixed==="left")&&(m=!0),m){this.rollbackSort();return}this.updateSortAfterDrag()}});this.sortable=i},rollbackSort(){this.sortedTableColumns=JSON.parse(JSON.stringify(this.columnsCopy))},updateSortAfterDrag(){const t=this.$refs.sortListRef;if(!t)return;Array.from(t.children||[]).filter(l=>l&&l.dataset&&l.dataset.prop).map(l=>l.dataset.prop).forEach((l,o)=>{this.sortedTableColumns.some(s=>s.prop===l?(s.sort=o,!0):!1)}),this.columnsCopy=JSON.parse(JSON.stringify(this.sortedTableColumns)),this.$emit("on-sort-change",this.sortedTableColumns)},init(){this.tableColumns=Array.isArray(this.tableColumns)?[...this.tableColumns]:Array.isArray(this.defaultColumnsConfig)?[...this.defaultColumnsConfig]:[],this.initSortedTableColumns()},initSortedTableColumns(){this.tableColumns.forEach((t,i)=>{t.sort===void 0&&(t.sort=i)}),this.sortedTableColumns=[...this.tableColumns].sort((t,i)=>t.fixed==="left"&&i.fixed!=="left"?-1:t.fixed!=="left"&&i.fixed==="left"||t.fixed==="right"&&i.fixed!=="right"?1:t.fixed!=="right"&&i.fixed==="right"?-1:t.sort-i.sort)},setPlacement(){const i=this.$refs.operationRef.$el.getBoundingClientRect();(window.innerHeight||document.documentElement.clientHeight)-(i.bottom-window.scrollY)>512?this.placement="bottom":this.placement="left"},handleVisibleChange(t){this.popoverVisible=t},handlePopoverShow(){this.setPlacement(),this.init(),(()=>{try{document.removeEventListener("mouseup",window.sortableGlobalMouseUp),document.removeEventListener("mousemove",window.sortableGlobalMouseMove)}catch{}})(),this.$nextTick(()=>{this.crateSortable()})},handlePopoverHide(){this.sortable&&(this.sortable.destroy(),this.sortable=null);try{document.removeEventListener("mouseup",window.sortableGlobalMouseUp),document.removeEventListener("mousemove",window.sortableGlobalMouseMove),typeof T<"u"&&T.utils&&(document.removeEventListener("mousemove",T.utils.throttleCall),document.removeEventListener("mouseup",T.utils.throttleCall))}catch{}},handleSelectAll(){const t=this.tableColumns.some(i=>!i.visible);this.tableColumns.forEach(i=>{i.cancellable&&(i.visible=t)})},handleRestoreDefault(){this.tableColumns=JSON.parse(JSON.stringify(this.defaultColumnsConfig)),this.sortedTableColumns=[...this.tableColumns].sort((t,i)=>t.sort-i.sort)},canMoveTop(t,i){if(i===0)return!1;if(t.fixed==="left"){const l=this.sortedTableColumns[i-1];return l&&l.fixed==="left"}if(!t.fixed){const l=this.sortedTableColumns[i-1];return l&&l.fixed==="left"?!1:l&&!l.fixed}return t.fixed==="right"},moveTop(t,i){const l=this.sortedTableColumns,o=t.prop;if(t.fixed==="right"&&(t.fixed=""),t.fixed==="left")l.unshift(l.splice(i,1)[0]);else{const s=this.findLastIndex(this.sortedTableColumns,n=>n.fixed==="left");l.splice(s+1,0,l.splice(i,1)[0])}this.updateSortValues(),this.columnsCopy=JSON.parse(JSON.stringify(this.sortedTableColumns)),this.$emit("on-sort-change",this.sortedTableColumns),this.$nextTick(()=>{const s=this.$refs.sortListRef;if(s){const n=Array.from(s.children).find(r=>r.dataset&&r.dataset.prop===o);n&&n.scrollIntoView({behavior:"smooth",block:"nearest"})}})},frozenLeftHandle(t){const i=this.sortedTableColumns,l=i.splice(t,1)[0];if(l.fixed=l.fixed==="left"?"":"left",l.fixed==="left"){const o=this.findLastIndex(this.sortedTableColumns,s=>s.fixed==="left");i.splice(o+1,0,l)}else{const o=this.findLastIndex(this.sortedTableColumns,s=>s.fixed==="left");i.splice(o+1,0,l)}this.updateSortValues(),this.columnsCopy=JSON.parse(JSON.stringify(this.sortedTableColumns)),this.$emit("on-sort-change",this.sortedTableColumns)},frozenRightHandle(t){const i=this.sortedTableColumns,l=i.splice(t,1)[0];if(l.fixed=l.fixed==="right"?"":"right",l.fixed==="right"){const o=i.findIndex(s=>s.fixed==="right");o===-1?i.push(l):i.splice(o,0,l)}else{const o=i.findIndex(s=>s.fixed==="right");o===-1?i.push(l):i.splice(o,0,l)}this.updateSortValues(),this.columnsCopy=JSON.parse(JSON.stringify(this.sortedTableColumns)),this.$emit("on-sort-change",this.sortedTableColumns)},onSave(){var i;this.updateSortValues();const t=(i=this.tableColumns)==null?void 0:i.map(l=>{const o=this.sortedTableColumns.find(r=>r.prop===l.prop);o&&(l.sort=o.sort,l.fixed=o.fixed,l.visible=o.visible);const{label:s,...n}=l;return n});xt({key:this.computedTableKey,info:JSON.stringify({columnsConfig:t,defaultColumnsConfig:this.defaultColumnsConfig})}).then(l=>{l.data.code===200&&(this.processedColumns=this.applyColumnConfig(t,!0),this.$emit("complete",{columns:this.processedColumns,isInitialLoad:!1}),this.$message.success(this.t("saveSuccess")),this.popoverVisible=!1)})},updateSortValues(){this.sortedTableColumns.forEach((t,i)=>{t.sort=i})}},mounted(){var t;(t=this.tableColumns)!=null&&t.length&&(this.initSortedTableColumns(),this.crateSortable(),this.columnsCopy=JSON.parse(JSON.stringify(this.sortedTableColumns)))},beforeDestroy(){this.sortable&&(this.sortable.destroy(),this.sortable=null);try{document.removeEventListener("mouseup",window.sortableGlobalMouseUp),document.removeEventListener("mousemove",window.sortableGlobalMouseMove),typeof T<"u"&&T.utils&&(document.removeEventListener("mousemove",T.utils.throttleCall),document.removeEventListener("mouseup",T.utils.throttleCall))}catch{}}},Bt={key:0,class:"container"},Ft={class:"main-container"},Lt={class:"left-content"},Et={class:"title"},Dt={class:"option-list"},Ot={style:{height:"100%","overflow-y":"auto"}},Nt={class:"right-content"},Mt={class:"search-box"},Ht={key:0,class:"tips"},At={class:"sort-list",ref:"sortListRef"},Rt=["data-prop"],Pt={key:0,class:"sort-item"},It={class:"row-title"},vt={class:"operation-btns"},Wt={class:"footer"},Ut={class:"footer-left"},jt={class:"footer-right"},Jt={style:{display:"inline-block","margin-left":"10px"}};function Kt(t,i,l,o,s,n){const r=e.resolveComponent("el-button"),h=e.resolveComponent("TmEllipsisText"),c=e.resolveComponent("el-checkbox"),d=e.resolveComponent("el-input"),m=e.resolveComponent("MoveIcon"),C=e.resolveComponent("DeleteIcon"),k=e.resolveComponent("el-tooltip"),y=e.resolveComponent("UploadIcon"),z=e.resolveComponent("FixedLeftIcon"),a=e.resolveComponent("FixedRightIcon"),_=e.resolveComponent("MenuIcon"),p=e.resolveComponent("el-popover");return e.openBlock(),e.createBlock(p,e.mergeProps({"popper-class":"column-config-popover"},{[s.isVue3?"visible":"value"]:s.popoverVisible},e.toHandlers({[s.isVue3?"update:visible":"input"]:n.handleVisibleChange}),{width:680,"show-arrow":!1,placement:s.placement,trigger:"click",onShow:n.handlePopoverShow,onHide:n.handlePopoverHide}),{reference:e.withCtx(()=>[e.createElementVNode("div",Jt,[e.createVNode(k,e.mergeProps({content:s.t("columnSetting")},s.afterOpenDelay,{placement:"top"}),{default:e.withCtx(()=>[e.createVNode(r,{size:s.getDefaultSize(),ref:"operationRef",circle:""},{default:e.withCtx(()=>[e.createVNode(_)]),_:1},8,["size"])]),_:1},16,["content"])])]),default:e.withCtx(()=>[s.popoverVisible?(e.openBlock(),e.createElementBlock("div",Bt,[e.createElementVNode("div",Ft,[e.createElementVNode("div",Lt,[e.createElementVNode("div",Et,[e.createElementVNode("span",null,e.toDisplayString(s.t("SelectableFields"))+"("+e.toDisplayString(s.tableColumns.length)+")",1),e.createVNode(r,e.mergeProps({style:{"margin-left":"10px"}},s.buttonType,{onClick:n.handleSelectAll}),{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(s.t("all")),1)]),_:1},16,["onClick"])]),e.createElementVNode("div",Dt,[e.createElementVNode("div",Ot,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(s.tableColumns,(u,B)=>(e.openBlock(),e.createElementBlock(e.Fragment,null,[u.prop?(e.openBlock(),e.createElementBlock("div",{style:{width:"110px",display:"inline-block"},key:B+u.prop},[e.createVNode(c,{disabled:!u.cancellable,class:"el-checkbox",modelValue:u.visible,"onUpdate:modelValue":L=>u.visible=L,label:u.prop,value:u.prop},{default:e.withCtx(()=>[e.createVNode(h,{width:"80px",text:n.getColumnLabel(u.prop)},null,8,["text"])]),_:2},1032,["disabled","modelValue","onUpdate:modelValue","label","value"])])):e.createCommentVNode("",!0)],64))),256))])])]),e.createElementVNode("div",Nt,[e.createElementVNode("div",Mt,[e.createVNode(d,{size:s.getCompatSize("small"),class:"search-input",clearable:"",placeholder:s.t("search"),modelValue:s.keyWord,"onUpdate:modelValue":i[0]||(i[0]=u=>s.keyWord=u)},null,8,["size","placeholder","modelValue"])]),n.showFixedLimitTips?(e.openBlock(),e.createElementBlock("div",Ht)):e.createCommentVNode("",!0),e.createElementVNode("div",At,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(n.filteredSortedTableColumns,(u,B)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["sort-item-wrapper",[u.fixed==="left"?"frozen":"",u.fixed==="right"?"frozenRight":"",u.fixed?"":"noFrozen"]]),"data-prop":u.prop,key:u.prop},[u.visible?(e.openBlock(),e.createElementBlock("div",Pt,[e.createElementVNode("div",It,[e.createVNode(m,{style:{"flex-shrink":"0"}}),e.createVNode(h,{text:n.getColumnLabel(u.prop)},null,8,["text"])]),e.createElementVNode("div",vt,[u.cancellable?(e.openBlock(),e.createBlock(k,e.mergeProps({key:0,content:s.t("cancel"),placement:"top"},{ref_for:!0},s.afterOpenDelay),{default:e.withCtx(()=>[e.createVNode(r,e.mergeProps({ref_for:!0},s.buttonType,{size:s.getCompatSize("mini"),class:"iconfont-button delete-button",onClick:L=>u.visible=!1}),{default:e.withCtx(()=>[e.createVNode(C)]),_:2},1040,["size","onClick"])]),_:2},1040,["content"])):e.createCommentVNode("",!0),n.canMoveTop(u,B)?(e.openBlock(),e.createBlock(k,e.mergeProps({key:1,content:s.t("top"),placement:"top"},{ref_for:!0},s.afterOpenDelay),{default:e.withCtx(()=>[e.createVNode(r,e.mergeProps({ref_for:!0},s.buttonType,{size:s.getCompatSize("mini"),class:"iconfont-button top-button",onClick:L=>n.moveTop(u,B)}),{default:e.withCtx(()=>[e.createVNode(y)]),_:2},1040,["size","onClick"])]),_:2},1040,["content"])):e.createCommentVNode("",!0),u.fixed!=="right"?(e.openBlock(),e.createBlock(k,e.mergeProps({key:2,content:u.fixed==="left"?s.t("cancelLeftFixed"):s.t("leftFixed"),placement:"top"},{ref_for:!0},s.afterOpenDelay),{default:e.withCtx(()=>[e.createVNode(r,e.mergeProps({ref_for:!0},s.buttonType,{size:s.getCompatSize("mini"),class:["iconfont-button left-fixed-btn",{"active-fixed":u.fixed==="left"}],onClick:L=>n.frozenLeftHandle(B),disabled:u.fixed!=="left"&&n.isThanMaxFrozen}),{default:e.withCtx(()=>[e.createVNode(z)]),_:2},1040,["size","class","onClick","disabled"])]),_:2},1040,["content"])):e.createCommentVNode("",!0),u.fixed!=="left"?(e.openBlock(),e.createBlock(k,e.mergeProps({key:3,content:u.fixed==="right"?s.t("cancelRightFixed"):s.t("rightFixed"),placement:"top"},{ref_for:!0},s.afterOpenDelay),{default:e.withCtx(()=>[e.createVNode(r,e.mergeProps({ref_for:!0},s.buttonType,{size:s.getCompatSize("mini"),class:["iconfont-button right-fixed-btn",{"active-fixed":u.fixed==="right"}],onClick:L=>n.frozenRightHandle(B),disabled:u.fixed!=="right"&&n.isThanMaxRightFrozen}),{default:e.withCtx(()=>[e.createVNode(a)]),_:2},1040,["size","class","onClick","disabled"])]),_:2},1040,["content"])):e.createCommentVNode("",!0)])])):e.createCommentVNode("",!0)],10,Rt))),128))],512)])]),e.createElementVNode("div",Wt,[e.createElementVNode("div",Ut,[e.createVNode(r,{size:s.getCompatSize("mini"),onClick:n.handleRestoreDefault},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(s.t("restoreDefault")),1)]),_:1},8,["size","onClick"])]),e.createElementVNode("div",jt,[e.createVNode(r,{size:s.getCompatSize("mini"),onClick:i[1]||(i[1]=u=>s.popoverVisible=!1)},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(s.t("cancel")),1)]),_:1},8,["size"]),e.createVNode(r,{size:s.getCompatSize("mini"),type:"primary",onClick:n.onSave},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(s.t("saveAndApply")),1)]),_:1},8,["size","onClick"])])])])):e.createCommentVNode("",!0)]),_:1},16,["placement","onShow","onHide"])}const Qt=g(zt,[["render",Kt],["__scopeId","data-v-46a12fcc"]]),qt=!1,Yt=!0,Gt={name:"TmTable",components:{TableSearch:j,TablePagination:mt,TableMenu:Ct,ColumnConfig:Qt,RefreshIcon:ue,ColumnRenderer:{props:["vnode"],render(){return this.vnode}}},inheritAttrs:!1,props:{data:{type:[Array,Function],default:()=>[]},showSearch:{type:Boolean,default:!0},showMenu:{type:Boolean,default:!0},showPagination:{type:Boolean,default:!0},pagination:{type:Object,default:()=>({})},height:{type:[String,Number]},calcHeight:{type:Number,default:0},dataAdapter:{type:Function,default:null},columnSettingButton:{type:Boolean,default:!0},refreshButton:{type:Boolean,default:!0},tableKey:{type:String,default:""},firstLoad:{type:Boolean,default:!0},maxFixedLeftQuantity:{type:Number},maxFixedRightQuantity:{type:Number},border:{type:Boolean,default:!0},searchColumns:{type:Array,default:null},searchForm:{type:Object,default:()=>({})}},data(){return{getDefaultSize:V,getCompatSize:F,isVue3:Yt,isVue2:qt,t:S().t,tableData:[],tableLoading:!1,columnsLoading:!1,tableReload:1,tableHeight:null,selectedRows:[],paginationInfo:{current:1,pageSize:20,total:void 0},originalColumns:[],displayColumns:[],isColumnConfigLoaded:!1,afterOpenDelay:{"show-after":300}}},computed:{pageLoading(){return this.tableLoading||this.columnsLoading},computedTableKey(){return this.tableKey?this.tableKey:this.$route.path.slice(1).replace(/\//g,"-")},computedShowPagination(){return this.showPagination&&typeof this.data=="function"}},watch:{data:{immediate:!0,handler(t){typeof t=="function"?!this.columnSettingButton||this.isColumnConfigLoaded&&!this.firstLoad?this.loadData():Array.isArray(t)&&(this.tableData=t):this.tableData=t}},height:{immediate:!0,handler(){this.getTableHeight()}}},created(){this.originalColumns=this.$slots.default(),this.columnSettingButton?this.columnsLoading=!0:(this.displayColumns=this.originalColumns,this.isColumnConfigLoaded=!0)},mounted(){this.getTableHeight(),window.addEventListener("resize",this.getTableHeight)},beforeDestroy(){window.removeEventListener("resize",this.getTableHeight)},methods:{handleUpdateSearchForm(t){this.$emit("update:search-form",t)},handleColumnConfigComplete(t){Array.isArray(t.columns)?this.displayColumns=[...t.columns]:this.displayColumns=[...this.originalColumns],t.isInitialLoad?(this.isColumnConfigLoaded=!0,this.columnsLoading=!1,this.firstLoad&&typeof this.data=="function"&&this.loadData()):this.reloadTable()},isAutoHeight(){return this.height==="auto"},handleRefresh(){this.loadData()},async loadData(){if(Array.isArray(this.data))this.tableData=this.data;else if(typeof this.data=="function"){if(this.tableLoading)return;this.tableLoading=!0;try{const t=await this.data({paginationInfo:{pageSize:this.paginationInfo.pageSize,current:this.paginationInfo.current},params:this.searchForm}),{list:i,total:l,pageSize:o,current:s}=t;this.tableData=i,l!==void 0&&(this.paginationInfo.total=l),s!==void 0&&(this.paginationInfo.current=s),o!==void 0&&(this.paginationInfo.pageSize=o)}catch{}finally{this.tableLoading=!1}}},getTableHeight(){this.isAutoHeight()?this.$nextTick(()=>{const t=this.$refs.table,i=this.$refs.tmPagination;if(!t)return;const l=t.$el,o=i&&i.$el&&i.$el.offsetHeight||0;this.tableHeight=document.documentElement.clientHeight-l.offsetTop-o-this.calcHeight}):this.tableHeight=this.height,this.refreshTable()},search(){this.paginationInfo.current=1,this.loadData()},reset(){this.paginationInfo.current=1,this.$nextTick(()=>{this.loadData()})},handleSelectionChange(t){this.selectedRows=t,this.$emit("selection-change",t)},handleSizeChange(t){this.paginationInfo.pageSize=t,this.loadData(),this.$emit("size-change",t)},handleCurrentChange(t){this.paginationInfo.current=t,this.loadData(),this.$emit("current-change",t)},refreshTable(){this.$refs.table&&this.$refs.table.doLayout()},reloadTable(){this.tableReload++}}},Xt={class:"tm-table",ref:"tablePage"};function Zt(t,i,l,o,s,n){const r=e.resolveComponent("table-search"),h=e.resolveComponent("RefreshIcon"),c=e.resolveComponent("el-button"),d=e.resolveComponent("el-tooltip"),m=e.resolveComponent("ColumnConfig"),C=e.resolveComponent("table-menu"),k=e.resolveComponent("columnRenderer"),y=e.resolveComponent("el-table"),z=e.resolveComponent("table-pagination"),a=e.resolveDirective("loading");return e.openBlock(),e.createElementBlock("div",Xt,[l.searchColumns&&l.searchColumns.length>0?(e.openBlock(),e.createBlock(r,{key:0,ref:"search",onSearch:n.search,onReset:n.reset,"onUpdate:searchForm":n.handleUpdateSearchForm,disabled:n.pageLoading,"search-columns":l.searchColumns,"search-form":l.searchForm},{default:e.withCtx(()=>[e.renderSlot(t.$slots,"search",{},void 0,!0)]),_:3},8,["onSearch","onReset","onUpdate:searchForm","disabled","search-columns","search-form"])):e.createCommentVNode("",!0),l.showMenu?(e.openBlock(),e.createBlock(C,{key:1},{left:e.withCtx(()=>[e.renderSlot(t.$slots,"menu-left",{},void 0,!0)]),right:e.withCtx(()=>[e.renderSlot(t.$slots,"menu-right",{},void 0,!0),l.refreshButton&&typeof l.data=="function"?(e.openBlock(),e.createBlock(d,e.mergeProps({key:0,content:s.t("refresh"),placement:"top"},s.afterOpenDelay),{default:e.withCtx(()=>[e.createVNode(c,{onClick:n.handleRefresh,circle:"",size:s.getDefaultSize()},{default:e.withCtx(()=>[e.createVNode(h)]),_:1},8,["onClick","size"])]),_:1},16,["content"])):e.createCommentVNode("",!0),l.columnSettingButton?(e.openBlock(),e.createBlock(m,{key:1,maxFixedLeftQuantity:l.maxFixedLeftQuantity,maxFixedRightQuantity:l.maxFixedRightQuantity,tableKey:n.computedTableKey,columns:s.originalColumns,onComplete:n.handleColumnConfigComplete},null,8,["maxFixedLeftQuantity","maxFixedRightQuantity","tableKey","columns","onComplete"])):e.createCommentVNode("",!0)]),_:3})):e.createCommentVNode("",!0),e.withDirectives((e.openBlock(),e.createBlock(y,e.mergeProps({ref:"table"},{...t.$attrs,border:l.border},e.toHandlers(s.isVue2?t.$listeners:{}),{data:s.tableData,height:s.tableHeight,size:s.getCompatSize("mini"),onSelectionChange:n.handleSelectionChange,key:s.tableReload}),{default:e.withCtx(()=>[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(s.displayColumns,_=>(e.openBlock(),e.createBlock(k,{vnode:_,key:s.isVue3?_.id:_.data.attrs.prop},null,8,["vnode"]))),128))]),_:1},16,["data","height","size","onSelectionChange"])),[[a,n.pageLoading]]),n.computedShowPagination?(e.openBlock(),e.createBlock(z,{key:2,ref:"tmPagination","page-size":s.paginationInfo.pageSize,"current-page":s.paginationInfo.current,total:s.paginationInfo.total,disabled:s.tableLoading,onSizeChange:n.handleSizeChange,onCurrentChange:n.handleCurrentChange},null,8,["page-size","current-page","total","disabled","onSizeChange","onCurrentChange"])):e.createCommentVNode("",!0)],512)}const K=g(Gt,[["render",Zt],["__scopeId","data-v-015b93d4"]]),$t=!1,el=!0,tl={name:"TmTableColumn",inheritAttrs:!1,computed:{isVisible(){return this.$attrs.visible!==!1},slots(){return this.$slots}},data(){return{isVue2:$t,isVue3:el}},created(){this.$parent&&this.$parent.$emit&&this.$parent.$emit("column-initialized",{prop:this.$attrs.prop,visible:this.$attrs.visible!==!1})}};function ll(t,i,l,o,s,n){const r=e.resolveComponent("el-table-column");return n.isVisible?(e.openBlock(),e.createBlock(r,e.mergeProps({key:0},t.$attrs,e.toHandlers(s.isVue2?t.$listeners:{})),e.createSlots({_:2},[e.renderList(n.slots,(h,c)=>({name:c,fn:e.withCtx(d=>[e.renderSlot(t.$slots,c,e.normalizeProps(e.guardReactiveProps(d)))])}))]),1040)):e.createCommentVNode("",!0)}const Q=g(tl,[["render",ll]]),{t:q}=S(),il={name:"TmAdvancedEllipsisText",components:{CopyIcon:X},props:{rows:{type:Number,default:1},width:{type:String,default:"100%"},maxWidth:{type:String,default:""},showToolbar:{type:Boolean,default:!1},text:{type:String,default:""},showTooltip:{type:Boolean,default:!0},copyable:{type:Boolean,default:!1}},data(){return{isVue2:!1,originalText:"",isHovered:!1,lineHeight:0,containerWidth:0,resizeObserver:null,isCalculating:!1,frontLines:[],lastLineText:"",isLastLineEllipsis:!1,tableRowElement:null}},computed:{containerStyle(){const t={};return this.maxWidth?(t.maxWidth=this.maxWidth,t.width=this.width):t.width=this.width,t},hasToolbarSlot(){return this.$slots.toolbar?this.$slots.toolbar&&this.$slots.toolbar().length>0:!1},hasToolbarContent(){return this.copyable||this.hasToolbarSlot},shouldShowToolbar(){return this.showToolbar||this.isHovered&&this.hasToolbarContent}},mounted(){this.initComponent(),this.setupResizeObserver(),this.setupTableRowHover()},updated(){const t=this.getTextContent();t!==this.originalText&&(this.originalText=t,this.$nextTick(()=>{this.calculateLayout()}))},beforeDestroy(){this.cleanupResizeObserver(),this.cleanupTableRowHover()},beforeUnmount(){this.cleanupResizeObserver(),this.cleanupTableRowHover()},watch:{text:{handler(){this.$nextTick(()=>{this.originalText=this.getTextContent(),this.calculateLayout()})},immediate:!0},rows(){this.$nextTick(()=>{this.calculateLayout()})},shouldShowToolbar(){this.$nextTick(()=>{this.calculateLayout()})},"$slots.default":{handler(){this.$nextTick(()=>{this.originalText=this.getTextContent(),this.calculateLayout()})},deep:!0}},methods:{initComponent(){this.$nextTick(()=>{this.originalText=this.getTextContent(),this.calculateLineHeight(),this.$nextTick(()=>{this.calculateLayout()})})},handleCopy(){navigator.clipboard&&window.isSecureContext?navigator.clipboard.writeText(this.originalText).then(()=>{this.$message.success(q("copySuccess"))}).catch(()=>{this.fallbackCopy()}):this.fallbackCopy()},fallbackCopy(){const t=document.createElement("textarea");t.value=this.originalText,t.style.position="fixed",t.style.left="-999999px",t.style.top="-999999px",document.body.appendChild(t),t.focus(),t.select();try{document.execCommand("copy"),this.$message.success(q("copySuccess"))}catch{this.$message.error(q("copyFailed"))}document.body.removeChild(t)},getTextContent(){if(this.$slots.default){const t=this.$slots.default;return t().map(i=>typeof i.children=="string"?i.children:Array.isArray(i.children)?i.children.map(l=>l.children||"").join(""):"").join("")}return this.text||""},calculateLineHeight(){const t=this.$refs.containerRef;if(!t)return;const i=window.getComputedStyle(t);this.containerWidth=t.offsetWidth;const l=this.$refs.measureRef;if(l){this.setMeasureElementStyle(l,{width:this.containerWidth+"px",wordBreak:"break-all",whiteSpace:"normal"}),l.textContent="测",l.offsetHeight;const o=l.offsetHeight;l.innerHTML="",this.lineHeight=o}else{const o=i.lineHeight;if(o&&o!=="normal")this.lineHeight=parseInt(o);else{const s=parseInt(i.fontSize);this.lineHeight=s*1.2}}},calculateLayout(){if(!this.isCalculating){if(!this.originalText||this.rows<=0){this.frontLines=[],this.lastLineText=this.originalText||"",this.isLastLineEllipsis=!1;return}this.isCalculating=!0,this.$nextTick(()=>{requestAnimationFrame(()=>{this.performLayoutCalculation()})})}},performLayoutCalculation(){const t=this.originalText;if(this.rows===1)this.frontLines=[],this.lastLineText=t,this.isLastLineEllipsis=this.checkIfTextOverflows(t);else{const i=this.lineHeight;if(this.getTextHeight(t)<=i)this.frontLines=[],this.lastLineText=t,this.isLastLineEllipsis=this.checkIfTextOverflows(t);else{const o=this.lineHeight*(this.rows-1),s=this.findTextForHeight(t,o);this.frontLines=this.splitTextToLines(s);const n=t.substring(s.length);this.lastLineText=n,this.isLastLineEllipsis=n.length>0&&this.checkIfTextOverflows(n)}}this.isCalculating=!1},findTextForHeight(t,i){if(this.getTextHeight(t)<=i)return t;let l=0,o=t.length,s="";for(;l<=o;){const n=Math.floor((l+o)/2),r=t.substring(0,n);this.getTextHeight(r)<=i?(s=r,l=n+1):o=n-1}return s},splitTextToLines(t){if(!t)return[];const i=[];let l=t;for(;l.length>0;){const o=this.findTextForHeight(l,this.lineHeight);if(o.length===0)break;i.push(o),l=l.substring(o.length)}return i},checkIfTextOverflows(t){if(!t)return!1;const i=this.getTextWidth(t),l=this.shouldShowToolbar&&this.hasToolbarContent?this.getToolbarWidth():0,o=this.containerWidth-l-5;return i>o},getToolbarWidth(){let t=0;return this.copyable&&(t+=20),this.hasToolbarSlot&&(t+=40),t},getTextHeight(t){return this.measureText(t,{width:this.containerWidth+"px",wordBreak:"break-all",whiteSpace:"normal"})},getTextWidth(t){return this.measureText(t,{whiteSpace:"nowrap"})},measureText(t,i={}){if(!this.$refs.containerRef||!this.$refs.measureRef)return 0;const l=this.$refs.measureRef,o=l.style.cssText;this.setMeasureElementStyle(l,i),l.textContent=t,l.offsetHeight;const s=i.whiteSpace==="nowrap"?l.offsetWidth:l.offsetHeight;return l.style.cssText=o,l.innerHTML="",s},setMeasureElementStyle(t,i={}){const l=window.getComputedStyle(this.$refs.containerRef);t.style.cssText="",t.style.position="absolute",t.style.left="-9999px",t.style.top="-9999px",t.style.visibility="hidden",t.style.pointerEvents="none",t.style.zIndex="-1",t.style.fontSize=l.fontSize,t.style.fontFamily=l.fontFamily,t.style.fontWeight=l.fontWeight,t.style.lineHeight=l.lineHeight,t.style.letterSpacing=l.letterSpacing,t.style.wordSpacing=l.wordSpacing,t.style.padding="0",t.style.margin="0",t.style.border="none",t.style.boxSizing="border-box",Object.entries(i).forEach(([o,s])=>{t.style[o]=s})},handleMouseEnter(){this.isHovered=!0},handleMouseLeave(){this.isHovered=!1},setupResizeObserver(){typeof ResizeObserver<"u"&&(this.resizeObserver=new ResizeObserver(t=>{const i=t[0];if(i){const l=i.contentRect.width;Math.abs(l-this.containerWidth)>1&&requestAnimationFrame(()=>{this.calculateLineHeight(),this.calculateLayout()})}}),this.$refs.containerRef&&this.resizeObserver.observe(this.$refs.containerRef))},cleanupResizeObserver(){this.resizeObserver&&(this.resizeObserver.disconnect(),this.resizeObserver=null)},setupTableRowHover(){let t=this.$el;for(;t&&t!==document.body;){if(t.classList&&t.classList.contains("el-table__row")){this.tableRowElement=t;break}t=t.parentElement}this.tableRowElement&&(this.tableRowElement.addEventListener("mouseenter",this.handleMouseEnter),this.tableRowElement.addEventListener("mouseleave",this.handleMouseLeave))},cleanupTableRowHover(){this.tableRowElement&&(this.tableRowElement.removeEventListener("mouseenter",this.handleMouseEnter),this.tableRowElement.removeEventListener("mouseleave",this.handleMouseLeave),this.tableRowElement=null)}}},sl={class:"tm-ellipsis-text-wrapper"},nl=["innerHTML"],ol={class:"tm-ellipsis-last-line"},al=["innerHTML"],rl={key:0,class:"tm-ellipsis-toolbar-part"},cl={key:1,class:"tm-ellipsis-text-wrapper"},dl=["innerHTML"],hl={class:"tm-ellipsis-last-line"},ul=["innerHTML"],ml={key:0,class:"tm-ellipsis-toolbar-part"},pl={ref:"measureRef",class:"tm-ellipsis-measure"};function fl(t,i,l,o,s,n){const r=e.resolveComponent("CopyIcon"),h=e.resolveComponent("el-tooltip");return e.openBlock(),e.createElementBlock("div",{ref:"containerRef",style:e.normalizeStyle(n.containerStyle),class:"tm-ellipsis-text",onMouseenter:i[0]||(i[0]=(...c)=>n.handleMouseEnter&&n.handleMouseEnter(...c)),onMouseleave:i[1]||(i[1]=(...c)=>n.handleMouseLeave&&n.handleMouseLeave(...c))},[l.showTooltip&&s.isLastLineEllipsis?(e.openBlock(),e.createBlock(h,e.mergeProps({key:0,content:s.originalText,disabled:!l.showTooltip||!s.isLastLineEllipsis},{[s.isVue2?"open-delay":"show-after"]:300},{placement:"top"}),{default:e.withCtx(()=>[e.createElementVNode("div",sl,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(s.frontLines,(c,d)=>(e.openBlock(),e.createElementBlock("div",{key:"front-"+d,class:"tm-ellipsis-line",innerHTML:c},null,8,nl))),128)),e.createElementVNode("div",ol,[e.createElementVNode("div",{class:"tm-ellipsis-text-part",innerHTML:s.lastLineText},null,8,al),n.shouldShowToolbar&&n.hasToolbarContent?(e.openBlock(),e.createElementBlock("div",rl,[l.copyable?(e.openBlock(),e.createBlock(r,{key:0,class:"icon-item",onClick:n.handleCopy},null,8,["onClick"])):e.createCommentVNode("",!0),e.renderSlot(t.$slots,"toolbar",{},void 0,!0)])):e.createCommentVNode("",!0)])])]),_:3},16,["content","disabled"])):(e.openBlock(),e.createElementBlock("div",cl,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(s.frontLines,(c,d)=>(e.openBlock(),e.createElementBlock("div",{key:"front-"+d,class:"tm-ellipsis-line",innerHTML:c},null,8,dl))),128)),e.createElementVNode("div",hl,[e.createElementVNode("div",{class:"tm-ellipsis-text-part",innerHTML:s.lastLineText},null,8,ul),n.shouldShowToolbar&&n.hasToolbarContent?(e.openBlock(),e.createElementBlock("div",ml,[l.copyable?(e.openBlock(),e.createBlock(r,{key:0,class:"icon-item",onClick:n.handleCopy},null,8,["onClick"])):e.createCommentVNode("",!0),e.renderSlot(t.$slots,"toolbar",{},void 0,!0)])):e.createCommentVNode("",!0)])])),e.createElementVNode("div",pl,null,512)],36)}const Y=g(il,[["render",fl],["__scopeId","data-v-16643222"]]),gl={install:{install(t,i={}){[K,Q,w,Y].forEach(l=>t.component(l.name,l)),i.tableConfigProvider&&Vt(i.tableConfigProvider),i.lang&&D(i.lang||"zh-CN")}}.install,Table:K,Column:Q,Search:j,Select:H,AdvancedInput:R,AdvancedDate:P,Cascader:I,Radio:v,Checkbox:W,Switch:U,EllipsisText:w,AdvancedEllipsisText:Y,setLang:D,useLocale:S};f.AdvancedDate=P,f.AdvancedEllipsisText=Y,f.AdvancedInput=R,f.Cascader=I,f.Checkbox=W,f.Column=Q,f.EllipsisText=w,f.Radio=v,f.Search=j,f.Select=H,f.Switch=U,f.Table=K,f.default=gl,f.setLang=D,f.useLocale=S,Object.defineProperties(f,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}})});
|
|
1
|
+
(function(f,e){typeof exports=="object"&&typeof module<"u"?e(exports,require("vue"),require("sortablejs")):typeof define=="function"&&define.amd?define(["exports","vue","sortablejs"],e):(f=typeof globalThis<"u"?globalThis:f||self,e(f.TmTable={},f.Vue,f.Sortable))})(this,function(f,e,T){"use strict";const G={mini:"small",small:"small",default:"default",large:"large"},F=t=>G[t]||G.default,x=()=>"default",$={"zh-CN":{today:"今天",yesterday:"昨天",last7days:"最近7天",last30days:"最近30天",thisMonth:"本月",lastMonth:"上月",checkAll:"全选",search:"搜索",query:"查询",reset:"重置",columnSetting:"列设置",refresh:"刷新",cancel:"取消",fixedLeft:"固定在左侧",fixedRight:"固定在右侧",top:"置顶",restoreDefault:"恢复默认",saveAndApply:"保存并应用",startDate:"开始日期",endDate:"结束日期",all:"全选",SelectableFields:"可选择字段",fixedColumns:"固定列",leftmost:"左侧最多",rightmost:"右侧最多",items:"项",accurateSearchTips:"每行一个,支持多个值",accurateSearchPlaceholder:"精确搜索,一行一项",selectPlaceholder:"请选择",clear:"清空",saveSuccess:"保存成功",cancelRightFixed:"取消右侧固定",rightFixed:"固定到右侧",cancelLeftFixed:"取消左侧固定",leftFixed:"固定到左侧",cancelTop:"取消置顶",copySuccess:"复制成功",copyFailed:"复制失败"},"en-US":{today:"Today",yesterday:"Yesterday",last7days:"Last 7 days",last30days:"Last 30 days",thisMonth:"This month",lastMonth:"Last month",checkAll:"Check all",search:"Search",query:"Search",reset:"Reset",columnSetting:"Column Setting",refresh:"Refresh",cancel:"Cancel",fixedLeft:"Fixed left",fixedRight:"Fixed right",top:"Top",restoreDefault:"Restore default",saveAndApply:"Save and apply",startDate:"Start date",endDate:"End date",all:"All",SelectableFields:"Fields",fixedColumns:"Fixed columns",leftmost:"Leftmost",rightmost:"Rightmost",items:"item(s)",accurateSearchTips:"One per line, supporting multiple values",accurateSearchPlaceholder:"Accurate search, one per line",selectPlaceholder:"Please select",clear:"Clear",saveSuccess:"Successfully saved",cancelRightFixed:"Cancel right fixed",rightFixed:"Fixed to right",cancelLeftFixed:"Cancel left fixed",leftFixed:"Fixed to left",cancelTop:"Cancel top",copySuccess:"Copy successfully",copyFailed:"Copy failed"}};let E={value:"zh-CN"};E=e.ref("zh-CN");const ee=t=>{var i;return((i=$[E.value])==null?void 0:i[t])||t},D=t=>{E.value=t},S=()=>({t:ee,setLang:D,currentLang:E}),g=(t,i)=>{const l=t.__vccOpts||t;for(const[o,s]of i)l[o]=s;return l},te=!1,le=!0,M="modelValue",ie="update:modelValue",se={name:"TmSelectFilter",props:{[M]:{type:[String,Number,Array],default:""},field:{type:[String,Number],default:""},options:{type:[Array,Function],default:()=>[]},labelOptions:{type:Array,default:()=>[]},props:{type:Object,default:()=>({label:"label",value:"value"})},filterable:{type:Boolean,default:!0},clearable:{type:Boolean,default:!0},collapseTags:{type:Boolean,default:!0},multiple:{type:Boolean,default:!1},showCheckAll:{type:Boolean,default:!0},placeholder:{type:String,default:""}},data(){return{t:S().t,isVue2:te,isVue3:le,getDefaultSize:x,optionsList:[],loading:!1,indeterminate:!1,checkAll:!1,activedSelect:""}},computed:{computedValue:{get(){return this[M]},set(t){this.$emit(ie,t),this.$emit("change",t)}},fieldValue:{get(){return this.field},set(t){this.$emit("field-change",t)}},propMap(){return{label:this.props.label||"label",value:this.props.value||"value"}}},watch:{[M](t){!this.multiple||!this.showCheckAll||(t.length===0?(this.checkAll=!1,this.indeterminate=!1):t.length===this.optionsList.length?(this.checkAll=!0,this.indeterminate=!1):this.indeterminate=!0)}},created(){this.initOptions()},methods:{async initOptions(){if(Array.isArray(this.options))this.optionsList=this.options;else if(typeof this.options=="function")try{this.loading=!0;const t=await this.options();Array.isArray(t)&&(this.optionsList=t)}catch(t){console.error(t)}finally{this.loading=!1}},handleCheckAll(t){this.indeterminate=!1;let i=[];t&&(i=this.optionsList.map(l=>l[this.propMap.value])),this.computedValue=i},setActivedSelect(t){this.activedSelect=t}}},ne={key:0,class:"check-all-option"};function oe(t,i,l,o,s,n){const r=e.resolveComponent("el-option"),h=e.resolveComponent("el-select"),c=e.resolveComponent("el-checkbox");return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["advanced-select",{hasField:l.labelOptions&&l.labelOptions.length>0}])},[l.labelOptions&&l.labelOptions.length>0?(e.openBlock(),e.createBlock(h,{key:0,size:s.getDefaultSize(),class:e.normalizeClass(["field-select",`field-select--${s.isVue2?"v2":"v3"}`]),modelValue:n.fieldValue,"onUpdate:modelValue":i[0]||(i[0]=d=>n.fieldValue=d),onFocus:i[1]||(i[1]=d=>n.setActivedSelect("left")),style:e.normalizeStyle(`z-index:${s.activedSelect==="left"?2:0}`)},{default:e.withCtx(()=>[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(l.labelOptions,d=>(e.openBlock(),e.createBlock(r,{key:d.value,label:d.label,value:d.value},null,8,["label","value"]))),128))]),_:1},8,["size","class","modelValue","style"])):e.createCommentVNode("",!0),e.createVNode(h,e.mergeProps({ref:"select",class:["select",`select--${s.isVue3?"v3":"v2"}`],onFocus:i[4]||(i[4]=d=>n.setActivedSelect("right")),style:`z-index:${s.activedSelect==="right"?2:0}`,modelValue:n.computedValue,"onUpdate:modelValue":i[5]||(i[5]=d=>n.computedValue=d)},{...t.$attrs,size:s.getDefaultSize(),filterable:l.filterable,clearable:l.clearable,collapseTags:l.collapseTags,multiple:l.multiple,placeholder:l.placeholder,loading:s.loading},e.toHandlers(s.isVue2?t.$listeners:{}),{loading:s.loading}),{header:e.withCtx(()=>[s.isVue3&&l.multiple&&l.showCheckAll?(e.openBlock(),e.createBlock(c,{key:0,modelValue:s.checkAll,"onUpdate:modelValue":i[3]||(i[3]=d=>s.checkAll=d),indeterminate:s.indeterminate,size:s.getDefaultSize(),onChange:n.handleCheckAll,style:{width:"100%",height:"20px","padding-left":"10px"}},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(s.t("all")),1)]),_:1},8,["modelValue","indeterminate","size","onChange"])):e.createCommentVNode("",!0)]),default:e.withCtx(()=>[s.isVue2&&l.multiple&&l.showCheckAll?(e.openBlock(),e.createElementBlock("div",ne,[e.createVNode(c,{style:{width:"100%"},modelValue:s.checkAll,"onUpdate:modelValue":i[2]||(i[2]=d=>s.checkAll=d),indeterminate:s.indeterminate,size:s.getDefaultSize(),onChange:n.handleCheckAll},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(s.t("all")),1)]),_:1},8,["modelValue","indeterminate","size","onChange"])])):e.createCommentVNode("",!0),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(s.optionsList,d=>(e.openBlock(),e.createBlock(r,{key:d[n.propMap.value],label:d[n.propMap.label],value:d[n.propMap.value],disabled:d.disabled},{default:e.withCtx(()=>[e.renderSlot(t.$slots,"option",{item:d},()=>[e.createTextVNode(e.toDisplayString(d[n.propMap.label]),1)],!0)]),_:2},1032,["label","value","disabled"]))),128))]),_:3},16,["class","style","modelValue","loading"])],2)}const H=g(se,[["render",oe],["__scopeId","data-v-467dcdd3"]]),ae={name:"BaseIcon",props:{path:{type:String},size:{type:[String,Number]},color:{type:String}},methods:{handleClick(){}}},re=["width","height"],ce=["d"];function de(t,i,l,o,s,n){return e.openBlock(),e.createElementBlock("i",{class:"tm-icon",onClick:i[0]||(i[0]=(...r)=>n.handleClick&&n.handleClick(...r))},[(e.openBlock(),e.createElementBlock("svg",{width:l.size,height:l.size,style:e.normalizeStyle({color:l.color}),viewBox:"0 0 1024 1024",xmlns:"http://www.w3.org/2000/svg"},[e.createElementVNode("path",{d:l.path},null,8,ce)],12,re))])}const he=g(ae,[["render",de],["__scopeId","data-v-1c30ca93"]]),V=Object.entries({menu:"M160 448a32 32 0 0 1-32-32V160.064a32 32 0 0 1 32-32h256a32 32 0 0 1 32 32V416a32 32 0 0 1-32 32zm448 0a32 32 0 0 1-32-32V160.064a32 32 0 0 1 32-32h255.936a32 32 0 0 1 32 32V416a32 32 0 0 1-32 32zM160 896a32 32 0 0 1-32-32V608a32 32 0 0 1 32-32h256a32 32 0 0 1 32 32v256a32 32 0 0 1-32 32zm448 0a32 32 0 0 1-32-32V608a32 32 0 0 1 32-32h255.936a32 32 0 0 1 32 32v256a32 32 0 0 1-32 32z",more:"M76.92892277 192.94787572h864.34120754c23.20379058 0 46.40758118-17.40284367 46.40758118-46.40758118s-23.20379058-46.40758118-46.40758118-46.40758116H76.92892277c-29.00473897 0-46.40758264 17.40284367-46.40758264 46.40758116s23.20379058 46.40758118 46.40758264 46.40758118zM941.27013031 465.59241882H76.92892277c-29.00473897 0-46.40758264 17.40284367-46.40758264 46.40758118s23.20379058 46.40758118 46.40758264 46.40758118h864.34120754c23.20379058 0 46.40758118-17.40284367 46.40758118-46.40758118s-23.20379058-46.40758118-46.40758118-46.40758118zM941.27013031 825.25117589H76.92892277c-29.00473897 0-46.40758264 17.40284367-46.40758264 46.40758118s23.20379058 46.40758118 46.40758264 46.40758264h864.34120754c23.20379058 0 46.40758118-17.40284367 46.40758118-46.40758264s-23.20379058-46.40758118-46.40758118-46.40758118z",refresh:"M771.776 794.88A384 384 0 0 1 128 512h64a320 320 0 0 0 555.712 216.448H654.72a32 32 0 1 1 0-64h149.056a32 32 0 0 1 32 32v148.928a32 32 0 1 1-64 0v-50.56zM276.288 295.616h92.992a32 32 0 0 1 0 64H220.16a32 32 0 0 1-32-32V178.56a32 32 0 0 1 64 0v50.56A384 384 0 0 1 896.128 512h-64a320 320 0 0 0-555.776-216.384z",move:"M238.93333333 102.4a68.26666667 68.26666667 0 1 1 136.53333334 0 68.26666667 68.26666667 0 0 1-136.53333334 0z m409.6 0a68.26666667 68.26666667 0 1 1 136.53333334 0 68.26666667 68.26666667 0 0 1-136.53333334 0zM238.93333333 375.46666667a68.26666667 68.26666667 0 1 1 136.53333334 0 68.26666667 68.26666667 0 0 1-136.53333334 0z m409.6 0a68.26666667 68.26666667 0 1 1 136.53333334 0 68.26666667 68.26666667 0 0 1-136.53333334 0z m-409.6 273.06666666a68.26666667 68.26666667 0 1 1 136.53333334 0 68.26666667 68.26666667 0 0 1-136.53333334 0z m409.6 0a68.26666667 68.26666667 0 1 1 136.53333334 0 68.26666667 68.26666667 0 0 1-136.53333334 0z m-341.33333333 204.8a68.26666667 68.26666667 0 1 0 0 136.53333334 68.26666667 68.26666667 0 0 0 0-136.53333334z m341.33333333 68.26666667a68.26666667 68.26666667 0 1 1 136.53333334 0 68.26666667 68.26666667 0 0 1-136.53333334 0z","column-setting":"M436.05333334 18.36373333a109.22666667 109.22666667 0 0 1 109.22666666 0l345.56586667 199.54346667c33.792 19.52426667 54.61333333 55.56906667 54.61333333 94.54933333V580.26666667h-81.92V312.45653333a27.30666667 27.30666667 0 0 0-13.65333333-23.62026666L504.32 89.2928a27.30666667 27.30666667 0 0 0-27.30666666 0L131.44746667 288.83626667a27.30666667 27.30666667 0 0 0-13.65333333 23.62026666v399.08693334a27.30666667 27.30666667 0 0 0 13.65333333 23.62026666L477.01333334 934.7072a27.30666667 27.30666667 0 0 0 27.30666666 0l54.61333334-31.5392v94.54933333l-13.65333334 7.91893334a109.22666667 109.22666667 0 0 1-109.22666666 0l-345.56586667-199.54346667a109.22666667 109.22666667 0 0 1-54.61333333-94.54933333V312.45653333c0-38.98026667 20.82133333-75.09333333 54.61333333-94.54933333L436.05333334 18.36373333z","fixed-left":"M843.36363653 311.54545478l-53.18181827 1e-8-20.45454521 28.63636347-163.63636435 204.54545479-24.54545391 28.63636347 12.27272695 36.81818175c8.18181826 28.63636347 12.27272695 57.27272695 12.27272696 85.90909042 0 32.72727305-4.09090869 61.36363652-16.36363565 90-4.09090869 16.36363653-12.27272695 32.72727306-24.54545479 49.09090957l-163.63636347-163.63636347-40.90909131-40.90909132-12.27272695-12.27272695-163.63636348-163.63636347c28.63636347-16.36363653 61.36363652-28.63636347 94.09090869-32.72727305 45-8.18181826 90-4.09090869 134.99999999 8.18181826l36.81818175 12.27272695 28.63636347-24.54545391 204.54545479-163.63636435 28.63636347-16.36363564 0-32.72727305L712.45454521 184.72727305l130.90909132 126.81818173zM941.54545479 327.90909131c0-8.18181826-4.09090869-16.36363653-8.18181826-24.54545478L720.63636348 94.72727305c-12.27272695-16.36363653-36.81818174-12.27272695-49.09090869 4.0909087-20.45454521 28.63636347-28.63636347 65.45454521-28.63636348 98.18181825l0 4.09090869-204.54545478 163.63636436c-110.45454521-36.81818174-233.18181826-16.36363653-327.27272784 61.36363564-8.18181826 8.18181826-12.27272695 16.36363653-12.27272694 24.54545478 0 8.18181826 4.09090869 16.36363653 8.18181825 24.5454548l196.36363653 196.36363652-212.72727305 212.72727216c-4.09090869 4.09090869-8.18181826 12.27272695-8.18181826 20.4545461s4.09090869 16.36363653 8.18181826 20.4545452c12.27272695 12.27272695 32.72727306 12.27272695 45 1e-8L352.45454522 716.54545479l196.36363652 196.36363652c12.27272695 12.27272695 36.81818174 12.27272695 49.09090957-4.09090957C651.09090869 847.45454521 675.63636347 773.81818174 675.63636346 696.09090869c0-36.81818173-4.09090869-73.63636348-16.36363651-106.36363564l163.63636436-204.54545479c36.81818173 0 73.63636348-8.18181826 106.36363564-28.63636347C937.45454519 348.36363653 941.54545478 336.09090869 941.54545479 327.90909131z","fixed-right":"M311.54545479 180.63636347v53.18181827l28.63636347 20.45454521 204.54545479 163.63636436 28.63636347 24.5454539 36.81818174-12.27272695c28.63636347-8.18181826 57.27272695-12.27272695 85.90909043-12.27272695 32.72727305 0 61.36363652 4.09090869 90 16.36363564 16.36363653 4.09090869 32.72727305 12.27272695 49.09090957 24.54545479l-163.63636347 163.63636347-40.90909132 40.90909131-12.27272695 12.27272695-163.63636347 163.63636348c-16.36363653-28.63636347-28.63636347-61.36363652-32.72727305-94.09090869-8.18181826-45-4.09090869-90 8.18181826-135l12.27272695-36.81818174-24.5454539-28.63636347-163.63636436-204.54545479-16.36363564-28.63636347h-32.72727305H184.72727305l126.81818174-130.90909132zM327.90909131 82.45454521c-8.18181826 0-16.36363653 4.09090869-24.54545478 8.18181826L94.72727305 303.36363652c-16.36363653 12.27272695-12.27272695 36.81818174 4.09090869 49.09090869 28.63636347 20.45454521 65.45454521 28.63636347 98.18181826 28.63636348h4.09090869l163.63636436 204.54545478c-36.81818174 110.45454521-16.36363653 233.18181826 61.36363564 327.27272784 8.18181826 8.18181826 16.36363653 12.27272695 24.54545478 12.27272695 8.18181826 0 16.36363653-4.09090869 24.54545479-8.18181826l196.36363653-196.36363653 212.72727216 212.72727305c4.09090869 4.09090869 12.27272695 8.18181826 20.4545461 8.18181827s16.36363653-4.09090869 20.45454521-8.18181827c12.27272695-12.27272695 12.27272695-32.72727305 0-45L716.54545479 671.54545479l196.36363652-196.36363653c12.27272695-12.27272695 12.27272695-36.81818174-4.09090957-49.09090957C847.45454521 372.90909131 773.81818174 348.36363653 696.09090869 348.36363653c-36.81818174 0-73.63636348 4.09090869-106.36363564 16.36363652l-204.54545479-163.63636436c0-36.81818174-8.18181826-73.63636348-28.63636347-106.36363564C348.36363653 86.54545479 336.09090869 82.45454521 327.90909131 82.45454521z",upload:"M160 832h704a32 32 0 1 1 0 64H160a32 32 0 1 1 0-64m384-578.304V704h-64V247.296L237.248 490.048 192 444.8 508.8 128l316.8 316.8-45.312 45.248z",download:"M160 832h704a32 32 0 1 1 0 64H160a32 32 0 1 1 0-64m384-253.696 236.288-236.352 45.248 45.248L508.8 704 192 387.2l45.248-45.248L480 584.704V128h64z",delete:"M160 256H96a32 32 0 0 1 0-64h256V95.936a32 32 0 0 1 32-32h256a32 32 0 0 1 32 32V192h256a32 32 0 1 1 0 64h-64v672a32 32 0 0 1-32 32H192a32 32 0 0 1-32-32zm448-64v-64H416v64zM224 896h576V256H224zm192-128a32 32 0 0 1-32-32V416a32 32 0 0 1 64 0v320a32 32 0 0 1-32 32m192 0a32 32 0 0 1-32-32V416a32 32 0 0 1 64 0v320a32 32 0 0 1-32 32",copy:"M128 320v576h576V320zm-32-64h640a32 32 0 0 1 32 32v640a32 32 0 0 1-32 32H96a32 32 0 0 1-32-32V288a32 32 0 0 1 32-32M960 96v704a32 32 0 0 1-32 32h-96v-64h64V128H384v64h-64V96a32 32 0 0 1 32-32h576a32 32 0 0 1 32 32M256 672h320v64H256zm0-192h320v64H256z"}).reduce((t,[i,l])=>{const o=`${i}Icon`,s={name:o,props:{path:{type:String,default:l},size:{type:[String,Number]},color:{type:String}},render(n){return e.h(he,this.$props)}};return s.install=n=>{n.component(o,s)},t[i]=s,t},{}),ue=V.menu,me=V.refresh,pe=V.move;V["column-setting"];const fe=V.more,ge=V["fixed-left"],be=V["fixed-right"],ye=V.upload,Ce=V.download,ke=V.delete,X=V.copy,{t:A}=S(),Ve=!1,xe=!0,Se={name:"TmEllipsisText",components:{CopyIcon:X},props:{text:{type:String,required:!0},width:{type:[String,Number],default:"auto"},maxWidth:{type:[String,Number],default:"100%"},lines:{type:Number,default:1},showTooltip:{type:Boolean,default:!0},lineHeight:{type:[String,Number]},copyable:{type:Boolean,default:!1}},data(){return{isVue2:Ve,isVue3:xe,isOverflow:!1,currentLines:1,resizeObserver:null}},computed:{tooltipDisabled(){return!this.showTooltip||!this.isOverflow},textStyle(){const t=typeof this.width=="number"?`${this.width}px`:this.width,i=typeof this.maxWidth=="number"?`${this.maxWidth}px`:this.maxWidth;return{width:t,maxWidth:i,lineHeight:this.lineHeight,display:"-webkit-inline-box",overflow:"hidden",WebkitBoxOrient:"vertical",WebkitLineClamp:this.lines}}},mounted(){this.checkOverflow(),this.setupResizeObserver()},beforeDestroy(){this.cleanupResizeObserver()},beforeUnmount(){this.cleanupResizeObserver()},watch:{text(){this.$nextTick(this.checkOverflow)}},methods:{checkOverflow(){this.$refs.textEl&&this.$nextTick(()=>{this.$nextTick(()=>{this.performOverflowCheck()})})},performOverflowCheck(){var d;const t=this.$refs.textEl;if(!t)return;const i=getComputedStyle(t);if(!i.width||i.width==="0px"){this.$nextTick(()=>{this.performOverflowCheck()});return}const l=t.scrollHeight,o=t.scrollWidth,s=t.clientHeight,n=t.clientWidth,r=1,h=l>s+r,c=o>n+r;if(h||c){this.isOverflow=!0;const m=parseFloat(i.lineHeight)||16;this.currentLines=Math.ceil(l/m)}else{const m=t.getBoundingClientRect(),C=(d=t.parentElement)==null?void 0:d.getBoundingClientRect();if(C){const k=m.height>C.height||m.width>C.width;this.isOverflow=k}else this.isOverflow=!1;this.currentLines=1}},setupResizeObserver(){window.ResizeObserver&&this.$nextTick(()=>{try{this.resizeObserver=new ResizeObserver(()=>{this.checkOverflow()});const t=this.$el;t&&t instanceof Element&&this.resizeObserver.observe(t)}catch(t){console.warn("Failed to setup ResizeObserver:",t)}})},cleanupResizeObserver(){if(this.resizeObserver)try{this.resizeObserver.disconnect()}catch(t){console.warn("Failed to disconnect ResizeObserver:",t)}finally{this.resizeObserver=null}},handleCopy(){navigator.clipboard&&window.isSecureContext?navigator.clipboard.writeText(this.text).then(()=>{this.$message.success(A("copySuccess"))}).catch(()=>{this.fallbackCopy()}):this.fallbackCopy()},fallbackCopy(){const t=document.createElement("textarea");t.value=this.text,t.style.position="fixed",t.style.left="-999999px",t.style.top="-999999px",document.body.appendChild(t),t.focus(),t.select();try{document.execCommand("copy"),this.$message.success(A("copySuccess"))}catch{this.$message.error(A("copyFailed"))}document.body.removeChild(t)}}},_e={class:"ellipsis-text-container"};function Te(t,i,l,o,s,n){const r=e.resolveComponent("CopyIcon"),h=e.resolveComponent("el-tooltip");return e.openBlock(),e.createBlock(h,e.mergeProps({disabled:n.tooltipDisabled,content:l.text,effect:"dark",placement:"top"},{[s.isVue2?"open-delay":"show-after"]:300}),{default:e.withCtx(()=>[e.createElementVNode("div",_e,[e.createElementVNode("div",{ref:"textEl",class:"ellipsis-text",style:e.normalizeStyle(n.textStyle)},e.toDisplayString(l.text),5),e.createElementVNode("div",{class:e.normalizeClass(["toolbar",{multiline:s.currentLines>1&&l.lines>1}])},[l.copyable?(e.openBlock(),e.createBlock(r,{key:0,class:"icon-item",onClick:n.handleCopy},null,8,["onClick"])):e.createCommentVNode("",!0)],2)])]),_:1},16,["disabled","content"])}const w=g(Se,[["render",Te],["__scopeId","data-v-0979131f"]]),we=!1,ze=!0,Be={name:"TmAdvancedInputFilter",components:{MoreIcon:fe,EllipsisText:w},props:{label:{type:String,default:""},value:{type:String,default:""},field:{type:[String,Number],default:""},placeholder:{type:String,default:""},multiple:{type:Boolean,default:!1},labelOptions:{type:Array,default:()=>[]}},data(){return{t:S().t,isVue3:ze,isVue2:we,getDefaultSize:x,getCompatSize:F,exactValue:"",inputValue:"",isExactMode:!1,currentOptionMultiple:!1}},computed:{width(){return this.labelOptions&&this.labelOptions.length||this.label?"305px":"200px"},fieldValue:{get(){return this.field},set(t){this.$emit("field-change",t)}},shouldShowMultiple(){return this.currentOptionMultiple!==null?this.currentOptionMultiple:this.multiple},selectedOption(){return!this.labelOptions||!this.labelOptions.length||!this.field?null:this.labelOptions.find(t=>t.value===this.field)}},watch:{labelOptions:{handler(t){t&&t.length>0&&(this.field||this.$emit("field-change",t[0].value),this.updateCurrentOptionMultiple())},deep:!0,immediate:!0},field:{handler(){this.updateCurrentOptionMultiple()},immediate:!0},isExactMode(t){t?this.$emit("value-change",this.exactValue):this.$emit("value-change",this.inputValue)},exactValue(t){this.$emit("value-change",t)},inputValue(t){this.$emit("value-change",t)},value:{handler(t){this.isExactMode?this.exactValue=t:this.inputValue=t},immediate:!0}},methods:{handlePopoverClose(){document.activeElement&&document.activeElement.blur(),this.isExactMode=!1},handleVisibleChange(t){this.isExactMode=t},handlefieldChange(t){this.$emit("field-change",t),this.updateCurrentOptionMultiple()},updateCurrentOptionMultiple(){const t=this.selectedOption;t&&"multiple"in t?this.currentOptionMultiple=t.multiple:this.currentOptionMultiple=this.multiple},handleExactSearch(){this.$emit("value-change",this.exactValue),this.$emit("search",this.exactValue)},handleClear(){this.exactValue="",this.$emit("value-change","")},handleEnter(){this.$emit("search")}},created(){this.updateCurrentOptionMultiple()}},Fe={key:1,class:"input-label"},Le={class:"popover-content"},Ee={class:"popover-subtitle"},De={class:"popover-footer"};function Oe(t,i,l,o,s,n){const r=e.resolveComponent("el-option"),h=e.resolveComponent("el-select"),c=e.resolveComponent("EllipsisText"),d=e.resolveComponent("el-input"),m=e.resolveComponent("el-button"),C=e.resolveComponent("MoreIcon"),k=e.resolveComponent("el-popover");return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["tm-advanced-input",`tm-advanced-input--${s.isVue3?"v3":"v2"}`]),style:e.normalizeStyle({width:n.width})},[l.labelOptions&&l.labelOptions.length?(e.openBlock(),e.createBlock(h,{key:0,modelValue:n.fieldValue,"onUpdate:modelValue":i[0]||(i[0]=y=>n.fieldValue=y),placeholder:s.t("selectPlaceholder"),style:{width:"100px","flex-shrink":"0"},size:s.getDefaultSize(),class:"left-select",onChange:n.handlefieldChange},{default:e.withCtx(()=>[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(l.labelOptions,y=>(e.openBlock(),e.createBlock(r,{key:y.value,label:y.label,value:y.value},null,8,["label","value"]))),128))]),_:1},8,["modelValue","placeholder","size","onChange"])):l.label?(e.openBlock(),e.createElementBlock("div",Fe,[e.createVNode(c,{text:l.label,lines:2},null,8,["text"])])):e.createCommentVNode("",!0),e.createVNode(d,{modelValue:s.inputValue,"onUpdate:modelValue":i[2]||(i[2]=y=>s.inputValue=y),size:s.getDefaultSize(),placeholder:l.placeholder,onKeyup:e.withKeys(n.handleEnter,["enter","native"]),clearable:"",class:e.normalizeClass(["right-input",{"has-label":l.labelOptions&&l.labelOptions.length}])},{default:e.withCtx(()=>[n.shouldShowMultiple?(e.openBlock(),e.createBlock(k,e.mergeProps({key:0,slot:"append"},{[s.isVue3?"visible":"value"]:s.isExactMode,placement:"bottom-end",width:260,trigger:"click"},e.toHandlers({[s.isVue3?"update:visible":"input"]:n.handleVisibleChange})),{reference:e.withCtx(()=>[e.createVNode(C,{style:{cursor:"pointer"}})]),default:e.withCtx(()=>[e.createElementVNode("div",Le,[e.createElementVNode("p",Ee,e.toDisplayString(s.t("accurateSearchTips")),1),e.createVNode(d,{size:s.getDefaultSize(),type:"textarea",rows:8,modelValue:s.exactValue,"onUpdate:modelValue":i[1]||(i[1]=y=>s.exactValue=y),placeholder:s.t("accurateSearchPlaceholder"),style:{"font-size":"12px"}},null,8,["size","modelValue","placeholder"]),e.createElementVNode("div",De,[e.createVNode(m,{style:{float:"left"},size:s.getCompatSize("mini"),onClick:n.handleClear},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(s.t("clear")),1)]),_:1},8,["size","onClick"]),e.createVNode(m,{size:s.getCompatSize("mini"),onClick:n.handlePopoverClose},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(s.t("cancel")),1)]),_:1},8,["size","onClick"]),e.createVNode(m,{type:"primary",size:s.getCompatSize("mini"),onClick:n.handleExactSearch},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(s.t("search")),1)]),_:1},8,["size","onClick"])])])]),_:1},16)):e.createCommentVNode("",!0)]),_:1},8,["modelValue","size","placeholder","onKeyup","class"])],6)}const R=g(Be,[["render",Oe],["__scopeId","data-v-6b474dac"]]),{t:b}=S(),Ne=!1,Me=!0,He="modelValue",Ae={name:"TmAdvancedDateFilter",components:{EllipsisText:w},props:{value:{type:[Array,String,Date],default:()=>null},field:{type:[String,Number],default:""},start:{type:[String,Number],default:""},end:{type:[String,Number],default:""},size:{type:String,default:"mini"},labelOptions:{type:Array,default:()=>[]},label:{type:String,default:""},type:{type:String,default:"daterange",validator:t=>["date","daterange","datetime","datetimerange","year","month","dates","months","years","week","monthrange"].includes(t)},format:{type:String,default:""},startPlaceholder:{type:String,default:void 0},endPlaceholder:{type:String,default:void 0},placeholder:{type:String,default:void 0},rangeSeparator:{type:String,default:"-"},disabled:{type:Boolean,default:!1},clearable:{type:Boolean,default:!0},readonly:{type:Boolean,default:!1},editable:{type:Boolean,default:!0},align:{type:String,default:"left"},popperClass:{type:String,default:""},defaultValue:{type:[Date,Array],default:null},defaultTime:{type:[Date,String,Array],default:null},shortcuts:{type:Array,default:()=>[]},pastOnly:{type:Boolean,default:!1}},computed:{isRangeType(){return["daterange","datetimerange","monthrange"].includes(this.type)},computedStartPlaceholder(){if(this.isRangeType)return this.startPlaceholder!==void 0?this.startPlaceholder:b("startDate")},computedEndPlaceholder(){if(this.isRangeType)return this.endPlaceholder!==void 0?this.endPlaceholder:b("endDate")},computedDatePickerStyle(){const t=this.labelOptions&&this.labelOptions.length>0,i=this.label&&!this.isRangeType&&(!this.labelOptions||this.labelOptions.length===0);return t?"width: 206px":i?"width: 200px":"width: 306px"},computedFormat(){const t="YYYY",i="DD";return this.format?this.format:this.type==="year"?t:this.type==="month"?`${t}-MM`:this.type==="date"?`${t}-MM-${i}`:this.type==="dates"?`${t}-MM-${i}`:this.type==="months"?`${t}-MM`:this.type==="years"?t:this.type==="week"?`${t}-MM-WW`:this.type==="datetime"?`${t}-MM-${i} HH:mm:ss`:this.type==="datetimerange"?`${t}-MM-${i} HH:mm:ss`:this.type==="daterange"?`${t}-MM-${i}`:this.type==="monthrange"?`${t}-MM`:""},computedPickerOptions(){const t={};if(this.pastOnly&&(t.disabledDate=i=>i.getTime()>Date.now()),["daterange","datetimerange"].includes(this.type)){const i=this.type==="datetimerange";t.shortcuts=this.shortcuts.length>0?this.shortcuts:[{text:b("today"),onClick(l){const o=new Date,s=new Date;i&&(s.setHours(0,0,0,0),o.setHours(23,59,59,999)),l.$emit("pick",[s,o])}},{text:b("yesterday"),onClick(l){const o=new Date,s=new Date;s.setTime(s.getTime()-3600*1e3*24),o.setTime(o.getTime()-3600*1e3*24),i&&(s.setHours(0,0,0,0),o.setHours(23,59,59,999)),l.$emit("pick",[s,o])}},{text:b("last7days"),onClick(l){const o=new Date,s=new Date;s.setTime(s.getTime()-3600*1e3*24*7),i&&(s.setHours(0,0,0,0),o.setHours(23,59,59,999)),l.$emit("pick",[s,o])}},{text:b("last30days"),onClick(l){const o=new Date,s=new Date;s.setTime(s.getTime()-3600*1e3*24*30),i&&(s.setHours(0,0,0,0),o.setHours(23,59,59,999)),l.$emit("pick",[s,o])}},{text:b("thisMonth"),onClick(l){const o=new Date,s=new Date;s.setDate(1),i&&(s.setHours(0,0,0,0),o.setHours(23,59,59,999)),l.$emit("pick",[s,o])}},{text:b("lastMonth"),onClick(l){const o=new Date,s=new Date;s.setMonth(s.getMonth()-1),s.setDate(1),o.setDate(0),i&&(s.setHours(0,0,0,0),o.setHours(23,59,59,999)),l.$emit("pick",[s,o])}}]}return t},computedShortcuts(){if(!["daterange","datetimerange"].includes(this.type))return[];if(this.shortcuts&&this.shortcuts.length>0)return this.shortcuts;const t=this.type==="datetimerange";return[{text:b("today"),value:()=>{const i=new Date,l=new Date;return t&&(l.setHours(0,0,0,0),i.setHours(23,59,59,999)),[l,i]}},{text:b("yesterday"),value:()=>{const i=new Date,l=new Date;return l.setTime(l.getTime()-3600*1e3*24),i.setTime(i.getTime()-3600*1e3*24),t&&(l.setHours(0,0,0,0),i.setHours(23,59,59,999)),[l,i]}},{text:b("last7days"),value:()=>{const i=new Date,l=new Date;return l.setTime(l.getTime()-3600*1e3*24*7),t&&(l.setHours(0,0,0,0),i.setHours(23,59,59,999)),[l,i]}},{text:b("last30days"),value:()=>{const i=new Date,l=new Date;return l.setTime(l.getTime()-3600*1e3*24*30),t&&(l.setHours(0,0,0,0),i.setHours(23,59,59,999)),[l,i]}},{text:b("thisMonth"),value:()=>{const i=new Date,l=new Date;return l.setDate(1),t&&(l.setHours(0,0,0,0),i.setHours(23,59,59,999)),[l,i]}},{text:b("lastMonth"),value:()=>{const i=new Date,l=new Date;return l.setMonth(l.getMonth()-1),l.setDate(1),i.setDate(0),t&&(l.setHours(0,0,0,0),i.setHours(23,59,59,999)),[l,i]}}]},computedDisabledDate(){return this.pastOnly?t=>t.getTime()>Date.now():null},computedDefaultTime(){let t=this.defaultTime;if(this.type==="datetimerange"&&!this.defaultTime&&(t=["00:00:00","23:59:59"]),this.isVue2)return t;if(t){if(this.type==="datetimerange"&&Array.isArray(t))return t.map(i=>{if(typeof i=="string"){const l=new Date,[o,s,n]=i.split(":").map(Number);return new Date(l.getFullYear(),l.getMonth(),l.getDate(),o,s,n||0)}return i});if(this.type==="datetime"&&typeof t=="string"){const i=new Date,[l,o,s]=t.split(":").map(Number);return new Date(i.getFullYear(),i.getMonth(),i.getDate(),l,o,s||0)}return t}},dateValue(){return this.isRangeType?this.start||this.end?[this.start,this.end]:this.value:this.value},fieldValue:{get(){return this.field},set(t){this.$emit("field-change",t)}}},data(){return{t:b,isVue2:Ne,isVue3:Me,getDefaultSize:x,valueField:He}},methods:{handleDateChange(t){this.isRangeType?(this.$emit("value-change",t),t&&Array.isArray(t)&&t.length===2?(this.$emit("start-change",t),this.$emit("end-change",t)):(this.$emit("start-change",[]),this.$emit("end-change",[]))):this.$emit("value-change",t)},handleBlur(t){this.$emit("blur",t)},handleFocus(t){this.$emit("focus",t)}},watch:{labelOptions:{handler(t){t&&t.length>0&&!this.field&&this.$emit("field-change",t[0].value)},deep:!0,immediate:!0}}},Re={key:1,class:"date-label"};function Pe(t,i,l,o,s,n){const r=e.resolveComponent("el-option"),h=e.resolveComponent("el-select"),c=e.resolveComponent("EllipsisText"),d=e.resolveComponent("el-date-picker");return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["tm-date-picker",[`tm-date-picker--${s.isVue3?"v3":"v2"}`,{"has-select":l.labelOptions&&l.labelOptions.length>0,"has-label":l.label&&!n.isRangeType&&(!l.labelOptions||l.labelOptions.length===0)}]])},[l.labelOptions&&l.labelOptions.length>0?(e.openBlock(),e.createBlock(h,{key:0,modelValue:n.fieldValue,"onUpdate:modelValue":i[0]||(i[0]=m=>n.fieldValue=m),size:s.getDefaultSize(),style:{width:"100px"}},{default:e.withCtx(()=>[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(l.labelOptions,m=>(e.openBlock(),e.createBlock(r,{key:m.value,label:m.label,value:m.value},null,8,["label","value"]))),128))]),_:1},8,["modelValue","size"])):l.label?(e.openBlock(),e.createElementBlock("div",Re,[e.createVNode(c,{text:l.label,lines:2},null,8,["text"])])):e.createCommentVNode("",!0),s.isVue2?(e.openBlock(),e.createBlock(d,{key:2,value:n.dateValue,type:l.type,size:s.getDefaultSize(),"range-separator":l.rangeSeparator,"start-placeholder":n.computedStartPlaceholder,"end-placeholder":n.computedEndPlaceholder,placeholder:l.placeholder,"picker-options":n.computedPickerOptions,style:e.normalizeStyle(n.computedDatePickerStyle),format:n.computedFormat,"value-format":n.computedFormat,disabled:l.disabled,clearable:l.clearable,readonly:l.readonly,editable:l.editable,align:l.align,"popper-class":l.popperClass,"default-value":l.defaultValue,"default-time":n.computedDefaultTime,onInput:n.handleDateChange,onChange:n.handleDateChange,onBlur:n.handleBlur,onFocus:n.handleFocus},null,8,["value","type","size","range-separator","start-placeholder","end-placeholder","placeholder","picker-options","style","format","value-format","disabled","clearable","readonly","editable","align","popper-class","default-value","default-time","onInput","onChange","onBlur","onFocus"])):(e.openBlock(),e.createBlock(d,{key:3,"model-value":n.dateValue,type:l.type,size:s.getDefaultSize(),"range-separator":l.rangeSeparator,"start-placeholder":n.computedStartPlaceholder,"end-placeholder":n.computedEndPlaceholder,placeholder:l.placeholder,shortcuts:n.computedShortcuts,"disabled-date":n.computedDisabledDate,style:e.normalizeStyle(n.computedDatePickerStyle),format:n.computedFormat,"value-format":n.computedFormat,disabled:l.disabled,clearable:l.clearable,readonly:l.readonly,editable:l.editable,teleported:!1,"popper-class":l.popperClass,"default-value":l.defaultValue,"default-time":n.computedDefaultTime,"onUpdate:modelValue":n.handleDateChange,onChange:n.handleDateChange,onBlur:n.handleBlur,onFocus:n.handleFocus},null,8,["model-value","type","size","range-separator","start-placeholder","end-placeholder","placeholder","shortcuts","disabled-date","style","format","value-format","disabled","clearable","readonly","editable","popper-class","default-value","default-time","onUpdate:modelValue","onChange","onBlur","onFocus"]))],2)}const P=g(Ae,[["render",Pe],["__scopeId","data-v-7d46d46b"]]),Ie=!1,ve={name:"TmCascaderFilter",props:{value:{type:[String,Number,Array],default:""},options:{type:[Array,Function],default:()=>[]},props:{type:Object,default:()=>({label:"label",value:"value",children:"children",expandTrigger:"hover"})},filterable:{type:Boolean,default:!0},clearable:{type:Boolean,default:!0},collapseTags:{type:Boolean,default:!0},collapseTagsTooltip:{type:Boolean,default:!0},placeholder:{type:String,default:""}},data(){return{isVue2:Ie,getDefaultSize:x,selectedValue:this.value,optionsList:[],loading:!1}},computed:{propMap(){return{label:this.props.label||"label",value:this.props.value||"value",children:this.props.children||"children"}},cascaderProps(){return{...this.props,expandTrigger:this.props.expandTrigger||"hover"}}},watch:{value:{immediate:!0,handler(t){this.selectedValue=t}},options:{immediate:!0,handler(t){this.initOptions(t)}},selectedValue(t){this.$emit("input",t),this.$emit("change",t)}},methods:{async initOptions(t){if(typeof t=="function")try{this.loading=!0;const i=await t();Array.isArray(i)&&(this.optionsList=i)}catch(i){console.error(i)}finally{this.loading=!1}else Array.isArray(t)&&(this.optionsList=t)}}};function We(t,i,l,o,s,n){const r=e.resolveComponent("el-cascader");return e.openBlock(),e.createBlock(r,e.mergeProps({ref:"cascader",class:["tm-cascader",`tm-cascader--${s.isVue2?"v2":"v3"}`],modelValue:s.selectedValue,"onUpdate:modelValue":i[0]||(i[0]=h=>s.selectedValue=h),style:{width:"200px"}},{...t.$attrs,size:s.getDefaultSize(),filterable:l.filterable,clearable:l.clearable,collapseTags:l.collapseTags,collapseTagsTooltip:l.collapseTagsTooltip,props:n.cascaderProps,placeholder:l.placeholder,options:s.optionsList,loading:s.loading},e.toHandlers(s.isVue2?t.$listeners:{})),{default:e.withCtx(({node:h,data:c})=>[e.renderSlot(t.$slots,"default",{node:h,data:c},()=>[e.createElementVNode("span",null,e.toDisplayString(c[n.propMap.label]),1)])]),_:3},16,["class","modelValue"])}const I=g(ve,[["render",We]]),Ue=!1,je=!0,Je={name:"TmRadioFilter",props:{value:{type:[String,Number],default:""},options:{type:[Array,Function],default:()=>[]},props:{type:Object,default:()=>({label:"label",value:"value"})},size:{type:String,default:"mini"},width:{type:[String,Number],default:200}},data(){return{isVue2:Ue,isVue3:je,getDefaultSize:x,selectedValue:this.value,optionsList:[],loading:!1}},computed:{propMap(){return{label:this.props.label||"label",value:this.props.value||"value"}},hasWideOptions(){return this.optionsList.length>4},calculateItemWidth(){if(!this.optionsList.length)return{};const i=`${(this.hasWideOptions?305:200)/this.optionsList.length}px`;return{width:i,flex:`0 0 ${i}`}}},watch:{value:{immediate:!0,handler(t){this.selectedValue=t}},options:{immediate:!0,handler(t){this.$slots.default||this.initOptions(t)}},selectedValue(t){this.$emit("input",t),this.$emit("change",t)}},methods:{async initOptions(t){if(typeof t=="function")try{this.loading=!0;const i=await t();Array.isArray(i)&&(this.optionsList=i)}catch(i){console.error(i)}finally{this.loading=!1}else Array.isArray(t)&&(this.optionsList=t)}}};function Ke(t,i,l,o,s,n){const r=e.resolveComponent("el-radio-button"),h=e.resolveComponent("el-radio-group");return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["tm-radio",{"wide-mode":n.hasWideOptions,"tm-radio--v3":s.isVue3,"tm-radio--v2":s.isVue2}])},[e.createVNode(h,e.mergeProps({ref:"radioGroup",modelValue:s.selectedValue,"onUpdate:modelValue":i[0]||(i[0]=c=>s.selectedValue=c)},{...t.$attrs,size:s.getDefaultSize()},e.toHandlers(s.isVue2?t.$listeners:{})),{default:e.withCtx(()=>[t.$slots.default?e.renderSlot(t.$slots,"default",{key:0},void 0,!0):(e.openBlock(!0),e.createElementBlock(e.Fragment,{key:1},e.renderList(s.optionsList,c=>(e.openBlock(),e.createBlock(r,e.mergeProps({ref_for:!0},{[s.isVue3?"value":"label"]:c[n.propMap.value],disabled:c.disabled,style:n.calculateItemWidth},{key:c[n.propMap.value]}),{default:e.withCtx(()=>[e.renderSlot(t.$slots,"option",{item:c},()=>[e.createTextVNode(e.toDisplayString(c[n.propMap.label]),1)],!0)]),_:2},1040))),128))]),_:3},16,["modelValue"])],2)}const v=g(Je,[["render",Ke],["__scopeId","data-v-61fed13d"]]),Qe=!1,qe=!0,Ye={name:"TmCheckboxFilter",props:{value:{type:Array,default:()=>[]},options:{type:[Array,Function],default:()=>[]},props:{type:Object,default:()=>({label:"label",value:"value"})},size:{type:String,default:"mini"},width:{type:[String,Number],default:200}},data(){return{isVue2:Qe,isVue3:qe,getDefaultSize:x,selectedValue:this.value||[],optionsList:[],loading:!1}},computed:{propMap(){return{label:this.props.label||"label",value:this.props.value||"value"}},hasWideOptions(){return this.optionsList.length>4},calculateItemWidth(){if(!this.optionsList.length)return{};const t=Math.ceil(this.optionsList.length/(this.hasWideOptions?6:4)),i=Math.ceil(this.optionsList.length/t),o=`${(this.hasWideOptions?305:200)/i}px`;return{width:o,flex:`0 0 ${o}`}}},watch:{value:{immediate:!0,handler(t){this.selectedValue=t||[]}},options:{immediate:!0,handler(t){this.$slots.default||this.initOptions(t)}},selectedValue(t){this.$emit("input",t),this.$emit("change",t)}},methods:{async initOptions(t){if(typeof t=="function")try{this.loading=!0;const i=await t();Array.isArray(i)&&(this.optionsList=i)}catch(i){console.error(i)}finally{this.loading=!1}else Array.isArray(t)&&(this.optionsList=t)}}};function Ge(t,i,l,o,s,n){const r=e.resolveComponent("el-checkbox-button"),h=e.resolveComponent("el-checkbox-group");return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["tm-checkbox",{"wide-mode":n.hasWideOptions,"tm-checkbox--v3":s.isVue3,"tm-checkbox--v2":s.isVue2}])},[e.createVNode(h,e.mergeProps({ref:"checkboxGroup",modelValue:s.selectedValue,"onUpdate:modelValue":i[0]||(i[0]=c=>s.selectedValue=c)},{...t.$attrs,size:s.getDefaultSize()},e.toHandlers(s.isVue2?t.$listeners:{})),{default:e.withCtx(()=>[t.$slots.default?e.renderSlot(t.$slots,"default",{key:0},void 0,!0):(e.openBlock(!0),e.createElementBlock(e.Fragment,{key:1},e.renderList(s.optionsList,c=>(e.openBlock(),e.createBlock(r,e.mergeProps({key:c[n.propMap.value]},{ref_for:!0},{[s.isVue3?"value":"label"]:c[n.propMap.value],disabled:c.disabled,style:n.calculateItemWidth}),{default:e.withCtx(()=>[e.renderSlot(t.$slots,"option",{item:c},()=>[e.createTextVNode(e.toDisplayString(c[n.propMap.label]),1)],!0)]),_:2},1040))),128))]),_:3},16,["modelValue"])],2)}const W=g(Ye,[["render",Ge],["__scopeId","data-v-b44866b1"]]),Xe=!1,Ze={name:"TmSwitchFilter",props:{value:{type:Boolean,default:!1},label:{type:String,default:""}},data(){return{isVue2:Xe,getDefaultSize:x,switchValue:this.value}},computed:{containerWidthClass(){const t=n=>{if(!n)return 0;let r=0;for(let h=0;h<n.length;h++){const c=n.charAt(h);r+=/[\u4e00-\u9fa5]/.test(c)?2:1}return r},i=t(this.$attrs["active-text"]),l=t(this.$attrs["inactive-text"]),o=t(this.$attrs.label),s=i+l+o;return s>20?"wide-container":s>6?"medium-container":"narrow-container"}},watch:{value:{immediate:!0,handler(t){this.switchValue=t}},switchValue(t){this.$emit("input",t),this.$emit("change",t)}}},$e={key:0,class:"switch-label"};function et(t,i,l,o,s,n){const r=e.resolveComponent("el-switch");return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["tm-switch",n.containerWidthClass])},[l.label?(e.openBlock(),e.createElementBlock("span",$e,e.toDisplayString(l.label),1)):e.createCommentVNode("",!0),e.createVNode(r,e.mergeProps({ref:"switch",modelValue:s.switchValue,"onUpdate:modelValue":i[0]||(i[0]=h=>s.switchValue=h)},t.$attrs,e.toHandlers(s.isVue2?t.$listeners:{}),{size:s.getDefaultSize()}),null,16,["modelValue","size"])],2)}const U=g(Ze,[["render",et],["__scopeId","data-v-9e7a342f"]]),tt={name:"DynamicSlot",functional:!0,props:{name:{type:String,required:!0},slotProps:{type:Object,default:()=>({})}},render(t,i){const{props:l,parent:o}=i;let s=o.$scopedSlots[l.name];if(!s){let n=o.$parent;for(;n&&!s;){if(n.$options.name==="TmTable"){s=n.$scopedSlots[l.name];break}n=n.$parent}}return s?s(l.slotProps):t()}},{t:lt}=S(),it=!1,st=!0,nt=["date","daterange","datetime","datetimerange","year","month","dates","months","years","week","monthrange"],ot={name:"TmTableSearch",components:{TmSelect:H,TmAdvancedInput:R,TmAdvancedDate:P,TmCascader:I,TmRadio:v,TmCheckbox:W,TmSwitch:U,DynamicSlot:tt},props:{disabled:{type:Boolean,default:!1},searchColumns:{type:Array,default:null},searchForm:{type:Object,default:()=>({})}},data(){return{t:lt,isVue2:it,isVue3:st,getCompatSize:F,getDefaultSize:x,DATE_TYPES:nt,defaultValues:{}}},computed:{computedSearchForm:{get(){return this.searchForm},set(t){this.$emit("update:search-form",t)}}},mounted(){this.initDefaultValues()},methods:{isDateType(t){return this.DATE_TYPES.includes(t)},hasDefaultSlot(){const t=this.$slots.default;return this.isVue2?!!t:t()[0].children.length>0},handleUpdate(t,i,l){const o=this.getFieldValue(t,l);o&&this.$emit("update:search-form",{...this.computedSearchForm,[o]:i})},handleUpdateDate(t,i){const l=i||[],o=this.getFieldValue(t,"start"),s=this.getFieldValue(t,"end"),n=this.getFieldValue(t,"value"),r={};o&&(r[o]=l[0]),s&&(r[s]=l[1]),n&&(r[n]=l),this.$emit("update:search-form",{...this.computedSearchForm,...r})},getFieldValue(t,i){if(typeof t=="string")return t;if(t.fields&&i in t.fields){const l=t.fields[i];if(typeof l=="string")return l;if(Array.isArray(l))return l[0];if(l&&typeof l=="object")return l.name}},getFieldDefault(t,i){if(t.fields&&i in t.fields){const l=t.fields[i];if(Array.isArray(l)&&l.length>1)return l[1];if(l&&typeof l=="object"&&"default"in l)return l.default}},hasSearchSlot(t){const i="$slots";if(this[i][t])return!0;let o=this.$parent;const s=o[i];for(;o;){if(o.$options.name==="TmTable"&&s[t])return!0;o=o.$parent}return!1},initDefaultValues(){if(!this.searchColumns||!this.searchColumns.length)return;const t={};this.searchColumns.forEach(i=>{if(typeof i=="string"||!i.fields)return;const l=this.getFieldValue(i,"value"),o=this.getFieldValue(i,"label");if(i.type==="input"&&i.labelOptions&&i.labelOptions.length>0){const n=i.labelOptions[0];if(o)if(o in this.computedSearchForm)t[o]=this.computedSearchForm[o];else{const r=this.getFieldDefault(i,"label");r!==void 0?t[o]=r:n&&n.value!==void 0&&(t[o]=n.value)}l&&!(l in this.computedSearchForm)&&(t[l]="")}else if(this.isDateType(i.type)&&i.labelOptions&&i.labelOptions.length>0){const n=i.labelOptions[0];if(l&&!(l in this.computedSearchForm)&&(t[l]=[]),o)if(o in this.computedSearchForm)t[o]=this.computedSearchForm[o];else{const r=this.getFieldDefault(i,"label");r!==void 0?t[o]=r:n&&n.value!==void 0&&(t[o]=n.value)}}else if(i.type==="select"&&i.labelOptions&&i.labelOptions.length>0){const n=i.labelOptions[0];if(l&&!(l in this.computedSearchForm)&&(t[l]=i.multiple?[]:""),o)if(o in this.computedSearchForm)t[o]=this.computedSearchForm[o];else{const r=this.getFieldDefault(i,"label");r!==void 0?t[o]=r:n&&n.value!==void 0&&(t[o]=n.value)}}const s=this.getFieldDefault(i,"value");if(l&&s!==void 0&&!(l in this.computedSearchForm)?this.isDateType(i.type)&&!Array.isArray(s)?t[l]=[]:i.type==="checkbox"&&!Array.isArray(s)?t[l]=s?[s]:[]:i.type==="switch"&&typeof s!="boolean"?t[l]=!!s:t[l]=s:l&&!(l in this.computedSearchForm)&&(i.type==="checkbox"?t[l]=[]:i.type==="switch"&&(t[l]=!1)),this.isDateType(i.type)){const n=this.getFieldValue(i,"start"),r=this.getFieldValue(i,"end"),h=this.getFieldDefault(i,"start"),c=this.getFieldDefault(i,"end");n&&h!==void 0&&!(n in this.computedSearchForm)&&(t[n]=h),r&&c!==void 0&&!(r in this.computedSearchForm)&&(t[r]=c)}}),this.defaultValues=t,this.$emit("update:search-form",{...t,...this.computedSearchForm})},getSearchForm(){return this.computedSearchForm},handleSearch(){setTimeout(()=>{this.$emit("search",this.computedSearchForm)})},handleReset(){this.$emit("update:search-form",{...this.defaultValues}),this.$emit("reset")}}},at={class:"search-content"},rt={class:"search-actions"};function ct(t,i,l,o,s,n){const r=e.resolveComponent("dynamic-slot"),h=e.resolveComponent("tm-advanced-input"),c=e.resolveComponent("tm-advanced-date"),d=e.resolveComponent("tm-select"),m=e.resolveComponent("tm-cascader"),C=e.resolveComponent("tm-radio"),k=e.resolveComponent("tm-checkbox"),y=e.resolveComponent("tm-switch"),z=e.resolveComponent("el-button");return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["table-search",`table-search--${s.isVue2?"v2":"v3"}`])},[e.createElementVNode("div",at,[n.hasDefaultSlot()?e.renderSlot(t.$slots,"default",{key:0},void 0,!0):l.searchColumns&&l.searchColumns.length?(e.openBlock(!0),e.createElementBlock(e.Fragment,{key:1},e.renderList(l.searchColumns,(a,_)=>(e.openBlock(),e.createElementBlock(e.Fragment,null,[typeof a=="string"?(e.openBlock(),e.createElementBlock("div",{key:`str-${a}-${_}`,class:"search-item"},[(e.openBlock(),e.createBlock(r,{name:`search-${a}`,"slot-props":{searchForm:l.searchForm},key:a},null,8,["name","slot-props"]))])):(e.openBlock(),e.createElementBlock("div",{key:`obj-${_}`,class:"search-item"},[a.fields?(e.openBlock(),e.createElementBlock(e.Fragment,{key:0},[n.hasSearchSlot(`search-${n.getFieldValue(a,"value")}`)?(e.openBlock(),e.createBlock(r,{name:`search-${n.getFieldValue(a,"value")}`,"slot-props":{searchForm:l.searchForm,col:a},key:n.getFieldValue(a,"value")},null,8,["name","slot-props"])):(e.openBlock(),e.createElementBlock("div",{style:{display:"flex"},key:n.getFieldValue(a,"value")||`col-${_}`},[a.type==="input"?(e.openBlock(),e.createBlock(h,{key:0,label:a.label,value:n.computedSearchForm[n.getFieldValue(a,"value")],field:n.computedSearchForm[n.getFieldValue(a,"label")],onValueChange:p=>n.handleUpdate(a,p,"value"),onFieldChange:p=>n.handleUpdate(a,p,"label"),multiple:a.multiple,labelOptions:a.labelOptions,placeholder:a.placeholder,onSearch:n.handleSearch},null,8,["label","value","field","onValueChange","onFieldChange","multiple","labelOptions","placeholder","onSearch"])):e.createCommentVNode("",!0),n.isDateType(a.type)?(e.openBlock(),e.createBlock(c,{key:1,type:a.type,label:a.label,value:n.computedSearchForm[n.getFieldValue(a,"value")],field:n.computedSearchForm[n.getFieldValue(a,"label")],start:n.computedSearchForm[n.getFieldValue(a,"start")],end:n.computedSearchForm[n.getFieldValue(a,"end")],onFieldChange:p=>n.handleUpdate(a,p,"label"),onValueChange:p=>n.handleUpdateDate(a,p),onStartChange:p=>n.handleUpdateDate(a,p),onEndChange:p=>n.handleUpdateDate(a,p),labelOptions:a.labelOptions,"start-placeholder":a.startPlaceholder,"end-placeholder":a.endPlaceholder,placeholder:a.placeholder,"range-separator":a.rangeSeparator,disabled:a.disabled,clearable:a.clearable,readonly:a.readonly,editable:a.editable,align:a.align,"popper-class":a.popperClass,"default-value":a.defaultValue,"default-time":a.defaultTime,shortcuts:a.shortcuts,"past-only":a.pastOnly,format:a.format},null,8,["type","label","value","field","start","end","onFieldChange","onValueChange","onStartChange","onEndChange","labelOptions","start-placeholder","end-placeholder","placeholder","range-separator","disabled","clearable","readonly","editable","align","popper-class","default-value","default-time","shortcuts","past-only","format"])):e.createCommentVNode("",!0),a.type==="select"?(e.openBlock(),e.createBlock(d,{key:2,label:a.label,modelValue:n.computedSearchForm[n.getFieldValue(a,"value")],"onUpdate:modelValue":p=>n.computedSearchForm[n.getFieldValue(a,"value")]=p,field:n.computedSearchForm[n.getFieldValue(a,"label")],options:a.options,labelOptions:a.labelOptions,placeholder:a.placeholder,multiple:a.multiple,"show-check-all":a.checkAll,onFieldChange:p=>n.handleUpdate(a,p,"label")},null,8,["label","modelValue","onUpdate:modelValue","field","options","labelOptions","placeholder","multiple","show-check-all","onFieldChange"])):e.createCommentVNode("",!0),a.type==="cascader"?(e.openBlock(),e.createBlock(m,{key:3,modelValue:n.computedSearchForm[n.getFieldValue(a,"value")],"onUpdate:modelValue":p=>n.computedSearchForm[n.getFieldValue(a,"value")]=p,label:a.label,options:a.options,labelOptions:a.labelOptions,props:a.props,placeholder:a.placeholder,"show-check-all":a.checkAll},null,8,["modelValue","onUpdate:modelValue","label","options","labelOptions","props","placeholder","show-check-all"])):e.createCommentVNode("",!0),a.type==="radio"?(e.openBlock(),e.createBlock(C,{key:4,modelValue:n.computedSearchForm[n.getFieldValue(a,"value")],"onUpdate:modelValue":p=>n.computedSearchForm[n.getFieldValue(a,"value")]=p,label:a.label,options:a.options,props:a.props},null,8,["modelValue","onUpdate:modelValue","label","options","props"])):e.createCommentVNode("",!0),a.type==="checkbox"?(e.openBlock(),e.createBlock(k,{key:5,modelValue:n.computedSearchForm[n.getFieldValue(a,"value")],"onUpdate:modelValue":p=>n.computedSearchForm[n.getFieldValue(a,"value")]=p,label:a.label,options:a.options,props:a.props},null,8,["modelValue","onUpdate:modelValue","label","options","props"])):e.createCommentVNode("",!0),a.type==="switch"?(e.openBlock(),e.createBlock(y,{key:6,modelValue:n.computedSearchForm[n.getFieldValue(a,"value")],"onUpdate:modelValue":p=>n.computedSearchForm[n.getFieldValue(a,"value")]=p,"active-text":a.activeText,"inactive-text":a.inactiveText,label:a.label,"active-color":a.activeColor,"inactive-color":a.inactiveColor},null,8,["modelValue","onUpdate:modelValue","active-text","inactive-text","label","active-color","inactive-color"])):e.createCommentVNode("",!0)]))],64)):(e.openBlock(),e.createElementBlock("div",{key:`error-${_}`,class:"search-error-message"}," 缺少 fields 配置,无法渲染此组件 "))]))],64))),256)):e.createCommentVNode("",!0),e.createElementVNode("div",rt,[e.createVNode(z,{type:"primary",size:s.getDefaultSize(),onClick:n.handleSearch},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(s.t("query")),1)]),_:1},8,["size","onClick"]),e.createVNode(z,{size:s.getDefaultSize(),onClick:n.handleReset},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(s.t("reset")),1)]),_:1},8,["size","onClick"])])])],2)}const j=g(ot,[["render",ct],["__scopeId","data-v-6108ae2f"]]),dt=!1,ht={name:"TablePagination",props:{current:{type:Number,default:1},small:{type:Boolean,default:!0},pageSize:{type:Number,default:20},total:{type:Number,default:0}},data(){return{isVue2:dt,getCompatSize:F}},methods:{handleSizeChange(t){this.$emit("size-change",t)},handleCurrentChange(t){this.$emit("current-change",t)}}},ut={class:"tm-pagination"};function mt(t,i,l,o,s,n){const r=e.resolveComponent("el-pagination");return e.openBlock(),e.createElementBlock("div",ut,[e.createVNode(r,e.mergeProps(t.$attrs,e.toHandlers(s.isVue2?t.$listeners:{}),{style:{"text-align":"right"},"current-page":l.current,"page-size":l.pageSize,total:l.total,"page-sizes":[10,20,50,100,300,500,1e3,2e3],size:s.getCompatSize("mini"),layout:"total, sizes, prev, pager, next, jumper",onSizeChange:n.handleSizeChange,"onUpdate:currentPage":i[0]||(i[0]=h=>t.$emit("update:current",h)),"onUpdate:pageSize":i[1]||(i[1]=h=>t.$emit("update:pageSize",h)),onCurrentChange:n.handleCurrentChange}),null,16,["current-page","page-size","total","size","onSizeChange","onCurrentChange"])])}const pt=g(ht,[["render",mt],["__scopeId","data-v-4dbdf6e7"]]),ft={name:"TmTableMenu",props:{size:{type:String,default:"mini"}}},gt={size:"small",class:"tm-table-menu",inline:""},bt={class:"left"},yt={class:"right"};function Ct(t,i,l,o,s,n){return e.openBlock(),e.createElementBlock("div",gt,[e.createElementVNode("div",bt,[e.renderSlot(t.$slots,"left",{},void 0,!0)]),e.createElementVNode("div",yt,[e.renderSlot(t.$slots,"right",{},void 0,!0)])])}const kt=g(ft,[["render",Ct],["__scopeId","data-v-579dd2c3"]]),O=t=>t?t.props||{}:{},J=(t,i)=>{t&&(t.props||(t.props={}),typeof i=="object"&&Object.assign(t.props,i))},N={getTableConfig(t){try{const i=localStorage.getItem(`tm-table-config-${t}`);return Promise.resolve({data:{code:200,data:i}})}catch(i){return Promise.reject(i)}},setTableConfig(t){try{return localStorage.setItem(`tm-table-config-${t.key}`,t.info),Promise.resolve({data:{code:200,message:"success"}})}catch(i){return Promise.reject(i)}}},Vt=t=>N.getTableConfig(t.key),xt=t=>N.setTableConfig(t),St=t=>{t&&(typeof t.getTableConfig=="function"&&(N.getTableConfig=t.getTableConfig),typeof t.setTableConfig=="function"&&(N.setTableConfig=t.setTableConfig))},{t:_t}=S(),Tt=!1,wt=!0,zt={formatter:(t,i,l,o)=>[void 0,null,""].includes(l)?"-":l},Bt={name:"TmColumnConfig",components:{MoveIcon:pe,FixedLeftIcon:ge,FixedRightIcon:be,UploadIcon:ye,DownloadIcon:Ce,DeleteIcon:ke,MenuIcon:ue,tmEllipsisText:w},props:{columns:{type:Array,default:()=>[]},tableKey:{type:String,default:"",required:!0},defaultColumns:{type:Array,default:()=>[]},maxFixedLeftQuantity:{type:[Number,String],default:void 0},maxFixedRightQuantity:{type:[Number,String],default:void 0},ignoredColumnConfigTypes:{type:Array,default:()=>["selection"]}},data(){return{t:_t,isVue2:Tt,isVue3:wt,getDefaultSize:x,getCompatSize:F,buttonType:{link:!0,type:"primary"},afterOpenDelay:{"show-after":300},popoverVisible:!1,keyWord:"",sortedTableColumns:[],tableColumns:[],defaultColumnsConfig:[],columnMap:{},processedColumns:[],placement:"bottom",isDraggingFrozen:!1,isDraggingFrozenRight:!1,sortable:null,isConfigLoaded:!1,columnsCopy:[]}},computed:{filteredSortedTableColumns(){return this.keyWord?this.sortedTableColumns.filter(t=>this.getColumnLabel(t.prop).includes(this.keyWord)):this.sortedTableColumns},showFixedLimitTips(){return this.maxFixedLeftQuantity!==void 0||this.maxFixedRightQuantity!==void 0},isThanMaxFrozen(){return this.maxFixedLeftQuantity===void 0?!1:this.sortedTableColumns.filter(t=>t.fixed==="left").length>=this.maxFixedLeftQuantity},isThanMaxRightFrozen(){return this.maxFixedRightQuantity===void 0?!1:this.sortedTableColumns.filter(t=>t.fixed==="right").length>=this.maxFixedRightQuantity},computedTableKey(){return this.tableKey?this.tableKey:this.$route.path.slice(1).replace(/\//g,"-")}},watch:{popoverVisible(t){t||this.handlePopoverHide()},columns:{handler(t){t&&t.length>0&&!this.isConfigLoaded&&this.initializeColumnConfig()},immediate:!0},tableColumns:{handler(t){t!=null&&t.length&&(this.initSortedTableColumns(),this.crateSortable(),this.columnsCopy=JSON.parse(JSON.stringify(this.sortedTableColumns)))},deep:!0}},methods:{findLastIndex(t,i){for(let l=t.length-1;l>=0;l--)if(i(t[l],l,t))return l;return-1},getColumnLabel(t){return!t||!this.columnMap[t]?t||"":O(this.columnMap[t]).label||t},initializeColumnConfig(){this.defaultColumns&&this.defaultColumns.length>0?this.defaultColumnsConfig=this.defaultColumns:this.processOriginalColumns(),this.loadColumnConfig()},processOriginalColumns(){const t=this.columns||[];let i={};this.defaultColumnsConfig=t.filter(l=>{const o=O(l);return!(!o.prop||this.ignoredColumnConfigTypes.includes(o.type))}).map((l,o)=>{const s=O(l),n={...zt,...s};J(l,n),s.prop&&(i[s.prop]=l);const r=s.hasOwnProperty("visible")?s.visible!==!1:!0;return{prop:s.prop,fixed:s.fixed||"",sort:o,cancellable:s.hasOwnProperty("cancellable")?s.cancellable:!0,visible:r}}),this.columnMap=i},loadColumnConfig(){Vt({key:this.computedTableKey}).then(t=>{var l;if(t.data.code!==200)return;let i=JSON.parse(((l=t.data)==null?void 0:l.data)||null)||{};i.columnsConfig&&JSON.stringify(this.defaultColumnsConfig)===JSON.stringify(i.defaultColumnsConfig)?this.tableColumns=i.columnsConfig.map(o=>({...o})):this.tableColumns=this.defaultColumnsConfig.map(o=>({...o})),this.processedColumns=this.applyColumnConfig(this.tableColumns),this.isConfigLoaded=!0,this.$emit("complete",{columns:this.processedColumns,isInitialLoad:!0})}).catch(()=>{this.tableColumns=this.defaultColumnsConfig.map(t=>({...t})),this.processedColumns=this.applyColumnConfig(this.tableColumns),this.isConfigLoaded=!0,this.$emit("complete",{columns:this.processedColumns,isInitialLoad:!0})})},applyColumnConfig(t,i=!1){let l=this.columns.filter(s=>{const n=O(s);return this.ignoredColumnConfigTypes.includes(n.type)}),o=[];return[...t].sort((s,n)=>{const r=s.sort!==void 0?s.sort:1/0,h=n.sort!==void 0?n.sort:1/0;return r-h}).forEach(s=>{if(s.prop){let n=this.columnMap[s.prop];n&&(J(n,{fixed:s.fixed||void 0,visible:s.visible}),(!i&&s.visible||i)&&o.push(n))}}),l.forEach(s=>{J(s,{visible:!0})}),[...l,...o]},crateSortable(){const t=this.$refs.sortListRef;if(!t)return;this.sortable&&(this.sortable.destroy(),this.sortable=null);const i=new T(t,{ghostClass:"blue-background-class",animation:150,easing:"cubic-bezier(1, 0, 0, 1)",handle:".row-title",draggable:".sort-item-wrapper",fallbackOnBody:!1,preventOnFilter:!0,removeCloneOnHide:!0,group:"columns",dragClass:"sortable-drag",onStart:({item:l})=>{const o=l.getAttribute("data-prop"),s=this.sortedTableColumns.find(n=>n.prop===o);this.isDraggingFrozen=s&&s.fixed==="left",this.isDraggingFrozenRight=s&&s.fixed==="right",this.draggedItemIndex=Array.from(t.children).indexOf(l),l.classList.add("sortable-drag")},onMove:l=>{const{target:o,related:s}=l;if(!o||!s)return!1;const n=s?s.getAttribute("data-prop"):null,r=n?this.sortedTableColumns.find(d=>d.prop===n):null,h=r&&r.fixed==="left",c=r&&r.fixed==="right";return this.isDraggingFrozen&&!h||this.isDraggingFrozenRight&&!c||!this.isDraggingFrozen&&!this.isDraggingFrozenRight&&(h||c)?(o.classList.add("no-drop-zone"),!1):(document.querySelectorAll(".no-drop-zone").forEach(d=>{d.classList.remove("no-drop-zone")}),!0)},onEnd:({item:l,newIndex:o,oldIndex:s})=>{if(o===void 0||s===void 0||o<0||s<0||o>=this.sortedTableColumns.length||s>=this.sortedTableColumns.length)return;document.querySelectorAll(".no-drop-zone").forEach(C=>{C.classList.remove("no-drop-zone")}),l.classList.remove("sortable-drag");const n=this.sortedTableColumns[s],r=n.fixed==="left",h=n.fixed==="right",c=o>0?this.sortedTableColumns[o-1]:null,d=o<this.sortedTableColumns.length-1?this.sortedTableColumns[o+1]:null;let m=!1;if(r?(c&&c.fixed!=="left"||d&&d.fixed==="right")&&(m=!0):h?(c&&c.fixed!=="right"||d&&d.fixed!=="right")&&(m=!0):(c&&c.fixed==="right"||d&&d.fixed==="left")&&(m=!0),m){this.rollbackSort();return}this.updateSortAfterDrag()}});this.sortable=i},rollbackSort(){this.sortedTableColumns=JSON.parse(JSON.stringify(this.columnsCopy))},updateSortAfterDrag(){const t=this.$refs.sortListRef;if(!t)return;Array.from(t.children||[]).filter(l=>l&&l.dataset&&l.dataset.prop).map(l=>l.dataset.prop).forEach((l,o)=>{this.sortedTableColumns.some(s=>s.prop===l?(s.sort=o,!0):!1)}),this.columnsCopy=JSON.parse(JSON.stringify(this.sortedTableColumns)),this.$emit("on-sort-change",this.sortedTableColumns)},init(){this.tableColumns=Array.isArray(this.tableColumns)?[...this.tableColumns]:Array.isArray(this.defaultColumnsConfig)?[...this.defaultColumnsConfig]:[],this.initSortedTableColumns()},initSortedTableColumns(){this.tableColumns.forEach((t,i)=>{t.sort===void 0&&(t.sort=i)}),this.sortedTableColumns=[...this.tableColumns].sort((t,i)=>t.fixed==="left"&&i.fixed!=="left"?-1:t.fixed!=="left"&&i.fixed==="left"||t.fixed==="right"&&i.fixed!=="right"?1:t.fixed!=="right"&&i.fixed==="right"?-1:t.sort-i.sort)},setPlacement(){const i=this.$refs.operationRef.$el.getBoundingClientRect();(window.innerHeight||document.documentElement.clientHeight)-(i.bottom-window.scrollY)>512?this.placement="bottom":this.placement="left"},handleVisibleChange(t){this.popoverVisible=t},handlePopoverShow(){this.setPlacement(),this.init(),(()=>{try{document.removeEventListener("mouseup",window.sortableGlobalMouseUp),document.removeEventListener("mousemove",window.sortableGlobalMouseMove)}catch{}})(),this.$nextTick(()=>{this.crateSortable()})},handlePopoverHide(){this.sortable&&(this.sortable.destroy(),this.sortable=null);try{document.removeEventListener("mouseup",window.sortableGlobalMouseUp),document.removeEventListener("mousemove",window.sortableGlobalMouseMove),typeof T<"u"&&T.utils&&(document.removeEventListener("mousemove",T.utils.throttleCall),document.removeEventListener("mouseup",T.utils.throttleCall))}catch{}},handleSelectAll(){const t=this.tableColumns.some(i=>!i.visible);this.tableColumns.forEach(i=>{i.cancellable&&(i.visible=t)})},handleRestoreDefault(){this.tableColumns=JSON.parse(JSON.stringify(this.defaultColumnsConfig)),this.sortedTableColumns=[...this.tableColumns].sort((t,i)=>t.sort-i.sort)},canMoveTop(t,i){if(i===0)return!1;if(t.fixed==="left"){const l=this.sortedTableColumns[i-1];return l&&l.fixed==="left"}if(!t.fixed){const l=this.sortedTableColumns[i-1];return l&&l.fixed==="left"?!1:l&&!l.fixed}return t.fixed==="right"},moveTop(t,i){const l=this.sortedTableColumns,o=t.prop;if(t.fixed==="right"&&(t.fixed=""),t.fixed==="left")l.unshift(l.splice(i,1)[0]);else{const s=this.findLastIndex(this.sortedTableColumns,n=>n.fixed==="left");l.splice(s+1,0,l.splice(i,1)[0])}this.updateSortValues(),this.columnsCopy=JSON.parse(JSON.stringify(this.sortedTableColumns)),this.$emit("on-sort-change",this.sortedTableColumns),this.$nextTick(()=>{const s=this.$refs.sortListRef;if(s){const n=Array.from(s.children).find(r=>r.dataset&&r.dataset.prop===o);n&&n.scrollIntoView({behavior:"smooth",block:"nearest"})}})},frozenLeftHandle(t){const i=this.sortedTableColumns,l=i.splice(t,1)[0];if(l.fixed=l.fixed==="left"?"":"left",l.fixed==="left"){const o=this.findLastIndex(this.sortedTableColumns,s=>s.fixed==="left");i.splice(o+1,0,l)}else{const o=this.findLastIndex(this.sortedTableColumns,s=>s.fixed==="left");i.splice(o+1,0,l)}this.updateSortValues(),this.columnsCopy=JSON.parse(JSON.stringify(this.sortedTableColumns)),this.$emit("on-sort-change",this.sortedTableColumns)},frozenRightHandle(t){const i=this.sortedTableColumns,l=i.splice(t,1)[0];if(l.fixed=l.fixed==="right"?"":"right",l.fixed==="right"){const o=i.findIndex(s=>s.fixed==="right");o===-1?i.push(l):i.splice(o,0,l)}else{const o=i.findIndex(s=>s.fixed==="right");o===-1?i.push(l):i.splice(o,0,l)}this.updateSortValues(),this.columnsCopy=JSON.parse(JSON.stringify(this.sortedTableColumns)),this.$emit("on-sort-change",this.sortedTableColumns)},onSave(){var i;this.updateSortValues();const t=(i=this.tableColumns)==null?void 0:i.map(l=>{const o=this.sortedTableColumns.find(r=>r.prop===l.prop);o&&(l.sort=o.sort,l.fixed=o.fixed,l.visible=o.visible);const{label:s,...n}=l;return n});xt({key:this.computedTableKey,info:JSON.stringify({columnsConfig:t,defaultColumnsConfig:this.defaultColumnsConfig})}).then(l=>{l.data.code===200&&(this.processedColumns=this.applyColumnConfig(t,!0),this.$emit("complete",{columns:this.processedColumns,isInitialLoad:!1}),this.$message.success(this.t("saveSuccess")),this.popoverVisible=!1)})},updateSortValues(){this.sortedTableColumns.forEach((t,i)=>{t.sort=i})}},mounted(){var t;(t=this.tableColumns)!=null&&t.length&&(this.initSortedTableColumns(),this.crateSortable(),this.columnsCopy=JSON.parse(JSON.stringify(this.sortedTableColumns)))},beforeDestroy(){this.sortable&&(this.sortable.destroy(),this.sortable=null);try{document.removeEventListener("mouseup",window.sortableGlobalMouseUp),document.removeEventListener("mousemove",window.sortableGlobalMouseMove),typeof T<"u"&&T.utils&&(document.removeEventListener("mousemove",T.utils.throttleCall),document.removeEventListener("mouseup",T.utils.throttleCall))}catch{}}},Ft={key:0,class:"container"},Lt={class:"main-container"},Et={class:"left-content"},Dt={class:"title"},Ot={class:"option-list"},Nt={style:{height:"100%","overflow-y":"auto"}},Mt={class:"right-content"},Ht={class:"search-box"},At={key:0,class:"tips"},Rt={class:"sort-list",ref:"sortListRef"},Pt=["data-prop"],It={key:0,class:"sort-item"},vt={class:"row-title"},Wt={class:"operation-btns"},Ut={class:"footer"},jt={class:"footer-left"},Jt={class:"footer-right"},Kt={style:{display:"inline-block","margin-left":"10px"}};function Qt(t,i,l,o,s,n){const r=e.resolveComponent("el-button"),h=e.resolveComponent("TmEllipsisText"),c=e.resolveComponent("el-checkbox"),d=e.resolveComponent("el-input"),m=e.resolveComponent("MoveIcon"),C=e.resolveComponent("DeleteIcon"),k=e.resolveComponent("el-tooltip"),y=e.resolveComponent("UploadIcon"),z=e.resolveComponent("FixedLeftIcon"),a=e.resolveComponent("FixedRightIcon"),_=e.resolveComponent("MenuIcon"),p=e.resolveComponent("el-popover");return e.openBlock(),e.createBlock(p,e.mergeProps({"popper-class":"column-config-popover"},{[s.isVue3?"visible":"value"]:s.popoverVisible},e.toHandlers({[s.isVue3?"update:visible":"input"]:n.handleVisibleChange}),{width:680,"show-arrow":!1,placement:s.placement,trigger:"click",onShow:n.handlePopoverShow,onHide:n.handlePopoverHide}),{reference:e.withCtx(()=>[e.createElementVNode("div",Kt,[e.createVNode(k,e.mergeProps({content:s.t("columnSetting")},s.afterOpenDelay,{placement:"top"}),{default:e.withCtx(()=>[e.createVNode(r,{size:s.getDefaultSize(),ref:"operationRef",circle:""},{default:e.withCtx(()=>[e.createVNode(_)]),_:1},8,["size"])]),_:1},16,["content"])])]),default:e.withCtx(()=>[s.popoverVisible?(e.openBlock(),e.createElementBlock("div",Ft,[e.createElementVNode("div",Lt,[e.createElementVNode("div",Et,[e.createElementVNode("div",Dt,[e.createElementVNode("span",null,e.toDisplayString(s.t("SelectableFields"))+"("+e.toDisplayString(s.tableColumns.length)+")",1),e.createVNode(r,e.mergeProps({style:{"margin-left":"10px"}},s.buttonType,{onClick:n.handleSelectAll}),{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(s.t("all")),1)]),_:1},16,["onClick"])]),e.createElementVNode("div",Ot,[e.createElementVNode("div",Nt,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(s.tableColumns,(u,B)=>(e.openBlock(),e.createElementBlock(e.Fragment,null,[u.prop?(e.openBlock(),e.createElementBlock("div",{style:{width:"110px",display:"inline-block"},key:B+u.prop},[e.createVNode(c,{disabled:!u.cancellable,class:"el-checkbox",modelValue:u.visible,"onUpdate:modelValue":L=>u.visible=L,label:u.prop,value:u.prop},{default:e.withCtx(()=>[e.createVNode(h,{width:"80px",text:n.getColumnLabel(u.prop)},null,8,["text"])]),_:2},1032,["disabled","modelValue","onUpdate:modelValue","label","value"])])):e.createCommentVNode("",!0)],64))),256))])])]),e.createElementVNode("div",Mt,[e.createElementVNode("div",Ht,[e.createVNode(d,{size:s.getCompatSize("small"),class:"search-input",clearable:"",placeholder:s.t("search"),modelValue:s.keyWord,"onUpdate:modelValue":i[0]||(i[0]=u=>s.keyWord=u)},null,8,["size","placeholder","modelValue"])]),n.showFixedLimitTips?(e.openBlock(),e.createElementBlock("div",At)):e.createCommentVNode("",!0),e.createElementVNode("div",Rt,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(n.filteredSortedTableColumns,(u,B)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["sort-item-wrapper",[u.fixed==="left"?"frozen":"",u.fixed==="right"?"frozenRight":"",u.fixed?"":"noFrozen"]]),"data-prop":u.prop,key:u.prop},[u.visible?(e.openBlock(),e.createElementBlock("div",It,[e.createElementVNode("div",vt,[e.createVNode(m,{style:{"flex-shrink":"0"}}),e.createVNode(h,{text:n.getColumnLabel(u.prop)},null,8,["text"])]),e.createElementVNode("div",Wt,[u.cancellable?(e.openBlock(),e.createBlock(k,e.mergeProps({key:0,content:s.t("cancel"),placement:"top"},{ref_for:!0},s.afterOpenDelay),{default:e.withCtx(()=>[e.createVNode(r,e.mergeProps({ref_for:!0},s.buttonType,{size:s.getCompatSize("mini"),class:"iconfont-button delete-button",onClick:L=>u.visible=!1}),{default:e.withCtx(()=>[e.createVNode(C)]),_:2},1040,["size","onClick"])]),_:2},1040,["content"])):e.createCommentVNode("",!0),n.canMoveTop(u,B)?(e.openBlock(),e.createBlock(k,e.mergeProps({key:1,content:s.t("top"),placement:"top"},{ref_for:!0},s.afterOpenDelay),{default:e.withCtx(()=>[e.createVNode(r,e.mergeProps({ref_for:!0},s.buttonType,{size:s.getCompatSize("mini"),class:"iconfont-button top-button",onClick:L=>n.moveTop(u,B)}),{default:e.withCtx(()=>[e.createVNode(y)]),_:2},1040,["size","onClick"])]),_:2},1040,["content"])):e.createCommentVNode("",!0),u.fixed!=="right"?(e.openBlock(),e.createBlock(k,e.mergeProps({key:2,content:u.fixed==="left"?s.t("cancelLeftFixed"):s.t("leftFixed"),placement:"top"},{ref_for:!0},s.afterOpenDelay),{default:e.withCtx(()=>[e.createVNode(r,e.mergeProps({ref_for:!0},s.buttonType,{size:s.getCompatSize("mini"),class:["iconfont-button left-fixed-btn",{"active-fixed":u.fixed==="left"}],onClick:L=>n.frozenLeftHandle(B),disabled:u.fixed!=="left"&&n.isThanMaxFrozen}),{default:e.withCtx(()=>[e.createVNode(z)]),_:2},1040,["size","class","onClick","disabled"])]),_:2},1040,["content"])):e.createCommentVNode("",!0),u.fixed!=="left"?(e.openBlock(),e.createBlock(k,e.mergeProps({key:3,content:u.fixed==="right"?s.t("cancelRightFixed"):s.t("rightFixed"),placement:"top"},{ref_for:!0},s.afterOpenDelay),{default:e.withCtx(()=>[e.createVNode(r,e.mergeProps({ref_for:!0},s.buttonType,{size:s.getCompatSize("mini"),class:["iconfont-button right-fixed-btn",{"active-fixed":u.fixed==="right"}],onClick:L=>n.frozenRightHandle(B),disabled:u.fixed!=="right"&&n.isThanMaxRightFrozen}),{default:e.withCtx(()=>[e.createVNode(a)]),_:2},1040,["size","class","onClick","disabled"])]),_:2},1040,["content"])):e.createCommentVNode("",!0)])])):e.createCommentVNode("",!0)],10,Pt))),128))],512)])]),e.createElementVNode("div",Ut,[e.createElementVNode("div",jt,[e.createVNode(r,{size:s.getCompatSize("mini"),onClick:n.handleRestoreDefault},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(s.t("restoreDefault")),1)]),_:1},8,["size","onClick"])]),e.createElementVNode("div",Jt,[e.createVNode(r,{size:s.getCompatSize("mini"),onClick:i[1]||(i[1]=u=>s.popoverVisible=!1)},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(s.t("cancel")),1)]),_:1},8,["size"]),e.createVNode(r,{size:s.getCompatSize("mini"),type:"primary",onClick:n.onSave},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(s.t("saveAndApply")),1)]),_:1},8,["size","onClick"])])])])):e.createCommentVNode("",!0)]),_:1},16,["placement","onShow","onHide"])}const qt=g(Bt,[["render",Qt],["__scopeId","data-v-46a12fcc"]]),Yt=!1,Gt=!0,Xt={name:"TmTable",components:{TableSearch:j,TablePagination:pt,TableMenu:kt,ColumnConfig:qt,RefreshIcon:me,ColumnRenderer:{props:["vnode"],render(){return this.vnode}}},inheritAttrs:!1,props:{data:{type:[Array,Function],default:()=>[]},showSearch:{type:Boolean,default:!0},showMenu:{type:Boolean,default:!0},showPagination:{type:Boolean,default:!0},pagination:{type:Object,default:()=>({})},height:{type:[String,Number]},calcHeight:{type:Number,default:0},dataAdapter:{type:Function,default:null},columnSettingButton:{type:Boolean,default:!0},refreshButton:{type:Boolean,default:!0},tableKey:{type:String,default:""},firstLoad:{type:Boolean,default:!0},maxFixedLeftQuantity:{type:Number},maxFixedRightQuantity:{type:Number},border:{type:Boolean,default:!0},searchColumns:{type:Array,default:null},searchForm:{type:Object,default:()=>({})}},data(){return{getDefaultSize:x,getCompatSize:F,isVue3:Gt,isVue2:Yt,t:S().t,tableData:[],tableLoading:!1,columnsLoading:!1,tableReload:1,tableHeight:null,selectedRows:[],paginationInfo:{current:1,pageSize:20,total:void 0},originalColumns:[],displayColumns:[],isColumnConfigLoaded:!1,afterOpenDelay:{"show-after":300}}},computed:{pageLoading(){return this.tableLoading||this.columnsLoading},computedTableKey(){return this.tableKey?this.tableKey:this.$route.path.slice(1).replace(/\//g,"-")},computedShowPagination(){return this.showPagination&&typeof this.data=="function"}},watch:{data:{immediate:!0,handler(t){typeof t=="function"?!this.columnSettingButton||this.isColumnConfigLoaded&&!this.firstLoad?this.loadData():Array.isArray(t)&&(this.tableData=t):this.tableData=t}},height:{immediate:!0,handler(){this.getTableHeight()}}},created(){this.originalColumns=this.$slots.default(),this.columnSettingButton?this.columnsLoading=!0:(this.displayColumns=this.originalColumns,this.isColumnConfigLoaded=!0)},mounted(){this.getTableHeight(),window.addEventListener("resize",this.getTableHeight)},beforeDestroy(){window.removeEventListener("resize",this.getTableHeight)},methods:{handleUpdateSearchForm(t){this.$emit("update:search-form",t)},handleColumnConfigComplete(t){Array.isArray(t.columns)?this.displayColumns=[...t.columns]:this.displayColumns=[...this.originalColumns],t.isInitialLoad?(this.isColumnConfigLoaded=!0,this.columnsLoading=!1,this.firstLoad&&typeof this.data=="function"&&this.loadData()):this.reloadTable()},isAutoHeight(){return this.height==="auto"},handleRefresh(){this.loadData()},async loadData(){if(Array.isArray(this.data))this.tableData=this.data;else if(typeof this.data=="function"){if(this.tableLoading)return;this.tableLoading=!0;try{const t=await this.data({paginationInfo:{pageSize:this.paginationInfo.pageSize,current:this.paginationInfo.current},params:this.searchForm}),{list:i,total:l,pageSize:o,current:s}=t;this.tableData=i,l!==void 0&&(this.paginationInfo.total=l),s!==void 0&&(this.paginationInfo.current=s),o!==void 0&&(this.paginationInfo.pageSize=o)}catch{}finally{this.tableLoading=!1}}},getTableHeight(){this.isAutoHeight()?this.$nextTick(()=>{const t=this.$refs.table,i=this.$refs.tmPagination;if(!t)return;const l=t.$el,o=i&&i.$el&&i.$el.offsetHeight||0;this.tableHeight=document.documentElement.clientHeight-l.offsetTop-o-this.calcHeight}):this.tableHeight=this.height,this.refreshTable()},search(){this.paginationInfo.current=1,this.loadData()},reset(){this.paginationInfo.current=1,this.$nextTick(()=>{this.loadData()})},handleSelectionChange(t){this.selectedRows=t,this.$emit("selection-change",t)},handleSizeChange(t){this.paginationInfo.pageSize=t,this.loadData(),this.$emit("size-change",t)},handleCurrentChange(t){this.paginationInfo.current=t,this.loadData(),this.$emit("current-change",t)},refreshTable(){this.$refs.table&&this.$refs.table.doLayout()},reloadTable(){this.tableReload++}}},Zt={class:"tm-table",ref:"tablePage"};function $t(t,i,l,o,s,n){const r=e.resolveComponent("table-search"),h=e.resolveComponent("RefreshIcon"),c=e.resolveComponent("el-button"),d=e.resolveComponent("el-tooltip"),m=e.resolveComponent("ColumnConfig"),C=e.resolveComponent("table-menu"),k=e.resolveComponent("columnRenderer"),y=e.resolveComponent("el-table"),z=e.resolveComponent("table-pagination"),a=e.resolveDirective("loading");return e.openBlock(),e.createElementBlock("div",Zt,[l.searchColumns&&l.searchColumns.length>0?(e.openBlock(),e.createBlock(r,{key:0,ref:"search",onSearch:n.search,onReset:n.reset,"onUpdate:searchForm":n.handleUpdateSearchForm,disabled:n.pageLoading,"search-columns":l.searchColumns,"search-form":l.searchForm},{default:e.withCtx(()=>[e.renderSlot(t.$slots,"search",{},void 0,!0)]),_:3},8,["onSearch","onReset","onUpdate:searchForm","disabled","search-columns","search-form"])):e.createCommentVNode("",!0),l.showMenu?(e.openBlock(),e.createBlock(C,{key:1},{left:e.withCtx(()=>[e.renderSlot(t.$slots,"menu-left",{},void 0,!0)]),right:e.withCtx(()=>[e.renderSlot(t.$slots,"menu-right",{},void 0,!0),l.refreshButton&&typeof l.data=="function"?(e.openBlock(),e.createBlock(d,e.mergeProps({key:0,content:s.t("refresh"),placement:"top"},s.afterOpenDelay),{default:e.withCtx(()=>[e.createVNode(c,{onClick:n.handleRefresh,circle:"",size:s.getDefaultSize()},{default:e.withCtx(()=>[e.createVNode(h)]),_:1},8,["onClick","size"])]),_:1},16,["content"])):e.createCommentVNode("",!0),l.columnSettingButton?(e.openBlock(),e.createBlock(m,{key:1,maxFixedLeftQuantity:l.maxFixedLeftQuantity,maxFixedRightQuantity:l.maxFixedRightQuantity,tableKey:n.computedTableKey,columns:s.originalColumns,onComplete:n.handleColumnConfigComplete},null,8,["maxFixedLeftQuantity","maxFixedRightQuantity","tableKey","columns","onComplete"])):e.createCommentVNode("",!0)]),_:3})):e.createCommentVNode("",!0),e.withDirectives((e.openBlock(),e.createBlock(y,e.mergeProps({ref:"table"},{...t.$attrs,border:l.border},e.toHandlers(s.isVue2?t.$listeners:{}),{data:s.tableData,height:s.tableHeight,size:s.getCompatSize("mini"),onSelectionChange:n.handleSelectionChange,key:s.tableReload}),{default:e.withCtx(()=>[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(s.displayColumns,_=>(e.openBlock(),e.createBlock(k,{vnode:_,key:s.isVue3?_.id:_.data.attrs.prop},null,8,["vnode"]))),128))]),_:1},16,["data","height","size","onSelectionChange"])),[[a,n.pageLoading]]),n.computedShowPagination?(e.openBlock(),e.createBlock(z,{key:2,ref:"tmPagination","page-size":s.paginationInfo.pageSize,"current-page":s.paginationInfo.current,total:s.paginationInfo.total,disabled:s.tableLoading,onSizeChange:n.handleSizeChange,onCurrentChange:n.handleCurrentChange},null,8,["page-size","current-page","total","disabled","onSizeChange","onCurrentChange"])):e.createCommentVNode("",!0)],512)}const K=g(Xt,[["render",$t],["__scopeId","data-v-015b93d4"]]),el=!1,tl=!0,ll={name:"TmTableColumn",inheritAttrs:!1,computed:{isVisible(){return this.$attrs.visible!==!1},slots(){return this.$slots}},data(){return{isVue2:el,isVue3:tl}},created(){this.$parent&&this.$parent.$emit&&this.$parent.$emit("column-initialized",{prop:this.$attrs.prop,visible:this.$attrs.visible!==!1})}};function il(t,i,l,o,s,n){const r=e.resolveComponent("el-table-column");return n.isVisible?(e.openBlock(),e.createBlock(r,e.mergeProps({key:0},t.$attrs,e.toHandlers(s.isVue2?t.$listeners:{})),e.createSlots({_:2},[e.renderList(n.slots,(h,c)=>({name:c,fn:e.withCtx(d=>[e.renderSlot(t.$slots,c,e.normalizeProps(e.guardReactiveProps(d)))])}))]),1040)):e.createCommentVNode("",!0)}const Q=g(ll,[["render",il]]),{t:q}=S(),sl={name:"TmAdvancedEllipsisText",components:{CopyIcon:X},props:{rows:{type:Number,default:1},width:{type:String,default:"100%"},maxWidth:{type:String,default:""},showToolbar:{type:Boolean,default:!1},text:{type:String,default:""},showTooltip:{type:Boolean,default:!0},copyable:{type:Boolean,default:!1}},data(){return{isVue2:!1,originalText:"",isHovered:!1,lineHeight:0,containerWidth:0,resizeObserver:null,isCalculating:!1,frontLines:[],lastLineText:"",isLastLineEllipsis:!1,tableRowElement:null}},computed:{containerStyle(){const t={};return this.maxWidth?(t.maxWidth=this.maxWidth,t.width=this.width):t.width=this.width,t},hasToolbarSlot(){return this.$slots.toolbar?this.$slots.toolbar&&this.$slots.toolbar().length>0:!1},hasToolbarContent(){return this.copyable||this.hasToolbarSlot},shouldShowToolbar(){return this.showToolbar||this.isHovered&&this.hasToolbarContent}},mounted(){this.initComponent(),this.setupResizeObserver(),this.setupTableRowHover()},updated(){const t=this.getTextContent();t!==this.originalText&&(this.originalText=t,this.$nextTick(()=>{this.calculateLayout()}))},beforeDestroy(){this.cleanupResizeObserver(),this.cleanupTableRowHover()},beforeUnmount(){this.cleanupResizeObserver(),this.cleanupTableRowHover()},watch:{text:{handler(){this.$nextTick(()=>{this.originalText=this.getTextContent(),this.calculateLayout()})},immediate:!0},rows(){this.$nextTick(()=>{this.calculateLayout()})},shouldShowToolbar(){this.$nextTick(()=>{this.calculateLayout()})},"$slots.default":{handler(){this.$nextTick(()=>{this.originalText=this.getTextContent(),this.calculateLayout()})},deep:!0}},methods:{initComponent(){this.$nextTick(()=>{this.originalText=this.getTextContent(),this.calculateLineHeight(),this.$nextTick(()=>{this.calculateLayout()})})},handleCopy(){navigator.clipboard&&window.isSecureContext?navigator.clipboard.writeText(this.originalText).then(()=>{this.$message.success(q("copySuccess"))}).catch(()=>{this.fallbackCopy()}):this.fallbackCopy()},fallbackCopy(){const t=document.createElement("textarea");t.value=this.originalText,t.style.position="fixed",t.style.left="-999999px",t.style.top="-999999px",document.body.appendChild(t),t.focus(),t.select();try{document.execCommand("copy"),this.$message.success(q("copySuccess"))}catch{this.$message.error(q("copyFailed"))}document.body.removeChild(t)},getTextContent(){if(this.$slots.default){const t=this.$slots.default;return t().map(i=>typeof i.children=="string"?i.children:Array.isArray(i.children)?i.children.map(l=>l.children||"").join(""):"").join("")}return this.text||""},calculateLineHeight(){const t=this.$refs.containerRef;if(!t)return;const i=window.getComputedStyle(t);this.containerWidth=t.offsetWidth;const l=this.$refs.measureRef;if(l){this.setMeasureElementStyle(l,{width:this.containerWidth+"px",wordBreak:"break-all",whiteSpace:"normal"}),l.textContent="测",l.offsetHeight;const o=l.offsetHeight;l.innerHTML="",this.lineHeight=o}else{const o=i.lineHeight;if(o&&o!=="normal")this.lineHeight=parseInt(o);else{const s=parseInt(i.fontSize);this.lineHeight=s*1.2}}},calculateLayout(){if(!this.isCalculating){if(!this.originalText||this.rows<=0){this.frontLines=[],this.lastLineText=this.originalText||"",this.isLastLineEllipsis=!1;return}this.isCalculating=!0,this.$nextTick(()=>{requestAnimationFrame(()=>{this.performLayoutCalculation()})})}},performLayoutCalculation(){const t=this.originalText;if(this.rows===1)this.frontLines=[],this.lastLineText=t,this.isLastLineEllipsis=this.checkIfTextOverflows(t);else{const i=this.lineHeight;if(this.getTextHeight(t)<=i)this.frontLines=[],this.lastLineText=t,this.isLastLineEllipsis=this.checkIfTextOverflows(t);else{const o=this.lineHeight*(this.rows-1),s=this.findTextForHeight(t,o);this.frontLines=this.splitTextToLines(s);const n=t.substring(s.length);this.lastLineText=n,this.isLastLineEllipsis=n.length>0&&this.checkIfTextOverflows(n)}}this.isCalculating=!1},findTextForHeight(t,i){if(this.getTextHeight(t)<=i)return t;let l=0,o=t.length,s="";for(;l<=o;){const n=Math.floor((l+o)/2),r=t.substring(0,n);this.getTextHeight(r)<=i?(s=r,l=n+1):o=n-1}return s},splitTextToLines(t){if(!t)return[];const i=[];let l=t;for(;l.length>0;){const o=this.findTextForHeight(l,this.lineHeight);if(o.length===0)break;i.push(o),l=l.substring(o.length)}return i},checkIfTextOverflows(t){if(!t)return!1;const i=this.getTextWidth(t),l=this.shouldShowToolbar&&this.hasToolbarContent?this.getToolbarWidth():0,o=this.containerWidth-l-5;return i>o},getToolbarWidth(){let t=0;return this.copyable&&(t+=20),this.hasToolbarSlot&&(t+=40),t},getTextHeight(t){return this.measureText(t,{width:this.containerWidth+"px",wordBreak:"break-all",whiteSpace:"normal"})},getTextWidth(t){return this.measureText(t,{whiteSpace:"nowrap"})},measureText(t,i={}){if(!this.$refs.containerRef||!this.$refs.measureRef)return 0;const l=this.$refs.measureRef,o=l.style.cssText;this.setMeasureElementStyle(l,i),l.textContent=t,l.offsetHeight;const s=i.whiteSpace==="nowrap"?l.offsetWidth:l.offsetHeight;return l.style.cssText=o,l.innerHTML="",s},setMeasureElementStyle(t,i={}){const l=window.getComputedStyle(this.$refs.containerRef);t.style.cssText="",t.style.position="absolute",t.style.left="-9999px",t.style.top="-9999px",t.style.visibility="hidden",t.style.pointerEvents="none",t.style.zIndex="-1",t.style.fontSize=l.fontSize,t.style.fontFamily=l.fontFamily,t.style.fontWeight=l.fontWeight,t.style.lineHeight=l.lineHeight,t.style.letterSpacing=l.letterSpacing,t.style.wordSpacing=l.wordSpacing,t.style.padding="0",t.style.margin="0",t.style.border="none",t.style.boxSizing="border-box",Object.entries(i).forEach(([o,s])=>{t.style[o]=s})},handleMouseEnter(){this.isHovered=!0},handleMouseLeave(){this.isHovered=!1},setupResizeObserver(){typeof ResizeObserver<"u"&&(this.resizeObserver=new ResizeObserver(t=>{const i=t[0];if(i){const l=i.contentRect.width;Math.abs(l-this.containerWidth)>1&&requestAnimationFrame(()=>{this.calculateLineHeight(),this.calculateLayout()})}}),this.$refs.containerRef&&this.resizeObserver.observe(this.$refs.containerRef))},cleanupResizeObserver(){this.resizeObserver&&(this.resizeObserver.disconnect(),this.resizeObserver=null)},setupTableRowHover(){let t=this.$el;for(;t&&t!==document.body;){if(t.classList&&t.classList.contains("el-table__row")){this.tableRowElement=t;break}t=t.parentElement}this.tableRowElement&&(this.tableRowElement.addEventListener("mouseenter",this.handleMouseEnter),this.tableRowElement.addEventListener("mouseleave",this.handleMouseLeave))},cleanupTableRowHover(){this.tableRowElement&&(this.tableRowElement.removeEventListener("mouseenter",this.handleMouseEnter),this.tableRowElement.removeEventListener("mouseleave",this.handleMouseLeave),this.tableRowElement=null)}}},nl={class:"tm-ellipsis-text-wrapper"},ol=["innerHTML"],al={class:"tm-ellipsis-last-line"},rl=["innerHTML"],cl={key:0,class:"tm-ellipsis-toolbar-part"},dl={key:1,class:"tm-ellipsis-text-wrapper"},hl=["innerHTML"],ul={class:"tm-ellipsis-last-line"},ml=["innerHTML"],pl={key:0,class:"tm-ellipsis-toolbar-part"},fl={ref:"measureRef",class:"tm-ellipsis-measure"};function gl(t,i,l,o,s,n){const r=e.resolveComponent("CopyIcon"),h=e.resolveComponent("el-tooltip");return e.openBlock(),e.createElementBlock("div",{ref:"containerRef",style:e.normalizeStyle(n.containerStyle),class:"tm-ellipsis-text",onMouseenter:i[0]||(i[0]=(...c)=>n.handleMouseEnter&&n.handleMouseEnter(...c)),onMouseleave:i[1]||(i[1]=(...c)=>n.handleMouseLeave&&n.handleMouseLeave(...c))},[l.showTooltip&&s.isLastLineEllipsis?(e.openBlock(),e.createBlock(h,e.mergeProps({key:0,content:s.originalText,disabled:!l.showTooltip||!s.isLastLineEllipsis},{[s.isVue2?"open-delay":"show-after"]:300},{placement:"top"}),{default:e.withCtx(()=>[e.createElementVNode("div",nl,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(s.frontLines,(c,d)=>(e.openBlock(),e.createElementBlock("div",{key:"front-"+d,class:"tm-ellipsis-line",innerHTML:c},null,8,ol))),128)),e.createElementVNode("div",al,[e.createElementVNode("div",{class:"tm-ellipsis-text-part",innerHTML:s.lastLineText},null,8,rl),n.shouldShowToolbar&&n.hasToolbarContent?(e.openBlock(),e.createElementBlock("div",cl,[l.copyable?(e.openBlock(),e.createBlock(r,{key:0,class:"icon-item",onClick:n.handleCopy},null,8,["onClick"])):e.createCommentVNode("",!0),e.renderSlot(t.$slots,"toolbar",{},void 0,!0)])):e.createCommentVNode("",!0)])])]),_:3},16,["content","disabled"])):(e.openBlock(),e.createElementBlock("div",dl,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(s.frontLines,(c,d)=>(e.openBlock(),e.createElementBlock("div",{key:"front-"+d,class:"tm-ellipsis-line",innerHTML:c},null,8,hl))),128)),e.createElementVNode("div",ul,[e.createElementVNode("div",{class:"tm-ellipsis-text-part",innerHTML:s.lastLineText},null,8,ml),n.shouldShowToolbar&&n.hasToolbarContent?(e.openBlock(),e.createElementBlock("div",pl,[l.copyable?(e.openBlock(),e.createBlock(r,{key:0,class:"icon-item",onClick:n.handleCopy},null,8,["onClick"])):e.createCommentVNode("",!0),e.renderSlot(t.$slots,"toolbar",{},void 0,!0)])):e.createCommentVNode("",!0)])])),e.createElementVNode("div",fl,null,512)],36)}const Y=g(sl,[["render",gl],["__scopeId","data-v-16643222"]]),Z={install:{install(t,i={}){[K,Q,w,Y].forEach(l=>t.component(l.name,l)),i.tableConfigProvider&&St(i.tableConfigProvider),i.lang&&D(i.lang||"zh-CN")}}.install,Table:K,Column:Q,Search:j,Select:H,AdvancedInput:R,AdvancedDate:P,Cascader:I,Radio:v,Checkbox:W,Switch:U,EllipsisText:w,AdvancedEllipsisText:Y,setLang:D,useLocale:S};typeof window<"u"&&window.Vue&&Z.install(window.Vue),f.AdvancedDate=P,f.AdvancedEllipsisText=Y,f.AdvancedInput=R,f.Cascader=I,f.Checkbox=W,f.Column=Q,f.EllipsisText=w,f.Radio=v,f.Search=j,f.Select=H,f.Switch=U,f.Table=K,f.default=Z,f.setLang=D,f.useLocale=S,Object.defineProperties(f,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}})});
|