@aitronos/freddy-plugins 0.4.0 → 0.4.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +10 -2
- package/README.md +309 -186
- package/dist/freddy-plugins.css +1 -1
- package/dist/index.d.ts +186 -186
- package/dist/web-components.iife.js +61 -0
- package/dist/web-components.iife.js.map +1 -0
- package/dist/web-components.js +10060 -0
- package/dist/web-components.js.map +1 -0
- package/package.json +14 -16
- package/public/vite.svg +0 -31
package/dist/freddy-plugins.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;text-decoration:inherit}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh;font-family:Inter,sans-serif}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}.card{padding:2em}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}}.BaseIcon{width:40px;height:40px}.MediumIcon{width:80px;height:80px}.red{color:red}.green{color:green}.black{color:#000}.white{color:#fff}.stroke-2{stroke-width:2}.stroke-1-25{stroke-width:1.25}.stroke-1-3{stroke-width:1.3}.stroke-1{stroke-width:1}.stroke-3{stroke-width:3}.stroke-6{stroke-width:6}.base-fallback-style{width:16px;height:16px;stroke-width:1.5}@keyframes float-68ec5307{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes rotate-68ec5307{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.spaceman-logo[data-v-68ec5307]{animation:float-68ec5307 3s ease-in-out infinite}.spaceman-logo #planet[data-v-68ec5307]{animation:rotate-68ec5307 20s linear infinite}.spaceman-logo #stars[data-v-68ec5307]{animation:float-68ec5307 4s ease-in-out infinite reverse}.tooltip-wrapper[data-v-6df39f10]{display:inline-block;position:relative}.tooltip-content[data-v-6df39f10]{position:absolute;z-index:1000;background:#212529;color:#fff;font-size:13px;padding:8px 12px;border-radius:6px;white-space:normal;max-width:300px;pointer-events:none;opacity:.95;box-shadow:0 4px 12px #00000026;left:50%;transform:translate(-50%);bottom:120%;line-height:1.4;min-width:200px;word-wrap:break-word;word-break:break-word}.tooltip-content.bottom[data-v-6df39f10]{top:120%;bottom:auto}.tooltip-content.left[data-v-6df39f10]{left:auto;right:120%;top:50%;bottom:auto;transform:translateY(-50%)}.tooltip-content.right[data-v-6df39f10]{left:120%;top:50%;bottom:auto;transform:translateY(-50%)}.tooltip-content.force-bottom[data-v-6df39f10]{top:120%;bottom:auto}.fade-enter-active[data-v-6df39f10],.fade-leave-active[data-v-6df39f10]{transition:opacity .15s}.fade-enter-from[data-v-6df39f10],.fade-leave-to[data-v-6df39f10]{opacity:0}.freddy-button[data-v-e7669851]{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:none;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;cursor:pointer;transition:all .2s ease;box-sizing:border-box;color:#031525;border:1px solid #e5e7eb;--button-height: 44px}.freddy-button.freddy-button--primary[data-v-e7669851]{background:#7ba8ef!important;color:#fff!important;border:1px solid #7ba8ef!important}.freddy-button.freddy-button--primary.freddy-button--destructive[data-v-e7669851]{background:#ef4444!important;color:#fff!important;border:1px solid #ef4444!important}.freddy-button.freddy-button--primary[data-v-e7669851]:hover:not(.freddy-button--disabled):not(.freddy-button--loading){background:#1d4ed8;border-color:#1d4ed8}.freddy-button.freddy-button--primary.freddy-button--destructive[data-v-e7669851]:hover:not(.freddy-button--disabled):not(.freddy-button--loading){background:#dc2626;border-color:#dc2626}.freddy-button.freddy-button--primary[data-v-e7669851]:active:not(.freddy-button--disabled):not(.freddy-button--loading){background:#1742af;border-color:#1742af}.freddy-button.freddy-button--primary.freddy-button--destructive[data-v-e7669851]:active:not(.freddy-button--disabled):not(.freddy-button--loading){background:#b91c1c;border-color:#b91c1c}.freddy-button.freddy-button--secondary[data-v-e7669851]{background:transparent!important;color:#7ba8ef!important;border:1px solid #7ba8ef!important}.freddy-button.freddy-button--secondary.freddy-button--destructive[data-v-e7669851]{background:transparent!important;color:#ef4444!important;border:1px solid #ef4444!important}.freddy-button.freddy-button--secondary[data-v-e7669851]:hover:not(.freddy-button--disabled):not(.freddy-button--loading){background:#e0e7ff}.freddy-button.freddy-button--secondary.freddy-button--destructive[data-v-e7669851]:hover:not(.freddy-button--disabled):not(.freddy-button--loading){background:#fef2f2}.freddy-button.freddy-button--secondary[data-v-e7669851]:active:not(.freddy-button--disabled):not(.freddy-button--loading){background:#c7d2fe}.freddy-button.freddy-button--secondary.freddy-button--destructive[data-v-e7669851]:active:not(.freddy-button--disabled):not(.freddy-button--loading){background:#fee2e2}.freddy-button.freddy-button--tertiary[data-v-e7669851]{background:transparent!important;color:#4b5563!important;border:1px solid #9ca3af!important}.freddy-button.freddy-button--tertiary.freddy-button--destructive[data-v-e7669851]{background:transparent!important;color:#ef4444!important;border:1px solid #ef4444!important}.freddy-button.freddy-button--tertiary[data-v-e7669851]:hover:not(.freddy-button--disabled):not(.freddy-button--loading){background:#f3f4f6}.freddy-button.freddy-button--tertiary.freddy-button--destructive[data-v-e7669851]:hover:not(.freddy-button--disabled):not(.freddy-button--loading){background:#fef2f2}.freddy-button.freddy-button--tertiary[data-v-e7669851]:active:not(.freddy-button--disabled):not(.freddy-button--loading){background:#e5e7eb}.freddy-button.freddy-button--tertiary.freddy-button--destructive[data-v-e7669851]:active:not(.freddy-button--disabled):not(.freddy-button--loading){background:#fee2e2}.freddy-button.freddy-button--text[data-v-e7669851]{background:none!important;color:#2563eb!important;border:none!important;box-shadow:none!important;padding:0!important;margin:0!important;min-width:0!important;min-height:0!important;gap:4px}.freddy-button.freddy-button--text.freddy-button--destructive[data-v-e7669851]{color:#ef4444!important}.freddy-button.freddy-button--text[data-v-e7669851]:hover:not(.freddy-button--disabled):not(.freddy-button--loading),.freddy-button.freddy-button--text.freddy-button--destructive[data-v-e7669851]:hover:not(.freddy-button--disabled):not(.freddy-button--loading),.freddy-button.freddy-button--text[data-v-e7669851]:active:not(.freddy-button--disabled):not(.freddy-button--loading),.freddy-button.freddy-button--text.freddy-button--destructive[data-v-e7669851]:active:not(.freddy-button--disabled):not(.freddy-button--loading){background:none!important;border:none!important}.freddy-button.freddy-button--success[data-v-e7669851]{background:#22c55e!important;color:#fff!important;border:1px solid #22c55e!important}.freddy-button.freddy-button--success.freddy-button--destructive[data-v-e7669851]{background:#fff!important;color:#ef4444!important;border:1px solid #ef4444!important}.freddy-button.freddy-button--success[data-v-e7669851]:hover:not(.freddy-button--disabled):not(.freddy-button--loading){background:#16a34a;border-color:#16a34a}.freddy-button.freddy-button--success.freddy-button--destructive[data-v-e7669851]:hover:not(.freddy-button--disabled):not(.freddy-button--loading){background:#fef2f2}.freddy-button.freddy-button--success[data-v-e7669851]:active:not(.freddy-button--disabled):not(.freddy-button--loading){background:#15803d;border-color:#15803d}.freddy-button.freddy-button--success.freddy-button--destructive[data-v-e7669851]:active:not(.freddy-button--disabled):not(.freddy-button--loading){background:#fee2e2}.freddy-button--s[data-v-e7669851]{height:20px;min-width:20px;font-size:14px;font-weight:600;gap:4px;border-radius:4px;padding:0 8px;--button-height: 20px}.freddy-button--sm[data-v-e7669851]{height:28px;min-width:28px;font-size:16px;font-weight:600;gap:6px;border-radius:8px;padding:0 12px;--button-height: 28px}.freddy-button--md[data-v-e7669851]{height:44px;min-width:44px;font-size:16px;font-weight:600;gap:8px;border-radius:8px;padding:0 16px;--button-height: 44px}.freddy-button--lg[data-v-e7669851]{height:44px;min-width:44px;font-size:16px;font-weight:600;gap:8px;border-radius:8px;padding:0 20px;--button-height: 44px}.freddy-button--xl[data-v-e7669851]{height:48px;min-width:48px;font-size:16px;font-weight:600;gap:10px;border-radius:8px;padding:0 24px;--button-height: 48px}.freddy-button[data-v-e7669851]:hover:not(.freddy-button--disabled):not(.freddy-button--loading){background:#f9fafb;border-color:#d1d5db;transform:translateY(-1px);box-shadow:0 2px 4px #0000001a}.freddy-button[data-v-e7669851]:focus-visible{outline:none;box-shadow:0 0 0 2px #fff,0 0 0 4px #00aeef;background:#f0f9ff}.freddy-button.freddy-button--text[data-v-e7669851]:focus-visible{box-shadow:0 0 0 2px #fff,0 0 0 4px #2563eb}.freddy-button.freddy-button--destructive[data-v-e7669851]:focus-visible{box-shadow:0 0 0 2px #fff,0 0 0 4px #ef4444}.freddy-button.freddy-button--success[data-v-e7669851]:focus-visible{box-shadow:0 0 0 2px #fff,0 0 0 4px #22c55e}.freddy-button[data-v-e7669851]:active:not(.freddy-button--disabled):not(.freddy-button--loading){transform:translateY(0);box-shadow:0 1px 2px #0000001a;background:#e0f2fe}.freddy-button--disabled[data-v-e7669851]{opacity:.6;cursor:not-allowed;transform:none!important;box-shadow:none!important;background:#f3f4f6;color:#9ca3af;border-color:#e5e7eb}.freddy-button--disabled[data-v-e7669851]:hover{transform:none!important;box-shadow:none!important;background:#f3f4f6;border-color:#e5e7eb}.freddy-button--loading[data-v-e7669851]{cursor:wait;position:relative}.freddy-button--loading[data-v-e7669851]:hover{transform:none!important;box-shadow:none!important;background:#fff;border-color:#e5e7eb}.button-icon[data-v-e7669851]{flex-shrink:0;color:currentColor;display:flex;align-items:center;justify-content:center}.button-hover-icon[data-v-e7669851]{cursor:pointer;transition:color .2s ease}.button-hover-icon[data-v-e7669851]:hover{color:#ef4444}.freddy-button--s .button-icon[data-v-e7669851]{width:16px;height:16px}.freddy-button--s .button-icon svg[data-v-e7669851]{width:16px;height:16px}.freddy-button--sm .button-icon[data-v-e7669851]{width:20px;height:20px}.freddy-button--sm .button-icon svg[data-v-e7669851]{width:20px;height:20px}.freddy-button--md .button-icon[data-v-e7669851]{width:20px;height:20px}.freddy-button--md .button-icon svg[data-v-e7669851]{width:20px;height:20px}.freddy-button--lg .button-icon[data-v-e7669851]{width:20px;height:20px}.freddy-button--lg .button-icon svg[data-v-e7669851]{width:20px;height:20px}.freddy-button--xl .button-icon[data-v-e7669851]{width:22px;height:22px}.freddy-button--xl .button-icon svg[data-v-e7669851]{width:22px;height:22px}.button-label[data-v-e7669851]{display:flex;align-items:center;white-space:nowrap}.button-spinner[data-v-e7669851]{display:inline-block;width:1em;height:1em;min-width:16px;min-height:16px;border:2px solid rgba(0,0,0,.08);border-top:2px solid #1a237e;border-radius:50%;animation:spin 1s linear infinite;margin-right:8px;vertical-align:middle;background:#00000008}.freddy-button--icon-only[data-v-e7669851]{justify-content:center;align-items:center;padding:0;gap:0;width:var(--button-height)!important;min-width:var(--button-height)!important;aspect-ratio:1}.button-icon-center[data-v-e7669851]{margin:0;display:flex;align-items:center;justify-content:center;width:100%;height:100%}.button-custom-content[data-v-e7669851]{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.icon-linear{display:flex;flex-direction:row;align-items:center;justify-content:flex-end;font-size:14px;color:#b1a8a8}.freddy-plugins-user-avatar-base[data-v-720c99ab]{width:100px;height:20px;object-fit:cover}.icon-progress-complete,.icon-progress-going,.icon-radio,.icon-radio-fill{display:flex;flex-direction:row;align-items:center;justify-content:flex-end;font-size:14px;color:#b1a8a8}.base-checkbox[data-v-ba9cd543]{position:relative;display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;border-radius:4px;border:1px solid currentColor;cursor:pointer;transition:background-color .15s ease-in-out,border-color .15s ease-in-out;-webkit-user-select:none;user-select:none}.checked[data-v-ba9cd543]{background-color:#fff;border-color:transparent}.checked-blue[data-v-ba9cd543]{background-color:#7ba8ef;border-color:transparent}.not-checked[data-v-ba9cd543]{background-color:transparent;border-color:currentColor}.checkbox-input[data-v-ba9cd543]{position:absolute;opacity:0;pointer-events:none}.checkbox-dash[data-v-ba9cd543]{width:8px;height:2px;background-color:#fff;border-radius:1px}.checkbox-icon[data-v-ba9cd543]{width:16px;height:16px;pointer-events:none}.is-disabled[data-v-ba9cd543]{opacity:.5;cursor:not-allowed}.switch[data-v-b509be1d]{position:relative;border:none;background:none;padding:0;cursor:pointer;outline:none;display:inline-flex;align-items:center;transition:opacity .2s}.switch--s[data-v-b509be1d]{width:28px;height:16px}.switch--sm[data-v-b509be1d]{width:32px;height:18px}.switch--md[data-v-b509be1d]{width:40px;height:22px}.switch--lg[data-v-b509be1d]{width:48px;height:26px}.switch--xl[data-v-b509be1d]{width:56px;height:30px}.switch--disabled[data-v-b509be1d]{opacity:.5;cursor:not-allowed}.switch__track[data-v-b509be1d]{position:absolute;left:0;top:0;width:100%;height:100%;background:#e5e5ea;border-radius:999px;transition:background .2s}.switch--on .switch__track[data-v-b509be1d]{background:#5c3bce}.switch__thumb[data-v-b509be1d]{position:absolute;background:#fff;border-radius:50%;box-shadow:0 1px 3px #00000026;transition:left .2s}.switch--s .switch__thumb[data-v-b509be1d]{top:1px;left:1px;width:14px;height:14px}.switch--s.switch--on .switch__thumb[data-v-b509be1d]{left:13px}.switch--sm .switch__thumb[data-v-b509be1d]{top:1px;left:1px;width:16px;height:16px}.switch--sm.switch--on .switch__thumb[data-v-b509be1d]{left:15px}.switch--md .switch__thumb[data-v-b509be1d]{top:2px;left:2px;width:18px;height:18px}.switch--md.switch--on .switch__thumb[data-v-b509be1d]{left:20px}.switch--lg .switch__thumb[data-v-b509be1d]{top:2px;left:2px;width:22px;height:22px}.switch--lg.switch--on .switch__thumb[data-v-b509be1d]{left:24px}.switch--xl .switch__thumb[data-v-b509be1d]{top:3px;left:3px;width:24px;height:24px}.switch--xl.switch--on .switch__thumb[data-v-b509be1d]{left:29px}.dropdown-wrapper{position:relative;display:inline-block}.dropdown-chevron{width:16px;height:16px}.dropdown-menu{position:absolute;left:0;min-width:200px;width:fit-content;max-width:360px;border:1px solid #ccc;border-radius:8px;box-shadow:0 2px 8px #00000014;z-index:1000;padding:4px 0;overflow:visible;background:#fff;pointer-events:auto}.dropdown-menu--down{top:100%;margin-top:4px}.dropdown-menu--up{bottom:100%;margin-bottom:4px}.dropdown-search-bar{width:100%;max-width:100%;box-sizing:border-box;padding:4px 8px;border-bottom:1px solid #eee}.dropdown-search-input{width:100%;max-width:100%;box-sizing:border-box;padding:4px 6px;border:1px solid #ccc;border-radius:4px;font-size:13px}.dropdown-options{list-style:none;margin:0;padding:0;max-height:280px;overflow-y:auto}.dropdown-option{display:flex;align-items:center;justify-content:space-between;gap:6px;padding:6px 12px;cursor:pointer;font-size:14px;border-radius:4px;transition:all .2s ease;background:#fff!important;pointer-events:auto;-webkit-user-select:none;user-select:none;color:#000;border:1px solid transparent}.dropdown-option-label{display:flex;align-items:center;gap:6px;flex:1 1 0;min-width:0;white-space:normal;word-break:break-word}.dropdown-option-icon{width:16px;height:16px;flex-shrink:0}.dropdown-option-icon--right{margin-left:auto}.dropdown-option-shortcut{margin-left:auto;font-size:12px;color:#888;background:#0000000a;border-radius:4px;padding:1px 6px;font-family:monospace}.dropdown-option:hover{background:#f8fafc!important;border-color:#e2e8f0;box-shadow:0 1px 3px #0000001a;transform:translateY(-1px)}.dropdown-no-options{padding:8px 12px;color:#888;font-size:13px}.dropdown-toggle-checkbox{width:16px;height:16px;border:1px solid #ccc;border-radius:4px;display:flex;align-items:center;justify-content:center;cursor:pointer}.dropdown-toggle-inner{width:12px;height:12px;background-color:#fff;border-radius:2px}.checked{background-color:#007bff;border-color:#007bff}.checked .dropdown-toggle-inner{display:none}.dropdown-option>.switch{flex-shrink:0}.input-field-wrapper[data-v-583bb24a]{display:flex;flex-direction:column;gap:.5rem;width:100%}.input-field-label[data-v-583bb24a]{font-size:.875rem;font-weight:500;line-height:1.25rem}.input-field-label--freddy[data-v-583bb24a]{color:#cbd6e3}.input-field-label--contentplate[data-v-583bb24a]{color:#374151}.required-asterisk[data-v-583bb24a]{color:#ef4444;margin-left:.125rem}.input-field-container[data-v-583bb24a]{position:relative;display:flex;align-items:center;transition:all .2s ease;cursor:text}.input-field-container--freddy[data-v-583bb24a]{background-color:#1e293b;border:1px solid #475569}.input-field-container--freddy[data-v-583bb24a]:hover:not(.input-field-container--disabled){border-color:#64748b}.input-field-container--freddy.input-field-container--focused[data-v-583bb24a]{border-color:#3b82f6;box-shadow:0 0 0 1px #3b82f6}.input-field-container--freddy.input-field-container--destructive[data-v-583bb24a]{border-color:#ef4444}.input-field-container--freddy.input-field-container--destructive[data-v-583bb24a]:hover{border-color:#f87171}.input-field-container--contentplate[data-v-583bb24a]{background-color:#fff;border:1px solid #d1d5db}.input-field-container--contentplate[data-v-583bb24a]:hover:not(.input-field-container--disabled){border-color:#9ca3af}.input-field-container--contentplate.input-field-container--focused[data-v-583bb24a]{border-color:#3b82f6;box-shadow:0 0 0 1px #3b82f6}.input-field-container--contentplate.input-field-container--destructive[data-v-583bb24a]{border-color:#ef4444}.input-field-container--contentplate.input-field-container--destructive[data-v-583bb24a]:hover{border-color:#f87171}.input-field-container[data-v-583bb24a]:hover:not(.input-field-container--disabled){border-color:#64748b}.input-field-container--focused[data-v-583bb24a]{border-color:#3b82f6;box-shadow:0 0 0 1px #3b82f6}.input-field-container--destructive[data-v-583bb24a]{border-color:#ef4444}.input-field-container--destructive[data-v-583bb24a]:hover{border-color:#f87171}.input-field-container--disabled[data-v-583bb24a]{opacity:.5;cursor:not-allowed}.input-field-container--sm[data-v-583bb24a]{height:40px;border-radius:8px}.input-field-container--md[data-v-583bb24a]{height:44px;border-radius:12px}.input-field-container--lg[data-v-583bb24a]{height:48px;border-radius:16px}.input-leading-dropdown[data-v-583bb24a],.input-leading-text[data-v-583bb24a]{display:flex;align-items:center;gap:.25rem;padding:0 .75rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:color .2s ease}.input-leading-dropdown--freddy[data-v-583bb24a],.input-leading-text--freddy[data-v-583bb24a]{border-right:1px solid #475569;color:#94a3b8}.input-leading-dropdown--contentplate[data-v-583bb24a],.input-leading-text--contentplate[data-v-583bb24a]{border-right:1px solid #d1d5db;color:#6b7280}.input-leading-dropdown--freddy[data-v-583bb24a]:hover{color:#cbd6e3}.input-leading-dropdown--contentplate[data-v-583bb24a]:hover{color:#374151}.dropdown-text[data-v-583bb24a]{font-size:.875rem;font-weight:500}.dropdown-icon[data-v-583bb24a]{width:1rem;height:1rem;stroke:currentColor}.input-leading-icon[data-v-583bb24a]{width:1.25rem;height:1.25rem;margin-left:.75rem}.input-leading-icon--freddy[data-v-583bb24a]{stroke:#94a3b8}.input-leading-icon--contentplate[data-v-583bb24a]{stroke:#6b7280}.input-leading-text--freddy[data-v-583bb24a]{color:#94a3b8}.input-leading-text--contentplate[data-v-583bb24a]{color:#6b7280}.input-field[data-v-583bb24a]{flex:1;background:transparent;border:none;outline:none;font-size:.875rem;font-weight:500;line-height:1.25rem;padding:0 .75rem;height:100%}.input-field--freddy[data-v-583bb24a]{color:#cbd6e3}.input-field--contentplate[data-v-583bb24a]{color:#374151}.input-field--freddy[data-v-583bb24a]::placeholder{color:#94a3b8;opacity:.7}.input-field--contentplate[data-v-583bb24a]::placeholder{color:#9ca3af;opacity:.7}.input-field--disabled[data-v-583bb24a]{cursor:not-allowed}.input-field--freddy.input-field--destructive[data-v-583bb24a]{color:#ef4444}.input-field--freddy.input-field--destructive[data-v-583bb24a]::placeholder{color:#f87171}.input-field--contentplate.input-field--destructive[data-v-583bb24a]{color:#ef4444}.input-field--contentplate.input-field--destructive[data-v-583bb24a]::placeholder{color:#f87171}.input-trailing-dropdown[data-v-583bb24a]{display:flex;align-items:center;gap:.25rem;padding:0 .75rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:color .2s ease}.input-trailing-dropdown--freddy[data-v-583bb24a]{border-left:1px solid #475569;color:#94a3b8}.input-trailing-dropdown--contentplate[data-v-583bb24a]{border-left:1px solid #d1d5db;color:#6b7280}.input-trailing-dropdown--freddy[data-v-583bb24a]:hover{color:#cbd6e3}.input-trailing-dropdown--contentplate[data-v-583bb24a]:hover{color:#374151}.input-trailing-button[data-v-583bb24a]{display:flex;align-items:center;padding:0 .75rem;background:transparent;color:#3b82f6;font-size:.875rem;font-weight:500;cursor:pointer;transition:color .2s ease}.input-trailing-button--freddy[data-v-583bb24a]{border-left:1px solid #475569}.input-trailing-button--contentplate[data-v-583bb24a]{border-left:1px solid #d1d5db}.input-trailing-button[data-v-583bb24a]:hover{color:#60a5fa}.input-clear-button[data-v-583bb24a]{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;margin-right:.5rem;background:transparent;border:none;cursor:pointer;border-radius:.25rem;transition:all .2s ease}.input-clear-button--freddy[data-v-583bb24a]{color:#94a3b8}.input-clear-button--contentplate[data-v-583bb24a]{color:#6b7280}.input-clear-button--freddy[data-v-583bb24a]:hover{background-color:#374151;color:#cbd6e3}.input-clear-button--contentplate[data-v-583bb24a]:hover{background-color:#f3f4f6;color:#374151}.clear-icon[data-v-583bb24a]{width:1rem;height:1rem;stroke:currentColor}.input-help-icon[data-v-583bb24a]{width:1.25rem;height:1.25rem;margin-right:.75rem;cursor:help;transition:stroke .2s ease}.input-help-icon--freddy[data-v-583bb24a]{stroke:#94a3b8}.input-help-icon--contentplate[data-v-583bb24a]{stroke:#6b7280}.input-help-icon--freddy[data-v-583bb24a]:hover{stroke:#cbd6e3}.input-help-icon--contentplate[data-v-583bb24a]:hover{stroke:#374151}.input-hint-text[data-v-583bb24a]{font-size:.75rem;line-height:1rem;margin:0}.input-hint-text--freddy[data-v-583bb24a]{color:#94a3b8}.input-hint-text--contentplate[data-v-583bb24a]{color:#6b7280}.input-field-container--payment .input-field[data-v-583bb24a]{font-family:Courier New,monospace;letter-spacing:.05em}.input-field-container--freddy-input[data-v-583bb24a]{background-color:#0f172a;border-color:#334155}.input-field-container--freddy-input .input-field[data-v-583bb24a]{color:#f1f5f9}.input-field-container--freddy-input .input-field[data-v-583bb24a]::placeholder{color:#64748b}.logo-container[data-v-f79c78a5]{display:flex;align-items:center;gap:.75rem}.logo-container--sm[data-v-f79c78a5]{gap:.5rem}.logo-container--lg[data-v-f79c78a5]{gap:1rem}.logo-image[data-v-f79c78a5]{object-fit:contain;height:auto}.logo-image--sm[data-v-f79c78a5]{width:64px;height:64px}.logo-image--md[data-v-f79c78a5]{width:96px;height:96px}.logo-image--lg[data-v-f79c78a5]{width:128px;height:128px}.logo-image--brand-no-title.logo-image--lg[data-v-f79c78a5]{width:180px;height:54px}.logo-image[data-v-f79c78a5]{max-width:100%;height:auto;aspect-ratio:200/60}.logo-title[data-v-f79c78a5]{margin:0;font-weight:600;color:#374151}.logo-title--sm[data-v-f79c78a5]{font-size:1rem}.logo-title--md[data-v-f79c78a5]{font-size:1.25rem}.logo-title--lg[data-v-f79c78a5]{font-size:1.5rem}.bg-modalBackgroundBlur{background-color:#1d2e47e6;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.bg-background{background-color:#0f172a}.modal-header,.modal-body,.modal-footer{margin-bottom:1rem}.modal-header:last-child,.modal-body:last-child,.modal-footer:last-child{margin-bottom:0}.modal-enter-active,.modal-leave-active{transition:all .3s ease}.modal-enter-from,.modal-leave-to{opacity:0;transform:scale(.9)}.modal-enter-to,.modal-leave-from{opacity:1;transform:scale(1)}@media (min-width: 1280px){.modal-container-large{width:56.25rem}}@media (max-width: 1279px) and (min-width: 1024px){.modal-container-large{width:56.25rem}}@media (max-width: 1023px) and (min-width: 768px){.modal-container-large{width:56.25rem}}@media (max-width: 767px) and (min-width: 640px){.modal-container-large{width:45.625rem}}@media (max-width: 639px) and (min-width: 480px){.modal-container-large{width:31.25rem}}@media (max-width: 479px){.modal-container-large{width:auto;max-width:90%}}.freddy-modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;display:flex;align-items:center;justify-content:center;background-color:#031525c4;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;overflow:auto}.freddy-modal-content{background-color:#031525;border-radius:40px;box-shadow:0 0 10px 2px #ffffff40;padding:30px;position:relative;margin:auto;min-width:370px;max-width:90%;width:auto}.freddy-modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:28px;gap:8px}.freddy-modal-title{font-size:29px;line-height:35px;font-weight:600;margin:0}.freddy-modal-close{background:none;border:none;font-size:35px;font-weight:400;color:#fff;padding:0;line-height:1;cursor:pointer}.freddy-modal-close-icon{width:16px;height:16px;stroke-width:2px}.freddy-pagination-nav{width:100%;display:flex;gap:.25rem;justify-content:space-between}.freddy-pagination-number-button{display:flex;align-items:center;justify-content:center;border-radius:4px;color:#6b7280;cursor:pointer;padding:.5rem .75rem;height:auto;background:transparent;border:none;transition:background-color .2s,color .2s}.freddy-pagination-number-button.active,.freddy-pagination-number-button.bg-white{background-color:#ffffff1a;color:#fff}.freddy-pagination-dynamic-container{display:flex;gap:.25rem}.freddy-pagination-end-button{margin-left:16px;display:flex;align-items:center;justify-content:center;padding:0 1rem;height:2.5rem;margin-inline-start:0;line-height:1.25rem;color:#6b7280;background-color:#031525;border:1px solid rgba(255,255,255,.2);border-radius:.5rem;cursor:pointer;transition:background-color .2s,color .2s}.freddy-pagination-hover-enabled:hover{background-color:#ffffff1a;color:#cbd6e3;cursor:pointer}.freddy-plugin-spinner{width:20px;height:20px;border:2px solid #f3f3f3;border-top-color:transparent;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.freddy-search-wrapper{display:flex;box-sizing:border-box;align-items:flex-start;gap:.5rem;height:37px;width:100%;border:1px solid #333741;padding-left:.875rem;padding-right:.875rem;border-radius:.5rem;cursor:text}.freddy-search-icon{flex-shrink:0;width:1.25rem;height:1.25rem;align-self:center;stroke:#fff6}.freddy-search-input{flex:1 1 auto;width:100%;font-size:14px;font-weight:500;line-height:16px;background:transparent;border:none;outline:none;color:#cbd6e3;align-self:center}.freddy-search-input::placeholder{color:#fff6;opacity:.7}.freddy-search-spinner{width:21px!important;align-self:center}.chat-bar-send-btn[data-v-97cd4e5d]{background:#00aeef;border:none;padding:0;margin-bottom:4px;cursor:pointer;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;transition:color .2s,background .2s}.chat-bar-send-btn--s[data-v-97cd4e5d]{width:24px;height:24px}.chat-bar-send-btn--sm[data-v-97cd4e5d]{width:28px;height:28px}.chat-bar-send-btn--md[data-v-97cd4e5d]{width:32px;height:32px}.chat-bar-send-btn--lg[data-v-97cd4e5d]{width:36px;height:36px}.chat-bar-send-btn--xl[data-v-97cd4e5d]{width:40px;height:40px}.chat-bar-send-btn.active[data-v-97cd4e5d]{color:#cbd6e3}.chat-bar-send-btn[data-v-97cd4e5d]:disabled{background:#ccc;cursor:not-allowed;color:#aaa}.chat-bar-send-icon[data-v-97cd4e5d]{width:20px;height:20px}.chat-bar-send-btn--s .chat-bar-send-icon[data-v-97cd4e5d]{width:14px;height:14px}.chat-bar-send-btn--sm .chat-bar-send-icon[data-v-97cd4e5d]{width:16px;height:16px}.chat-bar-send-btn--lg .chat-bar-send-icon[data-v-97cd4e5d]{width:22px;height:22px}.chat-bar-send-btn--xl .chat-bar-send-icon[data-v-97cd4e5d]{width:24px;height:24px}.skeleton-card[data-v-e5337fdf]{background-color:#1c2b3aa8;padding:1rem;border:1px solid #ffffff0a;border-radius:.5rem;box-shadow:4px 7px 27px -13px #fdfdff0f;display:flex;flex-direction:column;gap:1rem}.skeleton-paragraph[data-v-e5337fdf],.skeleton-single-box[data-v-e5337fdf],.skeleton-single-paragraph[data-v-e5337fdf]{padding:1rem;border:1px solid #ffffff0a;border-radius:.75rem;background-color:#1c2b3aa8;box-shadow:4px 7px 27px -13px #fdfdff0f;display:flex;flex-direction:column;gap:.5rem}.skeleton-single-box[data-v-e5337fdf]{padding:8px}.skeleton-table[data-v-e5337fdf]{background-color:#1c2b3aa8;padding:1rem;border:1px solid #ffffff0a;border-radius:.5rem;overflow:hidden;box-shadow:4px 7px 27px -13px #fdfdff0f;display:flex;flex-direction:column;gap:1rem}.skeleton-wave[data-v-e5337fdf]{position:relative;overflow:hidden;background-color:#031525}.skeleton-wave[data-v-e5337fdf]:after{content:"";position:absolute;top:0;left:-150%;height:100%;width:150%;background:linear-gradient(90deg,#fff0,#ffffffb3,#fff0);animation:wave-e5337fdf 3s ease-in-out infinite}@keyframes wave-e5337fdf{0%{left:-150%}50%{left:100%}to{left:100%}}.skeleton-line[data-v-e5337fdf]{background-color:#ffffff17;border-radius:.25rem}.skeleton-h-4[data-v-e5337fdf]{height:1rem}.skeleton-h-6[data-v-e5337fdf]{height:1.5rem}.skeleton-h-8[data-v-e5337fdf]{height:2rem}.skeleton-w-full[data-v-e5337fdf]{width:100%}.skeleton-w-5-6[data-v-e5337fdf]{width:83.333333%}.skeleton-w-3-4[data-v-e5337fdf]{width:75%}.skeleton-w-40[data-v-e5337fdf]{width:10rem}.skeleton-w-32[data-v-e5337fdf]{width:8rem}.table-full[data-v-e5337fdf]{min-width:100%;border-collapse:collapse}.td-padding[data-v-e5337fdf]{padding:.5rem 1.5rem}@keyframes fade-in-right-819849ab{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}.freddy-plugin-snackbar-container[data-v-819849ab]{position:fixed;right:1.25rem;bottom:.5rem;padding-bottom:17px;z-index:50}.freddy-plugin-snackbar-container--side70[data-v-819849ab]{width:78%}.freddy-plugin-snackbar-container--half[data-v-819849ab]{width:50%}.freddy-plugin-snackbar-container--full[data-v-819849ab]{width:100%;padding-left:2.5rem}.freddy-plugin-snackbar[data-v-819849ab]{margin-top:.75rem;padding:1rem;border-radius:1.5rem;background-color:#031525;animation:fade-in-right-819849ab .5s ease-out}.freddy-plugin-snackbar--info[data-v-819849ab]{border:2px solid #ffffff;box-shadow:0 0 0 1px #fff}.freddy-plugin-snackbar--danger[data-v-819849ab]{border:2px solid #f79009;box-shadow:0 0 0 1px #f79009}.freddy-plugin-snackbar--success[data-v-819849ab]{border:2px solid #12b76a;box-shadow:0 0 0 1px #12b76a}.freddy-plugin-snackbar-content[data-v-819849ab]{display:flex;justify-content:space-between;align-items:center;position:relative}.freddy-plugin-snackbar-left[data-v-819849ab]{display:flex;gap:1rem}.freddy-plugin-snackbar-icon[data-v-819849ab]{height:16px;width:16px;stroke-width:2;color:#fff;border-radius:9999px;padding:.25rem;border:4px solid transparent;box-sizing:content-box}.freddy-plugin-snackbar-icon--info[data-v-819849ab]{border-color:#fff3;background-color:#ffffff17}.freddy-plugin-snackbar-icon--danger[data-v-819849ab]{border-color:#f79009;background-color:#fdb022}.freddy-plugin-snackbar-icon--success[data-v-819849ab]{border-color:#12b76a;background-color:#68c57c}.freddy-plugin-snackbar-text[data-v-819849ab]{display:flex;flex-direction:column;gap:.375rem;color:#fff}.freddy-plugin-snackbar-title[data-v-819849ab]{font-size:.875rem;font-weight:600;margin:0;color:#fff}.freddy-plugin-snackbar-message[data-v-819849ab]{font-size:.875rem;font-weight:500;line-height:normal;margin:0;color:#fff}.freddy-plugin-snackbar-close-btn[data-v-819849ab]{position:absolute;right:.5rem;top:0;background:none;border:none;cursor:pointer}.freddy-plugin-snackbar-close-icon[data-v-819849ab]{height:10px;width:10px;stroke-width:1.67;color:#fff}.freddy-plugin-nav-bar{display:flex;width:100%;gap:24px;border-bottom:1px solid rgba(255,255,255,.09);padding-right:10px;font-family:Inter,sans-serif;font-size:.875rem;font-weight:600}.freddy-plugin-menu-button{all:unset;display:flex;flex-direction:column;padding-top:8px;cursor:pointer}.freddy-plugin-active-tab{width:100%;background-color:#fff;height:2px;border-top-left-radius:.375rem;border-top-right-radius:.375rem}.toast-wrapper[data-v-a89a07b6]{position:fixed;right:10px;bottom:10px;display:flex;flex-direction:column;gap:.5rem}.toast-item[data-v-a89a07b6]{display:flex;align-items:center;padding:.625rem;gap:.625rem;border-radius:10px;box-shadow:0 1px 3px #0000001a;animation:fadeIn-a89a07b6 .3s ease}.toast-success[data-v-a89a07b6]{background-color:#099250;--toast-icon-color: #099250}.toast-danger[data-v-a89a07b6]{background-color:#e71d41;--toast-icon-color: #e71d41}.toast-info[data-v-a89a07b6]{background-color:#3182ce;--toast-icon-color: #3182ce}.toast-icon-wrapper[data-v-a89a07b6]{width:1.25rem;height:1.25rem;background-color:#fff;border-radius:9999px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.toast-icon[data-v-a89a07b6]{width:100%;height:100%;padding:.25rem;color:var(--toast-icon-color)}.toast-message[data-v-a89a07b6]{min-width:16rem;max-width:420px;flex:1 1 auto;font-size:1rem;font-weight:500;color:#fff}.toast-close-button[data-v-a89a07b6]{width:1rem;height:1rem;background:transparent;border:none;display:flex;align-items:center;justify-content:center;flex-shrink:0}.toast-close-icon[data-v-a89a07b6]{width:100%;height:100%;padding:.125rem;color:#fff}@keyframes fadeIn-a89a07b6{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}
|
|
1
|
+
.tooltip-wrapper[data-v-6df39f10]{display:inline-block;position:relative}.tooltip-content[data-v-6df39f10]{position:absolute;z-index:1000;background:#212529;color:#fff;font-size:13px;padding:8px 12px;border-radius:6px;white-space:normal;max-width:300px;pointer-events:none;opacity:.95;box-shadow:0 4px 12px #00000026;left:50%;transform:translate(-50%);bottom:120%;line-height:1.4;min-width:200px;word-wrap:break-word;word-break:break-word}.tooltip-content.bottom[data-v-6df39f10]{top:120%;bottom:auto}.tooltip-content.left[data-v-6df39f10]{left:auto;right:120%;top:50%;bottom:auto;transform:translateY(-50%)}.tooltip-content.right[data-v-6df39f10]{left:120%;top:50%;bottom:auto;transform:translateY(-50%)}.tooltip-content.force-bottom[data-v-6df39f10]{top:120%;bottom:auto}.fade-enter-active[data-v-6df39f10],.fade-leave-active[data-v-6df39f10]{transition:opacity .15s}.fade-enter-from[data-v-6df39f10],.fade-leave-to[data-v-6df39f10]{opacity:0}.freddy-button[data-v-e7669851]{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:none;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;cursor:pointer;transition:all .2s ease;box-sizing:border-box;color:#031525;border:1px solid #e5e7eb;--button-height: 44px}.freddy-button.freddy-button--primary[data-v-e7669851]{background:#7ba8ef!important;color:#fff!important;border:1px solid #7ba8ef!important}.freddy-button.freddy-button--primary.freddy-button--destructive[data-v-e7669851]{background:#ef4444!important;color:#fff!important;border:1px solid #ef4444!important}.freddy-button.freddy-button--primary[data-v-e7669851]:hover:not(.freddy-button--disabled):not(.freddy-button--loading){background:#1d4ed8;border-color:#1d4ed8}.freddy-button.freddy-button--primary.freddy-button--destructive[data-v-e7669851]:hover:not(.freddy-button--disabled):not(.freddy-button--loading){background:#dc2626;border-color:#dc2626}.freddy-button.freddy-button--primary[data-v-e7669851]:active:not(.freddy-button--disabled):not(.freddy-button--loading){background:#1742af;border-color:#1742af}.freddy-button.freddy-button--primary.freddy-button--destructive[data-v-e7669851]:active:not(.freddy-button--disabled):not(.freddy-button--loading){background:#b91c1c;border-color:#b91c1c}.freddy-button.freddy-button--secondary[data-v-e7669851]{background:transparent!important;color:#7ba8ef!important;border:1px solid #7ba8ef!important}.freddy-button.freddy-button--secondary.freddy-button--destructive[data-v-e7669851]{background:transparent!important;color:#ef4444!important;border:1px solid #ef4444!important}.freddy-button.freddy-button--secondary[data-v-e7669851]:hover:not(.freddy-button--disabled):not(.freddy-button--loading){background:#e0e7ff}.freddy-button.freddy-button--secondary.freddy-button--destructive[data-v-e7669851]:hover:not(.freddy-button--disabled):not(.freddy-button--loading){background:#fef2f2}.freddy-button.freddy-button--secondary[data-v-e7669851]:active:not(.freddy-button--disabled):not(.freddy-button--loading){background:#c7d2fe}.freddy-button.freddy-button--secondary.freddy-button--destructive[data-v-e7669851]:active:not(.freddy-button--disabled):not(.freddy-button--loading){background:#fee2e2}.freddy-button.freddy-button--tertiary[data-v-e7669851]{background:transparent!important;color:#4b5563!important;border:1px solid #9ca3af!important}.freddy-button.freddy-button--tertiary.freddy-button--destructive[data-v-e7669851]{background:transparent!important;color:#ef4444!important;border:1px solid #ef4444!important}.freddy-button.freddy-button--tertiary[data-v-e7669851]:hover:not(.freddy-button--disabled):not(.freddy-button--loading){background:#f3f4f6}.freddy-button.freddy-button--tertiary.freddy-button--destructive[data-v-e7669851]:hover:not(.freddy-button--disabled):not(.freddy-button--loading){background:#fef2f2}.freddy-button.freddy-button--tertiary[data-v-e7669851]:active:not(.freddy-button--disabled):not(.freddy-button--loading){background:#e5e7eb}.freddy-button.freddy-button--tertiary.freddy-button--destructive[data-v-e7669851]:active:not(.freddy-button--disabled):not(.freddy-button--loading){background:#fee2e2}.freddy-button.freddy-button--text[data-v-e7669851]{background:none!important;color:#2563eb!important;border:none!important;box-shadow:none!important;padding:0!important;margin:0!important;min-width:0!important;min-height:0!important;gap:4px}.freddy-button.freddy-button--text.freddy-button--destructive[data-v-e7669851]{color:#ef4444!important}.freddy-button.freddy-button--text[data-v-e7669851]:hover:not(.freddy-button--disabled):not(.freddy-button--loading),.freddy-button.freddy-button--text.freddy-button--destructive[data-v-e7669851]:hover:not(.freddy-button--disabled):not(.freddy-button--loading),.freddy-button.freddy-button--text[data-v-e7669851]:active:not(.freddy-button--disabled):not(.freddy-button--loading),.freddy-button.freddy-button--text.freddy-button--destructive[data-v-e7669851]:active:not(.freddy-button--disabled):not(.freddy-button--loading){background:none!important;border:none!important}.freddy-button.freddy-button--success[data-v-e7669851]{background:#22c55e!important;color:#fff!important;border:1px solid #22c55e!important}.freddy-button.freddy-button--success.freddy-button--destructive[data-v-e7669851]{background:#fff!important;color:#ef4444!important;border:1px solid #ef4444!important}.freddy-button.freddy-button--success[data-v-e7669851]:hover:not(.freddy-button--disabled):not(.freddy-button--loading){background:#16a34a;border-color:#16a34a}.freddy-button.freddy-button--success.freddy-button--destructive[data-v-e7669851]:hover:not(.freddy-button--disabled):not(.freddy-button--loading){background:#fef2f2}.freddy-button.freddy-button--success[data-v-e7669851]:active:not(.freddy-button--disabled):not(.freddy-button--loading){background:#15803d;border-color:#15803d}.freddy-button.freddy-button--success.freddy-button--destructive[data-v-e7669851]:active:not(.freddy-button--disabled):not(.freddy-button--loading){background:#fee2e2}.freddy-button--s[data-v-e7669851]{height:20px;min-width:20px;font-size:14px;font-weight:600;gap:4px;border-radius:4px;padding:0 8px;--button-height: 20px}.freddy-button--sm[data-v-e7669851]{height:28px;min-width:28px;font-size:16px;font-weight:600;gap:6px;border-radius:8px;padding:0 12px;--button-height: 28px}.freddy-button--md[data-v-e7669851]{height:44px;min-width:44px;font-size:16px;font-weight:600;gap:8px;border-radius:8px;padding:0 16px;--button-height: 44px}.freddy-button--lg[data-v-e7669851]{height:44px;min-width:44px;font-size:16px;font-weight:600;gap:8px;border-radius:8px;padding:0 20px;--button-height: 44px}.freddy-button--xl[data-v-e7669851]{height:48px;min-width:48px;font-size:16px;font-weight:600;gap:10px;border-radius:8px;padding:0 24px;--button-height: 48px}.freddy-button[data-v-e7669851]:hover:not(.freddy-button--disabled):not(.freddy-button--loading){background:#f9fafb;border-color:#d1d5db;transform:translateY(-1px);box-shadow:0 2px 4px #0000001a}.freddy-button[data-v-e7669851]:focus-visible{outline:none;box-shadow:0 0 0 2px #fff,0 0 0 4px #00aeef;background:#f0f9ff}.freddy-button.freddy-button--text[data-v-e7669851]:focus-visible{box-shadow:0 0 0 2px #fff,0 0 0 4px #2563eb}.freddy-button.freddy-button--destructive[data-v-e7669851]:focus-visible{box-shadow:0 0 0 2px #fff,0 0 0 4px #ef4444}.freddy-button.freddy-button--success[data-v-e7669851]:focus-visible{box-shadow:0 0 0 2px #fff,0 0 0 4px #22c55e}.freddy-button[data-v-e7669851]:active:not(.freddy-button--disabled):not(.freddy-button--loading){transform:translateY(0);box-shadow:0 1px 2px #0000001a;background:#e0f2fe}.freddy-button--disabled[data-v-e7669851]{opacity:.6;cursor:not-allowed;transform:none!important;box-shadow:none!important;background:#f3f4f6;color:#9ca3af;border-color:#e5e7eb}.freddy-button--disabled[data-v-e7669851]:hover{transform:none!important;box-shadow:none!important;background:#f3f4f6;border-color:#e5e7eb}.freddy-button--loading[data-v-e7669851]{cursor:wait;position:relative}.freddy-button--loading[data-v-e7669851]:hover{transform:none!important;box-shadow:none!important;background:#fff;border-color:#e5e7eb}.button-icon[data-v-e7669851]{flex-shrink:0;color:currentColor;display:flex;align-items:center;justify-content:center}.button-hover-icon[data-v-e7669851]{cursor:pointer;transition:color .2s ease}.button-hover-icon[data-v-e7669851]:hover{color:#ef4444}.freddy-button--s .button-icon[data-v-e7669851]{width:16px;height:16px}.freddy-button--s .button-icon svg[data-v-e7669851]{width:16px;height:16px}.freddy-button--sm .button-icon[data-v-e7669851]{width:20px;height:20px}.freddy-button--sm .button-icon svg[data-v-e7669851]{width:20px;height:20px}.freddy-button--md .button-icon[data-v-e7669851]{width:20px;height:20px}.freddy-button--md .button-icon svg[data-v-e7669851]{width:20px;height:20px}.freddy-button--lg .button-icon[data-v-e7669851]{width:20px;height:20px}.freddy-button--lg .button-icon svg[data-v-e7669851]{width:20px;height:20px}.freddy-button--xl .button-icon[data-v-e7669851]{width:22px;height:22px}.freddy-button--xl .button-icon svg[data-v-e7669851]{width:22px;height:22px}.button-label[data-v-e7669851]{display:flex;align-items:center;white-space:nowrap}.button-spinner[data-v-e7669851]{display:inline-block;width:1em;height:1em;min-width:16px;min-height:16px;border:2px solid rgba(0,0,0,.08);border-top:2px solid #1a237e;border-radius:50%;animation:spin 1s linear infinite;margin-right:8px;vertical-align:middle;background:#00000008}.freddy-button--icon-only[data-v-e7669851]{justify-content:center;align-items:center;padding:0;gap:0;width:var(--button-height)!important;min-width:var(--button-height)!important;aspect-ratio:1}.button-icon-center[data-v-e7669851]{margin:0;display:flex;align-items:center;justify-content:center;width:100%;height:100%}.button-custom-content[data-v-e7669851]{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.icon-linear{display:flex;flex-direction:row;align-items:center;justify-content:flex-end;font-size:14px;color:#b1a8a8}.freddy-plugins-user-avatar-base[data-v-720c99ab]{width:100px;height:20px;object-fit:cover}.icon-progress-complete,.icon-progress-going,.icon-radio,.icon-radio-fill{display:flex;flex-direction:row;align-items:center;justify-content:flex-end;font-size:14px;color:#b1a8a8}.base-checkbox[data-v-ba9cd543]{position:relative;display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;border-radius:4px;border:1px solid currentColor;cursor:pointer;transition:background-color .15s ease-in-out,border-color .15s ease-in-out;-webkit-user-select:none;user-select:none}.checked[data-v-ba9cd543]{background-color:#fff;border-color:transparent}.checked-blue[data-v-ba9cd543]{background-color:#7ba8ef;border-color:transparent}.not-checked[data-v-ba9cd543]{background-color:transparent;border-color:currentColor}.checkbox-input[data-v-ba9cd543]{position:absolute;opacity:0;pointer-events:none}.checkbox-dash[data-v-ba9cd543]{width:8px;height:2px;background-color:#fff;border-radius:1px}.checkbox-icon[data-v-ba9cd543]{width:16px;height:16px;pointer-events:none}.is-disabled[data-v-ba9cd543]{opacity:.5;cursor:not-allowed}.switch[data-v-b509be1d]{position:relative;border:none;background:none;padding:0;cursor:pointer;outline:none;display:inline-flex;align-items:center;transition:opacity .2s}.switch--s[data-v-b509be1d]{width:28px;height:16px}.switch--sm[data-v-b509be1d]{width:32px;height:18px}.switch--md[data-v-b509be1d]{width:40px;height:22px}.switch--lg[data-v-b509be1d]{width:48px;height:26px}.switch--xl[data-v-b509be1d]{width:56px;height:30px}.switch--disabled[data-v-b509be1d]{opacity:.5;cursor:not-allowed}.switch__track[data-v-b509be1d]{position:absolute;left:0;top:0;width:100%;height:100%;background:#e5e5ea;border-radius:999px;transition:background .2s}.switch--on .switch__track[data-v-b509be1d]{background:#5c3bce}.switch__thumb[data-v-b509be1d]{position:absolute;background:#fff;border-radius:50%;box-shadow:0 1px 3px #00000026;transition:left .2s}.switch--s .switch__thumb[data-v-b509be1d]{top:1px;left:1px;width:14px;height:14px}.switch--s.switch--on .switch__thumb[data-v-b509be1d]{left:13px}.switch--sm .switch__thumb[data-v-b509be1d]{top:1px;left:1px;width:16px;height:16px}.switch--sm.switch--on .switch__thumb[data-v-b509be1d]{left:15px}.switch--md .switch__thumb[data-v-b509be1d]{top:2px;left:2px;width:18px;height:18px}.switch--md.switch--on .switch__thumb[data-v-b509be1d]{left:20px}.switch--lg .switch__thumb[data-v-b509be1d]{top:2px;left:2px;width:22px;height:22px}.switch--lg.switch--on .switch__thumb[data-v-b509be1d]{left:24px}.switch--xl .switch__thumb[data-v-b509be1d]{top:3px;left:3px;width:24px;height:24px}.switch--xl.switch--on .switch__thumb[data-v-b509be1d]{left:29px}.dropdown-wrapper{position:relative;display:inline-block}.dropdown-chevron{width:16px;height:16px}.dropdown-menu{position:absolute;left:0;min-width:200px;width:fit-content;max-width:360px;border:1px solid #ccc;border-radius:8px;box-shadow:0 2px 8px #00000014;z-index:1000;padding:4px 0;overflow:visible;background:#fff;pointer-events:auto}.dropdown-menu--down{top:100%;margin-top:4px}.dropdown-menu--up{bottom:100%;margin-bottom:4px}.dropdown-search-bar{width:100%;max-width:100%;box-sizing:border-box;padding:4px 8px;border-bottom:1px solid #eee}.dropdown-search-input{width:100%;max-width:100%;box-sizing:border-box;padding:4px 6px;border:1px solid #ccc;border-radius:4px;font-size:13px}.dropdown-options{list-style:none;margin:0;padding:0;max-height:280px;overflow-y:auto}.dropdown-option{display:flex;align-items:center;justify-content:space-between;gap:6px;padding:6px 12px;cursor:pointer;font-size:14px;border-radius:4px;transition:all .2s ease;background:#fff!important;pointer-events:auto;-webkit-user-select:none;user-select:none;color:#000;border:1px solid transparent}.dropdown-option-label{display:flex;align-items:center;gap:6px;flex:1 1 0;min-width:0;white-space:normal;word-break:break-word}.dropdown-option-icon{width:16px;height:16px;flex-shrink:0}.dropdown-option-icon--right{margin-left:auto}.dropdown-option-shortcut{margin-left:auto;font-size:12px;color:#888;background:#0000000a;border-radius:4px;padding:1px 6px;font-family:monospace}.dropdown-option:hover{background:#f8fafc!important;border-color:#e2e8f0;box-shadow:0 1px 3px #0000001a;transform:translateY(-1px)}.dropdown-no-options{padding:8px 12px;color:#888;font-size:13px}.dropdown-toggle-checkbox{width:16px;height:16px;border:1px solid #ccc;border-radius:4px;display:flex;align-items:center;justify-content:center;cursor:pointer}.dropdown-toggle-inner{width:12px;height:12px;background-color:#fff;border-radius:2px}.checked{background-color:#007bff;border-color:#007bff}.checked .dropdown-toggle-inner{display:none}.dropdown-option>.switch{flex-shrink:0}.input-field-wrapper[data-v-583bb24a]{display:flex;flex-direction:column;gap:.5rem;width:100%}.input-field-label[data-v-583bb24a]{font-size:.875rem;font-weight:500;line-height:1.25rem}.input-field-label--freddy[data-v-583bb24a]{color:#cbd6e3}.input-field-label--contentplate[data-v-583bb24a]{color:#374151}.required-asterisk[data-v-583bb24a]{color:#ef4444;margin-left:.125rem}.input-field-container[data-v-583bb24a]{position:relative;display:flex;align-items:center;transition:all .2s ease;cursor:text}.input-field-container--freddy[data-v-583bb24a]{background-color:#1e293b;border:1px solid #475569}.input-field-container--freddy[data-v-583bb24a]:hover:not(.input-field-container--disabled){border-color:#64748b}.input-field-container--freddy.input-field-container--focused[data-v-583bb24a]{border-color:#3b82f6;box-shadow:0 0 0 1px #3b82f6}.input-field-container--freddy.input-field-container--destructive[data-v-583bb24a]{border-color:#ef4444}.input-field-container--freddy.input-field-container--destructive[data-v-583bb24a]:hover{border-color:#f87171}.input-field-container--contentplate[data-v-583bb24a]{background-color:#fff;border:1px solid #d1d5db}.input-field-container--contentplate[data-v-583bb24a]:hover:not(.input-field-container--disabled){border-color:#9ca3af}.input-field-container--contentplate.input-field-container--focused[data-v-583bb24a]{border-color:#3b82f6;box-shadow:0 0 0 1px #3b82f6}.input-field-container--contentplate.input-field-container--destructive[data-v-583bb24a]{border-color:#ef4444}.input-field-container--contentplate.input-field-container--destructive[data-v-583bb24a]:hover{border-color:#f87171}.input-field-container[data-v-583bb24a]:hover:not(.input-field-container--disabled){border-color:#64748b}.input-field-container--focused[data-v-583bb24a]{border-color:#3b82f6;box-shadow:0 0 0 1px #3b82f6}.input-field-container--destructive[data-v-583bb24a]{border-color:#ef4444}.input-field-container--destructive[data-v-583bb24a]:hover{border-color:#f87171}.input-field-container--disabled[data-v-583bb24a]{opacity:.5;cursor:not-allowed}.input-field-container--sm[data-v-583bb24a]{height:40px;border-radius:8px}.input-field-container--md[data-v-583bb24a]{height:44px;border-radius:12px}.input-field-container--lg[data-v-583bb24a]{height:48px;border-radius:16px}.input-leading-dropdown[data-v-583bb24a],.input-leading-text[data-v-583bb24a]{display:flex;align-items:center;gap:.25rem;padding:0 .75rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:color .2s ease}.input-leading-dropdown--freddy[data-v-583bb24a],.input-leading-text--freddy[data-v-583bb24a]{border-right:1px solid #475569;color:#94a3b8}.input-leading-dropdown--contentplate[data-v-583bb24a],.input-leading-text--contentplate[data-v-583bb24a]{border-right:1px solid #d1d5db;color:#6b7280}.input-leading-dropdown--freddy[data-v-583bb24a]:hover{color:#cbd6e3}.input-leading-dropdown--contentplate[data-v-583bb24a]:hover{color:#374151}.dropdown-text[data-v-583bb24a]{font-size:.875rem;font-weight:500}.dropdown-icon[data-v-583bb24a]{width:1rem;height:1rem;stroke:currentColor}.input-leading-icon[data-v-583bb24a]{width:1.25rem;height:1.25rem;margin-left:.75rem}.input-leading-icon--freddy[data-v-583bb24a]{stroke:#94a3b8}.input-leading-icon--contentplate[data-v-583bb24a]{stroke:#6b7280}.input-leading-text--freddy[data-v-583bb24a]{color:#94a3b8}.input-leading-text--contentplate[data-v-583bb24a]{color:#6b7280}.input-field[data-v-583bb24a]{flex:1;background:transparent;border:none;outline:none;font-size:.875rem;font-weight:500;line-height:1.25rem;padding:0 .75rem;height:100%}.input-field--freddy[data-v-583bb24a]{color:#cbd6e3}.input-field--contentplate[data-v-583bb24a]{color:#374151}.input-field--freddy[data-v-583bb24a]::placeholder{color:#94a3b8;opacity:.7}.input-field--contentplate[data-v-583bb24a]::placeholder{color:#9ca3af;opacity:.7}.input-field--disabled[data-v-583bb24a]{cursor:not-allowed}.input-field--freddy.input-field--destructive[data-v-583bb24a]{color:#ef4444}.input-field--freddy.input-field--destructive[data-v-583bb24a]::placeholder{color:#f87171}.input-field--contentplate.input-field--destructive[data-v-583bb24a]{color:#ef4444}.input-field--contentplate.input-field--destructive[data-v-583bb24a]::placeholder{color:#f87171}.input-trailing-dropdown[data-v-583bb24a]{display:flex;align-items:center;gap:.25rem;padding:0 .75rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:color .2s ease}.input-trailing-dropdown--freddy[data-v-583bb24a]{border-left:1px solid #475569;color:#94a3b8}.input-trailing-dropdown--contentplate[data-v-583bb24a]{border-left:1px solid #d1d5db;color:#6b7280}.input-trailing-dropdown--freddy[data-v-583bb24a]:hover{color:#cbd6e3}.input-trailing-dropdown--contentplate[data-v-583bb24a]:hover{color:#374151}.input-trailing-button[data-v-583bb24a]{display:flex;align-items:center;padding:0 .75rem;background:transparent;color:#3b82f6;font-size:.875rem;font-weight:500;cursor:pointer;transition:color .2s ease}.input-trailing-button--freddy[data-v-583bb24a]{border-left:1px solid #475569}.input-trailing-button--contentplate[data-v-583bb24a]{border-left:1px solid #d1d5db}.input-trailing-button[data-v-583bb24a]:hover{color:#60a5fa}.input-clear-button[data-v-583bb24a]{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;margin-right:.5rem;background:transparent;border:none;cursor:pointer;border-radius:.25rem;transition:all .2s ease}.input-clear-button--freddy[data-v-583bb24a]{color:#94a3b8}.input-clear-button--contentplate[data-v-583bb24a]{color:#6b7280}.input-clear-button--freddy[data-v-583bb24a]:hover{background-color:#374151;color:#cbd6e3}.input-clear-button--contentplate[data-v-583bb24a]:hover{background-color:#f3f4f6;color:#374151}.clear-icon[data-v-583bb24a]{width:1rem;height:1rem;stroke:currentColor}.input-help-icon[data-v-583bb24a]{width:1.25rem;height:1.25rem;margin-right:.75rem;cursor:help;transition:stroke .2s ease}.input-help-icon--freddy[data-v-583bb24a]{stroke:#94a3b8}.input-help-icon--contentplate[data-v-583bb24a]{stroke:#6b7280}.input-help-icon--freddy[data-v-583bb24a]:hover{stroke:#cbd6e3}.input-help-icon--contentplate[data-v-583bb24a]:hover{stroke:#374151}.input-hint-text[data-v-583bb24a]{font-size:.75rem;line-height:1rem;margin:0}.input-hint-text--freddy[data-v-583bb24a]{color:#94a3b8}.input-hint-text--contentplate[data-v-583bb24a]{color:#6b7280}.input-field-container--payment .input-field[data-v-583bb24a]{font-family:Courier New,monospace;letter-spacing:.05em}.input-field-container--freddy-input[data-v-583bb24a]{background-color:#0f172a;border-color:#334155}.input-field-container--freddy-input .input-field[data-v-583bb24a]{color:#f1f5f9}.input-field-container--freddy-input .input-field[data-v-583bb24a]::placeholder{color:#64748b}.logo-container[data-v-f79c78a5]{display:flex;align-items:center;gap:.75rem}.logo-container--sm[data-v-f79c78a5]{gap:.5rem}.logo-container--lg[data-v-f79c78a5]{gap:1rem}.logo-image[data-v-f79c78a5]{object-fit:contain;height:auto}.logo-image--sm[data-v-f79c78a5]{width:64px;height:64px}.logo-image--md[data-v-f79c78a5]{width:96px;height:96px}.logo-image--lg[data-v-f79c78a5]{width:128px;height:128px}.logo-image--brand-no-title.logo-image--lg[data-v-f79c78a5]{width:180px;height:54px}.logo-image[data-v-f79c78a5]{max-width:100%;height:auto;aspect-ratio:200/60}.logo-title[data-v-f79c78a5]{margin:0;font-weight:600;color:#374151}.logo-title--sm[data-v-f79c78a5]{font-size:1rem}.logo-title--md[data-v-f79c78a5]{font-size:1.25rem}.logo-title--lg[data-v-f79c78a5]{font-size:1.5rem}.bg-modalBackgroundBlur{background-color:#1d2e47e6;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.bg-background{background-color:#0f172a}.modal-header,.modal-body,.modal-footer{margin-bottom:1rem}.modal-header:last-child,.modal-body:last-child,.modal-footer:last-child{margin-bottom:0}.modal-enter-active,.modal-leave-active{transition:all .3s ease}.modal-enter-from,.modal-leave-to{opacity:0;transform:scale(.9)}.modal-enter-to,.modal-leave-from{opacity:1;transform:scale(1)}@media (min-width: 1280px){.modal-container-large{width:56.25rem}}@media (max-width: 1279px) and (min-width: 1024px){.modal-container-large{width:56.25rem}}@media (max-width: 1023px) and (min-width: 768px){.modal-container-large{width:56.25rem}}@media (max-width: 767px) and (min-width: 640px){.modal-container-large{width:45.625rem}}@media (max-width: 639px) and (min-width: 480px){.modal-container-large{width:31.25rem}}@media (max-width: 479px){.modal-container-large{width:auto;max-width:90%}}.freddy-modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;display:flex;align-items:center;justify-content:center;background-color:#031525c4;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;overflow:auto}.freddy-modal-content{background-color:#031525;border-radius:40px;box-shadow:0 0 10px 2px #ffffff40;padding:30px;position:relative;margin:auto;min-width:370px;max-width:90%;width:auto}.freddy-modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:28px;gap:8px}.freddy-modal-title{font-size:29px;line-height:35px;font-weight:600;margin:0}.freddy-modal-close{background:none;border:none;font-size:35px;font-weight:400;color:#fff;padding:0;line-height:1;cursor:pointer}.freddy-modal-close-icon{width:16px;height:16px;stroke-width:2px}.freddy-pagination-nav{width:100%;display:flex;gap:.25rem;justify-content:space-between}.freddy-pagination-number-button{display:flex;align-items:center;justify-content:center;border-radius:4px;color:#6b7280;cursor:pointer;padding:.5rem .75rem;height:auto;background:transparent;border:none;transition:background-color .2s,color .2s}.freddy-pagination-number-button.active,.freddy-pagination-number-button.bg-white{background-color:#ffffff1a;color:#fff}.freddy-pagination-dynamic-container{display:flex;gap:.25rem}.freddy-pagination-end-button{margin-left:16px;display:flex;align-items:center;justify-content:center;padding:0 1rem;height:2.5rem;margin-inline-start:0;line-height:1.25rem;color:#6b7280;background-color:#031525;border:1px solid rgba(255,255,255,.2);border-radius:.5rem;cursor:pointer;transition:background-color .2s,color .2s}.freddy-pagination-hover-enabled:hover{background-color:#ffffff1a;color:#cbd6e3;cursor:pointer}.freddy-plugin-spinner{width:20px;height:20px;border:2px solid #f3f3f3;border-top-color:transparent;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.freddy-search-wrapper{display:flex;box-sizing:border-box;align-items:flex-start;gap:.5rem;height:37px;width:100%;border:1px solid #333741;padding-left:.875rem;padding-right:.875rem;border-radius:.5rem;cursor:text}.freddy-search-icon{flex-shrink:0;width:1.25rem;height:1.25rem;align-self:center;stroke:#fff6}.freddy-search-input{flex:1 1 auto;width:100%;font-size:14px;font-weight:500;line-height:16px;background:transparent;border:none;outline:none;color:#cbd6e3;align-self:center}.freddy-search-input::placeholder{color:#fff6;opacity:.7}.freddy-search-spinner{width:21px!important;align-self:center}.chat-bar-send-btn[data-v-97cd4e5d]{background:#00aeef;border:none;padding:0;margin-bottom:4px;cursor:pointer;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;transition:color .2s,background .2s}.chat-bar-send-btn--s[data-v-97cd4e5d]{width:24px;height:24px}.chat-bar-send-btn--sm[data-v-97cd4e5d]{width:28px;height:28px}.chat-bar-send-btn--md[data-v-97cd4e5d]{width:32px;height:32px}.chat-bar-send-btn--lg[data-v-97cd4e5d]{width:36px;height:36px}.chat-bar-send-btn--xl[data-v-97cd4e5d]{width:40px;height:40px}.chat-bar-send-btn.active[data-v-97cd4e5d]{color:#cbd6e3}.chat-bar-send-btn[data-v-97cd4e5d]:disabled{background:#ccc;cursor:not-allowed;color:#aaa}.chat-bar-send-icon[data-v-97cd4e5d]{width:20px;height:20px}.chat-bar-send-btn--s .chat-bar-send-icon[data-v-97cd4e5d]{width:14px;height:14px}.chat-bar-send-btn--sm .chat-bar-send-icon[data-v-97cd4e5d]{width:16px;height:16px}.chat-bar-send-btn--lg .chat-bar-send-icon[data-v-97cd4e5d]{width:22px;height:22px}.chat-bar-send-btn--xl .chat-bar-send-icon[data-v-97cd4e5d]{width:24px;height:24px}.skeleton-card[data-v-e5337fdf]{background-color:#1c2b3aa8;padding:1rem;border:1px solid #ffffff0a;border-radius:.5rem;box-shadow:4px 7px 27px -13px #fdfdff0f;display:flex;flex-direction:column;gap:1rem}.skeleton-paragraph[data-v-e5337fdf],.skeleton-single-box[data-v-e5337fdf],.skeleton-single-paragraph[data-v-e5337fdf]{padding:1rem;border:1px solid #ffffff0a;border-radius:.75rem;background-color:#1c2b3aa8;box-shadow:4px 7px 27px -13px #fdfdff0f;display:flex;flex-direction:column;gap:.5rem}.skeleton-single-box[data-v-e5337fdf]{padding:8px}.skeleton-table[data-v-e5337fdf]{background-color:#1c2b3aa8;padding:1rem;border:1px solid #ffffff0a;border-radius:.5rem;overflow:hidden;box-shadow:4px 7px 27px -13px #fdfdff0f;display:flex;flex-direction:column;gap:1rem}.skeleton-wave[data-v-e5337fdf]{position:relative;overflow:hidden;background-color:#031525}.skeleton-wave[data-v-e5337fdf]:after{content:"";position:absolute;top:0;left:-150%;height:100%;width:150%;background:linear-gradient(90deg,#fff0,#ffffffb3,#fff0);animation:wave-e5337fdf 3s ease-in-out infinite}@keyframes wave-e5337fdf{0%{left:-150%}50%{left:100%}to{left:100%}}.skeleton-line[data-v-e5337fdf]{background-color:#ffffff17;border-radius:.25rem}.skeleton-h-4[data-v-e5337fdf]{height:1rem}.skeleton-h-6[data-v-e5337fdf]{height:1.5rem}.skeleton-h-8[data-v-e5337fdf]{height:2rem}.skeleton-w-full[data-v-e5337fdf]{width:100%}.skeleton-w-5-6[data-v-e5337fdf]{width:83.333333%}.skeleton-w-3-4[data-v-e5337fdf]{width:75%}.skeleton-w-40[data-v-e5337fdf]{width:10rem}.skeleton-w-32[data-v-e5337fdf]{width:8rem}.table-full[data-v-e5337fdf]{min-width:100%;border-collapse:collapse}.td-padding[data-v-e5337fdf]{padding:.5rem 1.5rem}@keyframes fade-in-right-819849ab{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}.freddy-plugin-snackbar-container[data-v-819849ab]{position:fixed;right:1.25rem;bottom:.5rem;padding-bottom:17px;z-index:50}.freddy-plugin-snackbar-container--side70[data-v-819849ab]{width:78%}.freddy-plugin-snackbar-container--half[data-v-819849ab]{width:50%}.freddy-plugin-snackbar-container--full[data-v-819849ab]{width:100%;padding-left:2.5rem}.freddy-plugin-snackbar[data-v-819849ab]{margin-top:.75rem;padding:1rem;border-radius:1.5rem;background-color:#031525;animation:fade-in-right-819849ab .5s ease-out}.freddy-plugin-snackbar--info[data-v-819849ab]{border:2px solid #ffffff;box-shadow:0 0 0 1px #fff}.freddy-plugin-snackbar--danger[data-v-819849ab]{border:2px solid #f79009;box-shadow:0 0 0 1px #f79009}.freddy-plugin-snackbar--success[data-v-819849ab]{border:2px solid #12b76a;box-shadow:0 0 0 1px #12b76a}.freddy-plugin-snackbar-content[data-v-819849ab]{display:flex;justify-content:space-between;align-items:center;position:relative}.freddy-plugin-snackbar-left[data-v-819849ab]{display:flex;gap:1rem}.freddy-plugin-snackbar-icon[data-v-819849ab]{height:16px;width:16px;stroke-width:2;color:#fff;border-radius:9999px;padding:.25rem;border:4px solid transparent;box-sizing:content-box}.freddy-plugin-snackbar-icon--info[data-v-819849ab]{border-color:#fff3;background-color:#ffffff17}.freddy-plugin-snackbar-icon--danger[data-v-819849ab]{border-color:#f79009;background-color:#fdb022}.freddy-plugin-snackbar-icon--success[data-v-819849ab]{border-color:#12b76a;background-color:#68c57c}.freddy-plugin-snackbar-text[data-v-819849ab]{display:flex;flex-direction:column;gap:.375rem;color:#fff}.freddy-plugin-snackbar-title[data-v-819849ab]{font-size:.875rem;font-weight:600;margin:0;color:#fff}.freddy-plugin-snackbar-message[data-v-819849ab]{font-size:.875rem;font-weight:500;line-height:normal;margin:0;color:#fff}.freddy-plugin-snackbar-close-btn[data-v-819849ab]{position:absolute;right:.5rem;top:0;background:none;border:none;cursor:pointer}.freddy-plugin-snackbar-close-icon[data-v-819849ab]{height:10px;width:10px;stroke-width:1.67;color:#fff}.freddy-plugin-nav-bar{display:flex;width:100%;gap:24px;border-bottom:1px solid rgba(255,255,255,.09);padding-right:10px;font-family:Inter,sans-serif;font-size:.875rem;font-weight:600}.freddy-plugin-menu-button{all:unset;display:flex;flex-direction:column;padding-top:8px;cursor:pointer}.freddy-plugin-active-tab{width:100%;background-color:#fff;height:2px;border-top-left-radius:.375rem;border-top-right-radius:.375rem}.toast-wrapper[data-v-a89a07b6]{position:fixed;right:10px;bottom:10px;display:flex;flex-direction:column;gap:.5rem}.toast-item[data-v-a89a07b6]{display:flex;align-items:center;padding:.625rem;gap:.625rem;border-radius:10px;box-shadow:0 1px 3px #0000001a;animation:fadeIn-a89a07b6 .3s ease}.toast-success[data-v-a89a07b6]{background-color:#099250;--toast-icon-color: #099250}.toast-danger[data-v-a89a07b6]{background-color:#e71d41;--toast-icon-color: #e71d41}.toast-info[data-v-a89a07b6]{background-color:#3182ce;--toast-icon-color: #3182ce}.toast-icon-wrapper[data-v-a89a07b6]{width:1.25rem;height:1.25rem;background-color:#fff;border-radius:9999px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.toast-icon[data-v-a89a07b6]{width:100%;height:100%;padding:.25rem;color:var(--toast-icon-color)}.toast-message[data-v-a89a07b6]{min-width:16rem;max-width:420px;flex:1 1 auto;font-size:1rem;font-weight:500;color:#fff}.toast-close-button[data-v-a89a07b6]{width:1rem;height:1rem;background:transparent;border:none;display:flex;align-items:center;justify-content:center;flex-shrink:0}.toast-close-icon[data-v-a89a07b6]{width:100%;height:100%;padding:.125rem;color:#fff}@keyframes fadeIn-a89a07b6{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes float-68ec5307{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes rotate-68ec5307{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.spaceman-logo[data-v-68ec5307]{animation:float-68ec5307 3s ease-in-out infinite}.spaceman-logo #planet[data-v-68ec5307]{animation:rotate-68ec5307 20s linear infinite}.spaceman-logo #stars[data-v-68ec5307]{animation:float-68ec5307 4s ease-in-out infinite reverse}:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;text-decoration:inherit}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh;font-family:Inter,sans-serif}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}.card{padding:2em}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}}.BaseIcon{width:40px;height:40px}.MediumIcon{width:80px;height:80px}.red{color:red}.green{color:green}.black{color:#000}.white{color:#fff}.stroke-2{stroke-width:2}.stroke-1-25{stroke-width:1.25}.stroke-1-3{stroke-width:1.3}.stroke-1{stroke-width:1}.stroke-3{stroke-width:3}.stroke-6{stroke-width:6}.base-fallback-style{width:16px;height:16px;stroke-width:1.5}
|
package/dist/index.d.ts
CHANGED
|
@@ -13,63 +13,63 @@ import { Ref } from 'vue';
|
|
|
13
13
|
declare const __VLS_component: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
14
14
|
|
|
15
15
|
declare const __VLS_component_2: DefineComponent<Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
16
|
-
click: (event: MouseEvent) => any;
|
|
17
|
-
hoverIconClick: (event: MouseEvent) => any;
|
|
16
|
+
click: (event: MouseEvent) => any;
|
|
17
|
+
hoverIconClick: (event: MouseEvent) => any;
|
|
18
18
|
}, string, PublicProps, Readonly<Props> & Readonly<{
|
|
19
|
-
onClick?: ((event: MouseEvent) => any) | undefined;
|
|
20
|
-
onHoverIconClick?: ((event: MouseEvent) => any) | undefined;
|
|
19
|
+
onClick?: ((event: MouseEvent) => any) | undefined;
|
|
20
|
+
onHoverIconClick?: ((event: MouseEvent) => any) | undefined;
|
|
21
21
|
}>, {
|
|
22
|
-
label: string;
|
|
23
|
-
size: "s" | "sm" | "md" | "lg" | "xl";
|
|
24
|
-
disabled: boolean;
|
|
25
|
-
loading: boolean;
|
|
26
|
-
showLeftIcon: boolean;
|
|
27
|
-
showRightIcon: boolean;
|
|
28
|
-
leftIcon: any;
|
|
29
|
-
rightIcon: any;
|
|
30
|
-
hoverIcon: any;
|
|
31
|
-
iconOnly: boolean;
|
|
32
|
-
hierarchy: "primary" | "secondary" | "tertiary" | "text" | "success";
|
|
33
|
-
destructive: boolean;
|
|
34
|
-
tooltip: string;
|
|
35
|
-
tooltipPlacement: "top" | "bottom" | "left" | "right";
|
|
22
|
+
label: string;
|
|
23
|
+
size: "s" | "sm" | "md" | "lg" | "xl";
|
|
24
|
+
disabled: boolean;
|
|
25
|
+
loading: boolean;
|
|
26
|
+
showLeftIcon: boolean;
|
|
27
|
+
showRightIcon: boolean;
|
|
28
|
+
leftIcon: any;
|
|
29
|
+
rightIcon: any;
|
|
30
|
+
hoverIcon: any;
|
|
31
|
+
iconOnly: boolean;
|
|
32
|
+
hierarchy: "primary" | "secondary" | "tertiary" | "text" | "success";
|
|
33
|
+
destructive: boolean;
|
|
34
|
+
tooltip: string;
|
|
35
|
+
tooltipPlacement: "top" | "bottom" | "left" | "right";
|
|
36
36
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
37
37
|
|
|
38
38
|
declare const __VLS_component_3: DefineComponent<Props_2, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
39
|
-
select: (value: Option_2) => any;
|
|
40
|
-
toggle: (value: Option_2) => any;
|
|
39
|
+
select: (value: Option_2) => any;
|
|
40
|
+
toggle: (value: Option_2) => any;
|
|
41
41
|
}, string, PublicProps, Readonly<Props_2> & Readonly<{
|
|
42
|
-
onSelect?: ((value: Option_2) => any) | undefined;
|
|
43
|
-
onToggle?: ((value: Option_2) => any) | undefined;
|
|
42
|
+
onSelect?: ((value: Option_2) => any) | undefined;
|
|
43
|
+
onToggle?: ((value: Option_2) => any) | undefined;
|
|
44
44
|
}>, {
|
|
45
|
-
label: string;
|
|
46
|
-
size: "s" | "sm" | "md" | "lg" | "xl";
|
|
47
|
-
iconOnly: boolean;
|
|
48
|
-
options: Option_2[];
|
|
49
|
-
searchable: boolean;
|
|
50
|
-
searchPlaceholder: string;
|
|
51
|
-
openUp: boolean;
|
|
52
|
-
chevronRight: boolean;
|
|
53
|
-
showIcon: boolean;
|
|
54
|
-
customIcon: any;
|
|
55
|
-
optionIconRight: boolean;
|
|
56
|
-
showShortcut: boolean;
|
|
57
|
-
background: string;
|
|
58
|
-
borderRadius: string;
|
|
59
|
-
activeBackground: string;
|
|
60
|
-
openBackground: string;
|
|
61
|
-
variant: "primary" | "secondary" | "blanc";
|
|
62
|
-
stayOpen: boolean;
|
|
45
|
+
label: string;
|
|
46
|
+
size: "s" | "sm" | "md" | "lg" | "xl";
|
|
47
|
+
iconOnly: boolean;
|
|
48
|
+
options: Option_2[];
|
|
49
|
+
searchable: boolean;
|
|
50
|
+
searchPlaceholder: string;
|
|
51
|
+
openUp: boolean;
|
|
52
|
+
chevronRight: boolean;
|
|
53
|
+
showIcon: boolean;
|
|
54
|
+
customIcon: any;
|
|
55
|
+
optionIconRight: boolean;
|
|
56
|
+
showShortcut: boolean;
|
|
57
|
+
background: string;
|
|
58
|
+
borderRadius: string;
|
|
59
|
+
activeBackground: string;
|
|
60
|
+
openBackground: string;
|
|
61
|
+
variant: "primary" | "secondary" | "blanc";
|
|
62
|
+
stayOpen: boolean;
|
|
63
63
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
64
64
|
|
|
65
65
|
declare const __VLS_component_4: DefineComponent<__VLS_Props_3, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
66
|
-
close: (...args: any[]) => void;
|
|
66
|
+
close: (...args: any[]) => void;
|
|
67
67
|
}, string, PublicProps, Readonly<__VLS_Props_3> & Readonly<{
|
|
68
|
-
onClose?: ((...args: any[]) => any) | undefined;
|
|
68
|
+
onClose?: ((...args: any[]) => any) | undefined;
|
|
69
69
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
70
70
|
|
|
71
71
|
declare const __VLS_component_5: DefineComponent<TooltipProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<TooltipProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
72
|
-
tooltipWrapper: HTMLDivElement;
|
|
72
|
+
tooltipWrapper: HTMLDivElement;
|
|
73
73
|
}, HTMLDivElement>;
|
|
74
74
|
|
|
75
75
|
declare type __VLS_Props = {
|
|
@@ -224,31 +224,31 @@ export declare const calculatePercentage: (partialValue: number, totalValue: num
|
|
|
224
224
|
export declare function cloneDeepSafe<T>(value: T): T;
|
|
225
225
|
|
|
226
226
|
export declare const ConfirmationModal: DefineComponent<ExtractPropTypes< {
|
|
227
|
-
title: {
|
|
228
|
-
type: StringConstructor;
|
|
229
|
-
required: true;
|
|
230
|
-
};
|
|
231
|
-
description: {
|
|
232
|
-
type: StringConstructor;
|
|
233
|
-
default: string;
|
|
234
|
-
};
|
|
227
|
+
title: {
|
|
228
|
+
type: StringConstructor;
|
|
229
|
+
required: true;
|
|
230
|
+
};
|
|
231
|
+
description: {
|
|
232
|
+
type: StringConstructor;
|
|
233
|
+
default: string;
|
|
234
|
+
};
|
|
235
235
|
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
236
|
-
close: (...args: any[]) => void;
|
|
237
|
-
confirmDeletion: (...args: any[]) => void;
|
|
236
|
+
close: (...args: any[]) => void;
|
|
237
|
+
confirmDeletion: (...args: any[]) => void;
|
|
238
238
|
}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
239
|
-
title: {
|
|
240
|
-
type: StringConstructor;
|
|
241
|
-
required: true;
|
|
242
|
-
};
|
|
243
|
-
description: {
|
|
244
|
-
type: StringConstructor;
|
|
245
|
-
default: string;
|
|
246
|
-
};
|
|
239
|
+
title: {
|
|
240
|
+
type: StringConstructor;
|
|
241
|
+
required: true;
|
|
242
|
+
};
|
|
243
|
+
description: {
|
|
244
|
+
type: StringConstructor;
|
|
245
|
+
default: string;
|
|
246
|
+
};
|
|
247
247
|
}>> & Readonly<{
|
|
248
|
-
onClose?: ((...args: any[]) => any) | undefined;
|
|
249
|
-
onConfirmDeletion?: ((...args: any[]) => any) | undefined;
|
|
248
|
+
onClose?: ((...args: any[]) => any) | undefined;
|
|
249
|
+
onConfirmDeletion?: ((...args: any[]) => any) | undefined;
|
|
250
250
|
}>, {
|
|
251
|
-
description: string;
|
|
251
|
+
description: string;
|
|
252
252
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
253
253
|
|
|
254
254
|
/**
|
|
@@ -258,9 +258,9 @@ description: string;
|
|
|
258
258
|
export declare const copyToClipboard: (textToCopy: string) => Promise<void>;
|
|
259
259
|
|
|
260
260
|
export declare const CustomCheckbox: DefineComponent<__VLS_Props_2, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
261
|
-
"update:isChecked": (value: boolean) => any;
|
|
261
|
+
"update:isChecked": (value: boolean) => any;
|
|
262
262
|
}, string, PublicProps, Readonly<__VLS_Props_2> & Readonly<{
|
|
263
|
-
"onUpdate:isChecked"?: ((value: boolean) => any) | undefined;
|
|
263
|
+
"onUpdate:isChecked"?: ((value: boolean) => any) | undefined;
|
|
264
264
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLLabelElement>;
|
|
265
265
|
|
|
266
266
|
export declare const daysInMonth: number;
|
|
@@ -294,31 +294,31 @@ export declare function deepEqual<T>(a: T, b: T): boolean;
|
|
|
294
294
|
export declare const defaultImageSrc = "https://img.freepik.com/premium-vector/default-image-icon-vector-missing-picture-page-website-design-mobile-app-no-photo-available_87543-11093.jpg";
|
|
295
295
|
|
|
296
296
|
export declare const DeleteConfirmationModal: DefineComponent<ExtractPropTypes< {
|
|
297
|
-
title: {
|
|
298
|
-
type: StringConstructor;
|
|
299
|
-
required: true;
|
|
300
|
-
};
|
|
301
|
-
description: {
|
|
302
|
-
type: StringConstructor;
|
|
303
|
-
default: string;
|
|
304
|
-
};
|
|
297
|
+
title: {
|
|
298
|
+
type: StringConstructor;
|
|
299
|
+
required: true;
|
|
300
|
+
};
|
|
301
|
+
description: {
|
|
302
|
+
type: StringConstructor;
|
|
303
|
+
default: string;
|
|
304
|
+
};
|
|
305
305
|
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
306
|
-
close: (...args: any[]) => void;
|
|
307
|
-
confirmDeletion: (...args: any[]) => void;
|
|
306
|
+
close: (...args: any[]) => void;
|
|
307
|
+
confirmDeletion: (...args: any[]) => void;
|
|
308
308
|
}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
309
|
-
title: {
|
|
310
|
-
type: StringConstructor;
|
|
311
|
-
required: true;
|
|
312
|
-
};
|
|
313
|
-
description: {
|
|
314
|
-
type: StringConstructor;
|
|
315
|
-
default: string;
|
|
316
|
-
};
|
|
309
|
+
title: {
|
|
310
|
+
type: StringConstructor;
|
|
311
|
+
required: true;
|
|
312
|
+
};
|
|
313
|
+
description: {
|
|
314
|
+
type: StringConstructor;
|
|
315
|
+
default: string;
|
|
316
|
+
};
|
|
317
317
|
}>> & Readonly<{
|
|
318
|
-
onClose?: ((...args: any[]) => any) | undefined;
|
|
319
|
-
onConfirmDeletion?: ((...args: any[]) => any) | undefined;
|
|
318
|
+
onClose?: ((...args: any[]) => any) | undefined;
|
|
319
|
+
onConfirmDeletion?: ((...args: any[]) => any) | undefined;
|
|
320
320
|
}>, {
|
|
321
|
-
description: string;
|
|
321
|
+
description: string;
|
|
322
322
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
323
323
|
|
|
324
324
|
export declare const Dropdown: __VLS_WithTemplateSlots_3<typeof __VLS_component_3, __VLS_TemplateResult_3["slots"]>;
|
|
@@ -657,42 +657,42 @@ export declare interface IMenuListItem {
|
|
|
657
657
|
}
|
|
658
658
|
|
|
659
659
|
export declare const InputField: DefineComponent<Props_3, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
660
|
-
input: (value: string) => any;
|
|
661
|
-
blur: (event: FocusEvent) => any;
|
|
662
|
-
focus: (event: FocusEvent) => any;
|
|
663
|
-
"update:modelValue": (value: string) => any;
|
|
664
|
-
"trailing-button-click": (event: MouseEvent) => any;
|
|
660
|
+
input: (value: string) => any;
|
|
661
|
+
blur: (event: FocusEvent) => any;
|
|
662
|
+
focus: (event: FocusEvent) => any;
|
|
663
|
+
"update:modelValue": (value: string) => any;
|
|
664
|
+
"trailing-button-click": (event: MouseEvent) => any;
|
|
665
665
|
}, string, PublicProps, Readonly<Props_3> & Readonly<{
|
|
666
|
-
onInput?: ((value: string) => any) | undefined;
|
|
667
|
-
onBlur?: ((event: FocusEvent) => any) | undefined;
|
|
668
|
-
onFocus?: ((event: FocusEvent) => any) | undefined;
|
|
669
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
670
|
-
"onTrailing-button-click"?: ((event: MouseEvent) => any) | undefined;
|
|
666
|
+
onInput?: ((value: string) => any) | undefined;
|
|
667
|
+
onBlur?: ((event: FocusEvent) => any) | undefined;
|
|
668
|
+
onFocus?: ((event: FocusEvent) => any) | undefined;
|
|
669
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
670
|
+
"onTrailing-button-click"?: ((event: MouseEvent) => any) | undefined;
|
|
671
671
|
}>, {
|
|
672
|
-
label: string;
|
|
673
|
-
type: "default" | "leading-dropdown" | "trailing-dropdown" | "leading-text" | "payment" | "trailing-button" | "clear" | "freddy-input";
|
|
674
|
-
placeholder: string;
|
|
675
|
-
size: "sm" | "md" | "lg";
|
|
676
|
-
disabled: boolean;
|
|
677
|
-
destructive: boolean;
|
|
678
|
-
required: boolean;
|
|
679
|
-
value: string;
|
|
680
|
-
modelValue: string;
|
|
681
|
-
colorStyle: "freddy" | "contentplate";
|
|
682
|
-
state: "placeholder" | "filled" | "focused" | "disabled";
|
|
683
|
-
iconLeading: boolean;
|
|
684
|
-
leadingIcon: any;
|
|
685
|
-
hintText: string;
|
|
686
|
-
helpIcon: boolean;
|
|
687
|
-
helpText: string;
|
|
688
|
-
inputType: string;
|
|
689
|
-
readonly: boolean;
|
|
690
|
-
leadingDropdownText: string;
|
|
691
|
-
trailingDropdownText: string;
|
|
692
|
-
leadingText: string;
|
|
693
|
-
trailingButtonText: string;
|
|
672
|
+
label: string;
|
|
673
|
+
type: "default" | "leading-dropdown" | "trailing-dropdown" | "leading-text" | "payment" | "trailing-button" | "clear" | "freddy-input";
|
|
674
|
+
placeholder: string;
|
|
675
|
+
size: "sm" | "md" | "lg";
|
|
676
|
+
disabled: boolean;
|
|
677
|
+
destructive: boolean;
|
|
678
|
+
required: boolean;
|
|
679
|
+
value: string;
|
|
680
|
+
modelValue: string;
|
|
681
|
+
colorStyle: "freddy" | "contentplate";
|
|
682
|
+
state: "placeholder" | "filled" | "focused" | "disabled";
|
|
683
|
+
iconLeading: boolean;
|
|
684
|
+
leadingIcon: any;
|
|
685
|
+
hintText: string;
|
|
686
|
+
helpIcon: boolean;
|
|
687
|
+
helpText: string;
|
|
688
|
+
inputType: string;
|
|
689
|
+
readonly: boolean;
|
|
690
|
+
leadingDropdownText: string;
|
|
691
|
+
trailingDropdownText: string;
|
|
692
|
+
leadingText: string;
|
|
693
|
+
trailingButtonText: string;
|
|
694
694
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
695
|
-
inputRef: HTMLInputElement;
|
|
695
|
+
inputRef: HTMLInputElement;
|
|
696
696
|
}, HTMLDivElement>;
|
|
697
697
|
|
|
698
698
|
/**
|
|
@@ -710,9 +710,9 @@ export declare interface ITabList {
|
|
|
710
710
|
}
|
|
711
711
|
|
|
712
712
|
export declare const Logo: DefineComponent<Props_4, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_4> & Readonly<{}>, {
|
|
713
|
-
size: "sm" | "md" | "lg";
|
|
714
|
-
brand: "contentplate" | "flowplate" | "flowplate-csv" | "freddy";
|
|
715
|
-
showTitle: boolean;
|
|
713
|
+
size: "sm" | "md" | "lg";
|
|
714
|
+
brand: "contentplate" | "flowplate" | "flowplate-csv" | "freddy";
|
|
715
|
+
showTitle: boolean;
|
|
716
716
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
717
717
|
|
|
718
718
|
export { ModalBox }
|
|
@@ -735,45 +735,45 @@ declare interface Option_2 {
|
|
|
735
735
|
}
|
|
736
736
|
|
|
737
737
|
export declare const Pagination: DefineComponent<ExtractPropTypes< {
|
|
738
|
-
totalItems: {
|
|
739
|
-
type: NumberConstructor;
|
|
740
|
-
required: true;
|
|
741
|
-
default: number;
|
|
742
|
-
};
|
|
743
|
-
itemsPerPage: {
|
|
744
|
-
type: NumberConstructor;
|
|
745
|
-
required: true;
|
|
746
|
-
default: number;
|
|
747
|
-
};
|
|
748
|
-
currentPage: {
|
|
749
|
-
type: NumberConstructor;
|
|
750
|
-
required: true;
|
|
751
|
-
default: number;
|
|
752
|
-
};
|
|
738
|
+
totalItems: {
|
|
739
|
+
type: NumberConstructor;
|
|
740
|
+
required: true;
|
|
741
|
+
default: number;
|
|
742
|
+
};
|
|
743
|
+
itemsPerPage: {
|
|
744
|
+
type: NumberConstructor;
|
|
745
|
+
required: true;
|
|
746
|
+
default: number;
|
|
747
|
+
};
|
|
748
|
+
currentPage: {
|
|
749
|
+
type: NumberConstructor;
|
|
750
|
+
required: true;
|
|
751
|
+
default: number;
|
|
752
|
+
};
|
|
753
753
|
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
754
|
-
"update:currentPage": (...args: any[]) => void;
|
|
754
|
+
"update:currentPage": (...args: any[]) => void;
|
|
755
755
|
}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
756
|
-
totalItems: {
|
|
757
|
-
type: NumberConstructor;
|
|
758
|
-
required: true;
|
|
759
|
-
default: number;
|
|
760
|
-
};
|
|
761
|
-
itemsPerPage: {
|
|
762
|
-
type: NumberConstructor;
|
|
763
|
-
required: true;
|
|
764
|
-
default: number;
|
|
765
|
-
};
|
|
766
|
-
currentPage: {
|
|
767
|
-
type: NumberConstructor;
|
|
768
|
-
required: true;
|
|
769
|
-
default: number;
|
|
770
|
-
};
|
|
756
|
+
totalItems: {
|
|
757
|
+
type: NumberConstructor;
|
|
758
|
+
required: true;
|
|
759
|
+
default: number;
|
|
760
|
+
};
|
|
761
|
+
itemsPerPage: {
|
|
762
|
+
type: NumberConstructor;
|
|
763
|
+
required: true;
|
|
764
|
+
default: number;
|
|
765
|
+
};
|
|
766
|
+
currentPage: {
|
|
767
|
+
type: NumberConstructor;
|
|
768
|
+
required: true;
|
|
769
|
+
default: number;
|
|
770
|
+
};
|
|
771
771
|
}>> & Readonly<{
|
|
772
|
-
"onUpdate:currentPage"?: ((...args: any[]) => any) | undefined;
|
|
772
|
+
"onUpdate:currentPage"?: ((...args: any[]) => any) | undefined;
|
|
773
773
|
}>, {
|
|
774
|
-
totalItems: number;
|
|
775
|
-
itemsPerPage: number;
|
|
776
|
-
currentPage: number;
|
|
774
|
+
totalItems: number;
|
|
775
|
+
itemsPerPage: number;
|
|
776
|
+
currentPage: number;
|
|
777
777
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
778
778
|
|
|
779
779
|
declare interface Props {
|
|
@@ -859,16 +859,16 @@ export declare function readableDateFormat(date: Date | string): string;
|
|
|
859
859
|
export declare const scrollToElement: (targetElement: string) => void;
|
|
860
860
|
|
|
861
861
|
export declare const SearchInput: DefineComponent<SearchInputProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
862
|
-
"update:searchInput": (inputValue: string | null) => any;
|
|
862
|
+
"update:searchInput": (inputValue: string | null) => any;
|
|
863
863
|
}, string, PublicProps, Readonly<SearchInputProps> & Readonly<{
|
|
864
|
-
"onUpdate:searchInput"?: ((inputValue: string | null) => any) | undefined;
|
|
864
|
+
"onUpdate:searchInput"?: ((inputValue: string | null) => any) | undefined;
|
|
865
865
|
}>, {
|
|
866
|
-
placeholder: string;
|
|
867
|
-
showLoaderForSearch: boolean;
|
|
868
|
-
maxCharLimit: number;
|
|
866
|
+
placeholder: string;
|
|
867
|
+
showLoaderForSearch: boolean;
|
|
868
|
+
maxCharLimit: number;
|
|
869
869
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
870
|
-
dropdownRef: HTMLDivElement;
|
|
871
|
-
searchInput: HTMLInputElement;
|
|
870
|
+
dropdownRef: HTMLDivElement;
|
|
871
|
+
searchInput: HTMLInputElement;
|
|
872
872
|
}, any>;
|
|
873
873
|
|
|
874
874
|
declare interface SearchInputProps {
|
|
@@ -906,17 +906,17 @@ declare interface SpacemanLogoProps {
|
|
|
906
906
|
export declare const Spinner: DefineComponent<__VLS_Props_6, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_6> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
907
907
|
|
|
908
908
|
export declare const Switch: DefineComponent<__VLS_Props_7, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
909
|
-
"update:modelValue": (...args: any[]) => void;
|
|
909
|
+
"update:modelValue": (...args: any[]) => void;
|
|
910
910
|
}, string, PublicProps, Readonly<__VLS_Props_7> & Readonly<{
|
|
911
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
911
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
912
912
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLButtonElement>;
|
|
913
913
|
|
|
914
914
|
export declare const TabList: DefineComponent<ITabList, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
915
|
-
tabSwitch: (...args: any[]) => void;
|
|
915
|
+
tabSwitch: (...args: any[]) => void;
|
|
916
916
|
}, string, PublicProps, Readonly<ITabList> & Readonly<{
|
|
917
|
-
onTabSwitch?: ((...args: any[]) => any) | undefined;
|
|
917
|
+
onTabSwitch?: ((...args: any[]) => any) | undefined;
|
|
918
918
|
}>, {
|
|
919
|
-
currentTab: number;
|
|
919
|
+
currentTab: number;
|
|
920
920
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
921
921
|
|
|
922
922
|
declare interface Toast {
|
|
@@ -944,17 +944,17 @@ declare interface TooltipProps {
|
|
|
944
944
|
|
|
945
945
|
export declare const useSnackBar: () => {
|
|
946
946
|
snackQueue: Ref< {
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
|
|
947
|
+
title: string;
|
|
948
|
+
message: string;
|
|
949
|
+
toastType: ToastType;
|
|
950
|
+
duration?: number | undefined;
|
|
951
|
+
toastContainerSize?: "full" | "half" | "side70" | undefined;
|
|
952
952
|
}[], Snack[] | {
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
953
|
+
title: string;
|
|
954
|
+
message: string;
|
|
955
|
+
toastType: ToastType;
|
|
956
|
+
duration?: number | undefined;
|
|
957
|
+
toastContainerSize?: "full" | "half" | "side70" | undefined;
|
|
958
958
|
}[]>;
|
|
959
959
|
addSnackBar: (snack: Snack) => void;
|
|
960
960
|
removeSnackBar: (snack: Snack) => void;
|
|
@@ -962,13 +962,13 @@ export declare const useSnackBar: () => {
|
|
|
962
962
|
|
|
963
963
|
export declare const useToast: () => {
|
|
964
964
|
toastQueue: Ref< {
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
|
|
965
|
+
message: string;
|
|
966
|
+
toastType: "success" | "danger" | "info";
|
|
967
|
+
duration?: number | undefined;
|
|
968
968
|
}[], Toast[] | {
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
|
|
969
|
+
message: string;
|
|
970
|
+
toastType: "success" | "danger" | "info";
|
|
971
|
+
duration?: number | undefined;
|
|
972
972
|
}[]>;
|
|
973
973
|
addToast: (toast: Toast) => void;
|
|
974
974
|
hasToasts: ComputedRef<boolean>;
|