@remoteoss/remote-flows 0.15.0 → 0.17.0
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/{chunk-JJHGVDPO.js → chunk-3JTDGPXD.js} +2 -2
- package/dist/{chunk-LK4XMOCE.js → chunk-4W2RKQYM.js} +1 -1
- package/dist/chunk-4W2RKQYM.js.map +1 -0
- package/dist/chunk-4WCT2ZCS.js +2 -0
- package/dist/chunk-4WCT2ZCS.js.map +1 -0
- package/dist/{chunk-ZCYSBG7R.js → chunk-4YXQJD3M.js} +2 -2
- package/dist/{chunk-HBQDXOAG.js → chunk-4ZOKJJZC.js} +2 -2
- package/dist/chunk-5GYCZAL7.js +2 -0
- package/dist/chunk-5GYCZAL7.js.map +1 -0
- package/dist/chunk-6ZPISRAG.js +2 -0
- package/dist/chunk-6ZPISRAG.js.map +1 -0
- package/dist/{chunk-HAL2L237.js → chunk-AUZQY3AO.js} +2 -2
- package/dist/{chunk-N7QHEESE.js → chunk-BPK3J436.js} +2 -2
- package/dist/{chunk-KOPJY6WW.js → chunk-CNOIGOQQ.js} +2 -2
- package/dist/{chunk-F3BSJIHU.js → chunk-CWTERQ45.js} +2 -2
- package/dist/{chunk-GNXVMZY7.js → chunk-HWNHP6LW.js} +2 -2
- package/dist/{chunk-6YN2XQWR.js → chunk-I52TUBVO.js} +2 -2
- package/dist/{chunk-MYB6Y5FC.js → chunk-LWAS3Y4S.js} +2 -2
- package/dist/chunk-N7DP4HY4.js +2 -0
- package/dist/chunk-N7DP4HY4.js.map +1 -0
- package/dist/{chunk-XZRGLKXU.js → chunk-O4OZANFQ.js} +2 -2
- package/dist/chunk-O6SRXXVZ.js +2 -0
- package/dist/chunk-O6SRXXVZ.js.map +1 -0
- package/dist/{chunk-A3OEOVEH.js → chunk-R2UI3WAJ.js} +2 -2
- package/dist/chunk-R2UI3WAJ.js.map +1 -0
- package/dist/{chunk-JI5BE2MZ.js → chunk-R6JC4SUO.js} +2 -2
- package/dist/{chunk-776QJKX5.js → chunk-WQIPP2C3.js} +2 -2
- package/dist/{chunk-ZZOY6KD4.js → chunk-Z7CHDOVN.js} +2 -2
- package/dist/flows/ContractAmendment/ContractAmendmentConfirmationForm.d.ts +1 -1
- package/dist/flows/ContractAmendment/ContractAmendmentFlow.d.ts +1 -1
- package/dist/flows/ContractAmendment/ContractAmendmentFlow.js +1 -1
- package/dist/flows/ContractAmendment/ContractAmendmentForm.d.ts +1 -1
- package/dist/flows/ContractAmendment/ContractAmendmentForm.js +1 -1
- package/dist/flows/ContractAmendment/context.d.ts +2 -2
- package/dist/flows/ContractAmendment/hooks.d.ts +1 -1
- package/dist/flows/ContractAmendment/index.d.ts +1 -1
- package/dist/flows/ContractAmendment/index.js +1 -1
- package/dist/flows/ContractAmendment/utils.d.ts +1 -1
- package/dist/flows/CostCalculator/CostCalculatorFlow.d.ts +5 -1
- package/dist/flows/CostCalculator/CostCalculatorFlow.js +1 -1
- package/dist/flows/CostCalculator/CostCalculatorForm.d.ts +3 -3
- package/dist/flows/CostCalculator/CostCalculatorForm.js +1 -1
- package/dist/flows/CostCalculator/EstimationResults/EstimationResults.d.ts +6 -2
- package/dist/flows/CostCalculator/EstimationResults/EstimationResults.js +1 -1
- package/dist/flows/CostCalculator/Results/CostCalculatorResults.d.ts +1 -1
- package/dist/flows/CostCalculator/SummaryResults/SummaryResults.d.ts +6 -2
- package/dist/flows/CostCalculator/SummaryResults/SummaryResults.js +1 -1
- package/dist/flows/CostCalculator/api.d.ts +1 -1
- package/dist/flows/CostCalculator/components/SalaryField.d.ts +2 -2
- package/dist/flows/CostCalculator/context.d.ts +2 -2
- package/dist/flows/CostCalculator/hooks.d.ts +1 -1
- package/dist/flows/CostCalculator/hooks.js +1 -1
- package/dist/flows/CostCalculator/index.d.ts +2 -2
- package/dist/flows/CostCalculator/index.js +1 -1
- package/dist/flows/CostCalculator/jsonSchema.d.ts +38 -0
- package/dist/flows/CostCalculator/jsonSchema.js +1 -1
- package/dist/flows/CostCalculator/types.d.ts +26 -3
- package/dist/flows/CostCalculator/utils.d.ts +3 -3
- package/dist/flows/CostCalculator/utils.js +1 -1
- package/dist/flows/Onboarding/OnboardingFlow.d.ts +2 -2
- package/dist/flows/Onboarding/OnboardingFlow.js +1 -1
- package/dist/flows/Onboarding/api.d.ts +2 -2
- package/dist/flows/Onboarding/components/AnnualGrossSalary.d.ts +2 -2
- package/dist/flows/Onboarding/components/BasicInformationStep.d.ts +1 -1
- package/dist/flows/Onboarding/components/BasicInformationStep.js +1 -1
- package/dist/flows/Onboarding/components/BenefitsStep.d.ts +2 -2
- package/dist/flows/Onboarding/components/BenefitsStep.js +1 -1
- package/dist/flows/Onboarding/components/ContractDetailsStep.d.ts +1 -1
- package/dist/flows/Onboarding/components/ContractDetailsStep.js +1 -1
- package/dist/flows/Onboarding/components/OnboardingForm.d.ts +2 -2
- package/dist/flows/Onboarding/components/OnboardingForm.js +1 -1
- package/dist/flows/Onboarding/components/OnboardingInvite.d.ts +1 -1
- package/dist/flows/Onboarding/components/ReviewStep.d.ts +1 -1
- package/dist/flows/Onboarding/components/SelectCountryStep.d.ts +1 -1
- package/dist/flows/Onboarding/components/SelectCountryStep.js +1 -1
- package/dist/flows/Onboarding/context.d.ts +2 -2
- package/dist/flows/Onboarding/hooks.d.ts +2 -2
- package/dist/flows/Onboarding/index.d.ts +2 -2
- package/dist/flows/Onboarding/index.js +1 -1
- package/dist/flows/Onboarding/types.d.ts +1 -1
- package/dist/flows/Onboarding/utils.d.ts +1 -1
- package/dist/flows/Termination/AdditionalDetailsForm.d.ts +1 -1
- package/dist/flows/Termination/AdditionalDetailsForm.js +1 -1
- package/dist/flows/Termination/EmployeeComunicationForm.d.ts +1 -1
- package/dist/flows/Termination/EmployeeComunicationForm.js +1 -1
- package/dist/flows/Termination/PaidTimeOffForm.d.ts +1 -1
- package/dist/flows/Termination/PaidTimeOffForm.js +1 -1
- package/dist/flows/Termination/TerminationDetailsForm.d.ts +1 -1
- package/dist/flows/Termination/TerminationDetailsForm.js +1 -1
- package/dist/flows/Termination/TerminationFlow.d.ts +1 -1
- package/dist/flows/Termination/TerminationFlow.js +1 -1
- package/dist/flows/Termination/TerminationForm.d.ts +1 -1
- package/dist/flows/Termination/TerminationForm.js +1 -1
- package/dist/flows/Termination/TimeOff.d.ts +1 -1
- package/dist/flows/Termination/context.d.ts +2 -2
- package/dist/flows/Termination/hooks.d.ts +1 -1
- package/dist/flows/Termination/index.d.ts +1 -1
- package/dist/flows/Termination/index.js +1 -1
- package/dist/flows/Termination/types.d.ts +1 -1
- package/dist/index.css +1 -1
- package/dist/index.css.map +1 -1
- package/dist/index.d.ts +5 -5
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/internals.d.ts +1 -1
- package/dist/{remoteFlows-Clat4nYN.d.ts → remoteFlows-CBNrcwGZ.d.ts} +2 -1
- package/dist/{types.gen-C9Y1S1pc.d.ts → types.gen-CaXCWhlP.d.ts} +1 -1
- package/package.json +2 -2
- package/dist/chunk-6YKL7EOK.js +0 -2
- package/dist/chunk-6YKL7EOK.js.map +0 -1
- package/dist/chunk-A3OEOVEH.js.map +0 -1
- package/dist/chunk-HSIQ2OHT.js +0 -2
- package/dist/chunk-HSIQ2OHT.js.map +0 -1
- package/dist/chunk-LK4XMOCE.js.map +0 -1
- package/dist/chunk-NVQBJCNL.js +0 -2
- package/dist/chunk-NVQBJCNL.js.map +0 -1
- package/dist/chunk-OC7VOBB4.js +0 -2
- package/dist/chunk-OC7VOBB4.js.map +0 -1
- package/dist/chunk-SIUODCGO.js +0 -2
- package/dist/chunk-SIUODCGO.js.map +0 -1
- /package/dist/{chunk-JJHGVDPO.js.map → chunk-3JTDGPXD.js.map} +0 -0
- /package/dist/{chunk-ZCYSBG7R.js.map → chunk-4YXQJD3M.js.map} +0 -0
- /package/dist/{chunk-HBQDXOAG.js.map → chunk-4ZOKJJZC.js.map} +0 -0
- /package/dist/{chunk-HAL2L237.js.map → chunk-AUZQY3AO.js.map} +0 -0
- /package/dist/{chunk-N7QHEESE.js.map → chunk-BPK3J436.js.map} +0 -0
- /package/dist/{chunk-KOPJY6WW.js.map → chunk-CNOIGOQQ.js.map} +0 -0
- /package/dist/{chunk-F3BSJIHU.js.map → chunk-CWTERQ45.js.map} +0 -0
- /package/dist/{chunk-GNXVMZY7.js.map → chunk-HWNHP6LW.js.map} +0 -0
- /package/dist/{chunk-6YN2XQWR.js.map → chunk-I52TUBVO.js.map} +0 -0
- /package/dist/{chunk-MYB6Y5FC.js.map → chunk-LWAS3Y4S.js.map} +0 -0
- /package/dist/{chunk-XZRGLKXU.js.map → chunk-O4OZANFQ.js.map} +0 -0
- /package/dist/{chunk-JI5BE2MZ.js.map → chunk-R6JC4SUO.js.map} +0 -0
- /package/dist/{chunk-776QJKX5.js.map → chunk-WQIPP2C3.js.map} +0 -0
- /package/dist/{chunk-ZZOY6KD4.js.map → chunk-Z7CHDOVN.js.map} +0 -0
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{a}from"../../chunk-
|
|
1
|
+
import{a}from"../../chunk-5GYCZAL7.js";import"../../chunk-KSHK3ZPX.js";import"../../chunk-4W2RKQYM.js";import"../../chunk-ZTDKPUB5.js";import"../../chunk-KHNAQRGE.js";import"../../chunk-GP237GUO.js";import"../../chunk-TXSJL3HC.js";import"../../chunk-3ZWDIEEM.js";import"../../chunk-7VUILYZ3.js";import"../../chunk-3BREUYLG.js";import"../../chunk-MXFDOIUA.js";import"../../chunk-BI6U55BD.js";import"../../chunk-3LOVCTCN.js";import"../../chunk-P37U34EQ.js";export{a as CostCalculatorForm};
|
|
2
2
|
//# sourceMappingURL=CostCalculatorForm.js.map
|
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
-
import {
|
|
2
|
+
import { A as MinimalCountry, M as MinimalRegion } from '../../../types.gen-CaXCWhlP.js';
|
|
3
|
+
import { CostCalculatorEstimation } from '../types.js';
|
|
4
|
+
import '../constants.js';
|
|
5
|
+
import '../../types.js';
|
|
6
|
+
import '@remoteoss/json-schema-form';
|
|
3
7
|
|
|
4
8
|
interface OnboardingTimelineStep {
|
|
5
9
|
title: string;
|
|
@@ -31,7 +35,7 @@ type EstimationResultsComponents = {
|
|
|
31
35
|
Footer?: React.ComponentType;
|
|
32
36
|
};
|
|
33
37
|
type EstimationResultsProps = {
|
|
34
|
-
estimation:
|
|
38
|
+
estimation: CostCalculatorEstimation;
|
|
35
39
|
title: string;
|
|
36
40
|
components?: EstimationResultsComponents;
|
|
37
41
|
onDelete: () => void;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{a}from"../../../chunk-
|
|
1
|
+
import{a}from"../../../chunk-6ZPISRAG.js";import"../../../chunk-4RULC3AZ.js";import"../../../chunk-ZE3YT3Q6.js";import"../../../chunk-NBCZF2FO.js";import"../../../chunk-UHS3QRA3.js";import"../../../chunk-N5I33LIN.js";import"../../../chunk-ANXYPRBG.js";import"../../../chunk-EGQJ7UBR.js";import"../../../chunk-3ZWDIEEM.js";import"../../../chunk-7VUILYZ3.js";import"../../../chunk-3LOVCTCN.js";import"../../../chunk-P37U34EQ.js";export{a as EstimationResults};
|
|
2
2
|
//# sourceMappingURL=EstimationResults.js.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
-
import { c as CostCalculatorEstimateResponse } from '../../../types.gen-
|
|
2
|
+
import { c as CostCalculatorEstimateResponse } from '../../../types.gen-CaXCWhlP.js';
|
|
3
3
|
|
|
4
4
|
interface CostCalculatorResultProps {
|
|
5
5
|
employmentData: CostCalculatorEstimateResponse['data'];
|
|
@@ -1,12 +1,16 @@
|
|
|
1
1
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
-
import {
|
|
2
|
+
import { CostCalculatorEstimation } from '../types.js';
|
|
3
|
+
import '../../../types.gen-CaXCWhlP.js';
|
|
4
|
+
import '../constants.js';
|
|
5
|
+
import '../../types.js';
|
|
6
|
+
import '@remoteoss/json-schema-form';
|
|
3
7
|
|
|
4
8
|
type SummaryResultsProps = {
|
|
5
9
|
/**
|
|
6
10
|
* Array of employments to compare costs for.
|
|
7
11
|
* 2 estimations required for the component to render
|
|
8
12
|
*/
|
|
9
|
-
estimations:
|
|
13
|
+
estimations: CostCalculatorEstimation[];
|
|
10
14
|
};
|
|
11
15
|
/**
|
|
12
16
|
* Displays a summary comparison of costs across multiple estimations.
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{a}from"../../../chunk-
|
|
1
|
+
import{a}from"../../../chunk-R2UI3WAJ.js";import"../../../chunk-4RULC3AZ.js";import"../../../chunk-UHS3QRA3.js";import"../../../chunk-3LOVCTCN.js";import"../../../chunk-P37U34EQ.js";export{a as SummaryResults};
|
|
2
2
|
//# sourceMappingURL=SummaryResults.js.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as _remoteoss_json_schema_form from '@remoteoss/json-schema-form';
|
|
2
2
|
import * as _tanstack_react_query from '@tanstack/react-query';
|
|
3
|
-
import { d as CostCalculatorEstimatePdfResponse, e as PostCreateEstimationPdfError, f as CostCalculatorEstimateParams, M as MinimalRegion, c as CostCalculatorEstimateResponse, g as PostCreateEstimationError } from '../../types.gen-
|
|
3
|
+
import { d as CostCalculatorEstimatePdfResponse, e as PostCreateEstimationPdfError, f as CostCalculatorEstimateParams, M as MinimalRegion, c as CostCalculatorEstimateResponse, g as PostCreateEstimationError } from '../../types.gen-CaXCWhlP.js';
|
|
4
4
|
import { CostCalculatorEstimationOptions } from './types.js';
|
|
5
5
|
import { JSFModify } from '../types.js';
|
|
6
6
|
import './constants.js';
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
-
import { a as JSFField } from '../../../remoteFlows-
|
|
2
|
+
import { a as JSFField } from '../../../remoteFlows-CBNrcwGZ.js';
|
|
3
3
|
import 'react-hook-form';
|
|
4
4
|
import 'react';
|
|
5
5
|
import 'yup';
|
|
6
|
-
import '../../../types.gen-
|
|
6
|
+
import '../../../types.gen-CaXCWhlP.js';
|
|
7
7
|
import '../../../types-Zg1n_9wh.js';
|
|
8
8
|
|
|
9
9
|
type SalaryFieldProps = JSFField & {
|
|
@@ -2,8 +2,8 @@ import { Result } from '../types.js';
|
|
|
2
2
|
import * as React from 'react';
|
|
3
3
|
import { useCostCalculator } from './hooks.js';
|
|
4
4
|
import { CostCalculatorEstimationFormValues, CostCalculatorEstimationSubmitValues, EstimationError } from './types.js';
|
|
5
|
-
import { c as CostCalculatorEstimateResponse } from '../../types.gen-
|
|
6
|
-
import { $ as $TSFixMe } from '../../remoteFlows-
|
|
5
|
+
import { c as CostCalculatorEstimateResponse } from '../../types.gen-CaXCWhlP.js';
|
|
6
|
+
import { $ as $TSFixMe } from '../../remoteFlows-CBNrcwGZ.js';
|
|
7
7
|
import * as yup from 'yup';
|
|
8
8
|
import { UseFormReturn } from 'react-hook-form';
|
|
9
9
|
import '@remoteoss/json-schema-form';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as yup from 'yup';
|
|
2
2
|
import { ValidationError } from 'yup';
|
|
3
|
-
import { c as CostCalculatorEstimateResponse } from '../../types.gen-
|
|
3
|
+
import { c as CostCalculatorEstimateResponse } from '../../types.gen-CaXCWhlP.js';
|
|
4
4
|
import { CostCalculatorEstimationOptions, UseCostCalculatorOptions, CostCalculatorEstimationFormValues, CostCalculatorEstimationSubmitValues, EstimationError } from './types.js';
|
|
5
5
|
import { Result } from '../types.js';
|
|
6
6
|
import './constants.js';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{c as a,d as b}from"../../chunk-
|
|
1
|
+
import{c as a,d as b}from"../../chunk-O6SRXXVZ.js";import"../../chunk-JUGNVM2R.js";import"../../chunk-NBCZF2FO.js";import"../../chunk-N7DP4HY4.js";import"../../chunk-JQDP6SAT.js";import"../../chunk-DTGFQMCE.js";import"../../chunk-WVJDCDGZ.js";import"../../chunk-V2YORDAL.js";import"../../chunk-HN5HLFTB.js";import"../../chunk-N5I33LIN.js";import"../../chunk-ANXYPRBG.js";import"../../chunk-Z5WMKCRJ.js";import"../../chunk-CFIJKJXD.js";import"../../chunk-ZTDKPUB5.js";import"../../chunk-TXSJL3HC.js";import"../../chunk-EGQJ7UBR.js";import"../../chunk-3ZWDIEEM.js";import"../../chunk-3BREUYLG.js";import"../../chunk-MXFDOIUA.js";import"../../chunk-BI6U55BD.js";import"../../chunk-3LOVCTCN.js";import"../../chunk-P37U34EQ.js";export{a as defaultEstimationOptions,b as useCostCalculator};
|
|
2
2
|
//# sourceMappingURL=hooks.js.map
|
|
@@ -13,12 +13,12 @@ export { buildPayload as buildCostCalculatorEstimationPayload } from './utils.js
|
|
|
13
13
|
export { EstimationError } from './types.js';
|
|
14
14
|
import 'react/jsx-runtime';
|
|
15
15
|
import 'react';
|
|
16
|
-
import '../../types.gen-C9Y1S1pc.js';
|
|
17
16
|
import 'yup';
|
|
17
|
+
import '../../types.gen-CaXCWhlP.js';
|
|
18
18
|
import '../types.js';
|
|
19
19
|
import '@remoteoss/json-schema-form';
|
|
20
20
|
import '@tanstack/react-query';
|
|
21
|
-
import '../../remoteFlows-
|
|
21
|
+
import '../../remoteFlows-CBNrcwGZ.js';
|
|
22
22
|
import 'react-hook-form';
|
|
23
23
|
import '../../types-Zg1n_9wh.js';
|
|
24
24
|
import './constants.js';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import"../../chunk-Z3BMF4BO.js";import{a as l}from"../../chunk-MLB2I27G.js";import"../../chunk-E5YN6OT3.js";import{a as k}from"../../chunk-
|
|
1
|
+
import"../../chunk-Z3BMF4BO.js";import{a as l}from"../../chunk-MLB2I27G.js";import"../../chunk-E5YN6OT3.js";import{a as k}from"../../chunk-R2UI3WAJ.js";import{a as j}from"../../chunk-6ZPISRAG.js";import"../../chunk-4RULC3AZ.js";import"../../chunk-H4KE45NG.js";import"../../chunk-6NKUEDYP.js";import"../../chunk-I2A4EFDY.js";import"../../chunk-4R3ITKOA.js";import"../../chunk-ZE3YT3Q6.js";import"../../chunk-NVMZDPMF.js";import"../../chunk-XJVYASHX.js";import{a as d}from"../../chunk-4WCT2ZCS.js";import{b as a,d as c}from"../../chunk-O6SRXXVZ.js";import"../../chunk-JUGNVM2R.js";import"../../chunk-NBCZF2FO.js";import"../../chunk-N7DP4HY4.js";import"../../chunk-JQDP6SAT.js";import"../../chunk-DTGFQMCE.js";import"../../chunk-WVJDCDGZ.js";import{a as e}from"../../chunk-5GYCZAL7.js";import{a as g}from"../../chunk-OZ63OC3N.js";import{a as f}from"../../chunk-A4KEKMEQ.js";import{d as b}from"../../chunk-V2YORDAL.js";import"../../chunk-HN5HLFTB.js";import"../../chunk-KSHK3ZPX.js";import{a as i}from"../../chunk-HQI6W7PR.js";import{a as h}from"../../chunk-DYB3RWP7.js";import"../../chunk-CRXPRR3R.js";import"../../chunk-UHS3QRA3.js";import"../../chunk-N5I33LIN.js";import"../../chunk-LBUNJ5J3.js";import"../../chunk-ANXYPRBG.js";import"../../chunk-Z5WMKCRJ.js";import"../../chunk-CFIJKJXD.js";import"../../chunk-4W2RKQYM.js";import"../../chunk-ZTDKPUB5.js";import"../../chunk-KHNAQRGE.js";import"../../chunk-GP237GUO.js";import"../../chunk-TXSJL3HC.js";import"../../chunk-EGQJ7UBR.js";import"../../chunk-3ZWDIEEM.js";import"../../chunk-7VUILYZ3.js";import"../../chunk-3BREUYLG.js";import"../../chunk-MXFDOIUA.js";import"../../chunk-BI6U55BD.js";import"../../chunk-3LOVCTCN.js";import"../../chunk-P37U34EQ.js";export{i as CostCalculatorDisclaimer,d as CostCalculatorFlow,e as CostCalculatorForm,g as CostCalculatorResetButton,l as CostCalculatorResults,f as CostCalculatorSubmitButton,j as EstimationResults,k as SummaryResults,a as buildCostCalculatorEstimationPayload,h as disclaimerData,c as useCostCalculator,b as useCostCalculatorEstimationPdf};
|
|
2
2
|
//# sourceMappingURL=index.js.map
|
|
@@ -31,6 +31,35 @@ declare const jsonSchema: {
|
|
|
31
31
|
inputType: string;
|
|
32
32
|
};
|
|
33
33
|
};
|
|
34
|
+
currency_statement: {
|
|
35
|
+
type: string;
|
|
36
|
+
title: string;
|
|
37
|
+
'x-jsf-presentation': {
|
|
38
|
+
inputType: string;
|
|
39
|
+
hidden: boolean;
|
|
40
|
+
statement: {
|
|
41
|
+
title: string;
|
|
42
|
+
description: string;
|
|
43
|
+
inputType: string;
|
|
44
|
+
severity: string;
|
|
45
|
+
};
|
|
46
|
+
meta: {
|
|
47
|
+
ignoreValue: boolean;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
hiring_budget: {
|
|
52
|
+
title: string;
|
|
53
|
+
enum: string[];
|
|
54
|
+
type: string;
|
|
55
|
+
oneOf: {
|
|
56
|
+
title: string;
|
|
57
|
+
const: string;
|
|
58
|
+
}[];
|
|
59
|
+
'x-jsf-presentation': {
|
|
60
|
+
inputType: string;
|
|
61
|
+
};
|
|
62
|
+
};
|
|
34
63
|
salary: {
|
|
35
64
|
description: string;
|
|
36
65
|
title: string;
|
|
@@ -39,6 +68,15 @@ declare const jsonSchema: {
|
|
|
39
68
|
inputType: string;
|
|
40
69
|
};
|
|
41
70
|
};
|
|
71
|
+
estimation_title: {
|
|
72
|
+
title: string;
|
|
73
|
+
description: string;
|
|
74
|
+
type: string;
|
|
75
|
+
'x-jsf-presentation': {
|
|
76
|
+
inputType: string;
|
|
77
|
+
hidden: boolean;
|
|
78
|
+
};
|
|
79
|
+
};
|
|
42
80
|
salary_conversion: {
|
|
43
81
|
description: string;
|
|
44
82
|
title: string;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{a}from"../../chunk-
|
|
1
|
+
import{a}from"../../chunk-N7DP4HY4.js";import"../../chunk-P37U34EQ.js";export{a as jsonSchema};
|
|
2
2
|
//# sourceMappingURL=jsonSchema.js.map
|
|
@@ -1,12 +1,14 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { B as EmploymentTermType, g as PostCreateEstimationError, V as ValidationError, D as CostCalculatorEmployment } from '../../types.gen-CaXCWhlP.js';
|
|
2
2
|
import { BASE_RATES } from './constants.js';
|
|
3
3
|
import { JSFModify } from '../types.js';
|
|
4
4
|
import '@remoteoss/json-schema-form';
|
|
5
5
|
|
|
6
6
|
type CostCalculatorEstimationSubmitValues = {
|
|
7
7
|
currency: string;
|
|
8
|
+
currency_code: string;
|
|
8
9
|
country: string;
|
|
9
10
|
salary_converted: 'salary' | 'salary_conversion';
|
|
11
|
+
hiring_budget: string;
|
|
10
12
|
salary: number;
|
|
11
13
|
} & Partial<{
|
|
12
14
|
region: string;
|
|
@@ -16,9 +18,11 @@ type CostCalculatorEstimationSubmitValues = {
|
|
|
16
18
|
management: {
|
|
17
19
|
management_fee: string;
|
|
18
20
|
};
|
|
21
|
+
estimation_title: string;
|
|
19
22
|
}>;
|
|
20
23
|
type CostCalculatorEstimationFormValues = {
|
|
21
24
|
currency: string;
|
|
25
|
+
currency_code: string;
|
|
22
26
|
country: string;
|
|
23
27
|
salary: string;
|
|
24
28
|
salary_converted: 'salary' | 'salary_conversion';
|
|
@@ -26,11 +30,13 @@ type CostCalculatorEstimationFormValues = {
|
|
|
26
30
|
} & Partial<{
|
|
27
31
|
region: string;
|
|
28
32
|
age: number;
|
|
33
|
+
hiring_budget: string;
|
|
29
34
|
contract_duration_type: EmploymentTermType;
|
|
30
35
|
benefits: Record<string, string>;
|
|
31
36
|
management: {
|
|
32
37
|
management_fee: string;
|
|
33
38
|
};
|
|
39
|
+
estimation_title: string;
|
|
34
40
|
}>;
|
|
35
41
|
type CostCalculatorEstimationOptions = Partial<{
|
|
36
42
|
/**
|
|
@@ -57,16 +63,33 @@ type CostCalculatorEstimationOptions = Partial<{
|
|
|
57
63
|
* Include management fee in the estimation. Default is false.
|
|
58
64
|
*/
|
|
59
65
|
includeManagementFee: boolean;
|
|
66
|
+
/**
|
|
67
|
+
* Include estimation title field in the estimation. Default is false.
|
|
68
|
+
*/
|
|
69
|
+
includeEstimationTitle: boolean;
|
|
60
70
|
/**
|
|
61
71
|
* Management fees by currency. Default is null.
|
|
62
72
|
*/
|
|
63
|
-
managementFees
|
|
73
|
+
managementFees: Partial<Record<CurrencyKey, number>>;
|
|
74
|
+
/**
|
|
75
|
+
* Show management fee field in the estimation. Default is false.
|
|
76
|
+
*/
|
|
77
|
+
showManagementFee: boolean;
|
|
64
78
|
}>;
|
|
65
79
|
type EstimationError = PostCreateEstimationError | ValidationError;
|
|
66
80
|
type UseCostCalculatorOptions = {
|
|
67
81
|
jsfModify?: JSFModify;
|
|
68
82
|
onCurrencyChange?: (currency: string) => void;
|
|
83
|
+
onValidation?: (values: CostCalculatorEstimationFormValues) => void;
|
|
69
84
|
};
|
|
70
85
|
type CurrencyKey = keyof typeof BASE_RATES;
|
|
86
|
+
type CostCalculatorEstimation = CostCalculatorEmployment & {
|
|
87
|
+
title?: string;
|
|
88
|
+
};
|
|
89
|
+
type CostCalculatorEstimationResponse = {
|
|
90
|
+
data: {
|
|
91
|
+
employments?: Array<CostCalculatorEstimation>;
|
|
92
|
+
};
|
|
93
|
+
};
|
|
71
94
|
|
|
72
|
-
export type { CostCalculatorEstimationFormValues, CostCalculatorEstimationOptions, CostCalculatorEstimationSubmitValues, CurrencyKey, EstimationError, UseCostCalculatorOptions };
|
|
95
|
+
export type { CostCalculatorEstimation, CostCalculatorEstimationFormValues, CostCalculatorEstimationOptions, CostCalculatorEstimationResponse, CostCalculatorEstimationSubmitValues, CurrencyKey, EstimationError, UseCostCalculatorOptions };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { f as CostCalculatorEstimateParams } from '../../types.gen-
|
|
2
|
-
import { $ as $TSFixMe } from '../../remoteFlows-
|
|
1
|
+
import { f as CostCalculatorEstimateParams } from '../../types.gen-CaXCWhlP.js';
|
|
2
|
+
import { $ as $TSFixMe } from '../../remoteFlows-CBNrcwGZ.js';
|
|
3
3
|
import { AnyObjectSchema } from 'yup';
|
|
4
4
|
import { CostCalculatorVersion } from './hooks.js';
|
|
5
5
|
import { CostCalculatorEstimationSubmitValues, CostCalculatorEstimationOptions } from './types.js';
|
|
@@ -14,7 +14,7 @@ import './constants.js';
|
|
|
14
14
|
* Build the validation schema for the form.
|
|
15
15
|
* @returns
|
|
16
16
|
*/
|
|
17
|
-
declare function buildValidationSchema(fields: $TSFixMe[], employerBillingCurrency: string): AnyObjectSchema;
|
|
17
|
+
declare function buildValidationSchema(fields: $TSFixMe[], employerBillingCurrency: string, includeEstimationTitle?: boolean): AnyObjectSchema;
|
|
18
18
|
/**
|
|
19
19
|
* Build the payload for the cost calculator estimation.
|
|
20
20
|
* @param values
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{a,b}from"../../chunk-
|
|
1
|
+
import{a,b}from"../../chunk-O6SRXXVZ.js";import"../../chunk-JUGNVM2R.js";import"../../chunk-NBCZF2FO.js";import"../../chunk-N7DP4HY4.js";import"../../chunk-JQDP6SAT.js";import"../../chunk-DTGFQMCE.js";import"../../chunk-WVJDCDGZ.js";import"../../chunk-V2YORDAL.js";import"../../chunk-HN5HLFTB.js";import"../../chunk-N5I33LIN.js";import"../../chunk-ANXYPRBG.js";import"../../chunk-Z5WMKCRJ.js";import"../../chunk-CFIJKJXD.js";import"../../chunk-ZTDKPUB5.js";import"../../chunk-TXSJL3HC.js";import"../../chunk-EGQJ7UBR.js";import"../../chunk-3ZWDIEEM.js";import"../../chunk-3BREUYLG.js";import"../../chunk-MXFDOIUA.js";import"../../chunk-BI6U55BD.js";import"../../chunk-3LOVCTCN.js";import"../../chunk-P37U34EQ.js";export{b as buildPayload,a as buildValidationSchema};
|
|
2
2
|
//# sourceMappingURL=utils.js.map
|
|
@@ -12,14 +12,14 @@ import { SelectCountryStep } from './components/SelectCountryStep.js';
|
|
|
12
12
|
import { ReviewStep } from './components/ReviewStep.js';
|
|
13
13
|
import { SaveDraftButton } from './components/SaveDraftButton.js';
|
|
14
14
|
import '@tanstack/query-core';
|
|
15
|
-
import '../../types.gen-
|
|
15
|
+
import '../../types.gen-CaXCWhlP.js';
|
|
16
16
|
import '../../mutations-B6HWH-rZ.js';
|
|
17
17
|
import '@remoteoss/json-schema-form';
|
|
18
18
|
import '../useStepState.js';
|
|
19
19
|
import 'react-hook-form';
|
|
20
20
|
import './utils.js';
|
|
21
21
|
import '../types.js';
|
|
22
|
-
import '../../remoteFlows-
|
|
22
|
+
import '../../remoteFlows-CBNrcwGZ.js';
|
|
23
23
|
import 'yup';
|
|
24
24
|
import '../../types-Zg1n_9wh.js';
|
|
25
25
|
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{a}from"../../chunk-
|
|
1
|
+
import{a}from"../../chunk-AUZQY3AO.js";import"../../chunk-HWNHP6LW.js";import"../../chunk-WQIPP2C3.js";import"../../chunk-63HVO7J5.js";import"../../chunk-O4F6PGGV.js";import"../../chunk-7JQPHRUK.js";import"../../chunk-Z7WBY27D.js";import"../../chunk-5KHLOGTR.js";import"../../chunk-Z7CHDOVN.js";import"../../chunk-CNOIGOQQ.js";import"../../chunk-4ZOKJJZC.js";import"../../chunk-DSTM5RRQ.js";import"../../chunk-VAIBLWOY.js";import"../../chunk-C4RJTN2F.js";import"../../chunk-F66G33YT.js";import"../../chunk-PGWKJ6FK.js";import"../../chunk-JQDP6SAT.js";import"../../chunk-DTGFQMCE.js";import"../../chunk-WVJDCDGZ.js";import"../../chunk-Z5WMKCRJ.js";import"../../chunk-CFIJKJXD.js";import"../../chunk-4W2RKQYM.js";import"../../chunk-ZTDKPUB5.js";import"../../chunk-QW4JPW6J.js";import"../../chunk-KHNAQRGE.js";import"../../chunk-GP237GUO.js";import"../../chunk-TXSJL3HC.js";import"../../chunk-EGQJ7UBR.js";import"../../chunk-PJBAQZ6G.js";import"../../chunk-3ZWDIEEM.js";import"../../chunk-7VUILYZ3.js";import"../../chunk-3BREUYLG.js";import"../../chunk-MXFDOIUA.js";import"../../chunk-BI6U55BD.js";import"../../chunk-3LOVCTCN.js";import"../../chunk-P37U34EQ.js";export{a as OnboardingFlow};
|
|
2
2
|
//# sourceMappingURL=OnboardingFlow.js.map
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import * as _remoteoss_json_schema_form from '@remoteoss/json-schema-form';
|
|
2
2
|
import * as _tanstack_react_query from '@tanstack/react-query';
|
|
3
|
-
import {
|
|
3
|
+
import { h as Employment, i as Company, S as SuccessResponse, j as PostInviteEmploymentInvitationError, k as PostCreateRiskReserveError, l as EmploymentCreationResponse, m as PostCreateEmployment2Error, n as EmploymentCreateParams, o as EmploymentResponse, p as PatchUpdateEmployment2Error, q as EmploymentFullParams, r as PutUpdateBenefitOfferError, U as UnifiedEmploymentUpsertBenefitOffersRequest, s as MagicLinkResponse, t as UnprocessableEntityResponse, u as MagicLinkParams, v as ConvertCurrencyResponse, w as PostConvertRawCurrencyConverterError, x as ConvertCurrencyParams, y as PostCreateContractEligibilityError, z as CreateContractEligibilityParams } from '../../types.gen-CaXCWhlP.js';
|
|
4
4
|
import { OnboardingFlowParams } from './types.js';
|
|
5
5
|
import { JSONSchemaFormType, FlowOptions } from '../types.js';
|
|
6
|
-
import { J as JSFFieldset } from '../../remoteFlows-
|
|
6
|
+
import { J as JSFFieldset } from '../../remoteFlows-CBNrcwGZ.js';
|
|
7
7
|
import { FieldValues } from 'react-hook-form';
|
|
8
8
|
import 'react';
|
|
9
9
|
import 'yup';
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
-
import { a as JSFField } from '../../../remoteFlows-
|
|
2
|
+
import { a as JSFField } from '../../../remoteFlows-CBNrcwGZ.js';
|
|
3
3
|
import 'react-hook-form';
|
|
4
4
|
import 'react';
|
|
5
5
|
import 'yup';
|
|
6
|
-
import '../../../types.gen-
|
|
6
|
+
import '../../../types.gen-CaXCWhlP.js';
|
|
7
7
|
import '../../../types-Zg1n_9wh.js';
|
|
8
8
|
|
|
9
9
|
type AnnualGrossSalaryProps = JSFField & {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
2
|
import { BasicInformationFormPayload } from '../types.js';
|
|
3
|
-
import {
|
|
3
|
+
import { l as EmploymentCreationResponse } from '../../../types.gen-CaXCWhlP.js';
|
|
4
4
|
import { N as NormalizedFieldError } from '../../../mutations-B6HWH-rZ.js';
|
|
5
5
|
import '../../types.js';
|
|
6
6
|
import '@remoteoss/json-schema-form';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{a}from"../../../chunk-
|
|
1
|
+
import{a}from"../../../chunk-Z7CHDOVN.js";import"../../../chunk-4ZOKJJZC.js";import"../../../chunk-PGWKJ6FK.js";import"../../../chunk-CFIJKJXD.js";import"../../../chunk-4W2RKQYM.js";import"../../../chunk-ZTDKPUB5.js";import"../../../chunk-QW4JPW6J.js";import"../../../chunk-KHNAQRGE.js";import"../../../chunk-GP237GUO.js";import"../../../chunk-TXSJL3HC.js";import"../../../chunk-3ZWDIEEM.js";import"../../../chunk-7VUILYZ3.js";import"../../../chunk-3BREUYLG.js";import"../../../chunk-MXFDOIUA.js";import"../../../chunk-BI6U55BD.js";import"../../../chunk-3LOVCTCN.js";import"../../../chunk-P37U34EQ.js";export{a as BasicInformationStep};
|
|
2
2
|
//# sourceMappingURL=BasicInformationStep.js.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
-
import { C as Components } from '../../../remoteFlows-
|
|
3
|
-
import { S as SuccessResponse } from '../../../types.gen-
|
|
2
|
+
import { C as Components } from '../../../remoteFlows-CBNrcwGZ.js';
|
|
3
|
+
import { S as SuccessResponse } from '../../../types.gen-CaXCWhlP.js';
|
|
4
4
|
import { BenefitsFormPayload } from '../types.js';
|
|
5
5
|
import { N as NormalizedFieldError } from '../../../mutations-B6HWH-rZ.js';
|
|
6
6
|
import 'react-hook-form';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{a}from"../../../chunk-
|
|
1
|
+
import{a}from"../../../chunk-CNOIGOQQ.js";import"../../../chunk-4ZOKJJZC.js";import"../../../chunk-PGWKJ6FK.js";import"../../../chunk-CFIJKJXD.js";import"../../../chunk-4W2RKQYM.js";import"../../../chunk-ZTDKPUB5.js";import"../../../chunk-QW4JPW6J.js";import"../../../chunk-KHNAQRGE.js";import"../../../chunk-GP237GUO.js";import"../../../chunk-TXSJL3HC.js";import"../../../chunk-3ZWDIEEM.js";import"../../../chunk-7VUILYZ3.js";import"../../../chunk-3BREUYLG.js";import"../../../chunk-MXFDOIUA.js";import"../../../chunk-BI6U55BD.js";import"../../../chunk-3LOVCTCN.js";import"../../../chunk-P37U34EQ.js";export{a as BenefitsStep};
|
|
2
2
|
//# sourceMappingURL=BenefitsStep.js.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
-
import {
|
|
2
|
+
import { o as EmploymentResponse } from '../../../types.gen-CaXCWhlP.js';
|
|
3
3
|
import { ContractDetailsFormPayload } from '../types.js';
|
|
4
4
|
import { N as NormalizedFieldError } from '../../../mutations-B6HWH-rZ.js';
|
|
5
5
|
import '../../types.js';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{a}from"../../../chunk-
|
|
1
|
+
import{a}from"../../../chunk-WQIPP2C3.js";import"../../../chunk-4ZOKJJZC.js";import"../../../chunk-PGWKJ6FK.js";import"../../../chunk-CFIJKJXD.js";import"../../../chunk-4W2RKQYM.js";import"../../../chunk-ZTDKPUB5.js";import"../../../chunk-QW4JPW6J.js";import"../../../chunk-KHNAQRGE.js";import"../../../chunk-GP237GUO.js";import"../../../chunk-TXSJL3HC.js";import"../../../chunk-3ZWDIEEM.js";import"../../../chunk-7VUILYZ3.js";import"../../../chunk-3BREUYLG.js";import"../../../chunk-MXFDOIUA.js";import"../../../chunk-BI6U55BD.js";import"../../../chunk-3LOVCTCN.js";import"../../../chunk-P37U34EQ.js";export{a as ContractDetailsStep};
|
|
2
2
|
//# sourceMappingURL=ContractDetailsStep.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
2
|
import { Fields } from '@remoteoss/json-schema-form';
|
|
3
3
|
import { BasicInformationFormPayload, BenefitsFormPayload, ContractDetailsFormPayload } from '../types.js';
|
|
4
|
-
import { C as Components } from '../../../remoteFlows-
|
|
5
|
-
import '../../../types.gen-
|
|
4
|
+
import { C as Components } from '../../../remoteFlows-CBNrcwGZ.js';
|
|
5
|
+
import '../../../types.gen-CaXCWhlP.js';
|
|
6
6
|
import '../../types.js';
|
|
7
7
|
import 'react-hook-form';
|
|
8
8
|
import 'react';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{a}from"../../../chunk-
|
|
1
|
+
import{a}from"../../../chunk-4ZOKJJZC.js";import"../../../chunk-PGWKJ6FK.js";import"../../../chunk-CFIJKJXD.js";import"../../../chunk-4W2RKQYM.js";import"../../../chunk-ZTDKPUB5.js";import"../../../chunk-QW4JPW6J.js";import"../../../chunk-KHNAQRGE.js";import"../../../chunk-GP237GUO.js";import"../../../chunk-TXSJL3HC.js";import"../../../chunk-3ZWDIEEM.js";import"../../../chunk-7VUILYZ3.js";import"../../../chunk-3BREUYLG.js";import"../../../chunk-MXFDOIUA.js";import"../../../chunk-BI6U55BD.js";import"../../../chunk-3LOVCTCN.js";import"../../../chunk-P37U34EQ.js";export{a as OnboardingForm};
|
|
2
2
|
//# sourceMappingURL=OnboardingForm.js.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
2
|
import { ButtonHTMLAttributes, ReactNode } from 'react';
|
|
3
3
|
import { F as FieldError } from '../../../mutations-B6HWH-rZ.js';
|
|
4
|
-
import { S as SuccessResponse } from '../../../types.gen-
|
|
4
|
+
import { S as SuccessResponse } from '../../../types.gen-CaXCWhlP.js';
|
|
5
5
|
|
|
6
6
|
type OnboardingInviteProps = Omit<ButtonHTMLAttributes<HTMLButtonElement>, 'onError'> & {
|
|
7
7
|
onSuccess?: ({ data, employmentStatus, }: {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
2
|
import { SelectCountryFormPayload, SelectCountrySuccess } from '../types.js';
|
|
3
3
|
import { N as NormalizedFieldError } from '../../../mutations-B6HWH-rZ.js';
|
|
4
|
-
import '../../../types.gen-
|
|
4
|
+
import '../../../types.gen-CaXCWhlP.js';
|
|
5
5
|
import '../../types.js';
|
|
6
6
|
import '@remoteoss/json-schema-form';
|
|
7
7
|
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{a}from"../../../chunk-
|
|
1
|
+
import{a}from"../../../chunk-HWNHP6LW.js";import"../../../chunk-4ZOKJJZC.js";import"../../../chunk-PGWKJ6FK.js";import"../../../chunk-CFIJKJXD.js";import"../../../chunk-4W2RKQYM.js";import"../../../chunk-ZTDKPUB5.js";import"../../../chunk-QW4JPW6J.js";import"../../../chunk-KHNAQRGE.js";import"../../../chunk-GP237GUO.js";import"../../../chunk-TXSJL3HC.js";import"../../../chunk-3ZWDIEEM.js";import"../../../chunk-7VUILYZ3.js";import"../../../chunk-3BREUYLG.js";import"../../../chunk-MXFDOIUA.js";import"../../../chunk-BI6U55BD.js";import"../../../chunk-3LOVCTCN.js";import"../../../chunk-P37U34EQ.js";export{a as SelectCountryStep};
|
|
2
2
|
//# sourceMappingURL=SelectCountryStep.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import * as _tanstack_query_core from '@tanstack/query-core';
|
|
2
|
-
import { J as JSFFieldset } from '../../remoteFlows-
|
|
2
|
+
import { J as JSFFieldset } from '../../remoteFlows-CBNrcwGZ.js';
|
|
3
3
|
import { Meta } from './types.js';
|
|
4
4
|
import { STEPS } from './utils.js';
|
|
5
|
-
import {
|
|
5
|
+
import { l as EmploymentCreationResponse, m as PostCreateEmployment2Error, o as EmploymentResponse, p as PatchUpdateEmployment2Error, S as SuccessResponse$1, r as PutUpdateBenefitOfferError, h as Employment } from '../../types.gen-CaXCWhlP.js';
|
|
6
6
|
import * as React$1 from 'react';
|
|
7
7
|
import * as _remoteoss_json_schema_form from '@remoteoss/json-schema-form';
|
|
8
8
|
import * as react_hook_form from 'react-hook-form';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as _tanstack_query_core from '@tanstack/query-core';
|
|
2
|
-
import {
|
|
2
|
+
import { l as EmploymentCreationResponse, m as PostCreateEmployment2Error, o as EmploymentResponse, p as PatchUpdateEmployment2Error, S as SuccessResponse$1, r as PutUpdateBenefitOfferError, h as Employment } from '../../types.gen-CaXCWhlP.js';
|
|
3
3
|
import { E as ErrorResponse, S as SuccessResponse } from '../../mutations-B6HWH-rZ.js';
|
|
4
4
|
import * as React from 'react';
|
|
5
5
|
import * as _remoteoss_json_schema_form from '@remoteoss/json-schema-form';
|
|
@@ -8,7 +8,7 @@ import { Step } from '../useStepState.js';
|
|
|
8
8
|
import { STEPS } from './utils.js';
|
|
9
9
|
import { FieldValues } from 'react-hook-form';
|
|
10
10
|
import { OnboardingFlowParams, Meta } from './types.js';
|
|
11
|
-
import { J as JSFFieldset } from '../../remoteFlows-
|
|
11
|
+
import { J as JSFFieldset } from '../../remoteFlows-CBNrcwGZ.js';
|
|
12
12
|
import '../types.js';
|
|
13
13
|
import 'yup';
|
|
14
14
|
import '../../types-Zg1n_9wh.js';
|
|
@@ -5,14 +5,14 @@ import 'react/jsx-runtime';
|
|
|
5
5
|
import 'react';
|
|
6
6
|
import './hooks.js';
|
|
7
7
|
import '@tanstack/query-core';
|
|
8
|
-
import '../../types.gen-
|
|
8
|
+
import '../../types.gen-CaXCWhlP.js';
|
|
9
9
|
import '../../mutations-B6HWH-rZ.js';
|
|
10
10
|
import '@remoteoss/json-schema-form';
|
|
11
11
|
import '../useStepState.js';
|
|
12
12
|
import 'react-hook-form';
|
|
13
13
|
import './utils.js';
|
|
14
14
|
import '../types.js';
|
|
15
|
-
import '../../remoteFlows-
|
|
15
|
+
import '../../remoteFlows-CBNrcwGZ.js';
|
|
16
16
|
import 'yup';
|
|
17
17
|
import '../../types-Zg1n_9wh.js';
|
|
18
18
|
import './components/BasicInformationStep.js';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import"../../chunk-GULCZWSK.js";import{a}from"../../chunk-
|
|
1
|
+
import"../../chunk-GULCZWSK.js";import{a}from"../../chunk-AUZQY3AO.js";import"../../chunk-HWNHP6LW.js";import"../../chunk-WQIPP2C3.js";import"../../chunk-63HVO7J5.js";import"../../chunk-O4F6PGGV.js";import"../../chunk-7JQPHRUK.js";import"../../chunk-Z7WBY27D.js";import"../../chunk-5KHLOGTR.js";import"../../chunk-Z7CHDOVN.js";import"../../chunk-CNOIGOQQ.js";import"../../chunk-4ZOKJJZC.js";import"../../chunk-DSTM5RRQ.js";import"../../chunk-VAIBLWOY.js";import"../../chunk-C4RJTN2F.js";import"../../chunk-F66G33YT.js";import"../../chunk-PGWKJ6FK.js";import"../../chunk-JQDP6SAT.js";import"../../chunk-DTGFQMCE.js";import"../../chunk-WVJDCDGZ.js";import"../../chunk-Z5WMKCRJ.js";import"../../chunk-CFIJKJXD.js";import"../../chunk-4W2RKQYM.js";import"../../chunk-ZTDKPUB5.js";import"../../chunk-QW4JPW6J.js";import"../../chunk-KHNAQRGE.js";import"../../chunk-GP237GUO.js";import"../../chunk-TXSJL3HC.js";import"../../chunk-EGQJ7UBR.js";import"../../chunk-PJBAQZ6G.js";import"../../chunk-3ZWDIEEM.js";import"../../chunk-7VUILYZ3.js";import"../../chunk-3BREUYLG.js";import"../../chunk-MXFDOIUA.js";import"../../chunk-BI6U55BD.js";import"../../chunk-3LOVCTCN.js";import"../../chunk-P37U34EQ.js";export{a as OnboardingFlow};
|
|
2
2
|
//# sourceMappingURL=index.js.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { n as EmploymentCreateParams, h as Employment$1 } from '../../types.gen-CaXCWhlP.js';
|
|
2
2
|
import { FlowOptions, JSFModify } from '../types.js';
|
|
3
3
|
import '@remoteoss/json-schema-form';
|
|
4
4
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Employment } from './types.js';
|
|
2
2
|
import { Step } from '../useStepState.js';
|
|
3
3
|
import { Fields } from '@remoteoss/json-schema-form';
|
|
4
|
-
import '../../types.gen-
|
|
4
|
+
import '../../types.gen-CaXCWhlP.js';
|
|
5
5
|
import '../types.js';
|
|
6
6
|
import 'react';
|
|
7
7
|
import 'react-hook-form';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
2
|
import { TerminationFormValues } from './types.js';
|
|
3
|
-
import { O as OffboardingResponse } from '../../types.gen-
|
|
3
|
+
import { O as OffboardingResponse } from '../../types.gen-CaXCWhlP.js';
|
|
4
4
|
|
|
5
5
|
type AdditionalDetailsFormProps = {
|
|
6
6
|
requesterName: string;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{a}from"../../chunk-
|
|
1
|
+
import{a}from"../../chunk-3JTDGPXD.js";import"../../chunk-R6JC4SUO.js";import"../../chunk-MRYRNB7Y.js";import"../../chunk-CFIJKJXD.js";import"../../chunk-4W2RKQYM.js";import"../../chunk-ZTDKPUB5.js";import"../../chunk-KHNAQRGE.js";import"../../chunk-GP237GUO.js";import"../../chunk-TXSJL3HC.js";import"../../chunk-3ZWDIEEM.js";import"../../chunk-7VUILYZ3.js";import"../../chunk-3BREUYLG.js";import"../../chunk-MXFDOIUA.js";import"../../chunk-BI6U55BD.js";import"../../chunk-3LOVCTCN.js";import"../../chunk-P37U34EQ.js";export{a as AdditionalDetailsForm};
|
|
2
2
|
//# sourceMappingURL=AdditionalDetailsForm.js.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
2
|
import { TerminationFormValues } from './types.js';
|
|
3
|
-
import '../../types.gen-
|
|
3
|
+
import '../../types.gen-CaXCWhlP.js';
|
|
4
4
|
|
|
5
5
|
type EmployeeComunicationProps = {
|
|
6
6
|
onSubmit?: (payload: TerminationFormValues) => void | Promise<void>;
|