@inntechcorp/it-design 2.2.35 → 2.2.36
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs.js +10 -2
- package/dist/index.esm.js +10 -2
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -1928,7 +1928,7 @@ function(b,z){M.exports?M.exports=z(Eo()):z(b.moment)}(Fo,(function(M){void 0===
|
|
|
1928
1928
|
|
|
1929
1929
|
|
|
1930
1930
|
|
|
1931
|
-
`;function Bn({className:M="",children:b,style:o}){const c=p.useRef(null);return p.useEffect((()=>{if(c.current){const M=Rn(c.current,{paddingAbsolute:!0,showNativeOverlaidScrollbars:!1,overflow:{x:"hidden",y:"scroll"},scrollbars:{theme:"os-theme-dark",visibility:"auto",autoHide:"leave",autoHideDelay:1300,dragScroll:!0,clickScroll:!0,pointers:["mouse","touch","pen"]}});return()=>{M.destroy()}}}),[]),z.jsx(Nn,{style:o,children:z.jsx("div",{ref:c,className:`os-viewport ${M}`,style:{width:"100%",overflow:"auto"},children:b})})}const vn=n.div`
|
|
1931
|
+
`;function Bn({className:M="",children:b,style:o}){const c=p.useRef(null);return p.useEffect((()=>{if(c.current){const M=Rn(c.current,{paddingAbsolute:!0,showNativeOverlaidScrollbars:!1,overflow:{x:"hidden",y:"scroll"},scrollbars:{theme:"os-theme-dark",visibility:"auto",autoHide:"leave",autoHideDelay:1300,dragScroll:!0,clickScroll:!0,pointers:["mouse","touch","pen"]},update:{elementEvents:[["img","load"]],debounce:[0,33],attributes:null,ignoreMutation:null}});return()=>{M.destroy()}}}),[]),z.jsx(Nn,{style:o,children:z.jsx("div",{ref:c,className:`os-viewport ${M}`,style:{width:"100%",overflow:"auto"},children:b})})}const vn=n.div`
|
|
1932
1932
|
|
|
1933
1933
|
min-width: 100%;
|
|
1934
1934
|
min-height: 40px;
|
|
@@ -1938,6 +1938,14 @@ function(b,z){M.exports?M.exports=z(Eo()):z(b.moment)}(Fo,(function(M){void 0===
|
|
|
1938
1938
|
transform-box: fill-box;
|
|
1939
1939
|
transform-origin: 50% 1%;
|
|
1940
1940
|
|
|
1941
|
+
/* iOS Safari için layout shift önleme */
|
|
1942
|
+
-webkit-transform: translate3d(0, 0, 0);
|
|
1943
|
+
transform: translate3d(0, 0, 0);
|
|
1944
|
+
-webkit-backface-visibility: hidden;
|
|
1945
|
+
backface-visibility: hidden;
|
|
1946
|
+
-webkit-perspective: 1000;
|
|
1947
|
+
perspective: 1000;
|
|
1948
|
+
|
|
1941
1949
|
ul {
|
|
1942
1950
|
min-width: max-content;
|
|
1943
1951
|
}
|
|
@@ -2386,7 +2394,7 @@ function(b,z){M.exports?M.exports=z(Eo()):z(b.moment)}(Fo,(function(M){void 0===
|
|
|
2386
2394
|
}
|
|
2387
2395
|
`}
|
|
2388
2396
|
|
|
2389
|
-
`,En=p.forwardRef((({id:M="itd-select-"+OM(),position:o="bottom",direction:c="right",size:e="default",variant:O="default",placeholder:t="Please Select",className:n="",multi:A=!1,disabled:a=!1,showSearch:r=!1,locked:i=!1,floating:d=!1,options:q=[],value:s,defaultValue:l,label:W,prefix:u,suffix:f,icon:h,image:R,style:L,onChange:m,onUpdate:g},N)=>{const{t:B}=b.useTranslation("itd"),v=p.useRef(null),[x,X]=p.useState(!1),[y,w]=p.useState(""),[S,k]=p.useState(void 0),[E,C]=p.useState("");p.useEffect((()=>{x||setTimeout((()=>{w("")}),300)}),[x]),p.useEffect((()=>{void 0!==l&&k(l)}),[l]),p.useEffect((()=>{void 0!==s&&k(s)}),[s]),T(v,(()=>{x&&X(!1)})),_((()=>{x&&X(!1)}));const D=(M,b=!0,z=!0)=>{g&&g(M,b,z)};p.useImperativeHandle(N,(()=>({reset(M=!0,b=!0){const z=l||(A?[]:void 0);k(z),C(""),D(z,M,b)},setValue(M,b=!0,z=!0){k(M),D(M,b,z)},getValue:()=>S||(A?[]:""),setError(M){C(M||"")},clear(){}})));const P=()=>"x-small"===e?"xs":"small"===e?"sm":"medium"===e?"md":"default"===e?"df":"large"===e?"lg":"x-large"===e?"xlg":"df";return p.useEffect((()=>{if(x&&A&&S&&Array.isArray(S)&&S.length>0){const M=q.find((M=>S.includes(M.value.toString())));if(M){const b=document.querySelector(`[data-value="${M.value}"]`);b&&setTimeout((()=>{b.scrollIntoView({behavior:"instant",block:"nearest",inline:"start"})}),50)}}}),[x]),z.jsxs(kn,{ref:v,className:(()=>{let M="itd-select";return M+=" itd-select-"+O,M+=" itd-select-"+(A?"multi":"single"),M+=" itd-select-"+c,M+=" itd-select-"+P(),x&&(M+=" itd-select-open"),E&&(M+=" itd-select-status-error"),a&&(M+=" itd-select-disabled"),r&&(M+=" itd-select-search"),h&&(M+=" itd-icon"),R&&(M+=" itd-image"),""!==n&&(M+=" "+n),M})(),...(()=>{let M={style:void 0,disabled:!1,$hasImage:null!=R,$hasIcon:null!=h,$size:P(),$filled:void 0!==S};return a&&(M.disabled=!0),L&&(M.style=L),M})(),children:[z.jsx(Vc,{id:M,labelType:d?"floating":"single",value:S,placeholder:q.length>0?t:"",onChange:M=>{X(M)},onFocus:()=>{X(!0)},onBlur:()=>{X(!1)},onShow:M=>{X(M)},onFilter:M=>{x&&w(M)},errorMessage:E,size:e,icon:h,prefix:u,suffix:f,image:R,label:(()=>{if(W)return W;if(void 0===S)return;let M="";if(A){const b=q.filter((M=>M.value===S[0]))[0];Array.isArray(S)&&(1===S.length?b&&(M=b.label):S.length>1&&(M=B("placeholders.multipleSelection",{count:S.length})))}else{const b=q.filter((M=>M.value===S))[0];b&&(M=b.label)}return M})(),disabled:a,isOpen:x,multi:A,locked:i,showSearch:r}),z.jsx(Xn,{onClose:()=>{X(!1)},onChange:M=>{C(""),D(M),k(M),A||X(!1),m&&m(M)},defaultValue:S,position:o,direction:c,isOpen:x,multi:A,children:(()=>{let M=[];return q.map((b=>{if(""!==y&&"string"==typeof b.value&&("searchText"in b&&"string"==typeof b.searchText?!b.searchText.toLocaleLowerCase().includes(y.toLocaleLowerCase()):!b.value.toLocaleLowerCase().includes(y.toLocaleLowerCase())&&!(M=>{if("string"==typeof M)return M.toLocaleLowerCase();if(Array.isArray(M)){let b="";return M.forEach((M=>{"string"==typeof M&&(b+=M.toLocaleLowerCase())})),b}return""})(b.label).includes(y.toLocaleLowerCase())))return;let z={value:b.value,label:b.label};b.icon&&(z={...z,icon:b.icon}),b.image&&(z={...z,image:b.image}),b.key&&(z={...z,customKey:b.key}),A&&S&&Array.isArray(S)&&(z={...z,multi:!0,checked:S.includes(b.value.toString())}),M.push(p.createElement(gc,{...z,key:b.key?b.key:b.value.toString()}))})),0===M.length&&M.push(z.jsx("div",{className:"itd-select-not-found",style:{padding:"20px",textAlign:"center"},children:"Not Found"},"not-found")),M})()})]})}));En.displayName="Select";const Cn=n.div`
|
|
2397
|
+
`,En=p.forwardRef((({id:M="itd-select-"+OM(),position:o="bottom",direction:c="right",size:e="default",variant:O="default",placeholder:t="Please Select",className:n="",multi:A=!1,disabled:a=!1,showSearch:r=!1,locked:i=!1,floating:d=!1,options:q=[],value:s,defaultValue:l,label:W,prefix:u,suffix:f,icon:h,image:R,style:L,onChange:m,onUpdate:g},N)=>{const{t:B}=b.useTranslation("itd"),v=p.useRef(null),[x,X]=p.useState(!1),[y,w]=p.useState(""),[S,k]=p.useState(void 0),[E,C]=p.useState("");p.useEffect((()=>{x||setTimeout((()=>{w("")}),300)}),[x]),p.useEffect((()=>{if(x){const M=window.innerWidth-document.documentElement.clientWidth;M>0&&(document.body.style.paddingRight=`${M}px`,document.body.style.overflow="hidden")}else document.body.style.paddingRight="",document.body.style.overflow="";return()=>{document.body.style.paddingRight="",document.body.style.overflow=""}}),[x]),p.useEffect((()=>{void 0!==l&&k(l)}),[l]),p.useEffect((()=>{void 0!==s&&k(s)}),[s]),T(v,(()=>{x&&X(!1)})),_((()=>{x&&X(!1)}));const D=(M,b=!0,z=!0)=>{g&&g(M,b,z)};p.useImperativeHandle(N,(()=>({reset(M=!0,b=!0){const z=l||(A?[]:void 0);k(z),C(""),D(z,M,b)},setValue(M,b=!0,z=!0){k(M),D(M,b,z)},getValue:()=>S||(A?[]:""),setError(M){C(M||"")},clear(){}})));const P=()=>"x-small"===e?"xs":"small"===e?"sm":"medium"===e?"md":"default"===e?"df":"large"===e?"lg":"x-large"===e?"xlg":"df";return p.useEffect((()=>{if(x&&A&&S&&Array.isArray(S)&&S.length>0){const M=q.find((M=>S.includes(M.value.toString())));if(M){const b=document.querySelector(`[data-value="${M.value}"]`);b&&setTimeout((()=>{b.scrollIntoView({behavior:"instant",block:"nearest",inline:"start"})}),50)}}}),[x]),z.jsxs(kn,{ref:v,className:(()=>{let M="itd-select";return M+=" itd-select-"+O,M+=" itd-select-"+(A?"multi":"single"),M+=" itd-select-"+c,M+=" itd-select-"+P(),x&&(M+=" itd-select-open"),E&&(M+=" itd-select-status-error"),a&&(M+=" itd-select-disabled"),r&&(M+=" itd-select-search"),h&&(M+=" itd-icon"),R&&(M+=" itd-image"),""!==n&&(M+=" "+n),M})(),...(()=>{let M={style:void 0,disabled:!1,$hasImage:null!=R,$hasIcon:null!=h,$size:P(),$filled:void 0!==S};return a&&(M.disabled=!0),L&&(M.style=L),M})(),children:[z.jsx(Vc,{id:M,labelType:d?"floating":"single",value:S,placeholder:q.length>0?t:"",onChange:M=>{X(M)},onFocus:()=>{X(!0)},onBlur:()=>{X(!1)},onShow:M=>{X(M)},onFilter:M=>{x&&w(M)},errorMessage:E,size:e,icon:h,prefix:u,suffix:f,image:R,label:(()=>{if(W)return W;if(void 0===S)return;let M="";if(A){const b=q.filter((M=>M.value===S[0]))[0];Array.isArray(S)&&(1===S.length?b&&(M=b.label):S.length>1&&(M=B("placeholders.multipleSelection",{count:S.length})))}else{const b=q.filter((M=>M.value===S))[0];b&&(M=b.label)}return M})(),disabled:a,isOpen:x,multi:A,locked:i,showSearch:r}),z.jsx(Xn,{onClose:()=>{X(!1)},onChange:M=>{C(""),D(M),k(M),A||X(!1),m&&m(M)},defaultValue:S,position:o,direction:c,isOpen:x,multi:A,children:(()=>{let M=[];return q.map((b=>{if(""!==y&&"string"==typeof b.value&&("searchText"in b&&"string"==typeof b.searchText?!b.searchText.toLocaleLowerCase().includes(y.toLocaleLowerCase()):!b.value.toLocaleLowerCase().includes(y.toLocaleLowerCase())&&!(M=>{if("string"==typeof M)return M.toLocaleLowerCase();if(Array.isArray(M)){let b="";return M.forEach((M=>{"string"==typeof M&&(b+=M.toLocaleLowerCase())})),b}return""})(b.label).includes(y.toLocaleLowerCase())))return;let z={value:b.value,label:b.label};b.icon&&(z={...z,icon:b.icon}),b.image&&(z={...z,image:b.image}),b.key&&(z={...z,customKey:b.key}),A&&S&&Array.isArray(S)&&(z={...z,multi:!0,checked:S.includes(b.value.toString())}),M.push(p.createElement(gc,{...z,key:b.key?b.key:b.value.toString()}))})),0===M.length&&M.push(z.jsx("div",{className:"itd-select-not-found",style:{padding:"20px",textAlign:"center"},children:"Not Found"},"not-found")),M})()})]})}));En.displayName="Select";const Cn=n.div`
|
|
2390
2398
|
|
|
2391
2399
|
display : flex;
|
|
2392
2400
|
flex-direction : ${M=>M.$horizontal?"row":"column"};
|
package/dist/index.esm.js
CHANGED
|
@@ -1928,7 +1928,7 @@ function(b,z){M.exports?M.exports=z(SO()):z(b.moment)}(FO,(function(M){void 0===
|
|
|
1928
1928
|
|
|
1929
1929
|
|
|
1930
1930
|
|
|
1931
|
-
`;function EA({className:M="",children:b,style:z}){const o=A(null);return n((()=>{if(o.current){const M=wA(o.current,{paddingAbsolute:!0,showNativeOverlaidScrollbars:!1,overflow:{x:"hidden",y:"scroll"},scrollbars:{theme:"os-theme-dark",visibility:"auto",autoHide:"leave",autoHideDelay:1300,dragScroll:!0,clickScroll:!0,pointers:["mouse","touch","pen"]}});return()=>{M.destroy()}}}),[]),p(SA,{style:z,children:p("div",{ref:o,className:`os-viewport ${M}`,style:{width:"100%",overflow:"auto"},children:b})})}const CA=k.div`
|
|
1931
|
+
`;function EA({className:M="",children:b,style:z}){const o=A(null);return n((()=>{if(o.current){const M=wA(o.current,{paddingAbsolute:!0,showNativeOverlaidScrollbars:!1,overflow:{x:"hidden",y:"scroll"},scrollbars:{theme:"os-theme-dark",visibility:"auto",autoHide:"leave",autoHideDelay:1300,dragScroll:!0,clickScroll:!0,pointers:["mouse","touch","pen"]},update:{elementEvents:[["img","load"]],debounce:[0,33],attributes:null,ignoreMutation:null}});return()=>{M.destroy()}}}),[]),p(SA,{style:z,children:p("div",{ref:o,className:`os-viewport ${M}`,style:{width:"100%",overflow:"auto"},children:b})})}const CA=k.div`
|
|
1932
1932
|
|
|
1933
1933
|
min-width: 100%;
|
|
1934
1934
|
min-height: 40px;
|
|
@@ -1938,6 +1938,14 @@ function(b,z){M.exports?M.exports=z(SO()):z(b.moment)}(FO,(function(M){void 0===
|
|
|
1938
1938
|
transform-box: fill-box;
|
|
1939
1939
|
transform-origin: 50% 1%;
|
|
1940
1940
|
|
|
1941
|
+
/* iOS Safari için layout shift önleme */
|
|
1942
|
+
-webkit-transform: translate3d(0, 0, 0);
|
|
1943
|
+
transform: translate3d(0, 0, 0);
|
|
1944
|
+
-webkit-backface-visibility: hidden;
|
|
1945
|
+
backface-visibility: hidden;
|
|
1946
|
+
-webkit-perspective: 1000;
|
|
1947
|
+
perspective: 1000;
|
|
1948
|
+
|
|
1941
1949
|
ul {
|
|
1942
1950
|
min-width: max-content;
|
|
1943
1951
|
}
|
|
@@ -2386,7 +2394,7 @@ function(b,z){M.exports?M.exports=z(SO()):z(b.moment)}(FO,(function(M){void 0===
|
|
|
2386
2394
|
}
|
|
2387
2395
|
`}
|
|
2388
2396
|
|
|
2389
|
-
`,VA=W((({id:M="itd-select-"+IM(),position:z="bottom",direction:o="right",size:c="default",variant:e="default",placeholder:a="Please Select",className:i="",multi:r=!1,disabled:d=!1,showSearch:q=!1,locked:s=!1,floating:l=!1,options:W=[],value:f,defaultValue:h,label:R,prefix:L,suffix:g,icon:N,image:B,style:v,onChange:X,onUpdate:y},x)=>{const{t:w}=b("itd"),T=A(null),[_,k]=t(!1),[S,E]=t(""),[C,D]=t(void 0),[P,F]=t("");n((()=>{_||setTimeout((()=>{E("")}),300)}),[_]),n((()=>{void 0!==h&&D(h)}),[h]),n((()=>{void 0!==f&&D(f)}),[f]),tM(T,(()=>{_&&k(!1)})),nM((()=>{_&&k(!1)}));const I=(M,b=!0,z=!0)=>{y&&y(M,b,z)};u(x,(()=>({reset(M=!0,b=!0){const z=h||(r?[]:void 0);D(z),F(""),I(z,M,b)},setValue(M,b=!0,z=!0){D(M),I(M,b,z)},getValue:()=>C||(r?[]:""),setError(M){F(M||"")},clear(){}})));const $=()=>"x-small"===c?"xs":"small"===c?"sm":"medium"===c?"md":"default"===c?"df":"large"===c?"lg":"x-large"===c?"xlg":"df";return n((()=>{if(_&&r&&C&&Array.isArray(C)&&C.length>0){const M=W.find((M=>C.includes(M.value.toString())));if(M){const b=document.querySelector(`[data-value="${M.value}"]`);b&&setTimeout((()=>{b.scrollIntoView({behavior:"instant",block:"nearest",inline:"start"})}),50)}}}),[_]),O(jA,{ref:T,className:(()=>{let M="itd-select";return M+=" itd-select-"+e,M+=" itd-select-"+(r?"multi":"single"),M+=" itd-select-"+o,M+=" itd-select-"+$(),_&&(M+=" itd-select-open"),P&&(M+=" itd-select-status-error"),d&&(M+=" itd-select-disabled"),q&&(M+=" itd-select-search"),N&&(M+=" itd-icon"),B&&(M+=" itd-image"),""!==i&&(M+=" "+i),M})(),...(()=>{let M={style:void 0,disabled:!1,$hasImage:null!=B,$hasIcon:null!=N,$size:$(),$filled:void 0!==C};return d&&(M.disabled=!0),v&&(M.style=v),M})(),children:[p(pe,{id:M,labelType:l?"floating":"single",value:C,placeholder:W.length>0?a:"",onChange:M=>{k(M)},onFocus:()=>{k(!0)},onBlur:()=>{k(!1)},onShow:M=>{k(M)},onFilter:M=>{_&&E(M)},errorMessage:P,size:c,icon:N,prefix:L,suffix:g,image:B,label:(()=>{if(R)return R;if(void 0===C)return;let M="";if(r){const b=W.filter((M=>M.value===C[0]))[0];Array.isArray(C)&&(1===C.length?b&&(M=b.label):C.length>1&&(M=w("placeholders.multipleSelection",{count:C.length})))}else{const b=W.filter((M=>M.value===C))[0];b&&(M=b.label)}return M})(),disabled:d,isOpen:_,multi:r,locked:s,showSearch:q}),p(PA,{onClose:()=>{k(!1)},onChange:M=>{F(""),I(M),D(M),r||k(!1),X&&X(M)},defaultValue:C,position:z,direction:o,isOpen:_,multi:r,children:(()=>{let M=[];return W.map((b=>{if(""!==S&&"string"==typeof b.value&&("searchText"in b&&"string"==typeof b.searchText?!b.searchText.toLocaleLowerCase().includes(S.toLocaleLowerCase()):!b.value.toLocaleLowerCase().includes(S.toLocaleLowerCase())&&!(M=>{if("string"==typeof M)return M.toLocaleLowerCase();if(Array.isArray(M)){let b="";return M.forEach((M=>{"string"==typeof M&&(b+=M.toLocaleLowerCase())})),b}return""})(b.label).includes(S.toLocaleLowerCase())))return;let z={value:b.value,label:b.label};b.icon&&(z={...z,icon:b.icon}),b.image&&(z={...z,image:b.image}),b.key&&(z={...z,customKey:b.key}),r&&C&&Array.isArray(C)&&(z={...z,multi:!0,checked:C.includes(b.value.toString())}),M.push(m(kc,{...z,key:b.key?b.key:b.value.toString()}))})),0===M.length&&M.push(p("div",{className:"itd-select-not-found",style:{padding:"20px",textAlign:"center"},children:"Not Found"},"not-found")),M})()})]})}));VA.displayName="Select";const YA=k.div`
|
|
2397
|
+
`,VA=W((({id:M="itd-select-"+IM(),position:z="bottom",direction:o="right",size:c="default",variant:e="default",placeholder:a="Please Select",className:i="",multi:r=!1,disabled:d=!1,showSearch:q=!1,locked:s=!1,floating:l=!1,options:W=[],value:f,defaultValue:h,label:R,prefix:L,suffix:g,icon:N,image:B,style:v,onChange:X,onUpdate:y},x)=>{const{t:w}=b("itd"),T=A(null),[_,k]=t(!1),[S,E]=t(""),[C,D]=t(void 0),[P,F]=t("");n((()=>{_||setTimeout((()=>{E("")}),300)}),[_]),n((()=>{if(_){const M=window.innerWidth-document.documentElement.clientWidth;M>0&&(document.body.style.paddingRight=`${M}px`,document.body.style.overflow="hidden")}else document.body.style.paddingRight="",document.body.style.overflow="";return()=>{document.body.style.paddingRight="",document.body.style.overflow=""}}),[_]),n((()=>{void 0!==h&&D(h)}),[h]),n((()=>{void 0!==f&&D(f)}),[f]),tM(T,(()=>{_&&k(!1)})),nM((()=>{_&&k(!1)}));const I=(M,b=!0,z=!0)=>{y&&y(M,b,z)};u(x,(()=>({reset(M=!0,b=!0){const z=h||(r?[]:void 0);D(z),F(""),I(z,M,b)},setValue(M,b=!0,z=!0){D(M),I(M,b,z)},getValue:()=>C||(r?[]:""),setError(M){F(M||"")},clear(){}})));const $=()=>"x-small"===c?"xs":"small"===c?"sm":"medium"===c?"md":"default"===c?"df":"large"===c?"lg":"x-large"===c?"xlg":"df";return n((()=>{if(_&&r&&C&&Array.isArray(C)&&C.length>0){const M=W.find((M=>C.includes(M.value.toString())));if(M){const b=document.querySelector(`[data-value="${M.value}"]`);b&&setTimeout((()=>{b.scrollIntoView({behavior:"instant",block:"nearest",inline:"start"})}),50)}}}),[_]),O(jA,{ref:T,className:(()=>{let M="itd-select";return M+=" itd-select-"+e,M+=" itd-select-"+(r?"multi":"single"),M+=" itd-select-"+o,M+=" itd-select-"+$(),_&&(M+=" itd-select-open"),P&&(M+=" itd-select-status-error"),d&&(M+=" itd-select-disabled"),q&&(M+=" itd-select-search"),N&&(M+=" itd-icon"),B&&(M+=" itd-image"),""!==i&&(M+=" "+i),M})(),...(()=>{let M={style:void 0,disabled:!1,$hasImage:null!=B,$hasIcon:null!=N,$size:$(),$filled:void 0!==C};return d&&(M.disabled=!0),v&&(M.style=v),M})(),children:[p(pe,{id:M,labelType:l?"floating":"single",value:C,placeholder:W.length>0?a:"",onChange:M=>{k(M)},onFocus:()=>{k(!0)},onBlur:()=>{k(!1)},onShow:M=>{k(M)},onFilter:M=>{_&&E(M)},errorMessage:P,size:c,icon:N,prefix:L,suffix:g,image:B,label:(()=>{if(R)return R;if(void 0===C)return;let M="";if(r){const b=W.filter((M=>M.value===C[0]))[0];Array.isArray(C)&&(1===C.length?b&&(M=b.label):C.length>1&&(M=w("placeholders.multipleSelection",{count:C.length})))}else{const b=W.filter((M=>M.value===C))[0];b&&(M=b.label)}return M})(),disabled:d,isOpen:_,multi:r,locked:s,showSearch:q}),p(PA,{onClose:()=>{k(!1)},onChange:M=>{F(""),I(M),D(M),r||k(!1),X&&X(M)},defaultValue:C,position:z,direction:o,isOpen:_,multi:r,children:(()=>{let M=[];return W.map((b=>{if(""!==S&&"string"==typeof b.value&&("searchText"in b&&"string"==typeof b.searchText?!b.searchText.toLocaleLowerCase().includes(S.toLocaleLowerCase()):!b.value.toLocaleLowerCase().includes(S.toLocaleLowerCase())&&!(M=>{if("string"==typeof M)return M.toLocaleLowerCase();if(Array.isArray(M)){let b="";return M.forEach((M=>{"string"==typeof M&&(b+=M.toLocaleLowerCase())})),b}return""})(b.label).includes(S.toLocaleLowerCase())))return;let z={value:b.value,label:b.label};b.icon&&(z={...z,icon:b.icon}),b.image&&(z={...z,image:b.image}),b.key&&(z={...z,customKey:b.key}),r&&C&&Array.isArray(C)&&(z={...z,multi:!0,checked:C.includes(b.value.toString())}),M.push(m(kc,{...z,key:b.key?b.key:b.value.toString()}))})),0===M.length&&M.push(p("div",{className:"itd-select-not-found",style:{padding:"20px",textAlign:"center"},children:"Not Found"},"not-found")),M})()})]})}));VA.displayName="Select";const YA=k.div`
|
|
2390
2398
|
|
|
2391
2399
|
display : flex;
|
|
2392
2400
|
flex-direction : ${M=>M.$horizontal?"row":"column"};
|