@airporting/integrations-app 0.4.140 → 0.4.142
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/dist/mf/2070.css +73 -73
- package/dist/mf/5741.js +1 -1
- package/dist/mf/@mf-types/compiled-types/api/synchro/synchroScheduleMutations.d.ts +1 -0
- package/dist/mf/@mf-types/compiled-types/api/synchro/types.d.ts +1 -0
- package/dist/mf/@mf-types/compiled-types/components/synchro/synchro.history.d.ts +6 -0
- package/dist/mf/@mf-types.zip +0 -0
- package/dist/mf/__federation_expose_synchronisation.js +1 -1
- package/dist/mf/index.js +3 -3
- package/dist/mf/integrations_app.js +3 -3
- package/dist/mf/mf-manifest.json +2 -2
- package/dist/mf/mf-stats.json +12 -12
- package/package.json +1 -1
|
@@ -1,4 +1,10 @@
|
|
|
1
1
|
import { RecipeTask } from '@/src/api/synchro/types.ts';
|
|
2
|
+
/**
|
|
3
|
+
* `recipe_tasks.worksheet` vaut '' (et non NULL) dès que la config du job ne
|
|
4
|
+
* porte pas de `Sheet_Name` au premier niveau — soit la majorité des tâches.
|
|
5
|
+
* Un `??` laissait alors passer la chaîne vide et affichait une bulle VIDE.
|
|
6
|
+
*/
|
|
7
|
+
export declare function spreadsheetTooltip(worksheet: string | null): string;
|
|
2
8
|
type Props = {
|
|
3
9
|
tasks: RecipeTask[];
|
|
4
10
|
destinationCodename?: string | null;
|
package/dist/mf/@mf-types.zip
CHANGED
|
Binary file
|