@das-fed/ui 1.1.3 → 1.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +5 -5
- package/packages/business-components/app-container/index.css +1 -0
- package/packages/business-components/app-container/index.js +531 -0
- package/packages/business-components/echarts/index.js +17 -4
- package/packages/business-components/index.js +3 -0
- package/packages/business-components/layout-breadcrumb/index.css +1 -0
- package/packages/business-components/layout-breadcrumb/index.js +122 -0
- package/packages/business-components/low-code/index.css +1 -0
- package/packages/business-components/low-code/index.js +60 -0
- package/packages/components/breadcrumb/index.css +1 -1
- package/packages/components/icon/index.css +1 -1
- package/style/business.css +5 -2
- package/style/index.css +5 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@das-fed/ui",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.4",
|
|
4
4
|
"description": "",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "packages/index.js",
|
|
@@ -62,10 +62,10 @@
|
|
|
62
62
|
"vue": "^3.4.21"
|
|
63
63
|
},
|
|
64
64
|
"dependencies": {
|
|
65
|
-
"@das-fed/cli": "1.0.
|
|
66
|
-
"@das-fed/ui": "1.1.
|
|
67
|
-
"@das-fed/utils": "1.0.
|
|
68
|
-
"@das-fed/web": "1.0.
|
|
65
|
+
"@das-fed/cli": "1.0.3",
|
|
66
|
+
"@das-fed/ui": "1.1.4",
|
|
67
|
+
"@das-fed/utils": "1.0.9",
|
|
68
|
+
"@das-fed/web": "1.0.3",
|
|
69
69
|
"@wangeditor/editor": "^5.1.23",
|
|
70
70
|
"@wangeditor/editor-for-vue": "^5.1.12",
|
|
71
71
|
"@wangeditor/plugin-upload-attachment": "^1.1.0",
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@charset "UTF-8";:root{--el-color-primary-rgb:64,158,255;--el-color-success-rgb:103,194,58;--el-color-warning-rgb:230,162,60;--el-color-danger-rgb:245,108,108;--el-color-error-rgb:245,108,108;--el-color-info-rgb:144,147,153;--el-font-size-extra-large:20px;--el-font-size-large:18px;--el-font-size-medium:16px;--el-font-size-base:14px;--el-font-size-small:13px;--el-font-size-extra-small:12px;--el-font-family:"Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif;--el-font-weight-primary:500;--el-font-line-height-primary:24px;--el-index-normal:1;--el-index-top:1000;--el-index-popper:2000;--el-border-radius-base:4px;--el-border-radius-small:2px;--el-border-radius-round:20px;--el-border-radius-circle:100%;--el-transition-duration:0.3s;--el-transition-duration-fast:0.2s;--el-transition-function-ease-in-out-bezier:cubic-bezier(0.645,0.045,0.355,1);--el-transition-function-fast-bezier:cubic-bezier(0.23,1,0.32,1);--el-transition-all:all var(--el-transition-duration) var(--el-transition-function-ease-in-out-bezier);--el-transition-fade:opacity var(--el-transition-duration) var(--el-transition-function-fast-bezier);--el-transition-md-fade:transform var(--el-transition-duration) var(--el-transition-function-fast-bezier),opacity var(--el-transition-duration) var(--el-transition-function-fast-bezier);--el-transition-fade-linear:opacity var(--el-transition-duration-fast) linear;--el-transition-border:border-color var(--el-transition-duration-fast) var(--el-transition-function-ease-in-out-bezier);--el-transition-box-shadow:box-shadow var(--el-transition-duration-fast) var(--el-transition-function-ease-in-out-bezier);--el-transition-color:color var(--el-transition-duration-fast) var(--el-transition-function-ease-in-out-bezier);--el-component-size-large:40px;--el-component-size:32px;--el-component-size-small:24px;--el-color-white:#fff;--el-color-black:#000;--el-color-primary:#409eff;--el-color-primary-light-3:#79bbff;--el-color-primary-light-5:#a0cfff;--el-color-primary-light-7:#c6e2ff;--el-color-primary-light-8:#d9ecff;--el-color-primary-light-9:#ecf5ff;--el-color-primary-dark-2:#337ecc;--el-color-success:#67c23a;--el-color-success-light-3:#95d475;--el-color-success-light-5:#b3e19d;--el-color-success-light-7:#d1edc4;--el-color-success-light-8:#e1f3d8;--el-color-success-light-9:#f0f9eb;--el-color-success-dark-2:#529b2e;--el-color-warning:#e6a23c;--el-color-warning-light-3:#eebe77;--el-color-warning-light-5:#f3d19e;--el-color-warning-light-7:#f8e3c5;--el-color-warning-light-8:#faecd8;--el-color-warning-light-9:#fdf6ec;--el-color-warning-dark-2:#b88230;--el-color-danger:#f56c6c;--el-color-danger-light-3:#f89898;--el-color-danger-light-5:#fab6b6;--el-color-danger-light-7:#fcd3d3;--el-color-danger-light-8:#fde2e2;--el-color-danger-light-9:#fef0f0;--el-color-danger-dark-2:#c45656;--el-color-error:#f56c6c;--el-color-error-light-3:#f89898;--el-color-error-light-5:#fab6b6;--el-color-error-light-7:#fcd3d3;--el-color-error-light-8:#fde2e2;--el-color-error-light-9:#fef0f0;--el-color-error-dark-2:#c45656;--el-color-info:#909399;--el-color-info-light-3:#b1b3b8;--el-color-info-light-5:#c8c9cc;--el-color-info-light-7:#dedfe0;--el-color-info-light-8:#e9e9eb;--el-color-info-light-9:#f4f4f5;--el-color-info-dark-2:#73767a;--el-bg-color:#fff;--el-bg-color-page:#f2f3f5;--el-bg-color-overlay:#fff;--el-text-color-primary:#303133;--el-text-color-regular:#606266;--el-text-color-secondary:#909399;--el-text-color-placeholder:#a8abb2;--el-text-color-disabled:#c0c4cc;--el-border-color:#dcdfe6;--el-border-color-light:#e4e7ed;--el-border-color-lighter:#ebeef5;--el-border-color-extra-light:#f2f6fc;--el-border-color-dark:#d4d7de;--el-border-color-darker:#cdd0d6;--el-fill-color:#f0f2f5;--el-fill-color-light:#f5f7fa;--el-fill-color-lighter:#fafafa;--el-fill-color-extra-light:#fafcff;--el-fill-color-dark:#ebedf0;--el-fill-color-darker:#e6e8eb;--el-fill-color-blank:#fff;--el-box-shadow:0px 12px 32px 4px rgba(0,0,0,.04),0px 8px 20px rgba(0,0,0,.08);--el-box-shadow-light:0px 0px 12px rgba(0,0,0,.12);--el-box-shadow-lighter:0px 0px 6px rgba(0,0,0,.12);--el-box-shadow-dark:0px 16px 48px 16px rgba(0,0,0,.08),0px 12px 32px rgba(0,0,0,.12),0px 8px 16px -8px rgba(0,0,0,.16);--el-disabled-bg-color:var(--el-fill-color-light);--el-disabled-text-color:var(--el-text-color-placeholder);--el-disabled-border-color:var(--el-border-color-light);--el-overlay-color:rgba(0,0,0,.8);--el-overlay-color-light:rgba(0,0,0,.7);--el-overlay-color-lighter:rgba(0,0,0,.5);--el-mask-color:hsla(0,0%,100%,.9);--el-mask-color-extra-light:hsla(0,0%,100%,.3);--el-border-width:1px;--el-border-style:solid;--el-border-color-hover:var(--el-text-color-disabled);--el-border:var(--el-border-width) var(--el-border-style) var(--el-border-color);--el-svg-monochrome-grey:var(--el-border-color);color-scheme:light}.fade-in-linear-enter-active,.fade-in-linear-leave-active{transition:var(--el-transition-fade-linear)}.fade-in-linear-enter-from,.fade-in-linear-leave-to{opacity:0}.el-fade-in-linear-enter-active,.el-fade-in-linear-leave-active{transition:var(--el-transition-fade-linear)}.el-fade-in-linear-enter-from,.el-fade-in-linear-leave-to{opacity:0}.el-fade-in-enter-active,.el-fade-in-leave-active{transition:all var(--el-transition-duration) cubic-bezier(.55,0,.1,1)}.el-fade-in-enter-from,.el-fade-in-leave-active{opacity:0}.el-zoom-in-center-enter-active,.el-zoom-in-center-leave-active{transition:all var(--el-transition-duration) cubic-bezier(.55,0,.1,1)}.el-zoom-in-center-enter-from,.el-zoom-in-center-leave-active{opacity:0;transform:scaleX(0)}.el-zoom-in-top-enter-active,.el-zoom-in-top-leave-active{opacity:1;transform:scaleY(1);transform-origin:center top;transition:var(--el-transition-md-fade)}.el-zoom-in-top-enter-active[data-popper-placement^=top],.el-zoom-in-top-leave-active[data-popper-placement^=top]{transform-origin:center bottom}.el-zoom-in-top-enter-from,.el-zoom-in-top-leave-active{opacity:0;transform:scaleY(0)}.el-zoom-in-bottom-enter-active,.el-zoom-in-bottom-leave-active{opacity:1;transform:scaleY(1);transform-origin:center bottom;transition:var(--el-transition-md-fade)}.el-zoom-in-bottom-enter-from,.el-zoom-in-bottom-leave-active{opacity:0;transform:scaleY(0)}.el-zoom-in-left-enter-active,.el-zoom-in-left-leave-active{opacity:1;transform:scale(1);transform-origin:top left;transition:var(--el-transition-md-fade)}.el-zoom-in-left-enter-from,.el-zoom-in-left-leave-active{opacity:0;transform:scale(.45)}.collapse-transition{transition:var(--el-transition-duration) height ease-in-out,var(--el-transition-duration) padding-top ease-in-out,var(--el-transition-duration) padding-bottom ease-in-out}.el-collapse-transition-enter-active,.el-collapse-transition-leave-active{transition:var(--el-transition-duration) max-height ease-in-out,var(--el-transition-duration) padding-top ease-in-out,var(--el-transition-duration) padding-bottom ease-in-out}.horizontal-collapse-transition{transition:var(--el-transition-duration) width ease-in-out,var(--el-transition-duration) padding-left ease-in-out,var(--el-transition-duration) padding-right ease-in-out}.el-list-enter-active,.el-list-leave-active{transition:all 1s}.el-list-enter-from,.el-list-leave-to{opacity:0;transform:translateY(-30px)}.el-list-leave-active{position:absolute!important}.el-opacity-transition{transition:opacity var(--el-transition-duration) cubic-bezier(.55,0,.1,1)}.el-icon-loading{-webkit-animation:rotating 2s linear infinite;animation:rotating 2s linear infinite}.el-icon--right{margin-left:5px}.el-icon--left{margin-right:5px}@-webkit-keyframes rotating{0%{transform:rotate(0)}to{transform:rotate(1turn)}}@keyframes rotating{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.el-icon{--color:inherit;fill:currentColor;align-items:center;color:var(--color);display:inline-flex;font-size:inherit;height:1em;justify-content:center;line-height:1em;position:relative;width:1em}.el-icon.is-loading{-webkit-animation:rotating 2s linear infinite;animation:rotating 2s linear infinite}.el-icon svg{height:1em;width:1em}.el-row{box-sizing:border-box;display:flex;flex-wrap:wrap;position:relative}.el-row.is-justify-center{justify-content:center}.el-row.is-justify-end{justify-content:flex-end}.el-row.is-justify-space-between{justify-content:space-between}.el-row.is-justify-space-around{justify-content:space-around}.el-row.is-justify-space-evenly{justify-content:space-evenly}.el-row.is-align-top{align-items:flex-start}.el-row.is-align-middle{align-items:center}.el-row.is-align-bottom{align-items:flex-end}[class*=el-col-]{box-sizing:border-box}[class*=el-col-].is-guttered{display:block;min-height:1px}.el-col-0,.el-col-0.is-guttered{display:none}.el-col-0{flex:0 0 0%;max-width:0}.el-col-offset-0{margin-left:0}.el-col-pull-0{position:relative;right:0}.el-col-push-0{left:0;position:relative}.el-col-1{flex:0 0 4.1666666667%;max-width:4.1666666667%}.el-col-offset-1{margin-left:4.1666666667%}.el-col-pull-1{position:relative;right:4.1666666667%}.el-col-push-1{left:4.1666666667%;position:relative}.el-col-2{flex:0 0 8.3333333333%;max-width:8.3333333333%}.el-col-offset-2{margin-left:8.3333333333%}.el-col-pull-2{position:relative;right:8.3333333333%}.el-col-push-2{left:8.3333333333%;position:relative}.el-col-3{flex:0 0 12.5%;max-width:12.5%}.el-col-offset-3{margin-left:12.5%}.el-col-pull-3{position:relative;right:12.5%}.el-col-push-3{left:12.5%;position:relative}.el-col-4{flex:0 0 16.6666666667%;max-width:16.6666666667%}.el-col-offset-4{margin-left:16.6666666667%}.el-col-pull-4{position:relative;right:16.6666666667%}.el-col-push-4{left:16.6666666667%;position:relative}.el-col-5{flex:0 0 20.8333333333%;max-width:20.8333333333%}.el-col-offset-5{margin-left:20.8333333333%}.el-col-pull-5{position:relative;right:20.8333333333%}.el-col-push-5{left:20.8333333333%;position:relative}.el-col-6{flex:0 0 25%;max-width:25%}.el-col-offset-6{margin-left:25%}.el-col-pull-6{position:relative;right:25%}.el-col-push-6{left:25%;position:relative}.el-col-7{flex:0 0 29.1666666667%;max-width:29.1666666667%}.el-col-offset-7{margin-left:29.1666666667%}.el-col-pull-7{position:relative;right:29.1666666667%}.el-col-push-7{left:29.1666666667%;position:relative}.el-col-8{flex:0 0 33.3333333333%;max-width:33.3333333333%}.el-col-offset-8{margin-left:33.3333333333%}.el-col-pull-8{position:relative;right:33.3333333333%}.el-col-push-8{left:33.3333333333%;position:relative}.el-col-9{flex:0 0 37.5%;max-width:37.5%}.el-col-offset-9{margin-left:37.5%}.el-col-pull-9{position:relative;right:37.5%}.el-col-push-9{left:37.5%;position:relative}.el-col-10{flex:0 0 41.6666666667%;max-width:41.6666666667%}.el-col-offset-10{margin-left:41.6666666667%}.el-col-pull-10{position:relative;right:41.6666666667%}.el-col-push-10{left:41.6666666667%;position:relative}.el-col-11{flex:0 0 45.8333333333%;max-width:45.8333333333%}.el-col-offset-11{margin-left:45.8333333333%}.el-col-pull-11{position:relative;right:45.8333333333%}.el-col-push-11{left:45.8333333333%;position:relative}.el-col-12{flex:0 0 50%;max-width:50%}.el-col-offset-12{margin-left:50%}.el-col-pull-12{position:relative;right:50%}.el-col-push-12{left:50%;position:relative}.el-col-13{flex:0 0 54.1666666667%;max-width:54.1666666667%}.el-col-offset-13{margin-left:54.1666666667%}.el-col-pull-13{position:relative;right:54.1666666667%}.el-col-push-13{left:54.1666666667%;position:relative}.el-col-14{flex:0 0 58.3333333333%;max-width:58.3333333333%}.el-col-offset-14{margin-left:58.3333333333%}.el-col-pull-14{position:relative;right:58.3333333333%}.el-col-push-14{left:58.3333333333%;position:relative}.el-col-15{flex:0 0 62.5%;max-width:62.5%}.el-col-offset-15{margin-left:62.5%}.el-col-pull-15{position:relative;right:62.5%}.el-col-push-15{left:62.5%;position:relative}.el-col-16{flex:0 0 66.6666666667%;max-width:66.6666666667%}.el-col-offset-16{margin-left:66.6666666667%}.el-col-pull-16{position:relative;right:66.6666666667%}.el-col-push-16{left:66.6666666667%;position:relative}.el-col-17{flex:0 0 70.8333333333%;max-width:70.8333333333%}.el-col-offset-17{margin-left:70.8333333333%}.el-col-pull-17{position:relative;right:70.8333333333%}.el-col-push-17{left:70.8333333333%;position:relative}.el-col-18{flex:0 0 75%;max-width:75%}.el-col-offset-18{margin-left:75%}.el-col-pull-18{position:relative;right:75%}.el-col-push-18{left:75%;position:relative}.el-col-19{flex:0 0 79.1666666667%;max-width:79.1666666667%}.el-col-offset-19{margin-left:79.1666666667%}.el-col-pull-19{position:relative;right:79.1666666667%}.el-col-push-19{left:79.1666666667%;position:relative}.el-col-20{flex:0 0 83.3333333333%;max-width:83.3333333333%}.el-col-offset-20{margin-left:83.3333333333%}.el-col-pull-20{position:relative;right:83.3333333333%}.el-col-push-20{left:83.3333333333%;position:relative}.el-col-21{flex:0 0 87.5%;max-width:87.5%}.el-col-offset-21{margin-left:87.5%}.el-col-pull-21{position:relative;right:87.5%}.el-col-push-21{left:87.5%;position:relative}.el-col-22{flex:0 0 91.6666666667%;max-width:91.6666666667%}.el-col-offset-22{margin-left:91.6666666667%}.el-col-pull-22{position:relative;right:91.6666666667%}.el-col-push-22{left:91.6666666667%;position:relative}.el-col-23{flex:0 0 95.8333333333%;max-width:95.8333333333%}.el-col-offset-23{margin-left:95.8333333333%}.el-col-pull-23{position:relative;right:95.8333333333%}.el-col-push-23{left:95.8333333333%;position:relative}.el-col-24{flex:0 0 100%;max-width:100%}.el-col-offset-24{margin-left:100%}.el-col-pull-24{position:relative;right:100%}.el-col-push-24{left:100%;position:relative}@media only screen and (max-width:768px){.el-col-xs-0,.el-col-xs-0.is-guttered{display:none}.el-col-xs-0{flex:0 0 0%;max-width:0}.el-col-xs-offset-0{margin-left:0}.el-col-xs-pull-0{position:relative;right:0}.el-col-xs-push-0{left:0;position:relative}.el-col-xs-1{display:block;flex:0 0 4.1666666667%;max-width:4.1666666667%}.el-col-xs-offset-1{margin-left:4.1666666667%}.el-col-xs-pull-1{position:relative;right:4.1666666667%}.el-col-xs-push-1{left:4.1666666667%;position:relative}.el-col-xs-2{display:block;flex:0 0 8.3333333333%;max-width:8.3333333333%}.el-col-xs-offset-2{margin-left:8.3333333333%}.el-col-xs-pull-2{position:relative;right:8.3333333333%}.el-col-xs-push-2{left:8.3333333333%;position:relative}.el-col-xs-3{display:block;flex:0 0 12.5%;max-width:12.5%}.el-col-xs-offset-3{margin-left:12.5%}.el-col-xs-pull-3{position:relative;right:12.5%}.el-col-xs-push-3{left:12.5%;position:relative}.el-col-xs-4{display:block;flex:0 0 16.6666666667%;max-width:16.6666666667%}.el-col-xs-offset-4{margin-left:16.6666666667%}.el-col-xs-pull-4{position:relative;right:16.6666666667%}.el-col-xs-push-4{left:16.6666666667%;position:relative}.el-col-xs-5{display:block;flex:0 0 20.8333333333%;max-width:20.8333333333%}.el-col-xs-offset-5{margin-left:20.8333333333%}.el-col-xs-pull-5{position:relative;right:20.8333333333%}.el-col-xs-push-5{left:20.8333333333%;position:relative}.el-col-xs-6{display:block;flex:0 0 25%;max-width:25%}.el-col-xs-offset-6{margin-left:25%}.el-col-xs-pull-6{position:relative;right:25%}.el-col-xs-push-6{left:25%;position:relative}.el-col-xs-7{display:block;flex:0 0 29.1666666667%;max-width:29.1666666667%}.el-col-xs-offset-7{margin-left:29.1666666667%}.el-col-xs-pull-7{position:relative;right:29.1666666667%}.el-col-xs-push-7{left:29.1666666667%;position:relative}.el-col-xs-8{display:block;flex:0 0 33.3333333333%;max-width:33.3333333333%}.el-col-xs-offset-8{margin-left:33.3333333333%}.el-col-xs-pull-8{position:relative;right:33.3333333333%}.el-col-xs-push-8{left:33.3333333333%;position:relative}.el-col-xs-9{display:block;flex:0 0 37.5%;max-width:37.5%}.el-col-xs-offset-9{margin-left:37.5%}.el-col-xs-pull-9{position:relative;right:37.5%}.el-col-xs-push-9{left:37.5%;position:relative}.el-col-xs-10{display:block;flex:0 0 41.6666666667%;max-width:41.6666666667%}.el-col-xs-offset-10{margin-left:41.6666666667%}.el-col-xs-pull-10{position:relative;right:41.6666666667%}.el-col-xs-push-10{left:41.6666666667%;position:relative}.el-col-xs-11{display:block;flex:0 0 45.8333333333%;max-width:45.8333333333%}.el-col-xs-offset-11{margin-left:45.8333333333%}.el-col-xs-pull-11{position:relative;right:45.8333333333%}.el-col-xs-push-11{left:45.8333333333%;position:relative}.el-col-xs-12{display:block;flex:0 0 50%;max-width:50%}.el-col-xs-offset-12{margin-left:50%}.el-col-xs-pull-12{position:relative;right:50%}.el-col-xs-push-12{left:50%;position:relative}.el-col-xs-13{display:block;flex:0 0 54.1666666667%;max-width:54.1666666667%}.el-col-xs-offset-13{margin-left:54.1666666667%}.el-col-xs-pull-13{position:relative;right:54.1666666667%}.el-col-xs-push-13{left:54.1666666667%;position:relative}.el-col-xs-14{display:block;flex:0 0 58.3333333333%;max-width:58.3333333333%}.el-col-xs-offset-14{margin-left:58.3333333333%}.el-col-xs-pull-14{position:relative;right:58.3333333333%}.el-col-xs-push-14{left:58.3333333333%;position:relative}.el-col-xs-15{display:block;flex:0 0 62.5%;max-width:62.5%}.el-col-xs-offset-15{margin-left:62.5%}.el-col-xs-pull-15{position:relative;right:62.5%}.el-col-xs-push-15{left:62.5%;position:relative}.el-col-xs-16{display:block;flex:0 0 66.6666666667%;max-width:66.6666666667%}.el-col-xs-offset-16{margin-left:66.6666666667%}.el-col-xs-pull-16{position:relative;right:66.6666666667%}.el-col-xs-push-16{left:66.6666666667%;position:relative}.el-col-xs-17{display:block;flex:0 0 70.8333333333%;max-width:70.8333333333%}.el-col-xs-offset-17{margin-left:70.8333333333%}.el-col-xs-pull-17{position:relative;right:70.8333333333%}.el-col-xs-push-17{left:70.8333333333%;position:relative}.el-col-xs-18{display:block;flex:0 0 75%;max-width:75%}.el-col-xs-offset-18{margin-left:75%}.el-col-xs-pull-18{position:relative;right:75%}.el-col-xs-push-18{left:75%;position:relative}.el-col-xs-19{display:block;flex:0 0 79.1666666667%;max-width:79.1666666667%}.el-col-xs-offset-19{margin-left:79.1666666667%}.el-col-xs-pull-19{position:relative;right:79.1666666667%}.el-col-xs-push-19{left:79.1666666667%;position:relative}.el-col-xs-20{display:block;flex:0 0 83.3333333333%;max-width:83.3333333333%}.el-col-xs-offset-20{margin-left:83.3333333333%}.el-col-xs-pull-20{position:relative;right:83.3333333333%}.el-col-xs-push-20{left:83.3333333333%;position:relative}.el-col-xs-21{display:block;flex:0 0 87.5%;max-width:87.5%}.el-col-xs-offset-21{margin-left:87.5%}.el-col-xs-pull-21{position:relative;right:87.5%}.el-col-xs-push-21{left:87.5%;position:relative}.el-col-xs-22{display:block;flex:0 0 91.6666666667%;max-width:91.6666666667%}.el-col-xs-offset-22{margin-left:91.6666666667%}.el-col-xs-pull-22{position:relative;right:91.6666666667%}.el-col-xs-push-22{left:91.6666666667%;position:relative}.el-col-xs-23{display:block;flex:0 0 95.8333333333%;max-width:95.8333333333%}.el-col-xs-offset-23{margin-left:95.8333333333%}.el-col-xs-pull-23{position:relative;right:95.8333333333%}.el-col-xs-push-23{left:95.8333333333%;position:relative}.el-col-xs-24{display:block;flex:0 0 100%;max-width:100%}.el-col-xs-offset-24{margin-left:100%}.el-col-xs-pull-24{position:relative;right:100%}.el-col-xs-push-24{left:100%;position:relative}}@media only screen and (min-width:768px){.el-col-sm-0,.el-col-sm-0.is-guttered{display:none}.el-col-sm-0{flex:0 0 0%;max-width:0}.el-col-sm-offset-0{margin-left:0}.el-col-sm-pull-0{position:relative;right:0}.el-col-sm-push-0{left:0;position:relative}.el-col-sm-1{display:block;flex:0 0 4.1666666667%;max-width:4.1666666667%}.el-col-sm-offset-1{margin-left:4.1666666667%}.el-col-sm-pull-1{position:relative;right:4.1666666667%}.el-col-sm-push-1{left:4.1666666667%;position:relative}.el-col-sm-2{display:block;flex:0 0 8.3333333333%;max-width:8.3333333333%}.el-col-sm-offset-2{margin-left:8.3333333333%}.el-col-sm-pull-2{position:relative;right:8.3333333333%}.el-col-sm-push-2{left:8.3333333333%;position:relative}.el-col-sm-3{display:block;flex:0 0 12.5%;max-width:12.5%}.el-col-sm-offset-3{margin-left:12.5%}.el-col-sm-pull-3{position:relative;right:12.5%}.el-col-sm-push-3{left:12.5%;position:relative}.el-col-sm-4{display:block;flex:0 0 16.6666666667%;max-width:16.6666666667%}.el-col-sm-offset-4{margin-left:16.6666666667%}.el-col-sm-pull-4{position:relative;right:16.6666666667%}.el-col-sm-push-4{left:16.6666666667%;position:relative}.el-col-sm-5{display:block;flex:0 0 20.8333333333%;max-width:20.8333333333%}.el-col-sm-offset-5{margin-left:20.8333333333%}.el-col-sm-pull-5{position:relative;right:20.8333333333%}.el-col-sm-push-5{left:20.8333333333%;position:relative}.el-col-sm-6{display:block;flex:0 0 25%;max-width:25%}.el-col-sm-offset-6{margin-left:25%}.el-col-sm-pull-6{position:relative;right:25%}.el-col-sm-push-6{left:25%;position:relative}.el-col-sm-7{display:block;flex:0 0 29.1666666667%;max-width:29.1666666667%}.el-col-sm-offset-7{margin-left:29.1666666667%}.el-col-sm-pull-7{position:relative;right:29.1666666667%}.el-col-sm-push-7{left:29.1666666667%;position:relative}.el-col-sm-8{display:block;flex:0 0 33.3333333333%;max-width:33.3333333333%}.el-col-sm-offset-8{margin-left:33.3333333333%}.el-col-sm-pull-8{position:relative;right:33.3333333333%}.el-col-sm-push-8{left:33.3333333333%;position:relative}.el-col-sm-9{display:block;flex:0 0 37.5%;max-width:37.5%}.el-col-sm-offset-9{margin-left:37.5%}.el-col-sm-pull-9{position:relative;right:37.5%}.el-col-sm-push-9{left:37.5%;position:relative}.el-col-sm-10{display:block;flex:0 0 41.6666666667%;max-width:41.6666666667%}.el-col-sm-offset-10{margin-left:41.6666666667%}.el-col-sm-pull-10{position:relative;right:41.6666666667%}.el-col-sm-push-10{left:41.6666666667%;position:relative}.el-col-sm-11{display:block;flex:0 0 45.8333333333%;max-width:45.8333333333%}.el-col-sm-offset-11{margin-left:45.8333333333%}.el-col-sm-pull-11{position:relative;right:45.8333333333%}.el-col-sm-push-11{left:45.8333333333%;position:relative}.el-col-sm-12{display:block;flex:0 0 50%;max-width:50%}.el-col-sm-offset-12{margin-left:50%}.el-col-sm-pull-12{position:relative;right:50%}.el-col-sm-push-12{left:50%;position:relative}.el-col-sm-13{display:block;flex:0 0 54.1666666667%;max-width:54.1666666667%}.el-col-sm-offset-13{margin-left:54.1666666667%}.el-col-sm-pull-13{position:relative;right:54.1666666667%}.el-col-sm-push-13{left:54.1666666667%;position:relative}.el-col-sm-14{display:block;flex:0 0 58.3333333333%;max-width:58.3333333333%}.el-col-sm-offset-14{margin-left:58.3333333333%}.el-col-sm-pull-14{position:relative;right:58.3333333333%}.el-col-sm-push-14{left:58.3333333333%;position:relative}.el-col-sm-15{display:block;flex:0 0 62.5%;max-width:62.5%}.el-col-sm-offset-15{margin-left:62.5%}.el-col-sm-pull-15{position:relative;right:62.5%}.el-col-sm-push-15{left:62.5%;position:relative}.el-col-sm-16{display:block;flex:0 0 66.6666666667%;max-width:66.6666666667%}.el-col-sm-offset-16{margin-left:66.6666666667%}.el-col-sm-pull-16{position:relative;right:66.6666666667%}.el-col-sm-push-16{left:66.6666666667%;position:relative}.el-col-sm-17{display:block;flex:0 0 70.8333333333%;max-width:70.8333333333%}.el-col-sm-offset-17{margin-left:70.8333333333%}.el-col-sm-pull-17{position:relative;right:70.8333333333%}.el-col-sm-push-17{left:70.8333333333%;position:relative}.el-col-sm-18{display:block;flex:0 0 75%;max-width:75%}.el-col-sm-offset-18{margin-left:75%}.el-col-sm-pull-18{position:relative;right:75%}.el-col-sm-push-18{left:75%;position:relative}.el-col-sm-19{display:block;flex:0 0 79.1666666667%;max-width:79.1666666667%}.el-col-sm-offset-19{margin-left:79.1666666667%}.el-col-sm-pull-19{position:relative;right:79.1666666667%}.el-col-sm-push-19{left:79.1666666667%;position:relative}.el-col-sm-20{display:block;flex:0 0 83.3333333333%;max-width:83.3333333333%}.el-col-sm-offset-20{margin-left:83.3333333333%}.el-col-sm-pull-20{position:relative;right:83.3333333333%}.el-col-sm-push-20{left:83.3333333333%;position:relative}.el-col-sm-21{display:block;flex:0 0 87.5%;max-width:87.5%}.el-col-sm-offset-21{margin-left:87.5%}.el-col-sm-pull-21{position:relative;right:87.5%}.el-col-sm-push-21{left:87.5%;position:relative}.el-col-sm-22{display:block;flex:0 0 91.6666666667%;max-width:91.6666666667%}.el-col-sm-offset-22{margin-left:91.6666666667%}.el-col-sm-pull-22{position:relative;right:91.6666666667%}.el-col-sm-push-22{left:91.6666666667%;position:relative}.el-col-sm-23{display:block;flex:0 0 95.8333333333%;max-width:95.8333333333%}.el-col-sm-offset-23{margin-left:95.8333333333%}.el-col-sm-pull-23{position:relative;right:95.8333333333%}.el-col-sm-push-23{left:95.8333333333%;position:relative}.el-col-sm-24{display:block;flex:0 0 100%;max-width:100%}.el-col-sm-offset-24{margin-left:100%}.el-col-sm-pull-24{position:relative;right:100%}.el-col-sm-push-24{left:100%;position:relative}}@media only screen and (min-width:992px){.el-col-md-0,.el-col-md-0.is-guttered{display:none}.el-col-md-0{flex:0 0 0%;max-width:0}.el-col-md-offset-0{margin-left:0}.el-col-md-pull-0{position:relative;right:0}.el-col-md-push-0{left:0;position:relative}.el-col-md-1{display:block;flex:0 0 4.1666666667%;max-width:4.1666666667%}.el-col-md-offset-1{margin-left:4.1666666667%}.el-col-md-pull-1{position:relative;right:4.1666666667%}.el-col-md-push-1{left:4.1666666667%;position:relative}.el-col-md-2{display:block;flex:0 0 8.3333333333%;max-width:8.3333333333%}.el-col-md-offset-2{margin-left:8.3333333333%}.el-col-md-pull-2{position:relative;right:8.3333333333%}.el-col-md-push-2{left:8.3333333333%;position:relative}.el-col-md-3{display:block;flex:0 0 12.5%;max-width:12.5%}.el-col-md-offset-3{margin-left:12.5%}.el-col-md-pull-3{position:relative;right:12.5%}.el-col-md-push-3{left:12.5%;position:relative}.el-col-md-4{display:block;flex:0 0 16.6666666667%;max-width:16.6666666667%}.el-col-md-offset-4{margin-left:16.6666666667%}.el-col-md-pull-4{position:relative;right:16.6666666667%}.el-col-md-push-4{left:16.6666666667%;position:relative}.el-col-md-5{display:block;flex:0 0 20.8333333333%;max-width:20.8333333333%}.el-col-md-offset-5{margin-left:20.8333333333%}.el-col-md-pull-5{position:relative;right:20.8333333333%}.el-col-md-push-5{left:20.8333333333%;position:relative}.el-col-md-6{display:block;flex:0 0 25%;max-width:25%}.el-col-md-offset-6{margin-left:25%}.el-col-md-pull-6{position:relative;right:25%}.el-col-md-push-6{left:25%;position:relative}.el-col-md-7{display:block;flex:0 0 29.1666666667%;max-width:29.1666666667%}.el-col-md-offset-7{margin-left:29.1666666667%}.el-col-md-pull-7{position:relative;right:29.1666666667%}.el-col-md-push-7{left:29.1666666667%;position:relative}.el-col-md-8{display:block;flex:0 0 33.3333333333%;max-width:33.3333333333%}.el-col-md-offset-8{margin-left:33.3333333333%}.el-col-md-pull-8{position:relative;right:33.3333333333%}.el-col-md-push-8{left:33.3333333333%;position:relative}.el-col-md-9{display:block;flex:0 0 37.5%;max-width:37.5%}.el-col-md-offset-9{margin-left:37.5%}.el-col-md-pull-9{position:relative;right:37.5%}.el-col-md-push-9{left:37.5%;position:relative}.el-col-md-10{display:block;flex:0 0 41.6666666667%;max-width:41.6666666667%}.el-col-md-offset-10{margin-left:41.6666666667%}.el-col-md-pull-10{position:relative;right:41.6666666667%}.el-col-md-push-10{left:41.6666666667%;position:relative}.el-col-md-11{display:block;flex:0 0 45.8333333333%;max-width:45.8333333333%}.el-col-md-offset-11{margin-left:45.8333333333%}.el-col-md-pull-11{position:relative;right:45.8333333333%}.el-col-md-push-11{left:45.8333333333%;position:relative}.el-col-md-12{display:block;flex:0 0 50%;max-width:50%}.el-col-md-offset-12{margin-left:50%}.el-col-md-pull-12{position:relative;right:50%}.el-col-md-push-12{left:50%;position:relative}.el-col-md-13{display:block;flex:0 0 54.1666666667%;max-width:54.1666666667%}.el-col-md-offset-13{margin-left:54.1666666667%}.el-col-md-pull-13{position:relative;right:54.1666666667%}.el-col-md-push-13{left:54.1666666667%;position:relative}.el-col-md-14{display:block;flex:0 0 58.3333333333%;max-width:58.3333333333%}.el-col-md-offset-14{margin-left:58.3333333333%}.el-col-md-pull-14{position:relative;right:58.3333333333%}.el-col-md-push-14{left:58.3333333333%;position:relative}.el-col-md-15{display:block;flex:0 0 62.5%;max-width:62.5%}.el-col-md-offset-15{margin-left:62.5%}.el-col-md-pull-15{position:relative;right:62.5%}.el-col-md-push-15{left:62.5%;position:relative}.el-col-md-16{display:block;flex:0 0 66.6666666667%;max-width:66.6666666667%}.el-col-md-offset-16{margin-left:66.6666666667%}.el-col-md-pull-16{position:relative;right:66.6666666667%}.el-col-md-push-16{left:66.6666666667%;position:relative}.el-col-md-17{display:block;flex:0 0 70.8333333333%;max-width:70.8333333333%}.el-col-md-offset-17{margin-left:70.8333333333%}.el-col-md-pull-17{position:relative;right:70.8333333333%}.el-col-md-push-17{left:70.8333333333%;position:relative}.el-col-md-18{display:block;flex:0 0 75%;max-width:75%}.el-col-md-offset-18{margin-left:75%}.el-col-md-pull-18{position:relative;right:75%}.el-col-md-push-18{left:75%;position:relative}.el-col-md-19{display:block;flex:0 0 79.1666666667%;max-width:79.1666666667%}.el-col-md-offset-19{margin-left:79.1666666667%}.el-col-md-pull-19{position:relative;right:79.1666666667%}.el-col-md-push-19{left:79.1666666667%;position:relative}.el-col-md-20{display:block;flex:0 0 83.3333333333%;max-width:83.3333333333%}.el-col-md-offset-20{margin-left:83.3333333333%}.el-col-md-pull-20{position:relative;right:83.3333333333%}.el-col-md-push-20{left:83.3333333333%;position:relative}.el-col-md-21{display:block;flex:0 0 87.5%;max-width:87.5%}.el-col-md-offset-21{margin-left:87.5%}.el-col-md-pull-21{position:relative;right:87.5%}.el-col-md-push-21{left:87.5%;position:relative}.el-col-md-22{display:block;flex:0 0 91.6666666667%;max-width:91.6666666667%}.el-col-md-offset-22{margin-left:91.6666666667%}.el-col-md-pull-22{position:relative;right:91.6666666667%}.el-col-md-push-22{left:91.6666666667%;position:relative}.el-col-md-23{display:block;flex:0 0 95.8333333333%;max-width:95.8333333333%}.el-col-md-offset-23{margin-left:95.8333333333%}.el-col-md-pull-23{position:relative;right:95.8333333333%}.el-col-md-push-23{left:95.8333333333%;position:relative}.el-col-md-24{display:block;flex:0 0 100%;max-width:100%}.el-col-md-offset-24{margin-left:100%}.el-col-md-pull-24{position:relative;right:100%}.el-col-md-push-24{left:100%;position:relative}}@media only screen and (min-width:1200px){.el-col-lg-0,.el-col-lg-0.is-guttered{display:none}.el-col-lg-0{flex:0 0 0%;max-width:0}.el-col-lg-offset-0{margin-left:0}.el-col-lg-pull-0{position:relative;right:0}.el-col-lg-push-0{left:0;position:relative}.el-col-lg-1{display:block;flex:0 0 4.1666666667%;max-width:4.1666666667%}.el-col-lg-offset-1{margin-left:4.1666666667%}.el-col-lg-pull-1{position:relative;right:4.1666666667%}.el-col-lg-push-1{left:4.1666666667%;position:relative}.el-col-lg-2{display:block;flex:0 0 8.3333333333%;max-width:8.3333333333%}.el-col-lg-offset-2{margin-left:8.3333333333%}.el-col-lg-pull-2{position:relative;right:8.3333333333%}.el-col-lg-push-2{left:8.3333333333%;position:relative}.el-col-lg-3{display:block;flex:0 0 12.5%;max-width:12.5%}.el-col-lg-offset-3{margin-left:12.5%}.el-col-lg-pull-3{position:relative;right:12.5%}.el-col-lg-push-3{left:12.5%;position:relative}.el-col-lg-4{display:block;flex:0 0 16.6666666667%;max-width:16.6666666667%}.el-col-lg-offset-4{margin-left:16.6666666667%}.el-col-lg-pull-4{position:relative;right:16.6666666667%}.el-col-lg-push-4{left:16.6666666667%;position:relative}.el-col-lg-5{display:block;flex:0 0 20.8333333333%;max-width:20.8333333333%}.el-col-lg-offset-5{margin-left:20.8333333333%}.el-col-lg-pull-5{position:relative;right:20.8333333333%}.el-col-lg-push-5{left:20.8333333333%;position:relative}.el-col-lg-6{display:block;flex:0 0 25%;max-width:25%}.el-col-lg-offset-6{margin-left:25%}.el-col-lg-pull-6{position:relative;right:25%}.el-col-lg-push-6{left:25%;position:relative}.el-col-lg-7{display:block;flex:0 0 29.1666666667%;max-width:29.1666666667%}.el-col-lg-offset-7{margin-left:29.1666666667%}.el-col-lg-pull-7{position:relative;right:29.1666666667%}.el-col-lg-push-7{left:29.1666666667%;position:relative}.el-col-lg-8{display:block;flex:0 0 33.3333333333%;max-width:33.3333333333%}.el-col-lg-offset-8{margin-left:33.3333333333%}.el-col-lg-pull-8{position:relative;right:33.3333333333%}.el-col-lg-push-8{left:33.3333333333%;position:relative}.el-col-lg-9{display:block;flex:0 0 37.5%;max-width:37.5%}.el-col-lg-offset-9{margin-left:37.5%}.el-col-lg-pull-9{position:relative;right:37.5%}.el-col-lg-push-9{left:37.5%;position:relative}.el-col-lg-10{display:block;flex:0 0 41.6666666667%;max-width:41.6666666667%}.el-col-lg-offset-10{margin-left:41.6666666667%}.el-col-lg-pull-10{position:relative;right:41.6666666667%}.el-col-lg-push-10{left:41.6666666667%;position:relative}.el-col-lg-11{display:block;flex:0 0 45.8333333333%;max-width:45.8333333333%}.el-col-lg-offset-11{margin-left:45.8333333333%}.el-col-lg-pull-11{position:relative;right:45.8333333333%}.el-col-lg-push-11{left:45.8333333333%;position:relative}.el-col-lg-12{display:block;flex:0 0 50%;max-width:50%}.el-col-lg-offset-12{margin-left:50%}.el-col-lg-pull-12{position:relative;right:50%}.el-col-lg-push-12{left:50%;position:relative}.el-col-lg-13{display:block;flex:0 0 54.1666666667%;max-width:54.1666666667%}.el-col-lg-offset-13{margin-left:54.1666666667%}.el-col-lg-pull-13{position:relative;right:54.1666666667%}.el-col-lg-push-13{left:54.1666666667%;position:relative}.el-col-lg-14{display:block;flex:0 0 58.3333333333%;max-width:58.3333333333%}.el-col-lg-offset-14{margin-left:58.3333333333%}.el-col-lg-pull-14{position:relative;right:58.3333333333%}.el-col-lg-push-14{left:58.3333333333%;position:relative}.el-col-lg-15{display:block;flex:0 0 62.5%;max-width:62.5%}.el-col-lg-offset-15{margin-left:62.5%}.el-col-lg-pull-15{position:relative;right:62.5%}.el-col-lg-push-15{left:62.5%;position:relative}.el-col-lg-16{display:block;flex:0 0 66.6666666667%;max-width:66.6666666667%}.el-col-lg-offset-16{margin-left:66.6666666667%}.el-col-lg-pull-16{position:relative;right:66.6666666667%}.el-col-lg-push-16{left:66.6666666667%;position:relative}.el-col-lg-17{display:block;flex:0 0 70.8333333333%;max-width:70.8333333333%}.el-col-lg-offset-17{margin-left:70.8333333333%}.el-col-lg-pull-17{position:relative;right:70.8333333333%}.el-col-lg-push-17{left:70.8333333333%;position:relative}.el-col-lg-18{display:block;flex:0 0 75%;max-width:75%}.el-col-lg-offset-18{margin-left:75%}.el-col-lg-pull-18{position:relative;right:75%}.el-col-lg-push-18{left:75%;position:relative}.el-col-lg-19{display:block;flex:0 0 79.1666666667%;max-width:79.1666666667%}.el-col-lg-offset-19{margin-left:79.1666666667%}.el-col-lg-pull-19{position:relative;right:79.1666666667%}.el-col-lg-push-19{left:79.1666666667%;position:relative}.el-col-lg-20{display:block;flex:0 0 83.3333333333%;max-width:83.3333333333%}.el-col-lg-offset-20{margin-left:83.3333333333%}.el-col-lg-pull-20{position:relative;right:83.3333333333%}.el-col-lg-push-20{left:83.3333333333%;position:relative}.el-col-lg-21{display:block;flex:0 0 87.5%;max-width:87.5%}.el-col-lg-offset-21{margin-left:87.5%}.el-col-lg-pull-21{position:relative;right:87.5%}.el-col-lg-push-21{left:87.5%;position:relative}.el-col-lg-22{display:block;flex:0 0 91.6666666667%;max-width:91.6666666667%}.el-col-lg-offset-22{margin-left:91.6666666667%}.el-col-lg-pull-22{position:relative;right:91.6666666667%}.el-col-lg-push-22{left:91.6666666667%;position:relative}.el-col-lg-23{display:block;flex:0 0 95.8333333333%;max-width:95.8333333333%}.el-col-lg-offset-23{margin-left:95.8333333333%}.el-col-lg-pull-23{position:relative;right:95.8333333333%}.el-col-lg-push-23{left:95.8333333333%;position:relative}.el-col-lg-24{display:block;flex:0 0 100%;max-width:100%}.el-col-lg-offset-24{margin-left:100%}.el-col-lg-pull-24{position:relative;right:100%}.el-col-lg-push-24{left:100%;position:relative}}@media only screen and (min-width:1920px){.el-col-xl-0,.el-col-xl-0.is-guttered{display:none}.el-col-xl-0{flex:0 0 0%;max-width:0}.el-col-xl-offset-0{margin-left:0}.el-col-xl-pull-0{position:relative;right:0}.el-col-xl-push-0{left:0;position:relative}.el-col-xl-1{display:block;flex:0 0 4.1666666667%;max-width:4.1666666667%}.el-col-xl-offset-1{margin-left:4.1666666667%}.el-col-xl-pull-1{position:relative;right:4.1666666667%}.el-col-xl-push-1{left:4.1666666667%;position:relative}.el-col-xl-2{display:block;flex:0 0 8.3333333333%;max-width:8.3333333333%}.el-col-xl-offset-2{margin-left:8.3333333333%}.el-col-xl-pull-2{position:relative;right:8.3333333333%}.el-col-xl-push-2{left:8.3333333333%;position:relative}.el-col-xl-3{display:block;flex:0 0 12.5%;max-width:12.5%}.el-col-xl-offset-3{margin-left:12.5%}.el-col-xl-pull-3{position:relative;right:12.5%}.el-col-xl-push-3{left:12.5%;position:relative}.el-col-xl-4{display:block;flex:0 0 16.6666666667%;max-width:16.6666666667%}.el-col-xl-offset-4{margin-left:16.6666666667%}.el-col-xl-pull-4{position:relative;right:16.6666666667%}.el-col-xl-push-4{left:16.6666666667%;position:relative}.el-col-xl-5{display:block;flex:0 0 20.8333333333%;max-width:20.8333333333%}.el-col-xl-offset-5{margin-left:20.8333333333%}.el-col-xl-pull-5{position:relative;right:20.8333333333%}.el-col-xl-push-5{left:20.8333333333%;position:relative}.el-col-xl-6{display:block;flex:0 0 25%;max-width:25%}.el-col-xl-offset-6{margin-left:25%}.el-col-xl-pull-6{position:relative;right:25%}.el-col-xl-push-6{left:25%;position:relative}.el-col-xl-7{display:block;flex:0 0 29.1666666667%;max-width:29.1666666667%}.el-col-xl-offset-7{margin-left:29.1666666667%}.el-col-xl-pull-7{position:relative;right:29.1666666667%}.el-col-xl-push-7{left:29.1666666667%;position:relative}.el-col-xl-8{display:block;flex:0 0 33.3333333333%;max-width:33.3333333333%}.el-col-xl-offset-8{margin-left:33.3333333333%}.el-col-xl-pull-8{position:relative;right:33.3333333333%}.el-col-xl-push-8{left:33.3333333333%;position:relative}.el-col-xl-9{display:block;flex:0 0 37.5%;max-width:37.5%}.el-col-xl-offset-9{margin-left:37.5%}.el-col-xl-pull-9{position:relative;right:37.5%}.el-col-xl-push-9{left:37.5%;position:relative}.el-col-xl-10{display:block;flex:0 0 41.6666666667%;max-width:41.6666666667%}.el-col-xl-offset-10{margin-left:41.6666666667%}.el-col-xl-pull-10{position:relative;right:41.6666666667%}.el-col-xl-push-10{left:41.6666666667%;position:relative}.el-col-xl-11{display:block;flex:0 0 45.8333333333%;max-width:45.8333333333%}.el-col-xl-offset-11{margin-left:45.8333333333%}.el-col-xl-pull-11{position:relative;right:45.8333333333%}.el-col-xl-push-11{left:45.8333333333%;position:relative}.el-col-xl-12{display:block;flex:0 0 50%;max-width:50%}.el-col-xl-offset-12{margin-left:50%}.el-col-xl-pull-12{position:relative;right:50%}.el-col-xl-push-12{left:50%;position:relative}.el-col-xl-13{display:block;flex:0 0 54.1666666667%;max-width:54.1666666667%}.el-col-xl-offset-13{margin-left:54.1666666667%}.el-col-xl-pull-13{position:relative;right:54.1666666667%}.el-col-xl-push-13{left:54.1666666667%;position:relative}.el-col-xl-14{display:block;flex:0 0 58.3333333333%;max-width:58.3333333333%}.el-col-xl-offset-14{margin-left:58.3333333333%}.el-col-xl-pull-14{position:relative;right:58.3333333333%}.el-col-xl-push-14{left:58.3333333333%;position:relative}.el-col-xl-15{display:block;flex:0 0 62.5%;max-width:62.5%}.el-col-xl-offset-15{margin-left:62.5%}.el-col-xl-pull-15{position:relative;right:62.5%}.el-col-xl-push-15{left:62.5%;position:relative}.el-col-xl-16{display:block;flex:0 0 66.6666666667%;max-width:66.6666666667%}.el-col-xl-offset-16{margin-left:66.6666666667%}.el-col-xl-pull-16{position:relative;right:66.6666666667%}.el-col-xl-push-16{left:66.6666666667%;position:relative}.el-col-xl-17{display:block;flex:0 0 70.8333333333%;max-width:70.8333333333%}.el-col-xl-offset-17{margin-left:70.8333333333%}.el-col-xl-pull-17{position:relative;right:70.8333333333%}.el-col-xl-push-17{left:70.8333333333%;position:relative}.el-col-xl-18{display:block;flex:0 0 75%;max-width:75%}.el-col-xl-offset-18{margin-left:75%}.el-col-xl-pull-18{position:relative;right:75%}.el-col-xl-push-18{left:75%;position:relative}.el-col-xl-19{display:block;flex:0 0 79.1666666667%;max-width:79.1666666667%}.el-col-xl-offset-19{margin-left:79.1666666667%}.el-col-xl-pull-19{position:relative;right:79.1666666667%}.el-col-xl-push-19{left:79.1666666667%;position:relative}.el-col-xl-20{display:block;flex:0 0 83.3333333333%;max-width:83.3333333333%}.el-col-xl-offset-20{margin-left:83.3333333333%}.el-col-xl-pull-20{position:relative;right:83.3333333333%}.el-col-xl-push-20{left:83.3333333333%;position:relative}.el-col-xl-21{display:block;flex:0 0 87.5%;max-width:87.5%}.el-col-xl-offset-21{margin-left:87.5%}.el-col-xl-pull-21{position:relative;right:87.5%}.el-col-xl-push-21{left:87.5%;position:relative}.el-col-xl-22{display:block;flex:0 0 91.6666666667%;max-width:91.6666666667%}.el-col-xl-offset-22{margin-left:91.6666666667%}.el-col-xl-pull-22{position:relative;right:91.6666666667%}.el-col-xl-push-22{left:91.6666666667%;position:relative}.el-col-xl-23{display:block;flex:0 0 95.8333333333%;max-width:95.8333333333%}.el-col-xl-offset-23{margin-left:95.8333333333%}.el-col-xl-pull-23{position:relative;right:95.8333333333%}.el-col-xl-push-23{left:95.8333333333%;position:relative}.el-col-xl-24{display:block;flex:0 0 100%;max-width:100%}.el-col-xl-offset-24{margin-left:100%}.el-col-xl-pull-24{position:relative;right:100%}.el-col-xl-push-24{left:100%;position:relative}}.application-content{box-sizing:border-box;height:100%;padding:30px 20px;position:relative;width:100%}.application-content .application-list{display:table;width:100%}.application-content .application-list .app-box{display:table;margin-bottom:20px;width:100%}.application-content .application-list .app-box .row{display:table-row}.application-content .application-list .app-box .row .cell{display:table-cell}.application-content .application-list .app-box .row .cell.cell-title{background-color:var(--das-application-app-bg-color);color:var(--das-application-app-color);font-size:0;vertical-align:middle;width:110px}.application-content .application-list .app-box .row .cell.cell-title .app-name{box-sizing:border-box;display:inline-block;font-size:18px;height:100%;overflow:hidden;padding:0 18px;text-align:center;width:110px}.application-content .application-list .app-box .row .cell.app-list{box-sizing:border-box;padding-left:20px;width:calc(100% - 110px)}.application-content .application-list .app-box .row .cell.app-list .app-row:not(:first-child){margin-top:20px}.application-content .application-list .app-box .row .cell.app-list .app-row .app-col .sub-app{background-color:var(--das-application-subapp-bg-color);box-shadow:0 4px 12px 0 rgba(134,162,210,.2);cursor:pointer;display:flex;height:100%;padding:25px 30px}.application-content .application-list .app-box .row .cell.app-list .app-row .app-col .sub-app .img{border-radius:6px;height:48px;width:48px}.application-content .application-list .app-box .row .cell.app-list .app-row .app-col .sub-app .box-right{box-sizing:border-box;flex:1;overflow:hidden;padding-left:10px}.application-content .application-list .app-box .row .cell.app-list .app-row .app-col .sub-app .box-right .name{color:var(--das-application-subapp-name-color);font-size:16px;font-weight:400}.application-content .application-list .app-box .row .cell.app-list .app-row .app-col .sub-app .box-right .describe{color:var(--das-application-subapp-describe-color);font-size:12px;font-weight:400}.application-content .application-list .app-box .row .cell.app-list .app-row .app-col .sub-app:active,.application-content .application-list .app-box .row .cell.app-list .app-row .app-col .sub-app:hover{border-radius:2px;box-shadow:0 0 20px rgba(0,0,0,.2)}
|
|
@@ -0,0 +1,531 @@
|
|
|
1
|
+
import { withInstall as withInstall$1 } from '@das-fed/utils';
|
|
2
|
+
import { warn, getCurrentInstance, inject, ref, computed, unref, defineComponent, provide, openBlock, createBlock, resolveDynamicComponent, normalizeClass, normalizeStyle, withCtx, renderSlot, watch, withDirectives, createElementBlock, Fragment, renderList, createElementVNode, toDisplayString, createTextVNode } from 'vue';
|
|
3
|
+
import { vDasTooltip, DasEmpty, vOverlay } from '@das-fed/ui';
|
|
4
|
+
import { pureImageSrc } from '@das-fed/utils/pure-image-src';
|
|
5
|
+
import { setThemeRule } from '@das-fed/web';
|
|
6
|
+
|
|
7
|
+
/**
|
|
8
|
+
* @vue/shared v3.4.21
|
|
9
|
+
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
10
|
+
* @license MIT
|
|
11
|
+
**/
|
|
12
|
+
|
|
13
|
+
!!(process.env.NODE_ENV !== "production") ? Object.freeze({}) : {};
|
|
14
|
+
!!(process.env.NODE_ENV !== "production") ? Object.freeze([]) : [];
|
|
15
|
+
const hasOwnProperty = Object.prototype.hasOwnProperty;
|
|
16
|
+
const hasOwn = (val, key) => hasOwnProperty.call(val, key);
|
|
17
|
+
const isObject = (val) => val !== null && typeof val === "object";
|
|
18
|
+
|
|
19
|
+
/**
|
|
20
|
+
* The inverse of `_.toPairs`; this method returns an object composed
|
|
21
|
+
* from key-value `pairs`.
|
|
22
|
+
*
|
|
23
|
+
* @static
|
|
24
|
+
* @memberOf _
|
|
25
|
+
* @since 4.0.0
|
|
26
|
+
* @category Array
|
|
27
|
+
* @param {Array} pairs The key-value pairs.
|
|
28
|
+
* @returns {Object} Returns the new object.
|
|
29
|
+
* @example
|
|
30
|
+
*
|
|
31
|
+
* _.fromPairs([['a', 1], ['b', 2]]);
|
|
32
|
+
* // => { 'a': 1, 'b': 2 }
|
|
33
|
+
*/
|
|
34
|
+
function fromPairs(pairs) {
|
|
35
|
+
var index = -1,
|
|
36
|
+
length = pairs == null ? 0 : pairs.length,
|
|
37
|
+
result = {};
|
|
38
|
+
|
|
39
|
+
while (++index < length) {
|
|
40
|
+
var pair = pairs[index];
|
|
41
|
+
result[pair[0]] = pair[1];
|
|
42
|
+
}
|
|
43
|
+
return result;
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
const isNumber = (val) => typeof val === "number";
|
|
47
|
+
|
|
48
|
+
const epPropKey = "__epPropKey";
|
|
49
|
+
const definePropType = (val) => val;
|
|
50
|
+
const isEpProp = (val) => isObject(val) && !!val[epPropKey];
|
|
51
|
+
const buildProp = (prop, key) => {
|
|
52
|
+
if (!isObject(prop) || isEpProp(prop))
|
|
53
|
+
return prop;
|
|
54
|
+
const { values, required, default: defaultValue, type, validator } = prop;
|
|
55
|
+
const _validator = values || validator ? (val) => {
|
|
56
|
+
let valid = false;
|
|
57
|
+
let allowedValues = [];
|
|
58
|
+
if (values) {
|
|
59
|
+
allowedValues = Array.from(values);
|
|
60
|
+
if (hasOwn(prop, "default")) {
|
|
61
|
+
allowedValues.push(defaultValue);
|
|
62
|
+
}
|
|
63
|
+
valid || (valid = allowedValues.includes(val));
|
|
64
|
+
}
|
|
65
|
+
if (validator)
|
|
66
|
+
valid || (valid = validator(val));
|
|
67
|
+
if (!valid && allowedValues.length > 0) {
|
|
68
|
+
const allowValuesText = [...new Set(allowedValues)].map((value) => JSON.stringify(value)).join(", ");
|
|
69
|
+
warn(`Invalid prop: validation failed${key ? ` for prop "${key}"` : ""}. Expected one of [${allowValuesText}], got value ${JSON.stringify(val)}.`);
|
|
70
|
+
}
|
|
71
|
+
return valid;
|
|
72
|
+
} : void 0;
|
|
73
|
+
const epProp = {
|
|
74
|
+
type,
|
|
75
|
+
required: !!required,
|
|
76
|
+
validator: _validator,
|
|
77
|
+
[epPropKey]: true
|
|
78
|
+
};
|
|
79
|
+
if (hasOwn(prop, "default"))
|
|
80
|
+
epProp.default = defaultValue;
|
|
81
|
+
return epProp;
|
|
82
|
+
};
|
|
83
|
+
const buildProps = (props) => fromPairs(Object.entries(props).map(([key, option]) => [
|
|
84
|
+
key,
|
|
85
|
+
buildProp(option, key)
|
|
86
|
+
]));
|
|
87
|
+
|
|
88
|
+
const withInstall = (main, extra) => {
|
|
89
|
+
main.install = (app) => {
|
|
90
|
+
for (const comp of [main, ...Object.values(extra != null ? extra : {})]) {
|
|
91
|
+
app.component(comp.name, comp);
|
|
92
|
+
}
|
|
93
|
+
};
|
|
94
|
+
if (extra) {
|
|
95
|
+
for (const [key, comp] of Object.entries(extra)) {
|
|
96
|
+
main[key] = comp;
|
|
97
|
+
}
|
|
98
|
+
}
|
|
99
|
+
return main;
|
|
100
|
+
};
|
|
101
|
+
|
|
102
|
+
const mutable = (val) => val;
|
|
103
|
+
|
|
104
|
+
const defaultNamespace = "el";
|
|
105
|
+
const statePrefix = "is-";
|
|
106
|
+
const _bem = (namespace, block, blockSuffix, element, modifier) => {
|
|
107
|
+
let cls = `${namespace}-${block}`;
|
|
108
|
+
if (blockSuffix) {
|
|
109
|
+
cls += `-${blockSuffix}`;
|
|
110
|
+
}
|
|
111
|
+
if (element) {
|
|
112
|
+
cls += `__${element}`;
|
|
113
|
+
}
|
|
114
|
+
if (modifier) {
|
|
115
|
+
cls += `--${modifier}`;
|
|
116
|
+
}
|
|
117
|
+
return cls;
|
|
118
|
+
};
|
|
119
|
+
const namespaceContextKey = Symbol("namespaceContextKey");
|
|
120
|
+
const useGetDerivedNamespace = (namespaceOverrides) => {
|
|
121
|
+
const derivedNamespace = namespaceOverrides || (getCurrentInstance() ? inject(namespaceContextKey, ref(defaultNamespace)) : ref(defaultNamespace));
|
|
122
|
+
const namespace = computed(() => {
|
|
123
|
+
return unref(derivedNamespace) || defaultNamespace;
|
|
124
|
+
});
|
|
125
|
+
return namespace;
|
|
126
|
+
};
|
|
127
|
+
const useNamespace = (block, namespaceOverrides) => {
|
|
128
|
+
const namespace = useGetDerivedNamespace(namespaceOverrides);
|
|
129
|
+
const b = (blockSuffix = "") => _bem(namespace.value, block, blockSuffix, "", "");
|
|
130
|
+
const e = (element) => element ? _bem(namespace.value, block, "", element, "") : "";
|
|
131
|
+
const m = (modifier) => modifier ? _bem(namespace.value, block, "", "", modifier) : "";
|
|
132
|
+
const be = (blockSuffix, element) => blockSuffix && element ? _bem(namespace.value, block, blockSuffix, element, "") : "";
|
|
133
|
+
const em = (element, modifier) => element && modifier ? _bem(namespace.value, block, "", element, modifier) : "";
|
|
134
|
+
const bm = (blockSuffix, modifier) => blockSuffix && modifier ? _bem(namespace.value, block, blockSuffix, "", modifier) : "";
|
|
135
|
+
const bem = (blockSuffix, element, modifier) => blockSuffix && element && modifier ? _bem(namespace.value, block, blockSuffix, element, modifier) : "";
|
|
136
|
+
const is = (name, ...args) => {
|
|
137
|
+
const state = args.length >= 1 ? args[0] : true;
|
|
138
|
+
return name && state ? `${statePrefix}${name}` : "";
|
|
139
|
+
};
|
|
140
|
+
const cssVar = (object) => {
|
|
141
|
+
const styles = {};
|
|
142
|
+
for (const key in object) {
|
|
143
|
+
if (object[key]) {
|
|
144
|
+
styles[`--${namespace.value}-${key}`] = object[key];
|
|
145
|
+
}
|
|
146
|
+
}
|
|
147
|
+
return styles;
|
|
148
|
+
};
|
|
149
|
+
const cssVarBlock = (object) => {
|
|
150
|
+
const styles = {};
|
|
151
|
+
for (const key in object) {
|
|
152
|
+
if (object[key]) {
|
|
153
|
+
styles[`--${namespace.value}-${block}-${key}`] = object[key];
|
|
154
|
+
}
|
|
155
|
+
}
|
|
156
|
+
return styles;
|
|
157
|
+
};
|
|
158
|
+
const cssVarName = (name) => `--${namespace.value}-${name}`;
|
|
159
|
+
const cssVarBlockName = (name) => `--${namespace.value}-${block}-${name}`;
|
|
160
|
+
return {
|
|
161
|
+
namespace,
|
|
162
|
+
b,
|
|
163
|
+
e,
|
|
164
|
+
m,
|
|
165
|
+
be,
|
|
166
|
+
em,
|
|
167
|
+
bm,
|
|
168
|
+
bem,
|
|
169
|
+
is,
|
|
170
|
+
cssVar,
|
|
171
|
+
cssVarName,
|
|
172
|
+
cssVarBlock,
|
|
173
|
+
cssVarBlockName
|
|
174
|
+
};
|
|
175
|
+
};
|
|
176
|
+
|
|
177
|
+
var _export_sfc$1 = (sfc, props) => {
|
|
178
|
+
const target = sfc.__vccOpts || sfc;
|
|
179
|
+
for (const [key, val] of props) {
|
|
180
|
+
target[key] = val;
|
|
181
|
+
}
|
|
182
|
+
return target;
|
|
183
|
+
};
|
|
184
|
+
|
|
185
|
+
const rowContextKey = Symbol("rowContextKey");
|
|
186
|
+
|
|
187
|
+
const RowJustify = [
|
|
188
|
+
"start",
|
|
189
|
+
"center",
|
|
190
|
+
"end",
|
|
191
|
+
"space-around",
|
|
192
|
+
"space-between",
|
|
193
|
+
"space-evenly"
|
|
194
|
+
];
|
|
195
|
+
const RowAlign = ["top", "middle", "bottom"];
|
|
196
|
+
const rowProps = buildProps({
|
|
197
|
+
tag: {
|
|
198
|
+
type: String,
|
|
199
|
+
default: "div"
|
|
200
|
+
},
|
|
201
|
+
gutter: {
|
|
202
|
+
type: Number,
|
|
203
|
+
default: 0
|
|
204
|
+
},
|
|
205
|
+
justify: {
|
|
206
|
+
type: String,
|
|
207
|
+
values: RowJustify,
|
|
208
|
+
default: "start"
|
|
209
|
+
},
|
|
210
|
+
align: {
|
|
211
|
+
type: String,
|
|
212
|
+
values: RowAlign
|
|
213
|
+
}
|
|
214
|
+
});
|
|
215
|
+
|
|
216
|
+
const __default__$1 = defineComponent({
|
|
217
|
+
name: "ElRow"
|
|
218
|
+
});
|
|
219
|
+
const _sfc_main$2 = /* @__PURE__ */ defineComponent({
|
|
220
|
+
...__default__$1,
|
|
221
|
+
props: rowProps,
|
|
222
|
+
setup(__props) {
|
|
223
|
+
const props = __props;
|
|
224
|
+
const ns = useNamespace("row");
|
|
225
|
+
const gutter = computed(() => props.gutter);
|
|
226
|
+
provide(rowContextKey, {
|
|
227
|
+
gutter
|
|
228
|
+
});
|
|
229
|
+
const style = computed(() => {
|
|
230
|
+
const styles = {};
|
|
231
|
+
if (!props.gutter) {
|
|
232
|
+
return styles;
|
|
233
|
+
}
|
|
234
|
+
styles.marginRight = styles.marginLeft = `-${props.gutter / 2}px`;
|
|
235
|
+
return styles;
|
|
236
|
+
});
|
|
237
|
+
const rowKls = computed(() => [
|
|
238
|
+
ns.b(),
|
|
239
|
+
ns.is(`justify-${props.justify}`, props.justify !== "start"),
|
|
240
|
+
ns.is(`align-${props.align}`, !!props.align)
|
|
241
|
+
]);
|
|
242
|
+
return (_ctx, _cache) => {
|
|
243
|
+
return openBlock(), createBlock(resolveDynamicComponent(_ctx.tag), {
|
|
244
|
+
class: normalizeClass(unref(rowKls)),
|
|
245
|
+
style: normalizeStyle(unref(style))
|
|
246
|
+
}, {
|
|
247
|
+
default: withCtx(() => [
|
|
248
|
+
renderSlot(_ctx.$slots, "default")
|
|
249
|
+
]),
|
|
250
|
+
_: 3
|
|
251
|
+
}, 8, ["class", "style"]);
|
|
252
|
+
};
|
|
253
|
+
}
|
|
254
|
+
});
|
|
255
|
+
var Row = /* @__PURE__ */ _export_sfc$1(_sfc_main$2, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/row/src/row.vue"]]);
|
|
256
|
+
|
|
257
|
+
const ElRow = withInstall(Row);
|
|
258
|
+
|
|
259
|
+
const colProps = buildProps({
|
|
260
|
+
tag: {
|
|
261
|
+
type: String,
|
|
262
|
+
default: "div"
|
|
263
|
+
},
|
|
264
|
+
span: {
|
|
265
|
+
type: Number,
|
|
266
|
+
default: 24
|
|
267
|
+
},
|
|
268
|
+
offset: {
|
|
269
|
+
type: Number,
|
|
270
|
+
default: 0
|
|
271
|
+
},
|
|
272
|
+
pull: {
|
|
273
|
+
type: Number,
|
|
274
|
+
default: 0
|
|
275
|
+
},
|
|
276
|
+
push: {
|
|
277
|
+
type: Number,
|
|
278
|
+
default: 0
|
|
279
|
+
},
|
|
280
|
+
xs: {
|
|
281
|
+
type: definePropType([Number, Object]),
|
|
282
|
+
default: () => mutable({})
|
|
283
|
+
},
|
|
284
|
+
sm: {
|
|
285
|
+
type: definePropType([Number, Object]),
|
|
286
|
+
default: () => mutable({})
|
|
287
|
+
},
|
|
288
|
+
md: {
|
|
289
|
+
type: definePropType([Number, Object]),
|
|
290
|
+
default: () => mutable({})
|
|
291
|
+
},
|
|
292
|
+
lg: {
|
|
293
|
+
type: definePropType([Number, Object]),
|
|
294
|
+
default: () => mutable({})
|
|
295
|
+
},
|
|
296
|
+
xl: {
|
|
297
|
+
type: definePropType([Number, Object]),
|
|
298
|
+
default: () => mutable({})
|
|
299
|
+
}
|
|
300
|
+
});
|
|
301
|
+
|
|
302
|
+
const __default__ = defineComponent({
|
|
303
|
+
name: "ElCol"
|
|
304
|
+
});
|
|
305
|
+
const _sfc_main$1 = /* @__PURE__ */ defineComponent({
|
|
306
|
+
...__default__,
|
|
307
|
+
props: colProps,
|
|
308
|
+
setup(__props) {
|
|
309
|
+
const props = __props;
|
|
310
|
+
const { gutter } = inject(rowContextKey, { gutter: computed(() => 0) });
|
|
311
|
+
const ns = useNamespace("col");
|
|
312
|
+
const style = computed(() => {
|
|
313
|
+
const styles = {};
|
|
314
|
+
if (gutter.value) {
|
|
315
|
+
styles.paddingLeft = styles.paddingRight = `${gutter.value / 2}px`;
|
|
316
|
+
}
|
|
317
|
+
return styles;
|
|
318
|
+
});
|
|
319
|
+
const colKls = computed(() => {
|
|
320
|
+
const classes = [];
|
|
321
|
+
const pos = ["span", "offset", "pull", "push"];
|
|
322
|
+
pos.forEach((prop) => {
|
|
323
|
+
const size = props[prop];
|
|
324
|
+
if (isNumber(size)) {
|
|
325
|
+
if (prop === "span")
|
|
326
|
+
classes.push(ns.b(`${props[prop]}`));
|
|
327
|
+
else if (size > 0)
|
|
328
|
+
classes.push(ns.b(`${prop}-${props[prop]}`));
|
|
329
|
+
}
|
|
330
|
+
});
|
|
331
|
+
const sizes = ["xs", "sm", "md", "lg", "xl"];
|
|
332
|
+
sizes.forEach((size) => {
|
|
333
|
+
if (isNumber(props[size])) {
|
|
334
|
+
classes.push(ns.b(`${size}-${props[size]}`));
|
|
335
|
+
} else if (isObject(props[size])) {
|
|
336
|
+
Object.entries(props[size]).forEach(([prop, sizeProp]) => {
|
|
337
|
+
classes.push(prop !== "span" ? ns.b(`${size}-${prop}-${sizeProp}`) : ns.b(`${size}-${sizeProp}`));
|
|
338
|
+
});
|
|
339
|
+
}
|
|
340
|
+
});
|
|
341
|
+
if (gutter.value) {
|
|
342
|
+
classes.push(ns.is("guttered"));
|
|
343
|
+
}
|
|
344
|
+
return [ns.b(), classes];
|
|
345
|
+
});
|
|
346
|
+
return (_ctx, _cache) => {
|
|
347
|
+
return openBlock(), createBlock(resolveDynamicComponent(_ctx.tag), {
|
|
348
|
+
class: normalizeClass(unref(colKls)),
|
|
349
|
+
style: normalizeStyle(unref(style))
|
|
350
|
+
}, {
|
|
351
|
+
default: withCtx(() => [
|
|
352
|
+
renderSlot(_ctx.$slots, "default")
|
|
353
|
+
]),
|
|
354
|
+
_: 3
|
|
355
|
+
}, 8, ["class", "style"]);
|
|
356
|
+
};
|
|
357
|
+
}
|
|
358
|
+
});
|
|
359
|
+
var Col = /* @__PURE__ */ _export_sfc$1(_sfc_main$1, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/col/src/col.vue"]]);
|
|
360
|
+
|
|
361
|
+
const ElCol = withInstall(Col);
|
|
362
|
+
|
|
363
|
+
const _hoisted_1 = { class: "application-content" };
|
|
364
|
+
const _hoisted_2 = {
|
|
365
|
+
key: 0,
|
|
366
|
+
class: "application-list"
|
|
367
|
+
};
|
|
368
|
+
const _hoisted_3 = { class: "app-box" };
|
|
369
|
+
const _hoisted_4 = { class: "cell cell-title" };
|
|
370
|
+
const _hoisted_5 = { class: "app-name" };
|
|
371
|
+
const _hoisted_6 = { class: "cell app-list" };
|
|
372
|
+
const _hoisted_7 = ["onClick"];
|
|
373
|
+
const _hoisted_8 = ["src"];
|
|
374
|
+
const _hoisted_9 = { class: "box-right" };
|
|
375
|
+
const _hoisted_10 = { class: "name" };
|
|
376
|
+
const _hoisted_11 = { class: "describe" };
|
|
377
|
+
var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
378
|
+
__name: "index",
|
|
379
|
+
props: {
|
|
380
|
+
appCategorys: { type: Array, required: true, default: () => [] }
|
|
381
|
+
},
|
|
382
|
+
emits: ["open-app"],
|
|
383
|
+
setup(__props, { emit: __emit }) {
|
|
384
|
+
const props = __props;
|
|
385
|
+
watch(
|
|
386
|
+
() => props.appCategorys,
|
|
387
|
+
(val) => {
|
|
388
|
+
console.log("appCategorys===", val);
|
|
389
|
+
}
|
|
390
|
+
);
|
|
391
|
+
const emit = __emit;
|
|
392
|
+
const openApp = (item) => emit("open-app", item);
|
|
393
|
+
return (_ctx, _cache) => {
|
|
394
|
+
return withDirectives((openBlock(), createElementBlock("div", _hoisted_1, [
|
|
395
|
+
_ctx.appCategorys && _ctx.appCategorys.length ? (openBlock(), createElementBlock("div", _hoisted_2, [
|
|
396
|
+
(openBlock(true), createElementBlock(
|
|
397
|
+
Fragment,
|
|
398
|
+
null,
|
|
399
|
+
renderList(_ctx.appCategorys, (app, index) => {
|
|
400
|
+
return openBlock(), createElementBlock("div", _hoisted_3, [
|
|
401
|
+
(openBlock(), createElementBlock("div", {
|
|
402
|
+
key: index,
|
|
403
|
+
class: "row"
|
|
404
|
+
}, [
|
|
405
|
+
createElementVNode("div", _hoisted_4, [
|
|
406
|
+
createElementVNode(
|
|
407
|
+
"div",
|
|
408
|
+
_hoisted_5,
|
|
409
|
+
toDisplayString(app.name),
|
|
410
|
+
1
|
|
411
|
+
/* TEXT */
|
|
412
|
+
)
|
|
413
|
+
]),
|
|
414
|
+
createElementVNode("div", _hoisted_6, [
|
|
415
|
+
(openBlock(true), createElementBlock(
|
|
416
|
+
Fragment,
|
|
417
|
+
null,
|
|
418
|
+
renderList(app.apps, (row) => {
|
|
419
|
+
return openBlock(), createBlock(
|
|
420
|
+
unref(ElRow),
|
|
421
|
+
{
|
|
422
|
+
class: "app-row",
|
|
423
|
+
gutter: 20
|
|
424
|
+
},
|
|
425
|
+
{
|
|
426
|
+
default: withCtx(() => [
|
|
427
|
+
(openBlock(true), createElementBlock(
|
|
428
|
+
Fragment,
|
|
429
|
+
null,
|
|
430
|
+
renderList(row, (subApp, subIndex) => {
|
|
431
|
+
return openBlock(), createBlock(
|
|
432
|
+
unref(ElCol),
|
|
433
|
+
{
|
|
434
|
+
class: "app-col",
|
|
435
|
+
key: subIndex,
|
|
436
|
+
span: 6
|
|
437
|
+
},
|
|
438
|
+
{
|
|
439
|
+
default: withCtx(() => [
|
|
440
|
+
createElementVNode("div", {
|
|
441
|
+
class: "sub-app",
|
|
442
|
+
onClick: ($event) => openApp(subApp)
|
|
443
|
+
}, [
|
|
444
|
+
createElementVNode("img", {
|
|
445
|
+
class: "img",
|
|
446
|
+
src: subApp?.iconDomain ? subApp.iconDomain + unref(pureImageSrc)(subApp?.iconUrl) : unref(pureImageSrc)(subApp?.iconUrl),
|
|
447
|
+
alt: ""
|
|
448
|
+
}, null, 8, _hoisted_8),
|
|
449
|
+
createElementVNode("div", _hoisted_9, [
|
|
450
|
+
withDirectives((openBlock(), createElementBlock("div", _hoisted_10, [
|
|
451
|
+
createTextVNode(
|
|
452
|
+
toDisplayString(subApp.name),
|
|
453
|
+
1
|
|
454
|
+
/* TEXT */
|
|
455
|
+
)
|
|
456
|
+
])), [
|
|
457
|
+
[unref(vDasTooltip)]
|
|
458
|
+
]),
|
|
459
|
+
withDirectives((openBlock(), createElementBlock("div", _hoisted_11, [
|
|
460
|
+
createTextVNode(
|
|
461
|
+
toDisplayString(subApp.description),
|
|
462
|
+
1
|
|
463
|
+
/* TEXT */
|
|
464
|
+
)
|
|
465
|
+
])), [
|
|
466
|
+
[unref(vDasTooltip)]
|
|
467
|
+
])
|
|
468
|
+
])
|
|
469
|
+
], 8, _hoisted_7)
|
|
470
|
+
]),
|
|
471
|
+
_: 2
|
|
472
|
+
/* DYNAMIC */
|
|
473
|
+
},
|
|
474
|
+
1024
|
|
475
|
+
/* DYNAMIC_SLOTS */
|
|
476
|
+
);
|
|
477
|
+
}),
|
|
478
|
+
128
|
|
479
|
+
/* KEYED_FRAGMENT */
|
|
480
|
+
))
|
|
481
|
+
]),
|
|
482
|
+
_: 2
|
|
483
|
+
/* DYNAMIC */
|
|
484
|
+
},
|
|
485
|
+
1024
|
|
486
|
+
/* DYNAMIC_SLOTS */
|
|
487
|
+
);
|
|
488
|
+
}),
|
|
489
|
+
256
|
|
490
|
+
/* UNKEYED_FRAGMENT */
|
|
491
|
+
))
|
|
492
|
+
])
|
|
493
|
+
]))
|
|
494
|
+
]);
|
|
495
|
+
}),
|
|
496
|
+
256
|
|
497
|
+
/* UNKEYED_FRAGMENT */
|
|
498
|
+
))
|
|
499
|
+
])) : (openBlock(), createBlock(unref(DasEmpty), {
|
|
500
|
+
key: 1,
|
|
501
|
+
size: "large"
|
|
502
|
+
}))
|
|
503
|
+
])), [
|
|
504
|
+
[unref(vOverlay)]
|
|
505
|
+
]);
|
|
506
|
+
};
|
|
507
|
+
}
|
|
508
|
+
});
|
|
509
|
+
|
|
510
|
+
var _export_sfc = (sfc, props) => {
|
|
511
|
+
const target = sfc.__vccOpts || sfc;
|
|
512
|
+
for (const [key, val] of props) {
|
|
513
|
+
target[key] = val;
|
|
514
|
+
}
|
|
515
|
+
return target;
|
|
516
|
+
};
|
|
517
|
+
|
|
518
|
+
var appContainer = /* @__PURE__ */ _export_sfc(_sfc_main, [["__file", "E:\\company-code\\v6r3\\framework-3\\packages\\das-ui\\packages\\business-components\\app-container\\src\\index.vue"]]);
|
|
519
|
+
|
|
520
|
+
var theme = {
|
|
521
|
+
"--das-application-app-bg-color": "#343848",
|
|
522
|
+
"--das-application-app-color": "#ffffff",
|
|
523
|
+
"--das-application-subapp-bg-color": "#ffffff",
|
|
524
|
+
"--das-application-subapp-name-color": "#212121",
|
|
525
|
+
"--das-application-subapp-describe-color": "#999999"
|
|
526
|
+
};
|
|
527
|
+
|
|
528
|
+
setThemeRule(theme);
|
|
529
|
+
const DasAppContainer = withInstall$1(appContainer);
|
|
530
|
+
|
|
531
|
+
export { DasAppContainer };
|