@clickview/online 0.30.2-dev.0 → 0.30.2-dev.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/en.json +1 -1
- package/dist/online-app.css +3 -3
- package/dist/online-app.js +1 -1
- 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
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
.cv-icon-button{margin-left:1rem;padding-left:3.2rem !important;padding-right:1.2rem}.cv-icon-button .std{left:.6rem !important;width:2rem !important;height:2rem !important;margin-top:-1rem !important}
|
|
1
|
+
.cv-icon-button{margin-left:1rem;padding-left:3.2rem !important;padding-right:1.2rem}.cv-icon-button .std{left:.6rem !important;width:2rem !important;height:2rem !important;margin-top:-1rem !important}.btn-primary{--bs-btn-color: var(--bs-white);--bs-btn-disabled-color: var(--bs-white);--bs-btn-active-color: var(--bs-white);--bs-btn-hover-color: var(--bs-white)}
|
|
2
2
|
.onboarding-layout{min-height:84vh;overflow:hidden;box-shadow:0px 2px 4px rgba(0,0,0,.1);padding:1.25rem}.content-height{min-height:80vh}@media(max-width: 991px){.onboarding-layout{min-height:90vh}}
|
|
3
3
|
button:focus,select:focus,div[role=button]:focus,a:focus{outline:none}body.user-is-tabbing button:focus,body.user-is-tabbing select:focus,body.user-is-tabbing div[role=button]:focus,body.user-is-tabbing a:focus{outline:2px solid #7aacfe !important;outline:5px auto -webkit-focus-ring-color !important}
|
|
4
4
|
html{overflow-y:initial}body{overflow-y:auto}.banner-header .container{width:auto;max-width:100%;margin-left:.3125rem;margin-right:.3125rem}.curated-widget-heading,.curated-widget-description{margin-bottom:.3125rem}.curated-widget-link:hover{color:#f8981d}
|
|
@@ -50,7 +50,6 @@ html{overflow-y:initial}body{overflow-y:auto}.banner-header .container{width:aut
|
|
|
50
50
|
.YnXtZ{position:absolute;bottom:0;left:0;right:0;z-index:2;height:.25rem}
|
|
51
51
|
.w4cg8{color:#313543;border-radius:50%;width:2rem;height:2rem;opacity:.8}.w4cg8.JpIYd{width:1.5rem;height:1.5rem}
|
|
52
52
|
.Sc3C4{display:flex;align-items:center;min-width:1.875rem;width:1.875rem;height:1.875rem;transition:width .3s;overflow:hidden;position:relative}.Sc3C4 .Ag_ex{min-width:1.5rem;position:absolute;left:50%;transform:translateX(-50%)}.Sc3C4 .Ag_ex svg{vertical-align:top}.Sc3C4 .Ipmb3{display:none;line-height:1.875rem}.Sc3C4.Pi49o{min-width:1.5rem;width:1.5rem;height:1.5rem}.Sc3C4.Pi49o .Ag_ex{min-width:1.25rem}.Sc3C4.Pi49o .Ipmb3{font-size:80%;line-height:1.5rem}.Sc3C4:hover{width:100%;padding-right:.625rem}.Sc3C4:hover .Ipmb3{display:block}.Sc3C4:hover .Ag_ex{margin-left:.2rem;position:relative;left:.75rem}.Sc3C4:hover.Pi49o .Ag_ex{left:.55rem}
|
|
53
|
-
.TzWQw{position:absolute;top:0;left:0;right:0;bottom:0;z-index:6}
|
|
54
53
|
.ft_ST{position:absolute;top:.625rem;left:.625rem;z-index:3}.qu3A3{position:absolute;width:100%;height:100%;z-index:2;padding:.3125rem;color:#fff}.XAfZW{position:absolute;top:0;right:0;padding-top:.625rem;padding-right:.625rem;z-index:3;transform:translate3d(0, 0, 0)}.NTrtm{color:inherit;line-height:1.2;position:absolute;bottom:0;left:0;padding:.625rem;padding-top:0;width:100%}@media(max-width: 576px){.NTrtm{padding-bottom:.3125rem}}.NTrtm.puKcM{transform:scale(0.9);margin-left:-1rem;margin-bottom:-0.2rem}@media(max-width: 576px){._6FukN{margin-bottom:0 !important}}.rXzR8::after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to top, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.5) 5%, rgba(0, 0, 0, 0.4) 10%, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.05) 50%, rgba(0, 0, 0, 0.02) 60%, rgba(0, 0, 0, 0) 80%)}.dndOA{position:absolute;top:50%;left:50%;z-index:4;color:#fff;transform:translate3D(-50%, -50%, 0);transition:opacity 100ms ease-in-out;width:2.75rem;height:2.75rem}.yhWf4{position:absolute;bottom:0;left:0;right:0;height:.25rem}.yhWf4+.AtgmC{bottom:.5625rem}.E2egN,.WycwR{position:absolute;bottom:0;left:0;right:0;background-color:#363f5e;height:1.25rem;opacity:.9}.E2egN+.AtgmC,.WycwR+.AtgmC{bottom:1.5625rem}
|
|
55
54
|
.jO7pW{z-index:101}.xXfXO{animation:BrrtL .8s ease-in}@keyframes BrrtL{0%{transform:scale(var(--scale))}20%{transform:scale(var(--scale)/5)}}
|
|
56
55
|
.fy9Un .duration-badge-new,.fy9Un .rating-badge{height:1.5rem;font-weight:500;align-items:center;font-size:100%}.fy9Un{position:absolute;bottom:.625rem;right:.625rem;z-index:2}.fy9Un .rating-badge{width:auto;line-height:1.5}.fy9Un .duration-badge-new{line-height:1.3}.fy9Un.Rb0TL .duration-badge-new{font-size:90%;height:1.3rem;line-height:1.1}
|
|
@@ -63,6 +62,7 @@ html{overflow-y:initial}body{overflow-y:auto}.banner-header .container{width:aut
|
|
|
63
62
|
.vDcrq{width:13rem;max-width:50%;height:1.675rem}.GXhoW{height:1.1875rem;max-width:70%;width:30rem}.goKaS{width:5.5rem;max-width:20%;height:1.3125rem}.vFew6{height:1.3125rem;max-width:70%;width:25rem}
|
|
64
63
|
.Zw6d9{display:flex;flex-wrap:wrap}.jlL1c{background-color:#f1f1f1;color:#b5b5b5}.jlL1c:hover{background-color:#f1f1f1;color:#b5b5b5}.too_N{width:5rem}.OjtN8{line-height:1.1rem}.X9joI{opacity:1;background-size:.625rem}.X9joI:not(:disabled):hover{opacity:1}
|
|
65
64
|
.KQ5Wt{background-color:#f8f8f8}.KQ5Wt:not(:last-child){margin-bottom:.625rem}
|
|
65
|
+
.TzWQw{position:absolute;top:0;left:0;right:0;bottom:0;z-index:6}
|
|
66
66
|
.qz_5t{position:absolute;top:.625rem;left:.625rem;z-index:3}.whbhf{border-top-left-radius:.6rem;border-top-right-radius:.6rem}.vMaXP{overflow-y:auto;display:none}.vMaXP.tR1jA{display:block}.KJrT1{z-index:1;position:relative;box-shadow:none;transition:box-shadow .1s ease-in;padding:0 .94rem .94rem .94rem}.oZXV7{height:0;transition:height .3s ease-in-out}.oZXV7.EiQ04{height:10rem;padding:0 .94rem .94rem .94rem}.FAuzc{position:absolute;top:0;right:0;padding-top:.625rem;padding-right:.625rem;z-index:5;transform:translate3d(0, 0, 0)}
|
|
67
67
|
.qpc7L{position:absolute;width:100%;height:100%;z-index:2;background-color:#333;opacity:0;transition:opacity 100ms ease-in-out}.L8Oxs .b8kJW{width:2rem;height:2rem}.b8kJW{width:3.75rem;height:3.75rem}.L8Oxs .b8kJW,.b8kJW,.eo2p2{position:absolute;top:50%;left:50%;z-index:4;color:#fff;opacity:0;transform:translate3D(-50%, -50%, 0);transition:opacity 100ms ease-in-out}.lpwag:hover .qpc7L{opacity:.5}.lpwag:hover .eo2p2,.lpwag:hover .b8kJW{opacity:1}
|
|
68
68
|
.maxOx{color:#313543;background-color:rgba(241,241,241,.5)}.maxOx:hover{color:#fff;background-color:#60b789;opacity:.75;display:inline-block}.k3CBB{color:#fff;background-color:#60b789}.Czq9C{width:1.875rem;height:1.875rem}
|
|
@@ -152,7 +152,7 @@ html{overflow-y:initial}body{overflow-y:auto}.banner-header .container{width:aut
|
|
|
152
152
|
.e6MNo{background-color:#f8f8f8}
|
|
153
153
|
.hHr3C{min-height:75vh}
|
|
154
154
|
._dm7C{top:50%;left:50%;transform:translate(-50%, -70%)}
|
|
155
|
-
.GIWSN{position:sticky;top:0}.VmrTm .a8Xcm{min-width:4rem;max-width:4rem}.VmrTm .BMRCI{min-width:8rem;max-width:8rem;word-break:break-word}.VmrTm .h0EWu{min-width:8rem;max-width:8rem;word-break:break-word}.VmrTm .Lymqy{min-width:14rem;max-width:14rem;word-break:break-word}.VmrTm .KUiPJ{min-width:14rem;max-width:14rem;word-break:break-word}.isWDb .a8Xcm{min-width:4rem;max-width:4rem}.isWDb .BMRCI{max-width:5.5rem;min-width:5.5rem;word-break:break-word}.isWDb .h0EWu{max-width:5.5rem;min-width:5.5rem;word-break:break-word}.isWDb .Lymqy{max-width:11.5rem;min-width:11.5rem;word-break:break-word}.isWDb .KUiPJ{max-width:8.5rem;min-width:8.5rem;word-break:break-word}.isWDb .lO5gG{max-width:7rem;min-width:7rem;word-break:break-word}.isWDb .vfXfh{max-width:5.5rem;min-width:5.5rem;word-break:break-word}
|
|
155
|
+
.GIWSN{position:sticky;top:0}.VmrTm .a8Xcm{min-width:4rem;max-width:4rem}.VmrTm .BMRCI{min-width:8rem;max-width:8rem;word-break:break-word}.VmrTm .h0EWu{min-width:8rem;max-width:8rem;word-break:break-word}.VmrTm .Lymqy{min-width:14rem;max-width:14rem;word-break:break-word}.VmrTm .KUiPJ{min-width:14rem;max-width:14rem;word-break:break-word}.isWDb .a8Xcm{min-width:4rem;max-width:4rem}.isWDb .BMRCI{max-width:5.5rem;min-width:5.5rem;word-break:break-word}.isWDb .h0EWu{max-width:5.5rem;min-width:5.5rem;word-break:break-word}.isWDb .Lymqy{max-width:11.5rem;min-width:11.5rem;word-break:break-word}.isWDb .KUiPJ{max-width:8.5rem;min-width:8.5rem;word-break:break-word}.isWDb .lO5gG{max-width:7rem;min-width:7rem;word-break:break-word}.isWDb .vfXfh{max-width:5.5rem;min-width:5.5rem;word-break:break-word}.a8Xcm .custom-checkbox{margin-left:1rem}
|
|
156
156
|
.NcuWc label::after{cursor:pointer}
|
|
157
157
|
.uDXhS{opacity:.3}
|
|
158
158
|
.jWW4t{background-color:#f8f8f8}
|