@clickview/online 0.26.1 → 0.27.0-rc.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.eslintrc.json +2 -2
- package/dist/en.json +1 -1
- package/dist/online-app.css +4 -4
- package/dist/online-app.js +1 -1
- package/dist/online-app.js.LICENSE.txt +20 -0
- package/package.json +2 -2
- package/tooling/externals.js +59 -59
- package/typings/libs/CVEvents.d.ts +12 -12
- package/typings/libs/CVLanguages.d.ts +24 -24
- package/typings/libs/FutureCoreHelper.d.ts +71 -71
- package/typings/libs/LazyLoad.d.ts +21 -21
- package/typings/libs/cloneDeep.d.ts +4 -4
- package/typings/libs/google-api.d.ts +93 -93
- package/typings/libs/react-table-config.d.ts +138 -138
- package/typings/utils/imports.d.ts +14 -14
package/dist/online-app.css
CHANGED
|
@@ -69,7 +69,7 @@ html{overflow-y:initial}body{overflow-y:auto}.banner-header .container{width:aut
|
|
|
69
69
|
.h9Cyj{width:30rem;max-width:90vw}.kiea4{z-index:1;position:relative;box-shadow:none;transition:box-shadow .1s ease-in}.C3rvx{width:2rem;height:2rem;display:flex;align-items:center;justify-content:center}.C3rvx svg{transform:scale(0.85)}
|
|
70
70
|
.gZ3Ae{z-index:1500;position:absolute;top:0;visibility:hidden}
|
|
71
71
|
.z0_Sm{position:relative;width:100%;padding-bottom:56.25%}.xuWtC{width:6.25rem;height:1rem}.fXYdC{width:16rem;height:2rem}.FlUpr{width:4rem;height:1rem}.YgWxP{width:80%;height:4rem}.QBKwQ{width:6.25rem;height:1.5rem}.S__E9{height:1.5rem;width:8.4375rem}.Ax9h2{position:absolute;bottom:0}@media(max-width: 767px){.Ax9h2{position:relative}}.zejMP{display:block;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;padding-bottom:.14em !important;margin-bottom:-0.14em !important}@media(max-width: 1199px){.zejMP{display:block;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;padding-bottom:.14em !important;margin-bottom:-0.14em !important}}@media(max-width: 767px){.zejMP{display:none}}@media(max-width: 767px){.MRyVe{padding-top:.625rem}}
|
|
72
|
-
.VSAPU{left:-1rem}.VSAPU svg{transform:translateX(-0.1rem)}.kgeXh{right:-1rem}.kgeXh svg{transform:translateX(0.1rem)}.gAsE9{position:absolute;background-color:#fff;border-radius:1.25rem;cursor:pointer;transform:translateY(-50%);z-index:5;box-shadow:0px 2px 4px 1px rgba(0,0,0,.3);height:2.5rem;min-width:2.5rem;display:flex;align-items:center;justify-content:center;transition:all .2s}.gAsE9 .APA36{display:none;transition:all .2s}.gAsE9 svg{color:#84868d}.gAsE9:hover .APA36~.Ev4hr{margin-right:.4rem}.gAsE9:hover .APA36{display:block}.gAsE9:hover svg,.gAsE9:hover .APA36{color:#313543}.
|
|
72
|
+
._ejId{position:absolute;width:100%;top:0;pointer-events:none}.VSAPU{left:-1rem}.VSAPU svg{transform:translateX(-0.1rem)}.kgeXh{right:-1rem}.kgeXh svg{transform:translateX(0.1rem)}.gAsE9{position:absolute;background-color:#fff;border-radius:1.25rem;cursor:pointer;pointer-events:auto;transform:translateY(-50%);z-index:5;box-shadow:0px 2px 4px 1px rgba(0,0,0,.3);height:2.5rem;min-width:2.5rem;display:flex;align-items:center;justify-content:center;transition:all .2s}.gAsE9 .APA36{display:none;transition:all .2s}.gAsE9 svg{color:#84868d}.cqD75 .APA36~.Ev4hr,.AtsWP:hover+.gAsE9 .APA36~.Ev4hr,.gAsE9:hover .APA36~.Ev4hr{margin-right:.4rem}.cqD75 .APA36,.AtsWP:hover+.gAsE9 .APA36,.gAsE9:hover .APA36{display:block}.cqD75 svg,.AtsWP:hover+.gAsE9 svg,.gAsE9:hover svg,.cqD75 .APA36,.AtsWP:hover+.gAsE9 .APA36,.gAsE9:hover .APA36{color:#313543}.AtsWP,.ZuAif,.Pt3nx{position:absolute;width:3rem;height:100%;z-index:3;top:50%;transform:translateY(-50%)}.Pt3nx{left:-1.5rem;background-image:linear-gradient(to left, rgba(255, 255, 255, 0.005) 0%, #fff 70%)}.ZuAif{right:-1.5rem;background-image:linear-gradient(to right, rgba(255, 255, 255, 0.005) 0%, #fff 70%)}.AtsWP{cursor:pointer;pointer-events:auto;background-color:rgba(255,255,255,.005)}.AtsWP.kgeXh{right:-1.5rem}.AtsWP.VSAPU{left:-1.5rem}.BVcIS{top:50%}
|
|
73
73
|
.tAbzW,.JXtNs{position:absolute;width:2.5rem;height:101%;z-index:2;top:50%;transform:translateY(-50%)}.JXtNs{left:0;margin-left:-1.875rem;background-image:linear-gradient(to left, rgba(255, 255, 255, 0.005) 0%, #fff 70%)}.tAbzW{right:0;margin-right:-1.875rem;background-image:linear-gradient(to right, rgba(255, 255, 255, 0.005) 0%, #fff 70%)}.iNH_I{display:inline-block;width:100%;padding-bottom:56.25%}.bDcOS{overflow-x:scroll;-ms-overflow-style:none;scrollbar-width:none}.bDcOS::-webkit-scrollbar{display:none}
|
|
74
74
|
.fDc_6:not(:last-child){margin-right:.625rem}.aLSzv{overflow-x:scroll;-ms-overflow-style:none;scrollbar-width:none}.aLSzv::-webkit-scrollbar{display:none}.YheD1{left:-2rem}.ISepF{left:-1.5rem}.i9XEE{right:-2rem}.OxM84{right:-1.5rem}
|
|
75
75
|
.lZsTl{z-index:10;border-radius:.6rem;position:relative}.CmXOx{transition:transform .2s ease}.lcmBu{width:25%}.iVL1A{width:33.33333%}@media(max-width: 1199.98px){.lcmBu{width:33.33333%}}@media(max-width: 767.98px){.lcmBu,.iVL1A{width:50%}}@media(max-width: 575.98px){.lcmBu,.iVL1A{width:100%}}
|
|
@@ -85,8 +85,8 @@ html{overflow-y:initial}body{overflow-y:auto}.banner-header .container{width:aut
|
|
|
85
85
|
.L7zxi{border-radius:1rem;padding-bottom:18.5%;background-repeat:no-repeat;background-size:cover;background-position:center;opacity:.85}.ZuwYf{position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);font-size:1.5rem}@media(max-width: 768px){.ZuwYf{font-size:1.25rem}}
|
|
86
86
|
.L9yBp{width:40rem}.SVq72{width:1.5rem;height:1.5rem}
|
|
87
87
|
.lC1zn{max-width:90%}@media(max-width: 1499px){.lC1zn{max-width:100%}}
|
|
88
|
-
.zAJyy
|
|
89
|
-
.xPRbH
|
|
88
|
+
.zAJyy>li{margin:.75rem}.NJG96{width:11rem !important;height:11rem !important}.NJG96 p{font-size:.765625rem}
|
|
89
|
+
.xPRbH>li{margin:.75rem}.bGs8t{width:11rem !important;height:11rem !important}.bGs8t p{font-size:.765625rem}
|
|
90
90
|
.qR9af{position:absolute;width:100%;top:45%;left:50%;transform:translate(-50%, -50%)}.rPboy{width:60%}@media(max-width: 767px){.rPboy{width:100%}}.aCl7G{left:5rem;top:50%;width:20rem;position:absolute;transform:translateY(-50%)}@media(max-width: 1199px){.aCl7G{width:15rem}}@media(max-width: 991px){.aCl7G{left:2.5rem}}@media(max-width: 767px){.aCl7G{display:none}}.BXaFF{position:absolute;right:5rem;top:50%;width:20rem;transform:translateY(-50%)}@media(max-width: 1199px){.BXaFF{width:15rem}}@media(max-width: 991px){.BXaFF{right:2.5rem}}@media(max-width: 767px){.BXaFF{display:none}}
|
|
91
91
|
.kx1WX{min-height:70vh}
|
|
92
92
|
.NsLci{width:18rem;padding-bottom:1.25rem}
|
|
@@ -125,7 +125,7 @@ html{overflow-y:initial}body{overflow-y:auto}.banner-header .container{width:aut
|
|
|
125
125
|
.xeRKY{width:1.25rem;left:.625rem}.nIGok{width:2.5rem;top:-0.3125rem;left:.0625rem;transform:rotate(-16deg)}.NsQtq{margin-left:1.625rem}.tWyxl{width:1.875rem;transition:all 300ms}.tWyxl.d5amu{opacity:0;top:-0.5rem;left:1rem}.tWyxl.wZ5Wp{opacity:1;top:-1.5rem;left:2rem}
|
|
126
126
|
.NXv7I{position:absolute;top:50%;right:.625rem;transform:translateY(-50%)}
|
|
127
127
|
.TOmcn{width:7.5625rem;height:1.1875rem}.Yf4Wx{width:10.625rem;height:2.1875rem}.sp3ux{width:10.375rem;height:2.1875rem}.REK11{width:1.3125rem;height:1.3125rem}.d2NEw{width:5rem;height:1.3125rem}.qmSU8{width:15.625rem;height:1.75rem}.uHYQO{width:11.25rem;height:1.3125rem}.Y796I{width:2.1875rem;height:2.1875rem}.aItB8{height:.9375rem;width:3.1875rem}.RMdcx{width:6rem;height:1.3125rem}.jn0FO{width:1.5rem;height:1.5rem;margin:.5rem}
|
|
128
|
-
.A_tE0{font-weight:500}.KDq7l::after{display:none}.E9o_Q{min-width:10rem;width:max-content}.E9o_Q.C70vU{max-width:35rem}@media screen and (max-width: 767px){.E9o_Q.C70vU{max-width:20rem}}.E9o_Q.kUHcg{min-width:12rem}.E9o_Q.bi1FH{max-width:15rem}.rbr22{
|
|
128
|
+
.A_tE0{font-weight:500}.KDq7l::after{display:none}.E9o_Q{min-width:10rem;width:max-content}.E9o_Q.C70vU{max-width:35rem}@media screen and (max-width: 767px){.E9o_Q.C70vU{max-width:20rem}}.E9o_Q.kUHcg{min-width:12rem}.E9o_Q.bi1FH{max-width:15rem}.rbr22{width:25rem;max-width:calc(100vw - 1.875rem)}.UwDMA{margin-top:.05rem;margin-right:.2rem;margin-left:-0.2rem}
|
|
129
129
|
.EcurS{line-height:1rem;font-weight:600}.FypfE{background-color:#daeaf5}
|
|
130
130
|
.j84HW{line-height:1rem;font-weight:600}
|
|
131
131
|
.O8f8H{height:1.5rem;width:3.5rem}.ThKam{height:2.2rem;width:5rem}.JIp3h{row-gap:.3125rem}
|