@voyant-travel/quotes-react 0.122.0 → 0.124.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.
Files changed (71) hide show
  1. package/dist/admin/index.d.ts +51 -0
  2. package/dist/admin/index.d.ts.map +1 -0
  3. package/dist/admin/index.js +85 -0
  4. package/dist/admin/pages/quote-detail-page.d.ts +13 -0
  5. package/dist/admin/pages/quote-detail-page.d.ts.map +1 -0
  6. package/dist/admin/pages/quote-detail-page.js +397 -0
  7. package/dist/admin/pipeline-dialogs.d.ts +16 -0
  8. package/dist/admin/pipeline-dialogs.d.ts.map +1 -0
  9. package/dist/admin/pipeline-dialogs.js +105 -0
  10. package/dist/admin/quote-content-sections.d.ts +57 -0
  11. package/dist/admin/quote-content-sections.d.ts.map +1 -0
  12. package/dist/admin/quote-content-sections.js +181 -0
  13. package/dist/admin/quote-detail-sections.d.ts +34 -0
  14. package/dist/admin/quote-detail-sections.d.ts.map +1 -0
  15. package/dist/admin/quote-detail-sections.js +52 -0
  16. package/dist/admin/quotes-board-host.d.ts +10 -0
  17. package/dist/admin/quotes-board-host.d.ts.map +1 -0
  18. package/dist/admin/quotes-board-host.js +72 -0
  19. package/dist/hooks/use-quote-media-mutation.d.ts +51 -0
  20. package/dist/hooks/use-quote-media-mutation.d.ts.map +1 -0
  21. package/dist/hooks/use-quote-media-mutation.js +63 -0
  22. package/dist/hooks/use-quote-media.d.ts +21 -0
  23. package/dist/hooks/use-quote-media.d.ts.map +1 -0
  24. package/dist/hooks/use-quote-media.js +19 -0
  25. package/dist/hooks/use-quote-mutation.d.ts +8 -0
  26. package/dist/hooks/use-quote-mutation.d.ts.map +1 -1
  27. package/dist/hooks/use-quote-participant-mutation.d.ts +24 -0
  28. package/dist/hooks/use-quote-participant-mutation.d.ts.map +1 -0
  29. package/dist/hooks/use-quote-participant-mutation.js +28 -0
  30. package/dist/hooks/use-quote-participants.d.ts +15 -0
  31. package/dist/hooks/use-quote-participants.d.ts.map +1 -0
  32. package/dist/hooks/use-quote-participants.js +16 -0
  33. package/dist/hooks/use-quote-product-mutation.d.ts +57 -0
  34. package/dist/hooks/use-quote-product-mutation.d.ts.map +1 -0
  35. package/dist/hooks/use-quote-product-mutation.js +36 -0
  36. package/dist/hooks/use-quote-products.d.ts +22 -0
  37. package/dist/hooks/use-quote-products.d.ts.map +1 -0
  38. package/dist/hooks/use-quote-products.js +19 -0
  39. package/dist/hooks/use-quote-version-mutation.d.ts +79 -0
  40. package/dist/hooks/use-quote-version-mutation.d.ts.map +1 -1
  41. package/dist/hooks/use-quote-version-mutation.js +58 -0
  42. package/dist/hooks/use-quote.d.ts +4 -0
  43. package/dist/hooks/use-quote.d.ts.map +1 -1
  44. package/dist/hooks/use-quotes.d.ts +4 -0
  45. package/dist/hooks/use-quotes.d.ts.map +1 -1
  46. package/dist/i18n/en/commerce.d.ts +145 -0
  47. package/dist/i18n/en/commerce.d.ts.map +1 -1
  48. package/dist/i18n/en/commerce.js +145 -0
  49. package/dist/i18n/en.d.ts +145 -0
  50. package/dist/i18n/en.d.ts.map +1 -1
  51. package/dist/i18n/messages.d.ts +145 -0
  52. package/dist/i18n/messages.d.ts.map +1 -1
  53. package/dist/i18n/provider.d.ts +290 -0
  54. package/dist/i18n/provider.d.ts.map +1 -1
  55. package/dist/i18n/ro/commerce.d.ts +145 -0
  56. package/dist/i18n/ro/commerce.d.ts.map +1 -1
  57. package/dist/i18n/ro/commerce.js +145 -0
  58. package/dist/i18n/ro.d.ts +145 -0
  59. package/dist/i18n/ro.d.ts.map +1 -1
  60. package/dist/index.d.ts +7 -1
  61. package/dist/index.d.ts.map +1 -1
  62. package/dist/index.js +7 -1
  63. package/dist/query-keys.d.ts +3 -0
  64. package/dist/query-keys.d.ts.map +1 -1
  65. package/dist/query-keys.js +3 -0
  66. package/dist/query-options.d.ts +32 -0
  67. package/dist/query-options.d.ts.map +1 -1
  68. package/dist/schemas.d.ts +142 -0
  69. package/dist/schemas.d.ts.map +1 -1
  70. package/dist/schemas.js +47 -0
  71. package/package.json +27 -7
@@ -129,5 +129,150 @@ export declare const crmUiEnCommerceMessages: {
129
129
  readonly loadFailed: "Failed to load quotes.";
130
130
  readonly empty: "No quotes found.";
131
131
  };
132
+ readonly quotesBoardPage: {
133
+ readonly title: "Quotes";
134
+ readonly description: "Manage quotes across your pipeline stages.";
135
+ readonly selectPipelinePlaceholder: "Select pipeline…";
136
+ readonly defaultSuffix: " (default)";
137
+ readonly newPipeline: "New pipeline";
138
+ readonly manageStages: "Manage stages";
139
+ readonly newQuote: "New quote";
140
+ readonly loading: "Loading quotes…";
141
+ readonly emptyNoPipelines: {
142
+ readonly title: "No pipelines yet";
143
+ readonly description: "Create a pipeline to start managing quotes.";
144
+ };
145
+ readonly emptyNoStages: {
146
+ readonly title: "No stages yet";
147
+ readonly description: "Add a stage to this pipeline before creating quotes.";
148
+ };
149
+ };
150
+ readonly createPipelineDialog: {
151
+ readonly title: "Create pipeline";
152
+ readonly nameLabel: "Name";
153
+ readonly namePlaceholder: "e.g. Sales pipeline";
154
+ readonly setDefault: "Set as default pipeline";
155
+ readonly validation: {
156
+ readonly nameRequired: "Pipeline name is required.";
157
+ readonly createFailed: "Failed to create pipeline.";
158
+ };
159
+ };
160
+ readonly manageStagesDialog: {
161
+ readonly title: "Manage stages";
162
+ readonly empty: "No stages yet. Add one below.";
163
+ readonly addStageTitle: "Add stage";
164
+ readonly stageNamePlaceholder: "Stage name";
165
+ readonly probabilityPlaceholder: "%";
166
+ readonly validation: {
167
+ readonly nameRequired: "Stage name is required.";
168
+ readonly addFailed: "Failed to add stage.";
169
+ readonly removeFailed: "Failed to remove stage.";
170
+ };
171
+ };
172
+ readonly quoteDetailPage: {
173
+ readonly breadcrumbRoot: "Quotes";
174
+ readonly back: "Back to Quotes";
175
+ readonly save: "Save";
176
+ readonly saveSuccess: "Proposal saved";
177
+ readonly saveError: "Couldn't save the quote";
178
+ readonly discard: "Discard";
179
+ readonly newVersion: "Create proposal";
180
+ readonly markWon: "Mark won";
181
+ readonly markLost: "Mark lost";
182
+ readonly reopen: "Reopen";
183
+ readonly delete: "Delete";
184
+ readonly deleteConfirm: {
185
+ readonly title: "Delete this quote?";
186
+ readonly description: "This will permanently remove the quote. This action cannot be undone.";
187
+ readonly confirm: "Delete";
188
+ };
189
+ readonly lostDialog: {
190
+ readonly title: "Mark quote as lost";
191
+ readonly description: "Optionally add a lost reason.";
192
+ readonly placeholder: "Reason (optional)…";
193
+ readonly confirm: "Mark lost";
194
+ };
195
+ readonly notFound: "Quote not found.";
196
+ readonly descriptionTitle: "Description";
197
+ readonly descriptionPlaceholder: "Describe this proposal for the client (shown on the shared proposal)…";
198
+ readonly versionsTitle: "Quote versions";
199
+ readonly versionsEmpty: "No versions yet. Create the first one.";
200
+ readonly versionsLoadFailed: "Failed to load quote versions.";
201
+ readonly versionActive: "Active";
202
+ readonly versionLabel: "v{number}";
203
+ readonly sendToClient: "Send to client";
204
+ readonly copyReviewLink: "Copy review link";
205
+ readonly proposalLinkCopied: "Review link copied to clipboard";
206
+ readonly proposalSendFailed: "Couldn't share the proposal";
207
+ readonly detailsTitle: "Deal details";
208
+ readonly fields: {
209
+ readonly title: "Title";
210
+ readonly stage: "Stage";
211
+ readonly status: "Status";
212
+ readonly value: "Value";
213
+ readonly valueHint: "Sum of line items";
214
+ readonly currency: "Currency";
215
+ readonly expectedClose: "Expected close date";
216
+ readonly source: "Source";
217
+ readonly sourceRef: "Source ref";
218
+ readonly lostReason: "Lost reason";
219
+ };
220
+ readonly participantsTitle: "Client";
221
+ readonly noPerson: "No person linked.";
222
+ readonly noOrganization: "No organization linked.";
223
+ readonly tagsTitle: "Tags";
224
+ readonly addTagPlaceholder: "Add tag…";
225
+ readonly activitiesTitle: "Activity";
226
+ readonly activitiesEmpty: "No activity yet.";
227
+ };
228
+ readonly quoteLineItemsCard: {
229
+ readonly title: "Line items";
230
+ readonly description: "What this quote includes — flights, stays, experiences.";
231
+ readonly empty: "No items yet. Add what this quote includes.";
232
+ readonly columns: {
233
+ readonly item: "Item";
234
+ readonly qty: "Qty";
235
+ readonly unitPrice: "Unit price";
236
+ readonly total: "Total";
237
+ };
238
+ readonly addItem: "Add item";
239
+ readonly editItem: "Edit item";
240
+ readonly namePlaceholder: "Item name (e.g. Return flights, 5-night stay)";
241
+ readonly qtyPlaceholder: "Qty";
242
+ readonly pricePlaceholder: "Unit price";
243
+ readonly addFailed: "Failed to add item.";
244
+ readonly removeFailed: "Failed to remove item.";
245
+ };
246
+ readonly quoteTravelersCard: {
247
+ readonly title: "Travelers";
248
+ readonly pax: "{count} PAX";
249
+ readonly paxLabel: "PAX";
250
+ readonly empty: "No travelers yet.";
251
+ readonly addPlaceholder: "Search people to add…";
252
+ readonly noResults: "No people found.";
253
+ readonly addFailed: "Failed to add traveler.";
254
+ readonly removeFailed: "Failed to remove traveler.";
255
+ };
256
+ readonly quoteClientCard: {
257
+ readonly title: "Client";
258
+ readonly contactLabel: "Contact (person)";
259
+ readonly companyLabel: "Company";
260
+ readonly searchContact: "Search people…";
261
+ readonly searchCompany: "Search companies…";
262
+ readonly noResults: "No matches.";
263
+ };
264
+ readonly quoteOwnershipCard: {
265
+ readonly title: "Owner";
266
+ readonly ownerLabel: "Owner";
267
+ readonly unassigned: "Unassigned";
268
+ readonly createdBy: "Created by {name}";
269
+ readonly updatedBy: "Updated by {name}";
270
+ };
271
+ readonly quoteMediaCard: {
272
+ readonly title: "Images";
273
+ readonly description: "Photos shown on the client proposal.";
274
+ readonly empty: "No images yet.";
275
+ readonly add: "Add images";
276
+ };
132
277
  };
133
278
  //# sourceMappingURL=commerce.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"commerce.d.ts","sourceRoot":"","sources":["../../../src/i18n/en/commerce.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAmI1B,CAAA"}
1
+ {"version":3,"file":"commerce.d.ts","sourceRoot":"","sources":["../../../src/i18n/en/commerce.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAoR1B,CAAA"}
@@ -129,4 +129,149 @@ export const crmUiEnCommerceMessages = {
129
129
  loadFailed: "Failed to load quotes.",
130
130
  empty: "No quotes found.",
131
131
  },
132
+ quotesBoardPage: {
133
+ title: "Quotes",
134
+ description: "Manage quotes across your pipeline stages.",
135
+ selectPipelinePlaceholder: "Select pipeline…",
136
+ defaultSuffix: " (default)",
137
+ newPipeline: "New pipeline",
138
+ manageStages: "Manage stages",
139
+ newQuote: "New quote",
140
+ loading: "Loading quotes…",
141
+ emptyNoPipelines: {
142
+ title: "No pipelines yet",
143
+ description: "Create a pipeline to start managing quotes.",
144
+ },
145
+ emptyNoStages: {
146
+ title: "No stages yet",
147
+ description: "Add a stage to this pipeline before creating quotes.",
148
+ },
149
+ },
150
+ createPipelineDialog: {
151
+ title: "Create pipeline",
152
+ nameLabel: "Name",
153
+ namePlaceholder: "e.g. Sales pipeline",
154
+ setDefault: "Set as default pipeline",
155
+ validation: {
156
+ nameRequired: "Pipeline name is required.",
157
+ createFailed: "Failed to create pipeline.",
158
+ },
159
+ },
160
+ manageStagesDialog: {
161
+ title: "Manage stages",
162
+ empty: "No stages yet. Add one below.",
163
+ addStageTitle: "Add stage",
164
+ stageNamePlaceholder: "Stage name",
165
+ probabilityPlaceholder: "%",
166
+ validation: {
167
+ nameRequired: "Stage name is required.",
168
+ addFailed: "Failed to add stage.",
169
+ removeFailed: "Failed to remove stage.",
170
+ },
171
+ },
172
+ quoteDetailPage: {
173
+ breadcrumbRoot: "Quotes",
174
+ back: "Back to Quotes",
175
+ save: "Save",
176
+ saveSuccess: "Proposal saved",
177
+ saveError: "Couldn't save the quote",
178
+ discard: "Discard",
179
+ newVersion: "Create proposal",
180
+ markWon: "Mark won",
181
+ markLost: "Mark lost",
182
+ reopen: "Reopen",
183
+ delete: "Delete",
184
+ deleteConfirm: {
185
+ title: "Delete this quote?",
186
+ description: "This will permanently remove the quote. This action cannot be undone.",
187
+ confirm: "Delete",
188
+ },
189
+ lostDialog: {
190
+ title: "Mark quote as lost",
191
+ description: "Optionally add a lost reason.",
192
+ placeholder: "Reason (optional)…",
193
+ confirm: "Mark lost",
194
+ },
195
+ notFound: "Quote not found.",
196
+ descriptionTitle: "Description",
197
+ descriptionPlaceholder: "Describe this proposal for the client (shown on the shared proposal)…",
198
+ versionsTitle: "Quote versions",
199
+ versionsEmpty: "No versions yet. Create the first one.",
200
+ versionsLoadFailed: "Failed to load quote versions.",
201
+ versionActive: "Active",
202
+ versionLabel: "v{number}",
203
+ sendToClient: "Send to client",
204
+ copyReviewLink: "Copy review link",
205
+ proposalLinkCopied: "Review link copied to clipboard",
206
+ proposalSendFailed: "Couldn't share the proposal",
207
+ detailsTitle: "Deal details",
208
+ fields: {
209
+ title: "Title",
210
+ stage: "Stage",
211
+ status: "Status",
212
+ value: "Value",
213
+ valueHint: "Sum of line items",
214
+ currency: "Currency",
215
+ expectedClose: "Expected close date",
216
+ source: "Source",
217
+ sourceRef: "Source ref",
218
+ lostReason: "Lost reason",
219
+ },
220
+ participantsTitle: "Client",
221
+ noPerson: "No person linked.",
222
+ noOrganization: "No organization linked.",
223
+ tagsTitle: "Tags",
224
+ addTagPlaceholder: "Add tag…",
225
+ activitiesTitle: "Activity",
226
+ activitiesEmpty: "No activity yet.",
227
+ },
228
+ quoteLineItemsCard: {
229
+ title: "Line items",
230
+ description: "What this quote includes — flights, stays, experiences.",
231
+ empty: "No items yet. Add what this quote includes.",
232
+ columns: {
233
+ item: "Item",
234
+ qty: "Qty",
235
+ unitPrice: "Unit price",
236
+ total: "Total",
237
+ },
238
+ addItem: "Add item",
239
+ editItem: "Edit item",
240
+ namePlaceholder: "Item name (e.g. Return flights, 5-night stay)",
241
+ qtyPlaceholder: "Qty",
242
+ pricePlaceholder: "Unit price",
243
+ addFailed: "Failed to add item.",
244
+ removeFailed: "Failed to remove item.",
245
+ },
246
+ quoteTravelersCard: {
247
+ title: "Travelers",
248
+ pax: "{count} PAX",
249
+ paxLabel: "PAX",
250
+ empty: "No travelers yet.",
251
+ addPlaceholder: "Search people to add…",
252
+ noResults: "No people found.",
253
+ addFailed: "Failed to add traveler.",
254
+ removeFailed: "Failed to remove traveler.",
255
+ },
256
+ quoteClientCard: {
257
+ title: "Client",
258
+ contactLabel: "Contact (person)",
259
+ companyLabel: "Company",
260
+ searchContact: "Search people…",
261
+ searchCompany: "Search companies…",
262
+ noResults: "No matches.",
263
+ },
264
+ quoteOwnershipCard: {
265
+ title: "Owner",
266
+ ownerLabel: "Owner",
267
+ unassigned: "Unassigned",
268
+ createdBy: "Created by {name}",
269
+ updatedBy: "Updated by {name}",
270
+ },
271
+ quoteMediaCard: {
272
+ title: "Images",
273
+ description: "Photos shown on the client proposal.",
274
+ empty: "No images yet.",
275
+ add: "Add images",
276
+ },
132
277
  };
package/dist/i18n/en.d.ts CHANGED
@@ -129,6 +129,151 @@ export declare const crmUiEn: {
129
129
  readonly loadFailed: "Failed to load quotes.";
130
130
  readonly empty: "No quotes found.";
131
131
  };
132
+ quotesBoardPage: {
133
+ readonly title: "Quotes";
134
+ readonly description: "Manage quotes across your pipeline stages.";
135
+ readonly selectPipelinePlaceholder: "Select pipeline…";
136
+ readonly defaultSuffix: " (default)";
137
+ readonly newPipeline: "New pipeline";
138
+ readonly manageStages: "Manage stages";
139
+ readonly newQuote: "New quote";
140
+ readonly loading: "Loading quotes…";
141
+ readonly emptyNoPipelines: {
142
+ readonly title: "No pipelines yet";
143
+ readonly description: "Create a pipeline to start managing quotes.";
144
+ };
145
+ readonly emptyNoStages: {
146
+ readonly title: "No stages yet";
147
+ readonly description: "Add a stage to this pipeline before creating quotes.";
148
+ };
149
+ };
150
+ createPipelineDialog: {
151
+ readonly title: "Create pipeline";
152
+ readonly nameLabel: "Name";
153
+ readonly namePlaceholder: "e.g. Sales pipeline";
154
+ readonly setDefault: "Set as default pipeline";
155
+ readonly validation: {
156
+ readonly nameRequired: "Pipeline name is required.";
157
+ readonly createFailed: "Failed to create pipeline.";
158
+ };
159
+ };
160
+ manageStagesDialog: {
161
+ readonly title: "Manage stages";
162
+ readonly empty: "No stages yet. Add one below.";
163
+ readonly addStageTitle: "Add stage";
164
+ readonly stageNamePlaceholder: "Stage name";
165
+ readonly probabilityPlaceholder: "%";
166
+ readonly validation: {
167
+ readonly nameRequired: "Stage name is required.";
168
+ readonly addFailed: "Failed to add stage.";
169
+ readonly removeFailed: "Failed to remove stage.";
170
+ };
171
+ };
172
+ quoteDetailPage: {
173
+ readonly breadcrumbRoot: "Quotes";
174
+ readonly back: "Back to Quotes";
175
+ readonly save: "Save";
176
+ readonly saveSuccess: "Proposal saved";
177
+ readonly saveError: "Couldn't save the quote";
178
+ readonly discard: "Discard";
179
+ readonly newVersion: "Create proposal";
180
+ readonly markWon: "Mark won";
181
+ readonly markLost: "Mark lost";
182
+ readonly reopen: "Reopen";
183
+ readonly delete: "Delete";
184
+ readonly deleteConfirm: {
185
+ readonly title: "Delete this quote?";
186
+ readonly description: "This will permanently remove the quote. This action cannot be undone.";
187
+ readonly confirm: "Delete";
188
+ };
189
+ readonly lostDialog: {
190
+ readonly title: "Mark quote as lost";
191
+ readonly description: "Optionally add a lost reason.";
192
+ readonly placeholder: "Reason (optional)…";
193
+ readonly confirm: "Mark lost";
194
+ };
195
+ readonly notFound: "Quote not found.";
196
+ readonly descriptionTitle: "Description";
197
+ readonly descriptionPlaceholder: "Describe this proposal for the client (shown on the shared proposal)…";
198
+ readonly versionsTitle: "Quote versions";
199
+ readonly versionsEmpty: "No versions yet. Create the first one.";
200
+ readonly versionsLoadFailed: "Failed to load quote versions.";
201
+ readonly versionActive: "Active";
202
+ readonly versionLabel: "v{number}";
203
+ readonly sendToClient: "Send to client";
204
+ readonly copyReviewLink: "Copy review link";
205
+ readonly proposalLinkCopied: "Review link copied to clipboard";
206
+ readonly proposalSendFailed: "Couldn't share the proposal";
207
+ readonly detailsTitle: "Deal details";
208
+ readonly fields: {
209
+ readonly title: "Title";
210
+ readonly stage: "Stage";
211
+ readonly status: "Status";
212
+ readonly value: "Value";
213
+ readonly valueHint: "Sum of line items";
214
+ readonly currency: "Currency";
215
+ readonly expectedClose: "Expected close date";
216
+ readonly source: "Source";
217
+ readonly sourceRef: "Source ref";
218
+ readonly lostReason: "Lost reason";
219
+ };
220
+ readonly participantsTitle: "Client";
221
+ readonly noPerson: "No person linked.";
222
+ readonly noOrganization: "No organization linked.";
223
+ readonly tagsTitle: "Tags";
224
+ readonly addTagPlaceholder: "Add tag…";
225
+ readonly activitiesTitle: "Activity";
226
+ readonly activitiesEmpty: "No activity yet.";
227
+ };
228
+ quoteLineItemsCard: {
229
+ readonly title: "Line items";
230
+ readonly description: "What this quote includes — flights, stays, experiences.";
231
+ readonly empty: "No items yet. Add what this quote includes.";
232
+ readonly columns: {
233
+ readonly item: "Item";
234
+ readonly qty: "Qty";
235
+ readonly unitPrice: "Unit price";
236
+ readonly total: "Total";
237
+ };
238
+ readonly addItem: "Add item";
239
+ readonly editItem: "Edit item";
240
+ readonly namePlaceholder: "Item name (e.g. Return flights, 5-night stay)";
241
+ readonly qtyPlaceholder: "Qty";
242
+ readonly pricePlaceholder: "Unit price";
243
+ readonly addFailed: "Failed to add item.";
244
+ readonly removeFailed: "Failed to remove item.";
245
+ };
246
+ quoteTravelersCard: {
247
+ readonly title: "Travelers";
248
+ readonly pax: "{count} PAX";
249
+ readonly paxLabel: "PAX";
250
+ readonly empty: "No travelers yet.";
251
+ readonly addPlaceholder: "Search people to add…";
252
+ readonly noResults: "No people found.";
253
+ readonly addFailed: "Failed to add traveler.";
254
+ readonly removeFailed: "Failed to remove traveler.";
255
+ };
256
+ quoteClientCard: {
257
+ readonly title: "Client";
258
+ readonly contactLabel: "Contact (person)";
259
+ readonly companyLabel: "Company";
260
+ readonly searchContact: "Search people…";
261
+ readonly searchCompany: "Search companies…";
262
+ readonly noResults: "No matches.";
263
+ };
264
+ quoteOwnershipCard: {
265
+ readonly title: "Owner";
266
+ readonly ownerLabel: "Owner";
267
+ readonly unassigned: "Unassigned";
268
+ readonly createdBy: "Created by {name}";
269
+ readonly updatedBy: "Updated by {name}";
270
+ };
271
+ quoteMediaCard: {
272
+ readonly title: "Images";
273
+ readonly description: "Photos shown on the client proposal.";
274
+ readonly empty: "No images yet.";
275
+ readonly add: "Add images";
276
+ };
132
277
  organizationDetailPage: {
133
278
  readonly notFound: "Organization not found";
134
279
  readonly backToOrganizations: "Back to Organizations";
@@ -1 +1 @@
1
- {"version":3,"file":"en.d.ts","sourceRoot":"","sources":["../../src/i18n/en.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAKK,CAAA"}
1
+ {"version":3,"file":"en.d.ts","sourceRoot":"","sources":["../../src/i18n/en.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAKK,CAAA"}
@@ -573,5 +573,150 @@ export type CrmUiMessages = {
573
573
  loadFailed: string;
574
574
  empty: string;
575
575
  };
576
+ quotesBoardPage: {
577
+ title: string;
578
+ description: string;
579
+ selectPipelinePlaceholder: string;
580
+ defaultSuffix: string;
581
+ newPipeline: string;
582
+ manageStages: string;
583
+ newQuote: string;
584
+ loading: string;
585
+ emptyNoPipelines: {
586
+ title: string;
587
+ description: string;
588
+ };
589
+ emptyNoStages: {
590
+ title: string;
591
+ description: string;
592
+ };
593
+ };
594
+ createPipelineDialog: {
595
+ title: string;
596
+ nameLabel: string;
597
+ namePlaceholder: string;
598
+ setDefault: string;
599
+ validation: {
600
+ nameRequired: string;
601
+ createFailed: string;
602
+ };
603
+ };
604
+ manageStagesDialog: {
605
+ title: string;
606
+ empty: string;
607
+ addStageTitle: string;
608
+ stageNamePlaceholder: string;
609
+ probabilityPlaceholder: string;
610
+ validation: {
611
+ nameRequired: string;
612
+ addFailed: string;
613
+ removeFailed: string;
614
+ };
615
+ };
616
+ quoteDetailPage: {
617
+ breadcrumbRoot: string;
618
+ back: string;
619
+ save: string;
620
+ saveSuccess: string;
621
+ saveError: string;
622
+ discard: string;
623
+ newVersion: string;
624
+ markWon: string;
625
+ markLost: string;
626
+ reopen: string;
627
+ delete: string;
628
+ deleteConfirm: {
629
+ title: string;
630
+ description: string;
631
+ confirm: string;
632
+ };
633
+ lostDialog: {
634
+ title: string;
635
+ description: string;
636
+ placeholder: string;
637
+ confirm: string;
638
+ };
639
+ notFound: string;
640
+ descriptionTitle: string;
641
+ descriptionPlaceholder: string;
642
+ versionsTitle: string;
643
+ versionsEmpty: string;
644
+ versionsLoadFailed: string;
645
+ versionActive: string;
646
+ versionLabel: string;
647
+ sendToClient: string;
648
+ copyReviewLink: string;
649
+ proposalLinkCopied: string;
650
+ proposalSendFailed: string;
651
+ detailsTitle: string;
652
+ fields: {
653
+ title: string;
654
+ stage: string;
655
+ status: string;
656
+ value: string;
657
+ valueHint: string;
658
+ currency: string;
659
+ expectedClose: string;
660
+ source: string;
661
+ sourceRef: string;
662
+ lostReason: string;
663
+ };
664
+ participantsTitle: string;
665
+ noPerson: string;
666
+ noOrganization: string;
667
+ tagsTitle: string;
668
+ addTagPlaceholder: string;
669
+ activitiesTitle: string;
670
+ activitiesEmpty: string;
671
+ };
672
+ quoteLineItemsCard: {
673
+ title: string;
674
+ description: string;
675
+ empty: string;
676
+ columns: {
677
+ item: string;
678
+ qty: string;
679
+ unitPrice: string;
680
+ total: string;
681
+ };
682
+ addItem: string;
683
+ editItem: string;
684
+ namePlaceholder: string;
685
+ qtyPlaceholder: string;
686
+ pricePlaceholder: string;
687
+ addFailed: string;
688
+ removeFailed: string;
689
+ };
690
+ quoteTravelersCard: {
691
+ title: string;
692
+ pax: string;
693
+ paxLabel: string;
694
+ empty: string;
695
+ addPlaceholder: string;
696
+ noResults: string;
697
+ addFailed: string;
698
+ removeFailed: string;
699
+ };
700
+ quoteClientCard: {
701
+ title: string;
702
+ contactLabel: string;
703
+ companyLabel: string;
704
+ searchContact: string;
705
+ searchCompany: string;
706
+ noResults: string;
707
+ };
708
+ quoteOwnershipCard: {
709
+ title: string;
710
+ ownerLabel: string;
711
+ unassigned: string;
712
+ createdBy: string;
713
+ updatedBy: string;
714
+ };
715
+ quoteMediaCard: {
716
+ title: string;
717
+ description: string;
718
+ empty: string;
719
+ add: string;
720
+ };
576
721
  };
577
722
  //# sourceMappingURL=messages.d.ts.map