@gridsuite/commons-ui 0.82.0 → 0.84.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.
- package/dist/_mocks_/svg.d.ts +1 -1
- package/dist/components/authentication/AuthenticationRouter.js +1 -1
- package/dist/components/authentication/Login.js +1 -5
- package/dist/components/authentication/authenticationType.d.ts +3 -3
- package/dist/components/authentication/utils/authService.d.ts +3 -3
- package/dist/components/cardErrorBoundary/CardErrorBoundary.d.ts +1 -1
- package/dist/components/checkBoxList/checkBoxList.type.d.ts +7 -8
- package/dist/components/contingencyList/criteriaBased/CriteriaBasedForm.d.ts +1 -1
- package/dist/components/contingencyList/criteriaBased/criteriaBasedUtils.d.ts +3 -3
- package/dist/components/customAGGrid/customAggrid.d.ts +1 -1
- package/dist/components/customAGGrid/customAggrid.js +1 -2
- package/dist/components/customAGGrid/customAggrid.style.d.ts +2 -2
- package/dist/components/dialogs/customMuiDialog/CustomMuiDialog.d.ts +2 -2
- package/dist/components/dialogs/modifyElementSelection/ModifyElementSelection.d.ts +1 -1
- package/dist/components/directoryItemSelector/DirectoryItemSelector.d.ts +2 -2
- package/dist/components/elementSearch/elementItem/EquipmentItem.d.ts +2 -2
- package/dist/components/elementSearch/elementSearchInput/ElementSearchInput.d.ts +1 -1
- package/dist/components/elementSearch/tagRenderer/TagRenderer.d.ts +1 -1
- package/dist/components/filter/FilterCreationDialog.d.ts +1 -1
- package/dist/components/filter/FilterCreationDialog.js +1 -1
- package/dist/components/filter/HeaderFilterForm.d.ts +2 -2
- package/dist/components/filter/expert/ExpertFilterForm.js +2 -3
- package/dist/components/filter/expert/expertFilter.type.d.ts +2 -2
- package/dist/components/filter/expert/expertFilterConstants.d.ts +2 -2
- package/dist/components/filter/expert/expertFilterConstants.js +1 -1
- package/dist/components/filter/expert/expertFilterUtils.d.ts +3 -75
- package/dist/components/filter/expert/expertFilterUtils.js +3 -4
- package/dist/components/filter/explicitNaming/ExplicitNamingFilterForm.d.ts +3 -3
- package/dist/components/filter/explicitNaming/ExplicitNamingFilterForm.js +2 -1
- package/dist/components/filter/filter.type.d.ts +4 -4
- package/dist/components/filter/utils/filterFormUtils.d.ts +1 -1
- package/dist/components/inputs/reactHookForm/agGridTable/CustomAgGridTable.js +2 -7
- package/dist/components/inputs/reactHookForm/agGridTable/csvUploader/CsvUploader.js +1 -2
- package/dist/components/inputs/reactHookForm/autocompleteInputs/AutocompleteInput.d.ts +1 -1
- package/dist/components/inputs/reactHookForm/autocompleteInputs/AutocompleteInput.js +1 -1
- package/dist/components/inputs/reactHookForm/numbers/RangeInput.d.ts +2 -3
- package/dist/components/inputs/reactHookForm/numbers/SliderInput.d.ts +2 -2
- package/dist/components/inputs/reactHookForm/numbers/SliderInput.js +26 -3
- package/dist/components/inputs/reactHookForm/provider/CustomFormProvider.d.ts +2 -2
- package/dist/components/inputs/reactHookForm/provider/CustomFormProvider.js +1 -5
- package/dist/components/inputs/reactHookForm/selectInputs/SelectInput.d.ts +1 -1
- package/dist/components/inputs/reactHookForm/text/ExpandingTextField.d.ts +1 -1
- package/dist/components/inputs/reactHookForm/text/TextInput.d.ts +3 -3
- package/dist/components/inputs/reactHookForm/text/TextInput.js +2 -2
- package/dist/components/inputs/reactHookForm/text/UniqueNameInput.d.ts +2 -2
- package/dist/components/inputs/reactHookForm/utils/TextFieldWithAdornment.d.ts +1 -1
- package/dist/components/inputs/reactQueryBuilder/AutocompleteWithFavorites.js +1 -1
- package/dist/components/inputs/reactQueryBuilder/CustomReactQueryBuilder.js +1 -1
- package/dist/components/inputs/reactQueryBuilder/PropertyValueEditor.d.ts +1 -1
- package/dist/components/inputs/reactQueryBuilder/compositeRuleEditor/GroupValueEditor.d.ts +1 -1
- package/dist/components/inputs/reactQueryBuilder/compositeRuleEditor/RuleValueEditor.d.ts +1 -1
- package/dist/components/notifications/contexts/NotificationsContext.d.ts +0 -1
- package/dist/components/notifications/hooks/useListenerManager.d.ts +1 -1
- package/dist/components/notifications/hooks/useNotificationsListener.d.ts +3 -3
- package/dist/components/overflowableText/OverflowableText.d.ts +4 -4
- package/dist/components/topBar/AboutDialog.js +1 -1
- package/dist/components/topBar/GridLogo.d.ts +1 -1
- package/dist/components/topBar/TopBar.d.ts +7 -7
- package/dist/components/topBar/TopBar.js +1 -5
- package/dist/components/topBar/UserInformationDialog.js +1 -2
- package/dist/components/topBar/UserSettingsDialog.d.ts +1 -1
- package/dist/components/topBar/UserSettingsDialog.js +17 -14
- package/dist/components/treeViewFinder/TreeViewFinder.d.ts +3 -3
- package/dist/components/treeViewFinder/TreeViewFinder.js +2 -3
- package/dist/hooks/useIntlRef.d.ts +1 -2
- package/dist/hooks/useLocalizedCountries.js +1 -1
- package/dist/hooks/useModificationLabelComputer.d.ts +1 -1
- package/dist/hooks/useModificationLabelComputer.js +8 -10
- package/dist/hooks/usePredefinedProperties.d.ts +2 -2
- package/dist/services/directory.d.ts +1 -1
- package/dist/services/explore.d.ts +2 -2
- package/dist/translations/en/topBarEn.js +1 -1
- package/dist/translations/fr/topBarFr.js +1 -1
- package/dist/utils/mapper/getFileIcon.d.ts +1 -1
- package/dist/utils/types/metadata.d.ts +1 -1
- package/dist/utils/types/types.d.ts +1 -1
- package/package.json +70 -76
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gridsuite/commons-ui",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.84.0",
|
|
4
4
|
"description": "common react components for gridsuite applications",
|
|
5
5
|
"engines": {
|
|
6
6
|
"npm": ">=9",
|
|
@@ -28,120 +28,114 @@
|
|
|
28
28
|
"licenses-check": "license-checker --summary --excludePrivatePackages --production --onlyAllow \"$( jq -r .onlyAllow[] license-checker-config.json | tr '\n' ';')\" --excludePackages \"$( jq -r .excludePackages[] license-checker-config.json | tr '\n' ';')\""
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@react-querybuilder/dnd": "^
|
|
32
|
-
"@react-querybuilder/material": "^
|
|
31
|
+
"@react-querybuilder/dnd": "^8.2.0",
|
|
32
|
+
"@react-querybuilder/material": "^8.2.0",
|
|
33
33
|
"autosuggest-highlight": "^3.3.4",
|
|
34
|
-
"clsx": "^2.1.
|
|
34
|
+
"clsx": "^2.1.1",
|
|
35
35
|
"jwt-decode": "^4.0.0",
|
|
36
36
|
"localized-countries": "^2.0.0",
|
|
37
37
|
"oidc-client": "^1.11.5",
|
|
38
38
|
"prop-types": "^15.8.1",
|
|
39
39
|
"react-beautiful-dnd": "^13.1.1",
|
|
40
|
-
"react-csv-downloader": "^3.
|
|
40
|
+
"react-csv-downloader": "^3.3.0",
|
|
41
41
|
"react-dnd": "^16.0.1",
|
|
42
42
|
"react-dnd-html5-backend": "^16.0.1",
|
|
43
|
-
"react-querybuilder": "^
|
|
43
|
+
"react-querybuilder": "^8.2.0",
|
|
44
44
|
"reconnecting-websocket": "^4.4.0",
|
|
45
|
-
"
|
|
45
|
+
"type-fest": "^4.34.1",
|
|
46
|
+
"uuid": "^11.0.5"
|
|
46
47
|
},
|
|
47
48
|
"peerDependencies": {
|
|
48
|
-
"@emotion/react": "^11.
|
|
49
|
-
"@emotion/styled": "^11.
|
|
50
|
-
"@hookform/resolvers": "^
|
|
51
|
-
"@mui/icons-material": "^5.
|
|
52
|
-
"@mui/lab": "5.0.0-alpha.
|
|
53
|
-
"@mui/material": "^5.
|
|
54
|
-
"@mui/system": "^5.15.15",
|
|
49
|
+
"@emotion/react": "^11.14.0",
|
|
50
|
+
"@emotion/styled": "^11.14.0",
|
|
51
|
+
"@hookform/resolvers": "^4.0.0",
|
|
52
|
+
"@mui/icons-material": "^5.16.14",
|
|
53
|
+
"@mui/lab": "5.0.0-alpha.175",
|
|
54
|
+
"@mui/material": "^5.16.14",
|
|
55
55
|
"@mui/x-tree-view": "^6.17.0",
|
|
56
56
|
"ag-grid-community": "^33.0.3",
|
|
57
|
-
"ag-grid-react": "^33.0.
|
|
58
|
-
"notistack": "^3.0.
|
|
59
|
-
"
|
|
60
|
-
"react": "^18.
|
|
61
|
-
"react-
|
|
62
|
-
"react-
|
|
63
|
-
"react-
|
|
64
|
-
"react-
|
|
65
|
-
"
|
|
66
|
-
"yup": "^1.4.0"
|
|
57
|
+
"ag-grid-react": "^33.0.4",
|
|
58
|
+
"notistack": "^3.0.2",
|
|
59
|
+
"react": "^18.3.1",
|
|
60
|
+
"react-dom": "^18.3.1",
|
|
61
|
+
"react-hook-form": "^7.54.2",
|
|
62
|
+
"react-intl": "^6.8.9",
|
|
63
|
+
"react-papaparse": "^4.4.0",
|
|
64
|
+
"react-router": "^6.29.0",
|
|
65
|
+
"yup": "^1.6.1"
|
|
67
66
|
},
|
|
68
67
|
"devDependencies": {
|
|
69
|
-
"@babel/helper-builder-react-jsx": "^7.
|
|
70
|
-
"@babel/
|
|
71
|
-
"@babel/preset-
|
|
72
|
-
"@babel/preset-
|
|
73
|
-
"@
|
|
74
|
-
"@emotion/
|
|
75
|
-
"@
|
|
76
|
-
"@hookform/resolvers": "^3.3.4",
|
|
68
|
+
"@babel/helper-builder-react-jsx": "^7.25.9",
|
|
69
|
+
"@babel/preset-env": "^7.26.8",
|
|
70
|
+
"@babel/preset-react": "^7.26.3",
|
|
71
|
+
"@babel/preset-typescript": "^7.26.0",
|
|
72
|
+
"@emotion/react": "^11.14.0",
|
|
73
|
+
"@emotion/styled": "^11.14.0",
|
|
74
|
+
"@hookform/resolvers": "^4.0.0",
|
|
77
75
|
"@jest/globals": "^29.7.0",
|
|
78
|
-
"@mui/icons-material": "^5.
|
|
79
|
-
"@mui/lab": "5.0.0-alpha.
|
|
80
|
-
"@mui/material": "^5.
|
|
76
|
+
"@mui/icons-material": "^5.16.14",
|
|
77
|
+
"@mui/lab": "5.0.0-alpha.175",
|
|
78
|
+
"@mui/material": "^5.16.14",
|
|
81
79
|
"@react-hook/window-size": "^3.1.1",
|
|
82
|
-
"@testing-library/jest-dom": "^6.
|
|
83
|
-
"@testing-library/react": "^16.
|
|
84
|
-
"@testing-library/user-event": "^14.
|
|
80
|
+
"@testing-library/jest-dom": "^6.6.3",
|
|
81
|
+
"@testing-library/react": "^16.2.0",
|
|
82
|
+
"@testing-library/user-event": "^14.6.1",
|
|
85
83
|
"@types/autosuggest-highlight": "^3.2.3",
|
|
86
|
-
"@types/eslint": "^8.56.
|
|
84
|
+
"@types/eslint": "^8.56.12",
|
|
87
85
|
"@types/eslint-config-prettier": "^6.11.3",
|
|
88
|
-
"@types/jest": "^29.5.
|
|
89
|
-
"@types/json-logic-js": "^2.0.
|
|
86
|
+
"@types/jest": "^29.5.14",
|
|
87
|
+
"@types/json-logic-js": "^2.0.8",
|
|
90
88
|
"@types/license-checker": "^25.0.6",
|
|
91
89
|
"@types/localized-countries": "^2.0.3",
|
|
92
|
-
"@types/node": "^18.19.
|
|
93
|
-
"@types/prop-types": "^15.7.
|
|
94
|
-
"@types/react": "^18.
|
|
90
|
+
"@types/node": "^18.19.75",
|
|
91
|
+
"@types/prop-types": "^15.7.14",
|
|
92
|
+
"@types/react": "^18.3.18",
|
|
95
93
|
"@types/react-beautiful-dnd": "^13.1.8",
|
|
96
|
-
"@types/react-dom": "^18.
|
|
97
|
-
"@types/react-resizable": "^3.0.
|
|
98
|
-
"@
|
|
99
|
-
"@
|
|
100
|
-
"@
|
|
101
|
-
"
|
|
102
|
-
"
|
|
103
|
-
"ag-grid-community": "^33.0.3",
|
|
104
|
-
"ag-grid-react": "^33.0.3",
|
|
94
|
+
"@types/react-dom": "^18.3.5",
|
|
95
|
+
"@types/react-resizable": "^3.0.8",
|
|
96
|
+
"@typescript-eslint/eslint-plugin": "^7.18.0",
|
|
97
|
+
"@typescript-eslint/parser": "^7.18.0",
|
|
98
|
+
"@vitejs/plugin-react": "^4.3.4",
|
|
99
|
+
"ag-grid-community": "^33.1.0",
|
|
100
|
+
"ag-grid-react": "^33.1.0",
|
|
105
101
|
"babel-eslint": "^10.1.0",
|
|
106
102
|
"babel-preset-airbnb": "^5.0.0",
|
|
107
103
|
"babel-preset-vite": "^1.1.3",
|
|
108
|
-
"
|
|
109
|
-
"eslint": "^
|
|
110
|
-
"eslint-config-airbnb": "^19.0.0",
|
|
104
|
+
"eslint": "^8.57.1",
|
|
105
|
+
"eslint-config-airbnb": "^19.0.4",
|
|
111
106
|
"eslint-config-airbnb-typescript": "^18.0.0",
|
|
112
107
|
"eslint-config-prettier": "^9.1.0",
|
|
113
108
|
"eslint-config-react-app": "^7.0.1",
|
|
114
109
|
"eslint-plugin-flowtype": "^8.0.3",
|
|
115
|
-
"eslint-plugin-import": "^2.
|
|
116
|
-
"eslint-plugin-jsx-a11y": "^6.
|
|
110
|
+
"eslint-plugin-import": "^2.31.0",
|
|
111
|
+
"eslint-plugin-jsx-a11y": "^6.10.2",
|
|
117
112
|
"eslint-plugin-prettier": "^4.2.1",
|
|
118
|
-
"eslint-plugin-react": "^7.
|
|
119
|
-
"eslint-plugin-react-hooks": "^4.6.
|
|
120
|
-
"glob": "^
|
|
113
|
+
"eslint-plugin-react": "^7.37.4",
|
|
114
|
+
"eslint-plugin-react-hooks": "^4.6.2",
|
|
115
|
+
"glob": "^11.0.1",
|
|
121
116
|
"identity-obj-proxy": "^3.0.0",
|
|
122
117
|
"jest": "^29.7.0",
|
|
123
118
|
"jest-dom": "^4.0.0",
|
|
124
119
|
"jest-environment-jsdom": "^29.7.0",
|
|
125
120
|
"license-checker": "^25.0.1",
|
|
126
|
-
"notistack": "^3.0.
|
|
121
|
+
"notistack": "^3.0.2",
|
|
127
122
|
"prettier": "^2.8.8",
|
|
128
|
-
"react": "^18.
|
|
129
|
-
"react-dom": "^18.
|
|
130
|
-
"react-hook-form": "^7.
|
|
131
|
-
"react-intl": "^6.
|
|
132
|
-
"react-papaparse": "^4.
|
|
123
|
+
"react": "^18.3.1",
|
|
124
|
+
"react-dom": "^18.3.1",
|
|
125
|
+
"react-hook-form": "^7.54.2",
|
|
126
|
+
"react-intl": "^6.8.9",
|
|
127
|
+
"react-papaparse": "^4.4.0",
|
|
133
128
|
"react-resizable": "^3.0.5",
|
|
134
|
-
"react-router
|
|
129
|
+
"react-router": "^6.29.0",
|
|
130
|
+
"react-router-dom": "^6.29.0",
|
|
135
131
|
"ts-node": "^10.9.2",
|
|
136
|
-
"
|
|
137
|
-
"
|
|
138
|
-
"
|
|
139
|
-
"vite": "^5.2.7",
|
|
140
|
-
"vite-plugin-dts": "^3.8.1",
|
|
132
|
+
"typescript": "~5.5.4",
|
|
133
|
+
"vite": "^5.4.14",
|
|
134
|
+
"vite-plugin-dts": "^3.9.1",
|
|
141
135
|
"vite-plugin-eslint": "^1.8.1",
|
|
142
|
-
"vite-plugin-lib-inject-css": "^2.
|
|
143
|
-
"vite-plugin-svgr": "^4.
|
|
144
|
-
"yup": "^1.
|
|
136
|
+
"vite-plugin-lib-inject-css": "^2.2.1",
|
|
137
|
+
"vite-plugin-svgr": "^4.3.0",
|
|
138
|
+
"yup": "^1.6.1"
|
|
145
139
|
},
|
|
146
140
|
"author": "gridsuite team",
|
|
147
141
|
"homepage": "https://github.com/gridsuite",
|