@plumile/backoffice-react 0.1.130 → 0.1.131
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/lib/esm/auth/login/loginPage.css.js +1 -0
- package/lib/esm/auth/login/loginPage.css.js.map +1 -1
- package/lib/esm/components/backoffice/detail/BackofficeKpiStrip.js +23 -23
- package/lib/esm/components/backoffice/detail/BackofficeKpiStrip.js.map +1 -1
- package/lib/esm/components/backoffice/detail/backofficeDetailRelationLink.css.js +1 -0
- package/lib/esm/components/backoffice/detail/backofficeKpiStrip.css.js +14 -2
- package/lib/esm/components/backoffice/detail/backofficeKpiStrip.css.js.map +1 -1
- package/lib/esm/components/backoffice/filters/DeferredFilterSearchInput.js +64 -50
- package/lib/esm/components/backoffice/filters/DeferredFilterSearchInput.js.map +1 -1
- package/lib/esm/components/backoffice/filters/EntityIdFilterField.js +45 -50
- package/lib/esm/components/backoffice/filters/EntityIdFilterField.js.map +1 -1
- package/lib/esm/components/backoffice/filters/backofficeFilterAction.css.js +0 -1
- package/lib/esm/components/backoffice/filters/deferredFilterSearchInput.css.js +2 -2
- package/lib/esm/components/backoffice/filters/deferredFilterSearchInput.css.js.map +1 -1
- package/lib/esm/components/backoffice/filters/entityIdFilterField.css.js +1 -1
- package/lib/esm/components/backoffice/filters/entityIdFilterField.css.js.map +1 -1
- package/lib/esm/components/backoffice/hub/backofficeHubTemplate.css.js.map +1 -1
- package/lib/esm/components/backoffice/pickers/entityIdPickerDialog.css.js.map +1 -1
- package/lib/esm/components/backoffice/refs/backofficeRelatedCountLink.css.js.map +1 -1
- package/lib/esm/components/backoffice/routing/backofficeRoutePendingBar.css.js.map +1 -1
- package/lib/esm/components/backoffice/scaffolds/BackofficeEntityListScaffold.js +1 -1
- package/lib/esm/components/backoffice/scaffolds/BackofficeEntityListScaffold.js.map +1 -1
- package/lib/esm/components/backoffice/tools/backofficeToolsDocPanel.css.js.map +1 -1
- package/lib/esm/i18n/locales/en/backofficeReact.js +3 -3
- package/lib/esm/i18n/locales/en/backofficeReact.js.map +1 -1
- package/lib/esm/i18n/locales/fr/backofficeReact.js +3 -3
- package/lib/esm/i18n/locales/fr/backofficeReact.js.map +1 -1
- package/lib/esm/pages/BackofficeEntityListPage.js +46 -53
- package/lib/esm/pages/BackofficeEntityListPage.js.map +1 -1
- package/lib/esm/pages/backofficeEntityListPage.css.js +1 -1
- package/lib/esm/pages/backofficeEntityListPage.css.js.map +1 -1
- package/lib/esm/pages/dashboard/dashboardPanel.css.js.map +1 -1
- package/lib/esm/provider/BackofficeProvider.js +1 -1
- package/lib/esm/provider/BackofficeProvider.js.map +1 -1
- package/lib/esm/style.css +1 -1
- package/lib/types/components/backoffice/detail/BackofficeKpiStrip.d.ts.map +1 -1
- package/lib/types/components/backoffice/detail/backofficeKpiStrip.css.d.ts +24 -0
- package/lib/types/components/backoffice/detail/backofficeKpiStrip.css.d.ts.map +1 -1
- package/lib/types/components/backoffice/filters/DeferredFilterSearchInput.d.ts +1 -1
- package/lib/types/components/backoffice/filters/DeferredFilterSearchInput.d.ts.map +1 -1
- package/lib/types/components/backoffice/filters/EntityIdFilterField.d.ts.map +1 -1
- package/lib/types/components/backoffice/filters/deferredFilterSearchInput.css.d.ts +2 -0
- package/lib/types/components/backoffice/filters/deferredFilterSearchInput.css.d.ts.map +1 -1
- package/lib/types/components/backoffice/filters/entityIdFilterField.css.d.ts.map +1 -1
- package/lib/types/i18n/resources.d.ts +6 -6
- package/lib/types/pages/BackofficeEntityListPage.d.ts.map +1 -1
- package/lib/types/pages/backofficeEntityListPage.css.d.ts.map +1 -1
- package/package.json +11 -11
|
@@ -231,8 +231,6 @@ export declare const backofficeReactI18nResources: {
|
|
|
231
231
|
};
|
|
232
232
|
common: {
|
|
233
233
|
actions: {
|
|
234
|
-
change: string;
|
|
235
|
-
clear: string;
|
|
236
234
|
close: string;
|
|
237
235
|
copied: string;
|
|
238
236
|
copy: string;
|
|
@@ -293,7 +291,9 @@ export declare const backofficeReactI18nResources: {
|
|
|
293
291
|
};
|
|
294
292
|
filters: {
|
|
295
293
|
actions: {
|
|
296
|
-
|
|
294
|
+
applyFilter: string;
|
|
295
|
+
changeFilterValue: string;
|
|
296
|
+
clearFilter: string;
|
|
297
297
|
filterBy: string;
|
|
298
298
|
};
|
|
299
299
|
all: string;
|
|
@@ -715,8 +715,6 @@ export declare const backofficeReactI18nResources: {
|
|
|
715
715
|
};
|
|
716
716
|
common: {
|
|
717
717
|
actions: {
|
|
718
|
-
change: string;
|
|
719
|
-
clear: string;
|
|
720
718
|
close: string;
|
|
721
719
|
copied: string;
|
|
722
720
|
copy: string;
|
|
@@ -777,7 +775,9 @@ export declare const backofficeReactI18nResources: {
|
|
|
777
775
|
};
|
|
778
776
|
filters: {
|
|
779
777
|
actions: {
|
|
780
|
-
|
|
778
|
+
applyFilter: string;
|
|
779
|
+
changeFilterValue: string;
|
|
780
|
+
clearFilter: string;
|
|
781
781
|
filterBy: string;
|
|
782
782
|
};
|
|
783
783
|
all: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BackofficeEntityListPage.d.ts","sourceRoot":"","sources":["../../../src/pages/BackofficeEntityListPage.tsx"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,GAAG,EAMT,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"BackofficeEntityListPage.d.ts","sourceRoot":"","sources":["../../../src/pages/BackofficeEntityListPage.tsx"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,GAAG,EAMT,MAAM,OAAO,CAAC;AAgBf,OAAO,KAAK,EACV,4BAA4B,EAC5B,2BAA2B,EAC3B,wCAAwC,EAEzC,MAAM,mCAAmC,CAAC;AAqC3C,MAAM,MAAM,6BAA6B,GAAG;IAC1C,cAAc,EAAE,4BAA4B,CAAC;IAC7C,MAAM,EAAE,wCAAwC,CAAC;IACjD,QAAQ,EAAE,2BAA2B,CAAC;CACvC,CAAC;AA0oBF,eAAO,MAAM,wBAAwB,GAAI,uCAItC,6BAA6B,KAAG,GAAG,CAAC,OAAO,GAAG,IA0BhD,CAAC;AAEF,eAAe,wBAAwB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"backofficeEntityListPage.css.d.ts","sourceRoot":"","sources":["../../../src/pages/backofficeEntityListPage.css.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"backofficeEntityListPage.css.d.ts","sourceRoot":"","sources":["../../../src/pages/backofficeEntityListPage.css.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,aAAa,QAKxB,CAAC;AAEH,eAAO,MAAM,iBAAiB,QAE5B,CAAC;AAEH,eAAO,MAAM,aAAa,QAsBxB,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@plumile/backoffice-react",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.131",
|
|
4
4
|
"description": "React provider and pages for Kronex backoffice",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
@@ -179,11 +179,11 @@
|
|
|
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.
|
|
182
|
+
"@plumile/auth": "^0.1.131",
|
|
183
|
+
"@plumile/backoffice-core": "^0.1.131",
|
|
184
|
+
"@plumile/filter-query": "^0.1.131",
|
|
185
|
+
"@plumile/router": "^0.1.131",
|
|
186
|
+
"@plumile/ui": "^0.1.131",
|
|
187
187
|
"@types/react": "19.2.14",
|
|
188
188
|
"@types/react-dom": "19.2.3",
|
|
189
189
|
"@types/relay-runtime": "20.1.1",
|
|
@@ -196,11 +196,11 @@
|
|
|
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.
|
|
199
|
+
"@plumile/auth": "^0.1.130",
|
|
200
|
+
"@plumile/backoffice-core": "^0.1.130",
|
|
201
|
+
"@plumile/filter-query": "^0.1.130",
|
|
202
|
+
"@plumile/router": "^0.1.130",
|
|
203
|
+
"@plumile/ui": "^0.1.130",
|
|
204
204
|
"i18next": "^26.1.0",
|
|
205
205
|
"react": "^19.2.6",
|
|
206
206
|
"react-dom": "^19.2.6",
|