infinity-forge 0.6.99 → 0.7.0
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 +78 -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 +74 -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 +60 -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,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __extends = (this && this.__extends) || (function () {
|
|
3
|
+
var extendStatics = function (d, b) {
|
|
4
|
+
extendStatics = Object.setPrototypeOf ||
|
|
5
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
6
|
+
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
|
7
|
+
return extendStatics(d, b);
|
|
8
|
+
};
|
|
9
|
+
return function (d, b) {
|
|
10
|
+
if (typeof b !== "function" && b !== null)
|
|
11
|
+
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
12
|
+
extendStatics(d, b);
|
|
13
|
+
function __() { this.constructor = d; }
|
|
14
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
15
|
+
};
|
|
16
|
+
})();
|
|
17
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18
|
+
exports.ApplicationUnexpectedError = void 0;
|
|
19
|
+
var ApplicationUnexpectedError = /** @class */ (function (_super) {
|
|
20
|
+
__extends(ApplicationUnexpectedError, _super);
|
|
21
|
+
function ApplicationUnexpectedError() {
|
|
22
|
+
var _this = _super.call(this, "ApplicationUnexpectedError") || this;
|
|
23
|
+
_this.name = ' ApplicationUnexpectedError';
|
|
24
|
+
return _this;
|
|
25
|
+
}
|
|
26
|
+
return ApplicationUnexpectedError;
|
|
27
|
+
}(Error));
|
|
28
|
+
exports.ApplicationUnexpectedError = ApplicationUnexpectedError;
|
|
29
|
+
//# sourceMappingURL=application-unexpected-error.js.map
|
package/dist/system/domain/protocols/http/errors/http-errors/application-unexpected-error.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"application-unexpected-error.js","sourceRoot":"","sources":["../../../../../../../src/system/domain/protocols/http/errors/http-errors/application-unexpected-error.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;AAAA;IAAgD,8CAAK;IACjD;QACE,YAAA,MAAK,YAAC,4BAA4B,CAAC,SAAC;QACpC,KAAI,CAAC,IAAI,GAAG,6BAA6B,CAAC;;IAC5C,CAAC;IACH,iCAAC;AAAD,CAAC,AALH,CAAgD,KAAK,GAKlD;AALU,gEAA0B"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.BadRequestError = void 0;
|
|
4
|
+
var BadRequestError = /** @class */ (function () {
|
|
5
|
+
function BadRequestError(error) {
|
|
6
|
+
this.error = error;
|
|
7
|
+
}
|
|
8
|
+
return BadRequestError;
|
|
9
|
+
}());
|
|
10
|
+
exports.BadRequestError = BadRequestError;
|
|
11
|
+
//# sourceMappingURL=bad-request-error.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bad-request-error.js","sourceRoot":"","sources":["../../../../../../../src/system/domain/protocols/http/errors/http-errors/bad-request-error.ts"],"names":[],"mappings":";;;AAKA;IAGE,yBAAY,KAA2B;QACrC,IAAI,CAAC,KAAK,GAAG,KAAK,CAAC;IACrB,CAAC;IACH,sBAAC;AAAD,CAAC,AAND,IAMC;AANY,0CAAe"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ConflictError = void 0;
|
|
4
|
+
var ConflictError = /** @class */ (function () {
|
|
5
|
+
function ConflictError(error) {
|
|
6
|
+
this.error = error;
|
|
7
|
+
}
|
|
8
|
+
return ConflictError;
|
|
9
|
+
}());
|
|
10
|
+
exports.ConflictError = ConflictError;
|
|
11
|
+
//# sourceMappingURL=conflict-error.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"conflict-error.js","sourceRoot":"","sources":["../../../../../../../src/system/domain/protocols/http/errors/http-errors/conflict-error.ts"],"names":[],"mappings":";;;AAKA;IAGE,uBAAY,KAAyB;QACnC,IAAI,CAAC,KAAK,GAAG,KAAK,CAAC;IACrB,CAAC;IACH,oBAAC;AAAD,CAAC,AAND,IAMC;AANY,sCAAa"}
|
|
@@ -0,0 +1,22 @@
|
|
|
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("./no-content"), exports);
|
|
18
|
+
__exportStar(require("./not-found-error"), exports);
|
|
19
|
+
__exportStar(require("./unexpected-error"), exports);
|
|
20
|
+
__exportStar(require("./bad-request-error"), exports);
|
|
21
|
+
__exportStar(require("./application-unexpected-error"), exports);
|
|
22
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../src/system/domain/protocols/http/errors/http-errors/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,+CAA6B;AAC7B,oDAAkC;AAClC,qDAAmC;AACnC,sDAAoC;AACpC,iEAA+C"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __extends = (this && this.__extends) || (function () {
|
|
3
|
+
var extendStatics = function (d, b) {
|
|
4
|
+
extendStatics = Object.setPrototypeOf ||
|
|
5
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
6
|
+
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
|
7
|
+
return extendStatics(d, b);
|
|
8
|
+
};
|
|
9
|
+
return function (d, b) {
|
|
10
|
+
if (typeof b !== "function" && b !== null)
|
|
11
|
+
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
12
|
+
extendStatics(d, b);
|
|
13
|
+
function __() { this.constructor = d; }
|
|
14
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
15
|
+
};
|
|
16
|
+
})();
|
|
17
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18
|
+
exports.NoContentError = void 0;
|
|
19
|
+
var NoContentError = /** @class */ (function (_super) {
|
|
20
|
+
__extends(NoContentError, _super);
|
|
21
|
+
function NoContentError(message) {
|
|
22
|
+
var _this = _super.call(this, message) || this;
|
|
23
|
+
_this.name = 'NoContentError';
|
|
24
|
+
return _this;
|
|
25
|
+
}
|
|
26
|
+
return NoContentError;
|
|
27
|
+
}(Error));
|
|
28
|
+
exports.NoContentError = NoContentError;
|
|
29
|
+
//# sourceMappingURL=no-content.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"no-content.js","sourceRoot":"","sources":["../../../../../../../src/system/domain/protocols/http/errors/http-errors/no-content.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;AAAA;IAAoC,kCAAK;IACvC,wBACE,OAAe;QAEf,YAAA,MAAK,YAAC,OAAO,CAAC,SAAA;QACd,KAAI,CAAC,IAAI,GAAG,gBAAgB,CAAA;;IAC9B,CAAC;IACH,qBAAC;AAAD,CAAC,AAPD,CAAoC,KAAK,GAOxC;AAPY,wCAAc"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __extends = (this && this.__extends) || (function () {
|
|
3
|
+
var extendStatics = function (d, b) {
|
|
4
|
+
extendStatics = Object.setPrototypeOf ||
|
|
5
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
6
|
+
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
|
7
|
+
return extendStatics(d, b);
|
|
8
|
+
};
|
|
9
|
+
return function (d, b) {
|
|
10
|
+
if (typeof b !== "function" && b !== null)
|
|
11
|
+
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
12
|
+
extendStatics(d, b);
|
|
13
|
+
function __() { this.constructor = d; }
|
|
14
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
15
|
+
};
|
|
16
|
+
})();
|
|
17
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18
|
+
exports.NotFoundError = void 0;
|
|
19
|
+
var NotFoundError = /** @class */ (function (_super) {
|
|
20
|
+
__extends(NotFoundError, _super);
|
|
21
|
+
function NotFoundError(message) {
|
|
22
|
+
var _this = _super.call(this, message || 'Não foi possível encontrar o conteúdo solicitado') || this;
|
|
23
|
+
_this.name = 'NotFoundError';
|
|
24
|
+
return _this;
|
|
25
|
+
}
|
|
26
|
+
return NotFoundError;
|
|
27
|
+
}(Error));
|
|
28
|
+
exports.NotFoundError = NotFoundError;
|
|
29
|
+
//# sourceMappingURL=not-found-error.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"not-found-error.js","sourceRoot":"","sources":["../../../../../../../src/system/domain/protocols/http/errors/http-errors/not-found-error.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;AAAA;IAAmC,iCAAK;IACtC,uBAAY,OAAgB;QAC1B,YAAA,MAAK,YAAC,OAAO,IAAI,kDAAkD,CAAC,SAAC;QACrE,KAAI,CAAC,IAAI,GAAG,eAAe,CAAC;;IAC9B,CAAC;IACH,oBAAC;AAAD,CAAC,AALD,CAAmC,KAAK,GAKvC;AALY,sCAAa"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __extends = (this && this.__extends) || (function () {
|
|
3
|
+
var extendStatics = function (d, b) {
|
|
4
|
+
extendStatics = Object.setPrototypeOf ||
|
|
5
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
6
|
+
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
|
7
|
+
return extendStatics(d, b);
|
|
8
|
+
};
|
|
9
|
+
return function (d, b) {
|
|
10
|
+
if (typeof b !== "function" && b !== null)
|
|
11
|
+
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
12
|
+
extendStatics(d, b);
|
|
13
|
+
function __() { this.constructor = d; }
|
|
14
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
15
|
+
};
|
|
16
|
+
})();
|
|
17
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18
|
+
exports.UnexpectedError = void 0;
|
|
19
|
+
var UnexpectedError = /** @class */ (function (_super) {
|
|
20
|
+
__extends(UnexpectedError, _super);
|
|
21
|
+
function UnexpectedError(message) {
|
|
22
|
+
var _this = _super.call(this, message || 'Algo de errado aconteceu. Tente novamente em breve.') || this;
|
|
23
|
+
_this.name = 'UnexpectedError';
|
|
24
|
+
return _this;
|
|
25
|
+
}
|
|
26
|
+
return UnexpectedError;
|
|
27
|
+
}(Error));
|
|
28
|
+
exports.UnexpectedError = UnexpectedError;
|
|
29
|
+
//# sourceMappingURL=unexpected-error.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"unexpected-error.js","sourceRoot":"","sources":["../../../../../../../src/system/domain/protocols/http/errors/http-errors/unexpected-error.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;AAAA;IAAqC,mCAAK;IACxC,yBAAY,OAAgB;QAC1B,YAAA,MAAK,YAAC,OAAO,IAAI,qDAAqD,CAAC,SAAC;QACxE,KAAI,CAAC,IAAI,GAAG,iBAAiB,CAAC;;IAChC,CAAC;IACH,sBAAC;AAAD,CAAC,AALD,CAAqC,KAAK,GAKzC;AALY,0CAAe"}
|
|
@@ -0,0 +1,19 @@
|
|
|
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("./http-errors"), exports);
|
|
18
|
+
__exportStar(require("./system-errors-model"), exports);
|
|
19
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/system/domain/protocols/http/errors/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,gDAA8B;AAC9B,wDAAsC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./validation-errors-model";
|
|
@@ -0,0 +1,18 @@
|
|
|
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("./validation-errors-model"), exports);
|
|
18
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../src/system/domain/protocols/http/errors/system-errors-model/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,4DAAyC"}
|
package/dist/system/domain/protocols/http/errors/system-errors-model/validation-errors-model.js
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ValidationError = void 0;
|
|
4
|
+
var ValidationError = /** @class */ (function () {
|
|
5
|
+
function ValidationError(errors) {
|
|
6
|
+
this.errors = errors;
|
|
7
|
+
}
|
|
8
|
+
return ValidationError;
|
|
9
|
+
}());
|
|
10
|
+
exports.ValidationError = ValidationError;
|
|
11
|
+
//# sourceMappingURL=validation-errors-model.js.map
|
package/dist/system/domain/protocols/http/errors/system-errors-model/validation-errors-model.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"validation-errors-model.js","sourceRoot":"","sources":["../../../../../../../src/system/domain/protocols/http/errors/system-errors-model/validation-errors-model.ts"],"names":[],"mappings":";;;AAQA;IAGE,yBAAY,MAA4B;QACtC,IAAI,CAAC,MAAM,GAAG,MAAM,CAAA;IACtB,CAAC;IACH,sBAAC;AAAD,CAAC,AAND,IAMC;AANY,0CAAe"}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { ValidationErrorModel } from "./errors";
|
|
2
|
+
export type HttpMethod = 'post' | 'get' | 'put' | 'delete';
|
|
3
|
+
export type HttpRequest = {
|
|
4
|
+
url: string;
|
|
5
|
+
method: HttpMethod;
|
|
6
|
+
body?: any;
|
|
7
|
+
headers?: any;
|
|
8
|
+
};
|
|
9
|
+
export declare enum HttpStatusCode {
|
|
10
|
+
ok = 200,
|
|
11
|
+
okCreated = 201,
|
|
12
|
+
okPost = 202,
|
|
13
|
+
okNoContent = 204,
|
|
14
|
+
notFound = 404,
|
|
15
|
+
noContent = 204,
|
|
16
|
+
forbidden = 403,
|
|
17
|
+
badRequest = 400,
|
|
18
|
+
serverError = 500,
|
|
19
|
+
conflict = 409,
|
|
20
|
+
unauthorized = 401,
|
|
21
|
+
unprocessableEntity = 422
|
|
22
|
+
}
|
|
23
|
+
export type HttpResponse<T = any> = {
|
|
24
|
+
data: T;
|
|
25
|
+
status: HttpStatusCode;
|
|
26
|
+
title: string;
|
|
27
|
+
message?: string | null;
|
|
28
|
+
validationErros?: ValidationErrorModel;
|
|
29
|
+
};
|
|
30
|
+
export type HttpResponseResult<R = any> = Promise<HttpResponse<R>>;
|
|
31
|
+
export interface HttpClient<R = any> {
|
|
32
|
+
request: (data: HttpRequest) => HttpResponseResult<R>;
|
|
33
|
+
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.HttpStatusCode = void 0;
|
|
4
|
+
var HttpStatusCode;
|
|
5
|
+
(function (HttpStatusCode) {
|
|
6
|
+
HttpStatusCode[HttpStatusCode["ok"] = 200] = "ok";
|
|
7
|
+
HttpStatusCode[HttpStatusCode["okCreated"] = 201] = "okCreated";
|
|
8
|
+
HttpStatusCode[HttpStatusCode["okPost"] = 202] = "okPost";
|
|
9
|
+
HttpStatusCode[HttpStatusCode["okNoContent"] = 204] = "okNoContent";
|
|
10
|
+
HttpStatusCode[HttpStatusCode["notFound"] = 404] = "notFound";
|
|
11
|
+
HttpStatusCode[HttpStatusCode["noContent"] = 204] = "noContent";
|
|
12
|
+
HttpStatusCode[HttpStatusCode["forbidden"] = 403] = "forbidden";
|
|
13
|
+
HttpStatusCode[HttpStatusCode["badRequest"] = 400] = "badRequest";
|
|
14
|
+
HttpStatusCode[HttpStatusCode["serverError"] = 500] = "serverError";
|
|
15
|
+
HttpStatusCode[HttpStatusCode["conflict"] = 409] = "conflict";
|
|
16
|
+
HttpStatusCode[HttpStatusCode["unauthorized"] = 401] = "unauthorized";
|
|
17
|
+
HttpStatusCode[HttpStatusCode["unprocessableEntity"] = 422] = "unprocessableEntity";
|
|
18
|
+
})(HttpStatusCode || (exports.HttpStatusCode = HttpStatusCode = {}));
|
|
19
|
+
//# sourceMappingURL=http-client.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"http-client.js","sourceRoot":"","sources":["../../../../../src/system/domain/protocols/http/http-client.ts"],"names":[],"mappings":";;;AAWA,IAAY,cAaX;AAbD,WAAY,cAAc;IACxB,iDAAQ,CAAA;IACR,+DAAe,CAAA;IACf,yDAAY,CAAA;IACZ,mEAAiB,CAAA;IACjB,6DAAc,CAAA;IACd,+DAAe,CAAA;IACf,+DAAe,CAAA;IACf,iEAAgB,CAAA;IAChB,mEAAiB,CAAA;IACjB,6DAAc,CAAA;IACd,qEAAkB,CAAA;IAClB,mFAAyB,CAAA;AAC3B,CAAC,EAbW,cAAc,8BAAd,cAAc,QAazB"}
|
|
@@ -0,0 +1,19 @@
|
|
|
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("./errors"), exports);
|
|
18
|
+
__exportStar(require("./http-client"), exports);
|
|
19
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/system/domain/protocols/http/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2CAAwB;AACxB,gDAA6B"}
|
|
@@ -0,0 +1,19 @@
|
|
|
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("./http"), exports);
|
|
18
|
+
__exportStar(require("./cache"), exports);
|
|
19
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/system/domain/protocols/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,yCAAsB;AACtB,0CAAuB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"auth-admin.js","sourceRoot":"","sources":["../../../../../../src/system/domain/use-cases/auth/admin/auth-admin.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./auth-admin";
|
|
@@ -0,0 +1,18 @@
|
|
|
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("./auth-admin"), exports);
|
|
18
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/system/domain/use-cases/auth/admin/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,+CAA4B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./admin";
|
|
@@ -0,0 +1,18 @@
|
|
|
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("./admin"), exports);
|
|
18
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/system/domain/use-cases/auth/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,0CAAuB"}
|
|
@@ -0,0 +1,20 @@
|
|
|
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("./auth"), exports);
|
|
18
|
+
__exportStar(require("./menu"), exports);
|
|
19
|
+
__exportStar(require("./users"), exports);
|
|
20
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/system/domain/use-cases/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,yCAAsB;AACtB,yCAAsB;AACtB,0CAAuB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './load-menu';
|
|
@@ -0,0 +1,18 @@
|
|
|
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("./load-menu"), exports);
|
|
18
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/system/domain/use-cases/menu/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,8CAA2B"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { List } from '@/system';
|
|
2
|
+
import { IconsNames } from '@/ui';
|
|
3
|
+
export type LoadMenu = {
|
|
4
|
+
load: () => Promise<LoadMenu.Model>;
|
|
5
|
+
};
|
|
6
|
+
export type IMenu = {
|
|
7
|
+
order: number;
|
|
8
|
+
title: string;
|
|
9
|
+
icon: IconsNames;
|
|
10
|
+
route?: string;
|
|
11
|
+
items?: IMenu[];
|
|
12
|
+
};
|
|
13
|
+
export declare namespace LoadMenu {
|
|
14
|
+
type Model = List<IMenu>;
|
|
15
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"load-menu.js","sourceRoot":"","sources":["../../../../../src/system/domain/use-cases/menu/load-menu.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
export type CreateUser = {
|
|
2
|
+
create: (params: CreateUser.Params) => Promise<CreateUser.Model>;
|
|
3
|
+
};
|
|
4
|
+
export declare namespace CreateUser {
|
|
5
|
+
type Params = {
|
|
6
|
+
firstName: string;
|
|
7
|
+
lastName: string;
|
|
8
|
+
emailAddress: string;
|
|
9
|
+
password: string;
|
|
10
|
+
avatar: string;
|
|
11
|
+
imagem: string;
|
|
12
|
+
isExternal: boolean;
|
|
13
|
+
};
|
|
14
|
+
type Model = {};
|
|
15
|
+
}
|