negodesign 0.0.75 → 0.0.77
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/components/pages/security/auth/PageAuth01.svelte +65 -0
- package/dist/components/pages/security/auth/PageAuth01.svelte.d.ts +17 -0
- package/dist/components/pages/security/auth/PageAuth02.svelte +45 -0
- package/dist/components/pages/security/auth/PageAuth02.svelte.d.ts +17 -0
- package/dist/components/pages/security/auth/PageAuth03.svelte +45 -0
- package/dist/components/pages/security/auth/PageAuth03.svelte.d.ts +17 -0
- package/dist/components/pages/security/login/01/ui/PageLogin01.svelte +15 -40
- package/dist/components/pages/security/login/02/ui/PageLogin02.svelte +15 -20
- package/dist/components/pages/security/login/03/ui/PageLogin03.svelte +15 -20
- package/dist/components/pages/security/register/01/ui/PageRegister01.svelte +64 -0
- package/dist/components/pages/security/register/01/ui/PageRegister01.svelte.d.ts +3 -0
- package/dist/components/pages/security/register/01/ui/RegisterCard.svelte +100 -0
- package/dist/components/pages/security/register/01/ui/RegisterCard.svelte.d.ts +12 -0
- package/dist/components/pages/security/register/02/ui/PageRegister02.svelte +76 -0
- package/dist/components/pages/security/register/02/ui/PageRegister02.svelte.d.ts +4 -0
- package/dist/components/pages/security/register/02/ui/RegisterCard02.svelte +98 -0
- package/dist/components/pages/security/register/02/ui/RegisterCard02.svelte.d.ts +12 -0
- package/dist/components/pages/security/register/03/ui/PageRegister03.svelte +76 -0
- package/dist/components/pages/security/register/03/ui/PageRegister03.svelte.d.ts +4 -0
- package/dist/components/pages/security/register/03/ui/RegisterCard03.svelte +103 -0
- package/dist/components/pages/security/register/03/ui/RegisterCard03.svelte.d.ts +12 -0
- package/dist/components/pages/security/register/FormRegister.svelte +120 -0
- package/dist/components/pages/security/register/FormRegister.svelte.d.ts +8 -0
- package/dist/components/pages/security/register/PageRegister.svelte +30 -0
- package/dist/components/pages/security/register/PageRegister.svelte.d.ts +8 -0
- package/dist/components/pages/security/register/types.d.ts +51 -0
- package/dist/components/pages/security/register/types.js +1 -0
- package/dist/components/ui/modal/core/types.d.ts +3 -1
- package/dist/components/ui/modal/core/ui/ModalCore.svelte +132 -129
- package/dist/components/ui/modal/grid/ui/02/ModalGridSelection02.svelte +146 -142
- package/dist/components/ui/modal/share/types.d.ts +16 -1
- package/dist/components/ui/modal/share/ui/ModalShareSelection.svelte +156 -103
- package/dist/docs/DocsSidebar.svelte +58 -1
- package/dist/docs/components.js +94 -8
- package/dist/globals.css +18 -101
- package/dist/i18n/langs/en.d.ts +17 -0
- package/dist/i18n/langs/en.js +17 -0
- package/dist/i18n/langs/pt.d.ts +17 -0
- package/dist/i18n/langs/pt.js +17 -0
- package/dist/i18n/translations.d.ts +34 -0
- package/dist/index.d.ts +17 -1
- package/dist/index.js +17 -1
- package/dist/types/index.d.ts +7 -0
- package/package.json +1 -1
package/dist/i18n/langs/en.d.ts
CHANGED
|
@@ -13,6 +13,12 @@ declare const _default: {
|
|
|
13
13
|
"input.password.placeholder": string;
|
|
14
14
|
"input.password-confirm.label": string;
|
|
15
15
|
"input.password-confirm.placeholder": string;
|
|
16
|
+
"input.name.label": string;
|
|
17
|
+
"input.name.placeholder": string;
|
|
18
|
+
"input.birthday.label": string;
|
|
19
|
+
"input.birthday.placeholder": string;
|
|
20
|
+
"input.gender.label": string;
|
|
21
|
+
"input.gender.placeholder": string;
|
|
16
22
|
"link.forget.password": string;
|
|
17
23
|
"link.privacy-policy.label": string;
|
|
18
24
|
"link.terms-of-service.label": string;
|
|
@@ -67,10 +73,15 @@ declare const _default: {
|
|
|
67
73
|
"text.login.continue": string;
|
|
68
74
|
"text.login.no-account": string;
|
|
69
75
|
"text.login.sign-up": string;
|
|
76
|
+
"text.login.has-account": string;
|
|
77
|
+
"text.login.sign-in": string;
|
|
70
78
|
"text.login.users.count": string;
|
|
71
79
|
"text.login.users.worldwide": string;
|
|
72
80
|
"text.login": string;
|
|
73
81
|
"text.register": string;
|
|
82
|
+
"text.register.welcome": string;
|
|
83
|
+
"text.register.subtitle": string;
|
|
84
|
+
"text.register.continue": string;
|
|
74
85
|
"text.forget-password": string;
|
|
75
86
|
"text.reset-password": string;
|
|
76
87
|
"text.otp-verification": string;
|
|
@@ -80,6 +91,12 @@ declare const _default: {
|
|
|
80
91
|
"carousel.login.slide2.description": string;
|
|
81
92
|
"carousel.login.slide3.title": string;
|
|
82
93
|
"carousel.login.slide3.description": string;
|
|
94
|
+
"carousel.register.slide1.title": string;
|
|
95
|
+
"carousel.register.slide1.description": string;
|
|
96
|
+
"carousel.register.slide2.title": string;
|
|
97
|
+
"carousel.register.slide2.description": string;
|
|
98
|
+
"carousel.register.slide3.title": string;
|
|
99
|
+
"carousel.register.slide3.description": string;
|
|
83
100
|
"carousel.forget-password.slide1.title": string;
|
|
84
101
|
"carousel.forget-password.slide1.description": string;
|
|
85
102
|
"carousel.forget-password.slide2.title": string;
|
package/dist/i18n/langs/en.js
CHANGED
|
@@ -13,6 +13,12 @@ export default {
|
|
|
13
13
|
"input.password.placeholder": "Enter your password",
|
|
14
14
|
"input.password-confirm.label": "Confirm your password",
|
|
15
15
|
"input.password-confirm.placeholder": "Enter your password",
|
|
16
|
+
"input.name.label": "Name",
|
|
17
|
+
"input.name.placeholder": "Enter your name",
|
|
18
|
+
"input.birthday.label": "Birthday",
|
|
19
|
+
"input.birthday.placeholder": "Select your birthday",
|
|
20
|
+
"input.gender.label": "Gender",
|
|
21
|
+
"input.gender.placeholder": "Select your gender",
|
|
16
22
|
"link.forget.password": "Forgot my password",
|
|
17
23
|
"link.privacy-policy.label": "Privacy Policy",
|
|
18
24
|
"link.terms-of-service.label": "Terms of Service",
|
|
@@ -67,10 +73,15 @@ export default {
|
|
|
67
73
|
"text.login.continue": "Continue with Google or enter your details.",
|
|
68
74
|
"text.login.no-account": "Don't have an account?",
|
|
69
75
|
"text.login.sign-up": "Sign Up for free",
|
|
76
|
+
"text.login.has-account": "Already have an account?",
|
|
77
|
+
"text.login.sign-in": "Sign In",
|
|
70
78
|
"text.login.users.count": "10 Million+ Users",
|
|
71
79
|
"text.login.users.worldwide": "worldwide",
|
|
72
80
|
"text.login": "Enter your credentials below to securely access your account and continue where you left off.",
|
|
73
81
|
"text.register": "Fill in the fields below with your information to create your new account and enjoy all our features.",
|
|
82
|
+
"text.register.welcome": "Create Your Account",
|
|
83
|
+
"text.register.subtitle": "Join us today and start your journey",
|
|
84
|
+
"text.register.continue": "Fill in the details below to get started.",
|
|
74
85
|
"text.forget-password": "Enter your email address below and we will send you a link to reset your password.",
|
|
75
86
|
"text.reset-password": "Enter the verification code sent to your email and create a new password.",
|
|
76
87
|
"text.otp-verification": "Enter the verification code we sent to your email or phone.",
|
|
@@ -80,6 +91,12 @@ export default {
|
|
|
80
91
|
"carousel.login.slide2.description": "Create, edit, and manage user accounts with ease. Assign roles, set permissions, and ensure secure access control for your entire organization.",
|
|
81
92
|
"carousel.login.slide3.title": "Analytics & Reports",
|
|
82
93
|
"carousel.login.slide3.description": "Gain valuable insights with real-time analytics and detailed reports. Track key metrics, identify trends, and make data-driven decisions to grow your business.",
|
|
94
|
+
"carousel.register.slide1.title": "Create Your Account",
|
|
95
|
+
"carousel.register.slide1.description": "Join our community and unlock access to powerful features. Fill in your details below to get started on your journey.",
|
|
96
|
+
"carousel.register.slide2.title": "Explore Our Features",
|
|
97
|
+
"carousel.register.slide2.description": "Discover all the amazing features we offer. From secure transactions to real-time analytics, we've got you covered.",
|
|
98
|
+
"carousel.register.slide3.title": "Welcome Aboard!",
|
|
99
|
+
"carousel.register.slide3.description": "You're almost there! Complete your registration and unlock the full experience. Welcome to the community.",
|
|
83
100
|
"carousel.forget-password.slide1.title": "Forgot Your Password?",
|
|
84
101
|
"carousel.forget-password.slide1.description": "Don't worry! It happens to everyone. Enter your email address and we'll send you a link to reset your password securely.",
|
|
85
102
|
"carousel.forget-password.slide2.title": "Check Your Inbox",
|
package/dist/i18n/langs/pt.d.ts
CHANGED
|
@@ -13,6 +13,12 @@ declare const _default: {
|
|
|
13
13
|
"input.password.placeholder": string;
|
|
14
14
|
"input.password-confirm.label": string;
|
|
15
15
|
"input.password-confirm.placeholder": string;
|
|
16
|
+
"input.name.label": string;
|
|
17
|
+
"input.name.placeholder": string;
|
|
18
|
+
"input.birthday.label": string;
|
|
19
|
+
"input.birthday.placeholder": string;
|
|
20
|
+
"input.gender.label": string;
|
|
21
|
+
"input.gender.placeholder": string;
|
|
16
22
|
"link.forget.password": string;
|
|
17
23
|
"link.privacy-policy.label": string;
|
|
18
24
|
"link.terms-of-service.label": string;
|
|
@@ -67,10 +73,15 @@ declare const _default: {
|
|
|
67
73
|
"text.login.continue": string;
|
|
68
74
|
"text.login.no-account": string;
|
|
69
75
|
"text.login.sign-up": string;
|
|
76
|
+
"text.login.has-account": string;
|
|
77
|
+
"text.login.sign-in": string;
|
|
70
78
|
"text.login.users.count": string;
|
|
71
79
|
"text.login.users.worldwide": string;
|
|
72
80
|
"text.login": string;
|
|
73
81
|
"text.register": string;
|
|
82
|
+
"text.register.welcome": string;
|
|
83
|
+
"text.register.subtitle": string;
|
|
84
|
+
"text.register.continue": string;
|
|
74
85
|
"text.forget-password": string;
|
|
75
86
|
"text.reset-password": string;
|
|
76
87
|
"text.otp-verification": string;
|
|
@@ -80,6 +91,12 @@ declare const _default: {
|
|
|
80
91
|
"carousel.login.slide2.description": string;
|
|
81
92
|
"carousel.login.slide3.title": string;
|
|
82
93
|
"carousel.login.slide3.description": string;
|
|
94
|
+
"carousel.register.slide1.title": string;
|
|
95
|
+
"carousel.register.slide1.description": string;
|
|
96
|
+
"carousel.register.slide2.title": string;
|
|
97
|
+
"carousel.register.slide2.description": string;
|
|
98
|
+
"carousel.register.slide3.title": string;
|
|
99
|
+
"carousel.register.slide3.description": string;
|
|
83
100
|
"carousel.forget-password.slide1.title": string;
|
|
84
101
|
"carousel.forget-password.slide1.description": string;
|
|
85
102
|
"carousel.forget-password.slide2.title": string;
|
package/dist/i18n/langs/pt.js
CHANGED
|
@@ -13,6 +13,12 @@ export default {
|
|
|
13
13
|
"input.password.placeholder": "Digite a sua senha",
|
|
14
14
|
"input.password-confirm.label": "Confirme a senha",
|
|
15
15
|
"input.password-confirm.placeholder": "Digite a senha",
|
|
16
|
+
"input.name.label": "Nome",
|
|
17
|
+
"input.name.placeholder": "Digite o seu nome",
|
|
18
|
+
"input.birthday.label": "Data de nascimento",
|
|
19
|
+
"input.birthday.placeholder": "Selecione a sua data de nascimento",
|
|
20
|
+
"input.gender.label": "Género",
|
|
21
|
+
"input.gender.placeholder": "Selecione o seu género",
|
|
16
22
|
"link.forget.password": "Esqueci a minha senha",
|
|
17
23
|
"link.privacy-policy.label": "Política de Privacidade",
|
|
18
24
|
"link.terms-of-service.label": "Termos de Serviço",
|
|
@@ -67,10 +73,15 @@ export default {
|
|
|
67
73
|
"text.login.continue": "Continuar com Google ou insira os seus dados.",
|
|
68
74
|
"text.login.no-account": "Ainda não tem uma conta?",
|
|
69
75
|
"text.login.sign-up": "Registar-se Grátis",
|
|
76
|
+
"text.login.has-account": "Já tem uma conta?",
|
|
77
|
+
"text.login.sign-in": "Entrar",
|
|
70
78
|
"text.login.users.count": "10 Milhões+ Utilizadores",
|
|
71
79
|
"text.login.users.worldwide": "mundialmente",
|
|
72
80
|
"text.login": "Insira as suas credenciais abaixo para aceder à sua conta com segurança e continuar de onde parou.",
|
|
73
81
|
"text.register": "Preencha os campos abaixo com as suas informações para criar a sua nova conta e aproveitar todos os nossos recursos.",
|
|
82
|
+
"text.register.welcome": "Crie a sua Conta",
|
|
83
|
+
"text.register.subtitle": "Junte-se a nós hoje e comece a sua jornada",
|
|
84
|
+
"text.register.continue": "Preencha os dados abaixo para começar.",
|
|
74
85
|
"text.forget-password": "Insira o seu endereço de email abaixo e enviaremos um link para redefinir a sua senha.",
|
|
75
86
|
"text.reset-password": "Insira o código de verificação enviado para o seu email e crie uma nova senha.",
|
|
76
87
|
"text.otp-verification": "Insira o código de verificação que enviamos para o seu email ou telefone.",
|
|
@@ -80,6 +91,12 @@ export default {
|
|
|
80
91
|
"carousel.login.slide2.description": "Crie, edite e gerencie contas de utilizador com facilidade. Atribua funções, defina permissões e garanta um controlo de acesso seguro para toda a sua organização.",
|
|
81
92
|
"carousel.login.slide3.title": "Análises e Relatórios",
|
|
82
93
|
"carousel.login.slide3.description": "Obtenha informações valiosas com análises em tempo real e relatórios detalhados. Acompanhe métricas importantes, identifique tendências e tome decisões baseadas em dados para fazer crescer o seu negócio.",
|
|
94
|
+
"carousel.register.slide1.title": "Crie a sua Conta",
|
|
95
|
+
"carousel.register.slide1.description": "Junte-se à nossa comunidade e desbloqueie o acesso a funcionalidades poderosas. Preencha os seus dados abaixo para começar a sua jornada.",
|
|
96
|
+
"carousel.register.slide2.title": "Explore as nossas Funcionalidades",
|
|
97
|
+
"carousel.register.slide2.description": "Descubra todas as funcionalidades incríveis que oferecemos. De transações seguras a análises em tempo real, temos tudo o que precisa.",
|
|
98
|
+
"carousel.register.slide3.title": "Bem-vindo!",
|
|
99
|
+
"carousel.register.slide3.description": "Está quase lá! Complete o seu registo e desbloqueie a experiência completa. Bem-vindo à comunidade.",
|
|
83
100
|
"carousel.forget-password.slide1.title": "Esqueceu a sua Senha?",
|
|
84
101
|
"carousel.forget-password.slide1.description": "Não se preocupe! Isso acontece com todos. Insira o seu endereço de email e enviaremos um link para redefinir a sua senha de forma segura.",
|
|
85
102
|
"carousel.forget-password.slide2.title": "Verifique o seu Email",
|
|
@@ -14,6 +14,12 @@ declare const _default: {
|
|
|
14
14
|
"input.password.placeholder": string;
|
|
15
15
|
"input.password-confirm.label": string;
|
|
16
16
|
"input.password-confirm.placeholder": string;
|
|
17
|
+
"input.name.label": string;
|
|
18
|
+
"input.name.placeholder": string;
|
|
19
|
+
"input.birthday.label": string;
|
|
20
|
+
"input.birthday.placeholder": string;
|
|
21
|
+
"input.gender.label": string;
|
|
22
|
+
"input.gender.placeholder": string;
|
|
17
23
|
"link.forget.password": string;
|
|
18
24
|
"link.privacy-policy.label": string;
|
|
19
25
|
"link.terms-of-service.label": string;
|
|
@@ -68,10 +74,15 @@ declare const _default: {
|
|
|
68
74
|
"text.login.continue": string;
|
|
69
75
|
"text.login.no-account": string;
|
|
70
76
|
"text.login.sign-up": string;
|
|
77
|
+
"text.login.has-account": string;
|
|
78
|
+
"text.login.sign-in": string;
|
|
71
79
|
"text.login.users.count": string;
|
|
72
80
|
"text.login.users.worldwide": string;
|
|
73
81
|
"text.login": string;
|
|
74
82
|
"text.register": string;
|
|
83
|
+
"text.register.welcome": string;
|
|
84
|
+
"text.register.subtitle": string;
|
|
85
|
+
"text.register.continue": string;
|
|
75
86
|
"text.forget-password": string;
|
|
76
87
|
"text.reset-password": string;
|
|
77
88
|
"text.otp-verification": string;
|
|
@@ -81,6 +92,12 @@ declare const _default: {
|
|
|
81
92
|
"carousel.login.slide2.description": string;
|
|
82
93
|
"carousel.login.slide3.title": string;
|
|
83
94
|
"carousel.login.slide3.description": string;
|
|
95
|
+
"carousel.register.slide1.title": string;
|
|
96
|
+
"carousel.register.slide1.description": string;
|
|
97
|
+
"carousel.register.slide2.title": string;
|
|
98
|
+
"carousel.register.slide2.description": string;
|
|
99
|
+
"carousel.register.slide3.title": string;
|
|
100
|
+
"carousel.register.slide3.description": string;
|
|
84
101
|
"carousel.forget-password.slide1.title": string;
|
|
85
102
|
"carousel.forget-password.slide1.description": string;
|
|
86
103
|
"carousel.forget-password.slide2.title": string;
|
|
@@ -229,6 +246,12 @@ declare const _default: {
|
|
|
229
246
|
"input.password.placeholder": string;
|
|
230
247
|
"input.password-confirm.label": string;
|
|
231
248
|
"input.password-confirm.placeholder": string;
|
|
249
|
+
"input.name.label": string;
|
|
250
|
+
"input.name.placeholder": string;
|
|
251
|
+
"input.birthday.label": string;
|
|
252
|
+
"input.birthday.placeholder": string;
|
|
253
|
+
"input.gender.label": string;
|
|
254
|
+
"input.gender.placeholder": string;
|
|
232
255
|
"link.forget.password": string;
|
|
233
256
|
"link.privacy-policy.label": string;
|
|
234
257
|
"link.terms-of-service.label": string;
|
|
@@ -283,10 +306,15 @@ declare const _default: {
|
|
|
283
306
|
"text.login.continue": string;
|
|
284
307
|
"text.login.no-account": string;
|
|
285
308
|
"text.login.sign-up": string;
|
|
309
|
+
"text.login.has-account": string;
|
|
310
|
+
"text.login.sign-in": string;
|
|
286
311
|
"text.login.users.count": string;
|
|
287
312
|
"text.login.users.worldwide": string;
|
|
288
313
|
"text.login": string;
|
|
289
314
|
"text.register": string;
|
|
315
|
+
"text.register.welcome": string;
|
|
316
|
+
"text.register.subtitle": string;
|
|
317
|
+
"text.register.continue": string;
|
|
290
318
|
"text.forget-password": string;
|
|
291
319
|
"text.reset-password": string;
|
|
292
320
|
"text.otp-verification": string;
|
|
@@ -296,6 +324,12 @@ declare const _default: {
|
|
|
296
324
|
"carousel.login.slide2.description": string;
|
|
297
325
|
"carousel.login.slide3.title": string;
|
|
298
326
|
"carousel.login.slide3.description": string;
|
|
327
|
+
"carousel.register.slide1.title": string;
|
|
328
|
+
"carousel.register.slide1.description": string;
|
|
329
|
+
"carousel.register.slide2.title": string;
|
|
330
|
+
"carousel.register.slide2.description": string;
|
|
331
|
+
"carousel.register.slide3.title": string;
|
|
332
|
+
"carousel.register.slide3.description": string;
|
|
299
333
|
"carousel.forget-password.slide1.title": string;
|
|
300
334
|
"carousel.forget-password.slide1.description": string;
|
|
301
335
|
"carousel.forget-password.slide2.title": string;
|
package/dist/index.d.ts
CHANGED
|
@@ -32,6 +32,7 @@ import CarouselHero from "./components/ui/carousel/core/hero/ui/CarouselHero.sve
|
|
|
32
32
|
import CompanyProfile from "./components/pages/company-profile/CompanyProfile.svelte";
|
|
33
33
|
import Menu from "./components/ui/nav/ui/Menu.svelte";
|
|
34
34
|
import PageLogin from "./components/pages/security/login/PageLogin.svelte";
|
|
35
|
+
import PageRegister from "./components/pages/security/register/PageRegister.svelte";
|
|
35
36
|
import SearchInput from "./components/ui/search/SearchInput.svelte";
|
|
36
37
|
import Footer from "./components/ui/footer/ui/Footer.svelte";
|
|
37
38
|
import SimpleHero from "./components/ui/hero/SimpleHero.svelte";
|
|
@@ -142,7 +143,14 @@ ModalBadgeSelection,
|
|
|
142
143
|
* Modal de partilha em redes sociais com ícones clicáveis e campo de copiar link.
|
|
143
144
|
* Terceira variação do sistema de modais.
|
|
144
145
|
* @property {string} title - Título principal (ex: "Share this design")
|
|
145
|
-
* @property {ModelSocialShare[]} networks - Lista de redes sociais
|
|
146
|
+
* @property {ModelSocialShare[]} networks - Lista de redes sociais (opcional; usa as embutidas se omitida)
|
|
147
|
+
* @property {boolean} isWhatsapp - Mostra a rede social WhatsApp
|
|
148
|
+
* @property {boolean} isInstagram - Mostra a rede social Instagram
|
|
149
|
+
* @property {boolean} isFacebook - Mostra a rede social Facebook
|
|
150
|
+
* @property {boolean} isTwitter - Mostra a rede social Twitter/X
|
|
151
|
+
* @property {boolean} isLinkedin - Mostra a rede social LinkedIn
|
|
152
|
+
* @property {boolean} isPinterest - Mostra a rede social Pinterest
|
|
153
|
+
* @property {boolean} isTumblr - Mostra a rede social Tumblr
|
|
146
154
|
* @property {string} linkValue - URL a partilhar/copiar
|
|
147
155
|
* @property {boolean} isOpen - Visibilidade do modal (bindable)
|
|
148
156
|
* @property {(network) => void} onShare - Callback ao clicar numa rede social
|
|
@@ -433,6 +441,14 @@ TabUnderline,
|
|
|
433
441
|
* @see PageLoginProps
|
|
434
442
|
*/
|
|
435
443
|
PageLogin,
|
|
444
|
+
/**
|
|
445
|
+
* Página de registo completa com carousel hero ao fundo e card de autenticação
|
|
446
|
+
* com múltiplas variantes (email, username, telefone) e campos configuráveis.
|
|
447
|
+
* @property {RegisterFormFields} fields - Campos a exibir no formulário
|
|
448
|
+
* @property {RegisterRequestDto} initialData - Valores iniciais do formulário
|
|
449
|
+
* @see PageRegisterProps
|
|
450
|
+
*/
|
|
451
|
+
PageRegister,
|
|
436
452
|
/**
|
|
437
453
|
* Página de recuperação de senha com hero carousel e card de solicitação
|
|
438
454
|
* de link de recuperação por email.
|
package/dist/index.js
CHANGED
|
@@ -32,6 +32,7 @@ import CarouselHero from "./components/ui/carousel/core/hero/ui/CarouselHero.sve
|
|
|
32
32
|
import CompanyProfile from "./components/pages/company-profile/CompanyProfile.svelte";
|
|
33
33
|
import Menu from "./components/ui/nav/ui/Menu.svelte";
|
|
34
34
|
import PageLogin from "./components/pages/security/login/PageLogin.svelte";
|
|
35
|
+
import PageRegister from "./components/pages/security/register/PageRegister.svelte";
|
|
35
36
|
import SearchInput from "./components/ui/search/SearchInput.svelte";
|
|
36
37
|
import Footer from "./components/ui/footer/ui/Footer.svelte";
|
|
37
38
|
import SimpleHero from "./components/ui/hero/SimpleHero.svelte";
|
|
@@ -142,7 +143,14 @@ ModalBadgeSelection,
|
|
|
142
143
|
* Modal de partilha em redes sociais com ícones clicáveis e campo de copiar link.
|
|
143
144
|
* Terceira variação do sistema de modais.
|
|
144
145
|
* @property {string} title - Título principal (ex: "Share this design")
|
|
145
|
-
* @property {ModelSocialShare[]} networks - Lista de redes sociais
|
|
146
|
+
* @property {ModelSocialShare[]} networks - Lista de redes sociais (opcional; usa as embutidas se omitida)
|
|
147
|
+
* @property {boolean} isWhatsapp - Mostra a rede social WhatsApp
|
|
148
|
+
* @property {boolean} isInstagram - Mostra a rede social Instagram
|
|
149
|
+
* @property {boolean} isFacebook - Mostra a rede social Facebook
|
|
150
|
+
* @property {boolean} isTwitter - Mostra a rede social Twitter/X
|
|
151
|
+
* @property {boolean} isLinkedin - Mostra a rede social LinkedIn
|
|
152
|
+
* @property {boolean} isPinterest - Mostra a rede social Pinterest
|
|
153
|
+
* @property {boolean} isTumblr - Mostra a rede social Tumblr
|
|
146
154
|
* @property {string} linkValue - URL a partilhar/copiar
|
|
147
155
|
* @property {boolean} isOpen - Visibilidade do modal (bindable)
|
|
148
156
|
* @property {(network) => void} onShare - Callback ao clicar numa rede social
|
|
@@ -433,6 +441,14 @@ TabUnderline,
|
|
|
433
441
|
* @see PageLoginProps
|
|
434
442
|
*/
|
|
435
443
|
PageLogin,
|
|
444
|
+
/**
|
|
445
|
+
* Página de registo completa com carousel hero ao fundo e card de autenticação
|
|
446
|
+
* com múltiplas variantes (email, username, telefone) e campos configuráveis.
|
|
447
|
+
* @property {RegisterFormFields} fields - Campos a exibir no formulário
|
|
448
|
+
* @property {RegisterRequestDto} initialData - Valores iniciais do formulário
|
|
449
|
+
* @see PageRegisterProps
|
|
450
|
+
*/
|
|
451
|
+
PageRegister,
|
|
436
452
|
/**
|
|
437
453
|
* Página de recuperação de senha com hero carousel e card de solicitação
|
|
438
454
|
* de link de recuperação por email.
|
package/dist/types/index.d.ts
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import type { ProductPromotionDetailsProps } from "../components/pages/product-details/types";
|
|
2
2
|
import type { LoginVariant, LoginRequestDto, LinkProps, PageLoginProps } from "../components/pages/security/login/types";
|
|
3
|
+
import type { RegisterFormFields, RegisterRequestDto, PageRegisterProps } from "../components/pages/security/register/types";
|
|
3
4
|
import type { ForgetPasswordVariant, ForgetPasswordRequestDto, PageForgetPasswordProps } from "../components/pages/security/forget-password/types";
|
|
4
5
|
import type { ResetPasswordRequestDto, PageResetPasswordProps } from "../components/pages/security/reset-password/types";
|
|
5
6
|
import type { OtpVerificationRequestDto, PageOtpVerificationProps } from "../components/pages/security/otp-verification/types";
|
|
@@ -156,6 +157,12 @@ LoginVariant,
|
|
|
156
157
|
LinkProps,
|
|
157
158
|
/** Props do componente PageLogin. @see PageLoginProps */
|
|
158
159
|
PageLoginProps,
|
|
160
|
+
/** Campos configuráveis do formulário de registo. @see RegisterFormFields */
|
|
161
|
+
RegisterFormFields,
|
|
162
|
+
/** Dados submetidos no formulário de registo. @see RegisterRequestDto */
|
|
163
|
+
RegisterRequestDto,
|
|
164
|
+
/** Props do componente PageRegister. @see PageRegisterProps */
|
|
165
|
+
PageRegisterProps,
|
|
159
166
|
/** Variante do formulário de recuperação de senha. @see ForgetPasswordVariant */
|
|
160
167
|
ForgetPasswordVariant,
|
|
161
168
|
/** Dados necessários para recuperação de senha. @see ForgetPasswordRequestDto */
|