Skip to content

Commit 04f0ad7

Browse files
authored
TSF-2846: Beregning - TB andeler kan fastsettes alle perioder, vanlige andeler kan kun fastsettes i første periode (#6115)
1 parent abb306d commit 04f0ad7

File tree

7 files changed

+16
-16
lines changed

7 files changed

+16
-16
lines changed

packages/behandling-frisinn/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@k9-sak-web/rest-api-hooks": "1.0.0",
2525
"@k9-sak-web/types": "1.0.0",
2626
"@navikt/ft-fakta-beregning-redesign": "1.2.7",
27-
"@navikt/ft-prosess-beregningsgrunnlag": "6.5.10",
27+
"@navikt/ft-prosess-beregningsgrunnlag": "6.5.11",
2828
"react": "18.3.1",
2929
"react-intl": "6.6.8",
3030
"react-redux": "9.1.2",

packages/behandling-omsorgspenger/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"@k9-sak-web/types": "1.0.0",
3535
"@navikt/ft-fakta-beregning-redesign": "1.2.7",
3636
"@navikt/ft-fakta-fordel-beregningsgrunnlag": "7.5.8",
37-
"@navikt/ft-prosess-beregningsgrunnlag": "6.5.10",
37+
"@navikt/ft-prosess-beregningsgrunnlag": "6.5.11",
3838
"nav-frontend-popover": "2.0.4",
3939
"react": "18.3.1",
4040
"react-intl": "6.6.8",

packages/behandling-opplaeringspenger/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"@k9-sak-web/types": "1.0.0",
4141
"@navikt/ft-fakta-beregning-redesign": "1.2.7",
4242
"@navikt/ft-fakta-fordel-beregningsgrunnlag": "7.5.8",
43-
"@navikt/ft-prosess-beregningsgrunnlag": "6.5.10",
43+
"@navikt/ft-prosess-beregningsgrunnlag": "6.5.11",
4444
"axios": "1.7.2",
4545
"react": "18.3.1",
4646
"react-intl": "6.6.8",

packages/behandling-pleiepenger-sluttfase/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@k9-sak-web/types": "1.0.0",
3737
"@navikt/ft-fakta-beregning-redesign": "1.2.7",
3838
"@navikt/ft-fakta-fordel-beregningsgrunnlag": "7.5.8",
39-
"@navikt/ft-prosess-beregningsgrunnlag": "6.5.10",
39+
"@navikt/ft-prosess-beregningsgrunnlag": "6.5.11",
4040
"axios": "1.7.2",
4141
"react": "18.3.1",
4242
"react-intl": "6.6.8",

packages/behandling-pleiepenger/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"@navikt/diagnosekoder": "^1.2024.0",
4242
"@navikt/ft-fakta-beregning-redesign": "1.2.7",
4343
"@navikt/ft-fakta-fordel-beregningsgrunnlag": "7.5.8",
44-
"@navikt/ft-prosess-beregningsgrunnlag": "6.5.10",
44+
"@navikt/ft-prosess-beregningsgrunnlag": "6.5.11",
4545
"axios": "1.7.2",
4646
"react": "18.3.1",
4747
"react-intl": "6.6.8",

packages/sak-app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"@navikt/ft-fakta-beregning-redesign": "1.2.7",
5858
"@navikt/ft-form-hooks": "4.4.7",
5959
"@navikt/ft-plattform-komponenter": "2.5.10",
60-
"@navikt/ft-prosess-beregningsgrunnlag": "6.5.10",
60+
"@navikt/ft-prosess-beregningsgrunnlag": "6.5.11",
6161
"@navikt/ft-ui-komponenter": "2.3.7",
6262
"@sentry/browser": "8.5.0",
6363
"@sentry/react": "^8.5.0",

yarn.lock

+10-10
Original file line numberDiff line numberDiff line change
@@ -3677,7 +3677,7 @@ __metadata:
36773677
"@k9-sak-web/rest-api-hooks": 1.0.0
36783678
"@k9-sak-web/types": 1.0.0
36793679
"@navikt/ft-fakta-beregning-redesign": 1.2.7
3680-
"@navikt/ft-prosess-beregningsgrunnlag": 6.5.10
3680+
"@navikt/ft-prosess-beregningsgrunnlag": 6.5.11
36813681
axios-mock-adapter: 1.22.0
36823682
react: 18.3.1
36833683
react-intl: 6.6.8
@@ -3751,7 +3751,7 @@ __metadata:
37513751
"@k9-sak-web/types": 1.0.0
37523752
"@navikt/ft-fakta-beregning-redesign": 1.2.7
37533753
"@navikt/ft-fakta-fordel-beregningsgrunnlag": 7.5.8
3754-
"@navikt/ft-prosess-beregningsgrunnlag": 6.5.10
3754+
"@navikt/ft-prosess-beregningsgrunnlag": 6.5.11
37553755
axios-mock-adapter: 1.22.0
37563756
nav-frontend-popover: 2.0.4
37573757
react: 18.3.1
@@ -3803,7 +3803,7 @@ __metadata:
38033803
"@k9-sak-web/types": 1.0.0
38043804
"@navikt/ft-fakta-beregning-redesign": 1.2.7
38053805
"@navikt/ft-fakta-fordel-beregningsgrunnlag": 7.5.8
3806-
"@navikt/ft-prosess-beregningsgrunnlag": 6.5.10
3806+
"@navikt/ft-prosess-beregningsgrunnlag": 6.5.11
38073807
axios: 1.7.2
38083808
axios-mock-adapter: 1.22.0
38093809
react: 18.3.1
@@ -3851,7 +3851,7 @@ __metadata:
38513851
"@k9-sak-web/types": 1.0.0
38523852
"@navikt/ft-fakta-beregning-redesign": 1.2.7
38533853
"@navikt/ft-fakta-fordel-beregningsgrunnlag": 7.5.8
3854-
"@navikt/ft-prosess-beregningsgrunnlag": 6.5.10
3854+
"@navikt/ft-prosess-beregningsgrunnlag": 6.5.11
38553855
axios: 1.7.2
38563856
axios-mock-adapter: 1.22.0
38573857
react: 18.3.1
@@ -3905,7 +3905,7 @@ __metadata:
39053905
"@navikt/diagnosekoder": ^1.2024.0
39063906
"@navikt/ft-fakta-beregning-redesign": 1.2.7
39073907
"@navikt/ft-fakta-fordel-beregningsgrunnlag": 7.5.8
3908-
"@navikt/ft-prosess-beregningsgrunnlag": 6.5.10
3908+
"@navikt/ft-prosess-beregningsgrunnlag": 6.5.11
39093909
axios: 1.7.2
39103910
axios-mock-adapter: 1.22.0
39113911
react: 18.3.1
@@ -4707,7 +4707,7 @@ __metadata:
47074707
"@navikt/ft-fakta-beregning-redesign": 1.2.7
47084708
"@navikt/ft-form-hooks": 4.4.7
47094709
"@navikt/ft-plattform-komponenter": 2.5.10
4710-
"@navikt/ft-prosess-beregningsgrunnlag": 6.5.10
4710+
"@navikt/ft-prosess-beregningsgrunnlag": 6.5.11
47114711
"@navikt/ft-ui-komponenter": 2.3.7
47124712
"@sentry/browser": 8.5.0
47134713
"@sentry/react": ^8.5.0
@@ -5146,9 +5146,9 @@ __metadata:
51465146
languageName: node
51475147
linkType: hard
51485148

5149-
"@navikt/ft-prosess-beregningsgrunnlag@npm:6.5.10":
5150-
version: 6.5.10
5151-
resolution: "@navikt/ft-prosess-beregningsgrunnlag@npm:6.5.10::__archiveUrl=https%3A%2F%2Fnpm.pkg.github.com%2Fdownload%2F%40navikt%2Fft-prosess-beregningsgrunnlag%2F6.5.10%2F3ddd9bc71ca4fa808ed01a0b00b5e6a36d5722cd"
5149+
"@navikt/ft-prosess-beregningsgrunnlag@npm:6.5.11":
5150+
version: 6.5.11
5151+
resolution: "@navikt/ft-prosess-beregningsgrunnlag@npm:6.5.11::__archiveUrl=https%3A%2F%2Fnpm.pkg.github.com%2Fdownload%2F%40navikt%2Fft-prosess-beregningsgrunnlag%2F6.5.11%2Ff7d48c86de5f803537813671929dd7f08fa7b350"
51525152
dependencies:
51535153
"@navikt/aksel-icons": 6.8.0
51545154
"@navikt/ds-css": 6.8.0
@@ -5185,7 +5185,7 @@ __metadata:
51855185
react-collapse: 5.1.1
51865186
react-hook-form: 7.43.9
51875187
react-intl: 6.3.2
5188-
checksum: 965a17c18189ac1cab62fa5859259faf66befa75fbcca4c8277de752bb45cd9c712d4c9064dfb89c566de0136570c2d76bbe197a660a24d488266f1d96a6e4f9
5188+
checksum: 9b7bed1fc2c55dddae3693e3d0c00a1823c964a7cb445b03f3971d44b50ea0614783f3ab21da2e8d4b3b27435d8b01d05322bb89cd8e06557440d6ec3d130d54
51895189
languageName: node
51905190
linkType: hard
51915191

0 commit comments

Comments
 (0)