@paro.io/expert-shared-components 1.14.66 → 1.14.67
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/lib/components/DocumentCenter/MultiFileUploadSection.js +220 -121
- package/lib/components/TaxAxis/TaxAxisApi.d.ts +0 -1
- package/lib/components/TaxAxis/TaxAxisShell.js +5 -80
- package/lib/components/shared/UploadClient.d.ts +2 -1
- package/lib/components/shared/UploadClient.js +6 -2
- package/lib/index.d.ts +1 -13
- package/lib/index.js +1 -27
- package/lib/tax-axis/components/clientReport/ExecutiveSummary.d.ts +4 -1
- package/lib/tax-axis/components/clientReport/ExecutiveSummary.js +10 -6
- package/lib/tax-axis/components/clientReport/Methodology.js +2 -2
- package/lib/tax-axis/components/clientReport/RecommendedStrategies.d.ts +6 -1
- package/lib/tax-axis/components/clientReport/RecommendedStrategies.js +26 -24
- package/lib/tax-axis/components/clientReport/StrategyCard.d.ts +1 -1
- package/lib/tax-axis/components/clientReport/StrategyCard.js +39 -23
- package/lib/tax-axis/components/clientReport/TaxAxisClientReport.d.ts +5 -2
- package/lib/tax-axis/components/clientReport/TaxAxisClientReport.js +9 -7
- package/lib/tax-axis/components/dashboard/DashboardActions.js +6 -5
- package/lib/tax-axis/components/dashboard/DashboardSummary.d.ts +6 -1
- package/lib/tax-axis/components/dashboard/DashboardSummary.js +19 -10
- package/lib/tax-axis/components/dashboard/StrategyDetailPanel.d.ts +1 -1
- package/lib/tax-axis/components/dashboard/StrategyDetailPanel.js +122 -95
- package/lib/tax-axis/components/dashboard/TaxAxisDashboard.d.ts +58 -4
- package/lib/tax-axis/components/dashboard/TaxAxisDashboard.js +375 -56
- package/lib/tax-axis/components/documents/DocumentCard.d.ts +6 -3
- package/lib/tax-axis/components/documents/DocumentCard.js +72 -15
- package/lib/tax-axis/components/documents/DocumentReviewModal.d.ts +3 -2
- package/lib/tax-axis/components/documents/DocumentReviewModal.js +109 -295
- package/lib/tax-axis/components/documents/DocumentTier.d.ts +5 -4
- package/lib/tax-axis/components/documents/DocumentTier.js +2 -2
- package/lib/tax-axis/components/documents/TaxAxisDocuments.d.ts +28 -8
- package/lib/tax-axis/components/documents/TaxAxisDocuments.js +335 -172
- package/lib/tax-axis/components/documents/qbo/QboAvailableReportsModal.d.ts +13 -0
- package/lib/tax-axis/components/documents/qbo/QboAvailableReportsModal.js +180 -0
- package/lib/tax-axis/components/documents/qbo/QboClientSelectorModal.d.ts +10 -0
- package/lib/tax-axis/components/documents/qbo/QboClientSelectorModal.js +155 -0
- package/lib/tax-axis/components/documents/qbo/QboConnectBanner.d.ts +9 -0
- package/lib/tax-axis/components/documents/qbo/QboConnectBanner.js +55 -0
- package/lib/tax-axis/components/documents/qbo/QboDocumentMappingModal.d.ts +10 -0
- package/lib/tax-axis/components/documents/qbo/QboDocumentMappingModal.js +202 -0
- package/lib/tax-axis/components/documents/qbo/QboImportingModal.d.ts +8 -0
- package/lib/tax-axis/components/documents/qbo/QboImportingModal.js +75 -0
- package/lib/tax-axis/components/documents/qbo/QboPermissionsModal.d.ts +8 -0
- package/lib/tax-axis/components/documents/qbo/QboPermissionsModal.js +126 -0
- package/lib/tax-axis/components/documents/qbo/index.d.ts +8 -0
- package/lib/tax-axis/components/documents/qbo/index.js +17 -0
- package/lib/tax-axis/components/documents/qbo/qboConstants.d.ts +24 -0
- package/lib/tax-axis/components/documents/qbo/qboConstants.js +71 -0
- package/lib/tax-axis/components/documents/qbo/types.d.ts +43 -0
- package/lib/tax-axis/components/documents/qbo/types.js +3 -0
- package/lib/tax-axis/components/documents/qbo/useQboFlow.d.ts +19 -0
- package/lib/tax-axis/components/documents/qbo/useQboFlow.js +207 -0
- package/lib/tax-axis/components/intake/ClientParametersSection.js +14 -30
- package/lib/tax-axis/components/intake/CpaIntakeQuestionsSection.js +3 -3
- package/lib/tax-axis/components/intake/IntakeCtaCards.d.ts +1 -2
- package/lib/tax-axis/components/intake/IntakeCtaCards.js +6 -13
- package/lib/tax-axis/components/intake/RefineAnalysisSection.js +7 -7
- package/lib/tax-axis/components/intake/TaxAxisIntake.js +7 -95
- package/lib/tax-axis/components/intake/intakeSchema.d.ts +0 -3
- package/lib/tax-axis/components/intake/intakeSchema.js +2 -4
- package/lib/tax-axis/components/preparerWorkpaper/TaxAxisPreparerWorkpaper.d.ts +23 -4
- package/lib/tax-axis/components/preparerWorkpaper/TaxAxisPreparerWorkpaper.js +15 -4
- package/lib/tax-axis/components/processing/TaxAxisProcessing.d.ts +2 -1
- package/lib/tax-axis/components/processing/TaxAxisProcessing.js +102 -31
- package/lib/tax-axis/components/prospectReport/ProspectPrintView.js +0 -2
- package/lib/tax-axis/components/prospectReport/ProspectStrategyCard.d.ts +1 -8
- package/lib/tax-axis/components/prospectReport/ProspectStrategyCard.js +5 -5
- package/lib/tax-axis/components/prospectReport/TaxAxisProspectReport.d.ts +1 -27
- package/lib/tax-axis/components/prospectReport/TaxAxisProspectReport.js +25 -43
- package/lib/tax-axis/index.d.ts +3 -1
- package/lib/tax-axis/index.js +4 -3
- package/lib/tax-axis/lib/adapters/useEngineOutput.d.ts +138 -13
- package/lib/tax-axis/lib/adapters/useEngineOutput.js +156 -7
- package/lib/tax-axis/lib/data/documents.d.ts +3 -2
- package/lib/tax-axis/lib/data/documents.js +225 -25
- package/lib/tax-axis/lib/data/strategies.js +9 -9
- package/lib/tax-axis/lib/documentFieldCatalog.d.ts +7 -12
- package/lib/tax-axis/lib/documentFieldCatalog.js +805 -8
- package/lib/tax-axis/lib/types/index.d.ts +13 -1
- package/package.json +1 -1
- package/lib/README.md +0 -2
- package/lib/package.json +0 -68
|
@@ -12,6 +12,11 @@ export interface StrategySource {
|
|
|
12
12
|
value: string;
|
|
13
13
|
field: string;
|
|
14
14
|
}
|
|
15
|
+
export interface SourceDocumentRef {
|
|
16
|
+
field_label: string;
|
|
17
|
+
value_display: string;
|
|
18
|
+
source_hint: string;
|
|
19
|
+
}
|
|
15
20
|
export interface StrategyTraceStep {
|
|
16
21
|
n: number;
|
|
17
22
|
step: string;
|
|
@@ -38,14 +43,18 @@ export interface Strategy {
|
|
|
38
43
|
needsOwnerComp?: boolean;
|
|
39
44
|
clientBrief?: string;
|
|
40
45
|
action?: string;
|
|
46
|
+
abstract?: string;
|
|
41
47
|
authority?: string;
|
|
42
48
|
forms?: string;
|
|
43
49
|
warning?: string | null;
|
|
44
|
-
abstract?: string;
|
|
45
50
|
sources?: StrategySource[];
|
|
46
51
|
trace?: StrategyTraceStep[];
|
|
47
52
|
cost?: string;
|
|
48
53
|
timelineBucket?: string;
|
|
54
|
+
sourceDocuments?: SourceDocumentRef[];
|
|
55
|
+
quickWin?: boolean;
|
|
56
|
+
positionStrength?: string;
|
|
57
|
+
specialistNote?: string;
|
|
49
58
|
}
|
|
50
59
|
export interface ClientProfile {
|
|
51
60
|
bizName: string;
|
|
@@ -153,12 +162,15 @@ export interface ProspectStrategyMeta {
|
|
|
153
162
|
typicalRange: string;
|
|
154
163
|
prospectNote: string;
|
|
155
164
|
}
|
|
165
|
+
export type DocTier = "required" | "recommended" | "conditional";
|
|
156
166
|
export interface DocSpec {
|
|
157
167
|
id: string;
|
|
168
|
+
documentType: string;
|
|
158
169
|
name: string;
|
|
159
170
|
accept: string[];
|
|
160
171
|
strategies: string[];
|
|
161
172
|
required: boolean | "optional" | "conditional";
|
|
173
|
+
tier: DocTier;
|
|
162
174
|
help: string;
|
|
163
175
|
}
|
|
164
176
|
export interface SidebarLookupEntry {
|
package/package.json
CHANGED
package/lib/README.md
DELETED
package/lib/package.json
DELETED
|
@@ -1,68 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@paro.io/expert-shared-components",
|
|
3
|
-
"version": "1.14.48",
|
|
4
|
-
"description": "",
|
|
5
|
-
"main": "lib/index.js",
|
|
6
|
-
"scripts": {
|
|
7
|
-
"build": "tsc",
|
|
8
|
-
"build:watch": "tsc --watch",
|
|
9
|
-
"prepare": "yarn build",
|
|
10
|
-
"test": "yarn test:build",
|
|
11
|
-
"test:build": "yarn build",
|
|
12
|
-
"clean": "yarn -rf lib",
|
|
13
|
-
"predeploy": "tsc && cp package.json README.md ./lib",
|
|
14
|
-
"link-local": "yarn link && cd node_modules/react && yarn link && cd ../react-dom && yarn link",
|
|
15
|
-
"unlink-local": "yarn unlink && cd node_modules/react && yarn unlink && cd ../react-dom && yarn unlink"
|
|
16
|
-
},
|
|
17
|
-
"repository": "https://github.com/paroadmin/expert-shared-components.git",
|
|
18
|
-
"keywords": [
|
|
19
|
-
"react",
|
|
20
|
-
"components",
|
|
21
|
-
"shared"
|
|
22
|
-
],
|
|
23
|
-
"author": "apande@paro.io",
|
|
24
|
-
"license": "MIT",
|
|
25
|
-
"dependencies": {
|
|
26
|
-
"@date-io/dayjs": "1.x",
|
|
27
|
-
"@fortawesome/fontawesome-svg-core": "^6.6.0",
|
|
28
|
-
"@fortawesome/free-solid-svg-icons": "^6.6.0",
|
|
29
|
-
"@fortawesome/react-fontawesome": "^0.2.2",
|
|
30
|
-
"@hookform/resolvers": "3.3.4",
|
|
31
|
-
"@material-ui/core": "^4.11.0",
|
|
32
|
-
"@material-ui/icons": "^4.11.3",
|
|
33
|
-
"@material-ui/lab": "^4.0.0-alpha.61",
|
|
34
|
-
"@material-ui/pickers": "^3.3.11",
|
|
35
|
-
"@paro.io/base-icons": "^1.0.4",
|
|
36
|
-
"@paro.io/base-ui": "^1.8.3",
|
|
37
|
-
"@types/react-input-mask": "^3.0.5",
|
|
38
|
-
"dayjs": "^1.10.7",
|
|
39
|
-
"lodash": "^4.17.21",
|
|
40
|
-
"react": "^18.2.0",
|
|
41
|
-
"react-copy-to-clipboard": "^5.0.4",
|
|
42
|
-
"react-datepicker": "^4.6.0",
|
|
43
|
-
"react-dom": "^17.0.2",
|
|
44
|
-
"react-hook-form": "7.51.1",
|
|
45
|
-
"react-hot-toast": "^2.4.1",
|
|
46
|
-
"react-input-mask": "^3.0.0-alpha.2",
|
|
47
|
-
"styled-components": "^5.3.3",
|
|
48
|
-
"uuid": "8.3.2",
|
|
49
|
-
"yup": "^0.32.11"
|
|
50
|
-
},
|
|
51
|
-
"devDependencies": {
|
|
52
|
-
"@types/lodash": "^4.14.170",
|
|
53
|
-
"@types/react": "18.3.12",
|
|
54
|
-
"@types/react-copy-to-clipboard": "^5.0.2",
|
|
55
|
-
"@types/react-datepicker": "^4.19.6",
|
|
56
|
-
"@types/react-dom": "^18.2.22",
|
|
57
|
-
"@types/styled-components": "^5.1.22",
|
|
58
|
-
"@types/uuid": "^10.0.0",
|
|
59
|
-
"@types/yup": "^0.29.13",
|
|
60
|
-
"typescript": "^5.3.3"
|
|
61
|
-
},
|
|
62
|
-
"files": [
|
|
63
|
-
"lib/**/*"
|
|
64
|
-
],
|
|
65
|
-
"directories": {
|
|
66
|
-
"lib": "lib"
|
|
67
|
-
}
|
|
68
|
-
}
|