@rebasepro/admin-types 0.10.1-canary.0a881d4 → 0.10.1-canary.ed8caed
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.
|
@@ -430,6 +430,16 @@ export interface RebaseTranslations {
|
|
|
430
430
|
initialize: string;
|
|
431
431
|
confirm_multiple_delete: string;
|
|
432
432
|
delete_entity_confirm_title: string;
|
|
433
|
+
/**
|
|
434
|
+
* Confirmation for the destructive action on a tab whose rows are shared
|
|
435
|
+
* through a junction. The row is not deleted — the parent's link to it is —
|
|
436
|
+
* so this copy must not promise deletion.
|
|
437
|
+
*/
|
|
438
|
+
/** Attach a row that already exists to this parent, on a junction-backed tab. */
|
|
439
|
+
add_existing: string;
|
|
440
|
+
unlink_entity_confirm_title: string;
|
|
441
|
+
unlink_entity_confirm_body: string;
|
|
442
|
+
confirm_multiple_unlink: string;
|
|
433
443
|
no_filter: string;
|
|
434
444
|
is_true: string;
|
|
435
445
|
is_false: string;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rebasepro/admin-types",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.10.1-canary.
|
|
4
|
+
"version": "0.10.1-canary.ed8caed",
|
|
5
5
|
"description": "Rebase admin-panel type definitions — the React-flavoured half of the type surface",
|
|
6
6
|
"funding": {
|
|
7
7
|
"url": "https://github.com/sponsors/rebaseco"
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"headless cms"
|
|
30
30
|
],
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@rebasepro/types": "0.10.1-canary.
|
|
32
|
+
"@rebasepro/types": "0.10.1-canary.ed8caed"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"@types/jest": "^30.0.0",
|
|
@@ -487,6 +487,16 @@ export interface RebaseTranslations {
|
|
|
487
487
|
initialize: string;
|
|
488
488
|
confirm_multiple_delete: string;
|
|
489
489
|
delete_entity_confirm_title: string;
|
|
490
|
+
/**
|
|
491
|
+
* Confirmation for the destructive action on a tab whose rows are shared
|
|
492
|
+
* through a junction. The row is not deleted — the parent's link to it is —
|
|
493
|
+
* so this copy must not promise deletion.
|
|
494
|
+
*/
|
|
495
|
+
/** Attach a row that already exists to this parent, on a junction-backed tab. */
|
|
496
|
+
add_existing: string;
|
|
497
|
+
unlink_entity_confirm_title: string;
|
|
498
|
+
unlink_entity_confirm_body: string;
|
|
499
|
+
confirm_multiple_unlink: string;
|
|
490
500
|
|
|
491
501
|
no_filter: string;
|
|
492
502
|
is_true: string;
|