Comparing version
@@ -1,1 +0,1 @@ | ||
import{openBlock as n,createBlock as a,Fragment as i,renderList as e,resolveComponent as t,mergeProps as l,resolveDynamicComponent as r}from"vue";var o={loaderName:"ball-beat",childCount:3,props:{loaderName:{type:String,required:!0},childCount:{type:Number,required:!0},color:{type:String},borderColor:{type:String},scale:{type:[String,Number]}}};function s(n,a){void 0===a&&(a={});var i=a.insertAt;if(n&&"undefined"!=typeof document){var e=document.head||document.getElementsByTagName("head")[0],t=document.createElement("style");t.type="text/css","top"===i&&e.firstChild?e.insertBefore(t,e.firstChild):e.appendChild(t),t.styleSheet?t.styleSheet.cssText=n:t.appendChild(document.createTextNode(n))}}s(".loader-inner {\n display: inline-block; }\n"),o.render=function(t,l,r,o,s,d){return n(),a("div",{class:["loader-inner",r.loaderName],style:`transform: scale(${r.scale})`},[(n(!0),a(i,null,e(r.childCount,(i=>(n(),a("div",{key:i,style:`background-color: ${r.color}; border-color: ${r.borderColor}`},null,4)))),128))],6)};var d={components:{LoaderBase:o}};s("@keyframes scale {\n 0% {\n transform: scale(1);\n opacity: 1; }\n 45% {\n transform: scale(0.1);\n opacity: 0.7; }\n 80% {\n transform: scale(1);\n opacity: 1; } }\n\n.ball-pulse > div:nth-child(1) {\n animation: scale 0.75s -0.24s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }\n\n.ball-pulse > div:nth-child(2) {\n animation: scale 0.75s -0.12s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }\n\n.ball-pulse > div:nth-child(3) {\n animation: scale 0.75s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }\n\n.ball-pulse > div {\n background-color: #607b89;\n width: 15px;\n height: 15px;\n border-radius: 100%;\n margin: 2px;\n animation-fill-mode: both;\n display: inline-block; }\n"),d.render=function(i,e,r,o,s,d){const p=t("loader-base");return n(),a(p,l({"loader-name":"ball-pulse","child-count":3},i.$attrs),null,16)};var p={components:{LoaderBase:o}};s("@keyframes ball-beat {\n 50% {\n opacity: 0.2;\n transform: scale(0.75); }\n 100% {\n opacity: 1;\n transform: scale(1); } }\n\n.ball-beat > div {\n background-color: #607b89;\n width: 15px;\n height: 15px;\n border-radius: 100%;\n margin: 2px;\n animation-fill-mode: both;\n display: inline-block;\n animation: ball-beat 0.7s 0s infinite linear; }\n .ball-beat > div:nth-child(2n-1) {\n animation-delay: -0.35s !important; }\n"),p.render=function(i,e,r,o,s,d){const p=t("loader-base");return n(),a(p,l({"loader-name":"ball-beat","child-count":3},i.$attrs),null,16)};var c={components:{LoaderBase:o}};s("@keyframes ball-scale {\n 0% {\n transform: scale(0); }\n 100% {\n transform: scale(1);\n opacity: 0; } }\n\n.ball-scale > div {\n background-color: #607b89;\n width: 15px;\n height: 15px;\n border-radius: 100%;\n margin: 2px;\n animation-fill-mode: both;\n display: inline-block;\n height: 60px;\n width: 60px;\n animation: ball-scale 1s 0s ease-in-out infinite; }\n"),c.render=function(i,e,r,o,s,d){const p=t("loader-base");return n(),a(p,l({"loader-name":"ball-scale","child-count":1},i.$attrs),null,16)};var m={components:{LoaderBase:o}};s("@keyframes ball-pulse-rise-even {\n 0% {\n transform: scale(1.1); }\n 25% {\n transform: translateY(-30px); }\n 50% {\n transform: scale(0.4); }\n 75% {\n transform: translateY(30px); }\n 100% {\n transform: translateY(0);\n transform: scale(1); } }\n\n@keyframes ball-pulse-rise-odd {\n 0% {\n transform: scale(0.4); }\n 25% {\n transform: translateY(30px); }\n 50% {\n transform: scale(1.1); }\n 75% {\n transform: translateY(-30px); }\n 100% {\n transform: translateY(0);\n transform: scale(0.75); } }\n\n.ball-pulse-rise > div {\n background-color: #607b89;\n width: 15px;\n height: 15px;\n border-radius: 100%;\n margin: 2px;\n animation-fill-mode: both;\n display: inline-block;\n animation-duration: 1s;\n animation-timing-function: cubic-bezier(0.15, 0.46, 0.9, 0.6);\n animation-iteration-count: infinite;\n animation-delay: 0; }\n .ball-pulse-rise > div:nth-child(2n) {\n animation-name: ball-pulse-rise-even; }\n .ball-pulse-rise > div:nth-child(2n-1) {\n animation-name: ball-pulse-rise-odd; }\n"),m.render=function(i,e,r,o,s,d){const p=t("loader-base");return n(),a(p,l({"loader-name":"ball-pulse-rise","child-count":5},i.$attrs),null,16)};var b={components:{LoaderBase:o}};s("@keyframes ball-grid-pulse {\n 0% {\n transform: scale(1); }\n 50% {\n transform: scale(0.5);\n opacity: 0.7; }\n 100% {\n transform: scale(1);\n opacity: 1; } }\n\n.ball-grid-pulse {\n width: 57px; }\n .ball-grid-pulse > div:nth-child(1) {\n animation-delay: 0.73s;\n animation-duration: 1.6s; }\n .ball-grid-pulse > div:nth-child(2) {\n animation-delay: 0.24s;\n animation-duration: 1.16s; }\n .ball-grid-pulse > div:nth-child(3) {\n animation-delay: 0.02s;\n animation-duration: 0.73s; }\n .ball-grid-pulse > div:nth-child(4) {\n animation-delay: 0.57s;\n animation-duration: 0.75s; }\n .ball-grid-pulse > div:nth-child(5) {\n animation-delay: 0.35s;\n animation-duration: 1.43s; }\n .ball-grid-pulse > div:nth-child(6) {\n animation-delay: 0.52s;\n animation-duration: 1.2s; }\n .ball-grid-pulse > div:nth-child(7) {\n animation-delay: 0.29s;\n animation-duration: 0.84s; }\n .ball-grid-pulse > div:nth-child(8) {\n animation-delay: 0.78s;\n animation-duration: 1.36s; }\n .ball-grid-pulse > div:nth-child(9) {\n animation-delay: 0.7s;\n animation-duration: 0.78s; }\n .ball-grid-pulse > div {\n background-color: #607b89;\n width: 15px;\n height: 15px;\n border-radius: 100%;\n margin: 2px;\n animation-fill-mode: both;\n display: inline-block;\n float: left;\n animation-name: ball-grid-pulse;\n animation-iteration-count: infinite;\n animation-delay: 0; }\n"),b.render=function(i,e,r,o,s,d){const p=t("loader-base");return n(),a(p,l({"loader-name":"ball-grid-pulse","child-count":9},i.$attrs),null,16)};var h={components:{LoaderBase:o},props:{color:{type:String}}};s("@keyframes rotate {\n 0% {\n transform: rotate(0deg); }\n 50% {\n transform: rotate(180deg); }\n 100% {\n transform: rotate(360deg); } }\n\n.ball-clip-rotate > div {\n background-color: #607b89;\n width: 15px;\n height: 15px;\n border-radius: 100%;\n margin: 2px;\n animation-fill-mode: both;\n border: 2px solid #607b89;\n border-bottom-color: transparent !important;\n height: 26px;\n width: 26px;\n background: transparent !important;\n display: inline-block;\n animation: rotate 0.75s 0s linear infinite; }\n"),h.render=function(i,e,r,o,s,d){const p=t("loader-base");return n(),a(p,l({"loader-name":"ball-clip-rotate","child-count":1},i.$attrs,{"border-color":r.color}),null,16,["border-color"])};var f={components:{LoaderBase:o}};s('@keyframes rotate {\n 0% {\n transform: rotate(0deg); }\n 50% {\n transform: rotate(180deg); }\n 100% {\n transform: rotate(360deg); } }\n\n.ball-rotate {\n position: relative; }\n .ball-rotate > div {\n background-color: #607b89;\n width: 15px;\n height: 15px;\n border-radius: 100%;\n margin: 2px;\n animation-fill-mode: both;\n position: relative; }\n .ball-rotate > div:first-child {\n animation: rotate 1s 0s cubic-bezier(0.7, -0.13, 0.22, 0.86) infinite; }\n .ball-rotate > div:before, .ball-rotate > div:after {\n background-color: #607b89;\n width: 15px;\n height: 15px;\n border-radius: 100%;\n margin: 2px;\n content: "";\n background-color: inherit;\n position: absolute;\n opacity: 0.8; }\n .ball-rotate > div:before {\n top: 0px;\n left: -28px; }\n .ball-rotate > div:after {\n top: 0px;\n left: 25px; }\n'),f.render=function(i,e,r,o,s,d){const p=t("loader-base");return n(),a(p,l({"loader-name":"ball-rotate","child-count":1},i.$attrs),null,16)};var u={components:{LoaderBase:o}};s("@keyframes ball-grid-beat {\n 50% {\n opacity: 0.7; }\n 100% {\n opacity: 1; } }\n\n.ball-grid-beat {\n width: 57px; }\n .ball-grid-beat > div:nth-child(1) {\n animation-delay: 0.79s;\n animation-duration: 1.52s; }\n .ball-grid-beat > div:nth-child(2) {\n animation-delay: 0.57s;\n animation-duration: 0.98s; }\n .ball-grid-beat > div:nth-child(3) {\n animation-delay: -0.06s;\n animation-duration: 0.96s; }\n .ball-grid-beat > div:nth-child(4) {\n animation-delay: 0.37s;\n animation-duration: 1.13s; }\n .ball-grid-beat > div:nth-child(5) {\n animation-delay: 0.67s;\n animation-duration: 1.18s; }\n .ball-grid-beat > div:nth-child(6) {\n animation-delay: -0.1s;\n animation-duration: 1.07s; }\n .ball-grid-beat > div:nth-child(7) {\n animation-delay: -0.12s;\n animation-duration: 0.67s; }\n .ball-grid-beat > div:nth-child(8) {\n animation-delay: 0.49s;\n animation-duration: 1.4s; }\n .ball-grid-beat > div:nth-child(9) {\n animation-delay: 0.74s;\n animation-duration: 1.11s; }\n .ball-grid-beat > div {\n background-color: #607b89;\n width: 15px;\n height: 15px;\n border-radius: 100%;\n margin: 2px;\n animation-fill-mode: both;\n display: inline-block;\n float: left;\n animation-name: ball-grid-beat;\n animation-iteration-count: infinite;\n animation-delay: 0; }\n"),u.render=function(i,e,r,o,s,d){const p=t("loader-base");return n(),a(p,l({"loader-name":"ball-clip-rotate-pulse","child-count":2},i.$attrs),null,16)};var x={components:{LoaderBase:o},props:{color:{type:String}}};s("@keyframes rotate {\n 0% {\n transform: rotate(0deg) scale(1); }\n 50% {\n transform: rotate(180deg) scale(0.6); }\n 100% {\n transform: rotate(360deg) scale(1); } }\n\n.ball-clip-rotate-multiple {\n position: relative; }\n .ball-clip-rotate-multiple > div {\n animation-fill-mode: both;\n position: absolute;\n left: -20px;\n top: -20px;\n border: 2px solid #607b89;\n border-bottom-color: transparent !important;\n border-top-color: transparent !important;\n border-radius: 100%;\n height: 35px;\n width: 35px;\n animation: rotate 1s 0s ease-in-out infinite; }\n .ball-clip-rotate-multiple > div:last-child {\n display: inline-block;\n top: -10px;\n left: -10px;\n width: 15px;\n height: 15px;\n animation-duration: 0.5s;\n border: 2px solid #607b89;\n border-bottom-color: transparent !important;\n border-top-color: transparent !important;\n animation-direction: reverse; }\n"),x.render=function(i,e,r,o,s,d){const p=t("loader-base");return n(),a(p,l({"loader-name":"ball-clip-rotate-multiple","child-count":2},i.$attrs,{"border-color":r.color}),null,16,["border-color"])};var g={components:{LoaderBase:o}};s("@keyframes ball-zig {\n 33% {\n transform: translate(-15px, -30px); }\n 66% {\n transform: translate(15px, -30px); }\n 100% {\n transform: translate(0, 0); } }\n\n@keyframes ball-zag {\n 33% {\n transform: translate(15px, 30px); }\n 66% {\n transform: translate(-15px, 30px); }\n 100% {\n transform: translate(0, 0); } }\n\n.ball-zig-zag {\n position: relative;\n transform: translate(-15px, -15px); }\n .ball-zig-zag > div {\n background-color: #607b89;\n width: 15px;\n height: 15px;\n border-radius: 100%;\n margin: 2px;\n animation-fill-mode: both;\n position: absolute;\n margin-left: 15px;\n top: 4px;\n left: -7px; }\n .ball-zig-zag > div:first-child {\n animation: ball-zig 0.7s 0s infinite linear; }\n .ball-zig-zag > div:last-child {\n animation: ball-zag 0.7s 0s infinite linear; }\n"),g.render=function(i,e,r,o,s,d){const p=t("loader-base");return n(),a(p,l({"loader-name":"ball-zig-zag","child-count":2},i.$attrs),null,16)};var v={components:{LoaderBase:o}};s("@keyframes ball-zig-deflect {\n 17% {\n transform: translate(-15px, -30px); }\n 34% {\n transform: translate(15px, -30px); }\n 50% {\n transform: translate(0, 0); }\n 67% {\n transform: translate(15px, -30px); }\n 84% {\n transform: translate(-15px, -30px); }\n 100% {\n transform: translate(0, 0); } }\n\n@keyframes ball-zag-deflect {\n 17% {\n transform: translate(15px, 30px); }\n 34% {\n transform: translate(-15px, 30px); }\n 50% {\n transform: translate(0, 0); }\n 67% {\n transform: translate(-15px, 30px); }\n 84% {\n transform: translate(15px, 30px); }\n 100% {\n transform: translate(0, 0); } }\n\n.ball-zig-zag-deflect {\n position: relative;\n transform: translate(-15px, -15px); }\n .ball-zig-zag-deflect > div {\n background-color: #607b89;\n width: 15px;\n height: 15px;\n border-radius: 100%;\n margin: 2px;\n animation-fill-mode: both;\n position: absolute;\n margin-left: 15px;\n top: 4px;\n left: -7px; }\n .ball-zig-zag-deflect > div:first-child {\n animation: ball-zig-deflect 1.5s 0s infinite linear; }\n .ball-zig-zag-deflect > div:last-child {\n animation: ball-zag-deflect 1.5s 0s infinite linear; }\n"),v.render=function(i,e,r,o,s,d){const p=t("loader-base");return n(),a(p,l({"loader-name":"ball-zig-zag-deflect","child-count":2},i.$attrs),null,16)};var y={components:{LoaderBase:o},props:{color:{type:String}}};s("@keyframes ball-triangle-path-1 {\n 33% {\n transform: translate(25px, -50px); }\n 66% {\n transform: translate(50px, 0px); }\n 100% {\n transform: translate(0px, 0px); } }\n\n@keyframes ball-triangle-path-2 {\n 33% {\n transform: translate(25px, 50px); }\n 66% {\n transform: translate(-25px, 50px); }\n 100% {\n transform: translate(0px, 0px); } }\n\n@keyframes ball-triangle-path-3 {\n 33% {\n transform: translate(-50px, 0px); }\n 66% {\n transform: translate(-25px, -50px); }\n 100% {\n transform: translate(0px, 0px); } }\n\n.ball-triangle-path {\n position: relative;\n transform: translate(-29.994px, -37.50938px); }\n .ball-triangle-path > div:nth-child(1) {\n animation-name: ball-triangle-path-1;\n animation-delay: 0;\n animation-duration: 2s;\n animation-timing-function: ease-in-out;\n animation-iteration-count: infinite; }\n .ball-triangle-path > div:nth-child(2) {\n animation-name: ball-triangle-path-2;\n animation-delay: 0;\n animation-duration: 2s;\n animation-timing-function: ease-in-out;\n animation-iteration-count: infinite; }\n .ball-triangle-path > div:nth-child(3) {\n animation-name: ball-triangle-path-3;\n animation-delay: 0;\n animation-duration: 2s;\n animation-timing-function: ease-in-out;\n animation-iteration-count: infinite; }\n .ball-triangle-path > div {\n animation-fill-mode: both;\n position: absolute;\n width: 10px;\n height: 10px;\n border-radius: 100%;\n border: 1px solid #607b89; }\n .ball-triangle-path > div:nth-of-type(1) {\n top: 50px; }\n .ball-triangle-path > div:nth-of-type(2) {\n left: 25px; }\n .ball-triangle-path > div:nth-of-type(3) {\n top: 50px;\n left: 50px; }\n"),y.render=function(i,e,r,o,s,d){const p=t("loader-base");return n(),a(p,l({"loader-name":"ball-triangle-path","child-count":3},i.$attrs,{"border-color":r.color}),null,16,["border-color"])};var k={components:{LoaderBase:o}};s("@keyframes ball-scale-multiple {\n 0% {\n transform: scale(0);\n opacity: 0; }\n 5% {\n opacity: 1; }\n 100% {\n transform: scale(1);\n opacity: 0; } }\n\n.ball-scale-multiple {\n position: relative;\n transform: translateY(-30px); }\n .ball-scale-multiple > div:nth-child(2) {\n animation-delay: -0.4s; }\n .ball-scale-multiple > div:nth-child(3) {\n animation-delay: -0.2s; }\n .ball-scale-multiple > div {\n background-color: #607b89;\n width: 15px;\n height: 15px;\n border-radius: 100%;\n margin: 2px;\n animation-fill-mode: both;\n position: absolute;\n left: -30px;\n top: 0px;\n opacity: 0;\n margin: 0;\n width: 60px;\n height: 60px;\n animation: ball-scale-multiple 1s 0s linear infinite; }\n"),k.render=function(i,e,r,o,s,d){const p=t("loader-base");return n(),a(p,l({"loader-name":"ball-scale-multiple","child-count":3},i.$attrs),null,16)};var w={components:{LoaderBase:o}};s("@keyframes ball-pulse-sync {\n 33% {\n transform: translateY(10px); }\n 66% {\n transform: translateY(-10px); }\n 100% {\n transform: translateY(0); } }\n\n.ball-pulse-sync > div:nth-child(1) {\n animation: ball-pulse-sync 0.6s -0.14s infinite ease-in-out; }\n\n.ball-pulse-sync > div:nth-child(2) {\n animation: ball-pulse-sync 0.6s -0.07s infinite ease-in-out; }\n\n.ball-pulse-sync > div:nth-child(3) {\n animation: ball-pulse-sync 0.6s 0s infinite ease-in-out; }\n\n.ball-pulse-sync > div {\n background-color: #607b89;\n width: 15px;\n height: 15px;\n border-radius: 100%;\n margin: 2px;\n animation-fill-mode: both;\n display: inline-block; }\n"),w.render=function(i,e,r,o,s,d){const p=t("loader-base");return n(),a(p,l({"loader-name":"ball-pulse-sync","child-count":3},i.$attrs),null,16)};var B={components:{LoaderBase:o},props:{color:{type:String}}};s("@keyframes ball-scale-ripple {\n 0% {\n transform: scale(0.1);\n opacity: 1; }\n 70% {\n transform: scale(1);\n opacity: 0.7; }\n 100% {\n opacity: 0.0; } }\n\n.ball-scale-ripple > div {\n animation-fill-mode: both;\n height: 50px;\n width: 50px;\n border-radius: 100%;\n border: 2px solid #607b89;\n animation: ball-scale-ripple 1s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8); }\n"),B.render=function(i,e,r,o,s,d){const p=t("loader-base");return n(),a(p,l({"loader-name":"ball-scale-ripple","child-count":1},i.$attrs,{"border-color":r.color}),null,16,["border-color"])};var z={components:{LoaderBase:o},props:{color:{type:String}}};s("@keyframes ball-scale-ripple-multiple {\n 0% {\n transform: scale(0.1);\n opacity: 1; }\n 70% {\n transform: scale(1);\n opacity: 0.7; }\n 100% {\n opacity: 0.0; } }\n\n.ball-scale-ripple-multiple {\n position: relative;\n transform: translateY(-25px); }\n .ball-scale-ripple-multiple > div:nth-child(0) {\n animation-delay: -0.8s; }\n .ball-scale-ripple-multiple > div:nth-child(1) {\n animation-delay: -0.6s; }\n .ball-scale-ripple-multiple > div:nth-child(2) {\n animation-delay: -0.4s; }\n .ball-scale-ripple-multiple > div:nth-child(3) {\n animation-delay: -0.2s; }\n .ball-scale-ripple-multiple > div {\n animation-fill-mode: both;\n position: absolute;\n top: -2px;\n left: -26px;\n width: 50px;\n height: 50px;\n border-radius: 100%;\n border: 2px solid #607b89;\n animation: ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8); }\n"),z.render=function(i,e,r,o,s,d){const p=t("loader-base");return n(),a(p,l({"loader-name":"ball-scale-ripple-multiple","child-count":3},i.$attrs,{"border-color":r.color}),null,16,["border-color"])};var L={components:{LoaderBase:o}};s("@keyframes ball-spin-fade-loader {\n 50% {\n opacity: 0.3;\n transform: scale(0.4); }\n 100% {\n opacity: 1;\n transform: scale(1); } }\n\n.ball-spin-fade-loader {\n position: relative;\n top: -10px;\n left: -10px; }\n .ball-spin-fade-loader > div:nth-child(1) {\n top: 25px;\n left: 0;\n animation: ball-spin-fade-loader 1s -0.96s infinite linear; }\n .ball-spin-fade-loader > div:nth-child(2) {\n top: 17.04545px;\n left: 17.04545px;\n animation: ball-spin-fade-loader 1s -0.84s infinite linear; }\n .ball-spin-fade-loader > div:nth-child(3) {\n top: 0;\n left: 25px;\n animation: ball-spin-fade-loader 1s -0.72s infinite linear; }\n .ball-spin-fade-loader > div:nth-child(4) {\n top: -17.04545px;\n left: 17.04545px;\n animation: ball-spin-fade-loader 1s -0.6s infinite linear; }\n .ball-spin-fade-loader > div:nth-child(5) {\n top: -25px;\n left: 0;\n animation: ball-spin-fade-loader 1s -0.48s infinite linear; }\n .ball-spin-fade-loader > div:nth-child(6) {\n top: -17.04545px;\n left: -17.04545px;\n animation: ball-spin-fade-loader 1s -0.36s infinite linear; }\n .ball-spin-fade-loader > div:nth-child(7) {\n top: 0;\n left: -25px;\n animation: ball-spin-fade-loader 1s -0.24s infinite linear; }\n .ball-spin-fade-loader > div:nth-child(8) {\n top: 17.04545px;\n left: -17.04545px;\n animation: ball-spin-fade-loader 1s -0.12s infinite linear; }\n .ball-spin-fade-loader > div {\n background-color: #607b89;\n width: 15px;\n height: 15px;\n border-radius: 100%;\n margin: 2px;\n animation-fill-mode: both;\n position: absolute; }\n"),L.render=function(i,e,r,o,s,d){const p=t("loader-base");return n(),a(p,l({"loader-name":"ball-spin-fade-loader","child-count":8},i.$attrs),null,16)};var S={components:{LoaderBase:o}};s("@keyframes ball-grid-beat {\n 50% {\n opacity: 0.7; }\n 100% {\n opacity: 1; } }\n\n.ball-grid-beat {\n width: 57px; }\n .ball-grid-beat > div:nth-child(1) {\n animation-delay: 0.66s;\n animation-duration: 1.44s; }\n .ball-grid-beat > div:nth-child(2) {\n animation-delay: 0.5s;\n animation-duration: 1.42s; }\n .ball-grid-beat > div:nth-child(3) {\n animation-delay: 0.21s;\n animation-duration: 1.22s; }\n .ball-grid-beat > div:nth-child(4) {\n animation-delay: 0.38s;\n animation-duration: 1.18s; }\n .ball-grid-beat > div:nth-child(5) {\n animation-delay: 0.46s;\n animation-duration: 1.15s; }\n .ball-grid-beat > div:nth-child(6) {\n animation-delay: 0.53s;\n animation-duration: 1.44s; }\n .ball-grid-beat > div:nth-child(7) {\n animation-delay: 0.56s;\n animation-duration: 0.66s; }\n .ball-grid-beat > div:nth-child(8) {\n animation-delay: 0.74s;\n animation-duration: 1.06s; }\n .ball-grid-beat > div:nth-child(9) {\n animation-delay: 0.6s;\n animation-duration: 0.77s; }\n .ball-grid-beat > div {\n background-color: #607b89;\n width: 15px;\n height: 15px;\n border-radius: 100%;\n margin: 2px;\n animation-fill-mode: both;\n display: inline-block;\n float: left;\n animation-name: ball-grid-beat;\n animation-iteration-count: infinite;\n animation-delay: 0; }\n"),S.render=function(i,e,r,o,s,d){const p=t("loader-base");return n(),a(p,l({"loader-name":"ball-grid-beat","child-count":9},i.$attrs),null,16)};var $={components:{LoaderBase:o}};s("@keyframes ball-scale {\n 0% {\n transform: scale(0); }\n 100% {\n transform: scale(1);\n opacity: 0; } }\n\n.ball-scale > div {\n background-color: #607b89;\n width: 15px;\n height: 15px;\n border-radius: 100%;\n margin: 2px;\n animation-fill-mode: both;\n display: inline-block;\n height: 60px;\n width: 60px;\n animation: ball-scale 1s 0s ease-in-out infinite; }\n\n.ball-scale-random {\n width: 37px;\n height: 40px; }\n .ball-scale-random > div {\n background-color: #607b89;\n width: 15px;\n height: 15px;\n border-radius: 100%;\n margin: 2px;\n animation-fill-mode: both;\n position: absolute;\n display: inline-block;\n height: 30px;\n width: 30px;\n animation: ball-scale 1s 0s ease-in-out infinite; }\n .ball-scale-random > div:nth-child(1) {\n margin-left: -7px;\n animation: ball-scale 1s 0.2s ease-in-out infinite; }\n .ball-scale-random > div:nth-child(3) {\n margin-left: -2px;\n margin-top: 9px;\n animation: ball-scale 1s 0.5s ease-in-out infinite; }\n"),$.render=function(i,e,r,o,s,d){const p=t("loader-base");return n(),a(p,l({"loader-name":"ball-scale-random","child-count":3},i.$attrs),null,16)};var Y={components:{LoaderBase:o}};s("@keyframes line-scale {\n 0% {\n transform: scaley(1); }\n 50% {\n transform: scaley(0.4); }\n 100% {\n transform: scaley(1); } }\n\n.line-scale > div:nth-child(1) {\n animation: line-scale 1s -0.4s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }\n\n.line-scale > div:nth-child(2) {\n animation: line-scale 1s -0.3s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }\n\n.line-scale > div:nth-child(3) {\n animation: line-scale 1s -0.2s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }\n\n.line-scale > div:nth-child(4) {\n animation: line-scale 1s -0.1s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }\n\n.line-scale > div:nth-child(5) {\n animation: line-scale 1s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }\n\n.line-scale > div {\n background-color: #607b89;\n width: 4px;\n height: 35px;\n border-radius: 2px;\n margin: 2px;\n animation-fill-mode: both;\n display: inline-block; }\n"),Y.render=function(i,e,r,o,s,d){const p=t("loader-base");return n(),a(p,l({"loader-name":"line-scale","child-count":5},i.$attrs),null,16)};var C={components:{LoaderBase:o}};s("@keyframes line-scale-party {\n 0% {\n transform: scale(1); }\n 50% {\n transform: scale(0.5); }\n 100% {\n transform: scale(1); } }\n\n.line-scale-party > div:nth-child(1) {\n animation-delay: 0.4s;\n animation-duration: 0.98s; }\n\n.line-scale-party > div:nth-child(2) {\n animation-delay: -0.09s;\n animation-duration: 0.69s; }\n\n.line-scale-party > div:nth-child(3) {\n animation-delay: 0.66s;\n animation-duration: 1.12s; }\n\n.line-scale-party > div:nth-child(4) {\n animation-delay: -0.11s;\n animation-duration: 0.48s; }\n\n.line-scale-party > div {\n background-color: #607b89;\n width: 4px;\n height: 35px;\n border-radius: 2px;\n margin: 2px;\n animation-fill-mode: both;\n display: inline-block;\n animation-name: line-scale-party;\n animation-iteration-count: infinite;\n animation-delay: 0; }\n"),C.render=function(i,e,r,o,s,d){const p=t("loader-base");return n(),a(p,l({"loader-name":"line-scale-party","child-count":4},i.$attrs),null,16)};var _={components:{LoaderBase:o}};s("@keyframes line-scale-pulse-out {\n 0% {\n transform: scaley(1); }\n 50% {\n transform: scaley(0.4); }\n 100% {\n transform: scaley(1); } }\n\n.line-scale-pulse-out > div {\n background-color: #607b89;\n width: 4px;\n height: 35px;\n border-radius: 2px;\n margin: 2px;\n animation-fill-mode: both;\n display: inline-block;\n animation: line-scale-pulse-out 0.9s -0.6s infinite cubic-bezier(0.85, 0.25, 0.37, 0.85); }\n .line-scale-pulse-out > div:nth-child(2), .line-scale-pulse-out > div:nth-child(4) {\n animation-delay: -0.4s !important; }\n .line-scale-pulse-out > div:nth-child(1), .line-scale-pulse-out > div:nth-child(5) {\n animation-delay: -0.2s !important; }\n"),_.render=function(i,e,r,o,s,d){const p=t("loader-base");return n(),a(p,l({"loader-name":"line-scale-pulse-out","child-count":5},i.$attrs),null,16)};var P={components:{LoaderBase:o}};s("@keyframes line-scale-pulse-out-rapid {\n 0% {\n transform: scaley(1); }\n 80% {\n transform: scaley(0.3); }\n 90% {\n transform: scaley(1); } }\n\n.line-scale-pulse-out-rapid > div {\n background-color: #607b89;\n width: 4px;\n height: 35px;\n border-radius: 2px;\n margin: 2px;\n animation-fill-mode: both;\n display: inline-block;\n vertical-align: middle;\n animation: line-scale-pulse-out-rapid 0.9s -0.5s infinite cubic-bezier(0.11, 0.49, 0.38, 0.78); }\n .line-scale-pulse-out-rapid > div:nth-child(2), .line-scale-pulse-out-rapid > div:nth-child(4) {\n animation-delay: -0.25s !important; }\n .line-scale-pulse-out-rapid > div:nth-child(1), .line-scale-pulse-out-rapid > div:nth-child(5) {\n animation-delay: 0s !important; }\n"),P.render=function(i,e,r,o,s,d){const p=t("loader-base");return n(),a(p,l({"loader-name":"line-scale-pulse-out-rapid","child-count":5},i.$attrs),null,16)};var R={components:{LoaderBase:o}};s("@keyframes line-spin-fade-loader {\n 50% {\n opacity: 0.3; }\n 100% {\n opacity: 1; } }\n\n.line-spin-fade-loader {\n position: relative;\n top: -10px;\n left: -4px; }\n .line-spin-fade-loader > div:nth-child(1) {\n top: 20px;\n left: 0;\n animation: line-spin-fade-loader 1.2s -0.84s infinite ease-in-out; }\n .line-spin-fade-loader > div:nth-child(2) {\n top: 13.63636px;\n left: 13.63636px;\n transform: rotate(-45deg);\n animation: line-spin-fade-loader 1.2s -0.72s infinite ease-in-out; }\n .line-spin-fade-loader > div:nth-child(3) {\n top: 0;\n left: 20px;\n transform: rotate(90deg);\n animation: line-spin-fade-loader 1.2s -0.6s infinite ease-in-out; }\n .line-spin-fade-loader > div:nth-child(4) {\n top: -13.63636px;\n left: 13.63636px;\n transform: rotate(45deg);\n animation: line-spin-fade-loader 1.2s -0.48s infinite ease-in-out; }\n .line-spin-fade-loader > div:nth-child(5) {\n top: -20px;\n left: 0;\n animation: line-spin-fade-loader 1.2s -0.36s infinite ease-in-out; }\n .line-spin-fade-loader > div:nth-child(6) {\n top: -13.63636px;\n left: -13.63636px;\n transform: rotate(-45deg);\n animation: line-spin-fade-loader 1.2s -0.24s infinite ease-in-out; }\n .line-spin-fade-loader > div:nth-child(7) {\n top: 0;\n left: -20px;\n transform: rotate(90deg);\n animation: line-spin-fade-loader 1.2s -0.12s infinite ease-in-out; }\n .line-spin-fade-loader > div:nth-child(8) {\n top: 13.63636px;\n left: -13.63636px;\n transform: rotate(45deg);\n animation: line-spin-fade-loader 1.2s 0s infinite ease-in-out; }\n .line-spin-fade-loader > div {\n background-color: #607b89;\n width: 4px;\n height: 35px;\n border-radius: 2px;\n margin: 2px;\n animation-fill-mode: both;\n position: absolute;\n width: 5px;\n height: 15px; }\n"),R.render=function(i,e,r,o,s,d){const p=t("loader-base");return n(),a(p,l({"loader-name":"line-spin-fade-loader","child-count":8},i.$attrs),null,16)};var X={components:{LoaderBase:o}};s("@keyframes cube-transition {\n 25% {\n transform: translateX(50px) scale(0.5) rotate(-90deg); }\n 50% {\n transform: translate(50px, 50px) rotate(-180deg); }\n 75% {\n transform: translateY(50px) scale(0.5) rotate(-270deg); }\n 100% {\n transform: rotate(-360deg); } }\n\n.cube-transition {\n position: relative;\n transform: translate(-25px, -25px); }\n .cube-transition > div {\n animation-fill-mode: both;\n width: 10px;\n height: 10px;\n position: absolute;\n top: -5px;\n left: -5px;\n background-color: #607b89;\n animation: cube-transition 1.6s 0s infinite ease-in-out; }\n .cube-transition > div:last-child {\n animation-delay: -0.8s; }\n"),X.render=function(i,e,r,o,s,d){const p=t("loader-base");return n(),a(p,l({"loader-name":"cube-transition","child-count":2},i.$attrs),null,16)};var N={components:{LoaderBase:o}};s("@keyframes rotate_pacman_half_up {\n 0% {\n transform: rotate(270deg); }\n 50% {\n transform: rotate(360deg); }\n 100% {\n transform: rotate(270deg); } }\n\n@keyframes rotate_pacman_half_down {\n 0% {\n transform: rotate(90deg); }\n 50% {\n transform: rotate(0deg); }\n 100% {\n transform: rotate(90deg); } }\n\n@keyframes pacman-balls {\n 75% {\n opacity: 0.7; }\n 100% {\n transform: translate(-100px, -6.25px); } }\n\n.pacman {\n position: relative; }\n .pacman > div:nth-child(2) {\n animation: pacman-balls 1s -0.99s infinite linear; }\n .pacman > div:nth-child(3) {\n animation: pacman-balls 1s -0.66s infinite linear; }\n .pacman > div:nth-child(4) {\n animation: pacman-balls 1s -0.33s infinite linear; }\n .pacman > div:nth-child(5) {\n animation: pacman-balls 1s 0s infinite linear; }\n .pacman > div:first-of-type {\n width: 0px;\n height: 0px;\n border-right: 25px solid transparent;\n border-top: 25px solid #607b89;\n border-left: 25px solid #607b89;\n border-bottom: 25px solid #607b89;\n border-radius: 25px;\n animation: rotate_pacman_half_up 0.5s 0s infinite;\n position: relative;\n left: -30px; }\n .pacman > div:nth-child(2) {\n width: 0px;\n height: 0px;\n border-right: 25px solid transparent;\n border-top: 25px solid #607b89;\n border-left: 25px solid #607b89;\n border-bottom: 25px solid #607b89;\n border-radius: 25px;\n animation: rotate_pacman_half_down 0.5s 0s infinite;\n margin-top: -50px;\n position: relative;\n left: -30px; }\n .pacman > div:nth-child(3),\n .pacman > div:nth-child(4),\n .pacman > div:nth-child(5),\n .pacman > div:nth-child(6) {\n background-color: #607b89;\n width: 15px;\n height: 15px;\n border-radius: 100%;\n margin: 2px;\n width: 10px;\n height: 10px;\n position: absolute;\n transform: translate(0, -6.25px);\n top: 25px;\n left: 70px; }\n"),N.render=function(i,e,r,o,s,d){const p=t("loader-base");return n(),a(p,l({"loader-name":"pacman","child-count":5},i.$attrs),null,16)};var q={components:{LoaderBase:o}};s("@keyframes spin-rotate {\n 0% {\n transform: rotate(0deg); }\n 50% {\n transform: rotate(180deg); }\n 100% {\n transform: rotate(360deg); } }\n\n.semi-circle-spin {\n position: relative;\n width: 35px;\n height: 35px;\n overflow: hidden; }\n .semi-circle-spin > div {\n position: absolute;\n border-width: 0px;\n border-radius: 100%;\n animation: spin-rotate 0.6s 0s infinite linear;\n background-image: linear-gradient(transparent 0%, transparent 70%, #607b89 30%, #607b89 100%);\n width: 100%;\n height: 100%; }\n"),q.render=function(i,e,r,o,s,d){const p=t("loader-base");return n(),a(p,l({"loader-name":"semi-circle-spin","child-count":1},i.$attrs),null,16)};var T={components:{LoaderBase:o}};s("@keyframes square-spin {\n 25% {\n transform: perspective(100px) rotateX(180deg) rotateY(0); }\n 50% {\n transform: perspective(100px) rotateX(180deg) rotateY(180deg); }\n 75% {\n transform: perspective(100px) rotateX(0) rotateY(180deg); }\n 100% {\n transform: perspective(100px) rotateX(0) rotateY(0); } }\n\n.square-spin > div {\n animation-fill-mode: both;\n width: 50px;\n height: 50px;\n background: #607b89;\n animation: square-spin 3s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite; }\n"),T.render=function(i,e,r,o,s,d){const p=t("loader-base");return n(),a(p,l({"loader-name":"square-spin","child-count":1},i.$attrs),null,16)};var M={components:{LoaderBase:o}};s("@keyframes triangle-skew-spin {\n 25% {\n transform: perspective(100px) rotateX(180deg) rotateY(0); }\n 50% {\n transform: perspective(100px) rotateX(180deg) rotateY(180deg); }\n 75% {\n transform: perspective(100px) rotateX(0) rotateY(180deg); }\n 100% {\n transform: perspective(100px) rotateX(0) rotateY(0); } }\n\n.triangle-skew-spin > div {\n animation-fill-mode: both;\n width: 0;\n height: 0;\n border-left: 20px solid transparent !important;\n border-right: 20px solid transparent !important;\n border-bottom: 20px solid #607b89;\n animation: triangle-skew-spin 3s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite; }\n"),M.render=function(i,e,r,o,s,d){const p=t("loader-base");return n(),a(p,l({"loader-name":"triangle-skew-spin","child-count":1},i.$attrs),null,16)};var Z={name:"LvLoader",components:{BallPulse:d,BallBeat:p,BallScale:c,BallPulseRise:m,BallGridPulse:b,BallClipRotate:h,BallClipRotatePulse:u,BallClipRotateMultiple:x,BallRotate:f,BallZigZag:g,BallZigZagDeflect:v,BallTrianglePath:y,BallScaleMultiple:k,BallPulseSync:w,BallScaleRipple:B,BallScaleRippleMultiple:z,BallSpinFadeLoader:L,BallGridBeat:S,BallScaleRandom:$,LineScale:Y,LineScaleParty:C,LineScalePulseOut:_,LineScalePulseOutRapid:P,LineSpinFadeLoader:R,CubeTransition:X,Pacman:N,SemiCircleSpin:q,SquareSpin:T,TriangleSkewSpin:M},props:{type:{type:String,default:"ball-pulse"},color:{type:String},scale:{type:[String,Number]}}};s("/**\n * Copyright (c) 2016 Connor Atherton\n *\n * All animations must live in their own file\n * in the animations directory and be included\n * here.\n *\n */\n/**\n * Styles shared by multiple animations\n */\n/**\n * Dots\n */\n@keyframes ball-spin-loader {\n 75% {\n opacity: 0.2; }\n 100% {\n opacity: 1; } }\n\n.ball-spin-loader {\n position: relative; }\n .ball-spin-loader > span:nth-child(1) {\n top: 45px;\n left: 0;\n animation: ball-spin-loader 2s 0.9s infinite linear; }\n .ball-spin-loader > span:nth-child(2) {\n top: 30.68182px;\n left: 30.68182px;\n animation: ball-spin-loader 2s 1.8s infinite linear; }\n .ball-spin-loader > span:nth-child(3) {\n top: 0;\n left: 45px;\n animation: ball-spin-loader 2s 2.7s infinite linear; }\n .ball-spin-loader > span:nth-child(4) {\n top: -30.68182px;\n left: 30.68182px;\n animation: ball-spin-loader 2s 3.6s infinite linear; }\n .ball-spin-loader > span:nth-child(5) {\n top: -45px;\n left: 0;\n animation: ball-spin-loader 2s 4.5s infinite linear; }\n .ball-spin-loader > span:nth-child(6) {\n top: -30.68182px;\n left: -30.68182px;\n animation: ball-spin-loader 2s 5.4s infinite linear; }\n .ball-spin-loader > span:nth-child(7) {\n top: 0;\n left: -45px;\n animation: ball-spin-loader 2s 6.3s infinite linear; }\n .ball-spin-loader > span:nth-child(8) {\n top: 30.68182px;\n left: -30.68182px;\n animation: ball-spin-loader 2s 7.2s infinite linear; }\n .ball-spin-loader > div {\n animation-fill-mode: both;\n position: absolute;\n width: 15px;\n height: 15px;\n border-radius: 100%;\n background: green; }\n\n/**\n * Lines\n */\n/**\n * Misc\n */\n"),Z.render=function(i,e,t,l,o,s){return n(),a(r(t.type),{color:t.color,scale:t.scale},null,8,["color","scale"])};export default Z; | ||
import{openBlock as n,createBlock as a,Fragment as i,renderList as e,resolveComponent as t,mergeProps as l,resolveDynamicComponent as r}from"vue";var o={loaderName:"ball-beat",childCount:3,props:{loaderName:{type:String,required:!0},childCount:{type:Number,required:!0},color:{type:String},borderColor:{type:String},scale:{type:[String,Number]}}};function s(n,a){void 0===a&&(a={});var i=a.insertAt;if(n&&"undefined"!=typeof document){var e=document.head||document.getElementsByTagName("head")[0],t=document.createElement("style");t.type="text/css","top"===i&&e.firstChild?e.insertBefore(t,e.firstChild):e.appendChild(t),t.styleSheet?t.styleSheet.cssText=n:t.appendChild(document.createTextNode(n))}}s(".loader-inner {\n display: inline-block; }\n"),o.render=function(t,l,r,o,s,d){return n(),a("div",{class:["loader-inner",r.loaderName],style:`transform: scale(${r.scale})`},[(n(!0),a(i,null,e(r.childCount,(i=>(n(),a("div",{key:i,style:`background-color: ${r.color}; border-color: ${r.borderColor}`},null,4)))),128))],6)};var d={components:{LoaderBase:o}};s("@keyframes scale {\n 0% {\n transform: scale(1);\n opacity: 1; }\n 45% {\n transform: scale(0.1);\n opacity: 0.7; }\n 80% {\n transform: scale(1);\n opacity: 1; } }\n\n.ball-pulse > div:nth-child(1) {\n animation: scale 0.75s -0.24s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }\n\n.ball-pulse > div:nth-child(2) {\n animation: scale 0.75s -0.12s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }\n\n.ball-pulse > div:nth-child(3) {\n animation: scale 0.75s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }\n\n.ball-pulse > div {\n background-color: #607b89;\n width: 15px;\n height: 15px;\n border-radius: 100%;\n margin: 2px;\n animation-fill-mode: both;\n display: inline-block; }\n"),d.render=function(i,e,r,o,s,d){const p=t("loader-base");return n(),a(p,l({"loader-name":"ball-pulse","child-count":3},i.$attrs),null,16)};var p={components:{LoaderBase:o}};s("@keyframes ball-beat {\n 50% {\n opacity: 0.2;\n transform: scale(0.75); }\n 100% {\n opacity: 1;\n transform: scale(1); } }\n\n.ball-beat > div {\n background-color: #607b89;\n width: 15px;\n height: 15px;\n border-radius: 100%;\n margin: 2px;\n animation-fill-mode: both;\n display: inline-block;\n animation: ball-beat 0.7s 0s infinite linear; }\n .ball-beat > div:nth-child(2n-1) {\n animation-delay: -0.35s !important; }\n"),p.render=function(i,e,r,o,s,d){const p=t("loader-base");return n(),a(p,l({"loader-name":"ball-beat","child-count":3},i.$attrs),null,16)};var c={components:{LoaderBase:o}};s("@keyframes ball-scale {\n 0% {\n transform: scale(0); }\n 100% {\n transform: scale(1);\n opacity: 0; } }\n\n.ball-scale > div {\n background-color: #607b89;\n width: 15px;\n height: 15px;\n border-radius: 100%;\n margin: 2px;\n animation-fill-mode: both;\n display: inline-block;\n height: 60px;\n width: 60px;\n animation: ball-scale 1s 0s ease-in-out infinite; }\n"),c.render=function(i,e,r,o,s,d){const p=t("loader-base");return n(),a(p,l({"loader-name":"ball-scale","child-count":1},i.$attrs),null,16)};var m={components:{LoaderBase:o}};s("@keyframes ball-pulse-rise-even {\n 0% {\n transform: scale(1.1); }\n 25% {\n transform: translateY(-30px); }\n 50% {\n transform: scale(0.4); }\n 75% {\n transform: translateY(30px); }\n 100% {\n transform: translateY(0);\n transform: scale(1); } }\n\n@keyframes ball-pulse-rise-odd {\n 0% {\n transform: scale(0.4); }\n 25% {\n transform: translateY(30px); }\n 50% {\n transform: scale(1.1); }\n 75% {\n transform: translateY(-30px); }\n 100% {\n transform: translateY(0);\n transform: scale(0.75); } }\n\n.ball-pulse-rise > div {\n background-color: #607b89;\n width: 15px;\n height: 15px;\n border-radius: 100%;\n margin: 2px;\n animation-fill-mode: both;\n display: inline-block;\n animation-duration: 1s;\n animation-timing-function: cubic-bezier(0.15, 0.46, 0.9, 0.6);\n animation-iteration-count: infinite;\n animation-delay: 0; }\n .ball-pulse-rise > div:nth-child(2n) {\n animation-name: ball-pulse-rise-even; }\n .ball-pulse-rise > div:nth-child(2n-1) {\n animation-name: ball-pulse-rise-odd; }\n"),m.render=function(i,e,r,o,s,d){const p=t("loader-base");return n(),a(p,l({"loader-name":"ball-pulse-rise","child-count":5},i.$attrs),null,16)};var b={components:{LoaderBase:o}};s("@keyframes ball-grid-pulse {\n 0% {\n transform: scale(1); }\n 50% {\n transform: scale(0.5);\n opacity: 0.7; }\n 100% {\n transform: scale(1);\n opacity: 1; } }\n\n.ball-grid-pulse {\n width: 57px; }\n .ball-grid-pulse > div:nth-child(1) {\n animation-delay: 0.2s;\n animation-duration: 0.73s; }\n .ball-grid-pulse > div:nth-child(2) {\n animation-delay: 0.11s;\n animation-duration: 0.77s; }\n .ball-grid-pulse > div:nth-child(3) {\n animation-delay: 0.43s;\n animation-duration: 1.19s; }\n .ball-grid-pulse > div:nth-child(4) {\n animation-delay: -0.07s;\n animation-duration: 1.45s; }\n .ball-grid-pulse > div:nth-child(5) {\n animation-delay: -0.18s;\n animation-duration: 0.64s; }\n .ball-grid-pulse > div:nth-child(6) {\n animation-delay: 0.29s;\n animation-duration: 0.99s; }\n .ball-grid-pulse > div:nth-child(7) {\n animation-delay: -0.11s;\n animation-duration: 1.54s; }\n .ball-grid-pulse > div:nth-child(8) {\n animation-delay: 0.55s;\n animation-duration: 1.51s; }\n .ball-grid-pulse > div:nth-child(9) {\n animation-delay: 0.6s;\n animation-duration: 0.72s; }\n .ball-grid-pulse > div {\n background-color: #607b89;\n width: 15px;\n height: 15px;\n border-radius: 100%;\n margin: 2px;\n animation-fill-mode: both;\n display: inline-block;\n float: left;\n animation-name: ball-grid-pulse;\n animation-iteration-count: infinite;\n animation-delay: 0; }\n"),b.render=function(i,e,r,o,s,d){const p=t("loader-base");return n(),a(p,l({"loader-name":"ball-grid-pulse","child-count":9},i.$attrs),null,16)};var h={components:{LoaderBase:o},props:{color:{type:String}}};s("@keyframes rotate {\n 0% {\n transform: rotate(0deg); }\n 50% {\n transform: rotate(180deg); }\n 100% {\n transform: rotate(360deg); } }\n\n.ball-clip-rotate > div {\n background-color: #607b89;\n width: 15px;\n height: 15px;\n border-radius: 100%;\n margin: 2px;\n animation-fill-mode: both;\n border: 2px solid #607b89;\n border-bottom-color: transparent !important;\n height: 26px;\n width: 26px;\n background: transparent !important;\n display: inline-block;\n animation: rotate 0.75s 0s linear infinite; }\n"),h.render=function(i,e,r,o,s,d){const p=t("loader-base");return n(),a(p,l({"loader-name":"ball-clip-rotate","child-count":1},i.$attrs,{"border-color":r.color}),null,16,["border-color"])};var f={components:{LoaderBase:o}};s('@keyframes rotate {\n 0% {\n transform: rotate(0deg); }\n 50% {\n transform: rotate(180deg); }\n 100% {\n transform: rotate(360deg); } }\n\n.ball-rotate {\n position: relative; }\n .ball-rotate > div {\n background-color: #607b89;\n width: 15px;\n height: 15px;\n border-radius: 100%;\n margin: 2px;\n animation-fill-mode: both;\n position: relative; }\n .ball-rotate > div:first-child {\n animation: rotate 1s 0s cubic-bezier(0.7, -0.13, 0.22, 0.86) infinite; }\n .ball-rotate > div:before, .ball-rotate > div:after {\n background-color: #607b89;\n width: 15px;\n height: 15px;\n border-radius: 100%;\n margin: 2px;\n content: "";\n background-color: inherit;\n position: absolute;\n opacity: 0.8; }\n .ball-rotate > div:before {\n top: 0px;\n left: -28px; }\n .ball-rotate > div:after {\n top: 0px;\n left: 25px; }\n'),f.render=function(i,e,r,o,s,d){const p=t("loader-base");return n(),a(p,l({"loader-name":"ball-rotate","child-count":1},i.$attrs),null,16)};var u={components:{LoaderBase:o}};s("@keyframes ball-grid-beat {\n 50% {\n opacity: 0.7; }\n 100% {\n opacity: 1; } }\n\n.ball-grid-beat {\n width: 57px; }\n .ball-grid-beat > div:nth-child(1) {\n animation-delay: 0.74s;\n animation-duration: 1.52s; }\n .ball-grid-beat > div:nth-child(2) {\n animation-delay: 0.47s;\n animation-duration: 1.27s; }\n .ball-grid-beat > div:nth-child(3) {\n animation-delay: 0.05s;\n animation-duration: 0.89s; }\n .ball-grid-beat > div:nth-child(4) {\n animation-delay: 0.51s;\n animation-duration: 1.01s; }\n .ball-grid-beat > div:nth-child(5) {\n animation-delay: 0.75s;\n animation-duration: 1.47s; }\n .ball-grid-beat > div:nth-child(6) {\n animation-delay: 0.04s;\n animation-duration: 1.29s; }\n .ball-grid-beat > div:nth-child(7) {\n animation-delay: 0.31s;\n animation-duration: 1.18s; }\n .ball-grid-beat > div:nth-child(8) {\n animation-delay: 0.52s;\n animation-duration: 1.07s; }\n .ball-grid-beat > div:nth-child(9) {\n animation-delay: 0.77s;\n animation-duration: 0.98s; }\n .ball-grid-beat > div {\n background-color: #607b89;\n width: 15px;\n height: 15px;\n border-radius: 100%;\n margin: 2px;\n animation-fill-mode: both;\n display: inline-block;\n float: left;\n animation-name: ball-grid-beat;\n animation-iteration-count: infinite;\n animation-delay: 0; }\n"),u.render=function(i,e,r,o,s,d){const p=t("loader-base");return n(),a(p,l({"loader-name":"ball-clip-rotate-pulse","child-count":2},i.$attrs),null,16)};var x={components:{LoaderBase:o},props:{color:{type:String}}};s("@keyframes rotate {\n 0% {\n transform: rotate(0deg) scale(1); }\n 50% {\n transform: rotate(180deg) scale(0.6); }\n 100% {\n transform: rotate(360deg) scale(1); } }\n\n.ball-clip-rotate-multiple {\n position: relative; }\n .ball-clip-rotate-multiple > div {\n animation-fill-mode: both;\n position: absolute;\n left: -20px;\n top: -20px;\n border: 2px solid #607b89;\n border-bottom-color: transparent !important;\n border-top-color: transparent !important;\n border-radius: 100%;\n height: 35px;\n width: 35px;\n animation: rotate 1s 0s ease-in-out infinite; }\n .ball-clip-rotate-multiple > div:last-child {\n display: inline-block;\n top: -10px;\n left: -10px;\n width: 15px;\n height: 15px;\n animation-duration: 0.5s;\n border: 2px solid #607b89;\n border-bottom-color: transparent !important;\n border-top-color: transparent !important;\n animation-direction: reverse; }\n"),x.render=function(i,e,r,o,s,d){const p=t("loader-base");return n(),a(p,l({"loader-name":"ball-clip-rotate-multiple","child-count":2},i.$attrs,{"border-color":r.color}),null,16,["border-color"])};var g={components:{LoaderBase:o}};s("@keyframes ball-zig {\n 33% {\n transform: translate(-15px, -30px); }\n 66% {\n transform: translate(15px, -30px); }\n 100% {\n transform: translate(0, 0); } }\n\n@keyframes ball-zag {\n 33% {\n transform: translate(15px, 30px); }\n 66% {\n transform: translate(-15px, 30px); }\n 100% {\n transform: translate(0, 0); } }\n\n.ball-zig-zag {\n position: relative;\n transform: translate(-15px, -15px); }\n .ball-zig-zag > div {\n background-color: #607b89;\n width: 15px;\n height: 15px;\n border-radius: 100%;\n margin: 2px;\n animation-fill-mode: both;\n position: absolute;\n margin-left: 15px;\n top: 4px;\n left: -7px; }\n .ball-zig-zag > div:first-child {\n animation: ball-zig 0.7s 0s infinite linear; }\n .ball-zig-zag > div:last-child {\n animation: ball-zag 0.7s 0s infinite linear; }\n"),g.render=function(i,e,r,o,s,d){const p=t("loader-base");return n(),a(p,l({"loader-name":"ball-zig-zag","child-count":2},i.$attrs),null,16)};var v={components:{LoaderBase:o}};s("@keyframes ball-zig-deflect {\n 17% {\n transform: translate(-15px, -30px); }\n 34% {\n transform: translate(15px, -30px); }\n 50% {\n transform: translate(0, 0); }\n 67% {\n transform: translate(15px, -30px); }\n 84% {\n transform: translate(-15px, -30px); }\n 100% {\n transform: translate(0, 0); } }\n\n@keyframes ball-zag-deflect {\n 17% {\n transform: translate(15px, 30px); }\n 34% {\n transform: translate(-15px, 30px); }\n 50% {\n transform: translate(0, 0); }\n 67% {\n transform: translate(-15px, 30px); }\n 84% {\n transform: translate(15px, 30px); }\n 100% {\n transform: translate(0, 0); } }\n\n.ball-zig-zag-deflect {\n position: relative;\n transform: translate(-15px, -15px); }\n .ball-zig-zag-deflect > div {\n background-color: #607b89;\n width: 15px;\n height: 15px;\n border-radius: 100%;\n margin: 2px;\n animation-fill-mode: both;\n position: absolute;\n margin-left: 15px;\n top: 4px;\n left: -7px; }\n .ball-zig-zag-deflect > div:first-child {\n animation: ball-zig-deflect 1.5s 0s infinite linear; }\n .ball-zig-zag-deflect > div:last-child {\n animation: ball-zag-deflect 1.5s 0s infinite linear; }\n"),v.render=function(i,e,r,o,s,d){const p=t("loader-base");return n(),a(p,l({"loader-name":"ball-zig-zag-deflect","child-count":2},i.$attrs),null,16)};var y={components:{LoaderBase:o},props:{color:{type:String}}};s("@keyframes ball-triangle-path-1 {\n 33% {\n transform: translate(25px, -50px); }\n 66% {\n transform: translate(50px, 0px); }\n 100% {\n transform: translate(0px, 0px); } }\n\n@keyframes ball-triangle-path-2 {\n 33% {\n transform: translate(25px, 50px); }\n 66% {\n transform: translate(-25px, 50px); }\n 100% {\n transform: translate(0px, 0px); } }\n\n@keyframes ball-triangle-path-3 {\n 33% {\n transform: translate(-50px, 0px); }\n 66% {\n transform: translate(-25px, -50px); }\n 100% {\n transform: translate(0px, 0px); } }\n\n.ball-triangle-path {\n position: relative;\n transform: translate(-29.994px, -37.50938px); }\n .ball-triangle-path > div:nth-child(1) {\n animation-name: ball-triangle-path-1;\n animation-delay: 0;\n animation-duration: 2s;\n animation-timing-function: ease-in-out;\n animation-iteration-count: infinite; }\n .ball-triangle-path > div:nth-child(2) {\n animation-name: ball-triangle-path-2;\n animation-delay: 0;\n animation-duration: 2s;\n animation-timing-function: ease-in-out;\n animation-iteration-count: infinite; }\n .ball-triangle-path > div:nth-child(3) {\n animation-name: ball-triangle-path-3;\n animation-delay: 0;\n animation-duration: 2s;\n animation-timing-function: ease-in-out;\n animation-iteration-count: infinite; }\n .ball-triangle-path > div {\n animation-fill-mode: both;\n position: absolute;\n width: 10px;\n height: 10px;\n border-radius: 100%;\n border: 1px solid #607b89; }\n .ball-triangle-path > div:nth-of-type(1) {\n top: 50px; }\n .ball-triangle-path > div:nth-of-type(2) {\n left: 25px; }\n .ball-triangle-path > div:nth-of-type(3) {\n top: 50px;\n left: 50px; }\n"),y.render=function(i,e,r,o,s,d){const p=t("loader-base");return n(),a(p,l({"loader-name":"ball-triangle-path","child-count":3},i.$attrs,{"border-color":r.color}),null,16,["border-color"])};var k={components:{LoaderBase:o}};s("@keyframes ball-scale-multiple {\n 0% {\n transform: scale(0);\n opacity: 0; }\n 5% {\n opacity: 1; }\n 100% {\n transform: scale(1);\n opacity: 0; } }\n\n.ball-scale-multiple {\n position: relative;\n transform: translateY(-30px); }\n .ball-scale-multiple > div:nth-child(2) {\n animation-delay: -0.4s; }\n .ball-scale-multiple > div:nth-child(3) {\n animation-delay: -0.2s; }\n .ball-scale-multiple > div {\n background-color: #607b89;\n width: 15px;\n height: 15px;\n border-radius: 100%;\n margin: 2px;\n animation-fill-mode: both;\n position: absolute;\n left: -30px;\n top: 0px;\n opacity: 0;\n margin: 0;\n width: 60px;\n height: 60px;\n animation: ball-scale-multiple 1s 0s linear infinite; }\n"),k.render=function(i,e,r,o,s,d){const p=t("loader-base");return n(),a(p,l({"loader-name":"ball-scale-multiple","child-count":3},i.$attrs),null,16)};var w={components:{LoaderBase:o}};s("@keyframes ball-pulse-sync {\n 33% {\n transform: translateY(10px); }\n 66% {\n transform: translateY(-10px); }\n 100% {\n transform: translateY(0); } }\n\n.ball-pulse-sync > div:nth-child(1) {\n animation: ball-pulse-sync 0.6s -0.14s infinite ease-in-out; }\n\n.ball-pulse-sync > div:nth-child(2) {\n animation: ball-pulse-sync 0.6s -0.07s infinite ease-in-out; }\n\n.ball-pulse-sync > div:nth-child(3) {\n animation: ball-pulse-sync 0.6s 0s infinite ease-in-out; }\n\n.ball-pulse-sync > div {\n background-color: #607b89;\n width: 15px;\n height: 15px;\n border-radius: 100%;\n margin: 2px;\n animation-fill-mode: both;\n display: inline-block; }\n"),w.render=function(i,e,r,o,s,d){const p=t("loader-base");return n(),a(p,l({"loader-name":"ball-pulse-sync","child-count":3},i.$attrs),null,16)};var B={components:{LoaderBase:o},props:{color:{type:String}}};s("@keyframes ball-scale-ripple {\n 0% {\n transform: scale(0.1);\n opacity: 1; }\n 70% {\n transform: scale(1);\n opacity: 0.7; }\n 100% {\n opacity: 0.0; } }\n\n.ball-scale-ripple > div {\n animation-fill-mode: both;\n height: 50px;\n width: 50px;\n border-radius: 100%;\n border: 2px solid #607b89;\n animation: ball-scale-ripple 1s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8); }\n"),B.render=function(i,e,r,o,s,d){const p=t("loader-base");return n(),a(p,l({"loader-name":"ball-scale-ripple","child-count":1},i.$attrs,{"border-color":r.color}),null,16,["border-color"])};var z={components:{LoaderBase:o},props:{color:{type:String}}};s("@keyframes ball-scale-ripple-multiple {\n 0% {\n transform: scale(0.1);\n opacity: 1; }\n 70% {\n transform: scale(1);\n opacity: 0.7; }\n 100% {\n opacity: 0.0; } }\n\n.ball-scale-ripple-multiple {\n position: relative;\n transform: translateY(-25px); }\n .ball-scale-ripple-multiple > div:nth-child(0) {\n animation-delay: -0.8s; }\n .ball-scale-ripple-multiple > div:nth-child(1) {\n animation-delay: -0.6s; }\n .ball-scale-ripple-multiple > div:nth-child(2) {\n animation-delay: -0.4s; }\n .ball-scale-ripple-multiple > div:nth-child(3) {\n animation-delay: -0.2s; }\n .ball-scale-ripple-multiple > div {\n animation-fill-mode: both;\n position: absolute;\n top: -2px;\n left: -26px;\n width: 50px;\n height: 50px;\n border-radius: 100%;\n border: 2px solid #607b89;\n animation: ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8); }\n"),z.render=function(i,e,r,o,s,d){const p=t("loader-base");return n(),a(p,l({"loader-name":"ball-scale-ripple-multiple","child-count":3},i.$attrs,{"border-color":r.color}),null,16,["border-color"])};var L={components:{LoaderBase:o}};s("@keyframes ball-spin-fade-loader {\n 50% {\n opacity: 0.3;\n transform: scale(0.4); }\n 100% {\n opacity: 1;\n transform: scale(1); } }\n\n.ball-spin-fade-loader {\n position: relative;\n top: -10px;\n left: -10px; }\n .ball-spin-fade-loader > div:nth-child(1) {\n top: 25px;\n left: 0;\n animation: ball-spin-fade-loader 1s -0.96s infinite linear; }\n .ball-spin-fade-loader > div:nth-child(2) {\n top: 17.04545px;\n left: 17.04545px;\n animation: ball-spin-fade-loader 1s -0.84s infinite linear; }\n .ball-spin-fade-loader > div:nth-child(3) {\n top: 0;\n left: 25px;\n animation: ball-spin-fade-loader 1s -0.72s infinite linear; }\n .ball-spin-fade-loader > div:nth-child(4) {\n top: -17.04545px;\n left: 17.04545px;\n animation: ball-spin-fade-loader 1s -0.6s infinite linear; }\n .ball-spin-fade-loader > div:nth-child(5) {\n top: -25px;\n left: 0;\n animation: ball-spin-fade-loader 1s -0.48s infinite linear; }\n .ball-spin-fade-loader > div:nth-child(6) {\n top: -17.04545px;\n left: -17.04545px;\n animation: ball-spin-fade-loader 1s -0.36s infinite linear; }\n .ball-spin-fade-loader > div:nth-child(7) {\n top: 0;\n left: -25px;\n animation: ball-spin-fade-loader 1s -0.24s infinite linear; }\n .ball-spin-fade-loader > div:nth-child(8) {\n top: 17.04545px;\n left: -17.04545px;\n animation: ball-spin-fade-loader 1s -0.12s infinite linear; }\n .ball-spin-fade-loader > div {\n background-color: #607b89;\n width: 15px;\n height: 15px;\n border-radius: 100%;\n margin: 2px;\n animation-fill-mode: both;\n position: absolute; }\n"),L.render=function(i,e,r,o,s,d){const p=t("loader-base");return n(),a(p,l({"loader-name":"ball-spin-fade-loader","child-count":8},i.$attrs),null,16)};var S={components:{LoaderBase:o}};s("@keyframes ball-grid-beat {\n 50% {\n opacity: 0.7; }\n 100% {\n opacity: 1; } }\n\n.ball-grid-beat {\n width: 57px; }\n .ball-grid-beat > div:nth-child(1) {\n animation-delay: 0.63s;\n animation-duration: 0.83s; }\n .ball-grid-beat > div:nth-child(2) {\n animation-delay: 0.8s;\n animation-duration: 1.58s; }\n .ball-grid-beat > div:nth-child(3) {\n animation-delay: 0.52s;\n animation-duration: 1.52s; }\n .ball-grid-beat > div:nth-child(4) {\n animation-delay: 0.04s;\n animation-duration: 0.65s; }\n .ball-grid-beat > div:nth-child(5) {\n animation-delay: 0.69s;\n animation-duration: 0.85s; }\n .ball-grid-beat > div:nth-child(6) {\n animation-delay: -0.12s;\n animation-duration: 1.14s; }\n .ball-grid-beat > div:nth-child(7) {\n animation-delay: 0.69s;\n animation-duration: 0.94s; }\n .ball-grid-beat > div:nth-child(8) {\n animation-delay: 0.8s;\n animation-duration: 0.88s; }\n .ball-grid-beat > div:nth-child(9) {\n animation-delay: 0.52s;\n animation-duration: 1.16s; }\n .ball-grid-beat > div {\n background-color: #607b89;\n width: 15px;\n height: 15px;\n border-radius: 100%;\n margin: 2px;\n animation-fill-mode: both;\n display: inline-block;\n float: left;\n animation-name: ball-grid-beat;\n animation-iteration-count: infinite;\n animation-delay: 0; }\n"),S.render=function(i,e,r,o,s,d){const p=t("loader-base");return n(),a(p,l({"loader-name":"ball-grid-beat","child-count":9},i.$attrs),null,16)};var $={components:{LoaderBase:o}};s("@keyframes ball-scale {\n 0% {\n transform: scale(0); }\n 100% {\n transform: scale(1);\n opacity: 0; } }\n\n.ball-scale > div {\n background-color: #607b89;\n width: 15px;\n height: 15px;\n border-radius: 100%;\n margin: 2px;\n animation-fill-mode: both;\n display: inline-block;\n height: 60px;\n width: 60px;\n animation: ball-scale 1s 0s ease-in-out infinite; }\n\n.ball-scale-random {\n width: 37px;\n height: 40px; }\n .ball-scale-random > div {\n background-color: #607b89;\n width: 15px;\n height: 15px;\n border-radius: 100%;\n margin: 2px;\n animation-fill-mode: both;\n position: absolute;\n display: inline-block;\n height: 30px;\n width: 30px;\n animation: ball-scale 1s 0s ease-in-out infinite; }\n .ball-scale-random > div:nth-child(1) {\n margin-left: -7px;\n animation: ball-scale 1s 0.2s ease-in-out infinite; }\n .ball-scale-random > div:nth-child(3) {\n margin-left: -2px;\n margin-top: 9px;\n animation: ball-scale 1s 0.5s ease-in-out infinite; }\n"),$.render=function(i,e,r,o,s,d){const p=t("loader-base");return n(),a(p,l({"loader-name":"ball-scale-random","child-count":3},i.$attrs),null,16)};var Y={components:{LoaderBase:o}};s("@keyframes line-scale {\n 0% {\n transform: scaley(1); }\n 50% {\n transform: scaley(0.4); }\n 100% {\n transform: scaley(1); } }\n\n.line-scale > div:nth-child(1) {\n animation: line-scale 1s -0.4s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }\n\n.line-scale > div:nth-child(2) {\n animation: line-scale 1s -0.3s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }\n\n.line-scale > div:nth-child(3) {\n animation: line-scale 1s -0.2s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }\n\n.line-scale > div:nth-child(4) {\n animation: line-scale 1s -0.1s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }\n\n.line-scale > div:nth-child(5) {\n animation: line-scale 1s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }\n\n.line-scale > div {\n background-color: #607b89;\n width: 4px;\n height: 35px;\n border-radius: 2px;\n margin: 2px;\n animation-fill-mode: both;\n display: inline-block; }\n"),Y.render=function(i,e,r,o,s,d){const p=t("loader-base");return n(),a(p,l({"loader-name":"line-scale","child-count":5},i.$attrs),null,16)};var C={components:{LoaderBase:o}};s("@keyframes line-scale-party {\n 0% {\n transform: scale(1); }\n 50% {\n transform: scale(0.5); }\n 100% {\n transform: scale(1); } }\n\n.line-scale-party > div:nth-child(1) {\n animation-delay: -0.1s;\n animation-duration: 1.15s; }\n\n.line-scale-party > div:nth-child(2) {\n animation-delay: 0.29s;\n animation-duration: 0.8s; }\n\n.line-scale-party > div:nth-child(3) {\n animation-delay: -0.1s;\n animation-duration: 0.57s; }\n\n.line-scale-party > div:nth-child(4) {\n animation-delay: 0.31s;\n animation-duration: 0.31s; }\n\n.line-scale-party > div {\n background-color: #607b89;\n width: 4px;\n height: 35px;\n border-radius: 2px;\n margin: 2px;\n animation-fill-mode: both;\n display: inline-block;\n animation-name: line-scale-party;\n animation-iteration-count: infinite;\n animation-delay: 0; }\n"),C.render=function(i,e,r,o,s,d){const p=t("loader-base");return n(),a(p,l({"loader-name":"line-scale-party","child-count":4},i.$attrs),null,16)};var _={components:{LoaderBase:o}};s("@keyframes line-scale-pulse-out {\n 0% {\n transform: scaley(1); }\n 50% {\n transform: scaley(0.4); }\n 100% {\n transform: scaley(1); } }\n\n.line-scale-pulse-out > div {\n background-color: #607b89;\n width: 4px;\n height: 35px;\n border-radius: 2px;\n margin: 2px;\n animation-fill-mode: both;\n display: inline-block;\n animation: line-scale-pulse-out 0.9s -0.6s infinite cubic-bezier(0.85, 0.25, 0.37, 0.85); }\n .line-scale-pulse-out > div:nth-child(2), .line-scale-pulse-out > div:nth-child(4) {\n animation-delay: -0.4s !important; }\n .line-scale-pulse-out > div:nth-child(1), .line-scale-pulse-out > div:nth-child(5) {\n animation-delay: -0.2s !important; }\n"),_.render=function(i,e,r,o,s,d){const p=t("loader-base");return n(),a(p,l({"loader-name":"line-scale-pulse-out","child-count":5},i.$attrs),null,16)};var P={components:{LoaderBase:o}};s("@keyframes line-scale-pulse-out-rapid {\n 0% {\n transform: scaley(1); }\n 80% {\n transform: scaley(0.3); }\n 90% {\n transform: scaley(1); } }\n\n.line-scale-pulse-out-rapid > div {\n background-color: #607b89;\n width: 4px;\n height: 35px;\n border-radius: 2px;\n margin: 2px;\n animation-fill-mode: both;\n display: inline-block;\n vertical-align: middle;\n animation: line-scale-pulse-out-rapid 0.9s -0.5s infinite cubic-bezier(0.11, 0.49, 0.38, 0.78); }\n .line-scale-pulse-out-rapid > div:nth-child(2), .line-scale-pulse-out-rapid > div:nth-child(4) {\n animation-delay: -0.25s !important; }\n .line-scale-pulse-out-rapid > div:nth-child(1), .line-scale-pulse-out-rapid > div:nth-child(5) {\n animation-delay: 0s !important; }\n"),P.render=function(i,e,r,o,s,d){const p=t("loader-base");return n(),a(p,l({"loader-name":"line-scale-pulse-out-rapid","child-count":5},i.$attrs),null,16)};var R={components:{LoaderBase:o}};s("@keyframes line-spin-fade-loader {\n 50% {\n opacity: 0.3; }\n 100% {\n opacity: 1; } }\n\n.line-spin-fade-loader {\n position: relative;\n top: -10px;\n left: -4px; }\n .line-spin-fade-loader > div:nth-child(1) {\n top: 20px;\n left: 0;\n animation: line-spin-fade-loader 1.2s -0.84s infinite ease-in-out; }\n .line-spin-fade-loader > div:nth-child(2) {\n top: 13.63636px;\n left: 13.63636px;\n transform: rotate(-45deg);\n animation: line-spin-fade-loader 1.2s -0.72s infinite ease-in-out; }\n .line-spin-fade-loader > div:nth-child(3) {\n top: 0;\n left: 20px;\n transform: rotate(90deg);\n animation: line-spin-fade-loader 1.2s -0.6s infinite ease-in-out; }\n .line-spin-fade-loader > div:nth-child(4) {\n top: -13.63636px;\n left: 13.63636px;\n transform: rotate(45deg);\n animation: line-spin-fade-loader 1.2s -0.48s infinite ease-in-out; }\n .line-spin-fade-loader > div:nth-child(5) {\n top: -20px;\n left: 0;\n animation: line-spin-fade-loader 1.2s -0.36s infinite ease-in-out; }\n .line-spin-fade-loader > div:nth-child(6) {\n top: -13.63636px;\n left: -13.63636px;\n transform: rotate(-45deg);\n animation: line-spin-fade-loader 1.2s -0.24s infinite ease-in-out; }\n .line-spin-fade-loader > div:nth-child(7) {\n top: 0;\n left: -20px;\n transform: rotate(90deg);\n animation: line-spin-fade-loader 1.2s -0.12s infinite ease-in-out; }\n .line-spin-fade-loader > div:nth-child(8) {\n top: 13.63636px;\n left: -13.63636px;\n transform: rotate(45deg);\n animation: line-spin-fade-loader 1.2s 0s infinite ease-in-out; }\n .line-spin-fade-loader > div {\n background-color: #607b89;\n width: 4px;\n height: 35px;\n border-radius: 2px;\n margin: 2px;\n animation-fill-mode: both;\n position: absolute;\n width: 5px;\n height: 15px; }\n"),R.render=function(i,e,r,o,s,d){const p=t("loader-base");return n(),a(p,l({"loader-name":"line-spin-fade-loader","child-count":8},i.$attrs),null,16)};var X={components:{LoaderBase:o}};s("@keyframes cube-transition {\n 25% {\n transform: translateX(50px) scale(0.5) rotate(-90deg); }\n 50% {\n transform: translate(50px, 50px) rotate(-180deg); }\n 75% {\n transform: translateY(50px) scale(0.5) rotate(-270deg); }\n 100% {\n transform: rotate(-360deg); } }\n\n.cube-transition {\n position: relative;\n transform: translate(-25px, -25px); }\n .cube-transition > div {\n animation-fill-mode: both;\n width: 10px;\n height: 10px;\n position: absolute;\n top: -5px;\n left: -5px;\n background-color: #607b89;\n animation: cube-transition 1.6s 0s infinite ease-in-out; }\n .cube-transition > div:last-child {\n animation-delay: -0.8s; }\n"),X.render=function(i,e,r,o,s,d){const p=t("loader-base");return n(),a(p,l({"loader-name":"cube-transition","child-count":2},i.$attrs),null,16)};var N={components:{LoaderBase:o}};s("@keyframes rotate_pacman_half_up {\n 0% {\n transform: rotate(270deg); }\n 50% {\n transform: rotate(360deg); }\n 100% {\n transform: rotate(270deg); } }\n\n@keyframes rotate_pacman_half_down {\n 0% {\n transform: rotate(90deg); }\n 50% {\n transform: rotate(0deg); }\n 100% {\n transform: rotate(90deg); } }\n\n@keyframes pacman-balls {\n 75% {\n opacity: 0.7; }\n 100% {\n transform: translate(-100px, -6.25px); } }\n\n.pacman {\n position: relative; }\n .pacman > div:nth-child(2) {\n animation: pacman-balls 1s -0.99s infinite linear; }\n .pacman > div:nth-child(3) {\n animation: pacman-balls 1s -0.66s infinite linear; }\n .pacman > div:nth-child(4) {\n animation: pacman-balls 1s -0.33s infinite linear; }\n .pacman > div:nth-child(5) {\n animation: pacman-balls 1s 0s infinite linear; }\n .pacman > div:first-of-type {\n width: 0px;\n height: 0px;\n border-right: 25px solid transparent;\n border-top: 25px solid #607b89;\n border-left: 25px solid #607b89;\n border-bottom: 25px solid #607b89;\n border-radius: 25px;\n animation: rotate_pacman_half_up 0.5s 0s infinite;\n position: relative;\n left: -30px; }\n .pacman > div:nth-child(2) {\n width: 0px;\n height: 0px;\n border-right: 25px solid transparent;\n border-top: 25px solid #607b89;\n border-left: 25px solid #607b89;\n border-bottom: 25px solid #607b89;\n border-radius: 25px;\n animation: rotate_pacman_half_down 0.5s 0s infinite;\n margin-top: -50px;\n position: relative;\n left: -30px; }\n .pacman > div:nth-child(3),\n .pacman > div:nth-child(4),\n .pacman > div:nth-child(5),\n .pacman > div:nth-child(6) {\n background-color: #607b89;\n width: 15px;\n height: 15px;\n border-radius: 100%;\n margin: 2px;\n width: 10px;\n height: 10px;\n position: absolute;\n transform: translate(0, -6.25px);\n top: 25px;\n left: 70px; }\n"),N.render=function(i,e,r,o,s,d){const p=t("loader-base");return n(),a(p,l({"loader-name":"pacman","child-count":5},i.$attrs),null,16)};var q={components:{LoaderBase:o}};s("@keyframes spin-rotate {\n 0% {\n transform: rotate(0deg); }\n 50% {\n transform: rotate(180deg); }\n 100% {\n transform: rotate(360deg); } }\n\n.semi-circle-spin {\n position: relative;\n width: 35px;\n height: 35px;\n overflow: hidden; }\n .semi-circle-spin > div {\n position: absolute;\n border-width: 0px;\n border-radius: 100%;\n animation: spin-rotate 0.6s 0s infinite linear;\n background-image: linear-gradient(transparent 0%, transparent 70%, #607b89 30%, #607b89 100%);\n width: 100%;\n height: 100%; }\n"),q.render=function(i,e,r,o,s,d){const p=t("loader-base");return n(),a(p,l({"loader-name":"semi-circle-spin","child-count":1},i.$attrs),null,16)};var T={components:{LoaderBase:o}};s("@keyframes square-spin {\n 25% {\n transform: perspective(100px) rotateX(180deg) rotateY(0); }\n 50% {\n transform: perspective(100px) rotateX(180deg) rotateY(180deg); }\n 75% {\n transform: perspective(100px) rotateX(0) rotateY(180deg); }\n 100% {\n transform: perspective(100px) rotateX(0) rotateY(0); } }\n\n.square-spin > div {\n animation-fill-mode: both;\n width: 50px;\n height: 50px;\n background: #607b89;\n animation: square-spin 3s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite; }\n"),T.render=function(i,e,r,o,s,d){const p=t("loader-base");return n(),a(p,l({"loader-name":"square-spin","child-count":1},i.$attrs),null,16)};var M={components:{LoaderBase:o}};s("@keyframes triangle-skew-spin {\n 25% {\n transform: perspective(100px) rotateX(180deg) rotateY(0); }\n 50% {\n transform: perspective(100px) rotateX(180deg) rotateY(180deg); }\n 75% {\n transform: perspective(100px) rotateX(0) rotateY(180deg); }\n 100% {\n transform: perspective(100px) rotateX(0) rotateY(0); } }\n\n.triangle-skew-spin > div {\n animation-fill-mode: both;\n width: 0;\n height: 0;\n border-left: 20px solid transparent !important;\n border-right: 20px solid transparent !important;\n border-bottom: 20px solid #607b89;\n animation: triangle-skew-spin 3s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite; }\n"),M.render=function(i,e,r,o,s,d){const p=t("loader-base");return n(),a(p,l({"loader-name":"triangle-skew-spin","child-count":1},i.$attrs),null,16)};var Z={name:"LvLoader",components:{BallPulse:d,BallBeat:p,BallScale:c,BallPulseRise:m,BallGridPulse:b,BallClipRotate:h,BallClipRotatePulse:u,BallClipRotateMultiple:x,BallRotate:f,BallZigZag:g,BallZigZagDeflect:v,BallTrianglePath:y,BallScaleMultiple:k,BallPulseSync:w,BallScaleRipple:B,BallScaleRippleMultiple:z,BallSpinFadeLoader:L,BallGridBeat:S,BallScaleRandom:$,LineScale:Y,LineScaleParty:C,LineScalePulseOut:_,LineScalePulseOutRapid:P,LineSpinFadeLoader:R,CubeTransition:X,Pacman:N,SemiCircleSpin:q,SquareSpin:T,TriangleSkewSpin:M},props:{type:{type:String,default:"ball-pulse"},color:{type:String},scale:{type:[String,Number]}}};s("/**\n * Copyright (c) 2016 Connor Atherton\n *\n * All animations must live in their own file\n * in the animations directory and be included\n * here.\n *\n */\n/**\n * Styles shared by multiple animations\n */\n/**\n * Dots\n */\n@keyframes ball-spin-loader {\n 75% {\n opacity: 0.2; }\n 100% {\n opacity: 1; } }\n\n.ball-spin-loader {\n position: relative; }\n .ball-spin-loader > span:nth-child(1) {\n top: 45px;\n left: 0;\n animation: ball-spin-loader 2s 0.9s infinite linear; }\n .ball-spin-loader > span:nth-child(2) {\n top: 30.68182px;\n left: 30.68182px;\n animation: ball-spin-loader 2s 1.8s infinite linear; }\n .ball-spin-loader > span:nth-child(3) {\n top: 0;\n left: 45px;\n animation: ball-spin-loader 2s 2.7s infinite linear; }\n .ball-spin-loader > span:nth-child(4) {\n top: -30.68182px;\n left: 30.68182px;\n animation: ball-spin-loader 2s 3.6s infinite linear; }\n .ball-spin-loader > span:nth-child(5) {\n top: -45px;\n left: 0;\n animation: ball-spin-loader 2s 4.5s infinite linear; }\n .ball-spin-loader > span:nth-child(6) {\n top: -30.68182px;\n left: -30.68182px;\n animation: ball-spin-loader 2s 5.4s infinite linear; }\n .ball-spin-loader > span:nth-child(7) {\n top: 0;\n left: -45px;\n animation: ball-spin-loader 2s 6.3s infinite linear; }\n .ball-spin-loader > span:nth-child(8) {\n top: 30.68182px;\n left: -30.68182px;\n animation: ball-spin-loader 2s 7.2s infinite linear; }\n .ball-spin-loader > div {\n animation-fill-mode: both;\n position: absolute;\n width: 15px;\n height: 15px;\n border-radius: 100%;\n background: green; }\n\n/**\n * Lines\n */\n/**\n * Misc\n */\n"),Z.render=function(i,e,t,l,o,s){return n(),a(r(t.type),{color:t.color,scale:t.scale},null,8,["color","scale"])};export default Z; |
@@ -1,1 +0,1 @@ | ||
"use strict";var n=require("vue"),a={loaderName:"ball-beat",childCount:3,props:{loaderName:{type:String,required:!0},childCount:{type:Number,required:!0},color:{type:String},borderColor:{type:String},scale:{type:[String,Number]}}};function e(n,a){void 0===a&&(a={});var e=a.insertAt;if(n&&"undefined"!=typeof document){var i=document.head||document.getElementsByTagName("head")[0],t=document.createElement("style");t.type="text/css","top"===e&&i.firstChild?i.insertBefore(t,i.firstChild):i.appendChild(t),t.styleSheet?t.styleSheet.cssText=n:t.appendChild(document.createTextNode(n))}}e(".loader-inner {\n display: inline-block; }\n"),a.render=function(a,e,i,t,l,o){return n.openBlock(),n.createBlock("div",{class:["loader-inner",i.loaderName],style:`transform: scale(${i.scale})`},[(n.openBlock(!0),n.createBlock(n.Fragment,null,n.renderList(i.childCount,(a=>(n.openBlock(),n.createBlock("div",{key:a,style:`background-color: ${i.color}; border-color: ${i.borderColor}`},null,4)))),128))],6)};var i={components:{LoaderBase:a}};e("@keyframes scale {\n 0% {\n transform: scale(1);\n opacity: 1; }\n 45% {\n transform: scale(0.1);\n opacity: 0.7; }\n 80% {\n transform: scale(1);\n opacity: 1; } }\n\n.ball-pulse > div:nth-child(1) {\n animation: scale 0.75s -0.24s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }\n\n.ball-pulse > div:nth-child(2) {\n animation: scale 0.75s -0.12s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }\n\n.ball-pulse > div:nth-child(3) {\n animation: scale 0.75s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }\n\n.ball-pulse > div {\n background-color: #607b89;\n width: 15px;\n height: 15px;\n border-radius: 100%;\n margin: 2px;\n animation-fill-mode: both;\n display: inline-block; }\n"),i.render=function(a,e,i,t,l,o){const r=n.resolveComponent("loader-base");return n.openBlock(),n.createBlock(r,n.mergeProps({"loader-name":"ball-pulse","child-count":3},a.$attrs),null,16)};var t={components:{LoaderBase:a}};e("@keyframes ball-beat {\n 50% {\n opacity: 0.2;\n transform: scale(0.75); }\n 100% {\n opacity: 1;\n transform: scale(1); } }\n\n.ball-beat > div {\n background-color: #607b89;\n width: 15px;\n height: 15px;\n border-radius: 100%;\n margin: 2px;\n animation-fill-mode: both;\n display: inline-block;\n animation: ball-beat 0.7s 0s infinite linear; }\n .ball-beat > div:nth-child(2n-1) {\n animation-delay: -0.35s !important; }\n"),t.render=function(a,e,i,t,l,o){const r=n.resolveComponent("loader-base");return n.openBlock(),n.createBlock(r,n.mergeProps({"loader-name":"ball-beat","child-count":3},a.$attrs),null,16)};var l={components:{LoaderBase:a}};e("@keyframes ball-scale {\n 0% {\n transform: scale(0); }\n 100% {\n transform: scale(1);\n opacity: 0; } }\n\n.ball-scale > div {\n background-color: #607b89;\n width: 15px;\n height: 15px;\n border-radius: 100%;\n margin: 2px;\n animation-fill-mode: both;\n display: inline-block;\n height: 60px;\n width: 60px;\n animation: ball-scale 1s 0s ease-in-out infinite; }\n"),l.render=function(a,e,i,t,l,o){const r=n.resolveComponent("loader-base");return n.openBlock(),n.createBlock(r,n.mergeProps({"loader-name":"ball-scale","child-count":1},a.$attrs),null,16)};var o={components:{LoaderBase:a}};e("@keyframes ball-pulse-rise-even {\n 0% {\n transform: scale(1.1); }\n 25% {\n transform: translateY(-30px); }\n 50% {\n transform: scale(0.4); }\n 75% {\n transform: translateY(30px); }\n 100% {\n transform: translateY(0);\n transform: scale(1); } }\n\n@keyframes ball-pulse-rise-odd {\n 0% {\n transform: scale(0.4); }\n 25% {\n transform: translateY(30px); }\n 50% {\n transform: scale(1.1); }\n 75% {\n transform: translateY(-30px); }\n 100% {\n transform: translateY(0);\n transform: scale(0.75); } }\n\n.ball-pulse-rise > div {\n background-color: #607b89;\n width: 15px;\n height: 15px;\n border-radius: 100%;\n margin: 2px;\n animation-fill-mode: both;\n display: inline-block;\n animation-duration: 1s;\n animation-timing-function: cubic-bezier(0.15, 0.46, 0.9, 0.6);\n animation-iteration-count: infinite;\n animation-delay: 0; }\n .ball-pulse-rise > div:nth-child(2n) {\n animation-name: ball-pulse-rise-even; }\n .ball-pulse-rise > div:nth-child(2n-1) {\n animation-name: ball-pulse-rise-odd; }\n"),o.render=function(a,e,i,t,l,o){const r=n.resolveComponent("loader-base");return n.openBlock(),n.createBlock(r,n.mergeProps({"loader-name":"ball-pulse-rise","child-count":5},a.$attrs),null,16)};var r={components:{LoaderBase:a}};e("@keyframes ball-grid-pulse {\n 0% {\n transform: scale(1); }\n 50% {\n transform: scale(0.5);\n opacity: 0.7; }\n 100% {\n transform: scale(1);\n opacity: 1; } }\n\n.ball-grid-pulse {\n width: 57px; }\n .ball-grid-pulse > div:nth-child(1) {\n animation-delay: -0.16s;\n animation-duration: 1.38s; }\n .ball-grid-pulse > div:nth-child(2) {\n animation-delay: 0.02s;\n animation-duration: 1.52s; }\n .ball-grid-pulse > div:nth-child(3) {\n animation-delay: 0.53s;\n animation-duration: 1.58s; }\n .ball-grid-pulse > div:nth-child(4) {\n animation-delay: 0.54s;\n animation-duration: 0.79s; }\n .ball-grid-pulse > div:nth-child(5) {\n animation-delay: -0.06s;\n animation-duration: 0.72s; }\n .ball-grid-pulse > div:nth-child(6) {\n animation-delay: 0.62s;\n animation-duration: 1.44s; }\n .ball-grid-pulse > div:nth-child(7) {\n animation-delay: 0.15s;\n animation-duration: 1.56s; }\n .ball-grid-pulse > div:nth-child(8) {\n animation-delay: 0.65s;\n animation-duration: 0.67s; }\n .ball-grid-pulse > div:nth-child(9) {\n animation-delay: 0.09s;\n animation-duration: 1.6s; }\n .ball-grid-pulse > div {\n background-color: #607b89;\n width: 15px;\n height: 15px;\n border-radius: 100%;\n margin: 2px;\n animation-fill-mode: both;\n display: inline-block;\n float: left;\n animation-name: ball-grid-pulse;\n animation-iteration-count: infinite;\n animation-delay: 0; }\n"),r.render=function(a,e,i,t,l,o){const r=n.resolveComponent("loader-base");return n.openBlock(),n.createBlock(r,n.mergeProps({"loader-name":"ball-grid-pulse","child-count":9},a.$attrs),null,16)};var s={components:{LoaderBase:a},props:{color:{type:String}}};e("@keyframes rotate {\n 0% {\n transform: rotate(0deg); }\n 50% {\n transform: rotate(180deg); }\n 100% {\n transform: rotate(360deg); } }\n\n.ball-clip-rotate > div {\n background-color: #607b89;\n width: 15px;\n height: 15px;\n border-radius: 100%;\n margin: 2px;\n animation-fill-mode: both;\n border: 2px solid #607b89;\n border-bottom-color: transparent !important;\n height: 26px;\n width: 26px;\n background: transparent !important;\n display: inline-block;\n animation: rotate 0.75s 0s linear infinite; }\n"),s.render=function(a,e,i,t,l,o){const r=n.resolveComponent("loader-base");return n.openBlock(),n.createBlock(r,n.mergeProps({"loader-name":"ball-clip-rotate","child-count":1},a.$attrs,{"border-color":i.color}),null,16,["border-color"])};var d={components:{LoaderBase:a}};e('@keyframes rotate {\n 0% {\n transform: rotate(0deg); }\n 50% {\n transform: rotate(180deg); }\n 100% {\n transform: rotate(360deg); } }\n\n.ball-rotate {\n position: relative; }\n .ball-rotate > div {\n background-color: #607b89;\n width: 15px;\n height: 15px;\n border-radius: 100%;\n margin: 2px;\n animation-fill-mode: both;\n position: relative; }\n .ball-rotate > div:first-child {\n animation: rotate 1s 0s cubic-bezier(0.7, -0.13, 0.22, 0.86) infinite; }\n .ball-rotate > div:before, .ball-rotate > div:after {\n background-color: #607b89;\n width: 15px;\n height: 15px;\n border-radius: 100%;\n margin: 2px;\n content: "";\n background-color: inherit;\n position: absolute;\n opacity: 0.8; }\n .ball-rotate > div:before {\n top: 0px;\n left: -28px; }\n .ball-rotate > div:after {\n top: 0px;\n left: 25px; }\n'),d.render=function(a,e,i,t,l,o){const r=n.resolveComponent("loader-base");return n.openBlock(),n.createBlock(r,n.mergeProps({"loader-name":"ball-rotate","child-count":1},a.$attrs),null,16)};var p={components:{LoaderBase:a}};e("@keyframes ball-grid-beat {\n 50% {\n opacity: 0.7; }\n 100% {\n opacity: 1; } }\n\n.ball-grid-beat {\n width: 57px; }\n .ball-grid-beat > div:nth-child(1) {\n animation-delay: 0.63s;\n animation-duration: 1.47s; }\n .ball-grid-beat > div:nth-child(2) {\n animation-delay: 0.47s;\n animation-duration: 0.82s; }\n .ball-grid-beat > div:nth-child(3) {\n animation-delay: 0.66s;\n animation-duration: 0.78s; }\n .ball-grid-beat > div:nth-child(4) {\n animation-delay: 0.53s;\n animation-duration: 1.59s; }\n .ball-grid-beat > div:nth-child(5) {\n animation-delay: 0.22s;\n animation-duration: 0.89s; }\n .ball-grid-beat > div:nth-child(6) {\n animation-delay: 0.78s;\n animation-duration: 1.55s; }\n .ball-grid-beat > div:nth-child(7) {\n animation-delay: 0.24s;\n animation-duration: 1.5s; }\n .ball-grid-beat > div:nth-child(8) {\n animation-delay: 0.28s;\n animation-duration: 0.98s; }\n .ball-grid-beat > div:nth-child(9) {\n animation-delay: 0.17s;\n animation-duration: 1.55s; }\n .ball-grid-beat > div {\n background-color: #607b89;\n width: 15px;\n height: 15px;\n border-radius: 100%;\n margin: 2px;\n animation-fill-mode: both;\n display: inline-block;\n float: left;\n animation-name: ball-grid-beat;\n animation-iteration-count: infinite;\n animation-delay: 0; }\n"),p.render=function(a,e,i,t,l,o){const r=n.resolveComponent("loader-base");return n.openBlock(),n.createBlock(r,n.mergeProps({"loader-name":"ball-clip-rotate-pulse","child-count":2},a.$attrs),null,16)};var c={components:{LoaderBase:a},props:{color:{type:String}}};e("@keyframes rotate {\n 0% {\n transform: rotate(0deg) scale(1); }\n 50% {\n transform: rotate(180deg) scale(0.6); }\n 100% {\n transform: rotate(360deg) scale(1); } }\n\n.ball-clip-rotate-multiple {\n position: relative; }\n .ball-clip-rotate-multiple > div {\n animation-fill-mode: both;\n position: absolute;\n left: -20px;\n top: -20px;\n border: 2px solid #607b89;\n border-bottom-color: transparent !important;\n border-top-color: transparent !important;\n border-radius: 100%;\n height: 35px;\n width: 35px;\n animation: rotate 1s 0s ease-in-out infinite; }\n .ball-clip-rotate-multiple > div:last-child {\n display: inline-block;\n top: -10px;\n left: -10px;\n width: 15px;\n height: 15px;\n animation-duration: 0.5s;\n border: 2px solid #607b89;\n border-bottom-color: transparent !important;\n border-top-color: transparent !important;\n animation-direction: reverse; }\n"),c.render=function(a,e,i,t,l,o){const r=n.resolveComponent("loader-base");return n.openBlock(),n.createBlock(r,n.mergeProps({"loader-name":"ball-clip-rotate-multiple","child-count":2},a.$attrs,{"border-color":i.color}),null,16,["border-color"])};var m={components:{LoaderBase:a}};e("@keyframes ball-zig {\n 33% {\n transform: translate(-15px, -30px); }\n 66% {\n transform: translate(15px, -30px); }\n 100% {\n transform: translate(0, 0); } }\n\n@keyframes ball-zag {\n 33% {\n transform: translate(15px, 30px); }\n 66% {\n transform: translate(-15px, 30px); }\n 100% {\n transform: translate(0, 0); } }\n\n.ball-zig-zag {\n position: relative;\n transform: translate(-15px, -15px); }\n .ball-zig-zag > div {\n background-color: #607b89;\n width: 15px;\n height: 15px;\n border-radius: 100%;\n margin: 2px;\n animation-fill-mode: both;\n position: absolute;\n margin-left: 15px;\n top: 4px;\n left: -7px; }\n .ball-zig-zag > div:first-child {\n animation: ball-zig 0.7s 0s infinite linear; }\n .ball-zig-zag > div:last-child {\n animation: ball-zag 0.7s 0s infinite linear; }\n"),m.render=function(a,e,i,t,l,o){const r=n.resolveComponent("loader-base");return n.openBlock(),n.createBlock(r,n.mergeProps({"loader-name":"ball-zig-zag","child-count":2},a.$attrs),null,16)};var b={components:{LoaderBase:a}};e("@keyframes ball-zig-deflect {\n 17% {\n transform: translate(-15px, -30px); }\n 34% {\n transform: translate(15px, -30px); }\n 50% {\n transform: translate(0, 0); }\n 67% {\n transform: translate(15px, -30px); }\n 84% {\n transform: translate(-15px, -30px); }\n 100% {\n transform: translate(0, 0); } }\n\n@keyframes ball-zag-deflect {\n 17% {\n transform: translate(15px, 30px); }\n 34% {\n transform: translate(-15px, 30px); }\n 50% {\n transform: translate(0, 0); }\n 67% {\n transform: translate(-15px, 30px); }\n 84% {\n transform: translate(15px, 30px); }\n 100% {\n transform: translate(0, 0); } }\n\n.ball-zig-zag-deflect {\n position: relative;\n transform: translate(-15px, -15px); }\n .ball-zig-zag-deflect > div {\n background-color: #607b89;\n width: 15px;\n height: 15px;\n border-radius: 100%;\n margin: 2px;\n animation-fill-mode: both;\n position: absolute;\n margin-left: 15px;\n top: 4px;\n left: -7px; }\n .ball-zig-zag-deflect > div:first-child {\n animation: ball-zig-deflect 1.5s 0s infinite linear; }\n .ball-zig-zag-deflect > div:last-child {\n animation: ball-zag-deflect 1.5s 0s infinite linear; }\n"),b.render=function(a,e,i,t,l,o){const r=n.resolveComponent("loader-base");return n.openBlock(),n.createBlock(r,n.mergeProps({"loader-name":"ball-zig-zag-deflect","child-count":2},a.$attrs),null,16)};var h={components:{LoaderBase:a},props:{color:{type:String}}};e("@keyframes ball-triangle-path-1 {\n 33% {\n transform: translate(25px, -50px); }\n 66% {\n transform: translate(50px, 0px); }\n 100% {\n transform: translate(0px, 0px); } }\n\n@keyframes ball-triangle-path-2 {\n 33% {\n transform: translate(25px, 50px); }\n 66% {\n transform: translate(-25px, 50px); }\n 100% {\n transform: translate(0px, 0px); } }\n\n@keyframes ball-triangle-path-3 {\n 33% {\n transform: translate(-50px, 0px); }\n 66% {\n transform: translate(-25px, -50px); }\n 100% {\n transform: translate(0px, 0px); } }\n\n.ball-triangle-path {\n position: relative;\n transform: translate(-29.994px, -37.50938px); }\n .ball-triangle-path > div:nth-child(1) {\n animation-name: ball-triangle-path-1;\n animation-delay: 0;\n animation-duration: 2s;\n animation-timing-function: ease-in-out;\n animation-iteration-count: infinite; }\n .ball-triangle-path > div:nth-child(2) {\n animation-name: ball-triangle-path-2;\n animation-delay: 0;\n animation-duration: 2s;\n animation-timing-function: ease-in-out;\n animation-iteration-count: infinite; }\n .ball-triangle-path > div:nth-child(3) {\n animation-name: ball-triangle-path-3;\n animation-delay: 0;\n animation-duration: 2s;\n animation-timing-function: ease-in-out;\n animation-iteration-count: infinite; }\n .ball-triangle-path > div {\n animation-fill-mode: both;\n position: absolute;\n width: 10px;\n height: 10px;\n border-radius: 100%;\n border: 1px solid #607b89; }\n .ball-triangle-path > div:nth-of-type(1) {\n top: 50px; }\n .ball-triangle-path > div:nth-of-type(2) {\n left: 25px; }\n .ball-triangle-path > div:nth-of-type(3) {\n top: 50px;\n left: 50px; }\n"),h.render=function(a,e,i,t,l,o){const r=n.resolveComponent("loader-base");return n.openBlock(),n.createBlock(r,n.mergeProps({"loader-name":"ball-triangle-path","child-count":3},a.$attrs,{"border-color":i.color}),null,16,["border-color"])};var u={components:{LoaderBase:a}};e("@keyframes ball-scale-multiple {\n 0% {\n transform: scale(0);\n opacity: 0; }\n 5% {\n opacity: 1; }\n 100% {\n transform: scale(1);\n opacity: 0; } }\n\n.ball-scale-multiple {\n position: relative;\n transform: translateY(-30px); }\n .ball-scale-multiple > div:nth-child(2) {\n animation-delay: -0.4s; }\n .ball-scale-multiple > div:nth-child(3) {\n animation-delay: -0.2s; }\n .ball-scale-multiple > div {\n background-color: #607b89;\n width: 15px;\n height: 15px;\n border-radius: 100%;\n margin: 2px;\n animation-fill-mode: both;\n position: absolute;\n left: -30px;\n top: 0px;\n opacity: 0;\n margin: 0;\n width: 60px;\n height: 60px;\n animation: ball-scale-multiple 1s 0s linear infinite; }\n"),u.render=function(a,e,i,t,l,o){const r=n.resolveComponent("loader-base");return n.openBlock(),n.createBlock(r,n.mergeProps({"loader-name":"ball-scale-multiple","child-count":3},a.$attrs),null,16)};var f={components:{LoaderBase:a}};e("@keyframes ball-pulse-sync {\n 33% {\n transform: translateY(10px); }\n 66% {\n transform: translateY(-10px); }\n 100% {\n transform: translateY(0); } }\n\n.ball-pulse-sync > div:nth-child(1) {\n animation: ball-pulse-sync 0.6s -0.14s infinite ease-in-out; }\n\n.ball-pulse-sync > div:nth-child(2) {\n animation: ball-pulse-sync 0.6s -0.07s infinite ease-in-out; }\n\n.ball-pulse-sync > div:nth-child(3) {\n animation: ball-pulse-sync 0.6s 0s infinite ease-in-out; }\n\n.ball-pulse-sync > div {\n background-color: #607b89;\n width: 15px;\n height: 15px;\n border-radius: 100%;\n margin: 2px;\n animation-fill-mode: both;\n display: inline-block; }\n"),f.render=function(a,e,i,t,l,o){const r=n.resolveComponent("loader-base");return n.openBlock(),n.createBlock(r,n.mergeProps({"loader-name":"ball-pulse-sync","child-count":3},a.$attrs),null,16)};var g={components:{LoaderBase:a},props:{color:{type:String}}};e("@keyframes ball-scale-ripple {\n 0% {\n transform: scale(0.1);\n opacity: 1; }\n 70% {\n transform: scale(1);\n opacity: 0.7; }\n 100% {\n opacity: 0.0; } }\n\n.ball-scale-ripple > div {\n animation-fill-mode: both;\n height: 50px;\n width: 50px;\n border-radius: 100%;\n border: 2px solid #607b89;\n animation: ball-scale-ripple 1s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8); }\n"),g.render=function(a,e,i,t,l,o){const r=n.resolveComponent("loader-base");return n.openBlock(),n.createBlock(r,n.mergeProps({"loader-name":"ball-scale-ripple","child-count":1},a.$attrs,{"border-color":i.color}),null,16,["border-color"])};var x={components:{LoaderBase:a},props:{color:{type:String}}};e("@keyframes ball-scale-ripple-multiple {\n 0% {\n transform: scale(0.1);\n opacity: 1; }\n 70% {\n transform: scale(1);\n opacity: 0.7; }\n 100% {\n opacity: 0.0; } }\n\n.ball-scale-ripple-multiple {\n position: relative;\n transform: translateY(-25px); }\n .ball-scale-ripple-multiple > div:nth-child(0) {\n animation-delay: -0.8s; }\n .ball-scale-ripple-multiple > div:nth-child(1) {\n animation-delay: -0.6s; }\n .ball-scale-ripple-multiple > div:nth-child(2) {\n animation-delay: -0.4s; }\n .ball-scale-ripple-multiple > div:nth-child(3) {\n animation-delay: -0.2s; }\n .ball-scale-ripple-multiple > div {\n animation-fill-mode: both;\n position: absolute;\n top: -2px;\n left: -26px;\n width: 50px;\n height: 50px;\n border-radius: 100%;\n border: 2px solid #607b89;\n animation: ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8); }\n"),x.render=function(a,e,i,t,l,o){const r=n.resolveComponent("loader-base");return n.openBlock(),n.createBlock(r,n.mergeProps({"loader-name":"ball-scale-ripple-multiple","child-count":3},a.$attrs,{"border-color":i.color}),null,16,["border-color"])};var v={components:{LoaderBase:a}};e("@keyframes ball-spin-fade-loader {\n 50% {\n opacity: 0.3;\n transform: scale(0.4); }\n 100% {\n opacity: 1;\n transform: scale(1); } }\n\n.ball-spin-fade-loader {\n position: relative;\n top: -10px;\n left: -10px; }\n .ball-spin-fade-loader > div:nth-child(1) {\n top: 25px;\n left: 0;\n animation: ball-spin-fade-loader 1s -0.96s infinite linear; }\n .ball-spin-fade-loader > div:nth-child(2) {\n top: 17.04545px;\n left: 17.04545px;\n animation: ball-spin-fade-loader 1s -0.84s infinite linear; }\n .ball-spin-fade-loader > div:nth-child(3) {\n top: 0;\n left: 25px;\n animation: ball-spin-fade-loader 1s -0.72s infinite linear; }\n .ball-spin-fade-loader > div:nth-child(4) {\n top: -17.04545px;\n left: 17.04545px;\n animation: ball-spin-fade-loader 1s -0.6s infinite linear; }\n .ball-spin-fade-loader > div:nth-child(5) {\n top: -25px;\n left: 0;\n animation: ball-spin-fade-loader 1s -0.48s infinite linear; }\n .ball-spin-fade-loader > div:nth-child(6) {\n top: -17.04545px;\n left: -17.04545px;\n animation: ball-spin-fade-loader 1s -0.36s infinite linear; }\n .ball-spin-fade-loader > div:nth-child(7) {\n top: 0;\n left: -25px;\n animation: ball-spin-fade-loader 1s -0.24s infinite linear; }\n .ball-spin-fade-loader > div:nth-child(8) {\n top: 17.04545px;\n left: -17.04545px;\n animation: ball-spin-fade-loader 1s -0.12s infinite linear; }\n .ball-spin-fade-loader > div {\n background-color: #607b89;\n width: 15px;\n height: 15px;\n border-radius: 100%;\n margin: 2px;\n animation-fill-mode: both;\n position: absolute; }\n"),v.render=function(a,e,i,t,l,o){const r=n.resolveComponent("loader-base");return n.openBlock(),n.createBlock(r,n.mergeProps({"loader-name":"ball-spin-fade-loader","child-count":8},a.$attrs),null,16)};var y={components:{LoaderBase:a}};e("@keyframes ball-grid-beat {\n 50% {\n opacity: 0.7; }\n 100% {\n opacity: 1; } }\n\n.ball-grid-beat {\n width: 57px; }\n .ball-grid-beat > div:nth-child(1) {\n animation-delay: 0.5s;\n animation-duration: 0.97s; }\n .ball-grid-beat > div:nth-child(2) {\n animation-delay: 0.34s;\n animation-duration: 1.26s; }\n .ball-grid-beat > div:nth-child(3) {\n animation-delay: 0.12s;\n animation-duration: 0.79s; }\n .ball-grid-beat > div:nth-child(4) {\n animation-delay: -0.06s;\n animation-duration: 1.09s; }\n .ball-grid-beat > div:nth-child(5) {\n animation-delay: 0.46s;\n animation-duration: 0.66s; }\n .ball-grid-beat > div:nth-child(6) {\n animation-delay: 0.23s;\n animation-duration: 0.98s; }\n .ball-grid-beat > div:nth-child(7) {\n animation-delay: 0.13s;\n animation-duration: 0.99s; }\n .ball-grid-beat > div:nth-child(8) {\n animation-delay: 0.35s;\n animation-duration: 0.86s; }\n .ball-grid-beat > div:nth-child(9) {\n animation-delay: 0.07s;\n animation-duration: 0.65s; }\n .ball-grid-beat > div {\n background-color: #607b89;\n width: 15px;\n height: 15px;\n border-radius: 100%;\n margin: 2px;\n animation-fill-mode: both;\n display: inline-block;\n float: left;\n animation-name: ball-grid-beat;\n animation-iteration-count: infinite;\n animation-delay: 0; }\n"),y.render=function(a,e,i,t,l,o){const r=n.resolveComponent("loader-base");return n.openBlock(),n.createBlock(r,n.mergeProps({"loader-name":"ball-grid-beat","child-count":9},a.$attrs),null,16)};var k={components:{LoaderBase:a}};e("@keyframes ball-scale {\n 0% {\n transform: scale(0); }\n 100% {\n transform: scale(1);\n opacity: 0; } }\n\n.ball-scale > div {\n background-color: #607b89;\n width: 15px;\n height: 15px;\n border-radius: 100%;\n margin: 2px;\n animation-fill-mode: both;\n display: inline-block;\n height: 60px;\n width: 60px;\n animation: ball-scale 1s 0s ease-in-out infinite; }\n\n.ball-scale-random {\n width: 37px;\n height: 40px; }\n .ball-scale-random > div {\n background-color: #607b89;\n width: 15px;\n height: 15px;\n border-radius: 100%;\n margin: 2px;\n animation-fill-mode: both;\n position: absolute;\n display: inline-block;\n height: 30px;\n width: 30px;\n animation: ball-scale 1s 0s ease-in-out infinite; }\n .ball-scale-random > div:nth-child(1) {\n margin-left: -7px;\n animation: ball-scale 1s 0.2s ease-in-out infinite; }\n .ball-scale-random > div:nth-child(3) {\n margin-left: -2px;\n margin-top: 9px;\n animation: ball-scale 1s 0.5s ease-in-out infinite; }\n"),k.render=function(a,e,i,t,l,o){const r=n.resolveComponent("loader-base");return n.openBlock(),n.createBlock(r,n.mergeProps({"loader-name":"ball-scale-random","child-count":3},a.$attrs),null,16)};var B={components:{LoaderBase:a}};e("@keyframes line-scale {\n 0% {\n transform: scaley(1); }\n 50% {\n transform: scaley(0.4); }\n 100% {\n transform: scaley(1); } }\n\n.line-scale > div:nth-child(1) {\n animation: line-scale 1s -0.4s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }\n\n.line-scale > div:nth-child(2) {\n animation: line-scale 1s -0.3s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }\n\n.line-scale > div:nth-child(3) {\n animation: line-scale 1s -0.2s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }\n\n.line-scale > div:nth-child(4) {\n animation: line-scale 1s -0.1s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }\n\n.line-scale > div:nth-child(5) {\n animation: line-scale 1s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }\n\n.line-scale > div {\n background-color: #607b89;\n width: 4px;\n height: 35px;\n border-radius: 2px;\n margin: 2px;\n animation-fill-mode: both;\n display: inline-block; }\n"),B.render=function(a,e,i,t,l,o){const r=n.resolveComponent("loader-base");return n.openBlock(),n.createBlock(r,n.mergeProps({"loader-name":"line-scale","child-count":5},a.$attrs),null,16)};var w={components:{LoaderBase:a}};e("@keyframes line-scale-party {\n 0% {\n transform: scale(1); }\n 50% {\n transform: scale(0.5); }\n 100% {\n transform: scale(1); } }\n\n.line-scale-party > div:nth-child(1) {\n animation-delay: 0.31s;\n animation-duration: 1.2s; }\n\n.line-scale-party > div:nth-child(2) {\n animation-delay: 0.65s;\n animation-duration: 0.6s; }\n\n.line-scale-party > div:nth-child(3) {\n animation-delay: 0.12s;\n animation-duration: 0.55s; }\n\n.line-scale-party > div:nth-child(4) {\n animation-delay: 0.67s;\n animation-duration: 0.35s; }\n\n.line-scale-party > div {\n background-color: #607b89;\n width: 4px;\n height: 35px;\n border-radius: 2px;\n margin: 2px;\n animation-fill-mode: both;\n display: inline-block;\n animation-name: line-scale-party;\n animation-iteration-count: infinite;\n animation-delay: 0; }\n"),w.render=function(a,e,i,t,l,o){const r=n.resolveComponent("loader-base");return n.openBlock(),n.createBlock(r,n.mergeProps({"loader-name":"line-scale-party","child-count":4},a.$attrs),null,16)};var C={components:{LoaderBase:a}};e("@keyframes line-scale-pulse-out {\n 0% {\n transform: scaley(1); }\n 50% {\n transform: scaley(0.4); }\n 100% {\n transform: scaley(1); } }\n\n.line-scale-pulse-out > div {\n background-color: #607b89;\n width: 4px;\n height: 35px;\n border-radius: 2px;\n margin: 2px;\n animation-fill-mode: both;\n display: inline-block;\n animation: line-scale-pulse-out 0.9s -0.6s infinite cubic-bezier(0.85, 0.25, 0.37, 0.85); }\n .line-scale-pulse-out > div:nth-child(2), .line-scale-pulse-out > div:nth-child(4) {\n animation-delay: -0.4s !important; }\n .line-scale-pulse-out > div:nth-child(1), .line-scale-pulse-out > div:nth-child(5) {\n animation-delay: -0.2s !important; }\n"),C.render=function(a,e,i,t,l,o){const r=n.resolveComponent("loader-base");return n.openBlock(),n.createBlock(r,n.mergeProps({"loader-name":"line-scale-pulse-out","child-count":5},a.$attrs),null,16)};var z={components:{LoaderBase:a}};e("@keyframes line-scale-pulse-out-rapid {\n 0% {\n transform: scaley(1); }\n 80% {\n transform: scaley(0.3); }\n 90% {\n transform: scaley(1); } }\n\n.line-scale-pulse-out-rapid > div {\n background-color: #607b89;\n width: 4px;\n height: 35px;\n border-radius: 2px;\n margin: 2px;\n animation-fill-mode: both;\n display: inline-block;\n vertical-align: middle;\n animation: line-scale-pulse-out-rapid 0.9s -0.5s infinite cubic-bezier(0.11, 0.49, 0.38, 0.78); }\n .line-scale-pulse-out-rapid > div:nth-child(2), .line-scale-pulse-out-rapid > div:nth-child(4) {\n animation-delay: -0.25s !important; }\n .line-scale-pulse-out-rapid > div:nth-child(1), .line-scale-pulse-out-rapid > div:nth-child(5) {\n animation-delay: 0s !important; }\n"),z.render=function(a,e,i,t,l,o){const r=n.resolveComponent("loader-base");return n.openBlock(),n.createBlock(r,n.mergeProps({"loader-name":"line-scale-pulse-out-rapid","child-count":5},a.$attrs),null,16)};var L={components:{LoaderBase:a}};e("@keyframes line-spin-fade-loader {\n 50% {\n opacity: 0.3; }\n 100% {\n opacity: 1; } }\n\n.line-spin-fade-loader {\n position: relative;\n top: -10px;\n left: -4px; }\n .line-spin-fade-loader > div:nth-child(1) {\n top: 20px;\n left: 0;\n animation: line-spin-fade-loader 1.2s -0.84s infinite ease-in-out; }\n .line-spin-fade-loader > div:nth-child(2) {\n top: 13.63636px;\n left: 13.63636px;\n transform: rotate(-45deg);\n animation: line-spin-fade-loader 1.2s -0.72s infinite ease-in-out; }\n .line-spin-fade-loader > div:nth-child(3) {\n top: 0;\n left: 20px;\n transform: rotate(90deg);\n animation: line-spin-fade-loader 1.2s -0.6s infinite ease-in-out; }\n .line-spin-fade-loader > div:nth-child(4) {\n top: -13.63636px;\n left: 13.63636px;\n transform: rotate(45deg);\n animation: line-spin-fade-loader 1.2s -0.48s infinite ease-in-out; }\n .line-spin-fade-loader > div:nth-child(5) {\n top: -20px;\n left: 0;\n animation: line-spin-fade-loader 1.2s -0.36s infinite ease-in-out; }\n .line-spin-fade-loader > div:nth-child(6) {\n top: -13.63636px;\n left: -13.63636px;\n transform: rotate(-45deg);\n animation: line-spin-fade-loader 1.2s -0.24s infinite ease-in-out; }\n .line-spin-fade-loader > div:nth-child(7) {\n top: 0;\n left: -20px;\n transform: rotate(90deg);\n animation: line-spin-fade-loader 1.2s -0.12s infinite ease-in-out; }\n .line-spin-fade-loader > div:nth-child(8) {\n top: 13.63636px;\n left: -13.63636px;\n transform: rotate(45deg);\n animation: line-spin-fade-loader 1.2s 0s infinite ease-in-out; }\n .line-spin-fade-loader > div {\n background-color: #607b89;\n width: 4px;\n height: 35px;\n border-radius: 2px;\n margin: 2px;\n animation-fill-mode: both;\n position: absolute;\n width: 5px;\n height: 15px; }\n"),L.render=function(a,e,i,t,l,o){const r=n.resolveComponent("loader-base");return n.openBlock(),n.createBlock(r,n.mergeProps({"loader-name":"line-spin-fade-loader","child-count":8},a.$attrs),null,16)};var P={components:{LoaderBase:a}};e("@keyframes cube-transition {\n 25% {\n transform: translateX(50px) scale(0.5) rotate(-90deg); }\n 50% {\n transform: translate(50px, 50px) rotate(-180deg); }\n 75% {\n transform: translateY(50px) scale(0.5) rotate(-270deg); }\n 100% {\n transform: rotate(-360deg); } }\n\n.cube-transition {\n position: relative;\n transform: translate(-25px, -25px); }\n .cube-transition > div {\n animation-fill-mode: both;\n width: 10px;\n height: 10px;\n position: absolute;\n top: -5px;\n left: -5px;\n background-color: #607b89;\n animation: cube-transition 1.6s 0s infinite ease-in-out; }\n .cube-transition > div:last-child {\n animation-delay: -0.8s; }\n"),P.render=function(a,e,i,t,l,o){const r=n.resolveComponent("loader-base");return n.openBlock(),n.createBlock(r,n.mergeProps({"loader-name":"cube-transition","child-count":2},a.$attrs),null,16)};var S={components:{LoaderBase:a}};e("@keyframes rotate_pacman_half_up {\n 0% {\n transform: rotate(270deg); }\n 50% {\n transform: rotate(360deg); }\n 100% {\n transform: rotate(270deg); } }\n\n@keyframes rotate_pacman_half_down {\n 0% {\n transform: rotate(90deg); }\n 50% {\n transform: rotate(0deg); }\n 100% {\n transform: rotate(90deg); } }\n\n@keyframes pacman-balls {\n 75% {\n opacity: 0.7; }\n 100% {\n transform: translate(-100px, -6.25px); } }\n\n.pacman {\n position: relative; }\n .pacman > div:nth-child(2) {\n animation: pacman-balls 1s -0.99s infinite linear; }\n .pacman > div:nth-child(3) {\n animation: pacman-balls 1s -0.66s infinite linear; }\n .pacman > div:nth-child(4) {\n animation: pacman-balls 1s -0.33s infinite linear; }\n .pacman > div:nth-child(5) {\n animation: pacman-balls 1s 0s infinite linear; }\n .pacman > div:first-of-type {\n width: 0px;\n height: 0px;\n border-right: 25px solid transparent;\n border-top: 25px solid #607b89;\n border-left: 25px solid #607b89;\n border-bottom: 25px solid #607b89;\n border-radius: 25px;\n animation: rotate_pacman_half_up 0.5s 0s infinite;\n position: relative;\n left: -30px; }\n .pacman > div:nth-child(2) {\n width: 0px;\n height: 0px;\n border-right: 25px solid transparent;\n border-top: 25px solid #607b89;\n border-left: 25px solid #607b89;\n border-bottom: 25px solid #607b89;\n border-radius: 25px;\n animation: rotate_pacman_half_down 0.5s 0s infinite;\n margin-top: -50px;\n position: relative;\n left: -30px; }\n .pacman > div:nth-child(3),\n .pacman > div:nth-child(4),\n .pacman > div:nth-child(5),\n .pacman > div:nth-child(6) {\n background-color: #607b89;\n width: 15px;\n height: 15px;\n border-radius: 100%;\n margin: 2px;\n width: 10px;\n height: 10px;\n position: absolute;\n transform: translate(0, -6.25px);\n top: 25px;\n left: 70px; }\n"),S.render=function(a,e,i,t,l,o){const r=n.resolveComponent("loader-base");return n.openBlock(),n.createBlock(r,n.mergeProps({"loader-name":"pacman","child-count":5},a.$attrs),null,16)};var $={components:{LoaderBase:a}};e("@keyframes spin-rotate {\n 0% {\n transform: rotate(0deg); }\n 50% {\n transform: rotate(180deg); }\n 100% {\n transform: rotate(360deg); } }\n\n.semi-circle-spin {\n position: relative;\n width: 35px;\n height: 35px;\n overflow: hidden; }\n .semi-circle-spin > div {\n position: absolute;\n border-width: 0px;\n border-radius: 100%;\n animation: spin-rotate 0.6s 0s infinite linear;\n background-image: linear-gradient(transparent 0%, transparent 70%, #607b89 30%, #607b89 100%);\n width: 100%;\n height: 100%; }\n"),$.render=function(a,e,i,t,l,o){const r=n.resolveComponent("loader-base");return n.openBlock(),n.createBlock(r,n.mergeProps({"loader-name":"semi-circle-spin","child-count":1},a.$attrs),null,16)};var Y={components:{LoaderBase:a}};e("@keyframes square-spin {\n 25% {\n transform: perspective(100px) rotateX(180deg) rotateY(0); }\n 50% {\n transform: perspective(100px) rotateX(180deg) rotateY(180deg); }\n 75% {\n transform: perspective(100px) rotateX(0) rotateY(180deg); }\n 100% {\n transform: perspective(100px) rotateX(0) rotateY(0); } }\n\n.square-spin > div {\n animation-fill-mode: both;\n width: 50px;\n height: 50px;\n background: #607b89;\n animation: square-spin 3s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite; }\n"),Y.render=function(a,e,i,t,l,o){const r=n.resolveComponent("loader-base");return n.openBlock(),n.createBlock(r,n.mergeProps({"loader-name":"square-spin","child-count":1},a.$attrs),null,16)};var _={components:{LoaderBase:a}};e("@keyframes triangle-skew-spin {\n 25% {\n transform: perspective(100px) rotateX(180deg) rotateY(0); }\n 50% {\n transform: perspective(100px) rotateX(180deg) rotateY(180deg); }\n 75% {\n transform: perspective(100px) rotateX(0) rotateY(180deg); }\n 100% {\n transform: perspective(100px) rotateX(0) rotateY(0); } }\n\n.triangle-skew-spin > div {\n animation-fill-mode: both;\n width: 0;\n height: 0;\n border-left: 20px solid transparent !important;\n border-right: 20px solid transparent !important;\n border-bottom: 20px solid #607b89;\n animation: triangle-skew-spin 3s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite; }\n"),_.render=function(a,e,i,t,l,o){const r=n.resolveComponent("loader-base");return n.openBlock(),n.createBlock(r,n.mergeProps({"loader-name":"triangle-skew-spin","child-count":1},a.$attrs),null,16)};var R={name:"LvLoader",components:{BallPulse:i,BallBeat:t,BallScale:l,BallPulseRise:o,BallGridPulse:r,BallClipRotate:s,BallClipRotatePulse:p,BallClipRotateMultiple:c,BallRotate:d,BallZigZag:m,BallZigZagDeflect:b,BallTrianglePath:h,BallScaleMultiple:u,BallPulseSync:f,BallScaleRipple:g,BallScaleRippleMultiple:x,BallSpinFadeLoader:v,BallGridBeat:y,BallScaleRandom:k,LineScale:B,LineScaleParty:w,LineScalePulseOut:C,LineScalePulseOutRapid:z,LineSpinFadeLoader:L,CubeTransition:P,Pacman:S,SemiCircleSpin:$,SquareSpin:Y,TriangleSkewSpin:_},props:{type:{type:String,default:"ball-pulse"},color:{type:String},scale:{type:[String,Number]}}};e("/**\n * Copyright (c) 2016 Connor Atherton\n *\n * All animations must live in their own file\n * in the animations directory and be included\n * here.\n *\n */\n/**\n * Styles shared by multiple animations\n */\n/**\n * Dots\n */\n@keyframes ball-spin-loader {\n 75% {\n opacity: 0.2; }\n 100% {\n opacity: 1; } }\n\n.ball-spin-loader {\n position: relative; }\n .ball-spin-loader > span:nth-child(1) {\n top: 45px;\n left: 0;\n animation: ball-spin-loader 2s 0.9s infinite linear; }\n .ball-spin-loader > span:nth-child(2) {\n top: 30.68182px;\n left: 30.68182px;\n animation: ball-spin-loader 2s 1.8s infinite linear; }\n .ball-spin-loader > span:nth-child(3) {\n top: 0;\n left: 45px;\n animation: ball-spin-loader 2s 2.7s infinite linear; }\n .ball-spin-loader > span:nth-child(4) {\n top: -30.68182px;\n left: 30.68182px;\n animation: ball-spin-loader 2s 3.6s infinite linear; }\n .ball-spin-loader > span:nth-child(5) {\n top: -45px;\n left: 0;\n animation: ball-spin-loader 2s 4.5s infinite linear; }\n .ball-spin-loader > span:nth-child(6) {\n top: -30.68182px;\n left: -30.68182px;\n animation: ball-spin-loader 2s 5.4s infinite linear; }\n .ball-spin-loader > span:nth-child(7) {\n top: 0;\n left: -45px;\n animation: ball-spin-loader 2s 6.3s infinite linear; }\n .ball-spin-loader > span:nth-child(8) {\n top: 30.68182px;\n left: -30.68182px;\n animation: ball-spin-loader 2s 7.2s infinite linear; }\n .ball-spin-loader > div {\n animation-fill-mode: both;\n position: absolute;\n width: 15px;\n height: 15px;\n border-radius: 100%;\n background: green; }\n\n/**\n * Lines\n */\n/**\n * Misc\n */\n"),R.render=function(a,e,i,t,l,o){return n.openBlock(),n.createBlock(n.resolveDynamicComponent(i.type),{color:i.color,scale:i.scale},null,8,["color","scale"])},module.exports=R; | ||
"use strict";var n=require("vue"),a={loaderName:"ball-beat",childCount:3,props:{loaderName:{type:String,required:!0},childCount:{type:Number,required:!0},color:{type:String},borderColor:{type:String},scale:{type:[String,Number]}}};function e(n,a){void 0===a&&(a={});var e=a.insertAt;if(n&&"undefined"!=typeof document){var i=document.head||document.getElementsByTagName("head")[0],t=document.createElement("style");t.type="text/css","top"===e&&i.firstChild?i.insertBefore(t,i.firstChild):i.appendChild(t),t.styleSheet?t.styleSheet.cssText=n:t.appendChild(document.createTextNode(n))}}e(".loader-inner {\n display: inline-block; }\n"),a.render=function(a,e,i,t,l,o){return n.openBlock(),n.createBlock("div",{class:["loader-inner",i.loaderName],style:`transform: scale(${i.scale})`},[(n.openBlock(!0),n.createBlock(n.Fragment,null,n.renderList(i.childCount,(a=>(n.openBlock(),n.createBlock("div",{key:a,style:`background-color: ${i.color}; border-color: ${i.borderColor}`},null,4)))),128))],6)};var i={components:{LoaderBase:a}};e("@keyframes scale {\n 0% {\n transform: scale(1);\n opacity: 1; }\n 45% {\n transform: scale(0.1);\n opacity: 0.7; }\n 80% {\n transform: scale(1);\n opacity: 1; } }\n\n.ball-pulse > div:nth-child(1) {\n animation: scale 0.75s -0.24s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }\n\n.ball-pulse > div:nth-child(2) {\n animation: scale 0.75s -0.12s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }\n\n.ball-pulse > div:nth-child(3) {\n animation: scale 0.75s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }\n\n.ball-pulse > div {\n background-color: #607b89;\n width: 15px;\n height: 15px;\n border-radius: 100%;\n margin: 2px;\n animation-fill-mode: both;\n display: inline-block; }\n"),i.render=function(a,e,i,t,l,o){const r=n.resolveComponent("loader-base");return n.openBlock(),n.createBlock(r,n.mergeProps({"loader-name":"ball-pulse","child-count":3},a.$attrs),null,16)};var t={components:{LoaderBase:a}};e("@keyframes ball-beat {\n 50% {\n opacity: 0.2;\n transform: scale(0.75); }\n 100% {\n opacity: 1;\n transform: scale(1); } }\n\n.ball-beat > div {\n background-color: #607b89;\n width: 15px;\n height: 15px;\n border-radius: 100%;\n margin: 2px;\n animation-fill-mode: both;\n display: inline-block;\n animation: ball-beat 0.7s 0s infinite linear; }\n .ball-beat > div:nth-child(2n-1) {\n animation-delay: -0.35s !important; }\n"),t.render=function(a,e,i,t,l,o){const r=n.resolveComponent("loader-base");return n.openBlock(),n.createBlock(r,n.mergeProps({"loader-name":"ball-beat","child-count":3},a.$attrs),null,16)};var l={components:{LoaderBase:a}};e("@keyframes ball-scale {\n 0% {\n transform: scale(0); }\n 100% {\n transform: scale(1);\n opacity: 0; } }\n\n.ball-scale > div {\n background-color: #607b89;\n width: 15px;\n height: 15px;\n border-radius: 100%;\n margin: 2px;\n animation-fill-mode: both;\n display: inline-block;\n height: 60px;\n width: 60px;\n animation: ball-scale 1s 0s ease-in-out infinite; }\n"),l.render=function(a,e,i,t,l,o){const r=n.resolveComponent("loader-base");return n.openBlock(),n.createBlock(r,n.mergeProps({"loader-name":"ball-scale","child-count":1},a.$attrs),null,16)};var o={components:{LoaderBase:a}};e("@keyframes ball-pulse-rise-even {\n 0% {\n transform: scale(1.1); }\n 25% {\n transform: translateY(-30px); }\n 50% {\n transform: scale(0.4); }\n 75% {\n transform: translateY(30px); }\n 100% {\n transform: translateY(0);\n transform: scale(1); } }\n\n@keyframes ball-pulse-rise-odd {\n 0% {\n transform: scale(0.4); }\n 25% {\n transform: translateY(30px); }\n 50% {\n transform: scale(1.1); }\n 75% {\n transform: translateY(-30px); }\n 100% {\n transform: translateY(0);\n transform: scale(0.75); } }\n\n.ball-pulse-rise > div {\n background-color: #607b89;\n width: 15px;\n height: 15px;\n border-radius: 100%;\n margin: 2px;\n animation-fill-mode: both;\n display: inline-block;\n animation-duration: 1s;\n animation-timing-function: cubic-bezier(0.15, 0.46, 0.9, 0.6);\n animation-iteration-count: infinite;\n animation-delay: 0; }\n .ball-pulse-rise > div:nth-child(2n) {\n animation-name: ball-pulse-rise-even; }\n .ball-pulse-rise > div:nth-child(2n-1) {\n animation-name: ball-pulse-rise-odd; }\n"),o.render=function(a,e,i,t,l,o){const r=n.resolveComponent("loader-base");return n.openBlock(),n.createBlock(r,n.mergeProps({"loader-name":"ball-pulse-rise","child-count":5},a.$attrs),null,16)};var r={components:{LoaderBase:a}};e("@keyframes ball-grid-pulse {\n 0% {\n transform: scale(1); }\n 50% {\n transform: scale(0.5);\n opacity: 0.7; }\n 100% {\n transform: scale(1);\n opacity: 1; } }\n\n.ball-grid-pulse {\n width: 57px; }\n .ball-grid-pulse > div:nth-child(1) {\n animation-delay: 0.26s;\n animation-duration: 0.66s; }\n .ball-grid-pulse > div:nth-child(2) {\n animation-delay: 0.74s;\n animation-duration: 1.3s; }\n .ball-grid-pulse > div:nth-child(3) {\n animation-delay: -0.17s;\n animation-duration: 1.19s; }\n .ball-grid-pulse > div:nth-child(4) {\n animation-delay: 0.13s;\n animation-duration: 1.46s; }\n .ball-grid-pulse > div:nth-child(5) {\n animation-delay: 0.02s;\n animation-duration: 0.62s; }\n .ball-grid-pulse > div:nth-child(6) {\n animation-delay: 0.57s;\n animation-duration: 1.52s; }\n .ball-grid-pulse > div:nth-child(7) {\n animation-delay: 0.47s;\n animation-duration: 1.03s; }\n .ball-grid-pulse > div:nth-child(8) {\n animation-delay: 0.21s;\n animation-duration: 1.27s; }\n .ball-grid-pulse > div:nth-child(9) {\n animation-delay: -0.03s;\n animation-duration: 0.87s; }\n .ball-grid-pulse > div {\n background-color: #607b89;\n width: 15px;\n height: 15px;\n border-radius: 100%;\n margin: 2px;\n animation-fill-mode: both;\n display: inline-block;\n float: left;\n animation-name: ball-grid-pulse;\n animation-iteration-count: infinite;\n animation-delay: 0; }\n"),r.render=function(a,e,i,t,l,o){const r=n.resolveComponent("loader-base");return n.openBlock(),n.createBlock(r,n.mergeProps({"loader-name":"ball-grid-pulse","child-count":9},a.$attrs),null,16)};var s={components:{LoaderBase:a},props:{color:{type:String}}};e("@keyframes rotate {\n 0% {\n transform: rotate(0deg); }\n 50% {\n transform: rotate(180deg); }\n 100% {\n transform: rotate(360deg); } }\n\n.ball-clip-rotate > div {\n background-color: #607b89;\n width: 15px;\n height: 15px;\n border-radius: 100%;\n margin: 2px;\n animation-fill-mode: both;\n border: 2px solid #607b89;\n border-bottom-color: transparent !important;\n height: 26px;\n width: 26px;\n background: transparent !important;\n display: inline-block;\n animation: rotate 0.75s 0s linear infinite; }\n"),s.render=function(a,e,i,t,l,o){const r=n.resolveComponent("loader-base");return n.openBlock(),n.createBlock(r,n.mergeProps({"loader-name":"ball-clip-rotate","child-count":1},a.$attrs,{"border-color":i.color}),null,16,["border-color"])};var d={components:{LoaderBase:a}};e('@keyframes rotate {\n 0% {\n transform: rotate(0deg); }\n 50% {\n transform: rotate(180deg); }\n 100% {\n transform: rotate(360deg); } }\n\n.ball-rotate {\n position: relative; }\n .ball-rotate > div {\n background-color: #607b89;\n width: 15px;\n height: 15px;\n border-radius: 100%;\n margin: 2px;\n animation-fill-mode: both;\n position: relative; }\n .ball-rotate > div:first-child {\n animation: rotate 1s 0s cubic-bezier(0.7, -0.13, 0.22, 0.86) infinite; }\n .ball-rotate > div:before, .ball-rotate > div:after {\n background-color: #607b89;\n width: 15px;\n height: 15px;\n border-radius: 100%;\n margin: 2px;\n content: "";\n background-color: inherit;\n position: absolute;\n opacity: 0.8; }\n .ball-rotate > div:before {\n top: 0px;\n left: -28px; }\n .ball-rotate > div:after {\n top: 0px;\n left: 25px; }\n'),d.render=function(a,e,i,t,l,o){const r=n.resolveComponent("loader-base");return n.openBlock(),n.createBlock(r,n.mergeProps({"loader-name":"ball-rotate","child-count":1},a.$attrs),null,16)};var p={components:{LoaderBase:a}};e("@keyframes ball-grid-beat {\n 50% {\n opacity: 0.7; }\n 100% {\n opacity: 1; } }\n\n.ball-grid-beat {\n width: 57px; }\n .ball-grid-beat > div:nth-child(1) {\n animation-delay: 0.56s;\n animation-duration: 1.56s; }\n .ball-grid-beat > div:nth-child(2) {\n animation-delay: 0.49s;\n animation-duration: 1.25s; }\n .ball-grid-beat > div:nth-child(3) {\n animation-delay: 0.42s;\n animation-duration: 0.69s; }\n .ball-grid-beat > div:nth-child(4) {\n animation-delay: 0.75s;\n animation-duration: 1.04s; }\n .ball-grid-beat > div:nth-child(5) {\n animation-delay: 0.17s;\n animation-duration: 0.62s; }\n .ball-grid-beat > div:nth-child(6) {\n animation-delay: 0.44s;\n animation-duration: 0.99s; }\n .ball-grid-beat > div:nth-child(7) {\n animation-delay: -0.13s;\n animation-duration: 1.38s; }\n .ball-grid-beat > div:nth-child(8) {\n animation-delay: 0.28s;\n animation-duration: 1.27s; }\n .ball-grid-beat > div:nth-child(9) {\n animation-delay: 0.28s;\n animation-duration: 1.16s; }\n .ball-grid-beat > div {\n background-color: #607b89;\n width: 15px;\n height: 15px;\n border-radius: 100%;\n margin: 2px;\n animation-fill-mode: both;\n display: inline-block;\n float: left;\n animation-name: ball-grid-beat;\n animation-iteration-count: infinite;\n animation-delay: 0; }\n"),p.render=function(a,e,i,t,l,o){const r=n.resolveComponent("loader-base");return n.openBlock(),n.createBlock(r,n.mergeProps({"loader-name":"ball-clip-rotate-pulse","child-count":2},a.$attrs),null,16)};var c={components:{LoaderBase:a},props:{color:{type:String}}};e("@keyframes rotate {\n 0% {\n transform: rotate(0deg) scale(1); }\n 50% {\n transform: rotate(180deg) scale(0.6); }\n 100% {\n transform: rotate(360deg) scale(1); } }\n\n.ball-clip-rotate-multiple {\n position: relative; }\n .ball-clip-rotate-multiple > div {\n animation-fill-mode: both;\n position: absolute;\n left: -20px;\n top: -20px;\n border: 2px solid #607b89;\n border-bottom-color: transparent !important;\n border-top-color: transparent !important;\n border-radius: 100%;\n height: 35px;\n width: 35px;\n animation: rotate 1s 0s ease-in-out infinite; }\n .ball-clip-rotate-multiple > div:last-child {\n display: inline-block;\n top: -10px;\n left: -10px;\n width: 15px;\n height: 15px;\n animation-duration: 0.5s;\n border: 2px solid #607b89;\n border-bottom-color: transparent !important;\n border-top-color: transparent !important;\n animation-direction: reverse; }\n"),c.render=function(a,e,i,t,l,o){const r=n.resolveComponent("loader-base");return n.openBlock(),n.createBlock(r,n.mergeProps({"loader-name":"ball-clip-rotate-multiple","child-count":2},a.$attrs,{"border-color":i.color}),null,16,["border-color"])};var m={components:{LoaderBase:a}};e("@keyframes ball-zig {\n 33% {\n transform: translate(-15px, -30px); }\n 66% {\n transform: translate(15px, -30px); }\n 100% {\n transform: translate(0, 0); } }\n\n@keyframes ball-zag {\n 33% {\n transform: translate(15px, 30px); }\n 66% {\n transform: translate(-15px, 30px); }\n 100% {\n transform: translate(0, 0); } }\n\n.ball-zig-zag {\n position: relative;\n transform: translate(-15px, -15px); }\n .ball-zig-zag > div {\n background-color: #607b89;\n width: 15px;\n height: 15px;\n border-radius: 100%;\n margin: 2px;\n animation-fill-mode: both;\n position: absolute;\n margin-left: 15px;\n top: 4px;\n left: -7px; }\n .ball-zig-zag > div:first-child {\n animation: ball-zig 0.7s 0s infinite linear; }\n .ball-zig-zag > div:last-child {\n animation: ball-zag 0.7s 0s infinite linear; }\n"),m.render=function(a,e,i,t,l,o){const r=n.resolveComponent("loader-base");return n.openBlock(),n.createBlock(r,n.mergeProps({"loader-name":"ball-zig-zag","child-count":2},a.$attrs),null,16)};var b={components:{LoaderBase:a}};e("@keyframes ball-zig-deflect {\n 17% {\n transform: translate(-15px, -30px); }\n 34% {\n transform: translate(15px, -30px); }\n 50% {\n transform: translate(0, 0); }\n 67% {\n transform: translate(15px, -30px); }\n 84% {\n transform: translate(-15px, -30px); }\n 100% {\n transform: translate(0, 0); } }\n\n@keyframes ball-zag-deflect {\n 17% {\n transform: translate(15px, 30px); }\n 34% {\n transform: translate(-15px, 30px); }\n 50% {\n transform: translate(0, 0); }\n 67% {\n transform: translate(-15px, 30px); }\n 84% {\n transform: translate(15px, 30px); }\n 100% {\n transform: translate(0, 0); } }\n\n.ball-zig-zag-deflect {\n position: relative;\n transform: translate(-15px, -15px); }\n .ball-zig-zag-deflect > div {\n background-color: #607b89;\n width: 15px;\n height: 15px;\n border-radius: 100%;\n margin: 2px;\n animation-fill-mode: both;\n position: absolute;\n margin-left: 15px;\n top: 4px;\n left: -7px; }\n .ball-zig-zag-deflect > div:first-child {\n animation: ball-zig-deflect 1.5s 0s infinite linear; }\n .ball-zig-zag-deflect > div:last-child {\n animation: ball-zag-deflect 1.5s 0s infinite linear; }\n"),b.render=function(a,e,i,t,l,o){const r=n.resolveComponent("loader-base");return n.openBlock(),n.createBlock(r,n.mergeProps({"loader-name":"ball-zig-zag-deflect","child-count":2},a.$attrs),null,16)};var h={components:{LoaderBase:a},props:{color:{type:String}}};e("@keyframes ball-triangle-path-1 {\n 33% {\n transform: translate(25px, -50px); }\n 66% {\n transform: translate(50px, 0px); }\n 100% {\n transform: translate(0px, 0px); } }\n\n@keyframes ball-triangle-path-2 {\n 33% {\n transform: translate(25px, 50px); }\n 66% {\n transform: translate(-25px, 50px); }\n 100% {\n transform: translate(0px, 0px); } }\n\n@keyframes ball-triangle-path-3 {\n 33% {\n transform: translate(-50px, 0px); }\n 66% {\n transform: translate(-25px, -50px); }\n 100% {\n transform: translate(0px, 0px); } }\n\n.ball-triangle-path {\n position: relative;\n transform: translate(-29.994px, -37.50938px); }\n .ball-triangle-path > div:nth-child(1) {\n animation-name: ball-triangle-path-1;\n animation-delay: 0;\n animation-duration: 2s;\n animation-timing-function: ease-in-out;\n animation-iteration-count: infinite; }\n .ball-triangle-path > div:nth-child(2) {\n animation-name: ball-triangle-path-2;\n animation-delay: 0;\n animation-duration: 2s;\n animation-timing-function: ease-in-out;\n animation-iteration-count: infinite; }\n .ball-triangle-path > div:nth-child(3) {\n animation-name: ball-triangle-path-3;\n animation-delay: 0;\n animation-duration: 2s;\n animation-timing-function: ease-in-out;\n animation-iteration-count: infinite; }\n .ball-triangle-path > div {\n animation-fill-mode: both;\n position: absolute;\n width: 10px;\n height: 10px;\n border-radius: 100%;\n border: 1px solid #607b89; }\n .ball-triangle-path > div:nth-of-type(1) {\n top: 50px; }\n .ball-triangle-path > div:nth-of-type(2) {\n left: 25px; }\n .ball-triangle-path > div:nth-of-type(3) {\n top: 50px;\n left: 50px; }\n"),h.render=function(a,e,i,t,l,o){const r=n.resolveComponent("loader-base");return n.openBlock(),n.createBlock(r,n.mergeProps({"loader-name":"ball-triangle-path","child-count":3},a.$attrs,{"border-color":i.color}),null,16,["border-color"])};var u={components:{LoaderBase:a}};e("@keyframes ball-scale-multiple {\n 0% {\n transform: scale(0);\n opacity: 0; }\n 5% {\n opacity: 1; }\n 100% {\n transform: scale(1);\n opacity: 0; } }\n\n.ball-scale-multiple {\n position: relative;\n transform: translateY(-30px); }\n .ball-scale-multiple > div:nth-child(2) {\n animation-delay: -0.4s; }\n .ball-scale-multiple > div:nth-child(3) {\n animation-delay: -0.2s; }\n .ball-scale-multiple > div {\n background-color: #607b89;\n width: 15px;\n height: 15px;\n border-radius: 100%;\n margin: 2px;\n animation-fill-mode: both;\n position: absolute;\n left: -30px;\n top: 0px;\n opacity: 0;\n margin: 0;\n width: 60px;\n height: 60px;\n animation: ball-scale-multiple 1s 0s linear infinite; }\n"),u.render=function(a,e,i,t,l,o){const r=n.resolveComponent("loader-base");return n.openBlock(),n.createBlock(r,n.mergeProps({"loader-name":"ball-scale-multiple","child-count":3},a.$attrs),null,16)};var f={components:{LoaderBase:a}};e("@keyframes ball-pulse-sync {\n 33% {\n transform: translateY(10px); }\n 66% {\n transform: translateY(-10px); }\n 100% {\n transform: translateY(0); } }\n\n.ball-pulse-sync > div:nth-child(1) {\n animation: ball-pulse-sync 0.6s -0.14s infinite ease-in-out; }\n\n.ball-pulse-sync > div:nth-child(2) {\n animation: ball-pulse-sync 0.6s -0.07s infinite ease-in-out; }\n\n.ball-pulse-sync > div:nth-child(3) {\n animation: ball-pulse-sync 0.6s 0s infinite ease-in-out; }\n\n.ball-pulse-sync > div {\n background-color: #607b89;\n width: 15px;\n height: 15px;\n border-radius: 100%;\n margin: 2px;\n animation-fill-mode: both;\n display: inline-block; }\n"),f.render=function(a,e,i,t,l,o){const r=n.resolveComponent("loader-base");return n.openBlock(),n.createBlock(r,n.mergeProps({"loader-name":"ball-pulse-sync","child-count":3},a.$attrs),null,16)};var g={components:{LoaderBase:a},props:{color:{type:String}}};e("@keyframes ball-scale-ripple {\n 0% {\n transform: scale(0.1);\n opacity: 1; }\n 70% {\n transform: scale(1);\n opacity: 0.7; }\n 100% {\n opacity: 0.0; } }\n\n.ball-scale-ripple > div {\n animation-fill-mode: both;\n height: 50px;\n width: 50px;\n border-radius: 100%;\n border: 2px solid #607b89;\n animation: ball-scale-ripple 1s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8); }\n"),g.render=function(a,e,i,t,l,o){const r=n.resolveComponent("loader-base");return n.openBlock(),n.createBlock(r,n.mergeProps({"loader-name":"ball-scale-ripple","child-count":1},a.$attrs,{"border-color":i.color}),null,16,["border-color"])};var x={components:{LoaderBase:a},props:{color:{type:String}}};e("@keyframes ball-scale-ripple-multiple {\n 0% {\n transform: scale(0.1);\n opacity: 1; }\n 70% {\n transform: scale(1);\n opacity: 0.7; }\n 100% {\n opacity: 0.0; } }\n\n.ball-scale-ripple-multiple {\n position: relative;\n transform: translateY(-25px); }\n .ball-scale-ripple-multiple > div:nth-child(0) {\n animation-delay: -0.8s; }\n .ball-scale-ripple-multiple > div:nth-child(1) {\n animation-delay: -0.6s; }\n .ball-scale-ripple-multiple > div:nth-child(2) {\n animation-delay: -0.4s; }\n .ball-scale-ripple-multiple > div:nth-child(3) {\n animation-delay: -0.2s; }\n .ball-scale-ripple-multiple > div {\n animation-fill-mode: both;\n position: absolute;\n top: -2px;\n left: -26px;\n width: 50px;\n height: 50px;\n border-radius: 100%;\n border: 2px solid #607b89;\n animation: ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8); }\n"),x.render=function(a,e,i,t,l,o){const r=n.resolveComponent("loader-base");return n.openBlock(),n.createBlock(r,n.mergeProps({"loader-name":"ball-scale-ripple-multiple","child-count":3},a.$attrs,{"border-color":i.color}),null,16,["border-color"])};var v={components:{LoaderBase:a}};e("@keyframes ball-spin-fade-loader {\n 50% {\n opacity: 0.3;\n transform: scale(0.4); }\n 100% {\n opacity: 1;\n transform: scale(1); } }\n\n.ball-spin-fade-loader {\n position: relative;\n top: -10px;\n left: -10px; }\n .ball-spin-fade-loader > div:nth-child(1) {\n top: 25px;\n left: 0;\n animation: ball-spin-fade-loader 1s -0.96s infinite linear; }\n .ball-spin-fade-loader > div:nth-child(2) {\n top: 17.04545px;\n left: 17.04545px;\n animation: ball-spin-fade-loader 1s -0.84s infinite linear; }\n .ball-spin-fade-loader > div:nth-child(3) {\n top: 0;\n left: 25px;\n animation: ball-spin-fade-loader 1s -0.72s infinite linear; }\n .ball-spin-fade-loader > div:nth-child(4) {\n top: -17.04545px;\n left: 17.04545px;\n animation: ball-spin-fade-loader 1s -0.6s infinite linear; }\n .ball-spin-fade-loader > div:nth-child(5) {\n top: -25px;\n left: 0;\n animation: ball-spin-fade-loader 1s -0.48s infinite linear; }\n .ball-spin-fade-loader > div:nth-child(6) {\n top: -17.04545px;\n left: -17.04545px;\n animation: ball-spin-fade-loader 1s -0.36s infinite linear; }\n .ball-spin-fade-loader > div:nth-child(7) {\n top: 0;\n left: -25px;\n animation: ball-spin-fade-loader 1s -0.24s infinite linear; }\n .ball-spin-fade-loader > div:nth-child(8) {\n top: 17.04545px;\n left: -17.04545px;\n animation: ball-spin-fade-loader 1s -0.12s infinite linear; }\n .ball-spin-fade-loader > div {\n background-color: #607b89;\n width: 15px;\n height: 15px;\n border-radius: 100%;\n margin: 2px;\n animation-fill-mode: both;\n position: absolute; }\n"),v.render=function(a,e,i,t,l,o){const r=n.resolveComponent("loader-base");return n.openBlock(),n.createBlock(r,n.mergeProps({"loader-name":"ball-spin-fade-loader","child-count":8},a.$attrs),null,16)};var y={components:{LoaderBase:a}};e("@keyframes ball-grid-beat {\n 50% {\n opacity: 0.7; }\n 100% {\n opacity: 1; } }\n\n.ball-grid-beat {\n width: 57px; }\n .ball-grid-beat > div:nth-child(1) {\n animation-delay: 0.06s;\n animation-duration: 1.52s; }\n .ball-grid-beat > div:nth-child(2) {\n animation-delay: 0.21s;\n animation-duration: 0.86s; }\n .ball-grid-beat > div:nth-child(3) {\n animation-delay: 0.37s;\n animation-duration: 0.99s; }\n .ball-grid-beat > div:nth-child(4) {\n animation-delay: 0.21s;\n animation-duration: 0.96s; }\n .ball-grid-beat > div:nth-child(5) {\n animation-delay: 0.05s;\n animation-duration: 1.58s; }\n .ball-grid-beat > div:nth-child(6) {\n animation-delay: 0.13s;\n animation-duration: 0.9s; }\n .ball-grid-beat > div:nth-child(7) {\n animation-delay: -0.05s;\n animation-duration: 1.47s; }\n .ball-grid-beat > div:nth-child(8) {\n animation-delay: -0.08s;\n animation-duration: 0.74s; }\n .ball-grid-beat > div:nth-child(9) {\n animation-delay: 0.12s;\n animation-duration: 1.26s; }\n .ball-grid-beat > div {\n background-color: #607b89;\n width: 15px;\n height: 15px;\n border-radius: 100%;\n margin: 2px;\n animation-fill-mode: both;\n display: inline-block;\n float: left;\n animation-name: ball-grid-beat;\n animation-iteration-count: infinite;\n animation-delay: 0; }\n"),y.render=function(a,e,i,t,l,o){const r=n.resolveComponent("loader-base");return n.openBlock(),n.createBlock(r,n.mergeProps({"loader-name":"ball-grid-beat","child-count":9},a.$attrs),null,16)};var k={components:{LoaderBase:a}};e("@keyframes ball-scale {\n 0% {\n transform: scale(0); }\n 100% {\n transform: scale(1);\n opacity: 0; } }\n\n.ball-scale > div {\n background-color: #607b89;\n width: 15px;\n height: 15px;\n border-radius: 100%;\n margin: 2px;\n animation-fill-mode: both;\n display: inline-block;\n height: 60px;\n width: 60px;\n animation: ball-scale 1s 0s ease-in-out infinite; }\n\n.ball-scale-random {\n width: 37px;\n height: 40px; }\n .ball-scale-random > div {\n background-color: #607b89;\n width: 15px;\n height: 15px;\n border-radius: 100%;\n margin: 2px;\n animation-fill-mode: both;\n position: absolute;\n display: inline-block;\n height: 30px;\n width: 30px;\n animation: ball-scale 1s 0s ease-in-out infinite; }\n .ball-scale-random > div:nth-child(1) {\n margin-left: -7px;\n animation: ball-scale 1s 0.2s ease-in-out infinite; }\n .ball-scale-random > div:nth-child(3) {\n margin-left: -2px;\n margin-top: 9px;\n animation: ball-scale 1s 0.5s ease-in-out infinite; }\n"),k.render=function(a,e,i,t,l,o){const r=n.resolveComponent("loader-base");return n.openBlock(),n.createBlock(r,n.mergeProps({"loader-name":"ball-scale-random","child-count":3},a.$attrs),null,16)};var B={components:{LoaderBase:a}};e("@keyframes line-scale {\n 0% {\n transform: scaley(1); }\n 50% {\n transform: scaley(0.4); }\n 100% {\n transform: scaley(1); } }\n\n.line-scale > div:nth-child(1) {\n animation: line-scale 1s -0.4s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }\n\n.line-scale > div:nth-child(2) {\n animation: line-scale 1s -0.3s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }\n\n.line-scale > div:nth-child(3) {\n animation: line-scale 1s -0.2s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }\n\n.line-scale > div:nth-child(4) {\n animation: line-scale 1s -0.1s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }\n\n.line-scale > div:nth-child(5) {\n animation: line-scale 1s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }\n\n.line-scale > div {\n background-color: #607b89;\n width: 4px;\n height: 35px;\n border-radius: 2px;\n margin: 2px;\n animation-fill-mode: both;\n display: inline-block; }\n"),B.render=function(a,e,i,t,l,o){const r=n.resolveComponent("loader-base");return n.openBlock(),n.createBlock(r,n.mergeProps({"loader-name":"line-scale","child-count":5},a.$attrs),null,16)};var w={components:{LoaderBase:a}};e("@keyframes line-scale-party {\n 0% {\n transform: scale(1); }\n 50% {\n transform: scale(0.5); }\n 100% {\n transform: scale(1); } }\n\n.line-scale-party > div:nth-child(1) {\n animation-delay: 0.73s;\n animation-duration: 0.57s; }\n\n.line-scale-party > div:nth-child(2) {\n animation-delay: 0.68s;\n animation-duration: 0.65s; }\n\n.line-scale-party > div:nth-child(3) {\n animation-delay: 0.72s;\n animation-duration: 0.45s; }\n\n.line-scale-party > div:nth-child(4) {\n animation-delay: -0.09s;\n animation-duration: 0.53s; }\n\n.line-scale-party > div {\n background-color: #607b89;\n width: 4px;\n height: 35px;\n border-radius: 2px;\n margin: 2px;\n animation-fill-mode: both;\n display: inline-block;\n animation-name: line-scale-party;\n animation-iteration-count: infinite;\n animation-delay: 0; }\n"),w.render=function(a,e,i,t,l,o){const r=n.resolveComponent("loader-base");return n.openBlock(),n.createBlock(r,n.mergeProps({"loader-name":"line-scale-party","child-count":4},a.$attrs),null,16)};var C={components:{LoaderBase:a}};e("@keyframes line-scale-pulse-out {\n 0% {\n transform: scaley(1); }\n 50% {\n transform: scaley(0.4); }\n 100% {\n transform: scaley(1); } }\n\n.line-scale-pulse-out > div {\n background-color: #607b89;\n width: 4px;\n height: 35px;\n border-radius: 2px;\n margin: 2px;\n animation-fill-mode: both;\n display: inline-block;\n animation: line-scale-pulse-out 0.9s -0.6s infinite cubic-bezier(0.85, 0.25, 0.37, 0.85); }\n .line-scale-pulse-out > div:nth-child(2), .line-scale-pulse-out > div:nth-child(4) {\n animation-delay: -0.4s !important; }\n .line-scale-pulse-out > div:nth-child(1), .line-scale-pulse-out > div:nth-child(5) {\n animation-delay: -0.2s !important; }\n"),C.render=function(a,e,i,t,l,o){const r=n.resolveComponent("loader-base");return n.openBlock(),n.createBlock(r,n.mergeProps({"loader-name":"line-scale-pulse-out","child-count":5},a.$attrs),null,16)};var z={components:{LoaderBase:a}};e("@keyframes line-scale-pulse-out-rapid {\n 0% {\n transform: scaley(1); }\n 80% {\n transform: scaley(0.3); }\n 90% {\n transform: scaley(1); } }\n\n.line-scale-pulse-out-rapid > div {\n background-color: #607b89;\n width: 4px;\n height: 35px;\n border-radius: 2px;\n margin: 2px;\n animation-fill-mode: both;\n display: inline-block;\n vertical-align: middle;\n animation: line-scale-pulse-out-rapid 0.9s -0.5s infinite cubic-bezier(0.11, 0.49, 0.38, 0.78); }\n .line-scale-pulse-out-rapid > div:nth-child(2), .line-scale-pulse-out-rapid > div:nth-child(4) {\n animation-delay: -0.25s !important; }\n .line-scale-pulse-out-rapid > div:nth-child(1), .line-scale-pulse-out-rapid > div:nth-child(5) {\n animation-delay: 0s !important; }\n"),z.render=function(a,e,i,t,l,o){const r=n.resolveComponent("loader-base");return n.openBlock(),n.createBlock(r,n.mergeProps({"loader-name":"line-scale-pulse-out-rapid","child-count":5},a.$attrs),null,16)};var L={components:{LoaderBase:a}};e("@keyframes line-spin-fade-loader {\n 50% {\n opacity: 0.3; }\n 100% {\n opacity: 1; } }\n\n.line-spin-fade-loader {\n position: relative;\n top: -10px;\n left: -4px; }\n .line-spin-fade-loader > div:nth-child(1) {\n top: 20px;\n left: 0;\n animation: line-spin-fade-loader 1.2s -0.84s infinite ease-in-out; }\n .line-spin-fade-loader > div:nth-child(2) {\n top: 13.63636px;\n left: 13.63636px;\n transform: rotate(-45deg);\n animation: line-spin-fade-loader 1.2s -0.72s infinite ease-in-out; }\n .line-spin-fade-loader > div:nth-child(3) {\n top: 0;\n left: 20px;\n transform: rotate(90deg);\n animation: line-spin-fade-loader 1.2s -0.6s infinite ease-in-out; }\n .line-spin-fade-loader > div:nth-child(4) {\n top: -13.63636px;\n left: 13.63636px;\n transform: rotate(45deg);\n animation: line-spin-fade-loader 1.2s -0.48s infinite ease-in-out; }\n .line-spin-fade-loader > div:nth-child(5) {\n top: -20px;\n left: 0;\n animation: line-spin-fade-loader 1.2s -0.36s infinite ease-in-out; }\n .line-spin-fade-loader > div:nth-child(6) {\n top: -13.63636px;\n left: -13.63636px;\n transform: rotate(-45deg);\n animation: line-spin-fade-loader 1.2s -0.24s infinite ease-in-out; }\n .line-spin-fade-loader > div:nth-child(7) {\n top: 0;\n left: -20px;\n transform: rotate(90deg);\n animation: line-spin-fade-loader 1.2s -0.12s infinite ease-in-out; }\n .line-spin-fade-loader > div:nth-child(8) {\n top: 13.63636px;\n left: -13.63636px;\n transform: rotate(45deg);\n animation: line-spin-fade-loader 1.2s 0s infinite ease-in-out; }\n .line-spin-fade-loader > div {\n background-color: #607b89;\n width: 4px;\n height: 35px;\n border-radius: 2px;\n margin: 2px;\n animation-fill-mode: both;\n position: absolute;\n width: 5px;\n height: 15px; }\n"),L.render=function(a,e,i,t,l,o){const r=n.resolveComponent("loader-base");return n.openBlock(),n.createBlock(r,n.mergeProps({"loader-name":"line-spin-fade-loader","child-count":8},a.$attrs),null,16)};var P={components:{LoaderBase:a}};e("@keyframes cube-transition {\n 25% {\n transform: translateX(50px) scale(0.5) rotate(-90deg); }\n 50% {\n transform: translate(50px, 50px) rotate(-180deg); }\n 75% {\n transform: translateY(50px) scale(0.5) rotate(-270deg); }\n 100% {\n transform: rotate(-360deg); } }\n\n.cube-transition {\n position: relative;\n transform: translate(-25px, -25px); }\n .cube-transition > div {\n animation-fill-mode: both;\n width: 10px;\n height: 10px;\n position: absolute;\n top: -5px;\n left: -5px;\n background-color: #607b89;\n animation: cube-transition 1.6s 0s infinite ease-in-out; }\n .cube-transition > div:last-child {\n animation-delay: -0.8s; }\n"),P.render=function(a,e,i,t,l,o){const r=n.resolveComponent("loader-base");return n.openBlock(),n.createBlock(r,n.mergeProps({"loader-name":"cube-transition","child-count":2},a.$attrs),null,16)};var S={components:{LoaderBase:a}};e("@keyframes rotate_pacman_half_up {\n 0% {\n transform: rotate(270deg); }\n 50% {\n transform: rotate(360deg); }\n 100% {\n transform: rotate(270deg); } }\n\n@keyframes rotate_pacman_half_down {\n 0% {\n transform: rotate(90deg); }\n 50% {\n transform: rotate(0deg); }\n 100% {\n transform: rotate(90deg); } }\n\n@keyframes pacman-balls {\n 75% {\n opacity: 0.7; }\n 100% {\n transform: translate(-100px, -6.25px); } }\n\n.pacman {\n position: relative; }\n .pacman > div:nth-child(2) {\n animation: pacman-balls 1s -0.99s infinite linear; }\n .pacman > div:nth-child(3) {\n animation: pacman-balls 1s -0.66s infinite linear; }\n .pacman > div:nth-child(4) {\n animation: pacman-balls 1s -0.33s infinite linear; }\n .pacman > div:nth-child(5) {\n animation: pacman-balls 1s 0s infinite linear; }\n .pacman > div:first-of-type {\n width: 0px;\n height: 0px;\n border-right: 25px solid transparent;\n border-top: 25px solid #607b89;\n border-left: 25px solid #607b89;\n border-bottom: 25px solid #607b89;\n border-radius: 25px;\n animation: rotate_pacman_half_up 0.5s 0s infinite;\n position: relative;\n left: -30px; }\n .pacman > div:nth-child(2) {\n width: 0px;\n height: 0px;\n border-right: 25px solid transparent;\n border-top: 25px solid #607b89;\n border-left: 25px solid #607b89;\n border-bottom: 25px solid #607b89;\n border-radius: 25px;\n animation: rotate_pacman_half_down 0.5s 0s infinite;\n margin-top: -50px;\n position: relative;\n left: -30px; }\n .pacman > div:nth-child(3),\n .pacman > div:nth-child(4),\n .pacman > div:nth-child(5),\n .pacman > div:nth-child(6) {\n background-color: #607b89;\n width: 15px;\n height: 15px;\n border-radius: 100%;\n margin: 2px;\n width: 10px;\n height: 10px;\n position: absolute;\n transform: translate(0, -6.25px);\n top: 25px;\n left: 70px; }\n"),S.render=function(a,e,i,t,l,o){const r=n.resolveComponent("loader-base");return n.openBlock(),n.createBlock(r,n.mergeProps({"loader-name":"pacman","child-count":5},a.$attrs),null,16)};var $={components:{LoaderBase:a}};e("@keyframes spin-rotate {\n 0% {\n transform: rotate(0deg); }\n 50% {\n transform: rotate(180deg); }\n 100% {\n transform: rotate(360deg); } }\n\n.semi-circle-spin {\n position: relative;\n width: 35px;\n height: 35px;\n overflow: hidden; }\n .semi-circle-spin > div {\n position: absolute;\n border-width: 0px;\n border-radius: 100%;\n animation: spin-rotate 0.6s 0s infinite linear;\n background-image: linear-gradient(transparent 0%, transparent 70%, #607b89 30%, #607b89 100%);\n width: 100%;\n height: 100%; }\n"),$.render=function(a,e,i,t,l,o){const r=n.resolveComponent("loader-base");return n.openBlock(),n.createBlock(r,n.mergeProps({"loader-name":"semi-circle-spin","child-count":1},a.$attrs),null,16)};var Y={components:{LoaderBase:a}};e("@keyframes square-spin {\n 25% {\n transform: perspective(100px) rotateX(180deg) rotateY(0); }\n 50% {\n transform: perspective(100px) rotateX(180deg) rotateY(180deg); }\n 75% {\n transform: perspective(100px) rotateX(0) rotateY(180deg); }\n 100% {\n transform: perspective(100px) rotateX(0) rotateY(0); } }\n\n.square-spin > div {\n animation-fill-mode: both;\n width: 50px;\n height: 50px;\n background: #607b89;\n animation: square-spin 3s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite; }\n"),Y.render=function(a,e,i,t,l,o){const r=n.resolveComponent("loader-base");return n.openBlock(),n.createBlock(r,n.mergeProps({"loader-name":"square-spin","child-count":1},a.$attrs),null,16)};var _={components:{LoaderBase:a}};e("@keyframes triangle-skew-spin {\n 25% {\n transform: perspective(100px) rotateX(180deg) rotateY(0); }\n 50% {\n transform: perspective(100px) rotateX(180deg) rotateY(180deg); }\n 75% {\n transform: perspective(100px) rotateX(0) rotateY(180deg); }\n 100% {\n transform: perspective(100px) rotateX(0) rotateY(0); } }\n\n.triangle-skew-spin > div {\n animation-fill-mode: both;\n width: 0;\n height: 0;\n border-left: 20px solid transparent !important;\n border-right: 20px solid transparent !important;\n border-bottom: 20px solid #607b89;\n animation: triangle-skew-spin 3s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite; }\n"),_.render=function(a,e,i,t,l,o){const r=n.resolveComponent("loader-base");return n.openBlock(),n.createBlock(r,n.mergeProps({"loader-name":"triangle-skew-spin","child-count":1},a.$attrs),null,16)};var R={name:"LvLoader",components:{BallPulse:i,BallBeat:t,BallScale:l,BallPulseRise:o,BallGridPulse:r,BallClipRotate:s,BallClipRotatePulse:p,BallClipRotateMultiple:c,BallRotate:d,BallZigZag:m,BallZigZagDeflect:b,BallTrianglePath:h,BallScaleMultiple:u,BallPulseSync:f,BallScaleRipple:g,BallScaleRippleMultiple:x,BallSpinFadeLoader:v,BallGridBeat:y,BallScaleRandom:k,LineScale:B,LineScaleParty:w,LineScalePulseOut:C,LineScalePulseOutRapid:z,LineSpinFadeLoader:L,CubeTransition:P,Pacman:S,SemiCircleSpin:$,SquareSpin:Y,TriangleSkewSpin:_},props:{type:{type:String,default:"ball-pulse"},color:{type:String},scale:{type:[String,Number]}}};e("/**\n * Copyright (c) 2016 Connor Atherton\n *\n * All animations must live in their own file\n * in the animations directory and be included\n * here.\n *\n */\n/**\n * Styles shared by multiple animations\n */\n/**\n * Dots\n */\n@keyframes ball-spin-loader {\n 75% {\n opacity: 0.2; }\n 100% {\n opacity: 1; } }\n\n.ball-spin-loader {\n position: relative; }\n .ball-spin-loader > span:nth-child(1) {\n top: 45px;\n left: 0;\n animation: ball-spin-loader 2s 0.9s infinite linear; }\n .ball-spin-loader > span:nth-child(2) {\n top: 30.68182px;\n left: 30.68182px;\n animation: ball-spin-loader 2s 1.8s infinite linear; }\n .ball-spin-loader > span:nth-child(3) {\n top: 0;\n left: 45px;\n animation: ball-spin-loader 2s 2.7s infinite linear; }\n .ball-spin-loader > span:nth-child(4) {\n top: -30.68182px;\n left: 30.68182px;\n animation: ball-spin-loader 2s 3.6s infinite linear; }\n .ball-spin-loader > span:nth-child(5) {\n top: -45px;\n left: 0;\n animation: ball-spin-loader 2s 4.5s infinite linear; }\n .ball-spin-loader > span:nth-child(6) {\n top: -30.68182px;\n left: -30.68182px;\n animation: ball-spin-loader 2s 5.4s infinite linear; }\n .ball-spin-loader > span:nth-child(7) {\n top: 0;\n left: -45px;\n animation: ball-spin-loader 2s 6.3s infinite linear; }\n .ball-spin-loader > span:nth-child(8) {\n top: 30.68182px;\n left: -30.68182px;\n animation: ball-spin-loader 2s 7.2s infinite linear; }\n .ball-spin-loader > div {\n animation-fill-mode: both;\n position: absolute;\n width: 15px;\n height: 15px;\n border-radius: 100%;\n background: green; }\n\n/**\n * Lines\n */\n/**\n * Misc\n */\n"),R.render=function(a,e,i,t,l,o){return n.openBlock(),n.createBlock(n.resolveDynamicComponent(i.type),{color:i.color,scale:i.scale},null,8,["color","scale"])},module.exports=R; |
@@ -1,1 +0,1 @@ | ||
this.lightvue=this.lightvue||{},this.lightvue.loaders=function(n){"use strict";var a={loaderName:"ball-beat",childCount:3,props:{loaderName:{type:String,required:!0},childCount:{type:Number,required:!0},color:{type:String},borderColor:{type:String},scale:{type:[String,Number]}}};function e(n,a){void 0===a&&(a={});var e=a.insertAt;if(n&&"undefined"!=typeof document){var i=document.head||document.getElementsByTagName("head")[0],t=document.createElement("style");t.type="text/css","top"===e&&i.firstChild?i.insertBefore(t,i.firstChild):i.appendChild(t),t.styleSheet?t.styleSheet.cssText=n:t.appendChild(document.createTextNode(n))}}e(".loader-inner {\n display: inline-block; }\n"),a.render=function(a,e,i,t,l,o){return n.openBlock(),n.createBlock("div",{class:["loader-inner",i.loaderName],style:`transform: scale(${i.scale})`},[(n.openBlock(!0),n.createBlock(n.Fragment,null,n.renderList(i.childCount,(a=>(n.openBlock(),n.createBlock("div",{key:a,style:`background-color: ${i.color}; border-color: ${i.borderColor}`},null,4)))),128))],6)};var i={components:{LoaderBase:a}};e("@keyframes scale {\n 0% {\n transform: scale(1);\n opacity: 1; }\n 45% {\n transform: scale(0.1);\n opacity: 0.7; }\n 80% {\n transform: scale(1);\n opacity: 1; } }\n\n.ball-pulse > div:nth-child(1) {\n animation: scale 0.75s -0.24s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }\n\n.ball-pulse > div:nth-child(2) {\n animation: scale 0.75s -0.12s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }\n\n.ball-pulse > div:nth-child(3) {\n animation: scale 0.75s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }\n\n.ball-pulse > div {\n background-color: #607b89;\n width: 15px;\n height: 15px;\n border-radius: 100%;\n margin: 2px;\n animation-fill-mode: both;\n display: inline-block; }\n"),i.render=function(a,e,i,t,l,o){const r=n.resolveComponent("loader-base");return n.openBlock(),n.createBlock(r,n.mergeProps({"loader-name":"ball-pulse","child-count":3},a.$attrs),null,16)};var t={components:{LoaderBase:a}};e("@keyframes ball-beat {\n 50% {\n opacity: 0.2;\n transform: scale(0.75); }\n 100% {\n opacity: 1;\n transform: scale(1); } }\n\n.ball-beat > div {\n background-color: #607b89;\n width: 15px;\n height: 15px;\n border-radius: 100%;\n margin: 2px;\n animation-fill-mode: both;\n display: inline-block;\n animation: ball-beat 0.7s 0s infinite linear; }\n .ball-beat > div:nth-child(2n-1) {\n animation-delay: -0.35s !important; }\n"),t.render=function(a,e,i,t,l,o){const r=n.resolveComponent("loader-base");return n.openBlock(),n.createBlock(r,n.mergeProps({"loader-name":"ball-beat","child-count":3},a.$attrs),null,16)};var l={components:{LoaderBase:a}};e("@keyframes ball-scale {\n 0% {\n transform: scale(0); }\n 100% {\n transform: scale(1);\n opacity: 0; } }\n\n.ball-scale > div {\n background-color: #607b89;\n width: 15px;\n height: 15px;\n border-radius: 100%;\n margin: 2px;\n animation-fill-mode: both;\n display: inline-block;\n height: 60px;\n width: 60px;\n animation: ball-scale 1s 0s ease-in-out infinite; }\n"),l.render=function(a,e,i,t,l,o){const r=n.resolveComponent("loader-base");return n.openBlock(),n.createBlock(r,n.mergeProps({"loader-name":"ball-scale","child-count":1},a.$attrs),null,16)};var o={components:{LoaderBase:a}};e("@keyframes ball-pulse-rise-even {\n 0% {\n transform: scale(1.1); }\n 25% {\n transform: translateY(-30px); }\n 50% {\n transform: scale(0.4); }\n 75% {\n transform: translateY(30px); }\n 100% {\n transform: translateY(0);\n transform: scale(1); } }\n\n@keyframes ball-pulse-rise-odd {\n 0% {\n transform: scale(0.4); }\n 25% {\n transform: translateY(30px); }\n 50% {\n transform: scale(1.1); }\n 75% {\n transform: translateY(-30px); }\n 100% {\n transform: translateY(0);\n transform: scale(0.75); } }\n\n.ball-pulse-rise > div {\n background-color: #607b89;\n width: 15px;\n height: 15px;\n border-radius: 100%;\n margin: 2px;\n animation-fill-mode: both;\n display: inline-block;\n animation-duration: 1s;\n animation-timing-function: cubic-bezier(0.15, 0.46, 0.9, 0.6);\n animation-iteration-count: infinite;\n animation-delay: 0; }\n .ball-pulse-rise > div:nth-child(2n) {\n animation-name: ball-pulse-rise-even; }\n .ball-pulse-rise > div:nth-child(2n-1) {\n animation-name: ball-pulse-rise-odd; }\n"),o.render=function(a,e,i,t,l,o){const r=n.resolveComponent("loader-base");return n.openBlock(),n.createBlock(r,n.mergeProps({"loader-name":"ball-pulse-rise","child-count":5},a.$attrs),null,16)};var r={components:{LoaderBase:a}};e("@keyframes ball-grid-pulse {\n 0% {\n transform: scale(1); }\n 50% {\n transform: scale(0.5);\n opacity: 0.7; }\n 100% {\n transform: scale(1);\n opacity: 1; } }\n\n.ball-grid-pulse {\n width: 57px; }\n .ball-grid-pulse > div:nth-child(1) {\n animation-delay: 0.27s;\n animation-duration: 0.99s; }\n .ball-grid-pulse > div:nth-child(2) {\n animation-delay: 0.06s;\n animation-duration: 1.18s; }\n .ball-grid-pulse > div:nth-child(3) {\n animation-delay: 0.62s;\n animation-duration: 0.95s; }\n .ball-grid-pulse > div:nth-child(4) {\n animation-delay: 0.55s;\n animation-duration: 0.8s; }\n .ball-grid-pulse > div:nth-child(5) {\n animation-delay: -0.11s;\n animation-duration: 1.13s; }\n .ball-grid-pulse > div:nth-child(6) {\n animation-delay: 0.29s;\n animation-duration: 0.72s; }\n .ball-grid-pulse > div:nth-child(7) {\n animation-delay: 0.45s;\n animation-duration: 1.14s; }\n .ball-grid-pulse > div:nth-child(8) {\n animation-delay: 0.39s;\n animation-duration: 1.16s; }\n .ball-grid-pulse > div:nth-child(9) {\n animation-delay: 0s;\n animation-duration: 1.2s; }\n .ball-grid-pulse > div {\n background-color: #607b89;\n width: 15px;\n height: 15px;\n border-radius: 100%;\n margin: 2px;\n animation-fill-mode: both;\n display: inline-block;\n float: left;\n animation-name: ball-grid-pulse;\n animation-iteration-count: infinite;\n animation-delay: 0; }\n"),r.render=function(a,e,i,t,l,o){const r=n.resolveComponent("loader-base");return n.openBlock(),n.createBlock(r,n.mergeProps({"loader-name":"ball-grid-pulse","child-count":9},a.$attrs),null,16)};var s={components:{LoaderBase:a},props:{color:{type:String}}};e("@keyframes rotate {\n 0% {\n transform: rotate(0deg); }\n 50% {\n transform: rotate(180deg); }\n 100% {\n transform: rotate(360deg); } }\n\n.ball-clip-rotate > div {\n background-color: #607b89;\n width: 15px;\n height: 15px;\n border-radius: 100%;\n margin: 2px;\n animation-fill-mode: both;\n border: 2px solid #607b89;\n border-bottom-color: transparent !important;\n height: 26px;\n width: 26px;\n background: transparent !important;\n display: inline-block;\n animation: rotate 0.75s 0s linear infinite; }\n"),s.render=function(a,e,i,t,l,o){const r=n.resolveComponent("loader-base");return n.openBlock(),n.createBlock(r,n.mergeProps({"loader-name":"ball-clip-rotate","child-count":1},a.$attrs,{"border-color":i.color}),null,16,["border-color"])};var d={components:{LoaderBase:a}};e('@keyframes rotate {\n 0% {\n transform: rotate(0deg); }\n 50% {\n transform: rotate(180deg); }\n 100% {\n transform: rotate(360deg); } }\n\n.ball-rotate {\n position: relative; }\n .ball-rotate > div {\n background-color: #607b89;\n width: 15px;\n height: 15px;\n border-radius: 100%;\n margin: 2px;\n animation-fill-mode: both;\n position: relative; }\n .ball-rotate > div:first-child {\n animation: rotate 1s 0s cubic-bezier(0.7, -0.13, 0.22, 0.86) infinite; }\n .ball-rotate > div:before, .ball-rotate > div:after {\n background-color: #607b89;\n width: 15px;\n height: 15px;\n border-radius: 100%;\n margin: 2px;\n content: "";\n background-color: inherit;\n position: absolute;\n opacity: 0.8; }\n .ball-rotate > div:before {\n top: 0px;\n left: -28px; }\n .ball-rotate > div:after {\n top: 0px;\n left: 25px; }\n'),d.render=function(a,e,i,t,l,o){const r=n.resolveComponent("loader-base");return n.openBlock(),n.createBlock(r,n.mergeProps({"loader-name":"ball-rotate","child-count":1},a.$attrs),null,16)};var p={components:{LoaderBase:a}};e("@keyframes ball-grid-beat {\n 50% {\n opacity: 0.7; }\n 100% {\n opacity: 1; } }\n\n.ball-grid-beat {\n width: 57px; }\n .ball-grid-beat > div:nth-child(1) {\n animation-delay: 0.24s;\n animation-duration: 0.81s; }\n .ball-grid-beat > div:nth-child(2) {\n animation-delay: -0.02s;\n animation-duration: 0.83s; }\n .ball-grid-beat > div:nth-child(3) {\n animation-delay: -0.02s;\n animation-duration: 0.94s; }\n .ball-grid-beat > div:nth-child(4) {\n animation-delay: 0s;\n animation-duration: 0.93s; }\n .ball-grid-beat > div:nth-child(5) {\n animation-delay: 0.7s;\n animation-duration: 1.26s; }\n .ball-grid-beat > div:nth-child(6) {\n animation-delay: 0.38s;\n animation-duration: 1.06s; }\n .ball-grid-beat > div:nth-child(7) {\n animation-delay: 0.07s;\n animation-duration: 0.75s; }\n .ball-grid-beat > div:nth-child(8) {\n animation-delay: 0.58s;\n animation-duration: 0.94s; }\n .ball-grid-beat > div:nth-child(9) {\n animation-delay: 0.76s;\n animation-duration: 1.27s; }\n .ball-grid-beat > div {\n background-color: #607b89;\n width: 15px;\n height: 15px;\n border-radius: 100%;\n margin: 2px;\n animation-fill-mode: both;\n display: inline-block;\n float: left;\n animation-name: ball-grid-beat;\n animation-iteration-count: infinite;\n animation-delay: 0; }\n"),p.render=function(a,e,i,t,l,o){const r=n.resolveComponent("loader-base");return n.openBlock(),n.createBlock(r,n.mergeProps({"loader-name":"ball-clip-rotate-pulse","child-count":2},a.$attrs),null,16)};var c={components:{LoaderBase:a},props:{color:{type:String}}};e("@keyframes rotate {\n 0% {\n transform: rotate(0deg) scale(1); }\n 50% {\n transform: rotate(180deg) scale(0.6); }\n 100% {\n transform: rotate(360deg) scale(1); } }\n\n.ball-clip-rotate-multiple {\n position: relative; }\n .ball-clip-rotate-multiple > div {\n animation-fill-mode: both;\n position: absolute;\n left: -20px;\n top: -20px;\n border: 2px solid #607b89;\n border-bottom-color: transparent !important;\n border-top-color: transparent !important;\n border-radius: 100%;\n height: 35px;\n width: 35px;\n animation: rotate 1s 0s ease-in-out infinite; }\n .ball-clip-rotate-multiple > div:last-child {\n display: inline-block;\n top: -10px;\n left: -10px;\n width: 15px;\n height: 15px;\n animation-duration: 0.5s;\n border: 2px solid #607b89;\n border-bottom-color: transparent !important;\n border-top-color: transparent !important;\n animation-direction: reverse; }\n"),c.render=function(a,e,i,t,l,o){const r=n.resolveComponent("loader-base");return n.openBlock(),n.createBlock(r,n.mergeProps({"loader-name":"ball-clip-rotate-multiple","child-count":2},a.$attrs,{"border-color":i.color}),null,16,["border-color"])};var m={components:{LoaderBase:a}};e("@keyframes ball-zig {\n 33% {\n transform: translate(-15px, -30px); }\n 66% {\n transform: translate(15px, -30px); }\n 100% {\n transform: translate(0, 0); } }\n\n@keyframes ball-zag {\n 33% {\n transform: translate(15px, 30px); }\n 66% {\n transform: translate(-15px, 30px); }\n 100% {\n transform: translate(0, 0); } }\n\n.ball-zig-zag {\n position: relative;\n transform: translate(-15px, -15px); }\n .ball-zig-zag > div {\n background-color: #607b89;\n width: 15px;\n height: 15px;\n border-radius: 100%;\n margin: 2px;\n animation-fill-mode: both;\n position: absolute;\n margin-left: 15px;\n top: 4px;\n left: -7px; }\n .ball-zig-zag > div:first-child {\n animation: ball-zig 0.7s 0s infinite linear; }\n .ball-zig-zag > div:last-child {\n animation: ball-zag 0.7s 0s infinite linear; }\n"),m.render=function(a,e,i,t,l,o){const r=n.resolveComponent("loader-base");return n.openBlock(),n.createBlock(r,n.mergeProps({"loader-name":"ball-zig-zag","child-count":2},a.$attrs),null,16)};var b={components:{LoaderBase:a}};e("@keyframes ball-zig-deflect {\n 17% {\n transform: translate(-15px, -30px); }\n 34% {\n transform: translate(15px, -30px); }\n 50% {\n transform: translate(0, 0); }\n 67% {\n transform: translate(15px, -30px); }\n 84% {\n transform: translate(-15px, -30px); }\n 100% {\n transform: translate(0, 0); } }\n\n@keyframes ball-zag-deflect {\n 17% {\n transform: translate(15px, 30px); }\n 34% {\n transform: translate(-15px, 30px); }\n 50% {\n transform: translate(0, 0); }\n 67% {\n transform: translate(-15px, 30px); }\n 84% {\n transform: translate(15px, 30px); }\n 100% {\n transform: translate(0, 0); } }\n\n.ball-zig-zag-deflect {\n position: relative;\n transform: translate(-15px, -15px); }\n .ball-zig-zag-deflect > div {\n background-color: #607b89;\n width: 15px;\n height: 15px;\n border-radius: 100%;\n margin: 2px;\n animation-fill-mode: both;\n position: absolute;\n margin-left: 15px;\n top: 4px;\n left: -7px; }\n .ball-zig-zag-deflect > div:first-child {\n animation: ball-zig-deflect 1.5s 0s infinite linear; }\n .ball-zig-zag-deflect > div:last-child {\n animation: ball-zag-deflect 1.5s 0s infinite linear; }\n"),b.render=function(a,e,i,t,l,o){const r=n.resolveComponent("loader-base");return n.openBlock(),n.createBlock(r,n.mergeProps({"loader-name":"ball-zig-zag-deflect","child-count":2},a.$attrs),null,16)};var h={components:{LoaderBase:a},props:{color:{type:String}}};e("@keyframes ball-triangle-path-1 {\n 33% {\n transform: translate(25px, -50px); }\n 66% {\n transform: translate(50px, 0px); }\n 100% {\n transform: translate(0px, 0px); } }\n\n@keyframes ball-triangle-path-2 {\n 33% {\n transform: translate(25px, 50px); }\n 66% {\n transform: translate(-25px, 50px); }\n 100% {\n transform: translate(0px, 0px); } }\n\n@keyframes ball-triangle-path-3 {\n 33% {\n transform: translate(-50px, 0px); }\n 66% {\n transform: translate(-25px, -50px); }\n 100% {\n transform: translate(0px, 0px); } }\n\n.ball-triangle-path {\n position: relative;\n transform: translate(-29.994px, -37.50938px); }\n .ball-triangle-path > div:nth-child(1) {\n animation-name: ball-triangle-path-1;\n animation-delay: 0;\n animation-duration: 2s;\n animation-timing-function: ease-in-out;\n animation-iteration-count: infinite; }\n .ball-triangle-path > div:nth-child(2) {\n animation-name: ball-triangle-path-2;\n animation-delay: 0;\n animation-duration: 2s;\n animation-timing-function: ease-in-out;\n animation-iteration-count: infinite; }\n .ball-triangle-path > div:nth-child(3) {\n animation-name: ball-triangle-path-3;\n animation-delay: 0;\n animation-duration: 2s;\n animation-timing-function: ease-in-out;\n animation-iteration-count: infinite; }\n .ball-triangle-path > div {\n animation-fill-mode: both;\n position: absolute;\n width: 10px;\n height: 10px;\n border-radius: 100%;\n border: 1px solid #607b89; }\n .ball-triangle-path > div:nth-of-type(1) {\n top: 50px; }\n .ball-triangle-path > div:nth-of-type(2) {\n left: 25px; }\n .ball-triangle-path > div:nth-of-type(3) {\n top: 50px;\n left: 50px; }\n"),h.render=function(a,e,i,t,l,o){const r=n.resolveComponent("loader-base");return n.openBlock(),n.createBlock(r,n.mergeProps({"loader-name":"ball-triangle-path","child-count":3},a.$attrs,{"border-color":i.color}),null,16,["border-color"])};var u={components:{LoaderBase:a}};e("@keyframes ball-scale-multiple {\n 0% {\n transform: scale(0);\n opacity: 0; }\n 5% {\n opacity: 1; }\n 100% {\n transform: scale(1);\n opacity: 0; } }\n\n.ball-scale-multiple {\n position: relative;\n transform: translateY(-30px); }\n .ball-scale-multiple > div:nth-child(2) {\n animation-delay: -0.4s; }\n .ball-scale-multiple > div:nth-child(3) {\n animation-delay: -0.2s; }\n .ball-scale-multiple > div {\n background-color: #607b89;\n width: 15px;\n height: 15px;\n border-radius: 100%;\n margin: 2px;\n animation-fill-mode: both;\n position: absolute;\n left: -30px;\n top: 0px;\n opacity: 0;\n margin: 0;\n width: 60px;\n height: 60px;\n animation: ball-scale-multiple 1s 0s linear infinite; }\n"),u.render=function(a,e,i,t,l,o){const r=n.resolveComponent("loader-base");return n.openBlock(),n.createBlock(r,n.mergeProps({"loader-name":"ball-scale-multiple","child-count":3},a.$attrs),null,16)};var f={components:{LoaderBase:a}};e("@keyframes ball-pulse-sync {\n 33% {\n transform: translateY(10px); }\n 66% {\n transform: translateY(-10px); }\n 100% {\n transform: translateY(0); } }\n\n.ball-pulse-sync > div:nth-child(1) {\n animation: ball-pulse-sync 0.6s -0.14s infinite ease-in-out; }\n\n.ball-pulse-sync > div:nth-child(2) {\n animation: ball-pulse-sync 0.6s -0.07s infinite ease-in-out; }\n\n.ball-pulse-sync > div:nth-child(3) {\n animation: ball-pulse-sync 0.6s 0s infinite ease-in-out; }\n\n.ball-pulse-sync > div {\n background-color: #607b89;\n width: 15px;\n height: 15px;\n border-radius: 100%;\n margin: 2px;\n animation-fill-mode: both;\n display: inline-block; }\n"),f.render=function(a,e,i,t,l,o){const r=n.resolveComponent("loader-base");return n.openBlock(),n.createBlock(r,n.mergeProps({"loader-name":"ball-pulse-sync","child-count":3},a.$attrs),null,16)};var g={components:{LoaderBase:a},props:{color:{type:String}}};e("@keyframes ball-scale-ripple {\n 0% {\n transform: scale(0.1);\n opacity: 1; }\n 70% {\n transform: scale(1);\n opacity: 0.7; }\n 100% {\n opacity: 0.0; } }\n\n.ball-scale-ripple > div {\n animation-fill-mode: both;\n height: 50px;\n width: 50px;\n border-radius: 100%;\n border: 2px solid #607b89;\n animation: ball-scale-ripple 1s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8); }\n"),g.render=function(a,e,i,t,l,o){const r=n.resolveComponent("loader-base");return n.openBlock(),n.createBlock(r,n.mergeProps({"loader-name":"ball-scale-ripple","child-count":1},a.$attrs,{"border-color":i.color}),null,16,["border-color"])};var x={components:{LoaderBase:a},props:{color:{type:String}}};e("@keyframes ball-scale-ripple-multiple {\n 0% {\n transform: scale(0.1);\n opacity: 1; }\n 70% {\n transform: scale(1);\n opacity: 0.7; }\n 100% {\n opacity: 0.0; } }\n\n.ball-scale-ripple-multiple {\n position: relative;\n transform: translateY(-25px); }\n .ball-scale-ripple-multiple > div:nth-child(0) {\n animation-delay: -0.8s; }\n .ball-scale-ripple-multiple > div:nth-child(1) {\n animation-delay: -0.6s; }\n .ball-scale-ripple-multiple > div:nth-child(2) {\n animation-delay: -0.4s; }\n .ball-scale-ripple-multiple > div:nth-child(3) {\n animation-delay: -0.2s; }\n .ball-scale-ripple-multiple > div {\n animation-fill-mode: both;\n position: absolute;\n top: -2px;\n left: -26px;\n width: 50px;\n height: 50px;\n border-radius: 100%;\n border: 2px solid #607b89;\n animation: ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8); }\n"),x.render=function(a,e,i,t,l,o){const r=n.resolveComponent("loader-base");return n.openBlock(),n.createBlock(r,n.mergeProps({"loader-name":"ball-scale-ripple-multiple","child-count":3},a.$attrs,{"border-color":i.color}),null,16,["border-color"])};var v={components:{LoaderBase:a}};e("@keyframes ball-spin-fade-loader {\n 50% {\n opacity: 0.3;\n transform: scale(0.4); }\n 100% {\n opacity: 1;\n transform: scale(1); } }\n\n.ball-spin-fade-loader {\n position: relative;\n top: -10px;\n left: -10px; }\n .ball-spin-fade-loader > div:nth-child(1) {\n top: 25px;\n left: 0;\n animation: ball-spin-fade-loader 1s -0.96s infinite linear; }\n .ball-spin-fade-loader > div:nth-child(2) {\n top: 17.04545px;\n left: 17.04545px;\n animation: ball-spin-fade-loader 1s -0.84s infinite linear; }\n .ball-spin-fade-loader > div:nth-child(3) {\n top: 0;\n left: 25px;\n animation: ball-spin-fade-loader 1s -0.72s infinite linear; }\n .ball-spin-fade-loader > div:nth-child(4) {\n top: -17.04545px;\n left: 17.04545px;\n animation: ball-spin-fade-loader 1s -0.6s infinite linear; }\n .ball-spin-fade-loader > div:nth-child(5) {\n top: -25px;\n left: 0;\n animation: ball-spin-fade-loader 1s -0.48s infinite linear; }\n .ball-spin-fade-loader > div:nth-child(6) {\n top: -17.04545px;\n left: -17.04545px;\n animation: ball-spin-fade-loader 1s -0.36s infinite linear; }\n .ball-spin-fade-loader > div:nth-child(7) {\n top: 0;\n left: -25px;\n animation: ball-spin-fade-loader 1s -0.24s infinite linear; }\n .ball-spin-fade-loader > div:nth-child(8) {\n top: 17.04545px;\n left: -17.04545px;\n animation: ball-spin-fade-loader 1s -0.12s infinite linear; }\n .ball-spin-fade-loader > div {\n background-color: #607b89;\n width: 15px;\n height: 15px;\n border-radius: 100%;\n margin: 2px;\n animation-fill-mode: both;\n position: absolute; }\n"),v.render=function(a,e,i,t,l,o){const r=n.resolveComponent("loader-base");return n.openBlock(),n.createBlock(r,n.mergeProps({"loader-name":"ball-spin-fade-loader","child-count":8},a.$attrs),null,16)};var y={components:{LoaderBase:a}};e("@keyframes ball-grid-beat {\n 50% {\n opacity: 0.7; }\n 100% {\n opacity: 1; } }\n\n.ball-grid-beat {\n width: 57px; }\n .ball-grid-beat > div:nth-child(1) {\n animation-delay: 0.22s;\n animation-duration: 0.64s; }\n .ball-grid-beat > div:nth-child(2) {\n animation-delay: 0.4s;\n animation-duration: 0.64s; }\n .ball-grid-beat > div:nth-child(3) {\n animation-delay: 0.05s;\n animation-duration: 1.41s; }\n .ball-grid-beat > div:nth-child(4) {\n animation-delay: 0.74s;\n animation-duration: 1.43s; }\n .ball-grid-beat > div:nth-child(5) {\n animation-delay: 0.57s;\n animation-duration: 0.8s; }\n .ball-grid-beat > div:nth-child(6) {\n animation-delay: 0.02s;\n animation-duration: 0.93s; }\n .ball-grid-beat > div:nth-child(7) {\n animation-delay: 0.4s;\n animation-duration: 1.23s; }\n .ball-grid-beat > div:nth-child(8) {\n animation-delay: 0.8s;\n animation-duration: 1.41s; }\n .ball-grid-beat > div:nth-child(9) {\n animation-delay: 0.5s;\n animation-duration: 0.72s; }\n .ball-grid-beat > div {\n background-color: #607b89;\n width: 15px;\n height: 15px;\n border-radius: 100%;\n margin: 2px;\n animation-fill-mode: both;\n display: inline-block;\n float: left;\n animation-name: ball-grid-beat;\n animation-iteration-count: infinite;\n animation-delay: 0; }\n"),y.render=function(a,e,i,t,l,o){const r=n.resolveComponent("loader-base");return n.openBlock(),n.createBlock(r,n.mergeProps({"loader-name":"ball-grid-beat","child-count":9},a.$attrs),null,16)};var k={components:{LoaderBase:a}};e("@keyframes ball-scale {\n 0% {\n transform: scale(0); }\n 100% {\n transform: scale(1);\n opacity: 0; } }\n\n.ball-scale > div {\n background-color: #607b89;\n width: 15px;\n height: 15px;\n border-radius: 100%;\n margin: 2px;\n animation-fill-mode: both;\n display: inline-block;\n height: 60px;\n width: 60px;\n animation: ball-scale 1s 0s ease-in-out infinite; }\n\n.ball-scale-random {\n width: 37px;\n height: 40px; }\n .ball-scale-random > div {\n background-color: #607b89;\n width: 15px;\n height: 15px;\n border-radius: 100%;\n margin: 2px;\n animation-fill-mode: both;\n position: absolute;\n display: inline-block;\n height: 30px;\n width: 30px;\n animation: ball-scale 1s 0s ease-in-out infinite; }\n .ball-scale-random > div:nth-child(1) {\n margin-left: -7px;\n animation: ball-scale 1s 0.2s ease-in-out infinite; }\n .ball-scale-random > div:nth-child(3) {\n margin-left: -2px;\n margin-top: 9px;\n animation: ball-scale 1s 0.5s ease-in-out infinite; }\n"),k.render=function(a,e,i,t,l,o){const r=n.resolveComponent("loader-base");return n.openBlock(),n.createBlock(r,n.mergeProps({"loader-name":"ball-scale-random","child-count":3},a.$attrs),null,16)};var B={components:{LoaderBase:a}};e("@keyframes line-scale {\n 0% {\n transform: scaley(1); }\n 50% {\n transform: scaley(0.4); }\n 100% {\n transform: scaley(1); } }\n\n.line-scale > div:nth-child(1) {\n animation: line-scale 1s -0.4s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }\n\n.line-scale > div:nth-child(2) {\n animation: line-scale 1s -0.3s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }\n\n.line-scale > div:nth-child(3) {\n animation: line-scale 1s -0.2s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }\n\n.line-scale > div:nth-child(4) {\n animation: line-scale 1s -0.1s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }\n\n.line-scale > div:nth-child(5) {\n animation: line-scale 1s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }\n\n.line-scale > div {\n background-color: #607b89;\n width: 4px;\n height: 35px;\n border-radius: 2px;\n margin: 2px;\n animation-fill-mode: both;\n display: inline-block; }\n"),B.render=function(a,e,i,t,l,o){const r=n.resolveComponent("loader-base");return n.openBlock(),n.createBlock(r,n.mergeProps({"loader-name":"line-scale","child-count":5},a.$attrs),null,16)};var w={components:{LoaderBase:a}};e("@keyframes line-scale-party {\n 0% {\n transform: scale(1); }\n 50% {\n transform: scale(0.5); }\n 100% {\n transform: scale(1); } }\n\n.line-scale-party > div:nth-child(1) {\n animation-delay: 0.54s;\n animation-duration: 1.13s; }\n\n.line-scale-party > div:nth-child(2) {\n animation-delay: 0.75s;\n animation-duration: 0.54s; }\n\n.line-scale-party > div:nth-child(3) {\n animation-delay: 0.55s;\n animation-duration: 1.07s; }\n\n.line-scale-party > div:nth-child(4) {\n animation-delay: 0.09s;\n animation-duration: 0.37s; }\n\n.line-scale-party > div {\n background-color: #607b89;\n width: 4px;\n height: 35px;\n border-radius: 2px;\n margin: 2px;\n animation-fill-mode: both;\n display: inline-block;\n animation-name: line-scale-party;\n animation-iteration-count: infinite;\n animation-delay: 0; }\n"),w.render=function(a,e,i,t,l,o){const r=n.resolveComponent("loader-base");return n.openBlock(),n.createBlock(r,n.mergeProps({"loader-name":"line-scale-party","child-count":4},a.$attrs),null,16)};var C={components:{LoaderBase:a}};e("@keyframes line-scale-pulse-out {\n 0% {\n transform: scaley(1); }\n 50% {\n transform: scaley(0.4); }\n 100% {\n transform: scaley(1); } }\n\n.line-scale-pulse-out > div {\n background-color: #607b89;\n width: 4px;\n height: 35px;\n border-radius: 2px;\n margin: 2px;\n animation-fill-mode: both;\n display: inline-block;\n animation: line-scale-pulse-out 0.9s -0.6s infinite cubic-bezier(0.85, 0.25, 0.37, 0.85); }\n .line-scale-pulse-out > div:nth-child(2), .line-scale-pulse-out > div:nth-child(4) {\n animation-delay: -0.4s !important; }\n .line-scale-pulse-out > div:nth-child(1), .line-scale-pulse-out > div:nth-child(5) {\n animation-delay: -0.2s !important; }\n"),C.render=function(a,e,i,t,l,o){const r=n.resolveComponent("loader-base");return n.openBlock(),n.createBlock(r,n.mergeProps({"loader-name":"line-scale-pulse-out","child-count":5},a.$attrs),null,16)};var z={components:{LoaderBase:a}};e("@keyframes line-scale-pulse-out-rapid {\n 0% {\n transform: scaley(1); }\n 80% {\n transform: scaley(0.3); }\n 90% {\n transform: scaley(1); } }\n\n.line-scale-pulse-out-rapid > div {\n background-color: #607b89;\n width: 4px;\n height: 35px;\n border-radius: 2px;\n margin: 2px;\n animation-fill-mode: both;\n display: inline-block;\n vertical-align: middle;\n animation: line-scale-pulse-out-rapid 0.9s -0.5s infinite cubic-bezier(0.11, 0.49, 0.38, 0.78); }\n .line-scale-pulse-out-rapid > div:nth-child(2), .line-scale-pulse-out-rapid > div:nth-child(4) {\n animation-delay: -0.25s !important; }\n .line-scale-pulse-out-rapid > div:nth-child(1), .line-scale-pulse-out-rapid > div:nth-child(5) {\n animation-delay: 0s !important; }\n"),z.render=function(a,e,i,t,l,o){const r=n.resolveComponent("loader-base");return n.openBlock(),n.createBlock(r,n.mergeProps({"loader-name":"line-scale-pulse-out-rapid","child-count":5},a.$attrs),null,16)};var L={components:{LoaderBase:a}};e("@keyframes line-spin-fade-loader {\n 50% {\n opacity: 0.3; }\n 100% {\n opacity: 1; } }\n\n.line-spin-fade-loader {\n position: relative;\n top: -10px;\n left: -4px; }\n .line-spin-fade-loader > div:nth-child(1) {\n top: 20px;\n left: 0;\n animation: line-spin-fade-loader 1.2s -0.84s infinite ease-in-out; }\n .line-spin-fade-loader > div:nth-child(2) {\n top: 13.63636px;\n left: 13.63636px;\n transform: rotate(-45deg);\n animation: line-spin-fade-loader 1.2s -0.72s infinite ease-in-out; }\n .line-spin-fade-loader > div:nth-child(3) {\n top: 0;\n left: 20px;\n transform: rotate(90deg);\n animation: line-spin-fade-loader 1.2s -0.6s infinite ease-in-out; }\n .line-spin-fade-loader > div:nth-child(4) {\n top: -13.63636px;\n left: 13.63636px;\n transform: rotate(45deg);\n animation: line-spin-fade-loader 1.2s -0.48s infinite ease-in-out; }\n .line-spin-fade-loader > div:nth-child(5) {\n top: -20px;\n left: 0;\n animation: line-spin-fade-loader 1.2s -0.36s infinite ease-in-out; }\n .line-spin-fade-loader > div:nth-child(6) {\n top: -13.63636px;\n left: -13.63636px;\n transform: rotate(-45deg);\n animation: line-spin-fade-loader 1.2s -0.24s infinite ease-in-out; }\n .line-spin-fade-loader > div:nth-child(7) {\n top: 0;\n left: -20px;\n transform: rotate(90deg);\n animation: line-spin-fade-loader 1.2s -0.12s infinite ease-in-out; }\n .line-spin-fade-loader > div:nth-child(8) {\n top: 13.63636px;\n left: -13.63636px;\n transform: rotate(45deg);\n animation: line-spin-fade-loader 1.2s 0s infinite ease-in-out; }\n .line-spin-fade-loader > div {\n background-color: #607b89;\n width: 4px;\n height: 35px;\n border-radius: 2px;\n margin: 2px;\n animation-fill-mode: both;\n position: absolute;\n width: 5px;\n height: 15px; }\n"),L.render=function(a,e,i,t,l,o){const r=n.resolveComponent("loader-base");return n.openBlock(),n.createBlock(r,n.mergeProps({"loader-name":"line-spin-fade-loader","child-count":8},a.$attrs),null,16)};var P={components:{LoaderBase:a}};e("@keyframes cube-transition {\n 25% {\n transform: translateX(50px) scale(0.5) rotate(-90deg); }\n 50% {\n transform: translate(50px, 50px) rotate(-180deg); }\n 75% {\n transform: translateY(50px) scale(0.5) rotate(-270deg); }\n 100% {\n transform: rotate(-360deg); } }\n\n.cube-transition {\n position: relative;\n transform: translate(-25px, -25px); }\n .cube-transition > div {\n animation-fill-mode: both;\n width: 10px;\n height: 10px;\n position: absolute;\n top: -5px;\n left: -5px;\n background-color: #607b89;\n animation: cube-transition 1.6s 0s infinite ease-in-out; }\n .cube-transition > div:last-child {\n animation-delay: -0.8s; }\n"),P.render=function(a,e,i,t,l,o){const r=n.resolveComponent("loader-base");return n.openBlock(),n.createBlock(r,n.mergeProps({"loader-name":"cube-transition","child-count":2},a.$attrs),null,16)};var S={components:{LoaderBase:a}};e("@keyframes rotate_pacman_half_up {\n 0% {\n transform: rotate(270deg); }\n 50% {\n transform: rotate(360deg); }\n 100% {\n transform: rotate(270deg); } }\n\n@keyframes rotate_pacman_half_down {\n 0% {\n transform: rotate(90deg); }\n 50% {\n transform: rotate(0deg); }\n 100% {\n transform: rotate(90deg); } }\n\n@keyframes pacman-balls {\n 75% {\n opacity: 0.7; }\n 100% {\n transform: translate(-100px, -6.25px); } }\n\n.pacman {\n position: relative; }\n .pacman > div:nth-child(2) {\n animation: pacman-balls 1s -0.99s infinite linear; }\n .pacman > div:nth-child(3) {\n animation: pacman-balls 1s -0.66s infinite linear; }\n .pacman > div:nth-child(4) {\n animation: pacman-balls 1s -0.33s infinite linear; }\n .pacman > div:nth-child(5) {\n animation: pacman-balls 1s 0s infinite linear; }\n .pacman > div:first-of-type {\n width: 0px;\n height: 0px;\n border-right: 25px solid transparent;\n border-top: 25px solid #607b89;\n border-left: 25px solid #607b89;\n border-bottom: 25px solid #607b89;\n border-radius: 25px;\n animation: rotate_pacman_half_up 0.5s 0s infinite;\n position: relative;\n left: -30px; }\n .pacman > div:nth-child(2) {\n width: 0px;\n height: 0px;\n border-right: 25px solid transparent;\n border-top: 25px solid #607b89;\n border-left: 25px solid #607b89;\n border-bottom: 25px solid #607b89;\n border-radius: 25px;\n animation: rotate_pacman_half_down 0.5s 0s infinite;\n margin-top: -50px;\n position: relative;\n left: -30px; }\n .pacman > div:nth-child(3),\n .pacman > div:nth-child(4),\n .pacman > div:nth-child(5),\n .pacman > div:nth-child(6) {\n background-color: #607b89;\n width: 15px;\n height: 15px;\n border-radius: 100%;\n margin: 2px;\n width: 10px;\n height: 10px;\n position: absolute;\n transform: translate(0, -6.25px);\n top: 25px;\n left: 70px; }\n"),S.render=function(a,e,i,t,l,o){const r=n.resolveComponent("loader-base");return n.openBlock(),n.createBlock(r,n.mergeProps({"loader-name":"pacman","child-count":5},a.$attrs),null,16)};var $={components:{LoaderBase:a}};e("@keyframes spin-rotate {\n 0% {\n transform: rotate(0deg); }\n 50% {\n transform: rotate(180deg); }\n 100% {\n transform: rotate(360deg); } }\n\n.semi-circle-spin {\n position: relative;\n width: 35px;\n height: 35px;\n overflow: hidden; }\n .semi-circle-spin > div {\n position: absolute;\n border-width: 0px;\n border-radius: 100%;\n animation: spin-rotate 0.6s 0s infinite linear;\n background-image: linear-gradient(transparent 0%, transparent 70%, #607b89 30%, #607b89 100%);\n width: 100%;\n height: 100%; }\n"),$.render=function(a,e,i,t,l,o){const r=n.resolveComponent("loader-base");return n.openBlock(),n.createBlock(r,n.mergeProps({"loader-name":"semi-circle-spin","child-count":1},a.$attrs),null,16)};var Y={components:{LoaderBase:a}};e("@keyframes square-spin {\n 25% {\n transform: perspective(100px) rotateX(180deg) rotateY(0); }\n 50% {\n transform: perspective(100px) rotateX(180deg) rotateY(180deg); }\n 75% {\n transform: perspective(100px) rotateX(0) rotateY(180deg); }\n 100% {\n transform: perspective(100px) rotateX(0) rotateY(0); } }\n\n.square-spin > div {\n animation-fill-mode: both;\n width: 50px;\n height: 50px;\n background: #607b89;\n animation: square-spin 3s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite; }\n"),Y.render=function(a,e,i,t,l,o){const r=n.resolveComponent("loader-base");return n.openBlock(),n.createBlock(r,n.mergeProps({"loader-name":"square-spin","child-count":1},a.$attrs),null,16)};var _={components:{LoaderBase:a}};e("@keyframes triangle-skew-spin {\n 25% {\n transform: perspective(100px) rotateX(180deg) rotateY(0); }\n 50% {\n transform: perspective(100px) rotateX(180deg) rotateY(180deg); }\n 75% {\n transform: perspective(100px) rotateX(0) rotateY(180deg); }\n 100% {\n transform: perspective(100px) rotateX(0) rotateY(0); } }\n\n.triangle-skew-spin > div {\n animation-fill-mode: both;\n width: 0;\n height: 0;\n border-left: 20px solid transparent !important;\n border-right: 20px solid transparent !important;\n border-bottom: 20px solid #607b89;\n animation: triangle-skew-spin 3s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite; }\n"),_.render=function(a,e,i,t,l,o){const r=n.resolveComponent("loader-base");return n.openBlock(),n.createBlock(r,n.mergeProps({"loader-name":"triangle-skew-spin","child-count":1},a.$attrs),null,16)};var R={name:"LvLoader",components:{BallPulse:i,BallBeat:t,BallScale:l,BallPulseRise:o,BallGridPulse:r,BallClipRotate:s,BallClipRotatePulse:p,BallClipRotateMultiple:c,BallRotate:d,BallZigZag:m,BallZigZagDeflect:b,BallTrianglePath:h,BallScaleMultiple:u,BallPulseSync:f,BallScaleRipple:g,BallScaleRippleMultiple:x,BallSpinFadeLoader:v,BallGridBeat:y,BallScaleRandom:k,LineScale:B,LineScaleParty:w,LineScalePulseOut:C,LineScalePulseOutRapid:z,LineSpinFadeLoader:L,CubeTransition:P,Pacman:S,SemiCircleSpin:$,SquareSpin:Y,TriangleSkewSpin:_},props:{type:{type:String,default:"ball-pulse"},color:{type:String},scale:{type:[String,Number]}}};return e("/**\n * Copyright (c) 2016 Connor Atherton\n *\n * All animations must live in their own file\n * in the animations directory and be included\n * here.\n *\n */\n/**\n * Styles shared by multiple animations\n */\n/**\n * Dots\n */\n@keyframes ball-spin-loader {\n 75% {\n opacity: 0.2; }\n 100% {\n opacity: 1; } }\n\n.ball-spin-loader {\n position: relative; }\n .ball-spin-loader > span:nth-child(1) {\n top: 45px;\n left: 0;\n animation: ball-spin-loader 2s 0.9s infinite linear; }\n .ball-spin-loader > span:nth-child(2) {\n top: 30.68182px;\n left: 30.68182px;\n animation: ball-spin-loader 2s 1.8s infinite linear; }\n .ball-spin-loader > span:nth-child(3) {\n top: 0;\n left: 45px;\n animation: ball-spin-loader 2s 2.7s infinite linear; }\n .ball-spin-loader > span:nth-child(4) {\n top: -30.68182px;\n left: 30.68182px;\n animation: ball-spin-loader 2s 3.6s infinite linear; }\n .ball-spin-loader > span:nth-child(5) {\n top: -45px;\n left: 0;\n animation: ball-spin-loader 2s 4.5s infinite linear; }\n .ball-spin-loader > span:nth-child(6) {\n top: -30.68182px;\n left: -30.68182px;\n animation: ball-spin-loader 2s 5.4s infinite linear; }\n .ball-spin-loader > span:nth-child(7) {\n top: 0;\n left: -45px;\n animation: ball-spin-loader 2s 6.3s infinite linear; }\n .ball-spin-loader > span:nth-child(8) {\n top: 30.68182px;\n left: -30.68182px;\n animation: ball-spin-loader 2s 7.2s infinite linear; }\n .ball-spin-loader > div {\n animation-fill-mode: both;\n position: absolute;\n width: 15px;\n height: 15px;\n border-radius: 100%;\n background: green; }\n\n/**\n * Lines\n */\n/**\n * Misc\n */\n"),R.render=function(a,e,i,t,l,o){return n.openBlock(),n.createBlock(n.resolveDynamicComponent(i.type),{color:i.color,scale:i.scale},null,8,["color","scale"])},R}(Vue); | ||
this.lightvue=this.lightvue||{},this.lightvue.loaders=function(n){"use strict";var a={loaderName:"ball-beat",childCount:3,props:{loaderName:{type:String,required:!0},childCount:{type:Number,required:!0},color:{type:String},borderColor:{type:String},scale:{type:[String,Number]}}};function e(n,a){void 0===a&&(a={});var e=a.insertAt;if(n&&"undefined"!=typeof document){var i=document.head||document.getElementsByTagName("head")[0],t=document.createElement("style");t.type="text/css","top"===e&&i.firstChild?i.insertBefore(t,i.firstChild):i.appendChild(t),t.styleSheet?t.styleSheet.cssText=n:t.appendChild(document.createTextNode(n))}}e(".loader-inner {\n display: inline-block; }\n"),a.render=function(a,e,i,t,l,o){return n.openBlock(),n.createBlock("div",{class:["loader-inner",i.loaderName],style:`transform: scale(${i.scale})`},[(n.openBlock(!0),n.createBlock(n.Fragment,null,n.renderList(i.childCount,(a=>(n.openBlock(),n.createBlock("div",{key:a,style:`background-color: ${i.color}; border-color: ${i.borderColor}`},null,4)))),128))],6)};var i={components:{LoaderBase:a}};e("@keyframes scale {\n 0% {\n transform: scale(1);\n opacity: 1; }\n 45% {\n transform: scale(0.1);\n opacity: 0.7; }\n 80% {\n transform: scale(1);\n opacity: 1; } }\n\n.ball-pulse > div:nth-child(1) {\n animation: scale 0.75s -0.24s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }\n\n.ball-pulse > div:nth-child(2) {\n animation: scale 0.75s -0.12s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }\n\n.ball-pulse > div:nth-child(3) {\n animation: scale 0.75s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }\n\n.ball-pulse > div {\n background-color: #607b89;\n width: 15px;\n height: 15px;\n border-radius: 100%;\n margin: 2px;\n animation-fill-mode: both;\n display: inline-block; }\n"),i.render=function(a,e,i,t,l,o){const r=n.resolveComponent("loader-base");return n.openBlock(),n.createBlock(r,n.mergeProps({"loader-name":"ball-pulse","child-count":3},a.$attrs),null,16)};var t={components:{LoaderBase:a}};e("@keyframes ball-beat {\n 50% {\n opacity: 0.2;\n transform: scale(0.75); }\n 100% {\n opacity: 1;\n transform: scale(1); } }\n\n.ball-beat > div {\n background-color: #607b89;\n width: 15px;\n height: 15px;\n border-radius: 100%;\n margin: 2px;\n animation-fill-mode: both;\n display: inline-block;\n animation: ball-beat 0.7s 0s infinite linear; }\n .ball-beat > div:nth-child(2n-1) {\n animation-delay: -0.35s !important; }\n"),t.render=function(a,e,i,t,l,o){const r=n.resolveComponent("loader-base");return n.openBlock(),n.createBlock(r,n.mergeProps({"loader-name":"ball-beat","child-count":3},a.$attrs),null,16)};var l={components:{LoaderBase:a}};e("@keyframes ball-scale {\n 0% {\n transform: scale(0); }\n 100% {\n transform: scale(1);\n opacity: 0; } }\n\n.ball-scale > div {\n background-color: #607b89;\n width: 15px;\n height: 15px;\n border-radius: 100%;\n margin: 2px;\n animation-fill-mode: both;\n display: inline-block;\n height: 60px;\n width: 60px;\n animation: ball-scale 1s 0s ease-in-out infinite; }\n"),l.render=function(a,e,i,t,l,o){const r=n.resolveComponent("loader-base");return n.openBlock(),n.createBlock(r,n.mergeProps({"loader-name":"ball-scale","child-count":1},a.$attrs),null,16)};var o={components:{LoaderBase:a}};e("@keyframes ball-pulse-rise-even {\n 0% {\n transform: scale(1.1); }\n 25% {\n transform: translateY(-30px); }\n 50% {\n transform: scale(0.4); }\n 75% {\n transform: translateY(30px); }\n 100% {\n transform: translateY(0);\n transform: scale(1); } }\n\n@keyframes ball-pulse-rise-odd {\n 0% {\n transform: scale(0.4); }\n 25% {\n transform: translateY(30px); }\n 50% {\n transform: scale(1.1); }\n 75% {\n transform: translateY(-30px); }\n 100% {\n transform: translateY(0);\n transform: scale(0.75); } }\n\n.ball-pulse-rise > div {\n background-color: #607b89;\n width: 15px;\n height: 15px;\n border-radius: 100%;\n margin: 2px;\n animation-fill-mode: both;\n display: inline-block;\n animation-duration: 1s;\n animation-timing-function: cubic-bezier(0.15, 0.46, 0.9, 0.6);\n animation-iteration-count: infinite;\n animation-delay: 0; }\n .ball-pulse-rise > div:nth-child(2n) {\n animation-name: ball-pulse-rise-even; }\n .ball-pulse-rise > div:nth-child(2n-1) {\n animation-name: ball-pulse-rise-odd; }\n"),o.render=function(a,e,i,t,l,o){const r=n.resolveComponent("loader-base");return n.openBlock(),n.createBlock(r,n.mergeProps({"loader-name":"ball-pulse-rise","child-count":5},a.$attrs),null,16)};var r={components:{LoaderBase:a}};e("@keyframes ball-grid-pulse {\n 0% {\n transform: scale(1); }\n 50% {\n transform: scale(0.5);\n opacity: 0.7; }\n 100% {\n transform: scale(1);\n opacity: 1; } }\n\n.ball-grid-pulse {\n width: 57px; }\n .ball-grid-pulse > div:nth-child(1) {\n animation-delay: 0.69s;\n animation-duration: 1.32s; }\n .ball-grid-pulse > div:nth-child(2) {\n animation-delay: -0.02s;\n animation-duration: 1.29s; }\n .ball-grid-pulse > div:nth-child(3) {\n animation-delay: 0.15s;\n animation-duration: 1.54s; }\n .ball-grid-pulse > div:nth-child(4) {\n animation-delay: 0.3s;\n animation-duration: 1.07s; }\n .ball-grid-pulse > div:nth-child(5) {\n animation-delay: 0s;\n animation-duration: 1.41s; }\n .ball-grid-pulse > div:nth-child(6) {\n animation-delay: 0.31s;\n animation-duration: 1s; }\n .ball-grid-pulse > div:nth-child(7) {\n animation-delay: 0.71s;\n animation-duration: 0.8s; }\n .ball-grid-pulse > div:nth-child(8) {\n animation-delay: 0.42s;\n animation-duration: 1.45s; }\n .ball-grid-pulse > div:nth-child(9) {\n animation-delay: 0.19s;\n animation-duration: 1.08s; }\n .ball-grid-pulse > div {\n background-color: #607b89;\n width: 15px;\n height: 15px;\n border-radius: 100%;\n margin: 2px;\n animation-fill-mode: both;\n display: inline-block;\n float: left;\n animation-name: ball-grid-pulse;\n animation-iteration-count: infinite;\n animation-delay: 0; }\n"),r.render=function(a,e,i,t,l,o){const r=n.resolveComponent("loader-base");return n.openBlock(),n.createBlock(r,n.mergeProps({"loader-name":"ball-grid-pulse","child-count":9},a.$attrs),null,16)};var s={components:{LoaderBase:a},props:{color:{type:String}}};e("@keyframes rotate {\n 0% {\n transform: rotate(0deg); }\n 50% {\n transform: rotate(180deg); }\n 100% {\n transform: rotate(360deg); } }\n\n.ball-clip-rotate > div {\n background-color: #607b89;\n width: 15px;\n height: 15px;\n border-radius: 100%;\n margin: 2px;\n animation-fill-mode: both;\n border: 2px solid #607b89;\n border-bottom-color: transparent !important;\n height: 26px;\n width: 26px;\n background: transparent !important;\n display: inline-block;\n animation: rotate 0.75s 0s linear infinite; }\n"),s.render=function(a,e,i,t,l,o){const r=n.resolveComponent("loader-base");return n.openBlock(),n.createBlock(r,n.mergeProps({"loader-name":"ball-clip-rotate","child-count":1},a.$attrs,{"border-color":i.color}),null,16,["border-color"])};var d={components:{LoaderBase:a}};e('@keyframes rotate {\n 0% {\n transform: rotate(0deg); }\n 50% {\n transform: rotate(180deg); }\n 100% {\n transform: rotate(360deg); } }\n\n.ball-rotate {\n position: relative; }\n .ball-rotate > div {\n background-color: #607b89;\n width: 15px;\n height: 15px;\n border-radius: 100%;\n margin: 2px;\n animation-fill-mode: both;\n position: relative; }\n .ball-rotate > div:first-child {\n animation: rotate 1s 0s cubic-bezier(0.7, -0.13, 0.22, 0.86) infinite; }\n .ball-rotate > div:before, .ball-rotate > div:after {\n background-color: #607b89;\n width: 15px;\n height: 15px;\n border-radius: 100%;\n margin: 2px;\n content: "";\n background-color: inherit;\n position: absolute;\n opacity: 0.8; }\n .ball-rotate > div:before {\n top: 0px;\n left: -28px; }\n .ball-rotate > div:after {\n top: 0px;\n left: 25px; }\n'),d.render=function(a,e,i,t,l,o){const r=n.resolveComponent("loader-base");return n.openBlock(),n.createBlock(r,n.mergeProps({"loader-name":"ball-rotate","child-count":1},a.$attrs),null,16)};var p={components:{LoaderBase:a}};e("@keyframes ball-grid-beat {\n 50% {\n opacity: 0.7; }\n 100% {\n opacity: 1; } }\n\n.ball-grid-beat {\n width: 57px; }\n .ball-grid-beat > div:nth-child(1) {\n animation-delay: -0.17s;\n animation-duration: 1.57s; }\n .ball-grid-beat > div:nth-child(2) {\n animation-delay: 0.43s;\n animation-duration: 1.4s; }\n .ball-grid-beat > div:nth-child(3) {\n animation-delay: 0.6s;\n animation-duration: 1.48s; }\n .ball-grid-beat > div:nth-child(4) {\n animation-delay: 0.5s;\n animation-duration: 1.5s; }\n .ball-grid-beat > div:nth-child(5) {\n animation-delay: 0.04s;\n animation-duration: 1.17s; }\n .ball-grid-beat > div:nth-child(6) {\n animation-delay: 0.12s;\n animation-duration: 1.34s; }\n .ball-grid-beat > div:nth-child(7) {\n animation-delay: 0.38s;\n animation-duration: 1.46s; }\n .ball-grid-beat > div:nth-child(8) {\n animation-delay: 0.39s;\n animation-duration: 1.29s; }\n .ball-grid-beat > div:nth-child(9) {\n animation-delay: -0.08s;\n animation-duration: 0.87s; }\n .ball-grid-beat > div {\n background-color: #607b89;\n width: 15px;\n height: 15px;\n border-radius: 100%;\n margin: 2px;\n animation-fill-mode: both;\n display: inline-block;\n float: left;\n animation-name: ball-grid-beat;\n animation-iteration-count: infinite;\n animation-delay: 0; }\n"),p.render=function(a,e,i,t,l,o){const r=n.resolveComponent("loader-base");return n.openBlock(),n.createBlock(r,n.mergeProps({"loader-name":"ball-clip-rotate-pulse","child-count":2},a.$attrs),null,16)};var c={components:{LoaderBase:a},props:{color:{type:String}}};e("@keyframes rotate {\n 0% {\n transform: rotate(0deg) scale(1); }\n 50% {\n transform: rotate(180deg) scale(0.6); }\n 100% {\n transform: rotate(360deg) scale(1); } }\n\n.ball-clip-rotate-multiple {\n position: relative; }\n .ball-clip-rotate-multiple > div {\n animation-fill-mode: both;\n position: absolute;\n left: -20px;\n top: -20px;\n border: 2px solid #607b89;\n border-bottom-color: transparent !important;\n border-top-color: transparent !important;\n border-radius: 100%;\n height: 35px;\n width: 35px;\n animation: rotate 1s 0s ease-in-out infinite; }\n .ball-clip-rotate-multiple > div:last-child {\n display: inline-block;\n top: -10px;\n left: -10px;\n width: 15px;\n height: 15px;\n animation-duration: 0.5s;\n border: 2px solid #607b89;\n border-bottom-color: transparent !important;\n border-top-color: transparent !important;\n animation-direction: reverse; }\n"),c.render=function(a,e,i,t,l,o){const r=n.resolveComponent("loader-base");return n.openBlock(),n.createBlock(r,n.mergeProps({"loader-name":"ball-clip-rotate-multiple","child-count":2},a.$attrs,{"border-color":i.color}),null,16,["border-color"])};var m={components:{LoaderBase:a}};e("@keyframes ball-zig {\n 33% {\n transform: translate(-15px, -30px); }\n 66% {\n transform: translate(15px, -30px); }\n 100% {\n transform: translate(0, 0); } }\n\n@keyframes ball-zag {\n 33% {\n transform: translate(15px, 30px); }\n 66% {\n transform: translate(-15px, 30px); }\n 100% {\n transform: translate(0, 0); } }\n\n.ball-zig-zag {\n position: relative;\n transform: translate(-15px, -15px); }\n .ball-zig-zag > div {\n background-color: #607b89;\n width: 15px;\n height: 15px;\n border-radius: 100%;\n margin: 2px;\n animation-fill-mode: both;\n position: absolute;\n margin-left: 15px;\n top: 4px;\n left: -7px; }\n .ball-zig-zag > div:first-child {\n animation: ball-zig 0.7s 0s infinite linear; }\n .ball-zig-zag > div:last-child {\n animation: ball-zag 0.7s 0s infinite linear; }\n"),m.render=function(a,e,i,t,l,o){const r=n.resolveComponent("loader-base");return n.openBlock(),n.createBlock(r,n.mergeProps({"loader-name":"ball-zig-zag","child-count":2},a.$attrs),null,16)};var b={components:{LoaderBase:a}};e("@keyframes ball-zig-deflect {\n 17% {\n transform: translate(-15px, -30px); }\n 34% {\n transform: translate(15px, -30px); }\n 50% {\n transform: translate(0, 0); }\n 67% {\n transform: translate(15px, -30px); }\n 84% {\n transform: translate(-15px, -30px); }\n 100% {\n transform: translate(0, 0); } }\n\n@keyframes ball-zag-deflect {\n 17% {\n transform: translate(15px, 30px); }\n 34% {\n transform: translate(-15px, 30px); }\n 50% {\n transform: translate(0, 0); }\n 67% {\n transform: translate(-15px, 30px); }\n 84% {\n transform: translate(15px, 30px); }\n 100% {\n transform: translate(0, 0); } }\n\n.ball-zig-zag-deflect {\n position: relative;\n transform: translate(-15px, -15px); }\n .ball-zig-zag-deflect > div {\n background-color: #607b89;\n width: 15px;\n height: 15px;\n border-radius: 100%;\n margin: 2px;\n animation-fill-mode: both;\n position: absolute;\n margin-left: 15px;\n top: 4px;\n left: -7px; }\n .ball-zig-zag-deflect > div:first-child {\n animation: ball-zig-deflect 1.5s 0s infinite linear; }\n .ball-zig-zag-deflect > div:last-child {\n animation: ball-zag-deflect 1.5s 0s infinite linear; }\n"),b.render=function(a,e,i,t,l,o){const r=n.resolveComponent("loader-base");return n.openBlock(),n.createBlock(r,n.mergeProps({"loader-name":"ball-zig-zag-deflect","child-count":2},a.$attrs),null,16)};var h={components:{LoaderBase:a},props:{color:{type:String}}};e("@keyframes ball-triangle-path-1 {\n 33% {\n transform: translate(25px, -50px); }\n 66% {\n transform: translate(50px, 0px); }\n 100% {\n transform: translate(0px, 0px); } }\n\n@keyframes ball-triangle-path-2 {\n 33% {\n transform: translate(25px, 50px); }\n 66% {\n transform: translate(-25px, 50px); }\n 100% {\n transform: translate(0px, 0px); } }\n\n@keyframes ball-triangle-path-3 {\n 33% {\n transform: translate(-50px, 0px); }\n 66% {\n transform: translate(-25px, -50px); }\n 100% {\n transform: translate(0px, 0px); } }\n\n.ball-triangle-path {\n position: relative;\n transform: translate(-29.994px, -37.50938px); }\n .ball-triangle-path > div:nth-child(1) {\n animation-name: ball-triangle-path-1;\n animation-delay: 0;\n animation-duration: 2s;\n animation-timing-function: ease-in-out;\n animation-iteration-count: infinite; }\n .ball-triangle-path > div:nth-child(2) {\n animation-name: ball-triangle-path-2;\n animation-delay: 0;\n animation-duration: 2s;\n animation-timing-function: ease-in-out;\n animation-iteration-count: infinite; }\n .ball-triangle-path > div:nth-child(3) {\n animation-name: ball-triangle-path-3;\n animation-delay: 0;\n animation-duration: 2s;\n animation-timing-function: ease-in-out;\n animation-iteration-count: infinite; }\n .ball-triangle-path > div {\n animation-fill-mode: both;\n position: absolute;\n width: 10px;\n height: 10px;\n border-radius: 100%;\n border: 1px solid #607b89; }\n .ball-triangle-path > div:nth-of-type(1) {\n top: 50px; }\n .ball-triangle-path > div:nth-of-type(2) {\n left: 25px; }\n .ball-triangle-path > div:nth-of-type(3) {\n top: 50px;\n left: 50px; }\n"),h.render=function(a,e,i,t,l,o){const r=n.resolveComponent("loader-base");return n.openBlock(),n.createBlock(r,n.mergeProps({"loader-name":"ball-triangle-path","child-count":3},a.$attrs,{"border-color":i.color}),null,16,["border-color"])};var u={components:{LoaderBase:a}};e("@keyframes ball-scale-multiple {\n 0% {\n transform: scale(0);\n opacity: 0; }\n 5% {\n opacity: 1; }\n 100% {\n transform: scale(1);\n opacity: 0; } }\n\n.ball-scale-multiple {\n position: relative;\n transform: translateY(-30px); }\n .ball-scale-multiple > div:nth-child(2) {\n animation-delay: -0.4s; }\n .ball-scale-multiple > div:nth-child(3) {\n animation-delay: -0.2s; }\n .ball-scale-multiple > div {\n background-color: #607b89;\n width: 15px;\n height: 15px;\n border-radius: 100%;\n margin: 2px;\n animation-fill-mode: both;\n position: absolute;\n left: -30px;\n top: 0px;\n opacity: 0;\n margin: 0;\n width: 60px;\n height: 60px;\n animation: ball-scale-multiple 1s 0s linear infinite; }\n"),u.render=function(a,e,i,t,l,o){const r=n.resolveComponent("loader-base");return n.openBlock(),n.createBlock(r,n.mergeProps({"loader-name":"ball-scale-multiple","child-count":3},a.$attrs),null,16)};var f={components:{LoaderBase:a}};e("@keyframes ball-pulse-sync {\n 33% {\n transform: translateY(10px); }\n 66% {\n transform: translateY(-10px); }\n 100% {\n transform: translateY(0); } }\n\n.ball-pulse-sync > div:nth-child(1) {\n animation: ball-pulse-sync 0.6s -0.14s infinite ease-in-out; }\n\n.ball-pulse-sync > div:nth-child(2) {\n animation: ball-pulse-sync 0.6s -0.07s infinite ease-in-out; }\n\n.ball-pulse-sync > div:nth-child(3) {\n animation: ball-pulse-sync 0.6s 0s infinite ease-in-out; }\n\n.ball-pulse-sync > div {\n background-color: #607b89;\n width: 15px;\n height: 15px;\n border-radius: 100%;\n margin: 2px;\n animation-fill-mode: both;\n display: inline-block; }\n"),f.render=function(a,e,i,t,l,o){const r=n.resolveComponent("loader-base");return n.openBlock(),n.createBlock(r,n.mergeProps({"loader-name":"ball-pulse-sync","child-count":3},a.$attrs),null,16)};var g={components:{LoaderBase:a},props:{color:{type:String}}};e("@keyframes ball-scale-ripple {\n 0% {\n transform: scale(0.1);\n opacity: 1; }\n 70% {\n transform: scale(1);\n opacity: 0.7; }\n 100% {\n opacity: 0.0; } }\n\n.ball-scale-ripple > div {\n animation-fill-mode: both;\n height: 50px;\n width: 50px;\n border-radius: 100%;\n border: 2px solid #607b89;\n animation: ball-scale-ripple 1s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8); }\n"),g.render=function(a,e,i,t,l,o){const r=n.resolveComponent("loader-base");return n.openBlock(),n.createBlock(r,n.mergeProps({"loader-name":"ball-scale-ripple","child-count":1},a.$attrs,{"border-color":i.color}),null,16,["border-color"])};var x={components:{LoaderBase:a},props:{color:{type:String}}};e("@keyframes ball-scale-ripple-multiple {\n 0% {\n transform: scale(0.1);\n opacity: 1; }\n 70% {\n transform: scale(1);\n opacity: 0.7; }\n 100% {\n opacity: 0.0; } }\n\n.ball-scale-ripple-multiple {\n position: relative;\n transform: translateY(-25px); }\n .ball-scale-ripple-multiple > div:nth-child(0) {\n animation-delay: -0.8s; }\n .ball-scale-ripple-multiple > div:nth-child(1) {\n animation-delay: -0.6s; }\n .ball-scale-ripple-multiple > div:nth-child(2) {\n animation-delay: -0.4s; }\n .ball-scale-ripple-multiple > div:nth-child(3) {\n animation-delay: -0.2s; }\n .ball-scale-ripple-multiple > div {\n animation-fill-mode: both;\n position: absolute;\n top: -2px;\n left: -26px;\n width: 50px;\n height: 50px;\n border-radius: 100%;\n border: 2px solid #607b89;\n animation: ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8); }\n"),x.render=function(a,e,i,t,l,o){const r=n.resolveComponent("loader-base");return n.openBlock(),n.createBlock(r,n.mergeProps({"loader-name":"ball-scale-ripple-multiple","child-count":3},a.$attrs,{"border-color":i.color}),null,16,["border-color"])};var v={components:{LoaderBase:a}};e("@keyframes ball-spin-fade-loader {\n 50% {\n opacity: 0.3;\n transform: scale(0.4); }\n 100% {\n opacity: 1;\n transform: scale(1); } }\n\n.ball-spin-fade-loader {\n position: relative;\n top: -10px;\n left: -10px; }\n .ball-spin-fade-loader > div:nth-child(1) {\n top: 25px;\n left: 0;\n animation: ball-spin-fade-loader 1s -0.96s infinite linear; }\n .ball-spin-fade-loader > div:nth-child(2) {\n top: 17.04545px;\n left: 17.04545px;\n animation: ball-spin-fade-loader 1s -0.84s infinite linear; }\n .ball-spin-fade-loader > div:nth-child(3) {\n top: 0;\n left: 25px;\n animation: ball-spin-fade-loader 1s -0.72s infinite linear; }\n .ball-spin-fade-loader > div:nth-child(4) {\n top: -17.04545px;\n left: 17.04545px;\n animation: ball-spin-fade-loader 1s -0.6s infinite linear; }\n .ball-spin-fade-loader > div:nth-child(5) {\n top: -25px;\n left: 0;\n animation: ball-spin-fade-loader 1s -0.48s infinite linear; }\n .ball-spin-fade-loader > div:nth-child(6) {\n top: -17.04545px;\n left: -17.04545px;\n animation: ball-spin-fade-loader 1s -0.36s infinite linear; }\n .ball-spin-fade-loader > div:nth-child(7) {\n top: 0;\n left: -25px;\n animation: ball-spin-fade-loader 1s -0.24s infinite linear; }\n .ball-spin-fade-loader > div:nth-child(8) {\n top: 17.04545px;\n left: -17.04545px;\n animation: ball-spin-fade-loader 1s -0.12s infinite linear; }\n .ball-spin-fade-loader > div {\n background-color: #607b89;\n width: 15px;\n height: 15px;\n border-radius: 100%;\n margin: 2px;\n animation-fill-mode: both;\n position: absolute; }\n"),v.render=function(a,e,i,t,l,o){const r=n.resolveComponent("loader-base");return n.openBlock(),n.createBlock(r,n.mergeProps({"loader-name":"ball-spin-fade-loader","child-count":8},a.$attrs),null,16)};var y={components:{LoaderBase:a}};e("@keyframes ball-grid-beat {\n 50% {\n opacity: 0.7; }\n 100% {\n opacity: 1; } }\n\n.ball-grid-beat {\n width: 57px; }\n .ball-grid-beat > div:nth-child(1) {\n animation-delay: 0.39s;\n animation-duration: 0.88s; }\n .ball-grid-beat > div:nth-child(2) {\n animation-delay: 0.47s;\n animation-duration: 1.26s; }\n .ball-grid-beat > div:nth-child(3) {\n animation-delay: -0.02s;\n animation-duration: 0.78s; }\n .ball-grid-beat > div:nth-child(4) {\n animation-delay: 0.55s;\n animation-duration: 1.42s; }\n .ball-grid-beat > div:nth-child(5) {\n animation-delay: 0.26s;\n animation-duration: 1.58s; }\n .ball-grid-beat > div:nth-child(6) {\n animation-delay: 0.8s;\n animation-duration: 0.88s; }\n .ball-grid-beat > div:nth-child(7) {\n animation-delay: 0.44s;\n animation-duration: 0.63s; }\n .ball-grid-beat > div:nth-child(8) {\n animation-delay: 0.38s;\n animation-duration: 1.29s; }\n .ball-grid-beat > div:nth-child(9) {\n animation-delay: 0.63s;\n animation-duration: 0.79s; }\n .ball-grid-beat > div {\n background-color: #607b89;\n width: 15px;\n height: 15px;\n border-radius: 100%;\n margin: 2px;\n animation-fill-mode: both;\n display: inline-block;\n float: left;\n animation-name: ball-grid-beat;\n animation-iteration-count: infinite;\n animation-delay: 0; }\n"),y.render=function(a,e,i,t,l,o){const r=n.resolveComponent("loader-base");return n.openBlock(),n.createBlock(r,n.mergeProps({"loader-name":"ball-grid-beat","child-count":9},a.$attrs),null,16)};var k={components:{LoaderBase:a}};e("@keyframes ball-scale {\n 0% {\n transform: scale(0); }\n 100% {\n transform: scale(1);\n opacity: 0; } }\n\n.ball-scale > div {\n background-color: #607b89;\n width: 15px;\n height: 15px;\n border-radius: 100%;\n margin: 2px;\n animation-fill-mode: both;\n display: inline-block;\n height: 60px;\n width: 60px;\n animation: ball-scale 1s 0s ease-in-out infinite; }\n\n.ball-scale-random {\n width: 37px;\n height: 40px; }\n .ball-scale-random > div {\n background-color: #607b89;\n width: 15px;\n height: 15px;\n border-radius: 100%;\n margin: 2px;\n animation-fill-mode: both;\n position: absolute;\n display: inline-block;\n height: 30px;\n width: 30px;\n animation: ball-scale 1s 0s ease-in-out infinite; }\n .ball-scale-random > div:nth-child(1) {\n margin-left: -7px;\n animation: ball-scale 1s 0.2s ease-in-out infinite; }\n .ball-scale-random > div:nth-child(3) {\n margin-left: -2px;\n margin-top: 9px;\n animation: ball-scale 1s 0.5s ease-in-out infinite; }\n"),k.render=function(a,e,i,t,l,o){const r=n.resolveComponent("loader-base");return n.openBlock(),n.createBlock(r,n.mergeProps({"loader-name":"ball-scale-random","child-count":3},a.$attrs),null,16)};var B={components:{LoaderBase:a}};e("@keyframes line-scale {\n 0% {\n transform: scaley(1); }\n 50% {\n transform: scaley(0.4); }\n 100% {\n transform: scaley(1); } }\n\n.line-scale > div:nth-child(1) {\n animation: line-scale 1s -0.4s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }\n\n.line-scale > div:nth-child(2) {\n animation: line-scale 1s -0.3s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }\n\n.line-scale > div:nth-child(3) {\n animation: line-scale 1s -0.2s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }\n\n.line-scale > div:nth-child(4) {\n animation: line-scale 1s -0.1s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }\n\n.line-scale > div:nth-child(5) {\n animation: line-scale 1s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }\n\n.line-scale > div {\n background-color: #607b89;\n width: 4px;\n height: 35px;\n border-radius: 2px;\n margin: 2px;\n animation-fill-mode: both;\n display: inline-block; }\n"),B.render=function(a,e,i,t,l,o){const r=n.resolveComponent("loader-base");return n.openBlock(),n.createBlock(r,n.mergeProps({"loader-name":"line-scale","child-count":5},a.$attrs),null,16)};var w={components:{LoaderBase:a}};e("@keyframes line-scale-party {\n 0% {\n transform: scale(1); }\n 50% {\n transform: scale(0.5); }\n 100% {\n transform: scale(1); } }\n\n.line-scale-party > div:nth-child(1) {\n animation-delay: 0.48s;\n animation-duration: 1.22s; }\n\n.line-scale-party > div:nth-child(2) {\n animation-delay: 0.47s;\n animation-duration: 1.02s; }\n\n.line-scale-party > div:nth-child(3) {\n animation-delay: 0.6s;\n animation-duration: 1.01s; }\n\n.line-scale-party > div:nth-child(4) {\n animation-delay: 0.21s;\n animation-duration: 0.39s; }\n\n.line-scale-party > div {\n background-color: #607b89;\n width: 4px;\n height: 35px;\n border-radius: 2px;\n margin: 2px;\n animation-fill-mode: both;\n display: inline-block;\n animation-name: line-scale-party;\n animation-iteration-count: infinite;\n animation-delay: 0; }\n"),w.render=function(a,e,i,t,l,o){const r=n.resolveComponent("loader-base");return n.openBlock(),n.createBlock(r,n.mergeProps({"loader-name":"line-scale-party","child-count":4},a.$attrs),null,16)};var C={components:{LoaderBase:a}};e("@keyframes line-scale-pulse-out {\n 0% {\n transform: scaley(1); }\n 50% {\n transform: scaley(0.4); }\n 100% {\n transform: scaley(1); } }\n\n.line-scale-pulse-out > div {\n background-color: #607b89;\n width: 4px;\n height: 35px;\n border-radius: 2px;\n margin: 2px;\n animation-fill-mode: both;\n display: inline-block;\n animation: line-scale-pulse-out 0.9s -0.6s infinite cubic-bezier(0.85, 0.25, 0.37, 0.85); }\n .line-scale-pulse-out > div:nth-child(2), .line-scale-pulse-out > div:nth-child(4) {\n animation-delay: -0.4s !important; }\n .line-scale-pulse-out > div:nth-child(1), .line-scale-pulse-out > div:nth-child(5) {\n animation-delay: -0.2s !important; }\n"),C.render=function(a,e,i,t,l,o){const r=n.resolveComponent("loader-base");return n.openBlock(),n.createBlock(r,n.mergeProps({"loader-name":"line-scale-pulse-out","child-count":5},a.$attrs),null,16)};var z={components:{LoaderBase:a}};e("@keyframes line-scale-pulse-out-rapid {\n 0% {\n transform: scaley(1); }\n 80% {\n transform: scaley(0.3); }\n 90% {\n transform: scaley(1); } }\n\n.line-scale-pulse-out-rapid > div {\n background-color: #607b89;\n width: 4px;\n height: 35px;\n border-radius: 2px;\n margin: 2px;\n animation-fill-mode: both;\n display: inline-block;\n vertical-align: middle;\n animation: line-scale-pulse-out-rapid 0.9s -0.5s infinite cubic-bezier(0.11, 0.49, 0.38, 0.78); }\n .line-scale-pulse-out-rapid > div:nth-child(2), .line-scale-pulse-out-rapid > div:nth-child(4) {\n animation-delay: -0.25s !important; }\n .line-scale-pulse-out-rapid > div:nth-child(1), .line-scale-pulse-out-rapid > div:nth-child(5) {\n animation-delay: 0s !important; }\n"),z.render=function(a,e,i,t,l,o){const r=n.resolveComponent("loader-base");return n.openBlock(),n.createBlock(r,n.mergeProps({"loader-name":"line-scale-pulse-out-rapid","child-count":5},a.$attrs),null,16)};var L={components:{LoaderBase:a}};e("@keyframes line-spin-fade-loader {\n 50% {\n opacity: 0.3; }\n 100% {\n opacity: 1; } }\n\n.line-spin-fade-loader {\n position: relative;\n top: -10px;\n left: -4px; }\n .line-spin-fade-loader > div:nth-child(1) {\n top: 20px;\n left: 0;\n animation: line-spin-fade-loader 1.2s -0.84s infinite ease-in-out; }\n .line-spin-fade-loader > div:nth-child(2) {\n top: 13.63636px;\n left: 13.63636px;\n transform: rotate(-45deg);\n animation: line-spin-fade-loader 1.2s -0.72s infinite ease-in-out; }\n .line-spin-fade-loader > div:nth-child(3) {\n top: 0;\n left: 20px;\n transform: rotate(90deg);\n animation: line-spin-fade-loader 1.2s -0.6s infinite ease-in-out; }\n .line-spin-fade-loader > div:nth-child(4) {\n top: -13.63636px;\n left: 13.63636px;\n transform: rotate(45deg);\n animation: line-spin-fade-loader 1.2s -0.48s infinite ease-in-out; }\n .line-spin-fade-loader > div:nth-child(5) {\n top: -20px;\n left: 0;\n animation: line-spin-fade-loader 1.2s -0.36s infinite ease-in-out; }\n .line-spin-fade-loader > div:nth-child(6) {\n top: -13.63636px;\n left: -13.63636px;\n transform: rotate(-45deg);\n animation: line-spin-fade-loader 1.2s -0.24s infinite ease-in-out; }\n .line-spin-fade-loader > div:nth-child(7) {\n top: 0;\n left: -20px;\n transform: rotate(90deg);\n animation: line-spin-fade-loader 1.2s -0.12s infinite ease-in-out; }\n .line-spin-fade-loader > div:nth-child(8) {\n top: 13.63636px;\n left: -13.63636px;\n transform: rotate(45deg);\n animation: line-spin-fade-loader 1.2s 0s infinite ease-in-out; }\n .line-spin-fade-loader > div {\n background-color: #607b89;\n width: 4px;\n height: 35px;\n border-radius: 2px;\n margin: 2px;\n animation-fill-mode: both;\n position: absolute;\n width: 5px;\n height: 15px; }\n"),L.render=function(a,e,i,t,l,o){const r=n.resolveComponent("loader-base");return n.openBlock(),n.createBlock(r,n.mergeProps({"loader-name":"line-spin-fade-loader","child-count":8},a.$attrs),null,16)};var P={components:{LoaderBase:a}};e("@keyframes cube-transition {\n 25% {\n transform: translateX(50px) scale(0.5) rotate(-90deg); }\n 50% {\n transform: translate(50px, 50px) rotate(-180deg); }\n 75% {\n transform: translateY(50px) scale(0.5) rotate(-270deg); }\n 100% {\n transform: rotate(-360deg); } }\n\n.cube-transition {\n position: relative;\n transform: translate(-25px, -25px); }\n .cube-transition > div {\n animation-fill-mode: both;\n width: 10px;\n height: 10px;\n position: absolute;\n top: -5px;\n left: -5px;\n background-color: #607b89;\n animation: cube-transition 1.6s 0s infinite ease-in-out; }\n .cube-transition > div:last-child {\n animation-delay: -0.8s; }\n"),P.render=function(a,e,i,t,l,o){const r=n.resolveComponent("loader-base");return n.openBlock(),n.createBlock(r,n.mergeProps({"loader-name":"cube-transition","child-count":2},a.$attrs),null,16)};var S={components:{LoaderBase:a}};e("@keyframes rotate_pacman_half_up {\n 0% {\n transform: rotate(270deg); }\n 50% {\n transform: rotate(360deg); }\n 100% {\n transform: rotate(270deg); } }\n\n@keyframes rotate_pacman_half_down {\n 0% {\n transform: rotate(90deg); }\n 50% {\n transform: rotate(0deg); }\n 100% {\n transform: rotate(90deg); } }\n\n@keyframes pacman-balls {\n 75% {\n opacity: 0.7; }\n 100% {\n transform: translate(-100px, -6.25px); } }\n\n.pacman {\n position: relative; }\n .pacman > div:nth-child(2) {\n animation: pacman-balls 1s -0.99s infinite linear; }\n .pacman > div:nth-child(3) {\n animation: pacman-balls 1s -0.66s infinite linear; }\n .pacman > div:nth-child(4) {\n animation: pacman-balls 1s -0.33s infinite linear; }\n .pacman > div:nth-child(5) {\n animation: pacman-balls 1s 0s infinite linear; }\n .pacman > div:first-of-type {\n width: 0px;\n height: 0px;\n border-right: 25px solid transparent;\n border-top: 25px solid #607b89;\n border-left: 25px solid #607b89;\n border-bottom: 25px solid #607b89;\n border-radius: 25px;\n animation: rotate_pacman_half_up 0.5s 0s infinite;\n position: relative;\n left: -30px; }\n .pacman > div:nth-child(2) {\n width: 0px;\n height: 0px;\n border-right: 25px solid transparent;\n border-top: 25px solid #607b89;\n border-left: 25px solid #607b89;\n border-bottom: 25px solid #607b89;\n border-radius: 25px;\n animation: rotate_pacman_half_down 0.5s 0s infinite;\n margin-top: -50px;\n position: relative;\n left: -30px; }\n .pacman > div:nth-child(3),\n .pacman > div:nth-child(4),\n .pacman > div:nth-child(5),\n .pacman > div:nth-child(6) {\n background-color: #607b89;\n width: 15px;\n height: 15px;\n border-radius: 100%;\n margin: 2px;\n width: 10px;\n height: 10px;\n position: absolute;\n transform: translate(0, -6.25px);\n top: 25px;\n left: 70px; }\n"),S.render=function(a,e,i,t,l,o){const r=n.resolveComponent("loader-base");return n.openBlock(),n.createBlock(r,n.mergeProps({"loader-name":"pacman","child-count":5},a.$attrs),null,16)};var $={components:{LoaderBase:a}};e("@keyframes spin-rotate {\n 0% {\n transform: rotate(0deg); }\n 50% {\n transform: rotate(180deg); }\n 100% {\n transform: rotate(360deg); } }\n\n.semi-circle-spin {\n position: relative;\n width: 35px;\n height: 35px;\n overflow: hidden; }\n .semi-circle-spin > div {\n position: absolute;\n border-width: 0px;\n border-radius: 100%;\n animation: spin-rotate 0.6s 0s infinite linear;\n background-image: linear-gradient(transparent 0%, transparent 70%, #607b89 30%, #607b89 100%);\n width: 100%;\n height: 100%; }\n"),$.render=function(a,e,i,t,l,o){const r=n.resolveComponent("loader-base");return n.openBlock(),n.createBlock(r,n.mergeProps({"loader-name":"semi-circle-spin","child-count":1},a.$attrs),null,16)};var Y={components:{LoaderBase:a}};e("@keyframes square-spin {\n 25% {\n transform: perspective(100px) rotateX(180deg) rotateY(0); }\n 50% {\n transform: perspective(100px) rotateX(180deg) rotateY(180deg); }\n 75% {\n transform: perspective(100px) rotateX(0) rotateY(180deg); }\n 100% {\n transform: perspective(100px) rotateX(0) rotateY(0); } }\n\n.square-spin > div {\n animation-fill-mode: both;\n width: 50px;\n height: 50px;\n background: #607b89;\n animation: square-spin 3s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite; }\n"),Y.render=function(a,e,i,t,l,o){const r=n.resolveComponent("loader-base");return n.openBlock(),n.createBlock(r,n.mergeProps({"loader-name":"square-spin","child-count":1},a.$attrs),null,16)};var _={components:{LoaderBase:a}};e("@keyframes triangle-skew-spin {\n 25% {\n transform: perspective(100px) rotateX(180deg) rotateY(0); }\n 50% {\n transform: perspective(100px) rotateX(180deg) rotateY(180deg); }\n 75% {\n transform: perspective(100px) rotateX(0) rotateY(180deg); }\n 100% {\n transform: perspective(100px) rotateX(0) rotateY(0); } }\n\n.triangle-skew-spin > div {\n animation-fill-mode: both;\n width: 0;\n height: 0;\n border-left: 20px solid transparent !important;\n border-right: 20px solid transparent !important;\n border-bottom: 20px solid #607b89;\n animation: triangle-skew-spin 3s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite; }\n"),_.render=function(a,e,i,t,l,o){const r=n.resolveComponent("loader-base");return n.openBlock(),n.createBlock(r,n.mergeProps({"loader-name":"triangle-skew-spin","child-count":1},a.$attrs),null,16)};var R={name:"LvLoader",components:{BallPulse:i,BallBeat:t,BallScale:l,BallPulseRise:o,BallGridPulse:r,BallClipRotate:s,BallClipRotatePulse:p,BallClipRotateMultiple:c,BallRotate:d,BallZigZag:m,BallZigZagDeflect:b,BallTrianglePath:h,BallScaleMultiple:u,BallPulseSync:f,BallScaleRipple:g,BallScaleRippleMultiple:x,BallSpinFadeLoader:v,BallGridBeat:y,BallScaleRandom:k,LineScale:B,LineScaleParty:w,LineScalePulseOut:C,LineScalePulseOutRapid:z,LineSpinFadeLoader:L,CubeTransition:P,Pacman:S,SemiCircleSpin:$,SquareSpin:Y,TriangleSkewSpin:_},props:{type:{type:String,default:"ball-pulse"},color:{type:String},scale:{type:[String,Number]}}};return e("/**\n * Copyright (c) 2016 Connor Atherton\n *\n * All animations must live in their own file\n * in the animations directory and be included\n * here.\n *\n */\n/**\n * Styles shared by multiple animations\n */\n/**\n * Dots\n */\n@keyframes ball-spin-loader {\n 75% {\n opacity: 0.2; }\n 100% {\n opacity: 1; } }\n\n.ball-spin-loader {\n position: relative; }\n .ball-spin-loader > span:nth-child(1) {\n top: 45px;\n left: 0;\n animation: ball-spin-loader 2s 0.9s infinite linear; }\n .ball-spin-loader > span:nth-child(2) {\n top: 30.68182px;\n left: 30.68182px;\n animation: ball-spin-loader 2s 1.8s infinite linear; }\n .ball-spin-loader > span:nth-child(3) {\n top: 0;\n left: 45px;\n animation: ball-spin-loader 2s 2.7s infinite linear; }\n .ball-spin-loader > span:nth-child(4) {\n top: -30.68182px;\n left: 30.68182px;\n animation: ball-spin-loader 2s 3.6s infinite linear; }\n .ball-spin-loader > span:nth-child(5) {\n top: -45px;\n left: 0;\n animation: ball-spin-loader 2s 4.5s infinite linear; }\n .ball-spin-loader > span:nth-child(6) {\n top: -30.68182px;\n left: -30.68182px;\n animation: ball-spin-loader 2s 5.4s infinite linear; }\n .ball-spin-loader > span:nth-child(7) {\n top: 0;\n left: -45px;\n animation: ball-spin-loader 2s 6.3s infinite linear; }\n .ball-spin-loader > span:nth-child(8) {\n top: 30.68182px;\n left: -30.68182px;\n animation: ball-spin-loader 2s 7.2s infinite linear; }\n .ball-spin-loader > div {\n animation-fill-mode: both;\n position: absolute;\n width: 15px;\n height: 15px;\n border-radius: 100%;\n background: green; }\n\n/**\n * Lines\n */\n/**\n * Misc\n */\n"),R.render=function(a,e,i,t,l,o){return n.openBlock(),n.createBlock(n.resolveDynamicComponent(i.type),{color:i.color,scale:i.scale},null,8,["color","scale"])},R}(Vue); |
{ | ||
"name": "lightvue", | ||
"version": "1.4.8", | ||
"version": "1.4.9", | ||
"title": "LightVue | The Emerging UI Component library for Vue", | ||
@@ -12,3 +12,2 @@ "description": "The Emerging UI Component library for Vue 2.x & Vue 3.x", | ||
"homepage": "https://lightvue.org/", | ||
"scripts": {}, | ||
"devDependencies": { | ||
@@ -15,0 +14,0 @@ "@vue/compiler-sfc": "^3.0.7", |
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
0
-100%821062
0