Commits on Source (31)
-
Leximpact socio-fiscal UI CI authored
-
Leximpact socio-fiscal UI CI authored
-
Dorine Lambinet authored
Fix bug d'affichage bordure dispositif de la feuille de paie (qui se décalait quand le dispositif était selectionné)
-
Leximpact socio-fiscal UI CI authored
-
Dorine Lambinet authored
-
Leximpact socio-fiscal UI CI authored
-
Leximpact socio-fiscal UI CI authored
-
Leximpact socio-fiscal UI CI authored
-
Leximpact socio-fiscal UI CI authored
-
David Smadja authored
-
Leximpact socio-fiscal UI CI authored
-
Leximpact socio-fiscal UI CI authored
-
Leximpact socio-fiscal UI CI authored
-
Leximpact socio-fiscal UI CI authored
-
David Smadja authored
-
David Smadja authored
-
Leximpact socio-fiscal UI CI authored
-
Leximpact socio-fiscal UI CI authored
-
Emmanuel Raviart authored
-
Leximpact socio-fiscal UI CI authored
-
Dorine Lambinet authored
-
Leximpact socio-fiscal UI CI authored
-
Dorine Lambinet authored
-
Dorine Lambinet authored
Fix affichage inflator pour les montants révalués, même retrait du PLF/PLFSS See merge request !303
-
Leximpact socio-fiscal UI CI authored
-
David Smadja authored
-
David Smadja authored
-
David Smadja authored
-
David Smadja authored
-
David Smadja authored
-
David Smadja authored
Showing
- README.md 19 additions, 0 deletionsREADME.md
- package-lock.json 84 additions, 6 deletionspackage-lock.json
- package.json 4 additions, 2 deletionspackage.json
- src/lib/components/impacts_view/test_cases_view/test_case_selected/LinkedVariables.svelte 56 additions, 73 deletions...test_cases_view/test_case_selected/LinkedVariables.svelte
- src/lib/components/impacts_view/test_cases_view/test_case_selected/PaySlipView.svelte 4 additions, 8 deletions...iew/test_cases_view/test_case_selected/PaySlipView.svelte
- src/lib/components/legislation_view/parameters/inflation_view/InflationLawButton.svelte 17 additions, 2 deletions..._view/parameters/inflation_view/InflationLawButton.svelte
- src/lib/components/legislation_view/parameters/inflation_view/InflationLawDetails.svelte 9 additions, 2 deletions...view/parameters/inflation_view/InflationLawDetails.svelte
- src/lib/decompositions.ts 0 additions, 38 deletionssrc/lib/decompositions.ts
- src/lib/situations.ts 7 additions, 3 deletionssrc/lib/situations.ts
- src/scripts/generate_openfisca_tests_yaml.ts 732 additions, 0 deletionssrc/scripts/generate_openfisca_tests_yaml.ts
{ | ||
"name": "leximpact-socio-fiscal-ui", | ||
"version": "0.0.1005", | ||
"version": "0.0.1026", | ||
"type": "module", | ||
"scripts": { | ||
"build": "NODE_OPTIONS=--max_old_space_size=4096 vite build", | ||
... | ... | @@ -18,7 +18,7 @@ |
"@eslint/compat": "^1.2.4", | ||
"@fontsource/lato": "^5.0.5", | ||
"@fontsource/lora": "^5.0.5", | ||
"@leximpact/socio-fiscal-openfisca-json": "^0.0.322", | ||
"@leximpact/socio-fiscal-openfisca-json": "^0.0.333", | ||
"@openfisca/json-model": "^3.1.0", | ||
"@playwright/test": "^1.28.1", | ||
"@popperjs/core": "^2.11.6", | ||
... | ... | @@ -29,6 +29,7 @@ |
"@tailwindcss/typography": "^0.5.4", | ||
"@tricoteuses/explorer-tools": "^0.6.2", | ||
"@tricoteuses/legal-explorer": "^0.9.0", | ||
"@types/command-line-args": "^5.2.3", | ||
"@types/cookie": "^0.6.0", | ||
"@types/d3-quadtree": "^3.0.4", | ||
"@types/d3-scale": "^4.0.2", | ||
... | ... | @@ -42,6 +43,7 @@ |
"autoprefixer": "^10.2.5", | ||
"bits-ui": "^1.0.0-next.69", | ||
"classnames": "^2.3.2", | ||
"command-line-args": "^6.0.1", | ||
"d3-quadtree": "^3.0.1", | ||
"d3-scale": "^4.0.0", | ||
"dedent-js": "^1.0.1", | ||
... | ... |
src/scripts/generate_openfisca_tests_yaml.ts
0 → 100644