vlite3 1.4.28 → 1.4.31
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/components/Carousel/Carousel.vue.d.ts +23 -23
- package/components/CategoryManager/CategoryManager.vue2.js +1 -1
- package/components/ColorPicker/ColorIro.vue3.js +2 -2
- package/components/ColorPicker/ColorPicker.vue.js +2 -2
- package/components/CommandPalette/CommandPaletteContent.vue2.js +1 -1
- package/components/CommandPalette/{CommandPaletteItem.vue2.js → CommandPaletteItem.vue.js} +1 -1
- package/components/FilePicker/FilePickerDropzone.vue.js +1 -1
- package/components/FilePicker/index.vue.js +2 -4
- package/components/Form/Form.vue.d.ts +0 -2
- package/components/Form/Form.vue.js +2 -2
- package/components/Form/Form.vue2.js +368 -336
- package/components/Form/index.vue.d.ts +1 -1
- package/components/GoogleMap.vue.d.ts +48 -0
- package/components/GoogleMap.vue.js +7 -0
- package/components/GoogleMap.vue2.js +164 -0
- package/components/NavbarCommandPalette.vue.js +1 -1
- package/components/Screen/ScreenFilter.vue.js +1 -1
- package/components/Tabes/Tabes.vue.d.ts +10 -1
- package/components/Tabes/Tabes.vue.js +1 -1
- package/components/Tabes/Tabes.vue2.js +234 -155
- package/components/Tabes/tabes.utils.d.ts +14 -0
- package/components/Tabes/tabes.utils.js +26 -0
- package/components/Tabes/types.d.ts +32 -0
- package/components/Workbook/Workbook.vue.d.ts +1 -1
- package/core/config.d.ts +6 -0
- package/core/index.js +13 -9
- package/index.d.ts +1 -0
- package/index.js +76 -74
- package/package.json +1 -1
- package/style.css +1 -1
- package/types/GoogleMap.type.d.ts +50 -0
- package/types/config.type.d.ts +3 -0
- package/types/index.d.ts +1 -0
- package/utils/GoogleMapLoader.d.ts +41 -0
- package/utils/GoogleMapLoader.js +47 -0
- /package/components/ColorPicker/{ColorIro.vue2.js → ColorIro.vue.js} +0 -0
|
@@ -29,8 +29,8 @@ declare function __VLS_template(): {
|
|
|
29
29
|
maxDomElements: number;
|
|
30
30
|
}> & Omit<{
|
|
31
31
|
readonly data: any[];
|
|
32
|
-
readonly direction: "horizontal" | "vertical";
|
|
33
32
|
readonly draggable: boolean;
|
|
33
|
+
readonly direction: "horizontal" | "vertical";
|
|
34
34
|
readonly easing: string;
|
|
35
35
|
readonly gap: number;
|
|
36
36
|
readonly pagination: import('vue-carousel-lite').PaginationType | import('vue-carousel-lite').PaginationType[];
|
|
@@ -53,7 +53,7 @@ declare function __VLS_template(): {
|
|
|
53
53
|
readonly paginationPosition?: import('vue-carousel-lite').PaginationPosition | import('vue-carousel-lite').PaginationPosition[];
|
|
54
54
|
readonly updateKey?: string | number;
|
|
55
55
|
readonly "onSlide-change"?: ((index: number) => any) | undefined;
|
|
56
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "
|
|
56
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "draggable" | "direction" | "easing" | "gap" | "pagination" | "loop" | "speed" | "autoPlay" | "mousewheel" | "autoFocus" | "autoPlayInterval" | "currentItem" | "paginationSize" | "itemsToShow" | "paginationVisibility" | "paginationHoverEdgeThreshold" | "paginationHoverInitialTimeout" | "wheelOptions" | "bufferSize" | "maxDomElements">;
|
|
57
57
|
$attrs: {
|
|
58
58
|
[x: string]: unknown;
|
|
59
59
|
};
|
|
@@ -73,14 +73,14 @@ declare function __VLS_template(): {
|
|
|
73
73
|
type: import('vue').PropType<any[]>;
|
|
74
74
|
required: true;
|
|
75
75
|
};
|
|
76
|
-
direction: {
|
|
77
|
-
type: import('vue').PropType<"horizontal" | "vertical">;
|
|
78
|
-
default: string;
|
|
79
|
-
};
|
|
80
76
|
draggable: {
|
|
81
77
|
type: import('vue').PropType<boolean>;
|
|
82
78
|
default: boolean;
|
|
83
79
|
};
|
|
80
|
+
direction: {
|
|
81
|
+
type: import('vue').PropType<"horizontal" | "vertical">;
|
|
82
|
+
default: string;
|
|
83
|
+
};
|
|
84
84
|
easing: {
|
|
85
85
|
type: import('vue').PropType<string>;
|
|
86
86
|
default: string;
|
|
@@ -254,14 +254,14 @@ declare function __VLS_template(): {
|
|
|
254
254
|
type: import('vue').PropType<any[]>;
|
|
255
255
|
required: true;
|
|
256
256
|
};
|
|
257
|
-
direction: {
|
|
258
|
-
type: import('vue').PropType<"horizontal" | "vertical">;
|
|
259
|
-
default: string;
|
|
260
|
-
};
|
|
261
257
|
draggable: {
|
|
262
258
|
type: import('vue').PropType<boolean>;
|
|
263
259
|
default: boolean;
|
|
264
260
|
};
|
|
261
|
+
direction: {
|
|
262
|
+
type: import('vue').PropType<"horizontal" | "vertical">;
|
|
263
|
+
default: string;
|
|
264
|
+
};
|
|
265
265
|
easing: {
|
|
266
266
|
type: import('vue').PropType<string>;
|
|
267
267
|
default: string;
|
|
@@ -352,7 +352,7 @@ declare function __VLS_template(): {
|
|
|
352
352
|
};
|
|
353
353
|
}>> & Readonly<{
|
|
354
354
|
"onSlide-change"?: ((index: number) => any) | undefined;
|
|
355
|
-
}>, "state" | "focus" | "
|
|
355
|
+
}>, "state" | "focus" | "draggable" | "direction" | "easing" | "gap" | "goNext" | "pagination" | "loop" | "speed" | "autoPlay" | "mousewheel" | "autoFocus" | "autoPlayInterval" | "currentItem" | "paginationSize" | "itemsToShow" | "paginationVisibility" | "paginationHoverEdgeThreshold" | "paginationHoverInitialTimeout" | "wheelOptions" | "bufferSize" | "maxDomElements" | "goToSlide" | "goPrev" | "canGoNext" | "canGoPrev"> & import('vue').ShallowUnwrapRef<{
|
|
356
356
|
goToSlide: (index: number, smooth?: boolean) => void;
|
|
357
357
|
goNext: (smooth?: boolean) => void;
|
|
358
358
|
goPrev: (smooth?: boolean) => void;
|
|
@@ -392,8 +392,8 @@ declare const __VLS_component: import('vue').DefineComponent<CarouselProps, {
|
|
|
392
392
|
"onSlide-change"?: (index: number) => any;
|
|
393
393
|
}>, {
|
|
394
394
|
data: any[];
|
|
395
|
-
direction: "horizontal" | "vertical";
|
|
396
395
|
draggable: boolean;
|
|
396
|
+
direction: "horizontal" | "vertical";
|
|
397
397
|
easing: string;
|
|
398
398
|
gap: number;
|
|
399
399
|
pagination: import('./types').PaginationType | import('./types').PaginationType[];
|
|
@@ -442,8 +442,8 @@ declare const __VLS_component: import('vue').DefineComponent<CarouselProps, {
|
|
|
442
442
|
maxDomElements: number;
|
|
443
443
|
}> & Omit<{
|
|
444
444
|
readonly data: any[];
|
|
445
|
-
readonly direction: "horizontal" | "vertical";
|
|
446
445
|
readonly draggable: boolean;
|
|
446
|
+
readonly direction: "horizontal" | "vertical";
|
|
447
447
|
readonly easing: string;
|
|
448
448
|
readonly gap: number;
|
|
449
449
|
readonly pagination: import('vue-carousel-lite').PaginationType | import('vue-carousel-lite').PaginationType[];
|
|
@@ -466,7 +466,7 @@ declare const __VLS_component: import('vue').DefineComponent<CarouselProps, {
|
|
|
466
466
|
readonly paginationPosition?: import('vue-carousel-lite').PaginationPosition | import('vue-carousel-lite').PaginationPosition[];
|
|
467
467
|
readonly updateKey?: string | number;
|
|
468
468
|
readonly "onSlide-change"?: ((index: number) => any) | undefined;
|
|
469
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "
|
|
469
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "draggable" | "direction" | "easing" | "gap" | "pagination" | "loop" | "speed" | "autoPlay" | "mousewheel" | "autoFocus" | "autoPlayInterval" | "currentItem" | "paginationSize" | "itemsToShow" | "paginationVisibility" | "paginationHoverEdgeThreshold" | "paginationHoverInitialTimeout" | "wheelOptions" | "bufferSize" | "maxDomElements">;
|
|
470
470
|
$attrs: {
|
|
471
471
|
[x: string]: unknown;
|
|
472
472
|
};
|
|
@@ -486,14 +486,14 @@ declare const __VLS_component: import('vue').DefineComponent<CarouselProps, {
|
|
|
486
486
|
type: import('vue').PropType<any[]>;
|
|
487
487
|
required: true;
|
|
488
488
|
};
|
|
489
|
-
direction: {
|
|
490
|
-
type: import('vue').PropType<"horizontal" | "vertical">;
|
|
491
|
-
default: string;
|
|
492
|
-
};
|
|
493
489
|
draggable: {
|
|
494
490
|
type: import('vue').PropType<boolean>;
|
|
495
491
|
default: boolean;
|
|
496
492
|
};
|
|
493
|
+
direction: {
|
|
494
|
+
type: import('vue').PropType<"horizontal" | "vertical">;
|
|
495
|
+
default: string;
|
|
496
|
+
};
|
|
497
497
|
easing: {
|
|
498
498
|
type: import('vue').PropType<string>;
|
|
499
499
|
default: string;
|
|
@@ -667,14 +667,14 @@ declare const __VLS_component: import('vue').DefineComponent<CarouselProps, {
|
|
|
667
667
|
type: import('vue').PropType<any[]>;
|
|
668
668
|
required: true;
|
|
669
669
|
};
|
|
670
|
-
direction: {
|
|
671
|
-
type: import('vue').PropType<"horizontal" | "vertical">;
|
|
672
|
-
default: string;
|
|
673
|
-
};
|
|
674
670
|
draggable: {
|
|
675
671
|
type: import('vue').PropType<boolean>;
|
|
676
672
|
default: boolean;
|
|
677
673
|
};
|
|
674
|
+
direction: {
|
|
675
|
+
type: import('vue').PropType<"horizontal" | "vertical">;
|
|
676
|
+
default: string;
|
|
677
|
+
};
|
|
678
678
|
easing: {
|
|
679
679
|
type: import('vue').PropType<string>;
|
|
680
680
|
default: string;
|
|
@@ -765,7 +765,7 @@ declare const __VLS_component: import('vue').DefineComponent<CarouselProps, {
|
|
|
765
765
|
};
|
|
766
766
|
}>> & Readonly<{
|
|
767
767
|
"onSlide-change"?: ((index: number) => any) | undefined;
|
|
768
|
-
}>, "state" | "focus" | "
|
|
768
|
+
}>, "state" | "focus" | "draggable" | "direction" | "easing" | "gap" | "goNext" | "pagination" | "loop" | "speed" | "autoPlay" | "mousewheel" | "autoFocus" | "autoPlayInterval" | "currentItem" | "paginationSize" | "itemsToShow" | "paginationVisibility" | "paginationHoverEdgeThreshold" | "paginationHoverInitialTimeout" | "wheelOptions" | "bufferSize" | "maxDomElements" | "goToSlide" | "goPrev" | "canGoNext" | "canGoPrev"> & import('vue').ShallowUnwrapRef<{
|
|
769
769
|
goToSlide: (index: number, smooth?: boolean) => void;
|
|
770
770
|
goNext: (smooth?: boolean) => void;
|
|
771
771
|
goPrev: (smooth?: boolean) => void;
|
|
@@ -7,8 +7,8 @@ import "../../core/config.js";
|
|
|
7
7
|
/* empty css */
|
|
8
8
|
/* empty css */
|
|
9
9
|
import k from "../Button.vue.js";
|
|
10
|
-
import N from "./ColorIro.
|
|
11
|
-
/* empty css
|
|
10
|
+
import N from "./ColorIro.vue.js";
|
|
11
|
+
/* empty css */
|
|
12
12
|
import { useEyeDropper as j } from "@vueuse/core";
|
|
13
13
|
const I = ["disabled", "aria-label"], U = { class: "min-w-0 truncate text-foreground" }, A = { class: "absolute left-2.5 top-1/2 -translate-y-1/2 flex items-center justify-center z-20 pointer-events-none" }, F = {
|
|
14
14
|
key: 0,
|
|
@@ -4,7 +4,7 @@ import k from "../Icon.vue.js";
|
|
|
4
4
|
import { $t as E } from "../../utils/i18n.js";
|
|
5
5
|
import { useCommandPaletteItems as Y } from "./useCommandPaletteItems.js";
|
|
6
6
|
import { useCommandPaletteNav as Z } from "./useCommandPaletteNav.js";
|
|
7
|
-
import ee from "./CommandPaletteItem.
|
|
7
|
+
import ee from "./CommandPaletteItem.vue.js";
|
|
8
8
|
const te = { class: "command-palette-content flex flex-col w-full h-full max-h-[70vh]" }, oe = { class: "flex items-center gap-3 px-4 py-3 border-b border-border/80 shrink-0" }, se = ["placeholder"], ne = ["aria-label"], re = {
|
|
9
9
|
key: 0,
|
|
10
10
|
class: "flex flex-col items-center justify-center py-14 px-6 text-center select-none",
|
|
@@ -56,14 +56,12 @@ const j = ["multiple", "accept", "data-testid"], O = /* @__PURE__ */ V({
|
|
|
56
56
|
if (!e.hasValue.value) return "";
|
|
57
57
|
const a = e.displayFiles.value, r = a[0]?.fileName || f.value;
|
|
58
58
|
return !t.multiSelect || a.length <= 1 ? r : `${r} +${a.length - 1}`;
|
|
59
|
-
}), v = n(
|
|
60
|
-
() => c["data-testid"] || "filepicker"
|
|
61
|
-
), A = n(() => {
|
|
59
|
+
}), v = n(() => c["data-testid"] || "filepicker"), A = n(() => {
|
|
62
60
|
const a = c;
|
|
63
61
|
return a["data-testid"] ? `${a["data-testid"]}-input` : a.name ? `filepicker-input-${a.name}` : "filepicker-input";
|
|
64
62
|
}), o = () => e.triggerInput(p.value), T = n(() => e.acceptAttribute.value);
|
|
65
63
|
return (a, r) => (u(), N("div", {
|
|
66
|
-
class: C(["vl-file-picker
|
|
64
|
+
class: C(["vl-file-picker w-full min-w-0", { "vl-file-picker--input": l.variant === "input" }])
|
|
67
65
|
}, [
|
|
68
66
|
E("input", {
|
|
69
67
|
ref_key: "fileInput",
|
|
@@ -63,7 +63,6 @@ declare function __VLS_template(): {
|
|
|
63
63
|
}): any;
|
|
64
64
|
};
|
|
65
65
|
refs: {
|
|
66
|
-
sentinelRef: HTMLDivElement;
|
|
67
66
|
footerRef: HTMLDivElement;
|
|
68
67
|
};
|
|
69
68
|
rootEl: HTMLFormElement;
|
|
@@ -123,7 +122,6 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {
|
|
|
123
122
|
pageHeaderClass: string;
|
|
124
123
|
backButtonProps: ButtonProps;
|
|
125
124
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
126
|
-
sentinelRef: HTMLDivElement;
|
|
127
125
|
footerRef: HTMLDivElement;
|
|
128
126
|
}, HTMLFormElement>;
|
|
129
127
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import o from "./Form.vue2.js";
|
|
2
2
|
/* empty css */
|
|
3
3
|
import r from "../../_virtual/_plugin-vue_export-helper.js";
|
|
4
|
-
const
|
|
4
|
+
const p = /* @__PURE__ */ r(o, [["__scopeId", "data-v-0471687a"]]);
|
|
5
5
|
export {
|
|
6
|
-
|
|
6
|
+
p as default
|
|
7
7
|
};
|