@plumile/backoffice-react 0.1.161 → 0.1.162
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/README.md +3 -0
- package/lib/esm/auth/authRefreshNotice.css.js +0 -1
- package/lib/esm/auth/login/loginPage.css.js +0 -1
- package/lib/esm/components/backoffice/columns/buildDataTableColumns.js +52 -42
- package/lib/esm/components/backoffice/columns/buildDataTableColumns.js.map +1 -1
- package/lib/esm/components/backoffice/detail/backofficeDetailBadgeRow.css.js +1 -0
- package/lib/esm/components/backoffice/filters/backofficeFilterAction.css.js +1 -1
- package/lib/esm/components/backoffice/filters/backofficeFilterAction.css.js.map +1 -1
- package/lib/esm/components/backoffice/layout/backofficeSidebarActions.css.js +1 -0
- package/lib/esm/components/backoffice/layout/breadcrumb/buildBreadcrumbs.js +4 -6
- package/lib/esm/components/backoffice/layout/breadcrumb/buildBreadcrumbs.js.map +1 -1
- package/lib/esm/components/backoffice/refs/BackofficeEntityLink.js +1 -1
- package/lib/esm/components/backoffice/refs/BackofficeEntityLink.js.map +1 -1
- package/lib/esm/components/backoffice/shared/BackofficeInlineFilterRow.js +27 -8
- package/lib/esm/components/backoffice/shared/BackofficeInlineFilterRow.js.map +1 -1
- package/lib/esm/components/backoffice/shared/backofficeInlineFilterRow.css.js +2 -2
- package/lib/esm/components/backoffice/shared/backofficeInlineFilterRow.css.js.map +1 -1
- package/lib/esm/components/backoffice/technical/TechnicalIdentifierValue.js +26 -0
- package/lib/esm/components/backoffice/technical/TechnicalIdentifierValue.js.map +1 -0
- package/lib/esm/index.js +9 -6
- package/lib/esm/modules/uploads.js +31 -0
- package/lib/esm/modules/uploads.js.map +1 -0
- package/lib/esm/pages/BackofficeEntityDetailPage.view-helpers.js +313 -262
- package/lib/esm/pages/BackofficeEntityDetailPage.view-helpers.js.map +1 -1
- package/lib/esm/pages/BackofficeEntityListPage.helpers.js +8 -8
- package/lib/esm/pages/BackofficeEntityListPage.helpers.js.map +1 -1
- package/lib/esm/relay/shortAccessTokenEnvironment.js +15 -0
- package/lib/esm/relay/shortAccessTokenEnvironment.js.map +1 -0
- package/lib/esm/relay/useMutationAction.js +33 -0
- package/lib/esm/relay/useMutationAction.js.map +1 -0
- package/lib/types/components/backoffice/columns/buildDataTableColumns.d.ts.map +1 -1
- package/lib/types/components/backoffice/filters/backofficeFilterAction.css.d.ts.map +1 -1
- package/lib/types/components/backoffice/layout/breadcrumb/buildBreadcrumbs.d.ts.map +1 -1
- package/lib/types/components/backoffice/shared/BackofficeInlineFilterRow.d.ts.map +1 -1
- package/lib/types/components/backoffice/shared/backofficeInlineFilterRow.css.d.ts +2 -0
- package/lib/types/components/backoffice/shared/backofficeInlineFilterRow.css.d.ts.map +1 -1
- package/lib/types/components/backoffice/technical/TechnicalIdentifierValue.d.ts +12 -0
- package/lib/types/components/backoffice/technical/TechnicalIdentifierValue.d.ts.map +1 -0
- package/lib/types/index.d.ts +3 -0
- package/lib/types/index.d.ts.map +1 -1
- package/lib/types/modules/uploads.d.ts +27 -0
- package/lib/types/modules/uploads.d.ts.map +1 -0
- package/lib/types/pages/BackofficeEntityDetailPage.view-helpers.d.ts.map +1 -1
- package/lib/types/relay/shortAccessTokenEnvironment.d.ts +4 -0
- package/lib/types/relay/shortAccessTokenEnvironment.d.ts.map +1 -0
- package/lib/types/relay/useMutationAction.d.ts +15 -0
- package/lib/types/relay/useMutationAction.d.ts.map +1 -0
- package/package.json +19 -19
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@plumile/backoffice-react",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.162",
|
|
4
4
|
"description": "React provider and pages for Kronex backoffice",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
@@ -171,7 +171,7 @@
|
|
|
171
171
|
},
|
|
172
172
|
"dependencies": {
|
|
173
173
|
"graphql-ws": "6.0.8",
|
|
174
|
-
"i18next": "^26.3.
|
|
174
|
+
"i18next": "^26.3.1",
|
|
175
175
|
"i18next-browser-languagedetector": "8.2.1",
|
|
176
176
|
"react-i18next": "^17.0.8",
|
|
177
177
|
"react-qr-code": "^2.0.21",
|
|
@@ -179,31 +179,31 @@
|
|
|
179
179
|
"tslib": "^2.8.1"
|
|
180
180
|
},
|
|
181
181
|
"devDependencies": {
|
|
182
|
-
"@plumile/auth": "^0.1.
|
|
183
|
-
"@plumile/backoffice-core": "^0.1.
|
|
184
|
-
"@plumile/filter-query": "^0.1.
|
|
185
|
-
"@plumile/router": "^0.1.
|
|
186
|
-
"@plumile/ui": "^0.1.
|
|
187
|
-
"@types/react": "19.2.
|
|
182
|
+
"@plumile/auth": "^0.1.162",
|
|
183
|
+
"@plumile/backoffice-core": "^0.1.162",
|
|
184
|
+
"@plumile/filter-query": "^0.1.162",
|
|
185
|
+
"@plumile/router": "^0.1.162",
|
|
186
|
+
"@plumile/ui": "^0.1.162",
|
|
187
|
+
"@types/react": "19.2.16",
|
|
188
188
|
"@types/react-dom": "19.2.3",
|
|
189
189
|
"@types/relay-runtime": "20.1.1",
|
|
190
|
-
"i18next": "26.3.
|
|
191
|
-
"react": "19.2.
|
|
192
|
-
"react-dom": "19.2.
|
|
190
|
+
"i18next": "26.3.1",
|
|
191
|
+
"react": "19.2.7",
|
|
192
|
+
"react-dom": "19.2.7",
|
|
193
193
|
"react-relay": "21.0.1",
|
|
194
194
|
"relay-test-utils": "21.0.1",
|
|
195
195
|
"rimraf": "6.1.3",
|
|
196
196
|
"typescript": "6.0.3"
|
|
197
197
|
},
|
|
198
198
|
"peerDependencies": {
|
|
199
|
-
"@plumile/auth": "^0.1.
|
|
200
|
-
"@plumile/backoffice-core": "^0.1.
|
|
201
|
-
"@plumile/filter-query": "^0.1.
|
|
202
|
-
"@plumile/router": "^0.1.
|
|
203
|
-
"@plumile/ui": "^0.1.
|
|
204
|
-
"i18next": "^26.3.
|
|
205
|
-
"react": "^19.2.
|
|
206
|
-
"react-dom": "^19.2.
|
|
199
|
+
"@plumile/auth": "^0.1.161",
|
|
200
|
+
"@plumile/backoffice-core": "^0.1.161",
|
|
201
|
+
"@plumile/filter-query": "^0.1.161",
|
|
202
|
+
"@plumile/router": "^0.1.161",
|
|
203
|
+
"@plumile/ui": "^0.1.161",
|
|
204
|
+
"i18next": "^26.3.1",
|
|
205
|
+
"react": "^19.2.7",
|
|
206
|
+
"react-dom": "^19.2.7",
|
|
207
207
|
"react-i18next": "^17.0.8",
|
|
208
208
|
"react-qr-code": "^2.0.21",
|
|
209
209
|
"react-relay": "^21.0.1",
|