bhl-forms 0.12.3 → 0.12.5
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/forms/generalHomeImprovement.es.js +0 -29
- package/dist/forms/generalHomeImprovementThankYou.es.js +0 -29
- package/dist/forms/painting.es.js +1721 -0
- package/dist/forms/painting.iife.js +1 -0
- package/dist/forms/painting.json +1 -0
- package/dist/forms/remodeling.es.js +1659 -0
- package/dist/forms/remodeling.iife.js +1 -0
- package/dist/forms/remodeling.json +1 -0
- package/dist/forms/ssdi.es.js +1 -1
- package/dist/forms/ssdi.iife.js +1 -1
- package/dist/forms/ssdi.json +1 -1
- package/package.json +1 -1
|
@@ -2527,35 +2527,6 @@ function restorationSubtype(updates = {}) {
|
|
|
2527
2527
|
)
|
|
2528
2528
|
}
|
|
2529
2529
|
|
|
2530
|
-
// TODO: need to finalize support for moving
|
|
2531
|
-
|
|
2532
|
-
// export function movingFromAddress(updates = {}) {
|
|
2533
|
-
// return sqstep(
|
|
2534
|
-
// 'movingFromAddress',
|
|
2535
|
-
// inp.movingFromAddress(updates.scope, true, updates.input),
|
|
2536
|
-
// 'Moving from address:',
|
|
2537
|
-
// updates
|
|
2538
|
-
// )
|
|
2539
|
-
// }
|
|
2540
|
-
|
|
2541
|
-
// export function movingToAddress(updates = {}) {
|
|
2542
|
-
// return sqstep(
|
|
2543
|
-
// 'movingToAddress',
|
|
2544
|
-
// inp.movingToAddress(updates.scope, true, updates.input),
|
|
2545
|
-
// 'Moving to address:',
|
|
2546
|
-
// updates
|
|
2547
|
-
// )
|
|
2548
|
-
// }
|
|
2549
|
-
|
|
2550
|
-
// export function movingHouseholdSize(updates = {}) {
|
|
2551
|
-
// return sqstep(
|
|
2552
|
-
// 'movingHouseholdSize',
|
|
2553
|
-
// inp.movingHouseholdSize(updates.scope, true, updates.input),
|
|
2554
|
-
// 'Household size:',
|
|
2555
|
-
// updates
|
|
2556
|
-
// )
|
|
2557
|
-
// }
|
|
2558
|
-
|
|
2559
2530
|
function paintingSubtype(updates = {}) {
|
|
2560
2531
|
return sqstep(
|
|
2561
2532
|
"paintingSubtype",
|
|
@@ -1952,35 +1952,6 @@ function restorationSubtype(updates = {}) {
|
|
|
1952
1952
|
)
|
|
1953
1953
|
}
|
|
1954
1954
|
|
|
1955
|
-
// TODO: need to finalize support for moving
|
|
1956
|
-
|
|
1957
|
-
// export function movingFromAddress(updates = {}) {
|
|
1958
|
-
// return sqstep(
|
|
1959
|
-
// 'movingFromAddress',
|
|
1960
|
-
// inp.movingFromAddress(updates.scope, true, updates.input),
|
|
1961
|
-
// 'Moving from address:',
|
|
1962
|
-
// updates
|
|
1963
|
-
// )
|
|
1964
|
-
// }
|
|
1965
|
-
|
|
1966
|
-
// export function movingToAddress(updates = {}) {
|
|
1967
|
-
// return sqstep(
|
|
1968
|
-
// 'movingToAddress',
|
|
1969
|
-
// inp.movingToAddress(updates.scope, true, updates.input),
|
|
1970
|
-
// 'Moving to address:',
|
|
1971
|
-
// updates
|
|
1972
|
-
// )
|
|
1973
|
-
// }
|
|
1974
|
-
|
|
1975
|
-
// export function movingHouseholdSize(updates = {}) {
|
|
1976
|
-
// return sqstep(
|
|
1977
|
-
// 'movingHouseholdSize',
|
|
1978
|
-
// inp.movingHouseholdSize(updates.scope, true, updates.input),
|
|
1979
|
-
// 'Household size:',
|
|
1980
|
-
// updates
|
|
1981
|
-
// )
|
|
1982
|
-
// }
|
|
1983
|
-
|
|
1984
1955
|
function paintingSubtype(updates = {}) {
|
|
1985
1956
|
return sqstep(
|
|
1986
1957
|
"paintingSubtype",
|