@gusto/embedded-react-sdk 0.0.1
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/README.md +13 -0
- package/dist/COOQDZLH-B5iac4ID.js +34 -0
- package/dist/COOQDZLH-B5iac4ID.js.map +1 -0
- package/dist/Company.AddBank--N4kK8CC.js +28 -0
- package/dist/Company.AddBank--N4kK8CC.js.map +1 -0
- package/dist/Company.Addresses-BLDgBmOD.js +20 -0
- package/dist/Company.Addresses-BLDgBmOD.js.map +1 -0
- package/dist/Company.FederalTaxes-BdJHqgfQ.js +56 -0
- package/dist/Company.FederalTaxes-BdJHqgfQ.js.map +1 -0
- package/dist/Company.Industry-DQWpE1lr.js +18 -0
- package/dist/Company.Industry-DQWpE1lr.js.map +1 -0
- package/dist/Employee.BankAccount-DFNmm0eF.js +36 -0
- package/dist/Employee.BankAccount-DFNmm0eF.js.map +1 -0
- package/dist/Employee.Compensation-BwQ0aU6j.js +69 -0
- package/dist/Employee.Compensation-BwQ0aU6j.js.map +1 -0
- package/dist/Employee.Deductions-v07AzjHC.js +52 -0
- package/dist/Employee.Deductions-v07AzjHC.js.map +1 -0
- package/dist/Employee.EmployeeList-ezoiz5mY.js +34 -0
- package/dist/Employee.EmployeeList-ezoiz5mY.js.map +1 -0
- package/dist/Employee.HomeAddress-DR_603p_.js +45 -0
- package/dist/Employee.HomeAddress-DR_603p_.js.map +1 -0
- package/dist/Employee.OnboardingSummary-CX_vCaZK.js +34 -0
- package/dist/Employee.OnboardingSummary-CX_vCaZK.js.map +1 -0
- package/dist/Employee.PaySchedules-C3chTJFz.js +18 -0
- package/dist/Employee.PaySchedules-C3chTJFz.js.map +1 -0
- package/dist/Employee.PaymentMethod-lPeUXCVJ.js +56 -0
- package/dist/Employee.PaymentMethod-lPeUXCVJ.js.map +1 -0
- package/dist/Employee.Profile-B_wp6Ee2.js +53 -0
- package/dist/Employee.Profile-B_wp6Ee2.js.map +1 -0
- package/dist/Employee.SplitPaycheck-DuzIuN4Y.js +42 -0
- package/dist/Employee.SplitPaycheck-DuzIuN4Y.js.map +1 -0
- package/dist/Employee.StateTaxes-5hNQeRZm.js +14 -0
- package/dist/Employee.StateTaxes-5hNQeRZm.js.map +1 -0
- package/dist/Employee.Taxes-DrKjSqOM.js +48 -0
- package/dist/Employee.Taxes-DrKjSqOM.js.map +1 -0
- package/dist/MU7WGUJF-D3o-8MpJ.js +43 -0
- package/dist/MU7WGUJF-D3o-8MpJ.js.map +1 -0
- package/dist/Payroll.PayrollHistoryList-vkBomN9P.js +16 -0
- package/dist/Payroll.PayrollHistoryList-vkBomN9P.js.map +1 -0
- package/dist/Payroll.PayrollSchedule-DR1oc4YN.js +27 -0
- package/dist/Payroll.PayrollSchedule-DR1oc4YN.js.map +1 -0
- package/dist/VREWMQAW-BCWuoH6G.js +8929 -0
- package/dist/VREWMQAW-BCWuoH6G.js.map +1 -0
- package/dist/index-G-nwCZPb.js +32491 -0
- package/dist/index-G-nwCZPb.js.map +1 -0
- package/dist/index.js +71 -0
- package/dist/index.js.map +1 -0
- package/dist/src/api/client.d.ts +1361 -0
- package/dist/src/api/constants.d.ts +1 -0
- package/dist/src/api/context.d.ts +14 -0
- package/dist/src/api/queries/company.d.ts +267 -0
- package/dist/src/api/queries/employee.d.ts +586 -0
- package/dist/src/api/queries/helpers.d.ts +19 -0
- package/dist/src/api/queries/index.d.ts +3 -0
- package/dist/src/api/queries/payroll.d.ts +26 -0
- package/dist/src/api/typeHelpers.d.ts +18 -0
- package/dist/src/components/Base/Base.d.ts +25 -0
- package/dist/src/components/Base/index.d.ts +1 -0
- package/dist/src/components/Common/Alert/Alert.d.ts +6 -0
- package/dist/src/components/Common/Button/Button.d.ts +8 -0
- package/dist/src/components/Common/Checkbox/Checkbox.d.ts +7 -0
- package/dist/src/components/Common/DateField/DateField.d.ts +8 -0
- package/dist/src/components/Common/EmptyData/EmptyData.d.ts +6 -0
- package/dist/src/components/Common/Flex/Flex.d.ts +12 -0
- package/dist/src/components/Common/Hamburger/Hamburger.d.ts +10 -0
- package/dist/src/components/Common/InternalError/InternalError.d.ts +2 -0
- package/dist/src/components/Common/Loading/Loading.d.ts +1 -0
- package/dist/src/components/Common/NumberField/NumberField.d.ts +9 -0
- package/dist/src/components/Common/Select/Select.d.ts +17 -0
- package/dist/src/components/Common/TaxInputs/TaxInputs.d.ts +21 -0
- package/dist/src/components/Common/TaxInputs/index.d.ts +1 -0
- package/dist/src/components/Common/Toast/Toast.d.ts +4 -0
- package/dist/src/components/Common/hooks/useAsyncError.d.ts +5 -0
- package/dist/src/components/Common/index.d.ts +14 -0
- package/dist/src/components/Company/Addresses.d.ts +7 -0
- package/dist/src/components/Company/BankAccount.d.ts +6 -0
- package/dist/src/components/Company/FederalTaxes.d.ts +7 -0
- package/dist/src/components/Company/Industry.d.ts +12 -0
- package/dist/src/components/Company/Overview.d.ts +7 -0
- package/dist/src/components/Company/StateTaxes.d.ts +6 -0
- package/dist/src/components/Company/index.d.ts +5 -0
- package/dist/src/components/Employee/BankAccount.d.ts +15 -0
- package/dist/src/components/Employee/Compensation/Actions.d.ts +1 -0
- package/dist/src/components/Employee/Compensation/Compensation.d.ts +60 -0
- package/dist/src/components/Employee/Compensation/Edit.d.ts +1 -0
- package/dist/src/components/Employee/Compensation/Head.d.ts +1 -0
- package/dist/src/components/Employee/Compensation/List.d.ts +1 -0
- package/dist/src/components/Employee/Compensation/index.d.ts +1 -0
- package/dist/src/components/Employee/Deductions.d.ts +7 -0
- package/dist/src/components/Employee/EditDeduction.d.ts +23 -0
- package/dist/src/components/Employee/EmployeeList.d.ts +22 -0
- package/dist/src/components/Employee/FederalTaxes.d.ts +1 -0
- package/dist/src/components/Employee/OnboardingSummary.d.ts +7 -0
- package/dist/src/components/Employee/PaySchedules.d.ts +1 -0
- package/dist/src/components/Employee/PaymentMethod.d.ts +1 -0
- package/dist/src/components/Employee/PaymentMethodCombo/Actions.d.ts +1 -0
- package/dist/src/components/Employee/PaymentMethodCombo/BankAccountEdit.d.ts +9 -0
- package/dist/src/components/Employee/PaymentMethodCombo/BankAccountsList.d.ts +1 -0
- package/dist/src/components/Employee/PaymentMethodCombo/Head.d.ts +1 -0
- package/dist/src/components/Employee/PaymentMethodCombo/PaymentMethod.d.ts +22 -0
- package/dist/src/components/Employee/PaymentMethodCombo/PaymentTypeForm.d.ts +11 -0
- package/dist/src/components/Employee/PaymentMethodCombo/Split.d.ts +1 -0
- package/dist/src/components/Employee/PaymentMethodCombo/index.d.ts +1 -0
- package/dist/src/components/Employee/Profile/Actions.d.ts +1 -0
- package/dist/src/components/Employee/Profile/HomeAddress.d.ts +12 -0
- package/dist/src/components/Employee/Profile/PersonalDetails.d.ts +40 -0
- package/dist/src/components/Employee/Profile/Profile.d.ts +37 -0
- package/dist/src/components/Employee/Profile/index.d.ts +1 -0
- package/dist/src/components/Employee/SplitPaycheck.d.ts +9 -0
- package/dist/src/components/Employee/StateTaxes.d.ts +7 -0
- package/dist/src/components/Employee/TaxesCombo/Actions.d.ts +1 -0
- package/dist/src/components/Employee/TaxesCombo/FederalForm.d.ts +13 -0
- package/dist/src/components/Employee/TaxesCombo/FederalHead.d.ts +1 -0
- package/dist/src/components/Employee/TaxesCombo/StateForm.d.ts +6 -0
- package/dist/src/components/Employee/TaxesCombo/Taxes.d.ts +20 -0
- package/dist/src/components/Employee/TaxesCombo/index.d.ts +1 -0
- package/dist/src/components/Employee/index.d.ts +9 -0
- package/dist/src/components/Flow/CompanyOnboardingFlow.d.ts +10 -0
- package/dist/src/components/Flow/EmployeeOnboardingFlow.d.ts +12 -0
- package/dist/src/components/Flow/Flow.d.ts +14 -0
- package/dist/src/components/Flow/FlowNav.d.ts +1 -0
- package/dist/src/components/Flow/StateMachines/companyOnboarding.d.ts +5 -0
- package/dist/src/components/Flow/StateMachines/employeeOnboarding.d.ts +12 -0
- package/dist/src/components/Flow/StateMachines/index.d.ts +2 -0
- package/dist/src/components/Flow/index.d.ts +3 -0
- package/dist/src/components/Payroll/PayrollHistoryList.d.ts +1 -0
- package/dist/src/components/Payroll/index.d.ts +1 -0
- package/dist/src/components/PayrollSchedule/SetupPayrollSchedule.d.ts +6 -0
- package/dist/src/components/PayrollSchedule/index.d.ts +1 -0
- package/dist/src/components/index.d.ts +4 -0
- package/dist/src/components/sample/PaymentMethodSDK.d.ts +1 -0
- package/dist/src/contexts/GustoApiProvider/GustoApiProvider.d.ts +15 -0
- package/dist/src/contexts/GustoApiProvider/index.d.ts +1 -0
- package/dist/src/contexts/LocaleProvider/LocaleProvider.d.ts +8 -0
- package/dist/src/contexts/LocaleProvider/index.d.ts +1 -0
- package/dist/src/contexts/ThemeProvider/DefaultTheme.d.ts +150 -0
- package/dist/src/contexts/ThemeProvider/ThemeProvider.d.ts +12 -0
- package/dist/src/contexts/ThemeProvider/ThemeProvider.test.d.ts +1 -0
- package/dist/src/contexts/ThemeProvider/index.d.ts +1 -0
- package/dist/src/contexts/ThemeProvider/test-utils.d.ts +5 -0
- package/dist/src/contexts/index.d.ts +2 -0
- package/dist/src/generated/schema.d.ts +15297 -0
- package/dist/src/helpers/LRUCache.d.ts +7 -0
- package/dist/src/helpers/formattedStrings.d.ts +7 -0
- package/dist/src/helpers/formatters.d.ts +2 -0
- package/dist/src/helpers/normalizeSSN.d.ts +1 -0
- package/dist/src/helpers/payRateCalculator.d.ts +2 -0
- package/dist/src/i18n/I18n.d.ts +8 -0
- package/dist/src/i18n/en/common.json.d.ts +99 -0
- package/dist/src/i18n/index.d.ts +1 -0
- package/dist/src/index.d.ts +7 -0
- package/dist/src/models/PayPeriod.d.ts +18 -0
- package/dist/src/models/Payroll.d.ts +40 -0
- package/dist/src/models/PayrollTotals.d.ts +24 -0
- package/dist/src/shared/constants.d.ts +124 -0
- package/dist/src/types.d.ts +10 -0
- package/dist/style.css +1 -0
- package/dist/test/api/client.test.d.ts +1 -0
- package/dist/test/api/companyFederalTaxes.test.d.ts +1 -0
- package/dist/test/api/employeeBankAccounts.test.d.ts +1 -0
- package/dist/test/api/payrolls.test.d.ts +1 -0
- package/dist/test/mocks/apis/company_federal_taxes.d.ts +2 -0
- package/dist/test/mocks/apis/company_locations.d.ts +2 -0
- package/dist/test/mocks/apis/compensations.d.ts +2 -0
- package/dist/test/mocks/apis/employees.d.ts +2 -0
- package/dist/test/mocks/apis/employeesBankAccounts.d.ts +2 -0
- package/dist/test/mocks/apis/homeAddresses.d.ts +2 -0
- package/dist/test/mocks/apis/payrolls.d.ts +2 -0
- package/dist/test/mocks/apis/tokens.d.ts +2 -0
- package/dist/test/mocks/apis/typeHelpers.d.ts +10 -0
- package/dist/test/mocks/apis/workAddresses.d.ts +2 -0
- package/dist/test/mocks/fileMock.d.ts +6 -0
- package/dist/test/mocks/fixtures/company_location.d.ts +11 -0
- package/dist/test/mocks/fixtures/getFixture.d.ts +1 -0
- package/dist/test/mocks/handlers.d.ts +1 -0
- package/dist/test/mocks/server.d.ts +1 -0
- package/dist/test/mocks/styleMock.d.ts +6 -0
- package/package.json +99 -0
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
const t = "Amount", e = "Select the amount to split to this account.", o = "Here you can split the employee’s paycheck. Select between a whole value or percentage split. Then set the priority and amount to complete the setup.", i = "Percentage", n = "Split amount", a = "Split by", r = "Priority", c = "Split employee paycheck", l = "Select if this account will recieve any remaining payments", s = "{{count}}st", p = "{{count}}nd", u = "{{count}}rd", y = "{{count}}th", m = {
|
|
2
|
+
percentageError: "If payment method amount is split by Percentage, all split amounts must add up to exactly 100.",
|
|
3
|
+
priorityError: "Priorities must be sequential",
|
|
4
|
+
amountError: "Please enter valid amount"
|
|
5
|
+
}, b = "Cancel", h = "Submit", d = {
|
|
6
|
+
amountLabel: t,
|
|
7
|
+
bankDescription: e,
|
|
8
|
+
description: o,
|
|
9
|
+
percentageLabel: i,
|
|
10
|
+
splitAmountLabel: n,
|
|
11
|
+
splitByLabel: a,
|
|
12
|
+
priorityLabel: r,
|
|
13
|
+
title: c,
|
|
14
|
+
remainderLabel: l,
|
|
15
|
+
priority_one: s,
|
|
16
|
+
priority_two: p,
|
|
17
|
+
priority_few: u,
|
|
18
|
+
priority_other: y,
|
|
19
|
+
validations: m,
|
|
20
|
+
cancelCta: b,
|
|
21
|
+
submitCta: h
|
|
22
|
+
};
|
|
23
|
+
export {
|
|
24
|
+
t as amountLabel,
|
|
25
|
+
e as bankDescription,
|
|
26
|
+
b as cancelCta,
|
|
27
|
+
d as default,
|
|
28
|
+
o as description,
|
|
29
|
+
i as percentageLabel,
|
|
30
|
+
r as priorityLabel,
|
|
31
|
+
u as priority_few,
|
|
32
|
+
s as priority_one,
|
|
33
|
+
y as priority_other,
|
|
34
|
+
p as priority_two,
|
|
35
|
+
l as remainderLabel,
|
|
36
|
+
n as splitAmountLabel,
|
|
37
|
+
a as splitByLabel,
|
|
38
|
+
h as submitCta,
|
|
39
|
+
c as title,
|
|
40
|
+
m as validations
|
|
41
|
+
};
|
|
42
|
+
//# sourceMappingURL=Employee.SplitPaycheck-DuzIuN4Y.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Employee.SplitPaycheck-DuzIuN4Y.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
const t = "State tax", a = "Filing Status", e = "Cancel", l = "Submit", s = {
|
|
2
|
+
title: t,
|
|
3
|
+
filingStatusLabel: a,
|
|
4
|
+
cancelCta: e,
|
|
5
|
+
submitCta: l
|
|
6
|
+
};
|
|
7
|
+
export {
|
|
8
|
+
e as cancelCta,
|
|
9
|
+
s as default,
|
|
10
|
+
a as filingStatusLabel,
|
|
11
|
+
l as submitCta,
|
|
12
|
+
t as title
|
|
13
|
+
};
|
|
14
|
+
//# sourceMappingURL=Employee.StateTaxes-5hNQeRZm.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Employee.StateTaxes-5hNQeRZm.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;"}
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
const t = "Federal tax withholdings (Form W-4)", e = "{{state}} Tax Requirements", i = 'We’ll use this info to withhold the appropriate federal taxes from each paycheck. If you’re unsure what to enter here, refer to <irs_calculator href="https://www.irs.gov/pub/irs-pdf/fw4.pdf" target="_blank">Form W4</irs_calculator> to calculate the values, visit our <help_center href="https://support.gusto.com" target="_blank">Help Center</help_center>, or consult your tax advisor.', l = "Step 1c: Federal filing status (1c)", a = "Select filing status...", o = "Step 2c: Multiple jobs (2c)", s = 'Includes spouse, if applicable. Answering 2c will result in a higher withholding, but to preserve privacy, this can be left unchecked. <irs_link href="https://www.irs.gov/newsroom/faqs-on-the-2020-form-w-4" target="_blank">Learn more on the IRS website</irs_link>.', n = "Step 3: Dependents (if applicable)", r = "Step 4a: Other income", c = "Step 4b: Deductions", u = "Step 4c: Extra withholding", h = 'Enter the results for {{lineNum}} from the <irs_calculator href="https://www.irs.gov/individuals/tax-withholding-estimator" target="_blank">IRS Calculator</irs_calculator> or <w4_link>form W-4</w4_link>.', d = "Married", p = "Single", f = "Head of household", g = "Exempt from withholding", m = "If you select Exempt from withholding, we wont withhold federal income taxes, but well still report taxable wages on a W-2. Keep in mind that anyone who claims exemption from withholding needs to submit a new W-4 each year.", w = "Back", S = "Save and continue", x = {
|
|
2
|
+
federalFilingStatus: "Please select filing status"
|
|
3
|
+
}, b = {
|
|
4
|
+
federalTaxesTitle: t,
|
|
5
|
+
stateTaxesTitle: e,
|
|
6
|
+
irs_calculator: i,
|
|
7
|
+
federalFilingStatus1c: l,
|
|
8
|
+
federalFillingStatusPlaceholder: a,
|
|
9
|
+
multipleJobs2c: o,
|
|
10
|
+
includesSpouseExplanation: s,
|
|
11
|
+
dependentsTotalIfApplicable: n,
|
|
12
|
+
otherIncome: r,
|
|
13
|
+
deductions: c,
|
|
14
|
+
extraWithholding: u,
|
|
15
|
+
irsCalculatorOrW4Line: h,
|
|
16
|
+
filingStatusMarried: d,
|
|
17
|
+
filingStatusSingle: p,
|
|
18
|
+
filingStatusHeadOfHousehold: f,
|
|
19
|
+
filingStatusExemptFromWitholding: g,
|
|
20
|
+
selectWithholdingDescription: m,
|
|
21
|
+
cancelCta: w,
|
|
22
|
+
submitCta: S,
|
|
23
|
+
validations: x
|
|
24
|
+
};
|
|
25
|
+
export {
|
|
26
|
+
w as cancelCta,
|
|
27
|
+
c as deductions,
|
|
28
|
+
b as default,
|
|
29
|
+
n as dependentsTotalIfApplicable,
|
|
30
|
+
u as extraWithholding,
|
|
31
|
+
l as federalFilingStatus1c,
|
|
32
|
+
a as federalFillingStatusPlaceholder,
|
|
33
|
+
t as federalTaxesTitle,
|
|
34
|
+
g as filingStatusExemptFromWitholding,
|
|
35
|
+
f as filingStatusHeadOfHousehold,
|
|
36
|
+
d as filingStatusMarried,
|
|
37
|
+
p as filingStatusSingle,
|
|
38
|
+
s as includesSpouseExplanation,
|
|
39
|
+
h as irsCalculatorOrW4Line,
|
|
40
|
+
i as irs_calculator,
|
|
41
|
+
o as multipleJobs2c,
|
|
42
|
+
r as otherIncome,
|
|
43
|
+
m as selectWithholdingDescription,
|
|
44
|
+
e as stateTaxesTitle,
|
|
45
|
+
S as submitCta,
|
|
46
|
+
x as validations
|
|
47
|
+
};
|
|
48
|
+
//# sourceMappingURL=Employee.Taxes-DrKjSqOM.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Employee.Taxes-DrKjSqOM.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import { c as s, T as c, P as u, a as i, b as m, C as P, Q as d } from "./VREWMQAW-BCWuoH6G.js";
|
|
2
|
+
import { g as v, c as C, a as e } from "./index-G-nwCZPb.js";
|
|
3
|
+
var h = (t) => {
|
|
4
|
+
const [r, o] = s({
|
|
5
|
+
prefix: "TanstackQueryDevtools"
|
|
6
|
+
}), a = v(), l = C(() => {
|
|
7
|
+
const n = r.theme_preference || c;
|
|
8
|
+
return n !== "system" ? n : a();
|
|
9
|
+
});
|
|
10
|
+
return e(d.Provider, {
|
|
11
|
+
value: t,
|
|
12
|
+
get children() {
|
|
13
|
+
return e(u, {
|
|
14
|
+
disabled: !0,
|
|
15
|
+
localStore: r,
|
|
16
|
+
setLocalStore: o,
|
|
17
|
+
get children() {
|
|
18
|
+
return e(i.Provider, {
|
|
19
|
+
value: l,
|
|
20
|
+
get children() {
|
|
21
|
+
return e(m, {
|
|
22
|
+
get children() {
|
|
23
|
+
return e(P, {
|
|
24
|
+
localStore: r,
|
|
25
|
+
setLocalStore: o,
|
|
26
|
+
get onClose() {
|
|
27
|
+
return t.onClose;
|
|
28
|
+
},
|
|
29
|
+
showPanelViewOnly: !0
|
|
30
|
+
});
|
|
31
|
+
}
|
|
32
|
+
});
|
|
33
|
+
}
|
|
34
|
+
});
|
|
35
|
+
}
|
|
36
|
+
});
|
|
37
|
+
}
|
|
38
|
+
});
|
|
39
|
+
}, p = h;
|
|
40
|
+
export {
|
|
41
|
+
p as default
|
|
42
|
+
};
|
|
43
|
+
//# sourceMappingURL=MU7WGUJF-D3o-8MpJ.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MU7WGUJF-D3o-8MpJ.js","sources":["../node_modules/@tanstack/query-devtools/build/DevtoolsPanelComponent/MU7WGUJF.js"],"sourcesContent":["import { createLocalStorage, THEME_PREFERENCE, QueryDevtoolsContext, PiPProvider, ThemeContext, ParentPanel, ContentView } from '../chunk/VREWMQAW.js';\nimport { getPreferredColorScheme, createMemo, createComponent } from '../chunk/BLREPECS.js';\n\n// src/DevtoolsPanelComponent.tsx\nvar DevtoolsPanelComponent = (props) => {\n const [localStore, setLocalStore] = createLocalStorage({\n prefix: \"TanstackQueryDevtools\"\n });\n const colorScheme = getPreferredColorScheme();\n const theme = createMemo(() => {\n const preference = localStore.theme_preference || THEME_PREFERENCE;\n if (preference !== \"system\")\n return preference;\n return colorScheme();\n });\n return createComponent(QueryDevtoolsContext.Provider, {\n value: props,\n get children() {\n return createComponent(PiPProvider, {\n disabled: true,\n localStore,\n setLocalStore,\n get children() {\n return createComponent(ThemeContext.Provider, {\n value: theme,\n get children() {\n return createComponent(ParentPanel, {\n get children() {\n return createComponent(ContentView, {\n localStore,\n setLocalStore,\n get onClose() {\n return props.onClose;\n },\n showPanelViewOnly: true\n });\n }\n });\n }\n });\n }\n });\n }\n });\n};\nvar DevtoolsPanelComponent_default = DevtoolsPanelComponent;\n\nexport { DevtoolsPanelComponent_default as default };\n"],"names":["DevtoolsPanelComponent","props","localStore","setLocalStore","createLocalStorage","colorScheme","getPreferredColorScheme","theme","createMemo","preference","THEME_PREFERENCE","createComponent","QueryDevtoolsContext","PiPProvider","ThemeContext","ParentPanel","ContentView","DevtoolsPanelComponent_default"],"mappings":";;AAIA,IAAIA,IAAyB,CAACC,MAAU;AACtC,QAAM,CAACC,GAAYC,CAAa,IAAIC,EAAmB;AAAA,IACrD,QAAQ;AAAA,EACZ,CAAG,GACKC,IAAcC,KACdC,IAAQC,EAAW,MAAM;AAC7B,UAAMC,IAAaP,EAAW,oBAAoBQ;AAClD,WAAID,MAAe,WACVA,IACFJ,EAAW;AAAA,EACtB,CAAG;AACD,SAAOM,EAAgBC,EAAqB,UAAU;AAAA,IACpD,OAAOX;AAAA,IACP,IAAI,WAAW;AACb,aAAOU,EAAgBE,GAAa;AAAA,QAClC,UAAU;AAAA,QACV,YAAAX;AAAA,QACA,eAAAC;AAAA,QACA,IAAI,WAAW;AACb,iBAAOQ,EAAgBG,EAAa,UAAU;AAAA,YAC5C,OAAOP;AAAA,YACP,IAAI,WAAW;AACb,qBAAOI,EAAgBI,GAAa;AAAA,gBAClC,IAAI,WAAW;AACb,yBAAOJ,EAAgBK,GAAa;AAAA,oBAClC,YAAAd;AAAA,oBACA,eAAAC;AAAA,oBACA,IAAI,UAAU;AACZ,6BAAOF,EAAM;AAAA,oBACd;AAAA,oBACD,mBAAmB;AAAA,kBACvC,CAAmB;AAAA,gBACF;AAAA,cACjB,CAAe;AAAA,YACF;AAAA,UACb,CAAW;AAAA,QACF;AAAA,MACT,CAAO;AAAA,IACF;AAAA,EACL,CAAG;AACH,GACIgB,IAAiCjB;","x_google_ignoreList":[0]}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
const l = "period", a = "type", o = "cancellable", e = "check date", t = "total", c = {
|
|
2
|
+
period: l,
|
|
3
|
+
payrollType: a,
|
|
4
|
+
payrollCancellable: o,
|
|
5
|
+
checkDate: e,
|
|
6
|
+
payrollTotal: t
|
|
7
|
+
};
|
|
8
|
+
export {
|
|
9
|
+
e as checkDate,
|
|
10
|
+
c as default,
|
|
11
|
+
o as payrollCancellable,
|
|
12
|
+
t as payrollTotal,
|
|
13
|
+
a as payrollType,
|
|
14
|
+
l as period
|
|
15
|
+
};
|
|
16
|
+
//# sourceMappingURL=Payroll.PayrollHistoryList-vkBomN9P.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Payroll.PayrollHistoryList-vkBomN9P.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
const e = "Set up pay schedule", a = "Pick what frequency you'd like to run payroll. If you need help, you can <2>read more about how to choose a pay schedule</2>.", o = "Why do we need to ask for this? We need to know when to pay your employees. <2>Some states have laws around when you must pay your employees</2>. Please choose pay schedules that are legal for your employees.", t = "When selecting your pay date, please account for the 2 days it will take to process payroll.", y = "Pay Frequency", l = {
|
|
2
|
+
pageTitle: e,
|
|
3
|
+
helpOne: a,
|
|
4
|
+
helpTwo: o,
|
|
5
|
+
helpThree: t,
|
|
6
|
+
payFrequency: y,
|
|
7
|
+
"payFrequency.weekly": "Every week",
|
|
8
|
+
"payFrequency.biweekly": "Every other week",
|
|
9
|
+
"payFrequency.semimonthly": "Twice per month: 15th and last day of the month",
|
|
10
|
+
"payFrequency.semimonthly_custom": "Twice per month: Custom",
|
|
11
|
+
"payFrequency.monthly": "Monthly: last day of the month",
|
|
12
|
+
"day_1.label": "First pay day of month",
|
|
13
|
+
"day_2.label": "Second pay date",
|
|
14
|
+
"anchor_pay_date.label": "First pay period end date",
|
|
15
|
+
"deadline_to_run_payroll.label": "Deadline to run payroll",
|
|
16
|
+
"anchor_end_of_pay_period.label": "First pay period end date",
|
|
17
|
+
"anchor_end_of_pay_period.help": "The last date of the first pay period to help calculate future pay periods. This can be the same date as the first pay date."
|
|
18
|
+
};
|
|
19
|
+
export {
|
|
20
|
+
l as default,
|
|
21
|
+
a as helpOne,
|
|
22
|
+
t as helpThree,
|
|
23
|
+
o as helpTwo,
|
|
24
|
+
e as pageTitle,
|
|
25
|
+
y as payFrequency
|
|
26
|
+
};
|
|
27
|
+
//# sourceMappingURL=Payroll.PayrollSchedule-DR1oc4YN.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Payroll.PayrollSchedule-DR1oc4YN.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;"}
|