@fangzhongya/vue-archive 0.1.11 → 0.1.12

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 (54) hide show
  1. package/dist/index.css +1 -1
  2. package/dist/node/index.cjs +40 -36
  3. package/dist/node/index.js +40 -36
  4. package/dist/packages/components/aside/index.vue.js +4 -4
  5. package/dist/packages/components/boxurl/index.vue.js +5 -5
  6. package/dist/packages/components/choice/choice.vue.js +4 -4
  7. package/dist/packages/components/choice/index.vue.js +1 -1
  8. package/dist/packages/components/code/highlight.vue.js +3 -3
  9. package/dist/packages/components/code/index.vue.js +3 -3
  10. package/dist/packages/components/compo/code.vue.js +2 -2
  11. package/dist/packages/components/compo/ftable.vue.js +6 -6
  12. package/dist/packages/components/compo/index.vue.js +1 -1
  13. package/dist/packages/components/compo/info-top.vue.js +2 -2
  14. package/dist/packages/components/compo/info.vue.js +5 -5
  15. package/dist/packages/components/compo/props.vue.js +1 -1
  16. package/dist/packages/components/header/index.vue.js +2 -2
  17. package/dist/packages/components/main/index.vue.js +3 -3
  18. package/dist/packages/components/md/index.vue.js +7 -7
  19. package/dist/packages/components/test/index.vue.js +4 -4
  20. package/dist/packages/components/use/code.d.ts +18 -25
  21. package/dist/packages/components/use/code.vue.js +4 -4
  22. package/dist/packages/components/use/effect.vue.js +2 -2
  23. package/dist/packages/components/use/retrie/any/index.vue.js +2 -2
  24. package/dist/packages/components/use/retrie/array/index.vue.js +2 -2
  25. package/dist/packages/components/use/retrie/boolean/index.vue.js +2 -2
  26. package/dist/packages/components/use/retrie/choice/index.vue.js +5 -5
  27. package/dist/packages/components/use/retrie/expose/index.vue.js +2 -2
  28. package/dist/packages/components/use/retrie/form/index.vue.js +1 -1
  29. package/dist/packages/components/use/retrie/function/index.vue.js +2 -2
  30. package/dist/packages/components/use/retrie/index.vue.js +1 -1
  31. package/dist/packages/components/use/retrie/input/editor/editor.d.ts +0 -49
  32. package/dist/packages/components/use/retrie/input/editor/editor.vue.js +2 -2
  33. package/dist/packages/components/use/retrie/input/index.vue.js +1 -1
  34. package/dist/packages/components/use/retrie/input/text.vue.js +2 -2
  35. package/dist/packages/components/use/retrie/number/index.vue.js +2 -2
  36. package/dist/packages/components/use/retrie/object/index.vue.js +2 -2
  37. package/dist/packages/components/use/retrie/other/index.vue.js +2 -2
  38. package/dist/packages/components/use/retrie/select/index.vue.js +5 -5
  39. package/dist/packages/components/use/retrie/slot/index.vue.js +2 -2
  40. package/dist/packages/components/use/retrie/string/index.vue.js +2 -2
  41. package/dist/packages/components/use/set-code.vue.js +2 -2
  42. package/dist/packages/components/use/set-emit.vue.js +4 -4
  43. package/dist/packages/components/use/set-expose.vue.js +6 -6
  44. package/dist/packages/components/use/set-props.vue.js +2 -2
  45. package/dist/packages/components/use/set-slot.vue.js +7 -7
  46. package/dist/packages/index/index.vue2.js +2 -2
  47. package/dist/packages/page/compon/index.vue2.js +2 -2
  48. package/dist/packages/page/comprops/index.vue2.js +3 -3
  49. package/dist/packages/page/develop/index.vue2.js +2 -2
  50. package/dist/packages/page/edit/index.vue2.js +2 -2
  51. package/dist/packages/page/index/index.vue2.js +1 -1
  52. package/dist/packages/page/single/index.vue2.js +2 -2
  53. package/dist/packages/page/tests/index.vue2.js +6 -6
  54. package/package.json +11 -11
package/dist/index.css CHANGED
@@ -1 +1 @@
1
- :root{--bor-cor: rgb(239, 248, 255);--but-cor: rgb(27, 155, 253);--but-hover-cor: rgb(0, 145, 255);--bg-but-hover-cor: rgb(128, 199, 253);--bg-aside-cor: rgb(228, 251, 197);--bg-aside-on-cor: rgb(78, 184, 250);--bg-index-cor: rgb(248, 248, 248);--bg-table-th-cor: rgb(207, 246, 251);--bg-table-td-cor: rgb(221, 243, 246);--bg-test-cor: rgb(247, 255, 251);--bg-test-err-cor: rgb(255, 210, 210);--bg-test-pro-cor: rgb(203, 246, 255);--bg-test-err-pro-cor: rgb(251, 203, 255);--te-test-err-cor: rgb(247, 56, 56);--te-test-pro-cor: rgb(106, 131, 255);--bg-test-body: rgb(255, 255, 255);--bg-code-highlig: rgb(255, 251, 223);--bg-code: rgb(255, 255, 255);--bg-box-cor: rgb(227, 227, 227);--bg-md-cor: rgb(255, 233, 243);--bg-use-cor: rgb(255, 255, 255);--bg-use-component-cor: rgb(255, 255, 255);--text-cor: rgb(0, 0, 0);--fs-1: 12px;--fs-2: 14px;--fs-3: 16px;--fs-4: 18px;--fs-5: 20px}.__document{position:fixed;top:0;left:0;width:100vw;height:100vh;overflow:auto;text-align:left;width:100%;height:100%;padding:0;margin:0}.__document .but-div{cursor:pointer}.__document .but-div:hover{color:var(--but-hover-cor);background-color:var(--bg-but-hover-cor)}.__document .but-div{color:var(--but-cor);padding:5px 10px}.__document .aside{width:100%;overflow:hidden;padding:10px;box-sizing:border-box}.__document .aside .aside-search{width:100%;box-sizing:border-box;margin-bottom:10px}.__document .aside .aside-search .aside-search-input{width:100%;height:30px;border-radius:4px;box-sizing:border-box}.__document .aside .aside-li{padding:5px 10px;height:60px;font-size:20px;font-weight:600;border-radius:4px;border-bottom:1px solid var(--bor-cor);cursor:pointer}.__document .aside .aside-li:hover{color:var(--but-hover-cor);background-color:var(--bg-but-hover-cor)}.__document .aside .aside-li{display:flex;flex-direction:row;align-items:center}.__document .aside .aside-li.on{background-color:var(--bg-aside-on-cor)}.__document .aside .aside-li .aside-li-name{width:100%}.__document .aside .aside-li .aside-li-name .aside-li-name-alias{font-size:var(--fs-2)}.__document .aside .aside-li .aside-li-name .aside-li-name-aliass{font-size:var(--fs-1)}.__document .md{position:relative}.__document .md-top-name{padding:10px;font-size:16px;font-weight:700}.__document .use .use-component{padding:10px;display:flex;justify-content:center;align-items:center;height:300px;background-color:var(--bg-use-component-cor)}.__document .set-code .set-code-buts{display:flex;align-items:center}.__document .form-item.error{background-color:var(--te-test-err-cor)}.__document .compo-info .compo-info-name-span{font-size:18px;font-weight:700;padding:10px 0}.__document .compo .compo-top .compo-top-name{padding:10px;font-size:var(--fs-4)}.__document .compo .compo-top .compo-top-name .compo-top-name-li{font-size:var(--fs-2)}.__document .compo .compo-top .compo-top-info{padding:10px;display:flex;flex-direction:row;align-items:center}.__document .compo .compo-top .compo-top-info .compo-top-athor,.__document .compo .compo-top .compo-top-info .compo-top-date{flex:1;display:flex;flex-direction:row;align-items:center}.__document .compo .compo-top .compo-top-descriptions{padding:0 10px;font-size:var(--fs-2)}.__document .compo .compo-li h4{margin:10px 0 0;padding:10px}.__document .compo .compo-li .compo-talbe{width:100%}.__document .compo .compo-li .compo-talbe .compo-talbe-body{border:1px solid var(--bor-cor);width:100%}.__document .compo .compo-li .compo-talbe .compo-talbe-body td,.__document .compo .compo-li .compo-talbe .compo-talbe-body th{padding:5px 10px;border-bottom:1px solid var(--bor-cor)}.__document .compo .compo-li .compo-talbe .compo-talbe-body th{background-color:var(--bg-table-th-cor)}.__document .compo .compo-li .compo-talbe .compo-talbe-body td{background-color:var(--bg-table-td-cor)}.__document .compo .compo-li .compo-talbe .compo-talbe-body tr:last-child td{border-bottom:0}.__document .compo .compo-li .compo-talbe .compo-talbe-body .compo-talbe-zw{width:100%;text-align:center;padding:10px}.__document .compo .compo-md{padding:10px;background-color:var(--bg-md-cor)}.__document .compo .compo-use{padding:10px;background-color:var(--bg-use-cor)}.__document .main .main-but{text-align:right;display:flex;flex-direction:row;align-items:center}.__document .test.error .test-top-top{background-color:var(--bg-test-err-cor)}.__document .test.proposal .test-top-top{background-color:var(--bg-test-pro-cor)}.__document .test.error-proposal .test-top-top{background-color:var(--bg-test-err-pro-cor)}.__document .test .test-top .test-top-top{padding:10px;background-color:var(--bg-test-cor)}.__document .test .test-top .test-top-error{color:var(--te-test-err-cor)}.__document .test .test-top .test-top-proposal{color:var(--te-test-pro-cor)}.__document .test .test-div .test-body{padding:10px;background-color:var(--bg-test-body)}.__document .code{padding:0}.__document .code .code-top .code-top-but,.__document .code .code-top .code-top-but .top-but-files{display:flex;flex-direction:row;align-items:center}.__document .code .code-highlightjs{padding:0}.__document .code .code-highlightjs .hljs{background-color:var(--bg-code-highlig)}.__document .box-url{position:relative}.__document .box-url:hover .box-url-box{display:block}.__document .box-url .box-url-box{position:fixed;top:25px;display:none;background-color:var(--bg-box-cor);font-size:var(--fs-1);color:var(--text-cor);z-index:100000}.__document .box-url .box-url-box .box-div-li{height:20px;line-height:20px;display:flex;flex-direction:row;align-items:center}.__document .box-url .box-url-box .box-div-li .box-div-li-span{white-space:nowrap;padding:5px 10px}.__document .box-url .box-url-box .box-div-but{padding:10px;cursor:pointer}.__document .box-url .box-url-box .box-div-but:hover{color:var(--but-hover-cor);background-color:var(--bg-but-hover-cor)}.__document .box-url .box-url-box .box-div-but{color:var(--but-cor)}.__document .__document-index{width:100%;height:100%;padding:0;margin:0;display:flex;flex-direction:row}.__document .__document-index .index-aside{position:relative;z-index:100}.__document .__document-index .index-aside .index-aside-div{height:100%;overflow-y:auto;background-color:var(--bg-aside-cor)}.__document .__document-index .index-body{flex:1;position:relative;background-color:var(--bg-index-cor)}.__document .__document-index .index-body .index-div{padding:20px;position:absolute;inset:0;overflow-y:auto}.__document .__document-tests{padding:10px;height:100%;box-sizing:border-box;position:relative}.__document .__document-tests .tests-top .but-div.on{background-color:var(--bg-aside-on-cor)}.__document .__document-develop,.__document .__document-single{padding:10px;height:100%;box-sizing:border-box;position:relative}.__document .__document-single .single-top .single-top-li{display:flex;flex-direction:row;align-items:center}.__document .__document-single .single-top .single-top-li .single-top-li-span{padding:5px 10px}.__document .__document-compon{height:100%;width:100%;box-sizing:border-box;position:relative;display:flex}.__document .__document-compon .__document-compon-body{background-color:var(--bg-index-cor);box-sizing:border-box;padding:10px;flex:1;overflow-y:auto}.__document .__document-compon .__document-compon-body.choice{padding-left:30px}.__document .__document-compon .__document-compon-choice{display:flex;overflow-y:auto;background-color:var(--bg-aside-cor)}.__document .__document-compon .__document-compon-choice .aside{width:250px;overflow:hidden}.__document .__document-compon .__document-compon-choice .__document-compon-choice-but{cursor:pointer}.__document .__document-compon .__document-compon-choice .__document-compon-choice-but:hover{color:var(--but-hover-cor);background-color:var(--bg-but-hover-cor)}.form-input-text{padding:10px;height:160px;width:100%;box-sizing:border-box}.editor-div{padding:10px;height:160px;background-color:#eee}.editor-div .editor-code{height:100%;width:100%;min-height:80px;background-color:#fff}.form-input{font-size:16px}.form-select{position:relative;font-size:16px}.form-select .form-select-input{padding:10px;width:100%;font-size:16px;box-sizing:border-box}.form-select .form-select-box{position:absolute;width:100%;z-index:100;background-color:#000;text-align:center}.form-select .form-select-box .form-select-list-div{border:1px solid #000000}.form-select .form-select-box .form-select-list-div .form-select-list-li{background-color:#e9e9e9;padding:10px;cursor:pointer;border-bottom:1px solid #000000}.form-select{position:relative}.form-select .form-select-box{position:absolute;background-color:#fff;text-align:center}.form-select .form-select-box .form-select-list-div{border:1px solid #fff}.form-select .form-select-box .form-select-list-div .form-select-list-li{padding:10px;border-bottom:1px solid #eee}.form-select .form-select-box .form-select-list-div .form-select-list-li:last-child{border:0}.form-select .form-select-box .form-select-list-div .form-select-list-li.active{color:#0051ff}.form-boolean{display:flex;font-size:16px;padding:10px}.form-boolean .form-boolean-div{margin-right:10px}.form-string{font-size:16px}.form-string .form-string-text{padding:10px;width:100%;box-sizing:border-box}.form-number{font-size:16px}.form-number .form-number-input{padding:10px;width:100%;box-sizing:border-box}.com-retrie .com-retrie-li .com-retrie-label{padding:5px 0}.set-emit .set-emit-li{padding:10px}.set-emit .set-emit-name{font-size:18px;padding:5px 0}.set-emit .set-emit-value{font-size:16px;background-color:azure}pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#2f3337;background:#f6f6f6}.hljs-subst{color:#2f3337}.hljs-comment{color:#656e77}.hljs-keyword,.hljs-selector-tag,.hljs-meta .hljs-keyword,.hljs-doctag,.hljs-section,.hljs-attr{color:#015692}.hljs-attribute{color:#803378}.hljs-name,.hljs-type,.hljs-number,.hljs-selector-id,.hljs-quote,.hljs-template-tag{color:#b75501}.hljs-selector-class{color:#015692}.hljs-string,.hljs-regexp,.hljs-symbol,.hljs-variable,.hljs-template-variable,.hljs-link,.hljs-selector-attr{color:#54790d}.hljs-meta,.hljs-selector-pseudo{color:#015692}.hljs-built_in,.hljs-title,.hljs-literal{color:#b75501}.hljs-bullet,.hljs-code{color:#535a60}.hljs-meta .hljs-string{color:#54790d}.hljs-deletion{color:#c02d2e}.hljs-addition{color:#2f6f44}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}.expose .expose-label{padding:10px 0;font-size:18px}.expose .expose-return{padding:5px;background-color:azure}.set-expose .set-expose-li{position:relative}.set-expose .set-expose-li .set-expose-delete{color:red;position:absolute;right:20px;top:10px}.code-edit{padding:10px;display:flex}.code-edit .edit-input{flex:1}.code-edit .edit-effect{flex:1;margin-right:10px}
1
+ :root{--bor-cor: rgb(239, 248, 255);--but-cor: rgb(27, 155, 253);--but-hover-cor: rgb(0, 145, 255);--bg-but-hover-cor: rgb(128, 199, 253);--bg-aside-cor: rgb(228, 251, 197);--bg-aside-on-cor: rgb(78, 184, 250);--bg-index-cor: rgb(248, 248, 248);--bg-table-th-cor: rgb(207, 246, 251);--bg-table-td-cor: rgb(221, 243, 246);--bg-test-cor: rgb(247, 255, 251);--bg-test-err-cor: rgb(255, 210, 210);--bg-test-pro-cor: rgb(203, 246, 255);--bg-test-err-pro-cor: rgb(251, 203, 255);--te-test-err-cor: rgb(247, 56, 56);--te-test-pro-cor: rgb(106, 131, 255);--bg-test-body: rgb(255, 255, 255);--bg-code-highlig: rgb(255, 251, 223);--bg-code: rgb(255, 255, 255);--bg-box-cor: rgb(227, 227, 227);--bg-md-cor: rgb(255, 233, 243);--bg-use-cor: rgb(255, 255, 255);--bg-use-component-cor: rgb(255, 255, 255);--text-cor: rgb(0, 0, 0);--fs-1: 12px;--fs-2: 14px;--fs-3: 16px;--fs-4: 18px;--fs-5: 20px}.__document{position:fixed;top:0;left:0;width:100vw;height:100vh;overflow:auto;text-align:left;width:100%;height:100%;padding:0;margin:0}.__document .but-div{cursor:pointer}.__document .but-div:hover{color:var(--but-hover-cor);background-color:var(--bg-but-hover-cor)}.__document .but-div{color:var(--but-cor);padding:5px 10px}.__document .aside{width:100%;overflow:hidden;padding:10px;box-sizing:border-box}.__document .aside .aside-search{width:100%;box-sizing:border-box;margin-bottom:10px}.__document .aside .aside-search .aside-search-input{width:100%;height:30px;border-radius:4px;box-sizing:border-box}.__document .aside .aside-li{padding:5px 10px;height:60px;font-size:20px;font-weight:600;border-radius:4px;border-bottom:1px solid var(--bor-cor);cursor:pointer}.__document .aside .aside-li:hover{color:var(--but-hover-cor);background-color:var(--bg-but-hover-cor)}.__document .aside .aside-li{display:flex;flex-direction:row;align-items:center}.__document .aside .aside-li.on{background-color:var(--bg-aside-on-cor)}.__document .aside .aside-li .aside-li-name{width:100%}.__document .aside .aside-li .aside-li-name .aside-li-name-alias{font-size:var(--fs-2)}.__document .aside .aside-li .aside-li-name .aside-li-name-aliass{font-size:var(--fs-1)}.__document .md{position:relative}.__document .md-top-name{padding:10px;font-size:16px;font-weight:700}.__document .use .use-component{padding:10px;display:flex;justify-content:center;align-items:center;height:300px;background-color:var(--bg-use-component-cor)}.__document .set-code .set-code-buts{display:flex;align-items:center}.__document .form-item.error{background-color:var(--te-test-err-cor)}.__document .compo-info .compo-info-name-span{font-size:18px;font-weight:700;padding:10px 0}.__document .compo .compo-top .compo-top-name{padding:10px;font-size:var(--fs-4)}.__document .compo .compo-top .compo-top-name .compo-top-name-li{font-size:var(--fs-2)}.__document .compo .compo-top .compo-top-info{padding:10px;display:flex;flex-direction:row;align-items:center}.__document .compo .compo-top .compo-top-info .compo-top-athor,.__document .compo .compo-top .compo-top-info .compo-top-date{flex:1;display:flex;flex-direction:row;align-items:center}.__document .compo .compo-top .compo-top-descriptions{padding:0 10px;font-size:var(--fs-2)}.__document .compo .compo-li h4{margin:10px 0 0;padding:10px}.__document .compo .compo-li .compo-talbe{width:100%}.__document .compo .compo-li .compo-talbe .compo-talbe-body{border:1px solid var(--bor-cor);width:100%}.__document .compo .compo-li .compo-talbe .compo-talbe-body td,.__document .compo .compo-li .compo-talbe .compo-talbe-body th{padding:5px 10px;border-bottom:1px solid var(--bor-cor)}.__document .compo .compo-li .compo-talbe .compo-talbe-body th{background-color:var(--bg-table-th-cor)}.__document .compo .compo-li .compo-talbe .compo-talbe-body td{background-color:var(--bg-table-td-cor)}.__document .compo .compo-li .compo-talbe .compo-talbe-body tr:last-child td{border-bottom:0}.__document .compo .compo-li .compo-talbe .compo-talbe-body .compo-talbe-zw{width:100%;text-align:center;padding:10px}.__document .compo .compo-md{padding:10px;background-color:var(--bg-md-cor)}.__document .compo .compo-use{padding:10px;background-color:var(--bg-use-cor)}.__document .main .main-but{text-align:right;display:flex;flex-direction:row;align-items:center}.__document .test.error .test-top-top{background-color:var(--bg-test-err-cor)}.__document .test.proposal .test-top-top{background-color:var(--bg-test-pro-cor)}.__document .test.error-proposal .test-top-top{background-color:var(--bg-test-err-pro-cor)}.__document .test .test-top .test-top-top{padding:10px;background-color:var(--bg-test-cor)}.__document .test .test-top .test-top-error{color:var(--te-test-err-cor)}.__document .test .test-top .test-top-proposal{color:var(--te-test-pro-cor)}.__document .test .test-div .test-body{overflow:hidden;box-sizing:border-box;padding:10px;background-color:var(--bg-test-body)}.__document .code{padding:0}.__document .code .code-top .code-top-but,.__document .code .code-top .code-top-but .top-but-files{display:flex;flex-direction:row;align-items:center}.__document .code .code-highlightjs{padding:0}.__document .code .code-highlightjs .hljs{background-color:var(--bg-code-highlig)}.__document .box-url{position:relative}.__document .box-url:hover .box-url-box{display:block}.__document .box-url .box-url-box{position:fixed;top:25px;display:none;background-color:var(--bg-box-cor);font-size:var(--fs-1);color:var(--text-cor);z-index:100000}.__document .box-url .box-url-box .box-div-li{height:20px;line-height:20px;display:flex;flex-direction:row;align-items:center}.__document .box-url .box-url-box .box-div-li .box-div-li-span{white-space:nowrap;padding:5px 10px}.__document .box-url .box-url-box .box-div-but{padding:10px;cursor:pointer}.__document .box-url .box-url-box .box-div-but:hover{color:var(--but-hover-cor);background-color:var(--bg-but-hover-cor)}.__document .box-url .box-url-box .box-div-but{color:var(--but-cor)}.__document .__document-index{width:100%;height:100%;padding:0;margin:0;display:flex;flex-direction:row}.__document .__document-index .index-aside{position:relative;z-index:100}.__document .__document-index .index-aside .index-aside-div{height:100%;overflow-y:auto;background-color:var(--bg-aside-cor)}.__document .__document-index .index-body{flex:1;position:relative;background-color:var(--bg-index-cor)}.__document .__document-index .index-body .index-div{padding:20px;position:absolute;inset:0;overflow-y:auto}.__document .__document-tests{padding:10px;height:100%;box-sizing:border-box;position:relative}.__document .__document-tests .tests-top .but-div.on{background-color:var(--bg-aside-on-cor)}.__document .__document-develop,.__document .__document-single{padding:10px;height:100%;box-sizing:border-box;position:relative}.__document .__document-single .single-top .single-top-li{display:flex;flex-direction:row;align-items:center}.__document .__document-single .single-top .single-top-li .single-top-li-span{padding:5px 10px}.__document .__document-compon{height:100%;width:100%;box-sizing:border-box;position:relative;display:flex}.__document .__document-compon .__document-compon-body{background-color:var(--bg-index-cor);box-sizing:border-box;padding:10px;flex:1;overflow-y:auto}.__document .__document-compon .__document-compon-body.choice{padding-left:30px}.__document .__document-compon .__document-compon-choice{display:flex;overflow-y:auto;background-color:var(--bg-aside-cor)}.__document .__document-compon .__document-compon-choice .aside{width:250px;overflow:hidden}.__document .__document-compon .__document-compon-choice .__document-compon-choice-but{cursor:pointer}.__document .__document-compon .__document-compon-choice .__document-compon-choice-but:hover{color:var(--but-hover-cor);background-color:var(--bg-but-hover-cor)}.form-input-text{padding:10px;height:160px;width:100%;box-sizing:border-box}.editor-div{padding:10px;height:160px;background-color:#eee}.editor-div .editor-code{height:100%;width:100%;min-height:80px;background-color:#fff}.form-input{font-size:16px}.form-select{position:relative;font-size:16px}.form-select .form-select-input{padding:10px;width:100%;font-size:16px;box-sizing:border-box}.form-select .form-select-box{position:absolute;width:100%;z-index:100;background-color:#000;text-align:center}.form-select .form-select-box .form-select-list-div{border:1px solid #000000}.form-select .form-select-box .form-select-list-div .form-select-list-li{background-color:#e9e9e9;padding:10px;cursor:pointer;border-bottom:1px solid #000000}.form-select{position:relative}.form-select .form-select-box{position:absolute;background-color:#fff;text-align:center}.form-select .form-select-box .form-select-list-div{border:1px solid #fff}.form-select .form-select-box .form-select-list-div .form-select-list-li{padding:10px;border-bottom:1px solid #eee}.form-select .form-select-box .form-select-list-div .form-select-list-li:last-child{border:0}.form-select .form-select-box .form-select-list-div .form-select-list-li.active{color:#0051ff}.form-boolean{display:flex;font-size:16px;padding:10px}.form-boolean .form-boolean-div{margin-right:10px}.form-string{font-size:16px}.form-string .form-string-text{padding:10px;width:100%;box-sizing:border-box}.form-number{font-size:16px}.form-number .form-number-input{padding:10px;width:100%;box-sizing:border-box}.com-retrie .com-retrie-li .com-retrie-label{padding:5px 0}.set-emit .set-emit-li{padding:10px}.set-emit .set-emit-name{font-size:18px;padding:5px 0}.set-emit .set-emit-value{font-size:16px;background-color:azure}pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#2f3337;background:#f6f6f6}.hljs-subst{color:#2f3337}.hljs-comment{color:#656e77}.hljs-keyword,.hljs-selector-tag,.hljs-meta .hljs-keyword,.hljs-doctag,.hljs-section,.hljs-attr{color:#015692}.hljs-attribute{color:#803378}.hljs-name,.hljs-type,.hljs-number,.hljs-selector-id,.hljs-quote,.hljs-template-tag{color:#b75501}.hljs-selector-class{color:#015692}.hljs-string,.hljs-regexp,.hljs-symbol,.hljs-variable,.hljs-template-variable,.hljs-link,.hljs-selector-attr{color:#54790d}.hljs-meta,.hljs-selector-pseudo{color:#015692}.hljs-built_in,.hljs-title,.hljs-literal{color:#b75501}.hljs-bullet,.hljs-code{color:#535a60}.hljs-meta .hljs-string{color:#54790d}.hljs-deletion{color:#c02d2e}.hljs-addition{color:#2f6f44}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}.expose .expose-label{padding:10px 0;font-size:18px}.expose .expose-return{padding:5px;background-color:azure}.set-expose .set-expose-li{position:relative}.set-expose .set-expose-li .set-expose-delete{color:red;position:absolute;right:20px;top:10px}.code-edit{padding:10px;display:flex}.code-edit .edit-input{flex:1}.code-edit .edit-effect{flex:1;margin-right:10px}
@@ -87,12 +87,12 @@ __export(index_exports, {
87
87
  });
88
88
  module.exports = __toCommonJS(index_exports);
89
89
 
90
- // node_modules/.pnpm/@fangzhongya+utils@0.0.75/node_modules/@fangzhongya/utils/dist/chunk-5PX3AFSC.js
90
+ // node_modules/.pnpm/@fangzhongya+utils@0.0.78/node_modules/@fangzhongya/utils/dist/chunk-5PX3AFSC.js
91
91
  function isArray(obj2) {
92
92
  return Object.prototype.toString.call(obj2) == "[object Array]";
93
93
  }
94
94
 
95
- // node_modules/.pnpm/@fangzhongya+utils@0.0.75/node_modules/@fangzhongya/utils/dist/chunk-A276ZDLP.js
95
+ // node_modules/.pnpm/@fangzhongya+utils@0.0.78/node_modules/@fangzhongya/utils/dist/chunk-A276ZDLP.js
96
96
  function getStartSames(str, val) {
97
97
  let s = "";
98
98
  const vs = [...val];
@@ -108,7 +108,7 @@ function getStartSames(str, val) {
108
108
  return [s, str.substring(index), val.substring(index)];
109
109
  }
110
110
 
111
- // node_modules/.pnpm/@fangzhongya+utils@0.0.75/node_modules/@fangzhongya/utils/dist/chunk-KDOS4NFR.js
111
+ // node_modules/.pnpm/@fangzhongya+utils@0.0.78/node_modules/@fangzhongya/utils/dist/chunk-KDOS4NFR.js
112
112
  function getImportUrl(url, imp) {
113
113
  const arr = getStartSames(url, imp);
114
114
  const ts2 = arr[0];
@@ -132,12 +132,12 @@ function getImportUrl(url, imp) {
132
132
  return ds.join("") + arr[2].replace(/\\/g, "/");
133
133
  }
134
134
 
135
- // node_modules/.pnpm/@fangzhongya+utils@0.0.75/node_modules/@fangzhongya/utils/dist/chunk-EWJJKQIO.js
135
+ // node_modules/.pnpm/@fangzhongya+utils@0.0.78/node_modules/@fangzhongya/utils/dist/chunk-EWJJKQIO.js
136
136
  function firstUpper(str) {
137
137
  return str.slice(0, 1).toUpperCase() + str.slice(1);
138
138
  }
139
139
 
140
- // node_modules/.pnpm/@fangzhongya+utils@0.0.75/node_modules/@fangzhongya/utils/dist/chunk-XCDKXZFR.js
140
+ // node_modules/.pnpm/@fangzhongya+utils@0.0.78/node_modules/@fangzhongya/utils/dist/chunk-XCDKXZFR.js
141
141
  function lineToLargeHump(name) {
142
142
  let arr = name.split("-");
143
143
  arr = arr.map((vs) => {
@@ -846,7 +846,7 @@ function runDev(config2, configCallback) {
846
846
  return new FangMd(config2, configCallback);
847
847
  }
848
848
 
849
- // node_modules/.pnpm/@fangzhongya+utils@0.0.75/node_modules/@fangzhongya/utils/dist/chunk-NCSN3MC5.js
849
+ // node_modules/.pnpm/@fangzhongya+utils@0.0.78/node_modules/@fangzhongya/utils/dist/chunk-NCSN3MC5.js
850
850
  var zObj = {
851
851
  "<": "&lt;",
852
852
  ">": "&gt;",
@@ -867,7 +867,7 @@ function htmlEscape(str) {
867
867
  // packages/node/index.ts
868
868
  var import_node_path = require("path");
869
869
 
870
- // node_modules/.pnpm/@fangzhongya+utils@0.0.75/node_modules/@fangzhongya/utils/dist/chunk-RD4EP3M5.js
870
+ // node_modules/.pnpm/@fangzhongya+utils@0.0.78/node_modules/@fangzhongya/utils/dist/chunk-RD4EP3M5.js
871
871
  function mergeObject(a, b, j = 0, i) {
872
872
  if (a instanceof Array) {
873
873
  if (j > 0 && i) {
@@ -921,7 +921,7 @@ function getConfig(key) {
921
921
  return config[key];
922
922
  }
923
923
 
924
- // node_modules/.pnpm/@fangzhongya+utils@0.0.75/node_modules/@fangzhongya/utils/dist/chunk-7PJ2D3KR.js
924
+ // node_modules/.pnpm/@fangzhongya+utils@0.0.78/node_modules/@fangzhongya/utils/dist/chunk-7PJ2D3KR.js
925
925
  function getVueText(content) {
926
926
  const result = {
927
927
  template: "",
@@ -968,7 +968,7 @@ function getVueTexts(content) {
968
968
  };
969
969
  }
970
970
 
971
- // node_modules/.pnpm/@fangzhongya+utils@0.0.75/node_modules/@fangzhongya/utils/dist/chunk-J7CICTHH.js
971
+ // node_modules/.pnpm/@fangzhongya+utils@0.0.78/node_modules/@fangzhongya/utils/dist/chunk-J7CICTHH.js
972
972
  function humpToLine(name) {
973
973
  const reg = /(([A-Z])([^A-Z]*))/g;
974
974
  let result;
@@ -990,12 +990,12 @@ function humpToLine(name) {
990
990
  }
991
991
  }
992
992
 
993
- // node_modules/.pnpm/@fangzhongya+utils@0.0.75/node_modules/@fangzhongya/utils/dist/chunk-4OBNLDTJ.js
993
+ // node_modules/.pnpm/@fangzhongya+utils@0.0.78/node_modules/@fangzhongya/utils/dist/chunk-4OBNLDTJ.js
994
994
  function firstLower(str) {
995
995
  return str.slice(0, 1).toLowerCase() + str.slice(1);
996
996
  }
997
997
 
998
- // node_modules/.pnpm/@fangzhongya+utils@0.0.75/node_modules/@fangzhongya/utils/dist/chunk-Q6FMBSK4.js
998
+ // node_modules/.pnpm/@fangzhongya+utils@0.0.78/node_modules/@fangzhongya/utils/dist/chunk-Q6FMBSK4.js
999
999
  function asyncMergeArray(arr, callback) {
1000
1000
  return new Promise((resolve2, reject) => {
1001
1001
  let index = 0;
@@ -1019,7 +1019,7 @@ function asyncMergeArray(arr, callback) {
1019
1019
  });
1020
1020
  }
1021
1021
 
1022
- // node_modules/.pnpm/@fangzhongya+utils@0.0.75/node_modules/@fangzhongya/utils/dist/chunk-Z7NTQAAJ.js
1022
+ // node_modules/.pnpm/@fangzhongya+utils@0.0.78/node_modules/@fangzhongya/utils/dist/chunk-Z7NTQAAJ.js
1023
1023
  function getSuffix2(url) {
1024
1024
  const reg = /\.([a-z|A-Z][a-z|A-Z|0-9]*)$/;
1025
1025
  const regs = reg.exec(url);
@@ -1029,7 +1029,7 @@ function getSuffix2(url) {
1029
1029
  return "";
1030
1030
  }
1031
1031
 
1032
- // node_modules/.pnpm/@fangzhongya+utils@0.0.75/node_modules/@fangzhongya/utils/dist/chunk-S6JRKYPY.js
1032
+ // node_modules/.pnpm/@fangzhongya+utils@0.0.78/node_modules/@fangzhongya/utils/dist/chunk-S6JRKYPY.js
1033
1033
  function matchsStart2(key, matchs) {
1034
1034
  if (matchs && matchs.length > 0) {
1035
1035
  for (const value of matchs) {
@@ -1049,7 +1049,7 @@ function matchsStart2(key, matchs) {
1049
1049
  }
1050
1050
  }
1051
1051
 
1052
- // node_modules/.pnpm/@fangzhongya+utils@0.0.75/node_modules/@fangzhongya/utils/dist/chunk-YNOFNHEK.js
1052
+ // node_modules/.pnpm/@fangzhongya+utils@0.0.78/node_modules/@fangzhongya/utils/dist/chunk-YNOFNHEK.js
1053
1053
  function matchsEnd2(key, matchs) {
1054
1054
  if (matchs && matchs.length > 0) {
1055
1055
  for (const value of matchs) {
@@ -1341,7 +1341,7 @@ function getRawValue(comRaw, key) {
1341
1341
  }
1342
1342
  }
1343
1343
 
1344
- // node_modules/.pnpm/@fangzhongya+utils@0.0.75/node_modules/@fangzhongya/utils/dist/chunk-FS4JPT23.js
1344
+ // node_modules/.pnpm/@fangzhongya+utils@0.0.78/node_modules/@fangzhongya/utils/dist/chunk-FS4JPT23.js
1345
1345
  function deComment(code) {
1346
1346
  let output = "";
1347
1347
  let state = "code";
@@ -1433,7 +1433,7 @@ function deComment(code) {
1433
1433
  return output;
1434
1434
  }
1435
1435
 
1436
- // node_modules/.pnpm/@fangzhongya+utils@0.0.75/node_modules/@fangzhongya/utils/dist/chunk-N5Y3XGHX.js
1436
+ // node_modules/.pnpm/@fangzhongya+utils@0.0.78/node_modules/@fangzhongya/utils/dist/chunk-N5Y3XGHX.js
1437
1437
  function getImports(code, includeType = false) {
1438
1438
  code = deComment(code);
1439
1439
  const imports = /* @__PURE__ */ new Set();
@@ -2337,7 +2337,7 @@ function getSlotValue(arr) {
2337
2337
  });
2338
2338
  }
2339
2339
 
2340
- // node_modules/.pnpm/comment-parser@1.4.4/node_modules/comment-parser/es6/primitives.js
2340
+ // node_modules/.pnpm/comment-parser@1.4.5/node_modules/comment-parser/es6/primitives.js
2341
2341
  var Markers;
2342
2342
  (function(Markers2) {
2343
2343
  Markers2["start"] = "/**";
@@ -2346,7 +2346,7 @@ var Markers;
2346
2346
  Markers2["end"] = "*/";
2347
2347
  })(Markers || (Markers = {}));
2348
2348
 
2349
- // node_modules/.pnpm/comment-parser@1.4.4/node_modules/comment-parser/es6/util.js
2349
+ // node_modules/.pnpm/comment-parser@1.4.5/node_modules/comment-parser/es6/util.js
2350
2350
  function isSpace(source) {
2351
2351
  return /^\s+$/.test(source);
2352
2352
  }
@@ -2368,7 +2368,7 @@ function seedTokens(tokens = {}) {
2368
2368
  return Object.assign({ start: "", delimiter: "", postDelimiter: "", tag: "", postTag: "", name: "", postName: "", type: "", postType: "", description: "", end: "", lineEnd: "" }, tokens);
2369
2369
  }
2370
2370
 
2371
- // node_modules/.pnpm/comment-parser@1.4.4/node_modules/comment-parser/es6/parser/block-parser.js
2371
+ // node_modules/.pnpm/comment-parser@1.4.5/node_modules/comment-parser/es6/parser/block-parser.js
2372
2372
  var reTag = /^@[^\s/]+(?=\s|$)/;
2373
2373
  function getParser({ fence = "```" } = {}) {
2374
2374
  const fencer = getFencer(fence);
@@ -2393,7 +2393,7 @@ function getFencer(fence) {
2393
2393
  return fence;
2394
2394
  }
2395
2395
 
2396
- // node_modules/.pnpm/comment-parser@1.4.4/node_modules/comment-parser/es6/parser/source-parser.js
2396
+ // node_modules/.pnpm/comment-parser@1.4.5/node_modules/comment-parser/es6/parser/source-parser.js
2397
2397
  function getParser2({ startLine = 0, markers = Markers } = {}) {
2398
2398
  let block = null;
2399
2399
  let num = startLine;
@@ -2435,7 +2435,7 @@ function getParser2({ startLine = 0, markers = Markers } = {}) {
2435
2435
  };
2436
2436
  }
2437
2437
 
2438
- // node_modules/.pnpm/comment-parser@1.4.4/node_modules/comment-parser/es6/parser/spec-parser.js
2438
+ // node_modules/.pnpm/comment-parser@1.4.5/node_modules/comment-parser/es6/parser/spec-parser.js
2439
2439
  function getParser3({ tokenizers }) {
2440
2440
  return function parseSpec(source) {
2441
2441
  var _a;
@@ -2449,7 +2449,7 @@ function getParser3({ tokenizers }) {
2449
2449
  };
2450
2450
  }
2451
2451
 
2452
- // node_modules/.pnpm/comment-parser@1.4.4/node_modules/comment-parser/es6/parser/tokenizers/tag.js
2452
+ // node_modules/.pnpm/comment-parser@1.4.5/node_modules/comment-parser/es6/parser/tokenizers/tag.js
2453
2453
  function tagTokenizer() {
2454
2454
  return (spec) => {
2455
2455
  const { tokens } = spec.source[0];
@@ -2474,7 +2474,7 @@ function tagTokenizer() {
2474
2474
  };
2475
2475
  }
2476
2476
 
2477
- // node_modules/.pnpm/comment-parser@1.4.4/node_modules/comment-parser/es6/parser/tokenizers/type.js
2477
+ // node_modules/.pnpm/comment-parser@1.4.5/node_modules/comment-parser/es6/parser/tokenizers/type.js
2478
2478
  function typeTokenizer(spacing = "compact") {
2479
2479
  const join5 = getJoiner(spacing);
2480
2480
  return (spec) => {
@@ -2544,20 +2544,24 @@ function getJoiner(spacing) {
2544
2544
  return spacing;
2545
2545
  }
2546
2546
 
2547
- // node_modules/.pnpm/comment-parser@1.4.4/node_modules/comment-parser/es6/parser/tokenizers/name.js
2547
+ // node_modules/.pnpm/comment-parser@1.4.5/node_modules/comment-parser/es6/parser/tokenizers/name.js
2548
2548
  var isQuoted = (s) => s && s.startsWith('"') && s.endsWith('"');
2549
2549
  function nameTokenizer() {
2550
2550
  const typeEnd = (num, { tokens }, i) => tokens.type === "" ? num : i;
2551
2551
  return (spec) => {
2552
2552
  let finalTypeLine = spec.source.reduce(typeEnd, 0);
2553
2553
  let tokens;
2554
- do {
2554
+ if (spec.type) {
2555
+ do {
2556
+ ({ tokens } = spec.source[finalTypeLine]);
2557
+ if (tokens.description.trim()) {
2558
+ break;
2559
+ }
2560
+ finalTypeLine++;
2561
+ } while (spec.source[finalTypeLine]);
2562
+ } else {
2555
2563
  ({ tokens } = spec.source[finalTypeLine]);
2556
- if (tokens.description.trim()) {
2557
- break;
2558
- }
2559
- finalTypeLine++;
2560
- } while (spec.source[finalTypeLine]);
2564
+ }
2561
2565
  const source = tokens.description.trimStart();
2562
2566
  const quotedGroups = source.split('"');
2563
2567
  if (quotedGroups.length > 1 && quotedGroups[0] === "" && quotedGroups.length % 2 === 1) {
@@ -2634,7 +2638,7 @@ function nameTokenizer() {
2634
2638
  };
2635
2639
  }
2636
2640
 
2637
- // node_modules/.pnpm/comment-parser@1.4.4/node_modules/comment-parser/es6/parser/tokenizers/description.js
2641
+ // node_modules/.pnpm/comment-parser@1.4.5/node_modules/comment-parser/es6/parser/tokenizers/description.js
2638
2642
  function descriptionTokenizer(spacing = "compact", markers = Markers) {
2639
2643
  const join5 = getJoiner2(spacing);
2640
2644
  return (spec) => {
@@ -2666,7 +2670,7 @@ function preserveJoiner(lines, markers = Markers) {
2666
2670
  return lines.map(getDescription).join("\n");
2667
2671
  }
2668
2672
 
2669
- // node_modules/.pnpm/comment-parser@1.4.4/node_modules/comment-parser/es6/parser/index.js
2673
+ // node_modules/.pnpm/comment-parser@1.4.5/node_modules/comment-parser/es6/parser/index.js
2670
2674
  function getParser4({ startLine = 0, fence = "```", spacing = "compact", markers = Markers, tokenizers = [
2671
2675
  tagTokenizer(),
2672
2676
  typeTokenizer(spacing),
@@ -2698,7 +2702,7 @@ function getParser4({ startLine = 0, fence = "```", spacing = "compact", markers
2698
2702
  };
2699
2703
  }
2700
2704
 
2701
- // node_modules/.pnpm/comment-parser@1.4.4/node_modules/comment-parser/es6/stringifier/index.js
2705
+ // node_modules/.pnpm/comment-parser@1.4.5/node_modules/comment-parser/es6/stringifier/index.js
2702
2706
  function join3(tokens) {
2703
2707
  return tokens.start + tokens.delimiter + tokens.postDelimiter + tokens.tag + tokens.postTag + tokens.type + tokens.postType + tokens.name + tokens.postName + tokens.description + tokens.end + tokens.lineEnd;
2704
2708
  }
@@ -2706,7 +2710,7 @@ function getStringifier() {
2706
2710
  return (block) => block.source.map(({ tokens }) => join3(tokens)).join("\n");
2707
2711
  }
2708
2712
 
2709
- // node_modules/.pnpm/comment-parser@1.4.4/node_modules/comment-parser/es6/stringifier/inspect.js
2713
+ // node_modules/.pnpm/comment-parser@1.4.5/node_modules/comment-parser/es6/stringifier/inspect.js
2710
2714
  var zeroWidth = {
2711
2715
  line: 0,
2712
2716
  start: 0,
@@ -2724,7 +2728,7 @@ var zeroWidth = {
2724
2728
  };
2725
2729
  var fields = Object.keys(zeroWidth);
2726
2730
 
2727
- // node_modules/.pnpm/comment-parser@1.4.4/node_modules/comment-parser/es6/index.js
2731
+ // node_modules/.pnpm/comment-parser@1.4.5/node_modules/comment-parser/es6/index.js
2728
2732
  function parse(source, options = {}) {
2729
2733
  return getParser4(options)(source);
2730
2734
  }
@@ -3761,7 +3765,7 @@ var top_default2 = (0, import_vue2.defineComponent)({
3761
3765
  }
3762
3766
  });
3763
3767
 
3764
- // node_modules/.pnpm/@fangzhongya+utils@0.0.75/node_modules/@fangzhongya/utils/dist/chunk-Q6BNW3MO.js
3768
+ // node_modules/.pnpm/@fangzhongya+utils@0.0.78/node_modules/@fangzhongya/utils/dist/chunk-Q6BNW3MO.js
3765
3769
  var FUNCTION_REGEX = /^\s*(?:(async)\s+)?(?:function\s*(\*?)\s*(\w*)\s*\(([\s\S]*?)\)|(\*?\s*)\b(\w+)\s*\(([\s\S]*?)\)|\(([\s\S]*?)\)|([^=>,\(\)]+?))\s*(?:=>)?\s*(?:\{([\s\S]*?)\}|([\s\S]*))$/;
3766
3770
  function getFunctionFormat(v) {
3767
3771
  if (!v) return;
@@ -58,12 +58,12 @@ var init_prettier = __esm({
58
58
  }
59
59
  });
60
60
 
61
- // node_modules/.pnpm/@fangzhongya+utils@0.0.75/node_modules/@fangzhongya/utils/dist/chunk-5PX3AFSC.js
61
+ // node_modules/.pnpm/@fangzhongya+utils@0.0.78/node_modules/@fangzhongya/utils/dist/chunk-5PX3AFSC.js
62
62
  function isArray(obj2) {
63
63
  return Object.prototype.toString.call(obj2) == "[object Array]";
64
64
  }
65
65
 
66
- // node_modules/.pnpm/@fangzhongya+utils@0.0.75/node_modules/@fangzhongya/utils/dist/chunk-A276ZDLP.js
66
+ // node_modules/.pnpm/@fangzhongya+utils@0.0.78/node_modules/@fangzhongya/utils/dist/chunk-A276ZDLP.js
67
67
  function getStartSames(str, val) {
68
68
  let s = "";
69
69
  const vs = [...val];
@@ -79,7 +79,7 @@ function getStartSames(str, val) {
79
79
  return [s, str.substring(index), val.substring(index)];
80
80
  }
81
81
 
82
- // node_modules/.pnpm/@fangzhongya+utils@0.0.75/node_modules/@fangzhongya/utils/dist/chunk-KDOS4NFR.js
82
+ // node_modules/.pnpm/@fangzhongya+utils@0.0.78/node_modules/@fangzhongya/utils/dist/chunk-KDOS4NFR.js
83
83
  function getImportUrl(url, imp) {
84
84
  const arr = getStartSames(url, imp);
85
85
  const ts2 = arr[0];
@@ -103,12 +103,12 @@ function getImportUrl(url, imp) {
103
103
  return ds.join("") + arr[2].replace(/\\/g, "/");
104
104
  }
105
105
 
106
- // node_modules/.pnpm/@fangzhongya+utils@0.0.75/node_modules/@fangzhongya/utils/dist/chunk-EWJJKQIO.js
106
+ // node_modules/.pnpm/@fangzhongya+utils@0.0.78/node_modules/@fangzhongya/utils/dist/chunk-EWJJKQIO.js
107
107
  function firstUpper(str) {
108
108
  return str.slice(0, 1).toUpperCase() + str.slice(1);
109
109
  }
110
110
 
111
- // node_modules/.pnpm/@fangzhongya+utils@0.0.75/node_modules/@fangzhongya/utils/dist/chunk-XCDKXZFR.js
111
+ // node_modules/.pnpm/@fangzhongya+utils@0.0.78/node_modules/@fangzhongya/utils/dist/chunk-XCDKXZFR.js
112
112
  function lineToLargeHump(name) {
113
113
  let arr = name.split("-");
114
114
  arr = arr.map((vs) => {
@@ -828,7 +828,7 @@ function runDev(config2, configCallback) {
828
828
  return new FangMd(config2, configCallback);
829
829
  }
830
830
 
831
- // node_modules/.pnpm/@fangzhongya+utils@0.0.75/node_modules/@fangzhongya/utils/dist/chunk-NCSN3MC5.js
831
+ // node_modules/.pnpm/@fangzhongya+utils@0.0.78/node_modules/@fangzhongya/utils/dist/chunk-NCSN3MC5.js
832
832
  var zObj = {
833
833
  "<": "&lt;",
834
834
  ">": "&gt;",
@@ -849,7 +849,7 @@ function htmlEscape(str) {
849
849
  // packages/node/index.ts
850
850
  import { join as join4 } from "path";
851
851
 
852
- // node_modules/.pnpm/@fangzhongya+utils@0.0.75/node_modules/@fangzhongya/utils/dist/chunk-RD4EP3M5.js
852
+ // node_modules/.pnpm/@fangzhongya+utils@0.0.78/node_modules/@fangzhongya/utils/dist/chunk-RD4EP3M5.js
853
853
  function mergeObject(a, b, j = 0, i) {
854
854
  if (a instanceof Array) {
855
855
  if (j > 0 && i) {
@@ -903,7 +903,7 @@ function getConfig(key) {
903
903
  return config[key];
904
904
  }
905
905
 
906
- // node_modules/.pnpm/@fangzhongya+utils@0.0.75/node_modules/@fangzhongya/utils/dist/chunk-7PJ2D3KR.js
906
+ // node_modules/.pnpm/@fangzhongya+utils@0.0.78/node_modules/@fangzhongya/utils/dist/chunk-7PJ2D3KR.js
907
907
  function getVueText(content) {
908
908
  const result = {
909
909
  template: "",
@@ -950,7 +950,7 @@ function getVueTexts(content) {
950
950
  };
951
951
  }
952
952
 
953
- // node_modules/.pnpm/@fangzhongya+utils@0.0.75/node_modules/@fangzhongya/utils/dist/chunk-J7CICTHH.js
953
+ // node_modules/.pnpm/@fangzhongya+utils@0.0.78/node_modules/@fangzhongya/utils/dist/chunk-J7CICTHH.js
954
954
  function humpToLine(name) {
955
955
  const reg = /(([A-Z])([^A-Z]*))/g;
956
956
  let result;
@@ -972,12 +972,12 @@ function humpToLine(name) {
972
972
  }
973
973
  }
974
974
 
975
- // node_modules/.pnpm/@fangzhongya+utils@0.0.75/node_modules/@fangzhongya/utils/dist/chunk-4OBNLDTJ.js
975
+ // node_modules/.pnpm/@fangzhongya+utils@0.0.78/node_modules/@fangzhongya/utils/dist/chunk-4OBNLDTJ.js
976
976
  function firstLower(str) {
977
977
  return str.slice(0, 1).toLowerCase() + str.slice(1);
978
978
  }
979
979
 
980
- // node_modules/.pnpm/@fangzhongya+utils@0.0.75/node_modules/@fangzhongya/utils/dist/chunk-Q6FMBSK4.js
980
+ // node_modules/.pnpm/@fangzhongya+utils@0.0.78/node_modules/@fangzhongya/utils/dist/chunk-Q6FMBSK4.js
981
981
  function asyncMergeArray(arr, callback) {
982
982
  return new Promise((resolve2, reject) => {
983
983
  let index = 0;
@@ -1001,7 +1001,7 @@ function asyncMergeArray(arr, callback) {
1001
1001
  });
1002
1002
  }
1003
1003
 
1004
- // node_modules/.pnpm/@fangzhongya+utils@0.0.75/node_modules/@fangzhongya/utils/dist/chunk-Z7NTQAAJ.js
1004
+ // node_modules/.pnpm/@fangzhongya+utils@0.0.78/node_modules/@fangzhongya/utils/dist/chunk-Z7NTQAAJ.js
1005
1005
  function getSuffix2(url) {
1006
1006
  const reg = /\.([a-z|A-Z][a-z|A-Z|0-9]*)$/;
1007
1007
  const regs = reg.exec(url);
@@ -1011,7 +1011,7 @@ function getSuffix2(url) {
1011
1011
  return "";
1012
1012
  }
1013
1013
 
1014
- // node_modules/.pnpm/@fangzhongya+utils@0.0.75/node_modules/@fangzhongya/utils/dist/chunk-S6JRKYPY.js
1014
+ // node_modules/.pnpm/@fangzhongya+utils@0.0.78/node_modules/@fangzhongya/utils/dist/chunk-S6JRKYPY.js
1015
1015
  function matchsStart2(key, matchs) {
1016
1016
  if (matchs && matchs.length > 0) {
1017
1017
  for (const value of matchs) {
@@ -1031,7 +1031,7 @@ function matchsStart2(key, matchs) {
1031
1031
  }
1032
1032
  }
1033
1033
 
1034
- // node_modules/.pnpm/@fangzhongya+utils@0.0.75/node_modules/@fangzhongya/utils/dist/chunk-YNOFNHEK.js
1034
+ // node_modules/.pnpm/@fangzhongya+utils@0.0.78/node_modules/@fangzhongya/utils/dist/chunk-YNOFNHEK.js
1035
1035
  function matchsEnd2(key, matchs) {
1036
1036
  if (matchs && matchs.length > 0) {
1037
1037
  for (const value of matchs) {
@@ -1323,7 +1323,7 @@ function getRawValue(comRaw, key) {
1323
1323
  }
1324
1324
  }
1325
1325
 
1326
- // node_modules/.pnpm/@fangzhongya+utils@0.0.75/node_modules/@fangzhongya/utils/dist/chunk-FS4JPT23.js
1326
+ // node_modules/.pnpm/@fangzhongya+utils@0.0.78/node_modules/@fangzhongya/utils/dist/chunk-FS4JPT23.js
1327
1327
  function deComment(code) {
1328
1328
  let output = "";
1329
1329
  let state = "code";
@@ -1415,7 +1415,7 @@ function deComment(code) {
1415
1415
  return output;
1416
1416
  }
1417
1417
 
1418
- // node_modules/.pnpm/@fangzhongya+utils@0.0.75/node_modules/@fangzhongya/utils/dist/chunk-N5Y3XGHX.js
1418
+ // node_modules/.pnpm/@fangzhongya+utils@0.0.78/node_modules/@fangzhongya/utils/dist/chunk-N5Y3XGHX.js
1419
1419
  function getImports(code, includeType = false) {
1420
1420
  code = deComment(code);
1421
1421
  const imports = /* @__PURE__ */ new Set();
@@ -2319,7 +2319,7 @@ function getSlotValue(arr) {
2319
2319
  });
2320
2320
  }
2321
2321
 
2322
- // node_modules/.pnpm/comment-parser@1.4.4/node_modules/comment-parser/es6/primitives.js
2322
+ // node_modules/.pnpm/comment-parser@1.4.5/node_modules/comment-parser/es6/primitives.js
2323
2323
  var Markers;
2324
2324
  (function(Markers2) {
2325
2325
  Markers2["start"] = "/**";
@@ -2328,7 +2328,7 @@ var Markers;
2328
2328
  Markers2["end"] = "*/";
2329
2329
  })(Markers || (Markers = {}));
2330
2330
 
2331
- // node_modules/.pnpm/comment-parser@1.4.4/node_modules/comment-parser/es6/util.js
2331
+ // node_modules/.pnpm/comment-parser@1.4.5/node_modules/comment-parser/es6/util.js
2332
2332
  function isSpace(source) {
2333
2333
  return /^\s+$/.test(source);
2334
2334
  }
@@ -2350,7 +2350,7 @@ function seedTokens(tokens = {}) {
2350
2350
  return Object.assign({ start: "", delimiter: "", postDelimiter: "", tag: "", postTag: "", name: "", postName: "", type: "", postType: "", description: "", end: "", lineEnd: "" }, tokens);
2351
2351
  }
2352
2352
 
2353
- // node_modules/.pnpm/comment-parser@1.4.4/node_modules/comment-parser/es6/parser/block-parser.js
2353
+ // node_modules/.pnpm/comment-parser@1.4.5/node_modules/comment-parser/es6/parser/block-parser.js
2354
2354
  var reTag = /^@[^\s/]+(?=\s|$)/;
2355
2355
  function getParser({ fence = "```" } = {}) {
2356
2356
  const fencer = getFencer(fence);
@@ -2375,7 +2375,7 @@ function getFencer(fence) {
2375
2375
  return fence;
2376
2376
  }
2377
2377
 
2378
- // node_modules/.pnpm/comment-parser@1.4.4/node_modules/comment-parser/es6/parser/source-parser.js
2378
+ // node_modules/.pnpm/comment-parser@1.4.5/node_modules/comment-parser/es6/parser/source-parser.js
2379
2379
  function getParser2({ startLine = 0, markers = Markers } = {}) {
2380
2380
  let block = null;
2381
2381
  let num = startLine;
@@ -2417,7 +2417,7 @@ function getParser2({ startLine = 0, markers = Markers } = {}) {
2417
2417
  };
2418
2418
  }
2419
2419
 
2420
- // node_modules/.pnpm/comment-parser@1.4.4/node_modules/comment-parser/es6/parser/spec-parser.js
2420
+ // node_modules/.pnpm/comment-parser@1.4.5/node_modules/comment-parser/es6/parser/spec-parser.js
2421
2421
  function getParser3({ tokenizers }) {
2422
2422
  return function parseSpec(source) {
2423
2423
  var _a;
@@ -2431,7 +2431,7 @@ function getParser3({ tokenizers }) {
2431
2431
  };
2432
2432
  }
2433
2433
 
2434
- // node_modules/.pnpm/comment-parser@1.4.4/node_modules/comment-parser/es6/parser/tokenizers/tag.js
2434
+ // node_modules/.pnpm/comment-parser@1.4.5/node_modules/comment-parser/es6/parser/tokenizers/tag.js
2435
2435
  function tagTokenizer() {
2436
2436
  return (spec) => {
2437
2437
  const { tokens } = spec.source[0];
@@ -2456,7 +2456,7 @@ function tagTokenizer() {
2456
2456
  };
2457
2457
  }
2458
2458
 
2459
- // node_modules/.pnpm/comment-parser@1.4.4/node_modules/comment-parser/es6/parser/tokenizers/type.js
2459
+ // node_modules/.pnpm/comment-parser@1.4.5/node_modules/comment-parser/es6/parser/tokenizers/type.js
2460
2460
  function typeTokenizer(spacing = "compact") {
2461
2461
  const join5 = getJoiner(spacing);
2462
2462
  return (spec) => {
@@ -2526,20 +2526,24 @@ function getJoiner(spacing) {
2526
2526
  return spacing;
2527
2527
  }
2528
2528
 
2529
- // node_modules/.pnpm/comment-parser@1.4.4/node_modules/comment-parser/es6/parser/tokenizers/name.js
2529
+ // node_modules/.pnpm/comment-parser@1.4.5/node_modules/comment-parser/es6/parser/tokenizers/name.js
2530
2530
  var isQuoted = (s) => s && s.startsWith('"') && s.endsWith('"');
2531
2531
  function nameTokenizer() {
2532
2532
  const typeEnd = (num, { tokens }, i) => tokens.type === "" ? num : i;
2533
2533
  return (spec) => {
2534
2534
  let finalTypeLine = spec.source.reduce(typeEnd, 0);
2535
2535
  let tokens;
2536
- do {
2536
+ if (spec.type) {
2537
+ do {
2538
+ ({ tokens } = spec.source[finalTypeLine]);
2539
+ if (tokens.description.trim()) {
2540
+ break;
2541
+ }
2542
+ finalTypeLine++;
2543
+ } while (spec.source[finalTypeLine]);
2544
+ } else {
2537
2545
  ({ tokens } = spec.source[finalTypeLine]);
2538
- if (tokens.description.trim()) {
2539
- break;
2540
- }
2541
- finalTypeLine++;
2542
- } while (spec.source[finalTypeLine]);
2546
+ }
2543
2547
  const source = tokens.description.trimStart();
2544
2548
  const quotedGroups = source.split('"');
2545
2549
  if (quotedGroups.length > 1 && quotedGroups[0] === "" && quotedGroups.length % 2 === 1) {
@@ -2616,7 +2620,7 @@ function nameTokenizer() {
2616
2620
  };
2617
2621
  }
2618
2622
 
2619
- // node_modules/.pnpm/comment-parser@1.4.4/node_modules/comment-parser/es6/parser/tokenizers/description.js
2623
+ // node_modules/.pnpm/comment-parser@1.4.5/node_modules/comment-parser/es6/parser/tokenizers/description.js
2620
2624
  function descriptionTokenizer(spacing = "compact", markers = Markers) {
2621
2625
  const join5 = getJoiner2(spacing);
2622
2626
  return (spec) => {
@@ -2648,7 +2652,7 @@ function preserveJoiner(lines, markers = Markers) {
2648
2652
  return lines.map(getDescription).join("\n");
2649
2653
  }
2650
2654
 
2651
- // node_modules/.pnpm/comment-parser@1.4.4/node_modules/comment-parser/es6/parser/index.js
2655
+ // node_modules/.pnpm/comment-parser@1.4.5/node_modules/comment-parser/es6/parser/index.js
2652
2656
  function getParser4({ startLine = 0, fence = "```", spacing = "compact", markers = Markers, tokenizers = [
2653
2657
  tagTokenizer(),
2654
2658
  typeTokenizer(spacing),
@@ -2680,7 +2684,7 @@ function getParser4({ startLine = 0, fence = "```", spacing = "compact", markers
2680
2684
  };
2681
2685
  }
2682
2686
 
2683
- // node_modules/.pnpm/comment-parser@1.4.4/node_modules/comment-parser/es6/stringifier/index.js
2687
+ // node_modules/.pnpm/comment-parser@1.4.5/node_modules/comment-parser/es6/stringifier/index.js
2684
2688
  function join3(tokens) {
2685
2689
  return tokens.start + tokens.delimiter + tokens.postDelimiter + tokens.tag + tokens.postTag + tokens.type + tokens.postType + tokens.name + tokens.postName + tokens.description + tokens.end + tokens.lineEnd;
2686
2690
  }
@@ -2688,7 +2692,7 @@ function getStringifier() {
2688
2692
  return (block) => block.source.map(({ tokens }) => join3(tokens)).join("\n");
2689
2693
  }
2690
2694
 
2691
- // node_modules/.pnpm/comment-parser@1.4.4/node_modules/comment-parser/es6/stringifier/inspect.js
2695
+ // node_modules/.pnpm/comment-parser@1.4.5/node_modules/comment-parser/es6/stringifier/inspect.js
2692
2696
  var zeroWidth = {
2693
2697
  line: 0,
2694
2698
  start: 0,
@@ -2706,7 +2710,7 @@ var zeroWidth = {
2706
2710
  };
2707
2711
  var fields = Object.keys(zeroWidth);
2708
2712
 
2709
- // node_modules/.pnpm/comment-parser@1.4.4/node_modules/comment-parser/es6/index.js
2713
+ // node_modules/.pnpm/comment-parser@1.4.5/node_modules/comment-parser/es6/index.js
2710
2714
  function parse(source, options = {}) {
2711
2715
  return getParser4(options)(source);
2712
2716
  }
@@ -3743,7 +3747,7 @@ var top_default2 = defineComponent2({
3743
3747
  }
3744
3748
  });
3745
3749
 
3746
- // node_modules/.pnpm/@fangzhongya+utils@0.0.75/node_modules/@fangzhongya/utils/dist/chunk-Q6BNW3MO.js
3750
+ // node_modules/.pnpm/@fangzhongya+utils@0.0.78/node_modules/@fangzhongya/utils/dist/chunk-Q6BNW3MO.js
3747
3751
  var FUNCTION_REGEX = /^\s*(?:(async)\s+)?(?:function\s*(\*?)\s*(\w*)\s*\(([\s\S]*?)\)|(\*?\s*)\b(\w+)\s*\(([\s\S]*?)\)|\(([\s\S]*?)\)|([^=>,\(\)]+?))\s*(?:=>)?\s*(?:\{([\s\S]*?)\}|([\s\S]*))$/;
3748
3752
  function getFunctionFormat(v) {
3749
3753
  if (!v) return;
@@ -1,4 +1,4 @@
1
- import { defineComponent as A, ref as c, watch as k, onMounted as w, nextTick as S, createElementBlock as o, openBlock as n, createElementVNode as s, withDirectives as V, vModelText as b, Fragment as y, renderList as h, normalizeClass as j, createVNode as z, withCtx as B, toDisplayString as g } from "vue";
1
+ import { defineComponent as A, ref as c, watch as k, onMounted as w, nextTick as S, openBlock as o, createElementBlock as n, createElementVNode as s, withDirectives as V, vModelText as b, Fragment as y, renderList as h, normalizeClass as j, createVNode as z, withCtx as B, toDisplayString as g } from "vue";
2
2
  import D from "../boxurl/index.vue.js";
3
3
  import { getCompoNameObj as C, getCompoNameKey as E, getCompoName as M } from "../../utils/glob.js";
4
4
  import { getAsideKey as O, setAsideKey as $ } from "../../utils/common.js";
@@ -56,7 +56,7 @@ const q = { class: "aside-search" }, F = { class: "aside-list" }, L = ["onClick"
56
56
  t.scrollTop = u;
57
57
  }
58
58
  });
59
- }), (e, u) => (n(), o("div", {
59
+ }), (e, u) => (o(), n("div", {
60
60
  class: "aside",
61
61
  ref_key: "refAside",
62
62
  ref: d
@@ -70,7 +70,7 @@ const q = { class: "aside-search" }, F = { class: "aside-list" }, L = ["onClick"
70
70
  ])
71
71
  ]),
72
72
  s("div", F, [
73
- (n(!0), o(y, null, h(l.value, (t, I) => (n(), o("div", {
73
+ (o(!0), n(y, null, h(l.value, (t, I) => (o(), n("div", {
74
74
  class: j([
75
75
  "aside-li",
76
76
  p(t.key) + " " + (t.key == a.value?.key ? "on" : "")
@@ -82,7 +82,7 @@ const q = { class: "aside-search" }, F = { class: "aside-list" }, L = ["onClick"
82
82
  s("div", U, [
83
83
  s("div", G, g(t.name), 1),
84
84
  s("span", H, [
85
- (n(!0), o(y, null, h(t.aliasNames, (_) => (n(), o("span", null, g(_), 1))), 256))
85
+ (o(!0), n(y, null, h(t.aliasNames, (_) => (o(), n("span", null, g(_), 1))), 256))
86
86
  ])
87
87
  ])
88
88
  ]),