infinity-forge 0.6.99 → 0.7.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +3 -0
- package/dist/index.js +20 -0
- package/dist/index.js.map +1 -0
- package/dist/sites/api/index.d.ts +2 -0
- package/dist/sites/api/index.js +16 -0
- package/dist/sites/api/index.js.map +1 -0
- package/dist/sites/components/brands-carousel/glider-configs.d.ts +39 -0
- package/dist/sites/components/brands-carousel/glider-configs.js +41 -0
- package/dist/sites/components/brands-carousel/glider-configs.js.map +1 -0
- package/dist/sites/components/brands-carousel/index.d.ts +2 -0
- package/dist/sites/components/brands-carousel/index.js +51 -0
- package/dist/sites/components/brands-carousel/index.js.map +1 -0
- package/dist/sites/components/brands-carousel/interfaces.d.ts +4 -0
- package/dist/sites/components/brands-carousel/interfaces.js +3 -0
- package/dist/sites/components/brands-carousel/interfaces.js.map +1 -0
- package/dist/sites/components/brands-carousel/styles.d.ts +2 -0
- package/dist/sites/components/brands-carousel/styles.js +14 -0
- package/dist/sites/components/brands-carousel/styles.js.map +1 -0
- package/dist/sites/components/carousel/component.d.ts +2 -0
- package/dist/sites/components/carousel/component.js +28 -0
- package/dist/sites/components/carousel/component.js.map +1 -0
- package/dist/sites/components/carousel/index.d.ts +1 -0
- package/dist/sites/components/carousel/index.js +18 -0
- package/dist/sites/components/carousel/index.js.map +1 -0
- package/dist/sites/components/carousel/interfaces.d.ts +12 -0
- package/dist/sites/components/carousel/interfaces.js +3 -0
- package/dist/sites/components/carousel/interfaces.js.map +1 -0
- package/dist/sites/components/carousel/versions/index.d.ts +1 -0
- package/dist/sites/components/carousel/versions/index.js +18 -0
- package/dist/sites/components/carousel/versions/index.js.map +1 -0
- package/dist/sites/components/carousel/versions/version-01/component-01.d.ts +2 -0
- package/dist/sites/components/carousel/versions/version-01/component-01.js +26 -0
- package/dist/sites/components/carousel/versions/version-01/component-01.js.map +1 -0
- package/dist/sites/components/counter/component.d.ts +2 -0
- package/dist/sites/components/counter/component.js +28 -0
- package/dist/sites/components/counter/component.js.map +1 -0
- package/dist/sites/components/counter/index.d.ts +1 -0
- package/dist/sites/components/counter/index.js +18 -0
- package/dist/sites/components/counter/index.js.map +1 -0
- package/dist/sites/components/counter/interfaces.d.ts +12 -0
- package/dist/sites/components/counter/interfaces.js +3 -0
- package/dist/sites/components/counter/interfaces.js.map +1 -0
- package/dist/sites/components/counter/versions/index.d.ts +1 -0
- package/dist/sites/components/counter/versions/index.js +18 -0
- package/dist/sites/components/counter/versions/index.js.map +1 -0
- package/dist/sites/components/counter/versions/version-01/box/index.d.ts +2 -0
- package/dist/sites/components/counter/versions/version-01/box/index.js +38 -0
- package/dist/sites/components/counter/versions/version-01/box/index.js.map +1 -0
- package/dist/sites/components/counter/versions/version-01/box/styles.d.ts +2 -0
- package/dist/sites/components/counter/versions/version-01/box/styles.js +14 -0
- package/dist/sites/components/counter/versions/version-01/box/styles.js.map +1 -0
- package/dist/sites/components/counter/versions/version-01/component.d.ts +4 -0
- package/dist/sites/components/counter/versions/version-01/component.js +47 -0
- package/dist/sites/components/counter/versions/version-01/component.js.map +1 -0
- package/dist/sites/components/counter/versions/version-01/styles.d.ts +2 -0
- package/dist/sites/components/counter/versions/version-01/styles.js +14 -0
- package/dist/sites/components/counter/versions/version-01/styles.js.map +1 -0
- package/dist/sites/components/head/component.d.ts +2 -0
- package/dist/sites/components/head/component.js +20 -0
- package/dist/sites/components/head/component.js.map +1 -0
- package/dist/sites/components/head/index.d.ts +2 -0
- package/dist/sites/components/head/index.js +19 -0
- package/dist/sites/components/head/index.js.map +1 -0
- package/dist/sites/components/head/interfaces.d.ts +8 -0
- package/dist/sites/components/head/interfaces.js +3 -0
- package/dist/sites/components/head/interfaces.js.map +1 -0
- package/dist/sites/components/header-link/component.d.ts +2 -0
- package/dist/sites/components/header-link/component.js +17 -0
- package/dist/sites/components/header-link/component.js.map +1 -0
- package/dist/sites/components/header-link/data.d.ts +15 -0
- package/dist/sites/components/header-link/data.js +32 -0
- package/dist/sites/components/header-link/data.js.map +1 -0
- package/dist/sites/components/header-link/index.d.ts +1 -0
- package/dist/sites/components/header-link/index.js +18 -0
- package/dist/sites/components/header-link/index.js.map +1 -0
- package/dist/sites/components/header-link/interfaces.d.ts +5 -0
- package/dist/sites/components/header-link/interfaces.js +3 -0
- package/dist/sites/components/header-link/interfaces.js.map +1 -0
- package/dist/sites/components/header-link/versions/index.d.ts +1 -0
- package/dist/sites/components/header-link/versions/index.js +18 -0
- package/dist/sites/components/header-link/versions/index.js.map +1 -0
- package/dist/sites/components/header-link/versions/version-01/component.d.ts +3 -0
- package/dist/sites/components/header-link/versions/version-01/component.js +41 -0
- package/dist/sites/components/header-link/versions/version-01/component.js.map +1 -0
- package/dist/sites/components/header-link/versions/version-01/component.stories.d.ts +13 -0
- package/dist/sites/components/header-link/versions/version-01/component.stories.js +27 -0
- package/dist/sites/components/header-link/versions/version-01/component.stories.js.map +1 -0
- package/dist/sites/components/header-link/versions/version-01/styles.d.ts +2 -0
- package/dist/sites/components/header-link/versions/version-01/styles.js +14 -0
- package/dist/sites/components/header-link/versions/version-01/styles.js.map +1 -0
- package/dist/sites/components/index.d.ts +6 -0
- package/dist/sites/components/index.js +23 -0
- package/dist/sites/components/index.js.map +1 -0
- package/dist/sites/components/mvv/component.d.ts +2 -0
- package/dist/sites/components/mvv/component.js +28 -0
- package/dist/sites/components/mvv/component.js.map +1 -0
- package/dist/sites/components/mvv/data.d.ts +6 -0
- package/dist/sites/components/mvv/data.js +24 -0
- package/dist/sites/components/mvv/data.js.map +1 -0
- package/dist/sites/components/mvv/index.d.ts +1 -0
- package/dist/sites/components/mvv/index.js +18 -0
- package/dist/sites/components/mvv/index.js.map +1 -0
- package/dist/sites/components/mvv/interfaces.d.ts +8 -0
- package/dist/sites/components/mvv/interfaces.js +3 -0
- package/dist/sites/components/mvv/interfaces.js.map +1 -0
- package/dist/sites/components/mvv/versions/index.d.ts +1 -0
- package/dist/sites/components/mvv/versions/index.js +18 -0
- package/dist/sites/components/mvv/versions/index.js.map +1 -0
- package/dist/sites/components/mvv/versions/version-01/component.d.ts +2 -0
- package/dist/sites/components/mvv/versions/version-01/component.js +35 -0
- package/dist/sites/components/mvv/versions/version-01/component.js.map +1 -0
- package/dist/sites/components/mvv/versions/version-01/styles.d.ts +2 -0
- package/dist/sites/components/mvv/versions/version-01/styles.js +14 -0
- package/dist/sites/components/mvv/versions/version-01/styles.js.map +1 -0
- package/dist/sites/context/configs/context.d.ts +6 -0
- package/dist/sites/context/configs/context.js +21 -0
- package/dist/sites/context/configs/context.js.map +1 -0
- package/dist/sites/context/configs/index.d.ts +2 -0
- package/dist/sites/context/configs/index.js +19 -0
- package/dist/sites/context/configs/index.js.map +1 -0
- package/dist/sites/context/configs/interfaces.d.ts +62 -0
- package/dist/sites/context/configs/interfaces.js +3 -0
- package/dist/sites/context/configs/interfaces.js.map +1 -0
- package/dist/sites/context/configs/scripts/acept-cookies/index.d.ts +4 -0
- package/dist/sites/context/configs/scripts/acept-cookies/index.js +68 -0
- package/dist/sites/context/configs/scripts/acept-cookies/index.js.map +1 -0
- package/dist/sites/context/configs/scripts/acept-cookies/styles.d.ts +2 -0
- package/dist/sites/context/configs/scripts/acept-cookies/styles.js +14 -0
- package/dist/sites/context/configs/scripts/acept-cookies/styles.js.map +1 -0
- package/dist/sites/context/configs/scripts/acept-ratedr/index.d.ts +4 -0
- package/dist/sites/context/configs/scripts/acept-ratedr/index.js +68 -0
- package/dist/sites/context/configs/scripts/acept-ratedr/index.js.map +1 -0
- package/dist/sites/context/configs/scripts/acept-ratedr/styles.d.ts +2 -0
- package/dist/sites/context/configs/scripts/acept-ratedr/styles.js +14 -0
- package/dist/sites/context/configs/scripts/acept-ratedr/styles.js.map +1 -0
- package/dist/sites/context/configs/scripts/component.d.ts +2 -0
- package/dist/sites/context/configs/scripts/component.js +42 -0
- package/dist/sites/context/configs/scripts/component.js.map +1 -0
- package/dist/sites/context/configs/scripts/index.d.ts +5 -0
- package/dist/sites/context/configs/scripts/index.js +22 -0
- package/dist/sites/context/configs/scripts/index.js.map +1 -0
- package/dist/sites/context/configs/scripts/interfaces.d.ts +6 -0
- package/dist/sites/context/configs/scripts/interfaces.js +3 -0
- package/dist/sites/context/configs/scripts/interfaces.js.map +1 -0
- package/dist/sites/context/configs/scripts/whatsapp-fixed/index.d.ts +5 -0
- package/dist/sites/context/configs/scripts/whatsapp-fixed/index.js +38 -0
- package/dist/sites/context/configs/scripts/whatsapp-fixed/index.js.map +1 -0
- package/dist/sites/context/configs/scripts/whatsapp-fixed/styles.d.ts +2 -0
- package/dist/sites/context/configs/scripts/whatsapp-fixed/styles.js +14 -0
- package/dist/sites/context/configs/scripts/whatsapp-fixed/styles.js.map +1 -0
- package/dist/sites/context/index.d.ts +1 -0
- package/dist/sites/context/index.js +18 -0
- package/dist/sites/context/index.js.map +1 -0
- package/dist/sites/hook/index.d.ts +3 -0
- package/dist/sites/hook/index.js +20 -0
- package/dist/sites/hook/index.js.map +1 -0
- package/dist/sites/hook/use-footer.d.ts +3 -0
- package/dist/sites/hook/use-footer.js +26 -0
- package/dist/sites/hook/use-footer.js.map +1 -0
- package/dist/sites/hook/use-header.d.ts +3 -0
- package/dist/sites/hook/use-header.js +26 -0
- package/dist/sites/hook/use-header.js.map +1 -0
- package/dist/sites/hook/useScreen.d.ts +5 -0
- package/dist/sites/hook/useScreen.js +36 -0
- package/dist/sites/hook/useScreen.js.map +1 -0
- package/dist/sites/index.d.ts +3 -0
- package/dist/sites/index.js +20 -0
- package/dist/sites/index.js.map +1 -0
- package/dist/sites/interfaces/api-data/index.d.ts +1 -0
- package/dist/sites/interfaces/api-data/index.js +18 -0
- package/dist/sites/interfaces/api-data/index.js.map +1 -0
- package/dist/sites/interfaces/api-data/messages.d.ts +8 -0
- package/dist/sites/interfaces/api-data/messages.js +3 -0
- package/dist/sites/interfaces/api-data/messages.js.map +1 -0
- package/dist/sites/interfaces/generic/index.d.ts +13 -0
- package/dist/sites/interfaces/generic/index.js +3 -0
- package/dist/sites/interfaces/generic/index.js.map +1 -0
- package/dist/sites/interfaces/index.d.ts +2 -0
- package/dist/sites/interfaces/index.js +19 -0
- package/dist/sites/interfaces/index.js.map +1 -0
- package/dist/system/container/admin/auth/container.d.ts +3 -0
- package/dist/system/container/admin/auth/container.js +11 -0
- package/dist/system/container/admin/auth/container.js.map +1 -0
- package/dist/system/container/admin/auth/index.d.ts +2 -0
- package/dist/system/container/admin/auth/index.js +19 -0
- package/dist/system/container/admin/auth/index.js.map +1 -0
- package/dist/system/container/admin/auth/types.d.ts +3 -0
- package/dist/system/container/admin/auth/types.js +7 -0
- package/dist/system/container/admin/auth/types.js.map +1 -0
- package/dist/system/container/admin/index.d.ts +3 -0
- package/dist/system/container/admin/index.js +20 -0
- package/dist/system/container/admin/index.js.map +1 -0
- package/dist/system/container/admin/menu/container.d.ts +3 -0
- package/dist/system/container/admin/menu/container.js +11 -0
- package/dist/system/container/admin/menu/container.js.map +1 -0
- package/dist/system/container/admin/menu/index.d.ts +2 -0
- package/dist/system/container/admin/menu/index.js +19 -0
- package/dist/system/container/admin/menu/index.js.map +1 -0
- package/dist/system/container/admin/menu/types.d.ts +3 -0
- package/dist/system/container/admin/menu/types.js +7 -0
- package/dist/system/container/admin/menu/types.js.map +1 -0
- package/dist/system/container/admin/users/container.d.ts +3 -0
- package/dist/system/container/admin/users/container.js +12 -0
- package/dist/system/container/admin/users/container.js.map +1 -0
- package/dist/system/container/admin/users/index.d.ts +2 -0
- package/dist/system/container/admin/users/index.js +19 -0
- package/dist/system/container/admin/users/index.js.map +1 -0
- package/dist/system/container/admin/users/types.d.ts +4 -0
- package/dist/system/container/admin/users/types.js +8 -0
- package/dist/system/container/admin/users/types.js.map +1 -0
- package/dist/system/container/decorators/authorize-http-client-decorator.d.ts +8 -0
- package/dist/system/container/decorators/authorize-http-client-decorator.js +117 -0
- package/dist/system/container/decorators/authorize-http-client-decorator.js.map +1 -0
- package/dist/system/container/decorators/index.d.ts +1 -0
- package/dist/system/container/decorators/index.js +18 -0
- package/dist/system/container/decorators/index.js.map +1 -0
- package/dist/system/container/index.d.ts +2 -0
- package/dist/system/container/index.js +19 -0
- package/dist/system/container/index.js.map +1 -0
- package/dist/system/container/infra/container.d.ts +3 -0
- package/dist/system/container/infra/container.js +15 -0
- package/dist/system/container/infra/container.js.map +1 -0
- package/dist/system/container/infra/index.d.ts +3 -0
- package/dist/system/container/infra/index.js +20 -0
- package/dist/system/container/infra/index.js.map +1 -0
- package/dist/system/container/infra/make-api-url.d.ts +3 -0
- package/dist/system/container/infra/make-api-url.js +23 -0
- package/dist/system/container/infra/make-api-url.js.map +1 -0
- package/dist/system/container/infra/types.d.ts +7 -0
- package/dist/system/container/infra/types.js +11 -0
- package/dist/system/container/infra/types.js.map +1 -0
- package/dist/system/container/main.d.ts +4 -0
- package/dist/system/container/main.js +12 -0
- package/dist/system/container/main.js.map +1 -0
- package/dist/system/container/types.d.ts +6 -0
- package/dist/system/container/types.js +17 -0
- package/dist/system/container/types.js.map +1 -0
- package/dist/system/data/index.d.ts +1 -0
- package/dist/system/data/index.js +18 -0
- package/dist/system/data/index.js.map +1 -0
- package/dist/system/data/use-cases/auth/index.d.ts +1 -0
- package/dist/system/data/use-cases/auth/index.js +18 -0
- package/dist/system/data/use-cases/auth/index.js.map +1 -0
- package/dist/system/data/use-cases/auth/remote-auth-admin.d.ts +10 -0
- package/dist/system/data/use-cases/auth/remote-auth-admin.js +116 -0
- package/dist/system/data/use-cases/auth/remote-auth-admin.js.map +1 -0
- package/dist/system/data/use-cases/index.d.ts +3 -0
- package/dist/system/data/use-cases/index.js +20 -0
- package/dist/system/data/use-cases/index.js.map +1 -0
- package/dist/system/data/use-cases/menu/index.d.ts +1 -0
- package/dist/system/data/use-cases/menu/index.js +18 -0
- package/dist/system/data/use-cases/menu/index.js.map +1 -0
- package/dist/system/data/use-cases/menu/remote-get-menu.d.ts +8 -0
- package/dist/system/data/use-cases/menu/remote-get-menu.js +109 -0
- package/dist/system/data/use-cases/menu/remote-get-menu.js.map +1 -0
- package/dist/system/data/use-cases/users/index.d.ts +2 -0
- package/dist/system/data/use-cases/users/index.js +19 -0
- package/dist/system/data/use-cases/users/index.js.map +1 -0
- package/dist/system/data/use-cases/users/remote-load-user-admin.d.ts +8 -0
- package/dist/system/data/use-cases/users/remote-load-user-admin.js +109 -0
- package/dist/system/data/use-cases/users/remote-load-user-admin.js.map +1 -0
- package/dist/system/data/use-cases/users/remote-users.d.ts +12 -0
- package/dist/system/data/use-cases/users/remote-users.js +176 -0
- package/dist/system/data/use-cases/users/remote-users.js.map +1 -0
- package/dist/system/domain/generics/index.d.ts +2 -0
- package/dist/system/domain/generics/index.js +19 -0
- package/dist/system/domain/generics/index.js.map +1 -0
- package/dist/system/domain/generics/list.d.ts +3 -0
- package/dist/system/domain/generics/list.js +3 -0
- package/dist/system/domain/generics/list.js.map +1 -0
- package/dist/system/domain/generics/pagination.d.ts +14 -0
- package/dist/system/domain/generics/pagination.js +3 -0
- package/dist/system/domain/generics/pagination.js.map +1 -0
- package/dist/system/domain/index.d.ts +3 -0
- package/dist/system/domain/index.js +20 -0
- package/dist/system/domain/index.js.map +1 -0
- package/dist/system/domain/protocols/cache/cache-keys.d.ts +5 -0
- package/dist/system/domain/protocols/cache/cache-keys.js +3 -0
- package/dist/system/domain/protocols/cache/cache-keys.js.map +1 -0
- package/dist/system/domain/protocols/cache/get-storage.d.ts +4 -0
- package/dist/system/domain/protocols/cache/get-storage.js +3 -0
- package/dist/system/domain/protocols/cache/get-storage.js.map +1 -0
- package/dist/system/domain/protocols/cache/index.d.ts +3 -0
- package/dist/system/domain/protocols/cache/index.js +20 -0
- package/dist/system/domain/protocols/cache/index.js.map +1 -0
- package/dist/system/domain/protocols/cache/set-storage.d.ts +4 -0
- package/dist/system/domain/protocols/cache/set-storage.js +4 -0
- package/dist/system/domain/protocols/cache/set-storage.js.map +1 -0
- package/dist/system/domain/protocols/http/errors/http-errors/application-unexpected-error.d.ts +3 -0
- package/dist/system/domain/protocols/http/errors/http-errors/application-unexpected-error.js +29 -0
- package/dist/system/domain/protocols/http/errors/http-errors/application-unexpected-error.js.map +1 -0
- package/dist/system/domain/protocols/http/errors/http-errors/bad-request-error.d.ts +8 -0
- package/dist/system/domain/protocols/http/errors/http-errors/bad-request-error.js +11 -0
- package/dist/system/domain/protocols/http/errors/http-errors/bad-request-error.js.map +1 -0
- package/dist/system/domain/protocols/http/errors/http-errors/conflict-error.d.ts +8 -0
- package/dist/system/domain/protocols/http/errors/http-errors/conflict-error.js +11 -0
- package/dist/system/domain/protocols/http/errors/http-errors/conflict-error.js.map +1 -0
- package/dist/system/domain/protocols/http/errors/http-errors/index.d.ts +5 -0
- package/dist/system/domain/protocols/http/errors/http-errors/index.js +22 -0
- package/dist/system/domain/protocols/http/errors/http-errors/index.js.map +1 -0
- package/dist/system/domain/protocols/http/errors/http-errors/no-content.d.ts +3 -0
- package/dist/system/domain/protocols/http/errors/http-errors/no-content.js +29 -0
- package/dist/system/domain/protocols/http/errors/http-errors/no-content.js.map +1 -0
- package/dist/system/domain/protocols/http/errors/http-errors/not-found-error.d.ts +3 -0
- package/dist/system/domain/protocols/http/errors/http-errors/not-found-error.js +29 -0
- package/dist/system/domain/protocols/http/errors/http-errors/not-found-error.js.map +1 -0
- package/dist/system/domain/protocols/http/errors/http-errors/unexpected-error.d.ts +3 -0
- package/dist/system/domain/protocols/http/errors/http-errors/unexpected-error.js +29 -0
- package/dist/system/domain/protocols/http/errors/http-errors/unexpected-error.js.map +1 -0
- package/dist/system/domain/protocols/http/errors/index.d.ts +2 -0
- package/dist/system/domain/protocols/http/errors/index.js +19 -0
- package/dist/system/domain/protocols/http/errors/index.js.map +1 -0
- package/dist/system/domain/protocols/http/errors/system-errors-model/index.d.ts +1 -0
- package/dist/system/domain/protocols/http/errors/system-errors-model/index.js +18 -0
- package/dist/system/domain/protocols/http/errors/system-errors-model/index.js.map +1 -0
- package/dist/system/domain/protocols/http/errors/system-errors-model/validation-errors-model.d.ts +11 -0
- package/dist/system/domain/protocols/http/errors/system-errors-model/validation-errors-model.js +11 -0
- package/dist/system/domain/protocols/http/errors/system-errors-model/validation-errors-model.js.map +1 -0
- package/dist/system/domain/protocols/http/http-client.d.ts +33 -0
- package/dist/system/domain/protocols/http/http-client.js +19 -0
- package/dist/system/domain/protocols/http/http-client.js.map +1 -0
- package/dist/system/domain/protocols/http/index.d.ts +2 -0
- package/dist/system/domain/protocols/http/index.js +19 -0
- package/dist/system/domain/protocols/http/index.js.map +1 -0
- package/dist/system/domain/protocols/index.d.ts +2 -0
- package/dist/system/domain/protocols/index.js +19 -0
- package/dist/system/domain/protocols/index.js.map +1 -0
- package/dist/system/domain/use-cases/auth/admin/auth-admin.d.ts +12 -0
- package/dist/system/domain/use-cases/auth/admin/auth-admin.js +3 -0
- package/dist/system/domain/use-cases/auth/admin/auth-admin.js.map +1 -0
- package/dist/system/domain/use-cases/auth/admin/index.d.ts +1 -0
- package/dist/system/domain/use-cases/auth/admin/index.js +18 -0
- package/dist/system/domain/use-cases/auth/admin/index.js.map +1 -0
- package/dist/system/domain/use-cases/auth/index.d.ts +1 -0
- package/dist/system/domain/use-cases/auth/index.js +18 -0
- package/dist/system/domain/use-cases/auth/index.js.map +1 -0
- package/dist/system/domain/use-cases/index.d.ts +3 -0
- package/dist/system/domain/use-cases/index.js +20 -0
- package/dist/system/domain/use-cases/index.js.map +1 -0
- package/dist/system/domain/use-cases/menu/index.d.ts +1 -0
- package/dist/system/domain/use-cases/menu/index.js +18 -0
- package/dist/system/domain/use-cases/menu/index.js.map +1 -0
- package/dist/system/domain/use-cases/menu/load-menu.d.ts +15 -0
- package/dist/system/domain/use-cases/menu/load-menu.js +3 -0
- package/dist/system/domain/use-cases/menu/load-menu.js.map +1 -0
- package/dist/system/domain/use-cases/users/create-user.d.ts +15 -0
- package/dist/system/domain/use-cases/users/create-user.js +3 -0
- package/dist/system/domain/use-cases/users/create-user.js.map +1 -0
- package/dist/system/domain/use-cases/users/delete-user.d.ts +10 -0
- package/dist/system/domain/use-cases/users/delete-user.js +3 -0
- package/dist/system/domain/use-cases/users/delete-user.js.map +1 -0
- package/dist/system/domain/use-cases/users/edit-user.d.ts +8 -0
- package/dist/system/domain/use-cases/users/edit-user.js +3 -0
- package/dist/system/domain/use-cases/users/edit-user.js.map +1 -0
- package/dist/system/domain/use-cases/users/get-detail-user.d.ts +10 -0
- package/dist/system/domain/use-cases/users/get-detail-user.js +3 -0
- package/dist/system/domain/use-cases/users/get-detail-user.js.map +1 -0
- package/dist/system/domain/use-cases/users/index.d.ts +6 -0
- package/dist/system/domain/use-cases/users/index.js +23 -0
- package/dist/system/domain/use-cases/users/index.js.map +1 -0
- package/dist/system/domain/use-cases/users/load-all-users.d.ts +23 -0
- package/dist/system/domain/use-cases/users/load-all-users.js +3 -0
- package/dist/system/domain/use-cases/users/load-all-users.js.map +1 -0
- package/dist/system/domain/use-cases/users/load-user-admin.d.ts +15 -0
- package/dist/system/domain/use-cases/users/load-user-admin.js +3 -0
- package/dist/system/domain/use-cases/users/load-user-admin.js.map +1 -0
- package/dist/system/index.d.ts +5 -0
- package/dist/system/index.js +22 -0
- package/dist/system/index.js.map +1 -0
- package/dist/system/infra/cache/cookie-storage-adapter.d.ts +6 -0
- package/dist/system/infra/cache/cookie-storage-adapter.js +34 -0
- package/dist/system/infra/cache/cookie-storage-adapter.js.map +1 -0
- package/dist/system/infra/cache/index.d.ts +2 -0
- package/dist/system/infra/cache/index.js +19 -0
- package/dist/system/infra/cache/index.js.map +1 -0
- package/dist/system/infra/cache/storage-type.d.ts +2 -0
- package/dist/system/infra/cache/storage-type.js +3 -0
- package/dist/system/infra/cache/storage-type.js.map +1 -0
- package/dist/system/infra/http/axios-http-client.d.ts +4 -0
- package/dist/system/infra/http/axios-http-client.js +115 -0
- package/dist/system/infra/http/axios-http-client.js.map +1 -0
- package/dist/system/infra/http/index.d.ts +1 -0
- package/dist/system/infra/http/index.js +18 -0
- package/dist/system/infra/http/index.js.map +1 -0
- package/dist/system/infra/index.d.ts +3 -0
- package/dist/system/infra/index.js +20 -0
- package/dist/system/infra/index.js.map +1 -0
- package/dist/system/infra/type-models/birthday.d.ts +1 -0
- package/dist/system/infra/type-models/birthday.js +3 -0
- package/dist/system/infra/type-models/birthday.js.map +1 -0
- package/dist/system/infra/type-models/index.d.ts +2 -0
- package/dist/system/infra/type-models/index.js +19 -0
- package/dist/system/infra/type-models/index.js.map +1 -0
- package/dist/system/infra/type-models/zipcode.d.ts +1 -0
- package/dist/system/infra/type-models/zipcode.js +3 -0
- package/dist/system/infra/type-models/zipcode.js.map +1 -0
- package/dist/system/presentation/components/data/avatar/index.d.ts +4 -0
- package/dist/system/presentation/components/data/avatar/index.js +57 -0
- package/dist/system/presentation/components/data/avatar/index.js.map +1 -0
- package/dist/system/presentation/components/data/avatar/styles.d.ts +2 -0
- package/dist/system/presentation/components/data/avatar/styles.js +14 -0
- package/dist/system/presentation/components/data/avatar/styles.js.map +1 -0
- package/dist/system/presentation/components/data/cards/index.d.ts +1 -0
- package/dist/system/presentation/components/data/cards/index.js +18 -0
- package/dist/system/presentation/components/data/cards/index.js.map +1 -0
- package/dist/system/presentation/components/data/cards/message-card/index.d.ts +2 -0
- package/dist/system/presentation/components/data/cards/message-card/index.js +37 -0
- package/dist/system/presentation/components/data/cards/message-card/index.js.map +1 -0
- package/dist/system/presentation/components/data/cards/message-card/styles.d.ts +2 -0
- package/dist/system/presentation/components/data/cards/message-card/styles.js +14 -0
- package/dist/system/presentation/components/data/cards/message-card/styles.js.map +1 -0
- package/dist/system/presentation/components/data/index.d.ts +8 -0
- package/dist/system/presentation/components/data/index.js +25 -0
- package/dist/system/presentation/components/data/index.js.map +1 -0
- package/dist/system/presentation/components/data/logo/index.d.ts +1 -0
- package/dist/system/presentation/components/data/logo/index.js +34 -0
- package/dist/system/presentation/components/data/logo/index.js.map +1 -0
- package/dist/system/presentation/components/data/logo/styles.d.ts +2 -0
- package/dist/system/presentation/components/data/logo/styles.js +14 -0
- package/dist/system/presentation/components/data/logo/styles.js.map +1 -0
- package/dist/system/presentation/components/data/overlay/index.d.ts +2 -0
- package/dist/system/presentation/components/data/overlay/index.js +35 -0
- package/dist/system/presentation/components/data/overlay/index.js.map +1 -0
- package/dist/system/presentation/components/data/overlay/interfaces.d.ts +7 -0
- package/dist/system/presentation/components/data/overlay/interfaces.js +3 -0
- package/dist/system/presentation/components/data/overlay/interfaces.js.map +1 -0
- package/dist/system/presentation/components/data/overlay/styles.d.ts +7 -0
- package/dist/system/presentation/components/data/overlay/styles.js +15 -0
- package/dist/system/presentation/components/data/overlay/styles.js.map +1 -0
- package/dist/system/presentation/components/data/page-wrapper/index.d.ts +2 -0
- package/dist/system/presentation/components/data/page-wrapper/index.js +35 -0
- package/dist/system/presentation/components/data/page-wrapper/index.js.map +1 -0
- package/dist/system/presentation/components/data/page-wrapper/interfaces.d.ts +5 -0
- package/dist/system/presentation/components/data/page-wrapper/interfaces.js +3 -0
- package/dist/system/presentation/components/data/page-wrapper/interfaces.js.map +1 -0
- package/dist/system/presentation/components/data/page-wrapper/styles.d.ts +4 -0
- package/dist/system/presentation/components/data/page-wrapper/styles.js +14 -0
- package/dist/system/presentation/components/data/page-wrapper/styles.js.map +1 -0
- package/dist/system/presentation/components/data/popover/index.d.ts +2 -0
- package/dist/system/presentation/components/data/popover/index.js +10 -0
- package/dist/system/presentation/components/data/popover/index.js.map +1 -0
- package/dist/system/presentation/components/data/popover/interfaces.d.ts +8 -0
- package/dist/system/presentation/components/data/popover/interfaces.js +3 -0
- package/dist/system/presentation/components/data/popover/interfaces.js.map +1 -0
- package/dist/system/presentation/components/data/sign-up/index.d.ts +1 -0
- package/dist/system/presentation/components/data/sign-up/index.js +36 -0
- package/dist/system/presentation/components/data/sign-up/index.js.map +1 -0
- package/dist/system/presentation/components/data/sign-up/styles.d.ts +4 -0
- package/dist/system/presentation/components/data/sign-up/styles.js +14 -0
- package/dist/system/presentation/components/data/sign-up/styles.js.map +1 -0
- package/dist/system/presentation/components/data/skeleton/index.d.ts +2 -0
- package/dist/system/presentation/components/data/skeleton/index.js +35 -0
- package/dist/system/presentation/components/data/skeleton/index.js.map +1 -0
- package/dist/system/presentation/components/data/skeleton/interfaces.d.ts +4 -0
- package/dist/system/presentation/components/data/skeleton/interfaces.js +3 -0
- package/dist/system/presentation/components/data/skeleton/interfaces.js.map +1 -0
- package/dist/system/presentation/components/data/skeleton/styles.d.ts +4 -0
- package/dist/system/presentation/components/data/skeleton/styles.js +14 -0
- package/dist/system/presentation/components/data/skeleton/styles.js.map +1 -0
- package/dist/system/presentation/components/index.d.ts +3 -0
- package/dist/system/presentation/components/index.js +20 -0
- package/dist/system/presentation/components/index.js.map +1 -0
- package/dist/system/presentation/components/layout/component.d.ts +6 -0
- package/dist/system/presentation/components/layout/component.js +36 -0
- package/dist/system/presentation/components/layout/component.js.map +1 -0
- package/dist/system/presentation/components/layout/header/components/index.d.ts +2 -0
- package/dist/system/presentation/components/layout/header/components/index.js +19 -0
- package/dist/system/presentation/components/layout/header/components/index.js.map +1 -0
- package/dist/system/presentation/components/layout/header/components/menu-right/index.d.ts +1 -0
- package/dist/system/presentation/components/layout/header/components/menu-right/index.js +38 -0
- package/dist/system/presentation/components/layout/header/components/menu-right/index.js.map +1 -0
- package/dist/system/presentation/components/layout/header/components/menu-right/messages/content/index.d.ts +2 -0
- package/dist/system/presentation/components/layout/header/components/menu-right/messages/content/index.js +54 -0
- package/dist/system/presentation/components/layout/header/components/menu-right/messages/content/index.js.map +1 -0
- package/dist/system/presentation/components/layout/header/components/menu-right/messages/content/interfaces.d.ts +6 -0
- package/dist/system/presentation/components/layout/header/components/menu-right/messages/content/interfaces.js +3 -0
- package/dist/system/presentation/components/layout/header/components/menu-right/messages/content/interfaces.js.map +1 -0
- package/dist/system/presentation/components/layout/header/components/menu-right/messages/content/styles.d.ts +2 -0
- package/dist/system/presentation/components/layout/header/components/menu-right/messages/content/styles.js +14 -0
- package/dist/system/presentation/components/layout/header/components/menu-right/messages/content/styles.js.map +1 -0
- package/dist/system/presentation/components/layout/header/components/menu-right/messages/index.d.ts +1 -0
- package/dist/system/presentation/components/layout/header/components/menu-right/messages/index.js +39 -0
- package/dist/system/presentation/components/layout/header/components/menu-right/messages/index.js.map +1 -0
- package/dist/system/presentation/components/layout/header/components/menu-right/messages/styles.d.ts +2 -0
- package/dist/system/presentation/components/layout/header/components/menu-right/messages/styles.js +14 -0
- package/dist/system/presentation/components/layout/header/components/menu-right/messages/styles.js.map +1 -0
- package/dist/system/presentation/components/layout/header/components/menu-right/notifications/index.d.ts +1 -0
- package/dist/system/presentation/components/layout/header/components/menu-right/notifications/index.js +36 -0
- package/dist/system/presentation/components/layout/header/components/menu-right/notifications/index.js.map +1 -0
- package/dist/system/presentation/components/layout/header/components/menu-right/notifications/styles.d.ts +2 -0
- package/dist/system/presentation/components/layout/header/components/menu-right/notifications/styles.js +14 -0
- package/dist/system/presentation/components/layout/header/components/menu-right/notifications/styles.js.map +1 -0
- package/dist/system/presentation/components/layout/header/components/menu-right/profile/content/index.d.ts +1 -0
- package/dist/system/presentation/components/layout/header/components/menu-right/profile/content/index.js +54 -0
- package/dist/system/presentation/components/layout/header/components/menu-right/profile/content/index.js.map +1 -0
- package/dist/system/presentation/components/layout/header/components/menu-right/profile/content/styles.d.ts +2 -0
- package/dist/system/presentation/components/layout/header/components/menu-right/profile/content/styles.js +14 -0
- package/dist/system/presentation/components/layout/header/components/menu-right/profile/content/styles.js.map +1 -0
- package/dist/system/presentation/components/layout/header/components/menu-right/profile/index.d.ts +1 -0
- package/dist/system/presentation/components/layout/header/components/menu-right/profile/index.js +38 -0
- package/dist/system/presentation/components/layout/header/components/menu-right/profile/index.js.map +1 -0
- package/dist/system/presentation/components/layout/header/components/menu-right/profile/styles.d.ts +2 -0
- package/dist/system/presentation/components/layout/header/components/menu-right/profile/styles.js +14 -0
- package/dist/system/presentation/components/layout/header/components/menu-right/profile/styles.js.map +1 -0
- package/dist/system/presentation/components/layout/header/components/menu-right/settings/index.d.ts +1 -0
- package/dist/system/presentation/components/layout/header/components/menu-right/settings/index.js +43 -0
- package/dist/system/presentation/components/layout/header/components/menu-right/settings/index.js.map +1 -0
- package/dist/system/presentation/components/layout/header/components/menu-right/settings/styles.d.ts +2 -0
- package/dist/system/presentation/components/layout/header/components/menu-right/settings/styles.js +14 -0
- package/dist/system/presentation/components/layout/header/components/menu-right/settings/styles.js.map +1 -0
- package/dist/system/presentation/components/layout/header/components/menu-right/styles.d.ts +3 -0
- package/dist/system/presentation/components/layout/header/components/menu-right/styles.js +15 -0
- package/dist/system/presentation/components/layout/header/components/menu-right/styles.js.map +1 -0
- package/dist/system/presentation/components/layout/header/components/search-modal/index.d.ts +1 -0
- package/dist/system/presentation/components/layout/header/components/search-modal/index.js +39 -0
- package/dist/system/presentation/components/layout/header/components/search-modal/index.js.map +1 -0
- package/dist/system/presentation/components/layout/header/components/search-modal/search-list/index.d.ts +4 -0
- package/dist/system/presentation/components/layout/header/components/search-modal/search-list/index.js +84 -0
- package/dist/system/presentation/components/layout/header/components/search-modal/search-list/index.js.map +1 -0
- package/dist/system/presentation/components/layout/header/components/search-modal/search-list/styles.d.ts +2 -0
- package/dist/system/presentation/components/layout/header/components/search-modal/search-list/styles.js +14 -0
- package/dist/system/presentation/components/layout/header/components/search-modal/search-list/styles.js.map +1 -0
- package/dist/system/presentation/components/layout/header/components/search-modal/styles.d.ts +2 -0
- package/dist/system/presentation/components/layout/header/components/search-modal/styles.js +14 -0
- package/dist/system/presentation/components/layout/header/components/search-modal/styles.js.map +1 -0
- package/dist/system/presentation/components/layout/header/components/search-modal/trigger/index.d.ts +1 -0
- package/dist/system/presentation/components/layout/header/components/search-modal/trigger/index.js +45 -0
- package/dist/system/presentation/components/layout/header/components/search-modal/trigger/index.js.map +1 -0
- package/dist/system/presentation/components/layout/header/components/search-modal/trigger/styles.d.ts +2 -0
- package/dist/system/presentation/components/layout/header/components/search-modal/trigger/styles.js +14 -0
- package/dist/system/presentation/components/layout/header/components/search-modal/trigger/styles.js.map +1 -0
- package/dist/system/presentation/components/layout/header/index.d.ts +1 -0
- package/dist/system/presentation/components/layout/header/index.js +15 -0
- package/dist/system/presentation/components/layout/header/index.js.map +1 -0
- package/dist/system/presentation/components/layout/header/version-01/index.d.ts +1 -0
- package/dist/system/presentation/components/layout/header/version-01/index.js +36 -0
- package/dist/system/presentation/components/layout/header/version-01/index.js.map +1 -0
- package/dist/system/presentation/components/layout/header/version-01/styles.d.ts +6 -0
- package/dist/system/presentation/components/layout/header/version-01/styles.js +37 -0
- package/dist/system/presentation/components/layout/header/version-01/styles.js.map +1 -0
- package/dist/system/presentation/components/layout/index.d.ts +3 -0
- package/dist/system/presentation/components/layout/index.js +20 -0
- package/dist/system/presentation/components/layout/index.js.map +1 -0
- package/dist/system/presentation/components/layout/menu/components/index.d.ts +2 -0
- package/dist/system/presentation/components/layout/menu/components/index.js +19 -0
- package/dist/system/presentation/components/layout/menu/components/index.js.map +1 -0
- package/dist/system/presentation/components/layout/menu/components/menu/index.d.ts +1 -0
- package/dist/system/presentation/components/layout/menu/components/menu/index.js +56 -0
- package/dist/system/presentation/components/layout/menu/components/menu/index.js.map +1 -0
- package/dist/system/presentation/components/layout/menu/components/menu/styles.d.ts +3 -0
- package/dist/system/presentation/components/layout/menu/components/menu/styles.js +15 -0
- package/dist/system/presentation/components/layout/menu/components/menu/styles.js.map +1 -0
- package/dist/system/presentation/components/layout/menu/components/select-workspace/index.d.ts +16 -0
- package/dist/system/presentation/components/layout/menu/components/select-workspace/index.js +65 -0
- package/dist/system/presentation/components/layout/menu/components/select-workspace/index.js.map +1 -0
- package/dist/system/presentation/components/layout/menu/components/select-workspace/styles.d.ts +2 -0
- package/dist/system/presentation/components/layout/menu/components/select-workspace/styles.js +14 -0
- package/dist/system/presentation/components/layout/menu/components/select-workspace/styles.js.map +1 -0
- package/dist/system/presentation/components/layout/menu/index.d.ts +1 -0
- package/dist/system/presentation/components/layout/menu/index.js +26 -0
- package/dist/system/presentation/components/layout/menu/index.js.map +1 -0
- package/dist/system/presentation/components/layout/menu/version-01/index.d.ts +4 -0
- package/dist/system/presentation/components/layout/menu/version-01/index.js +36 -0
- package/dist/system/presentation/components/layout/menu/version-01/index.js.map +1 -0
- package/dist/system/presentation/components/layout/menu/version-01/styles.d.ts +2 -0
- package/dist/system/presentation/components/layout/menu/version-01/styles.js +14 -0
- package/dist/system/presentation/components/layout/menu/version-01/styles.js.map +1 -0
- package/dist/system/presentation/components/layout/styles.d.ts +4 -0
- package/dist/system/presentation/components/layout/styles.js +14 -0
- package/dist/system/presentation/components/layout/styles.js.map +1 -0
- package/dist/system/presentation/components/pages/index.d.ts +1 -0
- package/dist/system/presentation/components/pages/index.js +18 -0
- package/dist/system/presentation/components/pages/index.js.map +1 -0
- package/dist/system/presentation/components/pages/users/index.d.ts +1 -0
- package/dist/system/presentation/components/pages/users/index.js +18 -0
- package/dist/system/presentation/components/pages/users/index.js.map +1 -0
- package/dist/system/presentation/components/pages/users/page.d.ts +1 -0
- package/dist/system/presentation/components/pages/users/page.js +37 -0
- package/dist/system/presentation/components/pages/users/page.js.map +1 -0
- package/dist/system/presentation/components/pages/users/table/columns.d.ts +3 -0
- package/dist/system/presentation/components/pages/users/table/columns.js +9 -0
- package/dist/system/presentation/components/pages/users/table/columns.js.map +1 -0
- package/dist/system/presentation/components/pages/users/table/create.d.ts +3 -0
- package/dist/system/presentation/components/pages/users/table/create.js +76 -0
- package/dist/system/presentation/components/pages/users/table/create.js.map +1 -0
- package/dist/system/presentation/components/pages/users/table/delete.d.ts +3 -0
- package/dist/system/presentation/components/pages/users/table/delete.js +73 -0
- package/dist/system/presentation/components/pages/users/table/delete.js.map +1 -0
- package/dist/system/presentation/components/pages/users/table/edit.d.ts +3 -0
- package/dist/system/presentation/components/pages/users/table/edit.js +82 -0
- package/dist/system/presentation/components/pages/users/table/edit.js.map +1 -0
- package/dist/system/presentation/components/pages/users/table/index.d.ts +4 -0
- package/dist/system/presentation/components/pages/users/table/index.js +21 -0
- package/dist/system/presentation/components/pages/users/table/index.js.map +1 -0
- package/dist/system/presentation/configs/index.d.ts +2 -0
- package/dist/system/presentation/configs/index.js +19 -0
- package/dist/system/presentation/configs/index.js.map +1 -0
- package/dist/system/presentation/configs/page-links.d.ts +7 -0
- package/dist/system/presentation/configs/page-links.js +319 -0
- package/dist/system/presentation/configs/page-links.js.map +1 -0
- package/dist/system/presentation/configs/routes.d.ts +10 -0
- package/dist/system/presentation/configs/routes.js +14 -0
- package/dist/system/presentation/configs/routes.js.map +1 -0
- package/dist/system/presentation/context/auth/authenticated/index.d.ts +3 -0
- package/dist/system/presentation/context/auth/authenticated/index.js +15 -0
- package/dist/system/presentation/context/auth/authenticated/index.js.map +1 -0
- package/dist/system/presentation/context/auth/context.d.ts +7 -0
- package/dist/system/presentation/context/auth/context.js +130 -0
- package/dist/system/presentation/context/auth/context.js.map +1 -0
- package/dist/system/presentation/context/auth/index.d.ts +5 -0
- package/dist/system/presentation/context/auth/index.js +22 -0
- package/dist/system/presentation/context/auth/index.js.map +1 -0
- package/dist/system/presentation/context/auth/interfaces.d.ts +6 -0
- package/dist/system/presentation/context/auth/interfaces.js +3 -0
- package/dist/system/presentation/context/auth/interfaces.js.map +1 -0
- package/dist/system/presentation/context/auth/login/index.d.ts +1 -0
- package/dist/system/presentation/context/auth/login/index.js +36 -0
- package/dist/system/presentation/context/auth/login/index.js.map +1 -0
- package/dist/system/presentation/context/auth/login/styles.d.ts +4 -0
- package/dist/system/presentation/context/auth/login/styles.js +14 -0
- package/dist/system/presentation/context/auth/login/styles.js.map +1 -0
- package/dist/system/presentation/context/auth/private-page/index.d.ts +4 -0
- package/dist/system/presentation/context/auth/private-page/index.js +17 -0
- package/dist/system/presentation/context/auth/private-page/index.js.map +1 -0
- package/dist/system/presentation/context/auth/unauthenticated/index.d.ts +3 -0
- package/dist/system/presentation/context/auth/unauthenticated/index.js +15 -0
- package/dist/system/presentation/context/auth/unauthenticated/index.js.map +1 -0
- package/dist/system/presentation/context/container.d.ts +3 -0
- package/dist/system/presentation/context/container.js +12 -0
- package/dist/system/presentation/context/container.js.map +1 -0
- package/dist/system/presentation/context/index.d.ts +2 -0
- package/dist/system/presentation/context/index.js +19 -0
- package/dist/system/presentation/context/index.js.map +1 -0
- package/dist/system/presentation/hooks/index.d.ts +2 -0
- package/dist/system/presentation/hooks/index.js +19 -0
- package/dist/system/presentation/hooks/index.js.map +1 -0
- package/dist/system/presentation/hooks/menu/index.d.ts +1 -0
- package/dist/system/presentation/hooks/menu/index.js +18 -0
- package/dist/system/presentation/hooks/menu/index.js.map +1 -0
- package/dist/system/presentation/hooks/menu/use-load-menu.d.ts +1 -0
- package/dist/system/presentation/hooks/menu/use-load-menu.js +62 -0
- package/dist/system/presentation/hooks/menu/use-load-menu.js.map +1 -0
- package/dist/system/presentation/hooks/ui/index.d.ts +1 -0
- package/dist/system/presentation/hooks/ui/index.js +18 -0
- package/dist/system/presentation/hooks/ui/index.js.map +1 -0
- package/dist/system/presentation/hooks/ui/use-table/component.d.ts +4 -0
- package/dist/system/presentation/hooks/ui/use-table/component.js +25 -0
- package/dist/system/presentation/hooks/ui/use-table/component.js.map +1 -0
- package/dist/system/presentation/hooks/ui/use-table/components/index.d.ts +1 -0
- package/dist/system/presentation/hooks/ui/use-table/components/index.js +18 -0
- package/dist/system/presentation/hooks/ui/use-table/components/index.js.map +1 -0
- package/dist/system/presentation/hooks/ui/use-table/components/table/actions/index.d.ts +5 -0
- package/dist/system/presentation/hooks/ui/use-table/components/table/actions/index.js +81 -0
- package/dist/system/presentation/hooks/ui/use-table/components/table/actions/index.js.map +1 -0
- package/dist/system/presentation/hooks/ui/use-table/components/table/create/index.d.ts +4 -0
- package/dist/system/presentation/hooks/ui/use-table/components/table/create/index.js +81 -0
- package/dist/system/presentation/hooks/ui/use-table/components/table/create/index.js.map +1 -0
- package/dist/system/presentation/hooks/ui/use-table/components/table/index.d.ts +2 -0
- package/dist/system/presentation/hooks/ui/use-table/components/table/index.js +90 -0
- package/dist/system/presentation/hooks/ui/use-table/components/table/index.js.map +1 -0
- package/dist/system/presentation/hooks/ui/use-table/components/table/interfaces.d.ts +14 -0
- package/dist/system/presentation/hooks/ui/use-table/components/table/interfaces.js +3 -0
- package/dist/system/presentation/hooks/ui/use-table/components/table/interfaces.js.map +1 -0
- package/dist/system/presentation/hooks/ui/use-table/components/table/loader-table/index.d.ts +1 -0
- package/dist/system/presentation/hooks/ui/use-table/components/table/loader-table/index.js +33 -0
- package/dist/system/presentation/hooks/ui/use-table/components/table/loader-table/index.js.map +1 -0
- package/dist/system/presentation/hooks/ui/use-table/components/table/loader-table/styles.d.ts +4 -0
- package/dist/system/presentation/hooks/ui/use-table/components/table/loader-table/styles.js +14 -0
- package/dist/system/presentation/hooks/ui/use-table/components/table/loader-table/styles.js.map +1 -0
- package/dist/system/presentation/hooks/ui/use-table/components/table/pagination/index.d.ts +2 -0
- package/dist/system/presentation/hooks/ui/use-table/components/table/pagination/index.js +68 -0
- package/dist/system/presentation/hooks/ui/use-table/components/table/pagination/index.js.map +1 -0
- package/dist/system/presentation/hooks/ui/use-table/components/table/pagination/service.d.ts +25 -0
- package/dist/system/presentation/hooks/ui/use-table/components/table/pagination/service.js +53 -0
- package/dist/system/presentation/hooks/ui/use-table/components/table/pagination/service.js.map +1 -0
- package/dist/system/presentation/hooks/ui/use-table/components/table/pagination/styles.d.ts +2 -0
- package/dist/system/presentation/hooks/ui/use-table/components/table/pagination/styles.js +14 -0
- package/dist/system/presentation/hooks/ui/use-table/components/table/pagination/styles.js.map +1 -0
- package/dist/system/presentation/hooks/ui/use-table/components/table/styles.d.ts +4 -0
- package/dist/system/presentation/hooks/ui/use-table/components/table/styles.js +14 -0
- package/dist/system/presentation/hooks/ui/use-table/components/table/styles.js.map +1 -0
- package/dist/system/presentation/hooks/ui/use-table/components/table/thead-item/index.d.ts +2 -0
- package/dist/system/presentation/hooks/ui/use-table/components/table/thead-item/index.js +49 -0
- package/dist/system/presentation/hooks/ui/use-table/components/table/thead-item/index.js.map +1 -0
- package/dist/system/presentation/hooks/ui/use-table/components/table/thead-item/interfaces.d.ts +6 -0
- package/dist/system/presentation/hooks/ui/use-table/components/table/thead-item/interfaces.js +3 -0
- package/dist/system/presentation/hooks/ui/use-table/components/table/thead-item/interfaces.js.map +1 -0
- package/dist/system/presentation/hooks/ui/use-table/components/table/thead-item/styles.d.ts +4 -0
- package/dist/system/presentation/hooks/ui/use-table/components/table/thead-item/styles.js +14 -0
- package/dist/system/presentation/hooks/ui/use-table/components/table/thead-item/styles.js.map +1 -0
- package/dist/system/presentation/hooks/ui/use-table/index.d.ts +3 -0
- package/dist/system/presentation/hooks/ui/use-table/index.js +20 -0
- package/dist/system/presentation/hooks/ui/use-table/index.js.map +1 -0
- package/dist/system/presentation/hooks/ui/use-table/interfaces.d.ts +75 -0
- package/dist/system/presentation/hooks/ui/use-table/interfaces.js +3 -0
- package/dist/system/presentation/hooks/ui/use-table/interfaces.js.map +1 -0
- package/dist/system/presentation/hooks/ui/use-table/query.d.ts +3 -0
- package/dist/system/presentation/hooks/ui/use-table/query.js +62 -0
- package/dist/system/presentation/hooks/ui/use-table/query.js.map +1 -0
- package/dist/system/presentation/index.d.ts +5 -0
- package/dist/system/presentation/index.js +22 -0
- package/dist/system/presentation/index.js.map +1 -0
- package/dist/system/presentation/utils/index.d.ts +1 -0
- package/dist/system/presentation/utils/index.js +18 -0
- package/dist/system/presentation/utils/index.js.map +1 -0
- package/dist/system/presentation/utils/use-query/call-api-one-time.d.ts +5 -0
- package/dist/system/presentation/utils/use-query/call-api-one-time.js +9 -0
- package/dist/system/presentation/utils/use-query/call-api-one-time.js.map +1 -0
- package/dist/system/presentation/utils/use-query/index.d.ts +1 -0
- package/dist/system/presentation/utils/use-query/index.js +18 -0
- package/dist/system/presentation/utils/use-query/index.js.map +1 -0
- package/dist/ui/components/accordion/index..d.ts +2 -0
- package/dist/ui/components/accordion/index..js +37 -0
- package/dist/ui/components/accordion/index..js.map +1 -0
- package/dist/ui/components/accordion/interfaces.d.ts +7 -0
- package/dist/ui/components/accordion/interfaces.js +3 -0
- package/dist/ui/components/accordion/interfaces.js.map +1 -0
- package/dist/ui/components/accordion/styles.d.ts +2 -0
- package/dist/ui/components/accordion/styles.js +11 -0
- package/dist/ui/components/accordion/styles.js.map +1 -0
- package/dist/ui/components/breadcrumb/index.d.ts +2 -0
- package/dist/ui/components/breadcrumb/index.js +68 -0
- package/dist/ui/components/breadcrumb/index.js.map +1 -0
- package/dist/ui/components/breadcrumb/interfaces.d.ts +8 -0
- package/dist/ui/components/breadcrumb/interfaces.js +3 -0
- package/dist/ui/components/breadcrumb/interfaces.js.map +1 -0
- package/dist/ui/components/breadcrumb/styles.d.ts +4 -0
- package/dist/ui/components/breadcrumb/styles.js +14 -0
- package/dist/ui/components/breadcrumb/styles.js.map +1 -0
- package/dist/ui/components/button/component.d.ts +2 -0
- package/dist/ui/components/button/component.js +62 -0
- package/dist/ui/components/button/component.js.map +1 -0
- package/dist/ui/components/button/index.d.ts +2 -0
- package/dist/ui/components/button/index.js +19 -0
- package/dist/ui/components/button/index.js.map +1 -0
- package/dist/ui/components/button/interfaces.d.ts +10 -0
- package/dist/ui/components/button/interfaces.js +3 -0
- package/dist/ui/components/button/interfaces.js.map +1 -0
- package/dist/ui/components/button/styles.d.ts +6 -0
- package/dist/ui/components/button/styles.js +14 -0
- package/dist/ui/components/button/styles.js.map +1 -0
- package/dist/ui/components/container/index.d.ts +2 -0
- package/dist/ui/components/container/index.js +10 -0
- package/dist/ui/components/container/index.js.map +1 -0
- package/dist/ui/components/container/interfaces.d.ts +4 -0
- package/dist/ui/components/container/interfaces.js +3 -0
- package/dist/ui/components/container/interfaces.js.map +1 -0
- package/dist/ui/components/error-boundary/component.d.ts +2 -0
- package/dist/ui/components/error-boundary/component.js +12 -0
- package/dist/ui/components/error-boundary/component.js.map +1 -0
- package/dist/ui/components/error-boundary/error-body.d.ts +2 -0
- package/dist/ui/components/error-boundary/error-body.js +10 -0
- package/dist/ui/components/error-boundary/error-body.js.map +1 -0
- package/dist/ui/components/error-boundary/index.d.ts +2 -0
- package/dist/ui/components/error-boundary/index.js +19 -0
- package/dist/ui/components/error-boundary/index.js.map +1 -0
- package/dist/ui/components/error-boundary/interfaces.d.ts +8 -0
- package/dist/ui/components/error-boundary/interfaces.js +3 -0
- package/dist/ui/components/error-boundary/interfaces.js.map +1 -0
- package/dist/ui/components/form/checkbox/index.d.ts +10 -0
- package/dist/ui/components/form/checkbox/index.js +48 -0
- package/dist/ui/components/form/checkbox/index.js.map +1 -0
- package/dist/ui/components/form/checkbox/styles.d.ts +4 -0
- package/dist/ui/components/form/checkbox/styles.js +14 -0
- package/dist/ui/components/form/checkbox/styles.js.map +1 -0
- package/dist/ui/components/form/handler/custom-submit/index.d.ts +16 -0
- package/dist/ui/components/form/handler/custom-submit/index.js +22 -0
- package/dist/ui/components/form/handler/custom-submit/index.js.map +1 -0
- package/dist/ui/components/form/handler/dynamic_form_handler/index.d.ts +2 -0
- package/dist/ui/components/form/handler/dynamic_form_handler/index.js +103 -0
- package/dist/ui/components/form/handler/dynamic_form_handler/index.js.map +1 -0
- package/dist/ui/components/form/handler/dynamic_form_handler/interfaces.d.ts +26 -0
- package/dist/ui/components/form/handler/dynamic_form_handler/interfaces.js +3 -0
- package/dist/ui/components/form/handler/dynamic_form_handler/interfaces.js.map +1 -0
- package/dist/ui/components/form/handler/form-handler/index.d.ts +2 -0
- package/dist/ui/components/form/handler/form-handler/index.js +148 -0
- package/dist/ui/components/form/handler/form-handler/index.js.map +1 -0
- package/dist/ui/components/form/handler/index.d.ts +2 -0
- package/dist/ui/components/form/handler/index.js +25 -0
- package/dist/ui/components/form/handler/index.js.map +1 -0
- package/dist/ui/components/form/handler/interfaces.d.ts +18 -0
- package/dist/ui/components/form/handler/interfaces.js +3 -0
- package/dist/ui/components/form/handler/interfaces.js.map +1 -0
- package/dist/ui/components/form/handler/styles.d.ts +4 -0
- package/dist/ui/components/form/handler/styles.js +14 -0
- package/dist/ui/components/form/handler/styles.js.map +1 -0
- package/dist/ui/components/form/index.d.ts +13 -0
- package/dist/ui/components/form/index.js +30 -0
- package/dist/ui/components/form/index.js.map +1 -0
- package/dist/ui/components/form/input/index.d.ts +2 -0
- package/dist/ui/components/form/input/index.js +23 -0
- package/dist/ui/components/form/input/index.js.map +1 -0
- package/dist/ui/components/form/input-control/error/index.d.ts +2 -0
- package/dist/ui/components/form/input-control/error/index.js +40 -0
- package/dist/ui/components/form/input-control/error/index.js.map +1 -0
- package/dist/ui/components/form/input-control/error/styles.d.ts +4 -0
- package/dist/ui/components/form/input-control/error/styles.js +14 -0
- package/dist/ui/components/form/input-control/error/styles.js.map +1 -0
- package/dist/ui/components/form/input-control/index.d.ts +2 -0
- package/dist/ui/components/form/input-control/index.js +38 -0
- package/dist/ui/components/form/input-control/index.js.map +1 -0
- package/dist/ui/components/form/input-control/label/index.d.ts +1 -0
- package/dist/ui/components/form/input-control/label/index.js +34 -0
- package/dist/ui/components/form/input-control/label/index.js.map +1 -0
- package/dist/ui/components/form/input-control/label/interfaces.d.ts +4 -0
- package/dist/ui/components/form/input-control/label/interfaces.js +1 -0
- package/dist/ui/components/form/input-control/label/interfaces.js.map +1 -0
- package/dist/ui/components/form/input-control/label/styles.d.ts +4 -0
- package/dist/ui/components/form/input-control/label/styles.js +14 -0
- package/dist/ui/components/form/input-control/label/styles.js.map +1 -0
- package/dist/ui/components/form/input-control/loader-input/index.d.ts +1 -0
- package/dist/ui/components/form/input-control/loader-input/index.js +34 -0
- package/dist/ui/components/form/input-control/loader-input/index.js.map +1 -0
- package/dist/ui/components/form/input-control/loader-input/styles.d.ts +4 -0
- package/dist/ui/components/form/input-control/loader-input/styles.js +14 -0
- package/dist/ui/components/form/input-control/loader-input/styles.js.map +1 -0
- package/dist/ui/components/form/input-control/styles.d.ts +8 -0
- package/dist/ui/components/form/input-control/styles.js +17 -0
- package/dist/ui/components/form/input-control/styles.js.map +1 -0
- package/dist/ui/components/form/input-cpf-cnpj/index.d.ts +2 -0
- package/dist/ui/components/form/input-cpf-cnpj/index.js +35 -0
- package/dist/ui/components/form/input-cpf-cnpj/index.js.map +1 -0
- package/dist/ui/components/form/input-currency/index.d.ts +2 -0
- package/dist/ui/components/form/input-currency/index.js +27 -0
- package/dist/ui/components/form/input-currency/index.js.map +1 -0
- package/dist/ui/components/form/input-file/index.d.ts +2 -0
- package/dist/ui/components/form/input-file/index.js +35 -0
- package/dist/ui/components/form/input-file/index.js.map +1 -0
- package/dist/ui/components/form/input-file/styles.d.ts +4 -0
- package/dist/ui/components/form/input-file/styles.js +14 -0
- package/dist/ui/components/form/input-file/styles.js.map +1 -0
- package/dist/ui/components/form/input-mask/index.d.ts +5 -0
- package/dist/ui/components/form/input-mask/index.js +28 -0
- package/dist/ui/components/form/input-mask/index.js.map +1 -0
- package/dist/ui/components/form/input-password/index.d.ts +2 -0
- package/dist/ui/components/form/input-password/index.js +50 -0
- package/dist/ui/components/form/input-password/index.js.map +1 -0
- package/dist/ui/components/form/input-password/styles.d.ts +4 -0
- package/dist/ui/components/form/input-password/styles.js +14 -0
- package/dist/ui/components/form/input-password/styles.js.map +1 -0
- package/dist/ui/components/form/input-switch/index.d.ts +2 -0
- package/dist/ui/components/form/input-switch/index.js +24 -0
- package/dist/ui/components/form/input-switch/index.js.map +1 -0
- package/dist/ui/components/form/interfaces.d.ts +13 -0
- package/dist/ui/components/form/interfaces.js +3 -0
- package/dist/ui/components/form/interfaces.js.map +1 -0
- package/dist/ui/components/form/radio/index.d.ts +10 -0
- package/dist/ui/components/form/radio/index.js +59 -0
- package/dist/ui/components/form/radio/index.js.map +1 -0
- package/dist/ui/components/form/radio/styles.d.ts +4 -0
- package/dist/ui/components/form/radio/styles.js +14 -0
- package/dist/ui/components/form/radio/styles.js.map +1 -0
- package/dist/ui/components/form/select/index.d.ts +2 -0
- package/dist/ui/components/form/select/index.js +76 -0
- package/dist/ui/components/form/select/index.js.map +1 -0
- package/dist/ui/components/form/select/interfaces.d.ts +24 -0
- package/dist/ui/components/form/select/interfaces.js +3 -0
- package/dist/ui/components/form/select/interfaces.js.map +1 -0
- package/dist/ui/components/form/select/styles.d.ts +4 -0
- package/dist/ui/components/form/select/styles.js +14 -0
- package/dist/ui/components/form/select/styles.js.map +1 -0
- package/dist/ui/components/form/textarea/index.d.ts +2 -0
- package/dist/ui/components/form/textarea/index.js +23 -0
- package/dist/ui/components/form/textarea/index.js.map +1 -0
- package/dist/ui/components/index.d.ts +10 -0
- package/dist/ui/components/index.js +27 -0
- package/dist/ui/components/index.js.map +1 -0
- package/dist/ui/components/loader-circle/index.d.ts +2 -0
- package/dist/ui/components/loader-circle/index.js +15 -0
- package/dist/ui/components/loader-circle/index.js.map +1 -0
- package/dist/ui/components/loader-circle/interfaces.d.ts +4 -0
- package/dist/ui/components/loader-circle/interfaces.js +3 -0
- package/dist/ui/components/loader-circle/interfaces.js.map +1 -0
- package/dist/ui/components/loading-screen/index.d.ts +3 -0
- package/dist/ui/components/loading-screen/index.js +40 -0
- package/dist/ui/components/loading-screen/index.js.map +1 -0
- package/dist/ui/components/loading-screen/interfaces.d.ts +4 -0
- package/dist/ui/components/loading-screen/interfaces.js +3 -0
- package/dist/ui/components/loading-screen/interfaces.js.map +1 -0
- package/dist/ui/components/loading-screen/styles.d.ts +4 -0
- package/dist/ui/components/loading-screen/styles.js +39 -0
- package/dist/ui/components/loading-screen/styles.js.map +1 -0
- package/dist/ui/components/menu-mobile/components/nav-links/index.d.ts +3 -0
- package/dist/ui/components/menu-mobile/components/nav-links/index.js +66 -0
- package/dist/ui/components/menu-mobile/components/nav-links/index.js.map +1 -0
- package/dist/ui/components/menu-mobile/components/nav-links/interfaces.d.ts +5 -0
- package/dist/ui/components/menu-mobile/components/nav-links/interfaces.js +3 -0
- package/dist/ui/components/menu-mobile/components/nav-links/interfaces.js.map +1 -0
- package/dist/ui/components/menu-mobile/components/nav-links/styles.d.ts +2 -0
- package/dist/ui/components/menu-mobile/components/nav-links/styles.js +14 -0
- package/dist/ui/components/menu-mobile/components/nav-links/styles.js.map +1 -0
- package/dist/ui/components/menu-mobile/index.d.ts +2 -0
- package/dist/ui/components/menu-mobile/index.js +78 -0
- package/dist/ui/components/menu-mobile/index.js.map +1 -0
- package/dist/ui/components/menu-mobile/interfaces.d.ts +24 -0
- package/dist/ui/components/menu-mobile/interfaces.js +3 -0
- package/dist/ui/components/menu-mobile/interfaces.js.map +1 -0
- package/dist/ui/components/menu-mobile/styles.d.ts +2 -0
- package/dist/ui/components/menu-mobile/styles.js +14 -0
- package/dist/ui/components/menu-mobile/styles.js.map +1 -0
- package/dist/ui/components/menu-mobile/top/index.d.ts +2 -0
- package/dist/ui/components/menu-mobile/top/index.js +50 -0
- package/dist/ui/components/menu-mobile/top/index.js.map +1 -0
- package/dist/ui/components/menu-mobile/top/interfaces.d.ts +6 -0
- package/dist/ui/components/menu-mobile/top/interfaces.js +3 -0
- package/dist/ui/components/menu-mobile/top/interfaces.js.map +1 -0
- package/dist/ui/components/menu-mobile/top/styles.d.ts +2 -0
- package/dist/ui/components/menu-mobile/top/styles.js +14 -0
- package/dist/ui/components/menu-mobile/top/styles.js.map +1 -0
- package/dist/ui/components/next-image/index.d.ts +2 -0
- package/dist/ui/components/next-image/index.js +41 -0
- package/dist/ui/components/next-image/index.js.map +1 -0
- package/dist/ui/components/next-image/interfaces.d.ts +7 -0
- package/dist/ui/components/next-image/interfaces.js +3 -0
- package/dist/ui/components/next-image/interfaces.js.map +1 -0
- package/dist/ui/components/next-image/styles.d.ts +2 -0
- package/dist/ui/components/next-image/styles.js +14 -0
- package/dist/ui/components/next-image/styles.js.map +1 -0
- package/dist/ui/components/sidebar/index.d.ts +3 -0
- package/dist/ui/components/sidebar/index.js +46 -0
- package/dist/ui/components/sidebar/index.js.map +1 -0
- package/dist/ui/components/sidebar/interfaces.d.ts +9 -0
- package/dist/ui/components/sidebar/interfaces.js +3 -0
- package/dist/ui/components/sidebar/interfaces.js.map +1 -0
- package/dist/ui/components/sidebar/styles.d.ts +11 -0
- package/dist/ui/components/sidebar/styles.js +16 -0
- package/dist/ui/components/sidebar/styles.js.map +1 -0
- package/dist/ui/contexts/index.d.ts +3 -0
- package/dist/ui/contexts/index.js +20 -0
- package/dist/ui/contexts/index.js.map +1 -0
- package/dist/ui/contexts/route-loading/index.d.ts +3 -0
- package/dist/ui/contexts/route-loading/index.js +39 -0
- package/dist/ui/contexts/route-loading/index.js.map +1 -0
- package/dist/ui/contexts/theme/context.d.ts +5 -0
- package/dist/ui/contexts/theme/context.js +19 -0
- package/dist/ui/contexts/theme/context.js.map +1 -0
- package/dist/ui/contexts/theme/index.d.ts +2 -0
- package/dist/ui/contexts/theme/index.js +19 -0
- package/dist/ui/contexts/theme/index.js.map +1 -0
- package/dist/ui/contexts/theme/interfaces.d.ts +8 -0
- package/dist/ui/contexts/theme/interfaces.js +7 -0
- package/dist/ui/contexts/theme/interfaces.js.map +1 -0
- package/dist/ui/contexts/toast/index.d.ts +8 -0
- package/dist/ui/contexts/toast/index.js +70 -0
- package/dist/ui/contexts/toast/index.js.map +1 -0
- package/dist/ui/contexts/toast/interfaces.d.ts +5 -0
- package/dist/ui/contexts/toast/interfaces.js +3 -0
- package/dist/ui/contexts/toast/interfaces.js.map +1 -0
- package/dist/ui/contexts/toast/styles.d.ts +4 -0
- package/dist/ui/contexts/toast/styles.js +14 -0
- package/dist/ui/contexts/toast/styles.js.map +1 -0
- package/dist/ui/contexts/toast/toast-item/index.d.ts +5 -0
- package/dist/ui/contexts/toast/toast-item/index.js +65 -0
- package/dist/ui/contexts/toast/toast-item/index.js.map +1 -0
- package/dist/ui/contexts/toast/toast-item/styles.d.ts +4 -0
- package/dist/ui/contexts/toast/toast-item/styles.js +14 -0
- package/dist/ui/contexts/toast/toast-item/styles.js.map +1 -0
- package/dist/ui/hooks/index.d.ts +2 -0
- package/dist/ui/hooks/index.js +19 -0
- package/dist/ui/hooks/index.js.map +1 -0
- package/dist/ui/hooks/use-mounted/index.d.ts +1 -0
- package/dist/ui/hooks/use-mounted/index.js +13 -0
- package/dist/ui/hooks/use-mounted/index.js.map +1 -0
- package/dist/ui/hooks/use-screen/index.d.ts +5 -0
- package/dist/ui/hooks/use-screen/index.js +36 -0
- package/dist/ui/hooks/use-screen/index.js.map +1 -0
- package/dist/ui/icons/index.d.ts +53 -0
- package/dist/ui/icons/index.js +70 -0
- package/dist/ui/icons/index.js.map +1 -0
- package/dist/ui/icons/interfaces.d.ts +4 -0
- package/dist/ui/icons/interfaces.js +3 -0
- package/dist/ui/icons/interfaces.js.map +1 -0
- package/dist/ui/icons/render/Carousel-left-icon.d.ts +2 -0
- package/dist/ui/icons/render/Carousel-left-icon.js +10 -0
- package/dist/ui/icons/render/Carousel-left-icon.js.map +1 -0
- package/dist/ui/icons/render/Carousel-right-icon.d.ts +2 -0
- package/dist/ui/icons/render/Carousel-right-icon.js +10 -0
- package/dist/ui/icons/render/Carousel-right-icon.js.map +1 -0
- package/dist/ui/icons/render/Check.d.ts +2 -0
- package/dist/ui/icons/render/Check.js +10 -0
- package/dist/ui/icons/render/Check.js.map +1 -0
- package/dist/ui/icons/render/Clock.d.ts +2 -0
- package/dist/ui/icons/render/Clock.js +10 -0
- package/dist/ui/icons/render/Clock.js.map +1 -0
- package/dist/ui/icons/render/Close.d.ts +2 -0
- package/dist/ui/icons/render/Close.js +10 -0
- package/dist/ui/icons/render/Close.js.map +1 -0
- package/dist/ui/icons/render/Codie.d.ts +2 -0
- package/dist/ui/icons/render/Codie.js +10 -0
- package/dist/ui/icons/render/Codie.js.map +1 -0
- package/dist/ui/icons/render/Edit.d.ts +2 -0
- package/dist/ui/icons/render/Edit.js +10 -0
- package/dist/ui/icons/render/Edit.js.map +1 -0
- package/dist/ui/icons/render/Email.d.ts +3 -0
- package/dist/ui/icons/render/Email.js +15 -0
- package/dist/ui/icons/render/Email.js.map +1 -0
- package/dist/ui/icons/render/Exit.d.ts +1 -0
- package/dist/ui/icons/render/Exit.js +9 -0
- package/dist/ui/icons/render/Exit.js.map +1 -0
- package/dist/ui/icons/render/Eye.d.ts +2 -0
- package/dist/ui/icons/render/Eye.js +10 -0
- package/dist/ui/icons/render/Eye.js.map +1 -0
- package/dist/ui/icons/render/Facebook.d.ts +3 -0
- package/dist/ui/icons/render/Facebook.js +15 -0
- package/dist/ui/icons/render/Facebook.js.map +1 -0
- package/dist/ui/icons/render/File.d.ts +2 -0
- package/dist/ui/icons/render/File.js +10 -0
- package/dist/ui/icons/render/File.js.map +1 -0
- package/dist/ui/icons/render/Folder.d.ts +2 -0
- package/dist/ui/icons/render/Folder.js +10 -0
- package/dist/ui/icons/render/Folder.js.map +1 -0
- package/dist/ui/icons/render/Gear.d.ts +1 -0
- package/dist/ui/icons/render/Gear.js +9 -0
- package/dist/ui/icons/render/Gear.js.map +1 -0
- package/dist/ui/icons/render/Globe.d.ts +2 -0
- package/dist/ui/icons/render/Globe.js +10 -0
- package/dist/ui/icons/render/Globe.js.map +1 -0
- package/dist/ui/icons/render/Home.d.ts +2 -0
- package/dist/ui/icons/render/Home.js +10 -0
- package/dist/ui/icons/render/Home.js.map +1 -0
- package/dist/ui/icons/render/Insagram.d.ts +3 -0
- package/dist/ui/icons/render/Insagram.js +15 -0
- package/dist/ui/icons/render/Insagram.js.map +1 -0
- package/dist/ui/icons/render/Linkedin.d.ts +3 -0
- package/dist/ui/icons/render/Linkedin.js +15 -0
- package/dist/ui/icons/render/Linkedin.js.map +1 -0
- package/dist/ui/icons/render/LongArrowRight.d.ts +2 -0
- package/dist/ui/icons/render/LongArrowRight.js +11 -0
- package/dist/ui/icons/render/LongArrowRight.js.map +1 -0
- package/dist/ui/icons/render/Lupa.d.ts +2 -0
- package/dist/ui/icons/render/Lupa.js +10 -0
- package/dist/ui/icons/render/Lupa.js.map +1 -0
- package/dist/ui/icons/render/Map.d.ts +2 -0
- package/dist/ui/icons/render/Map.js +10 -0
- package/dist/ui/icons/render/Map.js.map +1 -0
- package/dist/ui/icons/render/Microphone.d.ts +2 -0
- package/dist/ui/icons/render/Microphone.js +10 -0
- package/dist/ui/icons/render/Microphone.js.map +1 -0
- package/dist/ui/icons/render/Minus.d.ts +2 -0
- package/dist/ui/icons/render/Minus.js +10 -0
- package/dist/ui/icons/render/Minus.js.map +1 -0
- package/dist/ui/icons/render/NavDown.d.ts +3 -0
- package/dist/ui/icons/render/NavDown.js +15 -0
- package/dist/ui/icons/render/NavDown.js.map +1 -0
- package/dist/ui/icons/render/NavLeft.d.ts +2 -0
- package/dist/ui/icons/render/NavLeft.js +10 -0
- package/dist/ui/icons/render/NavLeft.js.map +1 -0
- package/dist/ui/icons/render/NavRight.d.ts +2 -0
- package/dist/ui/icons/render/NavRight.js +10 -0
- package/dist/ui/icons/render/NavRight.js.map +1 -0
- package/dist/ui/icons/render/NavUp.d.ts +2 -0
- package/dist/ui/icons/render/NavUp.js +10 -0
- package/dist/ui/icons/render/NavUp.js.map +1 -0
- package/dist/ui/icons/render/Phone.d.ts +3 -0
- package/dist/ui/icons/render/Phone.js +15 -0
- package/dist/ui/icons/render/Phone.js.map +1 -0
- package/dist/ui/icons/render/Pin.d.ts +3 -0
- package/dist/ui/icons/render/Pin.js +15 -0
- package/dist/ui/icons/render/Pin.js.map +1 -0
- package/dist/ui/icons/render/Play.d.ts +2 -0
- package/dist/ui/icons/render/Play.js +10 -0
- package/dist/ui/icons/render/Play.js.map +1 -0
- package/dist/ui/icons/render/Plus.d.ts +2 -0
- package/dist/ui/icons/render/Plus.js +10 -0
- package/dist/ui/icons/render/Plus.js.map +1 -0
- package/dist/ui/icons/render/Share.d.ts +2 -0
- package/dist/ui/icons/render/Share.js +10 -0
- package/dist/ui/icons/render/Share.js.map +1 -0
- package/dist/ui/icons/render/TikTok.d.ts +2 -0
- package/dist/ui/icons/render/TikTok.js +10 -0
- package/dist/ui/icons/render/TikTok.js.map +1 -0
- package/dist/ui/icons/render/Twitter.d.ts +3 -0
- package/dist/ui/icons/render/Twitter.js +15 -0
- package/dist/ui/icons/render/Twitter.js.map +1 -0
- package/dist/ui/icons/render/YouTube.d.ts +2 -0
- package/dist/ui/icons/render/YouTube.js +10 -0
- package/dist/ui/icons/render/YouTube.js.map +1 -0
- package/dist/ui/icons/render/box.d.ts +2 -0
- package/dist/ui/icons/render/box.js +10 -0
- package/dist/ui/icons/render/box.js.map +1 -0
- package/dist/ui/icons/render/calendar.d.ts +2 -0
- package/dist/ui/icons/render/calendar.js +10 -0
- package/dist/ui/icons/render/calendar.js.map +1 -0
- package/dist/ui/icons/render/chat.d.ts +2 -0
- package/dist/ui/icons/render/chat.js +10 -0
- package/dist/ui/icons/render/chat.js.map +1 -0
- package/dist/ui/icons/render/component.d.ts +9 -0
- package/dist/ui/icons/render/component.js +10 -0
- package/dist/ui/icons/render/component.js.map +1 -0
- package/dist/ui/icons/render/exclamation.d.ts +2 -0
- package/dist/ui/icons/render/exclamation.js +10 -0
- package/dist/ui/icons/render/exclamation.js.map +1 -0
- package/dist/ui/icons/render/eye-off.d.ts +2 -0
- package/dist/ui/icons/render/eye-off.js +10 -0
- package/dist/ui/icons/render/eye-off.js.map +1 -0
- package/dist/ui/icons/render/fullfield-bell.d.ts +2 -0
- package/dist/ui/icons/render/fullfield-bell.js +10 -0
- package/dist/ui/icons/render/fullfield-bell.js.map +1 -0
- package/dist/ui/icons/render/fullfield-chat.d.ts +2 -0
- package/dist/ui/icons/render/fullfield-chat.js +10 -0
- package/dist/ui/icons/render/fullfield-chat.js.map +1 -0
- package/dist/ui/icons/render/image.d.ts +2 -0
- package/dist/ui/icons/render/image.js +10 -0
- package/dist/ui/icons/render/image.js.map +1 -0
- package/dist/ui/icons/render/index.d.ts +1 -0
- package/dist/ui/icons/render/index.js +18 -0
- package/dist/ui/icons/render/index.js.map +1 -0
- package/dist/ui/icons/render/keyboard-right-arrow.d.ts +2 -0
- package/dist/ui/icons/render/keyboard-right-arrow.js +10 -0
- package/dist/ui/icons/render/keyboard-right-arrow.js.map +1 -0
- package/dist/ui/icons/render/loading.d.ts +2 -0
- package/dist/ui/icons/render/loading.js +10 -0
- package/dist/ui/icons/render/loading.js.map +1 -0
- package/dist/ui/icons/render/not-found.d.ts +2 -0
- package/dist/ui/icons/render/not-found.js +10 -0
- package/dist/ui/icons/render/not-found.js.map +1 -0
- package/dist/ui/icons/render/phone-message.d.ts +2 -0
- package/dist/ui/icons/render/phone-message.js +10 -0
- package/dist/ui/icons/render/phone-message.js.map +1 -0
- package/dist/ui/icons/render/plus-sharp.d.ts +2 -0
- package/dist/ui/icons/render/plus-sharp.js +10 -0
- package/dist/ui/icons/render/plus-sharp.js.map +1 -0
- package/dist/ui/icons/render/shopping.d.ts +2 -0
- package/dist/ui/icons/render/shopping.js +10 -0
- package/dist/ui/icons/render/shopping.js.map +1 -0
- package/dist/ui/icons/render/transparent-mail.d.ts +2 -0
- package/dist/ui/icons/render/transparent-mail.js +10 -0
- package/dist/ui/icons/render/transparent-mail.js.map +1 -0
- package/dist/ui/icons/render/transparent-phone.d.ts +2 -0
- package/dist/ui/icons/render/transparent-phone.js +10 -0
- package/dist/ui/icons/render/transparent-phone.js.map +1 -0
- package/dist/ui/icons/render/user.d.ts +2 -0
- package/dist/ui/icons/render/user.js +10 -0
- package/dist/ui/icons/render/user.js.map +1 -0
- package/dist/ui/icons/render/whats.d.ts +3 -0
- package/dist/ui/icons/render/whats.js +15 -0
- package/dist/ui/icons/render/whats.js.map +1 -0
- package/dist/ui/icons/render-icon/index.d.ts +7 -0
- package/dist/ui/icons/render-icon/index.js +38 -0
- package/dist/ui/icons/render-icon/index.js.map +1 -0
- package/dist/ui/index.d.ts +5 -0
- package/dist/ui/index.js +22 -0
- package/dist/ui/index.js.map +1 -0
- package/dist/ui/utils/cookies.d.ts +3 -0
- package/dist/ui/utils/cookies.js +30 -0
- package/dist/ui/utils/cookies.js.map +1 -0
- package/dist/ui/utils/facebook/facebook-pixel.d.ts +3 -0
- package/dist/ui/utils/facebook/facebook-pixel.js +15 -0
- package/dist/ui/utils/facebook/facebook-pixel.js.map +1 -0
- package/dist/ui/utils/facebook/index.d.ts +1 -0
- package/dist/ui/utils/facebook/index.js +18 -0
- package/dist/ui/utils/facebook/index.js.map +1 -0
- package/dist/ui/utils/index.d.ts +5 -0
- package/dist/ui/utils/index.js +22 -0
- package/dist/ui/utils/index.js.map +1 -0
- package/dist/ui/utils/libs/index.d.ts +1 -0
- package/dist/ui/utils/libs/index.js +18 -0
- package/dist/ui/utils/libs/index.js.map +1 -0
- package/dist/ui/utils/libs/next/index.d.ts +2 -0
- package/dist/ui/utils/libs/next/index.js +19 -0
- package/dist/ui/utils/libs/next/index.js.map +1 -0
- package/dist/ui/utils/libs/next/router-build.d.ts +10 -0
- package/dist/ui/utils/libs/next/router-build.js +113 -0
- package/dist/ui/utils/libs/next/router-build.js.map +1 -0
- package/dist/ui/utils/libs/next/update-route.d.ts +6 -0
- package/dist/ui/utils/libs/next/update-route.js +31 -0
- package/dist/ui/utils/libs/next/update-route.js.map +1 -0
- package/dist/ui/utils/uid/index.d.ts +1 -0
- package/dist/ui/utils/uid/index.js +17 -0
- package/dist/ui/utils/uid/index.js.map +1 -0
- package/dist/ui/utils/validations/index.d.ts +2 -0
- package/dist/ui/utils/validations/index.js +19 -0
- package/dist/ui/utils/validations/index.js.map +1 -0
- package/dist/ui/utils/validations/validate-cpf.d.ts +1 -0
- package/dist/ui/utils/validations/validate-cpf.js +34 -0
- package/dist/ui/utils/validations/validate-cpf.js.map +1 -0
- package/dist/ui/utils/validations/validate-phone.d.ts +1 -0
- package/dist/ui/utils/validations/validate-phone.js +86 -0
- package/dist/ui/utils/validations/validate-phone.js.map +1 -0
- package/package.json +1 -1
- package/dist/tsconfig.tsbuildinfo +0 -1
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __assign = (this && this.__assign) || function () {
|
|
3
|
+
__assign = Object.assign || function(t) {
|
|
4
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
5
|
+
s = arguments[i];
|
|
6
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
7
|
+
t[p] = s[p];
|
|
8
|
+
}
|
|
9
|
+
return t;
|
|
10
|
+
};
|
|
11
|
+
return __assign.apply(this, arguments);
|
|
12
|
+
};
|
|
13
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14
|
+
exports.Textarea = void 0;
|
|
15
|
+
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
16
|
+
var formik_1 = require("formik");
|
|
17
|
+
var input_control_1 = require("../input-control/index.js");
|
|
18
|
+
function Textarea(props) {
|
|
19
|
+
var field = (0, formik_1.useField)({ name: props.name })[0];
|
|
20
|
+
return ((0, jsx_runtime_1.jsx)(input_control_1.InputControl, __assign({}, props, { children: (0, jsx_runtime_1.jsx)("textarea", __assign({ id: props.name, className: "font-16-regular" }, props, field)) })));
|
|
21
|
+
}
|
|
22
|
+
exports.Textarea = Textarea;
|
|
23
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/ui/components/form/textarea/index.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;AAAA,iCAAkC;AAClC,kDAAgD;AAIhD,SAAgB,QAAQ,CAAC,KAAiB;IACjC,IAAA,KAAK,GAAI,IAAA,iBAAQ,EAAC,EAAE,IAAI,EAAE,KAAK,CAAC,IAAI,EAAE,CAAC,GAAlC,CAAmC;IAE/C,OAAO,CACL,uBAAC,4BAAY,eAAK,KAAK,cACrB,8CACE,EAAE,EAAE,KAAK,CAAC,IAAI,EACd,SAAS,EAAC,iBAAiB,IACvB,KAAK,EACL,KAAK,EACT,IACW,CAChB,CAAC;AACJ,CAAC;AAbD,4BAaC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export * from './form/index.js';
|
|
2
|
+
export * from './button/index.js';
|
|
3
|
+
export * from './sidebar/index.js';
|
|
4
|
+
export * from './container/index.js';
|
|
5
|
+
export * from './next-image/index.js';
|
|
6
|
+
export * from './breadcrumb/index.js';
|
|
7
|
+
export * from './menu-mobile/index.js';
|
|
8
|
+
export * from './loader-circle/index.js';
|
|
9
|
+
export * from './error-boundary/index.js';
|
|
10
|
+
export * from './loading-screen/index.js';
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./form/index.js"), exports);
|
|
18
|
+
__exportStar(require("./button/index.js"), exports);
|
|
19
|
+
__exportStar(require("./sidebar/index.js"), exports);
|
|
20
|
+
__exportStar(require("./container/index.js"), exports);
|
|
21
|
+
__exportStar(require("./next-image/index.js"), exports);
|
|
22
|
+
__exportStar(require("./breadcrumb/index.js"), exports);
|
|
23
|
+
__exportStar(require("./menu-mobile/index.js"), exports);
|
|
24
|
+
__exportStar(require("./loader-circle/index.js"), exports);
|
|
25
|
+
__exportStar(require("./error-boundary/index.js"), exports);
|
|
26
|
+
__exportStar(require("./loading-screen/index.js"), exports);
|
|
27
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/ui/components/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,yCAAsB;AACtB,2CAAwB;AACxB,4CAAyB;AACzB,8CAA2B;AAC3B,+CAA4B;AAC5B,+CAA4B;AAC5B,gDAA6B;AAC7B,kDAA+B;AAC/B,mDAAgC;AAChC,mDAAgC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.LoaderCircle = void 0;
|
|
4
|
+
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
|
+
function LoaderCircle(_a) {
|
|
6
|
+
var size = _a.size, color = _a.color;
|
|
7
|
+
return ((0, jsx_runtime_1.jsx)("svg", { xmlns: 'http://www.w3.org/2000/svg', style: {
|
|
8
|
+
margin: 'auto',
|
|
9
|
+
background: 'none',
|
|
10
|
+
display: 'block',
|
|
11
|
+
shapeRendering: 'auto',
|
|
12
|
+
}, width: size + 'px', height: size + 'px', viewBox: '0 0 100 100', preserveAspectRatio: 'xMidYMid', className: 'loader-button', children: (0, jsx_runtime_1.jsx)("circle", { cx: '50', cy: '50', fill: 'none', stroke: color ? color : '#ffffff', strokeWidth: '10', r: '35', strokeDasharray: '164.93361431346415 56.97787143782138', children: (0, jsx_runtime_1.jsx)("animateTransform", { attributeName: 'transform', type: 'rotate', repeatCount: 'indefinite', dur: '0.7874015748031495s', values: '0 50 50;360 50 50', keyTimes: '0;1' }) }) }));
|
|
13
|
+
}
|
|
14
|
+
exports.LoaderCircle = LoaderCircle;
|
|
15
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/ui/components/loader-circle/index.tsx"],"names":[],"mappings":";;;;AAEA,SAAgB,YAAY,CAAC,EAAkC;QAAhC,IAAI,UAAA,EAAE,KAAK,WAAA;IACxC,OAAO,CACL,gCACE,KAAK,EAAC,4BAA4B,EAClC,KAAK,EAAE;YACL,MAAM,EAAE,MAAM;YACd,UAAU,EAAE,MAAM;YAClB,OAAO,EAAE,OAAO;YAChB,cAAc,EAAE,MAAM;SACvB,EACD,KAAK,EAAE,IAAI,GAAG,IAAI,EAClB,MAAM,EAAE,IAAI,GAAG,IAAI,EACnB,OAAO,EAAC,aAAa,EACrB,mBAAmB,EAAC,UAAU,EAC9B,SAAS,EAAC,eAAe,YAEzB,mCACE,EAAE,EAAC,IAAI,EACP,EAAE,EAAC,IAAI,EACP,IAAI,EAAC,MAAM,EACX,MAAM,EAAE,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,SAAS,EACjC,WAAW,EAAC,IAAI,EAChB,CAAC,EAAC,IAAI,EACN,eAAe,EAAC,sCAAsC,YAEtD,6CACE,aAAa,EAAC,WAAW,EACzB,IAAI,EAAC,QAAQ,EACb,WAAW,EAAC,YAAY,EACxB,GAAG,EAAC,qBAAqB,EACzB,MAAM,EAAC,mBAAmB,EAC1B,QAAQ,EAAC,KAAK,GACI,GACb,GACL,CACP,CAAA;AACH,CAAC;AApCD,oCAoCC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"interfaces.js","sourceRoot":"","sources":["../../../../src/ui/components/loader-circle/interfaces.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
19
|
+
if (mod && mod.__esModule) return mod;
|
|
20
|
+
var result = {};
|
|
21
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
22
|
+
__setModuleDefault(result, mod);
|
|
23
|
+
return result;
|
|
24
|
+
};
|
|
25
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
26
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
27
|
+
};
|
|
28
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
+
exports.LoadingScreen = void 0;
|
|
30
|
+
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
31
|
+
var react_dom_1 = __importDefault(require("react-dom"));
|
|
32
|
+
var icons_1 = require("../../../ui/icons/index.js");
|
|
33
|
+
var error_boundary_1 = require("../error-boundary/index.js");
|
|
34
|
+
var S = __importStar(require("./styles.js"));
|
|
35
|
+
function LoadingScreen(_a) {
|
|
36
|
+
var size = _a.size, color = _a.color;
|
|
37
|
+
return react_dom_1.default.createPortal((0, jsx_runtime_1.jsx)(error_boundary_1.Error, { name: 'LoadingScreen', children: (0, jsx_runtime_1.jsx)(S.LoadingScreen, { children: (0, jsx_runtime_1.jsx)("div", { style: { width: size, color: color }, className: 'icon', children: (0, jsx_runtime_1.jsx)(icons_1.Icon, { name: 'IconLoading' }) }) }) }), document === null || document === void 0 ? void 0 : document.body);
|
|
38
|
+
}
|
|
39
|
+
exports.LoadingScreen = LoadingScreen;
|
|
40
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/ui/components/loading-screen/index.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wDAAgC;AAEhC,oCAAiC;AACjC,oDAAyC;AAIzC,0CAA6B;AAE7B,SAAgB,aAAa,CAAC,EAAyB;QAAvB,IAAI,UAAA,EAAE,KAAK,WAAA;IACzC,OAAO,mBAAQ,CAAC,YAAY,CAC1B,uBAAC,sBAAK,IAAC,IAAI,EAAC,eAAe,YACzB,uBAAC,CAAC,CAAC,aAAa,cACd,gCAAK,KAAK,EAAE,EAAE,KAAK,EAAE,IAAI,EAAE,KAAK,OAAA,EAAE,EAAE,SAAS,EAAC,MAAM,YAClD,uBAAC,YAAI,IAAC,IAAI,EAAC,aAAa,GAAG,GACvB,GACU,GACZ,EACR,QAAQ,aAAR,QAAQ,uBAAR,QAAQ,CAAE,IAAI,CACf,CAAA;AACH,CAAC;AAXD,sCAWC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"interfaces.js","sourceRoot":"","sources":["../../../../src/ui/components/loading-screen/interfaces.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export declare const LoadingScreen: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
3
|
+
ref?: import("react").Ref<HTMLDivElement>;
|
|
4
|
+
}, never>>;
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __makeTemplateObject = (this && this.__makeTemplateObject) || function (cooked, raw) {
|
|
3
|
+
if (Object.defineProperty) { Object.defineProperty(cooked, "raw", { value: raw }); } else { cooked.raw = raw; }
|
|
4
|
+
return cooked;
|
|
5
|
+
};
|
|
6
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
7
|
+
if (k2 === undefined) k2 = k;
|
|
8
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
9
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
10
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
11
|
+
}
|
|
12
|
+
Object.defineProperty(o, k2, desc);
|
|
13
|
+
}) : (function(o, m, k, k2) {
|
|
14
|
+
if (k2 === undefined) k2 = k;
|
|
15
|
+
o[k2] = m[k];
|
|
16
|
+
}));
|
|
17
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
18
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
19
|
+
}) : function(o, v) {
|
|
20
|
+
o["default"] = v;
|
|
21
|
+
});
|
|
22
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
23
|
+
if (mod && mod.__esModule) return mod;
|
|
24
|
+
var result = {};
|
|
25
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
26
|
+
__setModuleDefault(result, mod);
|
|
27
|
+
return result;
|
|
28
|
+
};
|
|
29
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
30
|
+
exports.LoadingScreen = void 0;
|
|
31
|
+
var styled_components_1 = __importStar(require("styled-components"));
|
|
32
|
+
// Definindo a animação de rotação
|
|
33
|
+
var rotate = (0, styled_components_1.keyframes)(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n from {\n transform: rotate(0deg);\n }\n to {\n transform: rotate(360deg);\n }\n"], ["\n from {\n transform: rotate(0deg);\n }\n to {\n transform: rotate(360deg);\n }\n"
|
|
34
|
+
// Estilizando o componente de Loading para aplicar a animação
|
|
35
|
+
])));
|
|
36
|
+
// Estilizando o componente de Loading para aplicar a animação
|
|
37
|
+
exports.LoadingScreen = (0, styled_components_1.default)('div')(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n width: 100vw;\n height: 100vh;\n background: #fff;\n display: flex;\n align-items: center;\n justify-content: center;\n position: fixed;\n top: 0;\n left: 0;\n z-index: 99999999;\n\n .icon {\n display: flex;\n }\n\n svg {\n width: 100%;\n height: auto;\n animation: ", " 2s linear infinite;\n fill: currentColor;\n }\n"], ["\n width: 100vw;\n height: 100vh;\n background: #fff;\n display: flex;\n align-items: center;\n justify-content: center;\n position: fixed;\n top: 0;\n left: 0;\n z-index: 99999999;\n\n .icon {\n display: flex;\n }\n\n svg {\n width: 100%;\n height: auto;\n animation: ", " 2s linear infinite;\n fill: currentColor;\n }\n"])), rotate);
|
|
38
|
+
var templateObject_1, templateObject_2;
|
|
39
|
+
//# sourceMappingURL=styles.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"styles.js","sourceRoot":"","sources":["../../../../src/ui/components/loading-screen/styles.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,qEAAqD;AAErD,kCAAkC;AAClC,IAAM,MAAM,OAAG,6BAAS,kKAAA,8FAOvB;IAED,8DAA8D;IAF7D,CAAA;AAED,8DAA8D;AACjD,QAAA,aAAa,GAAG,IAAA,2BAAM,EAAC,KAAK,CAAC,maAAA,wSAmBzB,EAAM,sDAGtB,KAHgB,MAAM,EAGtB"}
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
19
|
+
if (mod && mod.__esModule) return mod;
|
|
20
|
+
var result = {};
|
|
21
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
22
|
+
__setModuleDefault(result, mod);
|
|
23
|
+
return result;
|
|
24
|
+
};
|
|
25
|
+
var __spreadArray = (this && this.__spreadArray) || function (to, from, pack) {
|
|
26
|
+
if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {
|
|
27
|
+
if (ar || !(i in from)) {
|
|
28
|
+
if (!ar) ar = Array.prototype.slice.call(from, 0, i);
|
|
29
|
+
ar[i] = from[i];
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
return to.concat(ar || Array.prototype.slice.call(from));
|
|
33
|
+
};
|
|
34
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
35
|
+
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
36
|
+
var react_1 = require("react");
|
|
37
|
+
var S = __importStar(require("./styles.js"));
|
|
38
|
+
var error_boundary_1 = require("../../../../../ui/components/error-boundary/index.js");
|
|
39
|
+
var NavLinks = function (_a) {
|
|
40
|
+
var links = _a.links, isActive = _a.isActive;
|
|
41
|
+
var _b = (0, react_1.useState)(null), submenu = _b[0], setSubmenu = _b[1];
|
|
42
|
+
var _c = (0, react_1.useState)([]), navigationHistory = _c[0], setNavigationHistory = _c[1];
|
|
43
|
+
var _d = (0, react_1.useState)([]), sublinkTitles = _d[0], setSublinkTitles = _d[1];
|
|
44
|
+
var handleSublinkClick = function (sublink) {
|
|
45
|
+
setNavigationHistory(__spreadArray(__spreadArray([], navigationHistory, true), [submenu], false));
|
|
46
|
+
setSubmenu(sublink);
|
|
47
|
+
setSublinkTitles(__spreadArray(__spreadArray([], sublinkTitles, true), [sublink.titulo], false));
|
|
48
|
+
};
|
|
49
|
+
var handleBackClick = function () {
|
|
50
|
+
var previousLink = navigationHistory.slice(0, -1);
|
|
51
|
+
var lastLink = navigationHistory[navigationHistory.length - 1];
|
|
52
|
+
setSubmenu(lastLink || null);
|
|
53
|
+
setSublinkTitles(sublinkTitles.slice(0, -1));
|
|
54
|
+
setNavigationHistory(previousLink);
|
|
55
|
+
};
|
|
56
|
+
(0, react_1.useEffect)(function () {
|
|
57
|
+
if (isActive) {
|
|
58
|
+
setSublinkTitles([]);
|
|
59
|
+
setNavigationHistory([]);
|
|
60
|
+
}
|
|
61
|
+
}, [isActive]);
|
|
62
|
+
return ((0, jsx_runtime_1.jsx)(error_boundary_1.Error, { name: 'NavLinks', children: (0, jsx_runtime_1.jsxs)(S.NavLinks, { className: submenu ? 'hasSubmenu' : '', children: [(0, jsx_runtime_1.jsx)("div", { className: 'main', children: links.map(function (link) { return ((0, jsx_runtime_1.jsxs)("div", { children: [(0, jsx_runtime_1.jsx)("h4", { className: 'category-title', children: link.titulo }), (0, jsx_runtime_1.jsx)("ul", { children: link.links.map(function (sublink) { return ((0, jsx_runtime_1.jsx)("li", { children: sublink.url ? ((0, jsx_runtime_1.jsx)("a", { href: sublink.url, children: sublink.titulo })) : ((0, jsx_runtime_1.jsx)("span", { onClick: function () { return handleSublinkClick(sublink); }, children: sublink.titulo })) }, "link-mobile-".concat(sublink.id))); }) })] }, "category-".concat(link.id))); }) }), (0, jsx_runtime_1.jsxs)("div", { className: 'submenu', children: [(0, jsx_runtime_1.jsx)("h4", { className: 'title', onClick: handleBackClick, children: (0, jsx_runtime_1.jsx)("span", { children: submenu && sublinkTitles[sublinkTitles.length - 1] }) }), (0, jsx_runtime_1.jsx)("ul", { children: submenu &&
|
|
63
|
+
submenu.links.map(function (sublink) { return ((0, jsx_runtime_1.jsx)("li", { children: sublink.url ? ((0, jsx_runtime_1.jsx)("a", { href: sublink.url, children: sublink.titulo })) : ((0, jsx_runtime_1.jsx)("span", { onClick: function () { return handleSublinkClick(sublink); }, children: sublink.titulo })) }, "submenu-link-".concat(sublink.id))); }) })] })] }) }));
|
|
64
|
+
};
|
|
65
|
+
exports.default = NavLinks;
|
|
66
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/ui/components/menu-mobile/components/nav-links/index.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,+BAA2C;AAI3C,0CAA6B;AAE7B,iEAAsD;AAEtD,IAAM,QAAQ,GAAG,UAAC,EAAmC;QAAjC,KAAK,WAAA,EAAE,QAAQ,cAAA;IAC3B,IAAA,KAAwB,IAAA,gBAAQ,EAA2B,IAAI,CAAC,EAA/D,OAAO,QAAA,EAAE,UAAU,QAA4C,CAAA;IAChE,IAAA,KAA4C,IAAA,gBAAQ,EAAsB,EAAE,CAAC,EAA5E,iBAAiB,QAAA,EAAE,oBAAoB,QAAqC,CAAA;IAC7E,IAAA,KAAoC,IAAA,gBAAQ,EAAW,EAAE,CAAC,EAAzD,aAAa,QAAA,EAAE,gBAAgB,QAA0B,CAAA;IAEhE,IAAM,kBAAkB,GAAG,UAAC,OAA0B;QACpD,oBAAoB,iCAAK,iBAAiB,UAAE,OAAO,UAAE,CAAA;QACrD,UAAU,CAAC,OAAO,CAAC,CAAA;QACnB,gBAAgB,iCAAK,aAAa,UAAE,OAAO,CAAC,MAAM,UAAE,CAAA;IACtD,CAAC,CAAA;IAED,IAAM,eAAe,GAAG;QACtB,IAAM,YAAY,GAAG,iBAAiB,CAAC,KAAK,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAA;QACnD,IAAM,QAAQ,GAAG,iBAAiB,CAAC,iBAAiB,CAAC,MAAM,GAAG,CAAC,CAAC,CAAA;QAEhE,UAAU,CAAC,QAAQ,IAAI,IAAI,CAAC,CAAA;QAC5B,gBAAgB,CAAC,aAAa,CAAC,KAAK,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,CAAA;QAC5C,oBAAoB,CAAC,YAAY,CAAC,CAAA;IACpC,CAAC,CAAA;IAED,IAAA,iBAAS,EAAC;QACR,IAAI,QAAQ,EAAE,CAAC;YACb,gBAAgB,CAAC,EAAE,CAAC,CAAA;YACpB,oBAAoB,CAAC,EAAE,CAAC,CAAA;QAC1B,CAAC;IACH,CAAC,EAAE,CAAC,QAAQ,CAAC,CAAC,CAAA;IAEd,OAAO,CACL,uBAAC,sBAAK,IAAC,IAAI,EAAC,UAAU,YACpB,wBAAC,CAAC,CAAC,QAAQ,IAAC,SAAS,EAAE,OAAO,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,CAAC,EAAE,aAChD,gCAAK,SAAS,EAAC,MAAM,YAClB,KAAK,CAAC,GAAG,CAAC,UAAC,IAAI,IAAK,OAAA,CACnB,4CACE,+BAAI,SAAS,EAAC,gBAAgB,YAAE,IAAI,CAAC,MAAM,GAAM,EAEjD,yCACG,IAAI,CAAC,KAAK,CAAC,GAAG,CAAC,UAAC,OAAO,IAAK,OAAA,CAC3B,yCACG,OAAO,CAAC,GAAG,CAAC,CAAC,CAAC,CACb,8BAAG,IAAI,EAAE,OAAO,CAAC,GAAG,YAAG,OAAO,CAAC,MAAM,GAAK,CAC3C,CAAC,CAAC,CAAC,CACF,iCAAM,OAAO,EAAE,cAAM,OAAA,kBAAkB,CAAC,OAAO,CAAC,EAA3B,CAA2B,YAC7C,OAAO,CAAC,MAAM,GAEV,CACR,IARM,sBAAe,OAAO,CAAC,EAAE,CAAE,CAS/B,CACN,EAX4B,CAW5B,CAAC,GACC,KAhBG,mBAAY,IAAI,CAAC,EAAE,CAAE,CAiBzB,CACP,EAnBoB,CAmBpB,CAAC,GACE,EAEN,iCAAK,SAAS,EAAC,SAAS,aACtB,+BAAI,SAAS,EAAC,OAAO,EAAC,OAAO,EAAE,eAAe,YAE5C,2CAAO,OAAO,IAAI,aAAa,CAAC,aAAa,CAAC,MAAM,GAAG,CAAC,CAAC,GAAQ,GAC9D,EAEL,yCACG,OAAO;gCACN,OAAO,CAAC,KAAK,CAAC,GAAG,CAAC,UAAC,OAAO,IAAK,OAAA,CAC7B,yCACG,OAAO,CAAC,GAAG,CAAC,CAAC,CAAC,CACb,8BAAG,IAAI,EAAE,OAAO,CAAC,GAAG,YAAG,OAAO,CAAC,MAAM,GAAK,CAC3C,CAAC,CAAC,CAAC,CACF,iCAAM,OAAO,EAAE,cAAM,OAAA,kBAAkB,CAAC,OAAO,CAAC,EAA3B,CAA2B,YAC7C,OAAO,CAAC,MAAM,GAEV,CACR,IARM,uBAAgB,OAAO,CAAC,EAAE,CAAE,CAShC,CACN,EAX8B,CAW9B,CAAC,GACD,IACD,IACK,GACP,CACT,CAAA;AACH,CAAC,CAAA;AAED,kBAAe,QAAQ,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"interfaces.js","sourceRoot":"","sources":["../../../../../../src/ui/components/menu-mobile/components/nav-links/interfaces.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __makeTemplateObject = (this && this.__makeTemplateObject) || function (cooked, raw) {
|
|
3
|
+
if (Object.defineProperty) { Object.defineProperty(cooked, "raw", { value: raw }); } else { cooked.raw = raw; }
|
|
4
|
+
return cooked;
|
|
5
|
+
};
|
|
6
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
7
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
8
|
+
};
|
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
|
+
exports.NavLinks = void 0;
|
|
11
|
+
var styled_components_1 = __importDefault(require("styled-components"));
|
|
12
|
+
exports.NavLinks = styled_components_1.default.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n display: flex;\n\n h4,\n h5,\n a,\n span {\n color: #111111;\n }\n\n h4,\n h5 {\n font-size: 18px;\n font-weight: bold;\n padding: 12px 20px 0;\n }\n\n h5 {\n font-size: 12px;\n opacity: 0.4;\n font-weight: 400;\n }\n\n a,\n span {\n display: block;\n font-size: 14px;\n font-weight: 400;\n padding: 8px 20px;\n\n &:hover {\n background-color: #eaeded;\n }\n }\n\n li {\n }\n\n span {\n display: flex;\n align-items: center;\n justify-content: space-between;\n\n svg {\n width: 10px;\n height: 10px;\n stroke: currentColor;\n opacity: 0.5;\n }\n }\n\n &.hide {\n background-color: red;\n }\n\n .main,\n .submenu {\n transition: transform 0.4s ease-in-out;\n min-width: 100%;\n\n div + div {\n border-top: 1px solid rgba(0, 0, 0, 0.1);\n }\n }\n\n .submenu {\n transform: translateX(200%);\n\n > .title {\n display: flex;\n align-items: center;\n background-color: #eaeded;\n padding: 0;\n padding-left: 20px;\n margin-top: 5px;\n\n span {\n font-weight: 600;\n text-transform: uppercase;\n }\n\n svg {\n stroke: currentColor;\n width: 7px;\n height: auto;\n opacity: 0.6;\n }\n }\n }\n\n &.hasSubmenu {\n .submenu {\n transform: translateX(-100%);\n }\n\n .main {\n overflow: hidden;\n transform: translateX(-200%);\n }\n }\n"], ["\n display: flex;\n\n h4,\n h5,\n a,\n span {\n color: #111111;\n }\n\n h4,\n h5 {\n font-size: 18px;\n font-weight: bold;\n padding: 12px 20px 0;\n }\n\n h5 {\n font-size: 12px;\n opacity: 0.4;\n font-weight: 400;\n }\n\n a,\n span {\n display: block;\n font-size: 14px;\n font-weight: 400;\n padding: 8px 20px;\n\n &:hover {\n background-color: #eaeded;\n }\n }\n\n li {\n }\n\n span {\n display: flex;\n align-items: center;\n justify-content: space-between;\n\n svg {\n width: 10px;\n height: 10px;\n stroke: currentColor;\n opacity: 0.5;\n }\n }\n\n &.hide {\n background-color: red;\n }\n\n .main,\n .submenu {\n transition: transform 0.4s ease-in-out;\n min-width: 100%;\n\n div + div {\n border-top: 1px solid rgba(0, 0, 0, 0.1);\n }\n }\n\n .submenu {\n transform: translateX(200%);\n\n > .title {\n display: flex;\n align-items: center;\n background-color: #eaeded;\n padding: 0;\n padding-left: 20px;\n margin-top: 5px;\n\n span {\n font-weight: 600;\n text-transform: uppercase;\n }\n\n svg {\n stroke: currentColor;\n width: 7px;\n height: auto;\n opacity: 0.6;\n }\n }\n }\n\n &.hasSubmenu {\n .submenu {\n transform: translateX(-100%);\n }\n\n .main {\n overflow: hidden;\n transform: translateX(-200%);\n }\n }\n"])));
|
|
13
|
+
var templateObject_1;
|
|
14
|
+
//# sourceMappingURL=styles.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"styles.js","sourceRoot":"","sources":["../../../../../../src/ui/components/menu-mobile/components/nav-links/styles.ts"],"names":[],"mappings":";;;;;;;;;;AAAA,wEAAsC;AAEzB,QAAA,QAAQ,GAAG,2BAAM,CAAC,GAAG,+gDAAA,48CAoGjC,KAAA"}
|
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
19
|
+
if (mod && mod.__esModule) return mod;
|
|
20
|
+
var result = {};
|
|
21
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
22
|
+
__setModuleDefault(result, mod);
|
|
23
|
+
return result;
|
|
24
|
+
};
|
|
25
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
26
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
27
|
+
};
|
|
28
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
+
exports.MenuMobile = void 0;
|
|
30
|
+
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
31
|
+
var react_1 = require("react");
|
|
32
|
+
var top_1 = require("./top/index.js");
|
|
33
|
+
var nav_links_1 = __importDefault(require("./components/nav-links/index.js"));
|
|
34
|
+
var S = __importStar(require("./styles.js"));
|
|
35
|
+
var error_boundary_1 = require("../error-boundary/index.js");
|
|
36
|
+
function MenuMobile(_a) {
|
|
37
|
+
var linksMenu = _a.linksMenu, topConfigs = _a.topConfigs;
|
|
38
|
+
var _b = (0, react_1.useState)(false), isActive = _b[0], setIsActive = _b[1];
|
|
39
|
+
(0, react_1.useEffect)(function () {
|
|
40
|
+
if (process.browser) {
|
|
41
|
+
var getNextContainer = document.getElementById('__next');
|
|
42
|
+
var headerComponent = document.getElementById('header');
|
|
43
|
+
if (getNextContainer) {
|
|
44
|
+
if (isActive) {
|
|
45
|
+
getNextContainer.style.zIndex = '9999999999';
|
|
46
|
+
getNextContainer.style.position = 'relative';
|
|
47
|
+
}
|
|
48
|
+
else {
|
|
49
|
+
getNextContainer.style.zIndex = '1';
|
|
50
|
+
getNextContainer.style.position = 'unset';
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
if (headerComponent) {
|
|
54
|
+
if (isActive) {
|
|
55
|
+
headerComponent.style.zIndex = '9999999999';
|
|
56
|
+
return;
|
|
57
|
+
}
|
|
58
|
+
else {
|
|
59
|
+
headerComponent.style.zIndex = '1';
|
|
60
|
+
return;
|
|
61
|
+
}
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
|
+
return function () {
|
|
65
|
+
if (process.browser) {
|
|
66
|
+
var getNextContainer = document.getElementById('__next');
|
|
67
|
+
if (getNextContainer) {
|
|
68
|
+
getNextContainer.style.zIndex = '1';
|
|
69
|
+
getNextContainer.style.position = 'unset';
|
|
70
|
+
setIsActive(false);
|
|
71
|
+
}
|
|
72
|
+
}
|
|
73
|
+
};
|
|
74
|
+
}, [isActive]);
|
|
75
|
+
return ((0, jsx_runtime_1.jsx)(error_boundary_1.Error, { name: 'MenuMobile', children: (0, jsx_runtime_1.jsxs)(S.MenuMobile, { className: 'menu-mobile', children: [(0, jsx_runtime_1.jsxs)("div", { className: "menu-box ".concat(isActive ? 'show' : ''), children: [(0, jsx_runtime_1.jsx)(top_1.Top, { configs: topConfigs, setIsActive: setIsActive }), (0, jsx_runtime_1.jsx)("div", { className: 'nav-box', children: linksMenu && linksMenu.length > 0 && (0, jsx_runtime_1.jsx)(nav_links_1.default, { isActive: isActive, links: linksMenu }) })] }), (0, jsx_runtime_1.jsxs)("button", { type: 'button', className: 'block-bar', "aria-label": 'blockbar', onClick: function () { return setIsActive(!isActive); }, children: [(0, jsx_runtime_1.jsx)("div", {}), (0, jsx_runtime_1.jsx)("div", {}), (0, jsx_runtime_1.jsx)("div", {})] }), isActive && (0, jsx_runtime_1.jsx)("div", { className: 'overlay', onClick: function () { return setIsActive(false); } })] }) }));
|
|
76
|
+
}
|
|
77
|
+
exports.MenuMobile = MenuMobile;
|
|
78
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/ui/components/menu-mobile/index.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,+BAA2C;AAE3C,6BAA2B;AAE3B,qEAA6C;AAI7C,0CAA6B;AAC7B,oDAAyC;AAEzC,SAAgB,UAAU,CAAC,EAA2C;QAAzC,SAAS,eAAA,EAAE,UAAU,gBAAA;IAC1C,IAAA,KAA0B,IAAA,gBAAQ,EAAC,KAAK,CAAC,EAAxC,QAAQ,QAAA,EAAE,WAAW,QAAmB,CAAA;IAE/C,IAAA,iBAAS,EAAC;QACR,IAAK,OAAe,CAAC,OAAO,EAAE,CAAC;YAC7B,IAAM,gBAAgB,GAAG,QAAQ,CAAC,cAAc,CAAC,QAAQ,CAAC,CAAA;YAC1D,IAAM,eAAe,GAAG,QAAQ,CAAC,cAAc,CAAC,QAAQ,CAAC,CAAA;YAEzD,IAAI,gBAAgB,EAAE,CAAC;gBACrB,IAAI,QAAQ,EAAE,CAAC;oBACb,gBAAgB,CAAC,KAAK,CAAC,MAAM,GAAG,YAAY,CAAA;oBAC5C,gBAAgB,CAAC,KAAK,CAAC,QAAQ,GAAG,UAAU,CAAA;gBAC9C,CAAC;qBAAM,CAAC;oBACN,gBAAgB,CAAC,KAAK,CAAC,MAAM,GAAG,GAAG,CAAA;oBACnC,gBAAgB,CAAC,KAAK,CAAC,QAAQ,GAAG,OAAO,CAAA;gBAC3C,CAAC;YACH,CAAC;YAED,IAAI,eAAe,EAAE,CAAC;gBACpB,IAAI,QAAQ,EAAE,CAAC;oBACb,eAAe,CAAC,KAAK,CAAC,MAAM,GAAG,YAAY,CAAA;oBAC3C,OAAM;gBACR,CAAC;qBAAM,CAAC;oBACN,eAAe,CAAC,KAAK,CAAC,MAAM,GAAG,GAAG,CAAA;oBAClC,OAAM;gBACR,CAAC;YACH,CAAC;QACH,CAAC;QAED,OAAO;YACL,IAAK,OAAe,CAAC,OAAO,EAAE,CAAC;gBAC7B,IAAM,gBAAgB,GAAG,QAAQ,CAAC,cAAc,CAAC,QAAQ,CAAC,CAAA;gBAE1D,IAAI,gBAAgB,EAAE,CAAC;oBACrB,gBAAgB,CAAC,KAAK,CAAC,MAAM,GAAG,GAAG,CAAA;oBACnC,gBAAgB,CAAC,KAAK,CAAC,QAAQ,GAAG,OAAO,CAAA;oBACzC,WAAW,CAAC,KAAK,CAAC,CAAA;gBACpB,CAAC;YACH,CAAC;QACH,CAAC,CAAA;IACH,CAAC,EAAE,CAAC,QAAQ,CAAC,CAAC,CAAA;IAEd,OAAO,CACL,uBAAC,sBAAK,IAAC,IAAI,EAAC,YAAY,YACtB,wBAAC,CAAC,CAAC,UAAU,IAAC,SAAS,EAAC,aAAa,aACnC,iCAAK,SAAS,EAAE,mBAAY,QAAQ,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,EAAE,CAAE,aAClD,uBAAC,SAAG,IAAC,OAAO,EAAE,UAAU,EAAE,WAAW,EAAE,WAAW,GAAI,EAEtD,gCAAK,SAAS,EAAC,SAAS,YACrB,SAAS,IAAI,SAAS,CAAC,MAAM,GAAG,CAAC,IAAI,uBAAC,mBAAQ,IAAC,QAAQ,EAAE,QAAQ,EAAE,KAAK,EAAE,SAAS,GAAI,GACpF,IACF,EAEN,oCAAQ,IAAI,EAAC,QAAQ,EAAC,SAAS,EAAC,WAAW,gBAAY,UAAU,EAAC,OAAO,EAAE,cAAM,OAAA,WAAW,CAAC,CAAC,QAAQ,CAAC,EAAtB,CAAsB,aACrG,iCAAO,EACP,iCAAO,EACP,iCAAO,IACA,EAER,QAAQ,IAAI,gCAAK,SAAS,EAAC,SAAS,EAAC,OAAO,EAAE,cAAM,OAAA,WAAW,CAAC,KAAK,CAAC,EAAlB,CAAkB,GAAI,IAC9D,GACT,CACT,CAAA;AACH,CAAC;AA/DD,gCA+DC"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { ReactNode } from 'react';
|
|
2
|
+
export interface IServices {
|
|
3
|
+
id: number;
|
|
4
|
+
url?: string;
|
|
5
|
+
titulo: string;
|
|
6
|
+
}
|
|
7
|
+
export interface ICategoriesHeader extends IServices {
|
|
8
|
+
links?: ICategoriesHeader[];
|
|
9
|
+
isNavigationInTheSamePage?: boolean;
|
|
10
|
+
}
|
|
11
|
+
export type TopConfigs = {
|
|
12
|
+
loginURL?: string;
|
|
13
|
+
registerURL?: string;
|
|
14
|
+
profileURL?: string;
|
|
15
|
+
orderdURL?: string;
|
|
16
|
+
topText?: string;
|
|
17
|
+
exitFunction?: () => void;
|
|
18
|
+
};
|
|
19
|
+
export interface IMenuMobileProps {
|
|
20
|
+
topChildren?: ReactNode;
|
|
21
|
+
bottomChildren?: ReactNode;
|
|
22
|
+
linksMenu: ICategoriesHeader[];
|
|
23
|
+
topConfigs?: TopConfigs;
|
|
24
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"interfaces.js","sourceRoot":"","sources":["../../../../src/ui/components/menu-mobile/interfaces.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __makeTemplateObject = (this && this.__makeTemplateObject) || function (cooked, raw) {
|
|
3
|
+
if (Object.defineProperty) { Object.defineProperty(cooked, "raw", { value: raw }); } else { cooked.raw = raw; }
|
|
4
|
+
return cooked;
|
|
5
|
+
};
|
|
6
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
7
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
8
|
+
};
|
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
|
+
exports.MenuMobile = void 0;
|
|
11
|
+
var styled_components_1 = __importDefault(require("styled-components"));
|
|
12
|
+
exports.MenuMobile = styled_components_1.default.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n display: none;\n\n .menu-box {\n width: 305px;\n min-width: 265px;\n max-width: calc(100vw - 50px);\n height: 100vh;\n background-color: #fff;\n position: fixed;\n z-index: 9999999;\n top: 0;\n right: 0;\n overflow-y: auto;\n overflow-x: hidden;\n transform: translate(100%);\n transition: transform 0.3s ease-in-out;\n\n &.show {\n transform: translate(0%);\n }\n }\n\n .block-bar {\n width: 35px;\n display: flex;\n flex-direction: column;\n gap: 7px;\n background-color: unset;\n border: unset;\n padding: 0;\n z-index: 99999;\n\n > div {\n width: 100%;\n height: 3px;\n background-color: #fff;\n }\n }\n\n .overlay {\n position: fixed;\n z-index: 2;\n width: 100vw;\n height: 100vh;\n background-color: rgba(0, 0, 0, 0.3) !important;\n backdrop-filter: blur(2px);\n left: 0;\n top: 0;\n }\n\n @media only screen and (max-width: 1024px) {\n display: block;\n\n .block-bar {\n display: flex;\n }\n }\n\n @media only screen and (max-width: 500px) {\n .menu-box {\n width: 80vw;\n }\n }\n"], ["\n display: none;\n\n .menu-box {\n width: 305px;\n min-width: 265px;\n max-width: calc(100vw - 50px);\n height: 100vh;\n background-color: #fff;\n position: fixed;\n z-index: 9999999;\n top: 0;\n right: 0;\n overflow-y: auto;\n overflow-x: hidden;\n transform: translate(100%);\n transition: transform 0.3s ease-in-out;\n\n &.show {\n transform: translate(0%);\n }\n }\n\n .block-bar {\n width: 35px;\n display: flex;\n flex-direction: column;\n gap: 7px;\n background-color: unset;\n border: unset;\n padding: 0;\n z-index: 99999;\n\n > div {\n width: 100%;\n height: 3px;\n background-color: #fff;\n }\n }\n\n .overlay {\n position: fixed;\n z-index: 2;\n width: 100vw;\n height: 100vh;\n background-color: rgba(0, 0, 0, 0.3) !important;\n backdrop-filter: blur(2px);\n left: 0;\n top: 0;\n }\n\n @media only screen and (max-width: 1024px) {\n display: block;\n\n .block-bar {\n display: flex;\n }\n }\n\n @media only screen and (max-width: 500px) {\n .menu-box {\n width: 80vw;\n }\n }\n"])));
|
|
13
|
+
var templateObject_1;
|
|
14
|
+
//# sourceMappingURL=styles.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"styles.js","sourceRoot":"","sources":["../../../../src/ui/components/menu-mobile/styles.ts"],"names":[],"mappings":";;;;;;;;;;AAAA,wEAAsC;AAEzB,QAAA,UAAU,GAAG,2BAAM,CAAC,GAAG,+rCAAA,4nCAgEnC,KAAA"}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
19
|
+
if (mod && mod.__esModule) return mod;
|
|
20
|
+
var result = {};
|
|
21
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
22
|
+
__setModuleDefault(result, mod);
|
|
23
|
+
return result;
|
|
24
|
+
};
|
|
25
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
26
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
27
|
+
};
|
|
28
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
+
exports.Top = void 0;
|
|
30
|
+
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
31
|
+
var link_1 = __importDefault(require("next/link"));
|
|
32
|
+
var error_boundary_1 = require("../../error-boundary/index.js");
|
|
33
|
+
var S = __importStar(require("./styles.js"));
|
|
34
|
+
function Top(_a) {
|
|
35
|
+
var configs = _a.configs, setIsActive = _a.setIsActive;
|
|
36
|
+
if (!configs) {
|
|
37
|
+
return ((0, jsx_runtime_1.jsx)(S.Top, { children: (0, jsx_runtime_1.jsx)("div", { className: 'top', children: (0, jsx_runtime_1.jsx)("button", { className: 'close', type: 'button', onClick: function () { return setIsActive(false); } }) }) }));
|
|
38
|
+
}
|
|
39
|
+
function hanldeExit() {
|
|
40
|
+
if (configs.exitFunction) {
|
|
41
|
+
configs.exitFunction();
|
|
42
|
+
setIsActive(false);
|
|
43
|
+
return;
|
|
44
|
+
}
|
|
45
|
+
return;
|
|
46
|
+
}
|
|
47
|
+
return ((0, jsx_runtime_1.jsx)(error_boundary_1.Error, { name: 'Top', children: (0, jsx_runtime_1.jsxs)(S.Top, { children: [(0, jsx_runtime_1.jsxs)("div", { className: 'top', children: [(0, jsx_runtime_1.jsx)("div", { className: 'links', children: configs.topText && configs.profileURL ? ((0, jsx_runtime_1.jsx)(link_1.default, { href: configs.profileURL, children: configs.topText })) : ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)(link_1.default, { href: configs.loginURL ? configs.loginURL : '#loginURL', children: "Entre" }), " ", (0, jsx_runtime_1.jsx)("span", { children: "ou" }), ' ', (0, jsx_runtime_1.jsx)(link_1.default, { href: configs.registerURL ? configs.registerURL : '#registerURL', children: "Cadastre-se" })] })) }), configs.exitFunction && configs.topText ? ((0, jsx_runtime_1.jsx)("button", { className: 'icon', onClick: hanldeExit })) : ((0, jsx_runtime_1.jsx)("button", { className: 'icon arrow' }))] }), configs.profileURL && configs.orderdURL && ((0, jsx_runtime_1.jsxs)("div", { className: 'bottom', children: [(0, jsx_runtime_1.jsx)(link_1.default, { href: configs.profileURL, children: (0, jsx_runtime_1.jsx)("span", { children: "Minha Conta" }) }), (0, jsx_runtime_1.jsx)(link_1.default, { href: configs.orderdURL, children: (0, jsx_runtime_1.jsx)("span", { children: "Meus Pedidos" }) })] }))] }) }));
|
|
48
|
+
}
|
|
49
|
+
exports.Top = Top;
|
|
50
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/ui/components/menu-mobile/top/index.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,mDAA4B;AAE5B,uDAA4C;AAI5C,0CAA6B;AAE7B,SAAgB,GAAG,CAAC,EAAmC;QAAjC,OAAO,aAAA,EAAE,WAAW,iBAAA;IACxC,IAAI,CAAC,OAAO,EAAE,CAAC;QACb,OAAO,CACL,uBAAC,CAAC,CAAC,GAAG,cACJ,gCAAK,SAAS,EAAC,KAAK,YAClB,mCAAQ,SAAS,EAAC,OAAO,EAAC,IAAI,EAAC,QAAQ,EAAC,OAAO,EAAE,cAAM,OAAA,WAAW,CAAC,KAAK,CAAC,EAAlB,CAAkB,GAEhE,GACL,GACA,CACT,CAAA;IACH,CAAC;IAED,SAAS,UAAU;QACjB,IAAI,OAAO,CAAC,YAAY,EAAE,CAAC;YACzB,OAAO,CAAC,YAAY,EAAE,CAAA;YACtB,WAAW,CAAC,KAAK,CAAC,CAAA;YAClB,OAAM;QACR,CAAC;QACD,OAAM;IACR,CAAC;IAED,OAAO,CACL,uBAAC,sBAAK,IAAC,IAAI,EAAC,KAAK,YACf,wBAAC,CAAC,CAAC,GAAG,eACJ,iCAAK,SAAS,EAAC,KAAK,aAClB,gCAAK,SAAS,EAAC,OAAO,YACnB,OAAO,CAAC,OAAO,IAAI,OAAO,CAAC,UAAU,CAAC,CAAC,CAAC,CACvC,uBAAC,cAAI,IAAC,IAAI,EAAE,OAAO,CAAC,UAAU,YAAG,OAAO,CAAC,OAAO,GAAQ,CACzD,CAAC,CAAC,CAAC,CACF,6DACE,uBAAC,cAAI,IAAC,IAAI,EAAE,OAAO,CAAC,QAAQ,CAAC,CAAC,CAAC,OAAO,CAAC,QAAQ,CAAC,CAAC,CAAC,WAAW,sBAAc,OAAC,kDAAe,EAAC,GAAG,EAC/F,uBAAC,cAAI,IAAC,IAAI,EAAE,OAAO,CAAC,WAAW,CAAC,CAAC,CAAC,OAAO,CAAC,WAAW,CAAC,CAAC,CAAC,cAAc,4BAAoB,IACzF,CACJ,GACG,EAEL,OAAO,CAAC,YAAY,IAAI,OAAO,CAAC,OAAO,CAAC,CAAC,CAAC,CACzC,mCAAQ,SAAS,EAAC,MAAM,EAAC,OAAO,EAAE,UAAU,GAEnC,CACV,CAAC,CAAC,CAAC,CACF,mCAAQ,SAAS,EAAC,YAAY,GAAgD,CAC/E,IACG,EAEL,OAAO,CAAC,UAAU,IAAI,OAAO,CAAC,SAAS,IAAI,CAC1C,iCAAK,SAAS,EAAC,QAAQ,aACrB,uBAAC,cAAI,IAAC,IAAI,EAAE,OAAO,CAAC,UAAU,YAC5B,2DAAwB,GAEnB,EAEP,uBAAC,cAAI,IAAC,IAAI,EAAE,OAAO,CAAC,SAAS,YAC3B,4DAAyB,GAEpB,IACH,CACP,IACK,GACF,CACT,CAAA;AACH,CAAC;AA9DD,kBA8DC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"interfaces.js","sourceRoot":"","sources":["../../../../../src/ui/components/menu-mobile/top/interfaces.ts"],"names":[],"mappings":""}
|