@asdp/ferryui 0.1.22-dev.10231 → 0.1.22-dev.10281
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/index.d.mts +1 -56
- package/dist/index.d.ts +1 -56
- package/dist/index.js +0 -62
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -62
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -357,67 +357,6 @@ var extendedTokens = {
|
|
|
357
357
|
colorBrandForegroundLinkSelected: customBrand[110]});
|
|
358
358
|
|
|
359
359
|
// src/constants/api.ts
|
|
360
|
-
var API_ENDPOINTS = {
|
|
361
|
-
PORTS: {
|
|
362
|
-
ORIGIN: "/v1/surrounding/catalog/ports/list/origin",
|
|
363
|
-
DESTINATION: "/v1/surrounding/catalog/ports/list/destination"
|
|
364
|
-
},
|
|
365
|
-
SERVICES: {
|
|
366
|
-
LIST: "/v1/surrounding/catalog/service-types"
|
|
367
|
-
},
|
|
368
|
-
PASSENGERS: {
|
|
369
|
-
LIST: "/v1/surrounding/catalog/passenger-types"
|
|
370
|
-
},
|
|
371
|
-
// Authentication endpoints
|
|
372
|
-
AUTH: {
|
|
373
|
-
LOGIN: "/v1/surrounding/auth/login",
|
|
374
|
-
REGISTER: "/auth/register",
|
|
375
|
-
LOGOUT: "/auth/logout",
|
|
376
|
-
REFRESH: "/auth/refresh",
|
|
377
|
-
PROFILE: "/auth/profile",
|
|
378
|
-
UPDATE_PROFILE: "/auth/profile",
|
|
379
|
-
CHANGE_PASSWORD: "/auth/change-password",
|
|
380
|
-
FORGOT_PASSWORD: "/auth/forgot-password",
|
|
381
|
-
RESET_PASSWORD: "/auth/reset-password",
|
|
382
|
-
VERIFY_EMAIL: "/auth/verify-email"
|
|
383
|
-
},
|
|
384
|
-
// User management
|
|
385
|
-
USERS: {
|
|
386
|
-
LIST: "/users",
|
|
387
|
-
CREATE: "/users",
|
|
388
|
-
DETAIL: (id) => `/users/${id}`,
|
|
389
|
-
UPDATE: (id) => `/users/${id}`,
|
|
390
|
-
DELETE: (id) => `/users/${id}`,
|
|
391
|
-
AVATAR: (id) => `/users/${id}/avatar`
|
|
392
|
-
},
|
|
393
|
-
// File management
|
|
394
|
-
FILES: {
|
|
395
|
-
UPLOAD: "/files/upload",
|
|
396
|
-
DOWNLOAD: (id) => `/files/${id}/download`,
|
|
397
|
-
DELETE: (id) => `/files/${id}`,
|
|
398
|
-
LIST: "/files"
|
|
399
|
-
},
|
|
400
|
-
// Dashboard/Analytics
|
|
401
|
-
DASHBOARD: {
|
|
402
|
-
STATS: "/dashboard/stats",
|
|
403
|
-
CHART_DATA: "/dashboard/chart-data",
|
|
404
|
-
RECENT_ACTIVITIES: "/dashboard/recent-activities"
|
|
405
|
-
},
|
|
406
|
-
// Notifications
|
|
407
|
-
NOTIFICATIONS: {
|
|
408
|
-
LIST: "/notifications",
|
|
409
|
-
MARK_READ: (id) => `/notifications/${id}/read`,
|
|
410
|
-
MARK_ALL_READ: "/notifications/read-all",
|
|
411
|
-
DELETE: (id) => `/notifications/${id}`,
|
|
412
|
-
SETTINGS: "/notifications/settings"
|
|
413
|
-
},
|
|
414
|
-
// Settings
|
|
415
|
-
SETTINGS: {
|
|
416
|
-
GENERAL: "/settings/general",
|
|
417
|
-
SECURITY: "/settings/security",
|
|
418
|
-
PREFERENCES: "/settings/preferences"
|
|
419
|
-
}
|
|
420
|
-
};
|
|
421
360
|
var API_CONFIG = {
|
|
422
361
|
TIMEOUT: 3e4,
|
|
423
362
|
RETRY_ATTEMPTS: 3,
|
|
@@ -17602,6 +17541,6 @@ var CardProfileMenu = ({
|
|
|
17602
17541
|
) });
|
|
17603
17542
|
};
|
|
17604
17543
|
|
|
17605
|
-
export { API_CONFIG,
|
|
17544
|
+
export { API_CONFIG, API_ERROR_MESSAGES, BackgroundTicketCard_default as BackgroundTicketCard, BackgroundTicketCardVertical_default as BackgroundTicketCardVertical, COUNTRIES, CardAddon, CardBanner, CardBookingAddOn, CardBookingTicket, CardFAQ, CardMealCatalog, CardOrdererInfo, CardPassengerList, CardPaymentGuide, CardPaymentInfo, CardPaymentMethodList, CardPriceDetails, CardProfileMenu, CardPromo, CardReview, CardReviewDetail, CardReviewPassenger, CardServiceMenu, CardStatusOrder, CardTicket, CardTicketSearch, DEFAULT_LABELS8 as CardTicketSearchDefaultLabels, CardTicketSearchSummary, DEFAULT_LABELS9 as CardTicketSearchSummaryDefaultLabels, CardVehicleDetail, CardVehicleOwnerForm, CarouselWithCustomNav, DEFAULT_DURATION_RANGE, DEFAULT_PRICE_RANGE, DEFAULT_SCROLL_AMOUNT, DEFAULT_SERVICE_TYPES, DEFAULT_SORT_OPTIONS, DEFAULT_TIME_SLOTS, DEFAULT_VEHICLE_ICONS, DateFilter, DEFAULT_LABELS18 as DateFilterDefaultLabels, EmptyContent, DEFAULT_LABELS11 as EmptyContentDefaultLabels, FileUpload_default as FileUpload, GENDER, HARDCODED_ID, HTTP_STATUS, IDENTITY_TYPE, InputDynamic_default as InputDynamic, LOAD_TYPE, MANIFEST_ENTITY, MODAL_PRESETS, MY_TICKET_STATUS, MY_TICKET_TAB, ModalFilterTicket, DEFAULT_LABELS17 as ModalFilterTicketDefaultLabels, ModalIllustration, ModalListMenuService, ModalListPassenger, ModalPassengerForm, ModalPreviewImage, ModalPriceDetail, ModalSearchHarbor, ModalSearchTicket, ModalSelectDate, ModalService, ModalTotalPassengers, ModalTypeOfService, PASSENGER_TYPE, SortMenu, Stepper, calculateAge, getBadgeConfig, getModalPreset, getSortLabel, hexToRgba };
|
|
17606
17545
|
//# sourceMappingURL=index.mjs.map
|
|
17607
17546
|
//# sourceMappingURL=index.mjs.map
|