infinity-forge 9.6.4 → 9.7.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -0
- package/dist/client/client.js +4 -8
- package/dist/client/client.js.map +1 -1
- package/dist/client/generate.js +4 -9
- package/dist/client/generate.js.map +1 -1
- package/dist/client/index.js +1 -17
- package/dist/client/index.js.map +1 -1
- package/dist/client/swagger_client.js +1 -2
- package/dist/codie_panel/atena_codie_panel_keys/hooks/index.js +1 -17
- package/dist/codie_panel/atena_codie_panel_keys/hooks/index.js.map +1 -1
- package/dist/codie_panel/atena_codie_panel_keys/hooks/use-panel-configurations.js +3 -9
- package/dist/codie_panel/atena_codie_panel_keys/hooks/use-panel-configurations.js.map +1 -1
- package/dist/codie_panel/atena_codie_panel_keys/index.js +2 -18
- package/dist/codie_panel/atena_codie_panel_keys/index.js.map +1 -1
- package/dist/codie_panel/atena_codie_panel_keys/keys.js +2 -5
- package/dist/codie_panel/atena_codie_panel_keys/keys.js.map +1 -1
- package/dist/codie_panel/hooks/use-panel-configurations.js +3 -6
- package/dist/codie_panel/hooks/use-panel-configurations.js.map +1 -1
- package/dist/codie_panel/index.js +3 -19
- package/dist/codie_panel/index.js.map +1 -1
- package/dist/codie_panel/pages/configurations/components/index.js +1 -17
- package/dist/codie_panel/pages/configurations/components/index.js.map +1 -1
- package/dist/codie_panel/pages/configurations/components/menu-card/index.js +3 -6
- package/dist/codie_panel/pages/configurations/components/menu-card/index.js.map +1 -1
- package/dist/codie_panel/pages/configurations/index.js +1 -17
- package/dist/codie_panel/pages/configurations/index.js.map +1 -1
- package/dist/codie_panel/pages/configurations/page.js +8 -11
- package/dist/codie_panel/pages/configurations/page.js.map +1 -1
- package/dist/codie_panel/pages/index.js +2 -18
- package/dist/codie_panel/pages/index.js.map +1 -1
- package/dist/codie_panel/pages/menu/components/index.js +1 -17
- package/dist/codie_panel/pages/menu/components/index.js.map +1 -1
- package/dist/codie_panel/pages/menu/components/menu-card/index.js +3 -6
- package/dist/codie_panel/pages/menu/components/menu-card/index.js.map +1 -1
- package/dist/codie_panel/pages/menu/index.js +1 -17
- package/dist/codie_panel/pages/menu/index.js.map +1 -1
- package/dist/codie_panel/pages/menu/page.js +7 -10
- package/dist/codie_panel/pages/menu/page.js.map +1 -1
- package/dist/codie_panel/panel_configurations/index.js +1 -2
- package/dist/index.js +5 -21
- package/dist/index.js.map +1 -1
- package/dist/system/components/data/avatar/index.js +7 -66
- package/dist/system/components/data/avatar/index.js.map +1 -1
- package/dist/system/components/data/avatar/styles.js +30 -13
- package/dist/system/components/data/avatar/styles.js.map +1 -1
- package/dist/system/components/data/buttons/index.js +1 -17
- package/dist/system/components/data/buttons/index.js.map +1 -1
- package/dist/system/components/data/buttons/sidebar-button/index.js +5 -41
- package/dist/system/components/data/buttons/sidebar-button/index.js.map +1 -1
- package/dist/system/components/data/buttons/sidebar-button/styles.js +17 -13
- package/dist/system/components/data/buttons/sidebar-button/styles.js.map +1 -1
- package/dist/system/components/data/chat/card-message/index.js +6 -43
- package/dist/system/components/data/chat/card-message/index.js.map +1 -1
- package/dist/system/components/data/chat/card-message/styles.js +38 -13
- package/dist/system/components/data/chat/card-message/styles.js.map +1 -1
- package/dist/system/components/data/chat/index.js +8 -45
- package/dist/system/components/data/chat/index.js.map +1 -1
- package/dist/system/components/data/chat/interfaces.js +1 -2
- package/dist/system/components/data/chat/loader/index.js +4 -7
- package/dist/system/components/data/chat/loader/index.js.map +1 -1
- package/dist/system/components/data/chat/schema.js +2 -38
- package/dist/system/components/data/chat/schema.js.map +1 -1
- package/dist/system/components/data/chat/styles.js +150 -13
- package/dist/system/components/data/chat/styles.js.map +1 -1
- package/dist/system/components/data/detail-card/component.js +8 -45
- package/dist/system/components/data/detail-card/component.js.map +1 -1
- package/dist/system/components/data/detail-card/index.js +2 -18
- package/dist/system/components/data/detail-card/index.js.map +1 -1
- package/dist/system/components/data/detail-card/interfaces.js +1 -2
- package/dist/system/components/data/detail-card/styles.js +148 -13
- package/dist/system/components/data/detail-card/styles.js.map +1 -1
- package/dist/system/components/data/highlight-icon/index.js +6 -43
- package/dist/system/components/data/highlight-icon/index.js.map +1 -1
- package/dist/system/components/data/highlight-icon/interfaces.js +1 -2
- package/dist/system/components/data/highlight-icon/styles.js +18 -13
- package/dist/system/components/data/highlight-icon/styles.js.map +1 -1
- package/dist/system/components/data/highlight-text/index.js +6 -43
- package/dist/system/components/data/highlight-text/index.js.map +1 -1
- package/dist/system/components/data/highlight-text/interfaces.js +1 -2
- package/dist/system/components/data/highlight-text/styles.js +17 -14
- package/dist/system/components/data/highlight-text/styles.js.map +1 -1
- package/dist/system/components/data/index.js +14 -30
- package/dist/system/components/data/index.js.map +1 -1
- package/dist/system/components/data/input-search/index.js +6 -43
- package/dist/system/components/data/input-search/index.js.map +1 -1
- package/dist/system/components/data/input-search/interfaces.js +1 -2
- package/dist/system/components/data/input-search/styles.js +41 -13
- package/dist/system/components/data/input-search/styles.js.map +1 -1
- package/dist/system/components/data/menu/component.js +7 -10
- package/dist/system/components/data/menu/component.js.map +1 -1
- package/dist/system/components/data/menu/components/index.js +1 -17
- package/dist/system/components/data/menu/components/index.js.map +1 -1
- package/dist/system/components/data/menu/components/menu-item/index.js +29 -75
- package/dist/system/components/data/menu/components/menu-item/index.js.map +1 -1
- package/dist/system/components/data/menu/index.js +2 -18
- package/dist/system/components/data/menu/index.js.map +1 -1
- package/dist/system/components/data/menu/mock.js +1 -4
- package/dist/system/components/data/menu/mock.js.map +1 -1
- package/dist/system/components/data/menu/modes/collapsed-menu/index.js +12 -49
- package/dist/system/components/data/menu/modes/collapsed-menu/index.js.map +1 -1
- package/dist/system/components/data/menu/modes/collapsed-menu/styles.js +88 -14
- package/dist/system/components/data/menu/modes/collapsed-menu/styles.js.map +1 -1
- package/dist/system/components/data/menu/modes/index.js +2 -18
- package/dist/system/components/data/menu/modes/index.js.map +1 -1
- package/dist/system/components/data/menu/modes/opened/index.js +21 -59
- package/dist/system/components/data/menu/modes/opened/index.js.map +1 -1
- package/dist/system/components/data/menu/modes/opened/styles.js +3 -14
- package/dist/system/components/data/menu/modes/opened/styles.js.map +1 -1
- package/dist/system/components/data/menu/styles.js +165 -15
- package/dist/system/components/data/menu/styles.js.map +1 -1
- package/dist/system/components/data/notifications/card/index.js +5 -42
- package/dist/system/components/data/notifications/card/index.js.map +1 -1
- package/dist/system/components/data/notifications/card/styles.js +30 -13
- package/dist/system/components/data/notifications/card/styles.js.map +1 -1
- package/dist/system/components/data/notifications/content-notification/index.js +6 -23
- package/dist/system/components/data/notifications/content-notification/index.js.map +1 -1
- package/dist/system/components/data/notifications/index.js +18 -61
- package/dist/system/components/data/notifications/index.js.map +1 -1
- package/dist/system/components/data/notifications/interfaces.js +1 -2
- package/dist/system/components/data/notifications/read-notifications/index.js +21 -70
- package/dist/system/components/data/notifications/read-notifications/index.js.map +1 -1
- package/dist/system/components/data/notifications/styles.js +78 -14
- package/dist/system/components/data/notifications/styles.js.map +1 -1
- package/dist/system/components/data/page-wrapper/index.js +5 -42
- package/dist/system/components/data/page-wrapper/index.js.map +1 -1
- package/dist/system/components/data/page-wrapper/interfaces.js +1 -2
- package/dist/system/components/data/page-wrapper/styles.js +6 -13
- package/dist/system/components/data/page-wrapper/styles.js.map +1 -1
- package/dist/system/components/data/popover/index.js +3 -7
- package/dist/system/components/data/popover/index.js.map +1 -1
- package/dist/system/components/data/popover/interfaces.js +1 -2
- package/dist/system/components/data/profile-infos/index.js +7 -55
- package/dist/system/components/data/profile-infos/index.js.map +1 -1
- package/dist/system/components/data/profile-infos/interfaces.js +1 -2
- package/dist/system/components/data/profile-infos/profile/index.js +6 -43
- package/dist/system/components/data/profile-infos/profile/index.js.map +1 -1
- package/dist/system/components/data/profile-infos/profile/interfaces.js +1 -2
- package/dist/system/components/data/profile-infos/profile/styles.js +54 -13
- package/dist/system/components/data/profile-infos/profile/styles.js.map +1 -1
- package/dist/system/components/data/profile-infos/styles.js +13 -13
- package/dist/system/components/data/profile-infos/styles.js.map +1 -1
- package/dist/system/components/data/select-workspace/component.js +13 -74
- package/dist/system/components/data/select-workspace/component.js.map +1 -1
- package/dist/system/components/data/select-workspace/custom-styles.js +41 -24
- package/dist/system/components/data/select-workspace/custom-styles.js.map +1 -1
- package/dist/system/components/data/select-workspace/index.js +3 -19
- package/dist/system/components/data/select-workspace/index.js.map +1 -1
- package/dist/system/components/data/select-workspace/interfaces.js +1 -2
- package/dist/system/components/data/select-workspace/styles.js +142 -14
- package/dist/system/components/data/select-workspace/styles.js.map +1 -1
- package/dist/system/components/data/tab/component.js +30 -80
- package/dist/system/components/data/tab/component.js.map +1 -1
- package/dist/system/components/data/tab/index.js +2 -18
- package/dist/system/components/data/tab/index.js.map +1 -1
- package/dist/system/components/data/tab/interfaces.js +1 -2
- package/dist/system/components/data/tab/styles.js +53 -13
- package/dist/system/components/data/tab/styles.js.map +1 -1
- package/dist/system/components/data/tab/tab-item/index.js +5 -53
- package/dist/system/components/data/tab/tab-item/index.js.map +1 -1
- package/dist/system/components/data/tab/tab-item/styles.js +42 -25
- package/dist/system/components/data/tab/tab-item/styles.js.map +1 -1
- package/dist/system/components/index.js +2 -18
- package/dist/system/components/index.js.map +1 -1
- package/dist/system/components/layout/component.js +6 -53
- package/dist/system/components/layout/component.js.map +1 -1
- package/dist/system/components/layout/header/components/index.js +3 -19
- package/dist/system/components/layout/header/components/index.js.map +1 -1
- package/dist/system/components/layout/header/components/logo/index.js +7 -15
- package/dist/system/components/layout/header/components/logo/index.js.map +1 -1
- package/dist/system/components/layout/header/components/menu-right/component.js +6 -53
- package/dist/system/components/layout/header/components/menu-right/component.js.map +1 -1
- package/dist/system/components/layout/header/components/menu-right/index.js +3 -19
- package/dist/system/components/layout/header/components/menu-right/index.js.map +1 -1
- package/dist/system/components/layout/header/components/menu-right/messages/content/card/index.js +6 -54
- package/dist/system/components/layout/header/components/menu-right/messages/content/card/index.js.map +1 -1
- package/dist/system/components/layout/header/components/menu-right/messages/content/card/interfaces.js +1 -2
- package/dist/system/components/layout/header/components/menu-right/messages/content/card/styles.js +48 -13
- package/dist/system/components/layout/header/components/menu-right/messages/content/card/styles.js.map +1 -1
- package/dist/system/components/layout/header/components/menu-right/messages/content/index.js +7 -54
- package/dist/system/components/layout/header/components/menu-right/messages/content/index.js.map +1 -1
- package/dist/system/components/layout/header/components/menu-right/messages/content/interfaces.js +1 -2
- package/dist/system/components/layout/header/components/menu-right/messages/content/styles.js +14 -13
- package/dist/system/components/layout/header/components/menu-right/messages/content/styles.js.map +1 -1
- package/dist/system/components/layout/header/components/menu-right/messages/index.js +7 -43
- package/dist/system/components/layout/header/components/menu-right/messages/index.js.map +1 -1
- package/dist/system/components/layout/header/components/menu-right/messages/styles.js +16 -13
- package/dist/system/components/layout/header/components/menu-right/messages/styles.js.map +1 -1
- package/dist/system/components/layout/header/components/menu-right/profile/content/index.js +7 -44
- package/dist/system/components/layout/header/components/menu-right/profile/content/index.js.map +1 -1
- package/dist/system/components/layout/header/components/menu-right/profile/content/styles.js +98 -13
- package/dist/system/components/layout/header/components/menu-right/profile/content/styles.js.map +1 -1
- package/dist/system/components/layout/header/components/menu-right/profile/index.js +9 -56
- package/dist/system/components/layout/header/components/menu-right/profile/index.js.map +1 -1
- package/dist/system/components/layout/header/components/menu-right/profile/styles.js +2 -13
- package/dist/system/components/layout/header/components/menu-right/profile/styles.js.map +1 -1
- package/dist/system/components/layout/header/components/menu-right/styles.js +34 -14
- package/dist/system/components/layout/header/components/menu-right/styles.js.map +1 -1
- package/dist/system/components/layout/header/components/search-modal/index.js +10 -58
- package/dist/system/components/layout/header/components/search-modal/index.js.map +1 -1
- package/dist/system/components/layout/header/components/search-modal/search-list/index.js +17 -67
- package/dist/system/components/layout/header/components/search-modal/search-list/index.js.map +1 -1
- package/dist/system/components/layout/header/components/search-modal/search-list/search-menu-item/index.js +6 -15
- package/dist/system/components/layout/header/components/search-modal/search-list/search-menu-item/index.js.map +1 -1
- package/dist/system/components/layout/header/components/search-modal/search-list/styles.js +169 -13
- package/dist/system/components/layout/header/components/search-modal/search-list/styles.js.map +1 -1
- package/dist/system/components/layout/header/components/search-modal/styles.js +11 -13
- package/dist/system/components/layout/header/components/search-modal/styles.js.map +1 -1
- package/dist/system/components/layout/header/components/search-modal/trigger/index.js +5 -52
- package/dist/system/components/layout/header/components/search-modal/trigger/index.js.map +1 -1
- package/dist/system/components/layout/header/components/search-modal/trigger/styles.js +47 -13
- package/dist/system/components/layout/header/components/search-modal/trigger/styles.js.map +1 -1
- package/dist/system/components/layout/header/index.js +5 -19
- package/dist/system/components/layout/header/index.js.map +1 -1
- package/dist/system/components/layout/header/version-01/index.js +11 -58
- package/dist/system/components/layout/header/version-01/index.js.map +1 -1
- package/dist/system/components/layout/header/version-01/styles.js +154 -16
- package/dist/system/components/layout/header/version-01/styles.js.map +1 -1
- package/dist/system/components/layout/index.js +5 -21
- package/dist/system/components/layout/index.js.map +1 -1
- package/dist/system/components/layout/interfaces.js +1 -2
- package/dist/system/components/layout/styles.js +36 -13
- package/dist/system/components/layout/styles.js.map +1 -1
- package/dist/system/context/auth/components/index.js +2 -18
- package/dist/system/context/auth/components/index.js.map +1 -1
- package/dist/system/context/auth/components/login/form-login/index.js +6 -9
- package/dist/system/context/auth/components/login/form-login/index.js.map +1 -1
- package/dist/system/context/auth/components/login/index.js +8 -45
- package/dist/system/context/auth/components/login/index.js.map +1 -1
- package/dist/system/context/auth/components/login/styles.js +142 -13
- package/dist/system/context/auth/components/login/styles.js.map +1 -1
- package/dist/system/context/auth/components/private-page/index.js +40 -95
- package/dist/system/context/auth/components/private-page/index.js.map +1 -1
- package/dist/system/context/auth/components/private-page/interfaces.js +1 -2
- package/dist/system/context/auth/context.js +89 -221
- package/dist/system/context/auth/context.js.map +1 -1
- package/dist/system/context/auth/index.js +3 -19
- package/dist/system/context/auth/index.js.map +1 -1
- package/dist/system/context/auth/interfaces.js +1 -2
- package/dist/system/context/container.d.ts +1 -2
- package/dist/system/context/container.js +23 -33
- package/dist/system/context/container.js.map +1 -1
- package/dist/system/context/index.js +5 -21
- package/dist/system/context/index.js.map +1 -1
- package/dist/system/context/infra-injection/context.js +7 -12
- package/dist/system/context/infra-injection/context.js.map +1 -1
- package/dist/system/context/infra-injection/index.js +2 -18
- package/dist/system/context/infra-injection/index.js.map +1 -1
- package/dist/system/context/infra-injection/interfaces.js +1 -2
- package/dist/system/context/menu/context.js +11 -14
- package/dist/system/context/menu/context.js.map +1 -1
- package/dist/system/context/menu/index.js +2 -18
- package/dist/system/context/menu/index.js.map +1 -1
- package/dist/system/context/menu/interfaces.js +1 -2
- package/dist/system/context/theme/context.js +11 -26
- package/dist/system/context/theme/context.js.map +1 -1
- package/dist/system/context/theme/index.js +1 -17
- package/dist/system/context/theme/index.js.map +1 -1
- package/dist/system/context/third-party-integration-context/context.js +5 -8
- package/dist/system/context/third-party-integration-context/context.js.map +1 -1
- package/dist/system/context/third-party-integration-context/index.js +2 -18
- package/dist/system/context/third-party-integration-context/index.js.map +1 -1
- package/dist/system/context/third-party-integration-context/interfaces.js +1 -2
- package/dist/system/hooks/index.js +4 -20
- package/dist/system/hooks/index.js.map +1 -1
- package/dist/system/hooks/locales/ibge/index.js +1 -17
- package/dist/system/hooks/locales/ibge/index.js.map +1 -1
- package/dist/system/hooks/locales/ibge/use-load-cities-by-uf/hook.js +12 -61
- package/dist/system/hooks/locales/ibge/use-load-cities-by-uf/hook.js.map +1 -1
- package/dist/system/hooks/locales/ibge/use-load-cities-by-uf/index.js +2 -18
- package/dist/system/hooks/locales/ibge/use-load-cities-by-uf/index.js.map +1 -1
- package/dist/system/hooks/locales/ibge/use-load-cities-by-uf/interfaces.js +1 -2
- package/dist/system/hooks/locales/index.js +2 -18
- package/dist/system/hooks/locales/index.js.map +1 -1
- package/dist/system/hooks/locales/use-load-cities/index.js +5 -8
- package/dist/system/hooks/locales/use-load-cities/index.js.map +1 -1
- package/dist/system/hooks/menu/index.js +1 -17
- package/dist/system/hooks/menu/index.js.map +1 -1
- package/dist/system/hooks/menu/use-load-menu.js +20 -71
- package/dist/system/hooks/menu/use-load-menu.js.map +1 -1
- package/dist/system/hooks/notifications/index.js +2 -18
- package/dist/system/hooks/notifications/index.js.map +1 -1
- package/dist/system/hooks/notifications/use-load-all/index.js +21 -72
- package/dist/system/hooks/notifications/use-load-all/index.js.map +1 -1
- package/dist/system/hooks/notifications/use-load-no-read/index.js +11 -58
- package/dist/system/hooks/notifications/use-load-no-read/index.js.map +1 -1
- package/dist/system/hooks/ui/index.js +2 -18
- package/dist/system/hooks/ui/index.js.map +1 -1
- package/dist/system/hooks/ui/use-debounce/index.js +6 -9
- package/dist/system/hooks/ui/use-debounce/index.js.map +1 -1
- package/dist/system/hooks/ui/use-table/component.js +4 -18
- package/dist/system/hooks/ui/use-table/component.js.map +1 -1
- package/dist/system/hooks/ui/use-table/components/index.js +2 -18
- package/dist/system/hooks/ui/use-table/components/index.js.map +1 -1
- package/dist/system/hooks/ui/use-table/components/table/actions/delete/index.js +24 -88
- package/dist/system/hooks/ui/use-table/components/table/actions/delete/index.js.map +1 -1
- package/dist/system/hooks/ui/use-table/components/table/actions/index.js +23 -116
- package/dist/system/hooks/ui/use-table/components/table/actions/index.js.map +1 -1
- package/dist/system/hooks/ui/use-table/components/table/actions/styles.js +44 -13
- package/dist/system/hooks/ui/use-table/components/table/actions/styles.js.map +1 -1
- package/dist/system/hooks/ui/use-table/components/table/active-filters/active-item-filter/index.js +24 -41
- package/dist/system/hooks/ui/use-table/components/table/active-filters/active-item-filter/index.js.map +1 -1
- package/dist/system/hooks/ui/use-table/components/table/active-filters/index.js +28 -79
- package/dist/system/hooks/ui/use-table/components/table/active-filters/index.js.map +1 -1
- package/dist/system/hooks/ui/use-table/components/table/active-filters/styles.js +40 -13
- package/dist/system/hooks/ui/use-table/components/table/active-filters/styles.js.map +1 -1
- package/dist/system/hooks/ui/use-table/components/table/create/index.js +13 -65
- package/dist/system/hooks/ui/use-table/components/table/create/index.js.map +1 -1
- package/dist/system/hooks/ui/use-table/components/table/create/interfaces.js +1 -2
- package/dist/system/hooks/ui/use-table/components/table/create/styles.js +40 -13
- package/dist/system/hooks/ui/use-table/components/table/create/styles.js.map +1 -1
- package/dist/system/hooks/ui/use-table/components/table/export/index.js +5 -42
- package/dist/system/hooks/ui/use-table/components/table/export/index.js.map +1 -1
- package/dist/system/hooks/ui/use-table/components/table/export/styles.js +29 -13
- package/dist/system/hooks/ui/use-table/components/table/export/styles.js.map +1 -1
- package/dist/system/hooks/ui/use-table/components/table/filters/index.js +56 -165
- package/dist/system/hooks/ui/use-table/components/table/filters/index.js.map +1 -1
- package/dist/system/hooks/ui/use-table/components/table/filters/styles.js +146 -16
- package/dist/system/hooks/ui/use-table/components/table/filters/styles.js.map +1 -1
- package/dist/system/hooks/ui/use-table/components/table/filters/use-filters-table.js +12 -28
- package/dist/system/hooks/ui/use-table/components/table/filters/use-filters-table.js.map +1 -1
- package/dist/system/hooks/ui/use-table/components/table/index.js +46 -107
- package/dist/system/hooks/ui/use-table/components/table/index.js.map +1 -1
- package/dist/system/hooks/ui/use-table/components/table/interfaces.js +1 -2
- package/dist/system/hooks/ui/use-table/components/table/pagination/index.js +19 -56
- package/dist/system/hooks/ui/use-table/components/table/pagination/index.js.map +1 -1
- package/dist/system/hooks/ui/use-table/components/table/pagination/service.js +19 -22
- package/dist/system/hooks/ui/use-table/components/table/pagination/service.js.map +1 -1
- package/dist/system/hooks/ui/use-table/components/table/pagination/styles.js +116 -13
- package/dist/system/hooks/ui/use-table/components/table/pagination/styles.js.map +1 -1
- package/dist/system/hooks/ui/use-table/components/table/skeleton-table/index.js +5 -41
- package/dist/system/hooks/ui/use-table/components/table/skeleton-table/index.js.map +1 -1
- package/dist/system/hooks/ui/use-table/components/table/skeleton-table/styles.js +7 -13
- package/dist/system/hooks/ui/use-table/components/table/skeleton-table/styles.js.map +1 -1
- package/dist/system/hooks/ui/use-table/components/table/styles.js +152 -15
- package/dist/system/hooks/ui/use-table/components/table/styles.js.map +1 -1
- package/dist/system/hooks/ui/use-table/components/table/thead-item/index.js +13 -51
- package/dist/system/hooks/ui/use-table/components/table/thead-item/index.js.map +1 -1
- package/dist/system/hooks/ui/use-table/components/table/thead-item/interfaces.js +1 -2
- package/dist/system/hooks/ui/use-table/components/table/thead-item/styles.js +25 -13
- package/dist/system/hooks/ui/use-table/components/table/thead-item/styles.js.map +1 -1
- package/dist/system/hooks/ui/use-table/components/table/tr/children-tr/index.js +29 -118
- package/dist/system/hooks/ui/use-table/components/table/tr/children-tr/index.js.map +1 -1
- package/dist/system/hooks/ui/use-table/components/table/tr/children-tr/styles.js +36 -13
- package/dist/system/hooks/ui/use-table/components/table/tr/children-tr/styles.js.map +1 -1
- package/dist/system/hooks/ui/use-table/components/table/tr/index.js +20 -39
- package/dist/system/hooks/ui/use-table/components/table/tr/index.js.map +1 -1
- package/dist/system/hooks/ui/use-table/index.js +3 -19
- package/dist/system/hooks/ui/use-table/index.js.map +1 -1
- package/dist/system/hooks/ui/use-table/interfaces.js +1 -2
- package/dist/system/index.js +3 -19
- package/dist/system/index.js.map +1 -1
- package/dist/test/index.js +43 -101
- package/dist/test/index.js.map +1 -1
- package/dist/ui/atena/domain/dynamic-section/create.js +1 -2
- package/dist/ui/atena/domain/dynamic-section/dynamic-section.js +1 -2
- package/dist/ui/atena/domain/dynamic-section/index.js +4 -20
- package/dist/ui/atena/domain/dynamic-section/index.js.map +1 -1
- package/dist/ui/atena/domain/dynamic-section/load-all.js +1 -2
- package/dist/ui/atena/domain/dynamic-section/update.js +1 -2
- package/dist/ui/atena/domain/index.js +1 -17
- package/dist/ui/atena/domain/index.js.map +1 -1
- package/dist/ui/atena/index.js +2 -18
- package/dist/ui/atena/index.js.map +1 -1
- package/dist/ui/atena/presentation/dynamic-elements/atena-page.js +70 -129
- package/dist/ui/atena/presentation/dynamic-elements/atena-page.js.map +1 -1
- package/dist/ui/atena/presentation/dynamic-elements/elements/contact/index.js +16 -61
- package/dist/ui/atena/presentation/dynamic-elements/elements/contact/index.js.map +1 -1
- package/dist/ui/atena/presentation/dynamic-elements/elements/contact/styles.js +4 -13
- package/dist/ui/atena/presentation/dynamic-elements/elements/contact/styles.js.map +1 -1
- package/dist/ui/atena/presentation/dynamic-elements/elements/contact/versions/default/details-contact/index.js +7 -44
- package/dist/ui/atena/presentation/dynamic-elements/elements/contact/versions/default/details-contact/index.js.map +1 -1
- package/dist/ui/atena/presentation/dynamic-elements/elements/contact/versions/default/details-contact/info/index.js +5 -42
- package/dist/ui/atena/presentation/dynamic-elements/elements/contact/versions/default/details-contact/info/index.js.map +1 -1
- package/dist/ui/atena/presentation/dynamic-elements/elements/contact/versions/default/details-contact/info/styles.js +131 -10
- package/dist/ui/atena/presentation/dynamic-elements/elements/contact/versions/default/details-contact/info/styles.js.map +1 -1
- package/dist/ui/atena/presentation/dynamic-elements/elements/contact/versions/default/details-contact/styles.js +59 -10
- package/dist/ui/atena/presentation/dynamic-elements/elements/contact/versions/default/details-contact/styles.js.map +1 -1
- package/dist/ui/atena/presentation/dynamic-elements/elements/contact/versions/default/form-contact/index.js +23 -111
- package/dist/ui/atena/presentation/dynamic-elements/elements/contact/versions/default/form-contact/index.js.map +1 -1
- package/dist/ui/atena/presentation/dynamic-elements/elements/contact/versions/default/form-contact/styles.js +104 -10
- package/dist/ui/atena/presentation/dynamic-elements/elements/contact/versions/default/form-contact/styles.js.map +1 -1
- package/dist/ui/atena/presentation/dynamic-elements/elements/contact/versions/default/index.js +7 -54
- package/dist/ui/atena/presentation/dynamic-elements/elements/contact/versions/default/index.js.map +1 -1
- package/dist/ui/atena/presentation/dynamic-elements/elements/contact/versions/default/styles.js +23 -10
- package/dist/ui/atena/presentation/dynamic-elements/elements/contact/versions/default/styles.js.map +1 -1
- package/dist/ui/atena/presentation/dynamic-elements/elements/contact/versions/index.js +2 -18
- package/dist/ui/atena/presentation/dynamic-elements/elements/contact/versions/index.js.map +1 -1
- package/dist/ui/atena/presentation/dynamic-elements/elements/contact/versions/version-01/index.js +6 -42
- package/dist/ui/atena/presentation/dynamic-elements/elements/contact/versions/version-01/index.js.map +1 -1
- package/dist/ui/atena/presentation/dynamic-elements/elements/contact/versions/version-01/styles.js +4 -13
- package/dist/ui/atena/presentation/dynamic-elements/elements/contact/versions/version-01/styles.js.map +1 -1
- package/dist/ui/atena/presentation/dynamic-elements/elements/index.js +1 -17
- package/dist/ui/atena/presentation/dynamic-elements/elements/index.js.map +1 -1
- package/dist/ui/atena/presentation/dynamic-elements/index.js +3 -19
- package/dist/ui/atena/presentation/dynamic-elements/index.js.map +1 -1
- package/dist/ui/atena/presentation/dynamic-elements/pages/blog/component.js +13 -60
- package/dist/ui/atena/presentation/dynamic-elements/pages/blog/component.js.map +1 -1
- package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/blog-item/index.js +6 -45
- package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/blog-item/index.js.map +1 -1
- package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/blog-item/styles.js +118 -14
- package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/blog-item/styles.js.map +1 -1
- package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/categorias/index.js +11 -50
- package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/categorias/index.js.map +1 -1
- package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/featured-blog/featured-blog-item/format-date.js +8 -11
- package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/featured-blog/featured-blog-item/format-date.js.map +1 -1
- package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/featured-blog/featured-blog-item/index.js +6 -43
- package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/featured-blog/featured-blog-item/index.js.map +1 -1
- package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/featured-blog/featured-blog-item/styles.js +84 -14
- package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/featured-blog/featured-blog-item/styles.js.map +1 -1
- package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/featured-blog/index.js +10 -46
- package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/featured-blog/index.js.map +1 -1
- package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/index.js +5 -21
- package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/index.js.map +1 -1
- package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/side-box-newsletter/index.js +14 -98
- package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/side-box-newsletter/index.js.map +1 -1
- package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/side-box-search/index.js +8 -44
- package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/side-box-search/index.js.map +1 -1
- package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/styles.js +226 -13
- package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/styles.js.map +1 -1
- package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/title-blog/index.js +5 -42
- package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/title-blog/index.js.map +1 -1
- package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/title-blog/styles.js +19 -13
- package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/title-blog/styles.js.map +1 -1
- package/dist/ui/atena/presentation/dynamic-elements/pages/blog/index.js +1 -17
- package/dist/ui/atena/presentation/dynamic-elements/pages/blog/index.js.map +1 -1
- package/dist/ui/atena/presentation/dynamic-elements/pages/blog/styles.js +65 -13
- package/dist/ui/atena/presentation/dynamic-elements/pages/blog/styles.js.map +1 -1
- package/dist/ui/atena/presentation/dynamic-elements/pages/common-ssrs-api/blog/index.js +69 -148
- package/dist/ui/atena/presentation/dynamic-elements/pages/common-ssrs-api/blog/index.js.map +1 -1
- package/dist/ui/atena/presentation/dynamic-elements/pages/common-ssrs-api/blog/interfaces.js +1 -2
- package/dist/ui/atena/presentation/dynamic-elements/pages/common-ssrs-api/index.js +2 -18
- package/dist/ui/atena/presentation/dynamic-elements/pages/common-ssrs-api/index.js.map +1 -1
- package/dist/ui/atena/presentation/dynamic-elements/pages/common-ssrs-api/post/index.js +60 -136
- package/dist/ui/atena/presentation/dynamic-elements/pages/common-ssrs-api/post/index.js.map +1 -1
- package/dist/ui/atena/presentation/dynamic-elements/pages/index.js +3 -19
- package/dist/ui/atena/presentation/dynamic-elements/pages/index.js.map +1 -1
- package/dist/ui/atena/presentation/dynamic-elements/pages/post/box-post/index.js +6 -42
- package/dist/ui/atena/presentation/dynamic-elements/pages/post/box-post/index.js.map +1 -1
- package/dist/ui/atena/presentation/dynamic-elements/pages/post/box-post/styles.js +69 -13
- package/dist/ui/atena/presentation/dynamic-elements/pages/post/box-post/styles.js.map +1 -1
- package/dist/ui/atena/presentation/dynamic-elements/pages/post/box-tags/index.js +12 -53
- package/dist/ui/atena/presentation/dynamic-elements/pages/post/box-tags/index.js.map +1 -1
- package/dist/ui/atena/presentation/dynamic-elements/pages/post/box-tags/share/icons/index.js +9 -15
- package/dist/ui/atena/presentation/dynamic-elements/pages/post/box-tags/share/icons/index.js.map +1 -1
- package/dist/ui/atena/presentation/dynamic-elements/pages/post/box-tags/share/index.js +16 -60
- package/dist/ui/atena/presentation/dynamic-elements/pages/post/box-tags/share/index.js.map +1 -1
- package/dist/ui/atena/presentation/dynamic-elements/pages/post/box-tags/share/styles.js +38 -13
- package/dist/ui/atena/presentation/dynamic-elements/pages/post/box-tags/share/styles.js.map +1 -1
- package/dist/ui/atena/presentation/dynamic-elements/pages/post/box-tags/styles.js +75 -13
- package/dist/ui/atena/presentation/dynamic-elements/pages/post/box-tags/styles.js.map +1 -1
- package/dist/ui/atena/presentation/dynamic-elements/pages/post/component.js +15 -59
- package/dist/ui/atena/presentation/dynamic-elements/pages/post/component.js.map +1 -1
- package/dist/ui/atena/presentation/dynamic-elements/pages/post/index.js +1 -17
- package/dist/ui/atena/presentation/dynamic-elements/pages/post/index.js.map +1 -1
- package/dist/ui/atena/presentation/dynamic-elements/pages/post/styles.js +82 -13
- package/dist/ui/atena/presentation/dynamic-elements/pages/post/styles.js.map +1 -1
- package/dist/ui/atena/presentation/dynamic-sections/context.js +33 -81
- package/dist/ui/atena/presentation/dynamic-sections/context.js.map +1 -1
- package/dist/ui/atena/presentation/dynamic-sections/get-initial-props-dynamic-section.js +9 -58
- package/dist/ui/atena/presentation/dynamic-sections/get-initial-props-dynamic-section.js.map +1 -1
- package/dist/ui/atena/presentation/dynamic-sections/index.js +5 -21
- package/dist/ui/atena/presentation/dynamic-sections/index.js.map +1 -1
- package/dist/ui/atena/presentation/dynamic-sections/types.js +1 -2
- package/dist/ui/atena/presentation/dynamic-sections/use-dynamic-section/edit-css/editor-code/index.js +6 -42
- package/dist/ui/atena/presentation/dynamic-sections/use-dynamic-section/edit-css/editor-code/index.js.map +1 -1
- package/dist/ui/atena/presentation/dynamic-sections/use-dynamic-section/edit-css/editor-code/styles.js +4 -13
- package/dist/ui/atena/presentation/dynamic-sections/use-dynamic-section/edit-css/editor-code/styles.js.map +1 -1
- package/dist/ui/atena/presentation/dynamic-sections/use-dynamic-section/edit-css/index.js +27 -65
- package/dist/ui/atena/presentation/dynamic-sections/use-dynamic-section/edit-css/index.js.map +1 -1
- package/dist/ui/atena/presentation/dynamic-sections/use-dynamic-section/edit-css/styles.js +4 -13
- package/dist/ui/atena/presentation/dynamic-sections/use-dynamic-section/edit-css/styles.js.map +1 -1
- package/dist/ui/atena/presentation/dynamic-sections/use-dynamic-section/edit-section.js +82 -123
- package/dist/ui/atena/presentation/dynamic-sections/use-dynamic-section/edit-section.js.map +1 -1
- package/dist/ui/atena/presentation/dynamic-sections/use-dynamic-section/index.js +37 -44
- package/dist/ui/atena/presentation/dynamic-sections/use-dynamic-section/index.js.map +1 -1
- package/dist/ui/atena/presentation/dynamic-sections/use-dynamic-section/interfaces.js +1 -2
- package/dist/ui/atena/presentation/dynamic-sections/use-section/index.js +7 -12
- package/dist/ui/atena/presentation/dynamic-sections/use-section/index.js.map +1 -1
- package/dist/ui/atena/presentation/index.js +3 -19
- package/dist/ui/atena/presentation/index.js.map +1 -1
- package/dist/ui/atena/presentation/site-configurations/atena-ssr-site.js +12 -19
- package/dist/ui/atena/presentation/site-configurations/atena-ssr-site.js.map +1 -1
- package/dist/ui/atena/presentation/site-configurations/index.js +2 -18
- package/dist/ui/atena/presentation/site-configurations/index.js.map +1 -1
- package/dist/ui/atena/presentation/site-configurations/use-site-configurations.js +16 -24
- package/dist/ui/atena/presentation/site-configurations/use-site-configurations.js.map +1 -1
- package/dist/ui/codie-dynamic/components/directory-filter/categories-carousel/carousel-config.js +1 -4
- package/dist/ui/codie-dynamic/components/directory-filter/categories-carousel/carousel-config.js.map +1 -1
- package/dist/ui/codie-dynamic/components/directory-filter/categories-carousel/index.js +22 -107
- package/dist/ui/codie-dynamic/components/directory-filter/categories-carousel/index.js.map +1 -1
- package/dist/ui/codie-dynamic/components/directory-filter/categories-carousel/styles.js +87 -13
- package/dist/ui/codie-dynamic/components/directory-filter/categories-carousel/styles.js.map +1 -1
- package/dist/ui/codie-dynamic/components/directory-filter/hooks/index.js +1 -17
- package/dist/ui/codie-dynamic/components/directory-filter/hooks/index.js.map +1 -1
- package/dist/ui/codie-dynamic/components/directory-filter/hooks/use-dynamic-filter.js +25 -75
- package/dist/ui/codie-dynamic/components/directory-filter/hooks/use-dynamic-filter.js.map +1 -1
- package/dist/ui/codie-dynamic/components/directory-filter/index.js +1 -17
- package/dist/ui/codie-dynamic/components/directory-filter/index.js.map +1 -1
- package/dist/ui/codie-dynamic/components/directory-filter/source-filter-header/index.js +70 -177
- package/dist/ui/codie-dynamic/components/directory-filter/source-filter-header/index.js.map +1 -1
- package/dist/ui/codie-dynamic/components/directory-filter/source-filter-header/select-locale/index.js +8 -13
- package/dist/ui/codie-dynamic/components/directory-filter/source-filter-header/select-locale/index.js.map +1 -1
- package/dist/ui/codie-dynamic/components/directory-filter/source-filter-header/styles.js +9 -13
- package/dist/ui/codie-dynamic/components/directory-filter/source-filter-header/styles.js.map +1 -1
- package/dist/ui/codie-dynamic/components/directory-filter/source-filters/index.js +20 -58
- package/dist/ui/codie-dynamic/components/directory-filter/source-filters/index.js.map +1 -1
- package/dist/ui/codie-dynamic/components/directory-filter/source-filters/render-stars.js +5 -9
- package/dist/ui/codie-dynamic/components/directory-filter/source-filters/render-stars.js.map +1 -1
- package/dist/ui/codie-dynamic/components/directory-filter/source-filters/styles.js +304 -13
- package/dist/ui/codie-dynamic/components/directory-filter/source-filters/styles.js.map +1 -1
- package/dist/ui/codie-dynamic/components/directory-filter/use-filter.js +7 -10
- package/dist/ui/codie-dynamic/components/directory-filter/use-filter.js.map +1 -1
- package/dist/ui/codie-dynamic/components/index.js +1 -17
- package/dist/ui/codie-dynamic/components/index.js.map +1 -1
- package/dist/ui/codie-dynamic/index.js +1 -17
- package/dist/ui/codie-dynamic/index.js.map +1 -1
- package/dist/ui/components/accordion/accordions/index.js +17 -41
- package/dist/ui/components/accordion/accordions/index.js.map +1 -1
- package/dist/ui/components/accordion/component.js +9 -57
- package/dist/ui/components/accordion/component.js.map +1 -1
- package/dist/ui/components/accordion/index.js +2 -18
- package/dist/ui/components/accordion/index.js.map +1 -1
- package/dist/ui/components/accordion/interfaces.js +1 -2
- package/dist/ui/components/accordion/styles.js +35 -10
- package/dist/ui/components/accordion/styles.js.map +1 -1
- package/dist/ui/components/animation/index.js +19 -30
- package/dist/ui/components/animation/index.js.map +1 -1
- package/dist/ui/components/animation/type-animation.js +1 -4
- package/dist/ui/components/animation/type-animation.js.map +1 -1
- package/dist/ui/components/breadcrumb/component.js +22 -60
- package/dist/ui/components/breadcrumb/component.js.map +1 -1
- package/dist/ui/components/breadcrumb/index.js +2 -18
- package/dist/ui/components/breadcrumb/index.js.map +1 -1
- package/dist/ui/components/breadcrumb/interfaces.js +1 -2
- package/dist/ui/components/breadcrumb/styles.js +35 -13
- package/dist/ui/components/breadcrumb/styles.js.map +1 -1
- package/dist/ui/components/button/component.js +10 -73
- package/dist/ui/components/button/component.js.map +1 -1
- package/dist/ui/components/button/index.js +2 -18
- package/dist/ui/components/button/index.js.map +1 -1
- package/dist/ui/components/button/interfaces.js +1 -2
- package/dist/ui/components/button/styles.js +27 -13
- package/dist/ui/components/button/styles.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/components-shared/get-changed-params.js +14 -16
- package/dist/ui/components/carousel/carousel-lib/components-shared/get-changed-params.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/components-shared/get-element-params.js +42 -57
- package/dist/ui/components/carousel/carousel-lib/components-shared/get-element-params.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/components-shared/get-params.js +20 -27
- package/dist/ui/components/carousel/carousel-lib/components-shared/get-params.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/components-shared/mount-swiper.js +6 -9
- package/dist/ui/components/carousel/carousel-lib/components-shared/mount-swiper.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/components-shared/params-list.js +2 -5
- package/dist/ui/components/carousel/carousel-lib/components-shared/params-list.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/components-shared/update-on-virtual-data.js +1 -5
- package/dist/ui/components/carousel/carousel-lib/components-shared/update-on-virtual-data.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/components-shared/update-swiper.js +18 -21
- package/dist/ui/components/carousel/carousel-lib/components-shared/update-swiper.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/components-shared/utils.js +17 -32
- package/dist/ui/components/carousel/carousel-lib/components-shared/utils.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/core/breakpoints/getBreakpoint.js +14 -18
- package/dist/ui/components/carousel/carousel-lib/core/breakpoints/getBreakpoint.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/core/breakpoints/index.js +3 -8
- package/dist/ui/components/carousel/carousel-lib/core/breakpoints/index.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/core/breakpoints/setBreakpoint.js +26 -29
- package/dist/ui/components/carousel/carousel-lib/core/breakpoints/setBreakpoint.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/core/check-overflow/index.js +6 -8
- package/dist/ui/components/carousel/carousel-lib/core/check-overflow/index.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/core/classes/addClasses.js +9 -13
- package/dist/ui/components/carousel/carousel-lib/core/classes/addClasses.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/core/classes/index.js +3 -8
- package/dist/ui/components/carousel/carousel-lib/core/classes/index.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/core/classes/removeClasses.js +4 -8
- package/dist/ui/components/carousel/carousel-lib/core/classes/removeClasses.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/core/core.js +201 -234
- package/dist/ui/components/carousel/carousel-lib/core/core.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/core/defaults.js +1 -3
- package/dist/ui/components/carousel/carousel-lib/core/defaults.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/core/events/index.js +33 -38
- package/dist/ui/components/carousel/carousel-lib/core/events/index.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/core/events/onClick.js +2 -5
- package/dist/ui/components/carousel/carousel-lib/core/events/onClick.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/core/events/onDocumentTouchStart.js +2 -5
- package/dist/ui/components/carousel/carousel-lib/core/events/onDocumentTouchStart.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/core/events/onLoad.js +4 -7
- package/dist/ui/components/carousel/carousel-lib/core/events/onLoad.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/core/events/onResize.js +7 -10
- package/dist/ui/components/carousel/carousel-lib/core/events/onResize.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/core/events/onScroll.js +5 -8
- package/dist/ui/components/carousel/carousel-lib/core/events/onScroll.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/core/events/onTouchEnd.js +30 -42
- package/dist/ui/components/carousel/carousel-lib/core/events/onTouchEnd.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/core/events/onTouchMove.js +30 -42
- package/dist/ui/components/carousel/carousel-lib/core/events/onTouchMove.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/core/events/onTouchStart.js +27 -31
- package/dist/ui/components/carousel/carousel-lib/core/events/onTouchStart.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/core/events-emitter.js +28 -47
- package/dist/ui/components/carousel/carousel-lib/core/events-emitter.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/core/grab-cursor/index.js +5 -10
- package/dist/ui/components/carousel/carousel-lib/core/grab-cursor/index.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/core/grab-cursor/setGrabCursor.js +4 -7
- package/dist/ui/components/carousel/carousel-lib/core/grab-cursor/setGrabCursor.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/core/grab-cursor/unsetGrabCursor.js +3 -6
- package/dist/ui/components/carousel/carousel-lib/core/grab-cursor/unsetGrabCursor.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/core/loop/index.js +7 -12
- package/dist/ui/components/carousel/carousel-lib/core/loop/index.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/core/loop/loopCreate.js +21 -24
- package/dist/ui/components/carousel/carousel-lib/core/loop/loopCreate.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/core/loop/loopDestroy.js +8 -11
- package/dist/ui/components/carousel/carousel-lib/core/loop/loopDestroy.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/core/loop/loopFix.js +57 -69
- package/dist/ui/components/carousel/carousel-lib/core/loop/loopFix.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/core/moduleExtendParams.js +8 -12
- package/dist/ui/components/carousel/carousel-lib/core/moduleExtendParams.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/core/modules/observer/observer.js +14 -19
- package/dist/ui/components/carousel/carousel-lib/core/modules/observer/observer.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/core/modules/resize/resize.js +17 -22
- package/dist/ui/components/carousel/carousel-lib/core/modules/resize/resize.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/core/slide/index.js +15 -20
- package/dist/ui/components/carousel/carousel-lib/core/slide/index.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/core/slide/slideNext.js +7 -11
- package/dist/ui/components/carousel/carousel-lib/core/slide/slideNext.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/core/slide/slidePrev.js +16 -20
- package/dist/ui/components/carousel/carousel-lib/core/slide/slidePrev.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/core/slide/slideReset.js +2 -6
- package/dist/ui/components/carousel/carousel-lib/core/slide/slideReset.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/core/slide/slideTo.js +25 -31
- package/dist/ui/components/carousel/carousel-lib/core/slide/slideTo.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/core/slide/slideToClickedSlide.js +12 -15
- package/dist/ui/components/carousel/carousel-lib/core/slide/slideToClickedSlide.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/core/slide/slideToClosest.js +10 -15
- package/dist/ui/components/carousel/carousel-lib/core/slide/slideToClosest.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/core/slide/slideToLoop.js +17 -22
- package/dist/ui/components/carousel/carousel-lib/core/slide/slideToLoop.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/core/transition/index.js +7 -12
- package/dist/ui/components/carousel/carousel-lib/core/transition/index.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/core/transition/setTransition.js +4 -7
- package/dist/ui/components/carousel/carousel-lib/core/transition/setTransition.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/core/transition/transitionEmit.js +8 -12
- package/dist/ui/components/carousel/carousel-lib/core/transition/transitionEmit.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/core/transition/transitionEnd.js +5 -12
- package/dist/ui/components/carousel/carousel-lib/core/transition/transitionEnd.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/core/transition/transitionStart.js +5 -12
- package/dist/ui/components/carousel/carousel-lib/core/transition/transitionStart.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/core/translate/getTranslate.js +5 -9
- package/dist/ui/components/carousel/carousel-lib/core/translate/getTranslate.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/core/translate/index.js +11 -16
- package/dist/ui/components/carousel/carousel-lib/core/translate/index.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/core/translate/maxTranslate.js +1 -4
- package/dist/ui/components/carousel/carousel-lib/core/translate/maxTranslate.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/core/translate/minTranslate.js +1 -4
- package/dist/ui/components/carousel/carousel-lib/core/translate/minTranslate.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/core/translate/setTranslate.js +9 -12
- package/dist/ui/components/carousel/carousel-lib/core/translate/setTranslate.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/core/translate/translateTo.js +13 -21
- package/dist/ui/components/carousel/carousel-lib/core/translate/translateTo.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/core/update/index.js +19 -24
- package/dist/ui/components/carousel/carousel-lib/core/update/index.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/core/update/updateActiveIndex.js +28 -32
- package/dist/ui/components/carousel/carousel-lib/core/update/updateActiveIndex.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/core/update/updateAutoHeight.js +11 -14
- package/dist/ui/components/carousel/carousel-lib/core/update/updateAutoHeight.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/core/update/updateClickedSlide.js +9 -21
- package/dist/ui/components/carousel/carousel-lib/core/update/updateClickedSlide.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/core/update/updateProgress.js +20 -23
- package/dist/ui/components/carousel/carousel-lib/core/update/updateProgress.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/core/update/updateSize.js +12 -15
- package/dist/ui/components/carousel/carousel-lib/core/update/updateSize.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/core/update/updateSlides.js +89 -92
- package/dist/ui/components/carousel/carousel-lib/core/update/updateSlides.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/core/update/updateSlidesClasses.js +21 -24
- package/dist/ui/components/carousel/carousel-lib/core/update/updateSlidesClasses.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/core/update/updateSlidesOffset.js +5 -8
- package/dist/ui/components/carousel/carousel-lib/core/update/updateSlidesOffset.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/core/update/updateSlidesProgress.js +16 -20
- package/dist/ui/components/carousel/carousel-lib/core/update/updateSlidesProgress.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/modules/autoplay.js +59 -65
- package/dist/ui/components/carousel/carousel-lib/modules/autoplay.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/modules/effect-fade.js +28 -35
- package/dist/ui/components/carousel/carousel-lib/modules/effect-fade.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/modules/free-mode.js +37 -42
- package/dist/ui/components/carousel/carousel-lib/modules/free-mode.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/modules/grid.js +46 -50
- package/dist/ui/components/carousel/carousel-lib/modules/grid.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/modules/index.js +7 -23
- package/dist/ui/components/carousel/carousel-lib/modules/index.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/modules/navigation.js +60 -79
- package/dist/ui/components/carousel/carousel-lib/modules/navigation.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/modules/pagination.js +150 -176
- package/dist/ui/components/carousel/carousel-lib/modules/pagination.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/modules/virtual.js +84 -104
- package/dist/ui/components/carousel/carousel-lib/modules/virtual.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/react/context.js +7 -12
- package/dist/ui/components/carousel/carousel-lib/react/context.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/react/get-children.js +11 -16
- package/dist/ui/components/carousel/carousel-lib/react/get-children.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/react/swiper-slide.js +17 -44
- package/dist/ui/components/carousel/carousel-lib/react/swiper-slide.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/react/swiper.js +62 -124
- package/dist/ui/components/carousel/carousel-lib/react/swiper.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/react/use-isomorphic-layout-effect.js +4 -6
- package/dist/ui/components/carousel/carousel-lib/react/use-isomorphic-layout-effect.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/react/virtual.js +21 -26
- package/dist/ui/components/carousel/carousel-lib/react/virtual.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/shared/classes-to-selector.js +3 -7
- package/dist/ui/components/carousel/carousel-lib/shared/classes-to-selector.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/shared/classes-to-tokens.js +2 -6
- package/dist/ui/components/carousel/carousel-lib/shared/classes-to-tokens.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/shared/create-element-if-not-defined.js +5 -8
- package/dist/ui/components/carousel/carousel-lib/shared/create-element-if-not-defined.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/shared/create-shadow.js +6 -9
- package/dist/ui/components/carousel/carousel-lib/shared/create-shadow.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/shared/effect-init.js +14 -17
- package/dist/ui/components/carousel/carousel-lib/shared/effect-init.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/shared/effect-target.js +3 -6
- package/dist/ui/components/carousel/carousel-lib/shared/effect-target.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/shared/effect-virtual-transition-end.js +14 -18
- package/dist/ui/components/carousel/carousel-lib/shared/effect-virtual-transition-end.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/shared/get-browser.js +17 -19
- package/dist/ui/components/carousel/carousel-lib/shared/get-browser.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/shared/get-device.js +20 -25
- package/dist/ui/components/carousel/carousel-lib/shared/get-device.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/shared/get-support.js +6 -8
- package/dist/ui/components/carousel/carousel-lib/shared/get-support.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/shared/process-lazy-preloader.js +29 -34
- package/dist/ui/components/carousel/carousel-lib/shared/process-lazy-preloader.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/shared/utils.js +74 -122
- package/dist/ui/components/carousel/carousel-lib/shared/utils.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/ssr-window/document.js +18 -25
- package/dist/ui/components/carousel/carousel-lib/ssr-window/document.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/ssr-window/extend.js +3 -7
- package/dist/ui/components/carousel/carousel-lib/ssr-window/extend.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/ssr-window/ssr-window.js +4 -14
- package/dist/ui/components/carousel/carousel-lib/ssr-window/ssr-window.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/ssr-window/window.js +22 -29
- package/dist/ui/components/carousel/carousel-lib/ssr-window/window.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/swiper-bundle.js +4 -12
- package/dist/ui/components/carousel/carousel-lib/swiper-bundle.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/swiper-effect-utils.js +6 -16
- package/dist/ui/components/carousel/carousel-lib/swiper-effect-utils.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/swiper-react.js +4 -10
- package/dist/ui/components/carousel/carousel-lib/swiper-react.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/swiper.js +1 -9
- package/dist/ui/components/carousel/carousel-lib/swiper.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/types/index.js +5 -26
- package/dist/ui/components/carousel/carousel-lib/types/index.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/types/shared.js +1 -2
- package/dist/ui/components/carousel/carousel-lib/types/swiper-class.js +1 -3
- package/dist/ui/components/carousel/carousel-lib/types/swiper-class.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/types/swiper-events.js +1 -2
- package/dist/ui/components/carousel/carousel-lib/types/swiper-options.js +1 -2
- package/dist/ui/components/carousel/index.js +26 -76
- package/dist/ui/components/carousel/index.js.map +1 -1
- package/dist/ui/components/carousel/interfaces.js +1 -2
- package/dist/ui/components/carousel/styles.js +306 -13
- package/dist/ui/components/carousel/styles.js.map +1 -1
- package/dist/ui/components/charts/index.js +2 -18
- package/dist/ui/components/charts/index.js.map +1 -1
- package/dist/ui/components/charts/matriz/index.js +29 -86
- package/dist/ui/components/charts/matriz/index.js.map +1 -1
- package/dist/ui/components/charts/matriz/styles.js +124 -13
- package/dist/ui/components/charts/matriz/styles.js.map +1 -1
- package/dist/ui/components/charts/pie/index.js +1 -17
- package/dist/ui/components/charts/pie/index.js.map +1 -1
- package/dist/ui/components/charts/pie/simple/functions.js +16 -20
- package/dist/ui/components/charts/pie/simple/functions.js.map +1 -1
- package/dist/ui/components/charts/pie/simple/index.js +39 -76
- package/dist/ui/components/charts/pie/simple/index.js.map +1 -1
- package/dist/ui/components/charts/pie/simple/interfaces.js +1 -2
- package/dist/ui/components/charts/pie/simple/styles.js +22 -13
- package/dist/ui/components/charts/pie/simple/styles.js.map +1 -1
- package/dist/ui/components/container/index.js +3 -7
- package/dist/ui/components/container/index.js.map +1 -1
- package/dist/ui/components/container/interfaces.js +1 -2
- package/dist/ui/components/count-up/index.js +14 -18
- package/dist/ui/components/count-up/index.js.map +1 -1
- package/dist/ui/components/drop-down/index.js +6 -43
- package/dist/ui/components/drop-down/index.js.map +1 -1
- package/dist/ui/components/drop-down/interfaces.js +1 -2
- package/dist/ui/components/drop-down/styles.js +27 -15
- package/dist/ui/components/drop-down/styles.js.map +1 -1
- package/dist/ui/components/error-boundary/component.js +5 -9
- package/dist/ui/components/error-boundary/component.js.map +1 -1
- package/dist/ui/components/error-boundary/error-body.js +3 -8
- package/dist/ui/components/error-boundary/error-body.js.map +1 -1
- package/dist/ui/components/error-boundary/index.js +2 -18
- package/dist/ui/components/error-boundary/index.js.map +1 -1
- package/dist/ui/components/error-boundary/interfaces.js +1 -2
- package/dist/ui/components/error-boundary/src/ErrorBoundary.js +39 -70
- package/dist/ui/components/error-boundary/src/ErrorBoundary.js.map +1 -1
- package/dist/ui/components/error-boundary/src/ErrorBoundaryContext.js +2 -5
- package/dist/ui/components/error-boundary/src/ErrorBoundaryContext.js.map +1 -1
- package/dist/ui/components/error-boundary/src/assertErrorBoundaryContext.js +1 -4
- package/dist/ui/components/error-boundary/src/assertErrorBoundaryContext.js.map +1 -1
- package/dist/ui/components/error-boundary/src/env-conditions/development.js +1 -4
- package/dist/ui/components/error-boundary/src/env-conditions/development.js.map +1 -1
- package/dist/ui/components/error-boundary/src/env-conditions/production.js +1 -4
- package/dist/ui/components/error-boundary/src/env-conditions/production.js.map +1 -1
- package/dist/ui/components/error-boundary/src/index.js +5 -21
- package/dist/ui/components/error-boundary/src/index.js.map +1 -1
- package/dist/ui/components/error-boundary/src/types.js +1 -2
- package/dist/ui/components/error-boundary/src/useErrorBoundary.js +15 -20
- package/dist/ui/components/error-boundary/src/useErrorBoundary.js.map +1 -1
- package/dist/ui/components/error-boundary/src/withErrorBoundary.js +6 -22
- package/dist/ui/components/error-boundary/src/withErrorBoundary.js.map +1 -1
- package/dist/ui/components/evaluations/card/index.js +5 -42
- package/dist/ui/components/evaluations/card/index.js.map +1 -1
- package/dist/ui/components/evaluations/card/styles.js +114 -13
- package/dist/ui/components/evaluations/card/styles.js.map +1 -1
- package/dist/ui/components/evaluations/index.js +12 -60
- package/dist/ui/components/evaluations/index.js.map +1 -1
- package/dist/ui/components/evaluations/star.js +3 -6
- package/dist/ui/components/evaluations/star.js.map +1 -1
- package/dist/ui/components/evaluations/stars-text/index.js +5 -42
- package/dist/ui/components/evaluations/stars-text/index.js.map +1 -1
- package/dist/ui/components/evaluations/stars-text/styles.js +43 -13
- package/dist/ui/components/evaluations/stars-text/styles.js.map +1 -1
- package/dist/ui/components/evaluations/styles.js +494 -14
- package/dist/ui/components/evaluations/styles.js.map +1 -1
- package/dist/ui/components/form/checkbox/index.js +17 -75
- package/dist/ui/components/form/checkbox/index.js.map +1 -1
- package/dist/ui/components/form/checkbox/styles.js +6 -13
- package/dist/ui/components/form/checkbox/styles.js.map +1 -1
- package/dist/ui/components/form/drag-and-drop/index.js +23 -49
- package/dist/ui/components/form/drag-and-drop/index.js.map +1 -1
- package/dist/ui/components/form/handler/component.js +8 -25
- package/dist/ui/components/form/handler/component.js.map +1 -1
- package/dist/ui/components/form/handler/custom-submit/index.js +8 -23
- package/dist/ui/components/form/handler/custom-submit/index.js.map +1 -1
- package/dist/ui/components/form/handler/dynamic_form_handler/component.js +19 -114
- package/dist/ui/components/form/handler/dynamic_form_handler/component.js.map +1 -1
- package/dist/ui/components/form/handler/dynamic_form_handler/index.js +3 -19
- package/dist/ui/components/form/handler/dynamic_form_handler/index.js.map +1 -1
- package/dist/ui/components/form/handler/dynamic_form_handler/interfaces.js +1 -2
- package/dist/ui/components/form/handler/dynamic_form_handler/render-dynamic-inputs/index.js +13 -63
- package/dist/ui/components/form/handler/dynamic_form_handler/render-dynamic-inputs/index.js.map +1 -1
- package/dist/ui/components/form/handler/dynamic_form_handler/styles.js +37 -13
- package/dist/ui/components/form/handler/dynamic_form_handler/styles.js.map +1 -1
- package/dist/ui/components/form/handler/form-handler/generate-schemas.js +35 -116
- package/dist/ui/components/form/handler/form-handler/generate-schemas.js.map +1 -1
- package/dist/ui/components/form/handler/form-handler/index.js +164 -315
- package/dist/ui/components/form/handler/form-handler/index.js.map +1 -1
- package/dist/ui/components/form/handler/form-handler/use-form-handler.js +4 -7
- package/dist/ui/components/form/handler/form-handler/use-form-handler.js.map +1 -1
- package/dist/ui/components/form/handler/form-handler/use-schemas.js +33 -133
- package/dist/ui/components/form/handler/form-handler/use-schemas.js.map +1 -1
- package/dist/ui/components/form/handler/form-handler/use-send-file.js +98 -196
- package/dist/ui/components/form/handler/form-handler/use-send-file.js.map +1 -1
- package/dist/ui/components/form/handler/i18n/capture-i18n-errors/index.js +16 -22
- package/dist/ui/components/form/handler/i18n/capture-i18n-errors/index.js.map +1 -1
- package/dist/ui/components/form/handler/i18n/index.js +23 -46
- package/dist/ui/components/form/handler/i18n/index.js.map +1 -1
- package/dist/ui/components/form/handler/index.js +6 -22
- package/dist/ui/components/form/handler/index.js.map +1 -1
- package/dist/ui/components/form/handler/interfaces.js +1 -2
- package/dist/ui/components/form/handler/styles.js +39 -13
- package/dist/ui/components/form/handler/styles.js.map +1 -1
- package/dist/ui/components/form/index.js +30 -46
- package/dist/ui/components/form/index.js.map +1 -1
- package/dist/ui/components/form/input/index.js +30 -50
- package/dist/ui/components/form/input/index.js.map +1 -1
- package/dist/ui/components/form/input-cep/component.js +46 -112
- package/dist/ui/components/form/input-cep/component.js.map +1 -1
- package/dist/ui/components/form/input-cep/index.js +3 -19
- package/dist/ui/components/form/input-cep/index.js.map +1 -1
- package/dist/ui/components/form/input-cep/interfaces.js +1 -2
- package/dist/ui/components/form/input-cep/use-cep/hook.js +4 -7
- package/dist/ui/components/form/input-cep/use-cep/hook.js.map +1 -1
- package/dist/ui/components/form/input-cep/use-cep/index.js +2 -18
- package/dist/ui/components/form/input-cep/use-cep/index.js.map +1 -1
- package/dist/ui/components/form/input-cep/use-cep/providers/ibge/hook.js +6 -55
- package/dist/ui/components/form/input-cep/use-cep/providers/ibge/hook.js.map +1 -1
- package/dist/ui/components/form/input-cep/use-cep/providers/ibge/index.js +3 -19
- package/dist/ui/components/form/input-cep/use-cep/providers/ibge/index.js.map +1 -1
- package/dist/ui/components/form/input-cep/use-cep/providers/ibge/interfaces.js +1 -2
- package/dist/ui/components/form/input-cep/use-cep/providers/ibge/service.js +2 -8
- package/dist/ui/components/form/input-cep/use-cep/providers/ibge/service.js.map +1 -1
- package/dist/ui/components/form/input-cep/use-cep/providers/index.js +1 -17
- package/dist/ui/components/form/input-cep/use-cep/providers/index.js.map +1 -1
- package/dist/ui/components/form/input-color/index.js +4 -18
- package/dist/ui/components/form/input-color/index.js.map +1 -1
- package/dist/ui/components/form/input-control/error/index.js +4 -41
- package/dist/ui/components/form/input-control/error/index.js.map +1 -1
- package/dist/ui/components/form/input-control/error/styles.js +7 -13
- package/dist/ui/components/form/input-control/error/styles.js.map +1 -1
- package/dist/ui/components/form/input-control/index.js +12 -49
- package/dist/ui/components/form/input-control/index.js.map +1 -1
- package/dist/ui/components/form/input-control/label/index.js +6 -43
- package/dist/ui/components/form/input-control/label/index.js.map +1 -1
- package/dist/ui/components/form/input-control/label/styles.js +12 -13
- package/dist/ui/components/form/input-control/label/styles.js.map +1 -1
- package/dist/ui/components/form/input-control/loader-input/index.js +5 -41
- package/dist/ui/components/form/input-control/loader-input/index.js.map +1 -1
- package/dist/ui/components/form/input-control/loader-input/styles.js +14 -13
- package/dist/ui/components/form/input-control/loader-input/styles.js.map +1 -1
- package/dist/ui/components/form/input-control/styles.js +110 -13
- package/dist/ui/components/form/input-control/styles.js.map +1 -1
- package/dist/ui/components/form/input-counter/index.js +19 -67
- package/dist/ui/components/form/input-counter/index.js.map +1 -1
- package/dist/ui/components/form/input-counter/styles.js +38 -13
- package/dist/ui/components/form/input-counter/styles.js.map +1 -1
- package/dist/ui/components/form/input-cpf-cnpj/index.js +7 -21
- package/dist/ui/components/form/input-cpf-cnpj/index.js.map +1 -1
- package/dist/ui/components/form/input-currency/components/CurrencyInput.js +108 -112
- package/dist/ui/components/form/input-currency/components/CurrencyInput.js.map +1 -1
- package/dist/ui/components/form/input-currency/components/CurrencyInputProps.js +1 -2
- package/dist/ui/components/form/input-currency/components/index.js +1 -17
- package/dist/ui/components/form/input-currency/components/index.js.map +1 -1
- package/dist/ui/components/form/input-currency/components/utils/addSeparators.js +1 -6
- package/dist/ui/components/form/input-currency/components/utils/addSeparators.js.map +1 -1
- package/dist/ui/components/form/input-currency/components/utils/cleanValue.js +25 -38
- package/dist/ui/components/form/input-currency/components/utils/cleanValue.js.map +1 -1
- package/dist/ui/components/form/input-currency/components/utils/escapeRegExp.js +1 -5
- package/dist/ui/components/form/input-currency/components/utils/escapeRegExp.js.map +1 -1
- package/dist/ui/components/form/input-currency/components/utils/fixedDecimalValue.js +9 -13
- package/dist/ui/components/form/input-currency/components/utils/fixedDecimalValue.js.map +1 -1
- package/dist/ui/components/form/input-currency/components/utils/formatValue.js +38 -58
- package/dist/ui/components/form/input-currency/components/utils/formatValue.js.map +1 -1
- package/dist/ui/components/form/input-currency/components/utils/getLocaleConfig.js +10 -25
- package/dist/ui/components/form/input-currency/components/utils/getLocaleConfig.js.map +1 -1
- package/dist/ui/components/form/input-currency/components/utils/getSuffix.js +4 -9
- package/dist/ui/components/form/input-currency/components/utils/getSuffix.js.map +1 -1
- package/dist/ui/components/form/input-currency/components/utils/index.js +8 -24
- package/dist/ui/components/form/input-currency/components/utils/index.js.map +1 -1
- package/dist/ui/components/form/input-currency/components/utils/isNumber.js +1 -5
- package/dist/ui/components/form/input-currency/components/utils/isNumber.js.map +1 -1
- package/dist/ui/components/form/input-currency/components/utils/padTrimValue.js +4 -9
- package/dist/ui/components/form/input-currency/components/utils/padTrimValue.js.map +1 -1
- package/dist/ui/components/form/input-currency/components/utils/parseAbbrValue.js +13 -21
- package/dist/ui/components/form/input-currency/components/utils/parseAbbrValue.js.map +1 -1
- package/dist/ui/components/form/input-currency/components/utils/removeInvalidChars.js +4 -8
- package/dist/ui/components/form/input-currency/components/utils/removeInvalidChars.js.map +1 -1
- package/dist/ui/components/form/input-currency/components/utils/removeSeparators.js +3 -8
- package/dist/ui/components/form/input-currency/components/utils/removeSeparators.js.map +1 -1
- package/dist/ui/components/form/input-currency/components/utils/repositionCursor.js +6 -11
- package/dist/ui/components/form/input-currency/components/utils/repositionCursor.js.map +1 -1
- package/dist/ui/components/form/input-currency/index.js +26 -42
- package/dist/ui/components/form/input-currency/index.js.map +1 -1
- package/dist/ui/components/form/input-date-picker/calendar/calendar-header/index.js +22 -67
- package/dist/ui/components/form/input-date-picker/calendar/calendar-header/index.js.map +1 -1
- package/dist/ui/components/form/input-date-picker/calendar/calendar-header/styles.js +94 -22
- package/dist/ui/components/form/input-date-picker/calendar/calendar-header/styles.js.map +1 -1
- package/dist/ui/components/form/input-date-picker/calendar/days/index.js +29 -79
- package/dist/ui/components/form/input-date-picker/calendar/days/index.js.map +1 -1
- package/dist/ui/components/form/input-date-picker/calendar/days/styles.js +59 -16
- package/dist/ui/components/form/input-date-picker/calendar/days/styles.js.map +1 -1
- package/dist/ui/components/form/input-date-picker/calendar/index.js +26 -68
- package/dist/ui/components/form/input-date-picker/calendar/index.js.map +1 -1
- package/dist/ui/components/form/input-date-picker/calendar/interface.js +1 -2
- package/dist/ui/components/form/input-date-picker/calendar/months/index.js +16 -66
- package/dist/ui/components/form/input-date-picker/calendar/months/index.js.map +1 -1
- package/dist/ui/components/form/input-date-picker/calendar/months/styles.js +33 -16
- package/dist/ui/components/form/input-date-picker/calendar/months/styles.js.map +1 -1
- package/dist/ui/components/form/input-date-picker/calendar/styles.js +10 -16
- package/dist/ui/components/form/input-date-picker/calendar/styles.js.map +1 -1
- package/dist/ui/components/form/input-date-picker/calendar/years/index.js +22 -72
- package/dist/ui/components/form/input-date-picker/calendar/years/index.js.map +1 -1
- package/dist/ui/components/form/input-date-picker/calendar/years/styles.js +44 -13
- package/dist/ui/components/form/input-date-picker/calendar/years/styles.js.map +1 -1
- package/dist/ui/components/form/input-date-picker/component.js +30 -52
- package/dist/ui/components/form/input-date-picker/component.js.map +1 -1
- package/dist/ui/components/form/input-date-picker/index.js +2 -18
- package/dist/ui/components/form/input-date-picker/index.js.map +1 -1
- package/dist/ui/components/form/input-date-picker/interfaces.js +1 -2
- package/dist/ui/components/form/input-date-picker/mock/index.js +1 -17
- package/dist/ui/components/form/input-date-picker/mock/index.js.map +1 -1
- package/dist/ui/components/form/input-date-picker/mock/translations.js +1 -4
- package/dist/ui/components/form/input-date-picker/mock/translations.js.map +1 -1
- package/dist/ui/components/form/input-date-picker/settings/index.js +1 -4
- package/dist/ui/components/form/input-date-picker/settings/index.js.map +1 -1
- package/dist/ui/components/form/input-date-picker-new/calendar/calendar-header/index.js +20 -63
- package/dist/ui/components/form/input-date-picker-new/calendar/calendar-header/index.js.map +1 -1
- package/dist/ui/components/form/input-date-picker-new/calendar/calendar-header/styles.js +56 -22
- package/dist/ui/components/form/input-date-picker-new/calendar/calendar-header/styles.js.map +1 -1
- package/dist/ui/components/form/input-date-picker-new/calendar/days/index.js +32 -84
- package/dist/ui/components/form/input-date-picker-new/calendar/days/index.js.map +1 -1
- package/dist/ui/components/form/input-date-picker-new/calendar/days/styles.js +59 -16
- package/dist/ui/components/form/input-date-picker-new/calendar/days/styles.js.map +1 -1
- package/dist/ui/components/form/input-date-picker-new/calendar/index.js +24 -68
- package/dist/ui/components/form/input-date-picker-new/calendar/index.js.map +1 -1
- package/dist/ui/components/form/input-date-picker-new/calendar/interface.js +1 -2
- package/dist/ui/components/form/input-date-picker-new/calendar/months/index.js +20 -73
- package/dist/ui/components/form/input-date-picker-new/calendar/months/index.js.map +1 -1
- package/dist/ui/components/form/input-date-picker-new/calendar/months/styles.js +33 -16
- package/dist/ui/components/form/input-date-picker-new/calendar/months/styles.js.map +1 -1
- package/dist/ui/components/form/input-date-picker-new/calendar/styles.js +14 -16
- package/dist/ui/components/form/input-date-picker-new/calendar/styles.js.map +1 -1
- package/dist/ui/components/form/input-date-picker-new/component.js +23 -73
- package/dist/ui/components/form/input-date-picker-new/component.js.map +1 -1
- package/dist/ui/components/form/input-date-picker-new/index.js +2 -18
- package/dist/ui/components/form/input-date-picker-new/index.js.map +1 -1
- package/dist/ui/components/form/input-date-picker-new/interfaces.js +1 -2
- package/dist/ui/components/form/input-date-picker-new/mock/index.js +1 -17
- package/dist/ui/components/form/input-date-picker-new/mock/index.js.map +1 -1
- package/dist/ui/components/form/input-date-picker-new/mock/translations.js +1 -4
- package/dist/ui/components/form/input-date-picker-new/mock/translations.js.map +1 -1
- package/dist/ui/components/form/input-date-picker-new/styles.js +21 -13
- package/dist/ui/components/form/input-date-picker-new/styles.js.map +1 -1
- package/dist/ui/components/form/input-date-range/component.js +11 -59
- package/dist/ui/components/form/input-date-range/component.js.map +1 -1
- package/dist/ui/components/form/input-date-range/filter/index.js +19 -59
- package/dist/ui/components/form/input-date-range/filter/index.js.map +1 -1
- package/dist/ui/components/form/input-date-range/filter/styles.js +45 -14
- package/dist/ui/components/form/input-date-range/filter/styles.js.map +1 -1
- package/dist/ui/components/form/input-date-range/index.js +1 -17
- package/dist/ui/components/form/input-date-range/index.js.map +1 -1
- package/dist/ui/components/form/input-date-range/styles.js +47 -13
- package/dist/ui/components/form/input-date-range/styles.js.map +1 -1
- package/dist/ui/components/form/input-file/component.js +8 -55
- package/dist/ui/components/form/input-file/component.js.map +1 -1
- package/dist/ui/components/form/input-file/hooks/index.js +4 -20
- package/dist/ui/components/form/input-file/hooks/index.js.map +1 -1
- package/dist/ui/components/form/input-file/hooks/use-components-file.js +14 -64
- package/dist/ui/components/form/input-file/hooks/use-components-file.js.map +1 -1
- package/dist/ui/components/form/input-file/hooks/use-file-elements.js +17 -67
- package/dist/ui/components/form/input-file/hooks/use-file-elements.js.map +1 -1
- package/dist/ui/components/form/input-file/hooks/use-file.js +46 -117
- package/dist/ui/components/form/input-file/hooks/use-file.js.map +1 -1
- package/dist/ui/components/form/input-file/hooks/use-rendered-file.js +31 -48
- package/dist/ui/components/form/input-file/hooks/use-rendered-file.js.map +1 -1
- package/dist/ui/components/form/input-file/index.js +4 -20
- package/dist/ui/components/form/input-file/index.js.map +1 -1
- package/dist/ui/components/form/input-file/render-files/component.js +22 -25
- package/dist/ui/components/form/input-file/render-files/component.js.map +1 -1
- package/dist/ui/components/form/input-file/render-files/file-item/button-upload-image-mobile/index.js +10 -14
- package/dist/ui/components/form/input-file/render-files/file-item/button-upload-image-mobile/index.js.map +1 -1
- package/dist/ui/components/form/input-file/render-files/file-item/index.js +9 -57
- package/dist/ui/components/form/input-file/render-files/file-item/index.js.map +1 -1
- package/dist/ui/components/form/input-file/render-files/file-item/styles.js +180 -14
- package/dist/ui/components/form/input-file/render-files/file-item/styles.js.map +1 -1
- package/dist/ui/components/form/input-file/render-files/index.js +3 -19
- package/dist/ui/components/form/input-file/render-files/index.js.map +1 -1
- package/dist/ui/components/form/input-file/render-files/interfaces.js +1 -2
- package/dist/ui/components/form/input-file/styles.js +61 -14
- package/dist/ui/components/form/input-file/styles.js.map +1 -1
- package/dist/ui/components/form/input-manager/component.js +29 -97
- package/dist/ui/components/form/input-manager/component.js.map +1 -1
- package/dist/ui/components/form/input-manager/index.js +2 -18
- package/dist/ui/components/form/input-manager/index.js.map +1 -1
- package/dist/ui/components/form/input-manager/interfaces.js +1 -2
- package/dist/ui/components/form/input-manager/styles.js +61 -16
- package/dist/ui/components/form/input-manager/styles.js.map +1 -1
- package/dist/ui/components/form/input-mask/index.js +34 -98
- package/dist/ui/components/form/input-mask/index.js.map +1 -1
- package/dist/ui/components/form/input-password/index.js +11 -58
- package/dist/ui/components/form/input-password/index.js.map +1 -1
- package/dist/ui/components/form/input-password/styles.js +32 -13
- package/dist/ui/components/form/input-password/styles.js.map +1 -1
- package/dist/ui/components/form/input-range/index.js +21 -81
- package/dist/ui/components/form/input-range/index.js.map +1 -1
- package/dist/ui/components/form/input-range/styles.js +105 -13
- package/dist/ui/components/form/input-range/styles.js.map +1 -1
- package/dist/ui/components/form/input-seo/index.js +7 -43
- package/dist/ui/components/form/input-seo/index.js.map +1 -1
- package/dist/ui/components/form/input-seo/input-meta-image/index.js +12 -57
- package/dist/ui/components/form/input-seo/input-meta-image/index.js.map +1 -1
- package/dist/ui/components/form/input-seo/input-meta-image/styles.js +37 -13
- package/dist/ui/components/form/input-seo/input-meta-image/styles.js.map +1 -1
- package/dist/ui/components/form/input-seo/styles.js +44 -10
- package/dist/ui/components/form/input-seo/styles.js.map +1 -1
- package/dist/ui/components/form/input-star/index.js +9 -56
- package/dist/ui/components/form/input-star/index.js.map +1 -1
- package/dist/ui/components/form/input-star/styles.js +29 -17
- package/dist/ui/components/form/input-star/styles.js.map +1 -1
- package/dist/ui/components/form/input-svg/index.js +20 -67
- package/dist/ui/components/form/input-svg/index.js.map +1 -1
- package/dist/ui/components/form/input-svg/styles.js +55 -13
- package/dist/ui/components/form/input-svg/styles.js.map +1 -1
- package/dist/ui/components/form/input-switch/index.js +15 -63
- package/dist/ui/components/form/input-switch/index.js.map +1 -1
- package/dist/ui/components/form/input-switch/interfaces.js +1 -2
- package/dist/ui/components/form/input-switch/styles.js +120 -14
- package/dist/ui/components/form/input-switch/styles.js.map +1 -1
- package/dist/ui/components/form/input-week-availability/availability-preview/index.js +8 -45
- package/dist/ui/components/form/input-week-availability/availability-preview/index.js.map +1 -1
- package/dist/ui/components/form/input-week-availability/availability-preview/styles.js +76 -13
- package/dist/ui/components/form/input-week-availability/availability-preview/styles.js.map +1 -1
- package/dist/ui/components/form/input-week-availability/index.js +2 -18
- package/dist/ui/components/form/input-week-availability/index.js.map +1 -1
- package/dist/ui/components/form/input-week-availability/input.js +21 -70
- package/dist/ui/components/form/input-week-availability/input.js.map +1 -1
- package/dist/ui/components/form/input-week-availability/mock.js +2 -5
- package/dist/ui/components/form/input-week-availability/mock.js.map +1 -1
- package/dist/ui/components/form/input-week-availability/styles.js +126 -13
- package/dist/ui/components/form/input-week-availability/styles.js.map +1 -1
- package/dist/ui/components/form/input-youtube/index.js +12 -59
- package/dist/ui/components/form/input-youtube/index.js.map +1 -1
- package/dist/ui/components/form/input-youtube/styles.js +10 -13
- package/dist/ui/components/form/input-youtube/styles.js.map +1 -1
- package/dist/ui/components/form/interfaces.js +1 -2
- package/dist/ui/components/form/radio/index.js +10 -70
- package/dist/ui/components/form/radio/index.js.map +1 -1
- package/dist/ui/components/form/radio/styles.js +12 -13
- package/dist/ui/components/form/radio/styles.js.map +1 -1
- package/dist/ui/components/form/select/custom-styles.js +40 -26
- package/dist/ui/components/form/select/custom-styles.js.map +1 -1
- package/dist/ui/components/form/select/index.js +49 -122
- package/dist/ui/components/form/select/index.js.map +1 -1
- package/dist/ui/components/form/select/styles.js +44 -13
- package/dist/ui/components/form/select/styles.js.map +1 -1
- package/dist/ui/components/form/select-icon/index.js +9 -56
- package/dist/ui/components/form/select-icon/index.js.map +1 -1
- package/dist/ui/components/form/select-icon/styles.js +22 -13
- package/dist/ui/components/form/select-icon/styles.js.map +1 -1
- package/dist/ui/components/form/text-editor/component.js +11 -61
- package/dist/ui/components/form/text-editor/component.js.map +1 -1
- package/dist/ui/components/form/text-editor/hook/index.js +7 -10
- package/dist/ui/components/form/text-editor/hook/index.js.map +1 -1
- package/dist/ui/components/form/text-editor/index.js +3 -19
- package/dist/ui/components/form/text-editor/index.js.map +1 -1
- package/dist/ui/components/form/text-editor/quill.js +41 -122
- package/dist/ui/components/form/text-editor/quill.js.map +1 -1
- package/dist/ui/components/form/textarea/index.js +17 -33
- package/dist/ui/components/form/textarea/index.js.map +1 -1
- package/dist/ui/components/google-translate-page/index.js +9 -46
- package/dist/ui/components/google-translate-page/index.js.map +1 -1
- package/dist/ui/components/google-translate-page/styles.js +10 -10
- package/dist/ui/components/google-translate-page/styles.js.map +1 -1
- package/dist/ui/components/google-translate-page/translate.js +14 -18
- package/dist/ui/components/google-translate-page/translate.js.map +1 -1
- package/dist/ui/components/index.js +32 -48
- package/dist/ui/components/index.js.map +1 -1
- package/dist/ui/components/loader-circle/index.js +4 -8
- package/dist/ui/components/loader-circle/index.js.map +1 -1
- package/dist/ui/components/loader-circle/interfaces.js +1 -2
- package/dist/ui/components/loading-screen/index.js +11 -51
- package/dist/ui/components/loading-screen/index.js.map +1 -1
- package/dist/ui/components/loading-screen/interfaces.js +1 -2
- package/dist/ui/components/loading-screen/styles.js +31 -44
- package/dist/ui/components/loading-screen/styles.js.map +1 -1
- package/dist/ui/components/login-modal/index.js +17 -101
- package/dist/ui/components/login-modal/index.js.map +1 -1
- package/dist/ui/components/login-modal/styles.js +189 -13
- package/dist/ui/components/login-modal/styles.js.map +1 -1
- package/dist/ui/components/menu-mobile/components/nav-links/index.js +19 -67
- package/dist/ui/components/menu-mobile/components/nav-links/index.js.map +1 -1
- package/dist/ui/components/menu-mobile/components/nav-links/interfaces.js +1 -2
- package/dist/ui/components/menu-mobile/components/nav-links/styles.js +103 -13
- package/dist/ui/components/menu-mobile/components/nav-links/styles.js.map +1 -1
- package/dist/ui/components/menu-mobile/index.js +14 -54
- package/dist/ui/components/menu-mobile/index.js.map +1 -1
- package/dist/ui/components/menu-mobile/interfaces.js +1 -2
- package/dist/ui/components/menu-mobile/styles.js +66 -13
- package/dist/ui/components/menu-mobile/styles.js.map +1 -1
- package/dist/ui/components/menu-mobile/top/index.js +7 -47
- package/dist/ui/components/menu-mobile/top/index.js.map +1 -1
- package/dist/ui/components/menu-mobile/top/interfaces.js +1 -2
- package/dist/ui/components/menu-mobile/top/styles.js +85 -13
- package/dist/ui/components/menu-mobile/top/styles.js.map +1 -1
- package/dist/ui/components/modal/component.js +11 -48
- package/dist/ui/components/modal/component.js.map +1 -1
- package/dist/ui/components/modal/index.js +2 -18
- package/dist/ui/components/modal/index.js.map +1 -1
- package/dist/ui/components/modal/interfaces.js +1 -2
- package/dist/ui/components/modal/styles.js +131 -17
- package/dist/ui/components/modal/styles.js.map +1 -1
- package/dist/ui/components/next-image/index.js +9 -47
- package/dist/ui/components/next-image/index.js.map +1 -1
- package/dist/ui/components/next-image/interfaces.js +1 -2
- package/dist/ui/components/next-image/styles.js +49 -13
- package/dist/ui/components/next-image/styles.js.map +1 -1
- package/dist/ui/components/overlay/index.js +10 -47
- package/dist/ui/components/overlay/index.js.map +1 -1
- package/dist/ui/components/overlay/interfaces.js +1 -2
- package/dist/ui/components/overlay/styles.js +23 -51
- package/dist/ui/components/overlay/styles.js.map +1 -1
- package/dist/ui/components/pagination/index.js +19 -56
- package/dist/ui/components/pagination/index.js.map +1 -1
- package/dist/ui/components/pagination/service.js +19 -22
- package/dist/ui/components/pagination/service.js.map +1 -1
- package/dist/ui/components/pagination/styles.js +116 -13
- package/dist/ui/components/pagination/styles.js.map +1 -1
- package/dist/ui/components/pix/index.js +13 -50
- package/dist/ui/components/pix/index.js.map +1 -1
- package/dist/ui/components/pix/pix-sucess/index.js +6 -43
- package/dist/ui/components/pix/pix-sucess/index.js.map +1 -1
- package/dist/ui/components/pix/pix-sucess/styles.js +69 -13
- package/dist/ui/components/pix/pix-sucess/styles.js.map +1 -1
- package/dist/ui/components/pix/styles.js +139 -19
- package/dist/ui/components/pix/styles.js.map +1 -1
- package/dist/ui/components/pix/timer/index.js +12 -49
- package/dist/ui/components/pix/timer/index.js.map +1 -1
- package/dist/ui/components/pix/timer/styles.js +7 -13
- package/dist/ui/components/pix/timer/styles.js.map +1 -1
- package/dist/ui/components/pop-confirm/component.js +12 -74
- package/dist/ui/components/pop-confirm/component.js.map +1 -1
- package/dist/ui/components/pop-confirm/index.js +1 -17
- package/dist/ui/components/pop-confirm/index.js.map +1 -1
- package/dist/ui/components/pop-confirm/styles.js +74 -14
- package/dist/ui/components/pop-confirm/styles.js.map +1 -1
- package/dist/ui/components/portal/index.js +5 -9
- package/dist/ui/components/portal/index.js.map +1 -1
- package/dist/ui/components/sidebar/index.js +12 -52
- package/dist/ui/components/sidebar/index.js.map +1 -1
- package/dist/ui/components/sidebar/interfaces.js +1 -2
- package/dist/ui/components/sidebar/styles.js +31 -15
- package/dist/ui/components/sidebar/styles.js.map +1 -1
- package/dist/ui/components/site/context/index.js +8 -13
- package/dist/ui/components/site/context/index.js.map +1 -1
- package/dist/ui/components/site/context/scripts/acept-cookies/index.js +29 -111
- package/dist/ui/components/site/context/scripts/acept-cookies/index.js.map +1 -1
- package/dist/ui/components/site/context/scripts/acept-cookies/styles.js +74 -13
- package/dist/ui/components/site/context/scripts/acept-cookies/styles.js.map +1 -1
- package/dist/ui/components/site/context/scripts/acept-ratedr/index.js +29 -111
- package/dist/ui/components/site/context/scripts/acept-ratedr/index.js.map +1 -1
- package/dist/ui/components/site/context/scripts/acept-ratedr/styles.js +61 -13
- package/dist/ui/components/site/context/scripts/acept-ratedr/styles.js.map +1 -1
- package/dist/ui/components/site/context/scripts/component.js +24 -23
- package/dist/ui/components/site/context/scripts/component.js.map +1 -1
- package/dist/ui/components/site/context/scripts/conditional-scripts/index.js +4 -11
- package/dist/ui/components/site/context/scripts/conditional-scripts/index.js.map +1 -1
- package/dist/ui/components/site/context/scripts/facebook/use-track-page-views.js +35 -21
- package/dist/ui/components/site/context/scripts/facebook/use-track-page-views.js.map +1 -1
- package/dist/ui/components/site/context/scripts/index.js +5 -21
- package/dist/ui/components/site/context/scripts/index.js.map +1 -1
- package/dist/ui/components/site/context/scripts/interfaces.js +1 -2
- package/dist/ui/components/site/context/scripts/whatsapp-fixed/index.js +5 -45
- package/dist/ui/components/site/context/scripts/whatsapp-fixed/index.js.map +1 -1
- package/dist/ui/components/site/context/scripts/whatsapp-fixed/styles.js +103 -13
- package/dist/ui/components/site/context/scripts/whatsapp-fixed/styles.js.map +1 -1
- package/dist/ui/components/site/default-pages/404/component.js +8 -48
- package/dist/ui/components/site/default-pages/404/component.js.map +1 -1
- package/dist/ui/components/site/default-pages/404/index.js +1 -17
- package/dist/ui/components/site/default-pages/404/index.js.map +1 -1
- package/dist/ui/components/site/default-pages/404/styles.js +28 -13
- package/dist/ui/components/site/default-pages/404/styles.js.map +1 -1
- package/dist/ui/components/site/default-pages/500/component.js +9 -49
- package/dist/ui/components/site/default-pages/500/component.js.map +1 -1
- package/dist/ui/components/site/default-pages/500/index.js +1 -17
- package/dist/ui/components/site/default-pages/500/index.js.map +1 -1
- package/dist/ui/components/site/default-pages/500/styles.js +28 -13
- package/dist/ui/components/site/default-pages/500/styles.js.map +1 -1
- package/dist/ui/components/site/default-pages/index.js +2 -18
- package/dist/ui/components/site/default-pages/index.js.map +1 -1
- package/dist/ui/components/site/default-pages/sitemap/index.js +10 -58
- package/dist/ui/components/site/default-pages/sitemap/index.js.map +1 -1
- package/dist/ui/components/site/effect/component.js +5 -42
- package/dist/ui/components/site/effect/component.js.map +1 -1
- package/dist/ui/components/site/effect/index.js +2 -18
- package/dist/ui/components/site/effect/index.js.map +1 -1
- package/dist/ui/components/site/effect/interfaces.js +1 -2
- package/dist/ui/components/site/effect/styles.js +103 -49
- package/dist/ui/components/site/effect/styles.js.map +1 -1
- package/dist/ui/components/site/head/component.js +11 -18
- package/dist/ui/components/site/head/component.js.map +1 -1
- package/dist/ui/components/site/head/index.js +2 -18
- package/dist/ui/components/site/head/index.js.map +1 -1
- package/dist/ui/components/site/head/interfaces.js +1 -2
- package/dist/ui/components/site/header-link/component.js +5 -19
- package/dist/ui/components/site/header-link/component.js.map +1 -1
- package/dist/ui/components/site/header-link/index.js +2 -18
- package/dist/ui/components/site/header-link/index.js.map +1 -1
- package/dist/ui/components/site/header-link/interfaces.js +1 -2
- package/dist/ui/components/site/header-link/versions/index.js +1 -17
- package/dist/ui/components/site/header-link/versions/index.js.map +1 -1
- package/dist/ui/components/site/header-link/versions/version-01/component.js +6 -48
- package/dist/ui/components/site/header-link/versions/version-01/component.js.map +1 -1
- package/dist/ui/components/site/header-link/versions/version-01/styles.js +74 -13
- package/dist/ui/components/site/header-link/versions/version-01/styles.js.map +1 -1
- package/dist/ui/components/site/index.js +7 -23
- package/dist/ui/components/site/index.js.map +1 -1
- package/dist/ui/components/site/list-blog/card/index.js +6 -46
- package/dist/ui/components/site/list-blog/card/index.js.map +1 -1
- package/dist/ui/components/site/list-blog/card/styles.js +150 -13
- package/dist/ui/components/site/list-blog/card/styles.js.map +1 -1
- package/dist/ui/components/site/list-blog/carousel-configs.js +1 -4
- package/dist/ui/components/site/list-blog/carousel-configs.js.map +1 -1
- package/dist/ui/components/site/list-blog/component.js +9 -49
- package/dist/ui/components/site/list-blog/component.js.map +1 -1
- package/dist/ui/components/site/list-blog/index.js +1 -17
- package/dist/ui/components/site/list-blog/index.js.map +1 -1
- package/dist/ui/components/site/list-blog/interfaces.js +1 -2
- package/dist/ui/components/site/list-blog/styles.js +60 -13
- package/dist/ui/components/site/list-blog/styles.js.map +1 -1
- package/dist/ui/components/site/mvv/component.js +5 -19
- package/dist/ui/components/site/mvv/component.js.map +1 -1
- package/dist/ui/components/site/mvv/index.js +1 -17
- package/dist/ui/components/site/mvv/index.js.map +1 -1
- package/dist/ui/components/site/mvv/interfaces.js +1 -2
- package/dist/ui/components/site/mvv/versions/index.js +1 -17
- package/dist/ui/components/site/mvv/versions/index.js.map +1 -1
- package/dist/ui/components/site/mvv/versions/version-01/component.js +5 -42
- package/dist/ui/components/site/mvv/versions/version-01/component.js.map +1 -1
- package/dist/ui/components/site/mvv/versions/version-01/styles.js +73 -13
- package/dist/ui/components/site/mvv/versions/version-01/styles.js.map +1 -1
- package/dist/ui/components/skeleton/index.js +4 -41
- package/dist/ui/components/skeleton/index.js.map +1 -1
- package/dist/ui/components/skeleton/styles.js +49 -13
- package/dist/ui/components/skeleton/styles.js.map +1 -1
- package/dist/ui/components/spacing/index.js +5 -64
- package/dist/ui/components/spacing/index.js.map +1 -1
- package/dist/ui/components/spacing/styles.js +19 -49
- package/dist/ui/components/spacing/styles.js.map +1 -1
- package/dist/ui/components/step-navigator/index.js +9 -46
- package/dist/ui/components/step-navigator/index.js.map +1 -1
- package/dist/ui/components/step-navigator/styles.js +18 -26
- package/dist/ui/components/step-navigator/styles.js.map +1 -1
- package/dist/ui/components/tooltip/component.js +24 -86
- package/dist/ui/components/tooltip/component.js.map +1 -1
- package/dist/ui/components/tooltip/hooks/use-tool-tip.js +43 -52
- package/dist/ui/components/tooltip/hooks/use-tool-tip.js.map +1 -1
- package/dist/ui/components/tooltip/index.js +2 -18
- package/dist/ui/components/tooltip/index.js.map +1 -1
- package/dist/ui/components/tooltip/interfaces.js +1 -2
- package/dist/ui/components/tooltip/styles.js +89 -56
- package/dist/ui/components/tooltip/styles.js.map +1 -1
- package/dist/ui/components/video/component.js +5 -20
- package/dist/ui/components/video/component.js.map +1 -1
- package/dist/ui/components/video/index.js +2 -18
- package/dist/ui/components/video/index.js.map +1 -1
- package/dist/ui/components/video/interfaces.js +1 -2
- package/dist/ui/components/video/panda-video/components/index.js +2 -18
- package/dist/ui/components/video/panda-video/components/index.js.map +1 -1
- package/dist/ui/components/video/panda-video/components/player-component.js +29 -74
- package/dist/ui/components/video/panda-video/components/player-component.js.map +1 -1
- package/dist/ui/components/video/panda-video/components/player-wrapper.js +7 -10
- package/dist/ui/components/video/panda-video/components/player-wrapper.js.map +1 -1
- package/dist/ui/components/video/panda-video/index.js +2 -18
- package/dist/ui/components/video/panda-video/index.js.map +1 -1
- package/dist/ui/components/video/panda-video/interfaces.js +1 -2
- package/dist/ui/components/video/panda-video/player.js +11 -26
- package/dist/ui/components/video/panda-video/player.js.map +1 -1
- package/dist/ui/components/warning/index.js +37 -156
- package/dist/ui/components/warning/index.js.map +1 -1
- package/dist/ui/components/warning/interface.js +1 -2
- package/dist/ui/components/warning/styles.js +64 -13
- package/dist/ui/components/warning/styles.js.map +1 -1
- package/dist/ui/components/zoom-hover/index.js +52 -73
- package/dist/ui/components/zoom-hover/index.js.map +1 -1
- package/dist/ui/contexts/i18n/context.js +25 -84
- package/dist/ui/contexts/i18n/context.js.map +1 -1
- package/dist/ui/contexts/i18n/edit-mode/index.js +34 -35
- package/dist/ui/contexts/i18n/edit-mode/index.js.map +1 -1
- package/dist/ui/contexts/i18n/get-initial-props.js +43 -95
- package/dist/ui/contexts/i18n/get-initial-props.js.map +1 -1
- package/dist/ui/contexts/i18n/index.js +6 -22
- package/dist/ui/contexts/i18n/index.js.map +1 -1
- package/dist/ui/contexts/i18n/interfaces.js +1 -2
- package/dist/ui/contexts/i18n/translate.js +56 -146
- package/dist/ui/contexts/i18n/translate.js.map +1 -1
- package/dist/ui/contexts/i18n/use-i18n-data/index.js +8 -14
- package/dist/ui/contexts/i18n/use-i18n-data/index.js.map +1 -1
- package/dist/ui/contexts/index.js +3 -19
- package/dist/ui/contexts/index.js.map +1 -1
- package/dist/ui/contexts/route-loading/index.js +54 -35
- package/dist/ui/contexts/route-loading/index.js.map +1 -1
- package/dist/ui/contexts/toast/index.js +20 -81
- package/dist/ui/contexts/toast/index.js.map +1 -1
- package/dist/ui/contexts/toast/interfaces.js +1 -2
- package/dist/ui/contexts/toast/styles.js +11 -14
- package/dist/ui/contexts/toast/styles.js.map +1 -1
- package/dist/ui/contexts/toast/toast-item/index.js +24 -71
- package/dist/ui/contexts/toast/toast-item/index.js.map +1 -1
- package/dist/ui/contexts/toast/toast-item/styles.js +54 -44
- package/dist/ui/contexts/toast/toast-item/styles.js.map +1 -1
- package/dist/ui/hooks/index.js +11 -27
- package/dist/ui/hooks/index.js.map +1 -1
- package/dist/ui/hooks/permitions/camera/index.js +2 -18
- package/dist/ui/hooks/permitions/camera/index.js.map +1 -1
- package/dist/ui/hooks/permitions/camera/styles.js +78 -13
- package/dist/ui/hooks/permitions/camera/styles.js.map +1 -1
- package/dist/ui/hooks/permitions/camera/use-camera.js +23 -111
- package/dist/ui/hooks/permitions/camera/use-camera.js.map +1 -1
- package/dist/ui/hooks/permitions/camera/use-monitoring-video-permission.js +9 -12
- package/dist/ui/hooks/permitions/camera/use-monitoring-video-permission.js.map +1 -1
- package/dist/ui/hooks/permitions/camera/webcan-component.js +94 -170
- package/dist/ui/hooks/permitions/camera/webcan-component.js.map +1 -1
- package/dist/ui/hooks/permitions/index.js +1 -17
- package/dist/ui/hooks/permitions/index.js.map +1 -1
- package/dist/ui/hooks/use-component-is-mounted.js +4 -7
- package/dist/ui/hooks/use-component-is-mounted.js.map +1 -1
- package/dist/ui/hooks/use-dynamic-head/index.js +13 -18
- package/dist/ui/hooks/use-dynamic-head/index.js.map +1 -1
- package/dist/ui/hooks/use-element-id.js +8 -12
- package/dist/ui/hooks/use-element-id.js.map +1 -1
- package/dist/ui/hooks/use-is-visible/index.js +6 -11
- package/dist/ui/hooks/use-is-visible/index.js.map +1 -1
- package/dist/ui/hooks/use-mount-transition/index.js +7 -10
- package/dist/ui/hooks/use-mount-transition/index.js.map +1 -1
- package/dist/ui/hooks/use-scroll.js +6 -10
- package/dist/ui/hooks/use-scroll.js.map +1 -1
- package/dist/ui/hooks/use-swagger/_generate_swagger/generate-api-routes-schema/generator.js +27 -37
- package/dist/ui/hooks/use-swagger/_generate_swagger/generate-api-routes-schema/generator.js.map +1 -1
- package/dist/ui/hooks/use-swagger/_generate_swagger/generate-api-routes-schema/get-params.js +16 -20
- package/dist/ui/hooks/use-swagger/_generate_swagger/generate-api-routes-schema/get-params.js.map +1 -1
- package/dist/ui/hooks/use-swagger/_generate_swagger/generate-api-routes-schema/get-request-body.js +9 -15
- package/dist/ui/hooks/use-swagger/_generate_swagger/generate-api-routes-schema/get-request-body.js.map +1 -1
- package/dist/ui/hooks/use-swagger/_generate_swagger/generate-api-routes-schema/get-result.js +5 -9
- package/dist/ui/hooks/use-swagger/_generate_swagger/generate-api-routes-schema/get-result.js.map +1 -1
- package/dist/ui/hooks/use-swagger/_generate_swagger/generate-api-routes-schema/index.js +5 -21
- package/dist/ui/hooks/use-swagger/_generate_swagger/generate-api-routes-schema/index.js.map +1 -1
- package/dist/ui/hooks/use-swagger/_generate_swagger/generate-api-routes-schema/interfaces.js +1 -2
- package/dist/ui/hooks/use-swagger/_generate_swagger/generate-interfaces-openApi/index.js +21 -26
- package/dist/ui/hooks/use-swagger/_generate_swagger/generate-interfaces-openApi/index.js.map +1 -1
- package/dist/ui/hooks/use-swagger/_generate_swagger/generate-openApi-client/index.js +20 -25
- package/dist/ui/hooks/use-swagger/_generate_swagger/generate-openApi-client/index.js.map +1 -1
- package/dist/ui/hooks/use-swagger/_generate_swagger/generator.js +22 -75
- package/dist/ui/hooks/use-swagger/_generate_swagger/generator.js.map +1 -1
- package/dist/ui/hooks/use-swagger/_generate_swagger/index.js +5 -21
- package/dist/ui/hooks/use-swagger/_generate_swagger/index.js.map +1 -1
- package/dist/ui/hooks/use-swagger/_generate_swagger/openapi-interfaces.js +1 -2
- package/dist/ui/hooks/use-swagger/client/index.js +27 -108
- package/dist/ui/hooks/use-swagger/client/index.js.map +1 -1
- package/dist/ui/hooks/use-swagger/index.js +2 -18
- package/dist/ui/hooks/use-swagger/index.js.map +1 -1
- package/dist/ui/hooks/use-swagger/test/index.js +3 -3
- package/dist/ui/hooks/use-swagger/test/index.js.map +1 -1
- package/dist/ui/hooks/use-timer/index.js +2 -18
- package/dist/ui/hooks/use-timer/index.js.map +1 -1
- package/dist/ui/hooks/use-timer/interfaces.js +1 -2
- package/dist/ui/hooks/use-timer/use-timer.js +23 -32
- package/dist/ui/hooks/use-timer/use-timer.js.map +1 -1
- package/dist/ui/hooks/use-window.js +6 -20
- package/dist/ui/hooks/use-window.js.map +1 -1
- package/dist/ui/icons/index.js +134 -150
- package/dist/ui/icons/index.js.map +1 -1
- package/dist/ui/icons/interfaces.js +1 -2
- package/dist/ui/icons/render/component.js +3 -7
- package/dist/ui/icons/render/component.js.map +1 -1
- package/dist/ui/icons/render/icon-Instagram.js +5 -11
- package/dist/ui/icons/render/icon-Instagram.js.map +1 -1
- package/dist/ui/icons/render/icon-Linkedin.js +5 -11
- package/dist/ui/icons/render/icon-Linkedin.js.map +1 -1
- package/dist/ui/icons/render/icon-Lupa.js +3 -7
- package/dist/ui/icons/render/icon-Lupa.js.map +1 -1
- package/dist/ui/icons/render/icon-Map.js +5 -11
- package/dist/ui/icons/render/icon-Map.js.map +1 -1
- package/dist/ui/icons/render/icon-Microphone.js +3 -7
- package/dist/ui/icons/render/icon-Microphone.js.map +1 -1
- package/dist/ui/icons/render/icon-Minus.js +3 -7
- package/dist/ui/icons/render/icon-Minus.js.map +1 -1
- package/dist/ui/icons/render/icon-Phone.js +5 -11
- package/dist/ui/icons/render/icon-Phone.js.map +1 -1
- package/dist/ui/icons/render/icon-Pin.js +7 -15
- package/dist/ui/icons/render/icon-Pin.js.map +1 -1
- package/dist/ui/icons/render/icon-Play.js +3 -7
- package/dist/ui/icons/render/icon-Play.js.map +1 -1
- package/dist/ui/icons/render/icon-Plus.js +3 -7
- package/dist/ui/icons/render/icon-Plus.js.map +1 -1
- package/dist/ui/icons/render/icon-Share.js +3 -7
- package/dist/ui/icons/render/icon-Share.js.map +1 -1
- package/dist/ui/icons/render/icon-TikTok.js +3 -7
- package/dist/ui/icons/render/icon-TikTok.js.map +1 -1
- package/dist/ui/icons/render/icon-YouTube.js +5 -11
- package/dist/ui/icons/render/icon-YouTube.js.map +1 -1
- package/dist/ui/icons/render/icon-academic-cap copy.js +3 -7
- package/dist/ui/icons/render/icon-academic-cap copy.js.map +1 -1
- package/dist/ui/icons/render/icon-academic-cap.js +3 -7
- package/dist/ui/icons/render/icon-academic-cap.js.map +1 -1
- package/dist/ui/icons/render/icon-ampulheta.js +3 -7
- package/dist/ui/icons/render/icon-ampulheta.js.map +1 -1
- package/dist/ui/icons/render/icon-block.js +3 -7
- package/dist/ui/icons/render/icon-block.js.map +1 -1
- package/dist/ui/icons/render/icon-boleto.js +3 -7
- package/dist/ui/icons/render/icon-boleto.js.map +1 -1
- package/dist/ui/icons/render/icon-bottom-chevron.js +3 -7
- package/dist/ui/icons/render/icon-bottom-chevron.js.map +1 -1
- package/dist/ui/icons/render/icon-bottom-navigation-double.js +3 -7
- package/dist/ui/icons/render/icon-bottom-navigation-double.js.map +1 -1
- package/dist/ui/icons/render/icon-bottom-navigation.js +3 -7
- package/dist/ui/icons/render/icon-bottom-navigation.js.map +1 -1
- package/dist/ui/icons/render/icon-box.js +3 -7
- package/dist/ui/icons/render/icon-box.js.map +1 -1
- package/dist/ui/icons/render/icon-calculator.js +3 -7
- package/dist/ui/icons/render/icon-calculator.js.map +1 -1
- package/dist/ui/icons/render/icon-calendar-browse.js +3 -7
- package/dist/ui/icons/render/icon-calendar-browse.js.map +1 -1
- package/dist/ui/icons/render/icon-calendar-time.js +3 -6
- package/dist/ui/icons/render/icon-calendar-time.js.map +1 -1
- package/dist/ui/icons/render/icon-calendar.js +3 -7
- package/dist/ui/icons/render/icon-calendar.js.map +1 -1
- package/dist/ui/icons/render/icon-cam.js +3 -7
- package/dist/ui/icons/render/icon-cam.js.map +1 -1
- package/dist/ui/icons/render/icon-cell-phone.js +3 -7
- package/dist/ui/icons/render/icon-cell-phone.js.map +1 -1
- package/dist/ui/icons/render/icon-chalet.js +3 -7
- package/dist/ui/icons/render/icon-chalet.js.map +1 -1
- package/dist/ui/icons/render/icon-chat.js +3 -7
- package/dist/ui/icons/render/icon-chat.js.map +1 -1
- package/dist/ui/icons/render/icon-check.js +3 -7
- package/dist/ui/icons/render/icon-check.js.map +1 -1
- package/dist/ui/icons/render/icon-checked.js +3 -7
- package/dist/ui/icons/render/icon-checked.js.map +1 -1
- package/dist/ui/icons/render/icon-circular-left-arrow.js +3 -7
- package/dist/ui/icons/render/icon-circular-left-arrow.js.map +1 -1
- package/dist/ui/icons/render/icon-circular-right-arrow.js +3 -7
- package/dist/ui/icons/render/icon-circular-right-arrow.js.map +1 -1
- package/dist/ui/icons/render/icon-clip.js +5 -11
- package/dist/ui/icons/render/icon-clip.js.map +1 -1
- package/dist/ui/icons/render/icon-clock.js +7 -15
- package/dist/ui/icons/render/icon-clock.js.map +1 -1
- package/dist/ui/icons/render/icon-close.js +3 -7
- package/dist/ui/icons/render/icon-close.js.map +1 -1
- package/dist/ui/icons/render/icon-codie.js +3 -7
- package/dist/ui/icons/render/icon-codie.js.map +1 -1
- package/dist/ui/icons/render/icon-computer.js +3 -7
- package/dist/ui/icons/render/icon-computer.js.map +1 -1
- package/dist/ui/icons/render/icon-credit-card.js +7 -15
- package/dist/ui/icons/render/icon-credit-card.js.map +1 -1
- package/dist/ui/icons/render/icon-danger.js +3 -7
- package/dist/ui/icons/render/icon-danger.js.map +1 -1
- package/dist/ui/icons/render/icon-death.js +3 -7
- package/dist/ui/icons/render/icon-death.js.map +1 -1
- package/dist/ui/icons/render/icon-delete.js +3 -7
- package/dist/ui/icons/render/icon-delete.js.map +1 -1
- package/dist/ui/icons/render/icon-diabets.js +3 -7
- package/dist/ui/icons/render/icon-diabets.js.map +1 -1
- package/dist/ui/icons/render/icon-door.js +3 -7
- package/dist/ui/icons/render/icon-door.js.map +1 -1
- package/dist/ui/icons/render/icon-download.js +3 -7
- package/dist/ui/icons/render/icon-download.js.map +1 -1
- package/dist/ui/icons/render/icon-drop-file.js +3 -7
- package/dist/ui/icons/render/icon-drop-file.js.map +1 -1
- package/dist/ui/icons/render/icon-edit-image.js +3 -7
- package/dist/ui/icons/render/icon-edit-image.js.map +1 -1
- package/dist/ui/icons/render/icon-edit.js +3 -7
- package/dist/ui/icons/render/icon-edit.js.map +1 -1
- package/dist/ui/icons/render/icon-email.js +5 -11
- package/dist/ui/icons/render/icon-email.js.map +1 -1
- package/dist/ui/icons/render/icon-empty-chat.js +3 -7
- package/dist/ui/icons/render/icon-empty-chat.js.map +1 -1
- package/dist/ui/icons/render/icon-equalizer.js +5 -11
- package/dist/ui/icons/render/icon-equalizer.js.map +1 -1
- package/dist/ui/icons/render/icon-excel.js +3 -7
- package/dist/ui/icons/render/icon-excel.js.map +1 -1
- package/dist/ui/icons/render/icon-exclamation.js +3 -7
- package/dist/ui/icons/render/icon-exclamation.js.map +1 -1
- package/dist/ui/icons/render/icon-exit.js +3 -7
- package/dist/ui/icons/render/icon-exit.js.map +1 -1
- package/dist/ui/icons/render/icon-eye-slash.js +3 -7
- package/dist/ui/icons/render/icon-eye-slash.js.map +1 -1
- package/dist/ui/icons/render/icon-eye.js +3 -7
- package/dist/ui/icons/render/icon-eye.js.map +1 -1
- package/dist/ui/icons/render/icon-facebook.js +5 -11
- package/dist/ui/icons/render/icon-facebook.js.map +1 -1
- package/dist/ui/icons/render/icon-file.js +3 -7
- package/dist/ui/icons/render/icon-file.js.map +1 -1
- package/dist/ui/icons/render/icon-filter.js +3 -7
- package/dist/ui/icons/render/icon-filter.js.map +1 -1
- package/dist/ui/icons/render/icon-flag.js +3 -7
- package/dist/ui/icons/render/icon-flag.js.map +1 -1
- package/dist/ui/icons/render/icon-folder.js +3 -7
- package/dist/ui/icons/render/icon-folder.js.map +1 -1
- package/dist/ui/icons/render/icon-fullfield-bell.js +3 -7
- package/dist/ui/icons/render/icon-fullfield-bell.js.map +1 -1
- package/dist/ui/icons/render/icon-fullfield-chat.js +3 -7
- package/dist/ui/icons/render/icon-fullfield-chat.js.map +1 -1
- package/dist/ui/icons/render/icon-gear.js +3 -7
- package/dist/ui/icons/render/icon-gear.js.map +1 -1
- package/dist/ui/icons/render/icon-gender.js +3 -7
- package/dist/ui/icons/render/icon-gender.js.map +1 -1
- package/dist/ui/icons/render/icon-globe.js +3 -7
- package/dist/ui/icons/render/icon-globe.js.map +1 -1
- package/dist/ui/icons/render/icon-google.js +3 -7
- package/dist/ui/icons/render/icon-google.js.map +1 -1
- package/dist/ui/icons/render/icon-heart.js +3 -7
- package/dist/ui/icons/render/icon-heart.js.map +1 -1
- package/dist/ui/icons/render/icon-home.js +5 -11
- package/dist/ui/icons/render/icon-home.js.map +1 -1
- package/dist/ui/icons/render/icon-hospitalization.js +3 -7
- package/dist/ui/icons/render/icon-hospitalization.js.map +1 -1
- package/dist/ui/icons/render/icon-hypertension.js +3 -7
- package/dist/ui/icons/render/icon-hypertension.js.map +1 -1
- package/dist/ui/icons/render/icon-info.js +3 -7
- package/dist/ui/icons/render/icon-info.js.map +1 -1
- package/dist/ui/icons/render/icon-instagram-logo.js +3 -7
- package/dist/ui/icons/render/icon-instagram-logo.js.map +1 -1
- package/dist/ui/icons/render/icon-interrogation-circle.js +3 -7
- package/dist/ui/icons/render/icon-interrogation-circle.js.map +1 -1
- package/dist/ui/icons/render/icon-language.js +3 -7
- package/dist/ui/icons/render/icon-language.js.map +1 -1
- package/dist/ui/icons/render/icon-left-chevron.js +3 -7
- package/dist/ui/icons/render/icon-left-chevron.js.map +1 -1
- package/dist/ui/icons/render/icon-left-navigation-circle.js +3 -7
- package/dist/ui/icons/render/icon-left-navigation-circle.js.map +1 -1
- package/dist/ui/icons/render/icon-left-navigation.js +3 -7
- package/dist/ui/icons/render/icon-left-navigation.js.map +1 -1
- package/dist/ui/icons/render/icon-like.js +3 -7
- package/dist/ui/icons/render/icon-like.js.map +1 -1
- package/dist/ui/icons/render/icon-loading.js +3 -7
- package/dist/ui/icons/render/icon-loading.js.map +1 -1
- package/dist/ui/icons/render/icon-map-floor.js +3 -7
- package/dist/ui/icons/render/icon-map-floor.js.map +1 -1
- package/dist/ui/icons/render/icon-message-balloon.js +3 -7
- package/dist/ui/icons/render/icon-message-balloon.js.map +1 -1
- package/dist/ui/icons/render/icon-mobile.js +3 -7
- package/dist/ui/icons/render/icon-mobile.js.map +1 -1
- package/dist/ui/icons/render/icon-money-value-symbol.js +3 -7
- package/dist/ui/icons/render/icon-money-value-symbol.js.map +1 -1
- package/dist/ui/icons/render/icon-next.js +3 -7
- package/dist/ui/icons/render/icon-next.js.map +1 -1
- package/dist/ui/icons/render/icon-not-found.js +3 -7
- package/dist/ui/icons/render/icon-not-found.js.map +1 -1
- package/dist/ui/icons/render/icon-not-like.js +3 -7
- package/dist/ui/icons/render/icon-not-like.js.map +1 -1
- package/dist/ui/icons/render/icon-padlock.js +5 -11
- package/dist/ui/icons/render/icon-padlock.js.map +1 -1
- package/dist/ui/icons/render/icon-pc.js +3 -7
- package/dist/ui/icons/render/icon-pc.js.map +1 -1
- package/dist/ui/icons/render/icon-pdf.js +3 -7
- package/dist/ui/icons/render/icon-pdf.js.map +1 -1
- package/dist/ui/icons/render/icon-performance.js +3 -7
- package/dist/ui/icons/render/icon-performance.js.map +1 -1
- package/dist/ui/icons/render/icon-person.js +5 -11
- package/dist/ui/icons/render/icon-person.js.map +1 -1
- package/dist/ui/icons/render/icon-pet.js +3 -7
- package/dist/ui/icons/render/icon-pet.js.map +1 -1
- package/dist/ui/icons/render/icon-phone-message.js +3 -7
- package/dist/ui/icons/render/icon-phone-message.js.map +1 -1
- package/dist/ui/icons/render/icon-pix.js +3 -7
- package/dist/ui/icons/render/icon-pix.js.map +1 -1
- package/dist/ui/icons/render/icon-plane.js +3 -7
- package/dist/ui/icons/render/icon-plane.js.map +1 -1
- package/dist/ui/icons/render/icon-play-rounded.js +3 -7
- package/dist/ui/icons/render/icon-play-rounded.js.map +1 -1
- package/dist/ui/icons/render/icon-plus-sharp.js +3 -7
- package/dist/ui/icons/render/icon-plus-sharp.js.map +1 -1
- package/dist/ui/icons/render/icon-prev.js +3 -7
- package/dist/ui/icons/render/icon-prev.js.map +1 -1
- package/dist/ui/icons/render/icon-print.js +3 -7
- package/dist/ui/icons/render/icon-print.js.map +1 -1
- package/dist/ui/icons/render/icon-right-chevron.js +3 -7
- package/dist/ui/icons/render/icon-right-chevron.js.map +1 -1
- package/dist/ui/icons/render/icon-right-circle.js +3 -7
- package/dist/ui/icons/render/icon-right-circle.js.map +1 -1
- package/dist/ui/icons/render/icon-right-navigation-circle.js +5 -11
- package/dist/ui/icons/render/icon-right-navigation-circle.js.map +1 -1
- package/dist/ui/icons/render/icon-right-navigation-double.js +3 -7
- package/dist/ui/icons/render/icon-right-navigation-double.js.map +1 -1
- package/dist/ui/icons/render/icon-right-navigation-rounded.js +3 -7
- package/dist/ui/icons/render/icon-right-navigation-rounded.js.map +1 -1
- package/dist/ui/icons/render/icon-right-navigation.js +3 -7
- package/dist/ui/icons/render/icon-right-navigation.js.map +1 -1
- package/dist/ui/icons/render/icon-route.js +3 -7
- package/dist/ui/icons/render/icon-route.js.map +1 -1
- package/dist/ui/icons/render/icon-selo.js +3 -7
- package/dist/ui/icons/render/icon-selo.js.map +1 -1
- package/dist/ui/icons/render/icon-send-arrow.js +3 -7
- package/dist/ui/icons/render/icon-send-arrow.js.map +1 -1
- package/dist/ui/icons/render/icon-send-message.js +3 -7
- package/dist/ui/icons/render/icon-send-message.js.map +1 -1
- package/dist/ui/icons/render/icon-send.js +3 -7
- package/dist/ui/icons/render/icon-send.js.map +1 -1
- package/dist/ui/icons/render/icon-seo.js +3 -7
- package/dist/ui/icons/render/icon-seo.js.map +1 -1
- package/dist/ui/icons/render/icon-share-v2.js +3 -7
- package/dist/ui/icons/render/icon-share-v2.js.map +1 -1
- package/dist/ui/icons/render/icon-shopping.js +5 -11
- package/dist/ui/icons/render/icon-shopping.js.map +1 -1
- package/dist/ui/icons/render/icon-star.js +3 -7
- package/dist/ui/icons/render/icon-star.js.map +1 -1
- package/dist/ui/icons/render/icon-starBg.js +3 -7
- package/dist/ui/icons/render/icon-starBg.js.map +1 -1
- package/dist/ui/icons/render/icon-three-dots.js +3 -7
- package/dist/ui/icons/render/icon-three-dots.js.map +1 -1
- package/dist/ui/icons/render/icon-tiktok-logo.js +3 -7
- package/dist/ui/icons/render/icon-tiktok-logo.js.map +1 -1
- package/dist/ui/icons/render/icon-top-chevron.js +3 -7
- package/dist/ui/icons/render/icon-top-chevron.js.map +1 -1
- package/dist/ui/icons/render/icon-top-navigation.js +3 -7
- package/dist/ui/icons/render/icon-top-navigation.js.map +1 -1
- package/dist/ui/icons/render/icon-transparent-mail.js +3 -7
- package/dist/ui/icons/render/icon-transparent-mail.js.map +1 -1
- package/dist/ui/icons/render/icon-transparent-phone.js +3 -7
- package/dist/ui/icons/render/icon-transparent-phone.js.map +1 -1
- package/dist/ui/icons/render/icon-twitter.js +5 -11
- package/dist/ui/icons/render/icon-twitter.js.map +1 -1
- package/dist/ui/icons/render/icon-upload.js +3 -7
- package/dist/ui/icons/render/icon-upload.js.map +1 -1
- package/dist/ui/icons/render/icon-user.js +5 -11
- package/dist/ui/icons/render/icon-user.js.map +1 -1
- package/dist/ui/icons/render/icon-warning.js +3 -7
- package/dist/ui/icons/render/icon-warning.js.map +1 -1
- package/dist/ui/icons/render/icon-weight.js +3 -7
- package/dist/ui/icons/render/icon-weight.js.map +1 -1
- package/dist/ui/icons/render/icon-whats.js +5 -11
- package/dist/ui/icons/render/icon-whats.js.map +1 -1
- package/dist/ui/icons/render/icon-whatsapp-logo.js +3 -7
- package/dist/ui/icons/render/icon-whatsapp-logo.js.map +1 -1
- package/dist/ui/icons/render/icon-word.js +3 -7
- package/dist/ui/icons/render/icon-word.js.map +1 -1
- package/dist/ui/icons/render/icon-x.js +3 -7
- package/dist/ui/icons/render/icon-x.js.map +1 -1
- package/dist/ui/icons/render/image.js +3 -7
- package/dist/ui/icons/render/image.js.map +1 -1
- package/dist/ui/icons/render/index.js +1 -17
- package/dist/ui/icons/render/index.js.map +1 -1
- package/dist/ui/icons/render-icon/index.js +4 -41
- package/dist/ui/icons/render-icon/index.js.map +1 -1
- package/dist/ui/index.js +9 -25
- package/dist/ui/index.js.map +1 -1
- package/dist/ui/integrations/cloudflare/index.js +1 -17
- package/dist/ui/integrations/cloudflare/index.js.map +1 -1
- package/dist/ui/integrations/cloudflare/turnstile.js +94 -153
- package/dist/ui/integrations/cloudflare/turnstile.js.map +1 -1
- package/dist/ui/integrations/cloudflare/type.js +1 -2
- package/dist/ui/integrations/google/GoogleLogin.js +38 -63
- package/dist/ui/integrations/google/GoogleLogin.js.map +1 -1
- package/dist/ui/integrations/google/GoogleOAuthProvider.js +16 -24
- package/dist/ui/integrations/google/GoogleOAuthProvider.js.map +1 -1
- package/dist/ui/integrations/google/googleLogout.js +2 -6
- package/dist/ui/integrations/google/googleLogout.js.map +1 -1
- package/dist/ui/integrations/google/hasGrantedAllScopesGoogle.js +3 -21
- package/dist/ui/integrations/google/hasGrantedAllScopesGoogle.js.map +1 -1
- package/dist/ui/integrations/google/hasGrantedAnyScopeGoogle.js +3 -21
- package/dist/ui/integrations/google/hasGrantedAnyScopeGoogle.js.map +1 -1
- package/dist/ui/integrations/google/hooks/index.js +3 -19
- package/dist/ui/integrations/google/hooks/index.js.map +1 -1
- package/dist/ui/integrations/google/hooks/useGoogleLogin.js +25 -47
- package/dist/ui/integrations/google/hooks/useGoogleLogin.js.map +1 -1
- package/dist/ui/integrations/google/hooks/useGoogleOneTapLogin.js +28 -35
- package/dist/ui/integrations/google/hooks/useGoogleOneTapLogin.js.map +1 -1
- package/dist/ui/integrations/google/hooks/useLoadGsiScript.js +13 -19
- package/dist/ui/integrations/google/hooks/useLoadGsiScript.js.map +1 -1
- package/dist/ui/integrations/google/index.js +8 -24
- package/dist/ui/integrations/google/index.js.map +1 -1
- package/dist/ui/integrations/google/types/index.js +1 -2
- package/dist/ui/integrations/google/utils/index.js +2 -6
- package/dist/ui/integrations/google/utils/index.js.map +1 -1
- package/dist/ui/integrations/index.js +3 -19
- package/dist/ui/integrations/index.js.map +1 -1
- package/dist/ui/integrations/message-provider/index.js +1 -17
- package/dist/ui/integrations/message-provider/index.js.map +1 -1
- package/dist/ui/integrations/message-provider/send-message.js +23 -83
- package/dist/ui/integrations/message-provider/send-message.js.map +1 -1
- package/dist/ui/styles/keyframes.js +23 -11
- package/dist/ui/styles/keyframes.js.map +1 -1
- package/dist/ui/types/index.js +1 -17
- package/dist/ui/types/index.js.map +1 -1
- package/dist/ui/types/list.js +1 -2
- package/dist/ui/utils/_app_utils/generate_ref.js +4 -9
- package/dist/ui/utils/_app_utils/generate_ref.js.map +1 -1
- package/dist/ui/utils/_app_utils/get-pathname-ref.js +7 -11
- package/dist/ui/utils/_app_utils/get-pathname-ref.js.map +1 -1
- package/dist/ui/utils/_app_utils/index.js +2 -18
- package/dist/ui/utils/_app_utils/index.js.map +1 -1
- package/dist/ui/utils/buffer/base64.js +6 -9
- package/dist/ui/utils/buffer/base64.js.map +1 -1
- package/dist/ui/utils/buffer/buffer.js +9 -15
- package/dist/ui/utils/buffer/buffer.js.map +1 -1
- package/dist/ui/utils/buffer/index.js +2 -18
- package/dist/ui/utils/buffer/index.js.map +1 -1
- package/dist/ui/utils/colors/hext-to-rgba.js +5 -8
- package/dist/ui/utils/colors/hext-to-rgba.js.map +1 -1
- package/dist/ui/utils/colors/index.js +1 -17
- package/dist/ui/utils/colors/index.js.map +1 -1
- package/dist/ui/utils/copy-to-clipboard.js +11 -15
- package/dist/ui/utils/copy-to-clipboard.js.map +1 -1
- package/dist/ui/utils/date/index.js +1 -17
- package/dist/ui/utils/date/index.js.map +1 -1
- package/dist/ui/utils/date/is-invaid-date.js +2 -5
- package/dist/ui/utils/date/is-invaid-date.js.map +1 -1
- package/dist/ui/utils/disable-scroll.js +4 -7
- package/dist/ui/utils/disable-scroll.js.map +1 -1
- package/dist/ui/utils/facebook/facebook-pixel.js +5 -10
- package/dist/ui/utils/facebook/facebook-pixel.js.map +1 -1
- package/dist/ui/utils/facebook/index.js +1 -17
- package/dist/ui/utils/facebook/index.js.map +1 -1
- package/dist/ui/utils/file/index.js +3 -19
- package/dist/ui/utils/file/index.js.map +1 -1
- package/dist/ui/utils/file/load-file.js +18 -73
- package/dist/ui/utils/file/load-file.js.map +1 -1
- package/dist/ui/utils/file/upload-file.js +60 -140
- package/dist/ui/utils/file/upload-file.js.map +1 -1
- package/dist/ui/utils/file/verify-size-files.js +5 -9
- package/dist/ui/utils/file/verify-size-files.js.map +1 -1
- package/dist/ui/utils/form-validator/index.js +2 -18
- package/dist/ui/utils/form-validator/index.js.map +1 -1
- package/dist/ui/utils/form-validator/validations/index.js +4 -20
- package/dist/ui/utils/form-validator/validations/index.js.map +1 -1
- package/dist/ui/utils/form-validator/validations/validate-cnpj.js +10 -13
- package/dist/ui/utils/form-validator/validations/validate-cnpj.js.map +1 -1
- package/dist/ui/utils/form-validator/validations/validate-cpf.js +2 -5
- package/dist/ui/utils/form-validator/validations/validate-cpf.js.map +1 -1
- package/dist/ui/utils/form-validator/validations/validate-email.js +5 -7
- package/dist/ui/utils/form-validator/validations/validate-email.js.map +1 -1
- package/dist/ui/utils/form-validator/validations/validate-phone.js +3 -7
- package/dist/ui/utils/form-validator/validations/validate-phone.js.map +1 -1
- package/dist/ui/utils/form-validator/validator.js +143 -204
- package/dist/ui/utils/form-validator/validator.js.map +1 -1
- package/dist/ui/utils/formatters/format-number-to-currency.js +8 -12
- package/dist/ui/utils/formatters/format-number-to-currency.js.map +1 -1
- package/dist/ui/utils/formatters/format-string-to-number.js +1 -4
- package/dist/ui/utils/formatters/format-string-to-number.js.map +1 -1
- package/dist/ui/utils/formatters/format-string-to-url.js +1 -4
- package/dist/ui/utils/formatters/format-string-to-url.js.map +1 -1
- package/dist/ui/utils/formatters/formatter.js +9 -12
- package/dist/ui/utils/formatters/formatter.js.map +1 -1
- package/dist/ui/utils/formatters/index.js +5 -21
- package/dist/ui/utils/formatters/index.js.map +1 -1
- package/dist/ui/utils/formatters/remove-digits.js +2 -6
- package/dist/ui/utils/formatters/remove-digits.js.map +1 -1
- package/dist/ui/utils/generate-guid.js +3 -6
- package/dist/ui/utils/generate-guid.js.map +1 -1
- package/dist/ui/utils/generate-sitemap.js +26 -64
- package/dist/ui/utils/generate-sitemap.js.map +1 -1
- package/dist/ui/utils/http/api.js +40 -101
- package/dist/ui/utils/http/api.js.map +1 -1
- package/dist/ui/utils/http/axios-http-client.js +97 -162
- package/dist/ui/utils/http/axios-http-client.js.map +1 -1
- package/dist/ui/utils/http/errors/http-errors/application-unauthorized-error.js +4 -8
- package/dist/ui/utils/http/errors/http-errors/application-unauthorized-error.js.map +1 -1
- package/dist/ui/utils/http/errors/http-errors/application-unexpected-error.js +5 -27
- package/dist/ui/utils/http/errors/http-errors/application-unexpected-error.js.map +1 -1
- package/dist/ui/utils/http/errors/http-errors/bad-request-error.js +4 -8
- package/dist/ui/utils/http/errors/http-errors/bad-request-error.js.map +1 -1
- package/dist/ui/utils/http/errors/http-errors/conflict-error.js +4 -8
- package/dist/ui/utils/http/errors/http-errors/conflict-error.js.map +1 -1
- package/dist/ui/utils/http/errors/http-errors/index.js +7 -23
- package/dist/ui/utils/http/errors/http-errors/index.js.map +1 -1
- package/dist/ui/utils/http/errors/http-errors/no-content.js +5 -27
- package/dist/ui/utils/http/errors/http-errors/no-content.js.map +1 -1
- package/dist/ui/utils/http/errors/http-errors/not-found-error.js +5 -27
- package/dist/ui/utils/http/errors/http-errors/not-found-error.js.map +1 -1
- package/dist/ui/utils/http/errors/http-errors/unexpected-error.js +5 -27
- package/dist/ui/utils/http/errors/http-errors/unexpected-error.js.map +1 -1
- package/dist/ui/utils/http/errors/index.js +2 -18
- package/dist/ui/utils/http/errors/index.js.map +1 -1
- package/dist/ui/utils/http/errors/system-errors-model/index.js +1 -17
- package/dist/ui/utils/http/errors/system-errors-model/index.js.map +1 -1
- package/dist/ui/utils/http/errors/system-errors-model/validation-errors-model.js +4 -8
- package/dist/ui/utils/http/errors/system-errors-model/validation-errors-model.js.map +1 -1
- package/dist/ui/utils/http/index.js +4 -20
- package/dist/ui/utils/http/index.js.map +1 -1
- package/dist/ui/utils/http/interfaces.js +2 -5
- package/dist/ui/utils/http/interfaces.js.map +1 -1
- package/dist/ui/utils/index.js +23 -39
- package/dist/ui/utils/index.js.map +1 -1
- package/dist/ui/utils/infinity-forge/index.js +2 -18
- package/dist/ui/utils/infinity-forge/index.js.map +1 -1
- package/dist/ui/utils/infinity-forge/infinity-forge-next-config.js +29 -94
- package/dist/ui/utils/infinity-forge/infinity-forge-next-config.js.map +1 -1
- package/dist/ui/utils/infinity-forge/z-index-infinity-forge.js +1 -4
- package/dist/ui/utils/infinity-forge/z-index-infinity-forge.js.map +1 -1
- package/dist/ui/utils/json/index.js +6 -10
- package/dist/ui/utils/json/index.js.map +1 -1
- package/dist/ui/utils/jwt/index.js +13 -38
- package/dist/ui/utils/jwt/index.js.map +1 -1
- package/dist/ui/utils/libs/index.js +2 -18
- package/dist/ui/utils/libs/index.js.map +1 -1
- package/dist/ui/utils/libs/moment/index.js +1 -17
- package/dist/ui/utils/libs/moment/index.js.map +1 -1
- package/dist/ui/utils/libs/moment/verify-date-and-return-value-formatted.js +7 -14
- package/dist/ui/utils/libs/moment/verify-date-and-return-value-formatted.js.map +1 -1
- package/dist/ui/utils/libs/next/index.js +2 -18
- package/dist/ui/utils/libs/next/index.js.map +1 -1
- package/dist/ui/utils/libs/next/router-build.js +18 -21
- package/dist/ui/utils/libs/next/router-build.js.map +1 -1
- package/dist/ui/utils/libs/next/update-route.js +5 -20
- package/dist/ui/utils/libs/next/update-route.js.map +1 -1
- package/dist/ui/utils/mocks/index.js +1 -17
- package/dist/ui/utils/mocks/index.js.map +1 -1
- package/dist/ui/utils/mocks/states-brazil.js +1 -4
- package/dist/ui/utils/mocks/states-brazil.js.map +1 -1
- package/dist/ui/utils/phone/index.js +16 -24
- package/dist/ui/utils/phone/index.js.map +1 -1
- package/dist/ui/utils/scroll-to-top-page.js +1 -4
- package/dist/ui/utils/scroll-to-top-page.js.map +1 -1
- package/dist/ui/utils/sidebar/index.js +10 -16
- package/dist/ui/utils/sidebar/index.js.map +1 -1
- package/dist/ui/utils/storage/cookies.js +14 -18
- package/dist/ui/utils/storage/cookies.js.map +1 -1
- package/dist/ui/utils/storage/index.js +1 -17
- package/dist/ui/utils/storage/index.js.map +1 -1
- package/dist/ui/utils/uid/index.js +3 -7
- package/dist/ui/utils/uid/index.js.map +1 -1
- package/dist/use-query/context.d.ts +1 -1
- package/dist/use-query/context.js +35 -87
- package/dist/use-query/context.js.map +1 -1
- package/dist/use-query/hook.js +50 -119
- package/dist/use-query/hook.js.map +1 -1
- package/dist/use-query/index.js +4 -20
- package/dist/use-query/index.js.map +1 -1
- package/dist/use-query/interfaces.js +1 -2
- package/dist/use-query/src/HydrationBoundary.d.ts +11 -0
- package/dist/use-query/src/HydrationBoundary.js +75 -0
- package/dist/use-query/src/HydrationBoundary.js.map +1 -0
- package/dist/use-query/src/IsRestoringProvider.d.ts +3 -0
- package/dist/use-query/src/IsRestoringProvider.js +6 -0
- package/dist/use-query/src/IsRestoringProvider.js.map +1 -0
- package/dist/use-query/src/QueryClientProvider.d.ts +9 -0
- package/dist/use-query/src/QueryClientProvider.js +24 -0
- package/dist/use-query/src/QueryClientProvider.js.map +1 -0
- package/dist/use-query/src/QueryErrorResetBoundary.d.ts +15 -0
- package/dist/use-query/src/QueryErrorResetBoundary.js +25 -0
- package/dist/use-query/src/QueryErrorResetBoundary.js.map +1 -0
- package/dist/use-query/src/errorBoundaryUtils.d.ts +11 -0
- package/dist/use-query/src/errorBoundaryUtils.js +27 -0
- package/dist/use-query/src/errorBoundaryUtils.js.map +1 -0
- package/dist/use-query/src/index.d.ts +27 -0
- package/dist/use-query/src/index.js +20 -0
- package/dist/use-query/src/index.js.map +1 -0
- package/dist/use-query/src/infiniteQueryOptions.d.ts +22 -0
- package/dist/use-query/src/infiniteQueryOptions.js +4 -0
- package/dist/use-query/src/infiniteQueryOptions.js.map +1 -0
- package/dist/use-query/src/query-core/src/focusManager.d.ts +15 -0
- package/dist/use-query/src/query-core/src/focusManager.js +70 -0
- package/dist/use-query/src/query-core/src/focusManager.js.map +1 -0
- package/dist/use-query/src/query-core/src/hydration.d.ts +40 -0
- package/dist/use-query/src/query-core/src/hydration.js +139 -0
- package/dist/use-query/src/query-core/src/hydration.js.map +1 -0
- package/dist/use-query/src/query-core/src/index.d.ts +25 -0
- package/dist/use-query/src/query-core/src/index.js +21 -0
- package/dist/use-query/src/query-core/src/index.js.map +1 -0
- package/dist/use-query/src/query-core/src/infiniteQueryBehavior.d.ts +11 -0
- package/dist/use-query/src/query-core/src/infiniteQueryBehavior.js +124 -0
- package/dist/use-query/src/query-core/src/infiniteQueryBehavior.js.map +1 -0
- package/dist/use-query/src/query-core/src/infiniteQueryObserver.d.ts +20 -0
- package/dist/use-query/src/query-core/src/infiniteQueryObserver.js +69 -0
- package/dist/use-query/src/query-core/src/infiniteQueryObserver.js.map +1 -0
- package/dist/use-query/src/query-core/src/mutation.d.ts +63 -0
- package/dist/use-query/src/query-core/src/mutation.js +216 -0
- package/dist/use-query/src/query-core/src/mutation.js.map +1 -0
- package/dist/use-query/src/query-core/src/mutationCache.d.ts +60 -0
- package/dist/use-query/src/query-core/src/mutationCache.js +125 -0
- package/dist/use-query/src/query-core/src/mutationCache.js.map +1 -0
- package/dist/use-query/src/query-core/src/mutationObserver.d.ts +18 -0
- package/dist/use-query/src/query-core/src/mutationObserver.js +106 -0
- package/dist/use-query/src/query-core/src/mutationObserver.js.map +1 -0
- package/dist/use-query/src/query-core/src/notifyManager.d.ts +45 -0
- package/dist/use-query/src/query-core/src/notifyManager.js +83 -0
- package/dist/use-query/src/query-core/src/notifyManager.js.map +1 -0
- package/dist/use-query/src/query-core/src/onlineManager.d.ts +14 -0
- package/dist/use-query/src/query-core/src/onlineManager.js +57 -0
- package/dist/use-query/src/query-core/src/onlineManager.js.map +1 -0
- package/dist/use-query/src/query-core/src/queriesObserver.d.ts +26 -0
- package/dist/use-query/src/query-core/src/queriesObserver.js +180 -0
- package/dist/use-query/src/query-core/src/queriesObserver.js.map +1 -0
- package/dist/use-query/src/query-core/src/query.d.ts +125 -0
- package/dist/use-query/src/query-core/src/query.js +396 -0
- package/dist/use-query/src/query-core/src/query.js.map +1 -0
- package/dist/use-query/src/query-core/src/queryCache.d.ts +70 -0
- package/dist/use-query/src/query-core/src/queryCache.js +95 -0
- package/dist/use-query/src/query-core/src/queryCache.js.map +1 -0
- package/dist/use-query/src/query-core/src/queryClient.d.ts +48 -0
- package/dist/use-query/src/query-core/src/queryClient.js +294 -0
- package/dist/use-query/src/query-core/src/queryClient.js.map +1 -0
- package/dist/use-query/src/query-core/src/queryObserver.d.ts +32 -0
- package/dist/use-query/src/query-core/src/queryObserver.js +519 -0
- package/dist/use-query/src/query-core/src/queryObserver.js.map +1 -0
- package/dist/use-query/src/query-core/src/removable.d.ts +9 -0
- package/dist/use-query/src/query-core/src/removable.js +27 -0
- package/dist/use-query/src/query-core/src/removable.js.map +1 -0
- package/dist/use-query/src/query-core/src/retryer.d.ts +37 -0
- package/dist/use-query/src/query-core/src/retryer.js +156 -0
- package/dist/use-query/src/query-core/src/retryer.js.map +1 -0
- package/dist/use-query/src/query-core/src/streamedQuery.d.ts +16 -0
- package/dist/use-query/src/query-core/src/streamedQuery.js +47 -0
- package/dist/use-query/src/query-core/src/streamedQuery.js.map +1 -0
- package/dist/use-query/src/query-core/src/subscribable.d.ts +8 -0
- package/dist/use-query/src/query-core/src/subscribable.js +24 -0
- package/dist/use-query/src/query-core/src/subscribable.js.map +1 -0
- package/dist/use-query/src/query-core/src/thenable.d.ts +35 -0
- package/dist/use-query/src/query-core/src/thenable.js +43 -0
- package/dist/use-query/src/query-core/src/thenable.js.map +1 -0
- package/dist/use-query/src/query-core/src/types.d.ts +819 -0
- package/dist/use-query/src/query-core/src/types.js +5 -0
- package/dist/use-query/src/query-core/src/types.js.map +1 -0
- package/dist/use-query/src/query-core/src/utils.d.ts +93 -0
- package/dist/use-query/src/query-core/src/utils.js +245 -0
- package/dist/use-query/src/query-core/src/utils.js.map +1 -0
- package/dist/use-query/src/queryOptions.d.ts +23 -0
- package/dist/use-query/src/queryOptions.js +4 -0
- package/dist/use-query/src/queryOptions.js.map +1 -0
- package/dist/use-query/src/suspense.d.ts +7 -0
- package/dist/use-query/src/suspense.js +21 -0
- package/dist/use-query/src/suspense.js.map +1 -0
- package/dist/use-query/src/types.d.ts +46 -0
- package/dist/use-query/src/types.js +3 -0
- package/dist/use-query/src/types.js.map +1 -0
- package/dist/use-query/src/useBaseQuery.d.ts +3 -0
- package/dist/use-query/src/useBaseQuery.js +88 -0
- package/dist/use-query/src/useBaseQuery.js.map +1 -0
- package/dist/use-query/src/useInfiniteQuery.d.ts +6 -0
- package/dist/use-query/src/useInfiniteQuery.js +7 -0
- package/dist/use-query/src/useInfiniteQuery.js.map +1 -0
- package/dist/use-query/src/useIsFetching.d.ts +2 -0
- package/dist/use-query/src/useIsFetching.js +10 -0
- package/dist/use-query/src/useIsFetching.js.map +1 -0
- package/dist/use-query/src/useMutation.d.ts +3 -0
- package/dist/use-query/src/useMutation.js +22 -0
- package/dist/use-query/src/useMutation.js.map +1 -0
- package/dist/use-query/src/useMutationState.d.ts +8 -0
- package/dist/use-query/src/useMutationState.js +33 -0
- package/dist/use-query/src/useMutationState.js.map +1 -0
- package/dist/use-query/src/usePrefetchInfiniteQuery.d.ts +2 -0
- package/dist/use-query/src/usePrefetchInfiniteQuery.js +8 -0
- package/dist/use-query/src/usePrefetchInfiniteQuery.js.map +1 -0
- package/dist/use-query/src/usePrefetchQuery.d.ts +2 -0
- package/dist/use-query/src/usePrefetchQuery.js +8 -0
- package/dist/use-query/src/usePrefetchQuery.js.map +1 -0
- package/dist/use-query/src/useQueries.d.ts +74 -0
- package/dist/use-query/src/useQueries.js +71 -0
- package/dist/use-query/src/useQueries.js.map +1 -0
- package/dist/use-query/src/useQuery.d.ts +6 -0
- package/dist/use-query/src/useQuery.js +7 -0
- package/dist/use-query/src/useQuery.js.map +1 -0
- package/dist/use-query/src/useSuspenseInfiniteQuery.d.ts +3 -0
- package/dist/use-query/src/useSuspenseInfiniteQuery.js +18 -0
- package/dist/use-query/src/useSuspenseInfiniteQuery.js.map +1 -0
- package/dist/use-query/src/useSuspenseQueries.d.ts +77 -0
- package/dist/use-query/src/useSuspenseQueries.js +24 -0
- package/dist/use-query/src/useSuspenseQueries.js.map +1 -0
- package/dist/use-query/src/useSuspenseQuery.d.ts +3 -0
- package/dist/use-query/src/useSuspenseQuery.js +19 -0
- package/dist/use-query/src/useSuspenseQuery.js.map +1 -0
- package/dist/use-query/use-mutation.js +4 -17
- package/dist/use-query/use-mutation.js.map +1 -1
- package/package.json +3 -5
|
@@ -0,0 +1,819 @@
|
|
|
1
|
+
import type { QueryClient } from './queryClient.js';
|
|
2
|
+
import type { DehydrateOptions, HydrateOptions } from './hydration.js';
|
|
3
|
+
import type { MutationState } from './mutation.js';
|
|
4
|
+
import type { FetchDirection, Query, QueryBehavior } from './query.js';
|
|
5
|
+
import type { RetryDelayValue, RetryValue } from './retryer.js';
|
|
6
|
+
import type { QueryFilters, QueryTypeFilter, SkipToken } from './utils.js';
|
|
7
|
+
import type { QueryCache } from './queryCache.js';
|
|
8
|
+
import type { MutationCache } from './mutationCache.js';
|
|
9
|
+
export type DistributiveOmit<TObject, TKey extends keyof TObject> = TObject extends any ? Omit<TObject, TKey> : never;
|
|
10
|
+
export type OmitKeyof<TObject, TKey extends TStrictly extends 'safely' ? keyof TObject | (string & Record<never, never>) | (number & Record<never, never>) | (symbol & Record<never, never>) : keyof TObject, TStrictly extends 'strictly' | 'safely' = 'strictly'> = Omit<TObject, TKey>;
|
|
11
|
+
export type Override<TTargetA, TTargetB> = {
|
|
12
|
+
[AKey in keyof TTargetA]: AKey extends keyof TTargetB ? TTargetB[AKey] : TTargetA[AKey];
|
|
13
|
+
};
|
|
14
|
+
export type NoInfer<T> = [T][T extends any ? 0 : never];
|
|
15
|
+
export interface Register {
|
|
16
|
+
}
|
|
17
|
+
export type DefaultError = Register extends {
|
|
18
|
+
defaultError: infer TError;
|
|
19
|
+
} ? TError : Error;
|
|
20
|
+
export type QueryKey = Register extends {
|
|
21
|
+
queryKey: infer TQueryKey;
|
|
22
|
+
} ? TQueryKey extends ReadonlyArray<unknown> ? TQueryKey : TQueryKey extends Array<unknown> ? TQueryKey : ReadonlyArray<unknown> : ReadonlyArray<unknown>;
|
|
23
|
+
export declare const dataTagSymbol: unique symbol;
|
|
24
|
+
export type dataTagSymbol = typeof dataTagSymbol;
|
|
25
|
+
export declare const dataTagErrorSymbol: unique symbol;
|
|
26
|
+
export type dataTagErrorSymbol = typeof dataTagErrorSymbol;
|
|
27
|
+
export declare const unsetMarker: unique symbol;
|
|
28
|
+
export type UnsetMarker = typeof unsetMarker;
|
|
29
|
+
export type AnyDataTag = {
|
|
30
|
+
[dataTagSymbol]: any;
|
|
31
|
+
[dataTagErrorSymbol]: any;
|
|
32
|
+
};
|
|
33
|
+
export type DataTag<TType, TValue, TError = UnsetMarker> = TType extends AnyDataTag ? TType : TType & {
|
|
34
|
+
[dataTagSymbol]: TValue;
|
|
35
|
+
[dataTagErrorSymbol]: TError;
|
|
36
|
+
};
|
|
37
|
+
export type InferDataFromTag<TQueryFnData, TTaggedQueryKey extends QueryKey> = TTaggedQueryKey extends DataTag<unknown, infer TaggedValue, unknown> ? TaggedValue : TQueryFnData;
|
|
38
|
+
export type InferErrorFromTag<TError, TTaggedQueryKey extends QueryKey> = TTaggedQueryKey extends DataTag<unknown, unknown, infer TaggedError> ? TaggedError extends UnsetMarker ? TError : TaggedError : TError;
|
|
39
|
+
export type QueryFunction<T = unknown, TQueryKey extends QueryKey = QueryKey, TPageParam = never> = (context: QueryFunctionContext<TQueryKey, TPageParam>) => T | Promise<T>;
|
|
40
|
+
export type StaleTime<TQueryFnData = unknown, TError = DefaultError, TData = TQueryFnData, TQueryKey extends QueryKey = QueryKey> = number | ((query: Query<TQueryFnData, TError, TData, TQueryKey>) => number);
|
|
41
|
+
export type Enabled<TQueryFnData = unknown, TError = DefaultError, TData = TQueryFnData, TQueryKey extends QueryKey = QueryKey> = boolean | ((query: Query<TQueryFnData, TError, TData, TQueryKey>) => boolean);
|
|
42
|
+
export type QueryPersister<T = unknown, TQueryKey extends QueryKey = QueryKey, TPageParam = never> = [TPageParam] extends [never] ? (queryFn: QueryFunction<T, TQueryKey, never>, context: QueryFunctionContext<TQueryKey>, query: Query) => T | Promise<T> : (queryFn: QueryFunction<T, TQueryKey, TPageParam>, context: QueryFunctionContext<TQueryKey>, query: Query) => T | Promise<T>;
|
|
43
|
+
export type QueryFunctionContext<TQueryKey extends QueryKey = QueryKey, TPageParam = never> = [TPageParam] extends [never] ? {
|
|
44
|
+
client: QueryClient;
|
|
45
|
+
queryKey: TQueryKey;
|
|
46
|
+
signal: AbortSignal;
|
|
47
|
+
meta: QueryMeta | undefined;
|
|
48
|
+
pageParam?: unknown;
|
|
49
|
+
/**
|
|
50
|
+
* @deprecated
|
|
51
|
+
* if you want access to the direction, you can add it to the pageParam
|
|
52
|
+
*/
|
|
53
|
+
direction?: unknown;
|
|
54
|
+
} : {
|
|
55
|
+
client: QueryClient;
|
|
56
|
+
queryKey: TQueryKey;
|
|
57
|
+
signal: AbortSignal;
|
|
58
|
+
pageParam: TPageParam;
|
|
59
|
+
/**
|
|
60
|
+
* @deprecated
|
|
61
|
+
* if you want access to the direction, you can add it to the pageParam
|
|
62
|
+
*/
|
|
63
|
+
direction: FetchDirection;
|
|
64
|
+
meta: QueryMeta | undefined;
|
|
65
|
+
};
|
|
66
|
+
export type InitialDataFunction<T> = () => T | undefined;
|
|
67
|
+
type NonFunctionGuard<T> = T extends Function ? never : T;
|
|
68
|
+
export type PlaceholderDataFunction<TQueryFnData = unknown, TError = DefaultError, TQueryData = TQueryFnData, TQueryKey extends QueryKey = QueryKey> = (previousData: TQueryData | undefined, previousQuery: Query<TQueryFnData, TError, TQueryData, TQueryKey> | undefined) => TQueryData | undefined;
|
|
69
|
+
export type QueriesPlaceholderDataFunction<TQueryData> = (previousData: undefined, previousQuery: undefined) => TQueryData | undefined;
|
|
70
|
+
export type QueryKeyHashFunction<TQueryKey extends QueryKey> = (queryKey: TQueryKey) => string;
|
|
71
|
+
export type GetPreviousPageParamFunction<TPageParam, TQueryFnData = unknown> = (firstPage: TQueryFnData, allPages: Array<TQueryFnData>, firstPageParam: TPageParam, allPageParams: Array<TPageParam>) => TPageParam | undefined | null;
|
|
72
|
+
export type GetNextPageParamFunction<TPageParam, TQueryFnData = unknown> = (lastPage: TQueryFnData, allPages: Array<TQueryFnData>, lastPageParam: TPageParam, allPageParams: Array<TPageParam>) => TPageParam | undefined | null;
|
|
73
|
+
export interface InfiniteData<TData, TPageParam = unknown> {
|
|
74
|
+
pages: Array<TData>;
|
|
75
|
+
pageParams: Array<TPageParam>;
|
|
76
|
+
}
|
|
77
|
+
export type QueryMeta = Register extends {
|
|
78
|
+
queryMeta: infer TQueryMeta;
|
|
79
|
+
} ? TQueryMeta extends Record<string, unknown> ? TQueryMeta : Record<string, unknown> : Record<string, unknown>;
|
|
80
|
+
export type NetworkMode = 'online' | 'always' | 'offlineFirst';
|
|
81
|
+
export type NotifyOnChangeProps = Array<keyof InfiniteQueryObserverResult> | 'all' | undefined | (() => Array<keyof InfiniteQueryObserverResult> | 'all' | undefined);
|
|
82
|
+
export interface QueryOptions<TQueryFnData = unknown, TError = DefaultError, TData = TQueryFnData, TQueryKey extends QueryKey = QueryKey, TPageParam = never> {
|
|
83
|
+
/**
|
|
84
|
+
* If `false`, failed queries will not retry by default.
|
|
85
|
+
* If `true`, failed queries will retry infinitely., failureCount: num
|
|
86
|
+
* If set to an integer number, e.g. 3, failed queries will retry until the failed query count meets that number.
|
|
87
|
+
* If set to a function `(failureCount, error) => boolean` failed queries will retry until the function returns false.
|
|
88
|
+
*/
|
|
89
|
+
retry?: RetryValue<TError>;
|
|
90
|
+
retryDelay?: RetryDelayValue<TError>;
|
|
91
|
+
networkMode?: NetworkMode;
|
|
92
|
+
/**
|
|
93
|
+
* The time in milliseconds that unused/inactive cache data remains in memory.
|
|
94
|
+
* When a query's cache becomes unused or inactive, that cache data will be garbage collected after this duration.
|
|
95
|
+
* When different garbage collection times are specified, the longest one will be used.
|
|
96
|
+
* Setting it to `Infinity` will disable garbage collection.
|
|
97
|
+
*/
|
|
98
|
+
gcTime?: number;
|
|
99
|
+
queryFn?: QueryFunction<TQueryFnData, TQueryKey, TPageParam> | SkipToken;
|
|
100
|
+
persister?: QueryPersister<NoInfer<TQueryFnData>, NoInfer<TQueryKey>, NoInfer<TPageParam>>;
|
|
101
|
+
queryHash?: string;
|
|
102
|
+
queryKey?: TQueryKey;
|
|
103
|
+
queryKeyHashFn?: QueryKeyHashFunction<TQueryKey>;
|
|
104
|
+
initialData?: TData | InitialDataFunction<TData>;
|
|
105
|
+
initialDataUpdatedAt?: number | (() => number | undefined);
|
|
106
|
+
behavior?: QueryBehavior<TQueryFnData, TError, TData, TQueryKey>;
|
|
107
|
+
/**
|
|
108
|
+
* Set this to `false` to disable structural sharing between query results.
|
|
109
|
+
* Set this to a function which accepts the old and new data and returns resolved data of the same type to implement custom structural sharing logic.
|
|
110
|
+
* Defaults to `true`.
|
|
111
|
+
*/
|
|
112
|
+
structuralSharing?: boolean | ((oldData: unknown | undefined, newData: unknown) => unknown);
|
|
113
|
+
_defaulted?: boolean;
|
|
114
|
+
/**
|
|
115
|
+
* Additional payload to be stored on each query.
|
|
116
|
+
* Use this property to pass information that can be used in other places.
|
|
117
|
+
*/
|
|
118
|
+
meta?: QueryMeta;
|
|
119
|
+
/**
|
|
120
|
+
* Maximum number of pages to store in the data of an infinite query.
|
|
121
|
+
*/
|
|
122
|
+
maxPages?: number;
|
|
123
|
+
}
|
|
124
|
+
export interface InitialPageParam<TPageParam = unknown> {
|
|
125
|
+
initialPageParam: TPageParam;
|
|
126
|
+
}
|
|
127
|
+
export interface InfiniteQueryPageParamsOptions<TQueryFnData = unknown, TPageParam = unknown> extends InitialPageParam<TPageParam> {
|
|
128
|
+
/**
|
|
129
|
+
* This function can be set to automatically get the previous cursor for infinite queries.
|
|
130
|
+
* The result will also be used to determine the value of `hasPreviousPage`.
|
|
131
|
+
*/
|
|
132
|
+
getPreviousPageParam?: GetPreviousPageParamFunction<TPageParam, TQueryFnData>;
|
|
133
|
+
/**
|
|
134
|
+
* This function can be set to automatically get the next cursor for infinite queries.
|
|
135
|
+
* The result will also be used to determine the value of `hasNextPage`.
|
|
136
|
+
*/
|
|
137
|
+
getNextPageParam: GetNextPageParamFunction<TPageParam, TQueryFnData>;
|
|
138
|
+
}
|
|
139
|
+
export type ThrowOnError<TQueryFnData, TError, TQueryData, TQueryKey extends QueryKey> = boolean | ((error: TError, query: Query<TQueryFnData, TError, TQueryData, TQueryKey>) => boolean);
|
|
140
|
+
export interface QueryObserverOptions<TQueryFnData = unknown, TError = DefaultError, TData = TQueryFnData, TQueryData = TQueryFnData, TQueryKey extends QueryKey = QueryKey, TPageParam = never> extends WithRequired<QueryOptions<TQueryFnData, TError, TQueryData, TQueryKey, TPageParam>, 'queryKey'> {
|
|
141
|
+
/**
|
|
142
|
+
* Set this to `false` or a function that returns `false` to disable automatic refetching when the query mounts or changes query keys.
|
|
143
|
+
* To refetch the query, use the `refetch` method returned from the `useQuery` instance.
|
|
144
|
+
* Accepts a boolean or function that returns a boolean.
|
|
145
|
+
* Defaults to `true`.
|
|
146
|
+
*/
|
|
147
|
+
enabled?: Enabled<TQueryFnData, TError, TQueryData, TQueryKey>;
|
|
148
|
+
/**
|
|
149
|
+
* The time in milliseconds after data is considered stale.
|
|
150
|
+
* If set to `Infinity`, the data will never be considered stale.
|
|
151
|
+
* If set to a function, the function will be executed with the query to compute a `staleTime`.
|
|
152
|
+
* Defaults to `0`.
|
|
153
|
+
*/
|
|
154
|
+
staleTime?: StaleTime<TQueryFnData, TError, TQueryData, TQueryKey>;
|
|
155
|
+
/**
|
|
156
|
+
* If set to a number, the query will continuously refetch at this frequency in milliseconds.
|
|
157
|
+
* If set to a function, the function will be executed with the latest data and query to compute a frequency
|
|
158
|
+
* Defaults to `false`.
|
|
159
|
+
*/
|
|
160
|
+
refetchInterval?: number | false | ((query: Query<TQueryFnData, TError, TQueryData, TQueryKey>) => number | false | undefined);
|
|
161
|
+
/**
|
|
162
|
+
* If set to `true`, the query will continue to refetch while their tab/window is in the background.
|
|
163
|
+
* Defaults to `false`.
|
|
164
|
+
*/
|
|
165
|
+
refetchIntervalInBackground?: boolean;
|
|
166
|
+
/**
|
|
167
|
+
* If set to `true`, the query will refetch on window focus if the data is stale.
|
|
168
|
+
* If set to `false`, the query will not refetch on window focus.
|
|
169
|
+
* If set to `'always'`, the query will always refetch on window focus.
|
|
170
|
+
* If set to a function, the function will be executed with the latest data and query to compute the value.
|
|
171
|
+
* Defaults to `true`.
|
|
172
|
+
*/
|
|
173
|
+
refetchOnWindowFocus?: boolean | 'always' | ((query: Query<TQueryFnData, TError, TQueryData, TQueryKey>) => boolean | 'always');
|
|
174
|
+
/**
|
|
175
|
+
* If set to `true`, the query will refetch on reconnect if the data is stale.
|
|
176
|
+
* If set to `false`, the query will not refetch on reconnect.
|
|
177
|
+
* If set to `'always'`, the query will always refetch on reconnect.
|
|
178
|
+
* If set to a function, the function will be executed with the latest data and query to compute the value.
|
|
179
|
+
* Defaults to the value of `networkOnline` (`true`)
|
|
180
|
+
*/
|
|
181
|
+
refetchOnReconnect?: boolean | 'always' | ((query: Query<TQueryFnData, TError, TQueryData, TQueryKey>) => boolean | 'always');
|
|
182
|
+
/**
|
|
183
|
+
* If set to `true`, the query will refetch on mount if the data is stale.
|
|
184
|
+
* If set to `false`, will disable additional instances of a query to trigger background refetch.
|
|
185
|
+
* If set to `'always'`, the query will always refetch on mount.
|
|
186
|
+
* If set to a function, the function will be executed with the latest data and query to compute the value
|
|
187
|
+
* Defaults to `true`.
|
|
188
|
+
*/
|
|
189
|
+
refetchOnMount?: boolean | 'always' | ((query: Query<TQueryFnData, TError, TQueryData, TQueryKey>) => boolean | 'always');
|
|
190
|
+
/**
|
|
191
|
+
* If set to `false`, the query will not be retried on mount if it contains an error.
|
|
192
|
+
* Defaults to `true`.
|
|
193
|
+
*/
|
|
194
|
+
retryOnMount?: boolean;
|
|
195
|
+
/**
|
|
196
|
+
* If set, the component will only re-render if any of the listed properties change.
|
|
197
|
+
* When set to `['data', 'error']`, the component will only re-render when the `data` or `error` properties change.
|
|
198
|
+
* When set to `'all'`, the component will re-render whenever a query is updated.
|
|
199
|
+
* When set to a function, the function will be executed to compute the list of properties.
|
|
200
|
+
* By default, access to properties will be tracked, and the component will only re-render when one of the tracked properties change.
|
|
201
|
+
*/
|
|
202
|
+
notifyOnChangeProps?: NotifyOnChangeProps;
|
|
203
|
+
/**
|
|
204
|
+
* Whether errors should be thrown instead of setting the `error` property.
|
|
205
|
+
* If set to `true` or `suspense` is `true`, all errors will be thrown to the error boundary.
|
|
206
|
+
* If set to `false` and `suspense` is `false`, errors are returned as state.
|
|
207
|
+
* If set to a function, it will be passed the error and the query, and it should return a boolean indicating whether to show the error in an error boundary (`true`) or return the error as state (`false`).
|
|
208
|
+
* Defaults to `false`.
|
|
209
|
+
*/
|
|
210
|
+
throwOnError?: ThrowOnError<TQueryFnData, TError, TQueryData, TQueryKey>;
|
|
211
|
+
/**
|
|
212
|
+
* This option can be used to transform or select a part of the data returned by the query function.
|
|
213
|
+
*/
|
|
214
|
+
select?: (data: TQueryData) => TData;
|
|
215
|
+
/**
|
|
216
|
+
* If set to `true`, the query will suspend when `status === 'pending'`
|
|
217
|
+
* and throw errors when `status === 'error'`.
|
|
218
|
+
* Defaults to `false`.
|
|
219
|
+
*/
|
|
220
|
+
suspense?: boolean;
|
|
221
|
+
/**
|
|
222
|
+
* If set, this value will be used as the placeholder data for this particular query observer while the query is still in the `loading` data and no initialData has been provided.
|
|
223
|
+
*/
|
|
224
|
+
placeholderData?: NonFunctionGuard<TQueryData> | PlaceholderDataFunction<NonFunctionGuard<TQueryData>, TError, NonFunctionGuard<TQueryData>, TQueryKey>;
|
|
225
|
+
_optimisticResults?: 'optimistic' | 'isRestoring';
|
|
226
|
+
/**
|
|
227
|
+
* Enable prefetching during rendering
|
|
228
|
+
*/
|
|
229
|
+
experimental_prefetchInRender?: boolean;
|
|
230
|
+
}
|
|
231
|
+
export type WithRequired<TTarget, TKey extends keyof TTarget> = TTarget & {
|
|
232
|
+
[_ in TKey]: {};
|
|
233
|
+
};
|
|
234
|
+
export type DefaultedQueryObserverOptions<TQueryFnData = unknown, TError = DefaultError, TData = TQueryFnData, TQueryData = TQueryFnData, TQueryKey extends QueryKey = QueryKey> = WithRequired<QueryObserverOptions<TQueryFnData, TError, TData, TQueryData, TQueryKey>, 'throwOnError' | 'refetchOnReconnect' | 'queryHash'>;
|
|
235
|
+
export interface InfiniteQueryObserverOptions<TQueryFnData = unknown, TError = DefaultError, TData = TQueryFnData, TQueryData = TQueryFnData, TQueryKey extends QueryKey = QueryKey, TPageParam = unknown> extends QueryObserverOptions<TQueryFnData, TError, TData, InfiniteData<TQueryData, TPageParam>, TQueryKey, TPageParam>, InfiniteQueryPageParamsOptions<TQueryFnData, TPageParam> {
|
|
236
|
+
}
|
|
237
|
+
export type DefaultedInfiniteQueryObserverOptions<TQueryFnData = unknown, TError = DefaultError, TData = TQueryFnData, TQueryData = TQueryFnData, TQueryKey extends QueryKey = QueryKey, TPageParam = unknown> = WithRequired<InfiniteQueryObserverOptions<TQueryFnData, TError, TData, TQueryData, TQueryKey, TPageParam>, 'throwOnError' | 'refetchOnReconnect' | 'queryHash'>;
|
|
238
|
+
export interface FetchQueryOptions<TQueryFnData = unknown, TError = DefaultError, TData = TQueryFnData, TQueryKey extends QueryKey = QueryKey, TPageParam = never> extends WithRequired<QueryOptions<TQueryFnData, TError, TData, TQueryKey, TPageParam>, 'queryKey'> {
|
|
239
|
+
initialPageParam?: never;
|
|
240
|
+
/**
|
|
241
|
+
* The time in milliseconds after data is considered stale.
|
|
242
|
+
* If the data is fresh it will be returned from the cache.
|
|
243
|
+
*/
|
|
244
|
+
staleTime?: StaleTime<TQueryFnData, TError, TData, TQueryKey>;
|
|
245
|
+
}
|
|
246
|
+
export interface EnsureQueryDataOptions<TQueryFnData = unknown, TError = DefaultError, TData = TQueryFnData, TQueryKey extends QueryKey = QueryKey, TPageParam = never> extends FetchQueryOptions<TQueryFnData, TError, TData, TQueryKey, TPageParam> {
|
|
247
|
+
revalidateIfStale?: boolean;
|
|
248
|
+
}
|
|
249
|
+
export type EnsureInfiniteQueryDataOptions<TQueryFnData = unknown, TError = DefaultError, TData = TQueryFnData, TQueryKey extends QueryKey = QueryKey, TPageParam = unknown> = FetchInfiniteQueryOptions<TQueryFnData, TError, TData, TQueryKey, TPageParam> & {
|
|
250
|
+
revalidateIfStale?: boolean;
|
|
251
|
+
};
|
|
252
|
+
type FetchInfiniteQueryPages<TQueryFnData = unknown, TPageParam = unknown> = {
|
|
253
|
+
pages?: never;
|
|
254
|
+
} | {
|
|
255
|
+
pages: number;
|
|
256
|
+
getNextPageParam: GetNextPageParamFunction<TPageParam, TQueryFnData>;
|
|
257
|
+
};
|
|
258
|
+
export type FetchInfiniteQueryOptions<TQueryFnData = unknown, TError = DefaultError, TData = TQueryFnData, TQueryKey extends QueryKey = QueryKey, TPageParam = unknown> = Omit<FetchQueryOptions<TQueryFnData, TError, InfiniteData<TData, TPageParam>, TQueryKey, TPageParam>, 'initialPageParam'> & InitialPageParam<TPageParam> & FetchInfiniteQueryPages<TQueryFnData, TPageParam>;
|
|
259
|
+
export interface ResultOptions {
|
|
260
|
+
throwOnError?: boolean;
|
|
261
|
+
}
|
|
262
|
+
export interface RefetchOptions extends ResultOptions {
|
|
263
|
+
/**
|
|
264
|
+
* If set to `true`, a currently running request will be cancelled before a new request is made
|
|
265
|
+
*
|
|
266
|
+
* If set to `false`, no refetch will be made if there is already a request running.
|
|
267
|
+
*
|
|
268
|
+
* Defaults to `true`.
|
|
269
|
+
*/
|
|
270
|
+
cancelRefetch?: boolean;
|
|
271
|
+
}
|
|
272
|
+
export interface InvalidateQueryFilters<TQueryKey extends QueryKey = QueryKey> extends QueryFilters<TQueryKey> {
|
|
273
|
+
refetchType?: QueryTypeFilter | 'none';
|
|
274
|
+
}
|
|
275
|
+
export interface RefetchQueryFilters<TQueryKey extends QueryKey = QueryKey> extends QueryFilters<TQueryKey> {
|
|
276
|
+
}
|
|
277
|
+
export interface InvalidateOptions extends RefetchOptions {
|
|
278
|
+
}
|
|
279
|
+
export interface ResetOptions extends RefetchOptions {
|
|
280
|
+
}
|
|
281
|
+
export interface FetchNextPageOptions extends ResultOptions {
|
|
282
|
+
/**
|
|
283
|
+
* If set to `true`, calling `fetchNextPage` repeatedly will invoke `queryFn` every time,
|
|
284
|
+
* whether the previous invocation has resolved or not. Also, the result from previous invocations will be ignored.
|
|
285
|
+
*
|
|
286
|
+
* If set to `false`, calling `fetchNextPage` repeatedly won't have any effect until the first invocation has resolved.
|
|
287
|
+
*
|
|
288
|
+
* Defaults to `true`.
|
|
289
|
+
*/
|
|
290
|
+
cancelRefetch?: boolean;
|
|
291
|
+
}
|
|
292
|
+
export interface FetchPreviousPageOptions extends ResultOptions {
|
|
293
|
+
/**
|
|
294
|
+
* If set to `true`, calling `fetchPreviousPage` repeatedly will invoke `queryFn` every time,
|
|
295
|
+
* whether the previous invocation has resolved or not. Also, the result from previous invocations will be ignored.
|
|
296
|
+
*
|
|
297
|
+
* If set to `false`, calling `fetchPreviousPage` repeatedly won't have any effect until the first invocation has resolved.
|
|
298
|
+
*
|
|
299
|
+
* Defaults to `true`.
|
|
300
|
+
*/
|
|
301
|
+
cancelRefetch?: boolean;
|
|
302
|
+
}
|
|
303
|
+
export type QueryStatus = 'pending' | 'error' | 'success';
|
|
304
|
+
export type FetchStatus = 'fetching' | 'paused' | 'idle';
|
|
305
|
+
export interface QueryObserverBaseResult<TData = unknown, TError = DefaultError> {
|
|
306
|
+
/**
|
|
307
|
+
* The last successfully resolved data for the query.
|
|
308
|
+
*/
|
|
309
|
+
data: TData | undefined;
|
|
310
|
+
/**
|
|
311
|
+
* The timestamp for when the query most recently returned the `status` as `"success"`.
|
|
312
|
+
*/
|
|
313
|
+
dataUpdatedAt: number;
|
|
314
|
+
/**
|
|
315
|
+
* The error object for the query, if an error was thrown.
|
|
316
|
+
* - Defaults to `null`.
|
|
317
|
+
*/
|
|
318
|
+
error: TError | null;
|
|
319
|
+
/**
|
|
320
|
+
* The timestamp for when the query most recently returned the `status` as `"error"`.
|
|
321
|
+
*/
|
|
322
|
+
errorUpdatedAt: number;
|
|
323
|
+
/**
|
|
324
|
+
* The failure count for the query.
|
|
325
|
+
* - Incremented every time the query fails.
|
|
326
|
+
* - Reset to `0` when the query succeeds.
|
|
327
|
+
*/
|
|
328
|
+
failureCount: number;
|
|
329
|
+
/**
|
|
330
|
+
* The failure reason for the query retry.
|
|
331
|
+
* - Reset to `null` when the query succeeds.
|
|
332
|
+
*/
|
|
333
|
+
failureReason: TError | null;
|
|
334
|
+
/**
|
|
335
|
+
* The sum of all errors.
|
|
336
|
+
*/
|
|
337
|
+
errorUpdateCount: number;
|
|
338
|
+
/**
|
|
339
|
+
* A derived boolean from the `status` variable, provided for convenience.
|
|
340
|
+
* - `true` if the query attempt resulted in an error.
|
|
341
|
+
*/
|
|
342
|
+
isError: boolean;
|
|
343
|
+
/**
|
|
344
|
+
* Will be `true` if the query has been fetched.
|
|
345
|
+
*/
|
|
346
|
+
isFetched: boolean;
|
|
347
|
+
/**
|
|
348
|
+
* Will be `true` if the query has been fetched after the component mounted.
|
|
349
|
+
* - This property can be used to not show any previously cached data.
|
|
350
|
+
*/
|
|
351
|
+
isFetchedAfterMount: boolean;
|
|
352
|
+
/**
|
|
353
|
+
* A derived boolean from the `fetchStatus` variable, provided for convenience.
|
|
354
|
+
* - `true` whenever the `queryFn` is executing, which includes initial `pending` as well as background refetch.
|
|
355
|
+
*/
|
|
356
|
+
isFetching: boolean;
|
|
357
|
+
/**
|
|
358
|
+
* Is `true` whenever the first fetch for a query is in-flight.
|
|
359
|
+
* - Is the same as `isFetching && isPending`.
|
|
360
|
+
*/
|
|
361
|
+
isLoading: boolean;
|
|
362
|
+
/**
|
|
363
|
+
* Will be `pending` if there's no cached data and no query attempt was finished yet.
|
|
364
|
+
*/
|
|
365
|
+
isPending: boolean;
|
|
366
|
+
/**
|
|
367
|
+
* Will be `true` if the query failed while fetching for the first time.
|
|
368
|
+
*/
|
|
369
|
+
isLoadingError: boolean;
|
|
370
|
+
/**
|
|
371
|
+
* @deprecated `isInitialLoading` is being deprecated in favor of `isLoading`
|
|
372
|
+
* and will be removed in the next major version.
|
|
373
|
+
*/
|
|
374
|
+
isInitialLoading: boolean;
|
|
375
|
+
/**
|
|
376
|
+
* A derived boolean from the `fetchStatus` variable, provided for convenience.
|
|
377
|
+
* - The query wanted to fetch, but has been `paused`.
|
|
378
|
+
*/
|
|
379
|
+
isPaused: boolean;
|
|
380
|
+
/**
|
|
381
|
+
* Will be `true` if the data shown is the placeholder data.
|
|
382
|
+
*/
|
|
383
|
+
isPlaceholderData: boolean;
|
|
384
|
+
/**
|
|
385
|
+
* Will be `true` if the query failed while refetching.
|
|
386
|
+
*/
|
|
387
|
+
isRefetchError: boolean;
|
|
388
|
+
/**
|
|
389
|
+
* Is `true` whenever a background refetch is in-flight, which _does not_ include initial `pending`.
|
|
390
|
+
* - Is the same as `isFetching && !isPending`.
|
|
391
|
+
*/
|
|
392
|
+
isRefetching: boolean;
|
|
393
|
+
/**
|
|
394
|
+
* Will be `true` if the data in the cache is invalidated or if the data is older than the given `staleTime`.
|
|
395
|
+
*/
|
|
396
|
+
isStale: boolean;
|
|
397
|
+
/**
|
|
398
|
+
* A derived boolean from the `status` variable, provided for convenience.
|
|
399
|
+
* - `true` if the query has received a response with no errors and is ready to display its data.
|
|
400
|
+
*/
|
|
401
|
+
isSuccess: boolean;
|
|
402
|
+
/**
|
|
403
|
+
* A function to manually refetch the query.
|
|
404
|
+
*/
|
|
405
|
+
refetch: (options?: RefetchOptions) => Promise<QueryObserverResult<TData, TError>>;
|
|
406
|
+
/**
|
|
407
|
+
* The status of the query.
|
|
408
|
+
* - Will be:
|
|
409
|
+
* - `pending` if there's no cached data and no query attempt was finished yet.
|
|
410
|
+
* - `error` if the query attempt resulted in an error.
|
|
411
|
+
* - `success` if the query has received a response with no errors and is ready to display its data.
|
|
412
|
+
*/
|
|
413
|
+
status: QueryStatus;
|
|
414
|
+
/**
|
|
415
|
+
* The fetch status of the query.
|
|
416
|
+
* - `fetching`: Is `true` whenever the queryFn is executing, which includes initial `pending` as well as background refetch.
|
|
417
|
+
* - `paused`: The query wanted to fetch, but has been `paused`.
|
|
418
|
+
* - `idle`: The query is not fetching.
|
|
419
|
+
* - See [Network Mode](https://tanstack.com/query/latest/docs/framework/react/guides/network-mode) for more information.
|
|
420
|
+
*/
|
|
421
|
+
fetchStatus: FetchStatus;
|
|
422
|
+
/**
|
|
423
|
+
* A stable promise that will be resolved with the data of the query.
|
|
424
|
+
* Requires the `experimental_prefetchInRender` feature flag to be enabled.
|
|
425
|
+
* @example
|
|
426
|
+
*
|
|
427
|
+
* ### Enabling the feature flag
|
|
428
|
+
* ```ts
|
|
429
|
+
* const client = new QueryClient({
|
|
430
|
+
* defaultOptions: {
|
|
431
|
+
* queries: {
|
|
432
|
+
* experimental_prefetchInRender: true,
|
|
433
|
+
* },
|
|
434
|
+
* },
|
|
435
|
+
* })
|
|
436
|
+
* ```
|
|
437
|
+
*
|
|
438
|
+
* ### Usage
|
|
439
|
+
* ```tsx
|
|
440
|
+
* import { useQuery } from '@tanstack/react-query'
|
|
441
|
+
* import React from 'react'
|
|
442
|
+
* import { fetchTodos, type Todo } from './api'
|
|
443
|
+
*
|
|
444
|
+
* function TodoList({ query }: { query: UseQueryResult<Todo[], Error> }) {
|
|
445
|
+
* const data = React.use(query.promise)
|
|
446
|
+
*
|
|
447
|
+
* return (
|
|
448
|
+
* <ul>
|
|
449
|
+
* {data.map(todo => (
|
|
450
|
+
* <li key={todo.id}>{todo.title}</li>
|
|
451
|
+
* ))}
|
|
452
|
+
* </ul>
|
|
453
|
+
* )
|
|
454
|
+
* }
|
|
455
|
+
*
|
|
456
|
+
* export function App() {
|
|
457
|
+
* const query = useQuery({ queryKey: ['todos'], queryFn: fetchTodos })
|
|
458
|
+
*
|
|
459
|
+
* return (
|
|
460
|
+
* <>
|
|
461
|
+
* <h1>Todos</h1>
|
|
462
|
+
* <React.Suspense fallback={<div>Loading...</div>}>
|
|
463
|
+
* <TodoList query={query} />
|
|
464
|
+
* </React.Suspense>
|
|
465
|
+
* </>
|
|
466
|
+
* )
|
|
467
|
+
* }
|
|
468
|
+
* ```
|
|
469
|
+
*/
|
|
470
|
+
promise: Promise<TData>;
|
|
471
|
+
}
|
|
472
|
+
export interface QueryObserverPendingResult<TData = unknown, TError = DefaultError> extends QueryObserverBaseResult<TData, TError> {
|
|
473
|
+
data: undefined;
|
|
474
|
+
error: null;
|
|
475
|
+
isError: false;
|
|
476
|
+
isPending: true;
|
|
477
|
+
isLoadingError: false;
|
|
478
|
+
isRefetchError: false;
|
|
479
|
+
isSuccess: false;
|
|
480
|
+
isPlaceholderData: false;
|
|
481
|
+
status: 'pending';
|
|
482
|
+
}
|
|
483
|
+
export interface QueryObserverLoadingResult<TData = unknown, TError = DefaultError> extends QueryObserverBaseResult<TData, TError> {
|
|
484
|
+
data: undefined;
|
|
485
|
+
error: null;
|
|
486
|
+
isError: false;
|
|
487
|
+
isPending: true;
|
|
488
|
+
isLoading: true;
|
|
489
|
+
isLoadingError: false;
|
|
490
|
+
isRefetchError: false;
|
|
491
|
+
isSuccess: false;
|
|
492
|
+
isPlaceholderData: false;
|
|
493
|
+
status: 'pending';
|
|
494
|
+
}
|
|
495
|
+
export interface QueryObserverLoadingErrorResult<TData = unknown, TError = DefaultError> extends QueryObserverBaseResult<TData, TError> {
|
|
496
|
+
data: undefined;
|
|
497
|
+
error: TError;
|
|
498
|
+
isError: true;
|
|
499
|
+
isPending: false;
|
|
500
|
+
isLoading: false;
|
|
501
|
+
isLoadingError: true;
|
|
502
|
+
isRefetchError: false;
|
|
503
|
+
isSuccess: false;
|
|
504
|
+
isPlaceholderData: false;
|
|
505
|
+
status: 'error';
|
|
506
|
+
}
|
|
507
|
+
export interface QueryObserverRefetchErrorResult<TData = unknown, TError = DefaultError> extends QueryObserverBaseResult<TData, TError> {
|
|
508
|
+
data: TData;
|
|
509
|
+
error: TError;
|
|
510
|
+
isError: true;
|
|
511
|
+
isPending: false;
|
|
512
|
+
isLoading: false;
|
|
513
|
+
isLoadingError: false;
|
|
514
|
+
isRefetchError: true;
|
|
515
|
+
isSuccess: false;
|
|
516
|
+
isPlaceholderData: false;
|
|
517
|
+
status: 'error';
|
|
518
|
+
}
|
|
519
|
+
export interface QueryObserverSuccessResult<TData = unknown, TError = DefaultError> extends QueryObserverBaseResult<TData, TError> {
|
|
520
|
+
data: TData;
|
|
521
|
+
error: null;
|
|
522
|
+
isError: false;
|
|
523
|
+
isPending: false;
|
|
524
|
+
isLoading: false;
|
|
525
|
+
isLoadingError: false;
|
|
526
|
+
isRefetchError: false;
|
|
527
|
+
isSuccess: true;
|
|
528
|
+
isPlaceholderData: false;
|
|
529
|
+
status: 'success';
|
|
530
|
+
}
|
|
531
|
+
export interface QueryObserverPlaceholderResult<TData = unknown, TError = DefaultError> extends QueryObserverBaseResult<TData, TError> {
|
|
532
|
+
data: TData;
|
|
533
|
+
isError: false;
|
|
534
|
+
error: null;
|
|
535
|
+
isPending: false;
|
|
536
|
+
isLoading: false;
|
|
537
|
+
isLoadingError: false;
|
|
538
|
+
isRefetchError: false;
|
|
539
|
+
isSuccess: true;
|
|
540
|
+
isPlaceholderData: true;
|
|
541
|
+
status: 'success';
|
|
542
|
+
}
|
|
543
|
+
export type DefinedQueryObserverResult<TData = unknown, TError = DefaultError> = QueryObserverRefetchErrorResult<TData, TError> | QueryObserverSuccessResult<TData, TError>;
|
|
544
|
+
export type QueryObserverResult<TData = unknown, TError = DefaultError> = DefinedQueryObserverResult<TData, TError> | QueryObserverLoadingErrorResult<TData, TError> | QueryObserverLoadingResult<TData, TError> | QueryObserverPendingResult<TData, TError> | QueryObserverPlaceholderResult<TData, TError>;
|
|
545
|
+
export interface InfiniteQueryObserverBaseResult<TData = unknown, TError = DefaultError> extends QueryObserverBaseResult<TData, TError> {
|
|
546
|
+
/**
|
|
547
|
+
* This function allows you to fetch the next "page" of results.
|
|
548
|
+
*/
|
|
549
|
+
fetchNextPage: (options?: FetchNextPageOptions) => Promise<InfiniteQueryObserverResult<TData, TError>>;
|
|
550
|
+
/**
|
|
551
|
+
* This function allows you to fetch the previous "page" of results.
|
|
552
|
+
*/
|
|
553
|
+
fetchPreviousPage: (options?: FetchPreviousPageOptions) => Promise<InfiniteQueryObserverResult<TData, TError>>;
|
|
554
|
+
/**
|
|
555
|
+
* Will be `true` if there is a next page to be fetched (known via the `getNextPageParam` option).
|
|
556
|
+
*/
|
|
557
|
+
hasNextPage: boolean;
|
|
558
|
+
/**
|
|
559
|
+
* Will be `true` if there is a previous page to be fetched (known via the `getPreviousPageParam` option).
|
|
560
|
+
*/
|
|
561
|
+
hasPreviousPage: boolean;
|
|
562
|
+
/**
|
|
563
|
+
* Will be `true` if the query failed while fetching the next page.
|
|
564
|
+
*/
|
|
565
|
+
isFetchNextPageError: boolean;
|
|
566
|
+
/**
|
|
567
|
+
* Will be `true` while fetching the next page with `fetchNextPage`.
|
|
568
|
+
*/
|
|
569
|
+
isFetchingNextPage: boolean;
|
|
570
|
+
/**
|
|
571
|
+
* Will be `true` if the query failed while fetching the previous page.
|
|
572
|
+
*/
|
|
573
|
+
isFetchPreviousPageError: boolean;
|
|
574
|
+
/**
|
|
575
|
+
* Will be `true` while fetching the previous page with `fetchPreviousPage`.
|
|
576
|
+
*/
|
|
577
|
+
isFetchingPreviousPage: boolean;
|
|
578
|
+
}
|
|
579
|
+
export interface InfiniteQueryObserverPendingResult<TData = unknown, TError = DefaultError> extends InfiniteQueryObserverBaseResult<TData, TError> {
|
|
580
|
+
data: undefined;
|
|
581
|
+
error: null;
|
|
582
|
+
isError: false;
|
|
583
|
+
isPending: true;
|
|
584
|
+
isLoadingError: false;
|
|
585
|
+
isRefetchError: false;
|
|
586
|
+
isFetchNextPageError: false;
|
|
587
|
+
isFetchPreviousPageError: false;
|
|
588
|
+
isSuccess: false;
|
|
589
|
+
isPlaceholderData: false;
|
|
590
|
+
status: 'pending';
|
|
591
|
+
}
|
|
592
|
+
export interface InfiniteQueryObserverLoadingResult<TData = unknown, TError = DefaultError> extends InfiniteQueryObserverBaseResult<TData, TError> {
|
|
593
|
+
data: undefined;
|
|
594
|
+
error: null;
|
|
595
|
+
isError: false;
|
|
596
|
+
isPending: true;
|
|
597
|
+
isLoading: true;
|
|
598
|
+
isLoadingError: false;
|
|
599
|
+
isRefetchError: false;
|
|
600
|
+
isFetchNextPageError: false;
|
|
601
|
+
isFetchPreviousPageError: false;
|
|
602
|
+
isSuccess: false;
|
|
603
|
+
isPlaceholderData: false;
|
|
604
|
+
status: 'pending';
|
|
605
|
+
}
|
|
606
|
+
export interface InfiniteQueryObserverLoadingErrorResult<TData = unknown, TError = DefaultError> extends InfiniteQueryObserverBaseResult<TData, TError> {
|
|
607
|
+
data: undefined;
|
|
608
|
+
error: TError;
|
|
609
|
+
isError: true;
|
|
610
|
+
isPending: false;
|
|
611
|
+
isLoading: false;
|
|
612
|
+
isLoadingError: true;
|
|
613
|
+
isRefetchError: false;
|
|
614
|
+
isFetchNextPageError: false;
|
|
615
|
+
isFetchPreviousPageError: false;
|
|
616
|
+
isSuccess: false;
|
|
617
|
+
isPlaceholderData: false;
|
|
618
|
+
status: 'error';
|
|
619
|
+
}
|
|
620
|
+
export interface InfiniteQueryObserverRefetchErrorResult<TData = unknown, TError = DefaultError> extends InfiniteQueryObserverBaseResult<TData, TError> {
|
|
621
|
+
data: TData;
|
|
622
|
+
error: TError;
|
|
623
|
+
isError: true;
|
|
624
|
+
isPending: false;
|
|
625
|
+
isLoading: false;
|
|
626
|
+
isLoadingError: false;
|
|
627
|
+
isRefetchError: true;
|
|
628
|
+
isSuccess: false;
|
|
629
|
+
isPlaceholderData: false;
|
|
630
|
+
status: 'error';
|
|
631
|
+
}
|
|
632
|
+
export interface InfiniteQueryObserverSuccessResult<TData = unknown, TError = DefaultError> extends InfiniteQueryObserverBaseResult<TData, TError> {
|
|
633
|
+
data: TData;
|
|
634
|
+
error: null;
|
|
635
|
+
isError: false;
|
|
636
|
+
isPending: false;
|
|
637
|
+
isLoading: false;
|
|
638
|
+
isLoadingError: false;
|
|
639
|
+
isRefetchError: false;
|
|
640
|
+
isFetchNextPageError: false;
|
|
641
|
+
isFetchPreviousPageError: false;
|
|
642
|
+
isSuccess: true;
|
|
643
|
+
isPlaceholderData: false;
|
|
644
|
+
status: 'success';
|
|
645
|
+
}
|
|
646
|
+
export interface InfiniteQueryObserverPlaceholderResult<TData = unknown, TError = DefaultError> extends InfiniteQueryObserverBaseResult<TData, TError> {
|
|
647
|
+
data: TData;
|
|
648
|
+
isError: false;
|
|
649
|
+
error: null;
|
|
650
|
+
isPending: false;
|
|
651
|
+
isLoading: false;
|
|
652
|
+
isLoadingError: false;
|
|
653
|
+
isRefetchError: false;
|
|
654
|
+
isSuccess: true;
|
|
655
|
+
isPlaceholderData: true;
|
|
656
|
+
isFetchNextPageError: false;
|
|
657
|
+
isFetchPreviousPageError: false;
|
|
658
|
+
status: 'success';
|
|
659
|
+
}
|
|
660
|
+
export type DefinedInfiniteQueryObserverResult<TData = unknown, TError = DefaultError> = InfiniteQueryObserverRefetchErrorResult<TData, TError> | InfiniteQueryObserverSuccessResult<TData, TError>;
|
|
661
|
+
export type InfiniteQueryObserverResult<TData = unknown, TError = DefaultError> = DefinedInfiniteQueryObserverResult<TData, TError> | InfiniteQueryObserverLoadingErrorResult<TData, TError> | InfiniteQueryObserverLoadingResult<TData, TError> | InfiniteQueryObserverPendingResult<TData, TError> | InfiniteQueryObserverPlaceholderResult<TData, TError>;
|
|
662
|
+
export type MutationKey = Register extends {
|
|
663
|
+
mutationKey: infer TMutationKey;
|
|
664
|
+
} ? TMutationKey extends Array<unknown> ? TMutationKey : TMutationKey extends Array<unknown> ? TMutationKey : ReadonlyArray<unknown> : ReadonlyArray<unknown>;
|
|
665
|
+
export type MutationStatus = 'idle' | 'pending' | 'success' | 'error';
|
|
666
|
+
export type MutationScope = {
|
|
667
|
+
id: string;
|
|
668
|
+
};
|
|
669
|
+
export type MutationMeta = Register extends {
|
|
670
|
+
mutationMeta: infer TMutationMeta;
|
|
671
|
+
} ? TMutationMeta extends Record<string, unknown> ? TMutationMeta : Record<string, unknown> : Record<string, unknown>;
|
|
672
|
+
export type MutationFunction<TData = unknown, TVariables = unknown> = (variables: TVariables) => Promise<TData>;
|
|
673
|
+
export interface MutationOptions<TData = unknown, TError = DefaultError, TVariables = void, TContext = unknown> {
|
|
674
|
+
mutationFn?: MutationFunction<TData, TVariables>;
|
|
675
|
+
mutationKey?: MutationKey;
|
|
676
|
+
onMutate?: (variables: TVariables) => Promise<TContext | undefined> | TContext | undefined;
|
|
677
|
+
onSuccess?: (data: TData, variables: TVariables, context: TContext) => Promise<unknown> | unknown;
|
|
678
|
+
onError?: (error: TError, variables: TVariables, context: TContext | undefined) => Promise<unknown> | unknown;
|
|
679
|
+
onSettled?: (data: TData | undefined, error: TError | null, variables: TVariables, context: TContext | undefined) => Promise<unknown> | unknown;
|
|
680
|
+
retry?: RetryValue<TError>;
|
|
681
|
+
retryDelay?: RetryDelayValue<TError>;
|
|
682
|
+
networkMode?: NetworkMode;
|
|
683
|
+
gcTime?: number;
|
|
684
|
+
_defaulted?: boolean;
|
|
685
|
+
meta?: MutationMeta;
|
|
686
|
+
scope?: MutationScope;
|
|
687
|
+
}
|
|
688
|
+
export interface MutationObserverOptions<TData = unknown, TError = DefaultError, TVariables = void, TContext = unknown> extends MutationOptions<TData, TError, TVariables, TContext> {
|
|
689
|
+
throwOnError?: boolean | ((error: TError) => boolean);
|
|
690
|
+
}
|
|
691
|
+
export interface MutateOptions<TData = unknown, TError = DefaultError, TVariables = void, TContext = unknown> {
|
|
692
|
+
onSuccess?: (data: TData, variables: TVariables, context: TContext) => void;
|
|
693
|
+
onError?: (error: TError, variables: TVariables, context: TContext | undefined) => void;
|
|
694
|
+
onSettled?: (data: TData | undefined, error: TError | null, variables: TVariables, context: TContext | undefined) => void;
|
|
695
|
+
}
|
|
696
|
+
export type MutateFunction<TData = unknown, TError = DefaultError, TVariables = void, TContext = unknown> = (variables: TVariables, options?: MutateOptions<TData, TError, TVariables, TContext>) => Promise<TData>;
|
|
697
|
+
export interface MutationObserverBaseResult<TData = unknown, TError = DefaultError, TVariables = void, TContext = unknown> extends MutationState<TData, TError, TVariables, TContext> {
|
|
698
|
+
/**
|
|
699
|
+
* The last successfully resolved data for the mutation.
|
|
700
|
+
*/
|
|
701
|
+
data: TData | undefined;
|
|
702
|
+
/**
|
|
703
|
+
* The variables object passed to the `mutationFn`.
|
|
704
|
+
*/
|
|
705
|
+
variables: TVariables | undefined;
|
|
706
|
+
/**
|
|
707
|
+
* The error object for the mutation, if an error was encountered.
|
|
708
|
+
* - Defaults to `null`.
|
|
709
|
+
*/
|
|
710
|
+
error: TError | null;
|
|
711
|
+
/**
|
|
712
|
+
* A boolean variable derived from `status`.
|
|
713
|
+
* - `true` if the last mutation attempt resulted in an error.
|
|
714
|
+
*/
|
|
715
|
+
isError: boolean;
|
|
716
|
+
/**
|
|
717
|
+
* A boolean variable derived from `status`.
|
|
718
|
+
* - `true` if the mutation is in its initial state prior to executing.
|
|
719
|
+
*/
|
|
720
|
+
isIdle: boolean;
|
|
721
|
+
/**
|
|
722
|
+
* A boolean variable derived from `status`.
|
|
723
|
+
* - `true` if the mutation is currently executing.
|
|
724
|
+
*/
|
|
725
|
+
isPending: boolean;
|
|
726
|
+
/**
|
|
727
|
+
* A boolean variable derived from `status`.
|
|
728
|
+
* - `true` if the last mutation attempt was successful.
|
|
729
|
+
*/
|
|
730
|
+
isSuccess: boolean;
|
|
731
|
+
/**
|
|
732
|
+
* The status of the mutation.
|
|
733
|
+
* - Will be:
|
|
734
|
+
* - `idle` initial status prior to the mutation function executing.
|
|
735
|
+
* - `pending` if the mutation is currently executing.
|
|
736
|
+
* - `error` if the last mutation attempt resulted in an error.
|
|
737
|
+
* - `success` if the last mutation attempt was successful.
|
|
738
|
+
*/
|
|
739
|
+
status: MutationStatus;
|
|
740
|
+
/**
|
|
741
|
+
* The mutation function you can call with variables to trigger the mutation and optionally hooks on additional callback options.
|
|
742
|
+
* @param variables - The variables object to pass to the `mutationFn`.
|
|
743
|
+
* @param options.onSuccess - This function will fire when the mutation is successful and will be passed the mutation's result.
|
|
744
|
+
* @param options.onError - This function will fire if the mutation encounters an error and will be passed the error.
|
|
745
|
+
* @param options.onSettled - This function will fire when the mutation is either successfully fetched or encounters an error and be passed either the data or error.
|
|
746
|
+
* @remarks
|
|
747
|
+
* - If you make multiple requests, `onSuccess` will fire only after the latest call you've made.
|
|
748
|
+
* - All the callback functions (`onSuccess`, `onError`, `onSettled`) are void functions, and the returned value will be ignored.
|
|
749
|
+
*/
|
|
750
|
+
mutate: MutateFunction<TData, TError, TVariables, TContext>;
|
|
751
|
+
/**
|
|
752
|
+
* A function to clean the mutation internal state (i.e., it resets the mutation to its initial state).
|
|
753
|
+
*/
|
|
754
|
+
reset: () => void;
|
|
755
|
+
}
|
|
756
|
+
export interface MutationObserverIdleResult<TData = unknown, TError = DefaultError, TVariables = void, TContext = unknown> extends MutationObserverBaseResult<TData, TError, TVariables, TContext> {
|
|
757
|
+
data: undefined;
|
|
758
|
+
variables: undefined;
|
|
759
|
+
error: null;
|
|
760
|
+
isError: false;
|
|
761
|
+
isIdle: true;
|
|
762
|
+
isPending: false;
|
|
763
|
+
isSuccess: false;
|
|
764
|
+
status: 'idle';
|
|
765
|
+
}
|
|
766
|
+
export interface MutationObserverLoadingResult<TData = unknown, TError = DefaultError, TVariables = void, TContext = unknown> extends MutationObserverBaseResult<TData, TError, TVariables, TContext> {
|
|
767
|
+
data: undefined;
|
|
768
|
+
variables: TVariables;
|
|
769
|
+
error: null;
|
|
770
|
+
isError: false;
|
|
771
|
+
isIdle: false;
|
|
772
|
+
isPending: true;
|
|
773
|
+
isSuccess: false;
|
|
774
|
+
status: 'pending';
|
|
775
|
+
}
|
|
776
|
+
export interface MutationObserverErrorResult<TData = unknown, TError = DefaultError, TVariables = void, TContext = unknown> extends MutationObserverBaseResult<TData, TError, TVariables, TContext> {
|
|
777
|
+
data: undefined;
|
|
778
|
+
error: TError;
|
|
779
|
+
variables: TVariables;
|
|
780
|
+
isError: true;
|
|
781
|
+
isIdle: false;
|
|
782
|
+
isPending: false;
|
|
783
|
+
isSuccess: false;
|
|
784
|
+
status: 'error';
|
|
785
|
+
}
|
|
786
|
+
export interface MutationObserverSuccessResult<TData = unknown, TError = DefaultError, TVariables = void, TContext = unknown> extends MutationObserverBaseResult<TData, TError, TVariables, TContext> {
|
|
787
|
+
data: TData;
|
|
788
|
+
error: null;
|
|
789
|
+
variables: TVariables;
|
|
790
|
+
isError: false;
|
|
791
|
+
isIdle: false;
|
|
792
|
+
isPending: false;
|
|
793
|
+
isSuccess: true;
|
|
794
|
+
status: 'success';
|
|
795
|
+
}
|
|
796
|
+
export type MutationObserverResult<TData = unknown, TError = DefaultError, TVariables = void, TContext = unknown> = MutationObserverIdleResult<TData, TError, TVariables, TContext> | MutationObserverLoadingResult<TData, TError, TVariables, TContext> | MutationObserverErrorResult<TData, TError, TVariables, TContext> | MutationObserverSuccessResult<TData, TError, TVariables, TContext>;
|
|
797
|
+
export interface QueryClientConfig {
|
|
798
|
+
queryCache?: QueryCache;
|
|
799
|
+
mutationCache?: MutationCache;
|
|
800
|
+
defaultOptions?: DefaultOptions;
|
|
801
|
+
}
|
|
802
|
+
export interface DefaultOptions<TError = DefaultError> {
|
|
803
|
+
queries?: OmitKeyof<QueryObserverOptions<unknown, TError>, 'suspense' | 'queryKey'>;
|
|
804
|
+
mutations?: MutationObserverOptions<unknown, TError, unknown, unknown>;
|
|
805
|
+
hydrate?: HydrateOptions['defaultOptions'];
|
|
806
|
+
dehydrate?: DehydrateOptions;
|
|
807
|
+
}
|
|
808
|
+
export interface CancelOptions {
|
|
809
|
+
revert?: boolean;
|
|
810
|
+
silent?: boolean;
|
|
811
|
+
}
|
|
812
|
+
export interface SetDataOptions {
|
|
813
|
+
updatedAt?: number;
|
|
814
|
+
}
|
|
815
|
+
export type NotifyEventType = 'added' | 'removed' | 'updated' | 'observerAdded' | 'observerRemoved' | 'observerResultsUpdated' | 'observerOptionsUpdated';
|
|
816
|
+
export interface NotifyEvent {
|
|
817
|
+
type: NotifyEventType;
|
|
818
|
+
}
|
|
819
|
+
export {};
|