mvframe 1.0.86 → 1.0.88

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/css/cpt.css CHANGED
@@ -1 +1 @@
1
- @charset "UTF-8";.MvcBtnGroup[data-v-97a2b9b8]{padding:.25rem;background:var(--color-group-bg);border-radius:var(--btn-radius);-webkit-user-select:none;user-select:none}.MvcBtnGroup.sizeSmall[data-v-97a2b9b8]{padding:2px;border-radius:calc(var(--btn-radius, 1rem) / 2)}.MvcBtnGroup.sizeSmall .btnItem[data-v-97a2b9b8]{padding:.25rem .625rem;font-size:.75rem;line-height:1.5;border-radius:.1875rem}.MvcBtnGroup.sizeLarge[data-v-97a2b9b8]{padding:.375rem;border-radius:.5rem}.MvcBtnGroup.sizeLarge .btnItem[data-v-97a2b9b8]{padding:.5rem 1.125rem;font-size:1rem;line-height:1.5;border-radius:.375rem}.MvcBtnGroup .btnItem[data-v-97a2b9b8]{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;gap:.25rem;padding:.375rem .875rem;font-size:.875rem;line-height:1.5;color:var(--color-txt-p);background:transparent;border:none;border-radius:var(--btn-radius);word-break:keep-all;text-wrap:nowrap;cursor:pointer;transition:var(--trans-all)}.MvcBtnGroup .btnItem[data-v-97a2b9b8]:hover:not(:disabled):not(.isActive){background:var(--color-bg-menu-item-hover)}.MvcBtnGroup .btnItem.isActive[data-v-97a2b9b8]{color:var(--color-on-primary-text);background:var(--color-primary);position:relative;isolation:isolate}.MvcBtnGroup .btnItem.isActive[data-v-97a2b9b8]:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;opacity:.25;background-color:var(--color-primary);transform:translateY(20%);pointer-events:none;filter:blur(.625rem);z-index:-1}.MvcBtnGroup .btnItem[data-v-97a2b9b8]:disabled{opacity:.5;cursor:not-allowed}.MvcCard[data-v-610b0b4c]{position:relative;border:var(--border-d);border-radius:var(--card-radius);background:var(--color-bg-page-header);box-sizing:border-box;transition:box-shadow var(--trans)}.MvcCard[data-v-610b0b4c]:hover{box-shadow:0 .5rem .5rem color-mix(in srgb,var(--color-body) 6%,rgba(0,0,0,.05))}.MvcCard.MvcCard--fillParent[data-v-610b0b4c]{display:flex;flex-direction:column;align-self:stretch;min-height:0;height:100%}.MvcCard .header[data-v-610b0b4c]{position:relative;padding:.75rem 1rem;border-block-end:var(--card-header-border);z-index:2;flex-shrink:0;-webkit-user-select:none;user-select:none}.MvcCard .header .headerTitle[data-v-610b0b4c]{margin:0;font-size:.875rem;font-weight:700;color:var(--color-txt-h2)}.MvcCard .body[data-v-610b0b4c]{position:relative;padding:1rem;min-height:1rem;overflow:auto;z-index:1}.MvcCard.MvcCard--fillParent .body[data-v-610b0b4c]{flex:1 1 auto;min-height:0}.MvcCard .footer[data-v-610b0b4c]{position:relative;padding:.75rem 1rem;border-block-start:var(--card-header-border);z-index:2;flex-shrink:0;-webkit-user-select:none;user-select:none}.dragArea[data-v-3bd55143]{position:absolute;top:0;left:0;bottom:0;width:1rem;display:flex;align-items:center;z-index:99}.dragArea .dragHandle[data-v-3bd55143]{display:flex;align-items:center;width:.875rem;height:1.75rem;background-color:var(--color-border);border-radius:0 .125rem .125rem 0;opacity:0;cursor:ew-resize;z-index:99;transition:var(--trans-all)}.dragArea .dragHandle[data-v-3bd55143]:hover,.dragArea .dragHandle.active[data-v-3bd55143]{opacity:1;color:var(--color-white);background-color:var(--color-primary);box-shadow:.25rem 0 .5rem var(--color-dark1)}.dragArea:hover .dragHandle[data-v-3bd55143]{opacity:1}.MvcDrawerBody[data-v-33acb7b3]{position:relative;width:100%;overflow:hidden}.drawerFooter[data-v-33acb7b3]{background-image:linear-gradient(to top,50% var(--color-white),100 transparent)}.FrameTab .tabShadow[data-v-e9bf80ea]{position:absolute;top:100%;left:0;right:0;height:.5rem;background-image:linear-gradient(to bottom,rgba(0,0,0,.05) 0,transparent 100%);opacity:0;transition:opacity var(--trans)}.FrameTab .tabShadow.visible[data-v-e9bf80ea]{opacity:1}.FrameTab .tabArea[data-v-e9bf80ea]:after{content:"";position:absolute;top:2.175rem;left:0;right:0;border-bottom:var(--border-d);z-index:1}.FrameTab .tabItem[data-v-e9bf80ea]{margin-block-end:-1px;border:var(--border-d);border-block-end-color:transparent;border-radius:.25rem .25rem 0 0;background-color:var(--color-white);opacity:.5;overflow:hidden;transition:var(--trans-all)}.FrameTab .tabItem[data-v-e9bf80ea]:hover{opacity:.8}.FrameTab .tabItem.active[data-v-e9bf80ea]{opacity:1;border-block-end-color:var(--color-white);z-index:3;background-color:var(--color-bg-page-header)}.FrameTab .tabItem .abs[data-v-e9bf80ea]{transition:var(--trans-all);transform:translate(2.25rem)}.FrameTab .tabItem .abs[data-v-e9bf80ea]:hover{opacity:.8;color:var(--color-primary)}.FrameTab .tabItem.hoverItem.active[data-v-e9bf80ea]{padding-inline-end:2.25rem}.FrameTab .tabItem.hoverItem.active .abs[data-v-e9bf80ea]{transform:translate(-.375rem)}.FrameTab .tabItem.hoverItem[data-v-e9bf80ea]:hover{padding-inline-end:2.25rem}.FrameTab .tabItem.hoverItem:hover .abs[data-v-e9bf80ea]{transform:translate(-.375rem)}.FrameTab .tabItem.disabled[data-v-e9bf80ea]{opacity:.7;cursor:not-allowed}.FrameMenu[data-v-d7eb624b]{width:12rem;background-color:var(--color-bg-menu);overflow:hidden}.FrameMenu[data-v-d7eb624b]:after{content:"";position:absolute;top:0;right:0;bottom:0;border-right:var(--border-d)}.FrameMenu:hover .logomini[data-v-d7eb624b]{opacity:.1}.FrameMenu:hover .collapseArea[data-v-d7eb624b]{display:block!important}.FrameMenu .LogoArea .logomini[data-v-d7eb624b]{display:none}.FrameMenu .collapseArea[data-v-d7eb624b]{top:50%;right:1rem;height:1.25rem;width:1.24rem;transform:translateY(-50%)}.FrameMenu .MenuArea[data-v-d7eb624b]{height:calc(100vh - 8rem)}.FrameMenu .MenuArea .menuItem[data-v-d7eb624b]{height:2.75rem;transition:var(--trans-all)}.FrameMenu .MenuArea .menuItem[data-v-d7eb624b]:hover{background-color:var(--color-bg-menu-item-hover)}.FrameMenu .MenuArea .menuItem.active[data-v-d7eb624b]:hover{background-color:var(--color-primary);opacity:.8}.FrameMenu .MenuArea .menuItem.active .itemIcon[data-v-d7eb624b]{color:var(--color-on-primary-text)}.FrameMenu .MenuArea .childrenItem[data-v-d7eb624b]{transition:var(--trans-all)}.FrameMenu .MenuArea .childrenItem[data-v-d7eb624b]:hover{background-color:var(--color-bg-menu-children-item-hover)}.FrameMenu .MenuArea .childrenItem.active[data-v-d7eb624b]:hover{background-color:var(--color-primary);opacity:.8}.FrameMenu .MenuArea .itemChildrenArea[data-v-d7eb624b]{background-color:var(--color-bg-menu-children)}.FrameMenu .MenuArea .itemTitle.active[data-v-d7eb624b]{color:var(--color-on-primary-text)}.FrameMenu.collapse[data-v-d7eb624b]{width:4rem}.FrameMenu.collapse .collapseArea[data-v-d7eb624b]{right:1.5rem;display:none}.FrameMenu.collapse .LogoArea .logo[data-v-d7eb624b]{display:none}.FrameMenu.collapse .LogoArea .logomini[data-v-d7eb624b]{display:block;transition:opacity var(--trans)}.FrameMenu.collapse .MenuArea .menuItem.activeChild[data-v-d7eb624b]{position:relative;isolation:isolate}.FrameMenu.collapse .MenuArea .menuItem.activeChild[data-v-d7eb624b]:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;opacity:.25;background-color:var(--color-primary);transform:translateY(20%);pointer-events:none;filter:blur(.625rem);z-index:-1}.FrameMenu.collapse .MenuArea .itemChildrenArea[data-v-d7eb624b]{display:none}.FrameFooter[data-v-c3ba0162]{display:flex;height:3rem;padding:.5rem 1rem;gap:.5rem;font-size:14px}.FrameRightMenu[data-v-388539e5]{position:fixed;z-index:3000;min-width:10rem;max-width:calc(100vw - 1rem);padding:.25rem;border:var(--border-d);border-radius:.375rem;background-color:var(--color-bg-menu);box-shadow:0 .75rem 2rem #00000024,0 .125rem .5rem #00000014;color:var(--color-txt-p);-webkit-user-select:none;user-select:none}.FrameRightMenu .menuItem[data-v-388539e5]{display:flex;align-items:center;gap:.5rem;width:100%;min-height:2rem;padding:0 .75rem;border:none;border-radius:.25rem;background:transparent;color:inherit;cursor:pointer;font-size:.75rem;line-height:1;text-align:left;transition:var(--trans-all);white-space:nowrap}.FrameRightMenu .menuItem[data-v-388539e5]:hover{background-color:var(--color-bg-menu-item-hover);color:var(--color-primary)}.FrameRightMenu .menuItem.disabled[data-v-388539e5]{color:var(--color-txt-gray);cursor:not-allowed;opacity:.6}.FrameRightMenu .menuItem.disabled[data-v-388539e5]:hover{background:transparent;color:var(--color-txt-gray)}.FrameRightMenu .menuIcon[data-v-388539e5]{flex-shrink:0;width:1rem;font-size:.875rem;line-height:1;text-align:center}.FrameRightMenu .menuLabel[data-v-388539e5]{overflow:hidden;text-overflow:ellipsis}.FrameRightMenu .menuDivider[data-v-388539e5]{height:1px;margin:.25rem;background-color:var(--color-border)}.FrameRightMenuFade-enter-active[data-v-388539e5],.FrameRightMenuFade-leave-active[data-v-388539e5]{transition:opacity var(--trans),transform var(--trans)}.FrameRightMenuFade-enter-from[data-v-388539e5],.FrameRightMenuFade-leave-to[data-v-388539e5]{opacity:0;transform:translateY(-.125rem)}.MvcFrame[data-v-ae3008b4]{display:flex}.MvcFrame .PageArea[data-v-ae3008b4]{flex-grow:1;position:relative;min-height:0}.MvcList[data-v-cb49a0b9]{display:flex;flex-direction:column;width:100%;min-height:0;flex:1 1 auto;height:100%;-webkit-user-select:none;user-select:none}.MvcList .listViewport[data-v-cb49a0b9]{position:relative;flex:1 1 auto;min-height:0;overflow:hidden}.MvcList .listScroll[data-v-cb49a0b9]{position:relative;box-sizing:border-box;height:100%;max-height:100%}.MvcList .listItem[data-v-cb49a0b9]{padding:.5rem;margin-block-end:.25rem}.MvcList .listItem[data-v-cb49a0b9]:last-child{margin-block-end:0}.MvcList .listItem[data-v-cb49a0b9]{font-size:.75rem;line-height:1.5;color:var(--color-txt-p);background:transparent;border-radius:.25rem;cursor:pointer;transition:var(--trans-all)}.MvcList .listItem[data-v-cb49a0b9]:hover:not(.active):not(.isDisabled){background:var(--color-bg-menu-item-hover)}.MvcList .listItem.active[data-v-cb49a0b9]{position:sticky!important;top:0;color:var(--color-on-primary-text);background:var(--color-primary);z-index:9;position:relative;isolation:isolate}.MvcList .listItem.active[data-v-cb49a0b9]:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;opacity:.25;background-color:var(--color-primary);transform:translateY(20%);pointer-events:none;filter:blur(.625rem);z-index:-1}.MvcList .listItem.isDisabled[data-v-cb49a0b9]{opacity:.5;cursor:not-allowed}.MvcList.sizeSmall .listItem[data-v-cb49a0b9]{padding:.25rem .375rem;margin-block-end:.125rem;font-size:.6875rem;border-radius:.1875rem}.MvcList.sizeSmall .listItem[data-v-cb49a0b9]:last-child{margin-block-end:0}.MvcList.sizeLarge .listItem[data-v-cb49a0b9]{padding:.625rem .75rem;margin-block-end:.5rem;font-size:.875rem;border-radius:.375rem}.MvcList.sizeLarge .listItem[data-v-cb49a0b9]:last-child{margin-block-end:0}.loadingFade-enter-active[data-v-89f58c94],.loadingFade-leave-active[data-v-89f58c94]{transition:opacity var(--trans)}.loadingFade-enter-from[data-v-89f58c94],.loadingFade-leave-to[data-v-89f58c94]{opacity:0}.MvcLoading[data-v-89f58c94]{pointer-events:auto;-webkit-backdrop-filter:blur(.25rem);backdrop-filter:blur(.25rem)}.loaderTxt[data-v-89f58c94]{max-width:15rem;word-break:break-word}.MvcLogin[data-v-6faa6992]{background-color:var(--color-bg-body)}.panelWrap[data-v-6faa6992]{background-color:var(--color-bg-menu);box-shadow:0 .25rem 1rem #0000000f}.qr-dingtalk[data-v-6faa6992]{background:#0089ff}.qr-feishu[data-v-6faa6992]{background:#3370ff}.qr-wechat[data-v-6faa6992]{background:#07c160}.oauthGoogle[data-v-6faa6992]{display:flex;align-items:center;justify-content:center;gap:.75rem;min-height:2.5rem;padding:.5rem 1rem;box-sizing:border-box;background:#fff;border:1px solid #747775;border-radius:.25rem;font-family:Roboto,system-ui,-apple-system,Segoe UI,sans-serif;font-size:.875rem;font-weight:500;line-height:1.25;color:#1f1f1f;cursor:pointer;transition:var(--trans-all)}.oauthGoogle[data-v-6faa6992]:hover:not(:disabled){box-shadow:0 1px 2px #3c40434d,0 1px 3px 1px #3c404326}.oauthGoogle[data-v-6faa6992]:disabled{opacity:.38;cursor:not-allowed}.oauthGoogle[data-v-6faa6992]:focus-visible{outline:2px solid #4285f4;outline-offset:2px}.oauthApple[data-v-6faa6992]{display:flex;align-items:center;justify-content:center;gap:.5rem;min-height:2.5rem;padding:.5rem 1rem;box-sizing:border-box;background:#000;border:none;border-radius:.375rem;font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,Helvetica Neue,sans-serif;font-size:1.0625rem;font-weight:600;line-height:1.2;color:#fff;cursor:pointer;transition:var(--trans-all)}.oauthApple[data-v-6faa6992]:hover:not(:disabled){opacity:.88}.oauthApple[data-v-6faa6992]:disabled{opacity:.3;cursor:not-allowed}.oauthApple[data-v-6faa6992]:focus-visible{outline:2px solid #fff;outline-offset:2px}.MvcNote[data-v-e3e84cc8]{position:relative;padding:.5rem 1rem;background-color:var(--color-bg-menu);font-size:.875rem;border-radius:0 .5rem .5rem 0}.MvcNote[data-v-e3e84cc8]:hover:before{opacity:1}.MvcNote[data-v-e3e84cc8]:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;opacity:0;pointer-events:none;border-radius:0 .5rem .5rem 0;border:1px solid var(--color-gray);transition:opacity var(--trans)}.MvcPage[data-v-060130ad]{position:relative;display:flex;flex-direction:column;min-height:calc(100vh - 3rem);z-index:1}.MvcPage .PageHeader[data-v-060130ad]{position:sticky;display:flex;align-items:center;justify-content:space-between;padding:.5rem 1rem;min-height:4rem;border-bottom:var(--border-d);background-color:var(--color-bg-page-header);z-index:9}.MvcPage .PageHeader .PageHeaderTitle[data-v-060130ad]{margin:0}.MvcPage .PageHeader .PageHeaderSubTitle[data-v-060130ad]{margin:0;font-size:.875rem;color:var(--color-txt-p)}.MvcPage .PageBody[data-v-060130ad]{position:relative;display:flex;flex-direction:column;flex:1 1 auto;min-height:0;background-color:var(--color-bg-page-body);z-index:2}.MvcPage.hasTab .PageHeader[data-v-060130ad]{top:2.25rem}.ghost[data-v-1927ce52]{cursor:grabbing}.typeItem[data-v-1927ce52]{cursor:pointer}.typeItem[data-v-1927ce52]:hover{background-color:var(--mg-gray3)}.typeItem.active[data-v-1927ce52]{color:var(--mg-white);background-color:var(--mg-primary)}.columnItem[data-v-1927ce52]:hover{background-color:var(--mg-gray3)}.columnItem .fixedBtn[data-v-1927ce52]{cursor:pointer}.columnItem .fixedBtn[data-v-1927ce52]:hover{background-color:var(--mg-primary1)}.MainTable[data-v-f79bf58d]{max-width:calc(100% + 2px);width:calc(100% + 2px);margin:0 -1px}[data-v-0c6cb715] .el-textarea__inner{box-sizing:border-box}.ghost[data-v-73161392]{cursor:grabbing}.typeItem[data-v-73161392]{cursor:pointer}.typeItem[data-v-73161392]:hover{background-color:var(--mg-gray3)}.typeItem.active[data-v-73161392]{color:var(--color-txt-white);background-color:var(--color-bg-menu-item-active);position:relative;isolation:isolate}.typeItem.active[data-v-73161392]:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;opacity:.25;background-color:var(--color-primary);transform:translateY(20%);pointer-events:none;filter:blur(.625rem);z-index:-1}.columnItem[data-v-73161392]:hover{background-color:var(--color-bg-menu-item-hover)}.columnItem .fixedBtn[data-v-73161392]{cursor:pointer}.columnItem .fixedBtn[data-v-73161392]:hover{background-color:var(--mg-primary1)}.tableFooter[data-v-a13ba899]{margin-block-start:-1px;border-block-start:var(--border-d);border-radius:0 0 .5rem .5rem}.vtableHost[data-v-a13ba899]{min-height:10rem;background-color:var(--color-white)}.vtableHostFill[data-v-a13ba899]{height:100%}.treeCellLoadMask[data-v-a13ba899]{z-index:10;box-sizing:border-box;pointer-events:auto;cursor:wait;background-color:#ffffffb8;border-radius:.125rem}.treeCellLoadMask .loadMaskIcon[data-v-a13ba899]{pointer-events:none}
1
+ @charset "UTF-8";.MvcBtnGroup[data-v-97a2b9b8]{padding:.25rem;background:var(--color-group-bg);border-radius:var(--btn-radius);-webkit-user-select:none;user-select:none}.MvcBtnGroup.sizeSmall[data-v-97a2b9b8]{padding:2px;border-radius:calc(var(--btn-radius, 1rem) / 2)}.MvcBtnGroup.sizeSmall .btnItem[data-v-97a2b9b8]{padding:.25rem .625rem;font-size:.75rem;line-height:1.5;border-radius:.1875rem}.MvcBtnGroup.sizeLarge[data-v-97a2b9b8]{padding:.375rem;border-radius:.5rem}.MvcBtnGroup.sizeLarge .btnItem[data-v-97a2b9b8]{padding:.5rem 1.125rem;font-size:1rem;line-height:1.5;border-radius:.375rem}.MvcBtnGroup .btnItem[data-v-97a2b9b8]{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;gap:.25rem;padding:.375rem .875rem;font-size:.875rem;line-height:1.5;color:var(--color-txt-p);background:transparent;border:none;border-radius:var(--btn-radius);word-break:keep-all;text-wrap:nowrap;cursor:pointer;transition:var(--trans-all)}.MvcBtnGroup .btnItem[data-v-97a2b9b8]:hover:not(:disabled):not(.isActive){background:var(--color-bg-menu-item-hover)}.MvcBtnGroup .btnItem.isActive[data-v-97a2b9b8]{color:var(--color-on-primary-text);background:var(--color-primary);position:relative;isolation:isolate}.MvcBtnGroup .btnItem.isActive[data-v-97a2b9b8]:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;opacity:.25;background-color:var(--color-primary);transform:translateY(20%);pointer-events:none;filter:blur(.625rem);z-index:-1}.MvcBtnGroup .btnItem[data-v-97a2b9b8]:disabled{opacity:.5;cursor:not-allowed}.MvcCard[data-v-610b0b4c]{position:relative;border:var(--border-d);border-radius:var(--card-radius);background:var(--color-bg-page-header);box-sizing:border-box;transition:box-shadow var(--trans)}.MvcCard[data-v-610b0b4c]:hover{box-shadow:0 .5rem .5rem color-mix(in srgb,var(--color-body) 6%,rgba(0,0,0,.05))}.MvcCard.MvcCard--fillParent[data-v-610b0b4c]{display:flex;flex-direction:column;align-self:stretch;min-height:0;height:100%}.MvcCard .header[data-v-610b0b4c]{position:relative;padding:.75rem 1rem;border-block-end:var(--card-header-border);z-index:2;flex-shrink:0;-webkit-user-select:none;user-select:none}.MvcCard .header .headerTitle[data-v-610b0b4c]{margin:0;font-size:.875rem;font-weight:700;color:var(--color-txt-h2)}.MvcCard .body[data-v-610b0b4c]{position:relative;padding:1rem;min-height:1rem;overflow:auto;z-index:1}.MvcCard.MvcCard--fillParent .body[data-v-610b0b4c]{flex:1 1 auto;min-height:0}.MvcCard .footer[data-v-610b0b4c]{position:relative;padding:.75rem 1rem;border-block-start:var(--card-header-border);z-index:2;flex-shrink:0;-webkit-user-select:none;user-select:none}.dragArea[data-v-3bd55143]{position:absolute;top:0;left:0;bottom:0;width:1rem;display:flex;align-items:center;z-index:99}.dragArea .dragHandle[data-v-3bd55143]{display:flex;align-items:center;width:.875rem;height:1.75rem;background-color:var(--color-border);border-radius:0 .125rem .125rem 0;opacity:0;cursor:ew-resize;z-index:99;transition:var(--trans-all)}.dragArea .dragHandle[data-v-3bd55143]:hover,.dragArea .dragHandle.active[data-v-3bd55143]{opacity:1;color:var(--color-white);background-color:var(--color-primary);box-shadow:.25rem 0 .5rem var(--color-dark1)}.dragArea:hover .dragHandle[data-v-3bd55143]{opacity:1}.MvcDrawerBody[data-v-33acb7b3]{position:relative;width:100%;overflow:hidden}.drawerFooter[data-v-33acb7b3]{background-image:linear-gradient(to top,50% var(--color-white),100 transparent)}.FrameTab .tabShadow[data-v-e9bf80ea]{position:absolute;top:100%;left:0;right:0;height:.5rem;background-image:linear-gradient(to bottom,rgba(0,0,0,.05) 0,transparent 100%);opacity:0;transition:opacity var(--trans)}.FrameTab .tabShadow.visible[data-v-e9bf80ea]{opacity:1}.FrameTab .tabArea[data-v-e9bf80ea]:after{content:"";position:absolute;top:2.175rem;left:0;right:0;border-bottom:var(--border-d);z-index:1}.FrameTab .tabItem[data-v-e9bf80ea]{margin-block-end:-1px;border:var(--border-d);border-block-end-color:transparent;border-radius:.25rem .25rem 0 0;background-color:var(--color-white);opacity:.5;overflow:hidden;transition:var(--trans-all)}.FrameTab .tabItem[data-v-e9bf80ea]:hover{opacity:.8}.FrameTab .tabItem.active[data-v-e9bf80ea]{opacity:1;border-block-end-color:var(--color-white);z-index:3;background-color:var(--color-bg-page-header)}.FrameTab .tabItem .abs[data-v-e9bf80ea]{transition:var(--trans-all);transform:translate(2.25rem)}.FrameTab .tabItem .abs[data-v-e9bf80ea]:hover{opacity:.8;color:var(--color-primary)}.FrameTab .tabItem.hoverItem.active[data-v-e9bf80ea]{padding-inline-end:2.25rem}.FrameTab .tabItem.hoverItem.active .abs[data-v-e9bf80ea]{transform:translate(-.375rem)}.FrameTab .tabItem.hoverItem[data-v-e9bf80ea]:hover{padding-inline-end:2.25rem}.FrameTab .tabItem.hoverItem:hover .abs[data-v-e9bf80ea]{transform:translate(-.375rem)}.FrameTab .tabItem.disabled[data-v-e9bf80ea]{opacity:.7;cursor:not-allowed}.FrameMenu[data-v-d7eb624b]{width:12rem;background-color:var(--color-bg-menu);overflow:hidden}.FrameMenu[data-v-d7eb624b]:after{content:"";position:absolute;top:0;right:0;bottom:0;border-right:var(--border-d)}.FrameMenu:hover .logomini[data-v-d7eb624b]{opacity:.1}.FrameMenu:hover .collapseArea[data-v-d7eb624b]{display:block!important}.FrameMenu .LogoArea .logomini[data-v-d7eb624b]{display:none}.FrameMenu .collapseArea[data-v-d7eb624b]{top:50%;right:1rem;height:1.25rem;width:1.24rem;transform:translateY(-50%)}.FrameMenu .MenuArea[data-v-d7eb624b]{height:calc(100vh - 8rem)}.FrameMenu .MenuArea .menuItem[data-v-d7eb624b]{height:2.75rem;transition:var(--trans-all)}.FrameMenu .MenuArea .menuItem[data-v-d7eb624b]:hover{background-color:var(--color-bg-menu-item-hover)}.FrameMenu .MenuArea .menuItem.active[data-v-d7eb624b]:hover{background-color:var(--color-primary);opacity:.8}.FrameMenu .MenuArea .menuItem.active .itemIcon[data-v-d7eb624b]{color:var(--color-on-primary-text)}.FrameMenu .MenuArea .childrenItem[data-v-d7eb624b]{transition:var(--trans-all)}.FrameMenu .MenuArea .childrenItem[data-v-d7eb624b]:hover{background-color:var(--color-bg-menu-children-item-hover)}.FrameMenu .MenuArea .childrenItem.active[data-v-d7eb624b]:hover{background-color:var(--color-primary);opacity:.8}.FrameMenu .MenuArea .itemChildrenArea[data-v-d7eb624b]{background-color:var(--color-bg-menu-children)}.FrameMenu .MenuArea .itemTitle.active[data-v-d7eb624b]{color:var(--color-on-primary-text)}.FrameMenu.collapse[data-v-d7eb624b]{width:4rem}.FrameMenu.collapse .collapseArea[data-v-d7eb624b]{right:1.5rem;display:none}.FrameMenu.collapse .LogoArea .logo[data-v-d7eb624b]{display:none}.FrameMenu.collapse .LogoArea .logomini[data-v-d7eb624b]{display:block;transition:opacity var(--trans)}.FrameMenu.collapse .MenuArea .menuItem.activeChild[data-v-d7eb624b]{position:relative;isolation:isolate}.FrameMenu.collapse .MenuArea .menuItem.activeChild[data-v-d7eb624b]:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;opacity:.25;background-color:var(--color-primary);transform:translateY(20%);pointer-events:none;filter:blur(.625rem);z-index:-1}.FrameMenu.collapse .MenuArea .itemChildrenArea[data-v-d7eb624b]{display:none}.FrameFooter[data-v-c3ba0162]{display:flex;height:3rem;padding:.5rem 1rem;gap:.5rem;font-size:14px}.FrameRightMenu[data-v-388539e5]{position:fixed;z-index:3000;min-width:10rem;max-width:calc(100vw - 1rem);padding:.25rem;border:var(--border-d);border-radius:.375rem;background-color:var(--color-bg-menu);box-shadow:0 .75rem 2rem #00000024,0 .125rem .5rem #00000014;color:var(--color-txt-p);-webkit-user-select:none;user-select:none}.FrameRightMenu .menuItem[data-v-388539e5]{display:flex;align-items:center;gap:.5rem;width:100%;min-height:2rem;padding:0 .75rem;border:none;border-radius:.25rem;background:transparent;color:inherit;cursor:pointer;font-size:.75rem;line-height:1;text-align:left;transition:var(--trans-all);white-space:nowrap}.FrameRightMenu .menuItem[data-v-388539e5]:hover{background-color:var(--color-bg-menu-item-hover);color:var(--color-primary)}.FrameRightMenu .menuItem.disabled[data-v-388539e5]{color:var(--color-txt-gray);cursor:not-allowed;opacity:.6}.FrameRightMenu .menuItem.disabled[data-v-388539e5]:hover{background:transparent;color:var(--color-txt-gray)}.FrameRightMenu .menuIcon[data-v-388539e5]{flex-shrink:0;width:1rem;font-size:.875rem;line-height:1;text-align:center}.FrameRightMenu .menuLabel[data-v-388539e5]{overflow:hidden;text-overflow:ellipsis}.FrameRightMenu .menuDivider[data-v-388539e5]{height:1px;margin:.25rem;background-color:var(--color-border)}.FrameRightMenuFade-enter-active[data-v-388539e5],.FrameRightMenuFade-leave-active[data-v-388539e5]{transition:opacity var(--trans),transform var(--trans)}.FrameRightMenuFade-enter-from[data-v-388539e5],.FrameRightMenuFade-leave-to[data-v-388539e5]{opacity:0;transform:translateY(-.125rem)}.MvcFrame[data-v-ae3008b4]{display:flex}.MvcFrame .PageArea[data-v-ae3008b4]{flex-grow:1;position:relative;min-height:0}.MvcList[data-v-cb49a0b9]{display:flex;flex-direction:column;width:100%;min-height:0;flex:1 1 auto;height:100%;-webkit-user-select:none;user-select:none}.MvcList .listViewport[data-v-cb49a0b9]{position:relative;flex:1 1 auto;min-height:0;overflow:hidden}.MvcList .listScroll[data-v-cb49a0b9]{position:relative;box-sizing:border-box;height:100%;max-height:100%}.MvcList .listItem[data-v-cb49a0b9]{padding:.5rem;margin-block-end:.25rem}.MvcList .listItem[data-v-cb49a0b9]:last-child{margin-block-end:0}.MvcList .listItem[data-v-cb49a0b9]{font-size:.75rem;line-height:1.5;color:var(--color-txt-p);background:transparent;border-radius:.25rem;cursor:pointer;transition:var(--trans-all)}.MvcList .listItem[data-v-cb49a0b9]:hover:not(.active):not(.isDisabled){background:var(--color-bg-menu-item-hover)}.MvcList .listItem.active[data-v-cb49a0b9]{position:sticky!important;top:0;color:var(--color-on-primary-text);background:var(--color-primary);z-index:9;position:relative;isolation:isolate}.MvcList .listItem.active[data-v-cb49a0b9]:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;opacity:.25;background-color:var(--color-primary);transform:translateY(20%);pointer-events:none;filter:blur(.625rem);z-index:-1}.MvcList .listItem.isDisabled[data-v-cb49a0b9]{opacity:.5;cursor:not-allowed}.MvcList.sizeSmall .listItem[data-v-cb49a0b9]{padding:.25rem .375rem;margin-block-end:.125rem;font-size:.6875rem;border-radius:.1875rem}.MvcList.sizeSmall .listItem[data-v-cb49a0b9]:last-child{margin-block-end:0}.MvcList.sizeLarge .listItem[data-v-cb49a0b9]{padding:.625rem .75rem;margin-block-end:.5rem;font-size:.875rem;border-radius:.375rem}.MvcList.sizeLarge .listItem[data-v-cb49a0b9]:last-child{margin-block-end:0}.loadingFade-enter-active[data-v-89f58c94],.loadingFade-leave-active[data-v-89f58c94]{transition:opacity var(--trans)}.loadingFade-enter-from[data-v-89f58c94],.loadingFade-leave-to[data-v-89f58c94]{opacity:0}.MvcLoading[data-v-89f58c94]{pointer-events:auto;-webkit-backdrop-filter:blur(.25rem);backdrop-filter:blur(.25rem)}.loaderTxt[data-v-89f58c94]{max-width:15rem;word-break:break-word}.MvcLogin[data-v-6faa6992]{background-color:var(--color-bg-body)}.panelWrap[data-v-6faa6992]{background-color:var(--color-bg-menu);box-shadow:0 .25rem 1rem #0000000f}.qr-dingtalk[data-v-6faa6992]{background:#0089ff}.qr-feishu[data-v-6faa6992]{background:#3370ff}.qr-wechat[data-v-6faa6992]{background:#07c160}.oauthGoogle[data-v-6faa6992]{display:flex;align-items:center;justify-content:center;gap:.75rem;min-height:2.5rem;padding:.5rem 1rem;box-sizing:border-box;background:#fff;border:1px solid #747775;border-radius:.25rem;font-family:Roboto,system-ui,-apple-system,Segoe UI,sans-serif;font-size:.875rem;font-weight:500;line-height:1.25;color:#1f1f1f;cursor:pointer;transition:var(--trans-all)}.oauthGoogle[data-v-6faa6992]:hover:not(:disabled){box-shadow:0 1px 2px #3c40434d,0 1px 3px 1px #3c404326}.oauthGoogle[data-v-6faa6992]:disabled{opacity:.38;cursor:not-allowed}.oauthGoogle[data-v-6faa6992]:focus-visible{outline:2px solid #4285f4;outline-offset:2px}.oauthApple[data-v-6faa6992]{display:flex;align-items:center;justify-content:center;gap:.5rem;min-height:2.5rem;padding:.5rem 1rem;box-sizing:border-box;background:#000;border:none;border-radius:.375rem;font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,Helvetica Neue,sans-serif;font-size:1.0625rem;font-weight:600;line-height:1.2;color:#fff;cursor:pointer;transition:var(--trans-all)}.oauthApple[data-v-6faa6992]:hover:not(:disabled){opacity:.88}.oauthApple[data-v-6faa6992]:disabled{opacity:.3;cursor:not-allowed}.oauthApple[data-v-6faa6992]:focus-visible{outline:2px solid #fff;outline-offset:2px}.MvcNote[data-v-e3e84cc8]{position:relative;padding:.5rem 1rem;background-color:var(--color-bg-menu);font-size:.875rem;border-radius:0 .5rem .5rem 0}.MvcNote[data-v-e3e84cc8]:hover:before{opacity:1}.MvcNote[data-v-e3e84cc8]:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;opacity:0;pointer-events:none;border-radius:0 .5rem .5rem 0;border:1px solid var(--color-gray);transition:opacity var(--trans)}.MvcPage[data-v-060130ad]{position:relative;display:flex;flex-direction:column;min-height:calc(100vh - 3rem);z-index:1}.MvcPage .PageHeader[data-v-060130ad]{position:sticky;display:flex;align-items:center;justify-content:space-between;padding:.5rem 1rem;min-height:4rem;border-bottom:var(--border-d);background-color:var(--color-bg-page-header);z-index:9}.MvcPage .PageHeader .PageHeaderTitle[data-v-060130ad]{margin:0}.MvcPage .PageHeader .PageHeaderSubTitle[data-v-060130ad]{margin:0;font-size:.875rem;color:var(--color-txt-p)}.MvcPage .PageBody[data-v-060130ad]{position:relative;display:flex;flex-direction:column;flex:1 1 auto;min-height:0;background-color:var(--color-bg-page-body);z-index:2}.MvcPage.hasTab .PageHeader[data-v-060130ad]{top:2.25rem}.ghost[data-v-1927ce52]{cursor:grabbing}.typeItem[data-v-1927ce52]{cursor:pointer}.typeItem[data-v-1927ce52]:hover{background-color:var(--mg-gray3)}.typeItem.active[data-v-1927ce52]{color:var(--mg-white);background-color:var(--mg-primary)}.columnItem[data-v-1927ce52]:hover{background-color:var(--mg-gray3)}.columnItem .fixedBtn[data-v-1927ce52]{cursor:pointer}.columnItem .fixedBtn[data-v-1927ce52]:hover{background-color:var(--mg-primary1)}.MainTable[data-v-f79bf58d]{max-width:calc(100% + 2px);width:calc(100% + 2px);margin:0 -1px}[data-v-e6e80c47] .el-textarea__inner{box-sizing:border-box}.ghost[data-v-73161392]{cursor:grabbing}.typeItem[data-v-73161392]{cursor:pointer}.typeItem[data-v-73161392]:hover{background-color:var(--mg-gray3)}.typeItem.active[data-v-73161392]{color:var(--color-txt-white);background-color:var(--color-bg-menu-item-active);position:relative;isolation:isolate}.typeItem.active[data-v-73161392]:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;opacity:.25;background-color:var(--color-primary);transform:translateY(20%);pointer-events:none;filter:blur(.625rem);z-index:-1}.columnItem[data-v-73161392]:hover{background-color:var(--color-bg-menu-item-hover)}.columnItem .fixedBtn[data-v-73161392]{cursor:pointer}.columnItem .fixedBtn[data-v-73161392]:hover{background-color:var(--mg-primary1)}.tableFooter[data-v-a13ba899]{margin-block-start:-1px;border-block-start:var(--border-d);border-radius:0 0 .5rem .5rem}.vtableHost[data-v-a13ba899]{min-height:10rem;background-color:var(--color-white)}.vtableHostFill[data-v-a13ba899]{height:100%}.treeCellLoadMask[data-v-a13ba899]{z-index:10;box-sizing:border-box;pointer-events:auto;cursor:wait;background-color:#ffffffb8;border-radius:.125rem}.treeCellLoadMask .loadMaskIcon[data-v-a13ba899]{pointer-events:none}
package/dist/vendor.js CHANGED
@@ -2,9 +2,9 @@ import { u as Ol } from "./util.js";
2
2
  import { d as Ml } from "./directive.js";
3
3
  import { s as Qe, p as el, a as $l } from "./store-shared.js";
4
4
  import { createRouter as zl, createWebHistory as El, useRoute as ll, useRouter as al } from "vue-router";
5
- import { computed as k, openBlock as S, createElementBlock as $, mergeProps as le, unref as n, Fragment as ee, renderList as oe, normalizeClass as B, createCommentVNode as U, createTextVNode as ae, toDisplayString as E, renderSlot as J, createElementVNode as u, reactive as W, onUnmounted as ce, watch as ne, markRaw as we, resolveComponent as I, createVNode as N, withCtx as L, createBlock as q, resolveDynamicComponent as tl, nextTick as de, getCurrentInstance as ue, ref as Z, onMounted as te, normalizeStyle as se, defineComponent as ol, cloneVNode as Ie, h as Ve, inject as ge, withModifiers as me, defineAsyncComponent as nl, Teleport as Ll, Transition as sl, createSlots as pe, normalizeProps as Te, guardReactiveProps as xe, useSlots as jl, useAttrs as be, withKeys as Pl, createStaticVNode as Nl, isRef as rl, onBeforeMount as Rl } from "vue";
5
+ import { computed as k, openBlock as S, createElementBlock as $, mergeProps as le, unref as n, Fragment as ee, renderList as oe, normalizeClass as V, createCommentVNode as U, createTextVNode as ae, toDisplayString as E, renderSlot as J, createElementVNode as u, reactive as W, onUnmounted as ce, watch as ne, markRaw as we, resolveComponent as I, createVNode as N, withCtx as L, createBlock as q, resolveDynamicComponent as tl, nextTick as de, getCurrentInstance as ue, ref as Z, onMounted as te, normalizeStyle as se, defineComponent as ol, cloneVNode as Ie, h as Be, inject as ge, withModifiers as me, defineAsyncComponent as nl, Teleport as Ll, Transition as sl, createSlots as pe, normalizeProps as Te, guardReactiveProps as xe, useSlots as jl, useAttrs as be, withKeys as Pl, createStaticVNode as Nl, isRef as rl, onBeforeMount as Rl } from "vue";
6
6
  /* empty css */
7
- import { deepEqual as Be, isInView as Dl, loadMvframeTheme as Il, MVFRAME_STORAGE_LANG as Fe, download as Vl, useRemoteSummary as Bl, useOptions as Fl, useLang as Ul } from "./composition.js";
7
+ import { deepEqual as Ve, isInView as Dl, loadMvframeTheme as Il, MVFRAME_STORAGE_LANG as Fe, download as Bl, useRemoteSummary as Vl, useOptions as Fl, useLang as Ul } from "./composition.js";
8
8
  import Ue from "vuedraggable";
9
9
  import Gl from "./notify.js";
10
10
  const Kl = {
@@ -1139,7 +1139,7 @@ const Da = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1139
1139
  campany: "MStars All Rights Reserved.",
1140
1140
  copyright: "© 2026 mstars.ai",
1141
1141
  email: "info@mstars.ai"
1142
- }, Va = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1142
+ }, Ba = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1143
1143
  __proto__: null,
1144
1144
  default: Ia
1145
1145
  }, Symbol.toStringTag, { value: "Module" })), Ge = Object.freeze([
@@ -3594,7 +3594,7 @@ function Je(e) {
3594
3594
  }
3595
3595
  return Object.freeze(o);
3596
3596
  }
3597
- function Ba(e) {
3597
+ function Va(e) {
3598
3598
  const o = /* @__PURE__ */ Object.create(null);
3599
3599
  for (const l of e) {
3600
3600
  const a = l == null ? void 0 : l.children;
@@ -3610,7 +3610,7 @@ const Fa = Object.freeze({
3610
3610
  all: Ge,
3611
3611
  allObj: Je(Ge),
3612
3612
  group: Ke,
3613
- groupObj: Ba(Ke),
3613
+ groupObj: Va(Ke),
3614
3614
  asa: He,
3615
3615
  asaObj: Je(He)
3616
3616
  }), Ua = {
@@ -3634,7 +3634,7 @@ const Fa = Object.freeze({
3634
3634
  ],
3635
3635
  /** `common/timezone.js`:Ads Manager 时区整点偏移选项与工具方法 */
3636
3636
  ...Da,
3637
- meta: Va,
3637
+ meta: Ba,
3638
3638
  /** `common/country/`:国家/地区列表与分组,含 `*Obj` 映射 */
3639
3639
  country: Fa
3640
3640
  }, Ga = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
@@ -4060,7 +4060,7 @@ function De(e) {
4060
4060
  }
4061
4061
  De.lang = Za;
4062
4062
  De.jump = (e) => Se(he(Ne(e)));
4063
- function Vs(e) {
4063
+ function Bs(e) {
4064
4064
  !e || typeof e != "object" || Array.isArray(e) || (Le = Re(je(), e));
4065
4065
  }
4066
4066
  function Xa(e, o = {}) {
@@ -4195,7 +4195,7 @@ function _e(e, o) {
4195
4195
  }
4196
4196
  c.appendChild(_), t > 0 && (b = window.setTimeout(g, t));
4197
4197
  }
4198
- function Bs() {
4198
+ function Vs() {
4199
4199
  return {
4200
4200
  success: (e) => _e("success", e),
4201
4201
  warning: (e) => _e("warning", e),
@@ -4306,13 +4306,13 @@ const ye = (e) => {
4306
4306
  (S(!0), $(ee, null, oe(n(c), (g) => (S(), $("button", {
4307
4307
  key: g.value,
4308
4308
  type: "button",
4309
- class: B(["btnItem", { isActive: t(g) }]),
4309
+ class: V(["btnItem", { isActive: t(g) }]),
4310
4310
  disabled: l.disabled || g.disabled,
4311
4311
  onClick: (T) => s(g)
4312
4312
  }, [
4313
4313
  g.icon ? (S(), $("i", {
4314
4314
  key: 0,
4315
- class: B([[g.icon, l.iconClass], "noShrink fs16"]),
4315
+ class: V([[g.icon, l.iconClass], "noShrink fs16"]),
4316
4316
  "aria-hidden": "true"
4317
4317
  }, null, 2)) : U("", !0),
4318
4318
  ae(" " + E(b.$l(g.label)), 1)
@@ -4368,18 +4368,18 @@ const ye = (e) => {
4368
4368
  }, l.$attrs), [
4369
4369
  o.title || l.$slots.header ? (S(), $("div", {
4370
4370
  key: 0,
4371
- class: B(["header", o.headerClass])
4371
+ class: V(["header", o.headerClass])
4372
4372
  }, [
4373
4373
  l.$slots.header ? J(l.$slots, "header", { key: 0 }, void 0, !0) : o.title ? (S(), $("span", it, E(o.title), 1)) : U("", !0)
4374
4374
  ], 2)) : U("", !0),
4375
4375
  u("div", {
4376
- class: B(["body", o.bodyClass])
4376
+ class: V(["body", o.bodyClass])
4377
4377
  }, [
4378
4378
  J(l.$slots, "default", {}, void 0, !0)
4379
4379
  ], 2),
4380
4380
  l.$slots.footer ? (S(), $("div", {
4381
4381
  key: 1,
4382
- class: B(["footer", o.footerClass])
4382
+ class: V(["footer", o.footerClass])
4383
4383
  }, [
4384
4384
  J(l.$slots, "footer", {}, void 0, !0)
4385
4385
  ], 2)) : U("", !0)
@@ -4427,7 +4427,7 @@ const ye = (e) => {
4427
4427
  }), s = o, c = () => {
4428
4428
  t.mounted = !0;
4429
4429
  }, _ = () => {
4430
- s("update:current", ""), t.mounted = !1, V.value ? t.drawerInfo = a() : de(() => {
4430
+ s("update:current", ""), t.mounted = !1, B.value ? t.drawerInfo = a() : de(() => {
4431
4431
  delete t.drawerInfo.cpt;
4432
4432
  });
4433
4433
  }, A = () => {
@@ -4446,7 +4446,7 @@ const ye = (e) => {
4446
4446
  t.dragMode = !1, y();
4447
4447
  }, y = () => {
4448
4448
  document.removeEventListener("mousemove", g), document.removeEventListener("mouseup", T);
4449
- }, z = k(() => !!t.drawerInfo.title), V = k(() => !l.keepalive);
4449
+ }, z = k(() => !!t.drawerInfo.title), B = k(() => !l.keepalive);
4450
4450
  return ce(() => {
4451
4451
  y();
4452
4452
  }), ne(
@@ -4476,15 +4476,15 @@ const ye = (e) => {
4476
4476
  size: n(t).drawerInfo.size,
4477
4477
  height: n(t).drawerInfo.height,
4478
4478
  direction: n(t).drawerInfo.direction,
4479
- "destroy-on-close": n(V),
4479
+ "destroy-on-close": n(B),
4480
4480
  onClosed: _,
4481
4481
  onOpened: b,
4482
- class: B(n(t).dragMode && "notransition noevent noselect")
4482
+ class: V(n(t).dragMode && "notransition noevent noselect")
4483
4483
  }, {
4484
4484
  default: L(() => [
4485
4485
  u("div", bt, [
4486
4486
  u("div", {
4487
- class: B(["dragHandle", n(t).dragMode && "active"]),
4487
+ class: V(["dragHandle", n(t).dragMode && "active"]),
4488
4488
  onMousedown: i
4489
4489
  }, [...p[1] || (p[1] = [
4490
4490
  u("i", { class: "imicon im-handle fs12" }, null, -1)
@@ -4600,17 +4600,17 @@ const ye = (e) => {
4600
4600
  };
4601
4601
  });
4602
4602
  return (T, y) => {
4603
- const z = I("Loading"), V = I("el-scrollbar"), m = I("el-button");
4603
+ const z = I("Loading"), B = I("el-scrollbar"), m = I("el-button");
4604
4604
  return S(), $(ee, null, [
4605
4605
  u("div", {
4606
- class: B(["MvcDrawerBody VAfter", n(i)]),
4606
+ class: V(["MvcDrawerBody VAfter", n(i)]),
4607
4607
  style: se(n(g))
4608
4608
  }, [
4609
4609
  N(z, {
4610
4610
  loading: a.loading,
4611
4611
  txt: a.loadingTxt
4612
4612
  }, null, 8, ["loading", "txt"]),
4613
- a.noscroll ? J(T.$slots, "default", { key: 0 }, void 0, !0) : (S(), q(V, {
4613
+ a.noscroll ? J(T.$slots, "default", { key: 0 }, void 0, !0) : (S(), q(B, {
4614
4614
  key: 1,
4615
4615
  ref_key: "scrollbar",
4616
4616
  ref: s,
@@ -4624,7 +4624,7 @@ const ye = (e) => {
4624
4624
  ], 6),
4625
4625
  a.nofooter ? U("", !0) : (S(), $("div", {
4626
4626
  key: 0,
4627
- class: B(["drawerFooter relative flexMode vc hb h64", a.footerClass])
4627
+ class: V(["drawerFooter relative flexMode vc hb h64", a.footerClass])
4628
4628
  }, [
4629
4629
  T.$slots.footer ? J(T.$slots, "footer", { key: 0 }, void 0, !0) : (S(), $("div", gt, [
4630
4630
  T.$slots.cancel ? J(T.$slots, "cancel", { key: 0 }, void 0, !0) : a.showCancel ? (S(), q(m, {
@@ -4635,7 +4635,7 @@ const ye = (e) => {
4635
4635
  }, {
4636
4636
  icon: L(() => [
4637
4637
  u("i", {
4638
- class: B(["imicon", a.cancelIcon])
4638
+ class: V(["imicon", a.cancelIcon])
4639
4639
  }, null, 2)
4640
4640
  ]),
4641
4641
  default: L(() => [
@@ -4652,7 +4652,7 @@ const ye = (e) => {
4652
4652
  }, {
4653
4653
  icon: L(() => [
4654
4654
  u("i", {
4655
- class: B(["imicon", a.confirmIcon])
4655
+ class: V(["imicon", a.confirmIcon])
4656
4656
  }, null, 2)
4657
4657
  ]),
4658
4658
  default: L(() => [
@@ -4704,13 +4704,13 @@ const Ct = ol({
4704
4704
  const g = ((i = (b = t.props.label).$l) == null ? void 0 : i.call(b)) || t.props.label;
4705
4705
  if (c === "Array") {
4706
4706
  const T = l(s);
4707
- return qe(T, s) ? Ie(t, { label: g }) : Ve(t.type, { ...t.props || {}, label: g }, T);
4707
+ return qe(T, s) ? Ie(t, { label: g }) : Be(t.type, { ...t.props || {}, label: g }, T);
4708
4708
  }
4709
4709
  return Ie(t, { label: g });
4710
4710
  }
4711
4711
  if (c === "Array") {
4712
4712
  const g = l(s);
4713
- return qe(g, s) ? t : Ve(t.type, t.props, g);
4713
+ return qe(g, s) ? t : Be(t.type, t.props, g);
4714
4714
  }
4715
4715
  return t;
4716
4716
  }
@@ -4760,7 +4760,7 @@ const Ct = ol({
4760
4760
  return ne(
4761
4761
  () => t.form,
4762
4762
  (i) => {
4763
- i && !Be(i, a.modelValue) && c("update:modelValue", i);
4763
+ i && !Ve(i, a.modelValue) && c("update:modelValue", i);
4764
4764
  },
4765
4765
  {
4766
4766
  deep: !0
@@ -4768,7 +4768,7 @@ const Ct = ol({
4768
4768
  ), ne(
4769
4769
  () => a.modelValue,
4770
4770
  (i) => {
4771
- i && !Be(i, t.form) && (t.form = i);
4771
+ i && !Ve(i, t.form) && (t.form = i);
4772
4772
  },
4773
4773
  {
4774
4774
  immediate: !0,
@@ -4819,7 +4819,7 @@ const Ct = ol({
4819
4819
  i(), y();
4820
4820
  });
4821
4821
  const i = () => {
4822
- b.$el.addEventListener("scroll", V);
4822
+ b.$el.addEventListener("scroll", B);
4823
4823
  }, g = (f) => {
4824
4824
  let O = f == null ? void 0 : f.parentElement;
4825
4825
  for (; O && O !== document.body; ) {
@@ -4843,7 +4843,7 @@ const Ct = ol({
4843
4843
  }, z = () => {
4844
4844
  const f = localStorage.getItem("tabsScroll");
4845
4845
  f && (b.$el.scrollLeft = Number(f));
4846
- }, V = (f) => {
4846
+ }, B = (f) => {
4847
4847
  let O = null;
4848
4848
  O !== null && clearTimeout(O), O = setTimeout(function() {
4849
4849
  const { scrollLeft: M } = f.target;
@@ -4926,13 +4926,13 @@ const Ct = ol({
4926
4926
  });
4927
4927
  }
4928
4928
  ), ce(() => {
4929
- b.$el.removeEventListener("scroll", V), a == null || a(), a = null;
4929
+ b.$el.removeEventListener("scroll", B), a == null || a(), a = null;
4930
4930
  }), (f, O) => (S(), $("div", Mt, [
4931
4931
  u("div", $t, [
4932
4932
  (S(!0), $(ee, null, oe(n(v), (M, j) => (S(), $("div", {
4933
4933
  key: M.name,
4934
4934
  id: `tab_${M.name}`,
4935
- class: B(["tabItem relative flexMode vc g4 noShrink h32 p0-8 fs12 radius4 point noselect", [
4935
+ class: V(["tabItem relative flexMode vc g4 noShrink h32 p0-8 fs12 radius4 point noselect", [
4936
4936
  M.name === n(w) && "active",
4937
4937
  n(v).length > 1 && "hoverItem"
4938
4938
  ]]),
@@ -4942,7 +4942,7 @@ const Ct = ol({
4942
4942
  }, [
4943
4943
  M.icon ? (S(), $("i", {
4944
4944
  key: 0,
4945
- class: B(["imicon", M.icon])
4945
+ class: V(["imicon", M.icon])
4946
4946
  }, null, 2)) : U("", !0),
4947
4947
  ae(" " + E(M.meta.title) + " ", 1),
4948
4948
  u("div", {
@@ -4956,7 +4956,7 @@ const Ct = ol({
4956
4956
  ])
4957
4957
  ]));
4958
4958
  }
4959
- }), jt = /* @__PURE__ */ Q(Lt, [["__scopeId", "data-v-e9bf80ea"]]), Pt = { class: "LogoArea flexMode vc h64 p0-16 relative" }, Nt = { class: "logo" }, Rt = { class: "logomini" }, Dt = { class: "MenuArea p4 yscroll" }, It = ["onClick"], Vt = { class: "itemIcon w24 txt-c txt-tip fs18" }, Bt = { key: 1 }, Ft = {
4959
+ }), jt = /* @__PURE__ */ Q(Lt, [["__scopeId", "data-v-e9bf80ea"]]), Pt = { class: "LogoArea flexMode vc h64 p0-16 relative" }, Nt = { class: "logo" }, Rt = { class: "logomini" }, Dt = { class: "MenuArea p4 yscroll" }, It = ["onClick"], Bt = { class: "itemIcon w24 txt-c txt-tip fs18" }, Vt = { key: 1 }, Ft = {
4960
4960
  key: 0,
4961
4961
  class: "itemChildrenArea mt2 p4"
4962
4962
  }, Ut = ["onClick"], Gt = { class: "itemIcon w24 txt-c txt-tip fs18" }, Kt = { class: "h64 p8-4" }, Ht = { class: "flexMode vc g8 p8-16 radius4 hover" }, Jt = /* @__PURE__ */ Object.assign({
@@ -5001,7 +5001,7 @@ const Ct = ol({
5001
5001
  }, z = (d) => {
5002
5002
  const C = T(d);
5003
5003
  C != null && C.name && s.push({ name: C.name });
5004
- }, V = () => {
5004
+ }, B = () => {
5005
5005
  const d = { ...t.query, _: Date.now() }, C = t.name ? { name: t.name, params: t.params, query: d } : { path: t.path, query: d };
5006
5006
  s.replace(C).catch(() => {
5007
5007
  });
@@ -5041,7 +5041,7 @@ const Ct = ol({
5041
5041
  }), (d, C) => {
5042
5042
  const v = I("el-popconfirm");
5043
5043
  return S(), $("div", {
5044
- class: B(["FrameMenu sticky vh100 noselect noShrink", n(a).collapse && "collapse"])
5044
+ class: V(["FrameMenu sticky vh100 noselect noShrink", n(a).collapse && "collapse"])
5045
5045
  }, [
5046
5046
  u("div", Pt, [
5047
5047
  u("div", Nt, [
@@ -5055,7 +5055,7 @@ const Ct = ol({
5055
5055
  onClick: C[0] || (C[0] = (w) => i(n(a).collapse))
5056
5056
  }, [
5057
5057
  u("i", {
5058
- class: B(["imicon fs20", n(x)])
5058
+ class: V(["imicon fs20", n(x)])
5059
5059
  }, null, 2)
5060
5060
  ])
5061
5061
  ]),
@@ -5067,22 +5067,22 @@ const Ct = ol({
5067
5067
  class: "menuItemWrap mb2"
5068
5068
  }, [
5069
5069
  u("div", {
5070
- class: B(["menuItem flexMode vc g8 radius4 p0-16", [
5070
+ class: V(["menuItem flexMode vc g8 radius4 p0-16", [
5071
5071
  n(t).name === w.name && "active bg-primary",
5072
5072
  n(a).collapse && "hc",
5073
5073
  n(a).collapse && y(w) && "activeChild"
5074
5074
  ]]),
5075
5075
  onClick: (M) => z(w),
5076
- onDblclick: V
5076
+ onDblclick: B
5077
5077
  }, [
5078
- u("div", Vt, [
5078
+ u("div", Bt, [
5079
5079
  w.meta.icon ? (S(), $("i", {
5080
5080
  key: 0,
5081
- class: B([l.iconClass, w.meta.icon])
5082
- }, null, 2)) : (S(), $("span", Bt, E(((f = w.meta.title) == null ? void 0 : f.substr(0, 1)) || "U"), 1))
5081
+ class: V([l.iconClass, w.meta.icon])
5082
+ }, null, 2)) : (S(), $("span", Vt, E(((f = w.meta.title) == null ? void 0 : f.substr(0, 1)) || "U"), 1))
5083
5083
  ]),
5084
5084
  u("div", {
5085
- class: B(["itemTitle txt-nowrap fs14", [
5085
+ class: V(["itemTitle txt-nowrap fs14", [
5086
5086
  n(t).name === w.name && "active",
5087
5087
  n(a).collapse && "hide"
5088
5088
  ]])
@@ -5091,18 +5091,18 @@ const Ct = ol({
5091
5091
  (O = w.children) != null && O.length ? (S(), $("div", Ft, [
5092
5092
  (S(!0), $(ee, null, oe(w.children, (M, j) => (S(), $("div", {
5093
5093
  key: j,
5094
- class: B(["childrenItem flexMode vc g8 radius4 h40 p0-16", n(t).name === M.name && "active bg-primary"]),
5094
+ class: V(["childrenItem flexMode vc g8 radius4 h40 p0-16", n(t).name === M.name && "active bg-primary"]),
5095
5095
  onClick: (F) => z(M),
5096
- onDblclick: V
5096
+ onDblclick: B
5097
5097
  }, [
5098
5098
  u("div", Gt, [
5099
5099
  M.meta.icon ? (S(), $("i", {
5100
5100
  key: 0,
5101
- class: B([l.iconClass, M.meta.icon])
5101
+ class: V([l.iconClass, M.meta.icon])
5102
5102
  }, null, 2)) : U("", !0)
5103
5103
  ]),
5104
5104
  u("div", {
5105
- class: B(["itemTitle txt-nowrap fs14", [
5105
+ class: V(["itemTitle txt-nowrap fs14", [
5106
5106
  n(t).name === M.name && "active",
5107
5107
  n(a).collapse && "hide"
5108
5108
  ]])
@@ -5122,7 +5122,7 @@ const Ct = ol({
5122
5122
  u("div", Ht, [
5123
5123
  C[1] || (C[1] = u("i", { class: "imicon im-power fs24" }, null, -1)),
5124
5124
  u("span", {
5125
- class: B(["fs14", n(a).collapse && "hide"])
5125
+ class: V(["fs14", n(a).collapse && "hide"])
5126
5126
  }, E(n(_).userinfo[l.usernameKey]), 3)
5127
5127
  ])
5128
5128
  ]),
@@ -5234,7 +5234,7 @@ const Ct = ol({
5234
5234
  !p.value || (C = a.value) != null && C.contains(d.target) || b();
5235
5235
  }, T = (d) => {
5236
5236
  d.key === "Escape" && b();
5237
- }, y = (d) => typeof d.disabled == "function" ? d.disabled(d) : !!d.disabled, z = (d, C) => d.value ?? d.label ?? C, V = (d) => {
5237
+ }, y = (d) => typeof d.disabled == "function" ? d.disabled(d) : !!d.disabled, z = (d, C) => d.value ?? d.label ?? C, B = (d) => {
5238
5238
  var C, v;
5239
5239
  if (!y(d))
5240
5240
  try {
@@ -5291,13 +5291,13 @@ const Ct = ol({
5291
5291
  v.divider ? (S(), $("div", ao)) : (S(), $("button", {
5292
5292
  key: 1,
5293
5293
  type: "button",
5294
- class: B(["menuItem", { disabled: y(v) }]),
5294
+ class: V(["menuItem", { disabled: y(v) }]),
5295
5295
  disabled: y(v),
5296
- onClick: (D) => V(v)
5296
+ onClick: (D) => B(v)
5297
5297
  }, [
5298
5298
  v.icon ? (S(), $("i", {
5299
5299
  key: 0,
5300
- class: B(["imicon menuIcon", v.icon])
5300
+ class: V(["imicon menuIcon", v.icon])
5301
5301
  }, null, 2)) : U("", !0),
5302
5302
  u("span", oo, E(v.label), 1)
5303
5303
  ], 10, to))
@@ -5338,12 +5338,12 @@ const Ct = ol({
5338
5338
  const c = () => {
5339
5339
  Il(), _();
5340
5340
  }, _ = () => {
5341
- var g, T, y, z, V, m;
5341
+ var g, T, y, z, B, m;
5342
5342
  if ((T = (g = globalThis.$config) == null ? void 0 : g.iconfont) != null && T.url) {
5343
5343
  const p = document.createElement("script");
5344
5344
  if (p.id = "iconfont", p.type = "text/javascript", p.src = (z = (y = globalThis.$config) == null ? void 0 : y.iconfont) == null ? void 0 : z.url, document.getElementById("iconfont"))
5345
5345
  return;
5346
- document.head.appendChild(p), (m = (V = globalThis.$config) == null ? void 0 : V.iconfont) == null || delete m.url;
5346
+ document.head.appendChild(p), (m = (B = globalThis.$config) == null ? void 0 : B.iconfont) == null || delete m.url;
5347
5347
  }
5348
5348
  }, A = (g) => {
5349
5349
  l.collapse = g;
@@ -5481,13 +5481,14 @@ const Ct = ol({
5481
5481
  _.isComposing || m(f);
5482
5482
  }, z = (f) => {
5483
5483
  _.focused = !0, A("focus", f);
5484
- }, V = (f) => {
5484
+ }, B = (f) => {
5485
5485
  _.focused = !1, A("blur", f);
5486
5486
  }, m = (f) => {
5487
5487
  A("update:modelValue", f), A("input", f);
5488
5488
  }, p = k(() => !!(b.$attrs.maxlength || x.value)), x = k(() => b.$attrs.max), d = k(() => String(_.val ?? "").length > 0), C = k(() => !!t.placeholder), v = k(
5489
5489
  () => l.materialLabel && (_.focused || d.value || C.value)
5490
5490
  ), w = k(() => ({
5491
+ [t.class]: !!t.class,
5491
5492
  hasLabel: !!l.label,
5492
5493
  isMaterialLabel: !!(l.label && l.materialLabel),
5493
5494
  isTopLabel: !!(l.label && !l.materialLabel),
@@ -5509,7 +5510,7 @@ const Ct = ol({
5509
5510
  }), (f, O) => {
5510
5511
  const M = I("el-input");
5511
5512
  return S(), $("div", {
5512
- class: B(["MvcField MvcFieldInput", n(w)]),
5513
+ class: V(["MvcField MvcFieldInput", n(w)]),
5513
5514
  style: se(n(D))
5514
5515
  }, [
5515
5516
  l.label ? (S(), $("label", mo, E(l.label), 1)) : U("", !0),
@@ -5524,7 +5525,7 @@ const Ct = ol({
5524
5525
  }, n(i), {
5525
5526
  onInput: y,
5526
5527
  onFocus: z,
5527
- onBlur: V
5528
+ onBlur: B
5528
5529
  }), pe({ _: 2 }, [
5529
5530
  oe(n(a), (j, F) => ({
5530
5531
  name: F,
@@ -5700,12 +5701,12 @@ const Ct = ol({
5700
5701
  }, i.$attrs), [
5701
5702
  u("div", Co, [
5702
5703
  u("div", {
5703
- class: B(["listScroll yscroll", l.listClass]),
5704
+ class: V(["listScroll yscroll", l.listClass]),
5704
5705
  role: "listbox"
5705
5706
  }, [
5706
5707
  (S(!0), $(ee, null, oe(n(_), (y) => (S(), $("div", {
5707
5708
  key: c(y),
5708
- class: B(["listItem", { active: t(y), isDisabled: y.disabled }]),
5709
+ class: V(["listItem", { active: t(y), isDisabled: y.disabled }]),
5709
5710
  role: "option",
5710
5711
  "aria-selected": t(y),
5711
5712
  onClick: (z) => s(y)
@@ -5777,12 +5778,12 @@ const Ct = ol({
5777
5778
  }, [
5778
5779
  u("div", $o, [
5779
5780
  u("i", {
5780
- class: B([o.icon, `fs${o.size}`, "imicon ani-rotate"]),
5781
+ class: V([o.icon, `fs${o.size}`, "imicon ani-rotate"]),
5781
5782
  "aria-hidden": "true"
5782
5783
  }, null, 2),
5783
5784
  o.showTxt ? (S(), $("span", {
5784
5785
  key: 0,
5785
- class: B(["loaderTxt fs14 txt-c", o.txtClass])
5786
+ class: V(["loaderTxt fs14 txt-c", o.txtClass])
5786
5787
  }, E(l.$l(o.txt)), 3)) : U("", !0)
5787
5788
  ])
5788
5789
  ], 4)) : U("", !0)
@@ -5796,7 +5797,7 @@ const Ct = ol({
5796
5797
  }, Symbol.toStringTag, { value: "Module" })), jo = { class: "MvcLogin flexMode flexV hc vc wp100 vh100 p24-16" }, Po = { class: "panelWrap wp100 maxw400 p24 radius8 border noShrink" }, No = { class: "flexMode vc hb mb16" }, Ro = { class: "pl8 fs20 fw700 txt-h1" }, Do = { class: "contentArea minh160" }, Io = {
5797
5798
  key: 1,
5798
5799
  class: "oauthAuthPanel flexMode flexV g8 wp100 vl"
5799
- }, Vo = ["disabled"], Bo = ["disabled"], Fo = {
5800
+ }, Bo = ["disabled"], Vo = ["disabled"], Fo = {
5800
5801
  key: 2,
5801
5802
  class: "scanArea flexMode flexV vc g12"
5802
5803
  }, Uo = { class: "scanTitle m0 block fs14 txt-h2" }, Go = { class: "footerLine flexMode flexWrap hc g8 mt24 fs12 txt-tip" }, Ae = "mvframe_login_remember", Ko = /* @__PURE__ */ Object.assign({
@@ -5904,7 +5905,7 @@ const Ct = ol({
5904
5905
  copyright: (v == null ? void 0 : v.copyright) ?? "",
5905
5906
  author: (v == null ? void 0 : v.author) ?? ""
5906
5907
  };
5907
- }), V = k(() => d[c.method] ?? "Login"), m = k(() => ({
5908
+ }), B = k(() => d[c.method] ?? "Login"), m = k(() => ({
5908
5909
  username: {
5909
5910
  ...C.username,
5910
5911
  ...l.formFileds.username || {}
@@ -5997,7 +5998,7 @@ const Ct = ol({
5997
5998
  name: "prefix",
5998
5999
  fn: L(() => [
5999
6000
  u("i", {
6000
- class: B(n(m).username.icon)
6001
+ class: V(n(m).username.icon)
6001
6002
  }, null, 2)
6002
6003
  ]),
6003
6004
  key: "0"
@@ -6024,7 +6025,7 @@ const Ct = ol({
6024
6025
  name: "prefix",
6025
6026
  fn: L(() => [
6026
6027
  u("i", {
6027
- class: B(n(m).password.icon)
6028
+ class: V(n(m).password.icon)
6028
6029
  }, null, 2)
6029
6030
  ]),
6030
6031
  key: "0"
@@ -6072,7 +6073,7 @@ const Ct = ol({
6072
6073
  onClick: i
6073
6074
  }, [...w[5] || (w[5] = [
6074
6075
  Nl('<svg class="oauthGoogleLogo noShrink" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48" width="18" height="18" aria-hidden="true" data-v-6faa6992><path fill="#EA4335" d="M24 9.5c3.54 0 6.71 1.22 9.21 3.6l6.85-6.85C35.9 2.38 30.47 0 24 0 14.62 0 6.51 5.38 2.56 13.22l7.98 6.19C12.43 13.72 17.74 9.5 24 9.5z" data-v-6faa6992></path><path fill="#4285F4" d="M46.98 24.55c0-1.57-.15-3.09-.38-4.55H24v9.02h12.94c-.58 2.96-2.26 5.48-4.78 7.18l7.73 6c4.51-4.18 7.09-10.36 7.09-17.65z" data-v-6faa6992></path><path fill="#FBBC05" d="M10.53 28.59c-.48-1.45-.76-2.99-.76-4.59s.27-3.14.76-4.59l-7.98-6.19C.92 16.46 0 20.12 0 24c0 3.88.92 7.54 2.56 10.78l7.97-6.19z" data-v-6faa6992></path><path fill="#34A853" d="M24 48c6.48 0 11.93-2.13 15.89-5.81l-7.73-6c-2.15 1.45-4.92 2.3-8.16 2.3-6.26 0-11.57-4.22-13.47-9.91l-7.98 6.19C6.51 42.62 14.62 48 24 48z" data-v-6faa6992></path></svg><span class="oauthGoogleLabel" data-v-6faa6992>Sign in with Google</span>', 2)
6075
- ])], 8, Vo),
6076
+ ])], 8, Bo),
6076
6077
  u("button", {
6077
6078
  type: "button",
6078
6079
  class: "oauthApple wp100 mb16",
@@ -6093,11 +6094,11 @@ const Ct = ol({
6093
6094
  })
6094
6095
  ], -1),
6095
6096
  u("span", { class: "oauthAppleLabel fs14" }, "Sign in with Apple", -1)
6096
- ])], 8, Bo)
6097
+ ])], 8, Vo)
6097
6098
  ])) : (S(), $("div", Fo, [
6098
- u("p", Uo, E(n(V)), 1),
6099
+ u("p", Uo, E(n(B)), 1),
6099
6100
  u("div", {
6100
- class: B(["qrBlock w180 h180 radius6", `qr-${n(c).method}`]),
6101
+ class: V(["qrBlock w180 h180 radius6", `qr-${n(c).method}`]),
6101
6102
  "aria-hidden": "true"
6102
6103
  }, null, 2)
6103
6104
  ]))
@@ -6184,7 +6185,7 @@ const Ct = ol({
6184
6185
  };
6185
6186
  });
6186
6187
  return (A, b) => (S(), $("div", {
6187
- class: B(["MvcPage", n(c) && "hasTab"])
6188
+ class: V(["MvcPage", n(c) && "hasTab"])
6188
6189
  }, [
6189
6190
  o.noheader ? U("", !0) : (S(), $("div", qo, [
6190
6191
  u("div", Xo, [
@@ -6198,7 +6199,7 @@ const Ct = ol({
6198
6199
  ])
6199
6200
  ])),
6200
6201
  u("div", {
6201
- class: B(["PageBody", o.bodyClass]),
6202
+ class: V(["PageBody", o.bodyClass]),
6202
6203
  style: se(n(_))
6203
6204
  }, [
6204
6205
  J(A.$slots, "default", {}, void 0, !0)
@@ -6275,7 +6276,7 @@ const Ct = ol({
6275
6276
  A.value = !0, i("focus", r);
6276
6277
  }, z = (r) => {
6277
6278
  A.value = !1, i("blur", r);
6278
- }, V = () => {
6279
+ }, B = () => {
6279
6280
  var R;
6280
6281
  if (!l.filterable || !s.value) return d();
6281
6282
  const r = a.value, h = ((R = r == null ? void 0 : r.optionsArray) == null ? void 0 : R.value) ?? (r == null ? void 0 : r.optionsArray) ?? [];
@@ -6284,7 +6285,7 @@ const Ct = ol({
6284
6285
  const r = b.multipleLimit ?? b["multiple-limit"], h = Number(r);
6285
6286
  return Number.isFinite(h) && h > 0 ? h : 0;
6286
6287
  }, p = (r) => {
6287
- const h = V();
6288
+ const h = B();
6288
6289
  if (r) {
6289
6290
  const R = m(), P = Array.isArray(t.value) ? [...t.value] : [], G = new Set(P), K = [...P];
6290
6291
  for (const Y of h)
@@ -6305,7 +6306,7 @@ const Ct = ol({
6305
6306
  const r = l.valueKey;
6306
6307
  return (l.options || []).map((h) => typeof h == "object" ? h[r] : h);
6307
6308
  }, C = () => {
6308
- const r = V(), h = new Set(t.value ?? []), R = r.filter((G) => h.has(G)).length, P = r.length;
6309
+ const r = B(), h = new Set(t.value ?? []), R = r.filter((G) => h.has(G)).length, P = r.length;
6309
6310
  c.value = P > 0 && R === P, _.value = R > 0 && R < P;
6310
6311
  }, v = k(() => l.multiple && s.value ? t.value : l.modelValue), w = k(() => {
6311
6312
  const {
@@ -6343,14 +6344,15 @@ const Ct = ol({
6343
6344
  })), M = k(() => {
6344
6345
  const r = l.multiple && s.value ? t.value : l.modelValue, h = Array.isArray(r) ? r : r ? [r] : [];
6345
6346
  if (!l.filterable || !s.value) return h.length;
6346
- const R = V();
6347
+ const R = B();
6347
6348
  return h.filter((P) => R.includes(P)).length;
6348
- }), j = k(() => V().length), F = k(() => {
6349
+ }), j = k(() => B().length), F = k(() => {
6349
6350
  const r = l.multiple && s.value ? t.value : l.modelValue;
6350
6351
  return Array.isArray(r) ? r.length > 0 : r != null && String(r) !== "";
6351
6352
  }), H = k(() => !!b.placeholder), ie = k(
6352
6353
  () => l.materialLabel && (A.value || s.value || F.value || H.value)
6353
6354
  ), fe = k(() => ({
6355
+ [b.class]: !!b.class,
6354
6356
  hasLabel: !!l.label,
6355
6357
  isMaterialLabel: !!(l.label && l.materialLabel),
6356
6358
  isTopLabel: !!(l.label && !l.materialLabel),
@@ -6372,7 +6374,7 @@ const Ct = ol({
6372
6374
  ), (r, h) => {
6373
6375
  const R = I("el-checkbox"), P = I("el-button"), G = I("el-select");
6374
6376
  return S(), $("div", {
6375
- class: B(["MvcField MvcFieldSelect", n(fe)]),
6377
+ class: V(["MvcField MvcFieldSelect", n(fe)]),
6376
6378
  style: se(n(re))
6377
6379
  }, [
6378
6380
  l.label ? (S(), $("label", nn, E(l.label), 1)) : U("", !0),
@@ -6506,7 +6508,7 @@ const Ct = ol({
6506
6508
  A.value = !0, i("focus", r);
6507
6509
  }, z = (r) => {
6508
6510
  A.value = !1, i("blur", r);
6509
- }, V = () => {
6511
+ }, B = () => {
6510
6512
  var P;
6511
6513
  if (!l.filterable || !s.value) return d();
6512
6514
  const r = a.value, h = ((P = r == null ? void 0 : r.filteredOptions) == null ? void 0 : P.value) ?? (r == null ? void 0 : r.filteredOptions) ?? [];
@@ -6517,7 +6519,7 @@ const Ct = ol({
6517
6519
  const r = b.multipleLimit ?? b["multiple-limit"], h = Number(r);
6518
6520
  return Number.isFinite(h) && h > 0 ? h : 0;
6519
6521
  }, p = (r) => {
6520
- const h = V();
6522
+ const h = B();
6521
6523
  if (r) {
6522
6524
  const R = m(), P = Array.isArray(t.value) ? [...t.value] : [], G = new Set(P), K = [...P];
6523
6525
  for (const Y of h)
@@ -6538,7 +6540,7 @@ const Ct = ol({
6538
6540
  const r = l.valueKey;
6539
6541
  return (l.options || []).map((h) => typeof h == "object" ? h[r] : h);
6540
6542
  }, C = () => {
6541
- const r = V(), h = new Set(t.value ?? []), R = r.filter((G) => h.has(G)).length, P = r.length;
6543
+ const r = B(), h = new Set(t.value ?? []), R = r.filter((G) => h.has(G)).length, P = r.length;
6542
6544
  c.value = P > 0 && R === P, _.value = R > 0 && R < P;
6543
6545
  }, v = k(() => l.multiple && s.value ? t.value : l.modelValue), w = k(() => {
6544
6546
  const {
@@ -6576,14 +6578,15 @@ const Ct = ol({
6576
6578
  })), M = k(() => {
6577
6579
  const r = l.multiple && s.value ? t.value : l.modelValue, h = Array.isArray(r) ? r : r ? [r] : [];
6578
6580
  if (!l.filterable || !s.value) return h.length;
6579
- const R = V();
6581
+ const R = B();
6580
6582
  return h.filter((P) => R.includes(P)).length;
6581
- }), j = k(() => V().length), F = k(() => {
6583
+ }), j = k(() => B().length), F = k(() => {
6582
6584
  const r = l.multiple && s.value ? t.value : l.modelValue;
6583
6585
  return Array.isArray(r) ? r.length > 0 : r != null && String(r) !== "";
6584
6586
  }), H = k(() => !!b.placeholder), ie = k(
6585
6587
  () => l.materialLabel && (A.value || s.value || F.value || H.value)
6586
6588
  ), fe = k(() => ({
6589
+ [b.class]: !!b.class,
6587
6590
  hasLabel: !!l.label,
6588
6591
  isMaterialLabel: !!(l.label && l.materialLabel),
6589
6592
  isTopLabel: !!(l.label && !l.materialLabel),
@@ -6605,7 +6608,7 @@ const Ct = ol({
6605
6608
  ), (r, h) => {
6606
6609
  const R = I("el-checkbox"), P = I("el-button"), G = I("el-select-v2");
6607
6610
  return S(), $("div", {
6608
- class: B(["MvcField MvcFieldSelectV2", n(fe)]),
6611
+ class: V(["MvcField MvcFieldSelectV2", n(fe)]),
6609
6612
  style: se(n(re))
6610
6613
  }, [
6611
6614
  l.label ? (S(), $("label", pn, E(l.label), 1)) : U("", !0),
@@ -6707,8 +6710,8 @@ const Ct = ol({
6707
6710
  A.forEach((y) => {
6708
6711
  window.$getType(y.type) === "Symbol" ? t = t.concat(y.children) : t.push(y);
6709
6712
  }), t.forEach((y, z) => {
6710
- var V;
6711
- if (window.$getType(y.type), ((V = y.type) == null ? void 0 : V.name) === "ElTableColumn") {
6713
+ var B;
6714
+ if (window.$getType(y.type), ((B = y.type) == null ? void 0 : B.name) === "ElTableColumn") {
6712
6715
  let m = {
6713
6716
  ...y.props,
6714
6717
  sort: z,
@@ -6763,7 +6766,7 @@ const Ct = ol({
6763
6766
  }, Rn = {
6764
6767
  key: 0,
6765
6768
  class: "absCenter fs12 txt-dark5 txt-nowrap"
6766
- }, Dn = { class: "columnItem flexMode vc hb h40 g8 p4-8 mb4 radius4" }, In = { class: "flexMode vc g8 txt-nowrap" }, Vn = { class: "flexMode vc g8" }, Bn = ["txt", "onClick"], Fn = {
6769
+ }, Dn = { class: "columnItem flexMode vc hb h40 g8 p4-8 mb4 radius4" }, In = { class: "flexMode vc g8 txt-nowrap" }, Bn = { class: "flexMode vc g8" }, Vn = ["txt", "onClick"], Fn = {
6767
6770
  class: "relative",
6768
6771
  style: { height: "calc(70% - 10px)" }
6769
6772
  }, Un = {
@@ -6833,7 +6836,7 @@ const Ct = ol({
6833
6836
  }, y = k(() => {
6834
6837
  var p;
6835
6838
  return ((p = globalThis.$config.options) == null ? void 0 : p.drawerHeight) || 540;
6836
- }), z = k(() => (y.value * 0.3).toFixed(0)), V = k(() => (y.value * 0.7 - 10).toFixed(0)), m = k(() => [
6839
+ }), z = k(() => (y.value * 0.3).toFixed(0)), B = k(() => (y.value * 0.7 - 10).toFixed(0)), m = k(() => [
6837
6840
  {
6838
6841
  label: "Base Info",
6839
6842
  value: "normal"
@@ -6867,7 +6870,7 @@ const Ct = ol({
6867
6870
  u("div", Sn, [
6868
6871
  (S(!0), $(ee, null, oe(n(m), (v) => (S(), $("div", {
6869
6872
  key: v.value,
6870
- class: B(["typeItem p8-16 mb4 radius4 txt-nowrap", [n(a).type === v.value && "active", v.hide && "hide"]]),
6873
+ class: V(["typeItem p8-16 mb4 radius4 txt-nowrap", [n(a).type === v.value && "active", v.hide && "hide"]]),
6871
6874
  onClick: (w) => c(v.value)
6872
6875
  }, E(v.label), 11, Tn))), 128))
6873
6876
  ])
@@ -6924,14 +6927,14 @@ const Ct = ol({
6924
6927
  x[1] || (x[1] = u("i", { class: "imicon im-handle cursor-grab" }, null, -1)),
6925
6928
  u("span", null, E(p.$l(v.label)), 1)
6926
6929
  ]),
6927
- u("div", Vn, [
6930
+ u("div", Bn, [
6928
6931
  u("div", {
6929
6932
  class: "tipbtn red left",
6930
6933
  txt: p.$l("Unfixed"),
6931
6934
  onClick: (D) => b(v, w)
6932
6935
  }, [...x[2] || (x[2] = [
6933
6936
  u("i", { class: "imicon im-download1 fs14" }, null, -1)
6934
- ])], 8, Bn)
6937
+ ])], 8, Vn)
6935
6938
  ])
6936
6939
  ])
6937
6940
  ]),
@@ -6946,7 +6949,7 @@ const Ct = ol({
6946
6949
  ], -1)),
6947
6950
  u("div", Fn, [
6948
6951
  n(a).visible.length === 0 ? (S(), $("span", Un, E(p.$l("No Columns")), 1)) : U("", !0),
6949
- N(d, { height: n(V) }, {
6952
+ N(d, { height: n(B) }, {
6950
6953
  default: L(() => [
6951
6954
  N(n(Ue), {
6952
6955
  list: n(a).visible,
@@ -7049,7 +7052,7 @@ const Ct = ol({
7049
7052
  try {
7050
7053
  const m = g("download");
7051
7054
  let p = a.fileName || T.value;
7052
- p && !p.toLowerCase().endsWith(".csv") && (p = `${p}.csv`), await Vl({ content: m, filename: p, bom: !0 });
7055
+ p && !p.toLowerCase().endsWith(".csv") && (p = `${p}.csv`), await Bl({ content: m, filename: p, bom: !0 });
7053
7056
  } finally {
7054
7057
  a.loading = !1;
7055
7058
  }
@@ -7071,7 +7074,7 @@ const Ct = ol({
7071
7074
  }), D.forEach((O, M) => {
7072
7075
  !a.useCountryCode && f === M ? O.forEach((j, F) => {
7073
7076
  let H = j;
7074
- window.$getType(j) === "Array" ? H = j.map((ie) => V[ie.toUpperCase()].label.$l()).join(",") : window.$getType(j) === "String" ? H = j.split(",").map((ie) => V[ie.toUpperCase()].label.$l()).join(",") : H = JSON.stringify(j), v[F] ? v[F] += H + w : v[F] = H + w;
7077
+ window.$getType(j) === "Array" ? H = j.map((ie) => B[ie.toUpperCase()].label.$l()).join(",") : window.$getType(j) === "String" ? H = j.split(",").map((ie) => B[ie.toUpperCase()].label.$l()).join(",") : H = JSON.stringify(j), v[F] ? v[F] += H + w : v[F] = H + w;
7075
7078
  }) : O.forEach((j, F) => {
7076
7079
  v[F] ? v[F] += j + w : v[F] = j + w;
7077
7080
  });
@@ -7099,7 +7102,7 @@ const Ct = ol({
7099
7102
  mmp: "MMP Metrics"
7100
7103
  };
7101
7104
  "Check All".$l(), "Cancel All".$l();
7102
- const V = De("asa.countryAll.obj");
7105
+ const B = De("asa.countryAll.obj");
7103
7106
  return (m, p) => {
7104
7107
  const x = I("el-checkbox"), d = I("el-button"), C = I("MvcAlert"), v = I("el-switch"), w = I("Input"), D = I("DrawerArea");
7105
7108
  return S(), q(D, le(m.$attrs, { class: "MvcTableColumnDownload" }), {
@@ -7358,7 +7361,7 @@ const Ct = ol({
7358
7361
  s.list = R.map((X, xl) => (X.index = xl, X)), P === void 0 ? (s.total = s.list.length, s.nopagination = !0) : (s.total = P, s.nopagination = !1), (Y = (K = globalThis.$config) == null ? void 0 : K.table) != null && Y.scrollToTop && m(), z(G), t.loading = !1;
7359
7362
  }, z = (r) => {
7360
7363
  r ? s.summary = r : s.summary = !1;
7361
- }, V = (r) => {
7364
+ }, B = (r) => {
7362
7365
  if (s.summaryType === "locale")
7363
7366
  return [];
7364
7367
  if (s.summaryType === "remote") {
@@ -7370,7 +7373,7 @@ const Ct = ol({
7370
7373
  const G = h(a.summaryMetric, P);
7371
7374
  return G !== void 0 ? G : h((Y = (K = globalThis.$config) == null ? void 0 : K.table) == null ? void 0 : Y.summaryMetric, P);
7372
7375
  };
7373
- return Bl(r, s.summary, { resolveMetric: R });
7376
+ return Vl(r, s.summary, { resolveMetric: R });
7374
7377
  }
7375
7378
  return [];
7376
7379
  }, m = () => {
@@ -7432,10 +7435,10 @@ const Ct = ol({
7432
7435
  return S(), $("div", ss, [
7433
7436
  a.noheader === !1 ? (S(), $("div", {
7434
7437
  key: 0,
7435
- class: B(["flexMode hb g12 p16 bg-white", a.autoHeader ? "minh64" : "h64"])
7438
+ class: V(["flexMode hb g12 p16 bg-white", a.autoHeader ? "minh64" : "h64"])
7436
7439
  }, [
7437
7440
  u("div", {
7438
- class: B(["flexMode vc flexGrow maxwp100", a.headerClass])
7441
+ class: V(["flexMode vc flexGrow maxwp100", a.headerClass])
7439
7442
  }, [
7440
7443
  J(r.$slots, "header", {}, void 0, !0)
7441
7444
  ], 2),
@@ -7493,7 +7496,7 @@ const Ct = ol({
7493
7496
  stripe: "",
7494
7497
  border: "",
7495
7498
  "show-summary": n(ie),
7496
- "summary-method": V,
7499
+ "summary-method": B,
7497
7500
  class: "MainTable",
7498
7501
  onSelectionChange: d
7499
7502
  }, {
@@ -7697,13 +7700,13 @@ const Ct = ol({
7697
7700
  c.focused = !0, _("focus", M);
7698
7701
  }, z = (M) => {
7699
7702
  c.focused = !1, _("blur", M);
7700
- }, V = (M) => {
7703
+ }, B = (M) => {
7701
7704
  const j = String(M ?? "").split(/\r?\n/);
7702
7705
  return l.output === "array" ? j : j.join(",");
7703
7706
  }, m = (M) => Array.isArray(M) ? M.join(`
7704
7707
  `) : String(M ?? "").replace(/,/g, `
7705
7708
  `), p = (M) => {
7706
- const j = V(M);
7709
+ const j = B(M);
7707
7710
  _("update:modelValue", j), _("input", j);
7708
7711
  }, x = k(() => {
7709
7712
  if (!l.height) return A.$attrs["input-style"];
@@ -7712,6 +7715,7 @@ const Ct = ol({
7712
7715
  }), d = k(() => !!(A.$attrs.maxlength || C.value)), C = k(() => A.$attrs.max), v = k(() => String(c.val ?? "").length > 0), w = k(() => !!a.placeholder), D = k(
7713
7716
  () => l.materialLabel && (c.focused || v.value || w.value)
7714
7717
  ), f = k(() => ({
7718
+ [a.class]: !!a.class,
7715
7719
  hasLabel: !!l.label,
7716
7720
  isMaterialLabel: !!(l.label && l.materialLabel),
7717
7721
  isTopLabel: !!(l.label && !l.materialLabel),
@@ -7734,7 +7738,7 @@ const Ct = ol({
7734
7738
  }), (M, j) => {
7735
7739
  const F = I("el-input");
7736
7740
  return S(), $("div", {
7737
- class: B(["MvcField MvcFieldTextarea", n(f)]),
7741
+ class: V(["MvcField MvcFieldTextarea", n(f)]),
7738
7742
  style: se(n(O))
7739
7743
  }, [
7740
7744
  l.label ? (S(), $("label", vs, E(l.label), 1)) : U("", !0),
@@ -7758,7 +7762,7 @@ const Ct = ol({
7758
7762
  ], 6);
7759
7763
  };
7760
7764
  }
7761
- }), gs = /* @__PURE__ */ Q(hs, [["__scopeId", "data-v-0c6cb715"]]), _s = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
7765
+ }), gs = /* @__PURE__ */ Q(hs, [["__scopeId", "data-v-e6e80c47"]]), _s = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
7762
7766
  __proto__: null,
7763
7767
  default: gs
7764
7768
  }, Symbol.toStringTag, { value: "Module" })), Xe = /* @__PURE__ */ Object.assign({
@@ -7810,7 +7814,7 @@ const As = (e, o = {}) => {
7810
7814
  }, Cs = {
7811
7815
  name: "Matt Avias Frame",
7812
7816
  copyright: "©2026",
7813
- version: "1.0.86",
7817
+ version: "1.0.88",
7814
7818
  author: "Matt Avias",
7815
7819
  date: "2026-02-26",
7816
7820
  /** 默认语言 key,与 `$getLang`、localStorage `lang` 一致;业务在 app.use(mvframe, { config }) 里覆盖 */
@@ -7851,7 +7855,7 @@ export {
7851
7855
  Za as b,
7852
7856
  Re as c,
7853
7857
  Us as d,
7854
- Bs as e,
7858
+ Vs as e,
7855
7859
  Fs as f,
7856
7860
  Ds as g,
7857
7861
  Xa as h,
@@ -7860,7 +7864,7 @@ export {
7860
7864
  Gs as k,
7861
7865
  ve as m,
7862
7866
  ql as n,
7863
- Vs as p,
7867
+ Bs as p,
7864
7868
  _e as s,
7865
7869
  De as u
7866
7870
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "mvframe",
3
3
  "packageManager": "yarn@4.4.1",
4
- "version": "1.0.86",
4
+ "version": "1.0.88",
5
5
  "author": "matt avis",
6
6
  "main": "./dist/index.js",
7
7
  "module": "./dist/index.js",