infinity-forge 9.9.7 → 9.9.9
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 +19 -1
- 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.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.js +31 -16
- 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 +18 -15
- 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.js +57 -20
- 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/constants.js +6 -3
- package/dist/ui/components/form/select/constants.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 +164 -64
- 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/virtualized-menu-list/index.js +13 -6
- package/dist/ui/components/form/select/virtualized-menu-list/index.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.d.ts +1 -1
- package/dist/ui/hooks/use-query/interfaces.js +2 -1
- package/dist/ui/hooks/use-query/new-query/QueryClient.js +150 -98
- 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.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 +1 -1
|
@@ -1,32 +1,35 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.default = updateSlides;
|
|
4
|
+
var utils_1 = require("../../shared/utils.js");
|
|
5
|
+
function updateSlides() {
|
|
6
|
+
var swiper = this;
|
|
4
7
|
function getDirectionPropertyValue(node, label) {
|
|
5
8
|
return parseFloat(node.getPropertyValue(swiper.getDirectionLabel(label)) || 0);
|
|
6
9
|
}
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
10
|
+
var params = swiper.params;
|
|
11
|
+
var wrapperEl = swiper.wrapperEl, slidesEl = swiper.slidesEl, swiperSize = swiper.size, rtl = swiper.rtlTranslate, wrongRTL = swiper.wrongRTL;
|
|
12
|
+
var isVirtual = swiper.virtual && params.virtual.enabled;
|
|
13
|
+
var previousSlidesLength = isVirtual ? swiper.virtual.slides.length : swiper.slides.length;
|
|
14
|
+
var slides = (0, utils_1.elementChildren)(slidesEl, ".".concat(swiper.params.slideClass, ", swiper-slide"));
|
|
15
|
+
var slidesLength = isVirtual ? swiper.virtual.slides.length : slides.length;
|
|
16
|
+
var snapGrid = [];
|
|
17
|
+
var slidesGrid = [];
|
|
18
|
+
var slidesSizesGrid = [];
|
|
19
|
+
var offsetBefore = params.slidesOffsetBefore;
|
|
17
20
|
if (typeof offsetBefore === 'function') {
|
|
18
21
|
offsetBefore = params.slidesOffsetBefore.call(swiper);
|
|
19
22
|
}
|
|
20
|
-
|
|
23
|
+
var offsetAfter = params.slidesOffsetAfter;
|
|
21
24
|
if (typeof offsetAfter === 'function') {
|
|
22
25
|
offsetAfter = params.slidesOffsetAfter.call(swiper);
|
|
23
26
|
}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
27
|
+
var previousSnapGridLength = swiper.snapGrid.length;
|
|
28
|
+
var previousSlidesGridLength = swiper.slidesGrid.length;
|
|
29
|
+
var spaceBetween = params.spaceBetween;
|
|
30
|
+
var slidePosition = -offsetBefore;
|
|
31
|
+
var prevSlideSize = 0;
|
|
32
|
+
var index = 0;
|
|
30
33
|
if (typeof swiperSize === 'undefined') {
|
|
31
34
|
return;
|
|
32
35
|
}
|
|
@@ -38,7 +41,7 @@ export default function updateSlides() {
|
|
|
38
41
|
}
|
|
39
42
|
swiper.virtualSize = -spaceBetween;
|
|
40
43
|
// reset margins
|
|
41
|
-
slides.forEach((slideEl)
|
|
44
|
+
slides.forEach(function (slideEl) {
|
|
42
45
|
if (rtl) {
|
|
43
46
|
slideEl.style.marginLeft = '';
|
|
44
47
|
}
|
|
@@ -50,10 +53,10 @@ export default function updateSlides() {
|
|
|
50
53
|
});
|
|
51
54
|
// reset cssMode offsets
|
|
52
55
|
if (params.centeredSlides && params.cssMode) {
|
|
53
|
-
setCSSProperty(wrapperEl, '--swiper-centered-offset-before', '');
|
|
54
|
-
setCSSProperty(wrapperEl, '--swiper-centered-offset-after', '');
|
|
56
|
+
(0, utils_1.setCSSProperty)(wrapperEl, '--swiper-centered-offset-before', '');
|
|
57
|
+
(0, utils_1.setCSSProperty)(wrapperEl, '--swiper-centered-offset-after', '');
|
|
55
58
|
}
|
|
56
|
-
|
|
59
|
+
var gridEnabled = params.grid && params.grid.rows > 1 && swiper.grid;
|
|
57
60
|
if (gridEnabled) {
|
|
58
61
|
swiper.grid.initSlides(slides);
|
|
59
62
|
}
|
|
@@ -61,29 +64,29 @@ export default function updateSlides() {
|
|
|
61
64
|
swiper.grid.unsetSlides();
|
|
62
65
|
}
|
|
63
66
|
// Calc slides
|
|
64
|
-
|
|
65
|
-
|
|
67
|
+
var slideSize;
|
|
68
|
+
var shouldResetSlideSize = params.slidesPerView === 'auto' &&
|
|
66
69
|
params.breakpoints &&
|
|
67
|
-
Object.keys(params.breakpoints).filter((key)
|
|
70
|
+
Object.keys(params.breakpoints).filter(function (key) {
|
|
68
71
|
return typeof params.breakpoints[key].slidesPerView !== 'undefined';
|
|
69
72
|
}).length > 0;
|
|
70
|
-
for (
|
|
73
|
+
for (var i = 0; i < slidesLength; i += 1) {
|
|
71
74
|
slideSize = 0;
|
|
72
|
-
|
|
75
|
+
var slide = void 0;
|
|
73
76
|
if (slides[i])
|
|
74
77
|
slide = slides[i];
|
|
75
78
|
if (gridEnabled) {
|
|
76
79
|
swiper.grid.updateSlide(i, slide, slides);
|
|
77
80
|
}
|
|
78
|
-
if (slides[i] && elementStyle(slide, 'display') === 'none')
|
|
81
|
+
if (slides[i] && (0, utils_1.elementStyle)(slide, 'display') === 'none')
|
|
79
82
|
continue; // eslint-disable-line
|
|
80
83
|
if (params.slidesPerView === 'auto') {
|
|
81
84
|
if (shouldResetSlideSize) {
|
|
82
|
-
slides[i].style[swiper.getDirectionLabel('width')] =
|
|
85
|
+
slides[i].style[swiper.getDirectionLabel('width')] = "";
|
|
83
86
|
}
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
+
var slideStyles = getComputedStyle(slide);
|
|
88
|
+
var currentTransform = slide.style.transform;
|
|
89
|
+
var currentWebKitTransform = slide.style.webkitTransform;
|
|
87
90
|
if (currentTransform) {
|
|
88
91
|
slide.style.transform = 'none';
|
|
89
92
|
}
|
|
@@ -92,22 +95,22 @@ export default function updateSlides() {
|
|
|
92
95
|
}
|
|
93
96
|
if (params.roundLengths) {
|
|
94
97
|
slideSize = swiper.isHorizontal()
|
|
95
|
-
? elementOuterSize(slide, 'width', true)
|
|
96
|
-
: elementOuterSize(slide, 'height', true);
|
|
98
|
+
? (0, utils_1.elementOuterSize)(slide, 'width', true)
|
|
99
|
+
: (0, utils_1.elementOuterSize)(slide, 'height', true);
|
|
97
100
|
}
|
|
98
101
|
else {
|
|
99
102
|
// eslint-disable-next-line
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
103
|
+
var width = getDirectionPropertyValue(slideStyles, 'width');
|
|
104
|
+
var paddingLeft = getDirectionPropertyValue(slideStyles, 'padding-left');
|
|
105
|
+
var paddingRight = getDirectionPropertyValue(slideStyles, 'padding-right');
|
|
106
|
+
var marginLeft = getDirectionPropertyValue(slideStyles, 'margin-left');
|
|
107
|
+
var marginRight = getDirectionPropertyValue(slideStyles, 'margin-right');
|
|
108
|
+
var boxSizing = slideStyles.getPropertyValue('box-sizing');
|
|
106
109
|
if (boxSizing && boxSizing === 'border-box') {
|
|
107
110
|
slideSize = width + marginLeft + marginRight;
|
|
108
111
|
}
|
|
109
112
|
else {
|
|
110
|
-
|
|
113
|
+
var clientWidth = slide.clientWidth, offsetWidth = slide.offsetWidth;
|
|
111
114
|
slideSize =
|
|
112
115
|
width +
|
|
113
116
|
paddingLeft +
|
|
@@ -131,7 +134,7 @@ export default function updateSlides() {
|
|
|
131
134
|
if (params.roundLengths)
|
|
132
135
|
slideSize = Math.floor(slideSize);
|
|
133
136
|
if (slides[i]) {
|
|
134
|
-
slides[i].style[swiper.getDirectionLabel('width')] =
|
|
137
|
+
slides[i].style[swiper.getDirectionLabel('width')] = "".concat(slideSize, "px");
|
|
135
138
|
}
|
|
136
139
|
}
|
|
137
140
|
if (slides[i]) {
|
|
@@ -168,19 +171,19 @@ export default function updateSlides() {
|
|
|
168
171
|
}
|
|
169
172
|
swiper.virtualSize = Math.max(swiper.virtualSize, swiperSize) + offsetAfter;
|
|
170
173
|
if (rtl && wrongRTL && (params.effect === 'slide' || params.effect === 'coverflow')) {
|
|
171
|
-
wrapperEl.style.width =
|
|
174
|
+
wrapperEl.style.width = "".concat(swiper.virtualSize + spaceBetween, "px");
|
|
172
175
|
}
|
|
173
176
|
if (params.setWrapperSize) {
|
|
174
|
-
wrapperEl.style[swiper.getDirectionLabel('width')] =
|
|
177
|
+
wrapperEl.style[swiper.getDirectionLabel('width')] = "".concat(swiper.virtualSize + spaceBetween, "px");
|
|
175
178
|
}
|
|
176
179
|
if (gridEnabled) {
|
|
177
180
|
swiper.grid.updateWrapperSize(slideSize, snapGrid);
|
|
178
181
|
}
|
|
179
182
|
// Remove last grid elements depending on width
|
|
180
183
|
if (!params.centeredSlides) {
|
|
181
|
-
|
|
182
|
-
for (
|
|
183
|
-
|
|
184
|
+
var newSlidesGrid = [];
|
|
185
|
+
for (var i = 0; i < snapGrid.length; i += 1) {
|
|
186
|
+
var slidesGridItem = snapGrid[i];
|
|
184
187
|
if (params.roundLengths)
|
|
185
188
|
slidesGridItem = Math.floor(slidesGridItem);
|
|
186
189
|
if (snapGrid[i] <= swiper.virtualSize - swiperSize) {
|
|
@@ -194,15 +197,15 @@ export default function updateSlides() {
|
|
|
194
197
|
}
|
|
195
198
|
}
|
|
196
199
|
if (isVirtual && params.loop) {
|
|
197
|
-
|
|
200
|
+
var size = slidesSizesGrid[0] + spaceBetween;
|
|
198
201
|
if (params.slidesPerGroup > 1) {
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
for (
|
|
202
|
+
var groups = Math.ceil((swiper.virtual.slidesBefore + swiper.virtual.slidesAfter) / params.slidesPerGroup);
|
|
203
|
+
var groupSize = size * params.slidesPerGroup;
|
|
204
|
+
for (var i = 0; i < groups; i += 1) {
|
|
202
205
|
snapGrid.push(snapGrid[snapGrid.length - 1] + groupSize);
|
|
203
206
|
}
|
|
204
207
|
}
|
|
205
|
-
for (
|
|
208
|
+
for (var i = 0; i < swiper.virtual.slidesBefore + swiper.virtual.slidesAfter; i += 1) {
|
|
206
209
|
if (params.slidesPerGroup === 1) {
|
|
207
210
|
snapGrid.push(snapGrid[snapGrid.length - 1] + size);
|
|
208
211
|
}
|
|
@@ -213,9 +216,9 @@ export default function updateSlides() {
|
|
|
213
216
|
if (snapGrid.length === 0)
|
|
214
217
|
snapGrid = [0];
|
|
215
218
|
if (spaceBetween !== 0) {
|
|
216
|
-
|
|
219
|
+
var key_1 = swiper.isHorizontal() && rtl ? 'marginLeft' : swiper.getDirectionLabel('marginRight');
|
|
217
220
|
slides
|
|
218
|
-
.filter((_, slideIndex)
|
|
221
|
+
.filter(function (_, slideIndex) {
|
|
219
222
|
if (!params.cssMode || params.loop)
|
|
220
223
|
return true;
|
|
221
224
|
if (slideIndex === slides.length - 1) {
|
|
@@ -223,55 +226,55 @@ export default function updateSlides() {
|
|
|
223
226
|
}
|
|
224
227
|
return true;
|
|
225
228
|
})
|
|
226
|
-
.forEach((slideEl)
|
|
227
|
-
slideEl.style[
|
|
229
|
+
.forEach(function (slideEl) {
|
|
230
|
+
slideEl.style[key_1] = "".concat(spaceBetween, "px");
|
|
228
231
|
});
|
|
229
232
|
}
|
|
230
233
|
if (params.centeredSlides && params.centeredSlidesBounds) {
|
|
231
|
-
|
|
232
|
-
slidesSizesGrid.forEach((slideSizeValue)
|
|
233
|
-
|
|
234
|
+
var allSlidesSize_1 = 0;
|
|
235
|
+
slidesSizesGrid.forEach(function (slideSizeValue) {
|
|
236
|
+
allSlidesSize_1 += slideSizeValue + (spaceBetween || 0);
|
|
234
237
|
});
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
snapGrid = snapGrid.map((snap)
|
|
238
|
+
allSlidesSize_1 -= spaceBetween;
|
|
239
|
+
var maxSnap_1 = allSlidesSize_1 - swiperSize;
|
|
240
|
+
snapGrid = snapGrid.map(function (snap) {
|
|
238
241
|
if (snap <= 0)
|
|
239
242
|
return -offsetBefore;
|
|
240
|
-
if (snap >
|
|
241
|
-
return
|
|
243
|
+
if (snap > maxSnap_1)
|
|
244
|
+
return maxSnap_1 + offsetAfter;
|
|
242
245
|
return snap;
|
|
243
246
|
});
|
|
244
247
|
}
|
|
245
248
|
if (params.centerInsufficientSlides) {
|
|
246
|
-
|
|
247
|
-
slidesSizesGrid.forEach((slideSizeValue)
|
|
248
|
-
|
|
249
|
+
var allSlidesSize_2 = 0;
|
|
250
|
+
slidesSizesGrid.forEach(function (slideSizeValue) {
|
|
251
|
+
allSlidesSize_2 += slideSizeValue + (spaceBetween || 0);
|
|
249
252
|
});
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
if (
|
|
253
|
-
|
|
254
|
-
snapGrid.forEach((snap, snapIndex)
|
|
255
|
-
snapGrid[snapIndex] = snap -
|
|
253
|
+
allSlidesSize_2 -= spaceBetween;
|
|
254
|
+
var offsetSize = (params.slidesOffsetBefore || 0) + (params.slidesOffsetAfter || 0);
|
|
255
|
+
if (allSlidesSize_2 + offsetSize < swiperSize) {
|
|
256
|
+
var allSlidesOffset_1 = (swiperSize - allSlidesSize_2 - offsetSize) / 2;
|
|
257
|
+
snapGrid.forEach(function (snap, snapIndex) {
|
|
258
|
+
snapGrid[snapIndex] = snap - allSlidesOffset_1;
|
|
256
259
|
});
|
|
257
|
-
slidesGrid.forEach((snap, snapIndex)
|
|
258
|
-
slidesGrid[snapIndex] = snap +
|
|
260
|
+
slidesGrid.forEach(function (snap, snapIndex) {
|
|
261
|
+
slidesGrid[snapIndex] = snap + allSlidesOffset_1;
|
|
259
262
|
});
|
|
260
263
|
}
|
|
261
264
|
}
|
|
262
265
|
Object.assign(swiper, {
|
|
263
|
-
slides,
|
|
264
|
-
snapGrid,
|
|
265
|
-
slidesGrid,
|
|
266
|
-
slidesSizesGrid,
|
|
266
|
+
slides: slides,
|
|
267
|
+
snapGrid: snapGrid,
|
|
268
|
+
slidesGrid: slidesGrid,
|
|
269
|
+
slidesSizesGrid: slidesSizesGrid,
|
|
267
270
|
});
|
|
268
271
|
if (params.centeredSlides && params.cssMode && !params.centeredSlidesBounds) {
|
|
269
|
-
setCSSProperty(wrapperEl, '--swiper-centered-offset-before',
|
|
270
|
-
setCSSProperty(wrapperEl, '--swiper-centered-offset-after',
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
swiper.snapGrid = swiper.snapGrid.map((v)
|
|
274
|
-
swiper.slidesGrid = swiper.slidesGrid.map((v)
|
|
272
|
+
(0, utils_1.setCSSProperty)(wrapperEl, '--swiper-centered-offset-before', "".concat(-snapGrid[0], "px"));
|
|
273
|
+
(0, utils_1.setCSSProperty)(wrapperEl, '--swiper-centered-offset-after', "".concat(swiper.size / 2 - slidesSizesGrid[slidesSizesGrid.length - 1] / 2, "px"));
|
|
274
|
+
var addToSnapGrid_1 = -swiper.snapGrid[0];
|
|
275
|
+
var addToSlidesGrid_1 = -swiper.slidesGrid[0];
|
|
276
|
+
swiper.snapGrid = swiper.snapGrid.map(function (v) { return v + addToSnapGrid_1; });
|
|
277
|
+
swiper.slidesGrid = swiper.slidesGrid.map(function (v) { return v + addToSlidesGrid_1; });
|
|
275
278
|
}
|
|
276
279
|
if (slidesLength !== previousSlidesLength) {
|
|
277
280
|
swiper.emit('slidesLengthChange');
|
|
@@ -289,8 +292,8 @@ export default function updateSlides() {
|
|
|
289
292
|
}
|
|
290
293
|
swiper.emit('slidesUpdated');
|
|
291
294
|
if (!isVirtual && !params.cssMode && (params.effect === 'slide' || params.effect === 'fade')) {
|
|
292
|
-
|
|
293
|
-
|
|
295
|
+
var backFaceHiddenClass = "".concat(params.containerModifierClass, "backface-hidden");
|
|
296
|
+
var hasClassBackfaceClassAdded = swiper.el.classList.contains(backFaceHiddenClass);
|
|
294
297
|
if (slidesLength <= params.maxBackfaceHiddenSlides) {
|
|
295
298
|
if (!hasClassBackfaceClassAdded)
|
|
296
299
|
swiper.el.classList.add(backFaceHiddenClass);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"updateSlides.js","sourceRoot":"","sources":["../../../../../../../src/ui/components/carousel/carousel-lib/core/update/updateSlides.tsx"],"names":[],"mappings":"AAAA,OAAO,EACL,eAAe,EACf,gBAAgB,EAChB,YAAY,EACZ,cAAc,GACf,MAAM,oBAAoB,CAAC;AAE5B,MAAM,CAAC,OAAO,UAAU,YAAY;IAClC,MAAM,MAAM,GAAG,IAAI,CAAC;IAEpB,SAAS,yBAAyB,CAAC,IAAI,EAAE,KAAK;QAC5C,OAAO,UAAU,CAAC,IAAI,CAAC,gBAAgB,CAAC,MAAM,CAAC,iBAAiB,CAAC,KAAK,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC;IACjF,CAAC;IAED,MAAM,MAAM,GAAG,MAAM,CAAC,MAAM,CAAC;IAE7B,MAAM,EAAE,SAAS,EAAE,QAAQ,EAAE,IAAI,EAAE,UAAU,EAAE,YAAY,EAAE,GAAG,EAAE,QAAQ,EAAE,GAAG,MAAM,CAAC;IACtF,MAAM,SAAS,GAAG,MAAM,CAAC,OAAO,IAAI,MAAM,CAAC,OAAO,CAAC,OAAO,CAAC;IAC3D,MAAM,oBAAoB,GAAG,SAAS,CAAC,CAAC,CAAC,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC,CAAC,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC;IAC7F,MAAM,MAAM,GAAG,eAAe,CAAC,QAAQ,EAAE,IAAI,MAAM,CAAC,MAAM,CAAC,UAAU,gBAAgB,CAAC,CAAC;IACvF,MAAM,YAAY,GAAG,SAAS,CAAC,CAAC,CAAC,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC,CAAC,MAAM,CAAC,MAAM,CAAC;IAC9E,IAAI,QAAQ,GAAG,EAAE,CAAC;IAClB,MAAM,UAAU,GAAG,EAAE,CAAC;IACtB,MAAM,eAAe,GAAG,EAAE,CAAC;IAE3B,IAAI,YAAY,GAAG,MAAM,CAAC,kBAAkB,CAAC;IAC7C,IAAI,OAAO,YAAY,KAAK,UAAU,EAAE,CAAC;QACvC,YAAY,GAAG,MAAM,CAAC,kBAAkB,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC;IACxD,CAAC;IAED,IAAI,WAAW,GAAG,MAAM,CAAC,iBAAiB,CAAC;IAC3C,IAAI,OAAO,WAAW,KAAK,UAAU,EAAE,CAAC;QACtC,WAAW,GAAG,MAAM,CAAC,iBAAiB,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC;IACtD,CAAC;IAED,MAAM,sBAAsB,GAAG,MAAM,CAAC,QAAQ,CAAC,MAAM,CAAC;IACtD,MAAM,wBAAwB,GAAG,MAAM,CAAC,UAAU,CAAC,MAAM,CAAC;IAE1D,IAAI,YAAY,GAAG,MAAM,CAAC,YAAY,CAAC;IACvC,IAAI,aAAa,GAAG,CAAC,YAAY,CAAC;IAClC,IAAI,aAAa,GAAG,CAAC,CAAC;IACtB,IAAI,KAAK,GAAG,CAAC,CAAC;IACd,IAAI,OAAO,UAAU,KAAK,WAAW,EAAE,CAAC;QACtC,OAAO;IACT,CAAC;IACD,IAAI,OAAO,YAAY,KAAK,QAAQ,IAAI,YAAY,CAAC,OAAO,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE,CAAC;QACvE,YAAY,GAAG,CAAC,UAAU,CAAC,YAAY,CAAC,OAAO,CAAC,GAAG,EAAE,EAAE,CAAC,CAAC,GAAG,GAAG,CAAC,GAAG,UAAU,CAAC;IAChF,CAAC;SAAM,IAAI,OAAO,YAAY,KAAK,QAAQ,EAAE,CAAC;QAC5C,YAAY,GAAG,UAAU,CAAC,YAAY,CAAC,CAAC;IAC1C,CAAC;IAED,MAAM,CAAC,WAAW,GAAG,CAAC,YAAY,CAAC;IAEnC,gBAAgB;IAChB,MAAM,CAAC,OAAO,CAAC,CAAC,OAAO,EAAE,EAAE;QACzB,IAAI,GAAG,EAAE,CAAC;YACR,OAAO,CAAC,KAAK,CAAC,UAAU,GAAG,EAAE,CAAC;QAChC,CAAC;aAAM,CAAC;YACN,OAAO,CAAC,KAAK,CAAC,WAAW,GAAG,EAAE,CAAC;QACjC,CAAC;QACD,OAAO,CAAC,KAAK,CAAC,YAAY,GAAG,EAAE,CAAC;QAChC,OAAO,CAAC,KAAK,CAAC,SAAS,GAAG,EAAE,CAAC;IAC/B,CAAC,CAAC,CAAC;IAEH,wBAAwB;IACxB,IAAI,MAAM,CAAC,cAAc,IAAI,MAAM,CAAC,OAAO,EAAE,CAAC;QAC5C,cAAc,CAAC,SAAS,EAAE,iCAAiC,EAAE,EAAE,CAAC,CAAC;QACjE,cAAc,CAAC,SAAS,EAAE,gCAAgC,EAAE,EAAE,CAAC,CAAC;IAClE,CAAC;IAED,MAAM,WAAW,GAAG,MAAM,CAAC,IAAI,IAAI,MAAM,CAAC,IAAI,CAAC,IAAI,GAAG,CAAC,IAAI,MAAM,CAAC,IAAI,CAAC;IACvE,IAAI,WAAW,EAAE,CAAC;QAChB,MAAM,CAAC,IAAI,CAAC,UAAU,CAAC,MAAM,CAAC,CAAC;IACjC,CAAC;SAAM,IAAI,MAAM,CAAC,IAAI,EAAE,CAAC;QACvB,MAAM,CAAC,IAAI,CAAC,WAAW,EAAE,CAAC;IAC5B,CAAC;IAED,cAAc;IACd,IAAI,SAAS,CAAC;IAEd,MAAM,oBAAoB,GACxB,MAAM,CAAC,aAAa,KAAK,MAAM;QAC/B,MAAM,CAAC,WAAW;QAClB,MAAM,CAAC,IAAI,CAAC,MAAM,CAAC,WAAW,CAAC,CAAC,MAAM,CAAC,CAAC,GAAG,EAAE,EAAE;YAC7C,OAAO,OAAO,MAAM,CAAC,WAAW,CAAC,GAAG,CAAC,CAAC,aAAa,KAAK,WAAW,CAAC;QACtE,CAAC,CAAC,CAAC,MAAM,GAAG,CAAC,CAAC;IAEhB,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,YAAY,EAAE,CAAC,IAAI,CAAC,EAAE,CAAC;QACzC,SAAS,GAAG,CAAC,CAAC;QACd,IAAI,KAAK,CAAC;QACV,IAAI,MAAM,CAAC,CAAC,CAAC;YAAE,KAAK,GAAG,MAAM,CAAC,CAAC,CAAC,CAAC;QACjC,IAAI,WAAW,EAAE,CAAC;YAChB,MAAM,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,EAAE,KAAK,EAAE,MAAM,CAAC,CAAC;QAC5C,CAAC;QACD,IAAI,MAAM,CAAC,CAAC,CAAC,IAAI,YAAY,CAAC,KAAK,EAAE,SAAS,CAAC,KAAK,MAAM;YAAE,SAAS,CAAC,sBAAsB;QAE5F,IAAI,MAAM,CAAC,aAAa,KAAK,MAAM,EAAE,CAAC;YACpC,IAAI,oBAAoB,EAAE,CAAC;gBACzB,MAAM,CAAC,CAAC,CAAC,CAAC,KAAK,CAAC,MAAM,CAAC,iBAAiB,CAAC,OAAO,CAAC,CAAC,GAAG,EAAE,CAAC;YAC1D,CAAC;YACD,MAAM,WAAW,GAAG,gBAAgB,CAAC,KAAK,CAAC,CAAC;YAC5C,MAAM,gBAAgB,GAAG,KAAK,CAAC,KAAK,CAAC,SAAS,CAAC;YAC/C,MAAM,sBAAsB,GAAG,KAAK,CAAC,KAAK,CAAC,eAAe,CAAC;YAC3D,IAAI,gBAAgB,EAAE,CAAC;gBACrB,KAAK,CAAC,KAAK,CAAC,SAAS,GAAG,MAAM,CAAC;YACjC,CAAC;YACD,IAAI,sBAAsB,EAAE,CAAC;gBAC3B,KAAK,CAAC,KAAK,CAAC,eAAe,GAAG,MAAM,CAAC;YACvC,CAAC;YACD,IAAI,MAAM,CAAC,YAAY,EAAE,CAAC;gBACxB,SAAS,GAAG,MAAM,CAAC,YAAY,EAAE;oBAC/B,CAAC,CAAC,gBAAgB,CAAC,KAAK,EAAE,OAAO,EAAE,IAAI,CAAC;oBACxC,CAAC,CAAC,gBAAgB,CAAC,KAAK,EAAE,QAAQ,EAAE,IAAI,CAAC,CAAC;YAC9C,CAAC;iBAAM,CAAC;gBACN,2BAA2B;gBAC3B,MAAM,KAAK,GAAG,yBAAyB,CAAC,WAAW,EAAE,OAAO,CAAC,CAAC;gBAC9D,MAAM,WAAW,GAAG,yBAAyB,CAAC,WAAW,EAAE,cAAc,CAAC,CAAC;gBAC3E,MAAM,YAAY,GAAG,yBAAyB,CAAC,WAAW,EAAE,eAAe,CAAC,CAAC;gBAC7E,MAAM,UAAU,GAAG,yBAAyB,CAAC,WAAW,EAAE,aAAa,CAAC,CAAC;gBACzE,MAAM,WAAW,GAAG,yBAAyB,CAAC,WAAW,EAAE,cAAc,CAAC,CAAC;gBAC3E,MAAM,SAAS,GAAG,WAAW,CAAC,gBAAgB,CAAC,YAAY,CAAC,CAAC;gBAC7D,IAAI,SAAS,IAAI,SAAS,KAAK,YAAY,EAAE,CAAC;oBAC5C,SAAS,GAAG,KAAK,GAAG,UAAU,GAAG,WAAW,CAAC;gBAC/C,CAAC;qBAAM,CAAC;oBACN,MAAM,EAAE,WAAW,EAAE,WAAW,EAAE,GAAG,KAAK,CAAC;oBAC3C,SAAS;wBACP,KAAK;4BACL,WAAW;4BACX,YAAY;4BACZ,UAAU;4BACV,WAAW;4BACX,CAAC,WAAW,GAAG,WAAW,CAAC,CAAC;gBAChC,CAAC;YACH,CAAC;YACD,IAAI,gBAAgB,EAAE,CAAC;gBACrB,KAAK,CAAC,KAAK,CAAC,SAAS,GAAG,gBAAgB,CAAC;YAC3C,CAAC;YACD,IAAI,sBAAsB,EAAE,CAAC;gBAC3B,KAAK,CAAC,KAAK,CAAC,eAAe,GAAG,sBAAsB,CAAC;YACvD,CAAC;YACD,IAAI,MAAM,CAAC,YAAY;gBAAE,SAAS,GAAG,IAAI,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC;QAC7D,CAAC;aAAM,CAAC;YACN,SAAS,GAAG,CAAC,UAAU,GAAG,CAAC,MAAM,CAAC,aAAa,GAAG,CAAC,CAAC,GAAG,YAAY,CAAC,GAAG,MAAM,CAAC,aAAa,CAAC;YAC5F,IAAI,MAAM,CAAC,YAAY;gBAAE,SAAS,GAAG,IAAI,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC;YAE3D,IAAI,MAAM,CAAC,CAAC,CAAC,EAAE,CAAC;gBACd,MAAM,CAAC,CAAC,CAAC,CAAC,KAAK,CAAC,MAAM,CAAC,iBAAiB,CAAC,OAAO,CAAC,CAAC,GAAG,GAAG,SAAS,IAAI,CAAC;YACxE,CAAC;QACH,CAAC;QACD,IAAI,MAAM,CAAC,CAAC,CAAC,EAAE,CAAC;YACd,MAAM,CAAC,CAAC,CAAC,CAAC,eAAe,GAAG,SAAS,CAAC;QACxC,CAAC;QACD,eAAe,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC;QAEhC,IAAI,MAAM,CAAC,cAAc,EAAE,CAAC;YAC1B,aAAa,GAAG,aAAa,GAAG,SAAS,GAAG,CAAC,GAAG,aAAa,GAAG,CAAC,GAAG,YAAY,CAAC;YACjF,IAAI,aAAa,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC;gBAChC,aAAa,GAAG,aAAa,GAAG,UAAU,GAAG,CAAC,GAAG,YAAY,CAAC;YAChE,IAAI,CAAC,KAAK,CAAC;gBAAE,aAAa,GAAG,aAAa,GAAG,UAAU,GAAG,CAAC,GAAG,YAAY,CAAC;YAC3E,IAAI,IAAI,CAAC,GAAG,CAAC,aAAa,CAAC,GAAG,CAAC,GAAG,IAAI;gBAAE,aAAa,GAAG,CAAC,CAAC;YAC1D,IAAI,MAAM,CAAC,YAAY;gBAAE,aAAa,GAAG,IAAI,CAAC,KAAK,CAAC,aAAa,CAAC,CAAC;YACnE,IAAI,KAAK,GAAG,MAAM,CAAC,cAAc,KAAK,CAAC;gBAAE,QAAQ,CAAC,IAAI,CAAC,aAAa,CAAC,CAAC;YACtE,UAAU,CAAC,IAAI,CAAC,aAAa,CAAC,CAAC;QACjC,CAAC;aAAM,CAAC;YACN,IAAI,MAAM,CAAC,YAAY;gBAAE,aAAa,GAAG,IAAI,CAAC,KAAK,CAAC,aAAa,CAAC,CAAC;YACnE,IACE,CAAC,KAAK,GAAG,IAAI,CAAC,GAAG,CAAC,MAAM,CAAC,MAAM,CAAC,kBAAkB,EAAE,KAAK,CAAC,CAAC;gBACzD,MAAM,CAAC,MAAM,CAAC,cAAc;gBAC9B,CAAC;gBAED,QAAQ,CAAC,IAAI,CAAC,aAAa,CAAC,CAAC;YAC/B,UAAU,CAAC,IAAI,CAAC,aAAa,CAAC,CAAC;YAC/B,aAAa,GAAG,aAAa,GAAG,SAAS,GAAG,YAAY,CAAC;QAC3D,CAAC;QAED,MAAM,CAAC,WAAW,IAAI,SAAS,GAAG,YAAY,CAAC;QAE/C,aAAa,GAAG,SAAS,CAAC;QAE1B,KAAK,IAAI,CAAC,CAAC;IACb,CAAC;IAED,MAAM,CAAC,WAAW,GAAG,IAAI,CAAC,GAAG,CAAC,MAAM,CAAC,WAAW,EAAE,UAAU,CAAC,GAAG,WAAW,CAAC;IAE5E,IAAI,GAAG,IAAI,QAAQ,IAAI,CAAC,MAAM,CAAC,MAAM,KAAK,OAAO,IAAI,MAAM,CAAC,MAAM,KAAK,WAAW,CAAC,EAAE,CAAC;QACpF,SAAS,CAAC,KAAK,CAAC,KAAK,GAAG,GAAG,MAAM,CAAC,WAAW,GAAG,YAAY,IAAI,CAAC;IACnE,CAAC;IACD,IAAI,MAAM,CAAC,cAAc,EAAE,CAAC;QAC1B,SAAS,CAAC,KAAK,CAAC,MAAM,CAAC,iBAAiB,CAAC,OAAO,CAAC,CAAC,GAAG,GAAG,MAAM,CAAC,WAAW,GAAG,YAAY,IAAI,CAAC;IAChG,CAAC;IAED,IAAI,WAAW,EAAE,CAAC;QAChB,MAAM,CAAC,IAAI,CAAC,iBAAiB,CAAC,SAAS,EAAE,QAAQ,CAAC,CAAC;IACrD,CAAC;IAED,+CAA+C;IAC/C,IAAI,CAAC,MAAM,CAAC,cAAc,EAAE,CAAC;QAC3B,MAAM,aAAa,GAAG,EAAE,CAAC;QACzB,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,QAAQ,CAAC,MAAM,EAAE,CAAC,IAAI,CAAC,EAAE,CAAC;YAC5C,IAAI,cAAc,GAAG,QAAQ,CAAC,CAAC,CAAC,CAAC;YACjC,IAAI,MAAM,CAAC,YAAY;gBAAE,cAAc,GAAG,IAAI,CAAC,KAAK,CAAC,cAAc,CAAC,CAAC;YACrE,IAAI,QAAQ,CAAC,CAAC,CAAC,IAAI,MAAM,CAAC,WAAW,GAAG,UAAU,EAAE,CAAC;gBACnD,aAAa,CAAC,IAAI,CAAC,cAAc,CAAC,CAAC;YACrC,CAAC;QACH,CAAC;QACD,QAAQ,GAAG,aAAa,CAAC;QAEzB,IACE,IAAI,CAAC,KAAK,CAAC,MAAM,CAAC,WAAW,GAAG,UAAU,CAAC,GAAG,IAAI,CAAC,KAAK,CAAC,QAAQ,CAAC,QAAQ,CAAC,MAAM,GAAG,CAAC,CAAC,CAAC;YACvF,CAAC,EACD,CAAC;YACD,QAAQ,CAAC,IAAI,CAAC,MAAM,CAAC,WAAW,GAAG,UAAU,CAAC,CAAC;QACjD,CAAC;IACH,CAAC;IACD,IAAI,SAAS,IAAI,MAAM,CAAC,IAAI,EAAE,CAAC;QAC7B,MAAM,IAAI,GAAG,eAAe,CAAC,CAAC,CAAC,GAAG,YAAY,CAAC;QAC/C,IAAI,MAAM,CAAC,cAAc,GAAG,CAAC,EAAE,CAAC;YAC9B,MAAM,MAAM,GAAG,IAAI,CAAC,IAAI,CACtB,CAAC,MAAM,CAAC,OAAO,CAAC,YAAY,GAAG,MAAM,CAAC,OAAO,CAAC,WAAW,CAAC,GAAG,MAAM,CAAC,cAAc,CACnF,CAAC;YACF,MAAM,SAAS,GAAG,IAAI,GAAG,MAAM,CAAC,cAAc,CAAC;YAC/C,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,MAAM,EAAE,CAAC,IAAI,CAAC,EAAE,CAAC;gBACnC,QAAQ,CAAC,IAAI,CAAC,QAAQ,CAAC,QAAQ,CAAC,MAAM,GAAG,CAAC,CAAC,GAAG,SAAS,CAAC,CAAC;YAC3D,CAAC;QACH,CAAC;QACD,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,MAAM,CAAC,OAAO,CAAC,YAAY,GAAG,MAAM,CAAC,OAAO,CAAC,WAAW,EAAE,CAAC,IAAI,CAAC,EAAE,CAAC;YACrF,IAAI,MAAM,CAAC,cAAc,KAAK,CAAC,EAAE,CAAC;gBAChC,QAAQ,CAAC,IAAI,CAAC,QAAQ,CAAC,QAAQ,CAAC,MAAM,GAAG,CAAC,CAAC,GAAG,IAAI,CAAC,CAAC;YACtD,CAAC;YACD,UAAU,CAAC,IAAI,CAAC,UAAU,CAAC,UAAU,CAAC,MAAM,GAAG,CAAC,CAAC,GAAG,IAAI,CAAC,CAAC;YAC1D,MAAM,CAAC,WAAW,IAAI,IAAI,CAAC;QAC7B,CAAC;IACH,CAAC;IACD,IAAI,QAAQ,CAAC,MAAM,KAAK,CAAC;QAAE,QAAQ,GAAG,CAAC,CAAC,CAAC,CAAC;IAE1C,IAAI,YAAY,KAAK,CAAC,EAAE,CAAC;QACvB,MAAM,GAAG,GACP,MAAM,CAAC,YAAY,EAAE,IAAI,GAAG,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,CAAC,MAAM,CAAC,iBAAiB,CAAC,aAAa,CAAC,CAAC;QACxF,MAAM;aACH,MAAM,CAAC,CAAC,CAAC,EAAE,UAAU,EAAE,EAAE;YACxB,IAAI,CAAC,MAAM,CAAC,OAAO,IAAI,MAAM,CAAC,IAAI;gBAAE,OAAO,IAAI,CAAC;YAChD,IAAI,UAAU,KAAK,MAAM,CAAC,MAAM,GAAG,CAAC,EAAE,CAAC;gBACrC,OAAO,KAAK,CAAC;YACf,CAAC;YACD,OAAO,IAAI,CAAC;QACd,CAAC,CAAC;aACD,OAAO,CAAC,CAAC,OAAO,EAAE,EAAE;YACnB,OAAO,CAAC,KAAK,CAAC,GAAG,CAAC,GAAG,GAAG,YAAY,IAAI,CAAC;QAC3C,CAAC,CAAC,CAAC;IACP,CAAC;IAED,IAAI,MAAM,CAAC,cAAc,IAAI,MAAM,CAAC,oBAAoB,EAAE,CAAC;QACzD,IAAI,aAAa,GAAG,CAAC,CAAC;QACtB,eAAe,CAAC,OAAO,CAAC,CAAC,cAAc,EAAE,EAAE;YACzC,aAAa,IAAI,cAAc,GAAG,CAAC,YAAY,IAAI,CAAC,CAAC,CAAC;QACxD,CAAC,CAAC,CAAC;QACH,aAAa,IAAI,YAAY,CAAC;QAC9B,MAAM,OAAO,GAAG,aAAa,GAAG,UAAU,CAAC;QAC3C,QAAQ,GAAG,QAAQ,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;YAC/B,IAAI,IAAI,IAAI,CAAC;gBAAE,OAAO,CAAC,YAAY,CAAC;YACpC,IAAI,IAAI,GAAG,OAAO;gBAAE,OAAO,OAAO,GAAG,WAAW,CAAC;YACjD,OAAO,IAAI,CAAC;QACd,CAAC,CAAC,CAAC;IACL,CAAC;IAED,IAAI,MAAM,CAAC,wBAAwB,EAAE,CAAC;QACpC,IAAI,aAAa,GAAG,CAAC,CAAC;QACtB,eAAe,CAAC,OAAO,CAAC,CAAC,cAAc,EAAE,EAAE;YACzC,aAAa,IAAI,cAAc,GAAG,CAAC,YAAY,IAAI,CAAC,CAAC,CAAC;QACxD,CAAC,CAAC,CAAC;QACH,aAAa,IAAI,YAAY,CAAC;QAC9B,MAAM,UAAU,GAAG,CAAC,MAAM,CAAC,kBAAkB,IAAI,CAAC,CAAC,GAAG,CAAC,MAAM,CAAC,iBAAiB,IAAI,CAAC,CAAC,CAAC;QACtF,IAAI,aAAa,GAAG,UAAU,GAAG,UAAU,EAAE,CAAC;YAC5C,MAAM,eAAe,GAAG,CAAC,UAAU,GAAG,aAAa,GAAG,UAAU,CAAC,GAAG,CAAC,CAAC;YACtE,QAAQ,CAAC,OAAO,CAAC,CAAC,IAAI,EAAE,SAAS,EAAE,EAAE;gBACnC,QAAQ,CAAC,SAAS,CAAC,GAAG,IAAI,GAAG,eAAe,CAAC;YAC/C,CAAC,CAAC,CAAC;YACH,UAAU,CAAC,OAAO,CAAC,CAAC,IAAI,EAAE,SAAS,EAAE,EAAE;gBACrC,UAAU,CAAC,SAAS,CAAC,GAAG,IAAI,GAAG,eAAe,CAAC;YACjD,CAAC,CAAC,CAAC;QACL,CAAC;IACH,CAAC;IAED,MAAM,CAAC,MAAM,CAAC,MAAM,EAAE;QACpB,MAAM;QACN,QAAQ;QACR,UAAU;QACV,eAAe;KAChB,CAAC,CAAC;IAEH,IAAI,MAAM,CAAC,cAAc,IAAI,MAAM,CAAC,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,EAAE,CAAC;QAC5E,cAAc,CAAC,SAAS,EAAE,iCAAiC,EAAE,GAAG,CAAC,QAAQ,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC;QAClF,cAAc,CACZ,SAAS,EACT,gCAAgC,EAChC,GAAG,MAAM,CAAC,IAAI,GAAG,CAAC,GAAG,eAAe,CAAC,eAAe,CAAC,MAAM,GAAG,CAAC,CAAC,GAAG,CAAC,IAAI,CACzE,CAAC;QACF,MAAM,aAAa,GAAG,CAAC,MAAM,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC;QAC1C,MAAM,eAAe,GAAG,CAAC,MAAM,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC;QAC9C,MAAM,CAAC,QAAQ,GAAG,MAAM,CAAC,QAAQ,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,GAAG,aAAa,CAAC,CAAC;QAChE,MAAM,CAAC,UAAU,GAAG,MAAM,CAAC,UAAU,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,GAAG,eAAe,CAAC,CAAC;IACxE,CAAC;IAED,IAAI,YAAY,KAAK,oBAAoB,EAAE,CAAC;QAC1C,MAAM,CAAC,IAAI,CAAC,oBAAoB,CAAC,CAAC;IACpC,CAAC;IACD,IAAI,QAAQ,CAAC,MAAM,KAAK,sBAAsB,EAAE,CAAC;QAC/C,IAAI,MAAM,CAAC,MAAM,CAAC,aAAa;YAAE,MAAM,CAAC,aAAa,EAAE,CAAC;QACxD,MAAM,CAAC,IAAI,CAAC,sBAAsB,CAAC,CAAC;IACtC,CAAC;IACD,IAAI,UAAU,CAAC,MAAM,KAAK,wBAAwB,EAAE,CAAC;QACnD,MAAM,CAAC,IAAI,CAAC,wBAAwB,CAAC,CAAC;IACxC,CAAC;IAED,IAAI,MAAM,CAAC,mBAAmB,EAAE,CAAC;QAC/B,MAAM,CAAC,kBAAkB,EAAE,CAAC;IAC9B,CAAC;IAED,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;IAE7B,IAAI,CAAC,SAAS,IAAI,CAAC,MAAM,CAAC,OAAO,IAAI,CAAC,MAAM,CAAC,MAAM,KAAK,OAAO,IAAI,MAAM,CAAC,MAAM,KAAK,MAAM,CAAC,EAAE,CAAC;QAC7F,MAAM,mBAAmB,GAAG,GAAG,MAAM,CAAC,sBAAsB,iBAAiB,CAAC;QAC9E,MAAM,0BAA0B,GAAG,MAAM,CAAC,EAAE,CAAC,SAAS,CAAC,QAAQ,CAAC,mBAAmB,CAAC,CAAC;QACrF,IAAI,YAAY,IAAI,MAAM,CAAC,uBAAuB,EAAE,CAAC;YACnD,IAAI,CAAC,0BAA0B;gBAAE,MAAM,CAAC,EAAE,CAAC,SAAS,CAAC,GAAG,CAAC,mBAAmB,CAAC,CAAC;QAChF,CAAC;aAAM,IAAI,0BAA0B,EAAE,CAAC;YACtC,MAAM,CAAC,EAAE,CAAC,SAAS,CAAC,MAAM,CAAC,mBAAmB,CAAC,CAAC;QAClD,CAAC;IACH,CAAC;AACH,CAAC"}
|
|
1
|
+
{"version":3,"file":"updateSlides.js","sourceRoot":"","sources":["../../../../../../../src/ui/components/carousel/carousel-lib/core/update/updateSlides.tsx"],"names":[],"mappings":"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"}
|
|
@@ -1,6 +1,9 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.default = updateSlidesClasses;
|
|
1
4
|
//@ts-nocheck
|
|
2
|
-
|
|
3
|
-
|
|
5
|
+
var utils_1 = require("../../shared/utils.js");
|
|
6
|
+
var toggleSlideClasses = function (slideEl, condition, className) {
|
|
4
7
|
if (condition && !slideEl.classList.contains(className)) {
|
|
5
8
|
slideEl.classList.add(className);
|
|
6
9
|
}
|
|
@@ -8,35 +11,35 @@ const toggleSlideClasses = (slideEl, condition, className) => {
|
|
|
8
11
|
slideEl.classList.remove(className);
|
|
9
12
|
}
|
|
10
13
|
};
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
return elementChildren(slidesEl,
|
|
14
|
+
function updateSlidesClasses() {
|
|
15
|
+
var swiper = this;
|
|
16
|
+
var slides = swiper.slides, params = swiper.params, slidesEl = swiper.slidesEl, activeIndex = swiper.activeIndex;
|
|
17
|
+
var isVirtual = swiper.virtual && params.virtual.enabled;
|
|
18
|
+
var gridEnabled = swiper.grid && params.grid && params.grid.rows > 1;
|
|
19
|
+
var getFilteredSlide = function (selector) {
|
|
20
|
+
return (0, utils_1.elementChildren)(slidesEl, ".".concat(params.slideClass).concat(selector, ", swiper-slide").concat(selector))[0];
|
|
18
21
|
};
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
+
var activeSlide;
|
|
23
|
+
var prevSlide;
|
|
24
|
+
var nextSlide;
|
|
22
25
|
if (isVirtual) {
|
|
23
26
|
if (params.loop) {
|
|
24
|
-
|
|
27
|
+
var slideIndex = activeIndex - swiper.virtual.slidesBefore;
|
|
25
28
|
if (slideIndex < 0)
|
|
26
29
|
slideIndex = swiper.virtual.slides.length + slideIndex;
|
|
27
30
|
if (slideIndex >= swiper.virtual.slides.length)
|
|
28
31
|
slideIndex -= swiper.virtual.slides.length;
|
|
29
|
-
activeSlide = getFilteredSlide(
|
|
32
|
+
activeSlide = getFilteredSlide("[data-swiper-slide-index=\"".concat(slideIndex, "\"]"));
|
|
30
33
|
}
|
|
31
34
|
else {
|
|
32
|
-
activeSlide = getFilteredSlide(
|
|
35
|
+
activeSlide = getFilteredSlide("[data-swiper-slide-index=\"".concat(activeIndex, "\"]"));
|
|
33
36
|
}
|
|
34
37
|
}
|
|
35
38
|
else {
|
|
36
39
|
if (gridEnabled) {
|
|
37
|
-
activeSlide = slides.filter((slideEl)
|
|
38
|
-
nextSlide = slides.filter((slideEl)
|
|
39
|
-
prevSlide = slides.filter((slideEl)
|
|
40
|
+
activeSlide = slides.filter(function (slideEl) { return slideEl.column === activeIndex; })[0];
|
|
41
|
+
nextSlide = slides.filter(function (slideEl) { return slideEl.column === activeIndex + 1; })[0];
|
|
42
|
+
prevSlide = slides.filter(function (slideEl) { return slideEl.column === activeIndex - 1; })[0];
|
|
40
43
|
}
|
|
41
44
|
else {
|
|
42
45
|
activeSlide = slides[activeIndex];
|
|
@@ -45,18 +48,18 @@ export default function updateSlidesClasses() {
|
|
|
45
48
|
if (activeSlide) {
|
|
46
49
|
if (!gridEnabled) {
|
|
47
50
|
// Next Slide
|
|
48
|
-
nextSlide = elementNextAll(activeSlide,
|
|
51
|
+
nextSlide = (0, utils_1.elementNextAll)(activeSlide, ".".concat(params.slideClass, ", swiper-slide"))[0];
|
|
49
52
|
if (params.loop && !nextSlide) {
|
|
50
53
|
nextSlide = slides[0];
|
|
51
54
|
}
|
|
52
55
|
// Prev Slide
|
|
53
|
-
prevSlide = elementPrevAll(activeSlide,
|
|
56
|
+
prevSlide = (0, utils_1.elementPrevAll)(activeSlide, ".".concat(params.slideClass, ", swiper-slide"))[0];
|
|
54
57
|
if (params.loop && !prevSlide === 0) {
|
|
55
58
|
prevSlide = slides[slides.length - 1];
|
|
56
59
|
}
|
|
57
60
|
}
|
|
58
61
|
}
|
|
59
|
-
slides.forEach((slideEl)
|
|
62
|
+
slides.forEach(function (slideEl) {
|
|
60
63
|
toggleSlideClasses(slideEl, slideEl === activeSlide, params.slideActiveClass);
|
|
61
64
|
toggleSlideClasses(slideEl, slideEl === nextSlide, params.slideNextClass);
|
|
62
65
|
toggleSlideClasses(slideEl, slideEl === prevSlide, params.slidePrevClass);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"updateSlidesClasses.js","sourceRoot":"","sources":["../../../../../../../src/ui/components/carousel/carousel-lib/core/update/updateSlidesClasses.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"updateSlidesClasses.js","sourceRoot":"","sources":["../../../../../../../src/ui/components/carousel/carousel-lib/core/update/updateSlidesClasses.tsx"],"names":[],"mappings":"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"}
|
|
@@ -1,13 +1,16 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.default = updateSlidesOffset;
|
|
4
|
+
function updateSlidesOffset() {
|
|
5
|
+
var swiper = this;
|
|
6
|
+
var slides = swiper.slides;
|
|
4
7
|
// eslint-disable-next-line
|
|
5
|
-
|
|
8
|
+
var minusOffset = swiper.isElement
|
|
6
9
|
? swiper.isHorizontal()
|
|
7
10
|
? swiper.wrapperEl.offsetLeft
|
|
8
11
|
: swiper.wrapperEl.offsetTop
|
|
9
12
|
: 0;
|
|
10
|
-
for (
|
|
13
|
+
for (var i = 0; i < slides.length; i += 1) {
|
|
11
14
|
slides[i].swiperSlideOffset =
|
|
12
15
|
(swiper.isHorizontal() ? slides[i].offsetLeft : slides[i].offsetTop) -
|
|
13
16
|
minusOffset -
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"updateSlidesOffset.js","sourceRoot":"","sources":["../../../../../../../src/ui/components/carousel/carousel-lib/core/update/updateSlidesOffset.tsx"],"names":[],"mappings":"AAAA,
|
|
1
|
+
{"version":3,"file":"updateSlidesOffset.js","sourceRoot":"","sources":["../../../../../../../src/ui/components/carousel/carousel-lib/core/update/updateSlidesOffset.tsx"],"names":[],"mappings":";;AAAA,qCAeC;AAfD,SAAwB,kBAAkB;IACxC,IAAM,MAAM,GAAG,IAAI,CAAC;IACpB,IAAM,MAAM,GAAG,MAAM,CAAC,MAAM,CAAC;IAC7B,2BAA2B;IAC3B,IAAM,WAAW,GAAG,MAAM,CAAC,SAAS;QAClC,CAAC,CAAC,MAAM,CAAC,YAAY,EAAE;YACrB,CAAC,CAAC,MAAM,CAAC,SAAS,CAAC,UAAU;YAC7B,CAAC,CAAC,MAAM,CAAC,SAAS,CAAC,SAAS;QAC9B,CAAC,CAAC,CAAC,CAAC;IACN,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,MAAM,CAAC,MAAM,EAAE,CAAC,IAAI,CAAC,EAAE,CAAC;QAC1C,MAAM,CAAC,CAAC,CAAC,CAAC,iBAAiB;YACzB,CAAC,MAAM,CAAC,YAAY,EAAE,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,UAAU,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC;gBACpE,WAAW;gBACX,MAAM,CAAC,qBAAqB,EAAE,CAAC;IACnC,CAAC;AACH,CAAC"}
|
|
@@ -1,4 +1,7 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.default = updateSlidesProgress;
|
|
4
|
+
var toggleSlideClasses = function (slideEl, condition, className) {
|
|
2
5
|
if (condition && !slideEl.classList.contains(className)) {
|
|
3
6
|
slideEl.classList.add(className);
|
|
4
7
|
}
|
|
@@ -6,43 +9,44 @@ const toggleSlideClasses = (slideEl, condition, className) => {
|
|
|
6
9
|
slideEl.classList.remove(className);
|
|
7
10
|
}
|
|
8
11
|
};
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
12
|
+
function updateSlidesProgress(translate) {
|
|
13
|
+
if (translate === void 0) { translate = (this && this.translate) || 0; }
|
|
14
|
+
var swiper = this;
|
|
15
|
+
var params = swiper.params;
|
|
16
|
+
var slides = swiper.slides, rtl = swiper.rtlTranslate, snapGrid = swiper.snapGrid;
|
|
13
17
|
if (slides.length === 0)
|
|
14
18
|
return;
|
|
15
19
|
if (typeof slides[0].swiperSlideOffset === 'undefined')
|
|
16
20
|
swiper.updateSlidesOffset();
|
|
17
|
-
|
|
21
|
+
var offsetCenter = -translate;
|
|
18
22
|
if (rtl)
|
|
19
23
|
offsetCenter = translate;
|
|
20
24
|
swiper.visibleSlidesIndexes = [];
|
|
21
25
|
swiper.visibleSlides = [];
|
|
22
|
-
|
|
26
|
+
var spaceBetween = params.spaceBetween;
|
|
23
27
|
if (typeof spaceBetween === 'string' && spaceBetween.indexOf('%') >= 0) {
|
|
24
28
|
spaceBetween = (parseFloat(spaceBetween.replace('%', '')) / 100) * swiper.size;
|
|
25
29
|
}
|
|
26
30
|
else if (typeof spaceBetween === 'string') {
|
|
27
31
|
spaceBetween = parseFloat(spaceBetween);
|
|
28
32
|
}
|
|
29
|
-
for (
|
|
30
|
-
|
|
31
|
-
|
|
33
|
+
for (var i = 0; i < slides.length; i += 1) {
|
|
34
|
+
var slide = slides[i];
|
|
35
|
+
var slideOffset = slide.swiperSlideOffset;
|
|
32
36
|
if (params.cssMode && params.centeredSlides) {
|
|
33
37
|
slideOffset -= slides[0].swiperSlideOffset;
|
|
34
38
|
}
|
|
35
|
-
|
|
39
|
+
var slideProgress = (offsetCenter + (params.centeredSlides ? swiper.minTranslate() : 0) - slideOffset) /
|
|
36
40
|
(slide.swiperSlideSize + spaceBetween);
|
|
37
|
-
|
|
41
|
+
var originalSlideProgress = (offsetCenter -
|
|
38
42
|
snapGrid[0] +
|
|
39
43
|
(params.centeredSlides ? swiper.minTranslate() : 0) -
|
|
40
44
|
slideOffset) /
|
|
41
45
|
(slide.swiperSlideSize + spaceBetween);
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
+
var slideBefore = -(offsetCenter - slideOffset);
|
|
47
|
+
var slideAfter = slideBefore + swiper.slidesSizesGrid[i];
|
|
48
|
+
var isFullyVisible = slideBefore >= 0 && slideBefore <= swiper.size - swiper.slidesSizesGrid[i];
|
|
49
|
+
var isVisible = (slideBefore >= 0 && slideBefore < swiper.size - 1) ||
|
|
46
50
|
(slideAfter > 1 && slideAfter <= swiper.size) ||
|
|
47
51
|
(slideBefore <= 0 && slideAfter >= swiper.size);
|
|
48
52
|
if (isVisible) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"updateSlidesProgress.js","sourceRoot":"","sources":["../../../../../../../src/ui/components/carousel/carousel-lib/core/update/updateSlidesProgress.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"updateSlidesProgress.js","sourceRoot":"","sources":["../../../../../../../src/ui/components/carousel/carousel-lib/core/update/updateSlidesProgress.tsx"],"names":[],"mappings":"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"}
|