@xsolla/xui-calendar 0.187.3 → 0.188.1
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/native/index.d.mts +0 -10
- package/native/index.d.ts +0 -10
- package/package.json +7 -7
- package/web/index.d.mts +0 -10
- package/web/index.d.ts +0 -10
package/native/index.d.mts
CHANGED
|
@@ -26,9 +26,6 @@ interface CalendarChipsProps extends ThemeOverrideProps {
|
|
|
26
26
|
* Callback fired when a chip is selected.
|
|
27
27
|
*/
|
|
28
28
|
onChipSelect?: (value: string | null) => void;
|
|
29
|
-
/**
|
|
30
|
-
* Test ID for testing frameworks
|
|
31
|
-
*/
|
|
32
29
|
testID?: string;
|
|
33
30
|
}
|
|
34
31
|
interface CalendarGridProps extends ThemeOverrideProps {
|
|
@@ -57,7 +54,6 @@ interface CalendarHeaderProps extends ThemeOverrideProps {
|
|
|
57
54
|
minDate?: Date | null;
|
|
58
55
|
maxDate?: Date | null;
|
|
59
56
|
contextMenuMaxHeight?: number;
|
|
60
|
-
/** Test ID for testing frameworks */
|
|
61
57
|
testID?: string;
|
|
62
58
|
}
|
|
63
59
|
interface CalendarProps extends ThemeOverrideProps {
|
|
@@ -126,9 +122,6 @@ interface CalendarProps extends ThemeOverrideProps {
|
|
|
126
122
|
* Callback fired when a chip is selected.
|
|
127
123
|
*/
|
|
128
124
|
onChipSelect?: (value: string | null) => void;
|
|
129
|
-
/**
|
|
130
|
-
* Test ID for testing frameworks
|
|
131
|
-
*/
|
|
132
125
|
testID?: string;
|
|
133
126
|
/**
|
|
134
127
|
* Callback fired when the date changes
|
|
@@ -193,9 +186,6 @@ interface DualCalendarProps extends ThemeOverrideProps {
|
|
|
193
186
|
* Callback fired when a chip is selected.
|
|
194
187
|
*/
|
|
195
188
|
onChipSelect?: (value: string | null) => void;
|
|
196
|
-
/**
|
|
197
|
-
* Test ID for testing frameworks
|
|
198
|
-
*/
|
|
199
189
|
testID?: string;
|
|
200
190
|
/**
|
|
201
191
|
* Callback fired when the date range changes.
|
package/native/index.d.ts
CHANGED
|
@@ -26,9 +26,6 @@ interface CalendarChipsProps extends ThemeOverrideProps {
|
|
|
26
26
|
* Callback fired when a chip is selected.
|
|
27
27
|
*/
|
|
28
28
|
onChipSelect?: (value: string | null) => void;
|
|
29
|
-
/**
|
|
30
|
-
* Test ID for testing frameworks
|
|
31
|
-
*/
|
|
32
29
|
testID?: string;
|
|
33
30
|
}
|
|
34
31
|
interface CalendarGridProps extends ThemeOverrideProps {
|
|
@@ -57,7 +54,6 @@ interface CalendarHeaderProps extends ThemeOverrideProps {
|
|
|
57
54
|
minDate?: Date | null;
|
|
58
55
|
maxDate?: Date | null;
|
|
59
56
|
contextMenuMaxHeight?: number;
|
|
60
|
-
/** Test ID for testing frameworks */
|
|
61
57
|
testID?: string;
|
|
62
58
|
}
|
|
63
59
|
interface CalendarProps extends ThemeOverrideProps {
|
|
@@ -126,9 +122,6 @@ interface CalendarProps extends ThemeOverrideProps {
|
|
|
126
122
|
* Callback fired when a chip is selected.
|
|
127
123
|
*/
|
|
128
124
|
onChipSelect?: (value: string | null) => void;
|
|
129
|
-
/**
|
|
130
|
-
* Test ID for testing frameworks
|
|
131
|
-
*/
|
|
132
125
|
testID?: string;
|
|
133
126
|
/**
|
|
134
127
|
* Callback fired when the date changes
|
|
@@ -193,9 +186,6 @@ interface DualCalendarProps extends ThemeOverrideProps {
|
|
|
193
186
|
* Callback fired when a chip is selected.
|
|
194
187
|
*/
|
|
195
188
|
onChipSelect?: (value: string | null) => void;
|
|
196
|
-
/**
|
|
197
|
-
* Test ID for testing frameworks
|
|
198
|
-
*/
|
|
199
189
|
testID?: string;
|
|
200
190
|
/**
|
|
201
191
|
* Callback fired when the date range changes.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xsolla/xui-calendar",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.188.1",
|
|
4
4
|
"main": "./web/index.js",
|
|
5
5
|
"module": "./web/index.mjs",
|
|
6
6
|
"types": "./web/index.d.ts",
|
|
@@ -13,12 +13,12 @@
|
|
|
13
13
|
"test:coverage": "vitest run --coverage"
|
|
14
14
|
},
|
|
15
15
|
"dependencies": {
|
|
16
|
-
"@xsolla/xui-button": "0.
|
|
17
|
-
"@xsolla/xui-core": "0.
|
|
18
|
-
"@xsolla/xui-icons-base": "0.
|
|
19
|
-
"@xsolla/xui-primitives-core": "0.
|
|
20
|
-
"@xsolla/xui-select": "0.
|
|
21
|
-
"@xsolla/xui-tag": "0.
|
|
16
|
+
"@xsolla/xui-button": "0.188.1",
|
|
17
|
+
"@xsolla/xui-core": "0.188.1",
|
|
18
|
+
"@xsolla/xui-icons-base": "0.188.1",
|
|
19
|
+
"@xsolla/xui-primitives-core": "0.188.1",
|
|
20
|
+
"@xsolla/xui-select": "0.188.1",
|
|
21
|
+
"@xsolla/xui-tag": "0.188.1",
|
|
22
22
|
"date-fns": "^3.0.0"
|
|
23
23
|
},
|
|
24
24
|
"peerDependencies": {
|
package/web/index.d.mts
CHANGED
|
@@ -26,9 +26,6 @@ interface CalendarChipsProps extends ThemeOverrideProps {
|
|
|
26
26
|
* Callback fired when a chip is selected.
|
|
27
27
|
*/
|
|
28
28
|
onChipSelect?: (value: string | null) => void;
|
|
29
|
-
/**
|
|
30
|
-
* Test ID for testing frameworks
|
|
31
|
-
*/
|
|
32
29
|
testID?: string;
|
|
33
30
|
}
|
|
34
31
|
interface CalendarGridProps extends ThemeOverrideProps {
|
|
@@ -57,7 +54,6 @@ interface CalendarHeaderProps extends ThemeOverrideProps {
|
|
|
57
54
|
minDate?: Date | null;
|
|
58
55
|
maxDate?: Date | null;
|
|
59
56
|
contextMenuMaxHeight?: number;
|
|
60
|
-
/** Test ID for testing frameworks */
|
|
61
57
|
testID?: string;
|
|
62
58
|
}
|
|
63
59
|
interface CalendarProps extends ThemeOverrideProps {
|
|
@@ -126,9 +122,6 @@ interface CalendarProps extends ThemeOverrideProps {
|
|
|
126
122
|
* Callback fired when a chip is selected.
|
|
127
123
|
*/
|
|
128
124
|
onChipSelect?: (value: string | null) => void;
|
|
129
|
-
/**
|
|
130
|
-
* Test ID for testing frameworks
|
|
131
|
-
*/
|
|
132
125
|
testID?: string;
|
|
133
126
|
/**
|
|
134
127
|
* Callback fired when the date changes
|
|
@@ -193,9 +186,6 @@ interface DualCalendarProps extends ThemeOverrideProps {
|
|
|
193
186
|
* Callback fired when a chip is selected.
|
|
194
187
|
*/
|
|
195
188
|
onChipSelect?: (value: string | null) => void;
|
|
196
|
-
/**
|
|
197
|
-
* Test ID for testing frameworks
|
|
198
|
-
*/
|
|
199
189
|
testID?: string;
|
|
200
190
|
/**
|
|
201
191
|
* Callback fired when the date range changes.
|
package/web/index.d.ts
CHANGED
|
@@ -26,9 +26,6 @@ interface CalendarChipsProps extends ThemeOverrideProps {
|
|
|
26
26
|
* Callback fired when a chip is selected.
|
|
27
27
|
*/
|
|
28
28
|
onChipSelect?: (value: string | null) => void;
|
|
29
|
-
/**
|
|
30
|
-
* Test ID for testing frameworks
|
|
31
|
-
*/
|
|
32
29
|
testID?: string;
|
|
33
30
|
}
|
|
34
31
|
interface CalendarGridProps extends ThemeOverrideProps {
|
|
@@ -57,7 +54,6 @@ interface CalendarHeaderProps extends ThemeOverrideProps {
|
|
|
57
54
|
minDate?: Date | null;
|
|
58
55
|
maxDate?: Date | null;
|
|
59
56
|
contextMenuMaxHeight?: number;
|
|
60
|
-
/** Test ID for testing frameworks */
|
|
61
57
|
testID?: string;
|
|
62
58
|
}
|
|
63
59
|
interface CalendarProps extends ThemeOverrideProps {
|
|
@@ -126,9 +122,6 @@ interface CalendarProps extends ThemeOverrideProps {
|
|
|
126
122
|
* Callback fired when a chip is selected.
|
|
127
123
|
*/
|
|
128
124
|
onChipSelect?: (value: string | null) => void;
|
|
129
|
-
/**
|
|
130
|
-
* Test ID for testing frameworks
|
|
131
|
-
*/
|
|
132
125
|
testID?: string;
|
|
133
126
|
/**
|
|
134
127
|
* Callback fired when the date changes
|
|
@@ -193,9 +186,6 @@ interface DualCalendarProps extends ThemeOverrideProps {
|
|
|
193
186
|
* Callback fired when a chip is selected.
|
|
194
187
|
*/
|
|
195
188
|
onChipSelect?: (value: string | null) => void;
|
|
196
|
-
/**
|
|
197
|
-
* Test ID for testing frameworks
|
|
198
|
-
*/
|
|
199
189
|
testID?: string;
|
|
200
190
|
/**
|
|
201
191
|
* Callback fired when the date range changes.
|