mvframe 1.0.86 → 1.0.89
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 +1 -1
- package/dist/vendor.js +115 -107
- package/package.json +1 -1
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-dc08ad7c]{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-dc08ad7c]{position:relative;flex:1 1 auto;min-height:0;overflow:hidden}.MvcList .listScroll[data-v-dc08ad7c]{position:relative;box-sizing:border-box;height:100%;max-height:100%}.MvcList .listItem[data-v-dc08ad7c]{padding:.5rem;margin-block-end:.25rem}.MvcList .listItem[data-v-dc08ad7c]:last-child{margin-block-end:0}.MvcList .listItem[data-v-dc08ad7c]{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-dc08ad7c]:hover:not(.active):not(.isDisabled){background:var(--color-bg-menu-item-hover)}.MvcList .listItem.active[data-v-dc08ad7c]{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-dc08ad7c]: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-dc08ad7c]{opacity:.5;cursor:not-allowed}.MvcList.sizeSmall .listItem[data-v-dc08ad7c]{padding:.25rem .375rem;margin-block-end:.125rem;font-size:.6875rem;border-radius:.1875rem}.MvcList.sizeSmall .listItem[data-v-dc08ad7c]:last-child{margin-block-end:0}.MvcList.sizeLarge .listItem[data-v-dc08ad7c]{padding:.625rem .75rem;margin-block-end:.5rem;font-size:.875rem;border-radius:.375rem}.MvcList.sizeLarge .listItem[data-v-dc08ad7c]: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
|
|
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
|
|
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
|
-
},
|
|
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
|
|
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:
|
|
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:
|
|
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
|
|
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
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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,
|
|
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),
|
|
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(
|
|
4479
|
+
"destroy-on-close": n(B),
|
|
4480
4480
|
onClosed: _,
|
|
4481
4481
|
onOpened: b,
|
|
4482
|
-
class:
|
|
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:
|
|
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"),
|
|
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:
|
|
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(
|
|
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:
|
|
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:
|
|
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:
|
|
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 }) :
|
|
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 :
|
|
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 && !
|
|
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 && !
|
|
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",
|
|
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
|
-
},
|
|
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",
|
|
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:
|
|
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:
|
|
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"],
|
|
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
|
-
},
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
5076
|
+
onDblclick: B
|
|
5077
5077
|
}, [
|
|
5078
|
-
u("div",
|
|
5078
|
+
u("div", Bt, [
|
|
5079
5079
|
w.meta.icon ? (S(), $("i", {
|
|
5080
5080
|
key: 0,
|
|
5081
|
-
class:
|
|
5082
|
-
}, null, 2)) : (S(), $("span",
|
|
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:
|
|
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:
|
|
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:
|
|
5096
|
+
onDblclick: B
|
|
5097
5097
|
}, [
|
|
5098
5098
|
u("div", Gt, [
|
|
5099
5099
|
M.meta.icon ? (S(), $("i", {
|
|
5100
5100
|
key: 0,
|
|
5101
|
-
class:
|
|
5101
|
+
class: V([l.iconClass, M.meta.icon])
|
|
5102
5102
|
}, null, 2)) : U("", !0)
|
|
5103
5103
|
]),
|
|
5104
5104
|
u("div", {
|
|
5105
|
-
class:
|
|
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:
|
|
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,
|
|
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:
|
|
5294
|
+
class: V(["menuItem", { disabled: y(v) }]),
|
|
5295
5295
|
disabled: y(v),
|
|
5296
|
-
onClick: (D) =>
|
|
5296
|
+
onClick: (D) => B(v)
|
|
5297
5297
|
}, [
|
|
5298
5298
|
v.icon ? (S(), $("i", {
|
|
5299
5299
|
key: 0,
|
|
5300
|
-
class:
|
|
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,
|
|
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 = (
|
|
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
|
-
},
|
|
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:
|
|
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:
|
|
5528
|
+
onBlur: B
|
|
5528
5529
|
}), pe({ _: 2 }, [
|
|
5529
5530
|
oe(n(a), (j, F) => ({
|
|
5530
5531
|
name: F,
|
|
@@ -5641,6 +5642,10 @@ const Ct = ol({
|
|
|
5641
5642
|
type: [String, Array, Object],
|
|
5642
5643
|
default: "p8"
|
|
5643
5644
|
},
|
|
5645
|
+
itemClass: {
|
|
5646
|
+
type: [String, Array, Object],
|
|
5647
|
+
default: ""
|
|
5648
|
+
},
|
|
5644
5649
|
size: {
|
|
5645
5650
|
type: String,
|
|
5646
5651
|
default: "default",
|
|
@@ -5700,12 +5705,12 @@ const Ct = ol({
|
|
|
5700
5705
|
}, i.$attrs), [
|
|
5701
5706
|
u("div", Co, [
|
|
5702
5707
|
u("div", {
|
|
5703
|
-
class:
|
|
5708
|
+
class: V(["listScroll yscroll", l.listClass]),
|
|
5704
5709
|
role: "listbox"
|
|
5705
5710
|
}, [
|
|
5706
5711
|
(S(!0), $(ee, null, oe(n(_), (y) => (S(), $("div", {
|
|
5707
5712
|
key: c(y),
|
|
5708
|
-
class:
|
|
5713
|
+
class: V(["listItem", [l.itemClass, { active: t(y), isDisabled: y.disabled }]]),
|
|
5709
5714
|
role: "option",
|
|
5710
5715
|
"aria-selected": t(y),
|
|
5711
5716
|
onClick: (z) => s(y)
|
|
@@ -5722,7 +5727,7 @@ const Ct = ol({
|
|
|
5722
5727
|
], 16);
|
|
5723
5728
|
};
|
|
5724
5729
|
}
|
|
5725
|
-
}), Oo = /* @__PURE__ */ Q(xo, [["__scopeId", "data-v-
|
|
5730
|
+
}), Oo = /* @__PURE__ */ Q(xo, [["__scopeId", "data-v-dc08ad7c"]]), Mo = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
5726
5731
|
__proto__: null,
|
|
5727
5732
|
default: Oo
|
|
5728
5733
|
}, Symbol.toStringTag, { value: "Module" })), $o = { class: "content flexMode flexV vc g12 relative z1" }, zo = /* @__PURE__ */ Object.assign({
|
|
@@ -5777,12 +5782,12 @@ const Ct = ol({
|
|
|
5777
5782
|
}, [
|
|
5778
5783
|
u("div", $o, [
|
|
5779
5784
|
u("i", {
|
|
5780
|
-
class:
|
|
5785
|
+
class: V([o.icon, `fs${o.size}`, "imicon ani-rotate"]),
|
|
5781
5786
|
"aria-hidden": "true"
|
|
5782
5787
|
}, null, 2),
|
|
5783
5788
|
o.showTxt ? (S(), $("span", {
|
|
5784
5789
|
key: 0,
|
|
5785
|
-
class:
|
|
5790
|
+
class: V(["loaderTxt fs14 txt-c", o.txtClass])
|
|
5786
5791
|
}, E(l.$l(o.txt)), 3)) : U("", !0)
|
|
5787
5792
|
])
|
|
5788
5793
|
], 4)) : U("", !0)
|
|
@@ -5796,7 +5801,7 @@ const Ct = ol({
|
|
|
5796
5801
|
}, 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
5802
|
key: 1,
|
|
5798
5803
|
class: "oauthAuthPanel flexMode flexV g8 wp100 vl"
|
|
5799
|
-
},
|
|
5804
|
+
}, Bo = ["disabled"], Vo = ["disabled"], Fo = {
|
|
5800
5805
|
key: 2,
|
|
5801
5806
|
class: "scanArea flexMode flexV vc g12"
|
|
5802
5807
|
}, 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 +5909,7 @@ const Ct = ol({
|
|
|
5904
5909
|
copyright: (v == null ? void 0 : v.copyright) ?? "",
|
|
5905
5910
|
author: (v == null ? void 0 : v.author) ?? ""
|
|
5906
5911
|
};
|
|
5907
|
-
}),
|
|
5912
|
+
}), B = k(() => d[c.method] ?? "Login"), m = k(() => ({
|
|
5908
5913
|
username: {
|
|
5909
5914
|
...C.username,
|
|
5910
5915
|
...l.formFileds.username || {}
|
|
@@ -5997,7 +6002,7 @@ const Ct = ol({
|
|
|
5997
6002
|
name: "prefix",
|
|
5998
6003
|
fn: L(() => [
|
|
5999
6004
|
u("i", {
|
|
6000
|
-
class:
|
|
6005
|
+
class: V(n(m).username.icon)
|
|
6001
6006
|
}, null, 2)
|
|
6002
6007
|
]),
|
|
6003
6008
|
key: "0"
|
|
@@ -6024,7 +6029,7 @@ const Ct = ol({
|
|
|
6024
6029
|
name: "prefix",
|
|
6025
6030
|
fn: L(() => [
|
|
6026
6031
|
u("i", {
|
|
6027
|
-
class:
|
|
6032
|
+
class: V(n(m).password.icon)
|
|
6028
6033
|
}, null, 2)
|
|
6029
6034
|
]),
|
|
6030
6035
|
key: "0"
|
|
@@ -6072,7 +6077,7 @@ const Ct = ol({
|
|
|
6072
6077
|
onClick: i
|
|
6073
6078
|
}, [...w[5] || (w[5] = [
|
|
6074
6079
|
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,
|
|
6080
|
+
])], 8, Bo),
|
|
6076
6081
|
u("button", {
|
|
6077
6082
|
type: "button",
|
|
6078
6083
|
class: "oauthApple wp100 mb16",
|
|
@@ -6093,11 +6098,11 @@ const Ct = ol({
|
|
|
6093
6098
|
})
|
|
6094
6099
|
], -1),
|
|
6095
6100
|
u("span", { class: "oauthAppleLabel fs14" }, "Sign in with Apple", -1)
|
|
6096
|
-
])], 8,
|
|
6101
|
+
])], 8, Vo)
|
|
6097
6102
|
])) : (S(), $("div", Fo, [
|
|
6098
|
-
u("p", Uo, E(n(
|
|
6103
|
+
u("p", Uo, E(n(B)), 1),
|
|
6099
6104
|
u("div", {
|
|
6100
|
-
class:
|
|
6105
|
+
class: V(["qrBlock w180 h180 radius6", `qr-${n(c).method}`]),
|
|
6101
6106
|
"aria-hidden": "true"
|
|
6102
6107
|
}, null, 2)
|
|
6103
6108
|
]))
|
|
@@ -6184,7 +6189,7 @@ const Ct = ol({
|
|
|
6184
6189
|
};
|
|
6185
6190
|
});
|
|
6186
6191
|
return (A, b) => (S(), $("div", {
|
|
6187
|
-
class:
|
|
6192
|
+
class: V(["MvcPage", n(c) && "hasTab"])
|
|
6188
6193
|
}, [
|
|
6189
6194
|
o.noheader ? U("", !0) : (S(), $("div", qo, [
|
|
6190
6195
|
u("div", Xo, [
|
|
@@ -6198,7 +6203,7 @@ const Ct = ol({
|
|
|
6198
6203
|
])
|
|
6199
6204
|
])),
|
|
6200
6205
|
u("div", {
|
|
6201
|
-
class:
|
|
6206
|
+
class: V(["PageBody", o.bodyClass]),
|
|
6202
6207
|
style: se(n(_))
|
|
6203
6208
|
}, [
|
|
6204
6209
|
J(A.$slots, "default", {}, void 0, !0)
|
|
@@ -6275,7 +6280,7 @@ const Ct = ol({
|
|
|
6275
6280
|
A.value = !0, i("focus", r);
|
|
6276
6281
|
}, z = (r) => {
|
|
6277
6282
|
A.value = !1, i("blur", r);
|
|
6278
|
-
},
|
|
6283
|
+
}, B = () => {
|
|
6279
6284
|
var R;
|
|
6280
6285
|
if (!l.filterable || !s.value) return d();
|
|
6281
6286
|
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 +6289,7 @@ const Ct = ol({
|
|
|
6284
6289
|
const r = b.multipleLimit ?? b["multiple-limit"], h = Number(r);
|
|
6285
6290
|
return Number.isFinite(h) && h > 0 ? h : 0;
|
|
6286
6291
|
}, p = (r) => {
|
|
6287
|
-
const h =
|
|
6292
|
+
const h = B();
|
|
6288
6293
|
if (r) {
|
|
6289
6294
|
const R = m(), P = Array.isArray(t.value) ? [...t.value] : [], G = new Set(P), K = [...P];
|
|
6290
6295
|
for (const Y of h)
|
|
@@ -6305,7 +6310,7 @@ const Ct = ol({
|
|
|
6305
6310
|
const r = l.valueKey;
|
|
6306
6311
|
return (l.options || []).map((h) => typeof h == "object" ? h[r] : h);
|
|
6307
6312
|
}, C = () => {
|
|
6308
|
-
const r =
|
|
6313
|
+
const r = B(), h = new Set(t.value ?? []), R = r.filter((G) => h.has(G)).length, P = r.length;
|
|
6309
6314
|
c.value = P > 0 && R === P, _.value = R > 0 && R < P;
|
|
6310
6315
|
}, v = k(() => l.multiple && s.value ? t.value : l.modelValue), w = k(() => {
|
|
6311
6316
|
const {
|
|
@@ -6343,14 +6348,15 @@ const Ct = ol({
|
|
|
6343
6348
|
})), M = k(() => {
|
|
6344
6349
|
const r = l.multiple && s.value ? t.value : l.modelValue, h = Array.isArray(r) ? r : r ? [r] : [];
|
|
6345
6350
|
if (!l.filterable || !s.value) return h.length;
|
|
6346
|
-
const R =
|
|
6351
|
+
const R = B();
|
|
6347
6352
|
return h.filter((P) => R.includes(P)).length;
|
|
6348
|
-
}), j = k(() =>
|
|
6353
|
+
}), j = k(() => B().length), F = k(() => {
|
|
6349
6354
|
const r = l.multiple && s.value ? t.value : l.modelValue;
|
|
6350
6355
|
return Array.isArray(r) ? r.length > 0 : r != null && String(r) !== "";
|
|
6351
6356
|
}), H = k(() => !!b.placeholder), ie = k(
|
|
6352
6357
|
() => l.materialLabel && (A.value || s.value || F.value || H.value)
|
|
6353
6358
|
), fe = k(() => ({
|
|
6359
|
+
[b.class]: !!b.class,
|
|
6354
6360
|
hasLabel: !!l.label,
|
|
6355
6361
|
isMaterialLabel: !!(l.label && l.materialLabel),
|
|
6356
6362
|
isTopLabel: !!(l.label && !l.materialLabel),
|
|
@@ -6372,7 +6378,7 @@ const Ct = ol({
|
|
|
6372
6378
|
), (r, h) => {
|
|
6373
6379
|
const R = I("el-checkbox"), P = I("el-button"), G = I("el-select");
|
|
6374
6380
|
return S(), $("div", {
|
|
6375
|
-
class:
|
|
6381
|
+
class: V(["MvcField MvcFieldSelect", n(fe)]),
|
|
6376
6382
|
style: se(n(re))
|
|
6377
6383
|
}, [
|
|
6378
6384
|
l.label ? (S(), $("label", nn, E(l.label), 1)) : U("", !0),
|
|
@@ -6506,7 +6512,7 @@ const Ct = ol({
|
|
|
6506
6512
|
A.value = !0, i("focus", r);
|
|
6507
6513
|
}, z = (r) => {
|
|
6508
6514
|
A.value = !1, i("blur", r);
|
|
6509
|
-
},
|
|
6515
|
+
}, B = () => {
|
|
6510
6516
|
var P;
|
|
6511
6517
|
if (!l.filterable || !s.value) return d();
|
|
6512
6518
|
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 +6523,7 @@ const Ct = ol({
|
|
|
6517
6523
|
const r = b.multipleLimit ?? b["multiple-limit"], h = Number(r);
|
|
6518
6524
|
return Number.isFinite(h) && h > 0 ? h : 0;
|
|
6519
6525
|
}, p = (r) => {
|
|
6520
|
-
const h =
|
|
6526
|
+
const h = B();
|
|
6521
6527
|
if (r) {
|
|
6522
6528
|
const R = m(), P = Array.isArray(t.value) ? [...t.value] : [], G = new Set(P), K = [...P];
|
|
6523
6529
|
for (const Y of h)
|
|
@@ -6538,7 +6544,7 @@ const Ct = ol({
|
|
|
6538
6544
|
const r = l.valueKey;
|
|
6539
6545
|
return (l.options || []).map((h) => typeof h == "object" ? h[r] : h);
|
|
6540
6546
|
}, C = () => {
|
|
6541
|
-
const r =
|
|
6547
|
+
const r = B(), h = new Set(t.value ?? []), R = r.filter((G) => h.has(G)).length, P = r.length;
|
|
6542
6548
|
c.value = P > 0 && R === P, _.value = R > 0 && R < P;
|
|
6543
6549
|
}, v = k(() => l.multiple && s.value ? t.value : l.modelValue), w = k(() => {
|
|
6544
6550
|
const {
|
|
@@ -6576,14 +6582,15 @@ const Ct = ol({
|
|
|
6576
6582
|
})), M = k(() => {
|
|
6577
6583
|
const r = l.multiple && s.value ? t.value : l.modelValue, h = Array.isArray(r) ? r : r ? [r] : [];
|
|
6578
6584
|
if (!l.filterable || !s.value) return h.length;
|
|
6579
|
-
const R =
|
|
6585
|
+
const R = B();
|
|
6580
6586
|
return h.filter((P) => R.includes(P)).length;
|
|
6581
|
-
}), j = k(() =>
|
|
6587
|
+
}), j = k(() => B().length), F = k(() => {
|
|
6582
6588
|
const r = l.multiple && s.value ? t.value : l.modelValue;
|
|
6583
6589
|
return Array.isArray(r) ? r.length > 0 : r != null && String(r) !== "";
|
|
6584
6590
|
}), H = k(() => !!b.placeholder), ie = k(
|
|
6585
6591
|
() => l.materialLabel && (A.value || s.value || F.value || H.value)
|
|
6586
6592
|
), fe = k(() => ({
|
|
6593
|
+
[b.class]: !!b.class,
|
|
6587
6594
|
hasLabel: !!l.label,
|
|
6588
6595
|
isMaterialLabel: !!(l.label && l.materialLabel),
|
|
6589
6596
|
isTopLabel: !!(l.label && !l.materialLabel),
|
|
@@ -6605,7 +6612,7 @@ const Ct = ol({
|
|
|
6605
6612
|
), (r, h) => {
|
|
6606
6613
|
const R = I("el-checkbox"), P = I("el-button"), G = I("el-select-v2");
|
|
6607
6614
|
return S(), $("div", {
|
|
6608
|
-
class:
|
|
6615
|
+
class: V(["MvcField MvcFieldSelectV2", n(fe)]),
|
|
6609
6616
|
style: se(n(re))
|
|
6610
6617
|
}, [
|
|
6611
6618
|
l.label ? (S(), $("label", pn, E(l.label), 1)) : U("", !0),
|
|
@@ -6707,8 +6714,8 @@ const Ct = ol({
|
|
|
6707
6714
|
A.forEach((y) => {
|
|
6708
6715
|
window.$getType(y.type) === "Symbol" ? t = t.concat(y.children) : t.push(y);
|
|
6709
6716
|
}), t.forEach((y, z) => {
|
|
6710
|
-
var
|
|
6711
|
-
if (window.$getType(y.type), ((
|
|
6717
|
+
var B;
|
|
6718
|
+
if (window.$getType(y.type), ((B = y.type) == null ? void 0 : B.name) === "ElTableColumn") {
|
|
6712
6719
|
let m = {
|
|
6713
6720
|
...y.props,
|
|
6714
6721
|
sort: z,
|
|
@@ -6763,7 +6770,7 @@ const Ct = ol({
|
|
|
6763
6770
|
}, Rn = {
|
|
6764
6771
|
key: 0,
|
|
6765
6772
|
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" },
|
|
6773
|
+
}, 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
6774
|
class: "relative",
|
|
6768
6775
|
style: { height: "calc(70% - 10px)" }
|
|
6769
6776
|
}, Un = {
|
|
@@ -6833,7 +6840,7 @@ const Ct = ol({
|
|
|
6833
6840
|
}, y = k(() => {
|
|
6834
6841
|
var p;
|
|
6835
6842
|
return ((p = globalThis.$config.options) == null ? void 0 : p.drawerHeight) || 540;
|
|
6836
|
-
}), z = k(() => (y.value * 0.3).toFixed(0)),
|
|
6843
|
+
}), z = k(() => (y.value * 0.3).toFixed(0)), B = k(() => (y.value * 0.7 - 10).toFixed(0)), m = k(() => [
|
|
6837
6844
|
{
|
|
6838
6845
|
label: "Base Info",
|
|
6839
6846
|
value: "normal"
|
|
@@ -6867,7 +6874,7 @@ const Ct = ol({
|
|
|
6867
6874
|
u("div", Sn, [
|
|
6868
6875
|
(S(!0), $(ee, null, oe(n(m), (v) => (S(), $("div", {
|
|
6869
6876
|
key: v.value,
|
|
6870
|
-
class:
|
|
6877
|
+
class: V(["typeItem p8-16 mb4 radius4 txt-nowrap", [n(a).type === v.value && "active", v.hide && "hide"]]),
|
|
6871
6878
|
onClick: (w) => c(v.value)
|
|
6872
6879
|
}, E(v.label), 11, Tn))), 128))
|
|
6873
6880
|
])
|
|
@@ -6924,14 +6931,14 @@ const Ct = ol({
|
|
|
6924
6931
|
x[1] || (x[1] = u("i", { class: "imicon im-handle cursor-grab" }, null, -1)),
|
|
6925
6932
|
u("span", null, E(p.$l(v.label)), 1)
|
|
6926
6933
|
]),
|
|
6927
|
-
u("div",
|
|
6934
|
+
u("div", Bn, [
|
|
6928
6935
|
u("div", {
|
|
6929
6936
|
class: "tipbtn red left",
|
|
6930
6937
|
txt: p.$l("Unfixed"),
|
|
6931
6938
|
onClick: (D) => b(v, w)
|
|
6932
6939
|
}, [...x[2] || (x[2] = [
|
|
6933
6940
|
u("i", { class: "imicon im-download1 fs14" }, null, -1)
|
|
6934
|
-
])], 8,
|
|
6941
|
+
])], 8, Vn)
|
|
6935
6942
|
])
|
|
6936
6943
|
])
|
|
6937
6944
|
]),
|
|
@@ -6946,7 +6953,7 @@ const Ct = ol({
|
|
|
6946
6953
|
], -1)),
|
|
6947
6954
|
u("div", Fn, [
|
|
6948
6955
|
n(a).visible.length === 0 ? (S(), $("span", Un, E(p.$l("No Columns")), 1)) : U("", !0),
|
|
6949
|
-
N(d, { height: n(
|
|
6956
|
+
N(d, { height: n(B) }, {
|
|
6950
6957
|
default: L(() => [
|
|
6951
6958
|
N(n(Ue), {
|
|
6952
6959
|
list: n(a).visible,
|
|
@@ -7049,7 +7056,7 @@ const Ct = ol({
|
|
|
7049
7056
|
try {
|
|
7050
7057
|
const m = g("download");
|
|
7051
7058
|
let p = a.fileName || T.value;
|
|
7052
|
-
p && !p.toLowerCase().endsWith(".csv") && (p = `${p}.csv`), await
|
|
7059
|
+
p && !p.toLowerCase().endsWith(".csv") && (p = `${p}.csv`), await Bl({ content: m, filename: p, bom: !0 });
|
|
7053
7060
|
} finally {
|
|
7054
7061
|
a.loading = !1;
|
|
7055
7062
|
}
|
|
@@ -7071,7 +7078,7 @@ const Ct = ol({
|
|
|
7071
7078
|
}), D.forEach((O, M) => {
|
|
7072
7079
|
!a.useCountryCode && f === M ? O.forEach((j, F) => {
|
|
7073
7080
|
let H = j;
|
|
7074
|
-
window.$getType(j) === "Array" ? H = j.map((ie) =>
|
|
7081
|
+
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
7082
|
}) : O.forEach((j, F) => {
|
|
7076
7083
|
v[F] ? v[F] += j + w : v[F] = j + w;
|
|
7077
7084
|
});
|
|
@@ -7099,7 +7106,7 @@ const Ct = ol({
|
|
|
7099
7106
|
mmp: "MMP Metrics"
|
|
7100
7107
|
};
|
|
7101
7108
|
"Check All".$l(), "Cancel All".$l();
|
|
7102
|
-
const
|
|
7109
|
+
const B = De("asa.countryAll.obj");
|
|
7103
7110
|
return (m, p) => {
|
|
7104
7111
|
const x = I("el-checkbox"), d = I("el-button"), C = I("MvcAlert"), v = I("el-switch"), w = I("Input"), D = I("DrawerArea");
|
|
7105
7112
|
return S(), q(D, le(m.$attrs, { class: "MvcTableColumnDownload" }), {
|
|
@@ -7358,7 +7365,7 @@ const Ct = ol({
|
|
|
7358
7365
|
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
7366
|
}, z = (r) => {
|
|
7360
7367
|
r ? s.summary = r : s.summary = !1;
|
|
7361
|
-
},
|
|
7368
|
+
}, B = (r) => {
|
|
7362
7369
|
if (s.summaryType === "locale")
|
|
7363
7370
|
return [];
|
|
7364
7371
|
if (s.summaryType === "remote") {
|
|
@@ -7370,7 +7377,7 @@ const Ct = ol({
|
|
|
7370
7377
|
const G = h(a.summaryMetric, P);
|
|
7371
7378
|
return G !== void 0 ? G : h((Y = (K = globalThis.$config) == null ? void 0 : K.table) == null ? void 0 : Y.summaryMetric, P);
|
|
7372
7379
|
};
|
|
7373
|
-
return
|
|
7380
|
+
return Vl(r, s.summary, { resolveMetric: R });
|
|
7374
7381
|
}
|
|
7375
7382
|
return [];
|
|
7376
7383
|
}, m = () => {
|
|
@@ -7432,10 +7439,10 @@ const Ct = ol({
|
|
|
7432
7439
|
return S(), $("div", ss, [
|
|
7433
7440
|
a.noheader === !1 ? (S(), $("div", {
|
|
7434
7441
|
key: 0,
|
|
7435
|
-
class:
|
|
7442
|
+
class: V(["flexMode hb g12 p16 bg-white", a.autoHeader ? "minh64" : "h64"])
|
|
7436
7443
|
}, [
|
|
7437
7444
|
u("div", {
|
|
7438
|
-
class:
|
|
7445
|
+
class: V(["flexMode vc flexGrow maxwp100", a.headerClass])
|
|
7439
7446
|
}, [
|
|
7440
7447
|
J(r.$slots, "header", {}, void 0, !0)
|
|
7441
7448
|
], 2),
|
|
@@ -7493,7 +7500,7 @@ const Ct = ol({
|
|
|
7493
7500
|
stripe: "",
|
|
7494
7501
|
border: "",
|
|
7495
7502
|
"show-summary": n(ie),
|
|
7496
|
-
"summary-method":
|
|
7503
|
+
"summary-method": B,
|
|
7497
7504
|
class: "MainTable",
|
|
7498
7505
|
onSelectionChange: d
|
|
7499
7506
|
}, {
|
|
@@ -7697,13 +7704,13 @@ const Ct = ol({
|
|
|
7697
7704
|
c.focused = !0, _("focus", M);
|
|
7698
7705
|
}, z = (M) => {
|
|
7699
7706
|
c.focused = !1, _("blur", M);
|
|
7700
|
-
},
|
|
7707
|
+
}, B = (M) => {
|
|
7701
7708
|
const j = String(M ?? "").split(/\r?\n/);
|
|
7702
7709
|
return l.output === "array" ? j : j.join(",");
|
|
7703
7710
|
}, m = (M) => Array.isArray(M) ? M.join(`
|
|
7704
7711
|
`) : String(M ?? "").replace(/,/g, `
|
|
7705
7712
|
`), p = (M) => {
|
|
7706
|
-
const j =
|
|
7713
|
+
const j = B(M);
|
|
7707
7714
|
_("update:modelValue", j), _("input", j);
|
|
7708
7715
|
}, x = k(() => {
|
|
7709
7716
|
if (!l.height) return A.$attrs["input-style"];
|
|
@@ -7712,6 +7719,7 @@ const Ct = ol({
|
|
|
7712
7719
|
}), 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
7720
|
() => l.materialLabel && (c.focused || v.value || w.value)
|
|
7714
7721
|
), f = k(() => ({
|
|
7722
|
+
[a.class]: !!a.class,
|
|
7715
7723
|
hasLabel: !!l.label,
|
|
7716
7724
|
isMaterialLabel: !!(l.label && l.materialLabel),
|
|
7717
7725
|
isTopLabel: !!(l.label && !l.materialLabel),
|
|
@@ -7734,7 +7742,7 @@ const Ct = ol({
|
|
|
7734
7742
|
}), (M, j) => {
|
|
7735
7743
|
const F = I("el-input");
|
|
7736
7744
|
return S(), $("div", {
|
|
7737
|
-
class:
|
|
7745
|
+
class: V(["MvcField MvcFieldTextarea", n(f)]),
|
|
7738
7746
|
style: se(n(O))
|
|
7739
7747
|
}, [
|
|
7740
7748
|
l.label ? (S(), $("label", vs, E(l.label), 1)) : U("", !0),
|
|
@@ -7758,7 +7766,7 @@ const Ct = ol({
|
|
|
7758
7766
|
], 6);
|
|
7759
7767
|
};
|
|
7760
7768
|
}
|
|
7761
|
-
}), gs = /* @__PURE__ */ Q(hs, [["__scopeId", "data-v-
|
|
7769
|
+
}), gs = /* @__PURE__ */ Q(hs, [["__scopeId", "data-v-e6e80c47"]]), _s = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
7762
7770
|
__proto__: null,
|
|
7763
7771
|
default: gs
|
|
7764
7772
|
}, Symbol.toStringTag, { value: "Module" })), Xe = /* @__PURE__ */ Object.assign({
|
|
@@ -7810,7 +7818,7 @@ const As = (e, o = {}) => {
|
|
|
7810
7818
|
}, Cs = {
|
|
7811
7819
|
name: "Matt Avias Frame",
|
|
7812
7820
|
copyright: "©2026",
|
|
7813
|
-
version: "1.0.
|
|
7821
|
+
version: "1.0.89",
|
|
7814
7822
|
author: "Matt Avias",
|
|
7815
7823
|
date: "2026-02-26",
|
|
7816
7824
|
/** 默认语言 key,与 `$getLang`、localStorage `lang` 一致;业务在 app.use(mvframe, { config }) 里覆盖 */
|
|
@@ -7851,7 +7859,7 @@ export {
|
|
|
7851
7859
|
Za as b,
|
|
7852
7860
|
Re as c,
|
|
7853
7861
|
Us as d,
|
|
7854
|
-
|
|
7862
|
+
Vs as e,
|
|
7855
7863
|
Fs as f,
|
|
7856
7864
|
Ds as g,
|
|
7857
7865
|
Xa as h,
|
|
@@ -7860,7 +7868,7 @@ export {
|
|
|
7860
7868
|
Gs as k,
|
|
7861
7869
|
ve as m,
|
|
7862
7870
|
ql as n,
|
|
7863
|
-
|
|
7871
|
+
Bs as p,
|
|
7864
7872
|
_e as s,
|
|
7865
7873
|
De as u
|
|
7866
7874
|
};
|