x-prop-tree 0.1.1 → 0.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/propTree/index.vue.d.ts +3 -2
- package/dist/i18n/element/index.d.ts +4 -0
- package/dist/index.js +174 -173
- package/package.json +3 -2
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { ZProp } from 'x-runtime-lib';
|
|
2
2
|
interface Props {
|
|
3
|
+
i18n: any;
|
|
3
4
|
unique: string;
|
|
4
|
-
|
|
5
|
+
config?: ZProp[];
|
|
5
6
|
object?: object;
|
|
6
7
|
}
|
|
7
8
|
declare const _default: import("vue").DefineComponent<__VLS_TypePropsToOption<Props>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
package/dist/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
(function(){"use strict";try{if(typeof document<"u"){var e=document.createElement("style");e.appendChild(document.createTextNode('.v-icon{--v-icon-size-multiplier: 1;align-items:center;display:inline-flex;font-feature-settings:"liga";height:1em;justify-content:center;letter-spacing:normal;line-height:1;position:relative;text-indent:0;text-align:center;-webkit-user-select:none;user-select:none;vertical-align:middle;width:1em;min-width:1em}.v-icon--clickable{cursor:pointer}.v-icon--disabled{pointer-events:none;opacity:.38}.v-icon--size-x-small{font-size:calc(var(--v-icon-size-multiplier) * 1em)}.v-icon--size-small{font-size:calc(var(--v-icon-size-multiplier) * 1.25em)}.v-icon--size-default{font-size:calc(var(--v-icon-size-multiplier) * 1.5em)}.v-icon--size-large{font-size:calc(var(--v-icon-size-multiplier) * 1.75em)}.v-icon--size-x-large{font-size:calc(var(--v-icon-size-multiplier) * 2em)}.v-icon__svg{fill:currentColor;width:100%;height:100%}.v-icon--start{margin-inline-end:8px}.v-icon--end{margin-inline-start:8px}.v-progress-linear{background:transparent;overflow:hidden;position:relative;transition:.2s cubic-bezier(.4,0,.2,1);width:100%}.v-progress-linear__background,.v-progress-linear__buffer{background:currentColor;bottom:0;left:0;opacity:var(--v-border-opacity);position:absolute;top:0;width:100%;transition-property:width,left,right;transition:inherit}.v-progress-linear__content{align-items:center;display:flex;height:100%;justify-content:center;left:0;pointer-events:none;position:absolute;top:0;width:100%}.v-progress-linear__determinate,.v-progress-linear__indeterminate{background:currentColor}.v-progress-linear__determinate{height:inherit;left:0;position:absolute;transition:inherit;transition-property:width,left,right}.v-progress-linear__indeterminate .long,.v-progress-linear__indeterminate .short{animation-play-state:paused;animation-duration:2.2s;animation-iteration-count:infinite;bottom:0;height:inherit;left:0;position:absolute;right:auto;top:0;width:auto}.v-progress-linear__indeterminate .long{animation-name:indeterminate-ltr}.v-progress-linear__indeterminate .short{animation-name:indeterminate-short-ltr}.v-progress-linear__stream{animation:stream .25s infinite linear;animation-play-state:paused;bottom:0;left:auto;opacity:.3;pointer-events:none;position:absolute;transition:inherit;transition-property:width,left,right}.v-progress-linear--reverse .v-progress-linear__background,.v-progress-linear--reverse .v-progress-linear__determinate,.v-progress-linear--reverse .v-progress-linear__content,.v-progress-linear--reverse .v-progress-linear__indeterminate .long,.v-progress-linear--reverse .v-progress-linear__indeterminate .short{left:auto;right:0}.v-progress-linear--reverse .v-progress-linear__indeterminate .long{animation-name:indeterminate-rtl}.v-progress-linear--reverse .v-progress-linear__indeterminate .short{animation-name:indeterminate-short-rtl}.v-progress-linear--reverse .v-progress-linear__stream{right:auto}.v-progress-linear--absolute,.v-progress-linear--fixed{left:0;z-index:1}.v-progress-linear--absolute{position:absolute}.v-progress-linear--fixed{position:fixed}.v-progress-linear--rounded{border-radius:9999px}.v-progress-linear--rounded.v-progress-linear--rounded-bar .v-progress-linear__determinate,.v-progress-linear--rounded.v-progress-linear--rounded-bar .v-progress-linear__indeterminate{border-radius:inherit}.v-progress-linear--striped .v-progress-linear__determinate{animation:progress-linear-stripes 1s infinite linear;background-image:linear-gradient(135deg,hsla(0,0%,100%,.25) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.25) 0,hsla(0,0%,100%,.25) 75%,transparent 0,transparent);background-repeat:repeat;background-size:var(--v-progress-linear-height)}.v-progress-linear--active .v-progress-linear__indeterminate .long,.v-progress-linear--active .v-progress-linear__indeterminate .short,.v-progress-linear--active .v-progress-linear__stream{animation-play-state:running}.v-progress-linear--rounded-bar .v-progress-linear__determinate,.v-progress-linear--rounded-bar .v-progress-linear__indeterminate,.v-progress-linear--rounded-bar .v-progress-linear__stream+.v-progress-linear__background{border-radius:9999px}.v-progress-linear--rounded-bar .v-progress-linear__determinate{border-start-start-radius:0;border-end-start-radius:0}@keyframes indeterminate-ltr{0%{left:-90%;right:100%}60%{left:-90%;right:100%}to{left:100%;right:-35%}}@keyframes indeterminate-rtl{0%{left:100%;right:-90%}60%{left:100%;right:-90%}to{left:-35%;right:100%}}@keyframes indeterminate-short-ltr{0%{left:-200%;right:100%}60%{left:107%;right:-8%}to{left:107%;right:-8%}}@keyframes indeterminate-short-rtl{0%{left:100%;right:-200%}60%{left:-8%;right:107%}to{left:-8%;right:107%}}@keyframes stream{to{transform:translate(var(--v-progress-linear-stream-to))}}@keyframes progress-linear-stripes{0%{background-position-x:var(--v-progress-linear-height)}}.v-ripple__container{color:inherit;border-radius:inherit;position:absolute;width:100%;height:100%;left:0;top:0;overflow:hidden;z-index:0;pointer-events:none;contain:strict}.v-ripple__animation{color:inherit;position:absolute;top:0;left:0;border-radius:50%;background:currentColor;opacity:0;pointer-events:none;overflow:hidden;will-change:transform,opacity}.v-ripple__animation--enter{transition:none;opacity:0}.v-ripple__animation--in{transition:transform .25s cubic-bezier(0,0,.2,1),opacity .1s cubic-bezier(0,0,.2,1);opacity:calc(.25 * var(--v-theme-overlay-multiplier))}.v-ripple__animation--out{transition:opacity .3s cubic-bezier(0,0,.2,1);opacity:0}.v-label{align-items:center;color:inherit;display:inline-flex;font-size:1rem;letter-spacing:.009375em;min-width:0;opacity:var(--v-medium-emphasis-opacity);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.v-label--clickable{cursor:pointer}.v-input{display:grid;flex:1 1 auto;font-size:1rem;font-weight:400;line-height:1.5}.v-input--disabled{pointer-events:none}.v-input--density-default{--v-input-control-height: 56px;--v-input-padding-top: 16px}.v-input--density-comfortable{--v-input-control-height: 48px;--v-input-padding-top: 12px}.v-input--density-compact{--v-input-control-height: 40px;--v-input-padding-top: 8px}.v-input--vertical{grid-template-areas:"append" "control" "prepend";grid-template-rows:max-content auto max-content;grid-template-columns:min-content}.v-input--vertical .v-input__prepend{margin-block-start:16px}.v-input--vertical .v-input__append{margin-block-end:16px}.v-input--horizontal{grid-template-areas:"prepend control append" "a messages b";grid-template-columns:max-content minmax(0,1fr) max-content;grid-template-rows:auto auto}.v-input--horizontal .v-input__prepend{margin-inline-end:16px}.v-input--horizontal .v-input__append{margin-inline-start:16px}.v-input__details{align-items:flex-end;display:flex;font-size:.75rem;font-weight:400;grid-area:messages;letter-spacing:.0333333333em;line-height:normal;min-height:22px;padding-top:6px;overflow:hidden;justify-content:space-between}.v-input__details>.v-icon,.v-input__prepend>.v-icon,.v-input__append>.v-icon{opacity:var(--v-medium-emphasis-opacity)}.v-input--disabled .v-input__details>.v-icon,.v-input--disabled .v-input__details .v-messages,.v-input--error .v-input__details>.v-icon,.v-input--error .v-input__details .v-messages,.v-input--disabled .v-input__prepend>.v-icon,.v-input--disabled .v-input__prepend .v-messages,.v-input--error .v-input__prepend>.v-icon,.v-input--error .v-input__prepend .v-messages,.v-input--disabled .v-input__append>.v-icon,.v-input--disabled .v-input__append .v-messages,.v-input--error .v-input__append>.v-icon,.v-input--error .v-input__append .v-messages{opacity:1}.v-input--disabled .v-input__details,.v-input--disabled .v-input__prepend,.v-input--disabled .v-input__append{opacity:var(--v-disabled-opacity)}.v-input--error:not(.v-input--disabled) .v-input__details>.v-icon,.v-input--error:not(.v-input--disabled) .v-input__details .v-messages,.v-input--error:not(.v-input--disabled) .v-input__prepend>.v-icon,.v-input--error:not(.v-input--disabled) .v-input__prepend .v-messages,.v-input--error:not(.v-input--disabled) .v-input__append>.v-icon,.v-input--error:not(.v-input--disabled) .v-input__append .v-messages{color:rgb(var(--v-theme-error))}.v-input__prepend,.v-input__append{display:flex;align-items:flex-start;padding-top:var(--v-input-padding-top)}.v-input--center-affix .v-input__prepend,.v-input--center-affix .v-input__append{align-items:center;padding-top:0}.v-input__prepend{grid-area:prepend}.v-input__append{grid-area:append}.v-input__control{display:flex;grid-area:control}.v-input--hide-spin-buttons input::-webkit-outer-spin-button,.v-input--hide-spin-buttons input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.v-input--hide-spin-buttons input[type=number]{-moz-appearance:textfield}.v-input--plain-underlined .v-input__prepend,.v-input--plain-underlined .v-input__append{align-items:flex-start}.v-input--density-default.v-input--plain-underlined .v-input__prepend,.v-input--density-default.v-input--plain-underlined .v-input__append{padding-top:calc(var(--v-input-padding-top) + 4px)}.v-input--density-comfortable.v-input--plain-underlined .v-input__prepend,.v-input--density-comfortable.v-input--plain-underlined .v-input__append{padding-top:calc(var(--v-input-padding-top) + 2px)}.v-input--density-compact.v-input--plain-underlined .v-input__prepend,.v-input--density-compact.v-input--plain-underlined .v-input__append{padding-top:calc(var(--v-input-padding-top) + 0px)}.v-messages{flex:1 1 auto;font-size:12px;min-height:14px;min-width:1px;opacity:var(--v-medium-emphasis-opacity);position:relative}.v-messages__message{line-height:12px;word-break:break-word;overflow-wrap:break-word;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;transition-duration:.15s}.v-text-field input{color:inherit;opacity:0;flex:1;transition:.15s opacity cubic-bezier(.4,0,.2,1);min-width:0}.v-text-field input:focus,.v-text-field input:active{outline:none}.v-text-field input:invalid{box-shadow:none}.v-text-field .v-field{cursor:text}.v-text-field--prefixed.v-text-field .v-field__input{--v-field-padding-start: 6px}.v-text-field--suffixed.v-text-field .v-field__input{--v-field-padding-end: 0}.v-text-field .v-input__details{padding-inline:16px}.v-input--plain-underlined.v-text-field .v-input__details{padding-inline:0}.v-text-field .v-field--no-label input,.v-text-field .v-field--active input{opacity:1}.v-text-field .v-field--single-line input{transition:none}.v-text-field__prefix,.v-text-field__suffix{align-items:center;color:rgba(var(--v-theme-on-surface),var(--v-medium-emphasis-opacity));cursor:default;display:flex;opacity:0;transition:inherit;white-space:nowrap;min-height:max(var(--v-input-control-height, 56px),1.5rem + var(--v-field-input-padding-top) + var(--v-field-input-padding-bottom));padding-top:calc(var(--v-field-padding-top, 4px) + var(--v-input-padding-top, 0));padding-bottom:var(--v-field-padding-bottom, 6px)}.v-field--active .v-text-field__prefix,.v-field--active .v-text-field__suffix{opacity:1}.v-field--disabled .v-text-field__prefix,.v-field--disabled .v-text-field__suffix{color:rgba(var(--v-theme-on-surface),var(--v-disabled-opacity))}.v-text-field__prefix{padding-inline-start:var(--v-field-padding-start)}.v-text-field__suffix{padding-inline-end:var(--v-field-padding-end)}.v-counter{color:rgba(var(--v-theme-on-surface),var(--v-medium-emphasis-opacity));flex:0 1 auto;font-size:12px;transition-duration:.15s}.v-field{display:grid;grid-template-areas:"prepend-inner field clear append-inner";grid-template-columns:min-content minmax(0,1fr) min-content min-content;font-size:16px;letter-spacing:.009375em;max-width:100%;border-radius:4px;contain:layout;flex:1 0;grid-area:control;position:relative;--v-field-padding-start: 16px;--v-field-padding-end: 16px;--v-field-padding-top: 8px;--v-field-padding-bottom: 4px;--v-field-input-padding-top: calc(var(--v-field-padding-top, 8px) + var(--v-input-padding-top, 0));--v-field-input-padding-bottom: var(--v-field-padding-bottom, 4px)}.v-field--disabled{opacity:var(--v-disabled-opacity);pointer-events:none}.v-field .v-chip{--v-chip-height: 24px}.v-field--prepended{padding-inline-start:12px}.v-field--appended{padding-inline-end:12px}.v-field--variant-solo,.v-field--variant-solo-filled,.v-field--variant-solo-inverted{background:rgb(var(--v-theme-surface));border-color:transparent;color:rgba(var(--v-theme-on-surface),var(--v-high-emphasis-opacity));box-shadow:0 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 2px 2px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 1px 5px 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))}.v-field--variant-solo-inverted.v-field--focused{color:rgb(var(--v-theme-on-surface-variant))}.v-field--variant-filled{border-bottom-left-radius:0;border-bottom-right-radius:0}.v-input--density-default .v-field--variant-solo,.v-input--density-default .v-field--variant-solo-inverted,.v-input--density-default .v-field--variant-solo-filled,.v-input--density-default .v-field--variant-filled{--v-input-control-height: 56px;--v-field-padding-bottom: 4px}.v-input--density-comfortable .v-field--variant-solo,.v-input--density-comfortable .v-field--variant-solo-inverted,.v-input--density-comfortable .v-field--variant-solo-filled,.v-input--density-comfortable .v-field--variant-filled{--v-input-control-height: 48px;--v-field-padding-bottom: 0px}.v-input--density-compact .v-field--variant-solo,.v-input--density-compact .v-field--variant-solo-inverted,.v-input--density-compact .v-field--variant-solo-filled,.v-input--density-compact .v-field--variant-filled{--v-input-control-height: 40px;--v-field-padding-bottom: 0px}.v-field--variant-outlined,.v-field--single-line,.v-field--no-label{--v-field-padding-top: 0px}.v-input--density-default .v-field--variant-outlined,.v-input--density-default .v-field--single-line,.v-input--density-default .v-field--no-label{--v-field-padding-bottom: 16px}.v-input--density-comfortable .v-field--variant-outlined,.v-input--density-comfortable .v-field--single-line,.v-input--density-comfortable .v-field--no-label{--v-field-padding-bottom: 12px}.v-input--density-compact .v-field--variant-outlined,.v-input--density-compact .v-field--single-line,.v-input--density-compact .v-field--no-label{--v-field-padding-bottom: 8px}.v-field--variant-plain,.v-field--variant-underlined{border-radius:0;padding:0}.v-field--variant-plain.v-field,.v-field--variant-underlined.v-field{--v-field-padding-start: 0px;--v-field-padding-end: 0px}.v-input--density-default .v-field--variant-plain,.v-input--density-default .v-field--variant-underlined{--v-input-control-height: 48px;--v-field-padding-top: 4px;--v-field-padding-bottom: 4px}.v-input--density-comfortable .v-field--variant-plain,.v-input--density-comfortable .v-field--variant-underlined{--v-input-control-height: 40px;--v-field-padding-top: 2px;--v-field-padding-bottom: 0px}.v-input--density-compact .v-field--variant-plain,.v-input--density-compact .v-field--variant-underlined{--v-input-control-height: 32px;--v-field-padding-top: 0px;--v-field-padding-bottom: 0px}.v-field--flat{box-shadow:none}.v-field--rounded{border-radius:24px}.v-field.v-field--prepended{--v-field-padding-start: 6px}.v-field.v-field--appended{--v-field-padding-end: 6px}.v-field__input{align-items:center;color:inherit;column-gap:2px;display:flex;flex-wrap:wrap;letter-spacing:.009375em;opacity:var(--v-high-emphasis-opacity);min-height:max(var(--v-input-control-height, 56px),1.5rem + var(--v-field-input-padding-top) + var(--v-field-input-padding-bottom));min-width:0;padding-inline:var(--v-field-padding-start) var(--v-field-padding-end);padding-top:var(--v-field-input-padding-top);padding-bottom:var(--v-field-input-padding-bottom);position:relative;width:100%}.v-input--density-default .v-field__input{row-gap:8px}.v-input--density-comfortable .v-field__input{row-gap:6px}.v-input--density-compact .v-field__input{row-gap:4px}.v-field__input input{letter-spacing:inherit}.v-field__input input::placeholder,input.v-field__input::placeholder,textarea.v-field__input::placeholder{color:currentColor;opacity:var(--v-disabled-opacity)}.v-field__input:focus,.v-field__input:active{outline:none}.v-field__input:invalid{box-shadow:none}.v-field__field{flex:1 0;grid-area:field;position:relative;align-items:flex-start;display:flex}.v-field__prepend-inner{grid-area:prepend-inner;padding-inline-end:var(--v-field-padding-after)}.v-field__clearable{grid-area:clear}.v-field__append-inner{grid-area:append-inner;padding-inline-start:var(--v-field-padding-after)}.v-field__append-inner,.v-field__clearable,.v-field__prepend-inner{display:flex;align-items:flex-start;padding-top:var(--v-input-padding-top, 8px)}.v-field--center-affix .v-field__append-inner,.v-field--center-affix .v-field__clearable,.v-field--center-affix .v-field__prepend-inner{align-items:center;padding-top:0}.v-field.v-field--variant-underlined .v-field__append-inner,.v-field.v-field--variant-underlined .v-field__clearable,.v-field.v-field--variant-underlined .v-field__prepend-inner,.v-field.v-field--variant-plain .v-field__append-inner,.v-field.v-field--variant-plain .v-field__clearable,.v-field.v-field--variant-plain .v-field__prepend-inner{align-items:flex-start;padding-top:calc(var(--v-field-padding-top, 8px) + var(--v-input-padding-top, 0));padding-bottom:var(--v-field-padding-bottom, 4px)}.v-field--focused .v-field__prepend-inner,.v-field--focused .v-field__append-inner{opacity:1}.v-field__prepend-inner>.v-icon,.v-field__append-inner>.v-icon,.v-field__clearable>.v-icon{opacity:var(--v-medium-emphasis-opacity)}.v-field--disabled .v-field__prepend-inner>.v-icon,.v-field--error .v-field__prepend-inner>.v-icon,.v-field--disabled .v-field__append-inner>.v-icon,.v-field--error .v-field__append-inner>.v-icon,.v-field--disabled .v-field__clearable>.v-icon,.v-field--error .v-field__clearable>.v-icon{opacity:1}.v-field--error:not(.v-field--disabled) .v-field__prepend-inner>.v-icon,.v-field--error:not(.v-field--disabled) .v-field__append-inner>.v-icon,.v-field--error:not(.v-field--disabled) .v-field__clearable>.v-icon{color:rgb(var(--v-theme-error))}.v-field__clearable{cursor:pointer;opacity:0;overflow:hidden;margin-inline:4px;transition:.15s cubic-bezier(.4,0,.2,1);transition-property:opacity,transform,width}.v-field--focused .v-field__clearable,.v-field--persistent-clear .v-field__clearable{opacity:1}@media (hover: hover){.v-field:hover .v-field__clearable{opacity:1}}@media (hover: none){.v-field__clearable{opacity:1}}.v-label.v-field-label{contain:layout paint;display:block;margin-inline-start:var(--v-field-padding-start);margin-inline-end:var(--v-field-padding-end);max-width:calc(100% - var(--v-field-padding-start) - var(--v-field-padding-end));pointer-events:none;position:absolute;top:var(--v-input-padding-top);transform-origin:left center;transition:.15s cubic-bezier(.4,0,.2,1);transition-property:opacity,transform;z-index:1}.v-field--variant-underlined .v-label.v-field-label,.v-field--variant-plain .v-label.v-field-label{top:calc(var(--v-input-padding-top) + var(--v-field-padding-top))}.v-field--center-affix .v-label.v-field-label{top:50%;transform:translateY(-50%)}.v-field--active .v-label.v-field-label{visibility:hidden}.v-field--focused .v-label.v-field-label,.v-field--error .v-label.v-field-label{opacity:1}.v-field--error:not(.v-field--disabled) .v-label.v-field-label{color:rgb(var(--v-theme-error))}.v-label.v-field-label--floating{--v-field-label-scale: .75em;font-size:var(--v-field-label-scale);visibility:hidden;max-width:100%}.v-field--center-affix .v-label.v-field-label--floating{transform:none}.v-field.v-field--active .v-label.v-field-label--floating{visibility:unset}.v-input--density-default .v-field--variant-solo .v-label.v-field-label--floating,.v-input--density-default .v-field--variant-solo-inverted .v-label.v-field-label--floating,.v-input--density-default .v-field--variant-filled .v-label.v-field-label--floating,.v-input--density-default .v-field--variant-solo-filled .v-label.v-field-label--floating{top:7px}.v-input--density-comfortable .v-field--variant-solo .v-label.v-field-label--floating,.v-input--density-comfortable .v-field--variant-solo-inverted .v-label.v-field-label--floating,.v-input--density-comfortable .v-field--variant-filled .v-label.v-field-label--floating,.v-input--density-comfortable .v-field--variant-solo-filled .v-label.v-field-label--floating{top:5px}.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating{top:3px}.v-field--variant-plain .v-label.v-field-label--floating,.v-field--variant-underlined .v-label.v-field-label--floating{transform:translateY(-16px);margin:0;top:var(--v-input-padding-top)}.v-field--variant-outlined .v-label.v-field-label--floating{transform:translateY(-50%);transform-origin:center;position:static;margin:0 4px}.v-field__outline{--v-field-border-width: 1px;--v-field-border-opacity: .38;align-items:stretch;contain:layout;display:flex;height:100%;left:0;pointer-events:none;position:absolute;right:0;width:100%}@media (hover: hover){.v-field:hover .v-field__outline{--v-field-border-opacity: var(--v-high-emphasis-opacity)}}.v-field--error:not(.v-field--disabled) .v-field__outline{color:rgb(var(--v-theme-error))}.v-field.v-field--focused .v-field__outline,.v-input.v-input--error .v-field__outline{--v-field-border-opacity: 1}.v-field--variant-outlined.v-field--focused .v-field__outline{--v-field-border-width: 2px}.v-field--variant-filled .v-field__outline:before,.v-field--variant-underlined .v-field__outline:before{border-color:currentColor;border-style:solid;border-width:0 0 var(--v-field-border-width);opacity:var(--v-field-border-opacity);transition:opacity .25s cubic-bezier(.4,0,.2,1);content:"";position:absolute;top:0;left:0;width:100%;height:100%}.v-field--variant-filled .v-field__outline:after,.v-field--variant-underlined .v-field__outline:after{border-color:currentColor;border-style:solid;border-width:0 0 2px;transform:scaleX(0);transition:transform .15s cubic-bezier(.4,0,.2,1);content:"";position:absolute;top:0;left:0;width:100%;height:100%}.v-field--focused.v-field--variant-filled .v-field__outline:after,.v-field--focused.v-field--variant-underlined .v-field__outline:after{transform:scaleX(1)}.v-field--variant-outlined .v-field__outline{border-radius:inherit}.v-field--variant-outlined .v-field__outline__start,.v-field--variant-outlined .v-field__outline__notch:before,.v-field--variant-outlined .v-field__outline__notch:after,.v-field--variant-outlined .v-field__outline__end{border:0 solid currentColor;opacity:var(--v-field-border-opacity);transition:opacity .25s cubic-bezier(.4,0,.2,1)}.v-field--variant-outlined .v-field__outline__start{flex:0 0 12px;border-top-width:var(--v-field-border-width);border-bottom-width:var(--v-field-border-width);border-inline-start-width:var(--v-field-border-width);border-start-start-radius:inherit;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:inherit}.v-field--rounded.v-field--variant-outlined .v-field__outline__start,[class^=rounded-].v-field--variant-outlined .v-field__outline__start,[class*=" rounded-"].v-field--variant-outlined .v-field__outline__start{flex-basis:calc(var(--v-input-control-height) / 2 + 2px)}.v-field--reverse.v-field--variant-outlined .v-field__outline__start{border-start-start-radius:0;border-start-end-radius:inherit;border-end-end-radius:inherit;border-end-start-radius:0;border-inline-end-width:var(--v-field-border-width);border-inline-start-width:0}.v-field--variant-outlined .v-field__outline__notch{flex:none;position:relative;max-width:calc(100% - 12px)}.v-field--variant-outlined .v-field__outline__notch:before,.v-field--variant-outlined .v-field__outline__notch:after{opacity:var(--v-field-border-opacity);transition:opacity .25s cubic-bezier(.4,0,.2,1);content:"";position:absolute;top:0;left:0;width:100%;height:100%}.v-field--variant-outlined .v-field__outline__notch:before{border-width:var(--v-field-border-width) 0 0}.v-field--variant-outlined .v-field__outline__notch:after{bottom:0;border-width:0 0 var(--v-field-border-width)}.v-field--active.v-field--variant-outlined .v-field__outline__notch:before{opacity:0}.v-field--variant-outlined .v-field__outline__end{flex:1;border-top-width:var(--v-field-border-width);border-bottom-width:var(--v-field-border-width);border-inline-end-width:var(--v-field-border-width);border-start-start-radius:0;border-start-end-radius:inherit;border-end-end-radius:inherit;border-end-start-radius:0}.v-field--reverse.v-field--variant-outlined .v-field__outline__end{border-start-start-radius:inherit;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:inherit;border-inline-end-width:0;border-inline-start-width:var(--v-field-border-width)}.v-field__loader{top:calc(100% - 2px);left:0;position:absolute;right:0;width:100%;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:inherit;border-bottom-right-radius:inherit;overflow:hidden}.v-field--variant-outlined .v-field__loader{top:calc(100% - 3px);width:calc(100% - 2px);left:1px}.v-field__overlay{border-radius:inherit;pointer-events:none;position:absolute;top:0;left:0;width:100%;height:100%}.v-field--variant-filled .v-field__overlay{background-color:currentColor;opacity:.04;transition:opacity .25s cubic-bezier(.4,0,.2,1)}.v-field--variant-filled.v-field--has-background .v-field__overlay{opacity:0}@media (hover: hover){.v-field--variant-filled:hover .v-field__overlay{opacity:calc((.04 + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier))}}.v-field--variant-filled.v-field--focused .v-field__overlay{opacity:calc((.04 + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier))}.v-field--variant-solo-filled .v-field__overlay{background-color:currentColor;opacity:.04;transition:opacity .25s cubic-bezier(.4,0,.2,1)}@media (hover: hover){.v-field--variant-solo-filled:hover .v-field__overlay{opacity:calc((.04 + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier))}}.v-field--variant-solo-filled.v-field--focused .v-field__overlay{opacity:calc((.04 + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier))}.v-field--variant-solo-inverted .v-field__overlay{transition:opacity .25s cubic-bezier(.4,0,.2,1)}.v-field--variant-solo-inverted.v-field--has-background .v-field__overlay{opacity:0}@media (hover: hover){.v-field--variant-solo-inverted:hover .v-field__overlay{opacity:calc((.04 + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier))}}.v-field--variant-solo-inverted.v-field--focused .v-field__overlay{background-color:rgb(var(--v-theme-surface-variant));opacity:1}.v-field--reverse .v-field__field,.v-field--reverse .v-field__input,.v-field--reverse .v-field__outline{flex-direction:row-reverse}.v-field--reverse .v-field__input,.v-field--reverse input{text-align:end}.v-input--disabled .v-field--variant-filled .v-field__outline:before,.v-input--disabled .v-field--variant-underlined .v-field__outline:before{border-image:repeating-linear-gradient(to right,rgba(var(--v-theme-on-surface),var(--v-disabled-opacity)) 0px,rgba(var(--v-theme-on-surface),var(--v-disabled-opacity)) 2px,transparent 2px,transparent 4px) 1 repeat}.v-field--loading .v-field__outline:after,.v-field--loading .v-field__outline:before{opacity:0}.v-sheet{display:block;border-color:rgba(var(--v-border-color),var(--v-border-opacity));border-style:solid;border-width:0;box-shadow:0 0 0 0 var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 0 0 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 0 0 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12));border-radius:0;background:rgb(var(--v-theme-surface));color:rgba(var(--v-theme-on-background),var(--v-high-emphasis-opacity))}.v-sheet--border{border-width:thin;box-shadow:none}.v-sheet--absolute{position:absolute}.v-sheet--fixed{position:fixed}.v-sheet--relative{position:relative}.v-sheet--sticky{position:sticky}.v-sheet--rounded{border-radius:4px}.v-container{width:100%;padding:16px;margin-right:auto;margin-left:auto}@media (min-width: 960px){.v-container{max-width:900px}}@media (min-width: 1280px){.v-container{max-width:1200px}}@media (min-width: 1920px){.v-container{max-width:1800px}}@media (min-width: 2560px){.v-container{max-width:2400px}}.v-container--fluid{max-width:100%}.v-container.fill-height{align-items:center;display:flex;flex-wrap:wrap}.v-row{display:flex;flex-wrap:wrap;flex:1 1 auto;margin:-12px}.v-row+.v-row{margin-top:12px}.v-row+.v-row--dense{margin-top:4px}.v-row--dense{margin:-4px}.v-row--dense>.v-col,.v-row--dense>[class*=v-col-]{padding:4px}.v-row.v-row--no-gutters{margin:0}.v-row.v-row--no-gutters>.v-col,.v-row.v-row--no-gutters>[class*=v-col-]{padding:0}.v-spacer{flex-grow:1}.v-col-xxl,.v-col-xxl-auto,.v-col-xxl-12,.v-col-xxl-11,.v-col-xxl-10,.v-col-xxl-9,.v-col-xxl-8,.v-col-xxl-7,.v-col-xxl-6,.v-col-xxl-5,.v-col-xxl-4,.v-col-xxl-3,.v-col-xxl-2,.v-col-xxl-1,.v-col-xl,.v-col-xl-auto,.v-col-xl-12,.v-col-xl-11,.v-col-xl-10,.v-col-xl-9,.v-col-xl-8,.v-col-xl-7,.v-col-xl-6,.v-col-xl-5,.v-col-xl-4,.v-col-xl-3,.v-col-xl-2,.v-col-xl-1,.v-col-lg,.v-col-lg-auto,.v-col-lg-12,.v-col-lg-11,.v-col-lg-10,.v-col-lg-9,.v-col-lg-8,.v-col-lg-7,.v-col-lg-6,.v-col-lg-5,.v-col-lg-4,.v-col-lg-3,.v-col-lg-2,.v-col-lg-1,.v-col-md,.v-col-md-auto,.v-col-md-12,.v-col-md-11,.v-col-md-10,.v-col-md-9,.v-col-md-8,.v-col-md-7,.v-col-md-6,.v-col-md-5,.v-col-md-4,.v-col-md-3,.v-col-md-2,.v-col-md-1,.v-col-sm,.v-col-sm-auto,.v-col-sm-12,.v-col-sm-11,.v-col-sm-10,.v-col-sm-9,.v-col-sm-8,.v-col-sm-7,.v-col-sm-6,.v-col-sm-5,.v-col-sm-4,.v-col-sm-3,.v-col-sm-2,.v-col-sm-1,.v-col,.v-col-auto,.v-col-12,.v-col-11,.v-col-10,.v-col-9,.v-col-8,.v-col-7,.v-col-6,.v-col-5,.v-col-4,.v-col-3,.v-col-2,.v-col-1{width:100%;padding:12px}.v-col{flex-basis:0;flex-grow:1;max-width:100%}.v-col-auto{flex:0 0 auto;width:auto;max-width:100%}.v-col-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.v-col-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.v-col-3{flex:0 0 25%;max-width:25%}.v-col-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.v-col-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.v-col-6{flex:0 0 50%;max-width:50%}.v-col-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.v-col-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.v-col-9{flex:0 0 75%;max-width:75%}.v-col-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.v-col-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.v-col-12{flex:0 0 100%;max-width:100%}.offset-1{margin-inline-start:8.3333333333%}.offset-2{margin-inline-start:16.6666666667%}.offset-3{margin-inline-start:25%}.offset-4{margin-inline-start:33.3333333333%}.offset-5{margin-inline-start:41.6666666667%}.offset-6{margin-inline-start:50%}.offset-7{margin-inline-start:58.3333333333%}.offset-8{margin-inline-start:66.6666666667%}.offset-9{margin-inline-start:75%}.offset-10{margin-inline-start:83.3333333333%}.offset-11{margin-inline-start:91.6666666667%}@media (min-width: 600px){.v-col-sm{flex-basis:0;flex-grow:1;max-width:100%}.v-col-sm-auto{flex:0 0 auto;width:auto;max-width:100%}.v-col-sm-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.v-col-sm-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.v-col-sm-3{flex:0 0 25%;max-width:25%}.v-col-sm-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.v-col-sm-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.v-col-sm-6{flex:0 0 50%;max-width:50%}.v-col-sm-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.v-col-sm-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.v-col-sm-9{flex:0 0 75%;max-width:75%}.v-col-sm-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.v-col-sm-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.v-col-sm-12{flex:0 0 100%;max-width:100%}.offset-sm-0{margin-inline-start:0}.offset-sm-1{margin-inline-start:8.3333333333%}.offset-sm-2{margin-inline-start:16.6666666667%}.offset-sm-3{margin-inline-start:25%}.offset-sm-4{margin-inline-start:33.3333333333%}.offset-sm-5{margin-inline-start:41.6666666667%}.offset-sm-6{margin-inline-start:50%}.offset-sm-7{margin-inline-start:58.3333333333%}.offset-sm-8{margin-inline-start:66.6666666667%}.offset-sm-9{margin-inline-start:75%}.offset-sm-10{margin-inline-start:83.3333333333%}.offset-sm-11{margin-inline-start:91.6666666667%}}@media (min-width: 960px){.v-col-md{flex-basis:0;flex-grow:1;max-width:100%}.v-col-md-auto{flex:0 0 auto;width:auto;max-width:100%}.v-col-md-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.v-col-md-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.v-col-md-3{flex:0 0 25%;max-width:25%}.v-col-md-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.v-col-md-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.v-col-md-6{flex:0 0 50%;max-width:50%}.v-col-md-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.v-col-md-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.v-col-md-9{flex:0 0 75%;max-width:75%}.v-col-md-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.v-col-md-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.v-col-md-12{flex:0 0 100%;max-width:100%}.offset-md-0{margin-inline-start:0}.offset-md-1{margin-inline-start:8.3333333333%}.offset-md-2{margin-inline-start:16.6666666667%}.offset-md-3{margin-inline-start:25%}.offset-md-4{margin-inline-start:33.3333333333%}.offset-md-5{margin-inline-start:41.6666666667%}.offset-md-6{margin-inline-start:50%}.offset-md-7{margin-inline-start:58.3333333333%}.offset-md-8{margin-inline-start:66.6666666667%}.offset-md-9{margin-inline-start:75%}.offset-md-10{margin-inline-start:83.3333333333%}.offset-md-11{margin-inline-start:91.6666666667%}}@media (min-width: 1280px){.v-col-lg{flex-basis:0;flex-grow:1;max-width:100%}.v-col-lg-auto{flex:0 0 auto;width:auto;max-width:100%}.v-col-lg-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.v-col-lg-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.v-col-lg-3{flex:0 0 25%;max-width:25%}.v-col-lg-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.v-col-lg-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.v-col-lg-6{flex:0 0 50%;max-width:50%}.v-col-lg-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.v-col-lg-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.v-col-lg-9{flex:0 0 75%;max-width:75%}.v-col-lg-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.v-col-lg-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.v-col-lg-12{flex:0 0 100%;max-width:100%}.offset-lg-0{margin-inline-start:0}.offset-lg-1{margin-inline-start:8.3333333333%}.offset-lg-2{margin-inline-start:16.6666666667%}.offset-lg-3{margin-inline-start:25%}.offset-lg-4{margin-inline-start:33.3333333333%}.offset-lg-5{margin-inline-start:41.6666666667%}.offset-lg-6{margin-inline-start:50%}.offset-lg-7{margin-inline-start:58.3333333333%}.offset-lg-8{margin-inline-start:66.6666666667%}.offset-lg-9{margin-inline-start:75%}.offset-lg-10{margin-inline-start:83.3333333333%}.offset-lg-11{margin-inline-start:91.6666666667%}}@media (min-width: 1920px){.v-col-xl{flex-basis:0;flex-grow:1;max-width:100%}.v-col-xl-auto{flex:0 0 auto;width:auto;max-width:100%}.v-col-xl-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.v-col-xl-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.v-col-xl-3{flex:0 0 25%;max-width:25%}.v-col-xl-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.v-col-xl-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.v-col-xl-6{flex:0 0 50%;max-width:50%}.v-col-xl-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.v-col-xl-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.v-col-xl-9{flex:0 0 75%;max-width:75%}.v-col-xl-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.v-col-xl-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.v-col-xl-12{flex:0 0 100%;max-width:100%}.offset-xl-0{margin-inline-start:0}.offset-xl-1{margin-inline-start:8.3333333333%}.offset-xl-2{margin-inline-start:16.6666666667%}.offset-xl-3{margin-inline-start:25%}.offset-xl-4{margin-inline-start:33.3333333333%}.offset-xl-5{margin-inline-start:41.6666666667%}.offset-xl-6{margin-inline-start:50%}.offset-xl-7{margin-inline-start:58.3333333333%}.offset-xl-8{margin-inline-start:66.6666666667%}.offset-xl-9{margin-inline-start:75%}.offset-xl-10{margin-inline-start:83.3333333333%}.offset-xl-11{margin-inline-start:91.6666666667%}}@media (min-width: 2560px){.v-col-xxl{flex-basis:0;flex-grow:1;max-width:100%}.v-col-xxl-auto{flex:0 0 auto;width:auto;max-width:100%}.v-col-xxl-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.v-col-xxl-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.v-col-xxl-3{flex:0 0 25%;max-width:25%}.v-col-xxl-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.v-col-xxl-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.v-col-xxl-6{flex:0 0 50%;max-width:50%}.v-col-xxl-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.v-col-xxl-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.v-col-xxl-9{flex:0 0 75%;max-width:75%}.v-col-xxl-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.v-col-xxl-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.v-col-xxl-12{flex:0 0 100%;max-width:100%}.offset-xxl-0{margin-inline-start:0}.offset-xxl-1{margin-inline-start:8.3333333333%}.offset-xxl-2{margin-inline-start:16.6666666667%}.offset-xxl-3{margin-inline-start:25%}.offset-xxl-4{margin-inline-start:33.3333333333%}.offset-xxl-5{margin-inline-start:41.6666666667%}.offset-xxl-6{margin-inline-start:50%}.offset-xxl-7{margin-inline-start:58.3333333333%}.offset-xxl-8{margin-inline-start:66.6666666667%}.offset-xxl-9{margin-inline-start:75%}.offset-xxl-10{margin-inline-start:83.3333333333%}.offset-xxl-11{margin-inline-start:91.6666666667%}}')),document.head.appendChild(e)}}catch(i){console.error("vite-plugin-css-injected-by-js",i)}})();
|
|
2
|
-
import { Fragment as Oe, reactive as Lt, computed as p, watchEffect as Xn, toRefs as et, warn as ua, inject as ne, shallowRef as tt, provide as Rt, ref as D, unref as se, defineComponent as We, capitalize as ca, camelize as Yn, h as j, getCurrentInstance as Jn, watch as X, onScopeDispose as Zn, effectScope as Qn, toRaw as er, TransitionGroup as Mt, Transition as it, isRef as K, mergeProps as be, createVNode as m, toRef as _e, Text as da, onBeforeUnmount as tr, onBeforeMount as fa, onMounted as
|
|
2
|
+
import { Fragment as Oe, reactive as Lt, computed as p, watchEffect as Xn, toRefs as et, warn as ua, inject as ne, shallowRef as tt, provide as Rt, ref as D, unref as se, defineComponent as We, capitalize as ca, camelize as Yn, h as j, getCurrentInstance as Jn, watch as X, onScopeDispose as Zn, effectScope as Qn, toRaw as er, TransitionGroup as Mt, Transition as it, isRef as K, mergeProps as be, createVNode as m, toRef as _e, Text as da, onBeforeUnmount as tr, onBeforeMount as fa, onMounted as ga, nextTick as De, withDirectives as st, vShow as nr, resolveDirective as va, cloneVNode as ha, hasInjectionContext as ma, markRaw as Pe, isReactive as zt, getCurrentScope as ya, mergeModels as $t, useModel as rr, openBlock as Ce, createElementBlock as ar, normalizeStyle as Wt, createBlock as nt, createElementVNode as or, toDisplayString as pa, withModifiers as Qt, createCommentVNode as en, withCtx as ba } from "vue";
|
|
3
3
|
var ir = typeof global == "object" && global && global.Object === Object && global, _a = typeof self == "object" && self && self.Object === Object && self, Y = ir || _a || Function("return this")(), we = Y.Symbol, sr = Object.prototype, Ca = sr.hasOwnProperty, wa = sr.toString, Te = we ? we.toStringTag : void 0;
|
|
4
4
|
function xa(e) {
|
|
5
5
|
var t = Ca.call(e, Te), n = e[Te];
|
|
@@ -42,7 +42,7 @@ function Aa(e) {
|
|
|
42
42
|
return !!nn && nn in e;
|
|
43
43
|
}
|
|
44
44
|
var Ia = Function.prototype, Na = Ia.toString;
|
|
45
|
-
function
|
|
45
|
+
function ge(e) {
|
|
46
46
|
if (e != null) {
|
|
47
47
|
try {
|
|
48
48
|
return Na.call(e);
|
|
@@ -62,16 +62,16 @@ function Wa(e) {
|
|
|
62
62
|
if (!lt(e) || Aa(e))
|
|
63
63
|
return !1;
|
|
64
64
|
var t = lr(e) ? za : Da;
|
|
65
|
-
return t.test(
|
|
65
|
+
return t.test(ge(e));
|
|
66
66
|
}
|
|
67
67
|
function Ua(e, t) {
|
|
68
68
|
return e == null ? void 0 : e[t];
|
|
69
69
|
}
|
|
70
|
-
function
|
|
70
|
+
function ve(e, t) {
|
|
71
71
|
var n = Ua(e, t);
|
|
72
72
|
return Wa(n) ? n : void 0;
|
|
73
73
|
}
|
|
74
|
-
var Et =
|
|
74
|
+
var Et = ve(Y, "WeakMap"), rn = Object.create, Ha = /* @__PURE__ */ function() {
|
|
75
75
|
function e() {
|
|
76
76
|
}
|
|
77
77
|
return function(t) {
|
|
@@ -85,7 +85,7 @@ var Et = ge(Y, "WeakMap"), rn = Object.create, Ha = /* @__PURE__ */ function() {
|
|
|
85
85
|
};
|
|
86
86
|
}(), an = function() {
|
|
87
87
|
try {
|
|
88
|
-
var e =
|
|
88
|
+
var e = ve(Object, "defineProperty");
|
|
89
89
|
return e({}, "", {}), e;
|
|
90
90
|
} catch {
|
|
91
91
|
}
|
|
@@ -145,9 +145,9 @@ var fr = Object.prototype, oo = fr.hasOwnProperty, io = fr.propertyIsEnumerable,
|
|
|
145
145
|
function lo() {
|
|
146
146
|
return !1;
|
|
147
147
|
}
|
|
148
|
-
var
|
|
148
|
+
var gr = typeof exports == "object" && exports && !exports.nodeType && exports, sn = gr && typeof module == "object" && module && !module.nodeType && module, uo = sn && sn.exports === gr, ln = uo ? Y.Buffer : void 0, co = ln ? ln.isBuffer : void 0, vr = co || lo, fo = "[object Arguments]", go = "[object Array]", vo = "[object Boolean]", ho = "[object Date]", mo = "[object Error]", yo = "[object Function]", po = "[object Map]", bo = "[object Number]", _o = "[object Object]", Co = "[object RegExp]", wo = "[object Set]", xo = "[object String]", So = "[object WeakMap]", $o = "[object ArrayBuffer]", Eo = "[object DataView]", To = "[object Float32Array]", Po = "[object Float64Array]", Vo = "[object Int8Array]", ko = "[object Int16Array]", Oo = "[object Int32Array]", jo = "[object Uint8Array]", Ao = "[object Uint8ClampedArray]", Io = "[object Uint16Array]", No = "[object Uint32Array]", B = {};
|
|
149
149
|
B[To] = B[Po] = B[Vo] = B[ko] = B[Oo] = B[jo] = B[Ao] = B[Io] = B[No] = !0;
|
|
150
|
-
B[fo] = B[
|
|
150
|
+
B[fo] = B[go] = B[$o] = B[vo] = B[Eo] = B[ho] = B[mo] = B[yo] = B[po] = B[bo] = B[_o] = B[Co] = B[wo] = B[xo] = B[So] = !1;
|
|
151
151
|
function Bo(e) {
|
|
152
152
|
return He(e) && cr(e.length) && !!B[Ue(e)];
|
|
153
153
|
}
|
|
@@ -164,7 +164,7 @@ var hr = typeof exports == "object" && exports && !exports.nodeType && exports,
|
|
|
164
164
|
}
|
|
165
165
|
}(), un = xe && xe.isTypedArray, Fo = un ? Ht(un) : Bo, Lo = Object.prototype, Ro = Lo.hasOwnProperty;
|
|
166
166
|
function Mo(e, t) {
|
|
167
|
-
var n = Ut(e), r = !n && so(e), a = !n && !r &&
|
|
167
|
+
var n = Ut(e), r = !n && so(e), a = !n && !r && vr(e), o = !n && !r && !a && Fo(e), i = n || r || a || o, s = i ? ro(e.length, String) : [], l = s.length;
|
|
168
168
|
for (var u in e)
|
|
169
169
|
Ro.call(e, u) && !(i && // Safari 9 has enumerable `arguments.length` in strict mode.
|
|
170
170
|
(u == "length" || // Node.js 0.10 has enumerable non-index properties on buffers.
|
|
@@ -190,7 +190,7 @@ function Ho(e) {
|
|
|
190
190
|
function Go(e) {
|
|
191
191
|
return to(e) ? Mo(e) : Ho(e);
|
|
192
192
|
}
|
|
193
|
-
var Fe =
|
|
193
|
+
var Fe = ve(Object, "create");
|
|
194
194
|
function qo() {
|
|
195
195
|
this.__data__ = Fe ? Fe(null) : {}, this.size = 0;
|
|
196
196
|
}
|
|
@@ -269,7 +269,7 @@ ee.prototype.delete = si;
|
|
|
269
269
|
ee.prototype.get = li;
|
|
270
270
|
ee.prototype.has = ui;
|
|
271
271
|
ee.prototype.set = ci;
|
|
272
|
-
var Le =
|
|
272
|
+
var Le = ve(Y, "Map");
|
|
273
273
|
function di() {
|
|
274
274
|
this.size = 0, this.__data__ = {
|
|
275
275
|
hash: new de(),
|
|
@@ -285,11 +285,11 @@ function ct(e, t) {
|
|
|
285
285
|
var n = e.__data__;
|
|
286
286
|
return fi(t) ? n[typeof t == "string" ? "string" : "hash"] : n.map;
|
|
287
287
|
}
|
|
288
|
-
function
|
|
288
|
+
function gi(e) {
|
|
289
289
|
var t = ct(this, e).delete(e);
|
|
290
290
|
return this.size -= t ? 1 : 0, t;
|
|
291
291
|
}
|
|
292
|
-
function
|
|
292
|
+
function vi(e) {
|
|
293
293
|
return ct(this, e).get(e);
|
|
294
294
|
}
|
|
295
295
|
function hi(e) {
|
|
@@ -307,8 +307,8 @@ function Se(e) {
|
|
|
307
307
|
}
|
|
308
308
|
}
|
|
309
309
|
Se.prototype.clear = di;
|
|
310
|
-
Se.prototype.delete =
|
|
311
|
-
Se.prototype.get =
|
|
310
|
+
Se.prototype.delete = gi;
|
|
311
|
+
Se.prototype.get = vi;
|
|
312
312
|
Se.prototype.has = hi;
|
|
313
313
|
Se.prototype.set = mi;
|
|
314
314
|
function yi(e, t) {
|
|
@@ -377,17 +377,17 @@ function ji(e, t, n) {
|
|
|
377
377
|
function Ai(e) {
|
|
378
378
|
return ji(e, Go, Oi);
|
|
379
379
|
}
|
|
380
|
-
var Tt =
|
|
381
|
-
(Tt && Q(new Tt(new ArrayBuffer(1))) != yn || Le && Q(new Le()) !=
|
|
382
|
-
var t = Ue(e), n = t == Ii ? e.constructor : void 0, r = n ?
|
|
380
|
+
var Tt = ve(Y, "DataView"), Pt = ve(Y, "Promise"), Vt = ve(Y, "Set"), gn = "[object Map]", Ii = "[object Object]", vn = "[object Promise]", hn = "[object Set]", mn = "[object WeakMap]", yn = "[object DataView]", Ni = ge(Tt), Bi = ge(Le), Di = ge(Pt), Fi = ge(Vt), Li = ge(Et), Q = Ue;
|
|
381
|
+
(Tt && Q(new Tt(new ArrayBuffer(1))) != yn || Le && Q(new Le()) != gn || Pt && Q(Pt.resolve()) != vn || Vt && Q(new Vt()) != hn || Et && Q(new Et()) != mn) && (Q = function(e) {
|
|
382
|
+
var t = Ue(e), n = t == Ii ? e.constructor : void 0, r = n ? ge(n) : "";
|
|
383
383
|
if (r)
|
|
384
384
|
switch (r) {
|
|
385
385
|
case Ni:
|
|
386
386
|
return yn;
|
|
387
387
|
case Bi:
|
|
388
|
-
return vn;
|
|
389
|
-
case Di:
|
|
390
388
|
return gn;
|
|
389
|
+
case Di:
|
|
390
|
+
return vn;
|
|
391
391
|
case Fi:
|
|
392
392
|
return hn;
|
|
393
393
|
case Li:
|
|
@@ -423,7 +423,7 @@ function qi(e, t) {
|
|
|
423
423
|
return new e.constructor(n, e.byteOffset, e.length);
|
|
424
424
|
}
|
|
425
425
|
var Ki = "[object Boolean]", Xi = "[object Date]", Yi = "[object Map]", Ji = "[object Number]", Zi = "[object RegExp]", Qi = "[object Set]", es = "[object String]", ts = "[object Symbol]", ns = "[object ArrayBuffer]", rs = "[object DataView]", as = "[object Float32Array]", os = "[object Float64Array]", is = "[object Int8Array]", ss = "[object Int16Array]", ls = "[object Int32Array]", us = "[object Uint8Array]", cs = "[object Uint8ClampedArray]", ds = "[object Uint16Array]", fs = "[object Uint32Array]";
|
|
426
|
-
function
|
|
426
|
+
function gs(e, t, n) {
|
|
427
427
|
var r = e.constructor;
|
|
428
428
|
switch (t) {
|
|
429
429
|
case ns:
|
|
@@ -456,7 +456,7 @@ function vs(e, t, n) {
|
|
|
456
456
|
return Gi(e);
|
|
457
457
|
}
|
|
458
458
|
}
|
|
459
|
-
function
|
|
459
|
+
function vs(e) {
|
|
460
460
|
return typeof e.constructor == "function" && !dr(e) ? Ha(pi(e)) : {};
|
|
461
461
|
}
|
|
462
462
|
var hs = "[object Map]";
|
|
@@ -481,20 +481,20 @@ function Je(e, t, n, r, a, o) {
|
|
|
481
481
|
i = zi(e);
|
|
482
482
|
else {
|
|
483
483
|
var l = Q(e), u = l == br || l == $s;
|
|
484
|
-
if (
|
|
484
|
+
if (vr(e))
|
|
485
485
|
return Ei(e);
|
|
486
486
|
if (l == _r || l == pr || u && !a)
|
|
487
|
-
i = u ? {} :
|
|
487
|
+
i = u ? {} : vs(e);
|
|
488
488
|
else {
|
|
489
489
|
if (!A[l])
|
|
490
490
|
return a ? e : {};
|
|
491
|
-
i =
|
|
491
|
+
i = gs(e, l);
|
|
492
492
|
}
|
|
493
493
|
}
|
|
494
494
|
o || (o = new $e());
|
|
495
|
-
var
|
|
496
|
-
if (
|
|
497
|
-
return
|
|
495
|
+
var g = o.get(e);
|
|
496
|
+
if (g)
|
|
497
|
+
return g;
|
|
498
498
|
o.set(e, i), _s(e) ? e.forEach(function(C) {
|
|
499
499
|
i.add(Je(C, t, n, C, e, o));
|
|
500
500
|
}) : ys(e) && e.forEach(function(C, S) {
|
|
@@ -699,9 +699,9 @@ function rl(e) {
|
|
|
699
699
|
a = r.slice(7, -1).split(/, /), o = +a[0], i = +a[3], s = +a[4], l = +a[5];
|
|
700
700
|
else
|
|
701
701
|
return new _t(t);
|
|
702
|
-
const u = n.transformOrigin,
|
|
702
|
+
const u = n.transformOrigin, g = t.x - s - (1 - o) * parseFloat(u), d = t.y - l - (1 - i) * parseFloat(u.slice(u.indexOf(" ") + 1)), _ = o ? t.width / o : e.offsetWidth + 1, C = i ? t.height / i : e.offsetHeight + 1;
|
|
703
703
|
return new _t({
|
|
704
|
-
x:
|
|
704
|
+
x: g,
|
|
705
705
|
y: d,
|
|
706
706
|
width: _,
|
|
707
707
|
height: C
|
|
@@ -734,15 +734,15 @@ function Bn(e, t) {
|
|
|
734
734
|
let l = n * Vn + r * kn + a * On, u = o * Vn + i * kn + s * On;
|
|
735
735
|
if (l <= qe && (l += (qe - l) ** jn), u <= qe && (u += (qe - u) ** jn), Math.abs(u - l) < ul)
|
|
736
736
|
return 0;
|
|
737
|
-
let
|
|
737
|
+
let g;
|
|
738
738
|
if (u > l) {
|
|
739
739
|
const d = (u ** ol - l ** il) * cl;
|
|
740
|
-
|
|
740
|
+
g = d < Nn ? 0 : d < An ? d - d * In * Ke : d - Ke;
|
|
741
741
|
} else {
|
|
742
742
|
const d = (u ** ll - l ** sl) * dl;
|
|
743
|
-
|
|
743
|
+
g = d > -Nn ? 0 : d > -An ? d - d * In * Ke : d + Ke;
|
|
744
744
|
}
|
|
745
|
-
return
|
|
745
|
+
return g * 100;
|
|
746
746
|
}
|
|
747
747
|
function Ae(e) {
|
|
748
748
|
ua(`Vuetify: ${e}`);
|
|
@@ -753,7 +753,7 @@ function jt(e) {
|
|
|
753
753
|
function fl(e) {
|
|
754
754
|
return jt(e) && !/^((rgb|hsl)a?\()?var\(--/.test(e);
|
|
755
755
|
}
|
|
756
|
-
const Dn = /^(?<fn>(?:rgb|hsl)a?)\((?<values>.+)\)/,
|
|
756
|
+
const Dn = /^(?<fn>(?:rgb|hsl)a?)\((?<values>.+)\)/, gl = {
|
|
757
757
|
rgb: (e, t, n, r) => ({
|
|
758
758
|
r: e,
|
|
759
759
|
g: t,
|
|
@@ -805,12 +805,12 @@ function Ve(e) {
|
|
|
805
805
|
fn: n,
|
|
806
806
|
values: r
|
|
807
807
|
} = t, a = r.split(/,\s*/).map((o) => o.endsWith("%") && ["hsl", "hsla", "hsv", "hsva"].includes(n) ? parseFloat(o) / 100 : parseFloat(o));
|
|
808
|
-
return
|
|
808
|
+
return gl[n](...a);
|
|
809
809
|
} else if (typeof e == "string") {
|
|
810
810
|
let t = e.startsWith("#") ? e.slice(1) : e;
|
|
811
811
|
[3, 4].includes(t.length) ? t = t.split("").map((r) => r + r).join("") : [6, 8].includes(t.length) || Ae(`'${e}' is not a valid hex(a) color`);
|
|
812
812
|
const n = parseInt(t, 16);
|
|
813
|
-
return (isNaN(n) || n < 0 || n > 4294967295) && Ae(`'${e}' is not a valid hex(a) color`),
|
|
813
|
+
return (isNaN(n) || n < 0 || n > 4294967295) && Ae(`'${e}' is not a valid hex(a) color`), vl(t);
|
|
814
814
|
} else if (typeof e == "object") {
|
|
815
815
|
if (bt(e, ["r", "g", "b"]))
|
|
816
816
|
return e;
|
|
@@ -856,7 +856,7 @@ function Er(e) {
|
|
|
856
856
|
a
|
|
857
857
|
};
|
|
858
858
|
}
|
|
859
|
-
function
|
|
859
|
+
function vl(e) {
|
|
860
860
|
e = hl(e);
|
|
861
861
|
let [t, n, r, a] = Zs(e, 2).map((o) => parseInt(o, 16));
|
|
862
862
|
return a = a === void 0 ? a : a / 255, {
|
|
@@ -893,8 +893,8 @@ function yl(e, t) {
|
|
|
893
893
|
if (i)
|
|
894
894
|
return u;
|
|
895
895
|
if (s || l) {
|
|
896
|
-
const
|
|
897
|
-
for (let d = 0; d <=
|
|
896
|
+
const g = Number(s || 1 / 0);
|
|
897
|
+
for (let d = 0; d <= g && !(!u || !("prev" in u)); d++)
|
|
898
898
|
u = u.prev;
|
|
899
899
|
return u && typeof l == "string" && l in u && (u = pe(pe(u, {
|
|
900
900
|
prev: u
|
|
@@ -919,15 +919,15 @@ function bl() {
|
|
|
919
919
|
}), o = new Proxy(e, {
|
|
920
920
|
get(l, u) {
|
|
921
921
|
var d, _, C, S;
|
|
922
|
-
const
|
|
923
|
-
return u === "class" || u === "style" ? [(d = a.value) == null ? void 0 : d[u],
|
|
922
|
+
const g = Reflect.get(l, u);
|
|
923
|
+
return u === "class" || u === "style" ? [(d = a.value) == null ? void 0 : d[u], g].filter((I) => I != null) : typeof u == "string" && !pl(r.vnode, u) ? ((_ = a.value) == null ? void 0 : _[u]) ?? ((S = (C = n.value) == null ? void 0 : C.global) == null ? void 0 : S[u]) ?? g : g;
|
|
924
924
|
}
|
|
925
925
|
}), i = tt();
|
|
926
926
|
Xn(() => {
|
|
927
927
|
if (a.value) {
|
|
928
928
|
const l = Object.entries(a.value).filter((u) => {
|
|
929
|
-
let [
|
|
930
|
-
return
|
|
929
|
+
let [g] = u;
|
|
930
|
+
return g.startsWith(g[0].toUpperCase());
|
|
931
931
|
});
|
|
932
932
|
i.value = l.length ? Object.fromEntries(l) : void 0;
|
|
933
933
|
} else
|
|
@@ -1044,7 +1044,7 @@ function At(e, t) {
|
|
|
1044
1044
|
n == null || n.stop();
|
|
1045
1045
|
});
|
|
1046
1046
|
}
|
|
1047
|
-
function
|
|
1047
|
+
function gt(e, t, n) {
|
|
1048
1048
|
let r = arguments.length > 3 && arguments[3] !== void 0 ? arguments[3] : (d) => d, a = arguments.length > 4 && arguments[4] !== void 0 ? arguments[4] : (d) => d;
|
|
1049
1049
|
const o = te("useProxiedModel"), i = D(e[t] !== void 0 ? e[t] : n), s = le(t), u = s !== t ? p(() => {
|
|
1050
1050
|
var d, _, C, S;
|
|
@@ -1058,7 +1058,7 @@ function vt(e, t, n) {
|
|
|
1058
1058
|
i.value = d;
|
|
1059
1059
|
});
|
|
1060
1060
|
});
|
|
1061
|
-
const
|
|
1061
|
+
const g = p({
|
|
1062
1062
|
get() {
|
|
1063
1063
|
const d = e[t];
|
|
1064
1064
|
return r(u.value ? d : i.value);
|
|
@@ -1068,9 +1068,9 @@ function vt(e, t, n) {
|
|
|
1068
1068
|
C === _ || r(C) === d || (i.value = _, o == null || o.emit(`update:${t}`, _));
|
|
1069
1069
|
}
|
|
1070
1070
|
});
|
|
1071
|
-
return Object.defineProperty(
|
|
1071
|
+
return Object.defineProperty(g, "externalValue", {
|
|
1072
1072
|
get: () => u.value ? e[t] : i.value
|
|
1073
|
-
}),
|
|
1073
|
+
}), g;
|
|
1074
1074
|
}
|
|
1075
1075
|
const Pr = Symbol.for("vuetify:locale");
|
|
1076
1076
|
function xl() {
|
|
@@ -1079,7 +1079,7 @@ function xl() {
|
|
|
1079
1079
|
throw new Error("[Vuetify] Could not find injected locale instance");
|
|
1080
1080
|
return e;
|
|
1081
1081
|
}
|
|
1082
|
-
function
|
|
1082
|
+
function vt() {
|
|
1083
1083
|
const e = ne(Pr);
|
|
1084
1084
|
if (!e)
|
|
1085
1085
|
throw new Error("[Vuetify] Could not find injected rtl instance");
|
|
@@ -1144,7 +1144,7 @@ function G(e, t, n) {
|
|
|
1144
1144
|
const {
|
|
1145
1145
|
offsetTop: l,
|
|
1146
1146
|
offsetLeft: u,
|
|
1147
|
-
offsetWidth:
|
|
1147
|
+
offsetWidth: g,
|
|
1148
1148
|
offsetHeight: d
|
|
1149
1149
|
} = s;
|
|
1150
1150
|
s._transitionInitialStyles = {
|
|
@@ -1153,7 +1153,7 @@ function G(e, t, n) {
|
|
|
1153
1153
|
left: s.style.left,
|
|
1154
1154
|
width: s.style.width,
|
|
1155
1155
|
height: s.style.height
|
|
1156
|
-
}, s.style.position = "absolute", s.style.top = `${l}px`, s.style.left = `${u}px`, s.style.width = `${
|
|
1156
|
+
}, s.style.position = "absolute", s.style.top = `${l}px`, s.style.left = `${u}px`, s.style.width = `${g}px`, s.style.height = `${d}px`;
|
|
1157
1157
|
}
|
|
1158
1158
|
r.hideOnLeave && s.style.setProperty("display", "none", "important");
|
|
1159
1159
|
},
|
|
@@ -1162,11 +1162,11 @@ function G(e, t, n) {
|
|
|
1162
1162
|
const {
|
|
1163
1163
|
position: l,
|
|
1164
1164
|
top: u,
|
|
1165
|
-
left:
|
|
1165
|
+
left: g,
|
|
1166
1166
|
width: d,
|
|
1167
1167
|
height: _
|
|
1168
1168
|
} = s._transitionInitialStyles;
|
|
1169
|
-
delete s._transitionInitialStyles, s.style.position = l || "", s.style.top = u || "", s.style.left =
|
|
1169
|
+
delete s._transitionInitialStyles, s.style.position = l || "", s.style.top = u || "", s.style.left = g || "", s.style.width = d || "", s.style.height = _ || "";
|
|
1170
1170
|
}
|
|
1171
1171
|
}
|
|
1172
1172
|
};
|
|
@@ -1405,7 +1405,7 @@ const Br = P({
|
|
|
1405
1405
|
disabled: a,
|
|
1406
1406
|
group: o
|
|
1407
1407
|
}).filter((u) => {
|
|
1408
|
-
let [
|
|
1408
|
+
let [g, d] = u;
|
|
1409
1409
|
return d !== void 0;
|
|
1410
1410
|
})), i), n);
|
|
1411
1411
|
};
|
|
@@ -1424,8 +1424,8 @@ function Pl(e, t) {
|
|
|
1424
1424
|
const u = (d = e._observe) == null ? void 0 : d[t.instance.$.uid];
|
|
1425
1425
|
if (!u)
|
|
1426
1426
|
return;
|
|
1427
|
-
const
|
|
1428
|
-
a && (!n.quiet || u.init) && (!n.once ||
|
|
1427
|
+
const g = s.some((_) => _.isIntersecting);
|
|
1428
|
+
a && (!n.quiet || u.init) && (!n.once || g || u.init) && a(g, s, l), g && n.once ? Fr(e, t) : u.init = !0;
|
|
1429
1429
|
}, o);
|
|
1430
1430
|
e._observe = Object(e._observe), e._observe[t.instance.$.uid] = {
|
|
1431
1431
|
init: !1,
|
|
@@ -1642,8 +1642,8 @@ const Wl = P({
|
|
|
1642
1642
|
} = ht(_e(e, "color"));
|
|
1643
1643
|
return Z(() => {
|
|
1644
1644
|
var _, C;
|
|
1645
|
-
const
|
|
1646
|
-
|
|
1645
|
+
const g = (_ = r.default) == null ? void 0 : _.call(r);
|
|
1646
|
+
g && (a.value = (C = Sr(g).filter((S) => S.type === da && S.children && typeof S.children == "string")[0]) == null ? void 0 : C.children);
|
|
1647
1647
|
const d = !!(n.onClick || n.onClickOnce);
|
|
1648
1648
|
return m(i.value.component, {
|
|
1649
1649
|
tag: e.tag,
|
|
@@ -1663,7 +1663,7 @@ const Wl = P({
|
|
|
1663
1663
|
"aria-hidden": !d,
|
|
1664
1664
|
tabindex: d ? e.disabled ? -1 : 0 : void 0
|
|
1665
1665
|
}, {
|
|
1666
|
-
default: () => [
|
|
1666
|
+
default: () => [g]
|
|
1667
1667
|
});
|
|
1668
1668
|
}), {};
|
|
1669
1669
|
}
|
|
@@ -1700,7 +1700,7 @@ function Rr(e) {
|
|
|
1700
1700
|
let t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : !1, n = arguments.length > 2 ? arguments[2] : void 0;
|
|
1701
1701
|
const {
|
|
1702
1702
|
isRtl: r
|
|
1703
|
-
} =
|
|
1703
|
+
} = vt();
|
|
1704
1704
|
return {
|
|
1705
1705
|
locationStyles: p(() => {
|
|
1706
1706
|
if (!e.location)
|
|
@@ -1779,10 +1779,10 @@ const Hl = P({
|
|
|
1779
1779
|
let {
|
|
1780
1780
|
slots: n
|
|
1781
1781
|
} = t;
|
|
1782
|
-
const r =
|
|
1782
|
+
const r = gt(e, "modelValue"), {
|
|
1783
1783
|
isRtl: a,
|
|
1784
1784
|
rtlClasses: o
|
|
1785
|
-
} =
|
|
1785
|
+
} = vt(), {
|
|
1786
1786
|
themeClasses: i
|
|
1787
1787
|
} = Ge(e), {
|
|
1788
1788
|
locationStyles: s
|
|
@@ -1790,7 +1790,7 @@ const Hl = P({
|
|
|
1790
1790
|
textColorClasses: l,
|
|
1791
1791
|
textColorStyles: u
|
|
1792
1792
|
} = ht(e, "color"), {
|
|
1793
|
-
backgroundColorClasses:
|
|
1793
|
+
backgroundColorClasses: g,
|
|
1794
1794
|
backgroundColorStyles: d
|
|
1795
1795
|
} = Ie(p(() => e.bgColor || e.color)), {
|
|
1796
1796
|
backgroundColorClasses: _,
|
|
@@ -1808,10 +1808,10 @@ const Hl = P({
|
|
|
1808
1808
|
if (!E.value)
|
|
1809
1809
|
return;
|
|
1810
1810
|
const {
|
|
1811
|
-
left:
|
|
1811
|
+
left: v,
|
|
1812
1812
|
right: $,
|
|
1813
1813
|
width: V
|
|
1814
|
-
} = E.value.getBoundingClientRect(), O = b.value ? V - y.clientX + ($ - V) : y.clientX -
|
|
1814
|
+
} = E.value.getBoundingClientRect(), O = b.value ? V - y.clientX + ($ - V) : y.clientX - v;
|
|
1815
1815
|
r.value = Math.round(O / V * w.value);
|
|
1816
1816
|
}
|
|
1817
1817
|
return Z(() => m(e.tag, {
|
|
@@ -1851,7 +1851,7 @@ const Hl = P({
|
|
|
1851
1851
|
"--v-progress-linear-stream-to": F(c.value * (b.value ? 1 : -1))
|
|
1852
1852
|
}
|
|
1853
1853
|
}, null), m("div", {
|
|
1854
|
-
class: ["v-progress-linear__background",
|
|
1854
|
+
class: ["v-progress-linear__background", g.value],
|
|
1855
1855
|
style: [d.value, {
|
|
1856
1856
|
opacity: parseFloat(e.bgOpacity),
|
|
1857
1857
|
width: e.stream ? 0 : void 0
|
|
@@ -1948,12 +1948,12 @@ const eu = function(e, t) {
|
|
|
1948
1948
|
}
|
|
1949
1949
|
let o = 0, i = 0.3;
|
|
1950
1950
|
(d = t._ripple) != null && d.circle ? (i = 0.15, o = t.clientWidth / 2, o = n.center ? o : o + Math.sqrt((r - o) ** 2 + (a - o) ** 2) / 4) : o = Math.sqrt(t.clientWidth ** 2 + t.clientHeight ** 2) / 2;
|
|
1951
|
-
const s = `${(t.clientWidth - o * 2) / 2}px`, l = `${(t.clientHeight - o * 2) / 2}px`, u = n.center ? s : `${r - o}px`,
|
|
1951
|
+
const s = `${(t.clientWidth - o * 2) / 2}px`, l = `${(t.clientHeight - o * 2) / 2}px`, u = n.center ? s : `${r - o}px`, g = n.center ? l : `${a - o}px`;
|
|
1952
1952
|
return {
|
|
1953
1953
|
radius: o,
|
|
1954
1954
|
scale: i,
|
|
1955
1955
|
x: u,
|
|
1956
|
-
y:
|
|
1956
|
+
y: g,
|
|
1957
1957
|
centerX: s,
|
|
1958
1958
|
centerY: l
|
|
1959
1959
|
};
|
|
@@ -1972,12 +1972,12 @@ const eu = function(e, t) {
|
|
|
1972
1972
|
x: s,
|
|
1973
1973
|
y: l,
|
|
1974
1974
|
centerX: u,
|
|
1975
|
-
centerY:
|
|
1975
|
+
centerY: g
|
|
1976
1976
|
} = eu(e, t, n), d = `${o * 2}px`;
|
|
1977
1977
|
a.className = "v-ripple__animation", a.style.width = d, a.style.height = d, t.appendChild(r);
|
|
1978
1978
|
const _ = window.getComputedStyle(t);
|
|
1979
1979
|
_ && _.position === "static" && (t.style.position = "relative", t.dataset.previousPosition = "static"), a.classList.add("v-ripple__animation--enter"), a.classList.add("v-ripple__animation--visible"), Mn(a, `translate(${s}, ${l}) scale3d(${i},${i},${i})`), a.dataset.activated = String(performance.now()), setTimeout(() => {
|
|
1980
|
-
a.classList.remove("v-ripple__animation--enter"), a.classList.add("v-ripple__animation--in"), Mn(a, `translate(${u}, ${
|
|
1980
|
+
a.classList.remove("v-ripple__animation--enter"), a.classList.add("v-ripple__animation--in"), Mn(a, `translate(${u}, ${g}) scale3d(1,1,1)`);
|
|
1981
1981
|
}, 0);
|
|
1982
1982
|
},
|
|
1983
1983
|
hide(e) {
|
|
@@ -2194,7 +2194,7 @@ const su = P({
|
|
|
2194
2194
|
}, "focus");
|
|
2195
2195
|
function Jr(e) {
|
|
2196
2196
|
let t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : re();
|
|
2197
|
-
const n =
|
|
2197
|
+
const n = gt(e, "focused"), r = p(() => ({
|
|
2198
2198
|
[`${t}--focused`]: n.value
|
|
2199
2199
|
}));
|
|
2200
2200
|
function a() {
|
|
@@ -2245,7 +2245,7 @@ const du = P({
|
|
|
2245
2245
|
}, "validation");
|
|
2246
2246
|
function fu(e) {
|
|
2247
2247
|
let t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : re(), n = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : ft();
|
|
2248
|
-
const r =
|
|
2248
|
+
const r = gt(e, "modelValue"), a = p(() => e.validationValue === void 0 ? r.value : e.validationValue), o = cu(), i = D([]), s = tt(!0), l = p(() => !!(Ze(r.value === "" ? null : r.value).length || Ze(a.value === "" ? null : a.value).length)), u = p(() => !!(e.disabled ?? (o == null ? void 0 : o.isDisabled.value))), g = p(() => !!(e.readonly ?? (o == null ? void 0 : o.isReadonly.value))), d = p(() => {
|
|
2249
2249
|
var f;
|
|
2250
2250
|
return (f = e.errorMessages) != null && f.length ? Ze(e.errorMessages).concat(i.value).slice(0, Math.max(0, +e.maxErrors)) : i.value;
|
|
2251
2251
|
}), _ = p(() => {
|
|
@@ -2265,7 +2265,7 @@ function fu(e) {
|
|
|
2265
2265
|
[`${t}--error`]: C.value === !1,
|
|
2266
2266
|
[`${t}--dirty`]: l.value,
|
|
2267
2267
|
[`${t}--disabled`]: u.value,
|
|
2268
|
-
[`${t}--readonly`]:
|
|
2268
|
+
[`${t}--readonly`]: g.value
|
|
2269
2269
|
})), U = te("validation"), E = p(() => e.name ?? se(n));
|
|
2270
2270
|
fa(() => {
|
|
2271
2271
|
o == null || o.register({
|
|
@@ -2277,7 +2277,7 @@ function fu(e) {
|
|
|
2277
2277
|
});
|
|
2278
2278
|
}), tr(() => {
|
|
2279
2279
|
o == null || o.unregister(E.value);
|
|
2280
|
-
}),
|
|
2280
|
+
}), ga(async () => {
|
|
2281
2281
|
_.value.lazy || await c(!0), o == null || o.update(E.value, C.value, d.value);
|
|
2282
2282
|
}), At(() => _.value.input, () => {
|
|
2283
2283
|
X(a, () => {
|
|
@@ -2324,7 +2324,7 @@ function fu(e) {
|
|
|
2324
2324
|
errorMessages: d,
|
|
2325
2325
|
isDirty: l,
|
|
2326
2326
|
isDisabled: u,
|
|
2327
|
-
isReadonly:
|
|
2327
|
+
isReadonly: g,
|
|
2328
2328
|
isPristine: s,
|
|
2329
2329
|
isValid: C,
|
|
2330
2330
|
isValidating: S,
|
|
@@ -2384,9 +2384,9 @@ const Zr = P({
|
|
|
2384
2384
|
themeClasses: s
|
|
2385
2385
|
} = Ge(e), {
|
|
2386
2386
|
rtlClasses: l
|
|
2387
|
-
} =
|
|
2387
|
+
} = vt(), {
|
|
2388
2388
|
InputIcon: u
|
|
2389
|
-
} = Xr(e),
|
|
2389
|
+
} = Xr(e), g = ft(), d = p(() => e.id || `input-${g}`), _ = p(() => `${d.value}-messages`), {
|
|
2390
2390
|
errorMessages: C,
|
|
2391
2391
|
isDirty: S,
|
|
2392
2392
|
isDisabled: I,
|
|
@@ -2416,7 +2416,7 @@ const Zr = P({
|
|
|
2416
2416
|
});
|
|
2417
2417
|
return Z(() => {
|
|
2418
2418
|
var O, L, z, R;
|
|
2419
|
-
const y = !!(r.prepend || e.prependIcon),
|
|
2419
|
+
const y = !!(r.prepend || e.prependIcon), v = !!(r.append || e.appendIcon), $ = x.value.length > 0, V = !e.hideDetails || e.hideDetails === "auto" && ($ || !!r.details);
|
|
2420
2420
|
return m("div", {
|
|
2421
2421
|
class: ["v-input", `v-input--${e.direction}`, {
|
|
2422
2422
|
"v-input--center-affix": e.centerAffix,
|
|
@@ -2431,7 +2431,7 @@ const Zr = P({
|
|
|
2431
2431
|
name: "prepend"
|
|
2432
2432
|
}, null)]), r.default && m("div", {
|
|
2433
2433
|
class: "v-input__control"
|
|
2434
|
-
}, [(L = r.default) == null ? void 0 : L.call(r, T.value)]),
|
|
2434
|
+
}, [(L = r.default) == null ? void 0 : L.call(r, T.value)]), v && m("div", {
|
|
2435
2435
|
key: "append",
|
|
2436
2436
|
class: "v-input__append"
|
|
2437
2437
|
}, [e.appendIcon && m(u, {
|
|
@@ -2464,7 +2464,7 @@ function wt(e, t) {
|
|
|
2464
2464
|
n = Object.getPrototypeOf(n);
|
|
2465
2465
|
}
|
|
2466
2466
|
}
|
|
2467
|
-
function
|
|
2467
|
+
function gu(e) {
|
|
2468
2468
|
for (var t = arguments.length, n = new Array(t > 1 ? t - 1 : 0), r = 1; r < t; r++)
|
|
2469
2469
|
n[r - 1] = arguments[r];
|
|
2470
2470
|
return e[Ct] = n, new Proxy(e, {
|
|
@@ -2516,20 +2516,20 @@ function vu(e) {
|
|
|
2516
2516
|
const u = l.value && l.value[Ct];
|
|
2517
2517
|
if (!u)
|
|
2518
2518
|
continue;
|
|
2519
|
-
const
|
|
2520
|
-
for (;
|
|
2521
|
-
const d =
|
|
2519
|
+
const g = u.slice();
|
|
2520
|
+
for (; g.length; ) {
|
|
2521
|
+
const d = g.shift(), _ = wt(d.value, o);
|
|
2522
2522
|
if (_)
|
|
2523
2523
|
return _;
|
|
2524
2524
|
const C = d.value && d.value[Ct];
|
|
2525
|
-
C &&
|
|
2525
|
+
C && g.push(...C);
|
|
2526
2526
|
}
|
|
2527
2527
|
}
|
|
2528
2528
|
}
|
|
2529
2529
|
}
|
|
2530
2530
|
});
|
|
2531
2531
|
}
|
|
2532
|
-
const
|
|
2532
|
+
const vu = P({
|
|
2533
2533
|
active: Boolean,
|
|
2534
2534
|
disabled: Boolean,
|
|
2535
2535
|
max: [Number, String],
|
|
@@ -2546,7 +2546,7 @@ const gu = P({
|
|
|
2546
2546
|
}, "VCounter"), hu = W()({
|
|
2547
2547
|
name: "VCounter",
|
|
2548
2548
|
functional: !0,
|
|
2549
|
-
props:
|
|
2549
|
+
props: vu(),
|
|
2550
2550
|
setup(e, t) {
|
|
2551
2551
|
let {
|
|
2552
2552
|
slots: n
|
|
@@ -2650,14 +2650,14 @@ const gu = P({
|
|
|
2650
2650
|
focusClasses: s,
|
|
2651
2651
|
isFocused: l,
|
|
2652
2652
|
focus: u,
|
|
2653
|
-
blur:
|
|
2653
|
+
blur: g
|
|
2654
2654
|
} = Jr(e), {
|
|
2655
2655
|
InputIcon: d
|
|
2656
2656
|
} = Xr(e), {
|
|
2657
2657
|
roundedClasses: _
|
|
2658
2658
|
} = Yt(e), {
|
|
2659
2659
|
rtlClasses: C
|
|
2660
|
-
} =
|
|
2660
|
+
} = vt(), S = p(() => e.dirty || e.active), I = p(() => !e.singleLine && !!(e.label || a.label)), U = ft(), E = p(() => e.id || `input-${U}`), M = p(() => `${E.value}-messages`), w = D(), c = D(), f = D(), h = p(() => ["plain", "underlined"].includes(e.variant)), {
|
|
2661
2661
|
backgroundColorClasses: b,
|
|
2662
2662
|
backgroundColorStyles: T
|
|
2663
2663
|
} = Ie(_e(e, "bgColor")), {
|
|
@@ -2687,11 +2687,11 @@ const gu = P({
|
|
|
2687
2687
|
}, {
|
|
2688
2688
|
flush: "post"
|
|
2689
2689
|
});
|
|
2690
|
-
const
|
|
2690
|
+
const v = p(() => ({
|
|
2691
2691
|
isActive: S,
|
|
2692
2692
|
isFocused: l,
|
|
2693
2693
|
controlRef: f,
|
|
2694
|
-
blur:
|
|
2694
|
+
blur: g,
|
|
2695
2695
|
focus: u
|
|
2696
2696
|
}));
|
|
2697
2697
|
function $(O) {
|
|
@@ -2704,7 +2704,7 @@ const gu = P({
|
|
|
2704
2704
|
return Z(() => {
|
|
2705
2705
|
var he, ae, oe;
|
|
2706
2706
|
const O = e.variant === "outlined", L = !!(a["prepend-inner"] || e.prependInnerIcon), z = !!(e.clearable || a.clear), R = !!(a["append-inner"] || e.appendInnerIcon || z), N = () => a.label ? a.label({
|
|
2707
|
-
...
|
|
2707
|
+
...v.value,
|
|
2708
2708
|
label: e.label,
|
|
2709
2709
|
props: {
|
|
2710
2710
|
for: E.value
|
|
@@ -2743,7 +2743,7 @@ const gu = P({
|
|
|
2743
2743
|
}, [e.prependInnerIcon && m(d, {
|
|
2744
2744
|
key: "prepend-icon",
|
|
2745
2745
|
name: "prependInner"
|
|
2746
|
-
}, null), (he = a["prepend-inner"]) == null ? void 0 : he.call(a,
|
|
2746
|
+
}, null), (he = a["prepend-inner"]) == null ? void 0 : he.call(a, v.value)]), m("div", {
|
|
2747
2747
|
class: "v-field__field",
|
|
2748
2748
|
"data-no-activator": ""
|
|
2749
2749
|
}, [["filled", "solo", "solo-inverted", "solo-filled"].includes(e.variant) && I.value && m(Xe, {
|
|
@@ -2761,14 +2761,14 @@ const gu = P({
|
|
|
2761
2761
|
}, {
|
|
2762
2762
|
default: () => [N()]
|
|
2763
2763
|
}), (ae = a.default) == null ? void 0 : ae.call(a, {
|
|
2764
|
-
...
|
|
2764
|
+
...v.value,
|
|
2765
2765
|
props: {
|
|
2766
2766
|
id: E.value,
|
|
2767
2767
|
class: "v-field__input",
|
|
2768
2768
|
"aria-describedby": M.value
|
|
2769
2769
|
},
|
|
2770
2770
|
focus: u,
|
|
2771
|
-
blur:
|
|
2771
|
+
blur: g
|
|
2772
2772
|
})]), z && m($l, {
|
|
2773
2773
|
key: "clear"
|
|
2774
2774
|
}, {
|
|
@@ -2785,24 +2785,24 @@ const gu = P({
|
|
|
2785
2785
|
}
|
|
2786
2786
|
}, {
|
|
2787
2787
|
default: () => [a.clear ? a.clear({
|
|
2788
|
-
...
|
|
2788
|
+
...v.value,
|
|
2789
2789
|
props: {
|
|
2790
2790
|
onKeydown: V,
|
|
2791
2791
|
onFocus: u,
|
|
2792
|
-
onBlur:
|
|
2792
|
+
onBlur: g,
|
|
2793
2793
|
onClick: e["onClick:clear"]
|
|
2794
2794
|
}
|
|
2795
2795
|
}) : m(d, {
|
|
2796
2796
|
name: "clear",
|
|
2797
2797
|
onKeydown: V,
|
|
2798
2798
|
onFocus: u,
|
|
2799
|
-
onBlur:
|
|
2799
|
+
onBlur: g
|
|
2800
2800
|
}, null)]
|
|
2801
2801
|
})]), [[nr, e.dirty]])]
|
|
2802
2802
|
}), R && m("div", {
|
|
2803
2803
|
key: "append",
|
|
2804
2804
|
class: "v-field__append-inner"
|
|
2805
|
-
}, [(oe = a["append-inner"]) == null ? void 0 : oe.call(a,
|
|
2805
|
+
}, [(oe = a["append-inner"]) == null ? void 0 : oe.call(a, v.value), e.appendInnerIcon && m(d, {
|
|
2806
2806
|
key: "append-icon",
|
|
2807
2807
|
name: "appendInner"
|
|
2808
2808
|
}, null)]), m("div", {
|
|
@@ -2872,11 +2872,11 @@ const bu = ["color", "file", "time", "date", "datetime-local", "week", "month"],
|
|
|
2872
2872
|
emit: r,
|
|
2873
2873
|
slots: a
|
|
2874
2874
|
} = t;
|
|
2875
|
-
const o =
|
|
2875
|
+
const o = gt(e, "modelValue"), {
|
|
2876
2876
|
isFocused: i,
|
|
2877
2877
|
focus: s,
|
|
2878
2878
|
blur: l
|
|
2879
|
-
} = Jr(e), u = p(() => typeof e.counterValue == "function" ? e.counterValue(o.value) : typeof e.counterValue == "number" ? e.counterValue : (o.value ?? "").toString().length),
|
|
2879
|
+
} = Jr(e), u = p(() => typeof e.counterValue == "function" ? e.counterValue(o.value) : typeof e.counterValue == "number" ? e.counterValue : (o.value ?? "").toString().length), g = p(() => {
|
|
2880
2880
|
if (n.maxlength)
|
|
2881
2881
|
return n.maxlength;
|
|
2882
2882
|
if (!(!e.counter || typeof e.counter != "number" && typeof e.counter != "string"))
|
|
@@ -2915,7 +2915,7 @@ const bu = ["color", "file", "time", "date", "datetime-local", "week", "month"],
|
|
|
2915
2915
|
return Z(() => {
|
|
2916
2916
|
const h = !!(a.counter || e.counter !== !1 && e.counter != null), b = !!(h || a.details), [T, x] = Js(n), {
|
|
2917
2917
|
modelValue: y,
|
|
2918
|
-
...
|
|
2918
|
+
...v
|
|
2919
2919
|
} = Wn.filterProps(e), $ = pu(e);
|
|
2920
2920
|
return m(Wn, be({
|
|
2921
2921
|
ref: C,
|
|
@@ -2927,7 +2927,7 @@ const bu = ["color", "file", "time", "date", "datetime-local", "week", "month"],
|
|
|
2927
2927
|
"v-input--plain-underlined": d.value
|
|
2928
2928
|
}, e.class],
|
|
2929
2929
|
style: e.style
|
|
2930
|
-
}, T,
|
|
2930
|
+
}, T, v, {
|
|
2931
2931
|
centerAffix: !d.value,
|
|
2932
2932
|
focused: i.value
|
|
2933
2933
|
}), {
|
|
@@ -2977,7 +2977,7 @@ const bu = ["color", "file", "time", "date", "datetime-local", "week", "month"],
|
|
|
2977
2977
|
type: e.type,
|
|
2978
2978
|
onFocus: E,
|
|
2979
2979
|
onBlur: l
|
|
2980
|
-
}, oe, x), null), [[
|
|
2980
|
+
}, oe, x), null), [[va("intersect"), {
|
|
2981
2981
|
handler: _
|
|
2982
2982
|
}, null, {
|
|
2983
2983
|
once: !0
|
|
@@ -3004,12 +3004,12 @@ const bu = ["color", "file", "time", "date", "datetime-local", "week", "month"],
|
|
|
3004
3004
|
return m(Oe, null, [(O = a.details) == null ? void 0 : O.call(a, V), h && m(Oe, null, [m("span", null, null), m(hu, {
|
|
3005
3005
|
active: e.persistentCounter || i.value,
|
|
3006
3006
|
value: u.value,
|
|
3007
|
-
max:
|
|
3007
|
+
max: g.value,
|
|
3008
3008
|
disabled: e.disabled
|
|
3009
3009
|
}, a.counter)])]);
|
|
3010
3010
|
} : void 0
|
|
3011
3011
|
});
|
|
3012
|
-
}),
|
|
3012
|
+
}), gu({}, C, S, I);
|
|
3013
3013
|
}
|
|
3014
3014
|
}), Cu = P({
|
|
3015
3015
|
color: String,
|
|
@@ -3043,12 +3043,12 @@ const bu = ["color", "file", "time", "date", "datetime-local", "week", "month"],
|
|
|
3043
3043
|
} = Al(e), {
|
|
3044
3044
|
locationStyles: u
|
|
3045
3045
|
} = Rr(e), {
|
|
3046
|
-
positionClasses:
|
|
3046
|
+
positionClasses: g
|
|
3047
3047
|
} = Zl(e), {
|
|
3048
3048
|
roundedClasses: d
|
|
3049
3049
|
} = Yt(e);
|
|
3050
3050
|
return Z(() => m(e.tag, {
|
|
3051
|
-
class: ["v-sheet", r.value, a.value, i.value, l.value,
|
|
3051
|
+
class: ["v-sheet", r.value, a.value, i.value, l.value, g.value, d.value, e.class],
|
|
3052
3052
|
style: [o.value, s.value, u.value, e.style]
|
|
3053
3053
|
}, n)), {};
|
|
3054
3054
|
}
|
|
@@ -3130,11 +3130,11 @@ function Gn(e, t, n, r) {
|
|
|
3130
3130
|
let l;
|
|
3131
3131
|
function u() {
|
|
3132
3132
|
!s && (k.NODE_ENV === "production" || !r) && (n.state.value[e] = a ? a() : {});
|
|
3133
|
-
const
|
|
3133
|
+
const g = k.NODE_ENV !== "production" && r ? (
|
|
3134
3134
|
// use ref() to unwrap refs inside state TODO: check if this is still necessary
|
|
3135
3135
|
et(D(a ? a() : {}).value)
|
|
3136
3136
|
) : et(n.state.value[e]);
|
|
3137
|
-
return q(
|
|
3137
|
+
return q(g, o, Object.keys(i || {}).reduce((d, _) => (k.NODE_ENV !== "production" && _ in g && console.warn(`[🍍]: A getter cannot have the same name as another state property. Rename one of them. Found with "${_}" in store "${e}".`), d[_] = Pe(p(() => {
|
|
3138
3138
|
ot(n);
|
|
3139
3139
|
const C = n._s.get(e);
|
|
3140
3140
|
return i[_].call(C, C);
|
|
@@ -3154,18 +3154,18 @@ function Ft(e, t, n = {}, r, a, o) {
|
|
|
3154
3154
|
k.NODE_ENV !== "production" && !Su && (l.onTrigger = (y) => {
|
|
3155
3155
|
u ? C = y : u == !1 && !b._hotUpdating && (Array.isArray(C) ? C.push(y) : console.error("🍍 debuggerEvents should be an array. This is most likely an internal Pinia bug."));
|
|
3156
3156
|
});
|
|
3157
|
-
let u,
|
|
3157
|
+
let u, g, d = [], _ = [], C;
|
|
3158
3158
|
const S = r.state.value[e];
|
|
3159
3159
|
!o && !S && (k.NODE_ENV === "production" || !a) && (r.state.value[e] = {});
|
|
3160
3160
|
const I = D({});
|
|
3161
3161
|
let U;
|
|
3162
3162
|
function E(y) {
|
|
3163
|
-
let
|
|
3164
|
-
u =
|
|
3163
|
+
let v;
|
|
3164
|
+
u = g = !1, k.NODE_ENV !== "production" && (C = []), typeof y == "function" ? (y(r.state.value[e]), v = {
|
|
3165
3165
|
type: Be.patchFunction,
|
|
3166
3166
|
storeId: e,
|
|
3167
3167
|
events: C
|
|
3168
|
-
}) : (Dt(r.state.value[e], y),
|
|
3168
|
+
}) : (Dt(r.state.value[e], y), v = {
|
|
3169
3169
|
type: Be.patchObject,
|
|
3170
3170
|
payload: y,
|
|
3171
3171
|
storeId: e,
|
|
@@ -3174,10 +3174,10 @@ function Ft(e, t, n = {}, r, a, o) {
|
|
|
3174
3174
|
const $ = U = Symbol();
|
|
3175
3175
|
De().then(() => {
|
|
3176
3176
|
U === $ && (u = !0);
|
|
3177
|
-
}),
|
|
3177
|
+
}), g = !0, ye(d, v, r.state.value[e]);
|
|
3178
3178
|
}
|
|
3179
3179
|
const M = o ? function() {
|
|
3180
|
-
const { state:
|
|
3180
|
+
const { state: v } = n, $ = v ? v() : {};
|
|
3181
3181
|
this.$patch((V) => {
|
|
3182
3182
|
q(V, $);
|
|
3183
3183
|
});
|
|
@@ -3190,7 +3190,7 @@ function Ft(e, t, n = {}, r, a, o) {
|
|
|
3190
3190
|
function w() {
|
|
3191
3191
|
i.stop(), d = [], _ = [], r._s.delete(e);
|
|
3192
3192
|
}
|
|
3193
|
-
function c(y,
|
|
3193
|
+
function c(y, v) {
|
|
3194
3194
|
return function() {
|
|
3195
3195
|
ot(r);
|
|
3196
3196
|
const $ = Array.from(arguments), V = [], O = [];
|
|
@@ -3209,7 +3209,7 @@ function Ft(e, t, n = {}, r, a, o) {
|
|
|
3209
3209
|
});
|
|
3210
3210
|
let R;
|
|
3211
3211
|
try {
|
|
3212
|
-
R =
|
|
3212
|
+
R = v.apply(this && this.$id === e ? this : b, $);
|
|
3213
3213
|
} catch (N) {
|
|
3214
3214
|
throw ye(O, N), N;
|
|
3215
3215
|
}
|
|
@@ -3228,14 +3228,14 @@ function Ft(e, t, n = {}, r, a, o) {
|
|
|
3228
3228
|
$onAction: Un.bind(null, _),
|
|
3229
3229
|
$patch: E,
|
|
3230
3230
|
$reset: M,
|
|
3231
|
-
$subscribe(y,
|
|
3232
|
-
const $ = Un(d, y,
|
|
3233
|
-
(
|
|
3231
|
+
$subscribe(y, v = {}) {
|
|
3232
|
+
const $ = Un(d, y, v.detached, () => V()), V = i.run(() => X(() => r.state.value[e], (O) => {
|
|
3233
|
+
(v.flush === "sync" ? g : u) && y({
|
|
3234
3234
|
storeId: e,
|
|
3235
3235
|
type: Be.direct,
|
|
3236
3236
|
events: C
|
|
3237
3237
|
}, O);
|
|
3238
|
-
}, q({}, l,
|
|
3238
|
+
}, q({}, l, v)));
|
|
3239
3239
|
return $;
|
|
3240
3240
|
},
|
|
3241
3241
|
$dispose: w
|
|
@@ -3252,17 +3252,17 @@ function Ft(e, t, n = {}, r, a, o) {
|
|
|
3252
3252
|
r._s.set(e, b);
|
|
3253
3253
|
const x = (r._a && r._a.runWithContext || Eu)(() => r._e.run(() => (i = Qn()).run(t)));
|
|
3254
3254
|
for (const y in x) {
|
|
3255
|
-
const
|
|
3256
|
-
if (K(
|
|
3257
|
-
k.NODE_ENV !== "production" && a ? Ye(I.value, y, _e(x, y)) : o || (S && Pu(
|
|
3258
|
-
else if (typeof
|
|
3259
|
-
const $ = k.NODE_ENV !== "production" && a ?
|
|
3260
|
-
x[y] = $, k.NODE_ENV !== "production" && (f.actions[y] =
|
|
3255
|
+
const v = x[y];
|
|
3256
|
+
if (K(v) && !Hn(v) || zt(v))
|
|
3257
|
+
k.NODE_ENV !== "production" && a ? Ye(I.value, y, _e(x, y)) : o || (S && Pu(v) && (K(v) ? v.value = S[y] : Dt(v, S[y])), r.state.value[e][y] = v), k.NODE_ENV !== "production" && f.state.push(y);
|
|
3258
|
+
else if (typeof v == "function") {
|
|
3259
|
+
const $ = k.NODE_ENV !== "production" && a ? v : c(y, v);
|
|
3260
|
+
x[y] = $, k.NODE_ENV !== "production" && (f.actions[y] = v), s.actions[y] = v;
|
|
3261
3261
|
} else
|
|
3262
|
-
k.NODE_ENV !== "production" && Hn(
|
|
3262
|
+
k.NODE_ENV !== "production" && Hn(v) && (f.getters[y] = o ? (
|
|
3263
3263
|
// @ts-expect-error
|
|
3264
3264
|
n.getters[y]
|
|
3265
|
-
) :
|
|
3265
|
+
) : v, Jt && (x._getters || // @ts-expect-error: same
|
|
3266
3266
|
(x._getters = Pe([]))).push(y));
|
|
3267
3267
|
}
|
|
3268
3268
|
if (q(b, x), q(er(b), x), Object.defineProperty(b, "$state", {
|
|
@@ -3270,37 +3270,37 @@ function Ft(e, t, n = {}, r, a, o) {
|
|
|
3270
3270
|
set: (y) => {
|
|
3271
3271
|
if (k.NODE_ENV !== "production" && a)
|
|
3272
3272
|
throw new Error("cannot set hotState");
|
|
3273
|
-
E((
|
|
3274
|
-
q(
|
|
3273
|
+
E((v) => {
|
|
3274
|
+
q(v, y);
|
|
3275
3275
|
});
|
|
3276
3276
|
}
|
|
3277
3277
|
}), k.NODE_ENV !== "production" && (b._hotUpdate = Pe((y) => {
|
|
3278
|
-
b._hotUpdating = !0, y._hmrPayload.state.forEach((
|
|
3279
|
-
if (
|
|
3280
|
-
const $ = y.$state[
|
|
3281
|
-
typeof $ == "object" && fe($) && fe(V) ? na($, V) : y.$state[
|
|
3278
|
+
b._hotUpdating = !0, y._hmrPayload.state.forEach((v) => {
|
|
3279
|
+
if (v in b.$state) {
|
|
3280
|
+
const $ = y.$state[v], V = b.$state[v];
|
|
3281
|
+
typeof $ == "object" && fe($) && fe(V) ? na($, V) : y.$state[v] = V;
|
|
3282
3282
|
}
|
|
3283
|
-
Ye(b,
|
|
3284
|
-
}), Object.keys(b.$state).forEach((
|
|
3285
|
-
|
|
3286
|
-
}), u = !1,
|
|
3283
|
+
Ye(b, v, _e(y.$state, v));
|
|
3284
|
+
}), Object.keys(b.$state).forEach((v) => {
|
|
3285
|
+
v in y.$state || xt(b, v);
|
|
3286
|
+
}), u = !1, g = !1, r.state.value[e] = _e(y._hmrPayload, "hotState"), g = !0, De().then(() => {
|
|
3287
3287
|
u = !0;
|
|
3288
3288
|
});
|
|
3289
|
-
for (const
|
|
3290
|
-
const $ = y[
|
|
3291
|
-
Ye(b,
|
|
3289
|
+
for (const v in y._hmrPayload.actions) {
|
|
3290
|
+
const $ = y[v];
|
|
3291
|
+
Ye(b, v, c(v, $));
|
|
3292
3292
|
}
|
|
3293
|
-
for (const
|
|
3294
|
-
const $ = y._hmrPayload.getters[
|
|
3293
|
+
for (const v in y._hmrPayload.getters) {
|
|
3294
|
+
const $ = y._hmrPayload.getters[v], V = o ? (
|
|
3295
3295
|
// special handling of options api
|
|
3296
3296
|
p(() => (ot(r), $.call(b, b)))
|
|
3297
3297
|
) : $;
|
|
3298
|
-
Ye(b,
|
|
3298
|
+
Ye(b, v, V);
|
|
3299
3299
|
}
|
|
3300
|
-
Object.keys(b._hmrPayload.getters).forEach((
|
|
3301
|
-
|
|
3302
|
-
}), Object.keys(b._hmrPayload.actions).forEach((
|
|
3303
|
-
|
|
3300
|
+
Object.keys(b._hmrPayload.getters).forEach((v) => {
|
|
3301
|
+
v in y._hmrPayload.getters || xt(b, v);
|
|
3302
|
+
}), Object.keys(b._hmrPayload.actions).forEach((v) => {
|
|
3303
|
+
v in y._hmrPayload.actions || xt(b, v);
|
|
3304
3304
|
}), b._hmrPayload = y._hmrPayload, b._getters = y._getters, b._hotUpdating = !1;
|
|
3305
3305
|
})), St) {
|
|
3306
3306
|
const y = {
|
|
@@ -3309,19 +3309,19 @@ function Ft(e, t, n = {}, r, a, o) {
|
|
|
3309
3309
|
// avoid warning on devtools trying to display this property
|
|
3310
3310
|
enumerable: !1
|
|
3311
3311
|
};
|
|
3312
|
-
["_p", "_hmrPayload", "_getters", "_customProperties"].forEach((
|
|
3313
|
-
Object.defineProperty(b,
|
|
3312
|
+
["_p", "_hmrPayload", "_getters", "_customProperties"].forEach((v) => {
|
|
3313
|
+
Object.defineProperty(b, v, q({ value: b[v] }, y));
|
|
3314
3314
|
});
|
|
3315
3315
|
}
|
|
3316
3316
|
return r._p.forEach((y) => {
|
|
3317
3317
|
if (St) {
|
|
3318
|
-
const
|
|
3318
|
+
const v = i.run(() => y({
|
|
3319
3319
|
store: b,
|
|
3320
3320
|
app: r._a,
|
|
3321
3321
|
pinia: r,
|
|
3322
3322
|
options: s
|
|
3323
3323
|
}));
|
|
3324
|
-
Object.keys(
|
|
3324
|
+
Object.keys(v || {}).forEach(($) => b._customProperties.add($)), q(b, v);
|
|
3325
3325
|
} else
|
|
3326
3326
|
q(b, i.run(() => y({
|
|
3327
3327
|
store: b,
|
|
@@ -3331,7 +3331,7 @@ function Ft(e, t, n = {}, r, a, o) {
|
|
|
3331
3331
|
})));
|
|
3332
3332
|
}), k.NODE_ENV !== "production" && b.$state && typeof b.$state == "object" && typeof b.$state.constructor == "function" && !b.$state.constructor.toString().includes("[native code]") && console.warn(`[🍍]: The "state" must be a plain object. It cannot be
|
|
3333
3333
|
state: () => new MyClass()
|
|
3334
|
-
Found in store "${b.$id}".`), S && o && n.hydrate && n.hydrate(b.$state, S), u = !0,
|
|
3334
|
+
Found in store "${b.$id}".`), S && o && n.hydrate && n.hydrate(b.$state, S), u = !0, g = !0, b;
|
|
3335
3335
|
}
|
|
3336
3336
|
function aa(e, t, n) {
|
|
3337
3337
|
let r, a;
|
|
@@ -3349,7 +3349,7 @@ function aa(e, t, n) {
|
|
|
3349
3349
|
See https://pinia.vuejs.org/core-concepts/outside-component-usage.html for help.
|
|
3350
3350
|
This will fail in production.`);
|
|
3351
3351
|
s = ke, s._s.has(r) || (o ? Ft(r, t, a, s) : Gn(r, a, s), k.NODE_ENV !== "production" && (i._pinia = s));
|
|
3352
|
-
const
|
|
3352
|
+
const g = s._s.get(r);
|
|
3353
3353
|
if (k.NODE_ENV !== "production" && l) {
|
|
3354
3354
|
const d = "__hot:" + r, _ = o ? Ft(d, t, a, s, !0) : Gn(d, q({}, a), s, !0);
|
|
3355
3355
|
l._hotUpdate(_), delete s.state.value[d], s._s.delete(d);
|
|
@@ -3359,10 +3359,10 @@ This will fail in production.`);
|
|
|
3359
3359
|
if (d && d.proxy && // avoid adding stores that are just built for hot module replacement
|
|
3360
3360
|
!l) {
|
|
3361
3361
|
const _ = d.proxy, C = "_pStores" in _ ? _._pStores : _._pStores = {};
|
|
3362
|
-
C[r] =
|
|
3362
|
+
C[r] = g;
|
|
3363
3363
|
}
|
|
3364
3364
|
}
|
|
3365
|
-
return
|
|
3365
|
+
return g;
|
|
3366
3366
|
}
|
|
3367
3367
|
return i.$id = r, i;
|
|
3368
3368
|
}
|
|
@@ -3393,7 +3393,7 @@ aa("viewMgr", () => {
|
|
|
3393
3393
|
o(l), e.value.push(l);
|
|
3394
3394
|
}
|
|
3395
3395
|
function o(l) {
|
|
3396
|
-
const u = e.value.findIndex((
|
|
3396
|
+
const u = e.value.findIndex((g) => g === l);
|
|
3397
3397
|
u !== -1 && e.value.splice(u, 1);
|
|
3398
3398
|
}
|
|
3399
3399
|
function i() {
|
|
@@ -3547,13 +3547,14 @@ const ku = /* @__PURE__ */ We({
|
|
|
3547
3547
|
}), Ou = /* @__PURE__ */ We({
|
|
3548
3548
|
__name: "index",
|
|
3549
3549
|
props: {
|
|
3550
|
+
i18n: {},
|
|
3550
3551
|
unique: {},
|
|
3551
|
-
|
|
3552
|
+
config: {},
|
|
3552
3553
|
object: {}
|
|
3553
3554
|
},
|
|
3554
3555
|
emits: ["change"],
|
|
3555
3556
|
setup(e, { emit: t }) {
|
|
3556
|
-
const { backgroundColor1: n, backgroundColor2: r } = Vu(), a = e, o = t, i = D("20px"), s = D("56px"), l = D("10px"), u = D("250px"),
|
|
3557
|
+
const { backgroundColor1: n, backgroundColor2: r } = Vu(), a = e, o = t, i = D("20px"), s = D("56px"), l = D("10px"), u = D("250px"), g = Lt({}), d = p(() => ({
|
|
3557
3558
|
position: "absolute",
|
|
3558
3559
|
width: "100%",
|
|
3559
3560
|
height: "calc(100% - 1px)",
|
|
@@ -3565,7 +3566,7 @@ const ku = /* @__PURE__ */ We({
|
|
|
3565
3566
|
function C(w, c, f, h) {
|
|
3566
3567
|
f[c.key] instanceof Array || (f[c.key] = [], o("change", w, f[c.key]));
|
|
3567
3568
|
const b = j(Kn, {
|
|
3568
|
-
title: c.name,
|
|
3569
|
+
title: a.i18n.global.t(c.name),
|
|
3569
3570
|
collapse: !!h.collapse,
|
|
3570
3571
|
onCollapse: (x) => {
|
|
3571
3572
|
h.collapse = x;
|
|
@@ -3605,7 +3606,7 @@ const ku = /* @__PURE__ */ We({
|
|
|
3605
3606
|
}
|
|
3606
3607
|
function S(w, c, f, h) {
|
|
3607
3608
|
const b = j(Kn, {
|
|
3608
|
-
title: c.name,
|
|
3609
|
+
title: a.i18n.global.t(c.name),
|
|
3609
3610
|
collapse: !!h.collapse,
|
|
3610
3611
|
onCollapse: (x) => {
|
|
3611
3612
|
h.collapse = x;
|
|
@@ -3620,15 +3621,15 @@ const ku = /* @__PURE__ */ We({
|
|
|
3620
3621
|
(() => {
|
|
3621
3622
|
var y;
|
|
3622
3623
|
const x = [];
|
|
3623
|
-
return (y = c.children) == null || y.forEach((
|
|
3624
|
-
typeof h[
|
|
3624
|
+
return (y = c.children) == null || y.forEach((v) => {
|
|
3625
|
+
typeof h[v.key] != "object" && (h[v.key] = {
|
|
3625
3626
|
collapse: !0
|
|
3626
3627
|
});
|
|
3627
3628
|
const $ = _(
|
|
3628
3629
|
w,
|
|
3629
|
-
|
|
3630
|
+
v,
|
|
3630
3631
|
c.keyFlag ? f : (typeof f[c.key] != "object" && (f[c.key] = {}, o("change", w, f[c.key])), f[c.key]),
|
|
3631
|
-
h[
|
|
3632
|
+
h[v.key]
|
|
3632
3633
|
);
|
|
3633
3634
|
x.push($);
|
|
3634
3635
|
}), x;
|
|
@@ -3667,7 +3668,7 @@ const ku = /* @__PURE__ */ We({
|
|
|
3667
3668
|
style: {
|
|
3668
3669
|
marginLeft: "4px"
|
|
3669
3670
|
},
|
|
3670
|
-
innerHTML: c.name
|
|
3671
|
+
innerHTML: a.i18n.global.t(c.name)
|
|
3671
3672
|
}),
|
|
3672
3673
|
j(
|
|
3673
3674
|
"div",
|
|
@@ -3759,7 +3760,7 @@ const ku = /* @__PURE__ */ We({
|
|
|
3759
3760
|
style: {
|
|
3760
3761
|
marginLeft: "4px"
|
|
3761
3762
|
},
|
|
3762
|
-
innerHTML: c.name
|
|
3763
|
+
innerHTML: a.i18n.global.t(c.name)
|
|
3763
3764
|
}),
|
|
3764
3765
|
j(
|
|
3765
3766
|
"div",
|
|
@@ -3799,7 +3800,7 @@ const ku = /* @__PURE__ */ We({
|
|
|
3799
3800
|
style: {
|
|
3800
3801
|
marginLeft: "4px"
|
|
3801
3802
|
},
|
|
3802
|
-
innerHTML: c.name
|
|
3803
|
+
innerHTML: a.i18n.global.t(c.name)
|
|
3803
3804
|
}),
|
|
3804
3805
|
j(
|
|
3805
3806
|
"div",
|
|
@@ -3844,10 +3845,10 @@ const ku = /* @__PURE__ */ We({
|
|
|
3844
3845
|
},
|
|
3845
3846
|
(() => {
|
|
3846
3847
|
const w = [];
|
|
3847
|
-
if (a.unique && a.
|
|
3848
|
-
|
|
3849
|
-
const c =
|
|
3850
|
-
a.
|
|
3848
|
+
if (a.unique && a.config && a.object) {
|
|
3849
|
+
g[a.unique] || (g[a.unique] = {});
|
|
3850
|
+
const c = g[a.unique];
|
|
3851
|
+
a.config.forEach((f) => {
|
|
3851
3852
|
const h = _("", f, a.object, c);
|
|
3852
3853
|
w.push(h);
|
|
3853
3854
|
});
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "x-prop-tree",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.3",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "dist/index.js",
|
|
7
7
|
"types": "dist/index.d.ts",
|
|
@@ -23,9 +23,10 @@
|
|
|
23
23
|
},
|
|
24
24
|
"peerDependencies": {
|
|
25
25
|
"vue": "^3.4.26",
|
|
26
|
+
"vue-i18n": "^9.13.1",
|
|
26
27
|
"vuetify": "^3.6.3",
|
|
27
28
|
"x-essential-lib": "^0.3.14",
|
|
28
|
-
"x-runtime-lib": "^0.1.
|
|
29
|
+
"x-runtime-lib": "^0.1.10"
|
|
29
30
|
},
|
|
30
31
|
"devDependencies": {
|
|
31
32
|
"@mdi/js": "^7.4.47",
|