cosmic-ai-input 1.0.1 → 1.0.4
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 +6 -3
- package/dist/index.d.ts +2 -1
- package/dist/index.es.js +366 -323
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -1,3 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
// Generated at: 2025-12-30T11:50:42.545Z
|
|
2
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const u=require("react/jsx-runtime"),i=require("react"),xe=require("classnames"),_e=require("react-dom"),we=i.forwardRef(({value:c,position:r,id:s,onChange:p},S)=>{const[b,w]=i.useState(!0),k=i.useRef(null),R=i.useRef(null);i.useEffect(()=>{typeof S=="function"?S(k.current):S&&(S.current=k.current)},[S]);const m=d=>{console.log("DatePicker handleChange",d);const y=d.target.value;p==null||p(y,"date-picker")};i.useEffect(()=>{if(R.current)try{setTimeout(()=>{N()},100)}catch(d){console.log("无法自动打开日期选择器,浏览器安全策略限制",d)}},[]);const N=()=>{if(R.current)try{R.current.showPicker()}catch(d){console.log("点击后无法打开日期选择器",d)}},g=d=>{d.stopPropagation(),console.log("DatePicker handleClick",d)};return b?u.jsx("div",{ref:k,id:s,style:{top:(r==null?void 0:r.top)||0,left:(r==null?void 0:r.left)||0},className:"cosmic-ai-input-datePicker",suppressHydrationWarning:!0,children:u.jsx("input",{ref:R,type:"date",value:c||"",onChange:m,onClick:g})}):null});we.displayName="DatePicker";function Y(c){const r=c.textContent||"",s=c.nextSibling;r.length?(s==null||s.setAttribute("style","display: none"),c.style.padding="2px 4px",c.style.borderTopLeftRadius="2px",c.style.borderBottomLeftRadius="2px",c.style.borderTopRightRadius="2px",c.style.borderBottomRightRadius="2px"):(s==null||s.setAttribute("style","display: inline"),c.style.padding="2px 0 2px 4px",c.style.borderTopLeftRadius="2px",c.style.borderBottomLeftRadius="2px",c.style.borderTopRightRadius="0",c.style.borderBottomRightRadius="0")}function j(c){if(c&&c.getAttribute("data-set-type")==="input"){const r=c.children[0];r.setAttribute("contenteditable","true"),requestAnimationFrame(()=>{r.focus()})}}function Ee(c){c&&c.getAttribute("data-set-type")==="input"&&c.children[0].setAttribute("contenteditable","false")}function P(c){return c&&c.getAttribute("data-set-type")==="input"}const Ce=i.forwardRef(({options:c,value:r,position:s,id:p,height:S=37,onChange:b},w)=>{const[k,R]=i.useState(r||""),m=i.useRef(null);i.useEffect(()=>{typeof w=="function"?w(m.current):w&&(w.current=m.current)},[w]);const N=d=>{const y=k.split(",").filter(T=>T)||[];let F="";y.includes(d)?F=y.filter(T=>T!==d).join(","):(console.log("handleOptionClick",y),y.length?F=`${y.join(",")},${d}`:F=d),R(F),b==null||b(F,"multiple-select")},g=k.split(",")||[];return u.jsx("div",{ref:m,className:"cosmic-ai-input-selectFloatElement",id:p,style:{position:"absolute",top:(s==null?void 0:s.top)||0,left:(s==null?void 0:s.left)||0,zIndex:5e3,maxHeight:`${S}px`},children:c.map((d,y)=>u.jsx("div",{className:`selectOption ${g.includes(d)?"selected":""}`,onClick:()=>N(d),children:d},y))})});Ce.displayName="MultipleSelect";const me=i.forwardRef(({options:c,value:r,position:s,id:p,height:S=120,onChange:b},w)=>{const[k,R]=i.useState(r||""),m=i.useRef(null);i.useEffect(()=>{typeof w=="function"?w(m.current):w&&(w.current=m.current)},[w]);const N=g=>{R(g),b==null||b(g,"select")};return u.jsx("div",{ref:m,className:"cosmic-ai-input-selectFloatElement",id:p,style:{position:"absolute",top:(s==null?void 0:s.top)||0,left:(s==null?void 0:s.left)||0,zIndex:5e3,maxHeight:`${S}px`},children:c.length>0&&c.map((g,d)=>u.jsx("div",{className:`selectOption ${k===g?"selected":""}`,onClick:()=>N(g),children:g},d))})});me.displayName="Select";function be(c){const r=c instanceof Element?c:document.getElementById(c);return r&&r.children[0].textContent||""}function ze(c,r){const s=c instanceof Element?c:document.getElementById(c);s&&(s.children[0].textContent=r)}function V(c){const r=document.createRange(),s=window.getSelection();if(!s){console.error("无法获取selection对象");return}r.selectNodeContents(c),r.collapse(!0),s.removeAllRanges(),s.addRange(r)}function M(c){const r=document.createRange(),s=window.getSelection();if(!s){console.error("无法获取selection对象");return}r.selectNodeContents(c),r.collapse(!1),s.removeAllRanges(),s.addRange(r)}function Z(c){const r=window.getSelection();if(!r||r.rangeCount===0)return 0;const s=r.getRangeAt(0),p=s.cloneRange();return p.selectNodeContents(c),p.setEnd(s.startContainer,s.startOffset),p.toString().length}function ve(){const c=window.getSelection();if(!c||c.rangeCount===0)return null;const s=c.getRangeAt(0).startContainer;return s.nodeType===Node.TEXT_NODE?s.parentElement:s.nodeType===Node.ELEMENT_NODE?s:null}function Ue(){const c=window.getSelection();if(!c||c.rangeCount===0)return null;const r=c.getRangeAt(0),s=r.startContainer,p=r.startOffset;return s.nodeType===Node.TEXT_NODE?p>0?s:s.previousSibling:s.nodeType===Node.ELEMENT_NODE?p>0?s.childNodes[p-1]:s.previousSibling:null}function Xe(){const c=window.getSelection();if(!c||c.rangeCount===0)return null;const r=c.getRangeAt(0),s=r.startContainer,p=r.startOffset;return s.nodeType===Node.TEXT_NODE?p<s.length?s:s.nextSibling:s.nodeType===Node.ELEMENT_NODE?p<s.childNodes.length?s.childNodes[p]:s.nextSibling:null}function Ge(c){return c&&!c.getAttribute("data-set-type")}const Re=i.forwardRef((c,r)=>{const{value:s="",varList:p,placeholder:S="",maxLength:b,defaultRows:w=3,disabled:k=!1,defaultFocus:R=!1,onFocus:m,onBlur:N,onChange:g,onClick:d,onSend:y,onParse:F,onKeyDown:T,onKeyUp:O,onMaxLengthExceeded:K}=c,[Je,Qe]=i.useState(s||""),[W,_]=i.useState(""),[Ye,I]=i.useState(""),[z,H]=i.useState(!1),[v,U]=i.useState({top:0,left:0}),[ee,te]=i.useState([]),[X,ne]=i.useState(""),[L,le]=i.useState(null),[oe,se]=i.useState(120),[ce,re]=i.useState(R),Se=240,Ae=240,ie=240,ae=276,C=i.useRef(null),x=i.useRef(null),D=i.useRef(null),B=()=>{var l,n;let e=((n=(l=C.current)==null?void 0:l.innerText)==null?void 0:n.replace(/\u200B/g,""))||"";return e===`
|
|
3
|
+
`&&(e=""),e},de=()=>{var l;let e=((l=C.current)==null?void 0:l.innerHTML)||"";return e==="<br>"&&(e=""),e},ke=e=>{const l=[];let n=0;const o=/\[([^\]]+)\]/g;let a;const f=`${Date.now()}-${Math.random().toString(36).slice(2,9)}`;let h=0;if(e===""||!e||e===`
|
|
4
|
+
`)return[{type:"text",content:"",id:`text-${h++}-${f}`}];const $=new Set((p||[]).map(E=>E.name));for(;(a=o.exec(e))!==null;){if(a.index>n){const A=e.substring(n,a.index).split(`
|
|
5
|
+
`);A.forEach((q,We)=>{q&&l.push({type:"text",content:q,id:`text-${h++}-${f}`}),We<A.length-1&&l.push({type:"newline",id:`newline-${h++}-${f}`})})}const E=a[1];if($.has(E)){const t=p.find(A=>A.name===E);(t==null?void 0:t.type)==="input"?l.push({type:"input",name:t==null?void 0:t.name,content:(t==null?void 0:t.content)||"",placeholder:(t==null?void 0:t.placeholder)||E,id:`input-${h++}-${f}`}):(t==null?void 0:t.type)==="select"?l.push({type:"select",name:t==null?void 0:t.name,content:(t==null?void 0:t.content)||"",placeholder:(t==null?void 0:t.placeholder)||E,options:(t==null?void 0:t.options)||[],id:`select-${h++}-${f}`}):(t==null?void 0:t.type)==="multiple-select"?l.push({type:"multiple-select",name:t==null?void 0:t.name,content:(t==null?void 0:t.content)||"",placeholder:(t==null?void 0:t.placeholder)||E,options:(t==null?void 0:t.options)||[],id:`multiple-select-${h++}-${f}`}):(t==null?void 0:t.type)==="date-picker"&&l.push({type:"date-picker",name:t==null?void 0:t.name,content:(t==null?void 0:t.content)||"",placeholder:(t==null?void 0:t.placeholder)||E,id:`date-picker-${h++}-${f}`})}else l.push({type:"text",content:`[${E}]`,id:`text-${h++}-${f}`});n=o.lastIndex}if(n<e.length){const t=e.substring(n).split(`
|
|
6
|
+
`);t.forEach((A,q)=>{A&&l.push({type:"text",content:A,id:`text-${h++}`}),q<t.length-1&&l.push({type:"newline",id:`newline-${h++}`})})}return l},G=()=>{var e;(e=C.current)==null||e.setAttribute("contenteditable","true"),x.current&&(P(x.current)&&x.current.children[0].setAttribute("contenteditable","false"),x.current=null),M(C.current)},Te=e=>{console.log("handleEditorClick",e),d==null||d(e)},De=e=>{console.log("handleEditorMouseDown",e),G()},ue=e=>{console.log("handleEditorInput",e),_(B()),I(de()),g==null||g(B())},Ne=e=>{var l,n;if(e.code==="Enter"&&!e.shiftKey){e.preventDefault();const o=B();if(console.log("onSend",o,"maxLength:",b,"length:",o.length),o.length===0||(console.log("containerRef.current?.innerHTML",(l=C.current)==null?void 0:l.innerHTML),(n=C.current)!=null&&n.innerHTML.match(/^<span>[\s\u200B]*(<br\s*\/?>[\s\u200B]*)+<\/span>$/)))return;b?o.length<=b?y==null||y(o):(console.log("maxLength exceeded",o,b),K==null||K(o,b)):y==null||y(o)}},Le=e=>{var n;console.log("handleEditorKeyDown",e),T==null||T(e);const l=ve();if(l&&Ge(l)){if(e.code==="ArrowLeft"){const o=l==null?void 0:l.previousElementSibling,a=Z(l);o&&a===0&&P(o)&&o.children[0]&&(x.current=o,j(o),requestAnimationFrame(()=>{M(o.children[0])}))}if(e.code==="ArrowRight"){const o=l==null?void 0:l.nextElementSibling,a=Z(l);o&&a===((n=l.textContent)==null?void 0:n.length)&&P(o)&&o.children[0]&&(x.current=o,j(o),requestAnimationFrame(()=>{V(o.children[0])}))}e.code==="Backspace"&&(l.innerHTML===""&&e.preventDefault(),l.innerHTML==="<br>"&&(e.preventDefault(),l.innerHTML=""))}if(l&&l.getAttribute("data-set-type")==="container"){if(e.code==="ArrowLeft"){const o=Ue();P(o)&&o.children[0]&&(x.current=o,j(o),requestAnimationFrame(()=>{M(o.children[0])}))}if(e.code==="ArrowRight"){const o=Xe();P(o)&&o.children[0]&&(x.current=o,j(o),requestAnimationFrame(()=>{V(o.children[0])}))}}Ne(e)},$e=e=>{console.log("handleEditorKeyUp",e),O==null||O(e)},je=e=>{e.preventDefault();const n=window.getSelection().toString();if(!n)return;const o=n,a=n;e.clipboardData.setData("text/plain",o),e.clipboardData.setData("text/html",a)},Pe=e=>{m==null||m(e)},Me=(e,l)=>{l.stopPropagation(),console.log("handleInputClick",e)},Fe=(e,l)=>{var o;l.stopPropagation(),console.log("handleInputMouseDown",e,l),x.current&&Ee(x.current),(o=C.current)==null||o.setAttribute("contenteditable","false");const n=document.getElementById(e.id);x.current=n,requestAnimationFrame(()=>{j(n)})},Oe=(e,l)=>{var a,f,h,$,E;console.log("handleInputKeyDown",e,l),T==null||T(l),l.stopPropagation();const n=l.target,o=Z(n);if(l.code==="Backspace"&&o===0){const t=(a=n.parentElement)==null?void 0:a.previousElementSibling;console.log("previousElement",t),t&&(P(t)&&t.children[0]&&((f=t.children[0].textContent)!=null&&f.length)?(x.current=t,j(t),M(t.children[0]),requestAnimationFrame(()=>{Y(t.children[0])})):(G(),M(t)))}if(l.code==="ArrowRight"&&o===((h=n.textContent)==null?void 0:h.length)){const t=($=n.parentElement)==null?void 0:$.nextElementSibling;console.log("nextElement",t),t&&(P(t)&&t.children[0]&&((E=t.children[0].textContent)!=null&&E.length)?(x.current=t,j(t),V(t.children[0]),requestAnimationFrame(()=>{Y(t.children[0])})):(G(),V(t)))}},He=(e,l)=>{console.log("handleInputKeyUp",e,l),O==null||O(l);const n=l.target;Y(n)},Be=(e,l)=>{var o;l.stopPropagation(),console.log("handlePlaceholderMouseDown",e),x.current&&Ee(x.current),(o=C.current)==null||o.setAttribute("contenteditable","false");const n=document.getElementById(e.id);x.current=n,requestAnimationFrame(()=>{j(n)})},qe=(e,l)=>{console.log("handleInputChange",e,l),_(B()),I(de()),g==null||g(B())},Ve=(e,l)=>{console.log("handleTextSpanKeyDown 不生效",e,l)};i.useEffect(()=>{if(!z)return;const e=o=>{D.current&&!D.current.contains(o.target)&&H(!1)},l=o=>{D.current&&!D.current.contains(o.target)&&H(!1)},n=()=>{H(!1)};return document.addEventListener("mousedown",e),document.addEventListener("scroll",l,!0),window.addEventListener("resize",n),()=>{document.removeEventListener("mousedown",e),document.removeEventListener("scroll",l,!0),window.removeEventListener("resize",n)}},[z]);const J=(e,l)=>{if(console.log("handleFloatChange",e,l),L&&ze(L.id,e),l==="select"&&H(!1),l==="multiple-select"||l==="date-picker"){const n=document.getElementById(L.id);n&&n.children[0]&&n.children[1]&&(e.length>0?(n.children[0].setAttribute("style","display: inline"),n.children[0].setAttribute("contenteditable","false"),n.children[1].setAttribute("style","display: none"),n.children[1].setAttribute("contenteditable","true")):(n.children[0].setAttribute("style","display: none"),n.children[0].setAttribute("contenteditable","true"),n.children[1].setAttribute("style","display: inline"),n.children[1].setAttribute("contenteditable","true")))}ue({})},pe=(e,l)=>{console.log("handleSelectClick",e,l);const o=l.target.getBoundingClientRect();te(e.options),ne(e.value||be(e.id)),U({top:-999999,left:-999999999}),le(e),se(Ae),H(!0),requestAnimationFrame(()=>{if(D.current){console.log("currentFloatElementRef.current",D.current);const a=D.current.getBoundingClientRect();let f=o.left,h=o.top+o.height;window.innerWidth-o.right<Se&&o.width<a.width&&(f=o.right-a.width),o.top<a.height&&(h=o.top+o.height),U({top:h,left:f}),se(a.height)}})},Ke=(e,l)=>{console.log("handleDatePickerClick",e,l);const o=l.target.getBoundingClientRect();let a=o.left,f=o.top-ae;window.innerWidth-o.right<ie&&(a=a-ie+o.width),o.top<ae&&(f=o.top+o.height),te(e.options),ne(e.value||be(e.id)),U({top:f,left:a}),le(e),H(!0)},[fe,he]=i.useState([]),[Q,ge]=i.useState(!0),ye=i.useCallback(()=>{ge(!1);const e=ke(s),l=[];return e.forEach(n=>{var o,a,f,h,$,E;if(n.type==="text")l.push(u.jsx("span",{onKeyDown:t=>Ve(n,t),children:n.content},n.id));else if(n.type==="newline")l.push(u.jsx("br",{},n.id));else if(n.type==="input")l.push(u.jsxs("span",{id:n.id,"data-set-type":"input",contentEditable:!1,suppressContentEditableWarning:!0,onInput:t=>qe(n,t),onClick:t=>Me(n,t),onMouseDown:t=>Fe(n,t),"data-cosmic-ai-input-placeholder":n.placeholder,children:[u.jsx("span",{className:"cosmic-ai-input-inputContent",style:{padding:(o=n.content)!=null&&o.length?"2px 4px":"2px 0 2px 4px"},contentEditable:!1,onKeyDown:t=>Oe(n,t),onKeyUp:t=>He(n,t),children:n.content}),u.jsx("span",{contentEditable:!1,style:{display:(a=n.content)!=null&&a.length?"none":"inline"},className:"cosmic-ai-input-placeholder",onMouseDown:t=>Be(n,t),children:n.placeholder})]},n.id));else if(n.type==="select"){const t=n.content||((f=n.options)==null?void 0:f[0])||n.placeholder;l.push(u.jsx("span",{id:n.id,"data-set-type":"select",contentEditable:!1,suppressContentEditableWarning:!0,onClick:A=>pe(n,A),"data-cosmic-ai-input-placeholder":n.placeholder,children:u.jsx("span",{contentEditable:!1,children:t})},n.id))}else if(n.type==="multiple-select"){const t=n.content||((h=n.options)==null?void 0:h[0]);l.push(u.jsxs("span",{id:n.id,"data-set-type":"multiple-select",contentEditable:!1,suppressContentEditableWarning:!0,onClick:A=>pe(n,A),"data-cosmic-ai-input-placeholder":n.placeholder,children:[u.jsx("span",{style:{display:t!=null&&t.length?"inline":"none"},contentEditable:!1,children:t}),u.jsx("span",{style:{display:t!=null&&t.length?"none":"inline"},className:"cosmic-ai-input-selectPlaceholder",contentEditable:!1,children:n.placeholder})]},n.id))}else n.type==="date-picker"&&l.push(u.jsxs("span",{id:n.id,"data-set-type":"date-picker",contentEditable:!1,suppressContentEditableWarning:!0,onClick:t=>Ke(n,t),"data-cosmic-ai-input-placeholder":n.placeholder,children:[u.jsx("span",{style:{display:($=n.content)!=null&&$.length?"inline":"none"},contentEditable:!1,children:n.content}),u.jsx("span",{style:{display:(E=n.content)!=null&&E.length?"none":"inline"},className:"cosmic-ai-input-datePickerPlaceholder",contentEditable:!1,children:n.placeholder})]},n.id))}),setTimeout(()=>{ge(!0)},0),console.log("重新渲染 ============================>","elements",l,"parsed",e,s),l},[s]);return i.useEffect(()=>{Q&&setTimeout(()=>{M(C.current)},0)},[Q]),i.useEffect(()=>{s!==W?(he(ye()),_(s),re(!0)):(s===""||!s)&&he(ye())},[s,W]),i.useEffect(()=>{if(!R&&!ce)return;const e=new MutationObserver(()=>{C.current&&document.contains(C.current)&&(requestAnimationFrame(()=>{M(C.current),re(!1)}),e.disconnect())});return C.current&&e.observe(document.body,{childList:!0,subtree:!0}),()=>e.disconnect()},[R,ce]),i.useImperativeHandle(r,()=>({getCurrentValue:B})),console.log("renderElements",fe),u.jsxs("div",{className:xe(`cosmic-ai-input-rows${w}`),children:[Q&&u.jsx("div",{"data-set-type":"container","data-cosmic-ai-input-placeholder":S,className:xe("cosmic-ai-input",`cosmic-ai-input-rows${w}`,{"is-disabled":k},{"is-empty":W.length===0}),ref:C,contentEditable:!0,suppressContentEditableWarning:!0,onClick:e=>Te(e),onFocus:e=>{Pe(e)},onBlur:e=>{N==null||N(e)},onMouseDown:e=>De(e),onKeyDown:e=>Le(e),onKeyUp:e=>$e(e),onInput:e=>ue(e),onCopy:e=>je(e),children:fe}),z&&_e.createPortal((L==null?void 0:L.type)==="multiple-select"?u.jsx(Ce,{ref:D,options:ee,value:X,position:v,height:oe,onChange:J},"multiple-select"):(L==null?void 0:L.type)==="date-picker"?u.jsx(we,{ref:D,value:X,position:v,onChange:J},"date-picker"):u.jsx(me,{ref:D,options:ee,value:X,position:v,height:oe,onChange:J},"select"),document.body)]})});Re.displayName="AiInput";exports.default=Re;
|
package/dist/index.d.ts
CHANGED
|
@@ -7,9 +7,10 @@ declare interface AiInputProps {
|
|
|
7
7
|
value?: string;
|
|
8
8
|
varList: (InputItem | SelectItem | MultipleSelectItem | DatePickerItem)[];
|
|
9
9
|
placeholder?: string;
|
|
10
|
-
maxLength?:
|
|
10
|
+
maxLength?: number;
|
|
11
11
|
defaultRows?: number;
|
|
12
12
|
disabled?: boolean;
|
|
13
|
+
defaultFocus?: boolean;
|
|
13
14
|
onParse?: (parsedValue: string) => void;
|
|
14
15
|
onSend?: (value: string) => void;
|
|
15
16
|
onMaxLengthExceeded?: (value: string, maxLength: number) => void;
|
package/dist/index.es.js
CHANGED
|
@@ -1,42 +1,43 @@
|
|
|
1
|
-
|
|
2
|
-
import {
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
1
|
+
// Generated at: 2025-12-30T11:50:42.162Z
|
|
2
|
+
import { jsx as h, jsxs as _ } from "react/jsx-runtime";
|
|
3
|
+
import { forwardRef as j, useState as w, useRef as O, useEffect as F, useCallback as Xe, useImperativeHandle as ve } from "react";
|
|
4
|
+
import Ce from "classnames";
|
|
5
|
+
import { createPortal as Ge } from "react-dom";
|
|
6
|
+
const ke = j(
|
|
7
|
+
({ value: s, position: r, id: c, onChange: d }, k) => {
|
|
8
|
+
const [b, x] = w(!0), T = O(null), A = O(null);
|
|
9
|
+
F(() => {
|
|
10
|
+
typeof k == "function" ? k(T.current) : k && (k.current = T.current);
|
|
10
11
|
}, [k]);
|
|
11
|
-
const
|
|
12
|
+
const m = (a) => {
|
|
12
13
|
console.log("DatePicker handleChange", a);
|
|
13
|
-
const
|
|
14
|
-
|
|
14
|
+
const g = a.target.value;
|
|
15
|
+
d == null || d(g, "date-picker");
|
|
15
16
|
};
|
|
16
|
-
|
|
17
|
-
if (
|
|
17
|
+
F(() => {
|
|
18
|
+
if (A.current)
|
|
18
19
|
try {
|
|
19
20
|
setTimeout(() => {
|
|
20
|
-
|
|
21
|
+
S();
|
|
21
22
|
}, 100);
|
|
22
23
|
} catch (a) {
|
|
23
24
|
console.log("无法自动打开日期选择器,浏览器安全策略限制", a);
|
|
24
25
|
}
|
|
25
26
|
}, []);
|
|
26
|
-
const
|
|
27
|
-
if (
|
|
27
|
+
const S = () => {
|
|
28
|
+
if (A.current)
|
|
28
29
|
try {
|
|
29
|
-
|
|
30
|
+
A.current.showPicker();
|
|
30
31
|
} catch (a) {
|
|
31
32
|
console.log("点击后无法打开日期选择器", a);
|
|
32
33
|
}
|
|
33
|
-
},
|
|
34
|
+
}, f = (a) => {
|
|
34
35
|
a.stopPropagation(), console.log("DatePicker handleClick", a);
|
|
35
36
|
};
|
|
36
|
-
return
|
|
37
|
+
return b ? /* @__PURE__ */ h(
|
|
37
38
|
"div",
|
|
38
39
|
{
|
|
39
|
-
ref:
|
|
40
|
+
ref: T,
|
|
40
41
|
id: c,
|
|
41
42
|
style: {
|
|
42
43
|
top: (r == null ? void 0 : r.top) || 0,
|
|
@@ -47,23 +48,23 @@ const he = _(
|
|
|
47
48
|
children: /* @__PURE__ */ h(
|
|
48
49
|
"input",
|
|
49
50
|
{
|
|
50
|
-
ref:
|
|
51
|
+
ref: A,
|
|
51
52
|
type: "date",
|
|
52
53
|
value: s || "",
|
|
53
|
-
onChange:
|
|
54
|
-
onClick:
|
|
54
|
+
onChange: m,
|
|
55
|
+
onClick: f
|
|
55
56
|
}
|
|
56
57
|
)
|
|
57
58
|
}
|
|
58
59
|
) : null;
|
|
59
60
|
}
|
|
60
61
|
);
|
|
61
|
-
|
|
62
|
-
function
|
|
62
|
+
ke.displayName = "DatePicker";
|
|
63
|
+
function te(s) {
|
|
63
64
|
const r = s.textContent || "", c = s.nextSibling;
|
|
64
65
|
r.length ? (c == null || c.setAttribute("style", "display: none"), s.style.padding = "2px 4px", s.style.borderTopLeftRadius = "2px", s.style.borderBottomLeftRadius = "2px", s.style.borderTopRightRadius = "2px", s.style.borderBottomRightRadius = "2px") : (c == null || c.setAttribute("style", "display: inline"), s.style.padding = "2px 0 2px 4px", s.style.borderTopLeftRadius = "2px", s.style.borderBottomLeftRadius = "2px", s.style.borderTopRightRadius = "0", s.style.borderBottomRightRadius = "0");
|
|
65
66
|
}
|
|
66
|
-
function
|
|
67
|
+
function P(s) {
|
|
67
68
|
if (s && s.getAttribute("data-set-type") === "input") {
|
|
68
69
|
const r = s.children[0];
|
|
69
70
|
r.setAttribute("contenteditable", "true"), requestAnimationFrame(() => {
|
|
@@ -71,35 +72,35 @@ function F(s) {
|
|
|
71
72
|
});
|
|
72
73
|
}
|
|
73
74
|
}
|
|
74
|
-
function
|
|
75
|
+
function me(s) {
|
|
75
76
|
s && s.getAttribute("data-set-type") === "input" && s.children[0].setAttribute("contenteditable", "false");
|
|
76
77
|
}
|
|
77
|
-
function
|
|
78
|
+
function M(s) {
|
|
78
79
|
return s && s.getAttribute("data-set-type") === "input";
|
|
79
80
|
}
|
|
80
|
-
const
|
|
81
|
+
const Re = j(({
|
|
81
82
|
options: s,
|
|
82
83
|
value: r,
|
|
83
84
|
position: c,
|
|
84
|
-
id:
|
|
85
|
+
id: d,
|
|
85
86
|
height: k = 37,
|
|
86
|
-
onChange:
|
|
87
|
-
},
|
|
88
|
-
const [
|
|
89
|
-
|
|
90
|
-
typeof
|
|
91
|
-
}, [
|
|
92
|
-
const
|
|
93
|
-
const
|
|
94
|
-
let
|
|
95
|
-
|
|
96
|
-
},
|
|
87
|
+
onChange: b
|
|
88
|
+
}, x) => {
|
|
89
|
+
const [T, A] = w(r || ""), m = O(null);
|
|
90
|
+
F(() => {
|
|
91
|
+
typeof x == "function" ? x(m.current) : x && (x.current = m.current);
|
|
92
|
+
}, [x]);
|
|
93
|
+
const S = (a) => {
|
|
94
|
+
const g = T.split(",").filter((D) => D) || [];
|
|
95
|
+
let B = "";
|
|
96
|
+
g.includes(a) ? B = g.filter((D) => D !== a).join(",") : (console.log("handleOptionClick", g), g.length ? B = `${g.join(",")},${a}` : B = a), A(B), b == null || b(B, "multiple-select");
|
|
97
|
+
}, f = T.split(",") || [];
|
|
97
98
|
return /* @__PURE__ */ h(
|
|
98
99
|
"div",
|
|
99
100
|
{
|
|
100
|
-
ref:
|
|
101
|
+
ref: m,
|
|
101
102
|
className: "cosmic-ai-input-selectFloatElement",
|
|
102
|
-
id:
|
|
103
|
+
id: d,
|
|
103
104
|
style: {
|
|
104
105
|
position: "absolute",
|
|
105
106
|
top: (c == null ? void 0 : c.top) || 0,
|
|
@@ -107,40 +108,40 @@ const fe = _(({
|
|
|
107
108
|
zIndex: 5e3,
|
|
108
109
|
maxHeight: `${k}px`
|
|
109
110
|
},
|
|
110
|
-
children: s.map((a,
|
|
111
|
+
children: s.map((a, g) => /* @__PURE__ */ h(
|
|
111
112
|
"div",
|
|
112
113
|
{
|
|
113
|
-
className: `selectOption ${
|
|
114
|
-
onClick: () =>
|
|
114
|
+
className: `selectOption ${f.includes(a) ? "selected" : ""}`,
|
|
115
|
+
onClick: () => S(a),
|
|
115
116
|
children: a
|
|
116
117
|
},
|
|
117
|
-
|
|
118
|
+
g
|
|
118
119
|
))
|
|
119
120
|
}
|
|
120
121
|
);
|
|
121
122
|
});
|
|
122
|
-
|
|
123
|
-
const
|
|
123
|
+
Re.displayName = "MultipleSelect";
|
|
124
|
+
const Te = j(({
|
|
124
125
|
options: s,
|
|
125
126
|
value: r,
|
|
126
127
|
position: c,
|
|
127
|
-
id:
|
|
128
|
+
id: d,
|
|
128
129
|
height: k = 120,
|
|
129
|
-
onChange:
|
|
130
|
-
},
|
|
131
|
-
const [
|
|
132
|
-
|
|
133
|
-
typeof
|
|
134
|
-
}, [
|
|
135
|
-
const
|
|
136
|
-
|
|
130
|
+
onChange: b
|
|
131
|
+
}, x) => {
|
|
132
|
+
const [T, A] = w(r || ""), m = O(null);
|
|
133
|
+
F(() => {
|
|
134
|
+
typeof x == "function" ? x(m.current) : x && (x.current = m.current);
|
|
135
|
+
}, [x]);
|
|
136
|
+
const S = (f) => {
|
|
137
|
+
A(f), b == null || b(f, "select");
|
|
137
138
|
};
|
|
138
139
|
return /* @__PURE__ */ h(
|
|
139
140
|
"div",
|
|
140
141
|
{
|
|
141
|
-
ref:
|
|
142
|
+
ref: m,
|
|
142
143
|
className: "cosmic-ai-input-selectFloatElement",
|
|
143
|
-
id:
|
|
144
|
+
id: d,
|
|
144
145
|
style: {
|
|
145
146
|
position: "absolute",
|
|
146
147
|
top: (c == null ? void 0 : c.top) || 0,
|
|
@@ -148,28 +149,28 @@ const ge = _(({
|
|
|
148
149
|
zIndex: 5e3,
|
|
149
150
|
maxHeight: `${k}px`
|
|
150
151
|
},
|
|
151
|
-
children: s.map((
|
|
152
|
+
children: s.length > 0 && s.map((f, a) => /* @__PURE__ */ h(
|
|
152
153
|
"div",
|
|
153
154
|
{
|
|
154
|
-
className: `selectOption ${
|
|
155
|
-
onClick: () =>
|
|
156
|
-
children:
|
|
155
|
+
className: `selectOption ${T === f ? "selected" : ""}`,
|
|
156
|
+
onClick: () => S(f),
|
|
157
|
+
children: f
|
|
157
158
|
},
|
|
158
159
|
a
|
|
159
160
|
))
|
|
160
161
|
}
|
|
161
162
|
);
|
|
162
163
|
});
|
|
163
|
-
|
|
164
|
-
function
|
|
164
|
+
Te.displayName = "Select";
|
|
165
|
+
function Ae(s) {
|
|
165
166
|
const r = s instanceof Element ? s : document.getElementById(s);
|
|
166
167
|
return r && r.children[0].textContent || "";
|
|
167
168
|
}
|
|
168
|
-
function
|
|
169
|
+
function Je(s, r) {
|
|
169
170
|
const c = s instanceof Element ? s : document.getElementById(s);
|
|
170
171
|
c && (c.children[0].textContent = r);
|
|
171
172
|
}
|
|
172
|
-
function
|
|
173
|
+
function z(s) {
|
|
173
174
|
const r = document.createRange(), c = window.getSelection();
|
|
174
175
|
if (!c) {
|
|
175
176
|
console.error("无法获取selection对象");
|
|
@@ -177,7 +178,7 @@ function K(s) {
|
|
|
177
178
|
}
|
|
178
179
|
r.selectNodeContents(s), r.collapse(!0), c.removeAllRanges(), c.addRange(r);
|
|
179
180
|
}
|
|
180
|
-
function
|
|
181
|
+
function H(s) {
|
|
181
182
|
const r = document.createRange(), c = window.getSelection();
|
|
182
183
|
if (!c) {
|
|
183
184
|
console.error("无法获取selection对象");
|
|
@@ -185,390 +186,432 @@ function W(s) {
|
|
|
185
186
|
}
|
|
186
187
|
r.selectNodeContents(s), r.collapse(!1), c.removeAllRanges(), c.addRange(r);
|
|
187
188
|
}
|
|
188
|
-
function
|
|
189
|
+
function ne(s) {
|
|
189
190
|
const r = window.getSelection();
|
|
190
191
|
if (!r || r.rangeCount === 0)
|
|
191
192
|
return 0;
|
|
192
|
-
const c = r.getRangeAt(0),
|
|
193
|
-
return
|
|
193
|
+
const c = r.getRangeAt(0), d = c.cloneRange();
|
|
194
|
+
return d.selectNodeContents(s), d.setEnd(c.startContainer, c.startOffset), d.toString().length;
|
|
194
195
|
}
|
|
195
|
-
function
|
|
196
|
+
function Qe() {
|
|
196
197
|
const s = window.getSelection();
|
|
197
198
|
if (!s || s.rangeCount === 0)
|
|
198
199
|
return null;
|
|
199
200
|
const c = s.getRangeAt(0).startContainer;
|
|
200
201
|
return c.nodeType === Node.TEXT_NODE ? c.parentElement : c.nodeType === Node.ELEMENT_NODE ? c : null;
|
|
201
202
|
}
|
|
202
|
-
function
|
|
203
|
+
function Ye() {
|
|
203
204
|
const s = window.getSelection();
|
|
204
205
|
if (!s || s.rangeCount === 0)
|
|
205
206
|
return null;
|
|
206
|
-
const r = s.getRangeAt(0), c = r.startContainer,
|
|
207
|
-
return c.nodeType === Node.TEXT_NODE ?
|
|
207
|
+
const r = s.getRangeAt(0), c = r.startContainer, d = r.startOffset;
|
|
208
|
+
return c.nodeType === Node.TEXT_NODE ? d > 0 ? c : c.previousSibling : c.nodeType === Node.ELEMENT_NODE ? d > 0 ? c.childNodes[d - 1] : c.previousSibling : null;
|
|
208
209
|
}
|
|
209
|
-
function
|
|
210
|
+
function Ze() {
|
|
210
211
|
const s = window.getSelection();
|
|
211
212
|
if (!s || s.rangeCount === 0)
|
|
212
213
|
return null;
|
|
213
|
-
const r = s.getRangeAt(0), c = r.startContainer,
|
|
214
|
-
return c.nodeType === Node.TEXT_NODE ?
|
|
214
|
+
const r = s.getRangeAt(0), c = r.startContainer, d = r.startOffset;
|
|
215
|
+
return c.nodeType === Node.TEXT_NODE ? d < c.length ? c : c.nextSibling : c.nodeType === Node.ELEMENT_NODE ? d < c.childNodes.length ? c.childNodes[d] : c.nextSibling : null;
|
|
215
216
|
}
|
|
216
|
-
function
|
|
217
|
+
function Ie(s) {
|
|
217
218
|
return s && !s.getAttribute("data-set-type");
|
|
218
219
|
}
|
|
219
|
-
const
|
|
220
|
-
const { value: c, varList:
|
|
221
|
-
var
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
220
|
+
const et = j((s, r) => {
|
|
221
|
+
const { value: c = "", varList: d, placeholder: k = "", maxLength: b, defaultRows: x = 3, disabled: T = !1, defaultFocus: A = !1, onFocus: m, onBlur: S, onChange: f, onClick: a, onSend: g, onParse: B, onKeyDown: D, onKeyUp: V, onMaxLengthExceeded: U } = s, [tt, nt] = w(c || ""), [X, v] = w(""), [lt, le] = w(""), [G, q] = w(!1), [J, Q] = w({ top: 0, left: 0 }), [oe, ce] = w([]), [Y, se] = w(""), [L, re] = w(null), [ie, ae] = w(120), [de, ue] = w(A), De = 240, Ne = 240, pe = 240, he = 276, C = O(null), y = O(null), N = O(null), K = () => {
|
|
222
|
+
var l, n;
|
|
223
|
+
let e = ((n = (l = C.current) == null ? void 0 : l.innerText) == null ? void 0 : n.replace(/\u200B/g, "")) || "";
|
|
224
|
+
return e === `
|
|
225
|
+
` && (e = ""), e;
|
|
226
|
+
}, fe = () => {
|
|
227
|
+
var l;
|
|
228
|
+
let e = ((l = C.current) == null ? void 0 : l.innerHTML) || "";
|
|
229
|
+
return e === "<br>" && (e = ""), e;
|
|
230
|
+
}, Se = (e) => {
|
|
231
|
+
const l = [];
|
|
232
|
+
let n = 0;
|
|
229
233
|
const o = /\[([^\]]+)\]/g;
|
|
230
|
-
let
|
|
231
|
-
const
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
234
|
+
let i;
|
|
235
|
+
const u = `${Date.now()}-${Math.random().toString(36).slice(2, 9)}`;
|
|
236
|
+
let p = 0;
|
|
237
|
+
if (e === "" || !e || e === `
|
|
238
|
+
`)
|
|
239
|
+
return [{
|
|
240
|
+
type: "text",
|
|
241
|
+
content: "",
|
|
242
|
+
id: `text-${p++}-${u}`
|
|
243
|
+
}];
|
|
244
|
+
const $ = new Set((d || []).map((E) => E.name));
|
|
245
|
+
for (; (i = o.exec(e)) !== null; ) {
|
|
246
|
+
if (i.index > n) {
|
|
247
|
+
const R = e.substring(n, i.index).split(`
|
|
235
248
|
`);
|
|
236
|
-
|
|
237
|
-
|
|
249
|
+
R.forEach((W, Ue) => {
|
|
250
|
+
W && l.push({
|
|
238
251
|
type: "text",
|
|
239
|
-
content:
|
|
240
|
-
id: `text-${p++}`
|
|
241
|
-
}),
|
|
252
|
+
content: W,
|
|
253
|
+
id: `text-${p++}-${u}`
|
|
254
|
+
}), Ue < R.length - 1 && l.push({
|
|
242
255
|
type: "newline",
|
|
243
|
-
id: `newline-${p++}`
|
|
256
|
+
id: `newline-${p++}-${u}`
|
|
244
257
|
});
|
|
245
258
|
});
|
|
246
259
|
}
|
|
247
|
-
const
|
|
248
|
-
if (
|
|
249
|
-
const
|
|
250
|
-
(
|
|
260
|
+
const E = i[1];
|
|
261
|
+
if ($.has(E)) {
|
|
262
|
+
const t = d.find((R) => R.name === E);
|
|
263
|
+
(t == null ? void 0 : t.type) === "input" ? l.push({
|
|
251
264
|
type: "input",
|
|
252
|
-
name:
|
|
253
|
-
content: (
|
|
254
|
-
placeholder: (
|
|
255
|
-
id: `input-${p++}`
|
|
256
|
-
}) : (
|
|
265
|
+
name: t == null ? void 0 : t.name,
|
|
266
|
+
content: (t == null ? void 0 : t.content) || "",
|
|
267
|
+
placeholder: (t == null ? void 0 : t.placeholder) || E,
|
|
268
|
+
id: `input-${p++}-${u}`
|
|
269
|
+
}) : (t == null ? void 0 : t.type) === "select" ? l.push({
|
|
257
270
|
type: "select",
|
|
258
|
-
name:
|
|
259
|
-
content: (
|
|
260
|
-
placeholder: (
|
|
261
|
-
options: (
|
|
262
|
-
id: `select-${p++}`
|
|
263
|
-
}) : (
|
|
271
|
+
name: t == null ? void 0 : t.name,
|
|
272
|
+
content: (t == null ? void 0 : t.content) || "",
|
|
273
|
+
placeholder: (t == null ? void 0 : t.placeholder) || E,
|
|
274
|
+
options: (t == null ? void 0 : t.options) || [],
|
|
275
|
+
id: `select-${p++}-${u}`
|
|
276
|
+
}) : (t == null ? void 0 : t.type) === "multiple-select" ? l.push({
|
|
264
277
|
type: "multiple-select",
|
|
265
|
-
name:
|
|
266
|
-
content: (
|
|
267
|
-
placeholder: (
|
|
268
|
-
options: (
|
|
269
|
-
id: `multiple-select-${p++}`
|
|
270
|
-
}) : (
|
|
278
|
+
name: t == null ? void 0 : t.name,
|
|
279
|
+
content: (t == null ? void 0 : t.content) || "",
|
|
280
|
+
placeholder: (t == null ? void 0 : t.placeholder) || E,
|
|
281
|
+
options: (t == null ? void 0 : t.options) || [],
|
|
282
|
+
id: `multiple-select-${p++}-${u}`
|
|
283
|
+
}) : (t == null ? void 0 : t.type) === "date-picker" && l.push({
|
|
271
284
|
type: "date-picker",
|
|
272
|
-
name:
|
|
273
|
-
content: (
|
|
274
|
-
placeholder: (
|
|
275
|
-
id: `date-picker-${p++}`
|
|
285
|
+
name: t == null ? void 0 : t.name,
|
|
286
|
+
content: (t == null ? void 0 : t.content) || "",
|
|
287
|
+
placeholder: (t == null ? void 0 : t.placeholder) || E,
|
|
288
|
+
id: `date-picker-${p++}-${u}`
|
|
276
289
|
});
|
|
277
290
|
} else
|
|
278
|
-
|
|
291
|
+
l.push({
|
|
279
292
|
type: "text",
|
|
280
|
-
content: `[${
|
|
281
|
-
id: `text-${p++}`
|
|
293
|
+
content: `[${E}]`,
|
|
294
|
+
id: `text-${p++}-${u}`
|
|
282
295
|
});
|
|
283
|
-
|
|
296
|
+
n = o.lastIndex;
|
|
284
297
|
}
|
|
285
|
-
if (
|
|
286
|
-
const
|
|
298
|
+
if (n < e.length) {
|
|
299
|
+
const t = e.substring(n).split(`
|
|
287
300
|
`);
|
|
288
|
-
|
|
289
|
-
|
|
301
|
+
t.forEach((R, W) => {
|
|
302
|
+
R && l.push({
|
|
290
303
|
type: "text",
|
|
291
|
-
content:
|
|
304
|
+
content: R,
|
|
292
305
|
id: `text-${p++}`
|
|
293
|
-
}),
|
|
306
|
+
}), W < t.length - 1 && l.push({
|
|
294
307
|
type: "newline",
|
|
295
308
|
id: `newline-${p++}`
|
|
296
309
|
});
|
|
297
310
|
});
|
|
298
311
|
}
|
|
299
|
-
return
|
|
300
|
-
},
|
|
312
|
+
return l;
|
|
313
|
+
}, Z = () => {
|
|
301
314
|
var e;
|
|
302
|
-
(e =
|
|
303
|
-
},
|
|
304
|
-
console.log("handleEditorClick", e),
|
|
305
|
-
},
|
|
306
|
-
console.log("handleEditorMouseDown", e),
|
|
307
|
-
},
|
|
308
|
-
console.log("handleEditorInput", e), v(
|
|
309
|
-
},
|
|
315
|
+
(e = C.current) == null || e.setAttribute("contenteditable", "true"), y.current && (M(y.current) && y.current.children[0].setAttribute("contenteditable", "false"), y.current = null), H(C.current);
|
|
316
|
+
}, Le = (e) => {
|
|
317
|
+
console.log("handleEditorClick", e), a == null || a(e);
|
|
318
|
+
}, $e = (e) => {
|
|
319
|
+
console.log("handleEditorMouseDown", e), Z();
|
|
320
|
+
}, ge = (e) => {
|
|
321
|
+
console.log("handleEditorInput", e), v(K()), le(fe()), f == null || f(K());
|
|
322
|
+
}, Pe = (e) => {
|
|
323
|
+
var l, n;
|
|
310
324
|
if (e.code === "Enter" && !e.shiftKey) {
|
|
311
325
|
e.preventDefault();
|
|
312
|
-
const
|
|
313
|
-
console.log("onSend",
|
|
326
|
+
const o = K();
|
|
327
|
+
if (console.log("onSend", o, "maxLength:", b, "length:", o.length), o.length === 0 || (console.log("containerRef.current?.innerHTML", (l = C.current) == null ? void 0 : l.innerHTML), (n = C.current) != null && n.innerHTML.match(/^<span>[\s\u200B]*(<br\s*\/?>[\s\u200B]*)+<\/span>$/)))
|
|
328
|
+
return;
|
|
329
|
+
b ? o.length <= b ? g == null || g(o) : (console.log("maxLength exceeded", o, b), U == null || U(o, b)) : g == null || g(o);
|
|
314
330
|
}
|
|
315
|
-
},
|
|
316
|
-
var
|
|
317
|
-
console.log("handleEditorKeyDown", e),
|
|
318
|
-
const
|
|
319
|
-
if (
|
|
331
|
+
}, Fe = (e) => {
|
|
332
|
+
var n;
|
|
333
|
+
console.log("handleEditorKeyDown", e), D == null || D(e);
|
|
334
|
+
const l = Qe();
|
|
335
|
+
if (l && Ie(l)) {
|
|
320
336
|
if (e.code === "ArrowLeft") {
|
|
321
|
-
const o =
|
|
322
|
-
o &&
|
|
323
|
-
|
|
337
|
+
const o = l == null ? void 0 : l.previousElementSibling, i = ne(l);
|
|
338
|
+
o && i === 0 && M(o) && o.children[0] && (y.current = o, P(o), requestAnimationFrame(() => {
|
|
339
|
+
H(o.children[0]);
|
|
324
340
|
}));
|
|
325
341
|
}
|
|
326
342
|
if (e.code === "ArrowRight") {
|
|
327
|
-
const o =
|
|
328
|
-
o &&
|
|
329
|
-
|
|
343
|
+
const o = l == null ? void 0 : l.nextElementSibling, i = ne(l);
|
|
344
|
+
o && i === ((n = l.textContent) == null ? void 0 : n.length) && M(o) && o.children[0] && (y.current = o, P(o), requestAnimationFrame(() => {
|
|
345
|
+
z(o.children[0]);
|
|
330
346
|
}));
|
|
331
347
|
}
|
|
348
|
+
e.code === "Backspace" && (l.innerHTML === "" && e.preventDefault(), l.innerHTML === "<br>" && (e.preventDefault(), l.innerHTML = ""));
|
|
332
349
|
}
|
|
333
|
-
if (
|
|
350
|
+
if (l && l.getAttribute("data-set-type") === "container") {
|
|
334
351
|
if (e.code === "ArrowLeft") {
|
|
335
|
-
const o =
|
|
336
|
-
|
|
337
|
-
|
|
352
|
+
const o = Ye();
|
|
353
|
+
M(o) && o.children[0] && (y.current = o, P(o), requestAnimationFrame(() => {
|
|
354
|
+
H(o.children[0]);
|
|
338
355
|
}));
|
|
339
356
|
}
|
|
340
357
|
if (e.code === "ArrowRight") {
|
|
341
|
-
const o =
|
|
342
|
-
|
|
343
|
-
|
|
358
|
+
const o = Ze();
|
|
359
|
+
M(o) && o.children[0] && (y.current = o, P(o), requestAnimationFrame(() => {
|
|
360
|
+
z(o.children[0]);
|
|
344
361
|
}));
|
|
345
362
|
}
|
|
346
363
|
}
|
|
347
|
-
|
|
348
|
-
},
|
|
349
|
-
console.log("handleEditorKeyUp", e),
|
|
350
|
-
},
|
|
351
|
-
|
|
352
|
-
|
|
364
|
+
Pe(e);
|
|
365
|
+
}, Me = (e) => {
|
|
366
|
+
console.log("handleEditorKeyUp", e), V == null || V(e);
|
|
367
|
+
}, He = (e) => {
|
|
368
|
+
e.preventDefault();
|
|
369
|
+
const n = window.getSelection().toString();
|
|
370
|
+
if (!n) return;
|
|
371
|
+
const o = n, i = n;
|
|
372
|
+
e.clipboardData.setData("text/plain", o), e.clipboardData.setData("text/html", i);
|
|
373
|
+
}, Oe = (e) => {
|
|
374
|
+
m == null || m(e);
|
|
375
|
+
}, Be = (e, l) => {
|
|
376
|
+
l.stopPropagation(), console.log("handleInputClick", e);
|
|
377
|
+
}, Ve = (e, l) => {
|
|
353
378
|
var o;
|
|
354
|
-
|
|
355
|
-
const
|
|
356
|
-
|
|
357
|
-
|
|
379
|
+
l.stopPropagation(), console.log("handleInputMouseDown", e, l), y.current && me(y.current), (o = C.current) == null || o.setAttribute("contenteditable", "false");
|
|
380
|
+
const n = document.getElementById(e.id);
|
|
381
|
+
y.current = n, requestAnimationFrame(() => {
|
|
382
|
+
P(n);
|
|
358
383
|
});
|
|
359
|
-
},
|
|
360
|
-
var
|
|
361
|
-
console.log("handleInputKeyDown", e,
|
|
362
|
-
const
|
|
363
|
-
if (
|
|
364
|
-
const
|
|
365
|
-
console.log("previousElement",
|
|
366
|
-
|
|
367
|
-
})) : (
|
|
384
|
+
}, qe = (e, l) => {
|
|
385
|
+
var i, u, p, $, E;
|
|
386
|
+
console.log("handleInputKeyDown", e, l), D == null || D(l), l.stopPropagation();
|
|
387
|
+
const n = l.target, o = ne(n);
|
|
388
|
+
if (l.code === "Backspace" && o === 0) {
|
|
389
|
+
const t = (i = n.parentElement) == null ? void 0 : i.previousElementSibling;
|
|
390
|
+
console.log("previousElement", t), t && (M(t) && t.children[0] && ((u = t.children[0].textContent) != null && u.length) ? (y.current = t, P(t), H(t.children[0]), requestAnimationFrame(() => {
|
|
391
|
+
te(t.children[0]);
|
|
392
|
+
})) : (Z(), H(t)));
|
|
368
393
|
}
|
|
369
|
-
if (
|
|
370
|
-
const
|
|
371
|
-
console.log("nextElement",
|
|
372
|
-
|
|
373
|
-
})) : (
|
|
394
|
+
if (l.code === "ArrowRight" && o === ((p = n.textContent) == null ? void 0 : p.length)) {
|
|
395
|
+
const t = ($ = n.parentElement) == null ? void 0 : $.nextElementSibling;
|
|
396
|
+
console.log("nextElement", t), t && (M(t) && t.children[0] && ((E = t.children[0].textContent) != null && E.length) ? (y.current = t, P(t), z(t.children[0]), requestAnimationFrame(() => {
|
|
397
|
+
te(t.children[0]);
|
|
398
|
+
})) : (Z(), z(t)));
|
|
374
399
|
}
|
|
375
|
-
},
|
|
376
|
-
console.log("handleInputKeyUp", e,
|
|
377
|
-
const
|
|
378
|
-
|
|
379
|
-
},
|
|
400
|
+
}, Ke = (e, l) => {
|
|
401
|
+
console.log("handleInputKeyUp", e, l), V == null || V(l);
|
|
402
|
+
const n = l.target;
|
|
403
|
+
te(n);
|
|
404
|
+
}, We = (e, l) => {
|
|
380
405
|
var o;
|
|
381
|
-
|
|
382
|
-
const
|
|
383
|
-
|
|
384
|
-
|
|
406
|
+
l.stopPropagation(), console.log("handlePlaceholderMouseDown", e), y.current && me(y.current), (o = C.current) == null || o.setAttribute("contenteditable", "false");
|
|
407
|
+
const n = document.getElementById(e.id);
|
|
408
|
+
y.current = n, requestAnimationFrame(() => {
|
|
409
|
+
P(n);
|
|
385
410
|
});
|
|
386
|
-
},
|
|
387
|
-
console.log("handleInputChange", e,
|
|
388
|
-
},
|
|
389
|
-
console.log("handleTextSpanKeyDown 不生效", e,
|
|
411
|
+
}, _e = (e, l) => {
|
|
412
|
+
console.log("handleInputChange", e, l), v(K()), le(fe()), f == null || f(K());
|
|
413
|
+
}, ze = (e, l) => {
|
|
414
|
+
console.log("handleTextSpanKeyDown 不生效", e, l);
|
|
390
415
|
};
|
|
391
|
-
|
|
392
|
-
if (!
|
|
416
|
+
F(() => {
|
|
417
|
+
if (!G)
|
|
393
418
|
return;
|
|
394
419
|
const e = (o) => {
|
|
395
|
-
|
|
396
|
-
},
|
|
397
|
-
|
|
398
|
-
},
|
|
399
|
-
|
|
420
|
+
N.current && !N.current.contains(o.target) && q(!1);
|
|
421
|
+
}, l = (o) => {
|
|
422
|
+
N.current && !N.current.contains(o.target) && q(!1);
|
|
423
|
+
}, n = () => {
|
|
424
|
+
q(!1);
|
|
400
425
|
};
|
|
401
|
-
return document.addEventListener("mousedown", e), document.addEventListener("scroll",
|
|
402
|
-
document.removeEventListener("mousedown", e), document.removeEventListener("scroll",
|
|
426
|
+
return document.addEventListener("mousedown", e), document.addEventListener("scroll", l, !0), window.addEventListener("resize", n), () => {
|
|
427
|
+
document.removeEventListener("mousedown", e), document.removeEventListener("scroll", l, !0), window.removeEventListener("resize", n);
|
|
403
428
|
};
|
|
404
|
-
}, [
|
|
405
|
-
const
|
|
406
|
-
if (console.log("handleFloatChange", e,
|
|
407
|
-
const
|
|
408
|
-
|
|
429
|
+
}, [G]);
|
|
430
|
+
const I = (e, l) => {
|
|
431
|
+
if (console.log("handleFloatChange", e, l), L && Je(L.id, e), l === "select" && q(!1), l === "multiple-select" || l === "date-picker") {
|
|
432
|
+
const n = document.getElementById(L.id);
|
|
433
|
+
n && n.children[0] && n.children[1] && (e.length > 0 ? (n.children[0].setAttribute("style", "display: inline"), n.children[0].setAttribute("contenteditable", "false"), n.children[1].setAttribute("style", "display: none"), n.children[1].setAttribute("contenteditable", "true")) : (n.children[0].setAttribute("style", "display: none"), n.children[0].setAttribute("contenteditable", "true"), n.children[1].setAttribute("style", "display: inline"), n.children[1].setAttribute("contenteditable", "true")));
|
|
409
434
|
}
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
435
|
+
ge({});
|
|
436
|
+
}, ye = (e, l) => {
|
|
437
|
+
console.log("handleSelectClick", e, l);
|
|
438
|
+
const o = l.target.getBoundingClientRect();
|
|
439
|
+
ce(e.options), se(e.value || Ae(e.id)), Q({ top: -999999, left: -999999999 }), re(e), ae(Ne), q(!0), requestAnimationFrame(() => {
|
|
440
|
+
if (N.current) {
|
|
441
|
+
console.log("currentFloatElementRef.current", N.current);
|
|
442
|
+
const i = N.current.getBoundingClientRect();
|
|
443
|
+
let u = o.left, p = o.top + o.height;
|
|
444
|
+
window.innerWidth - o.right < De && o.width < i.width && (u = o.right - i.width), o.top < i.height && (p = o.top + o.height), Q({ top: p, left: u }), ae(i.height);
|
|
419
445
|
}
|
|
420
446
|
});
|
|
421
|
-
},
|
|
422
|
-
console.log("handleDatePickerClick", e,
|
|
423
|
-
const o =
|
|
424
|
-
let
|
|
425
|
-
window.innerWidth - o.right <
|
|
426
|
-
},
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
/* @__PURE__ */ h("span", { onKeyDown: (i) => Fe(t, i), children: t.content }, t.id)
|
|
447
|
+
}, je = (e, l) => {
|
|
448
|
+
console.log("handleDatePickerClick", e, l);
|
|
449
|
+
const o = l.target.getBoundingClientRect();
|
|
450
|
+
let i = o.left, u = o.top - he;
|
|
451
|
+
window.innerWidth - o.right < pe && (i = i - pe + o.width), o.top < he && (u = o.top + o.height), ce(e.options), se(e.value || Ae(e.id)), Q({ top: u, left: i }), re(e), q(!0);
|
|
452
|
+
}, [Ee, be] = w([]), [ee, xe] = w(!0), we = Xe(() => {
|
|
453
|
+
xe(!1);
|
|
454
|
+
const e = Se(c), l = [];
|
|
455
|
+
return e.forEach((n) => {
|
|
456
|
+
var o, i, u, p, $, E;
|
|
457
|
+
if (n.type === "text")
|
|
458
|
+
l.push(
|
|
459
|
+
/* @__PURE__ */ h("span", { onKeyDown: (t) => ze(n, t), children: n.content }, n.id)
|
|
435
460
|
);
|
|
436
|
-
else if (
|
|
437
|
-
|
|
438
|
-
else if (
|
|
439
|
-
|
|
440
|
-
/* @__PURE__ */
|
|
461
|
+
else if (n.type === "newline")
|
|
462
|
+
l.push(/* @__PURE__ */ h("br", {}, n.id));
|
|
463
|
+
else if (n.type === "input")
|
|
464
|
+
l.push(
|
|
465
|
+
/* @__PURE__ */ _(
|
|
441
466
|
"span",
|
|
442
467
|
{
|
|
443
|
-
id:
|
|
468
|
+
id: n.id,
|
|
444
469
|
"data-set-type": "input",
|
|
445
470
|
contentEditable: !1,
|
|
446
471
|
suppressContentEditableWarning: !0,
|
|
447
|
-
onInput: (
|
|
448
|
-
onClick: (
|
|
449
|
-
onMouseDown: (
|
|
450
|
-
"data-cosmic-ai-input-placeholder":
|
|
472
|
+
onInput: (t) => _e(n, t),
|
|
473
|
+
onClick: (t) => Be(n, t),
|
|
474
|
+
onMouseDown: (t) => Ve(n, t),
|
|
475
|
+
"data-cosmic-ai-input-placeholder": n.placeholder,
|
|
451
476
|
children: [
|
|
452
|
-
/* @__PURE__ */ h("span", { className: "cosmic-ai-input-inputContent", style: { padding: (o =
|
|
453
|
-
/* @__PURE__ */ h("span", { contentEditable: !1, style: { display: (
|
|
477
|
+
/* @__PURE__ */ h("span", { className: "cosmic-ai-input-inputContent", style: { padding: (o = n.content) != null && o.length ? "2px 4px" : "2px 0 2px 4px" }, contentEditable: !1, onKeyDown: (t) => qe(n, t), onKeyUp: (t) => Ke(n, t), children: n.content }),
|
|
478
|
+
/* @__PURE__ */ h("span", { contentEditable: !1, style: { display: (i = n.content) != null && i.length ? "none" : "inline" }, className: "cosmic-ai-input-placeholder", onMouseDown: (t) => We(n, t), children: n.placeholder })
|
|
454
479
|
]
|
|
455
480
|
},
|
|
456
|
-
|
|
481
|
+
n.id
|
|
457
482
|
)
|
|
458
483
|
);
|
|
459
|
-
else if (
|
|
460
|
-
const
|
|
461
|
-
|
|
484
|
+
else if (n.type === "select") {
|
|
485
|
+
const t = n.content || ((u = n.options) == null ? void 0 : u[0]) || n.placeholder;
|
|
486
|
+
l.push(
|
|
462
487
|
/* @__PURE__ */ h(
|
|
463
488
|
"span",
|
|
464
489
|
{
|
|
465
|
-
id:
|
|
490
|
+
id: n.id,
|
|
466
491
|
"data-set-type": "select",
|
|
467
|
-
contentEditable: !
|
|
492
|
+
contentEditable: !1,
|
|
468
493
|
suppressContentEditableWarning: !0,
|
|
469
|
-
onClick: (
|
|
470
|
-
"data-cosmic-ai-input-placeholder":
|
|
471
|
-
children: /* @__PURE__ */ h("span", { contentEditable: !1, children:
|
|
494
|
+
onClick: (R) => ye(n, R),
|
|
495
|
+
"data-cosmic-ai-input-placeholder": n.placeholder,
|
|
496
|
+
children: /* @__PURE__ */ h("span", { contentEditable: !1, children: t })
|
|
472
497
|
},
|
|
473
|
-
|
|
498
|
+
n.id
|
|
474
499
|
)
|
|
475
500
|
);
|
|
476
|
-
} else if (
|
|
477
|
-
const
|
|
478
|
-
|
|
479
|
-
/* @__PURE__ */
|
|
501
|
+
} else if (n.type === "multiple-select") {
|
|
502
|
+
const t = n.content || ((p = n.options) == null ? void 0 : p[0]);
|
|
503
|
+
l.push(
|
|
504
|
+
/* @__PURE__ */ _(
|
|
480
505
|
"span",
|
|
481
506
|
{
|
|
482
|
-
id:
|
|
507
|
+
id: n.id,
|
|
483
508
|
"data-set-type": "multiple-select",
|
|
484
|
-
contentEditable: !
|
|
509
|
+
contentEditable: !1,
|
|
485
510
|
suppressContentEditableWarning: !0,
|
|
486
|
-
onClick: (
|
|
487
|
-
"data-cosmic-ai-input-placeholder":
|
|
511
|
+
onClick: (R) => ye(n, R),
|
|
512
|
+
"data-cosmic-ai-input-placeholder": n.placeholder,
|
|
488
513
|
children: [
|
|
489
|
-
/* @__PURE__ */ h("span", { style: { display:
|
|
490
|
-
/* @__PURE__ */ h("span", { style: { display:
|
|
514
|
+
/* @__PURE__ */ h("span", { style: { display: t != null && t.length ? "inline" : "none" }, contentEditable: !1, children: t }),
|
|
515
|
+
/* @__PURE__ */ h("span", { style: { display: t != null && t.length ? "none" : "inline" }, className: "cosmic-ai-input-selectPlaceholder", contentEditable: !1, children: n.placeholder })
|
|
491
516
|
]
|
|
492
517
|
},
|
|
493
|
-
|
|
518
|
+
n.id
|
|
494
519
|
)
|
|
495
520
|
);
|
|
496
|
-
} else
|
|
497
|
-
/* @__PURE__ */
|
|
521
|
+
} else n.type === "date-picker" && l.push(
|
|
522
|
+
/* @__PURE__ */ _(
|
|
498
523
|
"span",
|
|
499
524
|
{
|
|
500
|
-
id:
|
|
525
|
+
id: n.id,
|
|
501
526
|
"data-set-type": "date-picker",
|
|
502
|
-
contentEditable: !
|
|
527
|
+
contentEditable: !1,
|
|
503
528
|
suppressContentEditableWarning: !0,
|
|
504
|
-
onClick: (
|
|
505
|
-
"data-cosmic-ai-input-placeholder":
|
|
529
|
+
onClick: (t) => je(n, t),
|
|
530
|
+
"data-cosmic-ai-input-placeholder": n.placeholder,
|
|
506
531
|
children: [
|
|
507
|
-
/* @__PURE__ */ h("span", { style: { display: (
|
|
508
|
-
/* @__PURE__ */ h("span", { style: { display: (
|
|
532
|
+
/* @__PURE__ */ h("span", { style: { display: ($ = n.content) != null && $.length ? "inline" : "none" }, contentEditable: !1, children: n.content }),
|
|
533
|
+
/* @__PURE__ */ h("span", { style: { display: (E = n.content) != null && E.length ? "none" : "inline" }, className: "cosmic-ai-input-datePickerPlaceholder", contentEditable: !1, children: n.placeholder })
|
|
509
534
|
]
|
|
510
535
|
},
|
|
511
|
-
|
|
536
|
+
n.id
|
|
512
537
|
)
|
|
513
538
|
);
|
|
514
|
-
}),
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
539
|
+
}), setTimeout(() => {
|
|
540
|
+
xe(!0);
|
|
541
|
+
}, 0), console.log("重新渲染 ============================>", "elements", l, "parsed", e, c), l;
|
|
542
|
+
}, [c]);
|
|
543
|
+
return F(() => {
|
|
544
|
+
ee && setTimeout(() => {
|
|
545
|
+
H(C.current);
|
|
546
|
+
}, 0);
|
|
547
|
+
}, [ee]), F(() => {
|
|
548
|
+
c !== X ? (be(we()), v(c), ue(!0)) : (c === "" || !c) && be(we());
|
|
549
|
+
}, [c, X]), F(() => {
|
|
550
|
+
if (!A && !de) return;
|
|
551
|
+
const e = new MutationObserver(() => {
|
|
552
|
+
C.current && document.contains(C.current) && (requestAnimationFrame(() => {
|
|
553
|
+
H(C.current), ue(!1);
|
|
554
|
+
}), e.disconnect());
|
|
555
|
+
});
|
|
556
|
+
return C.current && e.observe(document.body, { childList: !0, subtree: !0 }), () => e.disconnect();
|
|
557
|
+
}, [A, de]), ve(r, () => ({
|
|
558
|
+
getCurrentValue: K
|
|
559
|
+
})), console.log("renderElements", Ee), // 最外层的防止renderContainer为false的时候样式坍塌
|
|
560
|
+
/* @__PURE__ */ _("div", { className: Ce(`cosmic-ai-input-rows${x}`), children: [
|
|
561
|
+
ee && /* @__PURE__ */ h(
|
|
520
562
|
"div",
|
|
521
563
|
{
|
|
522
564
|
"data-set-type": "container",
|
|
523
565
|
"data-cosmic-ai-input-placeholder": k,
|
|
524
|
-
className:
|
|
525
|
-
ref:
|
|
566
|
+
className: Ce("cosmic-ai-input", `cosmic-ai-input-rows${x}`, { "is-disabled": T }, { "is-empty": X.length === 0 }),
|
|
567
|
+
ref: C,
|
|
526
568
|
contentEditable: !0,
|
|
527
569
|
suppressContentEditableWarning: !0,
|
|
528
|
-
onClick: (e) =>
|
|
570
|
+
onClick: (e) => Le(e),
|
|
529
571
|
onFocus: (e) => {
|
|
530
|
-
|
|
572
|
+
Oe(e);
|
|
531
573
|
},
|
|
532
574
|
onBlur: (e) => {
|
|
533
|
-
|
|
575
|
+
S == null || S(e);
|
|
534
576
|
},
|
|
535
|
-
onMouseDown: (e) =>
|
|
536
|
-
onKeyDown: (e) =>
|
|
537
|
-
onKeyUp: (e) =>
|
|
538
|
-
onInput: (e) =>
|
|
539
|
-
|
|
577
|
+
onMouseDown: (e) => $e(e),
|
|
578
|
+
onKeyDown: (e) => Fe(e),
|
|
579
|
+
onKeyUp: (e) => Me(e),
|
|
580
|
+
onInput: (e) => ge(e),
|
|
581
|
+
onCopy: (e) => He(e),
|
|
582
|
+
children: Ee
|
|
540
583
|
}
|
|
541
584
|
),
|
|
542
|
-
|
|
543
|
-
(
|
|
544
|
-
|
|
585
|
+
G && Ge(
|
|
586
|
+
(L == null ? void 0 : L.type) === "multiple-select" ? /* @__PURE__ */ h(
|
|
587
|
+
Re,
|
|
545
588
|
{
|
|
546
|
-
ref:
|
|
547
|
-
options:
|
|
548
|
-
value:
|
|
549
|
-
position:
|
|
550
|
-
height:
|
|
551
|
-
onChange:
|
|
589
|
+
ref: N,
|
|
590
|
+
options: oe,
|
|
591
|
+
value: Y,
|
|
592
|
+
position: J,
|
|
593
|
+
height: ie,
|
|
594
|
+
onChange: I
|
|
552
595
|
},
|
|
553
596
|
"multiple-select"
|
|
554
|
-
) : (
|
|
555
|
-
|
|
597
|
+
) : (L == null ? void 0 : L.type) === "date-picker" ? /* @__PURE__ */ h(
|
|
598
|
+
ke,
|
|
556
599
|
{
|
|
557
|
-
ref:
|
|
558
|
-
value:
|
|
559
|
-
position:
|
|
560
|
-
onChange:
|
|
600
|
+
ref: N,
|
|
601
|
+
value: Y,
|
|
602
|
+
position: J,
|
|
603
|
+
onChange: I
|
|
561
604
|
},
|
|
562
605
|
"date-picker"
|
|
563
606
|
) : /* @__PURE__ */ h(
|
|
564
|
-
|
|
607
|
+
Te,
|
|
565
608
|
{
|
|
566
|
-
ref:
|
|
567
|
-
options:
|
|
568
|
-
value:
|
|
569
|
-
position:
|
|
570
|
-
height:
|
|
571
|
-
onChange:
|
|
609
|
+
ref: N,
|
|
610
|
+
options: oe,
|
|
611
|
+
value: Y,
|
|
612
|
+
position: J,
|
|
613
|
+
height: ie,
|
|
614
|
+
onChange: I
|
|
572
615
|
},
|
|
573
616
|
"select"
|
|
574
617
|
),
|
|
@@ -576,7 +619,7 @@ const Ue = _((s, r) => {
|
|
|
576
619
|
)
|
|
577
620
|
] });
|
|
578
621
|
});
|
|
579
|
-
|
|
622
|
+
et.displayName = "AiInput";
|
|
580
623
|
export {
|
|
581
|
-
|
|
624
|
+
et as default
|
|
582
625
|
};
|
package/dist/style.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.cosmic-ai-input{font-size:14px;outline:none}.cosmic-ai-input [data-set-type=input]{color:#b4c5fc;padding:0 2px;caret-color:#000}.cosmic-ai-input [data-set-type=select]{padding:0 2px;outline:none;color:#2356f6;cursor:pointer;position:relative;display:inline-block}.cosmic-ai-input [data-set-type=select] span{outline:none;background-color:#f2f5fe;border-radius:2px;white-space:nowrap;padding:0 16px 0 4px;display:inline-block}.cosmic-ai-input [data-set-type=select]:after{content:"";position:absolute;right:6px;top:50%;transform:translateY(-50%);width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:5px solid #2356f6;pointer-events:none}.cosmic-ai-input [data-set-type=multiple-select]{padding:0 2px;outline:none;color:#2356f6;cursor:pointer;position:relative;display:inline-block}.cosmic-ai-input [data-set-type=multiple-select] span{outline:none;background-color:#f2f5fe;border-radius:2px;white-space:nowrap;padding:2px 16px 2px 4px;display:inline-block}.cosmic-ai-input [data-set-type=multiple-select]:after{content:"";position:absolute;right:6px;top:50%;transform:translateY(-50%);width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:5px solid #2356f6;pointer-events:none}.cosmic-ai-input [data-set-type=date-picker]{padding:0 2px;outline:none;color:#2356f6;cursor:pointer;position:relative;display:inline-block}.cosmic-ai-input [data-set-type=date-picker] span{outline:none;background-color:#f2f5fe;border-radius:2px;white-space:nowrap;padding:2px 16px 2px 4px;display:inline-block}.cosmic-ai-input [data-set-type=date-picker]:after{content:"";position:absolute;right:6px;top:50%;transform:translateY(-50%);width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:5px solid #2356f6;pointer-events:none}.cosmic-ai-input.is-empty:before{content:attr(data-cosmic-ai-input-placeholder);position:absolute;color:#999;pointer-events:none}.cosmic-ai-input.is-disabled{opacity:.5;pointer-events:none;cursor:not-allowed}.cosmic-ai-input-displayNone{display:none}.cosmic-ai-input-inputContent{outline:none;color:#2356f6;background-color:#f2f5fe;border-radius:2px}.cosmic-ai-input-placeholder{background-color:#f2f5fe;padding:2px 4px 2px 0;border-top-right-radius:2px;border-bottom-right-radius:2px}.cosmic-ai-input-selectPlaceholder,.cosmic-ai-input-datePickerPlaceholder{color:#b4c5fc}.cosmic-ai-input-rows1{min-height:auto}.cosmic-ai-input-rows2{min-height:46px}.cosmic-ai-input-rows3{min-height:69px}.cosmic-ai-input-rows4{min-height:92px}.cosmic-ai-input-selectFloatElement{background-color:#fff;border:1px solid #e0e0e0;border-radius:4px;box-shadow:0 2px 8px #00000026;overflow-y:auto;z-index:5000;max-width:240px}.cosmic-ai-input-selectFloatElement .selectOption{padding:8px 12px;cursor:pointer;transition:background-color .2s ease;border-bottom:1px solid #f0f0f0;font-size:14px;color:#333;box-sizing:border-box;word-wrap:break-word;word-break:break-all;display:flex;align-items:center;justify-content:space-between}.cosmic-ai-input-selectFloatElement .selectOption:last-child{border-bottom:none}.cosmic-ai-input-selectFloatElement .selectOption:hover{background-color:#f5f5f5}.cosmic-ai-input-selectFloatElement .selectOption.selected{background-color:#e6f0ff;color:#2356f6;font-weight:500}.cosmic-ai-input-selectFloatElement .selectOption.selected:after{content:"✓";color:#2356f6;padding-left:6px}.cosmic-ai-input-datePicker{position:absolute;z-index:5000}.cosmic-ai-input-datePicker input[type=date]{visibility:hidden;height:0!important;box-sizing:border-box;border:none!important;position:relative;top:-10px}.cosmic-ai-input-commonSlot{padding:2px 0}
|
|
1
|
+
.cosmic-ai-input{font-size:14px;outline:none;line-height:24px}.cosmic-ai-input [data-set-type=input]{color:#b4c5fc;padding:0 2px;caret-color:#000}.cosmic-ai-input [data-set-type=select]{padding:0 2px;outline:none;color:#2356f6;cursor:pointer;position:relative;display:inline-block}.cosmic-ai-input [data-set-type=select] span{outline:none;background-color:#f2f5fe;border-radius:2px;white-space:nowrap;padding:0 16px 0 4px;display:inline-block}.cosmic-ai-input [data-set-type=select]:after{content:"";position:absolute;right:6px;top:50%;transform:translateY(-50%);width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:5px solid #2356f6;pointer-events:none}.cosmic-ai-input [data-set-type=multiple-select]{padding:0 2px;outline:none;color:#2356f6;cursor:pointer;position:relative;display:inline-block}.cosmic-ai-input [data-set-type=multiple-select] span{outline:none;background-color:#f2f5fe;border-radius:2px;white-space:nowrap;padding:2px 16px 2px 4px;display:inline-block}.cosmic-ai-input [data-set-type=multiple-select]:after{content:"";position:absolute;right:6px;top:50%;transform:translateY(-50%);width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:5px solid #2356f6;pointer-events:none}.cosmic-ai-input [data-set-type=date-picker]{padding:0 2px;outline:none;color:#2356f6;cursor:pointer;position:relative;display:inline-block}.cosmic-ai-input [data-set-type=date-picker] span{outline:none;background-color:#f2f5fe;border-radius:2px;white-space:nowrap;padding:2px 16px 2px 4px;display:inline-block}.cosmic-ai-input [data-set-type=date-picker]:after{content:"";position:absolute;right:6px;top:50%;transform:translateY(-50%);width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:5px solid #2356f6;pointer-events:none}.cosmic-ai-input.is-empty:before{content:attr(data-cosmic-ai-input-placeholder);position:absolute;color:#999;pointer-events:none}.cosmic-ai-input.is-disabled{opacity:.5;pointer-events:none;cursor:not-allowed}.cosmic-ai-input-displayNone{display:none}.cosmic-ai-input-inputContent{outline:none;color:#2356f6;background-color:#f2f5fe;border-radius:2px}.cosmic-ai-input-placeholder{background-color:#f2f5fe;padding:2px 4px 2px 0;border-top-right-radius:2px;border-bottom-right-radius:2px}.cosmic-ai-input-selectPlaceholder,.cosmic-ai-input-datePickerPlaceholder{color:#b4c5fc}.cosmic-ai-input-rows1{min-height:auto}.cosmic-ai-input-rows2{min-height:46px}.cosmic-ai-input-rows3{min-height:69px}.cosmic-ai-input-rows4{min-height:92px}.cosmic-ai-input-selectFloatElement{background-color:#fff;border:1px solid #e0e0e0;border-radius:4px;box-shadow:0 2px 8px #00000026;overflow-y:auto;z-index:5000;max-width:240px}.cosmic-ai-input-selectFloatElement .selectOption{padding:8px 12px;cursor:pointer;transition:background-color .2s ease;border-bottom:1px solid #f0f0f0;font-size:14px;color:#333;box-sizing:border-box;word-wrap:break-word;word-break:break-all;display:flex;align-items:center;justify-content:space-between}.cosmic-ai-input-selectFloatElement .selectOption:last-child{border-bottom:none}.cosmic-ai-input-selectFloatElement .selectOption:hover{background-color:#f5f5f5}.cosmic-ai-input-selectFloatElement .selectOption.selected{background-color:#e6f0ff;color:#2356f6;font-weight:500}.cosmic-ai-input-selectFloatElement .selectOption.selected:after{content:"✓";color:#2356f6;padding-left:6px}.cosmic-ai-input-datePicker{position:absolute;z-index:5000}.cosmic-ai-input-datePicker input[type=date]{visibility:hidden;height:0!important;box-sizing:border-box;border:none!important;position:relative;top:-10px}.cosmic-ai-input-commonSlot{padding:2px 0}
|