@panneau/app 3.0.144 → 3.0.146
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/styles.css +1 -1
- package/lib/index.js +2 -1
- package/package.json +39 -39
package/lib/index.js
CHANGED
@@ -573,7 +573,8 @@ function useMemoryRouter() {
|
|
573
573
|
};
|
574
574
|
}
|
575
575
|
function createPathToRegexpParser(opts) {
|
576
|
-
return function (
|
576
|
+
return function (fullPath, loose) {
|
577
|
+
var path = fullPath.replace(/^(https?:\/\/[^/]+)\/?/, '/');
|
577
578
|
var keys = [];
|
578
579
|
var isWildcard = path.match(/(\/|^)\*$/) !== null;
|
579
580
|
var pattern = pathToRegexp.pathToRegexp(isWildcard ? path.replace(/(\/|^)\*$/, '$1(.*)') : path, keys, _objectSpread({
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@panneau/app",
|
3
|
-
"version": "3.0.
|
3
|
+
"version": "3.0.146",
|
4
4
|
"description": "",
|
5
5
|
"keywords": [
|
6
6
|
"javascript"
|
@@ -68,43 +68,43 @@
|
|
68
68
|
"@fortawesome/fontawesome-svg-core": "^6.5.1",
|
69
69
|
"@fortawesome/free-solid-svg-icons": "^6.5.1",
|
70
70
|
"@fortawesome/react-fontawesome": "^0.2.0",
|
71
|
-
"@panneau/actions": "^3.0.
|
72
|
-
"@panneau/auth": "^3.0.
|
73
|
-
"@panneau/core": "^3.0.
|
74
|
-
"@panneau/data": "^3.0.
|
75
|
-
"@panneau/displays": "^3.0.
|
76
|
-
"@panneau/element-accordion": "^3.0.
|
77
|
-
"@panneau/element-alert": "^3.0.
|
78
|
-
"@panneau/element-avatar": "^3.0.
|
79
|
-
"@panneau/element-breadcrumbs": "^3.0.
|
80
|
-
"@panneau/element-button": "^3.0.
|
81
|
-
"@panneau/element-buttons": "^3.0.
|
82
|
-
"@panneau/element-dropdown": "^3.0.
|
83
|
-
"@panneau/element-form": "^3.0.
|
84
|
-
"@panneau/element-form-group": "^3.0.
|
85
|
-
"@panneau/element-form-row": "^3.0.
|
86
|
-
"@panneau/element-icon": "^3.0.
|
87
|
-
"@panneau/element-label": "^3.0.
|
88
|
-
"@panneau/element-link": "^3.0.
|
89
|
-
"@panneau/element-loading": "^3.0.
|
90
|
-
"@panneau/element-media-card": "^3.0.
|
91
|
-
"@panneau/element-menu": "^3.0.
|
92
|
-
"@panneau/element-modal": "^3.0.
|
93
|
-
"@panneau/element-navbar": "^3.0.
|
94
|
-
"@panneau/element-pagination": "^3.0.
|
95
|
-
"@panneau/element-radios": "^3.0.
|
96
|
-
"@panneau/element-range": "^3.0.
|
97
|
-
"@panneau/fields": "^3.0.
|
98
|
-
"@panneau/filter-filters": "^3.0.
|
99
|
-
"@panneau/filters": "^3.0.
|
100
|
-
"@panneau/form-resource": "^3.0.
|
101
|
-
"@panneau/forms": "^3.0.
|
102
|
-
"@panneau/intl": "^3.0.
|
103
|
-
"@panneau/list-resource-items": "^3.0.
|
104
|
-
"@panneau/lists": "^3.0.
|
105
|
-
"@panneau/modals": "^3.0.
|
106
|
-
"@panneau/themes": "^3.0.
|
107
|
-
"@panneau/uppy": "^3.0.
|
71
|
+
"@panneau/actions": "^3.0.146",
|
72
|
+
"@panneau/auth": "^3.0.146",
|
73
|
+
"@panneau/core": "^3.0.146",
|
74
|
+
"@panneau/data": "^3.0.146",
|
75
|
+
"@panneau/displays": "^3.0.146",
|
76
|
+
"@panneau/element-accordion": "^3.0.146",
|
77
|
+
"@panneau/element-alert": "^3.0.146",
|
78
|
+
"@panneau/element-avatar": "^3.0.146",
|
79
|
+
"@panneau/element-breadcrumbs": "^3.0.146",
|
80
|
+
"@panneau/element-button": "^3.0.146",
|
81
|
+
"@panneau/element-buttons": "^3.0.146",
|
82
|
+
"@panneau/element-dropdown": "^3.0.146",
|
83
|
+
"@panneau/element-form": "^3.0.146",
|
84
|
+
"@panneau/element-form-group": "^3.0.146",
|
85
|
+
"@panneau/element-form-row": "^3.0.146",
|
86
|
+
"@panneau/element-icon": "^3.0.146",
|
87
|
+
"@panneau/element-label": "^3.0.146",
|
88
|
+
"@panneau/element-link": "^3.0.146",
|
89
|
+
"@panneau/element-loading": "^3.0.146",
|
90
|
+
"@panneau/element-media-card": "^3.0.146",
|
91
|
+
"@panneau/element-menu": "^3.0.146",
|
92
|
+
"@panneau/element-modal": "^3.0.146",
|
93
|
+
"@panneau/element-navbar": "^3.0.146",
|
94
|
+
"@panneau/element-pagination": "^3.0.146",
|
95
|
+
"@panneau/element-radios": "^3.0.146",
|
96
|
+
"@panneau/element-range": "^3.0.146",
|
97
|
+
"@panneau/fields": "^3.0.146",
|
98
|
+
"@panneau/filter-filters": "^3.0.146",
|
99
|
+
"@panneau/filters": "^3.0.146",
|
100
|
+
"@panneau/form-resource": "^3.0.146",
|
101
|
+
"@panneau/forms": "^3.0.146",
|
102
|
+
"@panneau/intl": "^3.0.146",
|
103
|
+
"@panneau/list-resource-items": "^3.0.146",
|
104
|
+
"@panneau/lists": "^3.0.146",
|
105
|
+
"@panneau/modals": "^3.0.146",
|
106
|
+
"@panneau/themes": "^3.0.146",
|
107
|
+
"@panneau/uppy": "^3.0.146",
|
108
108
|
"classnames": "^2.5.1",
|
109
109
|
"lodash": "^4.17.21",
|
110
110
|
"prop-types": "^15.7.2",
|
@@ -115,5 +115,5 @@
|
|
115
115
|
"publishConfig": {
|
116
116
|
"access": "public"
|
117
117
|
},
|
118
|
-
"gitHead": "
|
118
|
+
"gitHead": "6cb6250299f5e725b74a20195fe6e66fe803bafc"
|
119
119
|
}
|