@codemonster-ru/vueforge 0.38.0 → 0.40.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,3 +1,3 @@
1
- (function(O,e){typeof exports=="object"&&typeof module<"u"?e(exports,require("vue"),require("vue-router"),require("@codemonster-ru/vueiconify")):typeof define=="function"&&define.amd?define(["exports","vue","vue-router","@codemonster-ru/vueiconify"],e):(O=typeof globalThis<"u"?globalThis:O||self,e(O.index={},O.Vue,O.VueRouter,O.index))})(this,(function(O,e,$e,pe){"use strict";var Se=document.createElement("style");Se.textContent=`.vf-link{color:inherit;cursor:pointer;text-decoration:none;font-size:var(--vf-typography-font-size);line-height:var(--vf-typography-line-height)}.vf-link:hover{color:var(--vf-link-hover-color)}.vf-link:active{color:var(--vf-link-active-color)}.vf-link.vf-link_disabled{cursor:not-allowed}.vf-link_active,.vf-link_partially-active{color:var(--vf-link-active-color)}.vf-card{border:var(--vf-border-width) solid var(--vf-card-border-color);border-radius:var(--vf-card-border-radius)}.vf-card__default{padding:var(--vf-card-padding)}.vf-menu{display:flex}.vf-menu_horizontal>.vf-menu__list{flex-direction:row}.vf-menu_horizontal>.vf-menu__list>.vf-menu__item{align-items:center}.vf-menu_horizontal>.vf-menu__list>.vf-menu__item:not(:first-child){margin-left:var(--vf-menu-item-margin-left)}.vf-menu_horizontal>.vf-menu__list>.vf-menu__item:not(:last-child){margin-right:var(--vf-menu-item-margin-right)}.vf-menu_horizontal>.vf-menu__list>.vf-menu__item>.vf-menu__separator{height:var(--vf-menu-separator-height);border-top:none;border-right:none;border-left:var(--vf-menu-separator-thickness) solid var(--vf-menu-separator-color);border-bottom:none}.vf-menu_vertical>.vf-menu__list{width:100%;flex-direction:column}.vf-menu_vertical>.vf-menu__list>.vf-menu__item{flex-direction:column}.vf-menu_vertical>.vf-menu__list>.vf-menu__item:not(:first-child){margin-top:var(--vf-menu-item-margin-top)}.vf-menu_vertical>.vf-menu__list>.vf-menu__item:not(:last-child){margin-bottom:var(--vf-menu-item-margin-bottom)}.vf-menu_vertical>.vf-menu__list>.vf-menu__item>.vf-menu{overflow:hidden}.vf-menu__list{margin:0;padding:0;display:flex;list-style:none}.vf-menu__separator{width:100%;height:var(--vf-menu-separator-thickness);border:none;margin:0;background-color:var(--vf-menu-separator-color)}.vf-menu__item{display:flex;font-weight:500}.vf-menu__link{display:flex;align-items:center;text-decoration:none;font-size:var(--vf-typography-font-size);line-height:var(--vf-typography-line-height)}.vf-menu__link:hover{color:var(--vf-menu-link-hover-color)}.vf-menu__parent{cursor:pointer;display:flex;align-items:center;justify-content:space-between;font-size:var(--vf-typography-font-size);line-height:var(--vf-typography-line-height)}.vf-menu__parent:hover{color:var(--vf-menu-parent-hover-color)}.vf-menu__icon{margin-right:var(--vf-menu-icon-gap)}.vf-menu__submenu.vf-menu__submenu_visible{margin-top:var(--vf-menu-submenu-offset);margin-left:var(--vf-menu-submenu-offset)}.vf-menu__submenu:not(.vf-menu__submenu_visible){height:0}.vf-button{display:inline-flex;position:relative;cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;justify-content:center;height:var(--vf-controls-height);box-sizing:border-box;padding:var(--vf-button-padding);font-size:var(--vf-button-font-size);line-height:var(--vf-typography-line-height);font-family:inherit;border-radius:var(--vf-button-border-radius);overflow:hidden}.vf-button_text{border:var(--vf-border-width) solid transparent;background-color:transparent}.vf-button_outlined{background-color:transparent}.vf-button_primary.vf-button_text{color:var(--vf-button-text-primary-color)}.vf-button_primary.vf-button_text:not(.vf-button_disabled):hover{background-color:var(--vf-button-text-primary-hover-background-color)}.vf-button_primary.vf-button_outlined{color:var(--vf-button-outlined-primary-color);border:var(--vf-border-width) solid var(--vf-button-outlined-primary-border-color)}.vf-button_primary.vf-button_outlined:not(.vf-button_disabled):hover{background-color:var(--vf-button-outlined-primary-hover-background-color)}.vf-button_primary:not(.vf-button_text):not(.vf-button_outlined){color:var(--vf-button-primary-color);border:var(--vf-border-width) solid var(--vf-button-primary-border-color);background-color:var(--vf-button-primary-background-color)}.vf-button_primary:not(.vf-button_text):not(.vf-button_outlined):not(.vf-button_disabled):hover{color:var(--vf-button-primary-hover-color);border:var(--vf-border-width) solid var(--vf-button-primary-hover-border-color);background-color:var(--vf-button-primary-hover-background-color)}.vf-button_primary:not(.vf-button_text):not(.vf-button_outlined):not(.vf-button_disabled):active{color:var(--vf-button-primary-active-color);border:var(--vf-border-width) solid var(--vf-button-primary-active-border-color);background-color:var(--vf-button-primary-active-background-color)}.vf-button_secondary.vf-button_text{color:var(--vf-button-text-secondary-color)}.vf-button_secondary.vf-button_text:not(.vf-button_disabled):hover{background-color:var(--vf-button-text-secondary-hover-background-color)}.vf-button_secondary.vf-button_outlined{color:var(--vf-button-outlined-secondary-color);border:var(--vf-border-width) solid var(--vf-button-outlined-secondary-border-color)}.vf-button_secondary.vf-button_outlined:not(.vf-button_disabled):hover{background-color:var(--vf-button-outlined-secondary-hover-background-color)}.vf-button_secondary:not(.vf-button_text):not(.vf-button_outlined){color:var(--vf-button-secondary-color);border:var(--vf-border-width) solid var(--vf-button-secondary-border-color);background-color:var(--vf-button-secondary-background-color)}.vf-button_secondary:not(.vf-button_text):not(.vf-button_outlined):not(.vf-button_disabled):hover{color:var(--vf-button-secondary-hover-color);border:var(--vf-border-width) solid var(--vf-button-secondary-hover-border-color);background-color:var(--vf-button-secondary-hover-background-color)}.vf-button_secondary:not(.vf-button_text):not(.vf-button_outlined):not(.vf-button_disabled):active{color:var(--vf-button-secondary-active-color);border:var(--vf-border-width) solid var(--vf-button-secondary-active-border-color);background-color:var(--vf-button-secondary-active-background-color)}.vf-button_success.vf-button_text{color:var(--vf-button-text-success-color)}.vf-button_success.vf-button_text:not(.vf-button_disabled):hover{background-color:var(--vf-button-text-success-hover-background-color)}.vf-button_success.vf-button_outlined{color:var(--vf-button-outlined-success-color);border:var(--vf-border-width) solid var(--vf-button-outlined-success-border-color)}.vf-button_success.vf-button_outlined:not(.vf-button_disabled):hover{background-color:var(--vf-button-outlined-success-hover-background-color)}.vf-button_success:not(.vf-button_text):not(.vf-button_outlined){color:var(--vf-button-success-color);border:var(--vf-border-width) solid var(--vf-button-success-border-color);background-color:var(--vf-button-success-background-color)}.vf-button_success:not(.vf-button_text):not(.vf-button_outlined):not(.vf-button_disabled):hover{color:var(--vf-button-success-hover-color);border:var(--vf-border-width) solid var(--vf-button-success-hover-border-color);background-color:var(--vf-button-success-hover-background-color)}.vf-button_success:not(.vf-button_text):not(.vf-button_outlined):not(.vf-button_disabled):active{color:var(--vf-button-success-active-color);border:var(--vf-border-width) solid var(--vf-button-success-active-border-color);background-color:var(--vf-button-success-active-background-color)}.vf-button_info.vf-button_text{color:var(--vf-button-text-info-color)}.vf-button_info.vf-button_text:not(.vf-button_disabled):hover{background-color:var(--vf-button-text-info-hover-background-color)}.vf-button_info.vf-button_outlined{color:var(--vf-button-outlined-info-color);border:var(--vf-border-width) solid var(--vf-button-outlined-info-border-color)}.vf-button_info.vf-button_outlined:not(.vf-button_disabled):hover{background-color:var(--vf-button-outlined-info-hover-background-color)}.vf-button_info:not(.vf-button_text):not(.vf-button_outlined){color:var(--vf-button-info-color);border:var(--vf-border-width) solid var(--vf-button-info-border-color);background-color:var(--vf-button-info-background-color)}.vf-button_info:not(.vf-button_text):not(.vf-button_outlined):not(.vf-button_disabled):hover{color:var(--vf-button-info-hover-color);border:var(--vf-border-width) solid var(--vf-button-info-hover-border-color);background-color:var(--vf-button-info-hover-background-color)}.vf-button_info:not(.vf-button_text):not(.vf-button_outlined):not(.vf-button_disabled):active{color:var(--vf-button-info-active-color);border:var(--vf-border-width) solid var(--vf-button-info-active-border-color);background-color:var(--vf-button-info-active-background-color)}.vf-button_warning.vf-button_text{color:var(--vf-button-text-warning-color)}.vf-button_warning.vf-button_text:not(.vf-button_disabled):hover{background-color:var(--vf-button-text-warning-hover-background-color)}.vf-button_warning.vf-button_outlined{color:var(--vf-button-outlined-warning-color);border:var(--vf-border-width) solid var(--vf-button-outlined-warning-border-color)}.vf-button_warning.vf-button_outlined:not(.vf-button_disabled):hover{background-color:var(--vf-button-outlined-warning-hover-background-color)}.vf-button_warning:not(.vf-button_text):not(.vf-button_outlined){color:var(--vf-button-warning-color);border:var(--vf-border-width) solid var(--vf-button-warning-border-color);background-color:var(--vf-button-warning-background-color)}.vf-button_warning:not(.vf-button_text):not(.vf-button_outlined):not(.vf-button_disabled):hover{color:var(--vf-button-warning-hover-color);border:var(--vf-border-width) solid var(--vf-button-warning-hover-border-color);background-color:var(--vf-button-warning-hover-background-color)}.vf-button_warning:not(.vf-button_text):not(.vf-button_outlined):not(.vf-button_disabled):active{color:var(--vf-button-warning-active-color);border:var(--vf-border-width) solid var(--vf-button-warning-active-border-color);background-color:var(--vf-button-warning-active-background-color)}.vf-button_danger.vf-button_text{color:var(--vf-button-text-danger-color)}.vf-button_danger.vf-button_text:not(.vf-button_disabled):hover{background-color:var(--vf-button-text-danger-hover-background-color)}.vf-button_danger.vf-button_outlined{color:var(--vf-button-outlined-danger-color);border:var(--vf-border-width) solid var(--vf-button-outlined-danger-border-color)}.vf-button_danger.vf-button_outlined:not(.vf-button_disabled):hover{background-color:var(--vf-button-outlined-danger-hover-background-color)}.vf-button_danger:not(.vf-button_text):not(.vf-button_outlined){color:var(--vf-button-danger-color);border:var(--vf-border-width) solid var(--vf-button-danger-border-color);background-color:var(--vf-button-danger-background-color)}.vf-button_danger:not(.vf-button_text):not(.vf-button_outlined):not(.vf-button_disabled):hover{color:var(--vf-button-danger-hover-color);border:var(--vf-border-width) solid var(--vf-button-danger-hover-border-color);background-color:var(--vf-button-danger-hover-background-color)}.vf-button_danger:not(.vf-button_text):not(.vf-button_outlined):not(.vf-button_disabled):active{color:var(--vf-button-danger-active-color);border:var(--vf-border-width) solid var(--vf-button-danger-active-border-color);background-color:var(--vf-button-danger-active-background-color)}.vf-button_vertical{flex-direction:column}.vf-button__icon{display:inline-block}.vf-button__icon_top+.vf-button__label{margin-top:var(--vf-button-icon-gap)}.vf-button__icon_right{order:1}.vf-button__icon_right+.vf-button__label{margin-right:var(--vf-button-icon-gap)}.vf-button__icon_bottom{order:1}.vf-button__icon_bottom+.vf-button__label{margin-bottom:var(--vf-button-icon-gap)}.vf-button__icon_left+.vf-button__label{margin-left:var(--vf-button-icon-gap)}.vf-button_disabled{opacity:var(--vf-states-disabled-opacity);cursor:default}.vf-button_rounded{border-radius:var(--vf-button-rounded-border-radius)}.vf-button_small{font-size:var(--vf-button-small-font-size);padding:var(--vf-button-small-padding)}.vf-button_large{font-size:var(--vf-button-large-font-size);padding:var(--vf-button-large-padding)}.vf-input{display:flex;align-items:center;gap:var(--vf-input-gap);height:var(--vf-controls-height);box-sizing:border-box;padding:var(--vf-input-padding);border-radius:var(--vf-input-border-radius);border:var(--vf-border-width) solid var(--vf-input-border-color);background-color:var(--vf-input-background-color);color:var(--vf-input-text-color);transition:border-color .2s ease}.vf-input__control{flex:1;border:none;background:transparent;color:inherit;font-size:var(--vf-input-font-size);line-height:var(--vf-typography-line-height);font-family:inherit;outline:none}.vf-input__control::placeholder{color:var(--vf-input-placeholder-color)}.vf-input:hover:not(.vf-input_disabled){border-color:var(--vf-input-hover-border-color)}.vf-input:focus-within:not(.vf-input_disabled){border-color:var(--vf-input-focus-border-color);box-shadow:var(--vf-input-focus-ring-shadow)}.vf-input_outlined{background-color:transparent}.vf-input_small{padding:var(--vf-input-small-padding)}.vf-input_small .vf-input__control{font-size:var(--vf-input-small-font-size)}.vf-input_large{padding:var(--vf-input-large-padding)}.vf-input_large .vf-input__control{font-size:var(--vf-input-large-font-size)}.vf-input_disabled{opacity:var(--vf-input-disabled-opacity);cursor:not-allowed}.vf-number-input{display:flex;align-items:center;gap:var(--vf-number-input-gap);height:var(--vf-controls-height);box-sizing:border-box;padding:var(--vf-number-input-padding);border-radius:var(--vf-number-input-border-radius);border:var(--vf-border-width) solid var(--vf-number-input-border-color);background-color:var(--vf-number-input-background-color);color:var(--vf-number-input-text-color);transition:border-color .2s ease,box-shadow .2s ease}.vf-number-input__control{flex:1;border:none;background:transparent;color:inherit;font-size:var(--vf-number-input-font-size);line-height:var(--vf-typography-line-height);font-family:inherit;outline:none;min-width:0;-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}.vf-number-input__control::-webkit-outer-spin-button,.vf-number-input__control::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.vf-number-input__control::placeholder{color:var(--vf-number-input-placeholder-color)}.vf-number-input__controls{display:flex;flex-direction:column;gap:var(--vf-number-input-control-gap);height:100%;padding-left:var(--vf-number-input-control-gap);border-left:var(--vf-border-width) solid var(--vf-number-input-control-border-color)}.vf-number-input__step{width:var(--vf-number-input-control-width);flex:1;border:none;border-radius:var(--vf-number-input-control-radius);background-color:var(--vf-number-input-control-background-color);color:var(--vf-number-input-control-text-color);font-size:var(--vf-number-input-control-font-size);line-height:1;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;padding:0}.vf-number-input__step:hover:not(:disabled){background-color:var(--vf-number-input-control-hover-background-color)}.vf-number-input__step:disabled{cursor:not-allowed}.vf-number-input:hover:not(.vf-number-input_disabled){border-color:var(--vf-number-input-hover-border-color)}.vf-number-input:focus-within:not(.vf-number-input_disabled){border-color:var(--vf-number-input-focus-border-color);box-shadow:var(--vf-number-input-focus-ring-shadow)}.vf-number-input_outlined{background-color:transparent}.vf-number-input_small{padding:var(--vf-number-input-small-padding)}.vf-number-input_small .vf-number-input__control{font-size:var(--vf-number-input-small-font-size)}.vf-number-input_small .vf-number-input__step{width:var(--vf-number-input-small-control-width);font-size:var(--vf-number-input-small-control-font-size)}.vf-number-input_large{padding:var(--vf-number-input-large-padding)}.vf-number-input_large .vf-number-input__control{font-size:var(--vf-number-input-large-font-size)}.vf-number-input_large .vf-number-input__step{width:var(--vf-number-input-large-control-width);font-size:var(--vf-number-input-large-control-font-size)}.vf-number-input_disabled{opacity:var(--vf-number-input-disabled-opacity);cursor:not-allowed}.vf-form-field{display:grid;gap:var(--vf-form-field-gap);color:var(--vf-form-field-text-color)}.vf-form-field__label{display:inline-flex;align-items:center;gap:.25rem;font-size:var(--vf-form-field-label-font-size);line-height:var(--vf-typography-line-height);color:var(--vf-form-field-label-color)}.vf-form-field__required{color:var(--vf-form-field-required-color)}.vf-form-field__control{min-width:0}.vf-form-field__hint,.vf-form-field__error{margin:0;font-size:var(--vf-form-field-hint-font-size);line-height:var(--vf-typography-line-height)}.vf-form-field__hint{color:var(--vf-form-field-hint-color)}.vf-form-field__error{color:var(--vf-form-field-error-color)}.vf-form-field_small{gap:var(--vf-form-field-small-gap)}.vf-form-field_small .vf-form-field__label{font-size:var(--vf-form-field-small-label-font-size)}.vf-form-field_small .vf-form-field__hint,.vf-form-field_small .vf-form-field__error{font-size:var(--vf-form-field-small-hint-font-size)}.vf-form-field_large{gap:var(--vf-form-field-large-gap)}.vf-form-field_large .vf-form-field__label{font-size:var(--vf-form-field-large-label-font-size)}.vf-form-field_large .vf-form-field__hint,.vf-form-field_large .vf-form-field__error{font-size:var(--vf-form-field-large-hint-font-size)}.vf-form-field_disabled{opacity:var(--vf-form-field-disabled-opacity)}.vf-textarea{display:flex;align-items:stretch;gap:var(--vf-textarea-gap);min-height:var(--vf-textarea-min-height);box-sizing:border-box;padding:var(--vf-textarea-padding);border-radius:var(--vf-textarea-border-radius);border:var(--vf-border-width) solid var(--vf-textarea-border-color);background-color:var(--vf-textarea-background-color);color:var(--vf-textarea-text-color);transition:border-color .2s ease,box-shadow .2s ease}.vf-textarea__control{flex:1;min-height:var(--vf-textarea-min-height);border:none;background:transparent;color:inherit;font-size:var(--vf-textarea-font-size);line-height:var(--vf-typography-line-height);font-family:inherit;outline:none;resize:var(--vf-textarea-resize);width:100%;padding:0;box-sizing:border-box}.vf-textarea__control::placeholder{color:var(--vf-textarea-placeholder-color)}.vf-textarea:hover:not(.vf-textarea_disabled){border-color:var(--vf-textarea-hover-border-color)}.vf-textarea:focus-within:not(.vf-textarea_disabled){border-color:var(--vf-textarea-focus-border-color);box-shadow:var(--vf-textarea-focus-ring-shadow)}.vf-textarea_outlined{background-color:transparent}.vf-textarea_small{padding:var(--vf-textarea-small-padding)}.vf-textarea_small .vf-textarea__control{font-size:var(--vf-textarea-small-font-size)}.vf-textarea_large{padding:var(--vf-textarea-large-padding)}.vf-textarea_large .vf-textarea__control{font-size:var(--vf-textarea-large-font-size)}.vf-textarea_disabled{opacity:var(--vf-textarea-disabled-opacity);cursor:not-allowed}.vf-file-upload{display:block;width:100%;max-width:100%;box-sizing:border-box;min-height:var(--vf-file-upload-min-height);border-radius:var(--vf-file-upload-border-radius);border:var(--vf-border-width) solid var(--vf-file-upload-border-color);background-color:var(--vf-file-upload-background-color);color:var(--vf-file-upload-text-color);transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease}.vf-file-upload_outlined{background-color:transparent}.vf-file-upload__input{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.vf-file-upload__control{display:flex;align-items:center;justify-content:space-between;gap:var(--vf-file-upload-gap);padding:var(--vf-file-upload-padding);font-size:var(--vf-file-upload-font-size);line-height:var(--vf-typography-line-height);font-family:inherit;min-width:0;width:100%;max-width:100%;box-sizing:border-box;cursor:pointer;outline:none}.vf-file-upload__content{flex:1 1 0%;min-width:0;max-width:100%}.vf-file-upload__placeholder{color:var(--vf-file-upload-placeholder-color)}.vf-file-upload__list{display:flex;flex-direction:column;gap:var(--vf-file-upload-list-gap);min-width:0;max-width:100%}.vf-file-upload__item{display:flex;align-items:center;gap:.5rem;padding:var(--vf-file-upload-item-padding);border-radius:var(--vf-file-upload-item-radius);border:var(--vf-border-width) solid var(--vf-file-upload-item-border-color);background-color:var(--vf-file-upload-item-background-color);color:var(--vf-file-upload-item-text-color);font-size:var(--vf-typography-font-size);min-width:0;max-width:100%;box-sizing:border-box}.vf-file-upload__name{flex:1 1 0%;min-width:0;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vf-file-upload__size{color:var(--vf-file-upload-size-text-color);font-size:.875em;flex:0 0 auto}.vf-file-upload__remove{flex:0 0 auto;width:var(--vf-file-upload-remove-size);height:var(--vf-file-upload-remove-size);border:none;border-radius:var(--vf-file-upload-remove-radius);background:transparent;color:inherit;cursor:pointer;font-size:.75rem;line-height:1;display:inline-flex;align-items:center;justify-content:center}.vf-file-upload__remove:hover{background-color:var(--vf-file-upload-remove-hover-background-color)}.vf-file-upload__button{flex:0 0 auto;padding:var(--vf-file-upload-button-padding);border-radius:var(--vf-file-upload-button-radius);border:var(--vf-border-width) solid var(--vf-file-upload-button-border-color);background-color:var(--vf-file-upload-button-background-color);color:var(--vf-file-upload-button-text-color);font-size:inherit;font-family:inherit;cursor:pointer}.vf-file-upload__button:hover:not(:disabled){background-color:var(--vf-file-upload-button-hover-background-color)}.vf-file-upload__button:disabled{cursor:not-allowed}.vf-file-upload:hover:not(.vf-file-upload_disabled){border-color:var(--vf-file-upload-hover-border-color)}.vf-file-upload:focus-within:not(.vf-file-upload_disabled){border-color:var(--vf-file-upload-focus-border-color);box-shadow:var(--vf-file-upload-focus-ring-shadow)}.vf-file-upload_dragging{border-color:var(--vf-file-upload-focus-border-color);background-color:var(--vf-file-upload-drag-background-color);box-shadow:var(--vf-file-upload-focus-ring-shadow)}.vf-file-upload_small .vf-file-upload__control{padding:var(--vf-file-upload-small-padding);font-size:var(--vf-file-upload-small-font-size)}.vf-file-upload_small .vf-file-upload__button{padding:var(--vf-file-upload-small-button-padding)}.vf-file-upload_large .vf-file-upload__control{padding:var(--vf-file-upload-large-padding);font-size:var(--vf-file-upload-large-font-size)}.vf-file-upload_large .vf-file-upload__button{padding:var(--vf-file-upload-large-button-padding)}.vf-file-upload_disabled{opacity:var(--vf-file-upload-disabled-opacity);cursor:not-allowed}.vf-file-upload_disabled .vf-file-upload__control,.vf-file-upload_disabled .vf-file-upload__button{cursor:not-allowed}.vf-select{position:relative;display:inline-block;min-width:var(--vf-select-min-width);height:var(--vf-controls-height);box-sizing:border-box;border-radius:var(--vf-select-border-radius);border:var(--vf-border-width) solid var(--vf-select-border-color);background-color:var(--vf-select-background-color);color:var(--vf-select-text-color);transition:border-color .2s ease,box-shadow .2s ease}.vf-select_outlined{background-color:transparent}.vf-select__control{width:100%;padding:var(--vf-select-padding);border:none;background:transparent;color:inherit;font-size:var(--vf-select-font-size);line-height:var(--vf-typography-line-height);font-family:inherit;outline:none;display:inline-flex;align-items:center;justify-content:space-between;height:var(--vf-controls-height);box-sizing:border-box;gap:var(--vf-select-control-gap);cursor:pointer}.vf-select__label{text-align:left}.vf-select__label_placeholder{color:var(--vf-secondary-text-color)}.vf-select__chevron{font-size:var(--vf-select-chevron-size);opacity:.7}.vf-select__panel{position:fixed;z-index:50;padding:var(--vf-select-panel-padding);max-height:var(--vf-select-panel-max-height);overflow:auto;border-radius:calc(var(--vf-select-border-radius) + var(--vf-select-panel-radius-offset));border:var(--vf-border-width) solid var(--vf-select-panel-border-color);background-color:var(--vf-select-panel-background-color);box-shadow:var(--vf-select-panel-shadow);color:var(--vf-select-text-color)}.vf-select__option{width:100%;text-align:left;border:none;background:transparent;padding:var(--vf-select-option-padding);border-radius:var(--vf-select-option-border-radius);color:inherit;cursor:pointer;font-size:var(--vf-typography-font-size);line-height:var(--vf-typography-line-height);font-family:inherit}.vf-select__option:hover:not(.is-disabled),.vf-select__option:focus-visible:not(.is-disabled){background-color:var(--vf-select-option-hover-background-color);outline:none}.vf-select__option.is-active{background-color:var(--vf-select-option-active-background-color);color:var(--vf-select-option-active-text-color)}.vf-select__option.is-disabled{opacity:.6;cursor:not-allowed}.vf-select_open{border-color:var(--vf-select-focus-border-color);box-shadow:var(--vf-select-focus-ring-shadow)}.vf-select:hover:not(.vf-select_disabled){border-color:var(--vf-select-hover-border-color)}.vf-select:focus-within:not(.vf-select_disabled){border-color:var(--vf-select-focus-border-color)}.vf-select_small .vf-select__control{padding:var(--vf-select-small-padding);font-size:var(--vf-select-small-font-size)}.vf-select_large .vf-select__control{padding:var(--vf-select-large-padding);font-size:var(--vf-select-large-font-size)}.vf-select_disabled{opacity:var(--vf-select-disabled-opacity);cursor:not-allowed}.vf-select_disabled .vf-select__control{cursor:not-allowed}.vf-autocomplete{position:relative;display:inline-flex;align-items:center;min-width:var(--vf-autocomplete-min-width);height:var(--vf-controls-height);box-sizing:border-box;gap:var(--vf-autocomplete-control-gap);padding:var(--vf-autocomplete-padding);border-radius:var(--vf-autocomplete-border-radius);border:var(--vf-border-width) solid var(--vf-autocomplete-border-color);background-color:var(--vf-autocomplete-background-color);color:var(--vf-autocomplete-text-color);transition:border-color .2s ease,box-shadow .2s ease}.vf-autocomplete_outlined{background-color:transparent}.vf-autocomplete__control{flex:1;width:100%;border:none;background:transparent;color:inherit;font-size:var(--vf-autocomplete-font-size);line-height:var(--vf-typography-line-height);font-family:inherit;outline:none}.vf-autocomplete__control::placeholder{color:var(--vf-autocomplete-placeholder-color)}.vf-autocomplete__chevron{border:none;padding:0;background:transparent;color:inherit;font-size:var(--vf-autocomplete-chevron-size);opacity:.7;cursor:pointer}.vf-autocomplete__panel{position:fixed;z-index:50;padding:var(--vf-autocomplete-panel-padding);max-height:var(--vf-autocomplete-panel-max-height);overflow:auto;border-radius:calc(var(--vf-autocomplete-border-radius) + var(--vf-autocomplete-panel-radius-offset));border:var(--vf-border-width) solid var(--vf-autocomplete-panel-border-color);background-color:var(--vf-autocomplete-panel-background-color);box-shadow:var(--vf-autocomplete-panel-shadow);color:var(--vf-autocomplete-text-color)}.vf-autocomplete__option{width:100%;text-align:left;border:none;background:transparent;padding:var(--vf-autocomplete-option-padding);border-radius:var(--vf-autocomplete-option-border-radius);color:inherit;cursor:pointer;font-size:var(--vf-typography-font-size);line-height:var(--vf-typography-line-height);font-family:inherit}.vf-autocomplete__option:hover:not(.is-disabled),.vf-autocomplete__option:focus-visible:not(.is-disabled){background-color:var(--vf-autocomplete-option-hover-background-color);outline:none}.vf-autocomplete__option.is-highlighted:not(.is-disabled){background-color:var(--vf-autocomplete-option-highlighted-background-color);outline:none}.vf-autocomplete__option.is-active{background-color:var(--vf-autocomplete-option-active-background-color);color:var(--vf-autocomplete-option-active-text-color)}.vf-autocomplete__option.is-disabled{opacity:.6;cursor:not-allowed}.vf-autocomplete__empty{padding:var(--vf-autocomplete-empty-padding);color:var(--vf-autocomplete-empty-color);font-size:var(--vf-typography-font-size);line-height:var(--vf-typography-line-height)}.vf-autocomplete__loading{padding:var(--vf-autocomplete-loading-padding);color:var(--vf-autocomplete-loading-color);font-size:var(--vf-typography-font-size);line-height:var(--vf-typography-line-height)}.vf-autocomplete_open{border-color:var(--vf-autocomplete-focus-border-color);box-shadow:var(--vf-autocomplete-focus-ring-shadow)}.vf-autocomplete:hover:not(.vf-autocomplete_disabled){border-color:var(--vf-autocomplete-hover-border-color)}.vf-autocomplete:focus-within:not(.vf-autocomplete_disabled){border-color:var(--vf-autocomplete-focus-border-color)}.vf-autocomplete_small{padding:var(--vf-autocomplete-small-padding)}.vf-autocomplete_small .vf-autocomplete__control{font-size:var(--vf-autocomplete-small-font-size)}.vf-autocomplete_large{padding:var(--vf-autocomplete-large-padding)}.vf-autocomplete_large .vf-autocomplete__control{font-size:var(--vf-autocomplete-large-font-size)}.vf-autocomplete_disabled{opacity:var(--vf-autocomplete-disabled-opacity);cursor:not-allowed}.vf-autocomplete_disabled .vf-autocomplete__chevron{cursor:not-allowed}.vf-multiselect{position:relative;display:inline-flex;align-items:center;min-width:var(--vf-multiselect-min-width);height:var(--vf-controls-height);box-sizing:border-box;gap:0;border-radius:var(--vf-multiselect-border-radius);border:var(--vf-border-width) solid var(--vf-multiselect-border-color);background-color:var(--vf-multiselect-background-color);color:var(--vf-multiselect-text-color);transition:border-color .2s ease,box-shadow .2s ease}.vf-multiselect_outlined{background-color:transparent}.vf-multiselect__control{width:100%;min-width:0;flex:1 1 0%;height:var(--vf-controls-height);box-sizing:border-box;border:none;background:transparent;color:inherit;font-size:var(--vf-multiselect-font-size);line-height:var(--vf-typography-line-height);font-family:inherit;outline:none;display:inline-flex;align-items:center;justify-content:space-between;gap:var(--vf-multiselect-control-gap);padding:var(--vf-multiselect-padding);cursor:pointer}.vf-multiselect__label{flex:1 1 auto;min-width:0;text-align:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vf-multiselect__label_placeholder{color:var(--vf-multiselect-placeholder-color)}.vf-multiselect__chevron{flex:0 0 auto;font-size:var(--vf-multiselect-chevron-size);opacity:.7}.vf-multiselect__clear{flex:0 0 auto;width:var(--vf-multiselect-clear-size);height:var(--vf-multiselect-clear-size);margin-right:.35rem;padding:0;border:none;border-radius:var(--vf-multiselect-clear-radius);background:transparent;color:inherit;font-size:.75rem;cursor:pointer}.vf-multiselect__clear:hover{background-color:var(--vf-multiselect-clear-hover-background-color)}.vf-multiselect__panel{position:fixed;z-index:50;padding:var(--vf-multiselect-panel-padding);max-height:var(--vf-multiselect-panel-max-height);overflow:auto;border-radius:calc(var(--vf-multiselect-border-radius) + var(--vf-multiselect-panel-radius-offset));border:var(--vf-border-width) solid var(--vf-multiselect-panel-border-color);background-color:var(--vf-multiselect-panel-background-color);box-shadow:var(--vf-multiselect-panel-shadow);color:var(--vf-multiselect-text-color)}.vf-multiselect__search{padding:var(--vf-multiselect-search-padding)}.vf-multiselect__search-control{width:100%;border-radius:var(--vf-multiselect-search-border-radius);border:var(--vf-border-width) solid var(--vf-multiselect-search-border-color);background:transparent;color:inherit;padding:.35rem .45rem;font-size:var(--vf-typography-font-size);line-height:var(--vf-typography-line-height);font-family:inherit;outline:none}.vf-multiselect__search-control:focus{border-color:var(--vf-multiselect-focus-border-color)}.vf-multiselect__option{width:100%;text-align:left;border:none;background:transparent;padding:var(--vf-multiselect-option-padding);border-radius:var(--vf-multiselect-option-border-radius);color:inherit;cursor:pointer;font-size:var(--vf-typography-font-size);line-height:var(--vf-typography-line-height);font-family:inherit;display:inline-flex;align-items:center;justify-content:space-between;gap:.5rem}.vf-multiselect__option:hover:not(.is-disabled),.vf-multiselect__option:focus-visible:not(.is-disabled){background-color:var(--vf-multiselect-option-hover-background-color);outline:none}.vf-multiselect__option.is-highlighted:not(.is-disabled){background-color:var(--vf-multiselect-option-highlighted-background-color)}.vf-multiselect__option.is-active{background-color:var(--vf-multiselect-option-active-background-color);color:var(--vf-multiselect-option-active-text-color)}.vf-multiselect__option.is-disabled{opacity:.6;cursor:not-allowed}.vf-multiselect__option-check{font-size:.85em}.vf-multiselect__empty{padding:var(--vf-multiselect-empty-padding);color:var(--vf-multiselect-empty-color);font-size:var(--vf-typography-font-size);line-height:var(--vf-typography-line-height)}.vf-multiselect__loading{padding:var(--vf-multiselect-loading-padding);color:var(--vf-multiselect-loading-color);font-size:var(--vf-typography-font-size);line-height:var(--vf-typography-line-height)}.vf-multiselect_open{border-color:var(--vf-multiselect-focus-border-color);box-shadow:var(--vf-multiselect-focus-ring-shadow)}.vf-multiselect:hover:not(.vf-multiselect_disabled){border-color:var(--vf-multiselect-hover-border-color)}.vf-multiselect:focus-within:not(.vf-multiselect_disabled){border-color:var(--vf-multiselect-focus-border-color)}.vf-multiselect_small .vf-multiselect__control{padding:var(--vf-multiselect-small-padding);font-size:var(--vf-multiselect-small-font-size)}.vf-multiselect_large .vf-multiselect__control{padding:var(--vf-multiselect-large-padding);font-size:var(--vf-multiselect-large-font-size)}.vf-multiselect_disabled{opacity:var(--vf-multiselect-disabled-opacity);cursor:not-allowed}.vf-multiselect_disabled .vf-multiselect__control{cursor:not-allowed}.vf-datepicker{position:relative;display:inline-block;min-width:var(--vf-datepicker-min-width);height:var(--vf-controls-height);box-sizing:border-box;border-radius:var(--vf-datepicker-border-radius);border:var(--vf-border-width) solid var(--vf-datepicker-border-color);background-color:var(--vf-datepicker-background-color);color:var(--vf-datepicker-text-color);transition:border-color .2s ease,box-shadow .2s ease}.vf-datepicker_outlined{background-color:transparent}.vf-datepicker__control{width:100%;height:var(--vf-controls-height);box-sizing:border-box;border:none;background:transparent;color:inherit;padding:var(--vf-datepicker-padding);display:inline-flex;align-items:center;justify-content:space-between;gap:var(--vf-datepicker-control-gap);font-size:var(--vf-datepicker-font-size);line-height:var(--vf-typography-line-height);font-family:inherit;cursor:pointer;outline:none}.vf-datepicker__label{text-align:left}.vf-datepicker__label_placeholder{color:var(--vf-datepicker-placeholder-color)}.vf-datepicker__chevron{font-size:var(--vf-datepicker-chevron-size);opacity:.7}.vf-datepicker__panel{position:fixed;z-index:50;width:var(--vf-datepicker-panel-width);padding:var(--vf-datepicker-panel-padding);border-radius:calc(var(--vf-datepicker-border-radius) + var(--vf-datepicker-panel-radius-offset));border:var(--vf-border-width) solid var(--vf-datepicker-panel-border-color);background-color:var(--vf-datepicker-panel-background-color);box-shadow:var(--vf-datepicker-panel-shadow);color:var(--vf-datepicker-text-color)}.vf-datepicker__header{display:flex;align-items:center;justify-content:space-between;gap:var(--vf-datepicker-header-gap);padding:var(--vf-datepicker-header-padding)}.vf-datepicker__month-label{font-size:var(--vf-datepicker-month-label-font-size);font-weight:var(--vf-datepicker-month-label-font-weight)}.vf-datepicker__nav{width:var(--vf-datepicker-nav-button-size);height:var(--vf-datepicker-nav-button-size);border-radius:var(--vf-datepicker-nav-button-radius);border:none;background:transparent;color:inherit;cursor:pointer;font-size:var(--vf-datepicker-nav-button-font-size);line-height:1}.vf-datepicker__nav:hover,.vf-datepicker__nav:focus-visible{background-color:var(--vf-datepicker-day-hover-background-color);outline:none}.vf-datepicker__weekdays{display:grid;grid-template-columns:repeat(7,1fr);margin-bottom:var(--vf-datepicker-weekdays-margin-bottom)}.vf-datepicker__weekday{text-align:center;color:var(--vf-datepicker-weekday-color);font-size:var(--vf-datepicker-weekday-font-size);line-height:1.2}.vf-datepicker__days{display:grid;grid-template-columns:repeat(7,1fr);gap:var(--vf-datepicker-days-gap)}.vf-datepicker__day{width:var(--vf-datepicker-day-size);height:var(--vf-datepicker-day-size);margin:0 auto;border-radius:var(--vf-datepicker-day-border-radius);border:var(--vf-border-width) solid transparent;background:transparent;color:inherit;cursor:pointer;font-size:var(--vf-datepicker-day-font-size);line-height:1}.vf-datepicker__day:hover:not(:disabled),.vf-datepicker__day:focus-visible:not(:disabled){background-color:var(--vf-datepicker-day-hover-background-color);outline:none}.vf-datepicker__day.is-selected{background-color:var(--vf-datepicker-day-selected-background-color);color:var(--vf-datepicker-day-selected-text-color)}.vf-datepicker__day.is-today{border-color:var(--vf-datepicker-day-today-border-color)}.vf-datepicker__day.is-outside{color:var(--vf-datepicker-day-muted-color)}.vf-datepicker__day:disabled{opacity:.5;cursor:not-allowed}.vf-datepicker_open{border-color:var(--vf-datepicker-focus-border-color);box-shadow:var(--vf-datepicker-focus-ring-shadow)}.vf-datepicker:hover:not(.vf-datepicker_disabled){border-color:var(--vf-datepicker-hover-border-color)}.vf-datepicker:focus-within:not(.vf-datepicker_disabled){border-color:var(--vf-datepicker-focus-border-color)}.vf-datepicker_small .vf-datepicker__control{padding:var(--vf-datepicker-small-padding);font-size:var(--vf-datepicker-small-font-size)}.vf-datepicker_small .vf-datepicker__day{width:var(--vf-datepicker-small-day-size);height:var(--vf-datepicker-small-day-size)}.vf-datepicker_large .vf-datepicker__control{padding:var(--vf-datepicker-large-padding);font-size:var(--vf-datepicker-large-font-size)}.vf-datepicker_large .vf-datepicker__day{width:var(--vf-datepicker-large-day-size);height:var(--vf-datepicker-large-day-size)}.vf-datepicker_disabled{opacity:var(--vf-datepicker-disabled-opacity);cursor:not-allowed}.vf-datepicker_disabled .vf-datepicker__control{cursor:not-allowed}.vf-daterangepicker{position:relative;display:inline-block;min-width:var(--vf-daterangepicker-min-width);height:var(--vf-controls-height);box-sizing:border-box;border-radius:var(--vf-daterangepicker-border-radius);border:var(--vf-border-width) solid var(--vf-daterangepicker-border-color);background-color:var(--vf-daterangepicker-background-color);color:var(--vf-daterangepicker-text-color);transition:border-color .2s ease,box-shadow .2s ease}.vf-daterangepicker_outlined{background-color:transparent}.vf-daterangepicker__control{width:100%;height:var(--vf-controls-height);box-sizing:border-box;border:none;background:transparent;color:inherit;padding:var(--vf-daterangepicker-padding);display:inline-flex;align-items:center;justify-content:space-between;gap:var(--vf-daterangepicker-control-gap);font-size:var(--vf-daterangepicker-font-size);line-height:var(--vf-typography-line-height);font-family:inherit;cursor:pointer;outline:none}.vf-daterangepicker__label{text-align:left}.vf-daterangepicker__label_placeholder{color:var(--vf-daterangepicker-placeholder-color)}.vf-daterangepicker__chevron{font-size:var(--vf-daterangepicker-chevron-size);opacity:.7}.vf-daterangepicker__panel{position:fixed;z-index:50;width:var(--vf-daterangepicker-panel-width);padding:var(--vf-daterangepicker-panel-padding);border-radius:calc(var(--vf-daterangepicker-border-radius) + var(--vf-daterangepicker-panel-radius-offset));border:var(--vf-border-width) solid var(--vf-daterangepicker-panel-border-color);background-color:var(--vf-daterangepicker-panel-background-color);box-shadow:var(--vf-daterangepicker-panel-shadow);color:var(--vf-daterangepicker-text-color)}.vf-daterangepicker__header{display:flex;align-items:center;justify-content:space-between;gap:var(--vf-daterangepicker-header-gap);padding:var(--vf-daterangepicker-header-padding)}.vf-daterangepicker__month-label{font-size:var(--vf-daterangepicker-month-label-font-size);font-weight:var(--vf-daterangepicker-month-label-font-weight)}.vf-daterangepicker__nav{width:var(--vf-daterangepicker-nav-button-size);height:var(--vf-daterangepicker-nav-button-size);border-radius:var(--vf-daterangepicker-nav-button-radius);border:none;background:transparent;color:inherit;cursor:pointer;font-size:var(--vf-daterangepicker-nav-button-font-size);line-height:1}.vf-daterangepicker__nav:hover,.vf-daterangepicker__nav:focus-visible{background-color:var(--vf-daterangepicker-day-hover-background-color);outline:none}.vf-daterangepicker__weekdays{display:grid;grid-template-columns:repeat(7,1fr);margin-bottom:var(--vf-daterangepicker-weekdays-margin-bottom)}.vf-daterangepicker__weekday{text-align:center;color:var(--vf-daterangepicker-weekday-color);font-size:var(--vf-daterangepicker-weekday-font-size);line-height:1.2}.vf-daterangepicker__days{display:grid;grid-template-columns:repeat(7,1fr);gap:var(--vf-daterangepicker-days-gap)}.vf-daterangepicker__day{width:var(--vf-daterangepicker-day-size);height:var(--vf-daterangepicker-day-size);margin:0 auto;border-radius:var(--vf-daterangepicker-day-border-radius);border:var(--vf-border-width) solid transparent;background:transparent;color:inherit;cursor:pointer;font-size:var(--vf-daterangepicker-day-font-size);line-height:1}.vf-daterangepicker__day:hover:not(:disabled),.vf-daterangepicker__day:focus-visible:not(:disabled){background-color:var(--vf-daterangepicker-day-hover-background-color);outline:none}.vf-daterangepicker__day.is-in-range{background-color:var(--vf-daterangepicker-day-range-background-color);color:var(--vf-daterangepicker-day-range-text-color)}.vf-daterangepicker__day.is-selected{background-color:var(--vf-daterangepicker-day-selected-background-color);color:var(--vf-daterangepicker-day-selected-text-color)}.vf-daterangepicker__day.is-today{border-color:var(--vf-daterangepicker-day-today-border-color)}.vf-daterangepicker__day.is-outside{color:var(--vf-daterangepicker-day-muted-color)}.vf-daterangepicker__day:disabled{opacity:.5;cursor:not-allowed}.vf-daterangepicker_open{border-color:var(--vf-daterangepicker-focus-border-color);box-shadow:var(--vf-daterangepicker-focus-ring-shadow)}.vf-daterangepicker:hover:not(.vf-daterangepicker_disabled){border-color:var(--vf-daterangepicker-hover-border-color)}.vf-daterangepicker:focus-within:not(.vf-daterangepicker_disabled){border-color:var(--vf-daterangepicker-focus-border-color)}.vf-daterangepicker_small .vf-daterangepicker__control{padding:var(--vf-daterangepicker-small-padding);font-size:var(--vf-daterangepicker-small-font-size)}.vf-daterangepicker_small .vf-daterangepicker__day{width:var(--vf-daterangepicker-small-day-size);height:var(--vf-daterangepicker-small-day-size)}.vf-daterangepicker_large .vf-daterangepicker__control{padding:var(--vf-daterangepicker-large-padding);font-size:var(--vf-daterangepicker-large-font-size)}.vf-daterangepicker_large .vf-daterangepicker__day{width:var(--vf-daterangepicker-large-day-size);height:var(--vf-daterangepicker-large-day-size)}.vf-daterangepicker_disabled{opacity:var(--vf-daterangepicker-disabled-opacity);cursor:not-allowed}.vf-daterangepicker_disabled .vf-daterangepicker__control{cursor:not-allowed}.vf-timepicker{position:relative;display:inline-block;min-width:var(--vf-timepicker-min-width);height:var(--vf-controls-height);box-sizing:border-box;border-radius:var(--vf-timepicker-border-radius);border:var(--vf-border-width) solid var(--vf-timepicker-border-color);background-color:var(--vf-timepicker-background-color);color:var(--vf-timepicker-text-color);transition:border-color .2s ease,box-shadow .2s ease}.vf-timepicker_outlined{background-color:transparent}.vf-timepicker__control{width:100%;height:var(--vf-controls-height);box-sizing:border-box;border:none;background:transparent;color:inherit;padding:var(--vf-timepicker-padding);display:inline-flex;align-items:center;justify-content:space-between;gap:var(--vf-timepicker-control-gap);font-size:var(--vf-timepicker-font-size);line-height:var(--vf-typography-line-height);font-family:inherit;cursor:pointer;outline:none}.vf-timepicker__label{text-align:left}.vf-timepicker__label_placeholder{color:var(--vf-timepicker-placeholder-color)}.vf-timepicker__chevron{font-size:var(--vf-timepicker-chevron-size);opacity:.7}.vf-timepicker__panel{position:fixed;z-index:50;padding:var(--vf-timepicker-panel-padding);max-height:var(--vf-timepicker-panel-max-height);overflow:auto;border-radius:calc(var(--vf-timepicker-border-radius) + var(--vf-timepicker-panel-radius-offset));border:var(--vf-border-width) solid var(--vf-timepicker-panel-border-color);background-color:var(--vf-timepicker-panel-background-color);box-shadow:var(--vf-timepicker-panel-shadow);color:var(--vf-timepicker-text-color)}.vf-timepicker__option{width:100%;text-align:left;border:none;background:transparent;padding:var(--vf-timepicker-option-padding);border-radius:var(--vf-timepicker-option-border-radius);color:inherit;cursor:pointer;font-size:var(--vf-typography-font-size);line-height:var(--vf-typography-line-height);font-family:inherit}.vf-timepicker__option:hover:not(.is-disabled),.vf-timepicker__option:focus-visible:not(.is-disabled){background-color:var(--vf-timepicker-option-hover-background-color);outline:none}.vf-timepicker__option.is-active{background-color:var(--vf-timepicker-option-active-background-color);color:var(--vf-timepicker-option-active-text-color)}.vf-timepicker__option.is-disabled{opacity:var(--vf-timepicker-disabled-opacity);cursor:not-allowed}.vf-timepicker_open{border-color:var(--vf-timepicker-focus-border-color);box-shadow:var(--vf-timepicker-focus-ring-shadow)}.vf-timepicker:hover:not(.vf-timepicker_disabled){border-color:var(--vf-timepicker-hover-border-color)}.vf-timepicker:focus-within:not(.vf-timepicker_disabled){border-color:var(--vf-timepicker-focus-border-color)}.vf-timepicker_small .vf-timepicker__control{padding:var(--vf-timepicker-small-padding);font-size:var(--vf-timepicker-small-font-size)}.vf-timepicker_large .vf-timepicker__control{padding:var(--vf-timepicker-large-padding);font-size:var(--vf-timepicker-large-font-size)}.vf-timepicker_disabled{opacity:var(--vf-timepicker-disabled-opacity);cursor:not-allowed}.vf-timepicker_disabled .vf-timepicker__control{cursor:not-allowed}.vf-pagination{display:inline-flex;align-items:center;flex-wrap:wrap;max-width:100%;gap:var(--vf-pagination-gap)}.vf-pagination__item{flex:0 0 auto;min-width:var(--vf-pagination-item-min-width);height:var(--vf-controls-height);box-sizing:border-box;border:var(--vf-border-width) solid var(--vf-pagination-border-color);border-radius:var(--vf-pagination-border-radius);background-color:var(--vf-pagination-background-color);color:var(--vf-pagination-text-color);padding:var(--vf-pagination-padding);font-size:var(--vf-pagination-font-size);line-height:var(--vf-typography-line-height);font-family:inherit;cursor:pointer;transition:border-color .2s ease,background-color .2s ease,box-shadow .2s ease}.vf-pagination__item:hover:not(:disabled):not(.is-current):not(.is-ellipsis){background-color:var(--vf-pagination-hover-background-color)}.vf-pagination__item:focus-visible{outline:none;border-color:var(--vf-pagination-focus-border-color);box-shadow:var(--vf-pagination-focus-ring-shadow)}.vf-pagination__item.is-current{border-color:var(--vf-pagination-active-border-color);background-color:var(--vf-pagination-active-background-color);color:var(--vf-pagination-active-text-color)}.vf-pagination__item.is-ellipsis{cursor:default;padding:var(--vf-pagination-ellipsis-padding)}.vf-pagination__item:disabled{opacity:var(--vf-pagination-disabled-opacity);cursor:not-allowed}.vf-pagination_outlined .vf-pagination__item{background-color:transparent}.vf-pagination_small .vf-pagination__item{font-size:var(--vf-pagination-small-font-size);padding:var(--vf-pagination-small-padding)}.vf-pagination_large .vf-pagination__item{font-size:var(--vf-pagination-large-font-size);padding:var(--vf-pagination-large-padding)}.vf-pagination_disabled{opacity:var(--vf-pagination-disabled-opacity)}.vf-checkbox{display:inline-flex;align-items:center;gap:var(--vf-checkbox-gap);cursor:pointer;color:var(--vf-checkbox-text-color);font-size:var(--vf-typography-font-size);line-height:var(--vf-typography-line-height)}.vf-checkbox__control{position:absolute;opacity:0;pointer-events:none}.vf-checkbox__box{width:var(--vf-checkbox-size);height:var(--vf-checkbox-size);border:var(--vf-border-width) solid var(--vf-checkbox-border-color);border-radius:var(--vf-checkbox-border-radius);background-color:var(--vf-checkbox-background-color);display:inline-flex;align-items:center;justify-content:center;transition:background-color .2s ease,border-color .2s ease}.vf-checkbox__control:checked+.vf-checkbox__box{background-color:var(--vf-checkbox-checked-background-color);border-color:var(--vf-checkbox-checked-border-color)}.vf-checkbox__control:checked+.vf-checkbox__box:after{content:"";width:calc(var(--vf-checkbox-size) / 2);height:calc(var(--vf-checkbox-size) / 2);background-color:var(--vf-checkbox-check-color);border-radius:var(--vf-checkbox-check-border-radius)}.vf-checkbox_outlined .vf-checkbox__box{background-color:transparent}.vf-checkbox_disabled{opacity:var(--vf-checkbox-disabled-opacity);cursor:not-allowed}.vf-radio-group{display:inline-flex;flex-direction:column;gap:var(--vf-radio-group-gap)}.vf-radio-group_horizontal{flex-direction:row;flex-wrap:wrap}.vf-radio{display:inline-flex;align-items:center;gap:var(--vf-radio-gap);cursor:pointer;color:var(--vf-radio-text-color);font-size:var(--vf-typography-font-size);line-height:var(--vf-typography-line-height)}.vf-radio__control{position:absolute;opacity:0;pointer-events:none}.vf-radio__circle{width:var(--vf-radio-size);height:var(--vf-radio-size);border:var(--vf-border-width) solid var(--vf-radio-border-color);border-radius:var(--vf-radio-border-radius);background-color:var(--vf-radio-background-color);display:inline-flex;align-items:center;justify-content:center;transition:background-color .2s ease,border-color .2s ease}.vf-radio__control:checked+.vf-radio__circle{background-color:var(--vf-radio-checked-background-color);border-color:var(--vf-radio-checked-border-color)}.vf-radio__control:checked+.vf-radio__circle:after{content:"";width:var(--vf-radio-dot-size);height:var(--vf-radio-dot-size);background-color:var(--vf-radio-dot-color);border-radius:var(--vf-radio-dot-border-radius)}.vf-radio_outlined .vf-radio__circle{background-color:transparent}.vf-radio_disabled{opacity:var(--vf-radio-disabled-opacity);cursor:not-allowed}.vf-tabs{display:flex;flex-direction:column;gap:var(--vf-tabs-gap)}.vf-tabs__list{display:flex;flex-wrap:wrap;gap:var(--vf-tabs-list-gap);border-bottom:var(--vf-tabs-list-border-width) solid var(--vf-tabs-list-border-color)}.vf-tabs__panels{display:block}.vf-tabs_vertical{flex-direction:row;align-items:flex-start}.vf-tabs_vertical .vf-tabs__list{flex-direction:column;border-bottom:none;border-right:var(--vf-tabs-list-border-width) solid var(--vf-tabs-list-border-color);padding-right:var(--vf-tabs-list-vertical-padding)}.vf-tabs_vertical .vf-tabs__panels{flex:1}.vf-tabs_disabled{opacity:var(--vf-tabs-disabled-opacity)}.vf-tab{padding:var(--vf-tabs-tab-padding);border:none;border-bottom:var(--vf-tabs-tab-active-border-width) solid transparent;background-color:var(--vf-tabs-tab-background-color);color:var(--vf-tabs-tab-text-color);font-size:var(--vf-tabs-tab-font-size);line-height:var(--vf-typography-line-height);font-family:inherit;border-radius:var(--vf-tabs-tab-border-radius);cursor:pointer;transition:background-color .2s ease,color .2s ease}.vf-tab:hover:not(.vf-tab_disabled){background-color:var(--vf-tabs-tab-hover-background-color)}.vf-tab_active{color:var(--vf-tabs-tab-active-text-color);background-color:var(--vf-tabs-tab-active-background-color);border-bottom-color:var(--vf-tabs-tab-active-border-color)}.vf-tabs_vertical .vf-tab_active{border-bottom-color:transparent;border-right:var(--vf-tabs-tab-active-border-width) solid var(--vf-tabs-tab-active-border-color)}.vf-tabs_vertical .vf-tab{border-bottom:none;border-right:var(--vf-tabs-tab-active-border-width) solid transparent}.vf-tab_disabled{opacity:var(--vf-tabs-disabled-opacity);cursor:not-allowed}.vf-tab-panel{padding:var(--vf-tabs-panel-padding);border-radius:var(--vf-tabs-panel-border-radius);background-color:var(--vf-tabs-panel-background-color);color:var(--vf-tabs-panel-text-color)}.vf-accordion{display:grid;gap:var(--vf-accordion-gap)}.vf-accordion_disabled{opacity:var(--vf-accordion-disabled-opacity)}.vf-accordion-item{border:var(--vf-border-width) solid var(--vf-accordion-border-color);border-radius:var(--vf-accordion-border-radius);background-color:var(--vf-accordion-background-color);overflow:hidden}.vf-accordion__header{width:100%;display:flex;align-items:center;justify-content:space-between;gap:var(--vf-accordion-header-gap);padding:var(--vf-accordion-header-padding);border:none;background-color:var(--vf-accordion-header-background-color);color:var(--vf-accordion-header-text-color);font-size:var(--vf-accordion-header-font-size);font-weight:var(--vf-accordion-header-font-weight);line-height:var(--vf-typography-line-height);font-family:inherit;text-align:left;cursor:pointer;transition:background-color .2s ease,color .2s ease}.vf-accordion__header:focus-visible{outline:none;box-shadow:var(--vf-accordion-focus-ring-shadow);border-radius:calc(var(--vf-accordion-border-radius) - 1px)}.vf-accordion__header:hover:not(:disabled){background-color:var(--vf-accordion-header-hover-background-color)}.vf-accordion-item_open .vf-accordion__header{background-color:var(--vf-accordion-header-active-background-color)}.vf-accordion__title{flex:1}.vf-accordion__icon{display:inline-flex;align-items:center;justify-content:center;width:var(--vf-accordion-icon-size);height:var(--vf-accordion-icon-size);color:var(--vf-accordion-icon-color);transition:transform .2s ease}.vf-accordion__icon:before{content:"";width:calc(var(--vf-accordion-icon-size) / 2);height:calc(var(--vf-accordion-icon-size) / 2);border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg)}.vf-accordion-item_open .vf-accordion__icon{transform:rotate(180deg)}.vf-accordion__panel{display:grid;grid-template-rows:0fr;padding:var(--vf-accordion-content-padding);border-top:var(--vf-border-width) solid var(--vf-accordion-divider-color);background-color:var(--vf-accordion-content-background-color);color:var(--vf-accordion-content-text-color);opacity:0;transition:grid-template-rows .2s ease,opacity .2s ease}.vf-accordion__panel-inner{overflow:hidden}.vf-accordion__panel_open{grid-template-rows:1fr;opacity:1}.vf-accordion-item_disabled{opacity:var(--vf-accordion-disabled-opacity)}.vf-accordion-item_disabled .vf-accordion__header{cursor:not-allowed}.vf-accordion_outlined .vf-accordion-item,.vf-accordion_outlined .vf-accordion__header,.vf-accordion_outlined .vf-accordion__panel{background-color:transparent}.vf-accordion_small .vf-accordion__header{padding:var(--vf-accordion-small-header-padding);font-size:var(--vf-accordion-small-header-font-size)}.vf-accordion_small .vf-accordion__panel{padding:var(--vf-accordion-small-content-padding)}.vf-accordion_large .vf-accordion__header{padding:var(--vf-accordion-large-header-padding);font-size:var(--vf-accordion-large-header-font-size)}.vf-accordion_large .vf-accordion__panel{padding:var(--vf-accordion-large-content-padding)}.vf-toast{display:inline-flex;align-items:flex-start;gap:var(--vf-toast-gap);padding:var(--vf-toast-padding);border-radius:var(--vf-toast-border-radius);background-color:var(--vf-toast-background-color);color:var(--vf-toast-text-color);box-shadow:var(--vf-toast-shadow);border:var(--vf-border-width) solid var(--vf-toast-border-color);min-width:var(--vf-toast-min-width)}.vf-toast__body{display:grid;gap:var(--vf-toast-body-gap)}.vf-toast__title{font-weight:var(--vf-toast-title-font-weight);font-size:var(--vf-toast-title-font-size)}.vf-toast__message{font-size:var(--vf-toast-font-size);line-height:var(--vf-toast-line-height)}.vf-toast__close{margin-left:auto;border:none;background:transparent;color:inherit;cursor:pointer;font-size:var(--vf-toast-close-size);line-height:1;padding:0;opacity:.7}.vf-toast__close:hover{opacity:1}.vf-toast[data-severity=info]{background-color:var(--vf-toast-info-background-color);border-color:var(--vf-toast-info-border-color);color:var(--vf-toast-info-text-color)}.vf-toast[data-severity=success]{background-color:var(--vf-toast-success-background-color);border-color:var(--vf-toast-success-border-color);color:var(--vf-toast-success-text-color)}.vf-toast[data-severity=warn]{background-color:var(--vf-toast-warn-background-color);border-color:var(--vf-toast-warn-border-color);color:var(--vf-toast-warn-text-color)}.vf-toast[data-severity=danger]{background-color:var(--vf-toast-danger-background-color);border-color:var(--vf-toast-danger-border-color);color:var(--vf-toast-danger-text-color)}.vf-toast-container{position:fixed;z-index:var(--vf-toast-z-index);display:flex;flex-direction:column;gap:var(--vf-toast-container-gap);padding:var(--vf-toast-container-padding);max-width:var(--vf-toast-container-max-width)}.vf-toast-container_top-right{top:0;right:0;align-items:flex-end}.vf-toast-container_top-left{top:0;left:0;align-items:flex-start}.vf-toast-container_bottom-right{bottom:0;right:0;align-items:flex-end}.vf-toast-container_bottom-left{bottom:0;left:0;align-items:flex-start}.vf-alert{display:flex;align-items:flex-start;gap:var(--vf-alert-gap);padding:var(--vf-alert-padding);border-radius:var(--vf-alert-border-radius);background-color:var(--vf-alert-background-color);color:var(--vf-alert-text-color);border:var(--vf-border-width) solid var(--vf-alert-border-color)}.vf-alert__icon{color:var(--vf-alert-icon-color);line-height:var(--vf-alert-line-height)}.vf-alert__body{flex:1;min-width:0;display:grid;gap:var(--vf-alert-body-gap)}.vf-alert__title{font-weight:var(--vf-alert-title-font-weight);font-size:var(--vf-alert-title-font-size);line-height:var(--vf-alert-line-height)}.vf-alert__message{font-size:var(--vf-alert-font-size);line-height:var(--vf-alert-line-height)}.vf-alert__actions{display:inline-flex;align-items:center;gap:var(--vf-alert-actions-gap)}.vf-alert__close{margin-left:auto;border:none;border-radius:var(--vf-alert-close-radius);width:var(--vf-alert-close-size);height:var(--vf-alert-close-size);background:transparent;color:inherit;cursor:pointer;font-size:var(--vf-alert-close-font-size);line-height:1}.vf-alert__close:hover{background-color:var(--vf-alert-close-hover-background-color)}.vf-alert[data-severity=info]{background-color:var(--vf-alert-info-background-color);border-color:var(--vf-alert-info-border-color);color:var(--vf-alert-info-text-color)}.vf-alert[data-severity=success]{background-color:var(--vf-alert-success-background-color);border-color:var(--vf-alert-success-border-color);color:var(--vf-alert-success-text-color)}.vf-alert[data-severity=warn]{background-color:var(--vf-alert-warn-background-color);border-color:var(--vf-alert-warn-border-color);color:var(--vf-alert-warn-text-color)}.vf-alert[data-severity=danger]{background-color:var(--vf-alert-danger-background-color);border-color:var(--vf-alert-danger-border-color);color:var(--vf-alert-danger-text-color)}.vf-switch{display:inline-flex;align-items:center;gap:var(--vf-switch-gap);cursor:pointer;color:var(--vf-switch-text-color);font-size:var(--vf-typography-font-size);line-height:var(--vf-typography-line-height)}.vf-switch__control{position:absolute;opacity:0;pointer-events:none}.vf-switch__track{position:relative;width:var(--vf-switch-width);height:var(--vf-switch-height);border-radius:var(--vf-switch-height);background-color:var(--vf-switch-background-color);transition:background-color .2s ease}.vf-switch__thumb{position:absolute;top:50%;left:var(--vf-switch-thumb-offset);width:var(--vf-switch-thumb-size);height:var(--vf-switch-thumb-size);border-radius:50%;background-color:var(--vf-switch-thumb-color);transform:translateY(-50%);transition:transform .2s ease}.vf-switch__control:checked+.vf-switch__track{background-color:var(--vf-switch-checked-background-color)}.vf-switch__control:checked+.vf-switch__track .vf-switch__thumb{transform:translate(calc(var(--vf-switch-width) - var(--vf-switch-thumb-size) - var(--vf-switch-thumb-translate-offset)),-50%)}.vf-switch_disabled{opacity:var(--vf-switch-disabled-opacity);cursor:not-allowed}.vf-popover{position:relative}.vf-popover__button{cursor:pointer;-webkit-user-select:none;user-select:none}.vf-popover__wrapper{position:absolute;background-color:var(--vf-popover-background-color)}.vf-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:var(--vf-modal-z-index);display:flex;align-items:center;justify-content:center}.vf-modal__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background-color:var(--vf-modal-overlay-background-color)}.vf-modal__panel{position:relative;z-index:1;width:var(--vf-modal-width);max-width:var(--vf-modal-max-width);max-height:var(--vf-modal-max-height);padding:var(--vf-modal-padding);border-radius:var(--vf-modal-border-radius);background-color:var(--vf-modal-background-color);color:var(--vf-modal-text-color);box-shadow:var(--vf-modal-shadow);overflow:auto;outline:none}.vf-modal_sm .vf-modal__panel{width:var(--vf-modal-width-sm);max-width:var(--vf-modal-max-width-sm)}.vf-modal_lg .vf-modal__panel{width:var(--vf-modal-width-lg);max-width:var(--vf-modal-max-width-lg)}.vf-modal__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:var(--vf-modal-header-gap)}.vf-modal__title{margin:0;font-size:var(--vf-modal-title-font-size);line-height:var(--vf-modal-title-line-height);font-weight:var(--vf-modal-title-font-weight)}.vf-modal__body{margin-bottom:var(--vf-modal-body-gap)}.vf-modal__footer{display:flex;align-items:center;justify-content:flex-end;gap:var(--vf-modal-footer-gap)}.vf-modal__close{position:absolute;top:var(--vf-modal-close-offset);right:var(--vf-modal-close-offset);width:var(--vf-modal-close-size);height:var(--vf-modal-close-size);border-radius:var(--vf-modal-close-radius);border:none;background:transparent;color:var(--vf-modal-close-color);cursor:pointer;font-size:var(--vf-modal-close-font-size);line-height:1}.vf-modal__close:hover{background-color:var(--vf-modal-close-hover-background-color)}.vf-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:var(--vf-drawer-z-index)}.vf-drawer__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background-color:var(--vf-drawer-overlay-background-color)}.vf-drawer__panel{position:absolute;padding:var(--vf-drawer-padding);border-radius:var(--vf-drawer-border-radius);background-color:var(--vf-drawer-background-color);color:var(--vf-drawer-text-color);box-shadow:var(--vf-drawer-shadow);overflow:auto;outline:none;transform:translateZ(0);transition:transform .32s cubic-bezier(.22,1,.36,1),opacity .2s ease}.vf-drawer_left .vf-drawer__panel{top:0;left:0;width:var(--vf-drawer-width);height:100%;border-top-left-radius:0;border-bottom-left-radius:0}.vf-drawer_right .vf-drawer__panel{top:0;right:0;width:var(--vf-drawer-width);height:100%;border-top-right-radius:0;border-bottom-right-radius:0}.vf-drawer_top .vf-drawer__panel{top:0;left:0;width:100%;height:var(--vf-drawer-height);border-top-left-radius:0;border-top-right-radius:0}.vf-drawer_bottom .vf-drawer__panel{left:0;bottom:0;width:100%;height:var(--vf-drawer-height);border-bottom-left-radius:0;border-bottom-right-radius:0}.vf-drawer_sm.vf-drawer_left .vf-drawer__panel,.vf-drawer_sm.vf-drawer_right .vf-drawer__panel{width:var(--vf-drawer-width-sm)}.vf-drawer_lg.vf-drawer_left .vf-drawer__panel,.vf-drawer_lg.vf-drawer_right .vf-drawer__panel{width:var(--vf-drawer-width-lg)}.vf-drawer_sm.vf-drawer_top .vf-drawer__panel,.vf-drawer_sm.vf-drawer_bottom .vf-drawer__panel{height:var(--vf-drawer-height-sm)}.vf-drawer_lg.vf-drawer_top .vf-drawer__panel,.vf-drawer_lg.vf-drawer_bottom .vf-drawer__panel{height:var(--vf-drawer-height-lg)}.vf-drawer__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:var(--vf-drawer-header-gap)}.vf-drawer__title{margin:0;font-size:var(--vf-drawer-title-font-size);line-height:var(--vf-drawer-title-line-height);font-weight:var(--vf-drawer-title-font-weight)}.vf-drawer__body{margin-bottom:var(--vf-drawer-body-gap)}.vf-drawer__footer{display:flex;align-items:center;justify-content:flex-end;gap:var(--vf-drawer-footer-gap)}.vf-drawer__close{position:absolute;top:var(--vf-drawer-close-offset);right:var(--vf-drawer-close-offset);width:var(--vf-drawer-close-size);height:var(--vf-drawer-close-size);border-radius:var(--vf-drawer-close-radius);border:none;background:transparent;color:var(--vf-drawer-close-color);cursor:pointer;font-size:var(--vf-drawer-close-font-size);line-height:1}.vf-drawer__close:hover{background-color:var(--vf-drawer-close-hover-background-color)}.vf-drawer-enter-active .vf-drawer__panel,.vf-drawer-leave-active .vf-drawer__panel{will-change:transform,opacity}.vf-drawer-enter-from .vf-drawer__panel,.vf-drawer-leave-to .vf-drawer__panel{transform:var(--vf-drawer-transform-from);opacity:0}.vf-drawer-enter-active .vf-drawer__overlay,.vf-drawer-leave-active .vf-drawer__overlay{transition:opacity .2s ease}.vf-drawer-enter-from .vf-drawer__overlay,.vf-drawer-leave-to .vf-drawer__overlay{opacity:0}.vf-dropdown{display:inline-block;position:relative}.vf-dropdown__trigger{display:inline-flex;align-items:center;cursor:pointer}.vf-dropdown__panel{position:fixed;z-index:var(--vf-dropdown-z-index);padding:var(--vf-dropdown-panel-padding);border-radius:var(--vf-dropdown-panel-border-radius);border:var(--vf-border-width) solid var(--vf-dropdown-panel-border-color);background-color:var(--vf-dropdown-panel-background-color);box-shadow:var(--vf-dropdown-panel-shadow)}.vf-dropdown__panel .vf-menu__item{padding:var(--vf-dropdown-item-padding)}.vf-dropdown_disabled{opacity:var(--vf-dropdown-disabled-opacity)}.vf-dropdown_disabled .vf-dropdown__trigger{cursor:not-allowed}.vf-tooltip__trigger{display:inline-flex}.vf-tooltip{position:fixed;z-index:var(--vf-tooltip-z-index);padding:var(--vf-tooltip-padding);border-radius:var(--vf-tooltip-border-radius);background-color:var(--vf-tooltip-background-color);color:var(--vf-tooltip-text-color);font-size:var(--vf-tooltip-font-size);line-height:var(--vf-tooltip-line-height);box-shadow:none;filter:drop-shadow(var(--vf-tooltip-shadow));max-width:var(--vf-tooltip-max-width)}.vf-tooltip__content{position:relative;z-index:1}.vf-tooltip__arrow{position:absolute;z-index:0;--vf-tooltip-arrow-rendered-height: var(--vf-tooltip-arrow-size);--vf-tooltip-arrow-half-width: calc(var(--vf-tooltip-arrow-size) * .8);width:0;height:0;border-style:solid;pointer-events:none}.vf-tooltip[data-placement^=top] .vf-tooltip__arrow{bottom:calc(var(--vf-tooltip-arrow-rendered-height) * -1);left:50%;transform:translate(-50%);border-width:var(--vf-tooltip-arrow-rendered-height) var(--vf-tooltip-arrow-half-width) 0 var(--vf-tooltip-arrow-half-width);border-color:var(--vf-tooltip-background-color) transparent transparent transparent}.vf-tooltip[data-placement^=bottom] .vf-tooltip__arrow{top:calc(var(--vf-tooltip-arrow-rendered-height) * -1);left:50%;transform:translate(-50%);border-width:0 var(--vf-tooltip-arrow-half-width) var(--vf-tooltip-arrow-rendered-height) var(--vf-tooltip-arrow-half-width);border-color:transparent transparent var(--vf-tooltip-background-color) transparent}.vf-tooltip[data-placement^=left] .vf-tooltip__arrow{right:calc(var(--vf-tooltip-arrow-half-width) * -2);top:50%;transform:translateY(-50%);border-width:var(--vf-tooltip-arrow-half-width) var(--vf-tooltip-arrow-rendered-height) var(--vf-tooltip-arrow-half-width) 0;border-color:transparent var(--vf-tooltip-background-color) transparent transparent}.vf-tooltip[data-placement^=right] .vf-tooltip__arrow{left:calc(var(--vf-tooltip-arrow-half-width) * -2);top:50%;transform:translateY(-50%);border-width:var(--vf-tooltip-arrow-half-width) 0 var(--vf-tooltip-arrow-half-width) var(--vf-tooltip-arrow-rendered-height);border-color:transparent transparent transparent var(--vf-tooltip-background-color)}@keyframes vf-skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.vf-skeleton{display:block;width:var(--vf-skeleton-width);height:var(--vf-skeleton-height);border-radius:var(--vf-skeleton-border-radius);background:linear-gradient(90deg,var(--vf-skeleton-background-color) 0%,var(--vf-skeleton-shimmer-color) 50%,var(--vf-skeleton-background-color) 100%);background-size:200% 100%}.vf-skeleton_animated{animation:vf-skeleton-shimmer var(--vf-skeleton-animation-duration) ease-in-out infinite}.vf-skeleton_text{height:var(--vf-skeleton-line-height)}.vf-skeleton_circle{border-radius:50%}@keyframes vf-progress-linear-indeterminate{0%{transform:translate(-100%)}to{transform:translate(300%)}}@keyframes vf-progress-circle-rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes vf-progress-circle-dash{0%{stroke-dasharray:40,200;stroke-dashoffset:0}50%{stroke-dasharray:140,200;stroke-dashoffset:-50}to{stroke-dasharray:40,200;stroke-dashoffset:-190}}.vf-progress{display:inline-flex;align-items:center;gap:var(--vf-progress-gap);color:var(--vf-progress-label-color);font-size:var(--vf-progress-label-font-size);line-height:var(--vf-typography-line-height)}.vf-progress__track{position:relative;width:var(--vf-progress-width);height:var(--vf-progress-height);border-radius:var(--vf-progress-border-radius);background-color:var(--vf-progress-background-color);overflow:hidden}.vf-progress__bar{position:absolute;top:0;left:0;height:100%;width:100%;background-color:var(--vf-progress-bar-color);border-radius:inherit;transition:width .2s ease}.vf-progress_indeterminate .vf-progress__bar{width:35%;animation:vf-progress-linear-indeterminate var(--vf-progress-animation-duration) ease-in-out infinite}.vf-progress__label{white-space:nowrap}.vf-progress__circle{width:var(--vf-progress-circular-size);height:var(--vf-progress-circular-size)}.vf-progress__svg{width:100%;height:100%;transform:rotate(-90deg)}.vf-progress__circle-track{fill:none;stroke:var(--vf-progress-background-color);stroke-width:var(--vf-progress-circular-thickness)}.vf-progress__circle-bar{fill:none;stroke:var(--vf-progress-bar-color);stroke-width:var(--vf-progress-circular-thickness);stroke-linecap:round;transition:stroke-dashoffset .2s ease}.vf-progress_indeterminate .vf-progress__svg{animation:vf-progress-circle-rotate var(--vf-progress-animation-duration) linear infinite}.vf-progress_indeterminate .vf-progress__circle-bar{animation:vf-progress-circle-dash var(--vf-progress-animation-duration) ease-in-out infinite}.vf-progress_size-small{font-size:var(--vf-progress-small-label-font-size)}.vf-progress_size-small .vf-progress__track{height:var(--vf-progress-small-height)}.vf-progress_size-small .vf-progress__circle{width:var(--vf-progress-small-circular-size);height:var(--vf-progress-small-circular-size)}.vf-progress_size-small .vf-progress__circle-track,.vf-progress_size-small .vf-progress__circle-bar{stroke-width:var(--vf-progress-small-circular-thickness)}.vf-progress_size-large{font-size:var(--vf-progress-large-label-font-size)}.vf-progress_size-large .vf-progress__track{height:var(--vf-progress-large-height)}.vf-progress_size-large .vf-progress__circle{width:var(--vf-progress-large-circular-size);height:var(--vf-progress-large-circular-size)}.vf-progress_size-large .vf-progress__circle-track,.vf-progress_size-large .vf-progress__circle-bar{stroke-width:var(--vf-progress-large-circular-thickness)}.vf-progress[data-severity=info]{--vf-progress-bar-color: var(--vf-progress-info-bar-color)}.vf-progress[data-severity=success]{--vf-progress-bar-color: var(--vf-progress-success-bar-color)}.vf-progress[data-severity=warn]{--vf-progress-bar-color: var(--vf-progress-warn-bar-color)}.vf-progress[data-severity=danger]{--vf-progress-bar-color: var(--vf-progress-danger-bar-color)}.vf-badge{display:inline-flex;align-items:center;justify-content:center;gap:var(--vf-badge-gap);padding:var(--vf-badge-padding-y) var(--vf-badge-padding-x);font-size:var(--vf-badge-font-size);line-height:var(--vf-badge-line-height);border-radius:var(--vf-badge-border-radius);border:var(--vf-border-width) solid var(--vf-badge-border-color);background-color:var(--vf-badge-background-color);color:var(--vf-badge-text-color);white-space:nowrap}.vf-badge[data-variant=soft]{background-color:var(--vf-badge-soft-background-color, var(--vf-badge-background-color));color:var(--vf-badge-soft-text-color, var(--vf-badge-text-color));border-color:var(--vf-badge-soft-border-color, var(--vf-badge-border-color))}.vf-badge[data-variant=outline]{background-color:transparent;color:var(--vf-badge-outline-text-color, var(--vf-badge-text-color));border-color:var(--vf-badge-outline-border-color, var(--vf-badge-border-color))}.vf-badge_size-small{font-size:var(--vf-badge-small-font-size);padding:var(--vf-badge-small-padding-y) var(--vf-badge-small-padding-x)}.vf-badge_size-large{font-size:var(--vf-badge-large-font-size);padding:var(--vf-badge-large-padding-y) var(--vf-badge-large-padding-x)}.vf-badge[data-severity=info]{--vf-badge-background-color: var(--vf-badge-info-background-color);--vf-badge-text-color: var(--vf-badge-info-text-color);--vf-badge-border-color: var(--vf-badge-info-border-color);--vf-badge-soft-background-color: var(--vf-badge-info-soft-background-color);--vf-badge-soft-text-color: var(--vf-badge-info-soft-text-color);--vf-badge-soft-border-color: var(--vf-badge-info-soft-border-color);--vf-badge-outline-text-color: var(--vf-badge-info-outline-text-color);--vf-badge-outline-border-color: var(--vf-badge-info-outline-border-color)}.vf-badge[data-severity=success]{--vf-badge-background-color: var(--vf-badge-success-background-color);--vf-badge-text-color: var(--vf-badge-success-text-color);--vf-badge-border-color: var(--vf-badge-success-border-color);--vf-badge-soft-background-color: var(--vf-badge-success-soft-background-color);--vf-badge-soft-text-color: var(--vf-badge-success-soft-text-color);--vf-badge-soft-border-color: var(--vf-badge-success-soft-border-color);--vf-badge-outline-text-color: var(--vf-badge-success-outline-text-color);--vf-badge-outline-border-color: var(--vf-badge-success-outline-border-color)}.vf-badge[data-severity=warn]{--vf-badge-background-color: var(--vf-badge-warn-background-color);--vf-badge-text-color: var(--vf-badge-warn-text-color);--vf-badge-border-color: var(--vf-badge-warn-border-color);--vf-badge-soft-background-color: var(--vf-badge-warn-soft-background-color);--vf-badge-soft-text-color: var(--vf-badge-warn-soft-text-color);--vf-badge-soft-border-color: var(--vf-badge-warn-soft-border-color);--vf-badge-outline-text-color: var(--vf-badge-warn-outline-text-color);--vf-badge-outline-border-color: var(--vf-badge-warn-outline-border-color)}.vf-badge[data-severity=danger]{--vf-badge-background-color: var(--vf-badge-danger-background-color);--vf-badge-text-color: var(--vf-badge-danger-text-color);--vf-badge-border-color: var(--vf-badge-danger-border-color);--vf-badge-soft-background-color: var(--vf-badge-danger-soft-background-color);--vf-badge-soft-text-color: var(--vf-badge-danger-soft-text-color);--vf-badge-soft-border-color: var(--vf-badge-danger-soft-border-color);--vf-badge-outline-text-color: var(--vf-badge-danger-outline-text-color);--vf-badge-outline-border-color: var(--vf-badge-danger-outline-border-color)}.vf-chip{display:inline-flex;align-items:center;gap:var(--vf-chip-gap);padding:var(--vf-chip-padding-y) var(--vf-chip-padding-x);font-size:var(--vf-chip-font-size);line-height:var(--vf-chip-line-height);border-radius:var(--vf-chip-border-radius);border:var(--vf-border-width) solid var(--vf-chip-border-color);background-color:var(--vf-chip-background-color);color:var(--vf-chip-text-color);white-space:nowrap}.vf-chip__icon{display:inline-flex;align-items:center;justify-content:center;font-size:var(--vf-chip-icon-size)}.vf-chip__label{display:inline-flex;align-items:center}.vf-chip__close{display:inline-flex;align-items:center;justify-content:center;border:none;background:transparent;padding:0;margin:0;width:var(--vf-chip-close-size);height:var(--vf-chip-close-size);border-radius:var(--vf-chip-close-radius);color:var(--vf-chip-close-color);font-size:var(--vf-chip-close-font-size);cursor:pointer}.vf-chip__close:hover{background-color:var(--vf-chip-close-hover-background-color)}.vf-chip__close:disabled{cursor:not-allowed;opacity:var(--vf-chip-disabled-opacity)}.vf-chip_disabled{opacity:var(--vf-chip-disabled-opacity)}.vf-chip[data-variant=soft]{background-color:var(--vf-chip-soft-background-color, var(--vf-chip-background-color));color:var(--vf-chip-soft-text-color, var(--vf-chip-text-color));border-color:var(--vf-chip-soft-border-color, var(--vf-chip-border-color))}.vf-chip[data-variant=outline]{background-color:transparent;color:var(--vf-chip-outline-text-color, var(--vf-chip-text-color));border-color:var(--vf-chip-outline-border-color, var(--vf-chip-border-color))}.vf-chip_size-small{font-size:var(--vf-chip-small-font-size);padding:var(--vf-chip-small-padding-y) var(--vf-chip-small-padding-x)}.vf-chip_size-large{font-size:var(--vf-chip-large-font-size);padding:var(--vf-chip-large-padding-y) var(--vf-chip-large-padding-x)}.vf-chip[data-severity=info]{--vf-chip-background-color: var(--vf-chip-info-background-color);--vf-chip-text-color: var(--vf-chip-info-text-color);--vf-chip-border-color: var(--vf-chip-info-border-color);--vf-chip-soft-background-color: var(--vf-chip-info-soft-background-color);--vf-chip-soft-text-color: var(--vf-chip-info-soft-text-color);--vf-chip-soft-border-color: var(--vf-chip-info-soft-border-color);--vf-chip-outline-text-color: var(--vf-chip-info-outline-text-color);--vf-chip-outline-border-color: var(--vf-chip-info-outline-border-color)}.vf-chip[data-severity=success]{--vf-chip-background-color: var(--vf-chip-success-background-color);--vf-chip-text-color: var(--vf-chip-success-text-color);--vf-chip-border-color: var(--vf-chip-success-border-color);--vf-chip-soft-background-color: var(--vf-chip-success-soft-background-color);--vf-chip-soft-text-color: var(--vf-chip-success-soft-text-color);--vf-chip-soft-border-color: var(--vf-chip-success-soft-border-color);--vf-chip-outline-text-color: var(--vf-chip-success-outline-text-color);--vf-chip-outline-border-color: var(--vf-chip-success-outline-border-color)}.vf-chip[data-severity=warn]{--vf-chip-background-color: var(--vf-chip-warn-background-color);--vf-chip-text-color: var(--vf-chip-warn-text-color);--vf-chip-border-color: var(--vf-chip-warn-border-color);--vf-chip-soft-background-color: var(--vf-chip-warn-soft-background-color);--vf-chip-soft-text-color: var(--vf-chip-warn-soft-text-color);--vf-chip-soft-border-color: var(--vf-chip-warn-soft-border-color);--vf-chip-outline-text-color: var(--vf-chip-warn-outline-text-color);--vf-chip-outline-border-color: var(--vf-chip-warn-outline-border-color)}.vf-chip[data-severity=danger]{--vf-chip-background-color: var(--vf-chip-danger-background-color);--vf-chip-text-color: var(--vf-chip-danger-text-color);--vf-chip-border-color: var(--vf-chip-danger-border-color);--vf-chip-soft-background-color: var(--vf-chip-danger-soft-background-color);--vf-chip-soft-text-color: var(--vf-chip-danger-soft-text-color);--vf-chip-soft-border-color: var(--vf-chip-danger-soft-border-color);--vf-chip-outline-text-color: var(--vf-chip-danger-outline-text-color);--vf-chip-outline-border-color: var(--vf-chip-danger-outline-border-color)}.vf-avatar{display:inline-flex;align-items:center;justify-content:center;width:var(--vf-avatar-size);height:var(--vf-avatar-size);font-size:var(--vf-avatar-font-size);font-weight:var(--vf-avatar-font-weight);color:var(--vf-avatar-text-color);background-color:var(--vf-avatar-background-color);border:var(--vf-avatar-border-width) solid var(--vf-avatar-border-color);border-radius:var(--vf-avatar-border-radius);overflow:visible;position:relative;text-transform:uppercase;-webkit-user-select:none;user-select:none}.vf-avatar_shape-circle{border-radius:50%}.vf-avatar__content{width:100%;height:100%;display:inline-flex;align-items:center;justify-content:center;border-radius:inherit;overflow:hidden}.vf-avatar__image{width:100%;height:100%;object-fit:cover}.vf-avatar__initials{line-height:1}.vf-avatar__status{position:absolute;right:0;bottom:0;width:var(--vf-avatar-status-size);height:var(--vf-avatar-status-size);border-radius:50%;border:var(--vf-avatar-status-border-width) solid var(--vf-avatar-status-border-color);background-color:var(--vf-avatar-status-offline-color);transform:translate(0)}.vf-avatar_size-small .vf-avatar__status{width:var(--vf-avatar-small-status-size);height:var(--vf-avatar-small-status-size)}.vf-avatar_size-large .vf-avatar__status{width:var(--vf-avatar-large-status-size);height:var(--vf-avatar-large-status-size)}.vf-avatar__status[data-status=online]{background-color:var(--vf-avatar-status-online-color)}.vf-avatar__status[data-status=busy]{background-color:var(--vf-avatar-status-busy-color)}.vf-avatar__status[data-status=away]{background-color:var(--vf-avatar-status-away-color)}.vf-avatar_size-small{width:var(--vf-avatar-small-size);height:var(--vf-avatar-small-size);font-size:var(--vf-avatar-small-font-size)}.vf-avatar_size-large{width:var(--vf-avatar-large-size);height:var(--vf-avatar-large-size);font-size:var(--vf-avatar-large-font-size)}.vf-datatable{width:100%;border:var(--vf-border-width) solid var(--vf-datatable-border-color);border-radius:var(--vf-datatable-border-radius);background-color:var(--vf-datatable-background-color);overflow:hidden}.vf-datatable__table{width:100%;border-collapse:collapse;font-size:var(--vf-datatable-font-size);color:var(--vf-datatable-text-color)}.vf-datatable__head{background-color:var(--vf-datatable-header-background-color)}.vf-datatable__row{border-bottom:var(--vf-border-width) solid var(--vf-datatable-row-border-color)}.vf-datatable__header,.vf-datatable__cell{text-align:left;padding:var(--vf-datatable-cell-padding)}.vf-datatable__header{font-weight:var(--vf-datatable-header-font-weight);font-size:var(--vf-datatable-header-font-size);color:var(--vf-datatable-header-text-color);border-bottom:var(--vf-border-width) solid var(--vf-datatable-header-border-color)}.vf-datatable__header-text{display:inline-flex;align-items:center;gap:var(--vf-datatable-header-gap)}.vf-datatable__header_sortable{cursor:pointer}.vf-datatable__sort-button{display:inline-flex;align-items:center;gap:var(--vf-datatable-header-gap);border:none;background:transparent;padding:0;color:inherit;font:inherit;cursor:pointer}.vf-datatable__sort-icon{font-size:var(--vf-datatable-sort-icon-size);color:var(--vf-datatable-sort-icon-color)}.vf-datatable__sort-icon.is-active{color:var(--vf-datatable-sort-icon-active-color)}.vf-datatable__cell{color:var(--vf-datatable-row-text-color);background-color:var(--vf-datatable-row-background-color)}.vf-datatable__cell_state{text-align:center;padding:var(--vf-datatable-state-padding);color:var(--vf-datatable-state-text-color)}.vf-datatable__row_state{border-bottom:none}.vf-datatable__row_striped .vf-datatable__cell{background-color:var(--vf-datatable-striped-background-color)}.vf-datatable_hover .vf-datatable__row:not(.vf-datatable__row_state):hover .vf-datatable__cell{background-color:var(--vf-datatable-hover-background-color)}.vf-datatable__cell_left{text-align:left}.vf-datatable__cell_center{text-align:center}.vf-datatable__cell_right{text-align:right}.vf-datatable_outlined,.vf-datatable_outlined .vf-datatable__head,.vf-datatable_outlined .vf-datatable__cell{background-color:transparent}.vf-datatable_small .vf-datatable__table{font-size:var(--vf-datatable-small-font-size)}.vf-datatable_small .vf-datatable__header,.vf-datatable_small .vf-datatable__cell{padding:var(--vf-datatable-small-cell-padding)}.vf-datatable_large .vf-datatable__table{font-size:var(--vf-datatable-large-font-size)}.vf-datatable_large .vf-datatable__header,.vf-datatable_large .vf-datatable__cell{padding:var(--vf-datatable-large-cell-padding)}.vf-slider{display:inline-flex;flex-direction:column;gap:var(--vf-slider-gap);width:var(--vf-slider-width);color:var(--vf-slider-text-color);font-size:var(--vf-typography-font-size);line-height:var(--vf-typography-line-height)}.vf-slider__control{position:relative;height:var(--vf-slider-thumb-size)}.vf-slider__track{position:absolute;left:0;right:0;top:50%;height:var(--vf-slider-track-height);background-color:var(--vf-slider-track-background-color);border-radius:var(--vf-slider-track-radius);transform:translateY(-50%)}.vf-slider__fill{position:absolute;top:0;bottom:0;left:var(--vf-slider-start);right:calc(100% - var(--vf-slider-end));background-color:var(--vf-slider-fill-background-color);border-radius:inherit}.vf-slider__input{-moz-appearance:none;appearance:none;-webkit-appearance:none;position:absolute;left:0;top:0;width:100%;height:var(--vf-slider-thumb-size);margin:0;background:transparent;cursor:pointer;pointer-events:none}.vf-slider__input:disabled{cursor:not-allowed}.vf-slider__input::-webkit-slider-runnable-track{height:var(--vf-slider-track-height);background:transparent}.vf-slider__input::-webkit-slider-thumb{-webkit-appearance:none;width:var(--vf-slider-thumb-size);height:var(--vf-slider-thumb-size);border-radius:50%;background-color:var(--vf-slider-thumb-color);border:var(--vf-slider-thumb-border-width) solid var(--vf-slider-thumb-border-color);box-shadow:var(--vf-slider-thumb-shadow);margin-top:calc((var(--vf-slider-track-height) - var(--vf-slider-thumb-size)) / 2);pointer-events:auto}.vf-slider__input:focus-visible::-webkit-slider-thumb{box-shadow:var(--vf-slider-thumb-shadow),var(--vf-slider-focus-ring-shadow)}.vf-slider__input::-moz-range-track{height:var(--vf-slider-track-height);background:transparent}.vf-slider__input::-moz-range-thumb{width:var(--vf-slider-thumb-size);height:var(--vf-slider-thumb-size);border-radius:50%;background-color:var(--vf-slider-thumb-color);border:var(--vf-slider-thumb-border-width) solid var(--vf-slider-thumb-border-color);box-shadow:var(--vf-slider-thumb-shadow);pointer-events:auto}.vf-slider__input:focus-visible::-moz-range-thumb{box-shadow:var(--vf-slider-thumb-shadow),var(--vf-slider-focus-ring-shadow)}.vf-slider__marks{position:relative;height:var(--vf-slider-marks-height)}.vf-slider__mark{position:absolute;top:0;width:var(--vf-slider-mark-size);height:var(--vf-slider-mark-size);border-radius:50%;background-color:var(--vf-slider-mark-color);transform:translate(-50%)}.vf-slider__mark-label{position:absolute;top:calc(var(--vf-slider-mark-size) + 2px);left:50%;transform:translate(-50%);font-size:var(--vf-slider-mark-label-font-size);color:var(--vf-slider-mark-label-color);white-space:nowrap}.vf-slider__value{font-size:var(--vf-slider-value-font-size);color:var(--vf-slider-value-color)}.vf-slider_small{--vf-slider-thumb-size: var(--vf-slider-small-thumb-size);--vf-slider-track-height: var(--vf-slider-small-track-height);--vf-slider-value-font-size: var(--vf-slider-small-value-font-size)}.vf-slider_large{--vf-slider-thumb-size: var(--vf-slider-large-thumb-size);--vf-slider-track-height: var(--vf-slider-large-track-height);--vf-slider-value-font-size: var(--vf-slider-large-value-font-size)}.vf-slider_disabled{opacity:var(--vf-slider-disabled-opacity)}.vf-stepper{display:block}.vf-stepper__list{display:flex;gap:var(--vf-stepper-gap);margin:0;padding:0;list-style:none}.vf-stepper_horizontal .vf-stepper__list{flex-direction:row;align-items:flex-start}.vf-stepper_vertical .vf-stepper__list{flex-direction:column;align-items:stretch}.vf-stepper__item{display:flex;align-items:flex-start}.vf-stepper_horizontal .vf-stepper__item{flex:1}.vf-stepper__button{display:flex;align-items:flex-start;gap:var(--vf-stepper-item-gap);padding:0;border:none;background:none;text-align:left;color:inherit;font:inherit;cursor:default}.vf-stepper_clickable .vf-stepper__button{cursor:pointer}.vf-stepper__item.is-disabled .vf-stepper__button{cursor:default}.vf-stepper_horizontal .vf-stepper__button{width:100%;flex-direction:column;align-items:flex-start}.vf-stepper_vertical .vf-stepper__button{flex-direction:row;align-items:flex-start}.vf-stepper__indicator-wrap{display:flex;align-items:center}.vf-stepper_horizontal .vf-stepper__indicator-wrap{width:100%;flex-direction:row;align-items:center}.vf-stepper_vertical .vf-stepper__indicator-wrap{flex-direction:column;align-items:center}.vf-stepper__indicator{display:inline-flex;align-items:center;justify-content:center;width:var(--vf-stepper-indicator-size);height:var(--vf-stepper-indicator-size);border-radius:var(--vf-stepper-indicator-border-radius);border:var(--vf-stepper-indicator-border-width) solid var(--vf-stepper-indicator-border-color);background-color:var(--vf-stepper-indicator-background-color);color:var(--vf-stepper-indicator-text-color);font-size:var(--vf-stepper-indicator-font-size);font-weight:600;box-sizing:border-box;flex:0 0 auto}.vf-stepper__line{display:block;background-color:var(--vf-stepper-line-color)}.vf-stepper_horizontal .vf-stepper__line{flex:1;height:var(--vf-stepper-line-thickness);margin-left:var(--vf-stepper-item-gap)}.vf-stepper_vertical .vf-stepper__line{width:var(--vf-stepper-line-thickness);height:var(--vf-stepper-line-length);margin-top:var(--vf-stepper-item-gap)}.vf-stepper__content{display:flex;flex-direction:column;gap:.25rem}.vf-stepper__label{font-size:var(--vf-stepper-label-font-size);color:var(--vf-stepper-label-color);line-height:var(--vf-typography-line-height)}.vf-stepper__description{font-size:var(--vf-stepper-description-font-size);color:var(--vf-stepper-description-color);line-height:var(--vf-typography-line-height)}.vf-stepper__item.is-active .vf-stepper__indicator{background-color:var(--vf-stepper-active-indicator-background-color);color:var(--vf-stepper-active-indicator-text-color);border-color:var(--vf-stepper-active-indicator-border-color)}.vf-stepper__item.is-completed .vf-stepper__indicator{background-color:var(--vf-stepper-completed-indicator-background-color);color:var(--vf-stepper-completed-indicator-text-color);border-color:var(--vf-stepper-completed-indicator-border-color)}.vf-stepper__item.is-completed .vf-stepper__line{background-color:var(--vf-stepper-completed-indicator-background-color)}.vf-stepper__item.is-error .vf-stepper__indicator{background-color:var(--vf-stepper-error-indicator-background-color);color:var(--vf-stepper-error-indicator-text-color);border-color:var(--vf-stepper-error-indicator-border-color)}.vf-stepper__item.is-disabled{opacity:var(--vf-stepper-disabled-opacity)}.vf-stepper_size-small .vf-stepper__indicator{width:var(--vf-stepper-small-indicator-size);height:var(--vf-stepper-small-indicator-size);font-size:var(--vf-stepper-small-indicator-font-size)}.vf-stepper_size-small .vf-stepper__label{font-size:var(--vf-stepper-small-label-font-size)}.vf-stepper_size-small .vf-stepper__description{font-size:var(--vf-stepper-small-description-font-size)}.vf-stepper_vertical.vf-stepper_size-small .vf-stepper__line{height:var(--vf-stepper-small-line-length)}.vf-stepper_size-large .vf-stepper__indicator{width:var(--vf-stepper-large-indicator-size);height:var(--vf-stepper-large-indicator-size);font-size:var(--vf-stepper-large-indicator-font-size)}.vf-stepper_size-large .vf-stepper__label{font-size:var(--vf-stepper-large-label-font-size)}.vf-stepper_size-large .vf-stepper__description{font-size:var(--vf-stepper-large-description-font-size)}.vf-stepper_vertical.vf-stepper_size-large .vf-stepper__line{height:var(--vf-stepper-large-line-length)}.vf-rating{display:inline-flex;align-items:center;gap:var(--vf-rating-gap);--vf-rating-item-size: var(--vf-rating-size)}.vf-rating__item{position:relative;display:inline-flex;align-items:center;justify-content:center;width:var(--vf-rating-item-size);height:var(--vf-rating-item-size);padding:0;border:none;background:transparent;font-size:var(--vf-rating-item-size);line-height:1;color:var(--vf-rating-color);cursor:pointer;overflow:hidden}.vf-rating__icon{display:block;width:100%;height:100%;line-height:1}.vf-rating__icon_empty{position:absolute;top:0;right:0;bottom:0;left:0}.vf-rating__icon_fill{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;color:var(--vf-rating-active-color);pointer-events:none}.vf-rating__icon_inner{position:absolute;top:0;right:0;bottom:0;left:0;width:var(--vf-rating-item-size);height:var(--vf-rating-item-size)}.vf-rating__svg{width:100%;height:100%;display:block}.vf-rating__item:focus-visible{outline:none;box-shadow:var(--vf-rating-focus-ring-shadow);border-radius:var(--vf-rating-focus-radius, 4px)}.vf-rating_hover .vf-rating__icon_fill{color:var(--vf-rating-hover-color)}.vf-rating_disabled{opacity:var(--vf-rating-disabled-opacity)}.vf-rating_disabled .vf-rating__item{cursor:not-allowed}.vf-rating_readonly .vf-rating__item{cursor:default}.vf-rating_small .vf-rating__item{--vf-rating-item-size: var(--vf-rating-small-size)}.vf-rating_large .vf-rating__item{--vf-rating-item-size: var(--vf-rating-large-size)}.vf-tree__row{display:flex;align-items:center;gap:var(--vf-tree-row-gap);width:100%;padding:var(--vf-tree-row-padding);padding-left:calc(var(--vf-tree-row-padding-inline) + var(--vf-tree-indent) * (var(--vf-tree-level) - 1));border-radius:var(--vf-tree-row-border-radius);border:none;background-color:var(--vf-tree-row-background-color);color:var(--vf-tree-row-text-color);font-size:var(--vf-tree-row-font-size);text-align:left;cursor:pointer;outline:none}.vf-tree__row:hover{background-color:var(--vf-tree-row-hover-background-color)}.vf-tree__row:focus-visible{box-shadow:var(--vf-tree-focus-ring-shadow)}.vf-tree__row.is-selected{background-color:var(--vf-tree-row-selected-background-color);color:var(--vf-tree-row-selected-text-color)}.vf-tree__row.is-disabled{cursor:not-allowed}.vf-tree__toggle,.vf-tree__toggle-spacer{width:var(--vf-tree-toggle-size);height:var(--vf-tree-toggle-size);flex:0 0 var(--vf-tree-toggle-size)}.vf-tree__toggle{display:inline-flex;align-items:center;justify-content:center;border-radius:var(--vf-tree-toggle-radius);border:1px solid var(--vf-tree-toggle-border-color);background-color:var(--vf-tree-toggle-background-color);color:var(--vf-tree-toggle-text-color);padding:0;cursor:pointer}.vf-tree__toggle:hover{background-color:var(--vf-tree-toggle-hover-background-color)}.vf-tree__toggle:disabled{cursor:not-allowed}.vf-tree__label{min-width:0}.vf-tree__row_small{font-size:var(--vf-tree-small-row-font-size);padding:var(--vf-tree-small-row-padding);padding-left:calc(var(--vf-tree-small-row-padding-inline) + var(--vf-tree-indent) * (var(--vf-tree-level) - 1))}.vf-tree__row_small .vf-tree__toggle,.vf-tree__row_small .vf-tree__toggle-spacer{width:var(--vf-tree-small-toggle-size);height:var(--vf-tree-small-toggle-size);flex-basis:var(--vf-tree-small-toggle-size)}.vf-tree__row_large{font-size:var(--vf-tree-large-row-font-size);padding:var(--vf-tree-large-row-padding);padding-left:calc(var(--vf-tree-large-row-padding-inline) + var(--vf-tree-indent) * (var(--vf-tree-level) - 1))}.vf-tree__row_large .vf-tree__toggle,.vf-tree__row_large .vf-tree__toggle-spacer{width:var(--vf-tree-large-toggle-size);height:var(--vf-tree-large-toggle-size);flex-basis:var(--vf-tree-large-toggle-size)}.vf-tree__row_outlined{border:var(--vf-border-width) solid var(--vf-tree-row-border-color);background-color:transparent}.vf-tree{color:var(--vf-tree-row-text-color)}.vf-tree__list,.vf-tree__group{list-style:none;margin:0;padding:0;display:grid;gap:var(--vf-tree-gap)}.vf-tree_disabled{opacity:var(--vf-tree-disabled-opacity)}.vf-breadcrumbs{display:block;--vf-link-hover-color: var(--vf-breadcrumbs-hover-color);--vf-link-active-color: var(--vf-breadcrumbs-active-color)}.vf-breadcrumbs__list{display:flex;align-items:center;flex-wrap:wrap;gap:var(--vf-breadcrumbs-gap);margin:0;padding:0;list-style:none;font-size:var(--vf-breadcrumbs-font-size);line-height:var(--vf-typography-line-height);color:var(--vf-breadcrumbs-text-color)}.vf-breadcrumbs__item{display:inline-flex;align-items:center}.vf-breadcrumbs__link{color:inherit;text-decoration:none}.vf-breadcrumbs__current{color:var(--vf-breadcrumbs-active-color)}.vf-breadcrumbs__separator{display:inline-flex;align-items:center;color:var(--vf-breadcrumbs-separator-color)}.vf-breadcrumbs__item.is-disabled{opacity:var(--vf-breadcrumbs-disabled-opacity)}
2
- /*$vite$:1*/`,document.head.appendChild(Se);const je=["href","aria-disabled","tabindex"],ge=e.defineComponent({__name:"link",props:{to:{default:void 0},href:{default:void 0},url:{default:void 0},as:{default:void 0},type:{default:void 0},label:{default:""},active:{type:Boolean},disabled:{type:Boolean}},emits:["click","active","update:active","onActive"],setup(l,{emit:r}){const a=r,o=l,t=$e.useRoute(),f=$e.useRouter(),s=e.ref(null),p=e.computed(()=>o.href??o.url),n=e.computed(()=>o.as?o.as==="router-link"&&!o.to?"a":o.as:o.type==="router-link"||o.type==="a"?o.type==="router-link"&&!o.to?"a":o.type:o.to?"router-link":"a"),v=e.computed(()=>o.to),c=e.computed(()=>o.to?f.resolve(o.to):null),d=e.computed(()=>{if(n.value!=="router-link")return!1;const i=c.value;return i?i.name?t.matched.some(({name:k})=>k===i.name):i.fullPath?t.fullPath===i.fullPath:t.path===i.path:!1}),g=e.computed(()=>o.active===void 0?d.value:o.active),b=i=>{if(!o.disabled){a("click",i);return}i.preventDefault(),i.stopPropagation()};return e.watch(d,i=>{i&&(a("active"),a("onActive")),a("update:active",i)}),(i,k)=>{const _=e.resolveComponent("router-link");return n.value==="a"?(e.openBlock(),e.createElementBlock("a",{key:0,href:p.value,class:e.normalizeClass(["vf-link",{"vf-link_active":g.value,"vf-link_disabled":i.disabled}]),"aria-disabled":i.disabled,tabindex:i.disabled?-1:void 0,onClick:b},[i.$slots.default?e.renderSlot(i.$slots,"default",{key:0}):(e.openBlock(),e.createElementBlock(e.Fragment,{key:1},[e.createTextVNode(e.toDisplayString(i.label),1)],64))],10,je)):(e.openBlock(),e.createBlock(_,{key:1,ref_key:"link",ref:s,to:v.value,class:e.normalizeClass(["vf-link",{"vf-link_active":g.value}]),"aria-disabled":i.disabled,tabindex:i.disabled?-1:void 0,"active-class":"vf-link_partially-active","exact-active-class":"vf-link_active",onClick:b},{default:e.withCtx(()=>[i.$slots.default?e.renderSlot(i.$slots,"default",{key:0}):(e.openBlock(),e.createElementBlock(e.Fragment,{key:1},[e.createTextVNode(e.toDisplayString(i.label),1)],64))]),_:3},8,["to","class","aria-disabled","tabindex"]))}}}),Ge=(l,r)=>{const a=l.__vccOpts||l;for(const[o,t]of r)a[o]=t;return a},Ye={},Ue={class:"vf-card"},Xe={key:0,class:"vf-card__default"},qe={key:1,class:"vf-card__header"},Ze={key:2,class:"vf-card__body"},Je={key:3,class:"vf-card__footer"};function Qe(l,r){return e.openBlock(),e.createElementBlock("div",Ue,[l.$slots.default?(e.openBlock(),e.createElementBlock("div",Xe,[e.renderSlot(l.$slots,"default")])):e.createCommentVNode("",!0),l.$slots.header?(e.openBlock(),e.createElementBlock("div",qe,[e.renderSlot(l.$slots,"header")])):e.createCommentVNode("",!0),l.$slots.body?(e.openBlock(),e.createElementBlock("div",Ze,[e.renderSlot(l.$slots,"body")])):e.createCommentVNode("",!0),l.$slots.footer?(e.openBlock(),e.createElementBlock("div",Je,[e.renderSlot(l.$slots,"footer")])):e.createCommentVNode("",!0)])}const Ve=Ge(Ye,[["render",Qe]]),eo={class:"vf-menu__list",role:"menu"},oo={key:1,class:"vf-menu__separator",role:"separator"},ro=["aria-expanded","onClick","onKeydown"],Ee=e.defineComponent({name:"VfMenu",__name:"menu",props:{items:{},orientation:{default:"vertical"}},emits:["active","onActive"],setup(l,{emit:r}){const a=r,o=l,t=e.ref([]),f=(c,d)=>`${c.label??c.to??c.href??c.url??"item"}_${d.toString()}`,s=c=>c.to?"router-link":"a",p=c=>c.map(d=>({...d,items:d.items?p(d.items):void 0})),n=c=>{c.items&&c.items.length?(t.value.map(d=>{d!==c&&(d.subMenuVisible=!1)}),c.subMenuVisible=!c.subMenuVisible):Object.prototype.hasOwnProperty.call(c,"command")&&typeof c.command=="function"&&c.command()},v=c=>{var d;for(const g in t.value){const b=t.value[g];Object.prototype.hasOwnProperty.call(b,"items")&&((d=b.items)!=null&&d.some(i=>i===c)?(b.active=!0,b.subMenuVisible=!0):(b.active=!1,b.subMenuVisible=!1))}a("active",c),a("onActive",c)};return e.watch(()=>o.items,c=>{t.value=p(c)},{deep:!0,immediate:!0}),(c,d)=>{const g=e.resolveComponent("VfMenu");return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["vf-menu",`vf-menu_${c.orientation}`])},[e.createElementVNode("ul",eo,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.value,(b,i)=>(e.openBlock(),e.createElementBlock("li",{key:f(b,i),class:"vf-menu__item",role:"none"},[c.$slots[f(b,i)]?e.renderSlot(c.$slots,f(b,i),{key:0,item:{...b,class:"vf-menu__link"}}):b.separator?(e.openBlock(),e.createElementBlock("hr",oo)):b.items&&b.items.length?(e.openBlock(),e.createElementBlock(e.Fragment,{key:2},[e.createElementVNode("div",{class:e.normalizeClass(["vf-menu__parent",{"vf-menu__parent_active":b.active}]),role:"menuitem",tabindex:"0","aria-expanded":b.subMenuVisible?"true":"false",onClick:k=>n(b),onKeydown:[e.withKeys(e.withModifiers(k=>n(b),["prevent"]),["enter"]),e.withKeys(e.withModifiers(k=>n(b),["prevent"]),["space"])]},[b.icon?(e.openBlock(),e.createBlock(e.unref(pe.CmIcon),{key:0,icon:b.icon,class:"vf-menu__icon"},null,8,["icon"])):e.createCommentVNode("",!0),e.createTextVNode(" "+e.toDisplayString(b.label)+" ",1),e.createVNode(e.unref(pe.CmIcon),{icon:"chevronDown"})],42,ro),b.items?(e.openBlock(),e.createBlock(g,{key:0,items:b.items,class:e.normalizeClass(["vf-menu__submenu",{"vf-menu__submenu_visible":b.subMenuVisible}]),onOnActive:v},null,8,["items","class"])):e.createCommentVNode("",!0)],64)):(e.openBlock(),e.createBlock(ge,{key:3,to:b.to,href:b.href??b.url,as:s(b),class:"vf-menu__link",active:b.active,disabled:b.disabled,role:"menuitem","aria-disabled":b.disabled?"true":"false",onClick:k=>n(b),onActive:k=>v(b)},{default:e.withCtx(()=>[b.icon?(e.openBlock(),e.createBlock(e.unref(pe.CmIcon),{key:0,icon:b.icon,class:"vf-menu__icon"},null,8,["icon"])):e.createCommentVNode("",!0),e.createTextVNode(" "+e.toDisplayString(b.label),1)]),_:2},1032,["to","href","as","active","disabled","aria-disabled","onClick","onActive"]))]))),128))])],2)}}}),to=["type","disabled"],ao=e.defineComponent({__name:"button",props:{to:{default:void 0},href:{default:void 0},url:{default:void 0},as:{default:void 0},icon:{default:void 0},type:{default:"button"},size:{default:"normal"},label:{default:""},loading:{type:Boolean,default:!1},rounded:{type:Boolean,default:!1},iconPos:{default:"left"},variant:{default:void 0},severity:{default:"primary"},disabled:{type:Boolean,default:!1}},setup(l){const r=l,a=["button","submit","reset"],o=c=>!!c&&a.includes(c),t=e.computed(()=>r.as?r.as==="button":!(r.to||r.href||r.url||r.type&&!o(r.type))),f=e.computed(()=>o(r.type)?r.type:"button"),s=e.computed(()=>r.as==="link"?r.to?"router-link":"a":r.type&&!o(r.type)?r.type==="router-link"&&r.to?"router-link":"a":r.to?"router-link":"a"),p=e.computed(()=>{let c=["vf-button",`vf-button_${r.severity}`];return["top","bottom"].includes(r.iconPos)&&c.push("vf-button_vertical"),r.variant==="text"&&c.push("vf-button_text"),r.variant==="outlined"&&c.push("vf-button_outlined"),["small","large"].indexOf(r.size)>-1&&c.push(`vf-button_${r.size}`),(r.loading||r.disabled)&&c.push("vf-button_disabled"),r.rounded&&c.push("vf-button_rounded"),c}),n=e.computed(()=>["vf-button__icon",`vf-button__icon_${r.iconPos}`]),v=e.computed(()=>["vf-button__label"]);return(c,d)=>t.value?(e.openBlock(),e.createElementBlock("button",{key:0,type:f.value,class:e.normalizeClass(p.value),disabled:r.loading||r.disabled},[r.icon&&!r.loading?(e.openBlock(),e.createBlock(e.unref(pe.CmIcon),{key:0,icon:r.icon,class:e.normalizeClass(n.value)},null,8,["icon","class"])):e.createCommentVNode("",!0),r.loading?(e.openBlock(),e.createBlock(e.unref(pe.CmIcon),{key:1,icon:"circleNotch",class:e.normalizeClass(n.value),spin:""},null,8,["class"])):e.createCommentVNode("",!0),c.$slots.default?(e.openBlock(),e.createElementBlock("span",{key:2,class:e.normalizeClass(v.value)},[e.renderSlot(c.$slots,"default")],2)):c.label?(e.openBlock(),e.createElementBlock("span",{key:3,class:e.normalizeClass(v.value)},e.toDisplayString(c.label),3)):e.createCommentVNode("",!0)],10,to)):(e.openBlock(),e.createBlock(ge,{key:1,to:r.to,href:r.href??r.url,as:s.value,class:e.normalizeClass(p.value),disabled:r.loading||r.disabled},{default:e.withCtx(()=>[r.icon?(e.openBlock(),e.createBlock(e.unref(pe.CmIcon),{key:0,icon:r.icon,class:e.normalizeClass(n.value)},null,8,["icon","class"])):e.createCommentVNode("",!0),c.$slots.default?(e.openBlock(),e.createElementBlock("span",{key:1,class:e.normalizeClass(v.value)},[e.renderSlot(c.$slots,"default")],2)):c.label?(e.openBlock(),e.createElementBlock("span",{key:2,class:e.normalizeClass(v.value)},e.toDisplayString(c.label),3)):e.createCommentVNode("",!0)]),_:3},8,["to","href","as","class","disabled"]))}}),lo={key:0,class:"vf-input__prefix"},no=["type","value","placeholder","disabled","readonly"],io={key:1,class:"vf-input__suffix"},so=e.defineComponent({__name:"input",props:{modelValue:{default:""},type:{default:"text"},placeholder:{default:""},disabled:{type:Boolean,default:!1},readonly:{type:Boolean,default:!1},size:{default:"normal"},variant:{default:"filled"}},emits:["update:modelValue","input","change","focus","blur"],setup(l,{emit:r}){const a=r,o=l,t=e.computed(()=>{const v=["vf-input",`vf-input_${o.variant}`];return o.size!=="normal"&&v.push(`vf-input_${o.size}`),o.disabled&&v.push("vf-input_disabled"),v}),f=v=>{const c=v.target;a("update:modelValue",c.value),a("input",v)},s=v=>a("change",v),p=v=>a("focus",v),n=v=>a("blur",v);return(v,c)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(t.value)},[v.$slots.prefix?(e.openBlock(),e.createElementBlock("span",lo,[e.renderSlot(v.$slots,"prefix")])):e.createCommentVNode("",!0),e.createElementVNode("input",{class:"vf-input__control",type:v.type,value:v.modelValue,placeholder:v.placeholder,disabled:v.disabled,readonly:v.readonly,onInput:f,onChange:s,onFocus:p,onBlur:n},null,40,no),v.$slots.suffix?(e.openBlock(),e.createElementBlock("span",io,[e.renderSlot(v.$slots,"suffix")])):e.createCommentVNode("",!0)],2))}}),co={key:0,class:"vf-number-input__prefix"},fo=["value","min","max","step","placeholder","disabled","readonly","aria-label"],vo={key:1,class:"vf-number-input__controls"},po=["disabled"],uo=["disabled"],bo={key:2,class:"vf-number-input__suffix"},go=e.defineComponent({__name:"number-input",props:{modelValue:{default:null},min:{default:void 0},max:{default:void 0},step:{default:1},precision:{default:void 0},placeholder:{default:""},disabled:{type:Boolean,default:!1},readonly:{type:Boolean,default:!1},size:{default:"normal"},variant:{default:"filled"},controls:{type:Boolean,default:!0},ariaLabel:{default:"Number input"}},emits:["update:modelValue","input","change","focus","blur"],setup(l,{emit:r}){const a=r,o=l,t=e.computed(()=>typeof o.min=="number"&&Number.isFinite(o.min)?o.min:void 0),f=e.computed(()=>typeof o.max=="number"&&Number.isFinite(o.max)?o.max:void 0),s=e.computed(()=>o.step&&o.step>0?o.step:1),p=x=>(typeof t.value=="number"&&(x=Math.max(t.value,x)),typeof f.value=="number"&&(x=Math.min(f.value,x)),x),n=x=>{if(typeof o.precision!="number"||!Number.isFinite(o.precision))return x;const $=Math.max(0,Math.floor(o.precision));return Number.parseFloat(x.toFixed($))},v=x=>{if(!x.trim())return null;const $=Number(x);return Number.isFinite($)?n(p($)):null},c=e.computed(()=>o.modelValue===null||o.modelValue===void 0||!Number.isFinite(o.modelValue)?"":`${o.modelValue}`),d=e.computed(()=>{const x=["vf-number-input",`vf-number-input_${o.variant}`];return o.size!=="normal"&&x.push(`vf-number-input_${o.size}`),o.disabled&&x.push("vf-number-input_disabled"),o.controls&&x.push("vf-number-input_controls"),x}),g=x=>{const $=x.target,T=v($.value);a("update:modelValue",T),a("input",x)},b=x=>a("change",x),i=x=>a("focus",x),k=x=>a("blur",x),_=()=>Number.isFinite(o.modelValue)?o.modelValue:typeof t.value=="number"?t.value:0,C=()=>{if(o.disabled||o.readonly)return;const x=n(p(_()+s.value));a("update:modelValue",x)},M=()=>{if(o.disabled||o.readonly)return;const x=n(p(_()-s.value));a("update:modelValue",x)};return(x,$)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(d.value)},[x.$slots.prefix?(e.openBlock(),e.createElementBlock("span",co,[e.renderSlot(x.$slots,"prefix")])):e.createCommentVNode("",!0),e.createElementVNode("input",{class:"vf-number-input__control",type:"number",value:c.value,min:t.value,max:f.value,step:s.value,placeholder:x.placeholder,disabled:x.disabled,readonly:x.readonly,"aria-label":x.ariaLabel,onInput:g,onChange:b,onFocus:i,onBlur:k},null,40,fo),x.controls?(e.openBlock(),e.createElementBlock("div",vo,[e.createElementVNode("button",{class:"vf-number-input__step",type:"button",disabled:x.disabled||x.readonly,"aria-label":"Increment",onClick:C}," + ",8,po),e.createElementVNode("button",{class:"vf-number-input__step",type:"button",disabled:x.disabled||x.readonly,"aria-label":"Decrement",onClick:M}," - ",8,uo)])):e.createCommentVNode("",!0),x.$slots.suffix?(e.openBlock(),e.createElementBlock("span",bo,[e.renderSlot(x.$slots,"suffix")])):e.createCommentVNode("",!0)],2))}}),mo=["for"],ho={key:0,class:"vf-form-field__required","aria-hidden":"true"},_o={class:"vf-form-field__control"},yo=["id"],ko=["id"],wo=e.defineComponent({__name:"form-field",props:{id:{default:void 0},label:{default:""},hint:{default:""},error:{default:""},disabled:{type:Boolean,default:!1},required:{type:Boolean,default:!1},size:{default:"normal"}},setup(l){const r=l,a=e.useSlots(),o=`vf-form-field-${Math.random().toString(36).slice(2,10)}`,t=e.computed(()=>r.id||o),f=e.computed(()=>`${t.value}-hint`),s=e.computed(()=>`${t.value}-error`),p=e.computed(()=>!!r.label||!!a.label),n=e.computed(()=>!!r.hint||!!a.hint),v=e.computed(()=>!!r.error||!!a.error),c=e.computed(()=>{const g=[];return n.value&&g.push(f.value),v.value&&g.push(s.value),g.length?g.join(" "):void 0}),d=e.computed(()=>{const g=["vf-form-field"];return r.size!=="normal"&&g.push(`vf-form-field_${r.size}`),r.disabled&&g.push("vf-form-field_disabled"),v.value&&g.push("vf-form-field_invalid"),g});return(g,b)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(d.value)},[p.value?(e.openBlock(),e.createElementBlock("label",{key:0,class:"vf-form-field__label",for:t.value},[e.renderSlot(g.$slots,"label",{},()=>[e.createTextVNode(e.toDisplayString(g.label),1)]),g.required?(e.openBlock(),e.createElementBlock("span",ho,"*")):e.createCommentVNode("",!0)],8,mo)):e.createCommentVNode("",!0),e.createElementVNode("div",_o,[e.renderSlot(g.$slots,"default",{id:t.value,describedBy:c.value,invalid:v.value,required:g.required})]),n.value?(e.openBlock(),e.createElementBlock("p",{key:1,id:f.value,class:"vf-form-field__hint"},[e.renderSlot(g.$slots,"hint",{},()=>[e.createTextVNode(e.toDisplayString(g.hint),1)])],8,yo)):e.createCommentVNode("",!0),v.value?(e.openBlock(),e.createElementBlock("p",{key:2,id:s.value,class:"vf-form-field__error",role:"alert"},[e.renderSlot(g.$slots,"error",{},()=>[e.createTextVNode(e.toDisplayString(g.error),1)])],8,ko)):e.createCommentVNode("",!0)],2))}}),xo=["value","placeholder","disabled","readonly","rows"],zo=e.defineComponent({__name:"textarea",props:{modelValue:{default:""},placeholder:{default:""},disabled:{type:Boolean,default:!1},readonly:{type:Boolean,default:!1},size:{default:"normal"},variant:{default:"filled"},rows:{default:3}},emits:["update:modelValue","input","change","focus","blur"],setup(l,{emit:r}){const a=r,o=l,t=e.computed(()=>{const v=["vf-textarea",`vf-textarea_${o.variant}`];return o.size!=="normal"&&v.push(`vf-textarea_${o.size}`),o.disabled&&v.push("vf-textarea_disabled"),v}),f=v=>{const c=v.target;a("update:modelValue",c.value),a("input",v)},s=v=>a("change",v),p=v=>a("focus",v),n=v=>a("blur",v);return(v,c)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(t.value)},[e.createElementVNode("textarea",{class:"vf-textarea__control",value:v.modelValue,placeholder:v.placeholder,disabled:v.disabled,readonly:v.readonly,rows:v.rows,onInput:f,onChange:s,onFocus:p,onBlur:n},null,40,xo)],2))}}),Co=["accept","multiple","disabled"],Bo=["tabindex","aria-disabled","onKeydown"],$o={class:"vf-file-upload__content"},So={key:0,class:"vf-file-upload__placeholder"},Vo={key:1,class:"vf-file-upload__list"},Eo={class:"vf-file-upload__name"},Fo={class:"vf-file-upload__size"},No=["aria-label","onClick"],To=["disabled"],Do=e.defineComponent({__name:"file-upload",props:{modelValue:{default:null},multiple:{type:Boolean,default:!1},accept:{default:void 0},disabled:{type:Boolean,default:!1},readonly:{type:Boolean,default:!1},maxSize:{default:void 0},maxFiles:{default:void 0},placeholder:{default:"Drop files here or click to browse"},buttonLabel:{default:"Browse"},size:{default:"normal"},variant:{default:"filled"}},emits:["update:modelValue","change","reject","focus","blur"],setup(l,{emit:r}){const a=r,o=l,t=e.ref(null),f=e.ref(null),s=e.ref(!1),p=e.computed(()=>Array.isArray(o.modelValue)?o.modelValue:o.modelValue instanceof File?[o.modelValue]:[]),n=e.computed(()=>{const w=["vf-file-upload",`vf-file-upload_${o.variant}`,s.value?"vf-file-upload_dragging":""];return o.size!=="normal"&&w.push(`vf-file-upload_${o.size}`),(o.disabled||o.readonly)&&w.push("vf-file-upload_disabled"),w.filter(Boolean)}),v=(w,V)=>`${w.name}-${w.size}-${w.lastModified}-${V}`,c=w=>{if(!Number.isFinite(w))return"";const V=["B","KB","MB","GB"];let E=w,u=0;for(;E>=1024&&u<V.length-1;)E/=1024,u+=1;return`${E<10&&u>0?E.toFixed(1):Math.round(E).toString()} ${V[u]}`},d=w=>{if(o.multiple){a("update:modelValue",w),a("change",w);return}const V=w[0]??null;a("update:modelValue",V),a("change",V)},g=w=>{const V=[];let E=w;if(typeof o.maxSize=="number"&&Number.isFinite(o.maxSize)&&o.maxSize>0){const h=o.maxSize,m=[];E.forEach(S=>{if(S.size<=h){m.push(S);return}V.push({file:S,reason:"maxSize",maxSize:h})}),E=m}let u=o.maxFiles;return o.multiple||(u=1),typeof u=="number"&&Number.isFinite(u)&&u>0&&E.length>u&&(E.slice(u).forEach(m=>V.push({file:m,reason:"maxFiles",maxFiles:u})),E=E.slice(0,u)),{accepted:E,rejected:V}},b=w=>{if(o.disabled||o.readonly)return;const V=o.multiple?p.value:[],E=o.multiple?V.concat(w):w,{accepted:u,rejected:h}=g(E);d(u),h.length>0&&a("reject",h)},i=()=>{var w;o.disabled||o.readonly||(w=f.value)==null||w.click()},k=w=>{const V=w.target,E=V.files?Array.from(V.files):[];b(E),V.value=""},_=()=>{o.disabled||o.readonly||(s.value=!0)},C=()=>{s.value=!1},M=w=>{var E;if(o.disabled||o.readonly)return;s.value=!1;const V=(E=w.dataTransfer)!=null&&E.files?Array.from(w.dataTransfer.files):[];V.length&&b(V)},x=w=>{if(o.disabled||o.readonly)return;const V=p.value.filter((E,u)=>u!==w);d(V)},$=w=>a("focus",w),T=w=>a("blur",w);return(w,V)=>(e.openBlock(),e.createElementBlock("div",{ref_key:"root",ref:t,class:e.normalizeClass(n.value),onDragover:e.withModifiers(_,["prevent"]),onDragleave:e.withModifiers(C,["prevent"]),onDrop:e.withModifiers(M,["prevent"])},[e.createElementVNode("input",{ref_key:"input",ref:f,class:"vf-file-upload__input",type:"file",accept:w.accept,multiple:w.multiple,disabled:w.disabled||w.readonly,onChange:k},null,40,Co),e.createElementVNode("div",{class:"vf-file-upload__control",role:"button",tabindex:w.disabled||w.readonly?-1:0,"aria-disabled":w.disabled||w.readonly,onClick:i,onKeydown:[e.withKeys(e.withModifiers(i,["prevent"]),["enter"]),e.withKeys(e.withModifiers(i,["prevent"]),["space"])],onFocus:$,onBlur:T},[e.createElementVNode("div",$o,[p.value.length===0?(e.openBlock(),e.createElementBlock("span",So,e.toDisplayString(w.placeholder),1)):(e.openBlock(),e.createElementBlock("div",Vo,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(p.value,(E,u)=>(e.openBlock(),e.createElementBlock("div",{key:v(E,u),class:"vf-file-upload__item"},[e.createElementVNode("span",Eo,e.toDisplayString(E.name),1),e.createElementVNode("span",Fo,e.toDisplayString(c(E.size)),1),!w.disabled&&!w.readonly?(e.openBlock(),e.createElementBlock("button",{key:0,class:"vf-file-upload__remove",type:"button","aria-label":`Remove ${E.name}`,onClick:e.withModifiers(h=>x(u),["stop"])}," ✕ ",8,No)):e.createCommentVNode("",!0)]))),128))]))]),e.createElementVNode("button",{class:"vf-file-upload__button",type:"button",disabled:w.disabled||w.readonly,onClick:e.withModifiers(i,["stop"])},e.toDisplayString(w.buttonLabel),9,To)],40,Bo)],34))}}),Fe=["top","top-start","top-end","right","right-start","right-end","bottom","bottom-start","bottom-end","left","left-start","left-end"],ee=l=>{if(l==null||!(l instanceof HTMLElement))return null;if(typeof window<"u"){const r=window.getComputedStyle(l),a=`${r.overflowX}${r.overflowY}`;if(/(auto|scroll|overlay)/.test(a))return l}return l.scrollHeight>l.clientHeight||l.scrollWidth>l.clientWidth?l:ee(l.parentNode)};function Lo(l){return typeof window>"u"?!1:window.getComputedStyle(l).position==="fixed"}const Mo=(l,r)=>l.strategy?l.strategy:Lo(r)?"fixed":"absolute",ae=(l,r)=>Mo(l,r)==="fixed",J=(l,r,a={})=>{const o=l.getBoundingClientRect(),t=r?r.offsetParent:null,f=r?ae(a,r):!1;if(t&&!f){const s=t.getBoundingClientRect(),p=t.scrollLeft,n=t.scrollTop;return{left:o.left-s.left+p,top:o.top-s.top+n,width:o.width,height:o.height}}return{left:o.left,top:o.top,width:o.width,height:o.height}},ie=(l,r)=>{var a;return(a=l.middleware)==null?void 0:a.find(o=>o.name===r)},Ne=(l,r)=>!!ie(l,r),Ro=l=>{const r=ee(l);let a="";return r!==null&&((r.dataset.scrollTop===void 0||r.scrollTop===+r.dataset.scrollTop)&&(r.dataset.scrollTop="0"),(r.dataset.scrollLeft===void 0||r.scrollLeft===+r.dataset.scrollLeft)&&(r.dataset.scrollLeft="0"),r.scrollTop>+r.dataset.scrollTop?a="bottom":r.scrollTop<+r.dataset.scrollTop?a="top":r.scrollLeft>+r.dataset.scrollLeft?a="right":r.scrollLeft<+r.dataset.scrollLeft&&(a="left"),r.dataset.scrollTop=r.scrollTop<=0?"0":r.scrollTop.toString(),r.dataset.scrollLeft=r.scrollLeft<=0?"0":r.scrollLeft.toString()),a},me=l=>l.scrollLeft+l.clientWidth,he=l=>l.scrollTop+l.clientHeight,oe=(l,r,a=null,o={},t)=>{if(a===null&&typeof window<"u"&&ae(o,r))return l;let f=0;if(a===null){const s=ee(r);f=s?s.scrollTop:0}return l-f},re=(l,r,a=null,o={},t)=>{let f;if(a===null&&typeof window<"u"&&ae(o,r))f=window.innerWidth;else if(a===null){const s=ee(r);f=s?me(s):0}else f=a.getBoundingClientRect().width;return-(l+r.clientWidth-f)},le=(l,r,a=null,o={},t)=>{let f;if(a===null&&typeof window<"u"&&ae(o,r))f=window.innerHeight;else if(a===null){const s=ee(r);f=s?he(s):0}else f=a.getBoundingClientRect().height;return-(l+r.clientHeight-f)},te=(l,r,a=null,o={},t)=>{if(a===null&&typeof window<"u"&&ae(o,r))return l;let f=0;if(a===null){const s=ee(r);f=s?s.scrollLeft:0}return l-f},Te=({options:l,primaryX:r,primaryY:a,floating:o,placement:t,reference:f,scrollDirection:s})=>{const p=_e(f,o,t,l),n=ie(l,"offset");if(n){const v=n.fn({x:p.x,y:p.y,options:l,primaryX:r,primaryY:a,floating:o,placement:t,reference:f,scrollDirection:s});p.x=v.x,p.y=v.y}return Qo(p,o,f,l)?{x:p.x,y:p.y,placement:t}:!1},se=l=>({name:"flip",params:l,fn:({x:r,y:a,options:o,primaryX:t,primaryY:f,floating:s,placement:p,reference:n,scrollDirection:v})=>{var c;const d={x:r,y:a,placement:p},g={...o,middleware:(c=o.middleware)==null?void 0:c.filter(x=>x.name!=="shift")},b=(l==null?void 0:l.placements)??Fe,i=!(l!=null&&l.placements),k=i?Fe:b;let _=!1;const C=x=>{if(_)return;const $=Te({options:g,primaryX:t,primaryY:f,floating:s,placement:x,reference:n,scrollDirection:v});$&&(d.x=$.x,d.y=$.y,d.placement=$.placement,_=!0)},M=or(n,s,g);if(!i&&b.includes(p)&&C(p),_||k.forEach(C),!_){const x=b.reduce(($,T)=>{const w=Te({options:g,primaryX:t,primaryY:f,floating:s,placement:T,reference:n,scrollDirection:v});if(!w)return $;const V=ue(T),E=M[V];return!$||E>$.space?{result:w,space:E}:$},null);x&&(d.x=x.result.x,d.y=x.result.y,d.placement=x.result.placement,_=!0)}if(!_&&b.length>0){const x=ue(p);let $=x,T=M[x];b.forEach(u=>{const h=ue(u),m=M[h];m>T&&(T=m,$=h)});const w=er($,p,b),V=_e(n,s,w,g),E=ie(g,"offset");if(E){const u=E.fn({x:V.x,y:V.y,options:g,primaryX:t,primaryY:f,floating:s,placement:w,reference:n,scrollDirection:v});V.x=u.x,V.y=u.y}d.x=V.x,d.y=V.y,d.placement=V.placement}return d}}),De=(l,r,a,o,t)=>{var f,s,p;let n=0;o.startsWith("right")?n=-l:o.startsWith("left")&&(n=l);const v=ie(r,"arrow"),c=ie(r,"shift");if(v){const d=((f=v.params)==null?void 0:f.arrow).getBoundingClientRect();o.startsWith("right")?n-=d.width/2:o.startsWith("left")&&(n+=d.width/2)}if(Ne(r,"shift")&&v){let d=null,g=0;c&&(d=(s=c.params)==null?void 0:s.parent);const b=(p=v.params)==null?void 0:p.arrow;g=b.getBoundingClientRect().width/2,g+=Po(b),g-=l,o.startsWith("right")?re(a-n,t,d,r)<=l?re(a,t,d,r)>0?n=l-re(a,t,d,r):n=l:te(a-n-g,t,d,r)<=l&&(te(a-n-g,t,d,r)>=0?(n=-l-(te(a-n-g,t,d,r)+l),d&&(n=-l)):n=-l):o.startsWith("left")?re(a-n+g,t,d,r)<=l?(n=l+re(a-g,t,d,r),n<=l&&(n=l)):te(a-n,t,d,r)<=l&&(n=-l+te(a,t,d,r),n<=-l&&(n=-l)):re(a-n,t,d,r)<=l?re(a-n,t,d,r)<=l&&re(a,t,d,r)>0?n=l-re(a,t,d,r):n=l:te(a-n,t,d,r)<=l&&(te(a-n,t,d,r)<=l&&te(a,t,d,r)>0?n=-(l-te(a,t,d,r)):n=-l)}return n},Le=(l,r,a,o,t)=>{var f,s,p;let n=0;o.startsWith("top")?n=l:o.startsWith("bottom")&&(n=-l);const v=ie(r,"arrow"),c=ie(r,"shift");if(v){const d=((f=v.params)==null?void 0:f.arrow).getBoundingClientRect();o.startsWith("top")?n+=d.height/2:o.startsWith("bottom")&&(n-=d.height/2)}if(Ne(r,"shift")&&v){let d=null,g=0;c&&(d=(s=c.params)==null?void 0:s.parent);const b=(p=v.params)==null?void 0:p.arrow;g=b.getBoundingClientRect().height/2,g+=Oo(b),g-=l,o.startsWith("top")?oe(a-n,t,d,r)<=l?oe(a,t,d,r)>=0?n=-(l-oe(a,t,d,r)):n=-l:le(a-n+g,t,d,r)<=l&&(n=l+le(a-g,t,d,r),n<=l&&(n=l)):o.startsWith("bottom")?oe(a-n-g,t,d,r)<=l?oe(a-n-g,t,d,r)>=0?(n=-l-(oe(a-n-g,t,d,r)+l),d&&(n=-l)):n=-l:le(a-n,t,d,r)<=l&&(le(a,t,d,r)>=0?n=l-le(a,t,d,r):n=l):oe(a-n,t,d,r)<=l?oe(a-n,t,d,r)>=0?n=-(l-oe(a-n,t,d,r)):n=-l:le(a-n,t,d,r)<=l&&(le(a-n,t,d,r)>=0?n=l-le(a-n,t,d,r):n=l)}return n},de=l=>({name:"offset",params:{value:l},fn:({x:r,y:a,options:o,primaryX:t,primaryY:f,floating:s,placement:p})=>({x:r-De(l,o,t,p,s),y:a-Le(l,o,f,p,s),placement:p})}),Io=l=>({name:"shift",params:l,fn:({x:r,y:a,options:o,primaryX:t,primaryY:f,floating:s,placement:p,reference:n})=>{var v;const c={x:r,y:a,placement:p},d=o.middleware||[],g=d.findIndex(m=>m.name==="shift"),b=d.findIndex(m=>m.name==="offset"),i=b!==-1&&(g===-1||b>g),k=d.find(m=>m.name==="offset"),_=k?(v=k.params)==null?void 0:v.value:0,C=i?De(_,o,t,p,s):0,M=i?Le(_,o,f,p,s):0,x=r-C,$=a-M;let T=x,w=$;const V=k?Math.abs(_):0,E=V,u=V;if(ae(o,s)&&typeof window<"u"){const m=E,S=window.innerWidth-s.clientWidth-E,D=S<m?m:S,K=u,Y=window.innerHeight-s.clientHeight-u,W=Y<K?K:Y;T<m?T=m:T>D&&(T=D),w<K?w=K:w>W&&(w=W),i?(c.x=r+(T-x),c.y=a+(w-$)):(c.x=T,c.y=w);const U=E,B=window.innerWidth-s.clientWidth-E,N=u,z=window.innerHeight-s.clientHeight-u,R=i?U+C:U,I=i?B+C:B,j=i?N+M:N,y=i?z+M:z;return c.x<R?c.x=R:c.x>I&&(c.x=I),c.y<j?c.y=j:c.y>y&&(c.y=y),c}const h=ee(s);if(h!==null){const m=J(n,s,o),S=m.left,D=m.left+m.width,K=m.top,Y=m.top+m.height,W=h.scrollLeft+E,U=me(h)-s.clientWidth-E,B=U<W?W:U,N=h.scrollTop+u,z=he(h)-s.clientHeight-u,R=z<N?N:z,I=h.scrollLeft,j=me(h),y=h.scrollTop,L=he(h);D<=I?T=W:S>=j&&(T=B),Y<=y?w=N:K>=L&&(w=R),w<N?w=N:w>R&&(w=R),T<W?T=W:T>B&&(T=B)}if(i?(c.x=r+(T-x),c.y=a+(w-$)):(c.x=T,c.y=w),h!==null){const m=h.scrollLeft+E,S=me(h)-s.clientWidth-E,D=h.scrollTop+u,K=he(h)-s.clientHeight-u,Y=i?m+C:m,W=i?S+C:S,U=i?D+M:D,B=i?K+M:K;c.x<Y?c.x=Y:c.x>W&&(c.x=W),c.y<U?c.y=U:c.y>B&&(c.y=B)}return c}}),Po=l=>l.getBoundingClientRect().width!==l.clientWidth?(l.getBoundingClientRect().width-l.clientWidth)/2:0,Oo=l=>l.getBoundingClientRect().height!==l.clientHeight?(l.getBoundingClientRect().height-l.clientHeight)/2:0,ce=(l,r)=>{const a=ee(l),o=[];if(a!==null){const t=()=>r();a.addEventListener("scroll",t,!1),o.push(()=>a.removeEventListener("scroll",t,!1))}if(typeof window<"u"){const t=()=>r(),f=()=>r();window.addEventListener("scroll",t,!1),window.addEventListener("resize",f,!1),o.push(()=>window.removeEventListener("scroll",t,!1)),o.push(()=>window.removeEventListener("resize",f,!1))}if(typeof ResizeObserver<"u"&&l instanceof HTMLElement){const t=new ResizeObserver(()=>r());t.observe(l),o.push(()=>t.disconnect())}return()=>o.forEach(t=>t())},Ao=(l,r,a={})=>{const o=J(l,r,a);return{x:o.left-r.getBoundingClientRect().width/2+o.width/2,y:o.top-r.getBoundingClientRect().height,placement:"top"}},Ko=(l,r,a={})=>{const o=J(l,r,a);return{x:o.left,y:o.top-r.getBoundingClientRect().height,placement:"top-start"}},Ho=(l,r,a={})=>{const o=J(l,r,a);return{x:o.left-r.getBoundingClientRect().width+o.width,y:o.top-r.getBoundingClientRect().height,placement:"top-end"}},Wo=(l,r,a={})=>{const o=J(l,r,a);return{x:o.left+o.width,y:o.top-r.getBoundingClientRect().height/2+o.height/2,placement:"right"}},jo=(l,r,a={})=>{const o=J(l,r,a);return{x:o.left+o.width,y:o.top,placement:"right-start"}},Go=(l,r,a={})=>{const o=J(l,r,a);return{x:o.left+o.width,y:o.top+o.height-r.getBoundingClientRect().height,placement:"right-end"}},Yo=(l,r,a={})=>{const o=J(l,r,a);return{x:o.left+o.width/2-r.getBoundingClientRect().width/2,y:o.top+o.height,placement:"bottom"}},Uo=(l,r,a={})=>{const o=J(l,r,a);return{x:o.left,y:o.top+o.height,placement:"bottom-start"}},Xo=(l,r,a={})=>{const o=J(l,r,a);return{x:o.left-r.getBoundingClientRect().width+o.width,y:o.top+o.height,placement:"bottom-end"}},qo=(l,r,a={})=>{const o=J(l,r,a);return{x:o.left-r.getBoundingClientRect().width,y:o.top+o.height/2-r.getBoundingClientRect().height/2,placement:"left"}},Zo=(l,r,a={})=>{const o=J(l,r,a);return{x:o.left-r.getBoundingClientRect().width,y:o.top,placement:"left-start"}},Jo=(l,r,a={})=>{const o=J(l,r,a);return{x:o.left-r.getBoundingClientRect().width,y:o.top+o.height-r.getBoundingClientRect().height,placement:"left-end"}},_e=(l,r,a,o={})=>{switch(a){case"top":return Ao(l,r,o);case"top-start":return Ko(l,r,o);case"top-end":return Ho(l,r,o);case"right":return Wo(l,r,o);case"right-start":return jo(l,r,o);case"right-end":return Go(l,r,o);case"bottom":return Yo(l,r,o);case"bottom-start":return Uo(l,r,o);case"bottom-end":return Xo(l,r,o);case"left":return qo(l,r,o);case"left-start":return Zo(l,r,o);case"left-end":return Jo(l,r,o);default:return{x:0,y:0,placement:""}}},Qo=(l,r,a,o={})=>{if(ae(o,r)){if(typeof window>"u")return!0;const d=l.x,g=l.y,b=d+r.clientWidth,i=g+r.clientHeight;return d>=0&&g>=0&&b<=window.innerWidth&&i<=window.innerHeight}if(ee(a)!==null)return oe(l.y,r,null,o)>0&&re(l.x,r,null,o)>0&&le(l.y,r,null,o)>0&&te(l.x,r,null,o)>0;if(typeof window>"u")return!0;const t=window.innerWidth,f=window.innerHeight,s=(a instanceof HTMLElement?a.offsetParent:null)||r.offsetParent;if(s){const d=s.getBoundingClientRect(),g=d.left+l.x,b=d.top+l.y,i=g+r.clientWidth,k=b+r.clientHeight;return g>=0&&b>=0&&i<=t&&k<=f}const p=l.x,n=l.y,v=p+r.clientWidth,c=n+r.clientHeight;return p>=0&&n>=0&&v<=t&&c<=f},ue=l=>l.startsWith("right")?"right":l.startsWith("left")?"left":l.startsWith("top")?"top":"bottom",er=(l,r,a)=>ue(r)===l&&a.includes(r)?r:a.find(o=>ue(o)===l)??a[0],or=(l,r,a={})=>{if(typeof window>"u")return{top:0,right:0,bottom:0,left:0};const o=ae(a,r)?null:ee(l),t=l.getBoundingClientRect(),f=o?o.getBoundingClientRect():{top:0,left:0,right:window.innerWidth,bottom:window.innerHeight};return{top:t.top-f.top,right:f.right-t.right,bottom:f.bottom-t.bottom,left:t.left-f.left}},fe=(l,r,a={})=>new Promise(o=>{var t,f;const s=a.placement?a.placement:"bottom",p={x:0,y:0,placement:s,middlewareData:{}},n=_e(l,r,s,a);p.x=n.x,p.y=n.y,p.placement=n.placement;const v=p.x,c=p.y,d=Ro(l);(t=a.middleware)==null||t.forEach(k=>{const _=k.fn({x:p.x,y:p.y,options:a,primaryX:v,primaryY:c,floating:r,placement:p.placement,reference:l,scrollDirection:d});p.x=_.x,p.y=_.y,p.placement=_.placement,k.name==="arrow"&&(_.baseX=_.x,_.baseY=_.y,_.x=_.arrowX??_.x,_.y=_.arrowY??_.y),p.middlewareData[k.name]=_});const g=_e(l,r,p.placement,a),b=ie(a,"offset"),i=b?(f=b.params)==null?void 0:f.value:0;if(Number.isFinite(p.x)||(p.x=g.x),!Number.isFinite(p.y))if(ae(a,r)){const k=l.getBoundingClientRect(),_=r.getBoundingClientRect().height;p.placement.startsWith("top")?p.y=k.top-_-i:p.placement.startsWith("bottom")?p.y=k.bottom+i:p.y=g.y}else p.y=g.y;o(p)}),rr=["disabled","aria-expanded","onKeydown"],tr=["data-placement"],ar=["disabled","aria-selected","onClick"],lr=e.defineComponent({__name:"select",props:{modelValue:{default:void 0},options:{default:()=>[]},optionLabel:{default:"label"},optionValue:{default:"value"},placeholder:{default:""},disabled:{type:Boolean,default:!1},variant:{default:"filled"},size:{default:"normal"}},emits:["update:modelValue","change","focus","blur"],setup(l,{emit:r}){let a=0;const o=r,t=l,f=e.ref(null),s=e.ref(null),p=e.ref(null),n=e.ref(!1),v=e.ref("bottom"),c=e.ref("bottom"),d=`vf-select-panel-${++a}`;let g=null;const b=e.computed(()=>t.options.map(h=>({label:h[t.optionLabel],value:h[t.optionValue],disabled:h.disabled}))),i=e.computed(()=>b.value.find(h=>h.value===t.modelValue)),k=e.computed(()=>{var h;return((h=i.value)==null?void 0:h.label)??""}),_=e.computed(()=>{const h=["vf-select",`vf-select_${t.variant}`,n.value?"vf-select_open":""];return t.size!=="normal"&&h.push(`vf-select_${t.size}`),t.disabled&&h.push("vf-select_disabled"),h.filter(Boolean)}),C=h=>h.value===t.modelValue,M=h=>{h.disabled||(o("update:modelValue",h.value),o("change",h.value),T())},x=h=>o("focus",h),$=h=>o("blur",h),T=()=>{n.value=!1,v.value="bottom",c.value="bottom"},w=()=>{t.disabled||(n.value=!n.value,n.value&&(v.value="bottom",c.value="bottom"))},V=async()=>{var h,m;n.value||(n.value=!0,await e.nextTick()),(m=(h=p.value)==null?void 0:h.querySelector(".vf-select__option:not(.is-disabled)"))==null||m.focus()},E=h=>{var S;if(!n.value||!f.value)return;const m=h.target;f.value.contains(m)||(S=p.value)!=null&&S.contains(m)||T()},u=()=>{if(!s.value||!p.value)return;const h=s.value,m=p.value,S=async()=>{const{x:W,y:U,placement:B}=await fe(h,m,{placement:v.value,strategy:"fixed",middleware:[de(2),se({placements:["bottom","top"]})]});c.value=B??v.value,m.style.minWidth=`${h.getBoundingClientRect().width}px`,m.style.left=`${W}px`,m.style.top=`${U}px`},D=async()=>{await S()},K=ce(h,()=>{D()}),Y=()=>{D()};document.addEventListener("scroll",Y,!0),window.addEventListener("resize",Y,!1),g={update:D,destroy:()=>{K(),document.removeEventListener("scroll",Y,!0),window.removeEventListener("resize",Y,!1)}},g.update()};return e.watch(n,async h=>{if(!h){g&&(g.destroy(),g=null);return}await e.nextTick(),g||u(),g==null||g.update()}),e.watch(()=>t.options,()=>{g==null||g.update()},{deep:!0}),e.onMounted(()=>{document.addEventListener("click",E)}),e.onBeforeUnmount(()=>{document.removeEventListener("click",E),g==null||g.destroy(),g=null}),(h,m)=>(e.openBlock(),e.createElementBlock("div",{ref_key:"root",ref:f,class:e.normalizeClass(_.value)},[e.createElementVNode("button",{ref_key:"trigger",ref:s,class:"vf-select__control",type:"button",disabled:h.disabled,"aria-expanded":n.value,"aria-controls":d,"aria-haspopup":"listbox",onClick:w,onKeydown:[e.withKeys(e.withModifiers(V,["prevent"]),["down"]),e.withKeys(e.withModifiers(w,["prevent"]),["enter"]),e.withKeys(e.withModifiers(T,["prevent"]),["esc"])],onFocus:x,onBlur:$},[e.createElementVNode("span",{class:e.normalizeClass(["vf-select__label",{"vf-select__label_placeholder":!k.value}])},e.toDisplayString(k.value||h.placeholder),3),m[0]||(m[0]=e.createElementVNode("span",{class:"vf-select__chevron","aria-hidden":"true"},"▾",-1))],40,rr),(e.openBlock(),e.createBlock(e.Teleport,{to:"body"},[e.withDirectives(e.createElementVNode("div",{id:d,ref_key:"panel",ref:p,class:"vf-select__panel",role:"listbox","data-placement":c.value},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(b.value,S=>(e.openBlock(),e.createElementBlock("button",{key:S.value,class:e.normalizeClass(["vf-select__option",{"is-active":C(S),"is-disabled":S.disabled}]),type:"button",role:"option",disabled:S.disabled,"aria-selected":C(S),onClick:D=>M(S)},e.toDisplayString(S.label),11,ar))),128))],8,tr),[[e.vShow,n.value]])]))],2))}}),nr=["value","placeholder","disabled","readonly","aria-expanded","aria-activedescendant","onKeydown"],ir=["disabled"],sr=["data-placement"],dr={key:0,class:"vf-autocomplete__loading"},cr=["id","disabled","aria-selected","onClick"],fr={key:2,class:"vf-autocomplete__empty"},vr=e.defineComponent({__name:"autocomplete",props:{modelValue:{default:void 0},options:{default:()=>[]},optionLabel:{default:"label"},optionValue:{default:"value"},placeholder:{default:""},disabled:{type:Boolean,default:!1},readonly:{type:Boolean,default:!1},loading:{type:Boolean,default:!1},loadingText:{default:"Loading..."},emptyText:{default:"No results"},filter:{type:Boolean,default:!0},variant:{default:"filled"},size:{default:"normal"}},emits:["update:modelValue","change","focus","blur","search"],setup(l,{emit:r}){let a=0;const o=r,t=l,f=e.ref(null),s=e.ref(null),p=e.ref(null),n=e.ref(!1),v=e.ref(""),c=e.ref(-1),d=e.ref("bottom"),g=e.ref("bottom"),b=`vf-autocomplete-panel-${++a}`;let i=null;const k=e.computed(()=>t.options.map(z=>({label:z[t.optionLabel],value:z[t.optionValue],disabled:z.disabled}))),_=e.computed(()=>k.value.find(z=>z.value===t.modelValue)),C=e.computed(()=>{if(!t.filter)return k.value;const z=v.value.trim().toLowerCase();return z?k.value.filter(R=>R.label.toLowerCase().includes(z)):k.value}),M=e.computed(()=>{if(!(!n.value||c.value<0))return $(c.value)}),x=e.computed(()=>{const z=["vf-autocomplete",`vf-autocomplete_${t.variant}`,n.value?"vf-autocomplete_open":""];return t.size!=="normal"&&z.push(`vf-autocomplete_${t.size}`),t.disabled&&z.push("vf-autocomplete_disabled"),z.filter(Boolean)}),$=z=>`${b}-option-${z}`,T=z=>z.value===t.modelValue,w=()=>C.value.findIndex(z=>!z.disabled),V=z=>{const R=C.value;if(!R.length){c.value=-1;return}let I=c.value;(I<0||I>=R.length)&&(I=z>0?-1:R.length);for(let j=0;j<R.length;j+=1)if(I=(I+z+R.length)%R.length,!R[I].disabled){c.value=I;return}c.value=-1},E=()=>{t.disabled||(n.value=!0,d.value="bottom",g.value="bottom",c.value<0&&(c.value=w()))},u=()=>{n.value=!1,c.value=-1,d.value="bottom",g.value="bottom"},h=()=>{if(n.value){u();return}E()},m=z=>{z.disabled||(v.value=z.label,o("update:modelValue",z.value),o("change",z.value),u())},S=z=>{const R=z.target;v.value=R.value,o("search",R.value),E(),c.value=w()},D=z=>{o("focus",z),E()},K=z=>{o("blur",z)},Y=()=>{if(!n.value){E();return}V(1)},W=()=>{if(!n.value){E();return}V(-1)},U=()=>{if(!n.value){E();return}const z=C.value[c.value];z&&!z.disabled&&m(z)},B=z=>{var I;if(!n.value||!f.value)return;const R=z.target;f.value.contains(R)||(I=p.value)!=null&&I.contains(R)||u()},N=()=>{if(!s.value||!p.value)return;const z=s.value,R=p.value,I=async()=>{const{x:P,y:G,placement:q}=await fe(z,R,{placement:d.value,strategy:"fixed",middleware:[de(2),se({placements:["bottom","top"]})]});g.value=q??d.value,R.style.minWidth=`${z.getBoundingClientRect().width}px`,R.style.left=`${P}px`,R.style.top=`${G}px`},j=async()=>{await I()},y=ce(z,()=>{j()}),L=()=>{j()};document.addEventListener("scroll",L,!0),window.addEventListener("resize",L,!1),i={update:j,destroy:()=>{y(),document.removeEventListener("scroll",L,!0),window.removeEventListener("resize",L,!1)}},i.update()};return e.watch(()=>t.modelValue,()=>{var z;v.value=((z=_.value)==null?void 0:z.label)??""},{immediate:!0}),e.watch(()=>t.options,()=>{var z;n.value||(v.value=((z=_.value)==null?void 0:z.label)??""),i==null||i.update()},{deep:!0}),e.watch(C,()=>{c.value>=C.value.length&&(c.value=w())}),e.watch(n,async z=>{if(!z){i&&(i.destroy(),i=null);return}await e.nextTick(),i||N(),i==null||i.update()}),e.onMounted(()=>{document.addEventListener("click",B)}),e.onBeforeUnmount(()=>{document.removeEventListener("click",B),i==null||i.destroy(),i=null}),(z,R)=>(e.openBlock(),e.createElementBlock("div",{ref_key:"root",ref:f,class:e.normalizeClass(x.value)},[e.createElementVNode("input",{ref_key:"control",ref:s,class:"vf-autocomplete__control",type:"text",role:"combobox",value:v.value,placeholder:z.placeholder,disabled:z.disabled,readonly:z.readonly,"aria-expanded":n.value,"aria-autocomplete":"list","aria-controls":b,"aria-activedescendant":M.value,onInput:S,onFocus:D,onBlur:K,onClick:E,onKeydown:[e.withKeys(e.withModifiers(Y,["prevent"]),["down"]),e.withKeys(e.withModifiers(W,["prevent"]),["up"]),e.withKeys(e.withModifiers(U,["prevent"]),["enter"]),e.withKeys(e.withModifiers(u,["prevent"]),["esc"]),e.withKeys(u,["tab"])]},null,40,nr),e.createElementVNode("button",{class:"vf-autocomplete__chevron",type:"button",disabled:z.disabled,"aria-hidden":"true",tabindex:"-1",onMousedown:R[0]||(R[0]=e.withModifiers(()=>{},["prevent"])),onClick:h}," ▾ ",40,ir),(e.openBlock(),e.createBlock(e.Teleport,{to:"body"},[e.withDirectives(e.createElementVNode("div",{id:b,ref_key:"panel",ref:p,class:"vf-autocomplete__panel",role:"listbox","data-placement":g.value},[z.loading?(e.openBlock(),e.createElementBlock("div",dr,e.toDisplayString(z.loadingText),1)):C.value.length>0?(e.openBlock(!0),e.createElementBlock(e.Fragment,{key:1},e.renderList(C.value,(I,j)=>(e.openBlock(),e.createElementBlock("button",{id:$(j),key:I.value,class:e.normalizeClass(["vf-autocomplete__option",{"is-active":T(I),"is-disabled":I.disabled,"is-highlighted":j===c.value}]),type:"button",role:"option",disabled:I.disabled,"aria-selected":T(I),onMousedown:R[1]||(R[1]=e.withModifiers(()=>{},["prevent"])),onClick:y=>m(I)},e.toDisplayString(I.label),43,cr))),128)):(e.openBlock(),e.createElementBlock("div",fr,e.toDisplayString(z.emptyText),1))],8,sr),[[e.vShow,n.value]])]))],2))}}),pr=["disabled","aria-expanded","onKeydown"],ur=["data-placement"],br={key:0,class:"vf-multiselect__search"},gr=["value","placeholder","onKeydown"],mr={key:1,class:"vf-multiselect__loading"},hr=["id","disabled","aria-selected","onClick"],_r={class:"vf-multiselect__option-label"},yr={key:0,class:"vf-multiselect__option-check","aria-hidden":"true"},kr={key:3,class:"vf-multiselect__empty"},wr=e.defineComponent({__name:"multi-select",props:{modelValue:{default:()=>[]},options:{default:()=>[]},optionLabel:{default:"label"},optionValue:{default:"value"},placeholder:{default:""},searchPlaceholder:{default:"Search..."},disabled:{type:Boolean,default:!1},readonly:{type:Boolean,default:!1},loading:{type:Boolean,default:!1},loadingText:{default:"Loading..."},emptyText:{default:"No results"},filter:{type:Boolean,default:!0},clearable:{type:Boolean,default:!1},variant:{default:"filled"},size:{default:"normal"}},emits:["update:modelValue","change","search","focus","blur"],setup(l,{emit:r}){let a=0;const o=r,t=l,f=e.ref(null),s=e.ref(null),p=e.ref(null),n=e.ref(null),v=e.ref(!1),c=e.ref(""),d=e.ref(-1),g=e.ref("bottom"),b=e.ref("bottom"),i=`vf-multiselect-panel-${++a}`;let k=null;const _=e.computed(()=>t.options.map(y=>({label:y[t.optionLabel],value:y[t.optionValue],disabled:y.disabled}))),C=e.computed(()=>Array.isArray(t.modelValue)?t.modelValue:[]),M=e.computed(()=>{if(!t.filter)return _.value;const y=c.value.trim().toLowerCase();return y?_.value.filter(L=>L.label.toLowerCase().includes(y)):_.value}),x=e.computed(()=>_.value.filter(y=>C.value.includes(y.value))),$=e.computed(()=>x.value.length===0?t.placeholder:x.value.map(y=>y.label).join(", ")),T=e.computed(()=>{const y=["vf-multiselect",`vf-multiselect_${t.variant}`,v.value?"vf-multiselect_open":""];return t.size!=="normal"&&y.push(`vf-multiselect_${t.size}`),t.disabled&&y.push("vf-multiselect_disabled"),y.filter(Boolean)}),w=y=>`${i}-option-${y}`,V=()=>M.value.findIndex(y=>!y.disabled),E=y=>C.value.includes(y.value),u=y=>{o("update:modelValue",y),o("change",y)},h=y=>{if(!(y.disabled||t.readonly)){if(E(y)){u(C.value.filter(L=>L!==y.value));return}u([...C.value,y.value])}},m=()=>{t.readonly||u([])},S=y=>{const L=M.value;if(!L.length){d.value=-1;return}let P=d.value;(P<0||P>=L.length)&&(P=y>0?-1:L.length);for(let G=0;G<L.length;G+=1)if(P=(P+y+L.length)%L.length,!L[P].disabled){d.value=P;return}d.value=-1},D=async()=>{var y;t.disabled||(v.value=!0,g.value="bottom",b.value="bottom",d.value<0&&(d.value=V()),t.filter&&(await e.nextTick(),(y=n.value)==null||y.focus()))},K=()=>{v.value=!1,d.value=-1,g.value="bottom",b.value="bottom",c.value=""},Y=()=>{if(v.value){K();return}D()},W=()=>{if(!v.value){D();return}S(1)},U=()=>{if(!v.value){D();return}S(-1)},B=()=>{if(!v.value){D();return}const y=M.value[d.value];y&&!y.disabled&&h(y)},N=y=>{const L=y.target;c.value=L.value,o("search",L.value),d.value=V()},z=y=>o("focus",y),R=y=>o("blur",y),I=y=>{var P;if(!v.value||!f.value)return;const L=y.target;f.value.contains(L)||(P=p.value)!=null&&P.contains(L)||K()},j=()=>{if(!s.value||!p.value)return;const y=s.value,L=p.value,P=async()=>{const{x:A,y:H,placement:X}=await fe(y,L,{placement:g.value,strategy:"fixed",middleware:[de(2),se({placements:["bottom","top"]})]});b.value=X??g.value,L.style.minWidth=`${y.getBoundingClientRect().width}px`,L.style.left=`${A}px`,L.style.top=`${H}px`},G=async()=>{await P()},q=ce(y,()=>{G()}),F=()=>{G()};document.addEventListener("scroll",F,!0),window.addEventListener("resize",F,!1),k={update:G,destroy:()=>{q(),document.removeEventListener("scroll",F,!0),window.removeEventListener("resize",F,!1)}},k.update()};return e.watch(()=>t.options,()=>{d.value>=M.value.length&&(d.value=V()),k==null||k.update()},{deep:!0}),e.watch(v,async y=>{if(!y){k&&(k.destroy(),k=null);return}await e.nextTick(),k||j(),k==null||k.update()}),e.watch(M,()=>{d.value>=M.value.length&&(d.value=V())}),e.onMounted(()=>{document.addEventListener("click",I)}),e.onBeforeUnmount(()=>{document.removeEventListener("click",I),k==null||k.destroy(),k=null}),(y,L)=>(e.openBlock(),e.createElementBlock("div",{ref_key:"root",ref:f,class:e.normalizeClass(T.value)},[e.createElementVNode("button",{ref_key:"trigger",ref:s,class:"vf-multiselect__control",type:"button",disabled:y.disabled,"aria-expanded":v.value,"aria-controls":i,"aria-haspopup":"listbox",onClick:Y,onKeydown:[e.withKeys(e.withModifiers(W,["prevent"]),["down"]),e.withKeys(e.withModifiers(U,["prevent"]),["up"]),e.withKeys(e.withModifiers(B,["prevent"]),["enter"]),e.withKeys(e.withModifiers(K,["prevent"]),["esc"])],onFocus:z,onBlur:R},[e.createElementVNode("span",{class:e.normalizeClass(["vf-multiselect__label",{"vf-multiselect__label_placeholder":C.value.length===0}])},e.toDisplayString($.value),3),L[0]||(L[0]=e.createElementVNode("span",{class:"vf-multiselect__chevron","aria-hidden":"true"},"▾",-1))],40,pr),y.clearable&&C.value.length>0&&!y.disabled&&!y.readonly?(e.openBlock(),e.createElementBlock("button",{key:0,class:"vf-multiselect__clear",type:"button","aria-label":"Clear selection",onClick:e.withModifiers(m,["stop"])}," ✕ ")):e.createCommentVNode("",!0),(e.openBlock(),e.createBlock(e.Teleport,{to:"body"},[e.withDirectives(e.createElementVNode("div",{id:i,ref_key:"panel",ref:p,class:"vf-multiselect__panel",role:"listbox","aria-multiselectable":"true","data-placement":b.value},[y.filter?(e.openBlock(),e.createElementBlock("div",br,[e.createElementVNode("input",{ref_key:"searchInput",ref:n,class:"vf-multiselect__search-control",type:"text",value:c.value,placeholder:y.searchPlaceholder,onInput:N,onKeydown:[e.withKeys(e.withModifiers(W,["prevent"]),["down"]),e.withKeys(e.withModifiers(U,["prevent"]),["up"]),e.withKeys(e.withModifiers(B,["prevent"]),["enter"]),e.withKeys(e.withModifiers(K,["prevent"]),["esc"])]},null,40,gr)])):e.createCommentVNode("",!0),y.loading?(e.openBlock(),e.createElementBlock("div",mr,e.toDisplayString(y.loadingText),1)):M.value.length>0?(e.openBlock(!0),e.createElementBlock(e.Fragment,{key:2},e.renderList(M.value,(P,G)=>(e.openBlock(),e.createElementBlock("button",{id:w(G),key:P.value,class:e.normalizeClass(["vf-multiselect__option",{"is-active":E(P),"is-disabled":P.disabled,"is-highlighted":G===d.value}]),type:"button",role:"option",disabled:P.disabled,"aria-selected":E(P),onClick:q=>h(P)},[e.createElementVNode("span",_r,e.toDisplayString(P.label),1),E(P)?(e.openBlock(),e.createElementBlock("span",yr,"✓")):e.createCommentVNode("",!0)],10,hr))),128)):(e.openBlock(),e.createElementBlock("div",kr,e.toDisplayString(y.emptyText),1))],8,ur),[[e.vShow,v.value]])]))],2))}}),xr=["disabled","aria-expanded","onKeydown"],zr=["data-placement","onKeydown"],Cr={class:"vf-datepicker__header"},Br={class:"vf-datepicker__month-label"},$r={class:"vf-datepicker__weekdays",role:"row"},Sr={class:"vf-datepicker__days",role:"grid"},Vr=["disabled","data-date","onClick"],Er=e.defineComponent({__name:"datepicker",props:{modelValue:{default:void 0},placeholder:{default:""},disabled:{type:Boolean,default:!1},readonly:{type:Boolean,default:!1},min:{default:void 0},max:{default:void 0},locale:{default:"en-US"},firstDayOfWeek:{default:0},variant:{default:"filled"},size:{default:"normal"}},emits:["update:modelValue","change","focus","blur"],setup(l,{emit:r}){let a=0;const o=r,t=l,f=e.ref(null),s=e.ref(null),p=e.ref(null),n=e.ref(!1),v=e.ref("bottom"),c=e.ref("bottom"),d=`vf-datepicker-panel-${++a}`,g=e.ref(B(W(t.modelValue)??new Date));let b=null;const i=e.computed(()=>W(t.modelValue)),k=e.computed(()=>W(t.min)),_=e.computed(()=>W(t.max)),C=e.computed(()=>i.value?i.value.toLocaleDateString(t.locale,{year:"numeric",month:"short",day:"numeric"}):""),M=e.computed(()=>g.value.toLocaleDateString(t.locale,{year:"numeric",month:"long"})),x=e.computed(()=>{const y=new Intl.DateTimeFormat(t.locale,{weekday:"short"}),L=new Date(2026,0,4);return Array.from({length:7},(P,G)=>{const q=(G+t.firstDayOfWeek)%7,F=new Date(L);return F.setDate(L.getDate()+q),y.format(F)})}),$=e.computed(()=>{const y=R(g.value,t.firstDayOfWeek),L=i.value?I(i.value):null,P=I(new Date);return Array.from({length:42},(G,q)=>{const F=z(y,q),A=I(F);return{key:`${A}-${q}`,iso:A,date:F,day:F.getDate(),inCurrentMonth:F.getMonth()===g.value.getMonth(),isDisabled:j(F,k.value,_.value),isSelected:L===A,isToday:A===P}})}),T=e.computed(()=>{const y=["vf-datepicker",`vf-datepicker_${t.variant}`,n.value?"vf-datepicker_open":""];return t.size!=="normal"&&y.push(`vf-datepicker_${t.size}`),t.disabled&&y.push("vf-datepicker_disabled"),y.filter(Boolean)}),w=y=>o("focus",y),V=y=>o("blur",y),E=()=>{t.disabled||t.readonly||(n.value=!0,v.value="bottom",c.value="bottom")},u=()=>{n.value=!1,v.value="bottom",c.value="bottom"},h=()=>{if(n.value){u();return}E()},m=()=>{g.value=N(g.value,-1)},S=()=>{g.value=N(g.value,1)},D=y=>{if(t.readonly||j(y,k.value,_.value))return;const L=I(y);o("update:modelValue",L),o("change",L),u()},K=y=>{var P;if(!n.value||!f.value)return;const L=y.target;f.value.contains(L)||(P=p.value)!=null&&P.contains(L)||u()},Y=()=>{if(!s.value||!p.value)return;const y=s.value,L=p.value,P=async()=>{const{x:A,y:H,placement:X}=await fe(y,L,{placement:v.value,strategy:"fixed",middleware:[de(2),se({placements:["bottom","top"]})]});c.value=X??v.value,L.style.left=`${A}px`,L.style.top=`${H}px`},G=async()=>{await P()},q=ce(y,()=>{G()}),F=()=>{G()};document.addEventListener("scroll",F,!0),window.addEventListener("resize",F,!1),b={update:G,destroy:()=>{q(),document.removeEventListener("scroll",F,!0),window.removeEventListener("resize",F,!1)}},b.update()};e.watch(()=>t.modelValue,y=>{const L=W(y);L&&(g.value=B(L))},{immediate:!0}),e.watch(()=>[t.min,t.max],()=>{b==null||b.update()}),e.watch(n,async y=>{if(!y){b&&(b.destroy(),b=null);return}await e.nextTick(),b||Y(),b==null||b.update()}),e.onMounted(()=>{document.addEventListener("click",K)}),e.onBeforeUnmount(()=>{document.removeEventListener("click",K),b==null||b.destroy(),b=null});function W(y){if(!y)return null;const L=y.match(/^(\d{4})-(\d{2})-(\d{2})$/);if(!L)return null;const P=Number(L[1]),G=Number(L[2])-1,q=Number(L[3]),F=new Date(P,G,q);return F.getFullYear()!==P||F.getMonth()!==G||F.getDate()!==q?null:U(F)}function U(y){return new Date(y.getFullYear(),y.getMonth(),y.getDate())}function B(y){return new Date(y.getFullYear(),y.getMonth(),1)}function N(y,L){return new Date(y.getFullYear(),y.getMonth()+L,1)}function z(y,L){return new Date(y.getFullYear(),y.getMonth(),y.getDate()+L)}function R(y,L){const P=B(y),q=(P.getDay()-L+7)%7;return z(P,-q)}function I(y){const L=y.getFullYear(),P=`${y.getMonth()+1}`.padStart(2,"0"),G=`${y.getDate()}`.padStart(2,"0");return`${L}-${P}-${G}`}function j(y,L,P){const G=U(y).getTime();return!!(L&&G<L.getTime()||P&&G>P.getTime())}return(y,L)=>(e.openBlock(),e.createElementBlock("div",{ref_key:"root",ref:f,class:e.normalizeClass(T.value)},[e.createElementVNode("button",{ref_key:"control",ref:s,class:"vf-datepicker__control",type:"button",disabled:y.disabled,"aria-expanded":n.value,"aria-controls":d,"aria-haspopup":"dialog",onClick:h,onKeydown:[e.withKeys(e.withModifiers(E,["prevent"]),["down"]),e.withKeys(e.withModifiers(h,["prevent"]),["enter"]),e.withKeys(e.withModifiers(u,["prevent"]),["esc"])],onFocus:w,onBlur:V},[e.createElementVNode("span",{class:e.normalizeClass(["vf-datepicker__label",{"vf-datepicker__label_placeholder":!i.value}])},e.toDisplayString(C.value||y.placeholder),3),L[0]||(L[0]=e.createElementVNode("span",{class:"vf-datepicker__chevron","aria-hidden":"true"},"▾",-1))],40,xr),(e.openBlock(),e.createBlock(e.Teleport,{to:"body"},[e.withDirectives(e.createElementVNode("div",{id:d,ref_key:"panel",ref:p,class:"vf-datepicker__panel",role:"dialog","data-placement":c.value,onKeydown:e.withKeys(e.withModifiers(u,["prevent"]),["esc"])},[e.createElementVNode("div",Cr,[e.createElementVNode("button",{class:"vf-datepicker__nav",type:"button","aria-label":"Previous month",onClick:m}," ‹ "),e.createElementVNode("span",Br,e.toDisplayString(M.value),1),e.createElementVNode("button",{class:"vf-datepicker__nav",type:"button","aria-label":"Next month",onClick:S}," › ")]),e.createElementVNode("div",$r,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(x.value,P=>(e.openBlock(),e.createElementBlock("span",{key:P,class:"vf-datepicker__weekday"},e.toDisplayString(P),1))),128))]),e.createElementVNode("div",Sr,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList($.value,P=>(e.openBlock(),e.createElementBlock("button",{key:P.key,class:e.normalizeClass(["vf-datepicker__day",{"is-outside":!P.inCurrentMonth,"is-selected":P.isSelected,"is-today":P.isToday}]),type:"button",disabled:P.isDisabled,"data-date":P.iso,onClick:G=>D(P.date)},e.toDisplayString(P.day),11,Vr))),128))])],40,zr),[[e.vShow,n.value]])]))],2))}}),Fr=["disabled","aria-expanded","onKeydown"],Nr=["data-placement","onKeydown"],Tr={class:"vf-daterangepicker__header"},Dr={class:"vf-daterangepicker__month-label"},Lr={class:"vf-daterangepicker__weekdays",role:"row"},Mr={class:"vf-daterangepicker__days",role:"grid"},Rr=["disabled","data-date","onClick"],Ir=e.defineComponent({__name:"date-range-picker",props:{modelValue:{default:null},placeholder:{default:""},startPlaceholder:{default:"Start"},endPlaceholder:{default:"End"},separator:{default:" - "},disabled:{type:Boolean,default:!1},readonly:{type:Boolean,default:!1},min:{default:void 0},max:{default:void 0},locale:{default:"en-US"},firstDayOfWeek:{default:0},variant:{default:"filled"},size:{default:"normal"}},emits:["update:modelValue","change","focus","blur"],setup(l,{emit:r}){let a=0;const o=r,t=l,f=e.ref(null),s=e.ref(null),p=e.ref(null),n=e.ref(!1),v=e.ref("bottom"),c=e.ref("bottom"),d=`vf-daterangepicker-panel-${++a}`,g=e.ref(j(new Date));let b=null;const i=e.computed(()=>R(t.min)),k=e.computed(()=>R(t.max)),_=e.computed(()=>z(t.modelValue)),C=e.computed(()=>_.value[0]),M=e.computed(()=>_.value[1]),x=e.computed(()=>!C.value&&!M.value),$=e.computed(()=>{if(x.value)return"";const F=new Intl.DateTimeFormat(t.locale,{year:"numeric",month:"short",day:"numeric"}),A=C.value?F.format(C.value):t.startPlaceholder,H=M.value?F.format(M.value):t.endPlaceholder;return`${A}${t.separator}${H}`}),T=e.computed(()=>g.value.toLocaleDateString(t.locale,{year:"numeric",month:"long"})),w=e.computed(()=>{const F=new Intl.DateTimeFormat(t.locale,{weekday:"short"}),A=new Date(2026,0,4);return Array.from({length:7},(H,X)=>{const Q=(X+t.firstDayOfWeek)%7,Z=new Date(A);return Z.setDate(A.getDate()+Q),F.format(Z)})}),V=e.computed(()=>{const F=P(g.value,t.firstDayOfWeek),A=G(new Date),H=C.value?I(C.value).getTime():null,X=M.value?I(M.value).getTime():null,Q=C.value?G(C.value):null,Z=M.value?G(M.value):null;return Array.from({length:42},(Ae,ke)=>{const ve=L(F,ke),be=G(ve),Ke=I(ve).getTime(),Fl=H!==null&&X!==null?Ke>=H&&Ke<=X:!1,He=Q===be,We=Z===be;return{key:`${be}-${ke}`,iso:be,date:ve,day:ve.getDate(),inCurrentMonth:ve.getMonth()===g.value.getMonth(),isDisabled:q(ve,i.value,k.value),isSelected:He||We,isRangeStart:He,isRangeEnd:We,isInRange:Fl,isToday:be===A}})}),E=e.computed(()=>{const F=["vf-daterangepicker",`vf-daterangepicker_${t.variant}`,n.value?"vf-daterangepicker_open":""];return t.size!=="normal"&&F.push(`vf-daterangepicker_${t.size}`),t.disabled&&F.push("vf-daterangepicker_disabled"),F.filter(Boolean)}),u=F=>o("focus",F),h=F=>o("blur",F),m=()=>{t.disabled||t.readonly||(n.value=!0,v.value="bottom",c.value="bottom")},S=()=>{n.value=!1,v.value="bottom",c.value="bottom"},D=()=>{if(n.value){S();return}m()},K=()=>{g.value=y(g.value,-1)},Y=()=>{g.value=y(g.value,1)},W=(F,A)=>{const H=F?G(F):null,X=A?G(A):null;o("update:modelValue",[H,X]),o("change",[H,X])},U=F=>{if(t.readonly||q(F,i.value,k.value))return;const A=C.value,H=M.value;if(!A||A&&H){W(F,null);return}const X=I(A).getTime();I(F).getTime()<X?W(F,A):W(A,F),S()},B=F=>{var H;if(!n.value||!f.value)return;const A=F.target;f.value.contains(A)||(H=p.value)!=null&&H.contains(A)||S()},N=()=>{if(!s.value||!p.value)return;const F=s.value,A=p.value,H=async()=>{const{x:Ae,y:ke,placement:ve}=await fe(F,A,{placement:v.value,strategy:"fixed",middleware:[de(2),se({placements:["bottom","top"]})]});c.value=ve??v.value,A.style.left=`${Ae}px`,A.style.top=`${ke}px`},X=async()=>{await H()},Q=ce(F,()=>{X()}),Z=()=>{X()};document.addEventListener("scroll",Z,!0),window.addEventListener("resize",Z,!1),b={update:X,destroy:()=>{Q(),document.removeEventListener("scroll",Z,!0),window.removeEventListener("resize",Z,!1)}},b.update()};e.watch(()=>t.modelValue,F=>{const[A,H]=z(F),X=A??H??new Date;g.value=j(X)},{immediate:!0}),e.watch(()=>[t.min,t.max],()=>{b==null||b.update()}),e.watch(n,async F=>{if(!F){b&&(b.destroy(),b=null);return}await e.nextTick(),b||N(),b==null||b.update()}),e.onMounted(()=>{document.addEventListener("click",B)}),e.onBeforeUnmount(()=>{document.removeEventListener("click",B),b==null||b.destroy(),b=null});function z(F){if(!F||!Array.isArray(F))return[null,null];const[A,H]=F;return[R(A??void 0),R(H??void 0)]}function R(F){if(!F)return null;const A=F.match(/^(\d{4})-(\d{2})-(\d{2})$/);if(!A)return null;const H=Number(A[1]),X=Number(A[2])-1,Q=Number(A[3]),Z=new Date(H,X,Q);return Z.getFullYear()!==H||Z.getMonth()!==X||Z.getDate()!==Q?null:I(Z)}function I(F){return new Date(F.getFullYear(),F.getMonth(),F.getDate())}function j(F){return new Date(F.getFullYear(),F.getMonth(),1)}function y(F,A){return new Date(F.getFullYear(),F.getMonth()+A,1)}function L(F,A){return new Date(F.getFullYear(),F.getMonth(),F.getDate()+A)}function P(F,A){const H=j(F),Q=(H.getDay()-A+7)%7;return L(H,-Q)}function G(F){const A=F.getFullYear(),H=`${F.getMonth()+1}`.padStart(2,"0"),X=`${F.getDate()}`.padStart(2,"0");return`${A}-${H}-${X}`}function q(F,A,H){const X=I(F).getTime();return!!(A&&X<A.getTime()||H&&X>H.getTime())}return(F,A)=>(e.openBlock(),e.createElementBlock("div",{ref_key:"root",ref:f,class:e.normalizeClass(E.value)},[e.createElementVNode("button",{ref_key:"control",ref:s,class:"vf-daterangepicker__control",type:"button",disabled:F.disabled,"aria-expanded":n.value,"aria-controls":d,"aria-haspopup":"dialog",onClick:D,onKeydown:[e.withKeys(e.withModifiers(m,["prevent"]),["down"]),e.withKeys(e.withModifiers(D,["prevent"]),["enter"]),e.withKeys(e.withModifiers(S,["prevent"]),["esc"])],onFocus:u,onBlur:h},[e.createElementVNode("span",{class:e.normalizeClass(["vf-daterangepicker__label",{"vf-daterangepicker__label_placeholder":x.value}])},e.toDisplayString($.value||F.placeholder),3),A[0]||(A[0]=e.createElementVNode("span",{class:"vf-daterangepicker__chevron","aria-hidden":"true"},"▾",-1))],40,Fr),(e.openBlock(),e.createBlock(e.Teleport,{to:"body"},[e.withDirectives(e.createElementVNode("div",{id:d,ref_key:"panel",ref:p,class:"vf-daterangepicker__panel",role:"dialog","data-placement":c.value,onKeydown:e.withKeys(e.withModifiers(S,["prevent"]),["esc"])},[e.createElementVNode("div",Tr,[e.createElementVNode("button",{class:"vf-daterangepicker__nav",type:"button","aria-label":"Previous month",onClick:K}," ‹ "),e.createElementVNode("span",Dr,e.toDisplayString(T.value),1),e.createElementVNode("button",{class:"vf-daterangepicker__nav",type:"button","aria-label":"Next month",onClick:Y}," › ")]),e.createElementVNode("div",Lr,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(w.value,H=>(e.openBlock(),e.createElementBlock("span",{key:H,class:"vf-daterangepicker__weekday"},e.toDisplayString(H),1))),128))]),e.createElementVNode("div",Mr,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(V.value,H=>(e.openBlock(),e.createElementBlock("button",{key:H.key,class:e.normalizeClass(["vf-daterangepicker__day",{"is-outside":!H.inCurrentMonth,"is-in-range":H.isInRange,"is-selected":H.isSelected,"is-range-start":H.isRangeStart,"is-range-end":H.isRangeEnd,"is-today":H.isToday}]),type:"button",disabled:H.isDisabled,"data-date":H.iso,onClick:X=>U(H.date)},e.toDisplayString(H.day),11,Rr))),128))])],40,Nr),[[e.vShow,n.value]])]))],2))}}),Pr=["disabled","aria-expanded","onKeydown"],Or=["data-placement"],Ar=["data-time","disabled","aria-selected","onClick"],Kr=e.defineComponent({__name:"timepicker",props:{modelValue:{default:void 0},placeholder:{default:""},disabled:{type:Boolean,default:!1},readonly:{type:Boolean,default:!1},min:{default:void 0},max:{default:void 0},step:{default:30},format:{default:"24h"},variant:{default:"filled"},size:{default:"normal"}},emits:["update:modelValue","change","focus","blur"],setup(l,{emit:r}){let a=0;const o=r,t=l,f=e.ref(null),s=e.ref(null),p=e.ref(null),n=e.ref(!1),v=e.ref("bottom"),c=e.ref("bottom"),d=`vf-timepicker-panel-${++a}`;let g=null;const b=e.computed(()=>K(t.min)),i=e.computed(()=>K(t.max)),k=e.computed(()=>K(t.modelValue)),_=e.computed(()=>k.value===null?"":W(k.value,t.format)),C=e.computed(()=>!t.step||t.step<=0?30:Math.min(Math.max(Math.round(t.step),1),1440)),M=e.computed(()=>{const B=[],N=C.value,z=b.value,R=i.value;for(let I=0;I<1440;I+=N){const j=Y(I);B.push({value:j,minutes:I,label:W(I,t.format),isSelected:k.value===I,isDisabled:U(I,z,R)})}return B}),x=e.computed(()=>{const B=["vf-timepicker",`vf-timepicker_${t.variant}`,n.value?"vf-timepicker_open":""];return t.size!=="normal"&&B.push(`vf-timepicker_${t.size}`),t.disabled&&B.push("vf-timepicker_disabled"),B.filter(Boolean)}),$=B=>o("focus",B),T=B=>o("blur",B),w=()=>{t.disabled||t.readonly||(n.value=!0,v.value="bottom",c.value="bottom")},V=()=>{n.value=!1,v.value="bottom",c.value="bottom"},E=()=>{if(n.value){V();return}w()},u=async()=>{var B,N;n.value||(w(),await e.nextTick()),(N=(B=p.value)==null?void 0:B.querySelector(".vf-timepicker__option:not(.is-disabled)"))==null||N.focus()},h=B=>{if(t.readonly)return;const N=K(B);N===null||U(N,b.value,i.value)||(o("update:modelValue",B),o("change",B),V())},m=B=>{var z;if(!n.value||!f.value)return;const N=B.target;f.value.contains(N)||(z=p.value)!=null&&z.contains(N)||V()},S=()=>{if(!s.value||!p.value)return;const B=s.value,N=p.value,z=async()=>{const{x:y,y:L,placement:P}=await fe(B,N,{placement:v.value,strategy:"fixed",middleware:[de(2),se({placements:["bottom","top"]})]});c.value=P??v.value;const G=B.getBoundingClientRect().width;N.style.minWidth=`${G}px`,N.style.width=`${G}px`,N.style.left=`${y}px`,N.style.top=`${L}px`},R=async()=>{await z()},I=ce(B,()=>{R()}),j=()=>{R()};document.addEventListener("scroll",j,!0),window.addEventListener("resize",j,!1),g={update:R,destroy:()=>{I(),document.removeEventListener("scroll",j,!0),window.removeEventListener("resize",j,!1)}},g.update()},D=()=>{if(!p.value||k.value===null)return;const B=p.value.querySelector(`[data-time="${Y(k.value)}"]`);!B||typeof B.scrollIntoView!="function"||B.scrollIntoView({block:"nearest"})};e.watch(n,async B=>{if(!B){g&&(g.destroy(),g=null);return}await e.nextTick(),g||S(),g==null||g.update(),D()}),e.watch(()=>[t.min,t.max,t.step],()=>{g==null||g.update()}),e.onMounted(()=>{document.addEventListener("click",m)}),e.onBeforeUnmount(()=>{document.removeEventListener("click",m),g==null||g.destroy(),g=null});function K(B){if(!B)return null;const N=B.match(/^(\d{2}):(\d{2})$/);if(!N)return null;const z=Number(N[1]),R=Number(N[2]);return Number.isNaN(z)||Number.isNaN(R)||z<0||z>23||R<0||R>59?null:z*60+R}function Y(B){const N=Math.floor(B/60),z=B%60;return`${String(N).padStart(2,"0")}:${String(z).padStart(2,"0")}`}function W(B,N){if(N==="12h"){const z=Math.floor(B/60),R=B%60,I=z>=12?"PM":"AM";return`${z%12||12}:${String(R).padStart(2,"0")} ${I}`}return Y(B)}function U(B,N,z){return N!==null&&B<N||z!==null&&B>z}return(B,N)=>(e.openBlock(),e.createElementBlock("div",{ref_key:"root",ref:f,class:e.normalizeClass(x.value)},[e.createElementVNode("button",{ref_key:"control",ref:s,class:"vf-timepicker__control",type:"button",disabled:B.disabled,"aria-expanded":n.value,"aria-controls":d,"aria-haspopup":"listbox",onClick:E,onKeydown:[e.withKeys(e.withModifiers(u,["prevent"]),["down"]),e.withKeys(e.withModifiers(E,["prevent"]),["enter"]),e.withKeys(e.withModifiers(V,["prevent"]),["esc"])],onFocus:$,onBlur:T},[e.createElementVNode("span",{class:e.normalizeClass(["vf-timepicker__label",{"vf-timepicker__label_placeholder":!_.value}])},e.toDisplayString(_.value||B.placeholder),3),N[0]||(N[0]=e.createElementVNode("span",{class:"vf-timepicker__chevron","aria-hidden":"true"},"▾",-1))],40,Pr),(e.openBlock(),e.createBlock(e.Teleport,{to:"body"},[e.withDirectives(e.createElementVNode("div",{id:d,ref_key:"panel",ref:p,class:"vf-timepicker__panel",role:"listbox","data-placement":c.value},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(M.value,z=>(e.openBlock(),e.createElementBlock("button",{key:z.value,class:e.normalizeClass(["vf-timepicker__option",{"is-active":z.isSelected,"is-disabled":z.isDisabled}]),type:"button",role:"option","data-time":z.value,disabled:z.isDisabled,"aria-selected":z.isSelected,onClick:R=>h(z.value)},e.toDisplayString(z.label),11,Ar))),128))],8,Or),[[e.vShow,n.value]])]))],2))}}),Hr=["disabled"],Wr=["disabled","aria-current","aria-label","onClick"],jr=["disabled"],Gr=e.defineComponent({__name:"pagination",props:{modelValue:{default:1},totalItems:{default:0},pageSize:{default:10},totalPages:{default:void 0},siblingCount:{default:1},boundaryCount:{default:1},disabled:{type:Boolean,default:!1},size:{default:"normal"},variant:{default:"filled"},prevLabel:{default:"Prev"},nextLabel:{default:"Next"},ellipsisLabel:{default:"..."}},emits:["update:modelValue","change"],setup(l,{emit:r}){const a=l,o=r,t=(i,k,_)=>Math.min(_,Math.max(k,i)),f=(i,k)=>{if(k<i)return[];const _=[];for(let C=i;C<=k;C+=1)_.push(C);return _},s=e.computed(()=>{if(typeof a.totalPages=="number"&&Number.isFinite(a.totalPages))return Math.max(1,Math.floor(a.totalPages));const i=Math.max(1,Math.floor(a.pageSize));return Math.max(1,Math.ceil(Math.max(0,a.totalItems)/i))}),p=e.computed(()=>t(Math.floor(a.modelValue),1,s.value)),n=e.computed(()=>p.value<=1),v=e.computed(()=>p.value>=s.value),c=e.computed(()=>a.disabled||s.value<=1),d=e.computed(()=>{const i=s.value,k=p.value,_=Math.max(0,Math.floor(a.siblingCount)),C=Math.max(0,Math.floor(a.boundaryCount)),M=_*2+C*2+3,x=[];if(i<=M)return f(1,i).map(E=>({key:`page-${E}`,type:"page",page:E}));const $=f(1,C),T=f(i-C+1,i),w=Math.max(Math.min(k-_,i-C-_*2-1),C+2),V=Math.min(Math.max(k+_,C+_*2+2),i-C-1);for(const E of $)x.push({key:`page-${E}`,type:"page",page:E});w>C+2?x.push({key:"ellipsis-start",type:"ellipsis",page:-1}):C+1<=i-C&&x.push({key:`page-${C+1}`,type:"page",page:C+1});for(const E of f(w,V))x.push({key:`page-${E}`,type:"page",page:E});V<i-C-1?x.push({key:"ellipsis-end",type:"ellipsis",page:-2}):i-C>C&&x.push({key:`page-${i-C}`,type:"page",page:i-C});for(const E of T)x.push({key:`page-${E}`,type:"page",page:E});return x}),g=e.computed(()=>{const i=["vf-pagination",`vf-pagination_${a.variant}`];return a.size!=="normal"&&i.push(`vf-pagination_${a.size}`),a.disabled&&i.push("vf-pagination_disabled"),i}),b=(i,k)=>{if(c.value)return;const _=t(i,1,s.value);_!==a.modelValue&&(o("update:modelValue",_),o("change",_,k))};return(i,k)=>(e.openBlock(),e.createElementBlock("nav",{class:e.normalizeClass(g.value),"aria-label":"Pagination"},[e.createElementVNode("button",{class:"vf-pagination__item vf-pagination__item_nav",type:"button",disabled:c.value||n.value,"aria-label":"Previous page",onClick:k[0]||(k[0]=_=>b(p.value-1,_))},e.toDisplayString(i.prevLabel),9,Hr),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(d.value,_=>(e.openBlock(),e.createElementBlock("button",{key:_.key,class:e.normalizeClass(["vf-pagination__item",{"is-current":_.type==="page"&&_.page===p.value,"is-ellipsis":_.type==="ellipsis"}]),type:"button",disabled:c.value||_.type==="ellipsis","aria-current":_.type==="page"&&_.page===p.value?"page":void 0,"aria-label":_.type==="page"?`Page ${_.page}`:void 0,onClick:C=>_.type==="page"&&b(_.page,C)},[_.type==="page"?(e.openBlock(),e.createElementBlock(e.Fragment,{key:0},[e.createTextVNode(e.toDisplayString(_.page),1)],64)):(e.openBlock(),e.createElementBlock(e.Fragment,{key:1},[e.createTextVNode(e.toDisplayString(i.ellipsisLabel),1)],64))],10,Wr))),128)),e.createElementVNode("button",{class:"vf-pagination__item vf-pagination__item_nav",type:"button",disabled:c.value||v.value,"aria-label":"Next page",onClick:k[1]||(k[1]=_=>b(p.value+1,_))},e.toDisplayString(i.nextLabel),9,jr)],2))}}),Yr=["checked","disabled"],Ur={key:0,class:"vf-checkbox__label"},Xr=e.defineComponent({__name:"checkbox",props:{modelValue:{type:Boolean,default:!1},label:{default:""},disabled:{type:Boolean,default:!1},variant:{default:"filled"}},emits:["update:modelValue","change"],setup(l,{emit:r}){const a=r,o=l,t=e.computed(()=>{const s=["vf-checkbox",`vf-checkbox_${o.variant}`];return o.disabled&&s.push("vf-checkbox_disabled"),s}),f=s=>{const p=s.target;a("update:modelValue",p.checked),a("change",s)};return(s,p)=>(e.openBlock(),e.createElementBlock("label",{class:e.normalizeClass(t.value)},[e.createElementVNode("input",{class:"vf-checkbox__control",type:"checkbox",checked:s.modelValue,disabled:s.disabled,onChange:f},null,40,Yr),p[0]||(p[0]=e.createElementVNode("span",{class:"vf-checkbox__box"},null,-1)),s.label||s.$slots.default?(e.openBlock(),e.createElementBlock("span",Ur,[e.renderSlot(s.$slots,"default",{},()=>[e.createTextVNode(e.toDisplayString(s.label),1)])])):e.createCommentVNode("",!0)],2))}}),Me=Symbol("VueForgeRadioGroup"),qr=["aria-disabled","aria-label","aria-labelledby"],Zr=e.defineComponent({__name:"radio-group",props:{modelValue:{type:[String,Number,Boolean,null],default:void 0},name:{default:""},disabled:{type:Boolean,default:!1},variant:{default:"filled"},direction:{default:"vertical"},ariaLabel:{default:""},ariaLabelledby:{default:""}},emits:["update:modelValue","change"],setup(l,{emit:r}){const a=r,o=l,t=e.computed(()=>{const p=["vf-radio-group"];return o.direction==="horizontal"&&p.push("vf-radio-group_horizontal"),p}),f=(p,n)=>{a("update:modelValue",p),a("change",p,n)},s={name:e.computed(()=>o.name),modelValue:e.computed(()=>o.modelValue),disabled:e.computed(()=>o.disabled),variant:e.computed(()=>o.variant),onChange:f};return e.provide(Me,s),(p,n)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(t.value),role:"radiogroup","aria-disabled":p.disabled||void 0,"aria-label":p.ariaLabel||void 0,"aria-labelledby":p.ariaLabelledby||void 0},[e.renderSlot(p.$slots,"default")],10,qr))}}),Jr=["name","value","checked","disabled"],Qr={key:0,class:"vf-radio__label"},et=e.defineComponent({__name:"radio-button",props:{modelValue:{type:[String,Number,Boolean,null],default:void 0},value:{type:[String,Number,Boolean,null],default:void 0},label:{default:""},disabled:{type:Boolean,default:!1},name:{default:""},variant:{default:"filled"}},emits:["update:modelValue","change"],setup(l,{emit:r}){const a=r,o=l,t=e.inject(Me,null),f=e.computed(()=>t?t.modelValue.value:o.modelValue),s=e.computed(()=>t?t.name.value:o.name),p=e.computed(()=>t?t.variant.value:o.variant),n=e.computed(()=>(t?t.disabled.value:!1)||o.disabled),v=e.computed(()=>f.value===o.value),c=e.computed(()=>{const g=["vf-radio",`vf-radio_${p.value}`];return n.value&&g.push("vf-radio_disabled"),g}),d=g=>{n.value||(t?t.onChange(o.value,g):a("update:modelValue",o.value),a("change",o.value,g))};return(g,b)=>(e.openBlock(),e.createElementBlock("label",{class:e.normalizeClass(c.value)},[e.createElementVNode("input",{class:"vf-radio__control",type:"radio",name:s.value,value:g.value,checked:v.value,disabled:n.value,onChange:d},null,40,Jr),b[0]||(b[0]=e.createElementVNode("span",{class:"vf-radio__circle"},null,-1)),g.label||g.$slots.default?(e.openBlock(),e.createElementBlock("span",Qr,[e.renderSlot(g.$slots,"default",{},()=>[e.createTextVNode(e.toDisplayString(g.label),1)])])):e.createCommentVNode("",!0)],2))}}),we=Symbol("VueForgeTabs"),ot=["aria-orientation","aria-label","aria-labelledby"],rt={class:"vf-tabs__panels"},tt=e.defineComponent({__name:"tabs",props:{modelValue:{default:void 0},disabled:{type:Boolean,default:!1},orientation:{default:"horizontal"},ariaLabel:{default:""},ariaLabelledby:{default:""}},emits:["update:modelValue","change"],setup(l,{emit:r}){let a=0;const o=r,t=l,f=++a,s=i=>String(i).toLowerCase().trim().replace(/\s+/g,"-").replace(/[^a-z0-9_-]/g,""),p=e.computed(()=>{const i=["vf-tabs"];return t.orientation==="vertical"&&i.push("vf-tabs_vertical"),t.disabled&&i.push("vf-tabs_disabled"),i}),n=e.ref(null),v=()=>n.value?Array.from(n.value.querySelectorAll('[role="tab"]:not([disabled])')):[],c=i=>{i&&(i.focus(),i.click())},d=i=>{if(t.disabled)return;const k=t.orientation==="horizontal",_=i.key,C=k?["ArrowRight"]:["ArrowDown"],M=k?["ArrowLeft"]:["ArrowUp"];if(![...C,...M,"Home","End"].includes(_))return;const x=v();if(!x.length)return;const $=x.findIndex(E=>E.getAttribute("aria-selected")==="true"),T=x.findIndex(E=>E===document.activeElement),w=T>=0?T:Math.max($,0);let V=w;C.includes(_)?V=(w+1)%x.length:M.includes(_)?V=(w-1+x.length)%x.length:_==="Home"?V=0:_==="End"&&(V=x.length-1),i.preventDefault(),c(x[V])},g=(i,k)=>{o("update:modelValue",i),o("change",i,k)},b={activeValue:e.computed(()=>t.modelValue),disabled:e.computed(()=>t.disabled),orientation:e.computed(()=>t.orientation),onChange:g,getTabId:i=>`vf-tab-${f}-${s(i)}`,getPanelId:i=>`vf-tabpanel-${f}-${s(i)}`};return e.provide(we,b),(i,k)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(p.value)},[e.createElementVNode("div",{ref_key:"list",ref:n,class:"vf-tabs__list",role:"tablist","aria-orientation":i.orientation,"aria-label":i.ariaLabel||void 0,"aria-labelledby":i.ariaLabelledby||void 0,onKeydown:d},[e.renderSlot(i.$slots,"tabs")],40,ot),e.createElementVNode("div",rt,[e.renderSlot(i.$slots,"panels")])],2))}}),at=["id","aria-selected","aria-controls","disabled","tabindex"],lt=e.defineComponent({__name:"tab",props:{value:{},label:{default:""},disabled:{type:Boolean,default:!1}},emits:["change"],setup(l,{emit:r}){const a=r,o=l,t=e.inject(we,null),f=e.computed(()=>(t==null?void 0:t.activeValue.value)===o.value),s=e.computed(()=>((t==null?void 0:t.disabled.value)??!1)||o.disabled),p=e.computed(()=>t?t.getTabId(o.value):void 0),n=e.computed(()=>t?t.getPanelId(o.value):void 0),v=e.computed(()=>s.value?-1:f.value?0:-1),c=d=>{!t||s.value||(t.onChange(o.value,d),a("change",o.value,d))};return(d,g)=>(e.openBlock(),e.createElementBlock("button",{id:p.value,class:e.normalizeClass(["vf-tab",{"vf-tab_active":f.value,"vf-tab_disabled":s.value}]),type:"button",role:"tab","aria-selected":f.value,"aria-controls":n.value,disabled:s.value,tabindex:v.value,onClick:c},[e.renderSlot(d.$slots,"default",{},()=>[e.createTextVNode(e.toDisplayString(d.label),1)])],10,at))}}),nt=["id","aria-labelledby"],it=e.defineComponent({__name:"tab-panel",props:{value:{}},setup(l){const r=l,a=e.inject(we,null),o=e.computed(()=>(a==null?void 0:a.activeValue.value)===r.value),t=e.computed(()=>a?a.getTabId(r.value):void 0),f=e.computed(()=>a?a.getPanelId(r.value):void 0);return(s,p)=>e.withDirectives((e.openBlock(),e.createElementBlock("div",{id:f.value,class:"vf-tab-panel",role:"tabpanel",tabindex:"0","aria-labelledby":t.value},[e.renderSlot(s.$slots,"default")],8,nt)),[[e.vShow,o.value]])}}),Re=Symbol("VueForgeAccordion"),st=["aria-label","aria-labelledby"],dt=e.defineComponent({__name:"accordion",props:{modelValue:{default:void 0},multiple:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1},variant:{default:"filled"},size:{default:"normal"},ariaLabel:{default:""},ariaLabelledby:{default:""}},emits:["update:modelValue","change"],setup(l,{emit:r}){let a=0;const o=r,t=l,f=++a,s=d=>String(d).toLowerCase().trim().replace(/\s+/g,"-").replace(/[^a-z0-9_-]/g,""),p=e.computed(()=>{const d=["vf-accordion",`vf-accordion_${t.variant}`];return t.size!=="normal"&&d.push(`vf-accordion_${t.size}`),t.disabled&&d.push("vf-accordion_disabled"),d}),n=d=>Array.isArray(d)?d:d==null?[]:[d],v=(d,g)=>{if(t.disabled)return;if(t.multiple){const i=n(t.modelValue),_=i.includes(d)?i.filter(C=>C!==d):[...i,d];o("update:modelValue",_),o("change",_,g);return}const b=t.modelValue===d?void 0:d;o("update:modelValue",b),o("change",b,g)},c={modelValue:e.computed(()=>t.modelValue),multiple:e.computed(()=>t.multiple),disabled:e.computed(()=>t.disabled),variant:e.computed(()=>t.variant),size:e.computed(()=>t.size),onToggle:v,getHeaderId:d=>`vf-accordion-header-${f}-${s(d)}`,getPanelId:d=>`vf-accordion-panel-${f}-${s(d)}`};return e.provide(Re,c),(d,g)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(p.value),"aria-label":d.ariaLabel||void 0,"aria-labelledby":d.ariaLabelledby||void 0},[e.renderSlot(d.$slots,"default")],10,st))}}),ct=["id","disabled","aria-expanded","aria-controls"],ft={class:"vf-accordion__title"},vt=["id","aria-labelledby","aria-hidden"],pt={class:"vf-accordion__panel-inner"},ut=e.defineComponent({__name:"accordion-item",props:{value:{},title:{default:""},disabled:{type:Boolean,default:!1},unmount:{type:Boolean,default:!1}},setup(l){const r=l,a=e.inject(Re,null),o=e.computed(()=>{if(!a)return!1;const c=a.modelValue.value;return Array.isArray(c)?c.includes(r.value):c===r.value}),t=e.computed(()=>((a==null?void 0:a.disabled.value)??!1)||r.disabled),f=e.computed(()=>a?a.getHeaderId(r.value):void 0),s=e.computed(()=>a?a.getPanelId(r.value):void 0),p=e.computed(()=>r.unmount?o.value:!0),n=e.computed(()=>{const c=["vf-accordion-item"];return o.value&&c.push("vf-accordion-item_open"),t.value&&c.push("vf-accordion-item_disabled"),c}),v=c=>{!a||t.value||a.onToggle(r.value,c)};return(c,d)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(n.value)},[e.createElementVNode("button",{id:f.value,class:"vf-accordion__header",type:"button",disabled:t.value,"aria-expanded":o.value,"aria-controls":s.value,onClick:v},[e.createElementVNode("span",ft,[e.renderSlot(c.$slots,"title",{},()=>[e.createTextVNode(e.toDisplayString(c.title),1)])]),d[0]||(d[0]=e.createElementVNode("span",{class:"vf-accordion__icon","aria-hidden":"true"},null,-1))],8,ct),p.value?(e.openBlock(),e.createElementBlock("div",{key:0,id:s.value,class:e.normalizeClass(["vf-accordion__panel",{"vf-accordion__panel_open":o.value}]),role:"region","aria-labelledby":f.value,"aria-hidden":o.value?void 0:"true"},[e.createElementVNode("div",pt,[e.renderSlot(c.$slots,"default")])],10,vt)):e.createCommentVNode("",!0)],2))}}),bt=["data-severity"],gt={class:"vf-toast__body"},mt={key:0,class:"vf-toast__title"},ht={key:1,class:"vf-toast__message"},_t=e.defineComponent({__name:"toast",props:{modelValue:{type:Boolean,default:!1},title:{default:""},message:{default:""},severity:{default:"neutral"},closable:{type:Boolean,default:!0},duration:{default:0}},emits:["update:modelValue","open","close"],setup(l,{emit:r}){const a=r,o=l;let t=null;const f=()=>{t!==null&&(clearTimeout(t),t=null)},s=()=>{f(),!(!o.modelValue||o.duration<=0)&&(t=window.setTimeout(()=>{a("update:modelValue",!1),a("close")},o.duration))},p=()=>{f(),a("update:modelValue",!1),a("close")};return e.watch(()=>o.modelValue,n=>{n&&a("open"),s()},{immediate:!0}),e.onBeforeUnmount(()=>{f()}),(n,v)=>e.withDirectives((e.openBlock(),e.createElementBlock("div",{class:"vf-toast",role:"status","aria-live":"polite","data-severity":n.severity},[e.createElementVNode("div",gt,[n.title?(e.openBlock(),e.createElementBlock("div",mt,e.toDisplayString(n.title),1)):e.createCommentVNode("",!0),n.message||n.$slots.default?(e.openBlock(),e.createElementBlock("div",ht,[e.renderSlot(n.$slots,"default",{},()=>[e.createTextVNode(e.toDisplayString(n.message),1)])])):e.createCommentVNode("",!0)]),n.closable?(e.openBlock(),e.createElementBlock("button",{key:0,class:"vf-toast__close",type:"button",onClick:p},[e.renderSlot(n.$slots,"close",{},()=>[v[0]||(v[0]=e.createTextVNode("×"))])])):e.createCommentVNode("",!0)],8,bt)),[[e.vShow,n.modelValue]])}}),yt=e.defineComponent({__name:"toast-container",props:{position:{default:"top-right"}},setup(l){const r=l,a=e.computed(()=>`vf-toast-container_${r.position}`);return(o,t)=>(e.openBlock(),e.createBlock(e.Teleport,{to:"body"},[e.createElementVNode("div",{class:e.normalizeClass(["vf-toast-container",a.value]),role:"region","aria-live":"polite"},[e.renderSlot(o.$slots,"default")],2)]))}}),kt=["data-severity"],wt={key:0,class:"vf-alert__icon","aria-hidden":"true"},xt={class:"vf-alert__body"},zt={key:0,class:"vf-alert__title"},Ct={key:1,class:"vf-alert__message"},Bt={key:1,class:"vf-alert__actions"},$t=e.defineComponent({__name:"alert",props:{modelValue:{type:Boolean},title:{default:""},message:{default:""},severity:{default:"neutral"},closable:{type:Boolean,default:!1},icon:{default:""}},emits:["update:modelValue","close"],setup(l,{emit:r}){const a=r,o=l,t=e.ref(!0),f=e.computed(()=>typeof o.modelValue=="boolean"),s=e.computed(()=>f.value?o.modelValue:t.value);e.watch(()=>o.modelValue,n=>{typeof n=="boolean"&&(t.value=n)},{immediate:!0});const p=()=>{f.value?a("update:modelValue",!1):t.value=!1,a("close")};return(n,v)=>e.withDirectives((e.openBlock(),e.createElementBlock("div",{class:"vf-alert",role:"alert","data-severity":n.severity},[n.$slots.icon||n.icon?(e.openBlock(),e.createElementBlock("div",wt,[e.renderSlot(n.$slots,"icon",{},()=>[e.createTextVNode(e.toDisplayString(n.icon),1)])])):e.createCommentVNode("",!0),e.createElementVNode("div",xt,[n.title||n.$slots.title?(e.openBlock(),e.createElementBlock("div",zt,[e.renderSlot(n.$slots,"title",{},()=>[e.createTextVNode(e.toDisplayString(n.title),1)])])):e.createCommentVNode("",!0),n.message||n.$slots.default?(e.openBlock(),e.createElementBlock("div",Ct,[e.renderSlot(n.$slots,"default",{},()=>[e.createTextVNode(e.toDisplayString(n.message),1)])])):e.createCommentVNode("",!0)]),n.$slots.actions?(e.openBlock(),e.createElementBlock("div",Bt,[e.renderSlot(n.$slots,"actions")])):e.createCommentVNode("",!0),n.closable?(e.openBlock(),e.createElementBlock("button",{key:2,class:"vf-alert__close",type:"button","aria-label":"Close",onClick:p},[e.renderSlot(n.$slots,"close",{},()=>[v[0]||(v[0]=e.createTextVNode("×"))])])):e.createCommentVNode("",!0)],8,kt)),[[e.vShow,s.value]])}}),St=["checked","disabled"],Vt={key:0,class:"vf-switch__label"},Et=e.defineComponent({__name:"switch",props:{modelValue:{type:Boolean,default:!1},label:{default:""},disabled:{type:Boolean,default:!1}},emits:["update:modelValue","change"],setup(l,{emit:r}){const a=r,o=l,t=e.computed(()=>{const s=["vf-switch"];return o.disabled&&s.push("vf-switch_disabled"),s}),f=s=>{const p=s.target;a("update:modelValue",p.checked),a("change",s)};return(s,p)=>(e.openBlock(),e.createElementBlock("label",{class:e.normalizeClass(t.value)},[e.createElementVNode("input",{class:"vf-switch__control",type:"checkbox",checked:s.modelValue,disabled:s.disabled,onChange:f},null,40,St),p[0]||(p[0]=e.createElementVNode("span",{class:"vf-switch__track"},[e.createElementVNode("span",{class:"vf-switch__thumb"})],-1)),s.label||s.$slots.default?(e.openBlock(),e.createElementBlock("span",Vt,[e.renderSlot(s.$slots,"default",{},()=>[e.createTextVNode(e.toDisplayString(s.label),1)])])):e.createCommentVNode("",!0)],2))}}),Ft={class:"vf-popover"},Nt=["aria-expanded","onKeydown"],Tt=e.defineComponent({__name:"popover",emits:["click","onClick"],setup(l,{expose:r,emit:a}){const o=a,t=e.reactive({visible:!1});let f=0;const s=`vf-popover-panel-${++f}`,p=()=>t.visible=!0,n=()=>t.visible=!1,v=()=>t.visible=!t.visible,c=()=>{v(),o("click"),o("onClick")};return r({show:p,hide:n,toggle:v}),(d,g)=>(e.openBlock(),e.createElementBlock("div",Ft,[e.createElementVNode("div",{class:"vf-popover__button",role:"button",tabindex:"0","aria-haspopup":"dialog","aria-expanded":t.visible,"aria-controls":s,onClick:c,onKeydown:[e.withKeys(e.withModifiers(c,["prevent"]),["enter"]),e.withKeys(e.withModifiers(c,["prevent"]),["space"])]},[e.renderSlot(d.$slots,"button")],40,Nt),e.withDirectives(e.createVNode(Ve,{id:s,class:"vf-popover__wrapper"},e.createSlots({default:e.withCtx(()=>[g[0]||(g[0]=e.createElementVNode("div",{class:"vf-popover__arrow"},null,-1))]),_:2},[d.$slots.default?{name:"default",fn:e.withCtx(()=>[e.renderSlot(d.$slots,"default")]),key:"0"}:void 0,d.$slots.header||d.$slots.popoverHeader?{name:"header",fn:e.withCtx(()=>[e.renderSlot(d.$slots,"header"),d.$slots.header?e.createCommentVNode("",!0):e.renderSlot(d.$slots,"popoverHeader",{key:0})]),key:"1"}:void 0,d.$slots.body||d.$slots.popoverBody?{name:"body",fn:e.withCtx(()=>[e.renderSlot(d.$slots,"body"),d.$slots.body?e.createCommentVNode("",!0):e.renderSlot(d.$slots,"popoverBody",{key:0})]),key:"2"}:void 0,d.$slots.footer||d.$slots.popoverFooter?{name:"footer",fn:e.withCtx(()=>[e.renderSlot(d.$slots,"footer"),d.$slots.footer?e.createCommentVNode("",!0):e.renderSlot(d.$slots,"popoverFooter",{key:0})]),key:"3"}:void 0]),1536),[[e.vShow,t.visible]])]))}}),Dt=["aria-labelledby","aria-describedby"],Lt={key:0,class:"vf-modal__header"},Mt={key:0,class:"vf-modal__title"},Rt={key:3,class:"vf-modal__footer"},It=e.defineComponent({__name:"modal",props:{modelValue:{type:Boolean,default:!1},title:{default:""},closeOnOverlay:{type:Boolean,default:!0},closeOnEsc:{type:Boolean,default:!0},showClose:{type:Boolean,default:!0},lockScroll:{type:Boolean,default:!0},size:{default:"md"}},emits:["update:modelValue","open","close"],setup(l,{expose:r,emit:a}){const o=a,t=l;let f=0,s=0,p="",n=null;const v=e.ref(null),c=e.useSlots(),d=`vf-modal-title-${++f}`,g=`vf-modal-body-${f}`,b=e.computed(()=>!!t.title||!!c.header),i=e.computed(()=>!!c.body||!!c.default),k=e.computed(()=>{const u=["vf-modal"];return t.size!=="md"&&u.push(`vf-modal_${t.size}`),u}),_=()=>o("update:modelValue",!0),C=()=>{o("update:modelValue",!1),o("close")},M=()=>{t.closeOnOverlay&&C()},x=u=>{!t.modelValue||!t.closeOnEsc||u.key==="Escape"&&(u.preventDefault(),C())},$=()=>v.value?Array.from(v.value.querySelectorAll('a[href],button:not([disabled]),textarea:not([disabled]),input:not([disabled]),select:not([disabled]),[tabindex]:not([tabindex="-1"])')).filter(h=>!h.hasAttribute("disabled")&&!h.getAttribute("aria-hidden")):[],T=()=>{var h;const u=$();u.length?u[0].focus():(h=v.value)==null||h.focus()},w=u=>{var K;if(u.key!=="Tab")return;const h=$();if(!h.length){u.preventDefault(),(K=v.value)==null||K.focus();return}const m=h[0],S=h[h.length-1],D=document.activeElement;if(u.shiftKey&&D===m){u.preventDefault(),S.focus();return}!u.shiftKey&&D===S&&(u.preventDefault(),m.focus())},V=()=>{!t.lockScroll||typeof document>"u"||(s===0&&(p=document.body.style.overflow,document.body.style.overflow="hidden"),s+=1)},E=()=>{!t.lockScroll||typeof document>"u"||(s=Math.max(0,s-1),s===0&&(document.body.style.overflow=p))};return e.watch(()=>t.modelValue,async u=>{u?(typeof document<"u"&&(n=document.activeElement),V(),o("open"),await e.nextTick(),T(),typeof document<"u"&&document.addEventListener("keydown",x)):(E(),typeof document<"u"&&(document.removeEventListener("keydown",x),n==null||n.focus()))},{immediate:!0}),e.onBeforeUnmount(()=>{E(),typeof document<"u"&&document.removeEventListener("keydown",x)}),r({open:_,close:C}),(u,h)=>(e.openBlock(),e.createBlock(e.Teleport,{to:"body"},[e.withDirectives(e.createElementVNode("div",{class:e.normalizeClass(k.value),role:"presentation"},[e.createElementVNode("div",{class:"vf-modal__overlay",onClick:M}),e.createElementVNode("div",{ref_key:"panel",ref:v,class:"vf-modal__panel",role:"dialog","aria-modal":"true","aria-labelledby":b.value?d:void 0,"aria-describedby":i.value?g:void 0,tabindex:"-1",onKeydown:w},[b.value?(e.openBlock(),e.createElementBlock("div",Lt,[e.createElementVNode("div",{id:d,class:"vf-modal__header-content"},[e.renderSlot(u.$slots,"header",{},()=>[u.title?(e.openBlock(),e.createElementBlock("h3",Mt,e.toDisplayString(u.title),1)):e.createCommentVNode("",!0)])])])):e.createCommentVNode("",!0),u.showClose?e.renderSlot(u.$slots,"close",{key:1,close:C},()=>[e.createElementVNode("button",{type:"button",class:"vf-modal__close","aria-label":"Close",onClick:C},"×")]):e.createCommentVNode("",!0),u.$slots.body||u.$slots.default?(e.openBlock(),e.createElementBlock("div",{key:2,id:g,class:"vf-modal__body"},[e.renderSlot(u.$slots,"body"),u.$slots.body?e.createCommentVNode("",!0):e.renderSlot(u.$slots,"default",{key:0})])):e.createCommentVNode("",!0),u.$slots.footer?(e.openBlock(),e.createElementBlock("div",Rt,[e.renderSlot(u.$slots,"footer")])):e.createCommentVNode("",!0)],40,Dt)],2),[[e.vShow,u.modelValue]])]))}}),Pt=["aria-labelledby","aria-describedby"],Ot={key:0,class:"vf-drawer__header"},At={key:0,class:"vf-drawer__title"},Kt={key:3,class:"vf-drawer__footer"},Ht=e.defineComponent({__name:"drawer",props:{modelValue:{type:Boolean,default:!1},title:{default:""},position:{default:"right"},overlay:{type:Boolean,default:!0},closeOnOverlay:{type:Boolean,default:!0},closeOnEsc:{type:Boolean,default:!0},showClose:{type:Boolean,default:!0},lockScroll:{type:Boolean,default:!0},size:{default:"md"}},emits:["update:modelValue","open","close"],setup(l,{expose:r,emit:a}){const o=a,t=l;let f=0,s=0,p="",n=null;const v=e.ref(null),c=e.useSlots(),d=`vf-drawer-title-${++f}`,g=`vf-drawer-body-${f}`,b=e.computed(()=>!!t.title||!!c.header),i=e.computed(()=>!!c.body||!!c.default),k=e.computed(()=>{switch(t.position){case"left":return"translate3d(-100%, 0, 0)";case"right":return"translate3d(100%, 0, 0)";case"top":return"translate3d(0, -100%, 0)";case"bottom":return"translate3d(0, 100%, 0)";default:return"translate3d(100%, 0, 0)"}}),_=e.computed(()=>{const m=["vf-drawer",`vf-drawer_${t.position}`];return t.size!=="md"&&m.push(`vf-drawer_${t.size}`),m}),C=e.computed(()=>({"--vf-drawer-transform-from":k.value})),M=()=>o("update:modelValue",!0),x=()=>{o("update:modelValue",!1),o("close")},$=()=>{t.overlay&&t.closeOnOverlay&&x()},T=m=>{!t.modelValue||!t.closeOnEsc||m.key==="Escape"&&(m.preventDefault(),x())},w=()=>v.value?Array.from(v.value.querySelectorAll('a[href],button:not([disabled]),textarea:not([disabled]),input:not([disabled]),select:not([disabled]),[tabindex]:not([tabindex="-1"])')).filter(S=>!S.hasAttribute("disabled")&&!S.getAttribute("aria-hidden")):[],V=()=>{var S;const m=w();m.length?m[0].focus():(S=v.value)==null||S.focus()},E=m=>{var W;if(m.key!=="Tab")return;const S=w();if(!S.length){m.preventDefault(),(W=v.value)==null||W.focus();return}const D=S[0],K=S[S.length-1],Y=document.activeElement;if(m.shiftKey&&Y===D){m.preventDefault(),K.focus();return}!m.shiftKey&&Y===K&&(m.preventDefault(),D.focus())},u=()=>{!t.lockScroll||typeof document>"u"||(s===0&&(p=document.body.style.overflow,document.body.style.overflow="hidden"),s+=1)},h=()=>{!t.lockScroll||typeof document>"u"||(s=Math.max(0,s-1),s===0&&(document.body.style.overflow=p))};return e.watch(()=>t.modelValue,async m=>{m?(typeof document<"u"&&(n=document.activeElement),u(),o("open"),await e.nextTick(),V(),typeof document<"u"&&document.addEventListener("keydown",T)):(h(),typeof document<"u"&&(document.removeEventListener("keydown",T),n==null||n.focus()))},{immediate:!0}),e.onBeforeUnmount(()=>{h(),typeof document<"u"&&document.removeEventListener("keydown",T)}),r({open:M,close:x}),(m,S)=>(e.openBlock(),e.createBlock(e.Teleport,{to:"body"},[e.createVNode(e.Transition,{name:"vf-drawer",duration:{enter:320,leave:320}},{default:e.withCtx(()=>[e.withDirectives(e.createElementVNode("div",{class:e.normalizeClass(_.value),style:e.normalizeStyle(C.value),role:"presentation"},[m.overlay?(e.openBlock(),e.createElementBlock("div",{key:0,class:"vf-drawer__overlay",onClick:$})):e.createCommentVNode("",!0),e.createElementVNode("div",{ref_key:"panel",ref:v,class:"vf-drawer__panel",role:"dialog","aria-modal":"true","aria-labelledby":b.value?d:void 0,"aria-describedby":i.value?g:void 0,tabindex:"-1",onKeydown:E},[b.value?(e.openBlock(),e.createElementBlock("div",Ot,[e.createElementVNode("div",{id:d,class:"vf-drawer__header-content"},[e.renderSlot(m.$slots,"header",{},()=>[m.title?(e.openBlock(),e.createElementBlock("h3",At,e.toDisplayString(m.title),1)):e.createCommentVNode("",!0)])])])):e.createCommentVNode("",!0),m.showClose?e.renderSlot(m.$slots,"close",{key:1,close:x},()=>[e.createElementVNode("button",{type:"button",class:"vf-drawer__close","aria-label":"Close",onClick:x}," × ")]):e.createCommentVNode("",!0),m.$slots.body||m.$slots.default?(e.openBlock(),e.createElementBlock("div",{key:2,id:g,class:"vf-drawer__body"},[e.renderSlot(m.$slots,"body"),m.$slots.body?e.createCommentVNode("",!0):e.renderSlot(m.$slots,"default",{key:0})])):e.createCommentVNode("",!0),m.$slots.footer?(e.openBlock(),e.createElementBlock("div",Kt,[e.renderSlot(m.$slots,"footer")])):e.createCommentVNode("",!0)],40,Pt)],6),[[e.vShow,m.modelValue]])]),_:3})]))}}),Wt=["aria-expanded","aria-disabled","onKeydown"],jt=["data-placement"],Gt=e.defineComponent({name:"VfDropdown",__name:"dropdown",props:{modelValue:{type:Boolean,default:void 0},items:{default:()=>[]},placement:{default:"bottom-start"},offset:{default:6},disabled:{type:Boolean,default:!1},closeOnSelect:{type:Boolean,default:!0},closeOnEsc:{type:Boolean,default:!0},matchTriggerWidth:{type:Boolean,default:!0}},emits:["update:modelValue","open","close","select"],setup(l,{expose:r,emit:a}){const o=a,t=l;let f=0;const s=e.ref(null),p=e.ref(null),n=e.ref(null),v=e.ref(!1),c=e.ref(t.placement),d=e.ref(t.placement),g=`vf-dropdown-panel-${++f}`;let b=null;const i=e.computed(()=>t.modelValue!==void 0),k=u=>{t.disabled||(o("update:modelValue",u),i.value||(v.value=u))},_=()=>{c.value=t.placement,d.value=t.placement,k(!0)},C=()=>{k(!1)},M=()=>{v.value?C():_()},x=()=>{t.disabled||M()},$=u=>{if(o("select",u),!t.closeOnSelect)return;const h=u.target;h&&(h.closest(".vf-menu__parent")||(h.closest(".vf-menu__link")||h.closest("[data-dropdown-close]"))&&C())},T=u=>{var m;if(!v.value||!s.value)return;const h=u.target;s.value.contains(h)||(m=n.value)!=null&&m.contains(h)||C()},w=u=>{!v.value||!t.closeOnEsc||u.key==="Escape"&&(u.preventDefault(),C())},V=u=>{switch(u){case"bottom-start":return["top-start"];case"bottom-end":return["top-end"];case"top-start":return["bottom-start"];case"top-end":return["bottom-end"];case"top":return["bottom"];case"bottom":default:return["top"]}},E=()=>{if(!p.value||!n.value)return;const u=p.value,h=n.value,m=async()=>{const{x:Y,y:W,placement:U}=await fe(u,h,{placement:c.value,strategy:"fixed",middleware:[de(t.offset),se({placements:V(c.value)})]});d.value=U??c.value,t.matchTriggerWidth&&(h.style.minWidth=`${u.getBoundingClientRect().width}px`),h.style.left=`${Y}px`,h.style.top=`${W}px`},S=async()=>{await m()},D=ce(u,()=>{S()}),K=()=>{S()};document.addEventListener("scroll",K,!0),window.addEventListener("resize",K,!1),b={update:S,destroy:()=>{D(),document.removeEventListener("scroll",K,!0),window.removeEventListener("resize",K,!1)}},b.update()};return e.watch(()=>t.modelValue,u=>{i.value&&(v.value=!!u)},{immediate:!0}),e.watch(()=>t.placement,u=>{c.value=u,d.value=u}),e.watch(v,async u=>{if(o(u?"open":"close"),!u){b&&(b.destroy(),b=null);return}await e.nextTick(),b||E(),b==null||b.update()}),e.onMounted(()=>{document.addEventListener("click",T),document.addEventListener("keydown",w)}),e.onBeforeUnmount(()=>{document.removeEventListener("click",T),document.removeEventListener("keydown",w),b==null||b.destroy(),b=null}),r({open:_,close:C,toggle:M}),(u,h)=>(e.openBlock(),e.createElementBlock("div",{ref_key:"root",ref:s,class:e.normalizeClass(["vf-dropdown",{"vf-dropdown_disabled":u.disabled}])},[e.createElementVNode("div",{ref_key:"trigger",ref:p,class:"vf-dropdown__trigger",role:"button",tabindex:"0","aria-expanded":v.value,"aria-controls":g,"aria-disabled":u.disabled?"true":"false",onClick:x,onKeydown:[e.withKeys(e.withModifiers(x,["prevent"]),["enter"]),e.withKeys(e.withModifiers(x,["prevent"]),["space"])]},[e.renderSlot(u.$slots,"trigger")],40,Wt),(e.openBlock(),e.createBlock(e.Teleport,{to:"body"},[e.withDirectives(e.createElementVNode("div",{id:g,ref_key:"panel",ref:n,class:"vf-dropdown__panel",role:"menu","data-placement":d.value,onClick:$},[e.renderSlot(u.$slots,"default",{},()=>[t.items.length?(e.openBlock(),e.createBlock(Ee,{key:0,items:t.items},null,8,["items"])):e.createCommentVNode("",!0)])],8,jt),[[e.vShow,v.value]])]))],2))}}),Yt=["data-placement"],Ut={class:"vf-tooltip__content"},Xt={key:0,class:"vf-tooltip__arrow","aria-hidden":"true"},qt=e.defineComponent({__name:"tooltip",props:{text:{default:""},placement:{default:"top"},disabled:{type:Boolean,default:!1},arrow:{type:Boolean,default:!1}},setup(l){const r=l;let a=0;const o=e.ref(null),t=e.ref(null),f=e.ref(!1),s=e.ref("top"),p=`vf-tooltip-${++a}`;let n=null;const v=()=>{r.disabled||(f.value=!0)},c=()=>{f.value=!1},d=()=>{if(!o.value||!t.value)return;const b=o.value,i=t.value,k=async()=>{const{x,y:$,placement:T}=await fe(b,i,{placement:r.placement,strategy:"fixed",middleware:[de(8),se(),Io()]});s.value=T??r.placement,i.style.left=`${x}px`,i.style.top=`${$}px`},_=async()=>{await k()},C=ce(b,()=>{_()}),M=()=>{_()};document.addEventListener("scroll",M,!0),window.addEventListener("resize",M,!1),n={update:_,destroy:()=>{C(),document.removeEventListener("scroll",M,!0),window.removeEventListener("resize",M,!1)}},n.update()};e.watch(f,async b=>{if(!b){n&&(n.destroy(),n=null);return}n||d(),n==null||n.update()}),e.onMounted(()=>{f.value&&d()}),e.onBeforeUnmount(()=>{n==null||n.destroy(),n=null});const g=e.computed(()=>!!r.text||!!(t.value&&t.value.textContent));return e.watch(g,b=>{b||(f.value=!1)}),(b,i)=>(e.openBlock(),e.createElementBlock(e.Fragment,null,[e.createElementVNode("span",{ref_key:"trigger",ref:o,class:"vf-tooltip__trigger","aria-describedby":p,onMouseenter:v,onMouseleave:c,onFocus:v,onBlur:c},[e.renderSlot(b.$slots,"default")],544),(e.openBlock(),e.createBlock(e.Teleport,{to:"body"},[e.withDirectives(e.createElementVNode("div",{id:p,ref_key:"panel",ref:t,class:"vf-tooltip",role:"tooltip","data-placement":s.value},[e.createElementVNode("span",Ut,[e.renderSlot(b.$slots,"content",{},()=>[e.createTextVNode(e.toDisplayString(b.text),1)])]),b.arrow?(e.openBlock(),e.createElementBlock("span",Xt)):e.createCommentVNode("",!0)],8,Yt),[[e.vShow,f.value]])]))],64))}}),Zt=e.defineComponent({__name:"skeleton",props:{width:{default:""},height:{default:""},variant:{default:"text"},animated:{type:Boolean,default:!0}},setup(l){const r=l,a=f=>{if(!(f==null||f===""))return typeof f=="number"?`${f}px`:f},o=e.computed(()=>{const f=a(r.width),s=a(r.height),p={};return f&&(p.width=f),s&&(p.height=s),r.variant==="circle"&&(!f&&s&&(p.width=s),!s&&f&&(p.height=f)),p}),t=e.computed(()=>{const f=["vf-skeleton",`vf-skeleton_${r.variant}`];return r.animated&&f.push("vf-skeleton_animated"),f});return(f,s)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(t.value),style:e.normalizeStyle(o.value),"aria-hidden":"true"},null,6))}}),Jt=["aria-label","aria-valuenow","data-severity"],Qt={key:0,class:"vf-progress__track"},ea={key:1,class:"vf-progress__circle"},oa={viewBox:"0 0 100 100",class:"vf-progress__svg","aria-hidden":"true"},ra={key:2,class:"vf-progress__label"},ta=e.defineComponent({__name:"progress",props:{value:{default:null},variant:{default:"linear"},size:{default:"normal"},label:{default:""},showValue:{type:Boolean,default:!1},severity:{default:"neutral"},ariaLabel:{default:""}},setup(l){const r=l,a=e.useSlots(),o=b=>Math.min(100,Math.max(0,b)),t=e.computed(()=>r.value===void 0||r.value===null||Number.isNaN(r.value)),f=e.computed(()=>t.value?0:o(Number(r.value))),s=e.computed(()=>t.value?void 0:f.value),p=e.computed(()=>!!a.default),n=e.computed(()=>r.label?r.label:r.showValue&&!t.value?`${Math.round(f.value)}%`:""),v=e.computed(()=>{const b=["vf-progress",`vf-progress_${r.variant}`,`vf-progress_size-${r.size}`];return t.value&&b.push("vf-progress_indeterminate"),b}),c=e.computed(()=>{if(!t.value)return{width:`${f.value}%`}}),d=2*Math.PI*45,g=e.computed(()=>{if(t.value)return{strokeDasharray:`${d}px`,strokeDashoffset:`${d*.75}px`};const b=d-f.value/100*d;return{strokeDasharray:`${d}px`,strokeDashoffset:`${b}px`}});return(b,i)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(v.value),role:"progressbar","aria-label":b.ariaLabel||void 0,"aria-valuemin":"0","aria-valuemax":"100","aria-valuenow":s.value,"data-severity":b.severity},[b.variant==="linear"?(e.openBlock(),e.createElementBlock("div",Qt,[e.createElementVNode("div",{class:"vf-progress__bar",style:e.normalizeStyle(c.value)},null,4)])):(e.openBlock(),e.createElementBlock("div",ea,[(e.openBlock(),e.createElementBlock("svg",oa,[i[0]||(i[0]=e.createElementVNode("circle",{class:"vf-progress__circle-track",cx:"50",cy:"50",r:"45"},null,-1)),e.createElementVNode("circle",{class:"vf-progress__circle-bar",cx:"50",cy:"50",r:"45",style:e.normalizeStyle(g.value)},null,4)]))])),n.value||p.value?(e.openBlock(),e.createElementBlock("span",ra,[e.renderSlot(b.$slots,"default",{},()=>[e.createTextVNode(e.toDisplayString(n.value),1)])])):e.createCommentVNode("",!0)],10,Jt))}}),aa=["data-variant","data-severity","aria-label"],la=e.defineComponent({__name:"badge",props:{label:{default:""},size:{default:"normal"},variant:{default:"soft"},severity:{default:"neutral"},ariaLabel:{default:""}},setup(l){const r=l,a=e.computed(()=>[`vf-badge_size-${r.size}`]);return(o,t)=>(e.openBlock(),e.createElementBlock("span",{class:e.normalizeClass(["vf-badge",a.value]),"data-variant":o.variant,"data-severity":o.severity,role:"status","aria-label":o.ariaLabel||void 0},[e.renderSlot(o.$slots,"default",{},()=>[e.createTextVNode(e.toDisplayString(o.label),1)])],10,aa))}}),na=["data-variant","data-severity","aria-label"],ia={key:0,class:"vf-chip__icon"},sa={class:"vf-chip__label"},da=["disabled","aria-label"],ca=e.defineComponent({__name:"chip",props:{label:{default:""},size:{default:"normal"},variant:{default:"soft"},severity:{default:"neutral"},disabled:{type:Boolean,default:!1},closable:{type:Boolean,default:!1},icon:{default:""},ariaLabel:{default:""},closeLabel:{default:""}},emits:["close"],setup(l,{emit:r}){const a=r,o=l,t=e.computed(()=>{const s=[`vf-chip_size-${o.size}`];return o.disabled&&s.push("vf-chip_disabled"),s}),f=s=>{o.disabled||a("close",s)};return(s,p)=>(e.openBlock(),e.createElementBlock("span",{class:e.normalizeClass(["vf-chip",t.value]),"data-variant":s.variant,"data-severity":s.severity,role:"status","aria-label":s.ariaLabel||void 0},[s.$slots.icon||s.icon?(e.openBlock(),e.createElementBlock("span",ia,[e.renderSlot(s.$slots,"icon",{},()=>[e.createVNode(e.unref(pe.CmIcon),{icon:s.icon},null,8,["icon"])])])):e.createCommentVNode("",!0),e.createElementVNode("span",sa,[e.renderSlot(s.$slots,"default",{},()=>[e.createTextVNode(e.toDisplayString(s.label),1)])]),s.closable?(e.openBlock(),e.createElementBlock("button",{key:1,type:"button",class:"vf-chip__close",disabled:s.disabled,"aria-label":s.closeLabel||"Remove",onClick:f},[e.renderSlot(s.$slots,"close",{},()=>[p[0]||(p[0]=e.createTextVNode("×"))])],8,da)):e.createCommentVNode("",!0)],10,na))}}),fa=["data-status","aria-label"],va={class:"vf-avatar__content"},pa=["src","alt"],ua={key:1,class:"vf-avatar__initials"},ba=["data-status"],ga=e.defineComponent({__name:"avatar",props:{src:{default:""},alt:{default:""},name:{default:""},size:{default:"normal"},shape:{default:"circle"},status:{default:void 0}},setup(l){const r=l,a=e.ref(!1),o=v=>{const c=v.trim();if(!c)return"";const d=c.split(/\s+/).filter(Boolean);return d.length===1?d[0].slice(0,2).toUpperCase():`${d[0][0]}${d[1][0]}`.toUpperCase()},t=e.computed(()=>o(r.name||r.alt||"")),f=e.computed(()=>!!(r.src&&!a.value)),s=e.computed(()=>{if(r.alt)return r.alt;if(r.name)return r.name}),p=e.computed(()=>[`vf-avatar_size-${r.size}`,`vf-avatar_shape-${r.shape}`]),n=()=>{a.value=!0};return e.watch(()=>r.src,()=>{a.value=!1}),(v,c)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["vf-avatar",p.value]),"data-status":v.status||void 0,role:"img","aria-label":s.value},[e.createElementVNode("div",va,[e.renderSlot(v.$slots,"default",{},()=>[f.value?(e.openBlock(),e.createElementBlock("img",{key:0,class:"vf-avatar__image",src:v.src,alt:v.alt||v.name||"",onError:n},null,40,pa)):(e.openBlock(),e.createElementBlock("span",ua,e.toDisplayString(t.value),1))])]),v.status?(e.openBlock(),e.createElementBlock("span",{key:0,class:"vf-avatar__status","data-status":v.status,"aria-hidden":"true"},null,8,ba)):e.createCommentVNode("",!0)],10,fa))}}),ma=["aria-label"],ha={key:0,class:"vf-datatable__head"},_a={class:"vf-datatable__row"},ya=["aria-sort"],ka=["onClick"],wa={class:"vf-datatable__header-text"},xa={key:1,class:"vf-datatable__header-text"},za={class:"vf-datatable__body"},Ca={key:0,class:"vf-datatable__row vf-datatable__row_state"},Ba=["colspan"],$a={key:1,class:"vf-datatable__row vf-datatable__row_state"},Sa=["colspan"],Va=["onClick"],Ea=e.defineComponent({__name:"data-table",props:{rows:{default:()=>[]},columns:{default:()=>[]},rowKey:{type:[String,Function],default:"id"},sortable:{type:Boolean,default:!1},sortField:{default:null},sortOrder:{default:null},loading:{type:Boolean,default:!1},loadingText:{default:"Loading..."},emptyText:{default:"No data"},striped:{type:Boolean,default:!1},hover:{type:Boolean,default:!0},size:{default:"normal"},variant:{default:"filled"},showHeader:{type:Boolean,default:!0},ariaLabel:{default:"Data table"}},emits:["update:sortField","update:sortOrder","sort","rowClick"],setup(l,{emit:r}){const a=l,o=r,t=e.ref(a.sortField??null),f=e.ref(a.sortOrder??null);e.watch(()=>a.sortField,u=>{t.value=u??null}),e.watch(()=>a.sortOrder,u=>{f.value=u??null});const s=e.computed(()=>t.value),p=e.computed(()=>f.value),n=e.computed(()=>Math.max(1,a.columns.length)),v=u=>u.sortable===!1?!1:u.sortable===!0?!0:a.sortable,c=(u,h)=>u==null&&h==null?0:u==null?-1:h==null?1:typeof u=="number"&&typeof h=="number"?u-h:String(u).localeCompare(String(h)),d=e.computed(()=>{const u=a.rows??[],h=s.value,m=p.value;return!h||!m?u:[...u].sort((S,D)=>{const K=S==null?void 0:S[h],Y=D==null?void 0:D[h],W=c(K,Y);return m==="asc"?W:-W})}),g=e.computed(()=>{const u=["vf-datatable",`vf-datatable_${a.variant}`];return a.size!=="normal"&&u.push(`vf-datatable_${a.size}`),a.striped&&u.push("vf-datatable_striped"),a.hover&&u.push("vf-datatable_hover"),u}),b=(u,h)=>{if(typeof a.rowKey=="function")return a.rowKey(u,h);if(a.rowKey&&typeof a.rowKey=="string"){const m=u==null?void 0:u[a.rowKey];return typeof m=="string"||typeof m=="number"?m:h}return h},i=(u,h)=>u==null?void 0:u[h.field],k=(u,h)=>{const m=i(u,h);return h.formatter?h.formatter(u,m,h):m??""},_=u=>{if(!v(u))return;let h=u.field,m="asc";s.value===u.field&&(p.value==="asc"?m="desc":p.value==="desc"?(h=null,m=null):m="asc"),t.value=h,f.value=m,o("update:sortField",h),o("update:sortOrder",m),o("sort",h,m)},C=u=>s.value!==u.field?"↕":p.value==="asc"?"↑":"↓",M=u=>s.value!==u.field?"":"is-active",x=u=>{if(v(u))return s.value!==u.field?"none":p.value==="asc"?"ascending":"descending"},$=u=>{const h=[];return a.striped&&u%2===1&&h.push("vf-datatable__row_striped"),h},T=u=>{const h=[];return u.align&&h.push(`vf-datatable__cell_${u.align}`),v(u)&&h.push("vf-datatable__header_sortable"),h},w=u=>{const h=[];return u.align&&h.push(`vf-datatable__cell_${u.align}`),h},V=u=>{const h={};return u.width&&(h.width=u.width),u.minWidth&&(h.minWidth=u.minWidth),h},E=(u,h,m)=>{o("rowClick",u,h,m)};return(u,h)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(g.value)},[e.createElementVNode("table",{class:"vf-datatable__table","aria-label":u.ariaLabel},[u.showHeader?(e.openBlock(),e.createElementBlock("thead",ha,[e.createElementVNode("tr",_a,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(u.columns,m=>(e.openBlock(),e.createElementBlock("th",{key:m.field,class:e.normalizeClass(["vf-datatable__header",T(m)]),style:e.normalizeStyle(V(m)),"aria-sort":x(m),scope:"col"},[v(m)?(e.openBlock(),e.createElementBlock("button",{key:0,type:"button",class:"vf-datatable__sort-button",onClick:S=>_(m)},[e.createElementVNode("span",wa,[u.$slots[`header-${m.field}`]?e.renderSlot(u.$slots,`header-${m.field}`,{key:0,column:m}):(e.openBlock(),e.createElementBlock(e.Fragment,{key:1},[e.createTextVNode(e.toDisplayString(m.header??m.field),1)],64))]),e.createElementVNode("span",{class:e.normalizeClass(["vf-datatable__sort-icon",M(m)])},e.toDisplayString(C(m)),3)],8,ka)):(e.openBlock(),e.createElementBlock("span",xa,[u.$slots[`header-${m.field}`]?e.renderSlot(u.$slots,`header-${m.field}`,{key:0,column:m}):(e.openBlock(),e.createElementBlock(e.Fragment,{key:1},[e.createTextVNode(e.toDisplayString(m.header??m.field),1)],64))]))],14,ya))),128))])])):e.createCommentVNode("",!0),e.createElementVNode("tbody",za,[u.loading?(e.openBlock(),e.createElementBlock("tr",Ca,[e.createElementVNode("td",{class:"vf-datatable__cell vf-datatable__cell_state",colspan:n.value},[e.renderSlot(u.$slots,"loading",{},()=>[e.createTextVNode(e.toDisplayString(u.loadingText),1)])],8,Ba)])):d.value.length?(e.openBlock(!0),e.createElementBlock(e.Fragment,{key:2},e.renderList(d.value,(m,S)=>(e.openBlock(),e.createElementBlock("tr",{key:b(m,S),class:e.normalizeClass(["vf-datatable__row",$(S)]),onClick:D=>E(m,S,D)},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(u.columns,D=>(e.openBlock(),e.createElementBlock("td",{key:D.field,class:e.normalizeClass(["vf-datatable__cell",w(D)]),style:e.normalizeStyle(V(D))},[u.$slots[`cell-${D.field}`]?e.renderSlot(u.$slots,`cell-${D.field}`,{key:0,row:m,column:D,value:i(m,D),index:S}):(e.openBlock(),e.createElementBlock(e.Fragment,{key:1},[e.createTextVNode(e.toDisplayString(k(m,D)),1)],64))],6))),128))],10,Va))),128)):(e.openBlock(),e.createElementBlock("tr",$a,[e.createElementVNode("td",{class:"vf-datatable__cell vf-datatable__cell_state",colspan:n.value},[e.renderSlot(u.$slots,"empty",{},()=>[e.createTextVNode(e.toDisplayString(u.emptyText),1)])],8,Sa)]))])],8,ma)],2))}}),Fa={class:"vf-slider__control"},Na=["min","max","step","value","disabled","aria-label"],Ta=["min","max","step","value","disabled","aria-label"],Da={key:0,class:"vf-slider__marks"},La={key:0,class:"vf-slider__mark-label"},Ma={key:1,class:"vf-slider__value"},Ra=e.defineComponent({name:"VfSlider",__name:"slider",props:{modelValue:{default:void 0},min:{default:0},max:{default:100},step:{default:1},range:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1},size:{default:"normal"},variant:{default:"filled"},showValue:{type:Boolean,default:!1},marks:{default:()=>[]},ariaLabel:{default:"Slider"},ariaLabelStart:{default:"Start value"},ariaLabelEnd:{default:"End value"}},emits:["update:modelValue","input","change","focus","blur"],setup(l,{emit:r}){const a=r,o=l,t=e.computed(()=>o.range||Array.isArray(o.modelValue)),f=e.computed(()=>Number.isFinite(o.min)?o.min:0),s=e.computed(()=>Number.isFinite(o.max)?o.max:100),p=e.computed(()=>o.step&&o.step>0?o.step:1),n=B=>{const N=B.toString();return N.includes(".")?N.split(".")[1].length:0},v=B=>Math.min(s.value,Math.max(f.value,B)),c=B=>{const N=Number(B),z=f.value,R=Number.isFinite(N)?N:z,I=v(R),j=p.value,y=n(j),L=Math.round((I-f.value)/j)*j+f.value;return Number.parseFloat(L.toFixed(y))},d=e.computed(()=>{if(!t.value){const R=c(o.modelValue??f.value);return[R,R]}const B=Array.isArray(o.modelValue)?o.modelValue:[f.value,s.value];let N=c(B[0]),z=c(B[1]);return N>z&&([N,z]=[z,N]),[N,z]}),g=e.computed(()=>t.value?d.value[0]:c(o.modelValue??f.value)),b=e.computed(()=>t.value?d.value[1]:c(o.modelValue??f.value)),i=B=>{const N=s.value-f.value;return N<=0?0:(B-f.value)/N*100},k=e.computed(()=>t.value?i(g.value):0),_=e.computed(()=>i(t.value?b.value:g.value)),C=e.computed(()=>({"--vf-slider-start":`${k.value}%`,"--vf-slider-end":`${_.value}%`})),M=e.computed(()=>{const B=["vf-slider",`vf-slider_${o.variant}`];return o.size!=="normal"&&B.push(`vf-slider_${o.size}`),o.disabled&&B.push("vf-slider_disabled"),t.value&&B.push("vf-slider_range"),B}),x=e.computed(()=>({zIndex:t.value&&k.value>50?4:3})),$=e.computed(()=>({zIndex:t.value&&k.value>50?3:4})),T=(B,N,z)=>{if(o.disabled)return;const R=c(Number(B));a("update:modelValue",R),a(z,N)},w=(B,N,z,R)=>{if(o.disabled)return;const I=c(Number(B));let[j,y]=d.value;N==="start"?j=Math.min(I,y):y=Math.max(I,j),a("update:modelValue",[j,y]),a(R,z)},V=B=>{const N=B.target;if(t.value){w(N.value,"start",B,"input");return}T(N.value,B,"input")},E=B=>{const N=B.target;w(N.value,"end",B,"input")},u=B=>{const N=B.target;if(t.value){w(N.value,"start",B,"change");return}T(N.value,B,"change")},h=B=>{const N=B.target;w(N.value,"end",B,"change")},m=B=>a("focus",B),S=B=>a("blur",B),D=e.computed(()=>o.marks??[]),K=B=>({left:`${i(v(B))}%`}),Y=e.computed(()=>t.value?`${d.value[0]} - ${d.value[1]}`:`${g.value}`),W=e.computed(()=>t.value?o.ariaLabelStart:o.ariaLabel),U=e.computed(()=>t.value?o.ariaLabelEnd:o.ariaLabel);return(B,N)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(M.value),style:e.normalizeStyle(C.value)},[e.createElementVNode("div",Fa,[N[0]||(N[0]=e.createElementVNode("div",{class:"vf-slider__track"},[e.createElementVNode("div",{class:"vf-slider__fill"})],-1)),e.createElementVNode("input",{class:"vf-slider__input vf-slider__input_start",type:"range",min:f.value,max:s.value,step:p.value,value:g.value,disabled:B.disabled,"aria-label":W.value,style:e.normalizeStyle(x.value),onInput:V,onChange:u,onFocus:m,onBlur:S},null,44,Na),t.value?(e.openBlock(),e.createElementBlock("input",{key:0,class:"vf-slider__input vf-slider__input_end",type:"range",min:f.value,max:s.value,step:p.value,value:b.value,disabled:B.disabled,"aria-label":U.value,style:e.normalizeStyle($.value),onInput:E,onChange:h,onFocus:m,onBlur:S},null,44,Ta)):e.createCommentVNode("",!0)]),D.value.length?(e.openBlock(),e.createElementBlock("div",Da,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(D.value,z=>(e.openBlock(),e.createElementBlock("span",{key:z.value,class:"vf-slider__mark",style:e.normalizeStyle(K(z.value))},[z.label?(e.openBlock(),e.createElementBlock("span",La,e.toDisplayString(z.label),1)):e.createCommentVNode("",!0)],4))),128))])):e.createCommentVNode("",!0),B.showValue?(e.openBlock(),e.createElementBlock("div",Ma,e.toDisplayString(Y.value),1)):e.createCommentVNode("",!0)],6))}}),Ia=["aria-label","aria-labelledby"],Pa={class:"vf-stepper__list"},Oa={class:"vf-stepper__indicator-wrap"},Aa={class:"vf-stepper__indicator"},Ka={key:0,class:"vf-stepper__line","aria-hidden":"true"},Ha={class:"vf-stepper__content"},Wa={key:0,class:"vf-stepper__label"},ja={key:1,class:"vf-stepper__description"},Ga=e.defineComponent({name:"VfStepper",__name:"stepper",props:{modelValue:{default:void 0},steps:{default:()=>[]},orientation:{default:"horizontal"},size:{default:"normal"},clickable:{type:Boolean,default:!1},ariaLabel:{default:""},ariaLabelledby:{default:""}},emits:["update:modelValue","change"],setup(l,{emit:r}){const a=r,o=l,t=e.computed(()=>o.steps??[]),f=($,T)=>$.value??T,s=e.computed(()=>{if(o.modelValue===void 0||o.modelValue===null)return 0;const $=t.value.findIndex((T,w)=>f(T,w)===o.modelValue);return $>=0?$:0}),p=e.computed(()=>{const $=["vf-stepper",`vf-stepper_${o.orientation}`,`vf-stepper_size-${o.size}`];return o.clickable&&$.push("vf-stepper_clickable"),$}),n=($,T)=>$.status?$.status:T<s.value?"completed":T===s.value?"active":"upcoming",v=$=>n(t.value[$],$)==="active",c=$=>n(t.value[$],$)==="completed",d=$=>n(t.value[$],$)==="upcoming",g=($,T)=>n($,T)==="error",b=$=>!!$.disabled,i=($,T)=>({"is-active":v(T),"is-completed":c(T),"is-upcoming":d(T),"is-error":g($,T),"is-disabled":b($)}),k=$=>o.clickable&&!b($)?"button":"div",_=$=>o.clickable&&!b($)?"button":void 0,C=$=>k($)==="button"?b($):void 0,M=($,T,w)=>{if(!o.clickable||b($))return;const V=f($,T);a("update:modelValue",V),a("change",V,$,T,w)},x=($,T)=>`${$.value??$.label??"step"}_${T.toString()}`;return($,T)=>(e.openBlock(),e.createElementBlock("nav",{class:e.normalizeClass(p.value),"aria-label":$.ariaLabel||void 0,"aria-labelledby":$.ariaLabelledby||void 0},[e.createElementVNode("ol",Pa,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.value,(w,V)=>(e.openBlock(),e.createElementBlock("li",{key:x(w,V),class:e.normalizeClass(["vf-stepper__item",i(w,V)])},[(e.openBlock(),e.createBlock(e.resolveDynamicComponent(k(w)),{class:"vf-stepper__button",type:_(w),disabled:C(w),"aria-current":v(V)?"step":void 0,"aria-disabled":b(w)?"true":void 0,onClick:E=>M(w,V,E)},{default:e.withCtx(()=>[e.createElementVNode("span",Oa,[e.createElementVNode("span",Aa,[e.renderSlot($.$slots,"indicator",{step:w,index:V,status:n(w,V),active:v(V),completed:c(V),upcoming:d(V),error:g(w,V)},()=>[e.createTextVNode(e.toDisplayString(V+1),1)])]),V<t.value.length-1?(e.openBlock(),e.createElementBlock("span",Ka)):e.createCommentVNode("",!0)]),e.createElementVNode("span",Ha,[e.renderSlot($.$slots,"step",{step:w,index:V,status:n(w,V),active:v(V),completed:c(V),upcoming:d(V),error:g(w,V)},()=>[w.label?(e.openBlock(),e.createElementBlock("span",Wa,e.toDisplayString(w.label),1)):e.createCommentVNode("",!0),w.description?(e.openBlock(),e.createElementBlock("span",ja,e.toDisplayString(w.description),1)):e.createCommentVNode("",!0)])])]),_:2},1032,["type","disabled","aria-current","aria-disabled","onClick"]))],2))),128))])],10,Ia))}}),Ya=["aria-label","aria-readonly","aria-disabled"],Ua=["aria-checked","aria-label","tabindex","disabled","onClick","onKeydown"],Xa={class:"vf-rating__icon vf-rating__icon_empty"},qa={class:"vf-rating__icon_inner"},Za=e.defineComponent({__name:"rating",props:{modelValue:{default:0},max:{default:5},size:{default:"normal"},allowHalf:{type:Boolean,default:!1},readonly:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1},ariaLabel:{default:""}},emits:["update:modelValue","change","focus","blur"],setup(l,{emit:r}){const a=r,o=l,t=e.ref(null),f=e.ref(null),s=e.ref([]),p=e.computed(()=>o.allowHalf?.5:1),n=e.computed(()=>Math.max(1,Math.floor(o.max))),v=e.computed(()=>Array.from({length:n.value},(m,S)=>S+1)),c=e.computed(()=>{const m=t.value??o.modelValue??0,S=Math.min(n.value,Math.max(0,m));return o.allowHalf?Math.round(S*2)/2:Math.round(S)}),d=e.computed(()=>{const m=Math.min(n.value,Math.max(0,o.modelValue??0));return m===0?1:Math.min(n.value,Math.max(1,Math.ceil(m)))}),g=e.computed(()=>{const m=[`vf-rating_${o.size}`];return o.disabled&&m.push("vf-rating_disabled"),o.readonly&&m.push("vf-rating_readonly"),t.value!==null&&m.push("vf-rating_hover"),m}),b=m=>Math.min(n.value,Math.max(0,m)),i=m=>{const S=Math.round(m/p.value)*p.value;return b(S)},k=(m,S)=>{if(!o.allowHalf)return m;const K=S.currentTarget.getBoundingClientRect();return S.clientX-K.left<=K.width/2?m-.5:m},_=m=>{const S=i(m);a("update:modelValue",S),a("change",S)},C=m=>{if(o.disabled||o.readonly)return;const S=s.value.filter(Boolean);if(!S.length)return;const D=m.clientX,K=S[0].getBoundingClientRect(),Y=S[S.length-1].getBoundingClientRect();if(D<K.left){t.value=0;return}if(D>Y.right){t.value=n.value;return}let W=0,U=K,B=Number.POSITIVE_INFINITY;S.forEach((z,R)=>{const I=z.getBoundingClientRect(),j=I.left+I.width/2,y=Math.abs(D-j);y<B&&(B=y,W=R,U=I)});let N=W+1;if(o.allowHalf){const z=U.left+U.width/2;N=D<z?N-.5:N}t.value=b(N)},M=()=>{t.value=null},x=(m,S)=>{o.disabled||o.readonly||_(k(m,S))},$=(m,S)=>{if(o.disabled||o.readonly)return;let D=o.modelValue??0;switch(S.key){case"ArrowRight":case"ArrowUp":D=(o.modelValue??0)+p.value;break;case"ArrowLeft":case"ArrowDown":D=(o.modelValue??0)-p.value;break;case"Home":D=0;break;case"End":D=n.value;break;case" ":case"Enter":D=m;break;default:return}S.preventDefault(),_(D)},T=m=>a("focus",m),w=m=>a("blur",m),V=m=>{const S=c.value-(m-1),D=Math.min(1,Math.max(0,S));return o.allowHalf?D>=1?"100%":D>=.5?"50%":"0%":D>=1?"100%":"0%"},E=m=>m===d.value?0:-1,u=m=>(o.modelValue??0)===0?!1:m===d.value,h=m=>o.ariaLabel?`${o.ariaLabel} ${m}`:`${m}`;return(m,S)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["vf-rating",g.value]),ref_key:"rootRef",ref:f,role:"radiogroup","aria-label":m.ariaLabel||void 0,"aria-readonly":m.readonly||void 0,"aria-disabled":m.disabled||void 0,onMousemove:C,onMouseleave:M},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(v.value,D=>(e.openBlock(),e.createElementBlock("button",{key:D,type:"button",class:"vf-rating__item",ref_for:!0,ref_key:"itemRefs",ref:s,role:"radio","aria-checked":u(D),"aria-label":h(D),tabindex:E(D),disabled:m.disabled,onFocus:T,onBlur:w,onClick:K=>x(D,K),onKeydown:K=>$(D,K)},[e.createElementVNode("span",Xa,[e.renderSlot(m.$slots,"icon",{},()=>[S[0]||(S[0]=e.createElementVNode("svg",{viewBox:"0 0 24 24","aria-hidden":"true",class:"vf-rating__svg"},[e.createElementVNode("path",{d:"M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z",fill:"currentColor"})],-1))])]),e.createElementVNode("span",{class:"vf-rating__icon vf-rating__icon_fill",style:e.normalizeStyle({width:V(D)})},[e.createElementVNode("span",qa,[e.renderSlot(m.$slots,"active-icon",{},()=>[S[1]||(S[1]=e.createElementVNode("svg",{viewBox:"0 0 24 24","aria-hidden":"true",class:"vf-rating__svg"},[e.createElementVNode("path",{d:"M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z",fill:"currentColor"})],-1))])])],4)],40,Ua))),128))],42,Ya))}}),Ja={class:"vf-tree__node",role:"none"},Qa=["aria-level","aria-expanded","aria-selected","aria-disabled","tabindex"],el=["disabled","aria-label"],ol={key:1,class:"vf-tree__toggle-spacer","aria-hidden":"true"},rl={class:"vf-tree__label"},tl={key:0,class:"vf-tree__group",role:"group"},al=e.defineComponent({__name:"tree-node",props:{node:{},level:{},size:{},variant:{},disabled:{type:Boolean},expandOnClick:{type:Boolean},selectable:{type:Boolean},isSelected:{type:Function},isExpanded:{type:Function},isDisabled:{type:Function},onSelect:{type:Function},onToggle:{type:Function}},setup(l){const r=l,a=e.computed(()=>{var i;return!!((i=r.node.children)!=null&&i.length)}),o=e.computed(()=>r.isDisabled(r.node)),t=e.computed(()=>r.isSelected(r.node.key)),f=e.computed(()=>r.isExpanded(r.node.key)),s=e.computed(()=>{const i=[`vf-tree__row_${r.variant}`];return r.size!=="normal"&&i.push(`vf-tree__row_${r.size}`),t.value&&i.push("is-selected"),o.value&&i.push("is-disabled"),i}),p=e.computed(()=>({"--vf-tree-level":String(r.level)})),n=i=>{o.value||(r.expandOnClick&&a.value&&r.onToggle(r.node,i),r.onSelect(r.node,i))},v=i=>{const k=i,_=k==null?void 0:k.closest('[role="tree"]');return _?Array.from(_.querySelectorAll('[role="treeitem"]')):[]},c=(i,k)=>{k<0||k>=i.length||i[k].focus()},d=i=>{const k=i.closest('[role="group"]');if(!k)return;const _=k.previousElementSibling;_ instanceof HTMLElement&&_.getAttribute("role")==="treeitem"&&_.focus()},g=i=>{if(o.value)return;const k=i.currentTarget;if(i.key==="Enter"||i.key===" "){i.preventDefault(),n(i);return}if(i.key==="ArrowRight"){if(i.preventDefault(),a.value&&!f.value){r.onToggle(r.node,i);return}const _=v(i.target),C=_.indexOf(k);c(_,C+1);return}if(i.key==="ArrowLeft"){if(i.preventDefault(),a.value&&f.value){r.onToggle(r.node,i);return}d(k);return}if(i.key==="ArrowDown"||i.key==="ArrowUp"||i.key==="Home"||i.key==="End"){i.preventDefault();const _=v(i.target);if(!_.length)return;const C=_.indexOf(k);if(i.key==="ArrowDown"){c(_,C+1);return}if(i.key==="ArrowUp"){c(_,C-1);return}if(i.key==="Home"){c(_,0);return}c(_,_.length-1)}},b=i=>{o.value||!a.value||r.onToggle(r.node,i)};return(i,k)=>{const _=e.resolveComponent("TreeNode",!0);return e.openBlock(),e.createElementBlock("li",Ja,[e.createElementVNode("div",{class:e.normalizeClass(["vf-tree__row",s.value]),style:e.normalizeStyle(p.value),role:"treeitem","aria-level":i.level,"aria-expanded":a.value?f.value:void 0,"aria-selected":t.value,"aria-disabled":o.value?"true":void 0,tabindex:o.value?-1:0,onClick:n,onKeydown:g},[a.value?(e.openBlock(),e.createElementBlock("button",{key:0,type:"button",class:e.normalizeClass(["vf-tree__toggle",{"is-expanded":f.value}]),disabled:o.value,tabindex:"-1","aria-label":f.value?"Collapse":"Expand",onClick:e.withModifiers(b,["stop"])},e.toDisplayString(f.value?"-":"+"),11,el)):(e.openBlock(),e.createElementBlock("span",ol)),e.createElementVNode("span",rl,[e.renderSlot(i.$slots,"label",{node:i.node,level:i.level,selected:t.value,expanded:f.value,disabled:o.value},()=>[e.createTextVNode(e.toDisplayString(i.node.label),1)])])],46,Qa),a.value&&f.value?(e.openBlock(),e.createElementBlock("ul",tl,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(i.node.children,C=>(e.openBlock(),e.createBlock(_,{key:C.key,node:C,level:i.level+1,size:i.size,variant:i.variant,disabled:i.disabled,"expand-on-click":i.expandOnClick,selectable:i.selectable,"is-selected":i.isSelected,"is-expanded":i.isExpanded,"is-disabled":i.isDisabled,"on-select":i.onSelect,"on-toggle":i.onToggle},{label:e.withCtx(M=>[e.renderSlot(i.$slots,"label",e.mergeProps({ref_for:!0},M))]),_:2},1032,["node","level","size","variant","disabled","expand-on-click","selectable","is-selected","is-expanded","is-disabled","on-select","on-toggle"]))),128))])):e.createCommentVNode("",!0)])}}}),ll=["aria-label","aria-labelledby"],nl={class:"vf-tree__list",role:"group"},il=e.defineComponent({__name:"tree",props:{items:{default:()=>[]},modelValue:{default:void 0},expandedKeys:{default:()=>[]},multiple:{type:Boolean,default:!1},selectable:{type:Boolean,default:!0},expandOnClick:{type:Boolean,default:!0},disabled:{type:Boolean,default:!1},size:{default:"normal"},variant:{default:"filled"},ariaLabel:{default:"Tree"},ariaLabelledby:{default:""}},emits:["update:modelValue","update:expandedKeys","change","toggle","nodeClick"],setup(l,{emit:r}){const a=l,o=r,t=i=>Array.isArray(i)?i:i==null?[]:[i],f=e.computed(()=>{const i=["vf-tree",`vf-tree_${a.variant}`];return a.size!=="normal"&&i.push(`vf-tree_${a.size}`),a.disabled&&i.push("vf-tree_disabled"),i}),s=e.computed(()=>t(a.modelValue)),p=e.computed(()=>new Set(s.value)),n=e.computed(()=>new Set(a.expandedKeys)),v=i=>a.disabled||!!i.disabled,c=i=>p.value.has(i),d=i=>n.value.has(i),g=(i,k)=>{if(o("nodeClick",i,k),!a.selectable||v(i))return;if(a.multiple){const C=s.value,x=C.includes(i.key)?C.filter($=>$!==i.key):[...C,i.key];o("update:modelValue",x),o("change",x,i,k);return}const _=a.modelValue===i.key?void 0:i.key;o("update:modelValue",_),o("change",_,i,k)},b=(i,k)=>{if(v(i))return;const _=a.expandedKeys,C=_.includes(i.key),M=C?_.filter(x=>x!==i.key):[..._,i.key];o("update:expandedKeys",M),o("toggle",i.key,!C,i,k)};return(i,k)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(f.value),role:"tree","aria-label":i.ariaLabel||void 0,"aria-labelledby":i.ariaLabelledby||void 0},[e.createElementVNode("ul",nl,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(i.items,_=>(e.openBlock(),e.createBlock(al,{key:_.key,node:_,level:1,size:i.size,variant:i.variant,disabled:i.disabled,"expand-on-click":i.expandOnClick,selectable:i.selectable,"is-selected":c,"is-expanded":d,"is-disabled":v,"on-select":g,"on-toggle":b},{label:e.withCtx(C=>[e.renderSlot(i.$slots,"label",e.mergeProps({ref_for:!0},C))]),_:2},1032,["node","size","variant","disabled","expand-on-click","selectable"]))),128))])],10,ll))}}),sl=["aria-label"],dl={class:"vf-breadcrumbs__list"},cl={key:0,class:"vf-breadcrumbs__current","aria-current":"page"},fl={key:0,class:"vf-breadcrumbs__separator","aria-hidden":"true"},vl=e.defineComponent({name:"VfBreadcrumbs",__name:"breadcrumbs",props:{items:{default:()=>[]},separator:{default:"/"},ariaLabel:{default:"Breadcrumbs"}},setup(l){const r=l,a=e.computed(()=>r.items??[]),o=e.computed(()=>a.value.some(s=>s.active!==void 0)),t=(s,p)=>o.value?s.active===!0:p===a.value.length-1,f=(s,p)=>`${s.label??s.to??s.href??s.url??"crumb"}_${p.toString()}`;return(s,p)=>(e.openBlock(),e.createElementBlock("nav",{class:"vf-breadcrumbs","aria-label":s.ariaLabel},[e.createElementVNode("ol",dl,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(a.value,(n,v)=>(e.openBlock(),e.createElementBlock(e.Fragment,{key:f(n,v)},[e.createElementVNode("li",{class:e.normalizeClass(["vf-breadcrumbs__item",{"is-current":t(n,v),"is-disabled":n.disabled}])},[e.renderSlot(s.$slots,"item",{item:n,index:v,isLast:v===a.value.length-1,active:t(n,v)},()=>[t(n,v)?(e.openBlock(),e.createElementBlock("span",cl,e.toDisplayString(n.label),1)):(e.openBlock(),e.createBlock(ge,{key:1,class:"vf-breadcrumbs__link",to:n.to,href:n.href??n.url,disabled:n.disabled},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(n.label),1)]),_:2},1032,["to","href","disabled"]))])],2),v<a.value.length-1?(e.openBlock(),e.createElementBlock("li",fl,[e.renderSlot(s.$slots,"separator",{separator:s.separator},()=>[e.createTextVNode(e.toDisplayString(s.separator),1)])])):e.createCommentVNode("",!0)],64))),128))])],8,sl))}}),pl=["dark","light","theme","preset","colors","components","colorScheme"],ul=l=>{const r=l.replace(/([A-Z])/g,"-$1");return r.charAt(0).toUpperCase()+r.slice(1)},bl=l=>l.filter(r=>!pl.includes(r)).map(r=>ul(r)).join("-").toLowerCase(),xe=l=>l.join("."),gl=l=>/^#([0-9a-fA-F]{3}|[0-9a-fA-F]{6})$/.test(l),ze=l=>{if(!gl(l))return null;if(l.length===4){const r=l[1],a=l[2],o=l[3];return`#${r}${r}${a}${a}${o}${o}`}return l.toLowerCase()},Ie=l=>{const r=ze(l);if(!r)return[0,0,0];const a=parseInt(r.slice(1),16),o=a>>16&255,t=a>>8&255,f=a&255;return[o,t,f]},Pe=l=>{const[r,a,o]=Ie(l);return`${r}, ${a}, ${o}`},ml=(l,r,a)=>{const o=l/255,t=r/255,f=a/255,s=Math.max(o,t,f),p=Math.min(o,t,f),n=s-p;let v=0,c=0;const d=(s+p)/2;if(n!==0){switch(c=n/(1-Math.abs(2*d-1)),s){case o:v=(t-f)/n%6;break;case t:v=(f-o)/n+2;break;case f:v=(o-t)/n+4;break}v*=60,v<0&&(v+=360)}return[v,c*100,d*100]},hl=(l,r,a)=>{const o=r/100,t=a/100,f=(1-Math.abs(2*t-1))*o,s=f*(1-Math.abs(l/60%2-1)),p=t-f/2;let n=0,v=0,c=0;l>=0&&l<60?(n=f,v=s,c=0):l>=60&&l<120?(n=s,v=f,c=0):l>=120&&l<180?(n=0,v=f,c=s):l>=180&&l<240?(n=0,v=s,c=f):l>=240&&l<300?(n=s,v=0,c=f):(n=f,v=0,c=s);const d=Math.round((n+p)*255),g=Math.round((v+p)*255),b=Math.round((c+p)*255);return[d,g,b]},_l=(l,r,a)=>`#${[l,r,a].map(o=>o.toString(16).padStart(2,"0")).join("")}`,yl=(l,r,a)=>Math.min(a,Math.max(r,l)),kl=(l,r)=>{const a=ze(l);if(!a)return l;const[o,t,f]=Ie(a),[s,p,n]=ml(o,t,f),c=(r-5)*7,d=yl(n+c,0,100),[g,b,i]=hl(s,p,d);return _l(g,b,i)},ye=l=>!!l&&typeof l=="object"&&!Array.isArray(l),Ce=(l,r)=>{if(!r)return{...l};const a={...l};for(const o in r){const t=r[o],f=l[o];ye(f)&&ye(t)?a[o]=Ce(f,t):a[o]=t}return a},wl=l=>{if(!l)return null;if(ye(l)&&"preset"in l){const r=l;return{preset:r.preset??{},overrides:r.overrides,selector:r.selector,darkSelector:r.darkSelector,strict:r.strict}}return{preset:l}},xl=l=>{const r=[],a=[],o=[],t=[],f=n=>o.push(n),s=n=>t.push(n),p=(n,v)=>{if(!(!n||typeof n!="object"))for(const c in n){const d=n[c],g=v.concat([c]);if(ye(d)){p(d,g);continue}if(d&&typeof d=="object"){s(`Theme value "${xe(g)}" is not a plain object or string and will be ignored.`);continue}if(typeof d!="string"){s(`Theme value "${xe(g)}" is not a string and will be ignored.`);continue}const i=g.includes("colorScheme")&&g.includes("dark")?a:r,k=bl(g);if(i.push(`--vf-${k}: ${d}`),g.includes("colors")){const _=ze(d);if(!_){f(`Theme color "${xe(g)}" is not hex. Shade variables will not be generated for it.`);continue}if(i.push(`--vf-${k}-rgb: ${Pe(_)}`),c!=="white")for(let C=1;C<10;++C){const M=kl(_,C);i.push(`--vf-${k}-${C}00: ${M}`),i.push(`--vf-${k}-${C}00-rgb: ${Pe(M)}`)}}}};return p(l,[]),{baseVars:r,darkVars:a,warnings:o,errors:t}},zl=l=>{if(typeof document>"u")return null;const r=document.getElementById(l);if(r&&r.tagName.toLowerCase()==="style")return r;const a=document.createElement("style");return a.id=l,document.head.appendChild(a),a},Cl=l=>({selector:l.selector??":root",darkSelector:l.darkSelector??":root[data-theme=dark]"}),Bl=(l,r,a,o)=>{const{baseVars:t,darkVars:f,warnings:s,errors:p}=xl(l),n=zl("vueforge-theme");if(!n)return;if(p.length){if(o)throw new Error(`[VueForge] ${p.join(" ")}`);for(const c of p)console.warn(`[VueForge] ${c}`)}if(s.length)for(const c of s)console.warn(`[VueForge] ${c}`);const v=[];t.length&&v.push(`${r} { ${t.join(";")} }`),f.length&&v.push(`${a} { ${f.join(";")} }`),n.textContent=v.join(`
3
- `)};let ne=null;const Be=l=>{const r=wl(l);if(!r)return;const a=Ce(r.preset,r.overrides),{selector:o,darkSelector:t}=Cl(r);ne={...r},Bl(a,o,t,r.strict)},$l=l=>{if(!ne)return;const r=l.overrides===void 0?ne.overrides:Ce(ne.overrides??{},l.overrides??{}),a={preset:l.preset??ne.preset,overrides:r,selector:l.selector??ne.selector,darkSelector:l.darkSelector??ne.darkSelector};Be(a)},Sl=()=>ne?{...ne}:null,Vl={install(l,r={}){r.theme&&Be(r.theme)}},Oe={colors:{white:"#ffffff",green:"#0cbc87",red:"#d6293e",yellow:"#f7c32e",sky:"#0ea5e9",blue:"#007bff",purple:"#6f42c1",gray:"#adb5bd"},borderWidth:"1px",controls:{height:"2rem",paddingY:"0.25rem",paddingX:"0.6rem",backgroundColor:"var(--vf-bg-soft-color)"},radii:{sm:"4px",md:"6px",lg:"10px"},typography:{fontSize:"1rem",lineHeight:"1.4"},states:{disabledOpacity:"0.6",focusRingShadow:"0 0 0 3px rgba(var(--vf-blue-600-rgb), 0.12)"},sizes:{sm:{fontSize:"0.875rem",paddingY:"0.2rem",paddingX:"0.5rem"},lg:{fontSize:"1.125rem",paddingY:"0.5rem",paddingX:"1rem"}},colorScheme:{light:{bgColor:"#ffffff",bgSoftColor:"#f9f9f9",textColor:"rgba(60, 60, 67)",secondaryTextColor:"rgba(60, 60, 67, .78)",borderColor:"#c2c2c4",gutterColor:"#e2e2e3",dividerColor:"#e2e2e3"},dark:{bgColor:"#1a1a1a",bgSoftColor:"#242424",textColor:"rgba(255, 255, 255, .87)",secondaryTextColor:"rgba(235, 235, 235, .6)",borderColor:"#3c3f44",gutterColor:"#000000",dividerColor:"#2e2e32"}}},El={...Oe,components:{base:Oe,button:{fontSize:"var(--vf-typography-font-size)",padding:"var(--vf-controls-padding-y) var(--vf-controls-padding-x)",borderRadius:"var(--vf-radii-md)",roundedBorderRadius:"2rem",iconGap:"6px",small:{fontSize:"var(--vf-sizes-sm-font-size)",padding:"var(--vf-sizes-sm-padding-y) var(--vf-sizes-sm-padding-x)"},large:{fontSize:"var(--vf-sizes-lg-font-size)",padding:"var(--vf-sizes-lg-padding-y) var(--vf-sizes-lg-padding-x)"},colorScheme:{light:{primary:{color:"#FFFFFF",hoverColor:"#FFFFFF",borderColor:"var(--vf-blue)",activeColor:"#FFFFFF",backgroundColor:"var(--vf-blue)",hoverBorderColor:"var(--vf-blue-600)",activeBorderColor:"var(--vf-blue-700)",hoverBackgroundColor:"var(--vf-blue-600)",activeBackgroundColor:"var(--vf-blue-700)"},secondary:{color:"#FFFFFF",hoverColor:"#FFFFFF",borderColor:"var(--vf-gray)",activeColor:"#FFFFFF",backgroundColor:"var(--vf-gray)",hoverBorderColor:"var(--vf-gray-600)",activeBorderColor:"var(--vf-gray-700)",hoverBackgroundColor:"var(--vf-gray-600)",activeBackgroundColor:"var(--vf-gray-700)"},success:{color:"#FFFFFF",hoverColor:"#FFFFFF",borderColor:"var(--vf-green)",activeColor:"#FFFFFF",backgroundColor:"var(--vf-green)",hoverBorderColor:"var(--vf-green-600)",activeBorderColor:"var(--vf-green-700)",hoverBackgroundColor:"var(--vf-green-600)",activeBackgroundColor:"var(--vf-green-700)"},danger:{color:"#FFFFFF",hoverColor:"#FFFFFF",borderColor:"var(--vf-red)",activeColor:"#FFFFFF",backgroundColor:"var(--vf-red)",hoverBorderColor:"var(--vf-red-600)",activeBorderColor:"var(--vf-red-700)",hoverBackgroundColor:"var(--vf-red-600)",activeBackgroundColor:"var(--vf-red-700)"},warning:{color:"#FFFFFF",hoverColor:"#FFFFFF",borderColor:"var(--vf-yellow)",activeColor:"#FFFFFF",backgroundColor:"var(--vf-yellow)",hoverBorderColor:"var(--vf-yellow-600)",activeBorderColor:"var(--vf-yellow-700)",hoverBackgroundColor:"var(--vf-yellow-600)",activeBackgroundColor:"var(--vf-yellow-700)"},info:{color:"#FFFFFF",hoverColor:"#FFFFFF",borderColor:"var(--vf-sky)",activeColor:"#FFFFFF",backgroundColor:"var(--vf-sky)",hoverBorderColor:"var(--vf-sky-600)",activeBorderColor:"var(--vf-sky-700)",hoverBackgroundColor:"var(--vf-sky-600)",activeBackgroundColor:"var(--vf-sky-700)"},text:{primary:{color:"var(--vf-blue)",hoverBackgroundColor:"rgba(var(--vf-blue-600-rgb), .1)"},secondary:{color:"var(--vf-gray)",hoverBackgroundColor:"rgba(var(--vf-gray-600-rgb), .1)"},success:{color:"var(--vf-green)",hoverBackgroundColor:"rgba(var(--vf-green-600-rgb), .1)"},danger:{color:"var(--vf-red)",hoverBackgroundColor:"rgba(var(--vf-red-600-rgb), .1)"},warning:{color:"var(--vf-yellow)",hoverBackgroundColor:"rgba(var(--vf-yellow-600-rgb), .1)"},info:{color:"var(--vf-sky)",hoverBackgroundColor:"rgba(var(--vf-sky-600-rgb), .1)"}},outlined:{primary:{color:"var(--vf-blue)",borderColor:"rgba(var(--vf-blue-rgb), .4)",hoverBackgroundColor:"rgba(var(--vf-blue-600-rgb), .1)"},secondary:{color:"var(--vf-gray)",borderColor:"rgba(var(--vf-gray-rgb), .4)",hoverBackgroundColor:"rgba(var(--vf-gray-600-rgb), .1)"},success:{color:"var(--vf-green)",borderColor:"rgba(var(--vf-green-rgb), .4)",hoverBackgroundColor:"rgba(var(--vf-green-600-rgb), .1)"},danger:{color:"var(--vf-red)",borderColor:"rgba(var(--vf-red-rgb), .4)",hoverBackgroundColor:"rgba(var(--vf-red-600-rgb), .1)"},warning:{color:"var(--vf-yellow)",borderColor:"rgba(var(--vf-yellow-rgb), .4)",hoverBackgroundColor:"rgba(var(--vf-yellow-600-rgb), .1)"},info:{color:"var(--vf-sky)",borderColor:"rgba(var(--vf-sky-rgb), .4)",hoverBackgroundColor:"rgba(var(--vf-sky-600-rgb), .1)"}}}}},card:{padding:"12px",borderColor:"var(--vf-border-color)",borderRadius:"var(--vf-radii-md)"},input:{gap:"0.5rem",fontSize:"var(--vf-typography-font-size)",padding:"var(--vf-controls-padding-y) var(--vf-controls-padding-x)",borderRadius:"var(--vf-radii-md)",borderColor:"var(--vf-border-color)",backgroundColor:"var(--vf-controls-background-color)",textColor:"var(--vf-text-color)",placeholderColor:"var(--vf-secondary-text-color)",focusBorderColor:"var(--vf-blue-600)",focusRingShadow:"var(--vf-states-focus-ring-shadow)",hoverBorderColor:"var(--vf-blue-500)",disabledOpacity:"var(--vf-states-disabled-opacity)",small:{padding:"var(--vf-sizes-sm-padding-y) var(--vf-sizes-sm-padding-x)",fontSize:"var(--vf-sizes-sm-font-size)"},large:{padding:"var(--vf-sizes-lg-padding-y) var(--vf-sizes-lg-padding-x)",fontSize:"var(--vf-sizes-lg-font-size)"}},numberInput:{gap:"0.5rem",fontSize:"var(--vf-typography-font-size)",padding:"var(--vf-controls-padding-y) var(--vf-controls-padding-x)",borderRadius:"var(--vf-radii-md)",borderColor:"var(--vf-border-color)",backgroundColor:"var(--vf-controls-background-color)",textColor:"var(--vf-text-color)",placeholderColor:"var(--vf-secondary-text-color)",focusBorderColor:"var(--vf-blue-600)",focusRingShadow:"var(--vf-states-focus-ring-shadow)",hoverBorderColor:"var(--vf-blue-500)",disabledOpacity:"var(--vf-states-disabled-opacity)",controlWidth:"1.5rem",controlGap:"0.1rem",controlFontSize:"0.7rem",controlRadius:"var(--vf-radii-sm)",controlBackgroundColor:"transparent",controlHoverBackgroundColor:"var(--vf-gutter-color)",controlTextColor:"var(--vf-text-color)",controlBorderColor:"var(--vf-border-color)",small:{padding:"var(--vf-sizes-sm-padding-y) var(--vf-sizes-sm-padding-x)",fontSize:"var(--vf-sizes-sm-font-size)",controlWidth:"1.25rem",controlFontSize:"0.6rem"},large:{padding:"var(--vf-sizes-lg-padding-y) var(--vf-sizes-lg-padding-x)",fontSize:"var(--vf-sizes-lg-font-size)",controlWidth:"1.75rem",controlFontSize:"0.8rem"}},formField:{gap:"0.375rem",textColor:"var(--vf-text-color)",labelFontSize:"0.875rem",labelColor:"var(--vf-text-color)",requiredColor:"var(--vf-red-600)",hintFontSize:"0.8125rem",hintColor:"var(--vf-secondary-text-color)",errorColor:"var(--vf-red-700)",disabledOpacity:"var(--vf-states-disabled-opacity)",small:{gap:"0.25rem",labelFontSize:"0.8125rem",hintFontSize:"0.75rem"},large:{gap:"0.5rem",labelFontSize:"0.9375rem",hintFontSize:"0.875rem"}},textarea:{gap:"0.5rem",fontSize:"var(--vf-typography-font-size)",padding:"var(--vf-controls-padding-y) var(--vf-controls-padding-x)",borderRadius:"var(--vf-radii-md)",borderColor:"var(--vf-border-color)",backgroundColor:"var(--vf-controls-background-color)",textColor:"var(--vf-text-color)",placeholderColor:"var(--vf-secondary-text-color)",focusBorderColor:"var(--vf-blue-600)",focusRingShadow:"var(--vf-states-focus-ring-shadow)",hoverBorderColor:"var(--vf-blue-500)",disabledOpacity:"var(--vf-states-disabled-opacity)",minHeight:"calc(var(--vf-controls-height) * 2)",resize:"vertical",small:{padding:"var(--vf-sizes-sm-padding-y) var(--vf-sizes-sm-padding-x)",fontSize:"var(--vf-sizes-sm-font-size)"},large:{padding:"var(--vf-sizes-lg-padding-y) var(--vf-sizes-lg-padding-x)",fontSize:"var(--vf-sizes-lg-font-size)"}},fileUpload:{minHeight:"2.75rem",fontSize:"var(--vf-typography-font-size)",gap:"0.75rem",padding:"0.5rem 0.6rem",borderRadius:"var(--vf-radii-md)",borderColor:"var(--vf-border-color)",backgroundColor:"var(--vf-controls-background-color)",textColor:"var(--vf-text-color)",placeholderColor:"var(--vf-secondary-text-color)",focusBorderColor:"var(--vf-blue-600)",hoverBorderColor:"var(--vf-blue-500)",focusRingShadow:"var(--vf-states-focus-ring-shadow)",disabledOpacity:"var(--vf-states-disabled-opacity)",dragBackgroundColor:"rgba(var(--vf-blue-600-rgb), 0.06)",listGap:"0.35rem",itemPadding:"0.35rem 0.45rem",itemBorderColor:"var(--vf-border-color)",itemBackgroundColor:"var(--vf-bg-color)",itemRadius:"var(--vf-radii-sm)",itemTextColor:"var(--vf-text-color)",sizeTextColor:"var(--vf-secondary-text-color)",buttonPadding:"0.35rem 0.75rem",buttonRadius:"var(--vf-radii-sm)",buttonBorderColor:"var(--vf-border-color)",buttonBackgroundColor:"var(--vf-bg-color)",buttonTextColor:"var(--vf-text-color)",buttonHoverBackgroundColor:"rgba(var(--vf-blue-600-rgb), 0.08)",removeSize:"1.4rem",removeRadius:"var(--vf-radii-sm)",removeHoverBackgroundColor:"rgba(var(--vf-blue-600-rgb), 0.08)",small:{padding:"0.35rem 0.5rem",fontSize:"var(--vf-sizes-sm-font-size)",buttonPadding:"0.25rem 0.6rem"},large:{padding:"0.65rem 0.75rem",fontSize:"var(--vf-sizes-lg-font-size)",buttonPadding:"0.45rem 0.9rem"}},link:{hoverColor:"var(--vf-blue)",activeColor:"var(--vf-blue)"},breadcrumbs:{gap:"0.35rem",fontSize:"var(--vf-typography-font-size)",textColor:"var(--vf-secondary-text-color)",hoverColor:"var(--vf-text-color)",activeColor:"var(--vf-text-color)",separatorColor:"var(--vf-divider-color)",disabledOpacity:"var(--vf-states-disabled-opacity)"},menu:{iconGap:"6px",submenuOffset:"12px",separatorThickness:"1px",separatorHeight:"1rem",separatorColor:"var(--vf-border-color)",link:{hoverColor:"var(--vf-blue)",activeColor:"var(--vf-blue)"},parent:{hoverColor:"var(--vf-secondary-text-color)",activeColor:"var(--vf-blue)"},item:{marginTop:"0.5rem",marginRight:"0.5rem",marginBottom:"0.5rem",marginLeft:"0.5rem"}},modal:{width:"90vw",maxWidth:"520px",maxHeight:"80vh",widthSm:"90vw",maxWidthSm:"420px",widthLg:"90vw",maxWidthLg:"720px",padding:"1.25rem",borderRadius:"var(--vf-radii-lg)",backgroundColor:"var(--vf-bg-color)",textColor:"var(--vf-text-color)",overlayBackgroundColor:"rgba(0, 0, 0, 0.45)",shadow:"0 12px 40px rgba(0, 0, 0, 0.2)",zIndex:"100",headerGap:"0.75rem",bodyGap:"1rem",footerGap:"0.5rem",titleFontSize:"1.125rem",titleLineHeight:"1.4",titleFontWeight:"600",closeSize:"2rem",closeRadius:"999px",closeOffset:"0.5rem",closeColor:"var(--vf-text-color)",closeFontSize:"1.25rem",closeHoverBackgroundColor:"rgba(0, 0, 0, 0.06)"},drawer:{width:"320px",widthSm:"260px",widthLg:"420px",height:"40vh",heightSm:"30vh",heightLg:"60vh",padding:"1.25rem",borderRadius:"var(--vf-radii-lg)",backgroundColor:"var(--vf-bg-color)",textColor:"var(--vf-text-color)",overlayBackgroundColor:"rgba(0, 0, 0, 0.4)",shadow:"0 12px 40px rgba(0, 0, 0, 0.2)",zIndex:"100",headerGap:"0.75rem",bodyGap:"1rem",footerGap:"0.5rem",titleFontSize:"1.125rem",titleLineHeight:"1.4",titleFontWeight:"600",closeSize:"2rem",closeRadius:"999px",closeOffset:"0.5rem",closeColor:"var(--vf-text-color)",closeFontSize:"1.25rem",closeHoverBackgroundColor:"rgba(0, 0, 0, 0.06)"},popover:{backgroundColor:"var(--vf-bg-color)"},dropdown:{panelPadding:"0.25rem",panelBorderRadius:"8px",panelBorderColor:"var(--vf-border-color)",panelBackgroundColor:"var(--vf-bg-color)",panelShadow:"0 10px 30px rgba(0, 0, 0, 0.08)",zIndex:"50",disabledOpacity:"var(--vf-states-disabled-opacity)",itemPadding:"0.25rem 0.5rem"},select:{minWidth:"12rem",fontSize:"var(--vf-typography-font-size)",controlGap:"0.75rem",chevronSize:"0.9em",padding:"var(--vf-controls-padding-y) var(--vf-controls-padding-x)",borderRadius:"var(--vf-radii-md)",borderColor:"var(--vf-border-color)",backgroundColor:"var(--vf-controls-background-color)",textColor:"var(--vf-text-color)",focusBorderColor:"var(--vf-blue-600)",hoverBorderColor:"var(--vf-blue-500)",disabledOpacity:"var(--vf-states-disabled-opacity)",panelBackgroundColor:"var(--vf-bg-color)",panelBorderColor:"var(--vf-border-color)",panelPadding:"0.35rem",panelMaxHeight:"16rem",panelRadiusOffset:"2px",panelShadow:"0 10px 30px rgba(0, 0, 0, 0.12)",focusRingShadow:"var(--vf-states-focus-ring-shadow)",optionPadding:"0.5rem 0.6rem",optionBorderRadius:"var(--vf-radii-md)",optionHoverBackgroundColor:"rgba(var(--vf-blue-600-rgb), 0.08)",optionActiveBackgroundColor:"rgba(var(--vf-blue-600-rgb), 0.14)",optionActiveTextColor:"var(--vf-text-color)",small:{padding:"var(--vf-sizes-sm-padding-y) var(--vf-sizes-sm-padding-x)",fontSize:"var(--vf-sizes-sm-font-size)"},large:{padding:"var(--vf-sizes-lg-padding-y) var(--vf-sizes-lg-padding-x)",fontSize:"var(--vf-sizes-lg-font-size)"}},autocomplete:{minWidth:"12rem",fontSize:"var(--vf-typography-font-size)",controlGap:"0.5rem",chevronSize:"0.9em",padding:"var(--vf-controls-padding-y) var(--vf-controls-padding-x)",borderRadius:"var(--vf-radii-md)",borderColor:"var(--vf-border-color)",backgroundColor:"var(--vf-controls-background-color)",textColor:"var(--vf-text-color)",placeholderColor:"var(--vf-secondary-text-color)",focusBorderColor:"var(--vf-blue-600)",hoverBorderColor:"var(--vf-blue-500)",disabledOpacity:"var(--vf-states-disabled-opacity)",panelBackgroundColor:"var(--vf-bg-color)",panelBorderColor:"var(--vf-border-color)",panelPadding:"0.35rem",panelMaxHeight:"16rem",panelRadiusOffset:"2px",panelShadow:"0 10px 30px rgba(0, 0, 0, 0.12)",focusRingShadow:"var(--vf-states-focus-ring-shadow)",optionPadding:"0.5rem 0.6rem",optionBorderRadius:"var(--vf-radii-md)",optionHoverBackgroundColor:"rgba(var(--vf-blue-600-rgb), 0.08)",optionActiveBackgroundColor:"rgba(var(--vf-blue-600-rgb), 0.14)",optionActiveTextColor:"var(--vf-text-color)",optionHighlightedBackgroundColor:"rgba(var(--vf-blue-600-rgb), 0.14)",emptyPadding:"0.5rem 0.6rem",emptyColor:"var(--vf-secondary-text-color)",loadingPadding:"0.5rem 0.6rem",loadingColor:"var(--vf-secondary-text-color)",small:{padding:"var(--vf-sizes-sm-padding-y) var(--vf-sizes-sm-padding-x)",fontSize:"var(--vf-sizes-sm-font-size)"},large:{padding:"var(--vf-sizes-lg-padding-y) var(--vf-sizes-lg-padding-x)",fontSize:"var(--vf-sizes-lg-font-size)"}},multiselect:{minWidth:"12rem",fontSize:"var(--vf-typography-font-size)",controlGap:"0.5rem",chevronSize:"0.9em",padding:"var(--vf-controls-padding-y) var(--vf-controls-padding-x)",borderRadius:"var(--vf-radii-md)",borderColor:"var(--vf-border-color)",backgroundColor:"var(--vf-controls-background-color)",textColor:"var(--vf-text-color)",placeholderColor:"var(--vf-secondary-text-color)",focusBorderColor:"var(--vf-blue-600)",hoverBorderColor:"var(--vf-blue-500)",disabledOpacity:"var(--vf-states-disabled-opacity)",panelBackgroundColor:"var(--vf-bg-color)",panelBorderColor:"var(--vf-border-color)",panelPadding:"0.35rem",panelMaxHeight:"16rem",panelRadiusOffset:"2px",panelShadow:"0 10px 30px rgba(0, 0, 0, 0.12)",focusRingShadow:"var(--vf-states-focus-ring-shadow)",optionPadding:"0.5rem 0.6rem",optionBorderRadius:"var(--vf-radii-md)",optionHoverBackgroundColor:"rgba(var(--vf-blue-600-rgb), 0.08)",optionActiveBackgroundColor:"rgba(var(--vf-blue-600-rgb), 0.14)",optionActiveTextColor:"var(--vf-text-color)",optionHighlightedBackgroundColor:"rgba(var(--vf-blue-600-rgb), 0.14)",emptyPadding:"0.5rem 0.6rem",emptyColor:"var(--vf-secondary-text-color)",loadingPadding:"0.5rem 0.6rem",loadingColor:"var(--vf-secondary-text-color)",searchPadding:"0 0 0.35rem",searchBorderColor:"var(--vf-border-color)",searchBorderRadius:"var(--vf-radii-sm)",clearSize:"1.25rem",clearRadius:"var(--vf-radii-sm)",clearHoverBackgroundColor:"rgba(var(--vf-blue-600-rgb), 0.08)",small:{padding:"var(--vf-sizes-sm-padding-y) var(--vf-sizes-sm-padding-x)",fontSize:"var(--vf-sizes-sm-font-size)"},large:{padding:"var(--vf-sizes-lg-padding-y) var(--vf-sizes-lg-padding-x)",fontSize:"var(--vf-sizes-lg-font-size)"}},datepicker:{minWidth:"12rem",fontSize:"var(--vf-typography-font-size)",controlGap:"0.75rem",chevronSize:"0.9em",padding:"var(--vf-controls-padding-y) var(--vf-controls-padding-x)",borderRadius:"var(--vf-radii-md)",borderColor:"var(--vf-border-color)",backgroundColor:"var(--vf-controls-background-color)",textColor:"var(--vf-text-color)",placeholderColor:"var(--vf-secondary-text-color)",focusBorderColor:"var(--vf-blue-600)",hoverBorderColor:"var(--vf-blue-500)",disabledOpacity:"var(--vf-states-disabled-opacity)",panelWidth:"17rem",panelBackgroundColor:"var(--vf-bg-color)",panelBorderColor:"var(--vf-border-color)",panelPadding:"0.5rem",panelRadiusOffset:"2px",panelShadow:"0 10px 30px rgba(0, 0, 0, 0.12)",focusRingShadow:"var(--vf-states-focus-ring-shadow)",headerGap:"0.5rem",headerPadding:"0 0 0.4rem",monthLabelFontSize:"0.95rem",monthLabelFontWeight:"600",navButtonSize:"1.8rem",navButtonRadius:"var(--vf-radii-sm)",navButtonFontSize:"1.1rem",weekdayColor:"var(--vf-secondary-text-color)",weekdayFontSize:"0.75rem",weekdaysMarginBottom:"0.35rem",daysGap:"0.15rem",daySize:"2rem",dayFontSize:"0.875rem",dayBorderRadius:"var(--vf-radii-sm)",dayHoverBackgroundColor:"rgba(var(--vf-blue-600-rgb), 0.08)",daySelectedBackgroundColor:"rgba(var(--vf-blue-600-rgb), 0.14)",daySelectedTextColor:"var(--vf-text-color)",dayMutedColor:"var(--vf-secondary-text-color)",dayTodayBorderColor:"rgba(var(--vf-blue-600-rgb), 0.45)",small:{padding:"var(--vf-sizes-sm-padding-y) var(--vf-sizes-sm-padding-x)",fontSize:"var(--vf-sizes-sm-font-size)",daySize:"1.8rem"},large:{padding:"var(--vf-sizes-lg-padding-y) var(--vf-sizes-lg-padding-x)",fontSize:"var(--vf-sizes-lg-font-size)",daySize:"2.2rem"}},daterangepicker:{minWidth:"14rem",fontSize:"var(--vf-typography-font-size)",controlGap:"0.75rem",chevronSize:"0.9em",padding:"var(--vf-controls-padding-y) var(--vf-controls-padding-x)",borderRadius:"var(--vf-radii-md)",borderColor:"var(--vf-border-color)",backgroundColor:"var(--vf-controls-background-color)",textColor:"var(--vf-text-color)",placeholderColor:"var(--vf-secondary-text-color)",focusBorderColor:"var(--vf-blue-600)",hoverBorderColor:"var(--vf-blue-500)",disabledOpacity:"var(--vf-states-disabled-opacity)",panelWidth:"18rem",panelBackgroundColor:"var(--vf-bg-color)",panelBorderColor:"var(--vf-border-color)",panelPadding:"0.5rem",panelRadiusOffset:"2px",panelShadow:"0 10px 30px rgba(0, 0, 0, 0.12)",focusRingShadow:"var(--vf-states-focus-ring-shadow)",headerGap:"0.5rem",headerPadding:"0 0 0.4rem",monthLabelFontSize:"0.95rem",monthLabelFontWeight:"600",navButtonSize:"1.8rem",navButtonRadius:"var(--vf-radii-sm)",navButtonFontSize:"1.1rem",weekdayColor:"var(--vf-secondary-text-color)",weekdayFontSize:"0.75rem",weekdaysMarginBottom:"0.35rem",daysGap:"0.15rem",daySize:"2rem",dayFontSize:"0.875rem",dayBorderRadius:"var(--vf-radii-sm)",dayHoverBackgroundColor:"rgba(var(--vf-blue-600-rgb), 0.08)",daySelectedBackgroundColor:"rgba(var(--vf-blue-600-rgb), 0.16)",daySelectedTextColor:"var(--vf-text-color)",dayRangeBackgroundColor:"rgba(var(--vf-blue-600-rgb), 0.08)",dayRangeTextColor:"var(--vf-text-color)",dayMutedColor:"var(--vf-secondary-text-color)",dayTodayBorderColor:"rgba(var(--vf-blue-600-rgb), 0.45)",small:{padding:"var(--vf-sizes-sm-padding-y) var(--vf-sizes-sm-padding-x)",fontSize:"var(--vf-sizes-sm-font-size)",daySize:"1.8rem"},large:{padding:"var(--vf-sizes-lg-padding-y) var(--vf-sizes-lg-padding-x)",fontSize:"var(--vf-sizes-lg-font-size)",daySize:"2.2rem"}},timepicker:{minWidth:"10rem",fontSize:"var(--vf-typography-font-size)",controlGap:"0.75rem",chevronSize:"0.9em",padding:"var(--vf-controls-padding-y) var(--vf-controls-padding-x)",borderRadius:"var(--vf-radii-md)",borderColor:"var(--vf-border-color)",backgroundColor:"var(--vf-controls-background-color)",textColor:"var(--vf-text-color)",placeholderColor:"var(--vf-secondary-text-color)",focusBorderColor:"var(--vf-blue-600)",hoverBorderColor:"var(--vf-blue-500)",disabledOpacity:"var(--vf-states-disabled-opacity)",panelBackgroundColor:"var(--vf-bg-color)",panelBorderColor:"var(--vf-border-color)",panelPadding:"0.35rem",panelMaxHeight:"16rem",panelRadiusOffset:"2px",panelShadow:"0 10px 30px rgba(0, 0, 0, 0.12)",focusRingShadow:"var(--vf-states-focus-ring-shadow)",optionPadding:"0.5rem 0.6rem",optionBorderRadius:"var(--vf-radii-md)",optionHoverBackgroundColor:"rgba(var(--vf-blue-600-rgb), 0.08)",optionActiveBackgroundColor:"rgba(var(--vf-blue-600-rgb), 0.14)",optionActiveTextColor:"var(--vf-text-color)",small:{padding:"var(--vf-sizes-sm-padding-y) var(--vf-sizes-sm-padding-x)",fontSize:"var(--vf-sizes-sm-font-size)"},large:{padding:"var(--vf-sizes-lg-padding-y) var(--vf-sizes-lg-padding-x)",fontSize:"var(--vf-sizes-lg-font-size)"}},pagination:{gap:"0.4rem",itemMinWidth:"2rem",fontSize:"var(--vf-typography-font-size)",padding:"0.35rem 0.65rem",borderRadius:"var(--vf-radii-md)",borderColor:"var(--vf-border-color)",backgroundColor:"var(--vf-controls-background-color)",textColor:"var(--vf-text-color)",hoverBackgroundColor:"rgba(var(--vf-blue-600-rgb), 0.08)",activeBorderColor:"rgba(var(--vf-blue-600-rgb), 0.28)",activeBackgroundColor:"rgba(var(--vf-blue-600-rgb), 0.14)",activeTextColor:"var(--vf-text-color)",focusBorderColor:"var(--vf-blue-600)",focusRingShadow:"var(--vf-states-focus-ring-shadow)",disabledOpacity:"var(--vf-states-disabled-opacity)",ellipsisPadding:"0.35rem 0.5rem",small:{fontSize:"var(--vf-sizes-sm-font-size)",padding:"0.3rem 0.5rem"},large:{fontSize:"var(--vf-sizes-lg-font-size)",padding:"0.45rem 0.8rem"}},checkbox:{size:"1rem",gap:"0.5rem",borderRadius:"var(--vf-radii-sm)",checkBorderRadius:"2px",borderColor:"var(--vf-border-color)",backgroundColor:"var(--vf-controls-background-color)",checkedBackgroundColor:"var(--vf-blue)",checkedBorderColor:"var(--vf-blue)",checkColor:"#ffffff",textColor:"var(--vf-text-color)",disabledOpacity:"var(--vf-states-disabled-opacity)"},radio:{size:"1rem",dotSize:"0.45rem",gap:"0.5rem",groupGap:"0.5rem",borderRadius:"999px",dotBorderRadius:"999px",borderColor:"var(--vf-border-color)",backgroundColor:"var(--vf-controls-background-color)",checkedBackgroundColor:"var(--vf-blue)",checkedBorderColor:"var(--vf-blue)",dotColor:"#ffffff",textColor:"var(--vf-text-color)",disabledOpacity:"var(--vf-states-disabled-opacity)"},switch:{width:"2.25rem",height:"1.25rem",thumbSize:"1rem",gap:"0.5rem",thumbOffset:"2px",thumbTranslateOffset:"4px",backgroundColor:"var(--vf-border-color)",checkedBackgroundColor:"var(--vf-blue)",thumbColor:"#ffffff",textColor:"var(--vf-text-color)",disabledOpacity:"var(--vf-states-disabled-opacity)"},tabs:{gap:"0.75rem",listGap:"0.5rem",listBorderWidth:"1px",listBorderColor:"var(--vf-border-color)",listVerticalPadding:"0.75rem",tabPadding:"0.45rem 0.75rem",tabFontSize:"var(--vf-typography-font-size)",tabBorderRadius:"0",tabTextColor:"var(--vf-secondary-text-color)",tabBackgroundColor:"transparent",tabHoverBackgroundColor:"transparent",tabActiveTextColor:"var(--vf-text-color)",tabActiveBackgroundColor:"transparent",tabActiveBorderColor:"var(--vf-blue)",tabActiveBorderWidth:"2px",panelPadding:"0",panelBorderRadius:"var(--vf-radii-md)",panelBackgroundColor:"transparent",panelTextColor:"var(--vf-text-color)",disabledOpacity:"var(--vf-states-disabled-opacity)"},accordion:{gap:"0.75rem",borderRadius:"var(--vf-radii-md)",borderColor:"var(--vf-border-color)",backgroundColor:"var(--vf-bg-color)",headerGap:"0.75rem",headerPadding:"0.75rem 0.9rem",headerFontSize:"0.95rem",headerFontWeight:"600",headerTextColor:"var(--vf-text-color)",headerBackgroundColor:"var(--vf-bg-color)",headerHoverBackgroundColor:"var(--vf-bg-soft-color)",headerActiveBackgroundColor:"var(--vf-bg-soft-color)",contentPadding:"0.75rem 0.9rem",contentTextColor:"var(--vf-text-color)",contentBackgroundColor:"var(--vf-bg-color)",iconSize:"1rem",iconColor:"var(--vf-secondary-text-color)",dividerColor:"var(--vf-divider-color)",focusRingShadow:"var(--vf-states-focus-ring-shadow)",disabledOpacity:"var(--vf-states-disabled-opacity)",small:{headerPadding:"0.5rem 0.75rem",headerFontSize:"0.875rem",contentPadding:"0.5rem 0.75rem"},large:{headerPadding:"0.9rem 1.1rem",headerFontSize:"1rem",contentPadding:"0.9rem 1.1rem"}},tooltip:{padding:"0.35rem 0.6rem",borderRadius:"8px",backgroundColor:"rgba(0, 0, 0, 0.8)",textColor:"#ffffff",fontSize:"0.75rem",lineHeight:"1.2",shadow:"0 8px 20px rgba(0, 0, 0, 0.2)",zIndex:"120",maxWidth:"240px",arrowSize:"8px"},skeleton:{width:"100%",height:"1rem",lineHeight:"0.9rem",borderRadius:"var(--vf-radii-md)",backgroundColor:"var(--vf-gutter-color)",shimmerColor:"var(--vf-bg-color)",animationDuration:"2s"},datatable:{borderColor:"var(--vf-border-color)",borderRadius:"var(--vf-radii-md)",backgroundColor:"var(--vf-bg-color)",fontSize:"var(--vf-typography-font-size)",textColor:"var(--vf-text-color)",headerBackgroundColor:"var(--vf-bg-soft-color)",headerTextColor:"var(--vf-text-color)",headerFontSize:"var(--vf-typography-font-size)",headerFontWeight:"600",headerBorderColor:"var(--vf-divider-color)",headerGap:"0.35rem",rowBackgroundColor:"var(--vf-bg-color)",rowTextColor:"var(--vf-text-color)",rowBorderColor:"var(--vf-divider-color)",cellPadding:"0.6rem 0.75rem",stripedBackgroundColor:"var(--vf-bg-soft-color)",hoverBackgroundColor:"rgba(var(--vf-blue-600-rgb), 0.06)",sortIconColor:"var(--vf-secondary-text-color)",sortIconActiveColor:"var(--vf-blue-600)",sortIconSize:"0.8rem",statePadding:"1rem",stateTextColor:"var(--vf-secondary-text-color)",small:{fontSize:"var(--vf-sizes-sm-font-size)",cellPadding:"0.45rem 0.6rem"},large:{fontSize:"var(--vf-sizes-lg-font-size)",cellPadding:"0.75rem 0.9rem"}},toast:{gap:"0.75rem",padding:"0.75rem 0.9rem",borderRadius:"var(--vf-radii-md)",borderColor:"var(--vf-border-color)",backgroundColor:"var(--vf-bg-color)",textColor:"var(--vf-text-color)",shadow:"0 8px 24px rgba(0, 0, 0, 0.08)",minWidth:"14rem",fontSize:"0.95rem",lineHeight:"1.4",bodyGap:"0.25rem",titleFontSize:"0.95rem",titleFontWeight:"600",closeSize:"1.1rem",containerGap:"0.6rem",containerPadding:"0.75rem",containerMaxWidth:"20rem",zIndex:"120",info:{backgroundColor:"rgba(var(--vf-blue-600-rgb), 0.1)",borderColor:"rgba(var(--vf-blue-600-rgb), 0.4)",textColor:"var(--vf-text-color)"},success:{backgroundColor:"rgba(var(--vf-green-600-rgb), 0.12)",borderColor:"rgba(var(--vf-green-600-rgb), 0.45)",textColor:"var(--vf-text-color)"},warn:{backgroundColor:"rgba(var(--vf-yellow-600-rgb), 0.16)",borderColor:"rgba(var(--vf-yellow-600-rgb), 0.5)",textColor:"var(--vf-text-color)"},danger:{backgroundColor:"rgba(var(--vf-red-600-rgb), 0.12)",borderColor:"rgba(var(--vf-red-600-rgb), 0.45)",textColor:"var(--vf-text-color)"}},alert:{gap:"0.75rem",padding:"0.75rem 0.9rem",borderRadius:"var(--vf-radii-md)",borderColor:"var(--vf-border-color)",backgroundColor:"var(--vf-bg-color)",textColor:"var(--vf-text-color)",iconColor:"currentColor",fontSize:"0.95rem",lineHeight:"1.4",bodyGap:"0.2rem",titleFontSize:"0.95rem",titleFontWeight:"600",actionsGap:"0.5rem",closeSize:"1.5rem",closeRadius:"var(--vf-radii-sm)",closeFontSize:"1rem",closeHoverBackgroundColor:"rgba(var(--vf-gray-600-rgb), 0.12)",info:{backgroundColor:"rgba(var(--vf-blue-600-rgb), 0.1)",borderColor:"rgba(var(--vf-blue-600-rgb), 0.4)",textColor:"var(--vf-text-color)"},success:{backgroundColor:"rgba(var(--vf-green-600-rgb), 0.12)",borderColor:"rgba(var(--vf-green-600-rgb), 0.45)",textColor:"var(--vf-text-color)"},warn:{backgroundColor:"rgba(var(--vf-yellow-600-rgb), 0.16)",borderColor:"rgba(var(--vf-yellow-600-rgb), 0.5)",textColor:"var(--vf-text-color)"},danger:{backgroundColor:"rgba(var(--vf-red-600-rgb), 0.12)",borderColor:"rgba(var(--vf-red-600-rgb), 0.45)",textColor:"var(--vf-text-color)"}},progress:{width:"100%",height:"0.5rem",borderRadius:"999px",backgroundColor:"var(--vf-gutter-color)",barColor:"var(--vf-blue-600)",labelColor:"var(--vf-secondary-text-color)",labelFontSize:"0.875rem",gap:"0.5rem",circularSize:"2.5rem",circularThickness:"6",animationDuration:"1.4s",info:{barColor:"var(--vf-sky-600)"},success:{barColor:"var(--vf-green-600)"},warn:{barColor:"var(--vf-yellow-600)"},danger:{barColor:"var(--vf-red-600)"},small:{height:"0.35rem",labelFontSize:"0.8rem",circularSize:"2rem",circularThickness:"5"},large:{height:"0.75rem",labelFontSize:"1rem",circularSize:"3.25rem",circularThickness:"7"}},badge:{fontSize:"0.75rem",lineHeight:"1",paddingX:"0.5rem",paddingY:"0.2rem",borderRadius:"999px",gap:"0.35rem",backgroundColor:"var(--vf-gutter-color)",textColor:"var(--vf-secondary-text-color)",borderColor:"var(--vf-gutter-color)",softBackgroundColor:"rgba(var(--vf-gray-500-rgb), 0.16)",softTextColor:"var(--vf-secondary-text-color)",softBorderColor:"rgba(var(--vf-gray-500-rgb), 0.18)",outlineTextColor:"var(--vf-secondary-text-color)",outlineBorderColor:"rgba(var(--vf-gray-500-rgb), 0.35)",info:{backgroundColor:"var(--vf-sky-600)",textColor:"var(--vf-white)",borderColor:"var(--vf-sky-600)",softBackgroundColor:"rgba(var(--vf-sky-500-rgb), 0.18)",softTextColor:"var(--vf-sky-700)",softBorderColor:"rgba(var(--vf-sky-500-rgb), 0.3)",outlineTextColor:"var(--vf-sky-600)",outlineBorderColor:"rgba(var(--vf-sky-600-rgb), 0.45)"},success:{backgroundColor:"var(--vf-green-600)",textColor:"var(--vf-white)",borderColor:"var(--vf-green-600)",softBackgroundColor:"rgba(var(--vf-green-500-rgb), 0.2)",softTextColor:"var(--vf-green-700)",softBorderColor:"rgba(var(--vf-green-500-rgb), 0.32)",outlineTextColor:"var(--vf-green-600)",outlineBorderColor:"rgba(var(--vf-green-600-rgb), 0.45)"},warn:{backgroundColor:"var(--vf-yellow-600)",textColor:"rgba(0, 0, 0, 0.82)",borderColor:"var(--vf-yellow-600)",softBackgroundColor:"rgba(var(--vf-yellow-500-rgb), 0.22)",softTextColor:"rgba(0, 0, 0, 0.78)",softBorderColor:"rgba(var(--vf-yellow-500-rgb), 0.4)",outlineTextColor:"var(--vf-yellow-700)",outlineBorderColor:"rgba(var(--vf-yellow-600-rgb), 0.55)"},danger:{backgroundColor:"var(--vf-red-600)",textColor:"var(--vf-white)",borderColor:"var(--vf-red-600)",softBackgroundColor:"rgba(var(--vf-red-500-rgb), 0.2)",softTextColor:"var(--vf-red-700)",softBorderColor:"rgba(var(--vf-red-500-rgb), 0.32)",outlineTextColor:"var(--vf-red-600)",outlineBorderColor:"rgba(var(--vf-red-600-rgb), 0.45)"},small:{fontSize:"0.6875rem",paddingX:"0.4rem",paddingY:"0.15rem"},large:{fontSize:"0.875rem",paddingX:"0.65rem",paddingY:"0.3rem"}},chip:{fontSize:"0.8125rem",lineHeight:"1",paddingX:"0.55rem",paddingY:"0.2rem",borderRadius:"999px",gap:"0.35rem",backgroundColor:"var(--vf-gutter-color)",textColor:"var(--vf-secondary-text-color)",borderColor:"var(--vf-gutter-color)",softBackgroundColor:"rgba(var(--vf-gray-500-rgb), 0.16)",softTextColor:"var(--vf-secondary-text-color)",softBorderColor:"rgba(var(--vf-gray-500-rgb), 0.18)",outlineTextColor:"var(--vf-secondary-text-color)",outlineBorderColor:"rgba(var(--vf-gray-500-rgb), 0.35)",iconSize:"1em",closeSize:"1.15em",closeFontSize:"0.95em",closeRadius:"999px",closeColor:"currentColor",closeHoverBackgroundColor:"rgba(var(--vf-gray-500-rgb), 0.18)",disabledOpacity:"0.6",info:{backgroundColor:"var(--vf-sky-600)",textColor:"var(--vf-white)",borderColor:"var(--vf-sky-600)",softBackgroundColor:"rgba(var(--vf-sky-500-rgb), 0.18)",softTextColor:"var(--vf-sky-700)",softBorderColor:"rgba(var(--vf-sky-500-rgb), 0.3)",outlineTextColor:"var(--vf-sky-600)",outlineBorderColor:"rgba(var(--vf-sky-600-rgb), 0.45)"},success:{backgroundColor:"var(--vf-green-600)",textColor:"var(--vf-white)",borderColor:"var(--vf-green-600)",softBackgroundColor:"rgba(var(--vf-green-500-rgb), 0.2)",softTextColor:"var(--vf-green-700)",softBorderColor:"rgba(var(--vf-green-500-rgb), 0.32)",outlineTextColor:"var(--vf-green-600)",outlineBorderColor:"rgba(var(--vf-green-600-rgb), 0.45)"},warn:{backgroundColor:"var(--vf-yellow-600)",textColor:"rgba(0, 0, 0, 0.82)",borderColor:"var(--vf-yellow-600)",softBackgroundColor:"rgba(var(--vf-yellow-500-rgb), 0.22)",softTextColor:"rgba(0, 0, 0, 0.78)",softBorderColor:"rgba(var(--vf-yellow-500-rgb), 0.4)",outlineTextColor:"var(--vf-yellow-700)",outlineBorderColor:"rgba(var(--vf-yellow-600-rgb), 0.55)"},danger:{backgroundColor:"var(--vf-red-600)",textColor:"var(--vf-white)",borderColor:"var(--vf-red-600)",softBackgroundColor:"rgba(var(--vf-red-500-rgb), 0.2)",softTextColor:"var(--vf-red-700)",softBorderColor:"rgba(var(--vf-red-500-rgb), 0.32)",outlineTextColor:"var(--vf-red-600)",outlineBorderColor:"rgba(var(--vf-red-600-rgb), 0.45)"},small:{fontSize:"0.75rem",paddingX:"0.45rem",paddingY:"0.15rem"},large:{fontSize:"0.95rem",paddingX:"0.7rem",paddingY:"0.28rem"}},avatar:{size:"2.5rem",fontSize:"0.9rem",fontWeight:"600",backgroundColor:"var(--vf-gutter-color)",textColor:"var(--vf-secondary-text-color)",borderColor:"rgba(var(--vf-gray-500-rgb), 0.2)",borderWidth:"1px",borderRadius:"var(--vf-radii-md)",statusSize:"0.6rem",statusBorderWidth:"2px",statusBorderColor:"var(--vf-bg-color)",statusOnlineColor:"var(--vf-green-500)",statusOfflineColor:"var(--vf-gray-400)",statusBusyColor:"var(--vf-red-500)",statusAwayColor:"var(--vf-yellow-500)",small:{size:"2rem",fontSize:"0.75rem",statusSize:"0.5rem"},large:{size:"3rem",fontSize:"1rem",statusSize:"0.75rem"}},slider:{width:"100%",gap:"0.5rem",textColor:"var(--vf-text-color)",trackHeight:"0.35rem",trackBackgroundColor:"var(--vf-gutter-color)",trackRadius:"999px",fillBackgroundColor:"var(--vf-blue-600)",thumbSize:"1rem",thumbColor:"#ffffff",thumbBorderColor:"var(--vf-blue-600)",thumbBorderWidth:"2px",thumbShadow:"0 1px 3px rgba(0, 0, 0, 0.25)",focusRingShadow:"var(--vf-states-focus-ring-shadow)",disabledOpacity:"var(--vf-states-disabled-opacity)",markSize:"6px",markColor:"var(--vf-border-color)",markLabelFontSize:"0.75rem",markLabelColor:"var(--vf-secondary-text-color)",marksHeight:"1.25rem",valueFontSize:"0.875rem",valueColor:"var(--vf-secondary-text-color)",small:{trackHeight:"0.25rem",thumbSize:"0.85rem",valueFontSize:"0.8rem"},large:{trackHeight:"0.5rem",thumbSize:"1.25rem",valueFontSize:"1rem"}},stepper:{gap:"1rem",itemGap:"0.75rem",lineThickness:"2px",lineLength:"1.5rem",lineColor:"var(--vf-border-color)",indicatorSize:"2rem",indicatorBorderRadius:"999px",indicatorBorderWidth:"1px",indicatorFontSize:"0.875rem",indicatorBackgroundColor:"var(--vf-bg-color)",indicatorTextColor:"var(--vf-secondary-text-color)",indicatorBorderColor:"var(--vf-border-color)",activeIndicatorBackgroundColor:"var(--vf-blue)",activeIndicatorTextColor:"var(--vf-white)",activeIndicatorBorderColor:"var(--vf-blue)",completedIndicatorBackgroundColor:"var(--vf-green)",completedIndicatorTextColor:"var(--vf-white)",completedIndicatorBorderColor:"var(--vf-green)",errorIndicatorBackgroundColor:"var(--vf-red)",errorIndicatorTextColor:"var(--vf-white)",errorIndicatorBorderColor:"var(--vf-red)",labelFontSize:"var(--vf-typography-font-size)",labelColor:"var(--vf-text-color)",descriptionFontSize:"0.875rem",descriptionColor:"var(--vf-secondary-text-color)",disabledOpacity:"var(--vf-states-disabled-opacity)",small:{indicatorSize:"1.5rem",indicatorFontSize:"0.75rem",labelFontSize:"0.875rem",descriptionFontSize:"0.75rem",lineLength:"1.25rem",itemGap:"0.5rem"},large:{indicatorSize:"2.5rem",indicatorFontSize:"1rem",labelFontSize:"1.125rem",descriptionFontSize:"1rem",lineLength:"1.75rem",itemGap:"1rem"}},rating:{gap:"0.25rem",size:"1.1rem",color:"var(--vf-gutter-color)",activeColor:"var(--vf-yellow-500)",hoverColor:"var(--vf-yellow-600)",focusRingShadow:"var(--vf-states-focus-ring-shadow)",focusRadius:"4px",disabledOpacity:"var(--vf-states-disabled-opacity)",small:{size:"0.95rem"},large:{size:"1.35rem"}},tree:{gap:"0.3rem",indent:"1rem",rowGap:"0.5rem",rowPadding:"0.45rem 0.65rem",rowPaddingInline:"0.65rem",rowBorderRadius:"var(--vf-radii-md)",rowBorderColor:"var(--vf-border-color)",rowFontSize:"var(--vf-typography-font-size)",rowTextColor:"var(--vf-text-color)",rowBackgroundColor:"transparent",rowHoverBackgroundColor:"var(--vf-bg-soft-color)",rowSelectedBackgroundColor:"rgba(var(--vf-blue-rgb), 0.12)",rowSelectedTextColor:"var(--vf-text-color)",toggleSize:"1rem",toggleRadius:"var(--vf-radii-sm)",toggleBorderColor:"var(--vf-border-color)",toggleBackgroundColor:"var(--vf-bg-color)",toggleTextColor:"var(--vf-secondary-text-color)",toggleHoverBackgroundColor:"var(--vf-bg-soft-color)",focusRingShadow:"var(--vf-states-focus-ring-shadow)",disabledOpacity:"var(--vf-states-disabled-opacity)",small:{rowPadding:"0.35rem 0.5rem",rowPaddingInline:"0.5rem",rowFontSize:"0.875rem",toggleSize:"0.875rem"},large:{rowPadding:"0.6rem 0.8rem",rowPaddingInline:"0.8rem",rowFontSize:"1rem",toggleSize:"1.1rem"}}}};O.Accordion=dt,O.AccordionItem=ut,O.Alert=$t,O.Autocomplete=vr,O.Avatar=ga,O.Badge=la,O.Breadcrumbs=vl,O.Button=ao,O.Card=Ve,O.Checkbox=Xr,O.Chip=ca,O.DataTable=Ea,O.DatePicker=Er,O.DateRangePicker=Ir,O.DefaultTheme=El,O.Drawer=Ht,O.Dropdown=Gt,O.FileUpload=Do,O.FormField=wo,O.Input=so,O.Link=ge,O.Menu=Ee,O.Modal=It,O.MultiSelect=wr,O.NumberInput=go,O.Pagination=Gr,O.Popover=Tt,O.Progress=ta,O.RadioButton=et,O.RadioGroup=Zr,O.Rating=Za,O.Select=lr,O.Skeleton=Zt,O.Slider=Ra,O.Stepper=Ga,O.Switch=Et,O.Tab=lt,O.TabPanel=it,O.Tabs=tt,O.Textarea=zo,O.TimePicker=Kr,O.Toast=_t,O.ToastContainer=yt,O.Tooltip=qt,O.Tree=il,O.VueForge=Vl,O.getTheme=Sl,O.setTheme=Be,O.updateTheme=$l,Object.defineProperty(O,Symbol.toStringTag,{value:"Module"})}));
1
+ (function(K,e){typeof exports=="object"&&typeof module<"u"?e(exports,require("vue"),require("vue-router"),require("@codemonster-ru/vueiconify")):typeof define=="function"&&define.amd?define(["exports","vue","vue-router","@codemonster-ru/vueiconify"],e):(K=typeof globalThis<"u"?globalThis:K||self,e(K.index={},K.Vue,K.VueRouter,K.index))})(this,(function(K,e,Se,pe){"use strict";var Ve=document.createElement("style");Ve.textContent=`.vf-link{color:inherit;cursor:pointer;text-decoration:none;font-size:var(--vf-typography-font-size);line-height:var(--vf-typography-line-height)}.vf-link:hover{color:var(--vf-link-hover-color)}.vf-link:active{color:var(--vf-link-active-color)}.vf-link.vf-link_disabled{cursor:not-allowed}.vf-link_active,.vf-link_partially-active{color:var(--vf-link-active-color)}.vf-card{border:var(--vf-border-width) solid var(--vf-card-border-color);border-radius:var(--vf-card-border-radius)}.vf-card__default{padding:var(--vf-card-padding)}.vf-menu{display:flex}.vf-menu_horizontal>.vf-menu__list{flex-direction:row}.vf-menu_horizontal>.vf-menu__list>.vf-menu__item{align-items:center}.vf-menu_horizontal>.vf-menu__list>.vf-menu__item:not(:first-child){margin-left:var(--vf-menu-item-margin-left)}.vf-menu_horizontal>.vf-menu__list>.vf-menu__item:not(:last-child){margin-right:var(--vf-menu-item-margin-right)}.vf-menu_horizontal>.vf-menu__list>.vf-menu__item>.vf-menu__separator{height:var(--vf-menu-separator-height);border-top:none;border-right:none;border-left:var(--vf-menu-separator-thickness) solid var(--vf-menu-separator-color);border-bottom:none}.vf-menu_vertical>.vf-menu__list{width:100%;flex-direction:column}.vf-menu_vertical>.vf-menu__list>.vf-menu__item{flex-direction:column}.vf-menu_vertical>.vf-menu__list>.vf-menu__item:not(:first-child){margin-top:var(--vf-menu-item-margin-top)}.vf-menu_vertical>.vf-menu__list>.vf-menu__item:not(:last-child){margin-bottom:var(--vf-menu-item-margin-bottom)}.vf-menu_vertical>.vf-menu__list>.vf-menu__item>.vf-menu{overflow:hidden}.vf-menu__list{margin:0;padding:0;display:flex;list-style:none}.vf-menu__separator{width:100%;height:var(--vf-menu-separator-thickness);border:none;margin:0;background-color:var(--vf-menu-separator-color)}.vf-menu__item{display:flex;font-weight:500}.vf-menu__link{display:flex;align-items:center;text-decoration:none;font-size:var(--vf-typography-font-size);line-height:var(--vf-typography-line-height)}.vf-menu__link:hover{color:var(--vf-menu-link-hover-color)}.vf-menu__parent{cursor:pointer;display:flex;align-items:center;justify-content:space-between;font-size:var(--vf-typography-font-size);line-height:var(--vf-typography-line-height)}.vf-menu__parent:hover{color:var(--vf-menu-parent-hover-color)}.vf-menu__icon{margin-right:var(--vf-menu-icon-gap)}.vf-menu__submenu.vf-menu__submenu_visible{margin-top:var(--vf-menu-submenu-offset);margin-left:var(--vf-menu-submenu-offset)}.vf-menu__submenu:not(.vf-menu__submenu_visible){height:0}.vf-button{display:inline-flex;position:relative;cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;justify-content:center;height:var(--vf-controls-height);box-sizing:border-box;padding:var(--vf-button-padding);font-size:var(--vf-button-font-size);line-height:var(--vf-typography-line-height);font-family:inherit;border-radius:var(--vf-button-border-radius);overflow:hidden}.vf-button_text{border:var(--vf-border-width) solid transparent;background-color:transparent}.vf-button_outlined{background-color:transparent}.vf-button_primary.vf-button_text{color:var(--vf-button-text-primary-color)}.vf-button_primary.vf-button_text:not(.vf-button_disabled):hover{background-color:var(--vf-button-text-primary-hover-background-color)}.vf-button_primary.vf-button_outlined{color:var(--vf-button-outlined-primary-color);border:var(--vf-border-width) solid var(--vf-button-outlined-primary-border-color)}.vf-button_primary.vf-button_outlined:not(.vf-button_disabled):hover{background-color:var(--vf-button-outlined-primary-hover-background-color)}.vf-button_primary:not(.vf-button_text):not(.vf-button_outlined){color:var(--vf-button-primary-color);border:var(--vf-border-width) solid var(--vf-button-primary-border-color);background-color:var(--vf-button-primary-background-color)}.vf-button_primary:not(.vf-button_text):not(.vf-button_outlined):not(.vf-button_disabled):hover{color:var(--vf-button-primary-hover-color);border:var(--vf-border-width) solid var(--vf-button-primary-hover-border-color);background-color:var(--vf-button-primary-hover-background-color)}.vf-button_primary:not(.vf-button_text):not(.vf-button_outlined):not(.vf-button_disabled):active{color:var(--vf-button-primary-active-color);border:var(--vf-border-width) solid var(--vf-button-primary-active-border-color);background-color:var(--vf-button-primary-active-background-color)}.vf-button_secondary.vf-button_text{color:var(--vf-button-text-secondary-color)}.vf-button_secondary.vf-button_text:not(.vf-button_disabled):hover{background-color:var(--vf-button-text-secondary-hover-background-color)}.vf-button_secondary.vf-button_outlined{color:var(--vf-button-outlined-secondary-color);border:var(--vf-border-width) solid var(--vf-button-outlined-secondary-border-color)}.vf-button_secondary.vf-button_outlined:not(.vf-button_disabled):hover{background-color:var(--vf-button-outlined-secondary-hover-background-color)}.vf-button_secondary:not(.vf-button_text):not(.vf-button_outlined){color:var(--vf-button-secondary-color);border:var(--vf-border-width) solid var(--vf-button-secondary-border-color);background-color:var(--vf-button-secondary-background-color)}.vf-button_secondary:not(.vf-button_text):not(.vf-button_outlined):not(.vf-button_disabled):hover{color:var(--vf-button-secondary-hover-color);border:var(--vf-border-width) solid var(--vf-button-secondary-hover-border-color);background-color:var(--vf-button-secondary-hover-background-color)}.vf-button_secondary:not(.vf-button_text):not(.vf-button_outlined):not(.vf-button_disabled):active{color:var(--vf-button-secondary-active-color);border:var(--vf-border-width) solid var(--vf-button-secondary-active-border-color);background-color:var(--vf-button-secondary-active-background-color)}.vf-button_success.vf-button_text{color:var(--vf-button-text-success-color)}.vf-button_success.vf-button_text:not(.vf-button_disabled):hover{background-color:var(--vf-button-text-success-hover-background-color)}.vf-button_success.vf-button_outlined{color:var(--vf-button-outlined-success-color);border:var(--vf-border-width) solid var(--vf-button-outlined-success-border-color)}.vf-button_success.vf-button_outlined:not(.vf-button_disabled):hover{background-color:var(--vf-button-outlined-success-hover-background-color)}.vf-button_success:not(.vf-button_text):not(.vf-button_outlined){color:var(--vf-button-success-color);border:var(--vf-border-width) solid var(--vf-button-success-border-color);background-color:var(--vf-button-success-background-color)}.vf-button_success:not(.vf-button_text):not(.vf-button_outlined):not(.vf-button_disabled):hover{color:var(--vf-button-success-hover-color);border:var(--vf-border-width) solid var(--vf-button-success-hover-border-color);background-color:var(--vf-button-success-hover-background-color)}.vf-button_success:not(.vf-button_text):not(.vf-button_outlined):not(.vf-button_disabled):active{color:var(--vf-button-success-active-color);border:var(--vf-border-width) solid var(--vf-button-success-active-border-color);background-color:var(--vf-button-success-active-background-color)}.vf-button_info.vf-button_text{color:var(--vf-button-text-info-color)}.vf-button_info.vf-button_text:not(.vf-button_disabled):hover{background-color:var(--vf-button-text-info-hover-background-color)}.vf-button_info.vf-button_outlined{color:var(--vf-button-outlined-info-color);border:var(--vf-border-width) solid var(--vf-button-outlined-info-border-color)}.vf-button_info.vf-button_outlined:not(.vf-button_disabled):hover{background-color:var(--vf-button-outlined-info-hover-background-color)}.vf-button_info:not(.vf-button_text):not(.vf-button_outlined){color:var(--vf-button-info-color);border:var(--vf-border-width) solid var(--vf-button-info-border-color);background-color:var(--vf-button-info-background-color)}.vf-button_info:not(.vf-button_text):not(.vf-button_outlined):not(.vf-button_disabled):hover{color:var(--vf-button-info-hover-color);border:var(--vf-border-width) solid var(--vf-button-info-hover-border-color);background-color:var(--vf-button-info-hover-background-color)}.vf-button_info:not(.vf-button_text):not(.vf-button_outlined):not(.vf-button_disabled):active{color:var(--vf-button-info-active-color);border:var(--vf-border-width) solid var(--vf-button-info-active-border-color);background-color:var(--vf-button-info-active-background-color)}.vf-button_warning.vf-button_text{color:var(--vf-button-text-warning-color)}.vf-button_warning.vf-button_text:not(.vf-button_disabled):hover{background-color:var(--vf-button-text-warning-hover-background-color)}.vf-button_warning.vf-button_outlined{color:var(--vf-button-outlined-warning-color);border:var(--vf-border-width) solid var(--vf-button-outlined-warning-border-color)}.vf-button_warning.vf-button_outlined:not(.vf-button_disabled):hover{background-color:var(--vf-button-outlined-warning-hover-background-color)}.vf-button_warning:not(.vf-button_text):not(.vf-button_outlined){color:var(--vf-button-warning-color);border:var(--vf-border-width) solid var(--vf-button-warning-border-color);background-color:var(--vf-button-warning-background-color)}.vf-button_warning:not(.vf-button_text):not(.vf-button_outlined):not(.vf-button_disabled):hover{color:var(--vf-button-warning-hover-color);border:var(--vf-border-width) solid var(--vf-button-warning-hover-border-color);background-color:var(--vf-button-warning-hover-background-color)}.vf-button_warning:not(.vf-button_text):not(.vf-button_outlined):not(.vf-button_disabled):active{color:var(--vf-button-warning-active-color);border:var(--vf-border-width) solid var(--vf-button-warning-active-border-color);background-color:var(--vf-button-warning-active-background-color)}.vf-button_danger.vf-button_text{color:var(--vf-button-text-danger-color)}.vf-button_danger.vf-button_text:not(.vf-button_disabled):hover{background-color:var(--vf-button-text-danger-hover-background-color)}.vf-button_danger.vf-button_outlined{color:var(--vf-button-outlined-danger-color);border:var(--vf-border-width) solid var(--vf-button-outlined-danger-border-color)}.vf-button_danger.vf-button_outlined:not(.vf-button_disabled):hover{background-color:var(--vf-button-outlined-danger-hover-background-color)}.vf-button_danger:not(.vf-button_text):not(.vf-button_outlined){color:var(--vf-button-danger-color);border:var(--vf-border-width) solid var(--vf-button-danger-border-color);background-color:var(--vf-button-danger-background-color)}.vf-button_danger:not(.vf-button_text):not(.vf-button_outlined):not(.vf-button_disabled):hover{color:var(--vf-button-danger-hover-color);border:var(--vf-border-width) solid var(--vf-button-danger-hover-border-color);background-color:var(--vf-button-danger-hover-background-color)}.vf-button_danger:not(.vf-button_text):not(.vf-button_outlined):not(.vf-button_disabled):active{color:var(--vf-button-danger-active-color);border:var(--vf-border-width) solid var(--vf-button-danger-active-border-color);background-color:var(--vf-button-danger-active-background-color)}.vf-button_vertical{flex-direction:column}.vf-button__icon{display:inline-block}.vf-button__icon_top+.vf-button__label{margin-top:var(--vf-button-icon-gap)}.vf-button__icon_right{order:1}.vf-button__icon_right+.vf-button__label{margin-right:var(--vf-button-icon-gap)}.vf-button__icon_bottom{order:1}.vf-button__icon_bottom+.vf-button__label{margin-bottom:var(--vf-button-icon-gap)}.vf-button__icon_left+.vf-button__label{margin-left:var(--vf-button-icon-gap)}.vf-button_disabled{opacity:var(--vf-states-disabled-opacity);cursor:default}.vf-button_rounded{border-radius:var(--vf-button-rounded-border-radius)}.vf-button_small{font-size:var(--vf-button-small-font-size);padding:var(--vf-button-small-padding)}.vf-button_large{font-size:var(--vf-button-large-font-size);padding:var(--vf-button-large-padding)}.vf-input{display:flex;align-items:center;gap:var(--vf-input-gap);height:var(--vf-controls-height);box-sizing:border-box;padding:var(--vf-input-padding);border-radius:var(--vf-input-border-radius);border:var(--vf-border-width) solid var(--vf-input-border-color);background-color:var(--vf-input-background-color);color:var(--vf-input-text-color);transition:border-color .2s ease}.vf-input__control{flex:1;border:none;background:transparent;color:inherit;font-size:var(--vf-input-font-size);line-height:var(--vf-typography-line-height);font-family:inherit;outline:none}.vf-input__control::placeholder{color:var(--vf-input-placeholder-color)}.vf-input:hover:not(.vf-input_disabled){border-color:var(--vf-input-hover-border-color)}.vf-input:focus-within:not(.vf-input_disabled){border-color:var(--vf-input-focus-border-color);box-shadow:var(--vf-input-focus-ring-shadow)}.vf-input_outlined{background-color:transparent}.vf-input_small{padding:var(--vf-input-small-padding)}.vf-input_small .vf-input__control{font-size:var(--vf-input-small-font-size)}.vf-input_large{padding:var(--vf-input-large-padding)}.vf-input_large .vf-input__control{font-size:var(--vf-input-large-font-size)}.vf-input_disabled{opacity:var(--vf-input-disabled-opacity);cursor:not-allowed}.vf-number-input{display:flex;align-items:center;gap:var(--vf-number-input-gap);height:var(--vf-controls-height);box-sizing:border-box;padding:var(--vf-number-input-padding);border-radius:var(--vf-number-input-border-radius);border:var(--vf-border-width) solid var(--vf-number-input-border-color);background-color:var(--vf-number-input-background-color);color:var(--vf-number-input-text-color);transition:border-color .2s ease,box-shadow .2s ease}.vf-number-input__control{flex:1;border:none;background:transparent;color:inherit;font-size:var(--vf-number-input-font-size);line-height:var(--vf-typography-line-height);font-family:inherit;outline:none;min-width:0;-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}.vf-number-input__control::-webkit-outer-spin-button,.vf-number-input__control::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.vf-number-input__control::placeholder{color:var(--vf-number-input-placeholder-color)}.vf-number-input__controls{display:flex;flex-direction:column;gap:var(--vf-number-input-control-gap);height:100%;padding-left:var(--vf-number-input-control-gap);border-left:var(--vf-border-width) solid var(--vf-number-input-control-border-color)}.vf-number-input__step{width:var(--vf-number-input-control-width);flex:1;border:none;border-radius:var(--vf-number-input-control-radius);background-color:var(--vf-number-input-control-background-color);color:var(--vf-number-input-control-text-color);font-size:var(--vf-number-input-control-font-size);line-height:1;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;padding:0}.vf-number-input__step:hover:not(:disabled){background-color:var(--vf-number-input-control-hover-background-color)}.vf-number-input__step:disabled{cursor:not-allowed}.vf-number-input:hover:not(.vf-number-input_disabled){border-color:var(--vf-number-input-hover-border-color)}.vf-number-input:focus-within:not(.vf-number-input_disabled){border-color:var(--vf-number-input-focus-border-color);box-shadow:var(--vf-number-input-focus-ring-shadow)}.vf-number-input_outlined{background-color:transparent}.vf-number-input_small{padding:var(--vf-number-input-small-padding)}.vf-number-input_small .vf-number-input__control{font-size:var(--vf-number-input-small-font-size)}.vf-number-input_small .vf-number-input__step{width:var(--vf-number-input-small-control-width);font-size:var(--vf-number-input-small-control-font-size)}.vf-number-input_large{padding:var(--vf-number-input-large-padding)}.vf-number-input_large .vf-number-input__control{font-size:var(--vf-number-input-large-font-size)}.vf-number-input_large .vf-number-input__step{width:var(--vf-number-input-large-control-width);font-size:var(--vf-number-input-large-control-font-size)}.vf-number-input_disabled{opacity:var(--vf-number-input-disabled-opacity);cursor:not-allowed}.vf-form-field{display:grid;gap:var(--vf-form-field-gap);color:var(--vf-form-field-text-color)}.vf-form-field__label{display:inline-flex;align-items:center;gap:.25rem;font-size:var(--vf-form-field-label-font-size);line-height:var(--vf-typography-line-height);color:var(--vf-form-field-label-color)}.vf-form-field__required{color:var(--vf-form-field-required-color)}.vf-form-field__control{min-width:0}.vf-form-field__hint,.vf-form-field__error{margin:0;font-size:var(--vf-form-field-hint-font-size);line-height:var(--vf-typography-line-height)}.vf-form-field__hint{color:var(--vf-form-field-hint-color)}.vf-form-field__error{color:var(--vf-form-field-error-color)}.vf-form-field_small{gap:var(--vf-form-field-small-gap)}.vf-form-field_small .vf-form-field__label{font-size:var(--vf-form-field-small-label-font-size)}.vf-form-field_small .vf-form-field__hint,.vf-form-field_small .vf-form-field__error{font-size:var(--vf-form-field-small-hint-font-size)}.vf-form-field_large{gap:var(--vf-form-field-large-gap)}.vf-form-field_large .vf-form-field__label{font-size:var(--vf-form-field-large-label-font-size)}.vf-form-field_large .vf-form-field__hint,.vf-form-field_large .vf-form-field__error{font-size:var(--vf-form-field-large-hint-font-size)}.vf-form-field_disabled{opacity:var(--vf-form-field-disabled-opacity)}.vf-textarea{display:flex;align-items:stretch;gap:var(--vf-textarea-gap);min-height:var(--vf-textarea-min-height);box-sizing:border-box;padding:var(--vf-textarea-padding);border-radius:var(--vf-textarea-border-radius);border:var(--vf-border-width) solid var(--vf-textarea-border-color);background-color:var(--vf-textarea-background-color);color:var(--vf-textarea-text-color);transition:border-color .2s ease,box-shadow .2s ease}.vf-textarea__control{flex:1;min-height:var(--vf-textarea-min-height);border:none;background:transparent;color:inherit;font-size:var(--vf-textarea-font-size);line-height:var(--vf-typography-line-height);font-family:inherit;outline:none;resize:var(--vf-textarea-resize);width:100%;padding:0;box-sizing:border-box}.vf-textarea__control::placeholder{color:var(--vf-textarea-placeholder-color)}.vf-textarea:hover:not(.vf-textarea_disabled){border-color:var(--vf-textarea-hover-border-color)}.vf-textarea:focus-within:not(.vf-textarea_disabled){border-color:var(--vf-textarea-focus-border-color);box-shadow:var(--vf-textarea-focus-ring-shadow)}.vf-textarea_outlined{background-color:transparent}.vf-textarea_small{padding:var(--vf-textarea-small-padding)}.vf-textarea_small .vf-textarea__control{font-size:var(--vf-textarea-small-font-size)}.vf-textarea_large{padding:var(--vf-textarea-large-padding)}.vf-textarea_large .vf-textarea__control{font-size:var(--vf-textarea-large-font-size)}.vf-textarea_disabled{opacity:var(--vf-textarea-disabled-opacity);cursor:not-allowed}.vf-file-upload{display:block;width:100%;max-width:100%;box-sizing:border-box;min-height:var(--vf-file-upload-min-height);border-radius:var(--vf-file-upload-border-radius);border:var(--vf-border-width) solid var(--vf-file-upload-border-color);background-color:var(--vf-file-upload-background-color);color:var(--vf-file-upload-text-color);transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease}.vf-file-upload_outlined{background-color:transparent}.vf-file-upload__input{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.vf-file-upload__control{display:flex;align-items:center;justify-content:space-between;gap:var(--vf-file-upload-gap);padding:var(--vf-file-upload-padding);font-size:var(--vf-file-upload-font-size);line-height:var(--vf-typography-line-height);font-family:inherit;min-width:0;width:100%;max-width:100%;box-sizing:border-box;cursor:pointer;outline:none}.vf-file-upload__content{flex:1 1 0%;min-width:0;max-width:100%}.vf-file-upload__placeholder{color:var(--vf-file-upload-placeholder-color)}.vf-file-upload__list{display:flex;flex-direction:column;gap:var(--vf-file-upload-list-gap);min-width:0;max-width:100%}.vf-file-upload__item{display:flex;align-items:center;gap:.5rem;padding:var(--vf-file-upload-item-padding);border-radius:var(--vf-file-upload-item-radius);border:var(--vf-border-width) solid var(--vf-file-upload-item-border-color);background-color:var(--vf-file-upload-item-background-color);color:var(--vf-file-upload-item-text-color);font-size:var(--vf-typography-font-size);min-width:0;max-width:100%;box-sizing:border-box}.vf-file-upload__name{flex:1 1 0%;min-width:0;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vf-file-upload__size{color:var(--vf-file-upload-size-text-color);font-size:.875em;flex:0 0 auto}.vf-file-upload__remove{flex:0 0 auto;width:var(--vf-file-upload-remove-size);height:var(--vf-file-upload-remove-size);border:none;border-radius:var(--vf-file-upload-remove-radius);background:transparent;color:inherit;cursor:pointer;font-size:.75rem;line-height:1;display:inline-flex;align-items:center;justify-content:center}.vf-file-upload__remove:hover{background-color:var(--vf-file-upload-remove-hover-background-color)}.vf-file-upload__button{flex:0 0 auto;padding:var(--vf-file-upload-button-padding);border-radius:var(--vf-file-upload-button-radius);border:var(--vf-border-width) solid var(--vf-file-upload-button-border-color);background-color:var(--vf-file-upload-button-background-color);color:var(--vf-file-upload-button-text-color);font-size:inherit;font-family:inherit;cursor:pointer}.vf-file-upload__button:hover:not(:disabled){background-color:var(--vf-file-upload-button-hover-background-color)}.vf-file-upload__button:disabled{cursor:not-allowed}.vf-file-upload:hover:not(.vf-file-upload_disabled){border-color:var(--vf-file-upload-hover-border-color)}.vf-file-upload:focus-within:not(.vf-file-upload_disabled){border-color:var(--vf-file-upload-focus-border-color);box-shadow:var(--vf-file-upload-focus-ring-shadow)}.vf-file-upload_dragging{border-color:var(--vf-file-upload-focus-border-color);background-color:var(--vf-file-upload-drag-background-color);box-shadow:var(--vf-file-upload-focus-ring-shadow)}.vf-file-upload_small .vf-file-upload__control{padding:var(--vf-file-upload-small-padding);font-size:var(--vf-file-upload-small-font-size)}.vf-file-upload_small .vf-file-upload__button{padding:var(--vf-file-upload-small-button-padding)}.vf-file-upload_large .vf-file-upload__control{padding:var(--vf-file-upload-large-padding);font-size:var(--vf-file-upload-large-font-size)}.vf-file-upload_large .vf-file-upload__button{padding:var(--vf-file-upload-large-button-padding)}.vf-file-upload_disabled{opacity:var(--vf-file-upload-disabled-opacity);cursor:not-allowed}.vf-file-upload_disabled .vf-file-upload__control,.vf-file-upload_disabled .vf-file-upload__button{cursor:not-allowed}.vf-select{position:relative;display:inline-block;min-width:var(--vf-select-min-width);height:var(--vf-controls-height);box-sizing:border-box;border-radius:var(--vf-select-border-radius);border:var(--vf-border-width) solid var(--vf-select-border-color);background-color:var(--vf-select-background-color);color:var(--vf-select-text-color);transition:border-color .2s ease,box-shadow .2s ease}.vf-select_outlined{background-color:transparent}.vf-select__control{width:100%;padding:var(--vf-select-padding);border:none;background:transparent;color:inherit;font-size:var(--vf-select-font-size);line-height:var(--vf-typography-line-height);font-family:inherit;outline:none;display:inline-flex;align-items:center;justify-content:space-between;height:var(--vf-controls-height);box-sizing:border-box;gap:var(--vf-select-control-gap);cursor:pointer}.vf-select__label{text-align:left}.vf-select__label_placeholder{color:var(--vf-secondary-text-color)}.vf-select__chevron{font-size:var(--vf-select-chevron-size);opacity:.7}.vf-select__panel{position:fixed;z-index:50;padding:var(--vf-select-panel-padding);max-height:var(--vf-select-panel-max-height);overflow:auto;border-radius:calc(var(--vf-select-border-radius) + var(--vf-select-panel-radius-offset));border:var(--vf-border-width) solid var(--vf-select-panel-border-color);background-color:var(--vf-select-panel-background-color);box-shadow:var(--vf-select-panel-shadow);color:var(--vf-select-text-color)}.vf-select__option{width:100%;text-align:left;border:none;background:transparent;padding:var(--vf-select-option-padding);border-radius:var(--vf-select-option-border-radius);color:inherit;cursor:pointer;font-size:var(--vf-typography-font-size);line-height:var(--vf-typography-line-height);font-family:inherit}.vf-select__option:hover:not(.is-disabled),.vf-select__option:focus-visible:not(.is-disabled){background-color:var(--vf-select-option-hover-background-color);outline:none}.vf-select__option.is-active{background-color:var(--vf-select-option-active-background-color);color:var(--vf-select-option-active-text-color)}.vf-select__option.is-disabled{opacity:.6;cursor:not-allowed}.vf-select_open{border-color:var(--vf-select-focus-border-color);box-shadow:var(--vf-select-focus-ring-shadow)}.vf-select:hover:not(.vf-select_disabled){border-color:var(--vf-select-hover-border-color)}.vf-select:focus-within:not(.vf-select_disabled){border-color:var(--vf-select-focus-border-color)}.vf-select_small .vf-select__control{padding:var(--vf-select-small-padding);font-size:var(--vf-select-small-font-size)}.vf-select_large .vf-select__control{padding:var(--vf-select-large-padding);font-size:var(--vf-select-large-font-size)}.vf-select_disabled{opacity:var(--vf-select-disabled-opacity);cursor:not-allowed}.vf-select_disabled .vf-select__control{cursor:not-allowed}.vf-autocomplete{position:relative;display:inline-flex;align-items:center;min-width:var(--vf-autocomplete-min-width);height:var(--vf-controls-height);box-sizing:border-box;gap:var(--vf-autocomplete-control-gap);padding:var(--vf-autocomplete-padding);border-radius:var(--vf-autocomplete-border-radius);border:var(--vf-border-width) solid var(--vf-autocomplete-border-color);background-color:var(--vf-autocomplete-background-color);color:var(--vf-autocomplete-text-color);transition:border-color .2s ease,box-shadow .2s ease}.vf-autocomplete_outlined{background-color:transparent}.vf-autocomplete__control{flex:1;width:100%;border:none;background:transparent;color:inherit;font-size:var(--vf-autocomplete-font-size);line-height:var(--vf-typography-line-height);font-family:inherit;outline:none}.vf-autocomplete__control::placeholder{color:var(--vf-autocomplete-placeholder-color)}.vf-autocomplete__chevron{border:none;padding:0;background:transparent;color:inherit;font-size:var(--vf-autocomplete-chevron-size);opacity:.7;cursor:pointer}.vf-autocomplete__panel{position:fixed;z-index:50;padding:var(--vf-autocomplete-panel-padding);max-height:var(--vf-autocomplete-panel-max-height);overflow:auto;border-radius:calc(var(--vf-autocomplete-border-radius) + var(--vf-autocomplete-panel-radius-offset));border:var(--vf-border-width) solid var(--vf-autocomplete-panel-border-color);background-color:var(--vf-autocomplete-panel-background-color);box-shadow:var(--vf-autocomplete-panel-shadow);color:var(--vf-autocomplete-text-color)}.vf-autocomplete__option{width:100%;text-align:left;border:none;background:transparent;padding:var(--vf-autocomplete-option-padding);border-radius:var(--vf-autocomplete-option-border-radius);color:inherit;cursor:pointer;font-size:var(--vf-typography-font-size);line-height:var(--vf-typography-line-height);font-family:inherit}.vf-autocomplete__option:hover:not(.is-disabled),.vf-autocomplete__option:focus-visible:not(.is-disabled){background-color:var(--vf-autocomplete-option-hover-background-color);outline:none}.vf-autocomplete__option.is-highlighted:not(.is-disabled){background-color:var(--vf-autocomplete-option-highlighted-background-color);outline:none}.vf-autocomplete__option.is-active{background-color:var(--vf-autocomplete-option-active-background-color);color:var(--vf-autocomplete-option-active-text-color)}.vf-autocomplete__option.is-disabled{opacity:.6;cursor:not-allowed}.vf-autocomplete__empty{padding:var(--vf-autocomplete-empty-padding);color:var(--vf-autocomplete-empty-color);font-size:var(--vf-typography-font-size);line-height:var(--vf-typography-line-height)}.vf-autocomplete__loading{padding:var(--vf-autocomplete-loading-padding);color:var(--vf-autocomplete-loading-color);font-size:var(--vf-typography-font-size);line-height:var(--vf-typography-line-height)}.vf-autocomplete_open{border-color:var(--vf-autocomplete-focus-border-color);box-shadow:var(--vf-autocomplete-focus-ring-shadow)}.vf-autocomplete:hover:not(.vf-autocomplete_disabled){border-color:var(--vf-autocomplete-hover-border-color)}.vf-autocomplete:focus-within:not(.vf-autocomplete_disabled){border-color:var(--vf-autocomplete-focus-border-color)}.vf-autocomplete_small{padding:var(--vf-autocomplete-small-padding)}.vf-autocomplete_small .vf-autocomplete__control{font-size:var(--vf-autocomplete-small-font-size)}.vf-autocomplete_large{padding:var(--vf-autocomplete-large-padding)}.vf-autocomplete_large .vf-autocomplete__control{font-size:var(--vf-autocomplete-large-font-size)}.vf-autocomplete_disabled{opacity:var(--vf-autocomplete-disabled-opacity);cursor:not-allowed}.vf-autocomplete_disabled .vf-autocomplete__chevron{cursor:not-allowed}.vf-multiselect{position:relative;display:inline-flex;align-items:center;min-width:var(--vf-multiselect-min-width);height:var(--vf-controls-height);box-sizing:border-box;gap:0;border-radius:var(--vf-multiselect-border-radius);border:var(--vf-border-width) solid var(--vf-multiselect-border-color);background-color:var(--vf-multiselect-background-color);color:var(--vf-multiselect-text-color);transition:border-color .2s ease,box-shadow .2s ease}.vf-multiselect_outlined{background-color:transparent}.vf-multiselect__control{width:100%;min-width:0;flex:1 1 0%;height:var(--vf-controls-height);box-sizing:border-box;border:none;background:transparent;color:inherit;font-size:var(--vf-multiselect-font-size);line-height:var(--vf-typography-line-height);font-family:inherit;outline:none;display:inline-flex;align-items:center;justify-content:space-between;gap:var(--vf-multiselect-control-gap);padding:var(--vf-multiselect-padding);cursor:pointer}.vf-multiselect__label{flex:1 1 auto;min-width:0;text-align:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vf-multiselect__label_placeholder{color:var(--vf-multiselect-placeholder-color)}.vf-multiselect__chevron{flex:0 0 auto;font-size:var(--vf-multiselect-chevron-size);opacity:.7}.vf-multiselect__clear{flex:0 0 auto;width:var(--vf-multiselect-clear-size);height:var(--vf-multiselect-clear-size);margin-right:.35rem;padding:0;border:none;border-radius:var(--vf-multiselect-clear-radius);background:transparent;color:inherit;font-size:.75rem;cursor:pointer}.vf-multiselect__clear:hover{background-color:var(--vf-multiselect-clear-hover-background-color)}.vf-multiselect__panel{position:fixed;z-index:50;padding:var(--vf-multiselect-panel-padding);max-height:var(--vf-multiselect-panel-max-height);overflow:auto;border-radius:calc(var(--vf-multiselect-border-radius) + var(--vf-multiselect-panel-radius-offset));border:var(--vf-border-width) solid var(--vf-multiselect-panel-border-color);background-color:var(--vf-multiselect-panel-background-color);box-shadow:var(--vf-multiselect-panel-shadow);color:var(--vf-multiselect-text-color)}.vf-multiselect__search{padding:var(--vf-multiselect-search-padding)}.vf-multiselect__search-control{width:100%;border-radius:var(--vf-multiselect-search-border-radius);border:var(--vf-border-width) solid var(--vf-multiselect-search-border-color);background:transparent;color:inherit;padding:.35rem .45rem;font-size:var(--vf-typography-font-size);line-height:var(--vf-typography-line-height);font-family:inherit;outline:none}.vf-multiselect__search-control:focus{border-color:var(--vf-multiselect-focus-border-color)}.vf-multiselect__option{width:100%;text-align:left;border:none;background:transparent;padding:var(--vf-multiselect-option-padding);border-radius:var(--vf-multiselect-option-border-radius);color:inherit;cursor:pointer;font-size:var(--vf-typography-font-size);line-height:var(--vf-typography-line-height);font-family:inherit;display:inline-flex;align-items:center;justify-content:space-between;gap:.5rem}.vf-multiselect__option:hover:not(.is-disabled),.vf-multiselect__option:focus-visible:not(.is-disabled){background-color:var(--vf-multiselect-option-hover-background-color);outline:none}.vf-multiselect__option.is-highlighted:not(.is-disabled){background-color:var(--vf-multiselect-option-highlighted-background-color)}.vf-multiselect__option.is-active{background-color:var(--vf-multiselect-option-active-background-color);color:var(--vf-multiselect-option-active-text-color)}.vf-multiselect__option.is-disabled{opacity:.6;cursor:not-allowed}.vf-multiselect__option-check{font-size:.85em}.vf-multiselect__empty{padding:var(--vf-multiselect-empty-padding);color:var(--vf-multiselect-empty-color);font-size:var(--vf-typography-font-size);line-height:var(--vf-typography-line-height)}.vf-multiselect__loading{padding:var(--vf-multiselect-loading-padding);color:var(--vf-multiselect-loading-color);font-size:var(--vf-typography-font-size);line-height:var(--vf-typography-line-height)}.vf-multiselect_open{border-color:var(--vf-multiselect-focus-border-color);box-shadow:var(--vf-multiselect-focus-ring-shadow)}.vf-multiselect:hover:not(.vf-multiselect_disabled){border-color:var(--vf-multiselect-hover-border-color)}.vf-multiselect:focus-within:not(.vf-multiselect_disabled){border-color:var(--vf-multiselect-focus-border-color)}.vf-multiselect_small .vf-multiselect__control{padding:var(--vf-multiselect-small-padding);font-size:var(--vf-multiselect-small-font-size)}.vf-multiselect_large .vf-multiselect__control{padding:var(--vf-multiselect-large-padding);font-size:var(--vf-multiselect-large-font-size)}.vf-multiselect_disabled{opacity:var(--vf-multiselect-disabled-opacity);cursor:not-allowed}.vf-multiselect_disabled .vf-multiselect__control{cursor:not-allowed}.vf-datepicker{position:relative;display:inline-block;min-width:var(--vf-datepicker-min-width);height:var(--vf-controls-height);box-sizing:border-box;border-radius:var(--vf-datepicker-border-radius);border:var(--vf-border-width) solid var(--vf-datepicker-border-color);background-color:var(--vf-datepicker-background-color);color:var(--vf-datepicker-text-color);transition:border-color .2s ease,box-shadow .2s ease}.vf-datepicker_outlined{background-color:transparent}.vf-datepicker__control{width:100%;height:var(--vf-controls-height);box-sizing:border-box;border:none;background:transparent;color:inherit;padding:var(--vf-datepicker-padding);display:inline-flex;align-items:center;justify-content:space-between;gap:var(--vf-datepicker-control-gap);font-size:var(--vf-datepicker-font-size);line-height:var(--vf-typography-line-height);font-family:inherit;cursor:pointer;outline:none}.vf-datepicker__label{text-align:left}.vf-datepicker__label_placeholder{color:var(--vf-datepicker-placeholder-color)}.vf-datepicker__chevron{font-size:var(--vf-datepicker-chevron-size);opacity:.7}.vf-datepicker__panel{position:fixed;z-index:50;width:var(--vf-datepicker-panel-width);padding:var(--vf-datepicker-panel-padding);border-radius:calc(var(--vf-datepicker-border-radius) + var(--vf-datepicker-panel-radius-offset));border:var(--vf-border-width) solid var(--vf-datepicker-panel-border-color);background-color:var(--vf-datepicker-panel-background-color);box-shadow:var(--vf-datepicker-panel-shadow);color:var(--vf-datepicker-text-color)}.vf-datepicker__header{display:flex;align-items:center;justify-content:space-between;gap:var(--vf-datepicker-header-gap);padding:var(--vf-datepicker-header-padding)}.vf-datepicker__month-label{font-size:var(--vf-datepicker-month-label-font-size);font-weight:var(--vf-datepicker-month-label-font-weight)}.vf-datepicker__nav{width:var(--vf-datepicker-nav-button-size);height:var(--vf-datepicker-nav-button-size);border-radius:var(--vf-datepicker-nav-button-radius);border:none;background:transparent;color:inherit;cursor:pointer;font-size:var(--vf-datepicker-nav-button-font-size);line-height:1}.vf-datepicker__nav:hover,.vf-datepicker__nav:focus-visible{background-color:var(--vf-datepicker-day-hover-background-color);outline:none}.vf-datepicker__weekdays{display:grid;grid-template-columns:repeat(7,1fr);margin-bottom:var(--vf-datepicker-weekdays-margin-bottom)}.vf-datepicker__weekday{text-align:center;color:var(--vf-datepicker-weekday-color);font-size:var(--vf-datepicker-weekday-font-size);line-height:1.2}.vf-datepicker__days{display:grid;grid-template-columns:repeat(7,1fr);gap:var(--vf-datepicker-days-gap)}.vf-datepicker__day{width:var(--vf-datepicker-day-size);height:var(--vf-datepicker-day-size);margin:0 auto;border-radius:var(--vf-datepicker-day-border-radius);border:var(--vf-border-width) solid transparent;background:transparent;color:inherit;cursor:pointer;font-size:var(--vf-datepicker-day-font-size);line-height:1}.vf-datepicker__day:hover:not(:disabled),.vf-datepicker__day:focus-visible:not(:disabled){background-color:var(--vf-datepicker-day-hover-background-color);outline:none}.vf-datepicker__day.is-selected{background-color:var(--vf-datepicker-day-selected-background-color);color:var(--vf-datepicker-day-selected-text-color)}.vf-datepicker__day.is-today{border-color:var(--vf-datepicker-day-today-border-color)}.vf-datepicker__day.is-outside{color:var(--vf-datepicker-day-muted-color)}.vf-datepicker__day:disabled{opacity:.5;cursor:not-allowed}.vf-datepicker_open{border-color:var(--vf-datepicker-focus-border-color);box-shadow:var(--vf-datepicker-focus-ring-shadow)}.vf-datepicker:hover:not(.vf-datepicker_disabled){border-color:var(--vf-datepicker-hover-border-color)}.vf-datepicker:focus-within:not(.vf-datepicker_disabled){border-color:var(--vf-datepicker-focus-border-color)}.vf-datepicker_small .vf-datepicker__control{padding:var(--vf-datepicker-small-padding);font-size:var(--vf-datepicker-small-font-size)}.vf-datepicker_small .vf-datepicker__day{width:var(--vf-datepicker-small-day-size);height:var(--vf-datepicker-small-day-size)}.vf-datepicker_large .vf-datepicker__control{padding:var(--vf-datepicker-large-padding);font-size:var(--vf-datepicker-large-font-size)}.vf-datepicker_large .vf-datepicker__day{width:var(--vf-datepicker-large-day-size);height:var(--vf-datepicker-large-day-size)}.vf-datepicker_disabled{opacity:var(--vf-datepicker-disabled-opacity);cursor:not-allowed}.vf-datepicker_disabled .vf-datepicker__control{cursor:not-allowed}.vf-daterangepicker{position:relative;display:inline-block;min-width:var(--vf-daterangepicker-min-width);height:var(--vf-controls-height);box-sizing:border-box;border-radius:var(--vf-daterangepicker-border-radius);border:var(--vf-border-width) solid var(--vf-daterangepicker-border-color);background-color:var(--vf-daterangepicker-background-color);color:var(--vf-daterangepicker-text-color);transition:border-color .2s ease,box-shadow .2s ease}.vf-daterangepicker_outlined{background-color:transparent}.vf-daterangepicker__control{width:100%;height:var(--vf-controls-height);box-sizing:border-box;border:none;background:transparent;color:inherit;padding:var(--vf-daterangepicker-padding);display:inline-flex;align-items:center;justify-content:space-between;gap:var(--vf-daterangepicker-control-gap);font-size:var(--vf-daterangepicker-font-size);line-height:var(--vf-typography-line-height);font-family:inherit;cursor:pointer;outline:none}.vf-daterangepicker__label{text-align:left}.vf-daterangepicker__label_placeholder{color:var(--vf-daterangepicker-placeholder-color)}.vf-daterangepicker__chevron{font-size:var(--vf-daterangepicker-chevron-size);opacity:.7}.vf-daterangepicker__panel{position:fixed;z-index:50;width:var(--vf-daterangepicker-panel-width);padding:var(--vf-daterangepicker-panel-padding);border-radius:calc(var(--vf-daterangepicker-border-radius) + var(--vf-daterangepicker-panel-radius-offset));border:var(--vf-border-width) solid var(--vf-daterangepicker-panel-border-color);background-color:var(--vf-daterangepicker-panel-background-color);box-shadow:var(--vf-daterangepicker-panel-shadow);color:var(--vf-daterangepicker-text-color)}.vf-daterangepicker__header{display:flex;align-items:center;justify-content:space-between;gap:var(--vf-daterangepicker-header-gap);padding:var(--vf-daterangepicker-header-padding)}.vf-daterangepicker__month-label{font-size:var(--vf-daterangepicker-month-label-font-size);font-weight:var(--vf-daterangepicker-month-label-font-weight)}.vf-daterangepicker__nav{width:var(--vf-daterangepicker-nav-button-size);height:var(--vf-daterangepicker-nav-button-size);border-radius:var(--vf-daterangepicker-nav-button-radius);border:none;background:transparent;color:inherit;cursor:pointer;font-size:var(--vf-daterangepicker-nav-button-font-size);line-height:1}.vf-daterangepicker__nav:hover,.vf-daterangepicker__nav:focus-visible{background-color:var(--vf-daterangepicker-day-hover-background-color);outline:none}.vf-daterangepicker__weekdays{display:grid;grid-template-columns:repeat(7,1fr);margin-bottom:var(--vf-daterangepicker-weekdays-margin-bottom)}.vf-daterangepicker__weekday{text-align:center;color:var(--vf-daterangepicker-weekday-color);font-size:var(--vf-daterangepicker-weekday-font-size);line-height:1.2}.vf-daterangepicker__days{display:grid;grid-template-columns:repeat(7,1fr);gap:var(--vf-daterangepicker-days-gap)}.vf-daterangepicker__day{width:var(--vf-daterangepicker-day-size);height:var(--vf-daterangepicker-day-size);margin:0 auto;border-radius:var(--vf-daterangepicker-day-border-radius);border:var(--vf-border-width) solid transparent;background:transparent;color:inherit;cursor:pointer;font-size:var(--vf-daterangepicker-day-font-size);line-height:1}.vf-daterangepicker__day:hover:not(:disabled),.vf-daterangepicker__day:focus-visible:not(:disabled){background-color:var(--vf-daterangepicker-day-hover-background-color);outline:none}.vf-daterangepicker__day.is-in-range{background-color:var(--vf-daterangepicker-day-range-background-color);color:var(--vf-daterangepicker-day-range-text-color)}.vf-daterangepicker__day.is-selected{background-color:var(--vf-daterangepicker-day-selected-background-color);color:var(--vf-daterangepicker-day-selected-text-color)}.vf-daterangepicker__day.is-today{border-color:var(--vf-daterangepicker-day-today-border-color)}.vf-daterangepicker__day.is-outside{color:var(--vf-daterangepicker-day-muted-color)}.vf-daterangepicker__day:disabled{opacity:.5;cursor:not-allowed}.vf-daterangepicker_open{border-color:var(--vf-daterangepicker-focus-border-color);box-shadow:var(--vf-daterangepicker-focus-ring-shadow)}.vf-daterangepicker:hover:not(.vf-daterangepicker_disabled){border-color:var(--vf-daterangepicker-hover-border-color)}.vf-daterangepicker:focus-within:not(.vf-daterangepicker_disabled){border-color:var(--vf-daterangepicker-focus-border-color)}.vf-daterangepicker_small .vf-daterangepicker__control{padding:var(--vf-daterangepicker-small-padding);font-size:var(--vf-daterangepicker-small-font-size)}.vf-daterangepicker_small .vf-daterangepicker__day{width:var(--vf-daterangepicker-small-day-size);height:var(--vf-daterangepicker-small-day-size)}.vf-daterangepicker_large .vf-daterangepicker__control{padding:var(--vf-daterangepicker-large-padding);font-size:var(--vf-daterangepicker-large-font-size)}.vf-daterangepicker_large .vf-daterangepicker__day{width:var(--vf-daterangepicker-large-day-size);height:var(--vf-daterangepicker-large-day-size)}.vf-daterangepicker_disabled{opacity:var(--vf-daterangepicker-disabled-opacity);cursor:not-allowed}.vf-daterangepicker_disabled .vf-daterangepicker__control{cursor:not-allowed}.vf-timepicker{position:relative;display:inline-block;min-width:var(--vf-timepicker-min-width);height:var(--vf-controls-height);box-sizing:border-box;border-radius:var(--vf-timepicker-border-radius);border:var(--vf-border-width) solid var(--vf-timepicker-border-color);background-color:var(--vf-timepicker-background-color);color:var(--vf-timepicker-text-color);transition:border-color .2s ease,box-shadow .2s ease}.vf-timepicker_outlined{background-color:transparent}.vf-timepicker__control{width:100%;height:var(--vf-controls-height);box-sizing:border-box;border:none;background:transparent;color:inherit;padding:var(--vf-timepicker-padding);display:inline-flex;align-items:center;justify-content:space-between;gap:var(--vf-timepicker-control-gap);font-size:var(--vf-timepicker-font-size);line-height:var(--vf-typography-line-height);font-family:inherit;cursor:pointer;outline:none}.vf-timepicker__label{text-align:left}.vf-timepicker__label_placeholder{color:var(--vf-timepicker-placeholder-color)}.vf-timepicker__chevron{font-size:var(--vf-timepicker-chevron-size);opacity:.7}.vf-timepicker__panel{position:fixed;z-index:50;padding:var(--vf-timepicker-panel-padding);max-height:var(--vf-timepicker-panel-max-height);overflow:auto;border-radius:calc(var(--vf-timepicker-border-radius) + var(--vf-timepicker-panel-radius-offset));border:var(--vf-border-width) solid var(--vf-timepicker-panel-border-color);background-color:var(--vf-timepicker-panel-background-color);box-shadow:var(--vf-timepicker-panel-shadow);color:var(--vf-timepicker-text-color)}.vf-timepicker__option{width:100%;text-align:left;border:none;background:transparent;padding:var(--vf-timepicker-option-padding);border-radius:var(--vf-timepicker-option-border-radius);color:inherit;cursor:pointer;font-size:var(--vf-typography-font-size);line-height:var(--vf-typography-line-height);font-family:inherit}.vf-timepicker__option:hover:not(.is-disabled),.vf-timepicker__option:focus-visible:not(.is-disabled){background-color:var(--vf-timepicker-option-hover-background-color);outline:none}.vf-timepicker__option.is-active{background-color:var(--vf-timepicker-option-active-background-color);color:var(--vf-timepicker-option-active-text-color)}.vf-timepicker__option.is-disabled{opacity:var(--vf-timepicker-disabled-opacity);cursor:not-allowed}.vf-timepicker_open{border-color:var(--vf-timepicker-focus-border-color);box-shadow:var(--vf-timepicker-focus-ring-shadow)}.vf-timepicker:hover:not(.vf-timepicker_disabled){border-color:var(--vf-timepicker-hover-border-color)}.vf-timepicker:focus-within:not(.vf-timepicker_disabled){border-color:var(--vf-timepicker-focus-border-color)}.vf-timepicker_small .vf-timepicker__control{padding:var(--vf-timepicker-small-padding);font-size:var(--vf-timepicker-small-font-size)}.vf-timepicker_large .vf-timepicker__control{padding:var(--vf-timepicker-large-padding);font-size:var(--vf-timepicker-large-font-size)}.vf-timepicker_disabled{opacity:var(--vf-timepicker-disabled-opacity);cursor:not-allowed}.vf-timepicker_disabled .vf-timepicker__control{cursor:not-allowed}.vf-pagination{display:inline-flex;align-items:center;flex-wrap:wrap;max-width:100%;gap:var(--vf-pagination-gap)}.vf-pagination__item{flex:0 0 auto;min-width:var(--vf-pagination-item-min-width);height:var(--vf-controls-height);box-sizing:border-box;border:var(--vf-border-width) solid var(--vf-pagination-border-color);border-radius:var(--vf-pagination-border-radius);background-color:var(--vf-pagination-background-color);color:var(--vf-pagination-text-color);padding:var(--vf-pagination-padding);font-size:var(--vf-pagination-font-size);line-height:var(--vf-typography-line-height);font-family:inherit;cursor:pointer;transition:border-color .2s ease,background-color .2s ease,box-shadow .2s ease}.vf-pagination__item:hover:not(:disabled):not(.is-current):not(.is-ellipsis){background-color:var(--vf-pagination-hover-background-color)}.vf-pagination__item:focus-visible{outline:none;border-color:var(--vf-pagination-focus-border-color);box-shadow:var(--vf-pagination-focus-ring-shadow)}.vf-pagination__item.is-current{border-color:var(--vf-pagination-active-border-color);background-color:var(--vf-pagination-active-background-color);color:var(--vf-pagination-active-text-color)}.vf-pagination__item.is-ellipsis{cursor:default;padding:var(--vf-pagination-ellipsis-padding)}.vf-pagination__item:disabled{opacity:var(--vf-pagination-disabled-opacity);cursor:not-allowed}.vf-pagination_outlined .vf-pagination__item{background-color:transparent}.vf-pagination_small .vf-pagination__item{font-size:var(--vf-pagination-small-font-size);padding:var(--vf-pagination-small-padding)}.vf-pagination_large .vf-pagination__item{font-size:var(--vf-pagination-large-font-size);padding:var(--vf-pagination-large-padding)}.vf-pagination_disabled{opacity:var(--vf-pagination-disabled-opacity)}.vf-checkbox{display:inline-flex;align-items:center;gap:var(--vf-checkbox-gap);cursor:pointer;color:var(--vf-checkbox-text-color);font-size:var(--vf-typography-font-size);line-height:var(--vf-typography-line-height)}.vf-checkbox__control{position:absolute;opacity:0;pointer-events:none}.vf-checkbox__box{width:var(--vf-checkbox-size);height:var(--vf-checkbox-size);border:var(--vf-border-width) solid var(--vf-checkbox-border-color);border-radius:var(--vf-checkbox-border-radius);background-color:var(--vf-checkbox-background-color);display:inline-flex;align-items:center;justify-content:center;transition:background-color .2s ease,border-color .2s ease}.vf-checkbox__control:checked+.vf-checkbox__box{background-color:var(--vf-checkbox-checked-background-color);border-color:var(--vf-checkbox-checked-border-color)}.vf-checkbox__control:checked+.vf-checkbox__box:after{content:"";width:calc(var(--vf-checkbox-size) / 2);height:calc(var(--vf-checkbox-size) / 2);background-color:var(--vf-checkbox-check-color);border-radius:var(--vf-checkbox-check-border-radius)}.vf-checkbox_outlined .vf-checkbox__box{background-color:transparent}.vf-checkbox_disabled{opacity:var(--vf-checkbox-disabled-opacity);cursor:not-allowed}.vf-radio-group{display:inline-flex;flex-direction:column;gap:var(--vf-radio-group-gap)}.vf-radio-group_horizontal{flex-direction:row;flex-wrap:wrap}.vf-radio{display:inline-flex;align-items:center;gap:var(--vf-radio-gap);cursor:pointer;color:var(--vf-radio-text-color);font-size:var(--vf-typography-font-size);line-height:var(--vf-typography-line-height)}.vf-radio__control{position:absolute;opacity:0;pointer-events:none}.vf-radio__circle{width:var(--vf-radio-size);height:var(--vf-radio-size);border:var(--vf-border-width) solid var(--vf-radio-border-color);border-radius:var(--vf-radio-border-radius);background-color:var(--vf-radio-background-color);display:inline-flex;align-items:center;justify-content:center;transition:background-color .2s ease,border-color .2s ease}.vf-radio__control:checked+.vf-radio__circle{background-color:var(--vf-radio-checked-background-color);border-color:var(--vf-radio-checked-border-color)}.vf-radio__control:checked+.vf-radio__circle:after{content:"";width:var(--vf-radio-dot-size);height:var(--vf-radio-dot-size);background-color:var(--vf-radio-dot-color);border-radius:var(--vf-radio-dot-border-radius)}.vf-radio_outlined .vf-radio__circle{background-color:transparent}.vf-radio_disabled{opacity:var(--vf-radio-disabled-opacity);cursor:not-allowed}.vf-tabs{display:flex;flex-direction:column;gap:var(--vf-tabs-gap)}.vf-tabs__list{display:flex;flex-wrap:wrap;gap:var(--vf-tabs-list-gap);border-bottom:var(--vf-tabs-list-border-width) solid var(--vf-tabs-list-border-color)}.vf-tabs__panels{display:block}.vf-tabs_vertical{flex-direction:row;align-items:flex-start}.vf-tabs_vertical .vf-tabs__list{flex-direction:column;border-bottom:none;border-right:var(--vf-tabs-list-border-width) solid var(--vf-tabs-list-border-color);padding-right:var(--vf-tabs-list-vertical-padding)}.vf-tabs_vertical .vf-tabs__panels{flex:1}.vf-tabs_disabled{opacity:var(--vf-tabs-disabled-opacity)}.vf-tab{padding:var(--vf-tabs-tab-padding);border:none;border-bottom:var(--vf-tabs-tab-active-border-width) solid transparent;background-color:var(--vf-tabs-tab-background-color);color:var(--vf-tabs-tab-text-color);font-size:var(--vf-tabs-tab-font-size);line-height:var(--vf-typography-line-height);font-family:inherit;border-radius:var(--vf-tabs-tab-border-radius);cursor:pointer;transition:background-color .2s ease,color .2s ease}.vf-tab:hover:not(.vf-tab_disabled){background-color:var(--vf-tabs-tab-hover-background-color)}.vf-tab_active{color:var(--vf-tabs-tab-active-text-color);background-color:var(--vf-tabs-tab-active-background-color);border-bottom-color:var(--vf-tabs-tab-active-border-color)}.vf-tabs_vertical .vf-tab_active{border-bottom-color:transparent;border-right:var(--vf-tabs-tab-active-border-width) solid var(--vf-tabs-tab-active-border-color)}.vf-tabs_vertical .vf-tab{border-bottom:none;border-right:var(--vf-tabs-tab-active-border-width) solid transparent}.vf-tab_disabled{opacity:var(--vf-tabs-disabled-opacity);cursor:not-allowed}.vf-tab-panel{padding:var(--vf-tabs-panel-padding);border-radius:var(--vf-tabs-panel-border-radius);background-color:var(--vf-tabs-panel-background-color);color:var(--vf-tabs-panel-text-color)}.vf-accordion{display:grid;gap:var(--vf-accordion-gap)}.vf-accordion_disabled{opacity:var(--vf-accordion-disabled-opacity)}.vf-accordion-item{border:var(--vf-border-width) solid var(--vf-accordion-border-color);border-radius:var(--vf-accordion-border-radius);background-color:var(--vf-accordion-background-color);overflow:hidden}.vf-accordion__header{width:100%;display:flex;align-items:center;justify-content:space-between;gap:var(--vf-accordion-header-gap);padding:var(--vf-accordion-header-padding);border:none;background-color:var(--vf-accordion-header-background-color);color:var(--vf-accordion-header-text-color);font-size:var(--vf-accordion-header-font-size);font-weight:var(--vf-accordion-header-font-weight);line-height:var(--vf-typography-line-height);font-family:inherit;text-align:left;cursor:pointer;transition:background-color .2s ease,color .2s ease}.vf-accordion__header:focus-visible{outline:none;box-shadow:var(--vf-accordion-focus-ring-shadow);border-radius:calc(var(--vf-accordion-border-radius) - 1px)}.vf-accordion__header:hover:not(:disabled){background-color:var(--vf-accordion-header-hover-background-color)}.vf-accordion-item_open .vf-accordion__header{background-color:var(--vf-accordion-header-active-background-color)}.vf-accordion__title{flex:1}.vf-accordion__icon{display:inline-flex;align-items:center;justify-content:center;width:var(--vf-accordion-icon-size);height:var(--vf-accordion-icon-size);color:var(--vf-accordion-icon-color);transition:transform .2s ease}.vf-accordion__icon:before{content:"";width:calc(var(--vf-accordion-icon-size) / 2);height:calc(var(--vf-accordion-icon-size) / 2);border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg)}.vf-accordion-item_open .vf-accordion__icon{transform:rotate(180deg)}.vf-accordion__panel{display:grid;grid-template-rows:0fr;padding:var(--vf-accordion-content-padding);border-top:var(--vf-border-width) solid var(--vf-accordion-divider-color);background-color:var(--vf-accordion-content-background-color);color:var(--vf-accordion-content-text-color);opacity:0;transition:grid-template-rows .2s ease,opacity .2s ease}.vf-accordion__panel-inner{overflow:hidden}.vf-accordion__panel_open{grid-template-rows:1fr;opacity:1}.vf-accordion-item_disabled{opacity:var(--vf-accordion-disabled-opacity)}.vf-accordion-item_disabled .vf-accordion__header{cursor:not-allowed}.vf-accordion_outlined .vf-accordion-item,.vf-accordion_outlined .vf-accordion__header,.vf-accordion_outlined .vf-accordion__panel{background-color:transparent}.vf-accordion_small .vf-accordion__header{padding:var(--vf-accordion-small-header-padding);font-size:var(--vf-accordion-small-header-font-size)}.vf-accordion_small .vf-accordion__panel{padding:var(--vf-accordion-small-content-padding)}.vf-accordion_large .vf-accordion__header{padding:var(--vf-accordion-large-header-padding);font-size:var(--vf-accordion-large-header-font-size)}.vf-accordion_large .vf-accordion__panel{padding:var(--vf-accordion-large-content-padding)}.vf-toast{display:inline-flex;align-items:flex-start;gap:var(--vf-toast-gap);padding:var(--vf-toast-padding);border-radius:var(--vf-toast-border-radius);background-color:var(--vf-toast-background-color);color:var(--vf-toast-text-color);box-shadow:var(--vf-toast-shadow);border:var(--vf-border-width) solid var(--vf-toast-border-color);min-width:var(--vf-toast-min-width)}.vf-toast__body{display:grid;gap:var(--vf-toast-body-gap)}.vf-toast__title{font-weight:var(--vf-toast-title-font-weight);font-size:var(--vf-toast-title-font-size)}.vf-toast__message{font-size:var(--vf-toast-font-size);line-height:var(--vf-toast-line-height)}.vf-toast__close{margin-left:auto;border:none;background:transparent;color:inherit;cursor:pointer;font-size:var(--vf-toast-close-size);line-height:1;padding:0;opacity:.7}.vf-toast__close:hover{opacity:1}.vf-toast[data-severity=info]{background-color:var(--vf-toast-info-background-color);border-color:var(--vf-toast-info-border-color);color:var(--vf-toast-info-text-color)}.vf-toast[data-severity=success]{background-color:var(--vf-toast-success-background-color);border-color:var(--vf-toast-success-border-color);color:var(--vf-toast-success-text-color)}.vf-toast[data-severity=warn]{background-color:var(--vf-toast-warn-background-color);border-color:var(--vf-toast-warn-border-color);color:var(--vf-toast-warn-text-color)}.vf-toast[data-severity=danger]{background-color:var(--vf-toast-danger-background-color);border-color:var(--vf-toast-danger-border-color);color:var(--vf-toast-danger-text-color)}.vf-toast-container{position:fixed;z-index:var(--vf-toast-z-index);display:flex;flex-direction:column;gap:var(--vf-toast-container-gap);padding:var(--vf-toast-container-padding);max-width:var(--vf-toast-container-max-width)}.vf-toast-container_top-right{top:0;right:0;align-items:flex-end}.vf-toast-container_top-left{top:0;left:0;align-items:flex-start}.vf-toast-container_bottom-right{bottom:0;right:0;align-items:flex-end}.vf-toast-container_bottom-left{bottom:0;left:0;align-items:flex-start}.vf-alert{display:flex;align-items:flex-start;gap:var(--vf-alert-gap);padding:var(--vf-alert-padding);border-radius:var(--vf-alert-border-radius);background-color:var(--vf-alert-background-color);color:var(--vf-alert-text-color);border:var(--vf-border-width) solid var(--vf-alert-border-color)}.vf-alert__icon{color:var(--vf-alert-icon-color);line-height:var(--vf-alert-line-height)}.vf-alert__body{flex:1;min-width:0;display:grid;gap:var(--vf-alert-body-gap)}.vf-alert__title{font-weight:var(--vf-alert-title-font-weight);font-size:var(--vf-alert-title-font-size);line-height:var(--vf-alert-line-height)}.vf-alert__message{font-size:var(--vf-alert-font-size);line-height:var(--vf-alert-line-height)}.vf-alert__actions{display:inline-flex;align-items:center;gap:var(--vf-alert-actions-gap)}.vf-alert__close{margin-left:auto;border:none;border-radius:var(--vf-alert-close-radius);width:var(--vf-alert-close-size);height:var(--vf-alert-close-size);background:transparent;color:inherit;cursor:pointer;font-size:var(--vf-alert-close-font-size);line-height:1}.vf-alert__close:hover{background-color:var(--vf-alert-close-hover-background-color)}.vf-alert[data-severity=info]{background-color:var(--vf-alert-info-background-color);border-color:var(--vf-alert-info-border-color);color:var(--vf-alert-info-text-color)}.vf-alert[data-severity=success]{background-color:var(--vf-alert-success-background-color);border-color:var(--vf-alert-success-border-color);color:var(--vf-alert-success-text-color)}.vf-alert[data-severity=warn]{background-color:var(--vf-alert-warn-background-color);border-color:var(--vf-alert-warn-border-color);color:var(--vf-alert-warn-text-color)}.vf-alert[data-severity=danger]{background-color:var(--vf-alert-danger-background-color);border-color:var(--vf-alert-danger-border-color);color:var(--vf-alert-danger-text-color)}.vf-switch{display:inline-flex;align-items:center;gap:var(--vf-switch-gap);cursor:pointer;color:var(--vf-switch-text-color);font-size:var(--vf-typography-font-size);line-height:var(--vf-typography-line-height)}.vf-switch__control{position:absolute;opacity:0;pointer-events:none}.vf-switch__track{position:relative;width:var(--vf-switch-width);height:var(--vf-switch-height);border-radius:var(--vf-switch-height);background-color:var(--vf-switch-background-color);transition:background-color .2s ease}.vf-switch__thumb{position:absolute;top:50%;left:var(--vf-switch-thumb-offset);width:var(--vf-switch-thumb-size);height:var(--vf-switch-thumb-size);border-radius:50%;background-color:var(--vf-switch-thumb-color);transform:translateY(-50%);transition:transform .2s ease}.vf-switch__control:checked+.vf-switch__track{background-color:var(--vf-switch-checked-background-color)}.vf-switch__control:checked+.vf-switch__track .vf-switch__thumb{transform:translate(calc(var(--vf-switch-width) - var(--vf-switch-thumb-size) - var(--vf-switch-thumb-translate-offset)),-50%)}.vf-switch_disabled{opacity:var(--vf-switch-disabled-opacity);cursor:not-allowed}.vf-popover{position:relative}.vf-popover__button{cursor:pointer;-webkit-user-select:none;user-select:none}.vf-popover__wrapper{position:absolute;background-color:var(--vf-popover-background-color)}.vf-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:var(--vf-modal-z-index);display:flex;align-items:center;justify-content:center}.vf-modal__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background-color:var(--vf-modal-overlay-background-color)}.vf-modal__panel{position:relative;z-index:1;width:var(--vf-modal-width);max-width:var(--vf-modal-max-width);max-height:var(--vf-modal-max-height);padding:var(--vf-modal-padding);border-radius:var(--vf-modal-border-radius);background-color:var(--vf-modal-background-color);color:var(--vf-modal-text-color);box-shadow:var(--vf-modal-shadow);overflow:auto;outline:none}.vf-modal_sm .vf-modal__panel{width:var(--vf-modal-width-sm);max-width:var(--vf-modal-max-width-sm)}.vf-modal_lg .vf-modal__panel{width:var(--vf-modal-width-lg);max-width:var(--vf-modal-max-width-lg)}.vf-modal__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:var(--vf-modal-header-gap)}.vf-modal__title{margin:0;font-size:var(--vf-modal-title-font-size);line-height:var(--vf-modal-title-line-height);font-weight:var(--vf-modal-title-font-weight)}.vf-modal__body{margin-bottom:var(--vf-modal-body-gap)}.vf-modal__footer{display:flex;align-items:center;justify-content:flex-end;gap:var(--vf-modal-footer-gap)}.vf-modal__close{position:absolute;top:var(--vf-modal-close-offset);right:var(--vf-modal-close-offset);width:var(--vf-modal-close-size);height:var(--vf-modal-close-size);border-radius:var(--vf-modal-close-radius);border:none;background:transparent;color:var(--vf-modal-close-color);cursor:pointer;font-size:var(--vf-modal-close-font-size);line-height:1}.vf-modal__close:hover{background-color:var(--vf-modal-close-hover-background-color)}.vf-confirm-dialog .vf-modal__panel{max-width:var(--vf-confirm-dialog-max-width)}.vf-confirm-dialog__message{color:var(--vf-confirm-dialog-message-color);font-size:var(--vf-confirm-dialog-message-font-size);line-height:var(--vf-confirm-dialog-message-line-height)}.vf-confirm-dialog__actions{display:inline-flex;justify-content:flex-end;gap:var(--vf-confirm-dialog-actions-gap);width:100%}.vf-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:var(--vf-drawer-z-index)}.vf-drawer__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background-color:var(--vf-drawer-overlay-background-color)}.vf-drawer__panel{position:absolute;padding:var(--vf-drawer-padding);border-radius:var(--vf-drawer-border-radius);background-color:var(--vf-drawer-background-color);color:var(--vf-drawer-text-color);box-shadow:var(--vf-drawer-shadow);overflow:auto;outline:none;transform:translateZ(0);transition:transform .32s cubic-bezier(.22,1,.36,1),opacity .2s ease}.vf-drawer_left .vf-drawer__panel{top:0;left:0;width:var(--vf-drawer-width);height:100%;border-top-left-radius:0;border-bottom-left-radius:0}.vf-drawer_right .vf-drawer__panel{top:0;right:0;width:var(--vf-drawer-width);height:100%;border-top-right-radius:0;border-bottom-right-radius:0}.vf-drawer_top .vf-drawer__panel{top:0;left:0;width:100%;height:var(--vf-drawer-height);border-top-left-radius:0;border-top-right-radius:0}.vf-drawer_bottom .vf-drawer__panel{left:0;bottom:0;width:100%;height:var(--vf-drawer-height);border-bottom-left-radius:0;border-bottom-right-radius:0}.vf-drawer_sm.vf-drawer_left .vf-drawer__panel,.vf-drawer_sm.vf-drawer_right .vf-drawer__panel{width:var(--vf-drawer-width-sm)}.vf-drawer_lg.vf-drawer_left .vf-drawer__panel,.vf-drawer_lg.vf-drawer_right .vf-drawer__panel{width:var(--vf-drawer-width-lg)}.vf-drawer_sm.vf-drawer_top .vf-drawer__panel,.vf-drawer_sm.vf-drawer_bottom .vf-drawer__panel{height:var(--vf-drawer-height-sm)}.vf-drawer_lg.vf-drawer_top .vf-drawer__panel,.vf-drawer_lg.vf-drawer_bottom .vf-drawer__panel{height:var(--vf-drawer-height-lg)}.vf-drawer__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:var(--vf-drawer-header-gap)}.vf-drawer__title{margin:0;font-size:var(--vf-drawer-title-font-size);line-height:var(--vf-drawer-title-line-height);font-weight:var(--vf-drawer-title-font-weight)}.vf-drawer__body{margin-bottom:var(--vf-drawer-body-gap)}.vf-drawer__footer{display:flex;align-items:center;justify-content:flex-end;gap:var(--vf-drawer-footer-gap)}.vf-drawer__close{position:absolute;top:var(--vf-drawer-close-offset);right:var(--vf-drawer-close-offset);width:var(--vf-drawer-close-size);height:var(--vf-drawer-close-size);border-radius:var(--vf-drawer-close-radius);border:none;background:transparent;color:var(--vf-drawer-close-color);cursor:pointer;font-size:var(--vf-drawer-close-font-size);line-height:1}.vf-drawer__close:hover{background-color:var(--vf-drawer-close-hover-background-color)}.vf-drawer-enter-active .vf-drawer__panel,.vf-drawer-leave-active .vf-drawer__panel{will-change:transform,opacity}.vf-drawer-enter-from .vf-drawer__panel,.vf-drawer-leave-to .vf-drawer__panel{transform:var(--vf-drawer-transform-from);opacity:0}.vf-drawer-enter-active .vf-drawer__overlay,.vf-drawer-leave-active .vf-drawer__overlay{transition:opacity .2s ease}.vf-drawer-enter-from .vf-drawer__overlay,.vf-drawer-leave-to .vf-drawer__overlay{opacity:0}.vf-dropdown{display:inline-block;position:relative}.vf-dropdown__trigger{display:inline-flex;align-items:center;cursor:pointer}.vf-dropdown__panel{position:fixed;z-index:var(--vf-dropdown-z-index);padding:var(--vf-dropdown-panel-padding);border-radius:var(--vf-dropdown-panel-border-radius);border:var(--vf-border-width) solid var(--vf-dropdown-panel-border-color);background-color:var(--vf-dropdown-panel-background-color);box-shadow:var(--vf-dropdown-panel-shadow)}.vf-dropdown__panel .vf-menu__item{padding:var(--vf-dropdown-item-padding)}.vf-dropdown_disabled{opacity:var(--vf-dropdown-disabled-opacity)}.vf-dropdown_disabled .vf-dropdown__trigger{cursor:not-allowed}.vf-tooltip__trigger{display:inline-flex}.vf-tooltip{position:fixed;z-index:var(--vf-tooltip-z-index);padding:var(--vf-tooltip-padding);border-radius:var(--vf-tooltip-border-radius);background-color:var(--vf-tooltip-background-color);color:var(--vf-tooltip-text-color);font-size:var(--vf-tooltip-font-size);line-height:var(--vf-tooltip-line-height);box-shadow:none;filter:drop-shadow(var(--vf-tooltip-shadow));max-width:var(--vf-tooltip-max-width)}.vf-tooltip__content{position:relative;z-index:1}.vf-tooltip__arrow{position:absolute;z-index:0;--vf-tooltip-arrow-rendered-height: var(--vf-tooltip-arrow-size);--vf-tooltip-arrow-half-width: calc(var(--vf-tooltip-arrow-size) * .8);width:0;height:0;border-style:solid;pointer-events:none}.vf-tooltip[data-placement^=top] .vf-tooltip__arrow{bottom:calc(var(--vf-tooltip-arrow-rendered-height) * -1);left:50%;transform:translate(-50%);border-width:var(--vf-tooltip-arrow-rendered-height) var(--vf-tooltip-arrow-half-width) 0 var(--vf-tooltip-arrow-half-width);border-color:var(--vf-tooltip-background-color) transparent transparent transparent}.vf-tooltip[data-placement^=bottom] .vf-tooltip__arrow{top:calc(var(--vf-tooltip-arrow-rendered-height) * -1);left:50%;transform:translate(-50%);border-width:0 var(--vf-tooltip-arrow-half-width) var(--vf-tooltip-arrow-rendered-height) var(--vf-tooltip-arrow-half-width);border-color:transparent transparent var(--vf-tooltip-background-color) transparent}.vf-tooltip[data-placement^=left] .vf-tooltip__arrow{right:calc(var(--vf-tooltip-arrow-half-width) * -2);top:50%;transform:translateY(-50%);border-width:var(--vf-tooltip-arrow-half-width) var(--vf-tooltip-arrow-rendered-height) var(--vf-tooltip-arrow-half-width) 0;border-color:transparent var(--vf-tooltip-background-color) transparent transparent}.vf-tooltip[data-placement^=right] .vf-tooltip__arrow{left:calc(var(--vf-tooltip-arrow-half-width) * -2);top:50%;transform:translateY(-50%);border-width:var(--vf-tooltip-arrow-half-width) 0 var(--vf-tooltip-arrow-half-width) var(--vf-tooltip-arrow-rendered-height);border-color:transparent transparent transparent var(--vf-tooltip-background-color)}@keyframes vf-skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.vf-skeleton{display:block;width:var(--vf-skeleton-width);height:var(--vf-skeleton-height);border-radius:var(--vf-skeleton-border-radius);background:linear-gradient(90deg,var(--vf-skeleton-background-color) 0%,var(--vf-skeleton-shimmer-color) 50%,var(--vf-skeleton-background-color) 100%);background-size:200% 100%}.vf-skeleton_animated{animation:vf-skeleton-shimmer var(--vf-skeleton-animation-duration) ease-in-out infinite}.vf-skeleton_text{height:var(--vf-skeleton-line-height)}.vf-skeleton_circle{border-radius:50%}@keyframes vf-progress-linear-indeterminate{0%{transform:translate(-100%)}to{transform:translate(300%)}}@keyframes vf-progress-circle-rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes vf-progress-circle-dash{0%{stroke-dasharray:40,200;stroke-dashoffset:0}50%{stroke-dasharray:140,200;stroke-dashoffset:-50}to{stroke-dasharray:40,200;stroke-dashoffset:-190}}.vf-progress{display:inline-flex;align-items:center;gap:var(--vf-progress-gap);color:var(--vf-progress-label-color);font-size:var(--vf-progress-label-font-size);line-height:var(--vf-typography-line-height)}.vf-progress__track{position:relative;width:var(--vf-progress-width);height:var(--vf-progress-height);border-radius:var(--vf-progress-border-radius);background-color:var(--vf-progress-background-color);overflow:hidden}.vf-progress__bar{position:absolute;top:0;left:0;height:100%;width:100%;background-color:var(--vf-progress-bar-color);border-radius:inherit;transition:width .2s ease}.vf-progress_indeterminate .vf-progress__bar{width:35%;animation:vf-progress-linear-indeterminate var(--vf-progress-animation-duration) ease-in-out infinite}.vf-progress__label{white-space:nowrap}.vf-progress__circle{width:var(--vf-progress-circular-size);height:var(--vf-progress-circular-size)}.vf-progress__svg{width:100%;height:100%;transform:rotate(-90deg)}.vf-progress__circle-track{fill:none;stroke:var(--vf-progress-background-color);stroke-width:var(--vf-progress-circular-thickness)}.vf-progress__circle-bar{fill:none;stroke:var(--vf-progress-bar-color);stroke-width:var(--vf-progress-circular-thickness);stroke-linecap:round;transition:stroke-dashoffset .2s ease}.vf-progress_indeterminate .vf-progress__svg{animation:vf-progress-circle-rotate var(--vf-progress-animation-duration) linear infinite}.vf-progress_indeterminate .vf-progress__circle-bar{animation:vf-progress-circle-dash var(--vf-progress-animation-duration) ease-in-out infinite}.vf-progress_size-small{font-size:var(--vf-progress-small-label-font-size)}.vf-progress_size-small .vf-progress__track{height:var(--vf-progress-small-height)}.vf-progress_size-small .vf-progress__circle{width:var(--vf-progress-small-circular-size);height:var(--vf-progress-small-circular-size)}.vf-progress_size-small .vf-progress__circle-track,.vf-progress_size-small .vf-progress__circle-bar{stroke-width:var(--vf-progress-small-circular-thickness)}.vf-progress_size-large{font-size:var(--vf-progress-large-label-font-size)}.vf-progress_size-large .vf-progress__track{height:var(--vf-progress-large-height)}.vf-progress_size-large .vf-progress__circle{width:var(--vf-progress-large-circular-size);height:var(--vf-progress-large-circular-size)}.vf-progress_size-large .vf-progress__circle-track,.vf-progress_size-large .vf-progress__circle-bar{stroke-width:var(--vf-progress-large-circular-thickness)}.vf-progress[data-severity=info]{--vf-progress-bar-color: var(--vf-progress-info-bar-color)}.vf-progress[data-severity=success]{--vf-progress-bar-color: var(--vf-progress-success-bar-color)}.vf-progress[data-severity=warn]{--vf-progress-bar-color: var(--vf-progress-warn-bar-color)}.vf-progress[data-severity=danger]{--vf-progress-bar-color: var(--vf-progress-danger-bar-color)}.vf-badge{display:inline-flex;align-items:center;justify-content:center;gap:var(--vf-badge-gap);padding:var(--vf-badge-padding-y) var(--vf-badge-padding-x);font-size:var(--vf-badge-font-size);line-height:var(--vf-badge-line-height);border-radius:var(--vf-badge-border-radius);border:var(--vf-border-width) solid var(--vf-badge-border-color);background-color:var(--vf-badge-background-color);color:var(--vf-badge-text-color);white-space:nowrap}.vf-badge[data-variant=soft]{background-color:var(--vf-badge-soft-background-color, var(--vf-badge-background-color));color:var(--vf-badge-soft-text-color, var(--vf-badge-text-color));border-color:var(--vf-badge-soft-border-color, var(--vf-badge-border-color))}.vf-badge[data-variant=outline]{background-color:transparent;color:var(--vf-badge-outline-text-color, var(--vf-badge-text-color));border-color:var(--vf-badge-outline-border-color, var(--vf-badge-border-color))}.vf-badge_size-small{font-size:var(--vf-badge-small-font-size);padding:var(--vf-badge-small-padding-y) var(--vf-badge-small-padding-x)}.vf-badge_size-large{font-size:var(--vf-badge-large-font-size);padding:var(--vf-badge-large-padding-y) var(--vf-badge-large-padding-x)}.vf-badge[data-severity=info]{--vf-badge-background-color: var(--vf-badge-info-background-color);--vf-badge-text-color: var(--vf-badge-info-text-color);--vf-badge-border-color: var(--vf-badge-info-border-color);--vf-badge-soft-background-color: var(--vf-badge-info-soft-background-color);--vf-badge-soft-text-color: var(--vf-badge-info-soft-text-color);--vf-badge-soft-border-color: var(--vf-badge-info-soft-border-color);--vf-badge-outline-text-color: var(--vf-badge-info-outline-text-color);--vf-badge-outline-border-color: var(--vf-badge-info-outline-border-color)}.vf-badge[data-severity=success]{--vf-badge-background-color: var(--vf-badge-success-background-color);--vf-badge-text-color: var(--vf-badge-success-text-color);--vf-badge-border-color: var(--vf-badge-success-border-color);--vf-badge-soft-background-color: var(--vf-badge-success-soft-background-color);--vf-badge-soft-text-color: var(--vf-badge-success-soft-text-color);--vf-badge-soft-border-color: var(--vf-badge-success-soft-border-color);--vf-badge-outline-text-color: var(--vf-badge-success-outline-text-color);--vf-badge-outline-border-color: var(--vf-badge-success-outline-border-color)}.vf-badge[data-severity=warn]{--vf-badge-background-color: var(--vf-badge-warn-background-color);--vf-badge-text-color: var(--vf-badge-warn-text-color);--vf-badge-border-color: var(--vf-badge-warn-border-color);--vf-badge-soft-background-color: var(--vf-badge-warn-soft-background-color);--vf-badge-soft-text-color: var(--vf-badge-warn-soft-text-color);--vf-badge-soft-border-color: var(--vf-badge-warn-soft-border-color);--vf-badge-outline-text-color: var(--vf-badge-warn-outline-text-color);--vf-badge-outline-border-color: var(--vf-badge-warn-outline-border-color)}.vf-badge[data-severity=danger]{--vf-badge-background-color: var(--vf-badge-danger-background-color);--vf-badge-text-color: var(--vf-badge-danger-text-color);--vf-badge-border-color: var(--vf-badge-danger-border-color);--vf-badge-soft-background-color: var(--vf-badge-danger-soft-background-color);--vf-badge-soft-text-color: var(--vf-badge-danger-soft-text-color);--vf-badge-soft-border-color: var(--vf-badge-danger-soft-border-color);--vf-badge-outline-text-color: var(--vf-badge-danger-outline-text-color);--vf-badge-outline-border-color: var(--vf-badge-danger-outline-border-color)}.vf-chip{display:inline-flex;align-items:center;gap:var(--vf-chip-gap);padding:var(--vf-chip-padding-y) var(--vf-chip-padding-x);font-size:var(--vf-chip-font-size);line-height:var(--vf-chip-line-height);border-radius:var(--vf-chip-border-radius);border:var(--vf-border-width) solid var(--vf-chip-border-color);background-color:var(--vf-chip-background-color);color:var(--vf-chip-text-color);white-space:nowrap}.vf-chip__icon{display:inline-flex;align-items:center;justify-content:center;font-size:var(--vf-chip-icon-size)}.vf-chip__label{display:inline-flex;align-items:center}.vf-chip__close{display:inline-flex;align-items:center;justify-content:center;border:none;background:transparent;padding:0;margin:0;width:var(--vf-chip-close-size);height:var(--vf-chip-close-size);border-radius:var(--vf-chip-close-radius);color:var(--vf-chip-close-color);font-size:var(--vf-chip-close-font-size);cursor:pointer}.vf-chip__close:hover{background-color:var(--vf-chip-close-hover-background-color)}.vf-chip__close:disabled{cursor:not-allowed;opacity:var(--vf-chip-disabled-opacity)}.vf-chip_disabled{opacity:var(--vf-chip-disabled-opacity)}.vf-chip[data-variant=soft]{background-color:var(--vf-chip-soft-background-color, var(--vf-chip-background-color));color:var(--vf-chip-soft-text-color, var(--vf-chip-text-color));border-color:var(--vf-chip-soft-border-color, var(--vf-chip-border-color))}.vf-chip[data-variant=outline]{background-color:transparent;color:var(--vf-chip-outline-text-color, var(--vf-chip-text-color));border-color:var(--vf-chip-outline-border-color, var(--vf-chip-border-color))}.vf-chip_size-small{font-size:var(--vf-chip-small-font-size);padding:var(--vf-chip-small-padding-y) var(--vf-chip-small-padding-x)}.vf-chip_size-large{font-size:var(--vf-chip-large-font-size);padding:var(--vf-chip-large-padding-y) var(--vf-chip-large-padding-x)}.vf-chip[data-severity=info]{--vf-chip-background-color: var(--vf-chip-info-background-color);--vf-chip-text-color: var(--vf-chip-info-text-color);--vf-chip-border-color: var(--vf-chip-info-border-color);--vf-chip-soft-background-color: var(--vf-chip-info-soft-background-color);--vf-chip-soft-text-color: var(--vf-chip-info-soft-text-color);--vf-chip-soft-border-color: var(--vf-chip-info-soft-border-color);--vf-chip-outline-text-color: var(--vf-chip-info-outline-text-color);--vf-chip-outline-border-color: var(--vf-chip-info-outline-border-color)}.vf-chip[data-severity=success]{--vf-chip-background-color: var(--vf-chip-success-background-color);--vf-chip-text-color: var(--vf-chip-success-text-color);--vf-chip-border-color: var(--vf-chip-success-border-color);--vf-chip-soft-background-color: var(--vf-chip-success-soft-background-color);--vf-chip-soft-text-color: var(--vf-chip-success-soft-text-color);--vf-chip-soft-border-color: var(--vf-chip-success-soft-border-color);--vf-chip-outline-text-color: var(--vf-chip-success-outline-text-color);--vf-chip-outline-border-color: var(--vf-chip-success-outline-border-color)}.vf-chip[data-severity=warn]{--vf-chip-background-color: var(--vf-chip-warn-background-color);--vf-chip-text-color: var(--vf-chip-warn-text-color);--vf-chip-border-color: var(--vf-chip-warn-border-color);--vf-chip-soft-background-color: var(--vf-chip-warn-soft-background-color);--vf-chip-soft-text-color: var(--vf-chip-warn-soft-text-color);--vf-chip-soft-border-color: var(--vf-chip-warn-soft-border-color);--vf-chip-outline-text-color: var(--vf-chip-warn-outline-text-color);--vf-chip-outline-border-color: var(--vf-chip-warn-outline-border-color)}.vf-chip[data-severity=danger]{--vf-chip-background-color: var(--vf-chip-danger-background-color);--vf-chip-text-color: var(--vf-chip-danger-text-color);--vf-chip-border-color: var(--vf-chip-danger-border-color);--vf-chip-soft-background-color: var(--vf-chip-danger-soft-background-color);--vf-chip-soft-text-color: var(--vf-chip-danger-soft-text-color);--vf-chip-soft-border-color: var(--vf-chip-danger-soft-border-color);--vf-chip-outline-text-color: var(--vf-chip-danger-outline-text-color);--vf-chip-outline-border-color: var(--vf-chip-danger-outline-border-color)}.vf-avatar{display:inline-flex;align-items:center;justify-content:center;width:var(--vf-avatar-size);height:var(--vf-avatar-size);font-size:var(--vf-avatar-font-size);font-weight:var(--vf-avatar-font-weight);color:var(--vf-avatar-text-color);background-color:var(--vf-avatar-background-color);border:var(--vf-avatar-border-width) solid var(--vf-avatar-border-color);border-radius:var(--vf-avatar-border-radius);overflow:visible;position:relative;text-transform:uppercase;-webkit-user-select:none;user-select:none}.vf-avatar_shape-circle{border-radius:50%}.vf-avatar__content{width:100%;height:100%;display:inline-flex;align-items:center;justify-content:center;border-radius:inherit;overflow:hidden}.vf-avatar__image{width:100%;height:100%;object-fit:cover}.vf-avatar__initials{line-height:1}.vf-avatar__status{position:absolute;right:0;bottom:0;width:var(--vf-avatar-status-size);height:var(--vf-avatar-status-size);border-radius:50%;border:var(--vf-avatar-status-border-width) solid var(--vf-avatar-status-border-color);background-color:var(--vf-avatar-status-offline-color);transform:translate(0)}.vf-avatar_size-small .vf-avatar__status{width:var(--vf-avatar-small-status-size);height:var(--vf-avatar-small-status-size)}.vf-avatar_size-large .vf-avatar__status{width:var(--vf-avatar-large-status-size);height:var(--vf-avatar-large-status-size)}.vf-avatar__status[data-status=online]{background-color:var(--vf-avatar-status-online-color)}.vf-avatar__status[data-status=busy]{background-color:var(--vf-avatar-status-busy-color)}.vf-avatar__status[data-status=away]{background-color:var(--vf-avatar-status-away-color)}.vf-avatar_size-small{width:var(--vf-avatar-small-size);height:var(--vf-avatar-small-size);font-size:var(--vf-avatar-small-font-size)}.vf-avatar_size-large{width:var(--vf-avatar-large-size);height:var(--vf-avatar-large-size);font-size:var(--vf-avatar-large-font-size)}.vf-datatable{width:100%;border:var(--vf-border-width) solid var(--vf-datatable-border-color);border-radius:var(--vf-datatable-border-radius);background-color:var(--vf-datatable-background-color);overflow:hidden}.vf-datatable__table{width:100%;border-collapse:collapse;font-size:var(--vf-datatable-font-size);color:var(--vf-datatable-text-color)}.vf-datatable__head{background-color:var(--vf-datatable-header-background-color)}.vf-datatable__row{border-bottom:var(--vf-border-width) solid var(--vf-datatable-row-border-color)}.vf-datatable__header,.vf-datatable__cell{text-align:left;padding:var(--vf-datatable-cell-padding)}.vf-datatable__header{font-weight:var(--vf-datatable-header-font-weight);font-size:var(--vf-datatable-header-font-size);color:var(--vf-datatable-header-text-color);border-bottom:var(--vf-border-width) solid var(--vf-datatable-header-border-color)}.vf-datatable__header-text{display:inline-flex;align-items:center;gap:var(--vf-datatable-header-gap)}.vf-datatable__header_sortable{cursor:pointer}.vf-datatable__sort-button{display:inline-flex;align-items:center;gap:var(--vf-datatable-header-gap);border:none;background:transparent;padding:0;color:inherit;font:inherit;cursor:pointer}.vf-datatable__sort-icon{font-size:var(--vf-datatable-sort-icon-size);color:var(--vf-datatable-sort-icon-color)}.vf-datatable__sort-icon.is-active{color:var(--vf-datatable-sort-icon-active-color)}.vf-datatable__cell{color:var(--vf-datatable-row-text-color);background-color:var(--vf-datatable-row-background-color)}.vf-datatable__cell_state{text-align:center;padding:var(--vf-datatable-state-padding);color:var(--vf-datatable-state-text-color)}.vf-datatable__row_state{border-bottom:none}.vf-datatable__row_striped .vf-datatable__cell{background-color:var(--vf-datatable-striped-background-color)}.vf-datatable_hover .vf-datatable__row:not(.vf-datatable__row_state):hover .vf-datatable__cell{background-color:var(--vf-datatable-hover-background-color)}.vf-datatable__cell_left{text-align:left}.vf-datatable__cell_center{text-align:center}.vf-datatable__cell_right{text-align:right}.vf-datatable_outlined,.vf-datatable_outlined .vf-datatable__head,.vf-datatable_outlined .vf-datatable__cell{background-color:transparent}.vf-datatable_small .vf-datatable__table{font-size:var(--vf-datatable-small-font-size)}.vf-datatable_small .vf-datatable__header,.vf-datatable_small .vf-datatable__cell{padding:var(--vf-datatable-small-cell-padding)}.vf-datatable_large .vf-datatable__table{font-size:var(--vf-datatable-large-font-size)}.vf-datatable_large .vf-datatable__header,.vf-datatable_large .vf-datatable__cell{padding:var(--vf-datatable-large-cell-padding)}.vf-slider{display:inline-flex;flex-direction:column;gap:var(--vf-slider-gap);width:var(--vf-slider-width);color:var(--vf-slider-text-color);font-size:var(--vf-typography-font-size);line-height:var(--vf-typography-line-height)}.vf-slider__control{position:relative;height:var(--vf-slider-thumb-size)}.vf-slider__track{position:absolute;left:0;right:0;top:50%;height:var(--vf-slider-track-height);background-color:var(--vf-slider-track-background-color);border-radius:var(--vf-slider-track-radius);transform:translateY(-50%)}.vf-slider__fill{position:absolute;top:0;bottom:0;left:var(--vf-slider-start);right:calc(100% - var(--vf-slider-end));background-color:var(--vf-slider-fill-background-color);border-radius:inherit}.vf-slider__input{-moz-appearance:none;appearance:none;-webkit-appearance:none;position:absolute;left:0;top:0;width:100%;height:var(--vf-slider-thumb-size);margin:0;background:transparent;cursor:pointer;pointer-events:none}.vf-slider__input:disabled{cursor:not-allowed}.vf-slider__input::-webkit-slider-runnable-track{height:var(--vf-slider-track-height);background:transparent}.vf-slider__input::-webkit-slider-thumb{-webkit-appearance:none;width:var(--vf-slider-thumb-size);height:var(--vf-slider-thumb-size);border-radius:50%;background-color:var(--vf-slider-thumb-color);border:var(--vf-slider-thumb-border-width) solid var(--vf-slider-thumb-border-color);box-shadow:var(--vf-slider-thumb-shadow);margin-top:calc((var(--vf-slider-track-height) - var(--vf-slider-thumb-size)) / 2);pointer-events:auto}.vf-slider__input:focus-visible::-webkit-slider-thumb{box-shadow:var(--vf-slider-thumb-shadow),var(--vf-slider-focus-ring-shadow)}.vf-slider__input::-moz-range-track{height:var(--vf-slider-track-height);background:transparent}.vf-slider__input::-moz-range-thumb{width:var(--vf-slider-thumb-size);height:var(--vf-slider-thumb-size);border-radius:50%;background-color:var(--vf-slider-thumb-color);border:var(--vf-slider-thumb-border-width) solid var(--vf-slider-thumb-border-color);box-shadow:var(--vf-slider-thumb-shadow);pointer-events:auto}.vf-slider__input:focus-visible::-moz-range-thumb{box-shadow:var(--vf-slider-thumb-shadow),var(--vf-slider-focus-ring-shadow)}.vf-slider__marks{position:relative;height:var(--vf-slider-marks-height)}.vf-slider__mark{position:absolute;top:0;width:var(--vf-slider-mark-size);height:var(--vf-slider-mark-size);border-radius:50%;background-color:var(--vf-slider-mark-color);transform:translate(-50%)}.vf-slider__mark-label{position:absolute;top:calc(var(--vf-slider-mark-size) + 2px);left:50%;transform:translate(-50%);font-size:var(--vf-slider-mark-label-font-size);color:var(--vf-slider-mark-label-color);white-space:nowrap}.vf-slider__value{font-size:var(--vf-slider-value-font-size);color:var(--vf-slider-value-color)}.vf-slider_small{--vf-slider-thumb-size: var(--vf-slider-small-thumb-size);--vf-slider-track-height: var(--vf-slider-small-track-height);--vf-slider-value-font-size: var(--vf-slider-small-value-font-size)}.vf-slider_large{--vf-slider-thumb-size: var(--vf-slider-large-thumb-size);--vf-slider-track-height: var(--vf-slider-large-track-height);--vf-slider-value-font-size: var(--vf-slider-large-value-font-size)}.vf-slider_disabled{opacity:var(--vf-slider-disabled-opacity)}.vf-stepper{display:block}.vf-stepper__list{display:flex;gap:var(--vf-stepper-gap);margin:0;padding:0;list-style:none}.vf-stepper_horizontal .vf-stepper__list{flex-direction:row;align-items:flex-start}.vf-stepper_vertical .vf-stepper__list{flex-direction:column;align-items:stretch}.vf-stepper__item{display:flex;align-items:flex-start}.vf-stepper_horizontal .vf-stepper__item{flex:1}.vf-stepper__button{display:flex;align-items:flex-start;gap:var(--vf-stepper-item-gap);padding:0;border:none;background:none;text-align:left;color:inherit;font:inherit;cursor:default}.vf-stepper_clickable .vf-stepper__button{cursor:pointer}.vf-stepper__item.is-disabled .vf-stepper__button{cursor:default}.vf-stepper_horizontal .vf-stepper__button{width:100%;flex-direction:column;align-items:flex-start}.vf-stepper_vertical .vf-stepper__button{flex-direction:row;align-items:flex-start}.vf-stepper__indicator-wrap{display:flex;align-items:center}.vf-stepper_horizontal .vf-stepper__indicator-wrap{width:100%;flex-direction:row;align-items:center}.vf-stepper_vertical .vf-stepper__indicator-wrap{flex-direction:column;align-items:center}.vf-stepper__indicator{display:inline-flex;align-items:center;justify-content:center;width:var(--vf-stepper-indicator-size);height:var(--vf-stepper-indicator-size);border-radius:var(--vf-stepper-indicator-border-radius);border:var(--vf-stepper-indicator-border-width) solid var(--vf-stepper-indicator-border-color);background-color:var(--vf-stepper-indicator-background-color);color:var(--vf-stepper-indicator-text-color);font-size:var(--vf-stepper-indicator-font-size);font-weight:600;box-sizing:border-box;flex:0 0 auto}.vf-stepper__line{display:block;background-color:var(--vf-stepper-line-color)}.vf-stepper_horizontal .vf-stepper__line{flex:1;height:var(--vf-stepper-line-thickness);margin-left:var(--vf-stepper-item-gap)}.vf-stepper_vertical .vf-stepper__line{width:var(--vf-stepper-line-thickness);height:var(--vf-stepper-line-length);margin-top:var(--vf-stepper-item-gap)}.vf-stepper__content{display:flex;flex-direction:column;gap:.25rem}.vf-stepper__label{font-size:var(--vf-stepper-label-font-size);color:var(--vf-stepper-label-color);line-height:var(--vf-typography-line-height)}.vf-stepper__description{font-size:var(--vf-stepper-description-font-size);color:var(--vf-stepper-description-color);line-height:var(--vf-typography-line-height)}.vf-stepper__item.is-active .vf-stepper__indicator{background-color:var(--vf-stepper-active-indicator-background-color);color:var(--vf-stepper-active-indicator-text-color);border-color:var(--vf-stepper-active-indicator-border-color)}.vf-stepper__item.is-completed .vf-stepper__indicator{background-color:var(--vf-stepper-completed-indicator-background-color);color:var(--vf-stepper-completed-indicator-text-color);border-color:var(--vf-stepper-completed-indicator-border-color)}.vf-stepper__item.is-completed .vf-stepper__line{background-color:var(--vf-stepper-completed-indicator-background-color)}.vf-stepper__item.is-error .vf-stepper__indicator{background-color:var(--vf-stepper-error-indicator-background-color);color:var(--vf-stepper-error-indicator-text-color);border-color:var(--vf-stepper-error-indicator-border-color)}.vf-stepper__item.is-disabled{opacity:var(--vf-stepper-disabled-opacity)}.vf-stepper_size-small .vf-stepper__indicator{width:var(--vf-stepper-small-indicator-size);height:var(--vf-stepper-small-indicator-size);font-size:var(--vf-stepper-small-indicator-font-size)}.vf-stepper_size-small .vf-stepper__label{font-size:var(--vf-stepper-small-label-font-size)}.vf-stepper_size-small .vf-stepper__description{font-size:var(--vf-stepper-small-description-font-size)}.vf-stepper_vertical.vf-stepper_size-small .vf-stepper__line{height:var(--vf-stepper-small-line-length)}.vf-stepper_size-large .vf-stepper__indicator{width:var(--vf-stepper-large-indicator-size);height:var(--vf-stepper-large-indicator-size);font-size:var(--vf-stepper-large-indicator-font-size)}.vf-stepper_size-large .vf-stepper__label{font-size:var(--vf-stepper-large-label-font-size)}.vf-stepper_size-large .vf-stepper__description{font-size:var(--vf-stepper-large-description-font-size)}.vf-stepper_vertical.vf-stepper_size-large .vf-stepper__line{height:var(--vf-stepper-large-line-length)}.vf-rating{display:inline-flex;align-items:center;gap:var(--vf-rating-gap);--vf-rating-item-size: var(--vf-rating-size)}.vf-rating__item{position:relative;display:inline-flex;align-items:center;justify-content:center;width:var(--vf-rating-item-size);height:var(--vf-rating-item-size);padding:0;border:none;background:transparent;font-size:var(--vf-rating-item-size);line-height:1;color:var(--vf-rating-color);cursor:pointer;overflow:hidden}.vf-rating__icon{display:block;width:100%;height:100%;line-height:1}.vf-rating__icon_empty{position:absolute;top:0;right:0;bottom:0;left:0}.vf-rating__icon_fill{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;color:var(--vf-rating-active-color);pointer-events:none}.vf-rating__icon_inner{position:absolute;top:0;right:0;bottom:0;left:0;width:var(--vf-rating-item-size);height:var(--vf-rating-item-size)}.vf-rating__svg{width:100%;height:100%;display:block}.vf-rating__item:focus-visible{outline:none;box-shadow:var(--vf-rating-focus-ring-shadow);border-radius:var(--vf-rating-focus-radius, 4px)}.vf-rating_hover .vf-rating__icon_fill{color:var(--vf-rating-hover-color)}.vf-rating_disabled{opacity:var(--vf-rating-disabled-opacity)}.vf-rating_disabled .vf-rating__item{cursor:not-allowed}.vf-rating_readonly .vf-rating__item{cursor:default}.vf-rating_small .vf-rating__item{--vf-rating-item-size: var(--vf-rating-small-size)}.vf-rating_large .vf-rating__item{--vf-rating-item-size: var(--vf-rating-large-size)}.vf-tree__row{display:flex;align-items:center;gap:var(--vf-tree-row-gap);width:100%;padding:var(--vf-tree-row-padding);padding-left:calc(var(--vf-tree-row-padding-inline) + var(--vf-tree-indent) * (var(--vf-tree-level) - 1));border-radius:var(--vf-tree-row-border-radius);border:none;background-color:var(--vf-tree-row-background-color);color:var(--vf-tree-row-text-color);font-size:var(--vf-tree-row-font-size);text-align:left;cursor:pointer;outline:none}.vf-tree__row:hover{background-color:var(--vf-tree-row-hover-background-color)}.vf-tree__row:focus-visible{box-shadow:var(--vf-tree-focus-ring-shadow)}.vf-tree__row.is-selected{background-color:var(--vf-tree-row-selected-background-color);color:var(--vf-tree-row-selected-text-color)}.vf-tree__row.is-disabled{cursor:not-allowed}.vf-tree__toggle,.vf-tree__toggle-spacer{width:var(--vf-tree-toggle-size);height:var(--vf-tree-toggle-size);flex:0 0 var(--vf-tree-toggle-size)}.vf-tree__toggle{display:inline-flex;align-items:center;justify-content:center;border-radius:var(--vf-tree-toggle-radius);border:1px solid var(--vf-tree-toggle-border-color);background-color:var(--vf-tree-toggle-background-color);color:var(--vf-tree-toggle-text-color);padding:0;cursor:pointer}.vf-tree__toggle:hover{background-color:var(--vf-tree-toggle-hover-background-color)}.vf-tree__toggle:disabled{cursor:not-allowed}.vf-tree__label{min-width:0}.vf-tree__row_small{font-size:var(--vf-tree-small-row-font-size);padding:var(--vf-tree-small-row-padding);padding-left:calc(var(--vf-tree-small-row-padding-inline) + var(--vf-tree-indent) * (var(--vf-tree-level) - 1))}.vf-tree__row_small .vf-tree__toggle,.vf-tree__row_small .vf-tree__toggle-spacer{width:var(--vf-tree-small-toggle-size);height:var(--vf-tree-small-toggle-size);flex-basis:var(--vf-tree-small-toggle-size)}.vf-tree__row_large{font-size:var(--vf-tree-large-row-font-size);padding:var(--vf-tree-large-row-padding);padding-left:calc(var(--vf-tree-large-row-padding-inline) + var(--vf-tree-indent) * (var(--vf-tree-level) - 1))}.vf-tree__row_large .vf-tree__toggle,.vf-tree__row_large .vf-tree__toggle-spacer{width:var(--vf-tree-large-toggle-size);height:var(--vf-tree-large-toggle-size);flex-basis:var(--vf-tree-large-toggle-size)}.vf-tree__row_outlined{border:var(--vf-border-width) solid var(--vf-tree-row-border-color);background-color:transparent}.vf-tree{color:var(--vf-tree-row-text-color)}.vf-tree__list,.vf-tree__group{list-style:none;margin:0;padding:0;display:grid;gap:var(--vf-tree-gap)}.vf-tree_disabled{opacity:var(--vf-tree-disabled-opacity)}.vf-treeselect{position:relative;display:inline-flex;align-items:center;min-width:var(--vf-treeselect-min-width);height:var(--vf-controls-height);box-sizing:border-box;border-radius:var(--vf-treeselect-border-radius);border:var(--vf-border-width) solid var(--vf-treeselect-border-color);background-color:var(--vf-treeselect-background-color);color:var(--vf-treeselect-text-color);transition:border-color .2s ease,box-shadow .2s ease}.vf-treeselect_outlined{background-color:transparent}.vf-treeselect__control{width:100%;min-width:0;flex:1 1 0%;height:var(--vf-controls-height);box-sizing:border-box;border:none;background:transparent;color:inherit;font-size:var(--vf-treeselect-font-size);line-height:var(--vf-typography-line-height);font-family:inherit;outline:none;display:inline-flex;align-items:center;justify-content:space-between;gap:var(--vf-treeselect-control-gap);padding:var(--vf-treeselect-padding);cursor:pointer}.vf-treeselect__label{flex:1 1 auto;min-width:0;text-align:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vf-treeselect__label_placeholder{color:var(--vf-treeselect-placeholder-color)}.vf-treeselect__chevron{flex:0 0 auto;font-size:var(--vf-treeselect-chevron-size);opacity:.7}.vf-treeselect__clear{flex:0 0 auto;width:var(--vf-treeselect-clear-size);height:var(--vf-treeselect-clear-size);margin-right:.35rem;padding:0;border:none;border-radius:var(--vf-treeselect-clear-radius);background:transparent;color:inherit;font-size:.75rem;cursor:pointer}.vf-treeselect__clear:hover{background-color:var(--vf-treeselect-clear-hover-background-color)}.vf-treeselect__panel{position:fixed;z-index:50;padding:var(--vf-treeselect-panel-padding);max-height:var(--vf-treeselect-panel-max-height);overflow:auto;border-radius:calc(var(--vf-treeselect-border-radius) + var(--vf-treeselect-panel-radius-offset));border:var(--vf-border-width) solid var(--vf-treeselect-panel-border-color);background-color:var(--vf-treeselect-panel-background-color);box-shadow:var(--vf-treeselect-panel-shadow);color:var(--vf-treeselect-text-color)}.vf-treeselect__search{padding:var(--vf-treeselect-search-padding)}.vf-treeselect__search-control{width:100%;border-radius:var(--vf-treeselect-search-border-radius);border:var(--vf-border-width) solid var(--vf-treeselect-search-border-color);background:transparent;color:inherit;padding:.35rem .45rem;font-size:var(--vf-typography-font-size);line-height:var(--vf-typography-line-height);font-family:inherit;outline:none}.vf-treeselect__search-control:focus{border-color:var(--vf-treeselect-focus-border-color)}.vf-treeselect__tree{width:100%}.vf-treeselect__empty{padding:var(--vf-treeselect-empty-padding);color:var(--vf-treeselect-empty-color);font-size:var(--vf-typography-font-size);line-height:var(--vf-typography-line-height)}.vf-treeselect__loading{padding:var(--vf-treeselect-loading-padding);color:var(--vf-treeselect-loading-color);font-size:var(--vf-typography-font-size);line-height:var(--vf-typography-line-height)}.vf-treeselect_open{border-color:var(--vf-treeselect-focus-border-color);box-shadow:var(--vf-treeselect-focus-ring-shadow)}.vf-treeselect:hover:not(.vf-treeselect_disabled){border-color:var(--vf-treeselect-hover-border-color)}.vf-treeselect:focus-within:not(.vf-treeselect_disabled){border-color:var(--vf-treeselect-focus-border-color)}.vf-treeselect_small .vf-treeselect__control{padding:var(--vf-treeselect-small-padding);font-size:var(--vf-treeselect-small-font-size)}.vf-treeselect_large .vf-treeselect__control{padding:var(--vf-treeselect-large-padding);font-size:var(--vf-treeselect-large-font-size)}.vf-treeselect_disabled{opacity:var(--vf-treeselect-disabled-opacity);cursor:not-allowed}.vf-treeselect_disabled .vf-treeselect__control{cursor:not-allowed}.vf-breadcrumbs{display:block;--vf-link-hover-color: var(--vf-breadcrumbs-hover-color);--vf-link-active-color: var(--vf-breadcrumbs-active-color)}.vf-breadcrumbs__list{display:flex;align-items:center;flex-wrap:wrap;gap:var(--vf-breadcrumbs-gap);margin:0;padding:0;list-style:none;font-size:var(--vf-breadcrumbs-font-size);line-height:var(--vf-typography-line-height);color:var(--vf-breadcrumbs-text-color)}.vf-breadcrumbs__item{display:inline-flex;align-items:center}.vf-breadcrumbs__link{color:inherit;text-decoration:none}.vf-breadcrumbs__current{color:var(--vf-breadcrumbs-active-color)}.vf-breadcrumbs__separator{display:inline-flex;align-items:center;color:var(--vf-breadcrumbs-separator-color)}.vf-breadcrumbs__item.is-disabled{opacity:var(--vf-breadcrumbs-disabled-opacity)}
2
+ /*$vite$:1*/`,document.head.appendChild(Ve);const Ue=["href","aria-disabled","tabindex"],ge=e.defineComponent({__name:"link",props:{to:{default:void 0},href:{default:void 0},url:{default:void 0},as:{default:void 0},type:{default:void 0},label:{default:""},active:{type:Boolean},disabled:{type:Boolean}},emits:["click","active","update:active","onActive"],setup(l,{emit:t}){const a=t,o=l,r=Se.useRoute(),f=Se.useRouter(),s=e.ref(null),p=e.computed(()=>o.href??o.url),n=e.computed(()=>o.as?o.as==="router-link"&&!o.to?"a":o.as:o.type==="router-link"||o.type==="a"?o.type==="router-link"&&!o.to?"a":o.type:o.to?"router-link":"a"),v=e.computed(()=>o.to),c=e.computed(()=>o.to?f.resolve(o.to):null),d=e.computed(()=>{if(n.value!=="router-link")return!1;const i=c.value;return i?i.name?r.matched.some(({name:k})=>k===i.name):i.fullPath?r.fullPath===i.fullPath:r.path===i.path:!1}),u=e.computed(()=>o.active===void 0?d.value:o.active),g=i=>{if(!o.disabled){a("click",i);return}i.preventDefault(),i.stopPropagation()};return e.watch(d,i=>{i&&(a("active"),a("onActive")),a("update:active",i)}),(i,k)=>{const y=e.resolveComponent("router-link");return n.value==="a"?(e.openBlock(),e.createElementBlock("a",{key:0,href:p.value,class:e.normalizeClass(["vf-link",{"vf-link_active":u.value,"vf-link_disabled":i.disabled}]),"aria-disabled":i.disabled,tabindex:i.disabled?-1:void 0,onClick:g},[i.$slots.default?e.renderSlot(i.$slots,"default",{key:0}):(e.openBlock(),e.createElementBlock(e.Fragment,{key:1},[e.createTextVNode(e.toDisplayString(i.label),1)],64))],10,Ue)):(e.openBlock(),e.createBlock(y,{key:1,ref_key:"link",ref:s,to:v.value,class:e.normalizeClass(["vf-link",{"vf-link_active":u.value}]),"aria-disabled":i.disabled,tabindex:i.disabled?-1:void 0,"active-class":"vf-link_partially-active","exact-active-class":"vf-link_active",onClick:g},{default:e.withCtx(()=>[i.$slots.default?e.renderSlot(i.$slots,"default",{key:0}):(e.openBlock(),e.createElementBlock(e.Fragment,{key:1},[e.createTextVNode(e.toDisplayString(i.label),1)],64))]),_:3},8,["to","class","aria-disabled","tabindex"]))}}}),Xe=(l,t)=>{const a=l.__vccOpts||l;for(const[o,r]of t)a[o]=r;return a},qe={},Ze={class:"vf-card"},Je={key:0,class:"vf-card__default"},Qe={key:1,class:"vf-card__header"},eo={key:2,class:"vf-card__body"},oo={key:3,class:"vf-card__footer"};function ro(l,t){return e.openBlock(),e.createElementBlock("div",Ze,[l.$slots.default?(e.openBlock(),e.createElementBlock("div",Je,[e.renderSlot(l.$slots,"default")])):e.createCommentVNode("",!0),l.$slots.header?(e.openBlock(),e.createElementBlock("div",Qe,[e.renderSlot(l.$slots,"header")])):e.createCommentVNode("",!0),l.$slots.body?(e.openBlock(),e.createElementBlock("div",eo,[e.renderSlot(l.$slots,"body")])):e.createCommentVNode("",!0),l.$slots.footer?(e.openBlock(),e.createElementBlock("div",oo,[e.renderSlot(l.$slots,"footer")])):e.createCommentVNode("",!0)])}const Ee=Xe(qe,[["render",ro]]),to={class:"vf-menu__list",role:"menu"},ao={key:1,class:"vf-menu__separator",role:"separator"},lo=["aria-expanded","onClick","onKeydown"],Ne=e.defineComponent({name:"VfMenu",__name:"menu",props:{items:{},orientation:{default:"vertical"}},emits:["active","onActive"],setup(l,{emit:t}){const a=t,o=l,r=e.ref([]),f=(c,d)=>`${c.label??c.to??c.href??c.url??"item"}_${d.toString()}`,s=c=>c.to?"router-link":"a",p=c=>c.map(d=>({...d,items:d.items?p(d.items):void 0})),n=c=>{c.items&&c.items.length?(r.value.map(d=>{d!==c&&(d.subMenuVisible=!1)}),c.subMenuVisible=!c.subMenuVisible):Object.prototype.hasOwnProperty.call(c,"command")&&typeof c.command=="function"&&c.command()},v=c=>{var d;for(const u in r.value){const g=r.value[u];Object.prototype.hasOwnProperty.call(g,"items")&&((d=g.items)!=null&&d.some(i=>i===c)?(g.active=!0,g.subMenuVisible=!0):(g.active=!1,g.subMenuVisible=!1))}a("active",c),a("onActive",c)};return e.watch(()=>o.items,c=>{r.value=p(c)},{deep:!0,immediate:!0}),(c,d)=>{const u=e.resolveComponent("VfMenu");return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["vf-menu",`vf-menu_${c.orientation}`])},[e.createElementVNode("ul",to,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(r.value,(g,i)=>(e.openBlock(),e.createElementBlock("li",{key:f(g,i),class:"vf-menu__item",role:"none"},[c.$slots[f(g,i)]?e.renderSlot(c.$slots,f(g,i),{key:0,item:{...g,class:"vf-menu__link"}}):g.separator?(e.openBlock(),e.createElementBlock("hr",ao)):g.items&&g.items.length?(e.openBlock(),e.createElementBlock(e.Fragment,{key:2},[e.createElementVNode("div",{class:e.normalizeClass(["vf-menu__parent",{"vf-menu__parent_active":g.active}]),role:"menuitem",tabindex:"0","aria-expanded":g.subMenuVisible?"true":"false",onClick:k=>n(g),onKeydown:[e.withKeys(e.withModifiers(k=>n(g),["prevent"]),["enter"]),e.withKeys(e.withModifiers(k=>n(g),["prevent"]),["space"])]},[g.icon?(e.openBlock(),e.createBlock(e.unref(pe.CmIcon),{key:0,icon:g.icon,class:"vf-menu__icon"},null,8,["icon"])):e.createCommentVNode("",!0),e.createTextVNode(" "+e.toDisplayString(g.label)+" ",1),e.createVNode(e.unref(pe.CmIcon),{icon:"chevronDown"})],42,lo),g.items?(e.openBlock(),e.createBlock(u,{key:0,items:g.items,class:e.normalizeClass(["vf-menu__submenu",{"vf-menu__submenu_visible":g.subMenuVisible}]),onOnActive:v},null,8,["items","class"])):e.createCommentVNode("",!0)],64)):(e.openBlock(),e.createBlock(ge,{key:3,to:g.to,href:g.href??g.url,as:s(g),class:"vf-menu__link",active:g.active,disabled:g.disabled,role:"menuitem","aria-disabled":g.disabled?"true":"false",onClick:k=>n(g),onActive:k=>v(g)},{default:e.withCtx(()=>[g.icon?(e.openBlock(),e.createBlock(e.unref(pe.CmIcon),{key:0,icon:g.icon,class:"vf-menu__icon"},null,8,["icon"])):e.createCommentVNode("",!0),e.createTextVNode(" "+e.toDisplayString(g.label),1)]),_:2},1032,["to","href","as","active","disabled","aria-disabled","onClick","onActive"]))]))),128))])],2)}}}),no=["type","disabled"],we=e.defineComponent({__name:"button",props:{to:{default:void 0},href:{default:void 0},url:{default:void 0},as:{default:void 0},icon:{default:void 0},type:{default:"button"},size:{default:"normal"},label:{default:""},loading:{type:Boolean,default:!1},rounded:{type:Boolean,default:!1},iconPos:{default:"left"},variant:{default:void 0},severity:{default:"primary"},disabled:{type:Boolean,default:!1}},setup(l){const t=l,a=["button","submit","reset"],o=c=>!!c&&a.includes(c),r=e.computed(()=>t.as?t.as==="button":!(t.to||t.href||t.url||t.type&&!o(t.type))),f=e.computed(()=>o(t.type)?t.type:"button"),s=e.computed(()=>t.as==="link"?t.to?"router-link":"a":t.type&&!o(t.type)?t.type==="router-link"&&t.to?"router-link":"a":t.to?"router-link":"a"),p=e.computed(()=>{let c=["vf-button",`vf-button_${t.severity}`];return["top","bottom"].includes(t.iconPos)&&c.push("vf-button_vertical"),t.variant==="text"&&c.push("vf-button_text"),t.variant==="outlined"&&c.push("vf-button_outlined"),["small","large"].indexOf(t.size)>-1&&c.push(`vf-button_${t.size}`),(t.loading||t.disabled)&&c.push("vf-button_disabled"),t.rounded&&c.push("vf-button_rounded"),c}),n=e.computed(()=>["vf-button__icon",`vf-button__icon_${t.iconPos}`]),v=e.computed(()=>["vf-button__label"]);return(c,d)=>r.value?(e.openBlock(),e.createElementBlock("button",{key:0,type:f.value,class:e.normalizeClass(p.value),disabled:t.loading||t.disabled},[t.icon&&!t.loading?(e.openBlock(),e.createBlock(e.unref(pe.CmIcon),{key:0,icon:t.icon,class:e.normalizeClass(n.value)},null,8,["icon","class"])):e.createCommentVNode("",!0),t.loading?(e.openBlock(),e.createBlock(e.unref(pe.CmIcon),{key:1,icon:"circleNotch",class:e.normalizeClass(n.value),spin:""},null,8,["class"])):e.createCommentVNode("",!0),c.$slots.default?(e.openBlock(),e.createElementBlock("span",{key:2,class:e.normalizeClass(v.value)},[e.renderSlot(c.$slots,"default")],2)):c.label?(e.openBlock(),e.createElementBlock("span",{key:3,class:e.normalizeClass(v.value)},e.toDisplayString(c.label),3)):e.createCommentVNode("",!0)],10,no)):(e.openBlock(),e.createBlock(ge,{key:1,to:t.to,href:t.href??t.url,as:s.value,class:e.normalizeClass(p.value),disabled:t.loading||t.disabled},{default:e.withCtx(()=>[t.icon?(e.openBlock(),e.createBlock(e.unref(pe.CmIcon),{key:0,icon:t.icon,class:e.normalizeClass(n.value)},null,8,["icon","class"])):e.createCommentVNode("",!0),c.$slots.default?(e.openBlock(),e.createElementBlock("span",{key:1,class:e.normalizeClass(v.value)},[e.renderSlot(c.$slots,"default")],2)):c.label?(e.openBlock(),e.createElementBlock("span",{key:2,class:e.normalizeClass(v.value)},e.toDisplayString(c.label),3)):e.createCommentVNode("",!0)]),_:3},8,["to","href","as","class","disabled"]))}}),io={key:0,class:"vf-input__prefix"},so=["type","value","placeholder","disabled","readonly"],co={key:1,class:"vf-input__suffix"},fo=e.defineComponent({__name:"input",props:{modelValue:{default:""},type:{default:"text"},placeholder:{default:""},disabled:{type:Boolean,default:!1},readonly:{type:Boolean,default:!1},size:{default:"normal"},variant:{default:"filled"}},emits:["update:modelValue","input","change","focus","blur"],setup(l,{emit:t}){const a=t,o=l,r=e.computed(()=>{const v=["vf-input",`vf-input_${o.variant}`];return o.size!=="normal"&&v.push(`vf-input_${o.size}`),o.disabled&&v.push("vf-input_disabled"),v}),f=v=>{const c=v.target;a("update:modelValue",c.value),a("input",v)},s=v=>a("change",v),p=v=>a("focus",v),n=v=>a("blur",v);return(v,c)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(r.value)},[v.$slots.prefix?(e.openBlock(),e.createElementBlock("span",io,[e.renderSlot(v.$slots,"prefix")])):e.createCommentVNode("",!0),e.createElementVNode("input",{class:"vf-input__control",type:v.type,value:v.modelValue,placeholder:v.placeholder,disabled:v.disabled,readonly:v.readonly,onInput:f,onChange:s,onFocus:p,onBlur:n},null,40,so),v.$slots.suffix?(e.openBlock(),e.createElementBlock("span",co,[e.renderSlot(v.$slots,"suffix")])):e.createCommentVNode("",!0)],2))}}),vo={key:0,class:"vf-number-input__prefix"},po=["value","min","max","step","placeholder","disabled","readonly","aria-label"],uo={key:1,class:"vf-number-input__controls"},bo=["disabled"],go=["disabled"],mo={key:2,class:"vf-number-input__suffix"},ho=e.defineComponent({__name:"number-input",props:{modelValue:{default:null},min:{default:void 0},max:{default:void 0},step:{default:1},precision:{default:void 0},placeholder:{default:""},disabled:{type:Boolean,default:!1},readonly:{type:Boolean,default:!1},size:{default:"normal"},variant:{default:"filled"},controls:{type:Boolean,default:!0},ariaLabel:{default:"Number input"}},emits:["update:modelValue","input","change","focus","blur"],setup(l,{emit:t}){const a=t,o=l,r=e.computed(()=>typeof o.min=="number"&&Number.isFinite(o.min)?o.min:void 0),f=e.computed(()=>typeof o.max=="number"&&Number.isFinite(o.max)?o.max:void 0),s=e.computed(()=>o.step&&o.step>0?o.step:1),p=z=>(typeof r.value=="number"&&(z=Math.max(r.value,z)),typeof f.value=="number"&&(z=Math.min(f.value,z)),z),n=z=>{if(typeof o.precision!="number"||!Number.isFinite(o.precision))return z;const S=Math.max(0,Math.floor(o.precision));return Number.parseFloat(z.toFixed(S))},v=z=>{if(!z.trim())return null;const S=Number(z);return Number.isFinite(S)?n(p(S)):null},c=e.computed(()=>o.modelValue===null||o.modelValue===void 0||!Number.isFinite(o.modelValue)?"":`${o.modelValue}`),d=e.computed(()=>{const z=["vf-number-input",`vf-number-input_${o.variant}`];return o.size!=="normal"&&z.push(`vf-number-input_${o.size}`),o.disabled&&z.push("vf-number-input_disabled"),o.controls&&z.push("vf-number-input_controls"),z}),u=z=>{const S=z.target,L=v(S.value);a("update:modelValue",L),a("input",z)},g=z=>a("change",z),i=z=>a("focus",z),k=z=>a("blur",z),y=()=>Number.isFinite(o.modelValue)?o.modelValue:typeof r.value=="number"?r.value:0,C=()=>{if(o.disabled||o.readonly)return;const z=n(p(y()+s.value));a("update:modelValue",z)},R=()=>{if(o.disabled||o.readonly)return;const z=n(p(y()-s.value));a("update:modelValue",z)};return(z,S)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(d.value)},[z.$slots.prefix?(e.openBlock(),e.createElementBlock("span",vo,[e.renderSlot(z.$slots,"prefix")])):e.createCommentVNode("",!0),e.createElementVNode("input",{class:"vf-number-input__control",type:"number",value:c.value,min:r.value,max:f.value,step:s.value,placeholder:z.placeholder,disabled:z.disabled,readonly:z.readonly,"aria-label":z.ariaLabel,onInput:u,onChange:g,onFocus:i,onBlur:k},null,40,po),z.controls?(e.openBlock(),e.createElementBlock("div",uo,[e.createElementVNode("button",{class:"vf-number-input__step",type:"button",disabled:z.disabled||z.readonly,"aria-label":"Increment",onClick:C}," + ",8,bo),e.createElementVNode("button",{class:"vf-number-input__step",type:"button",disabled:z.disabled||z.readonly,"aria-label":"Decrement",onClick:R}," - ",8,go)])):e.createCommentVNode("",!0),z.$slots.suffix?(e.openBlock(),e.createElementBlock("span",mo,[e.renderSlot(z.$slots,"suffix")])):e.createCommentVNode("",!0)],2))}}),_o=["for"],yo={key:0,class:"vf-form-field__required","aria-hidden":"true"},ko={class:"vf-form-field__control"},wo=["id"],zo=["id"],xo=e.defineComponent({__name:"form-field",props:{id:{default:void 0},label:{default:""},hint:{default:""},error:{default:""},disabled:{type:Boolean,default:!1},required:{type:Boolean,default:!1},size:{default:"normal"}},setup(l){const t=l,a=e.useSlots(),o=`vf-form-field-${Math.random().toString(36).slice(2,10)}`,r=e.computed(()=>t.id||o),f=e.computed(()=>`${r.value}-hint`),s=e.computed(()=>`${r.value}-error`),p=e.computed(()=>!!t.label||!!a.label),n=e.computed(()=>!!t.hint||!!a.hint),v=e.computed(()=>!!t.error||!!a.error),c=e.computed(()=>{const u=[];return n.value&&u.push(f.value),v.value&&u.push(s.value),u.length?u.join(" "):void 0}),d=e.computed(()=>{const u=["vf-form-field"];return t.size!=="normal"&&u.push(`vf-form-field_${t.size}`),t.disabled&&u.push("vf-form-field_disabled"),v.value&&u.push("vf-form-field_invalid"),u});return(u,g)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(d.value)},[p.value?(e.openBlock(),e.createElementBlock("label",{key:0,class:"vf-form-field__label",for:r.value},[e.renderSlot(u.$slots,"label",{},()=>[e.createTextVNode(e.toDisplayString(u.label),1)]),u.required?(e.openBlock(),e.createElementBlock("span",yo,"*")):e.createCommentVNode("",!0)],8,_o)):e.createCommentVNode("",!0),e.createElementVNode("div",ko,[e.renderSlot(u.$slots,"default",{id:r.value,describedBy:c.value,invalid:v.value,required:u.required})]),n.value?(e.openBlock(),e.createElementBlock("p",{key:1,id:f.value,class:"vf-form-field__hint"},[e.renderSlot(u.$slots,"hint",{},()=>[e.createTextVNode(e.toDisplayString(u.hint),1)])],8,wo)):e.createCommentVNode("",!0),v.value?(e.openBlock(),e.createElementBlock("p",{key:2,id:s.value,class:"vf-form-field__error",role:"alert"},[e.renderSlot(u.$slots,"error",{},()=>[e.createTextVNode(e.toDisplayString(u.error),1)])],8,zo)):e.createCommentVNode("",!0)],2))}}),Co=["value","placeholder","disabled","readonly","rows"],Bo=e.defineComponent({__name:"textarea",props:{modelValue:{default:""},placeholder:{default:""},disabled:{type:Boolean,default:!1},readonly:{type:Boolean,default:!1},size:{default:"normal"},variant:{default:"filled"},rows:{default:3}},emits:["update:modelValue","input","change","focus","blur"],setup(l,{emit:t}){const a=t,o=l,r=e.computed(()=>{const v=["vf-textarea",`vf-textarea_${o.variant}`];return o.size!=="normal"&&v.push(`vf-textarea_${o.size}`),o.disabled&&v.push("vf-textarea_disabled"),v}),f=v=>{const c=v.target;a("update:modelValue",c.value),a("input",v)},s=v=>a("change",v),p=v=>a("focus",v),n=v=>a("blur",v);return(v,c)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(r.value)},[e.createElementVNode("textarea",{class:"vf-textarea__control",value:v.modelValue,placeholder:v.placeholder,disabled:v.disabled,readonly:v.readonly,rows:v.rows,onInput:f,onChange:s,onFocus:p,onBlur:n},null,40,Co)],2))}}),$o=["accept","multiple","disabled"],So=["tabindex","aria-disabled","onKeydown"],Vo={class:"vf-file-upload__content"},Eo={key:0,class:"vf-file-upload__placeholder"},No={key:1,class:"vf-file-upload__list"},Fo={class:"vf-file-upload__name"},To={class:"vf-file-upload__size"},Do=["aria-label","onClick"],Lo=["disabled"],Mo=e.defineComponent({__name:"file-upload",props:{modelValue:{default:null},multiple:{type:Boolean,default:!1},accept:{default:void 0},disabled:{type:Boolean,default:!1},readonly:{type:Boolean,default:!1},maxSize:{default:void 0},maxFiles:{default:void 0},placeholder:{default:"Drop files here or click to browse"},buttonLabel:{default:"Browse"},size:{default:"normal"},variant:{default:"filled"}},emits:["update:modelValue","change","reject","focus","blur"],setup(l,{emit:t}){const a=t,o=l,r=e.ref(null),f=e.ref(null),s=e.ref(!1),p=e.computed(()=>Array.isArray(o.modelValue)?o.modelValue:o.modelValue instanceof File?[o.modelValue]:[]),n=e.computed(()=>{const w=["vf-file-upload",`vf-file-upload_${o.variant}`,s.value?"vf-file-upload_dragging":""];return o.size!=="normal"&&w.push(`vf-file-upload_${o.size}`),(o.disabled||o.readonly)&&w.push("vf-file-upload_disabled"),w.filter(Boolean)}),v=(w,E)=>`${w.name}-${w.size}-${w.lastModified}-${E}`,c=w=>{if(!Number.isFinite(w))return"";const E=["B","KB","MB","GB"];let N=w,b=0;for(;N>=1024&&b<E.length-1;)N/=1024,b+=1;return`${N<10&&b>0?N.toFixed(1):Math.round(N).toString()} ${E[b]}`},d=w=>{if(o.multiple){a("update:modelValue",w),a("change",w);return}const E=w[0]??null;a("update:modelValue",E),a("change",E)},u=w=>{const E=[];let N=w;if(typeof o.maxSize=="number"&&Number.isFinite(o.maxSize)&&o.maxSize>0){const _=o.maxSize,m=[];N.forEach(V=>{if(V.size<=_){m.push(V);return}E.push({file:V,reason:"maxSize",maxSize:_})}),N=m}let b=o.maxFiles;return o.multiple||(b=1),typeof b=="number"&&Number.isFinite(b)&&b>0&&N.length>b&&(N.slice(b).forEach(m=>E.push({file:m,reason:"maxFiles",maxFiles:b})),N=N.slice(0,b)),{accepted:N,rejected:E}},g=w=>{if(o.disabled||o.readonly)return;const E=o.multiple?p.value:[],N=o.multiple?E.concat(w):w,{accepted:b,rejected:_}=u(N);d(b),_.length>0&&a("reject",_)},i=()=>{var w;o.disabled||o.readonly||(w=f.value)==null||w.click()},k=w=>{const E=w.target,N=E.files?Array.from(E.files):[];g(N),E.value=""},y=()=>{o.disabled||o.readonly||(s.value=!0)},C=()=>{s.value=!1},R=w=>{var N;if(o.disabled||o.readonly)return;s.value=!1;const E=(N=w.dataTransfer)!=null&&N.files?Array.from(w.dataTransfer.files):[];E.length&&g(E)},z=w=>{if(o.disabled||o.readonly)return;const E=p.value.filter((N,b)=>b!==w);d(E)},S=w=>a("focus",w),L=w=>a("blur",w);return(w,E)=>(e.openBlock(),e.createElementBlock("div",{ref_key:"root",ref:r,class:e.normalizeClass(n.value),onDragover:e.withModifiers(y,["prevent"]),onDragleave:e.withModifiers(C,["prevent"]),onDrop:e.withModifiers(R,["prevent"])},[e.createElementVNode("input",{ref_key:"input",ref:f,class:"vf-file-upload__input",type:"file",accept:w.accept,multiple:w.multiple,disabled:w.disabled||w.readonly,onChange:k},null,40,$o),e.createElementVNode("div",{class:"vf-file-upload__control",role:"button",tabindex:w.disabled||w.readonly?-1:0,"aria-disabled":w.disabled||w.readonly,onClick:i,onKeydown:[e.withKeys(e.withModifiers(i,["prevent"]),["enter"]),e.withKeys(e.withModifiers(i,["prevent"]),["space"])],onFocus:S,onBlur:L},[e.createElementVNode("div",Vo,[p.value.length===0?(e.openBlock(),e.createElementBlock("span",Eo,e.toDisplayString(w.placeholder),1)):(e.openBlock(),e.createElementBlock("div",No,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(p.value,(N,b)=>(e.openBlock(),e.createElementBlock("div",{key:v(N,b),class:"vf-file-upload__item"},[e.createElementVNode("span",Fo,e.toDisplayString(N.name),1),e.createElementVNode("span",To,e.toDisplayString(c(N.size)),1),!w.disabled&&!w.readonly?(e.openBlock(),e.createElementBlock("button",{key:0,class:"vf-file-upload__remove",type:"button","aria-label":`Remove ${N.name}`,onClick:e.withModifiers(_=>z(b),["stop"])}," ✕ ",8,Do)):e.createCommentVNode("",!0)]))),128))]))]),e.createElementVNode("button",{class:"vf-file-upload__button",type:"button",disabled:w.disabled||w.readonly,onClick:e.withModifiers(i,["stop"])},e.toDisplayString(w.buttonLabel),9,Lo)],40,So)],34))}}),Fe=["top","top-start","top-end","right","right-start","right-end","bottom","bottom-start","bottom-end","left","left-start","left-end"],ee=l=>{if(l==null||!(l instanceof HTMLElement))return null;if(typeof window<"u"){const t=window.getComputedStyle(l),a=`${t.overflowX}${t.overflowY}`;if(/(auto|scroll|overlay)/.test(a))return l}return l.scrollHeight>l.clientHeight||l.scrollWidth>l.clientWidth?l:ee(l.parentNode)};function Ro(l){return typeof window>"u"?!1:window.getComputedStyle(l).position==="fixed"}const Po=(l,t)=>l.strategy?l.strategy:Ro(t)?"fixed":"absolute",ae=(l,t)=>Po(l,t)==="fixed",J=(l,t,a={})=>{const o=l.getBoundingClientRect(),r=t?t.offsetParent:null,f=t?ae(a,t):!1;if(r&&!f){const s=r.getBoundingClientRect(),p=r.scrollLeft,n=r.scrollTop;return{left:o.left-s.left+p,top:o.top-s.top+n,width:o.width,height:o.height}}return{left:o.left,top:o.top,width:o.width,height:o.height}},fe=(l,t)=>{var a;return(a=l.middleware)==null?void 0:a.find(o=>o.name===t)},Te=(l,t)=>!!fe(l,t),Io=l=>{const t=ee(l);let a="";return t!==null&&((t.dataset.scrollTop===void 0||t.scrollTop===+t.dataset.scrollTop)&&(t.dataset.scrollTop="0"),(t.dataset.scrollLeft===void 0||t.scrollLeft===+t.dataset.scrollLeft)&&(t.dataset.scrollLeft="0"),t.scrollTop>+t.dataset.scrollTop?a="bottom":t.scrollTop<+t.dataset.scrollTop?a="top":t.scrollLeft>+t.dataset.scrollLeft?a="right":t.scrollLeft<+t.dataset.scrollLeft&&(a="left"),t.dataset.scrollTop=t.scrollTop<=0?"0":t.scrollTop.toString(),t.dataset.scrollLeft=t.scrollLeft<=0?"0":t.scrollLeft.toString()),a},me=l=>l.scrollLeft+l.clientWidth,he=l=>l.scrollTop+l.clientHeight,oe=(l,t,a=null,o={},r)=>{if(a===null&&typeof window<"u"&&ae(o,t))return l;let f=0;if(a===null){const s=ee(t);f=s?s.scrollTop:0}return l-f},re=(l,t,a=null,o={},r)=>{let f;if(a===null&&typeof window<"u"&&ae(o,t))f=window.innerWidth;else if(a===null){const s=ee(t);f=s?me(s):0}else f=a.getBoundingClientRect().width;return-(l+t.clientWidth-f)},le=(l,t,a=null,o={},r)=>{let f;if(a===null&&typeof window<"u"&&ae(o,t))f=window.innerHeight;else if(a===null){const s=ee(t);f=s?he(s):0}else f=a.getBoundingClientRect().height;return-(l+t.clientHeight-f)},te=(l,t,a=null,o={},r)=>{if(a===null&&typeof window<"u"&&ae(o,t))return l;let f=0;if(a===null){const s=ee(t);f=s?s.scrollLeft:0}return l-f},De=({options:l,primaryX:t,primaryY:a,floating:o,placement:r,reference:f,scrollDirection:s})=>{const p=_e(f,o,r,l),n=fe(l,"offset");if(n){const v=n.fn({x:p.x,y:p.y,options:l,primaryX:t,primaryY:a,floating:o,placement:r,reference:f,scrollDirection:s});p.x=v.x,p.y=v.y}return or(p,o,f,l)?{x:p.x,y:p.y,placement:r}:!1},ne=l=>({name:"flip",params:l,fn:({x:t,y:a,options:o,primaryX:r,primaryY:f,floating:s,placement:p,reference:n,scrollDirection:v})=>{var c;const d={x:t,y:a,placement:p},u={...o,middleware:(c=o.middleware)==null?void 0:c.filter(z=>z.name!=="shift")},g=(l==null?void 0:l.placements)??Fe,i=!(l!=null&&l.placements),k=i?Fe:g;let y=!1;const C=z=>{if(y)return;const S=De({options:u,primaryX:r,primaryY:f,floating:s,placement:z,reference:n,scrollDirection:v});S&&(d.x=S.x,d.y=S.y,d.placement=S.placement,y=!0)},R=tr(n,s,u);if(!i&&g.includes(p)&&C(p),y||k.forEach(C),!y){const z=g.reduce((S,L)=>{const w=De({options:u,primaryX:r,primaryY:f,floating:s,placement:L,reference:n,scrollDirection:v});if(!w)return S;const E=ue(L),N=R[E];return!S||N>S.space?{result:w,space:N}:S},null);z&&(d.x=z.result.x,d.y=z.result.y,d.placement=z.result.placement,y=!0)}if(!y&&g.length>0){const z=ue(p);let S=z,L=R[z];g.forEach(b=>{const _=ue(b),m=R[_];m>L&&(L=m,S=_)});const w=rr(S,p,g),E=_e(n,s,w,u),N=fe(u,"offset");if(N){const b=N.fn({x:E.x,y:E.y,options:u,primaryX:r,primaryY:f,floating:s,placement:w,reference:n,scrollDirection:v});E.x=b.x,E.y=b.y}d.x=E.x,d.y=E.y,d.placement=E.placement}return d}}),Le=(l,t,a,o,r)=>{var f,s,p;let n=0;o.startsWith("right")?n=-l:o.startsWith("left")&&(n=l);const v=fe(t,"arrow"),c=fe(t,"shift");if(v){const d=((f=v.params)==null?void 0:f.arrow).getBoundingClientRect();o.startsWith("right")?n-=d.width/2:o.startsWith("left")&&(n+=d.width/2)}if(Te(t,"shift")&&v){let d=null,u=0;c&&(d=(s=c.params)==null?void 0:s.parent);const g=(p=v.params)==null?void 0:p.arrow;u=g.getBoundingClientRect().width/2,u+=Ko(g),u-=l,o.startsWith("right")?re(a-n,r,d,t)<=l?re(a,r,d,t)>0?n=l-re(a,r,d,t):n=l:te(a-n-u,r,d,t)<=l&&(te(a-n-u,r,d,t)>=0?(n=-l-(te(a-n-u,r,d,t)+l),d&&(n=-l)):n=-l):o.startsWith("left")?re(a-n+u,r,d,t)<=l?(n=l+re(a-u,r,d,t),n<=l&&(n=l)):te(a-n,r,d,t)<=l&&(n=-l+te(a,r,d,t),n<=-l&&(n=-l)):re(a-n,r,d,t)<=l?re(a-n,r,d,t)<=l&&re(a,r,d,t)>0?n=l-re(a,r,d,t):n=l:te(a-n,r,d,t)<=l&&(te(a-n,r,d,t)<=l&&te(a,r,d,t)>0?n=-(l-te(a,r,d,t)):n=-l)}return n},Me=(l,t,a,o,r)=>{var f,s,p;let n=0;o.startsWith("top")?n=l:o.startsWith("bottom")&&(n=-l);const v=fe(t,"arrow"),c=fe(t,"shift");if(v){const d=((f=v.params)==null?void 0:f.arrow).getBoundingClientRect();o.startsWith("top")?n+=d.height/2:o.startsWith("bottom")&&(n-=d.height/2)}if(Te(t,"shift")&&v){let d=null,u=0;c&&(d=(s=c.params)==null?void 0:s.parent);const g=(p=v.params)==null?void 0:p.arrow;u=g.getBoundingClientRect().height/2,u+=Ao(g),u-=l,o.startsWith("top")?oe(a-n,r,d,t)<=l?oe(a,r,d,t)>=0?n=-(l-oe(a,r,d,t)):n=-l:le(a-n+u,r,d,t)<=l&&(n=l+le(a-u,r,d,t),n<=l&&(n=l)):o.startsWith("bottom")?oe(a-n-u,r,d,t)<=l?oe(a-n-u,r,d,t)>=0?(n=-l-(oe(a-n-u,r,d,t)+l),d&&(n=-l)):n=-l:le(a-n,r,d,t)<=l&&(le(a,r,d,t)>=0?n=l-le(a,r,d,t):n=l):oe(a-n,r,d,t)<=l?oe(a-n,r,d,t)>=0?n=-(l-oe(a-n,r,d,t)):n=-l:le(a-n,r,d,t)<=l&&(le(a-n,r,d,t)>=0?n=l-le(a-n,r,d,t):n=l)}return n},ie=l=>({name:"offset",params:{value:l},fn:({x:t,y:a,options:o,primaryX:r,primaryY:f,floating:s,placement:p})=>({x:t-Le(l,o,r,p,s),y:a-Me(l,o,f,p,s),placement:p})}),Oo=l=>({name:"shift",params:l,fn:({x:t,y:a,options:o,primaryX:r,primaryY:f,floating:s,placement:p,reference:n})=>{var v;const c={x:t,y:a,placement:p},d=o.middleware||[],u=d.findIndex(m=>m.name==="shift"),g=d.findIndex(m=>m.name==="offset"),i=g!==-1&&(u===-1||g>u),k=d.find(m=>m.name==="offset"),y=k?(v=k.params)==null?void 0:v.value:0,C=i?Le(y,o,r,p,s):0,R=i?Me(y,o,f,p,s):0,z=t-C,S=a-R;let L=z,w=S;const E=k?Math.abs(y):0,N=E,b=E;if(ae(o,s)&&typeof window<"u"){const m=N,V=window.innerWidth-s.clientWidth-N,M=V<m?m:V,H=b,Y=window.innerHeight-s.clientHeight-b,G=Y<H?H:Y;L<m?L=m:L>M&&(L=M),w<H?w=H:w>G&&(w=G),i?(c.x=t+(L-z),c.y=a+(w-S)):(c.x=L,c.y=w);const U=N,B=window.innerWidth-s.clientWidth-N,D=b,x=window.innerHeight-s.clientHeight-b,I=i?U+C:U,O=i?B+C:B,$=i?D+R:D,h=i?x+R:x;return c.x<I?c.x=I:c.x>O&&(c.x=O),c.y<$?c.y=$:c.y>h&&(c.y=h),c}const _=ee(s);if(_!==null){const m=J(n,s,o),V=m.left,M=m.left+m.width,H=m.top,Y=m.top+m.height,G=_.scrollLeft+N,U=me(_)-s.clientWidth-N,B=U<G?G:U,D=_.scrollTop+b,x=he(_)-s.clientHeight-b,I=x<D?D:x,O=_.scrollLeft,$=me(_),h=_.scrollTop,F=he(_);M<=O?L=G:V>=$&&(L=B),Y<=h?w=D:H>=F&&(w=I),w<D?w=D:w>I&&(w=I),L<G?L=G:L>B&&(L=B)}if(i?(c.x=t+(L-z),c.y=a+(w-S)):(c.x=L,c.y=w),_!==null){const m=_.scrollLeft+N,V=me(_)-s.clientWidth-N,M=_.scrollTop+b,H=he(_)-s.clientHeight-b,Y=i?m+C:m,G=i?V+C:V,U=i?M+R:M,B=i?H+R:H;c.x<Y?c.x=Y:c.x>G&&(c.x=G),c.y<U?c.y=U:c.y>B&&(c.y=B)}return c}}),Ko=l=>l.getBoundingClientRect().width!==l.clientWidth?(l.getBoundingClientRect().width-l.clientWidth)/2:0,Ao=l=>l.getBoundingClientRect().height!==l.clientHeight?(l.getBoundingClientRect().height-l.clientHeight)/2:0,se=(l,t)=>{const a=ee(l),o=[];if(a!==null){const r=()=>t();a.addEventListener("scroll",r,!1),o.push(()=>a.removeEventListener("scroll",r,!1))}if(typeof window<"u"){const r=()=>t(),f=()=>t();window.addEventListener("scroll",r,!1),window.addEventListener("resize",f,!1),o.push(()=>window.removeEventListener("scroll",r,!1)),o.push(()=>window.removeEventListener("resize",f,!1))}if(typeof ResizeObserver<"u"&&l instanceof HTMLElement){const r=new ResizeObserver(()=>t());r.observe(l),o.push(()=>r.disconnect())}return()=>o.forEach(r=>r())},Ho=(l,t,a={})=>{const o=J(l,t,a);return{x:o.left-t.getBoundingClientRect().width/2+o.width/2,y:o.top-t.getBoundingClientRect().height,placement:"top"}},Wo=(l,t,a={})=>{const o=J(l,t,a);return{x:o.left,y:o.top-t.getBoundingClientRect().height,placement:"top-start"}},jo=(l,t,a={})=>{const o=J(l,t,a);return{x:o.left-t.getBoundingClientRect().width+o.width,y:o.top-t.getBoundingClientRect().height,placement:"top-end"}},Go=(l,t,a={})=>{const o=J(l,t,a);return{x:o.left+o.width,y:o.top-t.getBoundingClientRect().height/2+o.height/2,placement:"right"}},Yo=(l,t,a={})=>{const o=J(l,t,a);return{x:o.left+o.width,y:o.top,placement:"right-start"}},Uo=(l,t,a={})=>{const o=J(l,t,a);return{x:o.left+o.width,y:o.top+o.height-t.getBoundingClientRect().height,placement:"right-end"}},Xo=(l,t,a={})=>{const o=J(l,t,a);return{x:o.left+o.width/2-t.getBoundingClientRect().width/2,y:o.top+o.height,placement:"bottom"}},qo=(l,t,a={})=>{const o=J(l,t,a);return{x:o.left,y:o.top+o.height,placement:"bottom-start"}},Zo=(l,t,a={})=>{const o=J(l,t,a);return{x:o.left-t.getBoundingClientRect().width+o.width,y:o.top+o.height,placement:"bottom-end"}},Jo=(l,t,a={})=>{const o=J(l,t,a);return{x:o.left-t.getBoundingClientRect().width,y:o.top+o.height/2-t.getBoundingClientRect().height/2,placement:"left"}},Qo=(l,t,a={})=>{const o=J(l,t,a);return{x:o.left-t.getBoundingClientRect().width,y:o.top,placement:"left-start"}},er=(l,t,a={})=>{const o=J(l,t,a);return{x:o.left-t.getBoundingClientRect().width,y:o.top+o.height-t.getBoundingClientRect().height,placement:"left-end"}},_e=(l,t,a,o={})=>{switch(a){case"top":return Ho(l,t,o);case"top-start":return Wo(l,t,o);case"top-end":return jo(l,t,o);case"right":return Go(l,t,o);case"right-start":return Yo(l,t,o);case"right-end":return Uo(l,t,o);case"bottom":return Xo(l,t,o);case"bottom-start":return qo(l,t,o);case"bottom-end":return Zo(l,t,o);case"left":return Jo(l,t,o);case"left-start":return Qo(l,t,o);case"left-end":return er(l,t,o);default:return{x:0,y:0,placement:""}}},or=(l,t,a,o={})=>{if(ae(o,t)){if(typeof window>"u")return!0;const d=l.x,u=l.y,g=d+t.clientWidth,i=u+t.clientHeight;return d>=0&&u>=0&&g<=window.innerWidth&&i<=window.innerHeight}if(ee(a)!==null)return oe(l.y,t,null,o)>0&&re(l.x,t,null,o)>0&&le(l.y,t,null,o)>0&&te(l.x,t,null,o)>0;if(typeof window>"u")return!0;const r=window.innerWidth,f=window.innerHeight,s=(a instanceof HTMLElement?a.offsetParent:null)||t.offsetParent;if(s){const d=s.getBoundingClientRect(),u=d.left+l.x,g=d.top+l.y,i=u+t.clientWidth,k=g+t.clientHeight;return u>=0&&g>=0&&i<=r&&k<=f}const p=l.x,n=l.y,v=p+t.clientWidth,c=n+t.clientHeight;return p>=0&&n>=0&&v<=r&&c<=f},ue=l=>l.startsWith("right")?"right":l.startsWith("left")?"left":l.startsWith("top")?"top":"bottom",rr=(l,t,a)=>ue(t)===l&&a.includes(t)?t:a.find(o=>ue(o)===l)??a[0],tr=(l,t,a={})=>{if(typeof window>"u")return{top:0,right:0,bottom:0,left:0};const o=ae(a,t)?null:ee(l),r=l.getBoundingClientRect(),f=o?o.getBoundingClientRect():{top:0,left:0,right:window.innerWidth,bottom:window.innerHeight};return{top:r.top-f.top,right:f.right-r.right,bottom:f.bottom-r.bottom,left:r.left-f.left}},de=(l,t,a={})=>new Promise(o=>{var r,f;const s=a.placement?a.placement:"bottom",p={x:0,y:0,placement:s,middlewareData:{}},n=_e(l,t,s,a);p.x=n.x,p.y=n.y,p.placement=n.placement;const v=p.x,c=p.y,d=Io(l);(r=a.middleware)==null||r.forEach(k=>{const y=k.fn({x:p.x,y:p.y,options:a,primaryX:v,primaryY:c,floating:t,placement:p.placement,reference:l,scrollDirection:d});p.x=y.x,p.y=y.y,p.placement=y.placement,k.name==="arrow"&&(y.baseX=y.x,y.baseY=y.y,y.x=y.arrowX??y.x,y.y=y.arrowY??y.y),p.middlewareData[k.name]=y});const u=_e(l,t,p.placement,a),g=fe(a,"offset"),i=g?(f=g.params)==null?void 0:f.value:0;if(Number.isFinite(p.x)||(p.x=u.x),!Number.isFinite(p.y))if(ae(a,t)){const k=l.getBoundingClientRect(),y=t.getBoundingClientRect().height;p.placement.startsWith("top")?p.y=k.top-y-i:p.placement.startsWith("bottom")?p.y=k.bottom+i:p.y=u.y}else p.y=u.y;o(p)}),ar=["disabled","aria-expanded","onKeydown"],lr=["data-placement"],nr=["disabled","aria-selected","onClick"],ir=e.defineComponent({__name:"select",props:{modelValue:{default:void 0},options:{default:()=>[]},optionLabel:{default:"label"},optionValue:{default:"value"},placeholder:{default:""},disabled:{type:Boolean,default:!1},variant:{default:"filled"},size:{default:"normal"}},emits:["update:modelValue","change","focus","blur"],setup(l,{emit:t}){let a=0;const o=t,r=l,f=e.ref(null),s=e.ref(null),p=e.ref(null),n=e.ref(!1),v=e.ref("bottom"),c=e.ref("bottom"),d=`vf-select-panel-${++a}`;let u=null;const g=e.computed(()=>r.options.map(_=>({label:_[r.optionLabel],value:_[r.optionValue],disabled:_.disabled}))),i=e.computed(()=>g.value.find(_=>_.value===r.modelValue)),k=e.computed(()=>{var _;return((_=i.value)==null?void 0:_.label)??""}),y=e.computed(()=>{const _=["vf-select",`vf-select_${r.variant}`,n.value?"vf-select_open":""];return r.size!=="normal"&&_.push(`vf-select_${r.size}`),r.disabled&&_.push("vf-select_disabled"),_.filter(Boolean)}),C=_=>_.value===r.modelValue,R=_=>{_.disabled||(o("update:modelValue",_.value),o("change",_.value),L())},z=_=>o("focus",_),S=_=>o("blur",_),L=()=>{n.value=!1,v.value="bottom",c.value="bottom"},w=()=>{r.disabled||(n.value=!n.value,n.value&&(v.value="bottom",c.value="bottom"))},E=async()=>{var _,m;n.value||(n.value=!0,await e.nextTick()),(m=(_=p.value)==null?void 0:_.querySelector(".vf-select__option:not(.is-disabled)"))==null||m.focus()},N=_=>{var V;if(!n.value||!f.value)return;const m=_.target;f.value.contains(m)||(V=p.value)!=null&&V.contains(m)||L()},b=()=>{if(!s.value||!p.value)return;const _=s.value,m=p.value,V=async()=>{const{x:G,y:U,placement:B}=await de(_,m,{placement:v.value,strategy:"fixed",middleware:[ie(2),ne({placements:["bottom","top"]})]});c.value=B??v.value,m.style.minWidth=`${_.getBoundingClientRect().width}px`,m.style.left=`${G}px`,m.style.top=`${U}px`},M=async()=>{await V()},H=se(_,()=>{M()}),Y=()=>{M()};document.addEventListener("scroll",Y,!0),window.addEventListener("resize",Y,!1),u={update:M,destroy:()=>{H(),document.removeEventListener("scroll",Y,!0),window.removeEventListener("resize",Y,!1)}},u.update()};return e.watch(n,async _=>{if(!_){u&&(u.destroy(),u=null);return}await e.nextTick(),u||b(),u==null||u.update()}),e.watch(()=>r.options,()=>{u==null||u.update()},{deep:!0}),e.onMounted(()=>{document.addEventListener("click",N)}),e.onBeforeUnmount(()=>{document.removeEventListener("click",N),u==null||u.destroy(),u=null}),(_,m)=>(e.openBlock(),e.createElementBlock("div",{ref_key:"root",ref:f,class:e.normalizeClass(y.value)},[e.createElementVNode("button",{ref_key:"trigger",ref:s,class:"vf-select__control",type:"button",disabled:_.disabled,"aria-expanded":n.value,"aria-controls":d,"aria-haspopup":"listbox",onClick:w,onKeydown:[e.withKeys(e.withModifiers(E,["prevent"]),["down"]),e.withKeys(e.withModifiers(w,["prevent"]),["enter"]),e.withKeys(e.withModifiers(L,["prevent"]),["esc"])],onFocus:z,onBlur:S},[e.createElementVNode("span",{class:e.normalizeClass(["vf-select__label",{"vf-select__label_placeholder":!k.value}])},e.toDisplayString(k.value||_.placeholder),3),m[0]||(m[0]=e.createElementVNode("span",{class:"vf-select__chevron","aria-hidden":"true"},"▾",-1))],40,ar),(e.openBlock(),e.createBlock(e.Teleport,{to:"body"},[e.withDirectives(e.createElementVNode("div",{id:d,ref_key:"panel",ref:p,class:"vf-select__panel",role:"listbox","data-placement":c.value},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(g.value,V=>(e.openBlock(),e.createElementBlock("button",{key:V.value,class:e.normalizeClass(["vf-select__option",{"is-active":C(V),"is-disabled":V.disabled}]),type:"button",role:"option",disabled:V.disabled,"aria-selected":C(V),onClick:M=>R(V)},e.toDisplayString(V.label),11,nr))),128))],8,lr),[[e.vShow,n.value]])]))],2))}}),sr=["value","placeholder","disabled","readonly","aria-expanded","aria-activedescendant","onKeydown"],dr=["disabled"],cr=["data-placement"],fr={key:0,class:"vf-autocomplete__loading"},vr=["id","disabled","aria-selected","onClick"],pr={key:2,class:"vf-autocomplete__empty"},ur=e.defineComponent({__name:"autocomplete",props:{modelValue:{default:void 0},options:{default:()=>[]},optionLabel:{default:"label"},optionValue:{default:"value"},placeholder:{default:""},disabled:{type:Boolean,default:!1},readonly:{type:Boolean,default:!1},loading:{type:Boolean,default:!1},loadingText:{default:"Loading..."},emptyText:{default:"No results"},filter:{type:Boolean,default:!0},variant:{default:"filled"},size:{default:"normal"}},emits:["update:modelValue","change","focus","blur","search"],setup(l,{emit:t}){let a=0;const o=t,r=l,f=e.ref(null),s=e.ref(null),p=e.ref(null),n=e.ref(!1),v=e.ref(""),c=e.ref(-1),d=e.ref("bottom"),u=e.ref("bottom"),g=`vf-autocomplete-panel-${++a}`;let i=null;const k=e.computed(()=>r.options.map(x=>({label:x[r.optionLabel],value:x[r.optionValue],disabled:x.disabled}))),y=e.computed(()=>k.value.find(x=>x.value===r.modelValue)),C=e.computed(()=>{if(!r.filter)return k.value;const x=v.value.trim().toLowerCase();return x?k.value.filter(I=>I.label.toLowerCase().includes(x)):k.value}),R=e.computed(()=>{if(!(!n.value||c.value<0))return S(c.value)}),z=e.computed(()=>{const x=["vf-autocomplete",`vf-autocomplete_${r.variant}`,n.value?"vf-autocomplete_open":""];return r.size!=="normal"&&x.push(`vf-autocomplete_${r.size}`),r.disabled&&x.push("vf-autocomplete_disabled"),x.filter(Boolean)}),S=x=>`${g}-option-${x}`,L=x=>x.value===r.modelValue,w=()=>C.value.findIndex(x=>!x.disabled),E=x=>{const I=C.value;if(!I.length){c.value=-1;return}let O=c.value;(O<0||O>=I.length)&&(O=x>0?-1:I.length);for(let $=0;$<I.length;$+=1)if(O=(O+x+I.length)%I.length,!I[O].disabled){c.value=O;return}c.value=-1},N=()=>{r.disabled||(n.value=!0,d.value="bottom",u.value="bottom",c.value<0&&(c.value=w()))},b=()=>{n.value=!1,c.value=-1,d.value="bottom",u.value="bottom"},_=()=>{if(n.value){b();return}N()},m=x=>{x.disabled||(v.value=x.label,o("update:modelValue",x.value),o("change",x.value),b())},V=x=>{const I=x.target;v.value=I.value,o("search",I.value),N(),c.value=w()},M=x=>{o("focus",x),N()},H=x=>{o("blur",x)},Y=()=>{if(!n.value){N();return}E(1)},G=()=>{if(!n.value){N();return}E(-1)},U=()=>{if(!n.value){N();return}const x=C.value[c.value];x&&!x.disabled&&m(x)},B=x=>{var O;if(!n.value||!f.value)return;const I=x.target;f.value.contains(I)||(O=p.value)!=null&&O.contains(I)||b()},D=()=>{if(!s.value||!p.value)return;const x=s.value,I=p.value,O=async()=>{const{x:P,y:j,placement:X}=await de(x,I,{placement:d.value,strategy:"fixed",middleware:[ie(2),ne({placements:["bottom","top"]})]});u.value=X??d.value,I.style.minWidth=`${x.getBoundingClientRect().width}px`,I.style.left=`${P}px`,I.style.top=`${j}px`},$=async()=>{await O()},h=se(x,()=>{$()}),F=()=>{$()};document.addEventListener("scroll",F,!0),window.addEventListener("resize",F,!1),i={update:$,destroy:()=>{h(),document.removeEventListener("scroll",F,!0),window.removeEventListener("resize",F,!1)}},i.update()};return e.watch(()=>r.modelValue,()=>{var x;v.value=((x=y.value)==null?void 0:x.label)??""},{immediate:!0}),e.watch(()=>r.options,()=>{var x;n.value||(v.value=((x=y.value)==null?void 0:x.label)??""),i==null||i.update()},{deep:!0}),e.watch(C,()=>{c.value>=C.value.length&&(c.value=w())}),e.watch(n,async x=>{if(!x){i&&(i.destroy(),i=null);return}await e.nextTick(),i||D(),i==null||i.update()}),e.onMounted(()=>{document.addEventListener("click",B)}),e.onBeforeUnmount(()=>{document.removeEventListener("click",B),i==null||i.destroy(),i=null}),(x,I)=>(e.openBlock(),e.createElementBlock("div",{ref_key:"root",ref:f,class:e.normalizeClass(z.value)},[e.createElementVNode("input",{ref_key:"control",ref:s,class:"vf-autocomplete__control",type:"text",role:"combobox",value:v.value,placeholder:x.placeholder,disabled:x.disabled,readonly:x.readonly,"aria-expanded":n.value,"aria-autocomplete":"list","aria-controls":g,"aria-activedescendant":R.value,onInput:V,onFocus:M,onBlur:H,onClick:N,onKeydown:[e.withKeys(e.withModifiers(Y,["prevent"]),["down"]),e.withKeys(e.withModifiers(G,["prevent"]),["up"]),e.withKeys(e.withModifiers(U,["prevent"]),["enter"]),e.withKeys(e.withModifiers(b,["prevent"]),["esc"]),e.withKeys(b,["tab"])]},null,40,sr),e.createElementVNode("button",{class:"vf-autocomplete__chevron",type:"button",disabled:x.disabled,"aria-hidden":"true",tabindex:"-1",onMousedown:I[0]||(I[0]=e.withModifiers(()=>{},["prevent"])),onClick:_}," ▾ ",40,dr),(e.openBlock(),e.createBlock(e.Teleport,{to:"body"},[e.withDirectives(e.createElementVNode("div",{id:g,ref_key:"panel",ref:p,class:"vf-autocomplete__panel",role:"listbox","data-placement":u.value},[x.loading?(e.openBlock(),e.createElementBlock("div",fr,e.toDisplayString(x.loadingText),1)):C.value.length>0?(e.openBlock(!0),e.createElementBlock(e.Fragment,{key:1},e.renderList(C.value,(O,$)=>(e.openBlock(),e.createElementBlock("button",{id:S($),key:O.value,class:e.normalizeClass(["vf-autocomplete__option",{"is-active":L(O),"is-disabled":O.disabled,"is-highlighted":$===c.value}]),type:"button",role:"option",disabled:O.disabled,"aria-selected":L(O),onMousedown:I[1]||(I[1]=e.withModifiers(()=>{},["prevent"])),onClick:h=>m(O)},e.toDisplayString(O.label),43,vr))),128)):(e.openBlock(),e.createElementBlock("div",pr,e.toDisplayString(x.emptyText),1))],8,cr),[[e.vShow,n.value]])]))],2))}}),br=["disabled","aria-expanded","onKeydown"],gr=["data-placement"],mr={key:0,class:"vf-multiselect__search"},hr=["value","placeholder","onKeydown"],_r={key:1,class:"vf-multiselect__loading"},yr=["id","disabled","aria-selected","onClick"],kr={class:"vf-multiselect__option-label"},wr={key:0,class:"vf-multiselect__option-check","aria-hidden":"true"},zr={key:3,class:"vf-multiselect__empty"},xr=e.defineComponent({__name:"multi-select",props:{modelValue:{default:()=>[]},options:{default:()=>[]},optionLabel:{default:"label"},optionValue:{default:"value"},placeholder:{default:""},searchPlaceholder:{default:"Search..."},disabled:{type:Boolean,default:!1},readonly:{type:Boolean,default:!1},loading:{type:Boolean,default:!1},loadingText:{default:"Loading..."},emptyText:{default:"No results"},filter:{type:Boolean,default:!0},clearable:{type:Boolean,default:!1},variant:{default:"filled"},size:{default:"normal"}},emits:["update:modelValue","change","search","focus","blur"],setup(l,{emit:t}){let a=0;const o=t,r=l,f=e.ref(null),s=e.ref(null),p=e.ref(null),n=e.ref(null),v=e.ref(!1),c=e.ref(""),d=e.ref(-1),u=e.ref("bottom"),g=e.ref("bottom"),i=`vf-multiselect-panel-${++a}`;let k=null;const y=e.computed(()=>r.options.map(h=>({label:h[r.optionLabel],value:h[r.optionValue],disabled:h.disabled}))),C=e.computed(()=>Array.isArray(r.modelValue)?r.modelValue:[]),R=e.computed(()=>{if(!r.filter)return y.value;const h=c.value.trim().toLowerCase();return h?y.value.filter(F=>F.label.toLowerCase().includes(h)):y.value}),z=e.computed(()=>y.value.filter(h=>C.value.includes(h.value))),S=e.computed(()=>z.value.length===0?r.placeholder:z.value.map(h=>h.label).join(", ")),L=e.computed(()=>{const h=["vf-multiselect",`vf-multiselect_${r.variant}`,v.value?"vf-multiselect_open":""];return r.size!=="normal"&&h.push(`vf-multiselect_${r.size}`),r.disabled&&h.push("vf-multiselect_disabled"),h.filter(Boolean)}),w=h=>`${i}-option-${h}`,E=()=>R.value.findIndex(h=>!h.disabled),N=h=>C.value.includes(h.value),b=h=>{o("update:modelValue",h),o("change",h)},_=h=>{if(!(h.disabled||r.readonly)){if(N(h)){b(C.value.filter(F=>F!==h.value));return}b([...C.value,h.value])}},m=()=>{r.readonly||b([])},V=h=>{const F=R.value;if(!F.length){d.value=-1;return}let P=d.value;(P<0||P>=F.length)&&(P=h>0?-1:F.length);for(let j=0;j<F.length;j+=1)if(P=(P+h+F.length)%F.length,!F[P].disabled){d.value=P;return}d.value=-1},M=async()=>{var h;r.disabled||(v.value=!0,u.value="bottom",g.value="bottom",d.value<0&&(d.value=E()),r.filter&&(await e.nextTick(),(h=n.value)==null||h.focus()))},H=()=>{v.value=!1,d.value=-1,u.value="bottom",g.value="bottom",c.value=""},Y=()=>{if(v.value){H();return}M()},G=()=>{if(!v.value){M();return}V(1)},U=()=>{if(!v.value){M();return}V(-1)},B=()=>{if(!v.value){M();return}const h=R.value[d.value];h&&!h.disabled&&_(h)},D=h=>{const F=h.target;c.value=F.value,o("search",F.value),d.value=E()},x=h=>o("focus",h),I=h=>o("blur",h),O=h=>{var P;if(!v.value||!f.value)return;const F=h.target;f.value.contains(F)||(P=p.value)!=null&&P.contains(F)||H()},$=()=>{if(!s.value||!p.value)return;const h=s.value,F=p.value,P=async()=>{const{x:A,y:W,placement:q}=await de(h,F,{placement:u.value,strategy:"fixed",middleware:[ie(2),ne({placements:["bottom","top"]})]});g.value=q??u.value,F.style.minWidth=`${h.getBoundingClientRect().width}px`,F.style.left=`${A}px`,F.style.top=`${W}px`},j=async()=>{await P()},X=se(h,()=>{j()}),T=()=>{j()};document.addEventListener("scroll",T,!0),window.addEventListener("resize",T,!1),k={update:j,destroy:()=>{X(),document.removeEventListener("scroll",T,!0),window.removeEventListener("resize",T,!1)}},k.update()};return e.watch(()=>r.options,()=>{d.value>=R.value.length&&(d.value=E()),k==null||k.update()},{deep:!0}),e.watch(v,async h=>{if(!h){k&&(k.destroy(),k=null);return}await e.nextTick(),k||$(),k==null||k.update()}),e.watch(R,()=>{d.value>=R.value.length&&(d.value=E())}),e.onMounted(()=>{document.addEventListener("click",O)}),e.onBeforeUnmount(()=>{document.removeEventListener("click",O),k==null||k.destroy(),k=null}),(h,F)=>(e.openBlock(),e.createElementBlock("div",{ref_key:"root",ref:f,class:e.normalizeClass(L.value)},[e.createElementVNode("button",{ref_key:"trigger",ref:s,class:"vf-multiselect__control",type:"button",disabled:h.disabled,"aria-expanded":v.value,"aria-controls":i,"aria-haspopup":"listbox",onClick:Y,onKeydown:[e.withKeys(e.withModifiers(G,["prevent"]),["down"]),e.withKeys(e.withModifiers(U,["prevent"]),["up"]),e.withKeys(e.withModifiers(B,["prevent"]),["enter"]),e.withKeys(e.withModifiers(H,["prevent"]),["esc"])],onFocus:x,onBlur:I},[e.createElementVNode("span",{class:e.normalizeClass(["vf-multiselect__label",{"vf-multiselect__label_placeholder":C.value.length===0}])},e.toDisplayString(S.value),3),F[0]||(F[0]=e.createElementVNode("span",{class:"vf-multiselect__chevron","aria-hidden":"true"},"▾",-1))],40,br),h.clearable&&C.value.length>0&&!h.disabled&&!h.readonly?(e.openBlock(),e.createElementBlock("button",{key:0,class:"vf-multiselect__clear",type:"button","aria-label":"Clear selection",onClick:e.withModifiers(m,["stop"])}," ✕ ")):e.createCommentVNode("",!0),(e.openBlock(),e.createBlock(e.Teleport,{to:"body"},[e.withDirectives(e.createElementVNode("div",{id:i,ref_key:"panel",ref:p,class:"vf-multiselect__panel",role:"listbox","aria-multiselectable":"true","data-placement":g.value},[h.filter?(e.openBlock(),e.createElementBlock("div",mr,[e.createElementVNode("input",{ref_key:"searchInput",ref:n,class:"vf-multiselect__search-control",type:"text",value:c.value,placeholder:h.searchPlaceholder,onInput:D,onKeydown:[e.withKeys(e.withModifiers(G,["prevent"]),["down"]),e.withKeys(e.withModifiers(U,["prevent"]),["up"]),e.withKeys(e.withModifiers(B,["prevent"]),["enter"]),e.withKeys(e.withModifiers(H,["prevent"]),["esc"])]},null,40,hr)])):e.createCommentVNode("",!0),h.loading?(e.openBlock(),e.createElementBlock("div",_r,e.toDisplayString(h.loadingText),1)):R.value.length>0?(e.openBlock(!0),e.createElementBlock(e.Fragment,{key:2},e.renderList(R.value,(P,j)=>(e.openBlock(),e.createElementBlock("button",{id:w(j),key:P.value,class:e.normalizeClass(["vf-multiselect__option",{"is-active":N(P),"is-disabled":P.disabled,"is-highlighted":j===d.value}]),type:"button",role:"option",disabled:P.disabled,"aria-selected":N(P),onClick:X=>_(P)},[e.createElementVNode("span",kr,e.toDisplayString(P.label),1),N(P)?(e.openBlock(),e.createElementBlock("span",wr,"✓")):e.createCommentVNode("",!0)],10,yr))),128)):(e.openBlock(),e.createElementBlock("div",zr,e.toDisplayString(h.emptyText),1))],8,gr),[[e.vShow,v.value]])]))],2))}}),Cr=["disabled","aria-expanded","onKeydown"],Br=["data-placement","onKeydown"],$r={class:"vf-datepicker__header"},Sr={class:"vf-datepicker__month-label"},Vr={class:"vf-datepicker__weekdays",role:"row"},Er={class:"vf-datepicker__days",role:"grid"},Nr=["disabled","data-date","onClick"],Fr=e.defineComponent({__name:"datepicker",props:{modelValue:{default:void 0},placeholder:{default:""},disabled:{type:Boolean,default:!1},readonly:{type:Boolean,default:!1},min:{default:void 0},max:{default:void 0},locale:{default:"en-US"},firstDayOfWeek:{default:0},variant:{default:"filled"},size:{default:"normal"}},emits:["update:modelValue","change","focus","blur"],setup(l,{emit:t}){let a=0;const o=t,r=l,f=e.ref(null),s=e.ref(null),p=e.ref(null),n=e.ref(!1),v=e.ref("bottom"),c=e.ref("bottom"),d=`vf-datepicker-panel-${++a}`,u=e.ref(B(G(r.modelValue)??new Date));let g=null;const i=e.computed(()=>G(r.modelValue)),k=e.computed(()=>G(r.min)),y=e.computed(()=>G(r.max)),C=e.computed(()=>i.value?i.value.toLocaleDateString(r.locale,{year:"numeric",month:"short",day:"numeric"}):""),R=e.computed(()=>u.value.toLocaleDateString(r.locale,{year:"numeric",month:"long"})),z=e.computed(()=>{const h=new Intl.DateTimeFormat(r.locale,{weekday:"short"}),F=new Date(2026,0,4);return Array.from({length:7},(P,j)=>{const X=(j+r.firstDayOfWeek)%7,T=new Date(F);return T.setDate(F.getDate()+X),h.format(T)})}),S=e.computed(()=>{const h=I(u.value,r.firstDayOfWeek),F=i.value?O(i.value):null,P=O(new Date);return Array.from({length:42},(j,X)=>{const T=x(h,X),A=O(T);return{key:`${A}-${X}`,iso:A,date:T,day:T.getDate(),inCurrentMonth:T.getMonth()===u.value.getMonth(),isDisabled:$(T,k.value,y.value),isSelected:F===A,isToday:A===P}})}),L=e.computed(()=>{const h=["vf-datepicker",`vf-datepicker_${r.variant}`,n.value?"vf-datepicker_open":""];return r.size!=="normal"&&h.push(`vf-datepicker_${r.size}`),r.disabled&&h.push("vf-datepicker_disabled"),h.filter(Boolean)}),w=h=>o("focus",h),E=h=>o("blur",h),N=()=>{r.disabled||r.readonly||(n.value=!0,v.value="bottom",c.value="bottom")},b=()=>{n.value=!1,v.value="bottom",c.value="bottom"},_=()=>{if(n.value){b();return}N()},m=()=>{u.value=D(u.value,-1)},V=()=>{u.value=D(u.value,1)},M=h=>{if(r.readonly||$(h,k.value,y.value))return;const F=O(h);o("update:modelValue",F),o("change",F),b()},H=h=>{var P;if(!n.value||!f.value)return;const F=h.target;f.value.contains(F)||(P=p.value)!=null&&P.contains(F)||b()},Y=()=>{if(!s.value||!p.value)return;const h=s.value,F=p.value,P=async()=>{const{x:A,y:W,placement:q}=await de(h,F,{placement:v.value,strategy:"fixed",middleware:[ie(2),ne({placements:["bottom","top"]})]});c.value=q??v.value,F.style.left=`${A}px`,F.style.top=`${W}px`},j=async()=>{await P()},X=se(h,()=>{j()}),T=()=>{j()};document.addEventListener("scroll",T,!0),window.addEventListener("resize",T,!1),g={update:j,destroy:()=>{X(),document.removeEventListener("scroll",T,!0),window.removeEventListener("resize",T,!1)}},g.update()};e.watch(()=>r.modelValue,h=>{const F=G(h);F&&(u.value=B(F))},{immediate:!0}),e.watch(()=>[r.min,r.max],()=>{g==null||g.update()}),e.watch(n,async h=>{if(!h){g&&(g.destroy(),g=null);return}await e.nextTick(),g||Y(),g==null||g.update()}),e.onMounted(()=>{document.addEventListener("click",H)}),e.onBeforeUnmount(()=>{document.removeEventListener("click",H),g==null||g.destroy(),g=null});function G(h){if(!h)return null;const F=h.match(/^(\d{4})-(\d{2})-(\d{2})$/);if(!F)return null;const P=Number(F[1]),j=Number(F[2])-1,X=Number(F[3]),T=new Date(P,j,X);return T.getFullYear()!==P||T.getMonth()!==j||T.getDate()!==X?null:U(T)}function U(h){return new Date(h.getFullYear(),h.getMonth(),h.getDate())}function B(h){return new Date(h.getFullYear(),h.getMonth(),1)}function D(h,F){return new Date(h.getFullYear(),h.getMonth()+F,1)}function x(h,F){return new Date(h.getFullYear(),h.getMonth(),h.getDate()+F)}function I(h,F){const P=B(h),X=(P.getDay()-F+7)%7;return x(P,-X)}function O(h){const F=h.getFullYear(),P=`${h.getMonth()+1}`.padStart(2,"0"),j=`${h.getDate()}`.padStart(2,"0");return`${F}-${P}-${j}`}function $(h,F,P){const j=U(h).getTime();return!!(F&&j<F.getTime()||P&&j>P.getTime())}return(h,F)=>(e.openBlock(),e.createElementBlock("div",{ref_key:"root",ref:f,class:e.normalizeClass(L.value)},[e.createElementVNode("button",{ref_key:"control",ref:s,class:"vf-datepicker__control",type:"button",disabled:h.disabled,"aria-expanded":n.value,"aria-controls":d,"aria-haspopup":"dialog",onClick:_,onKeydown:[e.withKeys(e.withModifiers(N,["prevent"]),["down"]),e.withKeys(e.withModifiers(_,["prevent"]),["enter"]),e.withKeys(e.withModifiers(b,["prevent"]),["esc"])],onFocus:w,onBlur:E},[e.createElementVNode("span",{class:e.normalizeClass(["vf-datepicker__label",{"vf-datepicker__label_placeholder":!i.value}])},e.toDisplayString(C.value||h.placeholder),3),F[0]||(F[0]=e.createElementVNode("span",{class:"vf-datepicker__chevron","aria-hidden":"true"},"▾",-1))],40,Cr),(e.openBlock(),e.createBlock(e.Teleport,{to:"body"},[e.withDirectives(e.createElementVNode("div",{id:d,ref_key:"panel",ref:p,class:"vf-datepicker__panel",role:"dialog","data-placement":c.value,onKeydown:e.withKeys(e.withModifiers(b,["prevent"]),["esc"])},[e.createElementVNode("div",$r,[e.createElementVNode("button",{class:"vf-datepicker__nav",type:"button","aria-label":"Previous month",onClick:m}," ‹ "),e.createElementVNode("span",Sr,e.toDisplayString(R.value),1),e.createElementVNode("button",{class:"vf-datepicker__nav",type:"button","aria-label":"Next month",onClick:V}," › ")]),e.createElementVNode("div",Vr,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(z.value,P=>(e.openBlock(),e.createElementBlock("span",{key:P,class:"vf-datepicker__weekday"},e.toDisplayString(P),1))),128))]),e.createElementVNode("div",Er,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(S.value,P=>(e.openBlock(),e.createElementBlock("button",{key:P.key,class:e.normalizeClass(["vf-datepicker__day",{"is-outside":!P.inCurrentMonth,"is-selected":P.isSelected,"is-today":P.isToday}]),type:"button",disabled:P.isDisabled,"data-date":P.iso,onClick:j=>M(P.date)},e.toDisplayString(P.day),11,Nr))),128))])],40,Br),[[e.vShow,n.value]])]))],2))}}),Tr=["disabled","aria-expanded","onKeydown"],Dr=["data-placement","onKeydown"],Lr={class:"vf-daterangepicker__header"},Mr={class:"vf-daterangepicker__month-label"},Rr={class:"vf-daterangepicker__weekdays",role:"row"},Pr={class:"vf-daterangepicker__days",role:"grid"},Ir=["disabled","data-date","onClick"],Or=e.defineComponent({__name:"date-range-picker",props:{modelValue:{default:null},placeholder:{default:""},startPlaceholder:{default:"Start"},endPlaceholder:{default:"End"},separator:{default:" - "},disabled:{type:Boolean,default:!1},readonly:{type:Boolean,default:!1},min:{default:void 0},max:{default:void 0},locale:{default:"en-US"},firstDayOfWeek:{default:0},variant:{default:"filled"},size:{default:"normal"}},emits:["update:modelValue","change","focus","blur"],setup(l,{emit:t}){let a=0;const o=t,r=l,f=e.ref(null),s=e.ref(null),p=e.ref(null),n=e.ref(!1),v=e.ref("bottom"),c=e.ref("bottom"),d=`vf-daterangepicker-panel-${++a}`,u=e.ref($(new Date));let g=null;const i=e.computed(()=>I(r.min)),k=e.computed(()=>I(r.max)),y=e.computed(()=>x(r.modelValue)),C=e.computed(()=>y.value[0]),R=e.computed(()=>y.value[1]),z=e.computed(()=>!C.value&&!R.value),S=e.computed(()=>{if(z.value)return"";const T=new Intl.DateTimeFormat(r.locale,{year:"numeric",month:"short",day:"numeric"}),A=C.value?T.format(C.value):r.startPlaceholder,W=R.value?T.format(R.value):r.endPlaceholder;return`${A}${r.separator}${W}`}),L=e.computed(()=>u.value.toLocaleDateString(r.locale,{year:"numeric",month:"long"})),w=e.computed(()=>{const T=new Intl.DateTimeFormat(r.locale,{weekday:"short"}),A=new Date(2026,0,4);return Array.from({length:7},(W,q)=>{const Q=(q+r.firstDayOfWeek)%7,Z=new Date(A);return Z.setDate(A.getDate()+Q),T.format(Z)})}),E=e.computed(()=>{const T=P(u.value,r.firstDayOfWeek),A=j(new Date),W=C.value?O(C.value).getTime():null,q=R.value?O(R.value).getTime():null,Q=C.value?j(C.value):null,Z=R.value?j(R.value):null;return Array.from({length:42},(We,ke)=>{const ve=F(T,ke),be=j(ve),je=O(ve).getTime(),Kl=W!==null&&q!==null?je>=W&&je<=q:!1,Ge=Q===be,Ye=Z===be;return{key:`${be}-${ke}`,iso:be,date:ve,day:ve.getDate(),inCurrentMonth:ve.getMonth()===u.value.getMonth(),isDisabled:X(ve,i.value,k.value),isSelected:Ge||Ye,isRangeStart:Ge,isRangeEnd:Ye,isInRange:Kl,isToday:be===A}})}),N=e.computed(()=>{const T=["vf-daterangepicker",`vf-daterangepicker_${r.variant}`,n.value?"vf-daterangepicker_open":""];return r.size!=="normal"&&T.push(`vf-daterangepicker_${r.size}`),r.disabled&&T.push("vf-daterangepicker_disabled"),T.filter(Boolean)}),b=T=>o("focus",T),_=T=>o("blur",T),m=()=>{r.disabled||r.readonly||(n.value=!0,v.value="bottom",c.value="bottom")},V=()=>{n.value=!1,v.value="bottom",c.value="bottom"},M=()=>{if(n.value){V();return}m()},H=()=>{u.value=h(u.value,-1)},Y=()=>{u.value=h(u.value,1)},G=(T,A)=>{const W=T?j(T):null,q=A?j(A):null;o("update:modelValue",[W,q]),o("change",[W,q])},U=T=>{if(r.readonly||X(T,i.value,k.value))return;const A=C.value,W=R.value;if(!A||A&&W){G(T,null);return}const q=O(A).getTime();O(T).getTime()<q?G(T,A):G(A,T),V()},B=T=>{var W;if(!n.value||!f.value)return;const A=T.target;f.value.contains(A)||(W=p.value)!=null&&W.contains(A)||V()},D=()=>{if(!s.value||!p.value)return;const T=s.value,A=p.value,W=async()=>{const{x:We,y:ke,placement:ve}=await de(T,A,{placement:v.value,strategy:"fixed",middleware:[ie(2),ne({placements:["bottom","top"]})]});c.value=ve??v.value,A.style.left=`${We}px`,A.style.top=`${ke}px`},q=async()=>{await W()},Q=se(T,()=>{q()}),Z=()=>{q()};document.addEventListener("scroll",Z,!0),window.addEventListener("resize",Z,!1),g={update:q,destroy:()=>{Q(),document.removeEventListener("scroll",Z,!0),window.removeEventListener("resize",Z,!1)}},g.update()};e.watch(()=>r.modelValue,T=>{const[A,W]=x(T),q=A??W??new Date;u.value=$(q)},{immediate:!0}),e.watch(()=>[r.min,r.max],()=>{g==null||g.update()}),e.watch(n,async T=>{if(!T){g&&(g.destroy(),g=null);return}await e.nextTick(),g||D(),g==null||g.update()}),e.onMounted(()=>{document.addEventListener("click",B)}),e.onBeforeUnmount(()=>{document.removeEventListener("click",B),g==null||g.destroy(),g=null});function x(T){if(!T||!Array.isArray(T))return[null,null];const[A,W]=T;return[I(A??void 0),I(W??void 0)]}function I(T){if(!T)return null;const A=T.match(/^(\d{4})-(\d{2})-(\d{2})$/);if(!A)return null;const W=Number(A[1]),q=Number(A[2])-1,Q=Number(A[3]),Z=new Date(W,q,Q);return Z.getFullYear()!==W||Z.getMonth()!==q||Z.getDate()!==Q?null:O(Z)}function O(T){return new Date(T.getFullYear(),T.getMonth(),T.getDate())}function $(T){return new Date(T.getFullYear(),T.getMonth(),1)}function h(T,A){return new Date(T.getFullYear(),T.getMonth()+A,1)}function F(T,A){return new Date(T.getFullYear(),T.getMonth(),T.getDate()+A)}function P(T,A){const W=$(T),Q=(W.getDay()-A+7)%7;return F(W,-Q)}function j(T){const A=T.getFullYear(),W=`${T.getMonth()+1}`.padStart(2,"0"),q=`${T.getDate()}`.padStart(2,"0");return`${A}-${W}-${q}`}function X(T,A,W){const q=O(T).getTime();return!!(A&&q<A.getTime()||W&&q>W.getTime())}return(T,A)=>(e.openBlock(),e.createElementBlock("div",{ref_key:"root",ref:f,class:e.normalizeClass(N.value)},[e.createElementVNode("button",{ref_key:"control",ref:s,class:"vf-daterangepicker__control",type:"button",disabled:T.disabled,"aria-expanded":n.value,"aria-controls":d,"aria-haspopup":"dialog",onClick:M,onKeydown:[e.withKeys(e.withModifiers(m,["prevent"]),["down"]),e.withKeys(e.withModifiers(M,["prevent"]),["enter"]),e.withKeys(e.withModifiers(V,["prevent"]),["esc"])],onFocus:b,onBlur:_},[e.createElementVNode("span",{class:e.normalizeClass(["vf-daterangepicker__label",{"vf-daterangepicker__label_placeholder":z.value}])},e.toDisplayString(S.value||T.placeholder),3),A[0]||(A[0]=e.createElementVNode("span",{class:"vf-daterangepicker__chevron","aria-hidden":"true"},"▾",-1))],40,Tr),(e.openBlock(),e.createBlock(e.Teleport,{to:"body"},[e.withDirectives(e.createElementVNode("div",{id:d,ref_key:"panel",ref:p,class:"vf-daterangepicker__panel",role:"dialog","data-placement":c.value,onKeydown:e.withKeys(e.withModifiers(V,["prevent"]),["esc"])},[e.createElementVNode("div",Lr,[e.createElementVNode("button",{class:"vf-daterangepicker__nav",type:"button","aria-label":"Previous month",onClick:H}," ‹ "),e.createElementVNode("span",Mr,e.toDisplayString(L.value),1),e.createElementVNode("button",{class:"vf-daterangepicker__nav",type:"button","aria-label":"Next month",onClick:Y}," › ")]),e.createElementVNode("div",Rr,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(w.value,W=>(e.openBlock(),e.createElementBlock("span",{key:W,class:"vf-daterangepicker__weekday"},e.toDisplayString(W),1))),128))]),e.createElementVNode("div",Pr,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(E.value,W=>(e.openBlock(),e.createElementBlock("button",{key:W.key,class:e.normalizeClass(["vf-daterangepicker__day",{"is-outside":!W.inCurrentMonth,"is-in-range":W.isInRange,"is-selected":W.isSelected,"is-range-start":W.isRangeStart,"is-range-end":W.isRangeEnd,"is-today":W.isToday}]),type:"button",disabled:W.isDisabled,"data-date":W.iso,onClick:q=>U(W.date)},e.toDisplayString(W.day),11,Ir))),128))])],40,Dr),[[e.vShow,n.value]])]))],2))}}),Kr=["disabled","aria-expanded","onKeydown"],Ar=["data-placement"],Hr=["data-time","disabled","aria-selected","onClick"],Wr=e.defineComponent({__name:"timepicker",props:{modelValue:{default:void 0},placeholder:{default:""},disabled:{type:Boolean,default:!1},readonly:{type:Boolean,default:!1},min:{default:void 0},max:{default:void 0},step:{default:30},format:{default:"24h"},variant:{default:"filled"},size:{default:"normal"}},emits:["update:modelValue","change","focus","blur"],setup(l,{emit:t}){let a=0;const o=t,r=l,f=e.ref(null),s=e.ref(null),p=e.ref(null),n=e.ref(!1),v=e.ref("bottom"),c=e.ref("bottom"),d=`vf-timepicker-panel-${++a}`;let u=null;const g=e.computed(()=>H(r.min)),i=e.computed(()=>H(r.max)),k=e.computed(()=>H(r.modelValue)),y=e.computed(()=>k.value===null?"":G(k.value,r.format)),C=e.computed(()=>!r.step||r.step<=0?30:Math.min(Math.max(Math.round(r.step),1),1440)),R=e.computed(()=>{const B=[],D=C.value,x=g.value,I=i.value;for(let O=0;O<1440;O+=D){const $=Y(O);B.push({value:$,minutes:O,label:G(O,r.format),isSelected:k.value===O,isDisabled:U(O,x,I)})}return B}),z=e.computed(()=>{const B=["vf-timepicker",`vf-timepicker_${r.variant}`,n.value?"vf-timepicker_open":""];return r.size!=="normal"&&B.push(`vf-timepicker_${r.size}`),r.disabled&&B.push("vf-timepicker_disabled"),B.filter(Boolean)}),S=B=>o("focus",B),L=B=>o("blur",B),w=()=>{r.disabled||r.readonly||(n.value=!0,v.value="bottom",c.value="bottom")},E=()=>{n.value=!1,v.value="bottom",c.value="bottom"},N=()=>{if(n.value){E();return}w()},b=async()=>{var B,D;n.value||(w(),await e.nextTick()),(D=(B=p.value)==null?void 0:B.querySelector(".vf-timepicker__option:not(.is-disabled)"))==null||D.focus()},_=B=>{if(r.readonly)return;const D=H(B);D===null||U(D,g.value,i.value)||(o("update:modelValue",B),o("change",B),E())},m=B=>{var x;if(!n.value||!f.value)return;const D=B.target;f.value.contains(D)||(x=p.value)!=null&&x.contains(D)||E()},V=()=>{if(!s.value||!p.value)return;const B=s.value,D=p.value,x=async()=>{const{x:h,y:F,placement:P}=await de(B,D,{placement:v.value,strategy:"fixed",middleware:[ie(2),ne({placements:["bottom","top"]})]});c.value=P??v.value;const j=B.getBoundingClientRect().width;D.style.minWidth=`${j}px`,D.style.width=`${j}px`,D.style.left=`${h}px`,D.style.top=`${F}px`},I=async()=>{await x()},O=se(B,()=>{I()}),$=()=>{I()};document.addEventListener("scroll",$,!0),window.addEventListener("resize",$,!1),u={update:I,destroy:()=>{O(),document.removeEventListener("scroll",$,!0),window.removeEventListener("resize",$,!1)}},u.update()},M=()=>{if(!p.value||k.value===null)return;const B=p.value.querySelector(`[data-time="${Y(k.value)}"]`);!B||typeof B.scrollIntoView!="function"||B.scrollIntoView({block:"nearest"})};e.watch(n,async B=>{if(!B){u&&(u.destroy(),u=null);return}await e.nextTick(),u||V(),u==null||u.update(),M()}),e.watch(()=>[r.min,r.max,r.step],()=>{u==null||u.update()}),e.onMounted(()=>{document.addEventListener("click",m)}),e.onBeforeUnmount(()=>{document.removeEventListener("click",m),u==null||u.destroy(),u=null});function H(B){if(!B)return null;const D=B.match(/^(\d{2}):(\d{2})$/);if(!D)return null;const x=Number(D[1]),I=Number(D[2]);return Number.isNaN(x)||Number.isNaN(I)||x<0||x>23||I<0||I>59?null:x*60+I}function Y(B){const D=Math.floor(B/60),x=B%60;return`${String(D).padStart(2,"0")}:${String(x).padStart(2,"0")}`}function G(B,D){if(D==="12h"){const x=Math.floor(B/60),I=B%60,O=x>=12?"PM":"AM";return`${x%12||12}:${String(I).padStart(2,"0")} ${O}`}return Y(B)}function U(B,D,x){return D!==null&&B<D||x!==null&&B>x}return(B,D)=>(e.openBlock(),e.createElementBlock("div",{ref_key:"root",ref:f,class:e.normalizeClass(z.value)},[e.createElementVNode("button",{ref_key:"control",ref:s,class:"vf-timepicker__control",type:"button",disabled:B.disabled,"aria-expanded":n.value,"aria-controls":d,"aria-haspopup":"listbox",onClick:N,onKeydown:[e.withKeys(e.withModifiers(b,["prevent"]),["down"]),e.withKeys(e.withModifiers(N,["prevent"]),["enter"]),e.withKeys(e.withModifiers(E,["prevent"]),["esc"])],onFocus:S,onBlur:L},[e.createElementVNode("span",{class:e.normalizeClass(["vf-timepicker__label",{"vf-timepicker__label_placeholder":!y.value}])},e.toDisplayString(y.value||B.placeholder),3),D[0]||(D[0]=e.createElementVNode("span",{class:"vf-timepicker__chevron","aria-hidden":"true"},"▾",-1))],40,Kr),(e.openBlock(),e.createBlock(e.Teleport,{to:"body"},[e.withDirectives(e.createElementVNode("div",{id:d,ref_key:"panel",ref:p,class:"vf-timepicker__panel",role:"listbox","data-placement":c.value},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(R.value,x=>(e.openBlock(),e.createElementBlock("button",{key:x.value,class:e.normalizeClass(["vf-timepicker__option",{"is-active":x.isSelected,"is-disabled":x.isDisabled}]),type:"button",role:"option","data-time":x.value,disabled:x.isDisabled,"aria-selected":x.isSelected,onClick:I=>_(x.value)},e.toDisplayString(x.label),11,Hr))),128))],8,Ar),[[e.vShow,n.value]])]))],2))}}),jr=["disabled"],Gr=["disabled","aria-current","aria-label","onClick"],Yr=["disabled"],Ur=e.defineComponent({__name:"pagination",props:{modelValue:{default:1},totalItems:{default:0},pageSize:{default:10},totalPages:{default:void 0},siblingCount:{default:1},boundaryCount:{default:1},disabled:{type:Boolean,default:!1},size:{default:"normal"},variant:{default:"filled"},prevLabel:{default:"Prev"},nextLabel:{default:"Next"},ellipsisLabel:{default:"..."}},emits:["update:modelValue","change"],setup(l,{emit:t}){const a=l,o=t,r=(i,k,y)=>Math.min(y,Math.max(k,i)),f=(i,k)=>{if(k<i)return[];const y=[];for(let C=i;C<=k;C+=1)y.push(C);return y},s=e.computed(()=>{if(typeof a.totalPages=="number"&&Number.isFinite(a.totalPages))return Math.max(1,Math.floor(a.totalPages));const i=Math.max(1,Math.floor(a.pageSize));return Math.max(1,Math.ceil(Math.max(0,a.totalItems)/i))}),p=e.computed(()=>r(Math.floor(a.modelValue),1,s.value)),n=e.computed(()=>p.value<=1),v=e.computed(()=>p.value>=s.value),c=e.computed(()=>a.disabled||s.value<=1),d=e.computed(()=>{const i=s.value,k=p.value,y=Math.max(0,Math.floor(a.siblingCount)),C=Math.max(0,Math.floor(a.boundaryCount)),R=y*2+C*2+3,z=[];if(i<=R)return f(1,i).map(N=>({key:`page-${N}`,type:"page",page:N}));const S=f(1,C),L=f(i-C+1,i),w=Math.max(Math.min(k-y,i-C-y*2-1),C+2),E=Math.min(Math.max(k+y,C+y*2+2),i-C-1);for(const N of S)z.push({key:`page-${N}`,type:"page",page:N});w>C+2?z.push({key:"ellipsis-start",type:"ellipsis",page:-1}):C+1<=i-C&&z.push({key:`page-${C+1}`,type:"page",page:C+1});for(const N of f(w,E))z.push({key:`page-${N}`,type:"page",page:N});E<i-C-1?z.push({key:"ellipsis-end",type:"ellipsis",page:-2}):i-C>C&&z.push({key:`page-${i-C}`,type:"page",page:i-C});for(const N of L)z.push({key:`page-${N}`,type:"page",page:N});return z}),u=e.computed(()=>{const i=["vf-pagination",`vf-pagination_${a.variant}`];return a.size!=="normal"&&i.push(`vf-pagination_${a.size}`),a.disabled&&i.push("vf-pagination_disabled"),i}),g=(i,k)=>{if(c.value)return;const y=r(i,1,s.value);y!==a.modelValue&&(o("update:modelValue",y),o("change",y,k))};return(i,k)=>(e.openBlock(),e.createElementBlock("nav",{class:e.normalizeClass(u.value),"aria-label":"Pagination"},[e.createElementVNode("button",{class:"vf-pagination__item vf-pagination__item_nav",type:"button",disabled:c.value||n.value,"aria-label":"Previous page",onClick:k[0]||(k[0]=y=>g(p.value-1,y))},e.toDisplayString(i.prevLabel),9,jr),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(d.value,y=>(e.openBlock(),e.createElementBlock("button",{key:y.key,class:e.normalizeClass(["vf-pagination__item",{"is-current":y.type==="page"&&y.page===p.value,"is-ellipsis":y.type==="ellipsis"}]),type:"button",disabled:c.value||y.type==="ellipsis","aria-current":y.type==="page"&&y.page===p.value?"page":void 0,"aria-label":y.type==="page"?`Page ${y.page}`:void 0,onClick:C=>y.type==="page"&&g(y.page,C)},[y.type==="page"?(e.openBlock(),e.createElementBlock(e.Fragment,{key:0},[e.createTextVNode(e.toDisplayString(y.page),1)],64)):(e.openBlock(),e.createElementBlock(e.Fragment,{key:1},[e.createTextVNode(e.toDisplayString(i.ellipsisLabel),1)],64))],10,Gr))),128)),e.createElementVNode("button",{class:"vf-pagination__item vf-pagination__item_nav",type:"button",disabled:c.value||v.value,"aria-label":"Next page",onClick:k[1]||(k[1]=y=>g(p.value+1,y))},e.toDisplayString(i.nextLabel),9,Yr)],2))}}),Xr=["checked","disabled"],qr={key:0,class:"vf-checkbox__label"},Zr=e.defineComponent({__name:"checkbox",props:{modelValue:{type:Boolean,default:!1},label:{default:""},disabled:{type:Boolean,default:!1},variant:{default:"filled"}},emits:["update:modelValue","change"],setup(l,{emit:t}){const a=t,o=l,r=e.computed(()=>{const s=["vf-checkbox",`vf-checkbox_${o.variant}`];return o.disabled&&s.push("vf-checkbox_disabled"),s}),f=s=>{const p=s.target;a("update:modelValue",p.checked),a("change",s)};return(s,p)=>(e.openBlock(),e.createElementBlock("label",{class:e.normalizeClass(r.value)},[e.createElementVNode("input",{class:"vf-checkbox__control",type:"checkbox",checked:s.modelValue,disabled:s.disabled,onChange:f},null,40,Xr),p[0]||(p[0]=e.createElementVNode("span",{class:"vf-checkbox__box"},null,-1)),s.label||s.$slots.default?(e.openBlock(),e.createElementBlock("span",qr,[e.renderSlot(s.$slots,"default",{},()=>[e.createTextVNode(e.toDisplayString(s.label),1)])])):e.createCommentVNode("",!0)],2))}}),Re=Symbol("VueForgeRadioGroup"),Jr=["aria-disabled","aria-label","aria-labelledby"],Qr=e.defineComponent({__name:"radio-group",props:{modelValue:{type:[String,Number,Boolean,null],default:void 0},name:{default:""},disabled:{type:Boolean,default:!1},variant:{default:"filled"},direction:{default:"vertical"},ariaLabel:{default:""},ariaLabelledby:{default:""}},emits:["update:modelValue","change"],setup(l,{emit:t}){const a=t,o=l,r=e.computed(()=>{const p=["vf-radio-group"];return o.direction==="horizontal"&&p.push("vf-radio-group_horizontal"),p}),f=(p,n)=>{a("update:modelValue",p),a("change",p,n)},s={name:e.computed(()=>o.name),modelValue:e.computed(()=>o.modelValue),disabled:e.computed(()=>o.disabled),variant:e.computed(()=>o.variant),onChange:f};return e.provide(Re,s),(p,n)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(r.value),role:"radiogroup","aria-disabled":p.disabled||void 0,"aria-label":p.ariaLabel||void 0,"aria-labelledby":p.ariaLabelledby||void 0},[e.renderSlot(p.$slots,"default")],10,Jr))}}),et=["name","value","checked","disabled"],ot={key:0,class:"vf-radio__label"},rt=e.defineComponent({__name:"radio-button",props:{modelValue:{type:[String,Number,Boolean,null],default:void 0},value:{type:[String,Number,Boolean,null],default:void 0},label:{default:""},disabled:{type:Boolean,default:!1},name:{default:""},variant:{default:"filled"}},emits:["update:modelValue","change"],setup(l,{emit:t}){const a=t,o=l,r=e.inject(Re,null),f=e.computed(()=>r?r.modelValue.value:o.modelValue),s=e.computed(()=>r?r.name.value:o.name),p=e.computed(()=>r?r.variant.value:o.variant),n=e.computed(()=>(r?r.disabled.value:!1)||o.disabled),v=e.computed(()=>f.value===o.value),c=e.computed(()=>{const u=["vf-radio",`vf-radio_${p.value}`];return n.value&&u.push("vf-radio_disabled"),u}),d=u=>{n.value||(r?r.onChange(o.value,u):a("update:modelValue",o.value),a("change",o.value,u))};return(u,g)=>(e.openBlock(),e.createElementBlock("label",{class:e.normalizeClass(c.value)},[e.createElementVNode("input",{class:"vf-radio__control",type:"radio",name:s.value,value:u.value,checked:v.value,disabled:n.value,onChange:d},null,40,et),g[0]||(g[0]=e.createElementVNode("span",{class:"vf-radio__circle"},null,-1)),u.label||u.$slots.default?(e.openBlock(),e.createElementBlock("span",ot,[e.renderSlot(u.$slots,"default",{},()=>[e.createTextVNode(e.toDisplayString(u.label),1)])])):e.createCommentVNode("",!0)],2))}}),ze=Symbol("VueForgeTabs"),tt=["aria-orientation","aria-label","aria-labelledby"],at={class:"vf-tabs__panels"},lt=e.defineComponent({__name:"tabs",props:{modelValue:{default:void 0},disabled:{type:Boolean,default:!1},orientation:{default:"horizontal"},ariaLabel:{default:""},ariaLabelledby:{default:""}},emits:["update:modelValue","change"],setup(l,{emit:t}){let a=0;const o=t,r=l,f=++a,s=i=>String(i).toLowerCase().trim().replace(/\s+/g,"-").replace(/[^a-z0-9_-]/g,""),p=e.computed(()=>{const i=["vf-tabs"];return r.orientation==="vertical"&&i.push("vf-tabs_vertical"),r.disabled&&i.push("vf-tabs_disabled"),i}),n=e.ref(null),v=()=>n.value?Array.from(n.value.querySelectorAll('[role="tab"]:not([disabled])')):[],c=i=>{i&&(i.focus(),i.click())},d=i=>{if(r.disabled)return;const k=r.orientation==="horizontal",y=i.key,C=k?["ArrowRight"]:["ArrowDown"],R=k?["ArrowLeft"]:["ArrowUp"];if(![...C,...R,"Home","End"].includes(y))return;const z=v();if(!z.length)return;const S=z.findIndex(N=>N.getAttribute("aria-selected")==="true"),L=z.findIndex(N=>N===document.activeElement),w=L>=0?L:Math.max(S,0);let E=w;C.includes(y)?E=(w+1)%z.length:R.includes(y)?E=(w-1+z.length)%z.length:y==="Home"?E=0:y==="End"&&(E=z.length-1),i.preventDefault(),c(z[E])},u=(i,k)=>{o("update:modelValue",i),o("change",i,k)},g={activeValue:e.computed(()=>r.modelValue),disabled:e.computed(()=>r.disabled),orientation:e.computed(()=>r.orientation),onChange:u,getTabId:i=>`vf-tab-${f}-${s(i)}`,getPanelId:i=>`vf-tabpanel-${f}-${s(i)}`};return e.provide(ze,g),(i,k)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(p.value)},[e.createElementVNode("div",{ref_key:"list",ref:n,class:"vf-tabs__list",role:"tablist","aria-orientation":i.orientation,"aria-label":i.ariaLabel||void 0,"aria-labelledby":i.ariaLabelledby||void 0,onKeydown:d},[e.renderSlot(i.$slots,"tabs")],40,tt),e.createElementVNode("div",at,[e.renderSlot(i.$slots,"panels")])],2))}}),nt=["id","aria-selected","aria-controls","disabled","tabindex"],it=e.defineComponent({__name:"tab",props:{value:{},label:{default:""},disabled:{type:Boolean,default:!1}},emits:["change"],setup(l,{emit:t}){const a=t,o=l,r=e.inject(ze,null),f=e.computed(()=>(r==null?void 0:r.activeValue.value)===o.value),s=e.computed(()=>((r==null?void 0:r.disabled.value)??!1)||o.disabled),p=e.computed(()=>r?r.getTabId(o.value):void 0),n=e.computed(()=>r?r.getPanelId(o.value):void 0),v=e.computed(()=>s.value?-1:f.value?0:-1),c=d=>{!r||s.value||(r.onChange(o.value,d),a("change",o.value,d))};return(d,u)=>(e.openBlock(),e.createElementBlock("button",{id:p.value,class:e.normalizeClass(["vf-tab",{"vf-tab_active":f.value,"vf-tab_disabled":s.value}]),type:"button",role:"tab","aria-selected":f.value,"aria-controls":n.value,disabled:s.value,tabindex:v.value,onClick:c},[e.renderSlot(d.$slots,"default",{},()=>[e.createTextVNode(e.toDisplayString(d.label),1)])],10,nt))}}),st=["id","aria-labelledby"],dt=e.defineComponent({__name:"tab-panel",props:{value:{}},setup(l){const t=l,a=e.inject(ze,null),o=e.computed(()=>(a==null?void 0:a.activeValue.value)===t.value),r=e.computed(()=>a?a.getTabId(t.value):void 0),f=e.computed(()=>a?a.getPanelId(t.value):void 0);return(s,p)=>e.withDirectives((e.openBlock(),e.createElementBlock("div",{id:f.value,class:"vf-tab-panel",role:"tabpanel",tabindex:"0","aria-labelledby":r.value},[e.renderSlot(s.$slots,"default")],8,st)),[[e.vShow,o.value]])}}),Pe=Symbol("VueForgeAccordion"),ct=["aria-label","aria-labelledby"],ft=e.defineComponent({__name:"accordion",props:{modelValue:{default:void 0},multiple:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1},variant:{default:"filled"},size:{default:"normal"},ariaLabel:{default:""},ariaLabelledby:{default:""}},emits:["update:modelValue","change"],setup(l,{emit:t}){let a=0;const o=t,r=l,f=++a,s=d=>String(d).toLowerCase().trim().replace(/\s+/g,"-").replace(/[^a-z0-9_-]/g,""),p=e.computed(()=>{const d=["vf-accordion",`vf-accordion_${r.variant}`];return r.size!=="normal"&&d.push(`vf-accordion_${r.size}`),r.disabled&&d.push("vf-accordion_disabled"),d}),n=d=>Array.isArray(d)?d:d==null?[]:[d],v=(d,u)=>{if(r.disabled)return;if(r.multiple){const i=n(r.modelValue),y=i.includes(d)?i.filter(C=>C!==d):[...i,d];o("update:modelValue",y),o("change",y,u);return}const g=r.modelValue===d?void 0:d;o("update:modelValue",g),o("change",g,u)},c={modelValue:e.computed(()=>r.modelValue),multiple:e.computed(()=>r.multiple),disabled:e.computed(()=>r.disabled),variant:e.computed(()=>r.variant),size:e.computed(()=>r.size),onToggle:v,getHeaderId:d=>`vf-accordion-header-${f}-${s(d)}`,getPanelId:d=>`vf-accordion-panel-${f}-${s(d)}`};return e.provide(Pe,c),(d,u)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(p.value),"aria-label":d.ariaLabel||void 0,"aria-labelledby":d.ariaLabelledby||void 0},[e.renderSlot(d.$slots,"default")],10,ct))}}),vt=["id","disabled","aria-expanded","aria-controls"],pt={class:"vf-accordion__title"},ut=["id","aria-labelledby","aria-hidden"],bt={class:"vf-accordion__panel-inner"},gt=e.defineComponent({__name:"accordion-item",props:{value:{},title:{default:""},disabled:{type:Boolean,default:!1},unmount:{type:Boolean,default:!1}},setup(l){const t=l,a=e.inject(Pe,null),o=e.computed(()=>{if(!a)return!1;const c=a.modelValue.value;return Array.isArray(c)?c.includes(t.value):c===t.value}),r=e.computed(()=>((a==null?void 0:a.disabled.value)??!1)||t.disabled),f=e.computed(()=>a?a.getHeaderId(t.value):void 0),s=e.computed(()=>a?a.getPanelId(t.value):void 0),p=e.computed(()=>t.unmount?o.value:!0),n=e.computed(()=>{const c=["vf-accordion-item"];return o.value&&c.push("vf-accordion-item_open"),r.value&&c.push("vf-accordion-item_disabled"),c}),v=c=>{!a||r.value||a.onToggle(t.value,c)};return(c,d)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(n.value)},[e.createElementVNode("button",{id:f.value,class:"vf-accordion__header",type:"button",disabled:r.value,"aria-expanded":o.value,"aria-controls":s.value,onClick:v},[e.createElementVNode("span",pt,[e.renderSlot(c.$slots,"title",{},()=>[e.createTextVNode(e.toDisplayString(c.title),1)])]),d[0]||(d[0]=e.createElementVNode("span",{class:"vf-accordion__icon","aria-hidden":"true"},null,-1))],8,vt),p.value?(e.openBlock(),e.createElementBlock("div",{key:0,id:s.value,class:e.normalizeClass(["vf-accordion__panel",{"vf-accordion__panel_open":o.value}]),role:"region","aria-labelledby":f.value,"aria-hidden":o.value?void 0:"true"},[e.createElementVNode("div",bt,[e.renderSlot(c.$slots,"default")])],10,ut)):e.createCommentVNode("",!0)],2))}}),mt=["data-severity"],ht={class:"vf-toast__body"},_t={key:0,class:"vf-toast__title"},yt={key:1,class:"vf-toast__message"},kt=e.defineComponent({__name:"toast",props:{modelValue:{type:Boolean,default:!1},title:{default:""},message:{default:""},severity:{default:"neutral"},closable:{type:Boolean,default:!0},duration:{default:0}},emits:["update:modelValue","open","close"],setup(l,{emit:t}){const a=t,o=l;let r=null;const f=()=>{r!==null&&(clearTimeout(r),r=null)},s=()=>{f(),!(!o.modelValue||o.duration<=0)&&(r=window.setTimeout(()=>{a("update:modelValue",!1),a("close")},o.duration))},p=()=>{f(),a("update:modelValue",!1),a("close")};return e.watch(()=>o.modelValue,n=>{n&&a("open"),s()},{immediate:!0}),e.onBeforeUnmount(()=>{f()}),(n,v)=>e.withDirectives((e.openBlock(),e.createElementBlock("div",{class:"vf-toast",role:"status","aria-live":"polite","data-severity":n.severity},[e.createElementVNode("div",ht,[n.title?(e.openBlock(),e.createElementBlock("div",_t,e.toDisplayString(n.title),1)):e.createCommentVNode("",!0),n.message||n.$slots.default?(e.openBlock(),e.createElementBlock("div",yt,[e.renderSlot(n.$slots,"default",{},()=>[e.createTextVNode(e.toDisplayString(n.message),1)])])):e.createCommentVNode("",!0)]),n.closable?(e.openBlock(),e.createElementBlock("button",{key:0,class:"vf-toast__close",type:"button",onClick:p},[e.renderSlot(n.$slots,"close",{},()=>[v[0]||(v[0]=e.createTextVNode("×"))])])):e.createCommentVNode("",!0)],8,mt)),[[e.vShow,n.modelValue]])}}),wt=e.defineComponent({__name:"toast-container",props:{position:{default:"top-right"}},setup(l){const t=l,a=e.computed(()=>`vf-toast-container_${t.position}`);return(o,r)=>(e.openBlock(),e.createBlock(e.Teleport,{to:"body"},[e.createElementVNode("div",{class:e.normalizeClass(["vf-toast-container",a.value]),role:"region","aria-live":"polite"},[e.renderSlot(o.$slots,"default")],2)]))}}),zt=["data-severity"],xt={key:0,class:"vf-alert__icon","aria-hidden":"true"},Ct={class:"vf-alert__body"},Bt={key:0,class:"vf-alert__title"},$t={key:1,class:"vf-alert__message"},St={key:1,class:"vf-alert__actions"},Vt=e.defineComponent({__name:"alert",props:{modelValue:{type:Boolean},title:{default:""},message:{default:""},severity:{default:"neutral"},closable:{type:Boolean,default:!1},icon:{default:""}},emits:["update:modelValue","close"],setup(l,{emit:t}){const a=t,o=l,r=e.ref(!0),f=e.computed(()=>typeof o.modelValue=="boolean"),s=e.computed(()=>f.value?o.modelValue:r.value);e.watch(()=>o.modelValue,n=>{typeof n=="boolean"&&(r.value=n)},{immediate:!0});const p=()=>{f.value?a("update:modelValue",!1):r.value=!1,a("close")};return(n,v)=>e.withDirectives((e.openBlock(),e.createElementBlock("div",{class:"vf-alert",role:"alert","data-severity":n.severity},[n.$slots.icon||n.icon?(e.openBlock(),e.createElementBlock("div",xt,[e.renderSlot(n.$slots,"icon",{},()=>[e.createTextVNode(e.toDisplayString(n.icon),1)])])):e.createCommentVNode("",!0),e.createElementVNode("div",Ct,[n.title||n.$slots.title?(e.openBlock(),e.createElementBlock("div",Bt,[e.renderSlot(n.$slots,"title",{},()=>[e.createTextVNode(e.toDisplayString(n.title),1)])])):e.createCommentVNode("",!0),n.message||n.$slots.default?(e.openBlock(),e.createElementBlock("div",$t,[e.renderSlot(n.$slots,"default",{},()=>[e.createTextVNode(e.toDisplayString(n.message),1)])])):e.createCommentVNode("",!0)]),n.$slots.actions?(e.openBlock(),e.createElementBlock("div",St,[e.renderSlot(n.$slots,"actions")])):e.createCommentVNode("",!0),n.closable?(e.openBlock(),e.createElementBlock("button",{key:2,class:"vf-alert__close",type:"button","aria-label":"Close",onClick:p},[e.renderSlot(n.$slots,"close",{},()=>[v[0]||(v[0]=e.createTextVNode("×"))])])):e.createCommentVNode("",!0)],8,zt)),[[e.vShow,s.value]])}}),Et=["checked","disabled"],Nt={key:0,class:"vf-switch__label"},Ft=e.defineComponent({__name:"switch",props:{modelValue:{type:Boolean,default:!1},label:{default:""},disabled:{type:Boolean,default:!1}},emits:["update:modelValue","change"],setup(l,{emit:t}){const a=t,o=l,r=e.computed(()=>{const s=["vf-switch"];return o.disabled&&s.push("vf-switch_disabled"),s}),f=s=>{const p=s.target;a("update:modelValue",p.checked),a("change",s)};return(s,p)=>(e.openBlock(),e.createElementBlock("label",{class:e.normalizeClass(r.value)},[e.createElementVNode("input",{class:"vf-switch__control",type:"checkbox",checked:s.modelValue,disabled:s.disabled,onChange:f},null,40,Et),p[0]||(p[0]=e.createElementVNode("span",{class:"vf-switch__track"},[e.createElementVNode("span",{class:"vf-switch__thumb"})],-1)),s.label||s.$slots.default?(e.openBlock(),e.createElementBlock("span",Nt,[e.renderSlot(s.$slots,"default",{},()=>[e.createTextVNode(e.toDisplayString(s.label),1)])])):e.createCommentVNode("",!0)],2))}}),Tt={class:"vf-popover"},Dt=["aria-expanded","onKeydown"],Lt=e.defineComponent({__name:"popover",emits:["click","onClick"],setup(l,{expose:t,emit:a}){const o=a,r=e.reactive({visible:!1});let f=0;const s=`vf-popover-panel-${++f}`,p=()=>r.visible=!0,n=()=>r.visible=!1,v=()=>r.visible=!r.visible,c=()=>{v(),o("click"),o("onClick")};return t({show:p,hide:n,toggle:v}),(d,u)=>(e.openBlock(),e.createElementBlock("div",Tt,[e.createElementVNode("div",{class:"vf-popover__button",role:"button",tabindex:"0","aria-haspopup":"dialog","aria-expanded":r.visible,"aria-controls":s,onClick:c,onKeydown:[e.withKeys(e.withModifiers(c,["prevent"]),["enter"]),e.withKeys(e.withModifiers(c,["prevent"]),["space"])]},[e.renderSlot(d.$slots,"button")],40,Dt),e.withDirectives(e.createVNode(Ee,{id:s,class:"vf-popover__wrapper"},e.createSlots({default:e.withCtx(()=>[u[0]||(u[0]=e.createElementVNode("div",{class:"vf-popover__arrow"},null,-1))]),_:2},[d.$slots.default?{name:"default",fn:e.withCtx(()=>[e.renderSlot(d.$slots,"default")]),key:"0"}:void 0,d.$slots.header||d.$slots.popoverHeader?{name:"header",fn:e.withCtx(()=>[e.renderSlot(d.$slots,"header"),d.$slots.header?e.createCommentVNode("",!0):e.renderSlot(d.$slots,"popoverHeader",{key:0})]),key:"1"}:void 0,d.$slots.body||d.$slots.popoverBody?{name:"body",fn:e.withCtx(()=>[e.renderSlot(d.$slots,"body"),d.$slots.body?e.createCommentVNode("",!0):e.renderSlot(d.$slots,"popoverBody",{key:0})]),key:"2"}:void 0,d.$slots.footer||d.$slots.popoverFooter?{name:"footer",fn:e.withCtx(()=>[e.renderSlot(d.$slots,"footer"),d.$slots.footer?e.createCommentVNode("",!0):e.renderSlot(d.$slots,"popoverFooter",{key:0})]),key:"3"}:void 0]),1536),[[e.vShow,r.visible]])]))}}),Mt=["aria-labelledby","aria-describedby"],Rt={key:0,class:"vf-modal__header"},Pt={key:0,class:"vf-modal__title"},It={key:3,class:"vf-modal__footer"},Ie=e.defineComponent({__name:"modal",props:{modelValue:{type:Boolean,default:!1},title:{default:""},closeOnOverlay:{type:Boolean,default:!0},closeOnEsc:{type:Boolean,default:!0},showClose:{type:Boolean,default:!0},lockScroll:{type:Boolean,default:!0},size:{default:"md"}},emits:["update:modelValue","open","close"],setup(l,{expose:t,emit:a}){const o=a,r=l;let f=0,s=0,p="",n=null;const v=e.ref(null),c=e.useSlots(),d=`vf-modal-title-${++f}`,u=`vf-modal-body-${f}`,g=e.computed(()=>!!r.title||!!c.header),i=e.computed(()=>!!c.body||!!c.default),k=e.computed(()=>{const b=["vf-modal"];return r.size!=="md"&&b.push(`vf-modal_${r.size}`),b}),y=()=>o("update:modelValue",!0),C=()=>{o("update:modelValue",!1),o("close")},R=()=>{r.closeOnOverlay&&C()},z=b=>{!r.modelValue||!r.closeOnEsc||b.key==="Escape"&&(b.preventDefault(),C())},S=()=>v.value?Array.from(v.value.querySelectorAll('a[href],button:not([disabled]),textarea:not([disabled]),input:not([disabled]),select:not([disabled]),[tabindex]:not([tabindex="-1"])')).filter(_=>!_.hasAttribute("disabled")&&!_.getAttribute("aria-hidden")):[],L=()=>{var _;const b=S();b.length?b[0].focus():(_=v.value)==null||_.focus()},w=b=>{var H;if(b.key!=="Tab")return;const _=S();if(!_.length){b.preventDefault(),(H=v.value)==null||H.focus();return}const m=_[0],V=_[_.length-1],M=document.activeElement;if(b.shiftKey&&M===m){b.preventDefault(),V.focus();return}!b.shiftKey&&M===V&&(b.preventDefault(),m.focus())},E=()=>{!r.lockScroll||typeof document>"u"||(s===0&&(p=document.body.style.overflow,document.body.style.overflow="hidden"),s+=1)},N=()=>{!r.lockScroll||typeof document>"u"||(s=Math.max(0,s-1),s===0&&(document.body.style.overflow=p))};return e.watch(()=>r.modelValue,async b=>{b?(typeof document<"u"&&(n=document.activeElement),E(),o("open"),await e.nextTick(),L(),typeof document<"u"&&document.addEventListener("keydown",z)):(N(),typeof document<"u"&&(document.removeEventListener("keydown",z),n==null||n.focus()))},{immediate:!0}),e.onBeforeUnmount(()=>{N(),typeof document<"u"&&document.removeEventListener("keydown",z)}),t({open:y,close:C}),(b,_)=>(e.openBlock(),e.createBlock(e.Teleport,{to:"body"},[e.withDirectives(e.createElementVNode("div",{class:e.normalizeClass(k.value),role:"presentation"},[e.createElementVNode("div",{class:"vf-modal__overlay",onClick:R}),e.createElementVNode("div",{ref_key:"panel",ref:v,class:"vf-modal__panel",role:"dialog","aria-modal":"true","aria-labelledby":g.value?d:void 0,"aria-describedby":i.value?u:void 0,tabindex:"-1",onKeydown:w},[g.value?(e.openBlock(),e.createElementBlock("div",Rt,[e.createElementVNode("div",{id:d,class:"vf-modal__header-content"},[e.renderSlot(b.$slots,"header",{},()=>[b.title?(e.openBlock(),e.createElementBlock("h3",Pt,e.toDisplayString(b.title),1)):e.createCommentVNode("",!0)])])])):e.createCommentVNode("",!0),b.showClose?e.renderSlot(b.$slots,"close",{key:1,close:C},()=>[e.createElementVNode("button",{type:"button",class:"vf-modal__close","aria-label":"Close",onClick:C},"×")]):e.createCommentVNode("",!0),b.$slots.body||b.$slots.default?(e.openBlock(),e.createElementBlock("div",{key:2,id:u,class:"vf-modal__body"},[e.renderSlot(b.$slots,"body"),b.$slots.body?e.createCommentVNode("",!0):e.renderSlot(b.$slots,"default",{key:0})])):e.createCommentVNode("",!0),b.$slots.footer?(e.openBlock(),e.createElementBlock("div",It,[e.renderSlot(b.$slots,"footer")])):e.createCommentVNode("",!0)],40,Mt)],2),[[e.vShow,b.modelValue]])]))}}),Ot={class:"vf-confirm-dialog__message"},Kt={class:"vf-confirm-dialog__actions"},At=e.defineComponent({__name:"confirm-dialog",props:{modelValue:{type:Boolean,default:!1},title:{default:"Confirm action"},message:{default:""},confirmLabel:{default:"Confirm"},cancelLabel:{default:"Cancel"},confirmSeverity:{default:"danger"},loading:{type:Boolean,default:!1},closeOnConfirm:{type:Boolean,default:!0},closeOnOverlay:{type:Boolean,default:!0},closeOnEsc:{type:Boolean,default:!0},showClose:{type:Boolean,default:!0},lockScroll:{type:Boolean,default:!0},size:{default:"sm"}},emits:["update:modelValue","confirm","cancel","open","close"],setup(l,{expose:t,emit:a}){const o=l,r=a,f=e.ref(null),s=e.ref(null),p=()=>{if(f.value){f.value.close();return}r("update:modelValue",!1),r("close")},n=u=>{r("update:modelValue",u)},v=()=>{if(r("close"),s.value==="confirm"){s.value=null;return}s.value=null,r("cancel")},c=()=>{s.value="cancel",p()},d=()=>{o.loading||(r("confirm"),o.closeOnConfirm&&(s.value="confirm",p()))};return t({open:()=>{var u;return(u=f.value)==null?void 0:u.open()},close:()=>{s.value="cancel",p()}}),(u,g)=>(e.openBlock(),e.createBlock(Ie,{ref_key:"modal",ref:f,class:"vf-confirm-dialog","model-value":u.modelValue,title:u.title,size:u.size,"close-on-overlay":u.closeOnOverlay,"close-on-esc":u.closeOnEsc,"show-close":u.showClose,"lock-scroll":u.lockScroll,"onUpdate:modelValue":n,onOpen:g[0]||(g[0]=i=>r("open")),onClose:v},{body:e.withCtx(()=>[e.createElementVNode("div",Ot,[e.renderSlot(u.$slots,"default",{},()=>[e.createTextVNode(e.toDisplayString(u.message),1)])])]),footer:e.withCtx(()=>[e.createElementVNode("div",Kt,[e.renderSlot(u.$slots,"actions",{confirm:d,cancel:c},()=>[e.createVNode(we,{class:"vf-confirm-dialog__cancel",label:u.cancelLabel,variant:"outlined",severity:"secondary",disabled:u.loading,onClick:c},null,8,["label","disabled"]),e.createVNode(we,{class:"vf-confirm-dialog__confirm",label:u.confirmLabel,severity:u.confirmSeverity,loading:u.loading,onClick:d},null,8,["label","severity","loading"])])])]),_:3},8,["model-value","title","size","close-on-overlay","close-on-esc","show-close","lock-scroll"]))}}),Ht=["aria-labelledby","aria-describedby"],Wt={key:0,class:"vf-drawer__header"},jt={key:0,class:"vf-drawer__title"},Gt={key:3,class:"vf-drawer__footer"},Yt=e.defineComponent({__name:"drawer",props:{modelValue:{type:Boolean,default:!1},title:{default:""},position:{default:"right"},overlay:{type:Boolean,default:!0},closeOnOverlay:{type:Boolean,default:!0},closeOnEsc:{type:Boolean,default:!0},showClose:{type:Boolean,default:!0},lockScroll:{type:Boolean,default:!0},size:{default:"md"}},emits:["update:modelValue","open","close"],setup(l,{expose:t,emit:a}){const o=a,r=l;let f=0,s=0,p="",n=null;const v=e.ref(null),c=e.useSlots(),d=`vf-drawer-title-${++f}`,u=`vf-drawer-body-${f}`,g=e.computed(()=>!!r.title||!!c.header),i=e.computed(()=>!!c.body||!!c.default),k=e.computed(()=>{switch(r.position){case"left":return"translate3d(-100%, 0, 0)";case"right":return"translate3d(100%, 0, 0)";case"top":return"translate3d(0, -100%, 0)";case"bottom":return"translate3d(0, 100%, 0)";default:return"translate3d(100%, 0, 0)"}}),y=e.computed(()=>{const m=["vf-drawer",`vf-drawer_${r.position}`];return r.size!=="md"&&m.push(`vf-drawer_${r.size}`),m}),C=e.computed(()=>({"--vf-drawer-transform-from":k.value})),R=()=>o("update:modelValue",!0),z=()=>{o("update:modelValue",!1),o("close")},S=()=>{r.overlay&&r.closeOnOverlay&&z()},L=m=>{!r.modelValue||!r.closeOnEsc||m.key==="Escape"&&(m.preventDefault(),z())},w=()=>v.value?Array.from(v.value.querySelectorAll('a[href],button:not([disabled]),textarea:not([disabled]),input:not([disabled]),select:not([disabled]),[tabindex]:not([tabindex="-1"])')).filter(V=>!V.hasAttribute("disabled")&&!V.getAttribute("aria-hidden")):[],E=()=>{var V;const m=w();m.length?m[0].focus():(V=v.value)==null||V.focus()},N=m=>{var G;if(m.key!=="Tab")return;const V=w();if(!V.length){m.preventDefault(),(G=v.value)==null||G.focus();return}const M=V[0],H=V[V.length-1],Y=document.activeElement;if(m.shiftKey&&Y===M){m.preventDefault(),H.focus();return}!m.shiftKey&&Y===H&&(m.preventDefault(),M.focus())},b=()=>{!r.lockScroll||typeof document>"u"||(s===0&&(p=document.body.style.overflow,document.body.style.overflow="hidden"),s+=1)},_=()=>{!r.lockScroll||typeof document>"u"||(s=Math.max(0,s-1),s===0&&(document.body.style.overflow=p))};return e.watch(()=>r.modelValue,async m=>{m?(typeof document<"u"&&(n=document.activeElement),b(),o("open"),await e.nextTick(),E(),typeof document<"u"&&document.addEventListener("keydown",L)):(_(),typeof document<"u"&&(document.removeEventListener("keydown",L),n==null||n.focus()))},{immediate:!0}),e.onBeforeUnmount(()=>{_(),typeof document<"u"&&document.removeEventListener("keydown",L)}),t({open:R,close:z}),(m,V)=>(e.openBlock(),e.createBlock(e.Teleport,{to:"body"},[e.createVNode(e.Transition,{name:"vf-drawer",duration:{enter:320,leave:320}},{default:e.withCtx(()=>[e.withDirectives(e.createElementVNode("div",{class:e.normalizeClass(y.value),style:e.normalizeStyle(C.value),role:"presentation"},[m.overlay?(e.openBlock(),e.createElementBlock("div",{key:0,class:"vf-drawer__overlay",onClick:S})):e.createCommentVNode("",!0),e.createElementVNode("div",{ref_key:"panel",ref:v,class:"vf-drawer__panel",role:"dialog","aria-modal":"true","aria-labelledby":g.value?d:void 0,"aria-describedby":i.value?u:void 0,tabindex:"-1",onKeydown:N},[g.value?(e.openBlock(),e.createElementBlock("div",Wt,[e.createElementVNode("div",{id:d,class:"vf-drawer__header-content"},[e.renderSlot(m.$slots,"header",{},()=>[m.title?(e.openBlock(),e.createElementBlock("h3",jt,e.toDisplayString(m.title),1)):e.createCommentVNode("",!0)])])])):e.createCommentVNode("",!0),m.showClose?e.renderSlot(m.$slots,"close",{key:1,close:z},()=>[e.createElementVNode("button",{type:"button",class:"vf-drawer__close","aria-label":"Close",onClick:z}," × ")]):e.createCommentVNode("",!0),m.$slots.body||m.$slots.default?(e.openBlock(),e.createElementBlock("div",{key:2,id:u,class:"vf-drawer__body"},[e.renderSlot(m.$slots,"body"),m.$slots.body?e.createCommentVNode("",!0):e.renderSlot(m.$slots,"default",{key:0})])):e.createCommentVNode("",!0),m.$slots.footer?(e.openBlock(),e.createElementBlock("div",Gt,[e.renderSlot(m.$slots,"footer")])):e.createCommentVNode("",!0)],40,Ht)],6),[[e.vShow,m.modelValue]])]),_:3})]))}}),Ut=["aria-expanded","aria-disabled","onKeydown"],Xt=["data-placement"],qt=e.defineComponent({name:"VfDropdown",__name:"dropdown",props:{modelValue:{type:Boolean,default:void 0},items:{default:()=>[]},placement:{default:"bottom-start"},offset:{default:6},disabled:{type:Boolean,default:!1},closeOnSelect:{type:Boolean,default:!0},closeOnEsc:{type:Boolean,default:!0},matchTriggerWidth:{type:Boolean,default:!0}},emits:["update:modelValue","open","close","select"],setup(l,{expose:t,emit:a}){const o=a,r=l;let f=0;const s=e.ref(null),p=e.ref(null),n=e.ref(null),v=e.ref(!1),c=e.ref(r.placement),d=e.ref(r.placement),u=`vf-dropdown-panel-${++f}`;let g=null;const i=e.computed(()=>r.modelValue!==void 0),k=b=>{r.disabled||(o("update:modelValue",b),i.value||(v.value=b))},y=()=>{c.value=r.placement,d.value=r.placement,k(!0)},C=()=>{k(!1)},R=()=>{v.value?C():y()},z=()=>{r.disabled||R()},S=b=>{if(o("select",b),!r.closeOnSelect)return;const _=b.target;_&&(_.closest(".vf-menu__parent")||(_.closest(".vf-menu__link")||_.closest("[data-dropdown-close]"))&&C())},L=b=>{var m;if(!v.value||!s.value)return;const _=b.target;s.value.contains(_)||(m=n.value)!=null&&m.contains(_)||C()},w=b=>{!v.value||!r.closeOnEsc||b.key==="Escape"&&(b.preventDefault(),C())},E=b=>{switch(b){case"bottom-start":return["top-start"];case"bottom-end":return["top-end"];case"top-start":return["bottom-start"];case"top-end":return["bottom-end"];case"top":return["bottom"];case"bottom":default:return["top"]}},N=()=>{if(!p.value||!n.value)return;const b=p.value,_=n.value,m=async()=>{const{x:Y,y:G,placement:U}=await de(b,_,{placement:c.value,strategy:"fixed",middleware:[ie(r.offset),ne({placements:E(c.value)})]});d.value=U??c.value,r.matchTriggerWidth&&(_.style.minWidth=`${b.getBoundingClientRect().width}px`),_.style.left=`${Y}px`,_.style.top=`${G}px`},V=async()=>{await m()},M=se(b,()=>{V()}),H=()=>{V()};document.addEventListener("scroll",H,!0),window.addEventListener("resize",H,!1),g={update:V,destroy:()=>{M(),document.removeEventListener("scroll",H,!0),window.removeEventListener("resize",H,!1)}},g.update()};return e.watch(()=>r.modelValue,b=>{i.value&&(v.value=!!b)},{immediate:!0}),e.watch(()=>r.placement,b=>{c.value=b,d.value=b}),e.watch(v,async b=>{if(o(b?"open":"close"),!b){g&&(g.destroy(),g=null);return}await e.nextTick(),g||N(),g==null||g.update()}),e.onMounted(()=>{document.addEventListener("click",L),document.addEventListener("keydown",w)}),e.onBeforeUnmount(()=>{document.removeEventListener("click",L),document.removeEventListener("keydown",w),g==null||g.destroy(),g=null}),t({open:y,close:C,toggle:R}),(b,_)=>(e.openBlock(),e.createElementBlock("div",{ref_key:"root",ref:s,class:e.normalizeClass(["vf-dropdown",{"vf-dropdown_disabled":b.disabled}])},[e.createElementVNode("div",{ref_key:"trigger",ref:p,class:"vf-dropdown__trigger",role:"button",tabindex:"0","aria-expanded":v.value,"aria-controls":u,"aria-disabled":b.disabled?"true":"false",onClick:z,onKeydown:[e.withKeys(e.withModifiers(z,["prevent"]),["enter"]),e.withKeys(e.withModifiers(z,["prevent"]),["space"])]},[e.renderSlot(b.$slots,"trigger")],40,Ut),(e.openBlock(),e.createBlock(e.Teleport,{to:"body"},[e.withDirectives(e.createElementVNode("div",{id:u,ref_key:"panel",ref:n,class:"vf-dropdown__panel",role:"menu","data-placement":d.value,onClick:S},[e.renderSlot(b.$slots,"default",{},()=>[r.items.length?(e.openBlock(),e.createBlock(Ne,{key:0,items:r.items},null,8,["items"])):e.createCommentVNode("",!0)])],8,Xt),[[e.vShow,v.value]])]))],2))}}),Zt=["data-placement"],Jt={class:"vf-tooltip__content"},Qt={key:0,class:"vf-tooltip__arrow","aria-hidden":"true"},ea=e.defineComponent({__name:"tooltip",props:{text:{default:""},placement:{default:"top"},disabled:{type:Boolean,default:!1},arrow:{type:Boolean,default:!1}},setup(l){const t=l;let a=0;const o=e.ref(null),r=e.ref(null),f=e.ref(!1),s=e.ref("top"),p=`vf-tooltip-${++a}`;let n=null;const v=()=>{t.disabled||(f.value=!0)},c=()=>{f.value=!1},d=()=>{if(!o.value||!r.value)return;const g=o.value,i=r.value,k=async()=>{const{x:z,y:S,placement:L}=await de(g,i,{placement:t.placement,strategy:"fixed",middleware:[ie(8),ne(),Oo()]});s.value=L??t.placement,i.style.left=`${z}px`,i.style.top=`${S}px`},y=async()=>{await k()},C=se(g,()=>{y()}),R=()=>{y()};document.addEventListener("scroll",R,!0),window.addEventListener("resize",R,!1),n={update:y,destroy:()=>{C(),document.removeEventListener("scroll",R,!0),window.removeEventListener("resize",R,!1)}},n.update()};e.watch(f,async g=>{if(!g){n&&(n.destroy(),n=null);return}n||d(),n==null||n.update()}),e.onMounted(()=>{f.value&&d()}),e.onBeforeUnmount(()=>{n==null||n.destroy(),n=null});const u=e.computed(()=>!!t.text||!!(r.value&&r.value.textContent));return e.watch(u,g=>{g||(f.value=!1)}),(g,i)=>(e.openBlock(),e.createElementBlock(e.Fragment,null,[e.createElementVNode("span",{ref_key:"trigger",ref:o,class:"vf-tooltip__trigger","aria-describedby":p,onMouseenter:v,onMouseleave:c,onFocus:v,onBlur:c},[e.renderSlot(g.$slots,"default")],544),(e.openBlock(),e.createBlock(e.Teleport,{to:"body"},[e.withDirectives(e.createElementVNode("div",{id:p,ref_key:"panel",ref:r,class:"vf-tooltip",role:"tooltip","data-placement":s.value},[e.createElementVNode("span",Jt,[e.renderSlot(g.$slots,"content",{},()=>[e.createTextVNode(e.toDisplayString(g.text),1)])]),g.arrow?(e.openBlock(),e.createElementBlock("span",Qt)):e.createCommentVNode("",!0)],8,Zt),[[e.vShow,f.value]])]))],64))}}),oa=e.defineComponent({__name:"skeleton",props:{width:{default:""},height:{default:""},variant:{default:"text"},animated:{type:Boolean,default:!0}},setup(l){const t=l,a=f=>{if(!(f==null||f===""))return typeof f=="number"?`${f}px`:f},o=e.computed(()=>{const f=a(t.width),s=a(t.height),p={};return f&&(p.width=f),s&&(p.height=s),t.variant==="circle"&&(!f&&s&&(p.width=s),!s&&f&&(p.height=f)),p}),r=e.computed(()=>{const f=["vf-skeleton",`vf-skeleton_${t.variant}`];return t.animated&&f.push("vf-skeleton_animated"),f});return(f,s)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(r.value),style:e.normalizeStyle(o.value),"aria-hidden":"true"},null,6))}}),ra=["aria-label","aria-valuenow","data-severity"],ta={key:0,class:"vf-progress__track"},aa={key:1,class:"vf-progress__circle"},la={viewBox:"0 0 100 100",class:"vf-progress__svg","aria-hidden":"true"},na={key:2,class:"vf-progress__label"},ia=e.defineComponent({__name:"progress",props:{value:{default:null},variant:{default:"linear"},size:{default:"normal"},label:{default:""},showValue:{type:Boolean,default:!1},severity:{default:"neutral"},ariaLabel:{default:""}},setup(l){const t=l,a=e.useSlots(),o=g=>Math.min(100,Math.max(0,g)),r=e.computed(()=>t.value===void 0||t.value===null||Number.isNaN(t.value)),f=e.computed(()=>r.value?0:o(Number(t.value))),s=e.computed(()=>r.value?void 0:f.value),p=e.computed(()=>!!a.default),n=e.computed(()=>t.label?t.label:t.showValue&&!r.value?`${Math.round(f.value)}%`:""),v=e.computed(()=>{const g=["vf-progress",`vf-progress_${t.variant}`,`vf-progress_size-${t.size}`];return r.value&&g.push("vf-progress_indeterminate"),g}),c=e.computed(()=>{if(!r.value)return{width:`${f.value}%`}}),d=2*Math.PI*45,u=e.computed(()=>{if(r.value)return{strokeDasharray:`${d}px`,strokeDashoffset:`${d*.75}px`};const g=d-f.value/100*d;return{strokeDasharray:`${d}px`,strokeDashoffset:`${g}px`}});return(g,i)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(v.value),role:"progressbar","aria-label":g.ariaLabel||void 0,"aria-valuemin":"0","aria-valuemax":"100","aria-valuenow":s.value,"data-severity":g.severity},[g.variant==="linear"?(e.openBlock(),e.createElementBlock("div",ta,[e.createElementVNode("div",{class:"vf-progress__bar",style:e.normalizeStyle(c.value)},null,4)])):(e.openBlock(),e.createElementBlock("div",aa,[(e.openBlock(),e.createElementBlock("svg",la,[i[0]||(i[0]=e.createElementVNode("circle",{class:"vf-progress__circle-track",cx:"50",cy:"50",r:"45"},null,-1)),e.createElementVNode("circle",{class:"vf-progress__circle-bar",cx:"50",cy:"50",r:"45",style:e.normalizeStyle(u.value)},null,4)]))])),n.value||p.value?(e.openBlock(),e.createElementBlock("span",na,[e.renderSlot(g.$slots,"default",{},()=>[e.createTextVNode(e.toDisplayString(n.value),1)])])):e.createCommentVNode("",!0)],10,ra))}}),sa=["data-variant","data-severity","aria-label"],da=e.defineComponent({__name:"badge",props:{label:{default:""},size:{default:"normal"},variant:{default:"soft"},severity:{default:"neutral"},ariaLabel:{default:""}},setup(l){const t=l,a=e.computed(()=>[`vf-badge_size-${t.size}`]);return(o,r)=>(e.openBlock(),e.createElementBlock("span",{class:e.normalizeClass(["vf-badge",a.value]),"data-variant":o.variant,"data-severity":o.severity,role:"status","aria-label":o.ariaLabel||void 0},[e.renderSlot(o.$slots,"default",{},()=>[e.createTextVNode(e.toDisplayString(o.label),1)])],10,sa))}}),ca=["data-variant","data-severity","aria-label"],fa={key:0,class:"vf-chip__icon"},va={class:"vf-chip__label"},pa=["disabled","aria-label"],ua=e.defineComponent({__name:"chip",props:{label:{default:""},size:{default:"normal"},variant:{default:"soft"},severity:{default:"neutral"},disabled:{type:Boolean,default:!1},closable:{type:Boolean,default:!1},icon:{default:""},ariaLabel:{default:""},closeLabel:{default:""}},emits:["close"],setup(l,{emit:t}){const a=t,o=l,r=e.computed(()=>{const s=[`vf-chip_size-${o.size}`];return o.disabled&&s.push("vf-chip_disabled"),s}),f=s=>{o.disabled||a("close",s)};return(s,p)=>(e.openBlock(),e.createElementBlock("span",{class:e.normalizeClass(["vf-chip",r.value]),"data-variant":s.variant,"data-severity":s.severity,role:"status","aria-label":s.ariaLabel||void 0},[s.$slots.icon||s.icon?(e.openBlock(),e.createElementBlock("span",fa,[e.renderSlot(s.$slots,"icon",{},()=>[e.createVNode(e.unref(pe.CmIcon),{icon:s.icon},null,8,["icon"])])])):e.createCommentVNode("",!0),e.createElementVNode("span",va,[e.renderSlot(s.$slots,"default",{},()=>[e.createTextVNode(e.toDisplayString(s.label),1)])]),s.closable?(e.openBlock(),e.createElementBlock("button",{key:1,type:"button",class:"vf-chip__close",disabled:s.disabled,"aria-label":s.closeLabel||"Remove",onClick:f},[e.renderSlot(s.$slots,"close",{},()=>[p[0]||(p[0]=e.createTextVNode("×"))])],8,pa)):e.createCommentVNode("",!0)],10,ca))}}),ba=["data-status","aria-label"],ga={class:"vf-avatar__content"},ma=["src","alt"],ha={key:1,class:"vf-avatar__initials"},_a=["data-status"],ya=e.defineComponent({__name:"avatar",props:{src:{default:""},alt:{default:""},name:{default:""},size:{default:"normal"},shape:{default:"circle"},status:{default:void 0}},setup(l){const t=l,a=e.ref(!1),o=v=>{const c=v.trim();if(!c)return"";const d=c.split(/\s+/).filter(Boolean);return d.length===1?d[0].slice(0,2).toUpperCase():`${d[0][0]}${d[1][0]}`.toUpperCase()},r=e.computed(()=>o(t.name||t.alt||"")),f=e.computed(()=>!!(t.src&&!a.value)),s=e.computed(()=>{if(t.alt)return t.alt;if(t.name)return t.name}),p=e.computed(()=>[`vf-avatar_size-${t.size}`,`vf-avatar_shape-${t.shape}`]),n=()=>{a.value=!0};return e.watch(()=>t.src,()=>{a.value=!1}),(v,c)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["vf-avatar",p.value]),"data-status":v.status||void 0,role:"img","aria-label":s.value},[e.createElementVNode("div",ga,[e.renderSlot(v.$slots,"default",{},()=>[f.value?(e.openBlock(),e.createElementBlock("img",{key:0,class:"vf-avatar__image",src:v.src,alt:v.alt||v.name||"",onError:n},null,40,ma)):(e.openBlock(),e.createElementBlock("span",ha,e.toDisplayString(r.value),1))])]),v.status?(e.openBlock(),e.createElementBlock("span",{key:0,class:"vf-avatar__status","data-status":v.status,"aria-hidden":"true"},null,8,_a)):e.createCommentVNode("",!0)],10,ba))}}),ka=["aria-label"],wa={key:0,class:"vf-datatable__head"},za={class:"vf-datatable__row"},xa=["aria-sort"],Ca=["onClick"],Ba={class:"vf-datatable__header-text"},$a={key:1,class:"vf-datatable__header-text"},Sa={class:"vf-datatable__body"},Va={key:0,class:"vf-datatable__row vf-datatable__row_state"},Ea=["colspan"],Na={key:1,class:"vf-datatable__row vf-datatable__row_state"},Fa=["colspan"],Ta=["onClick"],Da=e.defineComponent({__name:"data-table",props:{rows:{default:()=>[]},columns:{default:()=>[]},rowKey:{type:[String,Function],default:"id"},sortable:{type:Boolean,default:!1},sortField:{default:null},sortOrder:{default:null},loading:{type:Boolean,default:!1},loadingText:{default:"Loading..."},emptyText:{default:"No data"},striped:{type:Boolean,default:!1},hover:{type:Boolean,default:!0},size:{default:"normal"},variant:{default:"filled"},showHeader:{type:Boolean,default:!0},ariaLabel:{default:"Data table"}},emits:["update:sortField","update:sortOrder","sort","rowClick"],setup(l,{emit:t}){const a=l,o=t,r=e.ref(a.sortField??null),f=e.ref(a.sortOrder??null);e.watch(()=>a.sortField,b=>{r.value=b??null}),e.watch(()=>a.sortOrder,b=>{f.value=b??null});const s=e.computed(()=>r.value),p=e.computed(()=>f.value),n=e.computed(()=>Math.max(1,a.columns.length)),v=b=>b.sortable===!1?!1:b.sortable===!0?!0:a.sortable,c=(b,_)=>b==null&&_==null?0:b==null?-1:_==null?1:typeof b=="number"&&typeof _=="number"?b-_:String(b).localeCompare(String(_)),d=e.computed(()=>{const b=a.rows??[],_=s.value,m=p.value;return!_||!m?b:[...b].sort((V,M)=>{const H=V==null?void 0:V[_],Y=M==null?void 0:M[_],G=c(H,Y);return m==="asc"?G:-G})}),u=e.computed(()=>{const b=["vf-datatable",`vf-datatable_${a.variant}`];return a.size!=="normal"&&b.push(`vf-datatable_${a.size}`),a.striped&&b.push("vf-datatable_striped"),a.hover&&b.push("vf-datatable_hover"),b}),g=(b,_)=>{if(typeof a.rowKey=="function")return a.rowKey(b,_);if(a.rowKey&&typeof a.rowKey=="string"){const m=b==null?void 0:b[a.rowKey];return typeof m=="string"||typeof m=="number"?m:_}return _},i=(b,_)=>b==null?void 0:b[_.field],k=(b,_)=>{const m=i(b,_);return _.formatter?_.formatter(b,m,_):m??""},y=b=>{if(!v(b))return;let _=b.field,m="asc";s.value===b.field&&(p.value==="asc"?m="desc":p.value==="desc"?(_=null,m=null):m="asc"),r.value=_,f.value=m,o("update:sortField",_),o("update:sortOrder",m),o("sort",_,m)},C=b=>s.value!==b.field?"↕":p.value==="asc"?"↑":"↓",R=b=>s.value!==b.field?"":"is-active",z=b=>{if(v(b))return s.value!==b.field?"none":p.value==="asc"?"ascending":"descending"},S=b=>{const _=[];return a.striped&&b%2===1&&_.push("vf-datatable__row_striped"),_},L=b=>{const _=[];return b.align&&_.push(`vf-datatable__cell_${b.align}`),v(b)&&_.push("vf-datatable__header_sortable"),_},w=b=>{const _=[];return b.align&&_.push(`vf-datatable__cell_${b.align}`),_},E=b=>{const _={};return b.width&&(_.width=b.width),b.minWidth&&(_.minWidth=b.minWidth),_},N=(b,_,m)=>{o("rowClick",b,_,m)};return(b,_)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(u.value)},[e.createElementVNode("table",{class:"vf-datatable__table","aria-label":b.ariaLabel},[b.showHeader?(e.openBlock(),e.createElementBlock("thead",wa,[e.createElementVNode("tr",za,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(b.columns,m=>(e.openBlock(),e.createElementBlock("th",{key:m.field,class:e.normalizeClass(["vf-datatable__header",L(m)]),style:e.normalizeStyle(E(m)),"aria-sort":z(m),scope:"col"},[v(m)?(e.openBlock(),e.createElementBlock("button",{key:0,type:"button",class:"vf-datatable__sort-button",onClick:V=>y(m)},[e.createElementVNode("span",Ba,[b.$slots[`header-${m.field}`]?e.renderSlot(b.$slots,`header-${m.field}`,{key:0,column:m}):(e.openBlock(),e.createElementBlock(e.Fragment,{key:1},[e.createTextVNode(e.toDisplayString(m.header??m.field),1)],64))]),e.createElementVNode("span",{class:e.normalizeClass(["vf-datatable__sort-icon",R(m)])},e.toDisplayString(C(m)),3)],8,Ca)):(e.openBlock(),e.createElementBlock("span",$a,[b.$slots[`header-${m.field}`]?e.renderSlot(b.$slots,`header-${m.field}`,{key:0,column:m}):(e.openBlock(),e.createElementBlock(e.Fragment,{key:1},[e.createTextVNode(e.toDisplayString(m.header??m.field),1)],64))]))],14,xa))),128))])])):e.createCommentVNode("",!0),e.createElementVNode("tbody",Sa,[b.loading?(e.openBlock(),e.createElementBlock("tr",Va,[e.createElementVNode("td",{class:"vf-datatable__cell vf-datatable__cell_state",colspan:n.value},[e.renderSlot(b.$slots,"loading",{},()=>[e.createTextVNode(e.toDisplayString(b.loadingText),1)])],8,Ea)])):d.value.length?(e.openBlock(!0),e.createElementBlock(e.Fragment,{key:2},e.renderList(d.value,(m,V)=>(e.openBlock(),e.createElementBlock("tr",{key:g(m,V),class:e.normalizeClass(["vf-datatable__row",S(V)]),onClick:M=>N(m,V,M)},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(b.columns,M=>(e.openBlock(),e.createElementBlock("td",{key:M.field,class:e.normalizeClass(["vf-datatable__cell",w(M)]),style:e.normalizeStyle(E(M))},[b.$slots[`cell-${M.field}`]?e.renderSlot(b.$slots,`cell-${M.field}`,{key:0,row:m,column:M,value:i(m,M),index:V}):(e.openBlock(),e.createElementBlock(e.Fragment,{key:1},[e.createTextVNode(e.toDisplayString(k(m,M)),1)],64))],6))),128))],10,Ta))),128)):(e.openBlock(),e.createElementBlock("tr",Na,[e.createElementVNode("td",{class:"vf-datatable__cell vf-datatable__cell_state",colspan:n.value},[e.renderSlot(b.$slots,"empty",{},()=>[e.createTextVNode(e.toDisplayString(b.emptyText),1)])],8,Fa)]))])],8,ka)],2))}}),La={class:"vf-slider__control"},Ma=["min","max","step","value","disabled","aria-label"],Ra=["min","max","step","value","disabled","aria-label"],Pa={key:0,class:"vf-slider__marks"},Ia={key:0,class:"vf-slider__mark-label"},Oa={key:1,class:"vf-slider__value"},Ka=e.defineComponent({name:"VfSlider",__name:"slider",props:{modelValue:{default:void 0},min:{default:0},max:{default:100},step:{default:1},range:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1},size:{default:"normal"},variant:{default:"filled"},showValue:{type:Boolean,default:!1},marks:{default:()=>[]},ariaLabel:{default:"Slider"},ariaLabelStart:{default:"Start value"},ariaLabelEnd:{default:"End value"}},emits:["update:modelValue","input","change","focus","blur"],setup(l,{emit:t}){const a=t,o=l,r=e.computed(()=>o.range||Array.isArray(o.modelValue)),f=e.computed(()=>Number.isFinite(o.min)?o.min:0),s=e.computed(()=>Number.isFinite(o.max)?o.max:100),p=e.computed(()=>o.step&&o.step>0?o.step:1),n=B=>{const D=B.toString();return D.includes(".")?D.split(".")[1].length:0},v=B=>Math.min(s.value,Math.max(f.value,B)),c=B=>{const D=Number(B),x=f.value,I=Number.isFinite(D)?D:x,O=v(I),$=p.value,h=n($),F=Math.round((O-f.value)/$)*$+f.value;return Number.parseFloat(F.toFixed(h))},d=e.computed(()=>{if(!r.value){const I=c(o.modelValue??f.value);return[I,I]}const B=Array.isArray(o.modelValue)?o.modelValue:[f.value,s.value];let D=c(B[0]),x=c(B[1]);return D>x&&([D,x]=[x,D]),[D,x]}),u=e.computed(()=>r.value?d.value[0]:c(o.modelValue??f.value)),g=e.computed(()=>r.value?d.value[1]:c(o.modelValue??f.value)),i=B=>{const D=s.value-f.value;return D<=0?0:(B-f.value)/D*100},k=e.computed(()=>r.value?i(u.value):0),y=e.computed(()=>i(r.value?g.value:u.value)),C=e.computed(()=>({"--vf-slider-start":`${k.value}%`,"--vf-slider-end":`${y.value}%`})),R=e.computed(()=>{const B=["vf-slider",`vf-slider_${o.variant}`];return o.size!=="normal"&&B.push(`vf-slider_${o.size}`),o.disabled&&B.push("vf-slider_disabled"),r.value&&B.push("vf-slider_range"),B}),z=e.computed(()=>({zIndex:r.value&&k.value>50?4:3})),S=e.computed(()=>({zIndex:r.value&&k.value>50?3:4})),L=(B,D,x)=>{if(o.disabled)return;const I=c(Number(B));a("update:modelValue",I),a(x,D)},w=(B,D,x,I)=>{if(o.disabled)return;const O=c(Number(B));let[$,h]=d.value;D==="start"?$=Math.min(O,h):h=Math.max(O,$),a("update:modelValue",[$,h]),a(I,x)},E=B=>{const D=B.target;if(r.value){w(D.value,"start",B,"input");return}L(D.value,B,"input")},N=B=>{const D=B.target;w(D.value,"end",B,"input")},b=B=>{const D=B.target;if(r.value){w(D.value,"start",B,"change");return}L(D.value,B,"change")},_=B=>{const D=B.target;w(D.value,"end",B,"change")},m=B=>a("focus",B),V=B=>a("blur",B),M=e.computed(()=>o.marks??[]),H=B=>({left:`${i(v(B))}%`}),Y=e.computed(()=>r.value?`${d.value[0]} - ${d.value[1]}`:`${u.value}`),G=e.computed(()=>r.value?o.ariaLabelStart:o.ariaLabel),U=e.computed(()=>r.value?o.ariaLabelEnd:o.ariaLabel);return(B,D)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(R.value),style:e.normalizeStyle(C.value)},[e.createElementVNode("div",La,[D[0]||(D[0]=e.createElementVNode("div",{class:"vf-slider__track"},[e.createElementVNode("div",{class:"vf-slider__fill"})],-1)),e.createElementVNode("input",{class:"vf-slider__input vf-slider__input_start",type:"range",min:f.value,max:s.value,step:p.value,value:u.value,disabled:B.disabled,"aria-label":G.value,style:e.normalizeStyle(z.value),onInput:E,onChange:b,onFocus:m,onBlur:V},null,44,Ma),r.value?(e.openBlock(),e.createElementBlock("input",{key:0,class:"vf-slider__input vf-slider__input_end",type:"range",min:f.value,max:s.value,step:p.value,value:g.value,disabled:B.disabled,"aria-label":U.value,style:e.normalizeStyle(S.value),onInput:N,onChange:_,onFocus:m,onBlur:V},null,44,Ra)):e.createCommentVNode("",!0)]),M.value.length?(e.openBlock(),e.createElementBlock("div",Pa,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(M.value,x=>(e.openBlock(),e.createElementBlock("span",{key:x.value,class:"vf-slider__mark",style:e.normalizeStyle(H(x.value))},[x.label?(e.openBlock(),e.createElementBlock("span",Ia,e.toDisplayString(x.label),1)):e.createCommentVNode("",!0)],4))),128))])):e.createCommentVNode("",!0),B.showValue?(e.openBlock(),e.createElementBlock("div",Oa,e.toDisplayString(Y.value),1)):e.createCommentVNode("",!0)],6))}}),Aa=["aria-label","aria-labelledby"],Ha={class:"vf-stepper__list"},Wa={class:"vf-stepper__indicator-wrap"},ja={class:"vf-stepper__indicator"},Ga={key:0,class:"vf-stepper__line","aria-hidden":"true"},Ya={class:"vf-stepper__content"},Ua={key:0,class:"vf-stepper__label"},Xa={key:1,class:"vf-stepper__description"},qa=e.defineComponent({name:"VfStepper",__name:"stepper",props:{modelValue:{default:void 0},steps:{default:()=>[]},orientation:{default:"horizontal"},size:{default:"normal"},clickable:{type:Boolean,default:!1},ariaLabel:{default:""},ariaLabelledby:{default:""}},emits:["update:modelValue","change"],setup(l,{emit:t}){const a=t,o=l,r=e.computed(()=>o.steps??[]),f=(S,L)=>S.value??L,s=e.computed(()=>{if(o.modelValue===void 0||o.modelValue===null)return 0;const S=r.value.findIndex((L,w)=>f(L,w)===o.modelValue);return S>=0?S:0}),p=e.computed(()=>{const S=["vf-stepper",`vf-stepper_${o.orientation}`,`vf-stepper_size-${o.size}`];return o.clickable&&S.push("vf-stepper_clickable"),S}),n=(S,L)=>S.status?S.status:L<s.value?"completed":L===s.value?"active":"upcoming",v=S=>n(r.value[S],S)==="active",c=S=>n(r.value[S],S)==="completed",d=S=>n(r.value[S],S)==="upcoming",u=(S,L)=>n(S,L)==="error",g=S=>!!S.disabled,i=(S,L)=>({"is-active":v(L),"is-completed":c(L),"is-upcoming":d(L),"is-error":u(S,L),"is-disabled":g(S)}),k=S=>o.clickable&&!g(S)?"button":"div",y=S=>o.clickable&&!g(S)?"button":void 0,C=S=>k(S)==="button"?g(S):void 0,R=(S,L,w)=>{if(!o.clickable||g(S))return;const E=f(S,L);a("update:modelValue",E),a("change",E,S,L,w)},z=(S,L)=>`${S.value??S.label??"step"}_${L.toString()}`;return(S,L)=>(e.openBlock(),e.createElementBlock("nav",{class:e.normalizeClass(p.value),"aria-label":S.ariaLabel||void 0,"aria-labelledby":S.ariaLabelledby||void 0},[e.createElementVNode("ol",Ha,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(r.value,(w,E)=>(e.openBlock(),e.createElementBlock("li",{key:z(w,E),class:e.normalizeClass(["vf-stepper__item",i(w,E)])},[(e.openBlock(),e.createBlock(e.resolveDynamicComponent(k(w)),{class:"vf-stepper__button",type:y(w),disabled:C(w),"aria-current":v(E)?"step":void 0,"aria-disabled":g(w)?"true":void 0,onClick:N=>R(w,E,N)},{default:e.withCtx(()=>[e.createElementVNode("span",Wa,[e.createElementVNode("span",ja,[e.renderSlot(S.$slots,"indicator",{step:w,index:E,status:n(w,E),active:v(E),completed:c(E),upcoming:d(E),error:u(w,E)},()=>[e.createTextVNode(e.toDisplayString(E+1),1)])]),E<r.value.length-1?(e.openBlock(),e.createElementBlock("span",Ga)):e.createCommentVNode("",!0)]),e.createElementVNode("span",Ya,[e.renderSlot(S.$slots,"step",{step:w,index:E,status:n(w,E),active:v(E),completed:c(E),upcoming:d(E),error:u(w,E)},()=>[w.label?(e.openBlock(),e.createElementBlock("span",Ua,e.toDisplayString(w.label),1)):e.createCommentVNode("",!0),w.description?(e.openBlock(),e.createElementBlock("span",Xa,e.toDisplayString(w.description),1)):e.createCommentVNode("",!0)])])]),_:2},1032,["type","disabled","aria-current","aria-disabled","onClick"]))],2))),128))])],10,Aa))}}),Za=["aria-label","aria-readonly","aria-disabled"],Ja=["aria-checked","aria-label","tabindex","disabled","onClick","onKeydown"],Qa={class:"vf-rating__icon vf-rating__icon_empty"},el={class:"vf-rating__icon_inner"},ol=e.defineComponent({__name:"rating",props:{modelValue:{default:0},max:{default:5},size:{default:"normal"},allowHalf:{type:Boolean,default:!1},readonly:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1},ariaLabel:{default:""}},emits:["update:modelValue","change","focus","blur"],setup(l,{emit:t}){const a=t,o=l,r=e.ref(null),f=e.ref(null),s=e.ref([]),p=e.computed(()=>o.allowHalf?.5:1),n=e.computed(()=>Math.max(1,Math.floor(o.max))),v=e.computed(()=>Array.from({length:n.value},(m,V)=>V+1)),c=e.computed(()=>{const m=r.value??o.modelValue??0,V=Math.min(n.value,Math.max(0,m));return o.allowHalf?Math.round(V*2)/2:Math.round(V)}),d=e.computed(()=>{const m=Math.min(n.value,Math.max(0,o.modelValue??0));return m===0?1:Math.min(n.value,Math.max(1,Math.ceil(m)))}),u=e.computed(()=>{const m=[`vf-rating_${o.size}`];return o.disabled&&m.push("vf-rating_disabled"),o.readonly&&m.push("vf-rating_readonly"),r.value!==null&&m.push("vf-rating_hover"),m}),g=m=>Math.min(n.value,Math.max(0,m)),i=m=>{const V=Math.round(m/p.value)*p.value;return g(V)},k=(m,V)=>{if(!o.allowHalf)return m;const H=V.currentTarget.getBoundingClientRect();return V.clientX-H.left<=H.width/2?m-.5:m},y=m=>{const V=i(m);a("update:modelValue",V),a("change",V)},C=m=>{if(o.disabled||o.readonly)return;const V=s.value.filter(Boolean);if(!V.length)return;const M=m.clientX,H=V[0].getBoundingClientRect(),Y=V[V.length-1].getBoundingClientRect();if(M<H.left){r.value=0;return}if(M>Y.right){r.value=n.value;return}let G=0,U=H,B=Number.POSITIVE_INFINITY;V.forEach((x,I)=>{const O=x.getBoundingClientRect(),$=O.left+O.width/2,h=Math.abs(M-$);h<B&&(B=h,G=I,U=O)});let D=G+1;if(o.allowHalf){const x=U.left+U.width/2;D=M<x?D-.5:D}r.value=g(D)},R=()=>{r.value=null},z=(m,V)=>{o.disabled||o.readonly||y(k(m,V))},S=(m,V)=>{if(o.disabled||o.readonly)return;let M=o.modelValue??0;switch(V.key){case"ArrowRight":case"ArrowUp":M=(o.modelValue??0)+p.value;break;case"ArrowLeft":case"ArrowDown":M=(o.modelValue??0)-p.value;break;case"Home":M=0;break;case"End":M=n.value;break;case" ":case"Enter":M=m;break;default:return}V.preventDefault(),y(M)},L=m=>a("focus",m),w=m=>a("blur",m),E=m=>{const V=c.value-(m-1),M=Math.min(1,Math.max(0,V));return o.allowHalf?M>=1?"100%":M>=.5?"50%":"0%":M>=1?"100%":"0%"},N=m=>m===d.value?0:-1,b=m=>(o.modelValue??0)===0?!1:m===d.value,_=m=>o.ariaLabel?`${o.ariaLabel} ${m}`:`${m}`;return(m,V)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["vf-rating",u.value]),ref_key:"rootRef",ref:f,role:"radiogroup","aria-label":m.ariaLabel||void 0,"aria-readonly":m.readonly||void 0,"aria-disabled":m.disabled||void 0,onMousemove:C,onMouseleave:R},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(v.value,M=>(e.openBlock(),e.createElementBlock("button",{key:M,type:"button",class:"vf-rating__item",ref_for:!0,ref_key:"itemRefs",ref:s,role:"radio","aria-checked":b(M),"aria-label":_(M),tabindex:N(M),disabled:m.disabled,onFocus:L,onBlur:w,onClick:H=>z(M,H),onKeydown:H=>S(M,H)},[e.createElementVNode("span",Qa,[e.renderSlot(m.$slots,"icon",{},()=>[V[0]||(V[0]=e.createElementVNode("svg",{viewBox:"0 0 24 24","aria-hidden":"true",class:"vf-rating__svg"},[e.createElementVNode("path",{d:"M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z",fill:"currentColor"})],-1))])]),e.createElementVNode("span",{class:"vf-rating__icon vf-rating__icon_fill",style:e.normalizeStyle({width:E(M)})},[e.createElementVNode("span",el,[e.renderSlot(m.$slots,"active-icon",{},()=>[V[1]||(V[1]=e.createElementVNode("svg",{viewBox:"0 0 24 24","aria-hidden":"true",class:"vf-rating__svg"},[e.createElementVNode("path",{d:"M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z",fill:"currentColor"})],-1))])])],4)],40,Ja))),128))],42,Za))}}),rl={class:"vf-tree__node",role:"none"},tl=["aria-level","aria-expanded","aria-selected","aria-disabled","tabindex"],al=["disabled","aria-label"],ll={key:1,class:"vf-tree__toggle-spacer","aria-hidden":"true"},nl={class:"vf-tree__label"},il={key:0,class:"vf-tree__group",role:"group"},sl=e.defineComponent({__name:"tree-node",props:{node:{},level:{},size:{},variant:{},disabled:{type:Boolean},expandOnClick:{type:Boolean},selectable:{type:Boolean},isSelected:{type:Function},isExpanded:{type:Function},isDisabled:{type:Function},onSelect:{type:Function},onToggle:{type:Function}},setup(l){const t=l,a=e.computed(()=>{var i;return!!((i=t.node.children)!=null&&i.length)}),o=e.computed(()=>t.isDisabled(t.node)),r=e.computed(()=>t.isSelected(t.node.key)),f=e.computed(()=>t.isExpanded(t.node.key)),s=e.computed(()=>{const i=[`vf-tree__row_${t.variant}`];return t.size!=="normal"&&i.push(`vf-tree__row_${t.size}`),r.value&&i.push("is-selected"),o.value&&i.push("is-disabled"),i}),p=e.computed(()=>({"--vf-tree-level":String(t.level)})),n=i=>{o.value||(t.expandOnClick&&a.value&&t.onToggle(t.node,i),t.onSelect(t.node,i))},v=i=>{const k=i,y=k==null?void 0:k.closest('[role="tree"]');return y?Array.from(y.querySelectorAll('[role="treeitem"]')):[]},c=(i,k)=>{k<0||k>=i.length||i[k].focus()},d=i=>{const k=i.closest('[role="group"]');if(!k)return;const y=k.previousElementSibling;y instanceof HTMLElement&&y.getAttribute("role")==="treeitem"&&y.focus()},u=i=>{if(o.value)return;const k=i.currentTarget;if(i.key==="Enter"||i.key===" "){i.preventDefault(),n(i);return}if(i.key==="ArrowRight"){if(i.preventDefault(),a.value&&!f.value){t.onToggle(t.node,i);return}const y=v(i.target),C=y.indexOf(k);c(y,C+1);return}if(i.key==="ArrowLeft"){if(i.preventDefault(),a.value&&f.value){t.onToggle(t.node,i);return}d(k);return}if(i.key==="ArrowDown"||i.key==="ArrowUp"||i.key==="Home"||i.key==="End"){i.preventDefault();const y=v(i.target);if(!y.length)return;const C=y.indexOf(k);if(i.key==="ArrowDown"){c(y,C+1);return}if(i.key==="ArrowUp"){c(y,C-1);return}if(i.key==="Home"){c(y,0);return}c(y,y.length-1)}},g=i=>{o.value||!a.value||t.onToggle(t.node,i)};return(i,k)=>{const y=e.resolveComponent("TreeNode",!0);return e.openBlock(),e.createElementBlock("li",rl,[e.createElementVNode("div",{class:e.normalizeClass(["vf-tree__row",s.value]),style:e.normalizeStyle(p.value),role:"treeitem","aria-level":i.level,"aria-expanded":a.value?f.value:void 0,"aria-selected":r.value,"aria-disabled":o.value?"true":void 0,tabindex:o.value?-1:0,onClick:n,onKeydown:u},[a.value?(e.openBlock(),e.createElementBlock("button",{key:0,type:"button",class:e.normalizeClass(["vf-tree__toggle",{"is-expanded":f.value}]),disabled:o.value,tabindex:"-1","aria-label":f.value?"Collapse":"Expand",onClick:e.withModifiers(g,["stop"])},e.toDisplayString(f.value?"-":"+"),11,al)):(e.openBlock(),e.createElementBlock("span",ll)),e.createElementVNode("span",nl,[e.renderSlot(i.$slots,"label",{node:i.node,level:i.level,selected:r.value,expanded:f.value,disabled:o.value},()=>[e.createTextVNode(e.toDisplayString(i.node.label),1)])])],46,tl),a.value&&f.value?(e.openBlock(),e.createElementBlock("ul",il,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(i.node.children,C=>(e.openBlock(),e.createBlock(y,{key:C.key,node:C,level:i.level+1,size:i.size,variant:i.variant,disabled:i.disabled,"expand-on-click":i.expandOnClick,selectable:i.selectable,"is-selected":i.isSelected,"is-expanded":i.isExpanded,"is-disabled":i.isDisabled,"on-select":i.onSelect,"on-toggle":i.onToggle},{label:e.withCtx(R=>[e.renderSlot(i.$slots,"label",e.mergeProps({ref_for:!0},R))]),_:2},1032,["node","level","size","variant","disabled","expand-on-click","selectable","is-selected","is-expanded","is-disabled","on-select","on-toggle"]))),128))])):e.createCommentVNode("",!0)])}}}),dl=["aria-label","aria-labelledby"],cl={class:"vf-tree__list",role:"group"},Oe=e.defineComponent({__name:"tree",props:{items:{default:()=>[]},modelValue:{default:void 0},expandedKeys:{default:()=>[]},multiple:{type:Boolean,default:!1},selectable:{type:Boolean,default:!0},expandOnClick:{type:Boolean,default:!0},disabled:{type:Boolean,default:!1},size:{default:"normal"},variant:{default:"filled"},ariaLabel:{default:"Tree"},ariaLabelledby:{default:""}},emits:["update:modelValue","update:expandedKeys","change","toggle","nodeClick"],setup(l,{emit:t}){const a=l,o=t,r=i=>Array.isArray(i)?i:i==null?[]:[i],f=e.computed(()=>{const i=["vf-tree",`vf-tree_${a.variant}`];return a.size!=="normal"&&i.push(`vf-tree_${a.size}`),a.disabled&&i.push("vf-tree_disabled"),i}),s=e.computed(()=>r(a.modelValue)),p=e.computed(()=>new Set(s.value)),n=e.computed(()=>new Set(a.expandedKeys)),v=i=>a.disabled||!!i.disabled,c=i=>p.value.has(i),d=i=>n.value.has(i),u=(i,k)=>{if(o("nodeClick",i,k),!a.selectable||v(i))return;if(a.multiple){const C=s.value,z=C.includes(i.key)?C.filter(S=>S!==i.key):[...C,i.key];o("update:modelValue",z),o("change",z,i,k);return}const y=a.modelValue===i.key?void 0:i.key;o("update:modelValue",y),o("change",y,i,k)},g=(i,k)=>{if(v(i))return;const y=a.expandedKeys,C=y.includes(i.key),R=C?y.filter(z=>z!==i.key):[...y,i.key];o("update:expandedKeys",R),o("toggle",i.key,!C,i,k)};return(i,k)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(f.value),role:"tree","aria-label":i.ariaLabel||void 0,"aria-labelledby":i.ariaLabelledby||void 0},[e.createElementVNode("ul",cl,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(i.items,y=>(e.openBlock(),e.createBlock(sl,{key:y.key,node:y,level:1,size:i.size,variant:i.variant,disabled:i.disabled,"expand-on-click":i.expandOnClick,selectable:i.selectable,"is-selected":c,"is-expanded":d,"is-disabled":v,"on-select":u,"on-toggle":g},{label:e.withCtx(C=>[e.renderSlot(i.$slots,"label",e.mergeProps({ref_for:!0},C))]),_:2},1032,["node","size","variant","disabled","expand-on-click","selectable"]))),128))])],10,dl))}}),fl=["disabled","aria-expanded","onKeydown"],vl=["data-placement"],pl={key:0,class:"vf-treeselect__search"},ul=["value","placeholder","onKeydown"],bl={key:1,class:"vf-treeselect__loading"},gl={key:3,class:"vf-treeselect__empty"},ml=e.defineComponent({__name:"tree-select",props:{items:{default:()=>[]},modelValue:{default:void 0},expandedKeys:{default:()=>[]},multiple:{type:Boolean,default:!1},selectable:{type:Boolean,default:!0},expandOnClick:{type:Boolean,default:!0},disabled:{type:Boolean,default:!1},readonly:{type:Boolean,default:!1},loading:{type:Boolean,default:!1},loadingText:{default:"Loading..."},emptyText:{default:"No results"},placeholder:{default:""},searchPlaceholder:{default:"Search..."},filter:{type:Boolean,default:!0},clearable:{type:Boolean,default:!1},variant:{default:"filled"},size:{default:"normal"}},emits:["update:modelValue","change","update:expandedKeys","toggle","nodeClick","search","focus","blur"],setup(l,{emit:t}){let a=0;const o=t,r=l,f=e.ref(null),s=e.ref(null),p=e.ref(null),n=e.ref(null),v=e.ref(!1),c=e.ref(""),d=e.ref("bottom"),u=e.ref("bottom"),g=`vf-treeselect-panel-${++a}`;let i=null;const k=$=>Array.isArray($)?$:$==null?[]:[$],y=$=>{const h=[],F=P=>{P.forEach(j=>{var X;h.push(j),(X=j.children)!=null&&X.length&&F(j.children)})};return F($),h},C=e.computed(()=>k(r.modelValue)),R=e.computed(()=>C.value.length>0),z=e.computed(()=>{const $=new Map;return y(r.items).forEach(h=>{$.set(h.key,h.label)}),$}),S=e.computed(()=>{const $=C.value.map(h=>z.value.get(h)).filter(h=>!!h);return $.length?r.multiple?$.join(", "):$[0]:""}),L=($,h)=>$.label.toLowerCase().includes(h),w=($,h)=>{if(!h)return $;const F=[];return $.forEach(P=>{var X;const j=(X=P.children)!=null&&X.length?w(P.children,h):[];(L(P,h)||j.length)&&F.push({...P,children:j})}),F},E=e.computed(()=>{if(!r.filter)return r.items;const $=c.value.trim().toLowerCase();return $?w(r.items,$):r.items}),N=e.computed(()=>{const $=["vf-treeselect",`vf-treeselect_${r.variant}`,v.value?"vf-treeselect_open":""];return r.size!=="normal"&&$.push(`vf-treeselect_${r.size}`),r.disabled&&$.push("vf-treeselect_disabled"),$.filter(Boolean)}),b=()=>{v.value=!1,d.value="bottom",u.value="bottom",c.value=""},_=async()=>{var $;r.disabled||(v.value=!0,d.value="bottom",u.value="bottom",r.filter&&(await e.nextTick(),($=n.value)==null||$.focus()))},m=()=>{if(v.value){b();return}_()},V=$=>{r.readonly||(o("update:modelValue",$),r.multiple||b())},M=($,h,F)=>{r.readonly||o("change",$,h,F)},H=$=>{o("update:expandedKeys",$)},Y=($,h,F,P)=>{o("toggle",$,h,F,P)},G=($,h)=>{o("nodeClick",$,h)},U=()=>{if(r.readonly)return;const $=r.multiple?[]:void 0;o("update:modelValue",$),o("change",$)},B=$=>{const h=$.target;c.value=h.value,o("search",h.value)},D=$=>o("focus",$),x=$=>o("blur",$),I=$=>{var F;if(!v.value||!f.value)return;const h=$.target;f.value.contains(h)||(F=p.value)!=null&&F.contains(h)||b()},O=()=>{if(!s.value||!p.value)return;const $=s.value,h=p.value,F=async()=>{const{x:T,y:A,placement:W}=await de($,h,{placement:d.value,strategy:"fixed",middleware:[ie(2),ne({placements:["bottom","top"]})]});u.value=W??d.value,h.style.minWidth=`${$.getBoundingClientRect().width}px`,h.style.left=`${T}px`,h.style.top=`${A}px`},P=async()=>{await F()},j=se($,()=>{P()}),X=()=>{P()};document.addEventListener("scroll",X,!0),window.addEventListener("resize",X,!1),i={update:P,destroy:()=>{j(),document.removeEventListener("scroll",X,!0),window.removeEventListener("resize",X,!1)}},i.update()};return e.watch(v,async $=>{if(!$){i&&(i.destroy(),i=null);return}await e.nextTick(),i||O(),i==null||i.update()}),e.watch(()=>[r.items,c.value,r.expandedKeys],()=>{i==null||i.update()},{deep:!0}),e.onMounted(()=>{document.addEventListener("click",I)}),e.onBeforeUnmount(()=>{document.removeEventListener("click",I),i==null||i.destroy(),i=null}),($,h)=>(e.openBlock(),e.createElementBlock("div",{ref_key:"root",ref:f,class:e.normalizeClass(N.value)},[e.createElementVNode("button",{ref_key:"trigger",ref:s,class:"vf-treeselect__control",type:"button",disabled:$.disabled,"aria-expanded":v.value,"aria-controls":g,"aria-haspopup":"tree",onClick:m,onKeydown:[e.withKeys(e.withModifiers(_,["prevent"]),["down"]),e.withKeys(e.withModifiers(m,["prevent"]),["enter"]),e.withKeys(e.withModifiers(b,["prevent"]),["esc"])],onFocus:D,onBlur:x},[e.createElementVNode("span",{class:e.normalizeClass(["vf-treeselect__label",{"vf-treeselect__label_placeholder":!S.value}])},e.toDisplayString(S.value||$.placeholder),3),h[0]||(h[0]=e.createElementVNode("span",{class:"vf-treeselect__chevron","aria-hidden":"true"},"▾",-1))],40,fl),$.clearable&&R.value&&!$.disabled&&!$.readonly?(e.openBlock(),e.createElementBlock("button",{key:0,class:"vf-treeselect__clear",type:"button","aria-label":"Clear selection",onClick:e.withModifiers(U,["stop"])}," ✕ ")):e.createCommentVNode("",!0),(e.openBlock(),e.createBlock(e.Teleport,{to:"body"},[e.withDirectives(e.createElementVNode("div",{id:g,ref_key:"panel",ref:p,class:"vf-treeselect__panel","data-placement":u.value},[$.filter?(e.openBlock(),e.createElementBlock("div",pl,[e.createElementVNode("input",{ref_key:"searchInput",ref:n,class:"vf-treeselect__search-control",type:"text",value:c.value,placeholder:$.searchPlaceholder,onInput:B,onKeydown:e.withKeys(e.withModifiers(b,["prevent"]),["esc"])},null,40,ul)])):e.createCommentVNode("",!0),$.loading?(e.openBlock(),e.createElementBlock("div",bl,e.toDisplayString($.loadingText),1)):E.value.length>0?(e.openBlock(),e.createBlock(Oe,{key:2,class:"vf-treeselect__tree",items:E.value,"model-value":$.modelValue,"expanded-keys":$.expandedKeys,multiple:$.multiple,selectable:$.selectable,"expand-on-click":$.expandOnClick,disabled:$.disabled,size:$.size,variant:$.variant,"onUpdate:modelValue":V,onChange:M,"onUpdate:expandedKeys":H,onToggle:Y,onNodeClick:G},{label:e.withCtx(F=>[e.renderSlot($.$slots,"label",e.normalizeProps(e.guardReactiveProps(F)))]),_:3},8,["items","model-value","expanded-keys","multiple","selectable","expand-on-click","disabled","size","variant"])):(e.openBlock(),e.createElementBlock("div",gl,e.toDisplayString($.emptyText),1))],8,vl),[[e.vShow,v.value]])]))],2))}}),hl=["aria-label"],_l={class:"vf-breadcrumbs__list"},yl={key:0,class:"vf-breadcrumbs__current","aria-current":"page"},kl={key:0,class:"vf-breadcrumbs__separator","aria-hidden":"true"},wl=e.defineComponent({name:"VfBreadcrumbs",__name:"breadcrumbs",props:{items:{default:()=>[]},separator:{default:"/"},ariaLabel:{default:"Breadcrumbs"}},setup(l){const t=l,a=e.computed(()=>t.items??[]),o=e.computed(()=>a.value.some(s=>s.active!==void 0)),r=(s,p)=>o.value?s.active===!0:p===a.value.length-1,f=(s,p)=>`${s.label??s.to??s.href??s.url??"crumb"}_${p.toString()}`;return(s,p)=>(e.openBlock(),e.createElementBlock("nav",{class:"vf-breadcrumbs","aria-label":s.ariaLabel},[e.createElementVNode("ol",_l,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(a.value,(n,v)=>(e.openBlock(),e.createElementBlock(e.Fragment,{key:f(n,v)},[e.createElementVNode("li",{class:e.normalizeClass(["vf-breadcrumbs__item",{"is-current":r(n,v),"is-disabled":n.disabled}])},[e.renderSlot(s.$slots,"item",{item:n,index:v,isLast:v===a.value.length-1,active:r(n,v)},()=>[r(n,v)?(e.openBlock(),e.createElementBlock("span",yl,e.toDisplayString(n.label),1)):(e.openBlock(),e.createBlock(ge,{key:1,class:"vf-breadcrumbs__link",to:n.to,href:n.href??n.url,disabled:n.disabled},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(n.label),1)]),_:2},1032,["to","href","disabled"]))])],2),v<a.value.length-1?(e.openBlock(),e.createElementBlock("li",kl,[e.renderSlot(s.$slots,"separator",{separator:s.separator},()=>[e.createTextVNode(e.toDisplayString(s.separator),1)])])):e.createCommentVNode("",!0)],64))),128))])],8,hl))}}),zl=["dark","light","theme","preset","colors","components","colorScheme"],xl=l=>{const t=l.replace(/([A-Z])/g,"-$1");return t.charAt(0).toUpperCase()+t.slice(1)},Cl=l=>l.filter(t=>!zl.includes(t)).map(t=>xl(t)).join("-").toLowerCase(),xe=l=>l.join("."),Bl=l=>/^#([0-9a-fA-F]{3}|[0-9a-fA-F]{6})$/.test(l),Ce=l=>{if(!Bl(l))return null;if(l.length===4){const t=l[1],a=l[2],o=l[3];return`#${t}${t}${a}${a}${o}${o}`}return l.toLowerCase()},Ke=l=>{const t=Ce(l);if(!t)return[0,0,0];const a=parseInt(t.slice(1),16),o=a>>16&255,r=a>>8&255,f=a&255;return[o,r,f]},Ae=l=>{const[t,a,o]=Ke(l);return`${t}, ${a}, ${o}`},$l=(l,t,a)=>{const o=l/255,r=t/255,f=a/255,s=Math.max(o,r,f),p=Math.min(o,r,f),n=s-p;let v=0,c=0;const d=(s+p)/2;if(n!==0){switch(c=n/(1-Math.abs(2*d-1)),s){case o:v=(r-f)/n%6;break;case r:v=(f-o)/n+2;break;case f:v=(o-r)/n+4;break}v*=60,v<0&&(v+=360)}return[v,c*100,d*100]},Sl=(l,t,a)=>{const o=t/100,r=a/100,f=(1-Math.abs(2*r-1))*o,s=f*(1-Math.abs(l/60%2-1)),p=r-f/2;let n=0,v=0,c=0;l>=0&&l<60?(n=f,v=s,c=0):l>=60&&l<120?(n=s,v=f,c=0):l>=120&&l<180?(n=0,v=f,c=s):l>=180&&l<240?(n=0,v=s,c=f):l>=240&&l<300?(n=s,v=0,c=f):(n=f,v=0,c=s);const d=Math.round((n+p)*255),u=Math.round((v+p)*255),g=Math.round((c+p)*255);return[d,u,g]},Vl=(l,t,a)=>`#${[l,t,a].map(o=>o.toString(16).padStart(2,"0")).join("")}`,El=(l,t,a)=>Math.min(a,Math.max(t,l)),Nl=(l,t)=>{const a=Ce(l);if(!a)return l;const[o,r,f]=Ke(a),[s,p,n]=$l(o,r,f),c=(t-5)*7,d=El(n+c,0,100),[u,g,i]=Sl(s,p,d);return Vl(u,g,i)},ye=l=>!!l&&typeof l=="object"&&!Array.isArray(l),Be=(l,t)=>{if(!t)return{...l};const a={...l};for(const o in t){const r=t[o],f=l[o];ye(f)&&ye(r)?a[o]=Be(f,r):a[o]=r}return a},Fl=l=>{if(!l)return null;if(ye(l)&&"preset"in l){const t=l;return{preset:t.preset??{},overrides:t.overrides,selector:t.selector,darkSelector:t.darkSelector,strict:t.strict}}return{preset:l}},Tl=l=>{const t=[],a=[],o=[],r=[],f=n=>o.push(n),s=n=>r.push(n),p=(n,v)=>{if(!(!n||typeof n!="object"))for(const c in n){const d=n[c],u=v.concat([c]);if(ye(d)){p(d,u);continue}if(d&&typeof d=="object"){s(`Theme value "${xe(u)}" is not a plain object or string and will be ignored.`);continue}if(typeof d!="string"){s(`Theme value "${xe(u)}" is not a string and will be ignored.`);continue}const i=u.includes("colorScheme")&&u.includes("dark")?a:t,k=Cl(u);if(i.push(`--vf-${k}: ${d}`),u.includes("colors")){const y=Ce(d);if(!y){f(`Theme color "${xe(u)}" is not hex. Shade variables will not be generated for it.`);continue}if(i.push(`--vf-${k}-rgb: ${Ae(y)}`),c!=="white")for(let C=1;C<10;++C){const R=Nl(y,C);i.push(`--vf-${k}-${C}00: ${R}`),i.push(`--vf-${k}-${C}00-rgb: ${Ae(R)}`)}}}};return p(l,[]),{baseVars:t,darkVars:a,warnings:o,errors:r}},Dl=l=>{if(typeof document>"u")return null;const t=document.getElementById(l);if(t&&t.tagName.toLowerCase()==="style")return t;const a=document.createElement("style");return a.id=l,document.head.appendChild(a),a},Ll=l=>({selector:l.selector??":root",darkSelector:l.darkSelector??":root[data-theme=dark]"}),Ml=(l,t,a,o)=>{const{baseVars:r,darkVars:f,warnings:s,errors:p}=Tl(l),n=Dl("vueforge-theme");if(!n)return;if(p.length){if(o)throw new Error(`[VueForge] ${p.join(" ")}`);for(const c of p)console.warn(`[VueForge] ${c}`)}if(s.length)for(const c of s)console.warn(`[VueForge] ${c}`);const v=[];r.length&&v.push(`${t} { ${r.join(";")} }`),f.length&&v.push(`${a} { ${f.join(";")} }`),n.textContent=v.join(`
3
+ `)};let ce=null;const $e=l=>{const t=Fl(l);if(!t)return;const a=Be(t.preset,t.overrides),{selector:o,darkSelector:r}=Ll(t);ce={...t},Ml(a,o,r,t.strict)},Rl=l=>{if(!ce)return;const t=l.overrides===void 0?ce.overrides:Be(ce.overrides??{},l.overrides??{}),a={preset:l.preset??ce.preset,overrides:t,selector:l.selector??ce.selector,darkSelector:l.darkSelector??ce.darkSelector};$e(a)},Pl=()=>ce?{...ce}:null,Il={install(l,t={}){t.theme&&$e(t.theme)}},He={colors:{white:"#ffffff",green:"#0cbc87",red:"#d6293e",yellow:"#f7c32e",sky:"#0ea5e9",blue:"#007bff",purple:"#6f42c1",gray:"#adb5bd"},borderWidth:"1px",controls:{height:"2rem",paddingY:"0.25rem",paddingX:"0.6rem",backgroundColor:"var(--vf-bg-soft-color)"},radii:{sm:"4px",md:"6px",lg:"10px"},typography:{fontSize:"1rem",lineHeight:"1.4"},states:{disabledOpacity:"0.6",focusRingShadow:"0 0 0 3px rgba(var(--vf-blue-600-rgb), 0.12)"},sizes:{sm:{fontSize:"0.875rem",paddingY:"0.2rem",paddingX:"0.5rem"},lg:{fontSize:"1.125rem",paddingY:"0.5rem",paddingX:"1rem"}},colorScheme:{light:{bgColor:"#ffffff",bgSoftColor:"#f9f9f9",textColor:"rgba(60, 60, 67)",secondaryTextColor:"rgba(60, 60, 67, .78)",borderColor:"#c2c2c4",gutterColor:"#e2e2e3",dividerColor:"#e2e2e3"},dark:{bgColor:"#1a1a1a",bgSoftColor:"#242424",textColor:"rgba(255, 255, 255, .87)",secondaryTextColor:"rgba(235, 235, 235, .6)",borderColor:"#3c3f44",gutterColor:"#000000",dividerColor:"#2e2e32"}}},Ol={...He,components:{base:He,button:{fontSize:"var(--vf-typography-font-size)",padding:"var(--vf-controls-padding-y) var(--vf-controls-padding-x)",borderRadius:"var(--vf-radii-md)",roundedBorderRadius:"2rem",iconGap:"6px",small:{fontSize:"var(--vf-sizes-sm-font-size)",padding:"var(--vf-sizes-sm-padding-y) var(--vf-sizes-sm-padding-x)"},large:{fontSize:"var(--vf-sizes-lg-font-size)",padding:"var(--vf-sizes-lg-padding-y) var(--vf-sizes-lg-padding-x)"},colorScheme:{light:{primary:{color:"#FFFFFF",hoverColor:"#FFFFFF",borderColor:"var(--vf-blue)",activeColor:"#FFFFFF",backgroundColor:"var(--vf-blue)",hoverBorderColor:"var(--vf-blue-600)",activeBorderColor:"var(--vf-blue-700)",hoverBackgroundColor:"var(--vf-blue-600)",activeBackgroundColor:"var(--vf-blue-700)"},secondary:{color:"#FFFFFF",hoverColor:"#FFFFFF",borderColor:"var(--vf-gray)",activeColor:"#FFFFFF",backgroundColor:"var(--vf-gray)",hoverBorderColor:"var(--vf-gray-600)",activeBorderColor:"var(--vf-gray-700)",hoverBackgroundColor:"var(--vf-gray-600)",activeBackgroundColor:"var(--vf-gray-700)"},success:{color:"#FFFFFF",hoverColor:"#FFFFFF",borderColor:"var(--vf-green)",activeColor:"#FFFFFF",backgroundColor:"var(--vf-green)",hoverBorderColor:"var(--vf-green-600)",activeBorderColor:"var(--vf-green-700)",hoverBackgroundColor:"var(--vf-green-600)",activeBackgroundColor:"var(--vf-green-700)"},danger:{color:"#FFFFFF",hoverColor:"#FFFFFF",borderColor:"var(--vf-red)",activeColor:"#FFFFFF",backgroundColor:"var(--vf-red)",hoverBorderColor:"var(--vf-red-600)",activeBorderColor:"var(--vf-red-700)",hoverBackgroundColor:"var(--vf-red-600)",activeBackgroundColor:"var(--vf-red-700)"},warning:{color:"#FFFFFF",hoverColor:"#FFFFFF",borderColor:"var(--vf-yellow)",activeColor:"#FFFFFF",backgroundColor:"var(--vf-yellow)",hoverBorderColor:"var(--vf-yellow-600)",activeBorderColor:"var(--vf-yellow-700)",hoverBackgroundColor:"var(--vf-yellow-600)",activeBackgroundColor:"var(--vf-yellow-700)"},info:{color:"#FFFFFF",hoverColor:"#FFFFFF",borderColor:"var(--vf-sky)",activeColor:"#FFFFFF",backgroundColor:"var(--vf-sky)",hoverBorderColor:"var(--vf-sky-600)",activeBorderColor:"var(--vf-sky-700)",hoverBackgroundColor:"var(--vf-sky-600)",activeBackgroundColor:"var(--vf-sky-700)"},text:{primary:{color:"var(--vf-blue)",hoverBackgroundColor:"rgba(var(--vf-blue-600-rgb), .1)"},secondary:{color:"var(--vf-gray)",hoverBackgroundColor:"rgba(var(--vf-gray-600-rgb), .1)"},success:{color:"var(--vf-green)",hoverBackgroundColor:"rgba(var(--vf-green-600-rgb), .1)"},danger:{color:"var(--vf-red)",hoverBackgroundColor:"rgba(var(--vf-red-600-rgb), .1)"},warning:{color:"var(--vf-yellow)",hoverBackgroundColor:"rgba(var(--vf-yellow-600-rgb), .1)"},info:{color:"var(--vf-sky)",hoverBackgroundColor:"rgba(var(--vf-sky-600-rgb), .1)"}},outlined:{primary:{color:"var(--vf-blue)",borderColor:"rgba(var(--vf-blue-rgb), .4)",hoverBackgroundColor:"rgba(var(--vf-blue-600-rgb), .1)"},secondary:{color:"var(--vf-gray)",borderColor:"rgba(var(--vf-gray-rgb), .4)",hoverBackgroundColor:"rgba(var(--vf-gray-600-rgb), .1)"},success:{color:"var(--vf-green)",borderColor:"rgba(var(--vf-green-rgb), .4)",hoverBackgroundColor:"rgba(var(--vf-green-600-rgb), .1)"},danger:{color:"var(--vf-red)",borderColor:"rgba(var(--vf-red-rgb), .4)",hoverBackgroundColor:"rgba(var(--vf-red-600-rgb), .1)"},warning:{color:"var(--vf-yellow)",borderColor:"rgba(var(--vf-yellow-rgb), .4)",hoverBackgroundColor:"rgba(var(--vf-yellow-600-rgb), .1)"},info:{color:"var(--vf-sky)",borderColor:"rgba(var(--vf-sky-rgb), .4)",hoverBackgroundColor:"rgba(var(--vf-sky-600-rgb), .1)"}}}}},card:{padding:"12px",borderColor:"var(--vf-border-color)",borderRadius:"var(--vf-radii-md)"},input:{gap:"0.5rem",fontSize:"var(--vf-typography-font-size)",padding:"var(--vf-controls-padding-y) var(--vf-controls-padding-x)",borderRadius:"var(--vf-radii-md)",borderColor:"var(--vf-border-color)",backgroundColor:"var(--vf-controls-background-color)",textColor:"var(--vf-text-color)",placeholderColor:"var(--vf-secondary-text-color)",focusBorderColor:"var(--vf-blue-600)",focusRingShadow:"var(--vf-states-focus-ring-shadow)",hoverBorderColor:"var(--vf-blue-500)",disabledOpacity:"var(--vf-states-disabled-opacity)",small:{padding:"var(--vf-sizes-sm-padding-y) var(--vf-sizes-sm-padding-x)",fontSize:"var(--vf-sizes-sm-font-size)"},large:{padding:"var(--vf-sizes-lg-padding-y) var(--vf-sizes-lg-padding-x)",fontSize:"var(--vf-sizes-lg-font-size)"}},numberInput:{gap:"0.5rem",fontSize:"var(--vf-typography-font-size)",padding:"var(--vf-controls-padding-y) var(--vf-controls-padding-x)",borderRadius:"var(--vf-radii-md)",borderColor:"var(--vf-border-color)",backgroundColor:"var(--vf-controls-background-color)",textColor:"var(--vf-text-color)",placeholderColor:"var(--vf-secondary-text-color)",focusBorderColor:"var(--vf-blue-600)",focusRingShadow:"var(--vf-states-focus-ring-shadow)",hoverBorderColor:"var(--vf-blue-500)",disabledOpacity:"var(--vf-states-disabled-opacity)",controlWidth:"1.5rem",controlGap:"0.1rem",controlFontSize:"0.7rem",controlRadius:"var(--vf-radii-sm)",controlBackgroundColor:"transparent",controlHoverBackgroundColor:"var(--vf-gutter-color)",controlTextColor:"var(--vf-text-color)",controlBorderColor:"var(--vf-border-color)",small:{padding:"var(--vf-sizes-sm-padding-y) var(--vf-sizes-sm-padding-x)",fontSize:"var(--vf-sizes-sm-font-size)",controlWidth:"1.25rem",controlFontSize:"0.6rem"},large:{padding:"var(--vf-sizes-lg-padding-y) var(--vf-sizes-lg-padding-x)",fontSize:"var(--vf-sizes-lg-font-size)",controlWidth:"1.75rem",controlFontSize:"0.8rem"}},formField:{gap:"0.375rem",textColor:"var(--vf-text-color)",labelFontSize:"0.875rem",labelColor:"var(--vf-text-color)",requiredColor:"var(--vf-red-600)",hintFontSize:"0.8125rem",hintColor:"var(--vf-secondary-text-color)",errorColor:"var(--vf-red-700)",disabledOpacity:"var(--vf-states-disabled-opacity)",small:{gap:"0.25rem",labelFontSize:"0.8125rem",hintFontSize:"0.75rem"},large:{gap:"0.5rem",labelFontSize:"0.9375rem",hintFontSize:"0.875rem"}},textarea:{gap:"0.5rem",fontSize:"var(--vf-typography-font-size)",padding:"var(--vf-controls-padding-y) var(--vf-controls-padding-x)",borderRadius:"var(--vf-radii-md)",borderColor:"var(--vf-border-color)",backgroundColor:"var(--vf-controls-background-color)",textColor:"var(--vf-text-color)",placeholderColor:"var(--vf-secondary-text-color)",focusBorderColor:"var(--vf-blue-600)",focusRingShadow:"var(--vf-states-focus-ring-shadow)",hoverBorderColor:"var(--vf-blue-500)",disabledOpacity:"var(--vf-states-disabled-opacity)",minHeight:"calc(var(--vf-controls-height) * 2)",resize:"vertical",small:{padding:"var(--vf-sizes-sm-padding-y) var(--vf-sizes-sm-padding-x)",fontSize:"var(--vf-sizes-sm-font-size)"},large:{padding:"var(--vf-sizes-lg-padding-y) var(--vf-sizes-lg-padding-x)",fontSize:"var(--vf-sizes-lg-font-size)"}},fileUpload:{minHeight:"2.75rem",fontSize:"var(--vf-typography-font-size)",gap:"0.75rem",padding:"0.5rem 0.6rem",borderRadius:"var(--vf-radii-md)",borderColor:"var(--vf-border-color)",backgroundColor:"var(--vf-controls-background-color)",textColor:"var(--vf-text-color)",placeholderColor:"var(--vf-secondary-text-color)",focusBorderColor:"var(--vf-blue-600)",hoverBorderColor:"var(--vf-blue-500)",focusRingShadow:"var(--vf-states-focus-ring-shadow)",disabledOpacity:"var(--vf-states-disabled-opacity)",dragBackgroundColor:"rgba(var(--vf-blue-600-rgb), 0.06)",listGap:"0.35rem",itemPadding:"0.35rem 0.45rem",itemBorderColor:"var(--vf-border-color)",itemBackgroundColor:"var(--vf-bg-color)",itemRadius:"var(--vf-radii-sm)",itemTextColor:"var(--vf-text-color)",sizeTextColor:"var(--vf-secondary-text-color)",buttonPadding:"0.35rem 0.75rem",buttonRadius:"var(--vf-radii-sm)",buttonBorderColor:"var(--vf-border-color)",buttonBackgroundColor:"var(--vf-bg-color)",buttonTextColor:"var(--vf-text-color)",buttonHoverBackgroundColor:"rgba(var(--vf-blue-600-rgb), 0.08)",removeSize:"1.4rem",removeRadius:"var(--vf-radii-sm)",removeHoverBackgroundColor:"rgba(var(--vf-blue-600-rgb), 0.08)",small:{padding:"0.35rem 0.5rem",fontSize:"var(--vf-sizes-sm-font-size)",buttonPadding:"0.25rem 0.6rem"},large:{padding:"0.65rem 0.75rem",fontSize:"var(--vf-sizes-lg-font-size)",buttonPadding:"0.45rem 0.9rem"}},link:{hoverColor:"var(--vf-blue)",activeColor:"var(--vf-blue)"},breadcrumbs:{gap:"0.35rem",fontSize:"var(--vf-typography-font-size)",textColor:"var(--vf-secondary-text-color)",hoverColor:"var(--vf-text-color)",activeColor:"var(--vf-text-color)",separatorColor:"var(--vf-divider-color)",disabledOpacity:"var(--vf-states-disabled-opacity)"},menu:{iconGap:"6px",submenuOffset:"12px",separatorThickness:"1px",separatorHeight:"1rem",separatorColor:"var(--vf-border-color)",link:{hoverColor:"var(--vf-blue)",activeColor:"var(--vf-blue)"},parent:{hoverColor:"var(--vf-secondary-text-color)",activeColor:"var(--vf-blue)"},item:{marginTop:"0.5rem",marginRight:"0.5rem",marginBottom:"0.5rem",marginLeft:"0.5rem"}},modal:{width:"90vw",maxWidth:"520px",maxHeight:"80vh",widthSm:"90vw",maxWidthSm:"420px",widthLg:"90vw",maxWidthLg:"720px",padding:"1.25rem",borderRadius:"var(--vf-radii-lg)",backgroundColor:"var(--vf-bg-color)",textColor:"var(--vf-text-color)",overlayBackgroundColor:"rgba(0, 0, 0, 0.45)",shadow:"0 12px 40px rgba(0, 0, 0, 0.2)",zIndex:"100",headerGap:"0.75rem",bodyGap:"1rem",footerGap:"0.5rem",titleFontSize:"1.125rem",titleLineHeight:"1.4",titleFontWeight:"600",closeSize:"2rem",closeRadius:"999px",closeOffset:"0.5rem",closeColor:"var(--vf-text-color)",closeFontSize:"1.25rem",closeHoverBackgroundColor:"rgba(0, 0, 0, 0.06)"},confirmDialog:{maxWidth:"420px",messageColor:"var(--vf-secondary-text-color)",messageFontSize:"0.95rem",messageLineHeight:"1.5",actionsGap:"0.5rem"},drawer:{width:"320px",widthSm:"260px",widthLg:"420px",height:"40vh",heightSm:"30vh",heightLg:"60vh",padding:"1.25rem",borderRadius:"var(--vf-radii-lg)",backgroundColor:"var(--vf-bg-color)",textColor:"var(--vf-text-color)",overlayBackgroundColor:"rgba(0, 0, 0, 0.4)",shadow:"0 12px 40px rgba(0, 0, 0, 0.2)",zIndex:"100",headerGap:"0.75rem",bodyGap:"1rem",footerGap:"0.5rem",titleFontSize:"1.125rem",titleLineHeight:"1.4",titleFontWeight:"600",closeSize:"2rem",closeRadius:"999px",closeOffset:"0.5rem",closeColor:"var(--vf-text-color)",closeFontSize:"1.25rem",closeHoverBackgroundColor:"rgba(0, 0, 0, 0.06)"},popover:{backgroundColor:"var(--vf-bg-color)"},dropdown:{panelPadding:"0.25rem",panelBorderRadius:"8px",panelBorderColor:"var(--vf-border-color)",panelBackgroundColor:"var(--vf-bg-color)",panelShadow:"0 10px 30px rgba(0, 0, 0, 0.08)",zIndex:"50",disabledOpacity:"var(--vf-states-disabled-opacity)",itemPadding:"0.25rem 0.5rem"},select:{minWidth:"12rem",fontSize:"var(--vf-typography-font-size)",controlGap:"0.75rem",chevronSize:"0.9em",padding:"var(--vf-controls-padding-y) var(--vf-controls-padding-x)",borderRadius:"var(--vf-radii-md)",borderColor:"var(--vf-border-color)",backgroundColor:"var(--vf-controls-background-color)",textColor:"var(--vf-text-color)",focusBorderColor:"var(--vf-blue-600)",hoverBorderColor:"var(--vf-blue-500)",disabledOpacity:"var(--vf-states-disabled-opacity)",panelBackgroundColor:"var(--vf-bg-color)",panelBorderColor:"var(--vf-border-color)",panelPadding:"0.35rem",panelMaxHeight:"16rem",panelRadiusOffset:"2px",panelShadow:"0 10px 30px rgba(0, 0, 0, 0.12)",focusRingShadow:"var(--vf-states-focus-ring-shadow)",optionPadding:"0.5rem 0.6rem",optionBorderRadius:"var(--vf-radii-md)",optionHoverBackgroundColor:"rgba(var(--vf-blue-600-rgb), 0.08)",optionActiveBackgroundColor:"rgba(var(--vf-blue-600-rgb), 0.14)",optionActiveTextColor:"var(--vf-text-color)",small:{padding:"var(--vf-sizes-sm-padding-y) var(--vf-sizes-sm-padding-x)",fontSize:"var(--vf-sizes-sm-font-size)"},large:{padding:"var(--vf-sizes-lg-padding-y) var(--vf-sizes-lg-padding-x)",fontSize:"var(--vf-sizes-lg-font-size)"}},autocomplete:{minWidth:"12rem",fontSize:"var(--vf-typography-font-size)",controlGap:"0.5rem",chevronSize:"0.9em",padding:"var(--vf-controls-padding-y) var(--vf-controls-padding-x)",borderRadius:"var(--vf-radii-md)",borderColor:"var(--vf-border-color)",backgroundColor:"var(--vf-controls-background-color)",textColor:"var(--vf-text-color)",placeholderColor:"var(--vf-secondary-text-color)",focusBorderColor:"var(--vf-blue-600)",hoverBorderColor:"var(--vf-blue-500)",disabledOpacity:"var(--vf-states-disabled-opacity)",panelBackgroundColor:"var(--vf-bg-color)",panelBorderColor:"var(--vf-border-color)",panelPadding:"0.35rem",panelMaxHeight:"16rem",panelRadiusOffset:"2px",panelShadow:"0 10px 30px rgba(0, 0, 0, 0.12)",focusRingShadow:"var(--vf-states-focus-ring-shadow)",optionPadding:"0.5rem 0.6rem",optionBorderRadius:"var(--vf-radii-md)",optionHoverBackgroundColor:"rgba(var(--vf-blue-600-rgb), 0.08)",optionActiveBackgroundColor:"rgba(var(--vf-blue-600-rgb), 0.14)",optionActiveTextColor:"var(--vf-text-color)",optionHighlightedBackgroundColor:"rgba(var(--vf-blue-600-rgb), 0.14)",emptyPadding:"0.5rem 0.6rem",emptyColor:"var(--vf-secondary-text-color)",loadingPadding:"0.5rem 0.6rem",loadingColor:"var(--vf-secondary-text-color)",small:{padding:"var(--vf-sizes-sm-padding-y) var(--vf-sizes-sm-padding-x)",fontSize:"var(--vf-sizes-sm-font-size)"},large:{padding:"var(--vf-sizes-lg-padding-y) var(--vf-sizes-lg-padding-x)",fontSize:"var(--vf-sizes-lg-font-size)"}},multiselect:{minWidth:"12rem",fontSize:"var(--vf-typography-font-size)",controlGap:"0.5rem",chevronSize:"0.9em",padding:"var(--vf-controls-padding-y) var(--vf-controls-padding-x)",borderRadius:"var(--vf-radii-md)",borderColor:"var(--vf-border-color)",backgroundColor:"var(--vf-controls-background-color)",textColor:"var(--vf-text-color)",placeholderColor:"var(--vf-secondary-text-color)",focusBorderColor:"var(--vf-blue-600)",hoverBorderColor:"var(--vf-blue-500)",disabledOpacity:"var(--vf-states-disabled-opacity)",panelBackgroundColor:"var(--vf-bg-color)",panelBorderColor:"var(--vf-border-color)",panelPadding:"0.35rem",panelMaxHeight:"16rem",panelRadiusOffset:"2px",panelShadow:"0 10px 30px rgba(0, 0, 0, 0.12)",focusRingShadow:"var(--vf-states-focus-ring-shadow)",optionPadding:"0.5rem 0.6rem",optionBorderRadius:"var(--vf-radii-md)",optionHoverBackgroundColor:"rgba(var(--vf-blue-600-rgb), 0.08)",optionActiveBackgroundColor:"rgba(var(--vf-blue-600-rgb), 0.14)",optionActiveTextColor:"var(--vf-text-color)",optionHighlightedBackgroundColor:"rgba(var(--vf-blue-600-rgb), 0.14)",emptyPadding:"0.5rem 0.6rem",emptyColor:"var(--vf-secondary-text-color)",loadingPadding:"0.5rem 0.6rem",loadingColor:"var(--vf-secondary-text-color)",searchPadding:"0 0 0.35rem",searchBorderColor:"var(--vf-border-color)",searchBorderRadius:"var(--vf-radii-sm)",clearSize:"1.25rem",clearRadius:"var(--vf-radii-sm)",clearHoverBackgroundColor:"rgba(var(--vf-blue-600-rgb), 0.08)",small:{padding:"var(--vf-sizes-sm-padding-y) var(--vf-sizes-sm-padding-x)",fontSize:"var(--vf-sizes-sm-font-size)"},large:{padding:"var(--vf-sizes-lg-padding-y) var(--vf-sizes-lg-padding-x)",fontSize:"var(--vf-sizes-lg-font-size)"}},datepicker:{minWidth:"12rem",fontSize:"var(--vf-typography-font-size)",controlGap:"0.75rem",chevronSize:"0.9em",padding:"var(--vf-controls-padding-y) var(--vf-controls-padding-x)",borderRadius:"var(--vf-radii-md)",borderColor:"var(--vf-border-color)",backgroundColor:"var(--vf-controls-background-color)",textColor:"var(--vf-text-color)",placeholderColor:"var(--vf-secondary-text-color)",focusBorderColor:"var(--vf-blue-600)",hoverBorderColor:"var(--vf-blue-500)",disabledOpacity:"var(--vf-states-disabled-opacity)",panelWidth:"17rem",panelBackgroundColor:"var(--vf-bg-color)",panelBorderColor:"var(--vf-border-color)",panelPadding:"0.5rem",panelRadiusOffset:"2px",panelShadow:"0 10px 30px rgba(0, 0, 0, 0.12)",focusRingShadow:"var(--vf-states-focus-ring-shadow)",headerGap:"0.5rem",headerPadding:"0 0 0.4rem",monthLabelFontSize:"0.95rem",monthLabelFontWeight:"600",navButtonSize:"1.8rem",navButtonRadius:"var(--vf-radii-sm)",navButtonFontSize:"1.1rem",weekdayColor:"var(--vf-secondary-text-color)",weekdayFontSize:"0.75rem",weekdaysMarginBottom:"0.35rem",daysGap:"0.15rem",daySize:"2rem",dayFontSize:"0.875rem",dayBorderRadius:"var(--vf-radii-sm)",dayHoverBackgroundColor:"rgba(var(--vf-blue-600-rgb), 0.08)",daySelectedBackgroundColor:"rgba(var(--vf-blue-600-rgb), 0.14)",daySelectedTextColor:"var(--vf-text-color)",dayMutedColor:"var(--vf-secondary-text-color)",dayTodayBorderColor:"rgba(var(--vf-blue-600-rgb), 0.45)",small:{padding:"var(--vf-sizes-sm-padding-y) var(--vf-sizes-sm-padding-x)",fontSize:"var(--vf-sizes-sm-font-size)",daySize:"1.8rem"},large:{padding:"var(--vf-sizes-lg-padding-y) var(--vf-sizes-lg-padding-x)",fontSize:"var(--vf-sizes-lg-font-size)",daySize:"2.2rem"}},daterangepicker:{minWidth:"14rem",fontSize:"var(--vf-typography-font-size)",controlGap:"0.75rem",chevronSize:"0.9em",padding:"var(--vf-controls-padding-y) var(--vf-controls-padding-x)",borderRadius:"var(--vf-radii-md)",borderColor:"var(--vf-border-color)",backgroundColor:"var(--vf-controls-background-color)",textColor:"var(--vf-text-color)",placeholderColor:"var(--vf-secondary-text-color)",focusBorderColor:"var(--vf-blue-600)",hoverBorderColor:"var(--vf-blue-500)",disabledOpacity:"var(--vf-states-disabled-opacity)",panelWidth:"18rem",panelBackgroundColor:"var(--vf-bg-color)",panelBorderColor:"var(--vf-border-color)",panelPadding:"0.5rem",panelRadiusOffset:"2px",panelShadow:"0 10px 30px rgba(0, 0, 0, 0.12)",focusRingShadow:"var(--vf-states-focus-ring-shadow)",headerGap:"0.5rem",headerPadding:"0 0 0.4rem",monthLabelFontSize:"0.95rem",monthLabelFontWeight:"600",navButtonSize:"1.8rem",navButtonRadius:"var(--vf-radii-sm)",navButtonFontSize:"1.1rem",weekdayColor:"var(--vf-secondary-text-color)",weekdayFontSize:"0.75rem",weekdaysMarginBottom:"0.35rem",daysGap:"0.15rem",daySize:"2rem",dayFontSize:"0.875rem",dayBorderRadius:"var(--vf-radii-sm)",dayHoverBackgroundColor:"rgba(var(--vf-blue-600-rgb), 0.08)",daySelectedBackgroundColor:"rgba(var(--vf-blue-600-rgb), 0.16)",daySelectedTextColor:"var(--vf-text-color)",dayRangeBackgroundColor:"rgba(var(--vf-blue-600-rgb), 0.08)",dayRangeTextColor:"var(--vf-text-color)",dayMutedColor:"var(--vf-secondary-text-color)",dayTodayBorderColor:"rgba(var(--vf-blue-600-rgb), 0.45)",small:{padding:"var(--vf-sizes-sm-padding-y) var(--vf-sizes-sm-padding-x)",fontSize:"var(--vf-sizes-sm-font-size)",daySize:"1.8rem"},large:{padding:"var(--vf-sizes-lg-padding-y) var(--vf-sizes-lg-padding-x)",fontSize:"var(--vf-sizes-lg-font-size)",daySize:"2.2rem"}},timepicker:{minWidth:"10rem",fontSize:"var(--vf-typography-font-size)",controlGap:"0.75rem",chevronSize:"0.9em",padding:"var(--vf-controls-padding-y) var(--vf-controls-padding-x)",borderRadius:"var(--vf-radii-md)",borderColor:"var(--vf-border-color)",backgroundColor:"var(--vf-controls-background-color)",textColor:"var(--vf-text-color)",placeholderColor:"var(--vf-secondary-text-color)",focusBorderColor:"var(--vf-blue-600)",hoverBorderColor:"var(--vf-blue-500)",disabledOpacity:"var(--vf-states-disabled-opacity)",panelBackgroundColor:"var(--vf-bg-color)",panelBorderColor:"var(--vf-border-color)",panelPadding:"0.35rem",panelMaxHeight:"16rem",panelRadiusOffset:"2px",panelShadow:"0 10px 30px rgba(0, 0, 0, 0.12)",focusRingShadow:"var(--vf-states-focus-ring-shadow)",optionPadding:"0.5rem 0.6rem",optionBorderRadius:"var(--vf-radii-md)",optionHoverBackgroundColor:"rgba(var(--vf-blue-600-rgb), 0.08)",optionActiveBackgroundColor:"rgba(var(--vf-blue-600-rgb), 0.14)",optionActiveTextColor:"var(--vf-text-color)",small:{padding:"var(--vf-sizes-sm-padding-y) var(--vf-sizes-sm-padding-x)",fontSize:"var(--vf-sizes-sm-font-size)"},large:{padding:"var(--vf-sizes-lg-padding-y) var(--vf-sizes-lg-padding-x)",fontSize:"var(--vf-sizes-lg-font-size)"}},pagination:{gap:"0.4rem",itemMinWidth:"2rem",fontSize:"var(--vf-typography-font-size)",padding:"0.35rem 0.65rem",borderRadius:"var(--vf-radii-md)",borderColor:"var(--vf-border-color)",backgroundColor:"var(--vf-controls-background-color)",textColor:"var(--vf-text-color)",hoverBackgroundColor:"rgba(var(--vf-blue-600-rgb), 0.08)",activeBorderColor:"rgba(var(--vf-blue-600-rgb), 0.28)",activeBackgroundColor:"rgba(var(--vf-blue-600-rgb), 0.14)",activeTextColor:"var(--vf-text-color)",focusBorderColor:"var(--vf-blue-600)",focusRingShadow:"var(--vf-states-focus-ring-shadow)",disabledOpacity:"var(--vf-states-disabled-opacity)",ellipsisPadding:"0.35rem 0.5rem",small:{fontSize:"var(--vf-sizes-sm-font-size)",padding:"0.3rem 0.5rem"},large:{fontSize:"var(--vf-sizes-lg-font-size)",padding:"0.45rem 0.8rem"}},checkbox:{size:"1rem",gap:"0.5rem",borderRadius:"var(--vf-radii-sm)",checkBorderRadius:"2px",borderColor:"var(--vf-border-color)",backgroundColor:"var(--vf-controls-background-color)",checkedBackgroundColor:"var(--vf-blue)",checkedBorderColor:"var(--vf-blue)",checkColor:"#ffffff",textColor:"var(--vf-text-color)",disabledOpacity:"var(--vf-states-disabled-opacity)"},radio:{size:"1rem",dotSize:"0.45rem",gap:"0.5rem",groupGap:"0.5rem",borderRadius:"999px",dotBorderRadius:"999px",borderColor:"var(--vf-border-color)",backgroundColor:"var(--vf-controls-background-color)",checkedBackgroundColor:"var(--vf-blue)",checkedBorderColor:"var(--vf-blue)",dotColor:"#ffffff",textColor:"var(--vf-text-color)",disabledOpacity:"var(--vf-states-disabled-opacity)"},switch:{width:"2.25rem",height:"1.25rem",thumbSize:"1rem",gap:"0.5rem",thumbOffset:"2px",thumbTranslateOffset:"4px",backgroundColor:"var(--vf-border-color)",checkedBackgroundColor:"var(--vf-blue)",thumbColor:"#ffffff",textColor:"var(--vf-text-color)",disabledOpacity:"var(--vf-states-disabled-opacity)"},tabs:{gap:"0.75rem",listGap:"0.5rem",listBorderWidth:"1px",listBorderColor:"var(--vf-border-color)",listVerticalPadding:"0.75rem",tabPadding:"0.45rem 0.75rem",tabFontSize:"var(--vf-typography-font-size)",tabBorderRadius:"0",tabTextColor:"var(--vf-secondary-text-color)",tabBackgroundColor:"transparent",tabHoverBackgroundColor:"transparent",tabActiveTextColor:"var(--vf-text-color)",tabActiveBackgroundColor:"transparent",tabActiveBorderColor:"var(--vf-blue)",tabActiveBorderWidth:"2px",panelPadding:"0",panelBorderRadius:"var(--vf-radii-md)",panelBackgroundColor:"transparent",panelTextColor:"var(--vf-text-color)",disabledOpacity:"var(--vf-states-disabled-opacity)"},accordion:{gap:"0.75rem",borderRadius:"var(--vf-radii-md)",borderColor:"var(--vf-border-color)",backgroundColor:"var(--vf-bg-color)",headerGap:"0.75rem",headerPadding:"0.75rem 0.9rem",headerFontSize:"0.95rem",headerFontWeight:"600",headerTextColor:"var(--vf-text-color)",headerBackgroundColor:"var(--vf-bg-color)",headerHoverBackgroundColor:"var(--vf-bg-soft-color)",headerActiveBackgroundColor:"var(--vf-bg-soft-color)",contentPadding:"0.75rem 0.9rem",contentTextColor:"var(--vf-text-color)",contentBackgroundColor:"var(--vf-bg-color)",iconSize:"1rem",iconColor:"var(--vf-secondary-text-color)",dividerColor:"var(--vf-divider-color)",focusRingShadow:"var(--vf-states-focus-ring-shadow)",disabledOpacity:"var(--vf-states-disabled-opacity)",small:{headerPadding:"0.5rem 0.75rem",headerFontSize:"0.875rem",contentPadding:"0.5rem 0.75rem"},large:{headerPadding:"0.9rem 1.1rem",headerFontSize:"1rem",contentPadding:"0.9rem 1.1rem"}},tooltip:{padding:"0.35rem 0.6rem",borderRadius:"8px",backgroundColor:"rgba(0, 0, 0, 0.8)",textColor:"#ffffff",fontSize:"0.75rem",lineHeight:"1.2",shadow:"0 8px 20px rgba(0, 0, 0, 0.2)",zIndex:"120",maxWidth:"240px",arrowSize:"8px"},skeleton:{width:"100%",height:"1rem",lineHeight:"0.9rem",borderRadius:"var(--vf-radii-md)",backgroundColor:"var(--vf-gutter-color)",shimmerColor:"var(--vf-bg-color)",animationDuration:"2s"},datatable:{borderColor:"var(--vf-border-color)",borderRadius:"var(--vf-radii-md)",backgroundColor:"var(--vf-bg-color)",fontSize:"var(--vf-typography-font-size)",textColor:"var(--vf-text-color)",headerBackgroundColor:"var(--vf-bg-soft-color)",headerTextColor:"var(--vf-text-color)",headerFontSize:"var(--vf-typography-font-size)",headerFontWeight:"600",headerBorderColor:"var(--vf-divider-color)",headerGap:"0.35rem",rowBackgroundColor:"var(--vf-bg-color)",rowTextColor:"var(--vf-text-color)",rowBorderColor:"var(--vf-divider-color)",cellPadding:"0.6rem 0.75rem",stripedBackgroundColor:"var(--vf-bg-soft-color)",hoverBackgroundColor:"rgba(var(--vf-blue-600-rgb), 0.06)",sortIconColor:"var(--vf-secondary-text-color)",sortIconActiveColor:"var(--vf-blue-600)",sortIconSize:"0.8rem",statePadding:"1rem",stateTextColor:"var(--vf-secondary-text-color)",small:{fontSize:"var(--vf-sizes-sm-font-size)",cellPadding:"0.45rem 0.6rem"},large:{fontSize:"var(--vf-sizes-lg-font-size)",cellPadding:"0.75rem 0.9rem"}},toast:{gap:"0.75rem",padding:"0.75rem 0.9rem",borderRadius:"var(--vf-radii-md)",borderColor:"var(--vf-border-color)",backgroundColor:"var(--vf-bg-color)",textColor:"var(--vf-text-color)",shadow:"0 8px 24px rgba(0, 0, 0, 0.08)",minWidth:"14rem",fontSize:"0.95rem",lineHeight:"1.4",bodyGap:"0.25rem",titleFontSize:"0.95rem",titleFontWeight:"600",closeSize:"1.1rem",containerGap:"0.6rem",containerPadding:"0.75rem",containerMaxWidth:"20rem",zIndex:"120",info:{backgroundColor:"rgba(var(--vf-blue-600-rgb), 0.1)",borderColor:"rgba(var(--vf-blue-600-rgb), 0.4)",textColor:"var(--vf-text-color)"},success:{backgroundColor:"rgba(var(--vf-green-600-rgb), 0.12)",borderColor:"rgba(var(--vf-green-600-rgb), 0.45)",textColor:"var(--vf-text-color)"},warn:{backgroundColor:"rgba(var(--vf-yellow-600-rgb), 0.16)",borderColor:"rgba(var(--vf-yellow-600-rgb), 0.5)",textColor:"var(--vf-text-color)"},danger:{backgroundColor:"rgba(var(--vf-red-600-rgb), 0.12)",borderColor:"rgba(var(--vf-red-600-rgb), 0.45)",textColor:"var(--vf-text-color)"}},alert:{gap:"0.75rem",padding:"0.75rem 0.9rem",borderRadius:"var(--vf-radii-md)",borderColor:"var(--vf-border-color)",backgroundColor:"var(--vf-bg-color)",textColor:"var(--vf-text-color)",iconColor:"currentColor",fontSize:"0.95rem",lineHeight:"1.4",bodyGap:"0.2rem",titleFontSize:"0.95rem",titleFontWeight:"600",actionsGap:"0.5rem",closeSize:"1.5rem",closeRadius:"var(--vf-radii-sm)",closeFontSize:"1rem",closeHoverBackgroundColor:"rgba(var(--vf-gray-600-rgb), 0.12)",info:{backgroundColor:"rgba(var(--vf-blue-600-rgb), 0.1)",borderColor:"rgba(var(--vf-blue-600-rgb), 0.4)",textColor:"var(--vf-text-color)"},success:{backgroundColor:"rgba(var(--vf-green-600-rgb), 0.12)",borderColor:"rgba(var(--vf-green-600-rgb), 0.45)",textColor:"var(--vf-text-color)"},warn:{backgroundColor:"rgba(var(--vf-yellow-600-rgb), 0.16)",borderColor:"rgba(var(--vf-yellow-600-rgb), 0.5)",textColor:"var(--vf-text-color)"},danger:{backgroundColor:"rgba(var(--vf-red-600-rgb), 0.12)",borderColor:"rgba(var(--vf-red-600-rgb), 0.45)",textColor:"var(--vf-text-color)"}},progress:{width:"100%",height:"0.5rem",borderRadius:"999px",backgroundColor:"var(--vf-gutter-color)",barColor:"var(--vf-blue-600)",labelColor:"var(--vf-secondary-text-color)",labelFontSize:"0.875rem",gap:"0.5rem",circularSize:"2.5rem",circularThickness:"6",animationDuration:"1.4s",info:{barColor:"var(--vf-sky-600)"},success:{barColor:"var(--vf-green-600)"},warn:{barColor:"var(--vf-yellow-600)"},danger:{barColor:"var(--vf-red-600)"},small:{height:"0.35rem",labelFontSize:"0.8rem",circularSize:"2rem",circularThickness:"5"},large:{height:"0.75rem",labelFontSize:"1rem",circularSize:"3.25rem",circularThickness:"7"}},badge:{fontSize:"0.75rem",lineHeight:"1",paddingX:"0.5rem",paddingY:"0.2rem",borderRadius:"999px",gap:"0.35rem",backgroundColor:"var(--vf-gutter-color)",textColor:"var(--vf-secondary-text-color)",borderColor:"var(--vf-gutter-color)",softBackgroundColor:"rgba(var(--vf-gray-500-rgb), 0.16)",softTextColor:"var(--vf-secondary-text-color)",softBorderColor:"rgba(var(--vf-gray-500-rgb), 0.18)",outlineTextColor:"var(--vf-secondary-text-color)",outlineBorderColor:"rgba(var(--vf-gray-500-rgb), 0.35)",info:{backgroundColor:"var(--vf-sky-600)",textColor:"var(--vf-white)",borderColor:"var(--vf-sky-600)",softBackgroundColor:"rgba(var(--vf-sky-500-rgb), 0.18)",softTextColor:"var(--vf-sky-700)",softBorderColor:"rgba(var(--vf-sky-500-rgb), 0.3)",outlineTextColor:"var(--vf-sky-600)",outlineBorderColor:"rgba(var(--vf-sky-600-rgb), 0.45)"},success:{backgroundColor:"var(--vf-green-600)",textColor:"var(--vf-white)",borderColor:"var(--vf-green-600)",softBackgroundColor:"rgba(var(--vf-green-500-rgb), 0.2)",softTextColor:"var(--vf-green-700)",softBorderColor:"rgba(var(--vf-green-500-rgb), 0.32)",outlineTextColor:"var(--vf-green-600)",outlineBorderColor:"rgba(var(--vf-green-600-rgb), 0.45)"},warn:{backgroundColor:"var(--vf-yellow-600)",textColor:"rgba(0, 0, 0, 0.82)",borderColor:"var(--vf-yellow-600)",softBackgroundColor:"rgba(var(--vf-yellow-500-rgb), 0.22)",softTextColor:"rgba(0, 0, 0, 0.78)",softBorderColor:"rgba(var(--vf-yellow-500-rgb), 0.4)",outlineTextColor:"var(--vf-yellow-700)",outlineBorderColor:"rgba(var(--vf-yellow-600-rgb), 0.55)"},danger:{backgroundColor:"var(--vf-red-600)",textColor:"var(--vf-white)",borderColor:"var(--vf-red-600)",softBackgroundColor:"rgba(var(--vf-red-500-rgb), 0.2)",softTextColor:"var(--vf-red-700)",softBorderColor:"rgba(var(--vf-red-500-rgb), 0.32)",outlineTextColor:"var(--vf-red-600)",outlineBorderColor:"rgba(var(--vf-red-600-rgb), 0.45)"},small:{fontSize:"0.6875rem",paddingX:"0.4rem",paddingY:"0.15rem"},large:{fontSize:"0.875rem",paddingX:"0.65rem",paddingY:"0.3rem"}},chip:{fontSize:"0.8125rem",lineHeight:"1",paddingX:"0.55rem",paddingY:"0.2rem",borderRadius:"999px",gap:"0.35rem",backgroundColor:"var(--vf-gutter-color)",textColor:"var(--vf-secondary-text-color)",borderColor:"var(--vf-gutter-color)",softBackgroundColor:"rgba(var(--vf-gray-500-rgb), 0.16)",softTextColor:"var(--vf-secondary-text-color)",softBorderColor:"rgba(var(--vf-gray-500-rgb), 0.18)",outlineTextColor:"var(--vf-secondary-text-color)",outlineBorderColor:"rgba(var(--vf-gray-500-rgb), 0.35)",iconSize:"1em",closeSize:"1.15em",closeFontSize:"0.95em",closeRadius:"999px",closeColor:"currentColor",closeHoverBackgroundColor:"rgba(var(--vf-gray-500-rgb), 0.18)",disabledOpacity:"0.6",info:{backgroundColor:"var(--vf-sky-600)",textColor:"var(--vf-white)",borderColor:"var(--vf-sky-600)",softBackgroundColor:"rgba(var(--vf-sky-500-rgb), 0.18)",softTextColor:"var(--vf-sky-700)",softBorderColor:"rgba(var(--vf-sky-500-rgb), 0.3)",outlineTextColor:"var(--vf-sky-600)",outlineBorderColor:"rgba(var(--vf-sky-600-rgb), 0.45)"},success:{backgroundColor:"var(--vf-green-600)",textColor:"var(--vf-white)",borderColor:"var(--vf-green-600)",softBackgroundColor:"rgba(var(--vf-green-500-rgb), 0.2)",softTextColor:"var(--vf-green-700)",softBorderColor:"rgba(var(--vf-green-500-rgb), 0.32)",outlineTextColor:"var(--vf-green-600)",outlineBorderColor:"rgba(var(--vf-green-600-rgb), 0.45)"},warn:{backgroundColor:"var(--vf-yellow-600)",textColor:"rgba(0, 0, 0, 0.82)",borderColor:"var(--vf-yellow-600)",softBackgroundColor:"rgba(var(--vf-yellow-500-rgb), 0.22)",softTextColor:"rgba(0, 0, 0, 0.78)",softBorderColor:"rgba(var(--vf-yellow-500-rgb), 0.4)",outlineTextColor:"var(--vf-yellow-700)",outlineBorderColor:"rgba(var(--vf-yellow-600-rgb), 0.55)"},danger:{backgroundColor:"var(--vf-red-600)",textColor:"var(--vf-white)",borderColor:"var(--vf-red-600)",softBackgroundColor:"rgba(var(--vf-red-500-rgb), 0.2)",softTextColor:"var(--vf-red-700)",softBorderColor:"rgba(var(--vf-red-500-rgb), 0.32)",outlineTextColor:"var(--vf-red-600)",outlineBorderColor:"rgba(var(--vf-red-600-rgb), 0.45)"},small:{fontSize:"0.75rem",paddingX:"0.45rem",paddingY:"0.15rem"},large:{fontSize:"0.95rem",paddingX:"0.7rem",paddingY:"0.28rem"}},avatar:{size:"2.5rem",fontSize:"0.9rem",fontWeight:"600",backgroundColor:"var(--vf-gutter-color)",textColor:"var(--vf-secondary-text-color)",borderColor:"rgba(var(--vf-gray-500-rgb), 0.2)",borderWidth:"1px",borderRadius:"var(--vf-radii-md)",statusSize:"0.6rem",statusBorderWidth:"2px",statusBorderColor:"var(--vf-bg-color)",statusOnlineColor:"var(--vf-green-500)",statusOfflineColor:"var(--vf-gray-400)",statusBusyColor:"var(--vf-red-500)",statusAwayColor:"var(--vf-yellow-500)",small:{size:"2rem",fontSize:"0.75rem",statusSize:"0.5rem"},large:{size:"3rem",fontSize:"1rem",statusSize:"0.75rem"}},slider:{width:"100%",gap:"0.5rem",textColor:"var(--vf-text-color)",trackHeight:"0.35rem",trackBackgroundColor:"var(--vf-gutter-color)",trackRadius:"999px",fillBackgroundColor:"var(--vf-blue-600)",thumbSize:"1rem",thumbColor:"#ffffff",thumbBorderColor:"var(--vf-blue-600)",thumbBorderWidth:"2px",thumbShadow:"0 1px 3px rgba(0, 0, 0, 0.25)",focusRingShadow:"var(--vf-states-focus-ring-shadow)",disabledOpacity:"var(--vf-states-disabled-opacity)",markSize:"6px",markColor:"var(--vf-border-color)",markLabelFontSize:"0.75rem",markLabelColor:"var(--vf-secondary-text-color)",marksHeight:"1.25rem",valueFontSize:"0.875rem",valueColor:"var(--vf-secondary-text-color)",small:{trackHeight:"0.25rem",thumbSize:"0.85rem",valueFontSize:"0.8rem"},large:{trackHeight:"0.5rem",thumbSize:"1.25rem",valueFontSize:"1rem"}},stepper:{gap:"1rem",itemGap:"0.75rem",lineThickness:"2px",lineLength:"1.5rem",lineColor:"var(--vf-border-color)",indicatorSize:"2rem",indicatorBorderRadius:"999px",indicatorBorderWidth:"1px",indicatorFontSize:"0.875rem",indicatorBackgroundColor:"var(--vf-bg-color)",indicatorTextColor:"var(--vf-secondary-text-color)",indicatorBorderColor:"var(--vf-border-color)",activeIndicatorBackgroundColor:"var(--vf-blue)",activeIndicatorTextColor:"var(--vf-white)",activeIndicatorBorderColor:"var(--vf-blue)",completedIndicatorBackgroundColor:"var(--vf-green)",completedIndicatorTextColor:"var(--vf-white)",completedIndicatorBorderColor:"var(--vf-green)",errorIndicatorBackgroundColor:"var(--vf-red)",errorIndicatorTextColor:"var(--vf-white)",errorIndicatorBorderColor:"var(--vf-red)",labelFontSize:"var(--vf-typography-font-size)",labelColor:"var(--vf-text-color)",descriptionFontSize:"0.875rem",descriptionColor:"var(--vf-secondary-text-color)",disabledOpacity:"var(--vf-states-disabled-opacity)",small:{indicatorSize:"1.5rem",indicatorFontSize:"0.75rem",labelFontSize:"0.875rem",descriptionFontSize:"0.75rem",lineLength:"1.25rem",itemGap:"0.5rem"},large:{indicatorSize:"2.5rem",indicatorFontSize:"1rem",labelFontSize:"1.125rem",descriptionFontSize:"1rem",lineLength:"1.75rem",itemGap:"1rem"}},rating:{gap:"0.25rem",size:"1.1rem",color:"var(--vf-gutter-color)",activeColor:"var(--vf-yellow-500)",hoverColor:"var(--vf-yellow-600)",focusRingShadow:"var(--vf-states-focus-ring-shadow)",focusRadius:"4px",disabledOpacity:"var(--vf-states-disabled-opacity)",small:{size:"0.95rem"},large:{size:"1.35rem"}},tree:{gap:"0.3rem",indent:"1rem",rowGap:"0.5rem",rowPadding:"0.45rem 0.65rem",rowPaddingInline:"0.65rem",rowBorderRadius:"var(--vf-radii-md)",rowBorderColor:"var(--vf-border-color)",rowFontSize:"var(--vf-typography-font-size)",rowTextColor:"var(--vf-text-color)",rowBackgroundColor:"transparent",rowHoverBackgroundColor:"var(--vf-bg-soft-color)",rowSelectedBackgroundColor:"rgba(var(--vf-blue-rgb), 0.12)",rowSelectedTextColor:"var(--vf-text-color)",toggleSize:"1rem",toggleRadius:"var(--vf-radii-sm)",toggleBorderColor:"var(--vf-border-color)",toggleBackgroundColor:"var(--vf-bg-color)",toggleTextColor:"var(--vf-secondary-text-color)",toggleHoverBackgroundColor:"var(--vf-bg-soft-color)",focusRingShadow:"var(--vf-states-focus-ring-shadow)",disabledOpacity:"var(--vf-states-disabled-opacity)",small:{rowPadding:"0.35rem 0.5rem",rowPaddingInline:"0.5rem",rowFontSize:"0.875rem",toggleSize:"0.875rem"},large:{rowPadding:"0.6rem 0.8rem",rowPaddingInline:"0.8rem",rowFontSize:"1rem",toggleSize:"1.1rem"}},treeselect:{minWidth:"14rem",fontSize:"var(--vf-typography-font-size)",controlGap:"0.75rem",chevronSize:"0.9em",padding:"var(--vf-controls-padding-y) var(--vf-controls-padding-x)",borderRadius:"var(--vf-radii-md)",borderColor:"var(--vf-border-color)",backgroundColor:"var(--vf-controls-background-color)",textColor:"var(--vf-text-color)",placeholderColor:"var(--vf-secondary-text-color)",focusBorderColor:"var(--vf-blue-600)",hoverBorderColor:"var(--vf-blue-500)",disabledOpacity:"var(--vf-states-disabled-opacity)",panelBackgroundColor:"var(--vf-bg-color)",panelBorderColor:"var(--vf-border-color)",panelPadding:"0.35rem",panelMaxHeight:"18rem",panelRadiusOffset:"2px",panelShadow:"0 10px 30px rgba(0, 0, 0, 0.12)",focusRingShadow:"var(--vf-states-focus-ring-shadow)",searchPadding:"0.25rem",searchBorderColor:"var(--vf-border-color)",searchBorderRadius:"var(--vf-radii-md)",emptyPadding:"0.6rem",emptyColor:"var(--vf-secondary-text-color)",loadingPadding:"0.6rem",loadingColor:"var(--vf-secondary-text-color)",clearSize:"1rem",clearRadius:"999px",clearHoverBackgroundColor:"var(--vf-bg-soft-color)",small:{padding:"var(--vf-sizes-sm-padding-y) var(--vf-sizes-sm-padding-x)",fontSize:"var(--vf-sizes-sm-font-size)"},large:{padding:"var(--vf-sizes-lg-padding-y) var(--vf-sizes-lg-padding-x)",fontSize:"var(--vf-sizes-lg-font-size)"}}}};K.Accordion=ft,K.AccordionItem=gt,K.Alert=Vt,K.Autocomplete=ur,K.Avatar=ya,K.Badge=da,K.Breadcrumbs=wl,K.Button=we,K.Card=Ee,K.Checkbox=Zr,K.Chip=ua,K.ConfirmDialog=At,K.DataTable=Da,K.DatePicker=Fr,K.DateRangePicker=Or,K.DefaultTheme=Ol,K.Drawer=Yt,K.Dropdown=qt,K.FileUpload=Mo,K.FormField=xo,K.Input=fo,K.Link=ge,K.Menu=Ne,K.Modal=Ie,K.MultiSelect=xr,K.NumberInput=ho,K.Pagination=Ur,K.Popover=Lt,K.Progress=ia,K.RadioButton=rt,K.RadioGroup=Qr,K.Rating=ol,K.Select=ir,K.Skeleton=oa,K.Slider=Ka,K.Stepper=qa,K.Switch=Ft,K.Tab=it,K.TabPanel=dt,K.Tabs=lt,K.Textarea=Bo,K.TimePicker=Wr,K.Toast=kt,K.ToastContainer=wt,K.Tooltip=ea,K.Tree=Oe,K.TreeSelect=ml,K.VueForge=Il,K.getTheme=Pl,K.setTheme=$e,K.updateTheme=Rl,Object.defineProperty(K,Symbol.toStringTag,{value:"Module"})}));