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
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.default = setGrabCursor;
|
|
4
|
+
function setGrabCursor(moving) {
|
|
5
|
+
var swiper = this;
|
|
6
|
+
if (!swiper.params.simulateTouch ||
|
|
7
|
+
(swiper.params.watchOverflow && swiper.isLocked) ||
|
|
8
|
+
swiper.params.cssMode)
|
|
9
|
+
return;
|
|
10
|
+
var el = swiper.params.touchEventsTarget === 'container' ? swiper.el : swiper.wrapperEl;
|
|
11
|
+
if (swiper.isElement) {
|
|
12
|
+
swiper.__preventObserver__ = true;
|
|
13
|
+
}
|
|
14
|
+
el.style.cursor = 'move';
|
|
15
|
+
el.style.cursor = moving ? 'grabbing' : 'grab';
|
|
16
|
+
if (swiper.isElement) {
|
|
17
|
+
requestAnimationFrame(function () {
|
|
18
|
+
swiper.__preventObserver__ = false;
|
|
19
|
+
});
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
//# sourceMappingURL=setGrabCursor.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"setGrabCursor.js","sourceRoot":"","sources":["../../../../../../../src/ui/components/carousel/carousel-lib/core/grab-cursor/setGrabCursor.tsx"],"names":[],"mappings":";;AAAA,gCAmBC;AAnBD,SAAwB,aAAa,CAAC,MAAM;IAC1C,IAAM,MAAM,GAAG,IAAI,CAAC;IACpB,IACE,CAAC,MAAM,CAAC,MAAM,CAAC,aAAa;QAC5B,CAAC,MAAM,CAAC,MAAM,CAAC,aAAa,IAAI,MAAM,CAAC,QAAQ,CAAC;QAChD,MAAM,CAAC,MAAM,CAAC,OAAO;QAErB,OAAO;IACT,IAAM,EAAE,GAAG,MAAM,CAAC,MAAM,CAAC,iBAAiB,KAAK,WAAW,CAAC,CAAC,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC,CAAC,MAAM,CAAC,SAAS,CAAC;IAC1F,IAAI,MAAM,CAAC,SAAS,EAAE,CAAC;QACrB,MAAM,CAAC,mBAAmB,GAAG,IAAI,CAAC;IACpC,CAAC;IACD,EAAE,CAAC,KAAK,CAAC,MAAM,GAAG,MAAM,CAAC;IACzB,EAAE,CAAC,KAAK,CAAC,MAAM,GAAG,MAAM,CAAC,CAAC,CAAC,UAAU,CAAC,CAAC,CAAC,MAAM,CAAC;IAC/C,IAAI,MAAM,CAAC,SAAS,EAAE,CAAC;QACrB,qBAAqB,CAAC;YACpB,MAAM,CAAC,mBAAmB,GAAG,KAAK,CAAC;QACrC,CAAC,CAAC,CAAC;IACL,CAAC;AACH,CAAC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.default = unsetGrabCursor;
|
|
4
|
+
function unsetGrabCursor() {
|
|
5
|
+
var swiper = this;
|
|
6
|
+
if ((swiper.params.watchOverflow && swiper.isLocked) || swiper.params.cssMode) {
|
|
7
|
+
return;
|
|
8
|
+
}
|
|
9
|
+
if (swiper.isElement) {
|
|
10
|
+
swiper.__preventObserver__ = true;
|
|
11
|
+
}
|
|
12
|
+
swiper[swiper.params.touchEventsTarget === 'container' ? 'el' : 'wrapperEl'].style.cursor = '';
|
|
13
|
+
if (swiper.isElement) {
|
|
14
|
+
requestAnimationFrame(function () {
|
|
15
|
+
swiper.__preventObserver__ = false;
|
|
16
|
+
});
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
//# sourceMappingURL=unsetGrabCursor.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"unsetGrabCursor.js","sourceRoot":"","sources":["../../../../../../../src/ui/components/carousel/carousel-lib/core/grab-cursor/unsetGrabCursor.tsx"],"names":[],"mappings":";;AAAA,kCAcC;AAdD,SAAwB,eAAe;IACrC,IAAM,MAAM,GAAG,IAAI,CAAC;IACpB,IAAI,CAAC,MAAM,CAAC,MAAM,CAAC,aAAa,IAAI,MAAM,CAAC,QAAQ,CAAC,IAAI,MAAM,CAAC,MAAM,CAAC,OAAO,EAAE,CAAC;QAC9E,OAAO;IACT,CAAC;IACD,IAAI,MAAM,CAAC,SAAS,EAAE,CAAC;QACrB,MAAM,CAAC,mBAAmB,GAAG,IAAI,CAAC;IACpC,CAAC;IACD,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,iBAAiB,KAAK,WAAW,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,WAAW,CAAC,CAAC,KAAK,CAAC,MAAM,GAAG,EAAE,CAAC;IAC/F,IAAI,MAAM,CAAC,SAAS,EAAE,CAAC;QACrB,qBAAqB,CAAC;YACpB,MAAM,CAAC,mBAAmB,GAAG,KAAK,CAAC;QACrC,CAAC,CAAC,CAAC;IACL,CAAC;AACH,CAAC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import loopCreate from './loopCreate';
|
|
2
|
-
import loopFix from './loopFix';
|
|
3
|
-
import loopDestroy from './loopDestroy';
|
|
1
|
+
import loopCreate from './loopCreate.js';
|
|
2
|
+
import loopFix from './loopFix.js';
|
|
3
|
+
import loopDestroy from './loopDestroy.js';
|
|
4
4
|
declare const _default: {
|
|
5
5
|
loopCreate: typeof loopCreate;
|
|
6
6
|
loopFix: typeof loopFix;
|
|
@@ -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 loopCreate_1 = __importDefault(require("./loopCreate.js"));
|
|
7
|
+
var loopFix_1 = __importDefault(require("./loopFix.js"));
|
|
8
|
+
var loopDestroy_1 = __importDefault(require("./loopDestroy.js"));
|
|
9
|
+
exports.default = {
|
|
10
|
+
loopCreate: loopCreate_1.default,
|
|
11
|
+
loopFix: loopFix_1.default,
|
|
12
|
+
loopDestroy: loopDestroy_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/loop/index.tsx"],"names":[],"mappings":";;;;;AAAA,4DAAsC;AACtC,sDAAgC;AAChC,8DAAwC;AAExC,kBAAe;IACb,UAAU,sBAAA;IACV,OAAO,mBAAA;IACP,WAAW,uBAAA;CACZ,CAAC"}
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.default = loopCreate;
|
|
4
|
+
var utils_1 = require("../../shared/utils.js");
|
|
5
|
+
function loopCreate(slideRealIndex) {
|
|
6
|
+
var swiper = this;
|
|
7
|
+
var params = swiper.params, slidesEl = swiper.slidesEl;
|
|
8
|
+
if (!params.loop || (swiper.virtual && swiper.params.virtual.enabled))
|
|
9
|
+
return;
|
|
10
|
+
var initSlides = function () {
|
|
11
|
+
var slides = (0, utils_1.elementChildren)(slidesEl, ".".concat(params.slideClass, ", swiper-slide"));
|
|
12
|
+
slides.forEach(function (el, index) {
|
|
13
|
+
el.setAttribute('data-swiper-slide-index', index);
|
|
14
|
+
});
|
|
15
|
+
};
|
|
16
|
+
var gridEnabled = swiper.grid && params.grid && params.grid.rows > 1;
|
|
17
|
+
var slidesPerGroup = params.slidesPerGroup * (gridEnabled ? params.grid.rows : 1);
|
|
18
|
+
var shouldFillGroup = swiper.slides.length % slidesPerGroup !== 0;
|
|
19
|
+
var shouldFillGrid = gridEnabled && swiper.slides.length % params.grid.rows !== 0;
|
|
20
|
+
var addBlankSlides = function (amountOfSlides) {
|
|
21
|
+
for (var i = 0; i < amountOfSlides; i += 1) {
|
|
22
|
+
var slideEl = swiper.isElement
|
|
23
|
+
? (0, utils_1.createElement)('swiper-slide', [params.slideBlankClass])
|
|
24
|
+
: (0, utils_1.createElement)('div', [params.slideClass, params.slideBlankClass]);
|
|
25
|
+
swiper.slidesEl.append(slideEl);
|
|
26
|
+
}
|
|
27
|
+
};
|
|
28
|
+
if (shouldFillGroup) {
|
|
29
|
+
if (params.loopAddBlankSlides) {
|
|
30
|
+
var slidesToAdd = slidesPerGroup - (swiper.slides.length % slidesPerGroup);
|
|
31
|
+
addBlankSlides(slidesToAdd);
|
|
32
|
+
swiper.recalcSlides();
|
|
33
|
+
swiper.updateSlides();
|
|
34
|
+
}
|
|
35
|
+
else {
|
|
36
|
+
(0, utils_1.showWarning)('Swiper Loop Warning: The number of slides is not even to slidesPerGroup, loop mode may not function properly. You need to add more slides (or make duplicates, or empty slides)');
|
|
37
|
+
}
|
|
38
|
+
initSlides();
|
|
39
|
+
}
|
|
40
|
+
else if (shouldFillGrid) {
|
|
41
|
+
if (params.loopAddBlankSlides) {
|
|
42
|
+
var slidesToAdd = params.grid.rows - (swiper.slides.length % params.grid.rows);
|
|
43
|
+
addBlankSlides(slidesToAdd);
|
|
44
|
+
swiper.recalcSlides();
|
|
45
|
+
swiper.updateSlides();
|
|
46
|
+
}
|
|
47
|
+
else {
|
|
48
|
+
(0, utils_1.showWarning)('Swiper Loop Warning: The number of slides is not even to grid.rows, loop mode may not function properly. You need to add more slides (or make duplicates, or empty slides)');
|
|
49
|
+
}
|
|
50
|
+
initSlides();
|
|
51
|
+
}
|
|
52
|
+
else {
|
|
53
|
+
initSlides();
|
|
54
|
+
}
|
|
55
|
+
swiper.loopFix({ slideRealIndex: slideRealIndex, direction: params.centeredSlides ? undefined : 'next' });
|
|
56
|
+
}
|
|
57
|
+
//# sourceMappingURL=loopCreate.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"loopCreate.js","sourceRoot":"","sources":["../../../../../../../src/ui/components/carousel/carousel-lib/core/loop/loopCreate.tsx"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.default = loopDestroy;
|
|
4
|
+
function loopDestroy() {
|
|
5
|
+
var swiper = this;
|
|
6
|
+
var params = swiper.params, slidesEl = swiper.slidesEl;
|
|
7
|
+
if (!params.loop || (swiper.virtual && swiper.params.virtual.enabled))
|
|
8
|
+
return;
|
|
9
|
+
swiper.recalcSlides();
|
|
10
|
+
var newSlidesOrder = [];
|
|
11
|
+
swiper.slides.forEach(function (slideEl) {
|
|
12
|
+
var index = typeof slideEl.swiperSlideIndex === 'undefined'
|
|
13
|
+
? slideEl.getAttribute('data-swiper-slide-index') * 1
|
|
14
|
+
: slideEl.swiperSlideIndex;
|
|
15
|
+
newSlidesOrder[index] = slideEl;
|
|
16
|
+
});
|
|
17
|
+
swiper.slides.forEach(function (slideEl) {
|
|
18
|
+
slideEl.removeAttribute('data-swiper-slide-index');
|
|
19
|
+
});
|
|
20
|
+
newSlidesOrder.forEach(function (slideEl) {
|
|
21
|
+
slidesEl.append(slideEl);
|
|
22
|
+
});
|
|
23
|
+
swiper.recalcSlides();
|
|
24
|
+
swiper.slideTo(swiper.realIndex, 0);
|
|
25
|
+
}
|
|
26
|
+
//# sourceMappingURL=loopDestroy.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"loopDestroy.js","sourceRoot":"","sources":["../../../../../../../src/ui/components/carousel/carousel-lib/core/loop/loopDestroy.tsx"],"names":[],"mappings":";;AAAA,8BAsBC;AAtBD,SAAwB,WAAW;IACjC,IAAM,MAAM,GAAG,IAAI,CAAC;IACZ,IAAA,MAAM,GAAe,MAAM,OAArB,EAAE,QAAQ,GAAK,MAAM,SAAX,CAAY;IACpC,IAAI,CAAC,MAAM,CAAC,IAAI,IAAI,CAAC,MAAM,CAAC,OAAO,IAAI,MAAM,CAAC,MAAM,CAAC,OAAO,CAAC,OAAO,CAAC;QAAE,OAAO;IAC9E,MAAM,CAAC,YAAY,EAAE,CAAC;IAEtB,IAAM,cAAc,GAAG,EAAE,CAAC;IAC1B,MAAM,CAAC,MAAM,CAAC,OAAO,CAAC,UAAC,OAAO;QAC5B,IAAM,KAAK,GACT,OAAO,OAAO,CAAC,gBAAgB,KAAK,WAAW;YAC7C,CAAC,CAAC,OAAO,CAAC,YAAY,CAAC,yBAAyB,CAAC,GAAG,CAAC;YACrD,CAAC,CAAC,OAAO,CAAC,gBAAgB,CAAC;QAC/B,cAAc,CAAC,KAAK,CAAC,GAAG,OAAO,CAAC;IAClC,CAAC,CAAC,CAAC;IACH,MAAM,CAAC,MAAM,CAAC,OAAO,CAAC,UAAC,OAAO;QAC5B,OAAO,CAAC,eAAe,CAAC,yBAAyB,CAAC,CAAC;IACrD,CAAC,CAAC,CAAC;IACH,cAAc,CAAC,OAAO,CAAC,UAAC,OAAO;QAC7B,QAAQ,CAAC,MAAM,CAAC,OAAO,CAAC,CAAC;IAC3B,CAAC,CAAC,CAAC;IACH,MAAM,CAAC,YAAY,EAAE,CAAC;IACtB,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,SAAS,EAAE,CAAC,CAAC,CAAC;AACtC,CAAC"}
|
|
@@ -0,0 +1,230 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __assign = (this && this.__assign) || function () {
|
|
3
|
+
__assign = Object.assign || function(t) {
|
|
4
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
5
|
+
s = arguments[i];
|
|
6
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
7
|
+
t[p] = s[p];
|
|
8
|
+
}
|
|
9
|
+
return t;
|
|
10
|
+
};
|
|
11
|
+
return __assign.apply(this, arguments);
|
|
12
|
+
};
|
|
13
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14
|
+
exports.default = loopFix;
|
|
15
|
+
//@ts-nocheck
|
|
16
|
+
var utils_1 = require("../../shared/utils.js");
|
|
17
|
+
function loopFix(_a) {
|
|
18
|
+
var _b = _a === void 0 ? {} : _a, slideRealIndex = _b.slideRealIndex, _c = _b.slideTo, slideTo = _c === void 0 ? true : _c, direction = _b.direction, setTranslate = _b.setTranslate, activeSlideIndex = _b.activeSlideIndex, byController = _b.byController, byMousewheel = _b.byMousewheel;
|
|
19
|
+
var swiper = this;
|
|
20
|
+
if (!swiper.params.loop)
|
|
21
|
+
return;
|
|
22
|
+
swiper.emit('beforeLoopFix');
|
|
23
|
+
var slides = swiper.slides, allowSlidePrev = swiper.allowSlidePrev, allowSlideNext = swiper.allowSlideNext, slidesEl = swiper.slidesEl, params = swiper.params;
|
|
24
|
+
var centeredSlides = params.centeredSlides;
|
|
25
|
+
swiper.allowSlidePrev = true;
|
|
26
|
+
swiper.allowSlideNext = true;
|
|
27
|
+
if (swiper.virtual && params.virtual.enabled) {
|
|
28
|
+
if (slideTo) {
|
|
29
|
+
if (!params.centeredSlides && swiper.snapIndex === 0) {
|
|
30
|
+
swiper.slideTo(swiper.virtual.slides.length, 0, false, true);
|
|
31
|
+
}
|
|
32
|
+
else if (params.centeredSlides && swiper.snapIndex < params.slidesPerView) {
|
|
33
|
+
swiper.slideTo(swiper.virtual.slides.length + swiper.snapIndex, 0, false, true);
|
|
34
|
+
}
|
|
35
|
+
else if (swiper.snapIndex === swiper.snapGrid.length - 1) {
|
|
36
|
+
swiper.slideTo(swiper.virtual.slidesBefore, 0, false, true);
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
swiper.allowSlidePrev = allowSlidePrev;
|
|
40
|
+
swiper.allowSlideNext = allowSlideNext;
|
|
41
|
+
swiper.emit('loopFix');
|
|
42
|
+
return;
|
|
43
|
+
}
|
|
44
|
+
var slidesPerView = params.slidesPerView;
|
|
45
|
+
if (slidesPerView === 'auto') {
|
|
46
|
+
slidesPerView = swiper.slidesPerViewDynamic();
|
|
47
|
+
}
|
|
48
|
+
else {
|
|
49
|
+
slidesPerView = Math.ceil(parseFloat(params.slidesPerView, 10));
|
|
50
|
+
if (centeredSlides && slidesPerView % 2 === 0) {
|
|
51
|
+
slidesPerView = slidesPerView + 1;
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
var slidesPerGroup = params.slidesPerGroupAuto ? slidesPerView : params.slidesPerGroup;
|
|
55
|
+
var loopedSlides = slidesPerGroup;
|
|
56
|
+
if (loopedSlides % slidesPerGroup !== 0) {
|
|
57
|
+
loopedSlides += slidesPerGroup - (loopedSlides % slidesPerGroup);
|
|
58
|
+
}
|
|
59
|
+
loopedSlides += params.loopAdditionalSlides;
|
|
60
|
+
swiper.loopedSlides = loopedSlides;
|
|
61
|
+
var gridEnabled = swiper.grid && params.grid && params.grid.rows > 1;
|
|
62
|
+
if (slides.length < slidesPerView + loopedSlides) {
|
|
63
|
+
(0, utils_1.showWarning)('Swiper Loop Warning: The number of slides is not enough for loop mode, it will be disabled and not function properly. You need to add more slides (or make duplicates) or lower the values of slidesPerView and slidesPerGroup parameters');
|
|
64
|
+
}
|
|
65
|
+
else if (gridEnabled && params.grid.fill === 'row') {
|
|
66
|
+
(0, utils_1.showWarning)('Swiper Loop Warning: Loop mode is not compatible with grid.fill = `row`');
|
|
67
|
+
}
|
|
68
|
+
var prependSlidesIndexes = [];
|
|
69
|
+
var appendSlidesIndexes = [];
|
|
70
|
+
var activeIndex = swiper.activeIndex;
|
|
71
|
+
if (typeof activeSlideIndex === 'undefined') {
|
|
72
|
+
activeSlideIndex = swiper.getSlideIndex(slides.filter(function (el) { return el.classList.contains(params.slideActiveClass); })[0]);
|
|
73
|
+
}
|
|
74
|
+
else {
|
|
75
|
+
activeIndex = activeSlideIndex;
|
|
76
|
+
}
|
|
77
|
+
var isNext = direction === 'next' || !direction;
|
|
78
|
+
var isPrev = direction === 'prev' || !direction;
|
|
79
|
+
var slidesPrepended = 0;
|
|
80
|
+
var slidesAppended = 0;
|
|
81
|
+
var cols = gridEnabled ? Math.ceil(slides.length / params.grid.rows) : slides.length;
|
|
82
|
+
var activeColIndex = gridEnabled ? slides[activeSlideIndex].column : activeSlideIndex;
|
|
83
|
+
var activeColIndexWithShift = activeColIndex +
|
|
84
|
+
(centeredSlides && typeof setTranslate === 'undefined' ? -slidesPerView / 2 + 0.5 : 0);
|
|
85
|
+
// prepend last slides before start
|
|
86
|
+
if (activeColIndexWithShift < loopedSlides) {
|
|
87
|
+
slidesPrepended = Math.max(loopedSlides - activeColIndexWithShift, slidesPerGroup);
|
|
88
|
+
for (var i = 0; i < loopedSlides - activeColIndexWithShift; i += 1) {
|
|
89
|
+
var index = i - Math.floor(i / cols) * cols;
|
|
90
|
+
if (gridEnabled) {
|
|
91
|
+
var colIndexToPrepend = cols - index - 1;
|
|
92
|
+
for (var i_1 = slides.length - 1; i_1 >= 0; i_1 -= 1) {
|
|
93
|
+
if (slides[i_1].column === colIndexToPrepend)
|
|
94
|
+
prependSlidesIndexes.push(i_1);
|
|
95
|
+
}
|
|
96
|
+
// slides.forEach((slide, slideIndex) => {
|
|
97
|
+
// if (slide.column === colIndexToPrepend) prependSlidesIndexes.push(slideIndex);
|
|
98
|
+
// });
|
|
99
|
+
}
|
|
100
|
+
else {
|
|
101
|
+
prependSlidesIndexes.push(cols - index - 1);
|
|
102
|
+
}
|
|
103
|
+
}
|
|
104
|
+
}
|
|
105
|
+
else if (activeColIndexWithShift + slidesPerView > cols - loopedSlides) {
|
|
106
|
+
slidesAppended = Math.max(activeColIndexWithShift - (cols - loopedSlides * 2), slidesPerGroup);
|
|
107
|
+
var _loop_1 = function (i) {
|
|
108
|
+
var index = i - Math.floor(i / cols) * cols;
|
|
109
|
+
if (gridEnabled) {
|
|
110
|
+
slides.forEach(function (slide, slideIndex) {
|
|
111
|
+
if (slide.column === index)
|
|
112
|
+
appendSlidesIndexes.push(slideIndex);
|
|
113
|
+
});
|
|
114
|
+
}
|
|
115
|
+
else {
|
|
116
|
+
appendSlidesIndexes.push(index);
|
|
117
|
+
}
|
|
118
|
+
};
|
|
119
|
+
for (var i = 0; i < slidesAppended; i += 1) {
|
|
120
|
+
_loop_1(i);
|
|
121
|
+
}
|
|
122
|
+
}
|
|
123
|
+
swiper.__preventObserver__ = true;
|
|
124
|
+
requestAnimationFrame(function () {
|
|
125
|
+
swiper.__preventObserver__ = false;
|
|
126
|
+
});
|
|
127
|
+
if (isPrev) {
|
|
128
|
+
prependSlidesIndexes.forEach(function (index) {
|
|
129
|
+
slides[index].swiperLoopMoveDOM = true;
|
|
130
|
+
slidesEl.prepend(slides[index]);
|
|
131
|
+
slides[index].swiperLoopMoveDOM = false;
|
|
132
|
+
});
|
|
133
|
+
}
|
|
134
|
+
if (isNext) {
|
|
135
|
+
appendSlidesIndexes.forEach(function (index) {
|
|
136
|
+
slides[index].swiperLoopMoveDOM = true;
|
|
137
|
+
slidesEl.append(slides[index]);
|
|
138
|
+
slides[index].swiperLoopMoveDOM = false;
|
|
139
|
+
});
|
|
140
|
+
}
|
|
141
|
+
swiper.recalcSlides();
|
|
142
|
+
if (params.slidesPerView === 'auto') {
|
|
143
|
+
swiper.updateSlides();
|
|
144
|
+
}
|
|
145
|
+
else if (gridEnabled &&
|
|
146
|
+
((prependSlidesIndexes.length > 0 && isPrev) || (appendSlidesIndexes.length > 0 && isNext))) {
|
|
147
|
+
swiper.slides.forEach(function (slide, slideIndex) {
|
|
148
|
+
swiper.grid.updateSlide(slideIndex, slide, swiper.slides);
|
|
149
|
+
});
|
|
150
|
+
}
|
|
151
|
+
if (params.watchSlidesProgress) {
|
|
152
|
+
swiper.updateSlidesOffset();
|
|
153
|
+
}
|
|
154
|
+
if (slideTo) {
|
|
155
|
+
if (prependSlidesIndexes.length > 0 && isPrev) {
|
|
156
|
+
if (typeof slideRealIndex === 'undefined') {
|
|
157
|
+
var currentSlideTranslate = swiper.slidesGrid[activeIndex];
|
|
158
|
+
var newSlideTranslate = swiper.slidesGrid[activeIndex + slidesPrepended];
|
|
159
|
+
var diff = newSlideTranslate - currentSlideTranslate;
|
|
160
|
+
if (byMousewheel) {
|
|
161
|
+
swiper.setTranslate(swiper.translate - diff);
|
|
162
|
+
}
|
|
163
|
+
else {
|
|
164
|
+
swiper.slideTo(activeIndex + Math.ceil(slidesPrepended), 0, false, true);
|
|
165
|
+
if (setTranslate) {
|
|
166
|
+
swiper.touchEventsData.startTranslate = swiper.touchEventsData.startTranslate - diff;
|
|
167
|
+
swiper.touchEventsData.currentTranslate =
|
|
168
|
+
swiper.touchEventsData.currentTranslate - diff;
|
|
169
|
+
}
|
|
170
|
+
}
|
|
171
|
+
}
|
|
172
|
+
else {
|
|
173
|
+
if (setTranslate) {
|
|
174
|
+
var shift = gridEnabled
|
|
175
|
+
? prependSlidesIndexes.length / params.grid.rows
|
|
176
|
+
: prependSlidesIndexes.length;
|
|
177
|
+
swiper.slideTo(swiper.activeIndex + shift, 0, false, true);
|
|
178
|
+
swiper.touchEventsData.currentTranslate = swiper.translate;
|
|
179
|
+
}
|
|
180
|
+
}
|
|
181
|
+
}
|
|
182
|
+
else if (appendSlidesIndexes.length > 0 && isNext) {
|
|
183
|
+
if (typeof slideRealIndex === 'undefined') {
|
|
184
|
+
var currentSlideTranslate = swiper.slidesGrid[activeIndex];
|
|
185
|
+
var newSlideTranslate = swiper.slidesGrid[activeIndex - slidesAppended];
|
|
186
|
+
var diff = newSlideTranslate - currentSlideTranslate;
|
|
187
|
+
if (byMousewheel) {
|
|
188
|
+
swiper.setTranslate(swiper.translate - diff);
|
|
189
|
+
}
|
|
190
|
+
else {
|
|
191
|
+
swiper.slideTo(activeIndex - slidesAppended, 0, false, true);
|
|
192
|
+
if (setTranslate) {
|
|
193
|
+
swiper.touchEventsData.startTranslate = swiper.touchEventsData.startTranslate - diff;
|
|
194
|
+
swiper.touchEventsData.currentTranslate =
|
|
195
|
+
swiper.touchEventsData.currentTranslate - diff;
|
|
196
|
+
}
|
|
197
|
+
}
|
|
198
|
+
}
|
|
199
|
+
else {
|
|
200
|
+
var shift = gridEnabled
|
|
201
|
+
? appendSlidesIndexes.length / params.grid.rows
|
|
202
|
+
: appendSlidesIndexes.length;
|
|
203
|
+
swiper.slideTo(swiper.activeIndex - shift, 0, false, true);
|
|
204
|
+
}
|
|
205
|
+
}
|
|
206
|
+
}
|
|
207
|
+
swiper.allowSlidePrev = allowSlidePrev;
|
|
208
|
+
swiper.allowSlideNext = allowSlideNext;
|
|
209
|
+
if (swiper.controller && swiper.controller.control && !byController) {
|
|
210
|
+
var loopParams_1 = {
|
|
211
|
+
slideRealIndex: slideRealIndex,
|
|
212
|
+
direction: direction,
|
|
213
|
+
setTranslate: setTranslate,
|
|
214
|
+
activeSlideIndex: activeSlideIndex,
|
|
215
|
+
byController: true,
|
|
216
|
+
};
|
|
217
|
+
if (Array.isArray(swiper.controller.control)) {
|
|
218
|
+
swiper.controller.control.forEach(function (c) {
|
|
219
|
+
if (!c.destroyed && c.params.loop)
|
|
220
|
+
c.loopFix(__assign(__assign({}, loopParams_1), { slideTo: c.params.slidesPerView === params.slidesPerView ? slideTo : false }));
|
|
221
|
+
});
|
|
222
|
+
}
|
|
223
|
+
else if (swiper.controller.control instanceof swiper.constructor &&
|
|
224
|
+
swiper.controller.control.params.loop) {
|
|
225
|
+
swiper.controller.control.loopFix(__assign(__assign({}, loopParams_1), { slideTo: swiper.controller.control.params.slidesPerView === params.slidesPerView ? slideTo : false }));
|
|
226
|
+
}
|
|
227
|
+
}
|
|
228
|
+
swiper.emit('loopFix');
|
|
229
|
+
}
|
|
230
|
+
//# sourceMappingURL=loopFix.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"loopFix.js","sourceRoot":"","sources":["../../../../../../../src/ui/components/carousel/carousel-lib/core/loop/loopFix.tsx"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.default = moduleExtendParams;
|
|
4
|
+
var utils_1 = require("../shared/utils.js");
|
|
5
|
+
function moduleExtendParams(params, allModulesParams) {
|
|
6
|
+
return function extendParams(obj) {
|
|
7
|
+
if (obj === void 0) { obj = {}; }
|
|
8
|
+
var moduleParamName = Object.keys(obj)[0];
|
|
9
|
+
var moduleParams = obj[moduleParamName];
|
|
10
|
+
if (typeof moduleParams !== 'object' || moduleParams === null) {
|
|
11
|
+
(0, utils_1.extend)(allModulesParams, obj);
|
|
12
|
+
return;
|
|
13
|
+
}
|
|
14
|
+
if (params[moduleParamName] === true) {
|
|
15
|
+
params[moduleParamName] = { enabled: true };
|
|
16
|
+
}
|
|
17
|
+
if (moduleParamName === 'navigation' &&
|
|
18
|
+
params[moduleParamName] &&
|
|
19
|
+
params[moduleParamName].enabled &&
|
|
20
|
+
!params[moduleParamName].prevEl &&
|
|
21
|
+
!params[moduleParamName].nextEl) {
|
|
22
|
+
params[moduleParamName].auto = true;
|
|
23
|
+
}
|
|
24
|
+
if (['pagination', 'scrollbar'].indexOf(moduleParamName) >= 0 &&
|
|
25
|
+
params[moduleParamName] &&
|
|
26
|
+
params[moduleParamName].enabled &&
|
|
27
|
+
!params[moduleParamName].el) {
|
|
28
|
+
params[moduleParamName].auto = true;
|
|
29
|
+
}
|
|
30
|
+
if (!(moduleParamName in params && 'enabled' in moduleParams)) {
|
|
31
|
+
(0, utils_1.extend)(allModulesParams, obj);
|
|
32
|
+
return;
|
|
33
|
+
}
|
|
34
|
+
if (typeof params[moduleParamName] === 'object' && !('enabled' in params[moduleParamName])) {
|
|
35
|
+
params[moduleParamName].enabled = true;
|
|
36
|
+
}
|
|
37
|
+
if (!params[moduleParamName])
|
|
38
|
+
params[moduleParamName] = { enabled: false };
|
|
39
|
+
(0, utils_1.extend)(allModulesParams, obj);
|
|
40
|
+
};
|
|
41
|
+
}
|
|
42
|
+
//# sourceMappingURL=moduleExtendParams.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"moduleExtendParams.js","sourceRoot":"","sources":["../../../../../../src/ui/components/carousel/carousel-lib/core/moduleExtendParams.tsx"],"names":[],"mappings":";;AAEA,qCAuCC;AAzCD,yCAAyC;AAEzC,SAAwB,kBAAkB,CAAC,MAAM,EAAE,gBAAgB;IACjE,OAAO,SAAS,YAAY,CAAC,GAAQ;QAAR,oBAAA,EAAA,QAAQ;QACnC,IAAM,eAAe,GAAG,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC;QAC5C,IAAM,YAAY,GAAG,GAAG,CAAC,eAAe,CAAC,CAAC;QAC1C,IAAI,OAAO,YAAY,KAAK,QAAQ,IAAI,YAAY,KAAK,IAAI,EAAE,CAAC;YAC9D,IAAA,cAAM,EAAC,gBAAgB,EAAE,GAAG,CAAC,CAAC;YAC9B,OAAO;QACT,CAAC;QACD,IAAI,MAAM,CAAC,eAAe,CAAC,KAAK,IAAI,EAAE,CAAC;YACrC,MAAM,CAAC,eAAe,CAAC,GAAG,EAAE,OAAO,EAAE,IAAI,EAAE,CAAC;QAC9C,CAAC;QACD,IACE,eAAe,KAAK,YAAY;YAChC,MAAM,CAAC,eAAe,CAAC;YACvB,MAAM,CAAC,eAAe,CAAC,CAAC,OAAO;YAC/B,CAAC,MAAM,CAAC,eAAe,CAAC,CAAC,MAAM;YAC/B,CAAC,MAAM,CAAC,eAAe,CAAC,CAAC,MAAM,EAC/B,CAAC;YACD,MAAM,CAAC,eAAe,CAAC,CAAC,IAAI,GAAG,IAAI,CAAC;QACtC,CAAC;QACD,IACE,CAAC,YAAY,EAAE,WAAW,CAAC,CAAC,OAAO,CAAC,eAAe,CAAC,IAAI,CAAC;YACzD,MAAM,CAAC,eAAe,CAAC;YACvB,MAAM,CAAC,eAAe,CAAC,CAAC,OAAO;YAC/B,CAAC,MAAM,CAAC,eAAe,CAAC,CAAC,EAAE,EAC3B,CAAC;YACD,MAAM,CAAC,eAAe,CAAC,CAAC,IAAI,GAAG,IAAI,CAAC;QACtC,CAAC;QACD,IAAI,CAAC,CAAC,eAAe,IAAI,MAAM,IAAI,SAAS,IAAI,YAAY,CAAC,EAAE,CAAC;YAC9D,IAAA,cAAM,EAAC,gBAAgB,EAAE,GAAG,CAAC,CAAC;YAC9B,OAAO;QACT,CAAC;QAED,IAAI,OAAO,MAAM,CAAC,eAAe,CAAC,KAAK,QAAQ,IAAI,CAAC,CAAC,SAAS,IAAI,MAAM,CAAC,eAAe,CAAC,CAAC,EAAE,CAAC;YAC3F,MAAM,CAAC,eAAe,CAAC,CAAC,OAAO,GAAG,IAAI,CAAC;QACzC,CAAC;QACD,IAAI,CAAC,MAAM,CAAC,eAAe,CAAC;YAAE,MAAM,CAAC,eAAe,CAAC,GAAG,EAAE,OAAO,EAAE,KAAK,EAAE,CAAC;QAC3E,IAAA,cAAM,EAAC,gBAAgB,EAAE,GAAG,CAAC,CAAC;IAChC,CAAC,CAAC;AACJ,CAAC"}
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.default = Observer;
|
|
4
|
+
//@ts-nocheck
|
|
5
|
+
var utils_1 = require("../../../shared/utils.js");
|
|
6
|
+
var window_1 = require("../../../ssr-window/window.js");
|
|
7
|
+
function Observer(_a) {
|
|
8
|
+
var swiper = _a.swiper, extendParams = _a.extendParams, on = _a.on, emit = _a.emit;
|
|
9
|
+
var observers = [];
|
|
10
|
+
var window = (0, window_1.getWindow)();
|
|
11
|
+
var attach = function (target, options) {
|
|
12
|
+
if (options === void 0) { options = {}; }
|
|
13
|
+
var ObserverFunc = window.MutationObserver || window.WebkitMutationObserver;
|
|
14
|
+
var observer = new ObserverFunc(function (mutations) {
|
|
15
|
+
// The observerUpdate event should only be triggered
|
|
16
|
+
// once despite the number of mutations. Additional
|
|
17
|
+
// triggers are redundant and are very costly
|
|
18
|
+
if (swiper.__preventObserver__)
|
|
19
|
+
return;
|
|
20
|
+
if (mutations.length === 1) {
|
|
21
|
+
emit('observerUpdate', mutations[0]);
|
|
22
|
+
return;
|
|
23
|
+
}
|
|
24
|
+
var observerUpdate = function observerUpdate() {
|
|
25
|
+
emit('observerUpdate', mutations[0]);
|
|
26
|
+
};
|
|
27
|
+
if (window.requestAnimationFrame) {
|
|
28
|
+
window.requestAnimationFrame(observerUpdate);
|
|
29
|
+
}
|
|
30
|
+
else {
|
|
31
|
+
window.setTimeout(observerUpdate, 0);
|
|
32
|
+
}
|
|
33
|
+
});
|
|
34
|
+
observer.observe(target, {
|
|
35
|
+
attributes: typeof options.attributes === 'undefined' ? true : options.attributes,
|
|
36
|
+
childList: typeof options.childList === 'undefined' ? true : options.childList,
|
|
37
|
+
characterData: typeof options.characterData === 'undefined' ? true : options.characterData,
|
|
38
|
+
});
|
|
39
|
+
observers.push(observer);
|
|
40
|
+
};
|
|
41
|
+
var init = function () {
|
|
42
|
+
if (!swiper.params.observer)
|
|
43
|
+
return;
|
|
44
|
+
if (swiper.params.observeParents) {
|
|
45
|
+
var containerParents = (0, utils_1.elementParents)(swiper.hostEl);
|
|
46
|
+
for (var i = 0; i < containerParents.length; i += 1) {
|
|
47
|
+
attach(containerParents[i]);
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
// Observe container
|
|
51
|
+
attach(swiper.hostEl, {
|
|
52
|
+
childList: swiper.params.observeSlideChildren,
|
|
53
|
+
});
|
|
54
|
+
// Observe wrapper
|
|
55
|
+
attach(swiper.wrapperEl, { attributes: false });
|
|
56
|
+
};
|
|
57
|
+
var destroy = function () {
|
|
58
|
+
observers.forEach(function (observer) {
|
|
59
|
+
observer.disconnect();
|
|
60
|
+
});
|
|
61
|
+
observers.splice(0, observers.length);
|
|
62
|
+
};
|
|
63
|
+
extendParams({
|
|
64
|
+
observer: false,
|
|
65
|
+
observeParents: false,
|
|
66
|
+
observeSlideChildren: false,
|
|
67
|
+
});
|
|
68
|
+
on('init', init);
|
|
69
|
+
on('destroy', destroy);
|
|
70
|
+
}
|
|
71
|
+
//# sourceMappingURL=observer.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"observer.js","sourceRoot":"","sources":["../../../../../../../../src/ui/components/carousel/carousel-lib/core/modules/observer/observer.tsx"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
//@ts-nocheck
|
|
3
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
+
exports.default = Resize;
|
|
5
|
+
var window_1 = require("../../../ssr-window/window.js");
|
|
6
|
+
function Resize(_a) {
|
|
7
|
+
var swiper = _a.swiper, on = _a.on, emit = _a.emit;
|
|
8
|
+
var window = (0, window_1.getWindow)();
|
|
9
|
+
var observer = null;
|
|
10
|
+
var animationFrame = null;
|
|
11
|
+
var resizeHandler = function () {
|
|
12
|
+
if (!swiper || swiper.destroyed || !swiper.initialized)
|
|
13
|
+
return;
|
|
14
|
+
emit('beforeResize');
|
|
15
|
+
emit('resize');
|
|
16
|
+
};
|
|
17
|
+
var createObserver = function () {
|
|
18
|
+
if (!swiper || swiper.destroyed || !swiper.initialized)
|
|
19
|
+
return;
|
|
20
|
+
observer = new ResizeObserver(function (entries) {
|
|
21
|
+
animationFrame = window.requestAnimationFrame(function () {
|
|
22
|
+
var width = swiper.width, height = swiper.height;
|
|
23
|
+
var newWidth = width;
|
|
24
|
+
var newHeight = height;
|
|
25
|
+
entries.forEach(function (_a) {
|
|
26
|
+
var contentBoxSize = _a.contentBoxSize, contentRect = _a.contentRect, target = _a.target;
|
|
27
|
+
if (target && target !== swiper.el)
|
|
28
|
+
return;
|
|
29
|
+
newWidth = contentRect
|
|
30
|
+
? contentRect.width
|
|
31
|
+
: (contentBoxSize[0] || contentBoxSize).inlineSize;
|
|
32
|
+
newHeight = contentRect
|
|
33
|
+
? contentRect.height
|
|
34
|
+
: (contentBoxSize[0] || contentBoxSize).blockSize;
|
|
35
|
+
});
|
|
36
|
+
if (newWidth !== width || newHeight !== height) {
|
|
37
|
+
resizeHandler();
|
|
38
|
+
}
|
|
39
|
+
});
|
|
40
|
+
});
|
|
41
|
+
observer.observe(swiper.el);
|
|
42
|
+
};
|
|
43
|
+
var removeObserver = function () {
|
|
44
|
+
if (animationFrame) {
|
|
45
|
+
window.cancelAnimationFrame(animationFrame);
|
|
46
|
+
}
|
|
47
|
+
if (observer && observer.unobserve && swiper.el) {
|
|
48
|
+
observer.unobserve(swiper.el);
|
|
49
|
+
observer = null;
|
|
50
|
+
}
|
|
51
|
+
};
|
|
52
|
+
var orientationChangeHandler = function () {
|
|
53
|
+
if (!swiper || swiper.destroyed || !swiper.initialized)
|
|
54
|
+
return;
|
|
55
|
+
emit('orientationchange');
|
|
56
|
+
};
|
|
57
|
+
on('init', function () {
|
|
58
|
+
if (swiper.params.resizeObserver && typeof window.ResizeObserver !== 'undefined') {
|
|
59
|
+
createObserver();
|
|
60
|
+
return;
|
|
61
|
+
}
|
|
62
|
+
window.addEventListener('resize', resizeHandler);
|
|
63
|
+
window.addEventListener('orientationchange', orientationChangeHandler);
|
|
64
|
+
});
|
|
65
|
+
on('destroy', function () {
|
|
66
|
+
removeObserver();
|
|
67
|
+
window.removeEventListener('resize', resizeHandler);
|
|
68
|
+
window.removeEventListener('orientationchange', orientationChangeHandler);
|
|
69
|
+
});
|
|
70
|
+
}
|
|
71
|
+
//# sourceMappingURL=resize.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"resize.js","sourceRoot":"","sources":["../../../../../../../../src/ui/components/carousel/carousel-lib/core/modules/resize/resize.tsx"],"names":[],"mappings":"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"}
|