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,113 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.createRouterBuild = void 0;
|
|
4
|
+
function createRouterBuild(router) {
|
|
5
|
+
var queryParams = router.query;
|
|
6
|
+
function addRouteParam(paramName, paramValue) {
|
|
7
|
+
if (queryParams[paramName]) {
|
|
8
|
+
queryParams[paramName] = "".concat(queryParams[paramName], ",").concat(paramValue);
|
|
9
|
+
}
|
|
10
|
+
else {
|
|
11
|
+
queryParams[paramName] = paramValue;
|
|
12
|
+
}
|
|
13
|
+
router.push({
|
|
14
|
+
pathname: router.pathname,
|
|
15
|
+
query: queryParams,
|
|
16
|
+
}, undefined, {
|
|
17
|
+
shallow: false,
|
|
18
|
+
});
|
|
19
|
+
}
|
|
20
|
+
function updateRouteParam(paramName, paramValue) {
|
|
21
|
+
queryParams[paramName] = paramValue;
|
|
22
|
+
router.push({
|
|
23
|
+
pathname: router.pathname,
|
|
24
|
+
query: queryParams,
|
|
25
|
+
}, undefined, {
|
|
26
|
+
shallow: false,
|
|
27
|
+
scroll: false
|
|
28
|
+
});
|
|
29
|
+
}
|
|
30
|
+
function removeRouteParam(paramName, value) {
|
|
31
|
+
var paramText = queryParams[paramName];
|
|
32
|
+
if (typeof paramText === 'string') {
|
|
33
|
+
var paramItemsArray = paramText.split(',');
|
|
34
|
+
var paramRemoveIndex = paramItemsArray.findIndex(function (paramItem) { return paramItem === value.toString(); });
|
|
35
|
+
if (paramRemoveIndex !== -1) {
|
|
36
|
+
paramItemsArray.splice(paramRemoveIndex, 1);
|
|
37
|
+
}
|
|
38
|
+
if (paramItemsArray.length > 0) {
|
|
39
|
+
queryParams[paramName] = paramItemsArray.join(',');
|
|
40
|
+
}
|
|
41
|
+
else {
|
|
42
|
+
delete queryParams[paramName];
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
router.push({
|
|
46
|
+
pathname: router.pathname,
|
|
47
|
+
query: queryParams,
|
|
48
|
+
}, undefined, {
|
|
49
|
+
shallow: false,
|
|
50
|
+
});
|
|
51
|
+
}
|
|
52
|
+
function addRoutePath(mainPath, path) {
|
|
53
|
+
var mainPathValues = queryParams[mainPath];
|
|
54
|
+
if (typeof mainPathValues !== 'string' &&
|
|
55
|
+
mainPathValues !== undefined) {
|
|
56
|
+
mainPathValues.push(path);
|
|
57
|
+
}
|
|
58
|
+
queryParams[mainPath] = mainPathValues;
|
|
59
|
+
router.push({
|
|
60
|
+
pathname: router.pathname,
|
|
61
|
+
query: queryParams,
|
|
62
|
+
}, undefined, {
|
|
63
|
+
shallow: false,
|
|
64
|
+
});
|
|
65
|
+
}
|
|
66
|
+
function updateRoutePath(mainPath, newPath) {
|
|
67
|
+
queryParams[mainPath] = newPath.split('/');
|
|
68
|
+
router.push({
|
|
69
|
+
pathname: router.pathname,
|
|
70
|
+
query: queryParams,
|
|
71
|
+
}, undefined, {
|
|
72
|
+
shallow: false,
|
|
73
|
+
});
|
|
74
|
+
}
|
|
75
|
+
function removeRoutePath(mainPath, value) {
|
|
76
|
+
var mainPathValues = queryParams[mainPath];
|
|
77
|
+
if (typeof mainPathValues !== 'string' &&
|
|
78
|
+
mainPathValues !== undefined) {
|
|
79
|
+
var routeRemoveIndex = mainPathValues.findIndex(function (routeValue) { return routeValue === value.toString(); });
|
|
80
|
+
if (routeRemoveIndex !== -1) {
|
|
81
|
+
mainPathValues.splice(routeRemoveIndex, 1);
|
|
82
|
+
}
|
|
83
|
+
}
|
|
84
|
+
queryParams[mainPath] = mainPathValues;
|
|
85
|
+
router.push({
|
|
86
|
+
pathname: router.pathname,
|
|
87
|
+
query: queryParams,
|
|
88
|
+
}, undefined, {
|
|
89
|
+
shallow: false,
|
|
90
|
+
});
|
|
91
|
+
}
|
|
92
|
+
function switchRoute(mainPath, path, removeParam, newParams) {
|
|
93
|
+
delete queryParams[removeParam];
|
|
94
|
+
var params = Object.assign(newParams, queryParams);
|
|
95
|
+
router.push({
|
|
96
|
+
pathname: "/".concat(mainPath, "/").concat(path),
|
|
97
|
+
query: params,
|
|
98
|
+
}, undefined, {
|
|
99
|
+
shallow: false,
|
|
100
|
+
});
|
|
101
|
+
}
|
|
102
|
+
return {
|
|
103
|
+
addRouteParam: addRouteParam,
|
|
104
|
+
updateRouteParam: updateRouteParam,
|
|
105
|
+
removeRouteParam: removeRouteParam,
|
|
106
|
+
addRoutePath: addRoutePath,
|
|
107
|
+
updateRoutePath: updateRoutePath,
|
|
108
|
+
removeRoutePath: removeRoutePath,
|
|
109
|
+
switchRoute: switchRoute,
|
|
110
|
+
};
|
|
111
|
+
}
|
|
112
|
+
exports.createRouterBuild = createRouterBuild;
|
|
113
|
+
//# sourceMappingURL=router-build.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"router-build.js","sourceRoot":"","sources":["../../../../../src/ui/utils/libs/next/router-build.ts"],"names":[],"mappings":";;;AAEA,SAAgB,iBAAiB,CAAC,MAAkB;IAChD,IAAM,WAAW,GAAG,MAAM,CAAC,KAAK,CAAC;IAEjC,SAAS,aAAa,CAAC,SAAiB,EAAE,UAAkB;QACxD,IAAI,WAAW,CAAC,SAAS,CAAC,EAAE,CAAC;YACzB,WAAW,CAAC,SAAS,CAAC,GAAG,UAAG,WAAW,CAAC,SAAS,CAAC,cAAI,UAAU,CAAE,CAAC;QACvE,CAAC;aAAM,CAAC;YACJ,WAAW,CAAC,SAAS,CAAC,GAAG,UAAU,CAAC;QACxC,CAAC;QAED,MAAM,CAAC,IAAI,CACP;YACI,QAAQ,EAAE,MAAM,CAAC,QAAQ;YACzB,KAAK,EAAE,WAAW;SACrB,EACD,SAAS,EACT;YACI,OAAO,EAAE,KAAK;SACjB,CACJ,CAAC;IACN,CAAC;IAED,SAAS,gBAAgB,CAAC,SAAiB,EAAE,UAAkB;QAC3D,WAAW,CAAC,SAAS,CAAC,GAAG,UAAU,CAAC;QAEpC,MAAM,CAAC,IAAI,CACP;YACI,QAAQ,EAAE,MAAM,CAAC,QAAQ;YACzB,KAAK,EAAE,WAAW;SACrB,EACD,SAAS,EACT;YACI,OAAO,EAAE,KAAK;YACd,MAAM,EAAE,KAAK;SAChB,CACJ,CAAC;IACN,CAAC;IAED,SAAS,gBAAgB,CAAC,SAAiB,EAAE,KAAa;QACtD,IAAM,SAAS,GAAG,WAAW,CAAC,SAAS,CAAC,CAAC;QAEzC,IAAI,OAAO,SAAS,KAAK,QAAQ,EAAE,CAAC;YAChC,IAAM,eAAe,GAAG,SAAS,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC;YAC7C,IAAM,gBAAgB,GAAG,eAAe,CAAC,SAAS,CAC9C,UAAC,SAAiB,IAAK,OAAA,SAAS,KAAK,KAAK,CAAC,QAAQ,EAAE,EAA9B,CAA8B,CACxD,CAAC;YAEF,IAAI,gBAAgB,KAAK,CAAC,CAAC,EAAE,CAAC;gBAC1B,eAAe,CAAC,MAAM,CAAC,gBAAgB,EAAE,CAAC,CAAC,CAAC;YAChD,CAAC;YAED,IAAI,eAAe,CAAC,MAAM,GAAG,CAAC,EAAE,CAAC;gBAC7B,WAAW,CAAC,SAAS,CAAC,GAAG,eAAe,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC;YACvD,CAAC;iBAAM,CAAC;gBACJ,OAAO,WAAW,CAAC,SAAS,CAAC,CAAC;YAClC,CAAC;QACL,CAAC;QAED,MAAM,CAAC,IAAI,CACP;YACI,QAAQ,EAAE,MAAM,CAAC,QAAQ;YACzB,KAAK,EAAE,WAAW;SACrB,EACD,SAAS,EACT;YACI,OAAO,EAAE,KAAK;SACjB,CACJ,CAAC;IACN,CAAC;IAED,SAAS,YAAY,CAAC,QAAgB,EAAE,IAAY;QAChD,IAAM,cAAc,GAAG,WAAW,CAAC,QAAQ,CAAC,CAAC;QAE7C,IACI,OAAO,cAAc,KAAK,QAAQ;YAClC,cAAc,KAAK,SAAS,EAC9B,CAAC;YACC,cAAc,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;QAC9B,CAAC;QAED,WAAW,CAAC,QAAQ,CAAC,GAAG,cAAc,CAAC;QAEvC,MAAM,CAAC,IAAI,CACP;YACI,QAAQ,EAAE,MAAM,CAAC,QAAQ;YACzB,KAAK,EAAE,WAAW;SACrB,EACD,SAAS,EACT;YACI,OAAO,EAAE,KAAK;SACjB,CACJ,CAAC;IACN,CAAC;IAED,SAAS,eAAe,CAAC,QAAgB,EAAE,OAAe;QACtD,WAAW,CAAC,QAAQ,CAAC,GAAG,OAAO,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC;QAE3C,MAAM,CAAC,IAAI,CACP;YACI,QAAQ,EAAE,MAAM,CAAC,QAAQ;YACzB,KAAK,EAAE,WAAW;SACrB,EACD,SAAS,EACT;YACI,OAAO,EAAE,KAAK;SACjB,CACJ,CAAC;IACN,CAAC;IAED,SAAS,eAAe,CAAC,QAAgB,EAAE,KAAa;QACpD,IAAM,cAAc,GAAG,WAAW,CAAC,QAAQ,CAAC,CAAC;QAE7C,IACI,OAAO,cAAc,KAAK,QAAQ;YAClC,cAAc,KAAK,SAAS,EAC9B,CAAC;YACC,IAAM,gBAAgB,GAAG,cAAc,CAAC,SAAS,CAC7C,UAAC,UAAkB,IAAK,OAAA,UAAU,KAAK,KAAK,CAAC,QAAQ,EAAE,EAA/B,CAA+B,CAC1D,CAAC;YAEF,IAAI,gBAAgB,KAAK,CAAC,CAAC,EAAE,CAAC;gBAC1B,cAAc,CAAC,MAAM,CAAC,gBAAgB,EAAE,CAAC,CAAC,CAAC;YAC/C,CAAC;QACL,CAAC;QAED,WAAW,CAAC,QAAQ,CAAC,GAAG,cAAc,CAAC;QAEvC,MAAM,CAAC,IAAI,CACP;YACI,QAAQ,EAAE,MAAM,CAAC,QAAQ;YACzB,KAAK,EAAE,WAAW;SACrB,EACD,SAAS,EACT;YACI,OAAO,EAAE,KAAK;SACjB,CACJ,CAAC;IACN,CAAC;IAED,SAAS,WAAW,CAChB,QAAgB,EAChB,IAAY,EACZ,WAAmB,EACnB,SAAiC;QAEjC,OAAO,WAAW,CAAC,WAAW,CAAC,CAAC;QAEhC,IAAM,MAAM,GAAG,MAAM,CAAC,MAAM,CAAC,SAAS,EAAE,WAAW,CAAC,CAAC;QAErD,MAAM,CAAC,IAAI,CACP;YACI,QAAQ,EAAE,WAAI,QAAQ,cAAI,IAAI,CAAE;YAChC,KAAK,EAAE,MAAM;SAChB,EACD,SAAS,EACT;YACI,OAAO,EAAE,KAAK;SACjB,CACJ,CAAC;IACN,CAAC;IAED,OAAO;QACH,aAAa,eAAA;QACb,gBAAgB,kBAAA;QAChB,gBAAgB,kBAAA;QAChB,YAAY,cAAA;QACZ,eAAe,iBAAA;QACf,eAAe,iBAAA;QACf,WAAW,aAAA;KACd,CAAC;AACN,CAAC;AA1KD,8CA0KC"}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __assign = (this && this.__assign) || function () {
|
|
3
|
+
__assign = Object.assign || function(t) {
|
|
4
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
5
|
+
s = arguments[i];
|
|
6
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
7
|
+
t[p] = s[p];
|
|
8
|
+
}
|
|
9
|
+
return t;
|
|
10
|
+
};
|
|
11
|
+
return __assign.apply(this, arguments);
|
|
12
|
+
};
|
|
13
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14
|
+
exports.updateRoute = void 0;
|
|
15
|
+
function updateRoute(_a) {
|
|
16
|
+
var reset = _a.reset, router = _a.router, params = _a.params;
|
|
17
|
+
if (reset) {
|
|
18
|
+
router.push({
|
|
19
|
+
pathname: router.pathname,
|
|
20
|
+
query: __assign({}, params),
|
|
21
|
+
});
|
|
22
|
+
return;
|
|
23
|
+
}
|
|
24
|
+
router.push({
|
|
25
|
+
pathname: router.pathname,
|
|
26
|
+
query: __assign(__assign({}, router.query), params),
|
|
27
|
+
});
|
|
28
|
+
return;
|
|
29
|
+
}
|
|
30
|
+
exports.updateRoute = updateRoute;
|
|
31
|
+
//# sourceMappingURL=update-route.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-route.js","sourceRoot":"","sources":["../../../../../src/ui/utils/libs/next/update-route.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAEA,SAAgB,WAAW,CAAC,EAQ3B;QAPC,KAAK,WAAA,EACL,MAAM,YAAA,EACN,MAAM,YAAA;IAMN,IAAI,KAAK,EAAE,CAAC;QACV,MAAM,CAAC,IAAI,CAAC;YACV,QAAQ,EAAE,MAAM,CAAC,QAAQ;YACzB,KAAK,eAAO,MAAM,CAAE;SACrB,CAAC,CAAC;QACH,OAAO;IACT,CAAC;IAED,MAAM,CAAC,IAAI,CAAC;QACV,QAAQ,EAAE,MAAM,CAAC,QAAQ;QACzB,KAAK,wBAAO,MAAM,CAAC,KAAK,GAAK,MAAM,CAAE;KACtC,CAAC,CAAC;IAEH,OAAO;AACT,CAAC;AAvBD,kCAuBC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function uid(len: any): any;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.uid = void 0;
|
|
4
|
+
var IDX = 256, HEX = [], SIZE = 256, BUFFER;
|
|
5
|
+
while (IDX--)
|
|
6
|
+
HEX[IDX] = (IDX + 256).toString(16).substring(1);
|
|
7
|
+
function uid(len) {
|
|
8
|
+
var i = 0, tmp = len || 11;
|
|
9
|
+
if (!BUFFER || IDX + tmp > SIZE * 2) {
|
|
10
|
+
for (BUFFER = "", IDX = 0; i < SIZE; i++) {
|
|
11
|
+
BUFFER += HEX[(Math.random() * 256) | 0];
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
return BUFFER.substring(IDX, IDX++ + tmp);
|
|
15
|
+
}
|
|
16
|
+
exports.uid = uid;
|
|
17
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/ui/utils/uid/index.ts"],"names":[],"mappings":";;;AAAA,IAAI,GAAG,GAAC,GAAG,EAAE,GAAG,GAAC,EAAE,EAAE,IAAI,GAAC,GAAG,EAAE,MAAM,CAAC;AACtC,OAAO,GAAG,EAAE;IAAE,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,GAAG,GAAG,CAAC,CAAC,QAAQ,CAAC,EAAE,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC;AAE/D,SAAgB,GAAG,CAAC,GAAG;IACrB,IAAI,CAAC,GAAG,CAAC,EACP,GAAG,GAAG,GAAG,IAAI,EAAE,CAAC;IAClB,IAAI,CAAC,MAAM,IAAI,GAAG,GAAG,GAAG,GAAG,IAAI,GAAG,CAAC,EAAE,CAAC;QACpC,KAAK,MAAM,GAAG,EAAE,EAAE,GAAG,GAAG,CAAC,EAAE,CAAC,GAAG,IAAI,EAAE,CAAC,EAAE,EAAE,CAAC;YACzC,MAAM,IAAI,GAAG,CAAC,CAAC,IAAI,CAAC,MAAM,EAAE,GAAG,GAAG,CAAC,GAAG,CAAC,CAAC,CAAC;QAC3C,CAAC;IACH,CAAC;IAED,OAAO,MAAM,CAAC,SAAS,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,GAAG,CAAC,CAAC;AAC5C,CAAC;AAVD,kBAUC"}
|
|
@@ -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("./validate-cpf"), exports);
|
|
18
|
+
__exportStar(require("./validate-phone"), exports);
|
|
19
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/ui/utils/validations/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,iDAA8B;AAC9B,mDAAgC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function validateCPF(cpf: string): boolean;
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.validateCPF = void 0;
|
|
4
|
+
function validateCPF(cpf) {
|
|
5
|
+
cpf = cpf.replace(/[^\d]+/g, '');
|
|
6
|
+
if (cpf.length !== 11 || /^(\d)\1+$/.test(cpf)) {
|
|
7
|
+
return false;
|
|
8
|
+
}
|
|
9
|
+
var sum = 0, rest;
|
|
10
|
+
for (var i = 1; i <= 9; i++) {
|
|
11
|
+
sum = sum + parseInt(cpf.substring(i - 1, i)) * (11 - i);
|
|
12
|
+
}
|
|
13
|
+
rest = (sum * 10) % 11;
|
|
14
|
+
if (rest == 10 || rest == 11) {
|
|
15
|
+
rest = 0;
|
|
16
|
+
}
|
|
17
|
+
if (rest != parseInt(cpf.substring(9, 10))) {
|
|
18
|
+
return false;
|
|
19
|
+
}
|
|
20
|
+
sum = 0;
|
|
21
|
+
for (var i = 1; i <= 10; i++) {
|
|
22
|
+
sum = sum + parseInt(cpf.substring(i - 1, i)) * (12 - i);
|
|
23
|
+
}
|
|
24
|
+
rest = (sum * 10) % 11;
|
|
25
|
+
if (rest == 10 || rest == 11) {
|
|
26
|
+
rest = 0;
|
|
27
|
+
}
|
|
28
|
+
if (rest != parseInt(cpf.substring(10, 11))) {
|
|
29
|
+
return false;
|
|
30
|
+
}
|
|
31
|
+
return true;
|
|
32
|
+
}
|
|
33
|
+
exports.validateCPF = validateCPF;
|
|
34
|
+
//# sourceMappingURL=validate-cpf.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"validate-cpf.js","sourceRoot":"","sources":["../../../../src/ui/utils/validations/validate-cpf.ts"],"names":[],"mappings":";;;AAAA,SAAgB,WAAW,CAAC,GAAW;IACrC,GAAG,GAAG,GAAG,CAAC,OAAO,CAAC,SAAS,EAAE,EAAE,CAAC,CAAA;IAEhC,IAAI,GAAG,CAAC,MAAM,KAAK,EAAE,IAAI,WAAW,CAAC,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC;QAC/C,OAAO,KAAK,CAAA;IACd,CAAC;IAED,IAAI,GAAG,GAAG,CAAC,EACT,IAAI,CAAA;IAEN,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,IAAI,CAAC,EAAE,CAAC,EAAE,EAAE,CAAC;QAC5B,GAAG,GAAG,GAAG,GAAG,QAAQ,CAAC,GAAG,CAAC,SAAS,CAAC,CAAC,GAAG,CAAC,EAAE,CAAC,CAAC,CAAC,GAAG,CAAC,EAAE,GAAG,CAAC,CAAC,CAAA;IAC1D,CAAC;IAED,IAAI,GAAG,CAAC,GAAG,GAAG,EAAE,CAAC,GAAG,EAAE,CAAA;IAEtB,IAAI,IAAI,IAAI,EAAE,IAAI,IAAI,IAAI,EAAE,EAAE,CAAC;QAC7B,IAAI,GAAG,CAAC,CAAA;IACV,CAAC;IAED,IAAI,IAAI,IAAI,QAAQ,CAAC,GAAG,CAAC,SAAS,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,EAAE,CAAC;QAC3C,OAAO,KAAK,CAAA;IACd,CAAC;IAED,GAAG,GAAG,CAAC,CAAA;IAEP,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,IAAI,EAAE,EAAE,CAAC,EAAE,EAAE,CAAC;QAC7B,GAAG,GAAG,GAAG,GAAG,QAAQ,CAAC,GAAG,CAAC,SAAS,CAAC,CAAC,GAAG,CAAC,EAAE,CAAC,CAAC,CAAC,GAAG,CAAC,EAAE,GAAG,CAAC,CAAC,CAAA;IAC1D,CAAC;IAED,IAAI,GAAG,CAAC,GAAG,GAAG,EAAE,CAAC,GAAG,EAAE,CAAA;IAEtB,IAAI,IAAI,IAAI,EAAE,IAAI,IAAI,IAAI,EAAE,EAAE,CAAC;QAC7B,IAAI,GAAG,CAAC,CAAA;IACV,CAAC;IAED,IAAI,IAAI,IAAI,QAAQ,CAAC,GAAG,CAAC,SAAS,CAAC,EAAE,EAAE,EAAE,CAAC,CAAC,EAAE,CAAC;QAC5C,OAAO,KAAK,CAAA;IACd,CAAC;IAED,OAAO,IAAI,CAAA;AACb,CAAC;AAzCD,kCAyCC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function validatePhone(phoneNumber: string | undefined): boolean;
|
|
@@ -0,0 +1,86 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.validatePhone = void 0;
|
|
4
|
+
var validDDDs = [
|
|
5
|
+
'11', // São Paulo - SP
|
|
6
|
+
'12', // São José dos Campos - SP
|
|
7
|
+
'13', // Santos - SP
|
|
8
|
+
'14', // Bauru - SP
|
|
9
|
+
'15', // Sorocaba - SP
|
|
10
|
+
'16', // Ribeirão Preto - SP
|
|
11
|
+
'17', // São José do Rio Preto - SP
|
|
12
|
+
'18', // Presidente Prudente - SP
|
|
13
|
+
'19', // Campinas - SP
|
|
14
|
+
'21', // Rio de Janeiro - RJ
|
|
15
|
+
'22', // Campos dos Goytacazes - RJ
|
|
16
|
+
'24', // Volta Redonda - RJ
|
|
17
|
+
'27', // Vitória - ES
|
|
18
|
+
'28', // Cachoeiro de Itapemirim - ES
|
|
19
|
+
'31', // Belo Horizonte - MG
|
|
20
|
+
'32', // Juiz de Fora - MG
|
|
21
|
+
'33', // Governador Valadares - MG
|
|
22
|
+
'34', // Uberlândia - MG
|
|
23
|
+
'35', // Poços de Caldas - MG
|
|
24
|
+
'37', // Divinópolis - MG
|
|
25
|
+
'38', // Montes Claros - MG
|
|
26
|
+
'41', // Curitiba - PR
|
|
27
|
+
'42', // Ponta Grossa - PR
|
|
28
|
+
'43', // Londrina - PR
|
|
29
|
+
'44', // Maringá - PR
|
|
30
|
+
'45', // Foz do Iguaçu - PR
|
|
31
|
+
'46', // Francisco Beltrão - PR
|
|
32
|
+
'47', // Joinville - SC
|
|
33
|
+
'48', // Florianópolis - SC
|
|
34
|
+
'49', // Chapecó - SC
|
|
35
|
+
'51', // Porto Alegre - RS
|
|
36
|
+
'53', // Pelotas - RS
|
|
37
|
+
'54', // Caxias do Sul - RS
|
|
38
|
+
'55', // Santa Maria - RS
|
|
39
|
+
'61', // Brasília - DF
|
|
40
|
+
'62', // Goiânia - GO
|
|
41
|
+
'63', // Palmas - TO
|
|
42
|
+
'64', // Rio Verde - GO
|
|
43
|
+
'65', // Cuiabá - MT
|
|
44
|
+
'66', // Rondonópolis - MT
|
|
45
|
+
'67', // Campo Grande - MS
|
|
46
|
+
'68', // Rio Branco - AC
|
|
47
|
+
'69', // Porto Velho - RO
|
|
48
|
+
'71', // Salvador - BA
|
|
49
|
+
'73', // Ilhéus - BA
|
|
50
|
+
'74', // Juazeiro - BA
|
|
51
|
+
'75', // Feira de Santana - BA
|
|
52
|
+
'77', // Barreiras - BA
|
|
53
|
+
'79', // Aracaju - SE
|
|
54
|
+
'81', // Recife - PE
|
|
55
|
+
'82', // Maceió - AL
|
|
56
|
+
'83', // João Pessoa - PB
|
|
57
|
+
'84', // Natal - RN
|
|
58
|
+
'85', // Fortaleza - CE
|
|
59
|
+
'86', // Teresina - PI
|
|
60
|
+
'87', // Petrolina - PE
|
|
61
|
+
'88', // Juazeiro do Norte - CE
|
|
62
|
+
'89', // Picos - PI
|
|
63
|
+
'91', // Belém - PA
|
|
64
|
+
'92', // Manaus - AM
|
|
65
|
+
'93', // Santarém - PA
|
|
66
|
+
'94', // Marabá - PA
|
|
67
|
+
'95', // Boa Vista - RR
|
|
68
|
+
'96', // Macapá - AP
|
|
69
|
+
'97', // Coari - AM
|
|
70
|
+
'98', // São Luís - MA
|
|
71
|
+
'99', // Imperatriz - MA
|
|
72
|
+
];
|
|
73
|
+
function validatePhone(phoneNumber) {
|
|
74
|
+
if (!phoneNumber) {
|
|
75
|
+
return false;
|
|
76
|
+
}
|
|
77
|
+
var removeSymbols = phoneNumber.replace(/[^0-9]/g, '');
|
|
78
|
+
if (!validDDDs.includes(removeSymbols.substring(0, 2))) {
|
|
79
|
+
return false;
|
|
80
|
+
}
|
|
81
|
+
var requiredLength = 11;
|
|
82
|
+
var isValidLength = removeSymbols.length === requiredLength;
|
|
83
|
+
return isValidLength;
|
|
84
|
+
}
|
|
85
|
+
exports.validatePhone = validatePhone;
|
|
86
|
+
//# sourceMappingURL=validate-phone.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"validate-phone.js","sourceRoot":"","sources":["../../../../src/ui/utils/validations/validate-phone.ts"],"names":[],"mappings":";;;AAAA,IAAM,SAAS,GAAG;IAChB,IAAI,EAAE,iBAAiB;IACvB,IAAI,EAAE,2BAA2B;IACjC,IAAI,EAAE,cAAc;IACpB,IAAI,EAAE,aAAa;IACnB,IAAI,EAAE,gBAAgB;IACtB,IAAI,EAAE,sBAAsB;IAC5B,IAAI,EAAE,6BAA6B;IACnC,IAAI,EAAE,2BAA2B;IACjC,IAAI,EAAE,gBAAgB;IACtB,IAAI,EAAE,sBAAsB;IAC5B,IAAI,EAAE,6BAA6B;IACnC,IAAI,EAAE,qBAAqB;IAC3B,IAAI,EAAE,eAAe;IACrB,IAAI,EAAE,+BAA+B;IACrC,IAAI,EAAE,sBAAsB;IAC5B,IAAI,EAAE,oBAAoB;IAC1B,IAAI,EAAE,4BAA4B;IAClC,IAAI,EAAE,kBAAkB;IACxB,IAAI,EAAE,uBAAuB;IAC7B,IAAI,EAAE,mBAAmB;IACzB,IAAI,EAAE,qBAAqB;IAC3B,IAAI,EAAE,gBAAgB;IACtB,IAAI,EAAE,oBAAoB;IAC1B,IAAI,EAAE,gBAAgB;IACtB,IAAI,EAAE,eAAe;IACrB,IAAI,EAAE,qBAAqB;IAC3B,IAAI,EAAE,yBAAyB;IAC/B,IAAI,EAAE,iBAAiB;IACvB,IAAI,EAAE,qBAAqB;IAC3B,IAAI,EAAE,eAAe;IACrB,IAAI,EAAE,oBAAoB;IAC1B,IAAI,EAAE,eAAe;IACrB,IAAI,EAAE,qBAAqB;IAC3B,IAAI,EAAE,mBAAmB;IACzB,IAAI,EAAE,gBAAgB;IACtB,IAAI,EAAE,eAAe;IACrB,IAAI,EAAE,cAAc;IACpB,IAAI,EAAE,iBAAiB;IACvB,IAAI,EAAE,cAAc;IACpB,IAAI,EAAE,oBAAoB;IAC1B,IAAI,EAAE,oBAAoB;IAC1B,IAAI,EAAE,kBAAkB;IACxB,IAAI,EAAE,mBAAmB;IACzB,IAAI,EAAE,gBAAgB;IACtB,IAAI,EAAE,cAAc;IACpB,IAAI,EAAE,gBAAgB;IACtB,IAAI,EAAE,wBAAwB;IAC9B,IAAI,EAAE,iBAAiB;IACvB,IAAI,EAAE,eAAe;IACrB,IAAI,EAAE,cAAc;IACpB,IAAI,EAAE,cAAc;IACpB,IAAI,EAAE,mBAAmB;IACzB,IAAI,EAAE,aAAa;IACnB,IAAI,EAAE,iBAAiB;IACvB,IAAI,EAAE,gBAAgB;IACtB,IAAI,EAAE,iBAAiB;IACvB,IAAI,EAAE,yBAAyB;IAC/B,IAAI,EAAE,aAAa;IACnB,IAAI,EAAE,aAAa;IACnB,IAAI,EAAE,cAAc;IACpB,IAAI,EAAE,gBAAgB;IACtB,IAAI,EAAE,cAAc;IACpB,IAAI,EAAE,iBAAiB;IACvB,IAAI,EAAE,cAAc;IACpB,IAAI,EAAE,aAAa;IACnB,IAAI,EAAE,gBAAgB;IACtB,IAAI,EAAE,kBAAkB;CACzB,CAAA;AAED,SAAgB,aAAa,CAAC,WAA+B;IAC3D,IAAI,CAAC,WAAW,EAAE,CAAC;QACjB,OAAO,KAAK,CAAA;IACd,CAAC;IAED,IAAM,aAAa,GAAG,WAAW,CAAC,OAAO,CAAC,SAAS,EAAE,EAAE,CAAC,CAAA;IAExD,IAAI,CAAC,SAAS,CAAC,QAAQ,CAAC,aAAa,CAAC,SAAS,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC;QACvD,OAAO,KAAK,CAAA;IACd,CAAC;IAED,IAAM,cAAc,GAAG,EAAE,CAAA;IACzB,IAAM,aAAa,GAAG,aAAa,CAAC,MAAM,KAAK,cAAc,CAAA;IAE7D,OAAO,aAAa,CAAA;AACtB,CAAC;AAfD,sCAeC"}
|