@connectif/ui-components 2.4.2 → 3.0.0
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.
|
@@ -22,7 +22,9 @@ export declare function getDateInputFormatForLocale(locale: string): DateInputFo
|
|
|
22
22
|
* If the supplied string date is invalid, the returned date will be invalid.
|
|
23
23
|
*/
|
|
24
24
|
export declare function parseDateForLocale(dateString: string, locale: string, timezone: string): Date;
|
|
25
|
-
export declare function getDatesFromDateInterval(interval: Exclude<DateInterval, 'custom'>, maxSelectableDays: number, timezone: string
|
|
25
|
+
export declare function getDatesFromDateInterval(interval: Exclude<DateInterval, 'custom'>, maxSelectableDays: number, timezone: string, options?: {
|
|
26
|
+
includeTime: boolean;
|
|
27
|
+
}): {
|
|
26
28
|
startDate: Date;
|
|
27
29
|
endDate: Date;
|
|
28
30
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@connectif/ui-components",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "3.0.0",
|
|
4
4
|
"description": "A comprehensive UI component library for all Connectif projects.",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -28,8 +28,6 @@
|
|
|
28
28
|
"@mui/x-date-pickers": "^8.2.0",
|
|
29
29
|
"@tinymce/tinymce-react": "^4.3.2",
|
|
30
30
|
"@uiw/react-codemirror": "4.21.24",
|
|
31
|
-
"cspell": "^6.0.0",
|
|
32
|
-
"cspell-dict-es-es": "^1.1.2",
|
|
33
31
|
"echarts": "^5.4.1",
|
|
34
32
|
"echarts-for-react": "3.0.2",
|
|
35
33
|
"html-format": "^1.1.7",
|
|
@@ -59,7 +57,6 @@
|
|
|
59
57
|
"@babel/preset-typescript": "^7.27.1",
|
|
60
58
|
"@connectif/eslint-config": "^4.0.1",
|
|
61
59
|
"@storybook/addon-essentials": "8.6.14",
|
|
62
|
-
"@storybook/addon-storysource": "8.6.14",
|
|
63
60
|
"@storybook/addon-webpack5-compiler-babel": "^3.0.6",
|
|
64
61
|
"@storybook/codemod": "8.6.14",
|
|
65
62
|
"@storybook/manager-api": "8.6.14",
|
|
@@ -82,6 +79,8 @@
|
|
|
82
79
|
"babel-loader": "^8.2.4",
|
|
83
80
|
"better-npm-audit": "^3.7.3",
|
|
84
81
|
"chokidar-cli": "^3.0.0",
|
|
82
|
+
"cspell": "^9.4.0",
|
|
83
|
+
"cspell-dict-es-es": "^1.1.2",
|
|
85
84
|
"esbuild": "^0.25.3",
|
|
86
85
|
"esbuild-css-modules-plugin": "^3.1.4",
|
|
87
86
|
"esbuild-node-externals": "^1.18.0",
|
|
@@ -96,7 +95,7 @@
|
|
|
96
95
|
"storybook-react-context": "0.6.0",
|
|
97
96
|
"ts-essentials": "^9.3.0",
|
|
98
97
|
"ts-jest": "^29.1.0",
|
|
99
|
-
"typescript": "^5.
|
|
98
|
+
"typescript": "^5.9.3"
|
|
100
99
|
},
|
|
101
100
|
"peerDependencies": {
|
|
102
101
|
"react": "^18.3.1",
|