negodesign 0.0.11 → 0.0.13
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/NegoDesign.svelte +1 -1
- package/dist/components/NegoDesign.svelte.d.ts +1 -1
- package/dist/components/core/button/ButtonBack.svelte +1 -1
- package/dist/components/core/button/ButtonLogin.svelte +1 -1
- package/dist/components/core/button/ButtonLoginWith.svelte +1 -1
- package/dist/components/core/button/ButtonSend.svelte +1 -1
- package/dist/components/core/card/media/01/CardMedia01.svelte +114 -0
- package/dist/components/core/card/media/01/CardMedia01.svelte.d.ts +4 -0
- package/dist/components/core/card/media/02/CardMedia02.svelte +113 -0
- package/dist/components/core/card/media/02/CardMedia02.svelte.d.ts +4 -0
- package/dist/components/core/card/media/CardMedia.svelte +17 -0
- package/dist/components/core/card/media/CardMedia.svelte.d.ts +8 -0
- package/dist/components/core/card/media/data.d.ts +3 -0
- package/dist/components/core/card/media/data.js +117 -0
- package/dist/components/core/card/profile/01/CardProfile01.svelte +101 -0
- package/dist/components/core/card/profile/01/CardProfile01.svelte.d.ts +4 -0
- package/dist/components/core/card/profile/02/CardProfile02.svelte +97 -0
- package/dist/components/core/card/profile/02/CardProfile02.svelte.d.ts +4 -0
- package/dist/components/core/card/profile/CardProfile.svelte +17 -0
- package/dist/components/core/card/profile/CardProfile.svelte.d.ts +8 -0
- package/dist/components/core/card/profile/data.d.ts +3 -0
- package/dist/components/core/card/profile/data.js +107 -0
- package/dist/components/core/card/promotion/CardPromotion.svelte +44 -0
- package/dist/components/core/card/promotion/CardPromotion.svelte.d.ts +8 -0
- package/dist/components/core/card/promotion/data.d.ts +3 -0
- package/dist/components/core/card/promotion/data.js +31 -0
- package/dist/components/core/card/shared/CardButton.svelte +30 -0
- package/dist/components/core/card/shared/CardButton.svelte.d.ts +12 -0
- package/dist/components/core/card/shared/CardDescription.svelte +23 -0
- package/dist/components/core/card/shared/CardDescription.svelte.d.ts +6 -0
- package/dist/components/core/card/shared/CardFavorite.svelte +28 -0
- package/dist/components/core/card/shared/CardFavorite.svelte.d.ts +7 -0
- package/dist/components/core/card/shared/CardStarRating.svelte +20 -0
- package/dist/components/core/card/shared/CardStarRating.svelte.d.ts +7 -0
- package/dist/components/core/card/shared/CardTags.svelte +56 -0
- package/dist/components/core/card/shared/CardTags.svelte.d.ts +10 -0
- package/dist/components/core/card/shared/CardThumbnailVideo.svelte +170 -0
- package/dist/components/core/card/shared/CardThumbnailVideo.svelte.d.ts +10 -0
- package/dist/components/core/card/shared/TruncatableText.svelte +56 -0
- package/dist/components/core/card/shared/TruncatableText.svelte.d.ts +8 -0
- package/dist/components/core/card/types.d.ts +54 -0
- package/dist/components/core/carousel/promotion/ui/CarouselPromotion.svelte +53 -0
- package/dist/components/core/carousel/promotion/ui/CarouselPromotion.svelte.d.ts +4 -0
- package/dist/components/core/carousel/shared/ui/SimpleBadgeCarousel.svelte +59 -0
- package/dist/components/core/carousel/shared/ui/SimpleBadgeCarousel.svelte.d.ts +4 -0
- package/dist/components/core/carousel/types.d.ts +34 -0
- package/dist/components/core/datatable/ui/DataTableCore.svelte +5 -5
- package/dist/components/core/form/ui/input-code-otp.svelte +3 -3
- package/dist/components/core/form/ui/input-code-otp.svelte.d.ts +2 -2
- package/dist/components/core/form/ui/input-email-or-phone.svelte +1 -1
- package/dist/components/core/form/ui/input-email.svelte +1 -1
- package/dist/components/core/form/ui/input-password-confirm.svelte +1 -1
- package/dist/components/core/form/ui/input-password.svelte +1 -1
- package/dist/components/core/form/ui/input-phone.svelte +1 -1
- package/dist/components/core/form/ui/input-username.svelte +2 -2
- package/dist/components/core/nav/data/nav-menu-sidebar.d.ts +7 -7
- package/dist/components/core/nav/data/nav-menu.d.ts +31 -0
- package/dist/components/core/nav/data/nav-user-sidebar.d.ts +1 -1
- package/dist/components/core/nav/ui/menu-links.svelte +28 -0
- package/dist/components/core/nav/ui/menu-links.svelte.d.ts +10 -0
- package/dist/components/core/nav/ui/mobile/nav-menu-drawer.svelte +85 -0
- package/dist/components/core/nav/ui/mobile/nav-menu-drawer.svelte.d.ts +9 -0
- package/dist/components/core/nav/ui/{nav-menu-bottom-bar.svelte → nav-menu-bottom-sidebar.svelte} +2 -2
- package/dist/components/core/nav/ui/nav-menu-bottom-sidebar.svelte.d.ts +10 -0
- package/dist/components/core/nav/ui/nav-menu-header-sidebar.svelte.d.ts +10 -0
- package/dist/components/core/nav/ui/{nav-menu-bar.svelte → nav-menu-sidebar.svelte} +7 -7
- package/dist/components/core/nav/ui/nav-menu-sidebar.svelte.d.ts +7 -0
- package/dist/components/core/nav/ui/nav-menu-top-bar-sidebar.svelte.d.ts +4 -0
- package/dist/components/core/nav/ui/nav-menu.svelte +98 -0
- package/dist/components/core/nav/ui/nav-menu.svelte.d.ts +4 -0
- package/dist/components/core/nav/ui/nav-user-sidebar.svelte +2 -2
- package/dist/components/core/nav/ui/nav-user-sidebar.svelte.d.ts +2 -2
- package/dist/components/core/panel/CarouselSlot.svelte +38 -0
- package/dist/components/core/panel/CarouselSlot.svelte.d.ts +11 -0
- package/dist/components/core/panel/LeftHero.svelte +3 -3
- package/dist/components/core/panel/LeftHero.svelte.d.ts +2 -2
- package/dist/components/core/search/01/Search01.svelte +15 -0
- package/dist/components/core/search/01/Search01.svelte.d.ts +4 -0
- package/dist/components/core/search/02/Search02.svelte +15 -0
- package/dist/components/core/search/02/Search02.svelte.d.ts +4 -0
- package/dist/components/core/search/SearchInput.svelte +32 -0
- package/dist/components/core/search/SearchInput.svelte.d.ts +4 -0
- package/dist/components/core/search/shared/SearchInputCore.svelte +66 -0
- package/dist/components/core/search/shared/SearchInputCore.svelte.d.ts +4 -0
- package/dist/components/core/search/types.d.ts +15 -0
- package/dist/components/core/sidebar/MenuBarSidebar.svelte +14 -14
- package/dist/components/core/sidebar/MenuBarSidebar.svelte.d.ts +8 -8
- package/dist/components/pages/admin/{ui → 01/ui}/AdminContent.svelte +1 -1
- package/dist/components/pages/admin/{ui → 01/ui}/AdminContent.svelte.d.ts +1 -1
- package/dist/components/pages/admin/{ui → 01/ui}/AdminPanel.svelte +8 -8
- package/dist/components/pages/admin/{ui → 01/ui}/AdminPanel.svelte.d.ts +4 -4
- package/dist/components/pages/privacy-policy-or-terms-of-use/01/DocsSidebar.svelte +69 -0
- package/dist/components/pages/privacy-policy-or-terms-of-use/01/DocsSidebar.svelte.d.ts +10 -0
- package/dist/components/pages/privacy-policy-or-terms-of-use/01/PrivacyPolicyOrTermsOfUse01.svelte +73 -0
- package/dist/components/pages/privacy-policy-or-terms-of-use/01/PrivacyPolicyOrTermsOfUse01.svelte.d.ts +7 -0
- package/dist/components/pages/privacy-policy-or-terms-of-use/01/TableOfContents.svelte +37 -0
- package/dist/components/pages/privacy-policy-or-terms-of-use/01/TableOfContents.svelte.d.ts +8 -0
- package/dist/components/pages/privacy-policy-or-terms-of-use/02/DocsPageHero.svelte +59 -0
- package/dist/components/pages/privacy-policy-or-terms-of-use/02/DocsPageHero.svelte.d.ts +10 -0
- package/dist/components/pages/privacy-policy-or-terms-of-use/02/PageHero.svelte +51 -0
- package/dist/components/pages/privacy-policy-or-terms-of-use/02/PageHero.svelte.d.ts +14 -0
- package/dist/components/pages/privacy-policy-or-terms-of-use/02/PrivacyPolicyOrTermsOfUse02.svelte +24 -0
- package/dist/components/pages/privacy-policy-or-terms-of-use/02/PrivacyPolicyOrTermsOfUse02.svelte.d.ts +7 -0
- package/dist/components/pages/privacy-policy-or-terms-of-use/PrivacyPolicyOrTermsOfUse.svelte +32 -0
- package/dist/components/pages/privacy-policy-or-terms-of-use/PrivacyPolicyOrTermsOfUse.svelte.d.ts +4 -0
- package/dist/components/pages/privacy-policy-or-terms-of-use/shared/ContentBlockView.svelte +26 -0
- package/dist/components/pages/privacy-policy-or-terms-of-use/shared/ContentBlockView.svelte.d.ts +7 -0
- package/dist/components/pages/privacy-policy-or-terms-of-use/shared/DocSectionView.svelte +44 -0
- package/dist/components/pages/privacy-policy-or-terms-of-use/shared/DocSectionView.svelte.d.ts +7 -0
- package/dist/components/pages/privacy-policy-or-terms-of-use/shared/PrivacyPolicyOrTermsOfUseBreadcrumb.svelte +34 -0
- package/dist/components/pages/privacy-policy-or-terms-of-use/shared/PrivacyPolicyOrTermsOfUseBreadcrumb.svelte.d.ts +7 -0
- package/dist/components/pages/privacy-policy-or-terms-of-use/shared/toc.d.ts +8 -0
- package/dist/components/pages/privacy-policy-or-terms-of-use/shared/toc.js +14 -0
- package/dist/components/pages/privacy-policy-or-terms-of-use/types.d.ts +62 -0
- package/dist/components/pages/privacy-policy-or-terms-of-use/types.js +5 -0
- package/dist/components/pages/{forget-password → security/forget-password}/01/ui/ForgetPasswordCard.svelte +15 -10
- package/dist/components/pages/{forget-password → security/forget-password}/01/ui/ForgetPasswordCard.svelte.d.ts +0 -5
- package/dist/components/pages/{forget-password → security/forget-password}/01/ui/FormForgetPassword.svelte +15 -5
- package/dist/components/pages/{forget-password → security/forget-password}/01/ui/PageForgetPassword01.svelte +6 -6
- package/dist/components/pages/{forget-password → security/forget-password}/PageForgetPassword.svelte +10 -7
- package/dist/components/pages/{forget-password → security/forget-password}/PageForgetPassword.svelte.d.ts +0 -7
- package/dist/components/pages/{forget-password → security/forget-password}/types.d.ts +3 -3
- package/dist/components/pages/{login → security/login}/01/ui/FormLogin.svelte +19 -15
- package/dist/components/pages/{login → security/login}/01/ui/FormLogin.svelte.d.ts +0 -6
- package/dist/components/pages/{login → security/login}/01/ui/FormLoginEmailPassword.svelte +10 -1
- package/dist/components/pages/{login → security/login}/01/ui/FormLoginEmailPassword.svelte.d.ts +0 -1
- package/dist/components/pages/{login → security/login}/01/ui/FormLoginPhonePassword.svelte +10 -1
- package/dist/components/pages/{login → security/login}/01/ui/FormLoginPhonePassword.svelte.d.ts +0 -1
- package/dist/components/pages/{login → security/login}/01/ui/FormLoginUsernamePassword.svelte +10 -1
- package/dist/components/pages/{login → security/login}/01/ui/FormLoginUsernamePassword.svelte.d.ts +0 -1
- package/dist/components/pages/{login → security/login}/01/ui/FormRegister.svelte +5 -5
- package/dist/components/pages/{login → security/login}/01/ui/LoginCard.svelte +28 -20
- package/dist/components/pages/security/login/01/ui/LoginCard.svelte.d.ts +13 -0
- package/dist/components/pages/{login → security/login}/01/ui/PageLogin01.svelte +12 -11
- package/dist/components/pages/security/login/PageLogin.svelte +22 -0
- package/dist/components/pages/security/login/PageLogin.svelte.d.ts +8 -0
- package/dist/components/pages/security/login/types.d.ts +33 -0
- package/dist/components/pages/security/login/types.js +1 -0
- package/dist/components/pages/{otp-verification → security/otp-verification}/01/ui/FormOtpVerification.svelte +13 -3
- package/dist/components/pages/{otp-verification → security/otp-verification}/01/ui/OtpVerificationCard.svelte +15 -10
- package/dist/components/pages/{otp-verification → security/otp-verification}/01/ui/OtpVerificationCard.svelte.d.ts +0 -5
- package/dist/components/pages/{otp-verification → security/otp-verification}/01/ui/PageOtpVerification01.svelte +12 -6
- package/dist/components/pages/{otp-verification → security/otp-verification}/PageOtpVerification.svelte +10 -4
- package/dist/components/pages/{otp-verification → security/otp-verification}/PageOtpVerification.svelte.d.ts +0 -4
- package/dist/components/pages/{otp-verification → security/otp-verification}/types.d.ts +3 -3
- package/dist/components/pages/security/otp-verification/types.js +1 -0
- package/dist/components/pages/{reset-password → security/reset-password}/01/ui/FormResetPassword.svelte +15 -5
- package/dist/components/pages/{reset-password → security/reset-password}/01/ui/PageResetPassword01.svelte +12 -6
- package/dist/components/pages/{reset-password → security/reset-password}/01/ui/ResetPasswordCard.svelte +15 -10
- package/dist/components/pages/{reset-password → security/reset-password}/01/ui/ResetPasswordCard.svelte.d.ts +0 -5
- package/dist/components/pages/{reset-password → security/reset-password}/PageResetPassword.svelte +10 -4
- package/dist/components/pages/{reset-password → security/reset-password}/PageResetPassword.svelte.d.ts +0 -4
- package/dist/components/pages/{reset-password → security/reset-password}/types.d.ts +3 -3
- package/dist/components/pages/security/reset-password/types.js +1 -0
- package/dist/components/ui/button/button.svelte +82 -101
- package/dist/components/ui/button/button.svelte.d.ts +36 -63
- package/dist/components/ui/button/index.d.ts +2 -2
- package/dist/components/ui/button/index.js +2 -2
- package/dist/components/ui/carousel/carousel-content.svelte +43 -0
- package/dist/components/ui/carousel/carousel-content.svelte.d.ts +5 -0
- package/dist/components/ui/carousel/carousel-item.svelte +30 -0
- package/dist/components/ui/carousel/carousel-item.svelte.d.ts +5 -0
- package/dist/components/ui/carousel/carousel-next.svelte +40 -0
- package/dist/components/ui/carousel/carousel-next.svelte.d.ts +4 -0
- package/dist/components/ui/carousel/carousel-previous.svelte +40 -0
- package/dist/components/ui/carousel/carousel-previous.svelte.d.ts +4 -0
- package/dist/components/ui/carousel/carousel.svelte +94 -0
- package/dist/components/ui/carousel/carousel.svelte.d.ts +5 -0
- package/dist/components/ui/carousel/context.d.ts +31 -0
- package/dist/components/ui/carousel/context.js +12 -0
- package/dist/components/ui/carousel/index.d.ts +6 -0
- package/dist/components/ui/carousel/index.js +8 -0
- package/dist/components/ui/input-group/input-group-addon.svelte +6 -0
- package/dist/components/ui/input-group/input-group-addon.svelte.d.ts +6 -0
- package/dist/components/ui/light-switch/light-switch.svelte +17 -6
- package/dist/components/ui/light-switch/light-switch.svelte.d.ts +2 -2
- package/dist/components/ui/star-rating/index.d.ts +2 -0
- package/dist/components/ui/star-rating/index.js +2 -0
- package/dist/components/ui/star-rating/star-rating-star.svelte +41 -0
- package/dist/components/ui/star-rating/star-rating-star.svelte.d.ts +4 -0
- package/dist/components/ui/star-rating/star-rating.svelte +20 -0
- package/dist/components/ui/star-rating/star-rating.svelte.d.ts +4 -0
- package/dist/components/ui/star-rating/types.d.ts +5 -0
- package/dist/components/ui/star-rating/types.js +1 -0
- package/dist/globals.css +645 -36
- package/dist/hooks/responsive.svelte.d.ts +3 -0
- package/dist/hooks/responsive.svelte.js +18 -0
- package/dist/i18n/index.d.ts +2 -2
- package/dist/i18n/index.js +2 -2
- package/dist/i18n/langs/en.d.ts +23 -8
- package/dist/i18n/langs/en.js +23 -8
- package/dist/i18n/langs/pt.d.ts +23 -8
- package/dist/i18n/langs/pt.js +23 -8
- package/dist/i18n/translations.d.ts +46 -16
- package/dist/index.d.ts +15 -9
- package/dist/index.js +15 -9
- package/dist/styles/globals.css +147 -141
- package/dist/types/index.d.ts +4 -4
- package/package.json +11 -9
- package/dist/components/core/carousel/data/CarouselModel.d.ts +0 -11
- package/dist/components/core/nav/ui/nav-menu-bar.svelte.d.ts +0 -7
- package/dist/components/core/nav/ui/nav-menu-bottom-bar.svelte.d.ts +0 -10
- package/dist/components/core/nav/ui/nav-menu-header.svelte.d.ts +0 -10
- package/dist/components/core/nav/ui/nav-menu-top-bar.svelte.d.ts +0 -4
- package/dist/components/pages/login/01/ui/LoginCard.svelte.d.ts +0 -21
- package/dist/components/pages/login/PageLogin.svelte +0 -21
- package/dist/components/pages/login/PageLogin.svelte.d.ts +0 -17
- package/dist/components/pages/login/types.d.ts +0 -23
- /package/dist/components/{pages/forget-password → core/card}/types.js +0 -0
- /package/dist/components/{pages/login → core/carousel}/types.js +0 -0
- /package/dist/components/core/{carousel/data/CarouselModel.js → nav/data/nav-menu.js} +0 -0
- /package/dist/components/core/nav/ui/{nav-menu-header.svelte → nav-menu-header-sidebar.svelte} +0 -0
- /package/dist/components/core/nav/ui/{nav-menu-top-bar.svelte → nav-menu-top-bar-sidebar.svelte} +0 -0
- /package/dist/components/{pages/otp-verification → core/search}/types.js +0 -0
- /package/dist/components/pages/{forget-password → security/forget-password}/01/ui/FormForgetPassword.svelte.d.ts +0 -0
- /package/dist/components/pages/{forget-password → security/forget-password}/01/ui/PageForgetPassword01.svelte.d.ts +0 -0
- /package/dist/components/pages/{reset-password → security/forget-password}/types.js +0 -0
- /package/dist/components/pages/{login → security/login}/01/ui/FormRegister.svelte.d.ts +0 -0
- /package/dist/components/pages/{login → security/login}/01/ui/PageLogin01.svelte.d.ts +0 -0
- /package/dist/components/pages/{otp-verification → security/otp-verification}/01/ui/FormOtpVerification.svelte.d.ts +0 -0
- /package/dist/components/pages/{otp-verification → security/otp-verification}/01/ui/PageOtpVerification01.svelte.d.ts +0 -0
- /package/dist/components/pages/{reset-password → security/reset-password}/01/ui/FormResetPassword.svelte.d.ts +0 -0
- /package/dist/components/pages/{reset-password → security/reset-password}/01/ui/PageResetPassword01.svelte.d.ts +0 -0
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { onMount } from "svelte";
|
|
2
|
+
const MOBILE_BREAKPOINT = 768;
|
|
3
|
+
export function useIsMobile() {
|
|
4
|
+
let isMobile = $state(false);
|
|
5
|
+
onMount(() => {
|
|
6
|
+
const update = () => {
|
|
7
|
+
isMobile = window.innerWidth < MOBILE_BREAKPOINT;
|
|
8
|
+
};
|
|
9
|
+
update();
|
|
10
|
+
window.addEventListener("resize", update);
|
|
11
|
+
return () => window.removeEventListener("resize", update);
|
|
12
|
+
});
|
|
13
|
+
return {
|
|
14
|
+
get isMobile() {
|
|
15
|
+
return isMobile;
|
|
16
|
+
},
|
|
17
|
+
};
|
|
18
|
+
}
|
package/dist/i18n/index.d.ts
CHANGED
|
@@ -7,11 +7,11 @@ export declare const locales: import("svelte/store").Readable<string[]>;
|
|
|
7
7
|
* Função de tradução reativa. Use `$t("chave")` nos templates Svelte
|
|
8
8
|
* ou `get(t)("chave")` em scripts.
|
|
9
9
|
*
|
|
10
|
-
* Suporta interpolação de variáveis: `$t("
|
|
10
|
+
* Suporta interpolação de variáveis: `$t("label.login.with", { name: "Google" })`
|
|
11
11
|
* @example
|
|
12
12
|
* ```svelte
|
|
13
13
|
* <p>{$t("label.welcome")}</p>
|
|
14
|
-
* <p>{$t("
|
|
14
|
+
* <p>{$t("label.login.with", { name: "Google" })}</p>
|
|
15
15
|
* ```
|
|
16
16
|
*/
|
|
17
17
|
export declare const t: import("svelte/store").Readable<(key: string, vars?: TranslationVars) => string>;
|
package/dist/i18n/index.js
CHANGED
|
@@ -26,11 +26,11 @@ export const locales = derived(locale, () => Object.keys(getMergedTranslations()
|
|
|
26
26
|
* Função de tradução reativa. Use `$t("chave")` nos templates Svelte
|
|
27
27
|
* ou `get(t)("chave")` em scripts.
|
|
28
28
|
*
|
|
29
|
-
* Suporta interpolação de variáveis: `$t("
|
|
29
|
+
* Suporta interpolação de variáveis: `$t("label.login.with", { name: "Google" })`
|
|
30
30
|
* @example
|
|
31
31
|
* ```svelte
|
|
32
32
|
* <p>{$t("label.welcome")}</p>
|
|
33
|
-
* <p>{$t("
|
|
33
|
+
* <p>{$t("label.login.with", { name: "Google" })}</p>
|
|
34
34
|
* ```
|
|
35
35
|
*/
|
|
36
36
|
export const t = derived(locale, ($locale) => (key, vars = {}) => translate($locale, key, vars));
|
package/dist/i18n/langs/en.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
2
|
"input.email.label": string;
|
|
3
3
|
"input.email.placeholder": string;
|
|
4
|
-
"input.
|
|
4
|
+
"input.username.label": string;
|
|
5
5
|
"input.username.placeholder": string;
|
|
6
6
|
"input.phone.label": string;
|
|
7
7
|
"input.phone.placeholder": string;
|
|
@@ -13,10 +13,6 @@ declare const _default: {
|
|
|
13
13
|
"input.password.placeholder": string;
|
|
14
14
|
"input.password-confirm.label": string;
|
|
15
15
|
"input.password-confirm.placeholder": string;
|
|
16
|
-
"button.back": string;
|
|
17
|
-
"button.login": string;
|
|
18
|
-
"button.login.with": string;
|
|
19
|
-
"button.send": string;
|
|
20
16
|
"link.forget.password": string;
|
|
21
17
|
"link.privacy-policy.label": string;
|
|
22
18
|
"link.terms-of-service.label": string;
|
|
@@ -28,19 +24,38 @@ declare const _default: {
|
|
|
28
24
|
"label.panel": string;
|
|
29
25
|
"label.administrative": string;
|
|
30
26
|
"label.platform": string;
|
|
31
|
-
"label.
|
|
32
|
-
"label.
|
|
27
|
+
"label.authentication": string;
|
|
28
|
+
"label.create-account": string;
|
|
33
29
|
"label.forget-password": string;
|
|
34
30
|
"label.reset-password": string;
|
|
35
31
|
"label.otp-verification": string;
|
|
36
32
|
"label.home": string;
|
|
37
|
-
"label.
|
|
33
|
+
"label.manager": string;
|
|
38
34
|
"label.folder": string;
|
|
39
35
|
"label.file": string;
|
|
40
36
|
"label.users": string;
|
|
41
37
|
"label.account": string;
|
|
42
38
|
"label.profile": string;
|
|
43
39
|
"label.welcome": string;
|
|
40
|
+
"label.back": string;
|
|
41
|
+
"label.login": string;
|
|
42
|
+
"label.register": string;
|
|
43
|
+
"label.login.with": string;
|
|
44
|
+
"label.send": string;
|
|
45
|
+
"label.search": string;
|
|
46
|
+
"label.search.placeholder": string;
|
|
47
|
+
"label.more.options": string;
|
|
48
|
+
"label.more.details": string;
|
|
49
|
+
"label.details": string;
|
|
50
|
+
"label.view.profile": string;
|
|
51
|
+
"label.description": string;
|
|
52
|
+
"label.view.full": string;
|
|
53
|
+
"label.menu": string;
|
|
54
|
+
"label.action": string;
|
|
55
|
+
"label.close": string;
|
|
56
|
+
"label.navigation": string;
|
|
57
|
+
"label.navigation.text": string;
|
|
58
|
+
"label.promotion": string;
|
|
44
59
|
"text.login": string;
|
|
45
60
|
"text.register": string;
|
|
46
61
|
"text.forget-password": string;
|
package/dist/i18n/langs/en.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export default {
|
|
2
2
|
"input.email.label": "Email",
|
|
3
3
|
"input.email.placeholder": "Enter your email",
|
|
4
|
-
"input.
|
|
4
|
+
"input.username.label": "Username",
|
|
5
5
|
"input.username.placeholder": "Enter your username",
|
|
6
6
|
"input.phone.label": "Phone",
|
|
7
7
|
"input.phone.placeholder": "Enter your phone",
|
|
@@ -13,10 +13,6 @@ 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
|
-
"button.back": "Back",
|
|
17
|
-
"button.login": "Sign In",
|
|
18
|
-
"button.login.with": "Continue with {{name}}",
|
|
19
|
-
"button.send": "Send",
|
|
20
16
|
"link.forget.password": "Forgot my password",
|
|
21
17
|
"link.privacy-policy.label": "Privacy Policy",
|
|
22
18
|
"link.terms-of-service.label": "Terms of Service",
|
|
@@ -28,19 +24,38 @@ export default {
|
|
|
28
24
|
"label.panel": "Panel",
|
|
29
25
|
"label.administrative": "Administrative",
|
|
30
26
|
"label.platform": "Platform",
|
|
31
|
-
"label.
|
|
32
|
-
"label.
|
|
27
|
+
"label.authentication": "Authentication",
|
|
28
|
+
"label.create-account": "Create account",
|
|
33
29
|
"label.forget-password": "Forgot Password",
|
|
34
30
|
"label.reset-password": "Reset Password",
|
|
35
31
|
"label.otp-verification": "Verify Code",
|
|
36
32
|
"label.home": "Home",
|
|
37
|
-
"label.
|
|
33
|
+
"label.manager": "Manager",
|
|
38
34
|
"label.folder": "Folder",
|
|
39
35
|
"label.file": "File",
|
|
40
36
|
"label.users": "Users",
|
|
41
37
|
"label.account": "Account",
|
|
42
38
|
"label.profile": "Profile",
|
|
43
39
|
"label.welcome": "Welcome",
|
|
40
|
+
"label.back": "Back",
|
|
41
|
+
"label.login": "Sign In",
|
|
42
|
+
"label.register": "Register",
|
|
43
|
+
"label.login.with": "Continue with {{name}}",
|
|
44
|
+
"label.send": "Send",
|
|
45
|
+
"label.search": "Search",
|
|
46
|
+
"label.search.placeholder": "Do your research",
|
|
47
|
+
"label.more.options": "More Options",
|
|
48
|
+
"label.more.details": "More Details",
|
|
49
|
+
"label.details": "Details",
|
|
50
|
+
"label.view.profile": " View Profile",
|
|
51
|
+
"label.description": "Description",
|
|
52
|
+
"label.view.full": "View Full",
|
|
53
|
+
"label.menu": "Menu",
|
|
54
|
+
"label.action": "Action",
|
|
55
|
+
"label.close": "Close",
|
|
56
|
+
"label.navigation": "Navigation",
|
|
57
|
+
"label.navigation.text": "Navigate through our application to access all features features and content",
|
|
58
|
+
"label.promotion": "Promotions",
|
|
44
59
|
"text.login": "Enter your credentials below to securely access your account and continue where you left off.",
|
|
45
60
|
"text.register": "Fill in the fields below with your information to create your new account and enjoy all our features.",
|
|
46
61
|
"text.forget-password": "Enter your email address below and we will send you a link to reset your password.",
|
package/dist/i18n/langs/pt.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
2
|
"input.email.label": string;
|
|
3
3
|
"input.email.placeholder": string;
|
|
4
|
-
"input.
|
|
4
|
+
"input.username.label": string;
|
|
5
5
|
"input.username.placeholder": string;
|
|
6
6
|
"input.phone.label": string;
|
|
7
7
|
"input.phone.placeholder": string;
|
|
@@ -13,10 +13,6 @@ declare const _default: {
|
|
|
13
13
|
"input.password.placeholder": string;
|
|
14
14
|
"input.password-confirm.label": string;
|
|
15
15
|
"input.password-confirm.placeholder": string;
|
|
16
|
-
"button.back": string;
|
|
17
|
-
"button.login": string;
|
|
18
|
-
"button.login.with": string;
|
|
19
|
-
"button.send": string;
|
|
20
16
|
"link.forget.password": string;
|
|
21
17
|
"link.privacy-policy.label": string;
|
|
22
18
|
"link.terms-of-service.label": string;
|
|
@@ -28,19 +24,38 @@ declare const _default: {
|
|
|
28
24
|
"label.panel": string;
|
|
29
25
|
"label.administrative": string;
|
|
30
26
|
"label.platform": string;
|
|
31
|
-
"label.
|
|
32
|
-
"label.
|
|
27
|
+
"label.authentication": string;
|
|
28
|
+
"label.create-account": string;
|
|
33
29
|
"label.forget-password": string;
|
|
34
30
|
"label.reset-password": string;
|
|
35
31
|
"label.otp-verification": string;
|
|
36
32
|
"label.home": string;
|
|
37
|
-
"label.
|
|
33
|
+
"label.manager": string;
|
|
38
34
|
"label.folder": string;
|
|
39
35
|
"label.file": string;
|
|
40
36
|
"label.users": string;
|
|
41
37
|
"label.account": string;
|
|
42
38
|
"label.profile": string;
|
|
43
39
|
"label.welcome": string;
|
|
40
|
+
"label.back": string;
|
|
41
|
+
"label.login": string;
|
|
42
|
+
"label.register": string;
|
|
43
|
+
"label.login.with": string;
|
|
44
|
+
"label.send": string;
|
|
45
|
+
"label.search": string;
|
|
46
|
+
"label.search.placeholder": string;
|
|
47
|
+
"label.more.options": string;
|
|
48
|
+
"label.more.details": string;
|
|
49
|
+
"label.details": string;
|
|
50
|
+
"label.view.profile": string;
|
|
51
|
+
"label.description": string;
|
|
52
|
+
"label.view.full": string;
|
|
53
|
+
"label.menu": string;
|
|
54
|
+
"label.action": string;
|
|
55
|
+
"label.close": string;
|
|
56
|
+
"label.navigation": string;
|
|
57
|
+
"label.navigation.text": string;
|
|
58
|
+
"label.promotion": string;
|
|
44
59
|
"text.login": string;
|
|
45
60
|
"text.register": string;
|
|
46
61
|
"text.forget-password": string;
|
package/dist/i18n/langs/pt.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export default {
|
|
2
2
|
"input.email.label": "Email",
|
|
3
3
|
"input.email.placeholder": "Digite o seu email",
|
|
4
|
-
"input.
|
|
4
|
+
"input.username.label": "Nome de utilizador",
|
|
5
5
|
"input.username.placeholder": "Digite o seu nome de utilizador",
|
|
6
6
|
"input.phone.label": "Telefone",
|
|
7
7
|
"input.phone.placeholder": "Digite o seu telefone",
|
|
@@ -13,10 +13,6 @@ 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
|
-
"button.back": "Voltar",
|
|
17
|
-
"button.login": "Entrar",
|
|
18
|
-
"button.login.with": "Continuar com {{name}}",
|
|
19
|
-
"button.send": "Enviar",
|
|
20
16
|
"link.forget.password": "Esqueci a minha senha",
|
|
21
17
|
"link.privacy-policy.label": "Política de Privacidade",
|
|
22
18
|
"link.terms-of-service.label": "Termos de Serviço",
|
|
@@ -28,19 +24,38 @@ export default {
|
|
|
28
24
|
"label.panel": "Painel",
|
|
29
25
|
"label.administrative": "Administrativo",
|
|
30
26
|
"label.platform": "Plataforma",
|
|
31
|
-
"label.
|
|
32
|
-
"label.
|
|
27
|
+
"label.authentication": "Autenticação",
|
|
28
|
+
"label.create-account": "Criação de conta",
|
|
33
29
|
"label.forget-password": "Esqueci a Senha",
|
|
34
30
|
"label.reset-password": "Redefinir Senha",
|
|
35
31
|
"label.otp-verification": "Verificar Código",
|
|
36
32
|
"label.home": "Página inicial",
|
|
37
|
-
"label.
|
|
33
|
+
"label.manager": "Gerenciamento",
|
|
38
34
|
"label.folder": "Pasta",
|
|
39
35
|
"label.file": "Ficheiro",
|
|
40
36
|
"label.users": "Utilizadores",
|
|
41
37
|
"label.account": "Conta",
|
|
42
38
|
"label.profile": "Perfil",
|
|
43
39
|
"label.welcome": "Bem vindo",
|
|
40
|
+
"label.back": "Voltar",
|
|
41
|
+
"label.login": "Entrar",
|
|
42
|
+
"label.register": "Registar",
|
|
43
|
+
"label.login.with": "Continuar com {{name}}",
|
|
44
|
+
"label.send": "Enviar",
|
|
45
|
+
"label.search": "Pesquisar",
|
|
46
|
+
"label.search.placeholder": "Faça a sua pesquisa",
|
|
47
|
+
"label.more.options": "Mais Opções",
|
|
48
|
+
"label.more.details": "Mais Detalhes",
|
|
49
|
+
"label.details": "Detalhes",
|
|
50
|
+
"label.view.profile": " Ver Perfil",
|
|
51
|
+
"label.description": "Descrição",
|
|
52
|
+
"label.view.full": "Ver mais",
|
|
53
|
+
"label.menu": "Menu",
|
|
54
|
+
"label.action": "Acção",
|
|
55
|
+
"label.close": "Fechar",
|
|
56
|
+
"label.navigation": "Navegação",
|
|
57
|
+
"label.navigation.text": "Navega pela nossa aplicação",
|
|
58
|
+
"label.promotion": "Promoções",
|
|
44
59
|
"text.login": "Insira as suas credenciais abaixo para aceder à sua conta com segurança e continuar de onde parou.",
|
|
45
60
|
"text.register": "Preencha os campos abaixo com as suas informações para criar a sua nova conta e aproveitar todos os nossos recursos.",
|
|
46
61
|
"text.forget-password": "Insira o seu endereço de email abaixo e enviaremos um link para redefinir a sua senha.",
|
|
@@ -2,7 +2,7 @@ declare const _default: {
|
|
|
2
2
|
en: {
|
|
3
3
|
"input.email.label": string;
|
|
4
4
|
"input.email.placeholder": string;
|
|
5
|
-
"input.
|
|
5
|
+
"input.username.label": string;
|
|
6
6
|
"input.username.placeholder": string;
|
|
7
7
|
"input.phone.label": string;
|
|
8
8
|
"input.phone.placeholder": string;
|
|
@@ -14,10 +14,6 @@ declare const _default: {
|
|
|
14
14
|
"input.password.placeholder": string;
|
|
15
15
|
"input.password-confirm.label": string;
|
|
16
16
|
"input.password-confirm.placeholder": string;
|
|
17
|
-
"button.back": string;
|
|
18
|
-
"button.login": string;
|
|
19
|
-
"button.login.with": string;
|
|
20
|
-
"button.send": string;
|
|
21
17
|
"link.forget.password": string;
|
|
22
18
|
"link.privacy-policy.label": string;
|
|
23
19
|
"link.terms-of-service.label": string;
|
|
@@ -29,19 +25,38 @@ declare const _default: {
|
|
|
29
25
|
"label.panel": string;
|
|
30
26
|
"label.administrative": string;
|
|
31
27
|
"label.platform": string;
|
|
32
|
-
"label.
|
|
33
|
-
"label.
|
|
28
|
+
"label.authentication": string;
|
|
29
|
+
"label.create-account": string;
|
|
34
30
|
"label.forget-password": string;
|
|
35
31
|
"label.reset-password": string;
|
|
36
32
|
"label.otp-verification": string;
|
|
37
33
|
"label.home": string;
|
|
38
|
-
"label.
|
|
34
|
+
"label.manager": string;
|
|
39
35
|
"label.folder": string;
|
|
40
36
|
"label.file": string;
|
|
41
37
|
"label.users": string;
|
|
42
38
|
"label.account": string;
|
|
43
39
|
"label.profile": string;
|
|
44
40
|
"label.welcome": string;
|
|
41
|
+
"label.back": string;
|
|
42
|
+
"label.login": string;
|
|
43
|
+
"label.register": string;
|
|
44
|
+
"label.login.with": string;
|
|
45
|
+
"label.send": string;
|
|
46
|
+
"label.search": string;
|
|
47
|
+
"label.search.placeholder": string;
|
|
48
|
+
"label.more.options": string;
|
|
49
|
+
"label.more.details": string;
|
|
50
|
+
"label.details": string;
|
|
51
|
+
"label.view.profile": string;
|
|
52
|
+
"label.description": string;
|
|
53
|
+
"label.view.full": string;
|
|
54
|
+
"label.menu": string;
|
|
55
|
+
"label.action": string;
|
|
56
|
+
"label.close": string;
|
|
57
|
+
"label.navigation": string;
|
|
58
|
+
"label.navigation.text": string;
|
|
59
|
+
"label.promotion": string;
|
|
45
60
|
"text.login": string;
|
|
46
61
|
"text.register": string;
|
|
47
62
|
"text.forget-password": string;
|
|
@@ -77,7 +92,7 @@ declare const _default: {
|
|
|
77
92
|
pt: {
|
|
78
93
|
"input.email.label": string;
|
|
79
94
|
"input.email.placeholder": string;
|
|
80
|
-
"input.
|
|
95
|
+
"input.username.label": string;
|
|
81
96
|
"input.username.placeholder": string;
|
|
82
97
|
"input.phone.label": string;
|
|
83
98
|
"input.phone.placeholder": string;
|
|
@@ -89,10 +104,6 @@ declare const _default: {
|
|
|
89
104
|
"input.password.placeholder": string;
|
|
90
105
|
"input.password-confirm.label": string;
|
|
91
106
|
"input.password-confirm.placeholder": string;
|
|
92
|
-
"button.back": string;
|
|
93
|
-
"button.login": string;
|
|
94
|
-
"button.login.with": string;
|
|
95
|
-
"button.send": string;
|
|
96
107
|
"link.forget.password": string;
|
|
97
108
|
"link.privacy-policy.label": string;
|
|
98
109
|
"link.terms-of-service.label": string;
|
|
@@ -104,19 +115,38 @@ declare const _default: {
|
|
|
104
115
|
"label.panel": string;
|
|
105
116
|
"label.administrative": string;
|
|
106
117
|
"label.platform": string;
|
|
107
|
-
"label.
|
|
108
|
-
"label.
|
|
118
|
+
"label.authentication": string;
|
|
119
|
+
"label.create-account": string;
|
|
109
120
|
"label.forget-password": string;
|
|
110
121
|
"label.reset-password": string;
|
|
111
122
|
"label.otp-verification": string;
|
|
112
123
|
"label.home": string;
|
|
113
|
-
"label.
|
|
124
|
+
"label.manager": string;
|
|
114
125
|
"label.folder": string;
|
|
115
126
|
"label.file": string;
|
|
116
127
|
"label.users": string;
|
|
117
128
|
"label.account": string;
|
|
118
129
|
"label.profile": string;
|
|
119
130
|
"label.welcome": string;
|
|
131
|
+
"label.back": string;
|
|
132
|
+
"label.login": string;
|
|
133
|
+
"label.register": string;
|
|
134
|
+
"label.login.with": string;
|
|
135
|
+
"label.send": string;
|
|
136
|
+
"label.search": string;
|
|
137
|
+
"label.search.placeholder": string;
|
|
138
|
+
"label.more.options": string;
|
|
139
|
+
"label.more.details": string;
|
|
140
|
+
"label.details": string;
|
|
141
|
+
"label.view.profile": string;
|
|
142
|
+
"label.description": string;
|
|
143
|
+
"label.view.full": string;
|
|
144
|
+
"label.menu": string;
|
|
145
|
+
"label.action": string;
|
|
146
|
+
"label.close": string;
|
|
147
|
+
"label.navigation": string;
|
|
148
|
+
"label.navigation.text": string;
|
|
149
|
+
"label.promotion": string;
|
|
120
150
|
"text.login": string;
|
|
121
151
|
"text.register": string;
|
|
122
152
|
"text.forget-password": string;
|
package/dist/index.d.ts
CHANGED
|
@@ -1,18 +1,22 @@
|
|
|
1
1
|
import InputPasswordConfirm from "./components/core/form/ui/input-password-confirm.svelte";
|
|
2
|
+
import InputEmailOrPhone from "./components/core/form/ui/input-email-or-phone.svelte";
|
|
2
3
|
import InputUsername from "./components/core/form/ui/input-username.svelte";
|
|
3
4
|
import InputPassword from "./components/core/form/ui/input-password.svelte";
|
|
5
|
+
import InputCodeOtp from "./components/core/form/ui/input-code-otp.svelte";
|
|
4
6
|
import InputPhone from "./components/core/form/ui/input-phone.svelte";
|
|
5
7
|
import InputEmail from "./components/core/form/ui/input-email.svelte";
|
|
6
|
-
import InputEmailOrPhone from "./components/core/form/ui/input-email-or-phone.svelte";
|
|
7
|
-
import InputCodeOtp from "./components/core/form/ui/input-code-otp.svelte";
|
|
8
8
|
import DataTableCore from "./components/core/datatable/ui/DataTableCore.svelte";
|
|
9
9
|
import MenuBarSidebar from "./components/core/sidebar/MenuBarSidebar.svelte";
|
|
10
|
-
import AdminContent from "./components/pages/admin/ui/AdminContent.svelte";
|
|
11
|
-
import AdminPanel from "./components/pages/admin/ui/AdminPanel.svelte";
|
|
12
|
-
import
|
|
13
|
-
import
|
|
14
|
-
import
|
|
15
|
-
import
|
|
10
|
+
import AdminContent from "./components/pages/admin/01/ui/AdminContent.svelte";
|
|
11
|
+
import AdminPanel from "./components/pages/admin/01/ui/AdminPanel.svelte";
|
|
12
|
+
import PrivacyPolicyOrTermsOfUse from "./components/pages/privacy-policy-or-terms-of-use/PrivacyPolicyOrTermsOfUse.svelte";
|
|
13
|
+
import PageOtpVerification from "./components/pages/security/otp-verification/PageOtpVerification.svelte";
|
|
14
|
+
import PageForgetPassword from "./components/pages/security/forget-password/PageForgetPassword.svelte";
|
|
15
|
+
import PageResetPassword from "./components/pages/security/reset-password/PageResetPassword.svelte";
|
|
16
|
+
import SimpleBadgeCarousel from "./components/core/carousel/shared/ui/SimpleBadgeCarousel.svelte";
|
|
17
|
+
import PageLogin from "./components/pages/security/login/PageLogin.svelte";
|
|
18
|
+
import SearchInput from "./components/core/search/SearchInput.svelte";
|
|
19
|
+
import NavMenu from "./components/core/nav/ui/nav-menu.svelte";
|
|
16
20
|
import NegoDesign from "./components/NegoDesign.svelte";
|
|
17
21
|
/** Store reativa do idioma atual. Altere com `$locale = "pt"`. */
|
|
18
22
|
export { locale } from "./i18n";
|
|
@@ -26,13 +30,15 @@ export { getMergedTranslations } from "./i18n/config";
|
|
|
26
30
|
export { getLocales } from "./i18n/config";
|
|
27
31
|
export {
|
|
28
32
|
/** Componente raiz do Negodesign. Configura o tema, idioma e traduções. @property {Record<string, Record<string, string>>} translations - Traduções customizadas @property {Snippet} children - Conteúdo da aplicação */
|
|
29
|
-
NegoDesign,
|
|
33
|
+
NegoDesign, NavMenu, SearchInput, SimpleBadgeCarousel,
|
|
30
34
|
/** Página de login com carousel hero e card de autenticação. @see PageLoginProps */
|
|
31
35
|
PageLogin,
|
|
32
36
|
/** Página de recuperação de senha com carousel hero e card de recuperação. @see PageForgetPasswordProps */
|
|
33
37
|
PageForgetPassword,
|
|
34
38
|
/** Página de redefinição de senha com carousel hero e card de redefinição. @see PageResetPasswordProps */
|
|
35
39
|
PageResetPassword,
|
|
40
|
+
/** Página de redefinição de senha com carousel hero e card de redefinição. @see PrivacyPolicyOrTermsOfUseProps */
|
|
41
|
+
PrivacyPolicyOrTermsOfUse,
|
|
36
42
|
/** Página de verificação OTP com carousel hero e card de verificação. @see PageOtpVerificationProps */
|
|
37
43
|
PageOtpVerification,
|
|
38
44
|
/** Tabela de dados genérica com paginação, ordenação e filtros. @see DataTableItem */
|
package/dist/index.js
CHANGED
|
@@ -1,18 +1,22 @@
|
|
|
1
1
|
import InputPasswordConfirm from "./components/core/form/ui/input-password-confirm.svelte";
|
|
2
|
+
import InputEmailOrPhone from "./components/core/form/ui/input-email-or-phone.svelte";
|
|
2
3
|
import InputUsername from "./components/core/form/ui/input-username.svelte";
|
|
3
4
|
import InputPassword from "./components/core/form/ui/input-password.svelte";
|
|
5
|
+
import InputCodeOtp from "./components/core/form/ui/input-code-otp.svelte";
|
|
4
6
|
import InputPhone from "./components/core/form/ui/input-phone.svelte";
|
|
5
7
|
import InputEmail from "./components/core/form/ui/input-email.svelte";
|
|
6
|
-
import InputEmailOrPhone from "./components/core/form/ui/input-email-or-phone.svelte";
|
|
7
|
-
import InputCodeOtp from "./components/core/form/ui/input-code-otp.svelte";
|
|
8
8
|
import DataTableCore from "./components/core/datatable/ui/DataTableCore.svelte";
|
|
9
9
|
import MenuBarSidebar from "./components/core/sidebar/MenuBarSidebar.svelte";
|
|
10
|
-
import AdminContent from "./components/pages/admin/ui/AdminContent.svelte";
|
|
11
|
-
import AdminPanel from "./components/pages/admin/ui/AdminPanel.svelte";
|
|
12
|
-
import
|
|
13
|
-
import
|
|
14
|
-
import
|
|
15
|
-
import
|
|
10
|
+
import AdminContent from "./components/pages/admin/01/ui/AdminContent.svelte";
|
|
11
|
+
import AdminPanel from "./components/pages/admin/01/ui/AdminPanel.svelte";
|
|
12
|
+
import PrivacyPolicyOrTermsOfUse from "./components/pages/privacy-policy-or-terms-of-use/PrivacyPolicyOrTermsOfUse.svelte";
|
|
13
|
+
import PageOtpVerification from "./components/pages/security/otp-verification/PageOtpVerification.svelte";
|
|
14
|
+
import PageForgetPassword from "./components/pages/security/forget-password/PageForgetPassword.svelte";
|
|
15
|
+
import PageResetPassword from "./components/pages/security/reset-password/PageResetPassword.svelte";
|
|
16
|
+
import SimpleBadgeCarousel from "./components/core/carousel/shared/ui/SimpleBadgeCarousel.svelte";
|
|
17
|
+
import PageLogin from "./components/pages/security/login/PageLogin.svelte";
|
|
18
|
+
import SearchInput from "./components/core/search/SearchInput.svelte";
|
|
19
|
+
import NavMenu from "./components/core/nav/ui/nav-menu.svelte";
|
|
16
20
|
import NegoDesign from "./components/NegoDesign.svelte";
|
|
17
21
|
/** Store reativa do idioma atual. Altere com `$locale = "pt"`. */
|
|
18
22
|
export { locale } from "./i18n";
|
|
@@ -26,13 +30,15 @@ export { getMergedTranslations } from "./i18n/config";
|
|
|
26
30
|
export { getLocales } from "./i18n/config";
|
|
27
31
|
export {
|
|
28
32
|
/** Componente raiz do Negodesign. Configura o tema, idioma e traduções. @property {Record<string, Record<string, string>>} translations - Traduções customizadas @property {Snippet} children - Conteúdo da aplicação */
|
|
29
|
-
NegoDesign,
|
|
33
|
+
NegoDesign, NavMenu, SearchInput, SimpleBadgeCarousel,
|
|
30
34
|
/** Página de login com carousel hero e card de autenticação. @see PageLoginProps */
|
|
31
35
|
PageLogin,
|
|
32
36
|
/** Página de recuperação de senha com carousel hero e card de recuperação. @see PageForgetPasswordProps */
|
|
33
37
|
PageForgetPassword,
|
|
34
38
|
/** Página de redefinição de senha com carousel hero e card de redefinição. @see PageResetPasswordProps */
|
|
35
39
|
PageResetPassword,
|
|
40
|
+
/** Página de redefinição de senha com carousel hero e card de redefinição. @see PrivacyPolicyOrTermsOfUseProps */
|
|
41
|
+
PrivacyPolicyOrTermsOfUse,
|
|
36
42
|
/** Página de verificação OTP com carousel hero e card de verificação. @see PageOtpVerificationProps */
|
|
37
43
|
PageOtpVerification,
|
|
38
44
|
/** Tabela de dados genérica com paginação, ordenação e filtros. @see DataTableItem */
|