infinity-forge 0.5.3 → 0.5.4
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 -3
- package/dist/index.js +3 -3
- package/dist/sites/components/brands-carousel/index.d.ts +1 -1
- package/dist/sites/components/brands-carousel/index.js +3 -3
- package/dist/sites/components/brands-carousel/interfaces.d.ts +1 -1
- package/dist/sites/components/carousel/component.d.ts +1 -1
- package/dist/sites/components/carousel/component.js +1 -1
- package/dist/sites/components/carousel/index.d.ts +1 -1
- package/dist/sites/components/carousel/index.js +1 -1
- package/dist/sites/components/carousel/interfaces.d.ts +1 -1
- package/dist/sites/components/carousel/versions/index.d.ts +1 -1
- package/dist/sites/components/carousel/versions/index.js +1 -1
- package/dist/sites/components/carousel/versions/version-01/component-01.d.ts +1 -1
- package/dist/sites/components/carousel/versions/version-01/component-01.js +1 -1
- package/dist/sites/components/counter/component.d.ts +1 -1
- package/dist/sites/components/counter/component.js +1 -1
- package/dist/sites/components/counter/index.d.ts +1 -1
- package/dist/sites/components/counter/index.js +1 -1
- package/dist/sites/components/counter/interfaces.d.ts +1 -1
- package/dist/sites/components/counter/versions/index.d.ts +1 -1
- package/dist/sites/components/counter/versions/index.js +1 -1
- package/dist/sites/components/counter/versions/version-01/box/index.d.ts +1 -1
- package/dist/sites/components/counter/versions/version-01/box/index.js +2 -2
- package/dist/sites/components/counter/versions/version-01/component.d.ts +1 -1
- package/dist/sites/components/counter/versions/version-01/component.js +3 -3
- package/dist/sites/components/head/component.d.ts +1 -1
- package/dist/sites/components/head/index.d.ts +2 -2
- package/dist/sites/components/head/index.js +2 -2
- package/dist/sites/components/header-link/component.d.ts +1 -1
- package/dist/sites/components/header-link/component.js +1 -1
- package/dist/sites/components/header-link/index.d.ts +1 -1
- package/dist/sites/components/header-link/index.js +1 -1
- package/dist/sites/components/header-link/interfaces.d.ts +1 -1
- package/dist/sites/components/header-link/versions/index.d.ts +1 -1
- package/dist/sites/components/header-link/versions/index.js +1 -1
- package/dist/sites/components/header-link/versions/version-01/component.js +2 -2
- package/dist/sites/components/header-link/versions/version-01/component.stories.d.ts +1 -1
- package/dist/sites/components/header-link/versions/version-01/component.stories.js +2 -2
- package/dist/sites/components/index.d.ts +6 -6
- package/dist/sites/components/index.js +6 -6
- package/dist/sites/components/mvv/component.d.ts +1 -1
- package/dist/sites/components/mvv/component.js +1 -1
- package/dist/sites/components/mvv/index.d.ts +1 -1
- package/dist/sites/components/mvv/index.js +1 -1
- package/dist/sites/components/mvv/interfaces.d.ts +1 -1
- package/dist/sites/components/mvv/versions/index.d.ts +1 -1
- package/dist/sites/components/mvv/versions/index.js +1 -1
- package/dist/sites/components/mvv/versions/version-01/component.d.ts +1 -1
- package/dist/sites/components/mvv/versions/version-01/component.js +2 -2
- package/dist/sites/context/configs/context.d.ts +1 -1
- package/dist/sites/context/configs/context.js +3 -3
- package/dist/sites/context/configs/index.d.ts +2 -2
- package/dist/sites/context/configs/index.js +2 -2
- package/dist/sites/context/configs/scripts/acept-cookies/index.js +2 -2
- package/dist/sites/context/configs/scripts/acept-ratedr/index.js +2 -2
- package/dist/sites/context/configs/scripts/component.d.ts +1 -1
- package/dist/sites/context/configs/scripts/component.js +4 -4
- package/dist/sites/context/configs/scripts/index.d.ts +5 -5
- package/dist/sites/context/configs/scripts/index.js +5 -5
- package/dist/sites/context/configs/scripts/interfaces.d.ts +1 -1
- package/dist/sites/context/configs/scripts/whatsapp-fixed/index.js +1 -1
- package/dist/sites/context/index.d.ts +1 -1
- package/dist/sites/context/index.js +1 -1
- package/dist/sites/hook/index.d.ts +3 -3
- package/dist/sites/hook/index.js +3 -3
- package/dist/sites/index.d.ts +3 -3
- package/dist/sites/index.js +3 -3
- package/dist/sites/interfaces/api-data/index.d.ts +1 -1
- package/dist/sites/interfaces/api-data/index.js +1 -1
- package/dist/sites/interfaces/index.d.ts +2 -2
- package/dist/sites/interfaces/index.js +2 -2
- package/dist/system/container/admin/auth/container.js +11 -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/index.d.ts +3 -0
- package/dist/system/container/admin/index.js +20 -0
- package/dist/system/container/admin/menu/container.js +11 -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/users/container.js +12 -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/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/index.d.ts +1 -0
- package/dist/system/container/decorators/index.js +18 -0
- package/dist/system/container/index.d.ts +2 -0
- package/dist/system/container/index.js +19 -0
- package/dist/system/container/infra/container.js +15 -0
- package/dist/system/container/infra/index.d.ts +3 -0
- package/dist/system/container/infra/index.js +20 -0
- package/dist/system/container/main.d.ts +4 -0
- package/dist/system/container/main.js +12 -0
- package/dist/system/container/types.js +17 -0
- package/dist/system/data/index.d.ts +1 -0
- package/dist/system/data/index.js +18 -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/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/index.d.ts +3 -0
- package/dist/system/data/use-cases/index.js +20 -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/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/users/index.d.ts +2 -0
- package/dist/system/data/use-cases/users/index.js +19 -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-users.d.ts +12 -0
- package/dist/system/data/use-cases/users/remote-users.js +177 -0
- package/dist/system/domain/generics/index.d.ts +2 -0
- package/dist/system/domain/generics/index.js +19 -0
- package/dist/system/domain/index.d.ts +3 -0
- package/dist/system/domain/index.js +20 -0
- package/dist/system/domain/protocols/cache/get-storage.d.ts +4 -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/set-storage.d.ts +4 -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/index.d.ts +2 -0
- package/dist/system/domain/protocols/http/errors/index.js +19 -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/http-client.d.ts +33 -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/index.d.ts +2 -0
- package/dist/system/domain/protocols/index.js +19 -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/index.d.ts +1 -0
- package/dist/system/domain/use-cases/auth/index.js +18 -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/menu/index.d.ts +1 -0
- package/dist/system/domain/use-cases/menu/index.js +18 -0
- package/dist/system/domain/use-cases/menu/load-menu.d.ts +15 -0
- package/dist/system/domain/use-cases/users/delete-user.d.ts +10 -0
- package/dist/system/domain/use-cases/users/edit-user.d.ts +8 -0
- package/dist/system/domain/use-cases/users/get-detail-user.d.ts +10 -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/load-all-users.d.ts +23 -0
- package/dist/system/index.d.ts +5 -5
- package/dist/system/index.js +5 -5
- package/dist/system/infra/cache/cookie-storage-adapter.d.ts +6 -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/storage-type.d.ts +2 -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/index.d.ts +1 -0
- package/dist/system/infra/http/index.js +18 -0
- package/dist/system/infra/index.d.ts +3 -0
- package/dist/system/infra/index.js +20 -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/presentation/components/data/avatar/index.js +2 -2
- package/dist/system/presentation/components/data/cards/index.d.ts +1 -1
- package/dist/system/presentation/components/data/cards/index.js +1 -1
- package/dist/system/presentation/components/data/cards/message-card/index.d.ts +1 -1
- package/dist/system/presentation/components/data/cards/message-card/index.js +3 -3
- package/dist/system/presentation/components/data/index.d.ts +8 -8
- package/dist/system/presentation/components/data/index.js +8 -8
- package/dist/system/presentation/components/data/logo/index.js +2 -2
- package/dist/system/presentation/components/data/overlay/index.d.ts +1 -1
- package/dist/system/presentation/components/data/overlay/index.js +2 -2
- package/dist/system/presentation/components/data/page-wrapper/index.d.ts +1 -1
- package/dist/system/presentation/components/data/page-wrapper/index.js +2 -2
- package/dist/system/presentation/components/data/popover/index.d.ts +1 -1
- package/dist/system/presentation/components/data/sign-up/index.js +3 -3
- package/dist/system/presentation/components/data/skeleton/index.d.ts +1 -1
- package/dist/system/presentation/components/data/skeleton/index.js +2 -2
- package/dist/system/presentation/components/index.d.ts +3 -3
- package/dist/system/presentation/components/index.js +3 -3
- package/dist/system/presentation/components/layout/component.js +3 -3
- package/dist/system/presentation/components/layout/header/components/index.d.ts +2 -2
- package/dist/system/presentation/components/layout/header/components/index.js +2 -2
- package/dist/system/presentation/components/layout/header/components/menu-right/index.js +6 -6
- package/dist/system/presentation/components/layout/header/components/menu-right/messages/content/index.d.ts +1 -1
- package/dist/system/presentation/components/layout/header/components/menu-right/messages/content/index.js +3 -3
- package/dist/system/presentation/components/layout/header/components/menu-right/messages/content/interfaces.d.ts +1 -1
- package/dist/system/presentation/components/layout/header/components/menu-right/messages/index.js +4 -4
- package/dist/system/presentation/components/layout/header/components/menu-right/notifications/index.js +3 -3
- package/dist/system/presentation/components/layout/header/components/menu-right/profile/content/index.js +3 -3
- package/dist/system/presentation/components/layout/header/components/menu-right/profile/index.js +4 -4
- package/dist/system/presentation/components/layout/header/components/menu-right/settings/index.js +3 -3
- package/dist/system/presentation/components/layout/header/components/search-modal/index.js +4 -4
- package/dist/system/presentation/components/layout/header/components/search-modal/search-list/index.js +3 -3
- package/dist/system/presentation/components/layout/header/components/search-modal/trigger/index.js +2 -2
- package/dist/system/presentation/components/layout/header/index.js +1 -1
- package/dist/system/presentation/components/layout/header/version-01/index.js +3 -3
- package/dist/system/presentation/components/layout/index.d.ts +3 -3
- package/dist/system/presentation/components/layout/index.js +3 -3
- package/dist/system/presentation/components/layout/menu/components/index.d.ts +2 -2
- package/dist/system/presentation/components/layout/menu/components/index.js +2 -2
- package/dist/system/presentation/components/layout/menu/components/menu/index.js +3 -3
- package/dist/system/presentation/components/layout/menu/components/select-workspace/index.js +2 -2
- package/dist/system/presentation/components/layout/menu/index.js +1 -1
- package/dist/system/presentation/components/layout/menu/version-01/index.js +3 -3
- package/dist/system/presentation/components/pages/index.d.ts +1 -1
- package/dist/system/presentation/components/pages/index.js +1 -1
- package/dist/system/presentation/components/pages/users/index.d.ts +1 -1
- package/dist/system/presentation/components/pages/users/index.js +1 -1
- package/dist/system/presentation/components/pages/users/page.js +2 -2
- package/dist/system/presentation/components/pages/users/table/columns.d.ts +2 -2
- package/dist/system/presentation/components/pages/users/table/delete.js +2 -2
- package/dist/system/presentation/components/pages/users/table/edit.d.ts +2 -2
- package/dist/system/presentation/components/pages/users/table/edit.js +2 -2
- package/dist/system/presentation/components/pages/users/table/index.d.ts +3 -3
- package/dist/system/presentation/components/pages/users/table/index.js +3 -3
- package/dist/system/presentation/configs/index.d.ts +2 -2
- package/dist/system/presentation/configs/index.js +2 -2
- package/dist/system/presentation/context/auth/authenticated/index.js +1 -1
- package/dist/system/presentation/context/auth/context.d.ts +1 -1
- package/dist/system/presentation/context/auth/context.js +2 -2
- package/dist/system/presentation/context/auth/index.d.ts +5 -5
- package/dist/system/presentation/context/auth/index.js +5 -5
- package/dist/system/presentation/context/auth/interfaces.d.ts +1 -1
- package/dist/system/presentation/context/auth/login/index.js +3 -3
- package/dist/system/presentation/context/auth/private-page/index.js +3 -3
- package/dist/system/presentation/context/auth/unauthenticated/index.js +1 -1
- package/dist/system/presentation/context/container.js +2 -2
- package/dist/system/presentation/context/index.d.ts +2 -2
- package/dist/system/presentation/context/index.js +2 -2
- package/dist/system/presentation/hooks/index.d.ts +2 -2
- package/dist/system/presentation/hooks/index.js +2 -2
- package/dist/system/presentation/hooks/menu/index.d.ts +1 -1
- package/dist/system/presentation/hooks/menu/index.js +1 -1
- package/dist/system/presentation/hooks/menu/use-load-menu.d.ts +1 -1
- package/dist/system/presentation/hooks/menu/use-load-menu.js +1 -1
- package/dist/system/presentation/hooks/ui/index.d.ts +1 -1
- package/dist/system/presentation/hooks/ui/index.js +1 -1
- 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/components/index.d.ts +1 -1
- package/dist/system/presentation/hooks/ui/use-table/components/index.js +1 -1
- 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/index.d.ts +1 -1
- package/dist/system/presentation/hooks/ui/use-table/components/table/index.js +7 -7
- package/dist/system/presentation/hooks/ui/use-table/components/table/interfaces.d.ts +2 -2
- package/dist/system/presentation/hooks/ui/use-table/components/table/loader-table/index.js +1 -1
- package/dist/system/presentation/hooks/ui/use-table/components/table/pagination/index.d.ts +1 -1
- package/dist/system/presentation/hooks/ui/use-table/components/table/pagination/index.js +3 -3
- package/dist/system/presentation/hooks/ui/use-table/components/table/thead-item/index.d.ts +1 -1
- package/dist/system/presentation/hooks/ui/use-table/components/table/thead-item/index.js +2 -2
- package/dist/system/presentation/hooks/ui/use-table/components/table/thead-item/interfaces.d.ts +1 -1
- 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/interfaces.d.ts +59 -0
- package/dist/system/presentation/hooks/ui/use-table/query.d.ts +3 -0
- package/dist/system/presentation/hooks/ui/use-table/query.js +68 -0
- package/dist/system/presentation/index.d.ts +5 -5
- package/dist/system/presentation/index.js +5 -5
- package/dist/system/presentation/utils/index.d.ts +1 -0
- package/dist/system/presentation/utils/index.js +18 -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/ui/components/accordion/index..d.ts +1 -1
- package/dist/ui/components/accordion/index..js +2 -2
- package/dist/ui/components/breadcrumb/index.d.ts +1 -1
- package/dist/ui/components/breadcrumb/index.js +1 -1
- package/dist/ui/components/button/component.d.ts +1 -1
- package/dist/ui/components/button/component.js +2 -2
- package/dist/ui/components/button/index.d.ts +2 -2
- package/dist/ui/components/button/index.js +2 -2
- package/dist/ui/components/button/interfaces.d.ts +1 -1
- package/dist/ui/components/container/index.d.ts +1 -1
- package/dist/ui/components/error-boundary/component.d.ts +1 -1
- package/dist/ui/components/error-boundary/component.js +1 -1
- package/dist/ui/components/error-boundary/error-body.d.ts +1 -1
- package/dist/ui/components/error-boundary/index.d.ts +2 -2
- package/dist/ui/components/error-boundary/index.js +2 -2
- package/dist/ui/components/form/checkbox/index.js +2 -2
- 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/dynamic_form_handler/index.d.ts +2 -0
- package/dist/ui/components/form/handler/dynamic_form_handler/index.js +62 -0
- package/dist/ui/components/form/handler/dynamic_form_handler/interfaces.d.ts +21 -0
- package/dist/ui/components/form/handler/form-handler/index.d.ts +1 -1
- package/dist/ui/components/form/handler/form-handler/index.js +5 -5
- package/dist/ui/components/form/handler/index.d.ts +1 -1
- package/dist/ui/components/form/handler/index.js +1 -1
- package/dist/ui/components/form/handler/interfaces.d.ts +18 -0
- package/dist/ui/components/form/index.d.ts +12 -12
- package/dist/ui/components/form/index.js +12 -12
- 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-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/index.d.ts +2 -0
- package/dist/ui/components/form/input-control/index.js +38 -0
- package/dist/ui/components/form/input-control/loader-input/index.js +34 -0
- package/dist/ui/components/form/input-cpf-cnpj/index.d.ts +1 -1
- package/dist/ui/components/form/input-cpf-cnpj/index.js +1 -1
- package/dist/ui/components/form/input-file/index.d.ts +1 -1
- package/dist/ui/components/form/input-file/index.js +1 -1
- package/dist/ui/components/form/input-mask/index.d.ts +1 -1
- package/dist/ui/components/form/input-mask/index.js +1 -1
- package/dist/ui/components/form/input-password/index.d.ts +1 -1
- package/dist/ui/components/form/input-password/index.js +2 -2
- package/dist/ui/components/form/input-switch/index.d.ts +1 -1
- package/dist/ui/components/form/input-switch/index.js +1 -1
- package/dist/ui/components/form/radio/index.js +46 -0
- package/dist/ui/components/form/select/index.d.ts +2 -0
- package/dist/ui/components/form/select/index.js +68 -0
- package/dist/ui/components/form/select/interfaces.d.ts +22 -0
- package/dist/ui/components/form/textarea/index.d.ts +1 -1
- package/dist/ui/components/form/textarea/index.js +1 -1
- package/dist/ui/components/index.d.ts +10 -10
- package/dist/ui/components/index.js +10 -10
- package/dist/ui/components/loader-circle/index.d.ts +2 -0
- package/dist/ui/components/loading-screen/index.d.ts +1 -1
- package/dist/ui/components/loading-screen/index.js +3 -3
- package/dist/ui/components/menu-mobile/components/nav-links/index.d.ts +1 -1
- package/dist/ui/components/menu-mobile/components/nav-links/index.js +2 -2
- package/dist/ui/components/menu-mobile/components/nav-links/interfaces.d.ts +1 -1
- package/dist/ui/components/menu-mobile/index.d.ts +1 -1
- package/dist/ui/components/menu-mobile/index.js +4 -4
- package/dist/ui/components/menu-mobile/top/index.d.ts +1 -1
- package/dist/ui/components/menu-mobile/top/index.js +2 -2
- package/dist/ui/components/menu-mobile/top/interfaces.d.ts +1 -1
- package/dist/ui/components/next-image/index.d.ts +1 -1
- package/dist/ui/components/next-image/index.js +3 -3
- package/dist/ui/components/sidebar/index.d.ts +1 -1
- package/dist/ui/components/sidebar/index.js +1 -1
- package/dist/ui/icons/render/Eye.d.ts +1 -1
- package/dist/ui/icons/render/Globe.d.ts +1 -1
- package/dist/ui/icons/render/LongArrowRight.d.ts +1 -1
- package/dist/ui/index.d.ts +5 -5
- package/dist/ui/index.js +5 -5
- package/package.json +1 -1
- package/dist/system/domain/generics/return-type.d.ts +0 -8
- package/dist/system/domain/generics/return-type.js +0 -3
- package/dist/system/domain/generics/return-type.js.map +0 -1
- package/dist/system/presentation/configs/menu.d.ts +0 -16
- package/dist/system/presentation/configs/menu.js +0 -138
- package/dist/system/presentation/configs/menu.js.map +0 -1
- package/dist/system/presentation/hooks/ui/use-table/components/active-indicator/index.d.ts +0 -1
- package/dist/system/presentation/hooks/ui/use-table/components/active-indicator/index.js +0 -33
- package/dist/system/presentation/hooks/ui/use-table/components/active-indicator/index.js.map +0 -1
- package/dist/system/presentation/hooks/ui/use-table/components/active-indicator/styles.d.ts +0 -4
- package/dist/system/presentation/hooks/ui/use-table/components/active-indicator/styles.js +0 -14
- package/dist/system/presentation/hooks/ui/use-table/components/active-indicator/styles.js.map +0 -1
- package/dist/system/presentation/hooks/ui/use-table/components/searchbar/active-indicator/index.d.ts +0 -1
- package/dist/system/presentation/hooks/ui/use-table/components/searchbar/active-indicator/index.js +0 -33
- package/dist/system/presentation/hooks/ui/use-table/components/searchbar/active-indicator/index.js.map +0 -1
- package/dist/system/presentation/hooks/ui/use-table/components/searchbar/active-indicator/styles.d.ts +0 -4
- package/dist/system/presentation/hooks/ui/use-table/components/searchbar/active-indicator/styles.js +0 -14
- package/dist/system/presentation/hooks/ui/use-table/components/searchbar/active-indicator/styles.js.map +0 -1
- package/dist/system/presentation/hooks/ui/use-table/components/searchbar/index.d.ts +0 -2
- package/dist/system/presentation/hooks/ui/use-table/components/searchbar/index.js +0 -56
- package/dist/system/presentation/hooks/ui/use-table/components/searchbar/index.js.map +0 -1
- package/dist/system/presentation/hooks/ui/use-table/components/searchbar/interfaces.d.ts +0 -7
- package/dist/system/presentation/hooks/ui/use-table/components/searchbar/interfaces.js +0 -3
- package/dist/system/presentation/hooks/ui/use-table/components/searchbar/interfaces.js.map +0 -1
- package/dist/system/presentation/hooks/ui/use-table/components/searchbar/styles.d.ts +0 -8
- package/dist/system/presentation/hooks/ui/use-table/components/searchbar/styles.js +0 -14
- package/dist/system/presentation/hooks/ui/use-table/components/searchbar/styles.js.map +0 -1
- package/dist/system/presentation/hooks/ui/use-table/query/index.d.ts +0 -6
- package/dist/system/presentation/hooks/ui/use-table/query/index.js +0 -30
- package/dist/system/presentation/hooks/ui/use-table/query/index.js.map +0 -1
- package/dist/system/presentation/hooks/ui/use-table/query/interfaces.d.ts +0 -33
- package/dist/system/presentation/hooks/ui/use-table/query/interfaces.js +0 -3
- package/dist/system/presentation/hooks/ui/use-table/query/interfaces.js.map +0 -1
- package/dist/system/presentation/hooks/ui/use-table/query/service.d.ts +0 -25
- package/dist/system/presentation/hooks/ui/use-table/query/service.js +0 -113
- package/dist/system/presentation/hooks/ui/use-table/query/service.js.map +0 -1
- package/dist/system/presentation/hooks/ui/use-table/utils/buffer.d.ts +0 -3
- package/dist/system/presentation/hooks/ui/use-table/utils/buffer.js +0 -32
- package/dist/system/presentation/hooks/ui/use-table/utils/buffer.js.map +0 -1
- package/dist/system/presentation/hooks/ui/use-table/utils/filter-empty-values.d.ts +0 -1
- package/dist/system/presentation/hooks/ui/use-table/utils/filter-empty-values.js +0 -22
- package/dist/system/presentation/hooks/ui/use-table/utils/filter-empty-values.js.map +0 -1
- package/dist/system/presentation/hooks/ui/use-table/utils/index.d.ts +0 -4
- package/dist/system/presentation/hooks/ui/use-table/utils/index.js +0 -21
- package/dist/system/presentation/hooks/ui/use-table/utils/index.js.map +0 -1
- package/dist/system/presentation/hooks/ui/use-table/utils/is-object-empty.d.ts +0 -1
- package/dist/system/presentation/hooks/ui/use-table/utils/is-object-empty.js +0 -12
- package/dist/system/presentation/hooks/ui/use-table/utils/is-object-empty.js.map +0 -1
- package/dist/system/presentation/hooks/ui/use-table/utils/update-route.d.ts +0 -6
- package/dist/system/presentation/hooks/ui/use-table/utils/update-route.js +0 -31
- package/dist/system/presentation/hooks/ui/use-table/utils/update-route.js.map +0 -1
- package/dist/tsconfig.tsbuildinfo +0 -1
|
@@ -25,8 +25,8 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
25
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
26
|
exports.Logo = void 0;
|
|
27
27
|
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
28
|
-
var ui_1 = require("
|
|
29
|
-
var S = __importStar(require("./styles"));
|
|
28
|
+
var ui_1 = require("../../../../../ui/index.js");
|
|
29
|
+
var S = __importStar(require("./styles.js"));
|
|
30
30
|
function Logo() {
|
|
31
31
|
return ((0, jsx_runtime_1.jsx)(ui_1.Error, { name: 'Logo', children: (0, jsx_runtime_1.jsx)(S.Logo, { className: 'logo', children: (0, jsx_runtime_1.jsx)("a", { href: '/' }) }) }));
|
|
32
32
|
}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { IOverlay } from './interfaces';
|
|
1
|
+
import { IOverlay } from './interfaces.js';
|
|
2
2
|
export declare function Overlay({ children, state, dispatch }: IOverlay): import("react/jsx-runtime").JSX.Element;
|
|
@@ -25,8 +25,8 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
25
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
26
|
exports.Overlay = void 0;
|
|
27
27
|
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
28
|
-
var ui_1 = require("
|
|
29
|
-
var S = __importStar(require("./styles"));
|
|
28
|
+
var ui_1 = require("../../../../../ui/index.js");
|
|
29
|
+
var S = __importStar(require("./styles.js"));
|
|
30
30
|
function Overlay(_a) {
|
|
31
31
|
var children = _a.children, state = _a.state, dispatch = _a.dispatch;
|
|
32
32
|
return ((0, jsx_runtime_1.jsxs)(ui_1.Error, { name: 'overlay-component', children: [(0, jsx_runtime_1.jsx)(S.Overlay, { "$state": state, onClick: function () { return dispatch(false); } }), (0, jsx_runtime_1.jsx)(S.ElementOutSideOverlay, { "$state": state, children: children })] }));
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { IPageWrapper } from './interfaces';
|
|
1
|
+
import { IPageWrapper } from './interfaces.js';
|
|
2
2
|
export declare function PageWrapper({ title, children }: IPageWrapper): import("react/jsx-runtime").JSX.Element;
|
|
@@ -25,8 +25,8 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
25
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
26
|
exports.PageWrapper = void 0;
|
|
27
27
|
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
28
|
-
var ui_1 = require("
|
|
29
|
-
var S = __importStar(require("./styles"));
|
|
28
|
+
var ui_1 = require("../../../../../ui/index.js");
|
|
29
|
+
var S = __importStar(require("./styles.js"));
|
|
30
30
|
function PageWrapper(_a) {
|
|
31
31
|
var title = _a.title, children = _a.children;
|
|
32
32
|
return ((0, jsx_runtime_1.jsxs)(S.PageWrapper, { children: [(0, jsx_runtime_1.jsxs)("div", { className: 'header', children: [(0, jsx_runtime_1.jsx)("h1", { className: 'font-24-bold-lexend', children: title }), (0, jsx_runtime_1.jsx)(ui_1.Breadcrumb, {})] }), children] }));
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { IPopoverStateProps } from './interfaces';
|
|
1
|
+
import { IPopoverStateProps } from './interfaces.js';
|
|
2
2
|
export declare function Popover({ title, children, forceClose }: IPopoverStateProps): import("react/jsx-runtime").JSX.Element;
|
|
@@ -25,9 +25,9 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
25
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
26
|
exports.SignUp = void 0;
|
|
27
27
|
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
28
|
-
var ui_1 = require("
|
|
29
|
-
var ui_2 = require("
|
|
30
|
-
var S = __importStar(require("./styles"));
|
|
28
|
+
var ui_1 = require("../../../../../ui/index.js");
|
|
29
|
+
var ui_2 = require("../../../../../ui/index.js");
|
|
30
|
+
var S = __importStar(require("./styles.js"));
|
|
31
31
|
function SignUp() {
|
|
32
32
|
function hanldeLogin() { }
|
|
33
33
|
return ((0, jsx_runtime_1.jsx)(ui_1.Error, { name: 'SignUp', children: (0, jsx_runtime_1.jsxs)(S.SignUp, { children: [(0, jsx_runtime_1.jsx)("div", { className: 'title', children: (0, jsx_runtime_1.jsxs)("h1", { className: 'font-36-bold', children: ["Junte-se a nos! Tenha benef\u00EDcios especiais e permaneca atualizado. ", (0, jsx_runtime_1.jsx)("br", {}), "Entre com suas credenciais"] }) }), (0, jsx_runtime_1.jsxs)(ui_2.FormHandler, { button: { text: 'Entrar' }, onSucess: hanldeLogin, children: [(0, jsx_runtime_1.jsx)(ui_2.Input, { type: 'email', label: 'Email', name: 'email', placeholder: 'clienteCodie@digital.com' }), (0, jsx_runtime_1.jsx)(ui_2.InputPassword, { label: 'Senha', name: 'password', placeholder: '123456' }), (0, jsx_runtime_1.jsx)("div", { className: 'actions-box' })] }), (0, jsx_runtime_1.jsxs)("div", { className: 'create-account', children: [(0, jsx_runtime_1.jsx)("span", { className: 'font-16-regular', children: "N\u00E3o tem uma conta?" }), (0, jsx_runtime_1.jsx)("a", { className: 'font-16-bold', href: '/singup', children: "Criar Conta" })] })] }) }));
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { ISkeletonProps } from './interfaces';
|
|
1
|
+
import { ISkeletonProps } from './interfaces.js';
|
|
2
2
|
export declare function Skeleton({ type, spacing }: ISkeletonProps): import("react/jsx-runtime").JSX.Element;
|
|
@@ -25,8 +25,8 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
25
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
26
|
exports.Skeleton = void 0;
|
|
27
27
|
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
28
|
-
var ui_1 = require("
|
|
29
|
-
var S = __importStar(require("./styles"));
|
|
28
|
+
var ui_1 = require("../../../../../ui/index.js");
|
|
29
|
+
var S = __importStar(require("./styles.js"));
|
|
30
30
|
function Skeleton(_a) {
|
|
31
31
|
var type = _a.type, _b = _a.spacing, spacing = _b === void 0 ? 1 : _b;
|
|
32
32
|
return ((0, jsx_runtime_1.jsx)(ui_1.Error, { name: 'skeleton', children: (0, jsx_runtime_1.jsx)(S.SkeletonCustom, { "data-testid": 'skeleton', children: "Novos skeletons" }) }));
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export * from './data';
|
|
2
|
-
export * from './pages';
|
|
3
|
-
export * from './layout';
|
|
1
|
+
export * from './data/index.js';
|
|
2
|
+
export * from './pages/index.js';
|
|
3
|
+
export * from './layout/index.js';
|
|
@@ -14,7 +14,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
14
14
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
__exportStar(require("./data"), exports);
|
|
18
|
-
__exportStar(require("./pages"), exports);
|
|
19
|
-
__exportStar(require("./layout"), exports);
|
|
17
|
+
__exportStar(require("./data/index.js"), exports);
|
|
18
|
+
__exportStar(require("./pages/index.js"), exports);
|
|
19
|
+
__exportStar(require("./layout/index.js"), exports);
|
|
20
20
|
//# sourceMappingURL=index.js.map
|
|
@@ -25,9 +25,9 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
25
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
26
|
exports.Layout = void 0;
|
|
27
27
|
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
28
|
-
var menu_1 = require("./menu");
|
|
29
|
-
var header_1 = require("./header");
|
|
30
|
-
var S = __importStar(require("./styles"));
|
|
28
|
+
var menu_1 = require("./menu/index.js");
|
|
29
|
+
var header_1 = require("./header/index.js");
|
|
30
|
+
var S = __importStar(require("./styles.js"));
|
|
31
31
|
function Layout(_a) {
|
|
32
32
|
var children = _a.children;
|
|
33
33
|
return ((0, jsx_runtime_1.jsxs)(S.Layout, { children: [(0, jsx_runtime_1.jsx)(menu_1.Menu, {}), (0, jsx_runtime_1.jsxs)("div", { className: 'content_layout', children: [(0, jsx_runtime_1.jsx)(header_1.Header, {}), children] })] }));
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from './menu-right';
|
|
2
|
-
export * from './search-modal';
|
|
1
|
+
export * from './menu-right/index.js';
|
|
2
|
+
export * from './search-modal/index.js';
|
|
@@ -14,6 +14,6 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
14
14
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
__exportStar(require("./menu-right"), exports);
|
|
18
|
-
__exportStar(require("./search-modal"), exports);
|
|
17
|
+
__exportStar(require("./menu-right/index.js"), exports);
|
|
18
|
+
__exportStar(require("./search-modal/index.js"), exports);
|
|
19
19
|
//# sourceMappingURL=index.js.map
|
|
@@ -25,12 +25,12 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
25
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
26
|
exports.MenuRight = void 0;
|
|
27
27
|
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
28
|
-
var ui_1 = require("
|
|
29
|
-
var profile_1 = require("./profile");
|
|
30
|
-
var settings_1 = require("./settings");
|
|
31
|
-
var messages_1 = require("./messages");
|
|
32
|
-
var notifications_1 = require("./notifications");
|
|
33
|
-
var S = __importStar(require("./styles"));
|
|
28
|
+
var ui_1 = require("../../../../../../../ui/index.js");
|
|
29
|
+
var profile_1 = require("./profile/index.js");
|
|
30
|
+
var settings_1 = require("./settings/index.js");
|
|
31
|
+
var messages_1 = require("./messages/index.js");
|
|
32
|
+
var notifications_1 = require("./notifications/index.js");
|
|
33
|
+
var S = __importStar(require("./styles.js"));
|
|
34
34
|
function MenuRight() {
|
|
35
35
|
return ((0, jsx_runtime_1.jsx)(ui_1.Error, { name: 'MenuRight', children: (0, jsx_runtime_1.jsxs)(S.MenuRight, { children: [(0, jsx_runtime_1.jsx)(notifications_1.Notifications, {}), (0, jsx_runtime_1.jsx)(messages_1.Messages, {}), (0, jsx_runtime_1.jsx)(settings_1.Settings, {}), (0, jsx_runtime_1.jsx)(profile_1.Profile, {})] }) }));
|
|
36
36
|
}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { IMessageContentProps } from './interfaces';
|
|
1
|
+
import { IMessageContentProps } from './interfaces.js';
|
|
2
2
|
export declare function Content({ setVisible, messages }: IMessageContentProps): import("react/jsx-runtime").JSX.Element;
|
|
@@ -40,9 +40,9 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
40
40
|
exports.Content = void 0;
|
|
41
41
|
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
42
42
|
var link_1 = __importDefault(require("next/link"));
|
|
43
|
-
var ui_1 = require("
|
|
44
|
-
var system_1 = require("
|
|
45
|
-
var S = __importStar(require("./styles"));
|
|
43
|
+
var ui_1 = require("../../../../../../../../../ui/index.js");
|
|
44
|
+
var system_1 = require("../../../../../../../../../system/index.js");
|
|
45
|
+
var S = __importStar(require("./styles.js"));
|
|
46
46
|
function Content(_a) {
|
|
47
47
|
var setVisible = _a.setVisible, messages = _a.messages;
|
|
48
48
|
if (!messages && messages.length > 0) {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Dispatch, SetStateAction } from 'react';
|
|
2
|
-
import { IMessage } from '
|
|
2
|
+
import { IMessage } from '../../../../../../../../../sites/interfaces/index.js';
|
|
3
3
|
export interface IMessageContentProps {
|
|
4
4
|
messages: IMessage[];
|
|
5
5
|
setVisible: Dispatch<SetStateAction<boolean>>;
|
package/dist/system/presentation/components/layout/header/components/menu-right/messages/index.js
CHANGED
|
@@ -27,10 +27,10 @@ exports.Messages = void 0;
|
|
|
27
27
|
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
28
28
|
var react_1 = require("react");
|
|
29
29
|
var semantic_ui_react_1 = require("semantic-ui-react");
|
|
30
|
-
var content_1 = require("./content");
|
|
31
|
-
var ui_1 = require("
|
|
32
|
-
var S = __importStar(require("./styles"));
|
|
33
|
-
var styles_1 = require("../styles");
|
|
30
|
+
var content_1 = require("./content/index.js");
|
|
31
|
+
var ui_1 = require("../../../../../../../../ui/index.js");
|
|
32
|
+
var S = __importStar(require("./styles.js"));
|
|
33
|
+
var styles_1 = require("../styles.js");
|
|
34
34
|
function Messages() {
|
|
35
35
|
var _a = (0, react_1.useState)(false), visible = _a[0], setVisible = _a[1];
|
|
36
36
|
return ((0, jsx_runtime_1.jsx)(ui_1.Error, { name: 'Messages', children: (0, jsx_runtime_1.jsx)(S.Messages, { children: (0, jsx_runtime_1.jsx)(semantic_ui_react_1.Popup, { open: visible, onClose: function () { return setVisible(false); }, style: { padding: '0', borderRadius: 6 }, trigger: (0, jsx_runtime_1.jsx)(styles_1.ActionBox, { onClick: function () { return setVisible(!visible); }, type: 'button', children: (0, jsx_runtime_1.jsx)(ui_1.IconChat, {}) }), on: 'click', content: (0, jsx_runtime_1.jsx)(content_1.Content, { setVisible: setVisible, messages: [] }), position: 'bottom right' }) }) }));
|
|
@@ -25,9 +25,9 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
25
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
26
|
exports.Notifications = void 0;
|
|
27
27
|
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
28
|
-
var ui_1 = require("
|
|
29
|
-
var S = __importStar(require("./styles"));
|
|
30
|
-
var styles_1 = require("../styles");
|
|
28
|
+
var ui_1 = require("../../../../../../../../ui/index.js");
|
|
29
|
+
var S = __importStar(require("./styles.js"));
|
|
30
|
+
var styles_1 = require("../styles.js");
|
|
31
31
|
function Notifications() {
|
|
32
32
|
var hasNotification = true;
|
|
33
33
|
return ((0, jsx_runtime_1.jsx)(ui_1.Error, { name: 'Notifications', children: (0, jsx_runtime_1.jsx)(S.Notifications, { children: (0, jsx_runtime_1.jsx)(styles_1.ActionBox, { type: 'button' }) }) }));
|
|
@@ -29,9 +29,9 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
29
29
|
exports.Content = void 0;
|
|
30
30
|
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
31
31
|
var link_1 = __importDefault(require("next/link"));
|
|
32
|
-
var ui_1 = require("
|
|
33
|
-
var system_1 = require("
|
|
34
|
-
var S = __importStar(require("./styles"));
|
|
32
|
+
var ui_1 = require("../../../../../../../../../ui/index.js");
|
|
33
|
+
var system_1 = require("../../../../../../../../../system/index.js");
|
|
34
|
+
var S = __importStar(require("./styles.js"));
|
|
35
35
|
function Content() {
|
|
36
36
|
var menuItems = [
|
|
37
37
|
{
|
package/dist/system/presentation/components/layout/header/components/menu-right/profile/index.js
CHANGED
|
@@ -26,10 +26,10 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
26
26
|
exports.Profile = void 0;
|
|
27
27
|
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
28
28
|
var semantic_ui_react_1 = require("semantic-ui-react");
|
|
29
|
-
var ui_1 = require("
|
|
30
|
-
var system_1 = require("
|
|
31
|
-
var content_1 = require("./content");
|
|
32
|
-
var S = __importStar(require("./styles"));
|
|
29
|
+
var ui_1 = require("../../../../../../../../ui/index.js");
|
|
30
|
+
var system_1 = require("../../../../../../../../system/index.js");
|
|
31
|
+
var content_1 = require("./content/index.js");
|
|
32
|
+
var S = __importStar(require("./styles.js"));
|
|
33
33
|
function Profile() {
|
|
34
34
|
var avatarImage = '' || '/images/avatar-default.png';
|
|
35
35
|
return ((0, jsx_runtime_1.jsx)(ui_1.Error, { name: 'Profile', children: (0, jsx_runtime_1.jsx)(S.Profile, { children: (0, jsx_runtime_1.jsx)(semantic_ui_react_1.Popup, { style: { padding: '0' }, trigger: (0, jsx_runtime_1.jsx)(system_1.Avatar, { image: avatarImage }), on: 'click', content: (0, jsx_runtime_1.jsx)(content_1.Content, {}), position: 'bottom right' }) }) }));
|
package/dist/system/presentation/components/layout/header/components/menu-right/settings/index.js
CHANGED
|
@@ -27,9 +27,9 @@ exports.Settings = void 0;
|
|
|
27
27
|
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
28
28
|
var react_1 = require("react");
|
|
29
29
|
var semantic_ui_react_1 = require("semantic-ui-react");
|
|
30
|
-
var S = __importStar(require("./styles"));
|
|
31
|
-
var ui_1 = require("
|
|
32
|
-
var styles_1 = require("../styles");
|
|
30
|
+
var S = __importStar(require("./styles.js"));
|
|
31
|
+
var ui_1 = require("../../../../../../../../ui/index.js");
|
|
32
|
+
var styles_1 = require("../styles.js");
|
|
33
33
|
function Settings() {
|
|
34
34
|
var _a = (0, react_1.useState)(false), visible = _a[0], setVisible = _a[1];
|
|
35
35
|
var fullHeightStyle = { minHeight: '100vh', position: 'absolute', top: 0, right: 0, zIndex: '999999999' };
|
|
@@ -27,10 +27,10 @@ exports.SearchModal = void 0;
|
|
|
27
27
|
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
28
28
|
var react_1 = require("react");
|
|
29
29
|
var semantic_ui_react_1 = require("semantic-ui-react");
|
|
30
|
-
var ui_1 = require("
|
|
31
|
-
var trigger_1 = require("./trigger");
|
|
32
|
-
var search_list_1 = require("./search-list");
|
|
33
|
-
var S = __importStar(require("./styles"));
|
|
30
|
+
var ui_1 = require("../../../../../../../ui/index.js");
|
|
31
|
+
var trigger_1 = require("./trigger/index.js");
|
|
32
|
+
var search_list_1 = require("./search-list/index.js");
|
|
33
|
+
var S = __importStar(require("./styles.js"));
|
|
34
34
|
function SearchModal() {
|
|
35
35
|
var _a = (0, react_1.useState)(false), open = _a[0], setOpen = _a[1];
|
|
36
36
|
return ((0, jsx_runtime_1.jsx)(ui_1.Error, { name: 'SearchModal', children: (0, jsx_runtime_1.jsx)(S.SearchModal, { children: (0, jsx_runtime_1.jsx)(semantic_ui_react_1.Modal, { open: open, onClose: function () { return setOpen(false); }, style: { maxWidth: 512, borderRadius: 10 }, trigger: (0, jsx_runtime_1.jsx)(trigger_1.SearchTrigger, {}), content: (0, jsx_runtime_1.jsx)(search_list_1.SearchList, { setOpen: setOpen }), onOpen: function () { return setOpen(true); } }) }) }));
|
|
@@ -31,9 +31,9 @@ var jsx_runtime_1 = require("react/jsx-runtime");
|
|
|
31
31
|
var react_1 = require("react");
|
|
32
32
|
var link_1 = __importDefault(require("next/link"));
|
|
33
33
|
var semantic_ui_react_1 = require("semantic-ui-react");
|
|
34
|
-
var ui_1 = require("
|
|
35
|
-
var system_1 = require("
|
|
36
|
-
var S = __importStar(require("./styles"));
|
|
34
|
+
var ui_1 = require("../../../../../../../../ui/index.js");
|
|
35
|
+
var system_1 = require("../../../../../../../../system/index.js");
|
|
36
|
+
var S = __importStar(require("./styles.js"));
|
|
37
37
|
function SearchList(_a) {
|
|
38
38
|
var setOpen = _a.setOpen;
|
|
39
39
|
var inputRef = (0, react_1.useRef)(null);
|
package/dist/system/presentation/components/layout/header/components/search-modal/trigger/index.js
CHANGED
|
@@ -36,8 +36,8 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
36
36
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
37
|
exports.SearchTrigger = void 0;
|
|
38
38
|
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
39
|
-
var ui_1 = require("
|
|
40
|
-
var S = __importStar(require("./styles"));
|
|
39
|
+
var ui_1 = require("../../../../../../../../ui/index.js");
|
|
40
|
+
var S = __importStar(require("./styles.js"));
|
|
41
41
|
function SearchTrigger(props) {
|
|
42
42
|
return ((0, jsx_runtime_1.jsx)(ui_1.Error, { name: 'SearchTrigger', children: (0, jsx_runtime_1.jsx)(S.SearchTrigger, __assign({ "aria-label": 'Search' }, props, { children: (0, jsx_runtime_1.jsx)("span", { className: 'placeholder font-14-regular', children: "Pesquisar..." }) })) }));
|
|
43
43
|
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.Header = void 0;
|
|
4
4
|
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
|
-
var version_01_1 = require("./version-01");
|
|
5
|
+
var version_01_1 = require("./version-01/index.js");
|
|
6
6
|
function Header() {
|
|
7
7
|
var type = 'version01';
|
|
8
8
|
switch (type) {
|
|
@@ -25,9 +25,9 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
25
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
26
|
exports.HeaderVersion01 = void 0;
|
|
27
27
|
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
28
|
-
var ui_1 = require("
|
|
29
|
-
var components_1 = require("../components");
|
|
30
|
-
var S = __importStar(require("./styles"));
|
|
28
|
+
var ui_1 = require("../../../../../../ui/index.js");
|
|
29
|
+
var components_1 = require("../components/index.js");
|
|
30
|
+
var S = __importStar(require("./styles.js"));
|
|
31
31
|
function HeaderVersion01() {
|
|
32
32
|
var isFixed = (0, ui_1.useScreen)().isFixed;
|
|
33
33
|
return ((0, jsx_runtime_1.jsx)(ui_1.Error, { name: 'HeaderCarbon', children: (0, jsx_runtime_1.jsx)(S.HeaderVersion01, { "$isSticky": isFixed, children: (0, jsx_runtime_1.jsxs)(ui_1.Container, { children: [(0, jsx_runtime_1.jsx)(components_1.SearchModal, {}), (0, jsx_runtime_1.jsx)(components_1.MenuRight, {})] }) }) }));
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export * from './menu';
|
|
2
|
-
export * from './header';
|
|
3
|
-
export * from './component';
|
|
1
|
+
export * from './menu/index.js';
|
|
2
|
+
export * from './header/index.js';
|
|
3
|
+
export * from './component.js';
|
|
@@ -14,7 +14,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
14
14
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
__exportStar(require("./menu"), exports);
|
|
18
|
-
__exportStar(require("./header"), exports);
|
|
19
|
-
__exportStar(require("./component"), exports);
|
|
17
|
+
__exportStar(require("./menu/index.js"), exports);
|
|
18
|
+
__exportStar(require("./header/index.js"), exports);
|
|
19
|
+
__exportStar(require("./component.js"), exports);
|
|
20
20
|
//# sourceMappingURL=index.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from './menu';
|
|
2
|
-
export * from './select-workspace';
|
|
1
|
+
export * from './menu/index.js';
|
|
2
|
+
export * from './select-workspace/index.js';
|
|
@@ -14,6 +14,6 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
14
14
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
__exportStar(require("./menu"), exports);
|
|
18
|
-
__exportStar(require("./select-workspace"), exports);
|
|
17
|
+
__exportStar(require("./menu/index.js"), exports);
|
|
18
|
+
__exportStar(require("./select-workspace/index.js"), exports);
|
|
19
19
|
//# sourceMappingURL=index.js.map
|
|
@@ -30,9 +30,9 @@ exports.Menu = void 0;
|
|
|
30
30
|
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
31
31
|
var react_1 = require("react");
|
|
32
32
|
var link_1 = __importDefault(require("next/link"));
|
|
33
|
-
var ui_1 = require("
|
|
34
|
-
var system_1 = require("
|
|
35
|
-
var S = __importStar(require("./styles"));
|
|
33
|
+
var ui_1 = require("../../../../../../../ui/index.js");
|
|
34
|
+
var system_1 = require("../../../../../../../system/index.js");
|
|
35
|
+
var S = __importStar(require("./styles.js"));
|
|
36
36
|
function MenuItem(_a) {
|
|
37
37
|
var _b;
|
|
38
38
|
var item = _a.item;
|
package/dist/system/presentation/components/layout/menu/components/select-workspace/index.js
CHANGED
|
@@ -51,8 +51,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
51
51
|
exports.SelectWorkSpace = void 0;
|
|
52
52
|
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
53
53
|
var react_select_1 = __importDefault(require("react-select"));
|
|
54
|
-
var system_1 = require("
|
|
55
|
-
var S = __importStar(require("./styles"));
|
|
54
|
+
var system_1 = require("../../../../../../../system/index.js");
|
|
55
|
+
var S = __importStar(require("./styles.js"));
|
|
56
56
|
function Item(_a) {
|
|
57
57
|
var data = _a.data, props = __rest(_a, ["data"]);
|
|
58
58
|
return ((0, jsx_runtime_1.jsxs)("button", __assign({ className: 'item' }, props.innerProps, { children: [(0, jsx_runtime_1.jsx)(system_1.Avatar, { className: 'avatar', image: data.img }), (0, jsx_runtime_1.jsx)("span", { className: 'font-14-regular', children: data.label })] })));
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.Menu = void 0;
|
|
4
4
|
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
|
-
var version_01_1 = require("./version-01");
|
|
5
|
+
var version_01_1 = require("./version-01/index.js");
|
|
6
6
|
function Menu() {
|
|
7
7
|
var type = 'version01';
|
|
8
8
|
switch (type) {
|
|
@@ -25,9 +25,9 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
25
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
26
|
exports.MenuVersion01 = void 0;
|
|
27
27
|
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
28
|
-
var system_1 = require("
|
|
29
|
-
var components_1 = require("../components");
|
|
30
|
-
var S = __importStar(require("./styles"));
|
|
28
|
+
var system_1 = require("../../../../../../system/index.js");
|
|
29
|
+
var components_1 = require("../components/index.js");
|
|
30
|
+
var S = __importStar(require("./styles.js"));
|
|
31
31
|
function MenuVersion01() {
|
|
32
32
|
return ((0, jsx_runtime_1.jsxs)(S.MenuVersion01, { children: [(0, jsx_runtime_1.jsxs)("div", { children: [(0, jsx_runtime_1.jsx)(system_1.Logo, {}), (0, jsx_runtime_1.jsx)(components_1.Menu, {})] }), (0, jsx_runtime_1.jsx)(components_1.SelectWorkSpace, {})] }));
|
|
33
33
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "./users";
|
|
1
|
+
export * from "./users/index.js";
|
|
@@ -14,5 +14,5 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
14
14
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
__exportStar(require("./users"), exports);
|
|
17
|
+
__exportStar(require("./users/index.js"), exports);
|
|
18
18
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "./page";
|
|
1
|
+
export * from "./page.js";
|
|
@@ -14,5 +14,5 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
14
14
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
__exportStar(require("./page"), exports);
|
|
17
|
+
__exportStar(require("./page.js"), exports);
|
|
18
18
|
//# sourceMappingURL=index.js.map
|
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.UserPageComponent = void 0;
|
|
4
4
|
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
|
-
var system_1 = require("
|
|
6
|
-
var table_1 = require("./table");
|
|
5
|
+
var system_1 = require("../../../../../system/index.js");
|
|
6
|
+
var table_1 = require("./table/index.js");
|
|
7
7
|
function UserPageComponent() {
|
|
8
8
|
var queryKey = 'RemoteUsers';
|
|
9
9
|
var user = (0, system_1.useAuthAdmin)().user;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { User } from '
|
|
2
|
-
import { Column } from '
|
|
1
|
+
import { User } from '../../../../../../system/domain/index.js';
|
|
2
|
+
import { Column } from '../../../../../../system/presentation/hooks/index.js';
|
|
3
3
|
export declare const columns: Column<User>[];
|
|
@@ -37,8 +37,8 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
37
37
|
};
|
|
38
38
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
39
|
exports.useDeleteTable = void 0;
|
|
40
|
-
var container_1 = require("
|
|
41
|
-
var ui_1 = require("
|
|
40
|
+
var container_1 = require("../../../../../../system/container/index.js");
|
|
41
|
+
var ui_1 = require("../../../../../../ui/index.js");
|
|
42
42
|
var react_query_1 = require("@tanstack/react-query");
|
|
43
43
|
function useDeleteTable(queryKey) {
|
|
44
44
|
var createToast = (0, ui_1.useToast)().createToast;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { User } from '
|
|
2
|
-
import { DynamicFormHandlerProps } from '
|
|
1
|
+
import { User } from '../../../../../../system/index.js';
|
|
2
|
+
import { DynamicFormHandlerProps } from '../../../../../../ui/components/form/handler/dynamic_form_handler/interfaces.js';
|
|
3
3
|
export declare function useEditTable(queryKey: string): DynamicFormHandlerProps<User>;
|
|
@@ -37,8 +37,8 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
37
37
|
};
|
|
38
38
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
39
|
exports.useEditTable = void 0;
|
|
40
|
-
var ui_1 = require("
|
|
41
|
-
var system_1 = require("
|
|
40
|
+
var ui_1 = require("../../../../../../ui/index.js");
|
|
41
|
+
var system_1 = require("../../../../../../system/index.js");
|
|
42
42
|
var react_query_1 = require("@tanstack/react-query");
|
|
43
43
|
function useEditTable(queryKey) {
|
|
44
44
|
var _this = this;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export * from "./edit";
|
|
2
|
-
export * from "./delete";
|
|
3
|
-
export * from "./columns";
|
|
1
|
+
export * from "./edit.js";
|
|
2
|
+
export * from "./delete.js";
|
|
3
|
+
export * from "./columns.js";
|
|
@@ -14,7 +14,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
14
14
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
__exportStar(require("./edit"), exports);
|
|
18
|
-
__exportStar(require("./delete"), exports);
|
|
19
|
-
__exportStar(require("./columns"), exports);
|
|
17
|
+
__exportStar(require("./edit.js"), exports);
|
|
18
|
+
__exportStar(require("./delete.js"), exports);
|
|
19
|
+
__exportStar(require("./columns.js"), exports);
|
|
20
20
|
//# sourceMappingURL=index.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from './routes';
|
|
2
|
-
export * from './page-links';
|
|
1
|
+
export * from './routes.js';
|
|
2
|
+
export * from './page-links.js';
|
|
@@ -14,6 +14,6 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
14
14
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
__exportStar(require("./routes"), exports);
|
|
18
|
-
__exportStar(require("./page-links"), exports);
|
|
17
|
+
__exportStar(require("./routes.js"), exports);
|
|
18
|
+
__exportStar(require("./page-links.js"), exports);
|
|
19
19
|
//# sourceMappingURL=index.js.map
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.AuthenticatedTemplate = void 0;
|
|
4
4
|
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
|
-
var context_1 = require("../context");
|
|
5
|
+
var context_1 = require("../context.js");
|
|
6
6
|
function AuthenticatedTemplate(_a) {
|
|
7
7
|
var children = _a.children;
|
|
8
8
|
var user = (0, context_1.useAuthAdmin)().user;
|
|
@@ -75,8 +75,8 @@ var jsx_runtime_1 = require("react/jsx-runtime");
|
|
|
75
75
|
var react_1 = require("react");
|
|
76
76
|
var axios_1 = __importStar(require("axios"));
|
|
77
77
|
var react_query_1 = require("@tanstack/react-query");
|
|
78
|
-
var ui_1 = require("
|
|
79
|
-
var system_1 = require("
|
|
78
|
+
var ui_1 = require("../../../../ui/index.js");
|
|
79
|
+
var system_1 = require("../../../../system/index.js");
|
|
80
80
|
var AuthContext = (0, react_1.createContext)({});
|
|
81
81
|
function AuthAdminProvider(_a) {
|
|
82
82
|
var children = _a.children;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export * from "./login";
|
|
2
|
-
export * from "./context";
|
|
3
|
-
export * from "./private-page";
|
|
4
|
-
export * from "./authenticated";
|
|
5
|
-
export * from "./unauthenticated";
|
|
1
|
+
export * from "./login/index.js";
|
|
2
|
+
export * from "./context.js";
|
|
3
|
+
export * from "./private-page/index.js";
|
|
4
|
+
export * from "./authenticated/index.js";
|
|
5
|
+
export * from "./unauthenticated/index.js";
|
|
@@ -14,9 +14,9 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
14
14
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
__exportStar(require("./login"), exports);
|
|
18
|
-
__exportStar(require("./context"), exports);
|
|
19
|
-
__exportStar(require("./private-page"), exports);
|
|
20
|
-
__exportStar(require("./authenticated"), exports);
|
|
21
|
-
__exportStar(require("./unauthenticated"), exports);
|
|
17
|
+
__exportStar(require("./login/index.js"), exports);
|
|
18
|
+
__exportStar(require("./context.js"), exports);
|
|
19
|
+
__exportStar(require("./private-page/index.js"), exports);
|
|
20
|
+
__exportStar(require("./authenticated/index.js"), exports);
|
|
21
|
+
__exportStar(require("./unauthenticated/index.js"), exports);
|
|
22
22
|
//# sourceMappingURL=index.js.map
|