@zscreate/form-component 1.1.689-test.3 → 1.1.689-test.5
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/form-component.css +33 -7
- package/dist/form-component.umd.js +301 -238
- package/package.json +1 -1
package/dist/form-component.css
CHANGED
|
@@ -3881,21 +3881,47 @@ span.CodeMirror-selectedtext { background: none; }
|
|
|
3881
3881
|
|
|
3882
3882
|
.uppy-Root{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;box-sizing:border-box;color:#333;font-family:-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Segoe UI Symbol,Segoe UI Emoji,Apple Color Emoji,Roboto,Helvetica,Arial,sans-serif;line-height:1;position:relative;text-align:left}.uppy-Root[dir=rtl],[dir=rtl] .uppy-Root{text-align:right}.uppy-Root *,.uppy-Root :after,.uppy-Root :before{box-sizing:inherit}.uppy-Root [hidden]{display:none}.uppy-u-reset{all:initial;-webkit-appearance:none;-moz-appearance:none;appearance:none;box-sizing:border-box;font-family:-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Segoe UI Symbol,Segoe UI Emoji,Apple Color Emoji,Roboto,Helvetica,Arial,sans-serif;line-height:1}[dir=rtl] .uppy-u-reset{text-align:right}.uppy-c-textInput{background-color:#fff;border:1px solid #ddd;border-radius:4px;font-family:inherit;font-size:14px;line-height:1.5;padding:6px 8px}.uppy-size--md .uppy-c-textInput{padding:8px 10px}.uppy-c-textInput:focus{border-color:#1269cf99;box-shadow:0 0 0 3px #1269cf26;outline:none}[data-uppy-theme=dark] .uppy-c-textInput{background-color:#333;border-color:#333;color:#eaeaea}[data-uppy-theme=dark] .uppy-c-textInput:focus{border-color:#525252;box-shadow:none}.uppy-c-icon{fill:currentColor;display:inline-block;max-height:100%;max-width:100%;overflow:hidden}.uppy-c-btn{align-items:center;color:inherit;display:inline-flex;font-family:inherit;font-size:inherit;font-weight:500;justify-content:center;line-height:1;transition-duration:.3s;transition-property:background-color,color;-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap}.uppy-c-btn,[dir=rtl] .uppy-c-btn{text-align:center}.uppy-c-btn:not(:disabled):not(.disabled){cursor:pointer}.uppy-c-btn::-moz-focus-inner{border:0}.uppy-c-btn-primary{background-color:#1269cf;border-radius:4px;color:#fff;font-size:14px;padding:10px 18px}.uppy-c-btn-primary:hover{background-color:#0e51a0}.uppy-c-btn-primary:focus{box-shadow:0 0 0 3px #1269cf66;outline:none}.uppy-size--md .uppy-c-btn-primary{padding:13px 22px}[data-uppy-theme=dark] .uppy-c-btn-primary{color:#eaeaea}[data-uppy-theme=dark] .uppy-c-btn-primary:focus{outline:none}[data-uppy-theme=dark] .uppy-c-btn-primary::-moz-focus-inner{border:0}[data-uppy-theme=dark] .uppy-c-btn-primary:focus{box-shadow:0 0 0 2px #aae1ffd9}.uppy-c-btn-link{background-color:initial;border-radius:4px;color:#525252;font-size:14px;line-height:1;padding:10px 15px}.uppy-c-btn-link:hover{color:#333}.uppy-c-btn-link:focus{box-shadow:0 0 0 3px #1269cf40;outline:none}.uppy-size--md .uppy-c-btn-link{padding:13px 18px}[data-uppy-theme=dark] .uppy-c-btn-link{color:#eaeaea}[data-uppy-theme=dark] .uppy-c-btn-link:focus{outline:none}[data-uppy-theme=dark] .uppy-c-btn-link::-moz-focus-inner{border:0}[data-uppy-theme=dark] .uppy-c-btn-link:focus{box-shadow:0 0 0 2px #aae1ffd9}[data-uppy-theme=dark] .uppy-c-btn-link:hover{color:#939393}
|
|
3883
3883
|
@charset "UTF-8";.uppy-Informer{bottom:60px;left:0;position:absolute;right:0;text-align:center;z-index:1005}.uppy-Informer span>div{margin-bottom:6px}.uppy-Informer-animated{opacity:0;transform:translateY(350%);transition:all .3s ease-in;z-index:-1000}.uppy-Informer p{background-color:#757575;border-radius:18px;color:#fff;display:inline-block;font-size:12px;font-weight:400;line-height:1.4;margin:0;max-width:90%;padding:6px 15px}.uppy-size--md .uppy-Informer p{font-size:14px;line-height:1.3;max-width:500px;padding:10px 20px}[data-uppy-theme=dark] .uppy-Informer p{background-color:#333}[dir=ltr] .uppy-Informer p span{left:3px}[dir=rtl] .uppy-Informer p span{right:3px}[dir=ltr] .uppy-Informer p span{margin-left:-1px}[dir=rtl] .uppy-Informer p span{margin-right:-1px}.uppy-Informer p span{background-color:#fff;border-radius:50%;color:#525252;display:inline-block;font-size:10px;height:13px;line-height:12px;position:relative;top:-1px;vertical-align:middle;width:13px}.uppy-Informer p span:hover{cursor:help}.uppy-Informer p span:after{word-wrap:break-word;line-height:1.3}.uppy-Root [aria-label][role~=tooltip]{position:relative}.uppy-Root [aria-label][role~=tooltip]:after,.uppy-Root [aria-label][role~=tooltip]:before{backface-visibility:hidden;box-sizing:border-box;opacity:0;pointer-events:none;position:absolute;transform:translateZ(0);transform-origin:top;transition:all var(--microtip-transition-duration,.18s) var(--microtip-transition-easing,ease-in-out) var(--microtip-transition-delay,0s);will-change:transform;z-index:10}.uppy-Root [aria-label][role~=tooltip]:before{background-size:100% auto!important;content:""}.uppy-Root [aria-label][role~=tooltip]:after{background:#111111e6;border-radius:4px;box-sizing:initial;color:#fff;content:attr(aria-label);font-size:var(--microtip-font-size,13px);font-weight:var(--microtip-font-weight,normal);padding:.5em 1em;text-transform:var(--microtip-text-transform,none);white-space:nowrap}.uppy-Root [aria-label][role~=tooltip]:focus:after,.uppy-Root [aria-label][role~=tooltip]:focus:before,.uppy-Root [aria-label][role~=tooltip]:hover:after,.uppy-Root [aria-label][role~=tooltip]:hover:before{opacity:1;pointer-events:auto}.uppy-Root [role~=tooltip][data-microtip-position|=top]:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2736%27 height=%2712%27%3E%3Cpath fill=%27rgba%2817, 17, 17, 0.9%29%27 d=%27M2.658 0h32.004c-6 0-11.627 12.002-16.002 12.002C14.285 12.002 8.594 0 2.658 0Z%27/%3E%3C/svg%3E") no-repeat;bottom:100%;height:6px;left:50%;margin-bottom:5px;transform:translate3d(-50%,0,0);width:18px}.uppy-Root [role~=tooltip][data-microtip-position|=top]:after{bottom:100%;left:50%;margin-bottom:11px;transform:translate3d(-50%,0,0)}.uppy-Root [role~=tooltip][data-microtip-position=top]:hover:after,.uppy-Root [role~=tooltip][data-microtip-position|=top]:hover:before{transform:translate3d(-50%,-5px,0)}.uppy-Root [role~=tooltip][data-microtip-position=top-left]:after{bottom:100%;transform:translate3d(calc(-100% + 16px),0,0)}.uppy-Root [role~=tooltip][data-microtip-position=top-left]:hover:after{transform:translate3d(calc(-100% + 16px),-5px,0)}.uppy-Root [role~=tooltip][data-microtip-position=top-right]:after{bottom:100%;transform:translate3d(-16px,0,0)}.uppy-Root [role~=tooltip][data-microtip-position=top-right]:hover:after{transform:translate3d(-16px,-5px,0)}.uppy-Root [role~=tooltip][data-microtip-position|=bottom]:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2736%27 height=%2712%27%3E%3Cpath fill=%27rgba%2817, 17, 17, 0.9%29%27 d=%27M33.342 12H1.338c6 0 11.627-12.002 16.002-12.002C21.715-.002 27.406 12 33.342 12Z%27/%3E%3C/svg%3E") no-repeat;bottom:auto;height:6px;left:50%;margin-bottom:0;margin-top:5px;top:100%;transform:translate3d(-50%,-10px,0);width:18px}.uppy-Root [role~=tooltip][data-microtip-position|=bottom]:after{left:50%;margin-top:11px;top:100%;transform:translate3d(-50%,-10px,0)}.uppy-Root [role~=tooltip][data-microtip-position=bottom]:hover:after,.uppy-Root [role~=tooltip][data-microtip-position|=bottom]:hover:before{transform:translate3d(-50%,0,0)}.uppy-Root [role~=tooltip][data-microtip-position=bottom-left]:after{top:100%;transform:translate3d(calc(-100% + 16px),-10px,0)}.uppy-Root [role~=tooltip][data-microtip-position=bottom-left]:hover:after{transform:translate3d(calc(-100% + 16px),0,0)}.uppy-Root [role~=tooltip][data-microtip-position=bottom-right]:after{top:100%;transform:translate3d(-16px,-10px,0)}.uppy-Root [role~=tooltip][data-microtip-position=bottom-right]:hover:after{transform:translate3d(-16px,0,0)}.uppy-Root [role~=tooltip][data-microtip-position=left]:after,.uppy-Root [role~=tooltip][data-microtip-position=left]:before{bottom:auto;left:auto;right:100%;top:50%;transform:translate3d(10px,-50%,0)}.uppy-Root [role~=tooltip][data-microtip-position=left]:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2712%27 height=%2736%27%3E%3Cpath fill=%27rgba%2817, 17, 17, 0.9%29%27 d=%27M0 33.342V1.338c0 6 12.002 11.627 12.002 16.002C12.002 21.715 0 27.406 0 33.342Z%27/%3E%3C/svg%3E") no-repeat;height:18px;margin-bottom:0;margin-right:5px;width:6px}.uppy-Root [role~=tooltip][data-microtip-position=left]:after{margin-right:11px}.uppy-Root [role~=tooltip][data-microtip-position=left]:hover:after,.uppy-Root [role~=tooltip][data-microtip-position=left]:hover:before{transform:translate3d(0,-50%,0)}.uppy-Root [role~=tooltip][data-microtip-position=right]:after,.uppy-Root [role~=tooltip][data-microtip-position=right]:before{bottom:auto;left:100%;top:50%;transform:translate3d(-10px,-50%,0)}.uppy-Root [role~=tooltip][data-microtip-position=right]:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2712%27 height=%2736%27%3E%3Cpath fill=%27rgba%2817, 17, 17, 0.9%29%27 d=%27M12 2.658v32.004c0-6-12.002-11.627-12.002-16.002C-.002 14.285 12 8.594 12 2.658Z%27/%3E%3C/svg%3E") no-repeat;height:18px;margin-bottom:0;margin-left:5px;width:6px}.uppy-Root [role~=tooltip][data-microtip-position=right]:after{margin-left:11px}.uppy-Root [role~=tooltip][data-microtip-position=right]:hover:after,.uppy-Root [role~=tooltip][data-microtip-position=right]:hover:before{transform:translate3d(0,-50%,0)}.uppy-Root [role~=tooltip][data-microtip-size=small]:after{white-space:normal;width:80px}.uppy-Root [role~=tooltip][data-microtip-size=medium]:after{white-space:normal;width:150px}.uppy-Root [role~=tooltip][data-microtip-size=large]:after{white-space:normal;width:260px}.uppy-StatusBar{background-color:#fff;color:#fff;display:flex;font-size:12px;font-weight:400;height:46px;line-height:40px;position:relative;transition:height .2s;z-index:1001}[data-uppy-theme=dark] .uppy-StatusBar{background-color:#1f1f1f}.uppy-StatusBar:before{background-color:#eaeaea;bottom:0;content:"";height:2px;left:0;position:absolute;right:0;top:0;width:100%}[data-uppy-theme=dark] .uppy-StatusBar:before{background-color:#757575}.uppy-StatusBar[aria-hidden=true]{height:0;overflow-y:hidden}.uppy-StatusBar.is-complete .uppy-StatusBar-progress{background-color:#1bb240}.uppy-StatusBar.is-error .uppy-StatusBar-progress{background-color:#e32437}.uppy-StatusBar.is-complete .uppy-StatusBar-statusIndicator{color:#1bb240}.uppy-StatusBar.is-error .uppy-StatusBar-statusIndicator{color:#e32437}.uppy-StatusBar:not([aria-hidden=true]).is-waiting{background-color:#fff;border-top:1px solid #eaeaea;height:65px}[data-uppy-theme=dark] .uppy-StatusBar:not([aria-hidden=true]).is-waiting{background-color:#1f1f1f;border-top:1px solid #333}.uppy-StatusBar-progress{background-color:#1269cf;height:2px;position:absolute;transition:background-color,width .3s ease-out;z-index:1001}.uppy-StatusBar-progress.is-indeterminate{animation:uppy-StatusBar-ProgressStripes 1s linear infinite;background-image:linear-gradient(45deg,#0000004d 25%,#0000 0,#0000 50%,#0000004d 0,#0000004d 75%,#0000 0,#0000);background-size:64px 64px}@keyframes uppy-StatusBar-ProgressStripes{0%{background-position:0 0}to{background-position:64px 0}}.uppy-StatusBar.is-postprocessing .uppy-StatusBar-progress,.uppy-StatusBar.is-preprocessing .uppy-StatusBar-progress{background-color:#f6a623}.uppy-StatusBar.is-waiting .uppy-StatusBar-progress{display:none}[dir=ltr] .uppy-StatusBar-content{padding-left:10px}[dir=rtl] .uppy-StatusBar-content{padding-right:10px}.uppy-StatusBar-content{align-items:center;color:#333;display:flex;height:100%;position:relative;text-overflow:ellipsis;white-space:nowrap;z-index:1002}[dir=ltr] .uppy-size--md .uppy-StatusBar-content{padding-left:15px}[dir=rtl] .uppy-size--md .uppy-StatusBar-content{padding-right:15px}[data-uppy-theme=dark] .uppy-StatusBar-content{color:#eaeaea}[dir=ltr] .uppy-StatusBar-status{padding-right:.3em}[dir=rtl] .uppy-StatusBar-status{padding-left:.3em}.uppy-StatusBar-status{display:flex;flex-direction:column;font-weight:400;justify-content:center;line-height:1.4}.uppy-StatusBar-statusPrimary{display:flex;font-weight:500;line-height:1}.uppy-StatusBar-statusPrimary button.uppy-StatusBar-details{margin-left:5px}[data-uppy-theme=dark] .uppy-StatusBar-statusPrimary{color:#eaeaea}.uppy-StatusBar-statusSecondary{color:#757575;display:inline-block;font-size:11px;line-height:1.2;margin-top:1px;white-space:nowrap}[data-uppy-theme=dark] .uppy-StatusBar-statusSecondary{color:#bbb}[dir=ltr] .uppy-StatusBar-statusSecondaryHint{margin-right:5px}[dir=rtl] .uppy-StatusBar-statusSecondaryHint{margin-left:5px}.uppy-StatusBar-statusSecondaryHint{display:inline-block;line-height:1;vertical-align:middle}[dir=ltr] .uppy-size--md .uppy-StatusBar-statusSecondaryHint{margin-right:8px}[dir=rtl] .uppy-size--md .uppy-StatusBar-statusSecondaryHint{margin-left:8px}[dir=ltr] .uppy-StatusBar-statusIndicator{margin-right:7px}[dir=rtl] .uppy-StatusBar-statusIndicator{margin-left:7px}.uppy-StatusBar-statusIndicator{color:#525252;position:relative;top:1px}.uppy-StatusBar-statusIndicator svg{vertical-align:text-bottom}[dir=ltr] .uppy-StatusBar-actions{right:10px}[dir=rtl] .uppy-StatusBar-actions{left:10px}.uppy-StatusBar-actions{align-items:center;bottom:0;display:flex;position:absolute;top:0;z-index:1004}.uppy-StatusBar.is-waiting .uppy-StatusBar-actions{background-color:#fafafa;height:100%;padding:0 15px;position:static;width:100%}[data-uppy-theme=dark] .uppy-StatusBar.is-waiting .uppy-StatusBar-actions{background-color:#1f1f1f}.uppy-StatusBar:not([aria-hidden=true]).is-waiting.has-ghosts{flex-direction:column;height:90px}.uppy-size--md .uppy-StatusBar:not([aria-hidden=true]).is-waiting.has-ghosts{flex-direction:row;height:65px}.uppy-StatusBar:not([aria-hidden=true]).is-waiting.has-ghosts .uppy-StatusBar-actions{flex-direction:column;justify-content:center}.uppy-size--md .uppy-StatusBar:not([aria-hidden=true]).is-waiting.has-ghosts .uppy-StatusBar-actions{flex-direction:row;justify-content:normal}.uppy-StatusBar-actionCircleBtn{cursor:pointer;line-height:1;margin:3px;opacity:.9}.uppy-StatusBar-actionCircleBtn:focus{outline:none}.uppy-StatusBar-actionCircleBtn::-moz-focus-inner{border:0}.uppy-StatusBar-actionCircleBtn:focus{box-shadow:0 0 0 3px #1269cf80}[data-uppy-theme=dark] .uppy-StatusBar-actionCircleBtn:focus{outline:none}[data-uppy-theme=dark] .uppy-StatusBar-actionCircleBtn::-moz-focus-inner{border:0}[data-uppy-theme=dark] .uppy-StatusBar-actionCircleBtn:focus{box-shadow:0 0 0 2px #aae1ffd9}.uppy-StatusBar-actionCircleBtn:hover{opacity:1}.uppy-StatusBar-actionCircleBtn:focus{border-radius:50%}.uppy-StatusBar-actionCircleBtn svg{vertical-align:bottom}.uppy-StatusBar-actionBtn{color:#1269cf;display:inline-block;font-size:10px;line-height:inherit;vertical-align:middle}.uppy-size--md .uppy-StatusBar-actionBtn{font-size:11px}.uppy-StatusBar-actionBtn--disabled{opacity:.4}[data-uppy-theme=dark] .uppy-StatusBar-actionBtn--disabled{opacity:.7}[dir=ltr] .uppy-StatusBar-actionBtn--retry{margin-right:6px}[dir=rtl] .uppy-StatusBar-actionBtn--retry{margin-left:6px}.uppy-StatusBar-actionBtn--retry{background-color:#ff4b23;border-radius:8px;color:#fff;height:16px;line-height:1;padding:1px 6px 3px 18px;position:relative}.uppy-StatusBar-actionBtn--retry:focus{outline:none}.uppy-StatusBar-actionBtn--retry::-moz-focus-inner{border:0}.uppy-StatusBar-actionBtn--retry:focus{box-shadow:0 0 0 3px #1269cf80}[data-uppy-theme=dark] .uppy-StatusBar-actionBtn--retry:focus{outline:none}[data-uppy-theme=dark] .uppy-StatusBar-actionBtn--retry::-moz-focus-inner{border:0}[data-uppy-theme=dark] .uppy-StatusBar-actionBtn--retry:focus{box-shadow:0 0 0 2px #aae1ffd9}.uppy-StatusBar-actionBtn--retry:hover{background-color:#f92d00}[dir=ltr] .uppy-StatusBar-actionBtn--retry svg{left:6px}[dir=rtl] .uppy-StatusBar-actionBtn--retry svg{right:6px}.uppy-StatusBar-actionBtn--retry svg{position:absolute;top:3px}.uppy-StatusBar.is-waiting .uppy-StatusBar-actionBtn--upload{background-color:#1bb240;color:#fff;font-size:14px;line-height:1;padding:15px 10px;width:100%}.uppy-StatusBar.is-waiting .uppy-StatusBar-actionBtn--upload:hover{background-color:#189c38}[data-uppy-theme=dark] .uppy-StatusBar.is-waiting .uppy-StatusBar-actionBtn--upload{background-color:#1c8b37}[data-uppy-theme=dark] .uppy-StatusBar.is-waiting .uppy-StatusBar-actionBtn--upload:hover{background-color:#18762f}.uppy-size--md .uppy-StatusBar.is-waiting .uppy-StatusBar-actionBtn--upload{padding:13px 22px;width:auto}.uppy-StatusBar.is-waiting .uppy-StatusBar-actionBtn--upload.uppy-StatusBar-actionBtn--disabled:hover{background-color:#1bb240;cursor:not-allowed}[data-uppy-theme=dark] .uppy-StatusBar.is-waiting .uppy-StatusBar-actionBtn--upload.uppy-StatusBar-actionBtn--disabled:hover{background-color:#1c8b37}.uppy-StatusBar:not(.is-waiting) .uppy-StatusBar-actionBtn--upload{background-color:initial;color:#1269cf}[dir=ltr] .uppy-StatusBar-actionBtn--uploadNewlyAdded{padding-right:3px}[dir=ltr] .uppy-StatusBar-actionBtn--uploadNewlyAdded,[dir=rtl] .uppy-StatusBar-actionBtn--uploadNewlyAdded{padding-left:3px}[dir=rtl] .uppy-StatusBar-actionBtn--uploadNewlyAdded{padding-right:3px}.uppy-StatusBar-actionBtn--uploadNewlyAdded{border-radius:3px;padding-bottom:1px}.uppy-StatusBar-actionBtn--uploadNewlyAdded:focus{outline:none}.uppy-StatusBar-actionBtn--uploadNewlyAdded::-moz-focus-inner{border:0}.uppy-StatusBar-actionBtn--uploadNewlyAdded:focus{box-shadow:0 0 0 3px #1269cf80}[data-uppy-theme=dark] .uppy-StatusBar-actionBtn--uploadNewlyAdded:focus{outline:none}[data-uppy-theme=dark] .uppy-StatusBar-actionBtn--uploadNewlyAdded::-moz-focus-inner{border:0}[data-uppy-theme=dark] .uppy-StatusBar-actionBtn--uploadNewlyAdded:focus{box-shadow:0 0 0 2px #aae1ffd9}.uppy-StatusBar.is-postprocessing .uppy-StatusBar-actionBtn--uploadNewlyAdded,.uppy-StatusBar.is-preprocessing .uppy-StatusBar-actionBtn--uploadNewlyAdded{display:none}.uppy-StatusBar-actionBtn--done{border-radius:3px;line-height:1;padding:7px 8px}.uppy-StatusBar-actionBtn--done:focus{outline:none}.uppy-StatusBar-actionBtn--done::-moz-focus-inner{border:0}.uppy-StatusBar-actionBtn--done:hover{color:#0e51a0}.uppy-StatusBar-actionBtn--done:focus{background-color:#dfe6f1}[data-uppy-theme=dark] .uppy-StatusBar-actionBtn--done:focus{background-color:#333}[data-uppy-theme=dark] .uppy-StatusBar-actionBtn--done{color:#02baf2}.uppy-size--md .uppy-StatusBar-actionBtn--done{font-size:14px}.uppy-StatusBar-serviceMsg{color:#000;font-size:11px;line-height:1.1;padding-left:10px}.uppy-size--md .uppy-StatusBar-serviceMsg{font-size:14px;padding-left:15px}[data-uppy-theme=dark] .uppy-StatusBar-serviceMsg{color:#eaeaea}.uppy-StatusBar-serviceMsg-ghostsIcon{left:6px;opacity:.5;position:relative;top:2px;vertical-align:text-bottom;width:10px}.uppy-size--md .uppy-StatusBar-serviceMsg-ghostsIcon{left:10px;top:1px;width:15px}[dir=ltr] .uppy-StatusBar-details{left:2px}[dir=rtl] .uppy-StatusBar-details{right:2px}.uppy-StatusBar-details{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#939393;border-radius:50%;color:#fff;cursor:help;display:inline-block;font-size:10px;font-weight:600;height:13px;line-height:12px;position:relative;text-align:center;top:0;vertical-align:middle;width:13px}.uppy-StatusBar-details:after{word-wrap:break-word;line-height:1.3}[dir=ltr] .uppy-StatusBar-spinner{margin-right:10px}[dir=rtl] .uppy-StatusBar-spinner{margin-left:10px}.uppy-StatusBar-spinner{fill:#1269cf;animation-duration:1s;animation-iteration-count:infinite;animation-name:uppy-StatusBar-spinnerAnimation;animation-timing-function:linear}.uppy-StatusBar.is-postprocessing .uppy-StatusBar-spinner,.uppy-StatusBar.is-preprocessing .uppy-StatusBar-spinner{fill:#f6a623}@keyframes uppy-StatusBar-spinnerAnimation{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.uppy-ProviderBrowser-viewType--grid ul.uppy-ProviderBrowser-list,.uppy-ProviderBrowser-viewType--unsplash ul.uppy-ProviderBrowser-list{align-items:flex-start;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;padding:6px}.uppy-ProviderBrowser-viewType--grid ul.uppy-ProviderBrowser-list:after,.uppy-ProviderBrowser-viewType--unsplash ul.uppy-ProviderBrowser-list:after{content:"";flex:auto}.uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem,.uppy-ProviderBrowser-viewType--unsplash li.uppy-ProviderBrowserItem{margin:0;position:relative;width:50%}.uppy-size--md .uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem,.uppy-size--md .uppy-ProviderBrowser-viewType--unsplash li.uppy-ProviderBrowserItem{width:33.3333%}.uppy-size--lg .uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem,.uppy-size--lg .uppy-ProviderBrowser-viewType--unsplash li.uppy-ProviderBrowserItem{width:25%}.uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem:before,.uppy-ProviderBrowser-viewType--unsplash li.uppy-ProviderBrowserItem:before{content:"";display:block;padding-top:100%}.uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem--selected img,.uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem--selected svg,.uppy-ProviderBrowser-viewType--unsplash li.uppy-ProviderBrowserItem--selected img,.uppy-ProviderBrowser-viewType--unsplash li.uppy-ProviderBrowserItem--selected svg{opacity:.85}.uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem--disabled,.uppy-ProviderBrowser-viewType--unsplash li.uppy-ProviderBrowserItem--disabled{opacity:.5}.uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem--noPreview .uppy-ProviderBrowserItem-inner,.uppy-ProviderBrowser-viewType--unsplash li.uppy-ProviderBrowserItem--noPreview .uppy-ProviderBrowserItem-inner{background-color:#93939333}[data-uppy-theme=dark] .uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem--noPreview .uppy-ProviderBrowserItem-inner,[data-uppy-theme=dark] .uppy-ProviderBrowser-viewType--unsplash li.uppy-ProviderBrowserItem--noPreview .uppy-ProviderBrowserItem-inner{background-color:#eaeaea33}.uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem--noPreview svg,.uppy-ProviderBrowser-viewType--unsplash li.uppy-ProviderBrowserItem--noPreview svg{fill:#000000b3;height:30%;width:30%}[data-uppy-theme=dark] .uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem--noPreview svg,[data-uppy-theme=dark] .uppy-ProviderBrowser-viewType--unsplash li.uppy-ProviderBrowserItem--noPreview svg{fill:#fffc}.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-inner,.uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-inner{border-radius:4px;bottom:7px;height:calc(100% - 14px);left:7px;overflow:hidden;position:absolute;right:7px;text-align:center;top:7px;width:calc(100% - 14px)}@media (hover:none){.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-inner .uppy-ProviderBrowserItem-author,.uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-inner .uppy-ProviderBrowserItem-author{display:block}}[data-uppy-theme=dark] .uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-inner,[data-uppy-theme=dark] .uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-inner{box-shadow:0 0 0 3px #aae1ffb3}.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-inner img,.uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-inner img{border-radius:4px;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-author,.uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-author{background:#0000004d;bottom:0;color:#fff;display:none;font-size:12px;font-weight:500;left:0;margin:0;padding:5px;position:absolute;text-decoration:none;width:100%}.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-author:hover,.uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-author:hover{background:#0006;text-decoration:underline}.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-checkbox,.uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-checkbox{background-color:#1269cf;border-radius:50%;height:26px;opacity:0;position:absolute;right:16px;top:16px;width:26px;z-index:1002}[dir=ltr] .uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-checkbox:after,[dir=ltr] .uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-checkbox:after{left:7px}[dir=rtl] .uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-checkbox:after,[dir=rtl] .uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-checkbox:after{right:7px}.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-checkbox:after,.uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-checkbox:after{height:7px;top:8px;width:12px}.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-checkbox--is-checked,.uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-checkbox--is-checked{opacity:1}.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-checkbox--grid:focus+label .uppy-ProviderBrowserItem-author,.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-checkbox--grid:hover+label .uppy-ProviderBrowserItem-author,.uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-checkbox--grid:focus+label .uppy-ProviderBrowserItem-author,.uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-checkbox--grid:hover+label .uppy-ProviderBrowserItem-author{display:block}.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-checkbox--grid:focus+label,.uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-checkbox--grid:focus+label{box-shadow:0 0 0 3px #1269cf80}.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-checkbox--grid:focus+label:focus,.uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-checkbox--grid:focus+label:focus{outline:none}.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-checkbox--grid:focus+label::-moz-focus-inner,.uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-checkbox--grid:focus+label::-moz-focus-inner{border:0}.uppy-ProviderBrowser-viewType--list{background-color:#fff}[data-uppy-theme=dark] .uppy-ProviderBrowser-viewType--list{background-color:#1f1f1f}.uppy-ProviderBrowser-viewType--list li.uppy-ProviderBrowserItem{align-items:center;display:flex;margin:0;padding:7px 15px}[data-uppy-theme=dark] .uppy-ProviderBrowser-viewType--list li.uppy-ProviderBrowserItem{color:#eaeaea}.uppy-ProviderBrowser-viewType--list li.uppy-ProviderBrowserItem--disabled{opacity:.6}[dir=ltr] .uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-checkbox{margin-right:15px}[dir=rtl] .uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-checkbox{margin-left:15px}.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-checkbox{background-color:#fff;border:1px solid #cfcfcf;border-radius:3px;height:17px;width:17px}.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-checkbox:focus{border:1px solid #1269cf;box-shadow:0 0 0 3px #1269cf40;outline:none}[dir=ltr] .uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-checkbox:after{left:3px}[dir=rtl] .uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-checkbox:after{right:3px}.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-checkbox:after{height:5px;opacity:0;top:4px;width:9px}[data-uppy-theme=dark] .uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-checkbox:focus{border-color:#02baf2b3;box-shadow:0 0 0 3px #02baf233}.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-checkbox--is-checked{background-color:#1269cf;border-color:#1269cf}.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-checkbox--is-checked:after{opacity:1}.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-inner{align-items:center;color:inherit;display:flex;font-family:-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Segoe UI Symbol,Segoe UI Emoji,Apple Color Emoji,Roboto,Helvetica,Arial,sans-serif;overflow:hidden;padding:2px;text-overflow:ellipsis;white-space:nowrap}.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-inner:focus{outline:none;text-decoration:underline}[dir=ltr] .uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-inner img,[dir=ltr] .uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-inner svg{margin-right:8px}[dir=rtl] .uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-inner img,[dir=rtl] .uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-inner svg{margin-left:8px}.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-inner span{line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem--disabled .uppy-ProviderBrowserItem-inner{cursor:default}[dir=ltr] .uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-iconWrap{margin-right:7px}[dir=rtl] .uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-iconWrap{margin-left:7px}.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-iconWrap{width:20px}.uppy-ProviderBrowserItem-checkbox{cursor:pointer;flex-shrink:0;position:relative}.uppy-ProviderBrowserItem-checkbox:disabled{cursor:default}.uppy-ProviderBrowserItem-checkbox:after{border-bottom:2px solid #eaeaea;border-left:2px solid #eaeaea;content:"";cursor:pointer;position:absolute;transform:rotate(-45deg)}.uppy-ProviderBrowserItem-checkbox:disabled:after{cursor:default}[data-uppy-theme=dark] .uppy-ProviderBrowserItem-checkbox{background-color:#1f1f1f;border-color:#939393}[data-uppy-theme=dark] .uppy-ProviderBrowserItem-checkbox--is-checked{background-color:#333}.uppy-SearchProvider{align-items:center;display:flex;flex:1;flex-direction:column;height:100%;justify-content:center;width:100%}[data-uppy-theme=dark] .uppy-SearchProvider{background-color:#1f1f1f}.uppy-SearchProvider-input{margin-bottom:15px;max-width:650px;width:90%}.uppy-size--md .uppy-SearchProvider-input{margin-bottom:20px}.uppy-SearchProvider-input::-webkit-search-cancel-button{display:none}.uppy-SearchProvider-searchButton{padding:13px 25px}.uppy-size--md .uppy-SearchProvider-searchButton{padding:13px 30px}.uppy-DashboardContent-panelBody{align-items:center;display:flex;flex:1;justify-content:center}[data-uppy-theme=dark] .uppy-DashboardContent-panelBody{background-color:#1f1f1f}.uppy-Provider-auth,.uppy-Provider-empty,.uppy-Provider-error,.uppy-Provider-loading{align-items:center;color:#939393;display:flex;flex:1;flex-flow:column wrap;justify-content:center}.uppy-Provider-empty{color:#939393}.uppy-Provider-authIcon svg{height:75px;width:100px}.uppy-Provider-authTitle{color:#757575;font-size:17px;font-weight:400;line-height:1.4;margin-bottom:30px;max-width:500px;padding:0 15px;text-align:center}.uppy-size--md .uppy-Provider-authTitle{font-size:20px}[data-uppy-theme=dark] .uppy-Provider-authTitle{color:#cfcfcf}.uppy-Provider-btn-google{align-items:center;background:#4285f4;display:flex;padding:8px 12px!important}.uppy-Provider-btn-google:hover{background-color:#1266f1}.uppy-Provider-btn-google:focus{box-shadow:0 0 0 3px #4285f466;outline:none}.uppy-Provider-btn-google svg{margin-right:8px}[dir=ltr] .uppy-Provider-breadcrumbs{text-align:left}[dir=rtl] .uppy-Provider-breadcrumbs{text-align:right}.uppy-Provider-breadcrumbs{color:#525252;flex:1;font-size:12px;margin-bottom:10px}.uppy-size--md .uppy-Provider-breadcrumbs{margin-bottom:0}[data-uppy-theme=dark] .uppy-Provider-breadcrumbs{color:#eaeaea}[dir=ltr] .uppy-Provider-breadcrumbsIcon{margin-right:4px}[dir=rtl] .uppy-Provider-breadcrumbsIcon{margin-left:4px}.uppy-Provider-breadcrumbsIcon{color:#525252;display:inline-block;line-height:1;vertical-align:middle}.uppy-Provider-breadcrumbsIcon svg{fill:#525252;height:13px;width:13px}.uppy-Provider-breadcrumbs button{border-radius:3px;display:inline-block;line-height:inherit;padding:4px}.uppy-Provider-breadcrumbs button:focus{outline:none}.uppy-Provider-breadcrumbs button::-moz-focus-inner{border:0}.uppy-Provider-breadcrumbs button:hover{color:#0e51a0}.uppy-Provider-breadcrumbs button:focus{background-color:#dfe6f1}[data-uppy-theme=dark] .uppy-Provider-breadcrumbs button:focus{background-color:#333}.uppy-Provider-breadcrumbs button:not(:last-of-type){text-decoration:underline}.uppy-Provider-breadcrumbs button:last-of-type{color:#333;cursor:normal;font-weight:500;pointer-events:none}.uppy-Provider-breadcrumbs button:hover{cursor:pointer}[data-uppy-theme=dark] .uppy-Provider-breadcrumbs button{color:#eaeaea}.uppy-ProviderBrowser{display:flex;flex:1;flex-direction:column;font-size:14px;font-weight:400;height:100%}.uppy-ProviderBrowser-user{color:#333;font-weight:500;margin:0 8px 0 0}[data-uppy-theme=dark] .uppy-ProviderBrowser-user{color:#eaeaea}[dir=ltr] .uppy-ProviderBrowser-user:after{left:4px}[dir=rtl] .uppy-ProviderBrowser-user:after{right:4px}.uppy-ProviderBrowser-user:after{color:#939393;content:"·";font-weight:400;position:relative}.uppy-ProviderBrowser-header{border-bottom:1px solid #eaeaea;position:relative;z-index:1001}[data-uppy-theme=dark] .uppy-ProviderBrowser-header{border-bottom:1px solid #333}.uppy-ProviderBrowser-headerBar{background-color:#fafafa;color:#757575;font-size:12px;line-height:1.4;padding:7px 15px;z-index:1001}.uppy-size--md .uppy-ProviderBrowser-headerBar{align-items:center;display:flex}[data-uppy-theme=dark] .uppy-ProviderBrowser-headerBar{background-color:#1f1f1f}.uppy-ProviderBrowser-headerBar--simple{display:block;justify-content:center;text-align:center}.uppy-ProviderBrowser-headerBar--simple .uppy-Provider-breadcrumbsWrap{display:inline-block;flex:none;vertical-align:middle}.uppy-ProviderBrowser-searchFilter{align-items:center;display:flex;height:30px;margin-bottom:15px;margin-top:15px;padding-left:8px;padding-right:8px;position:relative;width:100%}[dir=ltr] .uppy-ProviderBrowser-searchFilterInput{padding-left:30px}[dir=ltr] .uppy-ProviderBrowser-searchFilterInput,[dir=rtl] .uppy-ProviderBrowser-searchFilterInput{padding-right:30px}[dir=rtl] .uppy-ProviderBrowser-searchFilterInput{padding-left:30px}.uppy-ProviderBrowser-searchFilterInput{background-color:#eaeaea;border:0;border-radius:4px;color:#333;font-family:-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Segoe UI Symbol,Segoe UI Emoji,Apple Color Emoji,Roboto,Helvetica,Arial,sans-serif;font-size:13px;height:30px;line-height:1.4;outline:0;width:100%;z-index:1001}.uppy-ProviderBrowser-searchFilterInput::-webkit-search-cancel-button{display:none}[data-uppy-theme=dark] .uppy-ProviderBrowser-searchFilterInput{background-color:#1f1f1f;color:#eaeaea}.uppy-ProviderBrowser-searchFilterInput:focus{background-color:#cfcfcf;border:0}[data-uppy-theme=dark] .uppy-ProviderBrowser-searchFilterInput:focus{background-color:#333}[dir=ltr] .uppy-ProviderBrowser-searchFilterIcon{left:16px}[dir=rtl] .uppy-ProviderBrowser-searchFilterIcon{right:16px}.uppy-ProviderBrowser-searchFilterIcon{color:#757575;height:12px;position:absolute;width:12px;z-index:1002}.uppy-ProviderBrowser-searchFilterInput::-moz-placeholder{color:#939393;opacity:1}.uppy-ProviderBrowser-searchFilterInput::placeholder{color:#939393;opacity:1}[dir=ltr] .uppy-ProviderBrowser-searchFilterReset{right:16px}[dir=rtl] .uppy-ProviderBrowser-searchFilterReset{left:16px}.uppy-ProviderBrowser-searchFilterReset{border-radius:3px;color:#939393;cursor:pointer;height:22px;padding:6px;position:absolute;width:22px;z-index:1002}.uppy-ProviderBrowser-searchFilterReset:focus{outline:none}.uppy-ProviderBrowser-searchFilterReset::-moz-focus-inner{border:0}.uppy-ProviderBrowser-searchFilterReset:focus{box-shadow:0 0 0 3px #1269cf80}.uppy-ProviderBrowser-searchFilterReset:hover{color:#757575}.uppy-ProviderBrowser-searchFilterReset svg{vertical-align:text-top}.uppy-ProviderBrowser-userLogout{border-radius:3px;color:#1269cf;cursor:pointer;line-height:inherit;padding:4px}.uppy-ProviderBrowser-userLogout:focus{outline:none}.uppy-ProviderBrowser-userLogout::-moz-focus-inner{border:0}.uppy-ProviderBrowser-userLogout:hover{color:#0e51a0}.uppy-ProviderBrowser-userLogout:focus{background-color:#dfe6f1}[data-uppy-theme=dark] .uppy-ProviderBrowser-userLogout:focus{background-color:#333}.uppy-ProviderBrowser-userLogout:hover{text-decoration:underline}[data-uppy-theme=dark] .uppy-ProviderBrowser-userLogout{color:#eaeaea}.uppy-ProviderBrowser-body{flex:1;position:relative}.uppy-ProviderBrowser-list{-webkit-overflow-scrolling:touch;background-color:#fff;border-spacing:0;bottom:0;display:block;flex:1;height:100%;left:0;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;right:0;top:0;width:100%}[data-uppy-theme=dark] .uppy-ProviderBrowser-list{background-color:#1f1f1f}.uppy-ProviderBrowser-list:focus{outline:none}.uppy-ProviderBrowserItem-inner{cursor:pointer;font-size:13px;font-weight:500}.uppy-ProviderBrowser-footer{align-items:center;background-color:#fff;border-top:1px solid #eaeaea;display:flex;height:65px;padding:0 15px}[dir=ltr] .uppy-ProviderBrowser-footer button{margin-right:8px}[dir=rtl] .uppy-ProviderBrowser-footer button{margin-left:8px}[data-uppy-theme=dark] .uppy-ProviderBrowser-footer{background-color:#1f1f1f;border-top:1px solid #333}.uppy-Dashboard-Item-previewInnerWrap{align-items:center;border-radius:3px;box-shadow:0 0 2px 0 #0006;display:flex;flex-direction:column;height:100%;justify-content:center;overflow:hidden;position:relative;width:100%}.uppy-size--md .uppy-Dashboard-Item-previewInnerWrap{box-shadow:0 1px 2px #00000026}.uppy-Dashboard--singleFile .uppy-Dashboard-Item-previewInnerWrap{box-shadow:none}.uppy-Dashboard-Item-previewInnerWrap:after{background-color:#000000a6;bottom:0;content:"";display:none;left:0;position:absolute;right:0;top:0;z-index:1001}.uppy-Dashboard-Item-previewLink{bottom:0;left:0;position:absolute;right:0;top:0;z-index:1002}.uppy-Dashboard-Item-previewLink:focus{box-shadow:inset 0 0 0 3px #579df0}[data-uppy-theme=dark] .uppy-Dashboard-Item-previewLink:focus{box-shadow:inset 0 0 0 3px #016c8d}.uppy-Dashboard-Item-preview img.uppy-Dashboard-Item-previewImg{border-radius:3px;height:100%;-o-object-fit:cover;object-fit:cover;transform:translateZ(0);width:100%}.uppy-Dashboard--singleFile .uppy-Dashboard-Item-preview img.uppy-Dashboard-Item-previewImg{height:auto;max-height:100%;max-width:100%;-o-object-fit:contain;object-fit:contain;padding:10px;width:auto}.uppy-Dashboard-Item-progress{color:#fff;left:50%;position:absolute;text-align:center;top:50%;transform:translate(-50%,-50%);transition:all .35 ease;width:120px;z-index:1002}.uppy-Dashboard-Item-progressIndicator{color:#fff;display:inline-block;height:38px;opacity:.9;width:38px}.uppy-size--md .uppy-Dashboard-Item-progressIndicator{height:55px;width:55px}button.uppy-Dashboard-Item-progressIndicator{cursor:pointer}button.uppy-Dashboard-Item-progressIndicator:focus{outline:none}button.uppy-Dashboard-Item-progressIndicator::-moz-focus-inner{border:0}button.uppy-Dashboard-Item-progressIndicator:focus .uppy-Dashboard-Item-progressIcon--bg,button.uppy-Dashboard-Item-progressIndicator:focus .uppy-Dashboard-Item-progressIcon--retry{fill:#579df0}.uppy-Dashboard-Item-progressIcon--circle{height:100%;width:100%}.uppy-Dashboard-Item-progressIcon--bg{stroke:#fff6}.uppy-Dashboard-Item-progressIcon--progress{stroke:#fff;transition:stroke-dashoffset .5s ease-out}.uppy-Dashboard-Item-progressIcon--play{fill:#fff;stroke:#fff;transition:all .2s}.uppy-Dashboard-Item-progressIcon--cancel{fill:#fff;transition:all .2s}.uppy-Dashboard-Item-progressIcon--pause{fill:#fff;stroke:#fff;transition:all .2s}.uppy-Dashboard-Item-progressIcon--check{fill:#fff;transition:all .2s}.uppy-Dashboard-Item-progressIcon--retry{fill:#fff}[dir=ltr] .uppy-Dashboard-Item.is-complete .uppy-Dashboard-Item-progress{right:-8px}[dir=rtl] .uppy-Dashboard-Item.is-complete .uppy-Dashboard-Item-progress{left:-8px}[dir=ltr] .uppy-Dashboard-Item.is-complete .uppy-Dashboard-Item-progress{left:auto}[dir=rtl] .uppy-Dashboard-Item.is-complete .uppy-Dashboard-Item-progress{right:auto}.uppy-Dashboard-Item.is-complete .uppy-Dashboard-Item-progress{top:-9px;transform:none;width:auto}.uppy-Dashboard-Item.is-error .uppy-Dashboard-Item-progressIndicator{height:18px;width:18px}.uppy-size--md .uppy-Dashboard-Item.is-error .uppy-Dashboard-Item-progressIndicator{height:28px;width:28px}.uppy-Dashboard-Item.is-complete .uppy-Dashboard-Item-progressIndicator{height:18px;opacity:1;width:18px}.uppy-size--md .uppy-Dashboard-Item.is-complete .uppy-Dashboard-Item-progressIndicator{height:22px;width:22px}.uppy-Dashboard-Item.is-processing .uppy-Dashboard-Item-progress{opacity:0}[dir=ltr] .uppy-Dashboard-Item-fileInfo{padding-right:5px}[dir=rtl] .uppy-Dashboard-Item-fileInfo{padding-left:5px}[dir=ltr] .uppy-Dashboard--singleFile .uppy-Dashboard-Item-fileInfo{padding-right:10px}[dir=rtl] .uppy-Dashboard--singleFile .uppy-Dashboard-Item-fileInfo{padding-left:10px}[dir=ltr] .uppy-size--md.uppy-Dashboard--singleFile .uppy-Dashboard-Item-fileInfo{padding-right:15px}[dir=rtl] .uppy-size--md.uppy-Dashboard--singleFile .uppy-Dashboard-Item-fileInfo{padding-left:15px}.uppy-Dashboard-Item-name{word-wrap:anywhere;font-size:12px;font-weight:500;line-height:1.3;margin-bottom:5px;word-break:break-all}[data-uppy-theme=dark] .uppy-Dashboard-Item-name{color:#eaeaea}.uppy-size--md.uppy-Dashboard--singleFile .uppy-Dashboard-Item-name{font-size:14px;line-height:1.4}.uppy-Dashboard-Item-fileName{align-items:baseline;display:flex}.uppy-Dashboard-Item-fileName button{margin-left:5px}.uppy-Dashboard-Item-author{color:#757575;display:inline-block;font-size:11px;font-weight:400;line-height:1;margin-bottom:5px;vertical-align:bottom}.uppy-Dashboard-Item-author a{color:#757575}.uppy-Dashboard-Item-status{color:#757575;font-size:11px;font-weight:400;line-height:1}[data-uppy-theme=dark] .uppy-Dashboard-Item-status{color:#bbb}.uppy-Dashboard-Item-statusSize{display:inline-block;margin-bottom:5px;text-transform:uppercase;vertical-align:bottom}.uppy-Dashboard-Item-reSelect{color:#1269cf;font-family:inherit;font-size:inherit;font-weight:600}.uppy-Dashboard-Item-errorMessage{background-color:#fdeff1;color:#a51523;font-size:11px;font-weight:500;line-height:1.3;padding:5px 6px}.uppy-Dashboard-Item-errorMessageBtn{color:#a51523;cursor:pointer;font-size:11px;font-weight:500;text-decoration:underline}.uppy-Dashboard-Item-preview .uppy-Dashboard-Item-errorMessage{display:none}.uppy-size--md .uppy-Dashboard-Item-preview .uppy-Dashboard-Item-errorMessage{border-bottom-left-radius:3px;border-bottom-right-radius:3px;border-top:1px solid #f7c2c8;bottom:0;display:block;left:0;line-height:1.4;padding:6px 8px;position:absolute;right:0}.uppy-Dashboard-Item-fileInfo .uppy-Dashboard-Item-errorMessage{border:1px solid #f7c2c8;border-radius:3px;display:inline-block;position:static}.uppy-size--md .uppy-Dashboard-Item-fileInfo .uppy-Dashboard-Item-errorMessage{display:none}.uppy-Dashboard-Item-action{color:#939393;cursor:pointer}.uppy-Dashboard-Item-action:focus{outline:none}.uppy-Dashboard-Item-action::-moz-focus-inner{border:0}.uppy-Dashboard-Item-action:focus{box-shadow:0 0 0 3px #1269cf80}.uppy-Dashboard-Item-action:hover{color:#1f1f1f;opacity:1}[data-uppy-theme=dark] .uppy-Dashboard-Item-action{color:#cfcfcf}[data-uppy-theme=dark] .uppy-Dashboard-Item-action:focus{outline:none}[data-uppy-theme=dark] .uppy-Dashboard-Item-action::-moz-focus-inner{border:0}[data-uppy-theme=dark] .uppy-Dashboard-Item-action:focus{box-shadow:0 0 0 2px #aae1ffd9}[data-uppy-theme=dark] .uppy-Dashboard-Item-action:hover{color:#eaeaea}.uppy-Dashboard-Item-action--remove{color:#1f1f1f;opacity:.95}.uppy-Dashboard-Item-action--remove:hover{color:#000;opacity:1}[dir=ltr] .uppy-size--md .uppy-Dashboard-Item-action--remove{right:-8px}[dir=rtl] .uppy-size--md .uppy-Dashboard-Item-action--remove{left:-8px}.uppy-size--md .uppy-Dashboard-Item-action--remove{height:18px;padding:0;position:absolute;top:-8px;width:18px;z-index:1002}.uppy-size--md .uppy-Dashboard-Item-action--remove:focus{border-radius:50%}[dir=ltr] .uppy-Dashboard--singleFile.uppy-size--height-md .uppy-Dashboard-Item-action--remove{right:8px}[dir=rtl] .uppy-Dashboard--singleFile.uppy-size--height-md .uppy-Dashboard-Item-action--remove{left:8px}.uppy-Dashboard--singleFile.uppy-size--height-md .uppy-Dashboard-Item-action--remove{position:absolute;top:8px}[data-uppy-theme=dark] .uppy-Dashboard-Item-action--remove{color:#525252}[data-uppy-theme=dark] .uppy-Dashboard-Item-action--remove:hover{color:#333}.uppy-Dashboard:not(.uppy-size--md):not(.uppy-Dashboard--singleFile.uppy-size--height-md) .uppy-Dashboard-Item-actionWrapper{align-items:center;display:flex}.uppy-Dashboard:not(.uppy-size--md):not(.uppy-Dashboard--singleFile.uppy-size--height-md) .uppy-Dashboard-Item-action{height:22px;margin-left:3px;padding:3px;width:22px}.uppy-Dashboard:not(.uppy-size--md):not(.uppy-Dashboard--singleFile.uppy-size--height-md) .uppy-Dashboard-Item-action:focus{border-radius:3px}.uppy-size--md .uppy-Dashboard-Item-action--copyLink,.uppy-size--md .uppy-Dashboard-Item-action--edit{height:16px;padding:0;width:16px}.uppy-size--md .uppy-Dashboard-Item-action--copyLink:focus,.uppy-size--md .uppy-Dashboard-Item-action--edit:focus{border-radius:3px}.uppy-Dashboard-Item{align-items:center;border-bottom:1px solid #eaeaea;display:flex;padding:10px}[dir=ltr] .uppy-Dashboard:not(.uppy-Dashboard--singleFile) .uppy-Dashboard-Item{padding-right:0}[dir=rtl] .uppy-Dashboard:not(.uppy-Dashboard--singleFile) .uppy-Dashboard-Item{padding-left:0}[data-uppy-theme=dark] .uppy-Dashboard-Item{border-bottom:1px solid #333}[dir=ltr] .uppy-size--md .uppy-Dashboard-Item{float:left}[dir=rtl] .uppy-size--md .uppy-Dashboard-Item{float:right}.uppy-size--md .uppy-Dashboard-Item{border-bottom:0;display:block;height:215px;margin:5px 15px;padding:0;position:relative;width:calc(33.333% - 30px)}.uppy-size--lg .uppy-Dashboard-Item{height:190px;margin:5px 15px;padding:0;width:calc(25% - 30px)}.uppy-size--xl .uppy-Dashboard-Item{height:210px;padding:0;width:calc(20% - 30px)}.uppy-Dashboard--singleFile .uppy-Dashboard-Item{border-bottom:0;display:flex;flex-direction:column;height:100%;max-width:400px;padding:15px;position:relative;width:100%}.uppy-Dashboard-Item.is-ghost .uppy-Dashboard-Item-previewInnerWrap{opacity:.2}.uppy-Dashboard-Item.is-ghost .uppy-Dashboard-Item-name{opacity:.7}.uppy-Dashboard-Item.is-ghost .uppy-Dashboard-Item-preview:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2735%27 height=%2739%27%3E%3Cpath d=%27M1.708 38.66c1.709 0 3.417-3.417 6.834-3.417 3.416 0 5.125 3.417 8.61 3.417 3.348 0 5.056-3.417 8.473-3.417 4.305 0 5.125 3.417 6.833 3.417.889 0 1.709-.889 1.709-1.709v-19.68C34.167-5.757 0-5.757 0 17.271v19.68c0 .82.888 1.709 1.708 1.709zm8.542-17.084a3.383 3.383 0 0 1-3.417-3.416 3.383 3.383 0 0 1 3.417-3.417 3.383 3.383 0 0 1 3.417 3.417 3.383 3.383 0 0 1-3.417 3.416zm13.667 0A3.383 3.383 0 0 1 20.5 18.16a3.383 3.383 0 0 1 3.417-3.417 3.383 3.383 0 0 1 3.416 3.417 3.383 3.383 0 0 1-3.416 3.416z%27 fill=%27%2523000%27/%3E%3C/svg%3E");background-position:50% 10px;background-repeat:no-repeat;background-size:25px;bottom:0;content:"";left:0;opacity:.5;position:absolute;right:0;top:0;z-index:1005}.uppy-size--md .uppy-Dashboard-Item.is-ghost .uppy-Dashboard-Item-preview:before{background-position:50% 50%;background-size:40px}.uppy-Dashboard--singleFile .uppy-Dashboard-Item.is-ghost .uppy-Dashboard-Item-preview:before{background-position:50% 50%;background-size:30%}.uppy-Dashboard-Item-preview{flex-grow:0;flex-shrink:0;height:50px;position:relative;width:50px}.uppy-size--md .uppy-Dashboard-Item-preview{height:140px;width:100%}.uppy-size--lg .uppy-Dashboard-Item-preview{height:120px}.uppy-size--xl .uppy-Dashboard-Item-preview{height:140px}.uppy-Dashboard--singleFile .uppy-Dashboard-Item-preview{flex-grow:1;max-height:75%;width:100%}.uppy-Dashboard--singleFile.uppy-size--md .uppy-Dashboard-Item-preview{max-height:100%}[dir=ltr] .uppy-Dashboard-Item-fileInfoAndButtons{padding-right:8px}[dir=rtl] .uppy-Dashboard-Item-fileInfoAndButtons{padding-left:8px}[dir=ltr] .uppy-Dashboard-Item-fileInfoAndButtons{padding-left:12px}[dir=rtl] .uppy-Dashboard-Item-fileInfoAndButtons{padding-right:12px}.uppy-Dashboard-Item-fileInfoAndButtons{align-items:center;display:flex;flex-grow:1;justify-content:space-between}.uppy-Dashboard--singleFile .uppy-Dashboard-Item-fileInfoAndButtons,.uppy-size--md .uppy-Dashboard-Item-fileInfoAndButtons{align-items:flex-start;padding:9px 0 0}.uppy-Dashboard--singleFile .uppy-Dashboard-Item-fileInfoAndButtons{flex-grow:0;width:100%}.uppy-Dashboard-Item-fileInfo{flex-grow:1;flex-shrink:1}.uppy-Dashboard-Item-actionWrapper{flex-grow:0;flex-shrink:0}.uppy-Dashboard-Item.is-error .uppy-Dashboard-Item-previewInnerWrap:after,.uppy-Dashboard-Item.is-inprogress .uppy-Dashboard-Item-previewInnerWrap:after{display:block}[dir=ltr] .uppy-Dashboard-Item-errorDetails{left:2px}[dir=rtl] .uppy-Dashboard-Item-errorDetails{right:2px}.uppy-Dashboard-Item-errorDetails{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#939393;border:none;border-radius:50%;color:#fff;cursor:help;flex-shrink:0;font-size:10px;font-weight:600;height:13px;line-height:12px;position:relative;text-align:center;top:0;width:13px}.uppy-Dashboard-Item-errorDetails:after{word-wrap:break-word;line-height:1.3}.uppy-Dashboard-FileCard{background-color:#fff;border-radius:5px;bottom:0;box-shadow:0 0 10px 4px #0000001a;display:flex;flex-direction:column;height:100%;left:0;position:absolute;right:0;top:0;width:100%;z-index:1005}.uppy-Dashboard-FileCard .uppy-DashboardContent-bar{border-top-left-radius:5px;border-top-right-radius:5px}.uppy-Dashboard-FileCard .uppy-Dashboard-FileCard-actions{border-bottom-left-radius:5px;border-bottom-right-radius:5px}.uppy-Dashboard-FileCard-inner{display:flex;flex-direction:column;flex-grow:1;flex-shrink:1;height:100%;min-height:0}.uppy-Dashboard-FileCard-preview{align-items:center;border-bottom:1px solid #eaeaea;display:flex;flex-grow:0;flex-shrink:1;height:60%;justify-content:center;min-height:0;position:relative}[data-uppy-theme=dark] .uppy-Dashboard-FileCard-preview{background-color:#333;border-bottom:0}.uppy-Dashboard-FileCard-preview img.uppy-Dashboard-Item-previewImg{border-radius:3px;box-shadow:0 3px 20px #00000026;flex:0 0 auto;max-height:90%;max-width:90%;-o-object-fit:cover;object-fit:cover}[dir=ltr] .uppy-Dashboard-FileCard-edit{right:10px}[dir=rtl] .uppy-Dashboard-FileCard-edit{left:10px}.uppy-Dashboard-FileCard-edit{background-color:#00000080;border-radius:50px;color:#fff;font-size:13px;padding:7px 15px;position:absolute;top:10px}.uppy-Dashboard-FileCard-edit:focus{outline:none}.uppy-Dashboard-FileCard-edit::-moz-focus-inner{border:0}.uppy-Dashboard-FileCard-edit:focus{box-shadow:0 0 0 3px #1269cf80}.uppy-Dashboard-FileCard-edit:hover{background-color:#000c}.uppy-Dashboard-FileCard-info{-webkit-overflow-scrolling:touch;flex-grow:0;flex-shrink:0;height:40%;overflow-y:auto;padding:30px 20px 20px}[data-uppy-theme=dark] .uppy-Dashboard-FileCard-info{background-color:#1f1f1f}.uppy-Dashboard-FileCard-fieldset{border:0;font-size:0;margin:auto auto 12px;max-width:640px;padding:0}.uppy-Dashboard-FileCard-label{color:#525252;display:inline-block;font-size:12px;vertical-align:middle;width:22%}.uppy-size--md .uppy-Dashboard-FileCard-label{font-size:14px}[data-uppy-theme=dark] .uppy-Dashboard-FileCard-label{color:#eaeaea}.uppy-Dashboard-FileCard-input{display:inline-block;vertical-align:middle;width:78%}.uppy-Dashboard-FileCard-actions{align-items:center;background-color:#fafafa;border-top:1px solid #eaeaea;display:flex;flex-grow:0;flex-shrink:0;height:55px;padding:0 15px}.uppy-size--md .uppy-Dashboard-FileCard-actions{height:65px}[data-uppy-theme=dark] .uppy-Dashboard-FileCard-actions{background-color:#1f1f1f;border-top:1px solid #333}[dir=ltr] .uppy-Dashboard-FileCard-actionsBtn{margin-right:10px}[dir=rtl] .uppy-Dashboard-FileCard-actionsBtn{margin-left:10px}.uppy-transition-slideDownUp-enter{opacity:.01;transform:translate3d(0,-105%,0);transition:transform .25s ease-in-out,opacity .25s ease-in-out}.uppy-transition-slideDownUp-enter.uppy-transition-slideDownUp-enter-active{opacity:1;transform:translateZ(0)}.uppy-transition-slideDownUp-leave{opacity:1;transform:translateZ(0);transition:transform .25s ease-in-out,opacity .25s ease-in-out}.uppy-transition-slideDownUp-leave.uppy-transition-slideDownUp-leave-active{opacity:.01;transform:translate3d(0,-105%,0)}@keyframes uppy-Dashboard-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes uppy-Dashboard-fadeOut{0%{opacity:1}to{opacity:0}}@keyframes uppy-Dashboard-slideDownAndFadeIn{0%{opacity:0;transform:translate3d(-50%,-70%,0)}to{opacity:1;transform:translate3d(-50%,-50%,0)}}@keyframes uppy-Dashboard-slideDownAndFadeIn--small{0%{opacity:0;transform:translate3d(0,-20%,0)}to{opacity:1;transform:translateZ(0)}}@keyframes uppy-Dashboard-slideUpFadeOut{0%{opacity:1;transform:translate3d(-50%,-50%,0)}to{opacity:0;transform:translate3d(-50%,-70%,0)}}@keyframes uppy-Dashboard-slideUpFadeOut--small{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(0,-20%,0)}}.uppy-Dashboard--modal{z-index:1001}.uppy-Dashboard--modal[aria-hidden=true]{display:none}.uppy-Dashboard--modal.uppy-Dashboard--animateOpenClose>.uppy-Dashboard-inner{animation:uppy-Dashboard-slideDownAndFadeIn--small .3s cubic-bezier(0,0,.2,1)}@media only screen and (min-width:820px){.uppy-Dashboard--modal.uppy-Dashboard--animateOpenClose>.uppy-Dashboard-inner{animation:uppy-Dashboard-slideDownAndFadeIn .3s cubic-bezier(0,0,.2,1)}}.uppy-Dashboard--modal.uppy-Dashboard--animateOpenClose>.uppy-Dashboard-overlay{animation:uppy-Dashboard-fadeIn .3s cubic-bezier(0,0,.2,1)}.uppy-Dashboard--modal.uppy-Dashboard--animateOpenClose.uppy-Dashboard--isClosing>.uppy-Dashboard-inner{animation:uppy-Dashboard-slideUpFadeOut--small .3s cubic-bezier(0,0,.2,1)}@media only screen and (min-width:820px){.uppy-Dashboard--modal.uppy-Dashboard--animateOpenClose.uppy-Dashboard--isClosing>.uppy-Dashboard-inner{animation:uppy-Dashboard-slideUpFadeOut .3s cubic-bezier(0,0,.2,1)}}.uppy-Dashboard--modal.uppy-Dashboard--animateOpenClose.uppy-Dashboard--isClosing>.uppy-Dashboard-overlay{animation:uppy-Dashboard-fadeOut .3s cubic-bezier(0,0,.2,1)}.uppy-Dashboard-isFixed{height:100vh;overflow:hidden}.uppy-Dashboard--modal .uppy-Dashboard-overlay{background-color:#00000080;bottom:0;left:0;position:fixed;right:0;top:0;z-index:1001}.uppy-Dashboard-inner{background-color:#f4f4f4;border:1px solid #eaeaea;border-radius:5px;max-height:100%;max-width:100%;outline:none;position:relative}.uppy-size--md .uppy-Dashboard-inner{min-height:auto}@media only screen and (min-width:820px){.uppy-Dashboard-inner{height:500px;width:650px}}.uppy-Dashboard--modal .uppy-Dashboard-inner{z-index:1002}[data-uppy-theme=dark] .uppy-Dashboard-inner{background-color:#1f1f1f}.uppy-Dashboard--isDisabled .uppy-Dashboard-inner{cursor:not-allowed}.uppy-Dashboard-innerWrap{border-radius:5px;display:flex;flex-direction:column;height:100%;opacity:0;overflow:hidden;position:relative}.uppy-Dashboard--isInnerWrapVisible .uppy-Dashboard-innerWrap{opacity:1}.uppy-Dashboard--isDisabled .uppy-Dashboard-innerWrap{cursor:not-allowed;filter:grayscale(100%);opacity:.6;-webkit-user-select:none;-moz-user-select:none;user-select:none}.uppy-Dashboard--isDisabled .uppy-ProviderIconBg{fill:#9f9f9f}.uppy-Dashboard--isDisabled [aria-disabled],.uppy-Dashboard--isDisabled [disabled]{cursor:not-allowed;pointer-events:none}.uppy-Dashboard--modal .uppy-Dashboard-inner{border:none;bottom:15px;left:15px;position:fixed;right:15px;top:35px}@media only screen and (min-width:820px){.uppy-Dashboard--modal .uppy-Dashboard-inner{box-shadow:0 5px 15px 4px #00000026;left:50%;right:auto;top:50%;transform:translate(-50%,-50%)}}[dir=ltr] .uppy-Dashboard-close{right:-2px}[dir=rtl] .uppy-Dashboard-close{left:-2px}.uppy-Dashboard-close{color:#ffffffe6;cursor:pointer;display:block;font-size:27px;position:absolute;top:-33px;z-index:1005}.uppy-Dashboard-close:focus{outline:none}.uppy-Dashboard-close::-moz-focus-inner{border:0}.uppy-Dashboard-close:focus{color:#6eabf2}@media only screen and (min-width:820px){[dir=ltr] .uppy-Dashboard-close{right:-35px}[dir=rtl] .uppy-Dashboard-close{left:-35px}.uppy-Dashboard-close{font-size:35px;top:-10px}}.uppy-Dashboard-serviceMsg{background-color:#fffbf7;border-bottom:1px solid #edd4b9;border-top:1px solid #edd4b9;font-size:12px;font-weight:500;line-height:1.3;padding:12px 0;position:relative;top:-1px;z-index:1004}.uppy-size--md .uppy-Dashboard-serviceMsg{font-size:14px;line-height:1.4}[data-uppy-theme=dark] .uppy-Dashboard-serviceMsg{background-color:#1f1f1f;border-bottom:1px solid #333;border-top:1px solid #333;color:#eaeaea}.uppy-Dashboard-serviceMsg-title{display:block;line-height:1;margin-bottom:4px;padding-left:42px}.uppy-Dashboard-serviceMsg-text{padding:0 15px}.uppy-Dashboard-serviceMsg-actionBtn{color:#1269cf;font-size:inherit;font-weight:inherit;vertical-align:initial}[data-uppy-theme=dark] .uppy-Dashboard-serviceMsg-actionBtn{color:#02baf2e6}.uppy-Dashboard-serviceMsg-icon{left:15px;position:absolute;top:10px}.uppy-Dashboard-AddFiles{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;position:relative;text-align:center}[data-uppy-drag-drop-supported=true] .uppy-Dashboard-AddFiles{border:1px dashed #dfdfdf;border-radius:3px;height:calc(100% - 14px);margin:7px}.uppy-Dashboard-AddFilesPanel .uppy-Dashboard-AddFiles{border:none;height:calc(100% - 54px)}.uppy-Dashboard--modal .uppy-Dashboard-AddFiles{border-color:#cfcfcf}[data-uppy-theme=dark] .uppy-Dashboard-AddFiles{border-color:#757575}.uppy-Dashboard-AddFiles-info{display:none;margin-top:auto;padding-bottom:15px;padding-top:15px}.uppy-size--height-md .uppy-Dashboard-AddFiles-info{display:block}.uppy-size--md .uppy-Dashboard-AddFiles-info{bottom:25px;left:0;padding-bottom:0;padding-top:30px;position:absolute;right:0}[data-uppy-num-acquirers="0"] .uppy-Dashboard-AddFiles-info{margin-top:0}.uppy-Dashboard-browse{color:#1269cf;cursor:pointer}.uppy-Dashboard-browse:focus{outline:none}.uppy-Dashboard-browse::-moz-focus-inner{border:0}.uppy-Dashboard-browse:focus,.uppy-Dashboard-browse:hover{border-bottom:1px solid #1269cf}[data-uppy-theme=dark] .uppy-Dashboard-browse{color:#02baf2e6}[data-uppy-theme=dark] .uppy-Dashboard-browse:focus,[data-uppy-theme=dark] .uppy-Dashboard-browse:hover{border-bottom:1px solid #02baf2}.uppy-Dashboard-browseBtn{display:block;font-size:14px;font-weight:500;margin-bottom:5px;margin-top:8px;width:100%}.uppy-size--md .uppy-Dashboard-browseBtn{font-size:15px;margin:15px auto;padding:13px 44px;width:auto}.uppy-Dashboard-AddFiles-list{-webkit-overflow-scrolling:touch;display:flex;flex:1;flex-direction:column;margin-top:2px;overflow-y:auto;padding:2px 0;width:100%}.uppy-size--md .uppy-Dashboard-AddFiles-list{flex:none;flex-direction:row;flex-wrap:wrap;justify-content:center;margin-top:15px;max-width:600px;overflow-y:visible;padding-top:0}.uppy-DashboardTab{border-bottom:1px solid #eaeaea;text-align:center;width:100%}[data-uppy-theme=dark] .uppy-DashboardTab{border-bottom:1px solid #333}.uppy-size--md .uppy-DashboardTab{border-bottom:none;display:inline-block;margin-bottom:10px;width:auto}.uppy-DashboardTab-btn{align-items:center;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:initial;color:#525252;cursor:pointer;flex-direction:row;height:100%;justify-content:left;padding:12px 15px;width:100%}.uppy-DashboardTab-btn:focus{outline:none}[dir=ltr] .uppy-size--md .uppy-DashboardTab-btn{margin-right:1px}[dir=rtl] .uppy-size--md .uppy-DashboardTab-btn{margin-left:1px}.uppy-size--md .uppy-DashboardTab-btn{border-radius:5px;flex-direction:column;padding:10px 3px;width:86px}[data-uppy-theme=dark] .uppy-DashboardTab-btn{color:#eaeaea}.uppy-DashboardTab-btn::-moz-focus-inner{border:0}.uppy-DashboardTab-btn:hover{background-color:#e9ecef}[data-uppy-theme=dark] .uppy-DashboardTab-btn:hover{background-color:#333}.uppy-DashboardTab-btn:active,.uppy-DashboardTab-btn:focus{background-color:#dfe6f1}[data-uppy-theme=dark] .uppy-DashboardTab-btn:active,[data-uppy-theme=dark] .uppy-DashboardTab-btn:focus{background-color:#525252}.uppy-DashboardTab-btn svg{display:inline-block;max-height:100%;max-width:100%;overflow:hidden;transition:transform .15s ease-in-out;vertical-align:text-top}[dir=ltr] .uppy-DashboardTab-inner{margin-right:10px}[dir=rtl] .uppy-DashboardTab-inner{margin-left:10px}.uppy-DashboardTab-inner{align-items:center;background-color:#fff;border-radius:8px;box-shadow:0 1px 1px 0 #0000001a,0 1px 2px 0 #0000001a,0 2px 3px 0 #00000005;display:flex;height:32px;justify-content:center;width:32px}[dir=ltr] .uppy-size--md .uppy-DashboardTab-inner{margin-right:0}[dir=rtl] .uppy-size--md .uppy-DashboardTab-inner{margin-left:0}[data-uppy-theme=dark] .uppy-DashboardTab-inner{background-color:#323232;box-shadow:0 1px 1px 0 #0003,0 1px 2px 0 #0003,0 2px 3px 0 #00000014}.uppy-DashboardTab-name{font-size:14px;font-weight:400}.uppy-size--md .uppy-DashboardTab-name{font-size:12px;line-height:15px;margin-bottom:0;margin-top:8px}.uppy-DashboardTab-iconMyDevice{color:#1269cf}[data-uppy-theme=dark] .uppy-DashboardTab-iconMyDevice{color:#02baf2}.uppy-DashboardTab-iconBox{color:#0061d5}[data-uppy-theme=dark] .uppy-DashboardTab-iconBox{color:#eaeaea}.uppy-DashboardTab-iconDropbox{color:#0061fe}[data-uppy-theme=dark] .uppy-DashboardTab-iconDropbox{color:#eaeaea}.uppy-DashboardTab-iconUnsplash{color:#111}[data-uppy-theme=dark] .uppy-DashboardTab-iconUnsplash{color:#eaeaea}.uppy-DashboardTab-iconScreenRec{color:#2c3e50}[data-uppy-theme=dark] .uppy-DashboardTab-iconScreenRec{color:#eaeaea}.uppy-DashboardTab-iconAudio{color:#8030a3}[data-uppy-theme=dark] .uppy-DashboardTab-iconAudio{color:#bf6ee3}.uppy-Dashboard-input{height:.1px;opacity:0;overflow:hidden;position:absolute;width:.1px;z-index:-1}.uppy-DashboardContent-bar{align-items:center;background-color:#fafafa;border-bottom:1px solid #eaeaea;display:flex;flex-shrink:0;height:40px;justify-content:space-between;padding:0 10px;position:relative;width:100%;z-index:1004}.uppy-size--md .uppy-DashboardContent-bar{height:50px;padding:0 15px}[data-uppy-theme=dark] .uppy-DashboardContent-bar{background-color:#1f1f1f;border-bottom:1px solid #333}.uppy-DashboardContent-title{font-size:12px;font-weight:500;left:0;line-height:40px;margin:auto;max-width:170px;overflow-x:hidden;position:absolute;right:0;text-align:center;text-overflow:ellipsis;top:0;white-space:nowrap;width:100%}.uppy-size--md .uppy-DashboardContent-title{font-size:14px;line-height:50px;max-width:300px}[data-uppy-theme=dark] .uppy-DashboardContent-title{color:#eaeaea}[dir=ltr] .uppy-DashboardContent-back,[dir=ltr] .uppy-DashboardContent-save{margin-left:-6px}[dir=rtl] .uppy-DashboardContent-back,[dir=rtl] .uppy-DashboardContent-save{margin-right:-6px}.uppy-DashboardContent-back,.uppy-DashboardContent-save{-webkit-appearance:none;background:none;border:0;border-radius:3px;color:inherit;color:#1269cf;cursor:pointer;font-family:inherit;font-size:inherit;font-size:12px;font-weight:400;line-height:1;margin:0;padding:7px 6px}.uppy-DashboardContent-back:focus,.uppy-DashboardContent-save:focus{outline:none}.uppy-DashboardContent-back::-moz-focus-inner,.uppy-DashboardContent-save::-moz-focus-inner{border:0}.uppy-DashboardContent-back:hover,.uppy-DashboardContent-save:hover{color:#0e51a0}.uppy-DashboardContent-back:focus,.uppy-DashboardContent-save:focus{background-color:#dfe6f1}[data-uppy-theme=dark] .uppy-DashboardContent-back:focus,[data-uppy-theme=dark] .uppy-DashboardContent-save:focus{background-color:#333}.uppy-size--md .uppy-DashboardContent-back,.uppy-size--md .uppy-DashboardContent-save{font-size:14px}[data-uppy-theme=dark] .uppy-DashboardContent-back,[data-uppy-theme=dark] .uppy-DashboardContent-save{color:#02baf2}[dir=ltr] .uppy-DashboardContent-addMore{margin-right:-5px}[dir=rtl] .uppy-DashboardContent-addMore{margin-left:-5px}.uppy-DashboardContent-addMore{-webkit-appearance:none;background:none;border:0;border-radius:3px;color:inherit;color:#1269cf;cursor:pointer;font-family:inherit;font-size:inherit;font-weight:500;height:29px;line-height:1;margin:0;padding:7px 8px;width:29px}.uppy-DashboardContent-addMore:focus{outline:none}.uppy-DashboardContent-addMore::-moz-focus-inner{border:0}.uppy-DashboardContent-addMore:hover{color:#0e51a0}.uppy-DashboardContent-addMore:focus{background-color:#dfe6f1}[data-uppy-theme=dark] .uppy-DashboardContent-addMore:focus{background-color:#333}[dir=ltr] .uppy-size--md .uppy-DashboardContent-addMore{margin-right:-8px}[dir=rtl] .uppy-size--md .uppy-DashboardContent-addMore{margin-left:-8px}.uppy-size--md .uppy-DashboardContent-addMore{font-size:14px;height:auto;width:auto}[data-uppy-theme=dark] .uppy-DashboardContent-addMore{color:#02baf2}[dir=ltr] .uppy-DashboardContent-addMore svg{margin-right:4px}[dir=rtl] .uppy-DashboardContent-addMore svg{margin-left:4px}.uppy-DashboardContent-addMore svg{vertical-align:initial}.uppy-size--md .uppy-DashboardContent-addMore svg{height:11px;width:11px}.uppy-DashboardContent-addMoreCaption{display:none}.uppy-size--md .uppy-DashboardContent-addMoreCaption{display:inline}.uppy-DashboardContent-panel{background-color:#f5f5f5;flex:1}.uppy-Dashboard-AddFilesPanel,.uppy-DashboardContent-panel{border-radius:5px;bottom:0;display:flex;flex-direction:column;left:0;overflow:hidden;position:absolute;right:0;top:0;z-index:1005}.uppy-Dashboard-AddFilesPanel{background:#fafafa;background:linear-gradient(0deg,#fafafa 35%,#fafafad9);box-shadow:0 0 10px 5px #00000026}[data-uppy-theme=dark] .uppy-Dashboard-AddFilesPanel{background-color:#333;background-image:linear-gradient(0deg,#1f1f1f 35%,#1f1f1fd9)}.uppy-Dashboard--isAddFilesPanelVisible .uppy-Dashboard-files{filter:blur(2px)}.uppy-Dashboard-progress{bottom:0;height:12%;left:0;position:absolute;width:100%}.uppy-Dashboard-progressBarContainer.is-active{height:100%;left:0;position:absolute;top:0;width:100%;z-index:1004}.uppy-Dashboard-filesContainer{flex:1;margin:0;overflow-y:hidden;position:relative}.uppy-Dashboard-filesContainer:after{clear:both;content:"";display:table}.uppy-Dashboard-files{-webkit-overflow-scrolling:touch;flex:1;margin:0;overflow-y:auto;padding:0 0 10px}.uppy-size--md .uppy-Dashboard-files{padding-top:10px}.uppy-Dashboard--singleFile .uppy-Dashboard-filesInner{align-items:center;display:flex;height:100%;justify-content:center}.uppy-Dashboard-dropFilesHereHint{align-items:center;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width=%2748%27 height=%2748%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M24 1v1C11.85 2 2 11.85 2 24s9.85 22 22 22 22-9.85 22-22S36.15 2 24 2V1zm0 0V0c13.254 0 24 10.746 24 24S37.254 48 24 48 0 37.254 0 24 10.746 0 24 0v1zm7.707 19.293a.999.999 0 1 1-1.414 1.414L25 16.414V34a1 1 0 1 1-2 0V16.414l-5.293 5.293a.999.999 0 1 1-1.414-1.414l7-7a.999.999 0 0 1 1.414 0l7 7z%27 fill=%27%231269CF%27/%3E%3C/svg%3E");background-position:50% 50%;background-repeat:no-repeat;border:1px dashed #1269cf;border-radius:3px;bottom:7px;color:#757575;display:flex;font-size:16px;justify-content:center;left:7px;padding-top:90px;position:absolute;right:7px;text-align:center;top:7px;visibility:hidden;z-index:2000}[data-uppy-theme=dark] .uppy-Dashboard-dropFilesHereHint{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width=%2748%27 height=%2748%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M24 1v1C11.85 2 2 11.85 2 24s9.85 22 22 22 22-9.85 22-22S36.15 2 24 2V1zm0 0V0c13.254 0 24 10.746 24 24S37.254 48 24 48 0 37.254 0 24 10.746 0 24 0v1zm7.707 19.293a.999.999 0 1 1-1.414 1.414L25 16.414V34a1 1 0 1 1-2 0V16.414l-5.293 5.293a.999.999 0 1 1-1.414-1.414l7-7a.999.999 0 0 1 1.414 0l7 7z%27 fill=%27%2302BAF2%27/%3E%3C/svg%3E");border-color:#02baf2;color:#bbb}.uppy-Dashboard.uppy-Dashboard--isDraggingOver .uppy-Dashboard-dropFilesHereHint{visibility:visible}.uppy-Dashboard.uppy-Dashboard--isDraggingOver .uppy-Dashboard-files,.uppy-Dashboard.uppy-Dashboard--isDraggingOver .uppy-Dashboard-progressindicators,.uppy-Dashboard.uppy-Dashboard--isDraggingOver .uppy-Dashboard-serviceMsg,.uppy-Dashboard.uppy-Dashboard--isDraggingOver .uppy-DashboardContent-bar{opacity:.15}.uppy-Dashboard.uppy-Dashboard--isDraggingOver .uppy-Dashboard-AddFiles{opacity:.03}.uppy-Dashboard-AddFiles-title{color:#000;font-size:17px;font-weight:500;line-height:1.35;margin-bottom:5px;margin-top:15px;padding:0 15px;text-align:inline-start;width:100%}.uppy-size--md .uppy-Dashboard-AddFiles-title{font-size:21px;font-weight:400;margin-top:5px;max-width:480px;padding:0 35px;text-align:center}[data-uppy-num-acquirers="0"] .uppy-Dashboard-AddFiles-title{text-align:center}[data-uppy-theme=dark] .uppy-Dashboard-AddFiles-title{color:#eaeaea}.uppy-Dashboard-AddFiles-title button{font-weight:500}.uppy-size--md .uppy-Dashboard-AddFiles-title button{font-weight:400}.uppy-Dashboard-note{color:#757575;font-size:14px;line-height:1.25;margin:auto;max-width:350px;padding:0 15px;text-align:center}.uppy-size--md .uppy-Dashboard-note{line-height:1.35;max-width:600px}[data-uppy-theme=dark] .uppy-Dashboard-note{color:#cfcfcf}a.uppy-Dashboard-poweredBy{color:#939393;display:inline-block;font-size:11px;margin-top:8px;text-align:center;text-decoration:none}.uppy-Dashboard-poweredByIcon{fill:none;stroke:#939393;margin-left:1px;margin-right:1px;opacity:.9;position:relative;top:1px;vertical-align:text-top}.uppy-Dashboard-Item-previewIcon{height:25px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:25px;z-index:100}.uppy-size--md .uppy-Dashboard-Item-previewIcon{height:38px;width:38px}.uppy-Dashboard-Item-previewIcon svg{height:100%;width:100%}.uppy-Dashboard--singleFile .uppy-Dashboard-Item-previewIcon{height:100%;max-height:60%;max-width:60%;width:100%}.uppy-Dashboard-Item-previewIconWrap{height:76px;max-height:75%;position:relative}.uppy-Dashboard--singleFile .uppy-Dashboard-Item-previewIconWrap{height:100%;width:100%}.uppy-Dashboard-Item-previewIconBg{filter:drop-shadow(rgba(0,0,0,.1) 0 1px 1px);height:100%;width:100%}.uppy-Dashboard-upload{height:50px;position:relative;width:50px}.uppy-size--md .uppy-Dashboard-upload{height:60px;width:60px}.uppy-Dashboard-upload .uppy-c-icon{position:relative;top:1px;width:50%}[dir=ltr] .uppy-Dashboard-uploadCount{right:-12px}[dir=rtl] .uppy-Dashboard-uploadCount{left:-12px}.uppy-Dashboard-uploadCount{background-color:#1bb240;border-radius:50%;color:#fff;font-size:8px;height:16px;line-height:16px;position:absolute;top:-12px;width:16px}.uppy-size--md .uppy-Dashboard-uploadCount{font-size:9px;height:18px;line-height:18px;width:18px}
|
|
3884
|
-
.seal-modal-body[data-v-3b5a77f1] {
|
|
3885
|
-
width: 100%;
|
|
3886
|
-
position: relative;
|
|
3887
|
-
}
|
|
3888
|
-
|
|
3889
3884
|
|
|
3890
|
-
[data-v-
|
|
3885
|
+
[data-v-20c8b8d0] .ant-upload-picture-card-wrapper {
|
|
3891
3886
|
display: flex;
|
|
3892
3887
|
align-items: center;
|
|
3893
3888
|
}
|
|
3894
|
-
[data-v-
|
|
3889
|
+
[data-v-20c8b8d0] iframe {
|
|
3895
3890
|
border: none;
|
|
3896
3891
|
width: 100%;
|
|
3897
3892
|
height: 100%;
|
|
3898
3893
|
}
|
|
3894
|
+
.seal-file-list .seal-file-item[data-v-20c8b8d0] {
|
|
3895
|
+
display: flex;
|
|
3896
|
+
align-items: center;
|
|
3897
|
+
height: 28px;
|
|
3898
|
+
line-height: 28px;
|
|
3899
|
+
margin-top: 4px;
|
|
3900
|
+
font-size: 13px;
|
|
3901
|
+
}
|
|
3902
|
+
.seal-file-list .seal-file-item .seal-file-name[data-v-20c8b8d0] {
|
|
3903
|
+
flex: 1;
|
|
3904
|
+
overflow: hidden;
|
|
3905
|
+
text-overflow: ellipsis;
|
|
3906
|
+
white-space: nowrap;
|
|
3907
|
+
cursor: pointer;
|
|
3908
|
+
color: #1890ff;
|
|
3909
|
+
}
|
|
3910
|
+
.seal-file-list .seal-file-item .seal-file-name .anticon[data-v-20c8b8d0] {
|
|
3911
|
+
margin-right: 4px;
|
|
3912
|
+
}
|
|
3913
|
+
.seal-file-list .seal-file-item .seal-file-name[data-v-20c8b8d0]:hover {
|
|
3914
|
+
color: #40a9ff;
|
|
3915
|
+
}
|
|
3916
|
+
.seal-file-list .seal-file-item .seal-file-remove[data-v-20c8b8d0] {
|
|
3917
|
+
margin-left: 8px;
|
|
3918
|
+
color: #999;
|
|
3919
|
+
cursor: pointer;
|
|
3920
|
+
font-size: 12px;
|
|
3921
|
+
}
|
|
3922
|
+
.seal-file-list .seal-file-item .seal-file-remove[data-v-20c8b8d0]:hover {
|
|
3923
|
+
color: #ff4d4f;
|
|
3924
|
+
}
|
|
3899
3925
|
|
|
3900
3926
|
|
|
3901
3927
|
[data-v-464a159c] .ant-upload-picture-card-wrapper {
|
|
@@ -67690,7 +67690,7 @@ let getFileExt = filename => {
|
|
|
67690
67690
|
/* harmony import */ var _util_mathUtils__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(29414);
|
|
67691
67691
|
/* harmony import */ var _util_util__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(78393);
|
|
67692
67692
|
/* harmony import */ var _layoutItem__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(92241);
|
|
67693
|
-
/* harmony import */ var _components_index__WEBPACK_IMPORTED_MODULE_18__ = __webpack_require__(
|
|
67693
|
+
/* harmony import */ var _components_index__WEBPACK_IMPORTED_MODULE_18__ = __webpack_require__(11255);
|
|
67694
67694
|
/* harmony import */ var pubsub_js__WEBPACK_IMPORTED_MODULE_19__ = __webpack_require__(55469);
|
|
67695
67695
|
/* harmony import */ var pubsub_js__WEBPACK_IMPORTED_MODULE_19___default = /*#__PURE__*/__webpack_require__.n(pubsub_js__WEBPACK_IMPORTED_MODULE_19__);
|
|
67696
67696
|
/* harmony import */ var vue__WEBPACK_IMPORTED_MODULE_20__ = __webpack_require__(9274);
|
|
@@ -71091,7 +71091,7 @@ module.exports = {
|
|
|
71091
71091
|
|
|
71092
71092
|
/***/ },
|
|
71093
71093
|
|
|
71094
|
-
/***/
|
|
71094
|
+
/***/ 11255
|
|
71095
71095
|
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
71096
71096
|
|
|
71097
71097
|
"use strict";
|
|
@@ -90810,15 +90810,15 @@ var ImgUpload_widgetDesign_component = (0,componentNormalizer/* default */.A)(
|
|
|
90810
90810
|
widgetSetup: ImgUpload_widgetSetup,
|
|
90811
90811
|
widgetDesign: ImgUpload_widgetDesign
|
|
90812
90812
|
});
|
|
90813
|
-
;// ./node_modules/_vue-loader@15.11.1@vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./src/form/modules/components/FileUpload/component.vue?vue&type=template&id=
|
|
90814
|
-
var
|
|
90815
|
-
|
|
90816
|
-
|
|
90817
|
-
|
|
90818
|
-
|
|
90819
|
-
|
|
90820
|
-
|
|
90821
|
-
var
|
|
90813
|
+
;// ./node_modules/_vue-loader@15.11.1@vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./src/form/modules/components/FileUpload/component.vue?vue&type=template&id=20c8b8d0&scoped=true
|
|
90814
|
+
var componentvue_type_template_id_20c8b8d0_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return (_vm.widget)?_c('div',{staticClass:"custom_form_item",style:({ height: _vm.widget.options.height + 'px' })},[_c('a-form-model-item',{ref:_vm.widget.model,attrs:{"colon":false,"label-col":_vm.labelCol,"wrapperCol":_vm.wrapperCol,"prop":_vm.tableKey ? (_vm.tableKey + "." + _vm.tableIndex + "." + (_vm.widget.model)) : _vm.widget.model,"rules":_vm.tableKey ? _vm.rules[_vm.tableKey][_vm.widget.model] : _vm.rules[_vm.widget.model]}},[_c('drag-upload',{directives:[{name:"show",rawName:"v-show",value:(!_vm.widget.options.enableBigUpload && _vm.fileList.length < parseInt(_vm.widget.options.length) && (!_vm.widget.options.disabled || _vm.isdisabled)),expression:"!widget.options.enableBigUpload && fileList.length < parseInt(widget.options.length) && (!widget.options.disabled || isdisabled)"}],ref:"dragUpload",style:(("margin: 10px 0; margin-bottom: " + (_vm.fileList.length ? 0: '10px'))),attrs:{"options":_vm.widget.options,"maxLength":_vm.maxLength,"type":"file","model":_vm.widget.model,"QrData":_vm.QrData,"uploadRef":function () { return _vm.$refs.uploadRef; },"placeholder":_vm.widget.options.placeholder_1,"QrUpload":_vm.widget.options.enableQrUpload},on:{"overLength":_vm.overLengthTip,"add":_vm.uploadAdd}}),_c('a-upload',{ref:"uploadRef",attrs:{"action":_vm.actionUrl,"file-list":_vm.fileList,"headers":_vm.headers,"disabled":_vm.isdisabled ? _vm.show : _vm.widget.options.disabled,"beforeUpload":_vm.beforeUpload,"showUploadList":false},on:{"change":_vm.handleChange,"preview":_vm.handlePreview}},[(_vm.widget.options.enableBigUpload && _vm.fileList.length < parseInt(_vm.widget.options.length) && (!_vm.widget.options.disabled || _vm.isdisabled))?_c('div',[_c('a-button',{on:{"click":function($event){return _vm.handleUploadBtnClick($event)}}},[_c('a-icon',{attrs:{"type":"upload"}}),_vm._v(" "+_vm._s(_vm.widget.options.placeholder)+" ")],1)],1):_vm._e()]),(_vm.fileList.length)?_c('div',{staticClass:"seal-file-list"},_vm._l((_vm.fileList),function(file){return _c('div',{key:file.uid,staticClass:"seal-file-item"},[_c('span',{staticClass:"seal-file-name",on:{"click":function($event){return _vm.handlePreview(file)}}},[_c('a-icon',{attrs:{"type":"paper-clip"}}),_vm._v(" "+_vm._s(file.name)+" ")],1),(_vm.sealUploadDesign && _vm.widget.options.enableSeal && !_vm.isdisabled && !_vm.widget.options.disabled)?_c('a-button',{staticStyle:{"margin-right":"10px"},attrs:{"type":"link","size":"small"},on:{"click":function($event){$event.stopPropagation();return _vm.handleSeal(file)}}},[_vm._v("盖章")]):_vm._e(),(!_vm.widget.options.disabled && !_vm.isdisabled)?_c('a-icon',{staticClass:"seal-file-remove",attrs:{"type":"delete"},on:{"click":function($event){return _vm.handleRemoveFile(file)}}}):_vm._e()],1)}),0):_vm._e(),_c('FilePreview',{attrs:{"visible":_vm.previewVisible,"preview-type":_vm.previewType,"src":_vm.previewType === 'picture' ? _vm.previewImage : _vm.previewPdfSrc,"fileDownUrl":_vm.fileDownUrl},on:{"update:visible":function($event){_vm.previewVisible=$event}}}),(_vm.fileList && _vm.fileList.length && _vm.widget.options.downLoadBatch && _vm.models.businessFormDataId)?_c('a-button',{attrs:{"type":"primary","size":"small"},on:{"click":_vm.batchDownload}},[_vm._v("批量下载")]):_vm._e(),(_vm.widget.options.labelWidth !== 0)?_c('div',{class:[
|
|
90815
|
+
_vm.config.align,
|
|
90816
|
+
_vm.config.validate === true && _vm.widget.options.required === true
|
|
90817
|
+
? 'is_required'
|
|
90818
|
+
: 'no_required' ],style:({
|
|
90819
|
+
color:_vm.config.color,
|
|
90820
|
+
}),attrs:{"slot":"label"},slot:"label"},[_vm._v(_vm._s(_vm.widget.name))]):_vm._e()],1),_c('a-modal',{attrs:{"title":"下载认证","width":"600px","footer":null},model:{value:(_vm.downloadVisible),callback:function ($$v) {_vm.downloadVisible=$$v},expression:"downloadVisible"}},[_c('a-spin',{attrs:{"tip":"页面加载中","spinning":_vm.downloadPageLoading}},[(_vm.downloadVisible)?_c('iframe',{staticStyle:{"width":"100%","height":"400px","border":"none","outline":"none"},attrs:{"src":_vm.downloadPageUrl},on:{"load":function($event){_vm.downloadPageLoading = false}}}):_vm._e()])],1),_c('a-modal',{attrs:{"destroyOnClose":"","title":"文件上传","width":"900px","footer":null},on:{"cancel":function($event){_vm.bigUploadOpen = false; _vm.uppy.cancelAll()}},model:{value:(_vm.bigUploadOpen),callback:function ($$v) {_vm.bigUploadOpen=$$v},expression:"bigUploadOpen"}},[_c('div',{staticStyle:{"display":"flex","justify-content":"center"}},[_c('Dashboard',{attrs:{"uppy":_vm.uppy,"props":_vm.dashboardprops}})],1)])],1):_vm._e()}
|
|
90821
|
+
var componentvue_type_template_id_20c8b8d0_scoped_true_staticRenderFns = []
|
|
90822
90822
|
|
|
90823
90823
|
|
|
90824
90824
|
;// ./node_modules/_preact@10.29.1@preact/dist/preact.module.js
|
|
@@ -105475,189 +105475,209 @@ Tus.VERSION = tus_lib_packageJson.version;
|
|
|
105475
105475
|
// EXTERNAL MODULE: ./src/form/modules/components/FileUpload/locale/locale.js
|
|
105476
105476
|
var locale_locale = __webpack_require__(78698);
|
|
105477
105477
|
var locale_default = /*#__PURE__*/__webpack_require__.n(locale_locale);
|
|
105478
|
-
;// ./
|
|
105479
|
-
|
|
105480
|
-
|
|
105481
|
-
|
|
105482
|
-
|
|
105483
|
-
|
|
105484
|
-
|
|
105478
|
+
;// ./src/form/modules/components/FileUpload/sealPageHtml.js
|
|
105479
|
+
function buildSealPageHtml(fileUrl, fileName, uploadUrl, fileUid) {
|
|
105480
|
+
return `<!DOCTYPE html>
|
|
105481
|
+
<html>
|
|
105482
|
+
<head>
|
|
105483
|
+
<meta charset="UTF-8">
|
|
105484
|
+
<title>AIP签章</title>
|
|
105485
|
+
<style>
|
|
105486
|
+
*{margin:0;padding:0;box-sizing:border-box}
|
|
105487
|
+
html,body{width:100%;height:100%;overflow:hidden;font-family:"Microsoft YaHei",sans-serif}
|
|
105488
|
+
.layout{display:flex;height:100%}
|
|
105489
|
+
.sidebar{width:160px;background:#fff;border-right:1px solid #e0e0e0;display:flex;flex-direction:column;flex-shrink:0;z-index:10;position:relative}
|
|
105490
|
+
.sidebar .title{padding:12px;font-size:14px;font-weight:bold;color:#333;border-bottom:1px solid #eee}
|
|
105491
|
+
.sidebar .btns{padding:12px;display:flex;flex-direction:column;gap:10px;flex:1}
|
|
105492
|
+
.sidebar .btns button{width:100%;padding:8px 0;border:1px solid #d9d9d9;border-radius:4px;background:#fff;cursor:pointer;font-size:13px}
|
|
105493
|
+
.sidebar .btns button:hover{border-color:#1890ff;color:#1890ff}
|
|
105494
|
+
.sidebar .btns .p{background:#1890ff;color:#fff;border-color:#1890ff}
|
|
105495
|
+
.sidebar .btns .p:hover{background:#40a9ff}
|
|
105496
|
+
.sidebar .btns button:disabled{opacity:0.5;cursor:not-allowed}
|
|
105497
|
+
.sidebar .status{padding:12px;font-size:11px;color:#999;border-top:1px solid #eee}
|
|
105498
|
+
.sidebar .status.ok{color:#52c41a}
|
|
105499
|
+
.sidebar .status.err{color:#ff4d4f}
|
|
105500
|
+
.main{flex:1;position:relative;background:#f0f0f0}
|
|
105501
|
+
</style>
|
|
105502
|
+
</head>
|
|
105503
|
+
<body>
|
|
105504
|
+
<div class="layout">
|
|
105505
|
+
<div class="sidebar">
|
|
105506
|
+
<div class="title">盖章操作</div>
|
|
105507
|
+
<div class="btns">
|
|
105508
|
+
<button id="bu" class="p" disabled onclick="doUpload()">保存</button>
|
|
105509
|
+
<button onclick="doClose()">关闭窗口</button>
|
|
105510
|
+
</div>
|
|
105511
|
+
<div id="st" class="status">正在连接AIP...</div>
|
|
105512
|
+
</div>
|
|
105513
|
+
<div class="main" id="main"></div>
|
|
105514
|
+
</div>
|
|
105515
|
+
|
|
105516
|
+
<script>
|
|
105517
|
+
/* ===== nativeWebsocket.js ===== */
|
|
105518
|
+
if(window.WebSocket){}else{console.log("浏览器不支持websocket")}
|
|
105485
105519
|
var g_pServer=null;
|
|
105486
|
-
|
|
105487
|
-
var
|
|
105488
|
-
if(isAsync){
|
|
105489
|
-
if(
|
|
105490
|
-
else{var id="ws"+Date.now();window[id]=new WebSocket(obj.url);window[id].onopen=function(){window[id].send(obj.data)};window[id].onmessage=function(
|
|
105491
|
-
}else{
|
|
105492
|
-
if(!g_pServer||g_pServer.readyState==3||g_pServer.readyState==2){
|
|
105493
|
-
g_pServer=new WebSocket(obj.url);
|
|
105494
|
-
}
|
|
105495
|
-
|
|
105496
|
-
}}
|
|
105497
|
-
`;
|
|
105498
|
-
var SEAL_API_JS = `
|
|
105499
|
-
var g_PlatForm="Windows",windowName="s"+Date.now();
|
|
105500
|
-
function CS(c){if(g_PlatForm=="Windows"){c=c.replace(/%/g,"$_37_");c=c.replace(/&/g,"$_38_")}return nativeWebsocket({data:"/execcmd?cmdbody=CMDDATA:"+c+"&SYNCMODE=1&WNDNAME="+windowName,url:"ws://127.0.0.1:13426"})}
|
|
105501
|
-
function LF(u){return CS("22;|;3,"+u)}
|
|
105502
|
-
function SPM(a,b){return CS("47;|;2,"+a+"|;|2,"+b)}
|
|
105503
|
-
function CA(a){return CS("6;|;2,"+a)}
|
|
105504
|
-
function LG(a,b,c,d,e){return CS("45;|;3,"+a+"|;|2,"+b+"|;|2,"+c+"|;|3,"+d+"|;|3,"+e)}
|
|
105505
|
-
function CD(a){return CS("44;|;2,"+a)}
|
|
105506
|
-
function SV(a,b){return CS("23;|;3,"+a+"|;|3,"+b)}
|
|
105507
|
-
function HAPS(a,b){return CS("59;|;3,"+a+"|;|3,"+b)}
|
|
105508
|
-
function HAPCF(a){return CS("67;|;3,"+a)}
|
|
105509
|
-
function HI(){return CS("61;|;")}
|
|
105510
|
-
function HP(a){return CS("62;|;3,"+a)}
|
|
105511
|
-
function DEW(){return CS("995;|;")}
|
|
105512
|
-
async function sealOpen(url){var r=await LF(url);if(r!=1)return{ok:false,msg:"打开文档失败:"+r};await SPM(2,100);return{ok:true}}
|
|
105513
|
-
async function sealAdd(){var r=await LG("HWSEALDEMO**",4,65535,"DEMO","");if(r!=0)return{ok:false,msg:"登录失败:"+r};await CA(2568);return{ok:true}}
|
|
105514
|
-
async function sealUpload(url,code){await HI();await SV("ADD_FORCETYPE_VALUE2","32768");await HAPS("FileCode",code);await HAPCF("FileBlod");var r=await HP(url);if(r=="ok")return{ok:true};return{ok:false,msg:"上传失败:"+r}}
|
|
105515
|
-
async function sealClose(){await CD(0);await DEW()}
|
|
105516
|
-
`;
|
|
105517
|
-
function buildIframeSrcdoc() {
|
|
105518
|
-
return '<!DOCTYPE html><html><head><meta charset="UTF-8"><style>' + '*{margin:0;padding:0;box-sizing:border-box}' + 'html,body{width:100%;height:100%;overflow:hidden;font-family:"Microsoft YaHei",sans-serif}' + '.tb{height:44px;background:#fff;border-bottom:1px solid #e8e8e8;display:flex;align-items:center;padding:0 16px;gap:8px}' + '.tb button{padding:4px 16px;border:1px solid #d9d9d9;border-radius:4px;background:#fff;cursor:pointer;font-size:14px}' + '.tb button:hover{border-color:#1890ff;color:#1890ff}' + '.tb .p{background:#1890ff;color:#fff;border-color:#1890ff}' + '.tb .p:hover{background:#40a9ff}' + '.tb button:disabled{opacity:0.5;cursor:not-allowed}' + '.tb .s{width:1px;height:24px;background:#e8e8e8;margin:0 4px}' + '.tb .st{margin-left:auto;color:#999;font-size:12px}' + '.da{width:100%;height:calc(100% - 44px);background:#f0f0f0;display:flex;align-items:center;justify-content:center;color:#999;font-size:14px}' + '</style></head><body>' + '<div class="tb">' + '<button id="bs" disabled onclick="doSeal()">盖章</button>' + '<div class="s"></div>' + '<button id="bu" disabled class="p" onclick="doUp()">上传服务器</button>' + '<span id="st" class="st">等待打开文件...</span>' + '</div>' + '<div class="da">等待加载文件...</div>' + '<script>' + WEBSOCKET_JS + '<\/script>' + '<script>' + SEAL_API_JS + '<\/script>' + '<script>' + 'var fU="",fN="",uU="",fC="",op=false;' + 'window.addEventListener("message",function(e){var d=e.data;if(!d||!d.type)return;' + 'if(d.type==="openFile"){fU=d.url||"";fN=d.fileName||"";uU=d.uploadUrl||"";fC=d.fileCode||("s"+Date.now());go(fU)}' + 'else if(d.type==="close"){sealClose();op=false}});' + 'function nt(d){window.parent.postMessage(d,"*")}' + 'function ss(t){document.getElementById("st").textContent=t}' + 'function en(o){document.getElementById("bs").disabled=!o;document.getElementById("bu").disabled=!o}' + 'async function go(u){if(!u){ss("文件地址为空");nt({type:"error",message:"文件地址为空"});return}' + 'ss("正在打开文件...");try{var r=await sealOpen(u);if(r.ok){op=true;en(true);ss("文件已打开:"+fN);nt({type:"fileOpened"})}else{ss(r.msg);nt({type:"error",message:r.msg})}}catch(e){ss(e.message);nt({type:"error",message:e.message})}}' + 'async function doSeal(){if(!op)return;ss("正在盖章...");try{var r=await sealAdd();if(r.ok){ss("盖章完成");nt({type:"sealed"})}else{ss(r.msg);nt({type:"error",message:r.msg})}}catch(e){ss(e.message);nt({type:"error",message:e.message})}}' + 'async function doUp(){if(!op)return;if(!uU){ss("未配置上传地址");return}' + 'ss("正在上传...");try{var r=await sealUpload(uU,fC);if(r.ok){ss("上传成功");nt({type:"uploadSuccess",fileName:fN,fileCode:fC})}else{ss(r.msg);nt({type:"error",message:r.msg})}}catch(e){ss(e.message);nt({type:"error",message:e.message})}}' + 'nt({type:"iframeReady"});' + '<\/script></body></html>';
|
|
105519
|
-
}
|
|
105520
|
-
;// ./node_modules/_thread-loader@3.0.4@thread-loader/dist/cjs.js!./node_modules/_babel-loader@8.4.1@babel-loader/lib/index.js??clonedRuleSet-40.use[1]!./node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./src/form/modules/components/FileUpload/SealModal.vue?vue&type=script&lang=js
|
|
105521
|
-
//
|
|
105522
|
-
//
|
|
105523
|
-
//
|
|
105524
|
-
//
|
|
105525
|
-
//
|
|
105526
|
-
//
|
|
105527
|
-
//
|
|
105528
|
-
//
|
|
105529
|
-
//
|
|
105530
|
-
//
|
|
105531
|
-
//
|
|
105532
|
-
//
|
|
105533
|
-
//
|
|
105534
|
-
//
|
|
105535
|
-
//
|
|
105536
|
-
//
|
|
105537
|
-
//
|
|
105538
|
-
//
|
|
105539
|
-
//
|
|
105540
|
-
//
|
|
105541
|
-
//
|
|
105542
|
-
//
|
|
105543
|
-
//
|
|
105544
|
-
|
|
105545
|
-
|
|
105546
|
-
/* harmony default export */ const SealModalvue_type_script_lang_js = ({
|
|
105547
|
-
name: 'SealModal',
|
|
105548
|
-
props: {
|
|
105549
|
-
visible: {
|
|
105550
|
-
type: Boolean,
|
|
105551
|
-
default: false
|
|
105552
|
-
},
|
|
105553
|
-
fileUrl: {
|
|
105554
|
-
type: String,
|
|
105555
|
-
default: ''
|
|
105556
|
-
},
|
|
105557
|
-
fileName: {
|
|
105558
|
-
type: String,
|
|
105559
|
-
default: ''
|
|
105560
|
-
},
|
|
105561
|
-
uploadUrl: {
|
|
105562
|
-
type: String,
|
|
105563
|
-
default: ''
|
|
105564
|
-
}
|
|
105565
|
-
},
|
|
105566
|
-
data() {
|
|
105567
|
-
return {
|
|
105568
|
-
srcdoc: ''
|
|
105569
|
-
};
|
|
105570
|
-
},
|
|
105571
|
-
watch: {
|
|
105572
|
-
visible(val) {
|
|
105573
|
-
if (val) {
|
|
105574
|
-
this.srcdoc = buildIframeSrcdoc();
|
|
105575
|
-
window.addEventListener('message', this.handleMessage);
|
|
105576
|
-
} else {
|
|
105577
|
-
window.removeEventListener('message', this.handleMessage);
|
|
105578
|
-
this.srcdoc = '';
|
|
105579
|
-
}
|
|
105580
|
-
}
|
|
105581
|
-
},
|
|
105582
|
-
beforeDestroy() {
|
|
105583
|
-
window.removeEventListener('message', this.handleMessage);
|
|
105584
|
-
},
|
|
105585
|
-
methods: {
|
|
105586
|
-
sendMessage(data) {
|
|
105587
|
-
if (this.$refs.sealIframe && this.$refs.sealIframe.contentWindow) {
|
|
105588
|
-
this.$refs.sealIframe.contentWindow.postMessage(data, '*');
|
|
105589
|
-
}
|
|
105590
|
-
},
|
|
105591
|
-
handleMessage(event) {
|
|
105592
|
-
const data = event.data;
|
|
105593
|
-
if (!data || !data.type) return;
|
|
105594
|
-
switch (data.type) {
|
|
105595
|
-
case 'iframeReady':
|
|
105596
|
-
if (this.fileUrl) {
|
|
105597
|
-
this.sendMessage({
|
|
105598
|
-
type: 'openFile',
|
|
105599
|
-
url: this.fileUrl,
|
|
105600
|
-
fileName: this.fileName,
|
|
105601
|
-
uploadUrl: this.uploadUrl,
|
|
105602
|
-
fileCode: 'seal_' + Date.now()
|
|
105603
|
-
});
|
|
105604
|
-
}
|
|
105605
|
-
break;
|
|
105606
|
-
case 'fileOpened':
|
|
105607
|
-
this.$message.success('文件打开成功');
|
|
105608
|
-
break;
|
|
105609
|
-
case 'sealed':
|
|
105610
|
-
this.$message.success('盖章成功');
|
|
105611
|
-
break;
|
|
105612
|
-
case 'uploadSuccess':
|
|
105613
|
-
this.$message.success('文件上传成功');
|
|
105614
|
-
this.$emit('sealed', {
|
|
105615
|
-
fileName: data.fileName || this.fileName,
|
|
105616
|
-
fileCode: data.fileCode
|
|
105617
|
-
});
|
|
105618
|
-
this.handleClose();
|
|
105619
|
-
break;
|
|
105620
|
-
case 'error':
|
|
105621
|
-
this.$message.error(data.message || '操作失败');
|
|
105622
|
-
break;
|
|
105623
|
-
}
|
|
105624
|
-
},
|
|
105625
|
-
handleClose() {
|
|
105626
|
-
this.sendMessage({
|
|
105627
|
-
type: 'close'
|
|
105628
|
-
});
|
|
105629
|
-
this.$emit('update:visible', false);
|
|
105520
|
+
nativeWebsocket=async function(obj){
|
|
105521
|
+
var callBack=obj.CallBack;var isAsync=typeof(callBack)=="function";var callData=obj.CallData;
|
|
105522
|
+
if(isAsync){
|
|
105523
|
+
if(callData&&window[callData]){window[callData].send(obj.data);window[callData].onmessage=function(event){callBack(event.data,callData)}}
|
|
105524
|
+
else{var id="ws"+Date.now();window[id]=new WebSocket(obj.url);window[id].onopen=function(){window[id].send(obj.data)};window[id].onmessage=function(event){callBack(event.data,id)};window[id].onclose=function(){};window[id].onerror=function(){}}
|
|
105525
|
+
}else{
|
|
105526
|
+
if(!g_pServer||g_pServer.readyState==3||g_pServer.readyState==2){
|
|
105527
|
+
g_pServer=new WebSocket(obj.url);
|
|
105528
|
+
return new Promise(function(resolve,reject){g_pServer.onopen=function(){g_pServer.send(obj.data)};g_pServer.onmessage=function(event){resolve(event.data)};g_pServer.onclose=function(){};g_pServer.onerror=function(){}})
|
|
105529
|
+
}else{
|
|
105530
|
+
return new Promise(function(resolve,reject){g_pServer.send(obj.data);g_pServer.onmessage=function(event){resolve(event.data)}})
|
|
105630
105531
|
}
|
|
105631
105532
|
}
|
|
105632
|
-
}
|
|
105633
|
-
;// ./src/form/modules/components/FileUpload/SealModal.vue?vue&type=script&lang=js
|
|
105634
|
-
/* harmony default export */ const FileUpload_SealModalvue_type_script_lang_js = (SealModalvue_type_script_lang_js);
|
|
105635
|
-
;// ./node_modules/_mini-css-extract-plugin@2.10.2@mini-css-extract-plugin/dist/loader.js??clonedRuleSet-32.use[0]!./node_modules/_css-loader@6.11.0@css-loader/dist/cjs.js??clonedRuleSet-32.use[1]!./node_modules/_vue-loader@15.11.1@vue-loader/lib/loaders/stylePostLoader.js!./node_modules/_postcss-loader@6.2.1@postcss-loader/dist/cjs.js??clonedRuleSet-32.use[2]!./node_modules/_less-loader@5.0.0@less-loader/dist/cjs.js??clonedRuleSet-32.use[3]!./node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./src/form/modules/components/FileUpload/SealModal.vue?vue&type=style&index=0&id=3b5a77f1&prod&lang=less&scoped=true
|
|
105636
|
-
// extracted by mini-css-extract-plugin
|
|
105637
|
-
|
|
105638
|
-
;// ./src/form/modules/components/FileUpload/SealModal.vue?vue&type=style&index=0&id=3b5a77f1&prod&lang=less&scoped=true
|
|
105639
|
-
|
|
105640
|
-
;// ./src/form/modules/components/FileUpload/SealModal.vue
|
|
105641
|
-
|
|
105642
|
-
|
|
105643
|
-
|
|
105644
|
-
;
|
|
105645
|
-
|
|
105646
|
-
|
|
105647
|
-
/* normalize component */
|
|
105648
|
-
|
|
105649
|
-
var SealModal_component = (0,componentNormalizer/* default */.A)(
|
|
105650
|
-
FileUpload_SealModalvue_type_script_lang_js,
|
|
105651
|
-
SealModalvue_type_template_id_3b5a77f1_scoped_true_render,
|
|
105652
|
-
SealModalvue_type_template_id_3b5a77f1_scoped_true_staticRenderFns,
|
|
105653
|
-
false,
|
|
105654
|
-
null,
|
|
105655
|
-
"3b5a77f1",
|
|
105656
|
-
null
|
|
105657
|
-
|
|
105658
|
-
)
|
|
105533
|
+
}
|
|
105659
105534
|
|
|
105660
|
-
/*
|
|
105535
|
+
/* ===== aip_server.js 精简 ===== */
|
|
105536
|
+
var g_PlatForm="Windows",windowName="s"+Date.now();
|
|
105537
|
+
function ConnectServ(cmddata,CallBack,CallData,ErrMsg,sMode){
|
|
105538
|
+
sMode=sMode||"";
|
|
105539
|
+
if(g_PlatForm=="Windows"){cmddata=cmddata.replace(/%/g,"$_37_");cmddata=cmddata.replace(/&/g,"$_38_")}
|
|
105540
|
+
return nativeWebsocket({"data":"/execcmd?cmdbody=CMDDATA:"+cmddata+"&SYNCMODE=1"+sMode+"&WNDNAME="+windowName,"url":"ws://127.0.0.1:13426","CallBack":CallBack,"CallData":CallData});
|
|
105541
|
+
}
|
|
105542
|
+
function LoadFile(p1,CallBack,CallData,ErrMsg,sMode){return ConnectServ("22;|;3,"+p1,CallBack,CallData,ErrMsg,sMode)}
|
|
105543
|
+
function SetPageMode(p1,p2,CallBack,CallData,ErrMsg,sMode){return ConnectServ("47;|;2,"+p1+"|;|2,"+p2,CallBack,CallData,ErrMsg,sMode)}
|
|
105544
|
+
function CloseDoc(p1,CallBack,CallData,ErrMsg,sMode){return ConnectServ("44;|;2,"+p1,CallBack,CallData,ErrMsg,sMode)}
|
|
105545
|
+
function SetValue(p1,p2,CallBack,CallData,ErrMsg,sMode){return ConnectServ("23;|;3,"+p1+"|;|3,"+p2,CallBack,CallData,ErrMsg,sMode)}
|
|
105546
|
+
function HttpInit(CallBack,CallData,ErrMsg,sMode){return ConnectServ("61;|;",CallBack,CallData,ErrMsg,sMode)}
|
|
105547
|
+
function HttpPost(p1,CallBack,CallData,ErrMsg,sMode){return ConnectServ("62;|;3,"+p1,CallBack,CallData,ErrMsg,sMode)}
|
|
105548
|
+
function HttpAddPostString(p1,p2,CallBack,CallData,ErrMsg,sMode){return ConnectServ("59;|;3,"+p1+"|;|3,"+p2,CallBack,CallData,ErrMsg,sMode)}
|
|
105549
|
+
function HttpAddPostCurrFile(p1,CallBack,CallData,ErrMsg,sMode){return ConnectServ("67;|;3,"+p1,CallBack,CallData,ErrMsg,sMode)}
|
|
105550
|
+
function dispidExitWnd(CallBack,CallData,ErrMsg,sMode){return ConnectServ("995;|;",CallBack,CallData,ErrMsg,sMode)}
|
|
105551
|
+
function dispidEnableCloseBtn(p1,CallBack,CallData,ErrMsg,sMode){return ConnectServ("998;|;2,"+p1,CallBack,CallData,ErrMsg,sMode)}
|
|
105552
|
+
function BindAipWnd(p1,p2,p3,p4,p5,CallBack,CallData,ErrMsg,sMode){return ConnectServ("1004;|;2,"+p1+"|;|2,"+p2+"|;|2,"+p3+"|;|2,"+p4+"|;|2,"+p5,CallBack,CallData,ErrMsg,sMode)}
|
|
105553
|
+
function MoveWndPos(p1,p2,p3,p4,CallBack,CallData,ErrMsg,sMode){return ConnectServ("1005;|;2,"+p1+"|;|2,"+p2+"|;|2,"+p3+"|;|2,"+p4,CallBack,CallData,ErrMsg,sMode)}
|
|
105554
|
+
function HideAipWnd(CallBack,CallData,ErrMsg,sMode){return ConnectServ("994;|;",CallBack,CallData,ErrMsg,sMode)}
|
|
105555
|
+
function ShowWnd(CallBack,CallData,ErrMsg,sMode){return ConnectServ("990;|;",CallBack,CallData,ErrMsg,sMode)}
|
|
105556
|
+
function dispidGetSysDPI(CallBack,CallData,ErrMsg,sMode){return ConnectServ("1008;|;",CallBack,CallData,ErrMsg,sMode)}
|
|
105557
|
+
|
|
105558
|
+
/* ===== common.js 精简 ===== */
|
|
105559
|
+
async function OpenFile(url){
|
|
105560
|
+
var IsOpen=await LoadFile(url,"","","","");
|
|
105561
|
+
if(IsOpen!=1){return{ok:false,msg:"打开文档失败:"+IsOpen}}
|
|
105562
|
+
await SetPageMode(2,100,"","","","");
|
|
105563
|
+
return{ok:true};
|
|
105564
|
+
}
|
|
105565
|
+
async function SaveToS(savetype,filepath,filecode){
|
|
105566
|
+
if(savetype==1){
|
|
105567
|
+
await HttpInit("","","","");
|
|
105568
|
+
await SetValue("ADD_FORCETYPE_VALUE2","32768","","","","");
|
|
105569
|
+
await HttpAddPostString("FileCode",filecode,"","","","");
|
|
105570
|
+
await HttpAddPostCurrFile("file","","","","","");
|
|
105571
|
+
var ispost=await HttpPost(filepath,"","","","");
|
|
105572
|
+
if(ispost&&ispost.indexOf('"success":true')>-1){
|
|
105573
|
+
try{var rsp=JSON.parse(ispost);return{ok:true,msg:rsp.message||""}}catch(e){return{ok:true,msg:""}}
|
|
105574
|
+
}
|
|
105575
|
+
return{ok:false,msg:"上传失败:"+ispost}
|
|
105576
|
+
}
|
|
105577
|
+
return{ok:false,msg:"不支持的保存类型"};
|
|
105578
|
+
}
|
|
105579
|
+
|
|
105580
|
+
/* ===== 嵌入AIP窗口 ===== */
|
|
105581
|
+
var g_sysdpi=1;
|
|
105582
|
+
async function calcPos(id){
|
|
105583
|
+
var el=document.getElementById(id);
|
|
105584
|
+
var x=el.getBoundingClientRect().left;
|
|
105585
|
+
var y=el.getBoundingClientRect().top;
|
|
105586
|
+
var width=el.offsetWidth;
|
|
105587
|
+
var height=el.offsetHeight;
|
|
105588
|
+
var ratio=window.devicePixelRatio||1;
|
|
105589
|
+
var iBrwDpi=ratio/g_sysdpi;
|
|
105590
|
+
var borderW=window.outerWidth-window.innerWidth*iBrwDpi;
|
|
105591
|
+
var diffTool=Math.abs((window.outerHeight-window.innerHeight*iBrwDpi)*g_sysdpi);
|
|
105592
|
+
width=width*ratio;
|
|
105593
|
+
height=height*ratio;
|
|
105594
|
+
var isMax=window.screen.availHeight-window.outerHeight<=0&&window.screen.availWidth-window.outerWidth<=0;
|
|
105595
|
+
if(isMax){
|
|
105596
|
+
x=(x+borderW/2)*ratio;
|
|
105597
|
+
y=(y-borderW/2)*ratio+diffTool;
|
|
105598
|
+
}else{
|
|
105599
|
+
x=(x+(borderW-13)/2)*ratio;
|
|
105600
|
+
y=(y-6-(borderW-13)/2)*ratio+diffTool;
|
|
105601
|
+
}
|
|
105602
|
+
return{xpos:x,ypos:y,width:width,height:height}
|
|
105603
|
+
}
|
|
105604
|
+
|
|
105605
|
+
/* ===== 页面逻辑 ===== */
|
|
105606
|
+
var fileUrl="${fileUrl}";
|
|
105607
|
+
var fileName="${fileName}";
|
|
105608
|
+
var uploadUrl="${uploadUrl}";
|
|
105609
|
+
var fileUid="${fileUid}";
|
|
105610
|
+
var fileCode="seal_"+Date.now();
|
|
105611
|
+
var fileOpened=false;
|
|
105612
|
+
|
|
105613
|
+
function ss(t,c){var e=document.getElementById("st");e.textContent=t;e.className="status "+(c||"")}
|
|
105614
|
+
|
|
105615
|
+
async function init(){
|
|
105616
|
+
ss("正在初始化AIP...");
|
|
105617
|
+
try{
|
|
105618
|
+
var iSysDpi=await dispidGetSysDPI("","","","");
|
|
105619
|
+
g_sysdpi=iSysDpi/96;
|
|
105620
|
+
await dispidEnableCloseBtn(1,"","","","");
|
|
105621
|
+
var pos=await calcPos("main");
|
|
105622
|
+
var iRet=await BindAipWnd(0,pos.xpos,pos.ypos,pos.width,pos.height,"","","","");
|
|
105623
|
+
if(iRet==0){ss("AIP窗口绑定失败","err");return}
|
|
105624
|
+
ss("正在打开文件...");
|
|
105625
|
+
var r=await OpenFile(fileUrl);
|
|
105626
|
+
if(r&&r.ok){
|
|
105627
|
+
fileOpened=true;
|
|
105628
|
+
document.getElementById("bu").disabled=false;
|
|
105629
|
+
ss("文件已打开,可在AIP中操作","ok");
|
|
105630
|
+
}else{
|
|
105631
|
+
ss((r&&r.msg)||"打开失败","err");
|
|
105632
|
+
}
|
|
105633
|
+
}catch(e){
|
|
105634
|
+
ss("连接AIP服务失败","err");
|
|
105635
|
+
}
|
|
105636
|
+
}
|
|
105637
|
+
|
|
105638
|
+
async function doUpload(){
|
|
105639
|
+
if(!fileOpened||!uploadUrl){ss("未配置上传地址","err");return}
|
|
105640
|
+
ss("正在上传...");
|
|
105641
|
+
document.getElementById("bu").disabled=true;
|
|
105642
|
+
try{
|
|
105643
|
+
var r=await SaveToS(1,uploadUrl,fileCode);
|
|
105644
|
+
if(r&&r.ok){
|
|
105645
|
+
ss("上传成功,2秒后自动关闭...","ok");
|
|
105646
|
+
if(window.opener&&!window.opener.closed){
|
|
105647
|
+
window.opener.postMessage({type:"sealUploadSuccess",fileName:fileName,fileUrl:r.msg,fileCode:fileCode,fileUid:fileUid},"*");
|
|
105648
|
+
}
|
|
105649
|
+
setTimeout(function(){doClose()},2000);
|
|
105650
|
+
}else{
|
|
105651
|
+
ss((r&&r.msg)||"上传失败","err");
|
|
105652
|
+
document.getElementById("bu").disabled=false;
|
|
105653
|
+
}
|
|
105654
|
+
}catch(e){
|
|
105655
|
+
ss("上传失败","err");
|
|
105656
|
+
document.getElementById("bu").disabled=false;
|
|
105657
|
+
}
|
|
105658
|
+
}
|
|
105659
|
+
|
|
105660
|
+
async function doClose(){
|
|
105661
|
+
try{if(fileOpened){await CloseDoc(0,"","","","");await dispidExitWnd("","","","")}}catch(e){}
|
|
105662
|
+
window.close();
|
|
105663
|
+
}
|
|
105664
|
+
|
|
105665
|
+
window.addEventListener("resize",async function(){
|
|
105666
|
+
if(fileOpened){
|
|
105667
|
+
var pos=await calcPos("main");
|
|
105668
|
+
MoveWndPos(pos.xpos,pos.ypos,pos.width,pos.height,"","","","");
|
|
105669
|
+
}
|
|
105670
|
+
});
|
|
105671
|
+
document.addEventListener("visibilitychange",function(){
|
|
105672
|
+
if(document.hidden){HideAipWnd("","","","")}
|
|
105673
|
+
else{ShowWnd("","","","")}
|
|
105674
|
+
});
|
|
105675
|
+
window.onbeforeunload=function(){HideAipWnd("","","","")};
|
|
105676
|
+
init();
|
|
105677
|
+
<\/script>
|
|
105678
|
+
</body>
|
|
105679
|
+
</html>`;
|
|
105680
|
+
}
|
|
105661
105681
|
;// ./node_modules/_thread-loader@3.0.4@thread-loader/dist/cjs.js!./node_modules/_babel-loader@8.4.1@babel-loader/lib/index.js??clonedRuleSet-40.use[1]!./node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./src/form/modules/components/FileUpload/component.vue?vue&type=script&lang=js
|
|
105662
105682
|
|
|
105663
105683
|
|
|
@@ -105754,10 +105774,6 @@ var SealModal_component = (0,componentNormalizer/* default */.A)(
|
|
|
105754
105774
|
//
|
|
105755
105775
|
//
|
|
105756
105776
|
//
|
|
105757
|
-
//
|
|
105758
|
-
//
|
|
105759
|
-
//
|
|
105760
|
-
//
|
|
105761
105777
|
//
|
|
105762
105778
|
|
|
105763
105779
|
|
|
@@ -105814,18 +105830,13 @@ function componentvue_type_script_lang_js_getBase64(file) {
|
|
|
105814
105830
|
bigUploadOpen: false,
|
|
105815
105831
|
locale: (locale_default()),
|
|
105816
105832
|
dashboardprops: {},
|
|
105817
|
-
fileDownUrl: ''
|
|
105818
|
-
sealModalVisible: false,
|
|
105819
|
-
sealFileUrl: '',
|
|
105820
|
-
sealFileName: '',
|
|
105821
|
-
sealUploadUrl: ''
|
|
105833
|
+
fileDownUrl: ''
|
|
105822
105834
|
};
|
|
105823
105835
|
},
|
|
105824
105836
|
components: {
|
|
105825
105837
|
DragUpload: dragUpload,
|
|
105826
105838
|
FilePreview: FilePreview/* default */.A,
|
|
105827
|
-
Dashboard: dashboard
|
|
105828
|
-
SealModal: SealModal
|
|
105839
|
+
Dashboard: dashboard
|
|
105829
105840
|
},
|
|
105830
105841
|
created() {
|
|
105831
105842
|
this.showImage();
|
|
@@ -105856,6 +105867,9 @@ function componentvue_type_script_lang_js_getBase64(file) {
|
|
|
105856
105867
|
return (window._CONFIG['businessBaseUrl'] || window._CONFIG['domianURL']) + url;
|
|
105857
105868
|
// return (window._CONFIG['formActionURL'] || window._CONFIG['domianURL']) + url
|
|
105858
105869
|
}
|
|
105870
|
+
},
|
|
105871
|
+
sealUploadDesign() {
|
|
105872
|
+
return !!window._CONFIG.sealUploadDesign;
|
|
105859
105873
|
}
|
|
105860
105874
|
},
|
|
105861
105875
|
beforeDestroy() {
|
|
@@ -106010,10 +106024,43 @@ function componentvue_type_script_lang_js_getBase64(file) {
|
|
|
106010
106024
|
},
|
|
106011
106025
|
handleMessage(msg) {
|
|
106012
106026
|
const resData = msg.data;
|
|
106027
|
+
if (!resData || !resData.type) return;
|
|
106013
106028
|
switch (resData.type) {
|
|
106014
106029
|
case 'openId':
|
|
106015
106030
|
(external_commonjs_vue_commonjs2_vue_root_Vue_default()).prototype['OPENID'] = resData.data;
|
|
106016
106031
|
break;
|
|
106032
|
+
case 'sealUploadSuccess':
|
|
106033
|
+
this.$message.success('盖章文件已上传至服务器');
|
|
106034
|
+
if (resData.fileUrl) {
|
|
106035
|
+
var imgUrl = window._CONFIG.imgDomainURL || window._CONFIG.imgUrl;
|
|
106036
|
+
var uid = resData.fileUid;
|
|
106037
|
+
var newFile = {
|
|
106038
|
+
key: uid || 'seal_' + Date.now(),
|
|
106039
|
+
uid: uid || 'seal_' + Date.now(),
|
|
106040
|
+
url: resData.fileUrl,
|
|
106041
|
+
status: 'done',
|
|
106042
|
+
name: resData.fileName || '盖章文件'
|
|
106043
|
+
};
|
|
106044
|
+
var idx = this.dataModel.findIndex(item => item.uid === uid);
|
|
106045
|
+
if (idx > -1) {
|
|
106046
|
+
this.dataModel.splice(idx, 1, newFile);
|
|
106047
|
+
} else {
|
|
106048
|
+
this.dataModel.push(newFile);
|
|
106049
|
+
}
|
|
106050
|
+
var fIdx = this.fileList.findIndex(item => item.uid === uid);
|
|
106051
|
+
if (fIdx > -1) {
|
|
106052
|
+
this.fileList.splice(fIdx, 1, {
|
|
106053
|
+
...newFile,
|
|
106054
|
+
url: imgUrl + newFile.url
|
|
106055
|
+
});
|
|
106056
|
+
} else {
|
|
106057
|
+
this.fileList.push({
|
|
106058
|
+
...newFile,
|
|
106059
|
+
url: imgUrl + newFile.url
|
|
106060
|
+
});
|
|
106061
|
+
}
|
|
106062
|
+
}
|
|
106063
|
+
break;
|
|
106017
106064
|
}
|
|
106018
106065
|
},
|
|
106019
106066
|
async handlePreview(file) {
|
|
@@ -106189,24 +106236,30 @@ function componentvue_type_script_lang_js_getBase64(file) {
|
|
|
106189
106236
|
this.$message.warning('文件地址不存在,无法盖章');
|
|
106190
106237
|
return;
|
|
106191
106238
|
}
|
|
106192
|
-
|
|
106193
|
-
|
|
106194
|
-
|
|
106195
|
-
this.
|
|
106239
|
+
var fileUrl = file.url || '';
|
|
106240
|
+
var fileName = file.name || '';
|
|
106241
|
+
var baseUrl = window._CONFIG['businessBaseUrl'] || window._CONFIG['domianURL'];
|
|
106242
|
+
var uploadUrl = this.widget.options.sealUploadUrl || baseUrl + '/sys/common/upload?token=' + this.getToken();
|
|
106243
|
+
var html = buildSealPageHtml(fileUrl, fileName, uploadUrl, file.uid || '');
|
|
106244
|
+
var blob = new Blob([html], {
|
|
106245
|
+
type: 'text/html'
|
|
106246
|
+
});
|
|
106247
|
+
var url = URL.createObjectURL(blob);
|
|
106248
|
+
window.open(url, '_blank');
|
|
106249
|
+
URL.revokeObjectURL(url);
|
|
106196
106250
|
},
|
|
106197
|
-
|
|
106198
|
-
|
|
106199
|
-
|
|
106200
|
-
|
|
106201
|
-
|
|
106202
|
-
|
|
106203
|
-
|
|
106204
|
-
|
|
106205
|
-
|
|
106206
|
-
|
|
106207
|
-
this.showImage();
|
|
106208
|
-
this.updateValidateNotify();
|
|
106251
|
+
handleRemoveFile(file) {
|
|
106252
|
+
var removeFileId = '';
|
|
106253
|
+
this.dataModel = this.dataModel.filter(item => {
|
|
106254
|
+
if (item.uid === file.uid) {
|
|
106255
|
+
removeFileId = item.fileId;
|
|
106256
|
+
}
|
|
106257
|
+
return item.uid !== file.uid;
|
|
106258
|
+
});
|
|
106259
|
+
if (this.widget.options.uploadEncrypt) {
|
|
106260
|
+
this.updateStringModel('formFileIds', removeFileId, 'del');
|
|
106209
106261
|
}
|
|
106262
|
+
this.fileList = this.fileList.filter(item => item.uid !== file.uid);
|
|
106210
106263
|
}
|
|
106211
106264
|
},
|
|
106212
106265
|
watch: {
|
|
@@ -106225,10 +106278,10 @@ function componentvue_type_script_lang_js_getBase64(file) {
|
|
|
106225
106278
|
});
|
|
106226
106279
|
;// ./src/form/modules/components/FileUpload/component.vue?vue&type=script&lang=js
|
|
106227
106280
|
/* harmony default export */ const components_FileUpload_componentvue_type_script_lang_js = (FileUpload_componentvue_type_script_lang_js);
|
|
106228
|
-
;// ./node_modules/_mini-css-extract-plugin@2.10.2@mini-css-extract-plugin/dist/loader.js??clonedRuleSet-32.use[0]!./node_modules/_css-loader@6.11.0@css-loader/dist/cjs.js??clonedRuleSet-32.use[1]!./node_modules/_vue-loader@15.11.1@vue-loader/lib/loaders/stylePostLoader.js!./node_modules/_postcss-loader@6.2.1@postcss-loader/dist/cjs.js??clonedRuleSet-32.use[2]!./node_modules/_less-loader@5.0.0@less-loader/dist/cjs.js??clonedRuleSet-32.use[3]!./node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./src/form/modules/components/FileUpload/component.vue?vue&type=style&index=0&id=
|
|
106281
|
+
;// ./node_modules/_mini-css-extract-plugin@2.10.2@mini-css-extract-plugin/dist/loader.js??clonedRuleSet-32.use[0]!./node_modules/_css-loader@6.11.0@css-loader/dist/cjs.js??clonedRuleSet-32.use[1]!./node_modules/_vue-loader@15.11.1@vue-loader/lib/loaders/stylePostLoader.js!./node_modules/_postcss-loader@6.2.1@postcss-loader/dist/cjs.js??clonedRuleSet-32.use[2]!./node_modules/_less-loader@5.0.0@less-loader/dist/cjs.js??clonedRuleSet-32.use[3]!./node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./src/form/modules/components/FileUpload/component.vue?vue&type=style&index=0&id=20c8b8d0&prod&lang=less&scoped=true
|
|
106229
106282
|
// extracted by mini-css-extract-plugin
|
|
106230
106283
|
|
|
106231
|
-
;// ./src/form/modules/components/FileUpload/component.vue?vue&type=style&index=0&id=
|
|
106284
|
+
;// ./src/form/modules/components/FileUpload/component.vue?vue&type=style&index=0&id=20c8b8d0&prod&lang=less&scoped=true
|
|
106232
106285
|
|
|
106233
106286
|
;// ./src/form/modules/components/FileUpload/component.vue
|
|
106234
106287
|
|
|
@@ -106241,19 +106294,19 @@ function componentvue_type_script_lang_js_getBase64(file) {
|
|
|
106241
106294
|
|
|
106242
106295
|
var FileUpload_component_component = (0,componentNormalizer/* default */.A)(
|
|
106243
106296
|
components_FileUpload_componentvue_type_script_lang_js,
|
|
106244
|
-
|
|
106245
|
-
|
|
106297
|
+
componentvue_type_template_id_20c8b8d0_scoped_true_render,
|
|
106298
|
+
componentvue_type_template_id_20c8b8d0_scoped_true_staticRenderFns,
|
|
106246
106299
|
false,
|
|
106247
106300
|
null,
|
|
106248
|
-
"
|
|
106301
|
+
"20c8b8d0",
|
|
106249
106302
|
null
|
|
106250
106303
|
|
|
106251
106304
|
)
|
|
106252
106305
|
|
|
106253
106306
|
/* harmony default export */ const FileUpload_component = (FileUpload_component_component.exports);
|
|
106254
|
-
;// ./node_modules/_vue-loader@15.11.1@vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./src/form/modules/components/FileUpload/widgetSetup.vue?vue&type=template&id=
|
|
106255
|
-
var
|
|
106256
|
-
var
|
|
106307
|
+
;// ./node_modules/_vue-loader@15.11.1@vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./src/form/modules/components/FileUpload/widgetSetup.vue?vue&type=template&id=43fc7eb9&scoped=true
|
|
106308
|
+
var widgetSetupvue_type_template_id_43fc7eb9_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"control"},[_c('div',{staticClass:"form_wrap"},[_c('div',{staticClass:"form"},[_c('a-form-model',[_c('a-form-model-item',{attrs:{"label":"移动端占位内容"}},[_c('a-input',{model:{value:(_vm.widget.options.placeholder),callback:function ($$v) {_vm.$set(_vm.widget.options, "placeholder", $$v)},expression:"widget.options.placeholder"}})],1),(_vm.h5PreviewOptions.length)?_c('a-form-model-item',{attrs:{"label":"移动端H5预览"}},[_c('a-switch',{model:{value:(_vm.widget.options.h5_preview),callback:function ($$v) {_vm.$set(_vm.widget.options, "h5_preview", $$v)},expression:"widget.options.h5_preview"}}),(_vm.widget.options.h5_preview)?_c('div',{staticStyle:{"margin-left":"20px"}},[_c('a-form-model-item',{attrs:{"label":"预览配置"}},[_c('a-select',{on:{"change":_vm.h5PreviewChange},model:{value:(_vm.widget.options.h5_preview_type),callback:function ($$v) {_vm.$set(_vm.widget.options, "h5_preview_type", $$v)},expression:"widget.options.h5_preview_type"}},_vm._l((_vm.h5PreviewOptions),function(dict,idx){return _c('a-select-option',{key:idx,attrs:{"name":dict.title,"value":dict.value,"desc":dict.description}},[_vm._v(_vm._s(dict.title))])}),1)],1)],1):_vm._e()],1):_vm._e(),_c('a-form-model-item',{attrs:{"label":"Ctrl+v粘贴文件"}},[_c('a-switch',{model:{value:(_vm.widget.options.isCVFile),callback:function ($$v) {_vm.$set(_vm.widget.options, "isCVFile", $$v)},expression:"widget.options.isCVFile"}})],1),(!_vm.widget.options.enableBigUpload)?[_c('a-form-model-item',{attrs:{"label":"扫码上传"}},[_c('a-switch',{model:{value:(_vm.widget.options.enableQrUpload),callback:function ($$v) {_vm.$set(_vm.widget.options, "enableQrUpload", $$v)},expression:"widget.options.enableQrUpload"}})],1),_c('a-form-model-item',{attrs:{"label":"加密上传"}},[_c('a-switch',{model:{value:(_vm.widget.options.uploadEncrypt),callback:function ($$v) {_vm.$set(_vm.widget.options, "uploadEncrypt", $$v)},expression:"widget.options.uploadEncrypt"}})],1),(_vm.widget.options.uploadEncrypt)?_c('a-form-model-item',{attrs:{"label":"Token解密下载"}},[_c('a-switch',{model:{value:(_vm.widget.options.downloadVerifyToken),callback:function ($$v) {_vm.$set(_vm.widget.options, "downloadVerifyToken", $$v)},expression:"widget.options.downloadVerifyToken"}})],1):_vm._e()]:_vm._e(),_c('a-form-model-item',{attrs:{"label":"大文件上传"}},[_c('a-switch',{model:{value:(_vm.widget.options.enableBigUpload),callback:function ($$v) {_vm.$set(_vm.widget.options, "enableBigUpload", $$v)},expression:"widget.options.enableBigUpload"}})],1),(_vm.widget.options.enableBigUpload)?_c('a-form-model-item',{attrs:{"label":"大文件上传地址"}},[_c('a-input',{attrs:{"type":"url"},model:{value:(_vm.widget.options.bigUploadUrl),callback:function ($$v) {_vm.$set(_vm.widget.options, "bigUploadUrl", $$v)},expression:"widget.options.bigUploadUrl"}})],1):_vm._e(),_c('a-form-model-item',{attrs:{"label":"允许文件上传类型"}},[_c('a-tooltip',{attrs:{"placement":"top"}},[_c('template',{slot:"title"},[_c('span',[_vm._v("请输入允许上传的文件后缀,多个以逗号隔开")])]),_c('a-input',{model:{value:(_vm.widget.ext),callback:function ($$v) {_vm.$set(_vm.widget, "ext", $$v)},expression:"widget.ext"}})],2)],1),_c('a-form-model-item',{attrs:{"label":"最大上传数"}},[_c('a-input',{model:{value:(_vm.widget.options.length),callback:function ($$v) {_vm.$set(_vm.widget.options, "length", $$v)},expression:"widget.options.length"}})],1),_c('a-form-model-item',{attrs:{"label":"文件上传最大大小kb"}},[_c('a-input',{model:{value:(_vm.widget.options.fileSize),callback:function ($$v) {_vm.$set(_vm.widget.options, "fileSize", $$v)},expression:"widget.options.fileSize"}})],1),_c('a-form-model-item',{attrs:{"label":"文件上传地址"}},[_c('a-input',{model:{value:(_vm.widget.options.action),callback:function ($$v) {_vm.$set(_vm.widget.options, "action", $$v)},expression:"widget.options.action"}})],1),(_vm.sealUploadDesign)?_c('a-form-model-item',{attrs:{"label":"启用盖章"}},[_c('a-switch',{model:{value:(_vm.widget.options.enableSeal),callback:function ($$v) {_vm.$set(_vm.widget.options, "enableSeal", $$v)},expression:"widget.options.enableSeal"}})],1):_vm._e(),(_vm.sealUploadDesign && _vm.widget.options.enableSeal)?_c('a-form-model-item',{attrs:{"label":"盖章上传地址"}},[_c('a-input',{attrs:{"placeholder":"留空则使用文件上传地址"},model:{value:(_vm.widget.options.sealUploadUrl),callback:function ($$v) {_vm.$set(_vm.widget.options, "sealUploadUrl", $$v)},expression:"widget.options.sealUploadUrl"}})],1):_vm._e()],2)],1)])])}
|
|
106309
|
+
var widgetSetupvue_type_template_id_43fc7eb9_scoped_true_staticRenderFns = []
|
|
106257
106310
|
|
|
106258
106311
|
|
|
106259
106312
|
;// ./node_modules/_thread-loader@3.0.4@thread-loader/dist/cjs.js!./node_modules/_babel-loader@8.4.1@babel-loader/lib/index.js??clonedRuleSet-40.use[1]!./node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./src/form/modules/components/FileUpload/widgetSetup.vue?vue&type=script&lang=js
|
|
@@ -106327,6 +106380,9 @@ var widgetSetupvue_type_template_id_64c3ec61_scoped_true_staticRenderFns = []
|
|
|
106327
106380
|
//
|
|
106328
106381
|
//
|
|
106329
106382
|
//
|
|
106383
|
+
//
|
|
106384
|
+
//
|
|
106385
|
+
//
|
|
106330
106386
|
|
|
106331
106387
|
|
|
106332
106388
|
/* harmony default export */ const FileUpload_widgetSetupvue_type_script_lang_js = ({
|
|
@@ -106338,6 +106394,11 @@ var widgetSetupvue_type_template_id_64c3ec61_scoped_true_staticRenderFns = []
|
|
|
106338
106394
|
source: "1"
|
|
106339
106395
|
};
|
|
106340
106396
|
},
|
|
106397
|
+
computed: {
|
|
106398
|
+
sealUploadDesign() {
|
|
106399
|
+
return !!window._CONFIG.sealUploadDesign;
|
|
106400
|
+
}
|
|
106401
|
+
},
|
|
106341
106402
|
props: {
|
|
106342
106403
|
widget: {
|
|
106343
106404
|
type: Object,
|
|
@@ -106376,11 +106437,11 @@ var widgetSetupvue_type_template_id_64c3ec61_scoped_true_staticRenderFns = []
|
|
|
106376
106437
|
;
|
|
106377
106438
|
var FileUpload_widgetSetup_component = (0,componentNormalizer/* default */.A)(
|
|
106378
106439
|
components_FileUpload_widgetSetupvue_type_script_lang_js,
|
|
106379
|
-
|
|
106380
|
-
|
|
106440
|
+
widgetSetupvue_type_template_id_43fc7eb9_scoped_true_render,
|
|
106441
|
+
widgetSetupvue_type_template_id_43fc7eb9_scoped_true_staticRenderFns,
|
|
106381
106442
|
false,
|
|
106382
106443
|
null,
|
|
106383
|
-
"
|
|
106444
|
+
"43fc7eb9",
|
|
106384
106445
|
null
|
|
106385
106446
|
|
|
106386
106447
|
)
|
|
@@ -141028,8 +141089,8 @@ var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._sel
|
|
|
141028
141089
|
var staticRenderFns = []
|
|
141029
141090
|
|
|
141030
141091
|
|
|
141031
|
-
// EXTERNAL MODULE: ./src/form/modules/components/index.js +
|
|
141032
|
-
var components = __webpack_require__(
|
|
141092
|
+
// EXTERNAL MODULE: ./src/form/modules/components/index.js + 1015 modules
|
|
141093
|
+
var components = __webpack_require__(11255);
|
|
141033
141094
|
;// ./node_modules/_thread-loader@3.0.4@thread-loader/dist/cjs.js!./node_modules/_babel-loader@8.4.1@babel-loader/lib/index.js??clonedRuleSet-40.use[1]!./node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./src/form/modules/common/Modals/CorrectionItem.vue?vue&type=script&lang=js
|
|
141034
141095
|
//
|
|
141035
141096
|
//
|
|
@@ -143428,8 +143489,8 @@ var component = (0,componentNormalizer/* default */.A)(
|
|
|
143428
143489
|
)
|
|
143429
143490
|
|
|
143430
143491
|
/* harmony default export */ const CorrectionModal = (component.exports);
|
|
143431
|
-
// EXTERNAL MODULE: ./src/form/modules/components/index.js +
|
|
143432
|
-
var components = __webpack_require__(
|
|
143492
|
+
// EXTERNAL MODULE: ./src/form/modules/components/index.js + 1015 modules
|
|
143493
|
+
var components = __webpack_require__(11255);
|
|
143433
143494
|
// EXTERNAL MODULE: ./node_modules/_pubsub-js@1.9.5@pubsub-js/src/pubsub.js
|
|
143434
143495
|
var pubsub = __webpack_require__(55469);
|
|
143435
143496
|
var pubsub_default = /*#__PURE__*/__webpack_require__.n(pubsub);
|
|
@@ -144622,8 +144683,8 @@ var vuedraggable_umd = __webpack_require__(59715);
|
|
|
144622
144683
|
var vuedraggable_umd_default = /*#__PURE__*/__webpack_require__.n(vuedraggable_umd);
|
|
144623
144684
|
// EXTERNAL MODULE: ./src/api/manage.js
|
|
144624
144685
|
var manage = __webpack_require__(5335);
|
|
144625
|
-
// EXTERNAL MODULE: ./src/form/modules/components/index.js +
|
|
144626
|
-
var components = __webpack_require__(
|
|
144686
|
+
// EXTERNAL MODULE: ./src/form/modules/components/index.js + 1015 modules
|
|
144687
|
+
var components = __webpack_require__(11255);
|
|
144627
144688
|
// EXTERNAL MODULE: ./src/form/util/Bus.js
|
|
144628
144689
|
var Bus = __webpack_require__(31227);
|
|
144629
144690
|
// EXTERNAL MODULE: ./src/form/modules/config/hnkj.js
|
|
@@ -162543,7 +162604,7 @@ function toString(value) {
|
|
|
162543
162604
|
(module) {
|
|
162544
162605
|
|
|
162545
162606
|
"use strict";
|
|
162546
|
-
module.exports = /*#__PURE__*/JSON.parse('{"rE":"1.1.689-test.
|
|
162607
|
+
module.exports = /*#__PURE__*/JSON.parse('{"rE":"1.1.689-test.5"}');
|
|
162547
162608
|
|
|
162548
162609
|
/***/ }
|
|
162549
162610
|
|
|
@@ -177247,7 +177308,9 @@ const advanceComponents = [{
|
|
|
177247
177308
|
canEdit: true,
|
|
177248
177309
|
canCorrect: true,
|
|
177249
177310
|
defaulcanView: true,
|
|
177250
|
-
canView: true
|
|
177311
|
+
canView: true,
|
|
177312
|
+
enableSeal: false,
|
|
177313
|
+
sealUploadUrl: ''
|
|
177251
177314
|
}
|
|
177252
177315
|
}, {
|
|
177253
177316
|
type: 'uploadModel',
|
|
@@ -178087,8 +178150,8 @@ var es_array_sort = __webpack_require__(15360);
|
|
|
178087
178150
|
var es_array_unshift = __webpack_require__(13255);
|
|
178088
178151
|
// EXTERNAL MODULE: ./src/form/util/util.js
|
|
178089
178152
|
var util_util = __webpack_require__(78393);
|
|
178090
|
-
// EXTERNAL MODULE: ./src/form/modules/components/index.js +
|
|
178091
|
-
var components = __webpack_require__(
|
|
178153
|
+
// EXTERNAL MODULE: ./src/form/modules/components/index.js + 1015 modules
|
|
178154
|
+
var components = __webpack_require__(11255);
|
|
178092
178155
|
// EXTERNAL MODULE: ./src/form/modules/widgetFormItem.vue + 6 modules
|
|
178093
178156
|
var widgetFormItem = __webpack_require__(7693);
|
|
178094
178157
|
// EXTERNAL MODULE: ./src/form/modules/WidgetIdeaSignItem.vue + 5 modules
|