denwa-react-shared 1.0.20 → 1.0.22
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/denwa-react-shared.cjs.js +1 -1
- package/dist/denwa-react-shared.es.js +43 -43
- package/dist/denwa-react-shared.umd.js +164 -579
- package/dist/index-B2Ho6k2t.js +9982 -0
- package/dist/index-C3Vn3Rhp.js +66815 -0
- package/dist/index-DL806Zw1.cjs +96 -0
- package/dist/index-_3LrAkrl.cjs +457 -0
- package/dist/shared/schemas/index.d.ts +2 -2
- package/dist/shared/ui/admin-table/types.d.ts +4 -5
- package/dist/shared/ui/image-upload/types.d.ts +1 -1
- package/dist/shared/ui/index.d.ts +1 -1
- package/dist/{table-head-BWaThZCF.cjs → table-head-Bb2eqDzS.cjs} +1 -1
- package/dist/{table-head-BwYEg8qE.js → table-head-DKDKPP-s.js} +55 -52
- package/package.json +1 -1
- package/dist/index-DBF8ycw_.js +0 -122146
- package/dist/index-i5fJCims.cjs +0 -967
|
@@ -107,8 +107,8 @@ export declare const sessionCookieSchema: z.ZodObject<{
|
|
|
107
107
|
};
|
|
108
108
|
};
|
|
109
109
|
name?: string | null | undefined;
|
|
110
|
-
email?: string | null | undefined;
|
|
111
110
|
phone?: string | null | undefined;
|
|
111
|
+
email?: string | null | undefined;
|
|
112
112
|
surname?: string | null | undefined;
|
|
113
113
|
maxRolePriority?: number | null | undefined;
|
|
114
114
|
isAllDomains?: boolean | null | undefined;
|
|
@@ -128,8 +128,8 @@ export declare const sessionCookieSchema: z.ZodObject<{
|
|
|
128
128
|
};
|
|
129
129
|
};
|
|
130
130
|
name?: string | null | undefined;
|
|
131
|
-
email?: string | null | undefined;
|
|
132
131
|
phone?: string | null | undefined;
|
|
132
|
+
email?: string | null | undefined;
|
|
133
133
|
surname?: string | null | undefined;
|
|
134
134
|
maxRolePriority?: number | null | undefined;
|
|
135
135
|
isAllDomains?: boolean | null | undefined;
|
|
@@ -1,10 +1,9 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { ReactNode } from 'react';
|
|
2
2
|
import { ColumnsType } from 'antd/es/table';
|
|
3
3
|
import { PaginationProps } from 'antd';
|
|
4
|
-
import {
|
|
5
|
-
import { BaseDatePickerProps } from '../date-picker';
|
|
4
|
+
import { IPaginate, OptionType } from '../../types';
|
|
6
5
|
export interface AdminTableProps<T extends string> {
|
|
7
|
-
drawerContent:
|
|
6
|
+
drawerContent: ReactNode;
|
|
8
7
|
sortTooltipText: string;
|
|
9
8
|
updateDataText: string;
|
|
10
9
|
refreshText: string;
|
|
@@ -53,7 +52,7 @@ export interface IRecordListItem {
|
|
|
53
52
|
text: string;
|
|
54
53
|
}
|
|
55
54
|
export interface TableSearchProps {
|
|
56
|
-
datePickerComponent:
|
|
55
|
+
datePickerComponent: ReactNode;
|
|
57
56
|
searchText: string;
|
|
58
57
|
noDateText: string;
|
|
59
58
|
emptyText: string;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { UploadProps } from 'antd';
|
|
2
2
|
import { UploadFile } from 'antd/lib/upload/interface';
|
|
3
|
-
import { IServerImageForm, IUploadImage } from '
|
|
3
|
+
import { IServerImageForm, IUploadImage } from '../../types';
|
|
4
4
|
export interface BaseImageUploadProps extends UploadProps {
|
|
5
5
|
labelText: string;
|
|
6
6
|
loadingErrorText: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const n=require("./index-i5fJCims.cjs"),K=require("react");function me(e){const t=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const i in e)if(i!=="default"){const a=Object.getOwnPropertyDescriptor(e,i);Object.defineProperty(t,i,a.get?a:{enumerable:!0,get:()=>e[i]})}}return t.default=e,Object.freeze(t)}const o=me(K);var J=function(t,i){if(!t)return null;var a={left:t.offsetLeft,right:t.parentElement.clientWidth-t.clientWidth-t.offsetLeft,width:t.clientWidth,top:t.offsetTop,bottom:t.parentElement.clientHeight-t.clientHeight-t.offsetTop,height:t.clientHeight};return i?{left:0,right:0,width:0,top:a.top,bottom:a.bottom,height:a.height}:{left:a.left,right:a.right,width:a.width,top:0,bottom:0,height:0}},T=function(t){return t!==void 0?"".concat(t,"px"):void 0};function fe(e){var t=e.prefixCls,i=e.containerRef,a=e.value,r=e.getValueIndex,s=e.motionName,p=e.onMotionStart,h=e.onMotionEnd,b=e.direction,S=e.vertical,d=S===void 0?!1:S,$=o.useRef(null),R=o.useState(a),w=n._slicedToArray(R,2),v=w[0],M=w[1],C=function(I){var m,B=r(I),P=(m=i.current)===null||m===void 0?void 0:m.querySelectorAll(".".concat(t,"-item"))[B];return(P==null?void 0:P.offsetParent)&&P},E=o.useState(null),f=n._slicedToArray(E,2),l=f[0],N=f[1],D=o.useState(null),x=n._slicedToArray(D,2),c=x[0],_=x[1];n.useLayoutEffect(function(){if(v!==a){var u=C(v),I=C(a),m=J(u,d),B=J(I,d);M(a),N(m),_(B),u&&I?p():h()}},[a]);var y=o.useMemo(function(){if(d){var u;return T((u=l==null?void 0:l.top)!==null&&u!==void 0?u:0)}return T(b==="rtl"?-(l==null?void 0:l.right):l==null?void 0:l.left)},[d,b,l]),O=o.useMemo(function(){if(d){var u;return T((u=c==null?void 0:c.top)!==null&&u!==void 0?u:0)}return T(b==="rtl"?-(c==null?void 0:c.right):c==null?void 0:c.left)},[d,b,c]),V=function(){return d?{transform:"translateY(var(--thumb-start-top))",height:"var(--thumb-start-height)"}:{transform:"translateX(var(--thumb-start-left))",width:"var(--thumb-start-width)"}},H=function(){return d?{transform:"translateY(var(--thumb-active-top))",height:"var(--thumb-active-height)"}:{transform:"translateX(var(--thumb-active-left))",width:"var(--thumb-active-width)"}},A=function(){N(null),_(null),h()};return!l||!c?null:o.createElement(n.CSSMotion,{visible:!0,motionName:s,motionAppear:!0,onAppearStart:V,onAppearActive:H,onVisibleChanged:A},function(u,I){var m=u.className,B=u.style,P=n._objectSpread2(n._objectSpread2({},B),{},{"--thumb-start-left":y,"--thumb-start-width":T(l==null?void 0:l.width),"--thumb-active-left":O,"--thumb-active-width":T(c==null?void 0:c.width),"--thumb-start-top":y,"--thumb-start-height":T(l==null?void 0:l.height),"--thumb-active-top":O,"--thumb-active-height":T(c==null?void 0:c.height)}),F={ref:n.composeRef($,I),style:P,className:n.cn("".concat(t,"-thumb"),m)};return process.env.NODE_ENV==="test"&&(F["data-test-style"]=JSON.stringify(P)),o.createElement("div",F)})}var ve=["prefixCls","direction","vertical","options","disabled","defaultValue","value","name","onChange","className","motionName"];function ge(e){if(typeof e.title<"u")return e.title;if(n._typeof(e.label)!=="object"){var t;return(t=e.label)===null||t===void 0?void 0:t.toString()}}function he(e){return e.map(function(t){if(n._typeof(t)==="object"&&t!==null){var i=ge(t);return n._objectSpread2(n._objectSpread2({},t),{},{title:i})}return{label:t==null?void 0:t.toString(),title:t==null?void 0:t.toString(),value:t}})}var be=function(t){var i=t.prefixCls,a=t.className,r=t.disabled,s=t.checked,p=t.label,h=t.title,b=t.value,S=t.name,d=t.onChange,$=t.onFocus,R=t.onBlur,w=t.onKeyDown,v=t.onKeyUp,M=t.onMouseDown,C=function(f){r||d(f,b)};return o.createElement("label",{className:n.cn(a,n._defineProperty({},"".concat(i,"-item-disabled"),r)),onMouseDown:M},o.createElement("input",{name:S,className:"".concat(i,"-item-input"),type:"radio",disabled:r,checked:s,onChange:C,onFocus:$,onBlur:R,onKeyDown:w,onKeyUp:v}),o.createElement("div",{className:"".concat(i,"-item-label"),title:h,"aria-selected":s},p))},ee=o.forwardRef(function(e,t){var i,a,r=e.prefixCls,s=r===void 0?"rc-segmented":r,p=e.direction,h=e.vertical,b=e.options,S=b===void 0?[]:b,d=e.disabled,$=e.defaultValue,R=e.value,w=e.name,v=e.onChange,M=e.className,C=M===void 0?"":M,E=e.motionName,f=E===void 0?"thumb-motion":E,l=n._objectWithoutProperties(e,ve),N=o.useRef(null),D=o.useMemo(function(){return n.composeRef(N,t)},[N,t]),x=o.useMemo(function(){return he(S)},[S]),c=n.useMergedState((i=x[0])===null||i===void 0?void 0:i.value,{value:R,defaultValue:$}),_=n._slicedToArray(c,2),y=_[0],O=_[1],V=o.useState(!1),H=n._slicedToArray(V,2),A=H[0],u=H[1],I=function(j,z){O(z),v==null||v(z)},m=n.omit(l,["children"]),B=o.useState(!1),P=n._slicedToArray(B,2),F=P[0],W=P[1],ae=o.useState(!1),q=n._slicedToArray(ae,2),ie=q[0],U=q[1],oe=function(){U(!0)},re=function(){U(!1)},le=function(){W(!1)},se=function(j){j.key==="Tab"&&W(!0)},G=function(j){var z=x.findIndex(function(de){return de.value===y}),Y=x.length,ue=(z+j+Y)%Y,L=x[ue];L&&(O(L.value),v==null||v(L.value))},ce=function(j){switch(j.key){case"ArrowLeft":case"ArrowUp":G(-1);break;case"ArrowRight":case"ArrowDown":G(1);break}};return o.createElement("div",n._extends({role:"radiogroup","aria-label":"segmented control",tabIndex:d?void 0:0},m,{className:n.cn(s,(a={},n._defineProperty(a,"".concat(s,"-rtl"),p==="rtl"),n._defineProperty(a,"".concat(s,"-disabled"),d),n._defineProperty(a,"".concat(s,"-vertical"),h),a),C),ref:D}),o.createElement("div",{className:"".concat(s,"-group")},o.createElement(fe,{vertical:h,prefixCls:s,value:y,containerRef:N,motionName:"".concat(s,"-").concat(f),direction:p,getValueIndex:function(j){return x.findIndex(function(z){return z.value===j})},onMotionStart:function(){u(!0)},onMotionEnd:function(){u(!1)}}),x.map(function(g){var j;return o.createElement(be,n._extends({},g,{name:w,key:g.value,prefixCls:s,className:n.cn(g.className,"".concat(s,"-item"),(j={},n._defineProperty(j,"".concat(s,"-item-selected"),g.value===y&&!A),n._defineProperty(j,"".concat(s,"-item-focused"),ie&&F&&g.value===y),j)),checked:g.value===y,onChange:I,onFocus:oe,onBlur:re,onKeyDown:ce,onKeyUp:se,onMouseDown:le,disabled:!!d||!!g.disabled}))})))});process.env.NODE_ENV!=="production"&&(ee.displayName="Segmented");var pe=ee;function Z(e,t){return{[`${e}, ${e}:hover, ${e}:focus`]:{color:t.colorTextDisabled,cursor:"not-allowed"}}}function Q(e){return{backgroundColor:e.itemSelectedBg,boxShadow:e.boxShadowTertiary}}const xe=Object.assign({overflow:"hidden"},n.textEllipsis),Se=e=>{const{componentCls:t}=e,i=e.calc(e.controlHeight).sub(e.calc(e.trackPadding).mul(2)).equal(),a=e.calc(e.controlHeightLG).sub(e.calc(e.trackPadding).mul(2)).equal(),r=e.calc(e.controlHeightSM).sub(e.calc(e.trackPadding).mul(2)).equal();return{[t]:Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({},n.resetComponent(e)),{display:"inline-block",padding:e.trackPadding,color:e.itemColor,background:e.trackBg,borderRadius:e.borderRadius,transition:`all ${e.motionDurationMid} ${e.motionEaseInOut}`}),n.genFocusStyle(e)),{[`${t}-group`]:{position:"relative",display:"flex",alignItems:"stretch",justifyItems:"flex-start",flexDirection:"row",width:"100%"},[`&${t}-rtl`]:{direction:"rtl"},[`&${t}-vertical`]:{[`${t}-group`]:{flexDirection:"column"},[`${t}-thumb`]:{width:"100%",height:0,padding:`0 ${n.unit(e.paddingXXS)}`}},[`&${t}-block`]:{display:"flex"},[`&${t}-block ${t}-item`]:{flex:1,minWidth:0},[`${t}-item`]:{position:"relative",textAlign:"center",cursor:"pointer",transition:`color ${e.motionDurationMid} ${e.motionEaseInOut}`,borderRadius:e.borderRadiusSM,transform:"translateZ(0)","&-selected":Object.assign(Object.assign({},Q(e)),{color:e.itemSelectedColor}),"&-focused":Object.assign({},n.genFocusOutline(e)),"&::after":{content:'""',position:"absolute",zIndex:-1,width:"100%",height:"100%",top:0,insetInlineStart:0,borderRadius:"inherit",opacity:0,transition:`opacity ${e.motionDurationMid}`,pointerEvents:"none"},[`&:hover:not(${t}-item-selected):not(${t}-item-disabled)`]:{color:e.itemHoverColor,"&::after":{opacity:1,backgroundColor:e.itemHoverBg}},[`&:active:not(${t}-item-selected):not(${t}-item-disabled)`]:{color:e.itemHoverColor,"&::after":{opacity:1,backgroundColor:e.itemActiveBg}},"&-label":Object.assign({minHeight:i,lineHeight:n.unit(i),padding:`0 ${n.unit(e.segmentedPaddingHorizontal)}`},xe),"&-icon + *":{marginInlineStart:e.calc(e.marginSM).div(2).equal()},"&-input":{position:"absolute",insetBlockStart:0,insetInlineStart:0,width:0,height:0,opacity:0,pointerEvents:"none"}},[`${t}-thumb`]:Object.assign(Object.assign({},Q(e)),{position:"absolute",insetBlockStart:0,insetInlineStart:0,width:0,height:"100%",padding:`${n.unit(e.paddingXXS)} 0`,borderRadius:e.borderRadiusSM,transition:`transform ${e.motionDurationSlow} ${e.motionEaseInOut}, height ${e.motionDurationSlow} ${e.motionEaseInOut}`,[`& ~ ${t}-item:not(${t}-item-selected):not(${t}-item-disabled)::after`]:{backgroundColor:"transparent"}}),[`&${t}-lg`]:{borderRadius:e.borderRadiusLG,[`${t}-item-label`]:{minHeight:a,lineHeight:n.unit(a),padding:`0 ${n.unit(e.segmentedPaddingHorizontal)}`,fontSize:e.fontSizeLG},[`${t}-item, ${t}-thumb`]:{borderRadius:e.borderRadius}},[`&${t}-sm`]:{borderRadius:e.borderRadiusSM,[`${t}-item-label`]:{minHeight:r,lineHeight:n.unit(r),padding:`0 ${n.unit(e.segmentedPaddingHorizontalSM)}`},[`${t}-item, ${t}-thumb`]:{borderRadius:e.borderRadiusXS}}}),Z(`&-disabled ${t}-item`,e)),Z(`${t}-item-disabled`,e)),{[`${t}-thumb-motion-appear-active`]:{transition:`transform ${e.motionDurationSlow} ${e.motionEaseInOut}, width ${e.motionDurationSlow} ${e.motionEaseInOut}`,willChange:"transform, width"},[`&${t}-shape-round`]:{borderRadius:9999,[`${t}-item, ${t}-thumb`]:{borderRadius:9999}}})}},ye=e=>{const{colorTextLabel:t,colorText:i,colorFillSecondary:a,colorBgElevated:r,colorFill:s,lineWidthBold:p,colorBgLayout:h}=e;return{trackPadding:p,trackBg:h,itemColor:t,itemHoverColor:i,itemHoverBg:a,itemSelectedBg:r,itemActiveBg:s,itemSelectedColor:i}},je=n.genStyleHooks("Segmented",e=>{const{lineWidth:t,calc:i}=e,a=n.merge(e,{segmentedPaddingHorizontal:i(e.controlPaddingHorizontal).sub(t).equal(),segmentedPaddingHorizontalSM:i(e.controlPaddingHorizontalSM).sub(t).equal()});return[Se(a)]},ye);var k=function(e,t){var i={};for(var a in e)Object.prototype.hasOwnProperty.call(e,a)&&t.indexOf(a)<0&&(i[a]=e[a]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var r=0,a=Object.getOwnPropertySymbols(e);r<a.length;r++)t.indexOf(a[r])<0&&Object.prototype.propertyIsEnumerable.call(e,a[r])&&(i[a[r]]=e[a[r]]);return i};function $e(e){return typeof e=="object"&&!!(e!=null&&e.icon)}const Re=o.forwardRef((e,t)=>{const i=n.useId(),{prefixCls:a,className:r,rootClassName:s,block:p,options:h=[],size:b="middle",style:S,vertical:d,shape:$="default",name:R=i}=e,w=k(e,["prefixCls","className","rootClassName","block","options","size","style","vertical","shape","name"]),{getPrefixCls:v,direction:M,className:C,style:E}=n.useComponentConfig("segmented"),f=v("segmented",a),[l,N,D]=je(f),x=n.useSize(b),c=o.useMemo(()=>h.map(O=>{if($e(O)){const{icon:V,label:H}=O,A=k(O,["icon","label"]);return Object.assign(Object.assign({},A),{label:o.createElement(o.Fragment,null,o.createElement("span",{className:`${f}-item-icon`},V),H&&o.createElement("span",null,H))})}return O}),[h,f]),_=n.cn(r,s,C,{[`${f}-block`]:p,[`${f}-sm`]:x==="small",[`${f}-lg`]:x==="large",[`${f}-vertical`]:d,[`${f}-shape-${$}`]:$==="round"},N,D),y=Object.assign(Object.assign({},E),S);return l(o.createElement(pe,Object.assign({},w,{name:R,className:_,style:y,options:c,ref:t,prefixCls:f,direction:M,vertical:d})))}),te=Re;process.env.NODE_ENV!=="production"&&(te.displayName="Segmented");var we={icon:{tag:"svg",attrs:{viewBox:"64 64 896 896",focusable:"false"},children:[{tag:"path",attrs:{d:"M758.2 839.1C851.8 765.9 912 651.9 912 523.9 912 303 733.5 124.3 512.6 124 291.4 123.7 112 302.8 112 523.9c0 125.2 57.5 236.9 147.6 310.2 3.5 2.8 8.6 2.2 11.4-1.3l39.4-50.5c2.7-3.4 2.1-8.3-1.2-11.1-8.1-6.6-15.9-13.7-23.4-21.2a318.64 318.64 0 01-68.6-101.7C200.4 609 192 567.1 192 523.9s8.4-85.1 25.1-124.5c16.1-38.1 39.2-72.3 68.6-101.7 29.4-29.4 63.6-52.5 101.7-68.6C426.9 212.4 468.8 204 512 204s85.1 8.4 124.5 25.1c38.1 16.1 72.3 39.2 101.7 68.6 29.4 29.4 52.5 63.6 68.6 101.7 16.7 39.4 25.1 81.3 25.1 124.5s-8.4 85.1-25.1 124.5a318.64 318.64 0 01-68.6 101.7c-9.3 9.3-19.1 18-29.3 26L668.2 724a8 8 0 00-14.1 3l-39.6 162.2c-1.2 5 2.6 9.9 7.7 9.9l167 .8c6.7 0 10.5-7.7 6.3-12.9l-37.3-47.9z"}}]},name:"redo",theme:"outlined"};function X(){return X=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var a in i)Object.prototype.hasOwnProperty.call(i,a)&&(e[a]=i[a])}return e},X.apply(this,arguments)}const Ce=(e,t)=>o.createElement(n.Icon,X({},e,{ref:t,icon:we})),ne=o.forwardRef(Ce);process.env.NODE_ENV!=="production"&&(ne.displayName="RedoOutlined");const Oe=({datePickerComponent:e,searchText:t,noDateText:i,emptyText:a,searchSelect:r,radioOptions:s,searchOptions:p,searchType:h,textSearchValue:b="",dateSearchValue:S,numberSearchValue:d,multiselectSearchValue:$,multiselectOptions:R,onChangeSearch:w,onChangeTextSearch:v,onChangeRadioSearch:M,onChangeDateSearch:C,onChangeNumberSearch:E,onChangeMultiselectSearch:f})=>{const[l,N]=K.useState(b),{token:{borderRadius:D,colorBgBase:x,paddingXXS:c}}=n.theme.useToken(),{isMobileMaxWidth:_}=n.mde(),{isSmallMaxWidth:y}=n.gde(),O=K.useMemo(()=>y?2:_?5:15,[_,y]);n.useDebounce(()=>{v==null||v(l)},n.Gu.milliseconds.milliseconds500,[l]);const V=()=>{N("")},H=m=>{w(m),V()},A=m=>{N(m.target.value.replace(/"/g,""))},u=m=>{C==null||C(m)},I=m=>{!m&&m!==0||E==null||E(+m)};return n.jsxRuntimeExports.jsxs(n.Flex,{className:n.styles.flex,gap:"small",style:{padding:c,borderRadius:D,background:x},children:[n.jsxRuntimeExports.jsx(n.Select,{defaultValue:r,value:r,style:{width:120,minWidth:120},options:p,onChange:H}),{text:n.jsxRuntimeExports.jsx(n.Input,{placeholder:t,value:l,allowClear:!0,onChange:A}),radio:n.jsxRuntimeExports.jsx(te,{options:s,defaultValue:n.searchRadioDefaultValue,onChange:M}),date:K.cloneElement(e,{noDateText:i,currentValue:S??"",onChangeDate:u}),number:n.jsxRuntimeExports.jsx(n.Mde,{emptyText:a,value:d,placeholder:t,min:0,max:2147483647,onChange:I}),multiselect:n.jsxRuntimeExports.jsx(n.Select,{className:n.styles.select,mode:"multiple",placeholder:t,maxTagCount:1,maxTagTextLength:O,showSearch:!1,allowClear:!0,options:R,value:$,onChange:f})}[h]]})},Ee=({sortTooltipText:e,updateDataText:t,refreshText:i,createText:a,createNewElementText:r,order:s,orderOptions:p,createButtonTooltip:h,searchProps:b,isCanCreate:S,isHiddenCreate:d,onCreate:$,onRefetch:R,onChangeOrder:w})=>n.jsxRuntimeExports.jsxs(n.Flex,{gap:"middle",justify:"space-between",wrap:"wrap",style:{marginBottom:n.Xn.OFFSET[1]},children:[n.jsxRuntimeExports.jsxs(n.Flex,{align:"center",gap:"middle",wrap:"wrap",children:[n.jsxRuntimeExports.jsx(Oe,{...b}),n.jsxRuntimeExports.jsx(n.Tooltip,{title:e,children:n.jsxRuntimeExports.jsx(n.Select,{className:n.styles.sort,value:s,options:p,onChange:w})})]}),n.jsxRuntimeExports.jsxs(n.Flex,{className:n.styles.buttonsContainer,gap:"small",align:"center",children:[R&&n.jsxRuntimeExports.jsx(n.Tooltip,{title:t,children:n.jsxRuntimeExports.jsx(n.Button,{className:n.styles.button,icon:n.jsxRuntimeExports.jsx(ne,{}),onClick:R,children:i})}),!d&&S&&n.jsxRuntimeExports.jsx(n.Tooltip,{title:h??r,children:n.jsxRuntimeExports.jsx(n.Button,{className:n.styles.button,type:"primary",icon:n.jsxRuntimeExports.jsx(n.RefIcon,{}),onClick:$,children:a})})]})]});exports.TableHead=Ee;
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const n=require("./index-_3LrAkrl.cjs"),K=require("react");function me(e){const t=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const i in e)if(i!=="default"){const a=Object.getOwnPropertyDescriptor(e,i);Object.defineProperty(t,i,a.get?a:{enumerable:!0,get:()=>e[i]})}}return t.default=e,Object.freeze(t)}const o=me(K);var J=function(t,i){if(!t)return null;var a={left:t.offsetLeft,right:t.parentElement.clientWidth-t.clientWidth-t.offsetLeft,width:t.clientWidth,top:t.offsetTop,bottom:t.parentElement.clientHeight-t.clientHeight-t.offsetTop,height:t.clientHeight};return i?{left:0,right:0,width:0,top:a.top,bottom:a.bottom,height:a.height}:{left:a.left,right:a.right,width:a.width,top:0,bottom:0,height:0}},T=function(t){return t!==void 0?"".concat(t,"px"):void 0};function fe(e){var t=e.prefixCls,i=e.containerRef,a=e.value,r=e.getValueIndex,s=e.motionName,p=e.onMotionStart,h=e.onMotionEnd,b=e.direction,S=e.vertical,d=S===void 0?!1:S,$=o.useRef(null),w=o.useState(a),R=n._slicedToArray(w,2),v=R[0],M=R[1],C=function(P){var m,B=r(P),_=(m=i.current)===null||m===void 0?void 0:m.querySelectorAll(".".concat(t,"-item"))[B];return(_==null?void 0:_.offsetParent)&&_},E=o.useState(null),f=n._slicedToArray(E,2),l=f[0],N=f[1],V=o.useState(null),x=n._slicedToArray(V,2),c=x[0],I=x[1];n.useLayoutEffect(function(){if(v!==a){var u=C(v),P=C(a),m=J(u,d),B=J(P,d);M(a),N(m),I(B),u&&P?p():h()}},[a]);var y=o.useMemo(function(){if(d){var u;return T((u=l==null?void 0:l.top)!==null&&u!==void 0?u:0)}return T(b==="rtl"?-(l==null?void 0:l.right):l==null?void 0:l.left)},[d,b,l]),O=o.useMemo(function(){if(d){var u;return T((u=c==null?void 0:c.top)!==null&&u!==void 0?u:0)}return T(b==="rtl"?-(c==null?void 0:c.right):c==null?void 0:c.left)},[d,b,c]),D=function(){return d?{transform:"translateY(var(--thumb-start-top))",height:"var(--thumb-start-height)"}:{transform:"translateX(var(--thumb-start-left))",width:"var(--thumb-start-width)"}},H=function(){return d?{transform:"translateY(var(--thumb-active-top))",height:"var(--thumb-active-height)"}:{transform:"translateX(var(--thumb-active-left))",width:"var(--thumb-active-width)"}},A=function(){N(null),I(null),h()};return!l||!c?null:o.createElement(n.CSSMotion,{visible:!0,motionName:s,motionAppear:!0,onAppearStart:D,onAppearActive:H,onVisibleChanged:A},function(u,P){var m=u.className,B=u.style,_=n._objectSpread2(n._objectSpread2({},B),{},{"--thumb-start-left":y,"--thumb-start-width":T(l==null?void 0:l.width),"--thumb-active-left":O,"--thumb-active-width":T(c==null?void 0:c.width),"--thumb-start-top":y,"--thumb-start-height":T(l==null?void 0:l.height),"--thumb-active-top":O,"--thumb-active-height":T(c==null?void 0:c.height)}),F={ref:n.composeRef($,P),style:_,className:n.cn("".concat(t,"-thumb"),m)};return process.env.NODE_ENV==="test"&&(F["data-test-style"]=JSON.stringify(_)),o.createElement("div",F)})}var ve=["prefixCls","direction","vertical","options","disabled","defaultValue","value","name","onChange","className","motionName"];function ge(e){if(typeof e.title<"u")return e.title;if(n._typeof(e.label)!=="object"){var t;return(t=e.label)===null||t===void 0?void 0:t.toString()}}function he(e){return e.map(function(t){if(n._typeof(t)==="object"&&t!==null){var i=ge(t);return n._objectSpread2(n._objectSpread2({},t),{},{title:i})}return{label:t==null?void 0:t.toString(),title:t==null?void 0:t.toString(),value:t}})}var be=function(t){var i=t.prefixCls,a=t.className,r=t.disabled,s=t.checked,p=t.label,h=t.title,b=t.value,S=t.name,d=t.onChange,$=t.onFocus,w=t.onBlur,R=t.onKeyDown,v=t.onKeyUp,M=t.onMouseDown,C=function(f){r||d(f,b)};return o.createElement("label",{className:n.cn(a,n._defineProperty({},"".concat(i,"-item-disabled"),r)),onMouseDown:M},o.createElement("input",{name:S,className:"".concat(i,"-item-input"),type:"radio",disabled:r,checked:s,onChange:C,onFocus:$,onBlur:w,onKeyDown:R,onKeyUp:v}),o.createElement("div",{className:"".concat(i,"-item-label"),title:h,"aria-selected":s},p))},ee=o.forwardRef(function(e,t){var i,a,r=e.prefixCls,s=r===void 0?"rc-segmented":r,p=e.direction,h=e.vertical,b=e.options,S=b===void 0?[]:b,d=e.disabled,$=e.defaultValue,w=e.value,R=e.name,v=e.onChange,M=e.className,C=M===void 0?"":M,E=e.motionName,f=E===void 0?"thumb-motion":E,l=n._objectWithoutProperties(e,ve),N=o.useRef(null),V=o.useMemo(function(){return n.composeRef(N,t)},[N,t]),x=o.useMemo(function(){return he(S)},[S]),c=n.useMergedState((i=x[0])===null||i===void 0?void 0:i.value,{value:w,defaultValue:$}),I=n._slicedToArray(c,2),y=I[0],O=I[1],D=o.useState(!1),H=n._slicedToArray(D,2),A=H[0],u=H[1],P=function(j,z){O(z),v==null||v(z)},m=n.omit(l,["children"]),B=o.useState(!1),_=n._slicedToArray(B,2),F=_[0],X=_[1],ae=o.useState(!1),q=n._slicedToArray(ae,2),ie=q[0],U=q[1],oe=function(){U(!0)},re=function(){U(!1)},le=function(){X(!1)},se=function(j){j.key==="Tab"&&X(!0)},G=function(j){var z=x.findIndex(function(de){return de.value===y}),Y=x.length,ue=(z+j+Y)%Y,L=x[ue];L&&(O(L.value),v==null||v(L.value))},ce=function(j){switch(j.key){case"ArrowLeft":case"ArrowUp":G(-1);break;case"ArrowRight":case"ArrowDown":G(1);break}};return o.createElement("div",n._extends({role:"radiogroup","aria-label":"segmented control",tabIndex:d?void 0:0},m,{className:n.cn(s,(a={},n._defineProperty(a,"".concat(s,"-rtl"),p==="rtl"),n._defineProperty(a,"".concat(s,"-disabled"),d),n._defineProperty(a,"".concat(s,"-vertical"),h),a),C),ref:V}),o.createElement("div",{className:"".concat(s,"-group")},o.createElement(fe,{vertical:h,prefixCls:s,value:y,containerRef:N,motionName:"".concat(s,"-").concat(f),direction:p,getValueIndex:function(j){return x.findIndex(function(z){return z.value===j})},onMotionStart:function(){u(!0)},onMotionEnd:function(){u(!1)}}),x.map(function(g){var j;return o.createElement(be,n._extends({},g,{name:R,key:g.value,prefixCls:s,className:n.cn(g.className,"".concat(s,"-item"),(j={},n._defineProperty(j,"".concat(s,"-item-selected"),g.value===y&&!A),n._defineProperty(j,"".concat(s,"-item-focused"),ie&&F&&g.value===y),j)),checked:g.value===y,onChange:P,onFocus:oe,onBlur:re,onKeyDown:ce,onKeyUp:se,onMouseDown:le,disabled:!!d||!!g.disabled}))})))});process.env.NODE_ENV!=="production"&&(ee.displayName="Segmented");var pe=ee;function Z(e,t){return{[`${e}, ${e}:hover, ${e}:focus`]:{color:t.colorTextDisabled,cursor:"not-allowed"}}}function Q(e){return{backgroundColor:e.itemSelectedBg,boxShadow:e.boxShadowTertiary}}const xe=Object.assign({overflow:"hidden"},n.textEllipsis),Se=e=>{const{componentCls:t}=e,i=e.calc(e.controlHeight).sub(e.calc(e.trackPadding).mul(2)).equal(),a=e.calc(e.controlHeightLG).sub(e.calc(e.trackPadding).mul(2)).equal(),r=e.calc(e.controlHeightSM).sub(e.calc(e.trackPadding).mul(2)).equal();return{[t]:Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({},n.resetComponent(e)),{display:"inline-block",padding:e.trackPadding,color:e.itemColor,background:e.trackBg,borderRadius:e.borderRadius,transition:`all ${e.motionDurationMid} ${e.motionEaseInOut}`}),n.genFocusStyle(e)),{[`${t}-group`]:{position:"relative",display:"flex",alignItems:"stretch",justifyItems:"flex-start",flexDirection:"row",width:"100%"},[`&${t}-rtl`]:{direction:"rtl"},[`&${t}-vertical`]:{[`${t}-group`]:{flexDirection:"column"},[`${t}-thumb`]:{width:"100%",height:0,padding:`0 ${n.unit(e.paddingXXS)}`}},[`&${t}-block`]:{display:"flex"},[`&${t}-block ${t}-item`]:{flex:1,minWidth:0},[`${t}-item`]:{position:"relative",textAlign:"center",cursor:"pointer",transition:`color ${e.motionDurationMid} ${e.motionEaseInOut}`,borderRadius:e.borderRadiusSM,transform:"translateZ(0)","&-selected":Object.assign(Object.assign({},Q(e)),{color:e.itemSelectedColor}),"&-focused":Object.assign({},n.genFocusOutline(e)),"&::after":{content:'""',position:"absolute",zIndex:-1,width:"100%",height:"100%",top:0,insetInlineStart:0,borderRadius:"inherit",opacity:0,transition:`opacity ${e.motionDurationMid}`,pointerEvents:"none"},[`&:hover:not(${t}-item-selected):not(${t}-item-disabled)`]:{color:e.itemHoverColor,"&::after":{opacity:1,backgroundColor:e.itemHoverBg}},[`&:active:not(${t}-item-selected):not(${t}-item-disabled)`]:{color:e.itemHoverColor,"&::after":{opacity:1,backgroundColor:e.itemActiveBg}},"&-label":Object.assign({minHeight:i,lineHeight:n.unit(i),padding:`0 ${n.unit(e.segmentedPaddingHorizontal)}`},xe),"&-icon + *":{marginInlineStart:e.calc(e.marginSM).div(2).equal()},"&-input":{position:"absolute",insetBlockStart:0,insetInlineStart:0,width:0,height:0,opacity:0,pointerEvents:"none"}},[`${t}-thumb`]:Object.assign(Object.assign({},Q(e)),{position:"absolute",insetBlockStart:0,insetInlineStart:0,width:0,height:"100%",padding:`${n.unit(e.paddingXXS)} 0`,borderRadius:e.borderRadiusSM,transition:`transform ${e.motionDurationSlow} ${e.motionEaseInOut}, height ${e.motionDurationSlow} ${e.motionEaseInOut}`,[`& ~ ${t}-item:not(${t}-item-selected):not(${t}-item-disabled)::after`]:{backgroundColor:"transparent"}}),[`&${t}-lg`]:{borderRadius:e.borderRadiusLG,[`${t}-item-label`]:{minHeight:a,lineHeight:n.unit(a),padding:`0 ${n.unit(e.segmentedPaddingHorizontal)}`,fontSize:e.fontSizeLG},[`${t}-item, ${t}-thumb`]:{borderRadius:e.borderRadius}},[`&${t}-sm`]:{borderRadius:e.borderRadiusSM,[`${t}-item-label`]:{minHeight:r,lineHeight:n.unit(r),padding:`0 ${n.unit(e.segmentedPaddingHorizontalSM)}`},[`${t}-item, ${t}-thumb`]:{borderRadius:e.borderRadiusXS}}}),Z(`&-disabled ${t}-item`,e)),Z(`${t}-item-disabled`,e)),{[`${t}-thumb-motion-appear-active`]:{transition:`transform ${e.motionDurationSlow} ${e.motionEaseInOut}, width ${e.motionDurationSlow} ${e.motionEaseInOut}`,willChange:"transform, width"},[`&${t}-shape-round`]:{borderRadius:9999,[`${t}-item, ${t}-thumb`]:{borderRadius:9999}}})}},ye=e=>{const{colorTextLabel:t,colorText:i,colorFillSecondary:a,colorBgElevated:r,colorFill:s,lineWidthBold:p,colorBgLayout:h}=e;return{trackPadding:p,trackBg:h,itemColor:t,itemHoverColor:i,itemHoverBg:a,itemSelectedBg:r,itemActiveBg:s,itemSelectedColor:i}},je=n.genStyleHooks("Segmented",e=>{const{lineWidth:t,calc:i}=e,a=n.merge(e,{segmentedPaddingHorizontal:i(e.controlPaddingHorizontal).sub(t).equal(),segmentedPaddingHorizontalSM:i(e.controlPaddingHorizontalSM).sub(t).equal()});return[Se(a)]},ye);var k=function(e,t){var i={};for(var a in e)Object.prototype.hasOwnProperty.call(e,a)&&t.indexOf(a)<0&&(i[a]=e[a]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var r=0,a=Object.getOwnPropertySymbols(e);r<a.length;r++)t.indexOf(a[r])<0&&Object.prototype.propertyIsEnumerable.call(e,a[r])&&(i[a[r]]=e[a[r]]);return i};function $e(e){return typeof e=="object"&&!!(e!=null&&e.icon)}const we=o.forwardRef((e,t)=>{const i=n.useId(),{prefixCls:a,className:r,rootClassName:s,block:p,options:h=[],size:b="middle",style:S,vertical:d,shape:$="default",name:w=i}=e,R=k(e,["prefixCls","className","rootClassName","block","options","size","style","vertical","shape","name"]),{getPrefixCls:v,direction:M,className:C,style:E}=n.useComponentConfig("segmented"),f=v("segmented",a),[l,N,V]=je(f),x=n.useSize(b),c=o.useMemo(()=>h.map(O=>{if($e(O)){const{icon:D,label:H}=O,A=k(O,["icon","label"]);return Object.assign(Object.assign({},A),{label:o.createElement(o.Fragment,null,o.createElement("span",{className:`${f}-item-icon`},D),H&&o.createElement("span",null,H))})}return O}),[h,f]),I=n.cn(r,s,C,{[`${f}-block`]:p,[`${f}-sm`]:x==="small",[`${f}-lg`]:x==="large",[`${f}-vertical`]:d,[`${f}-shape-${$}`]:$==="round"},N,V),y=Object.assign(Object.assign({},E),S);return l(o.createElement(pe,Object.assign({},R,{name:w,className:I,style:y,options:c,ref:t,prefixCls:f,direction:M,vertical:d})))}),te=we;process.env.NODE_ENV!=="production"&&(te.displayName="Segmented");var Re={icon:{tag:"svg",attrs:{viewBox:"64 64 896 896",focusable:"false"},children:[{tag:"path",attrs:{d:"M758.2 839.1C851.8 765.9 912 651.9 912 523.9 912 303 733.5 124.3 512.6 124 291.4 123.7 112 302.8 112 523.9c0 125.2 57.5 236.9 147.6 310.2 3.5 2.8 8.6 2.2 11.4-1.3l39.4-50.5c2.7-3.4 2.1-8.3-1.2-11.1-8.1-6.6-15.9-13.7-23.4-21.2a318.64 318.64 0 01-68.6-101.7C200.4 609 192 567.1 192 523.9s8.4-85.1 25.1-124.5c16.1-38.1 39.2-72.3 68.6-101.7 29.4-29.4 63.6-52.5 101.7-68.6C426.9 212.4 468.8 204 512 204s85.1 8.4 124.5 25.1c38.1 16.1 72.3 39.2 101.7 68.6 29.4 29.4 52.5 63.6 68.6 101.7 16.7 39.4 25.1 81.3 25.1 124.5s-8.4 85.1-25.1 124.5a318.64 318.64 0 01-68.6 101.7c-9.3 9.3-19.1 18-29.3 26L668.2 724a8 8 0 00-14.1 3l-39.6 162.2c-1.2 5 2.6 9.9 7.7 9.9l167 .8c6.7 0 10.5-7.7 6.3-12.9l-37.3-47.9z"}}]},name:"redo",theme:"outlined"};function W(){return W=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var a in i)Object.prototype.hasOwnProperty.call(i,a)&&(e[a]=i[a])}return e},W.apply(this,arguments)}const Ce=(e,t)=>o.createElement(n.Icon,W({},e,{ref:t,icon:Re})),ne=o.forwardRef(Ce);process.env.NODE_ENV!=="production"&&(ne.displayName="RedoOutlined");const Oe=({datePickerComponent:e,searchText:t,noDateText:i,emptyText:a,searchSelect:r,radioOptions:s,searchOptions:p,searchType:h,textSearchValue:b="",dateSearchValue:S,numberSearchValue:d,multiselectSearchValue:$,multiselectOptions:w,onChangeSearch:R,onChangeTextSearch:v,onChangeRadioSearch:M,onChangeDateSearch:C,onChangeNumberSearch:E,onChangeMultiselectSearch:f})=>{const[l,N]=K.useState(b),{token:{borderRadius:V,colorBgBase:x,paddingXXS:c}}=n.theme.useToken(),{isMobileMaxWidth:I}=n.useMobileViewPort(),{isSmallMaxWidth:y}=n.useSmallViewPort(),O=K.useMemo(()=>y?2:I?5:15,[I,y]);n.useDebounce(()=>{v==null||v(l)},n.TIME.milliseconds.milliseconds500,[l]);const D=()=>{N("")},H=m=>{R(m),D()},A=m=>{N(m.target.value.replace(/"/g,""))},u=m=>{C==null||C(m)},P=m=>{!m&&m!==0||E==null||E(+m)};return n.jsxRuntimeExports.jsxs(n.Flex,{className:n.styles.flex,gap:"small",style:{padding:c,borderRadius:V,background:x},children:[n.jsxRuntimeExports.jsx(n.Select,{defaultValue:r,value:r,style:{width:120,minWidth:120},options:p,onChange:H}),{text:n.jsxRuntimeExports.jsx(n.Input,{placeholder:t,value:l,allowClear:!0,onChange:A}),radio:n.jsxRuntimeExports.jsx(te,{options:s,defaultValue:n.searchRadioDefaultValue,onChange:M}),date:K.cloneElement(e,{noDateText:i,currentValue:S??"",onChangeDate:u}),number:n.jsxRuntimeExports.jsx(n.BaseInputNumber,{emptyText:a,value:d,placeholder:t,min:0,max:2147483647,onChange:P}),multiselect:n.jsxRuntimeExports.jsx(n.Select,{className:n.styles.select,mode:"multiple",placeholder:t,maxTagCount:1,maxTagTextLength:O,showSearch:!1,allowClear:!0,options:w,value:$,onChange:f})}[h]]})},Ee=({sortTooltipText:e,updateDataText:t,refreshText:i,createText:a,createNewElementText:r,order:s,orderOptions:p,createButtonTooltip:h,searchProps:b,isCanCreate:S,isHiddenCreate:d,onCreate:$,onRefetch:w,onChangeOrder:R})=>n.jsxRuntimeExports.jsxs(n.Flex,{gap:"middle",justify:"space-between",wrap:"wrap",style:{marginBottom:n.THEME.OFFSET[1]},children:[n.jsxRuntimeExports.jsxs(n.Flex,{align:"center",gap:"middle",wrap:"wrap",children:[n.jsxRuntimeExports.jsx(Oe,{...b}),n.jsxRuntimeExports.jsx(n.Tooltip,{title:e,children:n.jsxRuntimeExports.jsx(n.Select,{className:n.styles.sort,value:s,options:p,onChange:R})})]}),n.jsxRuntimeExports.jsxs(n.Flex,{className:n.styles.buttonsContainer,gap:"small",align:"center",children:[w&&n.jsxRuntimeExports.jsx(n.Tooltip,{title:t,children:n.jsxRuntimeExports.jsx(n.Button,{className:n.styles.button,icon:n.jsxRuntimeExports.jsx(ne,{}),onClick:w,children:i})}),!d&&S&&n.jsxRuntimeExports.jsx(n.Tooltip,{title:h??r,children:n.jsxRuntimeExports.jsx(n.Button,{className:n.styles.button,type:"primary",icon:n.jsxRuntimeExports.jsx(n.RefIcon,{}),onClick:$,children:a})})]})]});exports.TableHead=Ee;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { _ as F, u as Ce, C as Re, a as G, c as
|
|
1
|
+
import { _ as F, u as Ce, C as Re, a as G, c as X, b as de, d as je, e as Oe, o as Ne, f as ie, g as L, h as ue, i as Me, m as Ee, r as Ie, j as He, k as B, l as Pe, t as Ve, n as De, p as Be, q as Te, I as Ae, s as _e, v as ze, w as Fe, x as Ke, T as Le, y as v, F as U, z as W, S as Z, B as We, A as Xe, D as qe, E as Ue, G as J, H as oe, R as Ge } from "./index-C3Vn3Rhp.js";
|
|
2
2
|
import * as i from "react";
|
|
3
3
|
import { useState as Ye, useMemo as Je, cloneElement as Ze } from "react";
|
|
4
4
|
var le = function(t, n) {
|
|
@@ -26,32 +26,32 @@ var le = function(t, n) {
|
|
|
26
26
|
bottom: 0,
|
|
27
27
|
height: 0
|
|
28
28
|
};
|
|
29
|
-
},
|
|
29
|
+
}, V = function(t) {
|
|
30
30
|
return t !== void 0 ? "".concat(t, "px") : void 0;
|
|
31
31
|
};
|
|
32
32
|
function Qe(e) {
|
|
33
|
-
var t = e.prefixCls, n = e.containerRef, a = e.value, o = e.getValueIndex, r = e.motionName, p = e.onMotionStart, h = e.onMotionEnd, b = e.direction, x = e.vertical, d = x === void 0 ? !1 : x, w = i.useRef(null), C = i.useState(a), R = F(C, 2), f = R[0],
|
|
33
|
+
var t = e.prefixCls, n = e.containerRef, a = e.value, o = e.getValueIndex, r = e.motionName, p = e.onMotionStart, h = e.onMotionEnd, b = e.direction, x = e.vertical, d = x === void 0 ? !1 : x, w = i.useRef(null), C = i.useState(a), R = F(C, 2), f = R[0], E = R[1], j = function(H) {
|
|
34
34
|
var u, z = o(H), P = (u = n.current) === null || u === void 0 ? void 0 : u.querySelectorAll(".".concat(t, "-item"))[z];
|
|
35
35
|
return (P == null ? void 0 : P.offsetParent) && P;
|
|
36
|
-
}, N = i.useState(null), m = F(N, 2), l = m[0], M = m[1], T = i.useState(null), S = F(T, 2), s = S[0],
|
|
36
|
+
}, N = i.useState(null), m = F(N, 2), l = m[0], M = m[1], T = i.useState(null), S = F(T, 2), s = S[0], I = S[1];
|
|
37
37
|
Ce(function() {
|
|
38
38
|
if (f !== a) {
|
|
39
39
|
var c = j(f), H = j(a), u = le(c, d), z = le(H, d);
|
|
40
|
-
|
|
40
|
+
E(a), M(u), I(z), c && H ? p() : h();
|
|
41
41
|
}
|
|
42
42
|
}, [a]);
|
|
43
43
|
var y = i.useMemo(function() {
|
|
44
44
|
if (d) {
|
|
45
45
|
var c;
|
|
46
|
-
return
|
|
46
|
+
return V((c = l == null ? void 0 : l.top) !== null && c !== void 0 ? c : 0);
|
|
47
47
|
}
|
|
48
|
-
return
|
|
48
|
+
return V(b === "rtl" ? -(l == null ? void 0 : l.right) : l == null ? void 0 : l.left);
|
|
49
49
|
}, [d, b, l]), O = i.useMemo(function() {
|
|
50
50
|
if (d) {
|
|
51
51
|
var c;
|
|
52
|
-
return
|
|
52
|
+
return V((c = s == null ? void 0 : s.top) !== null && c !== void 0 ? c : 0);
|
|
53
53
|
}
|
|
54
|
-
return
|
|
54
|
+
return V(b === "rtl" ? -(s == null ? void 0 : s.right) : s == null ? void 0 : s.left);
|
|
55
55
|
}, [d, b, s]), A = function() {
|
|
56
56
|
return d ? {
|
|
57
57
|
transform: "translateY(var(--thumb-start-top))",
|
|
@@ -60,7 +60,7 @@ function Qe(e) {
|
|
|
60
60
|
transform: "translateX(var(--thumb-start-left))",
|
|
61
61
|
width: "var(--thumb-start-width)"
|
|
62
62
|
};
|
|
63
|
-
},
|
|
63
|
+
}, D = function() {
|
|
64
64
|
return d ? {
|
|
65
65
|
transform: "translateY(var(--thumb-active-top))",
|
|
66
66
|
height: "var(--thumb-active-height)"
|
|
@@ -69,29 +69,29 @@ function Qe(e) {
|
|
|
69
69
|
width: "var(--thumb-active-width)"
|
|
70
70
|
};
|
|
71
71
|
}, _ = function() {
|
|
72
|
-
M(null),
|
|
72
|
+
M(null), I(null), h();
|
|
73
73
|
};
|
|
74
74
|
return !l || !s ? null : /* @__PURE__ */ i.createElement(Re, {
|
|
75
75
|
visible: !0,
|
|
76
76
|
motionName: r,
|
|
77
77
|
motionAppear: !0,
|
|
78
78
|
onAppearStart: A,
|
|
79
|
-
onAppearActive:
|
|
79
|
+
onAppearActive: D,
|
|
80
80
|
onVisibleChanged: _
|
|
81
81
|
}, function(c, H) {
|
|
82
82
|
var u = c.className, z = c.style, P = G(G({}, z), {}, {
|
|
83
83
|
"--thumb-start-left": y,
|
|
84
|
-
"--thumb-start-width":
|
|
84
|
+
"--thumb-start-width": V(l == null ? void 0 : l.width),
|
|
85
85
|
"--thumb-active-left": O,
|
|
86
|
-
"--thumb-active-width":
|
|
86
|
+
"--thumb-active-width": V(s == null ? void 0 : s.width),
|
|
87
87
|
"--thumb-start-top": y,
|
|
88
|
-
"--thumb-start-height":
|
|
88
|
+
"--thumb-start-height": V(l == null ? void 0 : l.height),
|
|
89
89
|
"--thumb-active-top": O,
|
|
90
|
-
"--thumb-active-height":
|
|
90
|
+
"--thumb-active-height": V(s == null ? void 0 : s.height)
|
|
91
91
|
}), q = {
|
|
92
92
|
ref: de(w, H),
|
|
93
93
|
style: P,
|
|
94
|
-
className:
|
|
94
|
+
className: X("".concat(t, "-thumb"), u)
|
|
95
95
|
};
|
|
96
96
|
return process.env.NODE_ENV === "test" && (q["data-test-style"] = JSON.stringify(P)), /* @__PURE__ */ i.createElement("div", q);
|
|
97
97
|
});
|
|
@@ -121,12 +121,12 @@ function tt(e) {
|
|
|
121
121
|
});
|
|
122
122
|
}
|
|
123
123
|
var at = function(t) {
|
|
124
|
-
var n = t.prefixCls, a = t.className, o = t.disabled, r = t.checked, p = t.label, h = t.title, b = t.value, x = t.name, d = t.onChange, w = t.onFocus, C = t.onBlur, R = t.onKeyDown, f = t.onKeyUp,
|
|
124
|
+
var n = t.prefixCls, a = t.className, o = t.disabled, r = t.checked, p = t.label, h = t.title, b = t.value, x = t.name, d = t.onChange, w = t.onFocus, C = t.onBlur, R = t.onKeyDown, f = t.onKeyUp, E = t.onMouseDown, j = function(m) {
|
|
125
125
|
o || d(m, b);
|
|
126
126
|
};
|
|
127
127
|
return /* @__PURE__ */ i.createElement("label", {
|
|
128
|
-
className:
|
|
129
|
-
onMouseDown:
|
|
128
|
+
className: X(a, L({}, "".concat(n, "-item-disabled"), o)),
|
|
129
|
+
onMouseDown: E
|
|
130
130
|
}, /* @__PURE__ */ i.createElement("input", {
|
|
131
131
|
name: x,
|
|
132
132
|
className: "".concat(n, "-item-input"),
|
|
@@ -144,14 +144,14 @@ var at = function(t) {
|
|
|
144
144
|
"aria-selected": r
|
|
145
145
|
}, p));
|
|
146
146
|
}, me = /* @__PURE__ */ i.forwardRef(function(e, t) {
|
|
147
|
-
var n, a, o = e.prefixCls, r = o === void 0 ? "rc-segmented" : o, p = e.direction, h = e.vertical, b = e.options, x = b === void 0 ? [] : b, d = e.disabled, w = e.defaultValue, C = e.value, R = e.name, f = e.onChange,
|
|
147
|
+
var n, a, o = e.prefixCls, r = o === void 0 ? "rc-segmented" : o, p = e.direction, h = e.vertical, b = e.options, x = b === void 0 ? [] : b, d = e.disabled, w = e.defaultValue, C = e.value, R = e.name, f = e.onChange, E = e.className, j = E === void 0 ? "" : E, N = e.motionName, m = N === void 0 ? "thumb-motion" : N, l = je(e, ke), M = i.useRef(null), T = i.useMemo(function() {
|
|
148
148
|
return de(M, t);
|
|
149
149
|
}, [M, t]), S = i.useMemo(function() {
|
|
150
150
|
return tt(x);
|
|
151
151
|
}, [x]), s = Oe((n = S[0]) === null || n === void 0 ? void 0 : n.value, {
|
|
152
152
|
value: C,
|
|
153
153
|
defaultValue: w
|
|
154
|
-
}),
|
|
154
|
+
}), I = F(s, 2), y = I[0], O = I[1], A = i.useState(!1), D = F(A, 2), _ = D[0], c = D[1], H = function($, K) {
|
|
155
155
|
O(K), f == null || f(K);
|
|
156
156
|
}, u = Ne(l, ["children"]), z = i.useState(!1), P = F(z, 2), q = P[0], k = P[1], ge = i.useState(!1), ee = F(ge, 2), he = ee[0], te = ee[1], be = function() {
|
|
157
157
|
te(!0);
|
|
@@ -183,7 +183,7 @@ var at = function(t) {
|
|
|
183
183
|
"aria-label": "segmented control",
|
|
184
184
|
tabIndex: d ? void 0 : 0
|
|
185
185
|
}, u, {
|
|
186
|
-
className:
|
|
186
|
+
className: X(r, (a = {}, L(a, "".concat(r, "-rtl"), p === "rtl"), L(a, "".concat(r, "-disabled"), d), L(a, "".concat(r, "-vertical"), h), a), j),
|
|
187
187
|
ref: T
|
|
188
188
|
}), /* @__PURE__ */ i.createElement("div", {
|
|
189
189
|
className: "".concat(r, "-group")
|
|
@@ -211,7 +211,7 @@ var at = function(t) {
|
|
|
211
211
|
name: R,
|
|
212
212
|
key: g.value,
|
|
213
213
|
prefixCls: r,
|
|
214
|
-
className:
|
|
214
|
+
className: X(g.className, "".concat(r, "-item"), ($ = {}, L($, "".concat(r, "-item-selected"), g.value === y && !_), L($, "".concat(r, "-item-focused"), he && q && g.value === y), $)),
|
|
215
215
|
checked: g.value === y,
|
|
216
216
|
onChange: H,
|
|
217
217
|
onFocus: be,
|
|
@@ -241,12 +241,12 @@ function se(e) {
|
|
|
241
241
|
}
|
|
242
242
|
const it = Object.assign({
|
|
243
243
|
overflow: "hidden"
|
|
244
|
-
},
|
|
244
|
+
}, Ve), ot = (e) => {
|
|
245
245
|
const {
|
|
246
246
|
componentCls: t
|
|
247
247
|
} = e, n = e.calc(e.controlHeight).sub(e.calc(e.trackPadding).mul(2)).equal(), a = e.calc(e.controlHeightLG).sub(e.calc(e.trackPadding).mul(2)).equal(), o = e.calc(e.controlHeightSM).sub(e.calc(e.trackPadding).mul(2)).equal();
|
|
248
248
|
return {
|
|
249
|
-
[t]: Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({},
|
|
249
|
+
[t]: Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({}, Ie(e)), {
|
|
250
250
|
display: "inline-block",
|
|
251
251
|
padding: e.trackPadding,
|
|
252
252
|
color: e.itemColor,
|
|
@@ -422,7 +422,7 @@ const it = Object.assign({
|
|
|
422
422
|
const {
|
|
423
423
|
lineWidth: t,
|
|
424
424
|
calc: n
|
|
425
|
-
} = e, a =
|
|
425
|
+
} = e, a = Ee(e, {
|
|
426
426
|
segmentedPaddingHorizontal: n(e.controlPaddingHorizontal).sub(t).equal(),
|
|
427
427
|
segmentedPaddingHorizontalSM: n(e.controlPaddingHorizontalSM).sub(t).equal()
|
|
428
428
|
});
|
|
@@ -439,7 +439,7 @@ function st(e) {
|
|
|
439
439
|
return typeof e == "object" && !!(e != null && e.icon);
|
|
440
440
|
}
|
|
441
441
|
const ct = /* @__PURE__ */ i.forwardRef((e, t) => {
|
|
442
|
-
const n =
|
|
442
|
+
const n = De(), {
|
|
443
443
|
prefixCls: a,
|
|
444
444
|
className: o,
|
|
445
445
|
rootClassName: r,
|
|
@@ -452,23 +452,23 @@ const ct = /* @__PURE__ */ i.forwardRef((e, t) => {
|
|
|
452
452
|
name: C = n
|
|
453
453
|
} = e, R = ce(e, ["prefixCls", "className", "rootClassName", "block", "options", "size", "style", "vertical", "shape", "name"]), {
|
|
454
454
|
getPrefixCls: f,
|
|
455
|
-
direction:
|
|
455
|
+
direction: E,
|
|
456
456
|
className: j,
|
|
457
457
|
style: N
|
|
458
458
|
} = Be("segmented"), m = f("segmented", a), [l, M, T] = rt(m), S = Te(b), s = i.useMemo(() => h.map((O) => {
|
|
459
459
|
if (st(O)) {
|
|
460
460
|
const {
|
|
461
461
|
icon: A,
|
|
462
|
-
label:
|
|
462
|
+
label: D
|
|
463
463
|
} = O, _ = ce(O, ["icon", "label"]);
|
|
464
464
|
return Object.assign(Object.assign({}, _), {
|
|
465
465
|
label: /* @__PURE__ */ i.createElement(i.Fragment, null, /* @__PURE__ */ i.createElement("span", {
|
|
466
466
|
className: `${m}-item-icon`
|
|
467
|
-
}, A),
|
|
467
|
+
}, A), D && /* @__PURE__ */ i.createElement("span", null, D))
|
|
468
468
|
});
|
|
469
469
|
}
|
|
470
470
|
return O;
|
|
471
|
-
}), [h, m]),
|
|
471
|
+
}), [h, m]), I = X(o, r, j, {
|
|
472
472
|
[`${m}-block`]: p,
|
|
473
473
|
[`${m}-sm`]: S === "small",
|
|
474
474
|
[`${m}-lg`]: S === "large",
|
|
@@ -477,12 +477,12 @@ const ct = /* @__PURE__ */ i.forwardRef((e, t) => {
|
|
|
477
477
|
}, M, T), y = Object.assign(Object.assign({}, N), x);
|
|
478
478
|
return l(/* @__PURE__ */ i.createElement(nt, Object.assign({}, R, {
|
|
479
479
|
name: C,
|
|
480
|
-
className:
|
|
480
|
+
className: I,
|
|
481
481
|
style: y,
|
|
482
482
|
options: s,
|
|
483
483
|
ref: t,
|
|
484
484
|
prefixCls: m,
|
|
485
|
-
direction:
|
|
485
|
+
direction: E,
|
|
486
486
|
vertical: d
|
|
487
487
|
})));
|
|
488
488
|
}), ve = ct;
|
|
@@ -519,14 +519,14 @@ const mt = ({
|
|
|
519
519
|
multiselectOptions: C,
|
|
520
520
|
onChangeSearch: R,
|
|
521
521
|
onChangeTextSearch: f,
|
|
522
|
-
onChangeRadioSearch:
|
|
522
|
+
onChangeRadioSearch: E,
|
|
523
523
|
onChangeDateSearch: j,
|
|
524
524
|
onChangeNumberSearch: N,
|
|
525
525
|
onChangeMultiselectSearch: m
|
|
526
526
|
}) => {
|
|
527
527
|
const [l, M] = Ye(b), {
|
|
528
528
|
token: { borderRadius: T, colorBgBase: S, paddingXXS: s }
|
|
529
|
-
} = _e.useToken(), { isMobileMaxWidth:
|
|
529
|
+
} = _e.useToken(), { isMobileMaxWidth: I } = ze(), { isSmallMaxWidth: y } = Fe(), O = Je(() => y ? 2 : I ? 5 : 15, [I, y]);
|
|
530
530
|
Ke(
|
|
531
531
|
() => {
|
|
532
532
|
f == null || f(l);
|
|
@@ -536,7 +536,7 @@ const mt = ({
|
|
|
536
536
|
);
|
|
537
537
|
const A = () => {
|
|
538
538
|
M("");
|
|
539
|
-
},
|
|
539
|
+
}, D = (u) => {
|
|
540
540
|
R(u), A();
|
|
541
541
|
}, _ = (u) => {
|
|
542
542
|
M(u.target.value.replace(/"/g, ""));
|
|
@@ -548,7 +548,7 @@ const mt = ({
|
|
|
548
548
|
return /* @__PURE__ */ v.jsxs(
|
|
549
549
|
U,
|
|
550
550
|
{
|
|
551
|
-
className:
|
|
551
|
+
className: W.flex,
|
|
552
552
|
gap: "small",
|
|
553
553
|
style: {
|
|
554
554
|
padding: s,
|
|
@@ -563,7 +563,7 @@ const mt = ({
|
|
|
563
563
|
value: o,
|
|
564
564
|
style: { width: 120, minWidth: 120 },
|
|
565
565
|
options: p,
|
|
566
|
-
onChange:
|
|
566
|
+
onChange: D
|
|
567
567
|
}
|
|
568
568
|
),
|
|
569
569
|
{
|
|
@@ -572,17 +572,20 @@ const mt = ({
|
|
|
572
572
|
ve,
|
|
573
573
|
{
|
|
574
574
|
options: r,
|
|
575
|
-
defaultValue:
|
|
576
|
-
onChange:
|
|
575
|
+
defaultValue: Xe,
|
|
576
|
+
onChange: E
|
|
577
|
+
}
|
|
578
|
+
),
|
|
579
|
+
date: Ze(
|
|
580
|
+
e,
|
|
581
|
+
{
|
|
582
|
+
noDateText: n,
|
|
583
|
+
currentValue: x ?? "",
|
|
584
|
+
onChangeDate: c
|
|
577
585
|
}
|
|
578
586
|
),
|
|
579
|
-
date: Ze(e, {
|
|
580
|
-
noDateText: n,
|
|
581
|
-
currentValue: x ?? "",
|
|
582
|
-
onChangeDate: c
|
|
583
|
-
}),
|
|
584
587
|
number: /* @__PURE__ */ v.jsx(
|
|
585
|
-
|
|
588
|
+
We,
|
|
586
589
|
{
|
|
587
590
|
emptyText: a,
|
|
588
591
|
value: d,
|
|
@@ -595,7 +598,7 @@ const mt = ({
|
|
|
595
598
|
multiselect: /* @__PURE__ */ v.jsx(
|
|
596
599
|
Z,
|
|
597
600
|
{
|
|
598
|
-
className:
|
|
601
|
+
className: W.select,
|
|
599
602
|
mode: "multiple",
|
|
600
603
|
placeholder: t,
|
|
601
604
|
maxTagCount: 1,
|
|
@@ -641,19 +644,19 @@ const mt = ({
|
|
|
641
644
|
/* @__PURE__ */ v.jsx(J, { title: e, children: /* @__PURE__ */ v.jsx(
|
|
642
645
|
Z,
|
|
643
646
|
{
|
|
644
|
-
className:
|
|
647
|
+
className: W.sort,
|
|
645
648
|
value: r,
|
|
646
649
|
options: p,
|
|
647
650
|
onChange: R
|
|
648
651
|
}
|
|
649
652
|
) })
|
|
650
653
|
] }),
|
|
651
|
-
/* @__PURE__ */ v.jsxs(U, { className:
|
|
652
|
-
C && /* @__PURE__ */ v.jsx(J, { title: t, children: /* @__PURE__ */ v.jsx(oe, { className:
|
|
654
|
+
/* @__PURE__ */ v.jsxs(U, { className: W.buttonsContainer, gap: "small", align: "center", children: [
|
|
655
|
+
C && /* @__PURE__ */ v.jsx(J, { title: t, children: /* @__PURE__ */ v.jsx(oe, { className: W.button, icon: /* @__PURE__ */ v.jsx(fe, {}), onClick: C, children: n }) }),
|
|
653
656
|
!d && x && /* @__PURE__ */ v.jsx(J, { title: h ?? o, children: /* @__PURE__ */ v.jsx(
|
|
654
657
|
oe,
|
|
655
658
|
{
|
|
656
|
-
className:
|
|
659
|
+
className: W.button,
|
|
657
660
|
type: "primary",
|
|
658
661
|
icon: /* @__PURE__ */ v.jsx(Ge, {}),
|
|
659
662
|
onClick: w,
|