@qxs-bns/components-wc 0.0.23 → 0.0.24

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.
Files changed (37) hide show
  1. package/es/editor/blocksuite-editor.mjs +14 -14
  2. package/es/editor/blocksuite-editor.mjs.map +1 -1
  3. package/es/subject/action.mjs +18 -18
  4. package/es/subject/action.mjs.map +1 -1
  5. package/es/subject/blank-fill.mjs +21 -21
  6. package/es/subject/blank-fill.mjs.map +1 -1
  7. package/es/subject/layout.mjs +3 -3
  8. package/es/subject/layout.mjs.map +1 -1
  9. package/es/subject/list.mjs +84 -84
  10. package/es/subject/list.mjs.map +1 -1
  11. package/es/subject/page-end.mjs +8 -8
  12. package/es/subject/page-end.mjs.map +1 -1
  13. package/es/subject/scale.mjs +19 -19
  14. package/es/subject/scale.mjs.map +1 -1
  15. package/es/subject/single.mjs +48 -48
  16. package/es/subject/single.mjs.map +1 -1
  17. package/es/subject/text-fill.mjs +45 -45
  18. package/es/subject/text-fill.mjs.map +1 -1
  19. package/lib/editor/blocksuite-editor.cjs +4 -4
  20. package/lib/editor/blocksuite-editor.cjs.map +1 -1
  21. package/lib/subject/action.cjs +18 -18
  22. package/lib/subject/action.cjs.map +1 -1
  23. package/lib/subject/blank-fill.cjs +20 -20
  24. package/lib/subject/blank-fill.cjs.map +1 -1
  25. package/lib/subject/layout.cjs +2 -2
  26. package/lib/subject/layout.cjs.map +1 -1
  27. package/lib/subject/list.cjs +49 -49
  28. package/lib/subject/list.cjs.map +1 -1
  29. package/lib/subject/page-end.cjs +8 -8
  30. package/lib/subject/page-end.cjs.map +1 -1
  31. package/lib/subject/scale.cjs +19 -19
  32. package/lib/subject/scale.cjs.map +1 -1
  33. package/lib/subject/single.cjs +48 -48
  34. package/lib/subject/single.cjs.map +1 -1
  35. package/lib/subject/text-fill.cjs +21 -21
  36. package/lib/subject/text-fill.cjs.map +1 -1
  37. package/package.json +1 -1
@@ -1,7 +1,7 @@
1
- "use strict";var t=require("lit"),e=require("lit/decorators.js"),s=require("../base/define.cjs"),i=require("./single.cjs"),r=require("./types.cjs"),o=Object.defineProperty,n=Object.getOwnPropertyDescriptor,a=(t,e,s,i)=>{for(var r,a=i>1?void 0:i?n(e,s):e,l=t.length-1;l>=0;l--)(r=t[l])&&(a=(i?r(e,s,a):r(a))||a);return i&&a&&o(e,s,a),a};const l=[{bg:"#ecf5ff",color:"#3D61E3",border:"#d9ecff"},{bg:"#f0f9eb",color:"#67c23a",border:"#c2e7b0"},{bg:"#fdf6ec",color:"#e6a23c",border:"#faecd8"},{bg:"#fef0f0",color:"#f56c6c",border:"#fde2e2"},{bg:"#f4f4f5",color:"#909399",border:"#e9e9eb"}];exports.QxsTextFill=class extends t.LitElement{constructor(){super(...arguments),this._iconPlus=t.html`<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><line x1="12" y1="5" x2="12" y2="19"/><line x1="5" y1="12" x2="19" y2="12"/></svg>`,this._iconRemove=t.html`<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><line x1="5" y1="12" x2="19" y2="12"/></svg>`,this.orderIndex=0,this.title="",this.customId="",this.isEdit=!1,this.isSave=!1,this.isSet=!1,this.isKey=!1,this.showAction=!0,this.showAdd=!0,this.showAnswerSetting=!1,this.showAnalysis=!0,this.richTextContent="",this.analysis="",this.examAnswerRelationType=0,this.examExpand="",this.examAnswerSetting={isInOrder:!0,isIgnoreCase:!0,keywordCount:1},this.uploadImage=async t=>new Promise((e,s)=>{const i=new FileReader;i.onload=t=>e(t.target?.result),i.onerror=s,i.readAsDataURL(t)}),this.answerList=[],this.modelValue="",this.useModel=!1,this._answers=[{title:"",tag:"",showInput:!1}],this._title="",this._analysis="",this._isInOrder=!0,this._isIgnoreCase=!0,this._keywordCount=1,this._correct="",this._showRichText=!1,this._richText="",this.TITLE_MAX=200}willUpdate(t){t.has("isEdit")&&this.isEdit&&this._syncProps(),!this.isEdit&&(t.has("title")||t.has("answerList")||t.has("analysis")||t.has("examAnswerSetting")||t.has("richTextContent")||t.has("examExpand"))&&this._syncProps(),t.has("modelValue")&&this.useModel&&(this._title=this.modelValue)}_normalizeAnswerTitle(t){return String(t?.title??t?.answer??"")}_normalizedAnswerList(){let t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[];return(Array.isArray(t)?t:[]).map(t=>({...t,answerId:t?.answerId??t?.examAnswerId,title:this._normalizeAnswerTitle(t)}))}_syncProps(){this._title=this.title||"",this._analysis=this.analysis||"",this.answerList?.length?this._answers=this._normalizedAnswerList(this.answerList).map(t=>({title:t.title||"",tag:"",showInput:!1,answerId:t.answerId,customAnswerId:t.customAnswerId})):this._answers=[{title:"",tag:"",showInput:!1}],this.examAnswerSetting&&(this._isInOrder=!!this.examAnswerSetting.isInOrder,this._isIgnoreCase=!!this.examAnswerSetting.isIgnoreCase,this._keywordCount=this.examAnswerSetting.keywordCount||1),this._richText=this.richTextContent||"",this._showRichText=!!this.richTextContent,this._correct=this.examExpand||""}_emit(t,e){this.dispatchEvent(new CustomEvent(t,{bubbles:!0,composed:!0,detail:e??null}))}_onTitleInput(t){const e=t.target;e.value.length>this.TITLE_MAX&&(e.value=e.value.slice(0,this.TITLE_MAX)),this._title=e.value,this.useModel&&this.dispatchEvent(new CustomEvent("update:modelValue",{bubbles:!0,composed:!0,detail:this._title}))}_addTag(t){const e={...this._answers[t]};e.tag&&(e.title=e.title?[e.title,e.tag].join(","):e.tag,e.tag=""),e.showInput=!1,this._answers=this._answers.map((s,i)=>i===t?e:s)}_closeTag(t,e){const s={...this._answers[e]};s.title=s.title.split(",").filter(e=>e!==t).join(","),this._answers=this._answers.map((t,i)=>i===e?s:t)}async toJSON(){return new Promise((t,e)=>{const s={customId:this.customId||void 0,answerType:"text_fill",orderIndex:this.orderIndex},o=this.isEdit?this._title:this.title||"",n=this.isEdit?this._answers:this._normalizedAnswerList(this.answerList||[]),a=this.isEdit?this._analysis:this.analysis||"",l=this.isEdit?this._correct:this.examExpand||"",p=this.isEdit?this._keywordCount:this.examAnswerSetting?.keywordCount||1,d=this.isEdit?this._isInOrder:this.examAnswerSetting?.isInOrder??!0,h=this.isEdit?this._isIgnoreCase:this.examAnswerSetting?.isIgnoreCase??!0,c=this.isEdit?this._showRichText:!!this.richTextContent,x=this.isEdit?this._richText:this.richTextContent||"";if(!o)return void e(new i.SubjectError("题目标题不能为空!","EMPTY_TITLE","title",s));if(p||l){if(!p)return void e(new i.SubjectError("请完善答题设置!","NO_KEYWORD_COUNT","keywordCount",s));if(!l)return void e(new i.SubjectError("请输入问题正确答案!","NO_CORRECT_ANSWER","correct",s));if(n.length!==p)return void e(new i.SubjectError("关键词个数设置有误!","KEYWORD_COUNT_MISMATCH","answers",s));const t=[];if(n.forEach((e,s)=>{this._normalizeAnswerTitle(e)||t.push(`关键词${s+1}未设置`)}),t.length)return void e(new i.SubjectError(t.join(","),"KEYWORD_EMPTY","answers",s))}const w={answerType:r.SubjectType.TEXT_FILL,title:o,answers:n.filter(t=>this._normalizeAnswerTitle(t)).map(t=>({title:this._normalizeAnswerTitle(t),...t.answerId?{answerId:t.answerId}:{},...t.customAnswerId?{customAnswerId:t.customAnswerId}:{}})),analysis:a,isSetCorrectAnswer:!!l,isKey:this.isKey,examExpand:l,examAnswerSettingBO:{isIgnoreCase:h,isInOrder:d,keywordCount:p},examRichTextContent:c?x:""};this.customId&&(w.customId=this.customId),t(w)})}_addAnswer(){this.isSave||(this._answers=[...this._answers,{title:"",tag:"",showInput:!1}])}_deleteAnswer(t){this._answers.length<2||this.isSave||(this._answers=this._answers.filter((e,s)=>s!==t))}async _save(t){t?.stopImmediatePropagation();try{const t=await this.toJSON();this._emit("save",t)}catch(t){!function(t){const e=document.createElement("div");e.textContent=t,Object.assign(e.style,{position:"fixed",top:"20px",left:"50%",transform:"translateX(-50%)",padding:"10px 20px",borderRadius:"4px",fontSize:"13px",color:"#fff",background:"#f56c6c",zIndex:"99999",boxShadow:"0 4px 12px rgba(0,0,0,.15)",transition:"opacity .3s",opacity:"1"}),document.body.appendChild(e),setTimeout(()=>{e.style.opacity="0",setTimeout(()=>e.remove(),300)},2500)}(t.message)}}validate(){const t=[],e={customId:this.customId||void 0,answerType:"text_fill",orderIndex:this.orderIndex},s=this.isEdit?this._title:this.title||"",r=this.isEdit?this._answers:this._normalizedAnswerList(this.answerList||[]),o=this.isEdit?this._correct:this.examExpand||"",n=this.isEdit?this._keywordCount:this.examAnswerSetting?.keywordCount||1;return s||t.push(new i.SubjectError("题目标题不能为空!","EMPTY_TITLE","title",e)),(n||o)&&(n||t.push(new i.SubjectError("请完善答题设置!","NO_KEYWORD_COUNT","keywordCount",e)),o||t.push(new i.SubjectError("请输入问题正确答案!","NO_CORRECT_ANSWER","correct",e)),r.length!==n&&t.push(new i.SubjectError("关键词个数设置有误!","KEYWORD_COUNT_MISMATCH","answers",e)),r.forEach((s,r)=>{this._normalizeAnswerTitle(s)||t.push(new i.SubjectError(`关键词${r+1}未设置`,"KEYWORD_EMPTY","answers",e))})),t}_renderPreview(){const e=this.isEdit?this._answers:this._normalizedAnswerList(this.answerList||[]),s=this.isEdit?this._correct:this.examExpand||"";return t.html`
1
+ "use strict";var t=require("lit"),e=require("lit/decorators.js"),s=require("../base/define.cjs"),i=require("./single.cjs"),r=require("./types.cjs"),o=Object.defineProperty,n=Object.getOwnPropertyDescriptor,a=(t,e,s,i)=>{for(var r,a=i>1?void 0:i?n(e,s):e,l=t.length-1;l>=0;l--)(r=t[l])&&(a=(i?r(e,s,a):r(a))||a);return i&&a&&o(e,s,a),a};const l=[{bg:"#ecf5ff",color:"#3D61E3",border:"#d9ecff"},{bg:"#f0f9eb",color:"#67c23a",border:"#c2e7b0"},{bg:"#fdf6ec",color:"#e6a23c",border:"#faecd8"},{bg:"#fef0f0",color:"#f56c6c",border:"#fde2e2"},{bg:"#f4f4f5",color:"#909399",border:"#e9e9eb"}];exports.QxsTextFill=class extends t.LitElement{constructor(){super(...arguments),this._iconPlus=t.html`<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><line x1="12" y1="5" x2="12" y2="19"/><line x1="5" y1="12" x2="19" y2="12"/></svg>`,this._iconRemove=t.html`<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><line x1="5" y1="12" x2="19" y2="12"/></svg>`,this["order-index"]=0,this.title="",this["custom-id"]="",this["is-edit"]=!1,this["is-save"]=!1,this["is-set"]=!1,this["is-key"]=!1,this["show-action"]=!0,this["show-add"]=!0,this["show-answer-setting"]=!1,this["show-analysis"]=!0,this["rich-text-content"]="",this.analysis="",this["exam-answer-relation-type"]=0,this["exam-expand"]="",this["exam-answer-setting"]={isInOrder:!0,isIgnoreCase:!0,keywordCount:1},this["upload-image"]=async t=>new Promise((e,s)=>{const i=new FileReader;i.onload=t=>e(t.target?.result),i.onerror=s,i.readAsDataURL(t)}),this["answer-list"]=[],this["model-value"]="",this["use-model"]=!1,this._answers=[{title:"",tag:"",showInput:!1}],this._title="",this._analysis="",this._isInOrder=!0,this._isIgnoreCase=!0,this._keywordCount=1,this._correct="",this._showRichText=!1,this._richText="",this.TITLE_MAX=200}willUpdate(t){t.has("is-edit")&&this["is-edit"]&&this._syncProps(),!this["is-edit"]&&(t.has("title")||t.has("answer-list")||t.has("analysis")||t.has("exam-answer-setting")||t.has("rich-text-content")||t.has("exam-expand"))&&this._syncProps(),t.has("model-value")&&this["use-model"]&&(this._title=this["model-value"])}_normalizeAnswerTitle(t){return String(t?.title??t?.answer??"")}_normalizedAnswerList(){let t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[];return(Array.isArray(t)?t:[]).map(t=>({...t,answerId:t?.answerId??t?.examAnswerId,title:this._normalizeAnswerTitle(t)}))}_syncProps(){this._title=this.title||"",this._analysis=this.analysis||"",this["answer-list"]?.length?this._answers=this._normalizedAnswerList(this["answer-list"]).map(t=>({title:t.title||"",tag:"",showInput:!1,answerId:t.answerId,customAnswerId:t.customAnswerId})):this._answers=[{title:"",tag:"",showInput:!1}],this["exam-answer-setting"]&&(this._isInOrder=!!this["exam-answer-setting"].isInOrder,this._isIgnoreCase=!!this["exam-answer-setting"].isIgnoreCase,this._keywordCount=this["exam-answer-setting"].keywordCount||1),this._richText=this["rich-text-content"]||"",this._showRichText=!!this["rich-text-content"],this._correct=this["exam-expand"]||""}_emit(t,e){this.dispatchEvent(new CustomEvent(t,{bubbles:!0,composed:!0,detail:e??null}))}_onTitleInput(t){const e=t.target;e.value.length>this.TITLE_MAX&&(e.value=e.value.slice(0,this.TITLE_MAX)),this._title=e.value,this["use-model"]&&this.dispatchEvent(new CustomEvent("update:modelValue",{bubbles:!0,composed:!0,detail:this._title}))}_addTag(t){const e={...this._answers[t]};e.tag&&(e.title=e.title?[e.title,e.tag].join(","):e.tag,e.tag=""),e.showInput=!1,this._answers=this._answers.map((s,i)=>i===t?e:s)}_closeTag(t,e){const s={...this._answers[e]};s.title=s.title.split(",").filter(e=>e!==t).join(","),this._answers=this._answers.map((t,i)=>i===e?s:t)}async toJSON(){return new Promise((t,e)=>{const s={customId:this["custom-id"]||void 0,answerType:"text_fill",orderIndex:this["order-index"]},o=this["is-edit"]?this._title:this.title||"",n=this["is-edit"]?this._answers:this._normalizedAnswerList(this["answer-list"]||[]),a=this["is-edit"]?this._analysis:this.analysis||"",l=this["is-edit"]?this._correct:this["exam-expand"]||"",p=this["is-edit"]?this._keywordCount:this["exam-answer-setting"]?.keywordCount||1,d=this["is-edit"]?this._isInOrder:this["exam-answer-setting"]?.isInOrder??!0,h=this["is-edit"]?this._isIgnoreCase:this["exam-answer-setting"]?.isIgnoreCase??!0,c=this["is-edit"]?this._showRichText:!!this["rich-text-content"],x=this["is-edit"]?this._richText:this["rich-text-content"]||"";if(!o)return void e(new i.SubjectError("题目标题不能为空!","EMPTY_TITLE","title",s));if(p||l){if(!p)return void e(new i.SubjectError("请完善答题设置!","NO_KEYWORD_COUNT","keywordCount",s));if(!l)return void e(new i.SubjectError("请输入问题正确答案!","NO_CORRECT_ANSWER","correct",s));if(n.length!==p)return void e(new i.SubjectError("关键词个数设置有误!","KEYWORD_COUNT_MISMATCH","answers",s));const t=[];if(n.forEach((e,s)=>{this._normalizeAnswerTitle(e)||t.push(`关键词${s+1}未设置`)}),t.length)return void e(new i.SubjectError(t.join(","),"KEYWORD_EMPTY","answers",s))}const w={answerType:r.SubjectType.TEXT_FILL,title:o,answers:n.filter(t=>this._normalizeAnswerTitle(t)).map(t=>({title:this._normalizeAnswerTitle(t),...t.answerId?{answerId:t.answerId}:{},...t.customAnswerId?{customAnswerId:t.customAnswerId}:{}})),analysis:a,isSetCorrectAnswer:!!l,isKey:this["is-key"],examExpand:l,examAnswerSettingBO:{isIgnoreCase:h,isInOrder:d,keywordCount:p},examRichTextContent:c?x:""};this["custom-id"]&&(w.customId=this["custom-id"]),t(w)})}_addAnswer(){this["is-save"]||(this._answers=[...this._answers,{title:"",tag:"",showInput:!1}])}_deleteAnswer(t){this._answers.length<2||this["is-save"]||(this._answers=this._answers.filter((e,s)=>s!==t))}async _save(t){t?.stopImmediatePropagation();try{const t=await this.toJSON();this._emit("save",t)}catch(t){!function(t){const e=document.createElement("div");e.textContent=t,Object.assign(e.style,{position:"fixed",top:"20px",left:"50%",transform:"translateX(-50%)",padding:"10px 20px",borderRadius:"4px",fontSize:"13px",color:"#fff",background:"#f56c6c",zIndex:"99999",boxShadow:"0 4px 12px rgba(0,0,0,.15)",transition:"opacity .3s",opacity:"1"}),document.body.appendChild(e),setTimeout(()=>{e.style.opacity="0",setTimeout(()=>e.remove(),300)},2500)}(t.message)}}validate(){const t=[],e={customId:this["custom-id"]||void 0,answerType:"text_fill",orderIndex:this["order-index"]},s=this["is-edit"]?this._title:this.title||"",r=this["is-edit"]?this._answers:this._normalizedAnswerList(this["answer-list"]||[]),o=this["is-edit"]?this._correct:this["exam-expand"]||"",n=this["is-edit"]?this._keywordCount:this["exam-answer-setting"]?.keywordCount||1;return s||t.push(new i.SubjectError("题目标题不能为空!","EMPTY_TITLE","title",e)),(n||o)&&(n||t.push(new i.SubjectError("请完善答题设置!","NO_KEYWORD_COUNT","keywordCount",e)),o||t.push(new i.SubjectError("请输入问题正确答案!","NO_CORRECT_ANSWER","correct",e)),r.length!==n&&t.push(new i.SubjectError("关键词个数设置有误!","KEYWORD_COUNT_MISMATCH","answers",e)),r.forEach((s,r)=>{this._normalizeAnswerTitle(s)||t.push(new i.SubjectError(`关键词${r+1}未设置`,"KEYWORD_EMPTY","answers",e))})),t}_renderPreview(){const e=this["is-edit"]?this._answers:this._normalizedAnswerList(this["answer-list"]||[]),s=this["is-edit"]?this._correct:this["exam-expand"]||"";return t.html`
2
2
  <div class="preview">
3
- <span class="title">${this.orderIndex+1}.${this.title}(问答题)</span>
4
- ${this.richTextContent?t.html`<div class="rich-text" .innerHTML=${this.richTextContent}></div>`:""}
3
+ <span class="title">${this["order-index"]+1}.${this.title}(问答题)</span>
4
+ ${this["rich-text-content"]?t.html`<div class="rich-text" .innerHTML=${this["rich-text-content"]}></div>`:""}
5
5
  ${e.some(t=>t.title)?t.html`
6
6
  <div style="margin-top:8px;color:#a8abb2">
7
7
  ${e.map((e,s)=>e.title?t.html`
@@ -17,7 +17,7 @@
17
17
  <div class="label"><span>题目:</span></div>
18
18
  <div style="flex:1">
19
19
  <div class="el-input">
20
- <textarea rows="2" .value=${this._title} ?disabled=${this.isSave}
20
+ <textarea rows="2" .value=${this._title} ?disabled=${this["is-save"]}
21
21
  maxlength=${this.TITLE_MAX}
22
22
  @input=${t=>this._onTitleInput(t)}
23
23
  placeholder="【问答题】请输入问题"></textarea>
@@ -26,7 +26,7 @@
26
26
  </div>
27
27
  </div>
28
28
 
29
- ${this.showAnswerSetting?t.html`
29
+ ${this["show-answer-setting"]?t.html`
30
30
  <div class="flex-items-start" style="margin-top:12px">
31
31
  <div class="label"><span>答题设置:</span></div>
32
32
  <div style="flex:1;display:flex;align-items:center;flex-wrap:wrap;gap:8px">
@@ -53,7 +53,7 @@
53
53
  <div class="label"><span>答案:</span></div>
54
54
  <div style="flex:1">
55
55
  <div class="el-input">
56
- <textarea rows="2" .value=${this._correct} ?disabled=${this.isSave}
56
+ <textarea rows="2" .value=${this._correct} ?disabled=${this["is-save"]}
57
57
  maxlength="200"
58
58
  @input=${t=>{this._correct=t.target.value}}
59
59
  placeholder="请输入正确答案"></textarea>
@@ -71,10 +71,10 @@
71
71
  ${e.title.split(",").filter(Boolean).map(e=>{const i=l[s%l.length];return t.html`
72
72
  <span style="display:inline-flex;align-items:center;background:${i.bg};color:${i.color};border:1px solid ${i.border};border-radius:3px;padding:2px 8px;font-size:12px;line-height:16px">
73
73
  ${e}
74
- ${this.isSave?"":t.html`<span style="cursor:pointer;margin-left:4px;color:#909399" @click=${()=>this._closeTag(e,s)}>×</span>`}
74
+ ${this["is-save"]?"":t.html`<span style="cursor:pointer;margin-left:4px;color:#909399" @click=${()=>this._closeTag(e,s)}>×</span>`}
75
75
  </span>
76
76
  `})}
77
- ${this.isSave?"":t.html`
77
+ ${this["is-save"]?"":t.html`
78
78
  ${e.showInput?t.html`
79
79
  <input type="text" style="width:80px;height:24px;border:1px solid #dcdfe6;border-radius:3px;padding:0 8px;font-size:12px"
80
80
  @keydown=${t=>{"Enter"===t.key&&this._addTag(s)}}
@@ -88,8 +88,8 @@
88
88
  `}
89
89
  `}
90
90
  </div>
91
- <span class="icon ${this.isSave?"disabled":""}" @click=${()=>this._addAnswer()}>${this._iconPlus}</span>
92
- <span class="icon ${this.isSave||this._answers.length<2?"disabled":""}" @click=${()=>this._deleteAnswer(s)}>${this._iconRemove}</span>
91
+ <span class="icon ${this["is-save"]?"disabled":""}" @click=${()=>this._addAnswer()}>${this._iconPlus}</span>
92
+ <span class="icon ${this["is-save"]||this._answers.length<2?"disabled":""}" @click=${()=>this._deleteAnswer(s)}>${this._iconRemove}</span>
93
93
  </div>
94
94
  `)}
95
95
  </div>
@@ -100,15 +100,15 @@
100
100
  <div style="flex:1">
101
101
  <qxs-blocksuite-editor
102
102
  .content=${this._richText}
103
- .uploadImage=${this.uploadImage}
103
+ .upload-image=${this["upload-image"]}
104
104
  ?is-edit=${!0}
105
105
  ></qxs-blocksuite-editor>
106
- ${this.showAction?"":t.html`<div class="flex-justify-end" style="margin-top:8px"><span class="el-link danger" @click=${()=>{this._showRichText=!1,this._richText=""}}>删除富文本</span></div>`}
106
+ ${this["show-action"]?"":t.html`<div class="flex-justify-end" style="margin-top:8px"><span class="el-link danger" @click=${()=>{this._showRichText=!1,this._richText=""}}>删除富文本</span></div>`}
107
107
  </div>
108
108
  </div>
109
109
  `:""}
110
110
 
111
- ${this.showAnalysis?t.html`
111
+ ${this["show-analysis"]?t.html`
112
112
  <div class="flex-items-start" style="margin-top:12px">
113
113
  <div class="label"><span>解析:</span></div>
114
114
  <div style="flex:1">
@@ -121,16 +121,16 @@
121
121
  </div>
122
122
  `:""}
123
123
  `}render(){return t.html`
124
- <qxs-subject-layout .showEdit=${this.isEdit}>
124
+ <qxs-subject-layout .show-edit=${this["is-edit"]}>
125
125
  <div slot="preview">${this._renderPreview()}</div>
126
126
  <div slot="edit">${this._renderEdit()}</div>
127
- ${this.showAction?t.html`
127
+ ${this["show-action"]?t.html`
128
128
  <qxs-subject-action
129
- .isEdit=${this.isEdit}
130
- .isSet=${this.isSet}
131
- .showAdd=${this.showAdd}
132
- .showRichText=${this._showRichText}
133
- exam-answer-relation-type=${this.examAnswerRelationType}
129
+ .is-edit=${this["is-edit"]}
130
+ .is-set=${this["is-set"]}
131
+ .show-add=${this["show-add"]}
132
+ .show-rich-text=${this._showRichText}
133
+ exam-answer-relation-type=${this["exam-answer-relation-type"]}
134
134
  @delete=${()=>this._emit("delete")}
135
135
  @save=${this._save}
136
136
  @edit=${()=>this._emit("edit")}
@@ -229,5 +229,5 @@
229
229
  .modal-footer button:hover { color: #3D61E3; border-color: #a0cfff; }
230
230
  .modal-footer button.primary { background: #3D61E3; border-color: #3D61E3; color: #fff; }
231
231
  .modal-footer button.primary:hover { background: #2D4CB8; border-color: #2D4CB8; }
232
- `,a([e.property({type:Number,attribute:"order-index"})],exports.QxsTextFill.prototype,"orderIndex",2),a([e.property({type:String})],exports.QxsTextFill.prototype,"title",2),a([e.property({type:String,attribute:"custom-id"})],exports.QxsTextFill.prototype,"customId",2),a([e.property({type:Boolean,attribute:"is-edit"})],exports.QxsTextFill.prototype,"isEdit",2),a([e.property({type:Boolean,attribute:"is-save"})],exports.QxsTextFill.prototype,"isSave",2),a([e.property({type:Boolean,attribute:"is-set"})],exports.QxsTextFill.prototype,"isSet",2),a([e.property({type:Boolean,attribute:"is-key"})],exports.QxsTextFill.prototype,"isKey",2),a([e.property({type:Boolean,attribute:"show-action"})],exports.QxsTextFill.prototype,"showAction",2),a([e.property({type:Boolean,attribute:"show-add"})],exports.QxsTextFill.prototype,"showAdd",2),a([e.property({type:Boolean,attribute:"show-answer-setting"})],exports.QxsTextFill.prototype,"showAnswerSetting",2),a([e.property({type:Boolean,attribute:"show-analysis"})],exports.QxsTextFill.prototype,"showAnalysis",2),a([e.property({type:String,attribute:"rich-text-content"})],exports.QxsTextFill.prototype,"richTextContent",2),a([e.property({type:String})],exports.QxsTextFill.prototype,"analysis",2),a([e.property({type:Number,attribute:"exam-answer-relation-type"})],exports.QxsTextFill.prototype,"examAnswerRelationType",2),a([e.property({type:String,attribute:"exam-expand"})],exports.QxsTextFill.prototype,"examExpand",2),a([e.property({type:Object,attribute:"exam-answer-setting"})],exports.QxsTextFill.prototype,"examAnswerSetting",2),a([e.property({type:Object})],exports.QxsTextFill.prototype,"uploadImage",2),a([e.property({type:Array,attribute:"answer-list"})],exports.QxsTextFill.prototype,"answerList",2),a([e.property({type:String,attribute:"model-value"})],exports.QxsTextFill.prototype,"modelValue",2),a([e.property({type:Boolean,attribute:"use-model"})],exports.QxsTextFill.prototype,"useModel",2),a([e.state()],exports.QxsTextFill.prototype,"_answers",2),a([e.state()],exports.QxsTextFill.prototype,"_title",2),a([e.state()],exports.QxsTextFill.prototype,"_analysis",2),a([e.state()],exports.QxsTextFill.prototype,"_isInOrder",2),a([e.state()],exports.QxsTextFill.prototype,"_isIgnoreCase",2),a([e.state()],exports.QxsTextFill.prototype,"_keywordCount",2),a([e.state()],exports.QxsTextFill.prototype,"_correct",2),a([e.state()],exports.QxsTextFill.prototype,"_showRichText",2),a([e.state()],exports.QxsTextFill.prototype,"_richText",2),exports.QxsTextFill=a([s.safeCustomElement("qxs-text-fill")],exports.QxsTextFill);
232
+ `,a([e.property({type:Number,attribute:"order-index"})],exports.QxsTextFill.prototype,"order-index",2),a([e.property({type:String})],exports.QxsTextFill.prototype,"title",2),a([e.property({type:String,attribute:"custom-id"})],exports.QxsTextFill.prototype,"custom-id",2),a([e.property({type:Boolean,attribute:"is-edit"})],exports.QxsTextFill.prototype,"is-edit",2),a([e.property({type:Boolean,attribute:"is-save"})],exports.QxsTextFill.prototype,"is-save",2),a([e.property({type:Boolean,attribute:"is-set"})],exports.QxsTextFill.prototype,"is-set",2),a([e.property({type:Boolean,attribute:"is-key"})],exports.QxsTextFill.prototype,"is-key",2),a([e.property({type:Boolean,attribute:"show-action"})],exports.QxsTextFill.prototype,"show-action",2),a([e.property({type:Boolean,attribute:"show-add"})],exports.QxsTextFill.prototype,"show-add",2),a([e.property({type:Boolean,attribute:"show-answer-setting"})],exports.QxsTextFill.prototype,"show-answer-setting",2),a([e.property({type:Boolean,attribute:"show-analysis"})],exports.QxsTextFill.prototype,"show-analysis",2),a([e.property({type:String,attribute:"rich-text-content"})],exports.QxsTextFill.prototype,"rich-text-content",2),a([e.property({type:String})],exports.QxsTextFill.prototype,"analysis",2),a([e.property({type:Number,attribute:"exam-answer-relation-type"})],exports.QxsTextFill.prototype,"exam-answer-relation-type",2),a([e.property({type:String,attribute:"exam-expand"})],exports.QxsTextFill.prototype,"exam-expand",2),a([e.property({type:Object,attribute:"exam-answer-setting"})],exports.QxsTextFill.prototype,"exam-answer-setting",2),a([e.property({type:Object,attribute:"upload-image"})],exports.QxsTextFill.prototype,"upload-image",2),a([e.property({type:Array,attribute:"answer-list"})],exports.QxsTextFill.prototype,"answer-list",2),a([e.property({type:String,attribute:"model-value"})],exports.QxsTextFill.prototype,"model-value",2),a([e.property({type:Boolean,attribute:"use-model"})],exports.QxsTextFill.prototype,"use-model",2),a([e.state()],exports.QxsTextFill.prototype,"_answers",2),a([e.state()],exports.QxsTextFill.prototype,"_title",2),a([e.state()],exports.QxsTextFill.prototype,"_analysis",2),a([e.state()],exports.QxsTextFill.prototype,"_isInOrder",2),a([e.state()],exports.QxsTextFill.prototype,"_isIgnoreCase",2),a([e.state()],exports.QxsTextFill.prototype,"_keywordCount",2),a([e.state()],exports.QxsTextFill.prototype,"_correct",2),a([e.state()],exports.QxsTextFill.prototype,"_showRichText",2),a([e.state()],exports.QxsTextFill.prototype,"_richText",2),exports.QxsTextFill=a([s.safeCustomElement("qxs-text-fill")],exports.QxsTextFill);
233
233
  //# sourceMappingURL=text-fill.cjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"text-fill.cjs","sources":["../../../../packages/components-wc/src/subject/text-fill.ts"],"sourcesContent":["import { css, html, LitElement } from 'lit'\nimport { property, state } from 'lit/decorators.js'\nimport { safeCustomElement } from '../base/define'\nimport { SubjectError } from './single'\nimport { SubjectType } from './types'\n\ninterface TextAnswer {\n title: string\n tag: string\n showInput: boolean\n answerId?: string | number\n customAnswerId?: string | number\n}\n\nconst TAG_COLORS = [\n { bg: '#ecf5ff', color: '#3D61E3', border: '#d9ecff' }, // primary\n { bg: '#f0f9eb', color: '#67c23a', border: '#c2e7b0' }, // success\n { bg: '#fdf6ec', color: '#e6a23c', border: '#faecd8' }, // warning\n { bg: '#fef0f0', color: '#f56c6c', border: '#fde2e2' }, // danger\n { bg: '#f4f4f5', color: '#909399', border: '#e9e9eb' }, // info\n]\n\nfunction showToast(msg: string) {\n const el = document.createElement('div')\n el.textContent = msg\n Object.assign(el.style, {\n position: 'fixed', top: '20px', left: '50%', transform: 'translateX(-50%)',\n padding: '10px 20px', borderRadius: '4px', fontSize: '13px', color: '#fff',\n background: '#f56c6c', zIndex: '99999', boxShadow: '0 4px 12px rgba(0,0,0,.15)',\n transition: 'opacity .3s', opacity: '1',\n })\n document.body.appendChild(el)\n setTimeout(() => { el.style.opacity = '0'; setTimeout(() => el.remove(), 300) }, 2500)\n}\n\n@safeCustomElement('qxs-text-fill')\nexport class QxsTextFill extends LitElement {\n private readonly _iconPlus = html`<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><line x1=\"12\" y1=\"5\" x2=\"12\" y2=\"19\"/><line x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"/></svg>`\n private readonly _iconRemove = html`<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><line x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"/></svg>`\n\n static styles = css`\n :host { display: block; font-family: system-ui, -apple-system, \"PingFang SC\", \"Microsoft YaHei\", sans-serif; font-size: 12px; color: #5a5a5a; }\n *, ::before, ::after { box-sizing: border-box; }\n\n .preview { padding: 12px 0; }\n .preview .title { font-size: 14px; color: #303133; }\n .preview .rich-text { margin-top: 8px; }\n .preview .rich-text img { max-width: 100%; }\n .preview-answer { display: flex; flex-direction: column; margin-top: 12px; }\n .preview-answer .radio { margin-top: 8px; padding-left: 8px; display: flex; align-items: center; gap: 6px; }\n .preview-answer .order { color: #909399; }\n .preview-answer .correct { color: #67c23a; }\n .preview-answer .result-info { color: #909399; }\n\n .flex { display: flex; }\n .flex-items-center { display: flex; align-items: center; }\n .flex-items-start { display: flex; align-items: flex-start; }\n .flex-justify-end { display: flex; justify-content: flex-end; }\n .label { min-width: 60px; font-size: 13px; color: #606266; }\n\n textarea {\n border: 1px solid #dcdfe6; border-radius: 3px; padding: 5px 11px;\n font-size: 13px; font-family: inherit; width: 100%; resize: none; transition: border-color .2s;\n line-height: 1.5; display: block; box-sizing: border-box;\n }\n textarea:focus { border-color: #3D61E3; outline: none; }\n textarea:disabled { background: #f5f7fa; color: #c0c4cc; cursor: not-allowed; }\n .el-input { position: relative; display: block; }\n .el-input textarea { padding-bottom: 24px; }\n .el-input .char-counter {\n position: absolute; right: 12px; bottom: 8px;\n font-size: 12px; color: #909399; line-height: 1; pointer-events: none;\n }\n\n .answer-list { margin-top: 12px; }\n .answer-item { display: flex; align-items: center; margin-top: 6px; border-radius: 4px; }\n .answer-item .label { min-width: 60px; font-size: 13px; color: #909399; }\n .answer-item .input { flex: 1; max-width: 360px; position: relative; display: block; }\n .answer-item .input input {\n height: 32px; padding: 0 50px 0 8px;\n font-size: 13px; line-height: 32px;\n border: 1px solid #dcdfe6; border-radius: 3px; width: 100%;\n transition: border-color .2s; box-sizing: border-box;\n }\n .answer-item .input input:focus { border-color: #3D61E3; outline: none; }\n .answer-item .input input:disabled { background: #f5f7fa; color: #c0c4cc; cursor: not-allowed; }\n .answer-item .input .char-counter {\n position: absolute; right: 8px; top: 50%; transform: translateY(-50%);\n font-size: 12px; color: #909399; line-height: 1; pointer-events: none;\n }\n\n .answer-item .correct { margin: 0 10px; color: #909399; cursor: pointer; display: inline-flex; align-items: center; gap: 4px; white-space: nowrap; }\n .answer-item .correct:hover { color: #3D61E3; }\n .answer-item .correct.is-correct { color: #67c23a; }\n .answer-item .correct input { width: 14px; height: 14px; cursor: pointer; accent-color: #3D61E3; }\n\n .answer-item .icon {\n margin-left: 6px; cursor: pointer; display: inline-flex;\n align-items: center; justify-content: center;\n width: 24px; height: 24px; border-radius: 4px;\n border: 1px solid #dcdfe6; background: #fff; color: #909399;\n transition: all 0.2s;\n }\n .answer-item .icon:hover { color: #3D61E3; border-color: #3D61E3; background: #ecf5ff; }\n .answer-item .icon.disabled { color: #e4e7ed; border-color: #e4e7ed; cursor: not-allowed; }\n\n .answer-item .link { margin-left: 8px; color: #3D61E3; cursor: pointer; font-size: 12px; white-space: nowrap; }\n .answer-item .link:hover { color: #2D4CB8; }\n\n .answer-item .link { color: #3D61E3; cursor: pointer; font-size: 12px; white-space: nowrap; background: none; border: none; padding: 0; margin: 0; font-family: inherit; }\n .answer-item .link:hover { color: #2D4CB8; }\n\n .el-link { color: #3D61E3; cursor: pointer; font-size: 12px; background: none; border: none; padding: 0; margin: 0; font-family: inherit; line-height: 1; }\n .el-link:hover { color: #2D4CB8; }\n .el-link.danger { color: #f56c6c; }\n\n .modal-backdrop { position: fixed; inset: 0; background: rgba(0,0,0,.45); z-index: 9000; display: flex; align-items: center; justify-content: center; }\n .modal { background: #fff; border-radius: 6px; width: 520px; max-width: 90vw; box-shadow: 0 12px 32px rgba(0,0,0,.12); display: flex; flex-direction: column; }\n .modal-header { display: flex; justify-content: space-between; align-items: center; padding: 16px 20px 12px; border-bottom: 1px solid #e4e7ed; }\n .modal-title { font-size: 14px; font-weight: 600; color: #303133; }\n .modal-close { background: none; border: none; font-size: 18px; cursor: pointer; color: #909399; padding: 0; line-height: 1; }\n .modal-close:hover { color: #3D61E3; }\n .modal-body { padding: 20px; }\n .modal-body textarea { min-height: 120px; }\n .modal-footer { display: flex; justify-content: flex-end; gap: 8px; padding: 12px 20px; border-top: 1px solid #e4e7ed; }\n .modal-footer button { padding: 6px 16px; font-size: 12px; border-radius: 3px; cursor: pointer; border: 1px solid #dcdfe6; background: #fff; color: #606266; }\n .modal-footer button:hover { color: #3D61E3; border-color: #a0cfff; }\n .modal-footer button.primary { background: #3D61E3; border-color: #3D61E3; color: #fff; }\n .modal-footer button.primary:hover { background: #2D4CB8; border-color: #2D4CB8; }\n `\n\n @property({ type: Number, attribute: 'order-index' }) orderIndex = 0\n @property({ type: String }) title = ''\n @property({ type: String, attribute: 'custom-id' }) customId = ''\n @property({ type: Boolean, attribute: 'is-edit' }) isEdit = false\n @property({ type: Boolean, attribute: 'is-save' }) isSave = false\n @property({ type: Boolean, attribute: 'is-set' }) isSet = false\n @property({ type: Boolean, attribute: 'is-key' }) isKey = false\n @property({ type: Boolean, attribute: 'show-action' }) showAction = true\n @property({ type: Boolean, attribute: 'show-add' }) showAdd = true\n @property({ type: Boolean, attribute: 'show-answer-setting' }) showAnswerSetting = false\n @property({ type: Boolean, attribute: 'show-analysis' }) showAnalysis = true\n @property({ type: String, attribute: 'rich-text-content' }) richTextContent = ''\n @property({ type: String }) analysis = ''\n @property({ type: Number, attribute: 'exam-answer-relation-type' }) examAnswerRelationType = 0\n @property({ type: String, attribute: 'exam-expand' }) examExpand = ''\n @property({ type: Object, attribute: 'exam-answer-setting' })\n examAnswerSetting: { isInOrder: boolean, isIgnoreCase: boolean, keywordCount: number } = { isInOrder: true, isIgnoreCase: true, keywordCount: 1 }\n @property({ type: Object })\n uploadImage: (file: File) => Promise<string> = async (file: File) => {\n return new Promise((resolve, reject) => {\n const reader = new FileReader()\n reader.onload = (e) => resolve(e.target?.result as string)\n reader.onerror = reject\n reader.readAsDataURL(file)\n })\n }\n\n @property({ type: Array, attribute: 'answer-list' }) answerList: any[] = []\n\n // 双向绑定支持\n @property({ type: String, attribute: 'model-value' }) modelValue = ''\n @property({ type: Boolean, attribute: 'use-model' }) useModel = false\n\n @state() private _answers: TextAnswer[] = [{ title: '', tag: '', showInput: false }]\n @state() private _title = ''\n @state() private _analysis = ''\n @state() private _isInOrder = true\n @state() private _isIgnoreCase = true\n @state() private _keywordCount = 1\n @state() private _correct = ''\n @state() private _showRichText = false\n @state() private _richText = ''\n\n private readonly TITLE_MAX = 200\n\n willUpdate(changed: Map<string, unknown>) {\n if (changed.has('isEdit') && this.isEdit) { this._syncProps() }\n if (!this.isEdit && (changed.has('title') || changed.has('answerList') || changed.has('analysis') || changed.has('examAnswerSetting') || changed.has('richTextContent') || changed.has('examExpand'))) {\n this._syncProps()\n }\n // 当外部 modelValue 变化时同步内部状态\n if (changed.has('modelValue') && this.useModel) {\n this._title = this.modelValue\n }\n }\n\n private _normalizeAnswerTitle(answer: any) {\n return String(answer?.title ?? answer?.answer ?? '')\n }\n\n private _normalizedAnswerList(source: any[] = []) {\n return (Array.isArray(source) ? source : []).map((answer: any) => ({\n ...answer,\n answerId: answer?.answerId ?? answer?.examAnswerId,\n title: this._normalizeAnswerTitle(answer),\n }))\n }\n\n private _syncProps() {\n this._title = this.title || ''\n this._analysis = this.analysis || ''\n if (this.answerList?.length) {\n this._answers = this._normalizedAnswerList(this.answerList).map((a: any) => ({\n title: a.title || '',\n tag: '',\n showInput: false,\n answerId: a.answerId,\n customAnswerId: a.customAnswerId,\n }))\n }\n else {\n this._answers = [{ title: '', tag: '', showInput: false }]\n }\n if (this.examAnswerSetting) {\n this._isInOrder = !!this.examAnswerSetting.isInOrder\n this._isIgnoreCase = !!this.examAnswerSetting.isIgnoreCase\n this._keywordCount = this.examAnswerSetting.keywordCount || 1\n }\n this._richText = this.richTextContent || ''\n this._showRichText = !!this.richTextContent\n this._correct = this.examExpand || ''\n }\n\n private _emit(name: string, detail?: unknown) {\n this.dispatchEvent(new CustomEvent(name, { bubbles: true, composed: true, detail: detail ?? null }))\n }\n\n private _onTitleInput(e: Event) {\n const el = e.target as HTMLTextAreaElement\n if (el.value.length > this.TITLE_MAX) { el.value = el.value.slice(0, this.TITLE_MAX) }\n this._title = el.value\n // 双向绑定:通知外部更新\n if (this.useModel) {\n this.dispatchEvent(new CustomEvent('update:modelValue', {\n bubbles: true,\n composed: true,\n detail: this._title,\n }))\n }\n }\n\n private _addTag(i: number) {\n const a = { ...this._answers[i] }\n if (a.tag) {\n a.title = a.title ? [a.title, a.tag].join(',') : a.tag\n a.tag = ''\n }\n a.showInput = false\n this._answers = this._answers.map((x, j) => j === i ? a : x)\n }\n\n private _closeTag(tag: string, i: number) {\n const a = { ...this._answers[i] }\n a.title = a.title.split(',').filter(t => t !== tag).join(',')\n this._answers = this._answers.map((x, j) => j === i ? a : x)\n }\n\n async toJSON(): Promise<any> {\n return new Promise((resolve, reject) => {\n const row = { customId: this.customId || undefined, answerType: 'text_fill', orderIndex: this.orderIndex }\n\n const title = this.isEdit ? this._title : this.title || ''\n const answers = this.isEdit ? this._answers : this._normalizedAnswerList(this.answerList || [])\n const analysis = this.isEdit ? this._analysis : this.analysis || ''\n const correct = this.isEdit ? this._correct : (this as any).examExpand || ''\n const keywordCount = this.isEdit ? this._keywordCount : this.examAnswerSetting?.keywordCount || 1\n const isInOrder = this.isEdit ? this._isInOrder : this.examAnswerSetting?.isInOrder ?? true\n const isIgnoreCase = this.isEdit ? this._isIgnoreCase : this.examAnswerSetting?.isIgnoreCase ?? true\n const showRichText = this.isEdit ? this._showRichText : !!this.richTextContent\n const richText = this.isEdit ? this._richText : this.richTextContent || ''\n\n if (!title) {\n reject(new SubjectError('题目标题不能为空!', 'EMPTY_TITLE', 'title', row))\n return\n }\n if (keywordCount || correct) {\n if (!keywordCount) {\n reject(new SubjectError('请完善答题设置!', 'NO_KEYWORD_COUNT', 'keywordCount', row))\n return\n }\n if (!correct) {\n reject(new SubjectError('请输入问题正确答案!', 'NO_CORRECT_ANSWER', 'correct', row))\n return\n }\n if (answers.length !== keywordCount) {\n reject(new SubjectError('关键词个数设置有误!', 'KEYWORD_COUNT_MISMATCH', 'answers', row))\n return\n }\n const msg: string[] = []\n answers.forEach((item: any, i: number) => {\n if (!this._normalizeAnswerTitle(item)) { msg.push(`关键词${i + 1}未设置`) }\n })\n if (msg.length) {\n reject(new SubjectError(msg.join(','), 'KEYWORD_EMPTY', 'answers', row))\n return\n }\n }\n const result: any = {\n answerType: SubjectType.TEXT_FILL,\n title,\n answers: answers\n .filter((a: any) => this._normalizeAnswerTitle(a))\n .map((a: any) => ({\n title: this._normalizeAnswerTitle(a),\n ...(a.answerId ? { answerId: a.answerId } : {}),\n ...(a.customAnswerId ? { customAnswerId: a.customAnswerId } : {}),\n })),\n analysis,\n isSetCorrectAnswer: !!correct,\n isKey: this.isKey,\n examExpand: correct,\n examAnswerSettingBO: { isIgnoreCase, isInOrder, keywordCount },\n examRichTextContent: showRichText ? richText : '',\n }\n if (this.customId) { result.customId = this.customId }\n resolve(result)\n })\n }\n\n private _addAnswer() {\n if (this.isSave) { return }\n this._answers = [...this._answers, { title: '', tag: '', showInput: false }]\n }\n\n private _deleteAnswer(index: number) {\n if (this._answers.length < 2 || this.isSave) { return }\n this._answers = this._answers.filter((_, i) => i !== index)\n }\n\n private async _save(e?: Event) {\n e?.stopImmediatePropagation()\n try {\n const data = await this.toJSON()\n this._emit('save', data)\n }\n catch (err: any) {\n showToast(err.message)\n }\n }\n\n validate(): SubjectError[] {\n const errors: SubjectError[] = []\n const row = { customId: this.customId || undefined, answerType: 'text_fill', orderIndex: this.orderIndex }\n\n const title = this.isEdit ? this._title : this.title || ''\n const answers = this.isEdit ? this._answers : this._normalizedAnswerList(this.answerList || [])\n const correct = this.isEdit ? this._correct : (this as any).examExpand || ''\n const keywordCount = this.isEdit ? this._keywordCount : this.examAnswerSetting?.keywordCount || 1\n\n if (!title) {\n errors.push(new SubjectError('题目标题不能为空!', 'EMPTY_TITLE', 'title', row))\n }\n if (keywordCount || correct) {\n if (!keywordCount) {\n errors.push(new SubjectError('请完善答题设置!', 'NO_KEYWORD_COUNT', 'keywordCount', row))\n }\n if (!correct) {\n errors.push(new SubjectError('请输入问题正确答案!', 'NO_CORRECT_ANSWER', 'correct', row))\n }\n if (answers.length !== keywordCount) {\n errors.push(new SubjectError('关键词个数设置有误!', 'KEYWORD_COUNT_MISMATCH', 'answers', row))\n }\n answers.forEach((item: any, i: number) => {\n if (!this._normalizeAnswerTitle(item)) {\n errors.push(new SubjectError(`关键词${i + 1}未设置`, 'KEYWORD_EMPTY', 'answers', row))\n }\n })\n }\n\n return errors\n }\n\n private _renderPreview() {\n const previewAnswers = this.isEdit ? this._answers : this._normalizedAnswerList(this.answerList || [])\n const previewCorrect = this.isEdit ? this._correct : (this.examExpand || '')\n return html`\n <div class=\"preview\">\n <span class=\"title\">${this.orderIndex + 1}.${this.title}(问答题)</span>\n ${this.richTextContent ? html`<div class=\"rich-text\" .innerHTML=${this.richTextContent}></div>` : ''}\n ${previewAnswers.some(a => a.title)\n ? html`\n <div style=\"margin-top:8px;color:#a8abb2\">\n ${previewAnswers.map((a, i) => a.title\n ? html`\n <span style=\"margin-right:10px\">关键词${i + 1}: ${a.title}</span>\n `\n : '')}\n </div>\n `\n : ''}\n ${previewCorrect ? html`<div style=\"margin-top:8px;color:#a8abb2\">正确答案:${previewCorrect}</div>` : ''}\n ${this.analysis ? html`<div style=\"color:#909399;font-size:12px;margin-top:8px\">解析: ${this.analysis}</div>` : ''}\n </div>\n `\n }\n\n private _renderEdit() {\n return html`\n <div class=\"flex-items-start\">\n <div class=\"label\"><span>题目:</span></div>\n <div style=\"flex:1\">\n <div class=\"el-input\">\n <textarea rows=\"2\" .value=${this._title} ?disabled=${this.isSave}\n maxlength=${this.TITLE_MAX}\n @input=${(e: Event) => this._onTitleInput(e)}\n placeholder=\"【问答题】请输入问题\"></textarea>\n <span class=\"char-counter\">${this._title.length}/${this.TITLE_MAX}</span>\n </div>\n </div>\n </div>\n\n ${this.showAnswerSetting\n ? html`\n <div class=\"flex-items-start\" style=\"margin-top:12px\">\n <div class=\"label\"><span>答题设置:</span></div>\n <div style=\"flex:1;display:flex;align-items:center;flex-wrap:wrap;gap:8px\">\n <span style=\"font-size:13px;color:#606266\">共答对</span>\n <input type=\"number\" style=\"width:60px;height:24px;border:1px solid #dcdfe6;border-radius:3px;padding:0 8px;font-size:13px\"\n .value=${String(this._keywordCount)} min=\"1\"\n @change=${(e: Event) => { this._keywordCount = Number((e.target as HTMLInputElement).value) }} />\n <span style=\"font-size:13px;color:#606266\">个关键词,算是正确的</span>\n <label style=\"display:inline-flex;align-items:center;gap:4px;cursor:pointer;font-size:12px;color:#606266\">\n <input type=\"checkbox\" .checked=${this._isInOrder}\n @change=${(e: Event) => { this._isInOrder = (e.target as HTMLInputElement).checked }} />\n 答案不分顺序\n </label>\n <label style=\"display:inline-flex;align-items:center;gap:4px;cursor:pointer;font-size:12px;color:#606266\">\n <input type=\"checkbox\" .checked=${this._isIgnoreCase}\n @change=${(e: Event) => { this._isIgnoreCase = (e.target as HTMLInputElement).checked }} />\n 忽略大小写\n </label>\n </div>\n </div>\n `\n : ''}\n\n <div class=\"flex-items-start\" style=\"margin-top:12px\">\n <div class=\"label\"><span>答案:</span></div>\n <div style=\"flex:1\">\n <div class=\"el-input\">\n <textarea rows=\"2\" .value=${this._correct} ?disabled=${this.isSave}\n maxlength=\"200\"\n @input=${(e: Event) => { this._correct = (e.target as HTMLTextAreaElement).value }}\n placeholder=\"请输入正确答案\"></textarea>\n <span class=\"char-counter\">${this._correct.length}/200</span>\n </div>\n </div>\n </div>\n\n <div class=\"answer-list\" style=\"margin-top:12px\">\n <span style=\"padding-left:60px;font-size:12px;color:#909399\">*如遇包含特殊字符的关键词,需添加多个同义词,例:'CO₂'需添加同义词'CO2'</span>\n ${this._answers.map((a, i) => html`\n <div class=\"answer-item\">\n <span class=\"label\">关键词${i + 1}:</span>\n <div class=\"answer-tags\" style=\"display:flex;flex-wrap:wrap;gap:5px;align-items:center;flex:1;max-width:360px\">\n ${a.title.split(',').filter(Boolean).map((tag) => {\n const c = TAG_COLORS[i % TAG_COLORS.length]; return html`\n <span style=\"display:inline-flex;align-items:center;background:${c.bg};color:${c.color};border:1px solid ${c.border};border-radius:3px;padding:2px 8px;font-size:12px;line-height:16px\">\n ${tag}\n ${!this.isSave ? html`<span style=\"cursor:pointer;margin-left:4px;color:#909399\" @click=${() => this._closeTag(tag, i)}>×</span>` : ''}\n </span>\n `\n })}\n ${!this.isSave\n ? html`\n ${a.showInput\n ? html`\n <input type=\"text\" style=\"width:80px;height:24px;border:1px solid #dcdfe6;border-radius:3px;padding:0 8px;font-size:12px\"\n @keydown=${(e: KeyboardEvent) => {\n if (e.key === 'Enter') { this._addTag(i) }\n }}\n @input=${(e: Event) => { a.tag = (e.target as HTMLInputElement).value }}\n @blur=${() => this._addTag(i)} />\n <button class=\"el-link\" @click=${() => this._addTag(i)}>确认</button>\n `\n : html`\n <button class=\"link\" @click=${() => { this._answers = this._answers.map((x, j) => j === i ? { ...x, showInput: true } : x); this.updateComplete.then(() => { (this.shadowRoot?.querySelector(`input[style*=\"width:80px\"]`) as HTMLInputElement)?.focus() }) }}>\n ${a.title ? '添加同义词' : '添加关键词'}\n </button>\n `}\n `\n : ''}\n </div>\n <span class=\"icon ${this.isSave ? 'disabled' : ''}\" @click=${() => this._addAnswer()}>${this._iconPlus}</span>\n <span class=\"icon ${this.isSave || this._answers.length < 2 ? 'disabled' : ''}\" @click=${() => this._deleteAnswer(i)}>${this._iconRemove}</span>\n </div>\n `)}\n </div>\n\n ${this._showRichText\n ? html`\n <div class=\"flex-items-start\" style=\"margin-top:12px\">\n <div class=\"label\"><span>富文本:</span></div>\n <div style=\"flex:1\">\n <qxs-blocksuite-editor\n .content=${this._richText}\n .uploadImage=${this.uploadImage}\n ?is-edit=${true}\n ></qxs-blocksuite-editor>\n ${!this.showAction\n ? html`<div class=\"flex-justify-end\" style=\"margin-top:8px\"><span class=\"el-link danger\" @click=${() => { this._showRichText = false; this._richText = '' }}>删除富文本</span></div>`\n : ''}\n </div>\n </div>\n `\n : ''}\n\n ${this.showAnalysis\n ? html`\n <div class=\"flex-items-start\" style=\"margin-top:12px\">\n <div class=\"label\"><span>解析:</span></div>\n <div style=\"flex:1\">\n <div class=\"el-input\">\n <textarea rows=\"2\" .value=${this._analysis}\n @input=${(e: Event) => { this._analysis = (e.target as HTMLTextAreaElement).value }}\n placeholder=\"请输入题目解析\"></textarea>\n </div>\n </div>\n </div>\n `\n : ''}\n `\n }\n\n render() {\n return html`\n <qxs-subject-layout .showEdit=${this.isEdit}>\n <div slot=\"preview\">${this._renderPreview()}</div>\n <div slot=\"edit\">${this._renderEdit()}</div>\n ${this.showAction\n ? html`\n <qxs-subject-action\n .isEdit=${this.isEdit}\n .isSet=${this.isSet}\n .showAdd=${this.showAdd}\n .showRichText=${this._showRichText}\n exam-answer-relation-type=${this.examAnswerRelationType}\n @delete=${() => this._emit('delete')}\n @save=${this._save}\n @edit=${() => this._emit('edit')}\n @add=${(e: CustomEvent) => this._emit('add', e.detail)}\n @set-key=${(e: CustomEvent) => { this._emit('set-key', e.detail) }}\n @on-show-rich-text=${() => {\n this._showRichText = !this._showRichText\n if (!this._showRichText) {\n this._richText = ''\n }\n }}\n ></qxs-subject-action>\n `\n : ''}\n </qxs-subject-layout>\n `\n }\n}\n\nexport function register() {}\n"],"names":["TAG_COLORS","bg","color","border","QxsTextFill","LitElement","constructor","super","arguments","this","_iconPlus","html","_iconRemove","orderIndex","title","customId","isEdit","isSave","isSet","isKey","showAction","showAdd","showAnswerSetting","showAnalysis","richTextContent","analysis","examAnswerRelationType","examExpand","examAnswerSetting","isInOrder","isIgnoreCase","keywordCount","uploadImage","async","Promise","resolve","reject","reader","FileReader","onload","e","target","result","onerror","readAsDataURL","file","answerList","modelValue","useModel","_answers","tag","showInput","_title","_analysis","_isInOrder","_isIgnoreCase","_keywordCount","_correct","_showRichText","_richText","TITLE_MAX","willUpdate","changed","has","_syncProps","_normalizeAnswerTitle","answer","String","_normalizedAnswerList","source","length","undefined","Array","isArray","map","answerId","examAnswerId","a","customAnswerId","_emit","name","detail","dispatchEvent","CustomEvent","bubbles","composed","_onTitleInput","el","value","slice","_addTag","i","join","x","j","_closeTag","split","filter","t","toJSON","row","answerType","answers","correct","showRichText","richText","SubjectError","msg","forEach","item","push","SubjectType","TEXT_FILL","isSetCorrectAnswer","examAnswerSettingBO","examRichTextContent","_addAnswer","_deleteAnswer","index","_","_save","stopImmediatePropagation","data","err","document","createElement","textContent","Object","assign","style","position","top","left","transform","padding","borderRadius","fontSize","background","zIndex","boxShadow","transition","opacity","body","appendChild","setTimeout","remove","showToast","message","validate","errors","_renderPreview","previewAnswers","previewCorrect","some","_renderEdit","Number","checked","Boolean","c","key","updateComplete","then","shadowRoot","querySelector","focus","render","styles","css","__decorateClass","property","type","attribute","prototype","state","safeCustomElement"],"mappings":"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"}
1
+ {"version":3,"file":"text-fill.cjs","sources":["../../../../packages/components-wc/src/subject/text-fill.ts"],"sourcesContent":["import { css, html, LitElement } from 'lit'\nimport { property, state } from 'lit/decorators.js'\nimport { safeCustomElement } from '../base/define'\nimport { SubjectError } from './single'\nimport { SubjectType } from './types'\n\ninterface TextAnswer {\n title: string\n tag: string\n showInput: boolean\n answerId?: string | number\n customAnswerId?: string | number\n}\n\nconst TAG_COLORS = [\n { bg: '#ecf5ff', color: '#3D61E3', border: '#d9ecff' }, // primary\n { bg: '#f0f9eb', color: '#67c23a', border: '#c2e7b0' }, // success\n { bg: '#fdf6ec', color: '#e6a23c', border: '#faecd8' }, // warning\n { bg: '#fef0f0', color: '#f56c6c', border: '#fde2e2' }, // danger\n { bg: '#f4f4f5', color: '#909399', border: '#e9e9eb' }, // info\n]\n\nfunction showToast(msg: string) {\n const el = document.createElement('div')\n el.textContent = msg\n Object.assign(el.style, {\n position: 'fixed', top: '20px', left: '50%', transform: 'translateX(-50%)',\n padding: '10px 20px', borderRadius: '4px', fontSize: '13px', color: '#fff',\n background: '#f56c6c', zIndex: '99999', boxShadow: '0 4px 12px rgba(0,0,0,.15)',\n transition: 'opacity .3s', opacity: '1',\n })\n document.body.appendChild(el)\n setTimeout(() => { el.style.opacity = '0'; setTimeout(() => el.remove(), 300) }, 2500)\n}\n\n@safeCustomElement('qxs-text-fill')\nexport class QxsTextFill extends LitElement {\n private readonly _iconPlus = html`<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><line x1=\"12\" y1=\"5\" x2=\"12\" y2=\"19\"/><line x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"/></svg>`\n private readonly _iconRemove = html`<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><line x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"/></svg>`\n\n static styles = css`\n :host { display: block; font-family: system-ui, -apple-system, \"PingFang SC\", \"Microsoft YaHei\", sans-serif; font-size: 12px; color: #5a5a5a; }\n *, ::before, ::after { box-sizing: border-box; }\n\n .preview { padding: 12px 0; }\n .preview .title { font-size: 14px; color: #303133; }\n .preview .rich-text { margin-top: 8px; }\n .preview .rich-text img { max-width: 100%; }\n .preview-answer { display: flex; flex-direction: column; margin-top: 12px; }\n .preview-answer .radio { margin-top: 8px; padding-left: 8px; display: flex; align-items: center; gap: 6px; }\n .preview-answer .order { color: #909399; }\n .preview-answer .correct { color: #67c23a; }\n .preview-answer .result-info { color: #909399; }\n\n .flex { display: flex; }\n .flex-items-center { display: flex; align-items: center; }\n .flex-items-start { display: flex; align-items: flex-start; }\n .flex-justify-end { display: flex; justify-content: flex-end; }\n .label { min-width: 60px; font-size: 13px; color: #606266; }\n\n textarea {\n border: 1px solid #dcdfe6; border-radius: 3px; padding: 5px 11px;\n font-size: 13px; font-family: inherit; width: 100%; resize: none; transition: border-color .2s;\n line-height: 1.5; display: block; box-sizing: border-box;\n }\n textarea:focus { border-color: #3D61E3; outline: none; }\n textarea:disabled { background: #f5f7fa; color: #c0c4cc; cursor: not-allowed; }\n .el-input { position: relative; display: block; }\n .el-input textarea { padding-bottom: 24px; }\n .el-input .char-counter {\n position: absolute; right: 12px; bottom: 8px;\n font-size: 12px; color: #909399; line-height: 1; pointer-events: none;\n }\n\n .answer-list { margin-top: 12px; }\n .answer-item { display: flex; align-items: center; margin-top: 6px; border-radius: 4px; }\n .answer-item .label { min-width: 60px; font-size: 13px; color: #909399; }\n .answer-item .input { flex: 1; max-width: 360px; position: relative; display: block; }\n .answer-item .input input {\n height: 32px; padding: 0 50px 0 8px;\n font-size: 13px; line-height: 32px;\n border: 1px solid #dcdfe6; border-radius: 3px; width: 100%;\n transition: border-color .2s; box-sizing: border-box;\n }\n .answer-item .input input:focus { border-color: #3D61E3; outline: none; }\n .answer-item .input input:disabled { background: #f5f7fa; color: #c0c4cc; cursor: not-allowed; }\n .answer-item .input .char-counter {\n position: absolute; right: 8px; top: 50%; transform: translateY(-50%);\n font-size: 12px; color: #909399; line-height: 1; pointer-events: none;\n }\n\n .answer-item .correct { margin: 0 10px; color: #909399; cursor: pointer; display: inline-flex; align-items: center; gap: 4px; white-space: nowrap; }\n .answer-item .correct:hover { color: #3D61E3; }\n .answer-item .correct.is-correct { color: #67c23a; }\n .answer-item .correct input { width: 14px; height: 14px; cursor: pointer; accent-color: #3D61E3; }\n\n .answer-item .icon {\n margin-left: 6px; cursor: pointer; display: inline-flex;\n align-items: center; justify-content: center;\n width: 24px; height: 24px; border-radius: 4px;\n border: 1px solid #dcdfe6; background: #fff; color: #909399;\n transition: all 0.2s;\n }\n .answer-item .icon:hover { color: #3D61E3; border-color: #3D61E3; background: #ecf5ff; }\n .answer-item .icon.disabled { color: #e4e7ed; border-color: #e4e7ed; cursor: not-allowed; }\n\n .answer-item .link { margin-left: 8px; color: #3D61E3; cursor: pointer; font-size: 12px; white-space: nowrap; }\n .answer-item .link:hover { color: #2D4CB8; }\n\n .answer-item .link { color: #3D61E3; cursor: pointer; font-size: 12px; white-space: nowrap; background: none; border: none; padding: 0; margin: 0; font-family: inherit; }\n .answer-item .link:hover { color: #2D4CB8; }\n\n .el-link { color: #3D61E3; cursor: pointer; font-size: 12px; background: none; border: none; padding: 0; margin: 0; font-family: inherit; line-height: 1; }\n .el-link:hover { color: #2D4CB8; }\n .el-link.danger { color: #f56c6c; }\n\n .modal-backdrop { position: fixed; inset: 0; background: rgba(0,0,0,.45); z-index: 9000; display: flex; align-items: center; justify-content: center; }\n .modal { background: #fff; border-radius: 6px; width: 520px; max-width: 90vw; box-shadow: 0 12px 32px rgba(0,0,0,.12); display: flex; flex-direction: column; }\n .modal-header { display: flex; justify-content: space-between; align-items: center; padding: 16px 20px 12px; border-bottom: 1px solid #e4e7ed; }\n .modal-title { font-size: 14px; font-weight: 600; color: #303133; }\n .modal-close { background: none; border: none; font-size: 18px; cursor: pointer; color: #909399; padding: 0; line-height: 1; }\n .modal-close:hover { color: #3D61E3; }\n .modal-body { padding: 20px; }\n .modal-body textarea { min-height: 120px; }\n .modal-footer { display: flex; justify-content: flex-end; gap: 8px; padding: 12px 20px; border-top: 1px solid #e4e7ed; }\n .modal-footer button { padding: 6px 16px; font-size: 12px; border-radius: 3px; cursor: pointer; border: 1px solid #dcdfe6; background: #fff; color: #606266; }\n .modal-footer button:hover { color: #3D61E3; border-color: #a0cfff; }\n .modal-footer button.primary { background: #3D61E3; border-color: #3D61E3; color: #fff; }\n .modal-footer button.primary:hover { background: #2D4CB8; border-color: #2D4CB8; }\n `\n\n @property({ type: Number, attribute: 'order-index' }) 'order-index' = 0\n @property({ type: String }) title = ''\n @property({ type: String, attribute: 'custom-id' }) 'custom-id' = ''\n @property({ type: Boolean, attribute: 'is-edit' }) 'is-edit' = false\n @property({ type: Boolean, attribute: 'is-save' }) 'is-save' = false\n @property({ type: Boolean, attribute: 'is-set' }) 'is-set' = false\n @property({ type: Boolean, attribute: 'is-key' }) 'is-key' = false\n @property({ type: Boolean, attribute: 'show-action' }) 'show-action' = true\n @property({ type: Boolean, attribute: 'show-add' }) 'show-add' = true\n @property({ type: Boolean, attribute: 'show-answer-setting' }) 'show-answer-setting' = false\n @property({ type: Boolean, attribute: 'show-analysis' }) 'show-analysis' = true\n @property({ type: String, attribute: 'rich-text-content' }) 'rich-text-content' = ''\n @property({ type: String }) analysis = ''\n @property({ type: Number, attribute: 'exam-answer-relation-type' }) 'exam-answer-relation-type' = 0\n @property({ type: String, attribute: 'exam-expand' }) 'exam-expand' = ''\n @property({ type: Object, attribute: 'exam-answer-setting' })\n 'exam-answer-setting': { isInOrder: boolean, isIgnoreCase: boolean, keywordCount: number } = { isInOrder: true, isIgnoreCase: true, keywordCount: 1 }\n\n @property({ type: Object, attribute: 'upload-image' })\n 'upload-image': (file: File) => Promise<string> = async (file: File) => {\n return new Promise((resolve, reject) => {\n const reader = new FileReader()\n reader.onload = e => resolve(e.target?.result as string)\n reader.onerror = reject\n reader.readAsDataURL(file)\n })\n }\n\n @property({ type: Array, attribute: 'answer-list' }) 'answer-list': any[] = []\n\n // 双向绑定支持\n @property({ type: String, attribute: 'model-value' }) 'model-value' = ''\n @property({ type: Boolean, attribute: 'use-model' }) 'use-model' = false\n\n @state() private _answers: TextAnswer[] = [{ title: '', tag: '', showInput: false }]\n @state() private _title = ''\n @state() private _analysis = ''\n @state() private _isInOrder = true\n @state() private _isIgnoreCase = true\n @state() private _keywordCount = 1\n @state() private _correct = ''\n @state() private _showRichText = false\n @state() private _richText = ''\n\n private readonly TITLE_MAX = 200\n\n willUpdate(changed: Map<string, unknown>) {\n if (changed.has('is-edit') && this['is-edit']) { this._syncProps() }\n if (!this['is-edit'] && (changed.has('title') || changed.has('answer-list') || changed.has('analysis') || changed.has('exam-answer-setting') || changed.has('rich-text-content') || changed.has('exam-expand'))) {\n this._syncProps()\n }\n // 当外部 modelValue 变化时同步内部状态\n if (changed.has('model-value') && this['use-model']) {\n this._title = this['model-value']\n }\n }\n\n private _normalizeAnswerTitle(answer: any) {\n return String(answer?.title ?? answer?.answer ?? '')\n }\n\n private _normalizedAnswerList(source: any[] = []) {\n return (Array.isArray(source) ? source : []).map((answer: any) => ({\n ...answer,\n answerId: answer?.answerId ?? answer?.examAnswerId,\n title: this._normalizeAnswerTitle(answer),\n }))\n }\n\n private _syncProps() {\n this._title = this.title || ''\n this._analysis = this.analysis || ''\n if (this['answer-list']?.length) {\n this._answers = this._normalizedAnswerList(this['answer-list']).map((a: any) => ({\n title: a.title || '',\n tag: '',\n showInput: false,\n answerId: a.answerId,\n customAnswerId: a.customAnswerId,\n }))\n }\n else {\n this._answers = [{ title: '', tag: '', showInput: false }]\n }\n if (this['exam-answer-setting']) {\n this._isInOrder = !!this['exam-answer-setting'].isInOrder\n this._isIgnoreCase = !!this['exam-answer-setting'].isIgnoreCase\n this._keywordCount = this['exam-answer-setting'].keywordCount || 1\n }\n this._richText = this['rich-text-content'] || ''\n this._showRichText = !!this['rich-text-content']\n this._correct = this['exam-expand'] || ''\n }\n\n private _emit(name: string, detail?: unknown) {\n this.dispatchEvent(new CustomEvent(name, { bubbles: true, composed: true, detail: detail ?? null }))\n }\n\n private _onTitleInput(e: Event) {\n const el = e.target as HTMLTextAreaElement\n if (el.value.length > this.TITLE_MAX) { el.value = el.value.slice(0, this.TITLE_MAX) }\n this._title = el.value\n // 双向绑定:通知外部更新\n if (this['use-model']) {\n this.dispatchEvent(new CustomEvent('update:modelValue', {\n bubbles: true,\n composed: true,\n detail: this._title,\n }))\n }\n }\n\n private _addTag(i: number) {\n const a = { ...this._answers[i] }\n if (a.tag) {\n a.title = a.title ? [a.title, a.tag].join(',') : a.tag\n a.tag = ''\n }\n a.showInput = false\n this._answers = this._answers.map((x, j) => j === i ? a : x)\n }\n\n private _closeTag(tag: string, i: number) {\n const a = { ...this._answers[i] }\n a.title = a.title.split(',').filter(t => t !== tag).join(',')\n this._answers = this._answers.map((x, j) => j === i ? a : x)\n }\n\n async toJSON(): Promise<any> {\n return new Promise((resolve, reject) => {\n const row = { customId: this['custom-id'] || undefined, answerType: 'text_fill', orderIndex: this['order-index'] }\n\n const title = this['is-edit'] ? this._title : this.title || ''\n const answers = this['is-edit'] ? this._answers : this._normalizedAnswerList(this['answer-list'] || [])\n const analysis = this['is-edit'] ? this._analysis : this.analysis || ''\n const correct = this['is-edit'] ? this._correct : this['exam-expand'] || ''\n const keywordCount = this['is-edit'] ? this._keywordCount : this['exam-answer-setting']?.keywordCount || 1\n const isInOrder = this['is-edit'] ? this._isInOrder : this['exam-answer-setting']?.isInOrder ?? true\n const isIgnoreCase = this['is-edit'] ? this._isIgnoreCase : this['exam-answer-setting']?.isIgnoreCase ?? true\n const showRichText = this['is-edit'] ? this._showRichText : !!this['rich-text-content']\n const richText = this['is-edit'] ? this._richText : this['rich-text-content'] || ''\n\n if (!title) {\n reject(new SubjectError('题目标题不能为空!', 'EMPTY_TITLE', 'title', row))\n return\n }\n if (keywordCount || correct) {\n if (!keywordCount) {\n reject(new SubjectError('请完善答题设置!', 'NO_KEYWORD_COUNT', 'keywordCount', row))\n return\n }\n if (!correct) {\n reject(new SubjectError('请输入问题正确答案!', 'NO_CORRECT_ANSWER', 'correct', row))\n return\n }\n if (answers.length !== keywordCount) {\n reject(new SubjectError('关键词个数设置有误!', 'KEYWORD_COUNT_MISMATCH', 'answers', row))\n return\n }\n const msg: string[] = []\n answers.forEach((item: any, i: number) => {\n if (!this._normalizeAnswerTitle(item)) { msg.push(`关键词${i + 1}未设置`) }\n })\n if (msg.length) {\n reject(new SubjectError(msg.join(','), 'KEYWORD_EMPTY', 'answers', row))\n return\n }\n }\n const result: any = {\n answerType: SubjectType.TEXT_FILL,\n title,\n answers: answers\n .filter((a: any) => this._normalizeAnswerTitle(a))\n .map((a: any) => ({\n title: this._normalizeAnswerTitle(a),\n ...(a.answerId ? { answerId: a.answerId } : {}),\n ...(a.customAnswerId ? { customAnswerId: a.customAnswerId } : {}),\n })),\n analysis,\n isSetCorrectAnswer: !!correct,\n isKey: this['is-key'],\n examExpand: correct,\n examAnswerSettingBO: { isIgnoreCase, isInOrder, keywordCount },\n examRichTextContent: showRichText ? richText : '',\n }\n if (this['custom-id']) { result.customId = this['custom-id'] }\n resolve(result)\n })\n }\n\n private _addAnswer() {\n if (this['is-save']) { return }\n this._answers = [...this._answers, { title: '', tag: '', showInput: false }]\n }\n\n private _deleteAnswer(index: number) {\n if (this._answers.length < 2 || this['is-save']) { return }\n this._answers = this._answers.filter((_, i) => i !== index)\n }\n\n private async _save(e?: Event) {\n e?.stopImmediatePropagation()\n try {\n const data = await this.toJSON()\n this._emit('save', data)\n }\n catch (err: any) {\n showToast(err.message)\n }\n }\n\n validate(): SubjectError[] {\n const errors: SubjectError[] = []\n const row = { customId: this['custom-id'] || undefined, answerType: 'text_fill', orderIndex: this['order-index'] }\n\n const title = this['is-edit'] ? this._title : this.title || ''\n const answers = this['is-edit'] ? this._answers : this._normalizedAnswerList(this['answer-list'] || [])\n const correct = this['is-edit'] ? this._correct : this['exam-expand'] || ''\n const keywordCount = this['is-edit'] ? this._keywordCount : this['exam-answer-setting']?.keywordCount || 1\n\n if (!title) {\n errors.push(new SubjectError('题目标题不能为空!', 'EMPTY_TITLE', 'title', row))\n }\n if (keywordCount || correct) {\n if (!keywordCount) {\n errors.push(new SubjectError('请完善答题设置!', 'NO_KEYWORD_COUNT', 'keywordCount', row))\n }\n if (!correct) {\n errors.push(new SubjectError('请输入问题正确答案!', 'NO_CORRECT_ANSWER', 'correct', row))\n }\n if (answers.length !== keywordCount) {\n errors.push(new SubjectError('关键词个数设置有误!', 'KEYWORD_COUNT_MISMATCH', 'answers', row))\n }\n answers.forEach((item: any, i: number) => {\n if (!this._normalizeAnswerTitle(item)) {\n errors.push(new SubjectError(`关键词${i + 1}未设置`, 'KEYWORD_EMPTY', 'answers', row))\n }\n })\n }\n\n return errors\n }\n\n private _renderPreview() {\n const previewAnswers = this['is-edit'] ? this._answers : this._normalizedAnswerList(this['answer-list'] || [])\n const previewCorrect = this['is-edit'] ? this._correct : (this['exam-expand'] || '')\n return html`\n <div class=\"preview\">\n <span class=\"title\">${this['order-index'] + 1}.${this.title}(问答题)</span>\n ${this['rich-text-content'] ? html`<div class=\"rich-text\" .innerHTML=${this['rich-text-content']}></div>` : ''}\n ${previewAnswers.some(a => a.title)\n ? html`\n <div style=\"margin-top:8px;color:#a8abb2\">\n ${previewAnswers.map((a, i) => a.title\n ? html`\n <span style=\"margin-right:10px\">关键词${i + 1}: ${a.title}</span>\n `\n : '')}\n </div>\n `\n : ''}\n ${previewCorrect ? html`<div style=\"margin-top:8px;color:#a8abb2\">正确答案:${previewCorrect}</div>` : ''}\n ${this.analysis ? html`<div style=\"color:#909399;font-size:12px;margin-top:8px\">解析: ${this.analysis}</div>` : ''}\n </div>\n `\n }\n\n private _renderEdit() {\n return html`\n <div class=\"flex-items-start\">\n <div class=\"label\"><span>题目:</span></div>\n <div style=\"flex:1\">\n <div class=\"el-input\">\n <textarea rows=\"2\" .value=${this._title} ?disabled=${this['is-save']}\n maxlength=${this.TITLE_MAX}\n @input=${(e: Event) => this._onTitleInput(e)}\n placeholder=\"【问答题】请输入问题\"></textarea>\n <span class=\"char-counter\">${this._title.length}/${this.TITLE_MAX}</span>\n </div>\n </div>\n </div>\n\n ${this['show-answer-setting']\n ? html`\n <div class=\"flex-items-start\" style=\"margin-top:12px\">\n <div class=\"label\"><span>答题设置:</span></div>\n <div style=\"flex:1;display:flex;align-items:center;flex-wrap:wrap;gap:8px\">\n <span style=\"font-size:13px;color:#606266\">共答对</span>\n <input type=\"number\" style=\"width:60px;height:24px;border:1px solid #dcdfe6;border-radius:3px;padding:0 8px;font-size:13px\"\n .value=${String(this._keywordCount)} min=\"1\"\n @change=${(e: Event) => { this._keywordCount = Number((e.target as HTMLInputElement).value) }} />\n <span style=\"font-size:13px;color:#606266\">个关键词,算是正确的</span>\n <label style=\"display:inline-flex;align-items:center;gap:4px;cursor:pointer;font-size:12px;color:#606266\">\n <input type=\"checkbox\" .checked=${this._isInOrder}\n @change=${(e: Event) => { this._isInOrder = (e.target as HTMLInputElement).checked }} />\n 答案不分顺序\n </label>\n <label style=\"display:inline-flex;align-items:center;gap:4px;cursor:pointer;font-size:12px;color:#606266\">\n <input type=\"checkbox\" .checked=${this._isIgnoreCase}\n @change=${(e: Event) => { this._isIgnoreCase = (e.target as HTMLInputElement).checked }} />\n 忽略大小写\n </label>\n </div>\n </div>\n `\n : ''}\n\n <div class=\"flex-items-start\" style=\"margin-top:12px\">\n <div class=\"label\"><span>答案:</span></div>\n <div style=\"flex:1\">\n <div class=\"el-input\">\n <textarea rows=\"2\" .value=${this._correct} ?disabled=${this['is-save']}\n maxlength=\"200\"\n @input=${(e: Event) => { this._correct = (e.target as HTMLTextAreaElement).value }}\n placeholder=\"请输入正确答案\"></textarea>\n <span class=\"char-counter\">${this._correct.length}/200</span>\n </div>\n </div>\n </div>\n\n <div class=\"answer-list\" style=\"margin-top:12px\">\n <span style=\"padding-left:60px;font-size:12px;color:#909399\">*如遇包含特殊字符的关键词,需添加多个同义词,例:'CO₂'需添加同义词'CO2'</span>\n ${this._answers.map((a, i) => html`\n <div class=\"answer-item\">\n <span class=\"label\">关键词${i + 1}:</span>\n <div class=\"answer-tags\" style=\"display:flex;flex-wrap:wrap;gap:5px;align-items:center;flex:1;max-width:360px\">\n ${a.title.split(',').filter(Boolean).map((tag) => {\n const c = TAG_COLORS[i % TAG_COLORS.length]; return html`\n <span style=\"display:inline-flex;align-items:center;background:${c.bg};color:${c.color};border:1px solid ${c.border};border-radius:3px;padding:2px 8px;font-size:12px;line-height:16px\">\n ${tag}\n ${!this['is-save'] ? html`<span style=\"cursor:pointer;margin-left:4px;color:#909399\" @click=${() => this._closeTag(tag, i)}>×</span>` : ''}\n </span>\n `\n })}\n ${!this['is-save']\n ? html`\n ${a.showInput\n ? html`\n <input type=\"text\" style=\"width:80px;height:24px;border:1px solid #dcdfe6;border-radius:3px;padding:0 8px;font-size:12px\"\n @keydown=${(e: KeyboardEvent) => {\n if (e.key === 'Enter') { this._addTag(i) }\n }}\n @input=${(e: Event) => { a.tag = (e.target as HTMLInputElement).value }}\n @blur=${() => this._addTag(i)} />\n <button class=\"el-link\" @click=${() => this._addTag(i)}>确认</button>\n `\n : html`\n <button class=\"link\" @click=${() => { this._answers = this._answers.map((x, j) => j === i ? { ...x, showInput: true } : x); this.updateComplete.then(() => { (this.shadowRoot?.querySelector(`input[style*=\"width:80px\"]`) as HTMLInputElement)?.focus() }) }}>\n ${a.title ? '添加同义词' : '添加关键词'}\n </button>\n `}\n `\n : ''}\n </div>\n <span class=\"icon ${this['is-save'] ? 'disabled' : ''}\" @click=${() => this._addAnswer()}>${this._iconPlus}</span>\n <span class=\"icon ${this['is-save'] || this._answers.length < 2 ? 'disabled' : ''}\" @click=${() => this._deleteAnswer(i)}>${this._iconRemove}</span>\n </div>\n `)}\n </div>\n\n ${this._showRichText\n ? html`\n <div class=\"flex-items-start\" style=\"margin-top:12px\">\n <div class=\"label\"><span>富文本:</span></div>\n <div style=\"flex:1\">\n <qxs-blocksuite-editor\n .content=${this._richText}\n .upload-image=${this['upload-image']}\n ?is-edit=${true}\n ></qxs-blocksuite-editor>\n ${!this['show-action']\n ? html`<div class=\"flex-justify-end\" style=\"margin-top:8px\"><span class=\"el-link danger\" @click=${() => { this._showRichText = false; this._richText = '' }}>删除富文本</span></div>`\n : ''}\n </div>\n </div>\n `\n : ''}\n\n ${this['show-analysis']\n ? html`\n <div class=\"flex-items-start\" style=\"margin-top:12px\">\n <div class=\"label\"><span>解析:</span></div>\n <div style=\"flex:1\">\n <div class=\"el-input\">\n <textarea rows=\"2\" .value=${this._analysis}\n @input=${(e: Event) => { this._analysis = (e.target as HTMLTextAreaElement).value }}\n placeholder=\"请输入题目解析\"></textarea>\n </div>\n </div>\n </div>\n `\n : ''}\n `\n }\n\n render() {\n return html`\n <qxs-subject-layout .show-edit=${this['is-edit']}>\n <div slot=\"preview\">${this._renderPreview()}</div>\n <div slot=\"edit\">${this._renderEdit()}</div>\n ${this['show-action']\n ? html`\n <qxs-subject-action\n .is-edit=${this['is-edit']}\n .is-set=${this['is-set']}\n .show-add=${this['show-add']}\n .show-rich-text=${this._showRichText}\n exam-answer-relation-type=${this['exam-answer-relation-type']}\n @delete=${() => this._emit('delete')}\n @save=${this._save}\n @edit=${() => this._emit('edit')}\n @add=${(e: CustomEvent) => this._emit('add', e.detail)}\n @set-key=${(e: CustomEvent) => { this._emit('set-key', e.detail) }}\n @on-show-rich-text=${() => {\n this._showRichText = !this._showRichText\n if (!this._showRichText) {\n this._richText = ''\n }\n }}\n ></qxs-subject-action>\n `\n : ''}\n </qxs-subject-layout>\n `\n }\n}\n\nexport function register() {}\n"],"names":["TAG_COLORS","bg","color","border","QxsTextFill","LitElement","constructor","super","arguments","this","_iconPlus","html","_iconRemove","title","analysis","isInOrder","isIgnoreCase","keywordCount","async","Promise","resolve","reject","reader","FileReader","onload","e","target","result","onerror","readAsDataURL","file","_answers","tag","showInput","_title","_analysis","_isInOrder","_isIgnoreCase","_keywordCount","_correct","_showRichText","_richText","TITLE_MAX","willUpdate","changed","has","_syncProps","_normalizeAnswerTitle","answer","String","_normalizedAnswerList","source","length","undefined","Array","isArray","map","answerId","examAnswerId","a","customAnswerId","_emit","name","detail","dispatchEvent","CustomEvent","bubbles","composed","_onTitleInput","el","value","slice","_addTag","i","join","x","j","_closeTag","split","filter","t","toJSON","row","customId","answerType","orderIndex","answers","correct","showRichText","richText","SubjectError","msg","forEach","item","push","SubjectType","TEXT_FILL","isSetCorrectAnswer","isKey","examExpand","examAnswerSettingBO","examRichTextContent","_addAnswer","_deleteAnswer","index","_","_save","stopImmediatePropagation","data","err","document","createElement","textContent","Object","assign","style","position","top","left","transform","padding","borderRadius","fontSize","background","zIndex","boxShadow","transition","opacity","body","appendChild","setTimeout","remove","showToast","message","validate","errors","_renderPreview","previewAnswers","previewCorrect","some","_renderEdit","Number","checked","Boolean","c","key","updateComplete","then","shadowRoot","querySelector","focus","render","styles","css","__decorateClass","property","type","attribute","prototype","state","safeCustomElement"],"mappings":"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"}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@qxs-bns/components-wc",
3
3
  "type": "module",
4
- "version": "0.0.23",
4
+ "version": "0.0.24",
5
5
  "description": "QXS Business Components - Web Components (framework agnostic)",
6
6
  "license": "MIT",
7
7
  "homepage": "https://qxs-bns.pages.dev/guide/components-wc/",