@wisemen/vue-core-components 2.0.2 → 2.0.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/{AlertCircleIcon-DwAR6XxV.js → AlertCircleIcon-bnMPtwKe.js} +1 -1
- package/dist/{AlertTriangleIcon-DW9oZAk1.js → AlertTriangleIcon-BhnkdsRk.js} +1 -1
- package/dist/{ArrowDownIcon-MTvmWybK.js → ArrowDownIcon-DowzouSz.js} +1 -1
- package/dist/{ArrowLeftIcon-DBax_ek5.js → ArrowLeftIcon-DDn-jL69.js} +1 -1
- package/dist/{ArrowRightIcon-Nfn0dbZC.js → ArrowRightIcon-3CxAGQ9b.js} +1 -1
- package/dist/{ArrowUpIcon-dvsA-D6a.js → ArrowUpIcon-9DbNbCxo.js} +1 -1
- package/dist/{CalendarIcon-BFe3U8ds.js → CalendarIcon-DbO2vwHJ.js} +1 -1
- package/dist/{CheckCircleIcon-CtUxaljj.js → CheckCircleIcon-0cLNJXFH.js} +1 -1
- package/dist/{CheckIcon-D5AWtgqO.js → CheckIcon-CdjyIp8J.js} +1 -1
- package/dist/{ChevronLeftDoubleIcon-B2d5kkwb.js → ChevronLeftDoubleIcon-BI0P9H9B.js} +1 -1
- package/dist/{ChevronLeftIcon-COGSlvSP.js → ChevronLeftIcon-Bl5Q68SO.js} +1 -1
- package/dist/{ChevronRightDoubleIcon-ClU5SSUI.js → ChevronRightDoubleIcon-sY_dvZaP.js} +1 -1
- package/dist/{ChevronRightIcon-Z7JsMXvJ.js → ChevronRightIcon-BC7JDL0k.js} +1 -1
- package/dist/{CloseIcon-DmdAad4G.js → CloseIcon-tOlilWzf.js} +1 -1
- package/dist/{EyeIcon-B29-nnGE.js → EyeIcon-Ii-hjrXi.js} +1 -1
- package/dist/{EyeOffIcon-Bwwm2yk3.js → EyeOffIcon-QszF33Ta.js} +1 -1
- package/dist/{InfoCircleIcon-CT79RRsA.js → InfoCircleIcon-DR9EQs91.js} +1 -1
- package/dist/{MinusIcon-Ci_Altme.js → MinusIcon-BCjEjcgS.js} +1 -1
- package/dist/{PlusIcon-DgGHC_tY.js → PlusIcon-tiwHZAIS.js} +1 -1
- package/dist/{SearchIcon-zzdhb0vW.js → SearchIcon-Bzx3TQQn.js} +1 -1
- package/dist/{SelectIconRight-CoiwhVNH.js → SelectIconRight-hR-saADo.js} +1 -1
- package/dist/{StarsIcon-Bz1hvIfL.js → StarsIcon-Dk4hOWAk.js} +1 -1
- package/dist/{SwitchVerticalIcon-BV8ubjAU.js → SwitchVerticalIcon-BSl6IBqG.js} +1 -1
- package/dist/{TranslateIcon-B1diKEFN.js → TranslateIcon-vjNfwEwX.js} +1 -1
- package/dist/components/date-field/parts/DateFieldRoot.d.ts +1 -1
- package/dist/components/date-range-field/parts/DateRangeFieldRoot.d.ts +2 -2
- package/dist/components/select/parts/SelectBaseInlineSearch.d.ts +2 -6
- package/dist/components/select/parts/SelectContent.d.ts +2 -2
- package/dist/components/time-field/parts/TimeFieldRoot.d.ts +1 -1
- package/dist/{index-BaQbn_43.js → index-CL76mh_B.js} +7279 -7557
- package/dist/index.js +1 -1
- package/dist/index.umd +13 -14
- package/dist/style.css +1 -1
- package/package.json +1 -1
|
@@ -11,7 +11,7 @@ declare function __VLS_template(): {
|
|
|
11
11
|
slots: {
|
|
12
12
|
default?(_: {
|
|
13
13
|
segments: {
|
|
14
|
-
part:
|
|
14
|
+
part: import('reka-ui/dist/index2').SegmentPart;
|
|
15
15
|
value: string;
|
|
16
16
|
}[];
|
|
17
17
|
}): any;
|
|
@@ -13,11 +13,11 @@ declare function __VLS_template(): {
|
|
|
13
13
|
default?(_: {
|
|
14
14
|
segments: {
|
|
15
15
|
start: {
|
|
16
|
-
part:
|
|
16
|
+
part: import('reka-ui/dist/index2').SegmentPart;
|
|
17
17
|
value: string;
|
|
18
18
|
}[];
|
|
19
19
|
end: {
|
|
20
|
-
part:
|
|
20
|
+
part: import('reka-ui/dist/index2').SegmentPart;
|
|
21
21
|
value: string;
|
|
22
22
|
}[];
|
|
23
23
|
};
|
|
@@ -55,12 +55,8 @@ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import
|
|
|
55
55
|
}> & Omit<Readonly<import('reka-ui').ListboxFilterProps> & Readonly<{
|
|
56
56
|
"onUpdate:modelValue"?: ((args_0: string) => any) | undefined;
|
|
57
57
|
}>, "as"> & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
58
|
-
$slots:
|
|
59
|
-
default
|
|
60
|
-
modelValue: string | undefined;
|
|
61
|
-
}) => any;
|
|
62
|
-
}> & {
|
|
63
|
-
default: (props: {
|
|
58
|
+
$slots: {
|
|
59
|
+
default?: (props: {
|
|
64
60
|
modelValue: string | undefined;
|
|
65
61
|
}) => any;
|
|
66
62
|
};
|
|
@@ -48,7 +48,7 @@ declare function __VLS_template(): {
|
|
|
48
48
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
|
49
49
|
} & Readonly<{}> & Omit<Readonly<import('reka-ui').ListboxContentProps> & Readonly<{}>, never> & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
50
50
|
$slots: {
|
|
51
|
-
default
|
|
51
|
+
default?: (props: {}) => any;
|
|
52
52
|
};
|
|
53
53
|
}) | null;
|
|
54
54
|
};
|
|
@@ -100,7 +100,7 @@ declare const __VLS_component: import('vue').DefineComponent<{}, {}, {}, {}, {},
|
|
|
100
100
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
|
101
101
|
} & Readonly<{}> & Omit<Readonly<import('reka-ui').ListboxContentProps> & Readonly<{}>, never> & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
102
102
|
$slots: {
|
|
103
|
-
default
|
|
103
|
+
default?: (props: {}) => any;
|
|
104
104
|
};
|
|
105
105
|
}) | null;
|
|
106
106
|
}, any>;
|
|
@@ -9,7 +9,7 @@ declare function __VLS_template(): {
|
|
|
9
9
|
slots: {
|
|
10
10
|
default?(_: {
|
|
11
11
|
segments: {
|
|
12
|
-
part:
|
|
12
|
+
part: import('reka-ui/dist/index2').SegmentPart;
|
|
13
13
|
value: string;
|
|
14
14
|
}[];
|
|
15
15
|
}): any;
|