infinity-forge 6.0.0 → 6.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/fonts.css +1 -0
- package/dist/index.d.ts +2 -2
- package/dist/index.js +19 -2
- package/dist/index.js.map +1 -1
- package/dist/infinity-forge.css +3 -0
- package/dist/react-quill.css +1 -0
- package/dist/reset.css +1 -0
- package/dist/system/components/data/avatar/index.js +68 -0
- package/dist/system/components/data/avatar/index.js.map +1 -0
- package/dist/system/components/data/avatar/styles.js +14 -0
- package/dist/system/components/data/avatar/styles.js.map +1 -0
- package/dist/system/components/data/buttons/index.d.ts +1 -1
- package/dist/system/components/data/buttons/index.js +18 -0
- package/dist/system/components/data/buttons/index.js.map +1 -0
- package/dist/system/components/data/buttons/sidebar-button/index.js +43 -0
- package/dist/system/components/data/buttons/sidebar-button/index.js.map +1 -0
- package/dist/system/components/data/buttons/sidebar-button/styles.js +14 -0
- package/dist/system/components/data/buttons/sidebar-button/styles.js.map +1 -0
- package/dist/system/components/data/chat/card-message/index.d.ts +1 -1
- package/dist/system/components/data/chat/card-message/index.js +45 -0
- package/dist/system/components/data/chat/card-message/index.js.map +1 -0
- package/dist/system/components/data/chat/card-message/styles.js +14 -0
- package/dist/system/components/data/chat/card-message/styles.js.map +1 -0
- package/dist/system/components/data/chat/index.d.ts +1 -1
- package/dist/system/components/data/chat/index.js +47 -0
- package/dist/system/components/data/chat/index.js.map +1 -0
- package/dist/system/components/data/chat/interfaces.js +3 -0
- package/dist/system/components/data/chat/interfaces.js.map +1 -0
- package/dist/system/components/data/chat/loader/index.js +9 -0
- package/dist/system/components/data/chat/loader/index.js.map +1 -0
- package/dist/system/components/data/chat/schema.js +39 -0
- package/dist/system/components/data/chat/schema.js.map +1 -0
- package/dist/system/components/data/chat/styles.js +14 -0
- package/dist/system/components/data/chat/styles.js.map +1 -0
- package/dist/system/components/data/detail-card/component.d.ts +1 -1
- package/dist/system/components/data/detail-card/component.js +51 -0
- package/dist/system/components/data/detail-card/component.js.map +1 -0
- package/dist/system/components/data/detail-card/index.d.ts +2 -2
- package/dist/system/components/data/detail-card/index.js +19 -0
- package/dist/system/components/data/detail-card/index.js.map +1 -0
- package/dist/system/components/data/detail-card/interfaces.d.ts +1 -1
- package/dist/system/components/data/detail-card/interfaces.js +3 -0
- package/dist/system/components/data/detail-card/interfaces.js.map +1 -0
- package/dist/system/components/data/detail-card/styles.js +14 -0
- package/dist/system/components/data/detail-card/styles.js.map +1 -0
- package/dist/system/components/data/highlight-icon/index.d.ts +1 -1
- package/dist/system/components/data/highlight-icon/index.js +49 -0
- package/dist/system/components/data/highlight-icon/index.js.map +1 -0
- package/dist/system/components/data/highlight-icon/interfaces.d.ts +1 -1
- package/dist/system/components/data/highlight-icon/interfaces.js +3 -0
- package/dist/system/components/data/highlight-icon/interfaces.js.map +1 -0
- package/dist/system/components/data/highlight-icon/styles.js +14 -0
- package/dist/system/components/data/highlight-icon/styles.js.map +1 -0
- package/dist/system/components/data/highlight-text/index.d.ts +1 -1
- package/dist/system/components/data/highlight-text/index.js +52 -0
- package/dist/system/components/data/highlight-text/index.js.map +1 -0
- package/dist/system/components/data/highlight-text/interfaces.js +3 -0
- package/dist/system/components/data/highlight-text/interfaces.js.map +1 -0
- package/dist/system/components/data/highlight-text/styles.js +15 -0
- package/dist/system/components/data/highlight-text/styles.js.map +1 -0
- package/dist/system/components/data/index.d.ts +15 -15
- package/dist/system/components/data/index.js +32 -0
- package/dist/system/components/data/index.js.map +1 -0
- package/dist/system/components/data/input-search/index.d.ts +1 -1
- package/dist/system/components/data/input-search/index.js +48 -0
- package/dist/system/components/data/input-search/index.js.map +1 -0
- package/dist/system/components/data/input-search/interfaces.js +3 -0
- package/dist/system/components/data/input-search/interfaces.js.map +1 -0
- package/dist/system/components/data/input-search/styles.js +14 -0
- package/dist/system/components/data/input-search/styles.js.map +1 -0
- package/dist/system/components/data/logo/index.js +43 -0
- package/dist/system/components/data/logo/index.js.map +1 -0
- package/dist/system/components/data/logo/styles.js +14 -0
- package/dist/system/components/data/logo/styles.js.map +1 -0
- package/dist/system/components/data/menu/component.js +15 -0
- package/dist/system/components/data/menu/component.js.map +1 -0
- package/dist/system/components/data/menu/components/index.d.ts +1 -1
- package/dist/system/components/data/menu/components/index.js +18 -0
- package/dist/system/components/data/menu/components/index.js.map +1 -0
- package/dist/system/components/data/menu/components/menu-item/index.js +89 -0
- package/dist/system/components/data/menu/components/menu-item/index.js.map +1 -0
- package/dist/system/components/data/menu/index.d.ts +2 -2
- package/dist/system/components/data/menu/index.js +19 -0
- package/dist/system/components/data/menu/index.js.map +1 -0
- package/dist/system/components/data/menu/mock.d.ts +2 -2
- package/dist/system/components/data/menu/mock.js +196 -0
- package/dist/system/components/data/menu/mock.js.map +1 -0
- package/dist/system/components/data/menu/modes/collapsed-menu/index.js +51 -0
- package/dist/system/components/data/menu/modes/collapsed-menu/index.js.map +1 -0
- package/dist/system/components/data/menu/modes/collapsed-menu/styles.js +15 -0
- package/dist/system/components/data/menu/modes/collapsed-menu/styles.js.map +1 -0
- package/dist/system/components/data/menu/modes/index.d.ts +2 -2
- package/dist/system/components/data/menu/modes/index.js +19 -0
- package/dist/system/components/data/menu/modes/index.js.map +1 -0
- package/dist/system/components/data/menu/modes/opened/index.js +61 -0
- package/dist/system/components/data/menu/modes/opened/index.js.map +1 -0
- package/dist/system/components/data/menu/modes/opened/styles.js +15 -0
- package/dist/system/components/data/menu/modes/opened/styles.js.map +1 -0
- package/dist/system/components/data/menu/styles.js +16 -0
- package/dist/system/components/data/menu/styles.js.map +1 -0
- package/dist/system/components/data/notifications/card/index.d.ts +1 -1
- package/dist/system/components/data/notifications/card/index.js +44 -0
- package/dist/system/components/data/notifications/card/index.js.map +1 -0
- package/dist/system/components/data/notifications/card/styles.js +14 -0
- package/dist/system/components/data/notifications/card/styles.js.map +1 -0
- package/dist/system/components/data/notifications/index.js +168 -0
- package/dist/system/components/data/notifications/index.js.map +1 -0
- package/dist/system/components/data/notifications/interfaces.js +3 -0
- package/dist/system/components/data/notifications/interfaces.js.map +1 -0
- package/dist/system/components/data/notifications/styles.js +15 -0
- package/dist/system/components/data/notifications/styles.js.map +1 -0
- package/dist/system/components/data/page-wrapper/index.d.ts +1 -1
- package/dist/system/components/data/page-wrapper/index.js +44 -0
- package/dist/system/components/data/page-wrapper/index.js.map +1 -0
- package/dist/system/components/data/page-wrapper/interfaces.d.ts +1 -1
- package/dist/system/components/data/page-wrapper/interfaces.js +3 -0
- package/dist/system/components/data/page-wrapper/interfaces.js.map +1 -0
- package/dist/system/components/data/page-wrapper/styles.js +14 -0
- package/dist/system/components/data/page-wrapper/styles.js.map +1 -0
- package/dist/system/components/data/popover/index.d.ts +1 -1
- package/dist/system/components/data/popover/index.js +9 -0
- package/dist/system/components/data/popover/index.js.map +1 -0
- package/dist/system/components/data/popover/interfaces.js +3 -0
- package/dist/system/components/data/popover/interfaces.js.map +1 -0
- package/dist/system/components/data/profile-infos/index.d.ts +1 -1
- package/dist/system/components/data/profile-infos/index.js +57 -0
- package/dist/system/components/data/profile-infos/index.js.map +1 -0
- package/dist/system/components/data/profile-infos/interfaces.d.ts +2 -2
- package/dist/system/components/data/profile-infos/interfaces.js +3 -0
- package/dist/system/components/data/profile-infos/interfaces.js.map +1 -0
- package/dist/system/components/data/profile-infos/profile/index.d.ts +1 -1
- package/dist/system/components/data/profile-infos/profile/index.js +45 -0
- package/dist/system/components/data/profile-infos/profile/index.js.map +1 -0
- package/dist/system/components/data/profile-infos/profile/interfaces.js +3 -0
- package/dist/system/components/data/profile-infos/profile/interfaces.js.map +1 -0
- package/dist/system/components/data/profile-infos/profile/styles.js +14 -0
- package/dist/system/components/data/profile-infos/profile/styles.js.map +1 -0
- package/dist/system/components/data/profile-infos/styles.js +14 -0
- package/dist/system/components/data/profile-infos/styles.js.map +1 -0
- package/dist/system/components/data/select-workspace/component.d.ts +1 -1
- package/dist/system/components/data/select-workspace/component.js +78 -0
- package/dist/system/components/data/select-workspace/component.js.map +1 -0
- package/dist/system/components/data/select-workspace/custom-styles.js +27 -0
- package/dist/system/components/data/select-workspace/custom-styles.js.map +1 -0
- package/dist/system/components/data/select-workspace/index.d.ts +3 -3
- package/dist/system/components/data/select-workspace/index.js +20 -0
- package/dist/system/components/data/select-workspace/index.js.map +1 -0
- package/dist/system/components/data/select-workspace/interfaces.js +3 -0
- package/dist/system/components/data/select-workspace/interfaces.js.map +1 -0
- package/dist/system/components/data/select-workspace/styles.js +15 -0
- package/dist/system/components/data/select-workspace/styles.js.map +1 -0
- package/dist/system/components/data/tab/component.d.ts +1 -1
- package/dist/system/components/data/tab/component.js +76 -0
- package/dist/system/components/data/tab/component.js.map +1 -0
- package/dist/system/components/data/tab/index.d.ts +2 -2
- package/dist/system/components/data/tab/index.js +19 -0
- package/dist/system/components/data/tab/index.js.map +1 -0
- package/dist/system/components/data/tab/interfaces.d.ts +1 -1
- package/dist/system/components/data/tab/interfaces.js +3 -0
- package/dist/system/components/data/tab/interfaces.js.map +1 -0
- package/dist/system/components/data/tab/styles.js +14 -0
- package/dist/system/components/data/tab/styles.js.map +1 -0
- package/dist/system/components/data/tab/tab-item/index.d.ts +1 -1
- package/dist/system/components/data/tab/tab-item/index.js +55 -0
- package/dist/system/components/data/tab/tab-item/index.js.map +1 -0
- package/dist/system/components/data/tab/tab-item/styles.d.ts +1 -1
- package/dist/system/components/data/tab/tab-item/styles.js +26 -0
- package/dist/system/components/data/tab/tab-item/styles.js.map +1 -0
- package/dist/system/components/index.d.ts +2 -2
- package/dist/system/components/index.js +19 -0
- package/dist/system/components/index.js.map +1 -0
- package/dist/system/components/layout/component.d.ts +1 -1
- package/dist/system/components/layout/component.js +55 -0
- package/dist/system/components/layout/component.js.map +1 -0
- package/dist/system/components/layout/header/components/index.d.ts +2 -2
- package/dist/system/components/layout/header/components/index.js +19 -0
- package/dist/system/components/layout/header/components/index.js.map +1 -0
- package/dist/system/components/layout/header/components/menu-right/component.d.ts +1 -1
- package/dist/system/components/layout/header/components/menu-right/component.js +44 -0
- package/dist/system/components/layout/header/components/menu-right/component.js.map +1 -0
- package/dist/system/components/layout/header/components/menu-right/index.d.ts +3 -3
- package/dist/system/components/layout/header/components/menu-right/index.js +20 -0
- package/dist/system/components/layout/header/components/menu-right/index.js.map +1 -0
- package/dist/system/components/layout/header/components/menu-right/messages/content/card/index.d.ts +1 -1
- package/dist/system/components/layout/header/components/menu-right/messages/content/card/index.js +56 -0
- package/dist/system/components/layout/header/components/menu-right/messages/content/card/index.js.map +1 -0
- package/dist/system/components/layout/header/components/menu-right/messages/content/card/interfaces.js +3 -0
- package/dist/system/components/layout/header/components/menu-right/messages/content/card/interfaces.js.map +1 -0
- package/dist/system/components/layout/header/components/menu-right/messages/content/card/styles.js +14 -0
- package/dist/system/components/layout/header/components/menu-right/messages/content/card/styles.js.map +1 -0
- package/dist/system/components/layout/header/components/menu-right/messages/content/index.js +101 -0
- package/dist/system/components/layout/header/components/menu-right/messages/content/index.js.map +1 -0
- package/dist/system/components/layout/header/components/menu-right/messages/content/interfaces.d.ts +1 -1
- package/dist/system/components/layout/header/components/menu-right/messages/content/interfaces.js +3 -0
- package/dist/system/components/layout/header/components/menu-right/messages/content/interfaces.js.map +1 -0
- package/dist/system/components/layout/header/components/menu-right/messages/content/styles.js +14 -0
- package/dist/system/components/layout/header/components/menu-right/messages/content/styles.js.map +1 -0
- package/dist/system/components/layout/header/components/menu-right/messages/index.js +45 -0
- package/dist/system/components/layout/header/components/menu-right/messages/index.js.map +1 -0
- package/dist/system/components/layout/header/components/menu-right/messages/styles.js +14 -0
- package/dist/system/components/layout/header/components/menu-right/messages/styles.js.map +1 -0
- package/dist/system/components/layout/header/components/menu-right/profile/content/index.js +45 -0
- package/dist/system/components/layout/header/components/menu-right/profile/content/index.js.map +1 -0
- package/dist/system/components/layout/header/components/menu-right/profile/content/styles.js +14 -0
- package/dist/system/components/layout/header/components/menu-right/profile/content/styles.js.map +1 -0
- package/dist/system/components/layout/header/components/menu-right/profile/index.js +48 -0
- package/dist/system/components/layout/header/components/menu-right/profile/index.js.map +1 -0
- package/dist/system/components/layout/header/components/menu-right/profile/styles.js +14 -0
- package/dist/system/components/layout/header/components/menu-right/profile/styles.js.map +1 -0
- package/dist/system/components/layout/header/components/menu-right/styles.js +15 -0
- package/dist/system/components/layout/header/components/menu-right/styles.js.map +1 -0
- package/dist/system/components/layout/header/components/search-modal/index.js +49 -0
- package/dist/system/components/layout/header/components/search-modal/index.js.map +1 -0
- package/dist/system/components/layout/header/components/search-modal/search-list/index.js +61 -0
- package/dist/system/components/layout/header/components/search-modal/search-list/index.js.map +1 -0
- package/dist/system/components/layout/header/components/search-modal/search-list/styles.js +14 -0
- package/dist/system/components/layout/header/components/search-modal/search-list/styles.js.map +1 -0
- package/dist/system/components/layout/header/components/search-modal/styles.js +14 -0
- package/dist/system/components/layout/header/components/search-modal/styles.js.map +1 -0
- package/dist/system/components/layout/header/components/search-modal/trigger/index.js +54 -0
- package/dist/system/components/layout/header/components/search-modal/trigger/index.js.map +1 -0
- package/dist/system/components/layout/header/components/search-modal/trigger/styles.js +14 -0
- package/dist/system/components/layout/header/components/search-modal/trigger/styles.js.map +1 -0
- package/dist/system/components/layout/header/index.d.ts +1 -1
- package/dist/system/components/layout/header/index.js +24 -0
- package/dist/system/components/layout/header/index.js.map +1 -0
- package/dist/system/components/layout/header/version-01/index.d.ts +1 -1
- package/dist/system/components/layout/header/version-01/index.js +53 -0
- package/dist/system/components/layout/header/version-01/index.js.map +1 -0
- package/dist/system/components/layout/header/version-01/styles.js +17 -0
- package/dist/system/components/layout/header/version-01/styles.js.map +1 -0
- package/dist/system/components/layout/index.d.ts +5 -5
- package/dist/system/components/layout/index.js +22 -0
- package/dist/system/components/layout/index.js.map +1 -0
- package/dist/system/components/layout/interfaces.d.ts +1 -1
- package/dist/system/components/layout/interfaces.js +3 -0
- package/dist/system/components/layout/interfaces.js.map +1 -0
- package/dist/system/components/layout/styles.js +14 -0
- package/dist/system/components/layout/styles.js.map +1 -0
- package/dist/system/context/auth/components/index.d.ts +2 -2
- package/dist/system/context/auth/components/index.js +19 -0
- package/dist/system/context/auth/components/index.js.map +1 -0
- package/dist/system/context/auth/components/login/form-login/index.js +11 -0
- package/dist/system/context/auth/components/login/form-login/index.js.map +1 -0
- package/dist/system/context/auth/components/login/index.js +47 -0
- package/dist/system/context/auth/components/login/index.js.map +1 -0
- package/dist/system/context/auth/components/login/styles.js +14 -0
- package/dist/system/context/auth/components/login/styles.js.map +1 -0
- package/dist/system/context/auth/components/private-page/index.d.ts +1 -1
- package/dist/system/context/auth/components/private-page/index.js +153 -0
- package/dist/system/context/auth/components/private-page/index.js.map +1 -0
- package/dist/system/context/auth/components/private-page/interfaces.js +3 -0
- package/dist/system/context/auth/components/private-page/interfaces.js.map +1 -0
- package/dist/system/context/auth/context.d.ts +2 -2
- package/dist/system/context/auth/context.js +224 -0
- package/dist/system/context/auth/context.js.map +1 -0
- package/dist/system/context/auth/index.d.ts +3 -3
- package/dist/system/context/auth/index.js +20 -0
- package/dist/system/context/auth/index.js.map +1 -0
- package/dist/system/context/auth/interfaces.js +3 -0
- package/dist/system/context/auth/interfaces.js.map +1 -0
- package/dist/system/context/container.d.ts +4 -4
- package/dist/system/context/container.js +37 -0
- package/dist/system/context/container.js.map +1 -0
- package/dist/system/context/index.d.ts +5 -5
- package/dist/system/context/index.js +22 -0
- package/dist/system/context/index.js.map +1 -0
- package/dist/system/context/infra-injection/context.d.ts +1 -1
- package/dist/system/context/infra-injection/context.js +14 -0
- package/dist/system/context/infra-injection/context.js.map +1 -0
- package/dist/system/context/infra-injection/index.d.ts +2 -2
- package/dist/system/context/infra-injection/index.js +19 -0
- package/dist/system/context/infra-injection/index.js.map +1 -0
- package/dist/system/context/infra-injection/interfaces.d.ts +3 -3
- package/dist/system/context/infra-injection/interfaces.js +3 -0
- package/dist/system/context/infra-injection/interfaces.js.map +1 -0
- package/dist/system/context/menu/context.d.ts +1 -1
- package/dist/system/context/menu/context.js +25 -0
- package/dist/system/context/menu/context.js.map +1 -0
- package/dist/system/context/menu/index.d.ts +2 -2
- package/dist/system/context/menu/index.js +19 -0
- package/dist/system/context/menu/index.js.map +1 -0
- package/dist/system/context/menu/interfaces.d.ts +1 -1
- package/dist/system/context/menu/interfaces.js +3 -0
- package/dist/system/context/menu/interfaces.js.map +1 -0
- package/dist/system/context/theme/context.js +17 -0
- package/dist/system/context/theme/context.js.map +1 -0
- package/dist/system/context/theme/index.d.ts +1 -1
- package/dist/system/context/theme/index.js +18 -0
- package/dist/system/context/theme/index.js.map +1 -0
- package/dist/system/hooks/index.d.ts +4 -4
- package/dist/system/hooks/index.js +21 -0
- package/dist/system/hooks/index.js.map +1 -0
- package/dist/system/hooks/locales/ibge/index.d.ts +1 -1
- package/dist/system/hooks/locales/ibge/index.js +18 -0
- package/dist/system/hooks/locales/ibge/index.js.map +1 -0
- package/dist/system/hooks/locales/ibge/use-load-cities-by-uf/index.d.ts +1 -1
- package/dist/system/hooks/locales/ibge/use-load-cities-by-uf/index.js +58 -0
- package/dist/system/hooks/locales/ibge/use-load-cities-by-uf/index.js.map +1 -0
- package/dist/system/hooks/locales/index.d.ts +2 -2
- package/dist/system/hooks/locales/index.js +19 -0
- package/dist/system/hooks/locales/index.js.map +1 -0
- package/dist/system/hooks/locales/use-load-cities/index.d.ts +1 -1
- package/dist/system/hooks/locales/use-load-cities/index.js +12 -0
- package/dist/system/hooks/locales/use-load-cities/index.js.map +1 -0
- package/dist/system/hooks/menu/index.d.ts +1 -1
- package/dist/system/hooks/menu/index.js +18 -0
- package/dist/system/hooks/menu/index.js.map +1 -0
- package/dist/system/hooks/menu/use-load-menu.d.ts +2 -2
- package/dist/system/hooks/menu/use-load-menu.js +69 -0
- package/dist/system/hooks/menu/use-load-menu.js.map +1 -0
- package/dist/system/hooks/notifications/index.d.ts +2 -2
- package/dist/system/hooks/notifications/index.js +19 -0
- package/dist/system/hooks/notifications/index.js.map +1 -0
- package/dist/system/hooks/notifications/use-load-all/index.d.ts +2 -2
- package/dist/system/hooks/notifications/use-load-all/index.js +76 -0
- package/dist/system/hooks/notifications/use-load-all/index.js.map +1 -0
- package/dist/system/hooks/notifications/use-load-no-read/index.d.ts +1 -1
- package/dist/system/hooks/notifications/use-load-no-read/index.js +63 -0
- package/dist/system/hooks/notifications/use-load-no-read/index.js.map +1 -0
- package/dist/system/hooks/ui/index.d.ts +2 -2
- package/dist/system/hooks/ui/index.js +19 -0
- package/dist/system/hooks/ui/index.js.map +1 -0
- package/dist/system/hooks/ui/use-debounce/index.js +15 -0
- package/dist/system/hooks/ui/use-debounce/index.js.map +1 -0
- package/dist/system/hooks/ui/use-table/component.d.ts +1 -1
- package/dist/system/hooks/ui/use-table/component.js +25 -0
- package/dist/system/hooks/ui/use-table/component.js.map +1 -0
- package/dist/system/hooks/ui/use-table/components/index.d.ts +1 -1
- package/dist/system/hooks/ui/use-table/components/index.js +18 -0
- package/dist/system/hooks/ui/use-table/components/index.js.map +1 -0
- package/dist/system/hooks/ui/use-table/components/table/actions/delete/index.d.ts +1 -1
- package/dist/system/hooks/ui/use-table/components/table/actions/delete/index.js +81 -0
- package/dist/system/hooks/ui/use-table/components/table/actions/delete/index.js.map +1 -0
- package/dist/system/hooks/ui/use-table/components/table/actions/index.d.ts +1 -1
- package/dist/system/hooks/ui/use-table/components/table/actions/index.js +123 -0
- package/dist/system/hooks/ui/use-table/components/table/actions/index.js.map +1 -0
- package/dist/system/hooks/ui/use-table/components/table/actions/styles.js +14 -0
- package/dist/system/hooks/ui/use-table/components/table/actions/styles.js.map +1 -0
- package/dist/system/hooks/ui/use-table/components/table/active-filters/index.d.ts +1 -1
- package/dist/system/hooks/ui/use-table/components/table/active-filters/index.js +90 -0
- package/dist/system/hooks/ui/use-table/components/table/active-filters/index.js.map +1 -0
- package/dist/system/hooks/ui/use-table/components/table/active-filters/styles.js +14 -0
- package/dist/system/hooks/ui/use-table/components/table/active-filters/styles.js.map +1 -0
- package/dist/system/hooks/ui/use-table/components/table/create/index.d.ts +1 -1
- package/dist/system/hooks/ui/use-table/components/table/create/index.js +71 -0
- package/dist/system/hooks/ui/use-table/components/table/create/index.js.map +1 -0
- package/dist/system/hooks/ui/use-table/components/table/create/interfaces.js +3 -0
- package/dist/system/hooks/ui/use-table/components/table/create/interfaces.js.map +1 -0
- package/dist/system/hooks/ui/use-table/components/table/create/styles.js +14 -0
- package/dist/system/hooks/ui/use-table/components/table/create/styles.js.map +1 -0
- package/dist/system/hooks/ui/use-table/components/table/export/index.d.ts +1 -1
- package/dist/system/hooks/ui/use-table/components/table/export/index.js +44 -0
- package/dist/system/hooks/ui/use-table/components/table/export/index.js.map +1 -0
- package/dist/system/hooks/ui/use-table/components/table/export/styles.js +14 -0
- package/dist/system/hooks/ui/use-table/components/table/export/styles.js.map +1 -0
- package/dist/system/hooks/ui/use-table/components/table/filters/index.d.ts +2 -2
- package/dist/system/hooks/ui/use-table/components/table/filters/index.js +200 -0
- package/dist/system/hooks/ui/use-table/components/table/filters/index.js.map +1 -0
- package/dist/system/hooks/ui/use-table/components/table/filters/styles.js +17 -0
- package/dist/system/hooks/ui/use-table/components/table/filters/styles.js.map +1 -0
- package/dist/system/hooks/ui/use-table/components/table/index.d.ts +1 -1
- package/dist/system/hooks/ui/use-table/components/table/index.js +141 -0
- package/dist/system/hooks/ui/use-table/components/table/index.js.map +1 -0
- package/dist/system/hooks/ui/use-table/components/table/interfaces.d.ts +2 -2
- package/dist/system/hooks/ui/use-table/components/table/interfaces.js +3 -0
- package/dist/system/hooks/ui/use-table/components/table/interfaces.js.map +1 -0
- package/dist/system/hooks/ui/use-table/components/table/pagination/index.d.ts +1 -1
- package/dist/system/hooks/ui/use-table/components/table/pagination/index.js +69 -0
- package/dist/system/hooks/ui/use-table/components/table/pagination/index.js.map +1 -0
- package/dist/system/hooks/ui/use-table/components/table/pagination/service.js +50 -0
- package/dist/system/hooks/ui/use-table/components/table/pagination/service.js.map +1 -0
- package/dist/system/hooks/ui/use-table/components/table/pagination/styles.js +14 -0
- package/dist/system/hooks/ui/use-table/components/table/pagination/styles.js.map +1 -0
- package/dist/system/hooks/ui/use-table/components/table/skeleton-table/index.js +43 -0
- package/dist/system/hooks/ui/use-table/components/table/skeleton-table/index.js.map +1 -0
- package/dist/system/hooks/ui/use-table/components/table/skeleton-table/styles.js +14 -0
- package/dist/system/hooks/ui/use-table/components/table/skeleton-table/styles.js.map +1 -0
- package/dist/system/hooks/ui/use-table/components/table/styles.js +16 -0
- package/dist/system/hooks/ui/use-table/components/table/styles.js.map +1 -0
- package/dist/system/hooks/ui/use-table/components/table/thead-item/index.d.ts +1 -1
- package/dist/system/hooks/ui/use-table/components/table/thead-item/index.js +59 -0
- package/dist/system/hooks/ui/use-table/components/table/thead-item/index.js.map +1 -0
- package/dist/system/hooks/ui/use-table/components/table/thead-item/interfaces.d.ts +1 -1
- package/dist/system/hooks/ui/use-table/components/table/thead-item/interfaces.js +3 -0
- package/dist/system/hooks/ui/use-table/components/table/thead-item/interfaces.js.map +1 -0
- package/dist/system/hooks/ui/use-table/components/table/thead-item/styles.js +14 -0
- package/dist/system/hooks/ui/use-table/components/table/thead-item/styles.js.map +1 -0
- package/dist/system/hooks/ui/use-table/index.d.ts +4 -4
- package/dist/system/hooks/ui/use-table/index.js +21 -0
- package/dist/system/hooks/ui/use-table/index.js.map +1 -0
- package/dist/system/hooks/ui/use-table/interfaces.d.ts +2 -2
- package/dist/system/hooks/ui/use-table/interfaces.js +3 -0
- package/dist/system/hooks/ui/use-table/interfaces.js.map +1 -0
- package/dist/system/hooks/ui/use-table/query/get-query-arguments-table.d.ts +1 -1
- package/dist/system/hooks/ui/use-table/query/get-query-arguments-table.js +29 -0
- package/dist/system/hooks/ui/use-table/query/get-query-arguments-table.js.map +1 -0
- package/dist/system/hooks/ui/use-table/query/hook.d.ts +1 -1
- package/dist/system/hooks/ui/use-table/query/hook.js +51 -0
- package/dist/system/hooks/ui/use-table/query/hook.js.map +1 -0
- package/dist/system/hooks/ui/use-table/query/index.d.ts +2 -2
- package/dist/system/hooks/ui/use-table/query/index.js +19 -0
- package/dist/system/hooks/ui/use-table/query/index.js.map +1 -0
- package/dist/system/index.d.ts +3 -3
- package/dist/system/index.js +20 -0
- package/dist/system/index.js.map +1 -0
- package/dist/ui/atena/domain/dynamic-section/create.d.ts +1 -1
- package/dist/ui/atena/domain/dynamic-section/create.js +3 -0
- package/dist/ui/atena/domain/dynamic-section/create.js.map +1 -0
- package/dist/ui/atena/domain/dynamic-section/dynamic-section.d.ts +1 -1
- package/dist/ui/atena/domain/dynamic-section/dynamic-section.js +3 -0
- package/dist/ui/atena/domain/dynamic-section/dynamic-section.js.map +1 -0
- package/dist/ui/atena/domain/dynamic-section/index.d.ts +4 -4
- package/dist/ui/atena/domain/dynamic-section/index.js +21 -0
- package/dist/ui/atena/domain/dynamic-section/index.js.map +1 -0
- package/dist/ui/atena/domain/dynamic-section/load-all.d.ts +1 -1
- package/dist/ui/atena/domain/dynamic-section/load-all.js +3 -0
- package/dist/ui/atena/domain/dynamic-section/load-all.js.map +1 -0
- package/dist/ui/atena/domain/dynamic-section/update.d.ts +1 -1
- package/dist/ui/atena/domain/dynamic-section/update.js +3 -0
- package/dist/ui/atena/domain/dynamic-section/update.js.map +1 -0
- package/dist/ui/atena/domain/index.d.ts +1 -1
- package/dist/ui/atena/domain/index.js +18 -0
- package/dist/ui/atena/domain/index.js.map +1 -0
- package/dist/ui/atena/index.d.ts +2 -2
- package/dist/ui/atena/index.js +19 -0
- package/dist/ui/atena/index.js.map +1 -0
- package/dist/ui/atena/presentation/dynamic-elements/atena-page.js +107 -0
- package/dist/ui/atena/presentation/dynamic-elements/atena-page.js.map +1 -0
- package/dist/ui/atena/presentation/dynamic-elements/elements/contact/index.d.ts +2 -2
- package/dist/ui/atena/presentation/dynamic-elements/elements/contact/index.js +121 -0
- package/dist/ui/atena/presentation/dynamic-elements/elements/contact/index.js.map +1 -0
- package/dist/ui/atena/presentation/dynamic-elements/elements/contact/styles.js +14 -0
- package/dist/ui/atena/presentation/dynamic-elements/elements/contact/styles.js.map +1 -0
- package/dist/ui/atena/presentation/dynamic-elements/elements/contact/versions/default/details-contact/index.d.ts +1 -1
- package/dist/ui/atena/presentation/dynamic-elements/elements/contact/versions/default/details-contact/index.js +47 -0
- package/dist/ui/atena/presentation/dynamic-elements/elements/contact/versions/default/details-contact/index.js.map +1 -0
- package/dist/ui/atena/presentation/dynamic-elements/elements/contact/versions/default/details-contact/info/index.js +44 -0
- package/dist/ui/atena/presentation/dynamic-elements/elements/contact/versions/default/details-contact/info/index.js.map +1 -0
- package/dist/ui/atena/presentation/dynamic-elements/elements/contact/versions/default/details-contact/info/styles.js +11 -0
- package/dist/ui/atena/presentation/dynamic-elements/elements/contact/versions/default/details-contact/info/styles.js.map +1 -0
- package/dist/ui/atena/presentation/dynamic-elements/elements/contact/versions/default/details-contact/styles.js +11 -0
- package/dist/ui/atena/presentation/dynamic-elements/elements/contact/versions/default/details-contact/styles.js.map +1 -0
- package/dist/ui/atena/presentation/dynamic-elements/elements/contact/versions/default/form-contact/index.d.ts +1 -1
- package/dist/ui/atena/presentation/dynamic-elements/elements/contact/versions/default/form-contact/index.js +116 -0
- package/dist/ui/atena/presentation/dynamic-elements/elements/contact/versions/default/form-contact/index.js.map +1 -0
- package/dist/ui/atena/presentation/dynamic-elements/elements/contact/versions/default/form-contact/styles.js +11 -0
- package/dist/ui/atena/presentation/dynamic-elements/elements/contact/versions/default/form-contact/styles.js.map +1 -0
- package/dist/ui/atena/presentation/dynamic-elements/elements/contact/versions/default/index.d.ts +1 -1
- package/dist/ui/atena/presentation/dynamic-elements/elements/contact/versions/default/index.js +56 -0
- package/dist/ui/atena/presentation/dynamic-elements/elements/contact/versions/default/index.js.map +1 -0
- package/dist/ui/atena/presentation/dynamic-elements/elements/contact/versions/default/styles.js +11 -0
- package/dist/ui/atena/presentation/dynamic-elements/elements/contact/versions/default/styles.js.map +1 -0
- package/dist/ui/atena/presentation/dynamic-elements/elements/contact/versions/index.d.ts +2 -2
- package/dist/ui/atena/presentation/dynamic-elements/elements/contact/versions/index.js +19 -0
- package/dist/ui/atena/presentation/dynamic-elements/elements/contact/versions/index.js.map +1 -0
- package/dist/ui/atena/presentation/dynamic-elements/elements/contact/versions/version-01/index.d.ts +1 -1
- package/dist/ui/atena/presentation/dynamic-elements/elements/contact/versions/version-01/index.js +44 -0
- package/dist/ui/atena/presentation/dynamic-elements/elements/contact/versions/version-01/index.js.map +1 -0
- package/dist/ui/atena/presentation/dynamic-elements/elements/contact/versions/version-01/styles.js +14 -0
- package/dist/ui/atena/presentation/dynamic-elements/elements/contact/versions/version-01/styles.js.map +1 -0
- package/dist/ui/atena/presentation/dynamic-elements/elements/index.d.ts +1 -1
- package/dist/ui/atena/presentation/dynamic-elements/elements/index.js +18 -0
- package/dist/ui/atena/presentation/dynamic-elements/elements/index.js.map +1 -0
- package/dist/ui/atena/presentation/dynamic-elements/index.d.ts +3 -3
- package/dist/ui/atena/presentation/dynamic-elements/index.js +20 -0
- package/dist/ui/atena/presentation/dynamic-elements/index.js.map +1 -0
- package/dist/ui/atena/presentation/dynamic-elements/pages/blog/component.js +69 -0
- package/dist/ui/atena/presentation/dynamic-elements/pages/blog/component.js.map +1 -0
- package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/blog-item/index.d.ts +1 -1
- package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/blog-item/index.js +47 -0
- package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/blog-item/index.js.map +1 -0
- package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/blog-item/intefaces.d.ts +0 -0
- package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/blog-item/intefaces.js +1 -0
- package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/blog-item/intefaces.js.map +1 -0
- package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/blog-item/styles.js +15 -0
- package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/blog-item/styles.js.map +1 -0
- package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/categorias/index.js +55 -0
- package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/categorias/index.js.map +1 -0
- package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/featured-blog/featured-blog-item/format-date.js +13 -0
- package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/featured-blog/featured-blog-item/format-date.js.map +1 -0
- package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/featured-blog/featured-blog-item/index.d.ts +1 -1
- package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/featured-blog/featured-blog-item/index.js +45 -0
- package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/featured-blog/featured-blog-item/index.js.map +1 -0
- package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/featured-blog/featured-blog-item/styles.js +15 -0
- package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/featured-blog/featured-blog-item/styles.js.map +1 -0
- package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/featured-blog/index.js +49 -0
- package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/featured-blog/index.js.map +1 -0
- package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/index.d.ts +5 -5
- package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/index.js +22 -0
- package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/index.js.map +1 -0
- package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/side-box-newsletter/index.js +101 -0
- package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/side-box-newsletter/index.js.map +1 -0
- package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/side-box-search/index.js +48 -0
- package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/side-box-search/index.js.map +1 -0
- package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/styles.js +14 -0
- package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/styles.js.map +1 -0
- package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/title-blog/index.js +44 -0
- package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/title-blog/index.js.map +1 -0
- package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/title-blog/styles.js +14 -0
- package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/title-blog/styles.js.map +1 -0
- package/dist/ui/atena/presentation/dynamic-elements/pages/blog/index.d.ts +1 -1
- package/dist/ui/atena/presentation/dynamic-elements/pages/blog/index.js +18 -0
- package/dist/ui/atena/presentation/dynamic-elements/pages/blog/index.js.map +1 -0
- package/dist/ui/atena/presentation/dynamic-elements/pages/blog/styles.js +14 -0
- package/dist/ui/atena/presentation/dynamic-elements/pages/blog/styles.js.map +1 -0
- package/dist/ui/atena/presentation/dynamic-elements/pages/common-ssrs-api/blog/index.js +64 -0
- package/dist/ui/atena/presentation/dynamic-elements/pages/common-ssrs-api/blog/index.js.map +1 -0
- package/dist/ui/atena/presentation/dynamic-elements/pages/common-ssrs-api/index.d.ts +2 -2
- package/dist/ui/atena/presentation/dynamic-elements/pages/common-ssrs-api/index.js +19 -0
- package/dist/ui/atena/presentation/dynamic-elements/pages/common-ssrs-api/index.js.map +1 -0
- package/dist/ui/atena/presentation/dynamic-elements/pages/common-ssrs-api/post/index.js +68 -0
- package/dist/ui/atena/presentation/dynamic-elements/pages/common-ssrs-api/post/index.js.map +1 -0
- package/dist/ui/atena/presentation/dynamic-elements/pages/index.d.ts +3 -3
- package/dist/ui/atena/presentation/dynamic-elements/pages/index.js +20 -0
- package/dist/ui/atena/presentation/dynamic-elements/pages/index.js.map +1 -0
- package/dist/ui/atena/presentation/dynamic-elements/pages/post/box-post/index.js +46 -0
- package/dist/ui/atena/presentation/dynamic-elements/pages/post/box-post/index.js.map +1 -0
- package/dist/ui/atena/presentation/dynamic-elements/pages/post/box-post/interfaces.d.ts +0 -0
- package/dist/ui/atena/presentation/dynamic-elements/pages/post/box-post/interfaces.js +1 -0
- package/dist/ui/atena/presentation/dynamic-elements/pages/post/box-post/interfaces.js.map +1 -0
- package/dist/ui/atena/presentation/dynamic-elements/pages/post/box-post/styles.js +14 -0
- package/dist/ui/atena/presentation/dynamic-elements/pages/post/box-post/styles.js.map +1 -0
- package/dist/ui/atena/presentation/dynamic-elements/pages/post/box-tags/index.js +53 -0
- package/dist/ui/atena/presentation/dynamic-elements/pages/post/box-tags/index.js.map +1 -0
- package/dist/ui/atena/presentation/dynamic-elements/pages/post/box-tags/share/icons/index.js +20 -0
- package/dist/ui/atena/presentation/dynamic-elements/pages/post/box-tags/share/icons/index.js.map +1 -0
- package/dist/ui/atena/presentation/dynamic-elements/pages/post/box-tags/share/index.js +47 -0
- package/dist/ui/atena/presentation/dynamic-elements/pages/post/box-tags/share/index.js.map +1 -0
- package/dist/ui/atena/presentation/dynamic-elements/pages/post/box-tags/share/styles.js +14 -0
- package/dist/ui/atena/presentation/dynamic-elements/pages/post/box-tags/share/styles.js.map +1 -0
- package/dist/ui/atena/presentation/dynamic-elements/pages/post/box-tags/styles.js +14 -0
- package/dist/ui/atena/presentation/dynamic-elements/pages/post/box-tags/styles.js.map +1 -0
- package/dist/ui/atena/presentation/dynamic-elements/pages/post/component.js +72 -0
- package/dist/ui/atena/presentation/dynamic-elements/pages/post/component.js.map +1 -0
- package/dist/ui/atena/presentation/dynamic-elements/pages/post/index.d.ts +1 -1
- package/dist/ui/atena/presentation/dynamic-elements/pages/post/index.js +18 -0
- package/dist/ui/atena/presentation/dynamic-elements/pages/post/index.js.map +1 -0
- package/dist/ui/atena/presentation/dynamic-elements/pages/post/styles.js +14 -0
- package/dist/ui/atena/presentation/dynamic-elements/pages/post/styles.js.map +1 -0
- package/dist/ui/atena/presentation/dynamic-sections/context.d.ts +1 -1
- package/dist/ui/atena/presentation/dynamic-sections/context.js +93 -0
- package/dist/ui/atena/presentation/dynamic-sections/context.js.map +1 -0
- package/dist/ui/atena/presentation/dynamic-sections/get-initial-props-dynamic-section.js +62 -0
- package/dist/ui/atena/presentation/dynamic-sections/get-initial-props-dynamic-section.js.map +1 -0
- package/dist/ui/atena/presentation/dynamic-sections/index.d.ts +5 -5
- package/dist/ui/atena/presentation/dynamic-sections/index.js +22 -0
- package/dist/ui/atena/presentation/dynamic-sections/index.js.map +1 -0
- package/dist/ui/atena/presentation/dynamic-sections/types.d.ts +1 -1
- package/dist/ui/atena/presentation/dynamic-sections/types.js +3 -0
- package/dist/ui/atena/presentation/dynamic-sections/types.js.map +1 -0
- package/dist/ui/atena/presentation/dynamic-sections/use-dynamic-section/edit-css/editor-code/index.js +47 -0
- package/dist/ui/atena/presentation/dynamic-sections/use-dynamic-section/edit-css/editor-code/index.js.map +1 -0
- package/dist/ui/atena/presentation/dynamic-sections/use-dynamic-section/edit-css/editor-code/styles.js +14 -0
- package/dist/ui/atena/presentation/dynamic-sections/use-dynamic-section/edit-css/editor-code/styles.js.map +1 -0
- package/dist/ui/atena/presentation/dynamic-sections/use-dynamic-section/edit-css/index.js +81 -0
- package/dist/ui/atena/presentation/dynamic-sections/use-dynamic-section/edit-css/index.js.map +1 -0
- package/dist/ui/atena/presentation/dynamic-sections/use-dynamic-section/edit-css/styles.js +14 -0
- package/dist/ui/atena/presentation/dynamic-sections/use-dynamic-section/edit-css/styles.js.map +1 -0
- package/dist/ui/atena/presentation/dynamic-sections/use-dynamic-section/edit-section.d.ts +2 -2
- package/dist/ui/atena/presentation/dynamic-sections/use-dynamic-section/edit-section.js +129 -0
- package/dist/ui/atena/presentation/dynamic-sections/use-dynamic-section/edit-section.js.map +1 -0
- package/dist/ui/atena/presentation/dynamic-sections/use-dynamic-section/index.d.ts +1 -1
- package/dist/ui/atena/presentation/dynamic-sections/use-dynamic-section/index.js +64 -0
- package/dist/ui/atena/presentation/dynamic-sections/use-dynamic-section/index.js.map +1 -0
- package/dist/ui/atena/presentation/dynamic-sections/use-dynamic-section/interfaces.d.ts +1 -1
- package/dist/ui/atena/presentation/dynamic-sections/use-dynamic-section/interfaces.js +3 -0
- package/dist/ui/atena/presentation/dynamic-sections/use-dynamic-section/interfaces.js.map +1 -0
- package/dist/ui/atena/presentation/dynamic-sections/use-section/index.d.ts +2 -2
- package/dist/ui/atena/presentation/dynamic-sections/use-section/index.js +19 -0
- package/dist/ui/atena/presentation/dynamic-sections/use-section/index.js.map +1 -0
- package/dist/ui/atena/presentation/index.d.ts +2 -2
- package/dist/ui/atena/presentation/index.js +19 -0
- package/dist/ui/atena/presentation/index.js.map +1 -0
- package/dist/ui/components/accordion/index.d.ts +1 -1
- package/dist/ui/components/accordion/index.js +46 -0
- package/dist/ui/components/accordion/index.js.map +1 -0
- package/dist/ui/components/accordion/interfaces.d.ts +1 -1
- package/dist/ui/components/accordion/interfaces.js +3 -0
- package/dist/ui/components/accordion/interfaces.js.map +1 -0
- package/dist/ui/components/accordion/styles.js +11 -0
- package/dist/ui/components/accordion/styles.js.map +1 -0
- package/dist/ui/components/breadcrumb/component.d.ts +1 -1
- package/dist/ui/components/breadcrumb/component.js +78 -0
- package/dist/ui/components/breadcrumb/component.js.map +1 -0
- package/dist/ui/components/breadcrumb/index.d.ts +2 -2
- package/dist/ui/components/breadcrumb/index.js +19 -0
- package/dist/ui/components/breadcrumb/index.js.map +1 -0
- package/dist/ui/components/breadcrumb/interfaces.js +3 -0
- package/dist/ui/components/breadcrumb/interfaces.js.map +1 -0
- package/dist/ui/components/breadcrumb/styles.js +14 -0
- package/dist/ui/components/breadcrumb/styles.js.map +1 -0
- package/dist/ui/components/button/component.d.ts +1 -1
- package/dist/ui/components/button/component.js +75 -0
- package/dist/ui/components/button/component.js.map +1 -0
- package/dist/ui/components/button/index.d.ts +2 -2
- package/dist/ui/components/button/index.js +19 -0
- package/dist/ui/components/button/index.js.map +1 -0
- package/dist/ui/components/button/interfaces.d.ts +1 -1
- package/dist/ui/components/button/interfaces.js +3 -0
- package/dist/ui/components/button/interfaces.js.map +1 -0
- package/dist/ui/components/button/styles.js +14 -0
- package/dist/ui/components/button/styles.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/components-shared/get-changed-params.js +50 -0
- package/dist/ui/components/carousel/carousel-lib/components-shared/get-changed-params.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/components-shared/get-element-params.js +147 -0
- package/dist/ui/components/carousel/carousel-lib/components-shared/get-element-params.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/components-shared/get-params.js +60 -0
- package/dist/ui/components/carousel/carousel-lib/components-shared/get-params.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/components-shared/mount-swiper.js +23 -0
- package/dist/ui/components/carousel/carousel-lib/components-shared/mount-swiper.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/components-shared/params-list.js +125 -0
- package/dist/ui/components/carousel/carousel-lib/components-shared/params-list.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/components-shared/update-on-virtual-data.js +18 -0
- package/dist/ui/components/carousel/carousel-lib/components-shared/update-on-virtual-data.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/components-shared/update-swiper.js +207 -0
- package/dist/ui/components/carousel/carousel-lib/components-shared/update-swiper.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/components-shared/utils.js +76 -0
- package/dist/ui/components/carousel/carousel-lib/components-shared/utils.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/breakpoints/getBreakpoint.js +35 -0
- package/dist/ui/components/carousel/carousel-lib/core/breakpoints/getBreakpoint.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/breakpoints/index.d.ts +2 -2
- package/dist/ui/components/carousel/carousel-lib/core/breakpoints/index.js +9 -0
- package/dist/ui/components/carousel/carousel-lib/core/breakpoints/index.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/breakpoints/setBreakpoint.js +94 -0
- package/dist/ui/components/carousel/carousel-lib/core/breakpoints/setBreakpoint.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/check-overflow/index.js +31 -0
- package/dist/ui/components/carousel/carousel-lib/core/check-overflow/index.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/classes/addClasses.js +43 -0
- package/dist/ui/components/carousel/carousel-lib/core/classes/addClasses.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/classes/index.d.ts +2 -2
- package/dist/ui/components/carousel/carousel-lib/core/classes/index.js +9 -0
- package/dist/ui/components/carousel/carousel-lib/core/classes/index.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/classes/removeClasses.js +13 -0
- package/dist/ui/components/carousel/carousel-lib/core/classes/removeClasses.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/core.js +654 -0
- package/dist/ui/components/carousel/carousel-lib/core/core.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/defaults.js +119 -0
- package/dist/ui/components/carousel/carousel-lib/core/defaults.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/events/index.js +77 -0
- package/dist/ui/components/carousel/carousel-lib/core/events/index.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/events/onClick.js +17 -0
- package/dist/ui/components/carousel/carousel-lib/core/events/onClick.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/events/onDocumentTouchStart.js +13 -0
- package/dist/ui/components/carousel/carousel-lib/core/events/onDocumentTouchStart.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/events/onLoad.js +14 -0
- package/dist/ui/components/carousel/carousel-lib/core/events/onLoad.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/events/onResize.js +53 -0
- package/dist/ui/components/carousel/carousel-lib/core/events/onResize.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/events/onScroll.js +34 -0
- package/dist/ui/components/carousel/carousel-lib/core/events/onScroll.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/events/onTouchEnd.js +194 -0
- package/dist/ui/components/carousel/carousel-lib/core/events/onTouchEnd.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/events/onTouchMove.js +314 -0
- package/dist/ui/components/carousel/carousel-lib/core/events/onTouchMove.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/events/onTouchStart.js +154 -0
- package/dist/ui/components/carousel/carousel-lib/core/events/onTouchStart.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/events-emitter.js +133 -0
- package/dist/ui/components/carousel/carousel-lib/core/events-emitter.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/grab-cursor/index.d.ts +2 -2
- package/dist/ui/components/carousel/carousel-lib/core/grab-cursor/index.js +12 -0
- package/dist/ui/components/carousel/carousel-lib/core/grab-cursor/index.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/grab-cursor/setGrabCursor.js +22 -0
- package/dist/ui/components/carousel/carousel-lib/core/grab-cursor/setGrabCursor.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/grab-cursor/unsetGrabCursor.js +19 -0
- package/dist/ui/components/carousel/carousel-lib/core/grab-cursor/unsetGrabCursor.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/loop/index.d.ts +3 -3
- package/dist/ui/components/carousel/carousel-lib/core/loop/index.js +14 -0
- package/dist/ui/components/carousel/carousel-lib/core/loop/index.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/loop/loopCreate.js +57 -0
- package/dist/ui/components/carousel/carousel-lib/core/loop/loopCreate.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/loop/loopDestroy.js +26 -0
- package/dist/ui/components/carousel/carousel-lib/core/loop/loopDestroy.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/loop/loopFix.js +230 -0
- package/dist/ui/components/carousel/carousel-lib/core/loop/loopFix.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/moduleExtendParams.js +42 -0
- package/dist/ui/components/carousel/carousel-lib/core/moduleExtendParams.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/modules/observer/observer.js +71 -0
- package/dist/ui/components/carousel/carousel-lib/core/modules/observer/observer.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/modules/resize/resize.js +71 -0
- package/dist/ui/components/carousel/carousel-lib/core/modules/resize/resize.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/slide/index.d.ts +7 -7
- package/dist/ui/components/carousel/carousel-lib/core/slide/index.js +22 -0
- package/dist/ui/components/carousel/carousel-lib/core/slide/index.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/slide/slideNext.js +38 -0
- package/dist/ui/components/carousel/carousel-lib/core/slide/slideNext.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/slide/slidePrev.js +69 -0
- package/dist/ui/components/carousel/carousel-lib/core/slide/slidePrev.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/slide/slideReset.js +15 -0
- package/dist/ui/components/carousel/carousel-lib/core/slide/slideReset.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/slide/slideTo.js +160 -0
- package/dist/ui/components/carousel/carousel-lib/core/slide/slideTo.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/slide/slideToClickedSlide.js +46 -0
- package/dist/ui/components/carousel/carousel-lib/core/slide/slideToClickedSlide.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/slide/slideToClosest.js +40 -0
- package/dist/ui/components/carousel/carousel-lib/core/slide/slideToClosest.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/slide/slideToLoop.js +84 -0
- package/dist/ui/components/carousel/carousel-lib/core/slide/slideToLoop.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/transition/index.d.ts +3 -3
- package/dist/ui/components/carousel/carousel-lib/core/transition/index.js +14 -0
- package/dist/ui/components/carousel/carousel-lib/core/transition/index.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/transition/setTransition.js +12 -0
- package/dist/ui/components/carousel/carousel-lib/core/transition/setTransition.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/transition/transitionEmit.js +31 -0
- package/dist/ui/components/carousel/carousel-lib/core/transition/transitionEmit.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/transition/transitionEnd.js +18 -0
- package/dist/ui/components/carousel/carousel-lib/core/transition/transitionEnd.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/transition/transitionStart.js +19 -0
- package/dist/ui/components/carousel/carousel-lib/core/transition/transitionStart.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/translate/getTranslate.js +21 -0
- package/dist/ui/components/carousel/carousel-lib/core/translate/getTranslate.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/translate/index.d.ts +5 -5
- package/dist/ui/components/carousel/carousel-lib/core/translate/index.js +18 -0
- package/dist/ui/components/carousel/carousel-lib/core/translate/index.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/translate/maxTranslate.js +7 -0
- package/dist/ui/components/carousel/carousel-lib/core/translate/maxTranslate.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/translate/minTranslate.js +7 -0
- package/dist/ui/components/carousel/carousel-lib/core/translate/minTranslate.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/translate/setTranslate.js +48 -0
- package/dist/ui/components/carousel/carousel-lib/core/translate/setTranslate.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/translate/translateTo.js +81 -0
- package/dist/ui/components/carousel/carousel-lib/core/translate/translateTo.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/update/index.d.ts +9 -9
- package/dist/ui/components/carousel/carousel-lib/core/update/index.js +26 -0
- package/dist/ui/components/carousel/carousel-lib/core/update/index.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/update/updateActiveIndex.js +124 -0
- package/dist/ui/components/carousel/carousel-lib/core/update/updateActiveIndex.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/update/updateAutoHeight.js +52 -0
- package/dist/ui/components/carousel/carousel-lib/core/update/updateAutoHeight.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/update/updateClickedSlide.js +55 -0
- package/dist/ui/components/carousel/carousel-lib/core/update/updateClickedSlide.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/update/updateProgress.js +67 -0
- package/dist/ui/components/carousel/carousel-lib/core/update/updateProgress.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/update/updateSize.js +45 -0
- package/dist/ui/components/carousel/carousel-lib/core/update/updateSize.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/update/updateSlides.js +306 -0
- package/dist/ui/components/carousel/carousel-lib/core/update/updateSlides.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/update/updateSlidesClasses.js +69 -0
- package/dist/ui/components/carousel/carousel-lib/core/update/updateSlidesClasses.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/update/updateSlidesOffset.js +20 -0
- package/dist/ui/components/carousel/carousel-lib/core/update/updateSlidesOffset.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/update/updateSlidesProgress.js +62 -0
- package/dist/ui/components/carousel/carousel-lib/core/update/updateSlidesProgress.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/modules/autoplay.js +335 -0
- package/dist/ui/components/carousel/carousel-lib/modules/autoplay.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/modules/effect-fade.js +62 -0
- package/dist/ui/components/carousel/carousel-lib/modules/effect-fade.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/modules/free-mode.js +246 -0
- package/dist/ui/components/carousel/carousel-lib/modules/free-mode.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/modules/index.d.ts +6 -6
- package/dist/ui/components/carousel/carousel-lib/modules/index.js +23 -0
- package/dist/ui/components/carousel/carousel-lib/modules/index.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/modules/navigation.js +222 -0
- package/dist/ui/components/carousel/carousel-lib/modules/navigation.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/modules/pagination.js +513 -0
- package/dist/ui/components/carousel/carousel-lib/modules/pagination.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/modules/virtual.js +378 -0
- package/dist/ui/components/carousel/carousel-lib/modules/virtual.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/react/context.js +15 -0
- package/dist/ui/components/carousel/carousel-lib/react/context.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/react/get-children.js +53 -0
- package/dist/ui/components/carousel/carousel-lib/react/get-children.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/react/swiper-slide.js +88 -0
- package/dist/ui/components/carousel/carousel-lib/react/swiper-slide.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/react/swiper.js +220 -0
- package/dist/ui/components/carousel/carousel-lib/react/swiper.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/react/use-isomorphic-layout-effect.js +11 -0
- package/dist/ui/components/carousel/carousel-lib/react/use-isomorphic-layout-effect.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/react/virtual.js +47 -0
- package/dist/ui/components/carousel/carousel-lib/react/virtual.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/shared/classes-to-selector.js +11 -0
- package/dist/ui/components/carousel/carousel-lib/shared/classes-to-selector.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/shared/classes-to-tokens.js +11 -0
- package/dist/ui/components/carousel/carousel-lib/shared/classes-to-tokens.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/shared/create-element-if-not-defined.js +22 -0
- package/dist/ui/components/carousel/carousel-lib/shared/create-element-if-not-defined.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/shared/create-shadow.js +15 -0
- package/dist/ui/components/carousel/carousel-lib/shared/create-shadow.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/shared/effect-init.js +58 -0
- package/dist/ui/components/carousel/carousel-lib/shared/effect-init.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/shared/effect-target.js +13 -0
- package/dist/ui/components/carousel/carousel-lib/shared/effect-target.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/shared/effect-virtual-transition-end.js +47 -0
- package/dist/ui/components/carousel/carousel-lib/shared/effect-virtual-transition-end.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/shared/get-browser.js +42 -0
- package/dist/ui/components/carousel/carousel-lib/shared/get-browser.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/shared/get-device.js +68 -0
- package/dist/ui/components/carousel/carousel-lib/shared/get-device.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/shared/get-support.js +24 -0
- package/dist/ui/components/carousel/carousel-lib/shared/get-support.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/shared/process-lazy-preloader.js +79 -0
- package/dist/ui/components/carousel/carousel-lib/shared/process-lazy-preloader.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/shared/utils.js +371 -0
- package/dist/ui/components/carousel/carousel-lib/shared/utils.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/ssr-window/document.js +65 -0
- package/dist/ui/components/carousel/carousel-lib/ssr-window/document.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/ssr-window/extend.js +24 -0
- package/dist/ui/components/carousel/carousel-lib/ssr-window/extend.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/ssr-window/ssr-window.d.ts +3 -3
- package/dist/ui/components/carousel/carousel-lib/ssr-window/ssr-window.js +15 -0
- package/dist/ui/components/carousel/carousel-lib/ssr-window/ssr-window.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/ssr-window/window.js +71 -0
- package/dist/ui/components/carousel/carousel-lib/ssr-window/window.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/swiper-bundle.d.ts +1 -1
- package/dist/ui/components/carousel/carousel-lib/swiper-bundle.js +18 -0
- package/dist/ui/components/carousel/carousel-lib/swiper-bundle.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/swiper-effect-utils.d.ts +5 -5
- package/dist/ui/components/carousel/carousel-lib/swiper-effect-utils.js +17 -0
- package/dist/ui/components/carousel/carousel-lib/swiper-effect-utils.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/swiper-react.d.ts +3 -3
- package/dist/ui/components/carousel/carousel-lib/swiper-react.js +11 -0
- package/dist/ui/components/carousel/carousel-lib/swiper-react.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/swiper.d.ts +1 -1
- package/dist/ui/components/carousel/carousel-lib/swiper.js +10 -0
- package/dist/ui/components/carousel/carousel-lib/swiper.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/types/index.d.ts +4 -4
- package/dist/ui/components/carousel/carousel-lib/types/index.js +27 -0
- package/dist/ui/components/carousel/carousel-lib/types/index.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/types/shared.js +3 -0
- package/dist/ui/components/carousel/carousel-lib/types/shared.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/types/swiper-class.d.ts +280 -0
- package/dist/ui/components/carousel/carousel-lib/types/swiper-class.js +4 -0
- package/dist/ui/components/carousel/carousel-lib/types/swiper-class.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/types/swiper-events.d.ts +86 -2
- package/dist/ui/components/carousel/carousel-lib/types/swiper-events.js +3 -0
- package/dist/ui/components/carousel/carousel-lib/types/swiper-events.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/types/swiper-options.d.ts +942 -0
- package/dist/ui/components/carousel/carousel-lib/types/swiper-options.js +3 -0
- package/dist/ui/components/carousel/carousel-lib/types/swiper-options.js.map +1 -0
- package/dist/ui/components/carousel/index.d.ts +1 -1
- package/dist/ui/components/carousel/index.js +90 -0
- package/dist/ui/components/carousel/index.js.map +1 -0
- package/dist/ui/components/carousel/interfaces.d.ts +1 -1
- package/dist/ui/components/carousel/interfaces.js +3 -0
- package/dist/ui/components/carousel/interfaces.js.map +1 -0
- package/dist/ui/components/carousel/styles.js +14 -0
- package/dist/ui/components/carousel/styles.js.map +1 -0
- package/dist/ui/components/container/index.d.ts +1 -1
- package/dist/ui/components/container/index.js +9 -0
- package/dist/ui/components/container/index.js.map +1 -0
- package/dist/ui/components/container/interfaces.js +3 -0
- package/dist/ui/components/container/interfaces.js.map +1 -0
- package/dist/ui/components/drop-down/index.d.ts +1 -1
- package/dist/ui/components/drop-down/index.js +45 -0
- package/dist/ui/components/drop-down/index.js.map +1 -0
- package/dist/ui/components/drop-down/interfaces.d.ts +1 -1
- package/dist/ui/components/drop-down/interfaces.js +3 -0
- package/dist/ui/components/drop-down/interfaces.js.map +1 -0
- package/dist/ui/components/drop-down/styles.js +16 -0
- package/dist/ui/components/drop-down/styles.js.map +1 -0
- package/dist/ui/components/error-boundary/component.d.ts +1 -1
- package/dist/ui/components/error-boundary/component.js +11 -0
- package/dist/ui/components/error-boundary/component.js.map +1 -0
- package/dist/ui/components/error-boundary/error-body.d.ts +1 -1
- package/dist/ui/components/error-boundary/error-body.js +10 -0
- package/dist/ui/components/error-boundary/error-body.js.map +1 -0
- package/dist/ui/components/error-boundary/index.d.ts +2 -2
- package/dist/ui/components/error-boundary/index.js +19 -0
- package/dist/ui/components/error-boundary/index.js.map +1 -0
- package/dist/ui/components/error-boundary/interfaces.js +3 -0
- package/dist/ui/components/error-boundary/interfaces.js.map +1 -0
- package/dist/ui/components/error-boundary/src/ErrorBoundary.d.ts +2 -2
- package/dist/ui/components/error-boundary/src/ErrorBoundary.js +112 -0
- package/dist/ui/components/error-boundary/src/ErrorBoundary.js.map +1 -0
- package/dist/ui/components/error-boundary/src/ErrorBoundaryContext.js +6 -0
- package/dist/ui/components/error-boundary/src/ErrorBoundaryContext.js.map +1 -0
- package/dist/ui/components/error-boundary/src/assertErrorBoundaryContext.d.ts +1 -1
- package/dist/ui/components/error-boundary/src/assertErrorBoundaryContext.js +11 -0
- package/dist/ui/components/error-boundary/src/assertErrorBoundaryContext.js.map +1 -0
- package/dist/ui/components/error-boundary/src/env-conditions/development.js +5 -0
- package/dist/ui/components/error-boundary/src/env-conditions/development.js.map +1 -0
- package/dist/ui/components/error-boundary/src/env-conditions/production.js +5 -0
- package/dist/ui/components/error-boundary/src/env-conditions/production.js.map +1 -0
- package/dist/ui/components/error-boundary/src/index.d.ts +5 -5
- package/dist/ui/components/error-boundary/src/index.js +22 -0
- package/dist/ui/components/error-boundary/src/index.js.map +1 -0
- package/dist/ui/components/error-boundary/src/types.js +3 -0
- package/dist/ui/components/error-boundary/src/types.js.map +1 -0
- package/dist/ui/components/error-boundary/src/useErrorBoundary.js +31 -0
- package/dist/ui/components/error-boundary/src/useErrorBoundary.js.map +1 -0
- package/dist/ui/components/error-boundary/src/withErrorBoundary.d.ts +1 -1
- package/dist/ui/components/error-boundary/src/withErrorBoundary.js +26 -0
- package/dist/ui/components/error-boundary/src/withErrorBoundary.js.map +1 -0
- package/dist/ui/components/form/checkbox/index.js +66 -0
- package/dist/ui/components/form/checkbox/index.js.map +1 -0
- package/dist/ui/components/form/checkbox/styles.js +14 -0
- package/dist/ui/components/form/checkbox/styles.js.map +1 -0
- package/dist/ui/components/form/date-picker/index.d.ts +1 -1
- package/dist/ui/components/form/date-picker/index.js +67 -0
- package/dist/ui/components/form/date-picker/index.js.map +1 -0
- package/dist/ui/components/form/date-picker/styles.js +14 -0
- package/dist/ui/components/form/date-picker/styles.js.map +1 -0
- package/dist/ui/components/form/handler/component.d.ts +1 -1
- package/dist/ui/components/form/handler/component.js +29 -0
- package/dist/ui/components/form/handler/component.js.map +1 -0
- package/dist/ui/components/form/handler/custom-submit/index.d.ts +1 -1
- package/dist/ui/components/form/handler/custom-submit/index.js +27 -0
- package/dist/ui/components/form/handler/custom-submit/index.js.map +1 -0
- package/dist/ui/components/form/handler/dynamic_form_handler/component.d.ts +1 -1
- package/dist/ui/components/form/handler/dynamic_form_handler/component.js +137 -0
- package/dist/ui/components/form/handler/dynamic_form_handler/component.js.map +1 -0
- package/dist/ui/components/form/handler/dynamic_form_handler/index.d.ts +2 -2
- package/dist/ui/components/form/handler/dynamic_form_handler/index.js +19 -0
- package/dist/ui/components/form/handler/dynamic_form_handler/index.js.map +1 -0
- package/dist/ui/components/form/handler/dynamic_form_handler/interfaces.d.ts +3 -3
- package/dist/ui/components/form/handler/dynamic_form_handler/interfaces.js +3 -0
- package/dist/ui/components/form/handler/dynamic_form_handler/interfaces.js.map +1 -0
- package/dist/ui/components/form/handler/dynamic_form_handler/styles.js +14 -0
- package/dist/ui/components/form/handler/dynamic_form_handler/styles.js.map +1 -0
- package/dist/ui/components/form/handler/form-handler/generate-schemas.js +120 -0
- package/dist/ui/components/form/handler/form-handler/generate-schemas.js.map +1 -0
- package/dist/ui/components/form/handler/form-handler/index.d.ts +2 -2
- package/dist/ui/components/form/handler/form-handler/index.js +295 -0
- package/dist/ui/components/form/handler/form-handler/index.js.map +1 -0
- package/dist/ui/components/form/handler/form-handler/use-form-handler.d.ts +2 -2
- package/dist/ui/components/form/handler/form-handler/use-form-handler.js +10 -0
- package/dist/ui/components/form/handler/form-handler/use-form-handler.js.map +1 -0
- package/dist/ui/components/form/handler/form-handler/use-schemas.d.ts +1 -1
- package/dist/ui/components/form/handler/form-handler/use-schemas.js +134 -0
- package/dist/ui/components/form/handler/form-handler/use-schemas.js.map +1 -0
- package/dist/ui/components/form/handler/form-handler/use-send-file.d.ts +1 -1
- package/dist/ui/components/form/handler/form-handler/use-send-file.js +207 -0
- package/dist/ui/components/form/handler/form-handler/use-send-file.js.map +1 -0
- package/dist/ui/components/form/handler/i18n/capture-i18n-errors/index.d.ts +1 -1
- package/dist/ui/components/form/handler/i18n/capture-i18n-errors/index.js +29 -0
- package/dist/ui/components/form/handler/i18n/capture-i18n-errors/index.js.map +1 -0
- package/dist/ui/components/form/handler/i18n/index.d.ts +1 -1
- package/dist/ui/components/form/handler/i18n/index.js +56 -0
- package/dist/ui/components/form/handler/i18n/index.js.map +1 -0
- package/dist/ui/components/form/handler/index.d.ts +6 -6
- package/dist/ui/components/form/handler/index.js +23 -0
- package/dist/ui/components/form/handler/index.js.map +1 -0
- package/dist/ui/components/form/handler/interfaces.d.ts +3 -3
- package/dist/ui/components/form/handler/interfaces.js +3 -0
- package/dist/ui/components/form/handler/interfaces.js.map +1 -0
- package/dist/ui/components/form/handler/styles.js +14 -0
- package/dist/ui/components/form/handler/styles.js.map +1 -0
- package/dist/ui/components/form/index.d.ts +26 -26
- package/dist/ui/components/form/index.js +43 -0
- package/dist/ui/components/form/index.js.map +1 -0
- package/dist/ui/components/form/input/index.d.ts +1 -1
- package/dist/ui/components/form/input/index.js +63 -0
- package/dist/ui/components/form/input/index.js.map +1 -0
- package/dist/ui/components/form/input-cep/component.d.ts +1 -1
- package/dist/ui/components/form/input-cep/component.js +128 -0
- package/dist/ui/components/form/input-cep/component.js.map +1 -0
- package/dist/ui/components/form/input-cep/index.d.ts +3 -3
- package/dist/ui/components/form/input-cep/index.js +20 -0
- package/dist/ui/components/form/input-cep/index.js.map +1 -0
- package/dist/ui/components/form/input-cep/interfaces.d.ts +1 -1
- package/dist/ui/components/form/input-cep/interfaces.js +3 -0
- package/dist/ui/components/form/input-cep/interfaces.js.map +1 -0
- package/dist/ui/components/form/input-cep/use-cep/hook.d.ts +2 -2
- package/dist/ui/components/form/input-cep/use-cep/hook.js +13 -0
- package/dist/ui/components/form/input-cep/use-cep/hook.js.map +1 -0
- package/dist/ui/components/form/input-cep/use-cep/index.d.ts +2 -2
- package/dist/ui/components/form/input-cep/use-cep/index.js +19 -0
- package/dist/ui/components/form/input-cep/use-cep/index.js.map +1 -0
- package/dist/ui/components/form/input-cep/use-cep/providers/ibge/hook.d.ts +1 -1
- package/dist/ui/components/form/input-cep/use-cep/providers/ibge/hook.js +66 -0
- package/dist/ui/components/form/input-cep/use-cep/providers/ibge/hook.js.map +1 -0
- package/dist/ui/components/form/input-cep/use-cep/providers/ibge/index.d.ts +3 -3
- package/dist/ui/components/form/input-cep/use-cep/providers/ibge/index.js +20 -0
- package/dist/ui/components/form/input-cep/use-cep/providers/ibge/index.js.map +1 -0
- package/dist/ui/components/form/input-cep/use-cep/providers/ibge/interfaces.js +3 -0
- package/dist/ui/components/form/input-cep/use-cep/providers/ibge/interfaces.js.map +1 -0
- package/dist/ui/components/form/input-cep/use-cep/providers/ibge/service.js +14 -0
- package/dist/ui/components/form/input-cep/use-cep/providers/ibge/service.js.map +1 -0
- package/dist/ui/components/form/input-cep/use-cep/providers/index.d.ts +1 -1
- package/dist/ui/components/form/input-cep/use-cep/providers/index.js +18 -0
- package/dist/ui/components/form/input-cep/use-cep/providers/index.js.map +1 -0
- package/dist/ui/components/form/input-color/index.d.ts +1 -1
- package/dist/ui/components/form/input-color/index.js +69 -0
- package/dist/ui/components/form/input-color/index.js.map +1 -0
- package/dist/ui/components/form/input-color/interfaces.d.ts +3 -3
- package/dist/ui/components/form/input-color/interfaces.js +3 -0
- package/dist/ui/components/form/input-color/interfaces.js.map +1 -0
- package/dist/ui/components/form/input-color/react-input-color-lib/components/Alpha/Alpha.js +55 -0
- package/dist/ui/components/form/input-color/react-input-color-lib/components/Alpha/Alpha.js.map +1 -0
- package/dist/ui/components/form/input-color/react-input-color-lib/components/Alpha/Alpha.style.js +52 -0
- package/dist/ui/components/form/input-color/react-input-color-lib/components/Alpha/Alpha.style.js.map +1 -0
- package/dist/ui/components/form/input-color/react-input-color-lib/components/ColorList/ColorList.d.ts +1 -1
- package/dist/ui/components/form/input-color/react-input-color-lib/components/ColorList/ColorList.js +55 -0
- package/dist/ui/components/form/input-color/react-input-color-lib/components/ColorList/ColorList.js.map +1 -0
- package/dist/ui/components/form/input-color/react-input-color-lib/components/ColorList/ColorList.style.d.ts +1 -1
- package/dist/ui/components/form/input-color/react-input-color-lib/components/ColorList/ColorList.style.js +64 -0
- package/dist/ui/components/form/input-color/react-input-color-lib/components/ColorList/ColorList.style.js.map +1 -0
- package/dist/ui/components/form/input-color/react-input-color-lib/components/ColorPicker/ColorPicker.d.ts +1 -1
- package/dist/ui/components/form/input-color/react-input-color-lib/components/ColorPicker/ColorPicker.js +119 -0
- package/dist/ui/components/form/input-color/react-input-color-lib/components/ColorPicker/ColorPicker.js.map +1 -0
- package/dist/ui/components/form/input-color/react-input-color-lib/components/ColorPicker/ColorPicker.style.js +58 -0
- package/dist/ui/components/form/input-color/react-input-color-lib/components/ColorPicker/ColorPicker.style.js.map +1 -0
- package/dist/ui/components/form/input-color/react-input-color-lib/components/ColorPicker/helper.d.ts +1 -1
- package/dist/ui/components/form/input-color/react-input-color-lib/components/ColorPicker/helper.js +55 -0
- package/dist/ui/components/form/input-color/react-input-color-lib/components/ColorPicker/helper.js.map +1 -0
- package/dist/ui/components/form/input-color/react-input-color-lib/components/Hue/Hue.d.ts +1 -1
- package/dist/ui/components/form/input-color/react-input-color-lib/components/Hue/Hue.js +55 -0
- package/dist/ui/components/form/input-color/react-input-color-lib/components/Hue/Hue.js.map +1 -0
- package/dist/ui/components/form/input-color/react-input-color-lib/components/Hue/Hue.style.js +30 -0
- package/dist/ui/components/form/input-color/react-input-color-lib/components/Hue/Hue.style.js.map +1 -0
- package/dist/ui/components/form/input-color/react-input-color-lib/components/Input/Input.js +63 -0
- package/dist/ui/components/form/input-color/react-input-color-lib/components/Input/Input.js.map +1 -0
- package/dist/ui/components/form/input-color/react-input-color-lib/components/Input/Input.style.js +38 -0
- package/dist/ui/components/form/input-color/react-input-color-lib/components/Input/Input.style.js.map +1 -0
- package/dist/ui/components/form/input-color/react-input-color-lib/components/PresetList/PresetList.d.ts +1 -1
- package/dist/ui/components/form/input-color/react-input-color-lib/components/PresetList/PresetList.js +67 -0
- package/dist/ui/components/form/input-color/react-input-color-lib/components/PresetList/PresetList.js.map +1 -0
- package/dist/ui/components/form/input-color/react-input-color-lib/components/Saturation/Saturation.d.ts +1 -1
- package/dist/ui/components/form/input-color/react-input-color-lib/components/Saturation/Saturation.js +67 -0
- package/dist/ui/components/form/input-color/react-input-color-lib/components/Saturation/Saturation.js.map +1 -0
- package/dist/ui/components/form/input-color/react-input-color-lib/components/Saturation/Saturation.style.js +35 -0
- package/dist/ui/components/form/input-color/react-input-color-lib/components/Saturation/Saturation.style.js.map +1 -0
- package/dist/ui/components/form/input-color/react-input-color-lib/hooks/usePosition.js +47 -0
- package/dist/ui/components/form/input-color/react-input-color-lib/hooks/usePosition.js.map +1 -0
- package/dist/ui/components/form/input-color/react-input-color-lib/index.d.ts +4 -4
- package/dist/ui/components/form/input-color/react-input-color-lib/index.js +14 -0
- package/dist/ui/components/form/input-color/react-input-color-lib/index.js.map +1 -0
- package/dist/ui/components/form/input-color/react-input-color-lib/themes.d.ts +1 -1
- package/dist/ui/components/form/input-color/react-input-color-lib/themes.js +24 -0
- package/dist/ui/components/form/input-color/react-input-color-lib/themes.js.map +1 -0
- package/dist/ui/components/form/input-color/react-input-color-lib/types.js +3 -0
- package/dist/ui/components/form/input-color/react-input-color-lib/types.js.map +1 -0
- package/dist/ui/components/form/input-color/styles.js +14 -0
- package/dist/ui/components/form/input-color/styles.js.map +1 -0
- package/dist/ui/components/form/input-control/error/index.js +43 -0
- package/dist/ui/components/form/input-control/error/index.js.map +1 -0
- package/dist/ui/components/form/input-control/error/styles.js +14 -0
- package/dist/ui/components/form/input-control/error/styles.js.map +1 -0
- package/dist/ui/components/form/input-control/index.d.ts +1 -1
- package/dist/ui/components/form/input-control/index.js +53 -0
- package/dist/ui/components/form/input-control/index.js.map +1 -0
- package/dist/ui/components/form/input-control/label/index.d.ts +1 -1
- package/dist/ui/components/form/input-control/label/index.js +47 -0
- package/dist/ui/components/form/input-control/label/index.js.map +1 -0
- package/dist/ui/components/form/input-control/label/interfaces.js +1 -0
- package/dist/ui/components/form/input-control/label/interfaces.js.map +1 -0
- package/dist/ui/components/form/input-control/label/styles.js +14 -0
- package/dist/ui/components/form/input-control/label/styles.js.map +1 -0
- package/dist/ui/components/form/input-control/loader-input/index.js +43 -0
- package/dist/ui/components/form/input-control/loader-input/index.js.map +1 -0
- package/dist/ui/components/form/input-control/loader-input/styles.js +14 -0
- package/dist/ui/components/form/input-control/loader-input/styles.js.map +1 -0
- package/dist/ui/components/form/input-control/styles.js +14 -0
- package/dist/ui/components/form/input-control/styles.js.map +1 -0
- package/dist/ui/components/form/input-cpf-cnpj/index.d.ts +1 -1
- package/dist/ui/components/form/input-cpf-cnpj/index.js +32 -0
- package/dist/ui/components/form/input-cpf-cnpj/index.js.map +1 -0
- package/dist/ui/components/form/input-currency/components/CurrencyInput.js +247 -0
- package/dist/ui/components/form/input-currency/components/CurrencyInput.js.map +1 -0
- package/dist/ui/components/form/input-currency/components/CurrencyInputProps.d.ts +123 -0
- package/dist/ui/components/form/input-currency/components/CurrencyInputProps.js +3 -0
- package/dist/ui/components/form/input-currency/components/CurrencyInputProps.js.map +1 -0
- package/dist/ui/components/form/input-currency/components/index.d.ts +1 -1
- package/dist/ui/components/form/input-currency/components/index.js +18 -0
- package/dist/ui/components/form/input-currency/components/index.js.map +1 -0
- package/dist/ui/components/form/input-currency/components/utils/addSeparators.d.ts +3 -0
- package/dist/ui/components/form/input-currency/components/utils/addSeparators.js +12 -0
- package/dist/ui/components/form/input-currency/components/utils/addSeparators.js.map +1 -0
- package/dist/ui/components/form/input-currency/components/utils/cleanValue.d.ts +4 -1
- package/dist/ui/components/form/input-currency/components/utils/cleanValue.js +62 -0
- package/dist/ui/components/form/input-currency/components/utils/cleanValue.js.map +1 -0
- package/dist/ui/components/form/input-currency/components/utils/escapeRegExp.d.ts +5 -0
- package/dist/ui/components/form/input-currency/components/utils/escapeRegExp.js +13 -0
- package/dist/ui/components/form/input-currency/components/utils/escapeRegExp.js.map +1 -0
- package/dist/ui/components/form/input-currency/components/utils/fixedDecimalValue.js +30 -0
- package/dist/ui/components/form/input-currency/components/utils/fixedDecimalValue.js.map +1 -0
- package/dist/ui/components/form/input-currency/components/utils/formatValue.d.ts +38 -1
- package/dist/ui/components/form/input-currency/components/utils/formatValue.js +132 -0
- package/dist/ui/components/form/input-currency/components/utils/formatValue.js.map +1 -0
- package/dist/ui/components/form/input-currency/components/utils/getLocaleConfig.d.ts +4 -1
- package/dist/ui/components/form/input-currency/components/utils/getLocaleConfig.js +49 -0
- package/dist/ui/components/form/input-currency/components/utils/getLocaleConfig.js.map +1 -0
- package/dist/ui/components/form/input-currency/components/utils/getSuffix.js +12 -0
- package/dist/ui/components/form/input-currency/components/utils/getSuffix.js.map +1 -0
- package/dist/ui/components/form/input-currency/components/utils/index.d.ts +8 -8
- package/dist/ui/components/form/input-currency/components/utils/index.js +25 -0
- package/dist/ui/components/form/input-currency/components/utils/index.js.map +1 -0
- package/dist/ui/components/form/input-currency/components/utils/isNumber.js +6 -0
- package/dist/ui/components/form/input-currency/components/utils/isNumber.js.map +1 -0
- package/dist/ui/components/form/input-currency/components/utils/padTrimValue.js +28 -0
- package/dist/ui/components/form/input-currency/components/utils/padTrimValue.js.map +1 -0
- package/dist/ui/components/form/input-currency/components/utils/parseAbbrValue.d.ts +8 -0
- package/dist/ui/components/form/input-currency/components/utils/parseAbbrValue.js +40 -0
- package/dist/ui/components/form/input-currency/components/utils/parseAbbrValue.js.map +1 -0
- package/dist/ui/components/form/input-currency/components/utils/removeInvalidChars.d.ts +3 -0
- package/dist/ui/components/form/input-currency/components/utils/removeInvalidChars.js +14 -0
- package/dist/ui/components/form/input-currency/components/utils/removeInvalidChars.js.map +1 -0
- package/dist/ui/components/form/input-currency/components/utils/removeSeparators.d.ts +3 -0
- package/dist/ui/components/form/input-currency/components/utils/removeSeparators.js +14 -0
- package/dist/ui/components/form/input-currency/components/utils/removeSeparators.js.map +1 -0
- package/dist/ui/components/form/input-currency/components/utils/repositionCursor.d.ts +4 -0
- package/dist/ui/components/form/input-currency/components/utils/repositionCursor.js +30 -0
- package/dist/ui/components/form/input-currency/components/utils/repositionCursor.js.map +1 -0
- package/dist/ui/components/form/input-currency/index.d.ts +1 -1
- package/dist/ui/components/form/input-currency/index.js +62 -0
- package/dist/ui/components/form/input-currency/index.js.map +1 -0
- package/dist/ui/components/form/input-date-picker/calendar/calendar-header/index.d.ts +1 -1
- package/dist/ui/components/form/input-date-picker/calendar/calendar-header/index.js +74 -0
- package/dist/ui/components/form/input-date-picker/calendar/calendar-header/index.js.map +1 -0
- package/dist/ui/components/form/input-date-picker/calendar/calendar-header/styles.js +23 -0
- package/dist/ui/components/form/input-date-picker/calendar/calendar-header/styles.js.map +1 -0
- package/dist/ui/components/form/input-date-picker/calendar/days/index.d.ts +1 -1
- package/dist/ui/components/form/input-date-picker/calendar/days/index.js +95 -0
- package/dist/ui/components/form/input-date-picker/calendar/days/index.js.map +1 -0
- package/dist/ui/components/form/input-date-picker/calendar/days/styles.js +17 -0
- package/dist/ui/components/form/input-date-picker/calendar/days/styles.js.map +1 -0
- package/dist/ui/components/form/input-date-picker/calendar/index.d.ts +1 -1
- package/dist/ui/components/form/input-date-picker/calendar/index.js +67 -0
- package/dist/ui/components/form/input-date-picker/calendar/index.js.map +1 -0
- package/dist/ui/components/form/input-date-picker/calendar/interface.d.ts +1 -1
- package/dist/ui/components/form/input-date-picker/calendar/interface.js +3 -0
- package/dist/ui/components/form/input-date-picker/calendar/interface.js.map +1 -0
- package/dist/ui/components/form/input-date-picker/calendar/months/index.d.ts +1 -1
- package/dist/ui/components/form/input-date-picker/calendar/months/index.js +77 -0
- package/dist/ui/components/form/input-date-picker/calendar/months/index.js.map +1 -0
- package/dist/ui/components/form/input-date-picker/calendar/months/styles.js +17 -0
- package/dist/ui/components/form/input-date-picker/calendar/months/styles.js.map +1 -0
- package/dist/ui/components/form/input-date-picker/calendar/styles.d.ts +1 -1
- package/dist/ui/components/form/input-date-picker/calendar/styles.js +17 -0
- package/dist/ui/components/form/input-date-picker/calendar/styles.js.map +1 -0
- package/dist/ui/components/form/input-date-picker/component.d.ts +2 -2
- package/dist/ui/components/form/input-date-picker/component.js +91 -0
- package/dist/ui/components/form/input-date-picker/component.js.map +1 -0
- package/dist/ui/components/form/input-date-picker/index.d.ts +2 -2
- package/dist/ui/components/form/input-date-picker/index.js +19 -0
- package/dist/ui/components/form/input-date-picker/index.js.map +1 -0
- package/dist/ui/components/form/input-date-picker/interfaces.d.ts +1 -1
- package/dist/ui/components/form/input-date-picker/interfaces.js +3 -0
- package/dist/ui/components/form/input-date-picker/interfaces.js.map +1 -0
- package/dist/ui/components/form/input-date-picker/mock/index.d.ts +1 -1
- package/dist/ui/components/form/input-date-picker/mock/index.js +18 -0
- package/dist/ui/components/form/input-date-picker/mock/index.js.map +1 -0
- package/dist/ui/components/form/input-date-picker/mock/translations.js +50 -0
- package/dist/ui/components/form/input-date-picker/mock/translations.js.map +1 -0
- package/dist/ui/components/form/input-date-picker/styles.d.ts +0 -0
- package/dist/ui/components/form/input-date-picker/styles.js +1 -0
- package/dist/ui/components/form/input-date-picker/styles.js.map +1 -0
- package/dist/ui/components/form/input-file/component.d.ts +1 -1
- package/dist/ui/components/form/input-file/component.js +58 -0
- package/dist/ui/components/form/input-file/component.js.map +1 -0
- package/dist/ui/components/form/input-file/hooks/index.d.ts +4 -4
- package/dist/ui/components/form/input-file/hooks/index.js +21 -0
- package/dist/ui/components/form/input-file/hooks/index.js.map +1 -0
- package/dist/ui/components/form/input-file/hooks/use-components-file.d.ts +1 -1
- package/dist/ui/components/form/input-file/hooks/use-components-file.js +74 -0
- package/dist/ui/components/form/input-file/hooks/use-components-file.js.map +1 -0
- package/dist/ui/components/form/input-file/hooks/use-file-elements.d.ts +1 -1
- package/dist/ui/components/form/input-file/hooks/use-file-elements.js +85 -0
- package/dist/ui/components/form/input-file/hooks/use-file-elements.js.map +1 -0
- package/dist/ui/components/form/input-file/hooks/use-file.d.ts +1 -1
- package/dist/ui/components/form/input-file/hooks/use-file.js +129 -0
- package/dist/ui/components/form/input-file/hooks/use-file.js.map +1 -0
- package/dist/ui/components/form/input-file/hooks/use-rendered-file.d.ts +1 -1
- package/dist/ui/components/form/input-file/hooks/use-rendered-file.js +70 -0
- package/dist/ui/components/form/input-file/hooks/use-rendered-file.js.map +1 -0
- package/dist/ui/components/form/input-file/index.d.ts +4 -4
- package/dist/ui/components/form/input-file/index.js +21 -0
- package/dist/ui/components/form/input-file/index.js.map +1 -0
- package/dist/ui/components/form/input-file/render-files/component.d.ts +1 -1
- package/dist/ui/components/form/input-file/render-files/component.js +63 -0
- package/dist/ui/components/form/input-file/render-files/component.js.map +1 -0
- package/dist/ui/components/form/input-file/render-files/file-item/button-upload-image-mobile/index.d.ts +1 -1
- package/dist/ui/components/form/input-file/render-files/file-item/button-upload-image-mobile/index.js +17 -0
- package/dist/ui/components/form/input-file/render-files/file-item/button-upload-image-mobile/index.js.map +1 -0
- package/dist/ui/components/form/input-file/render-files/file-item/index.d.ts +2 -2
- package/dist/ui/components/form/input-file/render-files/file-item/index.js +58 -0
- package/dist/ui/components/form/input-file/render-files/file-item/index.js.map +1 -0
- package/dist/ui/components/form/input-file/render-files/file-item/styles.js +14 -0
- package/dist/ui/components/form/input-file/render-files/file-item/styles.js.map +1 -0
- package/dist/ui/components/form/input-file/render-files/index.d.ts +3 -3
- package/dist/ui/components/form/input-file/render-files/index.js +20 -0
- package/dist/ui/components/form/input-file/render-files/index.js.map +1 -0
- package/dist/ui/components/form/input-file/render-files/interfaces.d.ts +1 -1
- package/dist/ui/components/form/input-file/render-files/interfaces.js +3 -0
- package/dist/ui/components/form/input-file/render-files/interfaces.js.map +1 -0
- package/dist/ui/components/form/input-file/render-files/styles.js +14 -0
- package/dist/ui/components/form/input-file/render-files/styles.js.map +1 -0
- package/dist/ui/components/form/input-file/styles.js +15 -0
- package/dist/ui/components/form/input-file/styles.js.map +1 -0
- package/dist/ui/components/form/input-manager/component.d.ts +1 -1
- package/dist/ui/components/form/input-manager/component.js +86 -0
- package/dist/ui/components/form/input-manager/component.js.map +1 -0
- package/dist/ui/components/form/input-manager/index.d.ts +2 -2
- package/dist/ui/components/form/input-manager/index.js +19 -0
- package/dist/ui/components/form/input-manager/index.js.map +1 -0
- package/dist/ui/components/form/input-manager/interfaces.d.ts +1 -1
- package/dist/ui/components/form/input-manager/interfaces.js +3 -0
- package/dist/ui/components/form/input-manager/interfaces.js.map +1 -0
- package/dist/ui/components/form/input-manager/styles.d.ts +1 -1
- package/dist/ui/components/form/input-manager/styles.js +17 -0
- package/dist/ui/components/form/input-manager/styles.js.map +1 -0
- package/dist/ui/components/form/input-mask/index.d.ts +1 -1
- package/dist/ui/components/form/input-mask/index.js +117 -0
- package/dist/ui/components/form/input-mask/index.js.map +1 -0
- package/dist/ui/components/form/input-password/index.d.ts +1 -1
- package/dist/ui/components/form/input-password/index.js +71 -0
- package/dist/ui/components/form/input-password/index.js.map +1 -0
- package/dist/ui/components/form/input-password/styles.js +14 -0
- package/dist/ui/components/form/input-password/styles.js.map +1 -0
- package/dist/ui/components/form/input-seo/index.js +45 -0
- package/dist/ui/components/form/input-seo/index.js.map +1 -0
- package/dist/ui/components/form/input-seo/input-meta-image/index.d.ts +1 -1
- package/dist/ui/components/form/input-seo/input-meta-image/index.js +60 -0
- package/dist/ui/components/form/input-seo/input-meta-image/index.js.map +1 -0
- package/dist/ui/components/form/input-seo/input-meta-image/styles.js +14 -0
- package/dist/ui/components/form/input-seo/input-meta-image/styles.js.map +1 -0
- package/dist/ui/components/form/input-seo/styles.js +11 -0
- package/dist/ui/components/form/input-seo/styles.js.map +1 -0
- package/dist/ui/components/form/input-svg/index.d.ts +1 -1
- package/dist/ui/components/form/input-svg/index.js +89 -0
- package/dist/ui/components/form/input-svg/index.js.map +1 -0
- package/dist/ui/components/form/input-svg/styles.js +14 -0
- package/dist/ui/components/form/input-svg/styles.js.map +1 -0
- package/dist/ui/components/form/input-switch/index.d.ts +1 -1
- package/dist/ui/components/form/input-switch/index.js +62 -0
- package/dist/ui/components/form/input-switch/index.js.map +1 -0
- package/dist/ui/components/form/input-switch/interfaces.d.ts +1 -1
- package/dist/ui/components/form/input-switch/interfaces.js +3 -0
- package/dist/ui/components/form/input-switch/interfaces.js.map +1 -0
- package/dist/ui/components/form/input-switch/styles.js +14 -0
- package/dist/ui/components/form/input-switch/styles.js.map +1 -0
- package/dist/ui/components/form/input-youtube/index.d.ts +1 -1
- package/dist/ui/components/form/input-youtube/index.js +72 -0
- package/dist/ui/components/form/input-youtube/index.js.map +1 -0
- package/dist/ui/components/form/input-youtube/styles.js +14 -0
- package/dist/ui/components/form/input-youtube/styles.js.map +1 -0
- package/dist/ui/components/form/interfaces.d.ts +6 -6
- package/dist/ui/components/form/interfaces.js +3 -0
- package/dist/ui/components/form/interfaces.js.map +1 -0
- package/dist/ui/components/form/radio/index.js +73 -0
- package/dist/ui/components/form/radio/index.js.map +1 -0
- package/dist/ui/components/form/radio/styles.js +14 -0
- package/dist/ui/components/form/radio/styles.js.map +1 -0
- package/dist/ui/components/form/range-date-picker/index.d.ts +1 -1
- package/dist/ui/components/form/range-date-picker/index.js +70 -0
- package/dist/ui/components/form/range-date-picker/index.js.map +1 -0
- package/dist/ui/components/form/range-date-picker/styles.js +14 -0
- package/dist/ui/components/form/range-date-picker/styles.js.map +1 -0
- package/dist/ui/components/form/select/custom-styles.js +29 -0
- package/dist/ui/components/form/select/custom-styles.js.map +1 -0
- package/dist/ui/components/form/select/index.d.ts +1 -1
- package/dist/ui/components/form/select/index.js +146 -0
- package/dist/ui/components/form/select/index.js.map +1 -0
- package/dist/ui/components/form/select/interfaces.d.ts +0 -0
- package/dist/ui/components/form/select/interfaces.js +1 -0
- package/dist/ui/components/form/select/interfaces.js.map +1 -0
- package/dist/ui/components/form/select/styles.js +14 -0
- package/dist/ui/components/form/select/styles.js.map +1 -0
- package/dist/ui/components/form/select-icon/index.d.ts +1 -1
- package/dist/ui/components/form/select-icon/index.js +58 -0
- package/dist/ui/components/form/select-icon/index.js.map +1 -0
- package/dist/ui/components/form/select-icon/styles.js +14 -0
- package/dist/ui/components/form/select-icon/styles.js.map +1 -0
- package/dist/ui/components/form/text-editor/index.d.ts +1 -1
- package/dist/ui/components/form/text-editor/index.js +26 -0
- package/dist/ui/components/form/text-editor/index.js.map +1 -0
- package/dist/ui/components/form/text-editor/quill.js +48 -0
- package/dist/ui/components/form/text-editor/quill.js.map +1 -0
- package/dist/ui/components/form/text-editor/react-quill.css +922 -0
- package/dist/ui/components/form/textarea/index.d.ts +1 -1
- package/dist/ui/components/form/textarea/index.js +28 -0
- package/dist/ui/components/form/textarea/index.js.map +1 -0
- package/dist/ui/components/google-translate-page/index.js +49 -0
- package/dist/ui/components/google-translate-page/index.js.map +1 -0
- package/dist/ui/components/google-translate-page/styles.js +11 -0
- package/dist/ui/components/google-translate-page/styles.js.map +1 -0
- package/dist/ui/components/google-translate-page/translate.js +42 -0
- package/dist/ui/components/google-translate-page/translate.js.map +1 -0
- package/dist/ui/components/index.d.ts +23 -23
- package/dist/ui/components/index.js +40 -0
- package/dist/ui/components/index.js.map +1 -0
- package/dist/ui/components/loader-circle/index.d.ts +1 -1
- package/dist/ui/components/loader-circle/index.js +14 -0
- package/dist/ui/components/loader-circle/index.js.map +1 -0
- package/dist/ui/components/loader-circle/interfaces.js +3 -0
- package/dist/ui/components/loader-circle/interfaces.js.map +1 -0
- package/dist/ui/components/loading-screen/index.d.ts +1 -1
- package/dist/ui/components/loading-screen/index.js +59 -0
- package/dist/ui/components/loading-screen/index.js.map +1 -0
- package/dist/ui/components/loading-screen/interfaces.js +3 -0
- package/dist/ui/components/loading-screen/interfaces.js.map +1 -0
- package/dist/ui/components/loading-screen/styles.js +45 -0
- package/dist/ui/components/loading-screen/styles.js.map +1 -0
- package/dist/ui/components/menu-mobile/components/nav-links/index.d.ts +1 -1
- package/dist/ui/components/menu-mobile/components/nav-links/index.js +80 -0
- package/dist/ui/components/menu-mobile/components/nav-links/index.js.map +1 -0
- package/dist/ui/components/menu-mobile/components/nav-links/interfaces.d.ts +1 -1
- package/dist/ui/components/menu-mobile/components/nav-links/interfaces.js +3 -0
- package/dist/ui/components/menu-mobile/components/nav-links/interfaces.js.map +1 -0
- package/dist/ui/components/menu-mobile/components/nav-links/styles.js +14 -0
- package/dist/ui/components/menu-mobile/components/nav-links/styles.js.map +1 -0
- package/dist/ui/components/menu-mobile/index.d.ts +1 -1
- package/dist/ui/components/menu-mobile/index.js +87 -0
- package/dist/ui/components/menu-mobile/index.js.map +1 -0
- package/dist/ui/components/menu-mobile/interfaces.js +3 -0
- package/dist/ui/components/menu-mobile/interfaces.js.map +1 -0
- package/dist/ui/components/menu-mobile/styles.js +14 -0
- package/dist/ui/components/menu-mobile/styles.js.map +1 -0
- package/dist/ui/components/menu-mobile/top/index.d.ts +1 -1
- package/dist/ui/components/menu-mobile/top/index.js +59 -0
- package/dist/ui/components/menu-mobile/top/index.js.map +1 -0
- package/dist/ui/components/menu-mobile/top/interfaces.d.ts +1 -1
- package/dist/ui/components/menu-mobile/top/interfaces.js +3 -0
- package/dist/ui/components/menu-mobile/top/interfaces.js.map +1 -0
- package/dist/ui/components/menu-mobile/top/styles.js +14 -0
- package/dist/ui/components/menu-mobile/top/styles.js.map +1 -0
- package/dist/ui/components/modal/component.d.ts +1 -1
- package/dist/ui/components/modal/component.js +86 -0
- package/dist/ui/components/modal/component.js.map +1 -0
- package/dist/ui/components/modal/index.d.ts +2 -2
- package/dist/ui/components/modal/index.js +19 -0
- package/dist/ui/components/modal/index.js.map +1 -0
- package/dist/ui/components/modal/interfaces.js +3 -0
- package/dist/ui/components/modal/interfaces.js.map +1 -0
- package/dist/ui/components/modal/styles.js +14 -0
- package/dist/ui/components/modal/styles.js.map +1 -0
- package/dist/ui/components/next-image/index.d.ts +1 -1
- package/dist/ui/components/next-image/index.js +51 -0
- package/dist/ui/components/next-image/index.js.map +1 -0
- package/dist/ui/components/next-image/interfaces.js +3 -0
- package/dist/ui/components/next-image/interfaces.js.map +1 -0
- package/dist/ui/components/next-image/styles.js +14 -0
- package/dist/ui/components/next-image/styles.js.map +1 -0
- package/dist/ui/components/pagination/index.d.ts +1 -1
- package/dist/ui/components/pagination/index.js +69 -0
- package/dist/ui/components/pagination/index.js.map +1 -0
- package/dist/ui/components/pagination/service.js +50 -0
- package/dist/ui/components/pagination/service.js.map +1 -0
- package/dist/ui/components/pagination/styles.js +14 -0
- package/dist/ui/components/pagination/styles.js.map +1 -0
- package/dist/ui/components/pix/index.js +72 -0
- package/dist/ui/components/pix/index.js.map +1 -0
- package/dist/ui/components/pix/pix-sucess/index.js +48 -0
- package/dist/ui/components/pix/pix-sucess/index.js.map +1 -0
- package/dist/ui/components/pix/pix-sucess/styles.js +14 -0
- package/dist/ui/components/pix/pix-sucess/styles.js.map +1 -0
- package/dist/ui/components/pix/styles.js +20 -0
- package/dist/ui/components/pix/styles.js.map +1 -0
- package/dist/ui/components/pix/timer/index.js +69 -0
- package/dist/ui/components/pix/timer/index.js.map +1 -0
- package/dist/ui/components/pix/timer/styles.js +14 -0
- package/dist/ui/components/pix/timer/styles.js.map +1 -0
- package/dist/ui/components/sidebar/index.d.ts +1 -1
- package/dist/ui/components/sidebar/index.js +71 -0
- package/dist/ui/components/sidebar/index.js.map +1 -0
- package/dist/ui/components/sidebar/interfaces.js +3 -0
- package/dist/ui/components/sidebar/interfaces.js.map +1 -0
- package/dist/ui/components/sidebar/styles.js +16 -0
- package/dist/ui/components/sidebar/styles.js.map +1 -0
- package/dist/ui/components/site/context/index.js +20 -0
- package/dist/ui/components/site/context/index.js.map +1 -0
- package/dist/ui/components/site/context/scripts/acept-cookies/index.js +120 -0
- package/dist/ui/components/site/context/scripts/acept-cookies/index.js.map +1 -0
- package/dist/ui/components/site/context/scripts/acept-cookies/styles.js +14 -0
- package/dist/ui/components/site/context/scripts/acept-cookies/styles.js.map +1 -0
- package/dist/ui/components/site/context/scripts/acept-ratedr/index.js +121 -0
- package/dist/ui/components/site/context/scripts/acept-ratedr/index.js.map +1 -0
- package/dist/ui/components/site/context/scripts/acept-ratedr/styles.js +14 -0
- package/dist/ui/components/site/context/scripts/acept-ratedr/styles.js.map +1 -0
- package/dist/ui/components/site/context/scripts/component.d.ts +1 -1
- package/dist/ui/components/site/context/scripts/component.js +42 -0
- package/dist/ui/components/site/context/scripts/component.js.map +1 -0
- package/dist/ui/components/site/context/scripts/index.d.ts +5 -5
- package/dist/ui/components/site/context/scripts/index.js +22 -0
- package/dist/ui/components/site/context/scripts/index.js.map +1 -0
- package/dist/ui/components/site/context/scripts/interfaces.d.ts +1 -1
- package/dist/ui/components/site/context/scripts/interfaces.js +3 -0
- package/dist/ui/components/site/context/scripts/interfaces.js.map +1 -0
- package/dist/ui/components/site/context/scripts/whatsapp-fixed/index.js +47 -0
- package/dist/ui/components/site/context/scripts/whatsapp-fixed/index.js.map +1 -0
- package/dist/ui/components/site/context/scripts/whatsapp-fixed/styles.js +14 -0
- package/dist/ui/components/site/context/scripts/whatsapp-fixed/styles.js.map +1 -0
- package/dist/ui/components/site/default-pages/404/component.js +50 -0
- package/dist/ui/components/site/default-pages/404/component.js.map +1 -0
- package/dist/ui/components/site/default-pages/404/index.d.ts +1 -1
- package/dist/ui/components/site/default-pages/404/index.js +18 -0
- package/dist/ui/components/site/default-pages/404/index.js.map +1 -0
- package/dist/ui/components/site/default-pages/404/styles.js +14 -0
- package/dist/ui/components/site/default-pages/404/styles.js.map +1 -0
- package/dist/ui/components/site/default-pages/500/component.js +51 -0
- package/dist/ui/components/site/default-pages/500/component.js.map +1 -0
- package/dist/ui/components/site/default-pages/500/index.d.ts +1 -1
- package/dist/ui/components/site/default-pages/500/index.js +18 -0
- package/dist/ui/components/site/default-pages/500/index.js.map +1 -0
- package/dist/ui/components/site/default-pages/500/styles.js +14 -0
- package/dist/ui/components/site/default-pages/500/styles.js.map +1 -0
- package/dist/ui/components/site/default-pages/index.d.ts +2 -2
- package/dist/ui/components/site/default-pages/index.js +19 -0
- package/dist/ui/components/site/default-pages/index.js.map +1 -0
- package/dist/ui/components/site/default-pages/sitemap/index.js +63 -0
- package/dist/ui/components/site/default-pages/sitemap/index.js.map +1 -0
- package/dist/ui/components/site/effect/component.d.ts +1 -1
- package/dist/ui/components/site/effect/component.js +44 -0
- package/dist/ui/components/site/effect/component.js.map +1 -0
- package/dist/ui/components/site/effect/index.d.ts +2 -2
- package/dist/ui/components/site/effect/index.js +19 -0
- package/dist/ui/components/site/effect/index.js.map +1 -0
- package/dist/ui/components/site/effect/interfaces.js +3 -0
- package/dist/ui/components/site/effect/interfaces.js.map +1 -0
- package/dist/ui/components/site/effect/styles.js +50 -0
- package/dist/ui/components/site/effect/styles.js.map +1 -0
- package/dist/ui/components/site/head/component.d.ts +1 -1
- package/dist/ui/components/site/head/component.js +20 -0
- package/dist/ui/components/site/head/component.js.map +1 -0
- package/dist/ui/components/site/head/index.d.ts +2 -2
- package/dist/ui/components/site/head/index.js +19 -0
- package/dist/ui/components/site/head/index.js.map +1 -0
- package/dist/ui/components/site/head/interfaces.js +3 -0
- package/dist/ui/components/site/head/interfaces.js.map +1 -0
- package/dist/ui/components/site/header-link/component.d.ts +1 -1
- package/dist/ui/components/site/header-link/component.js +25 -0
- package/dist/ui/components/site/header-link/component.js.map +1 -0
- package/dist/ui/components/site/header-link/index.d.ts +2 -2
- package/dist/ui/components/site/header-link/index.js +19 -0
- package/dist/ui/components/site/header-link/index.js.map +1 -0
- package/dist/ui/components/site/header-link/interfaces.d.ts +1 -1
- package/dist/ui/components/site/header-link/interfaces.js +3 -0
- package/dist/ui/components/site/header-link/interfaces.js.map +1 -0
- package/dist/ui/components/site/header-link/versions/index.d.ts +1 -1
- package/dist/ui/components/site/header-link/versions/index.js +18 -0
- package/dist/ui/components/site/header-link/versions/index.js.map +1 -0
- package/dist/ui/components/site/header-link/versions/version-01/component.d.ts +1 -1
- package/dist/ui/components/site/header-link/versions/version-01/component.js +50 -0
- package/dist/ui/components/site/header-link/versions/version-01/component.js.map +1 -0
- package/dist/ui/components/site/header-link/versions/version-01/styles.js +14 -0
- package/dist/ui/components/site/header-link/versions/version-01/styles.js.map +1 -0
- package/dist/ui/components/site/index.d.ts +7 -7
- package/dist/ui/components/site/index.js +24 -0
- package/dist/ui/components/site/index.js.map +1 -0
- package/dist/ui/components/site/list-blog/card/index.d.ts +1 -1
- package/dist/ui/components/site/list-blog/card/index.js +48 -0
- package/dist/ui/components/site/list-blog/card/index.js.map +1 -0
- package/dist/ui/components/site/list-blog/card/styles.js +14 -0
- package/dist/ui/components/site/list-blog/card/styles.js.map +1 -0
- package/dist/ui/components/site/list-blog/carousel-configs.js +25 -0
- package/dist/ui/components/site/list-blog/carousel-configs.js.map +1 -0
- package/dist/ui/components/site/list-blog/component.d.ts +1 -1
- package/dist/ui/components/site/list-blog/component.js +51 -0
- package/dist/ui/components/site/list-blog/component.js.map +1 -0
- package/dist/ui/components/site/list-blog/index.d.ts +1 -1
- package/dist/ui/components/site/list-blog/index.js +18 -0
- package/dist/ui/components/site/list-blog/index.js.map +1 -0
- package/dist/ui/components/site/list-blog/interfaces.js +3 -0
- package/dist/ui/components/site/list-blog/interfaces.js.map +1 -0
- package/dist/ui/components/site/list-blog/styles.js +14 -0
- package/dist/ui/components/site/list-blog/styles.js.map +1 -0
- package/dist/ui/components/site/mvv/component.d.ts +1 -1
- package/dist/ui/components/site/mvv/component.js +25 -0
- package/dist/ui/components/site/mvv/component.js.map +1 -0
- package/dist/ui/components/site/mvv/index.d.ts +1 -1
- package/dist/ui/components/site/mvv/index.js +18 -0
- package/dist/ui/components/site/mvv/index.js.map +1 -0
- package/dist/ui/components/site/mvv/interfaces.d.ts +1 -1
- package/dist/ui/components/site/mvv/interfaces.js +3 -0
- package/dist/ui/components/site/mvv/interfaces.js.map +1 -0
- package/dist/ui/components/site/mvv/versions/index.d.ts +1 -1
- package/dist/ui/components/site/mvv/versions/index.js +18 -0
- package/dist/ui/components/site/mvv/versions/index.js.map +1 -0
- package/dist/ui/components/site/mvv/versions/version-01/component.d.ts +1 -1
- package/dist/ui/components/site/mvv/versions/version-01/component.js +44 -0
- package/dist/ui/components/site/mvv/versions/version-01/component.js.map +1 -0
- package/dist/ui/components/site/mvv/versions/version-01/styles.js +14 -0
- package/dist/ui/components/site/mvv/versions/version-01/styles.js.map +1 -0
- package/dist/ui/components/skeleton/index.js +43 -0
- package/dist/ui/components/skeleton/index.js.map +1 -0
- package/dist/ui/components/skeleton/styles.js +14 -0
- package/dist/ui/components/skeleton/styles.js.map +1 -0
- package/dist/ui/components/step-navigator/index.js +52 -0
- package/dist/ui/components/step-navigator/index.js.map +1 -0
- package/dist/ui/components/step-navigator/styles.js +27 -0
- package/dist/ui/components/step-navigator/styles.js.map +1 -0
- package/dist/ui/components/tooltip/component.d.ts +1 -1
- package/dist/ui/components/tooltip/component.js +117 -0
- package/dist/ui/components/tooltip/component.js.map +1 -0
- package/dist/ui/components/tooltip/hooks/use-tool-tip.d.ts +1 -1
- package/dist/ui/components/tooltip/hooks/use-tool-tip.js +108 -0
- package/dist/ui/components/tooltip/hooks/use-tool-tip.js.map +1 -0
- package/dist/ui/components/tooltip/index.d.ts +2 -2
- package/dist/ui/components/tooltip/index.js +19 -0
- package/dist/ui/components/tooltip/index.js.map +1 -0
- package/dist/ui/components/tooltip/interfaces.js +3 -0
- package/dist/ui/components/tooltip/interfaces.js.map +1 -0
- package/dist/ui/components/tooltip/styles.js +71 -0
- package/dist/ui/components/tooltip/styles.js.map +1 -0
- package/dist/ui/components/video/component.d.ts +1 -1
- package/dist/ui/components/video/component.js +25 -0
- package/dist/ui/components/video/component.js.map +1 -0
- package/dist/ui/components/video/index.d.ts +2 -2
- package/dist/ui/components/video/index.js +19 -0
- package/dist/ui/components/video/index.js.map +1 -0
- package/dist/ui/components/video/interfaces.d.ts +1 -1
- package/dist/ui/components/video/interfaces.js +3 -0
- package/dist/ui/components/video/interfaces.js.map +1 -0
- package/dist/ui/components/video/panda-video/components/index.d.ts +2 -2
- package/dist/ui/components/video/panda-video/components/index.js +19 -0
- package/dist/ui/components/video/panda-video/components/index.js.map +1 -0
- package/dist/ui/components/video/panda-video/components/player-component.js +89 -0
- package/dist/ui/components/video/panda-video/components/player-component.js.map +1 -0
- package/dist/ui/components/video/panda-video/components/player-wrapper.js +12 -0
- package/dist/ui/components/video/panda-video/components/player-wrapper.js.map +1 -0
- package/dist/ui/components/video/panda-video/index.d.ts +2 -2
- package/dist/ui/components/video/panda-video/index.js +19 -0
- package/dist/ui/components/video/panda-video/index.js.map +1 -0
- package/dist/ui/components/video/panda-video/interfaces.js +3 -0
- package/dist/ui/components/video/panda-video/interfaces.js.map +1 -0
- package/dist/ui/components/video/panda-video/player.d.ts +1 -1
- package/dist/ui/components/video/panda-video/player.js +47 -0
- package/dist/ui/components/video/panda-video/player.js.map +1 -0
- package/dist/ui/components/warning/index.d.ts +1 -1
- package/dist/ui/components/warning/index.js +168 -0
- package/dist/ui/components/warning/index.js.map +1 -0
- package/dist/ui/components/warning/interface.d.ts +1 -1
- package/dist/ui/components/warning/interface.js +3 -0
- package/dist/ui/components/warning/interface.js.map +1 -0
- package/dist/ui/components/warning/styles.js +14 -0
- package/dist/ui/components/warning/styles.js.map +1 -0
- package/dist/ui/contexts/i18n/context.d.ts +1 -1
- package/dist/ui/contexts/i18n/context.js +109 -0
- package/dist/ui/contexts/i18n/context.js.map +1 -0
- package/dist/ui/contexts/i18n/edit-mode/index.js +90 -0
- package/dist/ui/contexts/i18n/edit-mode/index.js.map +1 -0
- package/dist/ui/contexts/i18n/get-initial-props.d.ts +1 -1
- package/dist/ui/contexts/i18n/get-initial-props.js +98 -0
- package/dist/ui/contexts/i18n/get-initial-props.js.map +1 -0
- package/dist/ui/contexts/i18n/index.d.ts +6 -6
- package/dist/ui/contexts/i18n/index.js +23 -0
- package/dist/ui/contexts/i18n/index.js.map +1 -0
- package/dist/ui/contexts/i18n/interfaces.js +3 -0
- package/dist/ui/contexts/i18n/interfaces.js.map +1 -0
- package/dist/ui/contexts/i18n/translate.js +155 -0
- package/dist/ui/contexts/i18n/translate.js.map +1 -0
- package/dist/ui/contexts/i18n/use-i18n-data/index.js +26 -0
- package/dist/ui/contexts/i18n/use-i18n-data/index.js.map +1 -0
- package/dist/ui/contexts/index.d.ts +3 -3
- package/dist/ui/contexts/index.js +20 -0
- package/dist/ui/contexts/index.js.map +1 -0
- package/dist/ui/contexts/route-loading/index.js +42 -0
- package/dist/ui/contexts/route-loading/index.js.map +1 -0
- package/dist/ui/contexts/toast/index.d.ts +1 -1
- package/dist/ui/contexts/toast/index.js +85 -0
- package/dist/ui/contexts/toast/index.js.map +1 -0
- package/dist/ui/contexts/toast/interfaces.js +3 -0
- package/dist/ui/contexts/toast/interfaces.js.map +1 -0
- package/dist/ui/contexts/toast/styles.js +15 -0
- package/dist/ui/contexts/toast/styles.js.map +1 -0
- package/dist/ui/contexts/toast/toast-item/index.d.ts +1 -1
- package/dist/ui/contexts/toast/toast-item/index.js +70 -0
- package/dist/ui/contexts/toast/toast-item/index.js.map +1 -0
- package/dist/ui/contexts/toast/toast-item/styles.js +45 -0
- package/dist/ui/contexts/toast/toast-item/styles.js.map +1 -0
- package/dist/ui/hooks/index.d.ts +9 -8
- package/dist/ui/hooks/index.js +26 -0
- package/dist/ui/hooks/index.js.map +1 -0
- package/dist/ui/hooks/permitions/camera/index.d.ts +2 -2
- package/dist/ui/hooks/permitions/camera/index.js +19 -0
- package/dist/ui/hooks/permitions/camera/index.js.map +1 -0
- package/dist/ui/hooks/permitions/camera/styles.js +14 -0
- package/dist/ui/hooks/permitions/camera/styles.js.map +1 -0
- package/dist/ui/hooks/permitions/camera/use-camera.js +117 -0
- package/dist/ui/hooks/permitions/camera/use-camera.js.map +1 -0
- package/dist/ui/hooks/permitions/camera/use-monitoring-video-permission.js +31 -0
- package/dist/ui/hooks/permitions/camera/use-monitoring-video-permission.js.map +1 -0
- package/dist/ui/hooks/permitions/camera/webcan-component.js +350 -0
- package/dist/ui/hooks/permitions/camera/webcan-component.js.map +1 -0
- package/dist/ui/hooks/permitions/index.d.ts +1 -1
- package/dist/ui/hooks/permitions/index.js +18 -0
- package/dist/ui/hooks/permitions/index.js.map +1 -0
- package/dist/ui/hooks/use-component-is-mounted.js +12 -0
- package/dist/ui/hooks/use-component-is-mounted.js.map +1 -0
- package/dist/ui/hooks/use-element-id.js +27 -0
- package/dist/ui/hooks/use-element-id.js.map +1 -0
- package/dist/ui/hooks/use-query/context.d.ts +1 -1
- package/dist/ui/hooks/use-query/context.js +36 -0
- package/dist/ui/hooks/use-query/context.js.map +1 -0
- package/dist/ui/hooks/use-query/hook.d.ts +1 -1
- package/dist/ui/hooks/use-query/hook.js +144 -0
- package/dist/ui/hooks/use-query/hook.js.map +1 -0
- package/dist/ui/hooks/use-query/index.d.ts +4 -4
- package/dist/ui/hooks/use-query/index.js +21 -0
- package/dist/ui/hooks/use-query/index.js.map +1 -0
- package/dist/ui/hooks/use-query/interfaces.d.ts +1 -1
- package/dist/ui/hooks/use-query/interfaces.js +3 -0
- package/dist/ui/hooks/use-query/interfaces.js.map +1 -0
- package/dist/ui/hooks/use-query/store.d.ts +1 -1
- package/dist/ui/hooks/use-query/store.js +107 -0
- package/dist/ui/hooks/use-query/store.js.map +1 -0
- package/dist/ui/hooks/use-scroll.js +28 -0
- package/dist/ui/hooks/use-scroll.js.map +1 -0
- package/dist/ui/hooks/use-swagger/_generate_swagger/generate-api-routes-schema/generator.d.ts +2 -2
- package/dist/ui/hooks/use-swagger/_generate_swagger/generate-api-routes-schema/generator.js +45 -0
- package/dist/ui/hooks/use-swagger/_generate_swagger/generate-api-routes-schema/generator.js.map +1 -0
- package/dist/ui/hooks/use-swagger/_generate_swagger/generate-api-routes-schema/get-params.d.ts +1 -1
- package/dist/ui/hooks/use-swagger/_generate_swagger/generate-api-routes-schema/get-params.js +23 -0
- package/dist/ui/hooks/use-swagger/_generate_swagger/generate-api-routes-schema/get-params.js.map +1 -0
- package/dist/ui/hooks/use-swagger/_generate_swagger/generate-api-routes-schema/get-request-body.d.ts +2 -2
- package/dist/ui/hooks/use-swagger/_generate_swagger/generate-api-routes-schema/get-request-body.js +10 -0
- package/dist/ui/hooks/use-swagger/_generate_swagger/generate-api-routes-schema/get-request-body.js.map +1 -0
- package/dist/ui/hooks/use-swagger/_generate_swagger/generate-api-routes-schema/get-result.d.ts +2 -2
- package/dist/ui/hooks/use-swagger/_generate_swagger/generate-api-routes-schema/get-result.js +12 -0
- package/dist/ui/hooks/use-swagger/_generate_swagger/generate-api-routes-schema/get-result.js.map +1 -0
- package/dist/ui/hooks/use-swagger/_generate_swagger/generate-api-routes-schema/index.d.ts +5 -5
- package/dist/ui/hooks/use-swagger/_generate_swagger/generate-api-routes-schema/index.js +22 -0
- package/dist/ui/hooks/use-swagger/_generate_swagger/generate-api-routes-schema/index.js.map +1 -0
- package/dist/ui/hooks/use-swagger/_generate_swagger/generate-api-routes-schema/interfaces.d.ts +1 -1
- package/dist/ui/hooks/use-swagger/_generate_swagger/generate-api-routes-schema/interfaces.js +3 -0
- package/dist/ui/hooks/use-swagger/_generate_swagger/generate-api-routes-schema/interfaces.js.map +1 -0
- package/dist/ui/hooks/use-swagger/_generate_swagger/generate-interfaces-openApi/index.d.ts +1 -1
- package/dist/ui/hooks/use-swagger/_generate_swagger/generate-interfaces-openApi/index.js +50 -0
- package/dist/ui/hooks/use-swagger/_generate_swagger/generate-interfaces-openApi/index.js.map +1 -0
- package/dist/ui/hooks/use-swagger/_generate_swagger/generate-openApi-client/index.d.ts +1 -1
- package/dist/ui/hooks/use-swagger/_generate_swagger/generate-openApi-client/index.js +51 -0
- package/dist/ui/hooks/use-swagger/_generate_swagger/generate-openApi-client/index.js.map +1 -0
- package/dist/ui/hooks/use-swagger/_generate_swagger/generator.d.ts +1 -1
- package/dist/ui/hooks/use-swagger/_generate_swagger/generator.js +79 -0
- package/dist/ui/hooks/use-swagger/_generate_swagger/generator.js.map +1 -0
- package/dist/ui/hooks/use-swagger/_generate_swagger/index.d.ts +5 -5
- package/dist/ui/hooks/use-swagger/_generate_swagger/index.js +22 -0
- package/dist/ui/hooks/use-swagger/_generate_swagger/index.js.map +1 -0
- package/dist/ui/hooks/use-swagger/_generate_swagger/openapi-interfaces.js +3 -0
- package/dist/ui/hooks/use-swagger/_generate_swagger/openapi-interfaces.js.map +1 -0
- package/dist/ui/hooks/use-swagger/client/index.d.ts +2 -2
- package/dist/ui/hooks/use-swagger/client/index.js +120 -0
- package/dist/ui/hooks/use-swagger/client/index.js.map +1 -0
- package/dist/ui/hooks/use-swagger/index.d.ts +2 -2
- package/dist/ui/hooks/use-swagger/index.js +19 -0
- package/dist/ui/hooks/use-swagger/index.js.map +1 -0
- package/dist/ui/hooks/use-timer/index.d.ts +2 -2
- package/dist/ui/hooks/use-timer/index.js +19 -0
- package/dist/ui/hooks/use-timer/index.js.map +1 -0
- package/dist/ui/hooks/use-timer/interfaces.js +3 -0
- package/dist/ui/hooks/use-timer/interfaces.js.map +1 -0
- package/dist/ui/hooks/use-timer/use-timer.d.ts +1 -1
- package/dist/ui/hooks/use-timer/use-timer.js +55 -0
- package/dist/ui/hooks/use-timer/use-timer.js.map +1 -0
- package/dist/ui/hooks/use-window.js +28 -0
- package/dist/ui/hooks/use-window.js.map +1 -0
- package/dist/ui/icons/index.d.ts +120 -120
- package/dist/ui/icons/index.js +137 -0
- package/dist/ui/icons/index.js.map +1 -0
- package/dist/ui/icons/interfaces.js +3 -0
- package/dist/ui/icons/interfaces.js.map +1 -0
- package/dist/ui/icons/render/component.d.ts +2 -2
- package/dist/ui/icons/render/component.js +9 -0
- package/dist/ui/icons/render/component.js.map +1 -0
- package/dist/ui/icons/render/icon-Instagram.d.ts +1 -1
- package/dist/ui/icons/render/icon-Instagram.js +14 -0
- package/dist/ui/icons/render/icon-Instagram.js.map +1 -0
- package/dist/ui/icons/render/icon-Linkedin.d.ts +1 -1
- package/dist/ui/icons/render/icon-Linkedin.js +14 -0
- package/dist/ui/icons/render/icon-Linkedin.js.map +1 -0
- package/dist/ui/icons/render/icon-Lupa.d.ts +1 -1
- package/dist/ui/icons/render/icon-Lupa.js +9 -0
- package/dist/ui/icons/render/icon-Lupa.js.map +1 -0
- package/dist/ui/icons/render/icon-Map.d.ts +1 -1
- package/dist/ui/icons/render/icon-Map.js +9 -0
- package/dist/ui/icons/render/icon-Map.js.map +1 -0
- package/dist/ui/icons/render/icon-Microphone.d.ts +1 -1
- package/dist/ui/icons/render/icon-Microphone.js +9 -0
- package/dist/ui/icons/render/icon-Microphone.js.map +1 -0
- package/dist/ui/icons/render/icon-Minus.d.ts +1 -1
- package/dist/ui/icons/render/icon-Minus.js +9 -0
- package/dist/ui/icons/render/icon-Minus.js.map +1 -0
- package/dist/ui/icons/render/icon-Phone.d.ts +1 -1
- package/dist/ui/icons/render/icon-Phone.js +14 -0
- package/dist/ui/icons/render/icon-Phone.js.map +1 -0
- package/dist/ui/icons/render/icon-Pin.d.ts +1 -1
- package/dist/ui/icons/render/icon-Pin.js +19 -0
- package/dist/ui/icons/render/icon-Pin.js.map +1 -0
- package/dist/ui/icons/render/icon-Play.d.ts +1 -1
- package/dist/ui/icons/render/icon-Play.js +9 -0
- package/dist/ui/icons/render/icon-Play.js.map +1 -0
- package/dist/ui/icons/render/icon-Plus.d.ts +1 -1
- package/dist/ui/icons/render/icon-Plus.js +9 -0
- package/dist/ui/icons/render/icon-Plus.js.map +1 -0
- package/dist/ui/icons/render/icon-Share.d.ts +1 -1
- package/dist/ui/icons/render/icon-Share.js +9 -0
- package/dist/ui/icons/render/icon-Share.js.map +1 -0
- package/dist/ui/icons/render/icon-TikTok.d.ts +1 -1
- package/dist/ui/icons/render/icon-TikTok.js +9 -0
- package/dist/ui/icons/render/icon-TikTok.js.map +1 -0
- package/dist/ui/icons/render/icon-YouTube.d.ts +1 -1
- package/dist/ui/icons/render/icon-YouTube.js +9 -0
- package/dist/ui/icons/render/icon-YouTube.js.map +1 -0
- package/dist/ui/icons/render/icon-academic-cap.d.ts +1 -1
- package/dist/ui/icons/render/icon-academic-cap.js +9 -0
- package/dist/ui/icons/render/icon-academic-cap.js.map +1 -0
- package/dist/ui/icons/render/icon-ampulheta.d.ts +1 -1
- package/dist/ui/icons/render/icon-ampulheta.js +9 -0
- package/dist/ui/icons/render/icon-ampulheta.js.map +1 -0
- package/dist/ui/icons/render/icon-block.d.ts +1 -1
- package/dist/ui/icons/render/icon-block.js +9 -0
- package/dist/ui/icons/render/icon-block.js.map +1 -0
- package/dist/ui/icons/render/icon-bottom-chevron.d.ts +1 -1
- package/dist/ui/icons/render/icon-bottom-chevron.js +9 -0
- package/dist/ui/icons/render/icon-bottom-chevron.js.map +1 -0
- package/dist/ui/icons/render/icon-bottom-navigation-double.d.ts +1 -1
- package/dist/ui/icons/render/icon-bottom-navigation-double.js +9 -0
- package/dist/ui/icons/render/icon-bottom-navigation-double.js.map +1 -0
- package/dist/ui/icons/render/icon-bottom-navigation.d.ts +1 -1
- package/dist/ui/icons/render/icon-bottom-navigation.js +9 -0
- package/dist/ui/icons/render/icon-bottom-navigation.js.map +1 -0
- package/dist/ui/icons/render/icon-box.d.ts +1 -1
- package/dist/ui/icons/render/icon-box.js +9 -0
- package/dist/ui/icons/render/icon-box.js.map +1 -0
- package/dist/ui/icons/render/icon-calculator.d.ts +1 -1
- package/dist/ui/icons/render/icon-calculator.js +9 -0
- package/dist/ui/icons/render/icon-calculator.js.map +1 -0
- package/dist/ui/icons/render/icon-calendar-browse.d.ts +1 -1
- package/dist/ui/icons/render/icon-calendar-browse.js +9 -0
- package/dist/ui/icons/render/icon-calendar-browse.js.map +1 -0
- package/dist/ui/icons/render/icon-calendar-time.d.ts +1 -1
- package/dist/ui/icons/render/icon-calendar-time.js +9 -0
- package/dist/ui/icons/render/icon-calendar-time.js.map +1 -0
- package/dist/ui/icons/render/icon-calendar.d.ts +1 -1
- package/dist/ui/icons/render/icon-calendar.js +9 -0
- package/dist/ui/icons/render/icon-calendar.js.map +1 -0
- package/dist/ui/icons/render/icon-cam.d.ts +1 -1
- package/dist/ui/icons/render/icon-cam.js +9 -0
- package/dist/ui/icons/render/icon-cam.js.map +1 -0
- package/dist/ui/icons/render/icon-cell-phone.d.ts +1 -1
- package/dist/ui/icons/render/icon-cell-phone.js +9 -0
- package/dist/ui/icons/render/icon-cell-phone.js.map +1 -0
- package/dist/ui/icons/render/icon-chalet.d.ts +1 -1
- package/dist/ui/icons/render/icon-chalet.js +9 -0
- package/dist/ui/icons/render/icon-chalet.js.map +1 -0
- package/dist/ui/icons/render/icon-chat.d.ts +1 -1
- package/dist/ui/icons/render/icon-chat.js +9 -0
- package/dist/ui/icons/render/icon-chat.js.map +1 -0
- package/dist/ui/icons/render/icon-check.d.ts +1 -1
- package/dist/ui/icons/render/icon-check.js +9 -0
- package/dist/ui/icons/render/icon-check.js.map +1 -0
- package/dist/ui/icons/render/icon-checked.d.ts +1 -1
- package/dist/ui/icons/render/icon-checked.js +9 -0
- package/dist/ui/icons/render/icon-checked.js.map +1 -0
- package/dist/ui/icons/render/icon-circular-left-arrow.d.ts +1 -1
- package/dist/ui/icons/render/icon-circular-left-arrow.js +9 -0
- package/dist/ui/icons/render/icon-circular-left-arrow.js.map +1 -0
- package/dist/ui/icons/render/icon-circular-right-arrow.d.ts +1 -1
- package/dist/ui/icons/render/icon-circular-right-arrow.js +9 -0
- package/dist/ui/icons/render/icon-circular-right-arrow.js.map +1 -0
- package/dist/ui/icons/render/icon-clip.d.ts +1 -1
- package/dist/ui/icons/render/icon-clip.js +9 -0
- package/dist/ui/icons/render/icon-clip.js.map +1 -0
- package/dist/ui/icons/render/icon-clock.d.ts +1 -1
- package/dist/ui/icons/render/icon-clock.js +19 -0
- package/dist/ui/icons/render/icon-clock.js.map +1 -0
- package/dist/ui/icons/render/icon-close.d.ts +1 -1
- package/dist/ui/icons/render/icon-close.js +9 -0
- package/dist/ui/icons/render/icon-close.js.map +1 -0
- package/dist/ui/icons/render/icon-codie.d.ts +1 -1
- package/dist/ui/icons/render/icon-codie.js +9 -0
- package/dist/ui/icons/render/icon-codie.js.map +1 -0
- package/dist/ui/icons/render/icon-computer.d.ts +1 -1
- package/dist/ui/icons/render/icon-computer.js +9 -0
- package/dist/ui/icons/render/icon-computer.js.map +1 -0
- package/dist/ui/icons/render/icon-credit-card.d.ts +1 -1
- package/dist/ui/icons/render/icon-credit-card.js +14 -0
- package/dist/ui/icons/render/icon-credit-card.js.map +1 -0
- package/dist/ui/icons/render/icon-danger.d.ts +1 -1
- package/dist/ui/icons/render/icon-danger.js +9 -0
- package/dist/ui/icons/render/icon-danger.js.map +1 -0
- package/dist/ui/icons/render/icon-death.d.ts +1 -1
- package/dist/ui/icons/render/icon-death.js +9 -0
- package/dist/ui/icons/render/icon-death.js.map +1 -0
- package/dist/ui/icons/render/icon-delete.d.ts +1 -1
- package/dist/ui/icons/render/icon-delete.js +9 -0
- package/dist/ui/icons/render/icon-delete.js.map +1 -0
- package/dist/ui/icons/render/icon-diabets.d.ts +1 -1
- package/dist/ui/icons/render/icon-diabets.js +9 -0
- package/dist/ui/icons/render/icon-diabets.js.map +1 -0
- package/dist/ui/icons/render/icon-door.d.ts +1 -1
- package/dist/ui/icons/render/icon-door.js +9 -0
- package/dist/ui/icons/render/icon-door.js.map +1 -0
- package/dist/ui/icons/render/icon-drop-file.d.ts +1 -1
- package/dist/ui/icons/render/icon-drop-file.js +9 -0
- package/dist/ui/icons/render/icon-drop-file.js.map +1 -0
- package/dist/ui/icons/render/icon-edit-image.d.ts +1 -1
- package/dist/ui/icons/render/icon-edit-image.js +9 -0
- package/dist/ui/icons/render/icon-edit-image.js.map +1 -0
- package/dist/ui/icons/render/icon-edit.d.ts +1 -1
- package/dist/ui/icons/render/icon-edit.js +9 -0
- package/dist/ui/icons/render/icon-edit.js.map +1 -0
- package/dist/ui/icons/render/icon-email.d.ts +1 -1
- package/dist/ui/icons/render/icon-email.js +14 -0
- package/dist/ui/icons/render/icon-email.js.map +1 -0
- package/dist/ui/icons/render/icon-empty-chat.d.ts +1 -1
- package/dist/ui/icons/render/icon-empty-chat.js +9 -0
- package/dist/ui/icons/render/icon-empty-chat.js.map +1 -0
- package/dist/ui/icons/render/icon-equalizer.d.ts +1 -1
- package/dist/ui/icons/render/icon-equalizer.js +14 -0
- package/dist/ui/icons/render/icon-equalizer.js.map +1 -0
- package/dist/ui/icons/render/icon-excel.d.ts +1 -1
- package/dist/ui/icons/render/icon-excel.js +9 -0
- package/dist/ui/icons/render/icon-excel.js.map +1 -0
- package/dist/ui/icons/render/icon-exclamation.d.ts +1 -1
- package/dist/ui/icons/render/icon-exclamation.js +9 -0
- package/dist/ui/icons/render/icon-exclamation.js.map +1 -0
- package/dist/ui/icons/render/icon-exit.d.ts +1 -1
- package/dist/ui/icons/render/icon-exit.js +9 -0
- package/dist/ui/icons/render/icon-exit.js.map +1 -0
- package/dist/ui/icons/render/icon-eye-slash.d.ts +1 -1
- package/dist/ui/icons/render/icon-eye-slash.js +9 -0
- package/dist/ui/icons/render/icon-eye-slash.js.map +1 -0
- package/dist/ui/icons/render/icon-eye.d.ts +1 -1
- package/dist/ui/icons/render/icon-eye.js +9 -0
- package/dist/ui/icons/render/icon-eye.js.map +1 -0
- package/dist/ui/icons/render/icon-facebook.d.ts +1 -1
- package/dist/ui/icons/render/icon-facebook.js +14 -0
- package/dist/ui/icons/render/icon-facebook.js.map +1 -0
- package/dist/ui/icons/render/icon-file.d.ts +1 -1
- package/dist/ui/icons/render/icon-file.js +9 -0
- package/dist/ui/icons/render/icon-file.js.map +1 -0
- package/dist/ui/icons/render/icon-flag.d.ts +1 -1
- package/dist/ui/icons/render/icon-flag.js +9 -0
- package/dist/ui/icons/render/icon-flag.js.map +1 -0
- package/dist/ui/icons/render/icon-folder.d.ts +1 -1
- package/dist/ui/icons/render/icon-folder.js +9 -0
- package/dist/ui/icons/render/icon-folder.js.map +1 -0
- package/dist/ui/icons/render/icon-fullfield-bell.d.ts +1 -1
- package/dist/ui/icons/render/icon-fullfield-bell.js +9 -0
- package/dist/ui/icons/render/icon-fullfield-bell.js.map +1 -0
- package/dist/ui/icons/render/icon-fullfield-chat.d.ts +1 -1
- package/dist/ui/icons/render/icon-fullfield-chat.js +9 -0
- package/dist/ui/icons/render/icon-fullfield-chat.js.map +1 -0
- package/dist/ui/icons/render/icon-gear.d.ts +1 -1
- package/dist/ui/icons/render/icon-gear.js +9 -0
- package/dist/ui/icons/render/icon-gear.js.map +1 -0
- package/dist/ui/icons/render/icon-gender.d.ts +1 -1
- package/dist/ui/icons/render/icon-gender.js +9 -0
- package/dist/ui/icons/render/icon-gender.js.map +1 -0
- package/dist/ui/icons/render/icon-globe.d.ts +1 -1
- package/dist/ui/icons/render/icon-globe.js +9 -0
- package/dist/ui/icons/render/icon-globe.js.map +1 -0
- package/dist/ui/icons/render/icon-heart.d.ts +1 -1
- package/dist/ui/icons/render/icon-heart.js +9 -0
- package/dist/ui/icons/render/icon-heart.js.map +1 -0
- package/dist/ui/icons/render/icon-home.d.ts +1 -1
- package/dist/ui/icons/render/icon-home.js +14 -0
- package/dist/ui/icons/render/icon-home.js.map +1 -0
- package/dist/ui/icons/render/icon-hospitalization.d.ts +1 -1
- package/dist/ui/icons/render/icon-hospitalization.js +9 -0
- package/dist/ui/icons/render/icon-hospitalization.js.map +1 -0
- package/dist/ui/icons/render/icon-hypertension.d.ts +1 -1
- package/dist/ui/icons/render/icon-hypertension.js +9 -0
- package/dist/ui/icons/render/icon-hypertension.js.map +1 -0
- package/dist/ui/icons/render/icon-info.d.ts +1 -1
- package/dist/ui/icons/render/icon-info.js +9 -0
- package/dist/ui/icons/render/icon-info.js.map +1 -0
- package/dist/ui/icons/render/icon-interrogation-circle.d.ts +1 -1
- package/dist/ui/icons/render/icon-interrogation-circle.js +9 -0
- package/dist/ui/icons/render/icon-interrogation-circle.js.map +1 -0
- package/dist/ui/icons/render/icon-language.d.ts +1 -1
- package/dist/ui/icons/render/icon-language.js +9 -0
- package/dist/ui/icons/render/icon-language.js.map +1 -0
- package/dist/ui/icons/render/icon-left-chevron.d.ts +1 -1
- package/dist/ui/icons/render/icon-left-chevron.js +9 -0
- package/dist/ui/icons/render/icon-left-chevron.js.map +1 -0
- package/dist/ui/icons/render/icon-left-navigation-circle.d.ts +1 -1
- package/dist/ui/icons/render/icon-left-navigation-circle.js +9 -0
- package/dist/ui/icons/render/icon-left-navigation-circle.js.map +1 -0
- package/dist/ui/icons/render/icon-left-navigation.d.ts +1 -1
- package/dist/ui/icons/render/icon-left-navigation.js +9 -0
- package/dist/ui/icons/render/icon-left-navigation.js.map +1 -0
- package/dist/ui/icons/render/icon-like.d.ts +1 -1
- package/dist/ui/icons/render/icon-like.js +9 -0
- package/dist/ui/icons/render/icon-like.js.map +1 -0
- package/dist/ui/icons/render/icon-loading.d.ts +1 -1
- package/dist/ui/icons/render/icon-loading.js +9 -0
- package/dist/ui/icons/render/icon-loading.js.map +1 -0
- package/dist/ui/icons/render/icon-map-floor.d.ts +1 -1
- package/dist/ui/icons/render/icon-map-floor.js +9 -0
- package/dist/ui/icons/render/icon-map-floor.js.map +1 -0
- package/dist/ui/icons/render/icon-message-balloon.d.ts +1 -1
- package/dist/ui/icons/render/icon-message-balloon.js +9 -0
- package/dist/ui/icons/render/icon-message-balloon.js.map +1 -0
- package/dist/ui/icons/render/icon-mobile.d.ts +1 -1
- package/dist/ui/icons/render/icon-mobile.js +9 -0
- package/dist/ui/icons/render/icon-mobile.js.map +1 -0
- package/dist/ui/icons/render/icon-money-value-symbol.d.ts +1 -1
- package/dist/ui/icons/render/icon-money-value-symbol.js +9 -0
- package/dist/ui/icons/render/icon-money-value-symbol.js.map +1 -0
- package/dist/ui/icons/render/icon-next.d.ts +1 -1
- package/dist/ui/icons/render/icon-next.js +9 -0
- package/dist/ui/icons/render/icon-next.js.map +1 -0
- package/dist/ui/icons/render/icon-not-found.d.ts +1 -1
- package/dist/ui/icons/render/icon-not-found.js +9 -0
- package/dist/ui/icons/render/icon-not-found.js.map +1 -0
- package/dist/ui/icons/render/icon-not-like.d.ts +1 -1
- package/dist/ui/icons/render/icon-not-like.js +9 -0
- package/dist/ui/icons/render/icon-not-like.js.map +1 -0
- package/dist/ui/icons/render/icon-padlock.d.ts +1 -1
- package/dist/ui/icons/render/icon-padlock.js +14 -0
- package/dist/ui/icons/render/icon-padlock.js.map +1 -0
- package/dist/ui/icons/render/icon-pc.d.ts +1 -1
- package/dist/ui/icons/render/icon-pc.js +9 -0
- package/dist/ui/icons/render/icon-pc.js.map +1 -0
- package/dist/ui/icons/render/icon-pdf.d.ts +1 -1
- package/dist/ui/icons/render/icon-pdf.js +9 -0
- package/dist/ui/icons/render/icon-pdf.js.map +1 -0
- package/dist/ui/icons/render/icon-performance.d.ts +1 -1
- package/dist/ui/icons/render/icon-performance.js +9 -0
- package/dist/ui/icons/render/icon-performance.js.map +1 -0
- package/dist/ui/icons/render/icon-person.d.ts +1 -1
- package/dist/ui/icons/render/icon-person.js +14 -0
- package/dist/ui/icons/render/icon-person.js.map +1 -0
- package/dist/ui/icons/render/icon-pet.d.ts +1 -1
- package/dist/ui/icons/render/icon-pet.js +9 -0
- package/dist/ui/icons/render/icon-pet.js.map +1 -0
- package/dist/ui/icons/render/icon-phone-message.d.ts +1 -1
- package/dist/ui/icons/render/icon-phone-message.js +9 -0
- package/dist/ui/icons/render/icon-phone-message.js.map +1 -0
- package/dist/ui/icons/render/icon-play-rounded.d.ts +1 -1
- package/dist/ui/icons/render/icon-play-rounded.js +9 -0
- package/dist/ui/icons/render/icon-play-rounded.js.map +1 -0
- package/dist/ui/icons/render/icon-plus-sharp.d.ts +1 -1
- package/dist/ui/icons/render/icon-plus-sharp.js +9 -0
- package/dist/ui/icons/render/icon-plus-sharp.js.map +1 -0
- package/dist/ui/icons/render/icon-prev.d.ts +1 -1
- package/dist/ui/icons/render/icon-prev.js +9 -0
- package/dist/ui/icons/render/icon-prev.js.map +1 -0
- package/dist/ui/icons/render/icon-print.d.ts +1 -1
- package/dist/ui/icons/render/icon-print.js +9 -0
- package/dist/ui/icons/render/icon-print.js.map +1 -0
- package/dist/ui/icons/render/icon-right-chevron.d.ts +1 -1
- package/dist/ui/icons/render/icon-right-chevron.js +9 -0
- package/dist/ui/icons/render/icon-right-chevron.js.map +1 -0
- package/dist/ui/icons/render/icon-right-circle.d.ts +1 -1
- package/dist/ui/icons/render/icon-right-circle.js +9 -0
- package/dist/ui/icons/render/icon-right-circle.js.map +1 -0
- package/dist/ui/icons/render/icon-right-navigation-circle.d.ts +1 -1
- package/dist/ui/icons/render/icon-right-navigation-circle.js +9 -0
- package/dist/ui/icons/render/icon-right-navigation-circle.js.map +1 -0
- package/dist/ui/icons/render/icon-right-navigation-double.d.ts +1 -1
- package/dist/ui/icons/render/icon-right-navigation-double.js +9 -0
- package/dist/ui/icons/render/icon-right-navigation-double.js.map +1 -0
- package/dist/ui/icons/render/icon-right-navigation.d.ts +1 -1
- package/dist/ui/icons/render/icon-right-navigation.js +9 -0
- package/dist/ui/icons/render/icon-right-navigation.js.map +1 -0
- package/dist/ui/icons/render/icon-route.d.ts +1 -1
- package/dist/ui/icons/render/icon-route.js +9 -0
- package/dist/ui/icons/render/icon-route.js.map +1 -0
- package/dist/ui/icons/render/icon-selo.d.ts +1 -1
- package/dist/ui/icons/render/icon-selo.js +9 -0
- package/dist/ui/icons/render/icon-selo.js.map +1 -0
- package/dist/ui/icons/render/icon-send-message.d.ts +1 -1
- package/dist/ui/icons/render/icon-send-message.js +9 -0
- package/dist/ui/icons/render/icon-send-message.js.map +1 -0
- package/dist/ui/icons/render/icon-send.d.ts +1 -1
- package/dist/ui/icons/render/icon-send.js +9 -0
- package/dist/ui/icons/render/icon-send.js.map +1 -0
- package/dist/ui/icons/render/icon-seo.d.ts +1 -1
- package/dist/ui/icons/render/icon-seo.js +9 -0
- package/dist/ui/icons/render/icon-seo.js.map +1 -0
- package/dist/ui/icons/render/icon-share-v2.d.ts +1 -1
- package/dist/ui/icons/render/icon-share-v2.js +9 -0
- package/dist/ui/icons/render/icon-share-v2.js.map +1 -0
- package/dist/ui/icons/render/icon-shopping.d.ts +1 -1
- package/dist/ui/icons/render/icon-shopping.js +14 -0
- package/dist/ui/icons/render/icon-shopping.js.map +1 -0
- package/dist/ui/icons/render/icon-star.d.ts +1 -1
- package/dist/ui/icons/render/icon-star.js +9 -0
- package/dist/ui/icons/render/icon-star.js.map +1 -0
- package/dist/ui/icons/render/icon-starBg.d.ts +1 -1
- package/dist/ui/icons/render/icon-starBg.js +9 -0
- package/dist/ui/icons/render/icon-starBg.js.map +1 -0
- package/dist/ui/icons/render/icon-three-dots.d.ts +1 -1
- package/dist/ui/icons/render/icon-three-dots.js +9 -0
- package/dist/ui/icons/render/icon-three-dots.js.map +1 -0
- package/dist/ui/icons/render/icon-top-chevron.d.ts +1 -1
- package/dist/ui/icons/render/icon-top-chevron.js +9 -0
- package/dist/ui/icons/render/icon-top-chevron.js.map +1 -0
- package/dist/ui/icons/render/icon-top-navigation.d.ts +1 -1
- package/dist/ui/icons/render/icon-top-navigation.js +9 -0
- package/dist/ui/icons/render/icon-top-navigation.js.map +1 -0
- package/dist/ui/icons/render/icon-transparent-mail.d.ts +1 -1
- package/dist/ui/icons/render/icon-transparent-mail.js +9 -0
- package/dist/ui/icons/render/icon-transparent-mail.js.map +1 -0
- package/dist/ui/icons/render/icon-transparent-phone.d.ts +1 -1
- package/dist/ui/icons/render/icon-transparent-phone.js +9 -0
- package/dist/ui/icons/render/icon-transparent-phone.js.map +1 -0
- package/dist/ui/icons/render/icon-twitter.d.ts +1 -1
- package/dist/ui/icons/render/icon-twitter.js +14 -0
- package/dist/ui/icons/render/icon-twitter.js.map +1 -0
- package/dist/ui/icons/render/icon-upload.d.ts +1 -1
- package/dist/ui/icons/render/icon-upload.js +9 -0
- package/dist/ui/icons/render/icon-upload.js.map +1 -0
- package/dist/ui/icons/render/icon-user.d.ts +1 -1
- package/dist/ui/icons/render/icon-user.js +14 -0
- package/dist/ui/icons/render/icon-user.js.map +1 -0
- package/dist/ui/icons/render/icon-weight.d.ts +1 -1
- package/dist/ui/icons/render/icon-weight.js +9 -0
- package/dist/ui/icons/render/icon-weight.js.map +1 -0
- package/dist/ui/icons/render/icon-whats.d.ts +1 -1
- package/dist/ui/icons/render/icon-whats.js +14 -0
- package/dist/ui/icons/render/icon-whats.js.map +1 -0
- package/dist/ui/icons/render/icon-word.d.ts +1 -1
- package/dist/ui/icons/render/icon-word.js +9 -0
- package/dist/ui/icons/render/icon-word.js.map +1 -0
- package/dist/ui/icons/render/image.d.ts +1 -1
- package/dist/ui/icons/render/image.js +9 -0
- package/dist/ui/icons/render/image.js.map +1 -0
- package/dist/ui/icons/render/index.d.ts +1 -1
- package/dist/ui/icons/render/index.js +18 -0
- package/dist/ui/icons/render/index.js.map +1 -0
- package/dist/ui/icons/render-icon/index.d.ts +1 -1
- package/dist/ui/icons/render-icon/index.js +46 -0
- package/dist/ui/icons/render-icon/index.js.map +1 -0
- package/dist/ui/index.d.ts +8 -8
- package/dist/ui/index.js +25 -0
- package/dist/ui/index.js.map +1 -0
- package/dist/ui/integrations/google/index.d.ts +1 -1
- package/dist/ui/integrations/google/index.js +18 -0
- package/dist/ui/integrations/google/index.js.map +1 -0
- package/dist/ui/integrations/google/recaptcha-v3/google-recaptcha-v3-lib/google-recaptcha-provider.js +102 -0
- package/dist/ui/integrations/google/recaptcha-v3/google-recaptcha-v3-lib/google-recaptcha-provider.js.map +1 -0
- package/dist/ui/integrations/google/recaptcha-v3/google-recaptcha-v3-lib/google-recaptcha.js +77 -0
- package/dist/ui/integrations/google/recaptcha-v3/google-recaptcha-v3-lib/google-recaptcha.js.map +1 -0
- package/dist/ui/integrations/google/recaptcha-v3/google-recaptcha-v3-lib/hoist-non-react-statics.js +92 -0
- package/dist/ui/integrations/google/recaptcha-v3/google-recaptcha-v3-lib/hoist-non-react-statics.js.map +1 -0
- package/dist/ui/integrations/google/recaptcha-v3/google-recaptcha-v3-lib/index.d.ts +4 -4
- package/dist/ui/integrations/google/recaptcha-v3/google-recaptcha-v3-lib/index.js +21 -0
- package/dist/ui/integrations/google/recaptcha-v3/google-recaptcha-v3-lib/index.js.map +1 -0
- package/dist/ui/integrations/google/recaptcha-v3/google-recaptcha-v3-lib/use-google-recaptcha.d.ts +1 -1
- package/dist/ui/integrations/google/recaptcha-v3/google-recaptcha-v3-lib/use-google-recaptcha.js +8 -0
- package/dist/ui/integrations/google/recaptcha-v3/google-recaptcha-v3-lib/use-google-recaptcha.js.map +1 -0
- package/dist/ui/integrations/google/recaptcha-v3/google-recaptcha-v3-lib/utils.d.ts +30 -0
- package/dist/ui/integrations/google/recaptcha-v3/google-recaptcha-v3-lib/utils.js +147 -0
- package/dist/ui/integrations/google/recaptcha-v3/google-recaptcha-v3-lib/utils.js.map +1 -0
- package/dist/ui/integrations/google/recaptcha-v3/google-recaptcha-v3-lib/with-google-recaptcha.d.ts +1 -1
- package/dist/ui/integrations/google/recaptcha-v3/google-recaptcha-v3-lib/with-google-recaptcha.js +28 -0
- package/dist/ui/integrations/google/recaptcha-v3/google-recaptcha-v3-lib/with-google-recaptcha.js.map +1 -0
- package/dist/ui/integrations/google/recaptcha-v3/index.d.ts +1 -1
- package/dist/ui/integrations/google/recaptcha-v3/index.js +18 -0
- package/dist/ui/integrations/google/recaptcha-v3/index.js.map +1 -0
- package/dist/ui/integrations/index.d.ts +2 -2
- package/dist/ui/integrations/index.js +19 -0
- package/dist/ui/integrations/index.js.map +1 -0
- package/dist/ui/integrations/message-provider/index.d.ts +1 -1
- package/dist/ui/integrations/message-provider/index.js +18 -0
- package/dist/ui/integrations/message-provider/index.js.map +1 -0
- package/dist/ui/integrations/message-provider/send-message.js +90 -0
- package/dist/ui/integrations/message-provider/send-message.js.map +1 -0
- package/dist/ui/styles/fonts.css +763 -0
- package/dist/ui/styles/reset.css +351 -0
- package/dist/ui/types/index.d.ts +1 -1
- package/dist/ui/types/index.js +18 -0
- package/dist/ui/types/index.js.map +1 -0
- package/dist/ui/types/list.js +3 -0
- package/dist/ui/types/list.js.map +1 -0
- package/dist/ui/utils/_app_utils/generate_ref.js +26 -0
- package/dist/ui/utils/_app_utils/generate_ref.js.map +1 -0
- package/dist/ui/utils/_app_utils/get-pathname-ref.js +23 -0
- package/dist/ui/utils/_app_utils/get-pathname-ref.js.map +1 -0
- package/dist/ui/utils/_app_utils/index.d.ts +2 -2
- package/dist/ui/utils/_app_utils/index.js +19 -0
- package/dist/ui/utils/_app_utils/index.js.map +1 -0
- package/dist/ui/utils/buffer/base64.js +31 -0
- package/dist/ui/utils/buffer/base64.js.map +1 -0
- package/dist/ui/utils/buffer/buffer.js +31 -0
- package/dist/ui/utils/buffer/buffer.js.map +1 -0
- package/dist/ui/utils/buffer/index.d.ts +2 -2
- package/dist/ui/utils/buffer/index.js +19 -0
- package/dist/ui/utils/buffer/index.js.map +1 -0
- package/dist/ui/utils/copy-to-clipboard.js +122 -0
- package/dist/ui/utils/copy-to-clipboard.js.map +1 -0
- package/dist/ui/utils/date/index.d.ts +1 -1
- package/dist/ui/utils/date/index.js +18 -0
- package/dist/ui/utils/date/index.js.map +1 -0
- package/dist/ui/utils/date/is-invaid-date.js +8 -0
- package/dist/ui/utils/date/is-invaid-date.js.map +1 -0
- package/dist/ui/utils/disable-scroll.js +20 -0
- package/dist/ui/utils/disable-scroll.js.map +1 -0
- package/dist/ui/utils/facebook/facebook-pixel.js +15 -0
- package/dist/ui/utils/facebook/facebook-pixel.js.map +1 -0
- package/dist/ui/utils/facebook/index.d.ts +1 -1
- package/dist/ui/utils/facebook/index.js +18 -0
- package/dist/ui/utils/facebook/index.js.map +1 -0
- package/dist/ui/utils/file/index.d.ts +3 -3
- package/dist/ui/utils/file/index.js +20 -0
- package/dist/ui/utils/file/index.js.map +1 -0
- package/dist/ui/utils/file/load-file.js +76 -0
- package/dist/ui/utils/file/load-file.js.map +1 -0
- package/dist/ui/utils/file/upload-file.js +131 -0
- package/dist/ui/utils/file/upload-file.js.map +1 -0
- package/dist/ui/utils/file/verify-size-files.js +20 -0
- package/dist/ui/utils/file/verify-size-files.js.map +1 -0
- package/dist/ui/utils/format/index.d.ts +1 -1
- package/dist/ui/utils/format/index.js +18 -0
- package/dist/ui/utils/format/index.js.map +1 -0
- package/dist/ui/utils/format/remove-digits.js +8 -0
- package/dist/ui/utils/format/remove-digits.js.map +1 -0
- package/dist/ui/utils/formatters/format-number-to-currency.js +13 -0
- package/dist/ui/utils/formatters/format-number-to-currency.js.map +1 -0
- package/dist/ui/utils/formatters/index.d.ts +1 -1
- package/dist/ui/utils/formatters/index.js +18 -0
- package/dist/ui/utils/formatters/index.js.map +1 -0
- package/dist/ui/utils/generate-guid.js +13 -0
- package/dist/ui/utils/generate-guid.js.map +1 -0
- package/dist/ui/utils/generate-sitemap.js +69 -0
- package/dist/ui/utils/generate-sitemap.js.map +1 -0
- package/dist/ui/utils/http/api.d.ts +1 -1
- package/dist/ui/utils/http/api.js +69 -0
- package/dist/ui/utils/http/api.js.map +1 -0
- package/dist/ui/utils/http/axios-http-client.d.ts +1 -1
- package/dist/ui/utils/http/axios-http-client.js +146 -0
- package/dist/ui/utils/http/axios-http-client.js.map +1 -0
- package/dist/ui/utils/http/errors/http-errors/application-unauthorized-error.js +11 -0
- package/dist/ui/utils/http/errors/http-errors/application-unauthorized-error.js.map +1 -0
- package/dist/ui/utils/http/errors/http-errors/application-unexpected-error.js +29 -0
- package/dist/ui/utils/http/errors/http-errors/application-unexpected-error.js.map +1 -0
- package/dist/ui/utils/http/errors/http-errors/bad-request-error.js +11 -0
- package/dist/ui/utils/http/errors/http-errors/bad-request-error.js.map +1 -0
- package/dist/ui/utils/http/errors/http-errors/conflict-error.js +11 -0
- package/dist/ui/utils/http/errors/http-errors/conflict-error.js.map +1 -0
- package/dist/ui/utils/http/errors/http-errors/index.d.ts +7 -7
- package/dist/ui/utils/http/errors/http-errors/index.js +24 -0
- package/dist/ui/utils/http/errors/http-errors/index.js.map +1 -0
- package/dist/ui/utils/http/errors/http-errors/no-content.js +29 -0
- package/dist/ui/utils/http/errors/http-errors/no-content.js.map +1 -0
- package/dist/ui/utils/http/errors/http-errors/not-found-error.js +29 -0
- package/dist/ui/utils/http/errors/http-errors/not-found-error.js.map +1 -0
- package/dist/ui/utils/http/errors/http-errors/unexpected-error.js +29 -0
- package/dist/ui/utils/http/errors/http-errors/unexpected-error.js.map +1 -0
- package/dist/ui/utils/http/errors/index.d.ts +2 -2
- package/dist/ui/utils/http/errors/index.js +19 -0
- package/dist/ui/utils/http/errors/index.js.map +1 -0
- package/dist/ui/utils/http/errors/system-errors-model/index.d.ts +1 -1
- package/dist/ui/utils/http/errors/system-errors-model/index.js +18 -0
- package/dist/ui/utils/http/errors/system-errors-model/index.js.map +1 -0
- package/dist/ui/utils/http/errors/system-errors-model/validation-errors-model.js +11 -0
- package/dist/ui/utils/http/errors/system-errors-model/validation-errors-model.js.map +1 -0
- package/dist/ui/utils/http/index.d.ts +4 -4
- package/dist/ui/utils/http/index.js +21 -0
- package/dist/ui/utils/http/index.js.map +1 -0
- package/dist/ui/utils/http/interfaces.d.ts +1 -1
- package/dist/ui/utils/http/interfaces.js +19 -0
- package/dist/ui/utils/http/interfaces.js.map +1 -0
- package/dist/ui/utils/index.d.ts +23 -23
- package/dist/ui/utils/index.js +40 -0
- package/dist/ui/utils/index.js.map +1 -0
- package/dist/ui/utils/infinity-forge/index.d.ts +2 -2
- package/dist/ui/utils/infinity-forge/index.js +19 -0
- package/dist/ui/utils/infinity-forge/index.js.map +1 -0
- package/dist/ui/utils/infinity-forge/infinity-forge-next-config.js +98 -0
- package/dist/ui/utils/infinity-forge/infinity-forge-next-config.js.map +1 -0
- package/dist/ui/utils/infinity-forge/z-index-infinity-forge.js +11 -0
- package/dist/ui/utils/infinity-forge/z-index-infinity-forge.js.map +1 -0
- package/dist/ui/utils/json/index.js +27 -0
- package/dist/ui/utils/json/index.js.map +1 -0
- package/dist/ui/utils/jwt/index.js +83 -0
- package/dist/ui/utils/jwt/index.js.map +1 -0
- package/dist/ui/utils/libs/index.d.ts +2 -2
- package/dist/ui/utils/libs/index.js +19 -0
- package/dist/ui/utils/libs/index.js.map +1 -0
- package/dist/ui/utils/libs/moment/index.d.ts +1 -1
- package/dist/ui/utils/libs/moment/index.js +18 -0
- package/dist/ui/utils/libs/moment/index.js.map +1 -0
- package/dist/ui/utils/libs/moment/verify-date-and-return-value-formatted.js +29 -0
- package/dist/ui/utils/libs/moment/verify-date-and-return-value-formatted.js.map +1 -0
- package/dist/ui/utils/libs/next/index.d.ts +2 -2
- package/dist/ui/utils/libs/next/index.js +19 -0
- package/dist/ui/utils/libs/next/index.js.map +1 -0
- package/dist/ui/utils/libs/next/router-build.js +112 -0
- package/dist/ui/utils/libs/next/router-build.js.map +1 -0
- package/dist/ui/utils/libs/next/update-route.js +30 -0
- package/dist/ui/utils/libs/next/update-route.js.map +1 -0
- package/dist/ui/utils/mocks/index.d.ts +1 -1
- package/dist/ui/utils/mocks/index.js +18 -0
- package/dist/ui/utils/mocks/index.js.map +1 -0
- package/dist/ui/utils/mocks/states-brazil.js +114 -0
- package/dist/ui/utils/mocks/states-brazil.js.map +1 -0
- package/dist/ui/utils/phone/index.js +31 -0
- package/dist/ui/utils/phone/index.js.map +1 -0
- package/dist/ui/utils/scroll-to-top-page.js +12 -0
- package/dist/ui/utils/scroll-to-top-page.js.map +1 -0
- package/dist/ui/utils/sidebar/index.js +31 -0
- package/dist/ui/utils/sidebar/index.js.map +1 -0
- package/dist/ui/utils/storage/cookies.js +31 -0
- package/dist/ui/utils/storage/cookies.js.map +1 -0
- package/dist/ui/utils/storage/index.d.ts +1 -1
- package/dist/ui/utils/storage/index.js +18 -0
- package/dist/ui/utils/storage/index.js.map +1 -0
- package/dist/ui/utils/uid/index.js +25 -0
- package/dist/ui/utils/uid/index.js.map +1 -0
- package/dist/ui/utils/validations/index.d.ts +3 -3
- package/dist/ui/utils/validations/index.js +20 -0
- package/dist/ui/utils/validations/index.js.map +1 -0
- package/dist/ui/utils/validations/validate-cpf.js +33 -0
- package/dist/ui/utils/validations/validate-cpf.js.map +1 -0
- package/dist/ui/utils/validations/validate-email.js +11 -0
- package/dist/ui/utils/validations/validate-email.js.map +1 -0
- package/dist/ui/utils/validations/validate-phone.js +85 -0
- package/dist/ui/utils/validations/validate-phone.js.map +1 -0
- package/package.json +74 -82
- package/dist/index-BHtz3vDS.js +0 -64
- package/dist/index-BHtz3vDS.js.map +0 -1
- package/dist/index-J8gWi6KQ.js +0 -8
- package/dist/index-J8gWi6KQ.js.map +0 -1
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import slideTo from './slideTo';
|
|
2
|
-
import slideToLoop from './slideToLoop';
|
|
3
|
-
import slideNext from './slideNext';
|
|
4
|
-
import slidePrev from './slidePrev';
|
|
5
|
-
import slideReset from './slideReset';
|
|
6
|
-
import slideToClosest from './slideToClosest';
|
|
7
|
-
import slideToClickedSlide from './slideToClickedSlide';
|
|
1
|
+
import slideTo from './slideTo.js';
|
|
2
|
+
import slideToLoop from './slideToLoop.js';
|
|
3
|
+
import slideNext from './slideNext.js';
|
|
4
|
+
import slidePrev from './slidePrev.js';
|
|
5
|
+
import slideReset from './slideReset.js';
|
|
6
|
+
import slideToClosest from './slideToClosest.js';
|
|
7
|
+
import slideToClickedSlide from './slideToClickedSlide.js';
|
|
8
8
|
declare const _default: {
|
|
9
9
|
slideTo: typeof slideTo;
|
|
10
10
|
slideToLoop: typeof slideToLoop;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
+
};
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
var slideTo_1 = __importDefault(require("./slideTo.js"));
|
|
7
|
+
var slideToLoop_1 = __importDefault(require("./slideToLoop.js"));
|
|
8
|
+
var slideNext_1 = __importDefault(require("./slideNext.js"));
|
|
9
|
+
var slidePrev_1 = __importDefault(require("./slidePrev.js"));
|
|
10
|
+
var slideReset_1 = __importDefault(require("./slideReset.js"));
|
|
11
|
+
var slideToClosest_1 = __importDefault(require("./slideToClosest.js"));
|
|
12
|
+
var slideToClickedSlide_1 = __importDefault(require("./slideToClickedSlide.js"));
|
|
13
|
+
exports.default = {
|
|
14
|
+
slideTo: slideTo_1.default,
|
|
15
|
+
slideToLoop: slideToLoop_1.default,
|
|
16
|
+
slideNext: slideNext_1.default,
|
|
17
|
+
slidePrev: slidePrev_1.default,
|
|
18
|
+
slideReset: slideReset_1.default,
|
|
19
|
+
slideToClosest: slideToClosest_1.default,
|
|
20
|
+
slideToClickedSlide: slideToClickedSlide_1.default,
|
|
21
|
+
};
|
|
22
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../src/ui/components/carousel/carousel-lib/core/slide/index.tsx"],"names":[],"mappings":";;;;;AAAA,sDAAgC;AAChC,8DAAwC;AACxC,0DAAoC;AACpC,0DAAoC;AACpC,4DAAsC;AACtC,oEAA8C;AAC9C,8EAAwD;AAExD,kBAAe;IACb,OAAO,mBAAA;IACP,WAAW,uBAAA;IACX,SAAS,qBAAA;IACT,SAAS,qBAAA;IACT,UAAU,sBAAA;IACV,cAAc,0BAAA;IACd,mBAAmB,+BAAA;CACpB,CAAC"}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.default = slideNext;
|
|
4
|
+
/* eslint no-unused-vars: "off" */
|
|
5
|
+
function slideNext(speed, runCallbacks, internal) {
|
|
6
|
+
if (runCallbacks === void 0) { runCallbacks = true; }
|
|
7
|
+
var swiper = this;
|
|
8
|
+
var enabled = swiper.enabled, params = swiper.params, animating = swiper.animating;
|
|
9
|
+
if (!enabled || swiper.destroyed)
|
|
10
|
+
return swiper;
|
|
11
|
+
if (typeof speed === 'undefined') {
|
|
12
|
+
speed = swiper.params.speed;
|
|
13
|
+
}
|
|
14
|
+
var perGroup = params.slidesPerGroup;
|
|
15
|
+
if (params.slidesPerView === 'auto' && params.slidesPerGroup === 1 && params.slidesPerGroupAuto) {
|
|
16
|
+
perGroup = Math.max(swiper.slidesPerViewDynamic('current', true), 1);
|
|
17
|
+
}
|
|
18
|
+
var increment = swiper.activeIndex < params.slidesPerGroupSkip ? 1 : perGroup;
|
|
19
|
+
var isVirtual = swiper.virtual && params.virtual.enabled;
|
|
20
|
+
if (params.loop) {
|
|
21
|
+
if (animating && !isVirtual && params.loopPreventsSliding)
|
|
22
|
+
return false;
|
|
23
|
+
swiper.loopFix({ direction: 'next' });
|
|
24
|
+
// eslint-disable-next-line
|
|
25
|
+
swiper._clientLeft = swiper.wrapperEl.clientLeft;
|
|
26
|
+
if (swiper.activeIndex === swiper.slides.length - 1 && params.cssMode) {
|
|
27
|
+
requestAnimationFrame(function () {
|
|
28
|
+
swiper.slideTo(swiper.activeIndex + increment, speed, runCallbacks, internal);
|
|
29
|
+
});
|
|
30
|
+
return true;
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
if (params.rewind && swiper.isEnd) {
|
|
34
|
+
return swiper.slideTo(0, speed, runCallbacks, internal);
|
|
35
|
+
}
|
|
36
|
+
return swiper.slideTo(swiper.activeIndex + increment, speed, runCallbacks, internal);
|
|
37
|
+
}
|
|
38
|
+
//# sourceMappingURL=slideNext.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"slideNext.js","sourceRoot":"","sources":["../../../../../../../src/ui/components/carousel/carousel-lib/core/slide/slideNext.tsx"],"names":[],"mappings":";;AACA,4BA6BC;AA9BD,kCAAkC;AAClC,SAAwB,SAAS,CAAC,KAAK,EAAE,YAAmB,EAAE,QAAQ;IAA7B,6BAAA,EAAA,mBAAmB;IAC1D,IAAM,MAAM,GAAG,IAAI,CAAC;IACZ,IAAA,OAAO,GAAwB,MAAM,QAA9B,EAAE,MAAM,GAAgB,MAAM,OAAtB,EAAE,SAAS,GAAK,MAAM,UAAX,CAAY;IAC9C,IAAI,CAAC,OAAO,IAAI,MAAM,CAAC,SAAS;QAAE,OAAO,MAAM,CAAC;IAChD,IAAI,OAAO,KAAK,KAAK,WAAW,EAAE,CAAC;QACjC,KAAK,GAAG,MAAM,CAAC,MAAM,CAAC,KAAK,CAAC;IAC9B,CAAC;IACD,IAAI,QAAQ,GAAG,MAAM,CAAC,cAAc,CAAC;IACrC,IAAI,MAAM,CAAC,aAAa,KAAK,MAAM,IAAI,MAAM,CAAC,cAAc,KAAK,CAAC,IAAI,MAAM,CAAC,kBAAkB,EAAE,CAAC;QAChG,QAAQ,GAAG,IAAI,CAAC,GAAG,CAAC,MAAM,CAAC,oBAAoB,CAAC,SAAS,EAAE,IAAI,CAAC,EAAE,CAAC,CAAC,CAAC;IACvE,CAAC;IACD,IAAM,SAAS,GAAG,MAAM,CAAC,WAAW,GAAG,MAAM,CAAC,kBAAkB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,QAAQ,CAAC;IAChF,IAAM,SAAS,GAAG,MAAM,CAAC,OAAO,IAAI,MAAM,CAAC,OAAO,CAAC,OAAO,CAAC;IAC3D,IAAI,MAAM,CAAC,IAAI,EAAE,CAAC;QAChB,IAAI,SAAS,IAAI,CAAC,SAAS,IAAI,MAAM,CAAC,mBAAmB;YAAE,OAAO,KAAK,CAAC;QACxE,MAAM,CAAC,OAAO,CAAC,EAAE,SAAS,EAAE,MAAM,EAAE,CAAC,CAAC;QACtC,2BAA2B;QAC3B,MAAM,CAAC,WAAW,GAAG,MAAM,CAAC,SAAS,CAAC,UAAU,CAAC;QACjD,IAAI,MAAM,CAAC,WAAW,KAAK,MAAM,CAAC,MAAM,CAAC,MAAM,GAAG,CAAC,IAAI,MAAM,CAAC,OAAO,EAAE,CAAC;YACtE,qBAAqB,CAAC;gBACpB,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,WAAW,GAAG,SAAS,EAAE,KAAK,EAAE,YAAY,EAAE,QAAQ,CAAC,CAAC;YAChF,CAAC,CAAC,CAAC;YACH,OAAO,IAAI,CAAC;QACd,CAAC;IACH,CAAC;IACD,IAAI,MAAM,CAAC,MAAM,IAAI,MAAM,CAAC,KAAK,EAAE,CAAC;QAClC,OAAO,MAAM,CAAC,OAAO,CAAC,CAAC,EAAE,KAAK,EAAE,YAAY,EAAE,QAAQ,CAAC,CAAC;IAC1D,CAAC;IACD,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,WAAW,GAAG,SAAS,EAAE,KAAK,EAAE,YAAY,EAAE,QAAQ,CAAC,CAAC;AACvF,CAAC"}
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.default = slidePrev;
|
|
4
|
+
/* eslint no-unused-vars: "off" */
|
|
5
|
+
function slidePrev(speed, runCallbacks, internal) {
|
|
6
|
+
if (runCallbacks === void 0) { runCallbacks = true; }
|
|
7
|
+
var swiper = this;
|
|
8
|
+
var params = swiper.params, snapGrid = swiper.snapGrid, slidesGrid = swiper.slidesGrid, rtlTranslate = swiper.rtlTranslate, enabled = swiper.enabled, animating = swiper.animating;
|
|
9
|
+
if (!enabled || swiper.destroyed)
|
|
10
|
+
return swiper;
|
|
11
|
+
if (typeof speed === 'undefined') {
|
|
12
|
+
speed = swiper.params.speed;
|
|
13
|
+
}
|
|
14
|
+
var isVirtual = swiper.virtual && params.virtual.enabled;
|
|
15
|
+
if (params.loop) {
|
|
16
|
+
if (animating && !isVirtual && params.loopPreventsSliding)
|
|
17
|
+
return false;
|
|
18
|
+
swiper.loopFix({ direction: 'prev' });
|
|
19
|
+
// eslint-disable-next-line
|
|
20
|
+
swiper._clientLeft = swiper.wrapperEl.clientLeft;
|
|
21
|
+
}
|
|
22
|
+
var translate = rtlTranslate ? swiper.translate : -swiper.translate;
|
|
23
|
+
function normalize(val) {
|
|
24
|
+
if (val < 0)
|
|
25
|
+
return -Math.floor(Math.abs(val));
|
|
26
|
+
return Math.floor(val);
|
|
27
|
+
}
|
|
28
|
+
var normalizedTranslate = normalize(translate);
|
|
29
|
+
var normalizedSnapGrid = snapGrid.map(function (val) { return normalize(val); });
|
|
30
|
+
var prevSnap = snapGrid[normalizedSnapGrid.indexOf(normalizedTranslate) - 1];
|
|
31
|
+
if (typeof prevSnap === 'undefined' && params.cssMode) {
|
|
32
|
+
var prevSnapIndex_1;
|
|
33
|
+
snapGrid.forEach(function (snap, snapIndex) {
|
|
34
|
+
if (normalizedTranslate >= snap) {
|
|
35
|
+
// prevSnap = snap;
|
|
36
|
+
prevSnapIndex_1 = snapIndex;
|
|
37
|
+
}
|
|
38
|
+
});
|
|
39
|
+
if (typeof prevSnapIndex_1 !== 'undefined') {
|
|
40
|
+
prevSnap = snapGrid[prevSnapIndex_1 > 0 ? prevSnapIndex_1 - 1 : prevSnapIndex_1];
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
var prevIndex = 0;
|
|
44
|
+
if (typeof prevSnap !== 'undefined') {
|
|
45
|
+
prevIndex = slidesGrid.indexOf(prevSnap);
|
|
46
|
+
if (prevIndex < 0)
|
|
47
|
+
prevIndex = swiper.activeIndex - 1;
|
|
48
|
+
if (params.slidesPerView === 'auto' &&
|
|
49
|
+
params.slidesPerGroup === 1 &&
|
|
50
|
+
params.slidesPerGroupAuto) {
|
|
51
|
+
prevIndex = prevIndex - swiper.slidesPerViewDynamic('previous', true) + 1;
|
|
52
|
+
prevIndex = Math.max(prevIndex, 0);
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
if (params.rewind && swiper.isBeginning) {
|
|
56
|
+
var lastIndex = swiper.params.virtual && swiper.params.virtual.enabled && swiper.virtual
|
|
57
|
+
? swiper.virtual.slides.length - 1
|
|
58
|
+
: swiper.slides.length - 1;
|
|
59
|
+
return swiper.slideTo(lastIndex, speed, runCallbacks, internal);
|
|
60
|
+
}
|
|
61
|
+
else if (params.loop && swiper.activeIndex === 0 && params.cssMode) {
|
|
62
|
+
requestAnimationFrame(function () {
|
|
63
|
+
swiper.slideTo(prevIndex, speed, runCallbacks, internal);
|
|
64
|
+
});
|
|
65
|
+
return true;
|
|
66
|
+
}
|
|
67
|
+
return swiper.slideTo(prevIndex, speed, runCallbacks, internal);
|
|
68
|
+
}
|
|
69
|
+
//# sourceMappingURL=slidePrev.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"slidePrev.js","sourceRoot":"","sources":["../../../../../../../src/ui/components/carousel/carousel-lib/core/slide/slidePrev.tsx"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.default = slideReset;
|
|
4
|
+
/* eslint no-unused-vars: "off" */
|
|
5
|
+
function slideReset(speed, runCallbacks, internal) {
|
|
6
|
+
if (runCallbacks === void 0) { runCallbacks = true; }
|
|
7
|
+
var swiper = this;
|
|
8
|
+
if (swiper.destroyed)
|
|
9
|
+
return;
|
|
10
|
+
if (typeof speed === 'undefined') {
|
|
11
|
+
speed = swiper.params.speed;
|
|
12
|
+
}
|
|
13
|
+
return swiper.slideTo(swiper.activeIndex, speed, runCallbacks, internal);
|
|
14
|
+
}
|
|
15
|
+
//# sourceMappingURL=slideReset.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"slideReset.js","sourceRoot":"","sources":["../../../../../../../src/ui/components/carousel/carousel-lib/core/slide/slideReset.tsx"],"names":[],"mappings":";;AACA,6BAOC;AARD,kCAAkC;AAClC,SAAwB,UAAU,CAAC,KAAK,EAAE,YAAmB,EAAE,QAAQ;IAA7B,6BAAA,EAAA,mBAAmB;IAC3D,IAAM,MAAM,GAAG,IAAI,CAAC;IACpB,IAAI,MAAM,CAAC,SAAS;QAAE,OAAO;IAC7B,IAAI,OAAO,KAAK,KAAK,WAAW,EAAE,CAAC;QACjC,KAAK,GAAG,MAAM,CAAC,MAAM,CAAC,KAAK,CAAC;IAC9B,CAAC;IACD,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,WAAW,EAAE,KAAK,EAAE,YAAY,EAAE,QAAQ,CAAC,CAAC;AAC3E,CAAC"}
|
|
@@ -0,0 +1,160 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.default = slideTo;
|
|
4
|
+
var utils_1 = require("../../shared/utils.js");
|
|
5
|
+
function slideTo(index, speed, runCallbacks, internal, initial) {
|
|
6
|
+
var _a;
|
|
7
|
+
if (index === void 0) { index = 0; }
|
|
8
|
+
if (runCallbacks === void 0) { runCallbacks = true; }
|
|
9
|
+
if (typeof index === 'string') {
|
|
10
|
+
index = parseInt(index, 10);
|
|
11
|
+
}
|
|
12
|
+
var swiper = this;
|
|
13
|
+
var slideIndex = index;
|
|
14
|
+
if (slideIndex < 0)
|
|
15
|
+
slideIndex = 0;
|
|
16
|
+
var params = swiper.params, snapGrid = swiper.snapGrid, slidesGrid = swiper.slidesGrid, previousIndex = swiper.previousIndex, activeIndex = swiper.activeIndex, rtl = swiper.rtlTranslate, wrapperEl = swiper.wrapperEl, enabled = swiper.enabled;
|
|
17
|
+
if ((!enabled && !internal && !initial) ||
|
|
18
|
+
swiper.destroyed ||
|
|
19
|
+
(swiper.animating && params.preventInteractionOnTransition)) {
|
|
20
|
+
return false;
|
|
21
|
+
}
|
|
22
|
+
if (typeof speed === 'undefined') {
|
|
23
|
+
speed = swiper.params.speed;
|
|
24
|
+
}
|
|
25
|
+
var skip = Math.min(swiper.params.slidesPerGroupSkip, slideIndex);
|
|
26
|
+
var snapIndex = skip + Math.floor((slideIndex - skip) / swiper.params.slidesPerGroup);
|
|
27
|
+
if (snapIndex >= snapGrid.length)
|
|
28
|
+
snapIndex = snapGrid.length - 1;
|
|
29
|
+
var translate = -snapGrid[snapIndex];
|
|
30
|
+
// Normalize slideIndex
|
|
31
|
+
if (params.normalizeSlideIndex) {
|
|
32
|
+
for (var i = 0; i < slidesGrid.length; i += 1) {
|
|
33
|
+
var normalizedTranslate = -Math.floor(translate * 100);
|
|
34
|
+
var normalizedGrid = Math.floor(slidesGrid[i] * 100);
|
|
35
|
+
var normalizedGridNext = Math.floor(slidesGrid[i + 1] * 100);
|
|
36
|
+
if (typeof slidesGrid[i + 1] !== 'undefined') {
|
|
37
|
+
if (normalizedTranslate >= normalizedGrid &&
|
|
38
|
+
normalizedTranslate < normalizedGridNext - (normalizedGridNext - normalizedGrid) / 2) {
|
|
39
|
+
slideIndex = i;
|
|
40
|
+
}
|
|
41
|
+
else if (normalizedTranslate >= normalizedGrid &&
|
|
42
|
+
normalizedTranslate < normalizedGridNext) {
|
|
43
|
+
slideIndex = i + 1;
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
else if (normalizedTranslate >= normalizedGrid) {
|
|
47
|
+
slideIndex = i;
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
// Directions locks
|
|
52
|
+
if (swiper.initialized && slideIndex !== activeIndex) {
|
|
53
|
+
if (!swiper.allowSlideNext &&
|
|
54
|
+
(rtl
|
|
55
|
+
? translate > swiper.translate && translate > swiper.minTranslate()
|
|
56
|
+
: translate < swiper.translate && translate < swiper.minTranslate())) {
|
|
57
|
+
return false;
|
|
58
|
+
}
|
|
59
|
+
if (!swiper.allowSlidePrev &&
|
|
60
|
+
translate > swiper.translate &&
|
|
61
|
+
translate > swiper.maxTranslate()) {
|
|
62
|
+
if ((activeIndex || 0) !== slideIndex) {
|
|
63
|
+
return false;
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
}
|
|
67
|
+
if (slideIndex !== (previousIndex || 0) && runCallbacks) {
|
|
68
|
+
swiper.emit('beforeSlideChangeStart');
|
|
69
|
+
}
|
|
70
|
+
// Update progress
|
|
71
|
+
swiper.updateProgress(translate);
|
|
72
|
+
var direction;
|
|
73
|
+
if (slideIndex > activeIndex)
|
|
74
|
+
direction = 'next';
|
|
75
|
+
else if (slideIndex < activeIndex)
|
|
76
|
+
direction = 'prev';
|
|
77
|
+
else
|
|
78
|
+
direction = 'reset';
|
|
79
|
+
// Update Index
|
|
80
|
+
if ((rtl && -translate === swiper.translate) || (!rtl && translate === swiper.translate)) {
|
|
81
|
+
swiper.updateActiveIndex(slideIndex);
|
|
82
|
+
// Update Height
|
|
83
|
+
if (params.autoHeight) {
|
|
84
|
+
swiper.updateAutoHeight();
|
|
85
|
+
}
|
|
86
|
+
swiper.updateSlidesClasses();
|
|
87
|
+
if (params.effect !== 'slide') {
|
|
88
|
+
swiper.setTranslate(translate);
|
|
89
|
+
}
|
|
90
|
+
if (direction !== 'reset') {
|
|
91
|
+
swiper.transitionStart(runCallbacks, direction);
|
|
92
|
+
swiper.transitionEnd(runCallbacks, direction);
|
|
93
|
+
}
|
|
94
|
+
return false;
|
|
95
|
+
}
|
|
96
|
+
if (params.cssMode) {
|
|
97
|
+
var isH_1 = swiper.isHorizontal();
|
|
98
|
+
var t_1 = rtl ? translate : -translate;
|
|
99
|
+
if (speed === 0) {
|
|
100
|
+
var isVirtual = swiper.virtual && swiper.params.virtual.enabled;
|
|
101
|
+
if (isVirtual) {
|
|
102
|
+
swiper.wrapperEl.style.scrollSnapType = 'none';
|
|
103
|
+
swiper._immediateVirtual = true;
|
|
104
|
+
}
|
|
105
|
+
if (isVirtual && !swiper._cssModeVirtualInitialSet && swiper.params.initialSlide > 0) {
|
|
106
|
+
swiper._cssModeVirtualInitialSet = true;
|
|
107
|
+
requestAnimationFrame(function () {
|
|
108
|
+
wrapperEl[isH_1 ? 'scrollLeft' : 'scrollTop'] = t_1;
|
|
109
|
+
});
|
|
110
|
+
}
|
|
111
|
+
else {
|
|
112
|
+
wrapperEl[isH_1 ? 'scrollLeft' : 'scrollTop'] = t_1;
|
|
113
|
+
}
|
|
114
|
+
if (isVirtual) {
|
|
115
|
+
requestAnimationFrame(function () {
|
|
116
|
+
swiper.wrapperEl.style.scrollSnapType = '';
|
|
117
|
+
swiper._immediateVirtual = false;
|
|
118
|
+
});
|
|
119
|
+
}
|
|
120
|
+
}
|
|
121
|
+
else {
|
|
122
|
+
if (!swiper.support.smoothScroll) {
|
|
123
|
+
(0, utils_1.animateCSSModeScroll)({ swiper: swiper, targetPosition: t_1, side: isH_1 ? 'left' : 'top' });
|
|
124
|
+
return true;
|
|
125
|
+
}
|
|
126
|
+
wrapperEl.scrollTo((_a = {},
|
|
127
|
+
_a[isH_1 ? 'left' : 'top'] = t_1,
|
|
128
|
+
_a.behavior = 'smooth',
|
|
129
|
+
_a));
|
|
130
|
+
}
|
|
131
|
+
return true;
|
|
132
|
+
}
|
|
133
|
+
swiper.setTransition(speed);
|
|
134
|
+
swiper.setTranslate(translate);
|
|
135
|
+
swiper.updateActiveIndex(slideIndex);
|
|
136
|
+
swiper.updateSlidesClasses();
|
|
137
|
+
swiper.emit('beforeTransitionStart', speed, internal);
|
|
138
|
+
swiper.transitionStart(runCallbacks, direction);
|
|
139
|
+
if (speed === 0) {
|
|
140
|
+
swiper.transitionEnd(runCallbacks, direction);
|
|
141
|
+
}
|
|
142
|
+
else if (!swiper.animating) {
|
|
143
|
+
swiper.animating = true;
|
|
144
|
+
if (!swiper.onSlideToWrapperTransitionEnd) {
|
|
145
|
+
swiper.onSlideToWrapperTransitionEnd = function transitionEnd(e) {
|
|
146
|
+
if (!swiper || swiper.destroyed)
|
|
147
|
+
return;
|
|
148
|
+
if (e.target !== this)
|
|
149
|
+
return;
|
|
150
|
+
swiper.wrapperEl.removeEventListener('transitionend', swiper.onSlideToWrapperTransitionEnd);
|
|
151
|
+
swiper.onSlideToWrapperTransitionEnd = null;
|
|
152
|
+
delete swiper.onSlideToWrapperTransitionEnd;
|
|
153
|
+
swiper.transitionEnd(runCallbacks, direction);
|
|
154
|
+
};
|
|
155
|
+
}
|
|
156
|
+
swiper.wrapperEl.addEventListener('transitionend', swiper.onSlideToWrapperTransitionEnd);
|
|
157
|
+
}
|
|
158
|
+
return true;
|
|
159
|
+
}
|
|
160
|
+
//# sourceMappingURL=slideTo.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"slideTo.js","sourceRoot":"","sources":["../../../../../../../src/ui/components/carousel/carousel-lib/core/slide/slideTo.tsx"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.default = slideToClickedSlide;
|
|
4
|
+
var utils_1 = require("../../shared/utils.js");
|
|
5
|
+
function slideToClickedSlide() {
|
|
6
|
+
var swiper = this;
|
|
7
|
+
if (swiper.destroyed)
|
|
8
|
+
return;
|
|
9
|
+
var params = swiper.params, slidesEl = swiper.slidesEl;
|
|
10
|
+
var slidesPerView = params.slidesPerView === 'auto' ? swiper.slidesPerViewDynamic() : params.slidesPerView;
|
|
11
|
+
var slideToIndex = swiper.clickedIndex;
|
|
12
|
+
var realIndex;
|
|
13
|
+
var slideSelector = swiper.isElement ? "swiper-slide" : ".".concat(params.slideClass);
|
|
14
|
+
if (params.loop) {
|
|
15
|
+
if (swiper.animating)
|
|
16
|
+
return;
|
|
17
|
+
realIndex = parseInt(swiper.clickedSlide.getAttribute('data-swiper-slide-index'), 10);
|
|
18
|
+
if (params.centeredSlides) {
|
|
19
|
+
if (slideToIndex < swiper.loopedSlides - slidesPerView / 2 ||
|
|
20
|
+
slideToIndex > swiper.slides.length - swiper.loopedSlides + slidesPerView / 2) {
|
|
21
|
+
swiper.loopFix();
|
|
22
|
+
slideToIndex = swiper.getSlideIndex((0, utils_1.elementChildren)(slidesEl, "".concat(slideSelector, "[data-swiper-slide-index=\"").concat(realIndex, "\"]"))[0]);
|
|
23
|
+
(0, utils_1.nextTick)(function () {
|
|
24
|
+
swiper.slideTo(slideToIndex);
|
|
25
|
+
});
|
|
26
|
+
}
|
|
27
|
+
else {
|
|
28
|
+
swiper.slideTo(slideToIndex);
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
else if (slideToIndex > swiper.slides.length - slidesPerView) {
|
|
32
|
+
swiper.loopFix();
|
|
33
|
+
slideToIndex = swiper.getSlideIndex((0, utils_1.elementChildren)(slidesEl, "".concat(slideSelector, "[data-swiper-slide-index=\"").concat(realIndex, "\"]"))[0]);
|
|
34
|
+
(0, utils_1.nextTick)(function () {
|
|
35
|
+
swiper.slideTo(slideToIndex);
|
|
36
|
+
});
|
|
37
|
+
}
|
|
38
|
+
else {
|
|
39
|
+
swiper.slideTo(slideToIndex);
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
else {
|
|
43
|
+
swiper.slideTo(slideToIndex);
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
//# sourceMappingURL=slideToClickedSlide.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"slideToClickedSlide.js","sourceRoot":"","sources":["../../../../../../../src/ui/components/carousel/carousel-lib/core/slide/slideToClickedSlide.tsx"],"names":[],"mappings":";;AAEA,sCA4CC;AA9CD,4CAA+D;AAE/D,SAAwB,mBAAmB;IACzC,IAAM,MAAM,GAAG,IAAI,CAAC;IACpB,IAAI,MAAM,CAAC,SAAS;QAAE,OAAO;IACrB,IAAA,MAAM,GAAe,MAAM,OAArB,EAAE,QAAQ,GAAK,MAAM,SAAX,CAAY;IAEpC,IAAM,aAAa,GACjB,MAAM,CAAC,aAAa,KAAK,MAAM,CAAC,CAAC,CAAC,MAAM,CAAC,oBAAoB,EAAE,CAAC,CAAC,CAAC,MAAM,CAAC,aAAa,CAAC;IACzF,IAAI,YAAY,GAAG,MAAM,CAAC,YAAY,CAAC;IACvC,IAAI,SAAS,CAAC;IACd,IAAM,aAAa,GAAG,MAAM,CAAC,SAAS,CAAC,CAAC,CAAC,cAAc,CAAC,CAAC,CAAC,WAAI,MAAM,CAAC,UAAU,CAAE,CAAC;IAClF,IAAI,MAAM,CAAC,IAAI,EAAE,CAAC;QAChB,IAAI,MAAM,CAAC,SAAS;YAAE,OAAO;QAC7B,SAAS,GAAG,QAAQ,CAAC,MAAM,CAAC,YAAY,CAAC,YAAY,CAAC,yBAAyB,CAAC,EAAE,EAAE,CAAC,CAAC;QACtF,IAAI,MAAM,CAAC,cAAc,EAAE,CAAC;YAC1B,IACE,YAAY,GAAG,MAAM,CAAC,YAAY,GAAG,aAAa,GAAG,CAAC;gBACtD,YAAY,GAAG,MAAM,CAAC,MAAM,CAAC,MAAM,GAAG,MAAM,CAAC,YAAY,GAAG,aAAa,GAAG,CAAC,EAC7E,CAAC;gBACD,MAAM,CAAC,OAAO,EAAE,CAAC;gBACjB,YAAY,GAAG,MAAM,CAAC,aAAa,CACjC,IAAA,uBAAe,EAAC,QAAQ,EAAE,UAAG,aAAa,wCAA6B,SAAS,QAAI,CAAC,CAAC,CAAC,CAAC,CACzF,CAAC;gBAEF,IAAA,gBAAQ,EAAC;oBACP,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,CAAC;gBAC/B,CAAC,CAAC,CAAC;YACL,CAAC;iBAAM,CAAC;gBACN,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,CAAC;YAC/B,CAAC;QACH,CAAC;aAAM,IAAI,YAAY,GAAG,MAAM,CAAC,MAAM,CAAC,MAAM,GAAG,aAAa,EAAE,CAAC;YAC/D,MAAM,CAAC,OAAO,EAAE,CAAC;YACjB,YAAY,GAAG,MAAM,CAAC,aAAa,CACjC,IAAA,uBAAe,EAAC,QAAQ,EAAE,UAAG,aAAa,wCAA6B,SAAS,QAAI,CAAC,CAAC,CAAC,CAAC,CACzF,CAAC;YAEF,IAAA,gBAAQ,EAAC;gBACP,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,CAAC;YAC/B,CAAC,CAAC,CAAC;QACL,CAAC;aAAM,CAAC;YACN,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,CAAC;QAC/B,CAAC;IACH,CAAC;SAAM,CAAC;QACN,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,CAAC;IAC/B,CAAC;AACH,CAAC"}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.default = slideToClosest;
|
|
4
|
+
/* eslint no-unused-vars: "off" */
|
|
5
|
+
function slideToClosest(speed, runCallbacks, internal, threshold) {
|
|
6
|
+
if (runCallbacks === void 0) { runCallbacks = true; }
|
|
7
|
+
if (threshold === void 0) { threshold = 0.5; }
|
|
8
|
+
var swiper = this;
|
|
9
|
+
if (swiper.destroyed)
|
|
10
|
+
return;
|
|
11
|
+
if (typeof speed === 'undefined') {
|
|
12
|
+
speed = swiper.params.speed;
|
|
13
|
+
}
|
|
14
|
+
var index = swiper.activeIndex;
|
|
15
|
+
var skip = Math.min(swiper.params.slidesPerGroupSkip, index);
|
|
16
|
+
var snapIndex = skip + Math.floor((index - skip) / swiper.params.slidesPerGroup);
|
|
17
|
+
var translate = swiper.rtlTranslate ? swiper.translate : -swiper.translate;
|
|
18
|
+
if (translate >= swiper.snapGrid[snapIndex]) {
|
|
19
|
+
// The current translate is on or after the current snap index, so the choice
|
|
20
|
+
// is between the current index and the one after it.
|
|
21
|
+
var currentSnap = swiper.snapGrid[snapIndex];
|
|
22
|
+
var nextSnap = swiper.snapGrid[snapIndex + 1];
|
|
23
|
+
if (translate - currentSnap > (nextSnap - currentSnap) * threshold) {
|
|
24
|
+
index += swiper.params.slidesPerGroup;
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
else {
|
|
28
|
+
// The current translate is before the current snap index, so the choice
|
|
29
|
+
// is between the current index and the one before it.
|
|
30
|
+
var prevSnap = swiper.snapGrid[snapIndex - 1];
|
|
31
|
+
var currentSnap = swiper.snapGrid[snapIndex];
|
|
32
|
+
if (translate - prevSnap <= (currentSnap - prevSnap) * threshold) {
|
|
33
|
+
index -= swiper.params.slidesPerGroup;
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
index = Math.max(index, 0);
|
|
37
|
+
index = Math.min(index, swiper.slidesGrid.length - 1);
|
|
38
|
+
return swiper.slideTo(index, speed, runCallbacks, internal);
|
|
39
|
+
}
|
|
40
|
+
//# sourceMappingURL=slideToClosest.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"slideToClosest.js","sourceRoot":"","sources":["../../../../../../../src/ui/components/carousel/carousel-lib/core/slide/slideToClosest.tsx"],"names":[],"mappings":";;AACA,iCAmCC;AApCD,kCAAkC;AAClC,SAAwB,cAAc,CAAC,KAAK,EAAE,YAAmB,EAAE,QAAQ,EAAE,SAAe;IAA9C,6BAAA,EAAA,mBAAmB;IAAY,0BAAA,EAAA,eAAe;IAC1F,IAAM,MAAM,GAAG,IAAI,CAAC;IACpB,IAAI,MAAM,CAAC,SAAS;QAAE,OAAO;IAE7B,IAAI,OAAO,KAAK,KAAK,WAAW,EAAE,CAAC;QACjC,KAAK,GAAG,MAAM,CAAC,MAAM,CAAC,KAAK,CAAC;IAC9B,CAAC;IAED,IAAI,KAAK,GAAG,MAAM,CAAC,WAAW,CAAC;IAC/B,IAAM,IAAI,GAAG,IAAI,CAAC,GAAG,CAAC,MAAM,CAAC,MAAM,CAAC,kBAAkB,EAAE,KAAK,CAAC,CAAC;IAC/D,IAAM,SAAS,GAAG,IAAI,GAAG,IAAI,CAAC,KAAK,CAAC,CAAC,KAAK,GAAG,IAAI,CAAC,GAAG,MAAM,CAAC,MAAM,CAAC,cAAc,CAAC,CAAC;IAEnF,IAAM,SAAS,GAAG,MAAM,CAAC,YAAY,CAAC,CAAC,CAAC,MAAM,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,MAAM,CAAC,SAAS,CAAC;IAE7E,IAAI,SAAS,IAAI,MAAM,CAAC,QAAQ,CAAC,SAAS,CAAC,EAAE,CAAC;QAC5C,6EAA6E;QAC7E,qDAAqD;QACrD,IAAM,WAAW,GAAG,MAAM,CAAC,QAAQ,CAAC,SAAS,CAAC,CAAC;QAC/C,IAAM,QAAQ,GAAG,MAAM,CAAC,QAAQ,CAAC,SAAS,GAAG,CAAC,CAAC,CAAC;QAChD,IAAI,SAAS,GAAG,WAAW,GAAG,CAAC,QAAQ,GAAG,WAAW,CAAC,GAAG,SAAS,EAAE,CAAC;YACnE,KAAK,IAAI,MAAM,CAAC,MAAM,CAAC,cAAc,CAAC;QACxC,CAAC;IACH,CAAC;SAAM,CAAC;QACN,wEAAwE;QACxE,sDAAsD;QACtD,IAAM,QAAQ,GAAG,MAAM,CAAC,QAAQ,CAAC,SAAS,GAAG,CAAC,CAAC,CAAC;QAChD,IAAM,WAAW,GAAG,MAAM,CAAC,QAAQ,CAAC,SAAS,CAAC,CAAC;QAC/C,IAAI,SAAS,GAAG,QAAQ,IAAI,CAAC,WAAW,GAAG,QAAQ,CAAC,GAAG,SAAS,EAAE,CAAC;YACjE,KAAK,IAAI,MAAM,CAAC,MAAM,CAAC,cAAc,CAAC;QACxC,CAAC;IACH,CAAC;IACD,KAAK,GAAG,IAAI,CAAC,GAAG,CAAC,KAAK,EAAE,CAAC,CAAC,CAAC;IAC3B,KAAK,GAAG,IAAI,CAAC,GAAG,CAAC,KAAK,EAAE,MAAM,CAAC,UAAU,CAAC,MAAM,GAAG,CAAC,CAAC,CAAC;IAEtD,OAAO,MAAM,CAAC,OAAO,CAAC,KAAK,EAAE,KAAK,EAAE,YAAY,EAAE,QAAQ,CAAC,CAAC;AAC9D,CAAC"}
|
|
@@ -0,0 +1,84 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.default = slideToLoop;
|
|
4
|
+
//@ts-nocheck
|
|
5
|
+
function slideToLoop(index, speed, runCallbacks, internal) {
|
|
6
|
+
if (index === void 0) { index = 0; }
|
|
7
|
+
if (runCallbacks === void 0) { runCallbacks = true; }
|
|
8
|
+
if (typeof index === 'string') {
|
|
9
|
+
var indexAsNumber = parseInt(index, 10);
|
|
10
|
+
index = indexAsNumber;
|
|
11
|
+
}
|
|
12
|
+
var swiper = this;
|
|
13
|
+
if (swiper.destroyed)
|
|
14
|
+
return;
|
|
15
|
+
if (typeof speed === 'undefined') {
|
|
16
|
+
speed = swiper.params.speed;
|
|
17
|
+
}
|
|
18
|
+
var gridEnabled = swiper.grid && swiper.params.grid && swiper.params.grid.rows > 1;
|
|
19
|
+
var newIndex = index;
|
|
20
|
+
if (swiper.params.loop) {
|
|
21
|
+
if (swiper.virtual && swiper.params.virtual.enabled) {
|
|
22
|
+
// eslint-disable-next-line
|
|
23
|
+
newIndex = newIndex + swiper.virtual.slidesBefore;
|
|
24
|
+
}
|
|
25
|
+
else {
|
|
26
|
+
var targetSlideIndex = void 0;
|
|
27
|
+
if (gridEnabled) {
|
|
28
|
+
var slideIndex_1 = newIndex * swiper.params.grid.rows;
|
|
29
|
+
targetSlideIndex = swiper.slides.filter(function (slideEl) { return slideEl.getAttribute('data-swiper-slide-index') * 1 === slideIndex_1; })[0].column;
|
|
30
|
+
}
|
|
31
|
+
else {
|
|
32
|
+
targetSlideIndex = swiper.getSlideIndexByData(newIndex);
|
|
33
|
+
}
|
|
34
|
+
var cols = gridEnabled
|
|
35
|
+
? Math.ceil(swiper.slides.length / swiper.params.grid.rows)
|
|
36
|
+
: swiper.slides.length;
|
|
37
|
+
var centeredSlides = swiper.params.centeredSlides;
|
|
38
|
+
var slidesPerView = swiper.params.slidesPerView;
|
|
39
|
+
if (slidesPerView === 'auto') {
|
|
40
|
+
slidesPerView = swiper.slidesPerViewDynamic();
|
|
41
|
+
}
|
|
42
|
+
else {
|
|
43
|
+
slidesPerView = Math.ceil(parseFloat(swiper.params.slidesPerView, 10));
|
|
44
|
+
if (centeredSlides && slidesPerView % 2 === 0) {
|
|
45
|
+
slidesPerView = slidesPerView + 1;
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
var needLoopFix = cols - targetSlideIndex < slidesPerView;
|
|
49
|
+
if (centeredSlides) {
|
|
50
|
+
needLoopFix = needLoopFix || targetSlideIndex < Math.ceil(slidesPerView / 2);
|
|
51
|
+
}
|
|
52
|
+
if (internal && centeredSlides && swiper.params.slidesPerView !== 'auto' && !gridEnabled) {
|
|
53
|
+
needLoopFix = false;
|
|
54
|
+
}
|
|
55
|
+
if (needLoopFix) {
|
|
56
|
+
var direction = centeredSlides
|
|
57
|
+
? targetSlideIndex < swiper.activeIndex
|
|
58
|
+
? 'prev'
|
|
59
|
+
: 'next'
|
|
60
|
+
: targetSlideIndex - swiper.activeIndex - 1 < swiper.params.slidesPerView
|
|
61
|
+
? 'next'
|
|
62
|
+
: 'prev';
|
|
63
|
+
swiper.loopFix({
|
|
64
|
+
direction: direction,
|
|
65
|
+
slideTo: true,
|
|
66
|
+
activeSlideIndex: direction === 'next' ? targetSlideIndex + 1 : targetSlideIndex - cols + 1,
|
|
67
|
+
slideRealIndex: direction === 'next' ? swiper.realIndex : undefined,
|
|
68
|
+
});
|
|
69
|
+
}
|
|
70
|
+
if (gridEnabled) {
|
|
71
|
+
var slideIndex_2 = newIndex * swiper.params.grid.rows;
|
|
72
|
+
newIndex = swiper.slides.filter(function (slideEl) { return slideEl.getAttribute('data-swiper-slide-index') * 1 === slideIndex_2; })[0].column;
|
|
73
|
+
}
|
|
74
|
+
else {
|
|
75
|
+
newIndex = swiper.getSlideIndexByData(newIndex);
|
|
76
|
+
}
|
|
77
|
+
}
|
|
78
|
+
}
|
|
79
|
+
requestAnimationFrame(function () {
|
|
80
|
+
swiper.slideTo(newIndex, speed, runCallbacks, internal);
|
|
81
|
+
});
|
|
82
|
+
return swiper;
|
|
83
|
+
}
|
|
84
|
+
//# sourceMappingURL=slideToLoop.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"slideToLoop.js","sourceRoot":"","sources":["../../../../../../../src/ui/components/carousel/carousel-lib/core/slide/slideToLoop.tsx"],"names":[],"mappings":"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"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import setTransition from './setTransition';
|
|
2
|
-
import transitionStart from './transitionStart';
|
|
3
|
-
import transitionEnd from './transitionEnd';
|
|
1
|
+
import setTransition from './setTransition.js';
|
|
2
|
+
import transitionStart from './transitionStart.js';
|
|
3
|
+
import transitionEnd from './transitionEnd.js';
|
|
4
4
|
declare const _default: {
|
|
5
5
|
setTransition: typeof setTransition;
|
|
6
6
|
transitionStart: typeof transitionStart;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
+
};
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
var setTransition_1 = __importDefault(require("./setTransition.js"));
|
|
7
|
+
var transitionStart_1 = __importDefault(require("./transitionStart.js"));
|
|
8
|
+
var transitionEnd_1 = __importDefault(require("./transitionEnd.js"));
|
|
9
|
+
exports.default = {
|
|
10
|
+
setTransition: setTransition_1.default,
|
|
11
|
+
transitionStart: transitionStart_1.default,
|
|
12
|
+
transitionEnd: transitionEnd_1.default,
|
|
13
|
+
};
|
|
14
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../src/ui/components/carousel/carousel-lib/core/transition/index.tsx"],"names":[],"mappings":";;;;;AAAA,kEAA4C;AAC5C,sEAAgD;AAChD,kEAA4C;AAE5C,kBAAe;IACb,aAAa,yBAAA;IACb,eAAe,2BAAA;IACf,aAAa,yBAAA;CACd,CAAC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.default = setTransition;
|
|
4
|
+
function setTransition(duration, byController) {
|
|
5
|
+
var swiper = this;
|
|
6
|
+
if (!swiper.params.cssMode) {
|
|
7
|
+
swiper.wrapperEl.style.transitionDuration = "".concat(duration, "ms");
|
|
8
|
+
swiper.wrapperEl.style.transitionDelay = duration === 0 ? "0ms" : '';
|
|
9
|
+
}
|
|
10
|
+
swiper.emit('setTransition', duration, byController);
|
|
11
|
+
}
|
|
12
|
+
//# sourceMappingURL=setTransition.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"setTransition.js","sourceRoot":"","sources":["../../../../../../../src/ui/components/carousel/carousel-lib/core/transition/setTransition.tsx"],"names":[],"mappings":";;AAAA,gCASC;AATD,SAAwB,aAAa,CAAC,QAAQ,EAAE,YAAY;IAC1D,IAAM,MAAM,GAAG,IAAI,CAAC;IAEpB,IAAI,CAAC,MAAM,CAAC,MAAM,CAAC,OAAO,EAAE,CAAC;QAC3B,MAAM,CAAC,SAAS,CAAC,KAAK,CAAC,kBAAkB,GAAG,UAAG,QAAQ,OAAI,CAAC;QAC5D,MAAM,CAAC,SAAS,CAAC,KAAK,CAAC,eAAe,GAAG,QAAQ,KAAK,CAAC,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC;IACvE,CAAC;IAED,MAAM,CAAC,IAAI,CAAC,eAAe,EAAE,QAAQ,EAAE,YAAY,CAAC,CAAC;AACvD,CAAC"}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.default = transitionEmit;
|
|
4
|
+
function transitionEmit(_a) {
|
|
5
|
+
var swiper = _a.swiper, runCallbacks = _a.runCallbacks, direction = _a.direction, step = _a.step;
|
|
6
|
+
var activeIndex = swiper.activeIndex, previousIndex = swiper.previousIndex;
|
|
7
|
+
var dir = direction;
|
|
8
|
+
if (!dir) {
|
|
9
|
+
if (activeIndex > previousIndex)
|
|
10
|
+
dir = 'next';
|
|
11
|
+
else if (activeIndex < previousIndex)
|
|
12
|
+
dir = 'prev';
|
|
13
|
+
else
|
|
14
|
+
dir = 'reset';
|
|
15
|
+
}
|
|
16
|
+
swiper.emit("transition".concat(step));
|
|
17
|
+
if (runCallbacks && activeIndex !== previousIndex) {
|
|
18
|
+
if (dir === 'reset') {
|
|
19
|
+
swiper.emit("slideResetTransition".concat(step));
|
|
20
|
+
return;
|
|
21
|
+
}
|
|
22
|
+
swiper.emit("slideChangeTransition".concat(step));
|
|
23
|
+
if (dir === 'next') {
|
|
24
|
+
swiper.emit("slideNextTransition".concat(step));
|
|
25
|
+
}
|
|
26
|
+
else {
|
|
27
|
+
swiper.emit("slidePrevTransition".concat(step));
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
//# sourceMappingURL=transitionEmit.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"transitionEmit.js","sourceRoot":"","sources":["../../../../../../../src/ui/components/carousel/carousel-lib/core/transition/transitionEmit.tsx"],"names":[],"mappings":";;AAAA,iCAuBC;AAvBD,SAAwB,cAAc,CAAC,EAAyC;QAAvC,MAAM,YAAA,EAAE,YAAY,kBAAA,EAAE,SAAS,eAAA,EAAE,IAAI,UAAA;IACpE,IAAA,WAAW,GAAoB,MAAM,YAA1B,EAAE,aAAa,GAAK,MAAM,cAAX,CAAY;IAC9C,IAAI,GAAG,GAAG,SAAS,CAAC;IACpB,IAAI,CAAC,GAAG,EAAE,CAAC;QACT,IAAI,WAAW,GAAG,aAAa;YAAE,GAAG,GAAG,MAAM,CAAC;aACzC,IAAI,WAAW,GAAG,aAAa;YAAE,GAAG,GAAG,MAAM,CAAC;;YAC9C,GAAG,GAAG,OAAO,CAAC;IACrB,CAAC;IAED,MAAM,CAAC,IAAI,CAAC,oBAAa,IAAI,CAAE,CAAC,CAAC;IAEjC,IAAI,YAAY,IAAI,WAAW,KAAK,aAAa,EAAE,CAAC;QAClD,IAAI,GAAG,KAAK,OAAO,EAAE,CAAC;YACpB,MAAM,CAAC,IAAI,CAAC,8BAAuB,IAAI,CAAE,CAAC,CAAC;YAC3C,OAAO;QACT,CAAC;QACD,MAAM,CAAC,IAAI,CAAC,+BAAwB,IAAI,CAAE,CAAC,CAAC;QAC5C,IAAI,GAAG,KAAK,MAAM,EAAE,CAAC;YACnB,MAAM,CAAC,IAAI,CAAC,6BAAsB,IAAI,CAAE,CAAC,CAAC;QAC5C,CAAC;aAAM,CAAC;YACN,MAAM,CAAC,IAAI,CAAC,6BAAsB,IAAI,CAAE,CAAC,CAAC;QAC5C,CAAC;IACH,CAAC;AACH,CAAC"}
|