@next-bricks/advanced 0.41.15 → 0.41.17
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/bricks.json +15 -15
- package/dist/chunks/{2197.a2bdfc49.js → 2197.f094b992.js} +2 -2
- package/dist/chunks/{2197.a2bdfc49.js.map → 2197.f094b992.js.map} +1 -1
- package/dist/chunks/2252.9c4c9399.js +3 -0
- package/dist/chunks/2252.9c4c9399.js.map +1 -0
- package/dist/chunks/{4837.75e40589.js → 4837.7d35cc81.js} +2 -2
- package/dist/chunks/{4837.75e40589.js.map → 4837.7d35cc81.js.map} +1 -1
- package/dist/chunks/{5479.6a3b5247.js → 5479.e2e7caca.js} +2 -2
- package/dist/chunks/{5479.6a3b5247.js.map → 5479.e2e7caca.js.map} +1 -1
- package/dist/chunks/{5582.7af5fe0e.js → 5582.d2a00305.js} +3 -3
- package/dist/chunks/5582.d2a00305.js.map +1 -0
- package/dist/chunks/{7218.4c1e8ce9.js → 7218.e9e39e9b.js} +2 -2
- package/dist/chunks/{7218.4c1e8ce9.js.map → 7218.e9e39e9b.js.map} +1 -1
- package/dist/chunks/{capture-snapshot.2bf86c5c.js → capture-snapshot.99370f8d.js} +2 -2
- package/dist/chunks/{capture-snapshot.2bf86c5c.js.map → capture-snapshot.99370f8d.js.map} +1 -1
- package/dist/chunks/{eo-cascader.1e4bee1d.js → eo-cascader.69f79bac.js} +2 -2
- package/dist/chunks/{eo-cascader.1e4bee1d.js.map → eo-cascader.69f79bac.js.map} +1 -1
- package/dist/chunks/{eo-table.77a7981a.js → eo-table.957926df.js} +2 -2
- package/dist/chunks/{eo-table.77a7981a.js.map → eo-table.957926df.js.map} +1 -1
- package/dist/chunks/{eo-tree-select.c883a903.js → eo-tree-select.9488820c.js} +2 -2
- package/dist/chunks/{eo-tree-select.c883a903.js.map → eo-tree-select.9488820c.js.map} +1 -1
- package/dist/chunks/{eo-tree.dc3108d3.js → eo-tree.1375beb1.js} +3 -3
- package/dist/chunks/{eo-tree.dc3108d3.js.map → eo-tree.1375beb1.js.map} +1 -1
- package/dist/chunks/{eo-workbench-layout-v2.96513128.js → eo-workbench-layout-v2.8fec534b.js} +2 -2
- package/dist/chunks/{eo-workbench-layout-v2.96513128.js.map → eo-workbench-layout-v2.8fec534b.js.map} +1 -1
- package/dist/chunks/{eo-workbench-layout.9d0d454a.js → eo-workbench-layout.16818e95.js} +2 -2
- package/dist/chunks/{eo-workbench-layout.9d0d454a.js.map → eo-workbench-layout.16818e95.js.map} +1 -1
- package/dist/chunks/main.b29f432c.js +2 -0
- package/dist/chunks/{main.f39a9394.js.map → main.b29f432c.js.map} +1 -1
- package/dist/examples.json +3 -3
- package/dist/index.e26ba21a.js +2 -0
- package/dist/{index.a0ddcc1d.js.map → index.e26ba21a.js.map} +1 -1
- package/dist/manifest.json +571 -571
- package/package.json +3 -3
- package/dist/chunks/2252.39e36de1.js +0 -3
- package/dist/chunks/2252.39e36de1.js.map +0 -1
- package/dist/chunks/5582.7af5fe0e.js.map +0 -1
- package/dist/chunks/main.f39a9394.js +0 -2
- package/dist/index.a0ddcc1d.js +0 -2
- /package/dist/chunks/{2252.39e36de1.js.LICENSE.txt → 2252.9c4c9399.js.LICENSE.txt} +0 -0
- /package/dist/chunks/{5582.7af5fe0e.js.LICENSE.txt → 5582.d2a00305.js.LICENSE.txt} +0 -0
- /package/dist/chunks/{eo-tree.dc3108d3.js.LICENSE.txt → eo-tree.1375beb1.js.LICENSE.txt} +0 -0
package/dist/bricks.json
CHANGED
|
@@ -1,30 +1,24 @@
|
|
|
1
1
|
{
|
|
2
2
|
"id": "bricks/advanced",
|
|
3
3
|
"bricks": [
|
|
4
|
-
"advanced.general-table",
|
|
5
4
|
"advanced.general-cascader",
|
|
6
5
|
"advanced.capture-snapshot",
|
|
7
|
-
"advanced.pdf-viewer"
|
|
6
|
+
"advanced.pdf-viewer",
|
|
7
|
+
"advanced.general-table"
|
|
8
8
|
],
|
|
9
9
|
"elements": [
|
|
10
|
-
"eo-table",
|
|
11
10
|
"eo-cascader",
|
|
12
|
-
"eo-next-table",
|
|
13
11
|
"eo-workbench-layout",
|
|
14
12
|
"eo-workbench-layout-v2",
|
|
13
|
+
"eo-next-table",
|
|
15
14
|
"eo-tree",
|
|
16
15
|
"eo-tree-select",
|
|
17
|
-
"eo-text-tooltip"
|
|
16
|
+
"eo-text-tooltip",
|
|
17
|
+
"eo-table"
|
|
18
18
|
],
|
|
19
19
|
"processors": [],
|
|
20
20
|
"editors": [],
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"eo-table": [
|
|
23
|
-
"eo-icon"
|
|
24
|
-
],
|
|
25
|
-
"advanced.general-table": [
|
|
26
|
-
"eo-icon"
|
|
27
|
-
],
|
|
28
22
|
"eo-cascader": [
|
|
29
23
|
"eo-icon",
|
|
30
24
|
"eo-form-item"
|
|
@@ -33,9 +27,6 @@
|
|
|
33
27
|
"eo-icon",
|
|
34
28
|
"eo-form-item"
|
|
35
29
|
],
|
|
36
|
-
"eo-next-table": [
|
|
37
|
-
"eo-link"
|
|
38
|
-
],
|
|
39
30
|
"eo-workbench-layout": [
|
|
40
31
|
"eo-button",
|
|
41
32
|
"eo-dropdown-button",
|
|
@@ -50,10 +41,19 @@
|
|
|
50
41
|
"eo-checkbox",
|
|
51
42
|
"basic.show-dialog"
|
|
52
43
|
],
|
|
44
|
+
"eo-next-table": [
|
|
45
|
+
"eo-link"
|
|
46
|
+
],
|
|
53
47
|
"eo-tree-select": [
|
|
54
48
|
"eo-icon",
|
|
55
49
|
"eo-form-item"
|
|
50
|
+
],
|
|
51
|
+
"eo-table": [
|
|
52
|
+
"eo-icon"
|
|
53
|
+
],
|
|
54
|
+
"advanced.general-table": [
|
|
55
|
+
"eo-icon"
|
|
56
56
|
]
|
|
57
57
|
},
|
|
58
|
-
"filePath": "bricks/advanced/dist/index.
|
|
58
|
+
"filePath": "bricks/advanced/dist/index.e26ba21a.js"
|
|
59
59
|
}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
(globalThis.webpackChunk_next_bricks_advanced=globalThis.webpackChunk_next_bricks_advanced||[]).push([[2197],{4823:(e,t,i)=>{"use strict";var a=i(24586),s=i(74635),r=i(70918),n=i(26902),l=i(5536),o=i(86121),h=i(70829),d=i(62740),c=i(18769),p=i.n(c),u=i(41123),g=i(69006),m=i(2198),A=i(41030),w=i(96201),b=i(89575),y=i(30443),f=i(80050);const k={$eq:A.isEqual,$lt:A.lt,$lte:A.lte,$gt:A.gt,$gte:A.gte,$ne:(e,t)=>!(0,A.isEqual)(e,t),$isEqual:A.isEqual,$notEqual:(e,t)=>!(0,A.isEqual)(e,t),$in:A.includes,$nin:(e,t)=>!(0,A.includes)(e,t),$exists:(e,t)=>e?!(0,A.isUndefined)(t):(0,A.isUndefined)(t)};function x(e,t,i){const{dataIndex:a,mapping:s}=e,r=void 0!==a?(0,A.get)(t,a):i,n=s.find((e=>e.value===r));return n?{borderLeft:`4px solid ${n.leftBorderColor}`}:{}}const v=(e,t,i,a)=>{e&&(0,A.forEach)(e,(e=>{const s=(0,A.get)(e,i),r=(0,A.get)(e,t);a.push(r),null!=s&&s.length&&v(s,t,i,a)}))},C=(e,t,i)=>{e&&(0,A.forEach)(e,(e=>{const a=(0,A.get)(e,t);i.push(e),null!=a&&a.length&&C(a,t,i)}))};function E(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:[];return null!=t&&t.length&&t.forEach((t=>{var i;return null!==(i=t[e])&&void 0!==i&&i.length?E(e,t[e]):(delete t[e],t)})),t}var S=i(53373),W=i.n(S),M=i(47522),z=i(80255),R=i(63737),_=i(50692),I=i(53435),N=i.n(I),B=i(80679),D=i(95694);const P="bricks/advanced/eo-table";var K=i(69704),T=i(99733),U=i(84352),L=i(26386);(0,K.initializeReactI18n)(P,{en:{},zh:{}});const F="DraggableBodyRow",O={lib:"antd",icon:"down",theme:"outlined"},H={lib:"antd",icon:"right",theme:"outlined"},q=(0,g.wrapBrick)("eo-icon"),$=e=>{let{index:t,moveRow:i,className:a,style:s,...r}=e;const n=p().useRef(null),[{isOver:l,dropClassName:o},h]=(0,M.H)({accept:F,collect:e=>{const{index:i}=e.getItem()||{};return i===t?{}:{isOver:e.isOver(),dropClassName:i<t?"dropOverDownward":"dropOverUpward"}},drop:e=>{i(e.index,t)}}),[,d]=(0,z.i)({type:F,item:{type:F,index:t},collect:e=>({isDragging:e.isDragging()})});return h(d(n)),p().createElement("tr",(0,b.A)({ref:n,className:W()(a,{[o]:l}),style:{cursor:"move",...s}},r))};function j(e){const{t}=(0,K.useTranslation)(P),i="zh"===T.i18n.language.split("-")[0]?L.A:U.A;if(e.error)throw e.error;const{configProps:a={pagination:!0,sortBy:!1},columns:s,rowKey:r="key",expandIconAsCell:n,expandIconColumnIndex:l,childrenColumnName:o,scroll:h,optimizedColumns:d,onDelete:u,ellipsisInfo:g,showHeader:m}=e,w=(0,c.useMemo)((()=>{var t;return null===(t=e.dataSource)||void 0===t?void 0:t.map(((e,t)=>(0,A.isNil)(e[r])?{...e,[r]:t}:e))}),[e.dataSource,r]),[k,v]=(0,c.useState)(w),C=(0,c.useRef)(new Map),E=(0,c.useRef)(new Map),S=(0,c.useRef)(new Map),M=(0,c.useRef)(new Map);(0,c.useEffect)((()=>{M.current.clear(),v(w)}),[w]);const z=null!=a&&a.rowSelection?-1:0,I=(0,c.useMemo)((()=>{if(s){E.current.clear(),S.current.clear();const e=s.map(((e,t)=>{const{useBrick:i,valueSuffix:a,cellStatus:s,cellStyle:h={},headerBrick:d,colSpanKey:c,rowSpanKey:u,filterDropdownBrick:m,...w}=e;if(null!=d&&d.useBrick){const t=null==d?void 0:d.useBrick;let i=E.current.get(e);i||(i={title:w.title},E.current.set(e,i)),w.title=((e,t)=>function(){return p().createElement(B.ReactUseMultipleBricks,{useBrick:e,data:t})})(t,i)}if(null!=m&&m.useBrick&&(w.filterDropdown=p().createElement(B.ReactUseMultipleBricks,{useBrick:m.useBrick})),i){let e;i&&(e=S.current.get(i),e||(e=new Map,S.current.set(i,e))),w.render=((e,t)=>function(i,a,s){if(e){let r=null==t?void 0:t.get(a);return r||(r={cellData:i,rowData:a,columnIndex:s},null==t||t.set(a,r)),p().createElement(B.ReactUseMultipleBricks,{useBrick:e,data:r})}})(i,e),w.shouldCellUpdate=(e,t)=>!(0,A.isEqual)(e,t)}else a&&(w.render=e=>e+a);if(!n&&t===Number(l)+z){const e=w.render;w.render=function(t,i,a){return p().createElement(p().Fragment,null,!i[o]&&C.current.get(r?i[r]:i),e?e(t,i,a):t)}}if(s||c||u||h){const e=w.render;w.render=(t,i,a)=>({children:e?e(t,i,a):t,props:{colSpan:i[c],rowSpan:i[u],style:{...s?x(s,i,t):{},...h}}})}return"string"==typeof w.dataIndex&&(w.dataIndex=(0,A.toPath)(w.dataIndex)),"top"===w.verticalAlign&&(w.className?w.className+=" alignTop":w.className="alignTop"),"bottom"===w.verticalAlign&&(w.className?w.className+=" alignBottom":w.className="alignBottom"),g&&(w.className?w.className+=" ellipsisInfoCell":w.className="ellipsisInfoCell"),w}));return e}}),[s,o,n,l,z,r,u,g]),F={body:{row:$}},j=(t,i)=>{const a=k[t],s=N()(k,{$splice:[[t,1],[i,0,a]]});v(s),e.onDrag&&e.onDrag(s)},Q=(0,A.pickBy)({expandIconColumnIndex:l,expandIconAsCell:n,expandRowByClick:e.expandRowByClick,expandedRowKeys:e.expandedRowKeys,defaultExpandAllRows:e.defaultExpandAllRows},(e=>!(0,A.isNil)(e)));let Z=p().createElement(y.A,(0,b.A)({className:W()("brickTable",{expandIconCellHidden:!n,customDropTable:e.tableDraggable,tableThTransparent:e.thTransparent,zebraPatternTable:(null==k?void 0:k.length)>=2&&e.zebraPattern,xSmallSizeTable:e.xSmallSizeTable}),dataSource:k},e.tableDraggable?{components:F,onRow:(e,t)=>({index:t,moveRow:j})}:{},{columns:I,onChange:e.onChange},e.expandedRowBrick?{expandedRowRender:(t,i)=>{var a;let s=M.current.get(t);return s||(s={rowData:t,rowIndex:i},M.current.set(t,s)),p().createElement(B.ReactUseMultipleBricks,{useBrick:null===(a=e.expandedRowBrick)||void 0===a?void 0:a.useBrick,data:s})}}:{},Q,{onExpand:(t,i)=>{e.onExpand&&e.onExpand(t,i)},showSorterTooltip:!1,onExpandedRowsChange:t=>{e.onExpandedRowsChange&&e.onExpandedRowsChange(t)},rowKey:r,childrenColumnName:o,rowClassName:(t,i)=>t.invalidRow?"invalidRow":t.disabledRow?"disabledRow":e.zebraPattern&&i%2?"brickTableOddRow":"",expandIcon:t=>{var i;const{record:a,expandable:s,expanded:l,onExpand:o}=t;let h,d=(null===(i=e.expandIcon)||void 0===i?void 0:i.collapsedIcon)||O;var c;s?(l||(d=(null===(c=e.expandIcon)||void 0===c?void 0:c.expandedIcon)||H),h=p().createElement("span",{className:"expandIconSpan","data-testid":"expand-icon",onClick:e=>{o(a,e)}},p().createElement(q,d))):h=p().createElement("span",{className:"expandIconSpan","data-testid":"expand-icon"},p().createElement("span",{style:{visibility:"hidden"}},p().createElement(q,d)));return h?(n||C.current.set(r?a[r]:a,h),h):p().createElement(p().Fragment,null)},scroll:h,showHeader:m},a));e.tableDraggable&&(Z=p().createElement(R.Q,{backend:_.t2},Z));const V=(0,c.useMemo)((()=>(0,D.VC)()),[]);return p().createElement(f.Ay,{locale:i},p().createElement(D.N7,{container:e.shadowRoot,cache:V},Z))}var Q;let Z,V,X,G,Y,J,ee,te,ie,ae,se,re,ne,le,oe,he,de,ce,pe,ue,ge,me,Ae,we,be,ye,fe,ke,xe,ve,Ce,Ee,Se,We,Me,ze,Re,_e,Ie,Ne,Be,De,Pe,Ke,Te,Ue,Le,Fe,Oe,He,qe,$e,je,Qe,Ze,Ve,Xe,Ge,Ye,Je,et,tt,it,at,st,rt,nt,lt,ot,ht,dt,ct,pt,ut,gt,mt,At,wt,bt,yt,ft,kt,xt,vt,Ct,Et,St,Wt,Mt,zt,Rt,_t,It,Nt,Bt,Dt,Pt,Kt,Tt,Ut,Lt,Ft,Ot,Ht,qt,$t,jt,Qt,Zt,Vt,Xt,Gt,Yt,Jt,ei,ti,ii,ai,si,ri,ni,li,oi,hi;i(76477);const{defineElement:di,property:ci,event:pi,method:ui}=(0,u.createDecorators)();let gi;var mi=new WeakMap,Ai=new WeakSet,wi=new WeakMap,bi=new WeakMap,yi=new WeakMap,fi=new WeakMap,ki=new WeakMap,xi=new WeakMap,vi=new WeakMap,Ci=new WeakMap,Ei=new WeakMap,Si=new WeakMap,Wi=new WeakMap,Mi=new WeakMap,zi=new WeakMap,Ri=new WeakMap,_i=new WeakMap,Ii=new WeakMap,Ni=new WeakMap,Bi=new WeakMap,Di=new WeakMap,Pi=new WeakMap,Ki=new WeakMap,Ti=new WeakMap,Ui=new WeakMap,Li=new WeakMap,Fi=new WeakMap,Oi=new WeakMap,Hi=new WeakMap,qi=new WeakMap,$i=new WeakMap,ji=new WeakMap,Qi=new WeakMap,Zi=new WeakMap,Vi=new WeakMap,Xi=new WeakMap,Gi=new WeakMap,Yi=new WeakMap,Ji=new WeakMap,ea=new WeakMap,ta=new WeakMap,ia=new WeakMap,aa=new WeakMap,sa=new WeakMap,ra=new WeakMap,na=new WeakMap,la=new WeakMap,oa=new WeakMap,ha=new WeakMap,da=new WeakMap,ca=new WeakMap,pa=new WeakMap,ua=new WeakMap,ga=new WeakMap,ma=new WeakMap;class Aa extends g.ReactNextElement{constructor(){super(...arguments),(0,s.A)(this,Ai),(0,r.A)(this,mi,(Z(this),X(this))),(0,r.A)(this,wi,(J(this),ee(this))),(0,r.A)(this,bi,(ae(this),se(this))),(0,r.A)(this,yi,(le(this),oe(this))),(0,r.A)(this,fi,(ce(this),pe(this))),(0,r.A)(this,ki,(me(this),Ae(this))),(0,r.A)(this,xi,(ye(this),fe(this))),(0,r.A)(this,vi,(ve(this),Ce(this))),(0,r.A)(this,Ci,(We(this),Me(this,!0))),(0,r.A)(this,Ei,(ze(this),Re(this))),(0,r.A)(this,Si,(_e(this),Ie(this))),(0,r.A)(this,Wi,(Ne(this),Be(this))),(0,r.A)(this,Mi,(De(this),Pe(this,!1))),(0,r.A)(this,zi,(Ke(this),Te(this))),(0,r.A)(this,Ri,(Ue(this),Le(this))),(0,r.A)(this,_i,(Fe(this),Oe(this))),(0,r.A)(this,Ii,(He(this),qe(this))),(0,r.A)(this,Ni,($e(this),je(this))),(0,r.A)(this,Bi,(Qe(this),Ze(this))),(0,r.A)(this,Di,(Ve(this),Xe(this))),(0,r.A)(this,Pi,(Ge(this),Ye(this,!0))),(0,r.A)(this,Ki,(Je(this),et(this))),(0,r.A)(this,Ti,(tt(this),it(this))),(0,r.A)(this,Ui,(at(this),st(this))),(0,r.A)(this,Li,(rt(this),nt(this,!1))),(0,r.A)(this,Fi,(lt(this),ot(this))),(0,r.A)(this,Oi,(ht(this),dt(this))),(0,r.A)(this,Hi,(ct(this),pt(this))),(0,r.A)(this,qi,(ut(this),gt(this))),(0,r.A)(this,$i,(mt(this),At(this))),(0,a.A)(this,"_disabledChildrenKeys",(wt(this),[])),(0,r.A)(this,ji,bt(this,"children")),(0,r.A)(this,Qi,(yt(this),ft(this,!0))),(0,r.A)(this,Zi,(kt(this),xt(this))),(0,r.A)(this,Vi,(vt(this),Ct(this,""))),(0,r.A)(this,Xi,(Et(this),St(this))),(0,r.A)(this,Gi,(Wt(this),Mt(this))),(0,r.A)(this,Yi,(zt(this),Rt(this))),(0,r.A)(this,Ji,(_t(this),It(this))),(0,r.A)(this,ea,(Nt(this),Bt(this,{x:!0}))),(0,r.A)(this,ta,(Dt(this),Pt(this,"q"))),(0,r.A)(this,ia,(Kt(this),Tt(this))),(0,r.A)(this,aa,(Ut(this),Lt(this))),(0,r.A)(this,sa,(Ft(this),Ot(this))),(0,r.A)(this,ra,(Ht(this),qt(this,[]))),(0,r.A)(this,na,($t(this),jt(this))),(0,r.A)(this,la,(Qt(this),Zt(this))),(0,r.A)(this,oa,(Vt(this),Xt(this,!0))),(0,r.A)(this,ha,(Gt(this),Yt(this))),(0,r.A)(this,da,(Jt(this),ei(this))),(0,r.A)(this,ca,(ti(this),ii(this))),(0,r.A)(this,pa,(ai(this),si(this,!0))),(0,r.A)(this,ua,(ri(this),ni(this,!0))),(0,a.A)(this,"_originalDataSource",(li(this),[])),(0,a.A)(this,"_dataSource",[]),(0,a.A)(this,"_pureSource",void 0),(0,a.A)(this,"_columns",void 0),(0,a.A)(this,"_finalConfigProps",{}),(0,a.A)(this,"_error",void 0),(0,r.A)(this,ga,void 0),(0,a.A)(this,"_selectUpdateEventName",""),(0,a.A)(this,"_selectUpdateEventDetailKeys",[]),(0,a.A)(this,"_selectUpdateEventDetailField",""),(0,a.A)(this,"_selectUpdateEventDetailExtra",{}),(0,a.A)(this,"_fields",{page:"page",pageSize:"pageSize",dataSource:"list",total:"total",ascend:"ascend",descend:"descend"}),(0,r.A)(this,ma,oi(this,[])),(0,a.A)(this,"_selected",(hi(this),!1)),(0,a.A)(this,"_selectedRow",void 0),(0,a.A)(this,"_selectedRows",[]),(0,a.A)(this,"_allChildren",[]),(0,a.A)(this,"_isInSelect",!1),(0,a.A)(this,"_getRowKey",(()=>{var e,t,i,a;return null!==(e=null!==(t=null!==(i=this.rowKey)&&void 0!==i?i:this._fields.rowKey)&&void 0!==t?t:null===(a=this.configProps)||void 0===a?void 0:a.rowKey)&&void 0!==e?e:"key"})),(0,a.A)(this,"_findParentByChildKeyValue",((e,t,i,a)=>{let s;return i.some((i=>{if(i[t]===e)s=a;else{const a=i[this.childrenColumnName];a&&(s=this._findParentByChildKeyValue(e,t,a,i))}return!!s})),s})),(0,a.A)(this,"_handleRowSelectChange",((e,t)=>{const i=this._getRowKey(),a=(0,A.keyBy)(t,i);if(this._selected){const t=[...e];if(this._allChildren.forEach((e=>{const s=e[i];t.push(s),a[s]=e})),this.autoSelectParentWhenAllChildrenSelected&&this._selectedRow){const s=new Set(e),r=this._findParentByChildKeyValue(this._selectedRow[i],i,this._dataSource);if(r&&r[this.childrenColumnName].every((e=>s.has(e[i])))){const e=r[i];t.push(e),a[e]=r}}this.selectedRowKeys=(0,A.uniq)(t)}else{let t;this.autoSelectParentWhenAllChildrenSelected&&this._selectedRow&&(t=this._findParentByChildKeyValue(this._selectedRow[i],i,this._dataSource)),this.selectedRowKeys=(0,A.pullAll)(e,(0,A.map)(this._allChildren.concat(t),i))}this._selectedRow=void 0;const s=(0,A.keyBy)(this.extraRows,i);this._selectedRows=this.selectedRowKeys.map((e=>a[e]||s[e]));let r=null;const n=(0,A.isEmpty)(this._selectUpdateEventDetailField)?this._selectedRows:(0,A.map)(this._selectedRows,(e=>(0,A.get)(e,this._selectUpdateEventDetailField)));r=(0,A.isEmpty)(this._selectUpdateEventDetailKeys)||(0,A.isEmpty)(n)?n:(0,A.set)({},this._selectUpdateEventDetailKeys,n),(0,A.isEmpty)(r)||(r=(0,A.merge)(r,this._selectUpdateEventDetailExtra)),this._selectUpdateEventName?this.dispatchEvent(new CustomEvent(this._selectUpdateEventName,{detail:r})):(0,l.A)(Ai,this,re).emit(r),(0,l.A)(Ai,this,he).emit(e)})),(0,a.A)(this,"_getSelectedRowsWithChildren",(e=>{const t=[];return!(0,A.isEmpty)(e[this.childrenColumnName])&&(0,A.isArray)(e[this.childrenColumnName])&&(0,A.forEach)(e[this.childrenColumnName],(e=>{t.push(e),t.push(...this._getSelectedRowsWithChildren(e))})),t})),(0,a.A)(this,"_handleOnSelect",((e,t)=>{this._selected=t,this._selectedRow=e,this._isInSelect=!0;const i=this._getRowKey(),a=this.selectAllChildren?this._getSelectedRowsWithChildren(e):[];this._allChildren=a,this.autoSelectParentWhenAllChildrenSelected||(this._disabledChildrenKeys=t?(0,A.uniq)([...this._disabledChildrenKeys,...(0,A.map)(a,i)]):(0,A.pullAll)(this._disabledChildrenKeys,[...(0,A.map)(a,i)])),this.storeCheckedByUrl&&i&&this._updateUrlChecked([e[i]],t)})),(0,a.A)(this,"_handleSelectAll",((e,t,i)=>{this._selected=e,this._isInSelect=!0;const a=this._getRowKey();if(this.selectAllChildren){const t=(0,A.map)(this._dataSource,a),s=i.filter((e=>t.includes(e[a]))),r=(0,A.flatten)((0,A.map)(s,(e=>(0,A.map)(this._getSelectedRowsWithChildren(e),(e=>e[a]))))),n=(0,A.flatten)((0,A.map)(s,(e=>(0,A.map)(this._getSelectedRowsWithChildren(e),(e=>e)))));this._allChildren=n,this.autoSelectParentWhenAllChildrenSelected||(this._disabledChildrenKeys=e?(0,A.uniq)(this._disabledChildrenKeys.concat(r)):this._disabledChildrenKeys.filter((e=>!r.includes(e))))}this.storeCheckedByUrl&&a&&this._updateUrlChecked((0,A.map)(i,a),e)})),(0,a.A)(this,"_getCheckedFromUrl",(()=>{const e=(0,w.getHistory)(),t=new URLSearchParams(e.location.search).get("checked");return(0,A.isEmpty)(t)?[]:t.split(",")})),(0,a.A)(this,"_updateUrlChecked",((e,t)=>{const i=(0,w.getHistory)();let a=this._getCheckedFromUrl();t?a=[...a,...e]:(0,A.pull)(a,...e),this.shouldUpdateUrlParams&&i.pushQuery({checked:a.join(",")},{notify:!1})})),(0,a.A)(this,"_handleOnChange",((e,t,i)=>{const a=(0,w.getHistory)(),s=new URLSearchParams(a.location.search);if(!(0,A.isEmpty)(e))if(e.pageSize!==this.pageSize)e.current=1,s.set("page","1"),s.set("pageSize",(null==e?void 0:e.pageSize).toString()),(0,l.A)(Ai,this,te).emit({[this._fields.pageSize]:e.pageSize,[this._fields.page]:1}),this.page=1,this.pageSize=e.pageSize;else if(e.current!==this.page){const t=e.current||1;s.set("page",t.toString()),(0,l.A)(Ai,this,G).emit({[this._fields.page]:t}),this.page=t}this.filters=t,(0,A.isEmpty)(t)||(0,A.forEach)(t,((e,t)=>{(0,A.isNil)(e)||0===e.length?s.delete(t):s.set(t,e)})),i.order&&(0,A.isNil)(i.order)&&(i.columnKey!==this.sort||this._fields[i.order]!==this.order)&&(i.columnKey&&i.order?(s.set("sort",i.columnKey),s.set("order",this._fields[i.order].toString()),this.sort=i.columnKey,this.order=this._fields[i.order]):(s.delete("sort"),s.delete("order"),this.sort=null,this.order=null),(0,l.A)(Ai,this,ue).emit({sort:this.sort,order:this.order})),this.frontSearch?(this.shouldUpdateUrlParams&&a.push(`?${s}`,{notify:!1}),this.frontendSearch(e,t,i)):this.shouldUpdateUrlParams&&a.push(`?${s}`,{notify:!!this.shouldRenderWhenUrlParamsUpdate})})),(0,a.A)(this,"renderSelectInfo",(()=>p().createElement("span",{style:{marginLeft:20}},p().createElement("span",null,"已选择",this.selectedRowKeys.length,"项"),p().createElement("a",{role:"button",style:{marginLeft:"10px"},onClick:()=>{this.selectedRowKeys=[],this._selectedRows=[],this._disabledChildrenKeys=[],this._allChildren=[],this._selectUpdateEventName?this.dispatchEvent(new CustomEvent(this._selectUpdateEventName,{detail:[]})):(0,l.A)(Ai,this,re).emit([])}},"清空")))),(0,a.A)(this,"_handleOnExpand",((e,t)=>{if(this.expandedRowKeys){const i=this._getRowKey(),a=[(0,A.get)(t,i)],s=(0,A.get)(t,this.childrenColumnName);if(!(0,A.isEmpty)(s)){const e=(0,A.map)((0,A.filter)(s,(e=>(0,A.isEmpty)((0,A.get)(e,this.childrenColumnName)))),i);a.push(...e)}this.expandedRowKeys=e?[...this.expandedRowKeys,...a]:(0,A.pull)(this.expandedRowKeys,...a),this._render()}(0,l.A)(Ai,this,we).emit({expanded:e,record:t})})),(0,a.A)(this,"_handleOnExpandedRowsChange",(e=>{(0,l.A)(Ai,this,ke).emit({expandedRows:e})})),(0,a.A)(this,"_handleOnDrag",(e=>{(0,l.A)(Ai,this,Ee).emit({data:e})})),(0,a.A)(this,"_getAllRows",(()=>{const e=[];return C(this._dataSource,this.childrenColumnName,e),e})),(0,a.A)(this,"_handleDefaultSelectAll",(()=>{this._isInSelect=!0;const e=this._getRowKey();return this._selectedRows=this._getAllRows(),this.selectedRowKeys=(0,A.map)(this._selectedRows,e),this.selectedRowKeys})),(0,a.A)(this,"_initConfigProps",(()=>{var e,t;const i={current:this.page,pageSize:this.pageSize,total:(0,h.A)(ga,this),showSizeChanger:!0,pageSizeOptions:["10","20","50"],showTotal:e=>{var t;return p().createElement(p().Fragment,null,p().createElement("span",{className:"totalText"},"共 ",p().createElement("strong",{className:"total"},e)," 条"),((null===(t=this.configProps)||void 0===t?void 0:t.rowSelection)||this.rowSelection)&&this.showSelectInfo&&0!==this.selectedRowKeys.length&&this.renderSelectInfo())}},a=this._getRowKey();let s;this.rowDisabledConfig&&(s=Array.isArray(this.rowDisabledConfig)?this.rowDisabledConfig:[this.rowDisabledConfig]);const r={...a?{selectedRowKeys:this._isInSelect?this.selectedRowKeys:this.storeCheckedByUrl?this._getCheckedFromUrl():this.defaultSelectAll?this._handleDefaultSelectAll():this.selectedRowKeys,onSelect:this._handleOnSelect,onSelectAll:this._handleSelectAll,onChange:this._handleRowSelectChange,preserveSelectedRowKeys:!0}:{onChange:this._handleRowSelectChange,preserveSelectedRowKeys:!0},getCheckboxProps:e=>!(0,A.isEmpty)(this._disabledChildrenKeys)&&this._disabledChildrenKeys.includes((0,A.get)(e,a))?{disabled:!0}:s?{disabled:s.some((t=>{const{field:i,value:a,operator:s}=t,r=k[s];return null==r?void 0:r(a,(0,A.get)(e,i))}))}:{}};this.configProps?(this._finalConfigProps=(0,A.cloneDeep)(this.configProps),!1!==this.configProps.pagination&&(this._finalConfigProps.pagination={...i,...this.pagination,...this.configProps.pagination},void 0!==this.configProps.pagination&&null!==this.configProps.pagination||!1!==this.pagination||(this._finalConfigProps.pagination=!1)),this.configProps.size||(this._finalConfigProps.size="x-small"==this.size?"":this.size)):(this._finalConfigProps={},this._finalConfigProps.pagination=!1!==this.pagination&&i,this._finalConfigProps.size="x-small"==this.size?"":this.size);const n=null!==(e=null===(t=this.configProps)||void 0===t?void 0:t.rowSelection)&&void 0!==e?e:this.rowSelection;var l,o;n?this._finalConfigProps.rowSelection=!0===n?{...r,type:null!==(l=this.type)&&void 0!==l?l:"checkbox"}:{...r,type:null!==(o=this.type)&&void 0!==o?o:"checkbox",...n,...r.selectedRowKeys?{selectedRowKeys:r.selectedRowKeys}:{}}:this.type?this._finalConfigProps.rowSelection={...r,type:this.type}:this._finalConfigProps.rowSelection=!1,this._columns&&(this._columns=this._columns.map((e=>{if((0,A.isNil)(e.key)&&(e.key=e.dataIndex),e.sorter&&(e.sortOrder=this.sort===e.key&&!(0,A.isNil)(this.order)&&(this._fields.ascend===this.order?"ascend":"descend")),e.filters){var t,i;const a=(0,w.getHistory)(),s=null!==(t=new URLSearchParams(a.location.search).get(e.key))&&void 0!==t?t:null===(i=(0,A.get)(this.filters,e.key))||void 0===i?void 0:i.join(",");(0,A.isNil)(s)||(0,A.isEmpty)(s)?(e.filtered=!1,e.filteredValue=[]):(e.filtered=!0,e.filteredValue=s.split(",").map((t=>{var i,a;return null!==(i=null===(a=(0,A.find)(e.filters,(e=>String(e.value)===t)))||void 0===a?void 0:a.value)&&void 0!==i?i:t})))}return e})))}))}set columns(e){this._columns=e,this._render()}get columns(){return this._columns}set dataSource(e){var t,i,a,s,r,n;(this._isInSelect=!1,this._originalDataSource=e,this._dataSource=(0,A.cloneDeep)(this._fields.dataSource?(0,A.get)(e,this._fields.dataSource):e),this._pureSource=(0,A.cloneDeep)(this._dataSource),this.stripEmptyExpandableChildren)&&E((null===(n=this.configProps)||void 0===n||null===(n=n.expandable)||void 0===n?void 0:n.childrenColumnName)||"children",this._dataSource);(0,o.A)(ga,this,(0,A.get)(e,this._fields.total)),this.page=null!==(t=null!==(i=(0,A.get)(e,"page"))&&void 0!==i?i:this.page)&&void 0!==t?t:1,this.pageSize=null!==(a=null!==(s=null!==(r=(0,A.get)(e,"page_size"))&&void 0!==r?r:(0,A.get)(e,"pageSize"))&&void 0!==s?s:this.pageSize)&&void 0!==a?a:10,this._render()}get showCard(){return(0,h.A)(Ci,this)}set showCard(e){(0,o.A)(Ci,this,e)}get rowSelection(){return(0,h.A)(Ei,this)}set rowSelection(e){(0,o.A)(Ei,this,e)}get rowKey(){return(0,h.A)(Si,this)}set rowKey(e){(0,o.A)(Si,this,e)}get hiddenColumns(){return(0,h.A)(Wi,this)}set hiddenColumns(e){(0,o.A)(Wi,this,e)}get showSelectInfo(){return(0,h.A)(Mi,this)}set showSelectInfo(e){(0,o.A)(Mi,this,e)}get filters(){return(0,h.A)(zi,this)}set filters(e){(0,o.A)(zi,this,e)}get configProps(){return(0,h.A)(Ri,this)}set configProps(e){(0,o.A)(Ri,this,e)}get sort(){return(0,h.A)(_i,this)}set sort(e){(0,o.A)(_i,this,e)}get order(){return(0,h.A)(Ii,this)}set order(e){(0,o.A)(Ii,this,e)}get rowDisabledConfig(){return(0,h.A)(Ni,this)}set rowDisabledConfig(e){(0,o.A)(Ni,this,e)}get expandedRowBrick(){return(0,h.A)(Bi,this)}set expandedRowBrick(e){(0,o.A)(Bi,this,e)}get expandIcon(){return(0,h.A)(Di,this)}set expandIcon(e){(0,o.A)(Di,this,e)}get expandIconAsCell(){return(0,h.A)(Pi,this)}set expandIconAsCell(e){(0,o.A)(Pi,this,e)}get expandIconColumnIndex(){return(0,h.A)(Ki,this)}set expandIconColumnIndex(e){(0,o.A)(Ki,this,e)}get expandRowByClick(){return(0,h.A)(Ti,this)}set expandRowByClick(e){(0,o.A)(Ti,this,e)}get optimizedColumns(){return(0,h.A)(Ui,this)}set optimizedColumns(e){(0,o.A)(Ui,this,e)}get stripEmptyExpandableChildren(){return(0,h.A)(Li,this)}set stripEmptyExpandableChildren(e){(0,o.A)(Li,this,e)}get defaultExpandAllRows(){return(0,h.A)(Fi,this)}set defaultExpandAllRows(e){(0,o.A)(Fi,this,e)}get ellipsisInfo(){return(0,h.A)(Oi,this)}set ellipsisInfo(e){(0,o.A)(Oi,this,e)}get expandedRowKeys(){return(0,h.A)(Hi,this)}set expandedRowKeys(e){(0,o.A)(Hi,this,e)}get selectAllChildren(){return(0,h.A)(qi,this)}set selectAllChildren(e){(0,o.A)(qi,this,e)}get defaultSelectAll(){return(0,h.A)($i,this)}set defaultSelectAll(e){(0,o.A)($i,this,e)}get childrenColumnName(){return(0,h.A)(ji,this)}set childrenColumnName(e){(0,o.A)(ji,this,e)}get sortable(){return(0,h.A)(Qi,this)}set sortable(e){(0,o.A)(Qi,this,e)}set fields(e){this._fields={...this._fields,...e},this._render()}get frontSearch(){return(0,h.A)(Zi,this)}set frontSearch(e){(0,o.A)(Zi,this,e)}get frontSearchQuery(){return(0,h.A)(Vi,this)}set frontSearchQuery(e){(0,o.A)(Vi,this,e)}get exactSearch(){return(0,h.A)(Xi,this)}set exactSearch(e){(0,o.A)(Xi,this,e)}get frontSearchFilterKeys(){return(0,h.A)(Gi,this)}set frontSearchFilterKeys(e){(0,o.A)(Gi,this,e)}get page(){return(0,h.A)(Yi,this)}set page(e){(0,o.A)(Yi,this,e)}get pageSize(){return(0,h.A)(Ji,this)}set pageSize(e){(0,o.A)(Ji,this,e)}get scrollConfigs(){return(0,h.A)(ea,this)}set scrollConfigs(e){(0,o.A)(ea,this,e)}get qField(){return(0,h.A)(ta,this)}set qField(e){(0,o.A)(ta,this,e)}get tableDraggable(){return(0,h.A)(ia,this)}set tableDraggable(e){(0,o.A)(ia,this,e)}get zebraPattern(){return(0,h.A)(aa,this)}set zebraPattern(e){(0,o.A)(aa,this,e)}get storeCheckedByUrl(){return(0,h.A)(sa,this)}set storeCheckedByUrl(e){(0,o.A)(sa,this,e)}get extraRows(){return(0,h.A)(ra,this)}set extraRows(e){(0,o.A)(ra,this,e)}get autoSelectParentWhenAllChildrenSelected(){return(0,h.A)(na,this)}set autoSelectParentWhenAllChildrenSelected(e){(0,o.A)(na,this,e)}get thTransparent(){return(0,h.A)(la,this)}set thTransparent(e){(0,o.A)(la,this,e)}get showHeader(){return(0,h.A)(oa,this)}set showHeader(e){(0,o.A)(oa,this,e)}get pagination(){return(0,h.A)(ha,this)}set pagination(e){(0,o.A)(ha,this,e)}get size(){return(0,h.A)(da,this)}set size(e){(0,o.A)(da,this,e)}get type(){return(0,h.A)(ca,this)}set type(e){(0,o.A)(ca,this,e)}get shouldUpdateUrlParams(){return(0,h.A)(pa,this)}set shouldUpdateUrlParams(e){(0,o.A)(pa,this,e)}get shouldRenderWhenUrlParamsUpdate(){return(0,h.A)(ua,this)}set shouldRenderWhenUrlParamsUpdate(e){(0,o.A)(ua,this,e)}get processedDataSource(){return this._dataSource}get processConfigProps(){return this._finalConfigProps}get processedColumns(){return this.getModifyColumns()}get selectedRowKeys(){return(0,h.A)(ma,this)}set selectedRowKeys(e){(0,o.A)(ma,this,e)}filterSourceData(e){const t=this.exactSearch?e.detail.q.trim():e.detail.q.trim().toLowerCase();if(this.shouldUpdateUrlParams){const e=(0,w.getHistory)(),i=new URLSearchParams(e.location.search);i.set("page","1"),t?(i.set(this.qField,t),e.push(`?${i}`,{notify:!this.frontSearch})):(i.delete(this.qField),e.push(`?${i}`,{notify:!this.frontSearch})),this.page=1}this.frontSearchQuery=t}handleFrontendDataChange(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:[];if(this.shouldUpdateUrlParams){const e=(0,w.getHistory)(),t=new URLSearchParams(e.location.search);this.frontSearchQuery=t.get(this.qField)}let i=[];i=this.handleFrontendFilterSource(e,this.frontSearchQuery||"",t);const a=(0,A.isNil)(this.order)?null:this._fields.ascend===this.order?"ascend":"descend";return i=this.handleFrontendSorter(i,{columnKey:this.sort,order:a}),i=this.handleFrontendFilters(i),(0,o.A)(ga,this,i.length),i}handleFrontendFilterSource(e,t,i,a){if(!t)return e;const s=[];return a||(a=this.frontSearchFilterKeys||i.map((e=>e.dataIndex))),e.forEach((e=>{var r;const n=e[this.childrenColumnName];if(n){const r=this.handleFrontendFilterSource(n,t,i,a);if(r.length>0)return void s.push({...e,[this.childrenColumnName]:r})}(null===(r=a)||void 0===r?void 0:r.some((i=>{const a=(0,A.get)(e,i);return!(0,A.isNil)(a)&&(this.exactSearch?a===t:JSON.stringify(a).toLowerCase().includes(t))})))&&s.push(e)})),s}handleFrontendSorter(e,t){const i=e||[],{columnKey:a,order:s}=t;if(!a||!s)return e;let r=1;return"descend"===s?r=-1:"ascend"===s&&(r=1),void 0!==r&&(i.sort(((e,t)=>{const i=(0,A.get)(e,a),s=(0,A.get)(t,a);if((0,A.isNil)(i)){if(!(0,A.isNil)(s))return 1}else if((0,A.isNil)(s))return-1;return i==s?0:i>s?r:-r})),i.forEach((e=>{const i=e[this.childrenColumnName];i&&this.handleFrontendSorter(i,t)}))),i}handleFrontendFilters(e){let t=e||[];const i=(0,A.map)(this.filters,((e,t)=>({key:t,value:e}))).filter((e=>!(0,A.isNil)(e.value)&&0!==e.value.length));return t=t.filter((e=>(0,A.every)(i,(t=>{var i,a;return null===(i=null===(a=t.value)||void 0===a?void 0:a.includes((0,A.get)(e,t.key)))||void 0===i||i})))),t}frontendSearch(e,t,i){this.sort=(0,A.isNil)(i.order)?null:i.columnKey,this.order=(0,A.isNil)(i.order)?null:this._fields[i.order]}expandAll(){const e=[],t=this._getRowKey();this._dataSource&&v(this._dataSource,t,this.childrenColumnName,e),this.expandedRowKeys=e}getModifyColumns(){let e=this._columns;return this._columns&&this.hiddenColumns&&(e=this._columns.filter((e=>{var t,i;return!(null!==(t=this.hiddenColumns)&&void 0!==t&&t.includes(null!==(i=e.dataIndex)&&void 0!==i?i:e.key))}))),!1===this.sortable&&(e=(0,A.map)(e,(e=>(e.sorter=!1,e)))),e}render(){return this.frontSearch&&(this._dataSource=this.handleFrontendDataChange(this._pureSource,this._columns)),this._initConfigProps(),p().createElement(j,{shadowRoot:this.shadowRoot,dataSource:this._dataSource||[],columns:this.getModifyColumns(),configProps:this._finalConfigProps,error:this._error,onChange:this._handleOnChange,showCard:this.showCard,showHeader:this.showHeader,expandedRowBrick:this.expandedRowBrick,expandIconAsCell:this.expandIconAsCell,expandIconColumnIndex:this.expandIconColumnIndex,expandRowByClick:this.expandRowByClick,defaultExpandAllRows:this.defaultExpandAllRows,onExpand:this._handleOnExpand,onExpandedRowsChange:this._handleOnExpandedRowsChange,expandedRowKeys:this.expandedRowKeys,rowKey:this._getRowKey(),childrenColumnName:this.childrenColumnName,tableDraggable:this.tableDraggable||this.draggable,onDrag:this._handleOnDrag,zebraPattern:this.zebraPattern,expandIcon:this.expandIcon,scroll:this.scrollConfigs,optimizedColumns:this.optimizedColumns,ellipsisInfo:this.ellipsisInfo,thTransparent:this.thTransparent,xSmallSizeTable:"x-small"==this.size})}_test_only_getOriginalDataSource(){return this._originalDataSource}updateData(e){this._dataSource=e.detail,this._error=null,this._render()}updateError(e){this._error=e.detail,this._render()}set selectUpdateEventName(e){this._selectUpdateEventName=e}set selectUpdateEventDetailKeys(e){this._selectUpdateEventDetailKeys=e}set selectUpdateEventDetailField(e){this._selectUpdateEventDetailField=e}set selectUpdateEventDetailExtra(e){this._selectUpdateEventDetailExtra=e}}Q=Aa,({e:[X,G,Y,J,ee,te,ie,ae,se,re,ne,le,oe,he,de,ce,pe,ue,ge,me,Ae,we,be,ye,fe,ke,xe,ve,Ce,Ee,Se,We,Me,ze,Re,_e,Ie,Ne,Be,De,Pe,Ke,Te,Ue,Le,Fe,Oe,He,qe,$e,je,Qe,Ze,Ve,Xe,Ge,Ye,Je,et,tt,it,at,st,rt,nt,lt,ot,ht,dt,ct,pt,ut,gt,mt,At,wt,bt,yt,ft,kt,xt,vt,Ct,Et,St,Wt,Mt,zt,Rt,_t,It,Nt,Bt,Dt,Pt,Kt,Tt,Ut,Lt,Ft,Ot,Ht,qt,$t,jt,Qt,Zt,Vt,Xt,Gt,Yt,Jt,ei,ti,ii,ai,si,ri,ni,li,oi,hi,Z],c:[gi,V]}=(0,d.A)(Q,[di("eo-table",{styleTexts:[m.A],alias:["advanced.general-table"]})],[[pi({type:"page.update"}),1,"pageUpdate",e=>(0,h.A)(mi,e),(e,t)=>(0,o.A)(mi,e,t)],[pi({type:"filter.update"}),1,"filterUpdate",e=>(0,h.A)(wi,e),(e,t)=>(0,o.A)(wi,e,t)],[pi({type:"select.update"}),1,"selectUpdate",e=>(0,h.A)(bi,e),(e,t)=>(0,o.A)(bi,e,t)],[pi({type:"select.row.keys.update"}),1,"selectRowKeysUpdate",e=>(0,h.A)(yi,e),(e,t)=>(0,o.A)(yi,e,t)],[pi({type:"sort.update",cancelable:!0}),1,"sortUpdate",e=>(0,h.A)(fi,e),(e,t)=>(0,o.A)(fi,e,t)],[pi({type:"row.expand"}),1,"rowExpand",e=>(0,h.A)(ki,e),(e,t)=>(0,o.A)(ki,e,t)],[pi({type:"expand.rows.change"}),1,"expandRowsChange",e=>(0,h.A)(xi,e),(e,t)=>(0,o.A)(xi,e,t)],[pi({type:"row.drag"}),1,"rowDrag",e=>(0,h.A)(vi,e),(e,t)=>(0,o.A)(vi,e,t)],[ci({type:Boolean}),1,"showCard"],[ci({attribute:!1}),1,"rowSelection"],[ci(),1,"rowKey"],[ci({attribute:!1}),1,"hiddenColumns"],[ci({type:Boolean}),1,"showSelectInfo"],[ci({attribute:!1}),1,"filters"],[ci({attribute:!1}),1,"configProps"],[ci(),1,"sort"],[ci({attribute:!1}),1,"order"],[ci({attribute:!1}),1,"rowDisabledConfig"],[ci({attribute:!1}),1,"expandedRowBrick"],[ci({attribute:!1}),1,"expandIcon"],[ci({attribute:!1}),1,"expandIconAsCell"],[ci({type:Number}),1,"expandIconColumnIndex"],[ci({type:Boolean}),1,"expandRowByClick"],[ci({attribute:!1}),1,"optimizedColumns"],[ci({attribute:!1}),1,"stripEmptyExpandableChildren"],[ci({type:Boolean}),1,"defaultExpandAllRows"],[ci({type:Boolean}),1,"ellipsisInfo"],[ci({attribute:!1}),1,"expandedRowKeys"],[ci({type:Boolean}),1,"selectAllChildren"],[ci({type:Boolean}),1,"defaultSelectAll"],[ci({attribute:!1}),1,"childrenColumnName"],[ci({attribute:!1}),1,"sortable"],[ci({type:Boolean}),1,"frontSearch"],[ci(),1,"frontSearchQuery"],[ci({type:Boolean}),1,"exactSearch"],[ci({attribute:!1}),1,"frontSearchFilterKeys"],[ci({type:Number}),1,"page"],[ci({type:Number}),1,"pageSize"],[ci({attribute:!1}),1,"scrollConfigs"],[ci(),1,"qField"],[ci({type:Boolean}),1,"tableDraggable"],[ci({type:Boolean}),1,"zebraPattern"],[ci({type:Boolean}),1,"storeCheckedByUrl"],[ci({attribute:!1}),1,"extraRows"],[ci({type:Boolean}),1,"autoSelectParentWhenAllChildrenSelected"],[ci({type:Boolean}),1,"thTransparent"],[ci({type:Boolean}),1,"showHeader"],[ci({attribute:!1}),1,"pagination"],[ci(),1,"size"],[ci({attribute:!1}),1,"type"],[ci({type:Boolean}),1,"shouldUpdateUrlParams"],[ci({type:Boolean}),1,"shouldRenderWhenUrlParamsUpdate"],[ci({attribute:!1}),1,"selectedRowKeys"],[ui(),2,"filterSourceData"],[ui(),2,"expandAll"]],0,(e=>ga.has((0,n.A)(e))),g.ReactNextElement)),V();var wa,ba=i(16768),ya=i(97039),fa=i(99492);let ka,xa,va,Ca,Ea,Sa,Wa,Ma,za;const{method:Ra,property:_a}=(0,u.createDecorators)();var Ia=new WeakMap,Na=new WeakSet,Ba=new WeakMap,Da=new WeakMap,Pa=new WeakMap,Ka=new WeakMap,Ta=new WeakMap,Ua=new WeakMap;class La extends g.ReactNextElement{constructor(){super(...arguments),(0,s.A)(this,Na),(0,r.A)(this,Ia,(ka(this),!1)),(0,r.A)(this,Ba,"normal"),(0,r.A)(this,Da,!1),(0,r.A)(this,Pa,xa(this)),(0,r.A)(this,Ka,(va(this),Ca(this))),(0,r.A)(this,Ta,(Ea(this),Sa(this))),(0,r.A)(this,Ua,(Wa(this),Ma(this))),za(this)}get isFormItemElement(){return!0}set validateState(e){(0,fa.A)(Na,qa,this,e),this._render()}get validateState(){return(0,l.A)(Na,this,Ha)}set notRender(e){this.hidden=e,(0,fa.A)(Na,Oa,this,e),this._render()}get notRender(){return(0,l.A)(Na,this,Fa)}get $bindFormItem(){return(0,l.A)(Na,this,$a)}set $bindFormItem(e){(0,fa.A)(Na,ja,this,e),this._render()}get helpBrick(){return(0,h.A)(Pa,this)}set helpBrick(e){(0,o.A)(Pa,this,e)}get labelBrick(){return(0,h.A)(Ka,this)}set labelBrick(e){(0,o.A)(Ka,this,e)}get labelCol(){return(0,h.A)(Ta,this)}set labelCol(e){(0,o.A)(Ta,this,e)}get wrapperCol(){return(0,h.A)(Ua,this)}set wrapperCol(e){(0,o.A)(Ua,this,e)}setNotRender(e){this.notRender=e}getFormElement(){let e=this;for(;(e=e.parentNode)&&e&&!e.isFormElement;);return e}}function Fa(e){return(0,h.A)(Ia,e)}function Oa(e,t){(0,o.A)(Ia,e,t)}function Ha(e){return(0,h.A)(Ba,e)}function qa(e,t){(0,o.A)(Ba,e,t)}function $a(e){return(0,h.A)(Da,e)}function ja(e,t){(0,o.A)(Da,e,t)}wa=La,[xa,va,Ca,Ea,Sa,Wa,Ma,za,ka]=(0,d.A)(wa,[],[[_a({attribute:!1}),1,"helpBrick"],[_a({attribute:!1}),1,"labelBrick"],[_a({attribute:!1}),1,"labelCol"],[_a({attribute:!1}),1,"wrapperCol"],[Ra(),2,"setNotRender"],[Ra(),2,"getFormElement"]],0,void 0,g.ReactNextElement).e;var Qa,Za=i(71058);let Va,Xa,Ga,Ya,Ja,es,ts,is,as,ss,rs,ns,ls,os,hs,ds,cs,ps,us,gs,ms,As,ws,bs,ys,fs,ks,xs,vs,Cs,Es,Ss,Ws,Ms,zs,Rs,_s,Is,Ns,Bs,Ds;const{defineElement:Ps,property:Ks,event:Ts}=(0,u.createDecorators)(),Us=(0,g.wrapBrick)("eo-icon"),Ls=(0,g.wrapBrick)("eo-form-item");let Fs;var Os=new WeakMap,Hs=new WeakMap,qs=new WeakMap,$s=new WeakMap,js=new WeakMap,Qs=new WeakMap,Zs=new WeakMap,Vs=new WeakMap,Xs=new WeakMap,Gs=new WeakMap,Ys=new WeakMap,Js=new WeakMap,er=new WeakMap,tr=new WeakMap,ir=new WeakMap,ar=new WeakMap,sr=new WeakMap,rr=new WeakMap,nr=new WeakMap,lr=new WeakSet;function or(e){const{shadowRoot:t,options:i,fieldNames:a,value:s,placeholder:r,disabled:n,multiple:l,allowClear:o,showSearch:h,expandTrigger:d,size:u,limit:g,popupPlacement:m,cascaderStyle:A,suffixIcon:w,maxTagCount:b,onChange:y}=e,k=(0,B.useCurrentTheme)(),x=(0,c.useMemo)((()=>(0,D.VC)()),[]);return p().createElement(f.Ay,{theme:{algorithm:"dark-v2"===k?ba.A.darkAlgorithm:ba.A.defaultAlgorithm}},p().createElement(D.N7,{container:t,cache:x},p().createElement(ya.A,{getPopupContainer:e=>e.parentElement,allowClear:o,disabled:n,multiple:l,expandTrigger:d,fieldNames:a,placeholder:r,size:u,showSearch:h&&{limit:g,filter:(e,t)=>{const i=(null==a?void 0:a.label)||"label",s=e.split(" ").filter((e=>e)).map((e=>e.toLocaleLowerCase()));for(let e=0;e<s.length;e++)if(!t.some((t=>t[i].toLowerCase().includes(s[e]))))return!1;return!0}},placement:m,style:A,suffixIcon:w&&p().createElement(Us,w),maxTagCount:b,value:s,options:i,onChange:(e,t)=>null==y?void 0:y(e,t)})))}Qa=class extends La{constructor(){super(...arguments),(0,s.A)(this,lr),(0,r.A)(this,Os,Xa(this)),(0,r.A)(this,Hs,(Ga(this),Ya(this))),(0,r.A)(this,qs,(Ja(this),es(this))),(0,r.A)(this,$s,(ts(this),is(this))),(0,r.A)(this,js,(as(this),ss(this,{label:"label",value:"value",children:"children"}))),(0,r.A)(this,Qs,(rs(this),ns(this))),(0,r.A)(this,Zs,(ls(this),os(this))),(0,r.A)(this,Vs,(hs(this),ds(this))),(0,r.A)(this,Xs,(cs(this),ps(this))),(0,r.A)(this,Gs,(us(this),gs(this,!0))),(0,r.A)(this,Ys,(ms(this),As(this,!0))),(0,r.A)(this,Js,(ws(this),bs(this))),(0,r.A)(this,er,(ys(this),fs(this,"click"))),(0,r.A)(this,tr,(ks(this),xs(this,"bottomLeft"))),(0,r.A)(this,ir,(vs(this),Cs(this))),(0,r.A)(this,ar,(Es(this),Ss(this,50))),(0,r.A)(this,sr,(Ws(this),Ms(this))),(0,r.A)(this,rr,(zs(this),Rs(this))),(0,r.A)(this,nr,(_s(this),Is(this))),(0,a.A)(this,"handleOnChange",(Ds(this),(e,t)=>{this.value=e,Promise.resolve().then((()=>{(0,l.A)(lr,this,Ns).emit({value:e,selectedOptions:t})}))}))}get name(){return(0,h.A)(Os,this)}set name(e){(0,o.A)(Os,this,e)}get label(){return(0,h.A)(Hs,this)}set label(e){(0,o.A)(Hs,this,e)}get required(){return(0,h.A)(qs,this)}set required(e){(0,o.A)(qs,this,e)}get options(){return(0,h.A)($s,this)}set options(e){(0,o.A)($s,this,e)}get fieldNames(){return(0,h.A)(js,this)}set fieldNames(e){(0,o.A)(js,this,e)}get value(){return(0,h.A)(Qs,this)}set value(e){(0,o.A)(Qs,this,e)}get placeholder(){return(0,h.A)(Zs,this)}set placeholder(e){(0,o.A)(Zs,this,e)}get multiple(){return(0,h.A)(Vs,this)}set multiple(e){(0,o.A)(Vs,this,e)}get disabled(){return(0,h.A)(Xs,this)}set disabled(e){(0,o.A)(Xs,this,e)}get allowClear(){return(0,h.A)(Gs,this)}set allowClear(e){(0,o.A)(Gs,this,e)}get showSearch(){return(0,h.A)(Ys,this)}set showSearch(e){(0,o.A)(Ys,this,e)}get suffixIcon(){return(0,h.A)(Js,this)}set suffixIcon(e){(0,o.A)(Js,this,e)}get expandTrigger(){return(0,h.A)(er,this)}set expandTrigger(e){(0,o.A)(er,this,e)}get popupPlacement(){return(0,h.A)(tr,this)}set popupPlacement(e){(0,o.A)(tr,this,e)}get size(){return(0,h.A)(ir,this)}set size(e){(0,o.A)(ir,this,e)}get limit(){return(0,h.A)(ar,this)}set limit(e){(0,o.A)(ar,this,e)}get maxTagCount(){return(0,h.A)(sr,this)}set maxTagCount(e){(0,o.A)(sr,this,e)}get cascaderStyle(){return(0,h.A)(rr,this)}set cascaderStyle(e){(0,o.A)(rr,this,e)}render(){return p().createElement(Ls,{exportparts:"message",curElement:this,formElement:this.getFormElement(),name:this.name,label:this.label,required:this.required,notRender:this.notRender,trigger:"handleOnChange"},p().createElement(or,{shadowRoot:this.shadowRoot,options:this.options,fieldNames:this.fieldNames,value:this.value,multiple:this.multiple,placeholder:this.placeholder,disabled:this.disabled,allowClear:this.allowClear,showSearch:this.showSearch,expandTrigger:this.expandTrigger,suffixIcon:this.suffixIcon,size:this.size,limit:this.limit,popupPlacement:this.popupPlacement,maxTagCount:this.maxTagCount,cascaderStyle:this.cascaderStyle,onChange:this.handleOnChange}))}},({e:[Xa,Ga,Ya,Ja,es,ts,is,as,ss,rs,ns,ls,os,hs,ds,cs,ps,us,gs,ms,As,ws,bs,ys,fs,ks,xs,vs,Cs,Es,Ss,Ws,Ms,zs,Rs,_s,Is,Ns,Bs,Ds],c:[Fs,Va]}=(0,d.A)(Qa,[Ps("eo-cascader",{alias:["advanced.general-cascader"],styleTexts:[Za.A]})],[[Ks(),1,"name"],[Ks(),1,"label"],[Ks({type:Boolean}),1,"required"],[Ks({attribute:!1}),1,"options"],[Ks({attribute:!1}),1,"fieldNames"],[Ks({attribute:!1}),1,"value"],[Ks(),1,"placeholder"],[Ks({type:Boolean}),1,"multiple"],[Ks({type:Boolean}),1,"disabled"],[Ks({type:Boolean}),1,"allowClear"],[Ks({type:Boolean}),1,"showSearch"],[Ks({attribute:!1}),1,"suffixIcon"],[Ks(),1,"expandTrigger"],[Ks(),1,"popupPlacement"],[Ks(),1,"size"],[Ks({type:Number}),1,"limit"],[Ks({attribute:!1}),1,"maxTagCount"],[Ks({attribute:!1}),1,"cascaderStyle"],[Ts({type:"cascader.change"}),1,"changeEvent",e=>(0,h.A)(nr,e),(e,t)=>(0,o.A)(nr,e,t)]],0,(e=>lr.has((0,n.A)(e))),La)),Va();var hr,dr=i(81634),cr=i(49385);let pr,ur,gr,mr,Ar,wr,br,yr,fr,kr,xr,vr,Cr,Er,Sr,Wr,Mr,zr,Rr,_r,Ir,Nr,Br,Dr,Pr,Kr,Tr,Ur,Lr,Fr,Or,Hr,qr,$r,jr,Qr,Zr,Vr,Xr,Gr,Yr,Jr,en,tn,an,sn,rn,nn,ln,on,hn,dn,cn,pn,un,gn,mn,An,wn,bn,yn,fn,kn,xn,vn,Cn,En,Sn,Wn,Mn,zn,Rn;i(34612);const{defineElement:_n,property:In,method:Nn,event:Bn}=(0,u.createDecorators)();let Dn;var Pn=new WeakMap,Kn=new WeakMap,Tn=new WeakMap,Un=new WeakMap,Ln=new WeakMap,Fn=new WeakMap,On=new WeakMap,Hn=new WeakMap,qn=new WeakMap,$n=new WeakMap,jn=new WeakMap,Qn=new WeakMap,Zn=new WeakMap,Vn=new WeakMap,Xn=new WeakMap,Gn=new WeakMap,Yn=new WeakMap,Jn=new WeakMap,el=new WeakMap,tl=new WeakMap,il=new WeakMap,al=new WeakMap,sl=new WeakMap,rl=new WeakMap,nl=new WeakSet,ll=new WeakMap,ol=new WeakMap,hl=new WeakMap,dl=new WeakMap,cl=new WeakMap,pl=new WeakMap,ul=new WeakMap,gl=new WeakMap,ml=new WeakMap,Al=new WeakMap,wl=new WeakMap,bl=new WeakMap,yl=new WeakMap;class fl extends g.ReactNextElement{constructor(){super(...arguments),(0,s.A)(this,nl),(0,r.A)(this,Pn,(pr(this),(0,c.createRef)())),(0,r.A)(this,Kn,gr(this,"key")),(0,r.A)(this,Tn,(mr(this),Ar(this))),(0,r.A)(this,Un,(wr(this),br(this))),(0,r.A)(this,Ln,(yr(this),fr(this))),(0,r.A)(this,Fn,(kr(this),xr(this))),(0,r.A)(this,On,(vr(this),Cr(this))),(0,r.A)(this,Hn,(Er(this),Sr(this))),(0,r.A)(this,qn,(Wr(this),Mr(this))),(0,r.A)(this,$n,(zr(this),Rr(this))),(0,r.A)(this,jn,(_r(this),Ir(this))),(0,r.A)(this,Qn,(Nr(this),Br(this))),(0,r.A)(this,Zn,(Dr(this),Pr(this))),(0,r.A)(this,Vn,(Kr(this),Tr(this))),(0,r.A)(this,Xn,(Ur(this),Lr(this))),(0,r.A)(this,Gn,(Fr(this),Or(this,"children"))),(0,r.A)(this,Yn,(Hr(this),qr(this))),(0,r.A)(this,Jn,($r(this),jr(this))),(0,r.A)(this,el,(Qr(this),Zr(this,"large"))),(0,r.A)(this,tl,(Vr(this),Xr(this,!0))),(0,r.A)(this,il,void Gr(this)),(0,r.A)(this,al,Yr(this,{x:!0})),(0,r.A)(this,sl,(Jr(this),en(this))),(0,r.A)(this,rl,(tn(this),an(this))),(0,r.A)(this,ll,(nn(this),e=>{(0,l.A)(nl,this,sn).emit(e)})),(0,r.A)(this,ol,ln(this)),(0,r.A)(this,hl,(dn(this),e=>{(0,l.A)(nl,this,on).emit(e)})),(0,r.A)(this,dl,cn(this)),(0,r.A)(this,cl,(gn(this),e=>{(0,l.A)(nl,this,pn).emit(e)})),(0,r.A)(this,pl,mn(this)),(0,r.A)(this,ul,(bn(this),e=>{(0,l.A)(nl,this,An).emit(e)})),(0,r.A)(this,gl,yn(this)),(0,r.A)(this,ml,(xn(this),e=>{(0,l.A)(nl,this,fn).emit(e)})),(0,r.A)(this,Al,vn(this)),(0,r.A)(this,wl,(Sn(this),e=>{(0,l.A)(nl,this,Cn).emit(e)})),(0,r.A)(this,bl,Wn(this)),(0,r.A)(this,yl,(Rn(this),e=>{(0,l.A)(nl,this,Mn).emit(e)}))}get rowKey(){return(0,h.A)(Kn,this)}set rowKey(e){(0,o.A)(Kn,this,e)}get columns(){return(0,h.A)(Tn,this)}set columns(e){(0,o.A)(Tn,this,e)}get cell(){return(0,h.A)(Un,this)}set cell(e){(0,o.A)(Un,this,e)}get dataSource(){return(0,h.A)(Ln,this)}set dataSource(e){(0,o.A)(Ln,this,e)}get frontSearch(){return(0,h.A)(Fn,this)}set frontSearch(e){(0,o.A)(Fn,this,e)}get pagination(){return(0,h.A)(On,this)}set pagination(e){(0,o.A)(On,this,e)}get loading(){return(0,h.A)(Hn,this)}set loading(e){(0,o.A)(Hn,this,e)}get multiSort(){return(0,h.A)(qn,this)}set multiSort(e){(0,o.A)(qn,this,e)}get sort(){return(0,h.A)($n,this)}set sort(e){(0,o.A)($n,this,e)}get rowSelection(){return(0,h.A)(jn,this)}set rowSelection(e){(0,o.A)(jn,this,e)}get selectedRowKeys(){return(0,h.A)(Qn,this)}set selectedRowKeys(e){(0,o.A)(Qn,this,e)}get hiddenColumns(){return(0,h.A)(Zn,this)}set hiddenColumns(e){(0,o.A)(Zn,this,e)}get expandable(){return(0,h.A)(Vn,this)}set expandable(e){(0,o.A)(Vn,this,e)}get expandedRowKeys(){return(0,h.A)(Xn,this)}set expandedRowKeys(e){(0,o.A)(Xn,this,e)}get childrenColumnName(){return(0,h.A)(Gn,this)}set childrenColumnName(e){(0,o.A)(Gn,this,e)}get rowDraggable(){return(0,h.A)(Yn,this)}set rowDraggable(e){(0,o.A)(Yn,this,e)}get searchFields(){return(0,h.A)(Jn,this)}set searchFields(e){(0,o.A)(Jn,this,e)}get size(){return(0,h.A)(el,this)}set size(e){(0,o.A)(el,this,e)}get showHeader(){return(0,h.A)(tl,this)}set showHeader(e){(0,o.A)(tl,this,e)}get bordered(){return(0,h.A)(il,this)}set bordered(e){(0,o.A)(il,this,e)}get scrollConfig(){return(0,h.A)(al,this)}set scrollConfig(e){(0,o.A)(al,this,e)}get optimizedColumns(){return(0,h.A)(sl,this)}set optimizedColumns(e){(0,o.A)(sl,this,e)}search(e){var t;null===(t=(0,h.A)(Pn,this).current)||void 0===t||t.search(e)}render(){return p().createElement(cr.F,{ref:(0,h.A)(Pn,this),shadowRoot:this.shadowRoot,rowKey:this.rowKey,columns:this.columns,cell:this.cell,dataSource:this.dataSource,frontSearch:this.frontSearch,pagination:this.pagination,loading:this.loading,multiSort:this.multiSort,sort:this.sort,rowSelection:this.rowSelection,selectedRowKeys:this.selectedRowKeys,hiddenColumns:this.hiddenColumns,expandable:this.expandable,expandedRowKeys:this.expandedRowKeys,childrenColumnName:this.childrenColumnName,rowDraggable:this.rowDraggable,searchFields:this.searchFields,size:this.size,showHeader:this.showHeader,bordered:this.bordered,scrollConfig:this.scrollConfig,optimizedColumns:this.optimizedColumns,onPageChange:(0,h.A)(ll,this),onPageSizeChange:(0,h.A)(hl,this),onSort:(0,h.A)(cl,this),onRowSelect:(0,h.A)(ul,this),onRowExpand:(0,h.A)(ml,this),onExpandedRowsChange:(0,h.A)(wl,this),onRowDrag:(0,h.A)(yl,this)})}}hr=fl,({e:[gr,mr,Ar,wr,br,yr,fr,kr,xr,vr,Cr,Er,Sr,Wr,Mr,zr,Rr,_r,Ir,Nr,Br,Dr,Pr,Kr,Tr,Ur,Lr,Fr,Or,Hr,qr,$r,jr,Qr,Zr,Vr,Xr,Gr,Yr,Jr,en,tn,an,sn,rn,nn,ln,on,hn,dn,cn,pn,un,gn,mn,An,wn,bn,yn,fn,kn,xn,vn,Cn,En,Sn,Wn,Mn,zn,Rn,pr],c:[Dn,ur]}=(0,d.A)(hr,[_n("eo-next-table",{styleTexts:[dr.A]})],[[In(),1,"rowKey"],[In({attribute:!1}),1,"columns"],[In({attribute:!1}),1,"cell"],[In({attribute:!1}),1,"dataSource"],[In({type:Boolean}),1,"frontSearch"],[In({attribute:!1}),1,"pagination"],[In({type:Boolean}),1,"loading"],[In({type:Boolean}),1,"multiSort"],[In({attribute:!1}),1,"sort"],[In({attribute:!1}),1,"rowSelection"],[In({attribute:!1}),1,"selectedRowKeys"],[In({attribute:!1}),1,"hiddenColumns"],[In({attribute:!1}),1,"expandable"],[In({attribute:!1}),1,"expandedRowKeys"],[In(),1,"childrenColumnName"],[In({type:Boolean}),1,"rowDraggable"],[In({attribute:!1}),1,"searchFields"],[In(),1,"size"],[In({type:Boolean}),1,"showHeader"],[In({attribute:!1}),1,"scrollConfig"],[In({attribute:!1}),1,"optimizedColumns"],[Nn(),2,"search"],[Bn({type:"page.change"}),1,"pageChangeEvent",e=>(0,h.A)(rl,e),(e,t)=>(0,o.A)(rl,e,t)],[Bn({type:"page.size.change"}),1,"pageSizeChangeEvent",e=>(0,h.A)(ol,e),(e,t)=>(0,o.A)(ol,e,t)],[Bn({type:"sort.change"}),1,"sortChangeEvent",e=>(0,h.A)(dl,e),(e,t)=>(0,o.A)(dl,e,t)],[Bn({type:"row.select"}),1,"rowSelectEvent",e=>(0,h.A)(pl,e),(e,t)=>(0,o.A)(pl,e,t)],[Bn({type:"row.expand"}),1,"rowExpandEvent",e=>(0,h.A)(gl,e),(e,t)=>(0,o.A)(gl,e,t)],[Bn({type:"expanded.rows.change"}),1,"expandedRowsChangeEvent",e=>(0,h.A)(Al,e),(e,t)=>(0,o.A)(Al,e,t)],[Bn({type:"row.drag"}),1,"rowDragEvent",e=>(0,h.A)(bl,e),(e,t)=>(0,o.A)(bl,e,t)]],0,(e=>yl.has((0,n.A)(e))),g.ReactNextElement)),ur();var kl,xl=i(49523),vl=i(69113),Cl=i(45833),El=i(91116);let Sl,Wl,Ml,zl,Rl,_l,Il,Nl,Bl,Dl,Pl,Kl,Tl,Ul,Ll,Fl,Ol,Hl,ql,$l,jl,Ql,Zl,Vl,Xl,Gl;const{defineElement:Yl,property:Jl,event:eo,method:to}=(0,u.createDecorators)(),io=(0,g.wrapBrick)("eo-button"),ao=(0,g.wrapBrick)("eo-dropdown-button",{onActionClick:"action.click"}),so=(0,g.wrapBrick)("eo-icon"),ro=(0,g.wrapBrick)("eo-checkbox",{onChange:"change"}),no=(0,xl.unwrapProvider)("basic.show-dialog"),lo=e=>null!=e&&e.includes(":")?e.split(":")[0]:e,{isAdmin:oo}=vl.auth.getAuth(),ho=(0,c.forwardRef)((function(e,t){let{cardTitle:i="卡片列表",layouts:a,componentList:s=[],isEdit:r,onChange:n,onSave:l,onCancel:o,onActionClick:h}=e;const d=(0,c.useMemo)((()=>(0,Cl.WidthProvider)(Cl.Responsive)),[]),u=(0,c.useRef)(null),g=(0,c.useRef)(null),m=(0,c.useRef)(null!=a?a:[]),[A,w]=(0,c.useState)(m.current),[b,y]=(0,c.useState)(3),[f,k]=(0,c.useState)(),x=(0,c.useCallback)((e=>{m.current=e,w(e)}),[]);(0,c.useImperativeHandle)(t,(()=>({setLayouts:x})));const v=(0,c.useCallback)((e=>{x(e),null==n||n(e)}),[n,x]),C=(0,c.useCallback)((e=>{if(!r)return;let t=!0;for(let a=0;a<e.length;a++){const{x:s,w:r,y:n,h:l,i:o,minH:h}=e[a];if(r>1&&s>0){t=!1;break}if(1===r&&s<2){const t=e.find((e=>e.i!==o&&1===e.w&&e.y===n&&s<2));var i;t&&(e[a].minH=null!==(i=e[a].minH)&&void 0!==i?i:l,e[a].h=Math.max(t.h,l))}else e[a].h=null!=h?h:l,e[a].minH=void 0}v(t?e:m.current.map((e=>{const{w:t,i}=e,a=`${lo(i)}:${Math.random()}`;let s=e.x;return t>1&&s>0&&(s=0),{...e,x:s,i:a}})))}),[v,r]),E=(0,c.useCallback)((e=>{const t=e.detail.map((e=>e.value)),i=A.map((e=>lo(e.i))),a=e.detail.filter((e=>!i.includes(e.key))).map((e=>({...e.position,x:e.w>1?0:2*A.length%b,y:1/0})));v(A.filter((e=>t.includes(lo(e.i)))).concat(a))}),[A,v,b]),S=()=>{v([])},W=(0,c.useCallback)((()=>{null==l||l(A.map((e=>({...e,i:lo(e.i)}))))}),[A,l]),M=(0,c.useCallback)(((e,t)=>{var i;e.stopPropagation(),v(null!==(i=A.filter((e=>lo(e.i)!==t.key)))&&void 0!==i?i:[])}),[v,A]),z=e=>{e.preventDefault()},R=(0,c.useMemo)((()=>A.map((e=>{var t;const i=s.find((t=>t.key===lo(e.i)));return i?p().createElement("div",{key:e.i,"data-grid":{...null!==(t=i.position)&&void 0!==t?t:{},...e},style:i.style,className:"drag-box"},r&&p().createElement("div",{className:"edit-mask",onMouseDown:z}),p().createElement(B.ReactUseBrick,{useBrick:i.useBrick}),r&&p().createElement(so,{icon:"delete",lib:"antd",className:"delete-icon",onClick:e=>M(e,i)})):null})).filter(Boolean)),[s,M,A,r]),_=(0,c.useMemo)((()=>s.map((e=>({...e,label:e.title,value:e.key})))),[s]),I=(0,c.useMemo)((()=>A.map((e=>lo(e.i)))),[A]),N=(0,c.useCallback)((()=>{if(g&&r){var e,t;const{top:i}=null!==(e=null===(t=g.current)||void 0===t||null===(t=t.getClientRects())||void 0===t?void 0:t[0])&&void 0!==e?e:{};void 0!==i&&k({height:document.body.clientHeight-i,overflow:"scroll"})}}),[r]);return(0,c.useEffect)((()=>{if(r)return N(),x(a||[]),window.addEventListener("resize",N),()=>{window.removeEventListener("resize",N)}}),[r,N,a,x]),p().createElement("div",{className:"grid-layout-wrapper",ref:u},r&&p().createElement("div",{className:"component-wrapper"},p().createElement("div",{className:"component-title"},i),p().createElement("div",{className:"component-list"},p().createElement(ro,{options:_,value:I,onChange:E}),p().createElement("slot",{name:"toolbar"}))),p().createElement("div",{className:"layout-wrapper",ref:g,style:f},r&&p().createElement("div",{className:"actions-wrapper"},p().createElement(io,{type:"primary",onClick:W},"保存"),p().createElement(io,{onClick:()=>{null==o||o()}},"取消"),p().createElement(ao,{btnText:"更多",icon:{lib:"antd",icon:"down"},actions:[...oo?[{text:"另存为模板",event:"saveAsTemplate"}]:[],{text:"从模版加载",event:"loadFromTemplate"},{text:"清空所有",danger:!0,event:"clear"}],onActionClick:e=>{(e=>{const{event:t}=e;"clear"===t?no({type:"confirm",title:"清空确认",content:"将清空所有卡片,从零开始编辑,该操作无法撤回。"}).then(S):null==h||h(e,(null!=A?A:[]).map((e=>({...e,i:lo(e.i)}))))})(e.detail)},"data-testid":"edit-layout-actions"})),p().createElement(d,{className:"layout",draggableCancel:".delete-icon,.edit-actions,.ignore-item",breakpoints:{lg:1300,md:1024,sm:768},rowHeight:1,cols:{lg:3,md:3,sm:r?3:1},isResizable:!1,isDraggable:r,onDrag:(e,t,i)=>{var a;const s=null===(a=u.current)||void 0===a?void 0:a.querySelector(".react-grid-placeholder");s&&(i.w>1&&i.x>0?!s.classList.contains("forbidden")&&s.classList.add("forbidden"):s.classList.contains("forbidden")&&s.classList.remove("forbidden"))},onLayoutChange:C,onBreakpointChange:(e,t)=>{y(t)}},R)))}));let co;var po=new WeakMap,uo=new WeakMap,go=new WeakMap,mo=new WeakMap,Ao=new WeakMap,wo=new WeakMap,bo=new WeakSet,yo=new WeakMap,fo=new WeakMap,ko=new WeakMap,xo=new WeakMap,vo=new WeakMap,Co=new WeakMap,Eo=new WeakMap;class So extends g.ReactNextElement{constructor(){super(...arguments),(0,s.A)(this,bo),(0,r.A)(this,po,(Sl(this),(0,c.createRef)())),(0,r.A)(this,uo,Ml(this)),(0,r.A)(this,go,(zl(this),Rl(this))),(0,r.A)(this,mo,(_l(this),Il(this))),(0,r.A)(this,Ao,(Nl(this),Bl(this))),(0,r.A)(this,wo,(Dl(this),Pl(this))),(0,r.A)(this,yo,(Ul(this),e=>{(0,l.A)(bo,this,Kl).emit(e)})),(0,r.A)(this,fo,Ll(this)),(0,r.A)(this,ko,(Hl(this),e=>{(0,l.A)(bo,this,Fl).emit(e)})),(0,r.A)(this,xo,ql(this)),(0,r.A)(this,vo,(Ql(this),()=>{(0,l.A)(bo,this,$l).emit()})),(0,r.A)(this,Co,Zl(this)),(0,r.A)(this,Eo,(Gl(this),(e,t)=>{(0,l.A)(bo,this,Vl).emit({action:e,layouts:t}),e.event&&this.dispatchEvent(new CustomEvent(e.event,{detail:t}))}))}get cardTitle(){return(0,h.A)(uo,this)}set cardTitle(e){(0,o.A)(uo,this,e)}get isEdit(){return(0,h.A)(go,this)}set isEdit(e){(0,o.A)(go,this,e)}get layouts(){return(0,h.A)(mo,this)}set layouts(e){(0,o.A)(mo,this,e)}get componentList(){return(0,h.A)(Ao,this)}set componentList(e){(0,o.A)(Ao,this,e)}setLayouts(e){var t;null===(t=(0,h.A)(po,this).current)||void 0===t||t.setLayouts(e)}render(){return p().createElement(ho,{cardTitle:this.cardTitle,layouts:this.layouts,componentList:this.componentList,isEdit:this.isEdit,onChange:(0,h.A)(yo,this),onSave:(0,h.A)(ko,this),onCancel:(0,h.A)(vo,this),onActionClick:(0,h.A)(Eo,this),ref:(0,h.A)(po,this)})}}kl=So,({e:[Ml,zl,Rl,_l,Il,Nl,Bl,Dl,Pl,Kl,Tl,Ul,Ll,Fl,Ol,Hl,ql,$l,jl,Ql,Zl,Vl,Xl,Gl,Sl],c:[co,Wl]}=(0,d.A)(kl,[Yl("eo-workbench-layout",{styleTexts:[El.A]})],[[Jl(),1,"cardTitle"],[Jl({type:Boolean}),1,"isEdit"],[Jl({attribute:!1}),1,"layouts"],[Jl({attribute:!1}),1,"componentList"],[eo({type:"change"}),1,"changeEvent",e=>(0,h.A)(wo,e),(e,t)=>(0,o.A)(wo,e,t)],[eo({type:"save"}),1,"saveEvent",e=>(0,h.A)(fo,e),(e,t)=>(0,o.A)(fo,e,t)],[eo({type:"cancel"}),1,"cancelEvent",e=>(0,h.A)(xo,e),(e,t)=>(0,o.A)(xo,e,t)],[eo({type:"action.click"}),1,"actionClickEvent",e=>(0,h.A)(Co,e),(e,t)=>(0,o.A)(Co,e,t)],[to(),2,"setLayouts"]],0,(e=>Eo.has((0,n.A)(e))),g.ReactNextElement)),Wl();var Wo=i(72591),Mo=i.n(Wo),zo=i(1740),Ro=i.n(zo),_o=i(88128),Io=i.n(_o),No=i(30855),Bo=i.n(No),Do=i(93051),Po=i.n(Do),Ko=i(73656),To=i.n(Ko),Uo=i(89739),Lo={};Lo.styleTagTransform=To(),Lo.setAttributes=Bo(),Lo.insert=Io().bind(null,"head"),Lo.domAPI=Ro(),Lo.insertStyleElement=Po(),Mo()(Uo.A,Lo);const Fo=Uo.A&&Uo.A.locals?Uo.A.locals:void 0;var Oo,Ho=i(85689),qo={};let $o,jo,Qo,Zo,Vo,Xo,Go,Yo,Jo,eh,th,ih,ah,sh,rh,nh,lh,oh,hh,dh,ch,ph,uh,gh,mh,Ah,wh,bh;qo.styleTagTransform=To(),qo.setAttributes=Bo(),qo.insert=Io().bind(null,"head"),qo.domAPI=Ro(),qo.insertStyleElement=Po(),Mo()(Ho.A,qo),Ho.A&&Ho.A.locals&&Ho.A.locals;const{defineElement:yh,property:fh,event:kh,method:xh}=(0,u.createDecorators)(),vh=(0,g.wrapBrick)("eo-button"),Ch=(0,g.wrapBrick)("eo-dropdown-button",{onActionClick:"action.click"}),Eh=(0,g.wrapBrick)("eo-icon"),Sh=(0,g.wrapBrick)("eo-checkbox",{onChange:"change"}),Wh=(0,xl.unwrapProvider)("basic.show-dialog"),Mh=e=>null!=e&&e.includes(":")?e.split(":")[0]:e,{isAdmin:zh}=vl.auth.getAuth(),Rh=(0,c.forwardRef)((function(e,t){let{cardTitle:i="卡片列表",layouts:a,toolbarBricks:s,componentList:r=[],isEdit:n,onChange:l,onSave:o,onCancel:h,onActionClick:d}=e;const u=(0,c.useMemo)((()=>(0,Cl.WidthProvider)(Cl.Responsive)),[]),g=(0,c.useRef)(null),m=(0,c.useRef)(null),A=(0,c.useRef)(null!=a?a:[]),[w,b]=(0,c.useState)(A.current),[y,f]=(0,c.useState)(3),[k,x]=(0,c.useState)(),v=(0,c.useCallback)((e=>{A.current=e,b(e)}),[]);(0,c.useImperativeHandle)(t,(()=>({setLayouts:v})));const C=(0,c.useCallback)((e=>{v(e),null==l||l(e)}),[l,v]),E=(0,c.useCallback)((e=>{if(!n)return;let t=!0;for(let a=0;a<e.length;a++){const{x:s,w:r,y:n,h:l,i:o,minH:h}=e[a];if(r>1&&s>0){t=!1;break}if(1===r&&s<2){const t=e.find((e=>e.i!==o&&1===e.w&&e.y===n&&s<2));var i;t&&(e[a].minH=null!==(i=e[a].minH)&&void 0!==i?i:l,e[a].h=Math.max(t.h,l))}else e[a].h=null!=h?h:l,e[a].minH=void 0}C(t?e:A.current.map((e=>{const{w:t,i}=e,a=`${Mh(i)}:${Math.random()}`;let s=e.x;return t>1&&s>0&&(s=0),{...e,x:s,i:a}})))}),[C,n]),S=(0,c.useCallback)((e=>{const t=e.detail.map((e=>e.value)),i=w.map((e=>Mh(e.i))),a=e.detail.filter((e=>!i.includes(e.key))).map((e=>({...e.position,x:e.w>1?0:2*w.length%y,y:1/0})));C(w.filter((e=>t.includes(Mh(e.i)))).concat(a))}),[w,C,y]),W=()=>{C([])},M=(0,c.useCallback)((()=>{null==o||o(w.map((e=>({...e,i:Mh(e.i)}))))}),[w,o]),z=(0,c.useCallback)(((e,t)=>{var i;e.stopPropagation(),C(null!==(i=w.filter((e=>Mh(e.i)!==t.key)))&&void 0!==i?i:[])}),[C,w]),R=e=>{e.preventDefault()},_=(0,c.useMemo)((()=>w.map((e=>{var t;const i=r.find((t=>t.key===Mh(e.i)));return i?p().createElement("div",{key:e.i,"data-grid":{...null!==(t=i.position)&&void 0!==t?t:{},...e},style:i.style,className:"drag-box"},n&&p().createElement("div",{className:Fo.editMask,onMouseDown:R}),p().createElement(B.ReactUseBrick,{useBrick:i.useBrick}),n&&p().createElement(Eh,{icon:"delete",lib:"antd",className:Fo.deleteIcon,onClick:e=>z(e,i)})):null})).filter(Boolean)),[r,z,w,n]),I=(0,c.useMemo)((()=>r.map((e=>({...e,label:e.title,value:e.key})))),[r]),N=(0,c.useMemo)((()=>w.map((e=>Mh(e.i)))),[w]),D=(0,c.useCallback)((()=>{if(m&&n){var e,t;const{top:i}=null!==(e=null===(t=m.current)||void 0===t||null===(t=t.getClientRects())||void 0===t?void 0:t[0])&&void 0!==e?e:{};void 0!==i&&x({height:document.body.clientHeight-i,overflow:"scroll"})}}),[n]);return(0,c.useEffect)((()=>{if(n)return D(),v(a||[]),window.addEventListener("resize",D),()=>{window.removeEventListener("resize",D)}}),[n,D,a,v]),p().createElement("div",{className:Fo.gridLayoutWrapper,ref:g},n&&p().createElement("div",{className:Fo.componentWrapper},p().createElement("div",{className:Fo.componentTitle},i),p().createElement("div",{className:Fo.componentList},p().createElement(Sh,{options:I,value:N,onChange:S}),(null==s?void 0:s.useBrick)&&p().createElement(B.ReactUseMultipleBricks,{useBrick:s.useBrick}))),p().createElement("div",{className:Fo.layoutWrapper,ref:m,style:k},n&&p().createElement("div",{className:Fo.actionsWrapper},p().createElement(vh,{type:"primary",onClick:M},"保存"),p().createElement(vh,{onClick:()=>{null==h||h()}},"取消"),p().createElement(Ch,{btnText:"更多",icon:{lib:"antd",icon:"down"},actions:[...zh?[{text:"另存为模板",event:"saveAsTemplate"}]:[],{text:"从模版加载",event:"loadFromTemplate"},{text:"清空所有",danger:!0,event:"clear"}],onActionClick:e=>{(e=>{const{event:t}=e;"clear"===t?Wh({type:"confirm",title:"清空确认",content:"将清空所有卡片,从零开始编辑,该操作无法撤回。"}).then(W):null==d||d(e,(null!=w?w:[]).map((e=>({...e,i:Mh(e.i)}))))})(e.detail)},"data-testid":"edit-layout-actions"})),p().createElement(u,{className:Fo.layout,draggableCancel:`.${Fo.deleteIcon},.edit-actions,.ignore-item`,breakpoints:{lg:1300,md:1024,sm:768},rowHeight:1,cols:{lg:3,md:3,sm:n?3:1},isResizable:!1,isDraggable:n,onDrag:(e,t,i)=>{var a;const s=null===(a=g.current)||void 0===a?void 0:a.querySelector(".react-grid-placeholder");s&&(i.w>1&&i.x>0?!s.classList.contains("forbidden")&&s.classList.add("forbidden"):s.classList.contains("forbidden")&&s.classList.remove("forbidden"))},onLayoutChange:E,onBreakpointChange:(e,t)=>{f(t)}},_)))}));let _h;var Ih=new WeakMap,Nh=new WeakMap,Bh=new WeakMap,Dh=new WeakMap,Ph=new WeakMap,Kh=new WeakMap,Th=new WeakMap,Uh=new WeakSet,Lh=new WeakMap,Fh=new WeakMap,Oh=new WeakMap,Hh=new WeakMap,qh=new WeakMap,$h=new WeakMap,jh=new WeakMap;class Qh extends g.ReactNextElement{constructor(){super(...arguments),(0,s.A)(this,Uh),(0,r.A)(this,Ih,($o(this),(0,c.createRef)())),(0,r.A)(this,Nh,Qo(this)),(0,r.A)(this,Bh,(Zo(this),Vo(this))),(0,r.A)(this,Dh,(Xo(this),Go(this))),(0,r.A)(this,Ph,(Yo(this),Jo(this))),(0,r.A)(this,Kh,(eh(this),th(this))),(0,r.A)(this,Th,(ih(this),ah(this))),(0,r.A)(this,Lh,(nh(this),e=>{(0,l.A)(Uh,this,sh).emit(e)})),(0,r.A)(this,Fh,lh(this)),(0,r.A)(this,Oh,(dh(this),e=>{(0,l.A)(Uh,this,oh).emit(e)})),(0,r.A)(this,Hh,ch(this)),(0,r.A)(this,qh,(gh(this),()=>{(0,l.A)(Uh,this,ph).emit()})),(0,r.A)(this,$h,mh(this)),(0,r.A)(this,jh,(bh(this),(e,t)=>{(0,l.A)(Uh,this,Ah).emit({action:e,layouts:t}),e.event&&this.dispatchEvent(new CustomEvent(e.event,{detail:t}))}))}get cardTitle(){return(0,h.A)(Nh,this)}set cardTitle(e){(0,o.A)(Nh,this,e)}get isEdit(){return(0,h.A)(Bh,this)}set isEdit(e){(0,o.A)(Bh,this,e)}get layouts(){return(0,h.A)(Dh,this)}set layouts(e){(0,o.A)(Dh,this,e)}get toolbarBricks(){return(0,h.A)(Ph,this)}set toolbarBricks(e){(0,o.A)(Ph,this,e)}get componentList(){return(0,h.A)(Kh,this)}set componentList(e){(0,o.A)(Kh,this,e)}setLayouts(e){var t;null===(t=(0,h.A)(Ih,this).current)||void 0===t||t.setLayouts(e)}connectedCallback(){this.style.display||(this.style.display="block"),super.connectedCallback()}render(){return p().createElement(Rh,{cardTitle:this.cardTitle,layouts:this.layouts,toolbarBricks:this.toolbarBricks,componentList:this.componentList,isEdit:this.isEdit,onChange:(0,h.A)(Lh,this),onSave:(0,h.A)(Oh,this),onCancel:(0,h.A)(qh,this),onActionClick:(0,h.A)(jh,this),ref:(0,h.A)(Ih,this)})}}Oo=Qh,({e:[Qo,Zo,Vo,Xo,Go,Yo,Jo,eh,th,ih,ah,sh,rh,nh,lh,oh,hh,dh,ch,ph,uh,gh,mh,Ah,wh,bh,$o],c:[_h,jo]}=(0,d.A)(Oo,[yh("eo-workbench-layout-v2",{shadowOptions:!1})],[[fh(),1,"cardTitle"],[fh({type:Boolean}),1,"isEdit"],[fh({attribute:!1}),1,"layouts"],[fh({attribute:!1}),1,"toolbarBricks"],[fh({attribute:!1}),1,"componentList"],[kh({type:"change"}),1,"changeEvent",e=>(0,h.A)(Th,e),(e,t)=>(0,o.A)(Th,e,t)],[kh({type:"save"}),1,"saveEvent",e=>(0,h.A)(Fh,e),(e,t)=>(0,o.A)(Fh,e,t)],[kh({type:"cancel"}),1,"cancelEvent",e=>(0,h.A)(Hh,e),(e,t)=>(0,o.A)(Hh,e,t)],[kh({type:"action.click"}),1,"actionClickEvent",e=>(0,h.A)($h,e),(e,t)=>(0,o.A)($h,e,t)],[xh(),2,"setLayouts"]],0,(e=>jh.has((0,n.A)(e))),g.ReactNextElement)),jo();var Zh=i(57970),Vh=i(28317),Xh=i.n(Vh);function Gh(e,t){const i=e?document.querySelector(`${e}`):document.body;if(!i)throw new Error(`target not found: ${e}`);return new Promise((function(e,a){Xh()(i,{backgroundColor:t||null,useCORS:!0,allowTaint:!0,scale:window.devicePixelRatio<3?window.devicePixelRatio:2}).then((function(t){e(t)})).catch(a)}))}customElements.define("advanced.capture-snapshot",(0,xl.createProviderClass)((async function(e){const{name:t,fileType:a,bucketName:s,selector:r,backgroundColor:n}=e;switch(a){case"image":{const e=await Gh(r,n);if(s){const i=await function(e){return new Promise((function(t,i){e.toBlob((function(e){e?t(e):i()}))}))}(e),a=new File([i],`${t}.png`,{type:i.type}),r=await function(e,t){const i=new FormData;i.append("file",e,e.name);const a=`${(0,w.getBasePath)()}api/gateway/object_store.object_store.PutObject/api/v1/objectStore/bucket/${t}/object`;return Zh.http.request(a,{method:"PUT",body:i})}(a,s);return function(e,t){return`${(0,w.getBasePath)()}api/gateway/logic.object_store_service/api/v1/objectStore/bucket/${e}/object/${t}`}(s,r.data.objectName)}await function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"image";return new Promise(((i,a)=>{try{const a=e.toDataURL("image/png"),s=new Image;s.onload=function(){const e=document.createElement("canvas");e.width=s.width,e.height=s.height;const i=e.getContext("2d");null==i||i.drawImage(s,0,0,s.width,s.height);const a=e.toDataURL("image/png"),r=document.createElement("a");r.href=a,r.download=t;const n=new MouseEvent("click");r.dispatchEvent(n)},s.src=a,i("succeed")}catch(e){a("failed")}}))}(e,t)}break;case"pdf":{const{jsPDF:e}=await i.e(1576).then(i.bind(i,31576)),a=await Gh(r,n),s=a.toDataURL("image/jpeg",1),l=new e(a.width>a.height?"landscape":"portrait","pt",[a.width,a.height]);l.addImage(s,"JPEG",0,0,a.width,a.height),await l.save(`${t}.pdf`,{returnPromise:!0});break}}})));var Yh,Jh=i(54299),ed=i(56664),td=i(39138);let id,ad,sd,rd,nd,ld,od,hd,dd,cd,pd,ud,gd,md,Ad,wd,bd,yd,fd,kd,xd,vd,Cd,Ed,Sd,Wd,Md,zd,Rd,_d,Id,Nd,Bd,Dd,Pd,Kd,Td,Ud,Ld;const{defineElement:Fd,property:Od,event:Hd}=(0,u.createDecorators)();let qd;var $d=new WeakMap,jd=new WeakMap,Qd=new WeakMap,Zd=new WeakMap,Vd=new WeakMap,Xd=new WeakMap,Gd=new WeakMap,Yd=new WeakMap,Jd=new WeakMap,ec=new WeakMap,tc=new WeakMap,ic=new WeakMap,ac=new WeakSet,sc=new WeakMap,rc=new WeakMap,nc=new WeakMap,lc=new WeakMap,oc=new WeakMap,hc=new WeakMap;class dc extends g.ReactNextElement{constructor(){super(...arguments),(0,s.A)(this,ac),(0,r.A)(this,$d,ad(this)),(0,r.A)(this,jd,(sd(this),rd(this))),(0,r.A)(this,Qd,(nd(this),ld(this))),(0,r.A)(this,Zd,(od(this),hd(this))),(0,r.A)(this,Vd,(dd(this),cd(this))),(0,r.A)(this,Xd,(pd(this),ud(this))),(0,r.A)(this,Gd,(gd(this),md(this))),(0,r.A)(this,Yd,(Ad(this),wd(this))),(0,r.A)(this,Jd,(bd(this),yd(this))),(0,r.A)(this,ec,(fd(this),kd(this))),(0,r.A)(this,tc,(xd(this),vd(this))),(0,r.A)(this,ic,(Cd(this),Ed(this))),(0,r.A)(this,sc,(Md(this),zd(this))),(0,r.A)(this,rc,(Id(this),(e,t)=>{(0,l.A)(ac,this,Sd).emit(e),(0,l.A)(ac,this,Rd).emit({checkedKeys:e,halfCheckedKeys:t.halfCheckedKeys})})),(0,r.A)(this,nc,Nd(this)),(0,r.A)(this,lc,(Pd(this),e=>{(0,l.A)(ac,this,Bd).emit(e)})),(0,r.A)(this,oc,Kd(this)),(0,r.A)(this,hc,(Ld(this),e=>{let{dragNode:t,node:i,dropPosition:a}=e;(0,l.A)(ac,this,Td).emit({dragNode:t,dropNode:i,dropPosition:a})}))}get dataSource(){return(0,h.A)($d,this)}set dataSource(e){(0,o.A)($d,this,e)}get checkable(){return(0,h.A)(jd,this)}set checkable(e){(0,o.A)(jd,this,e)}get selectable(){return(0,h.A)(Qd,this)}set selectable(e){(0,o.A)(Qd,this,e)}get defaultExpandAll(){return(0,h.A)(Zd,this)}set defaultExpandAll(e){(0,o.A)(Zd,this,e)}get showLine(){return(0,h.A)(Vd,this)}set showLine(e){(0,o.A)(Vd,this,e)}get expandedKeys(){return(0,h.A)(Xd,this)}set expandedKeys(e){(0,o.A)(Xd,this,e)}get checkedKeys(){return(0,h.A)(Gd,this)}set checkedKeys(e){(0,o.A)(Gd,this,e)}get nodeDraggable(){return(0,h.A)(Yd,this)}set nodeDraggable(e){(0,o.A)(Yd,this,e)}get switcherIcon(){return(0,h.A)(Jd,this)}set switcherIcon(e){(0,o.A)(Jd,this,e)}get allowDrop(){return(0,h.A)(ec,this)}set allowDrop(e){(0,o.A)(ec,this,e)}get titleSuffixBrick(){return(0,h.A)(tc,this)}set titleSuffixBrick(e){(0,o.A)(tc,this,e)}render(){return p().createElement(cc,{dataSource:this.dataSource,shadowRoot:this.shadowRoot,checkable:this.checkable,selectable:this.selectable,defaultExpandAll:this.defaultExpandAll,showLine:this.showLine,nodeDraggable:this.nodeDraggable,switcherIcon:this.switcherIcon,expandedKeys:this.expandedKeys,checkedKeys:this.checkedKeys,titleSuffixBrick:this.titleSuffixBrick,onCheck:(0,h.A)(rc,this),onExpand:(0,h.A)(lc,this),allowDrop:this.allowDrop,onDrop:(0,h.A)(hc,this)})}}function cc(e){let{dataSource:t,shadowRoot:i,checkable:a,selectable:s,defaultExpandAll:r,showLine:n,expandedKeys:l,checkedKeys:o,nodeDraggable:h,switcherIcon:d,titleSuffixBrick:u,onCheck:g,onExpand:m,onDrop:A,allowDrop:w}=e;const y=(0,B.useCurrentTheme)(),k=(0,c.useMemo)((()=>(0,D.VC)()),[]);return p().createElement(f.Ay,{theme:{algorithm:"dark-v2"===y?ba.A.darkAlgorithm:ba.A.defaultAlgorithm}},p().createElement(D.N7,{container:i,autoClear:!0,cache:k,hashPriority:"high"},p().createElement(Jh.A,(0,b.A)({switcherIcon:!1!==d&&("chevron"===d?p().createElement(ed.A,null):void 0)},null!=u&&u.useBrick?{titleRender:e=>p().createElement(p().Fragment,null,e.title,p().createElement("span",{onClick:e=>e.stopPropagation()},p().createElement(B.ReactUseMultipleBricks,{useBrick:u.useBrick,data:e})))}:null,{treeData:t,checkable:a,selectable:s,defaultExpandAll:r,showLine:n,draggable:h},l?{expandedKeys:l}:null,o?{checkedKeys:o}:null,{onCheck:g,onExpand:m,allowDrop:w,onDrop:A}))))}Yh=dc,({e:[ad,sd,rd,nd,ld,od,hd,dd,cd,pd,ud,gd,md,Ad,wd,bd,yd,fd,kd,xd,vd,Cd,Ed,Sd,Wd,Md,zd,Rd,_d,Id,Nd,Bd,Dd,Pd,Kd,Td,Ud,Ld],c:[qd,id]}=(0,d.A)(Yh,[Fd("eo-tree",{styleTexts:[td.A]})],[[Od({attribute:!1}),1,"dataSource"],[Od({type:Boolean}),1,"checkable"],[Od({type:Boolean}),1,"selectable"],[Od({type:Boolean}),1,"defaultExpandAll"],[Od({type:Boolean}),1,"showLine"],[Od({attribute:!1}),1,"expandedKeys"],[Od({attribute:!1}),1,"checkedKeys"],[Od({attribute:!1}),1,"nodeDraggable"],[Od({attribute:!1}),1,"switcherIcon"],[Od({attribute:!1}),1,"allowDrop"],[Od({attribute:!1}),1,"titleSuffixBrick"],[Hd({type:"check"}),1,"checkEvent",e=>(0,h.A)(ic,e),(e,t)=>(0,o.A)(ic,e,t)],[Hd({type:"check.detail"}),1,"checkDetailEvent",e=>(0,h.A)(sc,e),(e,t)=>(0,o.A)(sc,e,t)],[Hd({type:"expand"}),1,"expandEvent",e=>(0,h.A)(nc,e),(e,t)=>(0,o.A)(nc,e,t)],[Hd({type:"node.drop"}),1,"dropEvent",e=>(0,h.A)(oc,e),(e,t)=>(0,o.A)(oc,e,t)]],0,(e=>hc.has((0,n.A)(e))),g.ReactNextElement)),id();var pc,uc=i(18623),gc=i(34695);let mc,Ac,wc,bc,yc,fc,kc,xc,vc,Cc,Ec,Sc,Wc,Mc,zc,Rc,_c,Ic,Nc,Bc,Dc,Pc,Kc,Tc,Uc,Lc,Fc,Oc,Hc,qc,$c,jc,Qc,Zc,Vc,Xc,Gc,Yc,Jc,ep,tp,ip,ap,sp,rp,np,lp,op,hp,dp,cp,pp,up,gp,mp,Ap,wp,bp,yp;const{defineElement:fp,property:kp,event:xp}=(0,u.createDecorators)(),vp=(0,g.wrapBrick)("eo-icon"),Cp=(0,g.wrapBrick)("eo-form-item");let Ep;var Sp=new WeakMap,Wp=new WeakMap,Mp=new WeakMap,zp=new WeakMap,Rp=new WeakMap,_p=new WeakMap,Ip=new WeakMap,Np=new WeakMap,Bp=new WeakMap,Dp=new WeakMap,Pp=new WeakMap,Kp=new WeakMap,Tp=new WeakMap,Up=new WeakMap,Lp=new WeakMap,Fp=new WeakMap,Op=new WeakMap,Hp=new WeakMap,qp=new WeakMap,$p=new WeakMap,jp=new WeakMap,Qp=new WeakMap,Zp=new WeakSet,Vp=new WeakMap,Xp=new WeakMap,Gp=new WeakMap,Yp=new WeakMap,Jp=new WeakMap,eu=new WeakMap;function tu(e){const{shadowRoot:t,checkable:i,loading:a,treeData:s,treeExpandedKeys:r,treeDefaultExpandAll:n,fieldNames:l,value:o,placeholder:h,disabled:d,multiple:u,allowClear:g,popupPlacement:m,dropdownStyle:A,suffixIcon:w,size:b,maxTagCount:y,onChange:k,onSearch:x,onSelect:v,onTreeExpand:C}=e,E=(0,B.useCurrentTheme)(),S=(0,c.useMemo)((()=>(0,D.VC)()),[]);return p().createElement(f.Ay,{theme:{algorithm:"dark-v2"===E?ba.A.darkAlgorithm:ba.A.defaultAlgorithm}},p().createElement(D.N7,{container:t,cache:S},p().createElement(uc.A,{getPopupContainer:e=>e.parentElement,allowClear:g,loading:a,disabled:d,multiple:u,fieldNames:l,placeholder:h,placement:m,dropdownStyle:A,suffixIcon:w&&p().createElement(vp,w),maxTagCount:y,value:o,size:b,treeData:s,treeCheckable:i,treeExpandedKeys:r,treeDefaultExpandAll:n,onChange:k,onSelect:v,onSearch:x,onTreeExpand:C,virtual:!1})))}pc=class extends La{constructor(){super(...arguments),(0,s.A)(this,Zp),(0,r.A)(this,Sp,Ac(this)),(0,r.A)(this,Wp,(wc(this),bc(this))),(0,r.A)(this,Mp,(yc(this),fc(this))),(0,r.A)(this,zp,(kc(this),xc(this))),(0,r.A)(this,Rp,(vc(this),Cc(this))),(0,r.A)(this,_p,(Ec(this),Sc(this))),(0,r.A)(this,Ip,(Wc(this),Mc(this))),(0,r.A)(this,Np,(zc(this),Rc(this))),(0,r.A)(this,Bp,(_c(this),Ic(this))),(0,r.A)(this,Dp,(Nc(this),Bc(this))),(0,r.A)(this,Pp,(Dc(this),Pc(this))),(0,r.A)(this,Kp,(Kc(this),Tc(this))),(0,r.A)(this,Tp,(Uc(this),Lc(this,!0))),(0,r.A)(this,Up,(Fc(this),Oc(this,!1))),(0,r.A)(this,Lp,(Hc(this),qc(this))),(0,r.A)(this,Fp,($c(this),jc(this,!0))),(0,r.A)(this,Op,(Qc(this),Zc(this))),(0,r.A)(this,Hp,(Vc(this),Xc(this,"bottomLeft"))),(0,r.A)(this,qp,(Gc(this),Yc(this))),(0,r.A)(this,$p,(Jc(this),ep(this))),(0,r.A)(this,jp,(tp(this),ip(this))),(0,r.A)(this,Qp,(ap(this),sp(this))),(0,a.A)(this,"handleOnChange",(lp(this),e=>{this.value=e,(0,l.A)(Zp,this,rp).emit({value:e})})),(0,r.A)(this,Vp,op(this)),(0,r.A)(this,Xp,(cp(this),e=>{(0,l.A)(Zp,this,hp).emit(e)})),(0,r.A)(this,Gp,pp(this)),(0,r.A)(this,Yp,(mp(this),e=>{(0,l.A)(Zp,this,up).emit({value:e})})),(0,r.A)(this,Jp,Ap(this)),(0,r.A)(this,eu,(yp(this),e=>{(0,l.A)(Zp,this,wp).emit({keys:e})}))}get name(){return(0,h.A)(Sp,this)}set name(e){(0,o.A)(Sp,this,e)}get label(){return(0,h.A)(Wp,this)}set label(e){(0,o.A)(Wp,this,e)}get required(){return(0,h.A)(Mp,this)}set required(e){(0,o.A)(Mp,this,e)}get treeData(){return(0,h.A)(zp,this)}set treeData(e){(0,o.A)(zp,this,e)}get treeDefaultExpandAll(){return(0,h.A)(Rp,this)}set treeDefaultExpandAll(e){(0,o.A)(Rp,this,e)}get treeExpandedKeys(){return(0,h.A)(_p,this)}set treeExpandedKeys(e){(0,o.A)(_p,this,e)}get fieldNames(){return(0,h.A)(Ip,this)}set fieldNames(e){(0,o.A)(Ip,this,e)}get value(){return(0,h.A)(Np,this)}set value(e){(0,o.A)(Np,this,e)}get placeholder(){return(0,h.A)(Bp,this)}set placeholder(e){(0,o.A)(Bp,this,e)}get multiple(){return(0,h.A)(Dp,this)}set multiple(e){(0,o.A)(Dp,this,e)}get disabled(){return(0,h.A)(Pp,this)}set disabled(e){(0,o.A)(Pp,this,e)}get checkable(){return(0,h.A)(Kp,this)}set checkable(e){(0,o.A)(Kp,this,e)}get allowClear(){return(0,h.A)(Tp,this)}set allowClear(e){(0,o.A)(Tp,this,e)}get loading(){return(0,h.A)(Up,this)}set loading(e){(0,o.A)(Up,this,e)}get filterTreeNode(){return(0,h.A)(Lp,this)}set filterTreeNode(e){(0,o.A)(Lp,this,e)}get showSearch(){return(0,h.A)(Fp,this)}set showSearch(e){(0,o.A)(Fp,this,e)}get suffixIcon(){return(0,h.A)(Op,this)}set suffixIcon(e){(0,o.A)(Op,this,e)}get popupPlacement(){return(0,h.A)(Hp,this)}set popupPlacement(e){(0,o.A)(Hp,this,e)}get size(){return(0,h.A)(qp,this)}set size(e){(0,o.A)(qp,this,e)}get maxTagCount(){return(0,h.A)($p,this)}set maxTagCount(e){(0,o.A)($p,this,e)}get dropdownStyle(){return(0,h.A)(jp,this)}set dropdownStyle(e){(0,o.A)(jp,this,e)}render(){return p().createElement(Cp,{exportparts:"message",curElement:this,formElement:this.getFormElement(),name:this.name,label:this.label,required:this.required,notRender:this.notRender,trigger:"handleOnChange"},p().createElement(tu,{shadowRoot:this.shadowRoot,checkable:this.checkable,treeData:this.treeData,treeDefaultExpandAll:this.treeDefaultExpandAll,fieldNames:this.fieldNames,filterTreeNode:this.filterTreeNode,value:this.value,multiple:this.multiple,placeholder:this.placeholder,loading:this.loading,disabled:this.disabled,allowClear:this.allowClear,showSearch:this.showSearch,suffixIcon:this.suffixIcon,size:this.size,popupPlacement:this.popupPlacement,treeExpandedKeys:this.treeExpandedKeys,maxTagCount:this.maxTagCount,dropdownStyle:this.dropdownStyle,onChange:this.handleOnChange,onSearch:(0,h.A)(Xp,this),onSelect:(0,h.A)(Yp,this),onTreeExpand:(0,h.A)(eu,this)}))}},({e:[Ac,wc,bc,yc,fc,kc,xc,vc,Cc,Ec,Sc,Wc,Mc,zc,Rc,_c,Ic,Nc,Bc,Dc,Pc,Kc,Tc,Uc,Lc,Fc,Oc,Hc,qc,$c,jc,Qc,Zc,Vc,Xc,Gc,Yc,Jc,ep,tp,ip,ap,sp,rp,np,lp,op,hp,dp,cp,pp,up,gp,mp,Ap,wp,bp,yp],c:[Ep,mc]}=(0,d.A)(pc,[fp("eo-tree-select",{styleTexts:[gc.A]})],[[kp(),1,"name"],[kp(),1,"label"],[kp({type:Boolean}),1,"required"],[kp({attribute:!1}),1,"treeData"],[kp({type:Boolean}),1,"treeDefaultExpandAll"],[kp({attribute:!1}),1,"treeExpandedKeys"],[kp({attribute:!1}),1,"fieldNames"],[kp({attribute:!1}),1,"value"],[kp(),1,"placeholder"],[kp({type:Boolean}),1,"multiple"],[kp({type:Boolean}),1,"disabled"],[kp({type:Boolean}),1,"checkable"],[kp({type:Boolean}),1,"allowClear"],[kp({type:Boolean}),1,"loading"],[kp({attribute:!1}),1,"filterTreeNode"],[kp({type:Boolean}),1,"showSearch"],[kp({attribute:!1}),1,"suffixIcon"],[kp(),1,"popupPlacement"],[kp(),1,"size"],[kp({attribute:!1}),1,"maxTagCount"],[kp({attribute:!1}),1,"dropdownStyle"],[xp({type:"change"}),1,"changeEvent",e=>(0,h.A)(Qp,e),(e,t)=>(0,o.A)(Qp,e,t)],[xp({type:"search"}),1,"searchEvent",e=>(0,h.A)(Vp,e),(e,t)=>(0,o.A)(Vp,e,t)],[xp({type:"select"}),1,"selectEvent",e=>(0,h.A)(Gp,e),(e,t)=>(0,o.A)(Gp,e,t)],[xp({type:"expand"}),1,"expandEvent",e=>(0,h.A)(Jp,e),(e,t)=>(0,o.A)(Jp,e,t)]],0,(e=>eu.has((0,n.A)(e))),La)),mc();var iu,au=i(25629),su=i(15092);let ru,nu,lu,ou,hu;const{defineElement:du,property:cu}=(0,u.createDecorators)();let pu;var uu=new WeakMap,gu=new WeakMap;class mu extends g.ReactNextElement{constructor(){super(...arguments),(0,r.A)(this,uu,nu(this)),(0,r.A)(this,gu,(lu(this),ou(this,1))),hu(this)}get label(){return(0,h.A)(uu,this)}set label(e){(0,o.A)(uu,this,e)}get lineClamp(){return(0,h.A)(gu,this)}set lineClamp(e){(0,o.A)(gu,this,e)}render(){return p().createElement(Au,{label:this.label,lineClamp:this.lineClamp})}}function Au(e){const{lineClamp:t,label:i}=e,a=(0,c.useRef)(null),[s,r]=(0,c.useState)(!1),n=(0,c.useCallback)((()=>{const e=a.current;if(!e)return!1;const{offsetWidth:t,offsetHeight:i,scrollWidth:s,scrollHeight:r}=e;return t<s||i<r}),[t,i]),l=(0,c.useMemo)((()=>(0,D.VC)()),[]);return(0,c.useEffect)((()=>{r(n())}),[n]),p().createElement(f.Ay,{prefixCls:"antdV5"},p().createElement(D.N7,{cache:l,hashPriority:"high",transformers:[D.NZ]},p().createElement(su.A,{title:s?i:null},p().createElement("div",{ref:a,className:"ellipsisWrap",style:{"--line-clamp":t}},i))))}iu=mu,({e:[nu,lu,ou,hu],c:[pu,ru]}=(0,d.A)(iu,[du("eo-text-tooltip",{styleTexts:[au.A]})],[[cu({type:String}),1,"label"],[cu({type:Number}),1,"lineClamp"]],0,void 0,g.ReactNextElement)),ru();var wu,bu=i(27367),yu=i(4098);let fu,ku,xu,vu,Cu,Eu,Su,Wu,Mu;i(10659),i(15058);const{defineElement:zu,property:Ru}=(0,u.createDecorators)();let _u;var Iu=new WeakMap,Nu=new WeakMap,Bu=new WeakMap,Du=new WeakMap;class Pu extends g.ReactNextElement{constructor(){super(...arguments),(0,r.A)(this,Iu,ku(this)),(0,r.A)(this,Nu,(xu(this),vu(this))),(0,r.A)(this,Bu,(Cu(this),Eu(this))),(0,r.A)(this,Du,(Su(this),Wu(this))),Mu(this)}get url(){return(0,h.A)(Iu,this)}set url(e){(0,o.A)(Iu,this,e)}get page(){return(0,h.A)(Nu,this)}set page(e){(0,o.A)(Nu,this,e)}get search(){return(0,h.A)(Bu,this)}set search(e){(0,o.A)(Bu,this,e)}get viewerStyle(){return(0,h.A)(Du,this)}set viewerStyle(e){(0,o.A)(Du,this,e)}render(){return p().createElement(Ku,{url:this.url,page:this.page?this.page-1:0,search:this.search,viewerStyle:this.viewerStyle})}}function Ku(e){let{url:t,search:a,page:s,viewerStyle:r}=e;const[n,l]=(0,c.useState)(!1),o=(0,yu.defaultLayoutPlugin)();return(0,c.useEffect)((()=>{n&&a&&o.toolbarPluginInstance.searchPluginInstance.highlight({keyword:a})}),[n,a]),p().createElement(bu.Worker,{workerUrl:`${i.p}pdf.worker.min.js`},p().createElement("div",{style:r},p().createElement(bu.Viewer,{fileUrl:t,initialPage:s,plugins:[o],onDocumentLoad:()=>l(!0)})))}wu=Pu,({e:[ku,xu,vu,Cu,Eu,Su,Wu,Mu],c:[_u,fu]}=(0,d.A)(wu,[zu("advanced.pdf-viewer",{shadowOptions:!1})],[[Ru(),1,"url"],[Ru({type:Number}),1,"page"],[Ru(),1,"search"],[Ru({attribute:!1}),1,"viewerStyle"]],0,void 0,g.ReactNextElement)),fu()},85689:(e,t,i)=>{"use strict";i.d(t,{A:()=>d});var a=i(36758),s=i.n(a),r=i(40935),n=i.n(r),l=i(87796),o=i(37564),h=n()(s());h.i(l.A),h.i(o.A),h.push([e.id,".react-grid-item.react-grid-placeholder{background-color:#ddd}.react-grid-item.react-draggable-dragging{pointer-events:none}.react-grid-item.react-grid-placeholder.forbidden{background-color:red}",""]);const d=h},87796:(e,t,i)=>{"use strict";i.d(t,{A:()=>l});var a=i(36758),s=i.n(a),r=i(40935),n=i.n(r)()(s());n.push([e.id,'.react-grid-layout{position:relative;transition:height 200ms ease}.react-grid-item{transition:all 200ms ease;transition-property:left,top,width,height}.react-grid-item img{pointer-events:none;-webkit-user-select:none;user-select:none}.react-grid-item.cssTransforms{transition-property:transform,width,height}.react-grid-item.resizing{transition:none;z-index:1;will-change:width,height}.react-grid-item.react-draggable-dragging{transition:none;z-index:3;will-change:transform}.react-grid-item.dropping{visibility:hidden}.react-grid-item.react-grid-placeholder{background:red;opacity:0.2;transition-duration:100ms;z-index:2;-webkit-user-select:none;-o-user-select:none;user-select:none}.react-grid-item.react-grid-placeholder.placeholder-resizing{transition:none}.react-grid-item > .react-resizable-handle{position:absolute;width:20px;height:20px}.react-grid-item > .react-resizable-handle::after{content:"";position:absolute;right:3px;bottom:3px;width:5px;height:5px;border-right:2px solid rgba(0,0,0,0.4);border-bottom:2px solid rgba(0,0,0,0.4)}.react-resizable-hide > .react-resizable-handle{display:none}.react-grid-item > .react-resizable-handle.react-resizable-handle-sw{bottom:0;left:0;cursor:sw-resize;transform:rotate(90deg)}.react-grid-item > .react-resizable-handle.react-resizable-handle-se{bottom:0;right:0;cursor:se-resize}.react-grid-item > .react-resizable-handle.react-resizable-handle-nw{top:0;left:0;cursor:nw-resize;transform:rotate(180deg)}.react-grid-item > .react-resizable-handle.react-resizable-handle-ne{top:0;right:0;cursor:ne-resize;transform:rotate(270deg)}.react-grid-item > .react-resizable-handle.react-resizable-handle-w,\n.react-grid-item > .react-resizable-handle.react-resizable-handle-e{top:50%;margin-top:-10px;cursor:ew-resize}.react-grid-item > .react-resizable-handle.react-resizable-handle-w{left:0;transform:rotate(135deg)}.react-grid-item > .react-resizable-handle.react-resizable-handle-e{right:0;transform:rotate(315deg)}.react-grid-item > .react-resizable-handle.react-resizable-handle-n,\n.react-grid-item > .react-resizable-handle.react-resizable-handle-s{left:50%;margin-left:-10px;cursor:ns-resize}.react-grid-item > .react-resizable-handle.react-resizable-handle-n{top:0;transform:rotate(225deg)}.react-grid-item > .react-resizable-handle.react-resizable-handle-s{bottom:0;transform:rotate(45deg)}',""]);const l=n},37564:(e,t,i)=>{"use strict";i.d(t,{A:()=>p});var a=i(36758),s=i.n(a),r=i(40935),n=i.n(r),l=i(20062),o=i.n(l),h=new URL(i(59224),i.b),d=n()(s()),c=o()(h);d.push([e.id,`.react-resizable{position:relative}.react-resizable-handle{position:absolute;width:20px;height:20px;background-repeat:no-repeat;background-origin:content-box;box-sizing:border-box;background-image:url(${c});background-position:bottom right;padding:0 3px 3px 0}.react-resizable-handle-sw{bottom:0;left:0;cursor:sw-resize;transform:rotate(90deg)}.react-resizable-handle-se{bottom:0;right:0;cursor:se-resize}.react-resizable-handle-nw{top:0;left:0;cursor:nw-resize;transform:rotate(180deg)}.react-resizable-handle-ne{top:0;right:0;cursor:ne-resize;transform:rotate(270deg)}.react-resizable-handle-w,\n.react-resizable-handle-e{top:50%;margin-top:-10px;cursor:ew-resize}.react-resizable-handle-w{left:0;transform:rotate(135deg)}.react-resizable-handle-e{right:0;transform:rotate(315deg)}.react-resizable-handle-n,\n.react-resizable-handle-s{left:50%;margin-left:-10px;cursor:ns-resize}.react-resizable-handle-n{top:0;transform:rotate(225deg)}.react-resizable-handle-s{bottom:0;transform:rotate(45deg)}`,""]);const p=d},71058:(e,t,i)=>{"use strict";i.d(t,{A:()=>l});var a=i(36758),s=i.n(a),r=i(40935),n=i.n(r)()(s());n.push([e.id,".ant-select-single .ant-select-selector{border-radius:var(--medius-border-radius)}.ant-select-dropdown{border-radius:var(--medius-border-radius)}.ant-cascader-dropdown .ant-cascader-menu-item{border-radius:var(--small-border-radius)}",""]);const l=n.toString()},2198:(e,t,i)=>{"use strict";i.d(t,{A:()=>l});var a=i(36758),s=i.n(a),r=i(40935),n=i.n(r)()(s());n.push([e.id,".brickTableOddRow{background-color:var(--color-fill-bg-base-4)}.ant-table-small .ant-table-body{margin:0}.ant-table-small .ant-table-thead{background:var(--antd-table-header-bg)}.ant-table-small .ant-table-row{line-height:26px}.ant-table-tbody > tr.invalidRow > td{background-color:var(--color-error-bg)}.ant-table-tbody > tr.invalidRow:hover > td{background-color:var(--color-error-bg)}.ant-table-tbody > tr.disabledRow > td{background-color:var(--theme-gray-border-color)}.ant-table-tbody > .ant-table-row-selected td{background:var(--antd-table-cell-fixed-body-bg)!important}td.alignTop{vertical-align:top}td.alignBottom{vertical-align:bottom}.expandIconCellHidden .ant-table-row-expand-icon-cell,\n.expandIconCellHidden .ant-table-expand-icon-col{width:1px;min-width:auto}.expandIconCellHidden .ant-table-row-expand-icon-cell > *,\n.expandIconCellHidden .ant-table-expand-icon-col > *{display:none}.expandIconSpan{cursor:pointer;margin-right:9px;color:var(--antd-table-row-expand-icon-color);font-size:11px}.expandIconSpan .anticon{background:var(--antd-table-row-expand-icon-action-bg);border-radius:2px;padding:3px}.tableThTransparent thead.ant-table-thead > tr > th{background:var(--antd-table-header-bg)}.zebraPatternTable .ant-table-tbody tr td{border-bottom:0}.ellipsis{max-width:240px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.totalText{color:var(--antd-pagination-total-text)}.total{font-weight:normal;color:var(--antd-pagination-total-strong-text)}.ant-table-wrapper .ant-table-thead > tr > th{padding:11px 16px;font-size:12px;line-height:20px;border-bottom:0;font-weight:500;color:var(--antd-table-header-color)}.ant-table-wrapper .ant-table-pagination.ant-pagination{margin:24px 0}.xSmallSizeTable .ant-table{line-height:1}.xSmallSizeTable .ant-table .ant-table-selection-col{width:32px}.xSmallSizeTable .ant-table-thead tr th,\n.xSmallSizeTable .ant-table-tbody tr td{padding:0px 2px}.xSmallSizeTable .ant-table-thead tr th:first-child,\n.xSmallSizeTable .ant-table-tbody tr td:first-child{padding:0}",""]);const l=n.toString()},25629:(e,t,i)=>{"use strict";i.d(t,{A:()=>l});var a=i(36758),s=i.n(a),r=i(40935),n=i.n(r)()(s());n.push([e.id,":host{display:inline;width:-moz-fit-content;width:fit-content;max-width:100%}:host([hidden]){display:none}.ellipsisWrap{display:-webkit-box;word-break:break-all;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:var(--line-clamp);white-space:normal;overflow:hidden}",""]);const l=n.toString()},34695:(e,t,i)=>{"use strict";i.d(t,{A:()=>l});var a=i(36758),s=i.n(a),r=i(40935),n=i.n(r)()(s());n.push([e.id,":host{display:block}:host([hidden]){display:none}.ant-tree-select{width:100%;min-height:28px;height:max-content}.ant-select-lg{height:38px}.ant-select-sm{height:20px}.ant-select-multiple .ant-select-selector{border-radius:var(--small-border-radius)}.ant-select-multiple .ant-select-selector:after{line-height:22px}",""]);const l=n.toString()},39138:(e,t,i)=>{"use strict";i.d(t,{A:()=>l});var a=i(36758),s=i.n(a),r=i(40935),n=i.n(r)()(s());n.push([e.id,":host{display:block}:host([hidden]){display:none}:host .ant-tree{background-color:transparent}",""]);const l=n.toString()},91116:(e,t,i)=>{"use strict";i.d(t,{A:()=>d});var a=i(36758),s=i.n(a),r=i(40935),n=i.n(r),l=i(34566),o=i(16322),h=n()(s());h.i(l.A),h.i(o.A),h.push([e.id,":host{display:block}:host([hidden]){display:none}.grid-layout-wrapper{display:flex;height:100%;position:relative}.grid-layout-wrapper .component-wrapper{width:150px;padding:6px 12px;overflow-y:scroll;box-shadow:1px 0 0 0 var(--palette-gray-5);background:var(--color-fill-bg-container-1);z-index:999;position:sticky;top:0}.grid-layout-wrapper .component-wrapper .component-title{font-size:16px;padding:6px 0;font-weight:500}.grid-layout-wrapper .component-wrapper .component-list{margin-top:6px}.grid-layout-wrapper .component-wrapper .component-list eo-checkbox::part(checkbox-wrapper){display:flex;flex-wrap:wrap;gap:8px}.grid-layout-wrapper .component-wrapper .component-list eo-checkbox::part(checkbox-option){margin-left:0;width:100%;background:none}.grid-layout-wrapper .layout-wrapper{flex:1}.grid-layout-wrapper .layout-wrapper .layout{max-width:1300px;margin:0 auto}.grid-layout-wrapper .layout-wrapper .actions-wrapper{position:sticky;top:0;z-index:999;margin-left:1px;display:flex;gap:8px;justify-content:flex-end;background:var(--color-fill-bg-container-1);padding:8px 12px;box-shadow:0 1px 1px 0 var(--palette-gray-5)}.grid-layout-wrapper .layout-wrapper .edit-mask{position:absolute;left:0;right:0;top:45px;bottom:0;z-index:10}.grid-layout-wrapper .layout-wrapper .delete-icon{position:absolute;right:15px;top:15px;cursor:pointer;font-size:16px;width:30px;height:30px;display:flex;justify-content:center;align-items:center;background:var(--color-fill-bg-container-1);color:var(--color-normal-text)}.grid-layout-wrapper .layout-wrapper .delete-icon:hover{color:var(--color-error)}.grid-layout-wrapper .layout-wrapper .delete-icon:active{color:var(--color-error-active)}.react-grid-item.react-grid-placeholder{background-color:#ddd}.react-grid-item.react-draggable-dragging{pointer-events:none}.react-grid-item.react-grid-placeholder.forbidden{background-color:red}",""]);const d=h.toString()},34566:(e,t,i)=>{"use strict";i.d(t,{A:()=>l});var a=i(36758),s=i.n(a),r=i(40935),n=i.n(r)()(s());n.push([e.id,'.react-grid-layout{position:relative;transition:height 200ms ease}.react-grid-item{transition:all 200ms ease;transition-property:left,top,width,height}.react-grid-item img{pointer-events:none;-webkit-user-select:none;user-select:none}.react-grid-item.cssTransforms{transition-property:transform,width,height}.react-grid-item.resizing{transition:none;z-index:1;will-change:width,height}.react-grid-item.react-draggable-dragging{transition:none;z-index:3;will-change:transform}.react-grid-item.dropping{visibility:hidden}.react-grid-item.react-grid-placeholder{background:red;opacity:0.2;transition-duration:100ms;z-index:2;-webkit-user-select:none;-o-user-select:none;user-select:none}.react-grid-item.react-grid-placeholder.placeholder-resizing{transition:none}.react-grid-item > .react-resizable-handle{position:absolute;width:20px;height:20px}.react-grid-item > .react-resizable-handle::after{content:"";position:absolute;right:3px;bottom:3px;width:5px;height:5px;border-right:2px solid rgba(0,0,0,0.4);border-bottom:2px solid rgba(0,0,0,0.4)}.react-resizable-hide > .react-resizable-handle{display:none}.react-grid-item > .react-resizable-handle.react-resizable-handle-sw{bottom:0;left:0;cursor:sw-resize;transform:rotate(90deg)}.react-grid-item > .react-resizable-handle.react-resizable-handle-se{bottom:0;right:0;cursor:se-resize}.react-grid-item > .react-resizable-handle.react-resizable-handle-nw{top:0;left:0;cursor:nw-resize;transform:rotate(180deg)}.react-grid-item > .react-resizable-handle.react-resizable-handle-ne{top:0;right:0;cursor:ne-resize;transform:rotate(270deg)}.react-grid-item > .react-resizable-handle.react-resizable-handle-w,\n.react-grid-item > .react-resizable-handle.react-resizable-handle-e{top:50%;margin-top:-10px;cursor:ew-resize}.react-grid-item > .react-resizable-handle.react-resizable-handle-w{left:0;transform:rotate(135deg)}.react-grid-item > .react-resizable-handle.react-resizable-handle-e{right:0;transform:rotate(315deg)}.react-grid-item > .react-resizable-handle.react-resizable-handle-n,\n.react-grid-item > .react-resizable-handle.react-resizable-handle-s{left:50%;margin-left:-10px;cursor:ns-resize}.react-grid-item > .react-resizable-handle.react-resizable-handle-n{top:0;transform:rotate(225deg)}.react-grid-item > .react-resizable-handle.react-resizable-handle-s{bottom:0;transform:rotate(45deg)}',""]);const l=n.toString()},16322:(e,t,i)=>{"use strict";i.d(t,{A:()=>p});var a=i(36758),s=i.n(a),r=i(40935),n=i.n(r),l=i(20062),o=i.n(l),h=new URL(i(59224),i.b),d=n()(s()),c=o()(h);d.push([e.id,`.react-resizable{position:relative}.react-resizable-handle{position:absolute;width:20px;height:20px;background-repeat:no-repeat;background-origin:content-box;box-sizing:border-box;background-image:url(${c});background-position:bottom right;padding:0 3px 3px 0}.react-resizable-handle-sw{bottom:0;left:0;cursor:sw-resize;transform:rotate(90deg)}.react-resizable-handle-se{bottom:0;right:0;cursor:se-resize}.react-resizable-handle-nw{top:0;left:0;cursor:nw-resize;transform:rotate(180deg)}.react-resizable-handle-ne{top:0;right:0;cursor:ne-resize;transform:rotate(270deg)}.react-resizable-handle-w,\n.react-resizable-handle-e{top:50%;margin-top:-10px;cursor:ew-resize}.react-resizable-handle-w{left:0;transform:rotate(135deg)}.react-resizable-handle-e{right:0;transform:rotate(315deg)}.react-resizable-handle-n,\n.react-resizable-handle-s{left:50%;margin-left:-10px;cursor:ns-resize}.react-resizable-handle-n{top:0;transform:rotate(225deg)}.react-resizable-handle-s{bottom:0;transform:rotate(45deg)}`,""]);const p=d.toString()},89739:(e,t,i)=>{"use strict";i.d(t,{A:()=>l});var a=i(36758),s=i.n(a),r=i(40935),n=i.n(r)()(s());n.push([e.id,".gridLayoutWrapper--DIttynOM{display:flex;height:100%;position:relative}.gridLayoutWrapper--DIttynOM .componentWrapper--P8xsKOQP{width:170px;padding:6px 12px;overflow-y:scroll;box-shadow:1px 0 0 0 var(--palette-gray-5);background:var(--color-fill-bg-container-1);z-index:999;position:sticky;top:0}.gridLayoutWrapper--DIttynOM .componentWrapper--P8xsKOQP .componentTitle--nKf9GEoj{font-size:16px;padding:6px 0;font-weight:500}.gridLayoutWrapper--DIttynOM .componentWrapper--P8xsKOQP .componentList--s3XnAYsB{margin-top:6px}.gridLayoutWrapper--DIttynOM .componentWrapper--P8xsKOQP .componentList--s3XnAYsB eo-checkbox::part(checkbox-wrapper){display:flex;flex-wrap:wrap;gap:8px}.gridLayoutWrapper--DIttynOM .componentWrapper--P8xsKOQP .componentList--s3XnAYsB eo-checkbox::part(checkbox-option){margin-left:0;width:100%;background:none}.gridLayoutWrapper--DIttynOM .layoutWrapper--pk1t3UAR{flex:1}.gridLayoutWrapper--DIttynOM .layoutWrapper--pk1t3UAR .layout--kz28taJj{max-width:1300px;margin:0 auto}.gridLayoutWrapper--DIttynOM .layoutWrapper--pk1t3UAR .actionsWrapper--vQro2Dyn{position:sticky;top:0;z-index:999;margin-left:1px;display:flex;gap:8px;justify-content:flex-end;background:var(--color-fill-bg-container-1);padding:8px 12px;box-shadow:0 1px 1px 0 var(--palette-gray-5)}.gridLayoutWrapper--DIttynOM .layoutWrapper--pk1t3UAR .editMask--ql2wriZf{position:absolute;left:0;right:0;top:45px;bottom:0;z-index:10}.gridLayoutWrapper--DIttynOM .layoutWrapper--pk1t3UAR .deleteIcon--IjEzXZqc{position:absolute;right:15px;top:15px;cursor:pointer;font-size:16px;width:30px;height:30px;display:flex;justify-content:center;align-items:center;background:var(--color-fill-bg-container-1);color:var(--color-normal-text)}.gridLayoutWrapper--DIttynOM .layoutWrapper--pk1t3UAR .deleteIcon--IjEzXZqc:hover{color:var(--color-error)}.gridLayoutWrapper--DIttynOM .layoutWrapper--pk1t3UAR .deleteIcon--IjEzXZqc:active{color:var(--color-error-active)}",""]),n.locals={gridLayoutWrapper:"gridLayoutWrapper--DIttynOM",componentWrapper:"componentWrapper--P8xsKOQP",componentTitle:"componentTitle--nKf9GEoj",componentList:"componentList--s3XnAYsB",layoutWrapper:"layoutWrapper--pk1t3UAR",layout:"layout--kz28taJj",actionsWrapper:"actionsWrapper--vQro2Dyn",editMask:"editMask--ql2wriZf",deleteIcon:"deleteIcon--IjEzXZqc"};const l=n},59224:e=>{"use strict";e.exports="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2IDYiIHN0eWxlPSJiYWNrZ3JvdW5kLWNvbG9yOiNmZmZmZmYwMCIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iNnB4Ij48ZyBvcGFjaXR5PSIwLjMwMiI+PHBhdGggZD0iTSA2IDYgTCAwIDYgTCAwIDQuMiBMIDQgNC4yIEwgNC4yIDQuMiBMIDQuMiAwIEwgNiAwIEwgNiA2IEwgNiA2IFoiIGZpbGw9IiMwMDAwMDAiLz48L2c+PC9zdmc+"},28383:()=>{},82590:()=>{},85515:()=>{},82474:()=>{},39630:()=>{},71040:()=>{}}]);
|
|
2
|
-
//# sourceMappingURL=2197.
|
|
1
|
+
(globalThis.webpackChunk_next_bricks_advanced=globalThis.webpackChunk_next_bricks_advanced||[]).push([[2197],{4823:(e,t,i)=>{"use strict";var a=i(24586),s=i(74635),r=i(70918),n=i(26902),l=i(5536),o=i(86121),h=i(70829),d=i(62740),c=i(18769),p=i.n(c),u=i(41123),g=i(69006),m=i(2198),A=i(41030),w=i(12716),b=i(89575),y=i(30443),f=i(80050);const k={$eq:A.isEqual,$lt:A.lt,$lte:A.lte,$gt:A.gt,$gte:A.gte,$ne:(e,t)=>!(0,A.isEqual)(e,t),$isEqual:A.isEqual,$notEqual:(e,t)=>!(0,A.isEqual)(e,t),$in:A.includes,$nin:(e,t)=>!(0,A.includes)(e,t),$exists:(e,t)=>e?!(0,A.isUndefined)(t):(0,A.isUndefined)(t)};function x(e,t,i){const{dataIndex:a,mapping:s}=e,r=void 0!==a?(0,A.get)(t,a):i,n=s.find((e=>e.value===r));return n?{borderLeft:`4px solid ${n.leftBorderColor}`}:{}}const v=(e,t,i,a)=>{e&&(0,A.forEach)(e,(e=>{const s=(0,A.get)(e,i),r=(0,A.get)(e,t);a.push(r),null!=s&&s.length&&v(s,t,i,a)}))},C=(e,t,i)=>{e&&(0,A.forEach)(e,(e=>{const a=(0,A.get)(e,t);i.push(e),null!=a&&a.length&&C(a,t,i)}))};function E(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:[];return null!=t&&t.length&&t.forEach((t=>{var i;return null!==(i=t[e])&&void 0!==i&&i.length?E(e,t[e]):(delete t[e],t)})),t}var S=i(53373),W=i.n(S),M=i(47522),z=i(80255),R=i(63737),_=i(50692),I=i(53435),N=i.n(I),B=i(23848),D=i(95694);const P="bricks/advanced/eo-table";var K=i(69704),T=i(99733),U=i(84352),L=i(26386);(0,K.initializeReactI18n)(P,{en:{},zh:{}});const F="DraggableBodyRow",O={lib:"antd",icon:"down",theme:"outlined"},H={lib:"antd",icon:"right",theme:"outlined"},q=(0,g.wrapBrick)("eo-icon"),$=e=>{let{index:t,moveRow:i,className:a,style:s,...r}=e;const n=p().useRef(null),[{isOver:l,dropClassName:o},h]=(0,M.H)({accept:F,collect:e=>{const{index:i}=e.getItem()||{};return i===t?{}:{isOver:e.isOver(),dropClassName:i<t?"dropOverDownward":"dropOverUpward"}},drop:e=>{i(e.index,t)}}),[,d]=(0,z.i)({type:F,item:{type:F,index:t},collect:e=>({isDragging:e.isDragging()})});return h(d(n)),p().createElement("tr",(0,b.A)({ref:n,className:W()(a,{[o]:l}),style:{cursor:"move",...s}},r))};function j(e){const{t}=(0,K.useTranslation)(P),i="zh"===T.i18n.language.split("-")[0]?L.A:U.A;if(e.error)throw e.error;const{configProps:a={pagination:!0,sortBy:!1},columns:s,rowKey:r="key",expandIconAsCell:n,expandIconColumnIndex:l,childrenColumnName:o,scroll:h,optimizedColumns:d,onDelete:u,ellipsisInfo:g,showHeader:m}=e,w=(0,c.useMemo)((()=>{var t;return null===(t=e.dataSource)||void 0===t?void 0:t.map(((e,t)=>(0,A.isNil)(e[r])?{...e,[r]:t}:e))}),[e.dataSource,r]),[k,v]=(0,c.useState)(w),C=(0,c.useRef)(new Map),E=(0,c.useRef)(new Map),S=(0,c.useRef)(new Map),M=(0,c.useRef)(new Map);(0,c.useEffect)((()=>{M.current.clear(),v(w)}),[w]);const z=null!=a&&a.rowSelection?-1:0,I=(0,c.useMemo)((()=>{if(s){E.current.clear(),S.current.clear();const e=s.map(((e,t)=>{const{useBrick:i,valueSuffix:a,cellStatus:s,cellStyle:h={},headerBrick:d,colSpanKey:c,rowSpanKey:u,filterDropdownBrick:m,...w}=e;if(null!=d&&d.useBrick){const t=null==d?void 0:d.useBrick;let i=E.current.get(e);i||(i={title:w.title},E.current.set(e,i)),w.title=((e,t)=>function(){return p().createElement(B.ReactUseMultipleBricks,{useBrick:e,data:t})})(t,i)}if(null!=m&&m.useBrick&&(w.filterDropdown=p().createElement(B.ReactUseMultipleBricks,{useBrick:m.useBrick})),i){let e;i&&(e=S.current.get(i),e||(e=new Map,S.current.set(i,e))),w.render=((e,t)=>function(i,a,s){if(e){let r=null==t?void 0:t.get(a);return r||(r={cellData:i,rowData:a,columnIndex:s},null==t||t.set(a,r)),p().createElement(B.ReactUseMultipleBricks,{useBrick:e,data:r})}})(i,e),w.shouldCellUpdate=(e,t)=>!(0,A.isEqual)(e,t)}else a&&(w.render=e=>e+a);if(!n&&t===Number(l)+z){const e=w.render;w.render=function(t,i,a){return p().createElement(p().Fragment,null,!i[o]&&C.current.get(r?i[r]:i),e?e(t,i,a):t)}}if(s||c||u||h){const e=w.render;w.render=(t,i,a)=>({children:e?e(t,i,a):t,props:{colSpan:i[c],rowSpan:i[u],style:{...s?x(s,i,t):{},...h}}})}return"string"==typeof w.dataIndex&&(w.dataIndex=(0,A.toPath)(w.dataIndex)),"top"===w.verticalAlign&&(w.className?w.className+=" alignTop":w.className="alignTop"),"bottom"===w.verticalAlign&&(w.className?w.className+=" alignBottom":w.className="alignBottom"),g&&(w.className?w.className+=" ellipsisInfoCell":w.className="ellipsisInfoCell"),w}));return e}}),[s,o,n,l,z,r,u,g]),F={body:{row:$}},j=(t,i)=>{const a=k[t],s=N()(k,{$splice:[[t,1],[i,0,a]]});v(s),e.onDrag&&e.onDrag(s)},Q=(0,A.pickBy)({expandIconColumnIndex:l,expandIconAsCell:n,expandRowByClick:e.expandRowByClick,expandedRowKeys:e.expandedRowKeys,defaultExpandAllRows:e.defaultExpandAllRows},(e=>!(0,A.isNil)(e)));let Z=p().createElement(y.A,(0,b.A)({className:W()("brickTable",{expandIconCellHidden:!n,customDropTable:e.tableDraggable,tableThTransparent:e.thTransparent,zebraPatternTable:(null==k?void 0:k.length)>=2&&e.zebraPattern,xSmallSizeTable:e.xSmallSizeTable}),dataSource:k},e.tableDraggable?{components:F,onRow:(e,t)=>({index:t,moveRow:j})}:{},{columns:I,onChange:e.onChange},e.expandedRowBrick?{expandedRowRender:(t,i)=>{var a;let s=M.current.get(t);return s||(s={rowData:t,rowIndex:i},M.current.set(t,s)),p().createElement(B.ReactUseMultipleBricks,{useBrick:null===(a=e.expandedRowBrick)||void 0===a?void 0:a.useBrick,data:s})}}:{},Q,{onExpand:(t,i)=>{e.onExpand&&e.onExpand(t,i)},showSorterTooltip:!1,onExpandedRowsChange:t=>{e.onExpandedRowsChange&&e.onExpandedRowsChange(t)},rowKey:r,childrenColumnName:o,rowClassName:(t,i)=>t.invalidRow?"invalidRow":t.disabledRow?"disabledRow":e.zebraPattern&&i%2?"brickTableOddRow":"",expandIcon:t=>{var i;const{record:a,expandable:s,expanded:l,onExpand:o}=t;let h,d=(null===(i=e.expandIcon)||void 0===i?void 0:i.collapsedIcon)||O;var c;s?(l||(d=(null===(c=e.expandIcon)||void 0===c?void 0:c.expandedIcon)||H),h=p().createElement("span",{className:"expandIconSpan","data-testid":"expand-icon",onClick:e=>{o(a,e)}},p().createElement(q,d))):h=p().createElement("span",{className:"expandIconSpan","data-testid":"expand-icon"},p().createElement("span",{style:{visibility:"hidden"}},p().createElement(q,d)));return h?(n||C.current.set(r?a[r]:a,h),h):p().createElement(p().Fragment,null)},scroll:h,showHeader:m},a));e.tableDraggable&&(Z=p().createElement(R.Q,{backend:_.t2},Z));const V=(0,c.useMemo)((()=>(0,D.VC)()),[]);return p().createElement(f.Ay,{locale:i},p().createElement(D.N7,{container:e.shadowRoot,cache:V},Z))}var Q;let Z,V,X,G,Y,J,ee,te,ie,ae,se,re,ne,le,oe,he,de,ce,pe,ue,ge,me,Ae,we,be,ye,fe,ke,xe,ve,Ce,Ee,Se,We,Me,ze,Re,_e,Ie,Ne,Be,De,Pe,Ke,Te,Ue,Le,Fe,Oe,He,qe,$e,je,Qe,Ze,Ve,Xe,Ge,Ye,Je,et,tt,it,at,st,rt,nt,lt,ot,ht,dt,ct,pt,ut,gt,mt,At,wt,bt,yt,ft,kt,xt,vt,Ct,Et,St,Wt,Mt,zt,Rt,_t,It,Nt,Bt,Dt,Pt,Kt,Tt,Ut,Lt,Ft,Ot,Ht,qt,$t,jt,Qt,Zt,Vt,Xt,Gt,Yt,Jt,ei,ti,ii,ai,si,ri,ni,li,oi,hi;i(76477);const{defineElement:di,property:ci,event:pi,method:ui}=(0,u.createDecorators)();let gi;var mi=new WeakMap,Ai=new WeakSet,wi=new WeakMap,bi=new WeakMap,yi=new WeakMap,fi=new WeakMap,ki=new WeakMap,xi=new WeakMap,vi=new WeakMap,Ci=new WeakMap,Ei=new WeakMap,Si=new WeakMap,Wi=new WeakMap,Mi=new WeakMap,zi=new WeakMap,Ri=new WeakMap,_i=new WeakMap,Ii=new WeakMap,Ni=new WeakMap,Bi=new WeakMap,Di=new WeakMap,Pi=new WeakMap,Ki=new WeakMap,Ti=new WeakMap,Ui=new WeakMap,Li=new WeakMap,Fi=new WeakMap,Oi=new WeakMap,Hi=new WeakMap,qi=new WeakMap,$i=new WeakMap,ji=new WeakMap,Qi=new WeakMap,Zi=new WeakMap,Vi=new WeakMap,Xi=new WeakMap,Gi=new WeakMap,Yi=new WeakMap,Ji=new WeakMap,ea=new WeakMap,ta=new WeakMap,ia=new WeakMap,aa=new WeakMap,sa=new WeakMap,ra=new WeakMap,na=new WeakMap,la=new WeakMap,oa=new WeakMap,ha=new WeakMap,da=new WeakMap,ca=new WeakMap,pa=new WeakMap,ua=new WeakMap,ga=new WeakMap,ma=new WeakMap;class Aa extends g.ReactNextElement{constructor(){super(...arguments),(0,s.A)(this,Ai),(0,r.A)(this,mi,(Z(this),X(this))),(0,r.A)(this,wi,(J(this),ee(this))),(0,r.A)(this,bi,(ae(this),se(this))),(0,r.A)(this,yi,(le(this),oe(this))),(0,r.A)(this,fi,(ce(this),pe(this))),(0,r.A)(this,ki,(me(this),Ae(this))),(0,r.A)(this,xi,(ye(this),fe(this))),(0,r.A)(this,vi,(ve(this),Ce(this))),(0,r.A)(this,Ci,(We(this),Me(this,!0))),(0,r.A)(this,Ei,(ze(this),Re(this))),(0,r.A)(this,Si,(_e(this),Ie(this))),(0,r.A)(this,Wi,(Ne(this),Be(this))),(0,r.A)(this,Mi,(De(this),Pe(this,!1))),(0,r.A)(this,zi,(Ke(this),Te(this))),(0,r.A)(this,Ri,(Ue(this),Le(this))),(0,r.A)(this,_i,(Fe(this),Oe(this))),(0,r.A)(this,Ii,(He(this),qe(this))),(0,r.A)(this,Ni,($e(this),je(this))),(0,r.A)(this,Bi,(Qe(this),Ze(this))),(0,r.A)(this,Di,(Ve(this),Xe(this))),(0,r.A)(this,Pi,(Ge(this),Ye(this,!0))),(0,r.A)(this,Ki,(Je(this),et(this))),(0,r.A)(this,Ti,(tt(this),it(this))),(0,r.A)(this,Ui,(at(this),st(this))),(0,r.A)(this,Li,(rt(this),nt(this,!1))),(0,r.A)(this,Fi,(lt(this),ot(this))),(0,r.A)(this,Oi,(ht(this),dt(this))),(0,r.A)(this,Hi,(ct(this),pt(this))),(0,r.A)(this,qi,(ut(this),gt(this))),(0,r.A)(this,$i,(mt(this),At(this))),(0,a.A)(this,"_disabledChildrenKeys",(wt(this),[])),(0,r.A)(this,ji,bt(this,"children")),(0,r.A)(this,Qi,(yt(this),ft(this,!0))),(0,r.A)(this,Zi,(kt(this),xt(this))),(0,r.A)(this,Vi,(vt(this),Ct(this,""))),(0,r.A)(this,Xi,(Et(this),St(this))),(0,r.A)(this,Gi,(Wt(this),Mt(this))),(0,r.A)(this,Yi,(zt(this),Rt(this))),(0,r.A)(this,Ji,(_t(this),It(this))),(0,r.A)(this,ea,(Nt(this),Bt(this,{x:!0}))),(0,r.A)(this,ta,(Dt(this),Pt(this,"q"))),(0,r.A)(this,ia,(Kt(this),Tt(this))),(0,r.A)(this,aa,(Ut(this),Lt(this))),(0,r.A)(this,sa,(Ft(this),Ot(this))),(0,r.A)(this,ra,(Ht(this),qt(this,[]))),(0,r.A)(this,na,($t(this),jt(this))),(0,r.A)(this,la,(Qt(this),Zt(this))),(0,r.A)(this,oa,(Vt(this),Xt(this,!0))),(0,r.A)(this,ha,(Gt(this),Yt(this))),(0,r.A)(this,da,(Jt(this),ei(this))),(0,r.A)(this,ca,(ti(this),ii(this))),(0,r.A)(this,pa,(ai(this),si(this,!0))),(0,r.A)(this,ua,(ri(this),ni(this,!0))),(0,a.A)(this,"_originalDataSource",(li(this),[])),(0,a.A)(this,"_dataSource",[]),(0,a.A)(this,"_pureSource",void 0),(0,a.A)(this,"_columns",void 0),(0,a.A)(this,"_finalConfigProps",{}),(0,a.A)(this,"_error",void 0),(0,r.A)(this,ga,void 0),(0,a.A)(this,"_selectUpdateEventName",""),(0,a.A)(this,"_selectUpdateEventDetailKeys",[]),(0,a.A)(this,"_selectUpdateEventDetailField",""),(0,a.A)(this,"_selectUpdateEventDetailExtra",{}),(0,a.A)(this,"_fields",{page:"page",pageSize:"pageSize",dataSource:"list",total:"total",ascend:"ascend",descend:"descend"}),(0,r.A)(this,ma,oi(this,[])),(0,a.A)(this,"_selected",(hi(this),!1)),(0,a.A)(this,"_selectedRow",void 0),(0,a.A)(this,"_selectedRows",[]),(0,a.A)(this,"_allChildren",[]),(0,a.A)(this,"_isInSelect",!1),(0,a.A)(this,"_getRowKey",(()=>{var e,t,i,a;return null!==(e=null!==(t=null!==(i=this.rowKey)&&void 0!==i?i:this._fields.rowKey)&&void 0!==t?t:null===(a=this.configProps)||void 0===a?void 0:a.rowKey)&&void 0!==e?e:"key"})),(0,a.A)(this,"_findParentByChildKeyValue",((e,t,i,a)=>{let s;return i.some((i=>{if(i[t]===e)s=a;else{const a=i[this.childrenColumnName];a&&(s=this._findParentByChildKeyValue(e,t,a,i))}return!!s})),s})),(0,a.A)(this,"_handleRowSelectChange",((e,t)=>{const i=this._getRowKey(),a=(0,A.keyBy)(t,i);if(this._selected){const t=[...e];if(this._allChildren.forEach((e=>{const s=e[i];t.push(s),a[s]=e})),this.autoSelectParentWhenAllChildrenSelected&&this._selectedRow){const s=new Set(e),r=this._findParentByChildKeyValue(this._selectedRow[i],i,this._dataSource);if(r&&r[this.childrenColumnName].every((e=>s.has(e[i])))){const e=r[i];t.push(e),a[e]=r}}this.selectedRowKeys=(0,A.uniq)(t)}else{let t;this.autoSelectParentWhenAllChildrenSelected&&this._selectedRow&&(t=this._findParentByChildKeyValue(this._selectedRow[i],i,this._dataSource)),this.selectedRowKeys=(0,A.pullAll)(e,(0,A.map)(this._allChildren.concat(t),i))}this._selectedRow=void 0;const s=(0,A.keyBy)(this.extraRows,i);this._selectedRows=this.selectedRowKeys.map((e=>a[e]||s[e]));let r=null;const n=(0,A.isEmpty)(this._selectUpdateEventDetailField)?this._selectedRows:(0,A.map)(this._selectedRows,(e=>(0,A.get)(e,this._selectUpdateEventDetailField)));r=(0,A.isEmpty)(this._selectUpdateEventDetailKeys)||(0,A.isEmpty)(n)?n:(0,A.set)({},this._selectUpdateEventDetailKeys,n),(0,A.isEmpty)(r)||(r=(0,A.merge)(r,this._selectUpdateEventDetailExtra)),this._selectUpdateEventName?this.dispatchEvent(new CustomEvent(this._selectUpdateEventName,{detail:r})):(0,l.A)(Ai,this,re).emit(r),(0,l.A)(Ai,this,he).emit(e)})),(0,a.A)(this,"_getSelectedRowsWithChildren",(e=>{const t=[];return!(0,A.isEmpty)(e[this.childrenColumnName])&&(0,A.isArray)(e[this.childrenColumnName])&&(0,A.forEach)(e[this.childrenColumnName],(e=>{t.push(e),t.push(...this._getSelectedRowsWithChildren(e))})),t})),(0,a.A)(this,"_handleOnSelect",((e,t)=>{this._selected=t,this._selectedRow=e,this._isInSelect=!0;const i=this._getRowKey(),a=this.selectAllChildren?this._getSelectedRowsWithChildren(e):[];this._allChildren=a,this.autoSelectParentWhenAllChildrenSelected||(this._disabledChildrenKeys=t?(0,A.uniq)([...this._disabledChildrenKeys,...(0,A.map)(a,i)]):(0,A.pullAll)(this._disabledChildrenKeys,[...(0,A.map)(a,i)])),this.storeCheckedByUrl&&i&&this._updateUrlChecked([e[i]],t)})),(0,a.A)(this,"_handleSelectAll",((e,t,i)=>{this._selected=e,this._isInSelect=!0;const a=this._getRowKey();if(this.selectAllChildren){const t=(0,A.map)(this._dataSource,a),s=i.filter((e=>t.includes(e[a]))),r=(0,A.flatten)((0,A.map)(s,(e=>(0,A.map)(this._getSelectedRowsWithChildren(e),(e=>e[a]))))),n=(0,A.flatten)((0,A.map)(s,(e=>(0,A.map)(this._getSelectedRowsWithChildren(e),(e=>e)))));this._allChildren=n,this.autoSelectParentWhenAllChildrenSelected||(this._disabledChildrenKeys=e?(0,A.uniq)(this._disabledChildrenKeys.concat(r)):this._disabledChildrenKeys.filter((e=>!r.includes(e))))}this.storeCheckedByUrl&&a&&this._updateUrlChecked((0,A.map)(i,a),e)})),(0,a.A)(this,"_getCheckedFromUrl",(()=>{const e=(0,w.getHistory)(),t=new URLSearchParams(e.location.search).get("checked");return(0,A.isEmpty)(t)?[]:t.split(",")})),(0,a.A)(this,"_updateUrlChecked",((e,t)=>{const i=(0,w.getHistory)();let a=this._getCheckedFromUrl();t?a=[...a,...e]:(0,A.pull)(a,...e),this.shouldUpdateUrlParams&&i.pushQuery({checked:a.join(",")},{notify:!1})})),(0,a.A)(this,"_handleOnChange",((e,t,i)=>{const a=(0,w.getHistory)(),s=new URLSearchParams(a.location.search);if(!(0,A.isEmpty)(e))if(e.pageSize!==this.pageSize)e.current=1,s.set("page","1"),s.set("pageSize",(null==e?void 0:e.pageSize).toString()),(0,l.A)(Ai,this,te).emit({[this._fields.pageSize]:e.pageSize,[this._fields.page]:1}),this.page=1,this.pageSize=e.pageSize;else if(e.current!==this.page){const t=e.current||1;s.set("page",t.toString()),(0,l.A)(Ai,this,G).emit({[this._fields.page]:t}),this.page=t}this.filters=t,(0,A.isEmpty)(t)||(0,A.forEach)(t,((e,t)=>{(0,A.isNil)(e)||0===e.length?s.delete(t):s.set(t,e)})),i.order&&(0,A.isNil)(i.order)&&(i.columnKey!==this.sort||this._fields[i.order]!==this.order)&&(i.columnKey&&i.order?(s.set("sort",i.columnKey),s.set("order",this._fields[i.order].toString()),this.sort=i.columnKey,this.order=this._fields[i.order]):(s.delete("sort"),s.delete("order"),this.sort=null,this.order=null),(0,l.A)(Ai,this,ue).emit({sort:this.sort,order:this.order})),this.frontSearch?(this.shouldUpdateUrlParams&&a.push(`?${s}`,{notify:!1}),this.frontendSearch(e,t,i)):this.shouldUpdateUrlParams&&a.push(`?${s}`,{notify:!!this.shouldRenderWhenUrlParamsUpdate})})),(0,a.A)(this,"renderSelectInfo",(()=>p().createElement("span",{style:{marginLeft:20}},p().createElement("span",null,"已选择",this.selectedRowKeys.length,"项"),p().createElement("a",{role:"button",style:{marginLeft:"10px"},onClick:()=>{this.selectedRowKeys=[],this._selectedRows=[],this._disabledChildrenKeys=[],this._allChildren=[],this._selectUpdateEventName?this.dispatchEvent(new CustomEvent(this._selectUpdateEventName,{detail:[]})):(0,l.A)(Ai,this,re).emit([])}},"清空")))),(0,a.A)(this,"_handleOnExpand",((e,t)=>{if(this.expandedRowKeys){const i=this._getRowKey(),a=[(0,A.get)(t,i)],s=(0,A.get)(t,this.childrenColumnName);if(!(0,A.isEmpty)(s)){const e=(0,A.map)((0,A.filter)(s,(e=>(0,A.isEmpty)((0,A.get)(e,this.childrenColumnName)))),i);a.push(...e)}this.expandedRowKeys=e?[...this.expandedRowKeys,...a]:(0,A.pull)(this.expandedRowKeys,...a),this._render()}(0,l.A)(Ai,this,we).emit({expanded:e,record:t})})),(0,a.A)(this,"_handleOnExpandedRowsChange",(e=>{(0,l.A)(Ai,this,ke).emit({expandedRows:e})})),(0,a.A)(this,"_handleOnDrag",(e=>{(0,l.A)(Ai,this,Ee).emit({data:e})})),(0,a.A)(this,"_getAllRows",(()=>{const e=[];return C(this._dataSource,this.childrenColumnName,e),e})),(0,a.A)(this,"_handleDefaultSelectAll",(()=>{this._isInSelect=!0;const e=this._getRowKey();return this._selectedRows=this._getAllRows(),this.selectedRowKeys=(0,A.map)(this._selectedRows,e),this.selectedRowKeys})),(0,a.A)(this,"_initConfigProps",(()=>{var e,t;const i={current:this.page,pageSize:this.pageSize,total:(0,h.A)(ga,this),showSizeChanger:!0,pageSizeOptions:["10","20","50"],showTotal:e=>{var t;return p().createElement(p().Fragment,null,p().createElement("span",{className:"totalText"},"共 ",p().createElement("strong",{className:"total"},e)," 条"),((null===(t=this.configProps)||void 0===t?void 0:t.rowSelection)||this.rowSelection)&&this.showSelectInfo&&0!==this.selectedRowKeys.length&&this.renderSelectInfo())}},a=this._getRowKey();let s;this.rowDisabledConfig&&(s=Array.isArray(this.rowDisabledConfig)?this.rowDisabledConfig:[this.rowDisabledConfig]);const r={...a?{selectedRowKeys:this._isInSelect?this.selectedRowKeys:this.storeCheckedByUrl?this._getCheckedFromUrl():this.defaultSelectAll?this._handleDefaultSelectAll():this.selectedRowKeys,onSelect:this._handleOnSelect,onSelectAll:this._handleSelectAll,onChange:this._handleRowSelectChange,preserveSelectedRowKeys:!0}:{onChange:this._handleRowSelectChange,preserveSelectedRowKeys:!0},getCheckboxProps:e=>!(0,A.isEmpty)(this._disabledChildrenKeys)&&this._disabledChildrenKeys.includes((0,A.get)(e,a))?{disabled:!0}:s?{disabled:s.some((t=>{const{field:i,value:a,operator:s}=t,r=k[s];return null==r?void 0:r(a,(0,A.get)(e,i))}))}:{}};this.configProps?(this._finalConfigProps=(0,A.cloneDeep)(this.configProps),!1!==this.configProps.pagination&&(this._finalConfigProps.pagination={...i,...this.pagination,...this.configProps.pagination},void 0!==this.configProps.pagination&&null!==this.configProps.pagination||!1!==this.pagination||(this._finalConfigProps.pagination=!1)),this.configProps.size||(this._finalConfigProps.size="x-small"==this.size?"":this.size)):(this._finalConfigProps={},this._finalConfigProps.pagination=!1!==this.pagination&&i,this._finalConfigProps.size="x-small"==this.size?"":this.size);const n=null!==(e=null===(t=this.configProps)||void 0===t?void 0:t.rowSelection)&&void 0!==e?e:this.rowSelection;var l,o;n?this._finalConfigProps.rowSelection=!0===n?{...r,type:null!==(l=this.type)&&void 0!==l?l:"checkbox"}:{...r,type:null!==(o=this.type)&&void 0!==o?o:"checkbox",...n,...r.selectedRowKeys?{selectedRowKeys:r.selectedRowKeys}:{}}:this.type?this._finalConfigProps.rowSelection={...r,type:this.type}:this._finalConfigProps.rowSelection=!1,this._columns&&(this._columns=this._columns.map((e=>{if((0,A.isNil)(e.key)&&(e.key=e.dataIndex),e.sorter&&(e.sortOrder=this.sort===e.key&&!(0,A.isNil)(this.order)&&(this._fields.ascend===this.order?"ascend":"descend")),e.filters){var t,i;const a=(0,w.getHistory)(),s=null!==(t=new URLSearchParams(a.location.search).get(e.key))&&void 0!==t?t:null===(i=(0,A.get)(this.filters,e.key))||void 0===i?void 0:i.join(",");(0,A.isNil)(s)||(0,A.isEmpty)(s)?(e.filtered=!1,e.filteredValue=[]):(e.filtered=!0,e.filteredValue=s.split(",").map((t=>{var i,a;return null!==(i=null===(a=(0,A.find)(e.filters,(e=>String(e.value)===t)))||void 0===a?void 0:a.value)&&void 0!==i?i:t})))}return e})))}))}set columns(e){this._columns=e,this._render()}get columns(){return this._columns}set dataSource(e){var t,i,a,s,r,n;(this._isInSelect=!1,this._originalDataSource=e,this._dataSource=(0,A.cloneDeep)(this._fields.dataSource?(0,A.get)(e,this._fields.dataSource):e),this._pureSource=(0,A.cloneDeep)(this._dataSource),this.stripEmptyExpandableChildren)&&E((null===(n=this.configProps)||void 0===n||null===(n=n.expandable)||void 0===n?void 0:n.childrenColumnName)||"children",this._dataSource);(0,o.A)(ga,this,(0,A.get)(e,this._fields.total)),this.page=null!==(t=null!==(i=(0,A.get)(e,"page"))&&void 0!==i?i:this.page)&&void 0!==t?t:1,this.pageSize=null!==(a=null!==(s=null!==(r=(0,A.get)(e,"page_size"))&&void 0!==r?r:(0,A.get)(e,"pageSize"))&&void 0!==s?s:this.pageSize)&&void 0!==a?a:10,this._render()}get showCard(){return(0,h.A)(Ci,this)}set showCard(e){(0,o.A)(Ci,this,e)}get rowSelection(){return(0,h.A)(Ei,this)}set rowSelection(e){(0,o.A)(Ei,this,e)}get rowKey(){return(0,h.A)(Si,this)}set rowKey(e){(0,o.A)(Si,this,e)}get hiddenColumns(){return(0,h.A)(Wi,this)}set hiddenColumns(e){(0,o.A)(Wi,this,e)}get showSelectInfo(){return(0,h.A)(Mi,this)}set showSelectInfo(e){(0,o.A)(Mi,this,e)}get filters(){return(0,h.A)(zi,this)}set filters(e){(0,o.A)(zi,this,e)}get configProps(){return(0,h.A)(Ri,this)}set configProps(e){(0,o.A)(Ri,this,e)}get sort(){return(0,h.A)(_i,this)}set sort(e){(0,o.A)(_i,this,e)}get order(){return(0,h.A)(Ii,this)}set order(e){(0,o.A)(Ii,this,e)}get rowDisabledConfig(){return(0,h.A)(Ni,this)}set rowDisabledConfig(e){(0,o.A)(Ni,this,e)}get expandedRowBrick(){return(0,h.A)(Bi,this)}set expandedRowBrick(e){(0,o.A)(Bi,this,e)}get expandIcon(){return(0,h.A)(Di,this)}set expandIcon(e){(0,o.A)(Di,this,e)}get expandIconAsCell(){return(0,h.A)(Pi,this)}set expandIconAsCell(e){(0,o.A)(Pi,this,e)}get expandIconColumnIndex(){return(0,h.A)(Ki,this)}set expandIconColumnIndex(e){(0,o.A)(Ki,this,e)}get expandRowByClick(){return(0,h.A)(Ti,this)}set expandRowByClick(e){(0,o.A)(Ti,this,e)}get optimizedColumns(){return(0,h.A)(Ui,this)}set optimizedColumns(e){(0,o.A)(Ui,this,e)}get stripEmptyExpandableChildren(){return(0,h.A)(Li,this)}set stripEmptyExpandableChildren(e){(0,o.A)(Li,this,e)}get defaultExpandAllRows(){return(0,h.A)(Fi,this)}set defaultExpandAllRows(e){(0,o.A)(Fi,this,e)}get ellipsisInfo(){return(0,h.A)(Oi,this)}set ellipsisInfo(e){(0,o.A)(Oi,this,e)}get expandedRowKeys(){return(0,h.A)(Hi,this)}set expandedRowKeys(e){(0,o.A)(Hi,this,e)}get selectAllChildren(){return(0,h.A)(qi,this)}set selectAllChildren(e){(0,o.A)(qi,this,e)}get defaultSelectAll(){return(0,h.A)($i,this)}set defaultSelectAll(e){(0,o.A)($i,this,e)}get childrenColumnName(){return(0,h.A)(ji,this)}set childrenColumnName(e){(0,o.A)(ji,this,e)}get sortable(){return(0,h.A)(Qi,this)}set sortable(e){(0,o.A)(Qi,this,e)}set fields(e){this._fields={...this._fields,...e},this._render()}get frontSearch(){return(0,h.A)(Zi,this)}set frontSearch(e){(0,o.A)(Zi,this,e)}get frontSearchQuery(){return(0,h.A)(Vi,this)}set frontSearchQuery(e){(0,o.A)(Vi,this,e)}get exactSearch(){return(0,h.A)(Xi,this)}set exactSearch(e){(0,o.A)(Xi,this,e)}get frontSearchFilterKeys(){return(0,h.A)(Gi,this)}set frontSearchFilterKeys(e){(0,o.A)(Gi,this,e)}get page(){return(0,h.A)(Yi,this)}set page(e){(0,o.A)(Yi,this,e)}get pageSize(){return(0,h.A)(Ji,this)}set pageSize(e){(0,o.A)(Ji,this,e)}get scrollConfigs(){return(0,h.A)(ea,this)}set scrollConfigs(e){(0,o.A)(ea,this,e)}get qField(){return(0,h.A)(ta,this)}set qField(e){(0,o.A)(ta,this,e)}get tableDraggable(){return(0,h.A)(ia,this)}set tableDraggable(e){(0,o.A)(ia,this,e)}get zebraPattern(){return(0,h.A)(aa,this)}set zebraPattern(e){(0,o.A)(aa,this,e)}get storeCheckedByUrl(){return(0,h.A)(sa,this)}set storeCheckedByUrl(e){(0,o.A)(sa,this,e)}get extraRows(){return(0,h.A)(ra,this)}set extraRows(e){(0,o.A)(ra,this,e)}get autoSelectParentWhenAllChildrenSelected(){return(0,h.A)(na,this)}set autoSelectParentWhenAllChildrenSelected(e){(0,o.A)(na,this,e)}get thTransparent(){return(0,h.A)(la,this)}set thTransparent(e){(0,o.A)(la,this,e)}get showHeader(){return(0,h.A)(oa,this)}set showHeader(e){(0,o.A)(oa,this,e)}get pagination(){return(0,h.A)(ha,this)}set pagination(e){(0,o.A)(ha,this,e)}get size(){return(0,h.A)(da,this)}set size(e){(0,o.A)(da,this,e)}get type(){return(0,h.A)(ca,this)}set type(e){(0,o.A)(ca,this,e)}get shouldUpdateUrlParams(){return(0,h.A)(pa,this)}set shouldUpdateUrlParams(e){(0,o.A)(pa,this,e)}get shouldRenderWhenUrlParamsUpdate(){return(0,h.A)(ua,this)}set shouldRenderWhenUrlParamsUpdate(e){(0,o.A)(ua,this,e)}get processedDataSource(){return this._dataSource}get processConfigProps(){return this._finalConfigProps}get processedColumns(){return this.getModifyColumns()}get selectedRowKeys(){return(0,h.A)(ma,this)}set selectedRowKeys(e){(0,o.A)(ma,this,e)}filterSourceData(e){const t=this.exactSearch?e.detail.q.trim():e.detail.q.trim().toLowerCase();if(this.shouldUpdateUrlParams){const e=(0,w.getHistory)(),i=new URLSearchParams(e.location.search);i.set("page","1"),t?(i.set(this.qField,t),e.push(`?${i}`,{notify:!this.frontSearch})):(i.delete(this.qField),e.push(`?${i}`,{notify:!this.frontSearch})),this.page=1}this.frontSearchQuery=t}handleFrontendDataChange(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:[];if(this.shouldUpdateUrlParams){const e=(0,w.getHistory)(),t=new URLSearchParams(e.location.search);this.frontSearchQuery=t.get(this.qField)}let i=[];i=this.handleFrontendFilterSource(e,this.frontSearchQuery||"",t);const a=(0,A.isNil)(this.order)?null:this._fields.ascend===this.order?"ascend":"descend";return i=this.handleFrontendSorter(i,{columnKey:this.sort,order:a}),i=this.handleFrontendFilters(i),(0,o.A)(ga,this,i.length),i}handleFrontendFilterSource(e,t,i,a){if(!t)return e;const s=[];return a||(a=this.frontSearchFilterKeys||i.map((e=>e.dataIndex))),e.forEach((e=>{var r;const n=e[this.childrenColumnName];if(n){const r=this.handleFrontendFilterSource(n,t,i,a);if(r.length>0)return void s.push({...e,[this.childrenColumnName]:r})}(null===(r=a)||void 0===r?void 0:r.some((i=>{const a=(0,A.get)(e,i);return!(0,A.isNil)(a)&&(this.exactSearch?a===t:JSON.stringify(a).toLowerCase().includes(t))})))&&s.push(e)})),s}handleFrontendSorter(e,t){const i=e||[],{columnKey:a,order:s}=t;if(!a||!s)return e;let r=1;return"descend"===s?r=-1:"ascend"===s&&(r=1),void 0!==r&&(i.sort(((e,t)=>{const i=(0,A.get)(e,a),s=(0,A.get)(t,a);if((0,A.isNil)(i)){if(!(0,A.isNil)(s))return 1}else if((0,A.isNil)(s))return-1;return i==s?0:i>s?r:-r})),i.forEach((e=>{const i=e[this.childrenColumnName];i&&this.handleFrontendSorter(i,t)}))),i}handleFrontendFilters(e){let t=e||[];const i=(0,A.map)(this.filters,((e,t)=>({key:t,value:e}))).filter((e=>!(0,A.isNil)(e.value)&&0!==e.value.length));return t=t.filter((e=>(0,A.every)(i,(t=>{var i,a;return null===(i=null===(a=t.value)||void 0===a?void 0:a.includes((0,A.get)(e,t.key)))||void 0===i||i})))),t}frontendSearch(e,t,i){this.sort=(0,A.isNil)(i.order)?null:i.columnKey,this.order=(0,A.isNil)(i.order)?null:this._fields[i.order]}expandAll(){const e=[],t=this._getRowKey();this._dataSource&&v(this._dataSource,t,this.childrenColumnName,e),this.expandedRowKeys=e}getModifyColumns(){let e=this._columns;return this._columns&&this.hiddenColumns&&(e=this._columns.filter((e=>{var t,i;return!(null!==(t=this.hiddenColumns)&&void 0!==t&&t.includes(null!==(i=e.dataIndex)&&void 0!==i?i:e.key))}))),!1===this.sortable&&(e=(0,A.map)(e,(e=>(e.sorter=!1,e)))),e}render(){return this.frontSearch&&(this._dataSource=this.handleFrontendDataChange(this._pureSource,this._columns)),this._initConfigProps(),p().createElement(j,{shadowRoot:this.shadowRoot,dataSource:this._dataSource||[],columns:this.getModifyColumns(),configProps:this._finalConfigProps,error:this._error,onChange:this._handleOnChange,showCard:this.showCard,showHeader:this.showHeader,expandedRowBrick:this.expandedRowBrick,expandIconAsCell:this.expandIconAsCell,expandIconColumnIndex:this.expandIconColumnIndex,expandRowByClick:this.expandRowByClick,defaultExpandAllRows:this.defaultExpandAllRows,onExpand:this._handleOnExpand,onExpandedRowsChange:this._handleOnExpandedRowsChange,expandedRowKeys:this.expandedRowKeys,rowKey:this._getRowKey(),childrenColumnName:this.childrenColumnName,tableDraggable:this.tableDraggable||this.draggable,onDrag:this._handleOnDrag,zebraPattern:this.zebraPattern,expandIcon:this.expandIcon,scroll:this.scrollConfigs,optimizedColumns:this.optimizedColumns,ellipsisInfo:this.ellipsisInfo,thTransparent:this.thTransparent,xSmallSizeTable:"x-small"==this.size})}_test_only_getOriginalDataSource(){return this._originalDataSource}updateData(e){this._dataSource=e.detail,this._error=null,this._render()}updateError(e){this._error=e.detail,this._render()}set selectUpdateEventName(e){this._selectUpdateEventName=e}set selectUpdateEventDetailKeys(e){this._selectUpdateEventDetailKeys=e}set selectUpdateEventDetailField(e){this._selectUpdateEventDetailField=e}set selectUpdateEventDetailExtra(e){this._selectUpdateEventDetailExtra=e}}Q=Aa,({e:[X,G,Y,J,ee,te,ie,ae,se,re,ne,le,oe,he,de,ce,pe,ue,ge,me,Ae,we,be,ye,fe,ke,xe,ve,Ce,Ee,Se,We,Me,ze,Re,_e,Ie,Ne,Be,De,Pe,Ke,Te,Ue,Le,Fe,Oe,He,qe,$e,je,Qe,Ze,Ve,Xe,Ge,Ye,Je,et,tt,it,at,st,rt,nt,lt,ot,ht,dt,ct,pt,ut,gt,mt,At,wt,bt,yt,ft,kt,xt,vt,Ct,Et,St,Wt,Mt,zt,Rt,_t,It,Nt,Bt,Dt,Pt,Kt,Tt,Ut,Lt,Ft,Ot,Ht,qt,$t,jt,Qt,Zt,Vt,Xt,Gt,Yt,Jt,ei,ti,ii,ai,si,ri,ni,li,oi,hi,Z],c:[gi,V]}=(0,d.A)(Q,[di("eo-table",{styleTexts:[m.A],alias:["advanced.general-table"]})],[[pi({type:"page.update"}),1,"pageUpdate",e=>(0,h.A)(mi,e),(e,t)=>(0,o.A)(mi,e,t)],[pi({type:"filter.update"}),1,"filterUpdate",e=>(0,h.A)(wi,e),(e,t)=>(0,o.A)(wi,e,t)],[pi({type:"select.update"}),1,"selectUpdate",e=>(0,h.A)(bi,e),(e,t)=>(0,o.A)(bi,e,t)],[pi({type:"select.row.keys.update"}),1,"selectRowKeysUpdate",e=>(0,h.A)(yi,e),(e,t)=>(0,o.A)(yi,e,t)],[pi({type:"sort.update",cancelable:!0}),1,"sortUpdate",e=>(0,h.A)(fi,e),(e,t)=>(0,o.A)(fi,e,t)],[pi({type:"row.expand"}),1,"rowExpand",e=>(0,h.A)(ki,e),(e,t)=>(0,o.A)(ki,e,t)],[pi({type:"expand.rows.change"}),1,"expandRowsChange",e=>(0,h.A)(xi,e),(e,t)=>(0,o.A)(xi,e,t)],[pi({type:"row.drag"}),1,"rowDrag",e=>(0,h.A)(vi,e),(e,t)=>(0,o.A)(vi,e,t)],[ci({type:Boolean}),1,"showCard"],[ci({attribute:!1}),1,"rowSelection"],[ci(),1,"rowKey"],[ci({attribute:!1}),1,"hiddenColumns"],[ci({type:Boolean}),1,"showSelectInfo"],[ci({attribute:!1}),1,"filters"],[ci({attribute:!1}),1,"configProps"],[ci(),1,"sort"],[ci({attribute:!1}),1,"order"],[ci({attribute:!1}),1,"rowDisabledConfig"],[ci({attribute:!1}),1,"expandedRowBrick"],[ci({attribute:!1}),1,"expandIcon"],[ci({attribute:!1}),1,"expandIconAsCell"],[ci({type:Number}),1,"expandIconColumnIndex"],[ci({type:Boolean}),1,"expandRowByClick"],[ci({attribute:!1}),1,"optimizedColumns"],[ci({attribute:!1}),1,"stripEmptyExpandableChildren"],[ci({type:Boolean}),1,"defaultExpandAllRows"],[ci({type:Boolean}),1,"ellipsisInfo"],[ci({attribute:!1}),1,"expandedRowKeys"],[ci({type:Boolean}),1,"selectAllChildren"],[ci({type:Boolean}),1,"defaultSelectAll"],[ci({attribute:!1}),1,"childrenColumnName"],[ci({attribute:!1}),1,"sortable"],[ci({type:Boolean}),1,"frontSearch"],[ci(),1,"frontSearchQuery"],[ci({type:Boolean}),1,"exactSearch"],[ci({attribute:!1}),1,"frontSearchFilterKeys"],[ci({type:Number}),1,"page"],[ci({type:Number}),1,"pageSize"],[ci({attribute:!1}),1,"scrollConfigs"],[ci(),1,"qField"],[ci({type:Boolean}),1,"tableDraggable"],[ci({type:Boolean}),1,"zebraPattern"],[ci({type:Boolean}),1,"storeCheckedByUrl"],[ci({attribute:!1}),1,"extraRows"],[ci({type:Boolean}),1,"autoSelectParentWhenAllChildrenSelected"],[ci({type:Boolean}),1,"thTransparent"],[ci({type:Boolean}),1,"showHeader"],[ci({attribute:!1}),1,"pagination"],[ci(),1,"size"],[ci({attribute:!1}),1,"type"],[ci({type:Boolean}),1,"shouldUpdateUrlParams"],[ci({type:Boolean}),1,"shouldRenderWhenUrlParamsUpdate"],[ci({attribute:!1}),1,"selectedRowKeys"],[ui(),2,"filterSourceData"],[ui(),2,"expandAll"]],0,(e=>ga.has((0,n.A)(e))),g.ReactNextElement)),V();var wa,ba=i(16768),ya=i(97039),fa=i(99492);let ka,xa,va,Ca,Ea,Sa,Wa,Ma,za;const{method:Ra,property:_a}=(0,u.createDecorators)();var Ia=new WeakMap,Na=new WeakSet,Ba=new WeakMap,Da=new WeakMap,Pa=new WeakMap,Ka=new WeakMap,Ta=new WeakMap,Ua=new WeakMap;class La extends g.ReactNextElement{constructor(){super(...arguments),(0,s.A)(this,Na),(0,r.A)(this,Ia,(ka(this),!1)),(0,r.A)(this,Ba,"normal"),(0,r.A)(this,Da,!1),(0,r.A)(this,Pa,xa(this)),(0,r.A)(this,Ka,(va(this),Ca(this))),(0,r.A)(this,Ta,(Ea(this),Sa(this))),(0,r.A)(this,Ua,(Wa(this),Ma(this))),za(this)}get isFormItemElement(){return!0}set validateState(e){(0,fa.A)(Na,qa,this,e),this._render()}get validateState(){return(0,l.A)(Na,this,Ha)}set notRender(e){this.hidden=e,(0,fa.A)(Na,Oa,this,e),this._render()}get notRender(){return(0,l.A)(Na,this,Fa)}get $bindFormItem(){return(0,l.A)(Na,this,$a)}set $bindFormItem(e){(0,fa.A)(Na,ja,this,e),this._render()}get helpBrick(){return(0,h.A)(Pa,this)}set helpBrick(e){(0,o.A)(Pa,this,e)}get labelBrick(){return(0,h.A)(Ka,this)}set labelBrick(e){(0,o.A)(Ka,this,e)}get labelCol(){return(0,h.A)(Ta,this)}set labelCol(e){(0,o.A)(Ta,this,e)}get wrapperCol(){return(0,h.A)(Ua,this)}set wrapperCol(e){(0,o.A)(Ua,this,e)}setNotRender(e){this.notRender=e}getFormElement(){let e=this;for(;(e=e.parentNode)&&e&&!e.isFormElement;);return e}}function Fa(e){return(0,h.A)(Ia,e)}function Oa(e,t){(0,o.A)(Ia,e,t)}function Ha(e){return(0,h.A)(Ba,e)}function qa(e,t){(0,o.A)(Ba,e,t)}function $a(e){return(0,h.A)(Da,e)}function ja(e,t){(0,o.A)(Da,e,t)}wa=La,[xa,va,Ca,Ea,Sa,Wa,Ma,za,ka]=(0,d.A)(wa,[],[[_a({attribute:!1}),1,"helpBrick"],[_a({attribute:!1}),1,"labelBrick"],[_a({attribute:!1}),1,"labelCol"],[_a({attribute:!1}),1,"wrapperCol"],[Ra(),2,"setNotRender"],[Ra(),2,"getFormElement"]],0,void 0,g.ReactNextElement).e;var Qa,Za=i(71058);let Va,Xa,Ga,Ya,Ja,es,ts,is,as,ss,rs,ns,ls,os,hs,ds,cs,ps,us,gs,ms,As,ws,bs,ys,fs,ks,xs,vs,Cs,Es,Ss,Ws,Ms,zs,Rs,_s,Is,Ns,Bs,Ds;const{defineElement:Ps,property:Ks,event:Ts}=(0,u.createDecorators)(),Us=(0,g.wrapBrick)("eo-icon"),Ls=(0,g.wrapBrick)("eo-form-item");let Fs;var Os=new WeakMap,Hs=new WeakMap,qs=new WeakMap,$s=new WeakMap,js=new WeakMap,Qs=new WeakMap,Zs=new WeakMap,Vs=new WeakMap,Xs=new WeakMap,Gs=new WeakMap,Ys=new WeakMap,Js=new WeakMap,er=new WeakMap,tr=new WeakMap,ir=new WeakMap,ar=new WeakMap,sr=new WeakMap,rr=new WeakMap,nr=new WeakMap,lr=new WeakSet;function or(e){const{shadowRoot:t,options:i,fieldNames:a,value:s,placeholder:r,disabled:n,multiple:l,allowClear:o,showSearch:h,expandTrigger:d,size:u,limit:g,popupPlacement:m,cascaderStyle:A,suffixIcon:w,maxTagCount:b,onChange:y}=e,k=(0,B.useCurrentTheme)(),x=(0,c.useMemo)((()=>(0,D.VC)()),[]);return p().createElement(f.Ay,{theme:{algorithm:"dark-v2"===k?ba.A.darkAlgorithm:ba.A.defaultAlgorithm}},p().createElement(D.N7,{container:t,cache:x},p().createElement(ya.A,{getPopupContainer:e=>e.parentElement,allowClear:o,disabled:n,multiple:l,expandTrigger:d,fieldNames:a,placeholder:r,size:u,showSearch:h&&{limit:g,filter:(e,t)=>{const i=(null==a?void 0:a.label)||"label",s=e.split(" ").filter((e=>e)).map((e=>e.toLocaleLowerCase()));for(let e=0;e<s.length;e++)if(!t.some((t=>t[i].toLowerCase().includes(s[e]))))return!1;return!0}},placement:m,style:A,suffixIcon:w&&p().createElement(Us,w),maxTagCount:b,value:s,options:i,onChange:(e,t)=>null==y?void 0:y(e,t)})))}Qa=class extends La{constructor(){super(...arguments),(0,s.A)(this,lr),(0,r.A)(this,Os,Xa(this)),(0,r.A)(this,Hs,(Ga(this),Ya(this))),(0,r.A)(this,qs,(Ja(this),es(this))),(0,r.A)(this,$s,(ts(this),is(this))),(0,r.A)(this,js,(as(this),ss(this,{label:"label",value:"value",children:"children"}))),(0,r.A)(this,Qs,(rs(this),ns(this))),(0,r.A)(this,Zs,(ls(this),os(this))),(0,r.A)(this,Vs,(hs(this),ds(this))),(0,r.A)(this,Xs,(cs(this),ps(this))),(0,r.A)(this,Gs,(us(this),gs(this,!0))),(0,r.A)(this,Ys,(ms(this),As(this,!0))),(0,r.A)(this,Js,(ws(this),bs(this))),(0,r.A)(this,er,(ys(this),fs(this,"click"))),(0,r.A)(this,tr,(ks(this),xs(this,"bottomLeft"))),(0,r.A)(this,ir,(vs(this),Cs(this))),(0,r.A)(this,ar,(Es(this),Ss(this,50))),(0,r.A)(this,sr,(Ws(this),Ms(this))),(0,r.A)(this,rr,(zs(this),Rs(this))),(0,r.A)(this,nr,(_s(this),Is(this))),(0,a.A)(this,"handleOnChange",(Ds(this),(e,t)=>{this.value=e,Promise.resolve().then((()=>{(0,l.A)(lr,this,Ns).emit({value:e,selectedOptions:t})}))}))}get name(){return(0,h.A)(Os,this)}set name(e){(0,o.A)(Os,this,e)}get label(){return(0,h.A)(Hs,this)}set label(e){(0,o.A)(Hs,this,e)}get required(){return(0,h.A)(qs,this)}set required(e){(0,o.A)(qs,this,e)}get options(){return(0,h.A)($s,this)}set options(e){(0,o.A)($s,this,e)}get fieldNames(){return(0,h.A)(js,this)}set fieldNames(e){(0,o.A)(js,this,e)}get value(){return(0,h.A)(Qs,this)}set value(e){(0,o.A)(Qs,this,e)}get placeholder(){return(0,h.A)(Zs,this)}set placeholder(e){(0,o.A)(Zs,this,e)}get multiple(){return(0,h.A)(Vs,this)}set multiple(e){(0,o.A)(Vs,this,e)}get disabled(){return(0,h.A)(Xs,this)}set disabled(e){(0,o.A)(Xs,this,e)}get allowClear(){return(0,h.A)(Gs,this)}set allowClear(e){(0,o.A)(Gs,this,e)}get showSearch(){return(0,h.A)(Ys,this)}set showSearch(e){(0,o.A)(Ys,this,e)}get suffixIcon(){return(0,h.A)(Js,this)}set suffixIcon(e){(0,o.A)(Js,this,e)}get expandTrigger(){return(0,h.A)(er,this)}set expandTrigger(e){(0,o.A)(er,this,e)}get popupPlacement(){return(0,h.A)(tr,this)}set popupPlacement(e){(0,o.A)(tr,this,e)}get size(){return(0,h.A)(ir,this)}set size(e){(0,o.A)(ir,this,e)}get limit(){return(0,h.A)(ar,this)}set limit(e){(0,o.A)(ar,this,e)}get maxTagCount(){return(0,h.A)(sr,this)}set maxTagCount(e){(0,o.A)(sr,this,e)}get cascaderStyle(){return(0,h.A)(rr,this)}set cascaderStyle(e){(0,o.A)(rr,this,e)}render(){return p().createElement(Ls,{exportparts:"message",curElement:this,formElement:this.getFormElement(),name:this.name,label:this.label,required:this.required,notRender:this.notRender,trigger:"handleOnChange"},p().createElement(or,{shadowRoot:this.shadowRoot,options:this.options,fieldNames:this.fieldNames,value:this.value,multiple:this.multiple,placeholder:this.placeholder,disabled:this.disabled,allowClear:this.allowClear,showSearch:this.showSearch,expandTrigger:this.expandTrigger,suffixIcon:this.suffixIcon,size:this.size,limit:this.limit,popupPlacement:this.popupPlacement,maxTagCount:this.maxTagCount,cascaderStyle:this.cascaderStyle,onChange:this.handleOnChange}))}},({e:[Xa,Ga,Ya,Ja,es,ts,is,as,ss,rs,ns,ls,os,hs,ds,cs,ps,us,gs,ms,As,ws,bs,ys,fs,ks,xs,vs,Cs,Es,Ss,Ws,Ms,zs,Rs,_s,Is,Ns,Bs,Ds],c:[Fs,Va]}=(0,d.A)(Qa,[Ps("eo-cascader",{alias:["advanced.general-cascader"],styleTexts:[Za.A]})],[[Ks(),1,"name"],[Ks(),1,"label"],[Ks({type:Boolean}),1,"required"],[Ks({attribute:!1}),1,"options"],[Ks({attribute:!1}),1,"fieldNames"],[Ks({attribute:!1}),1,"value"],[Ks(),1,"placeholder"],[Ks({type:Boolean}),1,"multiple"],[Ks({type:Boolean}),1,"disabled"],[Ks({type:Boolean}),1,"allowClear"],[Ks({type:Boolean}),1,"showSearch"],[Ks({attribute:!1}),1,"suffixIcon"],[Ks(),1,"expandTrigger"],[Ks(),1,"popupPlacement"],[Ks(),1,"size"],[Ks({type:Number}),1,"limit"],[Ks({attribute:!1}),1,"maxTagCount"],[Ks({attribute:!1}),1,"cascaderStyle"],[Ts({type:"cascader.change"}),1,"changeEvent",e=>(0,h.A)(nr,e),(e,t)=>(0,o.A)(nr,e,t)]],0,(e=>lr.has((0,n.A)(e))),La)),Va();var hr,dr=i(81634),cr=i(49385);let pr,ur,gr,mr,Ar,wr,br,yr,fr,kr,xr,vr,Cr,Er,Sr,Wr,Mr,zr,Rr,_r,Ir,Nr,Br,Dr,Pr,Kr,Tr,Ur,Lr,Fr,Or,Hr,qr,$r,jr,Qr,Zr,Vr,Xr,Gr,Yr,Jr,en,tn,an,sn,rn,nn,ln,on,hn,dn,cn,pn,un,gn,mn,An,wn,bn,yn,fn,kn,xn,vn,Cn,En,Sn,Wn,Mn,zn,Rn;i(34612);const{defineElement:_n,property:In,method:Nn,event:Bn}=(0,u.createDecorators)();let Dn;var Pn=new WeakMap,Kn=new WeakMap,Tn=new WeakMap,Un=new WeakMap,Ln=new WeakMap,Fn=new WeakMap,On=new WeakMap,Hn=new WeakMap,qn=new WeakMap,$n=new WeakMap,jn=new WeakMap,Qn=new WeakMap,Zn=new WeakMap,Vn=new WeakMap,Xn=new WeakMap,Gn=new WeakMap,Yn=new WeakMap,Jn=new WeakMap,el=new WeakMap,tl=new WeakMap,il=new WeakMap,al=new WeakMap,sl=new WeakMap,rl=new WeakMap,nl=new WeakSet,ll=new WeakMap,ol=new WeakMap,hl=new WeakMap,dl=new WeakMap,cl=new WeakMap,pl=new WeakMap,ul=new WeakMap,gl=new WeakMap,ml=new WeakMap,Al=new WeakMap,wl=new WeakMap,bl=new WeakMap,yl=new WeakMap;class fl extends g.ReactNextElement{constructor(){super(...arguments),(0,s.A)(this,nl),(0,r.A)(this,Pn,(pr(this),(0,c.createRef)())),(0,r.A)(this,Kn,gr(this,"key")),(0,r.A)(this,Tn,(mr(this),Ar(this))),(0,r.A)(this,Un,(wr(this),br(this))),(0,r.A)(this,Ln,(yr(this),fr(this))),(0,r.A)(this,Fn,(kr(this),xr(this))),(0,r.A)(this,On,(vr(this),Cr(this))),(0,r.A)(this,Hn,(Er(this),Sr(this))),(0,r.A)(this,qn,(Wr(this),Mr(this))),(0,r.A)(this,$n,(zr(this),Rr(this))),(0,r.A)(this,jn,(_r(this),Ir(this))),(0,r.A)(this,Qn,(Nr(this),Br(this))),(0,r.A)(this,Zn,(Dr(this),Pr(this))),(0,r.A)(this,Vn,(Kr(this),Tr(this))),(0,r.A)(this,Xn,(Ur(this),Lr(this))),(0,r.A)(this,Gn,(Fr(this),Or(this,"children"))),(0,r.A)(this,Yn,(Hr(this),qr(this))),(0,r.A)(this,Jn,($r(this),jr(this))),(0,r.A)(this,el,(Qr(this),Zr(this,"large"))),(0,r.A)(this,tl,(Vr(this),Xr(this,!0))),(0,r.A)(this,il,void Gr(this)),(0,r.A)(this,al,Yr(this,{x:!0})),(0,r.A)(this,sl,(Jr(this),en(this))),(0,r.A)(this,rl,(tn(this),an(this))),(0,r.A)(this,ll,(nn(this),e=>{(0,l.A)(nl,this,sn).emit(e)})),(0,r.A)(this,ol,ln(this)),(0,r.A)(this,hl,(dn(this),e=>{(0,l.A)(nl,this,on).emit(e)})),(0,r.A)(this,dl,cn(this)),(0,r.A)(this,cl,(gn(this),e=>{(0,l.A)(nl,this,pn).emit(e)})),(0,r.A)(this,pl,mn(this)),(0,r.A)(this,ul,(bn(this),e=>{(0,l.A)(nl,this,An).emit(e)})),(0,r.A)(this,gl,yn(this)),(0,r.A)(this,ml,(xn(this),e=>{(0,l.A)(nl,this,fn).emit(e)})),(0,r.A)(this,Al,vn(this)),(0,r.A)(this,wl,(Sn(this),e=>{(0,l.A)(nl,this,Cn).emit(e)})),(0,r.A)(this,bl,Wn(this)),(0,r.A)(this,yl,(Rn(this),e=>{(0,l.A)(nl,this,Mn).emit(e)}))}get rowKey(){return(0,h.A)(Kn,this)}set rowKey(e){(0,o.A)(Kn,this,e)}get columns(){return(0,h.A)(Tn,this)}set columns(e){(0,o.A)(Tn,this,e)}get cell(){return(0,h.A)(Un,this)}set cell(e){(0,o.A)(Un,this,e)}get dataSource(){return(0,h.A)(Ln,this)}set dataSource(e){(0,o.A)(Ln,this,e)}get frontSearch(){return(0,h.A)(Fn,this)}set frontSearch(e){(0,o.A)(Fn,this,e)}get pagination(){return(0,h.A)(On,this)}set pagination(e){(0,o.A)(On,this,e)}get loading(){return(0,h.A)(Hn,this)}set loading(e){(0,o.A)(Hn,this,e)}get multiSort(){return(0,h.A)(qn,this)}set multiSort(e){(0,o.A)(qn,this,e)}get sort(){return(0,h.A)($n,this)}set sort(e){(0,o.A)($n,this,e)}get rowSelection(){return(0,h.A)(jn,this)}set rowSelection(e){(0,o.A)(jn,this,e)}get selectedRowKeys(){return(0,h.A)(Qn,this)}set selectedRowKeys(e){(0,o.A)(Qn,this,e)}get hiddenColumns(){return(0,h.A)(Zn,this)}set hiddenColumns(e){(0,o.A)(Zn,this,e)}get expandable(){return(0,h.A)(Vn,this)}set expandable(e){(0,o.A)(Vn,this,e)}get expandedRowKeys(){return(0,h.A)(Xn,this)}set expandedRowKeys(e){(0,o.A)(Xn,this,e)}get childrenColumnName(){return(0,h.A)(Gn,this)}set childrenColumnName(e){(0,o.A)(Gn,this,e)}get rowDraggable(){return(0,h.A)(Yn,this)}set rowDraggable(e){(0,o.A)(Yn,this,e)}get searchFields(){return(0,h.A)(Jn,this)}set searchFields(e){(0,o.A)(Jn,this,e)}get size(){return(0,h.A)(el,this)}set size(e){(0,o.A)(el,this,e)}get showHeader(){return(0,h.A)(tl,this)}set showHeader(e){(0,o.A)(tl,this,e)}get bordered(){return(0,h.A)(il,this)}set bordered(e){(0,o.A)(il,this,e)}get scrollConfig(){return(0,h.A)(al,this)}set scrollConfig(e){(0,o.A)(al,this,e)}get optimizedColumns(){return(0,h.A)(sl,this)}set optimizedColumns(e){(0,o.A)(sl,this,e)}search(e){var t;null===(t=(0,h.A)(Pn,this).current)||void 0===t||t.search(e)}render(){return p().createElement(cr.F,{ref:(0,h.A)(Pn,this),shadowRoot:this.shadowRoot,rowKey:this.rowKey,columns:this.columns,cell:this.cell,dataSource:this.dataSource,frontSearch:this.frontSearch,pagination:this.pagination,loading:this.loading,multiSort:this.multiSort,sort:this.sort,rowSelection:this.rowSelection,selectedRowKeys:this.selectedRowKeys,hiddenColumns:this.hiddenColumns,expandable:this.expandable,expandedRowKeys:this.expandedRowKeys,childrenColumnName:this.childrenColumnName,rowDraggable:this.rowDraggable,searchFields:this.searchFields,size:this.size,showHeader:this.showHeader,bordered:this.bordered,scrollConfig:this.scrollConfig,optimizedColumns:this.optimizedColumns,onPageChange:(0,h.A)(ll,this),onPageSizeChange:(0,h.A)(hl,this),onSort:(0,h.A)(cl,this),onRowSelect:(0,h.A)(ul,this),onRowExpand:(0,h.A)(ml,this),onExpandedRowsChange:(0,h.A)(wl,this),onRowDrag:(0,h.A)(yl,this)})}}hr=fl,({e:[gr,mr,Ar,wr,br,yr,fr,kr,xr,vr,Cr,Er,Sr,Wr,Mr,zr,Rr,_r,Ir,Nr,Br,Dr,Pr,Kr,Tr,Ur,Lr,Fr,Or,Hr,qr,$r,jr,Qr,Zr,Vr,Xr,Gr,Yr,Jr,en,tn,an,sn,rn,nn,ln,on,hn,dn,cn,pn,un,gn,mn,An,wn,bn,yn,fn,kn,xn,vn,Cn,En,Sn,Wn,Mn,zn,Rn,pr],c:[Dn,ur]}=(0,d.A)(hr,[_n("eo-next-table",{styleTexts:[dr.A]})],[[In(),1,"rowKey"],[In({attribute:!1}),1,"columns"],[In({attribute:!1}),1,"cell"],[In({attribute:!1}),1,"dataSource"],[In({type:Boolean}),1,"frontSearch"],[In({attribute:!1}),1,"pagination"],[In({type:Boolean}),1,"loading"],[In({type:Boolean}),1,"multiSort"],[In({attribute:!1}),1,"sort"],[In({attribute:!1}),1,"rowSelection"],[In({attribute:!1}),1,"selectedRowKeys"],[In({attribute:!1}),1,"hiddenColumns"],[In({attribute:!1}),1,"expandable"],[In({attribute:!1}),1,"expandedRowKeys"],[In(),1,"childrenColumnName"],[In({type:Boolean}),1,"rowDraggable"],[In({attribute:!1}),1,"searchFields"],[In(),1,"size"],[In({type:Boolean}),1,"showHeader"],[In({attribute:!1}),1,"scrollConfig"],[In({attribute:!1}),1,"optimizedColumns"],[Nn(),2,"search"],[Bn({type:"page.change"}),1,"pageChangeEvent",e=>(0,h.A)(rl,e),(e,t)=>(0,o.A)(rl,e,t)],[Bn({type:"page.size.change"}),1,"pageSizeChangeEvent",e=>(0,h.A)(ol,e),(e,t)=>(0,o.A)(ol,e,t)],[Bn({type:"sort.change"}),1,"sortChangeEvent",e=>(0,h.A)(dl,e),(e,t)=>(0,o.A)(dl,e,t)],[Bn({type:"row.select"}),1,"rowSelectEvent",e=>(0,h.A)(pl,e),(e,t)=>(0,o.A)(pl,e,t)],[Bn({type:"row.expand"}),1,"rowExpandEvent",e=>(0,h.A)(gl,e),(e,t)=>(0,o.A)(gl,e,t)],[Bn({type:"expanded.rows.change"}),1,"expandedRowsChangeEvent",e=>(0,h.A)(Al,e),(e,t)=>(0,o.A)(Al,e,t)],[Bn({type:"row.drag"}),1,"rowDragEvent",e=>(0,h.A)(bl,e),(e,t)=>(0,o.A)(bl,e,t)]],0,(e=>yl.has((0,n.A)(e))),g.ReactNextElement)),ur();var kl,xl=i(49523),vl=i(69113),Cl=i(45833),El=i(91116);let Sl,Wl,Ml,zl,Rl,_l,Il,Nl,Bl,Dl,Pl,Kl,Tl,Ul,Ll,Fl,Ol,Hl,ql,$l,jl,Ql,Zl,Vl,Xl,Gl;const{defineElement:Yl,property:Jl,event:eo,method:to}=(0,u.createDecorators)(),io=(0,g.wrapBrick)("eo-button"),ao=(0,g.wrapBrick)("eo-dropdown-button",{onActionClick:"action.click"}),so=(0,g.wrapBrick)("eo-icon"),ro=(0,g.wrapBrick)("eo-checkbox",{onChange:"change"}),no=(0,xl.unwrapProvider)("basic.show-dialog"),lo=e=>null!=e&&e.includes(":")?e.split(":")[0]:e,{isAdmin:oo}=vl.auth.getAuth(),ho=(0,c.forwardRef)((function(e,t){let{cardTitle:i="卡片列表",layouts:a,componentList:s=[],isEdit:r,onChange:n,onSave:l,onCancel:o,onActionClick:h}=e;const d=(0,c.useMemo)((()=>(0,Cl.WidthProvider)(Cl.Responsive)),[]),u=(0,c.useRef)(null),g=(0,c.useRef)(null),m=(0,c.useRef)(null!=a?a:[]),[A,w]=(0,c.useState)(m.current),[b,y]=(0,c.useState)(3),[f,k]=(0,c.useState)(),x=(0,c.useCallback)((e=>{m.current=e,w(e)}),[]);(0,c.useImperativeHandle)(t,(()=>({setLayouts:x})));const v=(0,c.useCallback)((e=>{x(e),null==n||n(e)}),[n,x]),C=(0,c.useCallback)((e=>{if(!r)return;let t=!0;for(let a=0;a<e.length;a++){const{x:s,w:r,y:n,h:l,i:o,minH:h}=e[a];if(r>1&&s>0){t=!1;break}if(1===r&&s<2){const t=e.find((e=>e.i!==o&&1===e.w&&e.y===n&&s<2));var i;t&&(e[a].minH=null!==(i=e[a].minH)&&void 0!==i?i:l,e[a].h=Math.max(t.h,l))}else e[a].h=null!=h?h:l,e[a].minH=void 0}v(t?e:m.current.map((e=>{const{w:t,i}=e,a=`${lo(i)}:${Math.random()}`;let s=e.x;return t>1&&s>0&&(s=0),{...e,x:s,i:a}})))}),[v,r]),E=(0,c.useCallback)((e=>{const t=e.detail.map((e=>e.value)),i=A.map((e=>lo(e.i))),a=e.detail.filter((e=>!i.includes(e.key))).map((e=>({...e.position,x:e.w>1?0:2*A.length%b,y:1/0})));v(A.filter((e=>t.includes(lo(e.i)))).concat(a))}),[A,v,b]),S=()=>{v([])},W=(0,c.useCallback)((()=>{null==l||l(A.map((e=>({...e,i:lo(e.i)}))))}),[A,l]),M=(0,c.useCallback)(((e,t)=>{var i;e.stopPropagation(),v(null!==(i=A.filter((e=>lo(e.i)!==t.key)))&&void 0!==i?i:[])}),[v,A]),z=e=>{e.preventDefault()},R=(0,c.useMemo)((()=>A.map((e=>{var t;const i=s.find((t=>t.key===lo(e.i)));return i?p().createElement("div",{key:e.i,"data-grid":{...null!==(t=i.position)&&void 0!==t?t:{},...e},style:i.style,className:"drag-box"},r&&p().createElement("div",{className:"edit-mask",onMouseDown:z}),p().createElement(B.ReactUseBrick,{useBrick:i.useBrick}),r&&p().createElement(so,{icon:"delete",lib:"antd",className:"delete-icon",onClick:e=>M(e,i)})):null})).filter(Boolean)),[s,M,A,r]),_=(0,c.useMemo)((()=>s.map((e=>({...e,label:e.title,value:e.key})))),[s]),I=(0,c.useMemo)((()=>A.map((e=>lo(e.i)))),[A]),N=(0,c.useCallback)((()=>{if(g&&r){var e,t;const{top:i}=null!==(e=null===(t=g.current)||void 0===t||null===(t=t.getClientRects())||void 0===t?void 0:t[0])&&void 0!==e?e:{};void 0!==i&&k({height:document.body.clientHeight-i,overflow:"scroll"})}}),[r]);return(0,c.useEffect)((()=>{if(r)return N(),x(a||[]),window.addEventListener("resize",N),()=>{window.removeEventListener("resize",N)}}),[r,N,a,x]),p().createElement("div",{className:"grid-layout-wrapper",ref:u},r&&p().createElement("div",{className:"component-wrapper"},p().createElement("div",{className:"component-title"},i),p().createElement("div",{className:"component-list"},p().createElement(ro,{options:_,value:I,onChange:E}),p().createElement("slot",{name:"toolbar"}))),p().createElement("div",{className:"layout-wrapper",ref:g,style:f},r&&p().createElement("div",{className:"actions-wrapper"},p().createElement(io,{type:"primary",onClick:W},"保存"),p().createElement(io,{onClick:()=>{null==o||o()}},"取消"),p().createElement(ao,{btnText:"更多",icon:{lib:"antd",icon:"down"},actions:[...oo?[{text:"另存为模板",event:"saveAsTemplate"}]:[],{text:"从模版加载",event:"loadFromTemplate"},{text:"清空所有",danger:!0,event:"clear"}],onActionClick:e=>{(e=>{const{event:t}=e;"clear"===t?no({type:"confirm",title:"清空确认",content:"将清空所有卡片,从零开始编辑,该操作无法撤回。"}).then(S):null==h||h(e,(null!=A?A:[]).map((e=>({...e,i:lo(e.i)}))))})(e.detail)},"data-testid":"edit-layout-actions"})),p().createElement(d,{className:"layout",draggableCancel:".delete-icon,.edit-actions,.ignore-item",breakpoints:{lg:1300,md:1024,sm:768},rowHeight:1,cols:{lg:3,md:3,sm:r?3:1},isResizable:!1,isDraggable:r,onDrag:(e,t,i)=>{var a;const s=null===(a=u.current)||void 0===a?void 0:a.querySelector(".react-grid-placeholder");s&&(i.w>1&&i.x>0?!s.classList.contains("forbidden")&&s.classList.add("forbidden"):s.classList.contains("forbidden")&&s.classList.remove("forbidden"))},onLayoutChange:C,onBreakpointChange:(e,t)=>{y(t)}},R)))}));let co;var po=new WeakMap,uo=new WeakMap,go=new WeakMap,mo=new WeakMap,Ao=new WeakMap,wo=new WeakMap,bo=new WeakSet,yo=new WeakMap,fo=new WeakMap,ko=new WeakMap,xo=new WeakMap,vo=new WeakMap,Co=new WeakMap,Eo=new WeakMap;class So extends g.ReactNextElement{constructor(){super(...arguments),(0,s.A)(this,bo),(0,r.A)(this,po,(Sl(this),(0,c.createRef)())),(0,r.A)(this,uo,Ml(this)),(0,r.A)(this,go,(zl(this),Rl(this))),(0,r.A)(this,mo,(_l(this),Il(this))),(0,r.A)(this,Ao,(Nl(this),Bl(this))),(0,r.A)(this,wo,(Dl(this),Pl(this))),(0,r.A)(this,yo,(Ul(this),e=>{(0,l.A)(bo,this,Kl).emit(e)})),(0,r.A)(this,fo,Ll(this)),(0,r.A)(this,ko,(Hl(this),e=>{(0,l.A)(bo,this,Fl).emit(e)})),(0,r.A)(this,xo,ql(this)),(0,r.A)(this,vo,(Ql(this),()=>{(0,l.A)(bo,this,$l).emit()})),(0,r.A)(this,Co,Zl(this)),(0,r.A)(this,Eo,(Gl(this),(e,t)=>{(0,l.A)(bo,this,Vl).emit({action:e,layouts:t}),e.event&&this.dispatchEvent(new CustomEvent(e.event,{detail:t}))}))}get cardTitle(){return(0,h.A)(uo,this)}set cardTitle(e){(0,o.A)(uo,this,e)}get isEdit(){return(0,h.A)(go,this)}set isEdit(e){(0,o.A)(go,this,e)}get layouts(){return(0,h.A)(mo,this)}set layouts(e){(0,o.A)(mo,this,e)}get componentList(){return(0,h.A)(Ao,this)}set componentList(e){(0,o.A)(Ao,this,e)}setLayouts(e){var t;null===(t=(0,h.A)(po,this).current)||void 0===t||t.setLayouts(e)}render(){return p().createElement(ho,{cardTitle:this.cardTitle,layouts:this.layouts,componentList:this.componentList,isEdit:this.isEdit,onChange:(0,h.A)(yo,this),onSave:(0,h.A)(ko,this),onCancel:(0,h.A)(vo,this),onActionClick:(0,h.A)(Eo,this),ref:(0,h.A)(po,this)})}}kl=So,({e:[Ml,zl,Rl,_l,Il,Nl,Bl,Dl,Pl,Kl,Tl,Ul,Ll,Fl,Ol,Hl,ql,$l,jl,Ql,Zl,Vl,Xl,Gl,Sl],c:[co,Wl]}=(0,d.A)(kl,[Yl("eo-workbench-layout",{styleTexts:[El.A]})],[[Jl(),1,"cardTitle"],[Jl({type:Boolean}),1,"isEdit"],[Jl({attribute:!1}),1,"layouts"],[Jl({attribute:!1}),1,"componentList"],[eo({type:"change"}),1,"changeEvent",e=>(0,h.A)(wo,e),(e,t)=>(0,o.A)(wo,e,t)],[eo({type:"save"}),1,"saveEvent",e=>(0,h.A)(fo,e),(e,t)=>(0,o.A)(fo,e,t)],[eo({type:"cancel"}),1,"cancelEvent",e=>(0,h.A)(xo,e),(e,t)=>(0,o.A)(xo,e,t)],[eo({type:"action.click"}),1,"actionClickEvent",e=>(0,h.A)(Co,e),(e,t)=>(0,o.A)(Co,e,t)],[to(),2,"setLayouts"]],0,(e=>Eo.has((0,n.A)(e))),g.ReactNextElement)),Wl();var Wo=i(72591),Mo=i.n(Wo),zo=i(1740),Ro=i.n(zo),_o=i(88128),Io=i.n(_o),No=i(30855),Bo=i.n(No),Do=i(93051),Po=i.n(Do),Ko=i(73656),To=i.n(Ko),Uo=i(89739),Lo={};Lo.styleTagTransform=To(),Lo.setAttributes=Bo(),Lo.insert=Io().bind(null,"head"),Lo.domAPI=Ro(),Lo.insertStyleElement=Po(),Mo()(Uo.A,Lo);const Fo=Uo.A&&Uo.A.locals?Uo.A.locals:void 0;var Oo,Ho=i(85689),qo={};let $o,jo,Qo,Zo,Vo,Xo,Go,Yo,Jo,eh,th,ih,ah,sh,rh,nh,lh,oh,hh,dh,ch,ph,uh,gh,mh,Ah,wh,bh;qo.styleTagTransform=To(),qo.setAttributes=Bo(),qo.insert=Io().bind(null,"head"),qo.domAPI=Ro(),qo.insertStyleElement=Po(),Mo()(Ho.A,qo),Ho.A&&Ho.A.locals&&Ho.A.locals;const{defineElement:yh,property:fh,event:kh,method:xh}=(0,u.createDecorators)(),vh=(0,g.wrapBrick)("eo-button"),Ch=(0,g.wrapBrick)("eo-dropdown-button",{onActionClick:"action.click"}),Eh=(0,g.wrapBrick)("eo-icon"),Sh=(0,g.wrapBrick)("eo-checkbox",{onChange:"change"}),Wh=(0,xl.unwrapProvider)("basic.show-dialog"),Mh=e=>null!=e&&e.includes(":")?e.split(":")[0]:e,{isAdmin:zh}=vl.auth.getAuth(),Rh=(0,c.forwardRef)((function(e,t){let{cardTitle:i="卡片列表",layouts:a,toolbarBricks:s,componentList:r=[],isEdit:n,onChange:l,onSave:o,onCancel:h,onActionClick:d}=e;const u=(0,c.useMemo)((()=>(0,Cl.WidthProvider)(Cl.Responsive)),[]),g=(0,c.useRef)(null),m=(0,c.useRef)(null),A=(0,c.useRef)(null!=a?a:[]),[w,b]=(0,c.useState)(A.current),[y,f]=(0,c.useState)(3),[k,x]=(0,c.useState)(),v=(0,c.useCallback)((e=>{A.current=e,b(e)}),[]);(0,c.useImperativeHandle)(t,(()=>({setLayouts:v})));const C=(0,c.useCallback)((e=>{v(e),null==l||l(e)}),[l,v]),E=(0,c.useCallback)((e=>{if(!n)return;let t=!0;for(let a=0;a<e.length;a++){const{x:s,w:r,y:n,h:l,i:o,minH:h}=e[a];if(r>1&&s>0){t=!1;break}if(1===r&&s<2){const t=e.find((e=>e.i!==o&&1===e.w&&e.y===n&&s<2));var i;t&&(e[a].minH=null!==(i=e[a].minH)&&void 0!==i?i:l,e[a].h=Math.max(t.h,l))}else e[a].h=null!=h?h:l,e[a].minH=void 0}C(t?e:A.current.map((e=>{const{w:t,i}=e,a=`${Mh(i)}:${Math.random()}`;let s=e.x;return t>1&&s>0&&(s=0),{...e,x:s,i:a}})))}),[C,n]),S=(0,c.useCallback)((e=>{const t=e.detail.map((e=>e.value)),i=w.map((e=>Mh(e.i))),a=e.detail.filter((e=>!i.includes(e.key))).map((e=>({...e.position,x:e.w>1?0:2*w.length%y,y:1/0})));C(w.filter((e=>t.includes(Mh(e.i)))).concat(a))}),[w,C,y]),W=()=>{C([])},M=(0,c.useCallback)((()=>{null==o||o(w.map((e=>({...e,i:Mh(e.i)}))))}),[w,o]),z=(0,c.useCallback)(((e,t)=>{var i;e.stopPropagation(),C(null!==(i=w.filter((e=>Mh(e.i)!==t.key)))&&void 0!==i?i:[])}),[C,w]),R=e=>{e.preventDefault()},_=(0,c.useMemo)((()=>w.map((e=>{var t;const i=r.find((t=>t.key===Mh(e.i)));return i?p().createElement("div",{key:e.i,"data-grid":{...null!==(t=i.position)&&void 0!==t?t:{},...e},style:i.style,className:"drag-box"},n&&p().createElement("div",{className:Fo.editMask,onMouseDown:R}),p().createElement(B.ReactUseBrick,{useBrick:i.useBrick}),n&&p().createElement(Eh,{icon:"delete",lib:"antd",className:Fo.deleteIcon,onClick:e=>z(e,i)})):null})).filter(Boolean)),[r,z,w,n]),I=(0,c.useMemo)((()=>r.map((e=>({...e,label:e.title,value:e.key})))),[r]),N=(0,c.useMemo)((()=>w.map((e=>Mh(e.i)))),[w]),D=(0,c.useCallback)((()=>{if(m&&n){var e,t;const{top:i}=null!==(e=null===(t=m.current)||void 0===t||null===(t=t.getClientRects())||void 0===t?void 0:t[0])&&void 0!==e?e:{};void 0!==i&&x({height:document.body.clientHeight-i,overflow:"scroll"})}}),[n]);return(0,c.useEffect)((()=>{if(n)return D(),v(a||[]),window.addEventListener("resize",D),()=>{window.removeEventListener("resize",D)}}),[n,D,a,v]),p().createElement("div",{className:Fo.gridLayoutWrapper,ref:g},n&&p().createElement("div",{className:Fo.componentWrapper},p().createElement("div",{className:Fo.componentTitle},i),p().createElement("div",{className:Fo.componentList},p().createElement(Sh,{options:I,value:N,onChange:S}),(null==s?void 0:s.useBrick)&&p().createElement(B.ReactUseMultipleBricks,{useBrick:s.useBrick}))),p().createElement("div",{className:Fo.layoutWrapper,ref:m,style:k},n&&p().createElement("div",{className:Fo.actionsWrapper},p().createElement(vh,{type:"primary",onClick:M},"保存"),p().createElement(vh,{onClick:()=>{null==h||h()}},"取消"),p().createElement(Ch,{btnText:"更多",icon:{lib:"antd",icon:"down"},actions:[...zh?[{text:"另存为模板",event:"saveAsTemplate"}]:[],{text:"从模版加载",event:"loadFromTemplate"},{text:"清空所有",danger:!0,event:"clear"}],onActionClick:e=>{(e=>{const{event:t}=e;"clear"===t?Wh({type:"confirm",title:"清空确认",content:"将清空所有卡片,从零开始编辑,该操作无法撤回。"}).then(W):null==d||d(e,(null!=w?w:[]).map((e=>({...e,i:Mh(e.i)}))))})(e.detail)},"data-testid":"edit-layout-actions"})),p().createElement(u,{className:Fo.layout,draggableCancel:`.${Fo.deleteIcon},.edit-actions,.ignore-item`,breakpoints:{lg:1300,md:1024,sm:768},rowHeight:1,cols:{lg:3,md:3,sm:n?3:1},isResizable:!1,isDraggable:n,onDrag:(e,t,i)=>{var a;const s=null===(a=g.current)||void 0===a?void 0:a.querySelector(".react-grid-placeholder");s&&(i.w>1&&i.x>0?!s.classList.contains("forbidden")&&s.classList.add("forbidden"):s.classList.contains("forbidden")&&s.classList.remove("forbidden"))},onLayoutChange:E,onBreakpointChange:(e,t)=>{f(t)}},_)))}));let _h;var Ih=new WeakMap,Nh=new WeakMap,Bh=new WeakMap,Dh=new WeakMap,Ph=new WeakMap,Kh=new WeakMap,Th=new WeakMap,Uh=new WeakSet,Lh=new WeakMap,Fh=new WeakMap,Oh=new WeakMap,Hh=new WeakMap,qh=new WeakMap,$h=new WeakMap,jh=new WeakMap;class Qh extends g.ReactNextElement{constructor(){super(...arguments),(0,s.A)(this,Uh),(0,r.A)(this,Ih,($o(this),(0,c.createRef)())),(0,r.A)(this,Nh,Qo(this)),(0,r.A)(this,Bh,(Zo(this),Vo(this))),(0,r.A)(this,Dh,(Xo(this),Go(this))),(0,r.A)(this,Ph,(Yo(this),Jo(this))),(0,r.A)(this,Kh,(eh(this),th(this))),(0,r.A)(this,Th,(ih(this),ah(this))),(0,r.A)(this,Lh,(nh(this),e=>{(0,l.A)(Uh,this,sh).emit(e)})),(0,r.A)(this,Fh,lh(this)),(0,r.A)(this,Oh,(dh(this),e=>{(0,l.A)(Uh,this,oh).emit(e)})),(0,r.A)(this,Hh,ch(this)),(0,r.A)(this,qh,(gh(this),()=>{(0,l.A)(Uh,this,ph).emit()})),(0,r.A)(this,$h,mh(this)),(0,r.A)(this,jh,(bh(this),(e,t)=>{(0,l.A)(Uh,this,Ah).emit({action:e,layouts:t}),e.event&&this.dispatchEvent(new CustomEvent(e.event,{detail:t}))}))}get cardTitle(){return(0,h.A)(Nh,this)}set cardTitle(e){(0,o.A)(Nh,this,e)}get isEdit(){return(0,h.A)(Bh,this)}set isEdit(e){(0,o.A)(Bh,this,e)}get layouts(){return(0,h.A)(Dh,this)}set layouts(e){(0,o.A)(Dh,this,e)}get toolbarBricks(){return(0,h.A)(Ph,this)}set toolbarBricks(e){(0,o.A)(Ph,this,e)}get componentList(){return(0,h.A)(Kh,this)}set componentList(e){(0,o.A)(Kh,this,e)}setLayouts(e){var t;null===(t=(0,h.A)(Ih,this).current)||void 0===t||t.setLayouts(e)}connectedCallback(){this.style.display||(this.style.display="block"),super.connectedCallback()}render(){return p().createElement(Rh,{cardTitle:this.cardTitle,layouts:this.layouts,toolbarBricks:this.toolbarBricks,componentList:this.componentList,isEdit:this.isEdit,onChange:(0,h.A)(Lh,this),onSave:(0,h.A)(Oh,this),onCancel:(0,h.A)(qh,this),onActionClick:(0,h.A)(jh,this),ref:(0,h.A)(Ih,this)})}}Oo=Qh,({e:[Qo,Zo,Vo,Xo,Go,Yo,Jo,eh,th,ih,ah,sh,rh,nh,lh,oh,hh,dh,ch,ph,uh,gh,mh,Ah,wh,bh,$o],c:[_h,jo]}=(0,d.A)(Oo,[yh("eo-workbench-layout-v2",{shadowOptions:!1})],[[fh(),1,"cardTitle"],[fh({type:Boolean}),1,"isEdit"],[fh({attribute:!1}),1,"layouts"],[fh({attribute:!1}),1,"toolbarBricks"],[fh({attribute:!1}),1,"componentList"],[kh({type:"change"}),1,"changeEvent",e=>(0,h.A)(Th,e),(e,t)=>(0,o.A)(Th,e,t)],[kh({type:"save"}),1,"saveEvent",e=>(0,h.A)(Fh,e),(e,t)=>(0,o.A)(Fh,e,t)],[kh({type:"cancel"}),1,"cancelEvent",e=>(0,h.A)(Hh,e),(e,t)=>(0,o.A)(Hh,e,t)],[kh({type:"action.click"}),1,"actionClickEvent",e=>(0,h.A)($h,e),(e,t)=>(0,o.A)($h,e,t)],[xh(),2,"setLayouts"]],0,(e=>jh.has((0,n.A)(e))),g.ReactNextElement)),jo();var Zh=i(57970),Vh=i(28317),Xh=i.n(Vh);function Gh(e,t){const i=e?document.querySelector(`${e}`):document.body;if(!i)throw new Error(`target not found: ${e}`);return new Promise((function(e,a){Xh()(i,{backgroundColor:t||null,useCORS:!0,allowTaint:!0,scale:window.devicePixelRatio<3?window.devicePixelRatio:2}).then((function(t){e(t)})).catch(a)}))}customElements.define("advanced.capture-snapshot",(0,xl.createProviderClass)((async function(e){const{name:t,fileType:a,bucketName:s,selector:r,backgroundColor:n}=e;switch(a){case"image":{const e=await Gh(r,n);if(s){const i=await function(e){return new Promise((function(t,i){e.toBlob((function(e){e?t(e):i()}))}))}(e),a=new File([i],`${t}.png`,{type:i.type}),r=await function(e,t){const i=new FormData;i.append("file",e,e.name);const a=`${(0,w.getBasePath)()}api/gateway/object_store.object_store.PutObject/api/v1/objectStore/bucket/${t}/object`;return Zh.http.request(a,{method:"PUT",body:i})}(a,s);return function(e,t){return`${(0,w.getBasePath)()}api/gateway/logic.object_store_service/api/v1/objectStore/bucket/${e}/object/${t}`}(s,r.data.objectName)}await function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"image";return new Promise(((i,a)=>{try{const a=e.toDataURL("image/png"),s=new Image;s.onload=function(){const e=document.createElement("canvas");e.width=s.width,e.height=s.height;const i=e.getContext("2d");null==i||i.drawImage(s,0,0,s.width,s.height);const a=e.toDataURL("image/png"),r=document.createElement("a");r.href=a,r.download=t;const n=new MouseEvent("click");r.dispatchEvent(n)},s.src=a,i("succeed")}catch(e){a("failed")}}))}(e,t)}break;case"pdf":{const{jsPDF:e}=await i.e(1576).then(i.bind(i,31576)),a=await Gh(r,n),s=a.toDataURL("image/jpeg",1),l=new e(a.width>a.height?"landscape":"portrait","pt",[a.width,a.height]);l.addImage(s,"JPEG",0,0,a.width,a.height),await l.save(`${t}.pdf`,{returnPromise:!0});break}}})));var Yh,Jh=i(54299),ed=i(56664),td=i(39138);let id,ad,sd,rd,nd,ld,od,hd,dd,cd,pd,ud,gd,md,Ad,wd,bd,yd,fd,kd,xd,vd,Cd,Ed,Sd,Wd,Md,zd,Rd,_d,Id,Nd,Bd,Dd,Pd,Kd,Td,Ud,Ld;const{defineElement:Fd,property:Od,event:Hd}=(0,u.createDecorators)();let qd;var $d=new WeakMap,jd=new WeakMap,Qd=new WeakMap,Zd=new WeakMap,Vd=new WeakMap,Xd=new WeakMap,Gd=new WeakMap,Yd=new WeakMap,Jd=new WeakMap,ec=new WeakMap,tc=new WeakMap,ic=new WeakMap,ac=new WeakSet,sc=new WeakMap,rc=new WeakMap,nc=new WeakMap,lc=new WeakMap,oc=new WeakMap,hc=new WeakMap;class dc extends g.ReactNextElement{constructor(){super(...arguments),(0,s.A)(this,ac),(0,r.A)(this,$d,ad(this)),(0,r.A)(this,jd,(sd(this),rd(this))),(0,r.A)(this,Qd,(nd(this),ld(this))),(0,r.A)(this,Zd,(od(this),hd(this))),(0,r.A)(this,Vd,(dd(this),cd(this))),(0,r.A)(this,Xd,(pd(this),ud(this))),(0,r.A)(this,Gd,(gd(this),md(this))),(0,r.A)(this,Yd,(Ad(this),wd(this))),(0,r.A)(this,Jd,(bd(this),yd(this))),(0,r.A)(this,ec,(fd(this),kd(this))),(0,r.A)(this,tc,(xd(this),vd(this))),(0,r.A)(this,ic,(Cd(this),Ed(this))),(0,r.A)(this,sc,(Md(this),zd(this))),(0,r.A)(this,rc,(Id(this),(e,t)=>{(0,l.A)(ac,this,Sd).emit(e),(0,l.A)(ac,this,Rd).emit({checkedKeys:e,halfCheckedKeys:t.halfCheckedKeys})})),(0,r.A)(this,nc,Nd(this)),(0,r.A)(this,lc,(Pd(this),e=>{(0,l.A)(ac,this,Bd).emit(e)})),(0,r.A)(this,oc,Kd(this)),(0,r.A)(this,hc,(Ld(this),e=>{let{dragNode:t,node:i,dropPosition:a}=e;(0,l.A)(ac,this,Td).emit({dragNode:t,dropNode:i,dropPosition:a})}))}get dataSource(){return(0,h.A)($d,this)}set dataSource(e){(0,o.A)($d,this,e)}get checkable(){return(0,h.A)(jd,this)}set checkable(e){(0,o.A)(jd,this,e)}get selectable(){return(0,h.A)(Qd,this)}set selectable(e){(0,o.A)(Qd,this,e)}get defaultExpandAll(){return(0,h.A)(Zd,this)}set defaultExpandAll(e){(0,o.A)(Zd,this,e)}get showLine(){return(0,h.A)(Vd,this)}set showLine(e){(0,o.A)(Vd,this,e)}get expandedKeys(){return(0,h.A)(Xd,this)}set expandedKeys(e){(0,o.A)(Xd,this,e)}get checkedKeys(){return(0,h.A)(Gd,this)}set checkedKeys(e){(0,o.A)(Gd,this,e)}get nodeDraggable(){return(0,h.A)(Yd,this)}set nodeDraggable(e){(0,o.A)(Yd,this,e)}get switcherIcon(){return(0,h.A)(Jd,this)}set switcherIcon(e){(0,o.A)(Jd,this,e)}get allowDrop(){return(0,h.A)(ec,this)}set allowDrop(e){(0,o.A)(ec,this,e)}get titleSuffixBrick(){return(0,h.A)(tc,this)}set titleSuffixBrick(e){(0,o.A)(tc,this,e)}render(){return p().createElement(cc,{dataSource:this.dataSource,shadowRoot:this.shadowRoot,checkable:this.checkable,selectable:this.selectable,defaultExpandAll:this.defaultExpandAll,showLine:this.showLine,nodeDraggable:this.nodeDraggable,switcherIcon:this.switcherIcon,expandedKeys:this.expandedKeys,checkedKeys:this.checkedKeys,titleSuffixBrick:this.titleSuffixBrick,onCheck:(0,h.A)(rc,this),onExpand:(0,h.A)(lc,this),allowDrop:this.allowDrop,onDrop:(0,h.A)(hc,this)})}}function cc(e){let{dataSource:t,shadowRoot:i,checkable:a,selectable:s,defaultExpandAll:r,showLine:n,expandedKeys:l,checkedKeys:o,nodeDraggable:h,switcherIcon:d,titleSuffixBrick:u,onCheck:g,onExpand:m,onDrop:A,allowDrop:w}=e;const y=(0,B.useCurrentTheme)(),k=(0,c.useMemo)((()=>(0,D.VC)()),[]);return p().createElement(f.Ay,{theme:{algorithm:"dark-v2"===y?ba.A.darkAlgorithm:ba.A.defaultAlgorithm}},p().createElement(D.N7,{container:i,autoClear:!0,cache:k,hashPriority:"high"},p().createElement(Jh.A,(0,b.A)({switcherIcon:!1!==d&&("chevron"===d?p().createElement(ed.A,null):void 0)},null!=u&&u.useBrick?{titleRender:e=>p().createElement(p().Fragment,null,e.title,p().createElement("span",{onClick:e=>e.stopPropagation()},p().createElement(B.ReactUseMultipleBricks,{useBrick:u.useBrick,data:e})))}:null,{treeData:t,checkable:a,selectable:s,defaultExpandAll:r,showLine:n,draggable:h},l?{expandedKeys:l}:null,o?{checkedKeys:o}:null,{onCheck:g,onExpand:m,allowDrop:w,onDrop:A}))))}Yh=dc,({e:[ad,sd,rd,nd,ld,od,hd,dd,cd,pd,ud,gd,md,Ad,wd,bd,yd,fd,kd,xd,vd,Cd,Ed,Sd,Wd,Md,zd,Rd,_d,Id,Nd,Bd,Dd,Pd,Kd,Td,Ud,Ld],c:[qd,id]}=(0,d.A)(Yh,[Fd("eo-tree",{styleTexts:[td.A]})],[[Od({attribute:!1}),1,"dataSource"],[Od({type:Boolean}),1,"checkable"],[Od({type:Boolean}),1,"selectable"],[Od({type:Boolean}),1,"defaultExpandAll"],[Od({type:Boolean}),1,"showLine"],[Od({attribute:!1}),1,"expandedKeys"],[Od({attribute:!1}),1,"checkedKeys"],[Od({attribute:!1}),1,"nodeDraggable"],[Od({attribute:!1}),1,"switcherIcon"],[Od({attribute:!1}),1,"allowDrop"],[Od({attribute:!1}),1,"titleSuffixBrick"],[Hd({type:"check"}),1,"checkEvent",e=>(0,h.A)(ic,e),(e,t)=>(0,o.A)(ic,e,t)],[Hd({type:"check.detail"}),1,"checkDetailEvent",e=>(0,h.A)(sc,e),(e,t)=>(0,o.A)(sc,e,t)],[Hd({type:"expand"}),1,"expandEvent",e=>(0,h.A)(nc,e),(e,t)=>(0,o.A)(nc,e,t)],[Hd({type:"node.drop"}),1,"dropEvent",e=>(0,h.A)(oc,e),(e,t)=>(0,o.A)(oc,e,t)]],0,(e=>hc.has((0,n.A)(e))),g.ReactNextElement)),id();var pc,uc=i(18623),gc=i(34695);let mc,Ac,wc,bc,yc,fc,kc,xc,vc,Cc,Ec,Sc,Wc,Mc,zc,Rc,_c,Ic,Nc,Bc,Dc,Pc,Kc,Tc,Uc,Lc,Fc,Oc,Hc,qc,$c,jc,Qc,Zc,Vc,Xc,Gc,Yc,Jc,ep,tp,ip,ap,sp,rp,np,lp,op,hp,dp,cp,pp,up,gp,mp,Ap,wp,bp,yp;const{defineElement:fp,property:kp,event:xp}=(0,u.createDecorators)(),vp=(0,g.wrapBrick)("eo-icon"),Cp=(0,g.wrapBrick)("eo-form-item");let Ep;var Sp=new WeakMap,Wp=new WeakMap,Mp=new WeakMap,zp=new WeakMap,Rp=new WeakMap,_p=new WeakMap,Ip=new WeakMap,Np=new WeakMap,Bp=new WeakMap,Dp=new WeakMap,Pp=new WeakMap,Kp=new WeakMap,Tp=new WeakMap,Up=new WeakMap,Lp=new WeakMap,Fp=new WeakMap,Op=new WeakMap,Hp=new WeakMap,qp=new WeakMap,$p=new WeakMap,jp=new WeakMap,Qp=new WeakMap,Zp=new WeakSet,Vp=new WeakMap,Xp=new WeakMap,Gp=new WeakMap,Yp=new WeakMap,Jp=new WeakMap,eu=new WeakMap;function tu(e){const{shadowRoot:t,checkable:i,loading:a,treeData:s,treeExpandedKeys:r,treeDefaultExpandAll:n,fieldNames:l,value:o,placeholder:h,disabled:d,multiple:u,allowClear:g,popupPlacement:m,dropdownStyle:A,suffixIcon:w,size:b,maxTagCount:y,onChange:k,onSearch:x,onSelect:v,onTreeExpand:C}=e,E=(0,B.useCurrentTheme)(),S=(0,c.useMemo)((()=>(0,D.VC)()),[]);return p().createElement(f.Ay,{theme:{algorithm:"dark-v2"===E?ba.A.darkAlgorithm:ba.A.defaultAlgorithm}},p().createElement(D.N7,{container:t,cache:S},p().createElement(uc.A,{getPopupContainer:e=>e.parentElement,allowClear:g,loading:a,disabled:d,multiple:u,fieldNames:l,placeholder:h,placement:m,dropdownStyle:A,suffixIcon:w&&p().createElement(vp,w),maxTagCount:y,value:o,size:b,treeData:s,treeCheckable:i,treeExpandedKeys:r,treeDefaultExpandAll:n,onChange:k,onSelect:v,onSearch:x,onTreeExpand:C,virtual:!1})))}pc=class extends La{constructor(){super(...arguments),(0,s.A)(this,Zp),(0,r.A)(this,Sp,Ac(this)),(0,r.A)(this,Wp,(wc(this),bc(this))),(0,r.A)(this,Mp,(yc(this),fc(this))),(0,r.A)(this,zp,(kc(this),xc(this))),(0,r.A)(this,Rp,(vc(this),Cc(this))),(0,r.A)(this,_p,(Ec(this),Sc(this))),(0,r.A)(this,Ip,(Wc(this),Mc(this))),(0,r.A)(this,Np,(zc(this),Rc(this))),(0,r.A)(this,Bp,(_c(this),Ic(this))),(0,r.A)(this,Dp,(Nc(this),Bc(this))),(0,r.A)(this,Pp,(Dc(this),Pc(this))),(0,r.A)(this,Kp,(Kc(this),Tc(this))),(0,r.A)(this,Tp,(Uc(this),Lc(this,!0))),(0,r.A)(this,Up,(Fc(this),Oc(this,!1))),(0,r.A)(this,Lp,(Hc(this),qc(this))),(0,r.A)(this,Fp,($c(this),jc(this,!0))),(0,r.A)(this,Op,(Qc(this),Zc(this))),(0,r.A)(this,Hp,(Vc(this),Xc(this,"bottomLeft"))),(0,r.A)(this,qp,(Gc(this),Yc(this))),(0,r.A)(this,$p,(Jc(this),ep(this))),(0,r.A)(this,jp,(tp(this),ip(this))),(0,r.A)(this,Qp,(ap(this),sp(this))),(0,a.A)(this,"handleOnChange",(lp(this),e=>{this.value=e,(0,l.A)(Zp,this,rp).emit({value:e})})),(0,r.A)(this,Vp,op(this)),(0,r.A)(this,Xp,(cp(this),e=>{(0,l.A)(Zp,this,hp).emit(e)})),(0,r.A)(this,Gp,pp(this)),(0,r.A)(this,Yp,(mp(this),e=>{(0,l.A)(Zp,this,up).emit({value:e})})),(0,r.A)(this,Jp,Ap(this)),(0,r.A)(this,eu,(yp(this),e=>{(0,l.A)(Zp,this,wp).emit({keys:e})}))}get name(){return(0,h.A)(Sp,this)}set name(e){(0,o.A)(Sp,this,e)}get label(){return(0,h.A)(Wp,this)}set label(e){(0,o.A)(Wp,this,e)}get required(){return(0,h.A)(Mp,this)}set required(e){(0,o.A)(Mp,this,e)}get treeData(){return(0,h.A)(zp,this)}set treeData(e){(0,o.A)(zp,this,e)}get treeDefaultExpandAll(){return(0,h.A)(Rp,this)}set treeDefaultExpandAll(e){(0,o.A)(Rp,this,e)}get treeExpandedKeys(){return(0,h.A)(_p,this)}set treeExpandedKeys(e){(0,o.A)(_p,this,e)}get fieldNames(){return(0,h.A)(Ip,this)}set fieldNames(e){(0,o.A)(Ip,this,e)}get value(){return(0,h.A)(Np,this)}set value(e){(0,o.A)(Np,this,e)}get placeholder(){return(0,h.A)(Bp,this)}set placeholder(e){(0,o.A)(Bp,this,e)}get multiple(){return(0,h.A)(Dp,this)}set multiple(e){(0,o.A)(Dp,this,e)}get disabled(){return(0,h.A)(Pp,this)}set disabled(e){(0,o.A)(Pp,this,e)}get checkable(){return(0,h.A)(Kp,this)}set checkable(e){(0,o.A)(Kp,this,e)}get allowClear(){return(0,h.A)(Tp,this)}set allowClear(e){(0,o.A)(Tp,this,e)}get loading(){return(0,h.A)(Up,this)}set loading(e){(0,o.A)(Up,this,e)}get filterTreeNode(){return(0,h.A)(Lp,this)}set filterTreeNode(e){(0,o.A)(Lp,this,e)}get showSearch(){return(0,h.A)(Fp,this)}set showSearch(e){(0,o.A)(Fp,this,e)}get suffixIcon(){return(0,h.A)(Op,this)}set suffixIcon(e){(0,o.A)(Op,this,e)}get popupPlacement(){return(0,h.A)(Hp,this)}set popupPlacement(e){(0,o.A)(Hp,this,e)}get size(){return(0,h.A)(qp,this)}set size(e){(0,o.A)(qp,this,e)}get maxTagCount(){return(0,h.A)($p,this)}set maxTagCount(e){(0,o.A)($p,this,e)}get dropdownStyle(){return(0,h.A)(jp,this)}set dropdownStyle(e){(0,o.A)(jp,this,e)}render(){return p().createElement(Cp,{exportparts:"message",curElement:this,formElement:this.getFormElement(),name:this.name,label:this.label,required:this.required,notRender:this.notRender,trigger:"handleOnChange"},p().createElement(tu,{shadowRoot:this.shadowRoot,checkable:this.checkable,treeData:this.treeData,treeDefaultExpandAll:this.treeDefaultExpandAll,fieldNames:this.fieldNames,filterTreeNode:this.filterTreeNode,value:this.value,multiple:this.multiple,placeholder:this.placeholder,loading:this.loading,disabled:this.disabled,allowClear:this.allowClear,showSearch:this.showSearch,suffixIcon:this.suffixIcon,size:this.size,popupPlacement:this.popupPlacement,treeExpandedKeys:this.treeExpandedKeys,maxTagCount:this.maxTagCount,dropdownStyle:this.dropdownStyle,onChange:this.handleOnChange,onSearch:(0,h.A)(Xp,this),onSelect:(0,h.A)(Yp,this),onTreeExpand:(0,h.A)(eu,this)}))}},({e:[Ac,wc,bc,yc,fc,kc,xc,vc,Cc,Ec,Sc,Wc,Mc,zc,Rc,_c,Ic,Nc,Bc,Dc,Pc,Kc,Tc,Uc,Lc,Fc,Oc,Hc,qc,$c,jc,Qc,Zc,Vc,Xc,Gc,Yc,Jc,ep,tp,ip,ap,sp,rp,np,lp,op,hp,dp,cp,pp,up,gp,mp,Ap,wp,bp,yp],c:[Ep,mc]}=(0,d.A)(pc,[fp("eo-tree-select",{styleTexts:[gc.A]})],[[kp(),1,"name"],[kp(),1,"label"],[kp({type:Boolean}),1,"required"],[kp({attribute:!1}),1,"treeData"],[kp({type:Boolean}),1,"treeDefaultExpandAll"],[kp({attribute:!1}),1,"treeExpandedKeys"],[kp({attribute:!1}),1,"fieldNames"],[kp({attribute:!1}),1,"value"],[kp(),1,"placeholder"],[kp({type:Boolean}),1,"multiple"],[kp({type:Boolean}),1,"disabled"],[kp({type:Boolean}),1,"checkable"],[kp({type:Boolean}),1,"allowClear"],[kp({type:Boolean}),1,"loading"],[kp({attribute:!1}),1,"filterTreeNode"],[kp({type:Boolean}),1,"showSearch"],[kp({attribute:!1}),1,"suffixIcon"],[kp(),1,"popupPlacement"],[kp(),1,"size"],[kp({attribute:!1}),1,"maxTagCount"],[kp({attribute:!1}),1,"dropdownStyle"],[xp({type:"change"}),1,"changeEvent",e=>(0,h.A)(Qp,e),(e,t)=>(0,o.A)(Qp,e,t)],[xp({type:"search"}),1,"searchEvent",e=>(0,h.A)(Vp,e),(e,t)=>(0,o.A)(Vp,e,t)],[xp({type:"select"}),1,"selectEvent",e=>(0,h.A)(Gp,e),(e,t)=>(0,o.A)(Gp,e,t)],[xp({type:"expand"}),1,"expandEvent",e=>(0,h.A)(Jp,e),(e,t)=>(0,o.A)(Jp,e,t)]],0,(e=>eu.has((0,n.A)(e))),La)),mc();var iu,au=i(25629),su=i(15092);let ru,nu,lu,ou,hu;const{defineElement:du,property:cu}=(0,u.createDecorators)();let pu;var uu=new WeakMap,gu=new WeakMap;class mu extends g.ReactNextElement{constructor(){super(...arguments),(0,r.A)(this,uu,nu(this)),(0,r.A)(this,gu,(lu(this),ou(this,1))),hu(this)}get label(){return(0,h.A)(uu,this)}set label(e){(0,o.A)(uu,this,e)}get lineClamp(){return(0,h.A)(gu,this)}set lineClamp(e){(0,o.A)(gu,this,e)}render(){return p().createElement(Au,{label:this.label,lineClamp:this.lineClamp})}}function Au(e){const{lineClamp:t,label:i}=e,a=(0,c.useRef)(null),[s,r]=(0,c.useState)(!1),n=(0,c.useCallback)((()=>{const e=a.current;if(!e)return!1;const{offsetWidth:t,offsetHeight:i,scrollWidth:s,scrollHeight:r}=e;return t<s||i<r}),[t,i]),l=(0,c.useMemo)((()=>(0,D.VC)()),[]);return(0,c.useEffect)((()=>{r(n())}),[n]),p().createElement(f.Ay,{prefixCls:"antdV5"},p().createElement(D.N7,{cache:l,hashPriority:"high",transformers:[D.NZ]},p().createElement(su.A,{title:s?i:null},p().createElement("div",{ref:a,className:"ellipsisWrap",style:{"--line-clamp":t}},i))))}iu=mu,({e:[nu,lu,ou,hu],c:[pu,ru]}=(0,d.A)(iu,[du("eo-text-tooltip",{styleTexts:[au.A]})],[[cu({type:String}),1,"label"],[cu({type:Number}),1,"lineClamp"]],0,void 0,g.ReactNextElement)),ru();var wu,bu=i(27367),yu=i(4098);let fu,ku,xu,vu,Cu,Eu,Su,Wu,Mu;i(10659),i(15058);const{defineElement:zu,property:Ru}=(0,u.createDecorators)();let _u;var Iu=new WeakMap,Nu=new WeakMap,Bu=new WeakMap,Du=new WeakMap;class Pu extends g.ReactNextElement{constructor(){super(...arguments),(0,r.A)(this,Iu,ku(this)),(0,r.A)(this,Nu,(xu(this),vu(this))),(0,r.A)(this,Bu,(Cu(this),Eu(this))),(0,r.A)(this,Du,(Su(this),Wu(this))),Mu(this)}get url(){return(0,h.A)(Iu,this)}set url(e){(0,o.A)(Iu,this,e)}get page(){return(0,h.A)(Nu,this)}set page(e){(0,o.A)(Nu,this,e)}get search(){return(0,h.A)(Bu,this)}set search(e){(0,o.A)(Bu,this,e)}get viewerStyle(){return(0,h.A)(Du,this)}set viewerStyle(e){(0,o.A)(Du,this,e)}render(){return p().createElement(Ku,{url:this.url,page:this.page?this.page-1:0,search:this.search,viewerStyle:this.viewerStyle})}}function Ku(e){let{url:t,search:a,page:s,viewerStyle:r}=e;const[n,l]=(0,c.useState)(!1),o=(0,yu.defaultLayoutPlugin)();return(0,c.useEffect)((()=>{n&&a&&o.toolbarPluginInstance.searchPluginInstance.highlight({keyword:a})}),[n,a]),p().createElement(bu.Worker,{workerUrl:`${i.p}pdf.worker.min.js`},p().createElement("div",{style:r},p().createElement(bu.Viewer,{fileUrl:t,initialPage:s,plugins:[o],onDocumentLoad:()=>l(!0)})))}wu=Pu,({e:[ku,xu,vu,Cu,Eu,Su,Wu,Mu],c:[_u,fu]}=(0,d.A)(wu,[zu("advanced.pdf-viewer",{shadowOptions:!1})],[[Ru(),1,"url"],[Ru({type:Number}),1,"page"],[Ru(),1,"search"],[Ru({attribute:!1}),1,"viewerStyle"]],0,void 0,g.ReactNextElement)),fu()},85689:(e,t,i)=>{"use strict";i.d(t,{A:()=>d});var a=i(36758),s=i.n(a),r=i(40935),n=i.n(r),l=i(87796),o=i(37564),h=n()(s());h.i(l.A),h.i(o.A),h.push([e.id,".react-grid-item.react-grid-placeholder{background-color:#ddd}.react-grid-item.react-draggable-dragging{pointer-events:none}.react-grid-item.react-grid-placeholder.forbidden{background-color:red}",""]);const d=h},87796:(e,t,i)=>{"use strict";i.d(t,{A:()=>l});var a=i(36758),s=i.n(a),r=i(40935),n=i.n(r)()(s());n.push([e.id,'.react-grid-layout{position:relative;transition:height 200ms ease}.react-grid-item{transition:all 200ms ease;transition-property:left,top,width,height}.react-grid-item img{pointer-events:none;-webkit-user-select:none;user-select:none}.react-grid-item.cssTransforms{transition-property:transform,width,height}.react-grid-item.resizing{transition:none;z-index:1;will-change:width,height}.react-grid-item.react-draggable-dragging{transition:none;z-index:3;will-change:transform}.react-grid-item.dropping{visibility:hidden}.react-grid-item.react-grid-placeholder{background:red;opacity:0.2;transition-duration:100ms;z-index:2;-webkit-user-select:none;-o-user-select:none;user-select:none}.react-grid-item.react-grid-placeholder.placeholder-resizing{transition:none}.react-grid-item > .react-resizable-handle{position:absolute;width:20px;height:20px}.react-grid-item > .react-resizable-handle::after{content:"";position:absolute;right:3px;bottom:3px;width:5px;height:5px;border-right:2px solid rgba(0,0,0,0.4);border-bottom:2px solid rgba(0,0,0,0.4)}.react-resizable-hide > .react-resizable-handle{display:none}.react-grid-item > .react-resizable-handle.react-resizable-handle-sw{bottom:0;left:0;cursor:sw-resize;transform:rotate(90deg)}.react-grid-item > .react-resizable-handle.react-resizable-handle-se{bottom:0;right:0;cursor:se-resize}.react-grid-item > .react-resizable-handle.react-resizable-handle-nw{top:0;left:0;cursor:nw-resize;transform:rotate(180deg)}.react-grid-item > .react-resizable-handle.react-resizable-handle-ne{top:0;right:0;cursor:ne-resize;transform:rotate(270deg)}.react-grid-item > .react-resizable-handle.react-resizable-handle-w,\n.react-grid-item > .react-resizable-handle.react-resizable-handle-e{top:50%;margin-top:-10px;cursor:ew-resize}.react-grid-item > .react-resizable-handle.react-resizable-handle-w{left:0;transform:rotate(135deg)}.react-grid-item > .react-resizable-handle.react-resizable-handle-e{right:0;transform:rotate(315deg)}.react-grid-item > .react-resizable-handle.react-resizable-handle-n,\n.react-grid-item > .react-resizable-handle.react-resizable-handle-s{left:50%;margin-left:-10px;cursor:ns-resize}.react-grid-item > .react-resizable-handle.react-resizable-handle-n{top:0;transform:rotate(225deg)}.react-grid-item > .react-resizable-handle.react-resizable-handle-s{bottom:0;transform:rotate(45deg)}',""]);const l=n},37564:(e,t,i)=>{"use strict";i.d(t,{A:()=>p});var a=i(36758),s=i.n(a),r=i(40935),n=i.n(r),l=i(20062),o=i.n(l),h=new URL(i(59224),i.b),d=n()(s()),c=o()(h);d.push([e.id,`.react-resizable{position:relative}.react-resizable-handle{position:absolute;width:20px;height:20px;background-repeat:no-repeat;background-origin:content-box;box-sizing:border-box;background-image:url(${c});background-position:bottom right;padding:0 3px 3px 0}.react-resizable-handle-sw{bottom:0;left:0;cursor:sw-resize;transform:rotate(90deg)}.react-resizable-handle-se{bottom:0;right:0;cursor:se-resize}.react-resizable-handle-nw{top:0;left:0;cursor:nw-resize;transform:rotate(180deg)}.react-resizable-handle-ne{top:0;right:0;cursor:ne-resize;transform:rotate(270deg)}.react-resizable-handle-w,\n.react-resizable-handle-e{top:50%;margin-top:-10px;cursor:ew-resize}.react-resizable-handle-w{left:0;transform:rotate(135deg)}.react-resizable-handle-e{right:0;transform:rotate(315deg)}.react-resizable-handle-n,\n.react-resizable-handle-s{left:50%;margin-left:-10px;cursor:ns-resize}.react-resizable-handle-n{top:0;transform:rotate(225deg)}.react-resizable-handle-s{bottom:0;transform:rotate(45deg)}`,""]);const p=d},71058:(e,t,i)=>{"use strict";i.d(t,{A:()=>l});var a=i(36758),s=i.n(a),r=i(40935),n=i.n(r)()(s());n.push([e.id,".ant-select-single .ant-select-selector{border-radius:var(--medius-border-radius)}.ant-select-dropdown{border-radius:var(--medius-border-radius)}.ant-cascader-dropdown .ant-cascader-menu-item{border-radius:var(--small-border-radius)}",""]);const l=n.toString()},2198:(e,t,i)=>{"use strict";i.d(t,{A:()=>l});var a=i(36758),s=i.n(a),r=i(40935),n=i.n(r)()(s());n.push([e.id,".brickTableOddRow{background-color:var(--color-fill-bg-base-4)}.ant-table-small .ant-table-body{margin:0}.ant-table-small .ant-table-thead{background:var(--antd-table-header-bg)}.ant-table-small .ant-table-row{line-height:26px}.ant-table-tbody > tr.invalidRow > td{background-color:var(--color-error-bg)}.ant-table-tbody > tr.invalidRow:hover > td{background-color:var(--color-error-bg)}.ant-table-tbody > tr.disabledRow > td{background-color:var(--theme-gray-border-color)}.ant-table-tbody > .ant-table-row-selected td{background:var(--antd-table-cell-fixed-body-bg)!important}td.alignTop{vertical-align:top}td.alignBottom{vertical-align:bottom}.expandIconCellHidden .ant-table-row-expand-icon-cell,\n.expandIconCellHidden .ant-table-expand-icon-col{width:1px;min-width:auto}.expandIconCellHidden .ant-table-row-expand-icon-cell > *,\n.expandIconCellHidden .ant-table-expand-icon-col > *{display:none}.expandIconSpan{cursor:pointer;margin-right:9px;color:var(--antd-table-row-expand-icon-color);font-size:11px}.expandIconSpan .anticon{background:var(--antd-table-row-expand-icon-action-bg);border-radius:2px;padding:3px}.tableThTransparent thead.ant-table-thead > tr > th{background:var(--antd-table-header-bg)}.zebraPatternTable .ant-table-tbody tr td{border-bottom:0}.ellipsis{max-width:240px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.totalText{color:var(--antd-pagination-total-text)}.total{font-weight:normal;color:var(--antd-pagination-total-strong-text)}.ant-table-wrapper .ant-table-thead > tr > th{padding:11px 16px;font-size:12px;line-height:20px;border-bottom:0;font-weight:500;color:var(--antd-table-header-color)}.ant-table-wrapper .ant-table-pagination.ant-pagination{margin:24px 0}.xSmallSizeTable .ant-table{line-height:1}.xSmallSizeTable .ant-table .ant-table-selection-col{width:32px}.xSmallSizeTable .ant-table-thead tr th,\n.xSmallSizeTable .ant-table-tbody tr td{padding:0px 2px}.xSmallSizeTable .ant-table-thead tr th:first-child,\n.xSmallSizeTable .ant-table-tbody tr td:first-child{padding:0}",""]);const l=n.toString()},25629:(e,t,i)=>{"use strict";i.d(t,{A:()=>l});var a=i(36758),s=i.n(a),r=i(40935),n=i.n(r)()(s());n.push([e.id,":host{display:inline;width:-moz-fit-content;width:fit-content;max-width:100%}:host([hidden]){display:none}.ellipsisWrap{display:-webkit-box;word-break:break-all;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:var(--line-clamp);white-space:normal;overflow:hidden}",""]);const l=n.toString()},34695:(e,t,i)=>{"use strict";i.d(t,{A:()=>l});var a=i(36758),s=i.n(a),r=i(40935),n=i.n(r)()(s());n.push([e.id,":host{display:block}:host([hidden]){display:none}.ant-tree-select{width:100%;min-height:28px;height:max-content}.ant-select-lg{height:38px}.ant-select-sm{height:20px}.ant-select-multiple .ant-select-selector{border-radius:var(--small-border-radius)}.ant-select-multiple .ant-select-selector:after{line-height:22px}",""]);const l=n.toString()},39138:(e,t,i)=>{"use strict";i.d(t,{A:()=>l});var a=i(36758),s=i.n(a),r=i(40935),n=i.n(r)()(s());n.push([e.id,":host{display:block}:host([hidden]){display:none}:host .ant-tree{background-color:transparent}",""]);const l=n.toString()},91116:(e,t,i)=>{"use strict";i.d(t,{A:()=>d});var a=i(36758),s=i.n(a),r=i(40935),n=i.n(r),l=i(34566),o=i(16322),h=n()(s());h.i(l.A),h.i(o.A),h.push([e.id,":host{display:block}:host([hidden]){display:none}.grid-layout-wrapper{display:flex;height:100%;position:relative}.grid-layout-wrapper .component-wrapper{width:150px;padding:6px 12px;overflow-y:scroll;box-shadow:1px 0 0 0 var(--palette-gray-5);background:var(--color-fill-bg-container-1);z-index:999;position:sticky;top:0}.grid-layout-wrapper .component-wrapper .component-title{font-size:16px;padding:6px 0;font-weight:500}.grid-layout-wrapper .component-wrapper .component-list{margin-top:6px}.grid-layout-wrapper .component-wrapper .component-list eo-checkbox::part(checkbox-wrapper){display:flex;flex-wrap:wrap;gap:8px}.grid-layout-wrapper .component-wrapper .component-list eo-checkbox::part(checkbox-option){margin-left:0;width:100%;background:none}.grid-layout-wrapper .layout-wrapper{flex:1}.grid-layout-wrapper .layout-wrapper .layout{max-width:1300px;margin:0 auto}.grid-layout-wrapper .layout-wrapper .actions-wrapper{position:sticky;top:0;z-index:999;margin-left:1px;display:flex;gap:8px;justify-content:flex-end;background:var(--color-fill-bg-container-1);padding:8px 12px;box-shadow:0 1px 1px 0 var(--palette-gray-5)}.grid-layout-wrapper .layout-wrapper .edit-mask{position:absolute;left:0;right:0;top:45px;bottom:0;z-index:10}.grid-layout-wrapper .layout-wrapper .delete-icon{position:absolute;right:15px;top:15px;cursor:pointer;font-size:16px;width:30px;height:30px;display:flex;justify-content:center;align-items:center;background:var(--color-fill-bg-container-1);color:var(--color-normal-text)}.grid-layout-wrapper .layout-wrapper .delete-icon:hover{color:var(--color-error)}.grid-layout-wrapper .layout-wrapper .delete-icon:active{color:var(--color-error-active)}.react-grid-item.react-grid-placeholder{background-color:#ddd}.react-grid-item.react-draggable-dragging{pointer-events:none}.react-grid-item.react-grid-placeholder.forbidden{background-color:red}",""]);const d=h.toString()},34566:(e,t,i)=>{"use strict";i.d(t,{A:()=>l});var a=i(36758),s=i.n(a),r=i(40935),n=i.n(r)()(s());n.push([e.id,'.react-grid-layout{position:relative;transition:height 200ms ease}.react-grid-item{transition:all 200ms ease;transition-property:left,top,width,height}.react-grid-item img{pointer-events:none;-webkit-user-select:none;user-select:none}.react-grid-item.cssTransforms{transition-property:transform,width,height}.react-grid-item.resizing{transition:none;z-index:1;will-change:width,height}.react-grid-item.react-draggable-dragging{transition:none;z-index:3;will-change:transform}.react-grid-item.dropping{visibility:hidden}.react-grid-item.react-grid-placeholder{background:red;opacity:0.2;transition-duration:100ms;z-index:2;-webkit-user-select:none;-o-user-select:none;user-select:none}.react-grid-item.react-grid-placeholder.placeholder-resizing{transition:none}.react-grid-item > .react-resizable-handle{position:absolute;width:20px;height:20px}.react-grid-item > .react-resizable-handle::after{content:"";position:absolute;right:3px;bottom:3px;width:5px;height:5px;border-right:2px solid rgba(0,0,0,0.4);border-bottom:2px solid rgba(0,0,0,0.4)}.react-resizable-hide > .react-resizable-handle{display:none}.react-grid-item > .react-resizable-handle.react-resizable-handle-sw{bottom:0;left:0;cursor:sw-resize;transform:rotate(90deg)}.react-grid-item > .react-resizable-handle.react-resizable-handle-se{bottom:0;right:0;cursor:se-resize}.react-grid-item > .react-resizable-handle.react-resizable-handle-nw{top:0;left:0;cursor:nw-resize;transform:rotate(180deg)}.react-grid-item > .react-resizable-handle.react-resizable-handle-ne{top:0;right:0;cursor:ne-resize;transform:rotate(270deg)}.react-grid-item > .react-resizable-handle.react-resizable-handle-w,\n.react-grid-item > .react-resizable-handle.react-resizable-handle-e{top:50%;margin-top:-10px;cursor:ew-resize}.react-grid-item > .react-resizable-handle.react-resizable-handle-w{left:0;transform:rotate(135deg)}.react-grid-item > .react-resizable-handle.react-resizable-handle-e{right:0;transform:rotate(315deg)}.react-grid-item > .react-resizable-handle.react-resizable-handle-n,\n.react-grid-item > .react-resizable-handle.react-resizable-handle-s{left:50%;margin-left:-10px;cursor:ns-resize}.react-grid-item > .react-resizable-handle.react-resizable-handle-n{top:0;transform:rotate(225deg)}.react-grid-item > .react-resizable-handle.react-resizable-handle-s{bottom:0;transform:rotate(45deg)}',""]);const l=n.toString()},16322:(e,t,i)=>{"use strict";i.d(t,{A:()=>p});var a=i(36758),s=i.n(a),r=i(40935),n=i.n(r),l=i(20062),o=i.n(l),h=new URL(i(59224),i.b),d=n()(s()),c=o()(h);d.push([e.id,`.react-resizable{position:relative}.react-resizable-handle{position:absolute;width:20px;height:20px;background-repeat:no-repeat;background-origin:content-box;box-sizing:border-box;background-image:url(${c});background-position:bottom right;padding:0 3px 3px 0}.react-resizable-handle-sw{bottom:0;left:0;cursor:sw-resize;transform:rotate(90deg)}.react-resizable-handle-se{bottom:0;right:0;cursor:se-resize}.react-resizable-handle-nw{top:0;left:0;cursor:nw-resize;transform:rotate(180deg)}.react-resizable-handle-ne{top:0;right:0;cursor:ne-resize;transform:rotate(270deg)}.react-resizable-handle-w,\n.react-resizable-handle-e{top:50%;margin-top:-10px;cursor:ew-resize}.react-resizable-handle-w{left:0;transform:rotate(135deg)}.react-resizable-handle-e{right:0;transform:rotate(315deg)}.react-resizable-handle-n,\n.react-resizable-handle-s{left:50%;margin-left:-10px;cursor:ns-resize}.react-resizable-handle-n{top:0;transform:rotate(225deg)}.react-resizable-handle-s{bottom:0;transform:rotate(45deg)}`,""]);const p=d.toString()},89739:(e,t,i)=>{"use strict";i.d(t,{A:()=>l});var a=i(36758),s=i.n(a),r=i(40935),n=i.n(r)()(s());n.push([e.id,".gridLayoutWrapper--DIttynOM{display:flex;height:100%;position:relative}.gridLayoutWrapper--DIttynOM .componentWrapper--P8xsKOQP{width:170px;padding:6px 12px;overflow-y:scroll;box-shadow:1px 0 0 0 var(--palette-gray-5);background:var(--color-fill-bg-container-1);z-index:999;position:sticky;top:0}.gridLayoutWrapper--DIttynOM .componentWrapper--P8xsKOQP .componentTitle--nKf9GEoj{font-size:16px;padding:6px 0;font-weight:500}.gridLayoutWrapper--DIttynOM .componentWrapper--P8xsKOQP .componentList--s3XnAYsB{margin-top:6px}.gridLayoutWrapper--DIttynOM .componentWrapper--P8xsKOQP .componentList--s3XnAYsB eo-checkbox::part(checkbox-wrapper){display:flex;flex-wrap:wrap;gap:8px}.gridLayoutWrapper--DIttynOM .componentWrapper--P8xsKOQP .componentList--s3XnAYsB eo-checkbox::part(checkbox-option){margin-left:0;width:100%;background:none}.gridLayoutWrapper--DIttynOM .layoutWrapper--pk1t3UAR{flex:1}.gridLayoutWrapper--DIttynOM .layoutWrapper--pk1t3UAR .layout--kz28taJj{max-width:1300px;margin:0 auto}.gridLayoutWrapper--DIttynOM .layoutWrapper--pk1t3UAR .actionsWrapper--vQro2Dyn{position:sticky;top:0;z-index:999;margin-left:1px;display:flex;gap:8px;justify-content:flex-end;background:var(--color-fill-bg-container-1);padding:8px 12px;box-shadow:0 1px 1px 0 var(--palette-gray-5)}.gridLayoutWrapper--DIttynOM .layoutWrapper--pk1t3UAR .editMask--ql2wriZf{position:absolute;left:0;right:0;top:45px;bottom:0;z-index:10}.gridLayoutWrapper--DIttynOM .layoutWrapper--pk1t3UAR .deleteIcon--IjEzXZqc{position:absolute;right:15px;top:15px;cursor:pointer;font-size:16px;width:30px;height:30px;display:flex;justify-content:center;align-items:center;background:var(--color-fill-bg-container-1);color:var(--color-normal-text)}.gridLayoutWrapper--DIttynOM .layoutWrapper--pk1t3UAR .deleteIcon--IjEzXZqc:hover{color:var(--color-error)}.gridLayoutWrapper--DIttynOM .layoutWrapper--pk1t3UAR .deleteIcon--IjEzXZqc:active{color:var(--color-error-active)}",""]),n.locals={gridLayoutWrapper:"gridLayoutWrapper--DIttynOM",componentWrapper:"componentWrapper--P8xsKOQP",componentTitle:"componentTitle--nKf9GEoj",componentList:"componentList--s3XnAYsB",layoutWrapper:"layoutWrapper--pk1t3UAR",layout:"layout--kz28taJj",actionsWrapper:"actionsWrapper--vQro2Dyn",editMask:"editMask--ql2wriZf",deleteIcon:"deleteIcon--IjEzXZqc"};const l=n},59224:e=>{"use strict";e.exports="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2IDYiIHN0eWxlPSJiYWNrZ3JvdW5kLWNvbG9yOiNmZmZmZmYwMCIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iNnB4Ij48ZyBvcGFjaXR5PSIwLjMwMiI+PHBhdGggZD0iTSA2IDYgTCAwIDYgTCAwIDQuMiBMIDQgNC4yIEwgNC4yIDQuMiBMIDQuMiAwIEwgNiAwIEwgNiA2IEwgNiA2IFoiIGZpbGw9IiMwMDAwMDAiLz48L2c+PC9zdmc+"},28383:()=>{},82590:()=>{},85515:()=>{},82474:()=>{},39630:()=>{},71040:()=>{}}]);
|
|
2
|
+
//# sourceMappingURL=2197.f094b992.js.map
|