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
|
@@ -0,0 +1,46 @@
|
|
|
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
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
14
|
+
if (k2 === undefined) k2 = k;
|
|
15
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
16
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
17
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
18
|
+
}
|
|
19
|
+
Object.defineProperty(o, k2, desc);
|
|
20
|
+
}) : (function(o, m, k, k2) {
|
|
21
|
+
if (k2 === undefined) k2 = k;
|
|
22
|
+
o[k2] = m[k];
|
|
23
|
+
}));
|
|
24
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
25
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
26
|
+
}) : function(o, v) {
|
|
27
|
+
o["default"] = v;
|
|
28
|
+
});
|
|
29
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
30
|
+
if (mod && mod.__esModule) return mod;
|
|
31
|
+
var result = {};
|
|
32
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
33
|
+
__setModuleDefault(result, mod);
|
|
34
|
+
return result;
|
|
35
|
+
};
|
|
36
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
+
exports.InputRadio = void 0;
|
|
38
|
+
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
39
|
+
var formik_1 = require("formik");
|
|
40
|
+
var S = __importStar(require("./styles.js"));
|
|
41
|
+
function InputRadio(props) {
|
|
42
|
+
var field = (0, formik_1.useField)({ name: props.name })[0];
|
|
43
|
+
return ((0, jsx_runtime_1.jsx)(S.InputRadio, { children: (0, jsx_runtime_1.jsx)("div", { className: 'list-radios', children: props.options.map(function (option, index) { return ((0, jsx_runtime_1.jsx)("label", { htmlFor: props.name + index, children: (0, jsx_runtime_1.jsx)("input", __assign({ id: props.name + index }, field, { type: 'radio', value: option.value })) }, option.value)); }) }) }));
|
|
44
|
+
}
|
|
45
|
+
exports.InputRadio = InputRadio;
|
|
46
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1,68 @@
|
|
|
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
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
14
|
+
if (k2 === undefined) k2 = k;
|
|
15
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
16
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
17
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
18
|
+
}
|
|
19
|
+
Object.defineProperty(o, k2, desc);
|
|
20
|
+
}) : (function(o, m, k, k2) {
|
|
21
|
+
if (k2 === undefined) k2 = k;
|
|
22
|
+
o[k2] = m[k];
|
|
23
|
+
}));
|
|
24
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
25
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
26
|
+
}) : function(o, v) {
|
|
27
|
+
o["default"] = v;
|
|
28
|
+
});
|
|
29
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
30
|
+
if (mod && mod.__esModule) return mod;
|
|
31
|
+
var result = {};
|
|
32
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
33
|
+
__setModuleDefault(result, mod);
|
|
34
|
+
return result;
|
|
35
|
+
};
|
|
36
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
37
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
38
|
+
};
|
|
39
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
40
|
+
exports.Select = void 0;
|
|
41
|
+
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
42
|
+
var formik_1 = require("formik");
|
|
43
|
+
var react_select_1 = __importDefault(require("react-select"));
|
|
44
|
+
var ui_1 = require("../../../../ui/index.js");
|
|
45
|
+
var S = __importStar(require("./styles.js"));
|
|
46
|
+
function Select(props) {
|
|
47
|
+
var _a;
|
|
48
|
+
var _b = (0, formik_1.useField)({
|
|
49
|
+
name: props.name,
|
|
50
|
+
}), field = _b[0], _ = _b[1], helpers = _b[2];
|
|
51
|
+
var fieldValue = field.value || [];
|
|
52
|
+
var value = fieldValue && (fieldValue === null || fieldValue === void 0 ? void 0 : fieldValue.length) > 0 && props.isGroup
|
|
53
|
+
? fieldValue === null || fieldValue === void 0 ? void 0 : fieldValue.map(function (defaultValueForm) {
|
|
54
|
+
return props.options
|
|
55
|
+
.find(function (option) {
|
|
56
|
+
return option.options.find(function (o) { return o.value === defaultValueForm; });
|
|
57
|
+
})
|
|
58
|
+
.options.find(function (opt) { return opt.value === defaultValueForm; });
|
|
59
|
+
})
|
|
60
|
+
: fieldValue === null || fieldValue === void 0 ? void 0 : fieldValue.map(function (valueForm) { return props.options.find(function (option) { return option.value === valueForm; }); });
|
|
61
|
+
return ((0, jsx_runtime_1.jsx)(S.SelectWrapper, { children: (0, jsx_runtime_1.jsx)(ui_1.InputControl, __assign({}, props, { children: (0, jsx_runtime_1.jsx)(react_select_1.default, { menuIsOpen: props.forceOpenToDevelop ? props.forceOpenToDevelop : undefined, name: field.name, onChange: function (ev) {
|
|
62
|
+
var value = Array.isArray(ev) ? ev.map(function (ev) { return ev.value; }) : ev ? [ev.value] : [];
|
|
63
|
+
helpers.setValue(value);
|
|
64
|
+
props.onChangeSelect && props.onChangeSelect(value);
|
|
65
|
+
}, value: value, isMulti: props.isMultiple, options: props.options, components: props.CustomOption ? { Option: props.CustomOption } : undefined, className: ((_a = field === null || field === void 0 ? void 0 : field.value) === null || _a === void 0 ? void 0 : _a.length) > 0 ? 'open' : '' }) })) }));
|
|
66
|
+
}
|
|
67
|
+
exports.Select = Select;
|
|
68
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { InputProps } from '../interfaces.js';
|
|
3
|
+
export type Option = {
|
|
4
|
+
label: string;
|
|
5
|
+
value?: string;
|
|
6
|
+
color?: string;
|
|
7
|
+
isDisabled?: boolean;
|
|
8
|
+
options?: Option[];
|
|
9
|
+
};
|
|
10
|
+
export type ISelectProps = {
|
|
11
|
+
forceOpenToDevelop?: boolean;
|
|
12
|
+
options: Option[];
|
|
13
|
+
isGroup?: boolean;
|
|
14
|
+
isMultiple?: boolean;
|
|
15
|
+
listposition?: number;
|
|
16
|
+
onChangeSelect?: (value: string[]) => void;
|
|
17
|
+
CustomOption?: (props: {
|
|
18
|
+
data: Option;
|
|
19
|
+
innerRef: any;
|
|
20
|
+
innerProps: any;
|
|
21
|
+
}) => JSX.Element;
|
|
22
|
+
} & InputProps;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { InputProps } from '../interfaces';
|
|
1
|
+
import { InputProps } from '../interfaces.js';
|
|
2
2
|
export declare function Textarea(props: InputProps): import("react/jsx-runtime").JSX.Element;
|
|
@@ -14,7 +14,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
14
14
|
exports.Textarea = void 0;
|
|
15
15
|
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
16
16
|
var formik_1 = require("formik");
|
|
17
|
-
var input_control_1 = require("../input-control");
|
|
17
|
+
var input_control_1 = require("../input-control/index.js");
|
|
18
18
|
function Textarea(props) {
|
|
19
19
|
var field = (0, formik_1.useField)({ name: props.name })[0];
|
|
20
20
|
return ((0, jsx_runtime_1.jsx)(input_control_1.InputControl, __assign({}, props, { children: (0, jsx_runtime_1.jsx)("textarea", __assign({ id: props.name, className: "font-16-regular" }, props, field)) })));
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
export * from './form';
|
|
2
|
-
export * from './button';
|
|
3
|
-
export * from './sidebar';
|
|
4
|
-
export * from './container';
|
|
5
|
-
export * from './next-image';
|
|
6
|
-
export * from './breadcrumb';
|
|
7
|
-
export * from './menu-mobile';
|
|
8
|
-
export * from './loader-circle';
|
|
9
|
-
export * from './error-boundary';
|
|
10
|
-
export * from './loading-screen';
|
|
1
|
+
export * from './form/index.js';
|
|
2
|
+
export * from './button/index.js';
|
|
3
|
+
export * from './sidebar/index.js';
|
|
4
|
+
export * from './container/index.js';
|
|
5
|
+
export * from './next-image/index.js';
|
|
6
|
+
export * from './breadcrumb/index.js';
|
|
7
|
+
export * from './menu-mobile/index.js';
|
|
8
|
+
export * from './loader-circle/index.js';
|
|
9
|
+
export * from './error-boundary/index.js';
|
|
10
|
+
export * from './loading-screen/index.js';
|
|
@@ -14,14 +14,14 @@ 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("./form"), exports);
|
|
18
|
-
__exportStar(require("./button"), exports);
|
|
19
|
-
__exportStar(require("./sidebar"), exports);
|
|
20
|
-
__exportStar(require("./container"), exports);
|
|
21
|
-
__exportStar(require("./next-image"), exports);
|
|
22
|
-
__exportStar(require("./breadcrumb"), exports);
|
|
23
|
-
__exportStar(require("./menu-mobile"), exports);
|
|
24
|
-
__exportStar(require("./loader-circle"), exports);
|
|
25
|
-
__exportStar(require("./error-boundary"), exports);
|
|
26
|
-
__exportStar(require("./loading-screen"), exports);
|
|
17
|
+
__exportStar(require("./form/index.js"), exports);
|
|
18
|
+
__exportStar(require("./button/index.js"), exports);
|
|
19
|
+
__exportStar(require("./sidebar/index.js"), exports);
|
|
20
|
+
__exportStar(require("./container/index.js"), exports);
|
|
21
|
+
__exportStar(require("./next-image/index.js"), exports);
|
|
22
|
+
__exportStar(require("./breadcrumb/index.js"), exports);
|
|
23
|
+
__exportStar(require("./menu-mobile/index.js"), exports);
|
|
24
|
+
__exportStar(require("./loader-circle/index.js"), exports);
|
|
25
|
+
__exportStar(require("./error-boundary/index.js"), exports);
|
|
26
|
+
__exportStar(require("./loading-screen/index.js"), exports);
|
|
27
27
|
//# sourceMappingURL=index.js.map
|
|
@@ -29,9 +29,9 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
29
29
|
exports.LoadingScreen = void 0;
|
|
30
30
|
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
31
31
|
var react_dom_1 = __importDefault(require("react-dom"));
|
|
32
|
-
var icons_1 = require("
|
|
33
|
-
var error_boundary_1 = require("../error-boundary");
|
|
34
|
-
var S = __importStar(require("./styles"));
|
|
32
|
+
var icons_1 = require("../../../ui/icons/index.js");
|
|
33
|
+
var error_boundary_1 = require("../error-boundary/index.js");
|
|
34
|
+
var S = __importStar(require("./styles.js"));
|
|
35
35
|
function LoadingScreen(_a) {
|
|
36
36
|
var size = _a.size, color = _a.color;
|
|
37
37
|
return react_dom_1.default.createPortal((0, jsx_runtime_1.jsx)(error_boundary_1.Error, { name: 'LoadingScreen', children: (0, jsx_runtime_1.jsx)(S.LoadingScreen, { children: (0, jsx_runtime_1.jsx)("div", { style: { width: size, color: color }, className: 'icon', children: (0, jsx_runtime_1.jsx)(icons_1.Icon, { name: 'IconLoading' }) }) }) }), document === null || document === void 0 ? void 0 : document.body);
|
|
@@ -34,8 +34,8 @@ var __spreadArray = (this && this.__spreadArray) || function (to, from, pack) {
|
|
|
34
34
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
35
35
|
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
36
36
|
var react_1 = require("react");
|
|
37
|
-
var S = __importStar(require("./styles"));
|
|
38
|
-
var error_boundary_1 = require("
|
|
37
|
+
var S = __importStar(require("./styles.js"));
|
|
38
|
+
var error_boundary_1 = require("../../../../../ui/components/error-boundary/index.js");
|
|
39
39
|
var NavLinks = function (_a) {
|
|
40
40
|
var links = _a.links, isActive = _a.isActive;
|
|
41
41
|
var _b = (0, react_1.useState)(null), submenu = _b[0], setSubmenu = _b[1];
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { IMenuMobileProps } from './interfaces';
|
|
1
|
+
import { IMenuMobileProps } from './interfaces.js';
|
|
2
2
|
export declare function MenuMobile({ linksMenu, topConfigs }: IMenuMobileProps): import("react/jsx-runtime").JSX.Element;
|
|
@@ -29,10 +29,10 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
29
29
|
exports.MenuMobile = void 0;
|
|
30
30
|
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
31
31
|
var react_1 = require("react");
|
|
32
|
-
var top_1 = require("./top");
|
|
33
|
-
var nav_links_1 = __importDefault(require("./components/nav-links"));
|
|
34
|
-
var S = __importStar(require("./styles"));
|
|
35
|
-
var error_boundary_1 = require("../error-boundary");
|
|
32
|
+
var top_1 = require("./top/index.js");
|
|
33
|
+
var nav_links_1 = __importDefault(require("./components/nav-links/index.js"));
|
|
34
|
+
var S = __importStar(require("./styles.js"));
|
|
35
|
+
var error_boundary_1 = require("../error-boundary/index.js");
|
|
36
36
|
function MenuMobile(_a) {
|
|
37
37
|
var linksMenu = _a.linksMenu, topConfigs = _a.topConfigs;
|
|
38
38
|
var _b = (0, react_1.useState)(false), isActive = _b[0], setIsActive = _b[1];
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { ITopProps } from './interfaces';
|
|
1
|
+
import { ITopProps } from './interfaces.js';
|
|
2
2
|
export declare function Top({ configs, setIsActive }: ITopProps): import("react/jsx-runtime").JSX.Element;
|
|
@@ -29,8 +29,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
29
29
|
exports.Top = void 0;
|
|
30
30
|
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
31
31
|
var link_1 = __importDefault(require("next/link"));
|
|
32
|
-
var error_boundary_1 = require("../../error-boundary");
|
|
33
|
-
var S = __importStar(require("./styles"));
|
|
32
|
+
var error_boundary_1 = require("../../error-boundary/index.js");
|
|
33
|
+
var S = __importStar(require("./styles.js"));
|
|
34
34
|
function Top(_a) {
|
|
35
35
|
var configs = _a.configs, setIsActive = _a.setIsActive;
|
|
36
36
|
if (!configs) {
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { NextImageProps } from './interfaces';
|
|
1
|
+
import { NextImageProps } from './interfaces.js';
|
|
2
2
|
export declare function NextImage({ src, alt, forceLoading }: NextImageProps): import("react/jsx-runtime").JSX.Element;
|
|
@@ -29,9 +29,9 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
29
29
|
exports.NextImage = void 0;
|
|
30
30
|
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
31
31
|
var image_1 = __importDefault(require("next/image"));
|
|
32
|
-
var error_boundary_1 = require("../error-boundary");
|
|
33
|
-
var loader_circle_1 = require("../loader-circle");
|
|
34
|
-
var S = __importStar(require("./styles"));
|
|
32
|
+
var error_boundary_1 = require("../error-boundary/index.js");
|
|
33
|
+
var loader_circle_1 = require("../loader-circle/index.js");
|
|
34
|
+
var S = __importStar(require("./styles.js"));
|
|
35
35
|
function NextImage(_a) {
|
|
36
36
|
var src = _a.src, alt = _a.alt, forceLoading = _a.forceLoading;
|
|
37
37
|
var isLoading = forceLoading;
|
|
@@ -29,7 +29,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
29
29
|
exports.SideBar = void 0;
|
|
30
30
|
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
31
31
|
var react_dom_1 = __importDefault(require("react-dom"));
|
|
32
|
-
var S = __importStar(require("./styles"));
|
|
32
|
+
var S = __importStar(require("./styles.js"));
|
|
33
33
|
function SideBar(_a) {
|
|
34
34
|
var children = _a.children, maxWidth = _a.maxWidth, open = _a.open, setOpen = _a.setOpen, _b = _a.direction, direction = _b === void 0 ? 'right' : _b, overlay = _a.overlay;
|
|
35
35
|
function handleClose() {
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { IIcon } from '../interfaces';
|
|
1
|
+
import { IIcon } from '../interfaces.js';
|
|
2
2
|
export declare function IconEye({ fill }: IIcon): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { IIcon } from '../interfaces';
|
|
1
|
+
import { IIcon } from '../interfaces.js';
|
|
2
2
|
export declare function IconGlobe({ fill }: IIcon): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { IIcon } from '../interfaces';
|
|
1
|
+
import { IIcon } from '../interfaces.js';
|
|
2
2
|
export declare function LongArrowRight({ fill }: IIcon): void;
|
package/dist/ui/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export * from './icons';
|
|
2
|
-
export * from './hooks';
|
|
3
|
-
export * from './utils';
|
|
4
|
-
export * from './contexts';
|
|
5
|
-
export * from './components';
|
|
1
|
+
export * from './icons/index.js';
|
|
2
|
+
export * from './hooks/index.js';
|
|
3
|
+
export * from './utils/index.js';
|
|
4
|
+
export * from './contexts/index.js';
|
|
5
|
+
export * from './components/index.js';
|
package/dist/ui/index.js
CHANGED
|
@@ -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("./icons"), exports);
|
|
18
|
-
__exportStar(require("./hooks"), exports);
|
|
19
|
-
__exportStar(require("./utils"), exports);
|
|
20
|
-
__exportStar(require("./contexts"), exports);
|
|
21
|
-
__exportStar(require("./components"), exports);
|
|
17
|
+
__exportStar(require("./icons/index.js"), exports);
|
|
18
|
+
__exportStar(require("./hooks/index.js"), exports);
|
|
19
|
+
__exportStar(require("./utils/index.js"), exports);
|
|
20
|
+
__exportStar(require("./contexts/index.js"), exports);
|
|
21
|
+
__exportStar(require("./components/index.js"), exports);
|
|
22
22
|
//# sourceMappingURL=index.js.map
|
package/package.json
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"return-type.js","sourceRoot":"","sources":["../../../../src/system/domain/generics/return-type.ts"],"names":[],"mappings":""}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { IconsNames } from '../../../ui/index.js';
|
|
2
|
-
export interface IMenu {
|
|
3
|
-
id: string;
|
|
4
|
-
titulo: string;
|
|
5
|
-
icon: IconsNames;
|
|
6
|
-
href?: string;
|
|
7
|
-
menuItems?: IMenu[];
|
|
8
|
-
}
|
|
9
|
-
export interface ISideBarContent {
|
|
10
|
-
id: 1;
|
|
11
|
-
label: string;
|
|
12
|
-
items: IMenu[];
|
|
13
|
-
}
|
|
14
|
-
export declare const MENU: IMenu[];
|
|
15
|
-
export declare const AJUDA_SUPORTE: IMenu[];
|
|
16
|
-
export declare const SIDE_BAR_ITEMS: ISideBarContent[];
|
|
@@ -1,138 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.SIDE_BAR_ITEMS = exports.AJUDA_SUPORTE = exports.MENU = void 0;
|
|
4
|
-
exports.MENU = [
|
|
5
|
-
{
|
|
6
|
-
id: '1',
|
|
7
|
-
titulo: 'Produtos',
|
|
8
|
-
icon: 'IconShopping',
|
|
9
|
-
menuItems: [
|
|
10
|
-
{
|
|
11
|
-
id: '1',
|
|
12
|
-
titulo: 'Produto 1',
|
|
13
|
-
icon: 'IconExclamation',
|
|
14
|
-
menuItems: [
|
|
15
|
-
{
|
|
16
|
-
id: '1',
|
|
17
|
-
titulo: 'Produto 1',
|
|
18
|
-
icon: 'IconExclamation',
|
|
19
|
-
href: '#produto-1',
|
|
20
|
-
},
|
|
21
|
-
{
|
|
22
|
-
id: '2',
|
|
23
|
-
titulo: 'Produto 2',
|
|
24
|
-
icon: 'IconExclamation',
|
|
25
|
-
href: '#produto-2',
|
|
26
|
-
},
|
|
27
|
-
{
|
|
28
|
-
id: '3',
|
|
29
|
-
titulo: 'Produto 3',
|
|
30
|
-
icon: 'IconExclamation',
|
|
31
|
-
menuItems: [
|
|
32
|
-
{
|
|
33
|
-
id: '1',
|
|
34
|
-
titulo: 'Produto 1',
|
|
35
|
-
icon: 'IconExclamation',
|
|
36
|
-
href: '#produto-1',
|
|
37
|
-
},
|
|
38
|
-
{
|
|
39
|
-
id: '2',
|
|
40
|
-
titulo: 'Produto 2',
|
|
41
|
-
icon: 'IconExclamation',
|
|
42
|
-
href: '#produto-2',
|
|
43
|
-
},
|
|
44
|
-
{
|
|
45
|
-
id: '3',
|
|
46
|
-
titulo: 'Produto 3',
|
|
47
|
-
icon: 'IconExclamation',
|
|
48
|
-
href: '#produto-3',
|
|
49
|
-
},
|
|
50
|
-
],
|
|
51
|
-
},
|
|
52
|
-
],
|
|
53
|
-
},
|
|
54
|
-
{
|
|
55
|
-
id: '2',
|
|
56
|
-
titulo: 'Produto 2',
|
|
57
|
-
icon: 'IconExclamation',
|
|
58
|
-
href: '#produto-2',
|
|
59
|
-
},
|
|
60
|
-
{
|
|
61
|
-
id: '3',
|
|
62
|
-
titulo: 'Produto 3',
|
|
63
|
-
icon: 'IconExclamation',
|
|
64
|
-
href: '#produto-3',
|
|
65
|
-
},
|
|
66
|
-
],
|
|
67
|
-
},
|
|
68
|
-
{
|
|
69
|
-
id: '2',
|
|
70
|
-
titulo: 'Sobre nós',
|
|
71
|
-
icon: 'IconExclamation',
|
|
72
|
-
href: '#sobre-nos',
|
|
73
|
-
},
|
|
74
|
-
{
|
|
75
|
-
id: '3',
|
|
76
|
-
titulo: 'Arquivos',
|
|
77
|
-
icon: 'IconFile',
|
|
78
|
-
menuItems: [
|
|
79
|
-
{
|
|
80
|
-
id: '1',
|
|
81
|
-
titulo: 'Produto 1',
|
|
82
|
-
icon: 'IconExclamation',
|
|
83
|
-
href: '#produto-1',
|
|
84
|
-
},
|
|
85
|
-
{
|
|
86
|
-
id: '2',
|
|
87
|
-
titulo: 'Produto 2',
|
|
88
|
-
icon: 'IconExclamation',
|
|
89
|
-
href: '#produto-2',
|
|
90
|
-
},
|
|
91
|
-
{
|
|
92
|
-
id: '3',
|
|
93
|
-
titulo: 'Produto 3',
|
|
94
|
-
icon: 'IconExclamation',
|
|
95
|
-
href: '#produto-3',
|
|
96
|
-
},
|
|
97
|
-
],
|
|
98
|
-
},
|
|
99
|
-
{
|
|
100
|
-
id: '5',
|
|
101
|
-
titulo: 'Galeria',
|
|
102
|
-
icon: 'IconImage',
|
|
103
|
-
href: '#galeria',
|
|
104
|
-
},
|
|
105
|
-
{
|
|
106
|
-
id: '5',
|
|
107
|
-
titulo: 'Calendário',
|
|
108
|
-
icon: 'IconCalendar',
|
|
109
|
-
href: '#calendario',
|
|
110
|
-
},
|
|
111
|
-
];
|
|
112
|
-
exports.AJUDA_SUPORTE = [
|
|
113
|
-
{
|
|
114
|
-
id: '1',
|
|
115
|
-
titulo: 'Chat',
|
|
116
|
-
icon: 'IconChat',
|
|
117
|
-
href: '#chat',
|
|
118
|
-
},
|
|
119
|
-
{
|
|
120
|
-
id: '2',
|
|
121
|
-
titulo: 'FAQ',
|
|
122
|
-
icon: 'IconExclamation',
|
|
123
|
-
href: '#faq',
|
|
124
|
-
},
|
|
125
|
-
];
|
|
126
|
-
exports.SIDE_BAR_ITEMS = [
|
|
127
|
-
{
|
|
128
|
-
id: 1,
|
|
129
|
-
label: 'MENU',
|
|
130
|
-
items: exports.MENU,
|
|
131
|
-
},
|
|
132
|
-
{
|
|
133
|
-
id: 1,
|
|
134
|
-
label: 'AJUDA E SUPORTE',
|
|
135
|
-
items: exports.AJUDA_SUPORTE,
|
|
136
|
-
},
|
|
137
|
-
];
|
|
138
|
-
//# sourceMappingURL=menu.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"menu.js","sourceRoot":"","sources":["../../../../src/system/presentation/configs/menu.ts"],"names":[],"mappings":";;;AAgBa,QAAA,IAAI,GAAY;IAC3B;QACE,EAAE,EAAE,GAAG;QACP,MAAM,EAAE,UAAU;QAClB,IAAI,EAAE,cAAc;QACpB,SAAS,EAAE;YACT;gBACE,EAAE,EAAE,GAAG;gBACP,MAAM,EAAE,WAAW;gBACnB,IAAI,EAAE,iBAAiB;gBACvB,SAAS,EAAE;oBACT;wBACE,EAAE,EAAE,GAAG;wBACP,MAAM,EAAE,WAAW;wBACnB,IAAI,EAAE,iBAAiB;wBACvB,IAAI,EAAE,YAAY;qBACnB;oBACD;wBACE,EAAE,EAAE,GAAG;wBACP,MAAM,EAAE,WAAW;wBACnB,IAAI,EAAE,iBAAiB;wBACvB,IAAI,EAAE,YAAY;qBACnB;oBACD;wBACE,EAAE,EAAE,GAAG;wBACP,MAAM,EAAE,WAAW;wBACnB,IAAI,EAAE,iBAAiB;wBACvB,SAAS,EAAE;4BACT;gCACE,EAAE,EAAE,GAAG;gCACP,MAAM,EAAE,WAAW;gCACnB,IAAI,EAAE,iBAAiB;gCACvB,IAAI,EAAE,YAAY;6BACnB;4BACD;gCACE,EAAE,EAAE,GAAG;gCACP,MAAM,EAAE,WAAW;gCACnB,IAAI,EAAE,iBAAiB;gCACvB,IAAI,EAAE,YAAY;6BACnB;4BACD;gCACE,EAAE,EAAE,GAAG;gCACP,MAAM,EAAE,WAAW;gCACnB,IAAI,EAAE,iBAAiB;gCACvB,IAAI,EAAE,YAAY;6BACnB;yBACF;qBACF;iBACF;aACF;YACD;gBACE,EAAE,EAAE,GAAG;gBACP,MAAM,EAAE,WAAW;gBACnB,IAAI,EAAE,iBAAiB;gBACvB,IAAI,EAAE,YAAY;aACnB;YACD;gBACE,EAAE,EAAE,GAAG;gBACP,MAAM,EAAE,WAAW;gBACnB,IAAI,EAAE,iBAAiB;gBACvB,IAAI,EAAE,YAAY;aACnB;SACF;KACF;IACD;QACE,EAAE,EAAE,GAAG;QACP,MAAM,EAAE,WAAW;QACnB,IAAI,EAAE,iBAAiB;QACvB,IAAI,EAAE,YAAY;KACnB;IACD;QACE,EAAE,EAAE,GAAG;QACP,MAAM,EAAE,UAAU;QAClB,IAAI,EAAE,UAAU;QAChB,SAAS,EAAE;YACT;gBACE,EAAE,EAAE,GAAG;gBACP,MAAM,EAAE,WAAW;gBACnB,IAAI,EAAE,iBAAiB;gBACvB,IAAI,EAAE,YAAY;aACnB;YACD;gBACE,EAAE,EAAE,GAAG;gBACP,MAAM,EAAE,WAAW;gBACnB,IAAI,EAAE,iBAAiB;gBACvB,IAAI,EAAE,YAAY;aACnB;YACD;gBACE,EAAE,EAAE,GAAG;gBACP,MAAM,EAAE,WAAW;gBACnB,IAAI,EAAE,iBAAiB;gBACvB,IAAI,EAAE,YAAY;aACnB;SACF;KACF;IACD;QACE,EAAE,EAAE,GAAG;QACP,MAAM,EAAE,SAAS;QACjB,IAAI,EAAE,WAAW;QACjB,IAAI,EAAE,UAAU;KACjB;IACD;QACE,EAAE,EAAE,GAAG;QACP,MAAM,EAAE,YAAY;QACpB,IAAI,EAAE,cAAc;QACpB,IAAI,EAAE,aAAa;KACpB;CACF,CAAA;AAEY,QAAA,aAAa,GAAY;IACpC;QACE,EAAE,EAAE,GAAG;QACP,MAAM,EAAE,MAAM;QACd,IAAI,EAAE,UAAU;QAChB,IAAI,EAAE,OAAO;KACd;IACD;QACE,EAAE,EAAE,GAAG;QACP,MAAM,EAAE,KAAK;QACb,IAAI,EAAE,iBAAiB;QACvB,IAAI,EAAE,MAAM;KACb;CACF,CAAA;AAEY,QAAA,cAAc,GAAsB;IAC/C;QACE,EAAE,EAAE,CAAC;QACL,KAAK,EAAE,MAAM;QACb,KAAK,EAAE,YAAI;KACZ;IACD;QACE,EAAE,EAAE,CAAC;QACL,KAAK,EAAE,iBAAiB;QACxB,KAAK,EAAE,qBAAa;KACrB;CACF,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare function ActiveIndicator(): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
-
}) : function(o, v) {
|
|
16
|
-
o["default"] = v;
|
|
17
|
-
});
|
|
18
|
-
var __importStar = (this && this.__importStar) || function (mod) {
|
|
19
|
-
if (mod && mod.__esModule) return mod;
|
|
20
|
-
var result = {};
|
|
21
|
-
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
22
|
-
__setModuleDefault(result, mod);
|
|
23
|
-
return result;
|
|
24
|
-
};
|
|
25
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
|
-
exports.ActiveIndicator = void 0;
|
|
27
|
-
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
28
|
-
var S = __importStar(require("./styles.js"));
|
|
29
|
-
function ActiveIndicator() {
|
|
30
|
-
return (0, jsx_runtime_1.jsx)(S.ActiveIndicator, { className: "active-indicator" });
|
|
31
|
-
}
|
|
32
|
-
exports.ActiveIndicator = ActiveIndicator;
|
|
33
|
-
//# sourceMappingURL=index.js.map
|
package/dist/system/presentation/hooks/ui/use-table/components/active-indicator/index.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../../src/system/presentation/hooks/ui/use-table/components/active-indicator/index.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,0CAA6B;AAE7B,SAAgB,eAAe;IAC3B,OAAO,uBAAC,CAAC,CAAC,eAAe,IAAC,SAAS,EAAC,kBAAkB,GAAE,CAAA;AAC5D,CAAC;AAFD,0CAEC"}
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
export declare const ActiveIndicator: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
3
|
-
ref?: import("react").Ref<HTMLDivElement>;
|
|
4
|
-
}, never>>;
|