@wisemen/vue-core-components 2.1.3-beta.1 → 2.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/{AlertCircleIcon-CDC9b-7W.js → AlertCircleIcon-D1PNLoaa.js} +1 -1
- package/dist/{AlertTriangleIcon-LqjkyNYK.js → AlertTriangleIcon-D-_0JY4G.js} +1 -1
- package/dist/{ArrowDownIcon-DIeffDqb.js → ArrowDownIcon-CX0KnSKV.js} +1 -1
- package/dist/{ArrowLeftIcon-Ck-iRgGt.js → ArrowLeftIcon-B5KMK32f.js} +1 -1
- package/dist/{ArrowRightIcon-CzYZWJsI.js → ArrowRightIcon-dbQVxh4s.js} +1 -1
- package/dist/{ArrowUpIcon-Bh1rtriJ.js → ArrowUpIcon-DXu1HZHh.js} +1 -1
- package/dist/{CalendarIcon-CrLK-70b.js → CalendarIcon-CiZeObOp.js} +1 -1
- package/dist/{CheckCircleIcon-C1dwBt4y.js → CheckCircleIcon-CQwt5QVI.js} +1 -1
- package/dist/{CheckIcon-V_kvgLnQ.js → CheckIcon-enl3MPSP.js} +1 -1
- package/dist/{ChevronLeftDoubleIcon-xAh9BWiI.js → ChevronLeftDoubleIcon-Cm6fezNe.js} +1 -1
- package/dist/{ChevronLeftIcon-DOih4VjP.js → ChevronLeftIcon-C6ALdSc2.js} +1 -1
- package/dist/{ChevronRightDoubleIcon-DhKS_3oj.js → ChevronRightDoubleIcon-CWRIvMD_.js} +1 -1
- package/dist/{ChevronRightIcon-iN7gJ7nP.js → ChevronRightIcon-ursHp-tm.js} +1 -1
- package/dist/{CloseIcon-ClCvIuoL.js → CloseIcon-x0-J2e0P.js} +1 -1
- package/dist/{EyeIcon-CrFCYyaM.js → EyeIcon-uivUj-C9.js} +1 -1
- package/dist/{EyeOffIcon-CPiEd_iF.js → EyeOffIcon-Cyq-BD2h.js} +1 -1
- package/dist/{InfoCircleIcon-DLyrJQyh.js → InfoCircleIcon-BrhzGK-X.js} +1 -1
- package/dist/{MinusIcon-BUTt39mj.js → MinusIcon-DwNhnyiq.js} +1 -1
- package/dist/{PlusIcon-Nh7p48kB.js → PlusIcon-BLdomGCV.js} +1 -1
- package/dist/{SearchIcon-CuPpBoYO.js → SearchIcon-CglgcZLv.js} +1 -1
- package/dist/{SelectIconRight-DsboD5jE.js → SelectIconRight-CJ1rw3AG.js} +1 -1
- package/dist/{StarsIcon-DuYLjHyD.js → StarsIcon-BOStmifL.js} +1 -1
- package/dist/{SwitchVerticalIcon-BrlNHlEZ.js → SwitchVerticalIcon-R9Z1_WEY.js} +1 -1
- package/dist/{TranslateIcon-By5m069G.js → TranslateIcon-Bdlbo78U.js} +1 -1
- package/dist/components/date-field/parts/DateFieldRoot.d.ts +2 -1
- package/dist/components/date-picker/range/parts/DateRangePickerRoot.d.ts +1 -0
- package/dist/components/date-picker/shared/sharedDatePicker.props.d.ts +5 -0
- package/dist/components/date-picker/single/parts/DatePickerRoot.d.ts +1 -0
- package/dist/components/date-range-field/parts/DateRangeFieldRoot.d.ts +2 -2
- package/dist/components/time-field/parts/TimeFieldRoot.d.ts +1 -1
- package/dist/icons/icons.d.ts +72 -24
- package/dist/{index-DFI7NzlP.js → index-BeQ3g-l3.js} +4521 -4487
- package/dist/index.js +1 -1
- package/dist/index.umd +13 -13
- package/dist/style.css +1 -1
- package/dist/types/shareDateProps.type.d.ts +11 -0
- package/package.json +20 -19
|
@@ -11,7 +11,7 @@ declare function __VLS_template(): {
|
|
|
11
11
|
slots: {
|
|
12
12
|
default?(_: {
|
|
13
13
|
segments: {
|
|
14
|
-
part: import('reka-ui
|
|
14
|
+
part: import('reka-ui').SegmentPart;
|
|
15
15
|
value: string;
|
|
16
16
|
}[];
|
|
17
17
|
}): any;
|
|
@@ -48,6 +48,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
48
48
|
hideDatePicker: boolean;
|
|
49
49
|
maxDate: Temporal.PlainDate | null;
|
|
50
50
|
minDate: Temporal.PlainDate | null;
|
|
51
|
+
weekStartsOn: 0 | 1 | 2 | 3 | 4 | 5 | 6;
|
|
51
52
|
isDateDisabled: (date: Temporal.PlainDate) => boolean;
|
|
52
53
|
isDateUnavailable: (date: Temporal.PlainDate) => boolean;
|
|
53
54
|
allowDeselect: boolean;
|
|
@@ -32,6 +32,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
32
32
|
isDisabled: boolean;
|
|
33
33
|
maxDate: Temporal.PlainDate | null;
|
|
34
34
|
minDate: Temporal.PlainDate | null;
|
|
35
|
+
weekStartsOn: 0 | 1 | 2 | 3 | 4 | 5 | 6;
|
|
35
36
|
isDateDisabled: (date: Temporal.PlainDate) => boolean;
|
|
36
37
|
isDateUnavailable: (date: Temporal.PlainDate) => boolean;
|
|
37
38
|
allowDeselect: boolean;
|
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
import { SharedDateProps } from '../../../types/shareDateProps.type';
|
|
2
2
|
import { InteractableElement, TestId } from '../../../utils/props.util';
|
|
3
3
|
export interface SharedDatePickerProps extends TestId, InteractableElement, SharedDateProps {
|
|
4
|
+
/**
|
|
5
|
+
* The day the week starts on, where 0 represents Sunday, 1 represents Monday, and so on up to 6 for Saturday.
|
|
6
|
+
* @default 0
|
|
7
|
+
*/
|
|
8
|
+
weekStartsOn?: 0 | 1 | 2 | 3 | 4 | 5 | 6;
|
|
4
9
|
/**
|
|
5
10
|
* Whether the calendar should focus on the selected day, today’s date,
|
|
6
11
|
* or the first day of the month when mounted.
|
|
@@ -31,6 +31,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
31
31
|
isDisabled: boolean;
|
|
32
32
|
maxDate: Temporal.PlainDate | null;
|
|
33
33
|
minDate: Temporal.PlainDate | null;
|
|
34
|
+
weekStartsOn: 0 | 1 | 2 | 3 | 4 | 5 | 6;
|
|
34
35
|
isDateDisabled: (date: Temporal.PlainDate) => boolean;
|
|
35
36
|
isDateUnavailable: (date: Temporal.PlainDate) => boolean;
|
|
36
37
|
allowDeselect: boolean;
|
|
@@ -13,11 +13,11 @@ declare function __VLS_template(): {
|
|
|
13
13
|
default?(_: {
|
|
14
14
|
segments: {
|
|
15
15
|
start: {
|
|
16
|
-
part: import('reka-ui
|
|
16
|
+
part: import('reka-ui').SegmentPart;
|
|
17
17
|
value: string;
|
|
18
18
|
}[];
|
|
19
19
|
end: {
|
|
20
|
-
part: import('reka-ui
|
|
20
|
+
part: import('reka-ui').SegmentPart;
|
|
21
21
|
value: string;
|
|
22
22
|
}[];
|
|
23
23
|
};
|
package/dist/icons/icons.d.ts
CHANGED
|
@@ -1,29 +1,77 @@
|
|
|
1
1
|
import { Component } from 'vue';
|
|
2
2
|
export interface BaseIcons {
|
|
3
|
-
alertCircle:
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
3
|
+
alertCircle: Promise<{
|
|
4
|
+
default: Component;
|
|
5
|
+
}>;
|
|
6
|
+
alertTriangle: Promise<{
|
|
7
|
+
default: Component;
|
|
8
|
+
}>;
|
|
9
|
+
arrowDown: Promise<{
|
|
10
|
+
default: Component;
|
|
11
|
+
}>;
|
|
12
|
+
arrowLeft: Promise<{
|
|
13
|
+
default: Component;
|
|
14
|
+
}>;
|
|
15
|
+
arrowRight: Promise<{
|
|
16
|
+
default: Component;
|
|
17
|
+
}>;
|
|
18
|
+
arrowUp: Promise<{
|
|
19
|
+
default: Component;
|
|
20
|
+
}>;
|
|
21
|
+
calendarIcon: Promise<{
|
|
22
|
+
default: Component;
|
|
23
|
+
}>;
|
|
24
|
+
check: Promise<{
|
|
25
|
+
default: Component;
|
|
26
|
+
}>;
|
|
27
|
+
checkCircle: Promise<{
|
|
28
|
+
default: Component;
|
|
29
|
+
}>;
|
|
30
|
+
chevronLeft: Promise<{
|
|
31
|
+
default: Component;
|
|
32
|
+
}>;
|
|
33
|
+
chevronLeftDouble: Promise<{
|
|
34
|
+
default: Component;
|
|
35
|
+
}>;
|
|
36
|
+
chevronRight: Promise<{
|
|
37
|
+
default: Component;
|
|
38
|
+
}>;
|
|
39
|
+
chevronRightDouble: Promise<{
|
|
40
|
+
default: Component;
|
|
41
|
+
}>;
|
|
42
|
+
close: Promise<{
|
|
43
|
+
default: Component;
|
|
44
|
+
}>;
|
|
45
|
+
eye: Promise<{
|
|
46
|
+
default: Component;
|
|
47
|
+
}>;
|
|
48
|
+
eyeOff: Promise<{
|
|
49
|
+
default: Component;
|
|
50
|
+
}>;
|
|
51
|
+
infoCircle: Promise<{
|
|
52
|
+
default: Component;
|
|
53
|
+
}>;
|
|
54
|
+
minus: Promise<{
|
|
55
|
+
default: Component;
|
|
56
|
+
}>;
|
|
57
|
+
plus: Promise<{
|
|
58
|
+
default: Component;
|
|
59
|
+
}>;
|
|
60
|
+
search: Promise<{
|
|
61
|
+
default: Component;
|
|
62
|
+
}>;
|
|
63
|
+
selectIconRight: Promise<{
|
|
64
|
+
default: Component;
|
|
65
|
+
}>;
|
|
66
|
+
stars: Promise<{
|
|
67
|
+
default: Component;
|
|
68
|
+
}>;
|
|
69
|
+
switchVertical: Promise<{
|
|
70
|
+
default: Component;
|
|
71
|
+
}>;
|
|
72
|
+
translate: Promise<{
|
|
73
|
+
default: Component;
|
|
74
|
+
}>;
|
|
27
75
|
}
|
|
28
76
|
export interface Icons extends BaseIcons {
|
|
29
77
|
}
|