@beinformed/ui 1.65.22 → 1.65.24
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/CHANGELOG.md +16 -0
- package/esm/hooks/__tests__/useAuthentication.spec.js.flow +100 -132
- package/esm/hooks/useAuthentication.js +14 -8
- package/esm/hooks/useAuthentication.js.flow +23 -23
- package/esm/hooks/useAuthentication.js.map +1 -1
- package/esm/hooks/useModularUI.js +1 -1
- package/esm/hooks/useModularUI.js.flow +1 -1
- package/esm/hooks/useModularUI.js.map +1 -1
- package/esm/models/filters/RangeFilterModel.js +1 -1
- package/esm/models/filters/RangeFilterModel.js.flow +1 -1
- package/esm/models/filters/RangeFilterModel.js.map +1 -1
- package/esm/models/filters/__tests__/RangeFilterModel.spec.js.flow +5 -7
- package/esm/redux/_i18n/I18nActions.js.flow +1 -1
- package/esm/redux/_i18n/I18nActions.js.map +1 -1
- package/esm/redux/_modularui/ModularUIActions.js.flow +2 -2
- package/esm/redux/_modularui/ModularUIActions.js.map +1 -1
- package/esm/redux/_modularui/ModularUIConnector.js +2 -2
- package/esm/redux/_modularui/ModularUIConnector.js.flow +2 -2
- package/esm/redux/_modularui/ModularUIConnector.js.map +1 -1
- package/esm/redux/_modularui/ModularUISelectors.js +12 -18
- package/esm/redux/_modularui/ModularUISelectors.js.flow +13 -14
- package/esm/redux/_modularui/ModularUISelectors.js.map +1 -1
- package/esm/redux/_modularui/withModularUI.js.flow +2 -2
- package/esm/redux/_modularui/withModularUI.js.map +1 -1
- package/esm/redux/actions/Application.js +32 -4
- package/esm/redux/actions/Application.js.flow +34 -5
- package/esm/redux/actions/Application.js.map +1 -1
- package/esm/redux/actions/Authorization.js +20 -25
- package/esm/redux/actions/Authorization.js.flow +28 -29
- package/esm/redux/actions/Authorization.js.map +1 -1
- package/esm/redux/actions/Error.js +2 -0
- package/esm/redux/actions/Error.js.flow +5 -4
- package/esm/redux/actions/Error.js.map +1 -1
- package/esm/redux/actions/Form.js.flow +1 -1
- package/esm/redux/actions/Form.js.map +1 -1
- package/esm/redux/actions/FormAttributeSet.js.flow +1 -1
- package/esm/redux/actions/FormAttributeSet.js.map +1 -1
- package/esm/redux/actions/FormAutosave.js.flow +1 -1
- package/esm/redux/actions/FormAutosave.js.map +1 -1
- package/esm/redux/actions/FormAutosubmit.js.flow +1 -1
- package/esm/redux/actions/FormAutosubmit.js.map +1 -1
- package/esm/redux/actions/FormAutoupdate.js.flow +1 -1
- package/esm/redux/actions/FormAutoupdate.js.map +1 -1
- package/esm/redux/actions/FormValidations.js.flow +1 -1
- package/esm/redux/actions/FormValidations.js.map +1 -1
- package/esm/redux/actions/Notification.js.flow +3 -3
- package/esm/redux/actions/Notification.js.map +1 -1
- package/esm/redux/actions/SignIn.js +2 -4
- package/esm/redux/actions/SignIn.js.flow +4 -7
- package/esm/redux/actions/SignIn.js.map +1 -1
- package/esm/redux/actions/SignOut.js.flow +1 -1
- package/esm/redux/actions/SignOut.js.map +1 -1
- package/esm/redux/actions/__tests__/Application.spec.js.flow +67 -29
- package/esm/redux/actions/__tests__/Authorization.spec.js.flow +77 -83
- package/esm/redux/connectors/Form.js.flow +2 -2
- package/esm/redux/connectors/Form.js.map +1 -1
- package/esm/redux/connectors/FormAttributeSet.js.flow +2 -5
- package/esm/redux/connectors/FormAttributeSet.js.map +1 -1
- package/esm/redux/connectors/Progress.js.flow +1 -1
- package/esm/redux/connectors/Progress.js.map +1 -1
- package/esm/redux/connectors/SignIn.js.flow +1 -1
- package/esm/redux/connectors/SignIn.js.map +1 -1
- package/esm/redux/connectors/SignOut.js.flow +1 -1
- package/esm/redux/connectors/SignOut.js.map +1 -1
- package/esm/redux/store/configureStore.js +5 -1
- package/esm/redux/store/configureStore.js.flow +10 -1
- package/esm/redux/store/configureStore.js.map +1 -1
- package/esm/redux/types.js.flow +24 -5
- package/esm/redux/types.js.map +1 -1
- package/lib/hooks/useAuthentication.js +14 -8
- package/lib/hooks/useAuthentication.js.map +1 -1
- package/lib/hooks/useModularUI.js +1 -1
- package/lib/hooks/useModularUI.js.map +1 -1
- package/lib/models/filters/RangeFilterModel.js +1 -1
- package/lib/models/filters/RangeFilterModel.js.map +1 -1
- package/lib/redux/_i18n/I18nActions.js.map +1 -1
- package/lib/redux/_modularui/ModularUIActions.js.map +1 -1
- package/lib/redux/_modularui/ModularUIConnector.js +2 -2
- package/lib/redux/_modularui/ModularUIConnector.js.map +1 -1
- package/lib/redux/_modularui/ModularUISelectors.js +12 -18
- package/lib/redux/_modularui/ModularUISelectors.js.map +1 -1
- package/lib/redux/_modularui/withModularUI.js.map +1 -1
- package/lib/redux/actions/Application.js +33 -4
- package/lib/redux/actions/Application.js.map +1 -1
- package/lib/redux/actions/Authorization.js +20 -25
- package/lib/redux/actions/Authorization.js.map +1 -1
- package/lib/redux/actions/Error.js +2 -0
- package/lib/redux/actions/Error.js.map +1 -1
- package/lib/redux/actions/Form.js.map +1 -1
- package/lib/redux/actions/FormAttributeSet.js.map +1 -1
- package/lib/redux/actions/FormAutosave.js.map +1 -1
- package/lib/redux/actions/FormAutosubmit.js.map +1 -1
- package/lib/redux/actions/FormAutoupdate.js.map +1 -1
- package/lib/redux/actions/FormValidations.js.map +1 -1
- package/lib/redux/actions/Notification.js.map +1 -1
- package/lib/redux/actions/SignIn.js +2 -4
- package/lib/redux/actions/SignIn.js.map +1 -1
- package/lib/redux/actions/SignOut.js.map +1 -1
- package/lib/redux/connectors/Form.js.map +1 -1
- package/lib/redux/connectors/FormAttributeSet.js.map +1 -1
- package/lib/redux/connectors/Progress.js.map +1 -1
- package/lib/redux/connectors/SignIn.js.map +1 -1
- package/lib/redux/connectors/SignOut.js.map +1 -1
- package/lib/redux/store/configureStore.js +5 -1
- package/lib/redux/store/configureStore.js.map +1 -1
- package/lib/redux/types.js.map +1 -1
- package/package.json +11 -11
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@beinformed/ui",
|
|
3
|
-
"version": "1.65.
|
|
3
|
+
"version": "1.65.24",
|
|
4
4
|
"description": "Toolbox for be informed javascript layouts",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"bugs": "https://support.beinformed.com",
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
"dependencies": {
|
|
71
71
|
"@babel/runtime-corejs3": "^7.28.6",
|
|
72
72
|
"@date-fns/tz": "^1.4.1",
|
|
73
|
-
"baseline-browser-mapping": "^2.9.
|
|
73
|
+
"baseline-browser-mapping": "^2.9.19",
|
|
74
74
|
"big.js": "^7.0.1",
|
|
75
75
|
"date-fns": "^4.1.0",
|
|
76
76
|
"deepmerge": "^4.3.1",
|
|
@@ -82,7 +82,7 @@
|
|
|
82
82
|
"iban": "^0.0.14",
|
|
83
83
|
"js-cookie": "^3.0.5",
|
|
84
84
|
"klona": "^2.0.6",
|
|
85
|
-
"lodash": "^4.17.
|
|
85
|
+
"lodash": "^4.17.23",
|
|
86
86
|
"reselect": "^4.1.8",
|
|
87
87
|
"setimmediate": "^1.0.5",
|
|
88
88
|
"timezone-soft": "^1.5.2"
|
|
@@ -98,11 +98,11 @@
|
|
|
98
98
|
"@babel/preset-env": "^7.28.6",
|
|
99
99
|
"@babel/preset-flow": "^7.27.1",
|
|
100
100
|
"@babel/preset-react": "^7.28.5",
|
|
101
|
-
"@commitlint/cli": "^20.
|
|
102
|
-
"@commitlint/config-conventional": "^20.
|
|
101
|
+
"@commitlint/cli": "^20.4.0",
|
|
102
|
+
"@commitlint/config-conventional": "^20.4.0",
|
|
103
103
|
"@testing-library/dom": "^10.4.1",
|
|
104
104
|
"@testing-library/react": "^16.3.2",
|
|
105
|
-
"auditjs": "^4.0
|
|
105
|
+
"auditjs": "^4.2.0",
|
|
106
106
|
"babel-jest": "^30.2.0",
|
|
107
107
|
"babel-plugin-styled-components": "^2.1.4",
|
|
108
108
|
"cherry-pick": "^0.5.0",
|
|
@@ -114,7 +114,7 @@
|
|
|
114
114
|
"eslint-plugin-babel": "^5.3.1",
|
|
115
115
|
"eslint-plugin-ft-flow": "^3.0.11",
|
|
116
116
|
"eslint-plugin-jest": "^29.12.1",
|
|
117
|
-
"eslint-plugin-jsdoc": "^
|
|
117
|
+
"eslint-plugin-jsdoc": "^62.5.0",
|
|
118
118
|
"eslint-plugin-react": "^7.37.5",
|
|
119
119
|
"eslint-plugin-react-hooks": "^5.2.0",
|
|
120
120
|
"eslint-plugin-you-dont-need-lodash-underscore": "^6.14.0",
|
|
@@ -131,13 +131,13 @@
|
|
|
131
131
|
"jscodeshift": "^17.3.0",
|
|
132
132
|
"lint-staged": "^16.2.7",
|
|
133
133
|
"polished": "^4.3.1",
|
|
134
|
-
"prettier": "^3.8.
|
|
135
|
-
"react": "^19.2.
|
|
136
|
-
"react-dom": "^19.2.
|
|
134
|
+
"prettier": "^3.8.1",
|
|
135
|
+
"react": "^19.2.4",
|
|
136
|
+
"react-dom": "^19.2.4",
|
|
137
137
|
"react-helmet-async": "^2.0.5",
|
|
138
138
|
"react-redux": "^8.1.3",
|
|
139
139
|
"react-router": "^5.0.0",
|
|
140
|
-
"react-test-renderer": "^19.2.
|
|
140
|
+
"react-test-renderer": "^19.2.4",
|
|
141
141
|
"redux": "^4.2.1",
|
|
142
142
|
"redux-mock-store": "^1.5.5",
|
|
143
143
|
"redux-thunk": "^2.4.2",
|