-
-
+
+
+
+
+ Back to Customers
+
+
-
New Customer
-
Create a new customer profile
+
New Customer
+
Create a new customer record
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Cancel
-
-
-
- Create Customer
-
-
-
-
-
-
+
+
+
+
+
+
+ {{ type === 'individual' ? 'Individual' : 'Corporate' }}
+
+
+
+
+
+
+
+
+
+ Individual Customer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Cancel
+
+
+ Create Customer
+
+
+
+
+
+
+
+
+
+
+ Corporate Customer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Cancel
+
+
+ Create Corporate Customer
+
+
+
+
diff --git a/app/pages/policies/[application_id].vue b/app/pages/policies/[application_id].vue
new file mode 100644
index 0000000..bdd8290
--- /dev/null
+++ b/app/pages/policies/[application_id].vue
@@ -0,0 +1,454 @@
+
+
+
+
+
+ Back to Policies
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ statusLabel(policy.status) }}
+
+
+ {{ clientTypeLabel(policy.client_type) }}
+
+ CAR
+
+
{{ policy.applicant_display_name }}
+
{{ policy.application_id }}
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ policy.client_type === 'juridico' ? 'Legal Entity' : 'Applicant' }}
+
+ {{ clientTypeLabel(policy.client_type) }}
+
+
+
+
+
+ {{ row.label }}
+ {{ row.value ?? '—' }}
+
+
+
+
+
+
+
+
+ Vehicle
+
+
+
+
Plate{{ policy.plate }}
+
Vehicle{{ policy.year }} {{ policy.make }} {{ policy.model }}
+
Value${{ Number(policy.car_value).toLocaleString() }}
+
Type{{ policy.car_type }} / {{ policy.use_type }}
+
Chassis{{ policy.chassis_number }}
+
Engine{{ policy.engine_number }}
+
+
+
+
+
+
+
+ Policy
+
+
+
+
Policy #{{ policy.policy_number }}
+
Premium${{ policy.premium }}
+
Effective{{ formatDate(policy.effective_date) }}
+
Expires{{ formatDate(policy.expiry_date) }}
+
Issued{{ formatDateTime(policy.issued_at) }}
+
+
+
+
+
+
+
+ Providers
+ {{ policy.selected_providers?.length ?? 0 }}
+
+
+
+
+ {{ pid }}
+
+ {{ policy.quotes?.[pid] ? 'Quote received' : 'Pending' }}
+
+
+
+
+
+
+
+
+
+
+
+ Quote Comparison
+ {{ allPlans.length }} plans
+
+
Plan Accepted
+
+
+
+
+
+
+
+ | Feature |
+
+
+
+ Selected
+
+ {{ plan.name }}
+ {{ plan.provider_id?.slice(0, 8) }}...
+
+ |
+
+
+
+
+ | Premium |
+
+ ${{ Number(plan.premium).toLocaleString() }}
+ /year
+ |
+
+
+ | Deductible |
+
+ ${{ Number(plan.deductible).toLocaleString() }}
+ —
+ |
+
+
+ | Coverage Limit |
+
+ ${{ Number(plan.coverage_limit).toLocaleString() }}
+ —
+ |
+
+
+ | Valid Until |
+
+ {{ formatDate(plan.valid_until) }}
+ |
+
+
+ | Coverage |
+
+ {{ plan.coverage_details }}
+ |
+
+
+
+ |
+
+
+ Accept
+
+ |
+
+
+
+
+
+
+
+
+
+
+
+ Solicitation Document
+
+
+ {{ policy.solicitation_id?.slice(0, 8) }}...
+
+ Refresh URL
+
+
+ Open
+
+
+
+
+
+
+
+
+
+
+
+ Solicitation not yet generated
+
+
+
+
+
+
+
+
+
+
+
Accept Plan
+
+ {{ selectedPlan.name }} — ${{ Number(selectedPlan.premium).toLocaleString() }}/yr
+
+
+
+
+
+
+
+
+
+ Plan
+ {{ selectedPlan.name }}
+
+
+ Premium
+ ${{ Number(selectedPlan.premium).toLocaleString() }}/yr
+
+
+ Deductible
+ ${{ Number(selectedPlan.deductible).toLocaleString() }}
+
+
+ Coverage Limit
+ ${{ Number(selectedPlan.coverage_limit).toLocaleString() }}
+
+
+ Provider
+ {{ selectedQuote?.provider_id?.slice(0, 12) }}...
+
+
+
+
+
+
+
Additional Fields
+
+ Add Field
+
+
+
+ Optional provider-specific fields for the solicitation form.
+
+
+
+
+
+
+
+
+ No additional fields — the PDF will be filled from policy data automatically.
+
+
+
+
+
+ Cancel
+
+ Confirm & Generate Solicitation
+
+
+
+
+
+
+
diff --git a/app/pages/policies/index.vue b/app/pages/policies/index.vue
new file mode 100644
index 0000000..020dc8b
--- /dev/null
+++ b/app/pages/policies/index.vue
@@ -0,0 +1,202 @@
+
+
+
+
+
+
+
+
Policies
+
Car Insurance Policy Management
+
+
+
+ {{ meta?.total_count ?? 0 }} policies
+
+
+ New Policy
+
+
+
+
+
+
+
+
+
+ Refresh
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ statusLabel(policy.status) }}
+
+
+
+ {{ clientTypeLabel(policy.client_type) }}
+
+ CAR
+
+
+
+
+
+
+ {{ policy.applicant_display_name }}
+
+
{{ policy.applicant_document }}
+
+
+
+
+
+ Plate
+ {{ policy.plate }}
+
+
+ Vehicle
+ {{ policy.year }} {{ policy.make }} {{ policy.model }}
+
+
+ Value
+ ${{ Number(policy.car_value).toLocaleString() }}
+
+
+ Policy #
+ {{ policy.policy_number }}
+
+
+
+
+
+
+
+
+ {{ Object.keys(policy.quotes ?? {}).length }} /
+ {{ (policy.selected_providers ?? []).length }} quotes
+
+
+
{{ new Date(policy.submitted_at).toLocaleDateString('es-PA') }}
+
+
+
+
+
+
+
+
No policies found
+
Create a new policy or adjust your filters
+
+
+
+
+
+
+
+
+
+
diff --git a/app/pages/policies/new.vue b/app/pages/policies/new.vue
new file mode 100644
index 0000000..9380e53
--- /dev/null
+++ b/app/pages/policies/new.vue
@@ -0,0 +1,498 @@
+
+
+
+
+
+
+
+
+ Back to Policies
+
+
+
+
New Policy
+
Submit a new insurance policy quote request
+
+
+
+
+
+
+
+
+ Select Customer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
{{ customerDisplayName(c) }}
+
+ {{ c.customer_type === 'corporate' ? 'Corp' : 'Ind' }}
+
+
+
{{ customerSubtitle(c) }}
+
+
+
+
+
+ No customers found.
+ Create one
+
+
+
+
+ {{ customerMeta.total_count }} customers
+
+
+
+
+
+
+
+
+
+
{{ customerDisplayName(selectedCustomer) }}
+
+ {{ selectedCustomer.customer_type === 'corporate' ? 'Corporate' : 'Individual' }}
+
+
+
{{ selectedCustomer.email }}
+
+
+
+ RUC: {{ selectedCustomer.ruc ?? '—' }}
+ Rep: {{ selectedCustomer.legal_rep_name ?? '—' }}
+
+
+ DOB: {{ selectedCustomer.birth_date ?? '—' }}
+ Doc: {{ selectedCustomer.document_id ?? '—' }}
+
+
+
Change
+
+
+
+
+
+
+
+
+
+
+ Policy Type
+
+
+
+
+
+ {{ item.label }}
+
+
Coming soon
+
+
+
+
+
+
+
+
+
+
+ Vehicle Details
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Selected Providers
+
+ {{ carForm.selected_providers.length }} selected
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
{{ p.name }}
+
{{ p.email }}
+
+
+
+
+
+ No providers found.
+ Create one
+
+
+
+
+
+
+
+ {{ providerItems.find(x => x.provider_id === p.id)?.name ?? p.id }}
+
+ x.id !== p.id)"
+ />
+
+
+
+
+
+
+
+
+ Cancel
+
+
+ Submit Quote Request
+
+
+
+
+
diff --git a/app/pages/providers/[provider_id].vue b/app/pages/providers/[provider_id].vue
new file mode 100644
index 0000000..19b6f39
--- /dev/null
+++ b/app/pages/providers/[provider_id].vue
@@ -0,0 +1,301 @@
+
+
+
+
+
+ Back to Providers
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ provider.active ? 'Active' : 'Inactive' }}
+
+
+
{{ provider.name }}
+
{{ provider.provider_id }}
+
+
+
+
+ {{ provider.active ? 'Deactivate' : 'Reactivate' }}
+
+
+
+
+
+
+
+
+ Provider Details
+
+
+
+
Email
{{ provider.email }}
+
Phone
{{ provider.phone ?? '—' }}
+
Contact
{{ provider.contact_name ?? '—' }}
+
RUC
{{ provider.ruc ?? '—' }}
+
Address
{{ provider.address ?? '—' }}
+
+
+
+
+
+
+
+
+ Solicitation Templates
+
+
+ Upload Template
+
+
+
+
+
+
+
No templates yet. Upload a provider PDF form.
+
+
+
+
+
+
+ {{ String(policyType) }}
+
+
+
+
+
+
+
+ {{ clientTypeLabel(String(clientType)) }}
+
+ {{ tmplList?.length ?? 0 }} template(s)
+
+
+
+
+
+
+ {{ t.template_id?.slice(0, 8) }}...
+
+ Default
+
+
+ {{ t.active ? 'Active' : 'Inactive' }}
+
+
+
{{ t.s3_key }}
+
v{{ t.version }} · {{ t.fields?.length ?? 0 }} fields
+
+
+
+
+ Set Default
+
+
+ {{ t.active ? 'Deactivate' : 'Activate' }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Upload Template
+
Upload a fillable PDF solicitation form
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ uploadFile ? uploadFile.name : 'Click to select a PDF file' }}
+
+
+ {{ (uploadFile.size / 1024).toFixed(1) }} KB
+
+
+
+
+
+
+
+
+
+ Cancel
+
+ Upload
+
+
+
+
+
+
+
diff --git a/app/pages/providers/index.vue b/app/pages/providers/index.vue
new file mode 100644
index 0000000..ad5dad1
--- /dev/null
+++ b/app/pages/providers/index.vue
@@ -0,0 +1,75 @@
+
+
+
+
+
+
+
Providers
+
Insurance carrier management
+
+
+ {{ providers.length }} providers
+
+ New Provider
+
+
+
+
+
+
+ Refresh
+
+
+
+
+
+
+
+
+
+
{{ p.name }}
+
+ {{ p.active ? 'Active' : 'Inactive' }}
+
+
+
+
+
+ {{ p.email }}
+
+
+
+ {{ p.phone ?? '—' }}
+
+
+
+ {{ p.contact_name ?? '—' }}
+
+
+
+ RUC: {{ p.ruc ?? '—' }}
+
+
+
+
+
+
+
+
+
+
diff --git a/app/pages/providers/new.vue b/app/pages/providers/new.vue
new file mode 100644
index 0000000..1b0f8ab
--- /dev/null
+++ b/app/pages/providers/new.vue
@@ -0,0 +1,79 @@
+
+
+
+
+
+
+ Back
+
+
+
New Provider
+
Register a new insurance carrier
+
+
+
+
+
+
+ Provider Information
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Cancel
+
+ Create Provider
+
+
+
+
+
+
diff --git a/app/pages/tasks/[id].vue b/app/pages/tasks/[id].vue
new file mode 100644
index 0000000..0e22767
--- /dev/null
+++ b/app/pages/tasks/[id].vue
@@ -0,0 +1,304 @@
+
+
+
+
+
+ Back to Tasks
+
+
+
+
+
+
+
+
+
+
+ {{ task.status }}
+ {{ task.policy_type?.toUpperCase() }}
+ {{ task.comm_type }}
+
+
{{ task.application_id }}
+
Received {{ formatDate(task.created_at) }}
+
+
+
+
+
+
+
+
+ Record Response
+
+
+
+
+
+ Confirm Delivery
+
+
+ Issue Policy
+
+
+
+
+
+
+
+
+ Task Info
+
+
Task ID{{ task.id }}
+
Application ID{{ task.application_id }}
+
Provider ID{{ task.provider_id }}
+
Provider{{ task.provider_name }}
+
Org{{ task.org_id }}
+
Created{{ formatDate(task.created_at) }}
+
Updated{{ formatDate(task.updated_at) }}
+
+
+
+
+
+ Request Payload
+
+
+
Applicant
+
+
Name{{ payload.applicant_info.name }}
+
DOB{{ payload.applicant_info.date_of_birth }}
+
Document{{ payload.applicant_info.document_id }}
+
+
+
+
Vehicle
+
+
Plate{{ payload.car_details.plate }}
+
Vehicle{{ payload.car_details.year }} {{ payload.car_details.make }} {{ payload.car_details.model }}
+
Value${{ Number(payload.car_details.car_value).toLocaleString() }}
+
+
+
+
+
+
+
+
+
+
+
+ Solicitation Document
+
+
+ {{ showPdf ? 'Hide' : 'Preview' }}
+ Open
+
+
+
+
+
+
+
No solicitation document available
+
+
+
+
+
+
+
+
+
+
Solicitation v{{ task.version ?? 1 }}
+
{{ task.s3_key }}
+
+
{{ task.status }}
+
+
+
+
+
+
+
+
+
+
Record Quote Response
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Plans {{ plans.length }}
+
Add Plan
+
+
+
+
+
+ Cancel
+
+ Submit Response
+
+
+
+
+
+
+
+
+
+
+
+
+
Issue Policy
+
Enter the policy details from the provider
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Cancel
+
+ Issue Policy
+
+
+
+
+
+
+
diff --git a/app/pages/tasks/index.vue b/app/pages/tasks/index.vue
new file mode 100644
index 0000000..dc2f096
--- /dev/null
+++ b/app/pages/tasks/index.vue
@@ -0,0 +1,176 @@
+
+
+
+
+
+
+
+
Tasks
+
Carrier Inbox — Quote & Solicitation Requests
+
+
+ {{ total }} tasks
+
+ Refresh
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ task.status }}
+
+
+ {{ task.policy_type?.toUpperCase() }}
+
+
+
+
+
+ {{ task.application_id }}
+
+
+ Provider: {{ task.provider_id }}
+
+
+
+
+
+
+
+
Comm Type
+
{{ task.comm_type }}
+
+
+
Received
+
{{ formatDate(task.created_at) }}
+
+
+
+
+
+
+
+
+
+
No tasks found
+
Adjust your filters or wait for new requests
+
+
+
+
+
+
+
+
+
+
diff --git a/nuxt.config.ts b/nuxt.config.ts
index ffd9680..2a02836 100644
--- a/nuxt.config.ts
+++ b/nuxt.config.ts
@@ -8,9 +8,21 @@ export default defineNuxtConfig({
openFetch: {
clients: {
customer: {
- baseURL: 'http://localhost:4000/api/customers',
+ baseURL: 'http://localhost:4000/api/v1',
schema: 'http://localhost:4000/api/openapi'
- }
+ },
+ policy: {
+ baseURL: 'http://localhost:4001/api/v1',
+ schema: 'http://localhost:4001/api/openapi'
+ },
+ providers: {
+ baseURL: 'http://localhost:4002/api/v1',
+ schema: 'http://localhost:4002/api/openapi'
+ },
+ tasks: {
+ baseURL: 'http://localhost:8080/api/v1',
+ schema: 'http://localhost:8080/openapi3.json'
+ },
}
}
})
diff --git a/package-lock.json b/package-lock.json
index 583b887..ec88662 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -8,6 +8,7 @@
"hasInstallScript": true,
"dependencies": {
"@nuxt/ui": "^4.5.0",
+ "jspdf": "^4.2.0",
"nuxt": "^4.3.1",
"nuxt-open-fetch": "^0.13.8",
"tailwindcss": "^4.2.1",
@@ -394,6 +395,15 @@
"@babel/core": "^7.0.0-0"
}
},
+ "node_modules/@babel/runtime": {
+ "version": "7.28.6",
+ "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.28.6.tgz",
+ "integrity": "sha512-05WQkdpL9COIMz4LjTxGpPNCdlpyimKppYNoJ5Di5EUObifl8t4tuLuUBBZEpoLYOmfvIWrsp9fCl0HoPRVTdA==",
+ "license": "MIT",
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
"node_modules/@babel/template": {
"version": "7.28.6",
"resolved": "https://registry.npmjs.org/@babel/template/-/template-7.28.6.tgz",
@@ -4847,12 +4857,32 @@
"integrity": "sha512-RGdgjQUZba5p6QEFAVx2OGb8rQDL/cPRG7GiedRzMcJ1tYnUANBncjbSB1NRGwbvjcPeikRABz2nshyPk1bhWg==",
"license": "MIT"
},
+ "node_modules/@types/pako": {
+ "version": "2.0.4",
+ "resolved": "https://registry.npmjs.org/@types/pako/-/pako-2.0.4.tgz",
+ "integrity": "sha512-VWDCbrLeVXJM9fihYodcLiIv0ku+AlOa/TQ1SvYOaBuyrSKgEcro95LJyIsJ4vSo6BXIxOKxiJAat04CmST9Fw==",
+ "license": "MIT"
+ },
+ "node_modules/@types/raf": {
+ "version": "3.4.3",
+ "resolved": "https://registry.npmjs.org/@types/raf/-/raf-3.4.3.tgz",
+ "integrity": "sha512-c4YAvMedbPZ5tEyxzQdMoOhhJ4RD3rngZIdwC2/qDN3d7JpEhB6fiBRKVY1lg5B7Wk+uPBjn5f39j1/2MY1oOw==",
+ "license": "MIT",
+ "optional": true
+ },
"node_modules/@types/resolve": {
"version": "1.20.2",
"resolved": "https://registry.npmjs.org/@types/resolve/-/resolve-1.20.2.tgz",
"integrity": "sha512-60BCwRFOZCQhDncwQdxxeOEEkbc5dIMccYLwbxsS4TUNeVECQ/pBJ0j09mrHOl/JJvpRPGwO9SvE4nR2Nb/a4Q==",
"license": "MIT"
},
+ "node_modules/@types/trusted-types": {
+ "version": "2.0.7",
+ "resolved": "https://registry.npmjs.org/@types/trusted-types/-/trusted-types-2.0.7.tgz",
+ "integrity": "sha512-ScaPdn1dQczgbl0QFTeTOmVHFULt394XJgOQNoyVhZ6r2vLnMLJfBPd53SB52T/3G36VI1/g2MZaX0cwDuXsfw==",
+ "license": "MIT",
+ "optional": true
+ },
"node_modules/@types/web-bluetooth": {
"version": "0.0.21",
"resolved": "https://registry.npmjs.org/@types/web-bluetooth/-/web-bluetooth-0.0.21.tgz",
@@ -5694,6 +5724,16 @@
}
}
},
+ "node_modules/base64-arraybuffer": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/base64-arraybuffer/-/base64-arraybuffer-1.0.2.tgz",
+ "integrity": "sha512-I3yl4r9QB5ZRY3XuJVEPfc2XhZO6YweFPI+UovAzn+8/hb3oJ6lnysaFcjVpkCPfVWFUDvoZ8kmVDP7WyRtYtQ==",
+ "license": "MIT",
+ "optional": true,
+ "engines": {
+ "node": ">= 0.6.0"
+ }
+ },
"node_modules/base64-js": {
"version": "1.5.1",
"resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz",
@@ -5959,6 +5999,26 @@
],
"license": "CC-BY-4.0"
},
+ "node_modules/canvg": {
+ "version": "3.0.11",
+ "resolved": "https://registry.npmjs.org/canvg/-/canvg-3.0.11.tgz",
+ "integrity": "sha512-5ON+q7jCTgMp9cjpu4Jo6XbvfYwSB2Ow3kzHKfIyJfaCAOHLbdKPQqGKgfED/R5B+3TFFfe8pegYA+b423SRyA==",
+ "license": "MIT",
+ "optional": true,
+ "dependencies": {
+ "@babel/runtime": "^7.12.5",
+ "@types/raf": "^3.4.0",
+ "core-js": "^3.8.3",
+ "raf": "^3.4.1",
+ "regenerator-runtime": "^0.13.7",
+ "rgbcolor": "^1.0.1",
+ "stackblur-canvas": "^2.0.0",
+ "svg-pathdata": "^6.0.3"
+ },
+ "engines": {
+ "node": ">=10.0.0"
+ }
+ },
"node_modules/change-case": {
"version": "5.4.4",
"resolved": "https://registry.npmjs.org/change-case/-/change-case-5.4.4.tgz",
@@ -6166,6 +6226,18 @@
"iconv-lite": "^0.4.8"
}
},
+ "node_modules/core-js": {
+ "version": "3.48.0",
+ "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.48.0.tgz",
+ "integrity": "sha512-zpEHTy1fjTMZCKLHUZoVeylt9XrzaIN2rbPXEt0k+q7JE5CkCZdo6bNq55bn24a69CH7ErAVLKijxJja4fw+UQ==",
+ "hasInstallScript": true,
+ "license": "MIT",
+ "optional": true,
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/core-js"
+ }
+ },
"node_modules/core-util-is": {
"version": "1.0.3",
"resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz",
@@ -6268,6 +6340,16 @@
"postcss": "^8.0.9"
}
},
+ "node_modules/css-line-break": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/css-line-break/-/css-line-break-2.1.0.tgz",
+ "integrity": "sha512-FHcKFCZcAha3LwfVBhCQbW2nCNbkZXn7KVUJcsT5/P8YmfsVja0FMPJr0B903j/E69HUphKiV9iQArX8SDYA4w==",
+ "license": "MIT",
+ "optional": true,
+ "dependencies": {
+ "utrie": "^1.0.2"
+ }
+ },
"node_modules/css-select": {
"version": "5.2.2",
"resolved": "https://registry.npmjs.org/css-select/-/css-select-5.2.2.tgz",
@@ -6640,6 +6722,16 @@
"url": "https://github.com/fb55/domhandler?sponsor=1"
}
},
+ "node_modules/dompurify": {
+ "version": "3.3.3",
+ "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.3.3.tgz",
+ "integrity": "sha512-Oj6pzI2+RqBfFG+qOaOLbFXLQ90ARpcGG6UePL82bJLtdsa6CYJD7nmiU8MW9nQNOtCHV3lZ/Bzq1X0QYbBZCA==",
+ "license": "(MPL-2.0 OR Apache-2.0)",
+ "optional": true,
+ "optionalDependencies": {
+ "@types/trusted-types": "^2.0.7"
+ }
+ },
"node_modules/domutils": {
"version": "3.2.2",
"resolved": "https://registry.npmjs.org/domutils/-/domutils-3.2.2.tgz",
@@ -7034,6 +7126,17 @@
"url": "https://github.com/sponsors/antfu"
}
},
+ "node_modules/fast-png": {
+ "version": "6.4.0",
+ "resolved": "https://registry.npmjs.org/fast-png/-/fast-png-6.4.0.tgz",
+ "integrity": "sha512-kAqZq1TlgBjZcLr5mcN6NP5Rv4V2f22z00c3g8vRrwkcqjerx7BEhPbOnWCPqaHUl2XWQBJQvOT/FQhdMT7X/Q==",
+ "license": "MIT",
+ "dependencies": {
+ "@types/pako": "^2.0.3",
+ "iobuffer": "^5.3.2",
+ "pako": "^2.1.0"
+ }
+ },
"node_modules/fastq": {
"version": "1.20.1",
"resolved": "https://registry.npmjs.org/fastq/-/fastq-1.20.1.tgz",
@@ -7060,6 +7163,12 @@
}
}
},
+ "node_modules/fflate": {
+ "version": "0.8.2",
+ "resolved": "https://registry.npmjs.org/fflate/-/fflate-0.8.2.tgz",
+ "integrity": "sha512-cPJU47OaAoCbg0pBvzsgpTPhmhqI5eJjh/JIu8tPj5q+T7iLvW/JAYUqmE7KOB4R1ZyEhzBaIQpQpardBF5z8A==",
+ "license": "MIT"
+ },
"node_modules/file-uri-to-path": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz",
@@ -7436,6 +7545,20 @@
"integrity": "sha512-Yc+BQe8SvoXH1643Qez1zqLRmbA5rCL+sSmk6TVos0LWVfNIB7PGncdlId77WzLGSIB5KaWgTaNTs2lNVEI6VQ==",
"license": "MIT"
},
+ "node_modules/html2canvas": {
+ "version": "1.4.1",
+ "resolved": "https://registry.npmjs.org/html2canvas/-/html2canvas-1.4.1.tgz",
+ "integrity": "sha512-fPU6BHNpsyIhr8yyMpTLLxAbkaK8ArIBcmZIRiBLiDhjeqvXolaEmDGmELFuX9I4xDcaKKcJl+TKZLqruBbmWA==",
+ "license": "MIT",
+ "optional": true,
+ "dependencies": {
+ "css-line-break": "^2.1.0",
+ "text-segmentation": "^1.0.3"
+ },
+ "engines": {
+ "node": ">=8.0.0"
+ }
+ },
"node_modules/http-errors": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.1.tgz",
@@ -7596,6 +7719,12 @@
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
}
},
+ "node_modules/iobuffer": {
+ "version": "5.4.0",
+ "resolved": "https://registry.npmjs.org/iobuffer/-/iobuffer-5.4.0.tgz",
+ "integrity": "sha512-DRebOWuqDvxunfkNJAlc3IzWIPD5xVxwUNbHr7xKB8E6aLJxIPfNX3CoMJghcFjpv6RWQsrcJbghtEwSPoJqMA==",
+ "license": "MIT"
+ },
"node_modules/ioredis": {
"version": "5.9.3",
"resolved": "https://registry.npmjs.org/ioredis/-/ioredis-5.9.3.tgz",
@@ -7919,6 +8048,23 @@
"node": ">=6"
}
},
+ "node_modules/jspdf": {
+ "version": "4.2.0",
+ "resolved": "https://registry.npmjs.org/jspdf/-/jspdf-4.2.0.tgz",
+ "integrity": "sha512-hR/hnRevAXXlrjeqU5oahOE+Ln9ORJUB5brLHHqH67A+RBQZuFr5GkbI9XQI8OUFSEezKegsi45QRpc4bGj75Q==",
+ "license": "MIT",
+ "dependencies": {
+ "@babel/runtime": "^7.28.6",
+ "fast-png": "^6.2.0",
+ "fflate": "^0.8.1"
+ },
+ "optionalDependencies": {
+ "canvg": "^3.0.11",
+ "core-js": "^3.6.0",
+ "dompurify": "^3.3.1",
+ "html2canvas": "^1.0.0-rc.5"
+ }
+ },
"node_modules/kleur": {
"version": "4.1.5",
"resolved": "https://registry.npmjs.org/kleur/-/kleur-4.1.5.tgz",
@@ -9385,6 +9531,12 @@
"integrity": "sha512-61A5ThoTiDG/C8s8UMZwSorAGwMJ0ERVGj2OjoW5pAalsNOg15+iQiPzrLJ4jhZ1HJzmC2PIHT2oEiH3R5fzNA==",
"license": "MIT"
},
+ "node_modules/pako": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/pako/-/pako-2.1.0.tgz",
+ "integrity": "sha512-w+eufiZ1WuJYgPXbV/PO3NCMEc3xqylkKHzp8bxp1uW4qaSNQUkwmLLEc3kKsfz8lpV1F8Ht3U1Cm+9Srog2ug==",
+ "license": "(MIT AND Zlib)"
+ },
"node_modules/parse-json": {
"version": "8.3.0",
"resolved": "https://registry.npmjs.org/parse-json/-/parse-json-8.3.0.tgz",
@@ -9481,6 +9633,13 @@
"integrity": "sha512-LjgdTytVFXeUgtHZr9WYViYSM/g8MkcTPYDlPa3cDqMirHjKiSZPYd6DoL7pK8AJQr+uWkQvCjHNdiMqsrJs+g==",
"license": "MIT"
},
+ "node_modules/performance-now": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/performance-now/-/performance-now-2.1.0.tgz",
+ "integrity": "sha512-7EAHlyLHI56VEIdK57uwHdHKIaAGbnXPiw0yWbarQZOKaKpvUIgW0jWRVLiatnM+XXlSwsanIBH/hzGMJulMow==",
+ "license": "MIT",
+ "optional": true
+ },
"node_modules/picocolors": {
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
@@ -10284,6 +10443,16 @@
"integrity": "sha512-b484I/7b8rDEdSDKckSSBA8knMpcdsXudlE/LNL639wFoHKwLbEkQFZHWEYwDC0wa0FKUcCY+GAF73Z7wxNVFA==",
"license": "MIT"
},
+ "node_modules/raf": {
+ "version": "3.4.1",
+ "resolved": "https://registry.npmjs.org/raf/-/raf-3.4.1.tgz",
+ "integrity": "sha512-Sq4CW4QhwOHE8ucn6J34MqtZCeWFP2aQSmrlroYgqAV1PjStIhJXxYuTgUIfkEk7zTLjmIjLmU5q+fbD1NnOJA==",
+ "license": "MIT",
+ "optional": true,
+ "dependencies": {
+ "performance-now": "^2.1.0"
+ }
+ },
"node_modules/randombytes": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/randombytes/-/randombytes-2.1.0.tgz",
@@ -10398,6 +10567,13 @@
"node": ">=4"
}
},
+ "node_modules/regenerator-runtime": {
+ "version": "0.13.11",
+ "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.11.tgz",
+ "integrity": "sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg==",
+ "license": "MIT",
+ "optional": true
+ },
"node_modules/regexp-tree": {
"version": "0.1.27",
"resolved": "https://registry.npmjs.org/regexp-tree/-/regexp-tree-0.1.27.tgz",
@@ -10495,6 +10671,16 @@
"integrity": "sha512-q1b3N5QkRUWUl7iyylaaj3kOpIT0N2i9MqIEQXP73GVsN9cw3fdx8X63cEmWhJGi2PPCF23Ijp7ktmd39rawIA==",
"license": "MIT"
},
+ "node_modules/rgbcolor": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/rgbcolor/-/rgbcolor-1.0.1.tgz",
+ "integrity": "sha512-9aZLIrhRaD97sgVhtJOW6ckOEh6/GnvQtdVNfdZ6s67+3/XwLS9lBcQYzEEhYVeUowN7pRzMLsyGhK2i/xvWbw==",
+ "license": "MIT OR SEE LICENSE IN FEEL-FREE.md",
+ "optional": true,
+ "engines": {
+ "node": ">= 0.8.15"
+ }
+ },
"node_modules/rollup": {
"version": "4.59.0",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-4.59.0.tgz",
@@ -10907,6 +11093,16 @@
"node": ">=20.16.0"
}
},
+ "node_modules/stackblur-canvas": {
+ "version": "2.7.0",
+ "resolved": "https://registry.npmjs.org/stackblur-canvas/-/stackblur-canvas-2.7.0.tgz",
+ "integrity": "sha512-yf7OENo23AGJhBriGx0QivY5JP6Y1HbrrDI6WLt6C5auYZXlQrheoY8hD4ibekFKz1HOfE48Ww8kMWMnJD/zcQ==",
+ "license": "MIT",
+ "optional": true,
+ "engines": {
+ "node": ">=0.1.14"
+ }
+ },
"node_modules/standard-as-callback": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/standard-as-callback/-/standard-as-callback-2.1.0.tgz",
@@ -11090,6 +11286,16 @@
"url": "https://github.com/sponsors/ljharb"
}
},
+ "node_modules/svg-pathdata": {
+ "version": "6.0.3",
+ "resolved": "https://registry.npmjs.org/svg-pathdata/-/svg-pathdata-6.0.3.tgz",
+ "integrity": "sha512-qsjeeq5YjBZ5eMdFuUa4ZosMLxgr5RZ+F+Y1OrDhuOCEInRMA3x74XdBtggJcj9kOeInz0WE+LgCPDkZFlBYJw==",
+ "license": "MIT",
+ "optional": true,
+ "engines": {
+ "node": ">=12.0.0"
+ }
+ },
"node_modules/svgo": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/svgo/-/svgo-4.0.0.tgz",
@@ -11267,6 +11473,16 @@
"b4a": "^1.6.4"
}
},
+ "node_modules/text-segmentation": {
+ "version": "1.0.3",
+ "resolved": "https://registry.npmjs.org/text-segmentation/-/text-segmentation-1.0.3.tgz",
+ "integrity": "sha512-iOiPUo/BGnZ6+54OsWxZidGCsdU8YbE4PSpdPinp7DeMtUJNJBoJ/ouUSTJjHkh1KntHaltHl/gDs2FC4i5+Nw==",
+ "license": "MIT",
+ "optional": true,
+ "dependencies": {
+ "utrie": "^1.0.2"
+ }
+ },
"node_modules/tiny-inflate": {
"version": "1.0.3",
"resolved": "https://registry.npmjs.org/tiny-inflate/-/tiny-inflate-1.0.3.tgz",
@@ -11981,6 +12197,16 @@
"integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==",
"license": "MIT"
},
+ "node_modules/utrie": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/utrie/-/utrie-1.0.2.tgz",
+ "integrity": "sha512-1MLa5ouZiOmQzUbjbu9VmjLzn1QLXBhwpUa7kdLUQK+KQ5KA9I1vk5U4YHe/X2Ch7PYnJfWuWT+VbuxbGwljhw==",
+ "license": "MIT",
+ "optional": true,
+ "dependencies": {
+ "base64-arraybuffer": "^1.0.2"
+ }
+ },
"node_modules/vaul-vue": {
"version": "0.4.1",
"resolved": "https://registry.npmjs.org/vaul-vue/-/vaul-vue-0.4.1.tgz",
diff --git a/package.json b/package.json
index 9ca77c7..1a04ce5 100644
--- a/package.json
+++ b/package.json
@@ -11,6 +11,7 @@
},
"dependencies": {
"@nuxt/ui": "^4.5.0",
+ "jspdf": "^4.2.0",
"nuxt": "^4.3.1",
"nuxt-open-fetch": "^0.13.8",
"tailwindcss": "^4.2.1",