Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
leximpact-socio-fiscal-ui
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
leximpact
Simulateur socio-fiscal
leximpact-socio-fiscal-ui
Commits
e7447a13
Commit
e7447a13
authored
Sep 6, 2021
by
Emmanuel Raviart
Browse files
Options
Downloads
Patches
Plain Diff
Display variable referred parameters even when variable doesn't exist in OpenFisca.
parent
a42f124d
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/lib/components/WaterfallView.svelte
+0
-22
0 additions, 22 deletions
src/lib/components/WaterfallView.svelte
with
0 additions
and
22 deletions
src/lib/components/WaterfallView.svelte
+
0
−
22
View file @
e7447a13
...
...
@@ -170,10 +170,6 @@
sveltekit:noscroll
>
{
decomposition
.
ux_name
??
decomposition
.
label
}
</a
>
{
:else
if
variable
===
undefined
}
<!-- Trunk decomposition without variable, in parameters mode => no link -->
<span>
{
decomposition
.
ux_name
??
decomposition
.
label
}
</span
>
{
:
else
}
<!-- Trunk decomposition node with parameters, in parameters mode => link -->
<a
...
...
@@ -264,12 +260,6 @@
sveltekit:noscroll
>
{
decomposition
.
ux_name
??
decomposition
.
label
}
</a
>
{
:else
if
variable
===
undefined
}
<!-- Leaf decomposition without variable, in parameters mode => no link -->
<span
class=
"hover:bg-white font-serif overflow-ellipsis overflow-x-hidden hover:overflow-x-visible text-base hover:z-20"
>
{
decomposition
.
ux_name
??
decomposition
.
label
}
</span
>
{
:
else
}
<!-- Leaf decomposition node with parameters in parameters mode => link -->
<a
...
...
@@ -334,18 +324,6 @@
>
{
decomposition
.
ux_name
??
decomposition
.
label
}
</span>
{
:else
if
variable
===
undefined
}
<!-- Leaf decomposition without variable, in parameters mode => no link -->
<span
class=
"hover:bg-white cursor-pointer font-serif overflow-ellipsis overflow-x-hidden hover:overflow-x-visible text-black hover:text-black text-base hover:underline hover:z-20"
on:click=
{
()
=>
{
if
(
decomposition
.
open
)
{
zoomOut
(
index
)
}
else
{
zoomIn
(
index
)
}
}}
>
{
decomposition
.
ux_name
??
decomposition
.
label
}
</span
>
{
:
else
}
<!-- Leaf decomposition node with parameters in parameters mode => link -->
<a
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment