@panneau/app 4.0.61 → 4.0.63
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/assets/css/packages.css +1 -1
- package/assets/css/styles.css +1 -1
- package/dist/index.js +9 -11
- package/package.json +31 -31
package/dist/index.js
CHANGED
|
@@ -4,7 +4,7 @@ import { useLocation, useSearch, Route, Redirect, Switch, Router } from 'wouter'
|
|
|
4
4
|
import ActionsProvider from '@panneau/actions';
|
|
5
5
|
import { useUser, useLogout, useAuth, AuthProvider } from '@panneau/auth';
|
|
6
6
|
import { useUrlGenerator, usePanneauResources, usePanneau, usePanneauColorScheme, ResourceProvider, useActionsComponentsManager, useFormsComponents, useRoutes, usePagesComponentsManager, PanneauProvider, RoutesProvider, ModalProvider, ComponentsProvider } from '@panneau/core/contexts';
|
|
7
|
-
import { useResourceItem,
|
|
7
|
+
import { useResourceItem, DataProvider } from '@panneau/data';
|
|
8
8
|
import DisplaysProvider from '@panneau/displays';
|
|
9
9
|
import FieldsProvider from '@panneau/fields';
|
|
10
10
|
import FiltersProvider from '@panneau/filters';
|
|
@@ -2645,18 +2645,16 @@ function Container({
|
|
|
2645
2645
|
children: /*#__PURE__*/jsx(ActionsProvider, {
|
|
2646
2646
|
children: /*#__PURE__*/jsx(ModalProvider, {
|
|
2647
2647
|
children: /*#__PURE__*/jsx(ModalsProvider, {
|
|
2648
|
-
children: /*#__PURE__*/jsx(
|
|
2648
|
+
children: /*#__PURE__*/jsx(DataProvider, {
|
|
2649
2649
|
baseUrl: baseUrl,
|
|
2650
2650
|
onUnauthorized: onUnauthorized,
|
|
2651
|
-
children: /*#__PURE__*/jsx(
|
|
2652
|
-
|
|
2653
|
-
|
|
2654
|
-
|
|
2655
|
-
|
|
2656
|
-
|
|
2657
|
-
|
|
2658
|
-
statusCode: statusCode
|
|
2659
|
-
})
|
|
2651
|
+
children: /*#__PURE__*/jsx(AuthProvider, {
|
|
2652
|
+
user: user,
|
|
2653
|
+
onLogout: onLogout,
|
|
2654
|
+
children: /*#__PURE__*/jsx(ComponentsProvider, {
|
|
2655
|
+
components: components,
|
|
2656
|
+
children: /*#__PURE__*/jsx(PanneauRoutes, {
|
|
2657
|
+
statusCode: statusCode
|
|
2660
2658
|
})
|
|
2661
2659
|
})
|
|
2662
2660
|
})
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@panneau/app",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.63",
|
|
4
4
|
"description": "",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"javascript"
|
|
@@ -67,45 +67,45 @@
|
|
|
67
67
|
"@fortawesome/fontawesome-svg-core": "^6.5.1",
|
|
68
68
|
"@fortawesome/free-solid-svg-icons": "^6.5.1",
|
|
69
69
|
"@fortawesome/react-fontawesome": "^0.2.0",
|
|
70
|
-
"@panneau/actions": "^4.0.
|
|
71
|
-
"@panneau/auth": "^4.0.
|
|
70
|
+
"@panneau/actions": "^4.0.63",
|
|
71
|
+
"@panneau/auth": "^4.0.63",
|
|
72
72
|
"@panneau/core": "^4.0.58",
|
|
73
|
-
"@panneau/data": "^4.0.
|
|
74
|
-
"@panneau/displays": "^4.0.
|
|
73
|
+
"@panneau/data": "^4.0.63",
|
|
74
|
+
"@panneau/displays": "^4.0.63",
|
|
75
75
|
"@panneau/element-accordion": "^4.0.58",
|
|
76
|
-
"@panneau/element-alert": "^4.0.
|
|
77
|
-
"@panneau/element-avatar": "^4.0.
|
|
78
|
-
"@panneau/element-breadcrumbs": "^4.0.
|
|
79
|
-
"@panneau/element-button": "^4.0.
|
|
80
|
-
"@panneau/element-buttons": "^4.0.
|
|
81
|
-
"@panneau/element-dropdown": "^4.0.
|
|
82
|
-
"@panneau/element-form": "^4.0.
|
|
83
|
-
"@panneau/element-form-group": "^4.0.
|
|
84
|
-
"@panneau/element-grid": "^4.0.
|
|
76
|
+
"@panneau/element-alert": "^4.0.62",
|
|
77
|
+
"@panneau/element-avatar": "^4.0.62",
|
|
78
|
+
"@panneau/element-breadcrumbs": "^4.0.62",
|
|
79
|
+
"@panneau/element-button": "^4.0.62",
|
|
80
|
+
"@panneau/element-buttons": "^4.0.62",
|
|
81
|
+
"@panneau/element-dropdown": "^4.0.62",
|
|
82
|
+
"@panneau/element-form": "^4.0.62",
|
|
83
|
+
"@panneau/element-form-group": "^4.0.62",
|
|
84
|
+
"@panneau/element-grid": "^4.0.62",
|
|
85
85
|
"@panneau/element-icon": "^4.0.58",
|
|
86
86
|
"@panneau/element-label": "^4.0.58",
|
|
87
|
-
"@panneau/element-link": "^4.0.
|
|
87
|
+
"@panneau/element-link": "^4.0.62",
|
|
88
88
|
"@panneau/element-loading": "^4.0.58",
|
|
89
|
-
"@panneau/element-media-card": "^4.0.
|
|
89
|
+
"@panneau/element-media-card": "^4.0.63",
|
|
90
90
|
"@panneau/element-media-player": "^4.0.58",
|
|
91
|
-
"@panneau/element-menu": "^4.0.
|
|
92
|
-
"@panneau/element-modal": "^4.0.
|
|
93
|
-
"@panneau/element-navbar": "^4.0.
|
|
94
|
-
"@panneau/element-pagination": "^4.0.
|
|
91
|
+
"@panneau/element-menu": "^4.0.62",
|
|
92
|
+
"@panneau/element-modal": "^4.0.62",
|
|
93
|
+
"@panneau/element-navbar": "^4.0.62",
|
|
94
|
+
"@panneau/element-pagination": "^4.0.62",
|
|
95
95
|
"@panneau/element-radios": "^4.0.58",
|
|
96
96
|
"@panneau/element-range": "^4.0.58",
|
|
97
|
-
"@panneau/element-resource-card": "^4.0.
|
|
98
|
-
"@panneau/fields": "^4.0.
|
|
99
|
-
"@panneau/filter-filters": "^4.0.
|
|
100
|
-
"@panneau/filters": "^4.0.
|
|
101
|
-
"@panneau/form-resource": "^4.0.
|
|
102
|
-
"@panneau/forms": "^4.0.
|
|
97
|
+
"@panneau/element-resource-card": "^4.0.62",
|
|
98
|
+
"@panneau/fields": "^4.0.63",
|
|
99
|
+
"@panneau/filter-filters": "^4.0.62",
|
|
100
|
+
"@panneau/filters": "^4.0.63",
|
|
101
|
+
"@panneau/form-resource": "^4.0.63",
|
|
102
|
+
"@panneau/forms": "^4.0.63",
|
|
103
103
|
"@panneau/intl": "^4.0.58",
|
|
104
|
-
"@panneau/list-resource-items": "^4.0.
|
|
105
|
-
"@panneau/lists": "^4.0.
|
|
106
|
-
"@panneau/modals": "^4.0.
|
|
104
|
+
"@panneau/list-resource-items": "^4.0.63",
|
|
105
|
+
"@panneau/lists": "^4.0.62",
|
|
106
|
+
"@panneau/modals": "^4.0.63",
|
|
107
107
|
"@panneau/themes": "^4.0.58",
|
|
108
|
-
"@panneau/uppy": "^4.0.
|
|
108
|
+
"@panneau/uppy": "^4.0.63",
|
|
109
109
|
"classnames": "^2.5.1",
|
|
110
110
|
"lodash": "^4.17.21",
|
|
111
111
|
"query-string": "^9.0.0",
|
|
@@ -123,5 +123,5 @@
|
|
|
123
123
|
"publishConfig": {
|
|
124
124
|
"access": "public"
|
|
125
125
|
},
|
|
126
|
-
"gitHead": "
|
|
126
|
+
"gitHead": "5b20f29e0c3cf377ae50b946ac93e037936f961a"
|
|
127
127
|
}
|