@admin-layout/demo-tailwind-browser 10.0.4-alpha.19

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 (47) hide show
  1. package/LICENSE +21 -0
  2. package/lib/cdm-locales/en/common.json +190 -0
  3. package/lib/cdm-locales/es/common.json +190 -0
  4. package/lib/components/exception/403/Component.d.ts +3 -0
  5. package/lib/components/exception/403/Component.d.ts.map +1 -0
  6. package/lib/components/exception/403/Component.js +39 -0
  7. package/lib/components/exception/403/Component.js.map +1 -0
  8. package/lib/components/exception/404/Component.d.ts +3 -0
  9. package/lib/components/exception/404/Component.d.ts.map +1 -0
  10. package/lib/components/exception/404/Component.js +39 -0
  11. package/lib/components/exception/404/Component.js.map +1 -0
  12. package/lib/components/exception/500/Component.d.ts +3 -0
  13. package/lib/components/exception/500/Component.d.ts.map +1 -0
  14. package/lib/components/exception/500/Component.js +39 -0
  15. package/lib/components/exception/500/Component.js.map +1 -0
  16. package/lib/components/exception/exception.d.ts +5 -0
  17. package/lib/components/exception/exception.d.ts.map +1 -0
  18. package/lib/components/exception/exception.js +3 -0
  19. package/lib/components/exception/exception.js.map +1 -0
  20. package/lib/components/result/fail/Component.d.ts +3 -0
  21. package/lib/components/result/fail/Component.d.ts.map +1 -0
  22. package/lib/components/result/fail/Component.js +64 -0
  23. package/lib/components/result/fail/Component.js.map +1 -0
  24. package/lib/components/result/result.d.ts +5 -0
  25. package/lib/components/result/result.d.ts.map +1 -0
  26. package/lib/components/result/result.js +3 -0
  27. package/lib/components/result/result.js.map +1 -0
  28. package/lib/components/result/success/Component.d.ts +3 -0
  29. package/lib/components/result/success/Component.d.ts.map +1 -0
  30. package/lib/components/result/success/Component.js +39 -0
  31. package/lib/components/result/success/Component.js.map +1 -0
  32. package/lib/compute.d.ts +5 -0
  33. package/lib/compute.d.ts.map +1 -0
  34. package/lib/compute.js +80 -0
  35. package/lib/compute.js.map +1 -0
  36. package/lib/config.d.ts +43 -0
  37. package/lib/config.d.ts.map +1 -0
  38. package/lib/index.d.ts +4 -0
  39. package/lib/index.d.ts.map +1 -0
  40. package/lib/index.js +2 -0
  41. package/lib/index.js.map +1 -0
  42. package/lib/module.d.ts +4 -0
  43. package/lib/module.d.ts.map +1 -0
  44. package/lib/module.js +3 -0
  45. package/lib/module.js.map +1 -0
  46. package/lib/routes.json +1 -0
  47. package/package.json +57 -0
package/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ The MIT License
2
+
3
+ Copyright (c) 2017 CDMBase LLC.
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in
13
+ all copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
+ THE SOFTWARE.
@@ -0,0 +1,190 @@
1
+ {
2
+ "profile": "Profile",
3
+ "profile_setting": "Profile Setting",
4
+ "billing": "Billing",
5
+ "home": "Home",
6
+ "organization": "Organization",
7
+ "notifications": "Notifications",
8
+ "new_updates": "New Updates",
9
+ "my_account": "My Account",
10
+ "sign_out": "Sign Out",
11
+ "user_setting": "User Setting",
12
+ "navbar": "Navbar",
13
+ "user_profile": "User Profile",
14
+ "settings": "Settings",
15
+ "user_account": "User Account",
16
+ "user": "User",
17
+ "billing_setting": "Billing Setting",
18
+ "accounts": "Accounts",
19
+ "account": "Account",
20
+ "collaborators": "Collaborators",
21
+ "integration": "Integration",
22
+ "tokens": "Tokens",
23
+ "referrals": "Referrals",
24
+ "create_organization": "Create Organization",
25
+ "counter": "Counter",
26
+ "counter_example_page": "Counter example page",
27
+ "loading_page": "Loading Page...",
28
+ "current_counter_is_amount_and_cached_data": "Current counter, is {{amount}} and cached data. This is being stored server_side in the database and using Apollo subscription for real-time updates.",
29
+ "click_to_increase_counter": "Click to increase counter",
30
+ "click_to_increase_counter_via_websocket": "Click to increase counter via websocket",
31
+ "get_counter_cache": "Get Counter Cache",
32
+ "loading_counter_data": "Loading Counter Data...",
33
+ "click_to_get_cached_counter": "Click to get cached counter",
34
+ "synch_counter_with_cache": "Synch Counter with Cache",
35
+ "current_reduxCount_is": "Current reduxCount, is {{reduxCount}}. This is being stored client-side with Redux.",
36
+ "click_to_increase_reduxCount": "Click to increase reduxCount",
37
+ "current_apolloLinkStateCount_is": "Current apolloLinkStateCount, is {{counterState}}. This is being stored client-side with Apollo Link State.",
38
+ "click_to_increase_apolloLinkState": "Click to increase apolloLinkState",
39
+ "apollo_server_and_client": "Apollo Server & Client",
40
+ "admin_layout": "admin-layout",
41
+ "hello": "Hello",
42
+ "home_component": "Home Component",
43
+ "with_query_string": "with query string",
44
+ "with_hash": "with hash",
45
+ "hello_child": "Hello-Child 23423",
46
+ "pathname": "pathname: {{pathname}}",
47
+ "search_s": "search: {{search}}",
48
+ "hash": "hash: {{hash}}",
49
+ "no_match": "No Match",
50
+ "connected_react_router": "Connected React Router",
51
+ "sorry_you_are_not_authorized_to_access_this_page": "Sorry, you are not authorized to access this page.",
52
+ "go_login": "Go Login",
53
+ "admin": "Admin",
54
+ "organizations_menu": "Organizations Menu",
55
+ "organization_menu": "Organization Menu",
56
+ "location": "Location",
57
+ "search": "Search",
58
+ "back": "Back",
59
+ "finish": "Finish",
60
+ "save_and_next": "Save and Next",
61
+ "exit": "Exit",
62
+ "property_calender": "Property Calender",
63
+ "property_images": "Property Images",
64
+ "property_basic_info": "Property Basic Info",
65
+ "company": "Company",
66
+ "term_of_use": "Terms Of Use",
67
+ "privacy_policy": "Privacy Policy",
68
+ "help_center": "Help Center",
69
+ "contact_us": "Contact Us",
70
+ "downloads": "Downloads",
71
+ "becomeAHost": "Become A Host",
72
+ "language": "Language",
73
+ "currency": "Currency",
74
+ "start_your_search": "Start Your Search",
75
+ "all_rights_reserved": "All rights reserved.",
76
+ "add_location": "Add location",
77
+ "continue": "Continue",
78
+ "location_details": "Location Details",
79
+ "next": "Next",
80
+ "amenities": "Amenities",
81
+ "boarding": "Boarding",
82
+ "bookings": "Bookings",
83
+ "host_property": "Host Property",
84
+ "pricing": "Pricing",
85
+ "review": "Review",
86
+ "typelist": "Typelist",
87
+ "let_add_a_location": "Let's Add a Location",
88
+ "types": "Types",
89
+ "type_list": "Type List",
90
+ "let_choose_your_property_types": "Let's choose your property types!",
91
+ "select_the_types_of_property_to_host": "Select the types of property to host",
92
+ "where_the_property_you_want_to_onboard_is_located": "Where the property you want to onboard is located?",
93
+ "please_make_sure_to_enter_property_location": "Please make sure to enter property location manually or by current location.",
94
+ "basic_info": "Basic Info",
95
+ "what_is_the_property_name_and_type": "What is the Property name and type?",
96
+ "please_enter_property_name": "Please enter property name and select type for property with description.",
97
+ "types_configuration": "Types configuration",
98
+ "choose_the_types_of_property_to_host": "Choose the types of property to host",
99
+ "images": "Images",
100
+ "you_need_to_upload_images_or_photos_for_property": "You need to upload images or photos for property.",
101
+ "please_upload_main_image_and_up_to_20_images": "Please upload main image and up to 20 images.",
102
+ "choose_the_amenities_of_your_property": "Choose the amenities of your property",
103
+ "add_the_amenities_and_set_its_type_and_price": "Add the amenities and set it's type and price",
104
+ "you_might_need_to_specify_some_status_information": "You might need to specify some status information.",
105
+ "please_input_number_of_max_guest_and_parking_information": "Please input number of max guest and parking information.",
106
+ "do_you_have_any_specific_price_plans": "Do you have any specific price plans?",
107
+ "please_set_the_prices_and_fees_for_the_guest": "Please set the prices and fees for the guest.",
108
+ "calendar": "Calendar",
109
+ "you_can_set_date_and_time_slot": "You can set date and time slot.",
110
+ "please_select_window_value": "Please select window value and block certain date and time by repeatedly.",
111
+ "booking": "Booking",
112
+ "keep_in_mind_how_you_set": "Keep in mind how you set different booking options here.",
113
+ "please_select_correct_options": "Please select correct options to be used when guest is booking your property.",
114
+ "all_informations_and_preferences": "All informations and preferences",
115
+ "go_to_profile": "Go to profile",
116
+ "personalInfo": "Personal Info",
117
+ "provide_personal_details": "Provide personal details and how we can reach you",
118
+ "loginAndSecurity": "Login & Security",
119
+ "loginAndSecurityDetail": "Update your password and secure your account",
120
+ "paymentsAndPayouts": "Payments & Payouts",
121
+ "paymentsAndPayoutsDetail": "Review payments, payouts, coupons, gift cards, and taxes",
122
+ "notifications_detail": "Choose notification prefences and how you want to be contacted",
123
+ "privacy_and_sharing": "Privacy & Sharing",
124
+ "privacy_and_sharing_detail": "Control connected apps, what you share, and who sees it",
125
+ "global_preferences": "Global preferences",
126
+ "global_preferences_detail": "See your default language, currency and timezone",
127
+ "travel_for_work": "Travel for work",
128
+ "travel_for_work_detail": "Add a work email for business trip benefits",
129
+ "professional_hosting_tools": "Professional hosting tools",
130
+ "professional_hosting_tools_detail": "Get professional tools if you manage several properties on Resortifi",
131
+ "referral_credit_coupon": "Referral credit & coupon",
132
+ "referral_credit_coupon_detail": "You have $0 referral credits and coupon",
133
+ "host_your_property": "Host your property",
134
+ "host_your_property_demo": "Host your property demo",
135
+ "property_on_board": "Property On Board",
136
+ "sign_up": "Sign Up",
137
+ "help": "Help",
138
+ "greeting": "Hello",
139
+ "welcome": "Welcome",
140
+ "not_found": "Sorry, the page you visited does not exist!",
141
+ "back_home": "Back Home",
142
+ "server_error": "Sorry, something went wrong with the server",
143
+ "visit_not_exist": "Sorry, the page you visited does not exist",
144
+ "not_authorized": "Sorry, you are not authorized to access this page!",
145
+ "submission_failed": "Submission Failed",
146
+ "submission_success": "The item has been successfully purchased!",
147
+ "check_modify_information_fail": "Please check and modify the following information before resubmitting.",
148
+ "check_modify_information_success": "Order number: 123456789 The item is being shipped, please be patient.",
149
+ "go_console": "Go to Console",
150
+ "buy_again": "Buy Again",
151
+ "content_submitted_following_error": "The content you submitted has the following errors",
152
+ "account_frozen": "Your account has been frozen.",
153
+ "thaw_immediately": "Thaw Immediately",
154
+ "account_not_yet_eligible": "Your account is not yet eligible to apply.",
155
+ "apply_unlock": "Apply for Unlock",
156
+ "auth": "Authorization",
157
+ "menu": {
158
+ "calender": "Calender",
159
+ "calendar_temporal": "calendar-temporal",
160
+ "calender_antd": "calender-antd",
161
+ "exception": "Exception",
162
+ "exception_403": "exception-403",
163
+ "exception_404": "exception-404",
164
+ "exception_500": "exception-500",
165
+ "form": "Form",
166
+ "basic_form": "Basic-form",
167
+ "step_form": "Step-form",
168
+ "advanced_form": "Advanced-form",
169
+ "health": "Health",
170
+ "cervical_vertebra": "Cervical-vertebra",
171
+ "vision": "Vision",
172
+ "hand": "Hand",
173
+ "obesity": "Obesity",
174
+ "anxiety_depression": "Anxiety-depression",
175
+ "sleep": "Sleep",
176
+ "sport": "Sport",
177
+ "result": "Result",
178
+ "result_success": "Result Success",
179
+ "result_fail": "Result Fail",
180
+ "system": "System",
181
+ "user": "User",
182
+ "role": "Role",
183
+ "menu": "Menu",
184
+ "dept": "Dept",
185
+ "dict": "Dict",
186
+ "config": "Config",
187
+ "system_log": "System Log",
188
+ "login_info": "Login Info"
189
+ }
190
+ }
@@ -0,0 +1,190 @@
1
+ {
2
+ "profile": "Perfil",
3
+ "profile_setting": "Configuración de perfil",
4
+ "billing": "Facturación",
5
+ "home": "Inicio",
6
+ "organization": "Organización",
7
+ "notifications": "Notificaciones",
8
+ "new_updates": "Nuevas actualizaciones",
9
+ "my_account": "Mi cuenta",
10
+ "sign_out": "Cerrar sesión",
11
+ "user_setting": "Configuración de usuario",
12
+ "navbar": "Barra de navegación",
13
+ "user_profile": "Perfil de usuario",
14
+ "settings": "Configuraciones",
15
+ "user_account": "Cuenta de usuario",
16
+ "user": "Usuario",
17
+ "billing_setting": "Configuración de facturación",
18
+ "accounts": "Cuentas",
19
+ "account": "Cuenta",
20
+ "collaborators": "Colaboradores",
21
+ "integration": "Integración",
22
+ "tokens": "Tokens",
23
+ "referrals": "Referencias",
24
+ "create_organization": "Crear organización",
25
+ "counter": "Contador",
26
+ "counter_example_page": "Página de ejemplo del contador",
27
+ "loading_page": "Cargando página...",
28
+ "current_counter_is_amount_and_cached_data": "El contador actual es {{amount}} y los datos en caché. Esto se está almacenando en el servidor en la base de datos y usando suscripción de Apollo para actualizaciones en tiempo real.",
29
+ "click_to_increase_counter": "Haz clic para aumentar el contador",
30
+ "click_to_increase_counter_via_websocket": "Haz clic para aumentar el contador a través de websocket",
31
+ "get_counter_cache": "Obtener caché del contador",
32
+ "loading_counter_data": "Cargando datos del contador...",
33
+ "click_to_get_cached_counter": "Haz clic para obtener el contador en caché",
34
+ "synch_counter_with_cache": "Sincronizar contador con caché",
35
+ "current_reduxCount_is": "El reduxCount actual es {{reduxCount}}. Esto se está almacenando en el lado del cliente con Redux.",
36
+ "click_to_increase_reduxCount": "Haz clic para aumentar reduxCount",
37
+ "current_apolloLinkStateCount_is": "El apolloLinkStateCount actual es {{counterState}}. Esto se está almacenando en el lado del cliente con Apollo Link State.",
38
+ "click_to_increase_apolloLinkState": "Haz clic para aumentar apolloLinkState",
39
+ "apollo_server_and_client": "Servidor y cliente Apollo",
40
+ "admin_layout": "admin-layout",
41
+ "hello": "Hola",
42
+ "home_component": "Componente de inicio",
43
+ "with_query_string": "con cadena de consulta",
44
+ "with_hash": "con hash",
45
+ "hello_child": "Hola-Hijo 23423",
46
+ "pathname": "ruta: {{pathname}}",
47
+ "search_s": "búsqueda: {{search}}",
48
+ "hash": "hash: {{hash}}",
49
+ "no_match": "Sin coincidencia",
50
+ "connected_react_router": "Router React conectado",
51
+ "sorry_you_are_not_authorized_to_access_this_page": "Lo sentimos, no estás autorizado para acceder a esta página.",
52
+ "go_login": "Ir a iniciar sesión",
53
+ "admin": "Administrador",
54
+ "organizations_menu": "Menú de organizaciones",
55
+ "organization_menu": "Menú de la organización",
56
+ "location": "Ubicación",
57
+ "search": "Buscar",
58
+ "back": "Atrás",
59
+ "finish": "Terminar",
60
+ "save_and_next": "Guardar y siguiente",
61
+ "exit": "Salir",
62
+ "property_calender": "Calendario de la propiedad",
63
+ "property_images": "Imágenes de la propiedad",
64
+ "property_basic_info": "Información básica de la propiedad",
65
+ "company": "Empresa",
66
+ "term_of_use": "Términos de uso",
67
+ "privacy_policy": "Política de privacidad",
68
+ "help_center": "Centro de ayuda",
69
+ "contact_us": "Contáctanos",
70
+ "downloads": "Descargas",
71
+ "becomeAHost": "Conviértete en un anfitrión",
72
+ "language": "Idioma",
73
+ "currency": "Moneda",
74
+ "start_your_search": "Comienza tu búsqueda",
75
+ "all_rights_reserved": "Todos los derechos reservados.",
76
+ "add_location": "Agregar ubicación",
77
+ "continue": "Continuar",
78
+ "location_details": "Detalles de la ubicación",
79
+ "next": "Siguiente",
80
+ "amenities": "Comodidades",
81
+ "boarding": "Alojamiento",
82
+ "bookings": "Reservas",
83
+ "host_property": "Propiedad del anfitrión",
84
+ "pricing": "Precios",
85
+ "review": "Revisión",
86
+ "typelist": "Lista de tipos",
87
+ "let_add_a_location": "Vamos a agregar una ubicación",
88
+ "types": "Tipos",
89
+ "type_list": "Lista de tipos",
90
+ "let_choose_your_property_types": "¡Vamos a elegir los tipos de propiedad!",
91
+ "select_the_types_of_property_to_host": "Selecciona los tipos de propiedad para alojar",
92
+ "where_the_property_you_want_to_onboard_is_located": "¿Dónde se encuentra la propiedad que deseas registrar?",
93
+ "please_make_sure_to_enter_property_location": "Por favor asegúrate de ingresar la ubicación de la propiedad manualmente o mediante la ubicación actual.",
94
+ "basic_info": "Información básica",
95
+ "what_is_the_property_name_and_type": "¿Cuál es el nombre y tipo de la propiedad?",
96
+ "please_enter_property_name": "Por favor ingresa el nombre de la propiedad y selecciona el tipo de propiedad con una descripción.",
97
+ "types_configuration": "Configuración de tipos",
98
+ "choose_the_types_of_property_to_host": "Elige los tipos de propiedad para alojar",
99
+ "images": "Imágenes",
100
+ "you_need_to_upload_images_or_photos_for_property": "Necesitas subir imágenes o fotos de la propiedad.",
101
+ "please_upload_main_image_and_up_to_20_images": "Por favor sube la imagen principal y hasta 20 imágenes.",
102
+ "choose_the_amenities_of_your_property": "Elige las comodidades de tu propiedad",
103
+ "add_the_amenities_and_set_its_type_and_price": "Agrega las comodidades y establece su tipo y precio",
104
+ "you_might_need_to_specify_some_status_information": "Es posible que necesites especificar alguna información de estado.",
105
+ "please_input_number_of_max_guest_and_parking_information": "Por favor ingresa el número máximo de huéspedes y la información de estacionamiento.",
106
+ "do_you_have_any_specific_price_plans": "¿Tienes algún plan de precios específico?",
107
+ "please_set_the_prices_and_fees_for_the_guest": "Por favor establece los precios y tarifas para los huéspedes.",
108
+ "calendar": "Calendario",
109
+ "you_can_set_date_and_time_slot": "Puedes establecer la fecha y el horario.",
110
+ "please_select_window_value": "Por favor selecciona el valor de la ventana y bloquea ciertas fechas y horas de manera repetida.",
111
+ "booking": "Reserva",
112
+ "keep_in_mind_how_you_set": "Ten en cuenta cómo configuras las diferentes opciones de reserva aquí.",
113
+ "please_select_correct_options": "Por favor selecciona las opciones correctas para ser utilizadas cuando el huésped reserve tu propiedad.",
114
+ "all_informations_and_preferences": "Toda la información y preferencias",
115
+ "go_to_profile": "Ir al perfil",
116
+ "personalInfo": "Información personal",
117
+ "provide_personal_details": "Proporciona detalles personales y cómo podemos contactarte",
118
+ "loginAndSecurity": "Inicio de sesión y seguridad",
119
+ "loginAndSecurityDetail": "Actualiza tu contraseña y protege tu cuenta",
120
+ "paymentsAndPayouts": "Pagos y desembolsos",
121
+ "paymentsAndPayoutsDetail": "Revisa pagos, desembolsos, cupones, tarjetas de regalo y impuestos",
122
+ "notifications_detail": "Elige preferencias de notificación y cómo deseas ser contactado",
123
+ "privacy_and_sharing": "Privacidad y compartición",
124
+ "privacy_and_sharing_detail": "Controla las aplicaciones conectadas, lo que compartes y quién lo ve",
125
+ "global_preferences": "Preferencias globales",
126
+ "global_preferences_detail": "Ver tu idioma, moneda y zona horaria predeterminados",
127
+ "travel_for_work": "Viajar por trabajo",
128
+ "travel_for_work_detail": "Agrega un correo electrónico de trabajo para beneficios de viajes de negocios",
129
+ "professional_hosting_tools": "Herramientas de anfitrión profesional",
130
+ "professional_hosting_tools_detail": "Obtén herramientas profesionales si gestionas varias propiedades en Resortifi",
131
+ "referral_credit_coupon": "Crédito por referencias y cupones",
132
+ "referral_credit_coupon_detail": "Tienes $0 en créditos por referencias y cupones",
133
+ "host_your_property": "Aloja tu propiedad",
134
+ "host_your_property_demo": "Demo de alojamiento de tu propiedad",
135
+ "property_on_board": "Propiedad a bordo",
136
+ "sign_up": "Registrarse",
137
+ "help": "Ayuda",
138
+ "greeting": "Hola",
139
+ "welcome": "Bienvenido",
140
+ "not_found": "Lo sentimos, la página que visitaste no existe.",
141
+ "back_home": "Volver al inicio",
142
+ "server_error": "Lo sentimos, algo salió mal con el servidor",
143
+ "visit_not_exist": "Lo sentimos, la página que visitaste no existe",
144
+ "not_authorized": "Lo sentimos, no estás autorizado para acceder a esta página.",
145
+ "submission_failed": "El envío ha fallado",
146
+ "submission_success": "¡El artículo ha sido comprado exitosamente!",
147
+ "check_modify_information_fail": "Por favor revisa y modifica la siguiente información antes de volver a enviarla.",
148
+ "check_modify_information_success": "Número de pedido: 123456789 El artículo está siendo enviado, por favor sé paciente.",
149
+ "go_console": "Ir a la consola",
150
+ "buy_again": "Comprar de nuevo",
151
+ "content_submitted_following_error": "El contenido que enviaste tiene los siguientes errores",
152
+ "account_frozen": "Tu cuenta ha sido congelada.",
153
+ "thaw_immediately": "Descongelar inmediatamente",
154
+ "account_not_yet_eligible": "Tu cuenta aún no es elegible para aplicar.",
155
+ "apply_unlock": "Solicitar desbloqueo",
156
+ "auth": "Autorización",
157
+ "menu": {
158
+ "calender": "Calendario",
159
+ "calendar_temporal": "calendario-temporal",
160
+ "calender_antd": "calendario-antd",
161
+ "exception": "Excepción",
162
+ "exception_403": "excepción-403",
163
+ "exception_404": "excepción-404",
164
+ "exception_500": "excepción-500",
165
+ "form": "Formulario",
166
+ "basic_form": "Formulario-básico",
167
+ "step_form": "Formulario-pasos",
168
+ "advanced_form": "Formulario-avanzado",
169
+ "health": "Salud",
170
+ "cervical_vertebra": "Cervicales",
171
+ "vision": "Visión",
172
+ "hand": "Mano",
173
+ "obesity": "Obesidad",
174
+ "anxiety_depression": "Ansiedad-depresión",
175
+ "sleep": "Sueño",
176
+ "sport": "Deporte",
177
+ "result": "Resultado",
178
+ "result_success": "Resultado Exitoso",
179
+ "result_fail": "Resultado Fallido",
180
+ "system": "Sistema",
181
+ "user": "Usuario",
182
+ "role": "Rol",
183
+ "menu": "Menú",
184
+ "dept": "Departamento",
185
+ "dict": "Diccionario",
186
+ "config": "Configuración",
187
+ "system_log": "Registro del sistema",
188
+ "login_info": "Información de inicio de sesión"
189
+ }
190
+ }
@@ -0,0 +1,3 @@
1
+ declare function Component(): import("react/jsx-runtime").JSX.Element;
2
+ export default Component;
3
+ //# sourceMappingURL=Component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Component.d.ts","sourceRoot":"","sources":["../../../../src/components/exception/403/Component.tsx"],"names":[],"mappings":"AAIA,iBAAS,SAAS,4CAwBjB;AAED,eAAe,SAAS,CAAC"}
@@ -0,0 +1,39 @@
1
+ import {jsx,jsxs}from'react/jsx-runtime';import {useTranslation}from'react-i18next';import {useLayoutSettings}from'@admin-layout/client';function Component() {
2
+ const {
3
+ t
4
+ } = useTranslation();
5
+ const {
6
+ settings: layoutSettings,
7
+ setSettings
8
+ } = useLayoutSettings();
9
+ return jsx("div", {
10
+ className: "w-full h-screen min-h-full bg-white rounded-lg shadow p-6 flex flex-col items-center justify-center",
11
+ children: jsxs("div", {
12
+ className: "flex flex-col items-center justify-center space-y-4",
13
+ children: [jsx("div", {
14
+ className: "text-8xl font-bold",
15
+ style: {
16
+ color: layoutSettings?.primaryColor
17
+ },
18
+ children: jsx("span", {
19
+ children: "403"
20
+ })
21
+ }), jsx("h1", {
22
+ className: "text-2xl font-bold text-gray-800",
23
+ children: "403"
24
+ }), jsx("p", {
25
+ className: "text-gray-600",
26
+ children: t('not_authorized')
27
+ }), jsx("div", {
28
+ className: "mt-4",
29
+ children: jsx("button", {
30
+ className: "px-4 py-2 text-white rounded hover:bg-blue-600 transition-colors",
31
+ style: {
32
+ backgroundColor: layoutSettings?.primaryColor
33
+ },
34
+ children: t('back_home')
35
+ })
36
+ })]
37
+ })
38
+ });
39
+ }export{Component as default};//# sourceMappingURL=Component.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Component.js","sources":["../../../../src/components/exception/403/Component.tsx"],"sourcesContent":[null],"names":[],"mappings":"yIAIA,SAAS,SAAS,GAAA;AACd,EAAA,MAAA;IAEA;AAEA,GAAA,GAAA,cACI,EAAA;AAkBR,EAAC,MAAA;AAED,IAAA,QAAA,EAAA,cAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -0,0 +1,3 @@
1
+ declare function Component(): import("react/jsx-runtime").JSX.Element;
2
+ export default Component;
3
+ //# sourceMappingURL=Component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Component.d.ts","sourceRoot":"","sources":["../../../../src/components/exception/404/Component.tsx"],"names":[],"mappings":"AAIA,iBAAS,SAAS,4CAuBjB;AAED,eAAe,SAAS,CAAC"}
@@ -0,0 +1,39 @@
1
+ import {jsx,jsxs}from'react/jsx-runtime';import {useLayoutSettings}from'@admin-layout/client';import {useTranslation}from'react-i18next';function Component() {
2
+ const {
3
+ t
4
+ } = useTranslation();
5
+ const {
6
+ settings: layoutSettings,
7
+ setSettings
8
+ } = useLayoutSettings();
9
+ return jsx("div", {
10
+ className: "w-full h-screen min-h-full bg-white rounded-lg shadow p-6 flex flex-col items-center justify-center",
11
+ children: jsxs("div", {
12
+ className: "flex flex-col items-center justify-center space-y-4",
13
+ children: [jsx("div", {
14
+ className: "text-8xl font-bold",
15
+ style: {
16
+ color: layoutSettings?.primaryColor
17
+ },
18
+ children: jsx("span", {
19
+ children: "404"
20
+ })
21
+ }), jsx("h1", {
22
+ className: "text-2xl font-bold text-gray-800",
23
+ children: "404"
24
+ }), jsx("p", {
25
+ className: "text-gray-600",
26
+ children: t('visit_not_exist')
27
+ }), jsx("div", {
28
+ className: "mt-4",
29
+ children: jsx("button", {
30
+ className: "px-4 py-2 text-white rounded hover:bg-blue-600 transition-colors",
31
+ style: {
32
+ backgroundColor: layoutSettings?.primaryColor
33
+ },
34
+ children: t('back_home')
35
+ })
36
+ })]
37
+ })
38
+ });
39
+ }export{Component as default};//# sourceMappingURL=Component.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Component.js","sources":["../../../../src/components/exception/404/Component.tsx"],"sourcesContent":[null],"names":[],"mappings":"yIAIA,SAAS,SAAS,GAAA;AACd,EAAA,MAAA;IACA;AAEA,GAAA,GAAA,cACI,EAAA;AAkBR,EAAC,MAAA;AAED,IAAA,QAAA,EAAA,cAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -0,0 +1,3 @@
1
+ declare function Component(): import("react/jsx-runtime").JSX.Element;
2
+ export default Component;
3
+ //# sourceMappingURL=Component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Component.d.ts","sourceRoot":"","sources":["../../../../src/components/exception/500/Component.tsx"],"names":[],"mappings":"AAIA,iBAAS,SAAS,4CAuBjB;AAED,eAAe,SAAS,CAAC"}
@@ -0,0 +1,39 @@
1
+ import {jsx,jsxs}from'react/jsx-runtime';import {useLayoutSettings}from'@admin-layout/client';import {useTranslation}from'react-i18next';function Component() {
2
+ const {
3
+ t
4
+ } = useTranslation();
5
+ const {
6
+ settings: layoutSettings,
7
+ setSettings
8
+ } = useLayoutSettings();
9
+ return jsx("div", {
10
+ className: "w-full h-screen min-h-full bg-white rounded-lg shadow p-6 flex flex-col items-center justify-center",
11
+ children: jsxs("div", {
12
+ className: "flex flex-col items-center justify-center space-y-4",
13
+ children: [jsx("div", {
14
+ className: "text-8xl font-bold",
15
+ style: {
16
+ color: layoutSettings?.primaryColor
17
+ },
18
+ children: jsx("span", {
19
+ children: "500"
20
+ })
21
+ }), jsx("h1", {
22
+ className: "text-2xl font-bold text-gray-800",
23
+ children: "500"
24
+ }), jsx("p", {
25
+ className: "text-gray-600",
26
+ children: t('server_error')
27
+ }), jsx("div", {
28
+ className: "mt-4",
29
+ children: jsx("button", {
30
+ className: "px-4 py-2 text-white rounded hover:bg-blue-600 transition-colors",
31
+ style: {
32
+ backgroundColor: layoutSettings?.primaryColor
33
+ },
34
+ children: t('back_home')
35
+ })
36
+ })]
37
+ })
38
+ });
39
+ }export{Component as default};//# sourceMappingURL=Component.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Component.js","sources":["../../../../src/components/exception/500/Component.tsx"],"sourcesContent":[null],"names":[],"mappings":"yIAIA,SAAS,SAAS,GAAA;AACd,EAAA,MAAA;IACA;AAEA,GAAA,GAAA,cACI,EAAA;AAkBR,EAAC,MAAA;AAED,IAAA,QAAA,EAAA,cAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -0,0 +1,5 @@
1
+ interface Props {
2
+ }
3
+ declare function Exception(props: Props): import("react/jsx-runtime").JSX.Element;
4
+ export default Exception;
5
+ //# sourceMappingURL=exception.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"exception.d.ts","sourceRoot":"","sources":["../../../src/components/exception/exception.tsx"],"names":[],"mappings":"AAGA,UAAU,KAAK;CAAG;AAElB,iBAAS,SAAS,CAAC,KAAK,EAAE,KAAK,2CAI9B;AAED,eAAe,SAAS,CAAC"}
@@ -0,0 +1,3 @@
1
+ import {jsx}from'react/jsx-runtime';import {Outlet}from'@remix-run/react';function Exception(props) {
2
+ return jsx(Outlet, {});
3
+ }export{Exception as default};//# sourceMappingURL=exception.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"exception.js","sources":["../../../src/components/exception/exception.tsx"],"sourcesContent":[null],"names":["_jsx"],"mappings":"0EAKA,SAAS,SAAS,CAAC,KAAY,EAAA;SAGpBA,GAAA,CAAA,MAAO,EAAA,EAAA,CAAA;AAClB"}
@@ -0,0 +1,3 @@
1
+ declare function Component(): import("react/jsx-runtime").JSX.Element;
2
+ export default Component;
3
+ //# sourceMappingURL=Component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Component.d.ts","sourceRoot":"","sources":["../../../../src/components/result/fail/Component.tsx"],"names":[],"mappings":"AAIA,iBAAS,SAAS,4CAqDjB;AAED,eAAe,SAAS,CAAC"}
@@ -0,0 +1,64 @@
1
+ import {jsxs,jsx}from'react/jsx-runtime';import {useLayoutSettings}from'@admin-layout/client';import {IoCloseCircleOutline}from'@react-icons/all-files/io5/IoCloseCircleOutline.js';import {useTranslation}from'react-i18next';function Component() {
2
+ const {
3
+ t
4
+ } = useTranslation();
5
+ const {
6
+ settings: layoutSettings,
7
+ setSettings
8
+ } = useLayoutSettings();
9
+ return jsxs("div", {
10
+ className: "flex flex-col items-center justify-center min-h-screen bg-gray-100 p-4",
11
+ children: [jsx("div", {
12
+ className: "text-6xl mb-4",
13
+ style: {
14
+ color: layoutSettings?.primaryColor
15
+ },
16
+ children: jsx(IoCloseCircleOutline, {})
17
+ }), jsx("h1", {
18
+ className: "text-2xl font-bold text-gray-900 mb-2",
19
+ children: t('submission_failed')
20
+ }), jsx("p", {
21
+ className: "text-gray-600 mb-6",
22
+ children: t('check_modify_information_fail')
23
+ }), jsxs("div", {
24
+ className: "flex space-x-4",
25
+ children: [jsx("button", {
26
+ className: "text-white px-4 py-2 rounded hover:bg-blue-600",
27
+ style: {
28
+ backgroundColor: layoutSettings?.primaryColor
29
+ },
30
+ children: t('go_console')
31
+ }), jsx("button", {
32
+ className: "bg-white text-gray-700 px-4 py-2 rounded border border-gray-300 hover:bg-gray-50",
33
+ children: t('buy_again')
34
+ })]
35
+ }), jsxs("div", {
36
+ className: "mt-8 text-left w-full max-w-md",
37
+ children: [jsxs("p", {
38
+ className: "text-lg font-semibold text-gray-900 mb-4",
39
+ children: [t('content_submitted_following_error'), ":"]
40
+ }), jsxs("div", {
41
+ className: "space-y-2",
42
+ children: [jsxs("p", {
43
+ className: "flex items-center text-gray-700",
44
+ children: [jsx(IoCloseCircleOutline, {
45
+ className: "text-red-500 mr-2"
46
+ }), t('account_frozen'), ' ', jsxs("a", {
47
+ href: "#",
48
+ className: "text-blue-500 hover:underline ml-1",
49
+ children: [t('thaw_immediately'), " >"]
50
+ })]
51
+ }), jsxs("p", {
52
+ className: "flex items-center text-gray-700",
53
+ children: [jsx(IoCloseCircleOutline, {
54
+ className: "text-red-500 mr-2"
55
+ }), t('account_not_yet_eligible'), ' ', jsxs("a", {
56
+ href: "#",
57
+ className: "text-blue-500 hover:underline ml-1",
58
+ children: [t('apply_unlock'), " >"]
59
+ })]
60
+ })]
61
+ })]
62
+ })]
63
+ });
64
+ }export{Component as default};//# sourceMappingURL=Component.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Component.js","sources":["../../../../src/components/result/fail/Component.tsx"],"sourcesContent":[null],"names":[],"mappings":"+NAIA,SAAS,SAAS,GAAA;AACd,EAAA,MAAA;IACA;AAEA,GAAA,GAAA,cACS,EAAA;AAgDb,EAAC,MAAA;AAED,IAAA,QAAA,EAAA,cAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -0,0 +1,5 @@
1
+ interface Props {
2
+ }
3
+ declare function Result(props: Props): import("react/jsx-runtime").JSX.Element;
4
+ export default Result;
5
+ //# sourceMappingURL=result.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"result.d.ts","sourceRoot":"","sources":["../../../src/components/result/result.tsx"],"names":[],"mappings":"AAGA,UAAU,KAAK;CAAG;AAElB,iBAAS,MAAM,CAAC,KAAK,EAAE,KAAK,2CAI3B;AAED,eAAe,MAAM,CAAC"}
@@ -0,0 +1,3 @@
1
+ import {jsx}from'react/jsx-runtime';import {Outlet}from'@remix-run/react';function Result(props) {
2
+ return jsx(Outlet, {});
3
+ }export{Result as default};//# sourceMappingURL=result.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"result.js","sources":["../../../src/components/result/result.tsx"],"sourcesContent":[null],"names":["_jsx"],"mappings":"0EAKA,SAAS,MAAM,CAAC,KAAY,EAAA;SAGjBA,GAAA,CAAA,MAAO,EAAA,EAAA,CAAA;AAClB"}
@@ -0,0 +1,3 @@
1
+ declare function Component(): import("react/jsx-runtime").JSX.Element;
2
+ export default Component;
3
+ //# sourceMappingURL=Component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Component.d.ts","sourceRoot":"","sources":["../../../../src/components/result/success/Component.tsx"],"names":[],"mappings":"AAEA,iBAAS,SAAS,4CAmCjB;AAED,eAAe,SAAS,CAAC"}
@@ -0,0 +1,39 @@
1
+ import {jsxs,jsx}from'react/jsx-runtime';import {useTranslation}from'react-i18next';function Component() {
2
+ const {
3
+ t
4
+ } = useTranslation();
5
+ return jsxs("div", {
6
+ className: "flex flex-col items-center justify-center min-h-screen bg-gray-100 p-4",
7
+ children: [jsx("div", {
8
+ className: "text-green-500 text-6xl mb-4",
9
+ children: jsx("svg", {
10
+ xmlns: "http://www.w3.org/2000/svg",
11
+ className: "h-16 w-16",
12
+ fill: "none",
13
+ viewBox: "0 0 24 24",
14
+ stroke: "currentColor",
15
+ children: jsx("path", {
16
+ strokeLinecap: "round",
17
+ strokeLinejoin: "round",
18
+ strokeWidth: 2,
19
+ d: "M5 13l4 4L19 7"
20
+ })
21
+ })
22
+ }), jsx("h1", {
23
+ className: "text-2xl font-bold text-gray-900 mb-2",
24
+ children: t('submission_success')
25
+ }), jsx("p", {
26
+ className: "text-gray-600 mb-6",
27
+ children: t('check_modify_information_success')
28
+ }), jsxs("div", {
29
+ className: "flex space-x-4",
30
+ children: [jsx("button", {
31
+ className: "bg-blue-500 text-white px-4 py-2 rounded hover:bg-blue-600",
32
+ children: t('go_console')
33
+ }), jsx("button", {
34
+ className: "bg-white text-gray-700 px-4 py-2 rounded border border-gray-300 hover:bg-gray-50",
35
+ children: t('buy_again')
36
+ })]
37
+ })]
38
+ });
39
+ }export{Component as default};//# sourceMappingURL=Component.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Component.js","sources":["../../../../src/components/result/success/Component.tsx"],"sourcesContent":[null],"names":["_jsxs"],"mappings":"oFAEA,SAAS,SAAS,GAAA;AACd,EAAA,MAAA;IAEA;AAgCJ,GAAC,GAAA,cAAA,EAAA;AAED,EAAA,OAAAA,IAAA,CAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -0,0 +1,5 @@
1
+ export declare const MainRoutes: any;
2
+ declare const filteredMenus: import("@common-stack/core").IRouteMap[];
3
+ declare const filteredRoutes: import("@common-stack/core").IRouteMap[];
4
+ export { filteredMenus, filteredRoutes };
5
+ //# sourceMappingURL=compute.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"compute.d.ts","sourceRoot":"","sources":["../src/compute.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,UAAU,EAAE,GAsExB,CAAC;AAMF,QAAA,MAAM,aAAa,0CAA4C,CAAC;AAGhE,QAAA,MAAM,cAAc,0CAA6C,CAAC;AAElE,OAAO,EAAE,aAAa,EAAE,cAAc,EAAE,CAAC"}
package/lib/compute.js ADDED
@@ -0,0 +1,80 @@
1
+ import { ORG_STD_ROUTES } from '@adminide-stack/core/lib/constants/urls.js';
2
+ import { IMenuPosition } from '@common-stack/client-react/lib/interfaces/menu.js';
3
+ import { getFilteredMenus, getFilteredRoutes } from '@common-stack/client-react/lib/utils/filteredRoutes.js';
4
+ const MainRoutes = [{
5
+ name: 'Exception',
6
+ key: 'menu.exception',
7
+ icon: '',
8
+ path: `${ORG_STD_ROUTES.ORG_BASE_PATH}/exception`,
9
+ position: IMenuPosition.Lower,
10
+ exact: false,
11
+ componentPath: "@admin-layout/demo-tailwind-browser/lib/components/exception/exception.js",
12
+ hasComponent: true
13
+ }, {
14
+ name: 'Exception 403',
15
+ key: 'menu.exception.403',
16
+ path: `${ORG_STD_ROUTES.ORG_BASE_PATH}/exception/403`,
17
+ auth: true,
18
+ position: IMenuPosition.Lower,
19
+ exact: true,
20
+ priority: 1,
21
+ componentPath: "@admin-layout/demo-tailwind-browser/lib/components/exception/403/Component.js",
22
+ hasComponent: true
23
+ }, {
24
+ name: 'Exception 404',
25
+ key: 'menu.exception.404',
26
+ path: `${ORG_STD_ROUTES.ORG_BASE_PATH}/exception/404`,
27
+ auth: true,
28
+ position: IMenuPosition.Lower,
29
+ exact: true,
30
+ priority: 2,
31
+ componentPath: "@admin-layout/demo-tailwind-browser/lib/components/exception/404/Component.js",
32
+ hasComponent: true
33
+ }, {
34
+ name: 'Exception 500',
35
+ key: 'menu.exception.500',
36
+ path: `${ORG_STD_ROUTES.ORG_BASE_PATH}/exception/500`,
37
+ auth: true,
38
+ position: IMenuPosition.Lower,
39
+ exact: true,
40
+ priority: 3,
41
+ componentPath: "@admin-layout/demo-tailwind-browser/lib/components/exception/500/Component.js",
42
+ hasComponent: true
43
+ }, {
44
+ name: 'Result',
45
+ key: 'menu.result',
46
+ icon: '',
47
+ path: `${ORG_STD_ROUTES.ORG_BASE_PATH}/result`,
48
+ position: IMenuPosition.Lower,
49
+ auth: true,
50
+ exact: false,
51
+ componentPath: "@admin-layout/demo-tailwind-browser/lib/components/result/result.js",
52
+ hasComponent: true
53
+ }, {
54
+ name: 'Success',
55
+ key: 'menu.result.success',
56
+ path: `${ORG_STD_ROUTES.ORG_BASE_PATH}/result/success`,
57
+ auth: true,
58
+ position: IMenuPosition.Lower,
59
+ exact: true,
60
+ priority: 1,
61
+ componentPath: "@admin-layout/demo-tailwind-browser/lib/components/result/success/Component.js",
62
+ hasComponent: true
63
+ }, {
64
+ name: 'Fail',
65
+ key: 'menu.result.fail',
66
+ path: `${ORG_STD_ROUTES.ORG_BASE_PATH}/result/fail`,
67
+ auth: true,
68
+ position: IMenuPosition.Lower,
69
+ exact: true,
70
+ priority: 2,
71
+ componentPath: "@admin-layout/demo-tailwind-browser/lib/components/result/fail/Component.js",
72
+ hasComponent: true
73
+ }];
74
+ // Using '*' to select all routes and menus
75
+ const selectedAll = '*';
76
+ // Get menus
77
+ getFilteredMenus(MainRoutes, selectedAll);
78
+ // Get routes
79
+ const filteredRoutes = getFilteredRoutes(MainRoutes, selectedAll);
80
+ export { MainRoutes, filteredRoutes }; //# sourceMappingURL=compute.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"compute.js","sources":["../src/compute.ts"],"sourcesContent":[null],"names":[],"mappings":"8PAIa,MAAA,UAAU,GAAQ,CAAA;AAC3B,EAAA,IAAA,EAAA,WAAA;AACI,EAAA,GAAA,EAAA,gBAAiB;AACjB,EAAA,IAAA,EAAA,EAAA;AACA,EAAA,IAAA,EAAA,CAAA,EAAA,cAAQ,CAAA,aAAA,CAAA,UAAA,CAAA;AACR,EAAA,SAAA,EAAM,MAAiB,OAAA,qCAA0B,CAAA;AACjD,EAAA,QAAA,EAAA,aAAiB,CAAM,KAAA;SACf;AACR,CAAA,EAAA;AACH,EAAA,IAAA,EAAA,eAAA;AACD,EAAA,GAAA,EAAA,oBAAA;AACI,EAAA,IAAA,EAAA,CAAA,EAAA,cAAqB,CAAA,aAAA,CAAA,cAAA,CAAA;AACrB,EAAA,IAAA,EAAA;AACA,EAAA,SAAA,EAAM,MAAiB,OAAA,yCAA8B,CAAA;AACrD,EAAA,QAAA,EAAI,aAAM,CAAA,KAAA;AACV,EAAA,KAAA,EAAA,IAAA;UACQ,EAAA;AACR,CAAA,EAAA;AACA,EAAA,IAAA,EAAA,eAAW;AACd,EAAA,GAAA,EAAA,oBAAA;AACD,EAAA,IAAA,EAAA,CAAA,EAAA,cAAA,CAAA,aAAA,CAAA,cAAA,CAAA;AACI,EAAA,IAAA,EAAA,IAAI;AACJ,EAAA,SAAG,EAAE,MAAoB,OAAA,yCAAA,CAAA;AACzB,EAAA,QAAA,EAAI,aAAmB,CAAA,KAAA;AACvB,EAAA,KAAA,EAAA;AACA,EAAA,QAAA,EAAA;;AAEA,EAAA,IAAA,EAAA,eAAW;AACX,EAAA,GAAA,EAAA,oBAAW;AACd,EAAA,IAAA,EAAA,CAAA,EAAA,cAAA,CAAA,aAAA,CAAA,cAAA,CAAA;AACD,EAAA,IAAA,EAAA,IAAA;AACI,EAAA,SAAA,QAAqB,OAAA,yCAAA,CAAA;AACrB,EAAA,QAAA,eAAyB,CAAA,KAAA;AACzB,EAAA,KAAA,EAAA,IAAM;AACN,EAAA,QAAA,EAAI;AACJ,CAAA,EAAA;QACA,QAAQ;AACR,EAAA,GAAA,EAAA,aAAW;AACX,EAAA,IAAA,EAAA,EAAA;AACH,EAAA,IAAA,EAAA,CAAA,EAAA,cAAA,CAAA,aAAA,CAAA,OAAA,CAAA;AACD,EAAA,QAAA,EAAA,aAAA,CAAA,KAAA;AACI,EAAA,SAAA,QAAc,OAAA,+BAAA,CAAA;AACd,EAAA,IAAA,EAAA;AACA,EAAA,KAAA,EAAA;AACA,CAAA,EAAA;QACA,SAAQ;AACR,EAAA,GAAA,EAAA,qBAAuB;AACvB,EAAA,IAAA,EAAA,CAAA,EAAA,cAAU,CAAA,aAAA,CAAA,eAAA,CAAA;AACV,EAAA,IAAA,EAAA,IAAA;AACH,EAAA,SAAA,EAAA,MAAA,OAAA,0CAAA,CAAA;AACD,EAAA,QAAA,EAAA,aAAA,CAAA,KAAA;AACI,EAAA,KAAA,EAAA;AACA,EAAA,QAAA;AACA,CAAA,EAAA;AACA,EAAA,IAAA,EAAA,MAAM;AACN,EAAA,GAAA,EAAA,kBAAiB;QACjB,CAAQ,EAAA,cAAe,CAAA,aAAM,CAAA,YAAA,CAAA;AAC7B,EAAA,IAAA,EAAA,IAAA;AACA,EAAA,SAAA,EAAA,MAAW,OAAA,uCAAA,CAAA;AACd,EAAA,QAAA,EAAA,aAAA,CAAA,KAAA;AACD,EAAA,KAAA,EAAA,IAAA;AACI,EAAA,QAAA,EAAI;AACJ,CAAA;AACA;AACA,MAAA,WAAU,GAAA,GAAA;AACV;AACuB,gBAAM,CAAA,UAAA,EAAA,WAAA;AAC7B;AACA,MAAA,cAAW,GAAA,iBAAA,CAAA,UAAA,EAAA,WAAA"}
@@ -0,0 +1,43 @@
1
+ export declare const config: Readonly<{
2
+ HELP_SERVER_URL: string;
3
+ APP_NAME: string;
4
+ LAYOUT_ROOT: string;
5
+ ANDROID_APP_SERVER_URL: string;
6
+ IOS_APP_SERVER_URL: string;
7
+ GOOGLE_MAPS_API_KEY: string;
8
+ PROPERTY_SEARCH_DEFAULT_PAGE_SIZE: number;
9
+ PROPERTY_COUPONS_DEFAULT_PAGE_SIZE: number;
10
+ DEFAULT_NEARBY_PROPERTY_RADIUS: number;
11
+ ENABLE_PROPERTY_PRICE_COMPARISON: boolean;
12
+ } & import("envalid").CleanedEnvAccessors>;
13
+ export declare const imgConfig: {
14
+ propertyCell: {
15
+ width: number;
16
+ height: number;
17
+ };
18
+ propertySmall: {
19
+ width: number;
20
+ height: number;
21
+ };
22
+ propertyMiddle: {
23
+ width: number;
24
+ height: number;
25
+ };
26
+ propertyPreview: {
27
+ width: number;
28
+ height: number;
29
+ };
30
+ propertyLarge: {
31
+ width: number;
32
+ height: number;
33
+ };
34
+ propertyLargeM: {
35
+ width: number;
36
+ height: number;
37
+ };
38
+ propertyLargeT: {
39
+ width: number;
40
+ height: number;
41
+ };
42
+ };
43
+ //# sourceMappingURL=config.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"config.d.ts","sourceRoot":"","sources":["../src/config.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,MAAM;;;;;;;;;;;0CAwBjB,CAAC;AAEH,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAQrB,CAAC"}
package/lib/index.d.ts ADDED
@@ -0,0 +1,4 @@
1
+ import { Feature } from '@common-stack/client-react';
2
+ declare const _default: Feature;
3
+ export default _default;
4
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAC;;AAErD,wBAAqC"}
package/lib/index.js ADDED
@@ -0,0 +1,2 @@
1
+ import {Feature}from'@common-stack/client-react';import settings from'./module.js';// eslint-disable-next-line import/no-extraneous-dependencies
2
+ var index = new Feature(settings);export{index as default};//# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sources":["../src/index.ts"],"sourcesContent":[null],"names":[],"mappings":"mFAAA;AAGA,YAAe,IAAI,OAAO,CAAC,QAAQ,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { Feature } from '@common-stack/client-react';
2
+ declare const _default: Feature;
3
+ export default _default;
4
+ //# sourceMappingURL=module.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"module.d.ts","sourceRoot":"","sources":["../src/module.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAC;;AAGrD,wBAEG"}
package/lib/module.js ADDED
@@ -0,0 +1,3 @@
1
+ import {Feature}from'@common-stack/client-react';import {filteredRoutes}from'./compute.js';var settings = new Feature({
2
+ routeConfig: filteredRoutes
3
+ });export{settings as default};//# sourceMappingURL=module.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"module.js","sources":["../src/module.tsx"],"sourcesContent":[null],"names":[],"mappings":"2FAIA,eAAe,IAAI,OAAO,CAAC;AACvB,EAAA,WAAA,EAAW;AACd,CAAA,CAAC"}
@@ -0,0 +1 @@
1
+ []
package/package.json ADDED
@@ -0,0 +1,57 @@
1
+ {
2
+ "name": "@admin-layout/demo-tailwind-browser",
3
+ "version": "10.0.4-alpha.19",
4
+ "description": "Sample core for higher packages to depend on",
5
+ "license": "ISC",
6
+ "author": "CDMBase LLC",
7
+ "type": "module",
8
+ "main": "lib/index.js",
9
+ "typings": "lib/index.d.ts",
10
+ "scripts": {
11
+ "build": "yarn build:clean && yarn build:lib",
12
+ "build:clean": "rimraf lib",
13
+ "build:lib": "rollup -c rollup.config.mjs",
14
+ "build:lib:watch": "yarn build:lib -- --watch",
15
+ "jest": "./node_modules/.bin/jest",
16
+ "prepublish": "yarn build",
17
+ "test": "cross-env ENV_FILE=../../config/test/test.env jest",
18
+ "test:debug": "npm test -- --runInBand",
19
+ "test:watch": "npm test -- --watch",
20
+ "vitest": "cross-env ENV_FILE=../../../config/test/test.env vitest",
21
+ "watch": "yarn build:lib:watch"
22
+ },
23
+ "dependencies": {
24
+ "@admin-layout/assets": "10.0.4-alpha.16",
25
+ "@admin-layout/chakra-design-pro": "3.0.0-alpha.48",
26
+ "@pubngo-stack/icons": "8.0.7",
27
+ "@react-icons/all-files": "^4.1.0",
28
+ "@xstate/react": "^4.1.1",
29
+ "marked": "7.0.5",
30
+ "openai": "^4.52.0"
31
+ },
32
+ "peerDependencies": {
33
+ "@admin-layout/core": "../../../packages/core",
34
+ "@common-stack/client-react": ">0.5.16",
35
+ "@common-stack/core": ">=0.5.1-alpha.4",
36
+ "@rollup/plugin-graphql": "*",
37
+ "@rollup/plugin-image": "*",
38
+ "@rollup/plugin-typescript": "*",
39
+ "antd": "^5.1.1",
40
+ "react": "*",
41
+ "react-native": "*",
42
+ "react-redux": "*",
43
+ "react-router": "*",
44
+ "react-router-dom": "*",
45
+ "redux": "*",
46
+ "redux-observable": "*",
47
+ "rollup-plugin-string": "*",
48
+ "rxjs": "*"
49
+ },
50
+ "publishConfig": {
51
+ "access": "public"
52
+ },
53
+ "typescript": {
54
+ "definition": "lib/index.d.ts"
55
+ },
56
+ "gitHead": "4d7ef7b96b52ee5b4551178f64c71c2b68c0ac90"
57
+ }