diff --git a/CHANGELOG.md b/CHANGELOG.md index 57e033a..8cbbe07 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,14 @@ TBD [main] (@webdevnerdstuff) * Official release depends on when the Vue team decides if they are going to keep experimental `defineModel` feature. [Blog](https://blog.vuejs.org/posts/vue-3-3#definemodel) +## v1.0.0-beta-2 +11-09-23 +[main] (@webdevnerdstuff) +* Update lab components to regular components due to Vuetify official releases +* Update packages +* Update Vuetify to v^3.4.0 +* Update docs + ## v1.0.0-beta-1.12 10-30-2023 [main] (@webdevnerdstuff) diff --git a/dist/plugin/VInlineCheckbox.vue.d.ts b/dist/plugin/VInlineCheckbox.vue.d.ts index 84bf654..4caca6a 100644 --- a/dist/plugin/VInlineCheckbox.vue.d.ts +++ b/dist/plugin/VInlineCheckbox.vue.d.ts @@ -47,13 +47,13 @@ declare const _default: __VLS_WithTemplateSlots; default: boolean; }; - item: { - type: globalThis.PropType>; - }; underlined: { type: globalThis.PropType; default: boolean; }; + item: { + type: globalThis.PropType>; + }; required: { type: globalThis.PropType; }; @@ -296,13 +296,13 @@ declare const _default: __VLS_WithTemplateSlots; default: boolean; }; - item: { - type: globalThis.PropType>; - }; underlined: { type: globalThis.PropType; default: boolean; }; + item: { + type: globalThis.PropType>; + }; required: { type: globalThis.PropType; }; diff --git a/dist/plugin/VInlineCustomField.vue.d.ts b/dist/plugin/VInlineCustomField.vue.d.ts index 257c140..8a0c6b3 100644 --- a/dist/plugin/VInlineCustomField.vue.d.ts +++ b/dist/plugin/VInlineCustomField.vue.d.ts @@ -45,13 +45,13 @@ declare const _default: __VLS_WithTemplateSlots; }; - item: { - type: globalThis.PropType>; - }; underlined: { type: globalThis.PropType; default: boolean; }; + item: { + type: globalThis.PropType>; + }; required: { type: globalThis.PropType; }; @@ -272,13 +272,13 @@ declare const _default: __VLS_WithTemplateSlots; }; - item: { - type: globalThis.PropType>; - }; underlined: { type: globalThis.PropType; default: boolean; }; + item: { + type: globalThis.PropType>; + }; required: { type: globalThis.PropType; }; diff --git a/dist/plugin/VInlineSelect.vue.d.ts b/dist/plugin/VInlineSelect.vue.d.ts index 928174c..4087534 100644 --- a/dist/plugin/VInlineSelect.vue.d.ts +++ b/dist/plugin/VInlineSelect.vue.d.ts @@ -55,11 +55,11 @@ declare const _default: __VLS_WithTemplateSlots, fallback?: any) => any) | null>; + type: globalThis.PropType, fallback?: any) => any) | null>; default: string; }; itemValue: { - type: globalThis.PropType, fallback?: any) => any) | null>; + type: globalThis.PropType, fallback?: any) => any) | null>; default: string; }; hideSelected: { @@ -70,13 +70,13 @@ declare const _default: __VLS_WithTemplateSlots; default: boolean; }; - item: { - type: globalThis.PropType>; - }; underlined: { type: globalThis.PropType; default: boolean; }; + item: { + type: globalThis.PropType>; + }; required: { type: globalThis.PropType; }; @@ -299,11 +299,11 @@ declare const _default: __VLS_WithTemplateSlots, fallback?: any) => any) | null>; + type: globalThis.PropType, fallback?: any) => any) | null>; default: string; }; itemValue: { - type: globalThis.PropType, fallback?: any) => any) | null>; + type: globalThis.PropType, fallback?: any) => any) | null>; default: string; }; hideSelected: { @@ -314,13 +314,13 @@ declare const _default: __VLS_WithTemplateSlots; default: boolean; }; - item: { - type: globalThis.PropType>; - }; underlined: { type: globalThis.PropType; default: boolean; }; + item: { + type: globalThis.PropType>; + }; required: { type: globalThis.PropType; }; @@ -497,8 +497,8 @@ declare const _default: __VLS_WithTemplateSlots, fallback?: any) => any) | null; - itemValue: string | boolean | (string | number)[] | ((item: Record, fallback?: any) => any) | null; + itemTitle: string | boolean | readonly (string | number)[] | ((item: Record, fallback?: any) => any) | null; + itemValue: string | boolean | readonly (string | number)[] | ((item: Record, fallback?: any) => any) | null; hideSelected: boolean; menu: boolean; underlined: boolean; diff --git a/dist/plugin/VInlineSwitch.vue.d.ts b/dist/plugin/VInlineSwitch.vue.d.ts index 0992611..17281c3 100644 --- a/dist/plugin/VInlineSwitch.vue.d.ts +++ b/dist/plugin/VInlineSwitch.vue.d.ts @@ -43,13 +43,13 @@ declare const _default: __VLS_WithTemplateSlots; default: boolean; }; - item: { - type: globalThis.PropType>; - }; underlined: { type: globalThis.PropType; default: boolean; }; + item: { + type: globalThis.PropType>; + }; required: { type: globalThis.PropType; }; @@ -252,13 +252,13 @@ declare const _default: __VLS_WithTemplateSlots; default: boolean; }; - item: { - type: globalThis.PropType>; - }; underlined: { type: globalThis.PropType; default: boolean; }; + item: { + type: globalThis.PropType>; + }; required: { type: globalThis.PropType; }; diff --git a/dist/plugin/VInlineTextField.vue.d.ts b/dist/plugin/VInlineTextField.vue.d.ts index 9800f12..5349ed4 100644 --- a/dist/plugin/VInlineTextField.vue.d.ts +++ b/dist/plugin/VInlineTextField.vue.d.ts @@ -45,13 +45,13 @@ declare const _default: __VLS_WithTemplateSlots; }; - item: { - type: globalThis.PropType>; - }; underlined: { type: globalThis.PropType; default: boolean; }; + item: { + type: globalThis.PropType>; + }; required: { type: globalThis.PropType; }; @@ -272,13 +272,13 @@ declare const _default: __VLS_WithTemplateSlots; }; - item: { - type: globalThis.PropType>; - }; underlined: { type: globalThis.PropType; default: boolean; }; + item: { + type: globalThis.PropType>; + }; required: { type: globalThis.PropType; }; diff --git a/dist/plugin/VInlineTextarea.vue.d.ts b/dist/plugin/VInlineTextarea.vue.d.ts index a25a24d..42294dd 100644 --- a/dist/plugin/VInlineTextarea.vue.d.ts +++ b/dist/plugin/VInlineTextarea.vue.d.ts @@ -45,13 +45,13 @@ declare const _default: __VLS_WithTemplateSlots; }; - item: { - type: globalThis.PropType>; - }; underlined: { type: globalThis.PropType; default: boolean; }; + item: { + type: globalThis.PropType>; + }; required: { type: globalThis.PropType; }; @@ -280,13 +280,13 @@ declare const _default: __VLS_WithTemplateSlots; }; - item: { - type: globalThis.PropType>; - }; underlined: { type: globalThis.PropType; default: boolean; }; + item: { + type: globalThis.PropType>; + }; required: { type: globalThis.PropType; }; diff --git a/dist/plugin/index.d.ts b/dist/plugin/index.d.ts index 65096d5..901a0b7 100644 --- a/dist/plugin/index.d.ts +++ b/dist/plugin/index.d.ts @@ -176,13 +176,13 @@ declare const _default: { type: globalThis.PropType; default: boolean; }; - item: { - type: globalThis.PropType>; - }; underlined: { type: globalThis.PropType; default: boolean; }; + item: { + type: globalThis.PropType>; + }; required: { type: globalThis.PropType; }; @@ -437,13 +437,13 @@ declare const _default: { type: globalThis.PropType; default: boolean; }; - item: { - type: globalThis.PropType>; - }; underlined: { type: globalThis.PropType; default: boolean; }; + item: { + type: globalThis.PropType>; + }; required: { type: globalThis.PropType; }; @@ -766,13 +766,13 @@ declare const _default: { type: globalThis.PropType; default: boolean; }; - item: { - type: globalThis.PropType>; - }; underlined: { type: globalThis.PropType; default: boolean; }; + item: { + type: globalThis.PropType>; + }; required: { type: globalThis.PropType; }; @@ -1017,13 +1017,13 @@ declare const _default: { type: globalThis.PropType; default: boolean; }; - item: { - type: globalThis.PropType>; - }; underlined: { type: globalThis.PropType; default: boolean; }; + item: { + type: globalThis.PropType>; + }; required: { type: globalThis.PropType; }; @@ -1443,13 +1443,13 @@ declare const _default: { clearIcon: { type: globalThis.PropType; }; - item: { - type: globalThis.PropType>; - }; underlined: { type: globalThis.PropType; default: boolean; }; + item: { + type: globalThis.PropType>; + }; required: { type: globalThis.PropType; }; @@ -1682,13 +1682,13 @@ declare const _default: { clearIcon: { type: globalThis.PropType; }; - item: { - type: globalThis.PropType>; - }; underlined: { type: globalThis.PropType; default: boolean; }; + item: { + type: globalThis.PropType>; + }; required: { type: globalThis.PropType; }; @@ -1982,13 +1982,13 @@ declare const _default: { clearIcon: { type: globalThis.PropType; }; - item: { - type: globalThis.PropType>; - }; underlined: { type: globalThis.PropType; default: boolean; }; + item: { + type: globalThis.PropType>; + }; required: { type: globalThis.PropType; }; @@ -2211,13 +2211,13 @@ declare const _default: { clearIcon: { type: globalThis.PropType; }; - item: { - type: globalThis.PropType>; - }; underlined: { type: globalThis.PropType; default: boolean; }; + item: { + type: globalThis.PropType>; + }; required: { type: globalThis.PropType; }; @@ -2528,8 +2528,8 @@ declare const _default: { variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled"; clearIcon: string; clearable: boolean; - itemTitle: string | boolean | (string | number)[] | ((item: Record, fallback?: any) => any) | null; - itemValue: string | boolean | (string | number)[] | ((item: Record, fallback?: any) => any) | null; + itemTitle: string | boolean | readonly (string | number)[] | ((item: Record, fallback?: any) => any) | null; + itemValue: string | boolean | readonly (string | number)[] | ((item: Record, fallback?: any) => any) | null; hideSelected: boolean; menu: boolean; underlined: boolean; @@ -2585,8 +2585,8 @@ declare const _default: { readonly autofocus: boolean; readonly variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled"; readonly clearable: boolean; - readonly itemTitle: string | boolean | (string | number)[] | ((item: Record, fallback?: any) => any) | null; - readonly itemValue: string | boolean | (string | number)[] | ((item: Record, fallback?: any) => any) | null; + readonly itemTitle: string | boolean | readonly (string | number)[] | ((item: Record, fallback?: any) => any) | null; + readonly itemValue: string | boolean | readonly (string | number)[] | ((item: Record, fallback?: any) => any) | null; readonly hideSelected: boolean; readonly menu: boolean; readonly underlined: boolean; @@ -2693,11 +2693,11 @@ declare const _default: { default: boolean; }; itemTitle: { - type: globalThis.PropType, fallback?: any) => any) | null>; + type: globalThis.PropType, fallback?: any) => any) | null>; default: string; }; itemValue: { - type: globalThis.PropType, fallback?: any) => any) | null>; + type: globalThis.PropType, fallback?: any) => any) | null>; default: string; }; hideSelected: { @@ -2708,13 +2708,13 @@ declare const _default: { type: globalThis.PropType; default: boolean; }; - item: { - type: globalThis.PropType>; - }; underlined: { type: globalThis.PropType; default: boolean; }; + item: { + type: globalThis.PropType>; + }; required: { type: globalThis.PropType; }; @@ -2949,11 +2949,11 @@ declare const _default: { default: boolean; }; itemTitle: { - type: globalThis.PropType, fallback?: any) => any) | null>; + type: globalThis.PropType, fallback?: any) => any) | null>; default: string; }; itemValue: { - type: globalThis.PropType, fallback?: any) => any) | null>; + type: globalThis.PropType, fallback?: any) => any) | null>; default: string; }; hideSelected: { @@ -2964,13 +2964,13 @@ declare const _default: { type: globalThis.PropType; default: boolean; }; - item: { - type: globalThis.PropType>; - }; underlined: { type: globalThis.PropType; default: boolean; }; + item: { + type: globalThis.PropType>; + }; required: { type: globalThis.PropType; }; @@ -3149,8 +3149,8 @@ declare const _default: { variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled"; clearIcon: string; clearable: boolean; - itemTitle: string | boolean | (string | number)[] | ((item: Record, fallback?: any) => any) | null; - itemValue: string | boolean | (string | number)[] | ((item: Record, fallback?: any) => any) | null; + itemTitle: string | boolean | readonly (string | number)[] | ((item: Record, fallback?: any) => any) | null; + itemValue: string | boolean | readonly (string | number)[] | ((item: Record, fallback?: any) => any) | null; hideSelected: boolean; menu: boolean; underlined: boolean; @@ -3271,11 +3271,11 @@ declare const _default: { default: boolean; }; itemTitle: { - type: globalThis.PropType, fallback?: any) => any) | null>; + type: globalThis.PropType, fallback?: any) => any) | null>; default: string; }; itemValue: { - type: globalThis.PropType, fallback?: any) => any) | null>; + type: globalThis.PropType, fallback?: any) => any) | null>; default: string; }; hideSelected: { @@ -3286,13 +3286,13 @@ declare const _default: { type: globalThis.PropType; default: boolean; }; - item: { - type: globalThis.PropType>; - }; underlined: { type: globalThis.PropType; default: boolean; }; + item: { + type: globalThis.PropType>; + }; required: { type: globalThis.PropType; }; @@ -3517,11 +3517,11 @@ declare const _default: { default: boolean; }; itemTitle: { - type: globalThis.PropType, fallback?: any) => any) | null>; + type: globalThis.PropType, fallback?: any) => any) | null>; default: string; }; itemValue: { - type: globalThis.PropType, fallback?: any) => any) | null>; + type: globalThis.PropType, fallback?: any) => any) | null>; default: string; }; hideSelected: { @@ -3532,13 +3532,13 @@ declare const _default: { type: globalThis.PropType; default: boolean; }; - item: { - type: globalThis.PropType>; - }; underlined: { type: globalThis.PropType; default: boolean; }; + item: { + type: globalThis.PropType>; + }; required: { type: globalThis.PropType; }; @@ -3717,8 +3717,8 @@ declare const _default: { variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled"; clearIcon: string; clearable: boolean; - itemTitle: string | boolean | (string | number)[] | ((item: Record, fallback?: any) => any) | null; - itemValue: string | boolean | (string | number)[] | ((item: Record, fallback?: any) => any) | null; + itemTitle: string | boolean | readonly (string | number)[] | ((item: Record, fallback?: any) => any) | null; + itemValue: string | boolean | readonly (string | number)[] | ((item: Record, fallback?: any) => any) | null; hideSelected: boolean; menu: boolean; underlined: boolean; @@ -3918,13 +3918,13 @@ declare const _default: { type: globalThis.PropType; default: boolean; }; - item: { - type: globalThis.PropType>; - }; underlined: { type: globalThis.PropType; default: boolean; }; + item: { + type: globalThis.PropType>; + }; required: { type: globalThis.PropType; }; @@ -4139,13 +4139,13 @@ declare const _default: { type: globalThis.PropType; default: boolean; }; - item: { - type: globalThis.PropType>; - }; underlined: { type: globalThis.PropType; default: boolean; }; + item: { + type: globalThis.PropType>; + }; required: { type: globalThis.PropType; }; @@ -4418,13 +4418,13 @@ declare const _default: { type: globalThis.PropType; default: boolean; }; - item: { - type: globalThis.PropType>; - }; underlined: { type: globalThis.PropType; default: boolean; }; + item: { + type: globalThis.PropType>; + }; required: { type: globalThis.PropType; }; @@ -4629,13 +4629,13 @@ declare const _default: { type: globalThis.PropType; default: boolean; }; - item: { - type: globalThis.PropType>; - }; underlined: { type: globalThis.PropType; default: boolean; }; + item: { + type: globalThis.PropType>; + }; required: { type: globalThis.PropType; }; @@ -5009,13 +5009,13 @@ declare const _default: { clearIcon: { type: globalThis.PropType; }; - item: { - type: globalThis.PropType>; - }; underlined: { type: globalThis.PropType; default: boolean; }; + item: { + type: globalThis.PropType>; + }; required: { type: globalThis.PropType; }; @@ -5248,13 +5248,13 @@ declare const _default: { clearIcon: { type: globalThis.PropType; }; - item: { - type: globalThis.PropType>; - }; underlined: { type: globalThis.PropType; default: boolean; }; + item: { + type: globalThis.PropType>; + }; required: { type: globalThis.PropType; }; @@ -5548,13 +5548,13 @@ declare const _default: { clearIcon: { type: globalThis.PropType; }; - item: { - type: globalThis.PropType>; - }; underlined: { type: globalThis.PropType; default: boolean; }; + item: { + type: globalThis.PropType>; + }; required: { type: globalThis.PropType; }; @@ -5777,13 +5777,13 @@ declare const _default: { clearIcon: { type: globalThis.PropType; }; - item: { - type: globalThis.PropType>; - }; underlined: { type: globalThis.PropType; default: boolean; }; + item: { + type: globalThis.PropType>; + }; required: { type: globalThis.PropType; }; @@ -6180,13 +6180,13 @@ declare const _default: { clearIcon: { type: globalThis.PropType; }; - item: { - type: globalThis.PropType>; - }; underlined: { type: globalThis.PropType; default: boolean; }; + item: { + type: globalThis.PropType>; + }; required: { type: globalThis.PropType; }; @@ -6427,13 +6427,13 @@ declare const _default: { clearIcon: { type: globalThis.PropType; }; - item: { - type: globalThis.PropType>; - }; underlined: { type: globalThis.PropType; default: boolean; }; + item: { + type: globalThis.PropType>; + }; required: { type: globalThis.PropType; }; @@ -6737,13 +6737,13 @@ declare const _default: { clearIcon: { type: globalThis.PropType; }; - item: { - type: globalThis.PropType>; - }; underlined: { type: globalThis.PropType; default: boolean; }; + item: { + type: globalThis.PropType>; + }; required: { type: globalThis.PropType; }; @@ -6974,13 +6974,13 @@ declare const _default: { clearIcon: { type: globalThis.PropType; }; - item: { - type: globalThis.PropType>; - }; underlined: { type: globalThis.PropType; default: boolean; }; + item: { + type: globalThis.PropType>; + }; required: { type: globalThis.PropType; }; diff --git a/dist/vuetify-inline-fields.cjs.js b/dist/vuetify-inline-fields.cjs.js index 04ba902..b6a3f4e 100644 --- a/dist/vuetify-inline-fields.cjs.js +++ b/dist/vuetify-inline-fields.cjs.js @@ -1,12 +1,12 @@ -"use strict";var Zl=Object.create;var Yt=Object.defineProperty;var Ql=Object.getOwnPropertyDescriptor;var ea=Object.getOwnPropertyNames;var na=Object.getPrototypeOf,ta=Object.prototype.hasOwnProperty;var oa=(n,o,t,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let r of ea(o))!ta.call(n,r)&&r!==t&&Yt(n,r,{get:()=>o[r],enumerable:!(l=Ql(o,r))||l.enumerable});return n};var Ee=(n,o,t)=>(t=n!=null?Zl(na(n)):{},oa(o||!n||!n.__esModule?Yt(t,"default",{value:n,enumerable:!0}):t,n));/** +"use strict";var oa=Object.create;var Yt=Object.defineProperty;var la=Object.getOwnPropertyDescriptor;var aa=Object.getOwnPropertyNames;var ra=Object.getPrototypeOf,ia=Object.prototype.hasOwnProperty;var sa=(n,o,t,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let r of aa(o))!ia.call(n,r)&&r!==t&&Yt(n,r,{get:()=>o[r],enumerable:!(l=la(o,r))||l.enumerable});return n};var Te=(n,o,t)=>(t=n!=null?oa(ra(n)):{},sa(o||!n||!n.__esModule?Yt(t,"default",{value:n,enumerable:!0}):t,n));/** * @name @wdns/vuetify-inline-fields - * @version 1.0.0-beta-1.14 + * @version 1.0.0-beta-2 * @description Vuetify Inline Fields Component Library offers a comprehensive collection of reusable UI components to create elegant and efficient inline form fields within your applications. * @author WebDevNerdStuff & Bunnies... lots and lots of bunnies! (https://webdevnerdstuff.com) * @copyright Copyright 2023, WebDevNerdStuff * @homepage https://webdevnerdstuff.github.io/vuetify-inline-fields/ * @repository https://github.com/webdevnerdstuff/vuetify-inline-fields * @license MIT License - */Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("vue"),Ft=require("vuetify"),la=require("@vueuse/core"),Te=Symbol("identifier"),Re={elevation:5,variant:"flat"},yn={cancelButtonColor:"default",cancelButtonSize:"x-small",cancelButtonTitle:"Cancel",cancelButtonVariant:"text",cancelIcon:void 0,cancelIconColor:"default",cardField:!1,cardOffsetX:0,cardOffsetY:0,cardProps:()=>({}),closeSiblings:!1,color:"primary",density:"compact",disabled:!1,displayAppendIcon:void 0,displayAppendIconColor:void 0,displayAppendIconSize:"x-small",displayAppendInnerIcon:void 0,displayAppendInnerIconColor:void 0,displayAppendInnerIconSize:"x-small",displayPrependIcon:void 0,displayPrependIconColor:void 0,displayPrependIconSize:"x-small",displayPrependInnerIcon:void 0,displayPrependInnerIconColor:void 0,displayPrependInnerIconSize:"x-small",emptyText:"empty",fieldOnly:!1,hideDetails:!0,label:"",loading:!1,loadingWait:!0,name:"",tableField:!0,underlineColor:"primary",underlineStyle:"dotted",underlineWidth:"2px",underlined:!0,valueColor:"default"},Nt={autofocus:!0},Jn={hideSaveIcon:!1,loadingIcon:void 0,loadingIconColor:"primary",saveButtonColor:"primary",saveButtonSize:"x-small",saveButtonTitle:"Save",saveButtonVariant:"text",saveIcon:void 0,saveIconColor:"primary"},Do={falseValue:!1,iconFalse:void 0,iconFalseColor:"danger",iconFalseTitle:"No",iconTrue:void 0,iconTrueColor:"success",iconTrueTitle:"Yes",icons:!0,trueValue:!0},aa={...yn,...Do,...Jn,falseIcon:void 0,icons:!0,trueIcon:void 0},ra={...yn,...Nt,...Jn,clearIcon:void 0,clearable:!1,hideSelected:!0,itemTitle:"title",itemValue:"value",items:()=>[],menu:!0,variant:"underlined"},ia={...yn,...Do,icons:!0,falseIcon:""},sa={...Nt,...Jn,...yn,autoGrow:!0,rows:1,truncateLength:void 0,truncateSuffix:"...",variant:"underlined"},Lo={...yn,...Nt,...Jn,truncateLength:void 0,truncateSuffix:"...",variant:"underlined"},ua={fa:{checkboxFalse:"$checkboxOff",checkboxTrue:"far fa-square-check",clear:"$clear",false:"$close",loading:"fa-circle-notch",save:"fa-floppy-disk",true:"$complete"},mdi:{checkboxFalse:"$checkboxOff",checkboxTrue:"mdi:mdi-checkbox-outline",clear:"$clear",false:"$close",loading:"mdi-loading",save:"mdi-content-save",true:"$complete"}},de=n=>{const{icon:o,iconOptions:t,name:l}=n;if(o)return o;const r=ua[t==null?void 0:t.defaultSet];if(!r)throw new Error(`VInlineFields: No VInlineFields default ${t==null?void 0:t.defaultSet} icon set found for ${l}. Please set the icon prop.`);const i=r[l];if(!i)throw new Error(`VInlineFields: No ${l} icon found. Please set the icon prop, or set the default icon set to 'mdi' or 'fa'`);return i};function j(n,o){return t=>Object.keys(n).reduce((l,r)=>{const i=typeof n[r]=="object"&&n[r]!=null&&!Array.isArray(n[r])?n[r]:{type:n[r]};return l[r]=t&&r in t?{...i,default:t[r]}:i,o&&!l[r].source&&(l[r].source=o),l},{})}const J=j({class:[String,Array],style:{type:[String,Array,Object],default:null}},"component"),ce=typeof window<"u",At=ce&&"IntersectionObserver"in window;function Kt(n,o,t){const l=o.length-1;if(l<0)return n===void 0?t:n;for(let r=0;rgn(n[l],o[l]))}function ge(n,o,t){if(o===!0)return n===void 0?t:n;if(o==null||typeof o=="boolean")return t;if(n!==Object(n)){if(typeof o!="function")return t;const r=o(n,t);return r===void 0?t:r}if(typeof o=="string")return function(r,i,c){return r!=null&&i&&typeof i=="string"?r[i]!==void 0?r[i]:Kt(r,(i=(i=i.replace(/\[(\w+)\]/g,".$1")).replace(/^\./,"")).split("."),c):c}(n,o,t);if(Array.isArray(o))return Kt(n,o,t);if(typeof o!="function")return t;const l=o(n,t);return l===void 0?t:l}function Y(n){let o=arguments.length>1&&arguments[1]!==void 0?arguments[1]:"px";return n==null||n===""?void 0:isNaN(+n)?String(n):isFinite(+n)?`${Number(n)}${o}`:void 0}function dt(n){return n!==null&&typeof n=="object"&&!Array.isArray(n)}function pt(n){return n&&"$el"in n?n.$el:n}const Xt=Object.freeze({enter:13,tab:9,delete:46,esc:27,space:32,up:38,down:40,left:37,right:39,end:35,home:36,del:46,backspace:8,insert:45,pageup:33,pagedown:34,shift:16});function tt(n,o){return o.every(t=>n.hasOwnProperty(t))}function Ue(n,o,t){const l=Object.create(null),r=Object.create(null);for(const i in n)o.some(c=>c instanceof RegExp?c.test(i):c===i)&&!(t!=null&&t.some(c=>c===i))?l[i]=n[i]:r[i]=n[i];return[l,r]}function hn(n,o){const t={...n};return o.forEach(l=>delete t[l]),t}const Mo=/^on[^a-z]/,vt=n=>Mo.test(n),ca=["onAfterscriptexecute","onAnimationcancel","onAnimationend","onAnimationiteration","onAnimationstart","onAuxclick","onBeforeinput","onBeforescriptexecute","onChange","onClick","onCompositionend","onCompositionstart","onCompositionupdate","onContextmenu","onCopy","onCut","onDblclick","onFocusin","onFocusout","onFullscreenchange","onFullscreenerror","onGesturechange","onGestureend","onGesturestart","onGotpointercapture","onInput","onKeydown","onKeypress","onKeyup","onLostpointercapture","onMousedown","onMousemove","onMouseout","onMouseover","onMouseup","onMousewheel","onPaste","onPointercancel","onPointerdown","onPointerenter","onPointerleave","onPointermove","onPointerout","onPointerover","onPointerup","onReset","onSelect","onSubmit","onTouchcancel","onTouchend","onTouchmove","onTouchstart","onTransitioncancel","onTransitionend","onTransitionrun","onTransitionstart","onWheel"];function bn(n){const[o,t]=Ue(n,[Mo]),l=hn(o,ca),[r,i]=Ue(t,["class","style","id",/^data-/]);return Object.assign(r,o),Object.assign(i,l),[r,i]}function Be(n){return n==null?[]:Array.isArray(n)?n:[n]}function un(n){let o=arguments.length>1&&arguments[1]!==void 0?arguments[1]:0,t=arguments.length>2&&arguments[2]!==void 0?arguments[2]:1;return Math.max(o,Math.min(t,n))}function Jt(n,o){return n+(arguments.length>2&&arguments[2]!==void 0?arguments[2]:"0").repeat(Math.max(0,o-n.length))}function ze(){let n=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},o=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},t=arguments.length>2?arguments[2]:void 0;const l={};for(const r in n)l[r]=n[r];for(const r in o){const i=n[r],c=o[r];dt(i)&&dt(c)?l[r]=ze(i,c,t):Array.isArray(i)&&Array.isArray(c)&&t?l[r]=t(i,c):l[r]=c}return l}function Wo(n){return n.map(o=>o.type===e.Fragment?Wo(o.children):o).flat()}function xe(){let n=arguments.length>0&&arguments[0]!==void 0?arguments[0]:"";if(xe.cache.has(n))return xe.cache.get(n);const o=n.replace(/[^a-z]/gi,"-").replace(/\B([A-Z])/g,"-$1").toLowerCase();return xe.cache.set(n,o),o}function On(n,o){if(!o||typeof o!="object")return[];if(Array.isArray(o))return o.map(t=>On(n,t)).flat(1);if(Array.isArray(o.children))return o.children.map(t=>On(n,t)).flat(1);if(o.component){if(Object.getOwnPropertySymbols(o.component.provides).includes(n))return[o.component];if(o.component.subTree)return On(n,o.component.subTree).flat(1)}return[]}function Pt(n){const o=e.reactive({}),t=e.computed(n);return e.watchEffect(()=>{for(const l in t.value)o[l]=t.value[l]},{flush:"sync"}),e.toRefs(o)}function Tn(n,o){return n.includes(o)}function Zt(n){return n[2].toLowerCase()+n.slice(3)}xe.cache=new Map;const me=()=>[Function,Array];function Qt(n,o){return!!(n[o="on"+e.capitalize(o)]||n[`${o}Once`]||n[`${o}Capture`]||n[`${o}OnceCapture`]||n[`${o}CaptureOnce`])}function jo(n){for(var o=arguments.length,t=new Array(o>1?o-1:0),l=1;l1&&arguments[1]!==void 0)||arguments[1];const t=["button","[href]",'input:not([type="hidden"])',"select","textarea","[tabindex]"].map(l=>`${l}${o?':not([tabindex="-1"])':""}:not([disabled])`).join(", ");return[...n.querySelectorAll(t)]}function Go(n,o,t){let l,r=n.indexOf(document.activeElement);const i=o==="next"?1:-1;do r+=i,l=n[r];while((!l||l.offsetParent==null||!((t==null?void 0:t(l))??1))&&r=0);return l}function Rn(n,o){var l,r,i,c;const t=ft(n);if(o)if(o==="first")(l=t[0])==null||l.focus();else if(o==="last")(r=t.at(-1))==null||r.focus();else if(typeof o=="number")(i=t[o])==null||i.focus();else{const s=Go(t,o);s?s.focus():Rn(n,o==="next"?"first":"last")}else n!==document.activeElement&&n.contains(document.activeElement)||((c=t[0])==null||c.focus())}function Dn(n,o){if(!(ce&&typeof CSS<"u"&&CSS.supports!==void 0&&CSS.supports(`selector(${o})`)))return null;try{return!!n&&n.matches(o)}catch{return null}}function qo(n){return n.some(o=>!e.isVNode(o)||o.type!==e.Comment&&(o.type!==e.Fragment||qo(o.children)))?n:null}const Ho=["top","bottom"],da=["start","end","left","right"];function mt(n,o){let[t,l]=n.split(" ");return l||(l=Tn(Ho,t)?"start":Tn(da,t)?"top":"center"),{side:eo(t,o),align:eo(l,o)}}function eo(n,o){return n==="start"?o?"right":"left":n==="end"?o?"left":"right":n}function ot(n){return{side:{center:"center",top:"bottom",bottom:"top",left:"right",right:"left"}[n.side],align:n.align}}function lt(n){return{side:n.side,align:{center:"center",top:"bottom",bottom:"top",left:"right",right:"left"}[n.align]}}function no(n){return{side:n.align,align:n.side}}function to(n){return Tn(Ho,n.side)?"y":"x"}class De{constructor(o){let{x:t,y:l,width:r,height:i}=o;this.x=t,this.y=l,this.width=r,this.height=i}get top(){return this.y}get bottom(){return this.y+this.height}get left(){return this.x}get right(){return this.x+this.width}}function oo(n,o){return{x:{before:Math.max(0,o.left-n.left),after:Math.max(0,n.right-o.right)},y:{before:Math.max(0,o.top-n.top),after:Math.max(0,n.bottom-o.bottom)}}}function _t(n){const o=n.getBoundingClientRect(),t=getComputedStyle(n),l=t.transform;if(l){let r,i,c,s,a;if(l.startsWith("matrix3d("))r=l.slice(9,-1).split(/, /),i=+r[0],c=+r[5],s=+r[12],a=+r[13];else{if(!l.startsWith("matrix("))return new De(o);r=l.slice(7,-1).split(/, /),i=+r[0],c=+r[3],s=+r[4],a=+r[5]}const u=t.transformOrigin,f=o.x-s-(1-i)*parseFloat(u),v=o.y-a-(1-c)*parseFloat(u.slice(u.indexOf(" ")+1)),p=i?o.width/i:n.offsetWidth+1,d=c?o.height/c:n.offsetHeight+1;return new De({x:f,y:v,width:p,height:d})}return new De(o)}function $e(n,o,t){if(n.animate===void 0)return{finished:Promise.resolve()};let l;try{l=n.animate(o,t)}catch{return{finished:Promise.resolve()}}return l.finished===void 0&&(l.finished=new Promise(r=>{l.onfinish=()=>{r(l)}})),l}const An=new WeakMap,Oe=2.4,lo=.2126729,ao=.7151522,ro=.072175,pa=.55,va=.58,fa=.57,ma=.62,Pn=.03,io=1.45,ya=5e-4,ga=1.25,ha=1.25,so=.078,uo=12.82051282051282,_n=.06,co=.001;function po(n,o){const t=(n.r/255)**Oe,l=(n.g/255)**Oe,r=(n.b/255)**Oe,i=(o.r/255)**Oe,c=(o.g/255)**Oe,s=(o.b/255)**Oe;let a,u=t*lo+l*ao+r*ro,f=i*lo+c*ao+s*ro;if(u<=Pn&&(u+=(Pn-u)**io),f<=Pn&&(f+=(Pn-f)**io),Math.abs(f-u)u){const v=(f**pa-u**va)*ga;a=v-co?0:v>-so?v-v*uo*_n:v+_n}return 100*a}function rn(n){e.warn(`Vuetify: ${n}`)}function at(n){return!!n&&/^(#|var\(--|(rgb|hsl)a?\()/.test(n)}const vo=/^(?(?:rgb|hsl)a?)\((?.+)\)/,ba={rgb:(n,o,t,l)=>({r:n,g:o,b:t,a:l}),rgba:(n,o,t,l)=>({r:n,g:o,b:t,a:l}),hsl:(n,o,t,l)=>fo({h:n,s:o,l:t,a:l}),hsla:(n,o,t,l)=>fo({h:n,s:o,l:t,a:l}),hsv:(n,o,t,l)=>cn({h:n,s:o,v:t,a:l}),hsva:(n,o,t,l)=>cn({h:n,s:o,v:t,a:l})};function on(n){if(typeof n=="number")return(isNaN(n)||n<0||n>16777215)&&rn(`'${n}' is not a valid hex color`),{r:(16711680&n)>>16,g:(65280&n)>>8,b:255&n};if(typeof n=="string"&&vo.test(n)){const{groups:o}=n.match(vo),{fn:t,values:l}=o,r=l.split(/,\s*/).map(i=>i.endsWith("%")&&["hsl","hsla","hsv","hsva"].includes(t)?parseFloat(i)/100:parseFloat(i));return ba[t](...r)}if(typeof n=="string"){let o=n.startsWith("#")?n.slice(1):n;[3,4].includes(o.length)?o=o.split("").map(l=>l+l).join(""):[6,8].includes(o.length)||rn(`'${n}' is not a valid hex(a) color`);const t=parseInt(o,16);return(isNaN(t)||t<0||t>4294967295)&&rn(`'${n}' is not a valid hex(a) color`),function(l){l=function(a){return a.startsWith("#")&&(a=a.slice(1)),a=a.replace(/([^0-9a-f])/gi,"F"),(a.length===3||a.length===4)&&(a=a.split("").map(u=>u+u).join("")),a.length!==6&&(a=Jt(Jt(a,6),8,"F")),a}(l);let[r,i,c,s]=function(a){let u=arguments.length>1&&arguments[1]!==void 0?arguments[1]:1;const f=[];let v=0;for(;vparseInt(a,16));return s=s===void 0?s:s/255,{r,g:i,b:c,a:s}}(o)}if(typeof n=="object"){if(tt(n,["r","g","b"]))return n;if(tt(n,["h","s","l"]))return cn(Uo(n));if(tt(n,["h","s","v"]))return cn(n)}throw new TypeError(`Invalid color: ${n==null?n:String(n)||n.constructor.name} -Expected #hex, #hexa, rgb(), rgba(), hsl(), hsla(), object or number`)}function cn(n){const{h:o,s:t,v:l,a:r}=n,i=s=>{const a=(s+o/60)%6;return l-l*t*Math.max(Math.min(a,4-a,1),0)},c=[i(5),i(3),i(1)].map(s=>Math.round(255*s));return{r:c[0],g:c[1],b:c[2],a:r}}function fo(n){return cn(Uo(n))}function Uo(n){const{h:o,s:t,l,a:r}=n,i=l+t*Math.min(l,1-l);return{h:o,s:i===0?0:2-2*l/i,v:i,a:r}}const Ln=Symbol.for("vuetify:defaults");function Et(){const n=e.inject(Ln);if(!n)throw new Error("[Vuetify] Could not find defaults instance");return n}function Xe(n,o){const t=Et(),l=e.ref(n),r=e.computed(()=>{if(e.unref(o==null?void 0:o.disabled))return t.value;const i=e.unref(o==null?void 0:o.scoped),c=e.unref(o==null?void 0:o.reset),s=e.unref(o==null?void 0:o.root);if(l.value==null&&!(i||c||s))return t.value;let a=ze(l.value,{prev:t.value});if(i)return a;if(c||s){const u=Number(c||1/0);for(let f=0;f<=u&&a&&"prev"in a;f++)a=a.prev;return a&&typeof s=="string"&&s in a&&(a=ze(ze(a,{prev:a}),a[s])),a}return a.prev?ze(a.prev,a):a});return e.provide(Ln,r),r}function Ca(){let n=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},o=arguments.length>1?arguments[1]:void 0,t=arguments.length>2&&arguments[2]!==void 0?arguments[2]:Et();const l=le("useDefaults");if(o=o??l.type.name??l.type.__name,!o)throw new Error("[Vuetify] Could not determine component name");const r=e.computed(()=>{var s;return(s=t.value)==null?void 0:s[n._as??o]}),i=new Proxy(n,{get(s,a){var f,v,p,d;const u=Reflect.get(s,a);return a==="class"||a==="style"?[(f=r.value)==null?void 0:f[a],u].filter(m=>m!=null):typeof a!="string"||function(m,g){var y,h;return((y=m.props)==null?void 0:y[g])!==void 0||((h=m.props)==null?void 0:h[xe(g)])!==void 0}(l.vnode,a)?u:((v=r.value)==null?void 0:v[a])??((d=(p=t.value)==null?void 0:p.global)==null?void 0:d[a])??u}}),c=e.shallowRef();return e.watchEffect(()=>{if(r.value){const s=Object.entries(r.value).filter(a=>{let[u]=a;return u.startsWith(u[0].toUpperCase())});c.value=s.length?Object.fromEntries(s):void 0}else c.value=void 0}),{props:i,provideSubDefaults:function(){const s=function(a){let u=arguments.length>1&&arguments[1]!==void 0?arguments[1]:le("injectSelf");const{provides:f}=u;if(f&&a in f)return f[a]}(Ln,l);e.provide(Ln,e.computed(()=>c.value?ze((s==null?void 0:s.value)??{},c.value):s==null?void 0:s.value))}}}function dn(n){if(n._setup=n._setup??n.setup,!n.name)return rn("The component is missing an explicit name, unable to generate default prop value"),n;if(n._setup){n.props=j(n.props??{},n.name)();const o=Object.keys(n.props);n.filterProps=function(t){return Ue(t,o,["class","style"])},n.props._as=String,n.setup=function(t,l){const r=Et();if(!r.value)return n._setup(t,l);const{props:i,provideSubDefaults:c}=Ca(t,t._as??n.name,r),s=n._setup(i,l);return c(),s}}return n}function U(){let n=!(arguments.length>0&&arguments[0]!==void 0)||arguments[0];return o=>(n?dn:e.defineComponent)(o)}function Cn(n){let o=arguments.length>1&&arguments[1]!==void 0?arguments[1]:"div",t=arguments.length>2?arguments[2]:void 0;return U()({name:t??e.capitalize(e.camelize(n.replace(/__/g,"-"))),props:{tag:{type:String,default:o},...J()},setup(l,r){let{slots:i}=r;return()=>{var c;return e.h(l.tag,{class:[n,l.class],style:l.style},(c=i.default)==null?void 0:c.call(i))}}})}function Yo(n){if(typeof n.getRootNode!="function"){for(;n.parentNode;)n=n.parentNode;return n!==document?null:document}const o=n.getRootNode();return o!==document&&o.getRootNode({composed:!0})!==document?null:o}const Mn="cubic-bezier(0.4, 0, 0.2, 1)";function le(n,o){const t=e.getCurrentInstance();if(!t)throw new Error(`[Vuetify] ${n} ${o||"must be called from inside a setup function"}`);return t}function be(){const n=le(arguments.length>0&&arguments[0]!==void 0?arguments[0]:"composables").type;return xe((n==null?void 0:n.aliasName)||(n==null?void 0:n.name))}let Ko=0,zn=new WeakMap;function pe(){const n=le("getUid");if(zn.has(n))return zn.get(n);{const o=Ko++;return zn.set(n,o),o}}function Xo(n){let o=arguments.length>1&&arguments[1]!==void 0&&arguments[1];for(;n;){if(o?Sa(n):Ot(n))return n;n=n.parentElement}return document.scrollingElement}function Wn(n,o){const t=[];if(o&&n&&!o.contains(n))return t;for(;n&&(Ot(n)&&t.push(n),n!==o);)n=n.parentElement;return t}function Ot(n){if(!n||n.nodeType!==Node.ELEMENT_NODE)return!1;const o=window.getComputedStyle(n);return o.overflowY==="scroll"||o.overflowY==="auto"&&n.scrollHeight>n.clientHeight}function Sa(n){if(!n||n.nodeType!==Node.ELEMENT_NODE)return!1;const o=window.getComputedStyle(n);return["scroll","auto"].includes(o.overflowY)}function K(n){le("useRender").render=n}function zt(n){let o=arguments.length>1&&arguments[1]!==void 0?arguments[1]:"content";const t=e.ref(),l=e.ref();if(ce){const r=new ResizeObserver(i=>{n==null||n(i,r),i.length&&(l.value=o==="content"?i[0].contentRect:i[0].target.getBoundingClientRect())});e.onBeforeUnmount(()=>{r.disconnect()}),e.watch(t,(i,c)=>{c&&(r.unobserve(pt(c)),l.value=void 0),i&&r.observe(pt(i))},{flush:"post"})}return{resizeRef:t,contentRect:e.readonly(l)}}function Fe(n,o){let t;function l(){t=e.effectScope(),t.run(()=>o.length?o(()=>{t==null||t.stop(),l()}):o())}e.watch(n,r=>{r&&!t?l():r||(t==null||t.stop(),t=void 0)},{immediate:!0}),e.onScopeDispose(()=>{t==null||t.stop()})}function ne(n,o,t){let l=arguments.length>3&&arguments[3]!==void 0?arguments[3]:f=>f,r=arguments.length>4&&arguments[4]!==void 0?arguments[4]:f=>f;const i=le("useProxiedModel"),c=e.ref(n[o]!==void 0?n[o]:t),s=xe(o),a=s!==o?e.computed(()=>{var f,v,p,d;return n[o],!(!((f=i.vnode.props)!=null&&f.hasOwnProperty(o))&&!((v=i.vnode.props)!=null&&v.hasOwnProperty(s))||!((p=i.vnode.props)!=null&&p.hasOwnProperty(`onUpdate:${o}`))&&!((d=i.vnode.props)!=null&&d.hasOwnProperty(`onUpdate:${s}`)))}):e.computed(()=>{var f,v;return n[o],!(!((f=i.vnode.props)!=null&&f.hasOwnProperty(o))||!((v=i.vnode.props)!=null&&v.hasOwnProperty(`onUpdate:${o}`)))});Fe(()=>!a.value,()=>{e.watch(()=>n[o],f=>{c.value=f})});const u=e.computed({get(){const f=n[o];return l(a.value?f:c.value)},set(f){const v=r(f),p=e.toRaw(a.value?n[o]:c.value);p!==v&&l(p)!==f&&(c.value=v,i==null||i.emit(`update:${o}`,v))}});return Object.defineProperty(u,"externalValue",{get:()=>a.value?n[o]:c.value}),u}pe.reset=()=>{Ko=0,zn=new WeakMap};const Jo=Symbol.for("vuetify:locale");function $t(){const n=e.inject(Jo);if(!n)throw new Error("[Vuetify] Could not find injected locale instance");return n}function Sn(){const n=e.inject(Jo);if(!n)throw new Error("[Vuetify] Could not find injected rtl instance");return{isRtl:n.isRtl,rtlClasses:n.rtlClasses}}const mo=Symbol.for("vuetify:theme"),te=j({theme:String},"theme");function ae(n){le("provideTheme");const o=e.inject(mo,null);if(!o)throw new Error("Could not find Vuetify theme injection");const t=e.computed(()=>n.theme??o.name.value),l=e.computed(()=>o.themes.value[t.value]),r=e.computed(()=>o.isDisabled?void 0:`v-theme--${t.value}`),i={...o,name:t,current:l,themeClasses:r};return e.provide(mo,i),i}const ue=j({tag:{type:String,default:"div"}},"tag"),Va=j({disabled:Boolean,group:Boolean,hideOnLeave:Boolean,leaveAbsolute:Boolean,mode:String,origin:String},"transition");function ie(n,o,t){return U()({name:n,props:Va({mode:t,origin:o}),setup(l,r){let{slots:i}=r;const c={onBeforeEnter(s){l.origin&&(s.style.transformOrigin=l.origin)},onLeave(s){if(l.leaveAbsolute){const{offsetTop:a,offsetLeft:u,offsetWidth:f,offsetHeight:v}=s;s._transitionInitialStyles={position:s.style.position,top:s.style.top,left:s.style.left,width:s.style.width,height:s.style.height},s.style.position="absolute",s.style.top=`${a}px`,s.style.left=`${u}px`,s.style.width=`${f}px`,s.style.height=`${v}px`}l.hideOnLeave&&s.style.setProperty("display","none","important")},onAfterLeave(s){if(l.leaveAbsolute&&(s!=null&&s._transitionInitialStyles)){const{position:a,top:u,left:f,width:v,height:p}=s._transitionInitialStyles;delete s._transitionInitialStyles,s.style.position=a||"",s.style.top=u||"",s.style.left=f||"",s.style.width=v||"",s.style.height=p||""}}};return()=>{const s=l.group?e.TransitionGroup:e.Transition;return e.h(s,{name:l.disabled?"":n,css:!l.disabled,...l.group?void 0:{mode:l.mode},...l.disabled?{}:c},i.default)}}})}function Zo(n,o){let t=arguments.length>2&&arguments[2]!==void 0?arguments[2]:"in-out";return U()({name:n,props:{mode:{type:String,default:t},disabled:Boolean},setup(l,r){let{slots:i}=r;return()=>e.h(e.Transition,{name:l.disabled?"":n,css:!l.disabled,...l.disabled?{}:o},i.default)}})}function Qo(){let n=arguments.length>0&&arguments[0]!==void 0?arguments[0]:"";const o=arguments.length>1&&arguments[1]!==void 0&&arguments[1]?"width":"height",t=e.camelize(`offset-${o}`);return{onBeforeEnter(i){i._parent=i.parentNode,i._initialStyle={transition:i.style.transition,overflow:i.style.overflow,[o]:i.style[o]}},onEnter(i){const c=i._initialStyle;i.style.setProperty("transition","none","important"),i.style.overflow="hidden";const s=`${i[t]}px`;i.style[o]="0",i.offsetHeight,i.style.transition=c.transition,n&&i._parent&&i._parent.classList.add(n),requestAnimationFrame(()=>{i.style[o]=s})},onAfterEnter:r,onEnterCancelled:r,onLeave(i){i._initialStyle={transition:"",overflow:i.style.overflow,[o]:i.style[o]},i.style.overflow="hidden",i.style[o]=`${i[t]}px`,i.offsetHeight,requestAnimationFrame(()=>i.style[o]="0")},onAfterLeave:l,onLeaveCancelled:l};function l(i){n&&i._parent&&i._parent.classList.remove(n),r(i)}function r(i){const c=i._initialStyle[o];i.style.overflow=i._initialStyle.overflow,c!=null&&(i.style[o]=c),delete i._initialStyle}}const Ia=j({target:Object},"v-dialog-transition"),el=U()({name:"VDialogTransition",props:Ia(),setup(n,o){let{slots:t}=o;const l={onBeforeEnter(r){r.style.pointerEvents="none",r.style.visibility="hidden"},async onEnter(r,i){var p;await new Promise(d=>requestAnimationFrame(d)),await new Promise(d=>requestAnimationFrame(d)),r.style.visibility="";const{x:c,y:s,sx:a,sy:u,speed:f}=go(n.target,r),v=$e(r,[{transform:`translate(${c}px, ${s}px) scale(${a}, ${u})`,opacity:0},{}],{duration:225*f,easing:"cubic-bezier(0.0, 0, 0.2, 1)"});(p=yo(r))==null||p.forEach(d=>{$e(d,[{opacity:0},{opacity:0,offset:.33},{}],{duration:450*f,easing:Mn})}),v.finished.then(()=>i())},onAfterEnter(r){r.style.removeProperty("pointer-events")},onBeforeLeave(r){r.style.pointerEvents="none"},async onLeave(r,i){var v;await new Promise(p=>requestAnimationFrame(p));const{x:c,y:s,sx:a,sy:u,speed:f}=go(n.target,r);$e(r,[{},{transform:`translate(${c}px, ${s}px) scale(${a}, ${u})`,opacity:0}],{duration:125*f,easing:"cubic-bezier(0.4, 0, 1, 1)"}).finished.then(()=>i()),(v=yo(r))==null||v.forEach(p=>{$e(p,[{},{opacity:0,offset:.2},{opacity:0}],{duration:250*f,easing:Mn})})},onAfterLeave(r){r.style.removeProperty("pointer-events")}};return()=>n.target?e.createVNode(e.Transition,e.mergeProps({name:"dialog-transition"},l,{css:!1}),t):e.createVNode(e.Transition,{name:"dialog-transition"},t)}});function yo(n){var t;const o=(t=n.querySelector(":scope > .v-card, :scope > .v-sheet, :scope > .v-list"))==null?void 0:t.children;return o&&[...o]}function go(n,o){const t=n.getBoundingClientRect(),l=_t(o),[r,i]=getComputedStyle(o).transformOrigin.split(" ").map(h=>parseFloat(h)),[c,s]=getComputedStyle(o).getPropertyValue("--v-overlay-anchor-origin").split(" ");let a=t.left+t.width/2;c==="left"||s==="left"?a-=t.width/2:c!=="right"&&s!=="right"||(a+=t.width/2);let u=t.top+t.height/2;c==="top"||s==="top"?u-=t.height/2:c!=="bottom"&&s!=="bottom"||(u+=t.height/2);const f=t.width/l.width,v=t.height/l.height,p=Math.max(1,f,v),d=f/p||0,m=v/p||0,g=l.width*l.height/(window.innerWidth*window.innerHeight),y=g>.12?Math.min(1.5,10*(g-.12)+1):1;return{x:a-(r+l.left),y:u-(i+l.top),sx:d,sy:m,speed:y}}ie("fab-transition","center center","out-in"),ie("dialog-bottom-transition"),ie("dialog-top-transition"),ie("fade-transition");const Ba=ie("scale-transition");ie("scroll-x-transition"),ie("scroll-x-reverse-transition"),ie("scroll-y-transition"),ie("scroll-y-reverse-transition"),ie("slide-x-transition"),ie("slide-x-reverse-transition");const nl=ie("slide-y-transition");ie("slide-y-reverse-transition");const wa=Zo("expand-transition",Qo()),tl=Zo("expand-x-transition",Qo("",!0)),ka=j({defaults:Object,disabled:Boolean,reset:[Number,String],root:[Boolean,String],scoped:Boolean},"VDefaultsProvider"),oe=U(!1)({name:"VDefaultsProvider",props:ka(),setup(n,o){let{slots:t}=o;const{defaults:l,disabled:r,reset:i,root:c,scoped:s}=e.toRefs(n);return Xe(l,{reset:i,root:c,scoped:s,disabled:r}),()=>{var a;return(a=t.default)==null?void 0:a.call(t)}}}),Pe=j({height:[Number,String],maxHeight:[Number,String],maxWidth:[Number,String],minHeight:[Number,String],minWidth:[Number,String],width:[Number,String]},"dimension");function _e(n){return{dimensionStyles:e.computed(()=>({height:Y(n.height),maxHeight:Y(n.maxHeight),maxWidth:Y(n.maxWidth),minHeight:Y(n.minHeight),minWidth:Y(n.minWidth),width:Y(n.width)}))}}const ol=j({aspectRatio:[String,Number],contentClass:String,inline:Boolean,...J(),...Pe()},"VResponsive"),ho=U()({name:"VResponsive",props:ol(),setup(n,o){let{slots:t}=o;const{aspectStyles:l}=function(i){return{aspectStyles:e.computed(()=>{const c=Number(i.aspectRatio);return c?{paddingBottom:String(1/c*100)+"%"}:void 0})}}(n),{dimensionStyles:r}=_e(n);return K(()=>{var i;return e.createVNode("div",{class:["v-responsive",{"v-responsive--inline":n.inline},n.class],style:[r.value,n.style]},[e.createVNode("div",{class:"v-responsive__sizer",style:l.value},null),(i=t.additional)==null?void 0:i.call(t),t.default&&e.createVNode("div",{class:["v-responsive__content",n.contentClass]},[t.default()])])}),{}}}),Vn=j({transition:{type:[Boolean,String,Object],default:"fade-transition",validator:n=>n!==!0}},"transition"),Ie=(n,o)=>{let{slots:t}=o;const{transition:l,disabled:r,...i}=n,{component:c=e.Transition,...s}=typeof l=="object"?l:{};return e.h(c,e.mergeProps(typeof l=="string"?{name:r?"":l}:s,i,{disabled:r}),t)};function bo(n,o){var l;const t=(l=n._observe)==null?void 0:l[o.instance.$.uid];t&&(t.observer.unobserve(n),delete n._observe[o.instance.$.uid])}const Tt={mounted:function(n,o){if(!At)return;const t=o.modifiers||{},l=o.value,{handler:r,options:i}=typeof l=="object"?l:{handler:l,options:{}},c=new IntersectionObserver(function(){var v;let s=arguments.length>0&&arguments[0]!==void 0?arguments[0]:[],a=arguments.length>1?arguments[1]:void 0;const u=(v=n._observe)==null?void 0:v[o.instance.$.uid];if(!u)return;const f=s.some(p=>p.isIntersecting);!r||t.quiet&&!u.init||t.once&&!f&&!u.init||r(f,s,a),f&&t.once?bo(n,o):u.init=!0},i);n._observe=Object(n._observe),n._observe[o.instance.$.uid]={init:!1,observer:c},c.observe(n)},unmounted:bo},xa=j({alt:String,cover:Boolean,eager:Boolean,gradient:String,lazySrc:String,options:{type:Object,default:()=>({root:void 0,rootMargin:void 0,threshold:void 0})},sizes:String,src:{type:[String,Object],default:""},srcset:String,...ol(),...J(),...Vn()},"VImg"),ll=U()({name:"VImg",directives:{intersect:Tt},props:xa(),emits:{loadstart:n=>!0,load:n=>!0,error:n=>!0},setup(n,o){let{emit:t,slots:l}=o;const r=e.shallowRef(""),i=e.ref(),c=e.shallowRef(n.eager?"loading":"idle"),s=e.shallowRef(),a=e.shallowRef(),u=e.computed(()=>n.src&&typeof n.src=="object"?{src:n.src.src,srcset:n.srcset||n.src.srcset,lazySrc:n.lazySrc||n.src.lazySrc,aspect:Number(n.aspectRatio||n.src.aspect||0)}:{src:n.src,srcset:n.srcset,lazySrc:n.lazySrc,aspect:Number(n.aspectRatio||0)}),f=e.computed(()=>u.value.aspect||s.value/a.value||0);function v(b){if((!n.eager||!b)&&(!At||b||n.eager)){if(c.value="loading",u.value.lazySrc){const C=new Image;C.src=u.value.lazySrc,y(C,null)}u.value.src&&e.nextTick(()=>{var C,O;if(t("loadstart",((C=i.value)==null?void 0:C.currentSrc)||u.value.src),(O=i.value)==null?void 0:O.complete){if(i.value.naturalWidth||d(),c.value==="error")return;f.value||y(i.value,null),p()}else f.value||y(i.value),m()})}}function p(){var b;m(),c.value="loaded",t("load",((b=i.value)==null?void 0:b.currentSrc)||u.value.src)}function d(){var b;c.value="error",t("error",((b=i.value)==null?void 0:b.currentSrc)||u.value.src)}function m(){const b=i.value;b&&(r.value=b.currentSrc||b.src)}e.watch(()=>n.src,()=>{v(c.value!=="idle")}),e.watch(f,(b,C)=>{!b&&C&&i.value&&y(i.value)}),e.onBeforeMount(()=>v());let g=-1;function y(b){let C=arguments.length>1&&arguments[1]!==void 0?arguments[1]:100;const O=()=>{clearTimeout(g);const{naturalHeight:F,naturalWidth:N}=b;F||N?(s.value=N,a.value=F):b.complete||c.value!=="loading"||C==null?(b.currentSrc.endsWith(".svg")||b.currentSrc.startsWith("data:image/svg+xml"))&&(s.value=1,a.value=1):g=window.setTimeout(O,C)};O()}const h=e.computed(()=>({"v-img__img--cover":n.cover,"v-img__img--contain":!n.cover})),x=()=>{var O;if(!u.value.src||c.value==="idle")return null;const b=e.createVNode("img",{class:["v-img__img",h.value],src:u.value.src,srcset:u.value.srcset,alt:n.alt,sizes:n.sizes,ref:i,onLoad:p,onError:d},null),C=(O=l.sources)==null?void 0:O.call(l);return e.createVNode(Ie,{transition:n.transition,appear:!0},{default:()=>[e.withDirectives(C?e.createVNode("picture",{class:"v-img__picture"},[C,b]):b,[[e.vShow,c.value==="loaded"]])]})},V=()=>e.createVNode(Ie,{transition:n.transition},{default:()=>[u.value.lazySrc&&c.value!=="loaded"&&e.createVNode("img",{class:["v-img__img","v-img__img--preload",h.value],src:u.value.lazySrc,alt:n.alt},null)]}),T=()=>l.placeholder?e.createVNode(Ie,{transition:n.transition,appear:!0},{default:()=>[(c.value==="loading"||c.value==="error"&&!l.error)&&e.createVNode("div",{class:"v-img__placeholder"},[l.placeholder()])]}):null,P=()=>l.error?e.createVNode(Ie,{transition:n.transition,appear:!0},{default:()=>[c.value==="error"&&e.createVNode("div",{class:"v-img__error"},[l.error()])]}):null,z=()=>n.gradient?e.createVNode("div",{class:"v-img__gradient",style:{backgroundImage:`linear-gradient(${n.gradient})`}},null):null,w=e.shallowRef(!1);{const b=e.watch(f,C=>{C&&(requestAnimationFrame(()=>{requestAnimationFrame(()=>{w.value=!0})}),b())})}return K(()=>{const[b]=ho.filterProps(n);return e.withDirectives(e.createVNode(ho,e.mergeProps({class:["v-img",{"v-img--booting":!w.value},n.class],style:[{width:Y(n.width==="auto"?s.value:n.width)},n.style]},b,{aspectRatio:f.value,"aria-label":n.alt,role:n.alt?"img":void 0}),{additional:()=>e.createVNode(e.Fragment,null,[e.createVNode(x,null,null),e.createVNode(V,null,null),e.createVNode(z,null,null),e.createVNode(T,null,null),e.createVNode(P,null,null)]),default:l.default}),[[e.resolveDirective("intersect"),{handler:v,options:n.options},null,{once:!0}]])}),{currentSrc:r,image:i,state:c,naturalWidth:s,naturalHeight:a}}}),Je=j({border:[Boolean,Number,String]},"border");function Ze(n){let o=arguments.length>1&&arguments[1]!==void 0?arguments[1]:be();return{borderClasses:e.computed(()=>{const t=e.isRef(n)?n.value:n.border,l=[];if(t===!0||t==="")l.push(`${o}--border`);else if(typeof t=="string"||t===0)for(const r of String(t).split(" "))l.push(`border-${r}`);return l})}}function Rt(n){return Pt(()=>{const o=[],t={};if(n.value.background)if(at(n.value.background)){if(t.backgroundColor=n.value.background,!n.value.text&&at(l=n.value.background)&&!/^((rgb|hsl)a?\()?var\(--/.test(l)){const r=on(n.value.background);if(r.a==null||r.a===1){const i=function(c){const s=Math.abs(po(on(0),on(c)));return Math.abs(po(on(16777215),on(c)))>Math.min(s,50)?"#fff":"#000"}(r);t.color=i,t.caretColor=i}}}else o.push(`bg-${n.value.background}`);var l;return n.value.text&&(at(n.value.text)?(t.color=n.value.text,t.caretColor=n.value.text):o.push(`text-${n.value.text}`)),{colorClasses:o,colorStyles:t}})}function he(n,o){const t=e.computed(()=>({text:e.isRef(n)?n.value:o?n[o]:null})),{colorClasses:l,colorStyles:r}=Rt(t);return{textColorClasses:l,textColorStyles:r}}function Ye(n,o){const t=e.computed(()=>({background:e.isRef(n)?n.value:o?n[o]:null})),{colorClasses:l,colorStyles:r}=Rt(t);return{backgroundColorClasses:l,backgroundColorStyles:r}}const Qe=j({elevation:{type:[Number,String],validator(n){const o=parseInt(n);return!isNaN(o)&&o>=0&&o<=24}}},"elevation");function en(n){return{elevationClasses:e.computed(()=>{const o=e.isRef(n)?n.value:n.elevation,t=[];return o==null||t.push(`elevation-${o}`),t})}}const Ce=j({rounded:{type:[Boolean,Number,String],default:void 0}},"rounded");function Se(n){let o=arguments.length>1&&arguments[1]!==void 0?arguments[1]:be();return{roundedClasses:e.computed(()=>{const t=e.isRef(n)?n.value:n.rounded,l=[];if(t===!0||t==="")l.push(`${o}--rounded`);else if(typeof t=="string"||t===0)for(const r of String(t).split(" "))l.push(`rounded-${r}`);return l})}}const Fa=[null,"default","comfortable","compact"],ye=j({density:{type:String,default:"default",validator:n=>Fa.includes(n)}},"density");function Ve(n){let o=arguments.length>1&&arguments[1]!==void 0?arguments[1]:be();return{densityClasses:e.computed(()=>`${o}--density-${n.density}`)}}const Na=["elevated","flat","tonal","outlined","text","plain"];function In(n,o){return e.createVNode(e.Fragment,null,[n&&e.createVNode("span",{key:"overlay",class:`${o}__overlay`},null),e.createVNode("span",{key:"underlay",class:`${o}__underlay`},null)])}const ke=j({color:String,variant:{type:String,default:"elevated",validator:n=>Na.includes(n)}},"variant");function Bn(n){let o=arguments.length>1&&arguments[1]!==void 0?arguments[1]:be();const t=e.computed(()=>{const{variant:i}=e.unref(n);return`${o}--variant-${i}`}),{colorClasses:l,colorStyles:r}=Rt(e.computed(()=>{const{variant:i,color:c}=e.unref(n);return{[["elevated","flat"].includes(i)?"background":"text"]:c}}));return{colorClasses:l,colorStyles:r,variantClasses:t}}const al=j({divided:Boolean,...Je(),...J(),...ye(),...Qe(),...Ce(),...ue(),...te(),...ke()},"VBtnGroup"),Co=U()({name:"VBtnGroup",props:al(),setup(n,o){let{slots:t}=o;const{themeClasses:l}=ae(n),{densityClasses:r}=Ve(n),{borderClasses:i}=Ze(n),{elevationClasses:c}=en(n),{roundedClasses:s}=Se(n);Xe({VBtn:{height:"auto",color:e.toRef(n,"color"),density:e.toRef(n,"density"),flat:!0,variant:e.toRef(n,"variant")}}),K(()=>e.createVNode(n.tag,{class:["v-btn-group",{"v-btn-group--divided":n.divided},l.value,i.value,r.value,c.value,s.value,n.class],style:n.style},t))}}),rl=j({modelValue:{type:null,default:void 0},multiple:Boolean,mandatory:[Boolean,String],max:Number,selectedClass:String,disabled:Boolean},"group"),il=j({value:null,disabled:Boolean,selectedClass:String},"group-item");function sl(n,o){let t=!(arguments.length>2&&arguments[2]!==void 0)||arguments[2];const l=le("useGroupItem");if(!l)throw new Error("[Vuetify] useGroupItem composable must be used inside a component setup function");const r=pe();e.provide(Symbol.for(`${o.description}:id`),r);const i=e.inject(o,null);if(!i){if(!t)return i;throw new Error(`[Vuetify] Could not find useGroup injection with symbol ${o.description}`)}const c=e.toRef(n,"value"),s=e.computed(()=>!(!i.disabled.value&&!n.disabled));i.register({id:r,value:c,disabled:s},l),e.onBeforeUnmount(()=>{i.unregister(r)});const a=e.computed(()=>i.isSelected(r)),u=e.computed(()=>a.value&&[i.selectedClass.value,n.selectedClass]);return e.watch(a,f=>{l.emit("group:selected",{value:f})}),{id:r,isSelected:a,toggle:()=>i.select(r,!a.value),select:f=>i.select(r,f),selectedClass:u,value:c,disabled:s,group:i}}function ul(n,o){let t=!1;const l=e.reactive([]),r=ne(n,"modelValue",[],u=>u==null?[]:So(l,Be(u)),u=>{const f=function(v,p){const d=[];return p.forEach(m=>{const g=v.findIndex(y=>y.id===m);if(~g){const y=v[g];d.push(y.value!=null?y.value:g)}}),d}(l,u);return n.multiple?f:f[0]}),i=le("useGroup");function c(){const u=l.find(f=>!f.disabled);u&&n.mandatory==="force"&&!r.value.length&&(r.value=[u.id])}function s(u){if(n.multiple&&rn('This method is not supported when using "multiple" prop'),r.value.length){const f=r.value[0],v=l.findIndex(m=>m.id===f);let p=(v+u)%l.length,d=l[p];for(;d.disabled&&p!==v;)p=(p+u)%l.length,d=l[p];if(d.disabled)return;r.value=[l[p].id]}else{const f=l.find(v=>!v.disabled);f&&(r.value=[f.id])}}e.onMounted(()=>{c()}),e.onBeforeUnmount(()=>{t=!0});const a={register:function(u,f){const v=u,p=On(Symbol.for(`${o.description}:id`),i==null?void 0:i.vnode).indexOf(f);p>-1?l.splice(p,0,v):l.push(v)},unregister:function(u){if(t)return;c();const f=l.findIndex(v=>v.id===u);l.splice(f,1)},selected:r,select:function(u,f){const v=l.find(p=>p.id===u);if(!f||!(v!=null&&v.disabled))if(n.multiple){const p=r.value.slice(),d=p.findIndex(g=>g===u),m=~d;if(f=f??!m,m&&n.mandatory&&p.length<=1||!m&&n.max!=null&&p.length+1>n.max)return;d<0&&f?p.push(u):d>=0&&!f&&p.splice(d,1),r.value=p}else{const p=r.value.includes(u);if(n.mandatory&&p)return;r.value=f??!p?[u]:[]}},disabled:e.toRef(n,"disabled"),prev:()=>s(l.length-1),next:()=>s(1),isSelected:u=>r.value.includes(u),selectedClass:e.computed(()=>n.selectedClass),items:e.computed(()=>l),getItemIndex:u=>function(f,v){const p=So(f,[v]);return p.length?f.findIndex(d=>d.id===p[0]):-1}(l,u)};return e.provide(o,a),a}function So(n,o){const t=[];return o.forEach(l=>{const r=n.find(c=>gn(l,c.value)),i=n[l];(r==null?void 0:r.value)!=null?t.push(r.id):i!=null&&t.push(i.id)}),t}const cl=Symbol.for("vuetify:v-btn-toggle"),Aa=j({...al(),...rl()},"VBtnToggle");U()({name:"VBtnToggle",props:Aa(),emits:{"update:modelValue":n=>!0},setup(n,o){let{slots:t}=o;const{isSelected:l,next:r,prev:i,select:c,selected:s}=ul(n,cl);return K(()=>{const[a]=Co.filterProps(n);return e.createVNode(Co,e.mergeProps({class:["v-btn-toggle",n.class]},a,{style:n.style}),{default:()=>{var u;return[(u=t.default)==null?void 0:u.call(t,{isSelected:l,next:r,prev:i,select:c,selected:s})]}})}),{next:r,prev:i,select:c}}});const Q=[String,Function,Object,Array],Pa=Symbol.for("vuetify:icons"),jn=j({icon:{type:Q},tag:{type:String,required:!0}},"icon"),Vo=U()({name:"VComponentIcon",props:jn(),setup(n,o){let{slots:t}=o;return()=>{const l=n.icon;return e.createVNode(n.tag,null,{default:()=>{var r;return[n.icon?e.createVNode(l,null,null):(r=t.default)==null?void 0:r.call(t)]}})}}}),_a=dn({name:"VSvgIcon",inheritAttrs:!1,props:jn(),setup(n,o){let{attrs:t}=o;return()=>e.createVNode(n.tag,e.mergeProps(t,{style:null}),{default:()=>[e.createVNode("svg",{class:"v-icon__svg",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",role:"img","aria-hidden":"true"},[Array.isArray(n.icon)?n.icon.map(l=>Array.isArray(l)?e.createVNode("path",{d:l[0],"fill-opacity":l[1]},null):e.createVNode("path",{d:l},null)):e.createVNode("path",{d:n.icon},null)])]})}});dn({name:"VLigatureIcon",props:jn(),setup:n=>()=>e.createVNode(n.tag,null,{default:()=>[n.icon]})}),dn({name:"VClassIcon",props:jn(),setup:n=>()=>e.createVNode(n.tag,{class:n.icon},null)});const Ea=["x-small","small","default","large","x-large"],wn=j({size:{type:[String,Number],default:"default"}},"size");function kn(n){let o=arguments.length>1&&arguments[1]!==void 0?arguments[1]:be();return Pt(()=>{let t,l;return Tn(Ea,n.size)?t=`${o}--size-${n.size}`:n.size&&(l={width:Y(n.size),height:Y(n.size)}),{sizeClasses:t,sizeStyles:l}})}const Oa=j({color:String,start:Boolean,end:Boolean,icon:Q,...J(),...wn(),...ue({tag:"i"}),...te()},"VIcon"),ee=U()({name:"VIcon",props:Oa(),setup(n,o){let{attrs:t,slots:l}=o;const r=e.ref(),{themeClasses:i}=ae(n),{iconData:c}=(f=>{const v=e.inject(Pa);if(!v)throw new Error("Missing Vuetify Icons provide!");return{iconData:e.computed(()=>{var y;const p=e.unref(f);if(!p)return{component:Vo};let d=p;if(typeof d=="string"&&(d=d.trim(),d.startsWith("$")&&(d=(y=v.aliases)==null?void 0:y[d.slice(1)])),!d)throw new Error(`Could not find aliased icon "${p}"`);if(Array.isArray(d))return{component:_a,icon:d};if(typeof d!="string")return{component:Vo,icon:d};const m=Object.keys(v.sets).find(h=>typeof d=="string"&&d.startsWith(`${h}:`)),g=m?d.slice(m.length+1):d;return{component:v.sets[m??v.defaultSet].component,icon:g}})}})(e.computed(()=>r.value||n.icon)),{sizeClasses:s}=kn(n),{textColorClasses:a,textColorStyles:u}=he(e.toRef(n,"color"));return K(()=>{var v,p;const f=(v=l.default)==null?void 0:v.call(l);return f&&(r.value=(p=Wo(f).filter(d=>d.type===e.Text&&d.children&&typeof d.children=="string")[0])==null?void 0:p.children),e.createVNode(c.value.component,{tag:n.tag,icon:c.value.icon,class:["v-icon","notranslate",i.value,s.value,a.value,{"v-icon--clickable":!!t.onClick,"v-icon--start":n.start,"v-icon--end":n.end},n.class],style:[s.value?void 0:{fontSize:Y(n.size),height:Y(n.size),width:Y(n.size)},u.value,n.style],role:t.onClick?"button":void 0,"aria-hidden":!t.onClick},{default:()=>[f]})}),{}}});function dl(n,o){const t=e.ref(),l=e.shallowRef(!1);if(At){const r=new IntersectionObserver(i=>{n==null||n(i,r),l.value=!!i.find(c=>c.isIntersecting)},o);e.onBeforeUnmount(()=>{r.disconnect()}),e.watch(t,(i,c)=>{c&&(r.unobserve(c),l.value=!1),i&&r.observe(i)},{flush:"post"})}return{intersectionRef:t,isIntersecting:l}}const za=j({bgColor:String,color:String,indeterminate:[Boolean,String],modelValue:{type:[Number,String],default:0},rotate:{type:[Number,String],default:0},width:{type:[Number,String],default:4},...J(),...wn(),...ue({tag:"div"}),...te()},"VProgressCircular"),pl=U()({name:"VProgressCircular",props:za(),setup(n,o){let{slots:t}=o;const l=2*Math.PI*20,r=e.ref(),{themeClasses:i}=ae(n),{sizeClasses:c,sizeStyles:s}=kn(n),{textColorClasses:a,textColorStyles:u}=he(e.toRef(n,"color")),{textColorClasses:f,textColorStyles:v}=he(e.toRef(n,"bgColor")),{intersectionRef:p,isIntersecting:d}=dl(),{resizeRef:m,contentRect:g}=zt(),y=e.computed(()=>Math.max(0,Math.min(100,parseFloat(n.modelValue)))),h=e.computed(()=>Number(n.width)),x=e.computed(()=>s.value?Number(n.size):g.value?g.value.width:Math.max(h.value,32)),V=e.computed(()=>20/(1-h.value/x.value)*2),T=e.computed(()=>h.value/x.value*V.value),P=e.computed(()=>Y((100-y.value)/100*l));return e.watchEffect(()=>{p.value=r.value,m.value=r.value}),K(()=>e.createVNode(n.tag,{ref:r,class:["v-progress-circular",{"v-progress-circular--indeterminate":!!n.indeterminate,"v-progress-circular--visible":d.value,"v-progress-circular--disable-shrink":n.indeterminate==="disable-shrink"},i.value,c.value,a.value,n.class],style:[s.value,u.value,n.style],role:"progressbar","aria-valuemin":"0","aria-valuemax":"100","aria-valuenow":n.indeterminate?void 0:y.value},{default:()=>[e.createVNode("svg",{style:{transform:`rotate(calc(-90deg + ${Number(n.rotate)}deg))`},xmlns:"http://www.w3.org/2000/svg",viewBox:`0 0 ${V.value} ${V.value}`},[e.createVNode("circle",{class:["v-progress-circular__underlay",f.value],style:v.value,fill:"transparent",cx:"50%",cy:"50%",r:20,"stroke-width":T.value,"stroke-dasharray":l,"stroke-dashoffset":0},null),e.createVNode("circle",{class:"v-progress-circular__overlay",fill:"transparent",cx:"50%",cy:"50%",r:20,"stroke-width":T.value,"stroke-dasharray":l,"stroke-dashoffset":P.value},null)]),t.default&&e.createVNode("div",{class:"v-progress-circular__content"},[t.default({value:y.value})])]})),{}}}),Io={center:"center",top:"bottom",bottom:"top",left:"right",right:"left"},Dt=j({location:String},"location");function Lt(n){let o=arguments.length>1&&arguments[1]!==void 0&&arguments[1],t=arguments.length>2?arguments[2]:void 0;const{isRtl:l}=Sn();return{locationStyles:e.computed(()=>{if(!n.location)return{};const{side:i,align:c}=mt(n.location.split(" ").length>1?n.location:`${n.location} center`,l.value);function s(u){return t?t(u):0}const a={};return i!=="center"&&(o?a[Io[i]]=`calc(100% - ${s(i)}px)`:a[i]=0),c!=="center"?o?a[Io[c]]=`calc(100% - ${s(c)}px)`:a[c]=0:(i==="center"?a.top=a.left="50%":a[{top:"left",bottom:"left",left:"top",right:"top"}[i]]="50%",a.transform={top:"translateX(-50%)",bottom:"translateX(-50%)",left:"translateY(-50%)",right:"translateY(-50%)",center:"translate(-50%, -50%)"}[i]),a})}}const $a=j({absolute:Boolean,active:{type:Boolean,default:!0},bgColor:String,bgOpacity:[Number,String],bufferValue:{type:[Number,String],default:0},clickable:Boolean,color:String,height:{type:[Number,String],default:4},indeterminate:Boolean,max:{type:[Number,String],default:100},modelValue:{type:[Number,String],default:0},reverse:Boolean,stream:Boolean,striped:Boolean,roundedBar:Boolean,...J(),...Dt({location:"top"}),...Ce(),...ue(),...te()},"VProgressLinear"),Ta=U()({name:"VProgressLinear",props:$a(),emits:{"update:modelValue":n=>!0},setup(n,o){let{slots:t}=o;const l=ne(n,"modelValue"),{isRtl:r,rtlClasses:i}=Sn(),{themeClasses:c}=ae(n),{locationStyles:s}=Lt(n),{textColorClasses:a,textColorStyles:u}=he(n,"color"),{backgroundColorClasses:f,backgroundColorStyles:v}=Ye(e.computed(()=>n.bgColor||n.color)),{backgroundColorClasses:p,backgroundColorStyles:d}=Ye(n,"color"),{roundedClasses:m}=Se(n),{intersectionRef:g,isIntersecting:y}=dl(),h=e.computed(()=>parseInt(n.max,10)),x=e.computed(()=>parseInt(n.height,10)),V=e.computed(()=>parseFloat(n.bufferValue)/h.value*100),T=e.computed(()=>parseFloat(l.value)/h.value*100),P=e.computed(()=>r.value!==n.reverse),z=e.computed(()=>n.indeterminate?"fade-transition":"slide-x-transition"),w=e.computed(()=>n.bgOpacity==null?n.bgOpacity:parseFloat(n.bgOpacity));function b(C){if(!g.value)return;const{left:O,right:F,width:N}=g.value.getBoundingClientRect(),k=P.value?N-C.clientX+(F-N):C.clientX-O;l.value=Math.round(k/N*h.value)}return K(()=>e.createVNode(n.tag,{ref:g,class:["v-progress-linear",{"v-progress-linear--absolute":n.absolute,"v-progress-linear--active":n.active&&y.value,"v-progress-linear--reverse":P.value,"v-progress-linear--rounded":n.rounded,"v-progress-linear--rounded-bar":n.roundedBar,"v-progress-linear--striped":n.striped},m.value,c.value,i.value,n.class],style:[{bottom:n.location==="bottom"?0:void 0,top:n.location==="top"?0:void 0,height:n.active?Y(x.value):0,"--v-progress-linear-height":Y(x.value),...s.value},n.style],role:"progressbar","aria-hidden":n.active?"false":"true","aria-valuemin":"0","aria-valuemax":n.max,"aria-valuenow":n.indeterminate?void 0:T.value,onClick:n.clickable&&b},{default:()=>[n.stream&&e.createVNode("div",{key:"stream",class:["v-progress-linear__stream",a.value],style:{...u.value,[P.value?"left":"right"]:Y(-x.value),borderTop:`${Y(x.value/2)} dotted`,opacity:w.value,top:`calc(50% - ${Y(x.value/4)})`,width:Y(100-V.value,"%"),"--v-progress-linear-stream-to":Y(x.value*(P.value?1:-1))}},null),e.createVNode("div",{class:["v-progress-linear__background",f.value],style:[v.value,{opacity:w.value,width:Y(n.stream?V.value:100,"%")}]},null),e.createVNode(e.Transition,{name:z.value},{default:()=>[n.indeterminate?e.createVNode("div",{class:"v-progress-linear__indeterminate"},[["long","short"].map(C=>e.createVNode("div",{key:C,class:["v-progress-linear__indeterminate",C,p.value],style:d.value},null))]):e.createVNode("div",{class:["v-progress-linear__determinate",p.value],style:[d.value,{width:Y(T.value,"%")}]},null)]}),t.default&&e.createVNode("div",{class:"v-progress-linear__content"},[t.default({value:T.value,buffer:V.value})])]})),{}}}),Mt=j({loading:[Boolean,String]},"loader");function Zn(n){let o=arguments.length>1&&arguments[1]!==void 0?arguments[1]:be();return{loaderClasses:e.computed(()=>({[`${o}--loading`]:n.loading}))}}function Wt(n,o){var l;let{slots:t}=o;return e.createVNode("div",{class:`${n.name}__loader`},[((l=t.default)==null?void 0:l.call(t,{color:n.color,isActive:n.active}))||e.createVNode(Ta,{active:n.active,color:n.color,height:"2",indeterminate:!0},null)])}const Ra=["static","relative","fixed","absolute","sticky"],vl=j({position:{type:String,validator:n=>Ra.includes(n)}},"position");function fl(n){let o=arguments.length>1&&arguments[1]!==void 0?arguments[1]:be();return{positionClasses:e.computed(()=>n.position?`${o}--${n.position}`:void 0)}}function Qn(n,o){const t=e.resolveDynamicComponent("RouterLink"),l=e.computed(()=>!(!n.href&&!n.to)),r=e.computed(()=>(l==null?void 0:l.value)||Qt(o,"click")||Qt(n,"click"));if(typeof t=="string")return{isLink:l,isClickable:r,href:e.toRef(n,"href")};const i=n.to?t.useLink(n):void 0;return{isLink:l,isClickable:r,route:i==null?void 0:i.route,navigate:i==null?void 0:i.navigate,isActive:i&&e.computed(()=>{var c,s;return n.exact?(c=i.isExactActive)==null?void 0:c.value:(s=i.isActive)==null?void 0:s.value}),href:e.computed(()=>n.to?i==null?void 0:i.route.value.href:n.href)}}const et=j({href:String,replace:Boolean,to:[String,Object],exact:Boolean},"router");let rt=!1;const yt=Symbol("rippleStop"),Da=80;function Bo(n,o){n.style.transform=o,n.style.webkitTransform=o}function gt(n){return n.constructor.name==="TouchEvent"}function ml(n){return n.constructor.name==="KeyboardEvent"}const Gn={show(n,o){var d;let t=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};if(!((d=o==null?void 0:o._ripple)!=null&&d.enabled))return;const l=document.createElement("span"),r=document.createElement("span");l.appendChild(r),l.className="v-ripple__container",t.class&&(l.className+=` ${t.class}`);const{radius:i,scale:c,x:s,y:a,centerX:u,centerY:f}=function(m,g){var w;let y=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},h=0,x=0;if(!ml(m)){const b=g.getBoundingClientRect(),C=gt(m)?m.touches[m.touches.length-1]:m;h=C.clientX-b.left,x=C.clientY-b.top}let V=0,T=.3;(w=g._ripple)!=null&&w.circle?(T=.15,V=g.clientWidth/2,V=y.center?V:V+Math.sqrt((h-V)**2+(x-V)**2)/4):V=Math.sqrt(g.clientWidth**2+g.clientHeight**2)/2;const P=(g.clientWidth-2*V)/2+"px",z=(g.clientHeight-2*V)/2+"px";return{radius:V,scale:T,x:y.center?P:h-V+"px",y:y.center?z:x-V+"px",centerX:P,centerY:z}}(n,o,t),v=2*i+"px";r.className="v-ripple__animation",r.style.width=v,r.style.height=v,o.appendChild(l);const p=window.getComputedStyle(o);p&&p.position==="static"&&(o.style.position="relative",o.dataset.previousPosition="static"),r.classList.add("v-ripple__animation--enter"),r.classList.add("v-ripple__animation--visible"),Bo(r,`translate(${s}, ${a}) scale3d(${c},${c},${c})`),r.dataset.activated=String(performance.now()),setTimeout(()=>{r.classList.remove("v-ripple__animation--enter"),r.classList.add("v-ripple__animation--in"),Bo(r,`translate(${u}, ${f}) scale3d(1,1,1)`)},0)},hide(n){var i;if(!((i=n==null?void 0:n._ripple)!=null&&i.enabled))return;const o=n.getElementsByClassName("v-ripple__animation");if(o.length===0)return;const t=o[o.length-1];if(t.dataset.isHiding)return;t.dataset.isHiding="true";const l=performance.now()-Number(t.dataset.activated),r=Math.max(250-l,0);setTimeout(()=>{t.classList.remove("v-ripple__animation--in"),t.classList.add("v-ripple__animation--out"),setTimeout(()=>{var c;n.getElementsByClassName("v-ripple__animation").length===1&&n.dataset.previousPosition&&(n.style.position=n.dataset.previousPosition,delete n.dataset.previousPosition),((c=t.parentNode)==null?void 0:c.parentNode)===n&&n.removeChild(t.parentNode)},300)},r)}};function yl(n){return n===void 0||!!n}function pn(n){const o={},t=n.currentTarget;if(t!=null&&t._ripple&&!t._ripple.touched&&!n[yt]){if(n[yt]=!0,gt(n))t._ripple.touched=!0,t._ripple.isTouch=!0;else if(t._ripple.isTouch)return;if(o.center=t._ripple.centered||ml(n),t._ripple.class&&(o.class=t._ripple.class),gt(n)){if(t._ripple.showTimerCommit)return;t._ripple.showTimerCommit=()=>{Gn.show(n,t,o)},t._ripple.showTimer=window.setTimeout(()=>{var l;(l=t==null?void 0:t._ripple)!=null&&l.showTimerCommit&&(t._ripple.showTimerCommit(),t._ripple.showTimerCommit=null)},Da)}else Gn.show(n,t,o)}}function wo(n){n[yt]=!0}function se(n){const o=n.currentTarget;if(o!=null&&o._ripple){if(window.clearTimeout(o._ripple.showTimer),n.type==="touchend"&&o._ripple.showTimerCommit)return o._ripple.showTimerCommit(),o._ripple.showTimerCommit=null,void(o._ripple.showTimer=window.setTimeout(()=>{se(n)}));window.setTimeout(()=>{o._ripple&&(o._ripple.touched=!1)}),Gn.hide(o)}}function gl(n){const o=n.currentTarget;o!=null&&o._ripple&&(o._ripple.showTimerCommit&&(o._ripple.showTimerCommit=null),window.clearTimeout(o._ripple.showTimer))}let vn=!1;function hl(n){vn||n.keyCode!==Xt.enter&&n.keyCode!==Xt.space||(vn=!0,pn(n))}function bl(n){vn=!1,se(n)}function Cl(n){vn&&(vn=!1,se(n))}function ko(n,o,t){const{value:l,modifiers:r}=o,i=yl(l);if(i||Gn.hide(n),n._ripple=n._ripple??{},n._ripple.enabled=i,n._ripple.centered=r.center,n._ripple.circle=r.circle,dt(l)&&l.class&&(n._ripple.class=l.class),i&&!t){if(r.stop)return n.addEventListener("touchstart",wo,{passive:!0}),void n.addEventListener("mousedown",wo);n.addEventListener("touchstart",pn,{passive:!0}),n.addEventListener("touchend",se,{passive:!0}),n.addEventListener("touchmove",gl,{passive:!0}),n.addEventListener("touchcancel",se),n.addEventListener("mousedown",pn),n.addEventListener("mouseup",se),n.addEventListener("mouseleave",se),n.addEventListener("keydown",hl),n.addEventListener("keyup",bl),n.addEventListener("blur",Cl),n.addEventListener("dragstart",se,{passive:!0})}else!i&&t&&Sl(n)}function Sl(n){n.removeEventListener("mousedown",pn),n.removeEventListener("touchstart",pn),n.removeEventListener("touchend",se),n.removeEventListener("touchmove",gl),n.removeEventListener("touchcancel",se),n.removeEventListener("mouseup",se),n.removeEventListener("mouseleave",se),n.removeEventListener("keydown",hl),n.removeEventListener("keyup",bl),n.removeEventListener("dragstart",se),n.removeEventListener("blur",Cl)}const xn={mounted:function(n,o){ko(n,o,!1)},unmounted:function(n){delete n._ripple,Sl(n)},updated:function(n,o){o.value!==o.oldValue&&ko(n,o,yl(o.oldValue))}},La=j({active:{type:Boolean,default:void 0},symbol:{type:null,default:cl},flat:Boolean,icon:[Boolean,String,Function,Object],prependIcon:Q,appendIcon:Q,block:Boolean,stacked:Boolean,ripple:{type:[Boolean,Object],default:!0},text:String,...Je(),...J(),...ye(),...Pe(),...Qe(),...il(),...Mt(),...Dt(),...vl(),...Ce(),...et(),...wn(),...ue({tag:"button"}),...te(),...ke({variant:"elevated"})},"VBtn"),ht=U()({name:"VBtn",directives:{Ripple:xn},props:La(),emits:{"group:selected":n=>!0},setup(n,o){let{attrs:t,slots:l}=o;const{themeClasses:r}=ae(n),{borderClasses:i}=Ze(n),{colorClasses:c,colorStyles:s,variantClasses:a}=Bn(n),{densityClasses:u}=Ve(n),{dimensionStyles:f}=_e(n),{elevationClasses:v}=en(n),{loaderClasses:p}=Zn(n),{locationStyles:d}=Lt(n),{positionClasses:m}=fl(n),{roundedClasses:g}=Se(n),{sizeClasses:y,sizeStyles:h}=kn(n),x=sl(n,n.symbol,!1),V=Qn(n,t),T=e.computed(()=>{var C;return n.active!==void 0?n.active:V.isLink.value?(C=V.isActive)==null?void 0:C.value:x==null?void 0:x.isSelected.value}),P=e.computed(()=>(x==null?void 0:x.disabled.value)||n.disabled),z=e.computed(()=>n.variant==="elevated"&&!(n.disabled||n.flat||n.border)),w=e.computed(()=>{if(n.value!==void 0)return Object(n.value)===n.value?JSON.stringify(n.value,null,0):n.value});function b(C){var O;P.value||V.isLink.value&&(C.metaKey||C.ctrlKey||C.shiftKey||C.button!==0||t.target==="_blank")||((O=V.navigate)==null||O.call(V,C),x==null||x.toggle())}return function(C,O){e.watch(()=>{var F;return(F=C.isActive)==null?void 0:F.value},F=>{C.isLink.value&&F&&O&&e.nextTick(()=>{O(!0)})},{immediate:!0})}(V,x==null?void 0:x.select),K(()=>{var L,W;const C=V.isLink.value?"a":n.tag,O=!(!n.prependIcon&&!l.prepend),F=!(!n.appendIcon&&!l.append),N=!(!n.icon||n.icon===!0),k=(x==null?void 0:x.isSelected.value)&&(!V.isLink.value||((L=V.isActive)==null?void 0:L.value))||!x||((W=V.isActive)==null?void 0:W.value);return e.withDirectives(e.createVNode(C,{type:C==="a"?void 0:"button",class:["v-btn",x==null?void 0:x.selectedClass.value,{"v-btn--active":T.value,"v-btn--block":n.block,"v-btn--disabled":P.value,"v-btn--elevated":z.value,"v-btn--flat":n.flat,"v-btn--icon":!!n.icon,"v-btn--loading":n.loading,"v-btn--stacked":n.stacked},r.value,i.value,k?c.value:void 0,u.value,v.value,p.value,m.value,g.value,y.value,a.value,n.class],style:[k?s.value:void 0,f.value,d.value,h.value,n.style],disabled:P.value||void 0,href:V.href.value,onClick:b,value:w.value},{default:()=>{var I;return[In(!0,"v-btn"),!n.icon&&O&&e.createVNode("span",{key:"prepend",class:"v-btn__prepend"},[l.prepend?e.createVNode(oe,{key:"prepend-defaults",disabled:!n.prependIcon,defaults:{VIcon:{icon:n.prependIcon}}},l.prepend):e.createVNode(ee,{key:"prepend-icon",icon:n.prependIcon},null)]),e.createVNode("span",{class:"v-btn__content","data-no-activator":""},[!l.default&&N?e.createVNode(ee,{key:"content-icon",icon:n.icon},null):e.createVNode(oe,{key:"content-defaults",disabled:!N,defaults:{VIcon:{icon:n.icon}}},{default:()=>{var A;return[((A=l.default)==null?void 0:A.call(l))??n.text]}})]),!n.icon&&F&&e.createVNode("span",{key:"append",class:"v-btn__append"},[l.append?e.createVNode(oe,{key:"append-defaults",disabled:!n.appendIcon,defaults:{VIcon:{icon:n.appendIcon}}},l.append):e.createVNode(ee,{key:"append-icon",icon:n.appendIcon},null)]),!!n.loading&&e.createVNode("span",{key:"loader",class:"v-btn__loader"},[((I=l.loader)==null?void 0:I.call(l))??e.createVNode(pl,{color:typeof n.loading=="boolean"?void 0:n.loading,indeterminate:!0,size:"23",width:"2"},null)])]}}),[[e.resolveDirective("ripple"),!P.value&&n.ripple,null]])}),{}}}),Ma=j({text:String,clickable:Boolean,...J(),...te()},"VLabel"),Vl=U()({name:"VLabel",props:Ma(),setup(n,o){let{slots:t}=o;return K(()=>{var l;return e.createVNode("label",{class:["v-label",{"v-label--clickable":n.clickable},n.class],style:n.style},[n.text,(l=t.default)==null?void 0:l.call(t)])}),{}}}),Il=Symbol.for("vuetify:selection-control-group"),Bl=j({color:String,disabled:{type:Boolean,default:null},defaultsTarget:String,error:Boolean,id:String,inline:Boolean,falseIcon:Q,trueIcon:Q,ripple:{type:Boolean,default:!0},multiple:{type:Boolean,default:null},name:String,readonly:Boolean,modelValue:null,type:String,valueComparator:{type:Function,default:gn},...J(),...ye(),...te()},"SelectionControlGroup"),Wa=j({...Bl({defaultsTarget:"VSelectionControl"})},"VSelectionControlGroup");U()({name:"VSelectionControlGroup",props:Wa(),emits:{"update:modelValue":n=>!0},setup(n,o){let{slots:t}=o;const l=ne(n,"modelValue"),r=pe(),i=e.computed(()=>n.id||`v-selection-control-group-${r}`),c=e.computed(()=>n.name||i.value),s=new Set;return e.provide(Il,{modelValue:l,forceUpdate:()=>{s.forEach(a=>a())},onForceUpdate:a=>{s.add(a),e.onScopeDispose(()=>{s.delete(a)})}}),Xe({[n.defaultsTarget]:{color:e.toRef(n,"color"),disabled:e.toRef(n,"disabled"),density:e.toRef(n,"density"),error:e.toRef(n,"error"),inline:e.toRef(n,"inline"),modelValue:l,multiple:e.computed(()=>!!n.multiple||n.multiple==null&&Array.isArray(l.value)),name:c,falseIcon:e.toRef(n,"falseIcon"),trueIcon:e.toRef(n,"trueIcon"),readonly:e.toRef(n,"readonly"),ripple:e.toRef(n,"ripple"),type:e.toRef(n,"type"),valueComparator:e.toRef(n,"valueComparator")}}),K(()=>{var a;return e.createVNode("div",{class:["v-selection-control-group",{"v-selection-control-group--inline":n.inline},n.class],style:n.style,role:n.type==="radio"?"radiogroup":void 0},[(a=t.default)==null?void 0:a.call(t)])}),{}}});const jt=j({label:String,trueValue:null,falseValue:null,value:null,...J(),...Bl()},"VSelectionControl"),qn=U()({name:"VSelectionControl",directives:{Ripple:xn},inheritAttrs:!1,props:jt(),emits:{"update:modelValue":n=>!0},setup(n,o){let{attrs:t,slots:l}=o;const{group:r,densityClasses:i,icon:c,model:s,textColorClasses:a,textColorStyles:u,backgroundColorClasses:f,backgroundColorStyles:v,trueValue:p}=function(P){const z=e.inject(Il,void 0),{densityClasses:w}=Ve(P),b=ne(P,"modelValue"),C=e.computed(()=>P.trueValue!==void 0?P.trueValue:P.value===void 0||P.value),O=e.computed(()=>P.falseValue!==void 0&&P.falseValue),F=e.computed(()=>!!P.multiple||P.multiple==null&&Array.isArray(b.value)),N=e.computed({get(){const E=z?z.modelValue.value:b.value;return F.value?E.some(M=>P.valueComparator(M,C.value)):P.valueComparator(E,C.value)},set(E){if(P.readonly)return;const M=E?C.value:O.value;let D=M;F.value&&(D=E?[...Be(b.value),M]:Be(b.value).filter(_=>!P.valueComparator(_,C.value))),z?z.modelValue.value=D:b.value=D}}),{textColorClasses:k,textColorStyles:L}=he(e.computed(()=>!N.value||P.error||P.disabled?void 0:P.color)),{backgroundColorClasses:W,backgroundColorStyles:I}=Ye(e.computed(()=>!N.value||P.error||P.disabled?void 0:P.color)),A=e.computed(()=>N.value?P.trueIcon:P.falseIcon);return{group:z,densityClasses:w,trueValue:C,falseValue:O,model:N,textColorClasses:k,textColorStyles:L,backgroundColorClasses:W,backgroundColorStyles:I,icon:A}}(n),d=pe(),m=e.computed(()=>n.id||`input-${d}`),g=e.shallowRef(!1),y=e.shallowRef(!1),h=e.ref();function x(P){g.value=!0,Dn(P.target,":focus-visible")!==!1&&(y.value=!0)}function V(){g.value=!1,y.value=!1}function T(P){n.readonly&&r&&e.nextTick(()=>r.forceUpdate()),s.value=P.target.checked}return r==null||r.onForceUpdate(()=>{h.value&&(h.value.checked=s.value)}),K(()=>{var C,O;const P=l.label?l.label({label:n.label,props:{for:m.value}}):n.label,[z,w]=bn(t),b=e.createVNode("input",e.mergeProps({ref:h,checked:s.value,disabled:!(!n.readonly&&!n.disabled),id:m.value,onBlur:V,onFocus:x,onInput:T,"aria-disabled":!(!n.readonly&&!n.disabled),type:n.type,value:p.value,name:n.name,"aria-checked":n.type==="checkbox"?s.value:void 0},w),null);return e.createVNode("div",e.mergeProps({class:["v-selection-control",{"v-selection-control--dirty":s.value,"v-selection-control--disabled":n.disabled,"v-selection-control--error":n.error,"v-selection-control--focused":g.value,"v-selection-control--focus-visible":y.value,"v-selection-control--inline":n.inline},i.value,n.class]},z,{style:n.style}),[e.createVNode("div",{class:["v-selection-control__wrapper",a.value],style:u.value},[(C=l.default)==null?void 0:C.call(l,{backgroundColorClasses:f,backgroundColorStyles:v}),e.withDirectives(e.createVNode("div",{class:["v-selection-control__input"]},[((O=l.input)==null?void 0:O.call(l,{model:s,textColorClasses:a,textColorStyles:u,backgroundColorClasses:f,backgroundColorStyles:v,inputNode:b,icon:c.value,props:{onFocus:x,onBlur:V,id:m.value}}))??e.createVNode(e.Fragment,null,[c.value&&e.createVNode(ee,{key:"icon",icon:c.value},null),b])]),[[e.resolveDirective("ripple"),n.ripple&&[!n.disabled&&!n.readonly,null,["center","circle"]]]])]),P&&e.createVNode(Vl,{for:m.value,clickable:!0,onClick:F=>F.stopPropagation()},{default:()=>[P]})])}),{isFocused:g,input:h}}}),wl=j({indeterminate:Boolean,indeterminateIcon:{type:Q,default:"$checkboxIndeterminate"},...jt({falseIcon:"$checkboxOff",trueIcon:"$checkboxOn"})},"VCheckboxBtn"),bt=U()({name:"VCheckboxBtn",props:wl(),emits:{"update:modelValue":n=>!0,"update:indeterminate":n=>!0},setup(n,o){let{slots:t}=o;const l=ne(n,"indeterminate"),r=ne(n,"modelValue");function i(a){l.value&&(l.value=!1)}const c=e.computed(()=>l.value?n.indeterminateIcon:n.falseIcon),s=e.computed(()=>l.value?n.indeterminateIcon:n.trueIcon);return K(()=>{const a=hn(qn.filterProps(n)[0],["modelValue"]);return e.createVNode(qn,e.mergeProps(a,{modelValue:r.value,"onUpdate:modelValue":[u=>r.value=u,i],class:["v-checkbox-btn",n.class],style:n.style,type:"checkbox",falseIcon:c.value,trueIcon:s.value,"aria-checked":l.value?"mixed":void 0}),t)}),{}}});function kl(n){const{t:o}=$t();return{InputIcon:function(t){let{name:l}=t;const r={prepend:"prependAction",prependInner:"prependAction",append:"appendAction",appendInner:"appendAction",clear:"clear"}[l],i=n[`onClick:${l}`],c=i&&r?o(`$vuetify.input.${r}`,n.label??""):void 0;return e.createVNode(ee,{icon:n[`${l}Icon`],"aria-label":c,onClick:i},null)}}}const ja=j({active:Boolean,color:String,messages:{type:[Array,String],default:()=>[]},...J(),...Vn({transition:{component:nl,leaveAbsolute:!0,group:!0}})},"VMessages"),Ga=U()({name:"VMessages",props:ja(),setup(n,o){let{slots:t}=o;const l=e.computed(()=>Be(n.messages)),{textColorClasses:r,textColorStyles:i}=he(e.computed(()=>n.color));return K(()=>e.createVNode(Ie,{transition:n.transition,tag:"div",class:["v-messages",r.value,n.class],style:[i.value,n.style],role:"alert","aria-live":"polite"},{default:()=>[n.active&&l.value.map((c,s)=>e.createVNode("div",{class:"v-messages__message",key:`${s}-${l.value}`},[t.message?t.message({message:c}):c]))]})),{}}}),xl=j({focused:Boolean,"onUpdate:focused":me()},"focus");function Fn(n){let o=arguments.length>1&&arguments[1]!==void 0?arguments[1]:be();const t=ne(n,"focused");return{focusClasses:e.computed(()=>({[`${o}--focused`]:t.value})),isFocused:t,focus:function(){t.value=!0},blur:function(){t.value=!1}}}const qa=Symbol.for("vuetify:form");function Fl(){return e.inject(qa,null)}const Ha=j({disabled:{type:Boolean,default:null},error:Boolean,errorMessages:{type:[Array,String],default:()=>[]},maxErrors:{type:[Number,String],default:1},name:String,label:String,readonly:{type:Boolean,default:null},rules:{type:Array,default:()=>[]},modelValue:null,validateOn:String,validationValue:null,...xl()},"validation"),Nn=j({id:String,appendIcon:Q,centerAffix:{type:Boolean,default:!0},prependIcon:Q,hideDetails:[Boolean,String],hint:String,persistentHint:Boolean,messages:{type:[Array,String],default:()=>[]},direction:{type:String,default:"horizontal",validator:n=>["horizontal","vertical"].includes(n)},"onClick:prepend":me(),"onClick:append":me(),...J(),...ye(),...Ha()},"VInput"),we=U()({name:"VInput",props:{...Nn()},emits:{"update:modelValue":n=>!0},setup(n,o){let{attrs:t,slots:l,emit:r}=o;const{densityClasses:i}=Ve(n),{rtlClasses:c}=Sn(),{InputIcon:s}=kl(n),a=pe(),u=e.computed(()=>n.id||`input-${a}`),f=e.computed(()=>`${u.value}-messages`),{errorMessages:v,isDirty:p,isDisabled:d,isReadonly:m,isPristine:g,isValid:y,isValidating:h,reset:x,resetValidation:V,validate:T,validationClasses:P}=function(b){let C=arguments.length>1&&arguments[1]!==void 0?arguments[1]:be(),O=arguments.length>2&&arguments[2]!==void 0?arguments[2]:pe();const F=ne(b,"modelValue"),N=e.computed(()=>b.validationValue===void 0?F.value:b.validationValue),k=Fl(),L=e.ref([]),W=e.shallowRef(!0),I=e.computed(()=>!(!Be(F.value===""?null:F.value).length&&!Be(N.value===""?null:N.value).length)),A=e.computed(()=>!!(b.disabled??(k==null?void 0:k.isDisabled.value))),E=e.computed(()=>!!(b.readonly??(k==null?void 0:k.isReadonly.value))),M=e.computed(()=>{var q;return(q=b.errorMessages)!=null&&q.length?Be(b.errorMessages).slice(0,Math.max(0,+b.maxErrors)):L.value}),D=e.computed(()=>{let q=(b.validateOn??(k==null?void 0:k.validateOn.value))||"input";q==="lazy"&&(q="input lazy");const Z=new Set((q==null?void 0:q.split(" "))??[]);return{blur:Z.has("blur")||Z.has("input"),input:Z.has("input"),submit:Z.has("submit"),lazy:Z.has("lazy")}}),_=e.computed(()=>{var q;return!b.error&&!((q=b.errorMessages)!=null&&q.length)&&(!b.rules.length||(W.value?!L.value.length&&!D.value.lazy||null:!L.value.length))}),S=e.shallowRef(!1),R=e.computed(()=>({[`${C}--error`]:_.value===!1,[`${C}--dirty`]:I.value,[`${C}--disabled`]:A.value,[`${C}--readonly`]:E.value})),B=e.computed(()=>b.name??e.unref(O));function $(){F.value=null,e.nextTick(G)}function G(){W.value=!0,D.value.lazy?L.value=[]:H(!0)}async function H(){let q=arguments.length>0&&arguments[0]!==void 0&&arguments[0];const Z=[];S.value=!0;for(const re of b.rules){if(Z.length>=+(b.maxErrors??1))break;const nn=typeof re=="function"?re:()=>re,fe=await nn(N.value);fe!==!0&&(fe===!1||typeof fe=="string"?Z.push(fe||""):console.warn(`${fe} is not a valid value. Rule functions must return boolean true or a string.`))}return L.value=Z,S.value=!1,W.value=q,L.value}return e.onBeforeMount(()=>{k==null||k.register({id:B.value,validate:H,reset:$,resetValidation:G})}),e.onBeforeUnmount(()=>{k==null||k.unregister(B.value)}),e.onMounted(async()=>{D.value.lazy||await H(!0),k==null||k.update(B.value,_.value,M.value)}),Fe(()=>D.value.input,()=>{e.watch(N,()=>{if(N.value!=null)H();else if(b.focused){const q=e.watch(()=>b.focused,Z=>{Z||H(),q()})}})}),Fe(()=>D.value.blur,()=>{e.watch(()=>b.focused,q=>{q||H()})}),e.watch(_,()=>{k==null||k.update(B.value,_.value,M.value)}),{errorMessages:M,isDirty:I,isDisabled:A,isReadonly:E,isPristine:W,isValid:_,isValidating:S,reset:$,resetValidation:G,validate:H,validationClasses:R}}(n,"v-input",u),z=e.computed(()=>({id:u,messagesId:f,isDirty:p,isDisabled:d,isReadonly:m,isPristine:g,isValid:y,isValidating:h,reset:x,resetValidation:V,validate:T})),w=e.computed(()=>{var b;return(b=n.errorMessages)!=null&&b.length||!g.value&&v.value.length?v.value:n.hint&&(n.persistentHint||n.focused)?n.hint:n.messages});return K(()=>{var N,k,L,W;const b=!(!l.prepend&&!n.prependIcon),C=!(!l.append&&!n.appendIcon),O=w.value.length>0,F=!n.hideDetails||n.hideDetails==="auto"&&(O||!!l.details);return e.createVNode("div",{class:["v-input",`v-input--${n.direction}`,{"v-input--center-affix":n.centerAffix},i.value,c.value,P.value,n.class],style:n.style},[b&&e.createVNode("div",{key:"prepend",class:"v-input__prepend"},[(N=l.prepend)==null?void 0:N.call(l,z.value),n.prependIcon&&e.createVNode(s,{key:"prepend-icon",name:"prepend"},null)]),l.default&&e.createVNode("div",{class:"v-input__control"},[(k=l.default)==null?void 0:k.call(l,z.value)]),C&&e.createVNode("div",{key:"append",class:"v-input__append"},[n.appendIcon&&e.createVNode(s,{key:"append-icon",name:"append"},null),(L=l.append)==null?void 0:L.call(l,z.value)]),F&&e.createVNode("div",{class:"v-input__details"},[e.createVNode(Ga,{id:f.value,active:O,messages:w.value},{message:l.message}),(W=l.details)==null?void 0:W.call(l,z.value)])])}),{reset:x,resetValidation:V,validate:T}}}),Ua=j({...Nn(),...hn(wl(),["inline"])},"VCheckbox"),Ya=U()({name:"VCheckbox",inheritAttrs:!1,props:Ua(),emits:{"update:modelValue":n=>!0,"update:focused":n=>!0},setup(n,o){let{attrs:t,slots:l}=o;const r=ne(n,"modelValue"),{isFocused:i,focus:c,blur:s}=Fn(n),a=pe(),u=e.computed(()=>n.id||`checkbox-${a}`);return K(()=>{const[f,v]=bn(t),[p,d]=we.filterProps(n),[m,g]=bt.filterProps(n);return e.createVNode(we,e.mergeProps({class:["v-checkbox",n.class]},f,p,{modelValue:r.value,"onUpdate:modelValue":y=>r.value=y,id:u.value,focused:i.value,style:n.style}),{...l,default:y=>{let{id:h,messagesId:x,isDisabled:V,isReadonly:T}=y;return e.createVNode(bt,e.mergeProps(m,{id:h.value,"aria-describedby":x.value,disabled:V.value,readonly:T.value},v,{modelValue:r.value,"onUpdate:modelValue":P=>r.value=P,onFocus:c,onBlur:s}),l)}})}),{}}}),Ka=j({start:Boolean,end:Boolean,icon:Q,image:String,...J(),...ye(),...Ce(),...wn(),...ue(),...te(),...ke({variant:"flat"})},"VAvatar"),Ke=U()({name:"VAvatar",props:Ka(),setup(n,o){let{slots:t}=o;const{themeClasses:l}=ae(n),{colorClasses:r,colorStyles:i,variantClasses:c}=Bn(n),{densityClasses:s}=Ve(n),{roundedClasses:a}=Se(n),{sizeClasses:u,sizeStyles:f}=kn(n);return K(()=>e.createVNode(n.tag,{class:["v-avatar",{"v-avatar--start":n.start,"v-avatar--end":n.end},l.value,r.value,s.value,a.value,u.value,c.value,n.class],style:[i.value,f.value,n.style]},{default:()=>{var v;return[n.image?e.createVNode(ll,{key:"image",src:n.image,alt:"",cover:!0},null):n.icon?e.createVNode(ee,{key:"icon",icon:n.icon},null):(v=t.default)==null?void 0:v.call(t),In(!1,"v-avatar")]}})),{}}}),Nl=Symbol.for("vuetify:v-chip-group"),Xa=j({column:Boolean,filter:Boolean,valueComparator:{type:Function,default:gn},...J(),...rl({selectedClass:"v-chip--selected"}),...ue(),...te(),...ke({variant:"tonal"})},"VChipGroup");U()({name:"VChipGroup",props:Xa(),emits:{"update:modelValue":n=>!0},setup(n,o){let{slots:t}=o;const{themeClasses:l}=ae(n),{isSelected:r,select:i,next:c,prev:s,selected:a}=ul(n,Nl);return Xe({VChip:{color:e.toRef(n,"color"),disabled:e.toRef(n,"disabled"),filter:e.toRef(n,"filter"),variant:e.toRef(n,"variant")}}),K(()=>e.createVNode(n.tag,{class:["v-chip-group",{"v-chip-group--column":n.column},l.value,n.class],style:n.style},{default:()=>{var u;return[(u=t.default)==null?void 0:u.call(t,{isSelected:r,select:i,next:c,prev:s,selected:a.value})]}})),{}}});const Ja=j({activeClass:String,appendAvatar:String,appendIcon:Q,closable:Boolean,closeIcon:{type:Q,default:"$delete"},closeLabel:{type:String,default:"$vuetify.close"},draggable:Boolean,filter:Boolean,filterIcon:{type:String,default:"$complete"},label:Boolean,link:{type:Boolean,default:void 0},pill:Boolean,prependAvatar:String,prependIcon:Q,ripple:{type:[Boolean,Object],default:!0},text:String,modelValue:{type:Boolean,default:!0},onClick:me(),onClickOnce:me(),...Je(),...J(),...ye(),...Qe(),...il(),...Ce(),...et(),...wn(),...ue({tag:"span"}),...te(),...ke({variant:"tonal"})},"VChip"),Za=U()({name:"VChip",directives:{Ripple:xn},props:Ja(),emits:{"click:close":n=>!0,"update:modelValue":n=>!0,"group:selected":n=>!0,click:n=>!0},setup(n,o){let{attrs:t,emit:l,slots:r}=o;const{t:i}=$t(),{borderClasses:c}=Ze(n),{colorClasses:s,colorStyles:a,variantClasses:u}=Bn(n),{densityClasses:f}=Ve(n),{elevationClasses:v}=en(n),{roundedClasses:p}=Se(n),{sizeClasses:d}=kn(n),{themeClasses:m}=ae(n),g=ne(n,"modelValue"),y=sl(n,Nl,!1),h=Qn(n,t),x=e.computed(()=>n.link!==!1&&h.isLink.value),V=e.computed(()=>!n.disabled&&n.link!==!1&&(!!y||n.link||h.isClickable.value)),T=e.computed(()=>({"aria-label":i(n.closeLabel),onClick(w){w.stopPropagation(),g.value=!1,l("click:close",w)}}));function P(w){var b;l("click",w),V.value&&((b=h.navigate)==null||b.call(h,w),y==null||y.toggle())}function z(w){w.key!=="Enter"&&w.key!==" "||(w.preventDefault(),P(w))}return()=>{const w=h.isLink.value?"a":n.tag,b=!(!n.appendIcon&&!n.appendAvatar),C=!(!b&&!r.append),O=!(!r.close&&!n.closable),F=!(!r.filter&&!n.filter)&&y,N=!(!n.prependIcon&&!n.prependAvatar),k=!(!N&&!r.prepend),L=!y||y.isSelected.value;return g.value&&e.withDirectives(e.createVNode(w,{class:["v-chip",{"v-chip--disabled":n.disabled,"v-chip--label":n.label,"v-chip--link":V.value,"v-chip--filter":F,"v-chip--pill":n.pill},m.value,c.value,L?s.value:void 0,f.value,v.value,p.value,d.value,u.value,y==null?void 0:y.selectedClass.value,n.class],style:[L?a.value:void 0,n.style],disabled:n.disabled||void 0,draggable:n.draggable,href:h.href.value,tabindex:V.value?0:void 0,onClick:P,onKeydown:V.value&&!x.value&&z},{default:()=>{var W;return[In(V.value,"v-chip"),F&&e.createVNode(tl,{key:"filter"},{default:()=>[e.withDirectives(e.createVNode("div",{class:"v-chip__filter"},[r.filter?e.createVNode(oe,{key:"filter-defaults",disabled:!n.filterIcon,defaults:{VIcon:{icon:n.filterIcon}}},r.filter):e.createVNode(ee,{key:"filter-icon",icon:n.filterIcon},null)]),[[e.vShow,y.isSelected.value]])]}),k&&e.createVNode("div",{key:"prepend",class:"v-chip__prepend"},[r.prepend?e.createVNode(oe,{key:"prepend-defaults",disabled:!N,defaults:{VAvatar:{image:n.prependAvatar,start:!0},VIcon:{icon:n.prependIcon,start:!0}}},r.prepend):e.createVNode(e.Fragment,null,[n.prependIcon&&e.createVNode(ee,{key:"prepend-icon",icon:n.prependIcon,start:!0},null),n.prependAvatar&&e.createVNode(Ke,{key:"prepend-avatar",image:n.prependAvatar,start:!0},null)])]),e.createVNode("div",{class:"v-chip__content"},[((W=r.default)==null?void 0:W.call(r,{isSelected:y==null?void 0:y.isSelected.value,selectedClass:y==null?void 0:y.selectedClass.value,select:y==null?void 0:y.select,toggle:y==null?void 0:y.toggle,value:y==null?void 0:y.value.value,disabled:n.disabled}))??n.text]),C&&e.createVNode("div",{key:"append",class:"v-chip__append"},[r.append?e.createVNode(oe,{key:"append-defaults",disabled:!b,defaults:{VAvatar:{end:!0,image:n.appendAvatar},VIcon:{end:!0,icon:n.appendIcon}}},r.append):e.createVNode(e.Fragment,null,[n.appendIcon&&e.createVNode(ee,{key:"append-icon",end:!0,icon:n.appendIcon},null),n.appendAvatar&&e.createVNode(Ke,{key:"append-avatar",end:!0,image:n.appendAvatar},null)])]),O&&e.createVNode("div",e.mergeProps({key:"close",class:"v-chip__close"},T.value),[r.close?e.createVNode(oe,{key:"close-defaults",defaults:{VIcon:{icon:n.closeIcon,size:"x-small"}}},r.close):e.createVNode(ee,{key:"close-icon",icon:n.closeIcon,size:"x-small"},null)])]}}),[[e.resolveDirective("ripple"),V.value&&n.ripple,null]])}}}),Ct=Symbol.for("vuetify:list");function Al(){const n=e.inject(Ct,{hasPrepend:e.shallowRef(!1),updateHasPrepend:()=>null}),o={hasPrepend:e.shallowRef(!1),updateHasPrepend:t=>{t&&(o.hasPrepend.value=t)}};return e.provide(Ct,o),n}function Pl(){return e.inject(Ct,null)}const Qa={open:n=>{let{id:o,value:t,opened:l,parents:r}=n;if(t){const i=new Set;i.add(o);let c=r.get(o);for(;c!=null;)i.add(c),c=r.get(c);return i}return l.delete(o),l},select:()=>null},_l={open:n=>{let{id:o,value:t,opened:l,parents:r}=n;if(t){let i=r.get(o);for(l.add(o);i!=null&&i!==o;)l.add(i),i=r.get(i);return l}return l.delete(o),l},select:()=>null},er={open:_l.open,select:n=>{let{id:o,value:t,opened:l,parents:r}=n;if(!t)return l;const i=[];let c=r.get(o);for(;c!=null;)i.push(c),c=r.get(c);return new Set(i)}},St=n=>{const o={select:t=>{let{id:l,value:r,selected:i}=t;if(l=e.toRaw(l),n&&!r){const c=Array.from(i.entries()).reduce((s,a)=>{let[u,f]=a;return f==="on"?[...s,u]:s},[]);if(c.length===1&&c[0]===l)return i}return i.set(l,r?"on":"off"),i},in:(t,l,r)=>{let i=new Map;for(const c of t||[])i=o.select({id:c,value:!0,selected:new Map(i),children:l,parents:r});return i},out:t=>{const l=[];for(const[r,i]of t.entries())i==="on"&&l.push(r);return l}};return o},xo=n=>{const o=St(n);return{select:t=>{let{selected:l,id:r,...i}=t;r=e.toRaw(r);const c=l.has(r)?new Map([[r,l.get(r)]]):new Map;return o.select({...i,id:r,selected:c})},in:(t,l,r)=>{let i=new Map;return t!=null&&t.length&&(i=o.in(t.slice(0,1),l,r)),i},out:(t,l,r)=>o.out(t,l,r)}},fn=Symbol.for("vuetify:nested"),El={id:e.shallowRef(),root:{register:()=>null,unregister:()=>null,parents:e.ref(new Map),children:e.ref(new Map),open:()=>null,openOnSelect:()=>null,select:()=>null,opened:e.ref(new Set),selected:e.ref(new Map),selectedValues:e.ref([])}},nr=j({selectStrategy:[String,Function],openStrategy:[String,Object],opened:Array,selected:Array,mandatory:Boolean},"nested"),tr=n=>{let o=!1;const t=e.ref(new Map),l=e.ref(new Map),r=ne(n,"opened",n.opened,v=>new Set(v),v=>[...v.values()]),i=e.computed(()=>{if(typeof n.selectStrategy=="object")return n.selectStrategy;switch(n.selectStrategy){case"single-leaf":return(v=>{const p=xo(v);return{select:d=>{let{id:m,selected:g,children:y,...h}=d;return m=e.toRaw(m),y.has(m)?g:p.select({id:m,selected:g,children:y,...h})},in:p.in,out:p.out}})(n.mandatory);case"leaf":return(v=>{const p=St(v);return{select:d=>{let{id:m,selected:g,children:y,...h}=d;return m=e.toRaw(m),y.has(m)?g:p.select({id:m,selected:g,children:y,...h})},in:p.in,out:p.out}})(n.mandatory);case"independent":return St(n.mandatory);case"single-independent":return xo(n.mandatory);default:return(v=>{const p={select:d=>{let{id:m,value:g,selected:y,children:h,parents:x}=d;m=e.toRaw(m);const V=new Map(y),T=[m];for(;T.length;){const z=T.shift();y.set(z,g?"on":"off"),h.has(z)&&T.push(...h.get(z))}let P=x.get(m);for(;P;){const z=h.get(P),w=z.every(C=>y.get(C)==="on"),b=z.every(C=>!y.has(C)||y.get(C)==="off");y.set(P,w?"on":b?"off":"indeterminate"),P=x.get(P)}return v&&!g&&Array.from(y.entries()).reduce((w,b)=>{let[C,O]=b;return O==="on"?[...w,C]:w},[]).length===0?V:y},in:(d,m,g)=>{let y=new Map;for(const h of d||[])y=p.select({id:h,value:!0,selected:new Map(y),children:m,parents:g});return y},out:(d,m)=>{const g=[];for(const[y,h]of d.entries())h!=="on"||m.has(y)||g.push(y);return g}};return p})(n.mandatory)}}),c=e.computed(()=>{if(typeof n.openStrategy=="object")return n.openStrategy;switch(n.openStrategy){case"list":return er;case"single":return Qa;default:return _l}}),s=ne(n,"selected",n.selected,v=>i.value.in(v,t.value,l.value),v=>i.value.out(v,t.value,l.value));function a(v){const p=[];let d=v;for(;d!=null;)p.unshift(d),d=l.value.get(d);return p}e.onBeforeUnmount(()=>{o=!0});const u=le("nested"),f={id:e.shallowRef(),root:{opened:r,selected:s,selectedValues:e.computed(()=>{const v=[];for(const[p,d]of s.value.entries())d==="on"&&v.push(p);return v}),register:(v,p,d)=>{p&&v!==p&&l.value.set(v,p),d&&t.value.set(v,[]),p!=null&&t.value.set(p,[...t.value.get(p)||[],v])},unregister:v=>{if(o)return;t.value.delete(v);const p=l.value.get(v);if(p){const d=t.value.get(p)??[];t.value.set(p,d.filter(m=>m!==v))}l.value.delete(v),r.value.delete(v)},open:(v,p,d)=>{u.emit("click:open",{id:v,value:p,path:a(v),event:d});const m=c.value.open({id:v,value:p,opened:new Set(r.value),children:t.value,parents:l.value,event:d});m&&(r.value=m)},openOnSelect:(v,p,d)=>{const m=c.value.select({id:v,value:p,selected:new Map(s.value),opened:new Set(r.value),children:t.value,parents:l.value,event:d});m&&(r.value=m)},select:(v,p,d)=>{u.emit("click:select",{id:v,value:p,path:a(v),event:d});const m=i.value.select({id:v,value:p,selected:new Map(s.value),children:t.value,parents:l.value,event:d});m&&(s.value=m),f.root.openOnSelect(v,p,d)},children:t,parents:l}};return e.provide(fn,f),f.root},Ol=(n,o)=>{const t=e.inject(fn,El),l=Symbol(pe()),r=e.computed(()=>n.value!==void 0?n.value:l),i={...t,id:r,open:(c,s)=>t.root.open(r.value,c,s),openOnSelect:(c,s)=>t.root.openOnSelect(r.value,c,s),isOpen:e.computed(()=>t.root.opened.value.has(r.value)),parent:e.computed(()=>t.root.parents.value.get(r.value)),select:(c,s)=>t.root.select(r.value,c,s),isSelected:e.computed(()=>t.root.selected.value.get(e.toRaw(r.value))==="on"),isIndeterminate:e.computed(()=>t.root.selected.value.get(r.value)==="indeterminate"),isLeaf:e.computed(()=>!t.root.children.value.get(r.value)),isGroupActivator:t.isGroupActivator};return!t.isGroupActivator&&t.root.register(r.value,t.id.value,o),e.onBeforeUnmount(()=>{!t.isGroupActivator&&t.root.unregister(r.value)}),o&&e.provide(fn,i),i},or=dn({name:"VListGroupActivator",setup(n,o){let{slots:t}=o;return(()=>{const l=e.inject(fn,El);e.provide(fn,{...l,isGroupActivator:!0})})(),()=>{var l;return(l=t.default)==null?void 0:l.call(t)}}}),lr=j({activeColor:String,baseColor:String,color:String,collapseIcon:{type:Q,default:"$collapse"},expandIcon:{type:Q,default:"$expand"},prependIcon:Q,appendIcon:Q,fluid:Boolean,subgroup:Boolean,title:String,value:null,...J(),...ue()},"VListGroup"),Fo=U()({name:"VListGroup",props:lr(),setup(n,o){let{slots:t}=o;const{isOpen:l,open:r,id:i}=Ol(e.toRef(n,"value"),!0),c=e.computed(()=>`v-list-group--id-${String(i.value)}`),s=Pl(),{isBooted:a}=function(){const d=e.shallowRef(!1);return e.onMounted(()=>{window.requestAnimationFrame(()=>{d.value=!0})}),{ssrBootStyles:e.computed(()=>d.value?void 0:{transition:"none !important"}),isBooted:e.readonly(d)}}();function u(d){r(!l.value,d)}const f=e.computed(()=>({onClick:u,class:"v-list-group__header",id:c.value})),v=e.computed(()=>l.value?n.collapseIcon:n.expandIcon),p=e.computed(()=>({VListItem:{active:l.value,activeColor:n.activeColor,baseColor:n.baseColor,color:n.color,prependIcon:n.prependIcon||n.subgroup&&v.value,appendIcon:n.appendIcon||!n.subgroup&&v.value,title:n.title,value:n.value}}));return K(()=>e.createVNode(n.tag,{class:["v-list-group",{"v-list-group--prepend":s==null?void 0:s.hasPrepend.value,"v-list-group--fluid":n.fluid,"v-list-group--subgroup":n.subgroup,"v-list-group--open":l.value},n.class],style:n.style},{default:()=>[t.activator&&e.createVNode(oe,{defaults:p.value},{default:()=>[e.createVNode(or,null,{default:()=>[t.activator({props:f.value,isOpen:l.value})]})]}),e.createVNode(Ie,{transition:{component:wa},disabled:!a.value},{default:()=>{var d;return[e.withDirectives(e.createVNode("div",{class:"v-list-group__items",role:"group","aria-labelledby":c.value},[(d=t.default)==null?void 0:d.call(t)]),[[e.vShow,l.value]])]}})]})),{}}}),ar=Cn("v-list-item-subtitle"),rr=Cn("v-list-item-title"),ir=j({active:{type:Boolean,default:void 0},activeClass:String,activeColor:String,appendAvatar:String,appendIcon:Q,baseColor:String,disabled:Boolean,lines:String,link:{type:Boolean,default:void 0},nav:Boolean,prependAvatar:String,prependIcon:Q,ripple:{type:[Boolean,Object],default:!0},subtitle:[String,Number,Boolean],title:[String,Number,Boolean],value:null,onClick:me(),onClickOnce:me(),...Je(),...J(),...ye(),...Pe(),...Qe(),...Ce(),...et(),...ue(),...te(),...ke({variant:"text"})},"VListItem"),Hn=U()({name:"VListItem",directives:{Ripple:xn},props:ir(),emits:{click:n=>!0},setup(n,o){let{attrs:t,slots:l,emit:r}=o;const i=Qn(n,t),c=e.computed(()=>n.value===void 0?i.href.value:n.value),{select:s,isSelected:a,isIndeterminate:u,isGroupActivator:f,root:v,parent:p,openOnSelect:d}=Ol(c,!1),m=Pl(),g=e.computed(()=>{var E;return n.active!==!1&&(n.active||((E=i.isActive)==null?void 0:E.value)||a.value)}),y=e.computed(()=>n.link!==!1&&i.isLink.value),h=e.computed(()=>!n.disabled&&n.link!==!1&&(n.link||i.isClickable.value||n.value!=null&&!!m)),x=e.computed(()=>n.rounded||n.nav),V=e.computed(()=>n.color??n.activeColor),T=e.computed(()=>({color:g.value?V.value??n.baseColor:n.baseColor,variant:n.variant}));e.watch(()=>{var E;return(E=i.isActive)==null?void 0:E.value},E=>{E&&p.value!=null&&v.open(p.value,!0),E&&d(E)},{immediate:!0});const{themeClasses:P}=ae(n),{borderClasses:z}=Ze(n),{colorClasses:w,colorStyles:b,variantClasses:C}=Bn(T),{densityClasses:O}=Ve(n),{dimensionStyles:F}=_e(n),{elevationClasses:N}=en(n),{roundedClasses:k}=Se(x),L=e.computed(()=>n.lines?`v-list-item--${n.lines}-line`:void 0),W=e.computed(()=>({isActive:g.value,select:s,isSelected:a.value,isIndeterminate:u.value}));function I(E){var M;r("click",E),!f&&h.value&&((M=i.navigate)==null||M.call(i,E),n.value!=null&&s(!a.value,E))}function A(E){E.key!=="Enter"&&E.key!==" "||(E.preventDefault(),I(E))}return K(()=>{const E=y.value?"a":n.tag,M=l.title||n.title,D=l.subtitle||n.subtitle,_=!(!n.appendAvatar&&!n.appendIcon),S=!(!_&&!l.append),R=!(!n.prependAvatar&&!n.prependIcon),B=!(!R&&!l.prepend);var $,G;return m==null||m.updateHasPrepend(B),n.activeColor&&($="active-color",G=["color","base-color"],G=Array.isArray(G)?G.slice(0,-1).map(H=>`'${H}'`).join(", ")+` or '${G.at(-1)}'`:`'${G}'`,e.warn(`[Vuetify UPGRADE] '${$}' is deprecated, use ${G} instead.`)),e.withDirectives(e.createVNode(E,{class:["v-list-item",{"v-list-item--active":g.value,"v-list-item--disabled":n.disabled,"v-list-item--link":h.value,"v-list-item--nav":n.nav,"v-list-item--prepend":!B&&(m==null?void 0:m.hasPrepend.value),[`${n.activeClass}`]:n.activeClass&&g.value},P.value,z.value,w.value,O.value,N.value,L.value,k.value,C.value,n.class],style:[b.value,F.value,n.style],href:i.href.value,tabindex:h.value?m?-2:0:void 0,onClick:I,onKeydown:h.value&&!y.value&&A},{default:()=>{var H;return[In(h.value||g.value,"v-list-item"),B&&e.createVNode("div",{key:"prepend",class:"v-list-item__prepend"},[l.prepend?e.createVNode(oe,{key:"prepend-defaults",disabled:!R,defaults:{VAvatar:{density:n.density,image:n.prependAvatar},VIcon:{density:n.density,icon:n.prependIcon},VListItemAction:{start:!0}}},{default:()=>{var q;return[(q=l.prepend)==null?void 0:q.call(l,W.value)]}}):e.createVNode(e.Fragment,null,[n.prependAvatar&&e.createVNode(Ke,{key:"prepend-avatar",density:n.density,image:n.prependAvatar},null),n.prependIcon&&e.createVNode(ee,{key:"prepend-icon",density:n.density,icon:n.prependIcon},null)]),e.createVNode("div",{class:"v-list-item__spacer"},null)]),e.createVNode("div",{class:"v-list-item__content","data-no-activator":""},[M&&e.createVNode(rr,{key:"title"},{default:()=>{var q;return[((q=l.title)==null?void 0:q.call(l,{title:n.title}))??n.title]}}),D&&e.createVNode(ar,{key:"subtitle"},{default:()=>{var q;return[((q=l.subtitle)==null?void 0:q.call(l,{subtitle:n.subtitle}))??n.subtitle]}}),(H=l.default)==null?void 0:H.call(l,W.value)]),S&&e.createVNode("div",{key:"append",class:"v-list-item__append"},[l.append?e.createVNode(oe,{key:"append-defaults",disabled:!_,defaults:{VAvatar:{density:n.density,image:n.appendAvatar},VIcon:{density:n.density,icon:n.appendIcon},VListItemAction:{end:!0}}},{default:()=>{var q;return[(q=l.append)==null?void 0:q.call(l,W.value)]}}):e.createVNode(e.Fragment,null,[n.appendIcon&&e.createVNode(ee,{key:"append-icon",density:n.density,icon:n.appendIcon},null),n.appendAvatar&&e.createVNode(Ke,{key:"append-avatar",density:n.density,image:n.appendAvatar},null)]),e.createVNode("div",{class:"v-list-item__spacer"},null)])]}}),[[e.resolveDirective("ripple"),h.value&&n.ripple]])}),{}}}),sr=j({color:String,inset:Boolean,sticky:Boolean,title:String,...J(),...ue()},"VListSubheader"),ur=U()({name:"VListSubheader",props:sr(),setup(n,o){let{slots:t}=o;const{textColorClasses:l,textColorStyles:r}=he(e.toRef(n,"color"));return K(()=>{const i=!(!t.default&&!n.title);return e.createVNode(n.tag,{class:["v-list-subheader",{"v-list-subheader--inset":n.inset,"v-list-subheader--sticky":n.sticky},l.value,n.class],style:[{textColorStyles:r},n.style]},{default:()=>{var c;return[i&&e.createVNode("div",{class:"v-list-subheader__text"},[((c=t.default)==null?void 0:c.call(t))??n.title])]}})}),{}}}),cr=j({color:String,inset:Boolean,length:[Number,String],thickness:[Number,String],vertical:Boolean,...J(),...te()},"VDivider"),dr=U()({name:"VDivider",props:cr(),setup(n,o){let{attrs:t}=o;const{themeClasses:l}=ae(n),{textColorClasses:r,textColorStyles:i}=he(e.toRef(n,"color")),c=e.computed(()=>{const s={};return n.length&&(s[n.vertical?"maxHeight":"maxWidth"]=Y(n.length)),n.thickness&&(s[n.vertical?"borderRightWidth":"borderTopWidth"]=Y(n.thickness)),s});return K(()=>e.createVNode("hr",{class:[{"v-divider":!0,"v-divider--inset":n.inset,"v-divider--vertical":n.vertical},l.value,r.value,n.class],style:[c.value,i.value,n.style],"aria-orientation":t.role&&t.role!=="separator"?void 0:n.vertical?"vertical":"horizontal",role:`${t.role||"separator"}`},null)),{}}}),pr=j({items:Array,returnObject:Boolean},"VListChildren"),zl=U()({name:"VListChildren",props:pr(),setup(n,o){let{slots:t}=o;return Al(),()=>{var l,r;return((l=t.default)==null?void 0:l.call(t))??((r=n.items)==null?void 0:r.map(i=>{var d,m;let{children:c,props:s,type:a,raw:u}=i;if(a==="divider")return((d=t.divider)==null?void 0:d.call(t,{props:s}))??e.createVNode(dr,s,null);if(a==="subheader")return((m=t.subheader)==null?void 0:m.call(t,{props:s}))??e.createVNode(ur,s,null);const f={subtitle:t.subtitle?g=>{var y;return(y=t.subtitle)==null?void 0:y.call(t,{...g,item:u})}:void 0,prepend:t.prepend?g=>{var y;return(y=t.prepend)==null?void 0:y.call(t,{...g,item:u})}:void 0,append:t.append?g=>{var y;return(y=t.append)==null?void 0:y.call(t,{...g,item:u})}:void 0,title:t.title?g=>{var y;return(y=t.title)==null?void 0:y.call(t,{...g,item:u})}:void 0},[v,p]=Fo.filterProps(s);return c?e.createVNode(Fo,e.mergeProps({value:s==null?void 0:s.value},v),{activator:g=>{let{props:y}=g;const h={...s,...y,value:n.returnObject?u:s.value};return t.header?t.header({props:h}):e.createVNode(Hn,h,f)},default:()=>e.createVNode(zl,{items:c},t)}):t.item?t.item({props:s}):e.createVNode(Hn,e.mergeProps(s,{value:n.returnObject?u:s.value}),f)}))}}}),$l=j({items:{type:Array,default:()=>[]},itemTitle:{type:[String,Array,Function],default:"title"},itemValue:{type:[String,Array,Function],default:"value"},itemChildren:{type:[Boolean,String,Array,Function],default:"children"},itemProps:{type:[Boolean,String,Array,Function],default:"props"},returnObject:Boolean,valueComparator:{type:Function,default:gn}},"list-items");function Vt(n,o){const t=ge(o,n.itemTitle,o),l=ge(o,n.itemValue,t),r=ge(o,n.itemChildren),i={title:t,value:l,...n.itemProps===!0?typeof o!="object"||o==null||Array.isArray(o)?void 0:"children"in o?Ue(o,["children"])[1]:o:ge(o,n.itemProps)};return{title:String(i.title??""),value:i.value,props:i,children:Array.isArray(r)?Tl(n,r):void 0,raw:o}}function Tl(n,o){const t=[];for(const l of o)t.push(Vt(n,l));return t}function vr(n,o){const t=ge(o,n.itemType,"item"),l=function(s){return typeof s=="string"||typeof s=="number"||typeof s=="boolean"}(o)?o:ge(o,n.itemTitle),r=ge(o,n.itemValue,void 0),i=ge(o,n.itemChildren),c={title:l,value:r,...n.itemProps===!0?Ue(o,["children"])[1]:ge(o,n.itemProps)};return{type:t,title:c.title,value:c.value,props:c,children:t==="item"&&i?Rl(n,i):void 0,raw:o}}function Rl(n,o){const t=[];for(const l of o)t.push(vr(n,l));return t}const fr=j({baseColor:String,activeColor:String,activeClass:String,bgColor:String,disabled:Boolean,lines:{type:[Boolean,String],default:"one"},nav:Boolean,...nr({selectStrategy:"single-leaf",openStrategy:"list"}),...Je(),...J(),...ye(),...Pe(),...Qe(),itemType:{type:String,default:"type"},...$l(),...Ce(),...ue(),...te(),...ke({variant:"text"})},"VList"),mr=U()({name:"VList",props:fr(),emits:{"update:selected":n=>!0,"update:opened":n=>!0,"click:open":n=>!0,"click:select":n=>!0},setup(n,o){let{slots:t}=o;const{items:l}=function(C){return{items:e.computed(()=>Rl(C,C.items))}}(n),{themeClasses:r}=ae(n),{backgroundColorClasses:i,backgroundColorStyles:c}=Ye(e.toRef(n,"bgColor")),{borderClasses:s}=Ze(n),{densityClasses:a}=Ve(n),{dimensionStyles:u}=_e(n),{elevationClasses:f}=en(n),{roundedClasses:v}=Se(n),{open:p,select:d}=tr(n),m=e.computed(()=>n.lines?`v-list--${n.lines}-line`:void 0),g=e.toRef(n,"activeColor"),y=e.toRef(n,"baseColor"),h=e.toRef(n,"color");Al(),Xe({VListGroup:{activeColor:g,baseColor:y,color:h},VListItem:{activeClass:e.toRef(n,"activeClass"),activeColor:g,baseColor:y,color:h,density:e.toRef(n,"density"),disabled:e.toRef(n,"disabled"),lines:e.toRef(n,"lines"),nav:e.toRef(n,"nav"),variant:e.toRef(n,"variant")}});const x=e.shallowRef(!1),V=e.ref();function T(C){x.value=!0}function P(C){x.value=!1}function z(C){var O;x.value||C.relatedTarget&&((O=V.value)!=null&&O.contains(C.relatedTarget))||b()}function w(C){if(V.value){if(C.key==="ArrowDown")b("next");else if(C.key==="ArrowUp")b("prev");else if(C.key==="Home")b("first");else{if(C.key!=="End")return;b("last")}C.preventDefault()}}function b(C){if(V.value)return Rn(V.value,C)}return K(()=>e.createVNode(n.tag,{ref:V,class:["v-list",{"v-list--disabled":n.disabled,"v-list--nav":n.nav},r.value,i.value,s.value,a.value,f.value,m.value,v.value,n.class],style:[c.value,u.value,n.style],tabindex:n.disabled||x.value?-1:0,role:"listbox","aria-activedescendant":void 0,onFocusin:T,onFocusout:P,onFocus:z,onKeydown:w},{default:()=>[e.createVNode(zl,{items:l.value,returnObject:n.returnObject},t)]})),{open:p,select:d,focus:b}}});function it(n,o){return{x:n.x+o.x,y:n.y+o.y}}function No(n,o){if(n.side==="top"||n.side==="bottom"){const{side:t,align:l}=n;return it({x:l==="left"?0:l==="center"?o.width/2:l==="right"?o.width:l,y:t==="top"?0:t==="bottom"?o.height:t},o)}if(n.side==="left"||n.side==="right"){const{side:t,align:l}=n;return it({x:t==="left"?0:t==="right"?o.width:t,y:l==="top"?0:l==="center"?o.height/2:l==="bottom"?o.height:l},o)}return it({x:o.width/2,y:o.height/2},o)}const Dl={static:function(){},connected:function(n,o,t){(function(d){for(;d;){if(window.getComputedStyle(d).position==="fixed")return!0;d=d.offsetParent}return!1})(n.activatorEl.value)&&Object.assign(t.value,{position:"fixed",top:0,[n.isRtl.value?"right":"left"]:0});const{preferredAnchor:l,preferredOrigin:r}=Pt(()=>{const d=mt(o.location,n.isRtl.value),m=o.origin==="overlap"?d:o.origin==="auto"?ot(d):mt(o.origin,n.isRtl.value);return d.side===m.side&&d.align===lt(m).align?{preferredAnchor:no(d),preferredOrigin:no(m)}:{preferredAnchor:d,preferredOrigin:m}}),[i,c,s,a]=["minWidth","minHeight","maxWidth","maxHeight"].map(d=>e.computed(()=>{const m=parseFloat(o[d]);return isNaN(m)?1/0:m})),u=e.computed(()=>{if(Array.isArray(o.offset))return o.offset;if(typeof o.offset=="string"){const d=o.offset.split(" ").map(parseFloat);return d.length<2&&d.push(0),d}return typeof o.offset=="number"?[o.offset,0]:[0,0]});let f=!1;const v=new ResizeObserver(()=>{f&&p()});function p(){if(f=!1,requestAnimationFrame(()=>{requestAnimationFrame(()=>f=!0)}),!n.activatorEl.value||!n.contentEl.value)return;const d=n.activatorEl.value.getBoundingClientRect(),m=function(O,F){F?O.style.removeProperty("left"):O.style.removeProperty("right");const N=_t(O);return F?N.x+=parseFloat(O.style.right||0):N.x-=parseFloat(O.style.left||0),N.y-=parseFloat(O.style.top||0),N}(n.contentEl.value,n.isRtl.value),g=Wn(n.contentEl.value);g.length||(g.push(document.documentElement),n.contentEl.value.style.top&&n.contentEl.value.style.left||(m.x-=parseFloat(document.documentElement.style.getPropertyValue("--v-body-scroll-x")||0),m.y-=parseFloat(document.documentElement.style.getPropertyValue("--v-body-scroll-y")||0)));const y=g.reduce((O,F)=>{const N=F.getBoundingClientRect(),k=new De({x:F===document.documentElement?0:N.x,y:F===document.documentElement?0:N.y,width:F.clientWidth,height:F.clientHeight});return O?new De({x:Math.max(O.left,k.left),y:Math.max(O.top,k.top),width:Math.min(O.right,k.right)-Math.max(O.left,k.left),height:Math.min(O.bottom,k.bottom)-Math.max(O.top,k.top)}):k},void 0);y.x+=12,y.y+=12,y.width-=24,y.height-=24;let h={anchor:l.value,origin:r.value};function x(O){const F=new De(m),N=No(O.anchor,d),k=No(O.origin,F);let{x:L,y:W}=(A=k,{x:(I=N).x-A.x,y:I.y-A.y});var I,A;switch(O.anchor.side){case"top":W-=u.value[0];break;case"bottom":W+=u.value[0];break;case"left":L-=u.value[0];break;case"right":L+=u.value[0]}switch(O.anchor.align){case"top":W-=u.value[1];break;case"bottom":W+=u.value[1];break;case"left":L-=u.value[1];break;case"right":L+=u.value[1]}return F.x+=L,F.y+=W,F.width=Math.min(F.width,s.value),F.height=Math.min(F.height,a.value),{overflows:oo(F,y),x:L,y:W}}let V=0,T=0;const P={x:0,y:0},z={x:!1,y:!1};let w=-1;for(;;){if(w++>10){b="Infinite loop detected in connectedLocationStrategy",e.warn(`Vuetify error: ${b}`);break}const{x:O,y:F,overflows:N}=x(h);V+=O,T+=F,m.x+=O,m.y+=F;{const k=to(h.anchor),L=N.x.before||N.x.after,W=N.y.before||N.y.after;let I=!1;if(["x","y"].forEach(A=>{if(A==="x"&&L&&!z.x||A==="y"&&W&&!z.y){const E={anchor:{...h.anchor},origin:{...h.origin}},M=A==="x"?k==="y"?lt:ot:k==="y"?ot:lt;E.anchor=M(E.anchor),E.origin=M(E.origin);const{overflows:D}=x(E);(D[A].before<=N[A].before&&D[A].after<=N[A].after||D[A].before+D[A].after<(N[A].before+N[A].after)/2)&&(h=E,I=z[A]=!0)}}),I)continue}N.x.before&&(V+=N.x.before,m.x+=N.x.before),N.x.after&&(V-=N.x.after,m.x-=N.x.after),N.y.before&&(T+=N.y.before,m.y+=N.y.before),N.y.after&&(T-=N.y.after,m.y-=N.y.after);{const k=oo(m,y);P.x=y.width-k.x.before-k.x.after,P.y=y.height-k.y.before-k.y.after,V+=k.x.before,m.x+=k.x.before,T+=k.y.before,m.y+=k.y.before}break}var b;const C=to(h.anchor);return Object.assign(t.value,{"--v-overlay-anchor-origin":`${h.anchor.side} ${h.anchor.align}`,transformOrigin:`${h.origin.side} ${h.origin.align}`,top:Y(st(T)),left:n.isRtl.value?void 0:Y(st(V)),right:n.isRtl.value?Y(st(-V)):void 0,minWidth:Y(C==="y"?Math.min(i.value,d.width):i.value),maxWidth:Y(Ao(un(P.x,i.value===1/0?0:i.value,s.value))),maxHeight:Y(Ao(un(P.y,c.value===1/0?0:c.value,a.value)))}),{available:P,contentBox:m}}return e.watch([n.activatorEl,n.contentEl],(d,m)=>{let[g,y]=d,[h,x]=m;h&&v.unobserve(h),g&&v.observe(g),x&&v.unobserve(x),y&&v.observe(y)},{immediate:!0}),e.onScopeDispose(()=>{v.disconnect()}),e.watch(()=>[l.value,r.value,o.offset,o.minWidth,o.minHeight,o.maxWidth,o.maxHeight],()=>p()),e.nextTick(()=>{const d=p();if(!d)return;const{available:m,contentBox:g}=d;g.height>m.y&&requestAnimationFrame(()=>{p(),requestAnimationFrame(()=>{p()})})}),{updateLocation:p}}},yr=j({locationStrategy:{type:[String,Function],default:"static",validator:n=>typeof n=="function"||n in Dl},location:{type:String,default:"bottom"},origin:{type:String,default:"auto"},offset:[Number,String,Array]},"VOverlay-location-strategies");function st(n){return Math.round(n*devicePixelRatio)/devicePixelRatio}function Ao(n){return Math.ceil(n*devicePixelRatio)/devicePixelRatio}let It=!0;const Un=[];let Po=-1;function Bt(){cancelAnimationFrame(Po),Po=requestAnimationFrame(()=>{const n=Un.shift();n&&n(),Un.length?Bt():It=!0})}const $n={none:null,close:function(n){_o(n.activatorEl.value??n.contentEl.value,function(o){n.isActive.value=!1})},block:function(n,o){var s;const t=(s=n.root.value)==null?void 0:s.offsetParent,l=[...new Set([...Wn(n.activatorEl.value,o.contained?t:void 0),...Wn(n.contentEl.value,o.contained?t:void 0)])].filter(a=>!a.classList.contains("v-overlay-scroll-blocked")),r=window.innerWidth-document.documentElement.offsetWidth,i=(c=t||document.documentElement,Ot(c)&&c);var c;i&&n.root.value.classList.add("v-overlay--scroll-blocked"),l.forEach((a,u)=>{a.style.setProperty("--v-body-scroll-x",Y(-a.scrollLeft)),a.style.setProperty("--v-body-scroll-y",Y(-a.scrollTop)),a!==document.documentElement&&a.style.setProperty("--v-scrollbar-offset",Y(r)),a.classList.add("v-overlay-scroll-blocked")}),e.onScopeDispose(()=>{l.forEach((a,u)=>{const f=parseFloat(a.style.getPropertyValue("--v-body-scroll-x")),v=parseFloat(a.style.getPropertyValue("--v-body-scroll-y"));a.style.removeProperty("--v-body-scroll-x"),a.style.removeProperty("--v-body-scroll-y"),a.style.removeProperty("--v-scrollbar-offset"),a.classList.remove("v-overlay-scroll-blocked"),a.scrollLeft=-f,a.scrollTop=-v}),i&&n.root.value.classList.remove("v-overlay--scroll-blocked")})},reposition:function(n,o,t){let l=!1,r=-1,i=-1;function c(s){var a;a=()=>{var v,p;const u=performance.now();(p=(v=n.updateLocation).value)==null||p.call(v,s),l=(performance.now()-u)/(1e3/60)>2},!It||Un.length?(Un.push(a),Bt()):(It=!1,a(),Bt())}i=(typeof requestIdleCallback>"u"?s=>s():requestIdleCallback)(()=>{t.run(()=>{_o(n.activatorEl.value??n.contentEl.value,s=>{l?(cancelAnimationFrame(r),r=requestAnimationFrame(()=>{r=requestAnimationFrame(()=>{c(s)})})):c(s)})})}),e.onScopeDispose(()=>{typeof cancelIdleCallback<"u"&&cancelIdleCallback(i),cancelAnimationFrame(r)})}},gr=j({scrollStrategy:{type:[String,Function],default:"block",validator:n=>typeof n=="function"||n in $n}},"VOverlay-scroll-strategies");function _o(n,o){const t=[document,...Wn(n)];t.forEach(l=>{l.addEventListener("scroll",o,{passive:!0})}),e.onScopeDispose(()=>{t.forEach(l=>{l.removeEventListener("scroll",o)})})}const wt=Symbol.for("vuetify:v-menu"),hr=j({closeDelay:[Number,String],openDelay:[Number,String]},"delay"),br=j({activator:[String,Object],activatorProps:{type:Object,default:()=>({})},openOnClick:{type:Boolean,default:void 0},openOnHover:Boolean,openOnFocus:{type:Boolean,default:void 0},closeOnContentClick:Boolean,...hr()},"VOverlay-activator");function Cr(n,o){let{isActive:t,isTop:l}=o;const r=e.ref();let i=!1,c=!1,s=!0;const a=e.computed(()=>n.openOnFocus||n.openOnFocus==null&&n.openOnHover),u=e.computed(()=>n.openOnClick||n.openOnClick==null&&!n.openOnHover&&!a.value),{runOpenDelay:f,runCloseDelay:v}=function(w,b){const C={},O=F=>()=>{if(!ce)return Promise.resolve(!0);const N=F==="openDelay";return C.closeDelay&&window.clearTimeout(C.closeDelay),delete C.closeDelay,C.openDelay&&window.clearTimeout(C.openDelay),delete C.openDelay,new Promise(k=>{const L=parseInt(w[F]??0,10);C[F]=window.setTimeout(()=>{b==null||b(N),k(N)},L)})};return{runCloseDelay:O("closeDelay"),runOpenDelay:O("openDelay")}}(n,w=>{w!==(n.openOnHover&&i||a.value&&c)||n.openOnHover&&t.value&&!l.value||(t.value!==w&&(s=!0),t.value=w)}),p=w=>{w.stopPropagation(),r.value=w.currentTarget||w.target,t.value=!t.value},d=w=>{var b;(b=w.sourceCapabilities)!=null&&b.firesTouchEvents||(i=!0,r.value=w.currentTarget||w.target,f())},m=w=>{i=!1,v()},g=w=>{Dn(w.target,":focus-visible")!==!1&&(c=!0,w.stopPropagation(),r.value=w.currentTarget||w.target,f())},y=w=>{c=!1,w.stopPropagation(),v()},h=e.computed(()=>{const w={};return u.value&&(w.onClick=p),n.openOnHover&&(w.onMouseenter=d,w.onMouseleave=m),a.value&&(w.onFocus=g,w.onBlur=y),w}),x=e.computed(()=>{const w={};if(n.openOnHover&&(w.onMouseenter=()=>{i=!0,f()},w.onMouseleave=()=>{i=!1,v()}),a.value&&(w.onFocusin=()=>{c=!0,f()},w.onFocusout=()=>{c=!1,v()}),n.closeOnContentClick){const b=e.inject(wt,null);w.onClick=()=>{t.value=!1,b==null||b.closeParents()}}return w}),V=e.computed(()=>{const w={};return n.openOnHover&&(w.onMouseenter=()=>{s&&(i=!0,s=!1,f())},w.onMouseleave=()=>{i=!1,v()}),w});e.watch(l,w=>{!w||(!n.openOnHover||i||a.value&&c)&&(!a.value||c||n.openOnHover&&i)||(t.value=!1)});const T=e.ref();e.watchEffect(()=>{T.value&&e.nextTick(()=>{r.value=pt(T.value)})});const P=le("useActivator");let z;return e.watch(()=>!!n.activator,w=>{w&&ce?(z=e.effectScope(),z.run(()=>{(function(b,C,O){let{activatorEl:F,activatorEvents:N}=O;function k(){let I=arguments.length>0&&arguments[0]!==void 0?arguments[0]:W(),A=arguments.length>1&&arguments[1]!==void 0?arguments[1]:b.activatorProps;I&&function(E,M){Object.keys(M).forEach(D=>{if(vt(D)){const _=Zt(D),S=An.get(E);if(M[D]==null)S==null||S.forEach(R=>{const[B,$]=R;B===_&&(E.removeEventListener(_,$),S.delete(R))});else if(!S||![...S].some(R=>R[0]===_&&R[1]===M[D])){E.addEventListener(_,M[D]);const R=S||new Set;R.add([_,M[D]]),An.has(E)||An.set(E,R)}}else M[D]==null?E.removeAttribute(D):E.setAttribute(D,M[D])})}(I,e.mergeProps(N.value,A))}function L(){let I=arguments.length>0&&arguments[0]!==void 0?arguments[0]:W(),A=arguments.length>1&&arguments[1]!==void 0?arguments[1]:b.activatorProps;I&&function(E,M){Object.keys(M).forEach(D=>{if(vt(D)){const _=Zt(D),S=An.get(E);S==null||S.forEach(R=>{const[B,$]=R;B===_&&(E.removeEventListener(_,$),S.delete(R))})}else E.removeAttribute(D)})}(I,e.mergeProps(N.value,A))}function W(){var E,M;let I,A=arguments.length>0&&arguments[0]!==void 0?arguments[0]:b.activator;if(A)if(A==="parent"){let D=(M=(E=C==null?void 0:C.proxy)==null?void 0:E.$el)==null?void 0:M.parentNode;for(;D!=null&&D.hasAttribute("data-no-activator");)D=D.parentNode;I=D}else I=typeof A=="string"?document.querySelector(A):"$el"in A?A.$el:A;return F.value=(I==null?void 0:I.nodeType)===Node.ELEMENT_NODE?I:null,F.value}e.watch(()=>b.activator,(I,A)=>{if(A&&I!==A){const E=W(A);E&&L(E)}I&&e.nextTick(()=>k())},{immediate:!0}),e.watch(()=>b.activatorProps,()=>{k()}),e.onScopeDispose(()=>{L()})})(n,P,{activatorEl:r,activatorEvents:h})})):z&&z.stop()},{flush:"post",immediate:!0}),e.onScopeDispose(()=>{z==null||z.stop()}),{activatorEl:r,activatorRef:T,activatorEvents:h,contentEvents:x,scrimEvents:V}}const Sr=Symbol.for("vuetify:display");function Ll(){const n=e.inject(Sr);if(!n)throw new Error("Could not find Vuetify display injection");return n}const Vr=j({eager:Boolean},"lazy");function Ml(){const n=le("useScopeId").vnode.scopeId;return{scopeId:n?{[n]:""}:void 0}}const Eo=Symbol.for("vuetify:stack"),ln=e.reactive([]);function Ir(){return!0}function Oo(n,o,t){if(!n||Wl(n,t)===!1)return!1;const l=Yo(o);if(typeof ShadowRoot<"u"&&l instanceof ShadowRoot&&l.host===n.target)return!1;const r=(typeof t.value=="object"&&t.value.include||(()=>[]))();return r.push(o),!r.some(i=>i==null?void 0:i.contains(n.target))}function Wl(n,o){return(typeof o.value=="object"&&o.value.closeConditional||Ir)(n)}function zo(n,o){const t=Yo(n);o(document),typeof ShadowRoot<"u"&&t instanceof ShadowRoot&&o(t)}const Br={mounted(n,o){const t=r=>function(i,c,s){const a=typeof s.value=="function"?s.value:s.value.handler;c._clickOutside.lastMousedownWasOutside&&Oo(i,c,s)&&setTimeout(()=>{Wl(i,s)&&a&&a(i)},0)}(r,n,o),l=r=>{n._clickOutside.lastMousedownWasOutside=Oo(r,n,o)};zo(n,r=>{r.addEventListener("click",t,!0),r.addEventListener("mousedown",l,!0)}),n._clickOutside||(n._clickOutside={lastMousedownWasOutside:!1}),n._clickOutside[o.instance.$.uid]={onClick:t,onMousedown:l}},unmounted(n,o){n._clickOutside&&(zo(n,t=>{var i;if(!t||!((i=n._clickOutside)!=null&&i[o.instance.$.uid]))return;const{onClick:l,onMousedown:r}=n._clickOutside[o.instance.$.uid];t.removeEventListener("click",l,!0),t.removeEventListener("mousedown",r,!0)}),delete n._clickOutside[o.instance.$.uid])}};function wr(n){const{modelValue:o,color:t,...l}=n;return e.createVNode(e.Transition,{name:"fade-transition",appear:!0},{default:()=>[n.modelValue&&e.createVNode("div",e.mergeProps({class:["v-overlay__scrim",n.color.backgroundColorClasses.value],style:n.color.backgroundColorStyles.value},l),null)]})}const jl=j({absolute:Boolean,attach:[Boolean,String,Object],closeOnBack:{type:Boolean,default:!0},contained:Boolean,contentClass:null,contentProps:null,disabled:Boolean,noClickAnimation:Boolean,modelValue:Boolean,persistent:Boolean,scrim:{type:[Boolean,String],default:!0},zIndex:{type:[Number,String],default:2e3},...br(),...J(),...Pe(),...Vr(),...yr(),...gr(),...te(),...Vn()},"VOverlay"),$o=U()({name:"VOverlay",directives:{ClickOutside:Br},inheritAttrs:!1,props:{_disableGlobalStack:Boolean,...jl()},emits:{"click:outside":n=>!0,"update:modelValue":n=>!0,afterLeave:()=>!0},setup(n,o){var D,_;let{slots:t,attrs:l,emit:r}=o;const i=ne(n,"modelValue"),c=e.computed({get:()=>i.value,set:S=>{S&&n.disabled||(i.value=S)}}),{teleportTarget:s}=(a=e.computed(()=>n.attach||n.contained),{teleportTarget:e.computed(()=>{const S=a.value;if(S===!0||!ce)return;const R=S===!1?document.body:typeof S=="string"?document.querySelector(S):S;if(R==null)return void e.warn(`Unable to locate target ${S}`);let B=R.querySelector(":scope > .v-overlay-container");return B||(B=document.createElement("div"),B.className="v-overlay-container",R.appendChild(B)),B})});var a;const{themeClasses:u}=ae(n),{rtlClasses:f,isRtl:v}=Sn(),{hasContent:p,onAfterLeave:d}=function(S,R){const B=e.shallowRef(!1),$=e.computed(()=>B.value||S.eager||R.value);return e.watch(R,()=>B.value=!0),{isBooted:B,hasContent:$,onAfterLeave:function(){S.eager||(B.value=!1)}}}(n,c),m=Ye(e.computed(()=>typeof n.scrim=="string"?n.scrim:null)),{globalTop:g,localTop:y,stackStyles:h}=function(S,R,B){const $=le("useStack"),G=!B,H=e.inject(Eo,void 0),q=e.reactive({activeChildren:new Set});e.provide(Eo,q);const Z=e.shallowRef(+R.value);Fe(S,()=>{var tn;const fe=(tn=ln.at(-1))==null?void 0:tn[1];Z.value=fe?fe+10:+R.value,G&&ln.push([$.uid,Z.value]),H==null||H.activeChildren.add($.uid),e.onScopeDispose(()=>{if(G){const Xl=e.toRaw(ln).findIndex(Jl=>Jl[0]===$.uid);ln.splice(Xl,1)}H==null||H.activeChildren.delete($.uid)})});const re=e.shallowRef(!0);G&&e.watchEffect(()=>{var tn;const fe=((tn=ln.at(-1))==null?void 0:tn[0])===$.uid;setTimeout(()=>re.value=fe)});const nn=e.computed(()=>!q.activeChildren.size);return{globalTop:e.readonly(re),localTop:nn,stackStyles:e.computed(()=>({zIndex:Z.value}))}}(c,e.toRef(n,"zIndex"),n._disableGlobalStack),{activatorEl:x,activatorRef:V,activatorEvents:T,contentEvents:P,scrimEvents:z}=Cr(n,{isActive:c,isTop:y}),{dimensionStyles:w}=_e(n),b=function(){if(!ce)return e.shallowRef(!1);const{ssr:S}=Ll();if(S){const R=e.shallowRef(!1);return e.onMounted(()=>{R.value=!0}),R}return e.shallowRef(!0)}(),{scopeId:C}=Ml();e.watch(()=>n.disabled,S=>{S&&(c.value=!1)});const O=e.ref(),F=e.ref(),{contentStyles:N,updateLocation:k}=function(S,R){const B=e.ref({}),$=e.ref();function G(H){var q;(q=$.value)==null||q.call($,H)}return ce&&(Fe(()=>!(!R.isActive.value||!S.locationStrategy),H=>{var q,Z;e.watch(()=>S.locationStrategy,H),e.onScopeDispose(()=>{$.value=void 0}),typeof S.locationStrategy=="function"?$.value=(q=S.locationStrategy(R,S,B))==null?void 0:q.updateLocation:$.value=(Z=Dl[S.locationStrategy](R,S,B))==null?void 0:Z.updateLocation}),window.addEventListener("resize",G,{passive:!0}),e.onScopeDispose(()=>{window.removeEventListener("resize",G),$.value=void 0})),{contentStyles:B,updateLocation:$}}(n,{isRtl:v,contentEl:F,activatorEl:x,isActive:c});function L(S){r("click:outside",S),n.persistent?M():c.value=!1}function W(){return c.value&&g.value}function I(S){var R,B;S.key==="Escape"&&g.value&&(n.persistent?M():(c.value=!1,(R=F.value)!=null&&R.contains(document.activeElement)&&((B=x.value)==null||B.focus())))}(function(S,R){if(!ce)return;let B;e.watchEffect(async()=>{B==null||B.stop(),R.isActive.value&&S.scrollStrategy&&(B=e.effectScope(),await e.nextTick(),B.active&&B.run(()=>{var $;typeof S.scrollStrategy=="function"?S.scrollStrategy(R,S,B):($=$n[S.scrollStrategy])==null||$.call($n,R,S,B)}))}),e.onScopeDispose(()=>{B==null||B.stop()})})(n,{root:O,contentEl:F,activatorEl:x,isActive:c,updateLocation:k}),ce&&e.watch(c,S=>{S?window.addEventListener("keydown",I):window.removeEventListener("keydown",I)},{immediate:!0});const A=(_=(D=le("useRouter"))==null?void 0:D.proxy)==null?void 0:_.$router;Fe(()=>n.closeOnBack,()=>{(function(S,R){let B,$,G=!1;function H(q){var Z;(Z=q.state)!=null&&Z.replaced||(G=!0,setTimeout(()=>G=!1))}ce&&(e.nextTick(()=>{window.addEventListener("popstate",H),B=S==null?void 0:S.beforeEach((q,Z,re)=>{rt?G?R(re):re():setTimeout(()=>G?R(re):re()),rt=!0}),$=S==null?void 0:S.afterEach(()=>{rt=!1})}),e.onScopeDispose(()=>{window.removeEventListener("popstate",H),B==null||B(),$==null||$()}))})(A,S=>{g.value&&c.value?(S(!1),n.persistent?M():c.value=!1):S()})});const E=e.ref();function M(){n.noClickAnimation||F.value&&$e(F.value,[{transformOrigin:"center"},{transform:"scale(1.03)"},{transformOrigin:"center"}],{duration:150,easing:Mn})}return e.watch(()=>c.value&&(n.absolute||n.contained)&&s.value==null,S=>{if(S){const R=Xo(O.value);R&&R!==document.scrollingElement&&(E.value=R.scrollTop)}}),K(()=>{var S;return e.createVNode(e.Fragment,null,[(S=t.activator)==null?void 0:S.call(t,{isActive:c.value,props:e.mergeProps({ref:V},T.value,n.activatorProps)}),b.value&&p.value&&e.createVNode(e.Teleport,{disabled:!s.value,to:s.value},{default:()=>[e.createVNode("div",e.mergeProps({class:["v-overlay",{"v-overlay--absolute":n.absolute||n.contained,"v-overlay--active":c.value,"v-overlay--contained":n.contained},u.value,f.value,n.class],style:[h.value,{top:Y(E.value)},n.style],ref:O},C,l),[e.createVNode(wr,e.mergeProps({color:m,modelValue:c.value&&!!n.scrim},z.value),null),e.createVNode(Ie,{appear:!0,persisted:!0,transition:n.transition,target:x.value,onAfterLeave:()=>{d(),r("afterLeave")}},{default:()=>{var R;return[e.withDirectives(e.createVNode("div",e.mergeProps({ref:F,class:["v-overlay__content",n.contentClass],style:[w.value,N.value]},P.value,n.contentProps),[(R=t.default)==null?void 0:R.call(t,{isActive:c})]),[[e.vShow,c.value],[e.resolveDirective("click-outside"),{handler:L,closeConditional:W,include:()=>[x.value]}]])]}})])]})])}),{activatorEl:x,animateClick:M,contentEl:F,globalTop:g,localTop:y,updateLocation:k}}}),ut=Symbol("Forwarded refs");function ct(n,o){let t=n;for(;t;){const l=Reflect.getOwnPropertyDescriptor(t,o);if(l)return l;t=Object.getPrototypeOf(t)}}function nt(n){for(var o=arguments.length,t=new Array(o>1?o-1:0),l=1;l!0},setup(n,o){let{slots:t}=o;const l=ne(n,"modelValue"),{scopeId:r}=Ml(),i=pe(),c=e.computed(()=>n.id||`v-menu-${i}`),s=e.ref(),a=e.inject(wt,null),u=e.shallowRef(0);async function f(g){var x,V,T;const y=g.relatedTarget,h=g.target;await e.nextTick(),l.value&&y!==h&&((x=s.value)!=null&&x.contentEl)&&((V=s.value)!=null&&V.globalTop)&&![document,s.value.contentEl].includes(h)&&!s.value.contentEl.contains(h)&&((T=ft(s.value.contentEl)[0])==null||T.focus())}function v(){a==null||a.closeParents()}function p(g){var y,h,x;!n.disabled&&g.key==="Tab"&&(Go(ft((y=s.value)==null?void 0:y.contentEl,!1),g.shiftKey?"prev":"next",V=>V.tabIndex>=0)||(l.value=!1,(x=(h=s.value)==null?void 0:h.activatorEl)==null||x.focus()))}function d(g){var h;if(n.disabled)return;const y=(h=s.value)==null?void 0:h.contentEl;y&&l.value?g.key==="ArrowDown"?(g.preventDefault(),Rn(y,"next")):g.key==="ArrowUp"&&(g.preventDefault(),Rn(y,"prev")):["ArrowDown","ArrowUp"].includes(g.key)&&(l.value=!0,g.preventDefault(),setTimeout(()=>setTimeout(()=>d(g))))}e.provide(wt,{register(){++u.value},unregister(){--u.value},closeParents(){setTimeout(()=>{u.value||(l.value=!1,a==null||a.closeParents())},40)}}),e.watch(l,g=>{g?(a==null||a.register(),document.addEventListener("focusin",f,{once:!0})):(a==null||a.unregister(),document.removeEventListener("focusin",f))});const m=e.computed(()=>e.mergeProps({"aria-haspopup":"menu","aria-expanded":String(l.value),"aria-owns":c.value,onKeydown:d},n.activatorProps));return K(()=>{const[g]=$o.filterProps(n);return e.createVNode($o,e.mergeProps({ref:s,class:["v-menu",n.class],style:n.style},g,{modelValue:l.value,"onUpdate:modelValue":y=>l.value=y,absolute:!0,activatorProps:m.value,"onClick:outside":v,onKeydown:p},r),{activator:t.activator,default:function(){for(var y=arguments.length,h=new Array(y),x=0;x{var V;return[(V=t.default)==null?void 0:V.call(t,...h)]}})}})}),nt({id:c,ΨopenChildren:u},s)}}),Fr=j({active:Boolean,max:[Number,String],value:{type:[Number,String],default:0},...J(),...Vn({transition:{component:nl}})},"VCounter"),Gl=U()({name:"VCounter",functional:!0,props:Fr(),setup(n,o){let{slots:t}=o;const l=e.computed(()=>n.max?`${n.value} / ${n.max}`:String(n.value));return K(()=>e.createVNode(Ie,{transition:n.transition},{default:()=>[e.withDirectives(e.createVNode("div",{class:["v-counter",n.class],style:n.style},[t.default?t.default({counter:l.value,max:n.max,value:n.value}):l.value]),[[e.vShow,n.active]])]})),{}}}),Nr=j({floating:Boolean,...J()},"VFieldLabel"),En=U()({name:"VFieldLabel",props:Nr(),setup(n,o){let{slots:t}=o;return K(()=>e.createVNode(Vl,{class:["v-field-label",{"v-field-label--floating":n.floating},n.class],style:n.style,"aria-hidden":n.floating||void 0},t)),{}}}),Ar=["underlined","outlined","filled","solo","solo-inverted","solo-filled","plain"],Gt=j({appendInnerIcon:Q,bgColor:String,clearable:Boolean,clearIcon:{type:Q,default:"$clear"},active:Boolean,centerAffix:{type:Boolean,default:void 0},color:String,baseColor:String,dirty:Boolean,disabled:{type:Boolean,default:null},error:Boolean,flat:Boolean,label:String,persistentClear:Boolean,prependInnerIcon:Q,reverse:Boolean,singleLine:Boolean,variant:{type:String,default:"filled",validator:n=>Ar.includes(n)},"onClick:clear":me(),"onClick:appendInner":me(),"onClick:prependInner":me(),...J(),...Mt(),...Ce(),...te()},"VField"),qt=U()({name:"VField",inheritAttrs:!1,props:{id:String,...xl(),...Gt()},emits:{"update:focused":n=>!0,"update:modelValue":n=>!0},setup(n,o){let{attrs:t,emit:l,slots:r}=o;const{themeClasses:i}=ae(n),{loaderClasses:c}=Zn(n),{focusClasses:s,isFocused:a,focus:u,blur:f}=Fn(n),{InputIcon:v}=kl(n),{roundedClasses:p}=Se(n),{rtlClasses:d}=Sn(),m=e.computed(()=>n.dirty||n.active),g=e.computed(()=>!(n.singleLine||!n.label&&!r.label)),y=pe(),h=e.computed(()=>n.id||`input-${y}`),x=e.computed(()=>`${h.value}-messages`),V=e.ref(),T=e.ref(),P=e.ref(),z=e.computed(()=>["plain","underlined"].includes(n.variant)),{backgroundColorClasses:w,backgroundColorStyles:b}=Ye(e.toRef(n,"bgColor")),{textColorClasses:C,textColorStyles:O}=he(e.computed(()=>n.error||n.disabled?void 0:m.value&&a.value?n.color:n.baseColor));e.watch(m,k=>{if(g.value){const L=V.value.$el,W=T.value.$el;requestAnimationFrame(()=>{const I=_t(L),A=W.getBoundingClientRect(),E=A.x-I.x,M=A.y-I.y-(I.height/2-A.height/2),D=A.width/.75,_=Math.abs(D-I.width)>1?{maxWidth:Y(D)}:void 0,S=getComputedStyle(L),R=getComputedStyle(W),B=1e3*parseFloat(S.transitionDuration)||150,$=parseFloat(R.getPropertyValue("--v-field-label-scale")),G=R.getPropertyValue("color");L.style.visibility="visible",W.style.visibility="hidden",$e(L,{transform:`translate(${E}px, ${M}px) scale(${$})`,color:G,..._},{duration:B,easing:Mn,direction:k?"normal":"reverse"}).finished.then(()=>{L.style.removeProperty("visibility"),W.style.removeProperty("visibility")})})}},{flush:"post"});const F=e.computed(()=>({isActive:m,isFocused:a,controlRef:P,blur:f,focus:u}));function N(k){k.target!==document.activeElement&&k.preventDefault()}return K(()=>{var E,M,D;const k=n.variant==="outlined",L=r["prepend-inner"]||n.prependInnerIcon,W=!(!n.clearable&&!r.clear),I=!!(r["append-inner"]||n.appendInnerIcon||W),A=r.label?r.label({...F.value,label:n.label,props:{for:h.value}}):n.label;return e.createVNode("div",e.mergeProps({class:["v-field",{"v-field--active":m.value,"v-field--appended":I,"v-field--center-affix":n.centerAffix??!z.value,"v-field--disabled":n.disabled,"v-field--dirty":n.dirty,"v-field--error":n.error,"v-field--flat":n.flat,"v-field--has-background":!!n.bgColor,"v-field--persistent-clear":n.persistentClear,"v-field--prepended":L,"v-field--reverse":n.reverse,"v-field--single-line":n.singleLine,"v-field--no-label":!A,[`v-field--variant-${n.variant}`]:!0},i.value,w.value,s.value,c.value,p.value,d.value,n.class],style:[b.value,n.style],onClick:N},t),[e.createVNode("div",{class:"v-field__overlay"},null),e.createVNode(Wt,{name:"v-field",active:!!n.loading,color:n.error?"error":typeof n.loading=="string"?n.loading:n.color},{default:r.loader}),L&&e.createVNode("div",{key:"prepend",class:"v-field__prepend-inner"},[n.prependInnerIcon&&e.createVNode(v,{key:"prepend-icon",name:"prependInner"},null),(E=r["prepend-inner"])==null?void 0:E.call(r,F.value)]),e.createVNode("div",{class:"v-field__field","data-no-activator":""},[["filled","solo","solo-inverted","solo-filled"].includes(n.variant)&&g.value&&e.createVNode(En,{key:"floating-label",ref:T,class:[C.value],floating:!0,for:h.value,style:O.value},{default:()=>[A]}),e.createVNode(En,{ref:V,for:h.value},{default:()=>[A]}),(M=r.default)==null?void 0:M.call(r,{...F.value,props:{id:h.value,class:"v-field__input","aria-describedby":x.value},focus:u,blur:f})]),W&&e.createVNode(tl,{key:"clear"},{default:()=>[e.withDirectives(e.createVNode("div",{class:"v-field__clearable",onMousedown:_=>{_.preventDefault(),_.stopPropagation()}},[r.clear?r.clear():e.createVNode(v,{name:"clear"},null)]),[[e.vShow,n.dirty]])]}),I&&e.createVNode("div",{key:"append",class:"v-field__append-inner"},[(D=r["append-inner"])==null?void 0:D.call(r,F.value),n.appendInnerIcon&&e.createVNode(v,{key:"append-icon",name:"appendInner"},null)]),e.createVNode("div",{class:["v-field__outline",C.value],style:O.value},[k&&e.createVNode(e.Fragment,null,[e.createVNode("div",{class:"v-field__outline__start"},null),g.value&&e.createVNode("div",{class:"v-field__outline__notch"},[e.createVNode(En,{ref:T,floating:!0,for:h.value},{default:()=>[A]})]),e.createVNode("div",{class:"v-field__outline__end"},null)]),z.value&&g.value&&e.createVNode(En,{ref:T,floating:!0,for:h.value},{default:()=>[A]})])])}),{controlRef:P}}});function ql(n){return Ue(n,Object.keys(qt.props).filter(o=>!vt(o)&&o!=="class"&&o!=="style"))}const Pr=["color","file","time","date","datetime-local","week","month"],Hl=j({autofocus:Boolean,counter:[Boolean,Number,String],counterValue:[Number,Function],prefix:String,placeholder:String,persistentPlaceholder:Boolean,persistentCounter:Boolean,suffix:String,role:String,type:{type:String,default:"text"},modelModifiers:Object,...Nn(),...Gt()},"VTextField"),kt=U()({name:"VTextField",directives:{Intersect:Tt},inheritAttrs:!1,props:Hl(),emits:{"click:control":n=>!0,"mousedown:control":n=>!0,"update:focused":n=>!0,"update:modelValue":n=>!0},setup(n,o){let{attrs:t,emit:l,slots:r}=o;const i=ne(n,"modelValue"),{isFocused:c,focus:s,blur:a}=Fn(n),u=e.computed(()=>typeof n.counterValue=="function"?n.counterValue(i.value):typeof n.counterValue=="number"?n.counterValue:(i.value??"").toString().length),f=e.computed(()=>t.maxlength?t.maxlength:!n.counter||typeof n.counter!="number"&&typeof n.counter!="string"?void 0:n.counter),v=e.computed(()=>["plain","underlined"].includes(n.variant));function p(z,w){var b,C;n.autofocus&&z&&((C=(b=w[0].target)==null?void 0:b.focus)==null||C.call(b))}const d=e.ref(),m=e.ref(),g=e.ref(),y=e.computed(()=>Pr.includes(n.type)||n.persistentPlaceholder||c.value||n.active);function h(){var z;g.value!==document.activeElement&&((z=g.value)==null||z.focus()),c.value||s()}function x(z){l("mousedown:control",z),z.target!==g.value&&(h(),z.preventDefault())}function V(z){h(),l("click:control",z)}function T(z){z.stopPropagation(),h(),e.nextTick(()=>{i.value=null,jo(n["onClick:clear"],z)})}function P(z){var b;const w=z.target;if(i.value=w.value,((b=n.modelModifiers)==null?void 0:b.trim)&&["text","search","password","tel","url"].includes(n.type)){const C=[w.selectionStart,w.selectionEnd];e.nextTick(()=>{w.selectionStart=C[0],w.selectionEnd=C[1]})}}return K(()=>{const z=!!(r.counter||n.counter!==!1&&n.counter!=null),w=!(!z&&!r.details),[b,C]=bn(t),[{modelValue:O,...F}]=we.filterProps(n),[N]=ql(n);return e.createVNode(we,e.mergeProps({ref:d,modelValue:i.value,"onUpdate:modelValue":k=>i.value=k,class:["v-text-field",{"v-text-field--prefixed":n.prefix,"v-text-field--suffixed":n.suffix,"v-text-field--plain-underlined":["plain","underlined"].includes(n.variant)},n.class],style:n.style},b,F,{centerAffix:!v.value,focused:c.value}),{...r,default:k=>{let{id:L,isDisabled:W,isDirty:I,isReadonly:A,isValid:E}=k;return e.createVNode(qt,e.mergeProps({ref:m,onMousedown:x,onClick:V,"onClick:clear":T,"onClick:prependInner":n["onClick:prependInner"],"onClick:appendInner":n["onClick:appendInner"],role:n.role},N,{id:L.value,active:y.value||I.value,dirty:I.value||n.dirty,disabled:W.value,focused:c.value,error:E.value===!1}),{...r,default:M=>{let{props:{class:D,..._}}=M;const S=e.withDirectives(e.createVNode("input",e.mergeProps({ref:g,value:i.value,onInput:P,autofocus:n.autofocus,readonly:A.value,disabled:W.value,name:n.name,placeholder:n.placeholder,size:1,type:n.type,onFocus:h,onBlur:a},_,C),null),[[e.resolveDirective("intersect"),{handler:p},null,{once:!0}]]);return e.createVNode(e.Fragment,null,[n.prefix&&e.createVNode("span",{class:"v-text-field__prefix"},[e.createVNode("span",{class:"v-text-field__prefix__text"},[n.prefix])]),r.default?e.createVNode("div",{class:D,"data-no-activator":""},[r.default(),S]):e.cloneVNode(S,{class:D}),n.suffix&&e.createVNode("span",{class:"v-text-field__suffix"},[e.createVNode("span",{class:"v-text-field__suffix__text"},[n.suffix])])])}})},details:w?k=>{var L;return e.createVNode(e.Fragment,null,[(L=r.details)==null?void 0:L.call(r,k),z&&e.createVNode(e.Fragment,null,[e.createVNode("span",null,null),e.createVNode(Gl,{active:n.persistentCounter||c.value,value:u.value,max:f.value},r.counter)])])}:void 0})}),nt({},d,m,g)}}),_r=j({renderless:Boolean,...J()},"VVirtualScrollItem"),Er=U()({name:"VVirtualScrollItem",inheritAttrs:!1,props:_r(),emits:{"update:height":n=>!0},setup(n,o){let{attrs:t,emit:l,slots:r}=o;const{resizeRef:i,contentRect:c}=zt(void 0,"border");e.watch(()=>{var s;return(s=c.value)==null?void 0:s.height},s=>{s!=null&&l("update:height",s)}),K(()=>{var s,a;return n.renderless?e.createVNode(e.Fragment,null,[(s=r.default)==null?void 0:s.call(r,{itemRef:i})]):e.createVNode("div",e.mergeProps({ref:i,class:["v-virtual-scroll__item",n.class],style:n.style},t),[(a=r.default)==null?void 0:a.call(r)])})}}),Or=j({itemHeight:{type:[Number,String],default:48}},"virtual");function zr(n,o,t){const l=e.shallowRef(0),r=e.shallowRef(n.itemHeight),i=e.computed({get:()=>parseInt(r.value??0,10),set(V){r.value=V}}),c=e.ref(),{resizeRef:s,contentRect:a}=zt();e.watchEffect(()=>{s.value=c.value});const u=Ll(),f=new Map;let v=Array.from({length:o.value.length});const p=e.computed(()=>{const V=(a.value&&c.value!==document.documentElement?a.value.height:u.height.value)-((t==null?void 0:t.value)??0);return Math.ceil(V/i.value*1.7+1)});function d(V){return v.slice(0,V).reduce((T,P)=>T+(P||i.value),0)}let m=0;const g=e.computed(()=>Math.min(o.value.length,l.value+p.value)),y=e.computed(()=>o.value.slice(l.value,g.value).map((V,T)=>({raw:V,index:T+l.value}))),h=e.computed(()=>d(l.value)),x=e.computed(()=>d(o.value.length)-d(g.value));return e.watch(()=>o.value.length,()=>{v=function(V){let T=arguments.length>1&&arguments[1]!==void 0?arguments[1]:0;return Array.from({length:V},(P,z)=>T+z)}(o.value.length).map(()=>i.value),f.forEach((V,T)=>{const P=o.value.indexOf(T);P===-1?f.delete(T):v[P]=V})}),{containerRef:c,computedItems:y,itemHeight:i,paddingTop:h,paddingBottom:x,scrollToIndex:function(V){if(!c.value)return;const T=d(V);c.value.scrollTop=T},handleScroll:function(){if(!c.value||!a.value)return;const V=a.value.height-56,T=c.value.scrollTop,P=T=C&&(l.value=un(b,0,o.value.length-p.value)),m=T},handleItemResize:function(V,T){i.value=Math.max(i.value,T),v[V]=T,f.set(o.value[V],T)}}}const $r=j({items:{type:Array,default:()=>[]},renderless:Boolean,...Or(),...J(),...Pe()},"VVirtualScroll"),Tr=U()({name:"VVirtualScroll",props:$r(),setup(n,o){let{slots:t}=o;const l=le("VVirtualScroll"),{dimensionStyles:r}=_e(n),{containerRef:i,handleScroll:c,handleItemResize:s,scrollToIndex:a,paddingTop:u,paddingBottom:f,computedItems:v}=zr(n,e.toRef(n,"items"));return Fe(()=>n.renderless,()=>{e.onMounted(()=>{var p;i.value=Xo(l.vnode.el,!0),(p=i.value)==null||p.addEventListener("scroll",c)}),e.onScopeDispose(()=>{var p;(p=i.value)==null||p.removeEventListener("scroll",c)})}),K(()=>{const p=v.value.map(d=>e.createVNode(Er,{key:d.index,renderless:n.renderless,"onUpdate:height":m=>s(d.index,m)},{default:m=>{var g;return(g=t.default)==null?void 0:g.call(t,{item:d.raw,index:d.index,...m})}}));return n.renderless?e.createVNode(e.Fragment,null,[e.createVNode("div",{class:"v-virtual-scroll__spacer",style:{paddingTop:Y(u.value)}},null),p,e.createVNode("div",{class:"v-virtual-scroll__spacer",style:{paddingBottom:Y(f.value)}},null)]):e.createVNode("div",{ref:i,class:["v-virtual-scroll",n.class],onScroll:c,style:[r.value,n.style]},[e.createVNode("div",{class:"v-virtual-scroll__container",style:{paddingTop:Y(u.value),paddingBottom:Y(f.value)}},[p])])}),{scrollToIndex:a}}});function Rr(n,o){const t=e.shallowRef(!1);let l;return{onListScroll:function(r){cancelAnimationFrame(l),t.value=!0,l=requestAnimationFrame(()=>{l=requestAnimationFrame(()=>{t.value=!1})})},onListKeydown:async function(r){var s,a;if(r.key==="Tab"&&((s=o.value)==null||s.focus()),!["PageDown","PageUp","Home","End"].includes(r.key))return;const i=(a=n.value)==null?void 0:a.$el;if(!i)return;r.key!=="Home"&&r.key!=="End"||i.scrollTo({top:r.key==="Home"?0:i.scrollHeight,behavior:"smooth"}),await async function(){await new Promise(u=>requestAnimationFrame(u)),await new Promise(u=>requestAnimationFrame(u)),await new Promise(u=>requestAnimationFrame(u)),await new Promise(u=>{if(t.value){const f=e.watch(t,()=>{f(),u()})}else u()})}();const c=i.querySelectorAll(":scope > :not(.v-virtual-scroll__spacer)");if(r.key==="PageDown"||r.key==="Home"){const u=i.getBoundingClientRect().top;for(const f of c)if(f.getBoundingClientRect().top>=u){f.focus();break}}else{const u=i.getBoundingClientRect().bottom;for(const f of[...c].reverse())if(f.getBoundingClientRect().bottom<=u){f.focus();break}}}}}const Dr=j({chips:Boolean,closableChips:Boolean,closeText:{type:String,default:"$vuetify.close"},openText:{type:String,default:"$vuetify.open"},eager:Boolean,hideNoData:Boolean,hideSelected:Boolean,menu:Boolean,menuIcon:{type:Q,default:"$dropdown"},menuProps:{type:Object},multiple:Boolean,noDataText:{type:String,default:"$vuetify.noDataText"},openOnClear:Boolean,itemColor:String,...$l({itemChildren:!1})},"Select"),Lr=j({...Dr(),...hn(Hl({modelValue:null,role:"button"}),["validationValue","dirty","appendInnerIcon"]),...Vn({transition:{component:el}})},"VSelect"),Mr=U()({name:"VSelect",props:Lr(),emits:{"update:focused":n=>!0,"update:modelValue":n=>!0,"update:menu":n=>!0},setup(n,o){let{slots:t}=o;const{t:l}=$t(),r=e.ref(),i=e.ref(),c=e.ref(),s=ne(n,"menu"),a=e.computed({get:()=>s.value,set:I=>{var A;s.value&&!I&&((A=i.value)!=null&&A.ΨopenChildren)||(s.value=I)}}),{items:u,transformIn:f,transformOut:v}=function(I){const A=e.computed(()=>Tl(I,I.items)),E=e.computed(()=>A.value.some(M=>M.value===null));return{items:A,transformIn:function(M){return E.value||(M=M.filter(D=>D!==null)),M.map(D=>I.returnObject&&typeof D=="string"?Vt(I,D):A.value.find(_=>I.valueComparator(D,_.value))||Vt(I,D))},transformOut:function(M){return I.returnObject?M.map(D=>{let{raw:_}=D;return _}):M.map(D=>{let{value:_}=D;return _})}}}(n),p=ne(n,"modelValue",[],I=>f(I===null?[null]:Be(I)),I=>{const A=v(I);return n.multiple?A:A[0]??null}),d=Fl(),m=e.computed(()=>p.value.map(I=>I.value)),g=e.shallowRef(!1),y=e.computed(()=>a.value?n.closeText:n.openText);let h,x="";const V=e.computed(()=>n.hideSelected?u.value.filter(I=>!p.value.some(A=>A===I)):u.value),T=e.computed(()=>n.hideNoData&&!u.value.length||n.readonly||(d==null?void 0:d.isReadonly.value)),P=e.ref(),{onListScroll:z,onListKeydown:w}=Rr(P,r);function b(I){n.openOnClear&&(a.value=!0)}function C(){T.value||(a.value=!a.value)}function O(I){var M,D;if(!I.key||n.readonly||d!=null&&d.isReadonly.value||(["Enter"," ","ArrowDown","ArrowUp","Home","End"].includes(I.key)&&I.preventDefault(),["Enter","ArrowDown"," "].includes(I.key)&&(a.value=!0),["Escape","Tab"].includes(I.key)&&(a.value=!1),I.key==="Home"?(M=P.value)==null||M.focus("first"):I.key==="End"&&((D=P.value)==null||D.focus("last")),n.multiple||!function(_){const S=_.key.length===1,R=!_.ctrlKey&&!_.metaKey&&!_.altKey;return S&&R}(I)))return;const A=performance.now();A-h>1e3&&(x=""),x+=I.key.toLowerCase(),h=A;const E=u.value.find(_=>_.title.toLowerCase().startsWith(x));E!==void 0&&(p.value=[E])}function F(I){if(n.multiple){const A=p.value.findIndex(E=>n.valueComparator(E.value,I.value));if(A===-1)p.value=[...p.value,I];else{const E=[...p.value];E.splice(A,1),p.value=E}}else p.value=[I],a.value=!1}function N(I){var A;(A=P.value)!=null&&A.$el.contains(I.relatedTarget)||(a.value=!1)}function k(){var I;g.value&&((I=r.value)==null||I.focus())}function L(I){g.value=!0}function W(I){if(I==null)p.value=[];else if(Dn(r.value,":autofill")||Dn(r.value,":-webkit-autofill")){const A=u.value.find(E=>E.title===I);A&&F(A)}else r.value&&(r.value.value="")}return e.watch(a,()=>{if(!n.hideSelected&&a.value&&p.value.length){const I=V.value.findIndex(A=>p.value.some(E=>n.valueComparator(E.value,A.value)));ce&&window.requestAnimationFrame(()=>{var A;I>=0&&((A=c.value)==null||A.scrollToIndex(I))})}}),K(()=>{const I=!(!n.chips&&!t.chip),A=!!(!n.hideNoData||V.value.length||t["prepend-item"]||t["append-item"]||t["no-data"]),E=p.value.length>0,[M]=kt.filterProps(n),D=E||!g.value&&n.label&&!n.persistentPlaceholder?void 0:n.placeholder;return e.createVNode(kt,e.mergeProps({ref:r},M,{modelValue:p.value.map(_=>_.props.value).join(", "),"onUpdate:modelValue":W,focused:g.value,"onUpdate:focused":_=>g.value=_,validationValue:p.externalValue,counterValue:p.value.length,dirty:E,class:["v-select",{"v-select--active-menu":a.value,"v-select--chips":!!n.chips,["v-select--"+(n.multiple?"multiple":"single")]:!0,"v-select--selected":p.value.length,"v-select--selection-slot":!!t.selection},n.class],style:n.style,inputmode:"none",placeholder:D,"onClick:clear":b,"onMousedown:control":C,onBlur:N,onKeydown:O,"aria-label":l(y.value),title:l(y.value)}),{...t,default:()=>e.createVNode(e.Fragment,null,[e.createVNode(xr,e.mergeProps({ref:i,modelValue:a.value,"onUpdate:modelValue":_=>a.value=_,activator:"parent",contentClass:"v-select__content",disabled:T.value,eager:n.eager,maxHeight:310,openOnClick:!1,closeOnContentClick:!1,transition:n.transition,onAfterLeave:k},n.menuProps),{default:()=>[A&&e.createVNode(mr,{ref:P,selected:m.value,selectStrategy:n.multiple?"independent":"single-independent",onMousedown:_=>_.preventDefault(),onKeydown:w,onFocusin:L,onScrollPassive:z,tabindex:"-1",color:n.itemColor??n.color},{default:()=>{var _,S,R;return[(_=t["prepend-item"])==null?void 0:_.call(t),!V.value.length&&!n.hideNoData&&(((S=t["no-data"])==null?void 0:S.call(t))??e.createVNode(Hn,{title:l(n.noDataText)},null)),e.createVNode(Tr,{ref:c,renderless:!0,items:V.value},{default:B=>{var Z;let{item:$,index:G,itemRef:H}=B;const q=e.mergeProps($.props,{ref:H,key:G,onClick:()=>F($)});return((Z=t.item)==null?void 0:Z.call(t,{item:$,index:G,props:q}))??e.createVNode(Hn,q,{prepend:re=>{let{isSelected:nn}=re;return e.createVNode(e.Fragment,null,[n.multiple&&!n.hideSelected?e.createVNode(bt,{key:$.value,modelValue:nn,ripple:!1,tabindex:"-1"},null):void 0,$.props.prependIcon&&e.createVNode(ee,{icon:$.props.prependIcon},null)])}})}}),(R=t["append-item"])==null?void 0:R.call(t)]}})]}),p.value.map((_,S)=>{const R={"onClick:close":function(G){G.stopPropagation(),G.preventDefault(),F(_)},onMousedown(G){G.preventDefault(),G.stopPropagation()},modelValue:!0,"onUpdate:modelValue":void 0},B=I?!!t.chip:!!t.selection,$=B?qo(I?t.chip({item:_,index:S,props:R}):t.selection({item:_,index:S})):void 0;if(!B||$)return e.createVNode("div",{key:_.value,class:"v-select__selection"},[I?t.chip?e.createVNode(oe,{key:"chip-defaults",defaults:{VChip:{closable:n.closableChips,size:"small",text:_.title}}},{default:()=>[$]}):e.createVNode(Za,e.mergeProps({key:"chip",closable:n.closableChips,size:"small",text:_.title,disabled:_.props.disabled},R),null):$??e.createVNode("span",{class:"v-select__selection-text"},[_.title,n.multiple&&S{var l;return e.createVNode("div",{class:["v-card-actions",n.class],style:n.style},[(l=t.default)==null?void 0:l.call(t)])}),{}}}),jr=Cn("v-card-subtitle"),Gr=Cn("v-card-title"),qr=j({appendAvatar:String,appendIcon:Q,prependAvatar:String,prependIcon:Q,subtitle:String,title:String,...J(),...ye()},"VCardItem"),Hr=U()({name:"VCardItem",props:qr(),setup(n,o){let{slots:t}=o;return K(()=>{var u;const l=!(!n.prependAvatar&&!n.prependIcon),r=!(!l&&!t.prepend),i=!(!n.appendAvatar&&!n.appendIcon),c=!(!i&&!t.append),s=!(!n.title&&!t.title),a=!(!n.subtitle&&!t.subtitle);return e.createVNode("div",{class:["v-card-item",n.class],style:n.style},[r&&e.createVNode("div",{key:"prepend",class:"v-card-item__prepend"},[t.prepend?e.createVNode(oe,{key:"prepend-defaults",disabled:!l,defaults:{VAvatar:{density:n.density,icon:n.prependIcon,image:n.prependAvatar}}},t.prepend):l&&e.createVNode(Ke,{key:"prepend-avatar",density:n.density,icon:n.prependIcon,image:n.prependAvatar},null)]),e.createVNode("div",{class:"v-card-item__content"},[s&&e.createVNode(Gr,{key:"title"},{default:()=>{var f;return[((f=t.title)==null?void 0:f.call(t))??n.title]}}),a&&e.createVNode(jr,{key:"subtitle"},{default:()=>{var f;return[((f=t.subtitle)==null?void 0:f.call(t))??n.subtitle]}}),(u=t.default)==null?void 0:u.call(t)]),c&&e.createVNode("div",{key:"append",class:"v-card-item__append"},[t.append?e.createVNode(oe,{key:"append-defaults",disabled:!i,defaults:{VAvatar:{density:n.density,icon:n.appendIcon,image:n.appendAvatar}}},t.append):i&&e.createVNode(Ke,{key:"append-avatar",density:n.density,icon:n.appendIcon,image:n.appendAvatar},null)])])}),{}}}),Ne=Cn("v-card-text"),Ur=j({appendAvatar:String,appendIcon:Q,disabled:Boolean,flat:Boolean,hover:Boolean,image:String,link:{type:Boolean,default:void 0},prependAvatar:String,prependIcon:Q,ripple:{type:[Boolean,Object],default:!0},subtitle:String,text:String,title:String,...Je(),...J(),...ye(),...Pe(),...Qe(),...Mt(),...Dt(),...vl(),...Ce(),...et(),...ue(),...te(),...ke({variant:"elevated"})},"VCard"),Le=U()({name:"VCard",directives:{Ripple:xn},props:Ur(),setup(n,o){let{attrs:t,slots:l}=o;const{themeClasses:r}=ae(n),{borderClasses:i}=Ze(n),{colorClasses:c,colorStyles:s,variantClasses:a}=Bn(n),{densityClasses:u}=Ve(n),{dimensionStyles:f}=_e(n),{elevationClasses:v}=en(n),{loaderClasses:p}=Zn(n),{locationStyles:d}=Lt(n),{positionClasses:m}=fl(n),{roundedClasses:g}=Se(n),y=Qn(n,t),h=e.computed(()=>n.link!==!1&&y.isLink.value),x=e.computed(()=>!n.disabled&&n.link!==!1&&(n.link||y.isClickable.value));return K(()=>{const V=h.value?"a":n.tag,T=!(!l.title&&!n.title),P=!(!l.subtitle&&!n.subtitle),z=T||P,w=!!(l.append||n.appendAvatar||n.appendIcon),b=!!(l.prepend||n.prependAvatar||n.prependIcon),C=!(!l.image&&!n.image),O=z||b||w,F=!(!l.text&&!n.text);return e.withDirectives(e.createVNode(V,{class:["v-card",{"v-card--disabled":n.disabled,"v-card--flat":n.flat,"v-card--hover":n.hover&&!(n.disabled||n.flat),"v-card--link":x.value},r.value,i.value,c.value,u.value,v.value,p.value,m.value,g.value,a.value,n.class],style:[s.value,f.value,d.value,n.style],href:y.href.value,onClick:x.value&&y.navigate,tabindex:n.disabled?-1:void 0},{default:()=>{var N;return[C&&e.createVNode("div",{key:"image",class:"v-card__image"},[l.image?e.createVNode(oe,{key:"image-defaults",disabled:!n.image,defaults:{VImg:{cover:!0,src:n.image}}},l.image):e.createVNode(ll,{key:"image-img",cover:!0,src:n.image},null)]),e.createVNode(Wt,{name:"v-card",active:!!n.loading,color:typeof n.loading=="boolean"?void 0:n.loading},{default:l.loader}),O&&e.createVNode(Hr,{key:"item",prependAvatar:n.prependAvatar,prependIcon:n.prependIcon,title:n.title,subtitle:n.subtitle,appendAvatar:n.appendAvatar,appendIcon:n.appendIcon},{default:l.item,prepend:l.prepend,title:l.title,subtitle:l.subtitle,append:l.append}),F&&e.createVNode(Ne,{key:"text"},{default:()=>{var k;return[((k=l.text)==null?void 0:k.call(l))??n.text]}}),(N=l.default)==null?void 0:N.call(l),l.actions&&e.createVNode(Wr,null,{default:l.actions}),In(x.value,"v-card")]}}),[[e.resolveDirective("ripple"),x.value&&n.ripple]])}),{}}}),Yr=j({indeterminate:Boolean,inset:Boolean,flat:Boolean,loading:{type:[Boolean,String],default:!1},...Nn(),...jt()},"VSwitch"),Kr=U()({name:"VSwitch",inheritAttrs:!1,props:Yr(),emits:{"update:focused":n=>!0,"update:modelValue":()=>!0,"update:indeterminate":n=>!0},setup(n,o){let{attrs:t,slots:l}=o;const r=ne(n,"indeterminate"),i=ne(n,"modelValue"),{loaderClasses:c}=Zn(n),{isFocused:s,focus:a,blur:u}=Fn(n),f=e.ref(),v=e.computed(()=>typeof n.loading=="string"&&n.loading!==""?n.loading:n.color),p=pe(),d=e.computed(()=>n.id||`switch-${p}`);function m(){r.value&&(r.value=!1)}function g(y){var h,x;y.stopPropagation(),y.preventDefault(),(x=(h=f.value)==null?void 0:h.input)==null||x.click()}return K(()=>{const[y,h]=bn(t),[x,V]=we.filterProps(n),[T,P]=qn.filterProps(n);return e.createVNode(we,e.mergeProps({class:["v-switch",{"v-switch--inset":n.inset},{"v-switch--indeterminate":r.value},c.value,n.class],style:n.style},y,x,{id:d.value,focused:s.value}),{...l,default:z=>{let{id:w,messagesId:b,isDisabled:C,isReadonly:O,isValid:F}=z;return e.createVNode(qn,e.mergeProps({ref:f},T,{modelValue:i.value,"onUpdate:modelValue":[N=>i.value=N,m],id:w.value,"aria-describedby":b.value,type:"checkbox","aria-checked":r.value?"mixed":void 0,disabled:C.value,readonly:O.value,onFocus:a,onBlur:u},h),{...l,default:N=>{let{backgroundColorClasses:k,backgroundColorStyles:L}=N;return e.createVNode("div",{class:["v-switch__track",...k.value],style:L.value,onClick:g},null)},input:N=>{let{inputNode:k,icon:L,backgroundColorClasses:W,backgroundColorStyles:I}=N;return e.createVNode(e.Fragment,null,[k,e.createVNode("div",{class:["v-switch__thumb",{"v-switch__thumb--filled":L||n.loading},n.inset?void 0:W.value],style:n.inset?void 0:I.value},[e.createVNode(Ba,null,{default:()=>[n.loading?e.createVNode(Wt,{name:"v-switch",active:!0,color:F.value===!1?void 0:v.value},{default:A=>l.loader?l.loader(A):e.createVNode(pl,{active:A.isActive,color:A.color,indeterminate:!0,size:"16",width:"2"},null)}):L&&e.createVNode(ee,{key:L,icon:L,size:"x-small"},null)]})])])}})}})}),{}}}),Xr=j({autoGrow:Boolean,autofocus:Boolean,counter:[Boolean,Number,String],counterValue:Function,prefix:String,placeholder:String,persistentPlaceholder:Boolean,persistentCounter:Boolean,noResize:Boolean,rows:{type:[Number,String],default:5,validator:n=>!isNaN(parseFloat(n))},maxRows:{type:[Number,String],validator:n=>!isNaN(parseFloat(n))},suffix:String,modelModifiers:Object,...Nn(),...Gt()},"VTextarea"),Jr=U()({name:"VTextarea",directives:{Intersect:Tt},inheritAttrs:!1,props:Xr(),emits:{"click:control":n=>!0,"mousedown:control":n=>!0,"update:focused":n=>!0,"update:modelValue":n=>!0},setup(n,o){let{attrs:t,emit:l,slots:r}=o;const i=ne(n,"modelValue"),{isFocused:c,focus:s,blur:a}=Fn(n),u=e.computed(()=>typeof n.counterValue=="function"?n.counterValue(i.value):(i.value||"").toString().length),f=e.computed(()=>t.maxlength?t.maxlength:!n.counter||typeof n.counter!="number"&&typeof n.counter!="string"?void 0:n.counter);function v(F,N){var k,L;n.autofocus&&F&&((L=(k=N[0].target)==null?void 0:k.focus)==null||L.call(k))}const p=e.ref(),d=e.ref(),m=e.shallowRef(""),g=e.ref(),y=e.computed(()=>n.persistentPlaceholder||c.value||n.active);function h(){var F;g.value!==document.activeElement&&((F=g.value)==null||F.focus()),c.value||s()}function x(F){h(),l("click:control",F)}function V(F){l("mousedown:control",F)}function T(F){F.stopPropagation(),h(),e.nextTick(()=>{i.value="",jo(n["onClick:clear"],F)})}function P(F){var k;const N=F.target;if(i.value=N.value,(k=n.modelModifiers)==null?void 0:k.trim){const L=[N.selectionStart,N.selectionEnd];e.nextTick(()=>{N.selectionStart=L[0],N.selectionEnd=L[1]})}}const z=e.ref(),w=e.ref(+n.rows),b=e.computed(()=>["plain","underlined"].includes(n.variant));function C(){n.autoGrow&&e.nextTick(()=>{if(!z.value||!d.value)return;const F=getComputedStyle(z.value),N=getComputedStyle(d.value.$el),k=parseFloat(F.getPropertyValue("--v-field-padding-top"))+parseFloat(F.getPropertyValue("--v-input-padding-top"))+parseFloat(F.getPropertyValue("--v-field-padding-bottom")),L=z.value.scrollHeight,W=parseFloat(F.lineHeight),I=un(L??0,Math.max(parseFloat(n.rows)*W+k,parseFloat(N.getPropertyValue("--v-input-control-height"))),parseFloat(n.maxRows)*W+k||1/0);w.value=Math.floor((I-k)/W),m.value=Y(I)})}let O;return e.watchEffect(()=>{n.autoGrow||(w.value=+n.rows)}),e.onMounted(C),e.watch(i,C),e.watch(()=>n.rows,C),e.watch(()=>n.maxRows,C),e.watch(()=>n.density,C),e.watch(z,F=>{F?(O=new ResizeObserver(C),O.observe(z.value)):O==null||O.disconnect()}),e.onBeforeUnmount(()=>{O==null||O.disconnect()}),K(()=>{const F=!!(r.counter||n.counter||n.counterValue),N=!(!F&&!r.details),[k,L]=bn(t),[{modelValue:W,...I}]=we.filterProps(n),[A]=ql(n);return e.createVNode(we,e.mergeProps({ref:p,modelValue:i.value,"onUpdate:modelValue":E=>i.value=E,class:["v-textarea v-text-field",{"v-textarea--prefixed":n.prefix,"v-textarea--suffixed":n.suffix,"v-text-field--prefixed":n.prefix,"v-text-field--suffixed":n.suffix,"v-textarea--auto-grow":n.autoGrow,"v-textarea--no-resize":n.noResize||n.autoGrow,"v-text-field--plain-underlined":b.value},n.class],style:n.style},k,I,{centerAffix:w.value===1&&!b.value,focused:c.value}),{...r,default:E=>{let{isDisabled:M,isDirty:D,isReadonly:_,isValid:S}=E;return e.createVNode(qt,e.mergeProps({ref:d,style:{"--v-textarea-control-height":m.value},onClick:x,onMousedown:V,"onClick:clear":T,"onClick:prependInner":n["onClick:prependInner"],"onClick:appendInner":n["onClick:appendInner"]},A,{active:y.value||D.value,centerAffix:w.value===1&&!b.value,dirty:D.value||n.dirty,disabled:M.value,focused:c.value,error:S.value===!1}),{...r,default:R=>{let{props:{class:B,...$}}=R;return e.createVNode(e.Fragment,null,[n.prefix&&e.createVNode("span",{class:"v-text-field__prefix"},[n.prefix]),e.withDirectives(e.createVNode("textarea",e.mergeProps({ref:g,class:B,value:i.value,onInput:P,autofocus:n.autofocus,readonly:_.value,disabled:M.value,placeholder:n.placeholder,rows:n.rows,name:n.name,onFocus:h,onBlur:a},$,L),null),[[e.resolveDirective("intersect"),{handler:v},null,{once:!0}]]),n.autoGrow&&e.withDirectives(e.createVNode("textarea",{class:[B,"v-textarea__sizer"],id:`${$.id}-sizer`,"onUpdate:modelValue":G=>i.value=G,ref:z,readonly:!0,"aria-hidden":"true"},null),[[e.vModelText,i.value]]),n.suffix&&e.createVNode("span",{class:"v-text-field__suffix"},[n.suffix])])}})},details:N?E=>{var M;return e.createVNode(e.Fragment,null,[(M=r.details)==null?void 0:M.call(r,E),F&&e.createVNode(e.Fragment,null,[e.createVNode("span",null,null),e.createVNode(Gl,{active:n.persistentCounter||c.value,value:u.value,max:f.value},r.counter)])])}:void 0})}),nt({},p,d,g)}}),Ul=e.defineComponent({__name:"BooleanIcons",props:e.mergeModels({iconFalseColor:{},iconFalseTitle:{},iconTrueColor:{},iconTrueTitle:{},iconFalse:{},iconTrue:{}},{modelValue:{}}),emits:["update:modelValue"],setup(n){const o=n,t=e.inject(Symbol.for("vuetify:icons")),l=e.useModel(n,"modelValue"),r=e.computed(()=>de({icon:o.iconFalse,iconOptions:t,name:"false"})),i=e.computed(()=>de({icon:o.iconTrue,iconOptions:t,name:"true"}));return(c,s)=>l.value?(e.openBlock(),e.createBlock(e.unref(ee),{key:0,class:"v-inline-fields--boolean-icons fa-fw",color:c.iconTrueColor,icon:e.unref(i),size:"x-small",title:c.iconTrueTitle},null,8,["color","icon","title"])):(e.openBlock(),e.createBlock(e.unref(ee),{key:1,class:"v-inline-fields--boolean-icons fa-fw",color:c.iconFalseColor,icon:e.unref(r),size:"x-small",title:c.iconFalseTitle},null,8,["color","icon","title"]))}}),X="v-inline-fields",Me=n=>{const{field:o="",density:t="",disabled:l=!1,iconSet:r="mdi",loading:i=!1,loadingWait:c,tableField:s=!1,variant:a}=n,u=t&&a;return{[`${X}`]:!0,[`${X}--container`]:!0,[`${X}--container-disabled`]:e.unref(l),[`${X}--container-table`]:s,[`${X}--container-icon-set-${r}`]:!0,[`${X}--container-loading`]:i&&c,[`${X}--container-${o}`]:!0,[`${X}--container-${o}-${t}`]:!0,[`${X}--container-${o}-${t}-${a}`]:u,[`${X}--container-${o}-${a}`]:a,[`${X}--container-${o}-${a}-${t}`]:u,[`${X}--container-${t}`]:t,[`${X}--container-${t}-${o}`]:t,[`${X}--container-${t}-${a}`]:u,[`${X}--container-${a}`]:a,[`${X}--container-${a}-${t}`]:u,[`${X}--container-${a}-${o}`]:a}},We=n=>{const{field:o="",density:t=""}=n;return{[`${X}--display-container`]:!0,[`${X}--display-wrapper-value`]:!0,[`${o}`]:!0,"v-input":!0,[`v-input--density-${t}`]:!0,"v-input--horizontal":!0}},Yn=n=>{const{density:o="",variant:t=""}=n;return{"v-input":!0,"v-input--dirty":!0,"v-input--horizontal":!0,"v-text-field":!0,[`v-input--density-${o}`]:!0,[`v-text-field--plain-${t}`]:!0}},Yl=n=>{const{density:o=""}=n;return{[`v-selection-control--density-${o}`]:!0}},Ht=(n,o,t)=>{const{error:l=!1,empty:r=!1}=t;return{[`${X}`]:!0,[`${X}--display-value-${n}`]:!0,[`${X}--display-value`]:!0,[`${X}--display-value-empty`]:e.unref(r),[`text-${o}`]:!e.unref(l),"text-danger":e.unref(l)}},je=n=>{const{name:o,active:t=!1}=n;return{[`${X}`]:!0,[`${X}--field`]:!0,[`${X}--field-${o}`]:!0,[`${X}--field-active`]:t}},Ge=n=>{const{name:o,showField:t}=n;return{[`${X}--card-container`]:!0,[`${X}--card-container-${o}`]:!0,"d-none":!t}};function To(n){if(!n)return 100;if(n.toString().includes(".")){const o=100*Number(n);return o>=100?100:o}return Number(n)>=100?100:Number(n)}function Ro(n){let o=function(v){const p={AliceBlue:"#F0F8FF",AntiqueWhite:"#FAEBD7",Aqua:"#00FFFF",Aquamarine:"#7FFFD4",Azure:"#F0FFFF",Beige:"#F5F5DC",Bisque:"#FFE4C4",Black:"#000000",BlanchedAlmond:"#FFEBCD",Blue:"#0000FF",BlueViolet:"#8A2BE2",Brown:"#A52A2A",BurlyWood:"#DEB887",CadetBlue:"#5F9EA0",Chartreuse:"#7FFF00",Chocolate:"#D2691E",Coral:"#FF7F50",CornflowerBlue:"#6495ED",Cornsilk:"#FFF8DC",Crimson:"#DC143C",Cyan:"#00FFFF",DarkBlue:"#00008B",DarkCyan:"#008B8B",DarkGoldenRod:"#B8860B",DarkGray:"#A9A9A9",DarkGreen:"#006400",DarkGrey:"#A9A9A9",DarkKhaki:"#BDB76B",DarkMagenta:"#8B008B",DarkOliveGreen:"#556B2F",DarkOrange:"#FF8C00",DarkOrchid:"#9932CC",DarkRed:"#8B0000",DarkSalmon:"#E9967A",DarkSeaGreen:"#8FBC8F",DarkSlateBlue:"#483D8B",DarkSlateGray:"#2F4F4F",DarkSlateGrey:"#2F4F4F",DarkTurquoise:"#00CED1",DarkViolet:"#9400D3",DeepPink:"#FF1493",DeepSkyBlue:"#00BFFF",DimGray:"#696969",DimGrey:"#696969",DodgerBlue:"#1E90FF",FireBrick:"#B22222",FloralWhite:"#FFFAF0",ForestGreen:"#228B22",Fuchsia:"#FF00FF",Gainsboro:"#DCDCDC",GhostWhite:"#F8F8FF",Gold:"#FFD700",GoldenRod:"#DAA520",Gray:"#808080",Green:"#008000",GreenYellow:"#ADFF2F",Grey:"#808080",HoneyDew:"#F0FFF0",HotPink:"#FF69B4",IndianRed:"#CD5C5C",Indigo:"#4B0082",Ivory:"#FFFFF0",Khaki:"#F0E68C",Lavender:"#E6E6FA",LavenderBlush:"#FFF0F5",LawnGreen:"#7CFC00",LemonChiffon:"#FFFACD",LightBlue:"#ADD8E6",LightCoral:"#F08080",LightCyan:"#E0FFFF",LightGoldenRodYellow:"#FAFAD2",LightGray:"#D3D3D3",LightGreen:"#90EE90",LightGrey:"#D3D3D3",LightPink:"#FFB6C1",LightSalmon:"#FFA07A",LightSeaGreen:"#20B2AA",LightSkyBlue:"#87CEFA",LightSlateGray:"#778899",LightSlateGrey:"#778899",LightSteelBlue:"#B0C4DE",LightYellow:"#FFFFE0",Lime:"#00FF00",LimeGreen:"#32CD32",Linen:"#FAF0E6",Magenta:"#FF00FF",Maroon:"#800000",MediumAquaMarine:"#66CDAA",MediumBlue:"#0000CD",MediumOrchid:"#BA55D3",MediumPurple:"#9370DB",MediumSeaGreen:"#3CB371",MediumSlateBlue:"#7B68EE",MediumSpringGreen:"#00FA9A",MediumTurquoise:"#48D1CC",MediumVioletRed:"#C71585",MidnightBlue:"#191970",MintCream:"#F5FFFA",MistyRose:"#FFE4E1",Moccasin:"#FFE4B5",NavajoWhite:"#FFDEAD",Navy:"#000080",OldLace:"#FDF5E6",Olive:"#808000",OliveDrab:"#6B8E23",Orange:"#FFA500",OrangeRed:"#FF4500",Orchid:"#DA70D6",PaleGoldenRod:"#EEE8AA",PaleGreen:"#98FB98",PaleTurquoise:"#AFEEEE",PaleVioletRed:"#DB7093",PapayaWhip:"#FFEFD5",PeachPuff:"#FFDAB9",Peru:"#CD853F",Pink:"#FFC0CB",Plum:"#DDA0DD",PowderBlue:"#B0E0E6",Purple:"#800080",RebeccaPurple:"#663399",Red:"#FF0000",RosyBrown:"#BC8F8F",RoyalBlue:"#4169E1",SaddleBrown:"#8B4513",Salmon:"#FA8072",SandyBrown:"#F4A460",SeaGreen:"#2E8B57",SeaShell:"#FFF5EE",Sienna:"#A0522D",Silver:"#C0C0C0",SkyBlue:"#87CEEB",SlateBlue:"#6A5ACD",SlateGray:"#708090",SlateGrey:"#708090",Snow:"#FFFAFA",SpringGreen:"#00FF7F",SteelBlue:"#4682B4",Tan:"#D2B48C",Teal:"#008080",Thistle:"#D8BFD8",Tomato:"#FF6347",Turquoise:"#40E0D0",Violet:"#EE82EE",Wheat:"#F5DEB3",White:"#FFFFFF",WhiteSmoke:"#F5F5F5",Yellow:"#FFFF00",YellowGreen:"#9ACD32"};let d=v;return Object.entries(p).forEach(([m,g])=>{v.toLowerCase()!=m.toLowerCase()||(d=g)}),d}(n),t=0,l=0,r=0,i=100,c=0,s=0,a=0;if(o.substring(0,1)==="#")o=function(v){let p=v.replace("#","");p.length===3&&(p=p.split("").map(h=>h+h).join(""));const d=parseInt(p.substring(0,2),16),m=parseInt(p.substring(2,4),16),g=parseInt(p.substring(4,6),16);return[d,m,g,100]}(o);else if(o.includes("rgb"))o=[...o.matchAll(/[\d+.\d+]+/g)].map(Number);else if(o.includes("hsl"))return o=[...o.matchAll(/[\d+.\d+]+/g)].map(String),t=o[0],l=o[1],r=o[2],i=To(o[3]),`${t} ${l}% ${r}% / ${i}%`;[c,s,a,i]=o,c/=255,s/=255,a/=255,i=To(i);const u=Math.max(c,s,a),f=Math.min(c,s,a);if(u===null||!f===null||isNaN(u)||isNaN(f)){const v="0 0% 100% / 12%";return console.warn(`[VuetifyInlineFields: The "color" prop value using "${o}" doesn't exist. Using the value "hsl(${v})" in it's place.`),v}if(t=(u+f)/2,l=(u+f)/2,r=(u+f)/2,u==f)t=l=0;else{const v=u-f;switch(l=r>.5?v/(2-u-f):v/(u+f),u){case c:t=(s-a)/v+(s{if(function(l){return l==="transparent"||l==="none"||l==="inherit"||l==="currentColor"||l==="initial"||l==="unset"}(n))return n;if(function(l){return l.includes("--v-theme")}(n))return`rgb(var(${n}))`;const t=function(l,r){const i=r.global.current.value.colors;return Object.entries(i).find(([c])=>c===l)}(n,o);return t?`hsl(${Ro(t[1])})`:`hsl(${Ro(n)})`},an=n=>{const{str:o,unit:t="px"}=n;if(o!=null&&o!=="")return+o?`${Number(o)}${t}`:String(o)},Kl=n=>{var r;const{modelValue:o,trueValue:t}=n,l=e.unref(o);return((r=l==null?void 0:l.toLowerCase)==null?void 0:r.call(l))==="true"||l==="1"||l=="1"||l===!0||l==t||l===t},Ut=n=>{const{underlineStyle:o,underlineWidth:t,color:l,error:r,theme:i,underlined:c}=n;let{underlineColor:s}=n;s=s||l;const a={"border-bottom-color":Zr(s,i),"border-bottom-style":o,"border-bottom-width":t};return e.unref(r)&&(a["border-bottom-color"]="rgb(var(--v-theme-danger))"),c||(a["border-bottom"]="none"),a},Ae=n=>{const{cardMinWidth:o,cardOffsetX:t,cardOffsetY:l,cardWidth:r,field:i,name:c=""}=n,s=(f=>{const{cardOffsetX:v,cardOffsetY:p,field:d}=f;if(!d)return{bottom:0,height:0,left:0,right:0,top:0,width:0,x:0,y:0};const{x:m,y:g}=d.getBoundingClientRect(),{width:y,height:h}=d.getBoundingClientRect(),{right:x,bottom:V}=d.getBoundingClientRect();return{bottom:an({str:V+Number(p)}),height:h,left:an({str:0+Number(v)}),right:an({str:x+Number(v)}),top:an({str:2+Number(p)}),width:an({str:y}),x:m,y:g}})({cardOffsetX:t,cardOffsetY:l,field:i});let a=o,u=r;return u||(u=c==="checkbox"?"fit-content":s.width),a||(a=c==="checkbox"?"fit-content":s.width),{left:s.left,top:s.top,width:u,zIndex:10}},Qr={class:"v-inline-fields--display-wrapper"},Kn=e.defineComponent({__name:"DisplayedValue",props:{color:{},displayAppendIcon:{},displayAppendIconColor:{},displayAppendInnerIcon:{},displayAppendInnerIconColor:{},displayPrependIcon:{},displayPrependIconColor:{},displayPrependInnerIcon:{},displayPrependInnerIconColor:{},displayValue:{},empty:{type:Boolean},error:{type:Boolean},field:{},underlineColor:{},underlineStyle:{},underlineWidth:{},underlined:{type:Boolean}},emits:["toggleField"],setup(n,{emit:o}){const t=o,l=n,r=e.useSlots(),i=Ft.useTheme(),c={displayValue:l.displayValue,empty:l.empty,error:l.error},s=e.computed(()=>Ht(l.field,l.valueColor,{empty:l.empty,error:l.error})),a=e.computed(()=>Ut({color:l.color,error:l.error,theme:i,underlineColor:l.underlineColor,underlineStyle:l.underlineStyle,underlineWidth:l.underlineWidth,underlined:l.underlined})),u=e.computed(()=>(p=>{const{underlineWidth:d}=p;return{borderBottom:`${d||"0px"} solid transparent`}})({underlineWidth:l.underlineWidth})),f=(p,d=!1)=>(m=>{const{inner:g=!1,position:y}=m;return{[`${X}--display-icon`]:!g,[`${X}--display-${y}-icon`]:!g,[`${X}--display-${y}-inner-icon`]:g,"me-1":y==="prepend","ms-1":y==="append"}})({inner:d,position:p});function v(){t("toggleField")}return(p,d)=>(e.openBlock(),e.createElementBlock("div",Qr,[p.displayPrependIcon||e.unref(r)["display.prepend"]?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(f("prepend")),style:e.normalizeStyle(e.unref(u))},[e.unref(r)["display.prepend"]?e.renderSlot(p.$slots,"display.prepend",e.normalizeProps(e.mergeProps({key:0},c))):(e.openBlock(),e.createBlock(ee,{key:1,color:p.displayPrependIconColor,icon:p.displayPrependIcon,size:"x-small"},null,8,["color","icon"]))],6)):e.createCommentVNode("",!0),e.createElementVNode("div",{class:e.normalizeClass(["d-inline-flex",e.unref(s)]),style:e.normalizeStyle(e.unref(a)),onClick:v},[p.displayPrependInnerIcon||e.unref(r)["display.prependInner"]?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(f("prepend",!0))},[e.unref(r)["display.prependInner"]?e.renderSlot(p.$slots,"display.prependInner",e.normalizeProps(e.mergeProps({key:0},c))):(e.openBlock(),e.createBlock(ee,{key:1,color:p.displayPrependInnerIconColor,icon:p.displayPrependInnerIcon,size:"x-small"},null,8,["color","icon"]))],2)):e.createCommentVNode("",!0),e.createTextVNode(" "+e.toDisplayString(p.displayValue)+" ",1),p.displayAppendInnerIcon||e.unref(r)["display.appendInner"]?(e.openBlock(),e.createElementBlock("div",{key:1,class:e.normalizeClass(f("append",!0))},[e.unref(r)["display.appendInner"]?e.renderSlot(p.$slots,"display.appendInner",e.normalizeProps(e.mergeProps({key:0},c))):(e.openBlock(),e.createBlock(ee,{key:1,color:p.displayAppendInnerIconColor,icon:p.displayAppendInnerIcon,size:"x-small"},null,8,["color","icon"]))],2)):e.createCommentVNode("",!0)],6),p.displayAppendIcon||e.unref(r)["display.append"]?(e.openBlock(),e.createElementBlock("div",{key:1,class:e.normalizeClass(f("append")),style:e.normalizeStyle(e.unref(u))},[e.unref(r)["display.append"]?e.renderSlot(p.$slots,"display.append",e.normalizeProps(e.mergeProps({key:0},c))):(e.openBlock(),e.createBlock(ee,{key:1,color:p.displayAppendIconColor,icon:p.displayAppendIcon,size:"x-small"},null,8,["color","icon"]))],6)):e.createCommentVNode("",!0)]))}}),mn=e.defineComponent({__name:"SaveFieldButtons",props:{loading:{type:Boolean},cancelButtonColor:{},cancelButtonSize:{},cancelButtonVariant:{},cancelButtonTitle:{},cancelIconColor:{},error:{type:Boolean},fieldOnly:{type:Boolean},hideSaveIcon:{type:Boolean},loadingIconColor:{},saveButtonColor:{},saveButtonSize:{},saveButtonTitle:{},saveButtonVariant:{},saveIconColor:{},cancelIcon:{},loadingIcon:{},saveIcon:{}},emits:["close","save"],setup(n,{emit:o}){const t=e.useAttrs(),l=o,r=n,i=e.inject(Symbol.for("vuetify:icons")),c=e.computed(()=>r.error),s=e.computed(()=>({[`${X}--save-fields-container`]:!0})),a=e.computed(()=>r.loading),u=e.reactive({...t,...r}),f=e.computed(()=>(i==null?void 0:i.defaultSet)==="fa"?"fa-spin":(i==null?void 0:i.defaultSet)==="mdi"?"mdi-spin":""),v=e.computed(()=>(h=>{const{cancelButtonVariant:x}=h;return{"me-1":x==="elevated","ms-1":!0}})({cancelButtonVariant:u.cancelButtonVariant})),p=e.computed(()=>de({icon:r.cancelIcon,iconOptions:i,name:"false"})),d=e.computed(()=>de({icon:r.loadingIcon,iconOptions:i,name:"loading"})),m=e.computed(()=>de({icon:r.saveIcon,iconOptions:i,name:"save"}));function g(){l("close")}function y(){l("save")}return(h,x)=>(e.openBlock(),e.createElementBlock("div",e.mergeProps({class:e.unref(s)},h.$attrs),[e.unref(u).hideSaveIcon?e.createCommentVNode("",!0):(e.openBlock(),e.createBlock(ht,{key:0,class:"ms-1",color:e.unref(u).saveButtonColor,disabled:e.unref(c),icon:"",size:e.unref(u).saveButtonSize,title:e.unref(a)?"Loading":e.unref(u).saveButtonTitle,variant:e.unref(u).saveButtonVariant,onClick:y},{default:e.withCtx(()=>[e.unref(a)?(e.openBlock(),e.createBlock(ee,{key:1,class:e.normalizeClass(e.unref(f)),color:e.unref(u).loadingIconColor,icon:e.unref(d)},null,8,["class","color","icon"])):(e.openBlock(),e.createBlock(ee,{key:0,color:e.unref(c)?"error":e.unref(u).saveIconColor,icon:e.unref(m)},null,8,["color","icon"]))]),_:1},8,["color","disabled","size","title","variant"])),e.createVNode(ht,{class:e.normalizeClass(e.unref(v)),color:e.unref(u).cancelButtonColor,icon:"",size:e.unref(u).cancelButtonSize,title:e.unref(u).cancelButtonTitle,variant:e.unref(u).cancelButtonVariant,onClick:g},{default:e.withCtx(()=>[e.unref(u).hideSaveIcon&&e.unref(a)?(e.openBlock(),e.createBlock(ee,{key:0,class:e.normalizeClass(e.unref(f)),color:e.unref(u).loadingIconColor,icon:e.unref(d)},null,8,["class","color","icon"])):(e.openBlock(),e.createBlock(ee,{key:1,class:"text-default",color:e.unref(u).cancelIconColor,icon:e.unref(p)},null,8,["color","icon"]))]),_:1},8,["class","color","size","title","variant"])],16))}}),Xn=n=>{const{required:o,rules:t}=n;let{value:l}=n;l=e.unref(l);const r=[];let i=!1;if(o&&!l)return r.push("Field is required."),{errors:!0,results:r};if(t){for(const c of t){const s=(typeof c=="function"?c:()=>c)(l);s!==!0&&(typeof s=="string"?r.push(s):console.warn(`${s} is not a valid value. Rule functions must return boolean true or a string.`))}i=r.length>0}return{errors:i,results:r}},qe=n=>{const{attrs:o,closeSiblings:t,fieldOnly:l,props:r,showField:i,timeOpened:c}=n;let s=c;return t&&!l&&(s=new Date),{settings:{...o,...r},showField:!e.unref(i),timeOpened:s}},xt=n=>{const{length:o=0}=n;let{suffix:t,text:l}=n;return l=l.toString(),t=t||"...",l.length>o?`${l.substring(0,o)}${t}`:l},He=["error","update","update:closeSiblingFields","update:model-value"],ei=["cancelButtonColor","cancelButtonSize","cancelButtonTitle","cancelButtonVariant","cancelIcon","cancelIconColor","closeSiblings","displayAppendIcon","displayAppendIconColor","displayAppendIconSize","displayAppendInnerIcon","displayAppendInnerIconColor","displayAppendInnerIconSize","displayPrependIcon","displayPrependIconColor","displayPrependIconSize","displayPrependInnerIcon","displayPrependInnerIconColor","displayPrependInnerIconSize","emptyText","fieldOnly","hideSaveIcon","item","loadingIcon","loadingIconColor","loadingWait","saveButtonColor","saveButtonSize","saveButtonTitle","saveButtonVariant","saveIcon","saveIconColor","tableField","truncateLength","truncateSuffix","underlineColor","underlineStyle","underlineWidth","underlined","valueColor"],sn=n=>{let o=n;return o=Object.entries(o).filter(([t])=>!ei.includes(t)),Object.fromEntries(o)},ni={class:"v-selection-control__wrapper"},ti=e.defineComponent({__name:"VInlineCheckbox",props:e.mergeModels(e.mergeDefaults({density:{},falseIcon:{},trueIcon:{},cancelButtonColor:{},cancelButtonSize:{},cancelButtonTitle:{},cancelButtonVariant:{},cancelIcon:{},cancelIconColor:{},cardField:{type:Boolean},cardOffsetX:{},cardOffsetY:{},cardProps:{},closeSiblings:{type:Boolean},color:{},disabled:{type:Boolean},displayAppendIcon:{},displayAppendIconColor:{},displayAppendIconSize:{},displayAppendInnerIcon:{},displayAppendInnerIconColor:{},displayAppendInnerIconSize:{},displayPrependIcon:{},displayPrependIconColor:{},displayPrependIconSize:{},displayPrependInnerIcon:{},displayPrependInnerIconColor:{},displayPrependInnerIconSize:{},emptyText:{},error:{type:Boolean},falseValue:{type:[Boolean,String]},fieldOnly:{type:Boolean},hideDetails:{type:Boolean},hideSaveIcon:{type:Boolean},iconFalse:{},iconFalseColor:{},iconFalseTitle:{},iconTrue:{},iconTrueColor:{},iconTrueTitle:{},icons:{type:Boolean},item:{},label:{},loading:{type:Boolean},loadingIcon:{},loadingIconColor:{},loadingWait:{type:Boolean},name:{},required:{type:Boolean},saveButtonColor:{},saveButtonSize:{},saveButtonTitle:{},saveButtonVariant:{},saveIcon:{},saveIconColor:{},tableField:{type:Boolean},trueValue:{type:[Boolean,String]},underlineColor:{},underlineStyle:{},underlineWidth:{},underlined:{type:Boolean},valueColor:{}},{...aa}),{modelValue:{}}),emits:e.mergeModels([...He],["update:modelValue"]),setup(n,{emit:o}){const t=e.useModel(n,"modelValue"),l=e.useAttrs(),r=e.useSlots(),i=o,c=e.inject(Symbol.for("vuetify:icons")),s=Ft.useTheme(),a=n;let u=e.reactive({...l,...a});const f=e.computed(()=>a.loading),v=e.computed(()=>a.disabled),p=e.ref(!1),d=e.ref(!1),m=e.ref(null),g=e.computed(()=>sn(u)),y=e.computed(()=>({...Re,...a.cardProps}));e.watch(()=>f.value,(B,$)=>{!B&&$&&d.value&&M()});const h=e.computed(()=>de({icon:a.trueIcon,iconOptions:c,name:"checkboxFalse"})),x=e.computed(()=>de({icon:a.iconTrue,iconOptions:c,name:"checkboxTrue"})),V=e.computed(()=>t.value==u.trueValue),T=e.computed(()=>Kl({modelValue:t,trueValue:u.trueValue})),P=e.computed(()=>Me({density:u.density,disabled:v.value,field:"v-checkbox",loading:f.value,loadingWait:u.loadingWait,tableField:u.tableField})),z=e.computed(()=>We({density:u.density,field:"v-checkbox"})),w=Yl({density:u.density}),b=e.computed(()=>je({active:d.value,name:"checkbox"})),C=e.computed(()=>Ht("checkbox",u.valueColor,{error:p})),O=e.computed(()=>Ge({name:"checkbox",showField:d.value})),F=e.computed(()=>({})),N=e.computed(()=>Ut({color:u.color,error:p,theme:s,underlineColor:u.underlineColor,underlineStyle:u.underlineStyle,underlineWidth:u.underlineWidth,underlined:u.underlined})),k=e.computed(()=>W.value);function L(){p.value=!1,M()}const W=e.ref(),I=e.ref(null),A=e.ref("body"),E=la.useWindowSize();function M(){var $,G;if(v.value||u.loadingWait&&f.value)return;W.value=Ae({cardMinWidth:($=u.cardProps)==null?void 0:$.minWidth,cardOffsetX:u.cardOffsetX,cardOffsetY:u.cardOffsetY,cardWidth:(G=u.cardProps)==null?void 0:G.width,field:I.value,name:"checkbox"});const B=qe({attrs:l,closeSiblings:u.closeSiblings,fieldOnly:u.fieldOnly,props:a,showField:d,timeOpened:m.value});u={...u,...B.settings},d.value=B.showField,m.value=B.timeOpened,_!==null&&u.closeSiblings&&d.value&&!u.fieldOnly&&_.emit(B.timeOpened)}function D(B){t.value=B,i("update",B),u.loadingWait||M()}let _,S;function R(B){i("update:closeSiblingFields",m),d.value&&m.value!==B&&M()}return e.watch(()=>E,()=>{var B,$;W.value=Ae({cardMinWidth:(B=u.cardProps)==null?void 0:B.minWidth,cardOffsetX:u.cardOffsetX,cardOffsetY:u.cardOffsetY,cardWidth:($=u.cardProps)==null?void 0:$.width,field:I.value,name:"checkbox"})},{deep:!0}),u.closeSiblings&&import("@vueuse/core").then(({useEventBus:B})=>{_=B(Te),S=_.on(R)}),e.onUnmounted(()=>{S!==void 0&&_.off(R)}),(B,$)=>(e.openBlock(),e.createElementBlock("div",{ref_key:"inlineFieldsContainer",ref:I,class:e.normalizeClass(e.unref(P)),style:e.normalizeStyle(e.unref(F))},[!e.unref(d)&&!e.unref(u).fieldOnly||e.unref(u).cardField?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(e.unref(z))},[e.createElementVNode("div",{class:e.normalizeClass(e.unref(w))},[e.createElementVNode("div",ni,[B.icons?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(e.unref(C)),style:e.normalizeStyle(e.unref(N)),onClick:M},[e.createVNode(e.unref(Ul),{modelValue:e.unref(T),"onUpdate:modelValue":$[0]||($[0]=G=>e.isRef(T)?T.value=G:null),"icon-false":e.unref(u).iconFalse,"icon-false-color":e.unref(u).iconFalseColor,"icon-false-title":e.unref(u).iconFalseTitle,"icon-true":e.unref(u).iconTrue,"icon-true-color":e.unref(u).iconTrueColor,"icon-true-title":e.unref(u).iconTrueTitle},null,8,["modelValue","icon-false","icon-false-color","icon-false-title","icon-true","icon-true-color","icon-true-title"])],6)):(e.openBlock(),e.createElementBlock("div",{key:1,class:e.normalizeClass(["d-inline-flex align-center justify-center",e.unref(C)]),style:e.normalizeStyle(e.unref(N)),onClick:M},e.toDisplayString(e.unref(V)),7))])],2)],2)):e.createCommentVNode("",!0),e.unref(d)||e.unref(u).fieldOnly||e.unref(u).cardField?(e.openBlock(),e.createElementBlock("div",{key:1,class:e.normalizeClass(e.unref(b))},[(e.openBlock(),e.createBlock(e.Teleport,{disabled:!e.unref(u).cardField,to:e.unref(A)},[e.createVNode(Ya,e.mergeProps(e.unref(g),{color:e.unref(u).color,density:e.unref(u).density,disabled:e.unref(f)||e.unref(v),error:e.unref(p),"false-icon":e.unref(h),"false-value":e.unref(u).falseValue,"hide-details":e.unref(u).hideDetails,label:e.unref(u).label,"model-value":e.unref(T),"true-icon":e.unref(x),"true-value":e.unref(u).trueValue,"onUpdate:modelValue":D}),e.createSlots({_:2},[e.renderList(e.unref(r),(G,H)=>({name:H,fn:e.withCtx(q=>[e.renderSlot(B.$slots,H,e.normalizeProps(e.guardReactiveProps({...q})))])})),e.unref(r).append?void 0:{name:"append",fn:e.withCtx(()=>[e.createVNode(e.unref(mn),{"cancel-button-color":e.unref(u).cancelButtonColor,"cancel-button-size":e.unref(u).cancelButtonSize,"cancel-button-title":e.unref(u).cancelButtonTitle,"cancel-button-variant":e.unref(u).cancelButtonVariant,"cancel-icon":e.unref(u).cancelIcon,"cancel-icon-color":e.unref(u).cancelIconColor,error:e.unref(p),"field-only":e.unref(u).fieldOnly,"hide-save-icon":!0,loading:e.unref(f),"loading-icon":e.unref(u).loadingIcon,"loading-icon-color":e.unref(u).loadingIconColor,"save-button-color":e.unref(u).saveButtonColor,"save-button-size":e.unref(u).saveButtonSize,"save-button-title":e.unref(u).saveButtonTitle,"save-button-variant":e.unref(u).saveButtonVariant,"save-icon":e.unref(u).saveIcon,"save-icon-color":e.unref(u).saveIconColor,onClose:L,onSave:D},null,8,["cancel-button-color","cancel-button-size","cancel-button-title","cancel-button-variant","cancel-icon","cancel-icon-color","error","field-only","loading","loading-icon","loading-icon-color","save-button-color","save-button-size","save-button-title","save-button-variant","save-icon","save-icon-color"])]),key:"0"}]),1040,["color","density","disabled","error","false-icon","false-value","hide-details","label","model-value","true-icon","true-value"])],8,["disabled","to"]))],2)):e.createCommentVNode("",!0),e.unref(u).cardField?(e.openBlock(),e.createElementBlock("div",{key:2,class:e.normalizeClass(e.unref(O)),style:e.normalizeStyle(e.unref(k))},[e.createVNode(Le,e.normalizeProps(e.guardReactiveProps(e.unref(y))),{default:e.withCtx(()=>[e.createVNode(Ne,null,{default:e.withCtx(()=>[e.createElementVNode("div",{ref_key:"cardFieldRef",ref:A},null,512)]),_:1})]),_:1},16)],6)):e.createCommentVNode("",!0)],6))}}),oi=e.defineComponent({__name:"VInlineCustomField",props:e.mergeModels(e.mergeDefaults({clearIcon:{},density:{},rules:{},variant:{},autofocus:{type:Boolean},cancelButtonColor:{},cancelButtonSize:{},cancelButtonTitle:{},cancelButtonVariant:{},cancelIcon:{},cancelIconColor:{},cardField:{type:Boolean},cardOffsetX:{},cardOffsetY:{},cardProps:{},closeSiblings:{type:Boolean},color:{},disabled:{type:Boolean},displayAppendIcon:{},displayAppendIconColor:{},displayAppendIconSize:{},displayAppendInnerIcon:{},displayAppendInnerIconColor:{},displayAppendInnerIconSize:{},displayPrependIcon:{},displayPrependIconColor:{},displayPrependIconSize:{},displayPrependInnerIcon:{},displayPrependInnerIconColor:{},displayPrependInnerIconSize:{},emptyText:{},error:{type:Boolean},fieldOnly:{type:Boolean},hideDetails:{type:Boolean},hideSaveIcon:{type:Boolean},item:{},label:{},loading:{type:Boolean},loadingIcon:{},loadingIconColor:{},loadingWait:{type:Boolean},name:{},required:{type:Boolean},saveButtonColor:{},saveButtonSize:{},saveButtonTitle:{},saveButtonVariant:{},saveIcon:{},saveIconColor:{},tableField:{type:Boolean},truncateLength:{},truncateSuffix:{},underlineColor:{},underlineStyle:{},underlineWidth:{},underlined:{type:Boolean},valueColor:{}},{...Lo}),{modelValue:{}}),emits:e.mergeModels([...He],["update:modelValue"]),setup(n,{emit:o}){const t=e.useModel(n,"modelValue"),l=e.useAttrs(),r=e.useSlots(),i=o,c=e.inject(Symbol.for("vuetify:icons")),s=n;let a=e.reactive({...l,...s});const u=e.computed(()=>s.loading),f=e.computed(()=>s.disabled),v=e.ref(!1),p=e.ref(!1),d=e.ref(!1),m=e.ref(null);let g=t.value;e.watch(()=>u.value,(S,R)=>{!S&&R&&d.value&&W()});const y=e.computed(()=>t.value?(v.value=!1,a.truncateLength?xt({length:a.truncateLength,suffix:a.truncateSuffix,text:t.value}):t.value):(v.value=!0,a.emptyText)),h=e.computed(()=>({...a,loading:u.value,modelValue:t.value,originalValue:g})),x=e.computed(()=>({color:a.color,displayAppendIcon:s.displayAppendIcon,displayAppendIconColor:s.displayAppendIconColor,displayAppendIconSize:s.displayAppendIconSize,displayAppendInnerIcon:s.displayAppendInnerIcon,displayAppendInnerIconColor:s.displayAppendInnerIconColor,displayAppendInnerIconSize:s.displayAppendInnerIconSize,displayPrependIcon:s.displayPrependIcon,displayPrependIconColor:s.displayPrependIconColor,displayPrependIconSize:s.displayPrependIconSize,displayPrependInnerIcon:s.displayPrependInnerIcon,displayPrependInnerIconColor:s.displayPrependInnerIconColor,displayPrependInnerIconSize:s.displayPrependInnerIconSize,displayValue:y.value,empty:v.value,error:p.value,field:"v-text-field",underlineColor:a.underlineColor,underlineStyle:a.underlineStyle,underlineWidth:a.underlineWidth,underlined:a.underlined,valueColor:a.valueColor})),V=e.computed(()=>({...Re,...s.cardProps})),T=e.computed(()=>Me({density:a.density,disabled:f.value,field:"v-text-field",iconSet:c==null?void 0:c.defaultSet,loading:u.value,loadingWait:a.loadingWait,tableField:a.tableField,variant:a.variant})),P=e.computed(()=>We({density:a.density,field:"v-text-field"})),z=Yn({density:a.density,variant:a.variant}),w=e.computed(()=>je({active:d.value,name:"text-field"})),b=e.computed(()=>Ge({name:"custom-field",showField:d.value})),C=e.computed(()=>({})),O=e.computed(()=>N.value);function F(){p.value=!1,t.value=g,W()}const N=e.ref(),k=e.ref(null),L=e.ref("body");function W(){var R,B;if(f.value||a.loadingWait&&u.value)return;N.value=Ae({cardMinWidth:(R=a.cardProps)==null?void 0:R.minWidth,cardOffsetX:a.cardOffsetX,cardOffsetY:a.cardOffsetY,cardWidth:(B=a.cardProps)==null?void 0:B.width,field:k.value});const S=qe({attrs:l,closeSiblings:a.closeSiblings,fieldOnly:a.fieldOnly,props:s,showField:d,timeOpened:m.value});a={...a,...S.settings},d.value=S.showField,m.value=S.timeOpened,M!==null&&a.closeSiblings&&d.value&&!a.fieldOnly&&M.emit(S.timeOpened)}const I=e.ref();function A(){const S=Xn({required:a.required,rules:a.rules,value:t});return p.value=S.errors,I.value=S.results,S.results}function E(){p.value?p.value=!0:(g=t.value,i("update",t.value),a.loadingWait||W())}let M,D;function _(S){i("update:closeSiblingFields",m),d.value&&m.value!==S&&F()}return e.watch(()=>d.value,()=>{d.value&&A()}),e.watch(()=>t.value,()=>{d.value&&A()}),a.closeSiblings&&import("@vueuse/core").then(({useEventBus:S})=>{M=S(Te),D=M.on(_)}),e.onUnmounted(()=>{D!==void 0&&M.off(_)}),(S,R)=>(e.openBlock(),e.createElementBlock("div",{ref_key:"inlineFieldsContainer",ref:k,class:e.normalizeClass(e.unref(T)),style:e.normalizeStyle(e.unref(C))},[!e.unref(d)&&!e.unref(a).fieldOnly||e.unref(a).cardField?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(e.unref(P))},[e.createElementVNode("div",{class:e.normalizeClass(e.unref(z))},[e.createVNode(e.unref(Kn),e.mergeProps(e.unref(x),{onToggleField:W}),e.createSlots({_:2},[e.renderList(e.unref(r),(B,$)=>({name:$,fn:e.withCtx(G=>[e.renderSlot(S.$slots,$,e.normalizeProps(e.guardReactiveProps({...G})))])}))]),1040)],2)],2)):e.createCommentVNode("",!0),e.unref(d)||e.unref(a).fieldOnly||e.unref(a).cardField?(e.openBlock(),e.createElementBlock("div",{key:1,class:e.normalizeClass(["d-flex align-center py-2",e.unref(w)])},[(e.openBlock(),e.createBlock(e.Teleport,{disabled:!e.unref(a).cardField,to:e.unref(L)},[e.renderSlot(S.$slots,"default",e.normalizeProps(e.guardReactiveProps(e.unref(h)))),e.createVNode(e.unref(mn),{modelValue:t.value,"onUpdate:modelValue":R[0]||(R[0]=B=>t.value=B),"cancel-button-color":e.unref(a).cancelButtonColor,"cancel-button-size":e.unref(a).cancelButtonSize,"cancel-button-title":e.unref(a).cancelButtonTitle,"cancel-button-variant":e.unref(a).cancelButtonVariant,"cancel-icon":e.unref(a).cancelIcon,"cancel-icon-color":e.unref(a).cancelIconColor,error:e.unref(p),"field-only":e.unref(a).fieldOnly,"hide-save-icon":e.unref(a).hideSaveIcon,loading:e.unref(u),"loading-icon":e.unref(a).loadingIcon,"loading-icon-color":e.unref(a).loadingIconColor,required:e.unref(a).required,"save-button-color":e.unref(a).saveButtonColor,"save-button-size":e.unref(a).saveButtonSize,"save-button-title":e.unref(a).saveButtonTitle,"save-button-variant":e.unref(a).saveButtonVariant,"save-icon":e.unref(a).saveIcon,"save-icon-color":e.unref(a).saveIconColor,onClose:F,onSave:E},null,8,["modelValue","cancel-button-color","cancel-button-size","cancel-button-title","cancel-button-variant","cancel-icon","cancel-icon-color","error","field-only","hide-save-icon","loading","loading-icon","loading-icon-color","required","save-button-color","save-button-size","save-button-title","save-button-variant","save-icon","save-icon-color"])],8,["disabled","to"]))],2)):e.createCommentVNode("",!0),e.unref(a).cardField?(e.openBlock(),e.createElementBlock("div",{key:2,class:e.normalizeClass(e.unref(b)),style:e.normalizeStyle(e.unref(O))},[e.createVNode(Le,e.normalizeProps(e.guardReactiveProps(e.unref(V))),{default:e.withCtx(()=>[e.createVNode(Ne,null,{default:e.withCtx(()=>[e.createElementVNode("div",{ref_key:"cardFieldRef",ref:L},null,512)]),_:1})]),_:1},16)],6)):e.createCommentVNode("",!0)],6))}}),li=e.defineComponent({__name:"VInlineSelect",props:e.mergeModels(e.mergeDefaults({clearIcon:{},clearable:{},density:{},hideSelected:{},itemTitle:{},itemValue:{},items:{},menu:{},rules:{},variant:{},autofocus:{type:Boolean},cancelButtonColor:{},cancelButtonSize:{},cancelButtonTitle:{},cancelButtonVariant:{},cancelIcon:{},cancelIconColor:{},cardField:{type:Boolean},cardOffsetX:{},cardOffsetY:{},cardProps:{},closeSiblings:{type:Boolean},color:{},disabled:{type:Boolean},displayAppendIcon:{},displayAppendIconColor:{},displayAppendIconSize:{},displayAppendInnerIcon:{},displayAppendInnerIconColor:{},displayAppendInnerIconSize:{},displayPrependIcon:{},displayPrependIconColor:{},displayPrependIconSize:{},displayPrependInnerIcon:{},displayPrependInnerIconColor:{},displayPrependInnerIconSize:{},emptyText:{},error:{type:Boolean},fieldOnly:{type:Boolean},hideDetails:{type:Boolean},hideSaveIcon:{type:Boolean},item:{},label:{},loading:{type:Boolean},loadingIcon:{},loadingIconColor:{},loadingWait:{type:Boolean},name:{},required:{type:Boolean},saveButtonColor:{},saveButtonSize:{},saveButtonTitle:{},saveButtonVariant:{},saveIcon:{},saveIconColor:{},tableField:{type:Boolean},underlineColor:{},underlineStyle:{},underlineWidth:{},underlined:{type:Boolean},valueColor:{}},{...ra}),{modelValue:{}}),emits:e.mergeModels([...He],["update:modelValue"]),setup(n,{emit:o}){const t=e.useModel(n,"modelValue"),l=e.useAttrs(),r=e.useSlots(),i=o,c=e.inject(Symbol.for("vuetify:icons")),s=n;let a=e.reactive({...l,...s});const u=e.computed(()=>s.loading),f=e.computed(()=>s.disabled),v=e.ref(!1),p=e.ref(!1),d=e.ref(),m=e.ref(!1),g=e.ref(null);let y=t.value;e.watch(()=>u.value,($,G)=>{!$&&G&&m.value&&A()});const h=e.computed(()=>de({icon:s.clearIcon,iconOptions:c,name:"clear"})),x=e.computed(()=>t.value&&t.value[a.itemTitle]?(v.value=!1,t.value[a.itemTitle]):(t.value="",v.value=!0,a.emptyText)),V=e.computed(()=>sn(a)),T=e.computed(()=>({color:a.color,displayAppendIcon:s.displayAppendIcon,displayAppendIconColor:s.displayAppendIconColor,displayAppendIconSize:s.displayAppendIconSize,displayAppendInnerIcon:s.displayAppendInnerIcon,displayAppendInnerIconColor:s.displayAppendInnerIconColor,displayAppendInnerIconSize:s.displayAppendInnerIconSize,displayPrependIcon:s.displayPrependIcon,displayPrependIconColor:s.displayPrependIconColor,displayPrependIconSize:s.displayPrependIconSize,displayPrependInnerIcon:s.displayPrependInnerIcon,displayPrependInnerIconColor:s.displayPrependInnerIconColor,displayPrependInnerIconSize:s.displayPrependInnerIconSize,displayValue:x.value,empty:v.value,error:p.value,field:"v-text-field",underlineColor:a.underlineColor,underlineStyle:a.underlineStyle,underlineWidth:a.underlineWidth,underlined:a.underlined,valueColor:a.valueColor})),P=e.computed(()=>({...Re,...s.cardProps}));e.watchEffect(()=>{d.value=a.items||[]});const z=e.computed(()=>Me({density:a.density,disabled:f.value,field:"v-select",iconSet:c==null?void 0:c.defaultSet,loading:u.value,loadingWait:a.loadingWait,tableField:a.tableField,variant:a.variant})),w=e.computed(()=>We({density:a.density,field:"v-select"})),b=Yn({density:a.density,variant:a.variant}),C=e.computed(()=>je({active:m.value,name:"select"})),O=e.computed(()=>Ge({name:"select",showField:m.value})),F=e.computed(()=>({})),N=e.computed(()=>L.value);function k(){p.value=!1,t.value=y,A()}const L=e.ref(),W=e.ref(null),I=e.ref("body");function A(){var G,H;if(f.value||a.loadingWait&&u.value)return;L.value=Ae({cardMinWidth:(G=a.cardProps)==null?void 0:G.minWidth,cardOffsetX:a.cardOffsetX,cardOffsetY:a.cardOffsetY,cardWidth:(H=a.cardProps)==null?void 0:H.width,field:W.value});const $=qe({attrs:l,closeSiblings:a.closeSiblings,fieldOnly:a.fieldOnly,props:s,showField:m,timeOpened:g.value});a={...a,...$.settings},m.value=$.showField,g.value=$.timeOpened,S!==null&&a.closeSiblings&&m.value&&!a.fieldOnly&&S.emit($.timeOpened)}const E=e.ref(),M=e.computed(()=>E.value);function D(){const $=Xn({required:a.required,rules:a.rules,value:t});return p.value=$.errors,E.value=$.results,$.results}function _(){y=t.value,i("update",t.value),a.loadingWait||A()}let S,R;function B($){i("update:closeSiblingFields",g),m.value&&g.value!==$&&k()}return e.watch(()=>m.value,()=>{m.value&&D()}),e.watch(()=>t.value,()=>{m.value&&D()}),a.closeSiblings&&import("@vueuse/core").then(({useEventBus:$})=>{S=$(Te),R=S.on(B)}),e.onUnmounted(()=>{R!==void 0&&S.off(B)}),($,G)=>(e.openBlock(),e.createElementBlock("div",{ref_key:"inlineFieldsContainer",ref:W,class:e.normalizeClass(e.unref(z)),style:e.normalizeStyle(e.unref(F))},[!e.unref(m)&&!e.unref(a).fieldOnly||e.unref(a).cardField?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(e.unref(w))},[e.createElementVNode("div",{class:e.normalizeClass(e.unref(b))},[e.createVNode(e.unref(Kn),e.mergeProps(e.unref(T),{onToggleField:A}),e.createSlots({_:2},[e.renderList(e.unref(r),(H,q)=>({name:q,fn:e.withCtx(Z=>[e.renderSlot($.$slots,q,e.normalizeProps(e.guardReactiveProps({...Z})),void 0,!0)])}))]),1040)],2)],2)):e.createCommentVNode("",!0),e.unref(m)||e.unref(a).fieldOnly||e.unref(a).cardField?(e.openBlock(),e.createElementBlock("div",{key:1,class:e.normalizeClass(e.unref(C))},[(e.openBlock(),e.createBlock(e.Teleport,{disabled:!e.unref(a).cardField,to:e.unref(I)},[e.createVNode(Mr,e.mergeProps(e.unref(V),{modelValue:t.value,"onUpdate:modelValue":G[0]||(G[0]=H=>t.value=H),autofocus:!e.unref(a).fieldOnly||e.unref(a).autofocus,"clear-icon":e.unref(h),clearable:e.unref(a).clearable,color:e.unref(a).color,density:e.unref(a).density,disabled:e.unref(u)||e.unref(f),error:e.unref(p),"error-messages":e.unref(M),"hide-details":e.unref(a).hideDetails,"hide-selected":e.unref(a).hideSelected,"item-title":e.unref(a).itemTitle,"item-value":e.unref(a).itemValue,items:e.unref(d),label:e.unref(a).label,loading:e.unref(u),menu:e.unref(a).menu&&!e.unref(a).fieldOnly&&e.unref(m),variant:e.unref(a).variant,width:"100%",onKeyup:e.withKeys(k,["esc"])}),e.createSlots({_:2},[e.renderList(e.unref(r),(H,q)=>({name:q,fn:e.withCtx(Z=>[e.renderSlot($.$slots,q,e.normalizeProps(e.guardReactiveProps({...Z})),void 0,!0)])})),e.unref(r).append?void 0:{name:"append",fn:e.withCtx(()=>[e.createVNode(e.unref(mn),{"cancel-button-color":e.unref(a).cancelButtonColor,"cancel-button-size":e.unref(a).cancelButtonSize,"cancel-button-title":e.unref(a).cancelButtonTitle,"cancel-button-variant":e.unref(a).cancelButtonVariant,"cancel-icon":e.unref(a).cancelIcon,"cancel-icon-color":e.unref(a).cancelIconColor,error:e.unref(p),"field-only":e.unref(a).fieldOnly,"hide-save-icon":e.unref(a).hideSaveIcon,loading:e.unref(u),"loading-icon":e.unref(a).loadingIcon,"loading-icon-color":e.unref(a).loadingIconColor,"save-button-color":e.unref(a).saveButtonColor,"save-button-size":e.unref(a).saveButtonSize,"save-button-title":e.unref(a).saveButtonTitle,"save-button-variant":e.unref(a).saveButtonVariant,"save-icon":e.unref(a).saveIcon,"save-icon-color":e.unref(a).saveIconColor,onClose:k,onSave:_},null,8,["cancel-button-color","cancel-button-size","cancel-button-title","cancel-button-variant","cancel-icon","cancel-icon-color","error","field-only","hide-save-icon","loading","loading-icon","loading-icon-color","save-button-color","save-button-size","save-button-title","save-button-variant","save-icon","save-icon-color"])]),key:"0"}]),1040,["modelValue","autofocus","clear-icon","clearable","color","density","disabled","error","error-messages","hide-details","hide-selected","item-title","item-value","items","label","loading","menu","variant","onKeyup"])],8,["disabled","to"]))],2)):e.createCommentVNode("",!0),e.unref(a).cardField?(e.openBlock(),e.createElementBlock("div",{key:2,class:e.normalizeClass(e.unref(O)),style:e.normalizeStyle(e.unref(N))},[e.createVNode(Le,e.normalizeProps(e.guardReactiveProps(e.unref(P))),{default:e.withCtx(()=>[e.createVNode(Ne,null,{default:e.withCtx(()=>[e.createElementVNode("div",{ref_key:"cardFieldRef",ref:I},null,512)]),_:1})]),_:1},16)],6)):e.createCommentVNode("",!0)],6))}}),ai={class:"v-selection-control__wrapper"},ve={VInlineCheckbox:ti,VInlineCustomField:oi,VInlineSelect:((n,o)=>{const t=n.__vccOpts||n;for(const[l,r]of o)t[l]=r;return t})(li,[["__scopeId","data-v-d028b1ff"]]),VInlineSwitch:e.defineComponent({__name:"VInlineSwitch",props:e.mergeModels(e.mergeDefaults({density:{},falseIcon:{},cancelButtonColor:{},cancelButtonSize:{},cancelButtonTitle:{},cancelButtonVariant:{},cancelIcon:{},cancelIconColor:{},cardField:{type:Boolean},cardOffsetX:{},cardOffsetY:{},cardProps:{},closeSiblings:{type:Boolean},color:{},disabled:{type:Boolean},displayAppendIcon:{},displayAppendIconColor:{},displayAppendIconSize:{},displayAppendInnerIcon:{},displayAppendInnerIconColor:{},displayAppendInnerIconSize:{},displayPrependIcon:{},displayPrependIconColor:{},displayPrependIconSize:{},displayPrependInnerIcon:{},displayPrependInnerIconColor:{},displayPrependInnerIconSize:{},emptyText:{},error:{type:Boolean},falseValue:{type:[Boolean,String]},fieldOnly:{type:Boolean},hideDetails:{type:Boolean},iconFalse:{},iconFalseColor:{},iconFalseTitle:{},iconTrue:{},iconTrueColor:{},iconTrueTitle:{},icons:{type:Boolean},item:{},label:{},loading:{type:Boolean},loadingWait:{type:Boolean},name:{},required:{type:Boolean},tableField:{type:Boolean},trueValue:{type:[Boolean,String]},underlineColor:{},underlineStyle:{},underlineWidth:{},underlined:{type:Boolean},valueColor:{}},{...ia}),{modelValue:{}}),emits:e.mergeModels([...He],["update:modelValue"]),setup(n,{emit:o}){const t=e.useModel(n,"modelValue"),l=e.useAttrs(),r=e.useSlots(),i=o,c=e.inject(Symbol.for("vuetify:icons")),s=Ft.useTheme(),a=n;let u=e.reactive({...l,...a});const f=e.computed(()=>a.loading),v=e.computed(()=>a.disabled),p=e.ref(!1),d=e.ref(!1),m=e.ref(null),g=e.computed(()=>sn(u)),y=e.computed(()=>({...Re,...a.cardProps}));e.watch(()=>f.value,(_,S)=>{!_&&S&&d.value&&I()});const h=e.computed(()=>de({icon:u.cancelIcon,iconOptions:c,name:"false"})),x=e.computed(()=>t.value==u.trueValue),V=e.computed(()=>Kl({modelValue:t,trueValue:u.trueValue})),T=e.computed(()=>Me({density:u.density,disabled:v.value,field:"v-switch",loading:f.value,loadingWait:u.loadingWait,tableField:u.tableField})),P=e.computed(()=>We({density:u.density,field:"v-switch"})),z=Yl({density:u.density}),w=e.computed(()=>je({active:d.value,name:"switch"})),b=e.computed(()=>Ht("switch",u.valueColor,{error:p})),C=e.computed(()=>Ge({name:"switch",showField:d.value})),O=e.computed(()=>({})),F=e.computed(()=>Ut({color:u.color,error:p,theme:s,underlineColor:u.underlineColor,underlineStyle:u.underlineStyle,underlineWidth:u.underlineWidth,underlined:u.underlined})),N=e.computed(()=>k.value),k=e.ref(),L=e.ref(null),W=e.ref("body");function I(){var S,R;if(v.value||u.loadingWait&&f.value)return;k.value=Ae({cardMinWidth:(S=u.cardProps)==null?void 0:S.minWidth,cardOffsetX:u.cardOffsetX,cardOffsetY:u.cardOffsetY,cardWidth:(R=u.cardProps)==null?void 0:R.width,field:L.value});const _=qe({attrs:l,closeSiblings:u.closeSiblings,fieldOnly:u.fieldOnly,props:a,showField:d.value,timeOpened:m.value});u={...u,..._.settings},d.value=_.showField,m.value=_.timeOpened,E!==null&&u.closeSiblings&&d.value&&!u.fieldOnly&&E.emit(_.timeOpened)}function A(_){t.value=_,i("update",_),u.loadingWait||I()}let E,M;function D(_){i("update:closeSiblingFields",m),d.value&&m.value!==_&&I()}return u.closeSiblings&&import("@vueuse/core").then(({useEventBus:_})=>{E=_(Te),M=E.on(D)}),e.onUnmounted(()=>{M!==void 0&&E.off(D)}),(_,S)=>(e.openBlock(),e.createElementBlock("div",{ref_key:"inlineFieldsContainer",ref:L,class:e.normalizeClass(e.unref(T)),style:e.normalizeStyle(e.unref(O))},[!e.unref(d)&&!e.unref(u).fieldOnly||e.unref(u).cardField?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(e.unref(P))},[e.createElementVNode("div",{class:e.normalizeClass(e.unref(z))},[e.createElementVNode("div",ai,[_.icons?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(e.unref(b)),style:e.normalizeStyle(e.unref(F)),onClick:I},[e.createVNode(e.unref(Ul),{modelValue:e.unref(V),"onUpdate:modelValue":S[0]||(S[0]=R=>e.isRef(V)?V.value=R:null),"icon-false":e.unref(u).iconFalse,"icon-false-color":e.unref(u).iconFalseColor,"icon-false-title":e.unref(u).iconFalseTitle,"icon-true":e.unref(u).iconTrue,"icon-true-color":e.unref(u).iconTrueColor,"icon-true-title":e.unref(u).iconTrueTitle},null,8,["modelValue","icon-false","icon-false-color","icon-false-title","icon-true","icon-true-color","icon-true-title"])],6)):(e.openBlock(),e.createElementBlock("div",{key:1,class:e.normalizeClass(["d-inline-flex align-center justify-center",e.unref(b)]),style:e.normalizeStyle(e.unref(F)),onClick:I},e.toDisplayString(e.unref(x)),7))])],2)],2)):e.createCommentVNode("",!0),e.unref(d)||e.unref(u).fieldOnly||e.unref(u).cardField?(e.openBlock(),e.createElementBlock("div",{key:1,class:e.normalizeClass(e.unref(w))},[(e.openBlock(),e.createBlock(e.Teleport,{disabled:!e.unref(u).cardField,to:e.unref(W)},[e.createVNode(Kr,e.mergeProps(e.unref(g),{color:e.unref(u).color,density:e.unref(u).density,disabled:e.unref(f)||e.unref(v),error:e.unref(p),"false-icon":e.unref(u).falseIcon,"false-value":e.unref(u).falseValue,"hide-details":e.unref(u).hideDetails,label:e.unref(u).label,loading:e.unref(f),"model-value":e.unref(V),"true-value":e.unref(u).trueValue,"onUpdate:modelValue":A}),e.createSlots({_:2},[e.renderList(e.unref(r),(R,B)=>({name:B,fn:e.withCtx($=>[e.renderSlot(_.$slots,B,e.normalizeProps(e.guardReactiveProps({...$})))])})),e.unref(r).append?void 0:{name:"append",fn:e.withCtx(()=>[!e.unref(u).fieldOnly||e.unref(u).cardField?(e.openBlock(),e.createBlock(ht,{key:0,class:"ms-3",color:e.unref(u).cancelButtonColor,icon:"",size:e.unref(u).cancelButtonSize,title:e.unref(u).cancelButtonTitle,variant:e.unref(u).cancelButtonVariant,onClick:I},{default:e.withCtx(()=>[e.createVNode(ee,{color:e.unref(u).cancelIconColor,icon:e.unref(h)},null,8,["color","icon"])]),_:1},8,["color","size","title","variant"])):e.createCommentVNode("",!0)]),key:"0"}]),1040,["color","density","disabled","error","false-icon","false-value","hide-details","label","loading","model-value","true-value"])],8,["disabled","to"]))],2)):e.createCommentVNode("",!0),e.unref(u).cardField?(e.openBlock(),e.createElementBlock("div",{key:2,class:e.normalizeClass(e.unref(C)),style:e.normalizeStyle(e.unref(N))},[e.createVNode(Le,e.normalizeProps(e.guardReactiveProps(e.unref(y))),{default:e.withCtx(()=>[e.createVNode(Ne,null,{default:e.withCtx(()=>[e.createElementVNode("div",{ref_key:"cardFieldRef",ref:W},null,512)]),_:1})]),_:1},16)],6)):e.createCommentVNode("",!0)],6))}}),VInlineTextField:e.defineComponent({__name:"VInlineTextField",props:e.mergeModels(e.mergeDefaults({clearIcon:{},density:{},rules:{},variant:{},autofocus:{type:Boolean},cancelButtonColor:{},cancelButtonSize:{},cancelButtonTitle:{},cancelButtonVariant:{},cancelIcon:{},cancelIconColor:{},cardField:{type:Boolean},cardOffsetX:{},cardOffsetY:{},cardProps:{},closeSiblings:{type:Boolean},color:{},disabled:{type:Boolean},displayAppendIcon:{},displayAppendIconColor:{},displayAppendIconSize:{},displayAppendInnerIcon:{},displayAppendInnerIconColor:{},displayAppendInnerIconSize:{},displayPrependIcon:{},displayPrependIconColor:{},displayPrependIconSize:{},displayPrependInnerIcon:{},displayPrependInnerIconColor:{},displayPrependInnerIconSize:{},emptyText:{},error:{type:Boolean},fieldOnly:{type:Boolean},hideDetails:{type:Boolean},hideSaveIcon:{type:Boolean},item:{},label:{},loading:{type:Boolean},loadingIcon:{},loadingIconColor:{},loadingWait:{type:Boolean},name:{},required:{type:Boolean},saveButtonColor:{},saveButtonSize:{},saveButtonTitle:{},saveButtonVariant:{},saveIcon:{},saveIconColor:{},tableField:{type:Boolean},truncateLength:{},truncateSuffix:{},underlineColor:{},underlineStyle:{},underlineWidth:{},underlined:{type:Boolean},valueColor:{}},{...Lo}),{modelValue:{}}),emits:e.mergeModels([...He],["update:modelValue"]),setup(n,{emit:o}){const t=e.useModel(n,"modelValue"),l=e.useAttrs(),r=e.useSlots(),i=o,c=e.inject(Symbol.for("vuetify:icons")),s=n;let a=e.reactive({...l,...s});const u=e.computed(()=>s.loading),f=e.computed(()=>s.disabled),v=e.ref(!1),p=e.ref(!1),d=e.ref(!1),m=e.ref(null);let g=t.value;e.watch(()=>u.value,(B,$)=>{!B&&$&&d.value&&I()});const y=e.computed(()=>de({icon:s.clearIcon,iconOptions:c,name:"clear"})),h=e.computed(()=>t.value?(v.value=!1,a.truncateLength?xt({length:a.truncateLength,suffix:a.truncateSuffix,text:t.value}):t.value):(v.value=!0,a.emptyText)),x=e.computed(()=>sn(a)),V=e.computed(()=>({color:a.color,displayAppendIcon:s.displayAppendIcon,displayAppendIconColor:s.displayAppendIconColor,displayAppendIconSize:s.displayAppendIconSize,displayAppendInnerIcon:s.displayAppendInnerIcon,displayAppendInnerIconColor:s.displayAppendInnerIconColor,displayAppendInnerIconSize:s.displayAppendInnerIconSize,displayPrependIcon:s.displayPrependIcon,displayPrependIconColor:s.displayPrependIconColor,displayPrependIconSize:s.displayPrependIconSize,displayPrependInnerIcon:s.displayPrependInnerIcon,displayPrependInnerIconColor:s.displayPrependInnerIconColor,displayPrependInnerIconSize:s.displayPrependInnerIconSize,displayValue:h.value,empty:v.value,error:p.value,field:"v-text-field",underlineColor:a.underlineColor,underlineStyle:a.underlineStyle,underlineWidth:a.underlineWidth,underlined:a.underlined,valueColor:a.valueColor})),T=e.computed(()=>({...Re,...s.cardProps})),P=e.computed(()=>Me({density:a.density,disabled:f.value,field:"v-text-field",iconSet:c==null?void 0:c.defaultSet,loading:u.value,loadingWait:a.loadingWait,tableField:a.tableField,variant:a.variant})),z=e.computed(()=>We({density:a.density,field:"v-text-field"})),w=Yn({density:a.density,variant:a.variant}),b=e.computed(()=>je({active:d.value,name:"text-field"})),C=e.computed(()=>Ge({name:"text-field",showField:d.value})),O=e.computed(()=>({})),F=e.computed(()=>k.value);function N(){p.value=!1,t.value=g,I()}const k=e.ref(),L=e.ref(null),W=e.ref("body");function I(){var $,G;if(f.value||a.loadingWait&&u.value)return;k.value=Ae({cardMinWidth:($=a.cardProps)==null?void 0:$.minWidth,cardOffsetX:a.cardOffsetX,cardOffsetY:a.cardOffsetY,cardWidth:(G=a.cardProps)==null?void 0:G.width,field:L.value});const B=qe({attrs:l,closeSiblings:a.closeSiblings,fieldOnly:a.fieldOnly,props:s,showField:d,timeOpened:m.value});a={...a,...B.settings},d.value=B.showField,m.value=B.timeOpened,_!==null&&a.closeSiblings&&d.value&&!a.fieldOnly&&_.emit(B.timeOpened)}const A=e.ref(),E=e.computed(()=>A.value);function M(){const B=Xn({required:a.required,rules:a.rules,value:t});return p.value=B.errors,A.value=B.results,B.results}function D(){p.value?p.value=!0:(g=t.value,i("update",t.value),a.loadingWait||I())}let _,S;function R(B){i("update:closeSiblingFields",m),d.value&&m.value!==B&&N()}return e.watch(()=>d.value,()=>{d.value&&M()}),e.watch(()=>t.value,()=>{d.value&&M()}),a.closeSiblings&&import("@vueuse/core").then(({useEventBus:B})=>{_=B(Te),S=_.on(R)}),e.onUnmounted(()=>{S!==void 0&&_.off(R)}),(B,$)=>(e.openBlock(),e.createElementBlock("div",{ref_key:"inlineFieldsContainer",ref:L,class:e.normalizeClass(e.unref(P)),style:e.normalizeStyle(e.unref(O))},[!e.unref(d)&&!e.unref(a).fieldOnly||e.unref(a).cardField?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(e.unref(z))},[e.createElementVNode("div",{class:e.normalizeClass(e.unref(w))},[e.createVNode(e.unref(Kn),e.mergeProps(e.unref(V),{onToggleField:I}),e.createSlots({_:2},[e.renderList(e.unref(r),(G,H)=>({name:H,fn:e.withCtx(q=>[e.renderSlot(B.$slots,H,e.normalizeProps(e.guardReactiveProps({...q})))])}))]),1040)],2)],2)):e.createCommentVNode("",!0),e.unref(d)||e.unref(a).fieldOnly||e.unref(a).cardField?(e.openBlock(),e.createElementBlock("div",{key:1,class:e.normalizeClass(e.unref(b))},[(e.openBlock(),e.createBlock(e.Teleport,{disabled:!e.unref(a).cardField,to:e.unref(W)},[e.createVNode(kt,e.mergeProps(e.unref(x),{modelValue:t.value,"onUpdate:modelValue":$[1]||($[1]=G=>t.value=G),autofocus:!e.unref(a).fieldOnly||e.unref(a).autofocus,"clear-icon":e.unref(y),color:e.unref(a).color,density:e.unref(a).density,disabled:e.unref(u)||e.unref(f),error:e.unref(p),"error-messages":e.unref(E),"hide-details":e.unref(a).hideDetails,label:e.unref(a).label,loading:e.unref(u),variant:e.unref(a).variant,width:"100%",onKeyup:[e.withKeys(D,["enter"]),e.withKeys(N,["esc"])]}),e.createSlots({_:2},[e.renderList(e.unref(r),(G,H)=>({name:H,fn:e.withCtx(q=>[e.renderSlot(B.$slots,H,e.normalizeProps(e.guardReactiveProps({...q})))])})),e.unref(r).append?void 0:{name:"append",fn:e.withCtx(()=>[e.createVNode(e.unref(mn),{modelValue:t.value,"onUpdate:modelValue":$[0]||($[0]=G=>t.value=G),"cancel-button-color":e.unref(a).cancelButtonColor,"cancel-button-size":e.unref(a).cancelButtonSize,"cancel-button-title":e.unref(a).cancelButtonTitle,"cancel-button-variant":e.unref(a).cancelButtonVariant,"cancel-icon":e.unref(a).cancelIcon,"cancel-icon-color":e.unref(a).cancelIconColor,error:e.unref(p),"field-only":e.unref(a).fieldOnly,"hide-save-icon":e.unref(a).hideSaveIcon,loading:e.unref(u),"loading-icon":e.unref(a).loadingIcon,"loading-icon-color":e.unref(a).loadingIconColor,required:e.unref(a).required,"save-button-color":e.unref(a).saveButtonColor,"save-button-size":e.unref(a).saveButtonSize,"save-button-title":e.unref(a).saveButtonTitle,"save-button-variant":e.unref(a).saveButtonVariant,"save-icon":e.unref(a).saveIcon,"save-icon-color":e.unref(a).saveIconColor,onClose:N,onSave:D},null,8,["modelValue","cancel-button-color","cancel-button-size","cancel-button-title","cancel-button-variant","cancel-icon","cancel-icon-color","error","field-only","hide-save-icon","loading","loading-icon","loading-icon-color","required","save-button-color","save-button-size","save-button-title","save-button-variant","save-icon","save-icon-color"])]),key:"0"}]),1040,["modelValue","autofocus","clear-icon","color","density","disabled","error","error-messages","hide-details","label","loading","variant","onKeyup"])],8,["disabled","to"]))],2)):e.createCommentVNode("",!0),e.unref(a).cardField?(e.openBlock(),e.createElementBlock("div",{key:2,class:e.normalizeClass(e.unref(C)),style:e.normalizeStyle(e.unref(F))},[e.createVNode(Le,e.normalizeProps(e.guardReactiveProps(e.unref(T))),{default:e.withCtx(()=>[e.createVNode(Ne,null,{default:e.withCtx(()=>[e.createElementVNode("div",{ref_key:"cardFieldRef",ref:W},null,512)]),_:1})]),_:1},16)],6)):e.createCommentVNode("",!0)],6))}}),VInlineTextarea:e.defineComponent({__name:"VInlineTextarea",props:e.mergeModels(e.mergeDefaults({autoGrow:{},clearIcon:{},density:{},rows:{},rules:{},variant:{},autofocus:{type:Boolean},cancelButtonColor:{},cancelButtonSize:{},cancelButtonTitle:{},cancelButtonVariant:{},cancelIcon:{},cancelIconColor:{},cardField:{type:Boolean},cardOffsetX:{},cardOffsetY:{},cardProps:{},closeSiblings:{type:Boolean},color:{},disabled:{type:Boolean},displayAppendIcon:{},displayAppendIconColor:{},displayAppendIconSize:{},displayAppendInnerIcon:{},displayAppendInnerIconColor:{},displayAppendInnerIconSize:{},displayPrependIcon:{},displayPrependIconColor:{},displayPrependIconSize:{},displayPrependInnerIcon:{},displayPrependInnerIconColor:{},displayPrependInnerIconSize:{},emptyText:{},error:{type:Boolean},fieldOnly:{type:Boolean},hideDetails:{type:Boolean},hideSaveIcon:{type:Boolean},item:{},label:{},loading:{type:Boolean},loadingIcon:{},loadingIconColor:{},loadingWait:{type:Boolean},name:{},required:{type:Boolean},saveButtonColor:{},saveButtonSize:{},saveButtonTitle:{},saveButtonVariant:{},saveIcon:{},saveIconColor:{},tableField:{type:Boolean},truncateLength:{},truncateSuffix:{},underlineColor:{},underlineStyle:{},underlineWidth:{},underlined:{type:Boolean},valueColor:{}},{...sa}),{modelValue:{}}),emits:e.mergeModels([...He],["update:modelValue"]),setup(n,{emit:o}){const t=e.useModel(n,"modelValue"),l=e.useAttrs(),r=e.useSlots(),i=o,c=e.inject(Symbol.for("vuetify:icons")),s=n;let a=e.reactive({...l,...s});const u=e.computed(()=>s.loading),f=e.computed(()=>s.disabled),v=e.ref(!1),p=e.ref(!1),d=e.ref(!1),m=e.ref(null);let g=t.value;e.watch(()=>u.value,(B,$)=>{!B&&$&&d.value&&I()});const y=e.computed(()=>de({icon:s.clearIcon,iconOptions:c,name:"clear"})),h=e.computed(()=>t.value?(v.value=!1,a.truncateLength?xt({length:a.truncateLength,suffix:a.truncateSuffix,text:t.value}):t.value):(v.value=!0,a.emptyText)),x=e.computed(()=>sn(a)),V=e.computed(()=>({color:a.color,displayAppendIcon:s.displayAppendIcon,displayAppendIconColor:s.displayAppendIconColor,displayAppendIconSize:s.displayAppendIconSize,displayAppendInnerIcon:s.displayAppendInnerIcon,displayAppendInnerIconColor:s.displayAppendInnerIconColor,displayAppendInnerIconSize:s.displayAppendInnerIconSize,displayPrependIcon:s.displayPrependIcon,displayPrependIconColor:s.displayPrependIconColor,displayPrependIconSize:s.displayPrependIconSize,displayPrependInnerIcon:s.displayPrependInnerIcon,displayPrependInnerIconColor:s.displayPrependInnerIconColor,displayPrependInnerIconSize:s.displayPrependInnerIconSize,displayValue:h.value,empty:v.value,error:p.value,field:"v-text-field",underlineColor:a.underlineColor,underlineStyle:a.underlineStyle,underlineWidth:a.underlineWidth,underlined:a.underlined,valueColor:a.valueColor})),T=e.computed(()=>({...Re,...s.cardProps})),P=e.computed(()=>Me({density:a.density,disabled:f.value,field:"v-textarea",iconSet:c==null?void 0:c.defaultSet,loading:u.value,loadingWait:a.loadingWait,tableField:a.tableField,variant:a.variant})),z=e.computed(()=>We({density:a.density,field:"v-textarea"})),w=Yn({density:a.density,variant:a.variant}),b=e.computed(()=>je({active:d.value,name:"textarea"})),C=e.computed(()=>Ge({name:"textarea",showField:d.value})),O=e.computed(()=>({})),F=e.computed(()=>k.value);function N(){p.value=!1,t.value=g,I()}const k=e.ref(),L=e.ref(null),W=e.ref("body");function I(){var $,G;if(f.value||a.loadingWait&&u.value)return;k.value=Ae({cardMinWidth:($=a.cardProps)==null?void 0:$.minWidth,cardOffsetX:a.cardOffsetX,cardOffsetY:a.cardOffsetY,cardWidth:(G=a.cardProps)==null?void 0:G.width,field:L.value});const B=qe({attrs:l,closeSiblings:a.closeSiblings,fieldOnly:a.fieldOnly,props:s,showField:d,timeOpened:m.value});a={...a,...B.settings},d.value=B.showField,m.value=B.timeOpened,_!==null&&a.closeSiblings&&d.value&&!a.fieldOnly&&_.emit(B.timeOpened)}const A=e.ref(),E=e.computed(()=>A.value);function M(){const B=Xn({required:a.required,rules:a.rules,value:t});return p.value=B.errors,A.value=B.results,B.results}function D(){g=t.value,i("update",t.value),a.loadingWait||I()}let _,S;function R(B){i("update:closeSiblingFields",m),d.value&&m.value!==B&&N()}return e.watch(()=>d.value,()=>{d.value&&M()}),e.watch(()=>t.value,()=>{d.value&&M()}),a.closeSiblings&&import("@vueuse/core").then(({useEventBus:B})=>{_=B(Te),S=_.on(R)}),e.onUnmounted(()=>{S!==void 0&&_.off(R)}),(B,$)=>(e.openBlock(),e.createElementBlock("div",{ref_key:"inlineFieldsContainer",ref:L,class:e.normalizeClass(e.unref(P)),style:e.normalizeStyle(e.unref(O))},[!e.unref(d)&&!e.unref(a).fieldOnly||e.unref(a).cardField?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(e.unref(z))},[e.createElementVNode("div",{class:e.normalizeClass(e.unref(w))},[e.createVNode(e.unref(Kn),e.mergeProps(e.unref(V),{onToggleField:I}),e.createSlots({_:2},[e.renderList(e.unref(r),(G,H)=>({name:H,fn:e.withCtx(q=>[e.renderSlot(B.$slots,H,e.normalizeProps(e.guardReactiveProps({...q})))])}))]),1040)],2)],2)):e.createCommentVNode("",!0),e.unref(d)||e.unref(a).fieldOnly||e.unref(a).cardField?(e.openBlock(),e.createElementBlock("div",{key:1,class:e.normalizeClass(e.unref(b))},[(e.openBlock(),e.createBlock(e.Teleport,{disabled:!e.unref(a).cardField,to:e.unref(W)},[e.createVNode(Jr,e.mergeProps(e.unref(x),{modelValue:t.value,"onUpdate:modelValue":$[0]||($[0]=G=>t.value=G),"auto-grow":e.unref(a).autoGrow,autofocus:!e.unref(a).fieldOnly||e.unref(a).autofocus,"clear-icon":e.unref(y),color:e.unref(a).color,density:e.unref(a).density,disabled:e.unref(u)||e.unref(f),error:e.unref(p),"error-messages":e.unref(E),"hide-details":e.unref(a).hideDetails,label:e.unref(a).label,loading:e.unref(u),rows:e.unref(a).rows,variant:e.unref(a).variant,width:"100%",onKeyup:e.withKeys(N,["esc"])}),e.createSlots({_:2},[e.renderList(e.unref(r),(G,H)=>({name:H,fn:e.withCtx(q=>[e.renderSlot(B.$slots,H,e.normalizeProps(e.guardReactiveProps({...q})))])})),e.unref(r).append?void 0:{name:"append",fn:e.withCtx(()=>[e.createVNode(e.unref(mn),{"cancel-button-color":e.unref(a).cancelButtonColor,"cancel-button-size":e.unref(a).cancelButtonSize,"cancel-button-title":e.unref(a).cancelButtonTitle,"cancel-button-variant":e.unref(a).cancelButtonVariant,"cancel-icon":e.unref(a).cancelIcon,"cancel-icon-color":e.unref(a).cancelIconColor,error:e.unref(p),"field-only":e.unref(a).fieldOnly,"hide-save-icon":e.unref(a).hideSaveIcon,loading:e.unref(u),"loading-icon":e.unref(a).loadingIcon,"loading-icon-color":e.unref(a).loadingIconColor,"save-button-color":e.unref(a).saveButtonColor,"save-button-size":e.unref(a).saveButtonSize,"save-button-title":e.unref(a).saveButtonTitle,"save-button-variant":e.unref(a).saveButtonVariant,"save-icon":e.unref(a).saveIcon,"save-icon-color":e.unref(a).saveIconColor,onClose:N,onSave:D},null,8,["cancel-button-color","cancel-button-size","cancel-button-title","cancel-button-variant","cancel-icon","cancel-icon-color","error","field-only","hide-save-icon","loading","loading-icon","loading-icon-color","save-button-color","save-button-size","save-button-title","save-button-variant","save-icon","save-icon-color"])]),key:"0"}]),1040,["modelValue","auto-grow","autofocus","clear-icon","color","density","disabled","error","error-messages","hide-details","label","loading","rows","variant","onKeyup"])],8,["disabled","to"]))],2)):e.createCommentVNode("",!0),e.unref(a).cardField?(e.openBlock(),e.createElementBlock("div",{key:2,class:e.normalizeClass(e.unref(C)),style:e.normalizeStyle(e.unref(F))},[e.createVNode(Le,e.normalizeProps(e.guardReactiveProps(e.unref(T))),{default:e.withCtx(()=>[e.createVNode(Ne,null,{default:e.withCtx(()=>[e.createElementVNode("div",{ref_key:"cardFieldRef",ref:W},null,512)]),_:1})]),_:1},16)],6)):e.createCommentVNode("",!0)],6))}})},ri=n=>{for(const o in ve){const t=ve[o];n.component(t.name,t)}};for(const n in ve)ve[n].install=ri;const ii=ve.VInlineCheckbox,si=ve.VInlineCustomField,ui=ve.VInlineSelect,ci=ve.VInlineSwitch,di=ve.VInlineTextField,pi=ve.VInlineTextarea,vi={VInlineFields:ve};exports.VInlineCheckbox=ii,exports.VInlineCustomField=si,exports.VInlineSelect=ui,exports.VInlineSwitch=ci,exports.VInlineTextField=di,exports.VInlineTextarea=pi,exports.default=vi; + */Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("vue"),Ft=require("vuetify"),ua=require("@vueuse/core"),Le=Symbol("identifier"),Me={elevation:5,variant:"flat"},yn={cancelButtonColor:"default",cancelButtonSize:"x-small",cancelButtonTitle:"Cancel",cancelButtonVariant:"text",cancelIcon:void 0,cancelIconColor:"default",cardField:!1,cardOffsetX:0,cardOffsetY:0,cardProps:()=>({}),closeSiblings:!1,color:"primary",density:"compact",disabled:!1,displayAppendIcon:void 0,displayAppendIconColor:void 0,displayAppendIconSize:"x-small",displayAppendInnerIcon:void 0,displayAppendInnerIconColor:void 0,displayAppendInnerIconSize:"x-small",displayPrependIcon:void 0,displayPrependIconColor:void 0,displayPrependIconSize:"x-small",displayPrependInnerIcon:void 0,displayPrependInnerIconColor:void 0,displayPrependInnerIconSize:"x-small",emptyText:"empty",fieldOnly:!1,hideDetails:!0,label:"",loading:!1,loadingWait:!0,name:"",tableField:!0,underlineColor:"primary",underlineStyle:"dotted",underlineWidth:"2px",underlined:!0,valueColor:"default"},Nt={autofocus:!0},Zn={hideSaveIcon:!1,loadingIcon:void 0,loadingIconColor:"primary",saveButtonColor:"primary",saveButtonSize:"x-small",saveButtonTitle:"Save",saveButtonVariant:"text",saveIcon:void 0,saveIconColor:"primary"},Mo={falseValue:!1,iconFalse:void 0,iconFalseColor:"danger",iconFalseTitle:"No",iconTrue:void 0,iconTrueColor:"success",iconTrueTitle:"Yes",icons:!0,trueValue:!0},ca={...yn,...Mo,...Zn,falseIcon:void 0,icons:!0,trueIcon:void 0},da={...yn,...Nt,...Zn,clearIcon:void 0,clearable:!1,hideSelected:!0,itemTitle:"title",itemValue:"value",items:()=>[],menu:!0,variant:"underlined"},pa={...yn,...Mo,icons:!0,falseIcon:""},va={...Nt,...Zn,...yn,autoGrow:!0,rows:1,truncateLength:void 0,truncateSuffix:"...",variant:"underlined"},Wo={...yn,...Nt,...Zn,truncateLength:void 0,truncateSuffix:"...",variant:"underlined"},fa={fa:{checkboxFalse:"$checkboxOff",checkboxTrue:"far fa-square-check",clear:"$clear",false:"$close",loading:"fa-circle-notch",save:"fa-floppy-disk",true:"$complete"},mdi:{checkboxFalse:"$checkboxOff",checkboxTrue:"mdi:mdi-checkbox-outline",clear:"$clear",false:"$close",loading:"mdi-loading",save:"mdi-content-save",true:"$complete"}},ve=n=>{const{icon:o,iconOptions:t,name:l}=n;if(o)return o;const r=fa[t==null?void 0:t.defaultSet];if(!r)throw new Error(`VInlineFields: No VInlineFields default ${t==null?void 0:t.defaultSet} icon set found for ${l}. Please set the icon prop.`);const i=r[l];if(!i)throw new Error(`VInlineFields: No ${l} icon found. Please set the icon prop, or set the default icon set to 'mdi' or 'fa'`);return i};function q(n,o){return t=>Object.keys(n).reduce((l,r)=>{const i=typeof n[r]=="object"&&n[r]!=null&&!Array.isArray(n[r])?n[r]:{type:n[r]};return l[r]=t&&r in t?{...i,default:t[r]}:i,o&&!l[r].source&&(l[r].source=o),l},{})}const Z=q({class:[String,Array],style:{type:[String,Array,Object],default:null}},"component"),ue=typeof window<"u",At=ue&&"IntersectionObserver"in window;function Xt(n,o,t){const l=o.length-1;if(l<0)return n===void 0?t:n;for(let r=0;rgn(n[l],o[l]))}function be(n,o,t){if(o===!0)return n===void 0?t:n;if(o==null||typeof o=="boolean")return t;if(n!==Object(n)){if(typeof o!="function")return t;const r=o(n,t);return r===void 0?t:r}if(typeof o=="string")return function(r,i,c){return r!=null&&i&&typeof i=="string"?r[i]!==void 0?r[i]:Xt(r,(i=(i=i.replace(/\[(\w+)\]/g,".$1")).replace(/^\./,"")).split("."),c):c}(n,o,t);if(Array.isArray(o))return Xt(n,o,t);if(typeof o!="function")return t;const l=o(n,t);return l===void 0?t:l}function Y(n){let o=arguments.length>1&&arguments[1]!==void 0?arguments[1]:"px";return n==null||n===""?void 0:isNaN(+n)?String(n):isFinite(+n)?`${Number(n)}${o}`:void 0}function pt(n){return n!==null&&typeof n=="object"&&!Array.isArray(n)}function $n(n){if(n&&"$el"in n){const o=n.$el;return(o==null?void 0:o.nodeType)===Node.TEXT_NODE?o.nextElementSibling:o}return n}const Kt=Object.freeze({enter:13,tab:9,delete:46,esc:27,space:32,up:38,down:40,left:37,right:39,end:35,home:36,del:46,backspace:8,insert:45,pageup:33,pagedown:34,shift:16});function ot(n,o){return o.every(t=>n.hasOwnProperty(t))}function jo(n,o){const t={},l=new Set(Object.keys(n));for(const r of o)l.has(r)&&(t[r]=n[r]);return t}function Jt(n,o,t){const l=Object.create(null),r=Object.create(null);for(const i in n)o.some(c=>c instanceof RegExp?c.test(i):c===i)&&!(t!=null&&t.some(c=>c===i))?l[i]=n[i]:r[i]=n[i];return[l,r]}function Oe(n,o){const t={...n};return o.forEach(l=>delete t[l]),t}const Go=/^on[^a-z]/,vt=n=>Go.test(n),ma=["onAfterscriptexecute","onAnimationcancel","onAnimationend","onAnimationiteration","onAnimationstart","onAuxclick","onBeforeinput","onBeforescriptexecute","onChange","onClick","onCompositionend","onCompositionstart","onCompositionupdate","onContextmenu","onCopy","onCut","onDblclick","onFocusin","onFocusout","onFullscreenchange","onFullscreenerror","onGesturechange","onGestureend","onGesturestart","onGotpointercapture","onInput","onKeydown","onKeypress","onKeyup","onLostpointercapture","onMousedown","onMousemove","onMouseout","onMouseover","onMouseup","onMousewheel","onPaste","onPointercancel","onPointerdown","onPointerenter","onPointerleave","onPointermove","onPointerout","onPointerover","onPointerup","onReset","onSelect","onSubmit","onTouchcancel","onTouchend","onTouchmove","onTouchstart","onTransitioncancel","onTransitionend","onTransitionrun","onTransitionstart","onWheel"];function hn(n){const[o,t]=Jt(n,[Go]),l=Oe(o,ma),[r,i]=Jt(t,["class","style","id",/^data-/]);return Object.assign(r,o),Object.assign(i,l),[r,i]}function Be(n){return n==null?[]:Array.isArray(n)?n:[n]}function We(n){let o=arguments.length>1&&arguments[1]!==void 0?arguments[1]:0,t=arguments.length>2&&arguments[2]!==void 0?arguments[2]:1;return Math.max(o,Math.min(t,n))}function Zt(n,o){return n+(arguments.length>2&&arguments[2]!==void 0?arguments[2]:"0").repeat(Math.max(0,o-n.length))}function Re(){let n=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},o=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},t=arguments.length>2?arguments[2]:void 0;const l={};for(const r in n)l[r]=n[r];for(const r in o){const i=n[r],c=o[r];pt(i)&&pt(c)?l[r]=Re(i,c,t):Array.isArray(i)&&Array.isArray(c)&&t?l[r]=t(i,c):l[r]=c}return l}function qo(n){return n.map(o=>o.type===e.Fragment?qo(o.children):o).flat()}function Fe(){let n=arguments.length>0&&arguments[0]!==void 0?arguments[0]:"";if(Fe.cache.has(n))return Fe.cache.get(n);const o=n.replace(/[^a-z]/gi,"-").replace(/\B([A-Z])/g,"-$1").toLowerCase();return Fe.cache.set(n,o),o}function En(n,o){if(!o||typeof o!="object")return[];if(Array.isArray(o))return o.map(t=>En(n,t)).flat(1);if(Array.isArray(o.children))return o.children.map(t=>En(n,t)).flat(1);if(o.component){if(Object.getOwnPropertySymbols(o.component.provides).includes(n))return[o.component];if(o.component.subTree)return En(n,o.component.subTree).flat(1)}return[]}function Pt(n){const o=e.reactive({}),t=e.computed(n);return e.watchEffect(()=>{for(const l in t.value)o[l]=t.value[l]},{flush:"sync"}),e.toRefs(o)}function Rn(n,o){return n.includes(o)}function Qt(n){return n[2].toLowerCase()+n.slice(3)}Fe.cache=new Map;const ye=()=>[Function,Array];function eo(n,o){return!!(n[o="on"+e.capitalize(o)]||n[`${o}Once`]||n[`${o}Capture`]||n[`${o}OnceCapture`]||n[`${o}CaptureOnce`])}function Ho(n){for(var o=arguments.length,t=new Array(o>1?o-1:0),l=1;l1&&arguments[1]!==void 0)||arguments[1];const t=["button","[href]",'input:not([type="hidden"])',"select","textarea","[tabindex]"].map(l=>`${l}${o?':not([tabindex="-1"])':""}:not([disabled])`).join(", ");return[...n.querySelectorAll(t)]}function Uo(n,o,t){let l,r=n.indexOf(document.activeElement);const i=o==="next"?1:-1;do r+=i,l=n[r];while((!l||l.offsetParent==null||!((t==null?void 0:t(l))??1))&&r=0);return l}function Dn(n,o){var l,r,i,c;const t=ft(n);if(o)if(o==="first")(l=t[0])==null||l.focus();else if(o==="last")(r=t.at(-1))==null||r.focus();else if(typeof o=="number")(i=t[o])==null||i.focus();else{const s=Uo(t,o);s?s.focus():Dn(n,o==="next"?"first":"last")}else n!==document.activeElement&&n.contains(document.activeElement)||((c=t[0])==null||c.focus())}function Ln(n,o){if(!(ue&&typeof CSS<"u"&&CSS.supports!==void 0&&CSS.supports(`selector(${o})`)))return null;try{return!!n&&n.matches(o)}catch{return null}}function Yo(n){return n.some(o=>!e.isVNode(o)||o.type!==e.Comment&&(o.type!==e.Fragment||Yo(o.children)))?n:null}const Xo=["top","bottom"],ya=["start","end","left","right"];function mt(n,o){let[t,l]=n.split(" ");return l||(l=Rn(Xo,t)?"start":Rn(ya,t)?"top":"center"),{side:no(t,o),align:no(l,o)}}function no(n,o){return n==="start"?o?"right":"left":n==="end"?o?"left":"right":n}function lt(n){return{side:{center:"center",top:"bottom",bottom:"top",left:"right",right:"left"}[n.side],align:n.align}}function at(n){return{side:n.side,align:{center:"center",top:"bottom",bottom:"top",left:"right",right:"left"}[n.align]}}function to(n){return{side:n.align,align:n.side}}function oo(n){return Rn(Xo,n.side)?"y":"x"}class Ne{constructor(o){let{x:t,y:l,width:r,height:i}=o;this.x=t,this.y=l,this.width=r,this.height=i}get top(){return this.y}get bottom(){return this.y+this.height}get left(){return this.x}get right(){return this.x+this.width}}function lo(n,o){return{x:{before:Math.max(0,o.left-n.left),after:Math.max(0,n.right-o.right)},y:{before:Math.max(0,o.top-n.top),after:Math.max(0,n.bottom-o.bottom)}}}function Ko(n){return Array.isArray(n)?new Ne({x:n[0],y:n[1],width:0,height:0}):n.getBoundingClientRect()}function _t(n){const o=n.getBoundingClientRect(),t=getComputedStyle(n),l=t.transform;if(l){let r,i,c,s,a;if(l.startsWith("matrix3d("))r=l.slice(9,-1).split(/, /),i=+r[0],c=+r[5],s=+r[12],a=+r[13];else{if(!l.startsWith("matrix("))return new Ne(o);r=l.slice(7,-1).split(/, /),i=+r[0],c=+r[3],s=+r[4],a=+r[5]}const u=t.transformOrigin,f=o.x-s-(1-i)*parseFloat(u),v=o.y-a-(1-c)*parseFloat(u.slice(u.indexOf(" ")+1)),p=i?o.width/i:n.offsetWidth+1,d=c?o.height/c:n.offsetHeight+1;return new Ne({x:f,y:v,width:p,height:d})}return new Ne(o)}function De(n,o,t){if(n.animate===void 0)return{finished:Promise.resolve()};let l;try{l=n.animate(o,t)}catch{return{finished:Promise.resolve()}}return l.finished===void 0&&(l.finished=new Promise(r=>{l.onfinish=()=>{r(l)}})),l}const An=new WeakMap,$e=2.4,ao=.2126729,ro=.7151522,io=.072175,ga=.55,ha=.58,ba=.57,Ca=.62,Pn=.03,so=1.45,Sa=5e-4,Va=1.25,Ia=1.25,uo=.078,co=12.82051282051282,_n=.06,po=.001;function vo(n,o){const t=(n.r/255)**$e,l=(n.g/255)**$e,r=(n.b/255)**$e,i=(o.r/255)**$e,c=(o.g/255)**$e,s=(o.b/255)**$e;let a,u=t*ao+l*ro+r*io,f=i*ao+c*ro+s*io;if(u<=Pn&&(u+=(Pn-u)**so),f<=Pn&&(f+=(Pn-f)**so),Math.abs(f-u)u){const v=(f**ga-u**ha)*Va;a=v-po?0:v>-uo?v-v*co*_n:v+_n}return 100*a}function sn(n){e.warn(`Vuetify: ${n}`)}function rt(n){return!!n&&/^(#|var\(--|(rgb|hsl)a?\()/.test(n)}const fo=/^(?(?:rgb|hsl)a?)\((?.+)\)/,wa={rgb:(n,o,t,l)=>({r:n,g:o,b:t,a:l}),rgba:(n,o,t,l)=>({r:n,g:o,b:t,a:l}),hsl:(n,o,t,l)=>mo({h:n,s:o,l:t,a:l}),hsla:(n,o,t,l)=>mo({h:n,s:o,l:t,a:l}),hsv:(n,o,t,l)=>cn({h:n,s:o,v:t,a:l}),hsva:(n,o,t,l)=>cn({h:n,s:o,v:t,a:l})};function ln(n){if(typeof n=="number")return(isNaN(n)||n<0||n>16777215)&&sn(`'${n}' is not a valid hex color`),{r:(16711680&n)>>16,g:(65280&n)>>8,b:255&n};if(typeof n=="string"&&fo.test(n)){const{groups:o}=n.match(fo),{fn:t,values:l}=o,r=l.split(/,\s*/).map(i=>i.endsWith("%")&&["hsl","hsla","hsv","hsva"].includes(t)?parseFloat(i)/100:parseFloat(i));return wa[t](...r)}if(typeof n=="string"){let o=n.startsWith("#")?n.slice(1):n;[3,4].includes(o.length)?o=o.split("").map(l=>l+l).join(""):[6,8].includes(o.length)||sn(`'${n}' is not a valid hex(a) color`);const t=parseInt(o,16);return(isNaN(t)||t<0||t>4294967295)&&sn(`'${n}' is not a valid hex(a) color`),function(l){l=function(a){return a.startsWith("#")&&(a=a.slice(1)),a=a.replace(/([^0-9a-f])/gi,"F"),(a.length===3||a.length===4)&&(a=a.split("").map(u=>u+u).join("")),a.length!==6&&(a=Zt(Zt(a,6),8,"F")),a}(l);let[r,i,c,s]=function(a){let u=arguments.length>1&&arguments[1]!==void 0?arguments[1]:1;const f=[];let v=0;for(;vparseInt(a,16));return s=s===void 0?s:s/255,{r,g:i,b:c,a:s}}(o)}if(typeof n=="object"){if(ot(n,["r","g","b"]))return n;if(ot(n,["h","s","l"]))return cn(Jo(n));if(ot(n,["h","s","v"]))return cn(n)}throw new TypeError(`Invalid color: ${n==null?n:String(n)||n.constructor.name} +Expected #hex, #hexa, rgb(), rgba(), hsl(), hsla(), object or number`)}function cn(n){const{h:o,s:t,v:l,a:r}=n,i=s=>{const a=(s+o/60)%6;return l-l*t*Math.max(Math.min(a,4-a,1),0)},c=[i(5),i(3),i(1)].map(s=>Math.round(255*s));return{r:c[0],g:c[1],b:c[2],a:r}}function mo(n){return cn(Jo(n))}function Jo(n){const{h:o,s:t,l,a:r}=n,i=l+t*Math.min(l,1-l);return{h:o,s:i===0?0:2-2*l/i,v:i,a:r}}const Mn=Symbol.for("vuetify:defaults");function Ot(){const n=e.inject(Mn);if(!n)throw new Error("[Vuetify] Could not find defaults instance");return n}function Ze(n,o){const t=Ot(),l=e.ref(n),r=e.computed(()=>{if(e.unref(o==null?void 0:o.disabled))return t.value;const i=e.unref(o==null?void 0:o.scoped),c=e.unref(o==null?void 0:o.reset),s=e.unref(o==null?void 0:o.root);if(l.value==null&&!(i||c||s))return t.value;let a=Re(l.value,{prev:t.value});if(i)return a;if(c||s){const u=Number(c||1/0);for(let f=0;f<=u&&a&&"prev"in a;f++)a=a.prev;return a&&typeof s=="string"&&s in a&&(a=Re(Re(a,{prev:a}),a[s])),a}return a.prev?Re(a.prev,a):a});return e.provide(Mn,r),r}function Ba(){let n=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},o=arguments.length>1?arguments[1]:void 0,t=arguments.length>2&&arguments[2]!==void 0?arguments[2]:Ot();const l=ae("useDefaults");if(o=o??l.type.name??l.type.__name,!o)throw new Error("[Vuetify] Could not determine component name");const r=e.computed(()=>{var s;return(s=t.value)==null?void 0:s[n._as??o]}),i=new Proxy(n,{get(s,a){var f,v,p,d;const u=Reflect.get(s,a);return a==="class"||a==="style"?[(f=r.value)==null?void 0:f[a],u].filter(m=>m!=null):typeof a!="string"||function(m,y){var g,b;return((g=m.props)==null?void 0:g[y])!==void 0||((b=m.props)==null?void 0:b[Fe(y)])!==void 0}(l.vnode,a)?u:((v=r.value)==null?void 0:v[a])??((d=(p=t.value)==null?void 0:p.global)==null?void 0:d[a])??u}}),c=e.shallowRef();return e.watchEffect(()=>{if(r.value){const s=Object.entries(r.value).filter(a=>{let[u]=a;return u.startsWith(u[0].toUpperCase())});c.value=s.length?Object.fromEntries(s):void 0}else c.value=void 0}),{props:i,provideSubDefaults:function(){const s=function(a){let u=arguments.length>1&&arguments[1]!==void 0?arguments[1]:ae("injectSelf");const{provides:f}=u;if(f&&a in f)return f[a]}(Mn,l);e.provide(Mn,e.computed(()=>c.value?Re((s==null?void 0:s.value)??{},c.value):s==null?void 0:s.value))}}}function dn(n){if(n._setup=n._setup??n.setup,!n.name)return sn("The component is missing an explicit name, unable to generate default prop value"),n;if(n._setup){n.props=q(n.props??{},n.name)();const o=Object.keys(n.props).filter(t=>t!=="class"&&t!=="style");n.filterProps=function(t){return jo(t,o)},n.props._as=String,n.setup=function(t,l){const r=Ot();if(!r.value)return n._setup(t,l);const{props:i,provideSubDefaults:c}=Ba(t,t._as??n.name,r),s=n._setup(i,l);return c(),s}}return n}function U(){let n=!(arguments.length>0&&arguments[0]!==void 0)||arguments[0];return o=>(n?dn:e.defineComponent)(o)}function bn(n){let o=arguments.length>1&&arguments[1]!==void 0?arguments[1]:"div",t=arguments.length>2?arguments[2]:void 0;return U()({name:t??e.capitalize(e.camelize(n.replace(/__/g,"-"))),props:{tag:{type:String,default:o},...Z()},setup(l,r){let{slots:i}=r;return()=>{var c;return e.h(l.tag,{class:[n,l.class],style:l.style},(c=i.default)==null?void 0:c.call(i))}}})}function Zo(n){if(typeof n.getRootNode!="function"){for(;n.parentNode;)n=n.parentNode;return n!==document?null:document}const o=n.getRootNode();return o!==document&&o.getRootNode({composed:!0})!==document?null:o}const Wn="cubic-bezier(0.4, 0, 0.2, 1)";function ae(n,o){const t=e.getCurrentInstance();if(!t)throw new Error(`[Vuetify] ${n} ${o||"must be called from inside a setup function"}`);return t}function ge(){const n=ae(arguments.length>0&&arguments[0]!==void 0?arguments[0]:"composables").type;return Fe((n==null?void 0:n.aliasName)||(n==null?void 0:n.name))}let Qo=0,zn=new WeakMap;function fe(){const n=ae("getUid");if(zn.has(n))return zn.get(n);{const o=Qo++;return zn.set(n,o),o}}function el(n){let o=arguments.length>1&&arguments[1]!==void 0&&arguments[1];for(;n;){if(o?ka(n):Et(n))return n;n=n.parentElement}return document.scrollingElement}function jn(n,o){const t=[];if(o&&n&&!o.contains(n))return t;for(;n&&(Et(n)&&t.push(n),n!==o);)n=n.parentElement;return t}function Et(n){if(!n||n.nodeType!==Node.ELEMENT_NODE)return!1;const o=window.getComputedStyle(n);return o.overflowY==="scroll"||o.overflowY==="auto"&&n.scrollHeight>n.clientHeight}function ka(n){if(!n||n.nodeType!==Node.ELEMENT_NODE)return!1;const o=window.getComputedStyle(n);return["scroll","auto"].includes(o.overflowY)}function K(n){ae("useRender").render=n}function zt(n){let o=arguments.length>1&&arguments[1]!==void 0?arguments[1]:"content";const t=e.ref(),l=e.ref();if(ue){const r=new ResizeObserver(i=>{n==null||n(i,r),i.length&&(l.value=o==="content"?i[0].contentRect:i[0].target.getBoundingClientRect())});e.onBeforeUnmount(()=>{r.disconnect()}),e.watch(t,(i,c)=>{c&&(r.unobserve($n(c)),l.value=void 0),i&&r.observe($n(i))},{flush:"post"})}return{resizeRef:t,contentRect:e.readonly(l)}}function Ae(n,o){let t;function l(){t=e.effectScope(),t.run(()=>o.length?o(()=>{t==null||t.stop(),l()}):o())}e.watch(n,r=>{r&&!t?l():r||(t==null||t.stop(),t=void 0)},{immediate:!0}),e.onScopeDispose(()=>{t==null||t.stop()})}function ne(n,o,t){let l=arguments.length>3&&arguments[3]!==void 0?arguments[3]:f=>f,r=arguments.length>4&&arguments[4]!==void 0?arguments[4]:f=>f;const i=ae("useProxiedModel"),c=e.ref(n[o]!==void 0?n[o]:t),s=Fe(o),a=s!==o?e.computed(()=>{var f,v,p,d;return n[o],!(!((f=i.vnode.props)!=null&&f.hasOwnProperty(o))&&!((v=i.vnode.props)!=null&&v.hasOwnProperty(s))||!((p=i.vnode.props)!=null&&p.hasOwnProperty(`onUpdate:${o}`))&&!((d=i.vnode.props)!=null&&d.hasOwnProperty(`onUpdate:${s}`)))}):e.computed(()=>{var f,v;return n[o],!(!((f=i.vnode.props)!=null&&f.hasOwnProperty(o))||!((v=i.vnode.props)!=null&&v.hasOwnProperty(`onUpdate:${o}`)))});Ae(()=>!a.value,()=>{e.watch(()=>n[o],f=>{c.value=f})});const u=e.computed({get(){const f=n[o];return l(a.value?f:c.value)},set(f){const v=r(f),p=e.toRaw(a.value?n[o]:c.value);p!==v&&l(p)!==f&&(c.value=v,i==null||i.emit(`update:${o}`,v))}});return Object.defineProperty(u,"externalValue",{get:()=>a.value?n[o]:c.value}),u}fe.reset=()=>{Qo=0,zn=new WeakMap};const nl=Symbol.for("vuetify:locale");function Tt(){const n=e.inject(nl);if(!n)throw new Error("[Vuetify] Could not find injected locale instance");return n}function Cn(){const n=e.inject(nl);if(!n)throw new Error("[Vuetify] Could not find injected rtl instance");return{isRtl:n.isRtl,rtlClasses:n.rtlClasses}}const yo=Symbol.for("vuetify:theme"),oe=q({theme:String},"theme");function ie(n){ae("provideTheme");const o=e.inject(yo,null);if(!o)throw new Error("Could not find Vuetify theme injection");const t=e.computed(()=>n.theme??o.name.value),l=e.computed(()=>o.themes.value[t.value]),r=e.computed(()=>o.isDisabled?void 0:`v-theme--${t.value}`),i={...o,name:t,current:l,themeClasses:r};return e.provide(yo,i),i}const pe=q({tag:{type:String,default:"div"}},"tag"),xa=q({disabled:Boolean,group:Boolean,hideOnLeave:Boolean,leaveAbsolute:Boolean,mode:String,origin:String},"transition");function ce(n,o,t){return U()({name:n,props:xa({mode:t,origin:o}),setup(l,r){let{slots:i}=r;const c={onBeforeEnter(s){l.origin&&(s.style.transformOrigin=l.origin)},onLeave(s){if(l.leaveAbsolute){const{offsetTop:a,offsetLeft:u,offsetWidth:f,offsetHeight:v}=s;s._transitionInitialStyles={position:s.style.position,top:s.style.top,left:s.style.left,width:s.style.width,height:s.style.height},s.style.position="absolute",s.style.top=`${a}px`,s.style.left=`${u}px`,s.style.width=`${f}px`,s.style.height=`${v}px`}l.hideOnLeave&&s.style.setProperty("display","none","important")},onAfterLeave(s){if(l.leaveAbsolute&&(s!=null&&s._transitionInitialStyles)){const{position:a,top:u,left:f,width:v,height:p}=s._transitionInitialStyles;delete s._transitionInitialStyles,s.style.position=a||"",s.style.top=u||"",s.style.left=f||"",s.style.width=v||"",s.style.height=p||""}}};return()=>{const s=l.group?e.TransitionGroup:e.Transition;return e.h(s,{name:l.disabled?"":n,css:!l.disabled,...l.group?void 0:{mode:l.mode},...l.disabled?{}:c},i.default)}}})}function tl(n,o){let t=arguments.length>2&&arguments[2]!==void 0?arguments[2]:"in-out";return U()({name:n,props:{mode:{type:String,default:t},disabled:Boolean},setup(l,r){let{slots:i}=r;return()=>e.h(e.Transition,{name:l.disabled?"":n,css:!l.disabled,...l.disabled?{}:o},i.default)}})}function ol(){let n=arguments.length>0&&arguments[0]!==void 0?arguments[0]:"";const o=arguments.length>1&&arguments[1]!==void 0&&arguments[1]?"width":"height",t=e.camelize(`offset-${o}`);return{onBeforeEnter(i){i._parent=i.parentNode,i._initialStyle={transition:i.style.transition,overflow:i.style.overflow,[o]:i.style[o]}},onEnter(i){const c=i._initialStyle;i.style.setProperty("transition","none","important"),i.style.overflow="hidden";const s=`${i[t]}px`;i.style[o]="0",i.offsetHeight,i.style.transition=c.transition,n&&i._parent&&i._parent.classList.add(n),requestAnimationFrame(()=>{i.style[o]=s})},onAfterEnter:r,onEnterCancelled:r,onLeave(i){i._initialStyle={transition:"",overflow:i.style.overflow,[o]:i.style[o]},i.style.overflow="hidden",i.style[o]=`${i[t]}px`,i.offsetHeight,requestAnimationFrame(()=>i.style[o]="0")},onAfterLeave:l,onLeaveCancelled:l};function l(i){n&&i._parent&&i._parent.classList.remove(n),r(i)}function r(i){const c=i._initialStyle[o];i.style.overflow=i._initialStyle.overflow,c!=null&&(i.style[o]=c),delete i._initialStyle}}const Fa=q({target:[Object,Array]},"v-dialog-transition"),ll=U()({name:"VDialogTransition",props:Fa(),setup(n,o){let{slots:t}=o;const l={onBeforeEnter(r){r.style.pointerEvents="none",r.style.visibility="hidden"},async onEnter(r,i){var p;await new Promise(d=>requestAnimationFrame(d)),await new Promise(d=>requestAnimationFrame(d)),r.style.visibility="";const{x:c,y:s,sx:a,sy:u,speed:f}=ho(n.target,r),v=De(r,[{transform:`translate(${c}px, ${s}px) scale(${a}, ${u})`,opacity:0},{}],{duration:225*f,easing:"cubic-bezier(0.0, 0, 0.2, 1)"});(p=go(r))==null||p.forEach(d=>{De(d,[{opacity:0},{opacity:0,offset:.33},{}],{duration:450*f,easing:Wn})}),v.finished.then(()=>i())},onAfterEnter(r){r.style.removeProperty("pointer-events")},onBeforeLeave(r){r.style.pointerEvents="none"},async onLeave(r,i){var v;await new Promise(p=>requestAnimationFrame(p));const{x:c,y:s,sx:a,sy:u,speed:f}=ho(n.target,r);De(r,[{},{transform:`translate(${c}px, ${s}px) scale(${a}, ${u})`,opacity:0}],{duration:125*f,easing:"cubic-bezier(0.4, 0, 1, 1)"}).finished.then(()=>i()),(v=go(r))==null||v.forEach(p=>{De(p,[{},{opacity:0,offset:.2},{opacity:0}],{duration:250*f,easing:Wn})})},onAfterLeave(r){r.style.removeProperty("pointer-events")}};return()=>n.target?e.createVNode(e.Transition,e.mergeProps({name:"dialog-transition"},l,{css:!1}),t):e.createVNode(e.Transition,{name:"dialog-transition"},t)}});function go(n){var t;const o=(t=n.querySelector(":scope > .v-card, :scope > .v-sheet, :scope > .v-list"))==null?void 0:t.children;return o&&[...o]}function ho(n,o){const t=Ko(n),l=_t(o),[r,i]=getComputedStyle(o).transformOrigin.split(" ").map(b=>parseFloat(b)),[c,s]=getComputedStyle(o).getPropertyValue("--v-overlay-anchor-origin").split(" ");let a=t.left+t.width/2;c==="left"||s==="left"?a-=t.width/2:c!=="right"&&s!=="right"||(a+=t.width/2);let u=t.top+t.height/2;c==="top"||s==="top"?u-=t.height/2:c!=="bottom"&&s!=="bottom"||(u+=t.height/2);const f=t.width/l.width,v=t.height/l.height,p=Math.max(1,f,v),d=f/p||0,m=v/p||0,y=l.width*l.height/(window.innerWidth*window.innerHeight),g=y>.12?Math.min(1.5,10*(y-.12)+1):1;return{x:a-(r+l.left),y:u-(i+l.top),sx:d,sy:m,speed:g}}ce("fab-transition","center center","out-in"),ce("dialog-bottom-transition"),ce("dialog-top-transition"),ce("fade-transition");const Na=ce("scale-transition");ce("scroll-x-transition"),ce("scroll-x-reverse-transition"),ce("scroll-y-transition"),ce("scroll-y-reverse-transition"),ce("slide-x-transition"),ce("slide-x-reverse-transition");const al=ce("slide-y-transition");ce("slide-y-reverse-transition");const Aa=tl("expand-transition",ol()),rl=tl("expand-x-transition",ol("",!0)),Pa=q({defaults:Object,disabled:Boolean,reset:[Number,String],root:[Boolean,String],scoped:Boolean},"VDefaultsProvider"),le=U(!1)({name:"VDefaultsProvider",props:Pa(),setup(n,o){let{slots:t}=o;const{defaults:l,disabled:r,reset:i,root:c,scoped:s}=e.toRefs(n);return Ze(l,{reset:i,root:c,scoped:s,disabled:r}),()=>{var a;return(a=t.default)==null?void 0:a.call(t)}}}),Ee=q({height:[Number,String],maxHeight:[Number,String],maxWidth:[Number,String],minHeight:[Number,String],minWidth:[Number,String],width:[Number,String]},"dimension");function ze(n){return{dimensionStyles:e.computed(()=>({height:Y(n.height),maxHeight:Y(n.maxHeight),maxWidth:Y(n.maxWidth),minHeight:Y(n.minHeight),minWidth:Y(n.minWidth),width:Y(n.width)}))}}const il=q({aspectRatio:[String,Number],contentClass:String,inline:Boolean,...Z(),...Ee()},"VResponsive"),bo=U()({name:"VResponsive",props:il(),setup(n,o){let{slots:t}=o;const{aspectStyles:l}=function(i){return{aspectStyles:e.computed(()=>{const c=Number(i.aspectRatio);return c?{paddingBottom:String(1/c*100)+"%"}:void 0})}}(n),{dimensionStyles:r}=ze(n);return K(()=>{var i;return e.createVNode("div",{class:["v-responsive",{"v-responsive--inline":n.inline},n.class],style:[r.value,n.style]},[e.createVNode("div",{class:"v-responsive__sizer",style:l.value},null),(i=t.additional)==null?void 0:i.call(t),t.default&&e.createVNode("div",{class:["v-responsive__content",n.contentClass]},[t.default()])])}),{}}}),Sn=q({transition:{type:[Boolean,String,Object],default:"fade-transition",validator:n=>n!==!0}},"transition"),we=(n,o)=>{let{slots:t}=o;const{transition:l,disabled:r,...i}=n,{component:c=e.Transition,...s}=typeof l=="object"?l:{};return e.h(c,e.mergeProps(typeof l=="string"?{name:r?"":l}:s,i,{disabled:r}),t)};function Co(n,o){var l;const t=(l=n._observe)==null?void 0:l[o.instance.$.uid];t&&(t.observer.unobserve(n),delete n._observe[o.instance.$.uid])}const $t={mounted:function(n,o){if(!At)return;const t=o.modifiers||{},l=o.value,{handler:r,options:i}=typeof l=="object"?l:{handler:l,options:{}},c=new IntersectionObserver(function(){var v;let s=arguments.length>0&&arguments[0]!==void 0?arguments[0]:[],a=arguments.length>1?arguments[1]:void 0;const u=(v=n._observe)==null?void 0:v[o.instance.$.uid];if(!u)return;const f=s.some(p=>p.isIntersecting);!r||t.quiet&&!u.init||t.once&&!f&&!u.init||r(f,s,a),f&&t.once?Co(n,o):u.init=!0},i);n._observe=Object(n._observe),n._observe[o.instance.$.uid]={init:!1,observer:c},c.observe(n)},unmounted:Co},_a=q({alt:String,cover:Boolean,draggable:{type:[Boolean,String],default:void 0},eager:Boolean,gradient:String,lazySrc:String,options:{type:Object,default:()=>({root:void 0,rootMargin:void 0,threshold:void 0})},sizes:String,src:{type:[String,Object],default:""},crossorigin:String,referrerpolicy:String,srcset:String,position:String,...il(),...Z(),...Sn()},"VImg"),sl=U()({name:"VImg",directives:{intersect:$t},props:_a(),emits:{loadstart:n=>!0,load:n=>!0,error:n=>!0},setup(n,o){let{emit:t,slots:l}=o;const r=e.shallowRef(""),i=e.ref(),c=e.shallowRef(n.eager?"loading":"idle"),s=e.shallowRef(),a=e.shallowRef(),u=e.computed(()=>n.src&&typeof n.src=="object"?{src:n.src.src,srcset:n.srcset||n.src.srcset,lazySrc:n.lazySrc||n.src.lazySrc,aspect:Number(n.aspectRatio||n.src.aspect||0)}:{src:n.src,srcset:n.srcset,lazySrc:n.lazySrc,aspect:Number(n.aspectRatio||0)}),f=e.computed(()=>u.value.aspect||s.value/a.value||0);function v(I){if((!n.eager||!I)&&(!At||I||n.eager)){if(c.value="loading",u.value.lazySrc){const w=new Image;w.src=u.value.lazySrc,g(w,null)}u.value.src&&e.nextTick(()=>{var w;t("loadstart",((w=i.value)==null?void 0:w.currentSrc)||u.value.src),setTimeout(()=>{var _;if((_=i.value)!=null&&_.complete){if(i.value.naturalWidth||d(),c.value==="error")return;f.value||g(i.value,null),c.value==="loading"&&p()}else f.value||g(i.value),m()})})}}function p(){var I;m(),g(i.value),c.value="loaded",t("load",((I=i.value)==null?void 0:I.currentSrc)||u.value.src)}function d(){var I;c.value="error",t("error",((I=i.value)==null?void 0:I.currentSrc)||u.value.src)}function m(){const I=i.value;I&&(r.value=I.currentSrc||I.src)}e.watch(()=>n.src,()=>{v(c.value!=="idle")}),e.watch(f,(I,w)=>{!I&&w&&i.value&&g(i.value)}),e.onBeforeMount(()=>v());let y=-1;function g(I){let w=arguments.length>1&&arguments[1]!==void 0?arguments[1]:100;const _=()=>{clearTimeout(y);const{naturalHeight:h,naturalWidth:B}=I;h||B?(s.value=B,a.value=h):I.complete||c.value!=="loading"||w==null?(I.currentSrc.endsWith(".svg")||I.currentSrc.startsWith("data:image/svg+xml"))&&(s.value=1,a.value=1):y=window.setTimeout(_,w)};_()}const b=e.computed(()=>({"v-img__img--cover":n.cover,"v-img__img--contain":!n.cover})),P=()=>{var _;if(!u.value.src||c.value==="idle")return null;const I=e.createVNode("img",{class:["v-img__img",b.value],style:{objectPosition:n.position},src:u.value.src,srcset:u.value.srcset,alt:n.alt,crossorigin:n.crossorigin,referrerpolicy:n.referrerpolicy,draggable:n.draggable,sizes:n.sizes,ref:i,onLoad:p,onError:d},null),w=(_=l.sources)==null?void 0:_.call(l);return e.createVNode(we,{transition:n.transition,appear:!0},{default:()=>[e.withDirectives(w?e.createVNode("picture",{class:"v-img__picture"},[w,I]):I,[[e.vShow,c.value==="loaded"]])]})},x=()=>e.createVNode(we,{transition:n.transition},{default:()=>[u.value.lazySrc&&c.value!=="loaded"&&e.createVNode("img",{class:["v-img__img","v-img__img--preload",b.value],style:{objectPosition:n.position},src:u.value.lazySrc,alt:n.alt,crossorigin:n.crossorigin,referrerpolicy:n.referrerpolicy,draggable:n.draggable},null)]}),j=()=>l.placeholder?e.createVNode(we,{transition:n.transition,appear:!0},{default:()=>[(c.value==="loading"||c.value==="error"&&!l.error)&&e.createVNode("div",{class:"v-img__placeholder"},[l.placeholder()])]}):null,O=()=>l.error?e.createVNode(we,{transition:n.transition,appear:!0},{default:()=>[c.value==="error"&&e.createVNode("div",{class:"v-img__error"},[l.error()])]}):null,R=()=>n.gradient?e.createVNode("div",{class:"v-img__gradient",style:{backgroundImage:`linear-gradient(${n.gradient})`}},null):null,D=e.shallowRef(!1);{const I=e.watch(f,w=>{w&&(requestAnimationFrame(()=>{requestAnimationFrame(()=>{D.value=!0})}),I())})}return K(()=>{const I=bo.filterProps(n);return e.withDirectives(e.createVNode(bo,e.mergeProps({class:["v-img",{"v-img--booting":!D.value},n.class],style:[{width:Y(n.width==="auto"?s.value:n.width)},n.style]},I,{aspectRatio:f.value,"aria-label":n.alt,role:n.alt?"img":void 0}),{additional:()=>e.createVNode(e.Fragment,null,[e.createVNode(P,null,null),e.createVNode(x,null,null),e.createVNode(R,null,null),e.createVNode(j,null,null),e.createVNode(O,null,null)]),default:l.default}),[[e.resolveDirective("intersect"),{handler:v,options:n.options},null,{once:!0}]])}),{currentSrc:r,image:i,state:c,naturalWidth:s,naturalHeight:a}}}),Qe=q({border:[Boolean,Number,String]},"border");function en(n){let o=arguments.length>1&&arguments[1]!==void 0?arguments[1]:ge();return{borderClasses:e.computed(()=>{const t=e.isRef(n)?n.value:n.border,l=[];if(t===!0||t==="")l.push(`${o}--border`);else if(typeof t=="string"||t===0)for(const r of String(t).split(" "))l.push(`border-${r}`);return l})}}function Rt(n){return Pt(()=>{const o=[],t={};if(n.value.background)if(rt(n.value.background)){if(t.backgroundColor=n.value.background,!n.value.text&&rt(l=n.value.background)&&!/^((rgb|hsl)a?\()?var\(--/.test(l)){const r=ln(n.value.background);if(r.a==null||r.a===1){const i=function(c){const s=Math.abs(vo(ln(0),ln(c)));return Math.abs(vo(ln(16777215),ln(c)))>Math.min(s,50)?"#fff":"#000"}(r);t.color=i,t.caretColor=i}}}else o.push(`bg-${n.value.background}`);var l;return n.value.text&&(rt(n.value.text)?(t.color=n.value.text,t.caretColor=n.value.text):o.push(`text-${n.value.text}`)),{colorClasses:o,colorStyles:t}})}function Ce(n,o){const t=e.computed(()=>({text:e.isRef(n)?n.value:o?n[o]:null})),{colorClasses:l,colorStyles:r}=Rt(t);return{textColorClasses:l,textColorStyles:r}}function Ke(n,o){const t=e.computed(()=>({background:e.isRef(n)?n.value:o?n[o]:null})),{colorClasses:l,colorStyles:r}=Rt(t);return{backgroundColorClasses:l,backgroundColorStyles:r}}const nn=q({elevation:{type:[Number,String],validator(n){const o=parseInt(n);return!isNaN(o)&&o>=0&&o<=24}}},"elevation");function tn(n){return{elevationClasses:e.computed(()=>{const o=e.isRef(n)?n.value:n.elevation,t=[];return o==null||t.push(`elevation-${o}`),t})}}const Se=q({rounded:{type:[Boolean,Number,String],default:void 0}},"rounded");function Ve(n){let o=arguments.length>1&&arguments[1]!==void 0?arguments[1]:ge();return{roundedClasses:e.computed(()=>{const t=e.isRef(n)?n.value:n.rounded,l=[];if(t===!0||t==="")l.push(`${o}--rounded`);else if(typeof t=="string"||t===0)for(const r of String(t).split(" "))l.push(`rounded-${r}`);return l})}}const Oa=[null,"default","comfortable","compact"],he=q({density:{type:String,default:"default",validator:n=>Oa.includes(n)}},"density");function Ie(n){let o=arguments.length>1&&arguments[1]!==void 0?arguments[1]:ge();return{densityClasses:e.computed(()=>`${o}--density-${n.density}`)}}const Ea=["elevated","flat","tonal","outlined","text","plain"];function Vn(n,o){return e.createVNode(e.Fragment,null,[n&&e.createVNode("span",{key:"overlay",class:`${o}__overlay`},null),e.createVNode("span",{key:"underlay",class:`${o}__underlay`},null)])}const xe=q({color:String,variant:{type:String,default:"elevated",validator:n=>Ea.includes(n)}},"variant");function In(n){let o=arguments.length>1&&arguments[1]!==void 0?arguments[1]:ge();const t=e.computed(()=>{const{variant:i}=e.unref(n);return`${o}--variant-${i}`}),{colorClasses:l,colorStyles:r}=Rt(e.computed(()=>{const{variant:i,color:c}=e.unref(n);return{[["elevated","flat"].includes(i)?"background":"text"]:c}}));return{colorClasses:l,colorStyles:r,variantClasses:t}}const ul=q({divided:Boolean,...Qe(),...Z(),...he(),...nn(),...Se(),...pe(),...oe(),...xe()},"VBtnGroup"),So=U()({name:"VBtnGroup",props:ul(),setup(n,o){let{slots:t}=o;const{themeClasses:l}=ie(n),{densityClasses:r}=Ie(n),{borderClasses:i}=en(n),{elevationClasses:c}=tn(n),{roundedClasses:s}=Ve(n);Ze({VBtn:{height:"auto",color:e.toRef(n,"color"),density:e.toRef(n,"density"),flat:!0,variant:e.toRef(n,"variant")}}),K(()=>e.createVNode(n.tag,{class:["v-btn-group",{"v-btn-group--divided":n.divided},l.value,i.value,r.value,c.value,s.value,n.class],style:n.style},t))}}),cl=q({modelValue:{type:null,default:void 0},multiple:Boolean,mandatory:[Boolean,String],max:Number,selectedClass:String,disabled:Boolean},"group"),dl=q({value:null,disabled:Boolean,selectedClass:String},"group-item");function pl(n,o){let t=!(arguments.length>2&&arguments[2]!==void 0)||arguments[2];const l=ae("useGroupItem");if(!l)throw new Error("[Vuetify] useGroupItem composable must be used inside a component setup function");const r=fe();e.provide(Symbol.for(`${o.description}:id`),r);const i=e.inject(o,null);if(!i){if(!t)return i;throw new Error(`[Vuetify] Could not find useGroup injection with symbol ${o.description}`)}const c=e.toRef(n,"value"),s=e.computed(()=>!(!i.disabled.value&&!n.disabled));i.register({id:r,value:c,disabled:s},l),e.onBeforeUnmount(()=>{i.unregister(r)});const a=e.computed(()=>i.isSelected(r)),u=e.computed(()=>a.value&&[i.selectedClass.value,n.selectedClass]);return e.watch(a,f=>{l.emit("group:selected",{value:f})}),{id:r,isSelected:a,toggle:()=>i.select(r,!a.value),select:f=>i.select(r,f),selectedClass:u,value:c,disabled:s,group:i}}function vl(n,o){let t=!1;const l=e.reactive([]),r=ne(n,"modelValue",[],u=>u==null?[]:Vo(l,Be(u)),u=>{const f=function(v,p){const d=[];return p.forEach(m=>{const y=v.findIndex(g=>g.id===m);if(~y){const g=v[y];d.push(g.value!=null?g.value:y)}}),d}(l,u);return n.multiple?f:f[0]}),i=ae("useGroup");function c(){const u=l.find(f=>!f.disabled);u&&n.mandatory==="force"&&!r.value.length&&(r.value=[u.id])}function s(u){if(n.multiple&&sn('This method is not supported when using "multiple" prop'),r.value.length){const f=r.value[0],v=l.findIndex(m=>m.id===f);let p=(v+u)%l.length,d=l[p];for(;d.disabled&&p!==v;)p=(p+u)%l.length,d=l[p];if(d.disabled)return;r.value=[l[p].id]}else{const f=l.find(v=>!v.disabled);f&&(r.value=[f.id])}}e.onMounted(()=>{c()}),e.onBeforeUnmount(()=>{t=!0});const a={register:function(u,f){const v=u,p=En(Symbol.for(`${o.description}:id`),i==null?void 0:i.vnode).indexOf(f);p>-1?l.splice(p,0,v):l.push(v)},unregister:function(u){if(t)return;c();const f=l.findIndex(v=>v.id===u);l.splice(f,1)},selected:r,select:function(u,f){const v=l.find(p=>p.id===u);if(!f||!(v!=null&&v.disabled))if(n.multiple){const p=r.value.slice(),d=p.findIndex(y=>y===u),m=~d;if(f=f??!m,m&&n.mandatory&&p.length<=1||!m&&n.max!=null&&p.length+1>n.max)return;d<0&&f?p.push(u):d>=0&&!f&&p.splice(d,1),r.value=p}else{const p=r.value.includes(u);if(n.mandatory&&p)return;r.value=f??!p?[u]:[]}},disabled:e.toRef(n,"disabled"),prev:()=>s(l.length-1),next:()=>s(1),isSelected:u=>r.value.includes(u),selectedClass:e.computed(()=>n.selectedClass),items:e.computed(()=>l),getItemIndex:u=>function(f,v){const p=Vo(f,[v]);return p.length?f.findIndex(d=>d.id===p[0]):-1}(l,u)};return e.provide(o,a),a}function Vo(n,o){const t=[];return o.forEach(l=>{const r=n.find(c=>gn(l,c.value)),i=n[l];(r==null?void 0:r.value)!=null?t.push(r.id):i!=null&&t.push(i.id)}),t}const fl=Symbol.for("vuetify:v-btn-toggle"),za=q({...ul(),...cl()},"VBtnToggle");U()({name:"VBtnToggle",props:za(),emits:{"update:modelValue":n=>!0},setup(n,o){let{slots:t}=o;const{isSelected:l,next:r,prev:i,select:c,selected:s}=vl(n,fl);return K(()=>{const a=So.filterProps(n);return e.createVNode(So,e.mergeProps({class:["v-btn-toggle",n.class]},a,{style:n.style}),{default:()=>{var u;return[(u=t.default)==null?void 0:u.call(t,{isSelected:l,next:r,prev:i,select:c,selected:s})]}})}),{next:r,prev:i,select:c}}});const Q=[String,Function,Object,Array],Ta=Symbol.for("vuetify:icons"),Gn=q({icon:{type:Q},tag:{type:String,required:!0}},"icon"),Io=U()({name:"VComponentIcon",props:Gn(),setup(n,o){let{slots:t}=o;return()=>{const l=n.icon;return e.createVNode(n.tag,null,{default:()=>{var r;return[n.icon?e.createVNode(l,null,null):(r=t.default)==null?void 0:r.call(t)]}})}}}),$a=dn({name:"VSvgIcon",inheritAttrs:!1,props:Gn(),setup(n,o){let{attrs:t}=o;return()=>e.createVNode(n.tag,e.mergeProps(t,{style:null}),{default:()=>[e.createVNode("svg",{class:"v-icon__svg",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",role:"img","aria-hidden":"true"},[Array.isArray(n.icon)?n.icon.map(l=>Array.isArray(l)?e.createVNode("path",{d:l[0],"fill-opacity":l[1]},null):e.createVNode("path",{d:l},null)):e.createVNode("path",{d:n.icon},null)])]})}});dn({name:"VLigatureIcon",props:Gn(),setup:n=>()=>e.createVNode(n.tag,null,{default:()=>[n.icon]})}),dn({name:"VClassIcon",props:Gn(),setup:n=>()=>e.createVNode(n.tag,{class:n.icon},null)});const Ra=["x-small","small","default","large","x-large"],wn=q({size:{type:[String,Number],default:"default"}},"size");function Bn(n){let o=arguments.length>1&&arguments[1]!==void 0?arguments[1]:ge();return Pt(()=>{let t,l;return Rn(Ra,n.size)?t=`${o}--size-${n.size}`:n.size&&(l={width:Y(n.size),height:Y(n.size)}),{sizeClasses:t,sizeStyles:l}})}const Da=q({color:String,start:Boolean,end:Boolean,icon:Q,...Z(),...wn(),...pe({tag:"i"}),...oe()},"VIcon"),ee=U()({name:"VIcon",props:Da(),setup(n,o){let{attrs:t,slots:l}=o;const r=e.ref(),{themeClasses:i}=ie(n),{iconData:c}=(f=>{const v=e.inject(Ta);if(!v)throw new Error("Missing Vuetify Icons provide!");return{iconData:e.computed(()=>{var g;const p=e.unref(f);if(!p)return{component:Io};let d=p;if(typeof d=="string"&&(d=d.trim(),d.startsWith("$")&&(d=(g=v.aliases)==null?void 0:g[d.slice(1)])),!d)throw new Error(`Could not find aliased icon "${p}"`);if(Array.isArray(d))return{component:$a,icon:d};if(typeof d!="string")return{component:Io,icon:d};const m=Object.keys(v.sets).find(b=>typeof d=="string"&&d.startsWith(`${b}:`)),y=m?d.slice(m.length+1):d;return{component:v.sets[m??v.defaultSet].component,icon:y}})}})(e.computed(()=>r.value||n.icon)),{sizeClasses:s}=Bn(n),{textColorClasses:a,textColorStyles:u}=Ce(e.toRef(n,"color"));return K(()=>{var v,p;const f=(v=l.default)==null?void 0:v.call(l);return f&&(r.value=(p=qo(f).filter(d=>d.type===e.Text&&d.children&&typeof d.children=="string")[0])==null?void 0:p.children),e.createVNode(c.value.component,{tag:n.tag,icon:c.value.icon,class:["v-icon","notranslate",i.value,s.value,a.value,{"v-icon--clickable":!!t.onClick,"v-icon--start":n.start,"v-icon--end":n.end},n.class],style:[s.value?void 0:{fontSize:Y(n.size),height:Y(n.size),width:Y(n.size)},u.value,n.style],role:t.onClick?"button":void 0,"aria-hidden":!t.onClick},{default:()=>[f]})}),{}}});function ml(n,o){const t=e.ref(),l=e.shallowRef(!1);if(At){const r=new IntersectionObserver(i=>{n==null||n(i,r),l.value=!!i.find(c=>c.isIntersecting)},o);e.onBeforeUnmount(()=>{r.disconnect()}),e.watch(t,(i,c)=>{c&&(r.unobserve(c),l.value=!1),i&&r.observe(i)},{flush:"post"})}return{intersectionRef:t,isIntersecting:l}}const La=q({bgColor:String,color:String,indeterminate:[Boolean,String],modelValue:{type:[Number,String],default:0},rotate:{type:[Number,String],default:0},width:{type:[Number,String],default:4},...Z(),...wn(),...pe({tag:"div"}),...oe()},"VProgressCircular"),yl=U()({name:"VProgressCircular",props:La(),setup(n,o){let{slots:t}=o;const l=2*Math.PI*20,r=e.ref(),{themeClasses:i}=ie(n),{sizeClasses:c,sizeStyles:s}=Bn(n),{textColorClasses:a,textColorStyles:u}=Ce(e.toRef(n,"color")),{textColorClasses:f,textColorStyles:v}=Ce(e.toRef(n,"bgColor")),{intersectionRef:p,isIntersecting:d}=ml(),{resizeRef:m,contentRect:y}=zt(),g=e.computed(()=>Math.max(0,Math.min(100,parseFloat(n.modelValue)))),b=e.computed(()=>Number(n.width)),P=e.computed(()=>s.value?Number(n.size):y.value?y.value.width:Math.max(b.value,32)),x=e.computed(()=>20/(1-b.value/P.value)*2),j=e.computed(()=>b.value/P.value*x.value),O=e.computed(()=>Y((100-g.value)/100*l));return e.watchEffect(()=>{p.value=r.value,m.value=r.value}),K(()=>e.createVNode(n.tag,{ref:r,class:["v-progress-circular",{"v-progress-circular--indeterminate":!!n.indeterminate,"v-progress-circular--visible":d.value,"v-progress-circular--disable-shrink":n.indeterminate==="disable-shrink"},i.value,c.value,a.value,n.class],style:[s.value,u.value,n.style],role:"progressbar","aria-valuemin":"0","aria-valuemax":"100","aria-valuenow":n.indeterminate?void 0:g.value},{default:()=>[e.createVNode("svg",{style:{transform:`rotate(calc(-90deg + ${Number(n.rotate)}deg))`},xmlns:"http://www.w3.org/2000/svg",viewBox:`0 0 ${x.value} ${x.value}`},[e.createVNode("circle",{class:["v-progress-circular__underlay",f.value],style:v.value,fill:"transparent",cx:"50%",cy:"50%",r:20,"stroke-width":j.value,"stroke-dasharray":l,"stroke-dashoffset":0},null),e.createVNode("circle",{class:"v-progress-circular__overlay",fill:"transparent",cx:"50%",cy:"50%",r:20,"stroke-width":j.value,"stroke-dasharray":l,"stroke-dashoffset":O.value},null)]),t.default&&e.createVNode("div",{class:"v-progress-circular__content"},[t.default({value:g.value})])]})),{}}}),wo={center:"center",top:"bottom",bottom:"top",left:"right",right:"left"},Dt=q({location:String},"location");function Lt(n){let o=arguments.length>1&&arguments[1]!==void 0&&arguments[1],t=arguments.length>2?arguments[2]:void 0;const{isRtl:l}=Cn();return{locationStyles:e.computed(()=>{if(!n.location)return{};const{side:i,align:c}=mt(n.location.split(" ").length>1?n.location:`${n.location} center`,l.value);function s(u){return t?t(u):0}const a={};return i!=="center"&&(o?a[wo[i]]=`calc(100% - ${s(i)}px)`:a[i]=0),c!=="center"?o?a[wo[c]]=`calc(100% - ${s(c)}px)`:a[c]=0:(i==="center"?a.top=a.left="50%":a[{top:"left",bottom:"left",left:"top",right:"top"}[i]]="50%",a.transform={top:"translateX(-50%)",bottom:"translateX(-50%)",left:"translateY(-50%)",right:"translateY(-50%)",center:"translate(-50%, -50%)"}[i]),a})}}const Ma=q({absolute:Boolean,active:{type:Boolean,default:!0},bgColor:String,bgOpacity:[Number,String],bufferValue:{type:[Number,String],default:0},clickable:Boolean,color:String,height:{type:[Number,String],default:4},indeterminate:Boolean,max:{type:[Number,String],default:100},modelValue:{type:[Number,String],default:0},reverse:Boolean,stream:Boolean,striped:Boolean,roundedBar:Boolean,...Z(),...Dt({location:"top"}),...Se(),...pe(),...oe()},"VProgressLinear"),Wa=U()({name:"VProgressLinear",props:Ma(),emits:{"update:modelValue":n=>!0},setup(n,o){let{slots:t}=o;const l=ne(n,"modelValue"),{isRtl:r,rtlClasses:i}=Cn(),{themeClasses:c}=ie(n),{locationStyles:s}=Lt(n),{textColorClasses:a,textColorStyles:u}=Ce(n,"color"),{backgroundColorClasses:f,backgroundColorStyles:v}=Ke(e.computed(()=>n.bgColor||n.color)),{backgroundColorClasses:p,backgroundColorStyles:d}=Ke(n,"color"),{roundedClasses:m}=Ve(n),{intersectionRef:y,isIntersecting:g}=ml(),b=e.computed(()=>parseInt(n.max,10)),P=e.computed(()=>parseInt(n.height,10)),x=e.computed(()=>parseFloat(n.bufferValue)/b.value*100),j=e.computed(()=>parseFloat(l.value)/b.value*100),O=e.computed(()=>r.value!==n.reverse),R=e.computed(()=>n.indeterminate?"fade-transition":"slide-x-transition"),D=e.computed(()=>n.bgOpacity==null?n.bgOpacity:parseFloat(n.bgOpacity));function I(w){if(!y.value)return;const{left:_,right:h,width:B}=y.value.getBoundingClientRect(),V=O.value?B-w.clientX+(h-B):w.clientX-_;l.value=Math.round(V/B*b.value)}return K(()=>e.createVNode(n.tag,{ref:y,class:["v-progress-linear",{"v-progress-linear--absolute":n.absolute,"v-progress-linear--active":n.active&&g.value,"v-progress-linear--reverse":O.value,"v-progress-linear--rounded":n.rounded,"v-progress-linear--rounded-bar":n.roundedBar,"v-progress-linear--striped":n.striped},m.value,c.value,i.value,n.class],style:[{bottom:n.location==="bottom"?0:void 0,top:n.location==="top"?0:void 0,height:n.active?Y(P.value):0,"--v-progress-linear-height":Y(P.value),...s.value},n.style],role:"progressbar","aria-hidden":n.active?"false":"true","aria-valuemin":"0","aria-valuemax":n.max,"aria-valuenow":n.indeterminate?void 0:j.value,onClick:n.clickable&&I},{default:()=>[n.stream&&e.createVNode("div",{key:"stream",class:["v-progress-linear__stream",a.value],style:{...u.value,[O.value?"left":"right"]:Y(-P.value),borderTop:`${Y(P.value/2)} dotted`,opacity:D.value,top:`calc(50% - ${Y(P.value/4)})`,width:Y(100-x.value,"%"),"--v-progress-linear-stream-to":Y(P.value*(O.value?1:-1))}},null),e.createVNode("div",{class:["v-progress-linear__background",f.value],style:[v.value,{opacity:D.value,width:Y(n.stream?x.value:100,"%")}]},null),e.createVNode(e.Transition,{name:R.value},{default:()=>[n.indeterminate?e.createVNode("div",{class:"v-progress-linear__indeterminate"},[["long","short"].map(w=>e.createVNode("div",{key:w,class:["v-progress-linear__indeterminate",w,p.value],style:d.value},null))]):e.createVNode("div",{class:["v-progress-linear__determinate",p.value],style:[d.value,{width:Y(j.value,"%")}]},null)]}),t.default&&e.createVNode("div",{class:"v-progress-linear__content"},[t.default({value:j.value,buffer:x.value})])]})),{}}}),Mt=q({loading:[Boolean,String]},"loader");function Qn(n){let o=arguments.length>1&&arguments[1]!==void 0?arguments[1]:ge();return{loaderClasses:e.computed(()=>({[`${o}--loading`]:n.loading}))}}function Wt(n,o){var l;let{slots:t}=o;return e.createVNode("div",{class:`${n.name}__loader`},[((l=t.default)==null?void 0:l.call(t,{color:n.color,isActive:n.active}))||e.createVNode(Wa,{active:n.active,color:n.color,height:"2",indeterminate:!0},null)])}const ja=["static","relative","fixed","absolute","sticky"],gl=q({position:{type:String,validator:n=>ja.includes(n)}},"position");function hl(n){let o=arguments.length>1&&arguments[1]!==void 0?arguments[1]:ge();return{positionClasses:e.computed(()=>n.position?`${o}--${n.position}`:void 0)}}function et(n,o){const t=e.resolveDynamicComponent("RouterLink"),l=e.computed(()=>!(!n.href&&!n.to)),r=e.computed(()=>(l==null?void 0:l.value)||eo(o,"click")||eo(n,"click"));if(typeof t=="string")return{isLink:l,isClickable:r,href:e.toRef(n,"href")};const i=n.to?t.useLink(n):void 0;return{isLink:l,isClickable:r,route:i==null?void 0:i.route,navigate:i==null?void 0:i.navigate,isActive:i&&e.computed(()=>{var c,s;return n.exact?(c=i.isExactActive)==null?void 0:c.value:(s=i.isActive)==null?void 0:s.value}),href:e.computed(()=>n.to?i==null?void 0:i.route.value.href:n.href)}}const nt=q({href:String,replace:Boolean,to:[String,Object],exact:Boolean},"router");let it=!1;const yt=Symbol("rippleStop"),Ga=80;function Bo(n,o){n.style.transform=o,n.style.webkitTransform=o}function gt(n){return n.constructor.name==="TouchEvent"}function bl(n){return n.constructor.name==="KeyboardEvent"}const qn={show(n,o){var d;let t=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};if(!((d=o==null?void 0:o._ripple)!=null&&d.enabled))return;const l=document.createElement("span"),r=document.createElement("span");l.appendChild(r),l.className="v-ripple__container",t.class&&(l.className+=` ${t.class}`);const{radius:i,scale:c,x:s,y:a,centerX:u,centerY:f}=function(m,y){var D;let g=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},b=0,P=0;if(!bl(m)){const I=y.getBoundingClientRect(),w=gt(m)?m.touches[m.touches.length-1]:m;b=w.clientX-I.left,P=w.clientY-I.top}let x=0,j=.3;(D=y._ripple)!=null&&D.circle?(j=.15,x=y.clientWidth/2,x=g.center?x:x+Math.sqrt((b-x)**2+(P-x)**2)/4):x=Math.sqrt(y.clientWidth**2+y.clientHeight**2)/2;const O=(y.clientWidth-2*x)/2+"px",R=(y.clientHeight-2*x)/2+"px";return{radius:x,scale:j,x:g.center?O:b-x+"px",y:g.center?R:P-x+"px",centerX:O,centerY:R}}(n,o,t),v=2*i+"px";r.className="v-ripple__animation",r.style.width=v,r.style.height=v,o.appendChild(l);const p=window.getComputedStyle(o);p&&p.position==="static"&&(o.style.position="relative",o.dataset.previousPosition="static"),r.classList.add("v-ripple__animation--enter"),r.classList.add("v-ripple__animation--visible"),Bo(r,`translate(${s}, ${a}) scale3d(${c},${c},${c})`),r.dataset.activated=String(performance.now()),setTimeout(()=>{r.classList.remove("v-ripple__animation--enter"),r.classList.add("v-ripple__animation--in"),Bo(r,`translate(${u}, ${f}) scale3d(1,1,1)`)},0)},hide(n){var i;if(!((i=n==null?void 0:n._ripple)!=null&&i.enabled))return;const o=n.getElementsByClassName("v-ripple__animation");if(o.length===0)return;const t=o[o.length-1];if(t.dataset.isHiding)return;t.dataset.isHiding="true";const l=performance.now()-Number(t.dataset.activated),r=Math.max(250-l,0);setTimeout(()=>{t.classList.remove("v-ripple__animation--in"),t.classList.add("v-ripple__animation--out"),setTimeout(()=>{var c;n.getElementsByClassName("v-ripple__animation").length===1&&n.dataset.previousPosition&&(n.style.position=n.dataset.previousPosition,delete n.dataset.previousPosition),((c=t.parentNode)==null?void 0:c.parentNode)===n&&n.removeChild(t.parentNode)},300)},r)}};function Cl(n){return n===void 0||!!n}function pn(n){const o={},t=n.currentTarget;if(t!=null&&t._ripple&&!t._ripple.touched&&!n[yt]){if(n[yt]=!0,gt(n))t._ripple.touched=!0,t._ripple.isTouch=!0;else if(t._ripple.isTouch)return;if(o.center=t._ripple.centered||bl(n),t._ripple.class&&(o.class=t._ripple.class),gt(n)){if(t._ripple.showTimerCommit)return;t._ripple.showTimerCommit=()=>{qn.show(n,t,o)},t._ripple.showTimer=window.setTimeout(()=>{var l;(l=t==null?void 0:t._ripple)!=null&&l.showTimerCommit&&(t._ripple.showTimerCommit(),t._ripple.showTimerCommit=null)},Ga)}else qn.show(n,t,o)}}function ko(n){n[yt]=!0}function de(n){const o=n.currentTarget;if(o!=null&&o._ripple){if(window.clearTimeout(o._ripple.showTimer),n.type==="touchend"&&o._ripple.showTimerCommit)return o._ripple.showTimerCommit(),o._ripple.showTimerCommit=null,void(o._ripple.showTimer=window.setTimeout(()=>{de(n)}));window.setTimeout(()=>{o._ripple&&(o._ripple.touched=!1)}),qn.hide(o)}}function Sl(n){const o=n.currentTarget;o!=null&&o._ripple&&(o._ripple.showTimerCommit&&(o._ripple.showTimerCommit=null),window.clearTimeout(o._ripple.showTimer))}let vn=!1;function Vl(n){vn||n.keyCode!==Kt.enter&&n.keyCode!==Kt.space||(vn=!0,pn(n))}function Il(n){vn=!1,de(n)}function wl(n){vn&&(vn=!1,de(n))}function xo(n,o,t){const{value:l,modifiers:r}=o,i=Cl(l);if(i||qn.hide(n),n._ripple=n._ripple??{},n._ripple.enabled=i,n._ripple.centered=r.center,n._ripple.circle=r.circle,pt(l)&&l.class&&(n._ripple.class=l.class),i&&!t){if(r.stop)return n.addEventListener("touchstart",ko,{passive:!0}),void n.addEventListener("mousedown",ko);n.addEventListener("touchstart",pn,{passive:!0}),n.addEventListener("touchend",de,{passive:!0}),n.addEventListener("touchmove",Sl,{passive:!0}),n.addEventListener("touchcancel",de),n.addEventListener("mousedown",pn),n.addEventListener("mouseup",de),n.addEventListener("mouseleave",de),n.addEventListener("keydown",Vl),n.addEventListener("keyup",Il),n.addEventListener("blur",wl),n.addEventListener("dragstart",de,{passive:!0})}else!i&&t&&Bl(n)}function Bl(n){n.removeEventListener("mousedown",pn),n.removeEventListener("touchstart",pn),n.removeEventListener("touchend",de),n.removeEventListener("touchmove",Sl),n.removeEventListener("touchcancel",de),n.removeEventListener("mouseup",de),n.removeEventListener("mouseleave",de),n.removeEventListener("keydown",Vl),n.removeEventListener("keyup",Il),n.removeEventListener("dragstart",de),n.removeEventListener("blur",wl)}const kn={mounted:function(n,o){xo(n,o,!1)},unmounted:function(n){delete n._ripple,Bl(n)},updated:function(n,o){o.value!==o.oldValue&&xo(n,o,Cl(o.oldValue))}},qa=q({active:{type:Boolean,default:void 0},symbol:{type:null,default:fl},flat:Boolean,icon:[Boolean,String,Function,Object],prependIcon:Q,appendIcon:Q,block:Boolean,slim:Boolean,stacked:Boolean,ripple:{type:[Boolean,Object],default:!0},text:String,...Qe(),...Z(),...he(),...Ee(),...nn(),...dl(),...Mt(),...Dt(),...gl(),...Se(),...nt(),...wn(),...pe({tag:"button"}),...oe(),...xe({variant:"elevated"})},"VBtn"),ht=U()({name:"VBtn",directives:{Ripple:kn},props:qa(),emits:{"group:selected":n=>!0},setup(n,o){let{attrs:t,slots:l}=o;const{themeClasses:r}=ie(n),{borderClasses:i}=en(n),{colorClasses:c,colorStyles:s,variantClasses:a}=In(n),{densityClasses:u}=Ie(n),{dimensionStyles:f}=ze(n),{elevationClasses:v}=tn(n),{loaderClasses:p}=Qn(n),{locationStyles:d}=Lt(n),{positionClasses:m}=hl(n),{roundedClasses:y}=Ve(n),{sizeClasses:g,sizeStyles:b}=Bn(n),P=pl(n,n.symbol,!1),x=et(n,t),j=e.computed(()=>{var w;return n.active!==void 0?n.active:x.isLink.value?(w=x.isActive)==null?void 0:w.value:P==null?void 0:P.isSelected.value}),O=e.computed(()=>(P==null?void 0:P.disabled.value)||n.disabled),R=e.computed(()=>n.variant==="elevated"&&!(n.disabled||n.flat||n.border)),D=e.computed(()=>{if(n.value!==void 0)return Object(n.value)===n.value?JSON.stringify(n.value,null,0):n.value});function I(w){var _;O.value||x.isLink.value&&(w.metaKey||w.ctrlKey||w.shiftKey||w.button!==0||t.target==="_blank")||((_=x.navigate)==null||_.call(x,w),P==null||P.toggle())}return function(w,_){e.watch(()=>{var h;return(h=w.isActive)==null?void 0:h.value},h=>{w.isLink.value&&h&&_&&e.nextTick(()=>{_(!0)})},{immediate:!0})}(x,P==null?void 0:P.select),K(()=>{var M,L;const w=x.isLink.value?"a":n.tag,_=!(!n.prependIcon&&!l.prepend),h=!(!n.appendIcon&&!l.append),B=!(!n.icon||n.icon===!0),V=(P==null?void 0:P.isSelected.value)&&(!x.isLink.value||((M=x.isActive)==null?void 0:M.value))||!P||((L=x.isActive)==null?void 0:L.value);return e.withDirectives(e.createVNode(w,{type:w==="a"?void 0:"button",class:["v-btn",P==null?void 0:P.selectedClass.value,{"v-btn--active":j.value,"v-btn--block":n.block,"v-btn--disabled":O.value,"v-btn--elevated":R.value,"v-btn--flat":n.flat,"v-btn--icon":!!n.icon,"v-btn--loading":n.loading,"v-btn--slim":n.slim,"v-btn--stacked":n.stacked},r.value,i.value,V?c.value:void 0,u.value,v.value,p.value,m.value,y.value,g.value,a.value,n.class],style:[V?s.value:void 0,f.value,d.value,b.value,n.style],disabled:O.value||void 0,href:x.href.value,onClick:I,value:D.value},{default:()=>{var F;return[Vn(!0,"v-btn"),!n.icon&&_&&e.createVNode("span",{key:"prepend",class:"v-btn__prepend"},[l.prepend?e.createVNode(le,{key:"prepend-defaults",disabled:!n.prependIcon,defaults:{VIcon:{icon:n.prependIcon}}},l.prepend):e.createVNode(ee,{key:"prepend-icon",icon:n.prependIcon},null)]),e.createVNode("span",{class:"v-btn__content","data-no-activator":""},[!l.default&&B?e.createVNode(ee,{key:"content-icon",icon:n.icon},null):e.createVNode(le,{key:"content-defaults",disabled:!B,defaults:{VIcon:{icon:n.icon}}},{default:()=>{var S;return[((S=l.default)==null?void 0:S.call(l))??n.text]}})]),!n.icon&&h&&e.createVNode("span",{key:"append",class:"v-btn__append"},[l.append?e.createVNode(le,{key:"append-defaults",disabled:!n.appendIcon,defaults:{VIcon:{icon:n.appendIcon}}},l.append):e.createVNode(ee,{key:"append-icon",icon:n.appendIcon},null)]),!!n.loading&&e.createVNode("span",{key:"loader",class:"v-btn__loader"},[((F=l.loader)==null?void 0:F.call(l))??e.createVNode(yl,{color:typeof n.loading=="boolean"?void 0:n.loading,indeterminate:!0,size:"23",width:"2"},null)])]}}),[[e.resolveDirective("ripple"),!O.value&&n.ripple,null]])}),{}}}),Ha=q({text:String,clickable:Boolean,...Z(),...oe()},"VLabel"),kl=U()({name:"VLabel",props:Ha(),setup(n,o){let{slots:t}=o;return K(()=>{var l;return e.createVNode("label",{class:["v-label",{"v-label--clickable":n.clickable},n.class],style:n.style},[n.text,(l=t.default)==null?void 0:l.call(t)])}),{}}}),xl=Symbol.for("vuetify:selection-control-group"),Fl=q({color:String,disabled:{type:Boolean,default:null},defaultsTarget:String,error:Boolean,id:String,inline:Boolean,falseIcon:Q,trueIcon:Q,ripple:{type:Boolean,default:!0},multiple:{type:Boolean,default:null},name:String,readonly:Boolean,modelValue:null,type:String,valueComparator:{type:Function,default:gn},...Z(),...he(),...oe()},"SelectionControlGroup"),Ua=q({...Fl({defaultsTarget:"VSelectionControl"})},"VSelectionControlGroup");U()({name:"VSelectionControlGroup",props:Ua(),emits:{"update:modelValue":n=>!0},setup(n,o){let{slots:t}=o;const l=ne(n,"modelValue"),r=fe(),i=e.computed(()=>n.id||`v-selection-control-group-${r}`),c=e.computed(()=>n.name||i.value),s=new Set;return e.provide(xl,{modelValue:l,forceUpdate:()=>{s.forEach(a=>a())},onForceUpdate:a=>{s.add(a),e.onScopeDispose(()=>{s.delete(a)})}}),Ze({[n.defaultsTarget]:{color:e.toRef(n,"color"),disabled:e.toRef(n,"disabled"),density:e.toRef(n,"density"),error:e.toRef(n,"error"),inline:e.toRef(n,"inline"),modelValue:l,multiple:e.computed(()=>!!n.multiple||n.multiple==null&&Array.isArray(l.value)),name:c,falseIcon:e.toRef(n,"falseIcon"),trueIcon:e.toRef(n,"trueIcon"),readonly:e.toRef(n,"readonly"),ripple:e.toRef(n,"ripple"),type:e.toRef(n,"type"),valueComparator:e.toRef(n,"valueComparator")}}),K(()=>{var a;return e.createVNode("div",{class:["v-selection-control-group",{"v-selection-control-group--inline":n.inline},n.class],style:n.style,role:n.type==="radio"?"radiogroup":void 0},[(a=t.default)==null?void 0:a.call(t)])}),{}}});const jt=q({label:String,baseColor:String,trueValue:null,falseValue:null,value:null,...Z(),...Fl()},"VSelectionControl"),Hn=U()({name:"VSelectionControl",directives:{Ripple:kn},inheritAttrs:!1,props:jt(),emits:{"update:modelValue":n=>!0},setup(n,o){let{attrs:t,slots:l}=o;const{group:r,densityClasses:i,icon:c,model:s,textColorClasses:a,textColorStyles:u,backgroundColorClasses:f,backgroundColorStyles:v,trueValue:p}=function(O){const R=e.inject(xl,void 0),{densityClasses:D}=Ie(O),I=ne(O,"modelValue"),w=e.computed(()=>O.trueValue!==void 0?O.trueValue:O.value===void 0||O.value),_=e.computed(()=>O.falseValue!==void 0&&O.falseValue),h=e.computed(()=>!!O.multiple||O.multiple==null&&Array.isArray(I.value)),B=e.computed({get(){const k=R?R.modelValue.value:I.value;return h.value?k.some(z=>O.valueComparator(z,w.value)):O.valueComparator(k,w.value)},set(k){if(O.readonly)return;const z=k?w.value:_.value;let T=z;h.value&&(T=k?[...Be(I.value),z]:Be(I.value).filter(N=>!O.valueComparator(N,w.value))),R?R.modelValue.value=T:I.value=T}}),{textColorClasses:V,textColorStyles:M}=Ce(e.computed(()=>{if(!O.error&&!O.disabled)return B.value?O.color:O.baseColor})),{backgroundColorClasses:L,backgroundColorStyles:F}=Ke(e.computed(()=>!B.value||O.error||O.disabled?void 0:O.color)),S=e.computed(()=>B.value?O.trueIcon:O.falseIcon);return{group:R,densityClasses:D,trueValue:w,falseValue:_,model:B,textColorClasses:V,textColorStyles:M,backgroundColorClasses:L,backgroundColorStyles:F,icon:S}}(n),d=fe(),m=e.computed(()=>n.id||`input-${d}`),y=e.shallowRef(!1),g=e.shallowRef(!1),b=e.ref();function P(O){y.value=!0,Ln(O.target,":focus-visible")!==!1&&(g.value=!0)}function x(){y.value=!1,g.value=!1}function j(O){n.readonly&&r&&e.nextTick(()=>r.forceUpdate()),s.value=O.target.checked}return r==null||r.onForceUpdate(()=>{b.value&&(b.value.checked=s.value)}),K(()=>{var w,_;const O=l.label?l.label({label:n.label,props:{for:m.value}}):n.label,[R,D]=hn(t),I=e.createVNode("input",e.mergeProps({ref:b,checked:s.value,disabled:!(!n.readonly&&!n.disabled),id:m.value,onBlur:x,onFocus:P,onInput:j,"aria-disabled":!(!n.readonly&&!n.disabled),type:n.type,value:p.value,name:n.name,"aria-checked":n.type==="checkbox"?s.value:void 0},D),null);return e.createVNode("div",e.mergeProps({class:["v-selection-control",{"v-selection-control--dirty":s.value,"v-selection-control--disabled":n.disabled,"v-selection-control--error":n.error,"v-selection-control--focused":y.value,"v-selection-control--focus-visible":g.value,"v-selection-control--inline":n.inline},i.value,n.class]},R,{style:n.style}),[e.createVNode("div",{class:["v-selection-control__wrapper",a.value],style:u.value},[(w=l.default)==null?void 0:w.call(l,{backgroundColorClasses:f,backgroundColorStyles:v}),e.withDirectives(e.createVNode("div",{class:["v-selection-control__input"]},[((_=l.input)==null?void 0:_.call(l,{model:s,textColorClasses:a,textColorStyles:u,backgroundColorClasses:f,backgroundColorStyles:v,inputNode:I,icon:c.value,props:{onFocus:P,onBlur:x,id:m.value}}))??e.createVNode(e.Fragment,null,[c.value&&e.createVNode(ee,{key:"icon",icon:c.value},null),I])]),[[e.resolveDirective("ripple"),n.ripple&&[!n.disabled&&!n.readonly,null,["center","circle"]]]])]),O&&e.createVNode(kl,{for:m.value,clickable:!0,onClick:h=>h.stopPropagation()},{default:()=>[O]})])}),{isFocused:y,input:b}}}),Nl=q({indeterminate:Boolean,indeterminateIcon:{type:Q,default:"$checkboxIndeterminate"},...jt({falseIcon:"$checkboxOff",trueIcon:"$checkboxOn"})},"VCheckboxBtn"),bt=U()({name:"VCheckboxBtn",props:Nl(),emits:{"update:modelValue":n=>!0,"update:indeterminate":n=>!0},setup(n,o){let{slots:t}=o;const l=ne(n,"indeterminate"),r=ne(n,"modelValue");function i(a){l.value&&(l.value=!1)}const c=e.computed(()=>l.value?n.indeterminateIcon:n.falseIcon),s=e.computed(()=>l.value?n.indeterminateIcon:n.trueIcon);return K(()=>{const a=Oe(Hn.filterProps(n),["modelValue"]);return e.createVNode(Hn,e.mergeProps(a,{modelValue:r.value,"onUpdate:modelValue":[u=>r.value=u,i],class:["v-checkbox-btn",n.class],style:n.style,type:"checkbox",falseIcon:c.value,trueIcon:s.value,"aria-checked":l.value?"mixed":void 0}),t)}),{}}});function Al(n){const{t:o}=Tt();return{InputIcon:function(t){let{name:l}=t;const r={prepend:"prependAction",prependInner:"prependAction",append:"appendAction",appendInner:"appendAction",clear:"clear"}[l],i=n[`onClick:${l}`],c=i&&r?o(`$vuetify.input.${r}`,n.label??""):void 0;return e.createVNode(ee,{icon:n[`${l}Icon`],"aria-label":c,onClick:i},null)}}}const Ya=q({active:Boolean,color:String,messages:{type:[Array,String],default:()=>[]},...Z(),...Sn({transition:{component:al,leaveAbsolute:!0,group:!0}})},"VMessages"),Xa=U()({name:"VMessages",props:Ya(),setup(n,o){let{slots:t}=o;const l=e.computed(()=>Be(n.messages)),{textColorClasses:r,textColorStyles:i}=Ce(e.computed(()=>n.color));return K(()=>e.createVNode(we,{transition:n.transition,tag:"div",class:["v-messages",r.value,n.class],style:[i.value,n.style],role:"alert","aria-live":"polite"},{default:()=>[n.active&&l.value.map((c,s)=>e.createVNode("div",{class:"v-messages__message",key:`${s}-${l.value}`},[t.message?t.message({message:c}):c]))]})),{}}}),Pl=q({focused:Boolean,"onUpdate:focused":ye()},"focus");function xn(n){let o=arguments.length>1&&arguments[1]!==void 0?arguments[1]:ge();const t=ne(n,"focused");return{focusClasses:e.computed(()=>({[`${o}--focused`]:t.value})),isFocused:t,focus:function(){t.value=!0},blur:function(){t.value=!1}}}const Ka=Symbol.for("vuetify:form");function _l(){return e.inject(Ka,null)}const Ja=q({disabled:{type:Boolean,default:null},error:Boolean,errorMessages:{type:[Array,String],default:()=>[]},maxErrors:{type:[Number,String],default:1},name:String,label:String,readonly:{type:Boolean,default:null},rules:{type:Array,default:()=>[]},modelValue:null,validateOn:String,validationValue:null,...Pl()},"validation"),Fn=q({id:String,appendIcon:Q,centerAffix:{type:Boolean,default:!0},prependIcon:Q,hideDetails:[Boolean,String],hideSpinButtons:Boolean,hint:String,persistentHint:Boolean,messages:{type:[Array,String],default:()=>[]},direction:{type:String,default:"horizontal",validator:n=>["horizontal","vertical"].includes(n)},"onClick:prepend":ye(),"onClick:append":ye(),...Z(),...he(),...Ja()},"VInput"),ke=U()({name:"VInput",props:{...Fn()},emits:{"update:modelValue":n=>!0},setup(n,o){let{attrs:t,slots:l,emit:r}=o;const{densityClasses:i}=Ie(n),{rtlClasses:c}=Cn(),{InputIcon:s}=Al(n),a=fe(),u=e.computed(()=>n.id||`input-${a}`),f=e.computed(()=>`${u.value}-messages`),{errorMessages:v,isDirty:p,isDisabled:d,isReadonly:m,isPristine:y,isValid:g,isValidating:b,reset:P,resetValidation:x,validate:j,validationClasses:O}=function(I){let w=arguments.length>1&&arguments[1]!==void 0?arguments[1]:ge(),_=arguments.length>2&&arguments[2]!==void 0?arguments[2]:fe();const h=ne(I,"modelValue"),B=e.computed(()=>I.validationValue===void 0?h.value:I.validationValue),V=_l(),M=e.ref([]),L=e.shallowRef(!0),F=e.computed(()=>!(!Be(h.value===""?null:h.value).length&&!Be(B.value===""?null:B.value).length)),S=e.computed(()=>!!(I.disabled??(V==null?void 0:V.isDisabled.value))),k=e.computed(()=>!!(I.readonly??(V==null?void 0:V.isReadonly.value))),z=e.computed(()=>{var H;return(H=I.errorMessages)!=null&&H.length?Be(I.errorMessages).concat(M.value).slice(0,Math.max(0,+I.maxErrors)):M.value}),T=e.computed(()=>{let H=(I.validateOn??(V==null?void 0:V.validateOn.value))||"input";H==="lazy"&&(H="input lazy");const X=new Set((H==null?void 0:H.split(" "))??[]);return{blur:X.has("blur")||X.has("input"),input:X.has("input"),submit:X.has("submit"),lazy:X.has("lazy")}}),N=e.computed(()=>{var H;return!I.error&&!((H=I.errorMessages)!=null&&H.length)&&(!I.rules.length||(L.value?!M.value.length&&!T.value.lazy||null:!M.value.length))}),$=e.shallowRef(!1),G=e.computed(()=>({[`${w}--error`]:N.value===!1,[`${w}--dirty`]:F.value,[`${w}--disabled`]:S.value,[`${w}--readonly`]:k.value})),C=e.computed(()=>I.name??e.unref(_));function A(){h.value=null,e.nextTick(E)}function E(){L.value=!0,T.value.lazy?M.value=[]:W(!0)}async function W(){let H=arguments.length>0&&arguments[0]!==void 0&&arguments[0];const X=[];$.value=!0;for(const te of I.rules){if(X.length>=+(I.maxErrors??1))break;const re=typeof te=="function"?te:()=>te,se=await re(B.value);se!==!0&&(se===!1||typeof se=="string"?X.push(se||""):console.warn(`${se} is not a valid value. Rule functions must return boolean true or a string.`))}return M.value=X,$.value=!1,L.value=H,M.value}return e.onBeforeMount(()=>{V==null||V.register({id:C.value,validate:W,reset:A,resetValidation:E})}),e.onBeforeUnmount(()=>{V==null||V.unregister(C.value)}),e.onMounted(async()=>{T.value.lazy||await W(!0),V==null||V.update(C.value,N.value,z.value)}),Ae(()=>T.value.input,()=>{e.watch(B,()=>{if(B.value!=null)W();else if(I.focused){const H=e.watch(()=>I.focused,X=>{X||W(),H()})}})}),Ae(()=>T.value.blur,()=>{e.watch(()=>I.focused,H=>{H||W()})}),e.watch(N,()=>{V==null||V.update(C.value,N.value,z.value)}),{errorMessages:z,isDirty:F,isDisabled:S,isReadonly:k,isPristine:L,isValid:N,isValidating:$,reset:A,resetValidation:E,validate:W,validationClasses:G}}(n,"v-input",u),R=e.computed(()=>({id:u,messagesId:f,isDirty:p,isDisabled:d,isReadonly:m,isPristine:y,isValid:g,isValidating:b,reset:P,resetValidation:x,validate:j})),D=e.computed(()=>{var I;return(I=n.errorMessages)!=null&&I.length||!y.value&&v.value.length?v.value:n.hint&&(n.persistentHint||n.focused)?n.hint:n.messages});return K(()=>{var B,V,M,L;const I=!(!l.prepend&&!n.prependIcon),w=!(!l.append&&!n.appendIcon),_=D.value.length>0,h=!n.hideDetails||n.hideDetails==="auto"&&(_||!!l.details);return e.createVNode("div",{class:["v-input",`v-input--${n.direction}`,{"v-input--center-affix":n.centerAffix,"v-input--hide-spin-buttons":n.hideSpinButtons},i.value,c.value,O.value,n.class],style:n.style},[I&&e.createVNode("div",{key:"prepend",class:"v-input__prepend"},[(B=l.prepend)==null?void 0:B.call(l,R.value),n.prependIcon&&e.createVNode(s,{key:"prepend-icon",name:"prepend"},null)]),l.default&&e.createVNode("div",{class:"v-input__control"},[(V=l.default)==null?void 0:V.call(l,R.value)]),w&&e.createVNode("div",{key:"append",class:"v-input__append"},[n.appendIcon&&e.createVNode(s,{key:"append-icon",name:"append"},null),(M=l.append)==null?void 0:M.call(l,R.value)]),h&&e.createVNode("div",{class:"v-input__details"},[e.createVNode(Xa,{id:f.value,active:_,messages:D.value},{message:l.message}),(L=l.details)==null?void 0:L.call(l,R.value)])])}),{reset:P,resetValidation:x,validate:j,isValid:g,errorMessages:v}}}),Za=q({...Fn(),...Oe(Nl(),["inline"])},"VCheckbox"),Qa=U()({name:"VCheckbox",inheritAttrs:!1,props:Za(),emits:{"update:modelValue":n=>!0,"update:focused":n=>!0},setup(n,o){let{attrs:t,slots:l}=o;const r=ne(n,"modelValue"),{isFocused:i,focus:c,blur:s}=xn(n),a=fe(),u=e.computed(()=>n.id||`checkbox-${a}`);return K(()=>{const[f,v]=hn(t),p=ke.filterProps(n),d=bt.filterProps(n);return e.createVNode(ke,e.mergeProps({class:["v-checkbox",n.class]},f,p,{modelValue:r.value,"onUpdate:modelValue":m=>r.value=m,id:u.value,focused:i.value,style:n.style}),{...l,default:m=>{let{id:y,messagesId:g,isDisabled:b,isReadonly:P}=m;return e.createVNode(bt,e.mergeProps(d,{id:y.value,"aria-describedby":g.value,disabled:b.value,readonly:P.value},v,{modelValue:r.value,"onUpdate:modelValue":x=>r.value=x,onFocus:c,onBlur:s}),l)}})}),{}}}),er=q({start:Boolean,end:Boolean,icon:Q,image:String,text:String,...Z(),...he(),...Se(),...wn(),...pe(),...oe(),...xe({variant:"flat"})},"VAvatar"),Je=U()({name:"VAvatar",props:er(),setup(n,o){let{slots:t}=o;const{themeClasses:l}=ie(n),{colorClasses:r,colorStyles:i,variantClasses:c}=In(n),{densityClasses:s}=Ie(n),{roundedClasses:a}=Ve(n),{sizeClasses:u,sizeStyles:f}=Bn(n);return K(()=>e.createVNode(n.tag,{class:["v-avatar",{"v-avatar--start":n.start,"v-avatar--end":n.end},l.value,r.value,s.value,a.value,u.value,c.value,n.class],style:[i.value,f.value,n.style]},{default:()=>{var v;return[n.image?e.createVNode(sl,{key:"image",src:n.image,alt:"",cover:!0},null):n.icon?e.createVNode(ee,{key:"icon",icon:n.icon},null):((v=t.default)==null?void 0:v.call(t))??n.text,Vn(!1,"v-avatar")]}})),{}}}),Ol=Symbol.for("vuetify:v-chip-group"),nr=q({column:Boolean,filter:Boolean,valueComparator:{type:Function,default:gn},...Z(),...cl({selectedClass:"v-chip--selected"}),...pe(),...oe(),...xe({variant:"tonal"})},"VChipGroup");U()({name:"VChipGroup",props:nr(),emits:{"update:modelValue":n=>!0},setup(n,o){let{slots:t}=o;const{themeClasses:l}=ie(n),{isSelected:r,select:i,next:c,prev:s,selected:a}=vl(n,Ol);return Ze({VChip:{color:e.toRef(n,"color"),disabled:e.toRef(n,"disabled"),filter:e.toRef(n,"filter"),variant:e.toRef(n,"variant")}}),K(()=>e.createVNode(n.tag,{class:["v-chip-group",{"v-chip-group--column":n.column},l.value,n.class],style:n.style},{default:()=>{var u;return[(u=t.default)==null?void 0:u.call(t,{isSelected:r,select:i,next:c,prev:s,selected:a.value})]}})),{}}});const tr=q({activeClass:String,appendAvatar:String,appendIcon:Q,closable:Boolean,closeIcon:{type:Q,default:"$delete"},closeLabel:{type:String,default:"$vuetify.close"},draggable:Boolean,filter:Boolean,filterIcon:{type:String,default:"$complete"},label:Boolean,link:{type:Boolean,default:void 0},pill:Boolean,prependAvatar:String,prependIcon:Q,ripple:{type:[Boolean,Object],default:!0},text:String,modelValue:{type:Boolean,default:!0},onClick:ye(),onClickOnce:ye(),...Qe(),...Z(),...he(),...nn(),...dl(),...Se(),...nt(),...wn(),...pe({tag:"span"}),...oe(),...xe({variant:"tonal"})},"VChip"),or=U()({name:"VChip",directives:{Ripple:kn},props:tr(),emits:{"click:close":n=>!0,"update:modelValue":n=>!0,"group:selected":n=>!0,click:n=>!0},setup(n,o){let{attrs:t,emit:l,slots:r}=o;const{t:i}=Tt(),{borderClasses:c}=en(n),{colorClasses:s,colorStyles:a,variantClasses:u}=In(n),{densityClasses:f}=Ie(n),{elevationClasses:v}=tn(n),{roundedClasses:p}=Ve(n),{sizeClasses:d}=Bn(n),{themeClasses:m}=ie(n),y=ne(n,"modelValue"),g=pl(n,Ol,!1),b=et(n,t),P=e.computed(()=>n.link!==!1&&b.isLink.value),x=e.computed(()=>!n.disabled&&n.link!==!1&&(!!g||n.link||b.isClickable.value)),j=e.computed(()=>({"aria-label":i(n.closeLabel),onClick(D){D.stopPropagation(),y.value=!1,l("click:close",D)}}));function O(D){var I;l("click",D),x.value&&((I=b.navigate)==null||I.call(b,D),g==null||g.toggle())}function R(D){D.key!=="Enter"&&D.key!==" "||(D.preventDefault(),O(D))}return()=>{const D=b.isLink.value?"a":n.tag,I=!(!n.appendIcon&&!n.appendAvatar),w=!(!I&&!r.append),_=!(!r.close&&!n.closable),h=!(!r.filter&&!n.filter)&&g,B=!(!n.prependIcon&&!n.prependAvatar),V=!(!B&&!r.prepend),M=!g||g.isSelected.value;return y.value&&e.withDirectives(e.createVNode(D,{class:["v-chip",{"v-chip--disabled":n.disabled,"v-chip--label":n.label,"v-chip--link":x.value,"v-chip--filter":h,"v-chip--pill":n.pill},m.value,c.value,M?s.value:void 0,f.value,v.value,p.value,d.value,u.value,g==null?void 0:g.selectedClass.value,n.class],style:[M?a.value:void 0,n.style],disabled:n.disabled||void 0,draggable:n.draggable,href:b.href.value,tabindex:x.value?0:void 0,onClick:O,onKeydown:x.value&&!P.value&&R},{default:()=>{var L;return[Vn(x.value,"v-chip"),h&&e.createVNode(rl,{key:"filter"},{default:()=>[e.withDirectives(e.createVNode("div",{class:"v-chip__filter"},[r.filter?e.createVNode(le,{key:"filter-defaults",disabled:!n.filterIcon,defaults:{VIcon:{icon:n.filterIcon}}},r.filter):e.createVNode(ee,{key:"filter-icon",icon:n.filterIcon},null)]),[[e.vShow,g.isSelected.value]])]}),V&&e.createVNode("div",{key:"prepend",class:"v-chip__prepend"},[r.prepend?e.createVNode(le,{key:"prepend-defaults",disabled:!B,defaults:{VAvatar:{image:n.prependAvatar,start:!0},VIcon:{icon:n.prependIcon,start:!0}}},r.prepend):e.createVNode(e.Fragment,null,[n.prependIcon&&e.createVNode(ee,{key:"prepend-icon",icon:n.prependIcon,start:!0},null),n.prependAvatar&&e.createVNode(Je,{key:"prepend-avatar",image:n.prependAvatar,start:!0},null)])]),e.createVNode("div",{class:"v-chip__content"},[((L=r.default)==null?void 0:L.call(r,{isSelected:g==null?void 0:g.isSelected.value,selectedClass:g==null?void 0:g.selectedClass.value,select:g==null?void 0:g.select,toggle:g==null?void 0:g.toggle,value:g==null?void 0:g.value.value,disabled:n.disabled}))??n.text]),w&&e.createVNode("div",{key:"append",class:"v-chip__append"},[r.append?e.createVNode(le,{key:"append-defaults",disabled:!I,defaults:{VAvatar:{end:!0,image:n.appendAvatar},VIcon:{end:!0,icon:n.appendIcon}}},r.append):e.createVNode(e.Fragment,null,[n.appendIcon&&e.createVNode(ee,{key:"append-icon",end:!0,icon:n.appendIcon},null),n.appendAvatar&&e.createVNode(Je,{key:"append-avatar",end:!0,image:n.appendAvatar},null)])]),_&&e.createVNode("div",e.mergeProps({key:"close",class:"v-chip__close"},j.value),[r.close?e.createVNode(le,{key:"close-defaults",defaults:{VIcon:{icon:n.closeIcon,size:"x-small"}}},r.close):e.createVNode(ee,{key:"close-icon",icon:n.closeIcon,size:"x-small"},null)])]}}),[[e.resolveDirective("ripple"),x.value&&n.ripple,null]])}}}),Ct=Symbol.for("vuetify:list");function El(){const n=e.inject(Ct,{hasPrepend:e.shallowRef(!1),updateHasPrepend:()=>null}),o={hasPrepend:e.shallowRef(!1),updateHasPrepend:t=>{t&&(o.hasPrepend.value=t)}};return e.provide(Ct,o),n}function zl(){return e.inject(Ct,null)}const lr={open:n=>{let{id:o,value:t,opened:l,parents:r}=n;if(t){const i=new Set;i.add(o);let c=r.get(o);for(;c!=null;)i.add(c),c=r.get(c);return i}return l.delete(o),l},select:()=>null},Tl={open:n=>{let{id:o,value:t,opened:l,parents:r}=n;if(t){let i=r.get(o);for(l.add(o);i!=null&&i!==o;)l.add(i),i=r.get(i);return l}return l.delete(o),l},select:()=>null},ar={open:Tl.open,select:n=>{let{id:o,value:t,opened:l,parents:r}=n;if(!t)return l;const i=[];let c=r.get(o);for(;c!=null;)i.push(c),c=r.get(c);return new Set(i)}},St=n=>{const o={select:t=>{let{id:l,value:r,selected:i}=t;if(l=e.toRaw(l),n&&!r){const c=Array.from(i.entries()).reduce((s,a)=>{let[u,f]=a;return f==="on"?[...s,u]:s},[]);if(c.length===1&&c[0]===l)return i}return i.set(l,r?"on":"off"),i},in:(t,l,r)=>{let i=new Map;for(const c of t||[])i=o.select({id:c,value:!0,selected:new Map(i),children:l,parents:r});return i},out:t=>{const l=[];for(const[r,i]of t.entries())i==="on"&&l.push(r);return l}};return o},Fo=n=>{const o=St(n);return{select:t=>{let{selected:l,id:r,...i}=t;r=e.toRaw(r);const c=l.has(r)?new Map([[r,l.get(r)]]):new Map;return o.select({...i,id:r,selected:c})},in:(t,l,r)=>{let i=new Map;return t!=null&&t.length&&(i=o.in(t.slice(0,1),l,r)),i},out:(t,l,r)=>o.out(t,l,r)}},fn=Symbol.for("vuetify:nested"),$l={id:e.shallowRef(),root:{register:()=>null,unregister:()=>null,parents:e.ref(new Map),children:e.ref(new Map),open:()=>null,openOnSelect:()=>null,select:()=>null,opened:e.ref(new Set),selected:e.ref(new Map),selectedValues:e.ref([])}},rr=q({selectStrategy:[String,Function],openStrategy:[String,Object],opened:Array,selected:Array,mandatory:Boolean},"nested"),ir=n=>{let o=!1;const t=e.ref(new Map),l=e.ref(new Map),r=ne(n,"opened",n.opened,v=>new Set(v),v=>[...v.values()]),i=e.computed(()=>{if(typeof n.selectStrategy=="object")return n.selectStrategy;switch(n.selectStrategy){case"single-leaf":return(v=>{const p=Fo(v);return{select:d=>{let{id:m,selected:y,children:g,...b}=d;return m=e.toRaw(m),g.has(m)?y:p.select({id:m,selected:y,children:g,...b})},in:p.in,out:p.out}})(n.mandatory);case"leaf":return(v=>{const p=St(v);return{select:d=>{let{id:m,selected:y,children:g,...b}=d;return m=e.toRaw(m),g.has(m)?y:p.select({id:m,selected:y,children:g,...b})},in:p.in,out:p.out}})(n.mandatory);case"independent":return St(n.mandatory);case"single-independent":return Fo(n.mandatory);default:return(v=>{const p={select:d=>{let{id:m,value:y,selected:g,children:b,parents:P}=d;m=e.toRaw(m);const x=new Map(g),j=[m];for(;j.length;){const R=j.shift();g.set(R,y?"on":"off"),b.has(R)&&j.push(...b.get(R))}let O=P.get(m);for(;O;){const R=b.get(O),D=R.every(w=>g.get(w)==="on"),I=R.every(w=>!g.has(w)||g.get(w)==="off");g.set(O,D?"on":I?"off":"indeterminate"),O=P.get(O)}return v&&!y&&Array.from(g.entries()).reduce((D,I)=>{let[w,_]=I;return _==="on"?[...D,w]:D},[]).length===0?x:g},in:(d,m,y)=>{let g=new Map;for(const b of d||[])g=p.select({id:b,value:!0,selected:new Map(g),children:m,parents:y});return g},out:(d,m)=>{const y=[];for(const[g,b]of d.entries())b!=="on"||m.has(g)||y.push(g);return y}};return p})(n.mandatory)}}),c=e.computed(()=>{if(typeof n.openStrategy=="object")return n.openStrategy;switch(n.openStrategy){case"list":return ar;case"single":return lr;default:return Tl}}),s=ne(n,"selected",n.selected,v=>i.value.in(v,t.value,l.value),v=>i.value.out(v,t.value,l.value));function a(v){const p=[];let d=v;for(;d!=null;)p.unshift(d),d=l.value.get(d);return p}e.onBeforeUnmount(()=>{o=!0});const u=ae("nested"),f={id:e.shallowRef(),root:{opened:r,selected:s,selectedValues:e.computed(()=>{const v=[];for(const[p,d]of s.value.entries())d==="on"&&v.push(p);return v}),register:(v,p,d)=>{p&&v!==p&&l.value.set(v,p),d&&t.value.set(v,[]),p!=null&&t.value.set(p,[...t.value.get(p)||[],v])},unregister:v=>{if(o)return;t.value.delete(v);const p=l.value.get(v);if(p){const d=t.value.get(p)??[];t.value.set(p,d.filter(m=>m!==v))}l.value.delete(v),r.value.delete(v)},open:(v,p,d)=>{u.emit("click:open",{id:v,value:p,path:a(v),event:d});const m=c.value.open({id:v,value:p,opened:new Set(r.value),children:t.value,parents:l.value,event:d});m&&(r.value=m)},openOnSelect:(v,p,d)=>{const m=c.value.select({id:v,value:p,selected:new Map(s.value),opened:new Set(r.value),children:t.value,parents:l.value,event:d});m&&(r.value=m)},select:(v,p,d)=>{u.emit("click:select",{id:v,value:p,path:a(v),event:d});const m=i.value.select({id:v,value:p,selected:new Map(s.value),children:t.value,parents:l.value,event:d});m&&(s.value=m),f.root.openOnSelect(v,p,d)},children:t,parents:l}};return e.provide(fn,f),f.root},Rl=(n,o)=>{const t=e.inject(fn,$l),l=Symbol(fe()),r=e.computed(()=>n.value!==void 0?n.value:l),i={...t,id:r,open:(c,s)=>t.root.open(r.value,c,s),openOnSelect:(c,s)=>t.root.openOnSelect(r.value,c,s),isOpen:e.computed(()=>t.root.opened.value.has(r.value)),parent:e.computed(()=>t.root.parents.value.get(r.value)),select:(c,s)=>t.root.select(r.value,c,s),isSelected:e.computed(()=>t.root.selected.value.get(e.toRaw(r.value))==="on"),isIndeterminate:e.computed(()=>t.root.selected.value.get(r.value)==="indeterminate"),isLeaf:e.computed(()=>!t.root.children.value.get(r.value)),isGroupActivator:t.isGroupActivator};return!t.isGroupActivator&&t.root.register(r.value,t.id.value,o),e.onBeforeUnmount(()=>{!t.isGroupActivator&&t.root.unregister(r.value)}),o&&e.provide(fn,i),i},sr=dn({name:"VListGroupActivator",setup(n,o){let{slots:t}=o;return(()=>{const l=e.inject(fn,$l);e.provide(fn,{...l,isGroupActivator:!0})})(),()=>{var l;return(l=t.default)==null?void 0:l.call(t)}}}),ur=q({activeColor:String,baseColor:String,color:String,collapseIcon:{type:Q,default:"$collapse"},expandIcon:{type:Q,default:"$expand"},prependIcon:Q,appendIcon:Q,fluid:Boolean,subgroup:Boolean,title:String,value:null,...Z(),...pe()},"VListGroup"),No=U()({name:"VListGroup",props:ur(),setup(n,o){let{slots:t}=o;const{isOpen:l,open:r,id:i}=Rl(e.toRef(n,"value"),!0),c=e.computed(()=>`v-list-group--id-${String(i.value)}`),s=zl(),{isBooted:a}=function(){const d=e.shallowRef(!1);return e.onMounted(()=>{window.requestAnimationFrame(()=>{d.value=!0})}),{ssrBootStyles:e.computed(()=>d.value?void 0:{transition:"none !important"}),isBooted:e.readonly(d)}}();function u(d){r(!l.value,d)}const f=e.computed(()=>({onClick:u,class:"v-list-group__header",id:c.value})),v=e.computed(()=>l.value?n.collapseIcon:n.expandIcon),p=e.computed(()=>({VListItem:{active:l.value,activeColor:n.activeColor,baseColor:n.baseColor,color:n.color,prependIcon:n.prependIcon||n.subgroup&&v.value,appendIcon:n.appendIcon||!n.subgroup&&v.value,title:n.title,value:n.value}}));return K(()=>e.createVNode(n.tag,{class:["v-list-group",{"v-list-group--prepend":s==null?void 0:s.hasPrepend.value,"v-list-group--fluid":n.fluid,"v-list-group--subgroup":n.subgroup,"v-list-group--open":l.value},n.class],style:n.style},{default:()=>[t.activator&&e.createVNode(le,{defaults:p.value},{default:()=>[e.createVNode(sr,null,{default:()=>[t.activator({props:f.value,isOpen:l.value})]})]}),e.createVNode(we,{transition:{component:Aa},disabled:!a.value},{default:()=>{var d;return[e.withDirectives(e.createVNode("div",{class:"v-list-group__items",role:"group","aria-labelledby":c.value},[(d=t.default)==null?void 0:d.call(t)]),[[e.vShow,l.value]])]}})]})),{}}}),cr=bn("v-list-item-subtitle"),dr=bn("v-list-item-title"),pr=q({active:{type:Boolean,default:void 0},activeClass:String,activeColor:String,appendAvatar:String,appendIcon:Q,baseColor:String,disabled:Boolean,lines:String,link:{type:Boolean,default:void 0},nav:Boolean,prependAvatar:String,prependIcon:Q,ripple:{type:[Boolean,Object],default:!0},slim:Boolean,subtitle:[String,Number,Boolean],title:[String,Number,Boolean],value:null,onClick:ye(),onClickOnce:ye(),...Qe(),...Z(),...he(),...Ee(),...nn(),...Se(),...nt(),...pe(),...oe(),...xe({variant:"text"})},"VListItem"),Un=U()({name:"VListItem",directives:{Ripple:kn},props:pr(),emits:{click:n=>!0},setup(n,o){let{attrs:t,slots:l,emit:r}=o;const i=et(n,t),c=e.computed(()=>n.value===void 0?i.href.value:n.value),{select:s,isSelected:a,isIndeterminate:u,isGroupActivator:f,root:v,parent:p,openOnSelect:d}=Rl(c,!1),m=zl(),y=e.computed(()=>{var k;return n.active!==!1&&(n.active||((k=i.isActive)==null?void 0:k.value)||a.value)}),g=e.computed(()=>n.link!==!1&&i.isLink.value),b=e.computed(()=>!n.disabled&&n.link!==!1&&(n.link||i.isClickable.value||n.value!=null&&!!m)),P=e.computed(()=>n.rounded||n.nav),x=e.computed(()=>n.color??n.activeColor),j=e.computed(()=>({color:y.value?x.value??n.baseColor:n.baseColor,variant:n.variant}));e.watch(()=>{var k;return(k=i.isActive)==null?void 0:k.value},k=>{k&&p.value!=null&&v.open(p.value,!0),k&&d(k)},{immediate:!0});const{themeClasses:O}=ie(n),{borderClasses:R}=en(n),{colorClasses:D,colorStyles:I,variantClasses:w}=In(j),{densityClasses:_}=Ie(n),{dimensionStyles:h}=ze(n),{elevationClasses:B}=tn(n),{roundedClasses:V}=Ve(P),M=e.computed(()=>n.lines?`v-list-item--${n.lines}-line`:void 0),L=e.computed(()=>({isActive:y.value,select:s,isSelected:a.value,isIndeterminate:u.value}));function F(k){var z;r("click",k),!f&&b.value&&((z=i.navigate)==null||z.call(i,k),n.value!=null&&s(!a.value,k))}function S(k){k.key!=="Enter"&&k.key!==" "||(k.preventDefault(),F(k))}return K(()=>{const k=g.value?"a":n.tag,z=l.title||n.title,T=l.subtitle||n.subtitle,N=!(!n.appendAvatar&&!n.appendIcon),$=!(!N&&!l.append),G=!(!n.prependAvatar&&!n.prependIcon),C=!(!G&&!l.prepend);var A,E;return m==null||m.updateHasPrepend(C),n.activeColor&&(A="active-color",E=["color","base-color"],E=Array.isArray(E)?E.slice(0,-1).map(W=>`'${W}'`).join(", ")+` or '${E.at(-1)}'`:`'${E}'`,e.warn(`[Vuetify UPGRADE] '${A}' is deprecated, use ${E} instead.`)),e.withDirectives(e.createVNode(k,{class:["v-list-item",{"v-list-item--active":y.value,"v-list-item--disabled":n.disabled,"v-list-item--link":b.value,"v-list-item--nav":n.nav,"v-list-item--prepend":!C&&(m==null?void 0:m.hasPrepend.value),"v-list-item--slim":n.slim,[`${n.activeClass}`]:n.activeClass&&y.value},O.value,R.value,D.value,_.value,B.value,M.value,V.value,w.value,n.class],style:[I.value,h.value,n.style],href:i.href.value,tabindex:b.value?m?-2:0:void 0,onClick:F,onKeydown:b.value&&!g.value&&S},{default:()=>{var W;return[Vn(b.value||y.value,"v-list-item"),C&&e.createVNode("div",{key:"prepend",class:"v-list-item__prepend"},[l.prepend?e.createVNode(le,{key:"prepend-defaults",disabled:!G,defaults:{VAvatar:{density:n.density,image:n.prependAvatar},VIcon:{density:n.density,icon:n.prependIcon},VListItemAction:{start:!0}}},{default:()=>{var H;return[(H=l.prepend)==null?void 0:H.call(l,L.value)]}}):e.createVNode(e.Fragment,null,[n.prependAvatar&&e.createVNode(Je,{key:"prepend-avatar",density:n.density,image:n.prependAvatar},null),n.prependIcon&&e.createVNode(ee,{key:"prepend-icon",density:n.density,icon:n.prependIcon},null)]),e.createVNode("div",{class:"v-list-item__spacer"},null)]),e.createVNode("div",{class:"v-list-item__content","data-no-activator":""},[z&&e.createVNode(dr,{key:"title"},{default:()=>{var H;return[((H=l.title)==null?void 0:H.call(l,{title:n.title}))??n.title]}}),T&&e.createVNode(cr,{key:"subtitle"},{default:()=>{var H;return[((H=l.subtitle)==null?void 0:H.call(l,{subtitle:n.subtitle}))??n.subtitle]}}),(W=l.default)==null?void 0:W.call(l,L.value)]),$&&e.createVNode("div",{key:"append",class:"v-list-item__append"},[l.append?e.createVNode(le,{key:"append-defaults",disabled:!N,defaults:{VAvatar:{density:n.density,image:n.appendAvatar},VIcon:{density:n.density,icon:n.appendIcon},VListItemAction:{end:!0}}},{default:()=>{var H;return[(H=l.append)==null?void 0:H.call(l,L.value)]}}):e.createVNode(e.Fragment,null,[n.appendIcon&&e.createVNode(ee,{key:"append-icon",density:n.density,icon:n.appendIcon},null),n.appendAvatar&&e.createVNode(Je,{key:"append-avatar",density:n.density,image:n.appendAvatar},null)]),e.createVNode("div",{class:"v-list-item__spacer"},null)])]}}),[[e.resolveDirective("ripple"),b.value&&n.ripple]])}),{}}}),vr=q({color:String,inset:Boolean,sticky:Boolean,title:String,...Z(),...pe()},"VListSubheader"),fr=U()({name:"VListSubheader",props:vr(),setup(n,o){let{slots:t}=o;const{textColorClasses:l,textColorStyles:r}=Ce(e.toRef(n,"color"));return K(()=>{const i=!(!t.default&&!n.title);return e.createVNode(n.tag,{class:["v-list-subheader",{"v-list-subheader--inset":n.inset,"v-list-subheader--sticky":n.sticky},l.value,n.class],style:[{textColorStyles:r},n.style]},{default:()=>{var c;return[i&&e.createVNode("div",{class:"v-list-subheader__text"},[((c=t.default)==null?void 0:c.call(t))??n.title])]}})}),{}}}),mr=q({color:String,inset:Boolean,length:[Number,String],thickness:[Number,String],vertical:Boolean,...Z(),...oe()},"VDivider"),yr=U()({name:"VDivider",props:mr(),setup(n,o){let{attrs:t}=o;const{themeClasses:l}=ie(n),{textColorClasses:r,textColorStyles:i}=Ce(e.toRef(n,"color")),c=e.computed(()=>{const s={};return n.length&&(s[n.vertical?"maxHeight":"maxWidth"]=Y(n.length)),n.thickness&&(s[n.vertical?"borderRightWidth":"borderTopWidth"]=Y(n.thickness)),s});return K(()=>e.createVNode("hr",{class:[{"v-divider":!0,"v-divider--inset":n.inset,"v-divider--vertical":n.vertical},l.value,r.value,n.class],style:[c.value,i.value,n.style],"aria-orientation":t.role&&t.role!=="separator"?void 0:n.vertical?"vertical":"horizontal",role:`${t.role||"separator"}`},null)),{}}}),gr=q({items:Array,returnObject:Boolean},"VListChildren"),Dl=U()({name:"VListChildren",props:gr(),setup(n,o){let{slots:t}=o;return El(),()=>{var l,r;return((l=t.default)==null?void 0:l.call(t))??((r=n.items)==null?void 0:r.map(i=>{var p,d;let{children:c,props:s,type:a,raw:u}=i;if(a==="divider")return((p=t.divider)==null?void 0:p.call(t,{props:s}))??e.createVNode(yr,s,null);if(a==="subheader")return((d=t.subheader)==null?void 0:d.call(t,{props:s}))??e.createVNode(fr,s,null);const f={subtitle:t.subtitle?m=>{var y;return(y=t.subtitle)==null?void 0:y.call(t,{...m,item:u})}:void 0,prepend:t.prepend?m=>{var y;return(y=t.prepend)==null?void 0:y.call(t,{...m,item:u})}:void 0,append:t.append?m=>{var y;return(y=t.append)==null?void 0:y.call(t,{...m,item:u})}:void 0,title:t.title?m=>{var y;return(y=t.title)==null?void 0:y.call(t,{...m,item:u})}:void 0},v=No.filterProps(s);return c?e.createVNode(No,e.mergeProps({value:s==null?void 0:s.value},v),{activator:m=>{let{props:y}=m;const g={...s,...y,value:n.returnObject?u:s.value};return t.header?t.header({props:g}):e.createVNode(Un,g,f)},default:()=>e.createVNode(Dl,{items:c},t)}):t.item?t.item({props:s}):e.createVNode(Un,e.mergeProps(s,{value:n.returnObject?u:s.value}),f)}))}}}),Ll=q({items:{type:Array,default:()=>[]},itemTitle:{type:[String,Array,Function],default:"title"},itemValue:{type:[String,Array,Function],default:"value"},itemChildren:{type:[Boolean,String,Array,Function],default:"children"},itemProps:{type:[Boolean,String,Array,Function],default:"props"},returnObject:Boolean,valueComparator:{type:Function,default:gn}},"list-items");function Vt(n,o){const t=be(o,n.itemTitle,o),l=be(o,n.itemValue,t),r=be(o,n.itemChildren),i={title:t,value:l,...n.itemProps===!0?typeof o!="object"||o==null||Array.isArray(o)?void 0:"children"in o?Oe(o,["children"]):o:be(o,n.itemProps)};return{title:String(i.title??""),value:i.value,props:i,children:Array.isArray(r)?Ml(n,r):void 0,raw:o}}function Ml(n,o){const t=[];for(const l of o)t.push(Vt(n,l));return t}function hr(n,o){const t=be(o,n.itemType,"item"),l=function(s){return typeof s=="string"||typeof s=="number"||typeof s=="boolean"}(o)?o:be(o,n.itemTitle),r=be(o,n.itemValue,void 0),i=be(o,n.itemChildren),c={title:l,value:r,...n.itemProps===!0?Oe(o,["children"]):be(o,n.itemProps)};return{type:t,title:c.title,value:c.value,props:c,children:t==="item"&&i?Wl(n,i):void 0,raw:o}}function Wl(n,o){const t=[];for(const l of o)t.push(hr(n,l));return t}const br=q({baseColor:String,activeColor:String,activeClass:String,bgColor:String,disabled:Boolean,lines:{type:[Boolean,String],default:"one"},slim:Boolean,nav:Boolean,...rr({selectStrategy:"single-leaf",openStrategy:"list"}),...Qe(),...Z(),...he(),...Ee(),...nn(),itemType:{type:String,default:"type"},...Ll(),...Se(),...pe(),...oe(),...xe({variant:"text"})},"VList"),Cr=U()({name:"VList",props:br(),emits:{"update:selected":n=>!0,"update:opened":n=>!0,"click:open":n=>!0,"click:select":n=>!0},setup(n,o){let{slots:t}=o;const{items:l}=function(w){return{items:e.computed(()=>Wl(w,w.items))}}(n),{themeClasses:r}=ie(n),{backgroundColorClasses:i,backgroundColorStyles:c}=Ke(e.toRef(n,"bgColor")),{borderClasses:s}=en(n),{densityClasses:a}=Ie(n),{dimensionStyles:u}=ze(n),{elevationClasses:f}=tn(n),{roundedClasses:v}=Ve(n),{open:p,select:d}=ir(n),m=e.computed(()=>n.lines?`v-list--${n.lines}-line`:void 0),y=e.toRef(n,"activeColor"),g=e.toRef(n,"baseColor"),b=e.toRef(n,"color");El(),Ze({VListGroup:{activeColor:y,baseColor:g,color:b},VListItem:{activeClass:e.toRef(n,"activeClass"),activeColor:y,baseColor:g,color:b,density:e.toRef(n,"density"),disabled:e.toRef(n,"disabled"),lines:e.toRef(n,"lines"),nav:e.toRef(n,"nav"),slim:e.toRef(n,"slim"),variant:e.toRef(n,"variant")}});const P=e.shallowRef(!1),x=e.ref();function j(w){P.value=!0}function O(w){P.value=!1}function R(w){var _;P.value||w.relatedTarget&&((_=x.value)!=null&&_.contains(w.relatedTarget))||I()}function D(w){if(x.value){if(w.key==="ArrowDown")I("next");else if(w.key==="ArrowUp")I("prev");else if(w.key==="Home")I("first");else{if(w.key!=="End")return;I("last")}w.preventDefault()}}function I(w){if(x.value)return Dn(x.value,w)}return K(()=>e.createVNode(n.tag,{ref:x,class:["v-list",{"v-list--disabled":n.disabled,"v-list--nav":n.nav},r.value,i.value,s.value,a.value,f.value,m.value,v.value,n.class],style:[c.value,u.value,n.style],tabindex:n.disabled||P.value?-1:0,role:"listbox","aria-activedescendant":void 0,onFocusin:j,onFocusout:O,onFocus:R,onKeydown:D},{default:()=>[e.createVNode(Dl,{items:l.value,returnObject:n.returnObject},t)]})),{open:p,select:d,focus:I}}});function st(n,o){return{x:n.x+o.x,y:n.y+o.y}}function Ao(n,o){if(n.side==="top"||n.side==="bottom"){const{side:t,align:l}=n;return st({x:l==="left"?0:l==="center"?o.width/2:l==="right"?o.width:l,y:t==="top"?0:t==="bottom"?o.height:t},o)}if(n.side==="left"||n.side==="right"){const{side:t,align:l}=n;return st({x:t==="left"?0:t==="right"?o.width:t,y:l==="top"?0:l==="center"?o.height/2:l==="bottom"?o.height:l},o)}return st({x:o.width/2,y:o.height/2},o)}const jl={static:function(){},connected:function(n,o,t){(Array.isArray(n.target.value)||function(d){for(;d;){if(window.getComputedStyle(d).position==="fixed")return!0;d=d.offsetParent}return!1}(n.target.value))&&Object.assign(t.value,{position:"fixed",top:0,[n.isRtl.value?"right":"left"]:0});const{preferredAnchor:l,preferredOrigin:r}=Pt(()=>{const d=mt(o.location,n.isRtl.value),m=o.origin==="overlap"?d:o.origin==="auto"?lt(d):mt(o.origin,n.isRtl.value);return d.side===m.side&&d.align===at(m).align?{preferredAnchor:to(d),preferredOrigin:to(m)}:{preferredAnchor:d,preferredOrigin:m}}),[i,c,s,a]=["minWidth","minHeight","maxWidth","maxHeight"].map(d=>e.computed(()=>{const m=parseFloat(o[d]);return isNaN(m)?1/0:m})),u=e.computed(()=>{if(Array.isArray(o.offset))return o.offset;if(typeof o.offset=="string"){const d=o.offset.split(" ").map(parseFloat);return d.length<2&&d.push(0),d}return typeof o.offset=="number"?[o.offset,0]:[0,0]});let f=!1;const v=new ResizeObserver(()=>{f&&p()});function p(){if(f=!1,requestAnimationFrame(()=>{requestAnimationFrame(()=>f=!0)}),!n.target.value||!n.contentEl.value)return;const d=Ko(n.target.value),m=function(_,h){h?_.style.removeProperty("left"):_.style.removeProperty("right");const B=_t(_);return h?B.x+=parseFloat(_.style.right||0):B.x-=parseFloat(_.style.left||0),B.y-=parseFloat(_.style.top||0),B}(n.contentEl.value,n.isRtl.value),y=jn(n.contentEl.value);y.length||(y.push(document.documentElement),n.contentEl.value.style.top&&n.contentEl.value.style.left||(m.x-=parseFloat(document.documentElement.style.getPropertyValue("--v-body-scroll-x")||0),m.y-=parseFloat(document.documentElement.style.getPropertyValue("--v-body-scroll-y")||0)));const g=y.reduce((_,h)=>{const B=h.getBoundingClientRect(),V=new Ne({x:h===document.documentElement?0:B.x,y:h===document.documentElement?0:B.y,width:h.clientWidth,height:h.clientHeight});return _?new Ne({x:Math.max(_.left,V.left),y:Math.max(_.top,V.top),width:Math.min(_.right,V.right)-Math.max(_.left,V.left),height:Math.min(_.bottom,V.bottom)-Math.max(_.top,V.top)}):V},void 0);g.x+=12,g.y+=12,g.width-=24,g.height-=24;let b={anchor:l.value,origin:r.value};function P(_){const h=new Ne(m),B=Ao(_.anchor,d),V=Ao(_.origin,h);let{x:M,y:L}=(S=V,{x:(F=B).x-S.x,y:F.y-S.y});var F,S;switch(_.anchor.side){case"top":L-=u.value[0];break;case"bottom":L+=u.value[0];break;case"left":M-=u.value[0];break;case"right":M+=u.value[0]}switch(_.anchor.align){case"top":L-=u.value[1];break;case"bottom":L+=u.value[1];break;case"left":M-=u.value[1];break;case"right":M+=u.value[1]}return h.x+=M,h.y+=L,h.width=Math.min(h.width,s.value),h.height=Math.min(h.height,a.value),{overflows:lo(h,g),x:M,y:L}}let x=0,j=0;const O={x:0,y:0},R={x:!1,y:!1};let D=-1;for(;;){if(D++>10){I="Infinite loop detected in connectedLocationStrategy",e.warn(`Vuetify error: ${I}`);break}const{x:_,y:h,overflows:B}=P(b);x+=_,j+=h,m.x+=_,m.y+=h;{const V=oo(b.anchor),M=B.x.before||B.x.after,L=B.y.before||B.y.after;let F=!1;if(["x","y"].forEach(S=>{if(S==="x"&&M&&!R.x||S==="y"&&L&&!R.y){const k={anchor:{...b.anchor},origin:{...b.origin}},z=S==="x"?V==="y"?at:lt:V==="y"?lt:at;k.anchor=z(k.anchor),k.origin=z(k.origin);const{overflows:T}=P(k);(T[S].before<=B[S].before&&T[S].after<=B[S].after||T[S].before+T[S].after<(B[S].before+B[S].after)/2)&&(b=k,F=R[S]=!0)}}),F)continue}B.x.before&&(x+=B.x.before,m.x+=B.x.before),B.x.after&&(x-=B.x.after,m.x-=B.x.after),B.y.before&&(j+=B.y.before,m.y+=B.y.before),B.y.after&&(j-=B.y.after,m.y-=B.y.after);{const V=lo(m,g);O.x=g.width-V.x.before-V.x.after,O.y=g.height-V.y.before-V.y.after,x+=V.x.before,m.x+=V.x.before,j+=V.y.before,m.y+=V.y.before}break}var I;const w=oo(b.anchor);return Object.assign(t.value,{"--v-overlay-anchor-origin":`${b.anchor.side} ${b.anchor.align}`,transformOrigin:`${b.origin.side} ${b.origin.align}`,top:Y(ut(j)),left:n.isRtl.value?void 0:Y(ut(x)),right:n.isRtl.value?Y(ut(-x)):void 0,minWidth:Y(w==="y"?Math.min(i.value,d.width):i.value),maxWidth:Y(Po(We(O.x,i.value===1/0?0:i.value,s.value))),maxHeight:Y(Po(We(O.y,c.value===1/0?0:c.value,a.value)))}),{available:O,contentBox:m}}return e.watch([n.target,n.contentEl],(d,m)=>{let[y,g]=d,[b,P]=m;b&&!Array.isArray(b)&&v.unobserve(b),y&&!Array.isArray(y)&&v.observe(y),P&&v.unobserve(P),g&&v.observe(g)},{immediate:!0}),e.onScopeDispose(()=>{v.disconnect()}),e.watch(()=>[l.value,r.value,o.offset,o.minWidth,o.minHeight,o.maxWidth,o.maxHeight],()=>p()),e.nextTick(()=>{const d=p();if(!d)return;const{available:m,contentBox:y}=d;y.height>m.y&&requestAnimationFrame(()=>{p(),requestAnimationFrame(()=>{p()})})}),{updateLocation:p}}},Sr=q({locationStrategy:{type:[String,Function],default:"static",validator:n=>typeof n=="function"||n in jl},location:{type:String,default:"bottom"},origin:{type:String,default:"auto"},offset:[Number,String,Array]},"VOverlay-location-strategies");function ut(n){return Math.round(n*devicePixelRatio)/devicePixelRatio}function Po(n){return Math.ceil(n*devicePixelRatio)/devicePixelRatio}let It=!0;const Yn=[];let _o=-1;function wt(){cancelAnimationFrame(_o),_o=requestAnimationFrame(()=>{const n=Yn.shift();n&&n(),Yn.length?wt():It=!0})}const Tn={none:null,close:function(n){Oo(n.targetEl.value??n.contentEl.value,function(o){n.isActive.value=!1})},block:function(n,o){var s;const t=(s=n.root.value)==null?void 0:s.offsetParent,l=[...new Set([...jn(n.targetEl.value,o.contained?t:void 0),...jn(n.contentEl.value,o.contained?t:void 0)])].filter(a=>!a.classList.contains("v-overlay-scroll-blocked")),r=window.innerWidth-document.documentElement.offsetWidth,i=(c=t||document.documentElement,Et(c)&&c);var c;i&&n.root.value.classList.add("v-overlay--scroll-blocked"),l.forEach((a,u)=>{a.style.setProperty("--v-body-scroll-x",Y(-a.scrollLeft)),a.style.setProperty("--v-body-scroll-y",Y(-a.scrollTop)),a!==document.documentElement&&a.style.setProperty("--v-scrollbar-offset",Y(r)),a.classList.add("v-overlay-scroll-blocked")}),e.onScopeDispose(()=>{l.forEach((a,u)=>{const f=parseFloat(a.style.getPropertyValue("--v-body-scroll-x")),v=parseFloat(a.style.getPropertyValue("--v-body-scroll-y"));a.style.removeProperty("--v-body-scroll-x"),a.style.removeProperty("--v-body-scroll-y"),a.style.removeProperty("--v-scrollbar-offset"),a.classList.remove("v-overlay-scroll-blocked"),a.scrollLeft=-f,a.scrollTop=-v}),i&&n.root.value.classList.remove("v-overlay--scroll-blocked")})},reposition:function(n,o,t){let l=!1,r=-1,i=-1;function c(s){var a;a=()=>{var v,p;const u=performance.now();(p=(v=n.updateLocation).value)==null||p.call(v,s),l=(performance.now()-u)/(1e3/60)>2},!It||Yn.length?(Yn.push(a),wt()):(It=!1,a(),wt())}i=(typeof requestIdleCallback>"u"?s=>s():requestIdleCallback)(()=>{t.run(()=>{Oo(n.targetEl.value??n.contentEl.value,s=>{l?(cancelAnimationFrame(r),r=requestAnimationFrame(()=>{r=requestAnimationFrame(()=>{c(s)})})):c(s)})})}),e.onScopeDispose(()=>{typeof cancelIdleCallback<"u"&&cancelIdleCallback(i),cancelAnimationFrame(r)})}},Vr=q({scrollStrategy:{type:[String,Function],default:"block",validator:n=>typeof n=="function"||n in Tn}},"VOverlay-scroll-strategies");function Oo(n,o){const t=[document,...jn(n)];t.forEach(l=>{l.addEventListener("scroll",o,{passive:!0})}),e.onScopeDispose(()=>{t.forEach(l=>{l.removeEventListener("scroll",o)})})}const Bt=Symbol.for("vuetify:v-menu"),Ir=q({closeDelay:[Number,String],openDelay:[Number,String]},"delay"),wr=q({target:[String,Object],activator:[String,Object],activatorProps:{type:Object,default:()=>({})},openOnClick:{type:Boolean,default:void 0},openOnHover:Boolean,openOnFocus:{type:Boolean,default:void 0},closeOnContentClick:Boolean,...Ir()},"VOverlay-activator");function Br(n,o){let{isActive:t,isTop:l}=o;const r=ae("useActivator"),i=e.ref();let c=!1,s=!1,a=!0;const u=e.computed(()=>n.openOnFocus||n.openOnFocus==null&&n.openOnHover),f=e.computed(()=>n.openOnClick||n.openOnClick==null&&!n.openOnHover&&!u.value),{runOpenDelay:v,runCloseDelay:p}=function(h,B){const V={},M=L=>()=>{if(!ue)return Promise.resolve(!0);const F=L==="openDelay";return V.closeDelay&&window.clearTimeout(V.closeDelay),delete V.closeDelay,V.openDelay&&window.clearTimeout(V.openDelay),delete V.openDelay,new Promise(S=>{const k=parseInt(h[L]??0,10);V[L]=window.setTimeout(()=>{B==null||B(F),S(F)},k)})};return{runCloseDelay:M("closeDelay"),runOpenDelay:M("openDelay")}}(n,h=>{h!==(n.openOnHover&&c||u.value&&s)||n.openOnHover&&t.value&&!l.value||(t.value!==h&&(a=!0),t.value=h)}),d=e.ref(),m=h=>{h.stopPropagation(),i.value=h.currentTarget||h.target,t.value||(d.value=[h.clientX,h.clientY]),t.value=!t.value},y=h=>{var B;(B=h.sourceCapabilities)!=null&&B.firesTouchEvents||(c=!0,i.value=h.currentTarget||h.target,v())},g=h=>{c=!1,p()},b=h=>{Ln(h.target,":focus-visible")!==!1&&(s=!0,h.stopPropagation(),i.value=h.currentTarget||h.target,v())},P=h=>{s=!1,h.stopPropagation(),p()},x=e.computed(()=>{const h={};return f.value&&(h.onClick=m),n.openOnHover&&(h.onMouseenter=y,h.onMouseleave=g),u.value&&(h.onFocus=b,h.onBlur=P),h}),j=e.computed(()=>{const h={};if(n.openOnHover&&(h.onMouseenter=()=>{c=!0,v()},h.onMouseleave=()=>{c=!1,p()}),u.value&&(h.onFocusin=()=>{s=!0,v()},h.onFocusout=()=>{s=!1,p()}),n.closeOnContentClick){const B=e.inject(Bt,null);h.onClick=()=>{t.value=!1,B==null||B.closeParents()}}return h}),O=e.computed(()=>{const h={};return n.openOnHover&&(h.onMouseenter=()=>{a&&(c=!0,a=!1,v())},h.onMouseleave=()=>{c=!1,p()}),h});e.watch(l,h=>{!h||(!n.openOnHover||c||u.value&&s)&&(!u.value||s||n.openOnHover&&c)||(t.value=!1)}),e.watch(t,h=>{h||setTimeout(()=>{d.value=void 0})},{flush:"post"});const R=e.ref();e.watchEffect(()=>{R.value&&e.nextTick(()=>{i.value=$n(R.value)})});const D=e.ref(),I=e.computed(()=>n.target==="cursor"&&d.value?d.value:D.value?$n(D.value):Eo(n.target,r)||i.value),w=e.computed(()=>Array.isArray(I.value)?void 0:I.value);let _;return e.watch(()=>!!n.activator,h=>{h&&ue?(_=e.effectScope(),_.run(()=>{(function(B,V,M){let{activatorEl:L,activatorEvents:F}=M;function S(){let T=arguments.length>0&&arguments[0]!==void 0?arguments[0]:z(),N=arguments.length>1&&arguments[1]!==void 0?arguments[1]:B.activatorProps;T&&function($,G){Object.keys(G).forEach(C=>{if(vt(C)){const A=Qt(C),E=An.get($);if(G[C]==null)E==null||E.forEach(W=>{const[H,X]=W;H===A&&($.removeEventListener(A,X),E.delete(W))});else if(!E||![...E].some(W=>W[0]===A&&W[1]===G[C])){$.addEventListener(A,G[C]);const W=E||new Set;W.add([A,G[C]]),An.has($)||An.set($,W)}}else G[C]==null?$.removeAttribute(C):$.setAttribute(C,G[C])})}(T,e.mergeProps(F.value,N))}function k(){let T=arguments.length>0&&arguments[0]!==void 0?arguments[0]:z(),N=arguments.length>1&&arguments[1]!==void 0?arguments[1]:B.activatorProps;T&&function($,G){Object.keys(G).forEach(C=>{if(vt(C)){const A=Qt(C),E=An.get($);E==null||E.forEach(W=>{const[H,X]=W;H===A&&($.removeEventListener(A,X),E.delete(W))})}else $.removeAttribute(C)})}(T,e.mergeProps(F.value,N))}function z(){const T=Eo(arguments.length>0&&arguments[0]!==void 0?arguments[0]:B.activator,V);return L.value=(T==null?void 0:T.nodeType)===Node.ELEMENT_NODE?T:void 0,L.value}e.watch(()=>B.activator,(T,N)=>{if(N&&T!==N){const $=z(N);$&&k($)}T&&e.nextTick(()=>S())},{immediate:!0}),e.watch(()=>B.activatorProps,()=>{S()}),e.onScopeDispose(()=>{k()})})(n,r,{activatorEl:i,activatorEvents:x})})):_&&_.stop()},{flush:"post",immediate:!0}),e.onScopeDispose(()=>{_==null||_.stop()}),{activatorEl:i,activatorRef:R,target:I,targetEl:w,targetRef:D,activatorEvents:x,contentEvents:j,scrimEvents:O}}function Eo(n,o){var l,r;if(!n)return;let t;if(n==="parent"){let i=(r=(l=o==null?void 0:o.proxy)==null?void 0:l.$el)==null?void 0:r.parentNode;for(;i!=null&&i.hasAttribute("data-no-activator");)i=i.parentNode;t=i}else t=typeof n=="string"?document.querySelector(n):"$el"in n?n.$el:n;return t}const kr=Symbol.for("vuetify:display");function Gl(){let n=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},o=arguments.length>1&&arguments[1]!==void 0?arguments[1]:ge();const t=e.inject(kr);if(!t)throw new Error("Could not find Vuetify display injection");const l=e.computed(()=>{if(!n.mobileBreakpoint)return t.mobile.value;const i=typeof n.mobileBreakpoint=="number"?n.mobileBreakpoint:t.thresholds.value[n.mobileBreakpoint];return t.width.valueo?{[`${o}--mobile`]:l.value}:{});return{...t,displayClasses:r,mobile:l}}const xr=q({eager:Boolean},"lazy");function ql(){const n=ae("useScopeId").vnode.scopeId;return{scopeId:n?{[n]:""}:void 0}}const zo=Symbol.for("vuetify:stack"),an=e.reactive([]);function Fr(){return!0}function To(n,o,t){if(!n||Hl(n,t)===!1)return!1;const l=Zo(o);if(typeof ShadowRoot<"u"&&l instanceof ShadowRoot&&l.host===n.target)return!1;const r=(typeof t.value=="object"&&t.value.include||(()=>[]))();return r.push(o),!r.some(i=>i==null?void 0:i.contains(n.target))}function Hl(n,o){return(typeof o.value=="object"&&o.value.closeConditional||Fr)(n)}function $o(n,o){const t=Zo(n);o(document),typeof ShadowRoot<"u"&&t instanceof ShadowRoot&&o(t)}const Nr={mounted(n,o){const t=r=>function(i,c,s){const a=typeof s.value=="function"?s.value:s.value.handler;c._clickOutside.lastMousedownWasOutside&&To(i,c,s)&&setTimeout(()=>{Hl(i,s)&&a&&a(i)},0)}(r,n,o),l=r=>{n._clickOutside.lastMousedownWasOutside=To(r,n,o)};$o(n,r=>{r.addEventListener("click",t,!0),r.addEventListener("mousedown",l,!0)}),n._clickOutside||(n._clickOutside={lastMousedownWasOutside:!1}),n._clickOutside[o.instance.$.uid]={onClick:t,onMousedown:l}},unmounted(n,o){n._clickOutside&&($o(n,t=>{var i;if(!t||!((i=n._clickOutside)!=null&&i[o.instance.$.uid]))return;const{onClick:l,onMousedown:r}=n._clickOutside[o.instance.$.uid];t.removeEventListener("click",l,!0),t.removeEventListener("mousedown",r,!0)}),delete n._clickOutside[o.instance.$.uid])}};function Ar(n){const{modelValue:o,color:t,...l}=n;return e.createVNode(e.Transition,{name:"fade-transition",appear:!0},{default:()=>[n.modelValue&&e.createVNode("div",e.mergeProps({class:["v-overlay__scrim",n.color.backgroundColorClasses.value],style:n.color.backgroundColorStyles.value},l),null)]})}const Ul=q({absolute:Boolean,attach:[Boolean,String,Object],closeOnBack:{type:Boolean,default:!0},contained:Boolean,contentClass:null,contentProps:null,disabled:Boolean,noClickAnimation:Boolean,modelValue:Boolean,persistent:Boolean,scrim:{type:[Boolean,String],default:!0},zIndex:{type:[Number,String],default:2e3},...wr(),...Z(),...Ee(),...xr(),...Sr(),...Vr(),...oe(),...Sn()},"VOverlay"),Ro=U()({name:"VOverlay",directives:{ClickOutside:Nr},inheritAttrs:!1,props:{_disableGlobalStack:Boolean,...Ul()},emits:{"click:outside":n=>!0,"update:modelValue":n=>!0,afterLeave:()=>!0},setup(n,o){var $,G;let{slots:t,attrs:l,emit:r}=o;const i=ne(n,"modelValue"),c=e.computed({get:()=>i.value,set:C=>{C&&n.disabled||(i.value=C)}}),{teleportTarget:s}=function(C){return{teleportTarget:e.computed(()=>{const A=C.value;if(A===!0||!ue)return;const E=A===!1?document.body:typeof A=="string"?document.querySelector(A):A;if(E==null)return void e.warn(`Unable to locate target ${A}`);let W=E.querySelector(":scope > .v-overlay-container");return W||(W=document.createElement("div"),W.className="v-overlay-container",E.appendChild(W)),W})}}(e.computed(()=>n.attach||n.contained)),{themeClasses:a}=ie(n),{rtlClasses:u,isRtl:f}=Cn(),{hasContent:v,onAfterLeave:p}=function(C,A){const E=e.shallowRef(!1),W=e.computed(()=>E.value||C.eager||A.value);return e.watch(A,()=>E.value=!0),{isBooted:E,hasContent:W,onAfterLeave:function(){C.eager||(E.value=!1)}}}(n,c),d=Ke(e.computed(()=>typeof n.scrim=="string"?n.scrim:null)),{globalTop:m,localTop:y,stackStyles:g}=function(C,A,E){const W=ae("useStack"),H=!E,X=e.inject(zo,void 0),te=e.reactive({activeChildren:new Set});e.provide(zo,te);const re=e.shallowRef(+A.value);Ae(C,()=>{var on;const Nn=(on=an.at(-1))==null?void 0:on[1];re.value=Nn?Nn+10:+A.value,H&&an.push([W.uid,re.value]),X==null||X.activeChildren.add(W.uid),e.onScopeDispose(()=>{if(H){const na=e.toRaw(an).findIndex(ta=>ta[0]===W.uid);an.splice(na,1)}X==null||X.activeChildren.delete(W.uid)})});const se=e.shallowRef(!0);H&&e.watchEffect(()=>{var on;const Nn=((on=an.at(-1))==null?void 0:on[0])===W.uid;setTimeout(()=>se.value=Nn)});const ea=e.computed(()=>!te.activeChildren.size);return{globalTop:e.readonly(se),localTop:ea,stackStyles:e.computed(()=>({zIndex:re.value}))}}(c,e.toRef(n,"zIndex"),n._disableGlobalStack),{activatorEl:b,activatorRef:P,target:x,targetEl:j,targetRef:O,activatorEvents:R,contentEvents:D,scrimEvents:I}=Br(n,{isActive:c,isTop:y}),{dimensionStyles:w}=ze(n),_=function(){if(!ue)return e.shallowRef(!1);const{ssr:C}=Gl();if(C){const A=e.shallowRef(!1);return e.onMounted(()=>{A.value=!0}),A}return e.shallowRef(!0)}(),{scopeId:h}=ql();e.watch(()=>n.disabled,C=>{C&&(c.value=!1)});const B=e.ref(),V=e.ref(),{contentStyles:M,updateLocation:L}=function(C,A){const E=e.ref({}),W=e.ref();function H(X){var te;(te=W.value)==null||te.call(W,X)}return ue&&(Ae(()=>!(!A.isActive.value||!C.locationStrategy),X=>{var te,re;e.watch(()=>C.locationStrategy,X),e.onScopeDispose(()=>{W.value=void 0}),typeof C.locationStrategy=="function"?W.value=(te=C.locationStrategy(A,C,E))==null?void 0:te.updateLocation:W.value=(re=jl[C.locationStrategy](A,C,E))==null?void 0:re.updateLocation}),window.addEventListener("resize",H,{passive:!0}),e.onScopeDispose(()=>{window.removeEventListener("resize",H),W.value=void 0})),{contentStyles:E,updateLocation:W}}(n,{isRtl:f,contentEl:V,target:x,isActive:c});function F(C){r("click:outside",C),n.persistent?N():c.value=!1}function S(){return c.value&&m.value}function k(C){var A,E;C.key==="Escape"&&m.value&&(n.persistent?N():(c.value=!1,(A=V.value)!=null&&A.contains(document.activeElement)&&((E=b.value)==null||E.focus())))}(function(C,A){if(!ue)return;let E;e.watchEffect(async()=>{E==null||E.stop(),A.isActive.value&&C.scrollStrategy&&(E=e.effectScope(),await e.nextTick(),E.active&&E.run(()=>{var W;typeof C.scrollStrategy=="function"?C.scrollStrategy(A,C,E):(W=Tn[C.scrollStrategy])==null||W.call(Tn,A,C,E)}))}),e.onScopeDispose(()=>{E==null||E.stop()})})(n,{root:B,contentEl:V,targetEl:j,isActive:c,updateLocation:L}),ue&&e.watch(c,C=>{C?window.addEventListener("keydown",k):window.removeEventListener("keydown",k)},{immediate:!0});const z=(G=($=ae("useRouter"))==null?void 0:$.proxy)==null?void 0:G.$router;Ae(()=>n.closeOnBack,()=>{(function(C,A){let E,W,H=!1;function X(te){var re;(re=te.state)!=null&&re.replaced||(H=!0,setTimeout(()=>H=!1))}ue&&(e.nextTick(()=>{window.addEventListener("popstate",X),E=C==null?void 0:C.beforeEach((te,re,se)=>{it?H?A(se):se():setTimeout(()=>H?A(se):se()),it=!0}),W=C==null?void 0:C.afterEach(()=>{it=!1})}),e.onScopeDispose(()=>{window.removeEventListener("popstate",X),E==null||E(),W==null||W()}))})(z,C=>{m.value&&c.value?(C(!1),n.persistent?N():c.value=!1):C()})});const T=e.ref();function N(){n.noClickAnimation||V.value&&De(V.value,[{transformOrigin:"center"},{transform:"scale(1.03)"},{transformOrigin:"center"}],{duration:150,easing:Wn})}return e.watch(()=>c.value&&(n.absolute||n.contained)&&s.value==null,C=>{if(C){const A=el(B.value);A&&A!==document.scrollingElement&&(T.value=A.scrollTop)}}),K(()=>{var C;return e.createVNode(e.Fragment,null,[(C=t.activator)==null?void 0:C.call(t,{isActive:c.value,props:e.mergeProps({ref:P,targetRef:O},R.value,n.activatorProps)}),_.value&&v.value&&e.createVNode(e.Teleport,{disabled:!s.value,to:s.value},{default:()=>[e.createVNode("div",e.mergeProps({class:["v-overlay",{"v-overlay--absolute":n.absolute||n.contained,"v-overlay--active":c.value,"v-overlay--contained":n.contained},a.value,u.value,n.class],style:[g.value,{top:Y(T.value)},n.style],ref:B},h,l),[e.createVNode(Ar,e.mergeProps({color:d,modelValue:c.value&&!!n.scrim},I.value),null),e.createVNode(we,{appear:!0,persisted:!0,transition:n.transition,target:x.value,onAfterLeave:()=>{p(),r("afterLeave")}},{default:()=>{var A;return[e.withDirectives(e.createVNode("div",e.mergeProps({ref:V,class:["v-overlay__content",n.contentClass],style:[w.value,M.value]},D.value,n.contentProps),[(A=t.default)==null?void 0:A.call(t,{isActive:c})]),[[e.vShow,c.value],[e.resolveDirective("click-outside"),{handler:F,closeConditional:S,include:()=>[b.value]}]])]}})])]})])}),{activatorEl:b,target:x,animateClick:N,contentEl:V,globalTop:m,localTop:y,updateLocation:L}}}),ct=Symbol("Forwarded refs");function dt(n,o){let t=n;for(;t;){const l=Reflect.getOwnPropertyDescriptor(t,o);if(l)return l;t=Object.getPrototypeOf(t)}}function tt(n){for(var o=arguments.length,t=new Array(o>1?o-1:0),l=1;l!0},setup(n,o){let{slots:t}=o;const l=ne(n,"modelValue"),{scopeId:r}=ql(),i=fe(),c=e.computed(()=>n.id||`v-menu-${i}`),s=e.ref(),a=e.inject(Bt,null),u=e.shallowRef(0);async function f(y){var P,x,j;const g=y.relatedTarget,b=y.target;await e.nextTick(),l.value&&g!==b&&((P=s.value)!=null&&P.contentEl)&&((x=s.value)!=null&&x.globalTop)&&![document,s.value.contentEl].includes(b)&&!s.value.contentEl.contains(b)&&((j=ft(s.value.contentEl)[0])==null||j.focus())}function v(){a==null||a.closeParents()}function p(y){var g,b,P;!n.disabled&&y.key==="Tab"&&(Uo(ft((g=s.value)==null?void 0:g.contentEl,!1),y.shiftKey?"prev":"next",x=>x.tabIndex>=0)||(l.value=!1,(P=(b=s.value)==null?void 0:b.activatorEl)==null||P.focus()))}function d(y){var b;if(n.disabled)return;const g=(b=s.value)==null?void 0:b.contentEl;g&&l.value?y.key==="ArrowDown"?(y.preventDefault(),Dn(g,"next")):y.key==="ArrowUp"&&(y.preventDefault(),Dn(g,"prev")):["ArrowDown","ArrowUp"].includes(y.key)&&(l.value=!0,y.preventDefault(),setTimeout(()=>setTimeout(()=>d(y))))}e.provide(Bt,{register(){++u.value},unregister(){--u.value},closeParents(){setTimeout(()=>{u.value||(l.value=!1,a==null||a.closeParents())},40)}}),e.watch(l,y=>{y?(a==null||a.register(),document.addEventListener("focusin",f,{once:!0})):(a==null||a.unregister(),document.removeEventListener("focusin",f))});const m=e.computed(()=>e.mergeProps({"aria-haspopup":"menu","aria-expanded":String(l.value),"aria-owns":c.value,onKeydown:d},n.activatorProps));return K(()=>{const y=Ro.filterProps(n);return e.createVNode(Ro,e.mergeProps({ref:s,class:["v-menu",n.class],style:n.style},y,{modelValue:l.value,"onUpdate:modelValue":g=>l.value=g,absolute:!0,activatorProps:m.value,"onClick:outside":v,onKeydown:p},r),{activator:t.activator,default:function(){for(var g=arguments.length,b=new Array(g),P=0;P{var x;return[(x=t.default)==null?void 0:x.call(t,...b)]}})}})}),tt({id:c,ΨopenChildren:u},s)}}),Or=q({active:Boolean,max:[Number,String],value:{type:[Number,String],default:0},...Z(),...Sn({transition:{component:al}})},"VCounter"),Yl=U()({name:"VCounter",functional:!0,props:Or(),setup(n,o){let{slots:t}=o;const l=e.computed(()=>n.max?`${n.value} / ${n.max}`:String(n.value));return K(()=>e.createVNode(we,{transition:n.transition},{default:()=>[e.withDirectives(e.createVNode("div",{class:["v-counter",n.class],style:n.style},[t.default?t.default({counter:l.value,max:n.max,value:n.value}):l.value]),[[e.vShow,n.active]])]})),{}}}),Er=q({floating:Boolean,...Z()},"VFieldLabel"),On=U()({name:"VFieldLabel",props:Er(),setup(n,o){let{slots:t}=o;return K(()=>e.createVNode(kl,{class:["v-field-label",{"v-field-label--floating":n.floating},n.class],style:n.style,"aria-hidden":n.floating||void 0},t)),{}}}),zr=["underlined","outlined","filled","solo","solo-inverted","solo-filled","plain"],Gt=q({appendInnerIcon:Q,bgColor:String,clearable:Boolean,clearIcon:{type:Q,default:"$clear"},active:Boolean,centerAffix:{type:Boolean,default:void 0},color:String,baseColor:String,dirty:Boolean,disabled:{type:Boolean,default:null},error:Boolean,flat:Boolean,label:String,persistentClear:Boolean,prependInnerIcon:Q,reverse:Boolean,singleLine:Boolean,variant:{type:String,default:"filled",validator:n=>zr.includes(n)},"onClick:clear":ye(),"onClick:appendInner":ye(),"onClick:prependInner":ye(),...Z(),...Mt(),...Se(),...oe()},"VField"),qt=U()({name:"VField",inheritAttrs:!1,props:{id:String,...Pl(),...Gt()},emits:{"update:focused":n=>!0,"update:modelValue":n=>!0},setup(n,o){let{attrs:t,emit:l,slots:r}=o;const{themeClasses:i}=ie(n),{loaderClasses:c}=Qn(n),{focusClasses:s,isFocused:a,focus:u,blur:f}=xn(n),{InputIcon:v}=Al(n),{roundedClasses:p}=Ve(n),{rtlClasses:d}=Cn(),m=e.computed(()=>n.dirty||n.active),y=e.computed(()=>!(n.singleLine||!n.label&&!r.label)),g=fe(),b=e.computed(()=>n.id||`input-${g}`),P=e.computed(()=>`${b.value}-messages`),x=e.ref(),j=e.ref(),O=e.ref(),R=e.computed(()=>["plain","underlined"].includes(n.variant)),{backgroundColorClasses:D,backgroundColorStyles:I}=Ke(e.toRef(n,"bgColor")),{textColorClasses:w,textColorStyles:_}=Ce(e.computed(()=>n.error||n.disabled?void 0:m.value&&a.value?n.color:n.baseColor));e.watch(m,V=>{if(y.value){const M=x.value.$el,L=j.value.$el;requestAnimationFrame(()=>{const F=_t(M),S=L.getBoundingClientRect(),k=S.x-F.x,z=S.y-F.y-(F.height/2-S.height/2),T=S.width/.75,N=Math.abs(T-F.width)>1?{maxWidth:Y(T)}:void 0,$=getComputedStyle(M),G=getComputedStyle(L),C=1e3*parseFloat($.transitionDuration)||150,A=parseFloat(G.getPropertyValue("--v-field-label-scale")),E=G.getPropertyValue("color");M.style.visibility="visible",L.style.visibility="hidden",De(M,{transform:`translate(${k}px, ${z}px) scale(${A})`,color:E,...N},{duration:C,easing:Wn,direction:V?"normal":"reverse"}).finished.then(()=>{M.style.removeProperty("visibility"),L.style.removeProperty("visibility")})})}},{flush:"post"});const h=e.computed(()=>({isActive:m,isFocused:a,controlRef:O,blur:f,focus:u}));function B(V){V.target!==document.activeElement&&V.preventDefault()}return K(()=>{var k,z,T;const V=n.variant==="outlined",M=r["prepend-inner"]||n.prependInnerIcon,L=!(!n.clearable&&!r.clear),F=!!(r["append-inner"]||n.appendInnerIcon||L),S=r.label?r.label({...h.value,label:n.label,props:{for:b.value}}):n.label;return e.createVNode("div",e.mergeProps({class:["v-field",{"v-field--active":m.value,"v-field--appended":F,"v-field--center-affix":n.centerAffix??!R.value,"v-field--disabled":n.disabled,"v-field--dirty":n.dirty,"v-field--error":n.error,"v-field--flat":n.flat,"v-field--has-background":!!n.bgColor,"v-field--persistent-clear":n.persistentClear,"v-field--prepended":M,"v-field--reverse":n.reverse,"v-field--single-line":n.singleLine,"v-field--no-label":!S,[`v-field--variant-${n.variant}`]:!0},i.value,D.value,s.value,c.value,p.value,d.value,n.class],style:[I.value,n.style],onClick:B},t),[e.createVNode("div",{class:"v-field__overlay"},null),e.createVNode(Wt,{name:"v-field",active:!!n.loading,color:n.error?"error":typeof n.loading=="string"?n.loading:n.color},{default:r.loader}),M&&e.createVNode("div",{key:"prepend",class:"v-field__prepend-inner"},[n.prependInnerIcon&&e.createVNode(v,{key:"prepend-icon",name:"prependInner"},null),(k=r["prepend-inner"])==null?void 0:k.call(r,h.value)]),e.createVNode("div",{class:"v-field__field","data-no-activator":""},[["filled","solo","solo-inverted","solo-filled"].includes(n.variant)&&y.value&&e.createVNode(On,{key:"floating-label",ref:j,class:[w.value],floating:!0,for:b.value,style:_.value},{default:()=>[S]}),e.createVNode(On,{ref:x,for:b.value},{default:()=>[S]}),(z=r.default)==null?void 0:z.call(r,{...h.value,props:{id:b.value,class:"v-field__input","aria-describedby":P.value},focus:u,blur:f})]),L&&e.createVNode(rl,{key:"clear"},{default:()=>[e.withDirectives(e.createVNode("div",{class:"v-field__clearable",onMousedown:N=>{N.preventDefault(),N.stopPropagation()}},[r.clear?r.clear():e.createVNode(v,{name:"clear"},null)]),[[e.vShow,n.dirty]])]}),F&&e.createVNode("div",{key:"append",class:"v-field__append-inner"},[(T=r["append-inner"])==null?void 0:T.call(r,h.value),n.appendInnerIcon&&e.createVNode(v,{key:"append-icon",name:"appendInner"},null)]),e.createVNode("div",{class:["v-field__outline",w.value],style:_.value},[V&&e.createVNode(e.Fragment,null,[e.createVNode("div",{class:"v-field__outline__start"},null),y.value&&e.createVNode("div",{class:"v-field__outline__notch"},[e.createVNode(On,{ref:j,floating:!0,for:b.value},{default:()=>[S]})]),e.createVNode("div",{class:"v-field__outline__end"},null)]),R.value&&y.value&&e.createVNode(On,{ref:j,floating:!0,for:b.value},{default:()=>[S]})])])}),{controlRef:O}}});function Xl(n){return jo(n,Object.keys(qt.props).filter(o=>!vt(o)&&o!=="class"&&o!=="style"))}const Tr=["color","file","time","date","datetime-local","week","month"],Kl=q({autofocus:Boolean,counter:[Boolean,Number,String],counterValue:[Number,Function],prefix:String,placeholder:String,persistentPlaceholder:Boolean,persistentCounter:Boolean,suffix:String,role:String,type:{type:String,default:"text"},modelModifiers:Object,...Fn(),...Gt()},"VTextField"),kt=U()({name:"VTextField",directives:{Intersect:$t},inheritAttrs:!1,props:Kl(),emits:{"click:control":n=>!0,"mousedown:control":n=>!0,"update:focused":n=>!0,"update:modelValue":n=>!0},setup(n,o){let{attrs:t,emit:l,slots:r}=o;const i=ne(n,"modelValue"),{isFocused:c,focus:s,blur:a}=xn(n),u=e.computed(()=>typeof n.counterValue=="function"?n.counterValue(i.value):typeof n.counterValue=="number"?n.counterValue:(i.value??"").toString().length),f=e.computed(()=>t.maxlength?t.maxlength:!n.counter||typeof n.counter!="number"&&typeof n.counter!="string"?void 0:n.counter),v=e.computed(()=>["plain","underlined"].includes(n.variant));function p(R,D){var I,w;n.autofocus&&R&&((w=(I=D[0].target)==null?void 0:I.focus)==null||w.call(I))}const d=e.ref(),m=e.ref(),y=e.ref(),g=e.computed(()=>Tr.includes(n.type)||n.persistentPlaceholder||c.value||n.active);function b(){var R;y.value!==document.activeElement&&((R=y.value)==null||R.focus()),c.value||s()}function P(R){l("mousedown:control",R),R.target!==y.value&&(b(),R.preventDefault())}function x(R){b(),l("click:control",R)}function j(R){R.stopPropagation(),b(),e.nextTick(()=>{i.value=null,Ho(n["onClick:clear"],R)})}function O(R){var I;const D=R.target;if(i.value=D.value,((I=n.modelModifiers)==null?void 0:I.trim)&&["text","search","password","tel","url"].includes(n.type)){const w=[D.selectionStart,D.selectionEnd];e.nextTick(()=>{D.selectionStart=w[0],D.selectionEnd=w[1]})}}return K(()=>{const R=!!(r.counter||n.counter!==!1&&n.counter!=null),D=!(!R&&!r.details),[I,w]=hn(t),{modelValue:_,...h}=ke.filterProps(n),B=Xl(n);return e.createVNode(ke,e.mergeProps({ref:d,modelValue:i.value,"onUpdate:modelValue":V=>i.value=V,class:["v-text-field",{"v-text-field--prefixed":n.prefix,"v-text-field--suffixed":n.suffix,"v-input--plain-underlined":v.value},n.class],style:n.style},I,h,{centerAffix:!v.value,focused:c.value}),{...r,default:V=>{let{id:M,isDisabled:L,isDirty:F,isReadonly:S,isValid:k}=V;return e.createVNode(qt,e.mergeProps({ref:m,onMousedown:P,onClick:x,"onClick:clear":j,"onClick:prependInner":n["onClick:prependInner"],"onClick:appendInner":n["onClick:appendInner"],role:n.role},B,{id:M.value,active:g.value||F.value,dirty:F.value||n.dirty,disabled:L.value,focused:c.value,error:k.value===!1}),{...r,default:z=>{let{props:{class:T,...N}}=z;const $=e.withDirectives(e.createVNode("input",e.mergeProps({ref:y,value:i.value,onInput:O,autofocus:n.autofocus,readonly:S.value,disabled:L.value,name:n.name,placeholder:n.placeholder,size:1,type:n.type,onFocus:b,onBlur:a},N,w),null),[[e.resolveDirective("intersect"),{handler:p},null,{once:!0}]]);return e.createVNode(e.Fragment,null,[n.prefix&&e.createVNode("span",{class:"v-text-field__prefix"},[e.createVNode("span",{class:"v-text-field__prefix__text"},[n.prefix])]),r.default?e.createVNode("div",{class:T,"data-no-activator":""},[r.default(),$]):e.cloneVNode($,{class:T}),n.suffix&&e.createVNode("span",{class:"v-text-field__suffix"},[e.createVNode("span",{class:"v-text-field__suffix__text"},[n.suffix])])])}})},details:D?V=>{var M;return e.createVNode(e.Fragment,null,[(M=r.details)==null?void 0:M.call(r,V),R&&e.createVNode(e.Fragment,null,[e.createVNode("span",null,null),e.createVNode(Yl,{active:n.persistentCounter||c.value,value:u.value,max:f.value},r.counter)])])}:void 0})}),tt({},d,m,y)}}),$r=q({renderless:Boolean,...Z()},"VVirtualScrollItem"),Rr=U()({name:"VVirtualScrollItem",inheritAttrs:!1,props:$r(),emits:{"update:height":n=>!0},setup(n,o){let{attrs:t,emit:l,slots:r}=o;const{resizeRef:i,contentRect:c}=zt(void 0,"border");e.watch(()=>{var s;return(s=c.value)==null?void 0:s.height},s=>{s!=null&&l("update:height",s)}),K(()=>{var s,a;return n.renderless?e.createVNode(e.Fragment,null,[(s=r.default)==null?void 0:s.call(r,{itemRef:i})]):e.createVNode("div",e.mergeProps({ref:i,class:["v-virtual-scroll__item",n.class],style:n.style},t),[(a=r.default)==null?void 0:a.call(r)])})}}),Dr=q({itemHeight:{type:[Number,String],default:null},height:[Number,String]},"virtual");function Lr(n,o){const t=Gl(),l=e.shallowRef(0);e.watchEffect(()=>{l.value=parseFloat(n.itemHeight||0)});const r=e.shallowRef(0),i=e.shallowRef(Math.ceil((parseInt(n.height)||t.height.value)/(l.value||16))||1),c=e.shallowRef(0),s=e.shallowRef(0),a=e.ref(),u=e.ref();let f=0;const{resizeRef:v,contentRect:p}=zt();e.watchEffect(()=>{v.value=a.value});const d=e.computed(()=>{var S;return a.value===document.documentElement?t.height.value:((S=p.value)==null?void 0:S.height)||parseInt(n.height)||0}),m=e.computed(()=>!!(a.value&&u.value&&d.value&&l.value)),y=new Map;let g=Array.from({length:o.value.length});const b=Array.from({length:o.value.length}),P=e.shallowRef(0);let x=-1;function j(S){return g[S]||l.value}const O=function(S,k){let z=0;const T=function(){for(var N=arguments.length,$=new Array(N),G=0;GS(...$),e.unref(k))};return T.clear=()=>{clearTimeout(z)},T.immediate=S,T}(()=>{const S=performance.now();b[0]=0;const k=o.value.length;for(let z=1;z<=k-1;z++)b[z]=(b[z-1]||0)+j(z-1);P.value=Math.max(P.value,performance.now()-S)},P),R=e.watch(m,S=>{S&&(R(),f=u.value.offsetTop,O.immediate(),V(),~x&&e.nextTick(()=>{ue&&window.requestAnimationFrame(()=>{L(x),x=-1})}))});function D(S){return S=We(S,0,o.value.length-1),b[S]||0}function I(S){return function(k,z){let T=k.length-1,N=0,$=0,G=null,C=-1;if(k[T]>1,G=k[$],G>z)T=$-1;else{if(!(G{k&&V()}),e.onScopeDispose(()=>{O.clear()});let w=0,_=0,h=0,B=-1;function V(){cancelAnimationFrame(B),B=requestAnimationFrame(M)}function M(){if(!a.value||!d.value)return;const S=w-f,k=Math.sign(_),z=We(I(Math.max(0,S-100)),0,o.value.length),T=We(I(S+d.value+100)+1,z+1,o.value.length);if((k!==-1||zi.value)){const N=D(r.value)-D(z),$=D(T)-D(i.value);Math.max(N,$)>100?(r.value=z,i.value=T):(z<=0&&(r.value=z),T>=o.value.length&&(i.value=T))}c.value=D(r.value),s.value=D(o.value.length)-D(i.value)}function L(S){const k=D(S);!a.value||S&&!k?x=S:a.value.scrollTop=k}const F=e.computed(()=>o.value.slice(r.value,i.value).map((S,k)=>({raw:S,index:k+r.value})));return e.watch(()=>o.value.length,()=>{g=function(S){let k=arguments.length>1&&arguments[1]!==void 0?arguments[1]:0;return Array.from({length:S},(z,T)=>k+T)}(o.value.length).map(()=>l.value),y.forEach((S,k)=>{const z=o.value.indexOf(k);z===-1?y.delete(k):g[z]=S}),V()}),{containerRef:a,markerRef:u,computedItems:F,paddingTop:c,paddingBottom:s,scrollToIndex:L,handleScroll:function(){if(!a.value||!u.value)return;const S=a.value.scrollTop,k=performance.now();k-h>500?(_=Math.sign(S-w),f=u.value.offsetTop):_=S-w,w=S,h=k,V()},handleScrollend:function(){a.value&&u.value&&(_=0,h=0,V())},handleItemResize:function(S,k){const z=g[S],T=l.value;l.value=T?Math.min(l.value,k):k,z===k&&T===l.value||(g[S]=k,y.set(o.value[S],k),O())}}}const Mr=q({items:{type:Array,default:()=>[]},renderless:Boolean,...Dr(),...Z(),...Ee()},"VVirtualScroll"),Wr=U()({name:"VVirtualScroll",props:Mr(),setup(n,o){let{slots:t}=o;const l=ae("VVirtualScroll"),{dimensionStyles:r}=ze(n),{containerRef:i,markerRef:c,handleScroll:s,handleScrollend:a,handleItemResize:u,scrollToIndex:f,paddingTop:v,paddingBottom:p,computedItems:d}=Lr(n,e.toRef(n,"items"));return Ae(()=>n.renderless,()=>{function m(){var g,b;const y=arguments.length>0&&arguments[0]!==void 0&&arguments[0]?"addEventListener":"removeEventListener";i.value===document.documentElement?(document[y]("scroll",s,{passive:!0}),document[y]("scrollend",a)):((g=i.value)==null||g[y]("scroll",s,{passive:!0}),(b=i.value)==null||b[y]("scrollend",a))}e.onMounted(()=>{i.value=el(l.vnode.el,!0),m(!0)}),e.onScopeDispose(m)}),K(()=>{const m=d.value.map(y=>e.createVNode(Rr,{key:y.index,renderless:n.renderless,"onUpdate:height":g=>u(y.index,g)},{default:g=>{var b;return(b=t.default)==null?void 0:b.call(t,{item:y.raw,index:y.index,...g})}}));return n.renderless?e.createVNode(e.Fragment,null,[e.createVNode("div",{ref:c,class:"v-virtual-scroll__spacer",style:{paddingTop:Y(v.value)}},null),m,e.createVNode("div",{class:"v-virtual-scroll__spacer",style:{paddingBottom:Y(p.value)}},null)]):e.createVNode("div",{ref:i,class:["v-virtual-scroll",n.class],onScrollPassive:s,onScrollend:a,style:[r.value,n.style]},[e.createVNode("div",{ref:c,class:"v-virtual-scroll__container",style:{paddingTop:Y(v.value),paddingBottom:Y(p.value)}},[m])])}),{scrollToIndex:f}}});function jr(n,o){const t=e.shallowRef(!1);let l;return{onListScroll:function(r){cancelAnimationFrame(l),t.value=!0,l=requestAnimationFrame(()=>{l=requestAnimationFrame(()=>{t.value=!1})})},onListKeydown:async function(r){var s,a;if(r.key==="Tab"&&((s=o.value)==null||s.focus()),!["PageDown","PageUp","Home","End"].includes(r.key))return;const i=(a=n.value)==null?void 0:a.$el;if(!i)return;r.key!=="Home"&&r.key!=="End"||i.scrollTo({top:r.key==="Home"?0:i.scrollHeight,behavior:"smooth"}),await async function(){await new Promise(u=>requestAnimationFrame(u)),await new Promise(u=>requestAnimationFrame(u)),await new Promise(u=>requestAnimationFrame(u)),await new Promise(u=>{if(t.value){const f=e.watch(t,()=>{f(),u()})}else u()})}();const c=i.querySelectorAll(":scope > :not(.v-virtual-scroll__spacer)");if(r.key==="PageDown"||r.key==="Home"){const u=i.getBoundingClientRect().top;for(const f of c)if(f.getBoundingClientRect().top>=u){f.focus();break}}else{const u=i.getBoundingClientRect().bottom;for(const f of[...c].reverse())if(f.getBoundingClientRect().bottom<=u){f.focus();break}}}}}const Gr=q({chips:Boolean,closableChips:Boolean,closeText:{type:String,default:"$vuetify.close"},openText:{type:String,default:"$vuetify.open"},eager:Boolean,hideNoData:Boolean,hideSelected:Boolean,menu:Boolean,menuIcon:{type:Q,default:"$dropdown"},menuProps:{type:Object},multiple:Boolean,noDataText:{type:String,default:"$vuetify.noDataText"},openOnClear:Boolean,itemColor:String,...Ll({itemChildren:!1})},"Select"),qr=q({...Gr(),...Oe(Kl({modelValue:null,role:"button"}),["validationValue","dirty","appendInnerIcon"]),...Sn({transition:{component:ll}})},"VSelect"),Hr=U()({name:"VSelect",props:qr(),emits:{"update:focused":n=>!0,"update:modelValue":n=>!0,"update:menu":n=>!0},setup(n,o){let{slots:t}=o;const{t:l}=Tt(),r=e.ref(),i=e.ref(),c=e.ref(),s=ne(n,"menu"),a=e.computed({get:()=>s.value,set:F=>{var S;s.value&&!F&&((S=i.value)!=null&&S.ΨopenChildren)||(s.value=F)}}),{items:u,transformIn:f,transformOut:v}=function(F){const S=e.computed(()=>Ml(F,F.items)),k=e.computed(()=>S.value.some(z=>z.value===null));return{items:S,transformIn:function(z){return k.value||(z=z.filter(T=>T!==null)),z.map(T=>F.returnObject&&typeof T=="string"?Vt(F,T):S.value.find(N=>F.valueComparator(T,N.value))||Vt(F,T))},transformOut:function(z){return F.returnObject?z.map(T=>{let{raw:N}=T;return N}):z.map(T=>{let{value:N}=T;return N})}}}(n),p=ne(n,"modelValue",[],F=>f(F===null?[null]:Be(F)),F=>{const S=v(F);return n.multiple?S:S[0]??null}),d=_l(),m=e.computed(()=>p.value.map(F=>F.value)),y=e.shallowRef(!1),g=e.computed(()=>a.value?n.closeText:n.openText);let b,P="";const x=e.computed(()=>n.hideSelected?u.value.filter(F=>!p.value.some(S=>S===F)):u.value),j=e.computed(()=>n.hideNoData&&!u.value.length||n.readonly||(d==null?void 0:d.isReadonly.value)),O=e.ref(),{onListScroll:R,onListKeydown:D}=jr(O,r);function I(F){n.openOnClear&&(a.value=!0)}function w(){j.value||(a.value=!a.value)}function _(F){var z,T;if(!F.key||n.readonly||d!=null&&d.isReadonly.value||(["Enter"," ","ArrowDown","ArrowUp","Home","End"].includes(F.key)&&F.preventDefault(),["Enter","ArrowDown"," "].includes(F.key)&&(a.value=!0),["Escape","Tab"].includes(F.key)&&(a.value=!1),F.key==="Home"?(z=O.value)==null||z.focus("first"):F.key==="End"&&((T=O.value)==null||T.focus("last")),n.multiple||!function(N){const $=N.key.length===1,G=!N.ctrlKey&&!N.metaKey&&!N.altKey;return $&&G}(F)))return;const S=performance.now();S-b>1e3&&(P=""),P+=F.key.toLowerCase(),b=S;const k=u.value.find(N=>N.title.toLowerCase().startsWith(P));k!==void 0&&(p.value=[k])}function h(F){if(n.multiple){const S=p.value.findIndex(k=>n.valueComparator(k.value,F.value));if(S===-1)p.value=[...p.value,F];else{const k=[...p.value];k.splice(S,1),p.value=k}}else p.value=[F],a.value=!1}function B(F){var S;(S=O.value)!=null&&S.$el.contains(F.relatedTarget)||(a.value=!1)}function V(){var F;y.value&&((F=r.value)==null||F.focus())}function M(F){y.value=!0}function L(F){if(F==null)p.value=[];else if(Ln(r.value,":autofill")||Ln(r.value,":-webkit-autofill")){const S=u.value.find(k=>k.title===F);S&&h(S)}else r.value&&(r.value.value="")}return e.watch(a,()=>{if(!n.hideSelected&&a.value&&p.value.length){const F=x.value.findIndex(S=>p.value.some(k=>n.valueComparator(k.value,S.value)));ue&&window.requestAnimationFrame(()=>{var S;F>=0&&((S=c.value)==null||S.scrollToIndex(F))})}}),K(()=>{const F=!(!n.chips&&!t.chip),S=!!(!n.hideNoData||x.value.length||t["prepend-item"]||t["append-item"]||t["no-data"]),k=p.value.length>0,z=kt.filterProps(n),T=k||!y.value&&n.label&&!n.persistentPlaceholder?void 0:n.placeholder;return e.createVNode(kt,e.mergeProps({ref:r},z,{modelValue:p.value.map(N=>N.props.value).join(", "),"onUpdate:modelValue":L,focused:y.value,"onUpdate:focused":N=>y.value=N,validationValue:p.externalValue,counterValue:p.value.length,dirty:k,class:["v-select",{"v-select--active-menu":a.value,"v-select--chips":!!n.chips,["v-select--"+(n.multiple?"multiple":"single")]:!0,"v-select--selected":p.value.length,"v-select--selection-slot":!!t.selection},n.class],style:n.style,inputmode:"none",placeholder:T,"onClick:clear":I,"onMousedown:control":w,onBlur:B,onKeydown:_,"aria-label":l(g.value),title:l(g.value)}),{...t,default:()=>e.createVNode(e.Fragment,null,[e.createVNode(_r,e.mergeProps({ref:i,modelValue:a.value,"onUpdate:modelValue":N=>a.value=N,activator:"parent",contentClass:"v-select__content",disabled:j.value,eager:n.eager,maxHeight:310,openOnClick:!1,closeOnContentClick:!1,transition:n.transition,onAfterLeave:V},n.menuProps),{default:()=>[S&&e.createVNode(Cr,{ref:O,selected:m.value,selectStrategy:n.multiple?"independent":"single-independent",onMousedown:N=>N.preventDefault(),onKeydown:D,onFocusin:M,onScrollPassive:R,tabindex:"-1",color:n.itemColor??n.color},{default:()=>{var N,$,G;return[(N=t["prepend-item"])==null?void 0:N.call(t),!x.value.length&&!n.hideNoData&&((($=t["no-data"])==null?void 0:$.call(t))??e.createVNode(Un,{title:l(n.noDataText)},null)),e.createVNode(Wr,{ref:c,renderless:!0,items:x.value},{default:C=>{var X;let{item:A,index:E,itemRef:W}=C;const H=e.mergeProps(A.props,{ref:W,key:E,onClick:()=>h(A)});return((X=t.item)==null?void 0:X.call(t,{item:A,index:E,props:H}))??e.createVNode(Un,H,{prepend:te=>{let{isSelected:re}=te;return e.createVNode(e.Fragment,null,[n.multiple&&!n.hideSelected?e.createVNode(bt,{key:A.value,modelValue:re,ripple:!1,tabindex:"-1"},null):void 0,A.props.prependIcon&&e.createVNode(ee,{icon:A.props.prependIcon},null)])}})}}),(G=t["append-item"])==null?void 0:G.call(t)]}})]}),p.value.map((N,$)=>{const G={"onClick:close":function(E){E.stopPropagation(),E.preventDefault(),h(N)},onMousedown(E){E.preventDefault(),E.stopPropagation()},modelValue:!0,"onUpdate:modelValue":void 0},C=F?!!t.chip:!!t.selection,A=C?Yo(F?t.chip({item:N,index:$,props:G}):t.selection({item:N,index:$})):void 0;if(!C||A)return e.createVNode("div",{key:N.value,class:"v-select__selection"},[F?t.chip?e.createVNode(le,{key:"chip-defaults",defaults:{VChip:{closable:n.closableChips,size:"small",text:N.title}}},{default:()=>[A]}):e.createVNode(or,e.mergeProps({key:"chip",closable:n.closableChips,size:"small",text:N.title,disabled:N.props.disabled},G),null):A??e.createVNode("span",{class:"v-select__selection-text"},[N.title,n.multiple&&${var l;return e.createVNode("div",{class:["v-card-actions",n.class],style:n.style},[(l=t.default)==null?void 0:l.call(t)])}),{}}}),Yr=bn("v-card-subtitle"),Xr=bn("v-card-title"),Kr=q({appendAvatar:String,appendIcon:Q,prependAvatar:String,prependIcon:Q,subtitle:String,title:String,...Z(),...he()},"VCardItem"),Jr=U()({name:"VCardItem",props:Kr(),setup(n,o){let{slots:t}=o;return K(()=>{var u;const l=!(!n.prependAvatar&&!n.prependIcon),r=!(!l&&!t.prepend),i=!(!n.appendAvatar&&!n.appendIcon),c=!(!i&&!t.append),s=!(!n.title&&!t.title),a=!(!n.subtitle&&!t.subtitle);return e.createVNode("div",{class:["v-card-item",n.class],style:n.style},[r&&e.createVNode("div",{key:"prepend",class:"v-card-item__prepend"},[t.prepend?e.createVNode(le,{key:"prepend-defaults",disabled:!l,defaults:{VAvatar:{density:n.density,icon:n.prependIcon,image:n.prependAvatar}}},t.prepend):l&&e.createVNode(Je,{key:"prepend-avatar",density:n.density,icon:n.prependIcon,image:n.prependAvatar},null)]),e.createVNode("div",{class:"v-card-item__content"},[s&&e.createVNode(Xr,{key:"title"},{default:()=>{var f;return[((f=t.title)==null?void 0:f.call(t))??n.title]}}),a&&e.createVNode(Yr,{key:"subtitle"},{default:()=>{var f;return[((f=t.subtitle)==null?void 0:f.call(t))??n.subtitle]}}),(u=t.default)==null?void 0:u.call(t)]),c&&e.createVNode("div",{key:"append",class:"v-card-item__append"},[t.append?e.createVNode(le,{key:"append-defaults",disabled:!i,defaults:{VAvatar:{density:n.density,icon:n.appendIcon,image:n.appendAvatar}}},t.append):i&&e.createVNode(Je,{key:"append-avatar",density:n.density,icon:n.appendIcon,image:n.appendAvatar},null)])])}),{}}}),Pe=bn("v-card-text"),Zr=q({appendAvatar:String,appendIcon:Q,disabled:Boolean,flat:Boolean,hover:Boolean,image:String,link:{type:Boolean,default:void 0},prependAvatar:String,prependIcon:Q,ripple:{type:[Boolean,Object],default:!0},subtitle:String,text:String,title:String,...Qe(),...Z(),...he(),...Ee(),...nn(),...Mt(),...Dt(),...gl(),...Se(),...nt(),...pe(),...oe(),...xe({variant:"elevated"})},"VCard"),je=U()({name:"VCard",directives:{Ripple:kn},props:Zr(),setup(n,o){let{attrs:t,slots:l}=o;const{themeClasses:r}=ie(n),{borderClasses:i}=en(n),{colorClasses:c,colorStyles:s,variantClasses:a}=In(n),{densityClasses:u}=Ie(n),{dimensionStyles:f}=ze(n),{elevationClasses:v}=tn(n),{loaderClasses:p}=Qn(n),{locationStyles:d}=Lt(n),{positionClasses:m}=hl(n),{roundedClasses:y}=Ve(n),g=et(n,t),b=e.computed(()=>n.link!==!1&&g.isLink.value),P=e.computed(()=>!n.disabled&&n.link!==!1&&(n.link||g.isClickable.value));return K(()=>{const x=b.value?"a":n.tag,j=!(!l.title&&!n.title),O=!(!l.subtitle&&!n.subtitle),R=j||O,D=!!(l.append||n.appendAvatar||n.appendIcon),I=!!(l.prepend||n.prependAvatar||n.prependIcon),w=!(!l.image&&!n.image),_=R||I||D,h=!(!l.text&&!n.text);return e.withDirectives(e.createVNode(x,{class:["v-card",{"v-card--disabled":n.disabled,"v-card--flat":n.flat,"v-card--hover":n.hover&&!(n.disabled||n.flat),"v-card--link":P.value},r.value,i.value,c.value,u.value,v.value,p.value,m.value,y.value,a.value,n.class],style:[s.value,f.value,d.value,n.style],href:g.href.value,onClick:P.value&&g.navigate,tabindex:n.disabled?-1:void 0},{default:()=>{var B;return[w&&e.createVNode("div",{key:"image",class:"v-card__image"},[l.image?e.createVNode(le,{key:"image-defaults",disabled:!n.image,defaults:{VImg:{cover:!0,src:n.image}}},l.image):e.createVNode(sl,{key:"image-img",cover:!0,src:n.image},null)]),e.createVNode(Wt,{name:"v-card",active:!!n.loading,color:typeof n.loading=="boolean"?void 0:n.loading},{default:l.loader}),_&&e.createVNode(Jr,{key:"item",prependAvatar:n.prependAvatar,prependIcon:n.prependIcon,title:n.title,subtitle:n.subtitle,appendAvatar:n.appendAvatar,appendIcon:n.appendIcon},{default:l.item,prepend:l.prepend,title:l.title,subtitle:l.subtitle,append:l.append}),h&&e.createVNode(Pe,{key:"text"},{default:()=>{var V;return[((V=l.text)==null?void 0:V.call(l))??n.text]}}),(B=l.default)==null?void 0:B.call(l),l.actions&&e.createVNode(Ur,null,{default:l.actions}),Vn(P.value,"v-card")]}}),[[e.resolveDirective("ripple"),P.value&&n.ripple]])}),{}}}),Qr=q({indeterminate:Boolean,inset:Boolean,flat:Boolean,loading:{type:[Boolean,String],default:!1},...Fn(),...jt()},"VSwitch"),ei=U()({name:"VSwitch",inheritAttrs:!1,props:Qr(),emits:{"update:focused":n=>!0,"update:modelValue":()=>!0,"update:indeterminate":n=>!0},setup(n,o){let{attrs:t,slots:l}=o;const r=ne(n,"indeterminate"),i=ne(n,"modelValue"),{loaderClasses:c}=Qn(n),{isFocused:s,focus:a,blur:u}=xn(n),f=e.ref(),v=e.computed(()=>typeof n.loading=="string"&&n.loading!==""?n.loading:n.color),p=fe(),d=e.computed(()=>n.id||`switch-${p}`);function m(){r.value&&(r.value=!1)}function y(g){var b,P;g.stopPropagation(),g.preventDefault(),(P=(b=f.value)==null?void 0:b.input)==null||P.click()}return K(()=>{const[g,b]=hn(t),P=ke.filterProps(n),x=Hn.filterProps(n);return e.createVNode(ke,e.mergeProps({class:["v-switch",{"v-switch--inset":n.inset},{"v-switch--indeterminate":r.value},c.value,n.class],style:n.style},g,P,{id:d.value,focused:s.value}),{...l,default:j=>{let{id:O,messagesId:R,isDisabled:D,isReadonly:I,isValid:w}=j;return e.createVNode(Hn,e.mergeProps({ref:f},x,{modelValue:i.value,"onUpdate:modelValue":[_=>i.value=_,m],id:O.value,"aria-describedby":R.value,type:"checkbox","aria-checked":r.value?"mixed":void 0,disabled:D.value,readonly:I.value,onFocus:a,onBlur:u},b),{...l,default:_=>{let{backgroundColorClasses:h,backgroundColorStyles:B}=_;return e.createVNode("div",{class:["v-switch__track",...h.value],style:B.value,onClick:y},null)},input:_=>{let{inputNode:h,icon:B,backgroundColorClasses:V,backgroundColorStyles:M}=_;return e.createVNode(e.Fragment,null,[h,e.createVNode("div",{class:["v-switch__thumb",{"v-switch__thumb--filled":B||n.loading},n.inset?void 0:V.value],style:n.inset?void 0:M.value},[e.createVNode(Na,null,{default:()=>[n.loading?e.createVNode(Wt,{name:"v-switch",active:!0,color:w.value===!1?void 0:v.value},{default:L=>l.loader?l.loader(L):e.createVNode(yl,{active:L.isActive,color:L.color,indeterminate:!0,size:"16",width:"2"},null)}):B&&e.createVNode(ee,{key:B,icon:B,size:"x-small"},null)]})])])}})}})}),{}}}),ni=q({autoGrow:Boolean,autofocus:Boolean,counter:[Boolean,Number,String],counterValue:Function,prefix:String,placeholder:String,persistentPlaceholder:Boolean,persistentCounter:Boolean,noResize:Boolean,rows:{type:[Number,String],default:5,validator:n=>!isNaN(parseFloat(n))},maxRows:{type:[Number,String],validator:n=>!isNaN(parseFloat(n))},suffix:String,modelModifiers:Object,...Fn(),...Gt()},"VTextarea"),ti=U()({name:"VTextarea",directives:{Intersect:$t},inheritAttrs:!1,props:ni(),emits:{"click:control":n=>!0,"mousedown:control":n=>!0,"update:focused":n=>!0,"update:modelValue":n=>!0},setup(n,o){let{attrs:t,emit:l,slots:r}=o;const i=ne(n,"modelValue"),{isFocused:c,focus:s,blur:a}=xn(n),u=e.computed(()=>typeof n.counterValue=="function"?n.counterValue(i.value):(i.value||"").toString().length),f=e.computed(()=>t.maxlength?t.maxlength:!n.counter||typeof n.counter!="number"&&typeof n.counter!="string"?void 0:n.counter);function v(h,B){var V,M;n.autofocus&&h&&((M=(V=B[0].target)==null?void 0:V.focus)==null||M.call(V))}const p=e.ref(),d=e.ref(),m=e.shallowRef(""),y=e.ref(),g=e.computed(()=>n.persistentPlaceholder||c.value||n.active);function b(){var h;y.value!==document.activeElement&&((h=y.value)==null||h.focus()),c.value||s()}function P(h){b(),l("click:control",h)}function x(h){l("mousedown:control",h)}function j(h){h.stopPropagation(),b(),e.nextTick(()=>{i.value="",Ho(n["onClick:clear"],h)})}function O(h){var V;const B=h.target;if(i.value=B.value,(V=n.modelModifiers)==null?void 0:V.trim){const M=[B.selectionStart,B.selectionEnd];e.nextTick(()=>{B.selectionStart=M[0],B.selectionEnd=M[1]})}}const R=e.ref(),D=e.ref(+n.rows),I=e.computed(()=>["plain","underlined"].includes(n.variant));function w(){n.autoGrow&&e.nextTick(()=>{if(!R.value||!d.value)return;const h=getComputedStyle(R.value),B=getComputedStyle(d.value.$el),V=parseFloat(h.getPropertyValue("--v-field-padding-top"))+parseFloat(h.getPropertyValue("--v-input-padding-top"))+parseFloat(h.getPropertyValue("--v-field-padding-bottom")),M=R.value.scrollHeight,L=parseFloat(h.lineHeight),F=We(M??0,Math.max(parseFloat(n.rows)*L+V,parseFloat(B.getPropertyValue("--v-input-control-height"))),parseFloat(n.maxRows)*L+V||1/0);D.value=Math.floor((F-V)/L),m.value=Y(F)})}let _;return e.watchEffect(()=>{n.autoGrow||(D.value=+n.rows)}),e.onMounted(w),e.watch(i,w),e.watch(()=>n.rows,w),e.watch(()=>n.maxRows,w),e.watch(()=>n.density,w),e.watch(R,h=>{h?(_=new ResizeObserver(w),_.observe(R.value)):_==null||_.disconnect()}),e.onBeforeUnmount(()=>{_==null||_.disconnect()}),K(()=>{const h=!!(r.counter||n.counter||n.counterValue),B=!(!h&&!r.details),[V,M]=hn(t),{modelValue:L,...F}=ke.filterProps(n),S=Xl(n);return e.createVNode(ke,e.mergeProps({ref:p,modelValue:i.value,"onUpdate:modelValue":k=>i.value=k,class:["v-textarea v-text-field",{"v-textarea--prefixed":n.prefix,"v-textarea--suffixed":n.suffix,"v-text-field--prefixed":n.prefix,"v-text-field--suffixed":n.suffix,"v-textarea--auto-grow":n.autoGrow,"v-textarea--no-resize":n.noResize||n.autoGrow,"v-input--plain-underlined":I.value},n.class],style:n.style},V,F,{centerAffix:D.value===1&&!I.value,focused:c.value}),{...r,default:k=>{let{id:z,isDisabled:T,isDirty:N,isReadonly:$,isValid:G}=k;return e.createVNode(qt,e.mergeProps({ref:d,style:{"--v-textarea-control-height":m.value},onClick:P,onMousedown:x,"onClick:clear":j,"onClick:prependInner":n["onClick:prependInner"],"onClick:appendInner":n["onClick:appendInner"]},S,{id:z.value,active:g.value||N.value,centerAffix:D.value===1&&!I.value,dirty:N.value||n.dirty,disabled:T.value,focused:c.value,error:G.value===!1}),{...r,default:C=>{let{props:{class:A,...E}}=C;return e.createVNode(e.Fragment,null,[n.prefix&&e.createVNode("span",{class:"v-text-field__prefix"},[n.prefix]),e.withDirectives(e.createVNode("textarea",e.mergeProps({ref:y,class:A,value:i.value,onInput:O,autofocus:n.autofocus,readonly:$.value,disabled:T.value,placeholder:n.placeholder,rows:n.rows,name:n.name,onFocus:b,onBlur:a},E,M),null),[[e.resolveDirective("intersect"),{handler:v},null,{once:!0}]]),n.autoGrow&&e.withDirectives(e.createVNode("textarea",{class:[A,"v-textarea__sizer"],id:`${E.id}-sizer`,"onUpdate:modelValue":W=>i.value=W,ref:R,readonly:!0,"aria-hidden":"true"},null),[[e.vModelText,i.value]]),n.suffix&&e.createVNode("span",{class:"v-text-field__suffix"},[n.suffix])])}})},details:B?k=>{var z;return e.createVNode(e.Fragment,null,[(z=r.details)==null?void 0:z.call(r,k),h&&e.createVNode(e.Fragment,null,[e.createVNode("span",null,null),e.createVNode(Yl,{active:n.persistentCounter||c.value,value:u.value,max:f.value},r.counter)])])}:void 0})}),tt({},p,d,y)}}),Jl=e.defineComponent({__name:"BooleanIcons",props:e.mergeModels({iconFalseColor:{},iconFalseTitle:{},iconTrueColor:{},iconTrueTitle:{},iconFalse:{},iconTrue:{}},{modelValue:{}}),emits:["update:modelValue"],setup(n){const o=n,t=e.inject(Symbol.for("vuetify:icons")),l=e.useModel(n,"modelValue"),r=e.computed(()=>ve({icon:o.iconFalse,iconOptions:t,name:"false"})),i=e.computed(()=>ve({icon:o.iconTrue,iconOptions:t,name:"true"}));return(c,s)=>l.value?(e.openBlock(),e.createBlock(e.unref(ee),{key:0,class:"v-inline-fields--boolean-icons fa-fw",color:c.iconTrueColor,icon:e.unref(i),size:"x-small",title:c.iconTrueTitle},null,8,["color","icon","title"])):(e.openBlock(),e.createBlock(e.unref(ee),{key:1,class:"v-inline-fields--boolean-icons fa-fw",color:c.iconFalseColor,icon:e.unref(r),size:"x-small",title:c.iconFalseTitle},null,8,["color","icon","title"]))}}),J="v-inline-fields",Ge=n=>{const{field:o="",density:t="",disabled:l=!1,iconSet:r="mdi",loading:i=!1,loadingWait:c,tableField:s=!1,variant:a}=n,u=t&&a;return{[`${J}`]:!0,[`${J}--container`]:!0,[`${J}--container-disabled`]:e.unref(l),[`${J}--container-table`]:s,[`${J}--container-icon-set-${r}`]:!0,[`${J}--container-loading`]:i&&c,[`${J}--container-${o}`]:!0,[`${J}--container-${o}-${t}`]:!0,[`${J}--container-${o}-${t}-${a}`]:u,[`${J}--container-${o}-${a}`]:a,[`${J}--container-${o}-${a}-${t}`]:u,[`${J}--container-${t}`]:t,[`${J}--container-${t}-${o}`]:t,[`${J}--container-${t}-${a}`]:u,[`${J}--container-${a}`]:a,[`${J}--container-${a}-${t}`]:u,[`${J}--container-${a}-${o}`]:a}},qe=n=>{const{field:o="",density:t=""}=n;return{[`${J}--display-container`]:!0,[`${J}--display-wrapper-value`]:!0,[`${o}`]:!0,"v-input":!0,[`v-input--density-${t}`]:!0,"v-input--horizontal":!0}},Xn=n=>{const{density:o="",variant:t=""}=n;return{"v-input":!0,"v-input--dirty":!0,"v-input--horizontal":!0,"v-text-field":!0,[`v-input--density-${o}`]:!0,[`v-text-field--plain-${t}`]:!0}},Zl=n=>{const{density:o=""}=n;return{[`v-selection-control--density-${o}`]:!0}},Ht=(n,o,t)=>{const{error:l=!1,empty:r=!1}=t;return{[`${J}`]:!0,[`${J}--display-value-${n}`]:!0,[`${J}--display-value`]:!0,[`${J}--display-value-empty`]:e.unref(r),[`text-${o}`]:!e.unref(l),"text-danger":e.unref(l)}},He=n=>{const{name:o,active:t=!1}=n;return{[`${J}`]:!0,[`${J}--field`]:!0,[`${J}--field-${o}`]:!0,[`${J}--field-active`]:t}},Ue=n=>{const{name:o,showField:t}=n;return{[`${J}--card-container`]:!0,[`${J}--card-container-${o}`]:!0,"d-none":!t}};function Do(n){if(!n)return 100;if(n.toString().includes(".")){const o=100*Number(n);return o>=100?100:o}return Number(n)>=100?100:Number(n)}function Lo(n){let o=function(v){const p={AliceBlue:"#F0F8FF",AntiqueWhite:"#FAEBD7",Aqua:"#00FFFF",Aquamarine:"#7FFFD4",Azure:"#F0FFFF",Beige:"#F5F5DC",Bisque:"#FFE4C4",Black:"#000000",BlanchedAlmond:"#FFEBCD",Blue:"#0000FF",BlueViolet:"#8A2BE2",Brown:"#A52A2A",BurlyWood:"#DEB887",CadetBlue:"#5F9EA0",Chartreuse:"#7FFF00",Chocolate:"#D2691E",Coral:"#FF7F50",CornflowerBlue:"#6495ED",Cornsilk:"#FFF8DC",Crimson:"#DC143C",Cyan:"#00FFFF",DarkBlue:"#00008B",DarkCyan:"#008B8B",DarkGoldenRod:"#B8860B",DarkGray:"#A9A9A9",DarkGreen:"#006400",DarkGrey:"#A9A9A9",DarkKhaki:"#BDB76B",DarkMagenta:"#8B008B",DarkOliveGreen:"#556B2F",DarkOrange:"#FF8C00",DarkOrchid:"#9932CC",DarkRed:"#8B0000",DarkSalmon:"#E9967A",DarkSeaGreen:"#8FBC8F",DarkSlateBlue:"#483D8B",DarkSlateGray:"#2F4F4F",DarkSlateGrey:"#2F4F4F",DarkTurquoise:"#00CED1",DarkViolet:"#9400D3",DeepPink:"#FF1493",DeepSkyBlue:"#00BFFF",DimGray:"#696969",DimGrey:"#696969",DodgerBlue:"#1E90FF",FireBrick:"#B22222",FloralWhite:"#FFFAF0",ForestGreen:"#228B22",Fuchsia:"#FF00FF",Gainsboro:"#DCDCDC",GhostWhite:"#F8F8FF",Gold:"#FFD700",GoldenRod:"#DAA520",Gray:"#808080",Green:"#008000",GreenYellow:"#ADFF2F",Grey:"#808080",HoneyDew:"#F0FFF0",HotPink:"#FF69B4",IndianRed:"#CD5C5C",Indigo:"#4B0082",Ivory:"#FFFFF0",Khaki:"#F0E68C",Lavender:"#E6E6FA",LavenderBlush:"#FFF0F5",LawnGreen:"#7CFC00",LemonChiffon:"#FFFACD",LightBlue:"#ADD8E6",LightCoral:"#F08080",LightCyan:"#E0FFFF",LightGoldenRodYellow:"#FAFAD2",LightGray:"#D3D3D3",LightGreen:"#90EE90",LightGrey:"#D3D3D3",LightPink:"#FFB6C1",LightSalmon:"#FFA07A",LightSeaGreen:"#20B2AA",LightSkyBlue:"#87CEFA",LightSlateGray:"#778899",LightSlateGrey:"#778899",LightSteelBlue:"#B0C4DE",LightYellow:"#FFFFE0",Lime:"#00FF00",LimeGreen:"#32CD32",Linen:"#FAF0E6",Magenta:"#FF00FF",Maroon:"#800000",MediumAquaMarine:"#66CDAA",MediumBlue:"#0000CD",MediumOrchid:"#BA55D3",MediumPurple:"#9370DB",MediumSeaGreen:"#3CB371",MediumSlateBlue:"#7B68EE",MediumSpringGreen:"#00FA9A",MediumTurquoise:"#48D1CC",MediumVioletRed:"#C71585",MidnightBlue:"#191970",MintCream:"#F5FFFA",MistyRose:"#FFE4E1",Moccasin:"#FFE4B5",NavajoWhite:"#FFDEAD",Navy:"#000080",OldLace:"#FDF5E6",Olive:"#808000",OliveDrab:"#6B8E23",Orange:"#FFA500",OrangeRed:"#FF4500",Orchid:"#DA70D6",PaleGoldenRod:"#EEE8AA",PaleGreen:"#98FB98",PaleTurquoise:"#AFEEEE",PaleVioletRed:"#DB7093",PapayaWhip:"#FFEFD5",PeachPuff:"#FFDAB9",Peru:"#CD853F",Pink:"#FFC0CB",Plum:"#DDA0DD",PowderBlue:"#B0E0E6",Purple:"#800080",RebeccaPurple:"#663399",Red:"#FF0000",RosyBrown:"#BC8F8F",RoyalBlue:"#4169E1",SaddleBrown:"#8B4513",Salmon:"#FA8072",SandyBrown:"#F4A460",SeaGreen:"#2E8B57",SeaShell:"#FFF5EE",Sienna:"#A0522D",Silver:"#C0C0C0",SkyBlue:"#87CEEB",SlateBlue:"#6A5ACD",SlateGray:"#708090",SlateGrey:"#708090",Snow:"#FFFAFA",SpringGreen:"#00FF7F",SteelBlue:"#4682B4",Tan:"#D2B48C",Teal:"#008080",Thistle:"#D8BFD8",Tomato:"#FF6347",Turquoise:"#40E0D0",Violet:"#EE82EE",Wheat:"#F5DEB3",White:"#FFFFFF",WhiteSmoke:"#F5F5F5",Yellow:"#FFFF00",YellowGreen:"#9ACD32"};let d=v;return Object.entries(p).forEach(([m,y])=>{v.toLowerCase()!=m.toLowerCase()||(d=y)}),d}(n),t=0,l=0,r=0,i=100,c=0,s=0,a=0;if(o.substring(0,1)==="#")o=function(v){let p=v.replace("#","");p.length===3&&(p=p.split("").map(b=>b+b).join(""));const d=parseInt(p.substring(0,2),16),m=parseInt(p.substring(2,4),16),y=parseInt(p.substring(4,6),16);return[d,m,y,100]}(o);else if(o.includes("rgb"))o=[...o.matchAll(/[\d+.\d+]+/g)].map(Number);else if(o.includes("hsl"))return o=[...o.matchAll(/[\d+.\d+]+/g)].map(String),t=o[0],l=o[1],r=o[2],i=Do(o[3]),`${t} ${l}% ${r}% / ${i}%`;[c,s,a,i]=o,c/=255,s/=255,a/=255,i=Do(i);const u=Math.max(c,s,a),f=Math.min(c,s,a);if(u===null||!f===null||isNaN(u)||isNaN(f)){const v="0 0% 100% / 12%";return console.warn(`[VuetifyInlineFields: The "color" prop value using "${o}" doesn't exist. Using the value "hsl(${v})" in it's place.`),v}if(t=(u+f)/2,l=(u+f)/2,r=(u+f)/2,u==f)t=l=0;else{const v=u-f;switch(l=r>.5?v/(2-u-f):v/(u+f),u){case c:t=(s-a)/v+(s{if(function(l){return l==="transparent"||l==="none"||l==="inherit"||l==="currentColor"||l==="initial"||l==="unset"}(n))return n;if(function(l){return l.includes("--v-theme")}(n))return`rgb(var(${n}))`;const t=function(l,r){const i=r.global.current.value.colors;return Object.entries(i).find(([c])=>c===l)}(n,o);return t?`hsl(${Lo(t[1])})`:`hsl(${Lo(n)})`},rn=n=>{const{str:o,unit:t="px"}=n;if(o!=null&&o!=="")return+o?`${Number(o)}${t}`:String(o)},Ql=n=>{var r;const{modelValue:o,trueValue:t}=n,l=e.unref(o);return((r=l==null?void 0:l.toLowerCase)==null?void 0:r.call(l))==="true"||l==="1"||l=="1"||l===!0||l==t||l===t},Ut=n=>{const{underlineStyle:o,underlineWidth:t,color:l,error:r,theme:i,underlined:c}=n;let{underlineColor:s}=n;s=s||l;const a={"border-bottom-color":oi(s,i),"border-bottom-style":o,"border-bottom-width":t};return e.unref(r)&&(a["border-bottom-color"]="rgb(var(--v-theme-danger))"),c||(a["border-bottom"]="none"),a},_e=n=>{const{cardMinWidth:o,cardOffsetX:t,cardOffsetY:l,cardWidth:r,field:i,name:c=""}=n,s=(f=>{const{cardOffsetX:v,cardOffsetY:p,field:d}=f;if(!d)return{bottom:0,height:0,left:0,right:0,top:0,width:0,x:0,y:0};const{x:m,y}=d.getBoundingClientRect(),{width:g,height:b}=d.getBoundingClientRect(),{right:P,bottom:x}=d.getBoundingClientRect();return{bottom:rn({str:x+Number(p)}),height:b,left:rn({str:0+Number(v)}),right:rn({str:P+Number(v)}),top:rn({str:2+Number(p)}),width:rn({str:g}),x:m,y}})({cardOffsetX:t,cardOffsetY:l,field:i});let a=o,u=r;return u||(u=c==="checkbox"?"fit-content":s.width),a||(a=c==="checkbox"?"fit-content":s.width),{left:s.left,top:s.top,width:u,zIndex:10}},li={class:"v-inline-fields--display-wrapper"},Kn=e.defineComponent({__name:"DisplayedValue",props:{color:{},displayAppendIcon:{},displayAppendIconColor:{},displayAppendInnerIcon:{},displayAppendInnerIconColor:{},displayPrependIcon:{},displayPrependIconColor:{},displayPrependInnerIcon:{},displayPrependInnerIconColor:{},displayValue:{},empty:{type:Boolean},error:{type:Boolean},field:{},underlineColor:{},underlineStyle:{},underlineWidth:{},underlined:{type:Boolean}},emits:["toggleField"],setup(n,{emit:o}){const t=o,l=n,r=e.useSlots(),i=Ft.useTheme(),c={displayValue:l.displayValue,empty:l.empty,error:l.error},s=e.computed(()=>Ht(l.field,l.valueColor,{empty:l.empty,error:l.error})),a=e.computed(()=>Ut({color:l.color,error:l.error,theme:i,underlineColor:l.underlineColor,underlineStyle:l.underlineStyle,underlineWidth:l.underlineWidth,underlined:l.underlined})),u=e.computed(()=>(p=>{const{underlineWidth:d}=p;return{borderBottom:`${d||"0px"} solid transparent`}})({underlineWidth:l.underlineWidth})),f=(p,d=!1)=>(m=>{const{inner:y=!1,position:g}=m;return{[`${J}--display-icon`]:!y,[`${J}--display-${g}-icon`]:!y,[`${J}--display-${g}-inner-icon`]:y,"me-1":g==="prepend","ms-1":g==="append"}})({inner:d,position:p});function v(){t("toggleField")}return(p,d)=>(e.openBlock(),e.createElementBlock("div",li,[p.displayPrependIcon||e.unref(r)["display.prepend"]?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(f("prepend")),style:e.normalizeStyle(e.unref(u))},[e.unref(r)["display.prepend"]?e.renderSlot(p.$slots,"display.prepend",e.normalizeProps(e.mergeProps({key:0},c))):(e.openBlock(),e.createBlock(ee,{key:1,color:p.displayPrependIconColor,icon:p.displayPrependIcon,size:"x-small"},null,8,["color","icon"]))],6)):e.createCommentVNode("",!0),e.createElementVNode("div",{class:e.normalizeClass(["d-inline-flex",e.unref(s)]),style:e.normalizeStyle(e.unref(a)),onClick:v},[p.displayPrependInnerIcon||e.unref(r)["display.prependInner"]?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(f("prepend",!0))},[e.unref(r)["display.prependInner"]?e.renderSlot(p.$slots,"display.prependInner",e.normalizeProps(e.mergeProps({key:0},c))):(e.openBlock(),e.createBlock(ee,{key:1,color:p.displayPrependInnerIconColor,icon:p.displayPrependInnerIcon,size:"x-small"},null,8,["color","icon"]))],2)):e.createCommentVNode("",!0),e.createTextVNode(" "+e.toDisplayString(p.displayValue)+" ",1),p.displayAppendInnerIcon||e.unref(r)["display.appendInner"]?(e.openBlock(),e.createElementBlock("div",{key:1,class:e.normalizeClass(f("append",!0))},[e.unref(r)["display.appendInner"]?e.renderSlot(p.$slots,"display.appendInner",e.normalizeProps(e.mergeProps({key:0},c))):(e.openBlock(),e.createBlock(ee,{key:1,color:p.displayAppendInnerIconColor,icon:p.displayAppendInnerIcon,size:"x-small"},null,8,["color","icon"]))],2)):e.createCommentVNode("",!0)],6),p.displayAppendIcon||e.unref(r)["display.append"]?(e.openBlock(),e.createElementBlock("div",{key:1,class:e.normalizeClass(f("append")),style:e.normalizeStyle(e.unref(u))},[e.unref(r)["display.append"]?e.renderSlot(p.$slots,"display.append",e.normalizeProps(e.mergeProps({key:0},c))):(e.openBlock(),e.createBlock(ee,{key:1,color:p.displayAppendIconColor,icon:p.displayAppendIcon,size:"x-small"},null,8,["color","icon"]))],6)):e.createCommentVNode("",!0)]))}}),mn=e.defineComponent({__name:"SaveFieldButtons",props:{loading:{type:Boolean},cancelButtonColor:{},cancelButtonSize:{},cancelButtonVariant:{},cancelButtonTitle:{},cancelIconColor:{},error:{type:Boolean},fieldOnly:{type:Boolean},hideSaveIcon:{type:Boolean},loadingIconColor:{},saveButtonColor:{},saveButtonSize:{},saveButtonTitle:{},saveButtonVariant:{},saveIconColor:{},cancelIcon:{},loadingIcon:{},saveIcon:{}},emits:["close","save"],setup(n,{emit:o}){const t=e.useAttrs(),l=o,r=n,i=e.inject(Symbol.for("vuetify:icons")),c=e.computed(()=>r.error),s=e.computed(()=>({[`${J}--save-fields-container`]:!0})),a=e.computed(()=>r.loading),u=e.reactive({...t,...r}),f=e.computed(()=>(i==null?void 0:i.defaultSet)==="fa"?"fa-spin":(i==null?void 0:i.defaultSet)==="mdi"?"mdi-spin":""),v=e.computed(()=>(b=>{const{cancelButtonVariant:P}=b;return{"me-1":P==="elevated","ms-1":!0}})({cancelButtonVariant:u.cancelButtonVariant})),p=e.computed(()=>ve({icon:r.cancelIcon,iconOptions:i,name:"false"})),d=e.computed(()=>ve({icon:r.loadingIcon,iconOptions:i,name:"loading"})),m=e.computed(()=>ve({icon:r.saveIcon,iconOptions:i,name:"save"}));function y(){l("close")}function g(){l("save")}return(b,P)=>(e.openBlock(),e.createElementBlock("div",e.mergeProps({class:e.unref(s)},b.$attrs),[e.unref(u).hideSaveIcon?e.createCommentVNode("",!0):(e.openBlock(),e.createBlock(ht,{key:0,class:"ms-1",color:e.unref(u).saveButtonColor,disabled:e.unref(c),icon:"",size:e.unref(u).saveButtonSize,title:e.unref(a)?"Loading":e.unref(u).saveButtonTitle,variant:e.unref(u).saveButtonVariant,onClick:g},{default:e.withCtx(()=>[e.unref(a)?(e.openBlock(),e.createBlock(ee,{key:1,class:e.normalizeClass(e.unref(f)),color:e.unref(u).loadingIconColor,icon:e.unref(d)},null,8,["class","color","icon"])):(e.openBlock(),e.createBlock(ee,{key:0,color:e.unref(c)?"error":e.unref(u).saveIconColor,icon:e.unref(m)},null,8,["color","icon"]))]),_:1},8,["color","disabled","size","title","variant"])),e.createVNode(ht,{class:e.normalizeClass(e.unref(v)),color:e.unref(u).cancelButtonColor,icon:"",size:e.unref(u).cancelButtonSize,title:e.unref(u).cancelButtonTitle,variant:e.unref(u).cancelButtonVariant,onClick:y},{default:e.withCtx(()=>[e.unref(u).hideSaveIcon&&e.unref(a)?(e.openBlock(),e.createBlock(ee,{key:0,class:e.normalizeClass(e.unref(f)),color:e.unref(u).loadingIconColor,icon:e.unref(d)},null,8,["class","color","icon"])):(e.openBlock(),e.createBlock(ee,{key:1,class:"text-default",color:e.unref(u).cancelIconColor,icon:e.unref(p)},null,8,["color","icon"]))]),_:1},8,["class","color","size","title","variant"])],16))}}),Jn=n=>{const{required:o,rules:t}=n;let{value:l}=n;l=e.unref(l);const r=[];let i=!1;if(o&&!l)return r.push("Field is required."),{errors:!0,results:r};if(t){for(const c of t){const s=(typeof c=="function"?c:()=>c)(l);s!==!0&&(typeof s=="string"?r.push(s):console.warn(`${s} is not a valid value. Rule functions must return boolean true or a string.`))}i=r.length>0}return{errors:i,results:r}},Ye=n=>{const{attrs:o,closeSiblings:t,fieldOnly:l,props:r,showField:i,timeOpened:c}=n;let s=c;return t&&!l&&(s=new Date),{settings:{...o,...r},showField:!e.unref(i),timeOpened:s}},xt=n=>{const{length:o=0}=n;let{suffix:t,text:l}=n;return l=l.toString(),t=t||"...",l.length>o?`${l.substring(0,o)}${t}`:l},Xe=["error","update","update:closeSiblingFields","update:model-value"],ai=["cancelButtonColor","cancelButtonSize","cancelButtonTitle","cancelButtonVariant","cancelIcon","cancelIconColor","closeSiblings","displayAppendIcon","displayAppendIconColor","displayAppendIconSize","displayAppendInnerIcon","displayAppendInnerIconColor","displayAppendInnerIconSize","displayPrependIcon","displayPrependIconColor","displayPrependIconSize","displayPrependInnerIcon","displayPrependInnerIconColor","displayPrependInnerIconSize","emptyText","fieldOnly","hideSaveIcon","item","loadingIcon","loadingIconColor","loadingWait","saveButtonColor","saveButtonSize","saveButtonTitle","saveButtonVariant","saveIcon","saveIconColor","tableField","truncateLength","truncateSuffix","underlineColor","underlineStyle","underlineWidth","underlined","valueColor"],un=n=>{let o=n;return o=Object.entries(o).filter(([t])=>!ai.includes(t)),Object.fromEntries(o)},ri={class:"v-selection-control__wrapper"},ii=e.defineComponent({__name:"VInlineCheckbox",props:e.mergeModels(e.mergeDefaults({density:{},falseIcon:{},trueIcon:{},cancelButtonColor:{},cancelButtonSize:{},cancelButtonTitle:{},cancelButtonVariant:{},cancelIcon:{},cancelIconColor:{},cardField:{type:Boolean},cardOffsetX:{},cardOffsetY:{},cardProps:{},closeSiblings:{type:Boolean},color:{},disabled:{type:Boolean},displayAppendIcon:{},displayAppendIconColor:{},displayAppendIconSize:{},displayAppendInnerIcon:{},displayAppendInnerIconColor:{},displayAppendInnerIconSize:{},displayPrependIcon:{},displayPrependIconColor:{},displayPrependIconSize:{},displayPrependInnerIcon:{},displayPrependInnerIconColor:{},displayPrependInnerIconSize:{},emptyText:{},error:{type:Boolean},falseValue:{type:[Boolean,String]},fieldOnly:{type:Boolean},hideDetails:{type:Boolean},hideSaveIcon:{type:Boolean},iconFalse:{},iconFalseColor:{},iconFalseTitle:{},iconTrue:{},iconTrueColor:{},iconTrueTitle:{},icons:{type:Boolean},item:{},label:{},loading:{type:Boolean},loadingIcon:{},loadingIconColor:{},loadingWait:{type:Boolean},name:{},required:{type:Boolean},saveButtonColor:{},saveButtonSize:{},saveButtonTitle:{},saveButtonVariant:{},saveIcon:{},saveIconColor:{},tableField:{type:Boolean},trueValue:{type:[Boolean,String]},underlineColor:{},underlineStyle:{},underlineWidth:{},underlined:{type:Boolean},valueColor:{}},{...ca}),{modelValue:{}}),emits:e.mergeModels([...Xe],["update:modelValue"]),setup(n,{emit:o}){const t=e.useModel(n,"modelValue"),l=e.useAttrs(),r=e.useSlots(),i=o,c=e.inject(Symbol.for("vuetify:icons")),s=Ft.useTheme(),a=n;let u=e.reactive({...l,...a});const f=e.computed(()=>a.loading),v=e.computed(()=>a.disabled),p=e.ref(!1),d=e.ref(!1),m=e.ref(null),y=e.computed(()=>un(u)),g=e.computed(()=>({...Me,...a.cardProps}));e.watch(()=>f.value,(C,A)=>{!C&&A&&d.value&&z()});const b=e.computed(()=>ve({icon:a.trueIcon,iconOptions:c,name:"checkboxFalse"})),P=e.computed(()=>ve({icon:a.iconTrue,iconOptions:c,name:"checkboxTrue"})),x=e.computed(()=>t.value==u.trueValue),j=e.computed(()=>Ql({modelValue:t,trueValue:u.trueValue})),O=e.computed(()=>Ge({density:u.density,disabled:v.value,field:"v-checkbox",loading:f.value,loadingWait:u.loadingWait,tableField:u.tableField})),R=e.computed(()=>qe({density:u.density,field:"v-checkbox"})),D=Zl({density:u.density}),I=e.computed(()=>He({active:d.value,name:"checkbox"})),w=e.computed(()=>Ht("checkbox",u.valueColor,{error:p})),_=e.computed(()=>Ue({name:"checkbox",showField:d.value})),h=e.computed(()=>({})),B=e.computed(()=>Ut({color:u.color,error:p,theme:s,underlineColor:u.underlineColor,underlineStyle:u.underlineStyle,underlineWidth:u.underlineWidth,underlined:u.underlined})),V=e.computed(()=>L.value);function M(){p.value=!1,z()}const L=e.ref(),F=e.ref(null),S=e.ref("body"),k=ua.useWindowSize();function z(){var A,E;if(v.value||u.loadingWait&&f.value)return;L.value=_e({cardMinWidth:(A=u.cardProps)==null?void 0:A.minWidth,cardOffsetX:u.cardOffsetX,cardOffsetY:u.cardOffsetY,cardWidth:(E=u.cardProps)==null?void 0:E.width,field:F.value,name:"checkbox"});const C=Ye({attrs:l,closeSiblings:u.closeSiblings,fieldOnly:u.fieldOnly,props:a,showField:d,timeOpened:m.value});u={...u,...C.settings},d.value=C.showField,m.value=C.timeOpened,N!==null&&u.closeSiblings&&d.value&&!u.fieldOnly&&N.emit(C.timeOpened)}function T(C){t.value=C,i("update",C),u.loadingWait||z()}let N,$;function G(C){i("update:closeSiblingFields",m),d.value&&m.value!==C&&z()}return e.watch(()=>k,()=>{var C,A;L.value=_e({cardMinWidth:(C=u.cardProps)==null?void 0:C.minWidth,cardOffsetX:u.cardOffsetX,cardOffsetY:u.cardOffsetY,cardWidth:(A=u.cardProps)==null?void 0:A.width,field:F.value,name:"checkbox"})},{deep:!0}),u.closeSiblings&&import("@vueuse/core").then(({useEventBus:C})=>{N=C(Le),$=N.on(G)}),e.onUnmounted(()=>{$!==void 0&&N.off(G)}),(C,A)=>(e.openBlock(),e.createElementBlock("div",{ref_key:"inlineFieldsContainer",ref:F,class:e.normalizeClass(e.unref(O)),style:e.normalizeStyle(e.unref(h))},[!e.unref(d)&&!e.unref(u).fieldOnly||e.unref(u).cardField?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(e.unref(R))},[e.createElementVNode("div",{class:e.normalizeClass(e.unref(D))},[e.createElementVNode("div",ri,[C.icons?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(e.unref(w)),style:e.normalizeStyle(e.unref(B)),onClick:z},[e.createVNode(e.unref(Jl),{modelValue:e.unref(j),"onUpdate:modelValue":A[0]||(A[0]=E=>e.isRef(j)?j.value=E:null),"icon-false":e.unref(u).iconFalse,"icon-false-color":e.unref(u).iconFalseColor,"icon-false-title":e.unref(u).iconFalseTitle,"icon-true":e.unref(u).iconTrue,"icon-true-color":e.unref(u).iconTrueColor,"icon-true-title":e.unref(u).iconTrueTitle},null,8,["modelValue","icon-false","icon-false-color","icon-false-title","icon-true","icon-true-color","icon-true-title"])],6)):(e.openBlock(),e.createElementBlock("div",{key:1,class:e.normalizeClass(["d-inline-flex align-center justify-center",e.unref(w)]),style:e.normalizeStyle(e.unref(B)),onClick:z},e.toDisplayString(e.unref(x)),7))])],2)],2)):e.createCommentVNode("",!0),e.unref(d)||e.unref(u).fieldOnly||e.unref(u).cardField?(e.openBlock(),e.createElementBlock("div",{key:1,class:e.normalizeClass(e.unref(I))},[(e.openBlock(),e.createBlock(e.Teleport,{disabled:!e.unref(u).cardField,to:e.unref(S)},[e.createVNode(Qa,e.mergeProps(e.unref(y),{color:e.unref(u).color,density:e.unref(u).density,disabled:e.unref(f)||e.unref(v),error:e.unref(p),"false-icon":e.unref(b),"false-value":e.unref(u).falseValue,"hide-details":e.unref(u).hideDetails,label:e.unref(u).label,"model-value":e.unref(j),"true-icon":e.unref(P),"true-value":e.unref(u).trueValue,"onUpdate:modelValue":T}),e.createSlots({_:2},[e.renderList(e.unref(r),(E,W)=>({name:W,fn:e.withCtx(H=>[e.renderSlot(C.$slots,W,e.normalizeProps(e.guardReactiveProps({...H})))])})),e.unref(r).append?void 0:{name:"append",fn:e.withCtx(()=>[e.createVNode(e.unref(mn),{"cancel-button-color":e.unref(u).cancelButtonColor,"cancel-button-size":e.unref(u).cancelButtonSize,"cancel-button-title":e.unref(u).cancelButtonTitle,"cancel-button-variant":e.unref(u).cancelButtonVariant,"cancel-icon":e.unref(u).cancelIcon,"cancel-icon-color":e.unref(u).cancelIconColor,error:e.unref(p),"field-only":e.unref(u).fieldOnly,"hide-save-icon":!0,loading:e.unref(f),"loading-icon":e.unref(u).loadingIcon,"loading-icon-color":e.unref(u).loadingIconColor,"save-button-color":e.unref(u).saveButtonColor,"save-button-size":e.unref(u).saveButtonSize,"save-button-title":e.unref(u).saveButtonTitle,"save-button-variant":e.unref(u).saveButtonVariant,"save-icon":e.unref(u).saveIcon,"save-icon-color":e.unref(u).saveIconColor,onClose:M,onSave:T},null,8,["cancel-button-color","cancel-button-size","cancel-button-title","cancel-button-variant","cancel-icon","cancel-icon-color","error","field-only","loading","loading-icon","loading-icon-color","save-button-color","save-button-size","save-button-title","save-button-variant","save-icon","save-icon-color"])]),key:"0"}]),1040,["color","density","disabled","error","false-icon","false-value","hide-details","label","model-value","true-icon","true-value"])],8,["disabled","to"]))],2)):e.createCommentVNode("",!0),e.unref(u).cardField?(e.openBlock(),e.createElementBlock("div",{key:2,class:e.normalizeClass(e.unref(_)),style:e.normalizeStyle(e.unref(V))},[e.createVNode(je,e.normalizeProps(e.guardReactiveProps(e.unref(g))),{default:e.withCtx(()=>[e.createVNode(Pe,null,{default:e.withCtx(()=>[e.createElementVNode("div",{ref_key:"cardFieldRef",ref:S},null,512)]),_:1})]),_:1},16)],6)):e.createCommentVNode("",!0)],6))}}),si=e.defineComponent({__name:"VInlineCustomField",props:e.mergeModels(e.mergeDefaults({clearIcon:{},density:{},rules:{},variant:{},autofocus:{type:Boolean},cancelButtonColor:{},cancelButtonSize:{},cancelButtonTitle:{},cancelButtonVariant:{},cancelIcon:{},cancelIconColor:{},cardField:{type:Boolean},cardOffsetX:{},cardOffsetY:{},cardProps:{},closeSiblings:{type:Boolean},color:{},disabled:{type:Boolean},displayAppendIcon:{},displayAppendIconColor:{},displayAppendIconSize:{},displayAppendInnerIcon:{},displayAppendInnerIconColor:{},displayAppendInnerIconSize:{},displayPrependIcon:{},displayPrependIconColor:{},displayPrependIconSize:{},displayPrependInnerIcon:{},displayPrependInnerIconColor:{},displayPrependInnerIconSize:{},emptyText:{},error:{type:Boolean},fieldOnly:{type:Boolean},hideDetails:{type:Boolean},hideSaveIcon:{type:Boolean},item:{},label:{},loading:{type:Boolean},loadingIcon:{},loadingIconColor:{},loadingWait:{type:Boolean},name:{},required:{type:Boolean},saveButtonColor:{},saveButtonSize:{},saveButtonTitle:{},saveButtonVariant:{},saveIcon:{},saveIconColor:{},tableField:{type:Boolean},truncateLength:{},truncateSuffix:{},underlineColor:{},underlineStyle:{},underlineWidth:{},underlined:{type:Boolean},valueColor:{}},{...Wo}),{modelValue:{}}),emits:e.mergeModels([...Xe],["update:modelValue"]),setup(n,{emit:o}){const t=e.useModel(n,"modelValue"),l=e.useAttrs(),r=e.useSlots(),i=o,c=e.inject(Symbol.for("vuetify:icons")),s=n;let a=e.reactive({...l,...s});const u=e.computed(()=>s.loading),f=e.computed(()=>s.disabled),v=e.ref(!1),p=e.ref(!1),d=e.ref(!1),m=e.ref(null);let y=t.value;e.watch(()=>u.value,($,G)=>{!$&&G&&d.value&&L()});const g=e.computed(()=>t.value?(v.value=!1,a.truncateLength?xt({length:a.truncateLength,suffix:a.truncateSuffix,text:t.value}):t.value):(v.value=!0,a.emptyText)),b=e.computed(()=>({...a,loading:u.value,modelValue:t.value,originalValue:y})),P=e.computed(()=>({color:a.color,displayAppendIcon:s.displayAppendIcon,displayAppendIconColor:s.displayAppendIconColor,displayAppendIconSize:s.displayAppendIconSize,displayAppendInnerIcon:s.displayAppendInnerIcon,displayAppendInnerIconColor:s.displayAppendInnerIconColor,displayAppendInnerIconSize:s.displayAppendInnerIconSize,displayPrependIcon:s.displayPrependIcon,displayPrependIconColor:s.displayPrependIconColor,displayPrependIconSize:s.displayPrependIconSize,displayPrependInnerIcon:s.displayPrependInnerIcon,displayPrependInnerIconColor:s.displayPrependInnerIconColor,displayPrependInnerIconSize:s.displayPrependInnerIconSize,displayValue:g.value,empty:v.value,error:p.value,field:"v-text-field",underlineColor:a.underlineColor,underlineStyle:a.underlineStyle,underlineWidth:a.underlineWidth,underlined:a.underlined,valueColor:a.valueColor})),x=e.computed(()=>({...Me,...s.cardProps})),j=e.computed(()=>Ge({density:a.density,disabled:f.value,field:"v-text-field",iconSet:c==null?void 0:c.defaultSet,loading:u.value,loadingWait:a.loadingWait,tableField:a.tableField,variant:a.variant})),O=e.computed(()=>qe({density:a.density,field:"v-text-field"})),R=Xn({density:a.density,variant:a.variant}),D=e.computed(()=>He({active:d.value,name:"text-field"})),I=e.computed(()=>Ue({name:"custom-field",showField:d.value})),w=e.computed(()=>({})),_=e.computed(()=>B.value);function h(){p.value=!1,t.value=y,L()}const B=e.ref(),V=e.ref(null),M=e.ref("body");function L(){var G,C;if(f.value||a.loadingWait&&u.value)return;B.value=_e({cardMinWidth:(G=a.cardProps)==null?void 0:G.minWidth,cardOffsetX:a.cardOffsetX,cardOffsetY:a.cardOffsetY,cardWidth:(C=a.cardProps)==null?void 0:C.width,field:V.value});const $=Ye({attrs:l,closeSiblings:a.closeSiblings,fieldOnly:a.fieldOnly,props:s,showField:d,timeOpened:m.value});a={...a,...$.settings},d.value=$.showField,m.value=$.timeOpened,z!==null&&a.closeSiblings&&d.value&&!a.fieldOnly&&z.emit($.timeOpened)}const F=e.ref();function S(){const $=Jn({required:a.required,rules:a.rules,value:t});return p.value=$.errors,F.value=$.results,$.results}function k(){p.value?p.value=!0:(y=t.value,i("update",t.value),a.loadingWait||L())}let z,T;function N($){i("update:closeSiblingFields",m),d.value&&m.value!==$&&h()}return e.watch(()=>d.value,()=>{d.value&&S()}),e.watch(()=>t.value,()=>{d.value&&S()}),a.closeSiblings&&import("@vueuse/core").then(({useEventBus:$})=>{z=$(Le),T=z.on(N)}),e.onUnmounted(()=>{T!==void 0&&z.off(N)}),($,G)=>(e.openBlock(),e.createElementBlock("div",{ref_key:"inlineFieldsContainer",ref:V,class:e.normalizeClass(e.unref(j)),style:e.normalizeStyle(e.unref(w))},[!e.unref(d)&&!e.unref(a).fieldOnly||e.unref(a).cardField?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(e.unref(O))},[e.createElementVNode("div",{class:e.normalizeClass(e.unref(R))},[e.createVNode(e.unref(Kn),e.mergeProps(e.unref(P),{onToggleField:L}),e.createSlots({_:2},[e.renderList(e.unref(r),(C,A)=>({name:A,fn:e.withCtx(E=>[e.renderSlot($.$slots,A,e.normalizeProps(e.guardReactiveProps({...E})))])}))]),1040)],2)],2)):e.createCommentVNode("",!0),e.unref(d)||e.unref(a).fieldOnly||e.unref(a).cardField?(e.openBlock(),e.createElementBlock("div",{key:1,class:e.normalizeClass(["d-flex align-center py-2",e.unref(D)])},[(e.openBlock(),e.createBlock(e.Teleport,{disabled:!e.unref(a).cardField,to:e.unref(M)},[e.renderSlot($.$slots,"default",e.normalizeProps(e.guardReactiveProps(e.unref(b)))),e.createVNode(e.unref(mn),{modelValue:t.value,"onUpdate:modelValue":G[0]||(G[0]=C=>t.value=C),"cancel-button-color":e.unref(a).cancelButtonColor,"cancel-button-size":e.unref(a).cancelButtonSize,"cancel-button-title":e.unref(a).cancelButtonTitle,"cancel-button-variant":e.unref(a).cancelButtonVariant,"cancel-icon":e.unref(a).cancelIcon,"cancel-icon-color":e.unref(a).cancelIconColor,error:e.unref(p),"field-only":e.unref(a).fieldOnly,"hide-save-icon":e.unref(a).hideSaveIcon,loading:e.unref(u),"loading-icon":e.unref(a).loadingIcon,"loading-icon-color":e.unref(a).loadingIconColor,required:e.unref(a).required,"save-button-color":e.unref(a).saveButtonColor,"save-button-size":e.unref(a).saveButtonSize,"save-button-title":e.unref(a).saveButtonTitle,"save-button-variant":e.unref(a).saveButtonVariant,"save-icon":e.unref(a).saveIcon,"save-icon-color":e.unref(a).saveIconColor,onClose:h,onSave:k},null,8,["modelValue","cancel-button-color","cancel-button-size","cancel-button-title","cancel-button-variant","cancel-icon","cancel-icon-color","error","field-only","hide-save-icon","loading","loading-icon","loading-icon-color","required","save-button-color","save-button-size","save-button-title","save-button-variant","save-icon","save-icon-color"])],8,["disabled","to"]))],2)):e.createCommentVNode("",!0),e.unref(a).cardField?(e.openBlock(),e.createElementBlock("div",{key:2,class:e.normalizeClass(e.unref(I)),style:e.normalizeStyle(e.unref(_))},[e.createVNode(je,e.normalizeProps(e.guardReactiveProps(e.unref(x))),{default:e.withCtx(()=>[e.createVNode(Pe,null,{default:e.withCtx(()=>[e.createElementVNode("div",{ref_key:"cardFieldRef",ref:M},null,512)]),_:1})]),_:1},16)],6)):e.createCommentVNode("",!0)],6))}}),ui=e.defineComponent({__name:"VInlineSelect",props:e.mergeModels(e.mergeDefaults({clearIcon:{},clearable:{},density:{},hideSelected:{},itemTitle:{},itemValue:{},items:{},menu:{},rules:{},variant:{},autofocus:{type:Boolean},cancelButtonColor:{},cancelButtonSize:{},cancelButtonTitle:{},cancelButtonVariant:{},cancelIcon:{},cancelIconColor:{},cardField:{type:Boolean},cardOffsetX:{},cardOffsetY:{},cardProps:{},closeSiblings:{type:Boolean},color:{},disabled:{type:Boolean},displayAppendIcon:{},displayAppendIconColor:{},displayAppendIconSize:{},displayAppendInnerIcon:{},displayAppendInnerIconColor:{},displayAppendInnerIconSize:{},displayPrependIcon:{},displayPrependIconColor:{},displayPrependIconSize:{},displayPrependInnerIcon:{},displayPrependInnerIconColor:{},displayPrependInnerIconSize:{},emptyText:{},error:{type:Boolean},fieldOnly:{type:Boolean},hideDetails:{type:Boolean},hideSaveIcon:{type:Boolean},item:{},label:{},loading:{type:Boolean},loadingIcon:{},loadingIconColor:{},loadingWait:{type:Boolean},name:{},required:{type:Boolean},saveButtonColor:{},saveButtonSize:{},saveButtonTitle:{},saveButtonVariant:{},saveIcon:{},saveIconColor:{},tableField:{type:Boolean},underlineColor:{},underlineStyle:{},underlineWidth:{},underlined:{type:Boolean},valueColor:{}},{...da}),{modelValue:{}}),emits:e.mergeModels([...Xe],["update:modelValue"]),setup(n,{emit:o}){const t=e.useModel(n,"modelValue"),l=e.useAttrs(),r=e.useSlots(),i=o,c=e.inject(Symbol.for("vuetify:icons")),s=n;let a=e.reactive({...l,...s});const u=e.computed(()=>s.loading),f=e.computed(()=>s.disabled),v=e.ref(!1),p=e.ref(!1),d=e.ref(),m=e.ref(!1),y=e.ref(null);let g=t.value;e.watch(()=>u.value,(A,E)=>{!A&&E&&m.value&&S()});const b=e.computed(()=>ve({icon:s.clearIcon,iconOptions:c,name:"clear"})),P=e.computed(()=>t.value&&t.value[a.itemTitle]?(v.value=!1,t.value[a.itemTitle]):(t.value="",v.value=!0,a.emptyText)),x=e.computed(()=>un(a)),j=e.computed(()=>({color:a.color,displayAppendIcon:s.displayAppendIcon,displayAppendIconColor:s.displayAppendIconColor,displayAppendIconSize:s.displayAppendIconSize,displayAppendInnerIcon:s.displayAppendInnerIcon,displayAppendInnerIconColor:s.displayAppendInnerIconColor,displayAppendInnerIconSize:s.displayAppendInnerIconSize,displayPrependIcon:s.displayPrependIcon,displayPrependIconColor:s.displayPrependIconColor,displayPrependIconSize:s.displayPrependIconSize,displayPrependInnerIcon:s.displayPrependInnerIcon,displayPrependInnerIconColor:s.displayPrependInnerIconColor,displayPrependInnerIconSize:s.displayPrependInnerIconSize,displayValue:P.value,empty:v.value,error:p.value,field:"v-text-field",underlineColor:a.underlineColor,underlineStyle:a.underlineStyle,underlineWidth:a.underlineWidth,underlined:a.underlined,valueColor:a.valueColor})),O=e.computed(()=>({...Me,...s.cardProps}));e.watchEffect(()=>{d.value=a.items||[]});const R=e.computed(()=>Ge({density:a.density,disabled:f.value,field:"v-select",iconSet:c==null?void 0:c.defaultSet,loading:u.value,loadingWait:a.loadingWait,tableField:a.tableField,variant:a.variant})),D=e.computed(()=>qe({density:a.density,field:"v-select"})),I=Xn({density:a.density,variant:a.variant}),w=e.computed(()=>He({active:m.value,name:"select"})),_=e.computed(()=>Ue({name:"select",showField:m.value})),h=e.computed(()=>({})),B=e.computed(()=>M.value);function V(){p.value=!1,t.value=g,S()}const M=e.ref(),L=e.ref(null),F=e.ref("body");function S(){var E,W;if(f.value||a.loadingWait&&u.value)return;M.value=_e({cardMinWidth:(E=a.cardProps)==null?void 0:E.minWidth,cardOffsetX:a.cardOffsetX,cardOffsetY:a.cardOffsetY,cardWidth:(W=a.cardProps)==null?void 0:W.width,field:L.value});const A=Ye({attrs:l,closeSiblings:a.closeSiblings,fieldOnly:a.fieldOnly,props:s,showField:m,timeOpened:y.value});a={...a,...A.settings},m.value=A.showField,y.value=A.timeOpened,$!==null&&a.closeSiblings&&m.value&&!a.fieldOnly&&$.emit(A.timeOpened)}const k=e.ref(),z=e.computed(()=>k.value);function T(){const A=Jn({required:a.required,rules:a.rules,value:t});return p.value=A.errors,k.value=A.results,A.results}function N(){g=t.value,i("update",t.value),a.loadingWait||S()}let $,G;function C(A){i("update:closeSiblingFields",y),m.value&&y.value!==A&&V()}return e.watch(()=>m.value,()=>{m.value&&T()}),e.watch(()=>t.value,()=>{m.value&&T()}),a.closeSiblings&&import("@vueuse/core").then(({useEventBus:A})=>{$=A(Le),G=$.on(C)}),e.onUnmounted(()=>{G!==void 0&&$.off(C)}),(A,E)=>(e.openBlock(),e.createElementBlock("div",{ref_key:"inlineFieldsContainer",ref:L,class:e.normalizeClass(e.unref(R)),style:e.normalizeStyle(e.unref(h))},[!e.unref(m)&&!e.unref(a).fieldOnly||e.unref(a).cardField?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(e.unref(D))},[e.createElementVNode("div",{class:e.normalizeClass(e.unref(I))},[e.createVNode(e.unref(Kn),e.mergeProps(e.unref(j),{onToggleField:S}),e.createSlots({_:2},[e.renderList(e.unref(r),(W,H)=>({name:H,fn:e.withCtx(X=>[e.renderSlot(A.$slots,H,e.normalizeProps(e.guardReactiveProps({...X})),void 0,!0)])}))]),1040)],2)],2)):e.createCommentVNode("",!0),e.unref(m)||e.unref(a).fieldOnly||e.unref(a).cardField?(e.openBlock(),e.createElementBlock("div",{key:1,class:e.normalizeClass(e.unref(w))},[(e.openBlock(),e.createBlock(e.Teleport,{disabled:!e.unref(a).cardField,to:e.unref(F)},[e.createVNode(Hr,e.mergeProps(e.unref(x),{modelValue:t.value,"onUpdate:modelValue":E[0]||(E[0]=W=>t.value=W),autofocus:!e.unref(a).fieldOnly||e.unref(a).autofocus,"clear-icon":e.unref(b),clearable:e.unref(a).clearable,color:e.unref(a).color,density:e.unref(a).density,disabled:e.unref(u)||e.unref(f),error:e.unref(p),"error-messages":e.unref(z),"hide-details":e.unref(a).hideDetails,"hide-selected":e.unref(a).hideSelected,"item-title":e.unref(a).itemTitle,"item-value":e.unref(a).itemValue,items:e.unref(d),label:e.unref(a).label,loading:e.unref(u),menu:e.unref(a).menu&&!e.unref(a).fieldOnly&&e.unref(m),variant:e.unref(a).variant,width:"100%",onKeyup:e.withKeys(V,["esc"])}),e.createSlots({_:2},[e.renderList(e.unref(r),(W,H)=>({name:H,fn:e.withCtx(X=>[e.renderSlot(A.$slots,H,e.normalizeProps(e.guardReactiveProps({...X})),void 0,!0)])})),e.unref(r).append?void 0:{name:"append",fn:e.withCtx(()=>[e.createVNode(e.unref(mn),{"cancel-button-color":e.unref(a).cancelButtonColor,"cancel-button-size":e.unref(a).cancelButtonSize,"cancel-button-title":e.unref(a).cancelButtonTitle,"cancel-button-variant":e.unref(a).cancelButtonVariant,"cancel-icon":e.unref(a).cancelIcon,"cancel-icon-color":e.unref(a).cancelIconColor,error:e.unref(p),"field-only":e.unref(a).fieldOnly,"hide-save-icon":e.unref(a).hideSaveIcon,loading:e.unref(u),"loading-icon":e.unref(a).loadingIcon,"loading-icon-color":e.unref(a).loadingIconColor,"save-button-color":e.unref(a).saveButtonColor,"save-button-size":e.unref(a).saveButtonSize,"save-button-title":e.unref(a).saveButtonTitle,"save-button-variant":e.unref(a).saveButtonVariant,"save-icon":e.unref(a).saveIcon,"save-icon-color":e.unref(a).saveIconColor,onClose:V,onSave:N},null,8,["cancel-button-color","cancel-button-size","cancel-button-title","cancel-button-variant","cancel-icon","cancel-icon-color","error","field-only","hide-save-icon","loading","loading-icon","loading-icon-color","save-button-color","save-button-size","save-button-title","save-button-variant","save-icon","save-icon-color"])]),key:"0"}]),1040,["modelValue","autofocus","clear-icon","clearable","color","density","disabled","error","error-messages","hide-details","hide-selected","item-title","item-value","items","label","loading","menu","variant","onKeyup"])],8,["disabled","to"]))],2)):e.createCommentVNode("",!0),e.unref(a).cardField?(e.openBlock(),e.createElementBlock("div",{key:2,class:e.normalizeClass(e.unref(_)),style:e.normalizeStyle(e.unref(B))},[e.createVNode(je,e.normalizeProps(e.guardReactiveProps(e.unref(O))),{default:e.withCtx(()=>[e.createVNode(Pe,null,{default:e.withCtx(()=>[e.createElementVNode("div",{ref_key:"cardFieldRef",ref:F},null,512)]),_:1})]),_:1},16)],6)):e.createCommentVNode("",!0)],6))}}),ci={class:"v-selection-control__wrapper"},me={VInlineCheckbox:ii,VInlineCustomField:si,VInlineSelect:((n,o)=>{const t=n.__vccOpts||n;for(const[l,r]of o)t[l]=r;return t})(ui,[["__scopeId","data-v-d028b1ff"]]),VInlineSwitch:e.defineComponent({__name:"VInlineSwitch",props:e.mergeModels(e.mergeDefaults({density:{},falseIcon:{},cancelButtonColor:{},cancelButtonSize:{},cancelButtonTitle:{},cancelButtonVariant:{},cancelIcon:{},cancelIconColor:{},cardField:{type:Boolean},cardOffsetX:{},cardOffsetY:{},cardProps:{},closeSiblings:{type:Boolean},color:{},disabled:{type:Boolean},displayAppendIcon:{},displayAppendIconColor:{},displayAppendIconSize:{},displayAppendInnerIcon:{},displayAppendInnerIconColor:{},displayAppendInnerIconSize:{},displayPrependIcon:{},displayPrependIconColor:{},displayPrependIconSize:{},displayPrependInnerIcon:{},displayPrependInnerIconColor:{},displayPrependInnerIconSize:{},emptyText:{},error:{type:Boolean},falseValue:{type:[Boolean,String]},fieldOnly:{type:Boolean},hideDetails:{type:Boolean},iconFalse:{},iconFalseColor:{},iconFalseTitle:{},iconTrue:{},iconTrueColor:{},iconTrueTitle:{},icons:{type:Boolean},item:{},label:{},loading:{type:Boolean},loadingWait:{type:Boolean},name:{},required:{type:Boolean},tableField:{type:Boolean},trueValue:{type:[Boolean,String]},underlineColor:{},underlineStyle:{},underlineWidth:{},underlined:{type:Boolean},valueColor:{}},{...pa}),{modelValue:{}}),emits:e.mergeModels([...Xe],["update:modelValue"]),setup(n,{emit:o}){const t=e.useModel(n,"modelValue"),l=e.useAttrs(),r=e.useSlots(),i=o,c=e.inject(Symbol.for("vuetify:icons")),s=Ft.useTheme(),a=n;let u=e.reactive({...l,...a});const f=e.computed(()=>a.loading),v=e.computed(()=>a.disabled),p=e.ref(!1),d=e.ref(!1),m=e.ref(null),y=e.computed(()=>un(u)),g=e.computed(()=>({...Me,...a.cardProps}));e.watch(()=>f.value,(N,$)=>{!N&&$&&d.value&&F()});const b=e.computed(()=>ve({icon:u.cancelIcon,iconOptions:c,name:"false"})),P=e.computed(()=>t.value==u.trueValue),x=e.computed(()=>Ql({modelValue:t,trueValue:u.trueValue})),j=e.computed(()=>Ge({density:u.density,disabled:v.value,field:"v-switch",loading:f.value,loadingWait:u.loadingWait,tableField:u.tableField})),O=e.computed(()=>qe({density:u.density,field:"v-switch"})),R=Zl({density:u.density}),D=e.computed(()=>He({active:d.value,name:"switch"})),I=e.computed(()=>Ht("switch",u.valueColor,{error:p})),w=e.computed(()=>Ue({name:"switch",showField:d.value})),_=e.computed(()=>({})),h=e.computed(()=>Ut({color:u.color,error:p,theme:s,underlineColor:u.underlineColor,underlineStyle:u.underlineStyle,underlineWidth:u.underlineWidth,underlined:u.underlined})),B=e.computed(()=>V.value),V=e.ref(),M=e.ref(null),L=e.ref("body");function F(){var $,G;if(v.value||u.loadingWait&&f.value)return;V.value=_e({cardMinWidth:($=u.cardProps)==null?void 0:$.minWidth,cardOffsetX:u.cardOffsetX,cardOffsetY:u.cardOffsetY,cardWidth:(G=u.cardProps)==null?void 0:G.width,field:M.value});const N=Ye({attrs:l,closeSiblings:u.closeSiblings,fieldOnly:u.fieldOnly,props:a,showField:d.value,timeOpened:m.value});u={...u,...N.settings},d.value=N.showField,m.value=N.timeOpened,k!==null&&u.closeSiblings&&d.value&&!u.fieldOnly&&k.emit(N.timeOpened)}function S(N){t.value=N,i("update",N),u.loadingWait||F()}let k,z;function T(N){i("update:closeSiblingFields",m),d.value&&m.value!==N&&F()}return u.closeSiblings&&import("@vueuse/core").then(({useEventBus:N})=>{k=N(Le),z=k.on(T)}),e.onUnmounted(()=>{z!==void 0&&k.off(T)}),(N,$)=>(e.openBlock(),e.createElementBlock("div",{ref_key:"inlineFieldsContainer",ref:M,class:e.normalizeClass(e.unref(j)),style:e.normalizeStyle(e.unref(_))},[!e.unref(d)&&!e.unref(u).fieldOnly||e.unref(u).cardField?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(e.unref(O))},[e.createElementVNode("div",{class:e.normalizeClass(e.unref(R))},[e.createElementVNode("div",ci,[N.icons?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(e.unref(I)),style:e.normalizeStyle(e.unref(h)),onClick:F},[e.createVNode(e.unref(Jl),{modelValue:e.unref(x),"onUpdate:modelValue":$[0]||($[0]=G=>e.isRef(x)?x.value=G:null),"icon-false":e.unref(u).iconFalse,"icon-false-color":e.unref(u).iconFalseColor,"icon-false-title":e.unref(u).iconFalseTitle,"icon-true":e.unref(u).iconTrue,"icon-true-color":e.unref(u).iconTrueColor,"icon-true-title":e.unref(u).iconTrueTitle},null,8,["modelValue","icon-false","icon-false-color","icon-false-title","icon-true","icon-true-color","icon-true-title"])],6)):(e.openBlock(),e.createElementBlock("div",{key:1,class:e.normalizeClass(["d-inline-flex align-center justify-center",e.unref(I)]),style:e.normalizeStyle(e.unref(h)),onClick:F},e.toDisplayString(e.unref(P)),7))])],2)],2)):e.createCommentVNode("",!0),e.unref(d)||e.unref(u).fieldOnly||e.unref(u).cardField?(e.openBlock(),e.createElementBlock("div",{key:1,class:e.normalizeClass(e.unref(D))},[(e.openBlock(),e.createBlock(e.Teleport,{disabled:!e.unref(u).cardField,to:e.unref(L)},[e.createVNode(ei,e.mergeProps(e.unref(y),{color:e.unref(u).color,density:e.unref(u).density,disabled:e.unref(f)||e.unref(v),error:e.unref(p),"false-icon":e.unref(u).falseIcon,"false-value":e.unref(u).falseValue,"hide-details":e.unref(u).hideDetails,label:e.unref(u).label,loading:e.unref(f),"model-value":e.unref(x),"true-value":e.unref(u).trueValue,"onUpdate:modelValue":S}),e.createSlots({_:2},[e.renderList(e.unref(r),(G,C)=>({name:C,fn:e.withCtx(A=>[e.renderSlot(N.$slots,C,e.normalizeProps(e.guardReactiveProps({...A})))])})),e.unref(r).append?void 0:{name:"append",fn:e.withCtx(()=>[!e.unref(u).fieldOnly||e.unref(u).cardField?(e.openBlock(),e.createBlock(ht,{key:0,class:"ms-3",color:e.unref(u).cancelButtonColor,icon:"",size:e.unref(u).cancelButtonSize,title:e.unref(u).cancelButtonTitle,variant:e.unref(u).cancelButtonVariant,onClick:F},{default:e.withCtx(()=>[e.createVNode(ee,{color:e.unref(u).cancelIconColor,icon:e.unref(b)},null,8,["color","icon"])]),_:1},8,["color","size","title","variant"])):e.createCommentVNode("",!0)]),key:"0"}]),1040,["color","density","disabled","error","false-icon","false-value","hide-details","label","loading","model-value","true-value"])],8,["disabled","to"]))],2)):e.createCommentVNode("",!0),e.unref(u).cardField?(e.openBlock(),e.createElementBlock("div",{key:2,class:e.normalizeClass(e.unref(w)),style:e.normalizeStyle(e.unref(B))},[e.createVNode(je,e.normalizeProps(e.guardReactiveProps(e.unref(g))),{default:e.withCtx(()=>[e.createVNode(Pe,null,{default:e.withCtx(()=>[e.createElementVNode("div",{ref_key:"cardFieldRef",ref:L},null,512)]),_:1})]),_:1},16)],6)):e.createCommentVNode("",!0)],6))}}),VInlineTextField:e.defineComponent({__name:"VInlineTextField",props:e.mergeModels(e.mergeDefaults({clearIcon:{},density:{},rules:{},variant:{},autofocus:{type:Boolean},cancelButtonColor:{},cancelButtonSize:{},cancelButtonTitle:{},cancelButtonVariant:{},cancelIcon:{},cancelIconColor:{},cardField:{type:Boolean},cardOffsetX:{},cardOffsetY:{},cardProps:{},closeSiblings:{type:Boolean},color:{},disabled:{type:Boolean},displayAppendIcon:{},displayAppendIconColor:{},displayAppendIconSize:{},displayAppendInnerIcon:{},displayAppendInnerIconColor:{},displayAppendInnerIconSize:{},displayPrependIcon:{},displayPrependIconColor:{},displayPrependIconSize:{},displayPrependInnerIcon:{},displayPrependInnerIconColor:{},displayPrependInnerIconSize:{},emptyText:{},error:{type:Boolean},fieldOnly:{type:Boolean},hideDetails:{type:Boolean},hideSaveIcon:{type:Boolean},item:{},label:{},loading:{type:Boolean},loadingIcon:{},loadingIconColor:{},loadingWait:{type:Boolean},name:{},required:{type:Boolean},saveButtonColor:{},saveButtonSize:{},saveButtonTitle:{},saveButtonVariant:{},saveIcon:{},saveIconColor:{},tableField:{type:Boolean},truncateLength:{},truncateSuffix:{},underlineColor:{},underlineStyle:{},underlineWidth:{},underlined:{type:Boolean},valueColor:{}},{...Wo}),{modelValue:{}}),emits:e.mergeModels([...Xe],["update:modelValue"]),setup(n,{emit:o}){const t=e.useModel(n,"modelValue"),l=e.useAttrs(),r=e.useSlots(),i=o,c=e.inject(Symbol.for("vuetify:icons")),s=n;let a=e.reactive({...l,...s});const u=e.computed(()=>s.loading),f=e.computed(()=>s.disabled),v=e.ref(!1),p=e.ref(!1),d=e.ref(!1),m=e.ref(null);let y=t.value;e.watch(()=>u.value,(C,A)=>{!C&&A&&d.value&&F()});const g=e.computed(()=>ve({icon:s.clearIcon,iconOptions:c,name:"clear"})),b=e.computed(()=>t.value?(v.value=!1,a.truncateLength?xt({length:a.truncateLength,suffix:a.truncateSuffix,text:t.value}):t.value):(v.value=!0,a.emptyText)),P=e.computed(()=>un(a)),x=e.computed(()=>({color:a.color,displayAppendIcon:s.displayAppendIcon,displayAppendIconColor:s.displayAppendIconColor,displayAppendIconSize:s.displayAppendIconSize,displayAppendInnerIcon:s.displayAppendInnerIcon,displayAppendInnerIconColor:s.displayAppendInnerIconColor,displayAppendInnerIconSize:s.displayAppendInnerIconSize,displayPrependIcon:s.displayPrependIcon,displayPrependIconColor:s.displayPrependIconColor,displayPrependIconSize:s.displayPrependIconSize,displayPrependInnerIcon:s.displayPrependInnerIcon,displayPrependInnerIconColor:s.displayPrependInnerIconColor,displayPrependInnerIconSize:s.displayPrependInnerIconSize,displayValue:b.value,empty:v.value,error:p.value,field:"v-text-field",underlineColor:a.underlineColor,underlineStyle:a.underlineStyle,underlineWidth:a.underlineWidth,underlined:a.underlined,valueColor:a.valueColor})),j=e.computed(()=>({...Me,...s.cardProps})),O=e.computed(()=>Ge({density:a.density,disabled:f.value,field:"v-text-field",iconSet:c==null?void 0:c.defaultSet,loading:u.value,loadingWait:a.loadingWait,tableField:a.tableField,variant:a.variant})),R=e.computed(()=>qe({density:a.density,field:"v-text-field"})),D=Xn({density:a.density,variant:a.variant}),I=e.computed(()=>He({active:d.value,name:"text-field"})),w=e.computed(()=>Ue({name:"text-field",showField:d.value})),_=e.computed(()=>({})),h=e.computed(()=>V.value);function B(){p.value=!1,t.value=y,F()}const V=e.ref(),M=e.ref(null),L=e.ref("body");function F(){var A,E;if(f.value||a.loadingWait&&u.value)return;V.value=_e({cardMinWidth:(A=a.cardProps)==null?void 0:A.minWidth,cardOffsetX:a.cardOffsetX,cardOffsetY:a.cardOffsetY,cardWidth:(E=a.cardProps)==null?void 0:E.width,field:M.value});const C=Ye({attrs:l,closeSiblings:a.closeSiblings,fieldOnly:a.fieldOnly,props:s,showField:d,timeOpened:m.value});a={...a,...C.settings},d.value=C.showField,m.value=C.timeOpened,N!==null&&a.closeSiblings&&d.value&&!a.fieldOnly&&N.emit(C.timeOpened)}const S=e.ref(),k=e.computed(()=>S.value);function z(){const C=Jn({required:a.required,rules:a.rules,value:t});return p.value=C.errors,S.value=C.results,C.results}function T(){p.value?p.value=!0:(y=t.value,i("update",t.value),a.loadingWait||F())}let N,$;function G(C){i("update:closeSiblingFields",m),d.value&&m.value!==C&&B()}return e.watch(()=>d.value,()=>{d.value&&z()}),e.watch(()=>t.value,()=>{d.value&&z()}),a.closeSiblings&&import("@vueuse/core").then(({useEventBus:C})=>{N=C(Le),$=N.on(G)}),e.onUnmounted(()=>{$!==void 0&&N.off(G)}),(C,A)=>(e.openBlock(),e.createElementBlock("div",{ref_key:"inlineFieldsContainer",ref:M,class:e.normalizeClass(e.unref(O)),style:e.normalizeStyle(e.unref(_))},[!e.unref(d)&&!e.unref(a).fieldOnly||e.unref(a).cardField?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(e.unref(R))},[e.createElementVNode("div",{class:e.normalizeClass(e.unref(D))},[e.createVNode(e.unref(Kn),e.mergeProps(e.unref(x),{onToggleField:F}),e.createSlots({_:2},[e.renderList(e.unref(r),(E,W)=>({name:W,fn:e.withCtx(H=>[e.renderSlot(C.$slots,W,e.normalizeProps(e.guardReactiveProps({...H})))])}))]),1040)],2)],2)):e.createCommentVNode("",!0),e.unref(d)||e.unref(a).fieldOnly||e.unref(a).cardField?(e.openBlock(),e.createElementBlock("div",{key:1,class:e.normalizeClass(e.unref(I))},[(e.openBlock(),e.createBlock(e.Teleport,{disabled:!e.unref(a).cardField,to:e.unref(L)},[e.createVNode(kt,e.mergeProps(e.unref(P),{modelValue:t.value,"onUpdate:modelValue":A[1]||(A[1]=E=>t.value=E),autofocus:!e.unref(a).fieldOnly||e.unref(a).autofocus,"clear-icon":e.unref(g),color:e.unref(a).color,density:e.unref(a).density,disabled:e.unref(u)||e.unref(f),error:e.unref(p),"error-messages":e.unref(k),"hide-details":e.unref(a).hideDetails,label:e.unref(a).label,loading:e.unref(u),variant:e.unref(a).variant,width:"100%",onKeyup:[e.withKeys(T,["enter"]),e.withKeys(B,["esc"])]}),e.createSlots({_:2},[e.renderList(e.unref(r),(E,W)=>({name:W,fn:e.withCtx(H=>[e.renderSlot(C.$slots,W,e.normalizeProps(e.guardReactiveProps({...H})))])})),e.unref(r).append?void 0:{name:"append",fn:e.withCtx(()=>[e.createVNode(e.unref(mn),{modelValue:t.value,"onUpdate:modelValue":A[0]||(A[0]=E=>t.value=E),"cancel-button-color":e.unref(a).cancelButtonColor,"cancel-button-size":e.unref(a).cancelButtonSize,"cancel-button-title":e.unref(a).cancelButtonTitle,"cancel-button-variant":e.unref(a).cancelButtonVariant,"cancel-icon":e.unref(a).cancelIcon,"cancel-icon-color":e.unref(a).cancelIconColor,error:e.unref(p),"field-only":e.unref(a).fieldOnly,"hide-save-icon":e.unref(a).hideSaveIcon,loading:e.unref(u),"loading-icon":e.unref(a).loadingIcon,"loading-icon-color":e.unref(a).loadingIconColor,required:e.unref(a).required,"save-button-color":e.unref(a).saveButtonColor,"save-button-size":e.unref(a).saveButtonSize,"save-button-title":e.unref(a).saveButtonTitle,"save-button-variant":e.unref(a).saveButtonVariant,"save-icon":e.unref(a).saveIcon,"save-icon-color":e.unref(a).saveIconColor,onClose:B,onSave:T},null,8,["modelValue","cancel-button-color","cancel-button-size","cancel-button-title","cancel-button-variant","cancel-icon","cancel-icon-color","error","field-only","hide-save-icon","loading","loading-icon","loading-icon-color","required","save-button-color","save-button-size","save-button-title","save-button-variant","save-icon","save-icon-color"])]),key:"0"}]),1040,["modelValue","autofocus","clear-icon","color","density","disabled","error","error-messages","hide-details","label","loading","variant","onKeyup"])],8,["disabled","to"]))],2)):e.createCommentVNode("",!0),e.unref(a).cardField?(e.openBlock(),e.createElementBlock("div",{key:2,class:e.normalizeClass(e.unref(w)),style:e.normalizeStyle(e.unref(h))},[e.createVNode(je,e.normalizeProps(e.guardReactiveProps(e.unref(j))),{default:e.withCtx(()=>[e.createVNode(Pe,null,{default:e.withCtx(()=>[e.createElementVNode("div",{ref_key:"cardFieldRef",ref:L},null,512)]),_:1})]),_:1},16)],6)):e.createCommentVNode("",!0)],6))}}),VInlineTextarea:e.defineComponent({__name:"VInlineTextarea",props:e.mergeModels(e.mergeDefaults({autoGrow:{},clearIcon:{},density:{},rows:{},rules:{},variant:{},autofocus:{type:Boolean},cancelButtonColor:{},cancelButtonSize:{},cancelButtonTitle:{},cancelButtonVariant:{},cancelIcon:{},cancelIconColor:{},cardField:{type:Boolean},cardOffsetX:{},cardOffsetY:{},cardProps:{},closeSiblings:{type:Boolean},color:{},disabled:{type:Boolean},displayAppendIcon:{},displayAppendIconColor:{},displayAppendIconSize:{},displayAppendInnerIcon:{},displayAppendInnerIconColor:{},displayAppendInnerIconSize:{},displayPrependIcon:{},displayPrependIconColor:{},displayPrependIconSize:{},displayPrependInnerIcon:{},displayPrependInnerIconColor:{},displayPrependInnerIconSize:{},emptyText:{},error:{type:Boolean},fieldOnly:{type:Boolean},hideDetails:{type:Boolean},hideSaveIcon:{type:Boolean},item:{},label:{},loading:{type:Boolean},loadingIcon:{},loadingIconColor:{},loadingWait:{type:Boolean},name:{},required:{type:Boolean},saveButtonColor:{},saveButtonSize:{},saveButtonTitle:{},saveButtonVariant:{},saveIcon:{},saveIconColor:{},tableField:{type:Boolean},truncateLength:{},truncateSuffix:{},underlineColor:{},underlineStyle:{},underlineWidth:{},underlined:{type:Boolean},valueColor:{}},{...va}),{modelValue:{}}),emits:e.mergeModels([...Xe],["update:modelValue"]),setup(n,{emit:o}){const t=e.useModel(n,"modelValue"),l=e.useAttrs(),r=e.useSlots(),i=o,c=e.inject(Symbol.for("vuetify:icons")),s=n;let a=e.reactive({...l,...s});const u=e.computed(()=>s.loading),f=e.computed(()=>s.disabled),v=e.ref(!1),p=e.ref(!1),d=e.ref(!1),m=e.ref(null);let y=t.value;e.watch(()=>u.value,(C,A)=>{!C&&A&&d.value&&F()});const g=e.computed(()=>ve({icon:s.clearIcon,iconOptions:c,name:"clear"})),b=e.computed(()=>t.value?(v.value=!1,a.truncateLength?xt({length:a.truncateLength,suffix:a.truncateSuffix,text:t.value}):t.value):(v.value=!0,a.emptyText)),P=e.computed(()=>un(a)),x=e.computed(()=>({color:a.color,displayAppendIcon:s.displayAppendIcon,displayAppendIconColor:s.displayAppendIconColor,displayAppendIconSize:s.displayAppendIconSize,displayAppendInnerIcon:s.displayAppendInnerIcon,displayAppendInnerIconColor:s.displayAppendInnerIconColor,displayAppendInnerIconSize:s.displayAppendInnerIconSize,displayPrependIcon:s.displayPrependIcon,displayPrependIconColor:s.displayPrependIconColor,displayPrependIconSize:s.displayPrependIconSize,displayPrependInnerIcon:s.displayPrependInnerIcon,displayPrependInnerIconColor:s.displayPrependInnerIconColor,displayPrependInnerIconSize:s.displayPrependInnerIconSize,displayValue:b.value,empty:v.value,error:p.value,field:"v-text-field",underlineColor:a.underlineColor,underlineStyle:a.underlineStyle,underlineWidth:a.underlineWidth,underlined:a.underlined,valueColor:a.valueColor})),j=e.computed(()=>({...Me,...s.cardProps})),O=e.computed(()=>Ge({density:a.density,disabled:f.value,field:"v-textarea",iconSet:c==null?void 0:c.defaultSet,loading:u.value,loadingWait:a.loadingWait,tableField:a.tableField,variant:a.variant})),R=e.computed(()=>qe({density:a.density,field:"v-textarea"})),D=Xn({density:a.density,variant:a.variant}),I=e.computed(()=>He({active:d.value,name:"textarea"})),w=e.computed(()=>Ue({name:"textarea",showField:d.value})),_=e.computed(()=>({})),h=e.computed(()=>V.value);function B(){p.value=!1,t.value=y,F()}const V=e.ref(),M=e.ref(null),L=e.ref("body");function F(){var A,E;if(f.value||a.loadingWait&&u.value)return;V.value=_e({cardMinWidth:(A=a.cardProps)==null?void 0:A.minWidth,cardOffsetX:a.cardOffsetX,cardOffsetY:a.cardOffsetY,cardWidth:(E=a.cardProps)==null?void 0:E.width,field:M.value});const C=Ye({attrs:l,closeSiblings:a.closeSiblings,fieldOnly:a.fieldOnly,props:s,showField:d,timeOpened:m.value});a={...a,...C.settings},d.value=C.showField,m.value=C.timeOpened,N!==null&&a.closeSiblings&&d.value&&!a.fieldOnly&&N.emit(C.timeOpened)}const S=e.ref(),k=e.computed(()=>S.value);function z(){const C=Jn({required:a.required,rules:a.rules,value:t});return p.value=C.errors,S.value=C.results,C.results}function T(){y=t.value,i("update",t.value),a.loadingWait||F()}let N,$;function G(C){i("update:closeSiblingFields",m),d.value&&m.value!==C&&B()}return e.watch(()=>d.value,()=>{d.value&&z()}),e.watch(()=>t.value,()=>{d.value&&z()}),a.closeSiblings&&import("@vueuse/core").then(({useEventBus:C})=>{N=C(Le),$=N.on(G)}),e.onUnmounted(()=>{$!==void 0&&N.off(G)}),(C,A)=>(e.openBlock(),e.createElementBlock("div",{ref_key:"inlineFieldsContainer",ref:M,class:e.normalizeClass(e.unref(O)),style:e.normalizeStyle(e.unref(_))},[!e.unref(d)&&!e.unref(a).fieldOnly||e.unref(a).cardField?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(e.unref(R))},[e.createElementVNode("div",{class:e.normalizeClass(e.unref(D))},[e.createVNode(e.unref(Kn),e.mergeProps(e.unref(x),{onToggleField:F}),e.createSlots({_:2},[e.renderList(e.unref(r),(E,W)=>({name:W,fn:e.withCtx(H=>[e.renderSlot(C.$slots,W,e.normalizeProps(e.guardReactiveProps({...H})))])}))]),1040)],2)],2)):e.createCommentVNode("",!0),e.unref(d)||e.unref(a).fieldOnly||e.unref(a).cardField?(e.openBlock(),e.createElementBlock("div",{key:1,class:e.normalizeClass(e.unref(I))},[(e.openBlock(),e.createBlock(e.Teleport,{disabled:!e.unref(a).cardField,to:e.unref(L)},[e.createVNode(ti,e.mergeProps(e.unref(P),{modelValue:t.value,"onUpdate:modelValue":A[0]||(A[0]=E=>t.value=E),"auto-grow":e.unref(a).autoGrow,autofocus:!e.unref(a).fieldOnly||e.unref(a).autofocus,"clear-icon":e.unref(g),color:e.unref(a).color,density:e.unref(a).density,disabled:e.unref(u)||e.unref(f),error:e.unref(p),"error-messages":e.unref(k),"hide-details":e.unref(a).hideDetails,label:e.unref(a).label,loading:e.unref(u),rows:e.unref(a).rows,variant:e.unref(a).variant,width:"100%",onKeyup:e.withKeys(B,["esc"])}),e.createSlots({_:2},[e.renderList(e.unref(r),(E,W)=>({name:W,fn:e.withCtx(H=>[e.renderSlot(C.$slots,W,e.normalizeProps(e.guardReactiveProps({...H})))])})),e.unref(r).append?void 0:{name:"append",fn:e.withCtx(()=>[e.createVNode(e.unref(mn),{"cancel-button-color":e.unref(a).cancelButtonColor,"cancel-button-size":e.unref(a).cancelButtonSize,"cancel-button-title":e.unref(a).cancelButtonTitle,"cancel-button-variant":e.unref(a).cancelButtonVariant,"cancel-icon":e.unref(a).cancelIcon,"cancel-icon-color":e.unref(a).cancelIconColor,error:e.unref(p),"field-only":e.unref(a).fieldOnly,"hide-save-icon":e.unref(a).hideSaveIcon,loading:e.unref(u),"loading-icon":e.unref(a).loadingIcon,"loading-icon-color":e.unref(a).loadingIconColor,"save-button-color":e.unref(a).saveButtonColor,"save-button-size":e.unref(a).saveButtonSize,"save-button-title":e.unref(a).saveButtonTitle,"save-button-variant":e.unref(a).saveButtonVariant,"save-icon":e.unref(a).saveIcon,"save-icon-color":e.unref(a).saveIconColor,onClose:B,onSave:T},null,8,["cancel-button-color","cancel-button-size","cancel-button-title","cancel-button-variant","cancel-icon","cancel-icon-color","error","field-only","hide-save-icon","loading","loading-icon","loading-icon-color","save-button-color","save-button-size","save-button-title","save-button-variant","save-icon","save-icon-color"])]),key:"0"}]),1040,["modelValue","auto-grow","autofocus","clear-icon","color","density","disabled","error","error-messages","hide-details","label","loading","rows","variant","onKeyup"])],8,["disabled","to"]))],2)):e.createCommentVNode("",!0),e.unref(a).cardField?(e.openBlock(),e.createElementBlock("div",{key:2,class:e.normalizeClass(e.unref(w)),style:e.normalizeStyle(e.unref(h))},[e.createVNode(je,e.normalizeProps(e.guardReactiveProps(e.unref(j))),{default:e.withCtx(()=>[e.createVNode(Pe,null,{default:e.withCtx(()=>[e.createElementVNode("div",{ref_key:"cardFieldRef",ref:L},null,512)]),_:1})]),_:1},16)],6)):e.createCommentVNode("",!0)],6))}})},di=n=>{for(const o in me){const t=me[o];n.component(t.name,t)}};for(const n in me)me[n].install=di;const pi=me.VInlineCheckbox,vi=me.VInlineCustomField,fi=me.VInlineSelect,mi=me.VInlineSwitch,yi=me.VInlineTextField,gi=me.VInlineTextarea,hi={VInlineFields:me};exports.VInlineCheckbox=pi,exports.VInlineCustomField=vi,exports.VInlineSelect=fi,exports.VInlineSwitch=mi,exports.VInlineTextField=yi,exports.VInlineTextarea=gi,exports.default=hi; (function(){"use strict";try{if(typeof document<"u"){var i=document.createElement("style");i.appendChild(document.createTextNode("[data-v-d028b1ff] .v-field__field{align-items:flex-end!important}:root{--v-inline-fields-top-padding-compact: 13px;--v-inline-fields-top-padding-comfortable: 17px;--v-inline-fields-top-padding-default: 21px;--v-inline-fields-input-height: 24px;--v-inline-fields-density-compact-height: 32px;--v-inline-fields-density-comfortable-height: 40px;--v-inline-fields-grey: #909090}.v-inline-fields--container-v-select-comfortable-plain .v-input__control .v-field__clearable,.v-inline-fields--container-v-select-comfortable-underlined .v-input__control .v-field__clearable,.v-inline-fields--container-v-text-field-comfortable-plain .v-input__control .v-field__clearable,.v-inline-fields--container-v-text-field-comfortable-underlined .v-input__control .v-field__clearable,.v-inline-fields--container-v-select-compact-plain .v-input__control .v-field__clearable,.v-inline-fields--container-v-select-compact-underlined .v-input__control .v-field__clearable,.v-inline-fields--container-v-text-field-compact-plain .v-input__control .v-field__clearable,.v-inline-fields--container-v-text-field-compact-underlined .v-input__control .v-field__clearable,.v-inline-fields--container-v-select-comfortable-plain .v-input__control .v-input__append,.v-inline-fields--container-v-select-comfortable-underlined .v-input__control .v-input__append,.v-inline-fields--container-v-text-field-comfortable-plain .v-input__control .v-input__append,.v-inline-fields--container-v-text-field-comfortable-underlined .v-input__control .v-input__append,.v-inline-fields--container-v-select-compact-plain .v-input__control .v-input__append,.v-inline-fields--container-v-select-compact-underlined .v-input__control .v-input__append,.v-inline-fields--container-v-text-field-compact-plain .v-input__control .v-input__append,.v-inline-fields--container-v-text-field-compact-underlined .v-input__control .v-input__append{padding-top:0!important}.v-inline-fields--container-v-select-comfortable-plain .v-input__control .v-field__clearable .v-icon,.v-inline-fields--container-v-select-comfortable-underlined .v-input__control .v-field__clearable .v-icon,.v-inline-fields--container-v-text-field-comfortable-plain .v-input__control .v-field__clearable .v-icon,.v-inline-fields--container-v-text-field-comfortable-underlined .v-input__control .v-field__clearable .v-icon,.v-inline-fields--container-v-select-compact-plain .v-input__control .v-field__clearable .v-icon,.v-inline-fields--container-v-select-compact-underlined .v-input__control .v-field__clearable .v-icon,.v-inline-fields--container-v-text-field-compact-plain .v-input__control .v-field__clearable .v-icon,.v-inline-fields--container-v-text-field-compact-underlined .v-input__control .v-field__clearable .v-icon,.v-inline-fields--container-v-select-comfortable-plain .v-input__control .v-input__append .v-icon,.v-inline-fields--container-v-select-comfortable-underlined .v-input__control .v-input__append .v-icon,.v-inline-fields--container-v-text-field-comfortable-plain .v-input__control .v-input__append .v-icon,.v-inline-fields--container-v-text-field-comfortable-underlined .v-input__control .v-input__append .v-icon,.v-inline-fields--container-v-select-compact-plain .v-input__control .v-input__append .v-icon,.v-inline-fields--container-v-select-compact-underlined .v-input__control .v-input__append .v-icon,.v-inline-fields--container-v-text-field-compact-plain .v-input__control .v-input__append .v-icon,.v-inline-fields--container-v-text-field-compact-underlined .v-input__control .v-input__append .v-icon{font-size:1rem!important}.v-inline-fields{position:relative}.v-inline-fields--display-container *{align-items:center;display:flex}.v-inline-fields--display-value{cursor:pointer;letter-spacing:.009375em!important}.v-inline-fields--display-value-empty{color:var(--v-inline-fields-grey);font-style:italic}.v-inline-fields--display-value-checkbox,.v-inline-fields--display-value-switch{padding-bottom:2px;padding-top:6px}.v-inline-fields--display-append-icon,.v-inline-fields--display-prepend-icon,.v-inline-fields--display-append-inner-icon,.v-inline-fields--display-prepend-inner-icon{align-items:flex-end;display:inline-flex}.v-inline-fields--container-disabled .v-inline-fields--display-value{cursor:default!important;opacity:var(--v-disabled-opacity)}.v-inline-fields--container-loading .v-inline-fields--display-value{cursor:wait!important}.v-inline-fields--container-icon-set-fa .v-field__clearable{font-size:.8rem}.v-inline-fields--container-icon-set-fa .v-field__append-inner{align-items:flex-end;padding-bottom:0!important}.v-inline-fields--container-v-select-compact-plain .v-input,.v-inline-fields--container-v-select-compact-underlined .v-input,.v-inline-fields--container-v-text-field-compact-plain .v-input,.v-inline-fields--container-v-text-field-compact-underlined .v-input{height:var(--v-inline-fields-density-compact-height);max-height:var(--v-inline-fields-density-compact-height)}.v-inline-fields--container-v-select-compact-plain .v-input__control,.v-inline-fields--container-v-select-compact-underlined .v-input__control,.v-inline-fields--container-v-text-field-compact-plain .v-input__control,.v-inline-fields--container-v-text-field-compact-underlined .v-input__control{padding-bottom:4px}.v-inline-fields--container-v-select-compact-plain .v-input>div,.v-inline-fields--container-v-select-compact-underlined .v-input>div,.v-inline-fields--container-v-text-field-compact-plain .v-input>div,.v-inline-fields--container-v-text-field-compact-underlined .v-input>div{height:inherit!important;max-height:inherit!important}.v-inline-fields--container-v-select-compact-plain .v-input .v-field__input,.v-inline-fields--container-v-select-compact-underlined .v-input .v-field__input,.v-inline-fields--container-v-text-field-compact-plain .v-input .v-field__input,.v-inline-fields--container-v-text-field-compact-underlined .v-input .v-field__input{padding-top:0}.v-inline-fields--container-v-select-compact-plain .v-input .v-field__input input,.v-inline-fields--container-v-select-compact-underlined .v-input .v-field__input input,.v-inline-fields--container-v-text-field-compact-plain .v-input .v-field__input input,.v-inline-fields--container-v-text-field-compact-underlined .v-input .v-field__input input{padding-bottom:10px}.v-inline-fields--container-v-select-compact-plain .v-input .v-select__selection,.v-inline-fields--container-v-select-compact-underlined .v-input .v-select__selection,.v-inline-fields--container-v-text-field-compact-plain .v-input .v-select__selection,.v-inline-fields--container-v-text-field-compact-underlined .v-input .v-select__selection{align-items:center;padding-bottom:10px}.v-inline-fields--container-v-select-comfortable-plain .v-input,.v-inline-fields--container-v-select-comfortable-underlined .v-input,.v-inline-fields--container-v-text-field-comfortable-plain .v-input,.v-inline-fields--container-v-text-field-comfortable-underlined .v-input{height:var(--v-inline-fields-density-comfortable-height);max-height:var(--v-inline-fields-density-comfortable-height)}.v-inline-fields--container-v-select-comfortable-plain .v-input__control,.v-inline-fields--container-v-select-comfortable-underlined .v-input__control,.v-inline-fields--container-v-text-field-comfortable-plain .v-input__control,.v-inline-fields--container-v-text-field-comfortable-underlined .v-input__control{padding-bottom:8px}.v-inline-fields--container-v-select-comfortable-plain .v-input>div,.v-inline-fields--container-v-select-comfortable-underlined .v-input>div,.v-inline-fields--container-v-text-field-comfortable-plain .v-input>div,.v-inline-fields--container-v-text-field-comfortable-underlined .v-input>div{height:inherit!important;max-height:inherit!important}.v-inline-fields--container-v-select-comfortable-plain .v-input .v-field__input,.v-inline-fields--container-v-select-comfortable-underlined .v-input .v-field__input,.v-inline-fields--container-v-text-field-comfortable-plain .v-input .v-field__input,.v-inline-fields--container-v-text-field-comfortable-underlined .v-input .v-field__input{padding-top:0}.v-inline-fields--container-v-select-comfortable-plain .v-input .v-field__input input,.v-inline-fields--container-v-select-comfortable-underlined .v-input .v-field__input input,.v-inline-fields--container-v-text-field-comfortable-plain .v-input .v-field__input input,.v-inline-fields--container-v-text-field-comfortable-underlined .v-input .v-field__input input{padding-bottom:6px}.v-inline-fields--container-v-select-comfortable-plain .v-input .v-select__selection,.v-inline-fields--container-v-select-comfortable-underlined .v-input .v-select__selection,.v-inline-fields--container-v-text-field-comfortable-plain .v-input .v-select__selection,.v-inline-fields--container-v-text-field-comfortable-underlined .v-input .v-select__selection{align-items:center;padding-bottom:6px}.v-inline-fields--container-v-select-compact-plain .v-field__append-inner,.v-inline-fields--container-v-select-compact-underlined .v-field__append-inner{padding-top:4px!important}.v-inline-fields--container-v-select-comfortable-plain .v-field__append-inner,.v-inline-fields--container-v-select-comfortable-underlined .v-field__append-inner{padding-top:8px!important}.v-inline-fields--container-v-textarea .v-inline-fields--save-fields-container{align-items:flex-end}.v-inline-fields--container-v-select,.v-inline-fields--container-v-textarea,.v-inline-fields--container-v-text-field{width:100%}.v-inline-fields--container-v-checkbox .v-input,.v-inline-fields--container-v-switch .v-input{align-items:center;display:flex;padding-bottom:0}.v-inline-fields--container-v-checkbox .v-input__append,.v-inline-fields--container-v-switch .v-input__append{margin-inline-start:0!important;margin-left:0;padding-bottom:0!important}.v-inline-fields--container-v-checkbox .v-selection-control,.v-inline-fields--container-v-switch .v-selection-control{min-height:unset}.v-inline-fields--container-v-checkbox .v-inline-fields--save-fields-container,.v-inline-fields--container-v-switch .v-inline-fields--save-fields-container{align-items:center!important}.v-inline-fields--container .v-input__append,.v-inline-fields--container .v-input__prepend,.v-inline-fields--container .v-field__append-inner,.v-inline-fields--container .v-field__prepend-inner{padding-top:0!important}.v-inline-fields--container .v-input__append .v-icon,.v-inline-fields--container .v-input__prepend .v-icon,.v-inline-fields--container .v-field__append-inner .v-icon,.v-inline-fields--container .v-field__prepend-inner .v-icon{font-size:1rem!important}.v-inline-fields--container .v-field__append-inner,.v-inline-fields--container .v-field__prepend-inner{padding-bottom:10px!important}.v-inline-fields--container-compact .v-input__append,.v-inline-fields--container-compact .v-input__prepend,.v-inline-fields--container-compact .v-field__append-inner,.v-inline-fields--container-compact .v-field__prepend-inner{align-items:center!important}.v-inline-fields--container-compact .v-field__append-inner,.v-inline-fields--container-compact .v-field__prepend-inner{padding-bottom:10px!important}.v-inline-fields--container-comfortable .v-input__append,.v-inline-fields--container-comfortable .v-input__prepend,.v-inline-fields--container-comfortable .v-field__append-inner,.v-inline-fields--container-comfortable .v-field__prepend-inner{align-items:center!important}.v-inline-fields--container-comfortable .v-field__append-inner,.v-inline-fields--container-comfortable .v-field__prepend-inner{padding-bottom:6px!important}.v-inline-fields--container-default .v-input__append,.v-inline-fields--container-default .v-input__prepend,.v-inline-fields--container-default .v-field__append-inner,.v-inline-fields--container-default .v-field__prepend-inner{align-items:flex-end!important;padding-bottom:0!important}.v-inline-fields--container-default .v-input__append .v-icon,.v-inline-fields--container-default .v-input__prepend .v-icon,.v-inline-fields--container-default .v-field__append-inner .v-icon,.v-inline-fields--container-default .v-field__prepend-inner .v-icon{font-size:calc(var(--v-icon-size-multiplier) * 1.5em)!important}.v-inline-fields--container-default .v-inline-fields--save-fields-container{align-items:flex-end!important}.v-inline-fields--card-container{height:fit-content;min-width:fit-content!important;position:absolute}.v-inline-fields--card-container .v-card{border:1px solid hsla(0,0%,50%,.5)}.v-inline-fields--card-container .v-card .v-card-text{padding:5px 10px}.v-inline-fields--card-container .v-card .v-card-text>div{align-items:center;display:flex}.v-inline-fields--card-container-checkbox .v-card .v-card-text .v-input__append{margin-inline-start:0}.v-inline-fields--save-fields-container{align-items:center;display:flex;height:100%;margin-left:.1rem}.v-inline-fields--boolean-icons{font-size:calc(var(--v-icon-size-multiplier) * 1em)}.v-inline-fields .truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:250px}.v-inline-fields .v-input__append{padding-top:0}")),document.head.appendChild(i)}}catch(n){console.error("vite-plugin-css-injected-by-js",n)}})(); diff --git a/dist/vuetify-inline-fields.es.js b/dist/vuetify-inline-fields.es.js index 8377ff9..340e843 100644 --- a/dist/vuetify-inline-fields.es.js +++ b/dist/vuetify-inline-fields.es.js @@ -1,9 +1,9 @@ -import { Fragment as fe, reactive as ze, computed as v, watchEffect as Ue, toRefs as Po, capitalize as $o, isVNode as Ka, Comment as Ja, warn as Wt, inject as ve, ref as R, unref as s, provide as Te, shallowRef as ue, defineComponent as Re, camelize as Eo, h as Rt, getCurrentInstance as Za, onBeforeUnmount as on, watch as K, readonly as bl, onScopeDispose as we, effectScope as Cl, toRaw as nn, TransitionGroup as Qa, Transition as yn, createVNode as d, mergeProps as Z, onBeforeMount as To, nextTick as xe, withDirectives as Be, resolveDirective as Xe, vShow as Dn, isRef as mn, onMounted as Ln, toRef as ne, Text as ei, resolveDynamicComponent as ni, Teleport as rn, cloneVNode as ti, createTextVNode as zo, vModelText as li, mergeModels as _e, useModel as sn, openBlock as X, createBlock as he, useSlots as un, createElementBlock as oe, normalizeClass as ee, normalizeStyle as ge, renderSlot as Fe, normalizeProps as ye, createCommentVNode as pe, createElementVNode as Ie, toDisplayString as Il, useAttrs as cn, withCtx as se, mergeDefaults as Sn, onUnmounted as xn, createSlots as Ge, renderList as qe, guardReactiveProps as be, withKeys as St } from "vue"; +import { Fragment as fe, reactive as Le, computed as v, watchEffect as Ge, toRefs as Eo, capitalize as To, isVNode as ni, Comment as ti, unref as u, warn as Rt, inject as ve, ref as N, provide as De, shallowRef as re, defineComponent as Ne, camelize as zo, h as Nt, getCurrentInstance as li, onBeforeUnmount as an, watch as K, readonly as bl, onScopeDispose as Be, effectScope as Cl, toRaw as tn, TransitionGroup as oi, Transition as gn, createVNode as d, mergeProps as Z, onBeforeMount as Do, nextTick as Ie, withDirectives as we, resolveDirective as Je, vShow as Mn, isRef as hn, onMounted as Wn, toRef as ne, Text as ai, resolveDynamicComponent as ii, Teleport as sn, cloneVNode as ri, createTextVNode as Lo, vModelText as si, mergeModels as Pe, useModel as un, openBlock as J, createBlock as he, useSlots as cn, createElementBlock as ae, normalizeClass as ee, normalizeStyle as ge, renderSlot as Ae, normalizeProps as ye, createCommentVNode as pe, createElementVNode as xe, toDisplayString as Il, useAttrs as dn, withCtx as ue, mergeDefaults as kn, onUnmounted as wn, createSlots as Ue, renderList as Ye, guardReactiveProps as Ce, withKeys as St } from "vue"; import { useTheme as Sl } from "vuetify"; -import { useWindowSize as oi } from "@vueuse/core"; +import { useWindowSize as ui } from "@vueuse/core"; /** * @name @wdns/vuetify-inline-fields - * @version 1.0.0-beta-1.14 + * @version 1.0.0-beta-2 * @description Vuetify Inline Fields Component Library offers a comprehensive collection of reusable UI components to create elegant and efficient inline form fields within your applications. * @author WebDevNerdStuff & Bunnies... lots and lots of bunnies! (https://webdevnerdstuff.com) * @copyright Copyright 2023, WebDevNerdStuff @@ -11,11 +11,11 @@ import { useWindowSize as oi } from "@vueuse/core"; * @repository https://github.com/webdevnerdstuff/vuetify-inline-fields * @license MIT License */ -const Bn = Symbol("identifier"), kn = { elevation: 5, variant: "flat" }, ot = { cancelButtonColor: "default", cancelButtonSize: "x-small", cancelButtonTitle: "Cancel", cancelButtonVariant: "text", cancelIcon: void 0, cancelIconColor: "default", cardField: !1, cardOffsetX: 0, cardOffsetY: 0, cardProps: () => ({}), closeSiblings: !1, color: "primary", density: "compact", disabled: !1, displayAppendIcon: void 0, displayAppendIconColor: void 0, displayAppendIconSize: "x-small", displayAppendInnerIcon: void 0, displayAppendInnerIconColor: void 0, displayAppendInnerIconSize: "x-small", displayPrependIcon: void 0, displayPrependIconColor: void 0, displayPrependIconSize: "x-small", displayPrependInnerIcon: void 0, displayPrependInnerIconColor: void 0, displayPrependInnerIconSize: "x-small", emptyText: "empty", fieldOnly: !1, hideDetails: !0, label: "", loading: !1, loadingWait: !0, name: "", tableField: !0, underlineColor: "primary", underlineStyle: "dotted", underlineWidth: "2px", underlined: !0, valueColor: "default" }, xl = { autofocus: !0 }, Nt = { hideSaveIcon: !1, loadingIcon: void 0, loadingIconColor: "primary", saveButtonColor: "primary", saveButtonSize: "x-small", saveButtonTitle: "Save", saveButtonVariant: "text", saveIcon: void 0, saveIconColor: "primary" }, Do = { falseValue: !1, iconFalse: void 0, iconFalseColor: "danger", iconFalseTitle: "No", iconTrue: void 0, iconTrueColor: "success", iconTrueTitle: "Yes", icons: !0, trueValue: !0 }, ai = { ...ot, ...Do, ...Nt, falseIcon: void 0, icons: !0, trueIcon: void 0 }, ii = { ...ot, ...xl, ...Nt, clearIcon: void 0, clearable: !1, hideSelected: !0, itemTitle: "title", itemValue: "value", items: () => [], menu: !0, variant: "underlined" }, ri = { ...ot, ...Do, icons: !0, falseIcon: "" }, si = { ...xl, ...Nt, ...ot, autoGrow: !0, rows: 1, truncateLength: void 0, truncateSuffix: "...", variant: "underlined" }, Lo = { ...ot, ...xl, ...Nt, truncateLength: void 0, truncateSuffix: "...", variant: "underlined" }, ui = { fa: { checkboxFalse: "$checkboxOff", checkboxTrue: "far fa-square-check", clear: "$clear", false: "$close", loading: "fa-circle-notch", save: "fa-floppy-disk", true: "$complete" }, mdi: { checkboxFalse: "$checkboxOff", checkboxTrue: "mdi:mdi-checkbox-outline", clear: "$clear", false: "$close", loading: "mdi-loading", save: "mdi-content-save", true: "$complete" } }, De = (e) => { +const Fn = Symbol("identifier"), Vn = { elevation: 5, variant: "flat" }, ot = { cancelButtonColor: "default", cancelButtonSize: "x-small", cancelButtonTitle: "Cancel", cancelButtonVariant: "text", cancelIcon: void 0, cancelIconColor: "default", cardField: !1, cardOffsetX: 0, cardOffsetY: 0, cardProps: () => ({}), closeSiblings: !1, color: "primary", density: "compact", disabled: !1, displayAppendIcon: void 0, displayAppendIconColor: void 0, displayAppendIconSize: "x-small", displayAppendInnerIcon: void 0, displayAppendInnerIconColor: void 0, displayAppendInnerIconSize: "x-small", displayPrependIcon: void 0, displayPrependIconColor: void 0, displayPrependIconSize: "x-small", displayPrependInnerIcon: void 0, displayPrependInnerIconColor: void 0, displayPrependInnerIconSize: "x-small", emptyText: "empty", fieldOnly: !1, hideDetails: !0, label: "", loading: !1, loadingWait: !0, name: "", tableField: !0, underlineColor: "primary", underlineStyle: "dotted", underlineWidth: "2px", underlined: !0, valueColor: "default" }, xl = { autofocus: !0 }, jt = { hideSaveIcon: !1, loadingIcon: void 0, loadingIconColor: "primary", saveButtonColor: "primary", saveButtonSize: "x-small", saveButtonTitle: "Save", saveButtonVariant: "text", saveIcon: void 0, saveIconColor: "primary" }, Mo = { falseValue: !1, iconFalse: void 0, iconFalseColor: "danger", iconFalseTitle: "No", iconTrue: void 0, iconTrueColor: "success", iconTrueTitle: "Yes", icons: !0, trueValue: !0 }, ci = { ...ot, ...Mo, ...jt, falseIcon: void 0, icons: !0, trueIcon: void 0 }, di = { ...ot, ...xl, ...jt, clearIcon: void 0, clearable: !1, hideSelected: !0, itemTitle: "title", itemValue: "value", items: () => [], menu: !0, variant: "underlined" }, pi = { ...ot, ...Mo, icons: !0, falseIcon: "" }, vi = { ...xl, ...jt, ...ot, autoGrow: !0, rows: 1, truncateLength: void 0, truncateSuffix: "...", variant: "underlined" }, Wo = { ...ot, ...xl, ...jt, truncateLength: void 0, truncateSuffix: "...", variant: "underlined" }, fi = { fa: { checkboxFalse: "$checkboxOff", checkboxTrue: "far fa-square-check", clear: "$clear", false: "$close", loading: "fa-circle-notch", save: "fa-floppy-disk", true: "$complete" }, mdi: { checkboxFalse: "$checkboxOff", checkboxTrue: "mdi:mdi-checkbox-outline", clear: "$clear", false: "$close", loading: "mdi-loading", save: "mdi-content-save", true: "$complete" } }, Me = (e) => { const { icon: t, iconOptions: n, name: l } = e; if (t) return t; - const a = ui[n == null ? void 0 : n.defaultSet]; + const a = fi[n == null ? void 0 : n.defaultSet]; if (!a) throw new Error(`VInlineFields: No VInlineFields default ${n == null ? void 0 : n.defaultSet} icon set found for ${l}. Please set the icon prop.`); const i = a[l]; @@ -23,13 +23,13 @@ const Bn = Symbol("identifier"), kn = { elevation: 5, variant: "flat" }, ot = { throw new Error(`VInlineFields: No ${l} icon found. Please set the icon prop, or set the default icon set to 'mdi' or 'fa'`); return i; }; -function H(e, t) { +function Y(e, t) { return (n) => Object.keys(e).reduce((l, a) => { const i = typeof e[a] == "object" && e[a] != null && !Array.isArray(e[a]) ? e[a] : { type: e[a] }; return l[a] = n && a in n ? { ...i, default: n[a] } : i, t && !l[a].source && (l[a].source = t), l; }, {}); } -const ie = H({ class: [String, Array], style: { type: [String, Array, Object], default: null } }, "component"), Ee = typeof window < "u", Bl = Ee && "IntersectionObserver" in window; +const se = Y({ class: [String, Array], style: { type: [String, Array, Object], default: null } }, "component"), $e = typeof window < "u", Bl = $e && "IntersectionObserver" in window; function Nl(e, t, n) { const l = t.length - 1; if (l < 0) @@ -49,7 +49,7 @@ function at(e, t) { const n = Object.keys(e); return n.length === Object.keys(t).length && n.every((l) => at(e[l], t[l])); } -function He(e, t, n) { +function Xe(e, t, n) { if (t === !0) return e === void 0 ? n : e; if (t == null || typeof t == "boolean") @@ -75,61 +75,71 @@ function te(e) { let t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : "px"; return e == null || e === "" ? void 0 : isNaN(+e) ? String(e) : isFinite(+e) ? `${Number(e)}${t}` : void 0; } -function tl(e) { +function ll(e) { return e !== null && typeof e == "object" && !Array.isArray(e); } -function ll(e) { - return e && "$el" in e ? e.$el : e; +function wt(e) { + if (e && "$el" in e) { + const t = e.$el; + return (t == null ? void 0 : t.nodeType) === Node.TEXT_NODE ? t.nextElementSibling : t; + } + return e; } const jl = Object.freeze({ enter: 13, tab: 9, delete: 46, esc: 27, space: 32, up: 38, down: 40, left: 37, right: 39, end: 35, home: 36, del: 46, backspace: 8, insert: 45, pageup: 33, pagedown: 34, shift: 16 }); -function Ut(e, t) { +function Yt(e, t) { return t.every((n) => e.hasOwnProperty(n)); } -function En(e, t, n) { +function Ro(e, t) { + const n = {}, l = new Set(Object.keys(e)); + for (const a of t) + l.has(a) && (n[a] = e[a]); + return n; +} +function Gl(e, t, n) { const l = /* @__PURE__ */ Object.create(null), a = /* @__PURE__ */ Object.create(null); for (const i in e) t.some((c) => c instanceof RegExp ? c.test(i) : c === i) && !(n != null && n.some((c) => c === i)) ? l[i] = e[i] : a[i] = e[i]; return [l, a]; } -function it(e, t) { +function bn(e, t) { const n = { ...e }; return t.forEach((l) => delete n[l]), n; } -const Mo = /^on[^a-z]/, ol = (e) => Mo.test(e), ci = ["onAfterscriptexecute", "onAnimationcancel", "onAnimationend", "onAnimationiteration", "onAnimationstart", "onAuxclick", "onBeforeinput", "onBeforescriptexecute", "onChange", "onClick", "onCompositionend", "onCompositionstart", "onCompositionupdate", "onContextmenu", "onCopy", "onCut", "onDblclick", "onFocusin", "onFocusout", "onFullscreenchange", "onFullscreenerror", "onGesturechange", "onGestureend", "onGesturestart", "onGotpointercapture", "onInput", "onKeydown", "onKeypress", "onKeyup", "onLostpointercapture", "onMousedown", "onMousemove", "onMouseout", "onMouseover", "onMouseup", "onMousewheel", "onPaste", "onPointercancel", "onPointerdown", "onPointerenter", "onPointerleave", "onPointermove", "onPointerout", "onPointerover", "onPointerup", "onReset", "onSelect", "onSubmit", "onTouchcancel", "onTouchend", "onTouchmove", "onTouchstart", "onTransitioncancel", "onTransitionend", "onTransitionrun", "onTransitionstart", "onWheel"]; -function rt(e) { - const [t, n] = En(e, [Mo]), l = it(t, ci), [a, i] = En(n, ["class", "style", "id", /^data-/]); +const No = /^on[^a-z]/, ol = (e) => No.test(e), yi = ["onAfterscriptexecute", "onAnimationcancel", "onAnimationend", "onAnimationiteration", "onAnimationstart", "onAuxclick", "onBeforeinput", "onBeforescriptexecute", "onChange", "onClick", "onCompositionend", "onCompositionstart", "onCompositionupdate", "onContextmenu", "onCopy", "onCut", "onDblclick", "onFocusin", "onFocusout", "onFullscreenchange", "onFullscreenerror", "onGesturechange", "onGestureend", "onGesturestart", "onGotpointercapture", "onInput", "onKeydown", "onKeypress", "onKeyup", "onLostpointercapture", "onMousedown", "onMousemove", "onMouseout", "onMouseover", "onMouseup", "onMousewheel", "onPaste", "onPointercancel", "onPointerdown", "onPointerenter", "onPointerleave", "onPointermove", "onPointerout", "onPointerover", "onPointerup", "onReset", "onSelect", "onSubmit", "onTouchcancel", "onTouchend", "onTouchmove", "onTouchstart", "onTransitioncancel", "onTransitionend", "onTransitionrun", "onTransitionstart", "onWheel"]; +function it(e) { + const [t, n] = Gl(e, [No]), l = bn(t, yi), [a, i] = Gl(n, ["class", "style", "id", /^data-/]); return Object.assign(a, t), Object.assign(i, l), [a, i]; } -function tn(e) { +function ln(e) { return e == null ? [] : Array.isArray(e) ? e : [e]; } -function Jn(e) { +function An(e) { let t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : 0, n = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : 1; return Math.max(t, Math.min(n, e)); } -function Gl(e, t) { +function ql(e, t) { return e + (arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : "0").repeat(Math.max(0, t - e.length)); } -function Cn() { +function xn() { let e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}, n = arguments.length > 2 ? arguments[2] : void 0; const l = {}; for (const a in e) l[a] = e[a]; for (const a in t) { const i = e[a], c = t[a]; - tl(i) && tl(c) ? l[a] = Cn(i, c, n) : Array.isArray(i) && Array.isArray(c) && n ? l[a] = n(i, c) : l[a] = c; + ll(i) && ll(c) ? l[a] = xn(i, c, n) : Array.isArray(i) && Array.isArray(c) && n ? l[a] = n(i, c) : l[a] = c; } return l; } -function Wo(e) { - return e.map((t) => t.type === fe ? Wo(t.children) : t).flat(); +function jo(e) { + return e.map((t) => t.type === fe ? jo(t.children) : t).flat(); } -function dn() { +function pn() { let e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : ""; - if (dn.cache.has(e)) - return dn.cache.get(e); + if (pn.cache.has(e)) + return pn.cache.get(e); const t = e.replace(/[^a-z]/gi, "-").replace(/\B([A-Z])/g, "-$1").toLowerCase(); - return dn.cache.set(e, t), t; + return pn.cache.set(e, t), t; } function xt(e, t) { if (!t || typeof t != "object") @@ -147,24 +157,24 @@ function xt(e, t) { return []; } function kl(e) { - const t = ze({}), n = v(e); - return Ue(() => { + const t = Le({}), n = v(e); + return Ge(() => { for (const l in n.value) t[l] = n.value[l]; - }, { flush: "sync" }), Po(t); + }, { flush: "sync" }), Eo(t); } -function wt(e, t) { +function Ft(e, t) { return e.includes(t); } -function ql(e) { +function Hl(e) { return e[2].toLowerCase() + e.slice(3); } -dn.cache = /* @__PURE__ */ new Map(); -const Ne = () => [Function, Array]; -function Hl(e, t) { - return !!(e[t = "on" + $o(t)] || e[`${t}Once`] || e[`${t}Capture`] || e[`${t}OnceCapture`] || e[`${t}CaptureOnce`]); +pn.cache = /* @__PURE__ */ new Map(); +const je = () => [Function, Array]; +function Ul(e, t) { + return !!(e[t = "on" + To(t)] || e[`${t}Once`] || e[`${t}Capture`] || e[`${t}OnceCapture`] || e[`${t}CaptureOnce`]); } -function Ro(e) { +function Go(e) { for (var t = arguments.length, n = new Array(t > 1 ? t - 1 : 0), l = 1; l < t; l++) n[l - 1] = arguments[l]; if (Array.isArray(e)) @@ -178,7 +188,7 @@ function al(e) { const n = ["button", "[href]", 'input:not([type="hidden"])', "select", "textarea", "[tabindex]"].map((l) => `${l}${t ? ':not([tabindex="-1"])' : ""}:not([disabled])`).join(", "); return [...e.querySelectorAll(n)]; } -function No(e, t, n) { +function qo(e, t, n) { let l, a = e.indexOf(document.activeElement); const i = t === "next" ? 1 : -1; do @@ -186,7 +196,7 @@ function No(e, t, n) { while ((!l || l.offsetParent == null || !((n == null ? void 0 : n(l)) ?? 1)) && a < e.length && a >= 0); return l; } -function Ft(e, t) { +function Vt(e, t) { var l, a, i, c; const n = al(e); if (t) @@ -197,14 +207,14 @@ function Ft(e, t) { else if (typeof t == "number") (i = n[t]) == null || i.focus(); else { - const r = No(n, t); - r ? r.focus() : Ft(e, t === "next" ? "first" : "last"); + const r = qo(n, t); + r ? r.focus() : Vt(e, t === "next" ? "first" : "last"); } else e !== document.activeElement && e.contains(document.activeElement) || ((c = n[0]) == null || c.focus()); } -function Vt(e, t) { - if (!(Ee && typeof CSS < "u" && CSS.supports !== void 0 && CSS.supports(`selector(${t})`))) +function At(e, t) { + if (!($e && typeof CSS < "u" && CSS.supports !== void 0 && CSS.supports(`selector(${t})`))) return null; try { return !!e && e.matches(t); @@ -212,30 +222,30 @@ function Vt(e, t) { return null; } } -function jo(e) { - return e.some((t) => !Ka(t) || t.type !== Ja && (t.type !== fe || jo(t.children))) ? e : null; +function Ho(e) { + return e.some((t) => !ni(t) || t.type !== ti && (t.type !== fe || Ho(t.children))) ? e : null; } -const Go = ["top", "bottom"], di = ["start", "end", "left", "right"]; +const Uo = ["top", "bottom"], mi = ["start", "end", "left", "right"]; function il(e, t) { let [n, l] = e.split(" "); - return l || (l = wt(Go, n) ? "start" : wt(di, n) ? "top" : "center"), { side: Ul(n, t), align: Ul(l, t) }; + return l || (l = Ft(Uo, n) ? "start" : Ft(mi, n) ? "top" : "center"), { side: Yl(n, t), align: Yl(l, t) }; } -function Ul(e, t) { +function Yl(e, t) { return e === "start" ? t ? "right" : "left" : e === "end" ? t ? "left" : "right" : e; } -function Yt(e) { +function Xt(e) { return { side: { center: "center", top: "bottom", bottom: "top", left: "right", right: "left" }[e.side], align: e.align }; } -function Xt(e) { +function Kt(e) { return { side: e.side, align: { center: "center", top: "bottom", bottom: "top", left: "right", right: "left" }[e.align] }; } -function Yl(e) { +function Xl(e) { return { side: e.align, align: e.side }; } -function Xl(e) { - return wt(Go, e.side) ? "y" : "x"; +function Kl(e) { + return Ft(Uo, e.side) ? "y" : "x"; } -class wn { +class vn { constructor(t) { let { x: n, y: l, width: a, height: i } = t; this.x = n, this.y = l, this.width = a, this.height = i; @@ -253,9 +263,12 @@ class wn { return this.x + this.width; } } -function Kl(e, t) { +function Jl(e, t) { return { x: { before: Math.max(0, t.left - e.left), after: Math.max(0, e.right - t.right) }, y: { before: Math.max(0, t.top - e.top), after: Math.max(0, e.bottom - t.bottom) } }; } +function Yo(e) { + return Array.isArray(e) ? new vn({ x: e[0], y: e[1], width: 0, height: 0 }) : e.getBoundingClientRect(); +} function wl(e) { const t = e.getBoundingClientRect(), n = getComputedStyle(e), l = n.transform; if (l) { @@ -264,15 +277,15 @@ function wl(e) { a = l.slice(9, -1).split(/, /), i = +a[0], c = +a[5], r = +a[12], o = +a[13]; else { if (!l.startsWith("matrix(")) - return new wn(t); + return new vn(t); a = l.slice(7, -1).split(/, /), i = +a[0], c = +a[3], r = +a[4], o = +a[5]; } - const u = n.transformOrigin, m = t.x - r - (1 - i) * parseFloat(u), y = t.y - o - (1 - c) * parseFloat(u.slice(u.indexOf(" ") + 1)), f = i ? t.width / i : e.offsetWidth + 1, p = c ? t.height / c : e.offsetHeight + 1; - return new wn({ x: m, y, width: f, height: p }); + const s = n.transformOrigin, m = t.x - r - (1 - i) * parseFloat(s), y = t.y - o - (1 - c) * parseFloat(s.slice(s.indexOf(" ") + 1)), f = i ? t.width / i : e.offsetWidth + 1, p = c ? t.height / c : e.offsetHeight + 1; + return new vn({ x: m, y, width: f, height: p }); } - return new wn(t); + return new vn(t); } -function In(e, t, n) { +function Bn(e, t, n) { if (e.animate === void 0) return { finished: Promise.resolve() }; let l; @@ -287,60 +300,60 @@ function In(e, t, n) { }; })), l; } -const ht = /* @__PURE__ */ new WeakMap(), bn = 2.4, Jl = 0.2126729, Zl = 0.7151522, Ql = 0.072175, pi = 0.55, vi = 0.58, fi = 0.57, yi = 0.62, bt = 0.03, eo = 1.45, mi = 5e-4, gi = 1.25, hi = 1.25, no = 0.078, to = 12.82051282051282, Ct = 0.06, lo = 1e-3; -function oo(e, t) { - const n = (e.r / 255) ** bn, l = (e.g / 255) ** bn, a = (e.b / 255) ** bn, i = (t.r / 255) ** bn, c = (t.g / 255) ** bn, r = (t.b / 255) ** bn; - let o, u = n * Jl + l * Zl + a * Ql, m = i * Jl + c * Zl + r * Ql; - if (u <= bt && (u += (bt - u) ** eo), m <= bt && (m += (bt - m) ** eo), Math.abs(m - u) < mi) +const ht = /* @__PURE__ */ new WeakMap(), Sn = 2.4, Zl = 0.2126729, Ql = 0.7151522, eo = 0.072175, gi = 0.55, hi = 0.58, bi = 0.57, Ci = 0.62, bt = 0.03, no = 1.45, Ii = 5e-4, Si = 1.25, xi = 1.25, to = 0.078, lo = 12.82051282051282, Ct = 0.06, oo = 1e-3; +function ao(e, t) { + const n = (e.r / 255) ** Sn, l = (e.g / 255) ** Sn, a = (e.b / 255) ** Sn, i = (t.r / 255) ** Sn, c = (t.g / 255) ** Sn, r = (t.b / 255) ** Sn; + let o, s = n * Zl + l * Ql + a * eo, m = i * Zl + c * Ql + r * eo; + if (s <= bt && (s += (bt - s) ** no), m <= bt && (m += (bt - m) ** no), Math.abs(m - s) < Ii) return 0; - if (m > u) { - const y = (m ** pi - u ** vi) * gi; - o = y < lo ? 0 : y < no ? y - y * to * Ct : y - Ct; + if (m > s) { + const y = (m ** gi - s ** hi) * Si; + o = y < oo ? 0 : y < to ? y - y * lo * Ct : y - Ct; } else { - const y = (m ** yi - u ** fi) * hi; - o = y > -lo ? 0 : y > -no ? y - y * to * Ct : y + Ct; + const y = (m ** Ci - s ** bi) * xi; + o = y > -oo ? 0 : y > -to ? y - y * lo * Ct : y + Ct; } return 100 * o; } -function Xn(e) { - Wt(`Vuetify: ${e}`); +function Kn(e) { + Rt(`Vuetify: ${e}`); } -function Kt(e) { +function Jt(e) { return !!e && /^(#|var\(--|(rgb|hsl)a?\()/.test(e); } -const ao = /^(?(?:rgb|hsl)a?)\((?.+)\)/, bi = { rgb: (e, t, n, l) => ({ r: e, g: t, b: n, a: l }), rgba: (e, t, n, l) => ({ r: e, g: t, b: n, a: l }), hsl: (e, t, n, l) => io({ h: e, s: t, l: n, a: l }), hsla: (e, t, n, l) => io({ h: e, s: t, l: n, a: l }), hsv: (e, t, n, l) => Zn({ h: e, s: t, v: n, a: l }), hsva: (e, t, n, l) => Zn({ h: e, s: t, v: n, a: l }) }; -function Hn(e) { +const io = /^(?(?:rgb|hsl)a?)\((?.+)\)/, Bi = { rgb: (e, t, n, l) => ({ r: e, g: t, b: n, a: l }), rgba: (e, t, n, l) => ({ r: e, g: t, b: n, a: l }), hsl: (e, t, n, l) => ro({ h: e, s: t, l: n, a: l }), hsla: (e, t, n, l) => ro({ h: e, s: t, l: n, a: l }), hsv: (e, t, n, l) => Zn({ h: e, s: t, v: n, a: l }), hsva: (e, t, n, l) => Zn({ h: e, s: t, v: n, a: l }) }; +function Un(e) { if (typeof e == "number") - return (isNaN(e) || e < 0 || e > 16777215) && Xn(`'${e}' is not a valid hex color`), { r: (16711680 & e) >> 16, g: (65280 & e) >> 8, b: 255 & e }; - if (typeof e == "string" && ao.test(e)) { - const { groups: t } = e.match(ao), { fn: n, values: l } = t, a = l.split(/,\s*/).map((i) => i.endsWith("%") && ["hsl", "hsla", "hsv", "hsva"].includes(n) ? parseFloat(i) / 100 : parseFloat(i)); - return bi[n](...a); + return (isNaN(e) || e < 0 || e > 16777215) && Kn(`'${e}' is not a valid hex color`), { r: (16711680 & e) >> 16, g: (65280 & e) >> 8, b: 255 & e }; + if (typeof e == "string" && io.test(e)) { + const { groups: t } = e.match(io), { fn: n, values: l } = t, a = l.split(/,\s*/).map((i) => i.endsWith("%") && ["hsl", "hsla", "hsv", "hsva"].includes(n) ? parseFloat(i) / 100 : parseFloat(i)); + return Bi[n](...a); } if (typeof e == "string") { let t = e.startsWith("#") ? e.slice(1) : e; - [3, 4].includes(t.length) ? t = t.split("").map((l) => l + l).join("") : [6, 8].includes(t.length) || Xn(`'${e}' is not a valid hex(a) color`); + [3, 4].includes(t.length) ? t = t.split("").map((l) => l + l).join("") : [6, 8].includes(t.length) || Kn(`'${e}' is not a valid hex(a) color`); const n = parseInt(t, 16); - return (isNaN(n) || n < 0 || n > 4294967295) && Xn(`'${e}' is not a valid hex(a) color`), function(l) { + return (isNaN(n) || n < 0 || n > 4294967295) && Kn(`'${e}' is not a valid hex(a) color`), function(l) { l = function(o) { - return o.startsWith("#") && (o = o.slice(1)), o = o.replace(/([^0-9a-f])/gi, "F"), (o.length === 3 || o.length === 4) && (o = o.split("").map((u) => u + u).join("")), o.length !== 6 && (o = Gl(Gl(o, 6), 8, "F")), o; + return o.startsWith("#") && (o = o.slice(1)), o = o.replace(/([^0-9a-f])/gi, "F"), (o.length === 3 || o.length === 4) && (o = o.split("").map((s) => s + s).join("")), o.length !== 6 && (o = ql(ql(o, 6), 8, "F")), o; }(l); let [a, i, c, r] = function(o) { - let u = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : 1; + let s = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : 1; const m = []; let y = 0; for (; y < o.length; ) - m.push(o.substr(y, u)), y += u; + m.push(o.substr(y, s)), y += s; return m; }(l, 2).map((o) => parseInt(o, 16)); return r = r === void 0 ? r : r / 255, { r: a, g: i, b: c, a: r }; }(t); } if (typeof e == "object") { - if (Ut(e, ["r", "g", "b"])) + if (Yt(e, ["r", "g", "b"])) return e; - if (Ut(e, ["h", "s", "l"])) - return Zn(qo(e)); - if (Ut(e, ["h", "s", "v"])) + if (Yt(e, ["h", "s", "l"])) + return Zn(Xo(e)); + if (Yt(e, ["h", "s", "v"])) return Zn(e); } throw new TypeError(`Invalid color: ${e == null ? e : String(e) || e.constructor.name} @@ -353,43 +366,43 @@ function Zn(e) { }, c = [i(5), i(3), i(1)].map((r) => Math.round(255 * r)); return { r: c[0], g: c[1], b: c[2], a }; } -function io(e) { - return Zn(qo(e)); +function ro(e) { + return Zn(Xo(e)); } -function qo(e) { +function Xo(e) { const { h: t, s: n, l, a } = e, i = l + n * Math.min(l, 1 - l); return { h: t, s: i === 0 ? 0 : 2 - 2 * l / i, v: i, a }; } -const At = Symbol.for("vuetify:defaults"); +const _t = Symbol.for("vuetify:defaults"); function Fl() { - const e = ve(At); + const e = ve(_t); if (!e) throw new Error("[Vuetify] Could not find defaults instance"); return e; } -function Mn(e, t) { - const n = Fl(), l = R(e), a = v(() => { - if (s(t == null ? void 0 : t.disabled)) +function Rn(e, t) { + const n = Fl(), l = N(e), a = v(() => { + if (u(t == null ? void 0 : t.disabled)) return n.value; - const i = s(t == null ? void 0 : t.scoped), c = s(t == null ? void 0 : t.reset), r = s(t == null ? void 0 : t.root); + const i = u(t == null ? void 0 : t.scoped), c = u(t == null ? void 0 : t.reset), r = u(t == null ? void 0 : t.root); if (l.value == null && !(i || c || r)) return n.value; - let o = Cn(l.value, { prev: n.value }); + let o = xn(l.value, { prev: n.value }); if (i) return o; if (c || r) { - const u = Number(c || 1 / 0); - for (let m = 0; m <= u && o && "prev" in o; m++) + const s = Number(c || 1 / 0); + for (let m = 0; m <= s && o && "prev" in o; m++) o = o.prev; - return o && typeof r == "string" && r in o && (o = Cn(Cn(o, { prev: o }), o[r])), o; + return o && typeof r == "string" && r in o && (o = xn(xn(o, { prev: o }), o[r])), o; } - return o.prev ? Cn(o.prev, o) : o; + return o.prev ? xn(o.prev, o) : o; }); - return Te(At, a), a; + return De(_t, a), a; } -function Ci() { +function ki() { let e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, t = arguments.length > 1 ? arguments[1] : void 0, n = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : Fl(); - const l = ke("useDefaults"); + const l = Fe("useDefaults"); if (t = t ?? l.type.name ?? l.type.__name, !t) throw new Error("[Vuetify] Could not determine component name"); const a = v(() => { @@ -397,44 +410,44 @@ function Ci() { return (r = n.value) == null ? void 0 : r[e._as ?? t]; }), i = new Proxy(e, { get(r, o) { var m, y, f, p; - const u = Reflect.get(r, o); - return o === "class" || o === "style" ? [(m = a.value) == null ? void 0 : m[o], u].filter((g) => g != null) : typeof o != "string" || function(g, b) { - var h, I; - return ((h = g.props) == null ? void 0 : h[b]) !== void 0 || ((I = g.props) == null ? void 0 : I[dn(b)]) !== void 0; - }(l.vnode, o) ? u : ((y = a.value) == null ? void 0 : y[o]) ?? ((p = (f = n.value) == null ? void 0 : f.global) == null ? void 0 : p[o]) ?? u; - } }), c = ue(); - return Ue(() => { + const s = Reflect.get(r, o); + return o === "class" || o === "style" ? [(m = a.value) == null ? void 0 : m[o], s].filter((g) => g != null) : typeof o != "string" || function(g, h) { + var b, I; + return ((b = g.props) == null ? void 0 : b[h]) !== void 0 || ((I = g.props) == null ? void 0 : I[pn(h)]) !== void 0; + }(l.vnode, o) ? s : ((y = a.value) == null ? void 0 : y[o]) ?? ((p = (f = n.value) == null ? void 0 : f.global) == null ? void 0 : p[o]) ?? s; + } }), c = re(); + return Ge(() => { if (a.value) { const r = Object.entries(a.value).filter((o) => { - let [u] = o; - return u.startsWith(u[0].toUpperCase()); + let [s] = o; + return s.startsWith(s[0].toUpperCase()); }); c.value = r.length ? Object.fromEntries(r) : void 0; } else c.value = void 0; }), { props: i, provideSubDefaults: function() { const r = function(o) { - let u = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : ke("injectSelf"); - const { provides: m } = u; + let s = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : Fe("injectSelf"); + const { provides: m } = s; if (m && o in m) return m[o]; - }(At, l); - Te(At, v(() => c.value ? Cn((r == null ? void 0 : r.value) ?? {}, c.value) : r == null ? void 0 : r.value)); + }(_t, l); + De(_t, v(() => c.value ? xn((r == null ? void 0 : r.value) ?? {}, c.value) : r == null ? void 0 : r.value)); } }; } function Qn(e) { if (e._setup = e._setup ?? e.setup, !e.name) - return Xn("The component is missing an explicit name, unable to generate default prop value"), e; + return Kn("The component is missing an explicit name, unable to generate default prop value"), e; if (e._setup) { - e.props = H(e.props ?? {}, e.name)(); - const t = Object.keys(e.props); + e.props = Y(e.props ?? {}, e.name)(); + const t = Object.keys(e.props).filter((n) => n !== "class" && n !== "style"); e.filterProps = function(n) { - return En(n, t, ["class", "style"]); + return Ro(n, t); }, e.props._as = String, e.setup = function(n, l) { const a = Fl(); if (!a.value) return e._setup(n, l); - const { props: i, provideSubDefaults: c } = Ci(n, n._as ?? e.name, a), r = e._setup(i, l); + const { props: i, provideSubDefaults: c } = ki(n, n._as ?? e.name, a), r = e._setup(i, l); return c(), r; }; } @@ -442,19 +455,19 @@ function Qn(e) { } function Q() { let e = !(arguments.length > 0 && arguments[0] !== void 0) || arguments[0]; - return (t) => (e ? Qn : Re)(t); + return (t) => (e ? Qn : Ne)(t); } -function st(e) { +function rt(e) { let t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : "div", n = arguments.length > 2 ? arguments[2] : void 0; - return Q()({ name: n ?? $o(Eo(e.replace(/__/g, "-"))), props: { tag: { type: String, default: t }, ...ie() }, setup(l, a) { + return Q()({ name: n ?? To(zo(e.replace(/__/g, "-"))), props: { tag: { type: String, default: t }, ...se() }, setup(l, a) { let { slots: i } = a; return () => { var c; - return Rt(l.tag, { class: [e, l.class], style: l.style }, (c = i.default) == null ? void 0 : c.call(i)); + return Nt(l.tag, { class: [e, l.class], style: l.style }, (c = i.default) == null ? void 0 : c.call(i)); }; } }); } -function Ho(e) { +function Ko(e) { if (typeof e.getRootNode != "function") { for (; e.parentNode; ) e = e.parentNode; @@ -463,37 +476,37 @@ function Ho(e) { const t = e.getRootNode(); return t !== document && t.getRootNode({ composed: !0 }) !== document ? null : t; } -const _t = "cubic-bezier(0.4, 0, 0.2, 1)"; -function ke(e, t) { - const n = Za(); +const Ot = "cubic-bezier(0.4, 0, 0.2, 1)"; +function Fe(e, t) { + const n = li(); if (!n) throw new Error(`[Vuetify] ${e} ${t || "must be called from inside a setup function"}`); return n; } -function Ke() { - const e = ke(arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : "composables").type; - return dn((e == null ? void 0 : e.aliasName) || (e == null ? void 0 : e.name)); +function qe() { + const e = Fe(arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : "composables").type; + return pn((e == null ? void 0 : e.aliasName) || (e == null ? void 0 : e.name)); } -let Uo = 0, Bt = /* @__PURE__ */ new WeakMap(); -function Le() { - const e = ke("getUid"); +let Jo = 0, Bt = /* @__PURE__ */ new WeakMap(); +function We() { + const e = Fe("getUid"); if (Bt.has(e)) return Bt.get(e); { - const t = Uo++; + const t = Jo++; return Bt.set(e, t), t; } } -function Yo(e) { +function Zo(e) { let t = arguments.length > 1 && arguments[1] !== void 0 && arguments[1]; for (; e; ) { - if (t ? Ii(e) : Vl(e)) + if (t ? wi(e) : Vl(e)) return e; e = e.parentElement; } return document.scrollingElement; } -function Ot(e, t) { +function Pt(e, t) { const n = []; if (t && e && !t.contains(e)) return n; @@ -507,31 +520,31 @@ function Vl(e) { const t = window.getComputedStyle(e); return t.overflowY === "scroll" || t.overflowY === "auto" && e.scrollHeight > e.clientHeight; } -function Ii(e) { +function wi(e) { if (!e || e.nodeType !== Node.ELEMENT_NODE) return !1; const t = window.getComputedStyle(e); return ["scroll", "auto"].includes(t.overflowY); } -function le(e) { - ke("useRender").render = e; +function oe(e) { + Fe("useRender").render = e; } function Al(e) { let t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : "content"; - const n = R(), l = R(); - if (Ee) { + const n = N(), l = N(); + if ($e) { const a = new ResizeObserver((i) => { e == null || e(i, a), i.length && (l.value = t === "content" ? i[0].contentRect : i[0].target.getBoundingClientRect()); }); - on(() => { + an(() => { a.disconnect(); }), K(n, (i, c) => { - c && (a.unobserve(ll(c)), l.value = void 0), i && a.observe(ll(i)); + c && (a.unobserve(wt(c)), l.value = void 0), i && a.observe(wt(i)); }, { flush: "post" }); } return { resizeRef: n, contentRect: bl(l) }; } -function pn(e, t) { +function fn(e, t) { let n; function l() { n = Cl(), n.run(() => t.length ? t(() => { @@ -540,92 +553,92 @@ function pn(e, t) { } K(e, (a) => { a && !n ? l() : a || (n == null || n.stop(), n = void 0); - }, { immediate: !0 }), we(() => { + }, { immediate: !0 }), Be(() => { n == null || n.stop(); }); } function me(e, t, n) { let l = arguments.length > 3 && arguments[3] !== void 0 ? arguments[3] : (m) => m, a = arguments.length > 4 && arguments[4] !== void 0 ? arguments[4] : (m) => m; - const i = ke("useProxiedModel"), c = R(e[t] !== void 0 ? e[t] : n), r = dn(t), o = v(r !== t ? () => { + const i = Fe("useProxiedModel"), c = N(e[t] !== void 0 ? e[t] : n), r = pn(t), o = v(r !== t ? () => { var m, y, f, p; return e[t], !(!((m = i.vnode.props) != null && m.hasOwnProperty(t)) && !((y = i.vnode.props) != null && y.hasOwnProperty(r)) || !((f = i.vnode.props) != null && f.hasOwnProperty(`onUpdate:${t}`)) && !((p = i.vnode.props) != null && p.hasOwnProperty(`onUpdate:${r}`))); } : () => { var m, y; return e[t], !(!((m = i.vnode.props) != null && m.hasOwnProperty(t)) || !((y = i.vnode.props) != null && y.hasOwnProperty(`onUpdate:${t}`))); }); - pn(() => !o.value, () => { + fn(() => !o.value, () => { K(() => e[t], (m) => { c.value = m; }); }); - const u = v({ get() { + const s = v({ get() { const m = e[t]; return l(o.value ? m : c.value); }, set(m) { - const y = a(m), f = nn(o.value ? e[t] : c.value); + const y = a(m), f = tn(o.value ? e[t] : c.value); f !== y && l(f) !== m && (c.value = y, i == null || i.emit(`update:${t}`, y)); } }); - return Object.defineProperty(u, "externalValue", { get: () => o.value ? e[t] : c.value }), u; + return Object.defineProperty(s, "externalValue", { get: () => o.value ? e[t] : c.value }), s; } -Le.reset = () => { - Uo = 0, Bt = /* @__PURE__ */ new WeakMap(); +We.reset = () => { + Jo = 0, Bt = /* @__PURE__ */ new WeakMap(); }; -const Xo = Symbol.for("vuetify:locale"); +const Qo = Symbol.for("vuetify:locale"); function _l() { - const e = ve(Xo); + const e = ve(Qo); if (!e) throw new Error("[Vuetify] Could not find injected locale instance"); return e; } -function ut() { - const e = ve(Xo); +function st() { + const e = ve(Qo); if (!e) throw new Error("[Vuetify] Could not find injected rtl instance"); return { isRtl: e.isRtl, rtlClasses: e.rtlClasses }; } -const ro = Symbol.for("vuetify:theme"), Ce = H({ theme: String }, "theme"); -function Ve(e) { - ke("provideTheme"); - const t = ve(ro, null); +const so = Symbol.for("vuetify:theme"), Se = Y({ theme: String }, "theme"); +function _e(e) { + Fe("provideTheme"); + const t = ve(so, null); if (!t) throw new Error("Could not find Vuetify theme injection"); const n = v(() => e.theme ?? t.name.value), l = v(() => t.themes.value[n.value]), a = v(() => t.isDisabled ? void 0 : `v-theme--${n.value}`), i = { ...t, name: n, current: l, themeClasses: a }; - return Te(ro, i), i; + return De(so, i), i; } -const $e = H({ tag: { type: String, default: "div" } }, "tag"), Si = H({ disabled: Boolean, group: Boolean, hideOnLeave: Boolean, leaveAbsolute: Boolean, mode: String, origin: String }, "transition"); -function Oe(e, t, n) { - return Q()({ name: e, props: Si({ mode: n, origin: t }), setup(l, a) { +const ze = Y({ tag: { type: String, default: "div" } }, "tag"), Fi = Y({ disabled: Boolean, group: Boolean, hideOnLeave: Boolean, leaveAbsolute: Boolean, mode: String, origin: String }, "transition"); +function Ee(e, t, n) { + return Q()({ name: e, props: Fi({ mode: n, origin: t }), setup(l, a) { let { slots: i } = a; const c = { onBeforeEnter(r) { l.origin && (r.style.transformOrigin = l.origin); }, onLeave(r) { if (l.leaveAbsolute) { - const { offsetTop: o, offsetLeft: u, offsetWidth: m, offsetHeight: y } = r; - r._transitionInitialStyles = { position: r.style.position, top: r.style.top, left: r.style.left, width: r.style.width, height: r.style.height }, r.style.position = "absolute", r.style.top = `${o}px`, r.style.left = `${u}px`, r.style.width = `${m}px`, r.style.height = `${y}px`; + const { offsetTop: o, offsetLeft: s, offsetWidth: m, offsetHeight: y } = r; + r._transitionInitialStyles = { position: r.style.position, top: r.style.top, left: r.style.left, width: r.style.width, height: r.style.height }, r.style.position = "absolute", r.style.top = `${o}px`, r.style.left = `${s}px`, r.style.width = `${m}px`, r.style.height = `${y}px`; } l.hideOnLeave && r.style.setProperty("display", "none", "important"); }, onAfterLeave(r) { if (l.leaveAbsolute && (r != null && r._transitionInitialStyles)) { - const { position: o, top: u, left: m, width: y, height: f } = r._transitionInitialStyles; - delete r._transitionInitialStyles, r.style.position = o || "", r.style.top = u || "", r.style.left = m || "", r.style.width = y || "", r.style.height = f || ""; + const { position: o, top: s, left: m, width: y, height: f } = r._transitionInitialStyles; + delete r._transitionInitialStyles, r.style.position = o || "", r.style.top = s || "", r.style.left = m || "", r.style.width = y || "", r.style.height = f || ""; } } }; return () => { - const r = l.group ? Qa : yn; - return Rt(r, { name: l.disabled ? "" : e, css: !l.disabled, ...l.group ? void 0 : { mode: l.mode }, ...l.disabled ? {} : c }, i.default); + const r = l.group ? oi : gn; + return Nt(r, { name: l.disabled ? "" : e, css: !l.disabled, ...l.group ? void 0 : { mode: l.mode }, ...l.disabled ? {} : c }, i.default); }; } }); } -function Ko(e, t) { +function ea(e, t) { let n = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : "in-out"; return Q()({ name: e, props: { mode: { type: String, default: n }, disabled: Boolean }, setup(l, a) { let { slots: i } = a; - return () => Rt(yn, { name: l.disabled ? "" : e, css: !l.disabled, ...l.disabled ? {} : t }, i.default); + return () => Nt(gn, { name: l.disabled ? "" : e, css: !l.disabled, ...l.disabled ? {} : t }, i.default); } }); } -function Jo() { +function na() { let e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : ""; - const t = arguments.length > 1 && arguments[1] !== void 0 && arguments[1] ? "width" : "height", n = Eo(`offset-${t}`); + const t = arguments.length > 1 && arguments[1] !== void 0 && arguments[1] ? "width" : "height", n = zo(`offset-${t}`); return { onBeforeEnter(i) { i._parent = i.parentNode, i._initialStyle = { transition: i.style.transition, overflow: i.style.overflow, [t]: i.style[t] }; }, onEnter(i) { @@ -646,16 +659,16 @@ function Jo() { i.style.overflow = i._initialStyle.overflow, c != null && (i.style[t] = c), delete i._initialStyle; } } -const xi = H({ target: Object }, "v-dialog-transition"), Zo = Q()({ name: "VDialogTransition", props: xi(), setup(e, t) { +const Vi = Y({ target: [Object, Array] }, "v-dialog-transition"), ta = Q()({ name: "VDialogTransition", props: Vi(), setup(e, t) { let { slots: n } = t; const l = { onBeforeEnter(a) { a.style.pointerEvents = "none", a.style.visibility = "hidden"; }, async onEnter(a, i) { var f; await new Promise((p) => requestAnimationFrame(p)), await new Promise((p) => requestAnimationFrame(p)), a.style.visibility = ""; - const { x: c, y: r, sx: o, sy: u, speed: m } = uo(e.target, a), y = In(a, [{ transform: `translate(${c}px, ${r}px) scale(${o}, ${u})`, opacity: 0 }, {}], { duration: 225 * m, easing: "cubic-bezier(0.0, 0, 0.2, 1)" }); - (f = so(a)) == null || f.forEach((p) => { - In(p, [{ opacity: 0 }, { opacity: 0, offset: 0.33 }, {}], { duration: 450 * m, easing: _t }); + const { x: c, y: r, sx: o, sy: s, speed: m } = co(e.target, a), y = Bn(a, [{ transform: `translate(${c}px, ${r}px) scale(${o}, ${s})`, opacity: 0 }, {}], { duration: 225 * m, easing: "cubic-bezier(0.0, 0, 0.2, 1)" }); + (f = uo(a)) == null || f.forEach((p) => { + Bn(p, [{ opacity: 0 }, { opacity: 0, offset: 0.33 }, {}], { duration: 450 * m, easing: Ot }); }), y.finished.then(() => i()); }, onAfterEnter(a) { a.style.removeProperty("pointer-events"); @@ -664,63 +677,63 @@ const xi = H({ target: Object }, "v-dialog-transition"), Zo = Q()({ name: "VDial }, async onLeave(a, i) { var y; await new Promise((f) => requestAnimationFrame(f)); - const { x: c, y: r, sx: o, sy: u, speed: m } = uo(e.target, a); - In(a, [{}, { transform: `translate(${c}px, ${r}px) scale(${o}, ${u})`, opacity: 0 }], { duration: 125 * m, easing: "cubic-bezier(0.4, 0, 1, 1)" }).finished.then(() => i()), (y = so(a)) == null || y.forEach((f) => { - In(f, [{}, { opacity: 0, offset: 0.2 }, { opacity: 0 }], { duration: 250 * m, easing: _t }); + const { x: c, y: r, sx: o, sy: s, speed: m } = co(e.target, a); + Bn(a, [{}, { transform: `translate(${c}px, ${r}px) scale(${o}, ${s})`, opacity: 0 }], { duration: 125 * m, easing: "cubic-bezier(0.4, 0, 1, 1)" }).finished.then(() => i()), (y = uo(a)) == null || y.forEach((f) => { + Bn(f, [{}, { opacity: 0, offset: 0.2 }, { opacity: 0 }], { duration: 250 * m, easing: Ot }); }); }, onAfterLeave(a) { a.style.removeProperty("pointer-events"); } }; - return () => e.target ? d(yn, Z({ name: "dialog-transition" }, l, { css: !1 }), n) : d(yn, { name: "dialog-transition" }, n); + return () => e.target ? d(gn, Z({ name: "dialog-transition" }, l, { css: !1 }), n) : d(gn, { name: "dialog-transition" }, n); } }); -function so(e) { +function uo(e) { var n; const t = (n = e.querySelector(":scope > .v-card, :scope > .v-sheet, :scope > .v-list")) == null ? void 0 : n.children; return t && [...t]; } -function uo(e, t) { - const n = e.getBoundingClientRect(), l = wl(t), [a, i] = getComputedStyle(t).transformOrigin.split(" ").map((I) => parseFloat(I)), [c, r] = getComputedStyle(t).getPropertyValue("--v-overlay-anchor-origin").split(" "); +function co(e, t) { + const n = Yo(e), l = wl(t), [a, i] = getComputedStyle(t).transformOrigin.split(" ").map((I) => parseFloat(I)), [c, r] = getComputedStyle(t).getPropertyValue("--v-overlay-anchor-origin").split(" "); let o = n.left + n.width / 2; c === "left" || r === "left" ? o -= n.width / 2 : c !== "right" && r !== "right" || (o += n.width / 2); - let u = n.top + n.height / 2; - c === "top" || r === "top" ? u -= n.height / 2 : c !== "bottom" && r !== "bottom" || (u += n.height / 2); - const m = n.width / l.width, y = n.height / l.height, f = Math.max(1, m, y), p = m / f || 0, g = y / f || 0, b = l.width * l.height / (window.innerWidth * window.innerHeight), h = b > 0.12 ? Math.min(1.5, 10 * (b - 0.12) + 1) : 1; - return { x: o - (a + l.left), y: u - (i + l.top), sx: p, sy: g, speed: h }; -} -Oe("fab-transition", "center center", "out-in"), Oe("dialog-bottom-transition"), Oe("dialog-top-transition"), Oe("fade-transition"); -const Bi = Oe("scale-transition"); -Oe("scroll-x-transition"), Oe("scroll-x-reverse-transition"), Oe("scroll-y-transition"), Oe("scroll-y-reverse-transition"), Oe("slide-x-transition"), Oe("slide-x-reverse-transition"); -const Qo = Oe("slide-y-transition"); -Oe("slide-y-reverse-transition"); -const ki = Ko("expand-transition", Jo()), ea = Ko("expand-x-transition", Jo("", !0)), wi = H({ defaults: Object, disabled: Boolean, reset: [Number, String], root: [Boolean, String], scoped: Boolean }, "VDefaultsProvider"), Se = Q(!1)({ name: "VDefaultsProvider", props: wi(), setup(e, t) { + let s = n.top + n.height / 2; + c === "top" || r === "top" ? s -= n.height / 2 : c !== "bottom" && r !== "bottom" || (s += n.height / 2); + const m = n.width / l.width, y = n.height / l.height, f = Math.max(1, m, y), p = m / f || 0, g = y / f || 0, h = l.width * l.height / (window.innerWidth * window.innerHeight), b = h > 0.12 ? Math.min(1.5, 10 * (h - 0.12) + 1) : 1; + return { x: o - (a + l.left), y: s - (i + l.top), sx: p, sy: g, speed: b }; +} +Ee("fab-transition", "center center", "out-in"), Ee("dialog-bottom-transition"), Ee("dialog-top-transition"), Ee("fade-transition"); +const Ai = Ee("scale-transition"); +Ee("scroll-x-transition"), Ee("scroll-x-reverse-transition"), Ee("scroll-y-transition"), Ee("scroll-y-reverse-transition"), Ee("slide-x-transition"), Ee("slide-x-reverse-transition"); +const la = Ee("slide-y-transition"); +Ee("slide-y-reverse-transition"); +const _i = ea("expand-transition", na()), oa = ea("expand-x-transition", na("", !0)), Oi = Y({ defaults: Object, disabled: Boolean, reset: [Number, String], root: [Boolean, String], scoped: Boolean }, "VDefaultsProvider"), ke = Q(!1)({ name: "VDefaultsProvider", props: Oi(), setup(e, t) { let { slots: n } = t; - const { defaults: l, disabled: a, reset: i, root: c, scoped: r } = Po(e); - return Mn(l, { reset: i, root: c, scoped: r, disabled: a }), () => { + const { defaults: l, disabled: a, reset: i, root: c, scoped: r } = Eo(e); + return Rn(l, { reset: i, root: c, scoped: r, disabled: a }), () => { var o; return (o = n.default) == null ? void 0 : o.call(n); }; -} }), gn = H({ height: [Number, String], maxHeight: [Number, String], maxWidth: [Number, String], minHeight: [Number, String], minWidth: [Number, String], width: [Number, String] }, "dimension"); -function hn(e) { +} }), Cn = Y({ height: [Number, String], maxHeight: [Number, String], maxWidth: [Number, String], minHeight: [Number, String], minWidth: [Number, String], width: [Number, String] }, "dimension"); +function In(e) { return { dimensionStyles: v(() => ({ height: te(e.height), maxHeight: te(e.maxHeight), maxWidth: te(e.maxWidth), minHeight: te(e.minHeight), minWidth: te(e.minWidth), width: te(e.width) })) }; } -const na = H({ aspectRatio: [String, Number], contentClass: String, inline: Boolean, ...ie(), ...gn() }, "VResponsive"), co = Q()({ name: "VResponsive", props: na(), setup(e, t) { +const aa = Y({ aspectRatio: [String, Number], contentClass: String, inline: Boolean, ...se(), ...Cn() }, "VResponsive"), po = Q()({ name: "VResponsive", props: aa(), setup(e, t) { let { slots: n } = t; const { aspectStyles: l } = function(i) { return { aspectStyles: v(() => { const c = Number(i.aspectRatio); return c ? { paddingBottom: String(1 / c * 100) + "%" } : void 0; }) }; - }(e), { dimensionStyles: a } = hn(e); - return le(() => { + }(e), { dimensionStyles: a } = In(e); + return oe(() => { var i; return d("div", { class: ["v-responsive", { "v-responsive--inline": e.inline }, e.class], style: [a.value, e.style] }, [d("div", { class: "v-responsive__sizer", style: l.value }, null), (i = n.additional) == null ? void 0 : i.call(n), n.default && d("div", { class: ["v-responsive__content", e.contentClass] }, [n.default()])]); }), {}; -} }), ct = H({ transition: { type: [Boolean, String, Object], default: "fade-transition", validator: (e) => e !== !0 } }, "transition"), en = (e, t) => { +} }), ut = Y({ transition: { type: [Boolean, String, Object], default: "fade-transition", validator: (e) => e !== !0 } }, "transition"), nn = (e, t) => { let { slots: n } = t; - const { transition: l, disabled: a, ...i } = e, { component: c = yn, ...r } = typeof l == "object" ? l : {}; - return Rt(c, Z(typeof l == "string" ? { name: a ? "" : l } : r, i, { disabled: a }), n); + const { transition: l, disabled: a, ...i } = e, { component: c = gn, ...r } = typeof l == "object" ? l : {}; + return Nt(c, Z(typeof l == "string" ? { name: a ? "" : l } : r, i, { disabled: a }), n); }; -function po(e, t) { +function vo(e, t) { var l; const n = (l = e._observe) == null ? void 0 : l[t.instance.$.uid]; n && (n.observer.unobserve(e), delete e._observe[t.instance.$.uid]); @@ -731,85 +744,88 @@ const Ol = { mounted: function(e, t) { const n = t.modifiers || {}, l = t.value, { handler: a, options: i } = typeof l == "object" ? l : { handler: l, options: {} }, c = new IntersectionObserver(function() { var y; let r = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : [], o = arguments.length > 1 ? arguments[1] : void 0; - const u = (y = e._observe) == null ? void 0 : y[t.instance.$.uid]; - if (!u) + const s = (y = e._observe) == null ? void 0 : y[t.instance.$.uid]; + if (!s) return; const m = r.some((f) => f.isIntersecting); - !a || n.quiet && !u.init || n.once && !m && !u.init || a(m, r, o), m && n.once ? po(e, t) : u.init = !0; + !a || n.quiet && !s.init || n.once && !m && !s.init || a(m, r, o), m && n.once ? vo(e, t) : s.init = !0; }, i); e._observe = Object(e._observe), e._observe[t.instance.$.uid] = { init: !1, observer: c }, c.observe(e); -}, unmounted: po }, Fi = H({ alt: String, cover: Boolean, eager: Boolean, gradient: String, lazySrc: String, options: { type: Object, default: () => ({ root: void 0, rootMargin: void 0, threshold: void 0 }) }, sizes: String, src: { type: [String, Object], default: "" }, srcset: String, ...na(), ...ie(), ...ct() }, "VImg"), ta = Q()({ name: "VImg", directives: { intersect: Ol }, props: Fi(), emits: { loadstart: (e) => !0, load: (e) => !0, error: (e) => !0 }, setup(e, t) { +}, unmounted: vo }, Pi = Y({ alt: String, cover: Boolean, draggable: { type: [Boolean, String], default: void 0 }, eager: Boolean, gradient: String, lazySrc: String, options: { type: Object, default: () => ({ root: void 0, rootMargin: void 0, threshold: void 0 }) }, sizes: String, src: { type: [String, Object], default: "" }, crossorigin: String, referrerpolicy: String, srcset: String, position: String, ...aa(), ...se(), ...ut() }, "VImg"), ia = Q()({ name: "VImg", directives: { intersect: Ol }, props: Pi(), emits: { loadstart: (e) => !0, load: (e) => !0, error: (e) => !0 }, setup(e, t) { let { emit: n, slots: l } = t; - const a = ue(""), i = R(), c = ue(e.eager ? "loading" : "idle"), r = ue(), o = ue(), u = v(() => e.src && typeof e.src == "object" ? { src: e.src.src, srcset: e.srcset || e.src.srcset, lazySrc: e.lazySrc || e.src.lazySrc, aspect: Number(e.aspectRatio || e.src.aspect || 0) } : { src: e.src, srcset: e.srcset, lazySrc: e.lazySrc, aspect: Number(e.aspectRatio || 0) }), m = v(() => u.value.aspect || r.value / o.value || 0); - function y(S) { - if ((!e.eager || !S) && (!Bl || S || e.eager)) { - if (c.value = "loading", u.value.lazySrc) { - const C = new Image(); - C.src = u.value.lazySrc, h(C, null); + const a = re(""), i = N(), c = re(e.eager ? "loading" : "idle"), r = re(), o = re(), s = v(() => e.src && typeof e.src == "object" ? { src: e.src.src, srcset: e.srcset || e.src.srcset, lazySrc: e.lazySrc || e.src.lazySrc, aspect: Number(e.aspectRatio || e.src.aspect || 0) } : { src: e.src, srcset: e.srcset, lazySrc: e.lazySrc, aspect: Number(e.aspectRatio || 0) }), m = v(() => s.value.aspect || r.value / o.value || 0); + function y(B) { + if ((!e.eager || !B) && (!Bl || B || e.eager)) { + if (c.value = "loading", s.value.lazySrc) { + const x = new Image(); + x.src = s.value.lazySrc, b(x, null); } - u.value.src && xe(() => { - var C, D; - if (n("loadstart", ((C = i.value) == null ? void 0 : C.currentSrc) || u.value.src), (D = i.value) == null ? void 0 : D.complete) { - if (i.value.naturalWidth || p(), c.value === "error") - return; - m.value || h(i.value, null), f(); - } else - m.value || h(i.value), g(); + s.value.src && Ie(() => { + var x; + n("loadstart", ((x = i.value) == null ? void 0 : x.currentSrc) || s.value.src), setTimeout(() => { + var E; + if ((E = i.value) != null && E.complete) { + if (i.value.naturalWidth || p(), c.value === "error") + return; + m.value || b(i.value, null), c.value === "loading" && f(); + } else + m.value || b(i.value), g(); + }); }); } } function f() { - var S; - g(), c.value = "loaded", n("load", ((S = i.value) == null ? void 0 : S.currentSrc) || u.value.src); + var B; + g(), b(i.value), c.value = "loaded", n("load", ((B = i.value) == null ? void 0 : B.currentSrc) || s.value.src); } function p() { - var S; - c.value = "error", n("error", ((S = i.value) == null ? void 0 : S.currentSrc) || u.value.src); + var B; + c.value = "error", n("error", ((B = i.value) == null ? void 0 : B.currentSrc) || s.value.src); } function g() { - const S = i.value; - S && (a.value = S.currentSrc || S.src); + const B = i.value; + B && (a.value = B.currentSrc || B.src); } K(() => e.src, () => { y(c.value !== "idle"); - }), K(m, (S, C) => { - !S && C && i.value && h(i.value); - }), To(() => y()); - let b = -1; - function h(S) { - let C = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : 100; - const D = () => { - clearTimeout(b); - const { naturalHeight: w, naturalWidth: P } = S; - w || P ? (r.value = P, o.value = w) : S.complete || c.value !== "loading" || C == null ? (S.currentSrc.endsWith(".svg") || S.currentSrc.startsWith("data:image/svg+xml")) && (r.value = 1, o.value = 1) : b = window.setTimeout(D, C); + }), K(m, (B, x) => { + !B && x && i.value && b(i.value); + }), Do(() => y()); + let h = -1; + function b(B) { + let x = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : 100; + const E = () => { + clearTimeout(h); + const { naturalHeight: C, naturalWidth: V } = B; + C || V ? (r.value = V, o.value = C) : B.complete || c.value !== "loading" || x == null ? (B.currentSrc.endsWith(".svg") || B.currentSrc.startsWith("data:image/svg+xml")) && (r.value = 1, o.value = 1) : h = window.setTimeout(E, x); }; - D(); + E(); } - const I = v(() => ({ "v-img__img--cover": e.cover, "v-img__img--contain": !e.cover })), A = () => { - var D; - if (!u.value.src || c.value === "idle") + const I = v(() => ({ "v-img__img--cover": e.cover, "v-img__img--contain": !e.cover })), $ = () => { + var E; + if (!s.value.src || c.value === "idle") return null; - const S = d("img", { class: ["v-img__img", I.value], src: u.value.src, srcset: u.value.srcset, alt: e.alt, sizes: e.sizes, ref: i, onLoad: f, onError: p }, null), C = (D = l.sources) == null ? void 0 : D.call(l); - return d(en, { transition: e.transition, appear: !0 }, { default: () => [Be(C ? d("picture", { class: "v-img__picture" }, [C, S]) : S, [[Dn, c.value === "loaded"]])] }); - }, k = () => d(en, { transition: e.transition }, { default: () => [u.value.lazySrc && c.value !== "loaded" && d("img", { class: ["v-img__img", "v-img__img--preload", I.value], src: u.value.lazySrc, alt: e.alt }, null)] }), M = () => l.placeholder ? d(en, { transition: e.transition, appear: !0 }, { default: () => [(c.value === "loading" || c.value === "error" && !l.error) && d("div", { class: "v-img__placeholder" }, [l.placeholder()])] }) : null, _ = () => l.error ? d(en, { transition: e.transition, appear: !0 }, { default: () => [c.value === "error" && d("div", { class: "v-img__error" }, [l.error()])] }) : null, T = () => e.gradient ? d("div", { class: "v-img__gradient", style: { backgroundImage: `linear-gradient(${e.gradient})` } }, null) : null, V = ue(!1); + const B = d("img", { class: ["v-img__img", I.value], style: { objectPosition: e.position }, src: s.value.src, srcset: s.value.srcset, alt: e.alt, crossorigin: e.crossorigin, referrerpolicy: e.referrerpolicy, draggable: e.draggable, sizes: e.sizes, ref: i, onLoad: f, onError: p }, null), x = (E = l.sources) == null ? void 0 : E.call(l); + return d(nn, { transition: e.transition, appear: !0 }, { default: () => [we(x ? d("picture", { class: "v-img__picture" }, [x, B]) : B, [[Mn, c.value === "loaded"]])] }); + }, F = () => d(nn, { transition: e.transition }, { default: () => [s.value.lazySrc && c.value !== "loaded" && d("img", { class: ["v-img__img", "v-img__img--preload", I.value], style: { objectPosition: e.position }, src: s.value.lazySrc, alt: e.alt, crossorigin: e.crossorigin, referrerpolicy: e.referrerpolicy, draggable: e.draggable }, null)] }), H = () => l.placeholder ? d(nn, { transition: e.transition, appear: !0 }, { default: () => [(c.value === "loading" || c.value === "error" && !l.error) && d("div", { class: "v-img__placeholder" }, [l.placeholder()])] }) : null, T = () => l.error ? d(nn, { transition: e.transition, appear: !0 }, { default: () => [c.value === "error" && d("div", { class: "v-img__error" }, [l.error()])] }) : null, M = () => e.gradient ? d("div", { class: "v-img__gradient", style: { backgroundImage: `linear-gradient(${e.gradient})` } }, null) : null, R = re(!1); { - const S = K(m, (C) => { - C && (requestAnimationFrame(() => { + const B = K(m, (x) => { + x && (requestAnimationFrame(() => { requestAnimationFrame(() => { - V.value = !0; + R.value = !0; }); - }), S()); + }), B()); }); } - return le(() => { - const [S] = co.filterProps(e); - return Be(d(co, Z({ class: ["v-img", { "v-img--booting": !V.value }, e.class], style: [{ width: te(e.width === "auto" ? r.value : e.width) }, e.style] }, S, { aspectRatio: m.value, "aria-label": e.alt, role: e.alt ? "img" : void 0 }), { additional: () => d(fe, null, [d(A, null, null), d(k, null, null), d(T, null, null), d(M, null, null), d(_, null, null)]), default: l.default }), [[Xe("intersect"), { handler: y, options: e.options }, null, { once: !0 }]]); + return oe(() => { + const B = po.filterProps(e); + return we(d(po, Z({ class: ["v-img", { "v-img--booting": !R.value }, e.class], style: [{ width: te(e.width === "auto" ? r.value : e.width) }, e.style] }, B, { aspectRatio: m.value, "aria-label": e.alt, role: e.alt ? "img" : void 0 }), { additional: () => d(fe, null, [d($, null, null), d(F, null, null), d(M, null, null), d(H, null, null), d(T, null, null)]), default: l.default }), [[Je("intersect"), { handler: y, options: e.options }, null, { once: !0 }]]); }), { currentSrc: a, image: i, state: c, naturalWidth: r, naturalHeight: o }; -} }), Wn = H({ border: [Boolean, Number, String] }, "border"); -function Rn(e) { - let t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : Ke(); +} }), Nn = Y({ border: [Boolean, Number, String] }, "border"); +function jn(e) { + let t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : qe(); return { borderClasses: v(() => { - const n = mn(e) ? e.value : e.border, l = []; + const n = hn(e) ? e.value : e.border, l = []; if (n === !0 || n === "") l.push(`${t}--border`); else if (typeof n == "string" || n === 0) @@ -822,13 +838,13 @@ function Pl(e) { return kl(() => { const t = [], n = {}; if (e.value.background) - if (Kt(e.value.background)) { - if (n.backgroundColor = e.value.background, !e.value.text && Kt(l = e.value.background) && !/^((rgb|hsl)a?\()?var\(--/.test(l)) { - const a = Hn(e.value.background); + if (Jt(e.value.background)) { + if (n.backgroundColor = e.value.background, !e.value.text && Jt(l = e.value.background) && !/^((rgb|hsl)a?\()?var\(--/.test(l)) { + const a = Un(e.value.background); if (a.a == null || a.a === 1) { const i = function(c) { - const r = Math.abs(oo(Hn(0), Hn(c))); - return Math.abs(oo(Hn(16777215), Hn(c))) > Math.min(r, 50) ? "#fff" : "#000"; + const r = Math.abs(ao(Un(0), Un(c))); + return Math.abs(ao(Un(16777215), Un(c))) > Math.min(r, 50) ? "#fff" : "#000"; }(a); n.color = i, n.caretColor = i; } @@ -836,32 +852,32 @@ function Pl(e) { } else t.push(`bg-${e.value.background}`); var l; - return e.value.text && (Kt(e.value.text) ? (n.color = e.value.text, n.caretColor = e.value.text) : t.push(`text-${e.value.text}`)), { colorClasses: t, colorStyles: n }; + return e.value.text && (Jt(e.value.text) ? (n.color = e.value.text, n.caretColor = e.value.text) : t.push(`text-${e.value.text}`)), { colorClasses: t, colorStyles: n }; }); } -function Ye(e, t) { - const n = v(() => ({ text: mn(e) ? e.value : t ? e[t] : null })), { colorClasses: l, colorStyles: a } = Pl(n); +function Ke(e, t) { + const n = v(() => ({ text: hn(e) ? e.value : t ? e[t] : null })), { colorClasses: l, colorStyles: a } = Pl(n); return { textColorClasses: l, textColorStyles: a }; } -function Tn(e, t) { - const n = v(() => ({ background: mn(e) ? e.value : t ? e[t] : null })), { colorClasses: l, colorStyles: a } = Pl(n); +function Dn(e, t) { + const n = v(() => ({ background: hn(e) ? e.value : t ? e[t] : null })), { colorClasses: l, colorStyles: a } = Pl(n); return { backgroundColorClasses: l, backgroundColorStyles: a }; } -const Nn = H({ elevation: { type: [Number, String], validator(e) { +const Gn = Y({ elevation: { type: [Number, String], validator(e) { const t = parseInt(e); return !isNaN(t) && t >= 0 && t <= 24; } } }, "elevation"); -function jn(e) { +function qn(e) { return { elevationClasses: v(() => { - const t = mn(e) ? e.value : e.elevation, n = []; + const t = hn(e) ? e.value : e.elevation, n = []; return t == null || n.push(`elevation-${t}`), n; }) }; } -const Je = H({ rounded: { type: [Boolean, Number, String], default: void 0 } }, "rounded"); -function Ze(e) { - let t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : Ke(); +const Ze = Y({ rounded: { type: [Boolean, Number, String], default: void 0 } }, "rounded"); +function Qe(e) { + let t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : qe(); return { roundedClasses: v(() => { - const n = mn(e) ? e.value : e.rounded, l = []; + const n = hn(e) ? e.value : e.rounded, l = []; if (n === !0 || n === "") l.push(`${t}--rounded`); else if (typeof n == "string" || n === 0) @@ -870,39 +886,39 @@ function Ze(e) { return l; }) }; } -const Vi = [null, "default", "comfortable", "compact"], je = H({ density: { type: String, default: "default", validator: (e) => Vi.includes(e) } }, "density"); -function Qe(e) { - let t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : Ke(); +const $i = [null, "default", "comfortable", "compact"], He = Y({ density: { type: String, default: "default", validator: (e) => $i.includes(e) } }, "density"); +function en(e) { + let t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : qe(); return { densityClasses: v(() => `${t}--density-${e.density}`) }; } -const Ai = ["elevated", "flat", "tonal", "outlined", "text", "plain"]; -function dt(e, t) { +const Ei = ["elevated", "flat", "tonal", "outlined", "text", "plain"]; +function ct(e, t) { return d(fe, null, [e && d("span", { key: "overlay", class: `${t}__overlay` }, null), d("span", { key: "underlay", class: `${t}__underlay` }, null)]); } -const an = H({ color: String, variant: { type: String, default: "elevated", validator: (e) => Ai.includes(e) } }, "variant"); -function pt(e) { - let t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : Ke(); +const rn = Y({ color: String, variant: { type: String, default: "elevated", validator: (e) => Ei.includes(e) } }, "variant"); +function dt(e) { + let t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : qe(); const n = v(() => { - const { variant: i } = s(e); + const { variant: i } = u(e); return `${t}--variant-${i}`; }), { colorClasses: l, colorStyles: a } = Pl(v(() => { - const { variant: i, color: c } = s(e); + const { variant: i, color: c } = u(e); return { [["elevated", "flat"].includes(i) ? "background" : "text"]: c }; })); return { colorClasses: l, colorStyles: a, variantClasses: n }; } -const la = H({ divided: Boolean, ...Wn(), ...ie(), ...je(), ...Nn(), ...Je(), ...$e(), ...Ce(), ...an() }, "VBtnGroup"), vo = Q()({ name: "VBtnGroup", props: la(), setup(e, t) { +const ra = Y({ divided: Boolean, ...Nn(), ...se(), ...He(), ...Gn(), ...Ze(), ...ze(), ...Se(), ...rn() }, "VBtnGroup"), fo = Q()({ name: "VBtnGroup", props: ra(), setup(e, t) { let { slots: n } = t; - const { themeClasses: l } = Ve(e), { densityClasses: a } = Qe(e), { borderClasses: i } = Rn(e), { elevationClasses: c } = jn(e), { roundedClasses: r } = Ze(e); - Mn({ VBtn: { height: "auto", color: ne(e, "color"), density: ne(e, "density"), flat: !0, variant: ne(e, "variant") } }), le(() => d(e.tag, { class: ["v-btn-group", { "v-btn-group--divided": e.divided }, l.value, i.value, a.value, c.value, r.value, e.class], style: e.style }, n)); -} }), oa = H({ modelValue: { type: null, default: void 0 }, multiple: Boolean, mandatory: [Boolean, String], max: Number, selectedClass: String, disabled: Boolean }, "group"), aa = H({ value: null, disabled: Boolean, selectedClass: String }, "group-item"); -function ia(e, t) { + const { themeClasses: l } = _e(e), { densityClasses: a } = en(e), { borderClasses: i } = jn(e), { elevationClasses: c } = qn(e), { roundedClasses: r } = Qe(e); + Rn({ VBtn: { height: "auto", color: ne(e, "color"), density: ne(e, "density"), flat: !0, variant: ne(e, "variant") } }), oe(() => d(e.tag, { class: ["v-btn-group", { "v-btn-group--divided": e.divided }, l.value, i.value, a.value, c.value, r.value, e.class], style: e.style }, n)); +} }), sa = Y({ modelValue: { type: null, default: void 0 }, multiple: Boolean, mandatory: [Boolean, String], max: Number, selectedClass: String, disabled: Boolean }, "group"), ua = Y({ value: null, disabled: Boolean, selectedClass: String }, "group-item"); +function ca(e, t) { let n = !(arguments.length > 2 && arguments[2] !== void 0) || arguments[2]; - const l = ke("useGroupItem"); + const l = Fe("useGroupItem"); if (!l) throw new Error("[Vuetify] useGroupItem composable must be used inside a component setup function"); - const a = Le(); - Te(Symbol.for(`${t.description}:id`), a); + const a = We(); + De(Symbol.for(`${t.description}:id`), a); const i = ve(t, null); if (!i) { if (!n) @@ -910,39 +926,39 @@ function ia(e, t) { throw new Error(`[Vuetify] Could not find useGroup injection with symbol ${t.description}`); } const c = ne(e, "value"), r = v(() => !(!i.disabled.value && !e.disabled)); - i.register({ id: a, value: c, disabled: r }, l), on(() => { + i.register({ id: a, value: c, disabled: r }, l), an(() => { i.unregister(a); }); - const o = v(() => i.isSelected(a)), u = v(() => o.value && [i.selectedClass.value, e.selectedClass]); + const o = v(() => i.isSelected(a)), s = v(() => o.value && [i.selectedClass.value, e.selectedClass]); return K(o, (m) => { l.emit("group:selected", { value: m }); - }), { id: a, isSelected: o, toggle: () => i.select(a, !o.value), select: (m) => i.select(a, m), selectedClass: u, value: c, disabled: r, group: i }; + }), { id: a, isSelected: o, toggle: () => i.select(a, !o.value), select: (m) => i.select(a, m), selectedClass: s, value: c, disabled: r, group: i }; } -function ra(e, t) { +function da(e, t) { let n = !1; - const l = ze([]), a = me(e, "modelValue", [], (u) => u == null ? [] : fo(l, tn(u)), (u) => { + const l = Le([]), a = me(e, "modelValue", [], (s) => s == null ? [] : yo(l, ln(s)), (s) => { const m = function(y, f) { const p = []; return f.forEach((g) => { - const b = y.findIndex((h) => h.id === g); - if (~b) { - const h = y[b]; - p.push(h.value != null ? h.value : b); + const h = y.findIndex((b) => b.id === g); + if (~h) { + const b = y[h]; + p.push(b.value != null ? b.value : h); } }), p; - }(l, u); + }(l, s); return e.multiple ? m : m[0]; - }), i = ke("useGroup"); + }), i = Fe("useGroup"); function c() { - const u = l.find((m) => !m.disabled); - u && e.mandatory === "force" && !a.value.length && (a.value = [u.id]); + const s = l.find((m) => !m.disabled); + s && e.mandatory === "force" && !a.value.length && (a.value = [s.id]); } - function r(u) { - if (e.multiple && Xn('This method is not supported when using "multiple" prop'), a.value.length) { + function r(s) { + if (e.multiple && Kn('This method is not supported when using "multiple" prop'), a.value.length) { const m = a.value[0], y = l.findIndex((g) => g.id === m); - let f = (y + u) % l.length, p = l[f]; + let f = (y + s) % l.length, p = l[f]; for (; p.disabled && f !== y; ) - f = (f + u) % l.length, p = l[f]; + f = (f + s) % l.length, p = l[f]; if (p.disabled) return; a.value = [l[f].id]; @@ -951,60 +967,60 @@ function ra(e, t) { m && (a.value = [m.id]); } } - Ln(() => { + Wn(() => { c(); - }), on(() => { + }), an(() => { n = !0; }); - const o = { register: function(u, m) { - const y = u, f = xt(Symbol.for(`${t.description}:id`), i == null ? void 0 : i.vnode).indexOf(m); + const o = { register: function(s, m) { + const y = s, f = xt(Symbol.for(`${t.description}:id`), i == null ? void 0 : i.vnode).indexOf(m); f > -1 ? l.splice(f, 0, y) : l.push(y); - }, unregister: function(u) { + }, unregister: function(s) { if (n) return; c(); - const m = l.findIndex((y) => y.id === u); + const m = l.findIndex((y) => y.id === s); l.splice(m, 1); - }, selected: a, select: function(u, m) { - const y = l.find((f) => f.id === u); + }, selected: a, select: function(s, m) { + const y = l.find((f) => f.id === s); if (!m || !(y != null && y.disabled)) if (e.multiple) { - const f = a.value.slice(), p = f.findIndex((b) => b === u), g = ~p; + const f = a.value.slice(), p = f.findIndex((h) => h === s), g = ~p; if (m = m ?? !g, g && e.mandatory && f.length <= 1 || !g && e.max != null && f.length + 1 > e.max) return; - p < 0 && m ? f.push(u) : p >= 0 && !m && f.splice(p, 1), a.value = f; + p < 0 && m ? f.push(s) : p >= 0 && !m && f.splice(p, 1), a.value = f; } else { - const f = a.value.includes(u); + const f = a.value.includes(s); if (e.mandatory && f) return; - a.value = m ?? !f ? [u] : []; + a.value = m ?? !f ? [s] : []; } - }, disabled: ne(e, "disabled"), prev: () => r(l.length - 1), next: () => r(1), isSelected: (u) => a.value.includes(u), selectedClass: v(() => e.selectedClass), items: v(() => l), getItemIndex: (u) => function(m, y) { - const f = fo(m, [y]); + }, disabled: ne(e, "disabled"), prev: () => r(l.length - 1), next: () => r(1), isSelected: (s) => a.value.includes(s), selectedClass: v(() => e.selectedClass), items: v(() => l), getItemIndex: (s) => function(m, y) { + const f = yo(m, [y]); return f.length ? m.findIndex((p) => p.id === f[0]) : -1; - }(l, u) }; - return Te(t, o), o; + }(l, s) }; + return De(t, o), o; } -function fo(e, t) { +function yo(e, t) { const n = []; return t.forEach((l) => { const a = e.find((c) => at(l, c.value)), i = e[l]; (a == null ? void 0 : a.value) != null ? n.push(a.id) : i != null && n.push(i.id); }), n; } -const sa = Symbol.for("vuetify:v-btn-toggle"), _i = H({ ...la(), ...oa() }, "VBtnToggle"); -Q()({ name: "VBtnToggle", props: _i(), emits: { "update:modelValue": (e) => !0 }, setup(e, t) { +const pa = Symbol.for("vuetify:v-btn-toggle"), Ti = Y({ ...ra(), ...sa() }, "VBtnToggle"); +Q()({ name: "VBtnToggle", props: Ti(), emits: { "update:modelValue": (e) => !0 }, setup(e, t) { let { slots: n } = t; - const { isSelected: l, next: a, prev: i, select: c, selected: r } = ra(e, sa); - return le(() => { - const [o] = vo.filterProps(e); - return d(vo, Z({ class: ["v-btn-toggle", e.class] }, o, { style: e.style }), { default: () => { - var u; - return [(u = n.default) == null ? void 0 : u.call(n, { isSelected: l, next: a, prev: i, select: c, selected: r })]; + const { isSelected: l, next: a, prev: i, select: c, selected: r } = da(e, pa); + return oe(() => { + const o = fo.filterProps(e); + return d(fo, Z({ class: ["v-btn-toggle", e.class] }, o, { style: e.style }), { default: () => { + var s; + return [(s = n.default) == null ? void 0 : s.call(n, { isSelected: l, next: a, prev: i, select: c, selected: r })]; } }); }), { next: a, prev: i, select: c }; } }); -const ce = [String, Function, Object, Array], Oi = Symbol.for("vuetify:icons"), Pt = H({ icon: { type: ce }, tag: { type: String, required: !0 } }, "icon"), yo = Q()({ name: "VComponentIcon", props: Pt(), setup(e, t) { +const ce = [String, Function, Object, Array], zi = Symbol.for("vuetify:icons"), $t = Y({ icon: { type: ce }, tag: { type: String, required: !0 } }, "icon"), mo = Q()({ name: "VComponentIcon", props: $t(), setup(e, t) { let { slots: n } = t; return () => { const l = e.icon; @@ -1013,54 +1029,54 @@ const ce = [String, Function, Object, Array], Oi = Symbol.for("vuetify:icons"), return [e.icon ? d(l, null, null) : (a = n.default) == null ? void 0 : a.call(n)]; } }); }; -} }), Pi = Qn({ name: "VSvgIcon", inheritAttrs: !1, props: Pt(), setup(e, t) { +} }), Di = Qn({ name: "VSvgIcon", inheritAttrs: !1, props: $t(), setup(e, t) { let { attrs: n } = t; return () => d(e.tag, Z(n, { style: null }), { default: () => [d("svg", { class: "v-icon__svg", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", role: "img", "aria-hidden": "true" }, [Array.isArray(e.icon) ? e.icon.map((l) => Array.isArray(l) ? d("path", { d: l[0], "fill-opacity": l[1] }, null) : d("path", { d: l }, null)) : d("path", { d: e.icon }, null)])] }); } }); -Qn({ name: "VLigatureIcon", props: Pt(), setup: (e) => () => d(e.tag, null, { default: () => [e.icon] }) }), Qn({ name: "VClassIcon", props: Pt(), setup: (e) => () => d(e.tag, { class: e.icon }, null) }); -const $i = ["x-small", "small", "default", "large", "x-large"], vt = H({ size: { type: [String, Number], default: "default" } }, "size"); -function ft(e) { - let t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : Ke(); +Qn({ name: "VLigatureIcon", props: $t(), setup: (e) => () => d(e.tag, null, { default: () => [e.icon] }) }), Qn({ name: "VClassIcon", props: $t(), setup: (e) => () => d(e.tag, { class: e.icon }, null) }); +const Li = ["x-small", "small", "default", "large", "x-large"], pt = Y({ size: { type: [String, Number], default: "default" } }, "size"); +function vt(e) { + let t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : qe(); return kl(() => { let n, l; - return wt($i, e.size) ? n = `${t}--size-${e.size}` : e.size && (l = { width: te(e.size), height: te(e.size) }), { sizeClasses: n, sizeStyles: l }; + return Ft(Li, e.size) ? n = `${t}--size-${e.size}` : e.size && (l = { width: te(e.size), height: te(e.size) }), { sizeClasses: n, sizeStyles: l }; }); } -const Ei = H({ color: String, start: Boolean, end: Boolean, icon: ce, ...ie(), ...vt(), ...$e({ tag: "i" }), ...Ce() }, "VIcon"), de = Q()({ name: "VIcon", props: Ei(), setup(e, t) { +const Mi = Y({ color: String, start: Boolean, end: Boolean, icon: ce, ...se(), ...pt(), ...ze({ tag: "i" }), ...Se() }, "VIcon"), de = Q()({ name: "VIcon", props: Mi(), setup(e, t) { let { attrs: n, slots: l } = t; - const a = R(), { themeClasses: i } = Ve(e), { iconData: c } = ((m) => { - const y = ve(Oi); + const a = N(), { themeClasses: i } = _e(e), { iconData: c } = ((m) => { + const y = ve(zi); if (!y) throw new Error("Missing Vuetify Icons provide!"); return { iconData: v(() => { - var h; - const f = s(m); + var b; + const f = u(m); if (!f) - return { component: yo }; + return { component: mo }; let p = f; - if (typeof p == "string" && (p = p.trim(), p.startsWith("$") && (p = (h = y.aliases) == null ? void 0 : h[p.slice(1)])), !p) + if (typeof p == "string" && (p = p.trim(), p.startsWith("$") && (p = (b = y.aliases) == null ? void 0 : b[p.slice(1)])), !p) throw new Error(`Could not find aliased icon "${f}"`); if (Array.isArray(p)) - return { component: Pi, icon: p }; + return { component: Di, icon: p }; if (typeof p != "string") - return { component: yo, icon: p }; - const g = Object.keys(y.sets).find((I) => typeof p == "string" && p.startsWith(`${I}:`)), b = g ? p.slice(g.length + 1) : p; - return { component: y.sets[g ?? y.defaultSet].component, icon: b }; + return { component: mo, icon: p }; + const g = Object.keys(y.sets).find((I) => typeof p == "string" && p.startsWith(`${I}:`)), h = g ? p.slice(g.length + 1) : p; + return { component: y.sets[g ?? y.defaultSet].component, icon: h }; }) }; - })(v(() => a.value || e.icon)), { sizeClasses: r } = ft(e), { textColorClasses: o, textColorStyles: u } = Ye(ne(e, "color")); - return le(() => { + })(v(() => a.value || e.icon)), { sizeClasses: r } = vt(e), { textColorClasses: o, textColorStyles: s } = Ke(ne(e, "color")); + return oe(() => { var y, f; const m = (y = l.default) == null ? void 0 : y.call(l); - return m && (a.value = (f = Wo(m).filter((p) => p.type === ei && p.children && typeof p.children == "string")[0]) == null ? void 0 : f.children), d(c.value.component, { tag: e.tag, icon: c.value.icon, class: ["v-icon", "notranslate", i.value, r.value, o.value, { "v-icon--clickable": !!n.onClick, "v-icon--start": e.start, "v-icon--end": e.end }, e.class], style: [r.value ? void 0 : { fontSize: te(e.size), height: te(e.size), width: te(e.size) }, u.value, e.style], role: n.onClick ? "button" : void 0, "aria-hidden": !n.onClick }, { default: () => [m] }); + return m && (a.value = (f = jo(m).filter((p) => p.type === ai && p.children && typeof p.children == "string")[0]) == null ? void 0 : f.children), d(c.value.component, { tag: e.tag, icon: c.value.icon, class: ["v-icon", "notranslate", i.value, r.value, o.value, { "v-icon--clickable": !!n.onClick, "v-icon--start": e.start, "v-icon--end": e.end }, e.class], style: [r.value ? void 0 : { fontSize: te(e.size), height: te(e.size), width: te(e.size) }, s.value, e.style], role: n.onClick ? "button" : void 0, "aria-hidden": !n.onClick }, { default: () => [m] }); }), {}; } }); -function ua(e, t) { - const n = R(), l = ue(!1); +function va(e, t) { + const n = N(), l = re(!1); if (Bl) { const a = new IntersectionObserver((i) => { e == null || e(i, a), l.value = !!i.find((c) => c.isIntersecting); }, t); - on(() => { + an(() => { a.disconnect(); }), K(n, (i, c) => { c && (a.unobserve(c), l.value = !1), i && a.observe(i); @@ -1068,54 +1084,54 @@ function ua(e, t) { } return { intersectionRef: n, isIntersecting: l }; } -const Ti = H({ bgColor: String, color: String, indeterminate: [Boolean, String], modelValue: { type: [Number, String], default: 0 }, rotate: { type: [Number, String], default: 0 }, width: { type: [Number, String], default: 4 }, ...ie(), ...vt(), ...$e({ tag: "div" }), ...Ce() }, "VProgressCircular"), ca = Q()({ name: "VProgressCircular", props: Ti(), setup(e, t) { +const Wi = Y({ bgColor: String, color: String, indeterminate: [Boolean, String], modelValue: { type: [Number, String], default: 0 }, rotate: { type: [Number, String], default: 0 }, width: { type: [Number, String], default: 4 }, ...se(), ...pt(), ...ze({ tag: "div" }), ...Se() }, "VProgressCircular"), fa = Q()({ name: "VProgressCircular", props: Wi(), setup(e, t) { let { slots: n } = t; - const l = 2 * Math.PI * 20, a = R(), { themeClasses: i } = Ve(e), { sizeClasses: c, sizeStyles: r } = ft(e), { textColorClasses: o, textColorStyles: u } = Ye(ne(e, "color")), { textColorClasses: m, textColorStyles: y } = Ye(ne(e, "bgColor")), { intersectionRef: f, isIntersecting: p } = ua(), { resizeRef: g, contentRect: b } = Al(), h = v(() => Math.max(0, Math.min(100, parseFloat(e.modelValue)))), I = v(() => Number(e.width)), A = v(() => r.value ? Number(e.size) : b.value ? b.value.width : Math.max(I.value, 32)), k = v(() => 20 / (1 - I.value / A.value) * 2), M = v(() => I.value / A.value * k.value), _ = v(() => te((100 - h.value) / 100 * l)); - return Ue(() => { + const l = 2 * Math.PI * 20, a = N(), { themeClasses: i } = _e(e), { sizeClasses: c, sizeStyles: r } = vt(e), { textColorClasses: o, textColorStyles: s } = Ke(ne(e, "color")), { textColorClasses: m, textColorStyles: y } = Ke(ne(e, "bgColor")), { intersectionRef: f, isIntersecting: p } = va(), { resizeRef: g, contentRect: h } = Al(), b = v(() => Math.max(0, Math.min(100, parseFloat(e.modelValue)))), I = v(() => Number(e.width)), $ = v(() => r.value ? Number(e.size) : h.value ? h.value.width : Math.max(I.value, 32)), F = v(() => 20 / (1 - I.value / $.value) * 2), H = v(() => I.value / $.value * F.value), T = v(() => te((100 - b.value) / 100 * l)); + return Ge(() => { f.value = a.value, g.value = a.value; - }), le(() => d(e.tag, { ref: a, class: ["v-progress-circular", { "v-progress-circular--indeterminate": !!e.indeterminate, "v-progress-circular--visible": p.value, "v-progress-circular--disable-shrink": e.indeterminate === "disable-shrink" }, i.value, c.value, o.value, e.class], style: [r.value, u.value, e.style], role: "progressbar", "aria-valuemin": "0", "aria-valuemax": "100", "aria-valuenow": e.indeterminate ? void 0 : h.value }, { default: () => [d("svg", { style: { transform: `rotate(calc(-90deg + ${Number(e.rotate)}deg))` }, xmlns: "http://www.w3.org/2000/svg", viewBox: `0 0 ${k.value} ${k.value}` }, [d("circle", { class: ["v-progress-circular__underlay", m.value], style: y.value, fill: "transparent", cx: "50%", cy: "50%", r: 20, "stroke-width": M.value, "stroke-dasharray": l, "stroke-dashoffset": 0 }, null), d("circle", { class: "v-progress-circular__overlay", fill: "transparent", cx: "50%", cy: "50%", r: 20, "stroke-width": M.value, "stroke-dasharray": l, "stroke-dashoffset": _.value }, null)]), n.default && d("div", { class: "v-progress-circular__content" }, [n.default({ value: h.value })])] })), {}; -} }), mo = { center: "center", top: "bottom", bottom: "top", left: "right", right: "left" }, $l = H({ location: String }, "location"); + }), oe(() => d(e.tag, { ref: a, class: ["v-progress-circular", { "v-progress-circular--indeterminate": !!e.indeterminate, "v-progress-circular--visible": p.value, "v-progress-circular--disable-shrink": e.indeterminate === "disable-shrink" }, i.value, c.value, o.value, e.class], style: [r.value, s.value, e.style], role: "progressbar", "aria-valuemin": "0", "aria-valuemax": "100", "aria-valuenow": e.indeterminate ? void 0 : b.value }, { default: () => [d("svg", { style: { transform: `rotate(calc(-90deg + ${Number(e.rotate)}deg))` }, xmlns: "http://www.w3.org/2000/svg", viewBox: `0 0 ${F.value} ${F.value}` }, [d("circle", { class: ["v-progress-circular__underlay", m.value], style: y.value, fill: "transparent", cx: "50%", cy: "50%", r: 20, "stroke-width": H.value, "stroke-dasharray": l, "stroke-dashoffset": 0 }, null), d("circle", { class: "v-progress-circular__overlay", fill: "transparent", cx: "50%", cy: "50%", r: 20, "stroke-width": H.value, "stroke-dasharray": l, "stroke-dashoffset": T.value }, null)]), n.default && d("div", { class: "v-progress-circular__content" }, [n.default({ value: b.value })])] })), {}; +} }), go = { center: "center", top: "bottom", bottom: "top", left: "right", right: "left" }, $l = Y({ location: String }, "location"); function El(e) { let t = arguments.length > 1 && arguments[1] !== void 0 && arguments[1], n = arguments.length > 2 ? arguments[2] : void 0; - const { isRtl: l } = ut(); + const { isRtl: l } = st(); return { locationStyles: v(() => { if (!e.location) return {}; const { side: i, align: c } = il(e.location.split(" ").length > 1 ? e.location : `${e.location} center`, l.value); - function r(u) { - return n ? n(u) : 0; + function r(s) { + return n ? n(s) : 0; } const o = {}; - return i !== "center" && (t ? o[mo[i]] = `calc(100% - ${r(i)}px)` : o[i] = 0), c !== "center" ? t ? o[mo[c]] = `calc(100% - ${r(c)}px)` : o[c] = 0 : (i === "center" ? o.top = o.left = "50%" : o[{ top: "left", bottom: "left", left: "top", right: "top" }[i]] = "50%", o.transform = { top: "translateX(-50%)", bottom: "translateX(-50%)", left: "translateY(-50%)", right: "translateY(-50%)", center: "translate(-50%, -50%)" }[i]), o; + return i !== "center" && (t ? o[go[i]] = `calc(100% - ${r(i)}px)` : o[i] = 0), c !== "center" ? t ? o[go[c]] = `calc(100% - ${r(c)}px)` : o[c] = 0 : (i === "center" ? o.top = o.left = "50%" : o[{ top: "left", bottom: "left", left: "top", right: "top" }[i]] = "50%", o.transform = { top: "translateX(-50%)", bottom: "translateX(-50%)", left: "translateY(-50%)", right: "translateY(-50%)", center: "translate(-50%, -50%)" }[i]), o; }) }; } -const zi = H({ absolute: Boolean, active: { type: Boolean, default: !0 }, bgColor: String, bgOpacity: [Number, String], bufferValue: { type: [Number, String], default: 0 }, clickable: Boolean, color: String, height: { type: [Number, String], default: 4 }, indeterminate: Boolean, max: { type: [Number, String], default: 100 }, modelValue: { type: [Number, String], default: 0 }, reverse: Boolean, stream: Boolean, striped: Boolean, roundedBar: Boolean, ...ie(), ...$l({ location: "top" }), ...Je(), ...$e(), ...Ce() }, "VProgressLinear"), Di = Q()({ name: "VProgressLinear", props: zi(), emits: { "update:modelValue": (e) => !0 }, setup(e, t) { +const Ri = Y({ absolute: Boolean, active: { type: Boolean, default: !0 }, bgColor: String, bgOpacity: [Number, String], bufferValue: { type: [Number, String], default: 0 }, clickable: Boolean, color: String, height: { type: [Number, String], default: 4 }, indeterminate: Boolean, max: { type: [Number, String], default: 100 }, modelValue: { type: [Number, String], default: 0 }, reverse: Boolean, stream: Boolean, striped: Boolean, roundedBar: Boolean, ...se(), ...$l({ location: "top" }), ...Ze(), ...ze(), ...Se() }, "VProgressLinear"), Ni = Q()({ name: "VProgressLinear", props: Ri(), emits: { "update:modelValue": (e) => !0 }, setup(e, t) { let { slots: n } = t; - const l = me(e, "modelValue"), { isRtl: a, rtlClasses: i } = ut(), { themeClasses: c } = Ve(e), { locationStyles: r } = El(e), { textColorClasses: o, textColorStyles: u } = Ye(e, "color"), { backgroundColorClasses: m, backgroundColorStyles: y } = Tn(v(() => e.bgColor || e.color)), { backgroundColorClasses: f, backgroundColorStyles: p } = Tn(e, "color"), { roundedClasses: g } = Ze(e), { intersectionRef: b, isIntersecting: h } = ua(), I = v(() => parseInt(e.max, 10)), A = v(() => parseInt(e.height, 10)), k = v(() => parseFloat(e.bufferValue) / I.value * 100), M = v(() => parseFloat(l.value) / I.value * 100), _ = v(() => a.value !== e.reverse), T = v(() => e.indeterminate ? "fade-transition" : "slide-x-transition"), V = v(() => e.bgOpacity == null ? e.bgOpacity : parseFloat(e.bgOpacity)); - function S(C) { - if (!b.value) + const l = me(e, "modelValue"), { isRtl: a, rtlClasses: i } = st(), { themeClasses: c } = _e(e), { locationStyles: r } = El(e), { textColorClasses: o, textColorStyles: s } = Ke(e, "color"), { backgroundColorClasses: m, backgroundColorStyles: y } = Dn(v(() => e.bgColor || e.color)), { backgroundColorClasses: f, backgroundColorStyles: p } = Dn(e, "color"), { roundedClasses: g } = Qe(e), { intersectionRef: h, isIntersecting: b } = va(), I = v(() => parseInt(e.max, 10)), $ = v(() => parseInt(e.height, 10)), F = v(() => parseFloat(e.bufferValue) / I.value * 100), H = v(() => parseFloat(l.value) / I.value * 100), T = v(() => a.value !== e.reverse), M = v(() => e.indeterminate ? "fade-transition" : "slide-x-transition"), R = v(() => e.bgOpacity == null ? e.bgOpacity : parseFloat(e.bgOpacity)); + function B(x) { + if (!h.value) return; - const { left: D, right: w, width: P } = b.value.getBoundingClientRect(), O = _.value ? P - C.clientX + (w - P) : C.clientX - D; - l.value = Math.round(O / P * I.value); + const { left: E, right: C, width: V } = h.value.getBoundingClientRect(), A = T.value ? V - x.clientX + (C - V) : x.clientX - E; + l.value = Math.round(A / V * I.value); } - return le(() => d(e.tag, { ref: b, class: ["v-progress-linear", { "v-progress-linear--absolute": e.absolute, "v-progress-linear--active": e.active && h.value, "v-progress-linear--reverse": _.value, "v-progress-linear--rounded": e.rounded, "v-progress-linear--rounded-bar": e.roundedBar, "v-progress-linear--striped": e.striped }, g.value, c.value, i.value, e.class], style: [{ bottom: e.location === "bottom" ? 0 : void 0, top: e.location === "top" ? 0 : void 0, height: e.active ? te(A.value) : 0, "--v-progress-linear-height": te(A.value), ...r.value }, e.style], role: "progressbar", "aria-hidden": e.active ? "false" : "true", "aria-valuemin": "0", "aria-valuemax": e.max, "aria-valuenow": e.indeterminate ? void 0 : M.value, onClick: e.clickable && S }, { default: () => [e.stream && d("div", { key: "stream", class: ["v-progress-linear__stream", o.value], style: { ...u.value, [_.value ? "left" : "right"]: te(-A.value), borderTop: `${te(A.value / 2)} dotted`, opacity: V.value, top: `calc(50% - ${te(A.value / 4)})`, width: te(100 - k.value, "%"), "--v-progress-linear-stream-to": te(A.value * (_.value ? 1 : -1)) } }, null), d("div", { class: ["v-progress-linear__background", m.value], style: [y.value, { opacity: V.value, width: te(e.stream ? k.value : 100, "%") }] }, null), d(yn, { name: T.value }, { default: () => [e.indeterminate ? d("div", { class: "v-progress-linear__indeterminate" }, [["long", "short"].map((C) => d("div", { key: C, class: ["v-progress-linear__indeterminate", C, f.value], style: p.value }, null))]) : d("div", { class: ["v-progress-linear__determinate", f.value], style: [p.value, { width: te(M.value, "%") }] }, null)] }), n.default && d("div", { class: "v-progress-linear__content" }, [n.default({ value: M.value, buffer: k.value })])] })), {}; -} }), Tl = H({ loading: [Boolean, String] }, "loader"); -function jt(e) { - let t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : Ke(); + return oe(() => d(e.tag, { ref: h, class: ["v-progress-linear", { "v-progress-linear--absolute": e.absolute, "v-progress-linear--active": e.active && b.value, "v-progress-linear--reverse": T.value, "v-progress-linear--rounded": e.rounded, "v-progress-linear--rounded-bar": e.roundedBar, "v-progress-linear--striped": e.striped }, g.value, c.value, i.value, e.class], style: [{ bottom: e.location === "bottom" ? 0 : void 0, top: e.location === "top" ? 0 : void 0, height: e.active ? te($.value) : 0, "--v-progress-linear-height": te($.value), ...r.value }, e.style], role: "progressbar", "aria-hidden": e.active ? "false" : "true", "aria-valuemin": "0", "aria-valuemax": e.max, "aria-valuenow": e.indeterminate ? void 0 : H.value, onClick: e.clickable && B }, { default: () => [e.stream && d("div", { key: "stream", class: ["v-progress-linear__stream", o.value], style: { ...s.value, [T.value ? "left" : "right"]: te(-$.value), borderTop: `${te($.value / 2)} dotted`, opacity: R.value, top: `calc(50% - ${te($.value / 4)})`, width: te(100 - F.value, "%"), "--v-progress-linear-stream-to": te($.value * (T.value ? 1 : -1)) } }, null), d("div", { class: ["v-progress-linear__background", m.value], style: [y.value, { opacity: R.value, width: te(e.stream ? F.value : 100, "%") }] }, null), d(gn, { name: M.value }, { default: () => [e.indeterminate ? d("div", { class: "v-progress-linear__indeterminate" }, [["long", "short"].map((x) => d("div", { key: x, class: ["v-progress-linear__indeterminate", x, f.value], style: p.value }, null))]) : d("div", { class: ["v-progress-linear__determinate", f.value], style: [p.value, { width: te(H.value, "%") }] }, null)] }), n.default && d("div", { class: "v-progress-linear__content" }, [n.default({ value: H.value, buffer: F.value })])] })), {}; +} }), Tl = Y({ loading: [Boolean, String] }, "loader"); +function Gt(e) { + let t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : qe(); return { loaderClasses: v(() => ({ [`${t}--loading`]: e.loading })) }; } function zl(e, t) { var l; let { slots: n } = t; - return d("div", { class: `${e.name}__loader` }, [((l = n.default) == null ? void 0 : l.call(n, { color: e.color, isActive: e.active })) || d(Di, { active: e.active, color: e.color, height: "2", indeterminate: !0 }, null)]); + return d("div", { class: `${e.name}__loader` }, [((l = n.default) == null ? void 0 : l.call(n, { color: e.color, isActive: e.active })) || d(Ni, { active: e.active, color: e.color, height: "2", indeterminate: !0 }, null)]); } -const Li = ["static", "relative", "fixed", "absolute", "sticky"], da = H({ position: { type: String, validator: (e) => Li.includes(e) } }, "position"); -function pa(e) { - let t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : Ke(); +const ji = ["static", "relative", "fixed", "absolute", "sticky"], ya = Y({ position: { type: String, validator: (e) => ji.includes(e) } }, "position"); +function ma(e) { + let t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : qe(); return { positionClasses: v(() => e.position ? `${t}--${e.position}` : void 0) }; } -function Gt(e, t) { - const n = ni("RouterLink"), l = v(() => !(!e.href && !e.to)), a = v(() => (l == null ? void 0 : l.value) || Hl(t, "click") || Hl(e, "click")); +function qt(e, t) { + const n = ii("RouterLink"), l = v(() => !(!e.href && !e.to)), a = v(() => (l == null ? void 0 : l.value) || Ul(t, "click") || Ul(e, "click")); if (typeof n == "string") return { isLink: l, isClickable: a, href: ne(e, "href") }; const i = e.to ? n.useLink(e) : void 0; @@ -1124,41 +1140,41 @@ function Gt(e, t) { return e.exact ? (c = i.isExactActive) == null ? void 0 : c.value : (r = i.isActive) == null ? void 0 : r.value; }), href: v(() => e.to ? i == null ? void 0 : i.route.value.href : e.href) }; } -const qt = H({ href: String, replace: Boolean, to: [String, Object], exact: Boolean }, "router"); -let Jt = !1; -const rl = Symbol("rippleStop"), Mi = 80; -function go(e, t) { +const Ht = Y({ href: String, replace: Boolean, to: [String, Object], exact: Boolean }, "router"); +let Zt = !1; +const rl = Symbol("rippleStop"), Gi = 80; +function ho(e, t) { e.style.transform = t, e.style.webkitTransform = t; } function sl(e) { return e.constructor.name === "TouchEvent"; } -function va(e) { +function ga(e) { return e.constructor.name === "KeyboardEvent"; } -const $t = { show(e, t) { +const Et = { show(e, t) { var p; let n = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {}; if (!((p = t == null ? void 0 : t._ripple) != null && p.enabled)) return; const l = document.createElement("span"), a = document.createElement("span"); l.appendChild(a), l.className = "v-ripple__container", n.class && (l.className += ` ${n.class}`); - const { radius: i, scale: c, x: r, y: o, centerX: u, centerY: m } = function(g, b) { - var V; - let h = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {}, I = 0, A = 0; - if (!va(g)) { - const S = b.getBoundingClientRect(), C = sl(g) ? g.touches[g.touches.length - 1] : g; - I = C.clientX - S.left, A = C.clientY - S.top; + const { radius: i, scale: c, x: r, y: o, centerX: s, centerY: m } = function(g, h) { + var R; + let b = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {}, I = 0, $ = 0; + if (!ga(g)) { + const B = h.getBoundingClientRect(), x = sl(g) ? g.touches[g.touches.length - 1] : g; + I = x.clientX - B.left, $ = x.clientY - B.top; } - let k = 0, M = 0.3; - (V = b._ripple) != null && V.circle ? (M = 0.15, k = b.clientWidth / 2, k = h.center ? k : k + Math.sqrt((I - k) ** 2 + (A - k) ** 2) / 4) : k = Math.sqrt(b.clientWidth ** 2 + b.clientHeight ** 2) / 2; - const _ = (b.clientWidth - 2 * k) / 2 + "px", T = (b.clientHeight - 2 * k) / 2 + "px"; - return { radius: k, scale: M, x: h.center ? _ : I - k + "px", y: h.center ? T : A - k + "px", centerX: _, centerY: T }; + let F = 0, H = 0.3; + (R = h._ripple) != null && R.circle ? (H = 0.15, F = h.clientWidth / 2, F = b.center ? F : F + Math.sqrt((I - F) ** 2 + ($ - F) ** 2) / 4) : F = Math.sqrt(h.clientWidth ** 2 + h.clientHeight ** 2) / 2; + const T = (h.clientWidth - 2 * F) / 2 + "px", M = (h.clientHeight - 2 * F) / 2 + "px"; + return { radius: F, scale: H, x: b.center ? T : I - F + "px", y: b.center ? M : $ - F + "px", centerX: T, centerY: M }; }(e, t, n), y = 2 * i + "px"; a.className = "v-ripple__animation", a.style.width = y, a.style.height = y, t.appendChild(l); const f = window.getComputedStyle(t); - f && f.position === "static" && (t.style.position = "relative", t.dataset.previousPosition = "static"), a.classList.add("v-ripple__animation--enter"), a.classList.add("v-ripple__animation--visible"), go(a, `translate(${r}, ${o}) scale3d(${c},${c},${c})`), a.dataset.activated = String(performance.now()), setTimeout(() => { - a.classList.remove("v-ripple__animation--enter"), a.classList.add("v-ripple__animation--in"), go(a, `translate(${u}, ${m}) scale3d(1,1,1)`); + f && f.position === "static" && (t.style.position = "relative", t.dataset.previousPosition = "static"), a.classList.add("v-ripple__animation--enter"), a.classList.add("v-ripple__animation--visible"), ho(a, `translate(${r}, ${o}) scale3d(${c},${c},${c})`), a.dataset.activated = String(performance.now()), setTimeout(() => { + a.classList.remove("v-ripple__animation--enter"), a.classList.add("v-ripple__animation--in"), ho(a, `translate(${s}, ${m}) scale3d(1,1,1)`); }, 0); }, hide(e) { var i; @@ -1179,7 +1195,7 @@ const $t = { show(e, t) { }, 300); }, a); } }; -function fa(e) { +function ha(e) { return e === void 0 || !!e; } function et(e) { @@ -1189,164 +1205,167 @@ function et(e) { n._ripple.touched = !0, n._ripple.isTouch = !0; else if (n._ripple.isTouch) return; - if (t.center = n._ripple.centered || va(e), n._ripple.class && (t.class = n._ripple.class), sl(e)) { + if (t.center = n._ripple.centered || ga(e), n._ripple.class && (t.class = n._ripple.class), sl(e)) { if (n._ripple.showTimerCommit) return; n._ripple.showTimerCommit = () => { - $t.show(e, n, t); + Et.show(e, n, t); }, n._ripple.showTimer = window.setTimeout(() => { var l; (l = n == null ? void 0 : n._ripple) != null && l.showTimerCommit && (n._ripple.showTimerCommit(), n._ripple.showTimerCommit = null); - }, Mi); + }, Gi); } else - $t.show(e, n, t); + Et.show(e, n, t); } } -function ho(e) { +function bo(e) { e[rl] = !0; } -function Pe(e) { +function Te(e) { const t = e.currentTarget; if (t != null && t._ripple) { if (window.clearTimeout(t._ripple.showTimer), e.type === "touchend" && t._ripple.showTimerCommit) return t._ripple.showTimerCommit(), t._ripple.showTimerCommit = null, void (t._ripple.showTimer = window.setTimeout(() => { - Pe(e); + Te(e); })); window.setTimeout(() => { t._ripple && (t._ripple.touched = !1); - }), $t.hide(t); + }), Et.hide(t); } } -function ya(e) { +function ba(e) { const t = e.currentTarget; t != null && t._ripple && (t._ripple.showTimerCommit && (t._ripple.showTimerCommit = null), window.clearTimeout(t._ripple.showTimer)); } let nt = !1; -function ma(e) { +function Ca(e) { nt || e.keyCode !== jl.enter && e.keyCode !== jl.space || (nt = !0, et(e)); } -function ga(e) { - nt = !1, Pe(e); +function Ia(e) { + nt = !1, Te(e); } -function ha(e) { - nt && (nt = !1, Pe(e)); +function Sa(e) { + nt && (nt = !1, Te(e)); } -function bo(e, t, n) { - const { value: l, modifiers: a } = t, i = fa(l); - if (i || $t.hide(e), e._ripple = e._ripple ?? {}, e._ripple.enabled = i, e._ripple.centered = a.center, e._ripple.circle = a.circle, tl(l) && l.class && (e._ripple.class = l.class), i && !n) { +function Co(e, t, n) { + const { value: l, modifiers: a } = t, i = ha(l); + if (i || Et.hide(e), e._ripple = e._ripple ?? {}, e._ripple.enabled = i, e._ripple.centered = a.center, e._ripple.circle = a.circle, ll(l) && l.class && (e._ripple.class = l.class), i && !n) { if (a.stop) - return e.addEventListener("touchstart", ho, { passive: !0 }), void e.addEventListener("mousedown", ho); - e.addEventListener("touchstart", et, { passive: !0 }), e.addEventListener("touchend", Pe, { passive: !0 }), e.addEventListener("touchmove", ya, { passive: !0 }), e.addEventListener("touchcancel", Pe), e.addEventListener("mousedown", et), e.addEventListener("mouseup", Pe), e.addEventListener("mouseleave", Pe), e.addEventListener("keydown", ma), e.addEventListener("keyup", ga), e.addEventListener("blur", ha), e.addEventListener("dragstart", Pe, { passive: !0 }); + return e.addEventListener("touchstart", bo, { passive: !0 }), void e.addEventListener("mousedown", bo); + e.addEventListener("touchstart", et, { passive: !0 }), e.addEventListener("touchend", Te, { passive: !0 }), e.addEventListener("touchmove", ba, { passive: !0 }), e.addEventListener("touchcancel", Te), e.addEventListener("mousedown", et), e.addEventListener("mouseup", Te), e.addEventListener("mouseleave", Te), e.addEventListener("keydown", Ca), e.addEventListener("keyup", Ia), e.addEventListener("blur", Sa), e.addEventListener("dragstart", Te, { passive: !0 }); } else - !i && n && ba(e); + !i && n && xa(e); } -function ba(e) { - e.removeEventListener("mousedown", et), e.removeEventListener("touchstart", et), e.removeEventListener("touchend", Pe), e.removeEventListener("touchmove", ya), e.removeEventListener("touchcancel", Pe), e.removeEventListener("mouseup", Pe), e.removeEventListener("mouseleave", Pe), e.removeEventListener("keydown", ma), e.removeEventListener("keyup", ga), e.removeEventListener("dragstart", Pe), e.removeEventListener("blur", ha); +function xa(e) { + e.removeEventListener("mousedown", et), e.removeEventListener("touchstart", et), e.removeEventListener("touchend", Te), e.removeEventListener("touchmove", ba), e.removeEventListener("touchcancel", Te), e.removeEventListener("mouseup", Te), e.removeEventListener("mouseleave", Te), e.removeEventListener("keydown", Ca), e.removeEventListener("keyup", Ia), e.removeEventListener("dragstart", Te), e.removeEventListener("blur", Sa); } -const yt = { mounted: function(e, t) { - bo(e, t, !1); +const ft = { mounted: function(e, t) { + Co(e, t, !1); }, unmounted: function(e) { - delete e._ripple, ba(e); + delete e._ripple, xa(e); }, updated: function(e, t) { - t.value !== t.oldValue && bo(e, t, fa(t.oldValue)); -} }, Wi = H({ active: { type: Boolean, default: void 0 }, symbol: { type: null, default: sa }, flat: Boolean, icon: [Boolean, String, Function, Object], prependIcon: ce, appendIcon: ce, block: Boolean, stacked: Boolean, ripple: { type: [Boolean, Object], default: !0 }, text: String, ...Wn(), ...ie(), ...je(), ...gn(), ...Nn(), ...aa(), ...Tl(), ...$l(), ...da(), ...Je(), ...qt(), ...vt(), ...$e({ tag: "button" }), ...Ce(), ...an({ variant: "elevated" }) }, "VBtn"), ul = Q()({ name: "VBtn", directives: { Ripple: yt }, props: Wi(), emits: { "group:selected": (e) => !0 }, setup(e, t) { + t.value !== t.oldValue && Co(e, t, ha(t.oldValue)); +} }, qi = Y({ active: { type: Boolean, default: void 0 }, symbol: { type: null, default: pa }, flat: Boolean, icon: [Boolean, String, Function, Object], prependIcon: ce, appendIcon: ce, block: Boolean, slim: Boolean, stacked: Boolean, ripple: { type: [Boolean, Object], default: !0 }, text: String, ...Nn(), ...se(), ...He(), ...Cn(), ...Gn(), ...ua(), ...Tl(), ...$l(), ...ya(), ...Ze(), ...Ht(), ...pt(), ...ze({ tag: "button" }), ...Se(), ...rn({ variant: "elevated" }) }, "VBtn"), ul = Q()({ name: "VBtn", directives: { Ripple: ft }, props: qi(), emits: { "group:selected": (e) => !0 }, setup(e, t) { let { attrs: n, slots: l } = t; - const { themeClasses: a } = Ve(e), { borderClasses: i } = Rn(e), { colorClasses: c, colorStyles: r, variantClasses: o } = pt(e), { densityClasses: u } = Qe(e), { dimensionStyles: m } = hn(e), { elevationClasses: y } = jn(e), { loaderClasses: f } = jt(e), { locationStyles: p } = El(e), { positionClasses: g } = pa(e), { roundedClasses: b } = Ze(e), { sizeClasses: h, sizeStyles: I } = ft(e), A = ia(e, e.symbol, !1), k = Gt(e, n), M = v(() => { - var C; - return e.active !== void 0 ? e.active : k.isLink.value ? (C = k.isActive) == null ? void 0 : C.value : A == null ? void 0 : A.isSelected.value; - }), _ = v(() => (A == null ? void 0 : A.disabled.value) || e.disabled), T = v(() => e.variant === "elevated" && !(e.disabled || e.flat || e.border)), V = v(() => { + const { themeClasses: a } = _e(e), { borderClasses: i } = jn(e), { colorClasses: c, colorStyles: r, variantClasses: o } = dt(e), { densityClasses: s } = en(e), { dimensionStyles: m } = In(e), { elevationClasses: y } = qn(e), { loaderClasses: f } = Gt(e), { locationStyles: p } = El(e), { positionClasses: g } = ma(e), { roundedClasses: h } = Qe(e), { sizeClasses: b, sizeStyles: I } = vt(e), $ = ca(e, e.symbol, !1), F = qt(e, n), H = v(() => { + var x; + return e.active !== void 0 ? e.active : F.isLink.value ? (x = F.isActive) == null ? void 0 : x.value : $ == null ? void 0 : $.isSelected.value; + }), T = v(() => ($ == null ? void 0 : $.disabled.value) || e.disabled), M = v(() => e.variant === "elevated" && !(e.disabled || e.flat || e.border)), R = v(() => { if (e.value !== void 0) return Object(e.value) === e.value ? JSON.stringify(e.value, null, 0) : e.value; }); - function S(C) { - var D; - _.value || k.isLink.value && (C.metaKey || C.ctrlKey || C.shiftKey || C.button !== 0 || n.target === "_blank") || ((D = k.navigate) == null || D.call(k, C), A == null || A.toggle()); + function B(x) { + var E; + T.value || F.isLink.value && (x.metaKey || x.ctrlKey || x.shiftKey || x.button !== 0 || n.target === "_blank") || ((E = F.navigate) == null || E.call(F, x), $ == null || $.toggle()); } - return function(C, D) { + return function(x, E) { K(() => { - var w; - return (w = C.isActive) == null ? void 0 : w.value; - }, (w) => { - C.isLink.value && w && D && xe(() => { - D(!0); + var C; + return (C = x.isActive) == null ? void 0 : C.value; + }, (C) => { + x.isLink.value && C && E && Ie(() => { + E(!0); }); }, { immediate: !0 }); - }(k, A == null ? void 0 : A.select), le(() => { - var j, q; - const C = k.isLink.value ? "a" : e.tag, D = !(!e.prependIcon && !l.prepend), w = !(!e.appendIcon && !l.append), P = !(!e.icon || e.icon === !0), O = (A == null ? void 0 : A.isSelected.value) && (!k.isLink.value || ((j = k.isActive) == null ? void 0 : j.value)) || !A || ((q = k.isActive) == null ? void 0 : q.value); - return Be(d(C, { type: C === "a" ? void 0 : "button", class: ["v-btn", A == null ? void 0 : A.selectedClass.value, { "v-btn--active": M.value, "v-btn--block": e.block, "v-btn--disabled": _.value, "v-btn--elevated": T.value, "v-btn--flat": e.flat, "v-btn--icon": !!e.icon, "v-btn--loading": e.loading, "v-btn--stacked": e.stacked }, a.value, i.value, O ? c.value : void 0, u.value, y.value, f.value, g.value, b.value, h.value, o.value, e.class], style: [O ? r.value : void 0, m.value, p.value, I.value, e.style], disabled: _.value || void 0, href: k.href.value, onClick: S, value: V.value }, { default: () => { - var x; - return [dt(!0, "v-btn"), !e.icon && D && d("span", { key: "prepend", class: "v-btn__prepend" }, [l.prepend ? d(Se, { key: "prepend-defaults", disabled: !e.prependIcon, defaults: { VIcon: { icon: e.prependIcon } } }, l.prepend) : d(de, { key: "prepend-icon", icon: e.prependIcon }, null)]), d("span", { class: "v-btn__content", "data-no-activator": "" }, [!l.default && P ? d(de, { key: "content-icon", icon: e.icon }, null) : d(Se, { key: "content-defaults", disabled: !P, defaults: { VIcon: { icon: e.icon } } }, { default: () => { - var E; - return [((E = l.default) == null ? void 0 : E.call(l)) ?? e.text]; - } })]), !e.icon && w && d("span", { key: "append", class: "v-btn__append" }, [l.append ? d(Se, { key: "append-defaults", disabled: !e.appendIcon, defaults: { VIcon: { icon: e.appendIcon } } }, l.append) : d(de, { key: "append-icon", icon: e.appendIcon }, null)]), !!e.loading && d("span", { key: "loader", class: "v-btn__loader" }, [((x = l.loader) == null ? void 0 : x.call(l)) ?? d(ca, { color: typeof e.loading == "boolean" ? void 0 : e.loading, indeterminate: !0, size: "23", width: "2" }, null)])]; - } }), [[Xe("ripple"), !_.value && e.ripple, null]]); + }(F, $ == null ? void 0 : $.select), oe(() => { + var j, G; + const x = F.isLink.value ? "a" : e.tag, E = !(!e.prependIcon && !l.prepend), C = !(!e.appendIcon && !l.append), V = !(!e.icon || e.icon === !0), A = ($ == null ? void 0 : $.isSelected.value) && (!F.isLink.value || ((j = F.isActive) == null ? void 0 : j.value)) || !$ || ((G = F.isActive) == null ? void 0 : G.value); + return we(d(x, { type: x === "a" ? void 0 : "button", class: ["v-btn", $ == null ? void 0 : $.selectedClass.value, { "v-btn--active": H.value, "v-btn--block": e.block, "v-btn--disabled": T.value, "v-btn--elevated": M.value, "v-btn--flat": e.flat, "v-btn--icon": !!e.icon, "v-btn--loading": e.loading, "v-btn--slim": e.slim, "v-btn--stacked": e.stacked }, a.value, i.value, A ? c.value : void 0, s.value, y.value, f.value, g.value, h.value, b.value, o.value, e.class], style: [A ? r.value : void 0, m.value, p.value, I.value, e.style], disabled: T.value || void 0, href: F.href.value, onClick: B, value: R.value }, { default: () => { + var k; + return [ct(!0, "v-btn"), !e.icon && E && d("span", { key: "prepend", class: "v-btn__prepend" }, [l.prepend ? d(ke, { key: "prepend-defaults", disabled: !e.prependIcon, defaults: { VIcon: { icon: e.prependIcon } } }, l.prepend) : d(de, { key: "prepend-icon", icon: e.prependIcon }, null)]), d("span", { class: "v-btn__content", "data-no-activator": "" }, [!l.default && V ? d(de, { key: "content-icon", icon: e.icon }, null) : d(ke, { key: "content-defaults", disabled: !V, defaults: { VIcon: { icon: e.icon } } }, { default: () => { + var w; + return [((w = l.default) == null ? void 0 : w.call(l)) ?? e.text]; + } })]), !e.icon && C && d("span", { key: "append", class: "v-btn__append" }, [l.append ? d(ke, { key: "append-defaults", disabled: !e.appendIcon, defaults: { VIcon: { icon: e.appendIcon } } }, l.append) : d(de, { key: "append-icon", icon: e.appendIcon }, null)]), !!e.loading && d("span", { key: "loader", class: "v-btn__loader" }, [((k = l.loader) == null ? void 0 : k.call(l)) ?? d(fa, { color: typeof e.loading == "boolean" ? void 0 : e.loading, indeterminate: !0, size: "23", width: "2" }, null)])]; + } }), [[Je("ripple"), !T.value && e.ripple, null]]); }), {}; -} }), Ri = H({ text: String, clickable: Boolean, ...ie(), ...Ce() }, "VLabel"), Ca = Q()({ name: "VLabel", props: Ri(), setup(e, t) { +} }), Hi = Y({ text: String, clickable: Boolean, ...se(), ...Se() }, "VLabel"), Ba = Q()({ name: "VLabel", props: Hi(), setup(e, t) { let { slots: n } = t; - return le(() => { + return oe(() => { var l; return d("label", { class: ["v-label", { "v-label--clickable": e.clickable }, e.class], style: e.style }, [e.text, (l = n.default) == null ? void 0 : l.call(n)]); }), {}; -} }), Ia = Symbol.for("vuetify:selection-control-group"), Sa = H({ color: String, disabled: { type: Boolean, default: null }, defaultsTarget: String, error: Boolean, id: String, inline: Boolean, falseIcon: ce, trueIcon: ce, ripple: { type: Boolean, default: !0 }, multiple: { type: Boolean, default: null }, name: String, readonly: Boolean, modelValue: null, type: String, valueComparator: { type: Function, default: at }, ...ie(), ...je(), ...Ce() }, "SelectionControlGroup"), Ni = H({ ...Sa({ defaultsTarget: "VSelectionControl" }) }, "VSelectionControlGroup"); -Q()({ name: "VSelectionControlGroup", props: Ni(), emits: { "update:modelValue": (e) => !0 }, setup(e, t) { +} }), ka = Symbol.for("vuetify:selection-control-group"), wa = Y({ color: String, disabled: { type: Boolean, default: null }, defaultsTarget: String, error: Boolean, id: String, inline: Boolean, falseIcon: ce, trueIcon: ce, ripple: { type: Boolean, default: !0 }, multiple: { type: Boolean, default: null }, name: String, readonly: Boolean, modelValue: null, type: String, valueComparator: { type: Function, default: at }, ...se(), ...He(), ...Se() }, "SelectionControlGroup"), Ui = Y({ ...wa({ defaultsTarget: "VSelectionControl" }) }, "VSelectionControlGroup"); +Q()({ name: "VSelectionControlGroup", props: Ui(), emits: { "update:modelValue": (e) => !0 }, setup(e, t) { let { slots: n } = t; - const l = me(e, "modelValue"), a = Le(), i = v(() => e.id || `v-selection-control-group-${a}`), c = v(() => e.name || i.value), r = /* @__PURE__ */ new Set(); - return Te(Ia, { modelValue: l, forceUpdate: () => { + const l = me(e, "modelValue"), a = We(), i = v(() => e.id || `v-selection-control-group-${a}`), c = v(() => e.name || i.value), r = /* @__PURE__ */ new Set(); + return De(ka, { modelValue: l, forceUpdate: () => { r.forEach((o) => o()); }, onForceUpdate: (o) => { - r.add(o), we(() => { + r.add(o), Be(() => { r.delete(o); }); - } }), Mn({ [e.defaultsTarget]: { color: ne(e, "color"), disabled: ne(e, "disabled"), density: ne(e, "density"), error: ne(e, "error"), inline: ne(e, "inline"), modelValue: l, multiple: v(() => !!e.multiple || e.multiple == null && Array.isArray(l.value)), name: c, falseIcon: ne(e, "falseIcon"), trueIcon: ne(e, "trueIcon"), readonly: ne(e, "readonly"), ripple: ne(e, "ripple"), type: ne(e, "type"), valueComparator: ne(e, "valueComparator") } }), le(() => { + } }), Rn({ [e.defaultsTarget]: { color: ne(e, "color"), disabled: ne(e, "disabled"), density: ne(e, "density"), error: ne(e, "error"), inline: ne(e, "inline"), modelValue: l, multiple: v(() => !!e.multiple || e.multiple == null && Array.isArray(l.value)), name: c, falseIcon: ne(e, "falseIcon"), trueIcon: ne(e, "trueIcon"), readonly: ne(e, "readonly"), ripple: ne(e, "ripple"), type: ne(e, "type"), valueComparator: ne(e, "valueComparator") } }), oe(() => { var o; return d("div", { class: ["v-selection-control-group", { "v-selection-control-group--inline": e.inline }, e.class], style: e.style, role: e.type === "radio" ? "radiogroup" : void 0 }, [(o = n.default) == null ? void 0 : o.call(n)]); }), {}; } }); -const Dl = H({ label: String, trueValue: null, falseValue: null, value: null, ...ie(), ...Sa() }, "VSelectionControl"), Et = Q()({ name: "VSelectionControl", directives: { Ripple: yt }, inheritAttrs: !1, props: Dl(), emits: { "update:modelValue": (e) => !0 }, setup(e, t) { +const Dl = Y({ label: String, baseColor: String, trueValue: null, falseValue: null, value: null, ...se(), ...wa() }, "VSelectionControl"), Tt = Q()({ name: "VSelectionControl", directives: { Ripple: ft }, inheritAttrs: !1, props: Dl(), emits: { "update:modelValue": (e) => !0 }, setup(e, t) { let { attrs: n, slots: l } = t; - const { group: a, densityClasses: i, icon: c, model: r, textColorClasses: o, textColorStyles: u, backgroundColorClasses: m, backgroundColorStyles: y, trueValue: f } = function(_) { - const T = ve(Ia, void 0), { densityClasses: V } = Qe(_), S = me(_, "modelValue"), C = v(() => _.trueValue !== void 0 ? _.trueValue : _.value === void 0 || _.value), D = v(() => _.falseValue !== void 0 && _.falseValue), w = v(() => !!_.multiple || _.multiple == null && Array.isArray(S.value)), P = v({ get() { - const L = T ? T.modelValue.value : S.value; - return w.value ? L.some((N) => _.valueComparator(N, C.value)) : _.valueComparator(L, C.value); - }, set(L) { - if (_.readonly) + const { group: a, densityClasses: i, icon: c, model: r, textColorClasses: o, textColorStyles: s, backgroundColorClasses: m, backgroundColorStyles: y, trueValue: f } = function(T) { + const M = ve(ka, void 0), { densityClasses: R } = en(T), B = me(T, "modelValue"), x = v(() => T.trueValue !== void 0 ? T.trueValue : T.value === void 0 || T.value), E = v(() => T.falseValue !== void 0 && T.falseValue), C = v(() => !!T.multiple || T.multiple == null && Array.isArray(B.value)), V = v({ get() { + const _ = M ? M.modelValue.value : B.value; + return C.value ? _.some((D) => T.valueComparator(D, x.value)) : T.valueComparator(_, x.value); + }, set(_) { + if (T.readonly) return; - const N = L ? C.value : D.value; - let G = N; - w.value && (G = L ? [...tn(S.value), N] : tn(S.value).filter(($) => !_.valueComparator($, C.value))), T ? T.modelValue.value = G : S.value = G; - } }), { textColorClasses: O, textColorStyles: j } = Ye(v(() => !P.value || _.error || _.disabled ? void 0 : _.color)), { backgroundColorClasses: q, backgroundColorStyles: x } = Tn(v(() => !P.value || _.error || _.disabled ? void 0 : _.color)), E = v(() => P.value ? _.trueIcon : _.falseIcon); - return { group: T, densityClasses: V, trueValue: C, falseValue: D, model: P, textColorClasses: O, textColorStyles: j, backgroundColorClasses: q, backgroundColorStyles: x, icon: E }; - }(e), p = Le(), g = v(() => e.id || `input-${p}`), b = ue(!1), h = ue(!1), I = R(); - function A(_) { - b.value = !0, Vt(_.target, ":focus-visible") !== !1 && (h.value = !0); - } - function k() { - b.value = !1, h.value = !1; - } - function M(_) { - e.readonly && a && xe(() => a.forceUpdate()), r.value = _.target.checked; + const D = _ ? x.value : E.value; + let W = D; + C.value && (W = _ ? [...ln(B.value), D] : ln(B.value).filter((O) => !T.valueComparator(O, x.value))), M ? M.modelValue.value = W : B.value = W; + } }), { textColorClasses: A, textColorStyles: j } = Ke(v(() => { + if (!T.error && !T.disabled) + return V.value ? T.color : T.baseColor; + })), { backgroundColorClasses: G, backgroundColorStyles: k } = Dn(v(() => !V.value || T.error || T.disabled ? void 0 : T.color)), w = v(() => V.value ? T.trueIcon : T.falseIcon); + return { group: M, densityClasses: R, trueValue: x, falseValue: E, model: V, textColorClasses: A, textColorStyles: j, backgroundColorClasses: G, backgroundColorStyles: k, icon: w }; + }(e), p = We(), g = v(() => e.id || `input-${p}`), h = re(!1), b = re(!1), I = N(); + function $(T) { + h.value = !0, At(T.target, ":focus-visible") !== !1 && (b.value = !0); + } + function F() { + h.value = !1, b.value = !1; + } + function H(T) { + e.readonly && a && Ie(() => a.forceUpdate()), r.value = T.target.checked; } return a == null || a.onForceUpdate(() => { I.value && (I.value.checked = r.value); - }), le(() => { - var C, D; - const _ = l.label ? l.label({ label: e.label, props: { for: g.value } }) : e.label, [T, V] = rt(n), S = d("input", Z({ ref: I, checked: r.value, disabled: !(!e.readonly && !e.disabled), id: g.value, onBlur: k, onFocus: A, onInput: M, "aria-disabled": !(!e.readonly && !e.disabled), type: e.type, value: f.value, name: e.name, "aria-checked": e.type === "checkbox" ? r.value : void 0 }, V), null); - return d("div", Z({ class: ["v-selection-control", { "v-selection-control--dirty": r.value, "v-selection-control--disabled": e.disabled, "v-selection-control--error": e.error, "v-selection-control--focused": b.value, "v-selection-control--focus-visible": h.value, "v-selection-control--inline": e.inline }, i.value, e.class] }, T, { style: e.style }), [d("div", { class: ["v-selection-control__wrapper", o.value], style: u.value }, [(C = l.default) == null ? void 0 : C.call(l, { backgroundColorClasses: m, backgroundColorStyles: y }), Be(d("div", { class: ["v-selection-control__input"] }, [((D = l.input) == null ? void 0 : D.call(l, { model: r, textColorClasses: o, textColorStyles: u, backgroundColorClasses: m, backgroundColorStyles: y, inputNode: S, icon: c.value, props: { onFocus: A, onBlur: k, id: g.value } })) ?? d(fe, null, [c.value && d(de, { key: "icon", icon: c.value }, null), S])]), [[Xe("ripple"), e.ripple && [!e.disabled && !e.readonly, null, ["center", "circle"]]]])]), _ && d(Ca, { for: g.value, clickable: !0, onClick: (w) => w.stopPropagation() }, { default: () => [_] })]); - }), { isFocused: b, input: I }; -} }), xa = H({ indeterminate: Boolean, indeterminateIcon: { type: ce, default: "$checkboxIndeterminate" }, ...Dl({ falseIcon: "$checkboxOff", trueIcon: "$checkboxOn" }) }, "VCheckboxBtn"), cl = Q()({ name: "VCheckboxBtn", props: xa(), emits: { "update:modelValue": (e) => !0, "update:indeterminate": (e) => !0 }, setup(e, t) { + }), oe(() => { + var x, E; + const T = l.label ? l.label({ label: e.label, props: { for: g.value } }) : e.label, [M, R] = it(n), B = d("input", Z({ ref: I, checked: r.value, disabled: !(!e.readonly && !e.disabled), id: g.value, onBlur: F, onFocus: $, onInput: H, "aria-disabled": !(!e.readonly && !e.disabled), type: e.type, value: f.value, name: e.name, "aria-checked": e.type === "checkbox" ? r.value : void 0 }, R), null); + return d("div", Z({ class: ["v-selection-control", { "v-selection-control--dirty": r.value, "v-selection-control--disabled": e.disabled, "v-selection-control--error": e.error, "v-selection-control--focused": h.value, "v-selection-control--focus-visible": b.value, "v-selection-control--inline": e.inline }, i.value, e.class] }, M, { style: e.style }), [d("div", { class: ["v-selection-control__wrapper", o.value], style: s.value }, [(x = l.default) == null ? void 0 : x.call(l, { backgroundColorClasses: m, backgroundColorStyles: y }), we(d("div", { class: ["v-selection-control__input"] }, [((E = l.input) == null ? void 0 : E.call(l, { model: r, textColorClasses: o, textColorStyles: s, backgroundColorClasses: m, backgroundColorStyles: y, inputNode: B, icon: c.value, props: { onFocus: $, onBlur: F, id: g.value } })) ?? d(fe, null, [c.value && d(de, { key: "icon", icon: c.value }, null), B])]), [[Je("ripple"), e.ripple && [!e.disabled && !e.readonly, null, ["center", "circle"]]]])]), T && d(Ba, { for: g.value, clickable: !0, onClick: (C) => C.stopPropagation() }, { default: () => [T] })]); + }), { isFocused: h, input: I }; +} }), Fa = Y({ indeterminate: Boolean, indeterminateIcon: { type: ce, default: "$checkboxIndeterminate" }, ...Dl({ falseIcon: "$checkboxOff", trueIcon: "$checkboxOn" }) }, "VCheckboxBtn"), cl = Q()({ name: "VCheckboxBtn", props: Fa(), emits: { "update:modelValue": (e) => !0, "update:indeterminate": (e) => !0 }, setup(e, t) { let { slots: n } = t; const l = me(e, "indeterminate"), a = me(e, "modelValue"); function i(o) { l.value && (l.value = !1); } const c = v(() => l.value ? e.indeterminateIcon : e.falseIcon), r = v(() => l.value ? e.indeterminateIcon : e.trueIcon); - return le(() => { - const o = it(Et.filterProps(e)[0], ["modelValue"]); - return d(Et, Z(o, { modelValue: a.value, "onUpdate:modelValue": [(u) => a.value = u, i], class: ["v-checkbox-btn", e.class], style: e.style, type: "checkbox", falseIcon: c.value, trueIcon: r.value, "aria-checked": l.value ? "mixed" : void 0 }), n); + return oe(() => { + const o = bn(Tt.filterProps(e), ["modelValue"]); + return d(Tt, Z(o, { modelValue: a.value, "onUpdate:modelValue": [(s) => a.value = s, i], class: ["v-checkbox-btn", e.class], style: e.style, type: "checkbox", falseIcon: c.value, trueIcon: r.value, "aria-checked": l.value ? "mixed" : void 0 }), n); }), {}; } }); -function Ba(e) { +function Va(e) { const { t } = _l(); return { InputIcon: function(n) { let { name: l } = n; @@ -1354,13 +1373,13 @@ function Ba(e) { return d(de, { icon: e[`${l}Icon`], "aria-label": c, onClick: i }, null); } }; } -const ji = H({ active: Boolean, color: String, messages: { type: [Array, String], default: () => [] }, ...ie(), ...ct({ transition: { component: Qo, leaveAbsolute: !0, group: !0 } }) }, "VMessages"), Gi = Q()({ name: "VMessages", props: ji(), setup(e, t) { +const Yi = Y({ active: Boolean, color: String, messages: { type: [Array, String], default: () => [] }, ...se(), ...ut({ transition: { component: la, leaveAbsolute: !0, group: !0 } }) }, "VMessages"), Xi = Q()({ name: "VMessages", props: Yi(), setup(e, t) { let { slots: n } = t; - const l = v(() => tn(e.messages)), { textColorClasses: a, textColorStyles: i } = Ye(v(() => e.color)); - return le(() => d(en, { transition: e.transition, tag: "div", class: ["v-messages", a.value, e.class], style: [i.value, e.style], role: "alert", "aria-live": "polite" }, { default: () => [e.active && l.value.map((c, r) => d("div", { class: "v-messages__message", key: `${r}-${l.value}` }, [n.message ? n.message({ message: c }) : c]))] })), {}; -} }), ka = H({ focused: Boolean, "onUpdate:focused": Ne() }, "focus"); -function mt(e) { - let t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : Ke(); + const l = v(() => ln(e.messages)), { textColorClasses: a, textColorStyles: i } = Ke(v(() => e.color)); + return oe(() => d(nn, { transition: e.transition, tag: "div", class: ["v-messages", a.value, e.class], style: [i.value, e.style], role: "alert", "aria-live": "polite" }, { default: () => [e.active && l.value.map((c, r) => d("div", { class: "v-messages__message", key: `${r}-${l.value}` }, [n.message ? n.message({ message: c }) : c]))] })), {}; +} }), Aa = Y({ focused: Boolean, "onUpdate:focused": je() }, "focus"); +function yt(e) { + let t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : qe(); const n = me(e, "focused"); return { focusClasses: v(() => ({ [`${t}--focused`]: n.value })), isFocused: n, focus: function() { n.value = !0; @@ -1368,132 +1387,132 @@ function mt(e) { n.value = !1; } }; } -const qi = Symbol.for("vuetify:form"); -function wa() { - return ve(qi, null); +const Ki = Symbol.for("vuetify:form"); +function _a() { + return ve(Ki, null); } -const Hi = H({ disabled: { type: Boolean, default: null }, error: Boolean, errorMessages: { type: [Array, String], default: () => [] }, maxErrors: { type: [Number, String], default: 1 }, name: String, label: String, readonly: { type: Boolean, default: null }, rules: { type: Array, default: () => [] }, modelValue: null, validateOn: String, validationValue: null, ...ka() }, "validation"), gt = H({ id: String, appendIcon: ce, centerAffix: { type: Boolean, default: !0 }, prependIcon: ce, hideDetails: [Boolean, String], hint: String, persistentHint: Boolean, messages: { type: [Array, String], default: () => [] }, direction: { type: String, default: "horizontal", validator: (e) => ["horizontal", "vertical"].includes(e) }, "onClick:prepend": Ne(), "onClick:append": Ne(), ...ie(), ...je(), ...Hi() }, "VInput"), ln = Q()({ name: "VInput", props: { ...gt() }, emits: { "update:modelValue": (e) => !0 }, setup(e, t) { +const Ji = Y({ disabled: { type: Boolean, default: null }, error: Boolean, errorMessages: { type: [Array, String], default: () => [] }, maxErrors: { type: [Number, String], default: 1 }, name: String, label: String, readonly: { type: Boolean, default: null }, rules: { type: Array, default: () => [] }, modelValue: null, validateOn: String, validationValue: null, ...Aa() }, "validation"), mt = Y({ id: String, appendIcon: ce, centerAffix: { type: Boolean, default: !0 }, prependIcon: ce, hideDetails: [Boolean, String], hideSpinButtons: Boolean, hint: String, persistentHint: Boolean, messages: { type: [Array, String], default: () => [] }, direction: { type: String, default: "horizontal", validator: (e) => ["horizontal", "vertical"].includes(e) }, "onClick:prepend": je(), "onClick:append": je(), ...se(), ...He(), ...Ji() }, "VInput"), on = Q()({ name: "VInput", props: { ...mt() }, emits: { "update:modelValue": (e) => !0 }, setup(e, t) { let { attrs: n, slots: l, emit: a } = t; - const { densityClasses: i } = Qe(e), { rtlClasses: c } = ut(), { InputIcon: r } = Ba(e), o = Le(), u = v(() => e.id || `input-${o}`), m = v(() => `${u.value}-messages`), { errorMessages: y, isDirty: f, isDisabled: p, isReadonly: g, isPristine: b, isValid: h, isValidating: I, reset: A, resetValidation: k, validate: M, validationClasses: _ } = function(S) { - let C = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : Ke(), D = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : Le(); - const w = me(S, "modelValue"), P = v(() => S.validationValue === void 0 ? w.value : S.validationValue), O = wa(), j = R([]), q = ue(!0), x = v(() => !(!tn(w.value === "" ? null : w.value).length && !tn(P.value === "" ? null : P.value).length)), E = v(() => !!(S.disabled ?? (O == null ? void 0 : O.isDisabled.value))), L = v(() => !!(S.readonly ?? (O == null ? void 0 : O.isReadonly.value))), N = v(() => { - var Y; - return (Y = S.errorMessages) != null && Y.length ? tn(S.errorMessages).slice(0, Math.max(0, +S.maxErrors)) : j.value; - }), G = v(() => { - let Y = (S.validateOn ?? (O == null ? void 0 : O.validateOn.value)) || "input"; - Y === "lazy" && (Y = "input lazy"); - const re = new Set((Y == null ? void 0 : Y.split(" ")) ?? []); - return { blur: re.has("blur") || re.has("input"), input: re.has("input"), submit: re.has("submit"), lazy: re.has("lazy") }; - }), $ = v(() => { - var Y; - return !S.error && !((Y = S.errorMessages) != null && Y.length) && (!S.rules.length || (q.value ? !j.value.length && !G.value.lazy || null : !j.value.length)); - }), B = ue(!1), W = v(() => ({ [`${C}--error`]: $.value === !1, [`${C}--dirty`]: x.value, [`${C}--disabled`]: E.value, [`${C}--readonly`]: L.value })), F = v(() => S.name ?? s(D)); - function z() { - w.value = null, xe(U); + const { densityClasses: i } = en(e), { rtlClasses: c } = st(), { InputIcon: r } = Va(e), o = We(), s = v(() => e.id || `input-${o}`), m = v(() => `${s.value}-messages`), { errorMessages: y, isDirty: f, isDisabled: p, isReadonly: g, isPristine: h, isValid: b, isValidating: I, reset: $, resetValidation: F, validate: H, validationClasses: T } = function(B) { + let x = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : qe(), E = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : We(); + const C = me(B, "modelValue"), V = v(() => B.validationValue === void 0 ? C.value : B.validationValue), A = _a(), j = N([]), G = re(!0), k = v(() => !(!ln(C.value === "" ? null : C.value).length && !ln(V.value === "" ? null : V.value).length)), w = v(() => !!(B.disabled ?? (A == null ? void 0 : A.isDisabled.value))), _ = v(() => !!(B.readonly ?? (A == null ? void 0 : A.isReadonly.value))), D = v(() => { + var X; + return (X = B.errorMessages) != null && X.length ? ln(B.errorMessages).concat(j.value).slice(0, Math.max(0, +B.maxErrors)) : j.value; + }), W = v(() => { + let X = (B.validateOn ?? (A == null ? void 0 : A.validateOn.value)) || "input"; + X === "lazy" && (X = "input lazy"); + const le = new Set((X == null ? void 0 : X.split(" ")) ?? []); + return { blur: le.has("blur") || le.has("input"), input: le.has("input"), submit: le.has("submit"), lazy: le.has("lazy") }; + }), O = v(() => { + var X; + return !B.error && !((X = B.errorMessages) != null && X.length) && (!B.rules.length || (G.value ? !j.value.length && !W.value.lazy || null : !j.value.length)); + }), L = re(!1), U = v(() => ({ [`${x}--error`]: O.value === !1, [`${x}--dirty`]: k.value, [`${x}--disabled`]: w.value, [`${x}--readonly`]: _.value })), S = v(() => B.name ?? u(E)); + function P() { + C.value = null, Ie(z); } - function U() { - q.value = !0, G.value.lazy ? j.value = [] : J(!0); + function z() { + G.value = !0, W.value.lazy ? j.value = [] : q(!0); } - async function J() { - let Y = arguments.length > 0 && arguments[0] !== void 0 && arguments[0]; - const re = []; - B.value = !0; - for (const Ae of S.rules) { - if (re.length >= +(S.maxErrors ?? 1)) + async function q() { + let X = arguments.length > 0 && arguments[0] !== void 0 && arguments[0]; + const le = []; + L.value = !0; + for (const be of B.rules) { + if (le.length >= +(B.maxErrors ?? 1)) break; - const Gn = typeof Ae == "function" ? Ae : () => Ae, We = await Gn(P.value); - We !== !0 && (We === !1 || typeof We == "string" ? re.push(We || "") : console.warn(`${We} is not a valid value. Rule functions must return boolean true or a string.`)); + const Ve = typeof be == "function" ? be : () => be, Oe = await Ve(V.value); + Oe !== !0 && (Oe === !1 || typeof Oe == "string" ? le.push(Oe || "") : console.warn(`${Oe} is not a valid value. Rule functions must return boolean true or a string.`)); } - return j.value = re, B.value = !1, q.value = Y, j.value; + return j.value = le, L.value = !1, G.value = X, j.value; } - return To(() => { - O == null || O.register({ id: F.value, validate: J, reset: z, resetValidation: U }); - }), on(() => { - O == null || O.unregister(F.value); - }), Ln(async () => { - G.value.lazy || await J(!0), O == null || O.update(F.value, $.value, N.value); - }), pn(() => G.value.input, () => { - K(P, () => { - if (P.value != null) - J(); - else if (S.focused) { - const Y = K(() => S.focused, (re) => { - re || J(), Y(); + return Do(() => { + A == null || A.register({ id: S.value, validate: q, reset: P, resetValidation: z }); + }), an(() => { + A == null || A.unregister(S.value); + }), Wn(async () => { + W.value.lazy || await q(!0), A == null || A.update(S.value, O.value, D.value); + }), fn(() => W.value.input, () => { + K(V, () => { + if (V.value != null) + q(); + else if (B.focused) { + const X = K(() => B.focused, (le) => { + le || q(), X(); }); } }); - }), pn(() => G.value.blur, () => { - K(() => S.focused, (Y) => { - Y || J(); + }), fn(() => W.value.blur, () => { + K(() => B.focused, (X) => { + X || q(); }); - }), K($, () => { - O == null || O.update(F.value, $.value, N.value); - }), { errorMessages: N, isDirty: x, isDisabled: E, isReadonly: L, isPristine: q, isValid: $, isValidating: B, reset: z, resetValidation: U, validate: J, validationClasses: W }; - }(e, "v-input", u), T = v(() => ({ id: u, messagesId: m, isDirty: f, isDisabled: p, isReadonly: g, isPristine: b, isValid: h, isValidating: I, reset: A, resetValidation: k, validate: M })), V = v(() => { - var S; - return (S = e.errorMessages) != null && S.length || !b.value && y.value.length ? y.value : e.hint && (e.persistentHint || e.focused) ? e.hint : e.messages; + }), K(O, () => { + A == null || A.update(S.value, O.value, D.value); + }), { errorMessages: D, isDirty: k, isDisabled: w, isReadonly: _, isPristine: G, isValid: O, isValidating: L, reset: P, resetValidation: z, validate: q, validationClasses: U }; + }(e, "v-input", s), M = v(() => ({ id: s, messagesId: m, isDirty: f, isDisabled: p, isReadonly: g, isPristine: h, isValid: b, isValidating: I, reset: $, resetValidation: F, validate: H })), R = v(() => { + var B; + return (B = e.errorMessages) != null && B.length || !h.value && y.value.length ? y.value : e.hint && (e.persistentHint || e.focused) ? e.hint : e.messages; }); - return le(() => { - var P, O, j, q; - const S = !(!l.prepend && !e.prependIcon), C = !(!l.append && !e.appendIcon), D = V.value.length > 0, w = !e.hideDetails || e.hideDetails === "auto" && (D || !!l.details); - return d("div", { class: ["v-input", `v-input--${e.direction}`, { "v-input--center-affix": e.centerAffix }, i.value, c.value, _.value, e.class], style: e.style }, [S && d("div", { key: "prepend", class: "v-input__prepend" }, [(P = l.prepend) == null ? void 0 : P.call(l, T.value), e.prependIcon && d(r, { key: "prepend-icon", name: "prepend" }, null)]), l.default && d("div", { class: "v-input__control" }, [(O = l.default) == null ? void 0 : O.call(l, T.value)]), C && d("div", { key: "append", class: "v-input__append" }, [e.appendIcon && d(r, { key: "append-icon", name: "append" }, null), (j = l.append) == null ? void 0 : j.call(l, T.value)]), w && d("div", { class: "v-input__details" }, [d(Gi, { id: m.value, active: D, messages: V.value }, { message: l.message }), (q = l.details) == null ? void 0 : q.call(l, T.value)])]); - }), { reset: A, resetValidation: k, validate: M }; -} }), Ui = H({ ...gt(), ...it(xa(), ["inline"]) }, "VCheckbox"), Yi = Q()({ name: "VCheckbox", inheritAttrs: !1, props: Ui(), emits: { "update:modelValue": (e) => !0, "update:focused": (e) => !0 }, setup(e, t) { + return oe(() => { + var V, A, j, G; + const B = !(!l.prepend && !e.prependIcon), x = !(!l.append && !e.appendIcon), E = R.value.length > 0, C = !e.hideDetails || e.hideDetails === "auto" && (E || !!l.details); + return d("div", { class: ["v-input", `v-input--${e.direction}`, { "v-input--center-affix": e.centerAffix, "v-input--hide-spin-buttons": e.hideSpinButtons }, i.value, c.value, T.value, e.class], style: e.style }, [B && d("div", { key: "prepend", class: "v-input__prepend" }, [(V = l.prepend) == null ? void 0 : V.call(l, M.value), e.prependIcon && d(r, { key: "prepend-icon", name: "prepend" }, null)]), l.default && d("div", { class: "v-input__control" }, [(A = l.default) == null ? void 0 : A.call(l, M.value)]), x && d("div", { key: "append", class: "v-input__append" }, [e.appendIcon && d(r, { key: "append-icon", name: "append" }, null), (j = l.append) == null ? void 0 : j.call(l, M.value)]), C && d("div", { class: "v-input__details" }, [d(Xi, { id: m.value, active: E, messages: R.value }, { message: l.message }), (G = l.details) == null ? void 0 : G.call(l, M.value)])]); + }), { reset: $, resetValidation: F, validate: H, isValid: b, errorMessages: y }; +} }), Zi = Y({ ...mt(), ...bn(Fa(), ["inline"]) }, "VCheckbox"), Qi = Q()({ name: "VCheckbox", inheritAttrs: !1, props: Zi(), emits: { "update:modelValue": (e) => !0, "update:focused": (e) => !0 }, setup(e, t) { let { attrs: n, slots: l } = t; - const a = me(e, "modelValue"), { isFocused: i, focus: c, blur: r } = mt(e), o = Le(), u = v(() => e.id || `checkbox-${o}`); - return le(() => { - const [m, y] = rt(n), [f, p] = ln.filterProps(e), [g, b] = cl.filterProps(e); - return d(ln, Z({ class: ["v-checkbox", e.class] }, m, f, { modelValue: a.value, "onUpdate:modelValue": (h) => a.value = h, id: u.value, focused: i.value, style: e.style }), { ...l, default: (h) => { - let { id: I, messagesId: A, isDisabled: k, isReadonly: M } = h; - return d(cl, Z(g, { id: I.value, "aria-describedby": A.value, disabled: k.value, readonly: M.value }, y, { modelValue: a.value, "onUpdate:modelValue": (_) => a.value = _, onFocus: c, onBlur: r }), l); + const a = me(e, "modelValue"), { isFocused: i, focus: c, blur: r } = yt(e), o = We(), s = v(() => e.id || `checkbox-${o}`); + return oe(() => { + const [m, y] = it(n), f = on.filterProps(e), p = cl.filterProps(e); + return d(on, Z({ class: ["v-checkbox", e.class] }, m, f, { modelValue: a.value, "onUpdate:modelValue": (g) => a.value = g, id: s.value, focused: i.value, style: e.style }), { ...l, default: (g) => { + let { id: h, messagesId: b, isDisabled: I, isReadonly: $ } = g; + return d(cl, Z(p, { id: h.value, "aria-describedby": b.value, disabled: I.value, readonly: $.value }, y, { modelValue: a.value, "onUpdate:modelValue": (F) => a.value = F, onFocus: c, onBlur: r }), l); } }); }), {}; -} }), Xi = H({ start: Boolean, end: Boolean, icon: ce, image: String, ...ie(), ...je(), ...Je(), ...vt(), ...$e(), ...Ce(), ...an({ variant: "flat" }) }, "VAvatar"), zn = Q()({ name: "VAvatar", props: Xi(), setup(e, t) { +} }), er = Y({ start: Boolean, end: Boolean, icon: ce, image: String, text: String, ...se(), ...He(), ...Ze(), ...pt(), ...ze(), ...Se(), ...rn({ variant: "flat" }) }, "VAvatar"), Ln = Q()({ name: "VAvatar", props: er(), setup(e, t) { let { slots: n } = t; - const { themeClasses: l } = Ve(e), { colorClasses: a, colorStyles: i, variantClasses: c } = pt(e), { densityClasses: r } = Qe(e), { roundedClasses: o } = Ze(e), { sizeClasses: u, sizeStyles: m } = ft(e); - return le(() => d(e.tag, { class: ["v-avatar", { "v-avatar--start": e.start, "v-avatar--end": e.end }, l.value, a.value, r.value, o.value, u.value, c.value, e.class], style: [i.value, m.value, e.style] }, { default: () => { + const { themeClasses: l } = _e(e), { colorClasses: a, colorStyles: i, variantClasses: c } = dt(e), { densityClasses: r } = en(e), { roundedClasses: o } = Qe(e), { sizeClasses: s, sizeStyles: m } = vt(e); + return oe(() => d(e.tag, { class: ["v-avatar", { "v-avatar--start": e.start, "v-avatar--end": e.end }, l.value, a.value, r.value, o.value, s.value, c.value, e.class], style: [i.value, m.value, e.style] }, { default: () => { var y; - return [e.image ? d(ta, { key: "image", src: e.image, alt: "", cover: !0 }, null) : e.icon ? d(de, { key: "icon", icon: e.icon }, null) : (y = n.default) == null ? void 0 : y.call(n), dt(!1, "v-avatar")]; + return [e.image ? d(ia, { key: "image", src: e.image, alt: "", cover: !0 }, null) : e.icon ? d(de, { key: "icon", icon: e.icon }, null) : ((y = n.default) == null ? void 0 : y.call(n)) ?? e.text, ct(!1, "v-avatar")]; } })), {}; -} }), Fa = Symbol.for("vuetify:v-chip-group"), Ki = H({ column: Boolean, filter: Boolean, valueComparator: { type: Function, default: at }, ...ie(), ...oa({ selectedClass: "v-chip--selected" }), ...$e(), ...Ce(), ...an({ variant: "tonal" }) }, "VChipGroup"); -Q()({ name: "VChipGroup", props: Ki(), emits: { "update:modelValue": (e) => !0 }, setup(e, t) { +} }), Oa = Symbol.for("vuetify:v-chip-group"), nr = Y({ column: Boolean, filter: Boolean, valueComparator: { type: Function, default: at }, ...se(), ...sa({ selectedClass: "v-chip--selected" }), ...ze(), ...Se(), ...rn({ variant: "tonal" }) }, "VChipGroup"); +Q()({ name: "VChipGroup", props: nr(), emits: { "update:modelValue": (e) => !0 }, setup(e, t) { let { slots: n } = t; - const { themeClasses: l } = Ve(e), { isSelected: a, select: i, next: c, prev: r, selected: o } = ra(e, Fa); - return Mn({ VChip: { color: ne(e, "color"), disabled: ne(e, "disabled"), filter: ne(e, "filter"), variant: ne(e, "variant") } }), le(() => d(e.tag, { class: ["v-chip-group", { "v-chip-group--column": e.column }, l.value, e.class], style: e.style }, { default: () => { - var u; - return [(u = n.default) == null ? void 0 : u.call(n, { isSelected: a, select: i, next: c, prev: r, selected: o.value })]; + const { themeClasses: l } = _e(e), { isSelected: a, select: i, next: c, prev: r, selected: o } = da(e, Oa); + return Rn({ VChip: { color: ne(e, "color"), disabled: ne(e, "disabled"), filter: ne(e, "filter"), variant: ne(e, "variant") } }), oe(() => d(e.tag, { class: ["v-chip-group", { "v-chip-group--column": e.column }, l.value, e.class], style: e.style }, { default: () => { + var s; + return [(s = n.default) == null ? void 0 : s.call(n, { isSelected: a, select: i, next: c, prev: r, selected: o.value })]; } })), {}; } }); -const Ji = H({ activeClass: String, appendAvatar: String, appendIcon: ce, closable: Boolean, closeIcon: { type: ce, default: "$delete" }, closeLabel: { type: String, default: "$vuetify.close" }, draggable: Boolean, filter: Boolean, filterIcon: { type: String, default: "$complete" }, label: Boolean, link: { type: Boolean, default: void 0 }, pill: Boolean, prependAvatar: String, prependIcon: ce, ripple: { type: [Boolean, Object], default: !0 }, text: String, modelValue: { type: Boolean, default: !0 }, onClick: Ne(), onClickOnce: Ne(), ...Wn(), ...ie(), ...je(), ...Nn(), ...aa(), ...Je(), ...qt(), ...vt(), ...$e({ tag: "span" }), ...Ce(), ...an({ variant: "tonal" }) }, "VChip"), Zi = Q()({ name: "VChip", directives: { Ripple: yt }, props: Ji(), emits: { "click:close": (e) => !0, "update:modelValue": (e) => !0, "group:selected": (e) => !0, click: (e) => !0 }, setup(e, t) { +const tr = Y({ activeClass: String, appendAvatar: String, appendIcon: ce, closable: Boolean, closeIcon: { type: ce, default: "$delete" }, closeLabel: { type: String, default: "$vuetify.close" }, draggable: Boolean, filter: Boolean, filterIcon: { type: String, default: "$complete" }, label: Boolean, link: { type: Boolean, default: void 0 }, pill: Boolean, prependAvatar: String, prependIcon: ce, ripple: { type: [Boolean, Object], default: !0 }, text: String, modelValue: { type: Boolean, default: !0 }, onClick: je(), onClickOnce: je(), ...Nn(), ...se(), ...He(), ...Gn(), ...ua(), ...Ze(), ...Ht(), ...pt(), ...ze({ tag: "span" }), ...Se(), ...rn({ variant: "tonal" }) }, "VChip"), lr = Q()({ name: "VChip", directives: { Ripple: ft }, props: tr(), emits: { "click:close": (e) => !0, "update:modelValue": (e) => !0, "group:selected": (e) => !0, click: (e) => !0 }, setup(e, t) { let { attrs: n, emit: l, slots: a } = t; - const { t: i } = _l(), { borderClasses: c } = Rn(e), { colorClasses: r, colorStyles: o, variantClasses: u } = pt(e), { densityClasses: m } = Qe(e), { elevationClasses: y } = jn(e), { roundedClasses: f } = Ze(e), { sizeClasses: p } = ft(e), { themeClasses: g } = Ve(e), b = me(e, "modelValue"), h = ia(e, Fa, !1), I = Gt(e, n), A = v(() => e.link !== !1 && I.isLink.value), k = v(() => !e.disabled && e.link !== !1 && (!!h || e.link || I.isClickable.value)), M = v(() => ({ "aria-label": i(e.closeLabel), onClick(V) { - V.stopPropagation(), b.value = !1, l("click:close", V); + const { t: i } = _l(), { borderClasses: c } = jn(e), { colorClasses: r, colorStyles: o, variantClasses: s } = dt(e), { densityClasses: m } = en(e), { elevationClasses: y } = qn(e), { roundedClasses: f } = Qe(e), { sizeClasses: p } = vt(e), { themeClasses: g } = _e(e), h = me(e, "modelValue"), b = ca(e, Oa, !1), I = qt(e, n), $ = v(() => e.link !== !1 && I.isLink.value), F = v(() => !e.disabled && e.link !== !1 && (!!b || e.link || I.isClickable.value)), H = v(() => ({ "aria-label": i(e.closeLabel), onClick(R) { + R.stopPropagation(), h.value = !1, l("click:close", R); } })); - function _(V) { - var S; - l("click", V), k.value && ((S = I.navigate) == null || S.call(I, V), h == null || h.toggle()); + function T(R) { + var B; + l("click", R), F.value && ((B = I.navigate) == null || B.call(I, R), b == null || b.toggle()); } - function T(V) { - V.key !== "Enter" && V.key !== " " || (V.preventDefault(), _(V)); + function M(R) { + R.key !== "Enter" && R.key !== " " || (R.preventDefault(), T(R)); } return () => { - const V = I.isLink.value ? "a" : e.tag, S = !(!e.appendIcon && !e.appendAvatar), C = !(!S && !a.append), D = !(!a.close && !e.closable), w = !(!a.filter && !e.filter) && h, P = !(!e.prependIcon && !e.prependAvatar), O = !(!P && !a.prepend), j = !h || h.isSelected.value; - return b.value && Be(d(V, { class: ["v-chip", { "v-chip--disabled": e.disabled, "v-chip--label": e.label, "v-chip--link": k.value, "v-chip--filter": w, "v-chip--pill": e.pill }, g.value, c.value, j ? r.value : void 0, m.value, y.value, f.value, p.value, u.value, h == null ? void 0 : h.selectedClass.value, e.class], style: [j ? o.value : void 0, e.style], disabled: e.disabled || void 0, draggable: e.draggable, href: I.href.value, tabindex: k.value ? 0 : void 0, onClick: _, onKeydown: k.value && !A.value && T }, { default: () => { - var q; - return [dt(k.value, "v-chip"), w && d(ea, { key: "filter" }, { default: () => [Be(d("div", { class: "v-chip__filter" }, [a.filter ? d(Se, { key: "filter-defaults", disabled: !e.filterIcon, defaults: { VIcon: { icon: e.filterIcon } } }, a.filter) : d(de, { key: "filter-icon", icon: e.filterIcon }, null)]), [[Dn, h.isSelected.value]])] }), O && d("div", { key: "prepend", class: "v-chip__prepend" }, [a.prepend ? d(Se, { key: "prepend-defaults", disabled: !P, defaults: { VAvatar: { image: e.prependAvatar, start: !0 }, VIcon: { icon: e.prependIcon, start: !0 } } }, a.prepend) : d(fe, null, [e.prependIcon && d(de, { key: "prepend-icon", icon: e.prependIcon, start: !0 }, null), e.prependAvatar && d(zn, { key: "prepend-avatar", image: e.prependAvatar, start: !0 }, null)])]), d("div", { class: "v-chip__content" }, [((q = a.default) == null ? void 0 : q.call(a, { isSelected: h == null ? void 0 : h.isSelected.value, selectedClass: h == null ? void 0 : h.selectedClass.value, select: h == null ? void 0 : h.select, toggle: h == null ? void 0 : h.toggle, value: h == null ? void 0 : h.value.value, disabled: e.disabled })) ?? e.text]), C && d("div", { key: "append", class: "v-chip__append" }, [a.append ? d(Se, { key: "append-defaults", disabled: !S, defaults: { VAvatar: { end: !0, image: e.appendAvatar }, VIcon: { end: !0, icon: e.appendIcon } } }, a.append) : d(fe, null, [e.appendIcon && d(de, { key: "append-icon", end: !0, icon: e.appendIcon }, null), e.appendAvatar && d(zn, { key: "append-avatar", end: !0, image: e.appendAvatar }, null)])]), D && d("div", Z({ key: "close", class: "v-chip__close" }, M.value), [a.close ? d(Se, { key: "close-defaults", defaults: { VIcon: { icon: e.closeIcon, size: "x-small" } } }, a.close) : d(de, { key: "close-icon", icon: e.closeIcon, size: "x-small" }, null)])]; - } }), [[Xe("ripple"), k.value && e.ripple, null]]); + const R = I.isLink.value ? "a" : e.tag, B = !(!e.appendIcon && !e.appendAvatar), x = !(!B && !a.append), E = !(!a.close && !e.closable), C = !(!a.filter && !e.filter) && b, V = !(!e.prependIcon && !e.prependAvatar), A = !(!V && !a.prepend), j = !b || b.isSelected.value; + return h.value && we(d(R, { class: ["v-chip", { "v-chip--disabled": e.disabled, "v-chip--label": e.label, "v-chip--link": F.value, "v-chip--filter": C, "v-chip--pill": e.pill }, g.value, c.value, j ? r.value : void 0, m.value, y.value, f.value, p.value, s.value, b == null ? void 0 : b.selectedClass.value, e.class], style: [j ? o.value : void 0, e.style], disabled: e.disabled || void 0, draggable: e.draggable, href: I.href.value, tabindex: F.value ? 0 : void 0, onClick: T, onKeydown: F.value && !$.value && M }, { default: () => { + var G; + return [ct(F.value, "v-chip"), C && d(oa, { key: "filter" }, { default: () => [we(d("div", { class: "v-chip__filter" }, [a.filter ? d(ke, { key: "filter-defaults", disabled: !e.filterIcon, defaults: { VIcon: { icon: e.filterIcon } } }, a.filter) : d(de, { key: "filter-icon", icon: e.filterIcon }, null)]), [[Mn, b.isSelected.value]])] }), A && d("div", { key: "prepend", class: "v-chip__prepend" }, [a.prepend ? d(ke, { key: "prepend-defaults", disabled: !V, defaults: { VAvatar: { image: e.prependAvatar, start: !0 }, VIcon: { icon: e.prependIcon, start: !0 } } }, a.prepend) : d(fe, null, [e.prependIcon && d(de, { key: "prepend-icon", icon: e.prependIcon, start: !0 }, null), e.prependAvatar && d(Ln, { key: "prepend-avatar", image: e.prependAvatar, start: !0 }, null)])]), d("div", { class: "v-chip__content" }, [((G = a.default) == null ? void 0 : G.call(a, { isSelected: b == null ? void 0 : b.isSelected.value, selectedClass: b == null ? void 0 : b.selectedClass.value, select: b == null ? void 0 : b.select, toggle: b == null ? void 0 : b.toggle, value: b == null ? void 0 : b.value.value, disabled: e.disabled })) ?? e.text]), x && d("div", { key: "append", class: "v-chip__append" }, [a.append ? d(ke, { key: "append-defaults", disabled: !B, defaults: { VAvatar: { end: !0, image: e.appendAvatar }, VIcon: { end: !0, icon: e.appendIcon } } }, a.append) : d(fe, null, [e.appendIcon && d(de, { key: "append-icon", end: !0, icon: e.appendIcon }, null), e.appendAvatar && d(Ln, { key: "append-avatar", end: !0, image: e.appendAvatar }, null)])]), E && d("div", Z({ key: "close", class: "v-chip__close" }, H.value), [a.close ? d(ke, { key: "close-defaults", defaults: { VIcon: { icon: e.closeIcon, size: "x-small" } } }, a.close) : d(de, { key: "close-icon", icon: e.closeIcon, size: "x-small" }, null)])]; + } }), [[Je("ripple"), F.value && e.ripple, null]]); }; } }), dl = Symbol.for("vuetify:list"); -function Va() { - const e = ve(dl, { hasPrepend: ue(!1), updateHasPrepend: () => null }), t = { hasPrepend: ue(!1), updateHasPrepend: (n) => { +function Pa() { + const e = ve(dl, { hasPrepend: re(!1), updateHasPrepend: () => null }), t = { hasPrepend: re(!1), updateHasPrepend: (n) => { n && (t.hasPrepend.value = n); } }; - return Te(dl, t), e; + return De(dl, t), e; } -function Aa() { +function $a() { return ve(dl, null); } -const Qi = { open: (e) => { +const or = { open: (e) => { let { id: t, value: n, opened: l, parents: a } = e; if (n) { const i = /* @__PURE__ */ new Set(); @@ -1504,7 +1523,7 @@ const Qi = { open: (e) => { return i; } return l.delete(t), l; -}, select: () => null }, _a = { open: (e) => { +}, select: () => null }, Ea = { open: (e) => { let { id: t, value: n, opened: l, parents: a } = e; if (n) { let i = a.get(t); @@ -1513,7 +1532,7 @@ const Qi = { open: (e) => { return l; } return l.delete(t), l; -}, select: () => null }, er = { open: _a.open, select: (e) => { +}, select: () => null }, ar = { open: Ea.open, select: (e) => { let { id: t, value: n, opened: l, parents: a } = e; if (!n) return l; @@ -1525,10 +1544,10 @@ const Qi = { open: (e) => { } }, pl = (e) => { const t = { select: (n) => { let { id: l, value: a, selected: i } = n; - if (l = nn(l), e && !a) { + if (l = tn(l), e && !a) { const c = Array.from(i.entries()).reduce((r, o) => { - let [u, m] = o; - return m === "on" ? [...r, u] : r; + let [s, m] = o; + return m === "on" ? [...r, s] : r; }, []); if (c.length === 1 && c[0] === l) return i; @@ -1546,72 +1565,72 @@ const Qi = { open: (e) => { return l; } }; return t; -}, Co = (e) => { +}, Io = (e) => { const t = pl(e); return { select: (n) => { let { selected: l, id: a, ...i } = n; - a = nn(a); + a = tn(a); const c = l.has(a) ? /* @__PURE__ */ new Map([[a, l.get(a)]]) : /* @__PURE__ */ new Map(); return t.select({ ...i, id: a, selected: c }); }, in: (n, l, a) => { let i = /* @__PURE__ */ new Map(); return n != null && n.length && (i = t.in(n.slice(0, 1), l, a)), i; }, out: (n, l, a) => t.out(n, l, a) }; -}, tt = Symbol.for("vuetify:nested"), Oa = { id: ue(), root: { register: () => null, unregister: () => null, parents: R(/* @__PURE__ */ new Map()), children: R(/* @__PURE__ */ new Map()), open: () => null, openOnSelect: () => null, select: () => null, opened: R(/* @__PURE__ */ new Set()), selected: R(/* @__PURE__ */ new Map()), selectedValues: R([]) } }, nr = H({ selectStrategy: [String, Function], openStrategy: [String, Object], opened: Array, selected: Array, mandatory: Boolean }, "nested"), tr = (e) => { +}, tt = Symbol.for("vuetify:nested"), Ta = { id: re(), root: { register: () => null, unregister: () => null, parents: N(/* @__PURE__ */ new Map()), children: N(/* @__PURE__ */ new Map()), open: () => null, openOnSelect: () => null, select: () => null, opened: N(/* @__PURE__ */ new Set()), selected: N(/* @__PURE__ */ new Map()), selectedValues: N([]) } }, ir = Y({ selectStrategy: [String, Function], openStrategy: [String, Object], opened: Array, selected: Array, mandatory: Boolean }, "nested"), rr = (e) => { let t = !1; - const n = R(/* @__PURE__ */ new Map()), l = R(/* @__PURE__ */ new Map()), a = me(e, "opened", e.opened, (y) => new Set(y), (y) => [...y.values()]), i = v(() => { + const n = N(/* @__PURE__ */ new Map()), l = N(/* @__PURE__ */ new Map()), a = me(e, "opened", e.opened, (y) => new Set(y), (y) => [...y.values()]), i = v(() => { if (typeof e.selectStrategy == "object") return e.selectStrategy; switch (e.selectStrategy) { case "single-leaf": return ((y) => { - const f = Co(y); + const f = Io(y); return { select: (p) => { - let { id: g, selected: b, children: h, ...I } = p; - return g = nn(g), h.has(g) ? b : f.select({ id: g, selected: b, children: h, ...I }); + let { id: g, selected: h, children: b, ...I } = p; + return g = tn(g), b.has(g) ? h : f.select({ id: g, selected: h, children: b, ...I }); }, in: f.in, out: f.out }; })(e.mandatory); case "leaf": return ((y) => { const f = pl(y); return { select: (p) => { - let { id: g, selected: b, children: h, ...I } = p; - return g = nn(g), h.has(g) ? b : f.select({ id: g, selected: b, children: h, ...I }); + let { id: g, selected: h, children: b, ...I } = p; + return g = tn(g), b.has(g) ? h : f.select({ id: g, selected: h, children: b, ...I }); }, in: f.in, out: f.out }; })(e.mandatory); case "independent": return pl(e.mandatory); case "single-independent": - return Co(e.mandatory); + return Io(e.mandatory); default: return ((y) => { const f = { select: (p) => { - let { id: g, value: b, selected: h, children: I, parents: A } = p; - g = nn(g); - const k = new Map(h), M = [g]; - for (; M.length; ) { - const T = M.shift(); - h.set(T, b ? "on" : "off"), I.has(T) && M.push(...I.get(T)); + let { id: g, value: h, selected: b, children: I, parents: $ } = p; + g = tn(g); + const F = new Map(b), H = [g]; + for (; H.length; ) { + const M = H.shift(); + b.set(M, h ? "on" : "off"), I.has(M) && H.push(...I.get(M)); } - let _ = A.get(g); - for (; _; ) { - const T = I.get(_), V = T.every((C) => h.get(C) === "on"), S = T.every((C) => !h.has(C) || h.get(C) === "off"); - h.set(_, V ? "on" : S ? "off" : "indeterminate"), _ = A.get(_); + let T = $.get(g); + for (; T; ) { + const M = I.get(T), R = M.every((x) => b.get(x) === "on"), B = M.every((x) => !b.has(x) || b.get(x) === "off"); + b.set(T, R ? "on" : B ? "off" : "indeterminate"), T = $.get(T); } - return y && !b && Array.from(h.entries()).reduce((V, S) => { - let [C, D] = S; - return D === "on" ? [...V, C] : V; - }, []).length === 0 ? k : h; - }, in: (p, g, b) => { - let h = /* @__PURE__ */ new Map(); + return y && !h && Array.from(b.entries()).reduce((R, B) => { + let [x, E] = B; + return E === "on" ? [...R, x] : R; + }, []).length === 0 ? F : b; + }, in: (p, g, h) => { + let b = /* @__PURE__ */ new Map(); for (const I of p || []) - h = f.select({ id: I, value: !0, selected: new Map(h), children: g, parents: b }); - return h; - }, out: (p, g) => { - const b = []; - for (const [h, I] of p.entries()) - I !== "on" || g.has(h) || b.push(h); + b = f.select({ id: I, value: !0, selected: new Map(b), children: g, parents: h }); return b; + }, out: (p, g) => { + const h = []; + for (const [b, I] of p.entries()) + I !== "on" || g.has(b) || h.push(b); + return h; } }; return f; })(e.mandatory); @@ -1621,11 +1640,11 @@ const Qi = { open: (e) => { return e.openStrategy; switch (e.openStrategy) { case "list": - return er; + return ar; case "single": - return Qi; + return or; default: - return _a; + return Ea; } }), r = me(e, "selected", e.selected, (y) => i.value.in(y, n.value, l.value), (y) => i.value.out(y, n.value, l.value)); function o(y) { @@ -1635,10 +1654,10 @@ const Qi = { open: (e) => { f.unshift(p), p = l.value.get(p); return f; } - on(() => { + an(() => { t = !0; }); - const u = ke("nested"), m = { id: ue(), root: { opened: a, selected: r, selectedValues: v(() => { + const s = Fe("nested"), m = { id: re(), root: { opened: a, selected: r, selectedValues: v(() => { const y = []; for (const [f, p] of r.value.entries()) p === "on" && y.push(f); @@ -1656,231 +1675,231 @@ const Qi = { open: (e) => { } l.value.delete(y), a.value.delete(y); }, open: (y, f, p) => { - u.emit("click:open", { id: y, value: f, path: o(y), event: p }); + s.emit("click:open", { id: y, value: f, path: o(y), event: p }); const g = c.value.open({ id: y, value: f, opened: new Set(a.value), children: n.value, parents: l.value, event: p }); g && (a.value = g); }, openOnSelect: (y, f, p) => { const g = c.value.select({ id: y, value: f, selected: new Map(r.value), opened: new Set(a.value), children: n.value, parents: l.value, event: p }); g && (a.value = g); }, select: (y, f, p) => { - u.emit("click:select", { id: y, value: f, path: o(y), event: p }); + s.emit("click:select", { id: y, value: f, path: o(y), event: p }); const g = i.value.select({ id: y, value: f, selected: new Map(r.value), children: n.value, parents: l.value, event: p }); g && (r.value = g), m.root.openOnSelect(y, f, p); }, children: n, parents: l } }; - return Te(tt, m), m.root; -}, Pa = (e, t) => { - const n = ve(tt, Oa), l = Symbol(Le()), a = v(() => e.value !== void 0 ? e.value : l), i = { ...n, id: a, open: (c, r) => n.root.open(a.value, c, r), openOnSelect: (c, r) => n.root.openOnSelect(a.value, c, r), isOpen: v(() => n.root.opened.value.has(a.value)), parent: v(() => n.root.parents.value.get(a.value)), select: (c, r) => n.root.select(a.value, c, r), isSelected: v(() => n.root.selected.value.get(nn(a.value)) === "on"), isIndeterminate: v(() => n.root.selected.value.get(a.value) === "indeterminate"), isLeaf: v(() => !n.root.children.value.get(a.value)), isGroupActivator: n.isGroupActivator }; - return !n.isGroupActivator && n.root.register(a.value, n.id.value, t), on(() => { + return De(tt, m), m.root; +}, za = (e, t) => { + const n = ve(tt, Ta), l = Symbol(We()), a = v(() => e.value !== void 0 ? e.value : l), i = { ...n, id: a, open: (c, r) => n.root.open(a.value, c, r), openOnSelect: (c, r) => n.root.openOnSelect(a.value, c, r), isOpen: v(() => n.root.opened.value.has(a.value)), parent: v(() => n.root.parents.value.get(a.value)), select: (c, r) => n.root.select(a.value, c, r), isSelected: v(() => n.root.selected.value.get(tn(a.value)) === "on"), isIndeterminate: v(() => n.root.selected.value.get(a.value) === "indeterminate"), isLeaf: v(() => !n.root.children.value.get(a.value)), isGroupActivator: n.isGroupActivator }; + return !n.isGroupActivator && n.root.register(a.value, n.id.value, t), an(() => { !n.isGroupActivator && n.root.unregister(a.value); - }), t && Te(tt, i), i; -}, lr = Qn({ name: "VListGroupActivator", setup(e, t) { + }), t && De(tt, i), i; +}, sr = Qn({ name: "VListGroupActivator", setup(e, t) { let { slots: n } = t; return (() => { - const l = ve(tt, Oa); - Te(tt, { ...l, isGroupActivator: !0 }); + const l = ve(tt, Ta); + De(tt, { ...l, isGroupActivator: !0 }); })(), () => { var l; return (l = n.default) == null ? void 0 : l.call(n); }; -} }), or = H({ activeColor: String, baseColor: String, color: String, collapseIcon: { type: ce, default: "$collapse" }, expandIcon: { type: ce, default: "$expand" }, prependIcon: ce, appendIcon: ce, fluid: Boolean, subgroup: Boolean, title: String, value: null, ...ie(), ...$e() }, "VListGroup"), Io = Q()({ name: "VListGroup", props: or(), setup(e, t) { +} }), ur = Y({ activeColor: String, baseColor: String, color: String, collapseIcon: { type: ce, default: "$collapse" }, expandIcon: { type: ce, default: "$expand" }, prependIcon: ce, appendIcon: ce, fluid: Boolean, subgroup: Boolean, title: String, value: null, ...se(), ...ze() }, "VListGroup"), So = Q()({ name: "VListGroup", props: ur(), setup(e, t) { let { slots: n } = t; - const { isOpen: l, open: a, id: i } = Pa(ne(e, "value"), !0), c = v(() => `v-list-group--id-${String(i.value)}`), r = Aa(), { isBooted: o } = function() { - const p = ue(!1); - return Ln(() => { + const { isOpen: l, open: a, id: i } = za(ne(e, "value"), !0), c = v(() => `v-list-group--id-${String(i.value)}`), r = $a(), { isBooted: o } = function() { + const p = re(!1); + return Wn(() => { window.requestAnimationFrame(() => { p.value = !0; }); }), { ssrBootStyles: v(() => p.value ? void 0 : { transition: "none !important" }), isBooted: bl(p) }; }(); - function u(p) { + function s(p) { a(!l.value, p); } - const m = v(() => ({ onClick: u, class: "v-list-group__header", id: c.value })), y = v(() => l.value ? e.collapseIcon : e.expandIcon), f = v(() => ({ VListItem: { active: l.value, activeColor: e.activeColor, baseColor: e.baseColor, color: e.color, prependIcon: e.prependIcon || e.subgroup && y.value, appendIcon: e.appendIcon || !e.subgroup && y.value, title: e.title, value: e.value } })); - return le(() => d(e.tag, { class: ["v-list-group", { "v-list-group--prepend": r == null ? void 0 : r.hasPrepend.value, "v-list-group--fluid": e.fluid, "v-list-group--subgroup": e.subgroup, "v-list-group--open": l.value }, e.class], style: e.style }, { default: () => [n.activator && d(Se, { defaults: f.value }, { default: () => [d(lr, null, { default: () => [n.activator({ props: m.value, isOpen: l.value })] })] }), d(en, { transition: { component: ki }, disabled: !o.value }, { default: () => { + const m = v(() => ({ onClick: s, class: "v-list-group__header", id: c.value })), y = v(() => l.value ? e.collapseIcon : e.expandIcon), f = v(() => ({ VListItem: { active: l.value, activeColor: e.activeColor, baseColor: e.baseColor, color: e.color, prependIcon: e.prependIcon || e.subgroup && y.value, appendIcon: e.appendIcon || !e.subgroup && y.value, title: e.title, value: e.value } })); + return oe(() => d(e.tag, { class: ["v-list-group", { "v-list-group--prepend": r == null ? void 0 : r.hasPrepend.value, "v-list-group--fluid": e.fluid, "v-list-group--subgroup": e.subgroup, "v-list-group--open": l.value }, e.class], style: e.style }, { default: () => [n.activator && d(ke, { defaults: f.value }, { default: () => [d(sr, null, { default: () => [n.activator({ props: m.value, isOpen: l.value })] })] }), d(nn, { transition: { component: _i }, disabled: !o.value }, { default: () => { var p; - return [Be(d("div", { class: "v-list-group__items", role: "group", "aria-labelledby": c.value }, [(p = n.default) == null ? void 0 : p.call(n)]), [[Dn, l.value]])]; + return [we(d("div", { class: "v-list-group__items", role: "group", "aria-labelledby": c.value }, [(p = n.default) == null ? void 0 : p.call(n)]), [[Mn, l.value]])]; } })] })), {}; -} }), ar = st("v-list-item-subtitle"), ir = st("v-list-item-title"), rr = H({ active: { type: Boolean, default: void 0 }, activeClass: String, activeColor: String, appendAvatar: String, appendIcon: ce, baseColor: String, disabled: Boolean, lines: String, link: { type: Boolean, default: void 0 }, nav: Boolean, prependAvatar: String, prependIcon: ce, ripple: { type: [Boolean, Object], default: !0 }, subtitle: [String, Number, Boolean], title: [String, Number, Boolean], value: null, onClick: Ne(), onClickOnce: Ne(), ...Wn(), ...ie(), ...je(), ...gn(), ...Nn(), ...Je(), ...qt(), ...$e(), ...Ce(), ...an({ variant: "text" }) }, "VListItem"), Tt = Q()({ name: "VListItem", directives: { Ripple: yt }, props: rr(), emits: { click: (e) => !0 }, setup(e, t) { +} }), cr = rt("v-list-item-subtitle"), dr = rt("v-list-item-title"), pr = Y({ active: { type: Boolean, default: void 0 }, activeClass: String, activeColor: String, appendAvatar: String, appendIcon: ce, baseColor: String, disabled: Boolean, lines: String, link: { type: Boolean, default: void 0 }, nav: Boolean, prependAvatar: String, prependIcon: ce, ripple: { type: [Boolean, Object], default: !0 }, slim: Boolean, subtitle: [String, Number, Boolean], title: [String, Number, Boolean], value: null, onClick: je(), onClickOnce: je(), ...Nn(), ...se(), ...He(), ...Cn(), ...Gn(), ...Ze(), ...Ht(), ...ze(), ...Se(), ...rn({ variant: "text" }) }, "VListItem"), zt = Q()({ name: "VListItem", directives: { Ripple: ft }, props: pr(), emits: { click: (e) => !0 }, setup(e, t) { let { attrs: n, slots: l, emit: a } = t; - const i = Gt(e, n), c = v(() => e.value === void 0 ? i.href.value : e.value), { select: r, isSelected: o, isIndeterminate: u, isGroupActivator: m, root: y, parent: f, openOnSelect: p } = Pa(c, !1), g = Aa(), b = v(() => { - var L; - return e.active !== !1 && (e.active || ((L = i.isActive) == null ? void 0 : L.value) || o.value); - }), h = v(() => e.link !== !1 && i.isLink.value), I = v(() => !e.disabled && e.link !== !1 && (e.link || i.isClickable.value || e.value != null && !!g)), A = v(() => e.rounded || e.nav), k = v(() => e.color ?? e.activeColor), M = v(() => ({ color: b.value ? k.value ?? e.baseColor : e.baseColor, variant: e.variant })); + const i = qt(e, n), c = v(() => e.value === void 0 ? i.href.value : e.value), { select: r, isSelected: o, isIndeterminate: s, isGroupActivator: m, root: y, parent: f, openOnSelect: p } = za(c, !1), g = $a(), h = v(() => { + var _; + return e.active !== !1 && (e.active || ((_ = i.isActive) == null ? void 0 : _.value) || o.value); + }), b = v(() => e.link !== !1 && i.isLink.value), I = v(() => !e.disabled && e.link !== !1 && (e.link || i.isClickable.value || e.value != null && !!g)), $ = v(() => e.rounded || e.nav), F = v(() => e.color ?? e.activeColor), H = v(() => ({ color: h.value ? F.value ?? e.baseColor : e.baseColor, variant: e.variant })); K(() => { - var L; - return (L = i.isActive) == null ? void 0 : L.value; - }, (L) => { - L && f.value != null && y.open(f.value, !0), L && p(L); + var _; + return (_ = i.isActive) == null ? void 0 : _.value; + }, (_) => { + _ && f.value != null && y.open(f.value, !0), _ && p(_); }, { immediate: !0 }); - const { themeClasses: _ } = Ve(e), { borderClasses: T } = Rn(e), { colorClasses: V, colorStyles: S, variantClasses: C } = pt(M), { densityClasses: D } = Qe(e), { dimensionStyles: w } = hn(e), { elevationClasses: P } = jn(e), { roundedClasses: O } = Ze(A), j = v(() => e.lines ? `v-list-item--${e.lines}-line` : void 0), q = v(() => ({ isActive: b.value, select: r, isSelected: o.value, isIndeterminate: u.value })); - function x(L) { - var N; - a("click", L), !m && I.value && ((N = i.navigate) == null || N.call(i, L), e.value != null && r(!o.value, L)); - } - function E(L) { - L.key !== "Enter" && L.key !== " " || (L.preventDefault(), x(L)); - } - return le(() => { - const L = h.value ? "a" : e.tag, N = l.title || e.title, G = l.subtitle || e.subtitle, $ = !(!e.appendAvatar && !e.appendIcon), B = !(!$ && !l.append), W = !(!e.prependAvatar && !e.prependIcon), F = !(!W && !l.prepend); - var z, U; - return g == null || g.updateHasPrepend(F), e.activeColor && (z = "active-color", U = ["color", "base-color"], U = Array.isArray(U) ? U.slice(0, -1).map((J) => `'${J}'`).join(", ") + ` or '${U.at(-1)}'` : `'${U}'`, Wt(`[Vuetify UPGRADE] '${z}' is deprecated, use ${U} instead.`)), Be(d(L, { class: ["v-list-item", { "v-list-item--active": b.value, "v-list-item--disabled": e.disabled, "v-list-item--link": I.value, "v-list-item--nav": e.nav, "v-list-item--prepend": !F && (g == null ? void 0 : g.hasPrepend.value), [`${e.activeClass}`]: e.activeClass && b.value }, _.value, T.value, V.value, D.value, P.value, j.value, O.value, C.value, e.class], style: [S.value, w.value, e.style], href: i.href.value, tabindex: I.value ? g ? -2 : 0 : void 0, onClick: x, onKeydown: I.value && !h.value && E }, { default: () => { - var J; - return [dt(I.value || b.value, "v-list-item"), F && d("div", { key: "prepend", class: "v-list-item__prepend" }, [l.prepend ? d(Se, { key: "prepend-defaults", disabled: !W, defaults: { VAvatar: { density: e.density, image: e.prependAvatar }, VIcon: { density: e.density, icon: e.prependIcon }, VListItemAction: { start: !0 } } }, { default: () => { - var Y; - return [(Y = l.prepend) == null ? void 0 : Y.call(l, q.value)]; - } }) : d(fe, null, [e.prependAvatar && d(zn, { key: "prepend-avatar", density: e.density, image: e.prependAvatar }, null), e.prependIcon && d(de, { key: "prepend-icon", density: e.density, icon: e.prependIcon }, null)]), d("div", { class: "v-list-item__spacer" }, null)]), d("div", { class: "v-list-item__content", "data-no-activator": "" }, [N && d(ir, { key: "title" }, { default: () => { - var Y; - return [((Y = l.title) == null ? void 0 : Y.call(l, { title: e.title })) ?? e.title]; - } }), G && d(ar, { key: "subtitle" }, { default: () => { - var Y; - return [((Y = l.subtitle) == null ? void 0 : Y.call(l, { subtitle: e.subtitle })) ?? e.subtitle]; - } }), (J = l.default) == null ? void 0 : J.call(l, q.value)]), B && d("div", { key: "append", class: "v-list-item__append" }, [l.append ? d(Se, { key: "append-defaults", disabled: !$, defaults: { VAvatar: { density: e.density, image: e.appendAvatar }, VIcon: { density: e.density, icon: e.appendIcon }, VListItemAction: { end: !0 } } }, { default: () => { - var Y; - return [(Y = l.append) == null ? void 0 : Y.call(l, q.value)]; - } }) : d(fe, null, [e.appendIcon && d(de, { key: "append-icon", density: e.density, icon: e.appendIcon }, null), e.appendAvatar && d(zn, { key: "append-avatar", density: e.density, image: e.appendAvatar }, null)]), d("div", { class: "v-list-item__spacer" }, null)])]; - } }), [[Xe("ripple"), I.value && e.ripple]]); + const { themeClasses: T } = _e(e), { borderClasses: M } = jn(e), { colorClasses: R, colorStyles: B, variantClasses: x } = dt(H), { densityClasses: E } = en(e), { dimensionStyles: C } = In(e), { elevationClasses: V } = qn(e), { roundedClasses: A } = Qe($), j = v(() => e.lines ? `v-list-item--${e.lines}-line` : void 0), G = v(() => ({ isActive: h.value, select: r, isSelected: o.value, isIndeterminate: s.value })); + function k(_) { + var D; + a("click", _), !m && I.value && ((D = i.navigate) == null || D.call(i, _), e.value != null && r(!o.value, _)); + } + function w(_) { + _.key !== "Enter" && _.key !== " " || (_.preventDefault(), k(_)); + } + return oe(() => { + const _ = b.value ? "a" : e.tag, D = l.title || e.title, W = l.subtitle || e.subtitle, O = !(!e.appendAvatar && !e.appendIcon), L = !(!O && !l.append), U = !(!e.prependAvatar && !e.prependIcon), S = !(!U && !l.prepend); + var P, z; + return g == null || g.updateHasPrepend(S), e.activeColor && (P = "active-color", z = ["color", "base-color"], z = Array.isArray(z) ? z.slice(0, -1).map((q) => `'${q}'`).join(", ") + ` or '${z.at(-1)}'` : `'${z}'`, Rt(`[Vuetify UPGRADE] '${P}' is deprecated, use ${z} instead.`)), we(d(_, { class: ["v-list-item", { "v-list-item--active": h.value, "v-list-item--disabled": e.disabled, "v-list-item--link": I.value, "v-list-item--nav": e.nav, "v-list-item--prepend": !S && (g == null ? void 0 : g.hasPrepend.value), "v-list-item--slim": e.slim, [`${e.activeClass}`]: e.activeClass && h.value }, T.value, M.value, R.value, E.value, V.value, j.value, A.value, x.value, e.class], style: [B.value, C.value, e.style], href: i.href.value, tabindex: I.value ? g ? -2 : 0 : void 0, onClick: k, onKeydown: I.value && !b.value && w }, { default: () => { + var q; + return [ct(I.value || h.value, "v-list-item"), S && d("div", { key: "prepend", class: "v-list-item__prepend" }, [l.prepend ? d(ke, { key: "prepend-defaults", disabled: !U, defaults: { VAvatar: { density: e.density, image: e.prependAvatar }, VIcon: { density: e.density, icon: e.prependIcon }, VListItemAction: { start: !0 } } }, { default: () => { + var X; + return [(X = l.prepend) == null ? void 0 : X.call(l, G.value)]; + } }) : d(fe, null, [e.prependAvatar && d(Ln, { key: "prepend-avatar", density: e.density, image: e.prependAvatar }, null), e.prependIcon && d(de, { key: "prepend-icon", density: e.density, icon: e.prependIcon }, null)]), d("div", { class: "v-list-item__spacer" }, null)]), d("div", { class: "v-list-item__content", "data-no-activator": "" }, [D && d(dr, { key: "title" }, { default: () => { + var X; + return [((X = l.title) == null ? void 0 : X.call(l, { title: e.title })) ?? e.title]; + } }), W && d(cr, { key: "subtitle" }, { default: () => { + var X; + return [((X = l.subtitle) == null ? void 0 : X.call(l, { subtitle: e.subtitle })) ?? e.subtitle]; + } }), (q = l.default) == null ? void 0 : q.call(l, G.value)]), L && d("div", { key: "append", class: "v-list-item__append" }, [l.append ? d(ke, { key: "append-defaults", disabled: !O, defaults: { VAvatar: { density: e.density, image: e.appendAvatar }, VIcon: { density: e.density, icon: e.appendIcon }, VListItemAction: { end: !0 } } }, { default: () => { + var X; + return [(X = l.append) == null ? void 0 : X.call(l, G.value)]; + } }) : d(fe, null, [e.appendIcon && d(de, { key: "append-icon", density: e.density, icon: e.appendIcon }, null), e.appendAvatar && d(Ln, { key: "append-avatar", density: e.density, image: e.appendAvatar }, null)]), d("div", { class: "v-list-item__spacer" }, null)])]; + } }), [[Je("ripple"), I.value && e.ripple]]); }), {}; -} }), sr = H({ color: String, inset: Boolean, sticky: Boolean, title: String, ...ie(), ...$e() }, "VListSubheader"), ur = Q()({ name: "VListSubheader", props: sr(), setup(e, t) { +} }), vr = Y({ color: String, inset: Boolean, sticky: Boolean, title: String, ...se(), ...ze() }, "VListSubheader"), fr = Q()({ name: "VListSubheader", props: vr(), setup(e, t) { let { slots: n } = t; - const { textColorClasses: l, textColorStyles: a } = Ye(ne(e, "color")); - return le(() => { + const { textColorClasses: l, textColorStyles: a } = Ke(ne(e, "color")); + return oe(() => { const i = !(!n.default && !e.title); return d(e.tag, { class: ["v-list-subheader", { "v-list-subheader--inset": e.inset, "v-list-subheader--sticky": e.sticky }, l.value, e.class], style: [{ textColorStyles: a }, e.style] }, { default: () => { var c; return [i && d("div", { class: "v-list-subheader__text" }, [((c = n.default) == null ? void 0 : c.call(n)) ?? e.title])]; } }); }), {}; -} }), cr = H({ color: String, inset: Boolean, length: [Number, String], thickness: [Number, String], vertical: Boolean, ...ie(), ...Ce() }, "VDivider"), dr = Q()({ name: "VDivider", props: cr(), setup(e, t) { +} }), yr = Y({ color: String, inset: Boolean, length: [Number, String], thickness: [Number, String], vertical: Boolean, ...se(), ...Se() }, "VDivider"), mr = Q()({ name: "VDivider", props: yr(), setup(e, t) { let { attrs: n } = t; - const { themeClasses: l } = Ve(e), { textColorClasses: a, textColorStyles: i } = Ye(ne(e, "color")), c = v(() => { + const { themeClasses: l } = _e(e), { textColorClasses: a, textColorStyles: i } = Ke(ne(e, "color")), c = v(() => { const r = {}; return e.length && (r[e.vertical ? "maxHeight" : "maxWidth"] = te(e.length)), e.thickness && (r[e.vertical ? "borderRightWidth" : "borderTopWidth"] = te(e.thickness)), r; }); - return le(() => d("hr", { class: [{ "v-divider": !0, "v-divider--inset": e.inset, "v-divider--vertical": e.vertical }, l.value, a.value, e.class], style: [c.value, i.value, e.style], "aria-orientation": n.role && n.role !== "separator" ? void 0 : e.vertical ? "vertical" : "horizontal", role: `${n.role || "separator"}` }, null)), {}; -} }), pr = H({ items: Array, returnObject: Boolean }, "VListChildren"), $a = Q()({ name: "VListChildren", props: pr(), setup(e, t) { + return oe(() => d("hr", { class: [{ "v-divider": !0, "v-divider--inset": e.inset, "v-divider--vertical": e.vertical }, l.value, a.value, e.class], style: [c.value, i.value, e.style], "aria-orientation": n.role && n.role !== "separator" ? void 0 : e.vertical ? "vertical" : "horizontal", role: `${n.role || "separator"}` }, null)), {}; +} }), gr = Y({ items: Array, returnObject: Boolean }, "VListChildren"), Da = Q()({ name: "VListChildren", props: gr(), setup(e, t) { let { slots: n } = t; - return Va(), () => { + return Pa(), () => { var l, a; return ((l = n.default) == null ? void 0 : l.call(n)) ?? ((a = e.items) == null ? void 0 : a.map((i) => { - var p, g; - let { children: c, props: r, type: o, raw: u } = i; + var f, p; + let { children: c, props: r, type: o, raw: s } = i; if (o === "divider") - return ((p = n.divider) == null ? void 0 : p.call(n, { props: r })) ?? d(dr, r, null); + return ((f = n.divider) == null ? void 0 : f.call(n, { props: r })) ?? d(mr, r, null); if (o === "subheader") - return ((g = n.subheader) == null ? void 0 : g.call(n, { props: r })) ?? d(ur, r, null); - const m = { subtitle: n.subtitle ? (b) => { + return ((p = n.subheader) == null ? void 0 : p.call(n, { props: r })) ?? d(fr, r, null); + const m = { subtitle: n.subtitle ? (g) => { var h; - return (h = n.subtitle) == null ? void 0 : h.call(n, { ...b, item: u }); - } : void 0, prepend: n.prepend ? (b) => { + return (h = n.subtitle) == null ? void 0 : h.call(n, { ...g, item: s }); + } : void 0, prepend: n.prepend ? (g) => { var h; - return (h = n.prepend) == null ? void 0 : h.call(n, { ...b, item: u }); - } : void 0, append: n.append ? (b) => { + return (h = n.prepend) == null ? void 0 : h.call(n, { ...g, item: s }); + } : void 0, append: n.append ? (g) => { var h; - return (h = n.append) == null ? void 0 : h.call(n, { ...b, item: u }); - } : void 0, title: n.title ? (b) => { + return (h = n.append) == null ? void 0 : h.call(n, { ...g, item: s }); + } : void 0, title: n.title ? (g) => { var h; - return (h = n.title) == null ? void 0 : h.call(n, { ...b, item: u }); - } : void 0 }, [y, f] = Io.filterProps(r); - return c ? d(Io, Z({ value: r == null ? void 0 : r.value }, y), { activator: (b) => { - let { props: h } = b; - const I = { ...r, ...h, value: e.returnObject ? u : r.value }; - return n.header ? n.header({ props: I }) : d(Tt, I, m); - }, default: () => d($a, { items: c }, n) }) : n.item ? n.item({ props: r }) : d(Tt, Z(r, { value: e.returnObject ? u : r.value }), m); + return (h = n.title) == null ? void 0 : h.call(n, { ...g, item: s }); + } : void 0 }, y = So.filterProps(r); + return c ? d(So, Z({ value: r == null ? void 0 : r.value }, y), { activator: (g) => { + let { props: h } = g; + const b = { ...r, ...h, value: e.returnObject ? s : r.value }; + return n.header ? n.header({ props: b }) : d(zt, b, m); + }, default: () => d(Da, { items: c }, n) }) : n.item ? n.item({ props: r }) : d(zt, Z(r, { value: e.returnObject ? s : r.value }), m); })); }; -} }), Ea = H({ items: { type: Array, default: () => [] }, itemTitle: { type: [String, Array, Function], default: "title" }, itemValue: { type: [String, Array, Function], default: "value" }, itemChildren: { type: [Boolean, String, Array, Function], default: "children" }, itemProps: { type: [Boolean, String, Array, Function], default: "props" }, returnObject: Boolean, valueComparator: { type: Function, default: at } }, "list-items"); +} }), La = Y({ items: { type: Array, default: () => [] }, itemTitle: { type: [String, Array, Function], default: "title" }, itemValue: { type: [String, Array, Function], default: "value" }, itemChildren: { type: [Boolean, String, Array, Function], default: "children" }, itemProps: { type: [Boolean, String, Array, Function], default: "props" }, returnObject: Boolean, valueComparator: { type: Function, default: at } }, "list-items"); function vl(e, t) { - const n = He(t, e.itemTitle, t), l = He(t, e.itemValue, n), a = He(t, e.itemChildren), i = { title: n, value: l, ...e.itemProps === !0 ? typeof t != "object" || t == null || Array.isArray(t) ? void 0 : "children" in t ? En(t, ["children"])[1] : t : He(t, e.itemProps) }; - return { title: String(i.title ?? ""), value: i.value, props: i, children: Array.isArray(a) ? Ta(e, a) : void 0, raw: t }; + const n = Xe(t, e.itemTitle, t), l = Xe(t, e.itemValue, n), a = Xe(t, e.itemChildren), i = { title: n, value: l, ...e.itemProps === !0 ? typeof t != "object" || t == null || Array.isArray(t) ? void 0 : "children" in t ? bn(t, ["children"]) : t : Xe(t, e.itemProps) }; + return { title: String(i.title ?? ""), value: i.value, props: i, children: Array.isArray(a) ? Ma(e, a) : void 0, raw: t }; } -function Ta(e, t) { +function Ma(e, t) { const n = []; for (const l of t) n.push(vl(e, l)); return n; } -function vr(e, t) { - const n = He(t, e.itemType, "item"), l = function(r) { +function hr(e, t) { + const n = Xe(t, e.itemType, "item"), l = function(r) { return typeof r == "string" || typeof r == "number" || typeof r == "boolean"; - }(t) ? t : He(t, e.itemTitle), a = He(t, e.itemValue, void 0), i = He(t, e.itemChildren), c = { title: l, value: a, ...e.itemProps === !0 ? En(t, ["children"])[1] : He(t, e.itemProps) }; - return { type: n, title: c.title, value: c.value, props: c, children: n === "item" && i ? za(e, i) : void 0, raw: t }; + }(t) ? t : Xe(t, e.itemTitle), a = Xe(t, e.itemValue, void 0), i = Xe(t, e.itemChildren), c = { title: l, value: a, ...e.itemProps === !0 ? bn(t, ["children"]) : Xe(t, e.itemProps) }; + return { type: n, title: c.title, value: c.value, props: c, children: n === "item" && i ? Wa(e, i) : void 0, raw: t }; } -function za(e, t) { +function Wa(e, t) { const n = []; for (const l of t) - n.push(vr(e, l)); + n.push(hr(e, l)); return n; } -const fr = H({ baseColor: String, activeColor: String, activeClass: String, bgColor: String, disabled: Boolean, lines: { type: [Boolean, String], default: "one" }, nav: Boolean, ...nr({ selectStrategy: "single-leaf", openStrategy: "list" }), ...Wn(), ...ie(), ...je(), ...gn(), ...Nn(), itemType: { type: String, default: "type" }, ...Ea(), ...Je(), ...$e(), ...Ce(), ...an({ variant: "text" }) }, "VList"), yr = Q()({ name: "VList", props: fr(), emits: { "update:selected": (e) => !0, "update:opened": (e) => !0, "click:open": (e) => !0, "click:select": (e) => !0 }, setup(e, t) { +const br = Y({ baseColor: String, activeColor: String, activeClass: String, bgColor: String, disabled: Boolean, lines: { type: [Boolean, String], default: "one" }, slim: Boolean, nav: Boolean, ...ir({ selectStrategy: "single-leaf", openStrategy: "list" }), ...Nn(), ...se(), ...He(), ...Cn(), ...Gn(), itemType: { type: String, default: "type" }, ...La(), ...Ze(), ...ze(), ...Se(), ...rn({ variant: "text" }) }, "VList"), Cr = Q()({ name: "VList", props: br(), emits: { "update:selected": (e) => !0, "update:opened": (e) => !0, "click:open": (e) => !0, "click:select": (e) => !0 }, setup(e, t) { let { slots: n } = t; - const { items: l } = function(C) { - return { items: v(() => za(C, C.items)) }; - }(e), { themeClasses: a } = Ve(e), { backgroundColorClasses: i, backgroundColorStyles: c } = Tn(ne(e, "bgColor")), { borderClasses: r } = Rn(e), { densityClasses: o } = Qe(e), { dimensionStyles: u } = hn(e), { elevationClasses: m } = jn(e), { roundedClasses: y } = Ze(e), { open: f, select: p } = tr(e), g = v(() => e.lines ? `v-list--${e.lines}-line` : void 0), b = ne(e, "activeColor"), h = ne(e, "baseColor"), I = ne(e, "color"); - Va(), Mn({ VListGroup: { activeColor: b, baseColor: h, color: I }, VListItem: { activeClass: ne(e, "activeClass"), activeColor: b, baseColor: h, color: I, density: ne(e, "density"), disabled: ne(e, "disabled"), lines: ne(e, "lines"), nav: ne(e, "nav"), variant: ne(e, "variant") } }); - const A = ue(!1), k = R(); - function M(C) { - A.value = !0; - } - function _(C) { - A.value = !1; - } - function T(C) { - var D; - A.value || C.relatedTarget && ((D = k.value) != null && D.contains(C.relatedTarget)) || S(); - } - function V(C) { - if (k.value) { - if (C.key === "ArrowDown") - S("next"); - else if (C.key === "ArrowUp") - S("prev"); - else if (C.key === "Home") - S("first"); + const { items: l } = function(x) { + return { items: v(() => Wa(x, x.items)) }; + }(e), { themeClasses: a } = _e(e), { backgroundColorClasses: i, backgroundColorStyles: c } = Dn(ne(e, "bgColor")), { borderClasses: r } = jn(e), { densityClasses: o } = en(e), { dimensionStyles: s } = In(e), { elevationClasses: m } = qn(e), { roundedClasses: y } = Qe(e), { open: f, select: p } = rr(e), g = v(() => e.lines ? `v-list--${e.lines}-line` : void 0), h = ne(e, "activeColor"), b = ne(e, "baseColor"), I = ne(e, "color"); + Pa(), Rn({ VListGroup: { activeColor: h, baseColor: b, color: I }, VListItem: { activeClass: ne(e, "activeClass"), activeColor: h, baseColor: b, color: I, density: ne(e, "density"), disabled: ne(e, "disabled"), lines: ne(e, "lines"), nav: ne(e, "nav"), slim: ne(e, "slim"), variant: ne(e, "variant") } }); + const $ = re(!1), F = N(); + function H(x) { + $.value = !0; + } + function T(x) { + $.value = !1; + } + function M(x) { + var E; + $.value || x.relatedTarget && ((E = F.value) != null && E.contains(x.relatedTarget)) || B(); + } + function R(x) { + if (F.value) { + if (x.key === "ArrowDown") + B("next"); + else if (x.key === "ArrowUp") + B("prev"); + else if (x.key === "Home") + B("first"); else { - if (C.key !== "End") + if (x.key !== "End") return; - S("last"); + B("last"); } - C.preventDefault(); + x.preventDefault(); } } - function S(C) { - if (k.value) - return Ft(k.value, C); + function B(x) { + if (F.value) + return Vt(F.value, x); } - return le(() => d(e.tag, { ref: k, class: ["v-list", { "v-list--disabled": e.disabled, "v-list--nav": e.nav }, a.value, i.value, r.value, o.value, m.value, g.value, y.value, e.class], style: [c.value, u.value, e.style], tabindex: e.disabled || A.value ? -1 : 0, role: "listbox", "aria-activedescendant": void 0, onFocusin: M, onFocusout: _, onFocus: T, onKeydown: V }, { default: () => [d($a, { items: l.value, returnObject: e.returnObject }, n)] })), { open: f, select: p, focus: S }; + return oe(() => d(e.tag, { ref: F, class: ["v-list", { "v-list--disabled": e.disabled, "v-list--nav": e.nav }, a.value, i.value, r.value, o.value, m.value, g.value, y.value, e.class], style: [c.value, s.value, e.style], tabindex: e.disabled || $.value ? -1 : 0, role: "listbox", "aria-activedescendant": void 0, onFocusin: H, onFocusout: T, onFocus: M, onKeydown: R }, { default: () => [d(Da, { items: l.value, returnObject: e.returnObject }, n)] })), { open: f, select: p, focus: B }; } }); -function Zt(e, t) { +function Qt(e, t) { return { x: e.x + t.x, y: e.y + t.y }; } -function So(e, t) { +function xo(e, t) { if (e.side === "top" || e.side === "bottom") { const { side: n, align: l } = e; - return Zt({ x: l === "left" ? 0 : l === "center" ? t.width / 2 : l === "right" ? t.width : l, y: n === "top" ? 0 : n === "bottom" ? t.height : n }, t); + return Qt({ x: l === "left" ? 0 : l === "center" ? t.width / 2 : l === "right" ? t.width : l, y: n === "top" ? 0 : n === "bottom" ? t.height : n }, t); } if (e.side === "left" || e.side === "right") { const { side: n, align: l } = e; - return Zt({ x: n === "left" ? 0 : n === "right" ? t.width : n, y: l === "top" ? 0 : l === "center" ? t.height / 2 : l === "bottom" ? t.height : l }, t); + return Qt({ x: n === "left" ? 0 : n === "right" ? t.width : n, y: l === "top" ? 0 : l === "center" ? t.height / 2 : l === "bottom" ? t.height : l }, t); } - return Zt({ x: t.width / 2, y: t.height / 2 }, t); + return Qt({ x: t.width / 2, y: t.height / 2 }, t); } -const Da = { static: function() { +const Ra = { static: function() { }, connected: function(e, t, n) { - (function(p) { + (Array.isArray(e.target.value) || function(p) { for (; p; ) { if (window.getComputedStyle(p).position === "fixed") return !0; p = p.offsetParent; } return !1; - })(e.activatorEl.value) && Object.assign(n.value, { position: "fixed", top: 0, [e.isRtl.value ? "right" : "left"]: 0 }); + }(e.target.value)) && Object.assign(n.value, { position: "fixed", top: 0, [e.isRtl.value ? "right" : "left"]: 0 }); const { preferredAnchor: l, preferredOrigin: a } = kl(() => { - const p = il(t.location, e.isRtl.value), g = t.origin === "overlap" ? p : t.origin === "auto" ? Yt(p) : il(t.origin, e.isRtl.value); - return p.side === g.side && p.align === Xt(g).align ? { preferredAnchor: Yl(p), preferredOrigin: Yl(g) } : { preferredAnchor: p, preferredOrigin: g }; + const p = il(t.location, e.isRtl.value), g = t.origin === "overlap" ? p : t.origin === "auto" ? Xt(p) : il(t.origin, e.isRtl.value); + return p.side === g.side && p.align === Kt(g).align ? { preferredAnchor: Xl(p), preferredOrigin: Xl(g) } : { preferredAnchor: p, preferredOrigin: g }; }), [i, c, r, o] = ["minWidth", "minHeight", "maxWidth", "maxHeight"].map((p) => v(() => { const g = parseFloat(t[p]); return isNaN(g) ? 1 / 0 : g; - })), u = v(() => { + })), s = v(() => { if (Array.isArray(t.offset)) return t.offset; if (typeof t.offset == "string") { @@ -1896,129 +1915,129 @@ const Da = { static: function() { function f() { if (m = !1, requestAnimationFrame(() => { requestAnimationFrame(() => m = !0); - }), !e.activatorEl.value || !e.contentEl.value) + }), !e.target.value || !e.contentEl.value) return; - const p = e.activatorEl.value.getBoundingClientRect(), g = function(C, D) { - D ? C.style.removeProperty("left") : C.style.removeProperty("right"); - const w = wl(C); - return D ? w.x += parseFloat(C.style.right || 0) : w.x -= parseFloat(C.style.left || 0), w.y -= parseFloat(C.style.top || 0), w; - }(e.contentEl.value, e.isRtl.value), b = Ot(e.contentEl.value); - b.length || (b.push(document.documentElement), e.contentEl.value.style.top && e.contentEl.value.style.left || (g.x -= parseFloat(document.documentElement.style.getPropertyValue("--v-body-scroll-x") || 0), g.y -= parseFloat(document.documentElement.style.getPropertyValue("--v-body-scroll-y") || 0))); - const h = b.reduce((C, D) => { - const w = D.getBoundingClientRect(), P = new wn({ x: D === document.documentElement ? 0 : w.x, y: D === document.documentElement ? 0 : w.y, width: D.clientWidth, height: D.clientHeight }); - return C ? new wn({ x: Math.max(C.left, P.left), y: Math.max(C.top, P.top), width: Math.min(C.right, P.right) - Math.max(C.left, P.left), height: Math.min(C.bottom, P.bottom) - Math.max(C.top, P.top) }) : P; + const p = Yo(e.target.value), g = function(x, E) { + E ? x.style.removeProperty("left") : x.style.removeProperty("right"); + const C = wl(x); + return E ? C.x += parseFloat(x.style.right || 0) : C.x -= parseFloat(x.style.left || 0), C.y -= parseFloat(x.style.top || 0), C; + }(e.contentEl.value, e.isRtl.value), h = Pt(e.contentEl.value); + h.length || (h.push(document.documentElement), e.contentEl.value.style.top && e.contentEl.value.style.left || (g.x -= parseFloat(document.documentElement.style.getPropertyValue("--v-body-scroll-x") || 0), g.y -= parseFloat(document.documentElement.style.getPropertyValue("--v-body-scroll-y") || 0))); + const b = h.reduce((x, E) => { + const C = E.getBoundingClientRect(), V = new vn({ x: E === document.documentElement ? 0 : C.x, y: E === document.documentElement ? 0 : C.y, width: E.clientWidth, height: E.clientHeight }); + return x ? new vn({ x: Math.max(x.left, V.left), y: Math.max(x.top, V.top), width: Math.min(x.right, V.right) - Math.max(x.left, V.left), height: Math.min(x.bottom, V.bottom) - Math.max(x.top, V.top) }) : V; }, void 0); - h.x += 12, h.y += 12, h.width -= 24, h.height -= 24; + b.x += 12, b.y += 12, b.width -= 24, b.height -= 24; let I = { anchor: l.value, origin: a.value }; - function A(C) { - const D = new wn(g), w = So(C.anchor, p), P = So(C.origin, D); - let { x: O, y: j } = (x = P, { x: (q = w).x - x.x, y: q.y - x.y }); - var q, x; - switch (C.anchor.side) { + function $(x) { + const E = new vn(g), C = xo(x.anchor, p), V = xo(x.origin, E); + let { x: A, y: j } = (k = V, { x: (G = C).x - k.x, y: G.y - k.y }); + var G, k; + switch (x.anchor.side) { case "top": - j -= u.value[0]; + j -= s.value[0]; break; case "bottom": - j += u.value[0]; + j += s.value[0]; break; case "left": - O -= u.value[0]; + A -= s.value[0]; break; case "right": - O += u.value[0]; + A += s.value[0]; } - switch (C.anchor.align) { + switch (x.anchor.align) { case "top": - j -= u.value[1]; + j -= s.value[1]; break; case "bottom": - j += u.value[1]; + j += s.value[1]; break; case "left": - O -= u.value[1]; + A -= s.value[1]; break; case "right": - O += u.value[1]; + A += s.value[1]; } - return D.x += O, D.y += j, D.width = Math.min(D.width, r.value), D.height = Math.min(D.height, o.value), { overflows: Kl(D, h), x: O, y: j }; + return E.x += A, E.y += j, E.width = Math.min(E.width, r.value), E.height = Math.min(E.height, o.value), { overflows: Jl(E, b), x: A, y: j }; } - let k = 0, M = 0; - const _ = { x: 0, y: 0 }, T = { x: !1, y: !1 }; - let V = -1; + let F = 0, H = 0; + const T = { x: 0, y: 0 }, M = { x: !1, y: !1 }; + let R = -1; for (; ; ) { - if (V++ > 10) { - Wt("Vuetify error: Infinite loop detected in connectedLocationStrategy"); + if (R++ > 10) { + Rt("Vuetify error: Infinite loop detected in connectedLocationStrategy"); break; } - const { x: C, y: D, overflows: w } = A(I); - k += C, M += D, g.x += C, g.y += D; + const { x, y: E, overflows: C } = $(I); + F += x, H += E, g.x += x, g.y += E; { - const P = Xl(I.anchor), O = w.x.before || w.x.after, j = w.y.before || w.y.after; - let q = !1; - if (["x", "y"].forEach((x) => { - if (x === "x" && O && !T.x || x === "y" && j && !T.y) { - const E = { anchor: { ...I.anchor }, origin: { ...I.origin } }, L = x === "x" ? P === "y" ? Xt : Yt : P === "y" ? Yt : Xt; - E.anchor = L(E.anchor), E.origin = L(E.origin); - const { overflows: N } = A(E); - (N[x].before <= w[x].before && N[x].after <= w[x].after || N[x].before + N[x].after < (w[x].before + w[x].after) / 2) && (I = E, q = T[x] = !0); + const V = Kl(I.anchor), A = C.x.before || C.x.after, j = C.y.before || C.y.after; + let G = !1; + if (["x", "y"].forEach((k) => { + if (k === "x" && A && !M.x || k === "y" && j && !M.y) { + const w = { anchor: { ...I.anchor }, origin: { ...I.origin } }, _ = k === "x" ? V === "y" ? Kt : Xt : V === "y" ? Xt : Kt; + w.anchor = _(w.anchor), w.origin = _(w.origin); + const { overflows: D } = $(w); + (D[k].before <= C[k].before && D[k].after <= C[k].after || D[k].before + D[k].after < (C[k].before + C[k].after) / 2) && (I = w, G = M[k] = !0); } - }), q) + }), G) continue; } - w.x.before && (k += w.x.before, g.x += w.x.before), w.x.after && (k -= w.x.after, g.x -= w.x.after), w.y.before && (M += w.y.before, g.y += w.y.before), w.y.after && (M -= w.y.after, g.y -= w.y.after); + C.x.before && (F += C.x.before, g.x += C.x.before), C.x.after && (F -= C.x.after, g.x -= C.x.after), C.y.before && (H += C.y.before, g.y += C.y.before), C.y.after && (H -= C.y.after, g.y -= C.y.after); { - const P = Kl(g, h); - _.x = h.width - P.x.before - P.x.after, _.y = h.height - P.y.before - P.y.after, k += P.x.before, g.x += P.x.before, M += P.y.before, g.y += P.y.before; + const V = Jl(g, b); + T.x = b.width - V.x.before - V.x.after, T.y = b.height - V.y.before - V.y.after, F += V.x.before, g.x += V.x.before, H += V.y.before, g.y += V.y.before; } break; } - const S = Xl(I.anchor); - return Object.assign(n.value, { "--v-overlay-anchor-origin": `${I.anchor.side} ${I.anchor.align}`, transformOrigin: `${I.origin.side} ${I.origin.align}`, top: te(Qt(M)), left: e.isRtl.value ? void 0 : te(Qt(k)), right: e.isRtl.value ? te(Qt(-k)) : void 0, minWidth: te(S === "y" ? Math.min(i.value, p.width) : i.value), maxWidth: te(xo(Jn(_.x, i.value === 1 / 0 ? 0 : i.value, r.value))), maxHeight: te(xo(Jn(_.y, c.value === 1 / 0 ? 0 : c.value, o.value))) }), { available: _, contentBox: g }; + const B = Kl(I.anchor); + return Object.assign(n.value, { "--v-overlay-anchor-origin": `${I.anchor.side} ${I.anchor.align}`, transformOrigin: `${I.origin.side} ${I.origin.align}`, top: te(el(H)), left: e.isRtl.value ? void 0 : te(el(F)), right: e.isRtl.value ? te(el(-F)) : void 0, minWidth: te(B === "y" ? Math.min(i.value, p.width) : i.value), maxWidth: te(Bo(An(T.x, i.value === 1 / 0 ? 0 : i.value, r.value))), maxHeight: te(Bo(An(T.y, c.value === 1 / 0 ? 0 : c.value, o.value))) }), { available: T, contentBox: g }; } - return K([e.activatorEl, e.contentEl], (p, g) => { - let [b, h] = p, [I, A] = g; - I && y.unobserve(I), b && y.observe(b), A && y.unobserve(A), h && y.observe(h); - }, { immediate: !0 }), we(() => { + return K([e.target, e.contentEl], (p, g) => { + let [h, b] = p, [I, $] = g; + I && !Array.isArray(I) && y.unobserve(I), h && !Array.isArray(h) && y.observe(h), $ && y.unobserve($), b && y.observe(b); + }, { immediate: !0 }), Be(() => { y.disconnect(); - }), K(() => [l.value, a.value, t.offset, t.minWidth, t.minHeight, t.maxWidth, t.maxHeight], () => f()), xe(() => { + }), K(() => [l.value, a.value, t.offset, t.minWidth, t.minHeight, t.maxWidth, t.maxHeight], () => f()), Ie(() => { const p = f(); if (!p) return; - const { available: g, contentBox: b } = p; - b.height > g.y && requestAnimationFrame(() => { + const { available: g, contentBox: h } = p; + h.height > g.y && requestAnimationFrame(() => { f(), requestAnimationFrame(() => { f(); }); }); }), { updateLocation: f }; -} }, mr = H({ locationStrategy: { type: [String, Function], default: "static", validator: (e) => typeof e == "function" || e in Da }, location: { type: String, default: "bottom" }, origin: { type: String, default: "auto" }, offset: [Number, String, Array] }, "VOverlay-location-strategies"); -function Qt(e) { +} }, Ir = Y({ locationStrategy: { type: [String, Function], default: "static", validator: (e) => typeof e == "function" || e in Ra }, location: { type: String, default: "bottom" }, origin: { type: String, default: "auto" }, offset: [Number, String, Array] }, "VOverlay-location-strategies"); +function el(e) { return Math.round(e * devicePixelRatio) / devicePixelRatio; } -function xo(e) { +function Bo(e) { return Math.ceil(e * devicePixelRatio) / devicePixelRatio; } let fl = !0; -const zt = []; -let Bo = -1; +const Dt = []; +let ko = -1; function yl() { - cancelAnimationFrame(Bo), Bo = requestAnimationFrame(() => { - const e = zt.shift(); - e && e(), zt.length ? yl() : fl = !0; + cancelAnimationFrame(ko), ko = requestAnimationFrame(() => { + const e = Dt.shift(); + e && e(), Dt.length ? yl() : fl = !0; }); } const kt = { none: null, close: function(e) { - ko(e.activatorEl.value ?? e.contentEl.value, function(t) { + wo(e.targetEl.value ?? e.contentEl.value, function(t) { e.isActive.value = !1; }); }, block: function(e, t) { var r; - const n = (r = e.root.value) == null ? void 0 : r.offsetParent, l = [.../* @__PURE__ */ new Set([...Ot(e.activatorEl.value, t.contained ? n : void 0), ...Ot(e.contentEl.value, t.contained ? n : void 0)])].filter((o) => !o.classList.contains("v-overlay-scroll-blocked")), a = window.innerWidth - document.documentElement.offsetWidth, i = (c = n || document.documentElement, Vl(c) && c); + const n = (r = e.root.value) == null ? void 0 : r.offsetParent, l = [.../* @__PURE__ */ new Set([...Pt(e.targetEl.value, t.contained ? n : void 0), ...Pt(e.contentEl.value, t.contained ? n : void 0)])].filter((o) => !o.classList.contains("v-overlay-scroll-blocked")), a = window.innerWidth - document.documentElement.offsetWidth, i = (c = n || document.documentElement, Vl(c) && c); var c; - i && e.root.value.classList.add("v-overlay--scroll-blocked"), l.forEach((o, u) => { + i && e.root.value.classList.add("v-overlay--scroll-blocked"), l.forEach((o, s) => { o.style.setProperty("--v-body-scroll-x", te(-o.scrollLeft)), o.style.setProperty("--v-body-scroll-y", te(-o.scrollTop)), o !== document.documentElement && o.style.setProperty("--v-scrollbar-offset", te(a)), o.classList.add("v-overlay-scroll-blocked"); - }), we(() => { - l.forEach((o, u) => { + }), Be(() => { + l.forEach((o, s) => { const m = parseFloat(o.style.getPropertyValue("--v-body-scroll-x")), y = parseFloat(o.style.getPropertyValue("--v-body-scroll-y")); o.style.removeProperty("--v-body-scroll-x"), o.style.removeProperty("--v-body-scroll-y"), o.style.removeProperty("--v-scrollbar-offset"), o.classList.remove("v-overlay-scroll-blocked"), o.scrollLeft = -m, o.scrollTop = -y; }), i && e.root.value.classList.remove("v-overlay--scroll-blocked"); @@ -2029,13 +2048,13 @@ const kt = { none: null, close: function(e) { var o; o = () => { var y, f; - const u = performance.now(); - (f = (y = e.updateLocation).value) == null || f.call(y, r), l = (performance.now() - u) / (1e3 / 60) > 2; - }, !fl || zt.length ? (zt.push(o), yl()) : (fl = !1, o(), yl()); + const s = performance.now(); + (f = (y = e.updateLocation).value) == null || f.call(y, r), l = (performance.now() - s) / (1e3 / 60) > 2; + }, !fl || Dt.length ? (Dt.push(o), yl()) : (fl = !1, o(), yl()); } i = (typeof requestIdleCallback > "u" ? (r) => r() : requestIdleCallback)(() => { n.run(() => { - ko(e.activatorEl.value ?? e.contentEl.value, (r) => { + wo(e.targetEl.value ?? e.contentEl.value, (r) => { l ? (cancelAnimationFrame(a), a = requestAnimationFrame(() => { a = requestAnimationFrame(() => { c(r); @@ -2043,206 +2062,222 @@ const kt = { none: null, close: function(e) { })) : c(r); }); }); - }), we(() => { + }), Be(() => { typeof cancelIdleCallback < "u" && cancelIdleCallback(i), cancelAnimationFrame(a); }); -} }, gr = H({ scrollStrategy: { type: [String, Function], default: "block", validator: (e) => typeof e == "function" || e in kt } }, "VOverlay-scroll-strategies"); -function ko(e, t) { - const n = [document, ...Ot(e)]; +} }, Sr = Y({ scrollStrategy: { type: [String, Function], default: "block", validator: (e) => typeof e == "function" || e in kt } }, "VOverlay-scroll-strategies"); +function wo(e, t) { + const n = [document, ...Pt(e)]; n.forEach((l) => { l.addEventListener("scroll", t, { passive: !0 }); - }), we(() => { + }), Be(() => { n.forEach((l) => { l.removeEventListener("scroll", t); }); }); } -const ml = Symbol.for("vuetify:v-menu"), hr = H({ closeDelay: [Number, String], openDelay: [Number, String] }, "delay"), br = H({ activator: [String, Object], activatorProps: { type: Object, default: () => ({}) }, openOnClick: { type: Boolean, default: void 0 }, openOnHover: Boolean, openOnFocus: { type: Boolean, default: void 0 }, closeOnContentClick: Boolean, ...hr() }, "VOverlay-activator"); -function Cr(e, t) { +const ml = Symbol.for("vuetify:v-menu"), xr = Y({ closeDelay: [Number, String], openDelay: [Number, String] }, "delay"), Br = Y({ target: [String, Object], activator: [String, Object], activatorProps: { type: Object, default: () => ({}) }, openOnClick: { type: Boolean, default: void 0 }, openOnHover: Boolean, openOnFocus: { type: Boolean, default: void 0 }, closeOnContentClick: Boolean, ...xr() }, "VOverlay-activator"); +function kr(e, t) { let { isActive: n, isTop: l } = t; - const a = R(); - let i = !1, c = !1, r = !0; - const o = v(() => e.openOnFocus || e.openOnFocus == null && e.openOnHover), u = v(() => e.openOnClick || e.openOnClick == null && !e.openOnHover && !o.value), { runOpenDelay: m, runCloseDelay: y } = function(V, S) { - const C = {}, D = (w) => () => { - if (!Ee) + const a = Fe("useActivator"), i = N(); + let c = !1, r = !1, o = !0; + const s = v(() => e.openOnFocus || e.openOnFocus == null && e.openOnHover), m = v(() => e.openOnClick || e.openOnClick == null && !e.openOnHover && !s.value), { runOpenDelay: y, runCloseDelay: f } = function(C, V) { + const A = {}, j = (G) => () => { + if (!$e) return Promise.resolve(!0); - const P = w === "openDelay"; - return C.closeDelay && window.clearTimeout(C.closeDelay), delete C.closeDelay, C.openDelay && window.clearTimeout(C.openDelay), delete C.openDelay, new Promise((O) => { - const j = parseInt(V[w] ?? 0, 10); - C[w] = window.setTimeout(() => { - S == null || S(P), O(P); - }, j); + const k = G === "openDelay"; + return A.closeDelay && window.clearTimeout(A.closeDelay), delete A.closeDelay, A.openDelay && window.clearTimeout(A.openDelay), delete A.openDelay, new Promise((w) => { + const _ = parseInt(C[G] ?? 0, 10); + A[G] = window.setTimeout(() => { + V == null || V(k), w(k); + }, _); }); }; - return { runCloseDelay: D("closeDelay"), runOpenDelay: D("openDelay") }; - }(e, (V) => { - V !== (e.openOnHover && i || o.value && c) || e.openOnHover && n.value && !l.value || (n.value !== V && (r = !0), n.value = V); - }), f = (V) => { - V.stopPropagation(), a.value = V.currentTarget || V.target, n.value = !n.value; - }, p = (V) => { - var S; - (S = V.sourceCapabilities) != null && S.firesTouchEvents || (i = !0, a.value = V.currentTarget || V.target, m()); - }, g = (V) => { - i = !1, y(); - }, b = (V) => { - Vt(V.target, ":focus-visible") !== !1 && (c = !0, V.stopPropagation(), a.value = V.currentTarget || V.target, m()); - }, h = (V) => { - c = !1, V.stopPropagation(), y(); - }, I = v(() => { - const V = {}; - return u.value && (V.onClick = f), e.openOnHover && (V.onMouseenter = p, V.onMouseleave = g), o.value && (V.onFocus = b, V.onBlur = h), V; - }), A = v(() => { - const V = {}; - if (e.openOnHover && (V.onMouseenter = () => { - i = !0, m(); - }, V.onMouseleave = () => { - i = !1, y(); - }), o.value && (V.onFocusin = () => { - c = !0, m(); - }, V.onFocusout = () => { - c = !1, y(); + return { runCloseDelay: j("closeDelay"), runOpenDelay: j("openDelay") }; + }(e, (C) => { + C !== (e.openOnHover && c || s.value && r) || e.openOnHover && n.value && !l.value || (n.value !== C && (o = !0), n.value = C); + }), p = N(), g = (C) => { + C.stopPropagation(), i.value = C.currentTarget || C.target, n.value || (p.value = [C.clientX, C.clientY]), n.value = !n.value; + }, h = (C) => { + var V; + (V = C.sourceCapabilities) != null && V.firesTouchEvents || (c = !0, i.value = C.currentTarget || C.target, y()); + }, b = (C) => { + c = !1, f(); + }, I = (C) => { + At(C.target, ":focus-visible") !== !1 && (r = !0, C.stopPropagation(), i.value = C.currentTarget || C.target, y()); + }, $ = (C) => { + r = !1, C.stopPropagation(), f(); + }, F = v(() => { + const C = {}; + return m.value && (C.onClick = g), e.openOnHover && (C.onMouseenter = h, C.onMouseleave = b), s.value && (C.onFocus = I, C.onBlur = $), C; + }), H = v(() => { + const C = {}; + if (e.openOnHover && (C.onMouseenter = () => { + c = !0, y(); + }, C.onMouseleave = () => { + c = !1, f(); + }), s.value && (C.onFocusin = () => { + r = !0, y(); + }, C.onFocusout = () => { + r = !1, f(); }), e.closeOnContentClick) { - const S = ve(ml, null); - V.onClick = () => { - n.value = !1, S == null || S.closeParents(); + const V = ve(ml, null); + C.onClick = () => { + n.value = !1, V == null || V.closeParents(); }; } - return V; - }), k = v(() => { - const V = {}; - return e.openOnHover && (V.onMouseenter = () => { - r && (i = !0, r = !1, m()); - }, V.onMouseleave = () => { - i = !1, y(); - }), V; + return C; + }), T = v(() => { + const C = {}; + return e.openOnHover && (C.onMouseenter = () => { + o && (c = !0, o = !1, y()); + }, C.onMouseleave = () => { + c = !1, f(); + }), C; }); - K(l, (V) => { - !V || (!e.openOnHover || i || o.value && c) && (!o.value || c || e.openOnHover && i) || (n.value = !1); - }); - const M = R(); - Ue(() => { - M.value && xe(() => { - a.value = ll(M.value); + K(l, (C) => { + !C || (!e.openOnHover || c || s.value && r) && (!s.value || r || e.openOnHover && c) || (n.value = !1); + }), K(n, (C) => { + C || setTimeout(() => { + p.value = void 0; + }); + }, { flush: "post" }); + const M = N(); + Ge(() => { + M.value && Ie(() => { + i.value = wt(M.value); }); }); - const _ = ke("useActivator"); - let T; - return K(() => !!e.activator, (V) => { - V && Ee ? (T = Cl(), T.run(() => { - (function(S, C, D) { - let { activatorEl: w, activatorEvents: P } = D; - function O() { - let x = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : q(), E = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : S.activatorProps; - x && function(L, N) { - Object.keys(N).forEach((G) => { - if (ol(G)) { - const $ = ql(G), B = ht.get(L); - if (N[G] == null) - B == null || B.forEach((W) => { - const [F, z] = W; - F === $ && (L.removeEventListener($, z), B.delete(W)); + const R = N(), B = v(() => e.target === "cursor" && p.value ? p.value : R.value ? wt(R.value) : Fo(e.target, a) || i.value), x = v(() => Array.isArray(B.value) ? void 0 : B.value); + let E; + return K(() => !!e.activator, (C) => { + C && $e ? (E = Cl(), E.run(() => { + (function(V, A, j) { + let { activatorEl: G, activatorEvents: k } = j; + function w() { + let W = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : D(), O = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : V.activatorProps; + W && function(L, U) { + Object.keys(U).forEach((S) => { + if (ol(S)) { + const P = Hl(S), z = ht.get(L); + if (U[S] == null) + z == null || z.forEach((q) => { + const [X, le] = q; + X === P && (L.removeEventListener(P, le), z.delete(q)); }); - else if (!B || ![...B].some((W) => W[0] === $ && W[1] === N[G])) { - L.addEventListener($, N[G]); - const W = B || /* @__PURE__ */ new Set(); - W.add([$, N[G]]), ht.has(L) || ht.set(L, W); + else if (!z || ![...z].some((q) => q[0] === P && q[1] === U[S])) { + L.addEventListener(P, U[S]); + const q = z || /* @__PURE__ */ new Set(); + q.add([P, U[S]]), ht.has(L) || ht.set(L, q); } } else - N[G] == null ? L.removeAttribute(G) : L.setAttribute(G, N[G]); + U[S] == null ? L.removeAttribute(S) : L.setAttribute(S, U[S]); }); - }(x, Z(P.value, E)); + }(W, Z(k.value, O)); } - function j() { - let x = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : q(), E = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : S.activatorProps; - x && function(L, N) { - Object.keys(N).forEach((G) => { - if (ol(G)) { - const $ = ql(G), B = ht.get(L); - B == null || B.forEach((W) => { - const [F, z] = W; - F === $ && (L.removeEventListener($, z), B.delete(W)); + function _() { + let W = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : D(), O = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : V.activatorProps; + W && function(L, U) { + Object.keys(U).forEach((S) => { + if (ol(S)) { + const P = Hl(S), z = ht.get(L); + z == null || z.forEach((q) => { + const [X, le] = q; + X === P && (L.removeEventListener(P, le), z.delete(q)); }); } else - L.removeAttribute(G); + L.removeAttribute(S); }); - }(x, Z(P.value, E)); + }(W, Z(k.value, O)); } - function q() { - var L, N; - let x, E = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : S.activator; - if (E) - if (E === "parent") { - let G = (N = (L = C == null ? void 0 : C.proxy) == null ? void 0 : L.$el) == null ? void 0 : N.parentNode; - for (; G != null && G.hasAttribute("data-no-activator"); ) - G = G.parentNode; - x = G; - } else - x = typeof E == "string" ? document.querySelector(E) : "$el" in E ? E.$el : E; - return w.value = (x == null ? void 0 : x.nodeType) === Node.ELEMENT_NODE ? x : null, w.value; + function D() { + const W = Fo(arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : V.activator, A); + return G.value = (W == null ? void 0 : W.nodeType) === Node.ELEMENT_NODE ? W : void 0, G.value; } - K(() => S.activator, (x, E) => { - if (E && x !== E) { - const L = q(E); - L && j(L); + K(() => V.activator, (W, O) => { + if (O && W !== O) { + const L = D(O); + L && _(L); } - x && xe(() => O()); - }, { immediate: !0 }), K(() => S.activatorProps, () => { - O(); - }), we(() => { - j(); + W && Ie(() => w()); + }, { immediate: !0 }), K(() => V.activatorProps, () => { + w(); + }), Be(() => { + _(); }); - })(e, _, { activatorEl: a, activatorEvents: I }); - })) : T && T.stop(); - }, { flush: "post", immediate: !0 }), we(() => { - T == null || T.stop(); - }), { activatorEl: a, activatorRef: M, activatorEvents: I, contentEvents: A, scrimEvents: k }; -} -const Ir = Symbol.for("vuetify:display"); -function La() { - const e = ve(Ir); + })(e, a, { activatorEl: i, activatorEvents: F }); + })) : E && E.stop(); + }, { flush: "post", immediate: !0 }), Be(() => { + E == null || E.stop(); + }), { activatorEl: i, activatorRef: M, target: B, targetEl: x, targetRef: R, activatorEvents: F, contentEvents: H, scrimEvents: T }; +} +function Fo(e, t) { + var l, a; if (!e) - throw new Error("Could not find Vuetify display injection"); - return e; + return; + let n; + if (e === "parent") { + let i = (a = (l = t == null ? void 0 : t.proxy) == null ? void 0 : l.$el) == null ? void 0 : a.parentNode; + for (; i != null && i.hasAttribute("data-no-activator"); ) + i = i.parentNode; + n = i; + } else + n = typeof e == "string" ? document.querySelector(e) : "$el" in e ? e.$el : e; + return n; } -const Sr = H({ eager: Boolean }, "lazy"); -function Ma() { - const e = ke("useScopeId").vnode.scopeId; +const wr = Symbol.for("vuetify:display"); +function Na() { + let e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : qe(); + const n = ve(wr); + if (!n) + throw new Error("Could not find Vuetify display injection"); + const l = v(() => { + if (!e.mobileBreakpoint) + return n.mobile.value; + const i = typeof e.mobileBreakpoint == "number" ? e.mobileBreakpoint : n.thresholds.value[e.mobileBreakpoint]; + return n.width.value < i; + }), a = v(() => t ? { [`${t}--mobile`]: l.value } : {}); + return { ...n, displayClasses: a, mobile: l }; +} +const Fr = Y({ eager: Boolean }, "lazy"); +function ja() { + const e = Fe("useScopeId").vnode.scopeId; return { scopeId: e ? { [e]: "" } : void 0 }; } -const wo = Symbol.for("vuetify:stack"), Un = ze([]); -function xr() { +const Vo = Symbol.for("vuetify:stack"), Yn = Le([]); +function Vr() { return !0; } -function Fo(e, t, n) { - if (!e || Wa(e, n) === !1) +function Ao(e, t, n) { + if (!e || Ga(e, n) === !1) return !1; - const l = Ho(t); + const l = Ko(t); if (typeof ShadowRoot < "u" && l instanceof ShadowRoot && l.host === e.target) return !1; const a = (typeof n.value == "object" && n.value.include || (() => []))(); return a.push(t), !a.some((i) => i == null ? void 0 : i.contains(e.target)); } -function Wa(e, t) { - return (typeof t.value == "object" && t.value.closeConditional || xr)(e); +function Ga(e, t) { + return (typeof t.value == "object" && t.value.closeConditional || Vr)(e); } -function Vo(e, t) { - const n = Ho(e); +function _o(e, t) { + const n = Ko(e); t(document), typeof ShadowRoot < "u" && n instanceof ShadowRoot && t(n); } -const Br = { mounted(e, t) { +const Ar = { mounted(e, t) { const n = (a) => function(i, c, r) { const o = typeof r.value == "function" ? r.value : r.value.handler; - c._clickOutside.lastMousedownWasOutside && Fo(i, c, r) && setTimeout(() => { - Wa(i, r) && o && o(i); + c._clickOutside.lastMousedownWasOutside && Ao(i, c, r) && setTimeout(() => { + Ga(i, r) && o && o(i); }, 0); }(a, e, t), l = (a) => { - e._clickOutside.lastMousedownWasOutside = Fo(a, e, t); + e._clickOutside.lastMousedownWasOutside = Ao(a, e, t); }; - Vo(e, (a) => { + _o(e, (a) => { a.addEventListener("click", n, !0), a.addEventListener("mousedown", l, !0); }), e._clickOutside || (e._clickOutside = { lastMousedownWasOutside: !1 }), e._clickOutside[t.instance.$.uid] = { onClick: n, onMousedown: l }; }, unmounted(e, t) { - e._clickOutside && (Vo(e, (n) => { + e._clickOutside && (_o(e, (n) => { var i; if (!n || !((i = e._clickOutside) != null && i[t.instance.$.uid])) return; @@ -2250,150 +2285,150 @@ const Br = { mounted(e, t) { n.removeEventListener("click", l, !0), n.removeEventListener("mousedown", a, !0); }), delete e._clickOutside[t.instance.$.uid]); } }; -function kr(e) { +function _r(e) { const { modelValue: t, color: n, ...l } = e; - return d(yn, { name: "fade-transition", appear: !0 }, { default: () => [e.modelValue && d("div", Z({ class: ["v-overlay__scrim", e.color.backgroundColorClasses.value], style: e.color.backgroundColorStyles.value }, l), null)] }); + return d(gn, { name: "fade-transition", appear: !0 }, { default: () => [e.modelValue && d("div", Z({ class: ["v-overlay__scrim", e.color.backgroundColorClasses.value], style: e.color.backgroundColorStyles.value }, l), null)] }); } -const Ra = H({ absolute: Boolean, attach: [Boolean, String, Object], closeOnBack: { type: Boolean, default: !0 }, contained: Boolean, contentClass: null, contentProps: null, disabled: Boolean, noClickAnimation: Boolean, modelValue: Boolean, persistent: Boolean, scrim: { type: [Boolean, String], default: !0 }, zIndex: { type: [Number, String], default: 2e3 }, ...br(), ...ie(), ...gn(), ...Sr(), ...mr(), ...gr(), ...Ce(), ...ct() }, "VOverlay"), Ao = Q()({ name: "VOverlay", directives: { ClickOutside: Br }, inheritAttrs: !1, props: { _disableGlobalStack: Boolean, ...Ra() }, emits: { "click:outside": (e) => !0, "update:modelValue": (e) => !0, afterLeave: () => !0 }, setup(e, t) { - var G, $; +const qa = Y({ absolute: Boolean, attach: [Boolean, String, Object], closeOnBack: { type: Boolean, default: !0 }, contained: Boolean, contentClass: null, contentProps: null, disabled: Boolean, noClickAnimation: Boolean, modelValue: Boolean, persistent: Boolean, scrim: { type: [Boolean, String], default: !0 }, zIndex: { type: [Number, String], default: 2e3 }, ...Br(), ...se(), ...Cn(), ...Fr(), ...Ir(), ...Sr(), ...Se(), ...ut() }, "VOverlay"), Oo = Q()({ name: "VOverlay", directives: { ClickOutside: Ar }, inheritAttrs: !1, props: { _disableGlobalStack: Boolean, ...qa() }, emits: { "click:outside": (e) => !0, "update:modelValue": (e) => !0, afterLeave: () => !0 }, setup(e, t) { + var L, U; let { slots: n, attrs: l, emit: a } = t; - const i = me(e, "modelValue"), c = v({ get: () => i.value, set: (B) => { - B && e.disabled || (i.value = B); - } }), { teleportTarget: r } = (o = v(() => e.attach || e.contained), { teleportTarget: v(() => { - const B = o.value; - if (B === !0 || !Ee) - return; - const W = B === !1 ? document.body : typeof B == "string" ? document.querySelector(B) : B; - if (W == null) - return void Wt(`Unable to locate target ${B}`); - let F = W.querySelector(":scope > .v-overlay-container"); - return F || (F = document.createElement("div"), F.className = "v-overlay-container", W.appendChild(F)), F; - }) }); - var o; - const { themeClasses: u } = Ve(e), { rtlClasses: m, isRtl: y } = ut(), { hasContent: f, onAfterLeave: p } = function(B, W) { - const F = ue(!1), z = v(() => F.value || B.eager || W.value); - return K(W, () => F.value = !0), { isBooted: F, hasContent: z, onAfterLeave: function() { - B.eager || (F.value = !1); + const i = me(e, "modelValue"), c = v({ get: () => i.value, set: (S) => { + S && e.disabled || (i.value = S); + } }), { teleportTarget: r } = function(S) { + return { teleportTarget: v(() => { + const P = S.value; + if (P === !0 || !$e) + return; + const z = P === !1 ? document.body : typeof P == "string" ? document.querySelector(P) : P; + if (z == null) + return void Rt(`Unable to locate target ${P}`); + let q = z.querySelector(":scope > .v-overlay-container"); + return q || (q = document.createElement("div"), q.className = "v-overlay-container", z.appendChild(q)), q; + }) }; + }(v(() => e.attach || e.contained)), { themeClasses: o } = _e(e), { rtlClasses: s, isRtl: m } = st(), { hasContent: y, onAfterLeave: f } = function(S, P) { + const z = re(!1), q = v(() => z.value || S.eager || P.value); + return K(P, () => z.value = !0), { isBooted: z, hasContent: q, onAfterLeave: function() { + S.eager || (z.value = !1); } }; - }(e, c), g = Tn(v(() => typeof e.scrim == "string" ? e.scrim : null)), { globalTop: b, localTop: h, stackStyles: I } = function(B, W, F) { - const z = ke("useStack"), U = !F, J = ve(wo, void 0), Y = ze({ activeChildren: /* @__PURE__ */ new Set() }); - Te(wo, Y); - const re = ue(+W.value); - pn(B, () => { - var qn; - const We = (qn = Un.at(-1)) == null ? void 0 : qn[1]; - re.value = We ? We + 10 : +W.value, U && Un.push([z.uid, re.value]), J == null || J.activeChildren.add(z.uid), we(() => { - if (U) { - const Ya = nn(Un).findIndex((Xa) => Xa[0] === z.uid); - Un.splice(Ya, 1); + }(e, c), p = Dn(v(() => typeof e.scrim == "string" ? e.scrim : null)), { globalTop: g, localTop: h, stackStyles: b } = function(S, P, z) { + const q = Fe("useStack"), X = !z, le = ve(Vo, void 0), be = Le({ activeChildren: /* @__PURE__ */ new Set() }); + De(Vo, be); + const Ve = re(+P.value); + fn(S, () => { + var Hn; + const gt = (Hn = Yn.at(-1)) == null ? void 0 : Hn[1]; + Ve.value = gt ? gt + 10 : +P.value, X && Yn.push([q.uid, Ve.value]), le == null || le.activeChildren.add(q.uid), Be(() => { + if (X) { + const Qa = tn(Yn).findIndex((ei) => ei[0] === q.uid); + Yn.splice(Qa, 1); } - J == null || J.activeChildren.delete(z.uid); + le == null || le.activeChildren.delete(q.uid); }); }); - const Ae = ue(!0); - U && Ue(() => { - var qn; - const We = ((qn = Un.at(-1)) == null ? void 0 : qn[0]) === z.uid; - setTimeout(() => Ae.value = We); + const Oe = re(!0); + X && Ge(() => { + var Hn; + const gt = ((Hn = Yn.at(-1)) == null ? void 0 : Hn[0]) === q.uid; + setTimeout(() => Oe.value = gt); }); - const Gn = v(() => !Y.activeChildren.size); - return { globalTop: bl(Ae), localTop: Gn, stackStyles: v(() => ({ zIndex: re.value })) }; - }(c, ne(e, "zIndex"), e._disableGlobalStack), { activatorEl: A, activatorRef: k, activatorEvents: M, contentEvents: _, scrimEvents: T } = Cr(e, { isActive: c, isTop: h }), { dimensionStyles: V } = hn(e), S = function() { - if (!Ee) - return ue(!1); - const { ssr: B } = La(); - if (B) { - const W = ue(!1); - return Ln(() => { - W.value = !0; - }), W; + const Za = v(() => !be.activeChildren.size); + return { globalTop: bl(Oe), localTop: Za, stackStyles: v(() => ({ zIndex: Ve.value })) }; + }(c, ne(e, "zIndex"), e._disableGlobalStack), { activatorEl: I, activatorRef: $, target: F, targetEl: H, targetRef: T, activatorEvents: M, contentEvents: R, scrimEvents: B } = kr(e, { isActive: c, isTop: h }), { dimensionStyles: x } = In(e), E = function() { + if (!$e) + return re(!1); + const { ssr: S } = Na(); + if (S) { + const P = re(!1); + return Wn(() => { + P.value = !0; + }), P; } - return ue(!0); - }(), { scopeId: C } = Ma(); - K(() => e.disabled, (B) => { - B && (c.value = !1); + return re(!0); + }(), { scopeId: C } = ja(); + K(() => e.disabled, (S) => { + S && (c.value = !1); }); - const D = R(), w = R(), { contentStyles: P, updateLocation: O } = function(B, W) { - const F = R({}), z = R(); - function U(J) { - var Y; - (Y = z.value) == null || Y.call(z, J); + const V = N(), A = N(), { contentStyles: j, updateLocation: G } = function(S, P) { + const z = N({}), q = N(); + function X(le) { + var be; + (be = q.value) == null || be.call(q, le); } - return Ee && (pn(() => !(!W.isActive.value || !B.locationStrategy), (J) => { - var Y, re; - K(() => B.locationStrategy, J), we(() => { - z.value = void 0; - }), typeof B.locationStrategy == "function" ? z.value = (Y = B.locationStrategy(W, B, F)) == null ? void 0 : Y.updateLocation : z.value = (re = Da[B.locationStrategy](W, B, F)) == null ? void 0 : re.updateLocation; - }), window.addEventListener("resize", U, { passive: !0 }), we(() => { - window.removeEventListener("resize", U), z.value = void 0; - })), { contentStyles: F, updateLocation: z }; - }(e, { isRtl: y, contentEl: w, activatorEl: A, isActive: c }); - function j(B) { - a("click:outside", B), e.persistent ? N() : c.value = !1; - } - function q() { - return c.value && b.value; - } - function x(B) { - var W, F; - B.key === "Escape" && b.value && (e.persistent ? N() : (c.value = !1, (W = w.value) != null && W.contains(document.activeElement) && ((F = A.value) == null || F.focus()))); - } - (function(B, W) { - if (!Ee) + return $e && (fn(() => !(!P.isActive.value || !S.locationStrategy), (le) => { + var be, Ve; + K(() => S.locationStrategy, le), Be(() => { + q.value = void 0; + }), typeof S.locationStrategy == "function" ? q.value = (be = S.locationStrategy(P, S, z)) == null ? void 0 : be.updateLocation : q.value = (Ve = Ra[S.locationStrategy](P, S, z)) == null ? void 0 : Ve.updateLocation; + }), window.addEventListener("resize", X, { passive: !0 }), Be(() => { + window.removeEventListener("resize", X), q.value = void 0; + })), { contentStyles: z, updateLocation: q }; + }(e, { isRtl: m, contentEl: A, target: F, isActive: c }); + function k(S) { + a("click:outside", S), e.persistent ? O() : c.value = !1; + } + function w() { + return c.value && g.value; + } + function _(S) { + var P, z; + S.key === "Escape" && g.value && (e.persistent ? O() : (c.value = !1, (P = A.value) != null && P.contains(document.activeElement) && ((z = I.value) == null || z.focus()))); + } + (function(S, P) { + if (!$e) return; - let F; - Ue(async () => { - F == null || F.stop(), W.isActive.value && B.scrollStrategy && (F = Cl(), await xe(), F.active && F.run(() => { - var z; - typeof B.scrollStrategy == "function" ? B.scrollStrategy(W, B, F) : (z = kt[B.scrollStrategy]) == null || z.call(kt, W, B, F); + let z; + Ge(async () => { + z == null || z.stop(), P.isActive.value && S.scrollStrategy && (z = Cl(), await Ie(), z.active && z.run(() => { + var q; + typeof S.scrollStrategy == "function" ? S.scrollStrategy(P, S, z) : (q = kt[S.scrollStrategy]) == null || q.call(kt, P, S, z); })); - }), we(() => { - F == null || F.stop(); + }), Be(() => { + z == null || z.stop(); }); - })(e, { root: D, contentEl: w, activatorEl: A, isActive: c, updateLocation: O }), Ee && K(c, (B) => { - B ? window.addEventListener("keydown", x) : window.removeEventListener("keydown", x); + })(e, { root: V, contentEl: A, targetEl: H, isActive: c, updateLocation: G }), $e && K(c, (S) => { + S ? window.addEventListener("keydown", _) : window.removeEventListener("keydown", _); }, { immediate: !0 }); - const E = ($ = (G = ke("useRouter")) == null ? void 0 : G.proxy) == null ? void 0 : $.$router; - pn(() => e.closeOnBack, () => { - (function(B, W) { - let F, z, U = !1; - function J(Y) { - var re; - (re = Y.state) != null && re.replaced || (U = !0, setTimeout(() => U = !1)); + const D = (U = (L = Fe("useRouter")) == null ? void 0 : L.proxy) == null ? void 0 : U.$router; + fn(() => e.closeOnBack, () => { + (function(S, P) { + let z, q, X = !1; + function le(be) { + var Ve; + (Ve = be.state) != null && Ve.replaced || (X = !0, setTimeout(() => X = !1)); } - Ee && (xe(() => { - window.addEventListener("popstate", J), F = B == null ? void 0 : B.beforeEach((Y, re, Ae) => { - Jt ? U ? W(Ae) : Ae() : setTimeout(() => U ? W(Ae) : Ae()), Jt = !0; - }), z = B == null ? void 0 : B.afterEach(() => { - Jt = !1; + $e && (Ie(() => { + window.addEventListener("popstate", le), z = S == null ? void 0 : S.beforeEach((be, Ve, Oe) => { + Zt ? X ? P(Oe) : Oe() : setTimeout(() => X ? P(Oe) : Oe()), Zt = !0; + }), q = S == null ? void 0 : S.afterEach(() => { + Zt = !1; }); - }), we(() => { - window.removeEventListener("popstate", J), F == null || F(), z == null || z(); + }), Be(() => { + window.removeEventListener("popstate", le), z == null || z(), q == null || q(); })); - })(E, (B) => { - b.value && c.value ? (B(!1), e.persistent ? N() : c.value = !1) : B(); + })(D, (S) => { + g.value && c.value ? (S(!1), e.persistent ? O() : c.value = !1) : S(); }); }); - const L = R(); - function N() { - e.noClickAnimation || w.value && In(w.value, [{ transformOrigin: "center" }, { transform: "scale(1.03)" }, { transformOrigin: "center" }], { duration: 150, easing: _t }); - } - return K(() => c.value && (e.absolute || e.contained) && r.value == null, (B) => { - if (B) { - const W = Yo(D.value); - W && W !== document.scrollingElement && (L.value = W.scrollTop); + const W = N(); + function O() { + e.noClickAnimation || A.value && Bn(A.value, [{ transformOrigin: "center" }, { transform: "scale(1.03)" }, { transformOrigin: "center" }], { duration: 150, easing: Ot }); + } + return K(() => c.value && (e.absolute || e.contained) && r.value == null, (S) => { + if (S) { + const P = Zo(V.value); + P && P !== document.scrollingElement && (W.value = P.scrollTop); } - }), le(() => { - var B; - return d(fe, null, [(B = n.activator) == null ? void 0 : B.call(n, { isActive: c.value, props: Z({ ref: k }, M.value, e.activatorProps) }), S.value && f.value && d(rn, { disabled: !r.value, to: r.value }, { default: () => [d("div", Z({ class: ["v-overlay", { "v-overlay--absolute": e.absolute || e.contained, "v-overlay--active": c.value, "v-overlay--contained": e.contained }, u.value, m.value, e.class], style: [I.value, { top: te(L.value) }, e.style], ref: D }, C, l), [d(kr, Z({ color: g, modelValue: c.value && !!e.scrim }, T.value), null), d(en, { appear: !0, persisted: !0, transition: e.transition, target: A.value, onAfterLeave: () => { - p(), a("afterLeave"); + }), oe(() => { + var S; + return d(fe, null, [(S = n.activator) == null ? void 0 : S.call(n, { isActive: c.value, props: Z({ ref: $, targetRef: T }, M.value, e.activatorProps) }), E.value && y.value && d(sn, { disabled: !r.value, to: r.value }, { default: () => [d("div", Z({ class: ["v-overlay", { "v-overlay--absolute": e.absolute || e.contained, "v-overlay--active": c.value, "v-overlay--contained": e.contained }, o.value, s.value, e.class], style: [b.value, { top: te(W.value) }, e.style], ref: V }, C, l), [d(_r, Z({ color: p, modelValue: c.value && !!e.scrim }, B.value), null), d(nn, { appear: !0, persisted: !0, transition: e.transition, target: F.value, onAfterLeave: () => { + f(), a("afterLeave"); } }, { default: () => { - var W; - return [Be(d("div", Z({ ref: w, class: ["v-overlay__content", e.contentClass], style: [V.value, P.value] }, _.value, e.contentProps), [(W = n.default) == null ? void 0 : W.call(n, { isActive: c })]), [[Dn, c.value], [Xe("click-outside"), { handler: j, closeConditional: q, include: () => [A.value] }]])]; + var P; + return [we(d("div", Z({ ref: A, class: ["v-overlay__content", e.contentClass], style: [x.value, j.value] }, R.value, e.contentProps), [(P = n.default) == null ? void 0 : P.call(n, { isActive: c })]), [[Mn, c.value], [Je("click-outside"), { handler: k, closeConditional: w, include: () => [I.value] }]])]; } })])] })]); - }), { activatorEl: A, animateClick: N, contentEl: w, globalTop: b, localTop: h, updateLocation: O }; -} }), el = Symbol("Forwarded refs"); -function nl(e, t) { + }), { activatorEl: I, target: F, animateClick: O, contentEl: A, globalTop: g, localTop: h, updateLocation: G }; +} }), nl = Symbol("Forwarded refs"); +function tl(e, t) { let n = e; for (; n; ) { const l = Reflect.getOwnPropertyDescriptor(n, t); @@ -2402,10 +2437,10 @@ function nl(e, t) { n = Object.getPrototypeOf(n); } } -function Ht(e) { +function Ut(e) { for (var t = arguments.length, n = new Array(t > 1 ? t - 1 : 0), l = 1; l < t; l++) n[l - 1] = arguments[l]; - return e[el] = n, new Proxy(e, { get(a, i) { + return e[nl] = n, new Proxy(e, { get(a, i) { if (Reflect.has(a, i)) return Reflect.get(a, i); if (typeof i != "symbol" && !i.startsWith("$") && !i.startsWith("__")) { @@ -2442,155 +2477,155 @@ function Ht(e) { for (const o of n) { if (!o.value) continue; - const u = nl(o.value, i) ?? ("_" in o.value ? nl((r = o.value._) == null ? void 0 : r.setupState, i) : void 0); - if (u) - return u; + const s = tl(o.value, i) ?? ("_" in o.value ? tl((r = o.value._) == null ? void 0 : r.setupState, i) : void 0); + if (s) + return s; } for (const o of n) { - const u = o.value && o.value[el]; - if (!u) + const s = o.value && o.value[nl]; + if (!s) continue; - const m = u.slice(); + const m = s.slice(); for (; m.length; ) { - const y = m.shift(), f = nl(y.value, i); + const y = m.shift(), f = tl(y.value, i); if (f) return f; - const p = y.value && y.value[el]; + const p = y.value && y.value[nl]; p && m.push(...p); } } } } }); } -const wr = H({ id: String, ...it(Ra({ closeDelay: 250, closeOnContentClick: !0, locationStrategy: "connected", openDelay: 300, scrim: !1, scrollStrategy: "reposition", transition: { component: Zo } }), ["absolute"]) }, "VMenu"), Fr = Q()({ name: "VMenu", props: wr(), emits: { "update:modelValue": (e) => !0 }, setup(e, t) { +const Or = Y({ id: String, ...bn(qa({ closeDelay: 250, closeOnContentClick: !0, locationStrategy: "connected", openDelay: 300, scrim: !1, scrollStrategy: "reposition", transition: { component: ta } }), ["absolute"]) }, "VMenu"), Pr = Q()({ name: "VMenu", props: Or(), emits: { "update:modelValue": (e) => !0 }, setup(e, t) { let { slots: n } = t; - const l = me(e, "modelValue"), { scopeId: a } = Ma(), i = Le(), c = v(() => e.id || `v-menu-${i}`), r = R(), o = ve(ml, null), u = ue(0); - async function m(b) { - var A, k, M; - const h = b.relatedTarget, I = b.target; - await xe(), l.value && h !== I && ((A = r.value) != null && A.contentEl) && ((k = r.value) != null && k.globalTop) && ![document, r.value.contentEl].includes(I) && !r.value.contentEl.contains(I) && ((M = al(r.value.contentEl)[0]) == null || M.focus()); + const l = me(e, "modelValue"), { scopeId: a } = ja(), i = We(), c = v(() => e.id || `v-menu-${i}`), r = N(), o = ve(ml, null), s = re(0); + async function m(h) { + var $, F, H; + const b = h.relatedTarget, I = h.target; + await Ie(), l.value && b !== I && (($ = r.value) != null && $.contentEl) && ((F = r.value) != null && F.globalTop) && ![document, r.value.contentEl].includes(I) && !r.value.contentEl.contains(I) && ((H = al(r.value.contentEl)[0]) == null || H.focus()); } function y() { o == null || o.closeParents(); } - function f(b) { - var h, I, A; - !e.disabled && b.key === "Tab" && (No(al((h = r.value) == null ? void 0 : h.contentEl, !1), b.shiftKey ? "prev" : "next", (k) => k.tabIndex >= 0) || (l.value = !1, (A = (I = r.value) == null ? void 0 : I.activatorEl) == null || A.focus())); + function f(h) { + var b, I, $; + !e.disabled && h.key === "Tab" && (qo(al((b = r.value) == null ? void 0 : b.contentEl, !1), h.shiftKey ? "prev" : "next", (F) => F.tabIndex >= 0) || (l.value = !1, ($ = (I = r.value) == null ? void 0 : I.activatorEl) == null || $.focus())); } - function p(b) { + function p(h) { var I; if (e.disabled) return; - const h = (I = r.value) == null ? void 0 : I.contentEl; - h && l.value ? b.key === "ArrowDown" ? (b.preventDefault(), Ft(h, "next")) : b.key === "ArrowUp" && (b.preventDefault(), Ft(h, "prev")) : ["ArrowDown", "ArrowUp"].includes(b.key) && (l.value = !0, b.preventDefault(), setTimeout(() => setTimeout(() => p(b)))); + const b = (I = r.value) == null ? void 0 : I.contentEl; + b && l.value ? h.key === "ArrowDown" ? (h.preventDefault(), Vt(b, "next")) : h.key === "ArrowUp" && (h.preventDefault(), Vt(b, "prev")) : ["ArrowDown", "ArrowUp"].includes(h.key) && (l.value = !0, h.preventDefault(), setTimeout(() => setTimeout(() => p(h)))); } - Te(ml, { register() { - ++u.value; + De(ml, { register() { + ++s.value; }, unregister() { - --u.value; + --s.value; }, closeParents() { setTimeout(() => { - u.value || (l.value = !1, o == null || o.closeParents()); + s.value || (l.value = !1, o == null || o.closeParents()); }, 40); - } }), K(l, (b) => { - b ? (o == null || o.register(), document.addEventListener("focusin", m, { once: !0 })) : (o == null || o.unregister(), document.removeEventListener("focusin", m)); + } }), K(l, (h) => { + h ? (o == null || o.register(), document.addEventListener("focusin", m, { once: !0 })) : (o == null || o.unregister(), document.removeEventListener("focusin", m)); }); const g = v(() => Z({ "aria-haspopup": "menu", "aria-expanded": String(l.value), "aria-owns": c.value, onKeydown: p }, e.activatorProps)); - return le(() => { - const [b] = Ao.filterProps(e); - return d(Ao, Z({ ref: r, class: ["v-menu", e.class], style: e.style }, b, { modelValue: l.value, "onUpdate:modelValue": (h) => l.value = h, absolute: !0, activatorProps: g.value, "onClick:outside": y, onKeydown: f }, a), { activator: n.activator, default: function() { - for (var h = arguments.length, I = new Array(h), A = 0; A < h; A++) - I[A] = arguments[A]; - return d(Se, { root: "VMenu" }, { default: () => { - var k; - return [(k = n.default) == null ? void 0 : k.call(n, ...I)]; + return oe(() => { + const h = Oo.filterProps(e); + return d(Oo, Z({ ref: r, class: ["v-menu", e.class], style: e.style }, h, { modelValue: l.value, "onUpdate:modelValue": (b) => l.value = b, absolute: !0, activatorProps: g.value, "onClick:outside": y, onKeydown: f }, a), { activator: n.activator, default: function() { + for (var b = arguments.length, I = new Array(b), $ = 0; $ < b; $++) + I[$] = arguments[$]; + return d(ke, { root: "VMenu" }, { default: () => { + var F; + return [(F = n.default) == null ? void 0 : F.call(n, ...I)]; } }); } }); - }), Ht({ id: c, ΨopenChildren: u }, r); -} }), Vr = H({ active: Boolean, max: [Number, String], value: { type: [Number, String], default: 0 }, ...ie(), ...ct({ transition: { component: Qo } }) }, "VCounter"), Na = Q()({ name: "VCounter", functional: !0, props: Vr(), setup(e, t) { + }), Ut({ id: c, ΨopenChildren: s }, r); +} }), $r = Y({ active: Boolean, max: [Number, String], value: { type: [Number, String], default: 0 }, ...se(), ...ut({ transition: { component: la } }) }, "VCounter"), Ha = Q()({ name: "VCounter", functional: !0, props: $r(), setup(e, t) { let { slots: n } = t; const l = v(() => e.max ? `${e.value} / ${e.max}` : String(e.value)); - return le(() => d(en, { transition: e.transition }, { default: () => [Be(d("div", { class: ["v-counter", e.class], style: e.style }, [n.default ? n.default({ counter: l.value, max: e.max, value: e.value }) : l.value]), [[Dn, e.active]])] })), {}; -} }), Ar = H({ floating: Boolean, ...ie() }, "VFieldLabel"), It = Q()({ name: "VFieldLabel", props: Ar(), setup(e, t) { + return oe(() => d(nn, { transition: e.transition }, { default: () => [we(d("div", { class: ["v-counter", e.class], style: e.style }, [n.default ? n.default({ counter: l.value, max: e.max, value: e.value }) : l.value]), [[Mn, e.active]])] })), {}; +} }), Er = Y({ floating: Boolean, ...se() }, "VFieldLabel"), It = Q()({ name: "VFieldLabel", props: Er(), setup(e, t) { let { slots: n } = t; - return le(() => d(Ca, { class: ["v-field-label", { "v-field-label--floating": e.floating }, e.class], style: e.style, "aria-hidden": e.floating || void 0 }, n)), {}; -} }), _r = ["underlined", "outlined", "filled", "solo", "solo-inverted", "solo-filled", "plain"], Ll = H({ appendInnerIcon: ce, bgColor: String, clearable: Boolean, clearIcon: { type: ce, default: "$clear" }, active: Boolean, centerAffix: { type: Boolean, default: void 0 }, color: String, baseColor: String, dirty: Boolean, disabled: { type: Boolean, default: null }, error: Boolean, flat: Boolean, label: String, persistentClear: Boolean, prependInnerIcon: ce, reverse: Boolean, singleLine: Boolean, variant: { type: String, default: "filled", validator: (e) => _r.includes(e) }, "onClick:clear": Ne(), "onClick:appendInner": Ne(), "onClick:prependInner": Ne(), ...ie(), ...Tl(), ...Je(), ...Ce() }, "VField"), Ml = Q()({ name: "VField", inheritAttrs: !1, props: { id: String, ...ka(), ...Ll() }, emits: { "update:focused": (e) => !0, "update:modelValue": (e) => !0 }, setup(e, t) { + return oe(() => d(Ba, { class: ["v-field-label", { "v-field-label--floating": e.floating }, e.class], style: e.style, "aria-hidden": e.floating || void 0 }, n)), {}; +} }), Tr = ["underlined", "outlined", "filled", "solo", "solo-inverted", "solo-filled", "plain"], Ll = Y({ appendInnerIcon: ce, bgColor: String, clearable: Boolean, clearIcon: { type: ce, default: "$clear" }, active: Boolean, centerAffix: { type: Boolean, default: void 0 }, color: String, baseColor: String, dirty: Boolean, disabled: { type: Boolean, default: null }, error: Boolean, flat: Boolean, label: String, persistentClear: Boolean, prependInnerIcon: ce, reverse: Boolean, singleLine: Boolean, variant: { type: String, default: "filled", validator: (e) => Tr.includes(e) }, "onClick:clear": je(), "onClick:appendInner": je(), "onClick:prependInner": je(), ...se(), ...Tl(), ...Ze(), ...Se() }, "VField"), Ml = Q()({ name: "VField", inheritAttrs: !1, props: { id: String, ...Aa(), ...Ll() }, emits: { "update:focused": (e) => !0, "update:modelValue": (e) => !0 }, setup(e, t) { let { attrs: n, emit: l, slots: a } = t; - const { themeClasses: i } = Ve(e), { loaderClasses: c } = jt(e), { focusClasses: r, isFocused: o, focus: u, blur: m } = mt(e), { InputIcon: y } = Ba(e), { roundedClasses: f } = Ze(e), { rtlClasses: p } = ut(), g = v(() => e.dirty || e.active), b = v(() => !(e.singleLine || !e.label && !a.label)), h = Le(), I = v(() => e.id || `input-${h}`), A = v(() => `${I.value}-messages`), k = R(), M = R(), _ = R(), T = v(() => ["plain", "underlined"].includes(e.variant)), { backgroundColorClasses: V, backgroundColorStyles: S } = Tn(ne(e, "bgColor")), { textColorClasses: C, textColorStyles: D } = Ye(v(() => e.error || e.disabled ? void 0 : g.value && o.value ? e.color : e.baseColor)); - K(g, (O) => { - if (b.value) { - const j = k.value.$el, q = M.value.$el; + const { themeClasses: i } = _e(e), { loaderClasses: c } = Gt(e), { focusClasses: r, isFocused: o, focus: s, blur: m } = yt(e), { InputIcon: y } = Va(e), { roundedClasses: f } = Qe(e), { rtlClasses: p } = st(), g = v(() => e.dirty || e.active), h = v(() => !(e.singleLine || !e.label && !a.label)), b = We(), I = v(() => e.id || `input-${b}`), $ = v(() => `${I.value}-messages`), F = N(), H = N(), T = N(), M = v(() => ["plain", "underlined"].includes(e.variant)), { backgroundColorClasses: R, backgroundColorStyles: B } = Dn(ne(e, "bgColor")), { textColorClasses: x, textColorStyles: E } = Ke(v(() => e.error || e.disabled ? void 0 : g.value && o.value ? e.color : e.baseColor)); + K(g, (A) => { + if (h.value) { + const j = F.value.$el, G = H.value.$el; requestAnimationFrame(() => { - const x = wl(j), E = q.getBoundingClientRect(), L = E.x - x.x, N = E.y - x.y - (x.height / 2 - E.height / 2), G = E.width / 0.75, $ = Math.abs(G - x.width) > 1 ? { maxWidth: te(G) } : void 0, B = getComputedStyle(j), W = getComputedStyle(q), F = 1e3 * parseFloat(B.transitionDuration) || 150, z = parseFloat(W.getPropertyValue("--v-field-label-scale")), U = W.getPropertyValue("color"); - j.style.visibility = "visible", q.style.visibility = "hidden", In(j, { transform: `translate(${L}px, ${N}px) scale(${z})`, color: U, ...$ }, { duration: F, easing: _t, direction: O ? "normal" : "reverse" }).finished.then(() => { - j.style.removeProperty("visibility"), q.style.removeProperty("visibility"); + const k = wl(j), w = G.getBoundingClientRect(), _ = w.x - k.x, D = w.y - k.y - (k.height / 2 - w.height / 2), W = w.width / 0.75, O = Math.abs(W - k.width) > 1 ? { maxWidth: te(W) } : void 0, L = getComputedStyle(j), U = getComputedStyle(G), S = 1e3 * parseFloat(L.transitionDuration) || 150, P = parseFloat(U.getPropertyValue("--v-field-label-scale")), z = U.getPropertyValue("color"); + j.style.visibility = "visible", G.style.visibility = "hidden", Bn(j, { transform: `translate(${_}px, ${D}px) scale(${P})`, color: z, ...O }, { duration: S, easing: Ot, direction: A ? "normal" : "reverse" }).finished.then(() => { + j.style.removeProperty("visibility"), G.style.removeProperty("visibility"); }); }); } }, { flush: "post" }); - const w = v(() => ({ isActive: g, isFocused: o, controlRef: _, blur: m, focus: u })); - function P(O) { - O.target !== document.activeElement && O.preventDefault(); - } - return le(() => { - var L, N, G; - const O = e.variant === "outlined", j = a["prepend-inner"] || e.prependInnerIcon, q = !(!e.clearable && !a.clear), x = !!(a["append-inner"] || e.appendInnerIcon || q), E = a.label ? a.label({ ...w.value, label: e.label, props: { for: I.value } }) : e.label; - return d("div", Z({ class: ["v-field", { "v-field--active": g.value, "v-field--appended": x, "v-field--center-affix": e.centerAffix ?? !T.value, "v-field--disabled": e.disabled, "v-field--dirty": e.dirty, "v-field--error": e.error, "v-field--flat": e.flat, "v-field--has-background": !!e.bgColor, "v-field--persistent-clear": e.persistentClear, "v-field--prepended": j, "v-field--reverse": e.reverse, "v-field--single-line": e.singleLine, "v-field--no-label": !E, [`v-field--variant-${e.variant}`]: !0 }, i.value, V.value, r.value, c.value, f.value, p.value, e.class], style: [S.value, e.style], onClick: P }, n), [d("div", { class: "v-field__overlay" }, null), d(zl, { name: "v-field", active: !!e.loading, color: e.error ? "error" : typeof e.loading == "string" ? e.loading : e.color }, { default: a.loader }), j && d("div", { key: "prepend", class: "v-field__prepend-inner" }, [e.prependInnerIcon && d(y, { key: "prepend-icon", name: "prependInner" }, null), (L = a["prepend-inner"]) == null ? void 0 : L.call(a, w.value)]), d("div", { class: "v-field__field", "data-no-activator": "" }, [["filled", "solo", "solo-inverted", "solo-filled"].includes(e.variant) && b.value && d(It, { key: "floating-label", ref: M, class: [C.value], floating: !0, for: I.value, style: D.value }, { default: () => [E] }), d(It, { ref: k, for: I.value }, { default: () => [E] }), (N = a.default) == null ? void 0 : N.call(a, { ...w.value, props: { id: I.value, class: "v-field__input", "aria-describedby": A.value }, focus: u, blur: m })]), q && d(ea, { key: "clear" }, { default: () => [Be(d("div", { class: "v-field__clearable", onMousedown: ($) => { - $.preventDefault(), $.stopPropagation(); - } }, [a.clear ? a.clear() : d(y, { name: "clear" }, null)]), [[Dn, e.dirty]])] }), x && d("div", { key: "append", class: "v-field__append-inner" }, [(G = a["append-inner"]) == null ? void 0 : G.call(a, w.value), e.appendInnerIcon && d(y, { key: "append-icon", name: "appendInner" }, null)]), d("div", { class: ["v-field__outline", C.value], style: D.value }, [O && d(fe, null, [d("div", { class: "v-field__outline__start" }, null), b.value && d("div", { class: "v-field__outline__notch" }, [d(It, { ref: M, floating: !0, for: I.value }, { default: () => [E] })]), d("div", { class: "v-field__outline__end" }, null)]), T.value && b.value && d(It, { ref: M, floating: !0, for: I.value }, { default: () => [E] })])]); - }), { controlRef: _ }; + const C = v(() => ({ isActive: g, isFocused: o, controlRef: T, blur: m, focus: s })); + function V(A) { + A.target !== document.activeElement && A.preventDefault(); + } + return oe(() => { + var _, D, W; + const A = e.variant === "outlined", j = a["prepend-inner"] || e.prependInnerIcon, G = !(!e.clearable && !a.clear), k = !!(a["append-inner"] || e.appendInnerIcon || G), w = a.label ? a.label({ ...C.value, label: e.label, props: { for: I.value } }) : e.label; + return d("div", Z({ class: ["v-field", { "v-field--active": g.value, "v-field--appended": k, "v-field--center-affix": e.centerAffix ?? !M.value, "v-field--disabled": e.disabled, "v-field--dirty": e.dirty, "v-field--error": e.error, "v-field--flat": e.flat, "v-field--has-background": !!e.bgColor, "v-field--persistent-clear": e.persistentClear, "v-field--prepended": j, "v-field--reverse": e.reverse, "v-field--single-line": e.singleLine, "v-field--no-label": !w, [`v-field--variant-${e.variant}`]: !0 }, i.value, R.value, r.value, c.value, f.value, p.value, e.class], style: [B.value, e.style], onClick: V }, n), [d("div", { class: "v-field__overlay" }, null), d(zl, { name: "v-field", active: !!e.loading, color: e.error ? "error" : typeof e.loading == "string" ? e.loading : e.color }, { default: a.loader }), j && d("div", { key: "prepend", class: "v-field__prepend-inner" }, [e.prependInnerIcon && d(y, { key: "prepend-icon", name: "prependInner" }, null), (_ = a["prepend-inner"]) == null ? void 0 : _.call(a, C.value)]), d("div", { class: "v-field__field", "data-no-activator": "" }, [["filled", "solo", "solo-inverted", "solo-filled"].includes(e.variant) && h.value && d(It, { key: "floating-label", ref: H, class: [x.value], floating: !0, for: I.value, style: E.value }, { default: () => [w] }), d(It, { ref: F, for: I.value }, { default: () => [w] }), (D = a.default) == null ? void 0 : D.call(a, { ...C.value, props: { id: I.value, class: "v-field__input", "aria-describedby": $.value }, focus: s, blur: m })]), G && d(oa, { key: "clear" }, { default: () => [we(d("div", { class: "v-field__clearable", onMousedown: (O) => { + O.preventDefault(), O.stopPropagation(); + } }, [a.clear ? a.clear() : d(y, { name: "clear" }, null)]), [[Mn, e.dirty]])] }), k && d("div", { key: "append", class: "v-field__append-inner" }, [(W = a["append-inner"]) == null ? void 0 : W.call(a, C.value), e.appendInnerIcon && d(y, { key: "append-icon", name: "appendInner" }, null)]), d("div", { class: ["v-field__outline", x.value], style: E.value }, [A && d(fe, null, [d("div", { class: "v-field__outline__start" }, null), h.value && d("div", { class: "v-field__outline__notch" }, [d(It, { ref: H, floating: !0, for: I.value }, { default: () => [w] })]), d("div", { class: "v-field__outline__end" }, null)]), M.value && h.value && d(It, { ref: H, floating: !0, for: I.value }, { default: () => [w] })])]); + }), { controlRef: T }; } }); -function ja(e) { - return En(e, Object.keys(Ml.props).filter((t) => !ol(t) && t !== "class" && t !== "style")); +function Ua(e) { + return Ro(e, Object.keys(Ml.props).filter((t) => !ol(t) && t !== "class" && t !== "style")); } -const Or = ["color", "file", "time", "date", "datetime-local", "week", "month"], Ga = H({ autofocus: Boolean, counter: [Boolean, Number, String], counterValue: [Number, Function], prefix: String, placeholder: String, persistentPlaceholder: Boolean, persistentCounter: Boolean, suffix: String, role: String, type: { type: String, default: "text" }, modelModifiers: Object, ...gt(), ...Ll() }, "VTextField"), gl = Q()({ name: "VTextField", directives: { Intersect: Ol }, inheritAttrs: !1, props: Ga(), emits: { "click:control": (e) => !0, "mousedown:control": (e) => !0, "update:focused": (e) => !0, "update:modelValue": (e) => !0 }, setup(e, t) { +const zr = ["color", "file", "time", "date", "datetime-local", "week", "month"], Ya = Y({ autofocus: Boolean, counter: [Boolean, Number, String], counterValue: [Number, Function], prefix: String, placeholder: String, persistentPlaceholder: Boolean, persistentCounter: Boolean, suffix: String, role: String, type: { type: String, default: "text" }, modelModifiers: Object, ...mt(), ...Ll() }, "VTextField"), gl = Q()({ name: "VTextField", directives: { Intersect: Ol }, inheritAttrs: !1, props: Ya(), emits: { "click:control": (e) => !0, "mousedown:control": (e) => !0, "update:focused": (e) => !0, "update:modelValue": (e) => !0 }, setup(e, t) { let { attrs: n, emit: l, slots: a } = t; - const i = me(e, "modelValue"), { isFocused: c, focus: r, blur: o } = mt(e), u = v(() => typeof e.counterValue == "function" ? e.counterValue(i.value) : typeof e.counterValue == "number" ? e.counterValue : (i.value ?? "").toString().length), m = v(() => n.maxlength ? n.maxlength : !e.counter || typeof e.counter != "number" && typeof e.counter != "string" ? void 0 : e.counter), y = v(() => ["plain", "underlined"].includes(e.variant)); - function f(T, V) { - var S, C; - e.autofocus && T && ((C = (S = V[0].target) == null ? void 0 : S.focus) == null || C.call(S)); + const i = me(e, "modelValue"), { isFocused: c, focus: r, blur: o } = yt(e), s = v(() => typeof e.counterValue == "function" ? e.counterValue(i.value) : typeof e.counterValue == "number" ? e.counterValue : (i.value ?? "").toString().length), m = v(() => n.maxlength ? n.maxlength : !e.counter || typeof e.counter != "number" && typeof e.counter != "string" ? void 0 : e.counter), y = v(() => ["plain", "underlined"].includes(e.variant)); + function f(M, R) { + var B, x; + e.autofocus && M && ((x = (B = R[0].target) == null ? void 0 : B.focus) == null || x.call(B)); } - const p = R(), g = R(), b = R(), h = v(() => Or.includes(e.type) || e.persistentPlaceholder || c.value || e.active); + const p = N(), g = N(), h = N(), b = v(() => zr.includes(e.type) || e.persistentPlaceholder || c.value || e.active); function I() { - var T; - b.value !== document.activeElement && ((T = b.value) == null || T.focus()), c.value || r(); + var M; + h.value !== document.activeElement && ((M = h.value) == null || M.focus()), c.value || r(); } - function A(T) { - l("mousedown:control", T), T.target !== b.value && (I(), T.preventDefault()); + function $(M) { + l("mousedown:control", M), M.target !== h.value && (I(), M.preventDefault()); } - function k(T) { - I(), l("click:control", T); + function F(M) { + I(), l("click:control", M); } - function M(T) { - T.stopPropagation(), I(), xe(() => { - i.value = null, Ro(e["onClick:clear"], T); + function H(M) { + M.stopPropagation(), I(), Ie(() => { + i.value = null, Go(e["onClick:clear"], M); }); } - function _(T) { - var S; - const V = T.target; - if (i.value = V.value, ((S = e.modelModifiers) == null ? void 0 : S.trim) && ["text", "search", "password", "tel", "url"].includes(e.type)) { - const C = [V.selectionStart, V.selectionEnd]; - xe(() => { - V.selectionStart = C[0], V.selectionEnd = C[1]; + function T(M) { + var B; + const R = M.target; + if (i.value = R.value, ((B = e.modelModifiers) == null ? void 0 : B.trim) && ["text", "search", "password", "tel", "url"].includes(e.type)) { + const x = [R.selectionStart, R.selectionEnd]; + Ie(() => { + R.selectionStart = x[0], R.selectionEnd = x[1]; }); } } - return le(() => { - const T = !!(a.counter || e.counter !== !1 && e.counter != null), V = !(!T && !a.details), [S, C] = rt(n), [{ modelValue: D, ...w }] = ln.filterProps(e), [P] = ja(e); - return d(ln, Z({ ref: p, modelValue: i.value, "onUpdate:modelValue": (O) => i.value = O, class: ["v-text-field", { "v-text-field--prefixed": e.prefix, "v-text-field--suffixed": e.suffix, "v-text-field--plain-underlined": ["plain", "underlined"].includes(e.variant) }, e.class], style: e.style }, S, w, { centerAffix: !y.value, focused: c.value }), { ...a, default: (O) => { - let { id: j, isDisabled: q, isDirty: x, isReadonly: E, isValid: L } = O; - return d(Ml, Z({ ref: g, onMousedown: A, onClick: k, "onClick:clear": M, "onClick:prependInner": e["onClick:prependInner"], "onClick:appendInner": e["onClick:appendInner"], role: e.role }, P, { id: j.value, active: h.value || x.value, dirty: x.value || e.dirty, disabled: q.value, focused: c.value, error: L.value === !1 }), { ...a, default: (N) => { - let { props: { class: G, ...$ } } = N; - const B = Be(d("input", Z({ ref: b, value: i.value, onInput: _, autofocus: e.autofocus, readonly: E.value, disabled: q.value, name: e.name, placeholder: e.placeholder, size: 1, type: e.type, onFocus: I, onBlur: o }, $, C), null), [[Xe("intersect"), { handler: f }, null, { once: !0 }]]); - return d(fe, null, [e.prefix && d("span", { class: "v-text-field__prefix" }, [d("span", { class: "v-text-field__prefix__text" }, [e.prefix])]), a.default ? d("div", { class: G, "data-no-activator": "" }, [a.default(), B]) : ti(B, { class: G }), e.suffix && d("span", { class: "v-text-field__suffix" }, [d("span", { class: "v-text-field__suffix__text" }, [e.suffix])])]); + return oe(() => { + const M = !!(a.counter || e.counter !== !1 && e.counter != null), R = !(!M && !a.details), [B, x] = it(n), { modelValue: E, ...C } = on.filterProps(e), V = Ua(e); + return d(on, Z({ ref: p, modelValue: i.value, "onUpdate:modelValue": (A) => i.value = A, class: ["v-text-field", { "v-text-field--prefixed": e.prefix, "v-text-field--suffixed": e.suffix, "v-input--plain-underlined": y.value }, e.class], style: e.style }, B, C, { centerAffix: !y.value, focused: c.value }), { ...a, default: (A) => { + let { id: j, isDisabled: G, isDirty: k, isReadonly: w, isValid: _ } = A; + return d(Ml, Z({ ref: g, onMousedown: $, onClick: F, "onClick:clear": H, "onClick:prependInner": e["onClick:prependInner"], "onClick:appendInner": e["onClick:appendInner"], role: e.role }, V, { id: j.value, active: b.value || k.value, dirty: k.value || e.dirty, disabled: G.value, focused: c.value, error: _.value === !1 }), { ...a, default: (D) => { + let { props: { class: W, ...O } } = D; + const L = we(d("input", Z({ ref: h, value: i.value, onInput: T, autofocus: e.autofocus, readonly: w.value, disabled: G.value, name: e.name, placeholder: e.placeholder, size: 1, type: e.type, onFocus: I, onBlur: o }, O, x), null), [[Je("intersect"), { handler: f }, null, { once: !0 }]]); + return d(fe, null, [e.prefix && d("span", { class: "v-text-field__prefix" }, [d("span", { class: "v-text-field__prefix__text" }, [e.prefix])]), a.default ? d("div", { class: W, "data-no-activator": "" }, [a.default(), L]) : ri(L, { class: W }), e.suffix && d("span", { class: "v-text-field__suffix" }, [d("span", { class: "v-text-field__suffix__text" }, [e.suffix])])]); } }); - }, details: V ? (O) => { + }, details: R ? (A) => { var j; - return d(fe, null, [(j = a.details) == null ? void 0 : j.call(a, O), T && d(fe, null, [d("span", null, null), d(Na, { active: e.persistentCounter || c.value, value: u.value, max: m.value }, a.counter)])]); + return d(fe, null, [(j = a.details) == null ? void 0 : j.call(a, A), M && d(fe, null, [d("span", null, null), d(Ha, { active: e.persistentCounter || c.value, value: s.value, max: m.value }, a.counter)])]); } : void 0 }); - }), Ht({}, p, g, b); -} }), Pr = H({ renderless: Boolean, ...ie() }, "VVirtualScrollItem"), $r = Q()({ name: "VVirtualScrollItem", inheritAttrs: !1, props: Pr(), emits: { "update:height": (e) => !0 }, setup(e, t) { + }), Ut({}, p, g, h); +} }), Dr = Y({ renderless: Boolean, ...se() }, "VVirtualScrollItem"), Lr = Q()({ name: "VVirtualScrollItem", inheritAttrs: !1, props: Dr(), emits: { "update:height": (e) => !0 }, setup(e, t) { let { attrs: n, emit: l, slots: a } = t; const { resizeRef: i, contentRect: c } = Al(void 0, "border"); K(() => { @@ -2598,78 +2633,141 @@ const Or = ["color", "file", "time", "date", "datetime-local", "week", "month"], return (r = c.value) == null ? void 0 : r.height; }, (r) => { r != null && l("update:height", r); - }), le(() => { + }), oe(() => { var r, o; return e.renderless ? d(fe, null, [(r = a.default) == null ? void 0 : r.call(a, { itemRef: i })]) : d("div", Z({ ref: i, class: ["v-virtual-scroll__item", e.class], style: e.style }, n), [(o = a.default) == null ? void 0 : o.call(a)]); }); -} }), Er = H({ itemHeight: { type: [Number, String], default: 48 } }, "virtual"); -function Tr(e, t, n) { - const l = ue(0), a = ue(e.itemHeight), i = v({ get: () => parseInt(a.value ?? 0, 10), set(k) { - a.value = k; - } }), c = R(), { resizeRef: r, contentRect: o } = Al(); - Ue(() => { - r.value = c.value; +} }), Mr = Y({ itemHeight: { type: [Number, String], default: null }, height: [Number, String] }, "virtual"); +function Wr(e, t) { + const n = Na(), l = re(0); + Ge(() => { + l.value = parseFloat(e.itemHeight || 0); }); - const u = La(), m = /* @__PURE__ */ new Map(); - let y = Array.from({ length: t.value.length }); - const f = v(() => { - const k = (o.value && c.value !== document.documentElement ? o.value.height : u.height.value) - ((n == null ? void 0 : n.value) ?? 0); - return Math.ceil(k / i.value * 1.7 + 1); + const a = re(0), i = re(Math.ceil((parseInt(e.height) || n.height.value) / (l.value || 16)) || 1), c = re(0), r = re(0), o = N(), s = N(); + let m = 0; + const { resizeRef: y, contentRect: f } = Al(); + Ge(() => { + y.value = o.value; }); - function p(k) { - return y.slice(0, k).reduce((M, _) => M + (_ || i.value), 0); + const p = v(() => { + var w; + return o.value === document.documentElement ? n.height.value : ((w = f.value) == null ? void 0 : w.height) || parseInt(e.height) || 0; + }), g = v(() => !!(o.value && s.value && p.value && l.value)), h = /* @__PURE__ */ new Map(); + let b = Array.from({ length: t.value.length }); + const I = Array.from({ length: t.value.length }), $ = re(0); + let F = -1; + function H(w) { + return b[w] || l.value; + } + const T = function(w, _) { + let D = 0; + const W = function() { + for (var O = arguments.length, L = new Array(O), U = 0; U < O; U++) + L[U] = arguments[U]; + clearTimeout(D), D = setTimeout(() => w(...L), u(_)); + }; + return W.clear = () => { + clearTimeout(D); + }, W.immediate = w, W; + }(() => { + const w = performance.now(); + I[0] = 0; + const _ = t.value.length; + for (let D = 1; D <= _ - 1; D++) + I[D] = (I[D - 1] || 0) + H(D - 1); + $.value = Math.max($.value, performance.now() - w); + }, $), M = K(g, (w) => { + w && (M(), m = s.value.offsetTop, T.immediate(), A(), ~F && Ie(() => { + $e && window.requestAnimationFrame(() => { + G(F), F = -1; + }); + })); + }); + function R(w) { + return w = An(w, 0, t.value.length - 1), I[w] || 0; + } + function B(w) { + return function(_, D) { + let W = _.length - 1, O = 0, L = 0, U = null, S = -1; + if (_[W] < D) + return W; + for (; O <= W; ) + if (L = O + W >> 1, U = _[L], U > D) + W = L - 1; + else { + if (!(U < D)) + return U === D ? L : O; + S = L, O = L + 1; + } + return S; + }(I, w); } - let g = 0; - const b = v(() => Math.min(t.value.length, l.value + f.value)), h = v(() => t.value.slice(l.value, b.value).map((k, M) => ({ raw: k, index: M + l.value }))), I = v(() => p(l.value)), A = v(() => p(t.value.length) - p(b.value)); - return K(() => t.value.length, () => { - y = function(k) { - let M = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : 0; - return Array.from({ length: k }, (_, T) => M + T); - }(t.value.length).map(() => i.value), m.forEach((k, M) => { - const _ = t.value.indexOf(M); - _ === -1 ? m.delete(M) : y[_] = k; - }); - }), { containerRef: c, computedItems: h, itemHeight: i, paddingTop: I, paddingBottom: A, scrollToIndex: function(k) { - if (!c.value) + K(p, (w, _) => { + _ && A(); + }), Be(() => { + T.clear(); + }); + let x = 0, E = 0, C = 0, V = -1; + function A() { + cancelAnimationFrame(V), V = requestAnimationFrame(j); + } + function j() { + if (!o.value || !p.value) return; - const M = p(k); - c.value.scrollTop = M; - }, handleScroll: function() { - if (!c.value || !o.value) + const w = x - m, _ = Math.sign(E), D = An(B(Math.max(0, w - 100)), 0, t.value.length), W = An(B(w + p.value + 100) + 1, D + 1, t.value.length); + if ((_ !== -1 || D < a.value) && (_ !== 1 || W > i.value)) { + const O = R(a.value) - R(D), L = R(W) - R(i.value); + Math.max(O, L) > 100 ? (a.value = D, i.value = W) : (D <= 0 && (a.value = D), W >= t.value.length && (i.value = W)); + } + c.value = R(a.value), r.value = R(t.value.length) - R(i.value); + } + function G(w) { + const _ = R(w); + !o.value || w && !_ ? F = w : o.value.scrollTop = _; + } + const k = v(() => t.value.slice(a.value, i.value).map((w, _) => ({ raw: w, index: _ + a.value }))); + return K(() => t.value.length, () => { + b = function(w) { + let _ = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : 0; + return Array.from({ length: w }, (D, W) => _ + W); + }(t.value.length).map(() => l.value), h.forEach((w, _) => { + const D = t.value.indexOf(_); + D === -1 ? h.delete(_) : b[D] = w; + }), A(); + }), { containerRef: o, markerRef: s, computedItems: k, paddingTop: c, paddingBottom: r, scrollToIndex: G, handleScroll: function() { + if (!o.value || !s.value) return; - const k = o.value.height - 56, M = c.value.scrollTop, _ = M < g ? -1 : 1, T = function(D) { - const w = t.value.length; - let P = 0, O = 0; - for (; O < D && P < w; ) - O += y[P++] || i.value; - return P - 1; - }(M + k / 2), V = Math.round(f.value / 3), S = T - V, C = l.value + 2 * V - 1; - _ === -1 && T <= C ? l.value = Jn(S, 0, t.value.length) : _ === 1 && T >= C && (l.value = Jn(S, 0, t.value.length - f.value)), g = M; - }, handleItemResize: function(k, M) { - i.value = Math.max(i.value, M), y[k] = M, m.set(t.value[k], M); + const w = o.value.scrollTop, _ = performance.now(); + _ - C > 500 ? (E = Math.sign(w - x), m = s.value.offsetTop) : E = w - x, x = w, C = _, A(); + }, handleScrollend: function() { + o.value && s.value && (E = 0, C = 0, A()); + }, handleItemResize: function(w, _) { + const D = b[w], W = l.value; + l.value = W ? Math.min(l.value, _) : _, D === _ && W === l.value || (b[w] = _, h.set(t.value[w], _), T()); } }; } -const zr = H({ items: { type: Array, default: () => [] }, renderless: Boolean, ...Er(), ...ie(), ...gn() }, "VVirtualScroll"), Dr = Q()({ name: "VVirtualScroll", props: zr(), setup(e, t) { +const Rr = Y({ items: { type: Array, default: () => [] }, renderless: Boolean, ...Mr(), ...se(), ...Cn() }, "VVirtualScroll"), Nr = Q()({ name: "VVirtualScroll", props: Rr(), setup(e, t) { let { slots: n } = t; - const l = ke("VVirtualScroll"), { dimensionStyles: a } = hn(e), { containerRef: i, handleScroll: c, handleItemResize: r, scrollToIndex: o, paddingTop: u, paddingBottom: m, computedItems: y } = Tr(e, ne(e, "items")); - return pn(() => e.renderless, () => { - Ln(() => { - var f; - i.value = Yo(l.vnode.el, !0), (f = i.value) == null || f.addEventListener("scroll", c); - }), we(() => { - var f; - (f = i.value) == null || f.removeEventListener("scroll", c); - }); - }), le(() => { - const f = y.value.map((p) => d($r, { key: p.index, renderless: e.renderless, "onUpdate:height": (g) => r(p.index, g) }, { default: (g) => { - var b; - return (b = n.default) == null ? void 0 : b.call(n, { item: p.raw, index: p.index, ...g }); + const l = Fe("VVirtualScroll"), { dimensionStyles: a } = In(e), { containerRef: i, markerRef: c, handleScroll: r, handleScrollend: o, handleItemResize: s, scrollToIndex: m, paddingTop: y, paddingBottom: f, computedItems: p } = Wr(e, ne(e, "items")); + return fn(() => e.renderless, () => { + function g() { + var b, I; + const h = arguments.length > 0 && arguments[0] !== void 0 && arguments[0] ? "addEventListener" : "removeEventListener"; + i.value === document.documentElement ? (document[h]("scroll", r, { passive: !0 }), document[h]("scrollend", o)) : ((b = i.value) == null || b[h]("scroll", r, { passive: !0 }), (I = i.value) == null || I[h]("scrollend", o)); + } + Wn(() => { + i.value = Zo(l.vnode.el, !0), g(!0); + }), Be(g); + }), oe(() => { + const g = p.value.map((h) => d(Lr, { key: h.index, renderless: e.renderless, "onUpdate:height": (b) => s(h.index, b) }, { default: (b) => { + var I; + return (I = n.default) == null ? void 0 : I.call(n, { item: h.raw, index: h.index, ...b }); } })); - return e.renderless ? d(fe, null, [d("div", { class: "v-virtual-scroll__spacer", style: { paddingTop: te(u.value) } }, null), f, d("div", { class: "v-virtual-scroll__spacer", style: { paddingBottom: te(m.value) } }, null)]) : d("div", { ref: i, class: ["v-virtual-scroll", e.class], onScroll: c, style: [a.value, e.style] }, [d("div", { class: "v-virtual-scroll__container", style: { paddingTop: te(u.value), paddingBottom: te(m.value) } }, [f])]); - }), { scrollToIndex: o }; + return e.renderless ? d(fe, null, [d("div", { ref: c, class: "v-virtual-scroll__spacer", style: { paddingTop: te(y.value) } }, null), g, d("div", { class: "v-virtual-scroll__spacer", style: { paddingBottom: te(f.value) } }, null)]) : d("div", { ref: i, class: ["v-virtual-scroll", e.class], onScrollPassive: r, onScrollend: o, style: [a.value, e.style] }, [d("div", { ref: c, class: "v-virtual-scroll__container", style: { paddingTop: te(y.value), paddingBottom: te(f.value) } }, [g])]); + }), { scrollToIndex: m }; } }); -function Lr(e, t) { - const n = ue(!1); +function jr(e, t) { + const n = re(!1); let l; return { onListScroll: function(a) { cancelAnimationFrame(l), n.value = !0, l = requestAnimationFrame(() => { @@ -2685,286 +2783,286 @@ function Lr(e, t) { if (!i) return; a.key !== "Home" && a.key !== "End" || i.scrollTo({ top: a.key === "Home" ? 0 : i.scrollHeight, behavior: "smooth" }), await async function() { - await new Promise((u) => requestAnimationFrame(u)), await new Promise((u) => requestAnimationFrame(u)), await new Promise((u) => requestAnimationFrame(u)), await new Promise((u) => { + await new Promise((s) => requestAnimationFrame(s)), await new Promise((s) => requestAnimationFrame(s)), await new Promise((s) => requestAnimationFrame(s)), await new Promise((s) => { if (n.value) { const m = K(n, () => { - m(), u(); + m(), s(); }); } else - u(); + s(); }); }(); const c = i.querySelectorAll(":scope > :not(.v-virtual-scroll__spacer)"); if (a.key === "PageDown" || a.key === "Home") { - const u = i.getBoundingClientRect().top; + const s = i.getBoundingClientRect().top; for (const m of c) - if (m.getBoundingClientRect().top >= u) { + if (m.getBoundingClientRect().top >= s) { m.focus(); break; } } else { - const u = i.getBoundingClientRect().bottom; + const s = i.getBoundingClientRect().bottom; for (const m of [...c].reverse()) - if (m.getBoundingClientRect().bottom <= u) { + if (m.getBoundingClientRect().bottom <= s) { m.focus(); break; } } } }; } -const Mr = H({ chips: Boolean, closableChips: Boolean, closeText: { type: String, default: "$vuetify.close" }, openText: { type: String, default: "$vuetify.open" }, eager: Boolean, hideNoData: Boolean, hideSelected: Boolean, menu: Boolean, menuIcon: { type: ce, default: "$dropdown" }, menuProps: { type: Object }, multiple: Boolean, noDataText: { type: String, default: "$vuetify.noDataText" }, openOnClear: Boolean, itemColor: String, ...Ea({ itemChildren: !1 }) }, "Select"), Wr = H({ ...Mr(), ...it(Ga({ modelValue: null, role: "button" }), ["validationValue", "dirty", "appendInnerIcon"]), ...ct({ transition: { component: Zo } }) }, "VSelect"), Rr = Q()({ name: "VSelect", props: Wr(), emits: { "update:focused": (e) => !0, "update:modelValue": (e) => !0, "update:menu": (e) => !0 }, setup(e, t) { +const Gr = Y({ chips: Boolean, closableChips: Boolean, closeText: { type: String, default: "$vuetify.close" }, openText: { type: String, default: "$vuetify.open" }, eager: Boolean, hideNoData: Boolean, hideSelected: Boolean, menu: Boolean, menuIcon: { type: ce, default: "$dropdown" }, menuProps: { type: Object }, multiple: Boolean, noDataText: { type: String, default: "$vuetify.noDataText" }, openOnClear: Boolean, itemColor: String, ...La({ itemChildren: !1 }) }, "Select"), qr = Y({ ...Gr(), ...bn(Ya({ modelValue: null, role: "button" }), ["validationValue", "dirty", "appendInnerIcon"]), ...ut({ transition: { component: ta } }) }, "VSelect"), Hr = Q()({ name: "VSelect", props: qr(), emits: { "update:focused": (e) => !0, "update:modelValue": (e) => !0, "update:menu": (e) => !0 }, setup(e, t) { let { slots: n } = t; - const { t: l } = _l(), a = R(), i = R(), c = R(), r = me(e, "menu"), o = v({ get: () => r.value, set: (x) => { - var E; - r.value && !x && ((E = i.value) != null && E.ΨopenChildren) || (r.value = x); - } }), { items: u, transformIn: m, transformOut: y } = function(x) { - const E = v(() => Ta(x, x.items)), L = v(() => E.value.some((N) => N.value === null)); - return { items: E, transformIn: function(N) { - return L.value || (N = N.filter((G) => G !== null)), N.map((G) => x.returnObject && typeof G == "string" ? vl(x, G) : E.value.find(($) => x.valueComparator(G, $.value)) || vl(x, G)); - }, transformOut: function(N) { - return x.returnObject ? N.map((G) => { - let { raw: $ } = G; - return $; - }) : N.map((G) => { - let { value: $ } = G; - return $; + const { t: l } = _l(), a = N(), i = N(), c = N(), r = me(e, "menu"), o = v({ get: () => r.value, set: (k) => { + var w; + r.value && !k && ((w = i.value) != null && w.ΨopenChildren) || (r.value = k); + } }), { items: s, transformIn: m, transformOut: y } = function(k) { + const w = v(() => Ma(k, k.items)), _ = v(() => w.value.some((D) => D.value === null)); + return { items: w, transformIn: function(D) { + return _.value || (D = D.filter((W) => W !== null)), D.map((W) => k.returnObject && typeof W == "string" ? vl(k, W) : w.value.find((O) => k.valueComparator(W, O.value)) || vl(k, W)); + }, transformOut: function(D) { + return k.returnObject ? D.map((W) => { + let { raw: O } = W; + return O; + }) : D.map((W) => { + let { value: O } = W; + return O; }); } }; - }(e), f = me(e, "modelValue", [], (x) => m(x === null ? [null] : tn(x)), (x) => { - const E = y(x); - return e.multiple ? E : E[0] ?? null; - }), p = wa(), g = v(() => f.value.map((x) => x.value)), b = ue(!1), h = v(() => o.value ? e.closeText : e.openText); - let I, A = ""; - const k = v(() => e.hideSelected ? u.value.filter((x) => !f.value.some((E) => E === x)) : u.value), M = v(() => e.hideNoData && !u.value.length || e.readonly || (p == null ? void 0 : p.isReadonly.value)), _ = R(), { onListScroll: T, onListKeydown: V } = Lr(_, a); - function S(x) { + }(e), f = me(e, "modelValue", [], (k) => m(k === null ? [null] : ln(k)), (k) => { + const w = y(k); + return e.multiple ? w : w[0] ?? null; + }), p = _a(), g = v(() => f.value.map((k) => k.value)), h = re(!1), b = v(() => o.value ? e.closeText : e.openText); + let I, $ = ""; + const F = v(() => e.hideSelected ? s.value.filter((k) => !f.value.some((w) => w === k)) : s.value), H = v(() => e.hideNoData && !s.value.length || e.readonly || (p == null ? void 0 : p.isReadonly.value)), T = N(), { onListScroll: M, onListKeydown: R } = jr(T, a); + function B(k) { e.openOnClear && (o.value = !0); } - function C() { - M.value || (o.value = !o.value); - } - function D(x) { - var N, G; - if (!x.key || e.readonly || p != null && p.isReadonly.value || (["Enter", " ", "ArrowDown", "ArrowUp", "Home", "End"].includes(x.key) && x.preventDefault(), ["Enter", "ArrowDown", " "].includes(x.key) && (o.value = !0), ["Escape", "Tab"].includes(x.key) && (o.value = !1), x.key === "Home" ? (N = _.value) == null || N.focus("first") : x.key === "End" && ((G = _.value) == null || G.focus("last")), e.multiple || !function($) { - const B = $.key.length === 1, W = !$.ctrlKey && !$.metaKey && !$.altKey; - return B && W; - }(x))) + function x() { + H.value || (o.value = !o.value); + } + function E(k) { + var D, W; + if (!k.key || e.readonly || p != null && p.isReadonly.value || (["Enter", " ", "ArrowDown", "ArrowUp", "Home", "End"].includes(k.key) && k.preventDefault(), ["Enter", "ArrowDown", " "].includes(k.key) && (o.value = !0), ["Escape", "Tab"].includes(k.key) && (o.value = !1), k.key === "Home" ? (D = T.value) == null || D.focus("first") : k.key === "End" && ((W = T.value) == null || W.focus("last")), e.multiple || !function(O) { + const L = O.key.length === 1, U = !O.ctrlKey && !O.metaKey && !O.altKey; + return L && U; + }(k))) return; - const E = performance.now(); - E - I > 1e3 && (A = ""), A += x.key.toLowerCase(), I = E; - const L = u.value.find(($) => $.title.toLowerCase().startsWith(A)); - L !== void 0 && (f.value = [L]); + const w = performance.now(); + w - I > 1e3 && ($ = ""), $ += k.key.toLowerCase(), I = w; + const _ = s.value.find((O) => O.title.toLowerCase().startsWith($)); + _ !== void 0 && (f.value = [_]); } - function w(x) { + function C(k) { if (e.multiple) { - const E = f.value.findIndex((L) => e.valueComparator(L.value, x.value)); - if (E === -1) - f.value = [...f.value, x]; + const w = f.value.findIndex((_) => e.valueComparator(_.value, k.value)); + if (w === -1) + f.value = [...f.value, k]; else { - const L = [...f.value]; - L.splice(E, 1), f.value = L; + const _ = [...f.value]; + _.splice(w, 1), f.value = _; } } else - f.value = [x], o.value = !1; + f.value = [k], o.value = !1; } - function P(x) { - var E; - (E = _.value) != null && E.$el.contains(x.relatedTarget) || (o.value = !1); + function V(k) { + var w; + (w = T.value) != null && w.$el.contains(k.relatedTarget) || (o.value = !1); } - function O() { - var x; - b.value && ((x = a.value) == null || x.focus()); + function A() { + var k; + h.value && ((k = a.value) == null || k.focus()); } - function j(x) { - b.value = !0; + function j(k) { + h.value = !0; } - function q(x) { - if (x == null) + function G(k) { + if (k == null) f.value = []; - else if (Vt(a.value, ":autofill") || Vt(a.value, ":-webkit-autofill")) { - const E = u.value.find((L) => L.title === x); - E && w(E); + else if (At(a.value, ":autofill") || At(a.value, ":-webkit-autofill")) { + const w = s.value.find((_) => _.title === k); + w && C(w); } else a.value && (a.value.value = ""); } return K(o, () => { if (!e.hideSelected && o.value && f.value.length) { - const x = k.value.findIndex((E) => f.value.some((L) => e.valueComparator(L.value, E.value))); - Ee && window.requestAnimationFrame(() => { - var E; - x >= 0 && ((E = c.value) == null || E.scrollToIndex(x)); + const k = F.value.findIndex((w) => f.value.some((_) => e.valueComparator(_.value, w.value))); + $e && window.requestAnimationFrame(() => { + var w; + k >= 0 && ((w = c.value) == null || w.scrollToIndex(k)); }); } - }), le(() => { - const x = !(!e.chips && !n.chip), E = !!(!e.hideNoData || k.value.length || n["prepend-item"] || n["append-item"] || n["no-data"]), L = f.value.length > 0, [N] = gl.filterProps(e), G = L || !b.value && e.label && !e.persistentPlaceholder ? void 0 : e.placeholder; - return d(gl, Z({ ref: a }, N, { modelValue: f.value.map(($) => $.props.value).join(", "), "onUpdate:modelValue": q, focused: b.value, "onUpdate:focused": ($) => b.value = $, validationValue: f.externalValue, counterValue: f.value.length, dirty: L, class: ["v-select", { "v-select--active-menu": o.value, "v-select--chips": !!e.chips, ["v-select--" + (e.multiple ? "multiple" : "single")]: !0, "v-select--selected": f.value.length, "v-select--selection-slot": !!n.selection }, e.class], style: e.style, inputmode: "none", placeholder: G, "onClick:clear": S, "onMousedown:control": C, onBlur: P, onKeydown: D, "aria-label": l(h.value), title: l(h.value) }), { ...n, default: () => d(fe, null, [d(Fr, Z({ ref: i, modelValue: o.value, "onUpdate:modelValue": ($) => o.value = $, activator: "parent", contentClass: "v-select__content", disabled: M.value, eager: e.eager, maxHeight: 310, openOnClick: !1, closeOnContentClick: !1, transition: e.transition, onAfterLeave: O }, e.menuProps), { default: () => [E && d(yr, { ref: _, selected: g.value, selectStrategy: e.multiple ? "independent" : "single-independent", onMousedown: ($) => $.preventDefault(), onKeydown: V, onFocusin: j, onScrollPassive: T, tabindex: "-1", color: e.itemColor ?? e.color }, { default: () => { - var $, B, W; - return [($ = n["prepend-item"]) == null ? void 0 : $.call(n), !k.value.length && !e.hideNoData && (((B = n["no-data"]) == null ? void 0 : B.call(n)) ?? d(Tt, { title: l(e.noDataText) }, null)), d(Dr, { ref: c, renderless: !0, items: k.value }, { default: (F) => { - var re; - let { item: z, index: U, itemRef: J } = F; - const Y = Z(z.props, { ref: J, key: U, onClick: () => w(z) }); - return ((re = n.item) == null ? void 0 : re.call(n, { item: z, index: U, props: Y })) ?? d(Tt, Y, { prepend: (Ae) => { - let { isSelected: Gn } = Ae; - return d(fe, null, [e.multiple && !e.hideSelected ? d(cl, { key: z.value, modelValue: Gn, ripple: !1, tabindex: "-1" }, null) : void 0, z.props.prependIcon && d(de, { icon: z.props.prependIcon }, null)]); + }), oe(() => { + const k = !(!e.chips && !n.chip), w = !!(!e.hideNoData || F.value.length || n["prepend-item"] || n["append-item"] || n["no-data"]), _ = f.value.length > 0, D = gl.filterProps(e), W = _ || !h.value && e.label && !e.persistentPlaceholder ? void 0 : e.placeholder; + return d(gl, Z({ ref: a }, D, { modelValue: f.value.map((O) => O.props.value).join(", "), "onUpdate:modelValue": G, focused: h.value, "onUpdate:focused": (O) => h.value = O, validationValue: f.externalValue, counterValue: f.value.length, dirty: _, class: ["v-select", { "v-select--active-menu": o.value, "v-select--chips": !!e.chips, ["v-select--" + (e.multiple ? "multiple" : "single")]: !0, "v-select--selected": f.value.length, "v-select--selection-slot": !!n.selection }, e.class], style: e.style, inputmode: "none", placeholder: W, "onClick:clear": B, "onMousedown:control": x, onBlur: V, onKeydown: E, "aria-label": l(b.value), title: l(b.value) }), { ...n, default: () => d(fe, null, [d(Pr, Z({ ref: i, modelValue: o.value, "onUpdate:modelValue": (O) => o.value = O, activator: "parent", contentClass: "v-select__content", disabled: H.value, eager: e.eager, maxHeight: 310, openOnClick: !1, closeOnContentClick: !1, transition: e.transition, onAfterLeave: A }, e.menuProps), { default: () => [w && d(Cr, { ref: T, selected: g.value, selectStrategy: e.multiple ? "independent" : "single-independent", onMousedown: (O) => O.preventDefault(), onKeydown: R, onFocusin: j, onScrollPassive: M, tabindex: "-1", color: e.itemColor ?? e.color }, { default: () => { + var O, L, U; + return [(O = n["prepend-item"]) == null ? void 0 : O.call(n), !F.value.length && !e.hideNoData && (((L = n["no-data"]) == null ? void 0 : L.call(n)) ?? d(zt, { title: l(e.noDataText) }, null)), d(Nr, { ref: c, renderless: !0, items: F.value }, { default: (S) => { + var le; + let { item: P, index: z, itemRef: q } = S; + const X = Z(P.props, { ref: q, key: z, onClick: () => C(P) }); + return ((le = n.item) == null ? void 0 : le.call(n, { item: P, index: z, props: X })) ?? d(zt, X, { prepend: (be) => { + let { isSelected: Ve } = be; + return d(fe, null, [e.multiple && !e.hideSelected ? d(cl, { key: P.value, modelValue: Ve, ripple: !1, tabindex: "-1" }, null) : void 0, P.props.prependIcon && d(de, { icon: P.props.prependIcon }, null)]); } }); - } }), (W = n["append-item"]) == null ? void 0 : W.call(n)]; - } })] }), f.value.map(($, B) => { - const W = { "onClick:close": function(U) { - U.stopPropagation(), U.preventDefault(), w($); - }, onMousedown(U) { - U.preventDefault(), U.stopPropagation(); - }, modelValue: !0, "onUpdate:modelValue": void 0 }, F = x ? !!n.chip : !!n.selection, z = F ? jo(x ? n.chip({ item: $, index: B, props: W }) : n.selection({ item: $, index: B })) : void 0; - if (!F || z) - return d("div", { key: $.value, class: "v-select__selection" }, [x ? n.chip ? d(Se, { key: "chip-defaults", defaults: { VChip: { closable: e.closableChips, size: "small", text: $.title } } }, { default: () => [z] }) : d(Zi, Z({ key: "chip", closable: e.closableChips, size: "small", text: $.title, disabled: $.props.disabled }, W), null) : z ?? d("span", { class: "v-select__selection-text" }, [$.title, e.multiple && B < f.value.length - 1 && d("span", { class: "v-select__selection-comma" }, [zo(",")])])]); + } }), (U = n["append-item"]) == null ? void 0 : U.call(n)]; + } })] }), f.value.map((O, L) => { + const U = { "onClick:close": function(z) { + z.stopPropagation(), z.preventDefault(), C(O); + }, onMousedown(z) { + z.preventDefault(), z.stopPropagation(); + }, modelValue: !0, "onUpdate:modelValue": void 0 }, S = k ? !!n.chip : !!n.selection, P = S ? Ho(k ? n.chip({ item: O, index: L, props: U }) : n.selection({ item: O, index: L })) : void 0; + if (!S || P) + return d("div", { key: O.value, class: "v-select__selection" }, [k ? n.chip ? d(ke, { key: "chip-defaults", defaults: { VChip: { closable: e.closableChips, size: "small", text: O.title } } }, { default: () => [P] }) : d(lr, Z({ key: "chip", closable: e.closableChips, size: "small", text: O.title, disabled: O.props.disabled }, U), null) : P ?? d("span", { class: "v-select__selection-text" }, [O.title, e.multiple && L < f.value.length - 1 && d("span", { class: "v-select__selection-comma" }, [Lo(",")])])]); })]), "append-inner": function() { - var F; - for (var $ = arguments.length, B = new Array($), W = 0; W < $; W++) - B[W] = arguments[W]; - return d(fe, null, [(F = n["append-inner"]) == null ? void 0 : F.call(n, ...B), e.menuIcon ? d(de, { class: "v-select__menu-icon", icon: e.menuIcon }, null) : void 0]); + var S; + for (var O = arguments.length, L = new Array(O), U = 0; U < O; U++) + L[U] = arguments[U]; + return d(fe, null, [(S = n["append-inner"]) == null ? void 0 : S.call(n, ...L), e.menuIcon ? d(de, { class: "v-select__menu-icon", icon: e.menuIcon }, null) : void 0]); } }); - }), Ht({ isFocused: b, menu: o, select: w }, a); -} }), Nr = Q()({ name: "VCardActions", props: ie(), setup(e, t) { + }), Ut({ isFocused: h, menu: o, select: C }, a); +} }), Ur = Q()({ name: "VCardActions", props: se(), setup(e, t) { let { slots: n } = t; - return Mn({ VBtn: { variant: "text" } }), le(() => { + return Rn({ VBtn: { slim: !0, variant: "text" } }), oe(() => { var l; return d("div", { class: ["v-card-actions", e.class], style: e.style }, [(l = n.default) == null ? void 0 : l.call(n)]); }), {}; -} }), jr = st("v-card-subtitle"), Gr = st("v-card-title"), qr = H({ appendAvatar: String, appendIcon: ce, prependAvatar: String, prependIcon: ce, subtitle: String, title: String, ...ie(), ...je() }, "VCardItem"), Hr = Q()({ name: "VCardItem", props: qr(), setup(e, t) { +} }), Yr = rt("v-card-subtitle"), Xr = rt("v-card-title"), Kr = Y({ appendAvatar: String, appendIcon: ce, prependAvatar: String, prependIcon: ce, subtitle: String, title: String, ...se(), ...He() }, "VCardItem"), Jr = Q()({ name: "VCardItem", props: Kr(), setup(e, t) { let { slots: n } = t; - return le(() => { - var u; + return oe(() => { + var s; const l = !(!e.prependAvatar && !e.prependIcon), a = !(!l && !n.prepend), i = !(!e.appendAvatar && !e.appendIcon), c = !(!i && !n.append), r = !(!e.title && !n.title), o = !(!e.subtitle && !n.subtitle); - return d("div", { class: ["v-card-item", e.class], style: e.style }, [a && d("div", { key: "prepend", class: "v-card-item__prepend" }, [n.prepend ? d(Se, { key: "prepend-defaults", disabled: !l, defaults: { VAvatar: { density: e.density, icon: e.prependIcon, image: e.prependAvatar } } }, n.prepend) : l && d(zn, { key: "prepend-avatar", density: e.density, icon: e.prependIcon, image: e.prependAvatar }, null)]), d("div", { class: "v-card-item__content" }, [r && d(Gr, { key: "title" }, { default: () => { + return d("div", { class: ["v-card-item", e.class], style: e.style }, [a && d("div", { key: "prepend", class: "v-card-item__prepend" }, [n.prepend ? d(ke, { key: "prepend-defaults", disabled: !l, defaults: { VAvatar: { density: e.density, icon: e.prependIcon, image: e.prependAvatar } } }, n.prepend) : l && d(Ln, { key: "prepend-avatar", density: e.density, icon: e.prependIcon, image: e.prependAvatar }, null)]), d("div", { class: "v-card-item__content" }, [r && d(Xr, { key: "title" }, { default: () => { var m; return [((m = n.title) == null ? void 0 : m.call(n)) ?? e.title]; - } }), o && d(jr, { key: "subtitle" }, { default: () => { + } }), o && d(Yr, { key: "subtitle" }, { default: () => { var m; return [((m = n.subtitle) == null ? void 0 : m.call(n)) ?? e.subtitle]; - } }), (u = n.default) == null ? void 0 : u.call(n)]), c && d("div", { key: "append", class: "v-card-item__append" }, [n.append ? d(Se, { key: "append-defaults", disabled: !i, defaults: { VAvatar: { density: e.density, icon: e.appendIcon, image: e.appendAvatar } } }, n.append) : i && d(zn, { key: "append-avatar", density: e.density, icon: e.appendIcon, image: e.appendAvatar }, null)])]); + } }), (s = n.default) == null ? void 0 : s.call(n)]), c && d("div", { key: "append", class: "v-card-item__append" }, [n.append ? d(ke, { key: "append-defaults", disabled: !i, defaults: { VAvatar: { density: e.density, icon: e.appendIcon, image: e.appendAvatar } } }, n.append) : i && d(Ln, { key: "append-avatar", density: e.density, icon: e.appendIcon, image: e.appendAvatar }, null)])]); }), {}; -} }), vn = st("v-card-text"), Ur = H({ appendAvatar: String, appendIcon: ce, disabled: Boolean, flat: Boolean, hover: Boolean, image: String, link: { type: Boolean, default: void 0 }, prependAvatar: String, prependIcon: ce, ripple: { type: [Boolean, Object], default: !0 }, subtitle: String, text: String, title: String, ...Wn(), ...ie(), ...je(), ...gn(), ...Nn(), ...Tl(), ...$l(), ...da(), ...Je(), ...qt(), ...$e(), ...Ce(), ...an({ variant: "elevated" }) }, "VCard"), Fn = Q()({ name: "VCard", directives: { Ripple: yt }, props: Ur(), setup(e, t) { +} }), yn = rt("v-card-text"), Zr = Y({ appendAvatar: String, appendIcon: ce, disabled: Boolean, flat: Boolean, hover: Boolean, image: String, link: { type: Boolean, default: void 0 }, prependAvatar: String, prependIcon: ce, ripple: { type: [Boolean, Object], default: !0 }, subtitle: String, text: String, title: String, ...Nn(), ...se(), ...He(), ...Cn(), ...Gn(), ...Tl(), ...$l(), ...ya(), ...Ze(), ...Ht(), ...ze(), ...Se(), ...rn({ variant: "elevated" }) }, "VCard"), _n = Q()({ name: "VCard", directives: { Ripple: ft }, props: Zr(), setup(e, t) { let { attrs: n, slots: l } = t; - const { themeClasses: a } = Ve(e), { borderClasses: i } = Rn(e), { colorClasses: c, colorStyles: r, variantClasses: o } = pt(e), { densityClasses: u } = Qe(e), { dimensionStyles: m } = hn(e), { elevationClasses: y } = jn(e), { loaderClasses: f } = jt(e), { locationStyles: p } = El(e), { positionClasses: g } = pa(e), { roundedClasses: b } = Ze(e), h = Gt(e, n), I = v(() => e.link !== !1 && h.isLink.value), A = v(() => !e.disabled && e.link !== !1 && (e.link || h.isClickable.value)); - return le(() => { - const k = I.value ? "a" : e.tag, M = !(!l.title && !e.title), _ = !(!l.subtitle && !e.subtitle), T = M || _, V = !!(l.append || e.appendAvatar || e.appendIcon), S = !!(l.prepend || e.prependAvatar || e.prependIcon), C = !(!l.image && !e.image), D = T || S || V, w = !(!l.text && !e.text); - return Be(d(k, { class: ["v-card", { "v-card--disabled": e.disabled, "v-card--flat": e.flat, "v-card--hover": e.hover && !(e.disabled || e.flat), "v-card--link": A.value }, a.value, i.value, c.value, u.value, y.value, f.value, g.value, b.value, o.value, e.class], style: [r.value, m.value, p.value, e.style], href: h.href.value, onClick: A.value && h.navigate, tabindex: e.disabled ? -1 : void 0 }, { default: () => { - var P; - return [C && d("div", { key: "image", class: "v-card__image" }, [l.image ? d(Se, { key: "image-defaults", disabled: !e.image, defaults: { VImg: { cover: !0, src: e.image } } }, l.image) : d(ta, { key: "image-img", cover: !0, src: e.image }, null)]), d(zl, { name: "v-card", active: !!e.loading, color: typeof e.loading == "boolean" ? void 0 : e.loading }, { default: l.loader }), D && d(Hr, { key: "item", prependAvatar: e.prependAvatar, prependIcon: e.prependIcon, title: e.title, subtitle: e.subtitle, appendAvatar: e.appendAvatar, appendIcon: e.appendIcon }, { default: l.item, prepend: l.prepend, title: l.title, subtitle: l.subtitle, append: l.append }), w && d(vn, { key: "text" }, { default: () => { - var O; - return [((O = l.text) == null ? void 0 : O.call(l)) ?? e.text]; - } }), (P = l.default) == null ? void 0 : P.call(l), l.actions && d(Nr, null, { default: l.actions }), dt(A.value, "v-card")]; - } }), [[Xe("ripple"), A.value && e.ripple]]); + const { themeClasses: a } = _e(e), { borderClasses: i } = jn(e), { colorClasses: c, colorStyles: r, variantClasses: o } = dt(e), { densityClasses: s } = en(e), { dimensionStyles: m } = In(e), { elevationClasses: y } = qn(e), { loaderClasses: f } = Gt(e), { locationStyles: p } = El(e), { positionClasses: g } = ma(e), { roundedClasses: h } = Qe(e), b = qt(e, n), I = v(() => e.link !== !1 && b.isLink.value), $ = v(() => !e.disabled && e.link !== !1 && (e.link || b.isClickable.value)); + return oe(() => { + const F = I.value ? "a" : e.tag, H = !(!l.title && !e.title), T = !(!l.subtitle && !e.subtitle), M = H || T, R = !!(l.append || e.appendAvatar || e.appendIcon), B = !!(l.prepend || e.prependAvatar || e.prependIcon), x = !(!l.image && !e.image), E = M || B || R, C = !(!l.text && !e.text); + return we(d(F, { class: ["v-card", { "v-card--disabled": e.disabled, "v-card--flat": e.flat, "v-card--hover": e.hover && !(e.disabled || e.flat), "v-card--link": $.value }, a.value, i.value, c.value, s.value, y.value, f.value, g.value, h.value, o.value, e.class], style: [r.value, m.value, p.value, e.style], href: b.href.value, onClick: $.value && b.navigate, tabindex: e.disabled ? -1 : void 0 }, { default: () => { + var V; + return [x && d("div", { key: "image", class: "v-card__image" }, [l.image ? d(ke, { key: "image-defaults", disabled: !e.image, defaults: { VImg: { cover: !0, src: e.image } } }, l.image) : d(ia, { key: "image-img", cover: !0, src: e.image }, null)]), d(zl, { name: "v-card", active: !!e.loading, color: typeof e.loading == "boolean" ? void 0 : e.loading }, { default: l.loader }), E && d(Jr, { key: "item", prependAvatar: e.prependAvatar, prependIcon: e.prependIcon, title: e.title, subtitle: e.subtitle, appendAvatar: e.appendAvatar, appendIcon: e.appendIcon }, { default: l.item, prepend: l.prepend, title: l.title, subtitle: l.subtitle, append: l.append }), C && d(yn, { key: "text" }, { default: () => { + var A; + return [((A = l.text) == null ? void 0 : A.call(l)) ?? e.text]; + } }), (V = l.default) == null ? void 0 : V.call(l), l.actions && d(Ur, null, { default: l.actions }), ct($.value, "v-card")]; + } }), [[Je("ripple"), $.value && e.ripple]]); }), {}; -} }), Yr = H({ indeterminate: Boolean, inset: Boolean, flat: Boolean, loading: { type: [Boolean, String], default: !1 }, ...gt(), ...Dl() }, "VSwitch"), Xr = Q()({ name: "VSwitch", inheritAttrs: !1, props: Yr(), emits: { "update:focused": (e) => !0, "update:modelValue": () => !0, "update:indeterminate": (e) => !0 }, setup(e, t) { +} }), Qr = Y({ indeterminate: Boolean, inset: Boolean, flat: Boolean, loading: { type: [Boolean, String], default: !1 }, ...mt(), ...Dl() }, "VSwitch"), es = Q()({ name: "VSwitch", inheritAttrs: !1, props: Qr(), emits: { "update:focused": (e) => !0, "update:modelValue": () => !0, "update:indeterminate": (e) => !0 }, setup(e, t) { let { attrs: n, slots: l } = t; - const a = me(e, "indeterminate"), i = me(e, "modelValue"), { loaderClasses: c } = jt(e), { isFocused: r, focus: o, blur: u } = mt(e), m = R(), y = v(() => typeof e.loading == "string" && e.loading !== "" ? e.loading : e.color), f = Le(), p = v(() => e.id || `switch-${f}`); + const a = me(e, "indeterminate"), i = me(e, "modelValue"), { loaderClasses: c } = Gt(e), { isFocused: r, focus: o, blur: s } = yt(e), m = N(), y = v(() => typeof e.loading == "string" && e.loading !== "" ? e.loading : e.color), f = We(), p = v(() => e.id || `switch-${f}`); function g() { a.value && (a.value = !1); } - function b(h) { - var I, A; - h.stopPropagation(), h.preventDefault(), (A = (I = m.value) == null ? void 0 : I.input) == null || A.click(); - } - return le(() => { - const [h, I] = rt(n), [A, k] = ln.filterProps(e), [M, _] = Et.filterProps(e); - return d(ln, Z({ class: ["v-switch", { "v-switch--inset": e.inset }, { "v-switch--indeterminate": a.value }, c.value, e.class], style: e.style }, h, A, { id: p.value, focused: r.value }), { ...l, default: (T) => { - let { id: V, messagesId: S, isDisabled: C, isReadonly: D, isValid: w } = T; - return d(Et, Z({ ref: m }, M, { modelValue: i.value, "onUpdate:modelValue": [(P) => i.value = P, g], id: V.value, "aria-describedby": S.value, type: "checkbox", "aria-checked": a.value ? "mixed" : void 0, disabled: C.value, readonly: D.value, onFocus: o, onBlur: u }, I), { ...l, default: (P) => { - let { backgroundColorClasses: O, backgroundColorStyles: j } = P; - return d("div", { class: ["v-switch__track", ...O.value], style: j.value, onClick: b }, null); - }, input: (P) => { - let { inputNode: O, icon: j, backgroundColorClasses: q, backgroundColorStyles: x } = P; - return d(fe, null, [O, d("div", { class: ["v-switch__thumb", { "v-switch__thumb--filled": j || e.loading }, e.inset ? void 0 : q.value], style: e.inset ? void 0 : x.value }, [d(Bi, null, { default: () => [e.loading ? d(zl, { name: "v-switch", active: !0, color: w.value === !1 ? void 0 : y.value }, { default: (E) => l.loader ? l.loader(E) : d(ca, { active: E.isActive, color: E.color, indeterminate: !0, size: "16", width: "2" }, null) }) : j && d(de, { key: j, icon: j, size: "x-small" }, null)] })])]); + function h(b) { + var I, $; + b.stopPropagation(), b.preventDefault(), ($ = (I = m.value) == null ? void 0 : I.input) == null || $.click(); + } + return oe(() => { + const [b, I] = it(n), $ = on.filterProps(e), F = Tt.filterProps(e); + return d(on, Z({ class: ["v-switch", { "v-switch--inset": e.inset }, { "v-switch--indeterminate": a.value }, c.value, e.class], style: e.style }, b, $, { id: p.value, focused: r.value }), { ...l, default: (H) => { + let { id: T, messagesId: M, isDisabled: R, isReadonly: B, isValid: x } = H; + return d(Tt, Z({ ref: m }, F, { modelValue: i.value, "onUpdate:modelValue": [(E) => i.value = E, g], id: T.value, "aria-describedby": M.value, type: "checkbox", "aria-checked": a.value ? "mixed" : void 0, disabled: R.value, readonly: B.value, onFocus: o, onBlur: s }, I), { ...l, default: (E) => { + let { backgroundColorClasses: C, backgroundColorStyles: V } = E; + return d("div", { class: ["v-switch__track", ...C.value], style: V.value, onClick: h }, null); + }, input: (E) => { + let { inputNode: C, icon: V, backgroundColorClasses: A, backgroundColorStyles: j } = E; + return d(fe, null, [C, d("div", { class: ["v-switch__thumb", { "v-switch__thumb--filled": V || e.loading }, e.inset ? void 0 : A.value], style: e.inset ? void 0 : j.value }, [d(Ai, null, { default: () => [e.loading ? d(zl, { name: "v-switch", active: !0, color: x.value === !1 ? void 0 : y.value }, { default: (G) => l.loader ? l.loader(G) : d(fa, { active: G.isActive, color: G.color, indeterminate: !0, size: "16", width: "2" }, null) }) : V && d(de, { key: V, icon: V, size: "x-small" }, null)] })])]); } }); } }); }), {}; -} }), Kr = H({ autoGrow: Boolean, autofocus: Boolean, counter: [Boolean, Number, String], counterValue: Function, prefix: String, placeholder: String, persistentPlaceholder: Boolean, persistentCounter: Boolean, noResize: Boolean, rows: { type: [Number, String], default: 5, validator: (e) => !isNaN(parseFloat(e)) }, maxRows: { type: [Number, String], validator: (e) => !isNaN(parseFloat(e)) }, suffix: String, modelModifiers: Object, ...gt(), ...Ll() }, "VTextarea"), Jr = Q()({ name: "VTextarea", directives: { Intersect: Ol }, inheritAttrs: !1, props: Kr(), emits: { "click:control": (e) => !0, "mousedown:control": (e) => !0, "update:focused": (e) => !0, "update:modelValue": (e) => !0 }, setup(e, t) { +} }), ns = Y({ autoGrow: Boolean, autofocus: Boolean, counter: [Boolean, Number, String], counterValue: Function, prefix: String, placeholder: String, persistentPlaceholder: Boolean, persistentCounter: Boolean, noResize: Boolean, rows: { type: [Number, String], default: 5, validator: (e) => !isNaN(parseFloat(e)) }, maxRows: { type: [Number, String], validator: (e) => !isNaN(parseFloat(e)) }, suffix: String, modelModifiers: Object, ...mt(), ...Ll() }, "VTextarea"), ts = Q()({ name: "VTextarea", directives: { Intersect: Ol }, inheritAttrs: !1, props: ns(), emits: { "click:control": (e) => !0, "mousedown:control": (e) => !0, "update:focused": (e) => !0, "update:modelValue": (e) => !0 }, setup(e, t) { let { attrs: n, emit: l, slots: a } = t; - const i = me(e, "modelValue"), { isFocused: c, focus: r, blur: o } = mt(e), u = v(() => typeof e.counterValue == "function" ? e.counterValue(i.value) : (i.value || "").toString().length), m = v(() => n.maxlength ? n.maxlength : !e.counter || typeof e.counter != "number" && typeof e.counter != "string" ? void 0 : e.counter); - function y(w, P) { - var O, j; - e.autofocus && w && ((j = (O = P[0].target) == null ? void 0 : O.focus) == null || j.call(O)); + const i = me(e, "modelValue"), { isFocused: c, focus: r, blur: o } = yt(e), s = v(() => typeof e.counterValue == "function" ? e.counterValue(i.value) : (i.value || "").toString().length), m = v(() => n.maxlength ? n.maxlength : !e.counter || typeof e.counter != "number" && typeof e.counter != "string" ? void 0 : e.counter); + function y(C, V) { + var A, j; + e.autofocus && C && ((j = (A = V[0].target) == null ? void 0 : A.focus) == null || j.call(A)); } - const f = R(), p = R(), g = ue(""), b = R(), h = v(() => e.persistentPlaceholder || c.value || e.active); + const f = N(), p = N(), g = re(""), h = N(), b = v(() => e.persistentPlaceholder || c.value || e.active); function I() { - var w; - b.value !== document.activeElement && ((w = b.value) == null || w.focus()), c.value || r(); + var C; + h.value !== document.activeElement && ((C = h.value) == null || C.focus()), c.value || r(); } - function A(w) { - I(), l("click:control", w); + function $(C) { + I(), l("click:control", C); } - function k(w) { - l("mousedown:control", w); + function F(C) { + l("mousedown:control", C); } - function M(w) { - w.stopPropagation(), I(), xe(() => { - i.value = "", Ro(e["onClick:clear"], w); + function H(C) { + C.stopPropagation(), I(), Ie(() => { + i.value = "", Go(e["onClick:clear"], C); }); } - function _(w) { - var O; - const P = w.target; - if (i.value = P.value, (O = e.modelModifiers) == null ? void 0 : O.trim) { - const j = [P.selectionStart, P.selectionEnd]; - xe(() => { - P.selectionStart = j[0], P.selectionEnd = j[1]; + function T(C) { + var A; + const V = C.target; + if (i.value = V.value, (A = e.modelModifiers) == null ? void 0 : A.trim) { + const j = [V.selectionStart, V.selectionEnd]; + Ie(() => { + V.selectionStart = j[0], V.selectionEnd = j[1]; }); } } - const T = R(), V = R(+e.rows), S = v(() => ["plain", "underlined"].includes(e.variant)); - function C() { - e.autoGrow && xe(() => { - if (!T.value || !p.value) + const M = N(), R = N(+e.rows), B = v(() => ["plain", "underlined"].includes(e.variant)); + function x() { + e.autoGrow && Ie(() => { + if (!M.value || !p.value) return; - const w = getComputedStyle(T.value), P = getComputedStyle(p.value.$el), O = parseFloat(w.getPropertyValue("--v-field-padding-top")) + parseFloat(w.getPropertyValue("--v-input-padding-top")) + parseFloat(w.getPropertyValue("--v-field-padding-bottom")), j = T.value.scrollHeight, q = parseFloat(w.lineHeight), x = Jn(j ?? 0, Math.max(parseFloat(e.rows) * q + O, parseFloat(P.getPropertyValue("--v-input-control-height"))), parseFloat(e.maxRows) * q + O || 1 / 0); - V.value = Math.floor((x - O) / q), g.value = te(x); + const C = getComputedStyle(M.value), V = getComputedStyle(p.value.$el), A = parseFloat(C.getPropertyValue("--v-field-padding-top")) + parseFloat(C.getPropertyValue("--v-input-padding-top")) + parseFloat(C.getPropertyValue("--v-field-padding-bottom")), j = M.value.scrollHeight, G = parseFloat(C.lineHeight), k = An(j ?? 0, Math.max(parseFloat(e.rows) * G + A, parseFloat(V.getPropertyValue("--v-input-control-height"))), parseFloat(e.maxRows) * G + A || 1 / 0); + R.value = Math.floor((k - A) / G), g.value = te(k); }); } - let D; - return Ue(() => { - e.autoGrow || (V.value = +e.rows); - }), Ln(C), K(i, C), K(() => e.rows, C), K(() => e.maxRows, C), K(() => e.density, C), K(T, (w) => { - w ? (D = new ResizeObserver(C), D.observe(T.value)) : D == null || D.disconnect(); - }), on(() => { - D == null || D.disconnect(); - }), le(() => { - const w = !!(a.counter || e.counter || e.counterValue), P = !(!w && !a.details), [O, j] = rt(n), [{ modelValue: q, ...x }] = ln.filterProps(e), [E] = ja(e); - return d(ln, Z({ ref: f, modelValue: i.value, "onUpdate:modelValue": (L) => i.value = L, class: ["v-textarea v-text-field", { "v-textarea--prefixed": e.prefix, "v-textarea--suffixed": e.suffix, "v-text-field--prefixed": e.prefix, "v-text-field--suffixed": e.suffix, "v-textarea--auto-grow": e.autoGrow, "v-textarea--no-resize": e.noResize || e.autoGrow, "v-text-field--plain-underlined": S.value }, e.class], style: e.style }, O, x, { centerAffix: V.value === 1 && !S.value, focused: c.value }), { ...a, default: (L) => { - let { isDisabled: N, isDirty: G, isReadonly: $, isValid: B } = L; - return d(Ml, Z({ ref: p, style: { "--v-textarea-control-height": g.value }, onClick: A, onMousedown: k, "onClick:clear": M, "onClick:prependInner": e["onClick:prependInner"], "onClick:appendInner": e["onClick:appendInner"] }, E, { active: h.value || G.value, centerAffix: V.value === 1 && !S.value, dirty: G.value || e.dirty, disabled: N.value, focused: c.value, error: B.value === !1 }), { ...a, default: (W) => { - let { props: { class: F, ...z } } = W; - return d(fe, null, [e.prefix && d("span", { class: "v-text-field__prefix" }, [e.prefix]), Be(d("textarea", Z({ ref: b, class: F, value: i.value, onInput: _, autofocus: e.autofocus, readonly: $.value, disabled: N.value, placeholder: e.placeholder, rows: e.rows, name: e.name, onFocus: I, onBlur: o }, z, j), null), [[Xe("intersect"), { handler: y }, null, { once: !0 }]]), e.autoGrow && Be(d("textarea", { class: [F, "v-textarea__sizer"], id: `${z.id}-sizer`, "onUpdate:modelValue": (U) => i.value = U, ref: T, readonly: !0, "aria-hidden": "true" }, null), [[li, i.value]]), e.suffix && d("span", { class: "v-text-field__suffix" }, [e.suffix])]); + let E; + return Ge(() => { + e.autoGrow || (R.value = +e.rows); + }), Wn(x), K(i, x), K(() => e.rows, x), K(() => e.maxRows, x), K(() => e.density, x), K(M, (C) => { + C ? (E = new ResizeObserver(x), E.observe(M.value)) : E == null || E.disconnect(); + }), an(() => { + E == null || E.disconnect(); + }), oe(() => { + const C = !!(a.counter || e.counter || e.counterValue), V = !(!C && !a.details), [A, j] = it(n), { modelValue: G, ...k } = on.filterProps(e), w = Ua(e); + return d(on, Z({ ref: f, modelValue: i.value, "onUpdate:modelValue": (_) => i.value = _, class: ["v-textarea v-text-field", { "v-textarea--prefixed": e.prefix, "v-textarea--suffixed": e.suffix, "v-text-field--prefixed": e.prefix, "v-text-field--suffixed": e.suffix, "v-textarea--auto-grow": e.autoGrow, "v-textarea--no-resize": e.noResize || e.autoGrow, "v-input--plain-underlined": B.value }, e.class], style: e.style }, A, k, { centerAffix: R.value === 1 && !B.value, focused: c.value }), { ...a, default: (_) => { + let { id: D, isDisabled: W, isDirty: O, isReadonly: L, isValid: U } = _; + return d(Ml, Z({ ref: p, style: { "--v-textarea-control-height": g.value }, onClick: $, onMousedown: F, "onClick:clear": H, "onClick:prependInner": e["onClick:prependInner"], "onClick:appendInner": e["onClick:appendInner"] }, w, { id: D.value, active: b.value || O.value, centerAffix: R.value === 1 && !B.value, dirty: O.value || e.dirty, disabled: W.value, focused: c.value, error: U.value === !1 }), { ...a, default: (S) => { + let { props: { class: P, ...z } } = S; + return d(fe, null, [e.prefix && d("span", { class: "v-text-field__prefix" }, [e.prefix]), we(d("textarea", Z({ ref: h, class: P, value: i.value, onInput: T, autofocus: e.autofocus, readonly: L.value, disabled: W.value, placeholder: e.placeholder, rows: e.rows, name: e.name, onFocus: I, onBlur: o }, z, j), null), [[Je("intersect"), { handler: y }, null, { once: !0 }]]), e.autoGrow && we(d("textarea", { class: [P, "v-textarea__sizer"], id: `${z.id}-sizer`, "onUpdate:modelValue": (q) => i.value = q, ref: M, readonly: !0, "aria-hidden": "true" }, null), [[si, i.value]]), e.suffix && d("span", { class: "v-text-field__suffix" }, [e.suffix])]); } }); - }, details: P ? (L) => { - var N; - return d(fe, null, [(N = a.details) == null ? void 0 : N.call(a, L), w && d(fe, null, [d("span", null, null), d(Na, { active: e.persistentCounter || c.value, value: u.value, max: m.value }, a.counter)])]); + }, details: V ? (_) => { + var D; + return d(fe, null, [(D = a.details) == null ? void 0 : D.call(a, _), C && d(fe, null, [d("span", null, null), d(Ha, { active: e.persistentCounter || c.value, value: s.value, max: m.value }, a.counter)])]); } : void 0 }); - }), Ht({}, f, p, b); -} }), qa = Re({ __name: "BooleanIcons", props: _e({ iconFalseColor: {}, iconFalseTitle: {}, iconTrueColor: {}, iconTrueTitle: {}, iconFalse: {}, iconTrue: {} }, { modelValue: {} }), emits: ["update:modelValue"], setup(e) { - const t = e, n = ve(Symbol.for("vuetify:icons")), l = sn(e, "modelValue"), a = v(() => De({ icon: t.iconFalse, iconOptions: n, name: "false" })), i = v(() => De({ icon: t.iconTrue, iconOptions: n, name: "true" })); - return (c, r) => l.value ? (X(), he(s(de), { key: 0, class: "v-inline-fields--boolean-icons fa-fw", color: c.iconTrueColor, icon: s(i), size: "x-small", title: c.iconTrueTitle }, null, 8, ["color", "icon", "title"])) : (X(), he(s(de), { key: 1, class: "v-inline-fields--boolean-icons fa-fw", color: c.iconFalseColor, icon: s(a), size: "x-small", title: c.iconFalseTitle }, null, 8, ["color", "icon", "title"])); -} }), ae = "v-inline-fields", Vn = (e) => { - const { field: t = "", density: n = "", disabled: l = !1, iconSet: a = "mdi", loading: i = !1, loadingWait: c, tableField: r = !1, variant: o } = e, u = n && o; - return { [`${ae}`]: !0, [`${ae}--container`]: !0, [`${ae}--container-disabled`]: s(l), [`${ae}--container-table`]: r, [`${ae}--container-icon-set-${a}`]: !0, [`${ae}--container-loading`]: i && c, [`${ae}--container-${t}`]: !0, [`${ae}--container-${t}-${n}`]: !0, [`${ae}--container-${t}-${n}-${o}`]: u, [`${ae}--container-${t}-${o}`]: o, [`${ae}--container-${t}-${o}-${n}`]: u, [`${ae}--container-${n}`]: n, [`${ae}--container-${n}-${t}`]: n, [`${ae}--container-${n}-${o}`]: u, [`${ae}--container-${o}`]: o, [`${ae}--container-${o}-${n}`]: u, [`${ae}--container-${o}-${t}`]: o }; -}, An = (e) => { + }), Ut({}, f, p, h); +} }), Xa = Ne({ __name: "BooleanIcons", props: Pe({ iconFalseColor: {}, iconFalseTitle: {}, iconTrueColor: {}, iconTrueTitle: {}, iconFalse: {}, iconTrue: {} }, { modelValue: {} }), emits: ["update:modelValue"], setup(e) { + const t = e, n = ve(Symbol.for("vuetify:icons")), l = un(e, "modelValue"), a = v(() => Me({ icon: t.iconFalse, iconOptions: n, name: "false" })), i = v(() => Me({ icon: t.iconTrue, iconOptions: n, name: "true" })); + return (c, r) => l.value ? (J(), he(u(de), { key: 0, class: "v-inline-fields--boolean-icons fa-fw", color: c.iconTrueColor, icon: u(i), size: "x-small", title: c.iconTrueTitle }, null, 8, ["color", "icon", "title"])) : (J(), he(u(de), { key: 1, class: "v-inline-fields--boolean-icons fa-fw", color: c.iconFalseColor, icon: u(a), size: "x-small", title: c.iconFalseTitle }, null, 8, ["color", "icon", "title"])); +} }), ie = "v-inline-fields", On = (e) => { + const { field: t = "", density: n = "", disabled: l = !1, iconSet: a = "mdi", loading: i = !1, loadingWait: c, tableField: r = !1, variant: o } = e, s = n && o; + return { [`${ie}`]: !0, [`${ie}--container`]: !0, [`${ie}--container-disabled`]: u(l), [`${ie}--container-table`]: r, [`${ie}--container-icon-set-${a}`]: !0, [`${ie}--container-loading`]: i && c, [`${ie}--container-${t}`]: !0, [`${ie}--container-${t}-${n}`]: !0, [`${ie}--container-${t}-${n}-${o}`]: s, [`${ie}--container-${t}-${o}`]: o, [`${ie}--container-${t}-${o}-${n}`]: s, [`${ie}--container-${n}`]: n, [`${ie}--container-${n}-${t}`]: n, [`${ie}--container-${n}-${o}`]: s, [`${ie}--container-${o}`]: o, [`${ie}--container-${o}-${n}`]: s, [`${ie}--container-${o}-${t}`]: o }; +}, Pn = (e) => { const { field: t = "", density: n = "" } = e; - return { [`${ae}--display-container`]: !0, [`${ae}--display-wrapper-value`]: !0, [`${t}`]: !0, "v-input": !0, [`v-input--density-${n}`]: !0, "v-input--horizontal": !0 }; -}, Dt = (e) => { + return { [`${ie}--display-container`]: !0, [`${ie}--display-wrapper-value`]: !0, [`${t}`]: !0, "v-input": !0, [`v-input--density-${n}`]: !0, "v-input--horizontal": !0 }; +}, Lt = (e) => { const { density: t = "", variant: n = "" } = e; return { "v-input": !0, "v-input--dirty": !0, "v-input--horizontal": !0, "v-text-field": !0, [`v-input--density-${t}`]: !0, [`v-text-field--plain-${n}`]: !0 }; -}, Ha = (e) => { +}, Ka = (e) => { const { density: t = "" } = e; return { [`v-selection-control--density-${t}`]: !0 }; }, Wl = (e, t, n) => { const { error: l = !1, empty: a = !1 } = n; - return { [`${ae}`]: !0, [`${ae}--display-value-${e}`]: !0, [`${ae}--display-value`]: !0, [`${ae}--display-value-empty`]: s(a), [`text-${t}`]: !s(l), "text-danger": s(l) }; -}, _n = (e) => { + return { [`${ie}`]: !0, [`${ie}--display-value-${e}`]: !0, [`${ie}--display-value`]: !0, [`${ie}--display-value-empty`]: u(a), [`text-${t}`]: !u(l), "text-danger": u(l) }; +}, $n = (e) => { const { name: t, active: n = !1 } = e; - return { [`${ae}`]: !0, [`${ae}--field`]: !0, [`${ae}--field-${t}`]: !0, [`${ae}--field-active`]: n }; -}, On = (e) => { + return { [`${ie}`]: !0, [`${ie}--field`]: !0, [`${ie}--field-${t}`]: !0, [`${ie}--field-active`]: n }; +}, En = (e) => { const { name: t, showField: n } = e; - return { [`${ae}--card-container`]: !0, [`${ae}--card-container-${t}`]: !0, "d-none": !n }; + return { [`${ie}--card-container`]: !0, [`${ie}--card-container-${t}`]: !0, "d-none": !n }; }; -function _o(e) { +function Po(e) { if (!e) return 100; if (e.toString().includes(".")) { @@ -2973,36 +3071,36 @@ function _o(e) { } return Number(e) >= 100 ? 100 : Number(e); } -function Oo(e) { +function $o(e) { let t = function(y) { const f = { AliceBlue: "#F0F8FF", AntiqueWhite: "#FAEBD7", Aqua: "#00FFFF", Aquamarine: "#7FFFD4", Azure: "#F0FFFF", Beige: "#F5F5DC", Bisque: "#FFE4C4", Black: "#000000", BlanchedAlmond: "#FFEBCD", Blue: "#0000FF", BlueViolet: "#8A2BE2", Brown: "#A52A2A", BurlyWood: "#DEB887", CadetBlue: "#5F9EA0", Chartreuse: "#7FFF00", Chocolate: "#D2691E", Coral: "#FF7F50", CornflowerBlue: "#6495ED", Cornsilk: "#FFF8DC", Crimson: "#DC143C", Cyan: "#00FFFF", DarkBlue: "#00008B", DarkCyan: "#008B8B", DarkGoldenRod: "#B8860B", DarkGray: "#A9A9A9", DarkGreen: "#006400", DarkGrey: "#A9A9A9", DarkKhaki: "#BDB76B", DarkMagenta: "#8B008B", DarkOliveGreen: "#556B2F", DarkOrange: "#FF8C00", DarkOrchid: "#9932CC", DarkRed: "#8B0000", DarkSalmon: "#E9967A", DarkSeaGreen: "#8FBC8F", DarkSlateBlue: "#483D8B", DarkSlateGray: "#2F4F4F", DarkSlateGrey: "#2F4F4F", DarkTurquoise: "#00CED1", DarkViolet: "#9400D3", DeepPink: "#FF1493", DeepSkyBlue: "#00BFFF", DimGray: "#696969", DimGrey: "#696969", DodgerBlue: "#1E90FF", FireBrick: "#B22222", FloralWhite: "#FFFAF0", ForestGreen: "#228B22", Fuchsia: "#FF00FF", Gainsboro: "#DCDCDC", GhostWhite: "#F8F8FF", Gold: "#FFD700", GoldenRod: "#DAA520", Gray: "#808080", Green: "#008000", GreenYellow: "#ADFF2F", Grey: "#808080", HoneyDew: "#F0FFF0", HotPink: "#FF69B4", IndianRed: "#CD5C5C", Indigo: "#4B0082", Ivory: "#FFFFF0", Khaki: "#F0E68C", Lavender: "#E6E6FA", LavenderBlush: "#FFF0F5", LawnGreen: "#7CFC00", LemonChiffon: "#FFFACD", LightBlue: "#ADD8E6", LightCoral: "#F08080", LightCyan: "#E0FFFF", LightGoldenRodYellow: "#FAFAD2", LightGray: "#D3D3D3", LightGreen: "#90EE90", LightGrey: "#D3D3D3", LightPink: "#FFB6C1", LightSalmon: "#FFA07A", LightSeaGreen: "#20B2AA", LightSkyBlue: "#87CEFA", LightSlateGray: "#778899", LightSlateGrey: "#778899", LightSteelBlue: "#B0C4DE", LightYellow: "#FFFFE0", Lime: "#00FF00", LimeGreen: "#32CD32", Linen: "#FAF0E6", Magenta: "#FF00FF", Maroon: "#800000", MediumAquaMarine: "#66CDAA", MediumBlue: "#0000CD", MediumOrchid: "#BA55D3", MediumPurple: "#9370DB", MediumSeaGreen: "#3CB371", MediumSlateBlue: "#7B68EE", MediumSpringGreen: "#00FA9A", MediumTurquoise: "#48D1CC", MediumVioletRed: "#C71585", MidnightBlue: "#191970", MintCream: "#F5FFFA", MistyRose: "#FFE4E1", Moccasin: "#FFE4B5", NavajoWhite: "#FFDEAD", Navy: "#000080", OldLace: "#FDF5E6", Olive: "#808000", OliveDrab: "#6B8E23", Orange: "#FFA500", OrangeRed: "#FF4500", Orchid: "#DA70D6", PaleGoldenRod: "#EEE8AA", PaleGreen: "#98FB98", PaleTurquoise: "#AFEEEE", PaleVioletRed: "#DB7093", PapayaWhip: "#FFEFD5", PeachPuff: "#FFDAB9", Peru: "#CD853F", Pink: "#FFC0CB", Plum: "#DDA0DD", PowderBlue: "#B0E0E6", Purple: "#800080", RebeccaPurple: "#663399", Red: "#FF0000", RosyBrown: "#BC8F8F", RoyalBlue: "#4169E1", SaddleBrown: "#8B4513", Salmon: "#FA8072", SandyBrown: "#F4A460", SeaGreen: "#2E8B57", SeaShell: "#FFF5EE", Sienna: "#A0522D", Silver: "#C0C0C0", SkyBlue: "#87CEEB", SlateBlue: "#6A5ACD", SlateGray: "#708090", SlateGrey: "#708090", Snow: "#FFFAFA", SpringGreen: "#00FF7F", SteelBlue: "#4682B4", Tan: "#D2B48C", Teal: "#008080", Thistle: "#D8BFD8", Tomato: "#FF6347", Turquoise: "#40E0D0", Violet: "#EE82EE", Wheat: "#F5DEB3", White: "#FFFFFF", WhiteSmoke: "#F5F5F5", Yellow: "#FFFF00", YellowGreen: "#9ACD32" }; let p = y; - return Object.entries(f).forEach(([g, b]) => { - y.toLowerCase() != g.toLowerCase() || (p = b); + return Object.entries(f).forEach(([g, h]) => { + y.toLowerCase() != g.toLowerCase() || (p = h); }), p; }(e), n = 0, l = 0, a = 0, i = 100, c = 0, r = 0, o = 0; if (t.substring(0, 1) === "#") t = function(y) { let f = y.replace("#", ""); f.length === 3 && (f = f.split("").map((I) => I + I).join("")); - const p = parseInt(f.substring(0, 2), 16), g = parseInt(f.substring(2, 4), 16), b = parseInt(f.substring(4, 6), 16); - return [p, g, b, 100]; + const p = parseInt(f.substring(0, 2), 16), g = parseInt(f.substring(2, 4), 16), h = parseInt(f.substring(4, 6), 16); + return [p, g, h, 100]; }(t); else if (t.includes("rgb")) t = [...t.matchAll(/[\d+.\d+]+/g)].map(Number); else if (t.includes("hsl")) - return t = [...t.matchAll(/[\d+.\d+]+/g)].map(String), n = t[0], l = t[1], a = t[2], i = _o(t[3]), `${n} ${l}% ${a}% / ${i}%`; - [c, r, o, i] = t, c /= 255, r /= 255, o /= 255, i = _o(i); - const u = Math.max(c, r, o), m = Math.min(c, r, o); - if (u === null || !m === null || isNaN(u) || isNaN(m)) { + return t = [...t.matchAll(/[\d+.\d+]+/g)].map(String), n = t[0], l = t[1], a = t[2], i = Po(t[3]), `${n} ${l}% ${a}% / ${i}%`; + [c, r, o, i] = t, c /= 255, r /= 255, o /= 255, i = Po(i); + const s = Math.max(c, r, o), m = Math.min(c, r, o); + if (s === null || !m === null || isNaN(s) || isNaN(m)) { const y = "0 0% 100% / 12%"; return console.warn(`[VuetifyInlineFields: The "color" prop value using "${t}" doesn't exist. Using the value "hsl(${y})" in it's place.`), y; } - if (n = (u + m) / 2, l = (u + m) / 2, a = (u + m) / 2, u == m) + if (n = (s + m) / 2, l = (s + m) / 2, a = (s + m) / 2, s == m) n = l = 0; else { - const y = u - m; - switch (l = a > 0.5 ? y / (2 - u - m) : y / (u + m), u) { + const y = s - m; + switch (l = a > 0.5 ? y / (2 - s - m) : y / (s + m), s) { case c: n = (r - o) / y + (r < o ? 6 : 0); break; @@ -3016,7 +3114,7 @@ function Oo(e) { } return n = Math.round(360 * n), l = Math.round(100 * l), a = Math.round(100 * a), `${n} ${l}% ${a}% / ${i}%`; } -const Zr = (e, t) => { +const ls = (e, t) => { if (function(l) { return l === "transparent" || l === "none" || l === "inherit" || l === "currentColor" || l === "initial" || l === "unset"; }(e)) @@ -3029,59 +3127,59 @@ const Zr = (e, t) => { const i = a.global.current.value.colors; return Object.entries(i).find(([c]) => c === l); }(e, t); - return n ? `hsl(${Oo(n[1])})` : `hsl(${Oo(e)})`; -}, Yn = (e) => { + return n ? `hsl(${$o(n[1])})` : `hsl(${$o(e)})`; +}, Xn = (e) => { const { str: t, unit: n = "px" } = e; if (t != null && t !== "") return +t ? `${Number(t)}${n}` : String(t); -}, Ua = (e) => { +}, Ja = (e) => { var a; - const { modelValue: t, trueValue: n } = e, l = s(t); + const { modelValue: t, trueValue: n } = e, l = u(t); return ((a = l == null ? void 0 : l.toLowerCase) == null ? void 0 : a.call(l)) === "true" || l === "1" || l == "1" || l === !0 || l == n || l === n; }, Rl = (e) => { const { underlineStyle: t, underlineWidth: n, color: l, error: a, theme: i, underlined: c } = e; let { underlineColor: r } = e; r = r || l; - const o = { "border-bottom-color": Zr(r, i), "border-bottom-style": t, "border-bottom-width": n }; - return s(a) && (o["border-bottom-color"] = "rgb(var(--v-theme-danger))"), c || (o["border-bottom"] = "none"), o; -}, fn = (e) => { + const o = { "border-bottom-color": ls(r, i), "border-bottom-style": t, "border-bottom-width": n }; + return u(a) && (o["border-bottom-color"] = "rgb(var(--v-theme-danger))"), c || (o["border-bottom"] = "none"), o; +}, mn = (e) => { const { cardMinWidth: t, cardOffsetX: n, cardOffsetY: l, cardWidth: a, field: i, name: c = "" } = e, r = ((m) => { const { cardOffsetX: y, cardOffsetY: f, field: p } = m; if (!p) return { bottom: 0, height: 0, left: 0, right: 0, top: 0, width: 0, x: 0, y: 0 }; - const { x: g, y: b } = p.getBoundingClientRect(), { width: h, height: I } = p.getBoundingClientRect(), { right: A, bottom: k } = p.getBoundingClientRect(); - return { bottom: Yn({ str: k + Number(f) }), height: I, left: Yn({ str: 0 + Number(y) }), right: Yn({ str: A + Number(y) }), top: Yn({ str: 2 + Number(f) }), width: Yn({ str: h }), x: g, y: b }; + const { x: g, y: h } = p.getBoundingClientRect(), { width: b, height: I } = p.getBoundingClientRect(), { right: $, bottom: F } = p.getBoundingClientRect(); + return { bottom: Xn({ str: F + Number(f) }), height: I, left: Xn({ str: 0 + Number(y) }), right: Xn({ str: $ + Number(y) }), top: Xn({ str: 2 + Number(f) }), width: Xn({ str: b }), x: g, y: h }; })({ cardOffsetX: n, cardOffsetY: l, field: i }); - let o = t, u = a; - return u || (u = c === "checkbox" ? "fit-content" : r.width), o || (o = c === "checkbox" ? "fit-content" : r.width), { left: r.left, top: r.top, width: u, zIndex: 10 }; -}, Qr = { class: "v-inline-fields--display-wrapper" }, Lt = Re({ __name: "DisplayedValue", props: { color: {}, displayAppendIcon: {}, displayAppendIconColor: {}, displayAppendInnerIcon: {}, displayAppendInnerIconColor: {}, displayPrependIcon: {}, displayPrependIconColor: {}, displayPrependInnerIcon: {}, displayPrependInnerIconColor: {}, displayValue: {}, empty: { type: Boolean }, error: { type: Boolean }, field: {}, underlineColor: {}, underlineStyle: {}, underlineWidth: {}, underlined: { type: Boolean } }, emits: ["toggleField"], setup(e, { emit: t }) { - const n = t, l = e, a = un(), i = Sl(), c = { displayValue: l.displayValue, empty: l.empty, error: l.error }, r = v(() => Wl(l.field, l.valueColor, { empty: l.empty, error: l.error })), o = v(() => Rl({ color: l.color, error: l.error, theme: i, underlineColor: l.underlineColor, underlineStyle: l.underlineStyle, underlineWidth: l.underlineWidth, underlined: l.underlined })), u = v(() => ((f) => { + let o = t, s = a; + return s || (s = c === "checkbox" ? "fit-content" : r.width), o || (o = c === "checkbox" ? "fit-content" : r.width), { left: r.left, top: r.top, width: s, zIndex: 10 }; +}, os = { class: "v-inline-fields--display-wrapper" }, Mt = Ne({ __name: "DisplayedValue", props: { color: {}, displayAppendIcon: {}, displayAppendIconColor: {}, displayAppendInnerIcon: {}, displayAppendInnerIconColor: {}, displayPrependIcon: {}, displayPrependIconColor: {}, displayPrependInnerIcon: {}, displayPrependInnerIconColor: {}, displayValue: {}, empty: { type: Boolean }, error: { type: Boolean }, field: {}, underlineColor: {}, underlineStyle: {}, underlineWidth: {}, underlined: { type: Boolean } }, emits: ["toggleField"], setup(e, { emit: t }) { + const n = t, l = e, a = cn(), i = Sl(), c = { displayValue: l.displayValue, empty: l.empty, error: l.error }, r = v(() => Wl(l.field, l.valueColor, { empty: l.empty, error: l.error })), o = v(() => Rl({ color: l.color, error: l.error, theme: i, underlineColor: l.underlineColor, underlineStyle: l.underlineStyle, underlineWidth: l.underlineWidth, underlined: l.underlined })), s = v(() => ((f) => { const { underlineWidth: p } = f; return { borderBottom: `${p || "0px"} solid transparent` }; })({ underlineWidth: l.underlineWidth })), m = (f, p = !1) => ((g) => { - const { inner: b = !1, position: h } = g; - return { [`${ae}--display-icon`]: !b, [`${ae}--display-${h}-icon`]: !b, [`${ae}--display-${h}-inner-icon`]: b, "me-1": h === "prepend", "ms-1": h === "append" }; + const { inner: h = !1, position: b } = g; + return { [`${ie}--display-icon`]: !h, [`${ie}--display-${b}-icon`]: !h, [`${ie}--display-${b}-inner-icon`]: h, "me-1": b === "prepend", "ms-1": b === "append" }; })({ inner: p, position: f }); function y() { n("toggleField"); } - return (f, p) => (X(), oe("div", Qr, [f.displayPrependIcon || s(a)["display.prepend"] ? (X(), oe("div", { key: 0, class: ee(m("prepend")), style: ge(s(u)) }, [s(a)["display.prepend"] ? Fe(f.$slots, "display.prepend", ye(Z({ key: 0 }, c))) : (X(), he(de, { key: 1, color: f.displayPrependIconColor, icon: f.displayPrependIcon, size: "x-small" }, null, 8, ["color", "icon"]))], 6)) : pe("", !0), Ie("div", { class: ee(["d-inline-flex", s(r)]), style: ge(s(o)), onClick: y }, [f.displayPrependInnerIcon || s(a)["display.prependInner"] ? (X(), oe("div", { key: 0, class: ee(m("prepend", !0)) }, [s(a)["display.prependInner"] ? Fe(f.$slots, "display.prependInner", ye(Z({ key: 0 }, c))) : (X(), he(de, { key: 1, color: f.displayPrependInnerIconColor, icon: f.displayPrependInnerIcon, size: "x-small" }, null, 8, ["color", "icon"]))], 2)) : pe("", !0), zo(" " + Il(f.displayValue) + " ", 1), f.displayAppendInnerIcon || s(a)["display.appendInner"] ? (X(), oe("div", { key: 1, class: ee(m("append", !0)) }, [s(a)["display.appendInner"] ? Fe(f.$slots, "display.appendInner", ye(Z({ key: 0 }, c))) : (X(), he(de, { key: 1, color: f.displayAppendInnerIconColor, icon: f.displayAppendInnerIcon, size: "x-small" }, null, 8, ["color", "icon"]))], 2)) : pe("", !0)], 6), f.displayAppendIcon || s(a)["display.append"] ? (X(), oe("div", { key: 1, class: ee(m("append")), style: ge(s(u)) }, [s(a)["display.append"] ? Fe(f.$slots, "display.append", ye(Z({ key: 0 }, c))) : (X(), he(de, { key: 1, color: f.displayAppendIconColor, icon: f.displayAppendIcon, size: "x-small" }, null, 8, ["color", "icon"]))], 6)) : pe("", !0)])); -} }), lt = Re({ __name: "SaveFieldButtons", props: { loading: { type: Boolean }, cancelButtonColor: {}, cancelButtonSize: {}, cancelButtonVariant: {}, cancelButtonTitle: {}, cancelIconColor: {}, error: { type: Boolean }, fieldOnly: { type: Boolean }, hideSaveIcon: { type: Boolean }, loadingIconColor: {}, saveButtonColor: {}, saveButtonSize: {}, saveButtonTitle: {}, saveButtonVariant: {}, saveIconColor: {}, cancelIcon: {}, loadingIcon: {}, saveIcon: {} }, emits: ["close", "save"], setup(e, { emit: t }) { - const n = cn(), l = t, a = e, i = ve(Symbol.for("vuetify:icons")), c = v(() => a.error), r = v(() => ({ [`${ae}--save-fields-container`]: !0 })), o = v(() => a.loading), u = ze({ ...n, ...a }), m = v(() => (i == null ? void 0 : i.defaultSet) === "fa" ? "fa-spin" : (i == null ? void 0 : i.defaultSet) === "mdi" ? "mdi-spin" : ""), y = v(() => ((I) => { - const { cancelButtonVariant: A } = I; - return { "me-1": A === "elevated", "ms-1": !0 }; - })({ cancelButtonVariant: u.cancelButtonVariant })), f = v(() => De({ icon: a.cancelIcon, iconOptions: i, name: "false" })), p = v(() => De({ icon: a.loadingIcon, iconOptions: i, name: "loading" })), g = v(() => De({ icon: a.saveIcon, iconOptions: i, name: "save" })); - function b() { + return (f, p) => (J(), ae("div", os, [f.displayPrependIcon || u(a)["display.prepend"] ? (J(), ae("div", { key: 0, class: ee(m("prepend")), style: ge(u(s)) }, [u(a)["display.prepend"] ? Ae(f.$slots, "display.prepend", ye(Z({ key: 0 }, c))) : (J(), he(de, { key: 1, color: f.displayPrependIconColor, icon: f.displayPrependIcon, size: "x-small" }, null, 8, ["color", "icon"]))], 6)) : pe("", !0), xe("div", { class: ee(["d-inline-flex", u(r)]), style: ge(u(o)), onClick: y }, [f.displayPrependInnerIcon || u(a)["display.prependInner"] ? (J(), ae("div", { key: 0, class: ee(m("prepend", !0)) }, [u(a)["display.prependInner"] ? Ae(f.$slots, "display.prependInner", ye(Z({ key: 0 }, c))) : (J(), he(de, { key: 1, color: f.displayPrependInnerIconColor, icon: f.displayPrependInnerIcon, size: "x-small" }, null, 8, ["color", "icon"]))], 2)) : pe("", !0), Lo(" " + Il(f.displayValue) + " ", 1), f.displayAppendInnerIcon || u(a)["display.appendInner"] ? (J(), ae("div", { key: 1, class: ee(m("append", !0)) }, [u(a)["display.appendInner"] ? Ae(f.$slots, "display.appendInner", ye(Z({ key: 0 }, c))) : (J(), he(de, { key: 1, color: f.displayAppendInnerIconColor, icon: f.displayAppendInnerIcon, size: "x-small" }, null, 8, ["color", "icon"]))], 2)) : pe("", !0)], 6), f.displayAppendIcon || u(a)["display.append"] ? (J(), ae("div", { key: 1, class: ee(m("append")), style: ge(u(s)) }, [u(a)["display.append"] ? Ae(f.$slots, "display.append", ye(Z({ key: 0 }, c))) : (J(), he(de, { key: 1, color: f.displayAppendIconColor, icon: f.displayAppendIcon, size: "x-small" }, null, 8, ["color", "icon"]))], 6)) : pe("", !0)])); +} }), lt = Ne({ __name: "SaveFieldButtons", props: { loading: { type: Boolean }, cancelButtonColor: {}, cancelButtonSize: {}, cancelButtonVariant: {}, cancelButtonTitle: {}, cancelIconColor: {}, error: { type: Boolean }, fieldOnly: { type: Boolean }, hideSaveIcon: { type: Boolean }, loadingIconColor: {}, saveButtonColor: {}, saveButtonSize: {}, saveButtonTitle: {}, saveButtonVariant: {}, saveIconColor: {}, cancelIcon: {}, loadingIcon: {}, saveIcon: {} }, emits: ["close", "save"], setup(e, { emit: t }) { + const n = dn(), l = t, a = e, i = ve(Symbol.for("vuetify:icons")), c = v(() => a.error), r = v(() => ({ [`${ie}--save-fields-container`]: !0 })), o = v(() => a.loading), s = Le({ ...n, ...a }), m = v(() => (i == null ? void 0 : i.defaultSet) === "fa" ? "fa-spin" : (i == null ? void 0 : i.defaultSet) === "mdi" ? "mdi-spin" : ""), y = v(() => ((I) => { + const { cancelButtonVariant: $ } = I; + return { "me-1": $ === "elevated", "ms-1": !0 }; + })({ cancelButtonVariant: s.cancelButtonVariant })), f = v(() => Me({ icon: a.cancelIcon, iconOptions: i, name: "false" })), p = v(() => Me({ icon: a.loadingIcon, iconOptions: i, name: "loading" })), g = v(() => Me({ icon: a.saveIcon, iconOptions: i, name: "save" })); + function h() { l("close"); } - function h() { + function b() { l("save"); } - return (I, A) => (X(), oe("div", Z({ class: s(r) }, I.$attrs), [s(u).hideSaveIcon ? pe("", !0) : (X(), he(ul, { key: 0, class: "ms-1", color: s(u).saveButtonColor, disabled: s(c), icon: "", size: s(u).saveButtonSize, title: s(o) ? "Loading" : s(u).saveButtonTitle, variant: s(u).saveButtonVariant, onClick: h }, { default: se(() => [s(o) ? (X(), he(de, { key: 1, class: ee(s(m)), color: s(u).loadingIconColor, icon: s(p) }, null, 8, ["class", "color", "icon"])) : (X(), he(de, { key: 0, color: s(c) ? "error" : s(u).saveIconColor, icon: s(g) }, null, 8, ["color", "icon"]))]), _: 1 }, 8, ["color", "disabled", "size", "title", "variant"])), d(ul, { class: ee(s(y)), color: s(u).cancelButtonColor, icon: "", size: s(u).cancelButtonSize, title: s(u).cancelButtonTitle, variant: s(u).cancelButtonVariant, onClick: b }, { default: se(() => [s(u).hideSaveIcon && s(o) ? (X(), he(de, { key: 0, class: ee(s(m)), color: s(u).loadingIconColor, icon: s(p) }, null, 8, ["class", "color", "icon"])) : (X(), he(de, { key: 1, class: "text-default", color: s(u).cancelIconColor, icon: s(f) }, null, 8, ["color", "icon"]))]), _: 1 }, 8, ["class", "color", "size", "title", "variant"])], 16)); -} }), Mt = (e) => { + return (I, $) => (J(), ae("div", Z({ class: u(r) }, I.$attrs), [u(s).hideSaveIcon ? pe("", !0) : (J(), he(ul, { key: 0, class: "ms-1", color: u(s).saveButtonColor, disabled: u(c), icon: "", size: u(s).saveButtonSize, title: u(o) ? "Loading" : u(s).saveButtonTitle, variant: u(s).saveButtonVariant, onClick: b }, { default: ue(() => [u(o) ? (J(), he(de, { key: 1, class: ee(u(m)), color: u(s).loadingIconColor, icon: u(p) }, null, 8, ["class", "color", "icon"])) : (J(), he(de, { key: 0, color: u(c) ? "error" : u(s).saveIconColor, icon: u(g) }, null, 8, ["color", "icon"]))]), _: 1 }, 8, ["color", "disabled", "size", "title", "variant"])), d(ul, { class: ee(u(y)), color: u(s).cancelButtonColor, icon: "", size: u(s).cancelButtonSize, title: u(s).cancelButtonTitle, variant: u(s).cancelButtonVariant, onClick: h }, { default: ue(() => [u(s).hideSaveIcon && u(o) ? (J(), he(de, { key: 0, class: ee(u(m)), color: u(s).loadingIconColor, icon: u(p) }, null, 8, ["class", "color", "icon"])) : (J(), he(de, { key: 1, class: "text-default", color: u(s).cancelIconColor, icon: u(f) }, null, 8, ["color", "icon"]))]), _: 1 }, 8, ["class", "color", "size", "title", "variant"])], 16)); +} }), Wt = (e) => { const { required: t, rules: n } = e; let { value: l } = e; - l = s(l); + l = u(l); const a = []; let i = !1; if (t && !l) @@ -3094,273 +3192,273 @@ const Zr = (e, t) => { i = a.length > 0; } return { errors: i, results: a }; -}, Pn = (e) => { +}, Tn = (e) => { const { attrs: t, closeSiblings: n, fieldOnly: l, props: a, showField: i, timeOpened: c } = e; let r = c; - return n && !l && (r = /* @__PURE__ */ new Date()), { settings: { ...t, ...a }, showField: !s(i), timeOpened: r }; + return n && !l && (r = /* @__PURE__ */ new Date()), { settings: { ...t, ...a }, showField: !u(i), timeOpened: r }; }, hl = (e) => { const { length: t = 0 } = e; let { suffix: n, text: l } = e; return l = l.toString(), n = n || "...", l.length > t ? `${l.substring(0, t)}${n}` : l; -}, $n = ["error", "update", "update:closeSiblingFields", "update:model-value"], es = ["cancelButtonColor", "cancelButtonSize", "cancelButtonTitle", "cancelButtonVariant", "cancelIcon", "cancelIconColor", "closeSiblings", "displayAppendIcon", "displayAppendIconColor", "displayAppendIconSize", "displayAppendInnerIcon", "displayAppendInnerIconColor", "displayAppendInnerIconSize", "displayPrependIcon", "displayPrependIconColor", "displayPrependIconSize", "displayPrependInnerIcon", "displayPrependInnerIconColor", "displayPrependInnerIconSize", "emptyText", "fieldOnly", "hideSaveIcon", "item", "loadingIcon", "loadingIconColor", "loadingWait", "saveButtonColor", "saveButtonSize", "saveButtonTitle", "saveButtonVariant", "saveIcon", "saveIconColor", "tableField", "truncateLength", "truncateSuffix", "underlineColor", "underlineStyle", "underlineWidth", "underlined", "valueColor"], Kn = (e) => { +}, zn = ["error", "update", "update:closeSiblingFields", "update:model-value"], as = ["cancelButtonColor", "cancelButtonSize", "cancelButtonTitle", "cancelButtonVariant", "cancelIcon", "cancelIconColor", "closeSiblings", "displayAppendIcon", "displayAppendIconColor", "displayAppendIconSize", "displayAppendInnerIcon", "displayAppendInnerIconColor", "displayAppendInnerIconSize", "displayPrependIcon", "displayPrependIconColor", "displayPrependIconSize", "displayPrependInnerIcon", "displayPrependInnerIconColor", "displayPrependInnerIconSize", "emptyText", "fieldOnly", "hideSaveIcon", "item", "loadingIcon", "loadingIconColor", "loadingWait", "saveButtonColor", "saveButtonSize", "saveButtonTitle", "saveButtonVariant", "saveIcon", "saveIconColor", "tableField", "truncateLength", "truncateSuffix", "underlineColor", "underlineStyle", "underlineWidth", "underlined", "valueColor"], Jn = (e) => { let t = e; - return t = Object.entries(t).filter(([n]) => !es.includes(n)), Object.fromEntries(t); -}, ns = { class: "v-selection-control__wrapper" }, ts = Re({ __name: "VInlineCheckbox", props: _e(Sn({ density: {}, falseIcon: {}, trueIcon: {}, cancelButtonColor: {}, cancelButtonSize: {}, cancelButtonTitle: {}, cancelButtonVariant: {}, cancelIcon: {}, cancelIconColor: {}, cardField: { type: Boolean }, cardOffsetX: {}, cardOffsetY: {}, cardProps: {}, closeSiblings: { type: Boolean }, color: {}, disabled: { type: Boolean }, displayAppendIcon: {}, displayAppendIconColor: {}, displayAppendIconSize: {}, displayAppendInnerIcon: {}, displayAppendInnerIconColor: {}, displayAppendInnerIconSize: {}, displayPrependIcon: {}, displayPrependIconColor: {}, displayPrependIconSize: {}, displayPrependInnerIcon: {}, displayPrependInnerIconColor: {}, displayPrependInnerIconSize: {}, emptyText: {}, error: { type: Boolean }, falseValue: { type: [Boolean, String] }, fieldOnly: { type: Boolean }, hideDetails: { type: Boolean }, hideSaveIcon: { type: Boolean }, iconFalse: {}, iconFalseColor: {}, iconFalseTitle: {}, iconTrue: {}, iconTrueColor: {}, iconTrueTitle: {}, icons: { type: Boolean }, item: {}, label: {}, loading: { type: Boolean }, loadingIcon: {}, loadingIconColor: {}, loadingWait: { type: Boolean }, name: {}, required: { type: Boolean }, saveButtonColor: {}, saveButtonSize: {}, saveButtonTitle: {}, saveButtonVariant: {}, saveIcon: {}, saveIconColor: {}, tableField: { type: Boolean }, trueValue: { type: [Boolean, String] }, underlineColor: {}, underlineStyle: {}, underlineWidth: {}, underlined: { type: Boolean }, valueColor: {} }, { ...ai }), { modelValue: {} }), emits: _e([...$n], ["update:modelValue"]), setup(e, { emit: t }) { - const n = sn(e, "modelValue"), l = cn(), a = un(), i = t, c = ve(Symbol.for("vuetify:icons")), r = Sl(), o = e; - let u = ze({ ...l, ...o }); - const m = v(() => o.loading), y = v(() => o.disabled), f = R(!1), p = R(!1), g = R(null), b = v(() => Kn(u)), h = v(() => ({ ...kn, ...o.cardProps })); - K(() => m.value, (F, z) => { - !F && z && p.value && N(); + return t = Object.entries(t).filter(([n]) => !as.includes(n)), Object.fromEntries(t); +}, is = { class: "v-selection-control__wrapper" }, rs = Ne({ __name: "VInlineCheckbox", props: Pe(kn({ density: {}, falseIcon: {}, trueIcon: {}, cancelButtonColor: {}, cancelButtonSize: {}, cancelButtonTitle: {}, cancelButtonVariant: {}, cancelIcon: {}, cancelIconColor: {}, cardField: { type: Boolean }, cardOffsetX: {}, cardOffsetY: {}, cardProps: {}, closeSiblings: { type: Boolean }, color: {}, disabled: { type: Boolean }, displayAppendIcon: {}, displayAppendIconColor: {}, displayAppendIconSize: {}, displayAppendInnerIcon: {}, displayAppendInnerIconColor: {}, displayAppendInnerIconSize: {}, displayPrependIcon: {}, displayPrependIconColor: {}, displayPrependIconSize: {}, displayPrependInnerIcon: {}, displayPrependInnerIconColor: {}, displayPrependInnerIconSize: {}, emptyText: {}, error: { type: Boolean }, falseValue: { type: [Boolean, String] }, fieldOnly: { type: Boolean }, hideDetails: { type: Boolean }, hideSaveIcon: { type: Boolean }, iconFalse: {}, iconFalseColor: {}, iconFalseTitle: {}, iconTrue: {}, iconTrueColor: {}, iconTrueTitle: {}, icons: { type: Boolean }, item: {}, label: {}, loading: { type: Boolean }, loadingIcon: {}, loadingIconColor: {}, loadingWait: { type: Boolean }, name: {}, required: { type: Boolean }, saveButtonColor: {}, saveButtonSize: {}, saveButtonTitle: {}, saveButtonVariant: {}, saveIcon: {}, saveIconColor: {}, tableField: { type: Boolean }, trueValue: { type: [Boolean, String] }, underlineColor: {}, underlineStyle: {}, underlineWidth: {}, underlined: { type: Boolean }, valueColor: {} }, { ...ci }), { modelValue: {} }), emits: Pe([...zn], ["update:modelValue"]), setup(e, { emit: t }) { + const n = un(e, "modelValue"), l = dn(), a = cn(), i = t, c = ve(Symbol.for("vuetify:icons")), r = Sl(), o = e; + let s = Le({ ...l, ...o }); + const m = v(() => o.loading), y = v(() => o.disabled), f = N(!1), p = N(!1), g = N(null), h = v(() => Jn(s)), b = v(() => ({ ...Vn, ...o.cardProps })); + K(() => m.value, (S, P) => { + !S && P && p.value && D(); }); - const I = v(() => De({ icon: o.trueIcon, iconOptions: c, name: "checkboxFalse" })), A = v(() => De({ icon: o.iconTrue, iconOptions: c, name: "checkboxTrue" })), k = v(() => n.value == u.trueValue), M = v(() => Ua({ modelValue: n, trueValue: u.trueValue })), _ = v(() => Vn({ density: u.density, disabled: y.value, field: "v-checkbox", loading: m.value, loadingWait: u.loadingWait, tableField: u.tableField })), T = v(() => An({ density: u.density, field: "v-checkbox" })), V = Ha({ density: u.density }), S = v(() => _n({ active: p.value, name: "checkbox" })), C = v(() => Wl("checkbox", u.valueColor, { error: f })), D = v(() => On({ name: "checkbox", showField: p.value })), w = v(() => ({})), P = v(() => Rl({ color: u.color, error: f, theme: r, underlineColor: u.underlineColor, underlineStyle: u.underlineStyle, underlineWidth: u.underlineWidth, underlined: u.underlined })), O = v(() => q.value); + const I = v(() => Me({ icon: o.trueIcon, iconOptions: c, name: "checkboxFalse" })), $ = v(() => Me({ icon: o.iconTrue, iconOptions: c, name: "checkboxTrue" })), F = v(() => n.value == s.trueValue), H = v(() => Ja({ modelValue: n, trueValue: s.trueValue })), T = v(() => On({ density: s.density, disabled: y.value, field: "v-checkbox", loading: m.value, loadingWait: s.loadingWait, tableField: s.tableField })), M = v(() => Pn({ density: s.density, field: "v-checkbox" })), R = Ka({ density: s.density }), B = v(() => $n({ active: p.value, name: "checkbox" })), x = v(() => Wl("checkbox", s.valueColor, { error: f })), E = v(() => En({ name: "checkbox", showField: p.value })), C = v(() => ({})), V = v(() => Rl({ color: s.color, error: f, theme: r, underlineColor: s.underlineColor, underlineStyle: s.underlineStyle, underlineWidth: s.underlineWidth, underlined: s.underlined })), A = v(() => G.value); function j() { - f.value = !1, N(); + f.value = !1, D(); } - const q = R(), x = R(null), E = R("body"), L = oi(); - function N() { - var z, U; - if (y.value || u.loadingWait && m.value) + const G = N(), k = N(null), w = N("body"), _ = ui(); + function D() { + var P, z; + if (y.value || s.loadingWait && m.value) return; - q.value = fn({ cardMinWidth: (z = u.cardProps) == null ? void 0 : z.minWidth, cardOffsetX: u.cardOffsetX, cardOffsetY: u.cardOffsetY, cardWidth: (U = u.cardProps) == null ? void 0 : U.width, field: x.value, name: "checkbox" }); - const F = Pn({ attrs: l, closeSiblings: u.closeSiblings, fieldOnly: u.fieldOnly, props: o, showField: p, timeOpened: g.value }); - u = { ...u, ...F.settings }, p.value = F.showField, g.value = F.timeOpened, $ !== null && u.closeSiblings && p.value && !u.fieldOnly && $.emit(F.timeOpened); - } - function G(F) { - n.value = F, i("update", F), u.loadingWait || N(); - } - let $, B; - function W(F) { - i("update:closeSiblingFields", g), p.value && g.value !== F && N(); - } - return K(() => L, () => { - var F, z; - q.value = fn({ cardMinWidth: (F = u.cardProps) == null ? void 0 : F.minWidth, cardOffsetX: u.cardOffsetX, cardOffsetY: u.cardOffsetY, cardWidth: (z = u.cardProps) == null ? void 0 : z.width, field: x.value, name: "checkbox" }); - }, { deep: !0 }), u.closeSiblings && import("@vueuse/core").then(({ useEventBus: F }) => { - $ = F(Bn), B = $.on(W); - }), xn(() => { - B !== void 0 && $.off(W); - }), (F, z) => (X(), oe("div", { ref_key: "inlineFieldsContainer", ref: x, class: ee(s(_)), style: ge(s(w)) }, [!s(p) && !s(u).fieldOnly || s(u).cardField ? (X(), oe("div", { key: 0, class: ee(s(T)) }, [Ie("div", { class: ee(s(V)) }, [Ie("div", ns, [F.icons ? (X(), oe("div", { key: 0, class: ee(s(C)), style: ge(s(P)), onClick: N }, [d(s(qa), { modelValue: s(M), "onUpdate:modelValue": z[0] || (z[0] = (U) => mn(M) ? M.value = U : null), "icon-false": s(u).iconFalse, "icon-false-color": s(u).iconFalseColor, "icon-false-title": s(u).iconFalseTitle, "icon-true": s(u).iconTrue, "icon-true-color": s(u).iconTrueColor, "icon-true-title": s(u).iconTrueTitle }, null, 8, ["modelValue", "icon-false", "icon-false-color", "icon-false-title", "icon-true", "icon-true-color", "icon-true-title"])], 6)) : (X(), oe("div", { key: 1, class: ee(["d-inline-flex align-center justify-center", s(C)]), style: ge(s(P)), onClick: N }, Il(s(k)), 7))])], 2)], 2)) : pe("", !0), s(p) || s(u).fieldOnly || s(u).cardField ? (X(), oe("div", { key: 1, class: ee(s(S)) }, [(X(), he(rn, { disabled: !s(u).cardField, to: s(E) }, [d(Yi, Z(s(b), { color: s(u).color, density: s(u).density, disabled: s(m) || s(y), error: s(f), "false-icon": s(I), "false-value": s(u).falseValue, "hide-details": s(u).hideDetails, label: s(u).label, "model-value": s(M), "true-icon": s(A), "true-value": s(u).trueValue, "onUpdate:modelValue": G }), Ge({ _: 2 }, [qe(s(a), (U, J) => ({ name: J, fn: se((Y) => [Fe(F.$slots, J, ye(be({ ...Y })))]) })), s(a).append ? void 0 : { name: "append", fn: se(() => [d(s(lt), { "cancel-button-color": s(u).cancelButtonColor, "cancel-button-size": s(u).cancelButtonSize, "cancel-button-title": s(u).cancelButtonTitle, "cancel-button-variant": s(u).cancelButtonVariant, "cancel-icon": s(u).cancelIcon, "cancel-icon-color": s(u).cancelIconColor, error: s(f), "field-only": s(u).fieldOnly, "hide-save-icon": !0, loading: s(m), "loading-icon": s(u).loadingIcon, "loading-icon-color": s(u).loadingIconColor, "save-button-color": s(u).saveButtonColor, "save-button-size": s(u).saveButtonSize, "save-button-title": s(u).saveButtonTitle, "save-button-variant": s(u).saveButtonVariant, "save-icon": s(u).saveIcon, "save-icon-color": s(u).saveIconColor, onClose: j, onSave: G }, null, 8, ["cancel-button-color", "cancel-button-size", "cancel-button-title", "cancel-button-variant", "cancel-icon", "cancel-icon-color", "error", "field-only", "loading", "loading-icon", "loading-icon-color", "save-button-color", "save-button-size", "save-button-title", "save-button-variant", "save-icon", "save-icon-color"])]), key: "0" }]), 1040, ["color", "density", "disabled", "error", "false-icon", "false-value", "hide-details", "label", "model-value", "true-icon", "true-value"])], 8, ["disabled", "to"]))], 2)) : pe("", !0), s(u).cardField ? (X(), oe("div", { key: 2, class: ee(s(D)), style: ge(s(O)) }, [d(Fn, ye(be(s(h))), { default: se(() => [d(vn, null, { default: se(() => [Ie("div", { ref_key: "cardFieldRef", ref: E }, null, 512)]), _: 1 })]), _: 1 }, 16)], 6)) : pe("", !0)], 6)); -} }), ls = Re({ __name: "VInlineCustomField", props: _e(Sn({ clearIcon: {}, density: {}, rules: {}, variant: {}, autofocus: { type: Boolean }, cancelButtonColor: {}, cancelButtonSize: {}, cancelButtonTitle: {}, cancelButtonVariant: {}, cancelIcon: {}, cancelIconColor: {}, cardField: { type: Boolean }, cardOffsetX: {}, cardOffsetY: {}, cardProps: {}, closeSiblings: { type: Boolean }, color: {}, disabled: { type: Boolean }, displayAppendIcon: {}, displayAppendIconColor: {}, displayAppendIconSize: {}, displayAppendInnerIcon: {}, displayAppendInnerIconColor: {}, displayAppendInnerIconSize: {}, displayPrependIcon: {}, displayPrependIconColor: {}, displayPrependIconSize: {}, displayPrependInnerIcon: {}, displayPrependInnerIconColor: {}, displayPrependInnerIconSize: {}, emptyText: {}, error: { type: Boolean }, fieldOnly: { type: Boolean }, hideDetails: { type: Boolean }, hideSaveIcon: { type: Boolean }, item: {}, label: {}, loading: { type: Boolean }, loadingIcon: {}, loadingIconColor: {}, loadingWait: { type: Boolean }, name: {}, required: { type: Boolean }, saveButtonColor: {}, saveButtonSize: {}, saveButtonTitle: {}, saveButtonVariant: {}, saveIcon: {}, saveIconColor: {}, tableField: { type: Boolean }, truncateLength: {}, truncateSuffix: {}, underlineColor: {}, underlineStyle: {}, underlineWidth: {}, underlined: { type: Boolean }, valueColor: {} }, { ...Lo }), { modelValue: {} }), emits: _e([...$n], ["update:modelValue"]), setup(e, { emit: t }) { - const n = sn(e, "modelValue"), l = cn(), a = un(), i = t, c = ve(Symbol.for("vuetify:icons")), r = e; - let o = ze({ ...l, ...r }); - const u = v(() => r.loading), m = v(() => r.disabled), y = R(!1), f = R(!1), p = R(!1), g = R(null); - let b = n.value; - K(() => u.value, (B, W) => { - !B && W && p.value && q(); + G.value = mn({ cardMinWidth: (P = s.cardProps) == null ? void 0 : P.minWidth, cardOffsetX: s.cardOffsetX, cardOffsetY: s.cardOffsetY, cardWidth: (z = s.cardProps) == null ? void 0 : z.width, field: k.value, name: "checkbox" }); + const S = Tn({ attrs: l, closeSiblings: s.closeSiblings, fieldOnly: s.fieldOnly, props: o, showField: p, timeOpened: g.value }); + s = { ...s, ...S.settings }, p.value = S.showField, g.value = S.timeOpened, O !== null && s.closeSiblings && p.value && !s.fieldOnly && O.emit(S.timeOpened); + } + function W(S) { + n.value = S, i("update", S), s.loadingWait || D(); + } + let O, L; + function U(S) { + i("update:closeSiblingFields", g), p.value && g.value !== S && D(); + } + return K(() => _, () => { + var S, P; + G.value = mn({ cardMinWidth: (S = s.cardProps) == null ? void 0 : S.minWidth, cardOffsetX: s.cardOffsetX, cardOffsetY: s.cardOffsetY, cardWidth: (P = s.cardProps) == null ? void 0 : P.width, field: k.value, name: "checkbox" }); + }, { deep: !0 }), s.closeSiblings && import("@vueuse/core").then(({ useEventBus: S }) => { + O = S(Fn), L = O.on(U); + }), wn(() => { + L !== void 0 && O.off(U); + }), (S, P) => (J(), ae("div", { ref_key: "inlineFieldsContainer", ref: k, class: ee(u(T)), style: ge(u(C)) }, [!u(p) && !u(s).fieldOnly || u(s).cardField ? (J(), ae("div", { key: 0, class: ee(u(M)) }, [xe("div", { class: ee(u(R)) }, [xe("div", is, [S.icons ? (J(), ae("div", { key: 0, class: ee(u(x)), style: ge(u(V)), onClick: D }, [d(u(Xa), { modelValue: u(H), "onUpdate:modelValue": P[0] || (P[0] = (z) => hn(H) ? H.value = z : null), "icon-false": u(s).iconFalse, "icon-false-color": u(s).iconFalseColor, "icon-false-title": u(s).iconFalseTitle, "icon-true": u(s).iconTrue, "icon-true-color": u(s).iconTrueColor, "icon-true-title": u(s).iconTrueTitle }, null, 8, ["modelValue", "icon-false", "icon-false-color", "icon-false-title", "icon-true", "icon-true-color", "icon-true-title"])], 6)) : (J(), ae("div", { key: 1, class: ee(["d-inline-flex align-center justify-center", u(x)]), style: ge(u(V)), onClick: D }, Il(u(F)), 7))])], 2)], 2)) : pe("", !0), u(p) || u(s).fieldOnly || u(s).cardField ? (J(), ae("div", { key: 1, class: ee(u(B)) }, [(J(), he(sn, { disabled: !u(s).cardField, to: u(w) }, [d(Qi, Z(u(h), { color: u(s).color, density: u(s).density, disabled: u(m) || u(y), error: u(f), "false-icon": u(I), "false-value": u(s).falseValue, "hide-details": u(s).hideDetails, label: u(s).label, "model-value": u(H), "true-icon": u($), "true-value": u(s).trueValue, "onUpdate:modelValue": W }), Ue({ _: 2 }, [Ye(u(a), (z, q) => ({ name: q, fn: ue((X) => [Ae(S.$slots, q, ye(Ce({ ...X })))]) })), u(a).append ? void 0 : { name: "append", fn: ue(() => [d(u(lt), { "cancel-button-color": u(s).cancelButtonColor, "cancel-button-size": u(s).cancelButtonSize, "cancel-button-title": u(s).cancelButtonTitle, "cancel-button-variant": u(s).cancelButtonVariant, "cancel-icon": u(s).cancelIcon, "cancel-icon-color": u(s).cancelIconColor, error: u(f), "field-only": u(s).fieldOnly, "hide-save-icon": !0, loading: u(m), "loading-icon": u(s).loadingIcon, "loading-icon-color": u(s).loadingIconColor, "save-button-color": u(s).saveButtonColor, "save-button-size": u(s).saveButtonSize, "save-button-title": u(s).saveButtonTitle, "save-button-variant": u(s).saveButtonVariant, "save-icon": u(s).saveIcon, "save-icon-color": u(s).saveIconColor, onClose: j, onSave: W }, null, 8, ["cancel-button-color", "cancel-button-size", "cancel-button-title", "cancel-button-variant", "cancel-icon", "cancel-icon-color", "error", "field-only", "loading", "loading-icon", "loading-icon-color", "save-button-color", "save-button-size", "save-button-title", "save-button-variant", "save-icon", "save-icon-color"])]), key: "0" }]), 1040, ["color", "density", "disabled", "error", "false-icon", "false-value", "hide-details", "label", "model-value", "true-icon", "true-value"])], 8, ["disabled", "to"]))], 2)) : pe("", !0), u(s).cardField ? (J(), ae("div", { key: 2, class: ee(u(E)), style: ge(u(A)) }, [d(_n, ye(Ce(u(b))), { default: ue(() => [d(yn, null, { default: ue(() => [xe("div", { ref_key: "cardFieldRef", ref: w }, null, 512)]), _: 1 })]), _: 1 }, 16)], 6)) : pe("", !0)], 6)); +} }), ss = Ne({ __name: "VInlineCustomField", props: Pe(kn({ clearIcon: {}, density: {}, rules: {}, variant: {}, autofocus: { type: Boolean }, cancelButtonColor: {}, cancelButtonSize: {}, cancelButtonTitle: {}, cancelButtonVariant: {}, cancelIcon: {}, cancelIconColor: {}, cardField: { type: Boolean }, cardOffsetX: {}, cardOffsetY: {}, cardProps: {}, closeSiblings: { type: Boolean }, color: {}, disabled: { type: Boolean }, displayAppendIcon: {}, displayAppendIconColor: {}, displayAppendIconSize: {}, displayAppendInnerIcon: {}, displayAppendInnerIconColor: {}, displayAppendInnerIconSize: {}, displayPrependIcon: {}, displayPrependIconColor: {}, displayPrependIconSize: {}, displayPrependInnerIcon: {}, displayPrependInnerIconColor: {}, displayPrependInnerIconSize: {}, emptyText: {}, error: { type: Boolean }, fieldOnly: { type: Boolean }, hideDetails: { type: Boolean }, hideSaveIcon: { type: Boolean }, item: {}, label: {}, loading: { type: Boolean }, loadingIcon: {}, loadingIconColor: {}, loadingWait: { type: Boolean }, name: {}, required: { type: Boolean }, saveButtonColor: {}, saveButtonSize: {}, saveButtonTitle: {}, saveButtonVariant: {}, saveIcon: {}, saveIconColor: {}, tableField: { type: Boolean }, truncateLength: {}, truncateSuffix: {}, underlineColor: {}, underlineStyle: {}, underlineWidth: {}, underlined: { type: Boolean }, valueColor: {} }, { ...Wo }), { modelValue: {} }), emits: Pe([...zn], ["update:modelValue"]), setup(e, { emit: t }) { + const n = un(e, "modelValue"), l = dn(), a = cn(), i = t, c = ve(Symbol.for("vuetify:icons")), r = e; + let o = Le({ ...l, ...r }); + const s = v(() => r.loading), m = v(() => r.disabled), y = N(!1), f = N(!1), p = N(!1), g = N(null); + let h = n.value; + K(() => s.value, (L, U) => { + !L && U && p.value && G(); }); - const h = v(() => n.value ? (y.value = !1, o.truncateLength ? hl({ length: o.truncateLength, suffix: o.truncateSuffix, text: n.value }) : n.value) : (y.value = !0, o.emptyText)), I = v(() => ({ ...o, loading: u.value, modelValue: n.value, originalValue: b })), A = v(() => ({ color: o.color, displayAppendIcon: r.displayAppendIcon, displayAppendIconColor: r.displayAppendIconColor, displayAppendIconSize: r.displayAppendIconSize, displayAppendInnerIcon: r.displayAppendInnerIcon, displayAppendInnerIconColor: r.displayAppendInnerIconColor, displayAppendInnerIconSize: r.displayAppendInnerIconSize, displayPrependIcon: r.displayPrependIcon, displayPrependIconColor: r.displayPrependIconColor, displayPrependIconSize: r.displayPrependIconSize, displayPrependInnerIcon: r.displayPrependInnerIcon, displayPrependInnerIconColor: r.displayPrependInnerIconColor, displayPrependInnerIconSize: r.displayPrependInnerIconSize, displayValue: h.value, empty: y.value, error: f.value, field: "v-text-field", underlineColor: o.underlineColor, underlineStyle: o.underlineStyle, underlineWidth: o.underlineWidth, underlined: o.underlined, valueColor: o.valueColor })), k = v(() => ({ ...kn, ...r.cardProps })), M = v(() => Vn({ density: o.density, disabled: m.value, field: "v-text-field", iconSet: c == null ? void 0 : c.defaultSet, loading: u.value, loadingWait: o.loadingWait, tableField: o.tableField, variant: o.variant })), _ = v(() => An({ density: o.density, field: "v-text-field" })), T = Dt({ density: o.density, variant: o.variant }), V = v(() => _n({ active: p.value, name: "text-field" })), S = v(() => On({ name: "custom-field", showField: p.value })), C = v(() => ({})), D = v(() => P.value); - function w() { - f.value = !1, n.value = b, q(); + const b = v(() => n.value ? (y.value = !1, o.truncateLength ? hl({ length: o.truncateLength, suffix: o.truncateSuffix, text: n.value }) : n.value) : (y.value = !0, o.emptyText)), I = v(() => ({ ...o, loading: s.value, modelValue: n.value, originalValue: h })), $ = v(() => ({ color: o.color, displayAppendIcon: r.displayAppendIcon, displayAppendIconColor: r.displayAppendIconColor, displayAppendIconSize: r.displayAppendIconSize, displayAppendInnerIcon: r.displayAppendInnerIcon, displayAppendInnerIconColor: r.displayAppendInnerIconColor, displayAppendInnerIconSize: r.displayAppendInnerIconSize, displayPrependIcon: r.displayPrependIcon, displayPrependIconColor: r.displayPrependIconColor, displayPrependIconSize: r.displayPrependIconSize, displayPrependInnerIcon: r.displayPrependInnerIcon, displayPrependInnerIconColor: r.displayPrependInnerIconColor, displayPrependInnerIconSize: r.displayPrependInnerIconSize, displayValue: b.value, empty: y.value, error: f.value, field: "v-text-field", underlineColor: o.underlineColor, underlineStyle: o.underlineStyle, underlineWidth: o.underlineWidth, underlined: o.underlined, valueColor: o.valueColor })), F = v(() => ({ ...Vn, ...r.cardProps })), H = v(() => On({ density: o.density, disabled: m.value, field: "v-text-field", iconSet: c == null ? void 0 : c.defaultSet, loading: s.value, loadingWait: o.loadingWait, tableField: o.tableField, variant: o.variant })), T = v(() => Pn({ density: o.density, field: "v-text-field" })), M = Lt({ density: o.density, variant: o.variant }), R = v(() => $n({ active: p.value, name: "text-field" })), B = v(() => En({ name: "custom-field", showField: p.value })), x = v(() => ({})), E = v(() => V.value); + function C() { + f.value = !1, n.value = h, G(); } - const P = R(), O = R(null), j = R("body"); - function q() { - var W, F; - if (m.value || o.loadingWait && u.value) + const V = N(), A = N(null), j = N("body"); + function G() { + var U, S; + if (m.value || o.loadingWait && s.value) return; - P.value = fn({ cardMinWidth: (W = o.cardProps) == null ? void 0 : W.minWidth, cardOffsetX: o.cardOffsetX, cardOffsetY: o.cardOffsetY, cardWidth: (F = o.cardProps) == null ? void 0 : F.width, field: O.value }); - const B = Pn({ attrs: l, closeSiblings: o.closeSiblings, fieldOnly: o.fieldOnly, props: r, showField: p, timeOpened: g.value }); - o = { ...o, ...B.settings }, p.value = B.showField, g.value = B.timeOpened, N !== null && o.closeSiblings && p.value && !o.fieldOnly && N.emit(B.timeOpened); + V.value = mn({ cardMinWidth: (U = o.cardProps) == null ? void 0 : U.minWidth, cardOffsetX: o.cardOffsetX, cardOffsetY: o.cardOffsetY, cardWidth: (S = o.cardProps) == null ? void 0 : S.width, field: A.value }); + const L = Tn({ attrs: l, closeSiblings: o.closeSiblings, fieldOnly: o.fieldOnly, props: r, showField: p, timeOpened: g.value }); + o = { ...o, ...L.settings }, p.value = L.showField, g.value = L.timeOpened, D !== null && o.closeSiblings && p.value && !o.fieldOnly && D.emit(L.timeOpened); } - const x = R(); - function E() { - const B = Mt({ required: o.required, rules: o.rules, value: n }); - return f.value = B.errors, x.value = B.results, B.results; + const k = N(); + function w() { + const L = Wt({ required: o.required, rules: o.rules, value: n }); + return f.value = L.errors, k.value = L.results, L.results; } - function L() { - f.value ? f.value = !0 : (b = n.value, i("update", n.value), o.loadingWait || q()); + function _() { + f.value ? f.value = !0 : (h = n.value, i("update", n.value), o.loadingWait || G()); } - let N, G; - function $(B) { - i("update:closeSiblingFields", g), p.value && g.value !== B && w(); + let D, W; + function O(L) { + i("update:closeSiblingFields", g), p.value && g.value !== L && C(); } return K(() => p.value, () => { - p.value && E(); + p.value && w(); }), K(() => n.value, () => { - p.value && E(); - }), o.closeSiblings && import("@vueuse/core").then(({ useEventBus: B }) => { - N = B(Bn), G = N.on($); - }), xn(() => { - G !== void 0 && N.off($); - }), (B, W) => (X(), oe("div", { ref_key: "inlineFieldsContainer", ref: O, class: ee(s(M)), style: ge(s(C)) }, [!s(p) && !s(o).fieldOnly || s(o).cardField ? (X(), oe("div", { key: 0, class: ee(s(_)) }, [Ie("div", { class: ee(s(T)) }, [d(s(Lt), Z(s(A), { onToggleField: q }), Ge({ _: 2 }, [qe(s(a), (F, z) => ({ name: z, fn: se((U) => [Fe(B.$slots, z, ye(be({ ...U })))]) }))]), 1040)], 2)], 2)) : pe("", !0), s(p) || s(o).fieldOnly || s(o).cardField ? (X(), oe("div", { key: 1, class: ee(["d-flex align-center py-2", s(V)]) }, [(X(), he(rn, { disabled: !s(o).cardField, to: s(j) }, [Fe(B.$slots, "default", ye(be(s(I)))), d(s(lt), { modelValue: n.value, "onUpdate:modelValue": W[0] || (W[0] = (F) => n.value = F), "cancel-button-color": s(o).cancelButtonColor, "cancel-button-size": s(o).cancelButtonSize, "cancel-button-title": s(o).cancelButtonTitle, "cancel-button-variant": s(o).cancelButtonVariant, "cancel-icon": s(o).cancelIcon, "cancel-icon-color": s(o).cancelIconColor, error: s(f), "field-only": s(o).fieldOnly, "hide-save-icon": s(o).hideSaveIcon, loading: s(u), "loading-icon": s(o).loadingIcon, "loading-icon-color": s(o).loadingIconColor, required: s(o).required, "save-button-color": s(o).saveButtonColor, "save-button-size": s(o).saveButtonSize, "save-button-title": s(o).saveButtonTitle, "save-button-variant": s(o).saveButtonVariant, "save-icon": s(o).saveIcon, "save-icon-color": s(o).saveIconColor, onClose: w, onSave: L }, null, 8, ["modelValue", "cancel-button-color", "cancel-button-size", "cancel-button-title", "cancel-button-variant", "cancel-icon", "cancel-icon-color", "error", "field-only", "hide-save-icon", "loading", "loading-icon", "loading-icon-color", "required", "save-button-color", "save-button-size", "save-button-title", "save-button-variant", "save-icon", "save-icon-color"])], 8, ["disabled", "to"]))], 2)) : pe("", !0), s(o).cardField ? (X(), oe("div", { key: 2, class: ee(s(S)), style: ge(s(D)) }, [d(Fn, ye(be(s(k))), { default: se(() => [d(vn, null, { default: se(() => [Ie("div", { ref_key: "cardFieldRef", ref: j }, null, 512)]), _: 1 })]), _: 1 }, 16)], 6)) : pe("", !0)], 6)); -} }), os = Re({ __name: "VInlineSelect", props: _e(Sn({ clearIcon: {}, clearable: {}, density: {}, hideSelected: {}, itemTitle: {}, itemValue: {}, items: {}, menu: {}, rules: {}, variant: {}, autofocus: { type: Boolean }, cancelButtonColor: {}, cancelButtonSize: {}, cancelButtonTitle: {}, cancelButtonVariant: {}, cancelIcon: {}, cancelIconColor: {}, cardField: { type: Boolean }, cardOffsetX: {}, cardOffsetY: {}, cardProps: {}, closeSiblings: { type: Boolean }, color: {}, disabled: { type: Boolean }, displayAppendIcon: {}, displayAppendIconColor: {}, displayAppendIconSize: {}, displayAppendInnerIcon: {}, displayAppendInnerIconColor: {}, displayAppendInnerIconSize: {}, displayPrependIcon: {}, displayPrependIconColor: {}, displayPrependIconSize: {}, displayPrependInnerIcon: {}, displayPrependInnerIconColor: {}, displayPrependInnerIconSize: {}, emptyText: {}, error: { type: Boolean }, fieldOnly: { type: Boolean }, hideDetails: { type: Boolean }, hideSaveIcon: { type: Boolean }, item: {}, label: {}, loading: { type: Boolean }, loadingIcon: {}, loadingIconColor: {}, loadingWait: { type: Boolean }, name: {}, required: { type: Boolean }, saveButtonColor: {}, saveButtonSize: {}, saveButtonTitle: {}, saveButtonVariant: {}, saveIcon: {}, saveIconColor: {}, tableField: { type: Boolean }, underlineColor: {}, underlineStyle: {}, underlineWidth: {}, underlined: { type: Boolean }, valueColor: {} }, { ...ii }), { modelValue: {} }), emits: _e([...$n], ["update:modelValue"]), setup(e, { emit: t }) { - const n = sn(e, "modelValue"), l = cn(), a = un(), i = t, c = ve(Symbol.for("vuetify:icons")), r = e; - let o = ze({ ...l, ...r }); - const u = v(() => r.loading), m = v(() => r.disabled), y = R(!1), f = R(!1), p = R(), g = R(!1), b = R(null); - let h = n.value; - K(() => u.value, (z, U) => { - !z && U && g.value && E(); + p.value && w(); + }), o.closeSiblings && import("@vueuse/core").then(({ useEventBus: L }) => { + D = L(Fn), W = D.on(O); + }), wn(() => { + W !== void 0 && D.off(O); + }), (L, U) => (J(), ae("div", { ref_key: "inlineFieldsContainer", ref: A, class: ee(u(H)), style: ge(u(x)) }, [!u(p) && !u(o).fieldOnly || u(o).cardField ? (J(), ae("div", { key: 0, class: ee(u(T)) }, [xe("div", { class: ee(u(M)) }, [d(u(Mt), Z(u($), { onToggleField: G }), Ue({ _: 2 }, [Ye(u(a), (S, P) => ({ name: P, fn: ue((z) => [Ae(L.$slots, P, ye(Ce({ ...z })))]) }))]), 1040)], 2)], 2)) : pe("", !0), u(p) || u(o).fieldOnly || u(o).cardField ? (J(), ae("div", { key: 1, class: ee(["d-flex align-center py-2", u(R)]) }, [(J(), he(sn, { disabled: !u(o).cardField, to: u(j) }, [Ae(L.$slots, "default", ye(Ce(u(I)))), d(u(lt), { modelValue: n.value, "onUpdate:modelValue": U[0] || (U[0] = (S) => n.value = S), "cancel-button-color": u(o).cancelButtonColor, "cancel-button-size": u(o).cancelButtonSize, "cancel-button-title": u(o).cancelButtonTitle, "cancel-button-variant": u(o).cancelButtonVariant, "cancel-icon": u(o).cancelIcon, "cancel-icon-color": u(o).cancelIconColor, error: u(f), "field-only": u(o).fieldOnly, "hide-save-icon": u(o).hideSaveIcon, loading: u(s), "loading-icon": u(o).loadingIcon, "loading-icon-color": u(o).loadingIconColor, required: u(o).required, "save-button-color": u(o).saveButtonColor, "save-button-size": u(o).saveButtonSize, "save-button-title": u(o).saveButtonTitle, "save-button-variant": u(o).saveButtonVariant, "save-icon": u(o).saveIcon, "save-icon-color": u(o).saveIconColor, onClose: C, onSave: _ }, null, 8, ["modelValue", "cancel-button-color", "cancel-button-size", "cancel-button-title", "cancel-button-variant", "cancel-icon", "cancel-icon-color", "error", "field-only", "hide-save-icon", "loading", "loading-icon", "loading-icon-color", "required", "save-button-color", "save-button-size", "save-button-title", "save-button-variant", "save-icon", "save-icon-color"])], 8, ["disabled", "to"]))], 2)) : pe("", !0), u(o).cardField ? (J(), ae("div", { key: 2, class: ee(u(B)), style: ge(u(E)) }, [d(_n, ye(Ce(u(F))), { default: ue(() => [d(yn, null, { default: ue(() => [xe("div", { ref_key: "cardFieldRef", ref: j }, null, 512)]), _: 1 })]), _: 1 }, 16)], 6)) : pe("", !0)], 6)); +} }), us = Ne({ __name: "VInlineSelect", props: Pe(kn({ clearIcon: {}, clearable: {}, density: {}, hideSelected: {}, itemTitle: {}, itemValue: {}, items: {}, menu: {}, rules: {}, variant: {}, autofocus: { type: Boolean }, cancelButtonColor: {}, cancelButtonSize: {}, cancelButtonTitle: {}, cancelButtonVariant: {}, cancelIcon: {}, cancelIconColor: {}, cardField: { type: Boolean }, cardOffsetX: {}, cardOffsetY: {}, cardProps: {}, closeSiblings: { type: Boolean }, color: {}, disabled: { type: Boolean }, displayAppendIcon: {}, displayAppendIconColor: {}, displayAppendIconSize: {}, displayAppendInnerIcon: {}, displayAppendInnerIconColor: {}, displayAppendInnerIconSize: {}, displayPrependIcon: {}, displayPrependIconColor: {}, displayPrependIconSize: {}, displayPrependInnerIcon: {}, displayPrependInnerIconColor: {}, displayPrependInnerIconSize: {}, emptyText: {}, error: { type: Boolean }, fieldOnly: { type: Boolean }, hideDetails: { type: Boolean }, hideSaveIcon: { type: Boolean }, item: {}, label: {}, loading: { type: Boolean }, loadingIcon: {}, loadingIconColor: {}, loadingWait: { type: Boolean }, name: {}, required: { type: Boolean }, saveButtonColor: {}, saveButtonSize: {}, saveButtonTitle: {}, saveButtonVariant: {}, saveIcon: {}, saveIconColor: {}, tableField: { type: Boolean }, underlineColor: {}, underlineStyle: {}, underlineWidth: {}, underlined: { type: Boolean }, valueColor: {} }, { ...di }), { modelValue: {} }), emits: Pe([...zn], ["update:modelValue"]), setup(e, { emit: t }) { + const n = un(e, "modelValue"), l = dn(), a = cn(), i = t, c = ve(Symbol.for("vuetify:icons")), r = e; + let o = Le({ ...l, ...r }); + const s = v(() => r.loading), m = v(() => r.disabled), y = N(!1), f = N(!1), p = N(), g = N(!1), h = N(null); + let b = n.value; + K(() => s.value, (P, z) => { + !P && z && g.value && w(); }); - const I = v(() => De({ icon: r.clearIcon, iconOptions: c, name: "clear" })), A = v(() => n.value && n.value[o.itemTitle] ? (y.value = !1, n.value[o.itemTitle]) : (n.value = "", y.value = !0, o.emptyText)), k = v(() => Kn(o)), M = v(() => ({ color: o.color, displayAppendIcon: r.displayAppendIcon, displayAppendIconColor: r.displayAppendIconColor, displayAppendIconSize: r.displayAppendIconSize, displayAppendInnerIcon: r.displayAppendInnerIcon, displayAppendInnerIconColor: r.displayAppendInnerIconColor, displayAppendInnerIconSize: r.displayAppendInnerIconSize, displayPrependIcon: r.displayPrependIcon, displayPrependIconColor: r.displayPrependIconColor, displayPrependIconSize: r.displayPrependIconSize, displayPrependInnerIcon: r.displayPrependInnerIcon, displayPrependInnerIconColor: r.displayPrependInnerIconColor, displayPrependInnerIconSize: r.displayPrependInnerIconSize, displayValue: A.value, empty: y.value, error: f.value, field: "v-text-field", underlineColor: o.underlineColor, underlineStyle: o.underlineStyle, underlineWidth: o.underlineWidth, underlined: o.underlined, valueColor: o.valueColor })), _ = v(() => ({ ...kn, ...r.cardProps })); - Ue(() => { + const I = v(() => Me({ icon: r.clearIcon, iconOptions: c, name: "clear" })), $ = v(() => n.value && n.value[o.itemTitle] ? (y.value = !1, n.value[o.itemTitle]) : (n.value = "", y.value = !0, o.emptyText)), F = v(() => Jn(o)), H = v(() => ({ color: o.color, displayAppendIcon: r.displayAppendIcon, displayAppendIconColor: r.displayAppendIconColor, displayAppendIconSize: r.displayAppendIconSize, displayAppendInnerIcon: r.displayAppendInnerIcon, displayAppendInnerIconColor: r.displayAppendInnerIconColor, displayAppendInnerIconSize: r.displayAppendInnerIconSize, displayPrependIcon: r.displayPrependIcon, displayPrependIconColor: r.displayPrependIconColor, displayPrependIconSize: r.displayPrependIconSize, displayPrependInnerIcon: r.displayPrependInnerIcon, displayPrependInnerIconColor: r.displayPrependInnerIconColor, displayPrependInnerIconSize: r.displayPrependInnerIconSize, displayValue: $.value, empty: y.value, error: f.value, field: "v-text-field", underlineColor: o.underlineColor, underlineStyle: o.underlineStyle, underlineWidth: o.underlineWidth, underlined: o.underlined, valueColor: o.valueColor })), T = v(() => ({ ...Vn, ...r.cardProps })); + Ge(() => { p.value = o.items || []; }); - const T = v(() => Vn({ density: o.density, disabled: m.value, field: "v-select", iconSet: c == null ? void 0 : c.defaultSet, loading: u.value, loadingWait: o.loadingWait, tableField: o.tableField, variant: o.variant })), V = v(() => An({ density: o.density, field: "v-select" })), S = Dt({ density: o.density, variant: o.variant }), C = v(() => _n({ active: g.value, name: "select" })), D = v(() => On({ name: "select", showField: g.value })), w = v(() => ({})), P = v(() => j.value); - function O() { - f.value = !1, n.value = h, E(); + const M = v(() => On({ density: o.density, disabled: m.value, field: "v-select", iconSet: c == null ? void 0 : c.defaultSet, loading: s.value, loadingWait: o.loadingWait, tableField: o.tableField, variant: o.variant })), R = v(() => Pn({ density: o.density, field: "v-select" })), B = Lt({ density: o.density, variant: o.variant }), x = v(() => $n({ active: g.value, name: "select" })), E = v(() => En({ name: "select", showField: g.value })), C = v(() => ({})), V = v(() => j.value); + function A() { + f.value = !1, n.value = b, w(); } - const j = R(), q = R(null), x = R("body"); - function E() { - var U, J; - if (m.value || o.loadingWait && u.value) + const j = N(), G = N(null), k = N("body"); + function w() { + var z, q; + if (m.value || o.loadingWait && s.value) return; - j.value = fn({ cardMinWidth: (U = o.cardProps) == null ? void 0 : U.minWidth, cardOffsetX: o.cardOffsetX, cardOffsetY: o.cardOffsetY, cardWidth: (J = o.cardProps) == null ? void 0 : J.width, field: q.value }); - const z = Pn({ attrs: l, closeSiblings: o.closeSiblings, fieldOnly: o.fieldOnly, props: r, showField: g, timeOpened: b.value }); - o = { ...o, ...z.settings }, g.value = z.showField, b.value = z.timeOpened, B !== null && o.closeSiblings && g.value && !o.fieldOnly && B.emit(z.timeOpened); + j.value = mn({ cardMinWidth: (z = o.cardProps) == null ? void 0 : z.minWidth, cardOffsetX: o.cardOffsetX, cardOffsetY: o.cardOffsetY, cardWidth: (q = o.cardProps) == null ? void 0 : q.width, field: G.value }); + const P = Tn({ attrs: l, closeSiblings: o.closeSiblings, fieldOnly: o.fieldOnly, props: r, showField: g, timeOpened: h.value }); + o = { ...o, ...P.settings }, g.value = P.showField, h.value = P.timeOpened, L !== null && o.closeSiblings && g.value && !o.fieldOnly && L.emit(P.timeOpened); } - const L = R(), N = v(() => L.value); - function G() { - const z = Mt({ required: o.required, rules: o.rules, value: n }); - return f.value = z.errors, L.value = z.results, z.results; + const _ = N(), D = v(() => _.value); + function W() { + const P = Wt({ required: o.required, rules: o.rules, value: n }); + return f.value = P.errors, _.value = P.results, P.results; } - function $() { - h = n.value, i("update", n.value), o.loadingWait || E(); + function O() { + b = n.value, i("update", n.value), o.loadingWait || w(); } - let B, W; - function F(z) { - i("update:closeSiblingFields", b), g.value && b.value !== z && O(); + let L, U; + function S(P) { + i("update:closeSiblingFields", h), g.value && h.value !== P && A(); } return K(() => g.value, () => { - g.value && G(); + g.value && W(); }), K(() => n.value, () => { - g.value && G(); - }), o.closeSiblings && import("@vueuse/core").then(({ useEventBus: z }) => { - B = z(Bn), W = B.on(F); - }), xn(() => { - W !== void 0 && B.off(F); - }), (z, U) => (X(), oe("div", { ref_key: "inlineFieldsContainer", ref: q, class: ee(s(T)), style: ge(s(w)) }, [!s(g) && !s(o).fieldOnly || s(o).cardField ? (X(), oe("div", { key: 0, class: ee(s(V)) }, [Ie("div", { class: ee(s(S)) }, [d(s(Lt), Z(s(M), { onToggleField: E }), Ge({ _: 2 }, [qe(s(a), (J, Y) => ({ name: Y, fn: se((re) => [Fe(z.$slots, Y, ye(be({ ...re })), void 0, !0)]) }))]), 1040)], 2)], 2)) : pe("", !0), s(g) || s(o).fieldOnly || s(o).cardField ? (X(), oe("div", { key: 1, class: ee(s(C)) }, [(X(), he(rn, { disabled: !s(o).cardField, to: s(x) }, [d(Rr, Z(s(k), { modelValue: n.value, "onUpdate:modelValue": U[0] || (U[0] = (J) => n.value = J), autofocus: !s(o).fieldOnly || s(o).autofocus, "clear-icon": s(I), clearable: s(o).clearable, color: s(o).color, density: s(o).density, disabled: s(u) || s(m), error: s(f), "error-messages": s(N), "hide-details": s(o).hideDetails, "hide-selected": s(o).hideSelected, "item-title": s(o).itemTitle, "item-value": s(o).itemValue, items: s(p), label: s(o).label, loading: s(u), menu: s(o).menu && !s(o).fieldOnly && s(g), variant: s(o).variant, width: "100%", onKeyup: St(O, ["esc"]) }), Ge({ _: 2 }, [qe(s(a), (J, Y) => ({ name: Y, fn: se((re) => [Fe(z.$slots, Y, ye(be({ ...re })), void 0, !0)]) })), s(a).append ? void 0 : { name: "append", fn: se(() => [d(s(lt), { "cancel-button-color": s(o).cancelButtonColor, "cancel-button-size": s(o).cancelButtonSize, "cancel-button-title": s(o).cancelButtonTitle, "cancel-button-variant": s(o).cancelButtonVariant, "cancel-icon": s(o).cancelIcon, "cancel-icon-color": s(o).cancelIconColor, error: s(f), "field-only": s(o).fieldOnly, "hide-save-icon": s(o).hideSaveIcon, loading: s(u), "loading-icon": s(o).loadingIcon, "loading-icon-color": s(o).loadingIconColor, "save-button-color": s(o).saveButtonColor, "save-button-size": s(o).saveButtonSize, "save-button-title": s(o).saveButtonTitle, "save-button-variant": s(o).saveButtonVariant, "save-icon": s(o).saveIcon, "save-icon-color": s(o).saveIconColor, onClose: O, onSave: $ }, null, 8, ["cancel-button-color", "cancel-button-size", "cancel-button-title", "cancel-button-variant", "cancel-icon", "cancel-icon-color", "error", "field-only", "hide-save-icon", "loading", "loading-icon", "loading-icon-color", "save-button-color", "save-button-size", "save-button-title", "save-button-variant", "save-icon", "save-icon-color"])]), key: "0" }]), 1040, ["modelValue", "autofocus", "clear-icon", "clearable", "color", "density", "disabled", "error", "error-messages", "hide-details", "hide-selected", "item-title", "item-value", "items", "label", "loading", "menu", "variant", "onKeyup"])], 8, ["disabled", "to"]))], 2)) : pe("", !0), s(o).cardField ? (X(), oe("div", { key: 2, class: ee(s(D)), style: ge(s(P)) }, [d(Fn, ye(be(s(_))), { default: se(() => [d(vn, null, { default: se(() => [Ie("div", { ref_key: "cardFieldRef", ref: x }, null, 512)]), _: 1 })]), _: 1 }, 16)], 6)) : pe("", !0)], 6)); -} }), as = { class: "v-selection-control__wrapper" }, Me = { VInlineCheckbox: ts, VInlineCustomField: ls, VInlineSelect: ((e, t) => { + g.value && W(); + }), o.closeSiblings && import("@vueuse/core").then(({ useEventBus: P }) => { + L = P(Fn), U = L.on(S); + }), wn(() => { + U !== void 0 && L.off(S); + }), (P, z) => (J(), ae("div", { ref_key: "inlineFieldsContainer", ref: G, class: ee(u(M)), style: ge(u(C)) }, [!u(g) && !u(o).fieldOnly || u(o).cardField ? (J(), ae("div", { key: 0, class: ee(u(R)) }, [xe("div", { class: ee(u(B)) }, [d(u(Mt), Z(u(H), { onToggleField: w }), Ue({ _: 2 }, [Ye(u(a), (q, X) => ({ name: X, fn: ue((le) => [Ae(P.$slots, X, ye(Ce({ ...le })), void 0, !0)]) }))]), 1040)], 2)], 2)) : pe("", !0), u(g) || u(o).fieldOnly || u(o).cardField ? (J(), ae("div", { key: 1, class: ee(u(x)) }, [(J(), he(sn, { disabled: !u(o).cardField, to: u(k) }, [d(Hr, Z(u(F), { modelValue: n.value, "onUpdate:modelValue": z[0] || (z[0] = (q) => n.value = q), autofocus: !u(o).fieldOnly || u(o).autofocus, "clear-icon": u(I), clearable: u(o).clearable, color: u(o).color, density: u(o).density, disabled: u(s) || u(m), error: u(f), "error-messages": u(D), "hide-details": u(o).hideDetails, "hide-selected": u(o).hideSelected, "item-title": u(o).itemTitle, "item-value": u(o).itemValue, items: u(p), label: u(o).label, loading: u(s), menu: u(o).menu && !u(o).fieldOnly && u(g), variant: u(o).variant, width: "100%", onKeyup: St(A, ["esc"]) }), Ue({ _: 2 }, [Ye(u(a), (q, X) => ({ name: X, fn: ue((le) => [Ae(P.$slots, X, ye(Ce({ ...le })), void 0, !0)]) })), u(a).append ? void 0 : { name: "append", fn: ue(() => [d(u(lt), { "cancel-button-color": u(o).cancelButtonColor, "cancel-button-size": u(o).cancelButtonSize, "cancel-button-title": u(o).cancelButtonTitle, "cancel-button-variant": u(o).cancelButtonVariant, "cancel-icon": u(o).cancelIcon, "cancel-icon-color": u(o).cancelIconColor, error: u(f), "field-only": u(o).fieldOnly, "hide-save-icon": u(o).hideSaveIcon, loading: u(s), "loading-icon": u(o).loadingIcon, "loading-icon-color": u(o).loadingIconColor, "save-button-color": u(o).saveButtonColor, "save-button-size": u(o).saveButtonSize, "save-button-title": u(o).saveButtonTitle, "save-button-variant": u(o).saveButtonVariant, "save-icon": u(o).saveIcon, "save-icon-color": u(o).saveIconColor, onClose: A, onSave: O }, null, 8, ["cancel-button-color", "cancel-button-size", "cancel-button-title", "cancel-button-variant", "cancel-icon", "cancel-icon-color", "error", "field-only", "hide-save-icon", "loading", "loading-icon", "loading-icon-color", "save-button-color", "save-button-size", "save-button-title", "save-button-variant", "save-icon", "save-icon-color"])]), key: "0" }]), 1040, ["modelValue", "autofocus", "clear-icon", "clearable", "color", "density", "disabled", "error", "error-messages", "hide-details", "hide-selected", "item-title", "item-value", "items", "label", "loading", "menu", "variant", "onKeyup"])], 8, ["disabled", "to"]))], 2)) : pe("", !0), u(o).cardField ? (J(), ae("div", { key: 2, class: ee(u(E)), style: ge(u(V)) }, [d(_n, ye(Ce(u(T))), { default: ue(() => [d(yn, null, { default: ue(() => [xe("div", { ref_key: "cardFieldRef", ref: k }, null, 512)]), _: 1 })]), _: 1 }, 16)], 6)) : pe("", !0)], 6)); +} }), cs = { class: "v-selection-control__wrapper" }, Re = { VInlineCheckbox: rs, VInlineCustomField: ss, VInlineSelect: ((e, t) => { const n = e.__vccOpts || e; for (const [l, a] of t) n[l] = a; return n; -})(os, [["__scopeId", "data-v-d028b1ff"]]), VInlineSwitch: Re({ __name: "VInlineSwitch", props: _e(Sn({ density: {}, falseIcon: {}, cancelButtonColor: {}, cancelButtonSize: {}, cancelButtonTitle: {}, cancelButtonVariant: {}, cancelIcon: {}, cancelIconColor: {}, cardField: { type: Boolean }, cardOffsetX: {}, cardOffsetY: {}, cardProps: {}, closeSiblings: { type: Boolean }, color: {}, disabled: { type: Boolean }, displayAppendIcon: {}, displayAppendIconColor: {}, displayAppendIconSize: {}, displayAppendInnerIcon: {}, displayAppendInnerIconColor: {}, displayAppendInnerIconSize: {}, displayPrependIcon: {}, displayPrependIconColor: {}, displayPrependIconSize: {}, displayPrependInnerIcon: {}, displayPrependInnerIconColor: {}, displayPrependInnerIconSize: {}, emptyText: {}, error: { type: Boolean }, falseValue: { type: [Boolean, String] }, fieldOnly: { type: Boolean }, hideDetails: { type: Boolean }, iconFalse: {}, iconFalseColor: {}, iconFalseTitle: {}, iconTrue: {}, iconTrueColor: {}, iconTrueTitle: {}, icons: { type: Boolean }, item: {}, label: {}, loading: { type: Boolean }, loadingWait: { type: Boolean }, name: {}, required: { type: Boolean }, tableField: { type: Boolean }, trueValue: { type: [Boolean, String] }, underlineColor: {}, underlineStyle: {}, underlineWidth: {}, underlined: { type: Boolean }, valueColor: {} }, { ...ri }), { modelValue: {} }), emits: _e([...$n], ["update:modelValue"]), setup(e, { emit: t }) { - const n = sn(e, "modelValue"), l = cn(), a = un(), i = t, c = ve(Symbol.for("vuetify:icons")), r = Sl(), o = e; - let u = ze({ ...l, ...o }); - const m = v(() => o.loading), y = v(() => o.disabled), f = R(!1), p = R(!1), g = R(null), b = v(() => Kn(u)), h = v(() => ({ ...kn, ...o.cardProps })); - K(() => m.value, ($, B) => { - !$ && B && p.value && x(); +})(us, [["__scopeId", "data-v-d028b1ff"]]), VInlineSwitch: Ne({ __name: "VInlineSwitch", props: Pe(kn({ density: {}, falseIcon: {}, cancelButtonColor: {}, cancelButtonSize: {}, cancelButtonTitle: {}, cancelButtonVariant: {}, cancelIcon: {}, cancelIconColor: {}, cardField: { type: Boolean }, cardOffsetX: {}, cardOffsetY: {}, cardProps: {}, closeSiblings: { type: Boolean }, color: {}, disabled: { type: Boolean }, displayAppendIcon: {}, displayAppendIconColor: {}, displayAppendIconSize: {}, displayAppendInnerIcon: {}, displayAppendInnerIconColor: {}, displayAppendInnerIconSize: {}, displayPrependIcon: {}, displayPrependIconColor: {}, displayPrependIconSize: {}, displayPrependInnerIcon: {}, displayPrependInnerIconColor: {}, displayPrependInnerIconSize: {}, emptyText: {}, error: { type: Boolean }, falseValue: { type: [Boolean, String] }, fieldOnly: { type: Boolean }, hideDetails: { type: Boolean }, iconFalse: {}, iconFalseColor: {}, iconFalseTitle: {}, iconTrue: {}, iconTrueColor: {}, iconTrueTitle: {}, icons: { type: Boolean }, item: {}, label: {}, loading: { type: Boolean }, loadingWait: { type: Boolean }, name: {}, required: { type: Boolean }, tableField: { type: Boolean }, trueValue: { type: [Boolean, String] }, underlineColor: {}, underlineStyle: {}, underlineWidth: {}, underlined: { type: Boolean }, valueColor: {} }, { ...pi }), { modelValue: {} }), emits: Pe([...zn], ["update:modelValue"]), setup(e, { emit: t }) { + const n = un(e, "modelValue"), l = dn(), a = cn(), i = t, c = ve(Symbol.for("vuetify:icons")), r = Sl(), o = e; + let s = Le({ ...l, ...o }); + const m = v(() => o.loading), y = v(() => o.disabled), f = N(!1), p = N(!1), g = N(null), h = v(() => Jn(s)), b = v(() => ({ ...Vn, ...o.cardProps })); + K(() => m.value, (O, L) => { + !O && L && p.value && k(); }); - const I = v(() => De({ icon: u.cancelIcon, iconOptions: c, name: "false" })), A = v(() => n.value == u.trueValue), k = v(() => Ua({ modelValue: n, trueValue: u.trueValue })), M = v(() => Vn({ density: u.density, disabled: y.value, field: "v-switch", loading: m.value, loadingWait: u.loadingWait, tableField: u.tableField })), _ = v(() => An({ density: u.density, field: "v-switch" })), T = Ha({ density: u.density }), V = v(() => _n({ active: p.value, name: "switch" })), S = v(() => Wl("switch", u.valueColor, { error: f })), C = v(() => On({ name: "switch", showField: p.value })), D = v(() => ({})), w = v(() => Rl({ color: u.color, error: f, theme: r, underlineColor: u.underlineColor, underlineStyle: u.underlineStyle, underlineWidth: u.underlineWidth, underlined: u.underlined })), P = v(() => O.value), O = R(), j = R(null), q = R("body"); - function x() { - var B, W; - if (y.value || u.loadingWait && m.value) + const I = v(() => Me({ icon: s.cancelIcon, iconOptions: c, name: "false" })), $ = v(() => n.value == s.trueValue), F = v(() => Ja({ modelValue: n, trueValue: s.trueValue })), H = v(() => On({ density: s.density, disabled: y.value, field: "v-switch", loading: m.value, loadingWait: s.loadingWait, tableField: s.tableField })), T = v(() => Pn({ density: s.density, field: "v-switch" })), M = Ka({ density: s.density }), R = v(() => $n({ active: p.value, name: "switch" })), B = v(() => Wl("switch", s.valueColor, { error: f })), x = v(() => En({ name: "switch", showField: p.value })), E = v(() => ({})), C = v(() => Rl({ color: s.color, error: f, theme: r, underlineColor: s.underlineColor, underlineStyle: s.underlineStyle, underlineWidth: s.underlineWidth, underlined: s.underlined })), V = v(() => A.value), A = N(), j = N(null), G = N("body"); + function k() { + var L, U; + if (y.value || s.loadingWait && m.value) return; - O.value = fn({ cardMinWidth: (B = u.cardProps) == null ? void 0 : B.minWidth, cardOffsetX: u.cardOffsetX, cardOffsetY: u.cardOffsetY, cardWidth: (W = u.cardProps) == null ? void 0 : W.width, field: j.value }); - const $ = Pn({ attrs: l, closeSiblings: u.closeSiblings, fieldOnly: u.fieldOnly, props: o, showField: p.value, timeOpened: g.value }); - u = { ...u, ...$.settings }, p.value = $.showField, g.value = $.timeOpened, L !== null && u.closeSiblings && p.value && !u.fieldOnly && L.emit($.timeOpened); - } - function E($) { - n.value = $, i("update", $), u.loadingWait || x(); - } - let L, N; - function G($) { - i("update:closeSiblingFields", g), p.value && g.value !== $ && x(); - } - return u.closeSiblings && import("@vueuse/core").then(({ useEventBus: $ }) => { - L = $(Bn), N = L.on(G); - }), xn(() => { - N !== void 0 && L.off(G); - }), ($, B) => (X(), oe("div", { ref_key: "inlineFieldsContainer", ref: j, class: ee(s(M)), style: ge(s(D)) }, [!s(p) && !s(u).fieldOnly || s(u).cardField ? (X(), oe("div", { key: 0, class: ee(s(_)) }, [Ie("div", { class: ee(s(T)) }, [Ie("div", as, [$.icons ? (X(), oe("div", { key: 0, class: ee(s(S)), style: ge(s(w)), onClick: x }, [d(s(qa), { modelValue: s(k), "onUpdate:modelValue": B[0] || (B[0] = (W) => mn(k) ? k.value = W : null), "icon-false": s(u).iconFalse, "icon-false-color": s(u).iconFalseColor, "icon-false-title": s(u).iconFalseTitle, "icon-true": s(u).iconTrue, "icon-true-color": s(u).iconTrueColor, "icon-true-title": s(u).iconTrueTitle }, null, 8, ["modelValue", "icon-false", "icon-false-color", "icon-false-title", "icon-true", "icon-true-color", "icon-true-title"])], 6)) : (X(), oe("div", { key: 1, class: ee(["d-inline-flex align-center justify-center", s(S)]), style: ge(s(w)), onClick: x }, Il(s(A)), 7))])], 2)], 2)) : pe("", !0), s(p) || s(u).fieldOnly || s(u).cardField ? (X(), oe("div", { key: 1, class: ee(s(V)) }, [(X(), he(rn, { disabled: !s(u).cardField, to: s(q) }, [d(Xr, Z(s(b), { color: s(u).color, density: s(u).density, disabled: s(m) || s(y), error: s(f), "false-icon": s(u).falseIcon, "false-value": s(u).falseValue, "hide-details": s(u).hideDetails, label: s(u).label, loading: s(m), "model-value": s(k), "true-value": s(u).trueValue, "onUpdate:modelValue": E }), Ge({ _: 2 }, [qe(s(a), (W, F) => ({ name: F, fn: se((z) => [Fe($.$slots, F, ye(be({ ...z })))]) })), s(a).append ? void 0 : { name: "append", fn: se(() => [!s(u).fieldOnly || s(u).cardField ? (X(), he(ul, { key: 0, class: "ms-3", color: s(u).cancelButtonColor, icon: "", size: s(u).cancelButtonSize, title: s(u).cancelButtonTitle, variant: s(u).cancelButtonVariant, onClick: x }, { default: se(() => [d(de, { color: s(u).cancelIconColor, icon: s(I) }, null, 8, ["color", "icon"])]), _: 1 }, 8, ["color", "size", "title", "variant"])) : pe("", !0)]), key: "0" }]), 1040, ["color", "density", "disabled", "error", "false-icon", "false-value", "hide-details", "label", "loading", "model-value", "true-value"])], 8, ["disabled", "to"]))], 2)) : pe("", !0), s(u).cardField ? (X(), oe("div", { key: 2, class: ee(s(C)), style: ge(s(P)) }, [d(Fn, ye(be(s(h))), { default: se(() => [d(vn, null, { default: se(() => [Ie("div", { ref_key: "cardFieldRef", ref: q }, null, 512)]), _: 1 })]), _: 1 }, 16)], 6)) : pe("", !0)], 6)); -} }), VInlineTextField: Re({ __name: "VInlineTextField", props: _e(Sn({ clearIcon: {}, density: {}, rules: {}, variant: {}, autofocus: { type: Boolean }, cancelButtonColor: {}, cancelButtonSize: {}, cancelButtonTitle: {}, cancelButtonVariant: {}, cancelIcon: {}, cancelIconColor: {}, cardField: { type: Boolean }, cardOffsetX: {}, cardOffsetY: {}, cardProps: {}, closeSiblings: { type: Boolean }, color: {}, disabled: { type: Boolean }, displayAppendIcon: {}, displayAppendIconColor: {}, displayAppendIconSize: {}, displayAppendInnerIcon: {}, displayAppendInnerIconColor: {}, displayAppendInnerIconSize: {}, displayPrependIcon: {}, displayPrependIconColor: {}, displayPrependIconSize: {}, displayPrependInnerIcon: {}, displayPrependInnerIconColor: {}, displayPrependInnerIconSize: {}, emptyText: {}, error: { type: Boolean }, fieldOnly: { type: Boolean }, hideDetails: { type: Boolean }, hideSaveIcon: { type: Boolean }, item: {}, label: {}, loading: { type: Boolean }, loadingIcon: {}, loadingIconColor: {}, loadingWait: { type: Boolean }, name: {}, required: { type: Boolean }, saveButtonColor: {}, saveButtonSize: {}, saveButtonTitle: {}, saveButtonVariant: {}, saveIcon: {}, saveIconColor: {}, tableField: { type: Boolean }, truncateLength: {}, truncateSuffix: {}, underlineColor: {}, underlineStyle: {}, underlineWidth: {}, underlined: { type: Boolean }, valueColor: {} }, { ...Lo }), { modelValue: {} }), emits: _e([...$n], ["update:modelValue"]), setup(e, { emit: t }) { - const n = sn(e, "modelValue"), l = cn(), a = un(), i = t, c = ve(Symbol.for("vuetify:icons")), r = e; - let o = ze({ ...l, ...r }); - const u = v(() => r.loading), m = v(() => r.disabled), y = R(!1), f = R(!1), p = R(!1), g = R(null); - let b = n.value; - K(() => u.value, (F, z) => { - !F && z && p.value && x(); + A.value = mn({ cardMinWidth: (L = s.cardProps) == null ? void 0 : L.minWidth, cardOffsetX: s.cardOffsetX, cardOffsetY: s.cardOffsetY, cardWidth: (U = s.cardProps) == null ? void 0 : U.width, field: j.value }); + const O = Tn({ attrs: l, closeSiblings: s.closeSiblings, fieldOnly: s.fieldOnly, props: o, showField: p.value, timeOpened: g.value }); + s = { ...s, ...O.settings }, p.value = O.showField, g.value = O.timeOpened, _ !== null && s.closeSiblings && p.value && !s.fieldOnly && _.emit(O.timeOpened); + } + function w(O) { + n.value = O, i("update", O), s.loadingWait || k(); + } + let _, D; + function W(O) { + i("update:closeSiblingFields", g), p.value && g.value !== O && k(); + } + return s.closeSiblings && import("@vueuse/core").then(({ useEventBus: O }) => { + _ = O(Fn), D = _.on(W); + }), wn(() => { + D !== void 0 && _.off(W); + }), (O, L) => (J(), ae("div", { ref_key: "inlineFieldsContainer", ref: j, class: ee(u(H)), style: ge(u(E)) }, [!u(p) && !u(s).fieldOnly || u(s).cardField ? (J(), ae("div", { key: 0, class: ee(u(T)) }, [xe("div", { class: ee(u(M)) }, [xe("div", cs, [O.icons ? (J(), ae("div", { key: 0, class: ee(u(B)), style: ge(u(C)), onClick: k }, [d(u(Xa), { modelValue: u(F), "onUpdate:modelValue": L[0] || (L[0] = (U) => hn(F) ? F.value = U : null), "icon-false": u(s).iconFalse, "icon-false-color": u(s).iconFalseColor, "icon-false-title": u(s).iconFalseTitle, "icon-true": u(s).iconTrue, "icon-true-color": u(s).iconTrueColor, "icon-true-title": u(s).iconTrueTitle }, null, 8, ["modelValue", "icon-false", "icon-false-color", "icon-false-title", "icon-true", "icon-true-color", "icon-true-title"])], 6)) : (J(), ae("div", { key: 1, class: ee(["d-inline-flex align-center justify-center", u(B)]), style: ge(u(C)), onClick: k }, Il(u($)), 7))])], 2)], 2)) : pe("", !0), u(p) || u(s).fieldOnly || u(s).cardField ? (J(), ae("div", { key: 1, class: ee(u(R)) }, [(J(), he(sn, { disabled: !u(s).cardField, to: u(G) }, [d(es, Z(u(h), { color: u(s).color, density: u(s).density, disabled: u(m) || u(y), error: u(f), "false-icon": u(s).falseIcon, "false-value": u(s).falseValue, "hide-details": u(s).hideDetails, label: u(s).label, loading: u(m), "model-value": u(F), "true-value": u(s).trueValue, "onUpdate:modelValue": w }), Ue({ _: 2 }, [Ye(u(a), (U, S) => ({ name: S, fn: ue((P) => [Ae(O.$slots, S, ye(Ce({ ...P })))]) })), u(a).append ? void 0 : { name: "append", fn: ue(() => [!u(s).fieldOnly || u(s).cardField ? (J(), he(ul, { key: 0, class: "ms-3", color: u(s).cancelButtonColor, icon: "", size: u(s).cancelButtonSize, title: u(s).cancelButtonTitle, variant: u(s).cancelButtonVariant, onClick: k }, { default: ue(() => [d(de, { color: u(s).cancelIconColor, icon: u(I) }, null, 8, ["color", "icon"])]), _: 1 }, 8, ["color", "size", "title", "variant"])) : pe("", !0)]), key: "0" }]), 1040, ["color", "density", "disabled", "error", "false-icon", "false-value", "hide-details", "label", "loading", "model-value", "true-value"])], 8, ["disabled", "to"]))], 2)) : pe("", !0), u(s).cardField ? (J(), ae("div", { key: 2, class: ee(u(x)), style: ge(u(V)) }, [d(_n, ye(Ce(u(b))), { default: ue(() => [d(yn, null, { default: ue(() => [xe("div", { ref_key: "cardFieldRef", ref: G }, null, 512)]), _: 1 })]), _: 1 }, 16)], 6)) : pe("", !0)], 6)); +} }), VInlineTextField: Ne({ __name: "VInlineTextField", props: Pe(kn({ clearIcon: {}, density: {}, rules: {}, variant: {}, autofocus: { type: Boolean }, cancelButtonColor: {}, cancelButtonSize: {}, cancelButtonTitle: {}, cancelButtonVariant: {}, cancelIcon: {}, cancelIconColor: {}, cardField: { type: Boolean }, cardOffsetX: {}, cardOffsetY: {}, cardProps: {}, closeSiblings: { type: Boolean }, color: {}, disabled: { type: Boolean }, displayAppendIcon: {}, displayAppendIconColor: {}, displayAppendIconSize: {}, displayAppendInnerIcon: {}, displayAppendInnerIconColor: {}, displayAppendInnerIconSize: {}, displayPrependIcon: {}, displayPrependIconColor: {}, displayPrependIconSize: {}, displayPrependInnerIcon: {}, displayPrependInnerIconColor: {}, displayPrependInnerIconSize: {}, emptyText: {}, error: { type: Boolean }, fieldOnly: { type: Boolean }, hideDetails: { type: Boolean }, hideSaveIcon: { type: Boolean }, item: {}, label: {}, loading: { type: Boolean }, loadingIcon: {}, loadingIconColor: {}, loadingWait: { type: Boolean }, name: {}, required: { type: Boolean }, saveButtonColor: {}, saveButtonSize: {}, saveButtonTitle: {}, saveButtonVariant: {}, saveIcon: {}, saveIconColor: {}, tableField: { type: Boolean }, truncateLength: {}, truncateSuffix: {}, underlineColor: {}, underlineStyle: {}, underlineWidth: {}, underlined: { type: Boolean }, valueColor: {} }, { ...Wo }), { modelValue: {} }), emits: Pe([...zn], ["update:modelValue"]), setup(e, { emit: t }) { + const n = un(e, "modelValue"), l = dn(), a = cn(), i = t, c = ve(Symbol.for("vuetify:icons")), r = e; + let o = Le({ ...l, ...r }); + const s = v(() => r.loading), m = v(() => r.disabled), y = N(!1), f = N(!1), p = N(!1), g = N(null); + let h = n.value; + K(() => s.value, (S, P) => { + !S && P && p.value && k(); }); - const h = v(() => De({ icon: r.clearIcon, iconOptions: c, name: "clear" })), I = v(() => n.value ? (y.value = !1, o.truncateLength ? hl({ length: o.truncateLength, suffix: o.truncateSuffix, text: n.value }) : n.value) : (y.value = !0, o.emptyText)), A = v(() => Kn(o)), k = v(() => ({ color: o.color, displayAppendIcon: r.displayAppendIcon, displayAppendIconColor: r.displayAppendIconColor, displayAppendIconSize: r.displayAppendIconSize, displayAppendInnerIcon: r.displayAppendInnerIcon, displayAppendInnerIconColor: r.displayAppendInnerIconColor, displayAppendInnerIconSize: r.displayAppendInnerIconSize, displayPrependIcon: r.displayPrependIcon, displayPrependIconColor: r.displayPrependIconColor, displayPrependIconSize: r.displayPrependIconSize, displayPrependInnerIcon: r.displayPrependInnerIcon, displayPrependInnerIconColor: r.displayPrependInnerIconColor, displayPrependInnerIconSize: r.displayPrependInnerIconSize, displayValue: I.value, empty: y.value, error: f.value, field: "v-text-field", underlineColor: o.underlineColor, underlineStyle: o.underlineStyle, underlineWidth: o.underlineWidth, underlined: o.underlined, valueColor: o.valueColor })), M = v(() => ({ ...kn, ...r.cardProps })), _ = v(() => Vn({ density: o.density, disabled: m.value, field: "v-text-field", iconSet: c == null ? void 0 : c.defaultSet, loading: u.value, loadingWait: o.loadingWait, tableField: o.tableField, variant: o.variant })), T = v(() => An({ density: o.density, field: "v-text-field" })), V = Dt({ density: o.density, variant: o.variant }), S = v(() => _n({ active: p.value, name: "text-field" })), C = v(() => On({ name: "text-field", showField: p.value })), D = v(() => ({})), w = v(() => O.value); - function P() { - f.value = !1, n.value = b, x(); + const b = v(() => Me({ icon: r.clearIcon, iconOptions: c, name: "clear" })), I = v(() => n.value ? (y.value = !1, o.truncateLength ? hl({ length: o.truncateLength, suffix: o.truncateSuffix, text: n.value }) : n.value) : (y.value = !0, o.emptyText)), $ = v(() => Jn(o)), F = v(() => ({ color: o.color, displayAppendIcon: r.displayAppendIcon, displayAppendIconColor: r.displayAppendIconColor, displayAppendIconSize: r.displayAppendIconSize, displayAppendInnerIcon: r.displayAppendInnerIcon, displayAppendInnerIconColor: r.displayAppendInnerIconColor, displayAppendInnerIconSize: r.displayAppendInnerIconSize, displayPrependIcon: r.displayPrependIcon, displayPrependIconColor: r.displayPrependIconColor, displayPrependIconSize: r.displayPrependIconSize, displayPrependInnerIcon: r.displayPrependInnerIcon, displayPrependInnerIconColor: r.displayPrependInnerIconColor, displayPrependInnerIconSize: r.displayPrependInnerIconSize, displayValue: I.value, empty: y.value, error: f.value, field: "v-text-field", underlineColor: o.underlineColor, underlineStyle: o.underlineStyle, underlineWidth: o.underlineWidth, underlined: o.underlined, valueColor: o.valueColor })), H = v(() => ({ ...Vn, ...r.cardProps })), T = v(() => On({ density: o.density, disabled: m.value, field: "v-text-field", iconSet: c == null ? void 0 : c.defaultSet, loading: s.value, loadingWait: o.loadingWait, tableField: o.tableField, variant: o.variant })), M = v(() => Pn({ density: o.density, field: "v-text-field" })), R = Lt({ density: o.density, variant: o.variant }), B = v(() => $n({ active: p.value, name: "text-field" })), x = v(() => En({ name: "text-field", showField: p.value })), E = v(() => ({})), C = v(() => A.value); + function V() { + f.value = !1, n.value = h, k(); } - const O = R(), j = R(null), q = R("body"); - function x() { - var z, U; - if (m.value || o.loadingWait && u.value) + const A = N(), j = N(null), G = N("body"); + function k() { + var P, z; + if (m.value || o.loadingWait && s.value) return; - O.value = fn({ cardMinWidth: (z = o.cardProps) == null ? void 0 : z.minWidth, cardOffsetX: o.cardOffsetX, cardOffsetY: o.cardOffsetY, cardWidth: (U = o.cardProps) == null ? void 0 : U.width, field: j.value }); - const F = Pn({ attrs: l, closeSiblings: o.closeSiblings, fieldOnly: o.fieldOnly, props: r, showField: p, timeOpened: g.value }); - o = { ...o, ...F.settings }, p.value = F.showField, g.value = F.timeOpened, $ !== null && o.closeSiblings && p.value && !o.fieldOnly && $.emit(F.timeOpened); + A.value = mn({ cardMinWidth: (P = o.cardProps) == null ? void 0 : P.minWidth, cardOffsetX: o.cardOffsetX, cardOffsetY: o.cardOffsetY, cardWidth: (z = o.cardProps) == null ? void 0 : z.width, field: j.value }); + const S = Tn({ attrs: l, closeSiblings: o.closeSiblings, fieldOnly: o.fieldOnly, props: r, showField: p, timeOpened: g.value }); + o = { ...o, ...S.settings }, p.value = S.showField, g.value = S.timeOpened, O !== null && o.closeSiblings && p.value && !o.fieldOnly && O.emit(S.timeOpened); } - const E = R(), L = v(() => E.value); - function N() { - const F = Mt({ required: o.required, rules: o.rules, value: n }); - return f.value = F.errors, E.value = F.results, F.results; + const w = N(), _ = v(() => w.value); + function D() { + const S = Wt({ required: o.required, rules: o.rules, value: n }); + return f.value = S.errors, w.value = S.results, S.results; } - function G() { - f.value ? f.value = !0 : (b = n.value, i("update", n.value), o.loadingWait || x()); + function W() { + f.value ? f.value = !0 : (h = n.value, i("update", n.value), o.loadingWait || k()); } - let $, B; - function W(F) { - i("update:closeSiblingFields", g), p.value && g.value !== F && P(); + let O, L; + function U(S) { + i("update:closeSiblingFields", g), p.value && g.value !== S && V(); } return K(() => p.value, () => { - p.value && N(); + p.value && D(); }), K(() => n.value, () => { - p.value && N(); - }), o.closeSiblings && import("@vueuse/core").then(({ useEventBus: F }) => { - $ = F(Bn), B = $.on(W); - }), xn(() => { - B !== void 0 && $.off(W); - }), (F, z) => (X(), oe("div", { ref_key: "inlineFieldsContainer", ref: j, class: ee(s(_)), style: ge(s(D)) }, [!s(p) && !s(o).fieldOnly || s(o).cardField ? (X(), oe("div", { key: 0, class: ee(s(T)) }, [Ie("div", { class: ee(s(V)) }, [d(s(Lt), Z(s(k), { onToggleField: x }), Ge({ _: 2 }, [qe(s(a), (U, J) => ({ name: J, fn: se((Y) => [Fe(F.$slots, J, ye(be({ ...Y })))]) }))]), 1040)], 2)], 2)) : pe("", !0), s(p) || s(o).fieldOnly || s(o).cardField ? (X(), oe("div", { key: 1, class: ee(s(S)) }, [(X(), he(rn, { disabled: !s(o).cardField, to: s(q) }, [d(gl, Z(s(A), { modelValue: n.value, "onUpdate:modelValue": z[1] || (z[1] = (U) => n.value = U), autofocus: !s(o).fieldOnly || s(o).autofocus, "clear-icon": s(h), color: s(o).color, density: s(o).density, disabled: s(u) || s(m), error: s(f), "error-messages": s(L), "hide-details": s(o).hideDetails, label: s(o).label, loading: s(u), variant: s(o).variant, width: "100%", onKeyup: [St(G, ["enter"]), St(P, ["esc"])] }), Ge({ _: 2 }, [qe(s(a), (U, J) => ({ name: J, fn: se((Y) => [Fe(F.$slots, J, ye(be({ ...Y })))]) })), s(a).append ? void 0 : { name: "append", fn: se(() => [d(s(lt), { modelValue: n.value, "onUpdate:modelValue": z[0] || (z[0] = (U) => n.value = U), "cancel-button-color": s(o).cancelButtonColor, "cancel-button-size": s(o).cancelButtonSize, "cancel-button-title": s(o).cancelButtonTitle, "cancel-button-variant": s(o).cancelButtonVariant, "cancel-icon": s(o).cancelIcon, "cancel-icon-color": s(o).cancelIconColor, error: s(f), "field-only": s(o).fieldOnly, "hide-save-icon": s(o).hideSaveIcon, loading: s(u), "loading-icon": s(o).loadingIcon, "loading-icon-color": s(o).loadingIconColor, required: s(o).required, "save-button-color": s(o).saveButtonColor, "save-button-size": s(o).saveButtonSize, "save-button-title": s(o).saveButtonTitle, "save-button-variant": s(o).saveButtonVariant, "save-icon": s(o).saveIcon, "save-icon-color": s(o).saveIconColor, onClose: P, onSave: G }, null, 8, ["modelValue", "cancel-button-color", "cancel-button-size", "cancel-button-title", "cancel-button-variant", "cancel-icon", "cancel-icon-color", "error", "field-only", "hide-save-icon", "loading", "loading-icon", "loading-icon-color", "required", "save-button-color", "save-button-size", "save-button-title", "save-button-variant", "save-icon", "save-icon-color"])]), key: "0" }]), 1040, ["modelValue", "autofocus", "clear-icon", "color", "density", "disabled", "error", "error-messages", "hide-details", "label", "loading", "variant", "onKeyup"])], 8, ["disabled", "to"]))], 2)) : pe("", !0), s(o).cardField ? (X(), oe("div", { key: 2, class: ee(s(C)), style: ge(s(w)) }, [d(Fn, ye(be(s(M))), { default: se(() => [d(vn, null, { default: se(() => [Ie("div", { ref_key: "cardFieldRef", ref: q }, null, 512)]), _: 1 })]), _: 1 }, 16)], 6)) : pe("", !0)], 6)); -} }), VInlineTextarea: Re({ __name: "VInlineTextarea", props: _e(Sn({ autoGrow: {}, clearIcon: {}, density: {}, rows: {}, rules: {}, variant: {}, autofocus: { type: Boolean }, cancelButtonColor: {}, cancelButtonSize: {}, cancelButtonTitle: {}, cancelButtonVariant: {}, cancelIcon: {}, cancelIconColor: {}, cardField: { type: Boolean }, cardOffsetX: {}, cardOffsetY: {}, cardProps: {}, closeSiblings: { type: Boolean }, color: {}, disabled: { type: Boolean }, displayAppendIcon: {}, displayAppendIconColor: {}, displayAppendIconSize: {}, displayAppendInnerIcon: {}, displayAppendInnerIconColor: {}, displayAppendInnerIconSize: {}, displayPrependIcon: {}, displayPrependIconColor: {}, displayPrependIconSize: {}, displayPrependInnerIcon: {}, displayPrependInnerIconColor: {}, displayPrependInnerIconSize: {}, emptyText: {}, error: { type: Boolean }, fieldOnly: { type: Boolean }, hideDetails: { type: Boolean }, hideSaveIcon: { type: Boolean }, item: {}, label: {}, loading: { type: Boolean }, loadingIcon: {}, loadingIconColor: {}, loadingWait: { type: Boolean }, name: {}, required: { type: Boolean }, saveButtonColor: {}, saveButtonSize: {}, saveButtonTitle: {}, saveButtonVariant: {}, saveIcon: {}, saveIconColor: {}, tableField: { type: Boolean }, truncateLength: {}, truncateSuffix: {}, underlineColor: {}, underlineStyle: {}, underlineWidth: {}, underlined: { type: Boolean }, valueColor: {} }, { ...si }), { modelValue: {} }), emits: _e([...$n], ["update:modelValue"]), setup(e, { emit: t }) { - const n = sn(e, "modelValue"), l = cn(), a = un(), i = t, c = ve(Symbol.for("vuetify:icons")), r = e; - let o = ze({ ...l, ...r }); - const u = v(() => r.loading), m = v(() => r.disabled), y = R(!1), f = R(!1), p = R(!1), g = R(null); - let b = n.value; - K(() => u.value, (F, z) => { - !F && z && p.value && x(); + p.value && D(); + }), o.closeSiblings && import("@vueuse/core").then(({ useEventBus: S }) => { + O = S(Fn), L = O.on(U); + }), wn(() => { + L !== void 0 && O.off(U); + }), (S, P) => (J(), ae("div", { ref_key: "inlineFieldsContainer", ref: j, class: ee(u(T)), style: ge(u(E)) }, [!u(p) && !u(o).fieldOnly || u(o).cardField ? (J(), ae("div", { key: 0, class: ee(u(M)) }, [xe("div", { class: ee(u(R)) }, [d(u(Mt), Z(u(F), { onToggleField: k }), Ue({ _: 2 }, [Ye(u(a), (z, q) => ({ name: q, fn: ue((X) => [Ae(S.$slots, q, ye(Ce({ ...X })))]) }))]), 1040)], 2)], 2)) : pe("", !0), u(p) || u(o).fieldOnly || u(o).cardField ? (J(), ae("div", { key: 1, class: ee(u(B)) }, [(J(), he(sn, { disabled: !u(o).cardField, to: u(G) }, [d(gl, Z(u($), { modelValue: n.value, "onUpdate:modelValue": P[1] || (P[1] = (z) => n.value = z), autofocus: !u(o).fieldOnly || u(o).autofocus, "clear-icon": u(b), color: u(o).color, density: u(o).density, disabled: u(s) || u(m), error: u(f), "error-messages": u(_), "hide-details": u(o).hideDetails, label: u(o).label, loading: u(s), variant: u(o).variant, width: "100%", onKeyup: [St(W, ["enter"]), St(V, ["esc"])] }), Ue({ _: 2 }, [Ye(u(a), (z, q) => ({ name: q, fn: ue((X) => [Ae(S.$slots, q, ye(Ce({ ...X })))]) })), u(a).append ? void 0 : { name: "append", fn: ue(() => [d(u(lt), { modelValue: n.value, "onUpdate:modelValue": P[0] || (P[0] = (z) => n.value = z), "cancel-button-color": u(o).cancelButtonColor, "cancel-button-size": u(o).cancelButtonSize, "cancel-button-title": u(o).cancelButtonTitle, "cancel-button-variant": u(o).cancelButtonVariant, "cancel-icon": u(o).cancelIcon, "cancel-icon-color": u(o).cancelIconColor, error: u(f), "field-only": u(o).fieldOnly, "hide-save-icon": u(o).hideSaveIcon, loading: u(s), "loading-icon": u(o).loadingIcon, "loading-icon-color": u(o).loadingIconColor, required: u(o).required, "save-button-color": u(o).saveButtonColor, "save-button-size": u(o).saveButtonSize, "save-button-title": u(o).saveButtonTitle, "save-button-variant": u(o).saveButtonVariant, "save-icon": u(o).saveIcon, "save-icon-color": u(o).saveIconColor, onClose: V, onSave: W }, null, 8, ["modelValue", "cancel-button-color", "cancel-button-size", "cancel-button-title", "cancel-button-variant", "cancel-icon", "cancel-icon-color", "error", "field-only", "hide-save-icon", "loading", "loading-icon", "loading-icon-color", "required", "save-button-color", "save-button-size", "save-button-title", "save-button-variant", "save-icon", "save-icon-color"])]), key: "0" }]), 1040, ["modelValue", "autofocus", "clear-icon", "color", "density", "disabled", "error", "error-messages", "hide-details", "label", "loading", "variant", "onKeyup"])], 8, ["disabled", "to"]))], 2)) : pe("", !0), u(o).cardField ? (J(), ae("div", { key: 2, class: ee(u(x)), style: ge(u(C)) }, [d(_n, ye(Ce(u(H))), { default: ue(() => [d(yn, null, { default: ue(() => [xe("div", { ref_key: "cardFieldRef", ref: G }, null, 512)]), _: 1 })]), _: 1 }, 16)], 6)) : pe("", !0)], 6)); +} }), VInlineTextarea: Ne({ __name: "VInlineTextarea", props: Pe(kn({ autoGrow: {}, clearIcon: {}, density: {}, rows: {}, rules: {}, variant: {}, autofocus: { type: Boolean }, cancelButtonColor: {}, cancelButtonSize: {}, cancelButtonTitle: {}, cancelButtonVariant: {}, cancelIcon: {}, cancelIconColor: {}, cardField: { type: Boolean }, cardOffsetX: {}, cardOffsetY: {}, cardProps: {}, closeSiblings: { type: Boolean }, color: {}, disabled: { type: Boolean }, displayAppendIcon: {}, displayAppendIconColor: {}, displayAppendIconSize: {}, displayAppendInnerIcon: {}, displayAppendInnerIconColor: {}, displayAppendInnerIconSize: {}, displayPrependIcon: {}, displayPrependIconColor: {}, displayPrependIconSize: {}, displayPrependInnerIcon: {}, displayPrependInnerIconColor: {}, displayPrependInnerIconSize: {}, emptyText: {}, error: { type: Boolean }, fieldOnly: { type: Boolean }, hideDetails: { type: Boolean }, hideSaveIcon: { type: Boolean }, item: {}, label: {}, loading: { type: Boolean }, loadingIcon: {}, loadingIconColor: {}, loadingWait: { type: Boolean }, name: {}, required: { type: Boolean }, saveButtonColor: {}, saveButtonSize: {}, saveButtonTitle: {}, saveButtonVariant: {}, saveIcon: {}, saveIconColor: {}, tableField: { type: Boolean }, truncateLength: {}, truncateSuffix: {}, underlineColor: {}, underlineStyle: {}, underlineWidth: {}, underlined: { type: Boolean }, valueColor: {} }, { ...vi }), { modelValue: {} }), emits: Pe([...zn], ["update:modelValue"]), setup(e, { emit: t }) { + const n = un(e, "modelValue"), l = dn(), a = cn(), i = t, c = ve(Symbol.for("vuetify:icons")), r = e; + let o = Le({ ...l, ...r }); + const s = v(() => r.loading), m = v(() => r.disabled), y = N(!1), f = N(!1), p = N(!1), g = N(null); + let h = n.value; + K(() => s.value, (S, P) => { + !S && P && p.value && k(); }); - const h = v(() => De({ icon: r.clearIcon, iconOptions: c, name: "clear" })), I = v(() => n.value ? (y.value = !1, o.truncateLength ? hl({ length: o.truncateLength, suffix: o.truncateSuffix, text: n.value }) : n.value) : (y.value = !0, o.emptyText)), A = v(() => Kn(o)), k = v(() => ({ color: o.color, displayAppendIcon: r.displayAppendIcon, displayAppendIconColor: r.displayAppendIconColor, displayAppendIconSize: r.displayAppendIconSize, displayAppendInnerIcon: r.displayAppendInnerIcon, displayAppendInnerIconColor: r.displayAppendInnerIconColor, displayAppendInnerIconSize: r.displayAppendInnerIconSize, displayPrependIcon: r.displayPrependIcon, displayPrependIconColor: r.displayPrependIconColor, displayPrependIconSize: r.displayPrependIconSize, displayPrependInnerIcon: r.displayPrependInnerIcon, displayPrependInnerIconColor: r.displayPrependInnerIconColor, displayPrependInnerIconSize: r.displayPrependInnerIconSize, displayValue: I.value, empty: y.value, error: f.value, field: "v-text-field", underlineColor: o.underlineColor, underlineStyle: o.underlineStyle, underlineWidth: o.underlineWidth, underlined: o.underlined, valueColor: o.valueColor })), M = v(() => ({ ...kn, ...r.cardProps })), _ = v(() => Vn({ density: o.density, disabled: m.value, field: "v-textarea", iconSet: c == null ? void 0 : c.defaultSet, loading: u.value, loadingWait: o.loadingWait, tableField: o.tableField, variant: o.variant })), T = v(() => An({ density: o.density, field: "v-textarea" })), V = Dt({ density: o.density, variant: o.variant }), S = v(() => _n({ active: p.value, name: "textarea" })), C = v(() => On({ name: "textarea", showField: p.value })), D = v(() => ({})), w = v(() => O.value); - function P() { - f.value = !1, n.value = b, x(); + const b = v(() => Me({ icon: r.clearIcon, iconOptions: c, name: "clear" })), I = v(() => n.value ? (y.value = !1, o.truncateLength ? hl({ length: o.truncateLength, suffix: o.truncateSuffix, text: n.value }) : n.value) : (y.value = !0, o.emptyText)), $ = v(() => Jn(o)), F = v(() => ({ color: o.color, displayAppendIcon: r.displayAppendIcon, displayAppendIconColor: r.displayAppendIconColor, displayAppendIconSize: r.displayAppendIconSize, displayAppendInnerIcon: r.displayAppendInnerIcon, displayAppendInnerIconColor: r.displayAppendInnerIconColor, displayAppendInnerIconSize: r.displayAppendInnerIconSize, displayPrependIcon: r.displayPrependIcon, displayPrependIconColor: r.displayPrependIconColor, displayPrependIconSize: r.displayPrependIconSize, displayPrependInnerIcon: r.displayPrependInnerIcon, displayPrependInnerIconColor: r.displayPrependInnerIconColor, displayPrependInnerIconSize: r.displayPrependInnerIconSize, displayValue: I.value, empty: y.value, error: f.value, field: "v-text-field", underlineColor: o.underlineColor, underlineStyle: o.underlineStyle, underlineWidth: o.underlineWidth, underlined: o.underlined, valueColor: o.valueColor })), H = v(() => ({ ...Vn, ...r.cardProps })), T = v(() => On({ density: o.density, disabled: m.value, field: "v-textarea", iconSet: c == null ? void 0 : c.defaultSet, loading: s.value, loadingWait: o.loadingWait, tableField: o.tableField, variant: o.variant })), M = v(() => Pn({ density: o.density, field: "v-textarea" })), R = Lt({ density: o.density, variant: o.variant }), B = v(() => $n({ active: p.value, name: "textarea" })), x = v(() => En({ name: "textarea", showField: p.value })), E = v(() => ({})), C = v(() => A.value); + function V() { + f.value = !1, n.value = h, k(); } - const O = R(), j = R(null), q = R("body"); - function x() { - var z, U; - if (m.value || o.loadingWait && u.value) + const A = N(), j = N(null), G = N("body"); + function k() { + var P, z; + if (m.value || o.loadingWait && s.value) return; - O.value = fn({ cardMinWidth: (z = o.cardProps) == null ? void 0 : z.minWidth, cardOffsetX: o.cardOffsetX, cardOffsetY: o.cardOffsetY, cardWidth: (U = o.cardProps) == null ? void 0 : U.width, field: j.value }); - const F = Pn({ attrs: l, closeSiblings: o.closeSiblings, fieldOnly: o.fieldOnly, props: r, showField: p, timeOpened: g.value }); - o = { ...o, ...F.settings }, p.value = F.showField, g.value = F.timeOpened, $ !== null && o.closeSiblings && p.value && !o.fieldOnly && $.emit(F.timeOpened); + A.value = mn({ cardMinWidth: (P = o.cardProps) == null ? void 0 : P.minWidth, cardOffsetX: o.cardOffsetX, cardOffsetY: o.cardOffsetY, cardWidth: (z = o.cardProps) == null ? void 0 : z.width, field: j.value }); + const S = Tn({ attrs: l, closeSiblings: o.closeSiblings, fieldOnly: o.fieldOnly, props: r, showField: p, timeOpened: g.value }); + o = { ...o, ...S.settings }, p.value = S.showField, g.value = S.timeOpened, O !== null && o.closeSiblings && p.value && !o.fieldOnly && O.emit(S.timeOpened); } - const E = R(), L = v(() => E.value); - function N() { - const F = Mt({ required: o.required, rules: o.rules, value: n }); - return f.value = F.errors, E.value = F.results, F.results; + const w = N(), _ = v(() => w.value); + function D() { + const S = Wt({ required: o.required, rules: o.rules, value: n }); + return f.value = S.errors, w.value = S.results, S.results; } - function G() { - b = n.value, i("update", n.value), o.loadingWait || x(); + function W() { + h = n.value, i("update", n.value), o.loadingWait || k(); } - let $, B; - function W(F) { - i("update:closeSiblingFields", g), p.value && g.value !== F && P(); + let O, L; + function U(S) { + i("update:closeSiblingFields", g), p.value && g.value !== S && V(); } return K(() => p.value, () => { - p.value && N(); + p.value && D(); }), K(() => n.value, () => { - p.value && N(); - }), o.closeSiblings && import("@vueuse/core").then(({ useEventBus: F }) => { - $ = F(Bn), B = $.on(W); - }), xn(() => { - B !== void 0 && $.off(W); - }), (F, z) => (X(), oe("div", { ref_key: "inlineFieldsContainer", ref: j, class: ee(s(_)), style: ge(s(D)) }, [!s(p) && !s(o).fieldOnly || s(o).cardField ? (X(), oe("div", { key: 0, class: ee(s(T)) }, [Ie("div", { class: ee(s(V)) }, [d(s(Lt), Z(s(k), { onToggleField: x }), Ge({ _: 2 }, [qe(s(a), (U, J) => ({ name: J, fn: se((Y) => [Fe(F.$slots, J, ye(be({ ...Y })))]) }))]), 1040)], 2)], 2)) : pe("", !0), s(p) || s(o).fieldOnly || s(o).cardField ? (X(), oe("div", { key: 1, class: ee(s(S)) }, [(X(), he(rn, { disabled: !s(o).cardField, to: s(q) }, [d(Jr, Z(s(A), { modelValue: n.value, "onUpdate:modelValue": z[0] || (z[0] = (U) => n.value = U), "auto-grow": s(o).autoGrow, autofocus: !s(o).fieldOnly || s(o).autofocus, "clear-icon": s(h), color: s(o).color, density: s(o).density, disabled: s(u) || s(m), error: s(f), "error-messages": s(L), "hide-details": s(o).hideDetails, label: s(o).label, loading: s(u), rows: s(o).rows, variant: s(o).variant, width: "100%", onKeyup: St(P, ["esc"]) }), Ge({ _: 2 }, [qe(s(a), (U, J) => ({ name: J, fn: se((Y) => [Fe(F.$slots, J, ye(be({ ...Y })))]) })), s(a).append ? void 0 : { name: "append", fn: se(() => [d(s(lt), { "cancel-button-color": s(o).cancelButtonColor, "cancel-button-size": s(o).cancelButtonSize, "cancel-button-title": s(o).cancelButtonTitle, "cancel-button-variant": s(o).cancelButtonVariant, "cancel-icon": s(o).cancelIcon, "cancel-icon-color": s(o).cancelIconColor, error: s(f), "field-only": s(o).fieldOnly, "hide-save-icon": s(o).hideSaveIcon, loading: s(u), "loading-icon": s(o).loadingIcon, "loading-icon-color": s(o).loadingIconColor, "save-button-color": s(o).saveButtonColor, "save-button-size": s(o).saveButtonSize, "save-button-title": s(o).saveButtonTitle, "save-button-variant": s(o).saveButtonVariant, "save-icon": s(o).saveIcon, "save-icon-color": s(o).saveIconColor, onClose: P, onSave: G }, null, 8, ["cancel-button-color", "cancel-button-size", "cancel-button-title", "cancel-button-variant", "cancel-icon", "cancel-icon-color", "error", "field-only", "hide-save-icon", "loading", "loading-icon", "loading-icon-color", "save-button-color", "save-button-size", "save-button-title", "save-button-variant", "save-icon", "save-icon-color"])]), key: "0" }]), 1040, ["modelValue", "auto-grow", "autofocus", "clear-icon", "color", "density", "disabled", "error", "error-messages", "hide-details", "label", "loading", "rows", "variant", "onKeyup"])], 8, ["disabled", "to"]))], 2)) : pe("", !0), s(o).cardField ? (X(), oe("div", { key: 2, class: ee(s(C)), style: ge(s(w)) }, [d(Fn, ye(be(s(M))), { default: se(() => [d(vn, null, { default: se(() => [Ie("div", { ref_key: "cardFieldRef", ref: q }, null, 512)]), _: 1 })]), _: 1 }, 16)], 6)) : pe("", !0)], 6)); -} }) }, is = (e) => { - for (const t in Me) { - const n = Me[t]; + p.value && D(); + }), o.closeSiblings && import("@vueuse/core").then(({ useEventBus: S }) => { + O = S(Fn), L = O.on(U); + }), wn(() => { + L !== void 0 && O.off(U); + }), (S, P) => (J(), ae("div", { ref_key: "inlineFieldsContainer", ref: j, class: ee(u(T)), style: ge(u(E)) }, [!u(p) && !u(o).fieldOnly || u(o).cardField ? (J(), ae("div", { key: 0, class: ee(u(M)) }, [xe("div", { class: ee(u(R)) }, [d(u(Mt), Z(u(F), { onToggleField: k }), Ue({ _: 2 }, [Ye(u(a), (z, q) => ({ name: q, fn: ue((X) => [Ae(S.$slots, q, ye(Ce({ ...X })))]) }))]), 1040)], 2)], 2)) : pe("", !0), u(p) || u(o).fieldOnly || u(o).cardField ? (J(), ae("div", { key: 1, class: ee(u(B)) }, [(J(), he(sn, { disabled: !u(o).cardField, to: u(G) }, [d(ts, Z(u($), { modelValue: n.value, "onUpdate:modelValue": P[0] || (P[0] = (z) => n.value = z), "auto-grow": u(o).autoGrow, autofocus: !u(o).fieldOnly || u(o).autofocus, "clear-icon": u(b), color: u(o).color, density: u(o).density, disabled: u(s) || u(m), error: u(f), "error-messages": u(_), "hide-details": u(o).hideDetails, label: u(o).label, loading: u(s), rows: u(o).rows, variant: u(o).variant, width: "100%", onKeyup: St(V, ["esc"]) }), Ue({ _: 2 }, [Ye(u(a), (z, q) => ({ name: q, fn: ue((X) => [Ae(S.$slots, q, ye(Ce({ ...X })))]) })), u(a).append ? void 0 : { name: "append", fn: ue(() => [d(u(lt), { "cancel-button-color": u(o).cancelButtonColor, "cancel-button-size": u(o).cancelButtonSize, "cancel-button-title": u(o).cancelButtonTitle, "cancel-button-variant": u(o).cancelButtonVariant, "cancel-icon": u(o).cancelIcon, "cancel-icon-color": u(o).cancelIconColor, error: u(f), "field-only": u(o).fieldOnly, "hide-save-icon": u(o).hideSaveIcon, loading: u(s), "loading-icon": u(o).loadingIcon, "loading-icon-color": u(o).loadingIconColor, "save-button-color": u(o).saveButtonColor, "save-button-size": u(o).saveButtonSize, "save-button-title": u(o).saveButtonTitle, "save-button-variant": u(o).saveButtonVariant, "save-icon": u(o).saveIcon, "save-icon-color": u(o).saveIconColor, onClose: V, onSave: W }, null, 8, ["cancel-button-color", "cancel-button-size", "cancel-button-title", "cancel-button-variant", "cancel-icon", "cancel-icon-color", "error", "field-only", "hide-save-icon", "loading", "loading-icon", "loading-icon-color", "save-button-color", "save-button-size", "save-button-title", "save-button-variant", "save-icon", "save-icon-color"])]), key: "0" }]), 1040, ["modelValue", "auto-grow", "autofocus", "clear-icon", "color", "density", "disabled", "error", "error-messages", "hide-details", "label", "loading", "rows", "variant", "onKeyup"])], 8, ["disabled", "to"]))], 2)) : pe("", !0), u(o).cardField ? (J(), ae("div", { key: 2, class: ee(u(x)), style: ge(u(C)) }, [d(_n, ye(Ce(u(H))), { default: ue(() => [d(yn, null, { default: ue(() => [xe("div", { ref_key: "cardFieldRef", ref: G }, null, 512)]), _: 1 })]), _: 1 }, 16)], 6)) : pe("", !0)], 6)); +} }) }, ds = (e) => { + for (const t in Re) { + const n = Re[t]; e.component(n.name, n); } }; -for (const e in Me) - Me[e].install = is; -const cs = Me.VInlineCheckbox, ds = Me.VInlineCustomField, ps = Me.VInlineSelect, vs = Me.VInlineSwitch, fs = Me.VInlineTextField, ys = Me.VInlineTextarea, ms = { VInlineFields: Me }; +for (const e in Re) + Re[e].install = ds; +const ys = Re.VInlineCheckbox, ms = Re.VInlineCustomField, gs = Re.VInlineSelect, hs = Re.VInlineSwitch, bs = Re.VInlineTextField, Cs = Re.VInlineTextarea, Is = { VInlineFields: Re }; export { - cs as VInlineCheckbox, - ds as VInlineCustomField, - ps as VInlineSelect, - vs as VInlineSwitch, - fs as VInlineTextField, - ys as VInlineTextarea, - ms as default + ys as VInlineCheckbox, + ms as VInlineCustomField, + gs as VInlineSelect, + hs as VInlineSwitch, + bs as VInlineTextField, + Cs as VInlineTextarea, + Is as default }; (function(){"use strict";try{if(typeof document<"u"){var i=document.createElement("style");i.appendChild(document.createTextNode("[data-v-d028b1ff] .v-field__field{align-items:flex-end!important}:root{--v-inline-fields-top-padding-compact: 13px;--v-inline-fields-top-padding-comfortable: 17px;--v-inline-fields-top-padding-default: 21px;--v-inline-fields-input-height: 24px;--v-inline-fields-density-compact-height: 32px;--v-inline-fields-density-comfortable-height: 40px;--v-inline-fields-grey: #909090}.v-inline-fields--container-v-select-comfortable-plain .v-input__control .v-field__clearable,.v-inline-fields--container-v-select-comfortable-underlined .v-input__control .v-field__clearable,.v-inline-fields--container-v-text-field-comfortable-plain .v-input__control .v-field__clearable,.v-inline-fields--container-v-text-field-comfortable-underlined .v-input__control .v-field__clearable,.v-inline-fields--container-v-select-compact-plain .v-input__control .v-field__clearable,.v-inline-fields--container-v-select-compact-underlined .v-input__control .v-field__clearable,.v-inline-fields--container-v-text-field-compact-plain .v-input__control .v-field__clearable,.v-inline-fields--container-v-text-field-compact-underlined .v-input__control .v-field__clearable,.v-inline-fields--container-v-select-comfortable-plain .v-input__control .v-input__append,.v-inline-fields--container-v-select-comfortable-underlined .v-input__control .v-input__append,.v-inline-fields--container-v-text-field-comfortable-plain .v-input__control .v-input__append,.v-inline-fields--container-v-text-field-comfortable-underlined .v-input__control .v-input__append,.v-inline-fields--container-v-select-compact-plain .v-input__control .v-input__append,.v-inline-fields--container-v-select-compact-underlined .v-input__control .v-input__append,.v-inline-fields--container-v-text-field-compact-plain .v-input__control .v-input__append,.v-inline-fields--container-v-text-field-compact-underlined .v-input__control .v-input__append{padding-top:0!important}.v-inline-fields--container-v-select-comfortable-plain .v-input__control .v-field__clearable .v-icon,.v-inline-fields--container-v-select-comfortable-underlined .v-input__control .v-field__clearable .v-icon,.v-inline-fields--container-v-text-field-comfortable-plain .v-input__control .v-field__clearable .v-icon,.v-inline-fields--container-v-text-field-comfortable-underlined .v-input__control .v-field__clearable .v-icon,.v-inline-fields--container-v-select-compact-plain .v-input__control .v-field__clearable .v-icon,.v-inline-fields--container-v-select-compact-underlined .v-input__control .v-field__clearable .v-icon,.v-inline-fields--container-v-text-field-compact-plain .v-input__control .v-field__clearable .v-icon,.v-inline-fields--container-v-text-field-compact-underlined .v-input__control .v-field__clearable .v-icon,.v-inline-fields--container-v-select-comfortable-plain .v-input__control .v-input__append .v-icon,.v-inline-fields--container-v-select-comfortable-underlined .v-input__control .v-input__append .v-icon,.v-inline-fields--container-v-text-field-comfortable-plain .v-input__control .v-input__append .v-icon,.v-inline-fields--container-v-text-field-comfortable-underlined .v-input__control .v-input__append .v-icon,.v-inline-fields--container-v-select-compact-plain .v-input__control .v-input__append .v-icon,.v-inline-fields--container-v-select-compact-underlined .v-input__control .v-input__append .v-icon,.v-inline-fields--container-v-text-field-compact-plain .v-input__control .v-input__append .v-icon,.v-inline-fields--container-v-text-field-compact-underlined .v-input__control .v-input__append .v-icon{font-size:1rem!important}.v-inline-fields{position:relative}.v-inline-fields--display-container *{align-items:center;display:flex}.v-inline-fields--display-value{cursor:pointer;letter-spacing:.009375em!important}.v-inline-fields--display-value-empty{color:var(--v-inline-fields-grey);font-style:italic}.v-inline-fields--display-value-checkbox,.v-inline-fields--display-value-switch{padding-bottom:2px;padding-top:6px}.v-inline-fields--display-append-icon,.v-inline-fields--display-prepend-icon,.v-inline-fields--display-append-inner-icon,.v-inline-fields--display-prepend-inner-icon{align-items:flex-end;display:inline-flex}.v-inline-fields--container-disabled .v-inline-fields--display-value{cursor:default!important;opacity:var(--v-disabled-opacity)}.v-inline-fields--container-loading .v-inline-fields--display-value{cursor:wait!important}.v-inline-fields--container-icon-set-fa .v-field__clearable{font-size:.8rem}.v-inline-fields--container-icon-set-fa .v-field__append-inner{align-items:flex-end;padding-bottom:0!important}.v-inline-fields--container-v-select-compact-plain .v-input,.v-inline-fields--container-v-select-compact-underlined .v-input,.v-inline-fields--container-v-text-field-compact-plain .v-input,.v-inline-fields--container-v-text-field-compact-underlined .v-input{height:var(--v-inline-fields-density-compact-height);max-height:var(--v-inline-fields-density-compact-height)}.v-inline-fields--container-v-select-compact-plain .v-input__control,.v-inline-fields--container-v-select-compact-underlined .v-input__control,.v-inline-fields--container-v-text-field-compact-plain .v-input__control,.v-inline-fields--container-v-text-field-compact-underlined .v-input__control{padding-bottom:4px}.v-inline-fields--container-v-select-compact-plain .v-input>div,.v-inline-fields--container-v-select-compact-underlined .v-input>div,.v-inline-fields--container-v-text-field-compact-plain .v-input>div,.v-inline-fields--container-v-text-field-compact-underlined .v-input>div{height:inherit!important;max-height:inherit!important}.v-inline-fields--container-v-select-compact-plain .v-input .v-field__input,.v-inline-fields--container-v-select-compact-underlined .v-input .v-field__input,.v-inline-fields--container-v-text-field-compact-plain .v-input .v-field__input,.v-inline-fields--container-v-text-field-compact-underlined .v-input .v-field__input{padding-top:0}.v-inline-fields--container-v-select-compact-plain .v-input .v-field__input input,.v-inline-fields--container-v-select-compact-underlined .v-input .v-field__input input,.v-inline-fields--container-v-text-field-compact-plain .v-input .v-field__input input,.v-inline-fields--container-v-text-field-compact-underlined .v-input .v-field__input input{padding-bottom:10px}.v-inline-fields--container-v-select-compact-plain .v-input .v-select__selection,.v-inline-fields--container-v-select-compact-underlined .v-input .v-select__selection,.v-inline-fields--container-v-text-field-compact-plain .v-input .v-select__selection,.v-inline-fields--container-v-text-field-compact-underlined .v-input .v-select__selection{align-items:center;padding-bottom:10px}.v-inline-fields--container-v-select-comfortable-plain .v-input,.v-inline-fields--container-v-select-comfortable-underlined .v-input,.v-inline-fields--container-v-text-field-comfortable-plain .v-input,.v-inline-fields--container-v-text-field-comfortable-underlined .v-input{height:var(--v-inline-fields-density-comfortable-height);max-height:var(--v-inline-fields-density-comfortable-height)}.v-inline-fields--container-v-select-comfortable-plain .v-input__control,.v-inline-fields--container-v-select-comfortable-underlined .v-input__control,.v-inline-fields--container-v-text-field-comfortable-plain .v-input__control,.v-inline-fields--container-v-text-field-comfortable-underlined .v-input__control{padding-bottom:8px}.v-inline-fields--container-v-select-comfortable-plain .v-input>div,.v-inline-fields--container-v-select-comfortable-underlined .v-input>div,.v-inline-fields--container-v-text-field-comfortable-plain .v-input>div,.v-inline-fields--container-v-text-field-comfortable-underlined .v-input>div{height:inherit!important;max-height:inherit!important}.v-inline-fields--container-v-select-comfortable-plain .v-input .v-field__input,.v-inline-fields--container-v-select-comfortable-underlined .v-input .v-field__input,.v-inline-fields--container-v-text-field-comfortable-plain .v-input .v-field__input,.v-inline-fields--container-v-text-field-comfortable-underlined .v-input .v-field__input{padding-top:0}.v-inline-fields--container-v-select-comfortable-plain .v-input .v-field__input input,.v-inline-fields--container-v-select-comfortable-underlined .v-input .v-field__input input,.v-inline-fields--container-v-text-field-comfortable-plain .v-input .v-field__input input,.v-inline-fields--container-v-text-field-comfortable-underlined .v-input .v-field__input input{padding-bottom:6px}.v-inline-fields--container-v-select-comfortable-plain .v-input .v-select__selection,.v-inline-fields--container-v-select-comfortable-underlined .v-input .v-select__selection,.v-inline-fields--container-v-text-field-comfortable-plain .v-input .v-select__selection,.v-inline-fields--container-v-text-field-comfortable-underlined .v-input .v-select__selection{align-items:center;padding-bottom:6px}.v-inline-fields--container-v-select-compact-plain .v-field__append-inner,.v-inline-fields--container-v-select-compact-underlined .v-field__append-inner{padding-top:4px!important}.v-inline-fields--container-v-select-comfortable-plain .v-field__append-inner,.v-inline-fields--container-v-select-comfortable-underlined .v-field__append-inner{padding-top:8px!important}.v-inline-fields--container-v-textarea .v-inline-fields--save-fields-container{align-items:flex-end}.v-inline-fields--container-v-select,.v-inline-fields--container-v-textarea,.v-inline-fields--container-v-text-field{width:100%}.v-inline-fields--container-v-checkbox .v-input,.v-inline-fields--container-v-switch .v-input{align-items:center;display:flex;padding-bottom:0}.v-inline-fields--container-v-checkbox .v-input__append,.v-inline-fields--container-v-switch .v-input__append{margin-inline-start:0!important;margin-left:0;padding-bottom:0!important}.v-inline-fields--container-v-checkbox .v-selection-control,.v-inline-fields--container-v-switch .v-selection-control{min-height:unset}.v-inline-fields--container-v-checkbox .v-inline-fields--save-fields-container,.v-inline-fields--container-v-switch .v-inline-fields--save-fields-container{align-items:center!important}.v-inline-fields--container .v-input__append,.v-inline-fields--container .v-input__prepend,.v-inline-fields--container .v-field__append-inner,.v-inline-fields--container .v-field__prepend-inner{padding-top:0!important}.v-inline-fields--container .v-input__append .v-icon,.v-inline-fields--container .v-input__prepend .v-icon,.v-inline-fields--container .v-field__append-inner .v-icon,.v-inline-fields--container .v-field__prepend-inner .v-icon{font-size:1rem!important}.v-inline-fields--container .v-field__append-inner,.v-inline-fields--container .v-field__prepend-inner{padding-bottom:10px!important}.v-inline-fields--container-compact .v-input__append,.v-inline-fields--container-compact .v-input__prepend,.v-inline-fields--container-compact .v-field__append-inner,.v-inline-fields--container-compact .v-field__prepend-inner{align-items:center!important}.v-inline-fields--container-compact .v-field__append-inner,.v-inline-fields--container-compact .v-field__prepend-inner{padding-bottom:10px!important}.v-inline-fields--container-comfortable .v-input__append,.v-inline-fields--container-comfortable .v-input__prepend,.v-inline-fields--container-comfortable .v-field__append-inner,.v-inline-fields--container-comfortable .v-field__prepend-inner{align-items:center!important}.v-inline-fields--container-comfortable .v-field__append-inner,.v-inline-fields--container-comfortable .v-field__prepend-inner{padding-bottom:6px!important}.v-inline-fields--container-default .v-input__append,.v-inline-fields--container-default .v-input__prepend,.v-inline-fields--container-default .v-field__append-inner,.v-inline-fields--container-default .v-field__prepend-inner{align-items:flex-end!important;padding-bottom:0!important}.v-inline-fields--container-default .v-input__append .v-icon,.v-inline-fields--container-default .v-input__prepend .v-icon,.v-inline-fields--container-default .v-field__append-inner .v-icon,.v-inline-fields--container-default .v-field__prepend-inner .v-icon{font-size:calc(var(--v-icon-size-multiplier) * 1.5em)!important}.v-inline-fields--container-default .v-inline-fields--save-fields-container{align-items:flex-end!important}.v-inline-fields--card-container{height:fit-content;min-width:fit-content!important;position:absolute}.v-inline-fields--card-container .v-card{border:1px solid hsla(0,0%,50%,.5)}.v-inline-fields--card-container .v-card .v-card-text{padding:5px 10px}.v-inline-fields--card-container .v-card .v-card-text>div{align-items:center;display:flex}.v-inline-fields--card-container-checkbox .v-card .v-card-text .v-input__append{margin-inline-start:0}.v-inline-fields--save-fields-container{align-items:center;display:flex;height:100%;margin-left:.1rem}.v-inline-fields--boolean-icons{font-size:calc(var(--v-icon-size-multiplier) * 1em)}.v-inline-fields .truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:250px}.v-inline-fields .v-input__append{padding-top:0}")),document.head.appendChild(i)}}catch(n){console.error("vite-plugin-css-injected-by-js",n)}})(); diff --git a/package.json b/package.json index b1af416..211ecbe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@wdns/vuetify-inline-fields", - "version": "1.0.0-beta-1.14", + "version": "1.0.0-beta-2", "description": "Vuetify Inline Fields Component Library offers a comprehensive collection of reusable UI components to create elegant and efficient inline form fields within your applications.", "private": false, "publishConfig": { @@ -66,33 +66,33 @@ "wdns" ], "dependencies": { - "@vueuse/core": "^10.5.0", - "vue": "^3.3.7", - "vuetify": "^3.3.23" + "@vueuse/core": "^10.6.0", + "vue": "^3.3.8", + "vuetify": "^3.4.0" }, "devDependencies": { - "@babel/core": "^7.23.2", - "@babel/eslint-parser": "^7.22.15", + "@babel/core": "^7.23.3", + "@babel/eslint-parser": "^7.23.3", "@fortawesome/fontawesome-svg-core": "^6.4.2", "@fortawesome/free-brands-svg-icons": "^6.4.2", "@fortawesome/free-regular-svg-icons": "^6.4.2", "@fortawesome/free-solid-svg-icons": "^6.4.2", - "@fortawesome/vue-fontawesome": "^3.0.3", + "@fortawesome/vue-fontawesome": "^3.0.5", "@mdi/font": "^7.3.67", "@rollup/plugin-commonjs": "^25.0.7", "@rollup/plugin-node-resolve": "^15.2.3", "@rollup/plugin-terser": "^0.4.4", - "@types/node": "^20.8.9", - "@typescript-eslint/eslint-plugin": "^6.9.0", - "@typescript-eslint/parser": "^6.9.0", - "@vitejs/plugin-vue": "^4.4.0", + "@types/node": "^20.9.0", + "@typescript-eslint/eslint-plugin": "^6.10.0", + "@typescript-eslint/parser": "^6.10.0", + "@vitejs/plugin-vue": "^4.4.1", "@vue/cli-plugin-babel": "^5.0.8", "@vue/cli-plugin-eslint": "^5.0.8", "@vue/cli-service": "^5.0.8", - "@vue/compiler-sfc": "^3.3.7", + "@vue/compiler-sfc": "^3.3.8", "@vue/eslint-config-typescript": "^12.0.0", "autoprefixer": "^10.4.16", - "eslint": "^8.52.0", + "eslint": "^8.53.0", "eslint-config-prettier": "^9.0.0", "eslint-plugin-import": "^2.29.0", "eslint-plugin-prettier": "^5.0.1", @@ -117,7 +117,7 @@ "stylelint": "^15.11.0", "stylelint-config-standard": "^34.0.0", "stylelint-order": "^6.0.3", - "stylelint-scss": "^5.3.0", + "stylelint-scss": "^5.3.1", "typescript": "^5.2.2", "unplugin-auto-import": "^0.16.7", "vite": "^4.5.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 3af232c..f8b73d6 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -6,22 +6,22 @@ settings: dependencies: '@vueuse/core': - specifier: ^10.5.0 - version: 10.5.0(vue@3.3.7) + specifier: ^10.6.0 + version: 10.6.0(vue@3.3.8) vue: - specifier: ^3.3.7 - version: 3.3.7(typescript@5.2.2) + specifier: ^3.3.8 + version: 3.3.8(typescript@5.2.2) vuetify: - specifier: ^3.3.23 - version: 3.3.23(typescript@5.2.2)(vite-plugin-vuetify@1.0.2)(vue@3.3.7) + specifier: ^3.4.0 + version: 3.4.0(typescript@5.2.2)(vite-plugin-vuetify@1.0.2)(vue@3.3.8) devDependencies: '@babel/core': - specifier: ^7.23.2 - version: 7.23.2 + specifier: ^7.23.3 + version: 7.23.3 '@babel/eslint-parser': - specifier: ^7.22.15 - version: 7.22.15(@babel/core@7.23.2)(eslint@8.52.0) + specifier: ^7.23.3 + version: 7.23.3(@babel/core@7.23.3)(eslint@8.53.0) '@fortawesome/fontawesome-svg-core': specifier: ^6.4.2 version: 6.4.2 @@ -35,8 +35,8 @@ devDependencies: specifier: ^6.4.2 version: 6.4.2 '@fortawesome/vue-fontawesome': - specifier: ^3.0.3 - version: 3.0.3(@fortawesome/fontawesome-svg-core@6.4.2)(vue@3.3.7) + specifier: ^3.0.5 + version: 3.0.5(@fortawesome/fontawesome-svg-core@6.4.2)(vue@3.3.8) '@mdi/font': specifier: ^7.3.67 version: 7.3.67 @@ -50,50 +50,50 @@ devDependencies: specifier: ^0.4.4 version: 0.4.4(rollup@3.29.4) '@types/node': - specifier: ^20.8.9 - version: 20.8.9 + specifier: ^20.9.0 + version: 20.9.0 '@typescript-eslint/eslint-plugin': - specifier: ^6.9.0 - version: 6.9.0(@typescript-eslint/parser@6.9.0)(eslint@8.52.0)(typescript@5.2.2) + specifier: ^6.10.0 + version: 6.10.0(@typescript-eslint/parser@6.10.0)(eslint@8.53.0)(typescript@5.2.2) '@typescript-eslint/parser': - specifier: ^6.9.0 - version: 6.9.0(eslint@8.52.0)(typescript@5.2.2) + specifier: ^6.10.0 + version: 6.10.0(eslint@8.53.0)(typescript@5.2.2) '@vitejs/plugin-vue': - specifier: ^4.4.0 - version: 4.4.0(vite@4.5.0)(vue@3.3.7) + specifier: ^4.4.1 + version: 4.4.1(vite@4.5.0)(vue@3.3.8) '@vue/cli-plugin-babel': specifier: ^5.0.8 - version: 5.0.8(@vue/cli-service@5.0.8)(vue@3.3.7) + version: 5.0.8(@vue/cli-service@5.0.8)(vue@3.3.8) '@vue/cli-plugin-eslint': specifier: ^5.0.8 - version: 5.0.8(@vue/cli-service@5.0.8)(eslint@8.52.0) + version: 5.0.8(@vue/cli-service@5.0.8)(eslint@8.53.0) '@vue/cli-service': specifier: ^5.0.8 - version: 5.0.8(@babel/core@7.23.2)(@vue/compiler-sfc@3.3.7)(prettier@3.0.3)(vue@3.3.7) + version: 5.0.8(@babel/core@7.23.3)(@vue/compiler-sfc@3.3.8)(prettier@3.0.3)(vue@3.3.8) '@vue/compiler-sfc': - specifier: ^3.3.7 - version: 3.3.7 + specifier: ^3.3.8 + version: 3.3.8 '@vue/eslint-config-typescript': specifier: ^12.0.0 - version: 12.0.0(eslint-plugin-vue@9.18.1)(eslint@8.52.0)(typescript@5.2.2) + version: 12.0.0(eslint-plugin-vue@9.18.1)(eslint@8.53.0)(typescript@5.2.2) autoprefixer: specifier: ^10.4.16 version: 10.4.16(postcss@8.4.31) eslint: - specifier: ^8.52.0 - version: 8.52.0 + specifier: ^8.53.0 + version: 8.53.0 eslint-config-prettier: specifier: ^9.0.0 - version: 9.0.0(eslint@8.52.0) + version: 9.0.0(eslint@8.53.0) eslint-plugin-import: specifier: ^2.29.0 - version: 2.29.0(@typescript-eslint/parser@6.9.0)(eslint@8.52.0) + version: 2.29.0(@typescript-eslint/parser@6.10.0)(eslint@8.53.0) eslint-plugin-prettier: specifier: ^5.0.1 - version: 5.0.1(eslint-config-prettier@9.0.0)(eslint@8.52.0)(prettier@3.0.3) + version: 5.0.1(eslint-config-prettier@9.0.0)(eslint@8.53.0)(prettier@3.0.3) eslint-plugin-vue: specifier: ^9.18.1 - version: 9.18.1(eslint@8.52.0) + version: 9.18.1(eslint@8.53.0) gh-pages: specifier: ^6.0.0 version: 6.0.0 @@ -108,7 +108,7 @@ devDependencies: version: 0.1.48 pinia: specifier: ^2.1.7 - version: 2.1.7(typescript@5.2.2)(vue@3.3.7) + version: 2.1.7(typescript@5.2.2)(vue@3.3.8) postcss: specifier: ^8.4.31 version: 8.4.31 @@ -155,29 +155,29 @@ devDependencies: specifier: ^6.0.3 version: 6.0.3(stylelint@15.11.0) stylelint-scss: - specifier: ^5.3.0 - version: 5.3.0(stylelint@15.11.0) + specifier: ^5.3.1 + version: 5.3.1(stylelint@15.11.0) typescript: specifier: ^5.2.2 version: 5.2.2 unplugin-auto-import: specifier: ^0.16.7 - version: 0.16.7(@vueuse/core@10.5.0)(rollup@3.29.4) + version: 0.16.7(@vueuse/core@10.6.0)(rollup@3.29.4) vite: specifier: ^4.5.0 - version: 4.5.0(@types/node@20.8.9)(sass@1.69.5) + version: 4.5.0(@types/node@20.9.0)(sass@1.69.5) vite-plugin-babel: specifier: ^1.1.3 - version: 1.1.3(@babel/core@7.23.2)(vite@4.5.0) + version: 1.1.3(@babel/core@7.23.3)(vite@4.5.0) vite-plugin-css-injected-by-js: specifier: ^3.3.0 version: 3.3.0(vite@4.5.0) vite-plugin-dts: specifier: ^3.6.3 - version: 3.6.3(@types/node@20.8.9)(rollup@3.29.4)(typescript@5.2.2)(vite@4.5.0) + version: 3.6.3(@types/node@20.9.0)(rollup@3.29.4)(typescript@5.2.2)(vite@4.5.0) vite-plugin-eslint: specifier: ^1.8.1 - version: 1.8.1(eslint@8.52.0)(vite@4.5.0) + version: 1.8.1(eslint@8.53.0)(vite@4.5.0) vite-plugin-static-copy: specifier: ^0.17.0 version: 0.17.0(vite@4.5.0) @@ -186,7 +186,7 @@ devDependencies: version: 5.2.0(postcss@8.4.31)(rollup@3.29.4)(stylelint@15.11.0)(vite@4.5.0) vite-plugin-vuetify: specifier: ^1.0.2 - version: 1.0.2(vite@4.5.0)(vue@3.3.7)(vuetify@3.3.23) + version: 1.0.2(vite@4.5.0)(vue@3.3.8)(vuetify@3.4.0) vue-tsc: specifier: ^1.8.22 version: 1.8.22(typescript@5.2.2) @@ -238,20 +238,25 @@ packages: engines: {node: '>=6.9.0'} dev: true - /@babel/core@7.23.2: - resolution: {integrity: sha512-n7s51eWdaWZ3vGT2tD4T7J6eJs3QoBXydv7vkUM06Bf1cbVD2Kc2UrkzhiQwobfV7NwOnQXYL7UBJ5VPU+RGoQ==} + /@babel/compat-data@7.23.3: + resolution: {integrity: sha512-BmR4bWbDIoFJmJ9z2cZ8Gmm2MXgEDgjdWgpKmKWUt54UGFJdlj31ECtbaDvCG/qVdG3AQ1SfpZEs01lUFbzLOQ==} + engines: {node: '>=6.9.0'} + dev: true + + /@babel/core@7.23.3: + resolution: {integrity: sha512-Jg+msLuNuCJDyBvFv5+OKOUjWMZgd85bKjbICd3zWrKAo+bJ49HJufi7CQE0q0uR8NGyO6xkCACScNqyjHSZew==} engines: {node: '>=6.9.0'} dependencies: '@ampproject/remapping': 2.2.1 '@babel/code-frame': 7.22.13 - '@babel/generator': 7.23.0 + '@babel/generator': 7.23.3 '@babel/helper-compilation-targets': 7.22.15 - '@babel/helper-module-transforms': 7.23.0(@babel/core@7.23.2) + '@babel/helper-module-transforms': 7.23.3(@babel/core@7.23.3) '@babel/helpers': 7.23.2 - '@babel/parser': 7.23.0 + '@babel/parser': 7.23.3 '@babel/template': 7.22.15 - '@babel/traverse': 7.23.2 - '@babel/types': 7.23.0 + '@babel/traverse': 7.23.3 + '@babel/types': 7.23.3 convert-source-map: 2.0.0 debug: 4.3.4 gensync: 1.0.0-beta.2 @@ -261,25 +266,25 @@ packages: - supports-color dev: true - /@babel/eslint-parser@7.22.15(@babel/core@7.23.2)(eslint@8.52.0): - resolution: {integrity: sha512-yc8OOBIQk1EcRrpizuARSQS0TWAcOMpEJ1aafhNznaeYkeL+OhqnDObGFylB8ka8VFF/sZc+S4RzHyO+3LjQxg==} + /@babel/eslint-parser@7.23.3(@babel/core@7.23.3)(eslint@8.53.0): + resolution: {integrity: sha512-9bTuNlyx7oSstodm1cR1bECj4fkiknsDa1YniISkJemMY3DGhJNYBECbe6QD/q54mp2J8VO66jW3/7uP//iFCw==} engines: {node: ^10.13.0 || ^12.13.0 || >=14.0.0} peerDependencies: '@babel/core': ^7.11.0 eslint: ^7.5.0 || ^8.0.0 dependencies: - '@babel/core': 7.23.2 + '@babel/core': 7.23.3 '@nicolo-ribaudo/eslint-scope-5-internals': 5.1.1-v1 - eslint: 8.52.0 + eslint: 8.53.0 eslint-visitor-keys: 2.1.0 semver: 6.3.1 dev: true - /@babel/generator@7.23.0: - resolution: {integrity: sha512-lN85QRR+5IbYrMWM6Y4pE/noaQtg4pNiqeNGX60eqOfo6gtEj6uw/JagelB8vVztSd7R6M5n1+PQkDbHbBRU4g==} + /@babel/generator@7.23.3: + resolution: {integrity: sha512-keeZWAV4LU3tW0qRi19HRpabC/ilM0HRBBzf9/k8FFiG4KVpiv0FIy4hHfLfFQZNhziCTPTmd59zoyv6DNISzg==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.23.0 + '@babel/types': 7.23.3 '@jridgewell/gen-mapping': 0.3.3 '@jridgewell/trace-mapping': 0.3.20 jsesc: 2.5.2 @@ -289,24 +294,24 @@ packages: resolution: {integrity: sha512-duORpUiYrEpzKIop6iNbjnwKLAKnJ47csTyRACyEmWj0QdUrm5aqNJGHSSEQSUAvNW0ojX0dOmK9dZduvkfeXA==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.23.0 + '@babel/types': 7.23.3 dev: true /@babel/helper-builder-binary-assignment-operator-visitor@7.21.5: resolution: {integrity: sha512-uNrjKztPLkUk7bpCNC0jEKDJzzkvel/W+HguzbN8krA+LPfC1CEobJEvAvGka2A/M+ViOqXdcRL0GqPUJSjx9g==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.23.0 + '@babel/types': 7.23.3 dev: true - /@babel/helper-compilation-targets@7.21.5(@babel/core@7.23.2): + /@babel/helper-compilation-targets@7.21.5(@babel/core@7.23.3): resolution: {integrity: sha512-1RkbFGUKex4lvsB9yhIfWltJM5cZKUftB2eNajaDv3dCMEp49iBG0K14uH8NnX9IPux2+mK7JGEOB0jn48/J6w==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: '@babel/compat-data': 7.23.2 - '@babel/core': 7.23.2 + '@babel/core': 7.23.3 '@babel/helper-validator-option': 7.22.15 browserslist: 4.21.5 lru-cache: 5.1.1 @@ -317,20 +322,20 @@ packages: resolution: {integrity: sha512-y6EEzULok0Qvz8yyLkCvVX+02ic+By2UdOhylwUOvOn9dvYc9mKICJuuU1n1XBI02YWsNsnrY1kc6DVbjcXbtw==} engines: {node: '>=6.9.0'} dependencies: - '@babel/compat-data': 7.23.2 + '@babel/compat-data': 7.23.3 '@babel/helper-validator-option': 7.22.15 browserslist: 4.22.1 lru-cache: 5.1.1 semver: 6.3.1 dev: true - /@babel/helper-create-class-features-plugin@7.21.8(@babel/core@7.23.2): + /@babel/helper-create-class-features-plugin@7.21.8(@babel/core@7.23.3): resolution: {integrity: sha512-+THiN8MqiH2AczyuZrnrKL6cAxFRRQDKW9h1YkBvbgKmAm6mwiacig1qT73DHIWMGo40GRnsEfN3LA+E6NtmSw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.23.2 + '@babel/core': 7.23.3 '@babel/helper-annotate-as-pure': 7.18.6 '@babel/helper-environment-visitor': 7.22.20 '@babel/helper-function-name': 7.23.0 @@ -344,24 +349,24 @@ packages: - supports-color dev: true - /@babel/helper-create-regexp-features-plugin@7.21.8(@babel/core@7.23.2): + /@babel/helper-create-regexp-features-plugin@7.21.8(@babel/core@7.23.3): resolution: {integrity: sha512-zGuSdedkFtsFHGbexAvNuipg1hbtitDLo2XE8/uf6Y9sOQV1xsYX/2pNbtedp/X0eU1pIt+kGvaqHCowkRbS5g==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.23.2 + '@babel/core': 7.23.3 '@babel/helper-annotate-as-pure': 7.18.6 regexpu-core: 5.3.2 semver: 6.3.1 dev: true - /@babel/helper-define-polyfill-provider@0.3.3(@babel/core@7.23.2): + /@babel/helper-define-polyfill-provider@0.3.3(@babel/core@7.23.3): resolution: {integrity: sha512-z5aQKU4IzbqCC1XH0nAqfsFLMVSo22SBKUc0BxGrLkolTdPTructy0ToNnlO2zA4j9Q/7pjMZf0DSY+DSTYzww==} peerDependencies: '@babel/core': ^7.4.0-0 dependencies: - '@babel/core': 7.23.2 + '@babel/core': 7.23.3 '@babel/helper-compilation-targets': 7.22.15 '@babel/helper-plugin-utils': 7.21.5 debug: 4.3.4 @@ -382,44 +387,44 @@ packages: engines: {node: '>=6.9.0'} dependencies: '@babel/template': 7.22.15 - '@babel/types': 7.23.0 + '@babel/types': 7.23.3 dev: true /@babel/helper-hoist-variables@7.22.5: resolution: {integrity: sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.23.0 + '@babel/types': 7.23.3 dev: true /@babel/helper-member-expression-to-functions@7.21.5: resolution: {integrity: sha512-nIcGfgwpH2u4n9GG1HpStW5Ogx7x7ekiFHbjjFRKXbn5zUvqO9ZgotCO4x1aNbKn/x/xOUaXEhyNHCwtFCpxWg==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.23.0 + '@babel/types': 7.23.3 dev: true /@babel/helper-module-imports@7.21.4: resolution: {integrity: sha512-orajc5T2PsRYUN3ZryCEFeMDYwyw09c/pZeaQEZPH0MpKzSvn3e0uXsDBu3k03VI+9DBiRo+l22BfKTpKwa/Wg==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.23.0 + '@babel/types': 7.23.3 dev: true /@babel/helper-module-imports@7.22.15: resolution: {integrity: sha512-0pYVBnDKZO2fnSPCrgM/6WMc7eS20Fbok+0r88fp+YtWVLZrp4CkafFGIp+W0VKw4a22sgebPT99y+FDNMdP4w==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.23.0 + '@babel/types': 7.23.3 dev: true - /@babel/helper-module-transforms@7.23.0(@babel/core@7.23.2): - resolution: {integrity: sha512-WhDWw1tdrlT0gMgUJSlX0IQvoO1eN279zrAUbVB+KpV2c3Tylz8+GnKOLllCS6Z/iZQEyVYxhZVUdPTqs2YYPw==} + /@babel/helper-module-transforms@7.23.3(@babel/core@7.23.3): + resolution: {integrity: sha512-7bBs4ED9OmswdfDzpz4MpWgSrV7FXlc3zIagvLFjS5H+Mk7Snr21vQ6QwrsoCGMfNC4e4LQPdoULEt4ykz0SRQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.23.2 + '@babel/core': 7.23.3 '@babel/helper-environment-visitor': 7.22.20 '@babel/helper-module-imports': 7.22.15 '@babel/helper-simple-access': 7.22.5 @@ -431,7 +436,7 @@ packages: resolution: {integrity: sha512-HP59oD9/fEHQkdcbgFCnbmgH5vIQTJbxh2yf+CdM89/glUNnuzr87Q8GIjGEnOktTROemO0Pe0iPAYbqZuOUiA==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.23.0 + '@babel/types': 7.23.3 dev: true /@babel/helper-plugin-utils@7.21.5: @@ -439,17 +444,17 @@ packages: engines: {node: '>=6.9.0'} dev: true - /@babel/helper-remap-async-to-generator@7.18.9(@babel/core@7.23.2): + /@babel/helper-remap-async-to-generator@7.18.9(@babel/core@7.23.3): resolution: {integrity: sha512-dI7q50YKd8BAv3VEfgg7PS7yD3Rtbi2J1XMXaalXO0W0164hYLnh8zpjRS0mte9MfVp/tltvr/cfdXPvJr1opA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.23.2 + '@babel/core': 7.23.3 '@babel/helper-annotate-as-pure': 7.18.6 '@babel/helper-environment-visitor': 7.22.20 '@babel/helper-wrap-function': 7.20.5 - '@babel/types': 7.23.0 + '@babel/types': 7.23.3 transitivePeerDependencies: - supports-color dev: true @@ -462,8 +467,8 @@ packages: '@babel/helper-member-expression-to-functions': 7.21.5 '@babel/helper-optimise-call-expression': 7.18.6 '@babel/template': 7.22.15 - '@babel/traverse': 7.23.2 - '@babel/types': 7.23.0 + '@babel/traverse': 7.23.3 + '@babel/types': 7.23.3 transitivePeerDependencies: - supports-color dev: true @@ -472,21 +477,21 @@ packages: resolution: {integrity: sha512-n0H99E/K+Bika3++WNL17POvo4rKWZ7lZEp1Q+fStVbUi8nxPQEBOlTmCOxW/0JsS56SKKQ+ojAe2pHKJHN35w==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.23.0 + '@babel/types': 7.23.3 dev: true /@babel/helper-skip-transparent-expression-wrappers@7.20.0: resolution: {integrity: sha512-5y1JYeNKfvnT8sZcK9DVRtpTbGiomYIHviSP3OQWmDPU3DeH4a1ZlT/N2lyQ5P8egjcRaT/Y9aNqUxK0WsnIIg==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.23.0 + '@babel/types': 7.23.3 dev: true /@babel/helper-split-export-declaration@7.22.6: resolution: {integrity: sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.23.0 + '@babel/types': 7.23.3 dev: true /@babel/helper-string-parser@7.22.5: @@ -508,8 +513,8 @@ packages: dependencies: '@babel/helper-function-name': 7.23.0 '@babel/template': 7.22.15 - '@babel/traverse': 7.23.2 - '@babel/types': 7.23.0 + '@babel/traverse': 7.23.3 + '@babel/types': 7.23.3 transitivePeerDependencies: - supports-color dev: true @@ -519,8 +524,8 @@ packages: engines: {node: '>=6.9.0'} dependencies: '@babel/template': 7.22.15 - '@babel/traverse': 7.23.2 - '@babel/types': 7.23.0 + '@babel/traverse': 7.23.3 + '@babel/types': 7.23.3 transitivePeerDependencies: - supports-color dev: true @@ -540,448 +545,456 @@ packages: hasBin: true dependencies: '@babel/types': 7.23.0 + dev: true + + /@babel/parser@7.23.3: + resolution: {integrity: sha512-uVsWNvlVsIninV2prNz/3lHCb+5CJ+e+IUBfbjToAHODtfGYLfCFuY4AU7TskI+dAKk+njsPiBjq1gKTvZOBaw==} + engines: {node: '>=6.0.0'} + hasBin: true + dependencies: + '@babel/types': 7.23.3 - /@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.18.6(@babel/core@7.23.2): + /@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.18.6(@babel/core@7.23.3): resolution: {integrity: sha512-Dgxsyg54Fx1d4Nge8UnvTrED63vrwOdPmyvPzlNN/boaliRP54pm3pGzZD1SJUwrBA+Cs/xdG8kXX6Mn/RfISQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.23.2 + '@babel/core': 7.23.3 '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.20.7(@babel/core@7.23.2): + /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.20.7(@babel/core@7.23.3): resolution: {integrity: sha512-sbr9+wNE5aXMBBFBICk01tt7sBf2Oc9ikRFEcem/ZORup9IMUdNhW7/wVLEbbtlWOsEubJet46mHAL2C8+2jKQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.13.0 dependencies: - '@babel/core': 7.23.2 + '@babel/core': 7.23.3 '@babel/helper-plugin-utils': 7.21.5 '@babel/helper-skip-transparent-expression-wrappers': 7.20.0 - '@babel/plugin-proposal-optional-chaining': 7.21.0(@babel/core@7.23.2) + '@babel/plugin-proposal-optional-chaining': 7.21.0(@babel/core@7.23.3) dev: true - /@babel/plugin-proposal-async-generator-functions@7.20.7(@babel/core@7.23.2): + /@babel/plugin-proposal-async-generator-functions@7.20.7(@babel/core@7.23.3): resolution: {integrity: sha512-xMbiLsn/8RK7Wq7VeVytytS2L6qE69bXPB10YCmMdDZbKF4okCqY74pI/jJQ/8U0b/F6NrT2+14b8/P9/3AMGA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.2 + '@babel/core': 7.23.3 '@babel/helper-environment-visitor': 7.22.20 '@babel/helper-plugin-utils': 7.21.5 - '@babel/helper-remap-async-to-generator': 7.18.9(@babel/core@7.23.2) - '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.23.2) + '@babel/helper-remap-async-to-generator': 7.18.9(@babel/core@7.23.3) + '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.23.3) transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-proposal-class-properties@7.18.6(@babel/core@7.23.2): + /@babel/plugin-proposal-class-properties@7.18.6(@babel/core@7.23.3): resolution: {integrity: sha512-cumfXOF0+nzZrrN8Rf0t7M+tF6sZc7vhQwYQck9q1/5w2OExlD+b4v4RpMJFaV1Z7WcDRgO6FqvxqxGlwo+RHQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.2 - '@babel/helper-create-class-features-plugin': 7.21.8(@babel/core@7.23.2) + '@babel/core': 7.23.3 + '@babel/helper-create-class-features-plugin': 7.21.8(@babel/core@7.23.3) '@babel/helper-plugin-utils': 7.21.5 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-proposal-class-static-block@7.21.0(@babel/core@7.23.2): + /@babel/plugin-proposal-class-static-block@7.21.0(@babel/core@7.23.3): resolution: {integrity: sha512-XP5G9MWNUskFuP30IfFSEFB0Z6HzLIUcjYM4bYOPHXl7eiJ9HFv8tWj6TXTN5QODiEhDZAeI4hLok2iHFFV4hw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.12.0 dependencies: - '@babel/core': 7.23.2 - '@babel/helper-create-class-features-plugin': 7.21.8(@babel/core@7.23.2) + '@babel/core': 7.23.3 + '@babel/helper-create-class-features-plugin': 7.21.8(@babel/core@7.23.3) '@babel/helper-plugin-utils': 7.21.5 - '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.23.2) + '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.23.3) transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-proposal-decorators@7.21.0(@babel/core@7.23.2): + /@babel/plugin-proposal-decorators@7.21.0(@babel/core@7.23.3): resolution: {integrity: sha512-MfgX49uRrFUTL/HvWtmx3zmpyzMMr4MTj3d527MLlr/4RTT9G/ytFFP7qet2uM2Ve03b+BkpWUpK+lRXnQ+v9w==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.2 - '@babel/helper-create-class-features-plugin': 7.21.8(@babel/core@7.23.2) + '@babel/core': 7.23.3 + '@babel/helper-create-class-features-plugin': 7.21.8(@babel/core@7.23.3) '@babel/helper-plugin-utils': 7.21.5 '@babel/helper-replace-supers': 7.21.5 '@babel/helper-split-export-declaration': 7.22.6 - '@babel/plugin-syntax-decorators': 7.21.0(@babel/core@7.23.2) + '@babel/plugin-syntax-decorators': 7.21.0(@babel/core@7.23.3) transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-proposal-dynamic-import@7.18.6(@babel/core@7.23.2): + /@babel/plugin-proposal-dynamic-import@7.18.6(@babel/core@7.23.3): resolution: {integrity: sha512-1auuwmK+Rz13SJj36R+jqFPMJWyKEDd7lLSdOj4oJK0UTgGueSAtkrCvz9ewmgyU/P941Rv2fQwZJN8s6QruXw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.2 + '@babel/core': 7.23.3 '@babel/helper-plugin-utils': 7.21.5 - '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.23.2) + '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.23.3) dev: true - /@babel/plugin-proposal-export-namespace-from@7.18.9(@babel/core@7.23.2): + /@babel/plugin-proposal-export-namespace-from@7.18.9(@babel/core@7.23.3): resolution: {integrity: sha512-k1NtHyOMvlDDFeb9G5PhUXuGj8m/wiwojgQVEhJ/fsVsMCpLyOP4h0uGEjYJKrRI+EVPlb5Jk+Gt9P97lOGwtA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.2 + '@babel/core': 7.23.3 '@babel/helper-plugin-utils': 7.21.5 - '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.23.2) + '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.23.3) dev: true - /@babel/plugin-proposal-json-strings@7.18.6(@babel/core@7.23.2): + /@babel/plugin-proposal-json-strings@7.18.6(@babel/core@7.23.3): resolution: {integrity: sha512-lr1peyn9kOdbYc0xr0OdHTZ5FMqS6Di+H0Fz2I/JwMzGmzJETNeOFq2pBySw6X/KFL5EWDjlJuMsUGRFb8fQgQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.2 + '@babel/core': 7.23.3 '@babel/helper-plugin-utils': 7.21.5 - '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.23.2) + '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.23.3) dev: true - /@babel/plugin-proposal-logical-assignment-operators@7.20.7(@babel/core@7.23.2): + /@babel/plugin-proposal-logical-assignment-operators@7.20.7(@babel/core@7.23.3): resolution: {integrity: sha512-y7C7cZgpMIjWlKE5T7eJwp+tnRYM89HmRvWM5EQuB5BoHEONjmQ8lSNmBUwOyy/GFRsohJED51YBF79hE1djug==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.2 + '@babel/core': 7.23.3 '@babel/helper-plugin-utils': 7.21.5 - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.23.2) + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.23.3) dev: true - /@babel/plugin-proposal-nullish-coalescing-operator@7.18.6(@babel/core@7.23.2): + /@babel/plugin-proposal-nullish-coalescing-operator@7.18.6(@babel/core@7.23.3): resolution: {integrity: sha512-wQxQzxYeJqHcfppzBDnm1yAY0jSRkUXR2z8RePZYrKwMKgMlE8+Z6LUno+bd6LvbGh8Gltvy74+9pIYkr+XkKA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.2 + '@babel/core': 7.23.3 '@babel/helper-plugin-utils': 7.21.5 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.23.2) + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.23.3) dev: true - /@babel/plugin-proposal-numeric-separator@7.18.6(@babel/core@7.23.2): + /@babel/plugin-proposal-numeric-separator@7.18.6(@babel/core@7.23.3): resolution: {integrity: sha512-ozlZFogPqoLm8WBr5Z8UckIoE4YQ5KESVcNudyXOR8uqIkliTEgJ3RoketfG6pmzLdeZF0H/wjE9/cCEitBl7Q==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.2 + '@babel/core': 7.23.3 '@babel/helper-plugin-utils': 7.21.5 - '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.23.2) + '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.23.3) dev: true - /@babel/plugin-proposal-object-rest-spread@7.20.7(@babel/core@7.23.2): + /@babel/plugin-proposal-object-rest-spread@7.20.7(@babel/core@7.23.3): resolution: {integrity: sha512-d2S98yCiLxDVmBmE8UjGcfPvNEUbA1U5q5WxaWFUGRzJSVAZqm5W6MbPct0jxnegUZ0niLeNX+IOzEs7wYg9Dg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/compat-data': 7.23.2 - '@babel/core': 7.23.2 + '@babel/core': 7.23.3 '@babel/helper-compilation-targets': 7.22.15 '@babel/helper-plugin-utils': 7.21.5 - '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.23.2) - '@babel/plugin-transform-parameters': 7.21.3(@babel/core@7.23.2) + '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.23.3) + '@babel/plugin-transform-parameters': 7.21.3(@babel/core@7.23.3) dev: true - /@babel/plugin-proposal-optional-catch-binding@7.18.6(@babel/core@7.23.2): + /@babel/plugin-proposal-optional-catch-binding@7.18.6(@babel/core@7.23.3): resolution: {integrity: sha512-Q40HEhs9DJQyaZfUjjn6vE8Cv4GmMHCYuMGIWUnlxH6400VGxOuwWsPt4FxXxJkC/5eOzgn0z21M9gMT4MOhbw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.2 + '@babel/core': 7.23.3 '@babel/helper-plugin-utils': 7.21.5 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.23.2) + '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.23.3) dev: true - /@babel/plugin-proposal-optional-chaining@7.21.0(@babel/core@7.23.2): + /@babel/plugin-proposal-optional-chaining@7.21.0(@babel/core@7.23.3): resolution: {integrity: sha512-p4zeefM72gpmEe2fkUr/OnOXpWEf8nAgk7ZYVqqfFiyIG7oFfVZcCrU64hWn5xp4tQ9LkV4bTIa5rD0KANpKNA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.2 + '@babel/core': 7.23.3 '@babel/helper-plugin-utils': 7.21.5 '@babel/helper-skip-transparent-expression-wrappers': 7.20.0 - '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.23.2) + '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.23.3) dev: true - /@babel/plugin-proposal-private-methods@7.18.6(@babel/core@7.23.2): + /@babel/plugin-proposal-private-methods@7.18.6(@babel/core@7.23.3): resolution: {integrity: sha512-nutsvktDItsNn4rpGItSNV2sz1XwS+nfU0Rg8aCx3W3NOKVzdMjJRu0O5OkgDp3ZGICSTbgRpxZoWsxoKRvbeA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.2 - '@babel/helper-create-class-features-plugin': 7.21.8(@babel/core@7.23.2) + '@babel/core': 7.23.3 + '@babel/helper-create-class-features-plugin': 7.21.8(@babel/core@7.23.3) '@babel/helper-plugin-utils': 7.21.5 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-proposal-private-property-in-object@7.21.0(@babel/core@7.23.2): + /@babel/plugin-proposal-private-property-in-object@7.21.0(@babel/core@7.23.3): resolution: {integrity: sha512-ha4zfehbJjc5MmXBlHec1igel5TJXXLDDRbuJ4+XT2TJcyD9/V1919BA8gMvsdHcNMBy4WBUBiRb3nw/EQUtBw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.2 + '@babel/core': 7.23.3 '@babel/helper-annotate-as-pure': 7.18.6 - '@babel/helper-create-class-features-plugin': 7.21.8(@babel/core@7.23.2) + '@babel/helper-create-class-features-plugin': 7.21.8(@babel/core@7.23.3) '@babel/helper-plugin-utils': 7.21.5 - '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.23.2) + '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.23.3) transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-proposal-unicode-property-regex@7.18.6(@babel/core@7.23.2): + /@babel/plugin-proposal-unicode-property-regex@7.18.6(@babel/core@7.23.3): resolution: {integrity: sha512-2BShG/d5yoZyXZfVePH91urL5wTG6ASZU9M4o03lKK8u8UW1y08OMttBSOADTcJrnPMpvDXRG3G8fyLh4ovs8w==} engines: {node: '>=4'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.2 - '@babel/helper-create-regexp-features-plugin': 7.21.8(@babel/core@7.23.2) + '@babel/core': 7.23.3 + '@babel/helper-create-regexp-features-plugin': 7.21.8(@babel/core@7.23.3) '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.23.2): + /@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.23.3): resolution: {integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.2 + '@babel/core': 7.23.3 '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.23.2): + /@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.23.3): resolution: {integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.2 + '@babel/core': 7.23.3 '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-syntax-class-static-block@7.14.5(@babel/core@7.23.2): + /@babel/plugin-syntax-class-static-block@7.14.5(@babel/core@7.23.3): resolution: {integrity: sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.2 + '@babel/core': 7.23.3 '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-syntax-decorators@7.21.0(@babel/core@7.23.2): + /@babel/plugin-syntax-decorators@7.21.0(@babel/core@7.23.3): resolution: {integrity: sha512-tIoPpGBR8UuM4++ccWN3gifhVvQu7ZizuR1fklhRJrd5ewgbkUS+0KVFeWWxELtn18NTLoW32XV7zyOgIAiz+w==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.2 + '@babel/core': 7.23.3 '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-syntax-dynamic-import@7.8.3(@babel/core@7.23.2): + /@babel/plugin-syntax-dynamic-import@7.8.3(@babel/core@7.23.3): resolution: {integrity: sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.2 + '@babel/core': 7.23.3 '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-syntax-export-namespace-from@7.8.3(@babel/core@7.23.2): + /@babel/plugin-syntax-export-namespace-from@7.8.3(@babel/core@7.23.3): resolution: {integrity: sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.2 + '@babel/core': 7.23.3 '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-syntax-import-assertions@7.20.0(@babel/core@7.23.2): + /@babel/plugin-syntax-import-assertions@7.20.0(@babel/core@7.23.3): resolution: {integrity: sha512-IUh1vakzNoWalR8ch/areW7qFopR2AEw03JlG7BbrDqmQ4X3q9uuipQwSGrUn7oGiemKjtSLDhNtQHzMHr1JdQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.2 + '@babel/core': 7.23.3 '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.23.2): + /@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.23.3): resolution: {integrity: sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.2 + '@babel/core': 7.23.3 '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.23.2): + /@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.23.3): resolution: {integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.2 + '@babel/core': 7.23.3 '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-syntax-jsx@7.21.4(@babel/core@7.23.2): + /@babel/plugin-syntax-jsx@7.21.4(@babel/core@7.23.3): resolution: {integrity: sha512-5hewiLct5OKyh6PLKEYaFclcqtIgCb6bmELouxjF6up5q3Sov7rOayW4RwhbaBL0dit8rA80GNfY+UuDp2mBbQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.2 + '@babel/core': 7.23.3 '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@7.23.2): + /@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@7.23.3): resolution: {integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.2 + '@babel/core': 7.23.3 '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.23.2): + /@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.23.3): resolution: {integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.2 + '@babel/core': 7.23.3 '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.23.2): + /@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.23.3): resolution: {integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.2 + '@babel/core': 7.23.3 '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.23.2): + /@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.23.3): resolution: {integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.2 + '@babel/core': 7.23.3 '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.23.2): + /@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.23.3): resolution: {integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.2 + '@babel/core': 7.23.3 '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.23.2): + /@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.23.3): resolution: {integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.2 + '@babel/core': 7.23.3 '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-syntax-private-property-in-object@7.14.5(@babel/core@7.23.2): + /@babel/plugin-syntax-private-property-in-object@7.14.5(@babel/core@7.23.3): resolution: {integrity: sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.2 + '@babel/core': 7.23.3 '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-syntax-top-level-await@7.14.5(@babel/core@7.23.2): + /@babel/plugin-syntax-top-level-await@7.14.5(@babel/core@7.23.3): resolution: {integrity: sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.2 + '@babel/core': 7.23.3 '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-transform-arrow-functions@7.21.5(@babel/core@7.23.2): + /@babel/plugin-transform-arrow-functions@7.21.5(@babel/core@7.23.3): resolution: {integrity: sha512-wb1mhwGOCaXHDTcsRYMKF9e5bbMgqwxtqa2Y1ifH96dXJPwbuLX9qHy3clhrxVqgMz7nyNXs8VkxdH8UBcjKqA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.2 + '@babel/core': 7.23.3 '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-transform-async-to-generator@7.20.7(@babel/core@7.23.2): + /@babel/plugin-transform-async-to-generator@7.20.7(@babel/core@7.23.3): resolution: {integrity: sha512-Uo5gwHPT9vgnSXQxqGtpdufUiWp96gk7yiP4Mp5bm1QMkEmLXBO7PAGYbKoJ6DhAwiNkcHFBol/x5zZZkL/t0Q==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.2 + '@babel/core': 7.23.3 '@babel/helper-module-imports': 7.21.4 '@babel/helper-plugin-utils': 7.21.5 - '@babel/helper-remap-async-to-generator': 7.18.9(@babel/core@7.23.2) + '@babel/helper-remap-async-to-generator': 7.18.9(@babel/core@7.23.3) transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-transform-block-scoped-functions@7.18.6(@babel/core@7.23.2): + /@babel/plugin-transform-block-scoped-functions@7.18.6(@babel/core@7.23.3): resolution: {integrity: sha512-ExUcOqpPWnliRcPqves5HJcJOvHvIIWfuS4sroBUenPuMdmW+SMHDakmtS7qOo13sVppmUijqeTv7qqGsvURpQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.2 + '@babel/core': 7.23.3 '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-transform-block-scoping@7.21.0(@babel/core@7.23.2): + /@babel/plugin-transform-block-scoping@7.21.0(@babel/core@7.23.3): resolution: {integrity: sha512-Mdrbunoh9SxwFZapeHVrwFmri16+oYotcZysSzhNIVDwIAb1UV+kvnxULSYq9J3/q5MDG+4X6w8QVgD1zhBXNQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.2 + '@babel/core': 7.23.3 '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-transform-classes@7.21.0(@babel/core@7.23.2): + /@babel/plugin-transform-classes@7.21.0(@babel/core@7.23.3): resolution: {integrity: sha512-RZhbYTCEUAe6ntPehC4hlslPWosNHDox+vAs4On/mCLRLfoDVHf6hVEd7kuxr1RnHwJmxFfUM3cZiZRmPxJPXQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.2 + '@babel/core': 7.23.3 '@babel/helper-annotate-as-pure': 7.18.6 '@babel/helper-compilation-targets': 7.22.15 '@babel/helper-environment-visitor': 7.22.20 @@ -995,409 +1008,409 @@ packages: - supports-color dev: true - /@babel/plugin-transform-computed-properties@7.21.5(@babel/core@7.23.2): + /@babel/plugin-transform-computed-properties@7.21.5(@babel/core@7.23.3): resolution: {integrity: sha512-TR653Ki3pAwxBxUe8srfF3e4Pe3FTA46uaNHYyQwIoM4oWKSoOZiDNyHJ0oIoDIUPSRQbQG7jzgVBX3FPVne1Q==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.2 + '@babel/core': 7.23.3 '@babel/helper-plugin-utils': 7.21.5 '@babel/template': 7.22.15 dev: true - /@babel/plugin-transform-destructuring@7.21.3(@babel/core@7.23.2): + /@babel/plugin-transform-destructuring@7.21.3(@babel/core@7.23.3): resolution: {integrity: sha512-bp6hwMFzuiE4HqYEyoGJ/V2LeIWn+hLVKc4pnj++E5XQptwhtcGmSayM029d/j2X1bPKGTlsyPwAubuU22KhMA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.2 + '@babel/core': 7.23.3 '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-transform-dotall-regex@7.18.6(@babel/core@7.23.2): + /@babel/plugin-transform-dotall-regex@7.18.6(@babel/core@7.23.3): resolution: {integrity: sha512-6S3jpun1eEbAxq7TdjLotAsl4WpQI9DxfkycRcKrjhQYzU87qpXdknpBg/e+TdcMehqGnLFi7tnFUBR02Vq6wg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.2 - '@babel/helper-create-regexp-features-plugin': 7.21.8(@babel/core@7.23.2) + '@babel/core': 7.23.3 + '@babel/helper-create-regexp-features-plugin': 7.21.8(@babel/core@7.23.3) '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-transform-duplicate-keys@7.18.9(@babel/core@7.23.2): + /@babel/plugin-transform-duplicate-keys@7.18.9(@babel/core@7.23.3): resolution: {integrity: sha512-d2bmXCtZXYc59/0SanQKbiWINadaJXqtvIQIzd4+hNwkWBgyCd5F/2t1kXoUdvPMrxzPvhK6EMQRROxsue+mfw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.2 + '@babel/core': 7.23.3 '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-transform-exponentiation-operator@7.18.6(@babel/core@7.23.2): + /@babel/plugin-transform-exponentiation-operator@7.18.6(@babel/core@7.23.3): resolution: {integrity: sha512-wzEtc0+2c88FVR34aQmiz56dxEkxr2g8DQb/KfaFa1JYXOFVsbhvAonFN6PwVWj++fKmku8NP80plJ5Et4wqHw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.2 + '@babel/core': 7.23.3 '@babel/helper-builder-binary-assignment-operator-visitor': 7.21.5 '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-transform-for-of@7.21.5(@babel/core@7.23.2): + /@babel/plugin-transform-for-of@7.21.5(@babel/core@7.23.3): resolution: {integrity: sha512-nYWpjKW/7j/I/mZkGVgHJXh4bA1sfdFnJoOXwJuj4m3Q2EraO/8ZyrkCau9P5tbHQk01RMSt6KYLCsW7730SXQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.2 + '@babel/core': 7.23.3 '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-transform-function-name@7.18.9(@babel/core@7.23.2): + /@babel/plugin-transform-function-name@7.18.9(@babel/core@7.23.3): resolution: {integrity: sha512-WvIBoRPaJQ5yVHzcnJFor7oS5Ls0PYixlTYE63lCj2RtdQEl15M68FXQlxnG6wdraJIXRdR7KI+hQ7q/9QjrCQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.2 + '@babel/core': 7.23.3 '@babel/helper-compilation-targets': 7.22.15 '@babel/helper-function-name': 7.23.0 '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-transform-literals@7.18.9(@babel/core@7.23.2): + /@babel/plugin-transform-literals@7.18.9(@babel/core@7.23.3): resolution: {integrity: sha512-IFQDSRoTPnrAIrI5zoZv73IFeZu2dhu6irxQjY9rNjTT53VmKg9fenjvoiOWOkJ6mm4jKVPtdMzBY98Fp4Z4cg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.2 + '@babel/core': 7.23.3 '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-transform-member-expression-literals@7.18.6(@babel/core@7.23.2): + /@babel/plugin-transform-member-expression-literals@7.18.6(@babel/core@7.23.3): resolution: {integrity: sha512-qSF1ihLGO3q+/g48k85tUjD033C29TNTVB2paCwZPVmOsjn9pClvYYrM2VeJpBY2bcNkuny0YUyTNRyRxJ54KA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.2 + '@babel/core': 7.23.3 '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-transform-modules-amd@7.20.11(@babel/core@7.23.2): + /@babel/plugin-transform-modules-amd@7.20.11(@babel/core@7.23.3): resolution: {integrity: sha512-NuzCt5IIYOW0O30UvqktzHYR2ud5bOWbY0yaxWZ6G+aFzOMJvrs5YHNikrbdaT15+KNO31nPOy5Fim3ku6Zb5g==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.2 - '@babel/helper-module-transforms': 7.23.0(@babel/core@7.23.2) + '@babel/core': 7.23.3 + '@babel/helper-module-transforms': 7.23.3(@babel/core@7.23.3) '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-transform-modules-commonjs@7.21.5(@babel/core@7.23.2): + /@babel/plugin-transform-modules-commonjs@7.21.5(@babel/core@7.23.3): resolution: {integrity: sha512-OVryBEgKUbtqMoB7eG2rs6UFexJi6Zj6FDXx+esBLPTCxCNxAY9o+8Di7IsUGJ+AVhp5ncK0fxWUBd0/1gPhrQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.2 - '@babel/helper-module-transforms': 7.23.0(@babel/core@7.23.2) + '@babel/core': 7.23.3 + '@babel/helper-module-transforms': 7.23.3(@babel/core@7.23.3) '@babel/helper-plugin-utils': 7.21.5 '@babel/helper-simple-access': 7.22.5 dev: true - /@babel/plugin-transform-modules-systemjs@7.20.11(@babel/core@7.23.2): + /@babel/plugin-transform-modules-systemjs@7.20.11(@babel/core@7.23.3): resolution: {integrity: sha512-vVu5g9BPQKSFEmvt2TA4Da5N+QVS66EX21d8uoOihC+OCpUoGvzVsXeqFdtAEfVa5BILAeFt+U7yVmLbQnAJmw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.2 + '@babel/core': 7.23.3 '@babel/helper-hoist-variables': 7.22.5 - '@babel/helper-module-transforms': 7.23.0(@babel/core@7.23.2) + '@babel/helper-module-transforms': 7.23.3(@babel/core@7.23.3) '@babel/helper-plugin-utils': 7.21.5 '@babel/helper-validator-identifier': 7.22.20 dev: true - /@babel/plugin-transform-modules-umd@7.18.6(@babel/core@7.23.2): + /@babel/plugin-transform-modules-umd@7.18.6(@babel/core@7.23.3): resolution: {integrity: sha512-dcegErExVeXcRqNtkRU/z8WlBLnvD4MRnHgNs3MytRO1Mn1sHRyhbcpYbVMGclAqOjdW+9cfkdZno9dFdfKLfQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.2 - '@babel/helper-module-transforms': 7.23.0(@babel/core@7.23.2) + '@babel/core': 7.23.3 + '@babel/helper-module-transforms': 7.23.3(@babel/core@7.23.3) '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-transform-named-capturing-groups-regex@7.20.5(@babel/core@7.23.2): + /@babel/plugin-transform-named-capturing-groups-regex@7.20.5(@babel/core@7.23.3): resolution: {integrity: sha512-mOW4tTzi5iTLnw+78iEq3gr8Aoq4WNRGpmSlrogqaiCBoR1HFhpU4JkpQFOHfeYx3ReVIFWOQJS4aZBRvuZ6mA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.23.2 - '@babel/helper-create-regexp-features-plugin': 7.21.8(@babel/core@7.23.2) + '@babel/core': 7.23.3 + '@babel/helper-create-regexp-features-plugin': 7.21.8(@babel/core@7.23.3) '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-transform-new-target@7.18.6(@babel/core@7.23.2): + /@babel/plugin-transform-new-target@7.18.6(@babel/core@7.23.3): resolution: {integrity: sha512-DjwFA/9Iu3Z+vrAn+8pBUGcjhxKguSMlsFqeCKbhb9BAV756v0krzVK04CRDi/4aqmk8BsHb4a/gFcaA5joXRw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.2 + '@babel/core': 7.23.3 '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-transform-object-super@7.18.6(@babel/core@7.23.2): + /@babel/plugin-transform-object-super@7.18.6(@babel/core@7.23.3): resolution: {integrity: sha512-uvGz6zk+pZoS1aTZrOvrbj6Pp/kK2mp45t2B+bTDre2UgsZZ8EZLSJtUg7m/no0zOJUWgFONpB7Zv9W2tSaFlA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.2 + '@babel/core': 7.23.3 '@babel/helper-plugin-utils': 7.21.5 '@babel/helper-replace-supers': 7.21.5 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-transform-parameters@7.21.3(@babel/core@7.23.2): + /@babel/plugin-transform-parameters@7.21.3(@babel/core@7.23.3): resolution: {integrity: sha512-Wxc+TvppQG9xWFYatvCGPvZ6+SIUxQ2ZdiBP+PHYMIjnPXD+uThCshaz4NZOnODAtBjjcVQQ/3OKs9LW28purQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.2 + '@babel/core': 7.23.3 '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-transform-property-literals@7.18.6(@babel/core@7.23.2): + /@babel/plugin-transform-property-literals@7.18.6(@babel/core@7.23.3): resolution: {integrity: sha512-cYcs6qlgafTud3PAzrrRNbQtfpQ8+y/+M5tKmksS9+M1ckbH6kzY8MrexEM9mcA6JDsukE19iIRvAyYl463sMg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.2 + '@babel/core': 7.23.3 '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-transform-regenerator@7.21.5(@babel/core@7.23.2): + /@babel/plugin-transform-regenerator@7.21.5(@babel/core@7.23.3): resolution: {integrity: sha512-ZoYBKDb6LyMi5yCsByQ5jmXsHAQDDYeexT1Szvlmui+lADvfSecr5Dxd/PkrTC3pAD182Fcju1VQkB4oCp9M+w==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.2 + '@babel/core': 7.23.3 '@babel/helper-plugin-utils': 7.21.5 regenerator-transform: 0.15.1 dev: true - /@babel/plugin-transform-reserved-words@7.18.6(@babel/core@7.23.2): + /@babel/plugin-transform-reserved-words@7.18.6(@babel/core@7.23.3): resolution: {integrity: sha512-oX/4MyMoypzHjFrT1CdivfKZ+XvIPMFXwwxHp/r0Ddy2Vuomt4HDFGmft1TAY2yiTKiNSsh3kjBAzcM8kSdsjA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.2 + '@babel/core': 7.23.3 '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-transform-runtime@7.21.4(@babel/core@7.23.2): + /@babel/plugin-transform-runtime@7.21.4(@babel/core@7.23.3): resolution: {integrity: sha512-1J4dhrw1h1PqnNNpzwxQ2UBymJUF8KuPjAAnlLwZcGhHAIqUigFW7cdK6GHoB64ubY4qXQNYknoUeks4Wz7CUA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.2 + '@babel/core': 7.23.3 '@babel/helper-module-imports': 7.21.4 '@babel/helper-plugin-utils': 7.21.5 - babel-plugin-polyfill-corejs2: 0.3.3(@babel/core@7.23.2) - babel-plugin-polyfill-corejs3: 0.6.0(@babel/core@7.23.2) - babel-plugin-polyfill-regenerator: 0.4.1(@babel/core@7.23.2) + babel-plugin-polyfill-corejs2: 0.3.3(@babel/core@7.23.3) + babel-plugin-polyfill-corejs3: 0.6.0(@babel/core@7.23.3) + babel-plugin-polyfill-regenerator: 0.4.1(@babel/core@7.23.3) semver: 6.3.1 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-transform-shorthand-properties@7.18.6(@babel/core@7.23.2): + /@babel/plugin-transform-shorthand-properties@7.18.6(@babel/core@7.23.3): resolution: {integrity: sha512-eCLXXJqv8okzg86ywZJbRn19YJHU4XUa55oz2wbHhaQVn/MM+XhukiT7SYqp/7o00dg52Rj51Ny+Ecw4oyoygw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.2 + '@babel/core': 7.23.3 '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-transform-spread@7.20.7(@babel/core@7.23.2): + /@babel/plugin-transform-spread@7.20.7(@babel/core@7.23.3): resolution: {integrity: sha512-ewBbHQ+1U/VnH1fxltbJqDeWBU1oNLG8Dj11uIv3xVf7nrQu0bPGe5Rf716r7K5Qz+SqtAOVswoVunoiBtGhxw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.2 + '@babel/core': 7.23.3 '@babel/helper-plugin-utils': 7.21.5 '@babel/helper-skip-transparent-expression-wrappers': 7.20.0 dev: true - /@babel/plugin-transform-sticky-regex@7.18.6(@babel/core@7.23.2): + /@babel/plugin-transform-sticky-regex@7.18.6(@babel/core@7.23.3): resolution: {integrity: sha512-kfiDrDQ+PBsQDO85yj1icueWMfGfJFKN1KCkndygtu/C9+XUfydLC8Iv5UYJqRwy4zk8EcplRxEOeLyjq1gm6Q==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.2 + '@babel/core': 7.23.3 '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-transform-template-literals@7.18.9(@babel/core@7.23.2): + /@babel/plugin-transform-template-literals@7.18.9(@babel/core@7.23.3): resolution: {integrity: sha512-S8cOWfT82gTezpYOiVaGHrCbhlHgKhQt8XH5ES46P2XWmX92yisoZywf5km75wv5sYcXDUCLMmMxOLCtthDgMA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.2 + '@babel/core': 7.23.3 '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-transform-typeof-symbol@7.18.9(@babel/core@7.23.2): + /@babel/plugin-transform-typeof-symbol@7.18.9(@babel/core@7.23.3): resolution: {integrity: sha512-SRfwTtF11G2aemAZWivL7PD+C9z52v9EvMqH9BuYbabyPuKUvSWks3oCg6041pT925L4zVFqaVBeECwsmlguEw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.2 + '@babel/core': 7.23.3 '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-transform-unicode-escapes@7.21.5(@babel/core@7.23.2): + /@babel/plugin-transform-unicode-escapes@7.21.5(@babel/core@7.23.3): resolution: {integrity: sha512-LYm/gTOwZqsYohlvFUe/8Tujz75LqqVC2w+2qPHLR+WyWHGCZPN1KBpJCJn+4Bk4gOkQy/IXKIge6az5MqwlOg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.2 + '@babel/core': 7.23.3 '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-transform-unicode-regex@7.18.6(@babel/core@7.23.2): + /@babel/plugin-transform-unicode-regex@7.18.6(@babel/core@7.23.3): resolution: {integrity: sha512-gE7A6Lt7YLnNOL3Pb9BNeZvi+d8l7tcRrG4+pwJjK9hD2xX4mEvjlQW60G9EEmfXVYRPv9VRQcyegIVHCql/AA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.2 - '@babel/helper-create-regexp-features-plugin': 7.21.8(@babel/core@7.23.2) + '@babel/core': 7.23.3 + '@babel/helper-create-regexp-features-plugin': 7.21.8(@babel/core@7.23.3) '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/preset-env@7.21.5(@babel/core@7.23.2): + /@babel/preset-env@7.21.5(@babel/core@7.23.3): resolution: {integrity: sha512-wH00QnTTldTbf/IefEVyChtRdw5RJvODT/Vb4Vcxq1AZvtXj6T0YeX0cAcXhI6/BdGuiP3GcNIL4OQbI2DVNxg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/compat-data': 7.23.2 - '@babel/core': 7.23.2 + '@babel/core': 7.23.3 '@babel/helper-compilation-targets': 7.22.15 '@babel/helper-plugin-utils': 7.21.5 '@babel/helper-validator-option': 7.22.15 - '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.18.6(@babel/core@7.23.2) - '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.20.7(@babel/core@7.23.2) - '@babel/plugin-proposal-async-generator-functions': 7.20.7(@babel/core@7.23.2) - '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@7.23.2) - '@babel/plugin-proposal-class-static-block': 7.21.0(@babel/core@7.23.2) - '@babel/plugin-proposal-dynamic-import': 7.18.6(@babel/core@7.23.2) - '@babel/plugin-proposal-export-namespace-from': 7.18.9(@babel/core@7.23.2) - '@babel/plugin-proposal-json-strings': 7.18.6(@babel/core@7.23.2) - '@babel/plugin-proposal-logical-assignment-operators': 7.20.7(@babel/core@7.23.2) - '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6(@babel/core@7.23.2) - '@babel/plugin-proposal-numeric-separator': 7.18.6(@babel/core@7.23.2) - '@babel/plugin-proposal-object-rest-spread': 7.20.7(@babel/core@7.23.2) - '@babel/plugin-proposal-optional-catch-binding': 7.18.6(@babel/core@7.23.2) - '@babel/plugin-proposal-optional-chaining': 7.21.0(@babel/core@7.23.2) - '@babel/plugin-proposal-private-methods': 7.18.6(@babel/core@7.23.2) - '@babel/plugin-proposal-private-property-in-object': 7.21.0(@babel/core@7.23.2) - '@babel/plugin-proposal-unicode-property-regex': 7.18.6(@babel/core@7.23.2) - '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.23.2) - '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.23.2) - '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.23.2) - '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.23.2) - '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.23.2) - '@babel/plugin-syntax-import-assertions': 7.20.0(@babel/core@7.23.2) - '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.23.2) - '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.23.2) - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.23.2) - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.23.2) - '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.23.2) - '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.23.2) - '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.23.2) - '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.23.2) - '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.23.2) - '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.23.2) - '@babel/plugin-transform-arrow-functions': 7.21.5(@babel/core@7.23.2) - '@babel/plugin-transform-async-to-generator': 7.20.7(@babel/core@7.23.2) - '@babel/plugin-transform-block-scoped-functions': 7.18.6(@babel/core@7.23.2) - '@babel/plugin-transform-block-scoping': 7.21.0(@babel/core@7.23.2) - '@babel/plugin-transform-classes': 7.21.0(@babel/core@7.23.2) - '@babel/plugin-transform-computed-properties': 7.21.5(@babel/core@7.23.2) - '@babel/plugin-transform-destructuring': 7.21.3(@babel/core@7.23.2) - '@babel/plugin-transform-dotall-regex': 7.18.6(@babel/core@7.23.2) - '@babel/plugin-transform-duplicate-keys': 7.18.9(@babel/core@7.23.2) - '@babel/plugin-transform-exponentiation-operator': 7.18.6(@babel/core@7.23.2) - '@babel/plugin-transform-for-of': 7.21.5(@babel/core@7.23.2) - '@babel/plugin-transform-function-name': 7.18.9(@babel/core@7.23.2) - '@babel/plugin-transform-literals': 7.18.9(@babel/core@7.23.2) - '@babel/plugin-transform-member-expression-literals': 7.18.6(@babel/core@7.23.2) - '@babel/plugin-transform-modules-amd': 7.20.11(@babel/core@7.23.2) - '@babel/plugin-transform-modules-commonjs': 7.21.5(@babel/core@7.23.2) - '@babel/plugin-transform-modules-systemjs': 7.20.11(@babel/core@7.23.2) - '@babel/plugin-transform-modules-umd': 7.18.6(@babel/core@7.23.2) - '@babel/plugin-transform-named-capturing-groups-regex': 7.20.5(@babel/core@7.23.2) - '@babel/plugin-transform-new-target': 7.18.6(@babel/core@7.23.2) - '@babel/plugin-transform-object-super': 7.18.6(@babel/core@7.23.2) - '@babel/plugin-transform-parameters': 7.21.3(@babel/core@7.23.2) - '@babel/plugin-transform-property-literals': 7.18.6(@babel/core@7.23.2) - '@babel/plugin-transform-regenerator': 7.21.5(@babel/core@7.23.2) - '@babel/plugin-transform-reserved-words': 7.18.6(@babel/core@7.23.2) - '@babel/plugin-transform-shorthand-properties': 7.18.6(@babel/core@7.23.2) - '@babel/plugin-transform-spread': 7.20.7(@babel/core@7.23.2) - '@babel/plugin-transform-sticky-regex': 7.18.6(@babel/core@7.23.2) - '@babel/plugin-transform-template-literals': 7.18.9(@babel/core@7.23.2) - '@babel/plugin-transform-typeof-symbol': 7.18.9(@babel/core@7.23.2) - '@babel/plugin-transform-unicode-escapes': 7.21.5(@babel/core@7.23.2) - '@babel/plugin-transform-unicode-regex': 7.18.6(@babel/core@7.23.2) - '@babel/preset-modules': 0.1.5(@babel/core@7.23.2) - '@babel/types': 7.23.0 - babel-plugin-polyfill-corejs2: 0.3.3(@babel/core@7.23.2) - babel-plugin-polyfill-corejs3: 0.6.0(@babel/core@7.23.2) - babel-plugin-polyfill-regenerator: 0.4.1(@babel/core@7.23.2) + '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.18.6(@babel/core@7.23.3) + '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.20.7(@babel/core@7.23.3) + '@babel/plugin-proposal-async-generator-functions': 7.20.7(@babel/core@7.23.3) + '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@7.23.3) + '@babel/plugin-proposal-class-static-block': 7.21.0(@babel/core@7.23.3) + '@babel/plugin-proposal-dynamic-import': 7.18.6(@babel/core@7.23.3) + '@babel/plugin-proposal-export-namespace-from': 7.18.9(@babel/core@7.23.3) + '@babel/plugin-proposal-json-strings': 7.18.6(@babel/core@7.23.3) + '@babel/plugin-proposal-logical-assignment-operators': 7.20.7(@babel/core@7.23.3) + '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6(@babel/core@7.23.3) + '@babel/plugin-proposal-numeric-separator': 7.18.6(@babel/core@7.23.3) + '@babel/plugin-proposal-object-rest-spread': 7.20.7(@babel/core@7.23.3) + '@babel/plugin-proposal-optional-catch-binding': 7.18.6(@babel/core@7.23.3) + '@babel/plugin-proposal-optional-chaining': 7.21.0(@babel/core@7.23.3) + '@babel/plugin-proposal-private-methods': 7.18.6(@babel/core@7.23.3) + '@babel/plugin-proposal-private-property-in-object': 7.21.0(@babel/core@7.23.3) + '@babel/plugin-proposal-unicode-property-regex': 7.18.6(@babel/core@7.23.3) + '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.23.3) + '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.23.3) + '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.23.3) + '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.23.3) + '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.23.3) + '@babel/plugin-syntax-import-assertions': 7.20.0(@babel/core@7.23.3) + '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.23.3) + '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.23.3) + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.23.3) + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.23.3) + '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.23.3) + '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.23.3) + '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.23.3) + '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.23.3) + '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.23.3) + '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.23.3) + '@babel/plugin-transform-arrow-functions': 7.21.5(@babel/core@7.23.3) + '@babel/plugin-transform-async-to-generator': 7.20.7(@babel/core@7.23.3) + '@babel/plugin-transform-block-scoped-functions': 7.18.6(@babel/core@7.23.3) + '@babel/plugin-transform-block-scoping': 7.21.0(@babel/core@7.23.3) + '@babel/plugin-transform-classes': 7.21.0(@babel/core@7.23.3) + '@babel/plugin-transform-computed-properties': 7.21.5(@babel/core@7.23.3) + '@babel/plugin-transform-destructuring': 7.21.3(@babel/core@7.23.3) + '@babel/plugin-transform-dotall-regex': 7.18.6(@babel/core@7.23.3) + '@babel/plugin-transform-duplicate-keys': 7.18.9(@babel/core@7.23.3) + '@babel/plugin-transform-exponentiation-operator': 7.18.6(@babel/core@7.23.3) + '@babel/plugin-transform-for-of': 7.21.5(@babel/core@7.23.3) + '@babel/plugin-transform-function-name': 7.18.9(@babel/core@7.23.3) + '@babel/plugin-transform-literals': 7.18.9(@babel/core@7.23.3) + '@babel/plugin-transform-member-expression-literals': 7.18.6(@babel/core@7.23.3) + '@babel/plugin-transform-modules-amd': 7.20.11(@babel/core@7.23.3) + '@babel/plugin-transform-modules-commonjs': 7.21.5(@babel/core@7.23.3) + '@babel/plugin-transform-modules-systemjs': 7.20.11(@babel/core@7.23.3) + '@babel/plugin-transform-modules-umd': 7.18.6(@babel/core@7.23.3) + '@babel/plugin-transform-named-capturing-groups-regex': 7.20.5(@babel/core@7.23.3) + '@babel/plugin-transform-new-target': 7.18.6(@babel/core@7.23.3) + '@babel/plugin-transform-object-super': 7.18.6(@babel/core@7.23.3) + '@babel/plugin-transform-parameters': 7.21.3(@babel/core@7.23.3) + '@babel/plugin-transform-property-literals': 7.18.6(@babel/core@7.23.3) + '@babel/plugin-transform-regenerator': 7.21.5(@babel/core@7.23.3) + '@babel/plugin-transform-reserved-words': 7.18.6(@babel/core@7.23.3) + '@babel/plugin-transform-shorthand-properties': 7.18.6(@babel/core@7.23.3) + '@babel/plugin-transform-spread': 7.20.7(@babel/core@7.23.3) + '@babel/plugin-transform-sticky-regex': 7.18.6(@babel/core@7.23.3) + '@babel/plugin-transform-template-literals': 7.18.9(@babel/core@7.23.3) + '@babel/plugin-transform-typeof-symbol': 7.18.9(@babel/core@7.23.3) + '@babel/plugin-transform-unicode-escapes': 7.21.5(@babel/core@7.23.3) + '@babel/plugin-transform-unicode-regex': 7.18.6(@babel/core@7.23.3) + '@babel/preset-modules': 0.1.5(@babel/core@7.23.3) + '@babel/types': 7.23.3 + babel-plugin-polyfill-corejs2: 0.3.3(@babel/core@7.23.3) + babel-plugin-polyfill-corejs3: 0.6.0(@babel/core@7.23.3) + babel-plugin-polyfill-regenerator: 0.4.1(@babel/core@7.23.3) core-js-compat: 3.30.2 semver: 6.3.1 transitivePeerDependencies: - supports-color dev: true - /@babel/preset-modules@0.1.5(@babel/core@7.23.2): + /@babel/preset-modules@0.1.5(@babel/core@7.23.3): resolution: {integrity: sha512-A57th6YRG7oR3cq/yt/Y84MvGgE0eJG2F1JLhKuyG+jFxEgrd/HAMJatiFtmOiZurz+0DkrvbheCLaV5f2JfjA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.2 + '@babel/core': 7.23.3 '@babel/helper-plugin-utils': 7.21.5 - '@babel/plugin-proposal-unicode-property-regex': 7.18.6(@babel/core@7.23.2) - '@babel/plugin-transform-dotall-regex': 7.18.6(@babel/core@7.23.2) - '@babel/types': 7.23.0 + '@babel/plugin-proposal-unicode-property-regex': 7.18.6(@babel/core@7.23.3) + '@babel/plugin-transform-dotall-regex': 7.18.6(@babel/core@7.23.3) + '@babel/types': 7.23.3 esutils: 2.0.3 dev: true @@ -1417,22 +1430,22 @@ packages: engines: {node: '>=6.9.0'} dependencies: '@babel/code-frame': 7.22.13 - '@babel/parser': 7.23.0 - '@babel/types': 7.23.0 + '@babel/parser': 7.23.3 + '@babel/types': 7.23.3 dev: true - /@babel/traverse@7.23.2: - resolution: {integrity: sha512-azpe59SQ48qG6nu2CzcMLbxUudtN+dOM9kDbUqGq3HXUJRlo7i8fvPoxQUzYgLZ4cMVmuZgm8vvBpNeRhd6XSw==} + /@babel/traverse@7.23.3: + resolution: {integrity: sha512-+K0yF1/9yR0oHdE0StHuEj3uTPzwwbrLGfNOndVJVV2TqA5+j3oljJUb4nmB954FLGjNem976+B+eDuLIjesiQ==} engines: {node: '>=6.9.0'} dependencies: '@babel/code-frame': 7.22.13 - '@babel/generator': 7.23.0 + '@babel/generator': 7.23.3 '@babel/helper-environment-visitor': 7.22.20 '@babel/helper-function-name': 7.23.0 '@babel/helper-hoist-variables': 7.22.5 '@babel/helper-split-export-declaration': 7.22.6 - '@babel/parser': 7.23.0 - '@babel/types': 7.23.0 + '@babel/parser': 7.23.3 + '@babel/types': 7.23.3 debug: 4.3.4 globals: 11.12.0 transitivePeerDependencies: @@ -1446,6 +1459,15 @@ packages: '@babel/helper-string-parser': 7.22.5 '@babel/helper-validator-identifier': 7.22.20 to-fast-properties: 2.0.0 + dev: true + + /@babel/types@7.23.3: + resolution: {integrity: sha512-OZnvoH2l8PK5eUvEcUyCt/sXgr/h+UWpVuBbOljwcrAgUl6lpchoQ++PHGyQy1AtYnVA6CEq3y5xeEI10brpXw==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/helper-string-parser': 7.22.5 + '@babel/helper-validator-identifier': 7.22.20 + to-fast-properties: 2.0.0 /@csstools/css-parser-algorithms@2.3.2(@csstools/css-tokenizer@2.2.1): resolution: {integrity: sha512-sLYGdAdEY2x7TSw9FtmdaTrh2wFtRJO5VMbBrA8tEqEod7GEggFmxTSK9XqExib3yMuYNcvcTdCZIP6ukdjAIA==} @@ -1662,13 +1684,13 @@ packages: requiresBuild: true optional: true - /@eslint-community/eslint-utils@4.4.0(eslint@8.52.0): + /@eslint-community/eslint-utils@4.4.0(eslint@8.53.0): resolution: {integrity: sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || >=8.0.0 dependencies: - eslint: 8.52.0 + eslint: 8.53.0 eslint-visitor-keys: 3.4.3 dev: true @@ -1677,8 +1699,8 @@ packages: engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0} dev: true - /@eslint/eslintrc@2.1.2: - resolution: {integrity: sha512-+wvgpDsrB1YqAMdEUCcnTlpfVBH7Vqn6A/NT3D8WVXFIaKMlErPIZT3oCIAVCOtarRpMtelZLqJeU3t7WY6X6g==} + /@eslint/eslintrc@2.1.3: + resolution: {integrity: sha512-yZzuIG+jnVu6hNSzFEN07e8BxF3uAzYtQb6uDkaYZLo6oYZDCq454c5kB8zxnzfCYyP4MIuyBn10L0DqwujTmA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: ajv: 6.12.6 @@ -1694,8 +1716,8 @@ packages: - supports-color dev: true - /@eslint/js@8.52.0: - resolution: {integrity: sha512-mjZVbpaeMZludF2fsWLD0Z9gCref1Tk4i9+wddjRvpUNqqcndPkBD09N/Mapey0b3jaXbLm2kICwFv2E64QinA==} + /@eslint/js@8.53.0: + resolution: {integrity: sha512-Kn7K8dx/5U6+cT1yEhpX1w4PCSg0M+XyRILPgvwcEBjerFWCwQj5sbr3/VmxqV0JGHCBCzyd6LxypEuehypY1w==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: true @@ -1737,14 +1759,14 @@ packages: '@fortawesome/fontawesome-common-types': 6.4.2 dev: true - /@fortawesome/vue-fontawesome@3.0.3(@fortawesome/fontawesome-svg-core@6.4.2)(vue@3.3.7): - resolution: {integrity: sha512-KCPHi9QemVXGMrfuwf3nNnNo129resAIQWut9QTAMXmXqL2ErABC6ohd2yY5Ipq0CLWNbKHk8TMdTXL/Zf3ZhA==} + /@fortawesome/vue-fontawesome@3.0.5(@fortawesome/fontawesome-svg-core@6.4.2)(vue@3.3.8): + resolution: {integrity: sha512-isZZ4+utQH9qg9cWxWYHQ9GwI3r5FeO7GnmzKYV+gbjxcptQhh+F99iZXi1Y9AvFUEgy8kRpAdvDlbb3drWFrw==} peerDependencies: '@fortawesome/fontawesome-svg-core': ~1 || ~6 vue: '>= 3.0.0 < 4' dependencies: '@fortawesome/fontawesome-svg-core': 6.4.2 - vue: 3.3.7(typescript@5.2.2) + vue: 3.3.8(typescript@5.2.2) dev: true /@hapi/hoek@9.3.0: @@ -1821,24 +1843,24 @@ packages: resolution: {integrity: sha512-SWxvzRbUQRfewlIV+OF4/YF4DkeTjMWoT8Hh9yeU/5UBVdJZj9Uf4a9+cXjknSIhIaMxZ/4N1O/s7ojApOOGjg==} dev: true - /@microsoft/api-extractor-model@7.28.2(@types/node@20.8.9): + /@microsoft/api-extractor-model@7.28.2(@types/node@20.9.0): resolution: {integrity: sha512-vkojrM2fo3q4n4oPh4uUZdjJ2DxQ2+RnDQL/xhTWSRUNPF6P4QyrvY357HBxbnltKcYu+nNNolVqc6TIGQ73Ig==} dependencies: '@microsoft/tsdoc': 0.14.2 '@microsoft/tsdoc-config': 0.16.2 - '@rushstack/node-core-library': 3.61.0(@types/node@20.8.9) + '@rushstack/node-core-library': 3.61.0(@types/node@20.9.0) transitivePeerDependencies: - '@types/node' dev: true - /@microsoft/api-extractor@7.38.0(@types/node@20.8.9): + /@microsoft/api-extractor@7.38.0(@types/node@20.9.0): resolution: {integrity: sha512-e1LhZYnfw+JEebuY2bzhw0imDCl1nwjSThTrQqBXl40hrVo6xm3j/1EpUr89QyzgjqmAwek2ZkIVZbrhaR+cqg==} hasBin: true dependencies: - '@microsoft/api-extractor-model': 7.28.2(@types/node@20.8.9) + '@microsoft/api-extractor-model': 7.28.2(@types/node@20.9.0) '@microsoft/tsdoc': 0.14.2 '@microsoft/tsdoc-config': 0.16.2 - '@rushstack/node-core-library': 3.61.0(@types/node@20.8.9) + '@rushstack/node-core-library': 3.61.0(@types/node@20.9.0) '@rushstack/rig-package': 0.5.1 '@rushstack/ts-command-line': 4.16.1 colors: 1.2.5 @@ -2007,7 +2029,7 @@ packages: rollup: 3.29.4 dev: true - /@rushstack/node-core-library@3.61.0(@types/node@20.8.9): + /@rushstack/node-core-library@3.61.0(@types/node@20.9.0): resolution: {integrity: sha512-tdOjdErme+/YOu4gPed3sFS72GhtWCgNV9oDsHDnoLY5oDfwjKUc9Z+JOZZ37uAxcm/OCahDHfuu2ugqrfWAVQ==} peerDependencies: '@types/node': '*' @@ -2015,7 +2037,7 @@ packages: '@types/node': optional: true dependencies: - '@types/node': 20.8.9 + '@types/node': 20.9.0 colors: 1.2.5 fs-extra: 7.0.1 import-lazy: 4.0.0 @@ -2085,26 +2107,26 @@ packages: resolution: {integrity: sha512-ALYone6pm6QmwZoAgeyNksccT9Q4AWZQ6PvfwR37GT6r6FWUPguq6sUmNGSMV2Wr761oQoBxwGGa6DR5o1DC9g==} dependencies: '@types/connect': 3.4.35 - '@types/node': 20.8.9 + '@types/node': 20.9.0 dev: true /@types/bonjour@3.5.10: resolution: {integrity: sha512-p7ienRMiS41Nu2/igbJxxLDWrSZ0WxM8UQgCeO9KhoVF7cOVFkrKsiDr1EsJIla8vV3oEEjGcz11jc5yimhzZw==} dependencies: - '@types/node': 20.8.9 + '@types/node': 20.9.0 dev: true /@types/connect-history-api-fallback@1.5.0: resolution: {integrity: sha512-4x5FkPpLipqwthjPsF7ZRbOv3uoLUFkTA9G9v583qi4pACvq0uTELrB8OLUzPWUI4IJIyvM85vzkV1nyiI2Lig==} dependencies: '@types/express-serve-static-core': 4.17.35 - '@types/node': 20.8.9 + '@types/node': 20.9.0 dev: true /@types/connect@3.4.35: resolution: {integrity: sha512-cdeYyv4KWoEgpBISTxWvqYsVy444DOqehiF3fM3ne10AmJ62RSyNkUnxMJXHQWRQQX2eR94m5y1IZyDwBjV9FQ==} dependencies: - '@types/node': 20.8.9 + '@types/node': 20.9.0 dev: true /@types/eslint-scope@3.7.4: @@ -2132,7 +2154,7 @@ packages: /@types/express-serve-static-core@4.17.35: resolution: {integrity: sha512-wALWQwrgiB2AWTT91CB62b6Yt0sNHpznUXeZEcnPU3DRdlDIz74x8Qg1UUYKSVFi+va5vKOLYRBI1bRKiLLKIg==} dependencies: - '@types/node': 20.8.9 + '@types/node': 20.9.0 '@types/qs': 6.9.7 '@types/range-parser': 1.2.4 '@types/send': 0.17.1 @@ -2154,7 +2176,7 @@ packages: /@types/http-proxy@1.17.11: resolution: {integrity: sha512-HC8G7c1WmaF2ekqpnFq626xd3Zz0uvaqFmBJNRZCGEZCXkvSdJoNFn/8Ygbd9fKNQj8UzLdCETaI0UWPAjK7IA==} dependencies: - '@types/node': 20.8.9 + '@types/node': 20.9.0 dev: true /@types/json-schema@7.0.11: @@ -2165,8 +2187,8 @@ packages: resolution: {integrity: sha512-RbSSoHliUbnXj3ny0CNFOoxrIDV6SUGyStHsvDqosw6CkdPV8TtWGlfecuK4ToyMEAql6pzNxgCFKanovUzlgQ==} dev: true - /@types/json-schema@7.0.14: - resolution: {integrity: sha512-U3PUjAudAdJBeC2pgN8uTIKgxrb4nlDF3SF0++EldXQvQBGkpFZMSnwQiIoDU77tv45VgNkl/L4ouD+rEomujw==} + /@types/json-schema@7.0.15: + resolution: {integrity: sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==} dev: true /@types/json5@0.0.29: @@ -2189,8 +2211,8 @@ packages: resolution: {integrity: sha512-Kfe/D3hxHTusnPNRbycJE1N77WHDsdS4AjUYIzlDzhDrS47NrwuL3YW4VITxwR7KCVpzwgy4Rbj829KSSQmwXQ==} dev: true - /@types/node@20.8.9: - resolution: {integrity: sha512-UzykFsT3FhHb1h7yD4CA4YhBHq545JC0YnEz41xkipN88eKQtL6rSgocL5tbAP6Ola9Izm/Aw4Ora8He4x0BHg==} + /@types/node@20.9.0: + resolution: {integrity: sha512-nekiGu2NDb1BcVofVcEKMIwzlx4NjHlcjhoxxKBNLtz15Y1z7MYf549DFvkHSId02Ax6kGwWntIBPC3l/JZcmw==} dependencies: undici-types: 5.26.5 @@ -2222,15 +2244,15 @@ packages: resolution: {integrity: sha512-wWKOClTTiizcZhXnPY4wikVAwmdYHp8q6DmC+EJUzAMsycb7HB32Kh9RN4+0gExjmPmZSAQjgURXIGATPegAvA==} dev: true - /@types/semver@7.5.4: - resolution: {integrity: sha512-MMzuxN3GdFwskAnb6fz0orFvhfqi752yjaXylr0Rp4oDg5H0Zn1IuyRhDVvYOwAXoJirx2xuS16I3WjxnAIHiQ==} + /@types/semver@7.5.5: + resolution: {integrity: sha512-+d+WYC1BxJ6yVOgUgzK8gWvp5qF8ssV5r4nsDcZWKRWcDQLQ619tvWAxJQYGgBrO1MnLJC7a5GtiYsAoQ47dJg==} dev: true /@types/send@0.17.1: resolution: {integrity: sha512-Cwo8LE/0rnvX7kIIa3QHCkcuF21c05Ayb0ZfxPiv0W8VRiZiNW/WuRupHKpqqGVGf7SUA44QSOUKaEd9lIrd/Q==} dependencies: '@types/mime': 1.3.2 - '@types/node': 20.8.9 + '@types/node': 20.9.0 dev: true /@types/serve-index@1.9.1: @@ -2243,26 +2265,26 @@ packages: resolution: {integrity: sha512-NUo5XNiAdULrJENtJXZZ3fHtfMolzZwczzBbnAeBbqBwG+LaG6YaJtuwzwGSQZ2wsCrxjEhNNjAkKigy3n8teQ==} dependencies: '@types/mime': 3.0.1 - '@types/node': 20.8.9 + '@types/node': 20.9.0 dev: true /@types/sockjs@0.3.33: resolution: {integrity: sha512-f0KEEe05NvUnat+boPTZ0dgaLZ4SfSouXUgv5noUiefG2ajgKjmETo9ZJyuqsl7dfl2aHlLJUiki6B4ZYldiiw==} dependencies: - '@types/node': 20.8.9 + '@types/node': 20.9.0 dev: true - /@types/web-bluetooth@0.0.18: - resolution: {integrity: sha512-v/ZHEj9xh82usl8LMR3GarzFY1IrbXJw5L4QfQhokjRV91q+SelFqxQWSep1ucXEZ22+dSTwLFkXeur25sPIbw==} + /@types/web-bluetooth@0.0.20: + resolution: {integrity: sha512-g9gZnnXVq7gM7v3tJCWV/qw7w+KeOlSHAhgF9RytFyifW6AF61hdT2ucrYhPq9hLs5JIryeupHV3qGk95dH9ow==} /@types/ws@8.5.4: resolution: {integrity: sha512-zdQDHKUgcX/zBc4GrwsE/7dVdAD8JR4EuiAXiiUhhfyIJXXb2+PrGshFyeXWQPMmmZ2XxgaqclgpIC7eTXc1mg==} dependencies: - '@types/node': 20.8.9 + '@types/node': 20.9.0 dev: true - /@typescript-eslint/eslint-plugin@6.9.0(@typescript-eslint/parser@6.9.0)(eslint@8.52.0)(typescript@5.2.2): - resolution: {integrity: sha512-lgX7F0azQwRPB7t7WAyeHWVfW1YJ9NIgd9mvGhfQpRY56X6AVf8mwM8Wol+0z4liE7XX3QOt8MN1rUKCfSjRIA==} + /@typescript-eslint/eslint-plugin@6.10.0(@typescript-eslint/parser@6.10.0)(eslint@8.53.0)(typescript@5.2.2): + resolution: {integrity: sha512-uoLj4g2OTL8rfUQVx2AFO1hp/zja1wABJq77P6IclQs6I/m9GLrm7jCdgzZkvWdDCQf1uEvoa8s8CupsgWQgVg==} engines: {node: ^16.0.0 || >=18.0.0} peerDependencies: '@typescript-eslint/parser': ^6.0.0 || ^6.0.0-alpha @@ -2273,13 +2295,13 @@ packages: optional: true dependencies: '@eslint-community/regexpp': 4.10.0 - '@typescript-eslint/parser': 6.9.0(eslint@8.52.0)(typescript@5.2.2) - '@typescript-eslint/scope-manager': 6.9.0 - '@typescript-eslint/type-utils': 6.9.0(eslint@8.52.0)(typescript@5.2.2) - '@typescript-eslint/utils': 6.9.0(eslint@8.52.0)(typescript@5.2.2) - '@typescript-eslint/visitor-keys': 6.9.0 + '@typescript-eslint/parser': 6.10.0(eslint@8.53.0)(typescript@5.2.2) + '@typescript-eslint/scope-manager': 6.10.0 + '@typescript-eslint/type-utils': 6.10.0(eslint@8.53.0)(typescript@5.2.2) + '@typescript-eslint/utils': 6.10.0(eslint@8.53.0)(typescript@5.2.2) + '@typescript-eslint/visitor-keys': 6.10.0 debug: 4.3.4 - eslint: 8.52.0 + eslint: 8.53.0 graphemer: 1.4.0 ignore: 5.2.4 natural-compare: 1.4.0 @@ -2290,8 +2312,8 @@ packages: - supports-color dev: true - /@typescript-eslint/parser@6.9.0(eslint@8.52.0)(typescript@5.2.2): - resolution: {integrity: sha512-GZmjMh4AJ/5gaH4XF2eXA8tMnHWP+Pm1mjQR2QN4Iz+j/zO04b9TOvJYOX2sCNIQHtRStKTxRY1FX7LhpJT4Gw==} + /@typescript-eslint/parser@6.10.0(eslint@8.53.0)(typescript@5.2.2): + resolution: {integrity: sha512-+sZwIj+s+io9ozSxIWbNB5873OSdfeBEH/FR0re14WLI6BaKuSOnnwCJ2foUiu8uXf4dRp1UqHP0vrZ1zXGrog==} engines: {node: ^16.0.0 || >=18.0.0} peerDependencies: eslint: ^7.0.0 || ^8.0.0 @@ -2300,27 +2322,27 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/scope-manager': 6.9.0 - '@typescript-eslint/types': 6.9.0 - '@typescript-eslint/typescript-estree': 6.9.0(typescript@5.2.2) - '@typescript-eslint/visitor-keys': 6.9.0 + '@typescript-eslint/scope-manager': 6.10.0 + '@typescript-eslint/types': 6.10.0 + '@typescript-eslint/typescript-estree': 6.10.0(typescript@5.2.2) + '@typescript-eslint/visitor-keys': 6.10.0 debug: 4.3.4 - eslint: 8.52.0 + eslint: 8.53.0 typescript: 5.2.2 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/scope-manager@6.9.0: - resolution: {integrity: sha512-1R8A9Mc39n4pCCz9o79qRO31HGNDvC7UhPhv26TovDsWPBDx+Sg3rOZdCELIA3ZmNoWAuxaMOT7aWtGRSYkQxw==} + /@typescript-eslint/scope-manager@6.10.0: + resolution: {integrity: sha512-TN/plV7dzqqC2iPNf1KrxozDgZs53Gfgg5ZHyw8erd6jd5Ta/JIEcdCheXFt9b1NYb93a1wmIIVW/2gLkombDg==} engines: {node: ^16.0.0 || >=18.0.0} dependencies: - '@typescript-eslint/types': 6.9.0 - '@typescript-eslint/visitor-keys': 6.9.0 + '@typescript-eslint/types': 6.10.0 + '@typescript-eslint/visitor-keys': 6.10.0 dev: true - /@typescript-eslint/type-utils@6.9.0(eslint@8.52.0)(typescript@5.2.2): - resolution: {integrity: sha512-XXeahmfbpuhVbhSOROIzJ+b13krFmgtc4GlEuu1WBT+RpyGPIA4Y/eGnXzjbDj5gZLzpAXO/sj+IF/x2GtTMjQ==} + /@typescript-eslint/type-utils@6.10.0(eslint@8.53.0)(typescript@5.2.2): + resolution: {integrity: sha512-wYpPs3hgTFblMYwbYWPT3eZtaDOjbLyIYuqpwuLBBqhLiuvJ+9sEp2gNRJEtR5N/c9G1uTtQQL5AhV0fEPJYcg==} engines: {node: ^16.0.0 || >=18.0.0} peerDependencies: eslint: ^7.0.0 || ^8.0.0 @@ -2329,23 +2351,23 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/typescript-estree': 6.9.0(typescript@5.2.2) - '@typescript-eslint/utils': 6.9.0(eslint@8.52.0)(typescript@5.2.2) + '@typescript-eslint/typescript-estree': 6.10.0(typescript@5.2.2) + '@typescript-eslint/utils': 6.10.0(eslint@8.53.0)(typescript@5.2.2) debug: 4.3.4 - eslint: 8.52.0 + eslint: 8.53.0 ts-api-utils: 1.0.3(typescript@5.2.2) typescript: 5.2.2 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/types@6.9.0: - resolution: {integrity: sha512-+KB0lbkpxBkBSiVCuQvduqMJy+I1FyDbdwSpM3IoBS7APl4Bu15lStPjgBIdykdRqQNYqYNMa8Kuidax6phaEw==} + /@typescript-eslint/types@6.10.0: + resolution: {integrity: sha512-36Fq1PWh9dusgo3vH7qmQAj5/AZqARky1Wi6WpINxB6SkQdY5vQoT2/7rW7uBIsPDcvvGCLi4r10p0OJ7ITAeg==} engines: {node: ^16.0.0 || >=18.0.0} dev: true - /@typescript-eslint/typescript-estree@6.9.0(typescript@5.2.2): - resolution: {integrity: sha512-NJM2BnJFZBEAbCfBP00zONKXvMqihZCrmwCaik0UhLr0vAgb6oguXxLX1k00oQyD+vZZ+CJn3kocvv2yxm4awQ==} + /@typescript-eslint/typescript-estree@6.10.0(typescript@5.2.2): + resolution: {integrity: sha512-ek0Eyuy6P15LJVeghbWhSrBCj/vJpPXXR+EpaRZqou7achUWL8IdYnMSC5WHAeTWswYQuP2hAZgij/bC9fanBg==} engines: {node: ^16.0.0 || >=18.0.0} peerDependencies: typescript: '*' @@ -2353,8 +2375,8 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/types': 6.9.0 - '@typescript-eslint/visitor-keys': 6.9.0 + '@typescript-eslint/types': 6.10.0 + '@typescript-eslint/visitor-keys': 6.10.0 debug: 4.3.4 globby: 11.1.0 is-glob: 4.0.3 @@ -2365,30 +2387,30 @@ packages: - supports-color dev: true - /@typescript-eslint/utils@6.9.0(eslint@8.52.0)(typescript@5.2.2): - resolution: {integrity: sha512-5Wf+Jsqya7WcCO8me504FBigeQKVLAMPmUzYgDbWchINNh1KJbxCgVya3EQ2MjvJMVeXl3pofRmprqX6mfQkjQ==} + /@typescript-eslint/utils@6.10.0(eslint@8.53.0)(typescript@5.2.2): + resolution: {integrity: sha512-v+pJ1/RcVyRc0o4wAGux9x42RHmAjIGzPRo538Z8M1tVx6HOnoQBCX/NoadHQlZeC+QO2yr4nNSFWOoraZCAyg==} engines: {node: ^16.0.0 || >=18.0.0} peerDependencies: eslint: ^7.0.0 || ^8.0.0 dependencies: - '@eslint-community/eslint-utils': 4.4.0(eslint@8.52.0) - '@types/json-schema': 7.0.14 - '@types/semver': 7.5.4 - '@typescript-eslint/scope-manager': 6.9.0 - '@typescript-eslint/types': 6.9.0 - '@typescript-eslint/typescript-estree': 6.9.0(typescript@5.2.2) - eslint: 8.52.0 + '@eslint-community/eslint-utils': 4.4.0(eslint@8.53.0) + '@types/json-schema': 7.0.15 + '@types/semver': 7.5.5 + '@typescript-eslint/scope-manager': 6.10.0 + '@typescript-eslint/types': 6.10.0 + '@typescript-eslint/typescript-estree': 6.10.0(typescript@5.2.2) + eslint: 8.53.0 semver: 7.5.4 transitivePeerDependencies: - supports-color - typescript dev: true - /@typescript-eslint/visitor-keys@6.9.0: - resolution: {integrity: sha512-dGtAfqjV6RFOtIP8I0B4ZTBRrlTT8NHHlZZSchQx3qReaoDeXhYM++M4So2AgFK9ZB0emRPA6JI1HkafzA2Ibg==} + /@typescript-eslint/visitor-keys@6.10.0: + resolution: {integrity: sha512-xMGluxQIEtOM7bqFCo+rCMh5fqI+ZxV5RUUOa29iVPz1OgCZrtc7rFnz5cLUazlkPKYqX+75iuDq7m0HQ48nCg==} engines: {node: ^16.0.0 || >=18.0.0} dependencies: - '@typescript-eslint/types': 6.9.0 + '@typescript-eslint/types': 6.10.0 eslint-visitor-keys: 3.4.3 dev: true @@ -2396,15 +2418,15 @@ packages: resolution: {integrity: sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==} dev: true - /@vitejs/plugin-vue@4.4.0(vite@4.5.0)(vue@3.3.7): - resolution: {integrity: sha512-xdguqb+VUwiRpSg+nsc2HtbAUSGak25DXYvpQQi4RVU1Xq1uworyoH/md9Rfd8zMmPR/pSghr309QNcftUVseg==} + /@vitejs/plugin-vue@4.4.1(vite@4.5.0)(vue@3.3.8): + resolution: {integrity: sha512-HCQG8VDFDM7YDAdcj5QI5DvUi+r6xvo9LgvYdk7LSkUNwdpempdB5horkMSZsbdey9Ywsf5aaU8kEPw9M5kREA==} engines: {node: ^14.18.0 || >=16.0.0} peerDependencies: vite: ^4.0.0 vue: ^3.2.25 dependencies: - vite: 4.5.0(@types/node@20.8.9)(sass@1.69.5) - vue: 3.3.7(typescript@5.2.2) + vite: 4.5.0(@types/node@20.9.0)(sass@1.69.5) + vue: 3.3.8(typescript@5.2.2) dev: true /@volar/language-core@1.10.7: @@ -2434,14 +2456,14 @@ packages: resolution: {integrity: sha512-hz4R8tS5jMn8lDq6iD+yWL6XNB699pGIVLk7WSJnn1dbpjaazsjZQkieJoRX6gW5zpYSCFqQ7jUquPNY65tQYA==} dev: true - /@vue/babel-plugin-jsx@1.1.1(@babel/core@7.23.2): + /@vue/babel-plugin-jsx@1.1.1(@babel/core@7.23.3): resolution: {integrity: sha512-j2uVfZjnB5+zkcbc/zsOc0fSNGCMMjaEXP52wdwdIfn0qjFfEYpYZBFKFg+HHnQeJCVrjOeO0YxgaL7DMrym9w==} dependencies: '@babel/helper-module-imports': 7.21.4 - '@babel/plugin-syntax-jsx': 7.21.4(@babel/core@7.23.2) + '@babel/plugin-syntax-jsx': 7.21.4(@babel/core@7.23.3) '@babel/template': 7.22.15 - '@babel/traverse': 7.23.2 - '@babel/types': 7.23.0 + '@babel/traverse': 7.23.3 + '@babel/types': 7.23.3 '@vue/babel-helper-vue-transform-on': 1.0.2 camelcase: 6.3.0 html-tags: 3.3.1 @@ -2451,21 +2473,21 @@ packages: - supports-color dev: true - /@vue/babel-plugin-transform-vue-jsx@1.4.0(@babel/core@7.23.2): + /@vue/babel-plugin-transform-vue-jsx@1.4.0(@babel/core@7.23.3): resolution: {integrity: sha512-Fmastxw4MMx0vlgLS4XBX0XiBbUFzoMGeVXuMV08wyOfXdikAFqBTuYPR0tlk+XskL19EzHc39SgjrPGY23JnA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.2 + '@babel/core': 7.23.3 '@babel/helper-module-imports': 7.21.4 - '@babel/plugin-syntax-jsx': 7.21.4(@babel/core@7.23.2) + '@babel/plugin-syntax-jsx': 7.21.4(@babel/core@7.23.3) '@vue/babel-helper-vue-jsx-merge-props': 1.4.0 html-tags: 2.0.0 lodash.kebabcase: 4.1.1 svg-tags: 1.0.0 dev: true - /@vue/babel-preset-app@5.0.8(@babel/core@7.23.2)(vue@3.3.7): + /@vue/babel-preset-app@5.0.8(@babel/core@7.23.3)(vue@3.3.8): resolution: {integrity: sha512-yl+5qhpjd8e1G4cMXfORkkBlvtPCIgmRf3IYCWYDKIQ7m+PPa5iTm4feiNmCMD6yGqQWMhhK/7M3oWGL9boKwg==} peerDependencies: '@babel/core': '*' @@ -2477,27 +2499,27 @@ packages: vue: optional: true dependencies: - '@babel/core': 7.23.2 + '@babel/core': 7.23.3 '@babel/helper-compilation-targets': 7.22.15 '@babel/helper-module-imports': 7.21.4 - '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@7.23.2) - '@babel/plugin-proposal-decorators': 7.21.0(@babel/core@7.23.2) - '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.23.2) - '@babel/plugin-syntax-jsx': 7.21.4(@babel/core@7.23.2) - '@babel/plugin-transform-runtime': 7.21.4(@babel/core@7.23.2) - '@babel/preset-env': 7.21.5(@babel/core@7.23.2) + '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@7.23.3) + '@babel/plugin-proposal-decorators': 7.21.0(@babel/core@7.23.3) + '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.23.3) + '@babel/plugin-syntax-jsx': 7.21.4(@babel/core@7.23.3) + '@babel/plugin-transform-runtime': 7.21.4(@babel/core@7.23.3) + '@babel/preset-env': 7.21.5(@babel/core@7.23.3) '@babel/runtime': 7.21.5 - '@vue/babel-plugin-jsx': 1.1.1(@babel/core@7.23.2) - '@vue/babel-preset-jsx': 1.4.0(@babel/core@7.23.2)(vue@3.3.7) + '@vue/babel-plugin-jsx': 1.1.1(@babel/core@7.23.3) + '@vue/babel-preset-jsx': 1.4.0(@babel/core@7.23.3)(vue@3.3.8) babel-plugin-dynamic-import-node: 2.3.3 core-js-compat: 3.30.2 semver: 7.5.4 - vue: 3.3.7(typescript@5.2.2) + vue: 3.3.8(typescript@5.2.2) transitivePeerDependencies: - supports-color dev: true - /@vue/babel-preset-jsx@1.4.0(@babel/core@7.23.2)(vue@3.3.7): + /@vue/babel-preset-jsx@1.4.0(@babel/core@7.23.3)(vue@3.3.8): resolution: {integrity: sha512-QmfRpssBOPZWL5xw7fOuHNifCQcNQC1PrOo/4fu6xlhlKJJKSA3HqX92Nvgyx8fqHZTUGMPHmFA+IDqwXlqkSA==} peerDependencies: '@babel/core': ^7.0.0-0 @@ -2506,76 +2528,76 @@ packages: vue: optional: true dependencies: - '@babel/core': 7.23.2 + '@babel/core': 7.23.3 '@vue/babel-helper-vue-jsx-merge-props': 1.4.0 - '@vue/babel-plugin-transform-vue-jsx': 1.4.0(@babel/core@7.23.2) - '@vue/babel-sugar-composition-api-inject-h': 1.4.0(@babel/core@7.23.2) - '@vue/babel-sugar-composition-api-render-instance': 1.4.0(@babel/core@7.23.2) - '@vue/babel-sugar-functional-vue': 1.4.0(@babel/core@7.23.2) - '@vue/babel-sugar-inject-h': 1.4.0(@babel/core@7.23.2) - '@vue/babel-sugar-v-model': 1.4.0(@babel/core@7.23.2) - '@vue/babel-sugar-v-on': 1.4.0(@babel/core@7.23.2) - vue: 3.3.7(typescript@5.2.2) + '@vue/babel-plugin-transform-vue-jsx': 1.4.0(@babel/core@7.23.3) + '@vue/babel-sugar-composition-api-inject-h': 1.4.0(@babel/core@7.23.3) + '@vue/babel-sugar-composition-api-render-instance': 1.4.0(@babel/core@7.23.3) + '@vue/babel-sugar-functional-vue': 1.4.0(@babel/core@7.23.3) + '@vue/babel-sugar-inject-h': 1.4.0(@babel/core@7.23.3) + '@vue/babel-sugar-v-model': 1.4.0(@babel/core@7.23.3) + '@vue/babel-sugar-v-on': 1.4.0(@babel/core@7.23.3) + vue: 3.3.8(typescript@5.2.2) dev: true - /@vue/babel-sugar-composition-api-inject-h@1.4.0(@babel/core@7.23.2): + /@vue/babel-sugar-composition-api-inject-h@1.4.0(@babel/core@7.23.3): resolution: {integrity: sha512-VQq6zEddJHctnG4w3TfmlVp5FzDavUSut/DwR0xVoe/mJKXyMcsIibL42wPntozITEoY90aBV0/1d2KjxHU52g==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.2 - '@babel/plugin-syntax-jsx': 7.21.4(@babel/core@7.23.2) + '@babel/core': 7.23.3 + '@babel/plugin-syntax-jsx': 7.21.4(@babel/core@7.23.3) dev: true - /@vue/babel-sugar-composition-api-render-instance@1.4.0(@babel/core@7.23.2): + /@vue/babel-sugar-composition-api-render-instance@1.4.0(@babel/core@7.23.3): resolution: {integrity: sha512-6ZDAzcxvy7VcnCjNdHJ59mwK02ZFuP5CnucloidqlZwVQv5CQLijc3lGpR7MD3TWFi78J7+a8J56YxbCtHgT9Q==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.2 - '@babel/plugin-syntax-jsx': 7.21.4(@babel/core@7.23.2) + '@babel/core': 7.23.3 + '@babel/plugin-syntax-jsx': 7.21.4(@babel/core@7.23.3) dev: true - /@vue/babel-sugar-functional-vue@1.4.0(@babel/core@7.23.2): + /@vue/babel-sugar-functional-vue@1.4.0(@babel/core@7.23.3): resolution: {integrity: sha512-lTEB4WUFNzYt2In6JsoF9sAYVTo84wC4e+PoZWSgM6FUtqRJz7wMylaEhSRgG71YF+wfLD6cc9nqVeXN2rwBvw==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.2 - '@babel/plugin-syntax-jsx': 7.21.4(@babel/core@7.23.2) + '@babel/core': 7.23.3 + '@babel/plugin-syntax-jsx': 7.21.4(@babel/core@7.23.3) dev: true - /@vue/babel-sugar-inject-h@1.4.0(@babel/core@7.23.2): + /@vue/babel-sugar-inject-h@1.4.0(@babel/core@7.23.3): resolution: {integrity: sha512-muwWrPKli77uO2fFM7eA3G1lAGnERuSz2NgAxuOLzrsTlQl8W4G+wwbM4nB6iewlKbwKRae3nL03UaF5ffAPMA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.2 - '@babel/plugin-syntax-jsx': 7.21.4(@babel/core@7.23.2) + '@babel/core': 7.23.3 + '@babel/plugin-syntax-jsx': 7.21.4(@babel/core@7.23.3) dev: true - /@vue/babel-sugar-v-model@1.4.0(@babel/core@7.23.2): + /@vue/babel-sugar-v-model@1.4.0(@babel/core@7.23.3): resolution: {integrity: sha512-0t4HGgXb7WHYLBciZzN5s0Hzqan4Ue+p/3FdQdcaHAb7s5D9WZFGoSxEZHrR1TFVZlAPu1bejTKGeAzaaG3NCQ==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.2 - '@babel/plugin-syntax-jsx': 7.21.4(@babel/core@7.23.2) + '@babel/core': 7.23.3 + '@babel/plugin-syntax-jsx': 7.21.4(@babel/core@7.23.3) '@vue/babel-helper-vue-jsx-merge-props': 1.4.0 - '@vue/babel-plugin-transform-vue-jsx': 1.4.0(@babel/core@7.23.2) + '@vue/babel-plugin-transform-vue-jsx': 1.4.0(@babel/core@7.23.3) camelcase: 5.3.1 html-tags: 2.0.0 svg-tags: 1.0.0 dev: true - /@vue/babel-sugar-v-on@1.4.0(@babel/core@7.23.2): + /@vue/babel-sugar-v-on@1.4.0(@babel/core@7.23.3): resolution: {integrity: sha512-m+zud4wKLzSKgQrWwhqRObWzmTuyzl6vOP7024lrpeJM4x2UhQtRDLgYjXAw9xBXjCwS0pP9kXjg91F9ZNo9JA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.2 - '@babel/plugin-syntax-jsx': 7.21.4(@babel/core@7.23.2) - '@vue/babel-plugin-transform-vue-jsx': 1.4.0(@babel/core@7.23.2) + '@babel/core': 7.23.3 + '@babel/plugin-syntax-jsx': 7.21.4(@babel/core@7.23.3) + '@vue/babel-plugin-transform-vue-jsx': 1.4.0(@babel/core@7.23.3) camelcase: 5.3.1 dev: true @@ -2583,16 +2605,16 @@ packages: resolution: {integrity: sha512-KmtievE/B4kcXp6SuM2gzsnSd8WebkQpg3XaB6GmFh1BJGRqa1UiW9up7L/Q67uOdTigHxr5Ar2lZms4RcDjwQ==} dev: true - /@vue/cli-plugin-babel@5.0.8(@vue/cli-service@5.0.8)(vue@3.3.7): + /@vue/cli-plugin-babel@5.0.8(@vue/cli-service@5.0.8)(vue@3.3.8): resolution: {integrity: sha512-a4qqkml3FAJ3auqB2kN2EMPocb/iu0ykeELwed+9B1c1nQ1HKgslKMHMPavYx3Cd/QAx2mBD4hwKBqZXEI/CsQ==} peerDependencies: '@vue/cli-service': ^3.0.0 || ^4.0.0 || ^5.0.0-0 dependencies: - '@babel/core': 7.23.2 - '@vue/babel-preset-app': 5.0.8(@babel/core@7.23.2)(vue@3.3.7) - '@vue/cli-service': 5.0.8(@babel/core@7.23.2)(@vue/compiler-sfc@3.3.7)(prettier@3.0.3)(vue@3.3.7) + '@babel/core': 7.23.3 + '@vue/babel-preset-app': 5.0.8(@babel/core@7.23.3)(vue@3.3.8) + '@vue/cli-service': 5.0.8(@babel/core@7.23.3)(@vue/compiler-sfc@3.3.8)(prettier@3.0.3)(vue@3.3.8) '@vue/cli-shared-utils': 5.0.8 - babel-loader: 8.3.0(@babel/core@7.23.2)(webpack@5.82.1) + babel-loader: 8.3.0(@babel/core@7.23.3)(webpack@5.82.1) thread-loader: 3.0.4(webpack@5.82.1) webpack: 5.82.1 transitivePeerDependencies: @@ -2606,16 +2628,16 @@ packages: - webpack-cli dev: true - /@vue/cli-plugin-eslint@5.0.8(@vue/cli-service@5.0.8)(eslint@8.52.0): + /@vue/cli-plugin-eslint@5.0.8(@vue/cli-service@5.0.8)(eslint@8.53.0): resolution: {integrity: sha512-d11+I5ONYaAPW1KyZj9GlrV/E6HZePq5L5eAF5GgoVdu6sxr6bDgEoxzhcS1Pk2eh8rn1MxG/FyyR+eCBj/CNg==} peerDependencies: '@vue/cli-service': ^3.0.0 || ^4.0.0 || ^5.0.0-0 eslint: '>=7.5.0' dependencies: - '@vue/cli-service': 5.0.8(@babel/core@7.23.2)(@vue/compiler-sfc@3.3.7)(prettier@3.0.3)(vue@3.3.7) + '@vue/cli-service': 5.0.8(@babel/core@7.23.3)(@vue/compiler-sfc@3.3.8)(prettier@3.0.3)(vue@3.3.8) '@vue/cli-shared-utils': 5.0.8 - eslint: 8.52.0 - eslint-webpack-plugin: 3.2.0(eslint@8.52.0)(webpack@5.82.1) + eslint: 8.53.0 + eslint-webpack-plugin: 3.2.0(eslint@8.53.0)(webpack@5.82.1) globby: 11.1.0 webpack: 5.82.1 yorkie: 2.0.0 @@ -2632,7 +2654,7 @@ packages: peerDependencies: '@vue/cli-service': ^3.0.0 || ^4.0.0 || ^5.0.0-0 dependencies: - '@vue/cli-service': 5.0.8(@babel/core@7.23.2)(@vue/compiler-sfc@3.3.7)(prettier@3.0.3)(vue@3.3.7) + '@vue/cli-service': 5.0.8(@babel/core@7.23.3)(@vue/compiler-sfc@3.3.8)(prettier@3.0.3)(vue@3.3.8) '@vue/cli-shared-utils': 5.0.8 transitivePeerDependencies: - encoding @@ -2643,10 +2665,10 @@ packages: peerDependencies: '@vue/cli-service': ^3.0.0 || ^4.0.0 || ^5.0.0-0 dependencies: - '@vue/cli-service': 5.0.8(@babel/core@7.23.2)(@vue/compiler-sfc@3.3.7)(prettier@3.0.3)(vue@3.3.7) + '@vue/cli-service': 5.0.8(@babel/core@7.23.3)(@vue/compiler-sfc@3.3.8)(prettier@3.0.3)(vue@3.3.8) dev: true - /@vue/cli-service@5.0.8(@babel/core@7.23.2)(@vue/compiler-sfc@3.3.7)(prettier@3.0.3)(vue@3.3.7): + /@vue/cli-service@5.0.8(@babel/core@7.23.3)(@vue/compiler-sfc@3.3.8)(prettier@3.0.3)(vue@3.3.8): resolution: {integrity: sha512-nV7tYQLe7YsTtzFrfOMIHc5N2hp5lHG2rpYr0aNja9rNljdgcPZLyQRb2YRivTHqTv7lI962UXFURcpStHgyFw==} engines: {node: ^12.0.0 || >= 14.0.0} hasBin: true @@ -2677,7 +2699,7 @@ packages: webpack-sources: optional: true dependencies: - '@babel/helper-compilation-targets': 7.21.5(@babel/core@7.23.2) + '@babel/helper-compilation-targets': 7.21.5(@babel/core@7.23.3) '@soda/friendly-errors-webpack-plugin': 1.8.1(webpack@5.82.1) '@soda/get-current-script': 1.0.2 '@types/minimist': 1.2.2 @@ -2686,7 +2708,7 @@ packages: '@vue/cli-plugin-vuex': 5.0.8(@vue/cli-service@5.0.8) '@vue/cli-shared-utils': 5.0.8 '@vue/component-compiler-utils': 3.3.0 - '@vue/vue-loader-v15': /vue-loader@15.11.1(@vue/compiler-sfc@3.3.7)(css-loader@6.7.3)(prettier@3.0.3)(webpack@5.82.1) + '@vue/vue-loader-v15': /vue-loader@15.11.1(@vue/compiler-sfc@3.3.8)(css-loader@6.7.3)(prettier@3.0.3)(webpack@5.82.1) '@vue/web-component-wrapper': 1.3.0 acorn: 8.8.2 acorn-walk: 8.2.0 @@ -2723,7 +2745,7 @@ packages: ssri: 8.0.1 terser-webpack-plugin: 5.3.8(webpack@5.82.1) thread-loader: 3.0.4(webpack@5.82.1) - vue-loader: 17.1.1(@vue/compiler-sfc@3.3.7)(vue@3.3.7)(webpack@5.82.1) + vue-loader: 17.1.1(@vue/compiler-sfc@3.3.8)(vue@3.3.8)(webpack@5.82.1) vue-style-loader: 4.1.3 webpack: 5.82.1 webpack-bundle-analyzer: 4.8.0 @@ -2829,32 +2851,48 @@ packages: '@vue/shared': 3.3.7 estree-walker: 2.0.2 source-map-js: 1.0.2 + dev: true + + /@vue/compiler-core@3.3.8: + resolution: {integrity: sha512-hN/NNBUECw8SusQvDSqqcVv6gWq8L6iAktUR0UF3vGu2OhzRqcOiAno0FmBJWwxhYEXRlQJT5XnoKsVq1WZx4g==} + dependencies: + '@babel/parser': 7.23.3 + '@vue/shared': 3.3.8 + estree-walker: 2.0.2 + source-map-js: 1.0.2 /@vue/compiler-dom@3.3.7: resolution: {integrity: sha512-0LwkyJjnUPssXv/d1vNJ0PKfBlDoQs7n81CbO6Q0zdL7H1EzqYRrTVXDqdBVqro0aJjo/FOa1qBAPVI4PGSHBw==} dependencies: '@vue/compiler-core': 3.3.7 '@vue/shared': 3.3.7 + dev: true - /@vue/compiler-sfc@3.3.7: - resolution: {integrity: sha512-7pfldWy/J75U/ZyYIXRVqvLRw3vmfxDo2YLMwVtWVNew8Sm8d6wodM+OYFq4ll/UxfqVr0XKiVwti32PCrruAw==} + /@vue/compiler-dom@3.3.8: + resolution: {integrity: sha512-+PPtv+p/nWDd0AvJu3w8HS0RIm/C6VGBIRe24b9hSyNWOAPEUosFZ5diwawwP8ip5sJ8n0Pe87TNNNHnvjs0FQ==} dependencies: - '@babel/parser': 7.23.0 - '@vue/compiler-core': 3.3.7 - '@vue/compiler-dom': 3.3.7 - '@vue/compiler-ssr': 3.3.7 - '@vue/reactivity-transform': 3.3.7 - '@vue/shared': 3.3.7 + '@vue/compiler-core': 3.3.8 + '@vue/shared': 3.3.8 + + /@vue/compiler-sfc@3.3.8: + resolution: {integrity: sha512-WMzbUrlTjfYF8joyT84HfwwXo+8WPALuPxhy+BZ6R4Aafls+jDBnSz8PDz60uFhuqFbl3HxRfxvDzrUf3THwpA==} + dependencies: + '@babel/parser': 7.23.3 + '@vue/compiler-core': 3.3.8 + '@vue/compiler-dom': 3.3.8 + '@vue/compiler-ssr': 3.3.8 + '@vue/reactivity-transform': 3.3.8 + '@vue/shared': 3.3.8 estree-walker: 2.0.2 magic-string: 0.30.5 postcss: 8.4.31 source-map-js: 1.0.2 - /@vue/compiler-ssr@3.3.7: - resolution: {integrity: sha512-TxOfNVVeH3zgBc82kcUv+emNHo+vKnlRrkv8YvQU5+Y5LJGJwSNzcmLUoxD/dNzv0bhQ/F0s+InlgV0NrApJZg==} + /@vue/compiler-ssr@3.3.8: + resolution: {integrity: sha512-hXCqQL/15kMVDBuoBYpUnSYT8doDNwsjvm3jTefnXr+ytn294ySnT8NlsFHmTgKNjwpuFy7XVV8yTeLtNl/P6w==} dependencies: - '@vue/compiler-dom': 3.3.7 - '@vue/shared': 3.3.7 + '@vue/compiler-dom': 3.3.8 + '@vue/shared': 3.3.8 /@vue/component-compiler-utils@3.3.0: resolution: {integrity: sha512-97sfH2mYNU+2PzGrmK2haqffDpVASuib9/w2/noxiFi31Z54hW+q3izKQXXQZSNhtiUpAI36uSuYepeBe4wpHQ==} @@ -2929,7 +2967,7 @@ packages: resolution: {integrity: sha512-+KpckaAQyfbvshdDW5xQylLni1asvNSGme1JFs8I1+/H5pHEhqUKMEQD/qn3Nx5+/nycBq11qAEi8lk+LXI2dA==} dev: true - /@vue/eslint-config-typescript@12.0.0(eslint-plugin-vue@9.18.1)(eslint@8.52.0)(typescript@5.2.2): + /@vue/eslint-config-typescript@12.0.0(eslint-plugin-vue@9.18.1)(eslint@8.53.0)(typescript@5.2.2): resolution: {integrity: sha512-StxLFet2Qe97T8+7L8pGlhYBBr8Eg05LPuTDVopQV6il+SK6qqom59BA/rcFipUef2jD8P2X44Vd8tMFytfvlg==} engines: {node: ^14.17.0 || >=16.0.0} peerDependencies: @@ -2940,12 +2978,12 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/eslint-plugin': 6.9.0(@typescript-eslint/parser@6.9.0)(eslint@8.52.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.9.0(eslint@8.52.0)(typescript@5.2.2) - eslint: 8.52.0 - eslint-plugin-vue: 9.18.1(eslint@8.52.0) + '@typescript-eslint/eslint-plugin': 6.10.0(@typescript-eslint/parser@6.10.0)(eslint@8.53.0)(typescript@5.2.2) + '@typescript-eslint/parser': 6.10.0(eslint@8.53.0)(typescript@5.2.2) + eslint: 8.53.0 + eslint-plugin-vue: 9.18.1(eslint@8.53.0) typescript: 5.2.2 - vue-eslint-parser: 9.3.1(eslint@8.52.0) + vue-eslint-parser: 9.3.1(eslint@8.53.0) transitivePeerDependencies: - supports-color dev: true @@ -2969,50 +3007,54 @@ packages: vue-template-compiler: 2.7.15 dev: true - /@vue/reactivity-transform@3.3.7: - resolution: {integrity: sha512-APhRmLVbgE1VPGtoLQoWBJEaQk4V8JUsqrQihImVqKT+8U6Qi3t5ATcg4Y9wGAPb3kIhetpufyZ1RhwbZCIdDA==} + /@vue/reactivity-transform@3.3.8: + resolution: {integrity: sha512-49CvBzmZNtcHua0XJ7GdGifM8GOXoUMOX4dD40Y5DxI3R8OUhMlvf2nvgUAcPxaXiV5MQQ1Nwy09ADpnLQUqRw==} dependencies: - '@babel/parser': 7.23.0 - '@vue/compiler-core': 3.3.7 - '@vue/shared': 3.3.7 + '@babel/parser': 7.23.3 + '@vue/compiler-core': 3.3.8 + '@vue/shared': 3.3.8 estree-walker: 2.0.2 magic-string: 0.30.5 - /@vue/reactivity@3.3.7: - resolution: {integrity: sha512-cZNVjWiw00708WqT0zRpyAgduG79dScKEPYJXq2xj/aMtk3SKvL3FBt2QKUlh6EHBJ1m8RhBY+ikBUzwc7/khg==} + /@vue/reactivity@3.3.8: + resolution: {integrity: sha512-ctLWitmFBu6mtddPyOKpHg8+5ahouoTCRtmAHZAXmolDtuZXfjL2T3OJ6DL6ezBPQB1SmMnpzjiWjCiMYmpIuw==} dependencies: - '@vue/shared': 3.3.7 + '@vue/shared': 3.3.8 - /@vue/runtime-core@3.3.7: - resolution: {integrity: sha512-LHq9du3ubLZFdK/BP0Ysy3zhHqRfBn80Uc+T5Hz3maFJBGhci1MafccnL3rpd5/3wVfRHAe6c+PnlO2PAavPTQ==} + /@vue/runtime-core@3.3.8: + resolution: {integrity: sha512-qurzOlb6q26KWQ/8IShHkMDOuJkQnQcTIp1sdP4I9MbCf9FJeGVRXJFr2mF+6bXh/3Zjr9TDgURXrsCr9bfjUw==} dependencies: - '@vue/reactivity': 3.3.7 - '@vue/shared': 3.3.7 + '@vue/reactivity': 3.3.8 + '@vue/shared': 3.3.8 - /@vue/runtime-dom@3.3.7: - resolution: {integrity: sha512-PFQU1oeJxikdDmrfoNQay5nD4tcPNYixUBruZzVX/l0eyZvFKElZUjW4KctCcs52nnpMGO6UDK+jF5oV4GT5Lw==} + /@vue/runtime-dom@3.3.8: + resolution: {integrity: sha512-Noy5yM5UIf9UeFoowBVgghyGGPIDPy1Qlqt0yVsUdAVbqI8eeMSsTqBtauaEoT2UFXUk5S64aWVNJN4MJ2vRdA==} dependencies: - '@vue/runtime-core': 3.3.7 - '@vue/shared': 3.3.7 + '@vue/runtime-core': 3.3.8 + '@vue/shared': 3.3.8 csstype: 3.1.2 - /@vue/server-renderer@3.3.7(vue@3.3.7): - resolution: {integrity: sha512-UlpKDInd1hIZiNuVVVvLgxpfnSouxKQOSE2bOfQpBuGwxRV/JqqTCyyjXUWiwtVMyeRaZhOYYqntxElk8FhBhw==} + /@vue/server-renderer@3.3.8(vue@3.3.8): + resolution: {integrity: sha512-zVCUw7RFskvPuNlPn/8xISbrf0zTWsTSdYTsUTN1ERGGZGVnRxM2QZ3x1OR32+vwkkCm0IW6HmJ49IsPm7ilLg==} peerDependencies: - vue: 3.3.7 + vue: 3.3.8 dependencies: - '@vue/compiler-ssr': 3.3.7 - '@vue/shared': 3.3.7 - vue: 3.3.7(typescript@5.2.2) + '@vue/compiler-ssr': 3.3.8 + '@vue/shared': 3.3.8 + vue: 3.3.8(typescript@5.2.2) /@vue/shared@3.3.7: resolution: {integrity: sha512-N/tbkINRUDExgcPTBvxNkvHGu504k8lzlNQRITVnm6YjOjwa4r0nnbd4Jb01sNpur5hAllyRJzSK5PvB9PPwRg==} + dev: true + + /@vue/shared@3.3.8: + resolution: {integrity: sha512-8PGwybFwM4x8pcfgqEQFy70NaQxASvOC5DJwLQfpArw1UDfUXrJkdxD3BhVTMS+0Lef/TU7YO0Jvr0jJY8T+mw==} /@vue/web-component-wrapper@1.3.0: resolution: {integrity: sha512-Iu8Tbg3f+emIIMmI2ycSI8QcEuAUgPTgHwesDU1eKMLE4YC/c/sFbGc70QgMq31ijRftV0R7vCm9co6rldCeOA==} dev: true - /@vuetify/loader-shared@1.7.1(vue@3.3.7)(vuetify@3.3.23): + /@vuetify/loader-shared@1.7.1(vue@3.3.8)(vuetify@3.4.0): resolution: {integrity: sha512-kLUvuAed6RCvkeeTNJzuy14pqnkur8lTuner7v7pNE/kVhPR97TuyXwBSBMR1cJeiLiOfu6SF5XlCYbXByEx1g==} peerDependencies: vue: ^3.0.0 @@ -3020,27 +3062,27 @@ packages: dependencies: find-cache-dir: 3.3.2 upath: 2.0.1 - vue: 3.3.7(typescript@5.2.2) - vuetify: 3.3.23(typescript@5.2.2)(vite-plugin-vuetify@1.0.2)(vue@3.3.7) + vue: 3.3.8(typescript@5.2.2) + vuetify: 3.4.0(typescript@5.2.2)(vite-plugin-vuetify@1.0.2)(vue@3.3.8) - /@vueuse/core@10.5.0(vue@3.3.7): - resolution: {integrity: sha512-z/tI2eSvxwLRjOhDm0h/SXAjNm8N5ld6/SC/JQs6o6kpJ6Ya50LnEL8g5hoYu005i28L0zqB5L5yAl8Jl26K3A==} + /@vueuse/core@10.6.0(vue@3.3.8): + resolution: {integrity: sha512-+Yee+g9+9BEbvkyGdn4Bf4yZx9EfocAytpV2ZlrlP7xcz+qznLmZIDqDroTvc5vtMkWZicisgEv8dt3+jL+HQg==} dependencies: - '@types/web-bluetooth': 0.0.18 - '@vueuse/metadata': 10.5.0 - '@vueuse/shared': 10.5.0(vue@3.3.7) - vue-demi: 0.14.6(vue@3.3.7) + '@types/web-bluetooth': 0.0.20 + '@vueuse/metadata': 10.6.0 + '@vueuse/shared': 10.6.0(vue@3.3.8) + vue-demi: 0.14.6(vue@3.3.8) transitivePeerDependencies: - '@vue/composition-api' - vue - /@vueuse/metadata@10.5.0: - resolution: {integrity: sha512-fEbElR+MaIYyCkeM0SzWkdoMtOpIwO72x8WsZHRE7IggiOlILttqttM69AS13nrDxosnDBYdyy3C5mR1LCxHsw==} + /@vueuse/metadata@10.6.0: + resolution: {integrity: sha512-mzKHkHoiK6xVz01VzQjM2l6ofUanEaofgEGPgDHcAzlvOTccPRTIdEuzneOUTYxgfm1vkDikS6rtrEw/NYlaTQ==} - /@vueuse/shared@10.5.0(vue@3.3.7): - resolution: {integrity: sha512-18iyxbbHYLst9MqU1X1QNdMHIjks6wC7XTVf0KNOv5es/Ms6gjVFCAAWTVP2JStuGqydg3DT+ExpFORUEi9yhg==} + /@vueuse/shared@10.6.0(vue@3.3.8): + resolution: {integrity: sha512-0t4MVE18sO+/4Gh0jfeOXBTjKeV4606N9kIrDOLPjFl8Rwnlodn+QC5A4LfJuysK7aOsTMjF3KnzNeueaI0xlQ==} dependencies: - vue-demi: 0.14.6(vue@3.3.7) + vue-demi: 0.14.6(vue@3.3.8) transitivePeerDependencies: - '@vue/composition-api' - vue @@ -3461,14 +3503,14 @@ packages: engines: {node: '>= 0.4'} dev: true - /babel-loader@8.3.0(@babel/core@7.23.2)(webpack@5.82.1): + /babel-loader@8.3.0(@babel/core@7.23.3)(webpack@5.82.1): resolution: {integrity: sha512-H8SvsMF+m9t15HNLMipppzkC+Y2Yq+v3SonZyU70RBL/h1gxPkH08Ot8pEE9Z4Kd+czyWJClmFS8qzIP9OZ04Q==} engines: {node: '>= 8.9'} peerDependencies: '@babel/core': ^7.0.0 webpack: '>=2' dependencies: - '@babel/core': 7.23.2 + '@babel/core': 7.23.3 find-cache-dir: 3.3.2 loader-utils: 2.0.4 make-dir: 3.1.0 @@ -3482,38 +3524,38 @@ packages: object.assign: 4.1.4 dev: true - /babel-plugin-polyfill-corejs2@0.3.3(@babel/core@7.23.2): + /babel-plugin-polyfill-corejs2@0.3.3(@babel/core@7.23.3): resolution: {integrity: sha512-8hOdmFYFSZhqg2C/JgLUQ+t52o5nirNwaWM2B9LWteozwIvM14VSwdsCAUET10qT+kmySAlseadmfeeSWFCy+Q==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/compat-data': 7.23.2 - '@babel/core': 7.23.2 - '@babel/helper-define-polyfill-provider': 0.3.3(@babel/core@7.23.2) + '@babel/compat-data': 7.23.3 + '@babel/core': 7.23.3 + '@babel/helper-define-polyfill-provider': 0.3.3(@babel/core@7.23.3) semver: 6.3.1 transitivePeerDependencies: - supports-color dev: true - /babel-plugin-polyfill-corejs3@0.6.0(@babel/core@7.23.2): + /babel-plugin-polyfill-corejs3@0.6.0(@babel/core@7.23.3): resolution: {integrity: sha512-+eHqR6OPcBhJOGgsIar7xoAB1GcSwVUA3XjAd7HJNzOXT4wv6/H7KIdA/Nc60cvUlDbKApmqNvD1B1bzOt4nyA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.2 - '@babel/helper-define-polyfill-provider': 0.3.3(@babel/core@7.23.2) + '@babel/core': 7.23.3 + '@babel/helper-define-polyfill-provider': 0.3.3(@babel/core@7.23.3) core-js-compat: 3.30.2 transitivePeerDependencies: - supports-color dev: true - /babel-plugin-polyfill-regenerator@0.4.1(@babel/core@7.23.2): + /babel-plugin-polyfill-regenerator@0.4.1(@babel/core@7.23.3): resolution: {integrity: sha512-NtQGmyQDXjQqQ+IzRkBVwEOz9lQ4zxAQZgoAYEtU9dJjnl1Oc98qnN7jcp+bE7O7aYzVpavXE3/VKXNzUbh7aw==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.2 - '@babel/helper-define-polyfill-provider': 0.3.3(@babel/core@7.23.2) + '@babel/core': 7.23.3 + '@babel/helper-define-polyfill-provider': 0.3.3(@babel/core@7.23.3) transitivePeerDependencies: - supports-color dev: true @@ -4875,13 +4917,13 @@ packages: engines: {node: '>=12'} dev: true - /eslint-config-prettier@9.0.0(eslint@8.52.0): + /eslint-config-prettier@9.0.0(eslint@8.53.0): resolution: {integrity: sha512-IcJsTkJae2S35pRsRAwoCE+925rJJStOdkKnLVgtE+tEpqU0EVVM7OqrwxqgptKdX29NUwC82I5pXsGFIgSevw==} hasBin: true peerDependencies: eslint: '>=7.0.0' dependencies: - eslint: 8.52.0 + eslint: 8.53.0 dev: true /eslint-import-resolver-node@0.3.9: @@ -4894,7 +4936,7 @@ packages: - supports-color dev: true - /eslint-module-utils@2.8.0(@typescript-eslint/parser@6.9.0)(eslint-import-resolver-node@0.3.9)(eslint@8.52.0): + /eslint-module-utils@2.8.0(@typescript-eslint/parser@6.10.0)(eslint-import-resolver-node@0.3.9)(eslint@8.53.0): resolution: {integrity: sha512-aWajIYfsqCKRDgUfjEXNN/JlrzauMuSEy5sbd7WXbtW3EH6A6MpwEh42c7qD+MqQo9QMJ6fWLAeIJynx0g6OAw==} engines: {node: '>=4'} peerDependencies: @@ -4915,15 +4957,15 @@ packages: eslint-import-resolver-webpack: optional: true dependencies: - '@typescript-eslint/parser': 6.9.0(eslint@8.52.0)(typescript@5.2.2) + '@typescript-eslint/parser': 6.10.0(eslint@8.53.0)(typescript@5.2.2) debug: 3.2.7 - eslint: 8.52.0 + eslint: 8.53.0 eslint-import-resolver-node: 0.3.9 transitivePeerDependencies: - supports-color dev: true - /eslint-plugin-import@2.29.0(@typescript-eslint/parser@6.9.0)(eslint@8.52.0): + /eslint-plugin-import@2.29.0(@typescript-eslint/parser@6.10.0)(eslint@8.53.0): resolution: {integrity: sha512-QPOO5NO6Odv5lpoTkddtutccQjysJuFxoPS7fAHO+9m9udNHvTCPSAMW9zGAYj8lAIdr40I8yPCdUYrncXtrwg==} engines: {node: '>=4'} peerDependencies: @@ -4933,16 +4975,16 @@ packages: '@typescript-eslint/parser': optional: true dependencies: - '@typescript-eslint/parser': 6.9.0(eslint@8.52.0)(typescript@5.2.2) + '@typescript-eslint/parser': 6.10.0(eslint@8.53.0)(typescript@5.2.2) array-includes: 3.1.7 array.prototype.findlastindex: 1.2.3 array.prototype.flat: 1.3.2 array.prototype.flatmap: 1.3.2 debug: 3.2.7 doctrine: 2.1.0 - eslint: 8.52.0 + eslint: 8.53.0 eslint-import-resolver-node: 0.3.9 - eslint-module-utils: 2.8.0(@typescript-eslint/parser@6.9.0)(eslint-import-resolver-node@0.3.9)(eslint@8.52.0) + eslint-module-utils: 2.8.0(@typescript-eslint/parser@6.10.0)(eslint-import-resolver-node@0.3.9)(eslint@8.53.0) hasown: 2.0.0 is-core-module: 2.13.1 is-glob: 4.0.3 @@ -4958,7 +5000,7 @@ packages: - supports-color dev: true - /eslint-plugin-prettier@5.0.1(eslint-config-prettier@9.0.0)(eslint@8.52.0)(prettier@3.0.3): + /eslint-plugin-prettier@5.0.1(eslint-config-prettier@9.0.0)(eslint@8.53.0)(prettier@3.0.3): resolution: {integrity: sha512-m3u5RnR56asrwV/lDC4GHorlW75DsFfmUcjfCYylTUs85dBRnB7VM6xG8eCMJdeDRnppzmxZVf1GEPJvl1JmNg==} engines: {node: ^14.18.0 || >=16.0.0} peerDependencies: @@ -4972,26 +5014,26 @@ packages: eslint-config-prettier: optional: true dependencies: - eslint: 8.52.0 - eslint-config-prettier: 9.0.0(eslint@8.52.0) + eslint: 8.53.0 + eslint-config-prettier: 9.0.0(eslint@8.53.0) prettier: 3.0.3 prettier-linter-helpers: 1.0.0 synckit: 0.8.5 dev: true - /eslint-plugin-vue@9.18.1(eslint@8.52.0): + /eslint-plugin-vue@9.18.1(eslint@8.53.0): resolution: {integrity: sha512-7hZFlrEgg9NIzuVik2I9xSnJA5RsmOfueYgsUGUokEDLJ1LHtxO0Pl4duje1BriZ/jDWb+44tcIlC3yi0tdlZg==} engines: {node: ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.2.0 || ^7.0.0 || ^8.0.0 dependencies: - '@eslint-community/eslint-utils': 4.4.0(eslint@8.52.0) - eslint: 8.52.0 + '@eslint-community/eslint-utils': 4.4.0(eslint@8.53.0) + eslint: 8.53.0 natural-compare: 1.4.0 nth-check: 2.1.1 postcss-selector-parser: 6.0.13 semver: 7.5.4 - vue-eslint-parser: 9.3.2(eslint@8.52.0) + vue-eslint-parser: 9.3.2(eslint@8.53.0) xml-name-validator: 4.0.0 transitivePeerDependencies: - supports-color @@ -5023,7 +5065,7 @@ packages: engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: true - /eslint-webpack-plugin@3.2.0(eslint@8.52.0)(webpack@5.82.1): + /eslint-webpack-plugin@3.2.0(eslint@8.53.0)(webpack@5.82.1): resolution: {integrity: sha512-avrKcGncpPbPSUHX6B3stNGzkKFto3eL+DKM4+VyMrVnhPc3vRczVlCq3uhuFOdRvDHTVXuzwk1ZKUrqDQHQ9w==} engines: {node: '>= 12.13.0'} peerDependencies: @@ -5031,7 +5073,7 @@ packages: webpack: ^5.0.0 dependencies: '@types/eslint': 8.37.0 - eslint: 8.52.0 + eslint: 8.53.0 jest-worker: 28.1.3 micromatch: 4.0.5 normalize-path: 3.0.0 @@ -5039,15 +5081,15 @@ packages: webpack: 5.82.1 dev: true - /eslint@8.52.0: - resolution: {integrity: sha512-zh/JHnaixqHZsolRB/w9/02akBk9EPrOs9JwcTP2ek7yL5bVvXuRariiaAjjoJ5DvuwQ1WAE/HsMz+w17YgBCg==} + /eslint@8.53.0: + resolution: {integrity: sha512-N4VuiPjXDUa4xVeV/GC/RV3hQW9Nw+Y463lkWaKKXKYMvmRiRDAtfpuPFLN+E1/6ZhyR8J2ig+eVREnYgUsiag==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} hasBin: true dependencies: - '@eslint-community/eslint-utils': 4.4.0(eslint@8.52.0) + '@eslint-community/eslint-utils': 4.4.0(eslint@8.53.0) '@eslint-community/regexpp': 4.10.0 - '@eslint/eslintrc': 2.1.2 - '@eslint/js': 8.52.0 + '@eslint/eslintrc': 2.1.3 + '@eslint/js': 8.53.0 '@humanwhocodes/config-array': 0.11.13 '@humanwhocodes/module-importer': 1.0.1 '@nodelib/fs.walk': 1.2.8 @@ -6338,7 +6380,7 @@ packages: resolution: {integrity: sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==} engines: {node: '>= 10.13.0'} dependencies: - '@types/node': 20.8.9 + '@types/node': 20.9.0 merge-stream: 2.0.0 supports-color: 8.1.1 dev: true @@ -6347,7 +6389,7 @@ packages: resolution: {integrity: sha512-CqRA220YV/6jCo8VWvAt1KKx6eek1VIHMPeLEbpcfSfkEeWyBNppynM/o6q+Wmw+sOhos2ml34wZbSX3G13//g==} engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} dependencies: - '@types/node': 20.8.9 + '@types/node': 20.9.0 merge-stream: 2.0.0 supports-color: 8.1.1 dev: true @@ -6468,10 +6510,6 @@ packages: engines: {node: '>= 8'} dev: true - /known-css-properties@0.28.0: - resolution: {integrity: sha512-9pSL5XB4J+ifHP0e0jmmC98OGC1nL8/JjS+fi6mnTlIf//yt/MfVLtKg7S6nCtj/8KTcWX7nRlY0XywoYY1ISQ==} - dev: true - /known-css-properties@0.29.0: resolution: {integrity: sha512-Ne7wqW7/9Cz54PDt4I3tcV+hAyat8ypyOGzYRJQfdxnnjeWsTxt1cy8pjvvKeI5kfXuyvULyeeAvwvvtAX3ayQ==} dev: true @@ -7406,7 +7444,7 @@ packages: engines: {node: '>=10'} dev: true - /pinia@2.1.7(typescript@5.2.2)(vue@3.3.7): + /pinia@2.1.7(typescript@5.2.2)(vue@3.3.8): resolution: {integrity: sha512-+C2AHFtcFqjPih0zpYuvof37SFxMQ7OEG2zV9jRI12i9BOy3YQVAHwdKtyyc8pDcDyIc33WCIsZaCFWU7WWxGQ==} peerDependencies: '@vue/composition-api': ^1.4.0 @@ -7420,8 +7458,8 @@ packages: dependencies: '@vue/devtools-api': 6.5.1 typescript: 5.2.2 - vue: 3.3.7(typescript@5.2.2) - vue-demi: 0.14.6(vue@3.3.7) + vue: 3.3.8(typescript@5.2.2) + vue-demi: 0.14.6(vue@3.3.8) dev: true /pinkie-promise@2.0.1: @@ -8921,12 +8959,12 @@ packages: stylelint: 15.11.0(typescript@5.2.2) dev: true - /stylelint-scss@5.3.0(stylelint@15.11.0): - resolution: {integrity: sha512-Sc7S1uWqStMc99NREsHNxpxHHFRvjo2pWILNl/UCwWO8PxhODK8qbJH0GHWIALxl6BD5rwJL4cSm4jk36hi6fg==} + /stylelint-scss@5.3.1(stylelint@15.11.0): + resolution: {integrity: sha512-5I9ZDIm77BZrjOccma5WyW2nJEKjXDd4Ca8Kk+oBapSO4pewSlno3n+OyimcyVJJujQZkBN2D+xuMkIamSc6hA==} peerDependencies: stylelint: ^14.5.1 || ^15.0.0 dependencies: - known-css-properties: 0.28.0 + known-css-properties: 0.29.0 postcss-media-query-parser: 0.2.3 postcss-resolve-nested-selector: 0.1.1 postcss-selector-parser: 6.0.13 @@ -9353,7 +9391,7 @@ packages: engines: {node: '>= 0.8'} dev: true - /unplugin-auto-import@0.16.7(@vueuse/core@10.5.0)(rollup@3.29.4): + /unplugin-auto-import@0.16.7(@vueuse/core@10.6.0)(rollup@3.29.4): resolution: {integrity: sha512-w7XmnRlchq6YUFJVFGSvG1T/6j8GrdYN6Em9Wf0Ye+HXgD/22kont+WnuCAA0UaUoxtuvRR1u/mXKy63g/hfqQ==} engines: {node: '>=14'} peerDependencies: @@ -9367,7 +9405,7 @@ packages: dependencies: '@antfu/utils': 0.7.6 '@rollup/pluginutils': 5.0.5(rollup@3.29.4) - '@vueuse/core': 10.5.0(vue@3.3.7) + '@vueuse/core': 10.6.0(vue@3.3.8) fast-glob: 3.3.1 local-pkg: 0.5.0 magic-string: 0.30.5 @@ -9459,14 +9497,14 @@ packages: engines: {node: '>= 0.8'} dev: true - /vite-plugin-babel@1.1.3(@babel/core@7.23.2)(vite@4.5.0): + /vite-plugin-babel@1.1.3(@babel/core@7.23.3)(vite@4.5.0): resolution: {integrity: sha512-WE8ORQm8530kj0geiDL1r/+P2MaU0b+5wL5E8Jq07aounFwRIUeJXziGiMr2DFQs78vaefB5GRKh257M8Z6gFQ==} peerDependencies: '@babel/core': ^7.0.0 vite: ^2.7.0 || ^3.0.0 || ^4.0.0 dependencies: - '@babel/core': 7.23.2 - vite: 4.5.0(@types/node@20.8.9)(sass@1.69.5) + '@babel/core': 7.23.3 + vite: 4.5.0(@types/node@20.9.0)(sass@1.69.5) dev: true /vite-plugin-css-injected-by-js@3.3.0(vite@4.5.0): @@ -9474,10 +9512,10 @@ packages: peerDependencies: vite: '>2.0.0-0' dependencies: - vite: 4.5.0(@types/node@20.8.9)(sass@1.69.5) + vite: 4.5.0(@types/node@20.9.0)(sass@1.69.5) dev: true - /vite-plugin-dts@3.6.3(@types/node@20.8.9)(rollup@3.29.4)(typescript@5.2.2)(vite@4.5.0): + /vite-plugin-dts@3.6.3(@types/node@20.9.0)(rollup@3.29.4)(typescript@5.2.2)(vite@4.5.0): resolution: {integrity: sha512-NyRvgobl15rYj65coi/gH7UAEH+CpSjh539DbGb40DfOTZSvDLNYTzc8CK4460W+LqXuMK7+U3JAxRB3ksrNPw==} engines: {node: ^14.18.0 || >=16.0.0} peerDependencies: @@ -9487,13 +9525,13 @@ packages: vite: optional: true dependencies: - '@microsoft/api-extractor': 7.38.0(@types/node@20.8.9) + '@microsoft/api-extractor': 7.38.0(@types/node@20.9.0) '@rollup/pluginutils': 5.0.5(rollup@3.29.4) '@vue/language-core': 1.8.22(typescript@5.2.2) debug: 4.3.4 kolorist: 1.8.0 typescript: 5.2.2 - vite: 4.5.0(@types/node@20.8.9)(sass@1.69.5) + vite: 4.5.0(@types/node@20.9.0)(sass@1.69.5) vue-tsc: 1.8.22(typescript@5.2.2) transitivePeerDependencies: - '@types/node' @@ -9501,7 +9539,7 @@ packages: - supports-color dev: true - /vite-plugin-eslint@1.8.1(eslint@8.52.0)(vite@4.5.0): + /vite-plugin-eslint@1.8.1(eslint@8.53.0)(vite@4.5.0): resolution: {integrity: sha512-PqdMf3Y2fLO9FsNPmMX+//2BF5SF8nEWspZdgl4kSt7UvHDRHVVfHvxsD7ULYzZrJDGRxR81Nq7TOFgwMnUang==} peerDependencies: eslint: '>=7' @@ -9509,9 +9547,9 @@ packages: dependencies: '@rollup/pluginutils': 4.2.1 '@types/eslint': 8.37.0 - eslint: 8.52.0 + eslint: 8.53.0 rollup: 2.79.1 - vite: 4.5.0(@types/node@20.8.9)(sass@1.69.5) + vite: 4.5.0(@types/node@20.9.0)(sass@1.69.5) dev: true /vite-plugin-static-copy@0.17.0(vite@4.5.0): @@ -9524,7 +9562,7 @@ packages: fast-glob: 3.3.0 fs-extra: 11.1.1 picocolors: 1.0.0 - vite: 4.5.0(@types/node@20.8.9)(sass@1.69.5) + vite: 4.5.0(@types/node@20.9.0)(sass@1.69.5) dev: true /vite-plugin-stylelint@5.2.0(postcss@8.4.31)(rollup@3.29.4)(stylelint@15.11.0)(vite@4.5.0): @@ -9550,28 +9588,28 @@ packages: postcss: 8.4.31 rollup: 3.29.4 stylelint: 15.11.0(typescript@5.2.2) - vite: 4.5.0(@types/node@20.8.9)(sass@1.69.5) + vite: 4.5.0(@types/node@20.9.0)(sass@1.69.5) transitivePeerDependencies: - supports-color dev: true - /vite-plugin-vuetify@1.0.2(vite@4.5.0)(vue@3.3.7)(vuetify@3.3.23): + /vite-plugin-vuetify@1.0.2(vite@4.5.0)(vue@3.3.8)(vuetify@3.4.0): resolution: {integrity: sha512-MubIcKD33O8wtgQXlbEXE7ccTEpHZ8nPpe77y9Wy3my2MWw/PgehP9VqTp92BLqr0R1dSL970Lynvisx3UxBFw==} engines: {node: '>=12'} peerDependencies: vite: ^2.7.0 || ^3.0.0 || ^4.0.0 vuetify: ^3.0.0-beta.4 dependencies: - '@vuetify/loader-shared': 1.7.1(vue@3.3.7)(vuetify@3.3.23) + '@vuetify/loader-shared': 1.7.1(vue@3.3.8)(vuetify@3.4.0) debug: 4.3.4 upath: 2.0.1 - vite: 4.5.0(@types/node@20.8.9)(sass@1.69.5) - vuetify: 3.3.23(typescript@5.2.2)(vite-plugin-vuetify@1.0.2)(vue@3.3.7) + vite: 4.5.0(@types/node@20.9.0)(sass@1.69.5) + vuetify: 3.4.0(typescript@5.2.2)(vite-plugin-vuetify@1.0.2)(vue@3.3.8) transitivePeerDependencies: - supports-color - vue - /vite@4.5.0(@types/node@20.8.9)(sass@1.69.5): + /vite@4.5.0(@types/node@20.9.0)(sass@1.69.5): resolution: {integrity: sha512-ulr8rNLA6rkyFAlVWw2q5YJ91v098AFQ2R0PRFwPzREXOUJQPtFUG0t+/ZikhaOCDqFoDhN6/v8Sq0o4araFAw==} engines: {node: ^14.18.0 || >=16.0.0} hasBin: true @@ -9599,7 +9637,7 @@ packages: terser: optional: true dependencies: - '@types/node': 20.8.9 + '@types/node': 20.9.0 esbuild: 0.18.20 postcss: 8.4.31 rollup: 3.29.4 @@ -9607,7 +9645,7 @@ packages: optionalDependencies: fsevents: 2.3.3 - /vue-demi@0.14.6(vue@3.3.7): + /vue-demi@0.14.6(vue@3.3.8): resolution: {integrity: sha512-8QA7wrYSHKaYgUxDA5ZC24w+eHm3sYCbp0EzcDwKqN3p6HqtTCGR/GVsPyZW92unff4UlcSh++lmqDWN3ZIq4w==} engines: {node: '>=12'} hasBin: true @@ -9619,16 +9657,16 @@ packages: '@vue/composition-api': optional: true dependencies: - vue: 3.3.7(typescript@5.2.2) + vue: 3.3.8(typescript@5.2.2) - /vue-eslint-parser@9.3.1(eslint@8.52.0): + /vue-eslint-parser@9.3.1(eslint@8.53.0): resolution: {integrity: sha512-Clr85iD2XFZ3lJ52/ppmUDG/spxQu6+MAeHXjjyI4I1NUYZ9xmenQp4N0oaHJhrA8OOxltCVxMRfANGa70vU0g==} engines: {node: ^14.17.0 || >=16.0.0} peerDependencies: eslint: '>=6.0.0' dependencies: debug: 4.3.4 - eslint: 8.52.0 + eslint: 8.53.0 eslint-scope: 7.2.2 eslint-visitor-keys: 3.4.3 espree: 9.6.1 @@ -9639,14 +9677,14 @@ packages: - supports-color dev: true - /vue-eslint-parser@9.3.2(eslint@8.52.0): + /vue-eslint-parser@9.3.2(eslint@8.53.0): resolution: {integrity: sha512-q7tWyCVaV9f8iQyIA5Mkj/S6AoJ9KBN8IeUSf3XEmBrOtxOZnfTg5s4KClbZBCK3GtnT/+RyCLZyDHuZwTuBjg==} engines: {node: ^14.17.0 || >=16.0.0} peerDependencies: eslint: '>=6.0.0' dependencies: debug: 4.3.4 - eslint: 8.52.0 + eslint: 8.53.0 eslint-scope: 7.2.2 eslint-visitor-keys: 3.4.3 espree: 9.6.1 @@ -9661,7 +9699,7 @@ packages: resolution: {integrity: sha512-BXq3jwIagosjgNVae6tkHzzIk6a8MHFtzAdwhnV5VlvPTFxDCvIttgSiHWjdGoTJvXtmRu5HacExfdarRcFhog==} dev: true - /vue-loader@15.11.1(@vue/compiler-sfc@3.3.7)(css-loader@6.7.3)(prettier@3.0.3)(webpack@5.82.1): + /vue-loader@15.11.1(@vue/compiler-sfc@3.3.8)(css-loader@6.7.3)(prettier@3.0.3)(webpack@5.82.1): resolution: {integrity: sha512-0iw4VchYLePqJfJu9s62ACWUXeSqM30SQqlIftbYWM3C+jpPcEHKSPUZBLjSF9au4HTHQ/naF6OGnO3Q/qGR3Q==} peerDependencies: '@vue/compiler-sfc': ^3.0.8 @@ -9680,7 +9718,7 @@ packages: vue-template-compiler: optional: true dependencies: - '@vue/compiler-sfc': 3.3.7 + '@vue/compiler-sfc': 3.3.8 '@vue/component-compiler-utils': 3.3.0 css-loader: 6.7.3(webpack@5.82.1) hash-sum: 1.0.2 @@ -9745,7 +9783,7 @@ packages: - whiskers dev: true - /vue-loader@17.1.1(@vue/compiler-sfc@3.3.7)(vue@3.3.7)(webpack@5.82.1): + /vue-loader@17.1.1(@vue/compiler-sfc@3.3.8)(vue@3.3.8)(webpack@5.82.1): resolution: {integrity: sha512-qpqEVkKdrAsgyIBMHaiXurDeCuBWqRyKqg2GI4aG3NbggEls+BLqTZdqahbJJh7fm83sz+iz3gg6eDWdbNlG7Q==} peerDependencies: '@vue/compiler-sfc': '*' @@ -9757,10 +9795,10 @@ packages: vue: optional: true dependencies: - '@vue/compiler-sfc': 3.3.7 + '@vue/compiler-sfc': 3.3.8 chalk: 4.1.2 hash-sum: 2.0.0 - vue: 3.3.7(typescript@5.2.2) + vue: 3.3.8(typescript@5.2.2) watchpack: 2.4.0 webpack: 5.82.1 dev: true @@ -9801,33 +9839,33 @@ packages: highlight.js: 11.8.0 prismjs: 1.29.0 ua-parser-js: 1.0.35 - vue: 3.3.7(typescript@5.2.2) + vue: 3.3.8(typescript@5.2.2) transitivePeerDependencies: - typescript dev: true - /vue@3.3.7(typescript@5.2.2): - resolution: {integrity: sha512-YEMDia1ZTv1TeBbnu6VybatmSteGOS3A3YgfINOfraCbf85wdKHzscD6HSS/vB4GAtI7sa1XPX7HcQaJ1l24zA==} + /vue@3.3.8(typescript@5.2.2): + resolution: {integrity: sha512-5VSX/3DabBikOXMsxzlW8JyfeLKlG9mzqnWgLQLty88vdZL7ZJgrdgBOmrArwxiLtmS+lNNpPcBYqrhE6TQW5w==} peerDependencies: typescript: '*' peerDependenciesMeta: typescript: optional: true dependencies: - '@vue/compiler-dom': 3.3.7 - '@vue/compiler-sfc': 3.3.7 - '@vue/runtime-dom': 3.3.7 - '@vue/server-renderer': 3.3.7(vue@3.3.7) - '@vue/shared': 3.3.7 + '@vue/compiler-dom': 3.3.8 + '@vue/compiler-sfc': 3.3.8 + '@vue/runtime-dom': 3.3.8 + '@vue/server-renderer': 3.3.8(vue@3.3.8) + '@vue/shared': 3.3.8 typescript: 5.2.2 - /vuetify@3.3.23(typescript@5.2.2)(vite-plugin-vuetify@1.0.2)(vue@3.3.7): - resolution: {integrity: sha512-EVEFvDyKr/HK2+hQJyhQSjIDULDaBi9vfgAAB0ekm+2Tvc8AkaDwb7VK44R2eilGFGpju6iN52FV7Uasj8SmIg==} + /vuetify@3.4.0(typescript@5.2.2)(vite-plugin-vuetify@1.0.2)(vue@3.3.8): + resolution: {integrity: sha512-aW3bJGCUN3fhl62yvsb+Hv6TtMWDqiadN0PTbEB8jd9z46/X1ddzQ/fhMjkqBX69sMFtZvENl3YFGU5c88/8qw==} engines: {node: ^12.20 || >=14.13} peerDependencies: typescript: '>=4.7' vite-plugin-vuetify: ^1.0.0-alpha.12 - vue: ^3.2.0 + vue: ^3.3.0 vue-i18n: ^9.0.0 webpack-plugin-vuetify: ^2.0.0-alpha.11 peerDependenciesMeta: @@ -9841,8 +9879,8 @@ packages: optional: true dependencies: typescript: 5.2.2 - vite-plugin-vuetify: 1.0.2(vite@4.5.0)(vue@3.3.7)(vuetify@3.3.23) - vue: 3.3.7(typescript@5.2.2) + vite-plugin-vuetify: 1.0.2(vite@4.5.0)(vue@3.3.8)(vuetify@3.4.0) + vue: 3.3.8(typescript@5.2.2) /watchpack@2.4.0: resolution: {integrity: sha512-Lcvm7MGST/4fup+ifyKi2hjyIAwcdI4HRgtvTpIUxBRhB+RFtUh8XtDOxUfctVCnhVi+QQj49i91OyvzkJl6cg==} diff --git a/src/documentation/layout/AppBar.vue b/src/documentation/layout/AppBar.vue index f604f15..75de853 100644 --- a/src/documentation/layout/AppBar.vue +++ b/src/documentation/layout/AppBar.vue @@ -18,7 +18,7 @@ v-else class="nav-drawer-btn me-2 ms-3" :height="iconSize.height" - :href="`/${store.storageName}/`" + :href="`/${store.packageName}/`" :width="iconSize.width" > @@ -36,7 +36,7 @@ multiple placeholder="Vuetify Links" prepend-inner-icon="$vuetify" - style="height: inherit; max-width: 300px; width: 300px;" + style="max-width: 300px; width: 300px;" title="name" variant="underlined" > diff --git a/src/plugins/vuetify.ts b/src/plugins/vuetify.ts index 34264e6..4db5112 100644 --- a/src/plugins/vuetify.ts +++ b/src/plugins/vuetify.ts @@ -7,14 +7,10 @@ import { createVuetify } from 'vuetify'; import { aliases, mdi } from 'vuetify/iconsets/mdi'; import { fa } from 'vuetify/iconsets/fa-svg'; -// ! This is Labs workaround, need to update later // -import * as labs from 'vuetify/labs/components'; - export default createVuetify({ components: { components, - ...labs, }, directives, icons: {