infinity-forge 9.9.0 → 9.9.2
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 -21
- package/dist/client/client.js +8 -4
- package/dist/client/client.js.map +1 -1
- package/dist/client/generate.js +9 -4
- package/dist/client/generate.js.map +1 -1
- package/dist/client/index.js +17 -1
- package/dist/client/index.js.map +1 -1
- package/dist/client/swagger_client.js +2 -1
- package/dist/codie_panel/atena_codie_panel_keys/hooks/index.js +17 -1
- 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 +9 -3
- 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 +18 -2
- package/dist/codie_panel/atena_codie_panel_keys/index.js.map +1 -1
- package/dist/codie_panel/atena_codie_panel_keys/keys.js +5 -2
- package/dist/codie_panel/atena_codie_panel_keys/keys.js.map +1 -1
- package/dist/codie_panel/hooks/use-panel-configurations.js +6 -3
- package/dist/codie_panel/hooks/use-panel-configurations.js.map +1 -1
- package/dist/codie_panel/index.js +19 -3
- package/dist/codie_panel/index.js.map +1 -1
- package/dist/codie_panel/pages/configurations/components/index.js +17 -1
- package/dist/codie_panel/pages/configurations/components/index.js.map +1 -1
- package/dist/codie_panel/pages/configurations/components/menu-card/index.js +6 -3
- package/dist/codie_panel/pages/configurations/components/menu-card/index.js.map +1 -1
- package/dist/codie_panel/pages/configurations/index.js +17 -1
- package/dist/codie_panel/pages/configurations/index.js.map +1 -1
- package/dist/codie_panel/pages/configurations/page.js +11 -8
- package/dist/codie_panel/pages/configurations/page.js.map +1 -1
- package/dist/codie_panel/pages/index.js +18 -2
- package/dist/codie_panel/pages/index.js.map +1 -1
- package/dist/codie_panel/pages/menu/components/index.js +17 -1
- package/dist/codie_panel/pages/menu/components/index.js.map +1 -1
- package/dist/codie_panel/pages/menu/components/menu-card/index.js +6 -3
- package/dist/codie_panel/pages/menu/components/menu-card/index.js.map +1 -1
- package/dist/codie_panel/pages/menu/index.js +17 -1
- package/dist/codie_panel/pages/menu/index.js.map +1 -1
- package/dist/codie_panel/pages/menu/page.js +10 -7
- package/dist/codie_panel/pages/menu/page.js.map +1 -1
- package/dist/codie_panel/panel_configurations/index.js +2 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +20 -4
- package/dist/index.js.map +1 -1
- package/dist/system/components/data/avatar/index.js +55 -8
- package/dist/system/components/data/avatar/index.js.map +1 -1
- package/dist/system/components/data/avatar/styles.js +13 -30
- package/dist/system/components/data/avatar/styles.js.map +1 -1
- package/dist/system/components/data/buttons/index.js +17 -1
- package/dist/system/components/data/buttons/index.js.map +1 -1
- package/dist/system/components/data/buttons/sidebar-button/index.js +41 -5
- package/dist/system/components/data/buttons/sidebar-button/index.js.map +1 -1
- package/dist/system/components/data/buttons/sidebar-button/styles.js +13 -17
- package/dist/system/components/data/buttons/sidebar-button/styles.js.map +1 -1
- package/dist/system/components/data/chat/card-message/index.js +43 -6
- package/dist/system/components/data/chat/card-message/index.js.map +1 -1
- package/dist/system/components/data/chat/card-message/styles.js +13 -38
- package/dist/system/components/data/chat/card-message/styles.js.map +1 -1
- package/dist/system/components/data/chat/index.js +45 -8
- package/dist/system/components/data/chat/index.js.map +1 -1
- package/dist/system/components/data/chat/interfaces.js +2 -1
- package/dist/system/components/data/chat/loader/index.js +7 -4
- package/dist/system/components/data/chat/loader/index.js.map +1 -1
- package/dist/system/components/data/chat/schema.js +38 -2
- package/dist/system/components/data/chat/schema.js.map +1 -1
- package/dist/system/components/data/chat/styles.js +13 -150
- package/dist/system/components/data/chat/styles.js.map +1 -1
- package/dist/system/components/data/detail-card/component.js +45 -8
- package/dist/system/components/data/detail-card/component.js.map +1 -1
- package/dist/system/components/data/detail-card/index.js +18 -2
- package/dist/system/components/data/detail-card/index.js.map +1 -1
- package/dist/system/components/data/detail-card/interfaces.js +2 -1
- package/dist/system/components/data/detail-card/styles.js +13 -148
- package/dist/system/components/data/detail-card/styles.js.map +1 -1
- package/dist/system/components/data/highlight-icon/index.js +43 -6
- package/dist/system/components/data/highlight-icon/index.js.map +1 -1
- package/dist/system/components/data/highlight-icon/interfaces.js +2 -1
- package/dist/system/components/data/highlight-icon/styles.js +13 -18
- package/dist/system/components/data/highlight-icon/styles.js.map +1 -1
- package/dist/system/components/data/highlight-text/index.js +43 -6
- package/dist/system/components/data/highlight-text/index.js.map +1 -1
- package/dist/system/components/data/highlight-text/interfaces.js +2 -1
- package/dist/system/components/data/highlight-text/styles.js +14 -17
- package/dist/system/components/data/highlight-text/styles.js.map +1 -1
- package/dist/system/components/data/index.js +30 -14
- package/dist/system/components/data/index.js.map +1 -1
- package/dist/system/components/data/input-search/index.js +43 -6
- package/dist/system/components/data/input-search/index.js.map +1 -1
- package/dist/system/components/data/input-search/interfaces.js +2 -1
- package/dist/system/components/data/input-search/styles.js +13 -41
- package/dist/system/components/data/input-search/styles.js.map +1 -1
- package/dist/system/components/data/menu/component.js +9 -6
- package/dist/system/components/data/menu/component.js.map +1 -1
- package/dist/system/components/data/menu/components/index.js +17 -1
- package/dist/system/components/data/menu/components/index.js.map +1 -1
- package/dist/system/components/data/menu/components/menu-item/index.js +75 -32
- package/dist/system/components/data/menu/components/menu-item/index.js.map +1 -1
- package/dist/system/components/data/menu/index.js +18 -2
- package/dist/system/components/data/menu/index.js.map +1 -1
- package/dist/system/components/data/menu/mock.js +4 -1
- package/dist/system/components/data/menu/mock.js.map +1 -1
- package/dist/system/components/data/menu/modes/collapsed-menu/index.js +48 -12
- 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 +14 -88
- package/dist/system/components/data/menu/modes/collapsed-menu/styles.js.map +1 -1
- package/dist/system/components/data/menu/modes/index.js +18 -2
- package/dist/system/components/data/menu/modes/index.js.map +1 -1
- package/dist/system/components/data/menu/modes/opened/index.js +58 -21
- package/dist/system/components/data/menu/modes/opened/index.js.map +1 -1
- package/dist/system/components/data/menu/modes/opened/styles.js +14 -3
- package/dist/system/components/data/menu/modes/opened/styles.js.map +1 -1
- package/dist/system/components/data/menu/styles.js +15 -165
- package/dist/system/components/data/menu/styles.js.map +1 -1
- package/dist/system/components/data/notifications/card/index.js +42 -5
- package/dist/system/components/data/notifications/card/index.js.map +1 -1
- package/dist/system/components/data/notifications/card/styles.js +13 -30
- package/dist/system/components/data/notifications/card/styles.js.map +1 -1
- package/dist/system/components/data/notifications/content-notification/index.js +22 -5
- package/dist/system/components/data/notifications/content-notification/index.js.map +1 -1
- package/dist/system/components/data/notifications/index.js +55 -19
- package/dist/system/components/data/notifications/index.js.map +1 -1
- package/dist/system/components/data/notifications/interfaces.js +2 -1
- package/dist/system/components/data/notifications/read-notifications/index.js +60 -21
- package/dist/system/components/data/notifications/read-notifications/index.js.map +1 -1
- package/dist/system/components/data/notifications/styles.js +14 -78
- package/dist/system/components/data/notifications/styles.js.map +1 -1
- package/dist/system/components/data/page-wrapper/index.js +42 -5
- package/dist/system/components/data/page-wrapper/index.js.map +1 -1
- package/dist/system/components/data/page-wrapper/interfaces.js +2 -1
- package/dist/system/components/data/page-wrapper/styles.js +13 -6
- package/dist/system/components/data/page-wrapper/styles.js.map +1 -1
- package/dist/system/components/data/popover/index.js +7 -3
- package/dist/system/components/data/popover/index.js.map +1 -1
- package/dist/system/components/data/popover/interfaces.js +2 -1
- package/dist/system/components/data/profile-infos/index.js +55 -7
- package/dist/system/components/data/profile-infos/index.js.map +1 -1
- package/dist/system/components/data/profile-infos/interfaces.js +2 -1
- package/dist/system/components/data/profile-infos/profile/index.js +43 -6
- package/dist/system/components/data/profile-infos/profile/index.js.map +1 -1
- package/dist/system/components/data/profile-infos/profile/interfaces.js +2 -1
- package/dist/system/components/data/profile-infos/profile/styles.js +13 -54
- 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 +60 -12
- package/dist/system/components/data/select-workspace/component.js.map +1 -1
- package/dist/system/components/data/select-workspace/custom-styles.js +24 -10
- package/dist/system/components/data/select-workspace/custom-styles.js.map +1 -1
- package/dist/system/components/data/select-workspace/index.js +19 -3
- package/dist/system/components/data/select-workspace/index.js.map +1 -1
- package/dist/system/components/data/select-workspace/interfaces.js +2 -1
- package/dist/system/components/data/select-workspace/styles.js +14 -142
- package/dist/system/components/data/select-workspace/styles.js.map +1 -1
- package/dist/system/components/data/tab/component.js +76 -28
- package/dist/system/components/data/tab/component.js.map +1 -1
- package/dist/system/components/data/tab/index.js +18 -2
- package/dist/system/components/data/tab/index.js.map +1 -1
- package/dist/system/components/data/tab/interfaces.js +2 -1
- package/dist/system/components/data/tab/styles.js +13 -53
- package/dist/system/components/data/tab/styles.js.map +1 -1
- package/dist/system/components/data/tab/tab-item/index.js +42 -6
- package/dist/system/components/data/tab/tab-item/index.js.map +1 -1
- package/dist/system/components/data/tab/tab-item/styles.js +25 -42
- package/dist/system/components/data/tab/tab-item/styles.js.map +1 -1
- package/dist/system/components/index.js +18 -2
- package/dist/system/components/index.js.map +1 -1
- package/dist/system/components/layout/component.js +53 -6
- package/dist/system/components/layout/component.js.map +1 -1
- package/dist/system/components/layout/header/components/index.js +19 -3
- package/dist/system/components/layout/header/components/index.js.map +1 -1
- package/dist/system/components/layout/header/components/logo/index.js +15 -8
- package/dist/system/components/layout/header/components/logo/index.js.map +1 -1
- package/dist/system/components/layout/header/components/menu-right/component.js +53 -6
- 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 +19 -3
- 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 +54 -6
- 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 +2 -1
- package/dist/system/components/layout/header/components/menu-right/messages/content/card/styles.js +13 -48
- 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 +54 -7
- 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 +2 -1
- package/dist/system/components/layout/header/components/menu-right/messages/content/styles.js +13 -14
- 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 +43 -7
- 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 +13 -16
- 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 +43 -7
- 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 +13 -98
- 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 +56 -9
- 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 +13 -2
- 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 +14 -34
- 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 +57 -10
- 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 +67 -17
- 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 +15 -6
- 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 +13 -169
- 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 +13 -11
- 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 +52 -5
- 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 +13 -47
- package/dist/system/components/layout/header/components/search-modal/trigger/styles.js.map +1 -1
- package/dist/system/components/layout/header/index.js +19 -5
- package/dist/system/components/layout/header/index.js.map +1 -1
- package/dist/system/components/layout/header/version-01/index.js +58 -11
- package/dist/system/components/layout/header/version-01/index.js.map +1 -1
- package/dist/system/components/layout/header/version-01/styles.js +16 -154
- package/dist/system/components/layout/header/version-01/styles.js.map +1 -1
- package/dist/system/components/layout/index.js +21 -5
- package/dist/system/components/layout/index.js.map +1 -1
- package/dist/system/components/layout/interfaces.js +2 -1
- package/dist/system/components/layout/styles.js +13 -36
- package/dist/system/components/layout/styles.js.map +1 -1
- package/dist/system/context/auth/components/index.js +18 -2
- package/dist/system/context/auth/components/index.js.map +1 -1
- package/dist/system/context/auth/components/login/form-login/index.js +9 -6
- package/dist/system/context/auth/components/login/form-login/index.js.map +1 -1
- package/dist/system/context/auth/components/login/index.js +44 -8
- package/dist/system/context/auth/components/login/index.js.map +1 -1
- package/dist/system/context/auth/components/login/styles.js +13 -142
- package/dist/system/context/auth/components/login/styles.js.map +1 -1
- package/dist/system/context/auth/components/private-page/index.js +85 -41
- package/dist/system/context/auth/components/private-page/index.js.map +1 -1
- package/dist/system/context/auth/components/private-page/interfaces.js +2 -1
- package/dist/system/context/auth/context.js +193 -87
- package/dist/system/context/auth/context.js.map +1 -1
- package/dist/system/context/auth/index.js +19 -3
- package/dist/system/context/auth/index.js.map +1 -1
- package/dist/system/context/auth/interfaces.js +2 -1
- package/dist/system/context/container.d.ts +1 -1
- package/dist/system/context/container.js +32 -17
- package/dist/system/context/container.js.map +1 -1
- package/dist/system/context/index.js +21 -5
- package/dist/system/context/index.js.map +1 -1
- package/dist/system/context/infra-injection/context.js +12 -7
- package/dist/system/context/infra-injection/context.js.map +1 -1
- package/dist/system/context/infra-injection/index.js +18 -2
- package/dist/system/context/infra-injection/index.js.map +1 -1
- package/dist/system/context/infra-injection/interfaces.js +2 -1
- package/dist/system/context/menu/context.js +12 -9
- package/dist/system/context/menu/context.js.map +1 -1
- package/dist/system/context/menu/index.js +18 -2
- package/dist/system/context/menu/index.js.map +1 -1
- package/dist/system/context/menu/interfaces.js +2 -1
- package/dist/system/context/theme/context.js +26 -11
- package/dist/system/context/theme/context.js.map +1 -1
- package/dist/system/context/theme/index.js +17 -1
- package/dist/system/context/theme/index.js.map +1 -1
- package/dist/system/context/third-party-integration-context/context.js +8 -5
- package/dist/system/context/third-party-integration-context/context.js.map +1 -1
- package/dist/system/context/third-party-integration-context/index.js +18 -2
- package/dist/system/context/third-party-integration-context/index.js.map +1 -1
- package/dist/system/context/third-party-integration-context/interfaces.js +2 -1
- package/dist/system/hooks/index.js +20 -4
- package/dist/system/hooks/index.js.map +1 -1
- package/dist/system/hooks/locales/ibge/index.js +17 -1
- package/dist/system/hooks/locales/ibge/index.js.map +1 -1
- package/dist/system/hooks/locales/ibge/use-load-cities-by-uf/hook.js +51 -11
- 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 +18 -2
- 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 +2 -1
- package/dist/system/hooks/locales/index.js +18 -2
- package/dist/system/hooks/locales/index.js.map +1 -1
- package/dist/system/hooks/locales/use-load-cities/index.js +37 -4
- package/dist/system/hooks/locales/use-load-cities/index.js.map +1 -1
- package/dist/system/hooks/menu/index.js +17 -1
- package/dist/system/hooks/menu/index.js.map +1 -1
- package/dist/system/hooks/menu/use-load-menu.js +58 -18
- package/dist/system/hooks/menu/use-load-menu.js.map +1 -1
- package/dist/system/hooks/notifications/index.js +18 -2
- package/dist/system/hooks/notifications/index.js.map +1 -1
- package/dist/system/hooks/notifications/use-load-all/index.js +58 -20
- package/dist/system/hooks/notifications/use-load-all/index.js.map +1 -1
- package/dist/system/hooks/notifications/use-load-no-read/index.js +48 -10
- package/dist/system/hooks/notifications/use-load-no-read/index.js.map +1 -1
- package/dist/system/hooks/ui/index.js +18 -2
- package/dist/system/hooks/ui/index.js.map +1 -1
- package/dist/system/hooks/ui/use-debounce/index.js +9 -6
- package/dist/system/hooks/ui/use-debounce/index.js.map +1 -1
- package/dist/system/hooks/ui/use-table/component.js +18 -4
- package/dist/system/hooks/ui/use-table/component.js.map +1 -1
- package/dist/system/hooks/ui/use-table/components/index.js +18 -2
- 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 +77 -25
- 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 +108 -22
- 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 +13 -44
- 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 +39 -24
- 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 +76 -28
- 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 +13 -40
- 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 +65 -14
- 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 +2 -1
- package/dist/system/hooks/ui/use-table/components/table/create/styles.js +13 -40
- 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 +42 -5
- 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 +13 -29
- 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 +154 -53
- 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 +16 -146
- 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 +26 -11
- 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 +99 -43
- 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 +2 -1
- package/dist/system/hooks/ui/use-table/components/table/pagination/index.js +55 -18
- 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 +22 -19
- 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 +13 -116
- 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 +41 -5
- 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 +13 -7
- 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 +15 -152
- 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 +51 -14
- 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 +2 -1
- package/dist/system/hooks/ui/use-table/components/table/thead-item/styles.js +13 -25
- 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 +108 -24
- 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 +13 -36
- 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 +38 -21
- package/dist/system/hooks/ui/use-table/components/table/tr/index.js.map +1 -1
- package/dist/system/hooks/ui/use-table/index.js +19 -3
- package/dist/system/hooks/ui/use-table/index.js.map +1 -1
- package/dist/system/hooks/ui/use-table/interfaces.js +4 -2
- package/dist/system/hooks/ui/use-table/interfaces.js.map +1 -1
- package/dist/system/index.js +19 -3
- package/dist/system/index.js.map +1 -1
- package/dist/test/index.js +6 -3
- package/dist/test/index.js.map +1 -1
- package/dist/ui/atena/domain/dynamic-section/create.js +2 -1
- package/dist/ui/atena/domain/dynamic-section/dynamic-section.js +2 -1
- package/dist/ui/atena/domain/dynamic-section/index.js +20 -4
- package/dist/ui/atena/domain/dynamic-section/index.js.map +1 -1
- package/dist/ui/atena/domain/dynamic-section/load-all.js +2 -1
- package/dist/ui/atena/domain/dynamic-section/update.js +2 -1
- package/dist/ui/atena/domain/index.js +17 -1
- package/dist/ui/atena/domain/index.js.map +1 -1
- package/dist/ui/atena/index.js +18 -2
- package/dist/ui/atena/index.js.map +1 -1
- package/dist/ui/atena/presentation/dynamic-elements/atena-page.js +116 -65
- package/dist/ui/atena/presentation/dynamic-elements/atena-page.js.map +1 -1
- package/dist/ui/atena/presentation/dynamic-elements/elements/contact/index.js +61 -13
- 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 +13 -4
- 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 +43 -7
- 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 +42 -5
- 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 +10 -131
- 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 +10 -59
- 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 +98 -21
- 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 +10 -104
- 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 +54 -7
- 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 +10 -23
- 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 +18 -2
- 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 +42 -6
- 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 +13 -4
- 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 +17 -1
- package/dist/ui/atena/presentation/dynamic-elements/elements/index.js.map +1 -1
- package/dist/ui/atena/presentation/dynamic-elements/index.js +19 -3
- package/dist/ui/atena/presentation/dynamic-elements/index.js.map +1 -1
- package/dist/ui/atena/presentation/dynamic-elements/pages/blog/component.js +60 -13
- 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 +45 -6
- 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 +14 -118
- 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 +50 -11
- 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 +11 -8
- 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 +43 -6
- 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 +14 -84
- 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 +45 -9
- 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 +21 -5
- 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 +87 -14
- 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 +44 -8
- 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 +13 -226
- 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 +42 -5
- 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 +13 -19
- 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 +17 -1
- 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 +13 -65
- 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 +136 -78
- 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 +2 -1
- package/dist/ui/atena/presentation/dynamic-elements/pages/common-ssrs-api/index.js +18 -2
- 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 +123 -65
- 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 +19 -3
- 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 +42 -6
- 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 +13 -69
- 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 +53 -13
- 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 +15 -9
- 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 +59 -16
- 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 +13 -38
- 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 +13 -75
- 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 +58 -11
- 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 +17 -1
- 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 +13 -82
- package/dist/ui/atena/presentation/dynamic-elements/pages/post/styles.js.map +1 -1
- package/dist/ui/atena/presentation/dynamic-sections/context.js +70 -31
- 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 +49 -11
- 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 +21 -5
- package/dist/ui/atena/presentation/dynamic-sections/index.js.map +1 -1
- package/dist/ui/atena/presentation/dynamic-sections/types.js +2 -1
- package/dist/ui/atena/presentation/dynamic-sections/use-dynamic-section/edit-css/editor-code/index.js +42 -6
- 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 +13 -4
- 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 +64 -26
- 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 +13 -4
- 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 +110 -83
- 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 +44 -26
- 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 +2 -1
- package/dist/ui/atena/presentation/dynamic-sections/use-section/index.js +12 -8
- package/dist/ui/atena/presentation/dynamic-sections/use-section/index.js.map +1 -1
- package/dist/ui/atena/presentation/index.js +19 -3
- package/dist/ui/atena/presentation/index.js.map +1 -1
- package/dist/ui/atena/presentation/site-configurations/atena-ssr-site.js +19 -13
- package/dist/ui/atena/presentation/site-configurations/atena-ssr-site.js.map +1 -1
- package/dist/ui/atena/presentation/site-configurations/index.js +18 -2
- package/dist/ui/atena/presentation/site-configurations/index.js.map +1 -1
- package/dist/ui/atena/presentation/site-configurations/use-site-configurations.js +21 -7
- 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 +4 -1
- 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 +95 -20
- 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 +13 -87
- 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 +17 -1
- 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 +62 -23
- 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 +17 -1
- 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 +157 -59
- 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 +13 -9
- 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 +13 -9
- 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.d.ts +2 -1
- package/dist/ui/codie-dynamic/components/directory-filter/source-filters/index.js +63 -26
- 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 +9 -5
- 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 +13 -304
- 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 +10 -7
- package/dist/ui/codie-dynamic/components/directory-filter/use-filter.js.map +1 -1
- package/dist/ui/codie-dynamic/components/index.js +17 -1
- package/dist/ui/codie-dynamic/components/index.js.map +1 -1
- package/dist/ui/codie-dynamic/index.js +17 -1
- package/dist/ui/codie-dynamic/index.js.map +1 -1
- package/dist/ui/components/accordion/accordions/index.js +41 -17
- package/dist/ui/components/accordion/accordions/index.js.map +1 -1
- package/dist/ui/components/accordion/component.js +57 -9
- package/dist/ui/components/accordion/component.js.map +1 -1
- package/dist/ui/components/accordion/index.js +18 -2
- package/dist/ui/components/accordion/index.js.map +1 -1
- package/dist/ui/components/accordion/interfaces.js +2 -1
- package/dist/ui/components/accordion/styles.js +10 -35
- package/dist/ui/components/accordion/styles.js.map +1 -1
- package/dist/ui/components/animation/index.js +30 -15
- package/dist/ui/components/animation/index.js.map +1 -1
- package/dist/ui/components/animation/type-animation.js +4 -1
- package/dist/ui/components/animation/type-animation.js.map +1 -1
- package/dist/ui/components/breadcrumb/component.js +60 -20
- package/dist/ui/components/breadcrumb/component.js.map +1 -1
- package/dist/ui/components/breadcrumb/index.js +18 -2
- package/dist/ui/components/breadcrumb/index.js.map +1 -1
- package/dist/ui/components/breadcrumb/interfaces.js +2 -1
- package/dist/ui/components/breadcrumb/styles.js +13 -35
- package/dist/ui/components/breadcrumb/styles.js.map +1 -1
- package/dist/ui/components/button/component.js +61 -11
- package/dist/ui/components/button/component.js.map +1 -1
- package/dist/ui/components/button/index.js +18 -2
- package/dist/ui/components/button/index.js.map +1 -1
- package/dist/ui/components/button/interfaces.js +2 -1
- package/dist/ui/components/button/styles.js +13 -27
- package/dist/ui/components/button/styles.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/components-shared/get-changed-params.js +16 -14
- 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 +57 -32
- 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 +27 -20
- 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 +9 -6
- 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 +5 -2
- 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 +5 -1
- 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 +21 -18
- 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 +32 -17
- 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 +18 -14
- 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 +8 -3
- 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 +29 -26
- 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 +8 -6
- 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 +13 -9
- 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 +8 -3
- 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 +8 -4
- package/dist/ui/components/carousel/carousel-lib/core/classes/removeClasses.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/core/core.js +233 -200
- package/dist/ui/components/carousel/carousel-lib/core/core.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/core/defaults.js +3 -1
- package/dist/ui/components/carousel/carousel-lib/core/defaults.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/core/events/index.js +38 -33
- 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 +5 -2
- 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 +5 -2
- 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 +7 -4
- 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 +10 -7
- 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 +8 -5
- 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 +42 -30
- 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 +39 -27
- 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 +31 -27
- 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 +47 -28
- 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 +10 -5
- 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 +7 -4
- 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 +6 -3
- 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 +12 -7
- 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 +24 -21
- 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 +11 -8
- 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 +69 -51
- package/dist/ui/components/carousel/carousel-lib/core/loop/loopFix.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/core/moduleExtendParams.js +12 -8
- 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 +19 -14
- 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 +22 -17
- 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 +20 -15
- 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 +11 -7
- 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 +20 -16
- 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 +6 -2
- 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 +31 -25
- 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 +15 -12
- 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 +15 -10
- 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 +22 -17
- 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 +12 -7
- 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 +7 -4
- 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 +12 -8
- 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 +12 -5
- 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 +12 -5
- 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 +9 -5
- 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 +16 -11
- 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 +4 -1
- 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 +4 -1
- 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 +12 -9
- 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 +21 -13
- 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 +24 -19
- 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 +32 -28
- 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 +14 -11
- 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 +21 -9
- 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 +23 -20
- 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 +15 -12
- 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 +92 -89
- 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 +24 -21
- 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 +8 -5
- 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 +20 -16
- package/dist/ui/components/carousel/carousel-lib/core/update/updateSlidesProgress.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/modules/autoplay.js +65 -59
- package/dist/ui/components/carousel/carousel-lib/modules/autoplay.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/modules/effect-fade.js +35 -28
- 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 +42 -37
- package/dist/ui/components/carousel/carousel-lib/modules/free-mode.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/modules/grid.js +50 -46
- package/dist/ui/components/carousel/carousel-lib/modules/grid.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/modules/index.js +23 -7
- package/dist/ui/components/carousel/carousel-lib/modules/index.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/modules/navigation.js +79 -60
- package/dist/ui/components/carousel/carousel-lib/modules/navigation.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/modules/pagination.js +176 -150
- package/dist/ui/components/carousel/carousel-lib/modules/pagination.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/modules/virtual.js +104 -84
- package/dist/ui/components/carousel/carousel-lib/modules/virtual.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/react/context.js +12 -7
- package/dist/ui/components/carousel/carousel-lib/react/context.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/react/get-children.js +16 -11
- 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 +33 -18
- package/dist/ui/components/carousel/carousel-lib/react/swiper-slide.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/react/swiper.js +113 -63
- 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 +6 -4
- 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 +26 -21
- 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 +7 -3
- 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 +6 -2
- 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 +8 -5
- 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 +9 -6
- 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 +17 -14
- 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 +6 -3
- 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 +18 -14
- 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 +19 -17
- 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 +25 -20
- 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 +8 -6
- 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 +34 -29
- 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 +122 -74
- package/dist/ui/components/carousel/carousel-lib/shared/utils.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/ssr-window/document.js +25 -18
- 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 +7 -3
- 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 +14 -4
- 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 +29 -22
- package/dist/ui/components/carousel/carousel-lib/ssr-window/window.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/swiper-bundle.js +12 -4
- package/dist/ui/components/carousel/carousel-lib/swiper-bundle.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/swiper-effect-utils.js +16 -6
- package/dist/ui/components/carousel/carousel-lib/swiper-effect-utils.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/swiper-react.js +10 -4
- package/dist/ui/components/carousel/carousel-lib/swiper-react.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/swiper.js +9 -1
- package/dist/ui/components/carousel/carousel-lib/swiper.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/types/index.js +26 -5
- package/dist/ui/components/carousel/carousel-lib/types/index.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/types/shared.js +2 -1
- package/dist/ui/components/carousel/carousel-lib/types/swiper-class.js +3 -1
- 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 +2 -1
- package/dist/ui/components/carousel/carousel-lib/types/swiper-options.js +2 -1
- package/dist/ui/components/carousel/index.js +76 -26
- package/dist/ui/components/carousel/index.js.map +1 -1
- package/dist/ui/components/carousel/interfaces.js +2 -1
- package/dist/ui/components/carousel/styles.js +13 -306
- package/dist/ui/components/carousel/styles.js.map +1 -1
- package/dist/ui/components/charts/index.js +18 -2
- package/dist/ui/components/charts/index.js.map +1 -1
- package/dist/ui/components/charts/matriz/index.js +86 -29
- package/dist/ui/components/charts/matriz/index.js.map +1 -1
- package/dist/ui/components/charts/matriz/styles.js +13 -124
- package/dist/ui/components/charts/matriz/styles.js.map +1 -1
- package/dist/ui/components/charts/pie/index.js +17 -1
- package/dist/ui/components/charts/pie/index.js.map +1 -1
- package/dist/ui/components/charts/pie/simple/functions.js +20 -16
- package/dist/ui/components/charts/pie/simple/functions.js.map +1 -1
- package/dist/ui/components/charts/pie/simple/index.js +76 -39
- package/dist/ui/components/charts/pie/simple/index.js.map +1 -1
- package/dist/ui/components/charts/pie/simple/interfaces.js +2 -1
- package/dist/ui/components/charts/pie/simple/styles.js +13 -22
- package/dist/ui/components/charts/pie/simple/styles.js.map +1 -1
- package/dist/ui/components/container/index.js +7 -3
- package/dist/ui/components/container/index.js.map +1 -1
- package/dist/ui/components/container/interfaces.js +2 -1
- package/dist/ui/components/count-up/index.js +18 -14
- package/dist/ui/components/count-up/index.js.map +1 -1
- package/dist/ui/components/drop-down/index.js +43 -6
- package/dist/ui/components/drop-down/index.js.map +1 -1
- package/dist/ui/components/drop-down/interfaces.js +2 -1
- package/dist/ui/components/drop-down/styles.js +15 -27
- package/dist/ui/components/drop-down/styles.js.map +1 -1
- package/dist/ui/components/error-boundary/component.js +9 -5
- package/dist/ui/components/error-boundary/component.js.map +1 -1
- package/dist/ui/components/error-boundary/error-body.js +8 -3
- package/dist/ui/components/error-boundary/error-body.js.map +1 -1
- package/dist/ui/components/error-boundary/index.js +18 -2
- package/dist/ui/components/error-boundary/index.js.map +1 -1
- package/dist/ui/components/error-boundary/interfaces.js +2 -1
- package/dist/ui/components/error-boundary/src/ErrorBoundary.js +64 -36
- package/dist/ui/components/error-boundary/src/ErrorBoundary.js.map +1 -1
- package/dist/ui/components/error-boundary/src/ErrorBoundaryContext.js +5 -2
- package/dist/ui/components/error-boundary/src/ErrorBoundaryContext.js.map +1 -1
- package/dist/ui/components/error-boundary/src/assertErrorBoundaryContext.js +4 -1
- package/dist/ui/components/error-boundary/src/assertErrorBoundaryContext.js.map +1 -1
- package/dist/ui/components/error-boundary/src/env-conditions/development.js +4 -1
- 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 +4 -1
- package/dist/ui/components/error-boundary/src/env-conditions/production.js.map +1 -1
- package/dist/ui/components/error-boundary/src/index.js +21 -5
- package/dist/ui/components/error-boundary/src/index.js.map +1 -1
- package/dist/ui/components/error-boundary/src/types.js +2 -1
- package/dist/ui/components/error-boundary/src/useErrorBoundary.js +20 -15
- package/dist/ui/components/error-boundary/src/useErrorBoundary.js.map +1 -1
- package/dist/ui/components/error-boundary/src/withErrorBoundary.js +22 -6
- package/dist/ui/components/error-boundary/src/withErrorBoundary.js.map +1 -1
- package/dist/ui/components/evaluations/card/index.js +42 -5
- package/dist/ui/components/evaluations/card/index.js.map +1 -1
- package/dist/ui/components/evaluations/card/styles.js +13 -114
- package/dist/ui/components/evaluations/card/styles.js.map +1 -1
- package/dist/ui/components/evaluations/index.js +60 -12
- package/dist/ui/components/evaluations/index.js.map +1 -1
- package/dist/ui/components/evaluations/star.js +6 -3
- package/dist/ui/components/evaluations/star.js.map +1 -1
- package/dist/ui/components/evaluations/stars-text/index.js +42 -5
- package/dist/ui/components/evaluations/stars-text/index.js.map +1 -1
- package/dist/ui/components/evaluations/stars-text/styles.js +13 -43
- package/dist/ui/components/evaluations/stars-text/styles.js.map +1 -1
- package/dist/ui/components/evaluations/styles.js +14 -494
- package/dist/ui/components/evaluations/styles.js.map +1 -1
- package/dist/ui/components/form/checkbox/index.js +72 -16
- package/dist/ui/components/form/checkbox/index.js.map +1 -1
- package/dist/ui/components/form/checkbox/styles.js +13 -6
- package/dist/ui/components/form/checkbox/styles.js.map +1 -1
- package/dist/ui/components/form/drag-and-drop/index.js +49 -23
- package/dist/ui/components/form/drag-and-drop/index.js.map +1 -1
- package/dist/ui/components/form/handler/component.js +25 -8
- package/dist/ui/components/form/handler/component.js.map +1 -1
- package/dist/ui/components/form/handler/custom-submit/index.js +23 -8
- package/dist/ui/components/form/handler/custom-submit/index.js.map +1 -1
- package/dist/ui/components/form/handler/dynamic_form_handler/component.js +101 -17
- 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 +19 -3
- 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 +2 -1
- package/dist/ui/components/form/handler/dynamic_form_handler/render-dynamic-inputs/index.js +61 -13
- 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 +13 -37
- 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 +108 -38
- package/dist/ui/components/form/handler/form-handler/generate-schemas.js.map +1 -1
- package/dist/ui/components/form/handler/form-handler/index.js +298 -165
- 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 +7 -4
- 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 +122 -30
- 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 +190 -104
- 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 +21 -15
- package/dist/ui/components/form/handler/i18n/capture-i18n-errors/index.js.map +1 -1
- package/dist/ui/components/form/handler/i18n/index.js +36 -16
- package/dist/ui/components/form/handler/i18n/index.js.map +1 -1
- package/dist/ui/components/form/handler/index.js +22 -6
- package/dist/ui/components/form/handler/index.js.map +1 -1
- package/dist/ui/components/form/handler/interfaces.js +2 -1
- package/dist/ui/components/form/handler/styles.js +13 -39
- package/dist/ui/components/form/handler/styles.js.map +1 -1
- package/dist/ui/components/form/index.js +46 -30
- package/dist/ui/components/form/index.js.map +1 -1
- package/dist/ui/components/form/input/index.js +42 -25
- package/dist/ui/components/form/input/index.js.map +1 -1
- package/dist/ui/components/form/input-cep/component.js +100 -45
- package/dist/ui/components/form/input-cep/component.js.map +1 -1
- package/dist/ui/components/form/input-cep/index.js +19 -3
- package/dist/ui/components/form/input-cep/index.js.map +1 -1
- package/dist/ui/components/form/input-cep/interfaces.js +2 -1
- package/dist/ui/components/form/input-cep/use-cep/hook.js +7 -4
- 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 +18 -2
- 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 +44 -6
- 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 +19 -3
- 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 +2 -1
- package/dist/ui/components/form/input-cep/use-cep/providers/ibge/service.js +8 -2
- 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 +17 -1
- package/dist/ui/components/form/input-cep/use-cep/providers/index.js.map +1 -1
- package/dist/ui/components/form/input-color/index.js +18 -4
- package/dist/ui/components/form/input-color/index.js.map +1 -1
- package/dist/ui/components/form/input-control/error/index.js +41 -4
- package/dist/ui/components/form/input-control/error/index.js.map +1 -1
- package/dist/ui/components/form/input-control/error/styles.js +13 -7
- package/dist/ui/components/form/input-control/error/styles.js.map +1 -1
- package/dist/ui/components/form/input-control/index.js +49 -12
- package/dist/ui/components/form/input-control/index.js.map +1 -1
- package/dist/ui/components/form/input-control/label/index.js +43 -6
- package/dist/ui/components/form/input-control/label/index.js.map +1 -1
- package/dist/ui/components/form/input-control/label/styles.js +13 -12
- package/dist/ui/components/form/input-control/label/styles.js.map +1 -1
- package/dist/ui/components/form/input-control/loader-input/index.js +41 -5
- 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 +13 -14
- package/dist/ui/components/form/input-control/loader-input/styles.js.map +1 -1
- package/dist/ui/components/form/input-control/styles.js +13 -110
- package/dist/ui/components/form/input-control/styles.js.map +1 -1
- package/dist/ui/components/form/input-counter/index.js +66 -19
- package/dist/ui/components/form/input-counter/index.js.map +1 -1
- package/dist/ui/components/form/input-counter/styles.js +13 -38
- package/dist/ui/components/form/input-counter/styles.js.map +1 -1
- package/dist/ui/components/form/input-cpf-cnpj/index.js +20 -6
- package/dist/ui/components/form/input-cpf-cnpj/index.js.map +1 -1
- package/dist/ui/components/form/input-currency/components/CurrencyInput.js +94 -81
- package/dist/ui/components/form/input-currency/components/CurrencyInput.js.map +1 -1
- package/dist/ui/components/form/input-currency/components/CurrencyInputProps.js +2 -1
- package/dist/ui/components/form/input-currency/components/index.js +17 -1
- package/dist/ui/components/form/input-currency/components/index.js.map +1 -1
- package/dist/ui/components/form/input-currency/components/utils/addSeparators.js +6 -1
- 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 +38 -25
- 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 +5 -1
- 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 +13 -9
- 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 +58 -33
- 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 +25 -10
- 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 +9 -4
- 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 +24 -8
- 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 +5 -1
- 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 +9 -4
- 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 +21 -13
- 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 +8 -4
- 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 +8 -3
- 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 +11 -6
- package/dist/ui/components/form/input-currency/components/utils/repositionCursor.js.map +1 -1
- package/dist/ui/components/form/input-currency/index.js +31 -17
- 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 +67 -17
- 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 +22 -94
- 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 +77 -27
- 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 +16 -59
- 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 +64 -20
- 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 +2 -1
- package/dist/ui/components/form/input-date-picker/calendar/months/index.js +62 -14
- 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 +16 -33
- 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 +16 -10
- 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 +68 -20
- 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 +13 -44
- 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 +50 -29
- package/dist/ui/components/form/input-date-picker/component.js.map +1 -1
- package/dist/ui/components/form/input-date-picker/index.js +18 -2
- package/dist/ui/components/form/input-date-picker/index.js.map +1 -1
- package/dist/ui/components/form/input-date-picker/interfaces.js +2 -1
- package/dist/ui/components/form/input-date-picker/mock/index.js +17 -1
- 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 +4 -1
- 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 +4 -1
- 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 +63 -15
- 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 +22 -56
- 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 +82 -30
- 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 +16 -59
- 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 +69 -22
- 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 +2 -1
- package/dist/ui/components/form/input-date-picker-new/calendar/months/index.js +71 -20
- 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 +16 -33
- 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 +16 -14
- 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 +72 -18
- 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 +18 -2
- 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 +2 -1
- package/dist/ui/components/form/input-date-picker-new/mock/index.js +17 -1
- 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 +4 -1
- 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 +13 -21
- package/dist/ui/components/form/input-date-picker-new/styles.js.map +1 -1
- package/dist/ui/components/form/input-date-range/component.js +56 -9
- package/dist/ui/components/form/input-date-range/component.js.map +1 -1
- package/dist/ui/components/form/input-date-range/filter/index.js +59 -19
- 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 +14 -45
- package/dist/ui/components/form/input-date-range/filter/styles.js.map +1 -1
- package/dist/ui/components/form/input-date-range/index.js +17 -1
- package/dist/ui/components/form/input-date-range/index.js.map +1 -1
- package/dist/ui/components/form/input-date-range/styles.js +13 -47
- package/dist/ui/components/form/input-date-range/styles.js.map +1 -1
- package/dist/ui/components/form/input-file/component.js +55 -8
- package/dist/ui/components/form/input-file/component.js.map +1 -1
- package/dist/ui/components/form/input-file/hooks/index.js +20 -4
- 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 +61 -14
- 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 +66 -16
- 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 +102 -42
- 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 +41 -27
- package/dist/ui/components/form/input-file/hooks/use-rendered-file.js.map +1 -1
- package/dist/ui/components/form/input-file/index.js +20 -4
- package/dist/ui/components/form/input-file/index.js.map +1 -1
- package/dist/ui/components/form/input-file/render-files/component.js +26 -12
- 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 +9 -6
- 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 +56 -9
- 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 +14 -180
- 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 +19 -3
- 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 +2 -1
- package/dist/ui/components/form/input-file/styles.js +14 -61
- package/dist/ui/components/form/input-file/styles.js.map +1 -1
- package/dist/ui/components/form/input-manager/component.js +84 -28
- package/dist/ui/components/form/input-manager/component.js.map +1 -1
- package/dist/ui/components/form/input-manager/index.js +18 -2
- package/dist/ui/components/form/input-manager/index.js.map +1 -1
- package/dist/ui/components/form/input-manager/interfaces.js +2 -1
- package/dist/ui/components/form/input-manager/styles.js +16 -61
- package/dist/ui/components/form/input-manager/styles.js.map +1 -1
- package/dist/ui/components/form/input-mask/index.js +86 -33
- package/dist/ui/components/form/input-mask/index.js.map +1 -1
- package/dist/ui/components/form/input-password/index.js +58 -11
- package/dist/ui/components/form/input-password/index.js.map +1 -1
- package/dist/ui/components/form/input-password/styles.js +13 -32
- package/dist/ui/components/form/input-password/styles.js.map +1 -1
- package/dist/ui/components/form/input-range/index.js +67 -20
- package/dist/ui/components/form/input-range/index.js.map +1 -1
- package/dist/ui/components/form/input-range/styles.js +13 -105
- package/dist/ui/components/form/input-range/styles.js.map +1 -1
- package/dist/ui/components/form/input-seo/index.js +43 -7
- package/dist/ui/components/form/input-seo/index.js.map +1 -1
- package/dist/ui/components/form/input-seo/input-meta-image/index.js +57 -9
- 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 +13 -37
- package/dist/ui/components/form/input-seo/input-meta-image/styles.js.map +1 -1
- package/dist/ui/components/form/input-seo/styles.js +10 -44
- package/dist/ui/components/form/input-seo/styles.js.map +1 -1
- package/dist/ui/components/form/input-star/index.js +56 -9
- package/dist/ui/components/form/input-star/index.js.map +1 -1
- package/dist/ui/components/form/input-star/styles.js +17 -29
- package/dist/ui/components/form/input-star/styles.js.map +1 -1
- package/dist/ui/components/form/input-svg/index.js +66 -19
- package/dist/ui/components/form/input-svg/index.js.map +1 -1
- package/dist/ui/components/form/input-svg/styles.js +13 -55
- package/dist/ui/components/form/input-svg/styles.js.map +1 -1
- package/dist/ui/components/form/input-switch/index.js +62 -15
- package/dist/ui/components/form/input-switch/index.js.map +1 -1
- package/dist/ui/components/form/input-switch/interfaces.js +2 -1
- package/dist/ui/components/form/input-switch/styles.js +14 -120
- package/dist/ui/components/form/input-switch/styles.js.map +1 -1
- package/dist/ui/components/form/input-week-availability/availability-preview/index.js +45 -8
- 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 +13 -76
- 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 +18 -2
- package/dist/ui/components/form/input-week-availability/index.js.map +1 -1
- package/dist/ui/components/form/input-week-availability/input.js +70 -18
- package/dist/ui/components/form/input-week-availability/input.js.map +1 -1
- package/dist/ui/components/form/input-week-availability/mock.js +5 -2
- package/dist/ui/components/form/input-week-availability/mock.js.map +1 -1
- package/dist/ui/components/form/input-week-availability/styles.js +13 -126
- package/dist/ui/components/form/input-week-availability/styles.js.map +1 -1
- package/dist/ui/components/form/input-youtube/index.js +58 -11
- package/dist/ui/components/form/input-youtube/index.js.map +1 -1
- package/dist/ui/components/form/input-youtube/styles.js +13 -10
- package/dist/ui/components/form/input-youtube/styles.js.map +1 -1
- package/dist/ui/components/form/interfaces.js +2 -1
- package/dist/ui/components/form/radio/index.js +59 -11
- package/dist/ui/components/form/radio/index.js.map +1 -1
- package/dist/ui/components/form/radio/styles.js +13 -12
- package/dist/ui/components/form/radio/styles.js.map +1 -1
- package/dist/ui/components/form/select/custom-styles.js +26 -12
- package/dist/ui/components/form/select/custom-styles.js.map +1 -1
- package/dist/ui/components/form/select/index.js +101 -42
- package/dist/ui/components/form/select/index.js.map +1 -1
- package/dist/ui/components/form/select/styles.js +13 -44
- package/dist/ui/components/form/select/styles.js.map +1 -1
- package/dist/ui/components/form/select-icon/index.js +56 -9
- package/dist/ui/components/form/select-icon/index.js.map +1 -1
- package/dist/ui/components/form/select-icon/styles.js +13 -22
- package/dist/ui/components/form/select-icon/styles.js.map +1 -1
- package/dist/ui/components/form/text-editor/component.js +61 -11
- package/dist/ui/components/form/text-editor/component.js.map +1 -1
- package/dist/ui/components/form/text-editor/hook/index.js +10 -7
- package/dist/ui/components/form/text-editor/hook/index.js.map +1 -1
- package/dist/ui/components/form/text-editor/index.js +19 -3
- package/dist/ui/components/form/text-editor/index.js.map +1 -1
- package/dist/ui/components/form/text-editor/quill.js +113 -41
- package/dist/ui/components/form/text-editor/quill.js.map +1 -1
- package/dist/ui/components/form/textarea/index.js +29 -15
- package/dist/ui/components/form/textarea/index.js.map +1 -1
- package/dist/ui/components/google-translate-page/index.js +46 -9
- 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 +17 -13
- package/dist/ui/components/google-translate-page/translate.js.map +1 -1
- package/dist/ui/components/index.js +48 -32
- package/dist/ui/components/index.js.map +1 -1
- package/dist/ui/components/loader-circle/index.js +8 -4
- package/dist/ui/components/loader-circle/index.js.map +1 -1
- package/dist/ui/components/loader-circle/interfaces.js +2 -1
- package/dist/ui/components/loading-screen/index.js +51 -11
- package/dist/ui/components/loading-screen/index.js.map +1 -1
- package/dist/ui/components/loading-screen/interfaces.js +2 -1
- package/dist/ui/components/loading-screen/styles.js +44 -31
- package/dist/ui/components/loading-screen/styles.js.map +1 -1
- package/dist/ui/components/login-modal/index.js +92 -17
- package/dist/ui/components/login-modal/index.js.map +1 -1
- package/dist/ui/components/login-modal/styles.js +13 -189
- package/dist/ui/components/login-modal/styles.js.map +1 -1
- package/dist/ui/components/menu-mobile/components/nav-links/index.js +66 -21
- 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 +2 -1
- package/dist/ui/components/menu-mobile/components/nav-links/styles.js +13 -103
- package/dist/ui/components/menu-mobile/components/nav-links/styles.js.map +1 -1
- package/dist/ui/components/menu-mobile/index.js +54 -14
- package/dist/ui/components/menu-mobile/index.js.map +1 -1
- package/dist/ui/components/menu-mobile/interfaces.js +2 -1
- package/dist/ui/components/menu-mobile/styles.js +13 -66
- package/dist/ui/components/menu-mobile/styles.js.map +1 -1
- package/dist/ui/components/menu-mobile/top/index.js +47 -7
- package/dist/ui/components/menu-mobile/top/index.js.map +1 -1
- package/dist/ui/components/menu-mobile/top/interfaces.js +2 -1
- package/dist/ui/components/menu-mobile/top/styles.js +13 -85
- package/dist/ui/components/menu-mobile/top/styles.js.map +1 -1
- package/dist/ui/components/modal/component.js +46 -9
- package/dist/ui/components/modal/component.js.map +1 -1
- package/dist/ui/components/modal/index.js +18 -2
- package/dist/ui/components/modal/index.js.map +1 -1
- package/dist/ui/components/modal/interfaces.js +2 -1
- package/dist/ui/components/modal/styles.js +17 -131
- package/dist/ui/components/modal/styles.js.map +1 -1
- package/dist/ui/components/next-image/index.js +47 -10
- package/dist/ui/components/next-image/index.js.map +1 -1
- package/dist/ui/components/next-image/interfaces.js +2 -1
- package/dist/ui/components/next-image/styles.js +13 -49
- package/dist/ui/components/next-image/styles.js.map +1 -1
- package/dist/ui/components/overlay/index.js +46 -9
- package/dist/ui/components/overlay/index.js.map +1 -1
- package/dist/ui/components/overlay/interfaces.js +2 -1
- package/dist/ui/components/overlay/styles.js +51 -23
- package/dist/ui/components/overlay/styles.js.map +1 -1
- package/dist/ui/components/pagination/index.js +55 -18
- package/dist/ui/components/pagination/index.js.map +1 -1
- package/dist/ui/components/pagination/service.js +22 -19
- package/dist/ui/components/pagination/service.js.map +1 -1
- package/dist/ui/components/pagination/styles.js +13 -116
- package/dist/ui/components/pagination/styles.js.map +1 -1
- package/dist/ui/components/pix/index.js +47 -10
- package/dist/ui/components/pix/index.js.map +1 -1
- package/dist/ui/components/pix/pix-sucess/index.js +43 -6
- package/dist/ui/components/pix/pix-sucess/index.js.map +1 -1
- package/dist/ui/components/pix/pix-sucess/styles.js +13 -69
- package/dist/ui/components/pix/pix-sucess/styles.js.map +1 -1
- package/dist/ui/components/pix/styles.js +19 -139
- package/dist/ui/components/pix/styles.js.map +1 -1
- package/dist/ui/components/pix/timer/index.js +49 -12
- package/dist/ui/components/pix/timer/index.js.map +1 -1
- package/dist/ui/components/pix/timer/styles.js +13 -7
- package/dist/ui/components/pix/timer/styles.js.map +1 -1
- package/dist/ui/components/pop-confirm/component.js +63 -13
- package/dist/ui/components/pop-confirm/component.js.map +1 -1
- package/dist/ui/components/pop-confirm/index.js +17 -1
- package/dist/ui/components/pop-confirm/index.js.map +1 -1
- package/dist/ui/components/pop-confirm/styles.js +14 -74
- package/dist/ui/components/pop-confirm/styles.js.map +1 -1
- package/dist/ui/components/portal/index.js +9 -5
- package/dist/ui/components/portal/index.js.map +1 -1
- package/dist/ui/components/sidebar/index.js +52 -12
- package/dist/ui/components/sidebar/index.js.map +1 -1
- package/dist/ui/components/sidebar/interfaces.js +2 -1
- package/dist/ui/components/sidebar/styles.js +15 -31
- package/dist/ui/components/sidebar/styles.js.map +1 -1
- package/dist/ui/components/site/context/index.js +13 -8
- package/dist/ui/components/site/context/index.js.map +1 -1
- package/dist/ui/components/site/context/scripts/acept-cookies/index.js +101 -29
- 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 +13 -74
- 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 +101 -29
- 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 +13 -61
- package/dist/ui/components/site/context/scripts/acept-ratedr/styles.js.map +1 -1
- package/dist/ui/components/site/context/scripts/component.js +23 -25
- package/dist/ui/components/site/context/scripts/component.js.map +1 -1
- package/dist/ui/components/site/context/scripts/conditional-scripts/index.js +11 -4
- 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 +21 -35
- 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 +21 -5
- package/dist/ui/components/site/context/scripts/index.js.map +1 -1
- package/dist/ui/components/site/context/scripts/interfaces.js +2 -1
- package/dist/ui/components/site/context/scripts/whatsapp-fixed/index.js +45 -5
- 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 +13 -103
- package/dist/ui/components/site/context/scripts/whatsapp-fixed/styles.js.map +1 -1
- package/dist/ui/components/site/default-pages/404/component.js +47 -8
- package/dist/ui/components/site/default-pages/404/component.js.map +1 -1
- package/dist/ui/components/site/default-pages/404/index.js +17 -1
- package/dist/ui/components/site/default-pages/404/index.js.map +1 -1
- package/dist/ui/components/site/default-pages/404/styles.js +13 -28
- package/dist/ui/components/site/default-pages/404/styles.js.map +1 -1
- package/dist/ui/components/site/default-pages/500/component.js +48 -9
- package/dist/ui/components/site/default-pages/500/component.js.map +1 -1
- package/dist/ui/components/site/default-pages/500/index.js +17 -1
- package/dist/ui/components/site/default-pages/500/index.js.map +1 -1
- package/dist/ui/components/site/default-pages/500/styles.js +13 -28
- package/dist/ui/components/site/default-pages/500/styles.js.map +1 -1
- package/dist/ui/components/site/default-pages/index.js +18 -2
- package/dist/ui/components/site/default-pages/index.js.map +1 -1
- package/dist/ui/components/site/default-pages/sitemap/index.js +49 -11
- package/dist/ui/components/site/default-pages/sitemap/index.js.map +1 -1
- package/dist/ui/components/site/effect/component.js +42 -5
- package/dist/ui/components/site/effect/component.js.map +1 -1
- package/dist/ui/components/site/effect/index.js +18 -2
- package/dist/ui/components/site/effect/index.js.map +1 -1
- package/dist/ui/components/site/effect/interfaces.js +2 -1
- package/dist/ui/components/site/effect/styles.js +49 -103
- package/dist/ui/components/site/effect/styles.js.map +1 -1
- package/dist/ui/components/site/head/component.js +18 -11
- package/dist/ui/components/site/head/component.js.map +1 -1
- package/dist/ui/components/site/head/index.js +18 -2
- package/dist/ui/components/site/head/index.js.map +1 -1
- package/dist/ui/components/site/head/interfaces.js +2 -1
- package/dist/ui/components/site/header-link/component.js +19 -5
- package/dist/ui/components/site/header-link/component.js.map +1 -1
- package/dist/ui/components/site/header-link/index.js +18 -2
- package/dist/ui/components/site/header-link/index.js.map +1 -1
- package/dist/ui/components/site/header-link/interfaces.js +2 -1
- package/dist/ui/components/site/header-link/versions/index.js +17 -1
- 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 +48 -6
- 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 +13 -74
- package/dist/ui/components/site/header-link/versions/version-01/styles.js.map +1 -1
- package/dist/ui/components/site/index.js +23 -7
- package/dist/ui/components/site/index.js.map +1 -1
- package/dist/ui/components/site/list-blog/card/index.js +46 -6
- package/dist/ui/components/site/list-blog/card/index.js.map +1 -1
- package/dist/ui/components/site/list-blog/card/styles.js +13 -150
- package/dist/ui/components/site/list-blog/card/styles.js.map +1 -1
- package/dist/ui/components/site/list-blog/carousel-configs.js +4 -1
- package/dist/ui/components/site/list-blog/carousel-configs.js.map +1 -1
- package/dist/ui/components/site/list-blog/component.js +49 -9
- package/dist/ui/components/site/list-blog/component.js.map +1 -1
- package/dist/ui/components/site/list-blog/index.js +17 -1
- package/dist/ui/components/site/list-blog/index.js.map +1 -1
- package/dist/ui/components/site/list-blog/interfaces.js +2 -1
- package/dist/ui/components/site/list-blog/styles.js +13 -60
- package/dist/ui/components/site/list-blog/styles.js.map +1 -1
- package/dist/ui/components/site/mvv/component.js +19 -5
- package/dist/ui/components/site/mvv/component.js.map +1 -1
- package/dist/ui/components/site/mvv/index.js +17 -1
- package/dist/ui/components/site/mvv/index.js.map +1 -1
- package/dist/ui/components/site/mvv/interfaces.js +2 -1
- package/dist/ui/components/site/mvv/versions/index.js +17 -1
- package/dist/ui/components/site/mvv/versions/index.js.map +1 -1
- package/dist/ui/components/site/mvv/versions/version-01/component.js +42 -5
- 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 +13 -73
- package/dist/ui/components/site/mvv/versions/version-01/styles.js.map +1 -1
- package/dist/ui/components/skeleton/index.js +41 -4
- package/dist/ui/components/skeleton/index.js.map +1 -1
- package/dist/ui/components/skeleton/styles.js +13 -49
- package/dist/ui/components/skeleton/styles.js.map +1 -1
- package/dist/ui/components/spacing/index.js +53 -6
- package/dist/ui/components/spacing/index.js.map +1 -1
- package/dist/ui/components/spacing/styles.js +49 -19
- package/dist/ui/components/spacing/styles.js.map +1 -1
- package/dist/ui/components/step-navigator/index.js +46 -9
- package/dist/ui/components/step-navigator/index.js.map +1 -1
- package/dist/ui/components/step-navigator/styles.js +26 -18
- package/dist/ui/components/step-navigator/styles.js.map +1 -1
- package/dist/ui/components/tooltip/component.js +74 -24
- package/dist/ui/components/tooltip/component.js.map +1 -1
- package/dist/ui/components/tooltip/hooks/use-tool-tip.js +50 -36
- package/dist/ui/components/tooltip/hooks/use-tool-tip.js.map +1 -1
- package/dist/ui/components/tooltip/index.js +18 -2
- package/dist/ui/components/tooltip/index.js.map +1 -1
- package/dist/ui/components/tooltip/interfaces.js +2 -1
- package/dist/ui/components/tooltip/styles.js +56 -89
- package/dist/ui/components/tooltip/styles.js.map +1 -1
- package/dist/ui/components/video/component.js +20 -5
- package/dist/ui/components/video/component.js.map +1 -1
- package/dist/ui/components/video/index.js +18 -2
- package/dist/ui/components/video/index.js.map +1 -1
- package/dist/ui/components/video/interfaces.js +2 -1
- package/dist/ui/components/video/panda-video/components/index.js +18 -2
- package/dist/ui/components/video/panda-video/components/index.js.map +1 -1
- package/dist/ui/components/video/panda-video/components/player-component.js +63 -29
- 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 +10 -7
- package/dist/ui/components/video/panda-video/components/player-wrapper.js.map +1 -1
- package/dist/ui/components/video/panda-video/index.js +18 -2
- package/dist/ui/components/video/panda-video/index.js.map +1 -1
- package/dist/ui/components/video/panda-video/interfaces.js +2 -1
- package/dist/ui/components/video/panda-video/player.js +26 -11
- package/dist/ui/components/video/panda-video/player.js.map +1 -1
- package/dist/ui/components/warning/index.js +133 -37
- package/dist/ui/components/warning/index.js.map +1 -1
- package/dist/ui/components/warning/interface.js +2 -1
- package/dist/ui/components/warning/styles.js +13 -64
- package/dist/ui/components/warning/styles.js.map +1 -1
- package/dist/ui/components/zoom-hover/index.js +73 -52
- package/dist/ui/components/zoom-hover/index.js.map +1 -1
- package/dist/ui/contexts/i18n/context.js +73 -24
- package/dist/ui/contexts/i18n/context.js.map +1 -1
- package/dist/ui/contexts/i18n/edit-mode/index.js +33 -19
- package/dist/ui/contexts/i18n/edit-mode/index.js.map +1 -1
- package/dist/ui/contexts/i18n/get-initial-props.js +85 -44
- package/dist/ui/contexts/i18n/get-initial-props.js.map +1 -1
- package/dist/ui/contexts/i18n/index.js +22 -6
- package/dist/ui/contexts/i18n/index.js.map +1 -1
- package/dist/ui/contexts/i18n/interfaces.js +2 -1
- package/dist/ui/contexts/i18n/translate.js +136 -55
- package/dist/ui/contexts/i18n/translate.js.map +1 -1
- package/dist/ui/contexts/i18n/use-i18n-data/index.js +14 -8
- package/dist/ui/contexts/i18n/use-i18n-data/index.js.map +1 -1
- package/dist/ui/contexts/index.js +19 -3
- package/dist/ui/contexts/index.js.map +1 -1
- package/dist/ui/contexts/route-loading/index.js +35 -54
- package/dist/ui/contexts/route-loading/index.js.map +1 -1
- package/dist/ui/contexts/toast/index.js +81 -20
- package/dist/ui/contexts/toast/index.js.map +1 -1
- package/dist/ui/contexts/toast/interfaces.js +2 -1
- package/dist/ui/contexts/toast/styles.js +14 -11
- package/dist/ui/contexts/toast/styles.js.map +1 -1
- package/dist/ui/contexts/toast/toast-item/index.js +71 -24
- package/dist/ui/contexts/toast/toast-item/index.js.map +1 -1
- package/dist/ui/contexts/toast/toast-item/styles.js +44 -54
- package/dist/ui/contexts/toast/toast-item/styles.js.map +1 -1
- package/dist/ui/hooks/index.js +28 -12
- package/dist/ui/hooks/index.js.map +1 -1
- package/dist/ui/hooks/permitions/camera/index.js +18 -2
- package/dist/ui/hooks/permitions/camera/index.js.map +1 -1
- package/dist/ui/hooks/permitions/camera/styles.js +13 -78
- package/dist/ui/hooks/permitions/camera/styles.js.map +1 -1
- package/dist/ui/hooks/permitions/camera/use-camera.js +98 -23
- package/dist/ui/hooks/permitions/camera/use-camera.js.map +1 -1
- package/dist/ui/hooks/permitions/camera/use-monitoring-video-permission.js +12 -9
- package/dist/ui/hooks/permitions/camera/use-monitoring-video-permission.js.map +1 -1
- package/dist/ui/hooks/permitions/camera/webcan-component.js +153 -87
- package/dist/ui/hooks/permitions/camera/webcan-component.js.map +1 -1
- package/dist/ui/hooks/permitions/index.js +17 -1
- package/dist/ui/hooks/permitions/index.js.map +1 -1
- package/dist/ui/hooks/use-component-is-mounted.js +7 -4
- package/dist/ui/hooks/use-component-is-mounted.js.map +1 -1
- package/dist/ui/hooks/use-dynamic-head/index.js +18 -14
- package/dist/ui/hooks/use-dynamic-head/index.js.map +1 -1
- package/dist/ui/hooks/use-element-id.js +12 -8
- package/dist/ui/hooks/use-element-id.js.map +1 -1
- package/dist/ui/hooks/use-is-visible/index.js +11 -6
- package/dist/ui/hooks/use-is-visible/index.js.map +1 -1
- package/dist/ui/hooks/use-mount-transition/index.js +10 -7
- package/dist/ui/hooks/use-mount-transition/index.js.map +1 -1
- package/dist/ui/hooks/use-query/hook.js +131 -63
- package/dist/ui/hooks/use-query/hook.js.map +1 -1
- package/dist/ui/hooks/use-query/index.js +20 -4
- package/dist/ui/hooks/use-query/index.js.map +1 -1
- package/dist/ui/hooks/use-query/interfaces.js +2 -1
- package/dist/ui/hooks/use-query/new-query/QueryClient.js +145 -92
- package/dist/ui/hooks/use-query/new-query/QueryClient.js.map +1 -1
- package/dist/ui/hooks/use-query/new-query/QueryClientProvider.js +12 -7
- package/dist/ui/hooks/use-query/new-query/QueryClientProvider.js.map +1 -1
- package/dist/ui/hooks/use-query/new-query/index.js +20 -4
- package/dist/ui/hooks/use-query/new-query/index.js.map +1 -1
- package/dist/ui/hooks/use-query/new-query/useMutation.js +72 -19
- package/dist/ui/hooks/use-query/new-query/useMutation.js.map +1 -1
- package/dist/ui/hooks/use-query/new-query/useQuery.js +97 -33
- package/dist/ui/hooks/use-query/new-query/useQuery.js.map +1 -1
- package/dist/ui/hooks/use-query/use-mutation.js +17 -3
- package/dist/ui/hooks/use-query/use-mutation.js.map +1 -1
- package/dist/ui/hooks/use-scroll.js +10 -6
- package/dist/ui/hooks/use-scroll.js.map +1 -1
- package/dist/ui/hooks/use-swagger/_generate_swagger/generate-api-routes-schema/generator.js +37 -21
- 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 +19 -16
- 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 +14 -10
- 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 +8 -5
- 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 +21 -5
- 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 +2 -1
- package/dist/ui/hooks/use-swagger/_generate_swagger/generate-interfaces-openApi/index.js +22 -19
- 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 -16
- 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 +65 -23
- package/dist/ui/hooks/use-swagger/_generate_swagger/generator.js.map +1 -1
- package/dist/ui/hooks/use-swagger/_generate_swagger/index.js +21 -5
- package/dist/ui/hooks/use-swagger/_generate_swagger/index.js.map +1 -1
- package/dist/ui/hooks/use-swagger/_generate_swagger/openapi-interfaces.js +2 -1
- package/dist/ui/hooks/use-swagger/client/index.js +85 -23
- package/dist/ui/hooks/use-swagger/client/index.js.map +1 -1
- package/dist/ui/hooks/use-swagger/index.js +18 -2
- 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 +18 -2
- package/dist/ui/hooks/use-timer/index.js.map +1 -1
- package/dist/ui/hooks/use-timer/interfaces.js +2 -1
- package/dist/ui/hooks/use-timer/use-timer.js +30 -15
- package/dist/ui/hooks/use-timer/use-timer.js.map +1 -1
- package/dist/ui/hooks/use-window.js +20 -6
- package/dist/ui/hooks/use-window.js.map +1 -1
- package/dist/ui/icons/index.js +150 -134
- package/dist/ui/icons/index.js.map +1 -1
- package/dist/ui/icons/interfaces.js +2 -1
- package/dist/ui/icons/render/component.js +7 -3
- package/dist/ui/icons/render/component.js.map +1 -1
- package/dist/ui/icons/render/icon-Instagram.js +11 -5
- package/dist/ui/icons/render/icon-Instagram.js.map +1 -1
- package/dist/ui/icons/render/icon-Linkedin.js +11 -5
- package/dist/ui/icons/render/icon-Linkedin.js.map +1 -1
- package/dist/ui/icons/render/icon-Lupa.js +7 -3
- package/dist/ui/icons/render/icon-Lupa.js.map +1 -1
- package/dist/ui/icons/render/icon-Map.js +11 -5
- package/dist/ui/icons/render/icon-Map.js.map +1 -1
- package/dist/ui/icons/render/icon-Microphone.js +7 -3
- package/dist/ui/icons/render/icon-Microphone.js.map +1 -1
- package/dist/ui/icons/render/icon-Minus.js +7 -3
- package/dist/ui/icons/render/icon-Minus.js.map +1 -1
- package/dist/ui/icons/render/icon-Phone.js +11 -5
- package/dist/ui/icons/render/icon-Phone.js.map +1 -1
- package/dist/ui/icons/render/icon-Pin.js +15 -7
- package/dist/ui/icons/render/icon-Pin.js.map +1 -1
- package/dist/ui/icons/render/icon-Play.js +7 -3
- package/dist/ui/icons/render/icon-Play.js.map +1 -1
- package/dist/ui/icons/render/icon-Plus.js +7 -3
- package/dist/ui/icons/render/icon-Plus.js.map +1 -1
- package/dist/ui/icons/render/icon-Share.js +7 -3
- package/dist/ui/icons/render/icon-Share.js.map +1 -1
- package/dist/ui/icons/render/icon-TikTok.js +7 -3
- package/dist/ui/icons/render/icon-TikTok.js.map +1 -1
- package/dist/ui/icons/render/icon-YouTube.js +11 -5
- package/dist/ui/icons/render/icon-YouTube.js.map +1 -1
- package/dist/ui/icons/render/icon-academic-cap copy.js +7 -3
- package/dist/ui/icons/render/icon-academic-cap copy.js.map +1 -1
- package/dist/ui/icons/render/icon-academic-cap.js +7 -3
- package/dist/ui/icons/render/icon-academic-cap.js.map +1 -1
- package/dist/ui/icons/render/icon-ampulheta.js +7 -3
- package/dist/ui/icons/render/icon-ampulheta.js.map +1 -1
- package/dist/ui/icons/render/icon-block.js +7 -3
- package/dist/ui/icons/render/icon-block.js.map +1 -1
- package/dist/ui/icons/render/icon-boleto.js +7 -3
- package/dist/ui/icons/render/icon-boleto.js.map +1 -1
- package/dist/ui/icons/render/icon-bottom-chevron.js +7 -3
- package/dist/ui/icons/render/icon-bottom-chevron.js.map +1 -1
- package/dist/ui/icons/render/icon-bottom-navigation-double.js +7 -3
- package/dist/ui/icons/render/icon-bottom-navigation-double.js.map +1 -1
- package/dist/ui/icons/render/icon-bottom-navigation.js +7 -3
- package/dist/ui/icons/render/icon-bottom-navigation.js.map +1 -1
- package/dist/ui/icons/render/icon-box.js +7 -3
- package/dist/ui/icons/render/icon-box.js.map +1 -1
- package/dist/ui/icons/render/icon-calculator.js +7 -3
- package/dist/ui/icons/render/icon-calculator.js.map +1 -1
- package/dist/ui/icons/render/icon-calendar-browse.js +7 -3
- package/dist/ui/icons/render/icon-calendar-browse.js.map +1 -1
- package/dist/ui/icons/render/icon-calendar-time.js +6 -3
- package/dist/ui/icons/render/icon-calendar-time.js.map +1 -1
- package/dist/ui/icons/render/icon-calendar.js +7 -3
- package/dist/ui/icons/render/icon-calendar.js.map +1 -1
- package/dist/ui/icons/render/icon-cam.js +7 -3
- package/dist/ui/icons/render/icon-cam.js.map +1 -1
- package/dist/ui/icons/render/icon-cell-phone.js +7 -3
- package/dist/ui/icons/render/icon-cell-phone.js.map +1 -1
- package/dist/ui/icons/render/icon-chalet.js +7 -3
- package/dist/ui/icons/render/icon-chalet.js.map +1 -1
- package/dist/ui/icons/render/icon-chat.js +7 -3
- package/dist/ui/icons/render/icon-chat.js.map +1 -1
- package/dist/ui/icons/render/icon-check.js +7 -3
- package/dist/ui/icons/render/icon-check.js.map +1 -1
- package/dist/ui/icons/render/icon-checked.js +7 -3
- package/dist/ui/icons/render/icon-checked.js.map +1 -1
- package/dist/ui/icons/render/icon-circular-left-arrow.js +7 -3
- package/dist/ui/icons/render/icon-circular-left-arrow.js.map +1 -1
- package/dist/ui/icons/render/icon-circular-right-arrow.js +7 -3
- package/dist/ui/icons/render/icon-circular-right-arrow.js.map +1 -1
- package/dist/ui/icons/render/icon-clip.js +11 -5
- package/dist/ui/icons/render/icon-clip.js.map +1 -1
- package/dist/ui/icons/render/icon-clock.js +15 -7
- package/dist/ui/icons/render/icon-clock.js.map +1 -1
- package/dist/ui/icons/render/icon-close.js +7 -3
- package/dist/ui/icons/render/icon-close.js.map +1 -1
- package/dist/ui/icons/render/icon-codie.js +7 -3
- package/dist/ui/icons/render/icon-codie.js.map +1 -1
- package/dist/ui/icons/render/icon-computer.js +7 -3
- package/dist/ui/icons/render/icon-computer.js.map +1 -1
- package/dist/ui/icons/render/icon-credit-card.js +15 -7
- package/dist/ui/icons/render/icon-credit-card.js.map +1 -1
- package/dist/ui/icons/render/icon-danger.js +7 -3
- package/dist/ui/icons/render/icon-danger.js.map +1 -1
- package/dist/ui/icons/render/icon-death.js +7 -3
- package/dist/ui/icons/render/icon-death.js.map +1 -1
- package/dist/ui/icons/render/icon-delete.js +7 -3
- package/dist/ui/icons/render/icon-delete.js.map +1 -1
- package/dist/ui/icons/render/icon-diabets.js +7 -3
- package/dist/ui/icons/render/icon-diabets.js.map +1 -1
- package/dist/ui/icons/render/icon-door.js +7 -3
- package/dist/ui/icons/render/icon-door.js.map +1 -1
- package/dist/ui/icons/render/icon-download.js +7 -3
- package/dist/ui/icons/render/icon-download.js.map +1 -1
- package/dist/ui/icons/render/icon-drop-file.js +7 -3
- package/dist/ui/icons/render/icon-drop-file.js.map +1 -1
- package/dist/ui/icons/render/icon-edit-image.js +7 -3
- package/dist/ui/icons/render/icon-edit-image.js.map +1 -1
- package/dist/ui/icons/render/icon-edit.js +7 -3
- package/dist/ui/icons/render/icon-edit.js.map +1 -1
- package/dist/ui/icons/render/icon-email.js +11 -5
- package/dist/ui/icons/render/icon-email.js.map +1 -1
- package/dist/ui/icons/render/icon-empty-chat.js +7 -3
- package/dist/ui/icons/render/icon-empty-chat.js.map +1 -1
- package/dist/ui/icons/render/icon-equalizer.js +11 -5
- package/dist/ui/icons/render/icon-equalizer.js.map +1 -1
- package/dist/ui/icons/render/icon-excel.js +7 -3
- package/dist/ui/icons/render/icon-excel.js.map +1 -1
- package/dist/ui/icons/render/icon-exclamation.js +7 -3
- package/dist/ui/icons/render/icon-exclamation.js.map +1 -1
- package/dist/ui/icons/render/icon-exit.js +7 -3
- package/dist/ui/icons/render/icon-exit.js.map +1 -1
- package/dist/ui/icons/render/icon-eye-slash.js +7 -3
- package/dist/ui/icons/render/icon-eye-slash.js.map +1 -1
- package/dist/ui/icons/render/icon-eye.js +7 -3
- package/dist/ui/icons/render/icon-eye.js.map +1 -1
- package/dist/ui/icons/render/icon-facebook.js +11 -5
- package/dist/ui/icons/render/icon-facebook.js.map +1 -1
- package/dist/ui/icons/render/icon-file.js +7 -3
- package/dist/ui/icons/render/icon-file.js.map +1 -1
- package/dist/ui/icons/render/icon-filter.js +7 -3
- package/dist/ui/icons/render/icon-filter.js.map +1 -1
- package/dist/ui/icons/render/icon-flag.js +7 -3
- package/dist/ui/icons/render/icon-flag.js.map +1 -1
- package/dist/ui/icons/render/icon-folder.js +7 -3
- package/dist/ui/icons/render/icon-folder.js.map +1 -1
- package/dist/ui/icons/render/icon-fullfield-bell.js +7 -3
- package/dist/ui/icons/render/icon-fullfield-bell.js.map +1 -1
- package/dist/ui/icons/render/icon-fullfield-chat.js +7 -3
- package/dist/ui/icons/render/icon-fullfield-chat.js.map +1 -1
- package/dist/ui/icons/render/icon-gear.js +7 -3
- package/dist/ui/icons/render/icon-gear.js.map +1 -1
- package/dist/ui/icons/render/icon-gender.js +7 -3
- package/dist/ui/icons/render/icon-gender.js.map +1 -1
- package/dist/ui/icons/render/icon-globe.js +7 -3
- package/dist/ui/icons/render/icon-globe.js.map +1 -1
- package/dist/ui/icons/render/icon-google.js +7 -3
- package/dist/ui/icons/render/icon-google.js.map +1 -1
- package/dist/ui/icons/render/icon-heart.js +7 -3
- package/dist/ui/icons/render/icon-heart.js.map +1 -1
- package/dist/ui/icons/render/icon-home.js +11 -5
- package/dist/ui/icons/render/icon-home.js.map +1 -1
- package/dist/ui/icons/render/icon-hospitalization.js +7 -3
- package/dist/ui/icons/render/icon-hospitalization.js.map +1 -1
- package/dist/ui/icons/render/icon-hypertension.js +7 -3
- package/dist/ui/icons/render/icon-hypertension.js.map +1 -1
- package/dist/ui/icons/render/icon-info.js +7 -3
- package/dist/ui/icons/render/icon-info.js.map +1 -1
- package/dist/ui/icons/render/icon-instagram-logo.js +7 -3
- package/dist/ui/icons/render/icon-instagram-logo.js.map +1 -1
- package/dist/ui/icons/render/icon-interrogation-circle.js +7 -3
- package/dist/ui/icons/render/icon-interrogation-circle.js.map +1 -1
- package/dist/ui/icons/render/icon-language.js +7 -3
- package/dist/ui/icons/render/icon-language.js.map +1 -1
- package/dist/ui/icons/render/icon-left-chevron.js +7 -3
- package/dist/ui/icons/render/icon-left-chevron.js.map +1 -1
- package/dist/ui/icons/render/icon-left-navigation-circle.js +7 -3
- package/dist/ui/icons/render/icon-left-navigation-circle.js.map +1 -1
- package/dist/ui/icons/render/icon-left-navigation.js +7 -3
- package/dist/ui/icons/render/icon-left-navigation.js.map +1 -1
- package/dist/ui/icons/render/icon-like.js +7 -3
- package/dist/ui/icons/render/icon-like.js.map +1 -1
- package/dist/ui/icons/render/icon-loading.js +7 -3
- package/dist/ui/icons/render/icon-loading.js.map +1 -1
- package/dist/ui/icons/render/icon-map-floor.js +7 -3
- package/dist/ui/icons/render/icon-map-floor.js.map +1 -1
- package/dist/ui/icons/render/icon-message-balloon.js +7 -3
- package/dist/ui/icons/render/icon-message-balloon.js.map +1 -1
- package/dist/ui/icons/render/icon-mobile.js +7 -3
- package/dist/ui/icons/render/icon-mobile.js.map +1 -1
- package/dist/ui/icons/render/icon-money-value-symbol.js +7 -3
- package/dist/ui/icons/render/icon-money-value-symbol.js.map +1 -1
- package/dist/ui/icons/render/icon-next.js +7 -3
- package/dist/ui/icons/render/icon-next.js.map +1 -1
- package/dist/ui/icons/render/icon-not-found.js +7 -3
- package/dist/ui/icons/render/icon-not-found.js.map +1 -1
- package/dist/ui/icons/render/icon-not-like.js +7 -3
- package/dist/ui/icons/render/icon-not-like.js.map +1 -1
- package/dist/ui/icons/render/icon-padlock.js +11 -5
- package/dist/ui/icons/render/icon-padlock.js.map +1 -1
- package/dist/ui/icons/render/icon-pc.js +7 -3
- package/dist/ui/icons/render/icon-pc.js.map +1 -1
- package/dist/ui/icons/render/icon-pdf.js +7 -3
- package/dist/ui/icons/render/icon-pdf.js.map +1 -1
- package/dist/ui/icons/render/icon-performance.js +7 -3
- package/dist/ui/icons/render/icon-performance.js.map +1 -1
- package/dist/ui/icons/render/icon-person.js +11 -5
- package/dist/ui/icons/render/icon-person.js.map +1 -1
- package/dist/ui/icons/render/icon-pet.js +7 -3
- package/dist/ui/icons/render/icon-pet.js.map +1 -1
- package/dist/ui/icons/render/icon-phone-message.js +7 -3
- package/dist/ui/icons/render/icon-phone-message.js.map +1 -1
- package/dist/ui/icons/render/icon-pix.js +7 -3
- package/dist/ui/icons/render/icon-pix.js.map +1 -1
- package/dist/ui/icons/render/icon-plane.js +7 -3
- package/dist/ui/icons/render/icon-plane.js.map +1 -1
- package/dist/ui/icons/render/icon-play-rounded.js +7 -3
- package/dist/ui/icons/render/icon-play-rounded.js.map +1 -1
- package/dist/ui/icons/render/icon-plus-sharp.js +7 -3
- package/dist/ui/icons/render/icon-plus-sharp.js.map +1 -1
- package/dist/ui/icons/render/icon-prev.js +7 -3
- package/dist/ui/icons/render/icon-prev.js.map +1 -1
- package/dist/ui/icons/render/icon-print.js +7 -3
- package/dist/ui/icons/render/icon-print.js.map +1 -1
- package/dist/ui/icons/render/icon-right-chevron.js +7 -3
- package/dist/ui/icons/render/icon-right-chevron.js.map +1 -1
- package/dist/ui/icons/render/icon-right-circle.js +7 -3
- package/dist/ui/icons/render/icon-right-circle.js.map +1 -1
- package/dist/ui/icons/render/icon-right-navigation-circle.js +11 -5
- package/dist/ui/icons/render/icon-right-navigation-circle.js.map +1 -1
- package/dist/ui/icons/render/icon-right-navigation-double.js +7 -3
- package/dist/ui/icons/render/icon-right-navigation-double.js.map +1 -1
- package/dist/ui/icons/render/icon-right-navigation-rounded.js +7 -3
- package/dist/ui/icons/render/icon-right-navigation-rounded.js.map +1 -1
- package/dist/ui/icons/render/icon-right-navigation.js +7 -3
- package/dist/ui/icons/render/icon-right-navigation.js.map +1 -1
- package/dist/ui/icons/render/icon-route.js +7 -3
- package/dist/ui/icons/render/icon-route.js.map +1 -1
- package/dist/ui/icons/render/icon-selo.js +7 -3
- package/dist/ui/icons/render/icon-selo.js.map +1 -1
- package/dist/ui/icons/render/icon-send-arrow.js +7 -3
- package/dist/ui/icons/render/icon-send-arrow.js.map +1 -1
- package/dist/ui/icons/render/icon-send-message.js +7 -3
- package/dist/ui/icons/render/icon-send-message.js.map +1 -1
- package/dist/ui/icons/render/icon-send.js +7 -3
- package/dist/ui/icons/render/icon-send.js.map +1 -1
- package/dist/ui/icons/render/icon-seo.js +7 -3
- package/dist/ui/icons/render/icon-seo.js.map +1 -1
- package/dist/ui/icons/render/icon-share-v2.js +7 -3
- package/dist/ui/icons/render/icon-share-v2.js.map +1 -1
- package/dist/ui/icons/render/icon-shopping.js +11 -5
- package/dist/ui/icons/render/icon-shopping.js.map +1 -1
- package/dist/ui/icons/render/icon-star.js +7 -3
- package/dist/ui/icons/render/icon-star.js.map +1 -1
- package/dist/ui/icons/render/icon-starBg.js +7 -3
- package/dist/ui/icons/render/icon-starBg.js.map +1 -1
- package/dist/ui/icons/render/icon-three-dots.js +7 -3
- package/dist/ui/icons/render/icon-three-dots.js.map +1 -1
- package/dist/ui/icons/render/icon-tiktok-logo.js +7 -3
- package/dist/ui/icons/render/icon-tiktok-logo.js.map +1 -1
- package/dist/ui/icons/render/icon-top-chevron.js +7 -3
- package/dist/ui/icons/render/icon-top-chevron.js.map +1 -1
- package/dist/ui/icons/render/icon-top-navigation.js +7 -3
- package/dist/ui/icons/render/icon-top-navigation.js.map +1 -1
- package/dist/ui/icons/render/icon-transparent-mail.js +7 -3
- package/dist/ui/icons/render/icon-transparent-mail.js.map +1 -1
- package/dist/ui/icons/render/icon-transparent-phone.js +7 -3
- package/dist/ui/icons/render/icon-transparent-phone.js.map +1 -1
- package/dist/ui/icons/render/icon-twitter.js +11 -5
- package/dist/ui/icons/render/icon-twitter.js.map +1 -1
- package/dist/ui/icons/render/icon-upload.js +7 -3
- package/dist/ui/icons/render/icon-upload.js.map +1 -1
- package/dist/ui/icons/render/icon-user.js +11 -5
- package/dist/ui/icons/render/icon-user.js.map +1 -1
- package/dist/ui/icons/render/icon-warning.js +7 -3
- package/dist/ui/icons/render/icon-warning.js.map +1 -1
- package/dist/ui/icons/render/icon-weight.js +7 -3
- package/dist/ui/icons/render/icon-weight.js.map +1 -1
- package/dist/ui/icons/render/icon-whats.js +11 -5
- package/dist/ui/icons/render/icon-whats.js.map +1 -1
- package/dist/ui/icons/render/icon-whatsapp-logo.js +7 -3
- package/dist/ui/icons/render/icon-whatsapp-logo.js.map +1 -1
- package/dist/ui/icons/render/icon-word.js +7 -3
- package/dist/ui/icons/render/icon-word.js.map +1 -1
- package/dist/ui/icons/render/icon-x.js +7 -3
- package/dist/ui/icons/render/icon-x.js.map +1 -1
- package/dist/ui/icons/render/image.js +7 -3
- package/dist/ui/icons/render/image.js.map +1 -1
- package/dist/ui/icons/render/index.js +17 -1
- package/dist/ui/icons/render/index.js.map +1 -1
- package/dist/ui/icons/render-icon/index.js +41 -4
- package/dist/ui/icons/render-icon/index.js.map +1 -1
- package/dist/ui/index.js +25 -9
- package/dist/ui/index.js.map +1 -1
- package/dist/ui/integrations/cloudflare/index.js +17 -1
- package/dist/ui/integrations/cloudflare/index.js.map +1 -1
- package/dist/ui/integrations/cloudflare/turnstile.js +143 -90
- package/dist/ui/integrations/cloudflare/turnstile.js.map +1 -1
- package/dist/ui/integrations/cloudflare/type.js +2 -1
- package/dist/ui/integrations/google/GoogleLogin.js +43 -29
- package/dist/ui/integrations/google/GoogleLogin.js.map +1 -1
- package/dist/ui/integrations/google/GoogleOAuthProvider.js +24 -16
- package/dist/ui/integrations/google/GoogleOAuthProvider.js.map +1 -1
- package/dist/ui/integrations/google/googleLogout.js +4 -1
- package/dist/ui/integrations/google/googleLogout.js.map +1 -1
- package/dist/ui/integrations/google/hasGrantedAllScopesGoogle.js +19 -2
- package/dist/ui/integrations/google/hasGrantedAllScopesGoogle.js.map +1 -1
- package/dist/ui/integrations/google/hasGrantedAnyScopeGoogle.js +19 -2
- package/dist/ui/integrations/google/hasGrantedAnyScopeGoogle.js.map +1 -1
- package/dist/ui/integrations/google/hooks/index.js +19 -3
- package/dist/ui/integrations/google/hooks/index.js.map +1 -1
- package/dist/ui/integrations/google/hooks/useGoogleLogin.js +30 -16
- package/dist/ui/integrations/google/hooks/useGoogleLogin.js.map +1 -1
- package/dist/ui/integrations/google/hooks/useGoogleOneTapLogin.js +26 -22
- package/dist/ui/integrations/google/hooks/useGoogleOneTapLogin.js.map +1 -1
- package/dist/ui/integrations/google/hooks/useLoadGsiScript.js +15 -11
- package/dist/ui/integrations/google/hooks/useLoadGsiScript.js.map +1 -1
- package/dist/ui/integrations/google/index.js +24 -8
- package/dist/ui/integrations/google/index.js.map +1 -1
- package/dist/ui/integrations/google/types/index.js +2 -1
- package/dist/ui/integrations/google/utils/index.js +5 -2
- package/dist/ui/integrations/google/utils/index.js.map +1 -1
- package/dist/ui/integrations/index.js +19 -3
- package/dist/ui/integrations/index.js.map +1 -1
- package/dist/ui/integrations/message-provider/index.js +17 -1
- package/dist/ui/integrations/message-provider/index.js.map +1 -1
- package/dist/ui/integrations/message-provider/send-message.js +70 -23
- package/dist/ui/integrations/message-provider/send-message.js.map +1 -1
- package/dist/ui/styles/keyframes.js +11 -23
- package/dist/ui/styles/keyframes.js.map +1 -1
- package/dist/ui/types/index.js +17 -1
- package/dist/ui/types/index.js.map +1 -1
- package/dist/ui/types/list.js +2 -1
- package/dist/ui/utils/_app_utils/generate_ref.js +8 -4
- package/dist/ui/utils/_app_utils/generate_ref.js.map +1 -1
- package/dist/ui/utils/_app_utils/get-pathname-ref.js +8 -5
- package/dist/ui/utils/_app_utils/get-pathname-ref.js.map +1 -1
- package/dist/ui/utils/_app_utils/index.js +18 -2
- package/dist/ui/utils/_app_utils/index.js.map +1 -1
- package/dist/ui/utils/buffer/base64.js +8 -5
- package/dist/ui/utils/buffer/base64.js.map +1 -1
- package/dist/ui/utils/buffer/buffer.js +15 -10
- package/dist/ui/utils/buffer/buffer.js.map +1 -1
- package/dist/ui/utils/buffer/index.js +18 -2
- package/dist/ui/utils/buffer/index.js.map +1 -1
- package/dist/ui/utils/colors/hext-to-rgba.js +8 -5
- package/dist/ui/utils/colors/hext-to-rgba.js.map +1 -1
- package/dist/ui/utils/colors/index.js +17 -1
- package/dist/ui/utils/colors/index.js.map +1 -1
- package/dist/ui/utils/copy-to-clipboard.js +15 -11
- package/dist/ui/utils/copy-to-clipboard.js.map +1 -1
- package/dist/ui/utils/date/index.js +17 -1
- package/dist/ui/utils/date/index.js.map +1 -1
- package/dist/ui/utils/date/is-invaid-date.js +5 -2
- package/dist/ui/utils/date/is-invaid-date.js.map +1 -1
- package/dist/ui/utils/disable-scroll.js +7 -4
- package/dist/ui/utils/disable-scroll.js.map +1 -1
- package/dist/ui/utils/facebook/facebook-pixel.js +8 -3
- package/dist/ui/utils/facebook/facebook-pixel.js.map +1 -1
- package/dist/ui/utils/facebook/index.js +17 -1
- package/dist/ui/utils/facebook/index.js.map +1 -1
- package/dist/ui/utils/file/index.js +19 -3
- package/dist/ui/utils/file/index.js.map +1 -1
- package/dist/ui/utils/file/load-file.js +62 -19
- package/dist/ui/utils/file/load-file.js.map +1 -1
- package/dist/ui/utils/file/upload-file.js +124 -60
- package/dist/ui/utils/file/upload-file.js.map +1 -1
- package/dist/ui/utils/file/verify-size-files.js +9 -5
- package/dist/ui/utils/file/verify-size-files.js.map +1 -1
- package/dist/ui/utils/form-validator/index.js +18 -2
- package/dist/ui/utils/form-validator/index.js.map +1 -1
- package/dist/ui/utils/form-validator/validations/index.js +20 -4
- package/dist/ui/utils/form-validator/validations/index.js.map +1 -1
- package/dist/ui/utils/form-validator/validations/validate-cnpj.js +13 -10
- package/dist/ui/utils/form-validator/validations/validate-cnpj.js.map +1 -1
- package/dist/ui/utils/form-validator/validations/validate-cpf.js +5 -2
- package/dist/ui/utils/form-validator/validations/validate-cpf.js.map +1 -1
- package/dist/ui/utils/form-validator/validations/validate-email.js +4 -1
- package/dist/ui/utils/form-validator/validations/validate-email.js.map +1 -1
- package/dist/ui/utils/form-validator/validations/validate-phone.js +7 -3
- package/dist/ui/utils/form-validator/validations/validate-phone.js.map +1 -1
- package/dist/ui/utils/form-validator/validator.js +204 -150
- package/dist/ui/utils/form-validator/validator.js.map +1 -1
- package/dist/ui/utils/formatters/format-number-to-currency.js +6 -2
- package/dist/ui/utils/formatters/format-number-to-currency.js.map +1 -1
- package/dist/ui/utils/formatters/format-string-to-number.js +4 -1
- package/dist/ui/utils/formatters/format-string-to-number.js.map +1 -1
- package/dist/ui/utils/formatters/format-string-to-url.js +4 -1
- package/dist/ui/utils/formatters/format-string-to-url.js.map +1 -1
- package/dist/ui/utils/formatters/formatter.js +12 -9
- package/dist/ui/utils/formatters/formatter.js.map +1 -1
- package/dist/ui/utils/formatters/index.js +21 -5
- package/dist/ui/utils/formatters/index.js.map +1 -1
- package/dist/ui/utils/formatters/remove-digits.js +4 -1
- package/dist/ui/utils/formatters/remove-digits.js.map +1 -1
- package/dist/ui/utils/generate-guid.js +6 -3
- package/dist/ui/utils/generate-guid.js.map +1 -1
- package/dist/ui/utils/generate-sitemap.js +54 -27
- package/dist/ui/utils/generate-sitemap.js.map +1 -1
- package/dist/ui/utils/http/api.js +90 -38
- package/dist/ui/utils/http/api.js.map +1 -1
- package/dist/ui/utils/http/axios-http-client.js +154 -92
- package/dist/ui/utils/http/axios-http-client.js.map +1 -1
- package/dist/ui/utils/http/errors/http-errors/application-unauthorized-error.js +8 -3
- 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 +27 -5
- 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 +8 -3
- 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 +8 -3
- package/dist/ui/utils/http/errors/http-errors/conflict-error.js.map +1 -1
- package/dist/ui/utils/http/errors/http-errors/index.js +23 -7
- package/dist/ui/utils/http/errors/http-errors/index.js.map +1 -1
- package/dist/ui/utils/http/errors/http-errors/no-content.js +27 -5
- 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 +27 -5
- 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 +27 -5
- package/dist/ui/utils/http/errors/http-errors/unexpected-error.js.map +1 -1
- package/dist/ui/utils/http/errors/index.js +18 -2
- package/dist/ui/utils/http/errors/index.js.map +1 -1
- package/dist/ui/utils/http/errors/system-errors-model/index.js +17 -1
- 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 +8 -3
- package/dist/ui/utils/http/errors/system-errors-model/validation-errors-model.js.map +1 -1
- package/dist/ui/utils/http/index.js +20 -4
- package/dist/ui/utils/http/index.js.map +1 -1
- package/dist/ui/utils/http/interfaces.js +5 -2
- package/dist/ui/utils/http/interfaces.js.map +1 -1
- package/dist/ui/utils/index.js +39 -23
- package/dist/ui/utils/index.js.map +1 -1
- package/dist/ui/utils/infinity-forge/index.js +18 -2
- package/dist/ui/utils/infinity-forge/index.js.map +1 -1
- package/dist/ui/utils/infinity-forge/infinity-forge-next-config.js +84 -26
- 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 +4 -1
- package/dist/ui/utils/infinity-forge/z-index-infinity-forge.js.map +1 -1
- package/dist/ui/utils/json/index.js +8 -4
- package/dist/ui/utils/json/index.js.map +1 -1
- package/dist/ui/utils/jwt/index.js +37 -12
- package/dist/ui/utils/jwt/index.js.map +1 -1
- package/dist/ui/utils/libs/index.js +18 -2
- package/dist/ui/utils/libs/index.js.map +1 -1
- package/dist/ui/utils/libs/moment/index.js +17 -1
- package/dist/ui/utils/libs/moment/index.js.map +1 -1
- package/dist/ui/utils/libs/moment/verify-date-and-return-value-formatted.d.ts +2 -2
- package/dist/ui/utils/libs/moment/verify-date-and-return-value-formatted.js +13 -6
- package/dist/ui/utils/libs/moment/verify-date-and-return-value-formatted.js.map +1 -1
- package/dist/ui/utils/libs/next/index.js +18 -2
- package/dist/ui/utils/libs/next/index.js.map +1 -1
- package/dist/ui/utils/libs/next/router-build.js +21 -18
- package/dist/ui/utils/libs/next/router-build.js.map +1 -1
- package/dist/ui/utils/libs/next/update-route.js +20 -5
- package/dist/ui/utils/libs/next/update-route.js.map +1 -1
- package/dist/ui/utils/mocks/index.js +17 -1
- package/dist/ui/utils/mocks/index.js.map +1 -1
- package/dist/ui/utils/mocks/states-brazil.js +4 -1
- package/dist/ui/utils/mocks/states-brazil.js.map +1 -1
- package/dist/ui/utils/phone/index.js +24 -16
- package/dist/ui/utils/phone/index.js.map +1 -1
- package/dist/ui/utils/scroll-to-top-page.js +4 -1
- package/dist/ui/utils/scroll-to-top-page.js.map +1 -1
- package/dist/ui/utils/sidebar/index.js +10 -6
- package/dist/ui/utils/sidebar/index.js.map +1 -1
- package/dist/ui/utils/storage/cookies.js +17 -13
- package/dist/ui/utils/storage/cookies.js.map +1 -1
- package/dist/ui/utils/storage/index.js +17 -1
- package/dist/ui/utils/storage/index.js.map +1 -1
- package/dist/ui/utils/uid/index.js +7 -3
- package/dist/ui/utils/uid/index.js.map +1 -1
- package/package.json +2 -2
|
@@ -1,7 +1,11 @@
|
|
|
1
|
+
"use strict";
|
|
1
2
|
/* eslint no-underscore-dangle: "off" */
|
|
2
3
|
/* eslint no-use-before-define: "off" */
|
|
3
|
-
|
|
4
|
-
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.Autoplay = Autoplay;
|
|
6
|
+
var document_1 = require("../ssr-window/document.js");
|
|
7
|
+
function Autoplay(_a) {
|
|
8
|
+
var swiper = _a.swiper, extendParams = _a.extendParams, on = _a.on, emit = _a.emit, params = _a.params;
|
|
5
9
|
swiper.autoplay = {
|
|
6
10
|
running: false,
|
|
7
11
|
paused: false,
|
|
@@ -18,19 +22,19 @@ export function Autoplay({ swiper, extendParams, on, emit, params }) {
|
|
|
18
22
|
pauseOnMouseEnter: false,
|
|
19
23
|
},
|
|
20
24
|
});
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
25
|
+
var timeout;
|
|
26
|
+
var raf;
|
|
27
|
+
var autoplayDelayTotal = params && params.autoplay ? params.autoplay.delay : 3000;
|
|
28
|
+
var autoplayDelayCurrent = params && params.autoplay ? params.autoplay.delay : 3000;
|
|
29
|
+
var autoplayTimeLeft;
|
|
30
|
+
var autoplayStartTime = new Date().getTime();
|
|
31
|
+
var wasPaused;
|
|
32
|
+
var isTouched;
|
|
33
|
+
var pausedByTouch;
|
|
34
|
+
var touchStartTimeout;
|
|
35
|
+
var slideChanged;
|
|
36
|
+
var pausedByInteraction;
|
|
37
|
+
var pausedByPointerEnter;
|
|
34
38
|
function onTransitionEnd(e) {
|
|
35
39
|
if (!swiper || swiper.destroyed || !swiper.wrapperEl)
|
|
36
40
|
return;
|
|
@@ -42,7 +46,7 @@ export function Autoplay({ swiper, extendParams, on, emit, params }) {
|
|
|
42
46
|
}
|
|
43
47
|
resume();
|
|
44
48
|
}
|
|
45
|
-
|
|
49
|
+
var calcTimeLeft = function () {
|
|
46
50
|
if (swiper.destroyed || !swiper.autoplay.running)
|
|
47
51
|
return;
|
|
48
52
|
if (swiper.autoplay.paused) {
|
|
@@ -52,37 +56,39 @@ export function Autoplay({ swiper, extendParams, on, emit, params }) {
|
|
|
52
56
|
autoplayDelayCurrent = autoplayTimeLeft;
|
|
53
57
|
wasPaused = false;
|
|
54
58
|
}
|
|
55
|
-
|
|
59
|
+
var timeLeft = swiper.autoplay.paused
|
|
56
60
|
? autoplayTimeLeft
|
|
57
61
|
: autoplayStartTime + autoplayDelayCurrent - new Date().getTime();
|
|
58
62
|
swiper.autoplay.timeLeft = timeLeft;
|
|
59
63
|
emit('autoplayTimeLeft', timeLeft, timeLeft / autoplayDelayTotal);
|
|
60
|
-
raf = requestAnimationFrame(()
|
|
64
|
+
raf = requestAnimationFrame(function () {
|
|
61
65
|
calcTimeLeft();
|
|
62
66
|
});
|
|
63
67
|
};
|
|
64
|
-
|
|
65
|
-
|
|
68
|
+
var getSlideDelay = function () {
|
|
69
|
+
var activeSlideEl;
|
|
66
70
|
if (swiper.virtual && swiper.params.virtual.enabled) {
|
|
67
|
-
activeSlideEl = swiper.slides.filter((slideEl)
|
|
71
|
+
activeSlideEl = swiper.slides.filter(function (slideEl) {
|
|
72
|
+
return slideEl.classList.contains('swiper-slide-active');
|
|
73
|
+
})[0];
|
|
68
74
|
}
|
|
69
75
|
else {
|
|
70
76
|
activeSlideEl = swiper.slides[swiper.activeIndex];
|
|
71
77
|
}
|
|
72
78
|
if (!activeSlideEl)
|
|
73
79
|
return undefined;
|
|
74
|
-
|
|
80
|
+
var currentSlideDelay = parseInt(activeSlideEl.getAttribute('data-swiper-autoplay'), 10);
|
|
75
81
|
return currentSlideDelay;
|
|
76
82
|
};
|
|
77
|
-
|
|
83
|
+
var run = function (delayForce) {
|
|
78
84
|
if (swiper.destroyed || !swiper.autoplay.running)
|
|
79
85
|
return;
|
|
80
86
|
cancelAnimationFrame(raf);
|
|
81
87
|
calcTimeLeft();
|
|
82
|
-
|
|
88
|
+
var delay = typeof delayForce === 'undefined' ? swiper.params.autoplay.delay : delayForce;
|
|
83
89
|
autoplayDelayTotal = swiper.params.autoplay.delay;
|
|
84
90
|
autoplayDelayCurrent = swiper.params.autoplay.delay;
|
|
85
|
-
|
|
91
|
+
var currentSlideDelay = getSlideDelay();
|
|
86
92
|
if (!Number.isNaN(currentSlideDelay) &&
|
|
87
93
|
currentSlideDelay > 0 &&
|
|
88
94
|
typeof delayForce === 'undefined') {
|
|
@@ -91,8 +97,8 @@ export function Autoplay({ swiper, extendParams, on, emit, params }) {
|
|
|
91
97
|
autoplayDelayCurrent = currentSlideDelay;
|
|
92
98
|
}
|
|
93
99
|
autoplayTimeLeft = delay;
|
|
94
|
-
|
|
95
|
-
|
|
100
|
+
var speed = swiper.params.speed;
|
|
101
|
+
var proceed = function () {
|
|
96
102
|
if (!swiper || swiper.destroyed)
|
|
97
103
|
return;
|
|
98
104
|
if (swiper.params.autoplay.reverseDirection) {
|
|
@@ -117,45 +123,45 @@ export function Autoplay({ swiper, extendParams, on, emit, params }) {
|
|
|
117
123
|
}
|
|
118
124
|
if (swiper.params.cssMode) {
|
|
119
125
|
autoplayStartTime = new Date().getTime();
|
|
120
|
-
requestAnimationFrame(()
|
|
126
|
+
requestAnimationFrame(function () {
|
|
121
127
|
run(undefined);
|
|
122
128
|
});
|
|
123
129
|
}
|
|
124
130
|
};
|
|
125
131
|
if (delay > 0) {
|
|
126
132
|
clearTimeout(timeout);
|
|
127
|
-
timeout = setTimeout(()
|
|
133
|
+
timeout = setTimeout(function () {
|
|
128
134
|
proceed();
|
|
129
135
|
}, delay);
|
|
130
136
|
}
|
|
131
137
|
else {
|
|
132
|
-
requestAnimationFrame(()
|
|
138
|
+
requestAnimationFrame(function () {
|
|
133
139
|
proceed();
|
|
134
140
|
});
|
|
135
141
|
}
|
|
136
142
|
// eslint-disable-next-line
|
|
137
143
|
return delay;
|
|
138
144
|
};
|
|
139
|
-
|
|
145
|
+
var start = function () {
|
|
140
146
|
autoplayStartTime = new Date().getTime();
|
|
141
147
|
swiper.autoplay.running = true;
|
|
142
148
|
run(undefined);
|
|
143
149
|
emit('autoplayStart');
|
|
144
150
|
};
|
|
145
|
-
|
|
151
|
+
var stop = function () {
|
|
146
152
|
swiper.autoplay.running = false;
|
|
147
153
|
clearTimeout(timeout);
|
|
148
154
|
cancelAnimationFrame(raf);
|
|
149
155
|
emit('autoplayStop');
|
|
150
156
|
};
|
|
151
|
-
|
|
157
|
+
var pause = function (internal, reset) {
|
|
152
158
|
if (swiper.destroyed || !swiper.autoplay.running)
|
|
153
159
|
return;
|
|
154
160
|
clearTimeout(timeout);
|
|
155
161
|
if (!internal) {
|
|
156
162
|
pausedByInteraction = true;
|
|
157
163
|
}
|
|
158
|
-
|
|
164
|
+
var proceed = function () {
|
|
159
165
|
emit('autoplayPause');
|
|
160
166
|
if (swiper.params.autoplay.waitForTransition) {
|
|
161
167
|
swiper.wrapperEl.addEventListener('transitionend', onTransitionEnd);
|
|
@@ -173,7 +179,7 @@ export function Autoplay({ swiper, extendParams, on, emit, params }) {
|
|
|
173
179
|
proceed();
|
|
174
180
|
return;
|
|
175
181
|
}
|
|
176
|
-
|
|
182
|
+
var delay = autoplayTimeLeft || swiper.params.autoplay.delay;
|
|
177
183
|
autoplayTimeLeft = delay - (new Date().getTime() - autoplayStartTime);
|
|
178
184
|
if (swiper.isEnd && autoplayTimeLeft < 0 && !swiper.params.loop)
|
|
179
185
|
return;
|
|
@@ -181,7 +187,7 @@ export function Autoplay({ swiper, extendParams, on, emit, params }) {
|
|
|
181
187
|
autoplayTimeLeft = 0;
|
|
182
188
|
proceed();
|
|
183
189
|
};
|
|
184
|
-
|
|
190
|
+
var resume = function () {
|
|
185
191
|
if ((swiper.isEnd && autoplayTimeLeft < 0 && !swiper.params.loop) ||
|
|
186
192
|
swiper.destroyed ||
|
|
187
193
|
!swiper.autoplay.running)
|
|
@@ -197,10 +203,10 @@ export function Autoplay({ swiper, extendParams, on, emit, params }) {
|
|
|
197
203
|
swiper.autoplay.paused = false;
|
|
198
204
|
emit('autoplayResume');
|
|
199
205
|
};
|
|
200
|
-
|
|
206
|
+
var onVisibilityChange = function () {
|
|
201
207
|
if (swiper.destroyed || !swiper.autoplay.running)
|
|
202
208
|
return;
|
|
203
|
-
|
|
209
|
+
var document = (0, document_1.getDocument)();
|
|
204
210
|
if (document.visibilityState === 'hidden') {
|
|
205
211
|
pausedByInteraction = true;
|
|
206
212
|
pause(true, undefined);
|
|
@@ -209,7 +215,7 @@ export function Autoplay({ swiper, extendParams, on, emit, params }) {
|
|
|
209
215
|
resume();
|
|
210
216
|
}
|
|
211
217
|
};
|
|
212
|
-
|
|
218
|
+
var onPointerEnter = function (e) {
|
|
213
219
|
if (e.pointerType !== 'mouse')
|
|
214
220
|
return;
|
|
215
221
|
pausedByInteraction = true;
|
|
@@ -218,7 +224,7 @@ export function Autoplay({ swiper, extendParams, on, emit, params }) {
|
|
|
218
224
|
return;
|
|
219
225
|
pause(true, undefined);
|
|
220
226
|
};
|
|
221
|
-
|
|
227
|
+
var onPointerLeave = function (e) {
|
|
222
228
|
if (e.pointerType !== 'mouse')
|
|
223
229
|
return;
|
|
224
230
|
pausedByPointerEnter = false;
|
|
@@ -226,46 +232,46 @@ export function Autoplay({ swiper, extendParams, on, emit, params }) {
|
|
|
226
232
|
resume();
|
|
227
233
|
}
|
|
228
234
|
};
|
|
229
|
-
|
|
235
|
+
var attachMouseEvents = function () {
|
|
230
236
|
if (swiper.params.autoplay.pauseOnMouseEnter) {
|
|
231
237
|
swiper.el.addEventListener('pointerenter', onPointerEnter);
|
|
232
238
|
swiper.el.addEventListener('pointerleave', onPointerLeave);
|
|
233
239
|
}
|
|
234
240
|
};
|
|
235
|
-
|
|
241
|
+
var detachMouseEvents = function () {
|
|
236
242
|
if (swiper.el && typeof swiper.el !== 'string') {
|
|
237
243
|
swiper.el.removeEventListener('pointerenter', onPointerEnter);
|
|
238
244
|
swiper.el.removeEventListener('pointerleave', onPointerLeave);
|
|
239
245
|
}
|
|
240
246
|
};
|
|
241
|
-
|
|
242
|
-
|
|
247
|
+
var attachDocumentEvents = function () {
|
|
248
|
+
var document = (0, document_1.getDocument)();
|
|
243
249
|
document.addEventListener('visibilitychange', onVisibilityChange);
|
|
244
250
|
};
|
|
245
|
-
|
|
246
|
-
|
|
251
|
+
var detachDocumentEvents = function () {
|
|
252
|
+
var document = (0, document_1.getDocument)();
|
|
247
253
|
document.removeEventListener('visibilitychange', onVisibilityChange);
|
|
248
254
|
};
|
|
249
|
-
on('init', ()
|
|
255
|
+
on('init', function () {
|
|
250
256
|
if (swiper.params.autoplay.enabled) {
|
|
251
257
|
attachMouseEvents();
|
|
252
258
|
attachDocumentEvents();
|
|
253
259
|
start();
|
|
254
260
|
}
|
|
255
261
|
});
|
|
256
|
-
on('destroy', ()
|
|
262
|
+
on('destroy', function () {
|
|
257
263
|
detachMouseEvents();
|
|
258
264
|
detachDocumentEvents();
|
|
259
265
|
if (swiper.autoplay.running) {
|
|
260
266
|
stop();
|
|
261
267
|
}
|
|
262
268
|
});
|
|
263
|
-
on('_freeModeStaticRelease', ()
|
|
269
|
+
on('_freeModeStaticRelease', function () {
|
|
264
270
|
if (pausedByTouch || pausedByInteraction) {
|
|
265
271
|
resume();
|
|
266
272
|
}
|
|
267
273
|
});
|
|
268
|
-
on('_freeModeNoMomentumRelease', ()
|
|
274
|
+
on('_freeModeNoMomentumRelease', function () {
|
|
269
275
|
if (!swiper.params.autoplay.disableOnInteraction) {
|
|
270
276
|
pause(true, true);
|
|
271
277
|
}
|
|
@@ -273,7 +279,7 @@ export function Autoplay({ swiper, extendParams, on, emit, params }) {
|
|
|
273
279
|
stop();
|
|
274
280
|
}
|
|
275
281
|
});
|
|
276
|
-
on('beforeTransitionStart', (_s, speed, internal)
|
|
282
|
+
on('beforeTransitionStart', function (_s, speed, internal) {
|
|
277
283
|
if (swiper.destroyed || !swiper.autoplay.running)
|
|
278
284
|
return;
|
|
279
285
|
if (internal || !swiper.params.autoplay.disableOnInteraction) {
|
|
@@ -283,7 +289,7 @@ export function Autoplay({ swiper, extendParams, on, emit, params }) {
|
|
|
283
289
|
stop();
|
|
284
290
|
}
|
|
285
291
|
});
|
|
286
|
-
on('sliderFirstMove', ()
|
|
292
|
+
on('sliderFirstMove', function () {
|
|
287
293
|
if (swiper.destroyed || !swiper.autoplay.running)
|
|
288
294
|
return;
|
|
289
295
|
if (swiper.params.autoplay.disableOnInteraction) {
|
|
@@ -293,13 +299,13 @@ export function Autoplay({ swiper, extendParams, on, emit, params }) {
|
|
|
293
299
|
isTouched = true;
|
|
294
300
|
pausedByTouch = false;
|
|
295
301
|
pausedByInteraction = false;
|
|
296
|
-
touchStartTimeout = setTimeout(()
|
|
302
|
+
touchStartTimeout = setTimeout(function () {
|
|
297
303
|
pausedByInteraction = true;
|
|
298
304
|
pausedByTouch = true;
|
|
299
305
|
pause(true, undefined);
|
|
300
306
|
}, 200);
|
|
301
307
|
});
|
|
302
|
-
on('touchEnd', ()
|
|
308
|
+
on('touchEnd', function () {
|
|
303
309
|
if (swiper.destroyed || !swiper.autoplay.running || !isTouched)
|
|
304
310
|
return;
|
|
305
311
|
clearTimeout(touchStartTimeout);
|
|
@@ -314,16 +320,16 @@ export function Autoplay({ swiper, extendParams, on, emit, params }) {
|
|
|
314
320
|
pausedByTouch = false;
|
|
315
321
|
isTouched = false;
|
|
316
322
|
});
|
|
317
|
-
on('slideChange', ()
|
|
323
|
+
on('slideChange', function () {
|
|
318
324
|
if (swiper.destroyed || !swiper.autoplay.running)
|
|
319
325
|
return;
|
|
320
326
|
slideChanged = true;
|
|
321
327
|
});
|
|
322
328
|
Object.assign(swiper.autoplay, {
|
|
323
|
-
start,
|
|
324
|
-
stop,
|
|
325
|
-
pause,
|
|
326
|
-
resume,
|
|
329
|
+
start: start,
|
|
330
|
+
stop: stop,
|
|
331
|
+
pause: pause,
|
|
332
|
+
resume: resume,
|
|
327
333
|
});
|
|
328
334
|
}
|
|
329
335
|
//# sourceMappingURL=autoplay.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"autoplay.js","sourceRoot":"","sources":["../../../../../../src/ui/components/carousel/carousel-lib/modules/autoplay.tsx"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"autoplay.js","sourceRoot":"","sources":["../../../../../../src/ui/components/carousel/carousel-lib/modules/autoplay.tsx"],"names":[],"mappings":"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"}
|
|
@@ -1,55 +1,62 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
+
};
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
exports.EffectFade = EffectFade;
|
|
7
|
+
var effect_init_1 = __importDefault(require("../shared/effect-init.js"));
|
|
8
|
+
var effect_target_1 = __importDefault(require("../shared/effect-target.js"));
|
|
9
|
+
var effect_virtual_transition_end_1 = __importDefault(require("../shared/effect-virtual-transition-end.js"));
|
|
10
|
+
var utils_1 = require("../shared/utils.js");
|
|
11
|
+
function EffectFade(_a) {
|
|
12
|
+
var swiper = _a.swiper, extendParams = _a.extendParams, on = _a.on;
|
|
6
13
|
extendParams({
|
|
7
14
|
fadeEffect: {
|
|
8
15
|
crossFade: false,
|
|
9
16
|
},
|
|
10
17
|
});
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
for (
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
+
var setTranslate = function () {
|
|
19
|
+
var slides = swiper.slides;
|
|
20
|
+
var params = swiper.params.fadeEffect;
|
|
21
|
+
for (var i = 0; i < slides.length; i += 1) {
|
|
22
|
+
var slideEl = swiper.slides[i];
|
|
23
|
+
var offset = slideEl.swiperSlideOffset;
|
|
24
|
+
var tx = -offset;
|
|
18
25
|
if (!swiper.params.virtualTranslate)
|
|
19
26
|
tx -= swiper.translate;
|
|
20
|
-
|
|
27
|
+
var ty = 0;
|
|
21
28
|
if (!swiper.isHorizontal()) {
|
|
22
29
|
ty = tx;
|
|
23
30
|
tx = 0;
|
|
24
31
|
}
|
|
25
|
-
|
|
32
|
+
var slideOpacity = swiper.params.fadeEffect.crossFade
|
|
26
33
|
? Math.max(1 - Math.abs(slideEl.progress), 0)
|
|
27
34
|
: 1 + Math.min(Math.max(slideEl.progress, -1), 0);
|
|
28
|
-
|
|
35
|
+
var targetEl = (0, effect_target_1.default)(params, slideEl);
|
|
29
36
|
targetEl.style.opacity = slideOpacity;
|
|
30
|
-
targetEl.style.transform =
|
|
37
|
+
targetEl.style.transform = "translate3d(".concat(tx, "px, ").concat(ty, "px, 0px)");
|
|
31
38
|
}
|
|
32
39
|
};
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
transformElements.forEach((el)
|
|
36
|
-
el.style.transitionDuration =
|
|
40
|
+
var setTransition = function (duration) {
|
|
41
|
+
var transformElements = swiper.slides.map(function (slideEl) { return (0, utils_1.getSlideTransformEl)(slideEl); });
|
|
42
|
+
transformElements.forEach(function (el) {
|
|
43
|
+
el.style.transitionDuration = "".concat(duration, "ms");
|
|
37
44
|
});
|
|
38
|
-
|
|
45
|
+
(0, effect_virtual_transition_end_1.default)({ swiper: swiper, duration: duration, transformElements: transformElements, allSlides: true });
|
|
39
46
|
};
|
|
40
|
-
|
|
47
|
+
(0, effect_init_1.default)({
|
|
41
48
|
effect: 'fade',
|
|
42
|
-
swiper,
|
|
43
|
-
on,
|
|
44
|
-
setTranslate,
|
|
45
|
-
setTransition,
|
|
46
|
-
overwriteParams: ()
|
|
49
|
+
swiper: swiper,
|
|
50
|
+
on: on,
|
|
51
|
+
setTranslate: setTranslate,
|
|
52
|
+
setTransition: setTransition,
|
|
53
|
+
overwriteParams: function () { return ({
|
|
47
54
|
slidesPerView: 1,
|
|
48
55
|
slidesPerGroup: 1,
|
|
49
56
|
watchSlidesProgress: true,
|
|
50
57
|
spaceBetween: 0,
|
|
51
58
|
virtualTranslate: !swiper.params.cssMode,
|
|
52
|
-
}),
|
|
59
|
+
}); },
|
|
53
60
|
});
|
|
54
61
|
}
|
|
55
62
|
//# sourceMappingURL=effect-fade.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"effect-fade.js","sourceRoot":"","sources":["../../../../../../src/ui/components/carousel/carousel-lib/modules/effect-fade.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"effect-fade.js","sourceRoot":"","sources":["../../../../../../src/ui/components/carousel/carousel-lib/modules/effect-fade.tsx"],"names":[],"mappings":";;;;;AAKA,gCAoDC;AAzDD,sEAA+C;AAC/C,0EAAmD;AACnD,0GAAiF;AACjF,yCAAsD;AAEtD,SAAiB,UAAU,CAAC,EAA4B;QAA1B,MAAM,YAAA,EAAE,YAAY,kBAAA,EAAE,EAAE,QAAA;IACpD,YAAY,CAAC;QACX,UAAU,EAAE;YACV,SAAS,EAAE,KAAK;SACjB;KACF,CAAC,CAAC;IAEH,IAAM,YAAY,GAAG;QACX,IAAA,MAAM,GAAK,MAAM,OAAX,CAAY;QAC1B,IAAM,MAAM,GAAG,MAAM,CAAC,MAAM,CAAC,UAAU,CAAC;QACxC,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,MAAM,CAAC,MAAM,EAAE,CAAC,IAAI,CAAC,EAAE,CAAC;YAC1C,IAAM,OAAO,GAAG,MAAM,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC;YACjC,IAAM,MAAM,GAAG,OAAO,CAAC,iBAAiB,CAAC;YACzC,IAAI,EAAE,GAAG,CAAC,MAAM,CAAC;YACjB,IAAI,CAAC,MAAM,CAAC,MAAM,CAAC,gBAAgB;gBAAE,EAAE,IAAI,MAAM,CAAC,SAAS,CAAC;YAC5D,IAAI,EAAE,GAAG,CAAC,CAAC;YACX,IAAI,CAAC,MAAM,CAAC,YAAY,EAAE,EAAE,CAAC;gBAC3B,EAAE,GAAG,EAAE,CAAC;gBACR,EAAE,GAAG,CAAC,CAAC;YACT,CAAC;YACD,IAAM,YAAY,GAAG,MAAM,CAAC,MAAM,CAAC,UAAU,CAAC,SAAS;gBACrD,CAAC,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,GAAG,IAAI,CAAC,GAAG,CAAC,OAAO,CAAC,QAAQ,CAAC,EAAE,CAAC,CAAC;gBAC7C,CAAC,CAAC,CAAC,GAAG,IAAI,CAAC,GAAG,CAAC,IAAI,CAAC,GAAG,CAAC,OAAO,CAAC,QAAQ,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC;YAEpD,IAAM,QAAQ,GAAG,IAAA,uBAAY,EAAC,MAAM,EAAE,OAAO,CAAQ,CAAC;YACtD,QAAQ,CAAC,KAAK,CAAC,OAAO,GAAG,YAAY,CAAC;YACtC,QAAQ,CAAC,KAAK,CAAC,SAAS,GAAG,sBAAe,EAAE,iBAAO,EAAE,aAAU,CAAC;QAClE,CAAC;IACH,CAAC,CAAC;IACF,IAAM,aAAa,GAAG,UAAC,QAAQ;QAC7B,IAAM,iBAAiB,GAAG,MAAM,CAAC,MAAM,CAAC,GAAG,CAAC,UAAC,OAAO,IAAK,OAAA,IAAA,2BAAmB,EAAC,OAAO,CAAC,EAA5B,CAA4B,CAAC,CAAC;QACvF,iBAAiB,CAAC,OAAO,CAAC,UAAC,EAAE;YAC3B,EAAE,CAAC,KAAK,CAAC,kBAAkB,GAAG,UAAG,QAAQ,OAAI,CAAC;QAChD,CAAC,CAAC,CAAC;QAEH,IAAA,uCAA0B,EAAC,EAAE,MAAM,QAAA,EAAE,QAAQ,UAAA,EAAE,iBAAiB,mBAAA,EAAE,SAAS,EAAE,IAAI,EAAE,CAAC,CAAC;IACvF,CAAC,CAAC;IAEF,IAAA,qBAAU,EAAC;QACT,MAAM,EAAE,MAAM;QACd,MAAM,QAAA;QACN,EAAE,IAAA;QACF,YAAY,cAAA;QACZ,aAAa,eAAA;QACb,eAAe,EAAE,cAAM,OAAA,CAAC;YACtB,aAAa,EAAE,CAAC;YAChB,cAAc,EAAE,CAAC;YACjB,mBAAmB,EAAE,IAAI;YACzB,YAAY,EAAE,CAAC;YACf,gBAAgB,EAAE,CAAC,MAAM,CAAC,MAAM,CAAC,OAAO;SACzC,CAAC,EANqB,CAMrB;KACH,CAAC,CAAC;AACL,CAAC"}
|