jabroni-outfit 1.4.2 → 1.4.4
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/index.d.ts +62 -0
- package/dist/jabroni-outfit.es.js +59 -58
- package/dist/jabroni-outfit.es.js.map +1 -0
- package/dist/jabroni-outfit.umd.js +8 -7
- package/dist/jabroni-outfit.umd.js.map +1 -0
- package/package.json +16 -12
- package/src/{example.ts → test/example.ts} +7 -6
- package/src/test/umd-example.js +31 -0
- package/src/ui/vue-templates/RowElement.vue +0 -1
- package/.vscode/extensions.json +0 -3
- package/biome.json +0 -35
- package/index.html +0 -123
- package/postcss.config.js +0 -6
- package/tailwind.config.js +0 -18
- package/tsconfig.json +0 -28
- package/vite.config.js +0 -33
package/dist/index.d.ts
ADDED
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
import { Reactive } from 'vue';
|
|
2
|
+
|
|
3
|
+
export declare const DefaultScheme: Scheme;
|
|
4
|
+
|
|
5
|
+
export declare const defaultSchemeWithPrivateFilter: {};
|
|
6
|
+
|
|
7
|
+
export declare const defaultStateInclExclMiscPagination: StateOptions;
|
|
8
|
+
|
|
9
|
+
export declare const defaultStateWithDuration: StateOptions;
|
|
10
|
+
|
|
11
|
+
export declare const defaultStateWithDurationAndPrivacy: StateOptions;
|
|
12
|
+
|
|
13
|
+
export declare const extendDefaultScheme: (newScheme: Scheme) => {};
|
|
14
|
+
|
|
15
|
+
export declare class JabroniOutfitStore {
|
|
16
|
+
private callbacks;
|
|
17
|
+
state: Reactive<RecordV> | undefined;
|
|
18
|
+
stateLocale: Reactive<RecordV> | undefined;
|
|
19
|
+
constructor(options?: StateOptions);
|
|
20
|
+
subscribe(callback: NotifyApply): void;
|
|
21
|
+
notify(subject: RecordV): void;
|
|
22
|
+
parseState: (st: StateOptions) => void;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
export declare class JabroniOutfitUI {
|
|
26
|
+
constructor({ state, stateLocale }: JabroniOutfitStore, scheme?: Scheme);
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
declare type NotifyApply = (input: RecordV) => void;
|
|
30
|
+
|
|
31
|
+
declare type RecordV = Record<string, string | number | boolean>;
|
|
32
|
+
|
|
33
|
+
declare interface Scheme {
|
|
34
|
+
[key: string]: SchemeRow;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
declare type SchemeRow = SchemeRowEl[];
|
|
38
|
+
|
|
39
|
+
declare interface SchemeRowEl {
|
|
40
|
+
type: 'checkbox' | 'text' | 'number' | 'span' | 'button';
|
|
41
|
+
model?: string;
|
|
42
|
+
label?: string;
|
|
43
|
+
labelBefore?: string;
|
|
44
|
+
innerText?: string;
|
|
45
|
+
max?: string;
|
|
46
|
+
min?: string;
|
|
47
|
+
step?: string;
|
|
48
|
+
"v-if"?: string;
|
|
49
|
+
placeholder?: string;
|
|
50
|
+
callback?: () => void;
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
declare interface StateOption {
|
|
54
|
+
value: string | number | boolean;
|
|
55
|
+
persistent: boolean;
|
|
56
|
+
watch: boolean | string;
|
|
57
|
+
type: string;
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
declare type StateOptions = Record<string, StateOption>;
|
|
61
|
+
|
|
62
|
+
export { }
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
(function(){"use strict";try{if(typeof document<"u"){var e=document.createElement("style");e.appendChild(document.createTextNode('*:where(.taper-class,.taper-class *),:before:where(.taper-class,.taper-class *),:after:where(.taper-class,.taper-class *){box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before:where(.taper-class,.taper-class *),:after:where(.taper-class,.taper-class *){--tw-content: ""}.taper-class{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}.taper-class{margin:0;line-height:inherit}hr:where(.taper-class,.taper-class *){height:0;color:inherit;border-top-width:1px}abbr:where([title]):where(.taper-class,.taper-class *){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1:where(.taper-class,.taper-class *),h2:where(.taper-class,.taper-class *),h3:where(.taper-class,.taper-class *),h4:where(.taper-class,.taper-class *),h5:where(.taper-class,.taper-class *),h6:where(.taper-class,.taper-class *){font-size:inherit;font-weight:inherit}a:where(.taper-class,.taper-class *){color:inherit;text-decoration:inherit}b:where(.taper-class,.taper-class *),strong:where(.taper-class,.taper-class *){font-weight:bolder}code:where(.taper-class,.taper-class *),kbd:where(.taper-class,.taper-class *),samp:where(.taper-class,.taper-class *),pre:where(.taper-class,.taper-class *){font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small:where(.taper-class,.taper-class *){font-size:80%}sub:where(.taper-class,.taper-class *),sup:where(.taper-class,.taper-class *){font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub:where(.taper-class,.taper-class *){bottom:-.25em}sup:where(.taper-class,.taper-class *){top:-.5em}table:where(.taper-class,.taper-class *){text-indent:0;border-color:inherit;border-collapse:collapse}button:where(.taper-class,.taper-class *),input:where(.taper-class,.taper-class *),optgroup:where(.taper-class,.taper-class *),select:where(.taper-class,.taper-class *),textarea:where(.taper-class,.taper-class *){font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button:where(.taper-class,.taper-class *),select:where(.taper-class,.taper-class *){text-transform:none}button:where(.taper-class,.taper-class *),input:where([type=button]):where(.taper-class,.taper-class *),input:where([type=reset]):where(.taper-class,.taper-class *),input:where([type=submit]):where(.taper-class,.taper-class *){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring:where(.taper-class,.taper-class *){outline:auto}:-moz-ui-invalid:where(.taper-class,.taper-class *){box-shadow:none}progress:where(.taper-class,.taper-class *){vertical-align:baseline}::-webkit-inner-spin-button:where(.taper-class,.taper-class *),::-webkit-outer-spin-button:where(.taper-class,.taper-class *){height:auto}[type=search]:where(.taper-class,.taper-class *){-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration:where(.taper-class,.taper-class *){-webkit-appearance:none}::-webkit-file-upload-button:where(.taper-class,.taper-class *){-webkit-appearance:button;font:inherit}summary:where(.taper-class,.taper-class *){display:list-item}blockquote:where(.taper-class,.taper-class *),dl:where(.taper-class,.taper-class *),dd:where(.taper-class,.taper-class *),h1:where(.taper-class,.taper-class *),h2:where(.taper-class,.taper-class *),h3:where(.taper-class,.taper-class *),h4:where(.taper-class,.taper-class *),h5:where(.taper-class,.taper-class *),h6:where(.taper-class,.taper-class *),hr:where(.taper-class,.taper-class *),figure:where(.taper-class,.taper-class *),p:where(.taper-class,.taper-class *),pre:where(.taper-class,.taper-class *){margin:0}fieldset:where(.taper-class,.taper-class *){margin:0;padding:0}legend:where(.taper-class,.taper-class *){padding:0}ol:where(.taper-class,.taper-class *),ul:where(.taper-class,.taper-class *),menu:where(.taper-class,.taper-class *){list-style:none;margin:0;padding:0}dialog:where(.taper-class,.taper-class *){padding:0}textarea:where(.taper-class,.taper-class *){resize:vertical}input::-moz-placeholder:where(.taper-class,.taper-class *),textarea::-moz-placeholder:where(.taper-class,.taper-class *){opacity:1;color:#9ca3af}input::placeholder:where(.taper-class,.taper-class *),textarea::placeholder:where(.taper-class,.taper-class *){opacity:1;color:#9ca3af}button:where(.taper-class,.taper-class *),[role=button]:where(.taper-class,.taper-class *){cursor:pointer}:disabled:where(.taper-class,.taper-class *){cursor:default}img:where(.taper-class,.taper-class *),svg:where(.taper-class,.taper-class *),video:where(.taper-class,.taper-class *),canvas:where(.taper-class,.taper-class *),audio:where(.taper-class,.taper-class *),iframe:where(.taper-class,.taper-class *),embed:where(.taper-class,.taper-class *),object:where(.taper-class,.taper-class *){display:block;vertical-align:middle}img:where(.taper-class,.taper-class *),video:where(.taper-class,.taper-class *){max-width:100%;height:auto}[hidden]:where(.taper-class,.taper-class *){display:none}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }.taper-class .fixed{position:fixed}.taper-class .absolute{position:absolute}.taper-class .relative{position:relative}.taper-class .bottom-0{bottom:0}.taper-class .right-0{right:0}.taper-class .m-1{margin:.25rem}.taper-class .m-2{margin:.5rem}.taper-class .m-auto{margin:auto}.taper-class .mx-2{margin-left:.5rem;margin-right:.5rem}.taper-class .ml-auto{margin-left:auto}.taper-class .mr-2{margin-right:.5rem}.taper-class .mr-4{margin-right:1rem}.taper-class .flex{display:flex}.taper-class .hidden{display:none}.taper-class .size-auto{width:auto;height:auto}.taper-class .h-7{height:1.75rem}.taper-class .h-8{height:2rem}.taper-class .w-24{width:6rem}.taper-class .w-7{width:1.75rem}.taper-class .w-full{width:100%}.taper-class .max-w-full{max-width:100%}.taper-class .transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.taper-class .cursor-pointer{cursor:pointer}.taper-class .items-center{align-items:center}.taper-class .rounded{border-radius:.25rem}.taper-class .rounded-sm{border-radius:.125rem}.taper-class .bg-gray-700{--tw-bg-opacity: 1;background-color:rgb(55 65 81 / var(--tw-bg-opacity))}.taper-class .bg-zinc-700{--tw-bg-opacity: 1;background-color:rgb(63 63 70 / var(--tw-bg-opacity))}.taper-class .bg-zinc-800{--tw-bg-opacity: 1;background-color:rgb(39 39 42 / var(--tw-bg-opacity))}.taper-class .bg-zinc-900{--tw-bg-opacity: 1;background-color:rgb(24 24 27 / var(--tw-bg-opacity))}.taper-class .fill-gray-600{fill:#4b5563}.taper-class .stroke-gray-400{stroke:#9ca3af}.taper-class .p-2{padding:.5rem}.taper-class .px-2{padding-left:.5rem;padding-right:.5rem}.taper-class .px-3{padding-left:.75rem;padding-right:.75rem}.taper-class .py-1{padding-top:.25rem;padding-bottom:.25rem}.taper-class .py-2{padding-top:.5rem;padding-bottom:.5rem}.taper-class .font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.taper-class .text-zinc-300{--tw-text-opacity: 1;color:rgb(212 212 216 / var(--tw-text-opacity))}.taper-class .accent-gray-700{accent-color:#374151}.taper-class .outline-none{outline:2px solid transparent;outline-offset:2px}.taper-class .invert{--tw-invert: invert(100%);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.taper-class .checked\\:invert-0:checked{--tw-invert: invert(0);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.taper-class .hover\\:bg-gray-600:hover{--tw-bg-opacity: 1;background-color:rgb(75 85 99 / var(--tw-bg-opacity))}.taper-class .hover\\:bg-zinc-600:hover{--tw-bg-opacity: 1;background-color:rgb(82 82 91 / var(--tw-bg-opacity))}.taper-class .hover\\:bg-zinc-900:hover{--tw-bg-opacity: 1;background-color:rgb(24 24 27 / var(--tw-bg-opacity))}.taper-class .focus\\:outline-gray-600:focus{outline-color:#4b5563}')),document.head.appendChild(e)}}catch(a){console.error("vite-plugin-css-injected-by-js",a)}})();
|
|
1
|
+
(function(){"use strict";try{if(typeof document<"u"){var e=document.createElement("style");e.appendChild(document.createTextNode('*:where(.taper-class,.taper-class *),:before:where(.taper-class,.taper-class *),:after:where(.taper-class,.taper-class *){box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before:where(.taper-class,.taper-class *),:after:where(.taper-class,.taper-class *){--tw-content: ""}.taper-class{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}.taper-class{margin:0;line-height:inherit}hr:where(.taper-class,.taper-class *){height:0;color:inherit;border-top-width:1px}abbr:where([title]):where(.taper-class,.taper-class *){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1:where(.taper-class,.taper-class *),h2:where(.taper-class,.taper-class *),h3:where(.taper-class,.taper-class *),h4:where(.taper-class,.taper-class *),h5:where(.taper-class,.taper-class *),h6:where(.taper-class,.taper-class *){font-size:inherit;font-weight:inherit}a:where(.taper-class,.taper-class *){color:inherit;text-decoration:inherit}b:where(.taper-class,.taper-class *),strong:where(.taper-class,.taper-class *){font-weight:bolder}code:where(.taper-class,.taper-class *),kbd:where(.taper-class,.taper-class *),samp:where(.taper-class,.taper-class *),pre:where(.taper-class,.taper-class *){font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small:where(.taper-class,.taper-class *){font-size:80%}sub:where(.taper-class,.taper-class *),sup:where(.taper-class,.taper-class *){font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub:where(.taper-class,.taper-class *){bottom:-.25em}sup:where(.taper-class,.taper-class *){top:-.5em}table:where(.taper-class,.taper-class *){text-indent:0;border-color:inherit;border-collapse:collapse}button:where(.taper-class,.taper-class *),input:where(.taper-class,.taper-class *),optgroup:where(.taper-class,.taper-class *),select:where(.taper-class,.taper-class *),textarea:where(.taper-class,.taper-class *){font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button:where(.taper-class,.taper-class *),select:where(.taper-class,.taper-class *){text-transform:none}button:where(.taper-class,.taper-class *),input:where([type=button]):where(.taper-class,.taper-class *),input:where([type=reset]):where(.taper-class,.taper-class *),input:where([type=submit]):where(.taper-class,.taper-class *){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring:where(.taper-class,.taper-class *){outline:auto}:-moz-ui-invalid:where(.taper-class,.taper-class *){box-shadow:none}progress:where(.taper-class,.taper-class *){vertical-align:baseline}::-webkit-inner-spin-button:where(.taper-class,.taper-class *),::-webkit-outer-spin-button:where(.taper-class,.taper-class *){height:auto}[type=search]:where(.taper-class,.taper-class *){-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration:where(.taper-class,.taper-class *){-webkit-appearance:none}::-webkit-file-upload-button:where(.taper-class,.taper-class *){-webkit-appearance:button;font:inherit}summary:where(.taper-class,.taper-class *){display:list-item}blockquote:where(.taper-class,.taper-class *),dl:where(.taper-class,.taper-class *),dd:where(.taper-class,.taper-class *),h1:where(.taper-class,.taper-class *),h2:where(.taper-class,.taper-class *),h3:where(.taper-class,.taper-class *),h4:where(.taper-class,.taper-class *),h5:where(.taper-class,.taper-class *),h6:where(.taper-class,.taper-class *),hr:where(.taper-class,.taper-class *),figure:where(.taper-class,.taper-class *),p:where(.taper-class,.taper-class *),pre:where(.taper-class,.taper-class *){margin:0}fieldset:where(.taper-class,.taper-class *){margin:0;padding:0}legend:where(.taper-class,.taper-class *){padding:0}ol:where(.taper-class,.taper-class *),ul:where(.taper-class,.taper-class *),menu:where(.taper-class,.taper-class *){list-style:none;margin:0;padding:0}dialog:where(.taper-class,.taper-class *){padding:0}textarea:where(.taper-class,.taper-class *){resize:vertical}input::-moz-placeholder:where(.taper-class,.taper-class *),textarea::-moz-placeholder:where(.taper-class,.taper-class *){opacity:1;color:#9ca3af}input::placeholder:where(.taper-class,.taper-class *),textarea::placeholder:where(.taper-class,.taper-class *){opacity:1;color:#9ca3af}button:where(.taper-class,.taper-class *),[role=button]:where(.taper-class,.taper-class *){cursor:pointer}:disabled:where(.taper-class,.taper-class *){cursor:default}img:where(.taper-class,.taper-class *),svg:where(.taper-class,.taper-class *),video:where(.taper-class,.taper-class *),canvas:where(.taper-class,.taper-class *),audio:where(.taper-class,.taper-class *),iframe:where(.taper-class,.taper-class *),embed:where(.taper-class,.taper-class *),object:where(.taper-class,.taper-class *){display:block;vertical-align:middle}img:where(.taper-class,.taper-class *),video:where(.taper-class,.taper-class *){max-width:100%;height:auto}[hidden]:where(.taper-class,.taper-class *){display:none}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }.taper-class .fixed{position:fixed}.taper-class .relative{position:relative}.taper-class .bottom-0{bottom:0}.taper-class .right-0{right:0}.taper-class .m-1{margin:.25rem}.taper-class .m-2{margin:.5rem}.taper-class .m-auto{margin:auto}.taper-class .mx-2{margin-left:.5rem;margin-right:.5rem}.taper-class .ml-auto{margin-left:auto}.taper-class .mr-2{margin-right:.5rem}.taper-class .mr-4{margin-right:1rem}.taper-class .flex{display:flex}.taper-class .hidden{display:none}.taper-class .size-auto{width:auto;height:auto}.taper-class .h-7{height:1.75rem}.taper-class .h-8{height:2rem}.taper-class .w-24{width:6rem}.taper-class .w-7{width:1.75rem}.taper-class .w-full{width:100%}.taper-class .max-w-full{max-width:100%}.taper-class .cursor-pointer{cursor:pointer}.taper-class .items-center{align-items:center}.taper-class .rounded{border-radius:.25rem}.taper-class .rounded-sm{border-radius:.125rem}.taper-class .bg-gray-700{--tw-bg-opacity: 1;background-color:rgb(55 65 81 / var(--tw-bg-opacity))}.taper-class .bg-zinc-700{--tw-bg-opacity: 1;background-color:rgb(63 63 70 / var(--tw-bg-opacity))}.taper-class .bg-zinc-800{--tw-bg-opacity: 1;background-color:rgb(39 39 42 / var(--tw-bg-opacity))}.taper-class .bg-zinc-900{--tw-bg-opacity: 1;background-color:rgb(24 24 27 / var(--tw-bg-opacity))}.taper-class .fill-gray-600{fill:#4b5563}.taper-class .stroke-gray-400{stroke:#9ca3af}.taper-class .p-2{padding:.5rem}.taper-class .px-2{padding-left:.5rem;padding-right:.5rem}.taper-class .px-3{padding-left:.75rem;padding-right:.75rem}.taper-class .py-1{padding-top:.25rem;padding-bottom:.25rem}.taper-class .py-2{padding-top:.5rem;padding-bottom:.5rem}.taper-class .font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.taper-class .text-zinc-300{--tw-text-opacity: 1;color:rgb(212 212 216 / var(--tw-text-opacity))}.taper-class .accent-gray-700{accent-color:#374151}.taper-class .outline-none{outline:2px solid transparent;outline-offset:2px}.taper-class .invert{--tw-invert: invert(100%);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.taper-class .checked\\:invert-0:checked{--tw-invert: invert(0);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.taper-class .hover\\:bg-gray-600:hover{--tw-bg-opacity: 1;background-color:rgb(75 85 99 / var(--tw-bg-opacity))}.taper-class .hover\\:bg-zinc-600:hover{--tw-bg-opacity: 1;background-color:rgb(82 82 91 / var(--tw-bg-opacity))}.taper-class .hover\\:bg-zinc-900:hover{--tw-bg-opacity: 1;background-color:rgb(24 24 27 / var(--tw-bg-opacity))}.taper-class .focus\\:outline-gray-600:focus{outline-color:#4b5563}')),document.head.appendChild(e)}}catch(a){console.error("vite-plugin-css-injected-by-js",a)}})();
|
|
2
2
|
var Vi = Object.defineProperty;
|
|
3
3
|
var Ci = (e, t, n) => t in e ? Vi(e, t, { enumerable: !0, configurable: !0, writable: !0, value: n }) : e[t] = n;
|
|
4
4
|
var ze = (e, t, n) => Ci(e, typeof t != "symbol" ? t + "" : t, n);
|
|
@@ -704,11 +704,11 @@ const to = (e) => B(e) ? gn(e) : e, no = (e) => B(e) ? Cr(e) : e;
|
|
|
704
704
|
function re(e) {
|
|
705
705
|
return !!(e && e.__v_isRef === !0);
|
|
706
706
|
}
|
|
707
|
-
function
|
|
707
|
+
function X(e) {
|
|
708
708
|
return re(e) ? e.value : e;
|
|
709
709
|
}
|
|
710
710
|
const Ns = {
|
|
711
|
-
get: (e, t, n) =>
|
|
711
|
+
get: (e, t, n) => X(Reflect.get(e, t, n)),
|
|
712
712
|
set: (e, t, n, o) => {
|
|
713
713
|
const r = e[t];
|
|
714
714
|
return re(r) && !re(n) ? (r.value = n, !0) : Reflect.set(e, t, n, o);
|
|
@@ -888,7 +888,7 @@ function xs(e, t, n, o = !0) {
|
|
|
888
888
|
console.error(e);
|
|
889
889
|
}
|
|
890
890
|
let At = !1, Rn = !1;
|
|
891
|
-
const
|
|
891
|
+
const Z = [];
|
|
892
892
|
let Ne = 0;
|
|
893
893
|
const ht = [];
|
|
894
894
|
let Le = null, Je = 0;
|
|
@@ -900,25 +900,25 @@ function Vs(e) {
|
|
|
900
900
|
return e ? t.then(this ? e.bind(this) : e) : t;
|
|
901
901
|
}
|
|
902
902
|
function Cs(e) {
|
|
903
|
-
let t = Ne + 1, n =
|
|
903
|
+
let t = Ne + 1, n = Z.length;
|
|
904
904
|
for (; t < n; ) {
|
|
905
|
-
const o = t + n >>> 1, r =
|
|
905
|
+
const o = t + n >>> 1, r = Z[o], i = Ft(r);
|
|
906
906
|
i < e || i === e && r.pre ? t = o + 1 : n = o;
|
|
907
907
|
}
|
|
908
908
|
return t;
|
|
909
909
|
}
|
|
910
910
|
function En(e) {
|
|
911
|
-
(!
|
|
911
|
+
(!Z.length || !Z.includes(
|
|
912
912
|
e,
|
|
913
913
|
At && e.allowRecurse ? Ne + 1 : Ne
|
|
914
|
-
)) && (e.id == null ?
|
|
914
|
+
)) && (e.id == null ? Z.push(e) : Z.splice(Cs(e.id), 0, e), Mr());
|
|
915
915
|
}
|
|
916
916
|
function Mr() {
|
|
917
917
|
!At && !Rn && (Rn = !0, oo = $r.then(Pr));
|
|
918
918
|
}
|
|
919
919
|
function Ss(e) {
|
|
920
|
-
const t =
|
|
921
|
-
t > Ne &&
|
|
920
|
+
const t = Z.indexOf(e);
|
|
921
|
+
t > Ne && Z.splice(t, 1);
|
|
922
922
|
}
|
|
923
923
|
function Ar(e) {
|
|
924
924
|
S(e) ? ht.push(...e) : (!Le || !Le.includes(
|
|
@@ -927,12 +927,12 @@ function Ar(e) {
|
|
|
927
927
|
)) && ht.push(e), Mr();
|
|
928
928
|
}
|
|
929
929
|
function Io(e, t, n = At ? Ne + 1 : 0) {
|
|
930
|
-
for (a.NODE_ENV !== "production" && (t = t || /* @__PURE__ */ new Map()); n <
|
|
931
|
-
const o =
|
|
930
|
+
for (a.NODE_ENV !== "production" && (t = t || /* @__PURE__ */ new Map()); n < Z.length; n++) {
|
|
931
|
+
const o = Z[n];
|
|
932
932
|
if (o && o.pre) {
|
|
933
933
|
if (e && o.id !== e.uid || a.NODE_ENV !== "production" && ro(t, o))
|
|
934
934
|
continue;
|
|
935
|
-
|
|
935
|
+
Z.splice(n, 1), n--, o();
|
|
936
936
|
}
|
|
937
937
|
}
|
|
938
938
|
}
|
|
@@ -961,11 +961,11 @@ const Ft = (e) => e.id == null ? 1 / 0 : e.id, Ts = (e, t) => {
|
|
|
961
961
|
return n;
|
|
962
962
|
};
|
|
963
963
|
function Pr(e) {
|
|
964
|
-
Rn = !1, At = !0, a.NODE_ENV !== "production" && (e = e || /* @__PURE__ */ new Map()),
|
|
964
|
+
Rn = !1, At = !0, a.NODE_ENV !== "production" && (e = e || /* @__PURE__ */ new Map()), Z.sort(Ts);
|
|
965
965
|
const t = a.NODE_ENV !== "production" ? (n) => ro(e, n) : oe;
|
|
966
966
|
try {
|
|
967
|
-
for (Ne = 0; Ne <
|
|
968
|
-
const n =
|
|
967
|
+
for (Ne = 0; Ne < Z.length; Ne++) {
|
|
968
|
+
const n = Z[Ne];
|
|
969
969
|
if (n && n.active !== !1) {
|
|
970
970
|
if (a.NODE_ENV !== "production" && t(n))
|
|
971
971
|
continue;
|
|
@@ -977,7 +977,7 @@ function Pr(e) {
|
|
|
977
977
|
}
|
|
978
978
|
}
|
|
979
979
|
} finally {
|
|
980
|
-
Ne = 0,
|
|
980
|
+
Ne = 0, Z.length = 0, Fr(e), At = !1, oo = null, (Z.length || ht.length) && Pr(e);
|
|
981
981
|
}
|
|
982
982
|
}
|
|
983
983
|
function ro(e, t) {
|
|
@@ -2147,7 +2147,7 @@ function bl(e, t) {
|
|
|
2147
2147
|
Sn(l, b),
|
|
2148
2148
|
w,
|
|
2149
2149
|
y
|
|
2150
|
-
), T && Ge(l, null, E, "created"),
|
|
2150
|
+
), T && Ge(l, null, E, "created"), ee(O, l, l.scopeId, w, E), v) {
|
|
2151
2151
|
for (const k in v)
|
|
2152
2152
|
k !== "value" && !Tt(k) && i(O, k, null, v[k], b, E);
|
|
2153
2153
|
"value" in v && i(O, "value", null, v.value, b), (_ = v.onVnodeBeforeMount) && be(_, E, l);
|
|
@@ -2157,7 +2157,7 @@ function bl(e, t) {
|
|
|
2157
2157
|
A && D.beforeEnter(O), o(O, u, h), ((_ = v && v.onVnodeMounted) || A || T) && ie(() => {
|
|
2158
2158
|
_ && be(_, E, l), A && D.enter(O), T && Ge(l, null, E, "mounted");
|
|
2159
2159
|
}, g);
|
|
2160
|
-
},
|
|
2160
|
+
}, ee = (l, u, h, E, g) => {
|
|
2161
2161
|
if (h && C(l, h), E)
|
|
2162
2162
|
for (let b = 0; b < E.length; b++)
|
|
2163
2163
|
C(l, E[b]);
|
|
@@ -2165,7 +2165,7 @@ function bl(e, t) {
|
|
|
2165
2165
|
let b = g.subTree;
|
|
2166
2166
|
if (a.NODE_ENV !== "production" && b.patchFlag > 0 && b.patchFlag & 2048 && (b = co(b.children) || b), u === b) {
|
|
2167
2167
|
const w = g.vnode;
|
|
2168
|
-
|
|
2168
|
+
ee(
|
|
2169
2169
|
l,
|
|
2170
2170
|
w,
|
|
2171
2171
|
w.scopeId,
|
|
@@ -2893,8 +2893,8 @@ function vl(e, t, {
|
|
|
2893
2893
|
} = U) {
|
|
2894
2894
|
if (t && i) {
|
|
2895
2895
|
const M = t;
|
|
2896
|
-
t = (...
|
|
2897
|
-
M(...
|
|
2896
|
+
t = (...ee) => {
|
|
2897
|
+
M(...ee), he();
|
|
2898
2898
|
};
|
|
2899
2899
|
}
|
|
2900
2900
|
a.NODE_ENV !== "production" && o !== void 0 && typeof o == "number" && x(
|
|
@@ -2954,7 +2954,7 @@ function vl(e, t, {
|
|
|
2954
2954
|
if (!(!K.active || !K.dirty))
|
|
2955
2955
|
if (t) {
|
|
2956
2956
|
const M = K.run();
|
|
2957
|
-
(o || N || (C ? M.some((
|
|
2957
|
+
(o || N || (C ? M.some((ee, le) => _t(ee, H[le])) : _t(M, H))) && ($ && $(), Se(t, p, 3, [
|
|
2958
2958
|
M,
|
|
2959
2959
|
// pass undefined as the old value when it's changed for the first time
|
|
2960
2960
|
H === qt ? void 0 : C && H[0] === qt ? [] : H,
|
|
@@ -3088,12 +3088,12 @@ function Tn(e) {
|
|
|
3088
3088
|
try {
|
|
3089
3089
|
if (n.shapeFlag & 4) {
|
|
3090
3090
|
const z = r || o, he = a.NODE_ENV !== "production" && C.__isScriptSetup ? new Proxy(z, {
|
|
3091
|
-
get(M,
|
|
3091
|
+
get(M, ee, le) {
|
|
3092
3092
|
return x(
|
|
3093
3093
|
`Property '${String(
|
|
3094
|
-
|
|
3094
|
+
ee
|
|
3095
3095
|
)}' was accessed via 'this'. Avoid using 'this' in templates.`
|
|
3096
|
-
), Reflect.get(M,
|
|
3096
|
+
), Reflect.get(M, ee, le);
|
|
3097
3097
|
}
|
|
3098
3098
|
}) : z;
|
|
3099
3099
|
H = _e(
|
|
@@ -3138,15 +3138,15 @@ function Tn(e) {
|
|
|
3138
3138
|
i
|
|
3139
3139
|
)), j = Be(j, W, !1, !0);
|
|
3140
3140
|
else if (a.NODE_ENV !== "production" && !Kn && j.type !== de) {
|
|
3141
|
-
const M = Object.keys(c),
|
|
3141
|
+
const M = Object.keys(c), ee = [], le = [];
|
|
3142
3142
|
for (let Nt = 0, yt = M.length; Nt < yt; Nt++) {
|
|
3143
3143
|
const Ae = M[Nt];
|
|
3144
|
-
Lt(Ae) ? on(Ae) ||
|
|
3144
|
+
Lt(Ae) ? on(Ae) || ee.push(Ae[2].toLowerCase() + Ae.slice(3)) : le.push(Ae);
|
|
3145
3145
|
}
|
|
3146
3146
|
le.length && x(
|
|
3147
3147
|
`Extraneous non-props attributes (${le.join(", ")}) were passed to component but could not be automatically inherited because component renders fragment or text root nodes.`
|
|
3148
|
-
),
|
|
3149
|
-
`Extraneous non-emits event listeners (${
|
|
3148
|
+
), ee.length && x(
|
|
3149
|
+
`Extraneous non-emits event listeners (${ee.join(", ")}) were passed to component but could not be automatically inherited because component renders fragment or text root nodes. If the listener is intended to be a component custom event listener only, declare it using the "emits" option.`
|
|
3150
3150
|
);
|
|
3151
3151
|
}
|
|
3152
3152
|
}
|
|
@@ -3242,7 +3242,7 @@ function Ml(e, t) {
|
|
|
3242
3242
|
}
|
|
3243
3243
|
const ce = Symbol.for("v-fgt"), Ht = Symbol.for("v-txt"), de = Symbol.for("v-cmt"), en = Symbol.for("v-stc"), $t = [];
|
|
3244
3244
|
let fe = null;
|
|
3245
|
-
function
|
|
3245
|
+
function Q(e = !1) {
|
|
3246
3246
|
$t.push(fe = e ? null : []);
|
|
3247
3247
|
}
|
|
3248
3248
|
function Al() {
|
|
@@ -3431,7 +3431,7 @@ function ai(e = " ", t = 0) {
|
|
|
3431
3431
|
return Te(Ht, null, e, t);
|
|
3432
3432
|
}
|
|
3433
3433
|
function Xe(e = "", t = !1) {
|
|
3434
|
-
return t ? (
|
|
3434
|
+
return t ? (Q(), gt(de, null, e)) : Te(de, null, e);
|
|
3435
3435
|
}
|
|
3436
3436
|
function _e(e) {
|
|
3437
3437
|
return e == null || typeof e == "boolean" ? Te(de) : S(e) ? Te(
|
|
@@ -4334,7 +4334,7 @@ const bi = {
|
|
|
4334
4334
|
Mc
|
|
4335
4335
|
];
|
|
4336
4336
|
function Fc(e, t) {
|
|
4337
|
-
return
|
|
4337
|
+
return Q(), ve("svg", $c, Ac);
|
|
4338
4338
|
}
|
|
4339
4339
|
const Pc = /* @__PURE__ */ Ni(Ic, [["render", Fc]]), Lc = {}, Rc = {
|
|
4340
4340
|
class: "h-7 w-7 fill-gray-600 stroke-gray-400",
|
|
@@ -4351,7 +4351,7 @@ const Pc = /* @__PURE__ */ Ni(Ic, [["render", Fc]]), Lc = {}, Rc = {
|
|
|
4351
4351
|
jc
|
|
4352
4352
|
];
|
|
4353
4353
|
function kc(e, t) {
|
|
4354
|
-
return
|
|
4354
|
+
return Q(), ve("svg", Rc, Hc);
|
|
4355
4355
|
}
|
|
4356
4356
|
const Uc = /* @__PURE__ */ Ni(Lc, [["render", kc]]), Bc = ["for"], Kc = ["for"], Wc = /* @__PURE__ */ so({
|
|
4357
4357
|
__name: "RowElement",
|
|
@@ -4369,35 +4369,35 @@ const Uc = /* @__PURE__ */ Ni(Lc, [["render", kc]]), Bc = ["for"], Kc = ["for"],
|
|
|
4369
4369
|
span: "text-zinc-300 ml-auto mr-4"
|
|
4370
4370
|
}, H = c != null && c.includes("return") ? new Function("state", "stateLocale", c)(o, r) : c || "", W = new Function("state", "stateLocale", `return ${s || ""}`)(o, r), j = ({ target: { checked: K, value: z } }) => {
|
|
4371
4371
|
if (!(s != null && s.startsWith("state"))) return;
|
|
4372
|
-
const [he, M] = s.split("."),
|
|
4373
|
-
|
|
4372
|
+
const [he, M] = s.split("."), ee = i === "checkbox" ? K : z;
|
|
4373
|
+
t[he][M] = ee;
|
|
4374
4374
|
};
|
|
4375
|
-
return (K, z) => (
|
|
4376
|
-
|
|
4375
|
+
return (K, z) => (Q(), ve(ce, null, [
|
|
4376
|
+
X(p) ? (Q(), ve("label", {
|
|
4377
4377
|
key: 0,
|
|
4378
|
-
for:
|
|
4378
|
+
for: X(I),
|
|
4379
4379
|
class: "text-zinc-300 mx-2 font-mono"
|
|
4380
|
-
}, dt(
|
|
4381
|
-
(
|
|
4382
|
-
id:
|
|
4383
|
-
type:
|
|
4384
|
-
class: pe[
|
|
4385
|
-
checked: !!
|
|
4386
|
-
value:
|
|
4380
|
+
}, dt(X(p)), 9, Bc)) : Xe("", !0),
|
|
4381
|
+
(Q(), gt(Ks(X(C)), di({
|
|
4382
|
+
id: X(I),
|
|
4383
|
+
type: X($),
|
|
4384
|
+
class: pe[X(i)],
|
|
4385
|
+
checked: !!X(W),
|
|
4386
|
+
value: X(W),
|
|
4387
4387
|
onChange: j,
|
|
4388
4388
|
onInput: j,
|
|
4389
|
-
onClick:
|
|
4389
|
+
onClick: X(m)
|
|
4390
4390
|
}, d), {
|
|
4391
4391
|
default: Ur(() => [
|
|
4392
|
-
ai(dt(
|
|
4392
|
+
ai(dt(X(H)), 1)
|
|
4393
4393
|
]),
|
|
4394
4394
|
_: 1
|
|
4395
4395
|
}, 16, ["id", "type", "class", "checked", "value", "onClick"])),
|
|
4396
|
-
|
|
4396
|
+
X(f) ? (Q(), ve("label", {
|
|
4397
4397
|
key: 1,
|
|
4398
|
-
for:
|
|
4398
|
+
for: X(I),
|
|
4399
4399
|
class: "text-zinc-300 flex font-mono"
|
|
4400
|
-
}, dt(
|
|
4400
|
+
}, dt(X(f)), 9, Kc)) : Xe("", !0)
|
|
4401
4401
|
], 64));
|
|
4402
4402
|
}
|
|
4403
4403
|
}), zc = { class: "flex items-center bg-zinc-900 py-2 px-2 m-1 font-mono rounded" }, Gc = /* @__PURE__ */ so({
|
|
@@ -4409,8 +4409,8 @@ const Uc = /* @__PURE__ */ Ni(Lc, [["render", kc]]), Bc = ["for"], Kc = ["for"],
|
|
|
4409
4409
|
},
|
|
4410
4410
|
setup(e) {
|
|
4411
4411
|
const { scheme: t, state: n, stateLocale: o } = e, r = Object.values(t);
|
|
4412
|
-
return (i, s) => (
|
|
4413
|
-
(
|
|
4412
|
+
return (i, s) => (Q(!0), ve(ce, null, Ao(X(r), (c) => (Q(), ve("div", zc, [
|
|
4413
|
+
(Q(!0), ve(ce, null, Ao(c, (f) => (Q(), gt(Wc, {
|
|
4414
4414
|
element: f,
|
|
4415
4415
|
stateLocale: i.stateLocale,
|
|
4416
4416
|
state: i.state
|
|
@@ -4428,7 +4428,7 @@ const Uc = /* @__PURE__ */ Ni(Lc, [["render", kc]]), Bc = ["for"], Kc = ["for"],
|
|
|
4428
4428
|
scheme: {}
|
|
4429
4429
|
},
|
|
4430
4430
|
setup(e) {
|
|
4431
|
-
return (t, n) => t.state.uiEnabled ? (
|
|
4431
|
+
return (t, n) => t.state.uiEnabled ? (Q(), ve("div", {
|
|
4432
4432
|
key: 0,
|
|
4433
4433
|
class: Mt(["fixed bottom-0 right-0 z-9999 rounded bg-zinc-800 max-w-full p-2 m-2", t.state.hidden ? "hover:bg-gray-600" : ""])
|
|
4434
4434
|
}, [
|
|
@@ -4437,12 +4437,12 @@ const Uc = /* @__PURE__ */ Ni(Lc, [["render", kc]]), Bc = ["for"], Kc = ["for"],
|
|
|
4437
4437
|
onClick: n[0] || (n[0] = (o) => t.state.hidden = !t.state.hidden)
|
|
4438
4438
|
}, [
|
|
4439
4439
|
bt("span", qc, [
|
|
4440
|
-
t.state.hidden && t.stateLocale.pagIndexLast > 1 ? (
|
|
4441
|
-
t.state.hidden ? (
|
|
4442
|
-
t.state.hidden ? Xe("", !0) : (
|
|
4440
|
+
t.state.hidden && t.stateLocale.pagIndexLast > 1 ? (Q(), ve("span", Jc, dt(t.stateLocale.pagIndexCur) + "/" + dt(t.stateLocale.pagIndexLast), 1)) : Xe("", !0),
|
|
4441
|
+
t.state.hidden ? (Q(), gt(Pc, { key: 1 })) : Xe("", !0),
|
|
4442
|
+
t.state.hidden ? Xe("", !0) : (Q(), gt(Uc, { key: 2 }))
|
|
4443
4443
|
])
|
|
4444
4444
|
], 2),
|
|
4445
|
-
t.state.hidden ? Xe("", !0) : (
|
|
4445
|
+
t.state.hidden ? Xe("", !0) : (Q(), gt(Gc, {
|
|
4446
4446
|
key: 0,
|
|
4447
4447
|
scheme: t.scheme,
|
|
4448
4448
|
stateLocale: t.stateLocale,
|
|
@@ -4467,3 +4467,4 @@ export {
|
|
|
4467
4467
|
Zc as defaultStateWithDurationAndPrivacy,
|
|
4468
4468
|
Tc as extendDefaultScheme
|
|
4469
4469
|
};
|
|
4470
|
+
//# sourceMappingURL=jabroni-outfit.es.js.map
|