md-components-mdigial-azamat 0.0.44 → 0.0.46

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.
Files changed (144) hide show
  1. package/dist/AllComponents.js +167 -34
  2. package/dist/AllComponentsInfo.js +95 -0
  3. package/dist/AnimatedSwiper/index.js +139 -10
  4. package/dist/AnimatedSwiper/info.js +11 -0
  5. package/dist/Banner/Banner.js +4 -3
  6. package/dist/Banner/info.js +11 -0
  7. package/dist/BannerAndText/index.js +2 -1
  8. package/dist/BannerAndText/info.js +11 -0
  9. package/dist/CardIconList/CardIconList.js +3 -2
  10. package/dist/CardIconList/info.js +11 -0
  11. package/dist/CardImageList/CardImageList.js +4 -3
  12. package/dist/CardImageList/info.js +11 -0
  13. package/dist/CardImageSecondary/CardImageSecondary.js +2 -1
  14. package/dist/CardImageSecondary/info.js +11 -0
  15. package/dist/CardImageSecondaryList/CardImageSecondaryList.js +8 -7
  16. package/dist/CardImageSecondaryList/info.js +11 -0
  17. package/dist/CardInfoTable/index.js +4 -3
  18. package/dist/CardInfoTable/info.js +11 -0
  19. package/dist/Cards/CardImage/CardImage.js +2 -1
  20. package/dist/Cards/CardImage/info.js +11 -0
  21. package/dist/Cards/ColoredCard/index.js +2 -1
  22. package/dist/Cards/ColoredCard/info.js +11 -0
  23. package/dist/Cards/ContentCard/ContentCard.js +36 -35
  24. package/dist/Cards/ContentCard/info.js +11 -0
  25. package/dist/Cards/FeaturesCard/index.js +3 -2
  26. package/dist/Cards/FeaturesCard/info.js +11 -0
  27. package/dist/Cards/WarningCard/WarningCard.js +7 -6
  28. package/dist/Cards/WarningCard/info.js +11 -0
  29. package/dist/ContentCardList/ContentCardList.js +23 -19
  30. package/dist/ContentCardList/info.js +11 -0
  31. package/dist/DownloadFile/components/DownloadFileBanner/DownloadFileBanner.js +3 -2
  32. package/dist/DownloadFile/components/DownloadFileBanner/info.js +11 -0
  33. package/dist/DownloadFile/components/DownloadFileBright/index.js +3 -2
  34. package/dist/DownloadFile/components/DownloadFileBright/info.js +11 -0
  35. package/dist/DownloadFile/components/DownloadFileFull/DownloadFileFull.js +4 -3
  36. package/dist/DownloadFile/components/DownloadFileFull/info.js +11 -0
  37. package/dist/DownloadFile/components/DownloadFileHalf/DownloadFileHalf.js +4 -3
  38. package/dist/DownloadFile/components/DownloadFileHalf/info.js +11 -0
  39. package/dist/DownloadFile/components/DownloadFileMini/DownloadFileMini.js +5 -4
  40. package/dist/DownloadFile/components/DownloadFileMini/info.js +11 -0
  41. package/dist/Faq/Faq.js +2 -1
  42. package/dist/Faq/components/FeedbackForm/FeedbackForm.js +2 -2
  43. package/dist/Faq/info.js +11 -0
  44. package/dist/Footer/Footer.js +96 -54
  45. package/dist/Footer/info.js +10 -0
  46. package/dist/Header/Header.js +60 -6
  47. package/dist/Header/components/HeaderCard/HeaderCard.js +2 -2
  48. package/dist/Header/components/HeaderMainMobile/HeaderMainMobile.js +1 -1
  49. package/dist/Header/components/HeaderMenuMobile/HeaderMenuMobile.js +52 -45
  50. package/dist/Header/components/HeaderMobile/HeaderMobile.js +71 -9
  51. package/dist/Header/components/HeaderMobile/index.js +1 -1
  52. package/dist/Header/components/HeaderSearch/HeaderSearch.js +157 -11
  53. package/dist/Header/components/HeaderSearch/index.js +2 -2
  54. package/dist/Header/components/HeaderTabsMobile/HeaderTabsMobile.js +3 -3
  55. package/dist/Header/components/HeaderWeb/HeaderWeb.js +11 -11
  56. package/dist/Header/components/SelectLanguage/SelectLanguage.js +1 -1
  57. package/dist/Header/components/TabsOutlined/TabsOutlined.js +2 -2
  58. package/dist/Header/index.js +2 -2
  59. package/dist/Header/info.js +10 -0
  60. package/dist/HeroPossibilityBanner/index.js +2 -1
  61. package/dist/HeroPossibilityBanner/info.js +11 -0
  62. package/dist/HtmlContent/HtmlContent.js +2 -1
  63. package/dist/HtmlContent/info.js +10 -0
  64. package/dist/InfoBanner/index.js +3 -2
  65. package/dist/InfoBanner/info.js +11 -0
  66. package/dist/InfoBannerList/InfoBannerList.js +49 -7
  67. package/dist/InfoBannerList/index.js +2 -2
  68. package/dist/InfoBannerList/info.js +11 -0
  69. package/dist/InstructionList/InstructionList.js +31 -7
  70. package/dist/InstructionList/components/InstructionCard/InstructionCard.js +80 -47
  71. package/dist/InstructionList/components/InstructionCard/index.js +1 -1
  72. package/dist/InstructionList/index.js +1 -1
  73. package/dist/InstructionList/info.js +11 -0
  74. package/dist/IntroBanner/IntroBanner.js +3 -2
  75. package/dist/IntroBanner/info.js +11 -0
  76. package/dist/MainBanner/MainBanner.js +4 -3
  77. package/dist/MainBanner/info.js +11 -0
  78. package/dist/MultiCards/index.js +2 -1
  79. package/dist/MultiCards/info.js +11 -0
  80. package/dist/PageViewer/PageViewer.js +4 -43
  81. package/dist/PageViewer/renderComponents.js +1 -1
  82. package/dist/Partners/Partners.js +2 -1
  83. package/dist/Partners/info.js +11 -0
  84. package/dist/PartnersColors/PartnersColors.js +2 -1
  85. package/dist/PartnersColors/info.js +11 -0
  86. package/dist/PreviewList/PreviewList.js +31 -6
  87. package/dist/PreviewList/components/PreviewCard/PreviewCard.js +29 -46
  88. package/dist/PreviewList/components/PreviewCard/index.js +2 -2
  89. package/dist/PreviewList/index.js +1 -1
  90. package/dist/PreviewList/info.js +11 -0
  91. package/dist/PromoPoster/PromoPoster.js +45 -7
  92. package/dist/PromoPoster/info.js +11 -0
  93. package/dist/RenderAllComponents/RenderAllComponents.js +1 -1
  94. package/dist/RenderAllComponents/const.js +1 -1
  95. package/dist/Segments/Segments.js +2 -1
  96. package/dist/Segments/info.js +11 -0
  97. package/dist/Space/Space.js +2 -1
  98. package/dist/Space/info.js +11 -0
  99. package/dist/StandartTable/components/CardMarkedRow/index.js +88 -47
  100. package/dist/StandartTable/components/CardWarning/index.js +2 -2
  101. package/dist/StandartTable/index.js +76 -7
  102. package/dist/StandartTable/info.js +11 -0
  103. package/dist/Stepper/Stepper.js +4 -3
  104. package/dist/Stepper/info.js +11 -0
  105. package/dist/SwiperList/SwiperList.js +119 -11
  106. package/dist/SwiperList/index.js +1 -1
  107. package/dist/SwiperList/info.js +11 -0
  108. package/dist/TasksBanner/TasksBanner.js +132 -9
  109. package/dist/TasksBanner/index.js +2 -2
  110. package/dist/TasksBanner/info.js +11 -0
  111. package/dist/TasksBannerList/TasksBannerList.js +36 -5
  112. package/dist/TasksBannerList/index.js +2 -2
  113. package/dist/TasksBannerList/info.js +11 -0
  114. package/dist/Video/VideoFull/VideoFull.js +2 -1
  115. package/dist/Video/VideoFull/info.js +11 -0
  116. package/dist/Video/VideoList/VideoList.js +2 -1
  117. package/dist/Video/VideoList/info.js +11 -0
  118. package/dist/Video/VideoListMini/VideoListMini.js +2 -1
  119. package/dist/Video/VideoListMini/info.js +11 -0
  120. package/dist/VideoMainBanner/VideoMainBanner.js +18 -17
  121. package/dist/VideoMainBanner/info.js +11 -0
  122. package/dist/clientApi-642fea4b.js +25 -0
  123. package/dist/componentsMap-b3ef1658.js +75 -0
  124. package/dist/{const-637b0dca.js → const-53dff524.js} +3 -3
  125. package/dist/createBoolean-56064b0d.js +12 -0
  126. package/dist/{data.mock-483400cb.js → data.mock-2412b65a.js} +94 -96
  127. package/dist/{index-6af94f99.js → index-10605794.js} +1 -1
  128. package/dist/index-1a32da94.js +4 -0
  129. package/dist/{index-815f0132.js → index-b4c61de3.js} +9 -8
  130. package/dist/index.module-c8833286.js +83 -0
  131. package/dist/{languages-list-8419e560.js → languages-list-87ab3324.js} +2 -2
  132. package/dist/main.js +88 -81
  133. package/dist/{mousewheel-865ae601.js → mousewheel-2cf27f39.js} +1 -1
  134. package/dist/navigation-48c90d3b.js +183 -0
  135. package/dist/routes-76228734.js +109 -0
  136. package/dist/{swiper-react-90953710.js → swiper-react-bfbb44d6.js} +3 -3
  137. package/package.json +1 -1
  138. package/dist/componentsMap-0b4c8ca6.js +0 -68
  139. package/dist/index-3a534581.js +0 -261
  140. package/dist/index-3b24fe0f.js +0 -314
  141. package/dist/index-54813771.js +0 -925
  142. package/dist/routes-382632ac.js +0 -7
  143. /package/dist/assets/{index3.css → TasksBanner.css} +0 -0
  144. /package/dist/assets/{index2.css → navigation.css} +0 -0
package/dist/main.js CHANGED
@@ -1,89 +1,96 @@
1
1
  import { ConfigProvider as e } from "./ConfigProvider/index.js";
2
- import { Banner as a } from "./Banner/Banner.js";
3
- import { BannerAndText as m } from "./BannerAndText/index.js";
4
- import { f, A as x, H as i, d as s, I as d, e as l, P as C } from "./index-54813771.js";
5
- import { Footer as P } from "./Footer/Footer.js";
6
- import { Stepper as I } from "./Stepper/Stepper.js";
7
- import { Segments as w } from "./Segments/Segments.js";
8
- import { VideoFull as g } from "./Video/VideoFull/VideoFull.js";
9
- import { VideoList as M } from "./Video/VideoList/VideoList.js";
10
- import { VideoListMini as H } from "./Video/VideoListMini/VideoListMini.js";
11
- import { ContentCardList as V } from "./ContentCardList/ContentCardList.js";
12
- import { CardIconList as A } from "./CardIconList/CardIconList.js";
13
- import { MultiCards as y } from "./MultiCards/index.js";
14
- import { Partners as k } from "./Partners/Partners.js";
15
- import { CardImageList as E } from "./CardImageList/CardImageList.js";
16
- import { MainBanner as Z } from "./MainBanner/MainBanner.js";
17
- import { Faq as j } from "./Faq/Faq.js";
18
- import { HtmlContent as G } from "./HtmlContent/HtmlContent.js";
19
- import { HeroPossibilityBanner as K } from "./HeroPossibilityBanner/index.js";
20
- import { PartnersColors as O } from "./PartnersColors/PartnersColors.js";
21
- import { CardImage as R } from "./Cards/CardImage/CardImage.js";
22
- import { ContentCard as X } from "./Cards/ContentCard/ContentCard.js";
23
- import { WarningCard as _ } from "./Cards/WarningCard/WarningCard.js";
24
- import { ColoredCard as rr } from "./Cards/ColoredCard/index.js";
25
- import { F as er, S as tr } from "./index-815f0132.js";
26
- import { DownloadFileBanner as pr } from "./DownloadFile/components/DownloadFileBanner/DownloadFileBanner.js";
27
- import { DownloadFileFull as nr } from "./DownloadFile/components/DownloadFileFull/DownloadFileFull.js";
28
- import { DownloadFileHalf as xr } from "./DownloadFile/components/DownloadFileHalf/DownloadFileHalf.js";
29
- import { DownloadFileMini as sr } from "./DownloadFile/components/DownloadFileMini/DownloadFileMini.js";
2
+ import { Banner as p } from "./Banner/Banner.js";
3
+ import { BannerAndText as f } from "./BannerAndText/index.js";
4
+ import { Header as x } from "./Header/Header.js";
5
+ import { Footer as i } from "./Footer/Footer.js";
6
+ import { Stepper as s } from "./Stepper/Stepper.js";
7
+ import { Segments as C } from "./Segments/Segments.js";
8
+ import { VideoFull as P } from "./Video/VideoFull/VideoFull.js";
9
+ import { VideoList as I } from "./Video/VideoList/VideoList.js";
10
+ import { VideoListMini as w } from "./Video/VideoListMini/VideoListMini.js";
11
+ import { ContentCardList as L } from "./ContentCardList/ContentCardList.js";
12
+ import { CardIconList as M } from "./CardIconList/CardIconList.js";
13
+ import { MultiCards as S } from "./MultiCards/index.js";
14
+ import { Partners as A } from "./Partners/Partners.js";
15
+ import { CardImageList as b } from "./CardImageList/CardImageList.js";
16
+ import { MainBanner as y } from "./MainBanner/MainBanner.js";
17
+ import { Faq as k } from "./Faq/Faq.js";
18
+ import { HtmlContent as E } from "./HtmlContent/HtmlContent.js";
19
+ import { InstructionList as Z } from "./InstructionList/InstructionList.js";
20
+ import { HeroPossibilityBanner as j } from "./HeroPossibilityBanner/index.js";
21
+ import { PartnersColors as G } from "./PartnersColors/PartnersColors.js";
22
+ import { PreviewList as K } from "./PreviewList/PreviewList.js";
23
+ import { CardImage as O } from "./Cards/CardImage/CardImage.js";
24
+ import { ContentCard as R } from "./Cards/ContentCard/ContentCard.js";
25
+ import { WarningCard as X } from "./Cards/WarningCard/WarningCard.js";
26
+ import { ColoredCard as _ } from "./Cards/ColoredCard/index.js";
27
+ import { F as rr, S as or } from "./index-b4c61de3.js";
28
+ import { DownloadFileBanner as tr } from "./DownloadFile/components/DownloadFileBanner/DownloadFileBanner.js";
29
+ import { DownloadFileFull as mr } from "./DownloadFile/components/DownloadFileFull/DownloadFileFull.js";
30
+ import { DownloadFileHalf as nr } from "./DownloadFile/components/DownloadFileHalf/DownloadFileHalf.js";
31
+ import { DownloadFileMini as ar } from "./DownloadFile/components/DownloadFileMini/DownloadFileMini.js";
30
32
  import { Collapse as lr } from "./Faq/components/Collapse/Collapse.js";
31
- import { FeedbackForm as Fr } from "./Faq/components/FeedbackForm/FeedbackForm.js";
32
- import { PlusMinusIcon as ur } from "./Faq/components/PlusMinusIcon/PlusMinusIcon.js";
33
+ import { FeedbackForm as dr } from "./Faq/components/FeedbackForm/FeedbackForm.js";
34
+ import { PlusMinusIcon as Fr } from "./Faq/components/PlusMinusIcon/PlusMinusIcon.js";
35
+ import { InstructionCard as ur } from "./InstructionList/components/InstructionCard/InstructionCard.js";
33
36
  import { InstructionModal as cr } from "./InstructionList/components/InstructionModal/InstructionModal.js";
34
- import { PartnerCard as Lr } from "./PartnersColors/components/PartnerCard/PartnerCard.js";
35
- import { PartnerTab as Br } from "./PartnersColors/components/PartnerTab/PartnerTab.js";
36
- import { VideoPlayer as Dr } from "./Video/components/VideoPlayer/VideoPlayer.js";
37
- import { PageViewer as Sr } from "./PageViewer/PageViewer.js";
38
- import { FieldTypes as br } from "./Types/FiledTypes.js";
39
- import { b as vr } from "./const-637b0dca.js";
40
- import { Space as Tr } from "./Space/Space.js";
37
+ import { PartnerCard as Br } from "./PartnersColors/components/PartnerCard/PartnerCard.js";
38
+ import { PartnerTab as gr } from "./PartnersColors/components/PartnerTab/PartnerTab.js";
39
+ import { PreviewCard as Dr } from "./PreviewList/components/PreviewCard/PreviewCard.js";
40
+ import { VideoPlayer as Vr } from "./Video/components/VideoPlayer/VideoPlayer.js";
41
+ import { PageViewer as Hr } from "./PageViewer/PageViewer.js";
42
+ import { FieldTypes as vr } from "./Types/FiledTypes.js";
43
+ import { B as Tr } from "./const-53dff524.js";
44
+ import { Space as qr } from "./Space/Space.js";
45
+ import { AllComponents as Wr, AllComponentsData as Zr } from "./AllComponents.js";
46
+ import { AllComponentsInfo as jr } from "./AllComponentsInfo.js";
41
47
  export {
42
- f as AllComponents,
43
- x as AllComponentsData,
44
- a as Banner,
45
- m as BannerAndText,
46
- vr as ButtonProps,
47
- A as CardIconList,
48
- R as CardImage,
49
- E as CardImageList,
48
+ Wr as AllComponents,
49
+ Zr as AllComponentsData,
50
+ jr as AllComponentsInfo,
51
+ p as Banner,
52
+ f as BannerAndText,
53
+ Tr as ButtonProps,
54
+ M as CardIconList,
55
+ O as CardImage,
56
+ b as CardImageList,
50
57
  lr as Collapse,
51
- rr as ColoredCard,
58
+ _ as ColoredCard,
52
59
  e as ConfigProvider,
53
- X as ContentCard,
54
- V as ContentCardList,
55
- pr as DownloadFileBanner,
56
- nr as DownloadFileFull,
57
- xr as DownloadFileHalf,
58
- sr as DownloadFileMini,
59
- j as Faq,
60
- er as FeaturesCard,
61
- Fr as FeedbackForm,
62
- br as FieldTypes,
63
- P as Footer,
64
- i as Header,
65
- K as HeroPossibilityBanner,
66
- G as HtmlContent,
67
- s as InstructionCard,
68
- d as InstructionList,
60
+ R as ContentCard,
61
+ L as ContentCardList,
62
+ tr as DownloadFileBanner,
63
+ mr as DownloadFileFull,
64
+ nr as DownloadFileHalf,
65
+ ar as DownloadFileMini,
66
+ k as Faq,
67
+ rr as FeaturesCard,
68
+ dr as FeedbackForm,
69
+ vr as FieldTypes,
70
+ i as Footer,
71
+ x as Header,
72
+ j as HeroPossibilityBanner,
73
+ E as HtmlContent,
74
+ ur as InstructionCard,
75
+ Z as InstructionList,
69
76
  cr as InstructionModal,
70
- Z as MainBanner,
71
- y as MultiCards,
72
- Sr as PageViewer,
73
- Lr as PartnerCard,
74
- Br as PartnerTab,
75
- k as Partners,
76
- O as PartnersColors,
77
- ur as PlusMinusIcon,
78
- l as PreviewCard,
79
- C as PreviewList,
80
- tr as SIZE,
81
- w as Segments,
82
- Tr as Space,
83
- I as Stepper,
84
- g as VideoFull,
85
- M as VideoList,
86
- H as VideoListMini,
87
- Dr as VideoPlayer,
88
- _ as WarningCard
77
+ y as MainBanner,
78
+ S as MultiCards,
79
+ Hr as PageViewer,
80
+ Br as PartnerCard,
81
+ gr as PartnerTab,
82
+ A as Partners,
83
+ G as PartnersColors,
84
+ Fr as PlusMinusIcon,
85
+ Dr as PreviewCard,
86
+ K as PreviewList,
87
+ or as SIZE,
88
+ C as Segments,
89
+ qr as Space,
90
+ s as Stepper,
91
+ P as VideoFull,
92
+ I as VideoList,
93
+ w as VideoListMini,
94
+ Vr as VideoPlayer,
95
+ X as WarningCard
89
96
  };
@@ -1,4 +1,4 @@
1
- import { g as N, n as D, c as g } from "./swiper-react-90953710.js";
1
+ import { g as N, n as D, c as g } from "./swiper-react-bfbb44d6.js";
2
2
  function k(S) {
3
3
  let {
4
4
  swiper: e,
@@ -0,0 +1,183 @@
1
+ import { d as C } from "./swiper-react-bfbb44d6.js";
2
+ import { jsx as E } from "react/jsx-runtime";
3
+ import './assets/navigation.css';function H(y) {
4
+ let {
5
+ swiper: e,
6
+ extendParams: f,
7
+ on: s,
8
+ emit: r,
9
+ params: u
10
+ } = y;
11
+ e.autoplay = {
12
+ running: !1,
13
+ paused: !1,
14
+ timeLeft: 0
15
+ }, f({
16
+ autoplay: {
17
+ enabled: !1,
18
+ delay: 3e3,
19
+ waitForTransition: !0,
20
+ disableOnInteraction: !1,
21
+ stopOnLastSlide: !1,
22
+ reverseDirection: !1,
23
+ pauseOnMouseEnter: !1
24
+ }
25
+ });
26
+ let m, L, b = u && u.autoplay ? u.autoplay.delay : 3e3, h = u && u.autoplay ? u.autoplay.delay : 3e3, n, c = (/* @__PURE__ */ new Date()).getTime(), D, w, p, O, S, o, M;
27
+ function x(t) {
28
+ !e || e.destroyed || !e.wrapperEl || t.target === e.wrapperEl && (e.wrapperEl.removeEventListener("transitionend", x), !(M || t.detail && t.detail.bySwiperTouchMove) && l());
29
+ }
30
+ const A = () => {
31
+ if (e.destroyed || !e.autoplay.running)
32
+ return;
33
+ e.autoplay.paused ? D = !0 : D && (h = n, D = !1);
34
+ const t = e.autoplay.paused ? n : c + h - (/* @__PURE__ */ new Date()).getTime();
35
+ e.autoplay.timeLeft = t, r("autoplayTimeLeft", t, t / b), L = requestAnimationFrame(() => {
36
+ A();
37
+ });
38
+ }, N = () => {
39
+ let t;
40
+ return e.virtual && e.params.virtual.enabled ? t = e.slides.find((a) => a.classList.contains("swiper-slide-active")) : t = e.slides[e.activeIndex], t ? parseInt(t.getAttribute("data-swiper-autoplay"), 10) : void 0;
41
+ }, T = (t) => {
42
+ if (e.destroyed || !e.autoplay.running)
43
+ return;
44
+ cancelAnimationFrame(L), A();
45
+ let i = typeof t > "u" ? e.params.autoplay.delay : t;
46
+ b = e.params.autoplay.delay, h = e.params.autoplay.delay;
47
+ const a = N();
48
+ !Number.isNaN(a) && a > 0 && typeof t > "u" && (i = a, b = a, h = a), n = i;
49
+ const v = e.params.speed, B = () => {
50
+ !e || e.destroyed || (e.params.autoplay.reverseDirection ? !e.isBeginning || e.params.loop || e.params.rewind ? (e.slidePrev(v, !0, !0), r("autoplay")) : e.params.autoplay.stopOnLastSlide || (e.slideTo(e.slides.length - 1, v, !0, !0), r("autoplay")) : !e.isEnd || e.params.loop || e.params.rewind ? (e.slideNext(v, !0, !0), r("autoplay")) : e.params.autoplay.stopOnLastSlide || (e.slideTo(0, v, !0, !0), r("autoplay")), e.params.cssMode && (c = (/* @__PURE__ */ new Date()).getTime(), requestAnimationFrame(() => {
51
+ T();
52
+ })));
53
+ };
54
+ return i > 0 ? (clearTimeout(m), m = setTimeout(() => {
55
+ B();
56
+ }, i)) : requestAnimationFrame(() => {
57
+ B();
58
+ }), i;
59
+ }, F = () => {
60
+ c = (/* @__PURE__ */ new Date()).getTime(), e.autoplay.running = !0, T(), r("autoplayStart");
61
+ }, g = () => {
62
+ e.autoplay.running = !1, clearTimeout(m), cancelAnimationFrame(L), r("autoplayStop");
63
+ }, d = (t, i) => {
64
+ if (e.destroyed || !e.autoplay.running)
65
+ return;
66
+ clearTimeout(m), t || (o = !0);
67
+ const a = () => {
68
+ r("autoplayPause"), e.params.autoplay.waitForTransition ? e.wrapperEl.addEventListener("transitionend", x) : l();
69
+ };
70
+ if (e.autoplay.paused = !0, i) {
71
+ S && (n = e.params.autoplay.delay), S = !1, a();
72
+ return;
73
+ }
74
+ n = (n || e.params.autoplay.delay) - ((/* @__PURE__ */ new Date()).getTime() - c), !(e.isEnd && n < 0 && !e.params.loop) && (n < 0 && (n = 0), a());
75
+ }, l = () => {
76
+ e.isEnd && n < 0 && !e.params.loop || e.destroyed || !e.autoplay.running || (c = (/* @__PURE__ */ new Date()).getTime(), o ? (o = !1, T(n)) : T(), e.autoplay.paused = !1, r("autoplayResume"));
77
+ }, I = () => {
78
+ if (e.destroyed || !e.autoplay.running)
79
+ return;
80
+ const t = C();
81
+ t.visibilityState === "hidden" && (o = !0, d(!0)), t.visibilityState === "visible" && l();
82
+ }, P = (t) => {
83
+ t.pointerType === "mouse" && (o = !0, M = !0, !(e.animating || e.autoplay.paused) && d(!0));
84
+ }, k = (t) => {
85
+ t.pointerType === "mouse" && (M = !1, e.autoplay.paused && l());
86
+ }, j = () => {
87
+ e.params.autoplay.pauseOnMouseEnter && (e.el.addEventListener("pointerenter", P), e.el.addEventListener("pointerleave", k));
88
+ }, R = () => {
89
+ e.el && typeof e.el != "string" && (e.el.removeEventListener("pointerenter", P), e.el.removeEventListener("pointerleave", k));
90
+ }, q = () => {
91
+ C().addEventListener("visibilitychange", I);
92
+ }, _ = () => {
93
+ C().removeEventListener("visibilitychange", I);
94
+ };
95
+ s("init", () => {
96
+ e.params.autoplay.enabled && (j(), q(), F());
97
+ }), s("destroy", () => {
98
+ R(), _(), e.autoplay.running && g();
99
+ }), s("_freeModeStaticRelease", () => {
100
+ (p || o) && l();
101
+ }), s("_freeModeNoMomentumRelease", () => {
102
+ e.params.autoplay.disableOnInteraction ? g() : d(!0, !0);
103
+ }), s("beforeTransitionStart", (t, i, a) => {
104
+ e.destroyed || !e.autoplay.running || (a || !e.params.autoplay.disableOnInteraction ? d(!0, !0) : g());
105
+ }), s("sliderFirstMove", () => {
106
+ if (!(e.destroyed || !e.autoplay.running)) {
107
+ if (e.params.autoplay.disableOnInteraction) {
108
+ g();
109
+ return;
110
+ }
111
+ w = !0, p = !1, o = !1, O = setTimeout(() => {
112
+ o = !0, p = !0, d(!0);
113
+ }, 200);
114
+ }
115
+ }), s("touchEnd", () => {
116
+ if (!(e.destroyed || !e.autoplay.running || !w)) {
117
+ if (clearTimeout(O), clearTimeout(m), e.params.autoplay.disableOnInteraction) {
118
+ p = !1, w = !1;
119
+ return;
120
+ }
121
+ p && e.params.cssMode && l(), p = !1, w = !1;
122
+ }
123
+ }), s("slideChange", () => {
124
+ e.destroyed || !e.autoplay.running || (S = !0);
125
+ }), Object.assign(e.autoplay, {
126
+ start: F,
127
+ stop: g,
128
+ pause: d,
129
+ resume: l
130
+ });
131
+ }
132
+ const J = ({
133
+ color: y = "#40474F",
134
+ size: e = 24,
135
+ ...f
136
+ }) => /* @__PURE__ */ E(
137
+ "svg",
138
+ {
139
+ width: e,
140
+ height: e,
141
+ viewBox: "0 0 24 24",
142
+ fill: "none",
143
+ xmlns: "http://www.w3.org/2000/svg",
144
+ ...f,
145
+ children: /* @__PURE__ */ E(
146
+ "path",
147
+ {
148
+ d: "M17 22L8.41418 13.4142C7.74752 12.7476 7.41418 12.4142 7.41418 12C7.41418 11.5858 7.74752 11.2525 8.41418 10.5858L17 2",
149
+ stroke: y,
150
+ "stroke-width": "2",
151
+ "stroke-linejoin": "round"
152
+ }
153
+ )
154
+ }
155
+ ), K = ({
156
+ color: y = "#40474F",
157
+ size: e = 24,
158
+ ...f
159
+ }) => /* @__PURE__ */ E(
160
+ "svg",
161
+ {
162
+ width: e,
163
+ height: e,
164
+ viewBox: "0 0 24 24",
165
+ fill: "none",
166
+ xmlns: "http://www.w3.org/2000/svg",
167
+ ...f,
168
+ children: /* @__PURE__ */ E(
169
+ "path",
170
+ {
171
+ d: "M7 22L15.5858 13.4142C16.2524 12.7476 16.5858 12.4142 16.5858 12C16.5858 11.5858 16.2525 11.2525 15.5858 10.5858L7 2",
172
+ stroke: y,
173
+ "stroke-width": "2",
174
+ "stroke-linejoin": "round"
175
+ }
176
+ )
177
+ }
178
+ );
179
+ export {
180
+ H as A,
181
+ J as C,
182
+ K as a
183
+ };
@@ -0,0 +1,109 @@
1
+ const a = {
2
+ MAIN_PAGE: "/",
3
+ CAPMAIGN: "/campaign",
4
+ CONTACTS: "/contacts",
5
+ CARDS: "/cards",
6
+ MAPS: "/maps",
7
+ TRANSFER: "/money_transfer",
8
+ NEWS: "/news",
9
+ ARCHIVE: "/archive",
10
+ SAFE: "/safe",
11
+ VACANCIES: "/career",
12
+ CARDS_ORDER: "/cards/order",
13
+ CREDITS: "/credits",
14
+ CREDITS_AUTO: "/credits/avtokredity",
15
+ ISLAM: "/islam_finance",
16
+ CREDITS_CATEGORY: "/credits/[category]",
17
+ ABOUT: "/about",
18
+ DEPOSIT: "/old_deposits",
19
+ CLOSE_DEPOSIT: "/deposits/close_deposit",
20
+ LEGAL: "/yuridichecskiye-litsa",
21
+ LEGAL_CONTACTS: "/yuridichecskiye-litsa/contacts",
22
+ OWNERSHIPS: "/ownerships",
23
+ SEARCH: "/search",
24
+ MBANK: "/mbank",
25
+ VACANCIES_LIST: "/career/list",
26
+ TEMPLATE: "/template",
27
+ VIRTUAL_CARD: "/virtualnye-karty-visa",
28
+ MKASSA: "/mkassa",
29
+ MKASSA_POSGUIDE: "/mkassa/posguide",
30
+ CARD_SERVICES: "/card_services",
31
+ MBONUS: "/mbonus",
32
+ MBUSINESS: "/mbusiness",
33
+ MBUSINESS_ONLINE_LOAN: "/mbusiness/online_loan",
34
+ REGISTER_MBUSINESS: "/register_mbusiness",
35
+ TENDERS: "/tenders",
36
+ HOME: "/home",
37
+ INSTALLMENT_PLAN: "/installment_plan",
38
+ REPORTS: "/reports",
39
+ CHECK_DOC: "/check_document",
40
+ GUIDE: "/guide",
41
+ GUIDE_SEARCH: "/guide_search",
42
+ MPLUS: "/mplus",
43
+ MPLUS_LK: "/mplus-lk",
44
+ MPLUS_OLD: "/mplus_old",
45
+ MPLUS_PARTNERS: "/mplus/partners",
46
+ MJUNIOR: "/junior",
47
+ MTRAVEL: "/mtravel",
48
+ REFERRAL_PROGRAM: "/referral-program",
49
+ REFERRAL_PROGRAM_RULES: "/referral-program/rules",
50
+ MARKET: "/market",
51
+ MARKET_FROM: "/market/form",
52
+ MARKET_INFORMATION: "/market/information",
53
+ MAPS_RESERVED: "/maps_reserved",
54
+ EXCHANGE_RATES: "/exchange_rates",
55
+ MISLAMIC: "/mislamic",
56
+ HEADER: "/header",
57
+ ACADEMY: "/academy",
58
+ MTRAVEL_RESERVED: "/mtravel_reserved",
59
+ MPROFI: "/mprofi",
60
+ MBUSINESS_DEPOSIT: "/mbusiness_deposit",
61
+ OLD_MKASSA: "/mkassa_old",
62
+ MARKET_WHITHOUT_HEADER: "/market/form-without-header",
63
+ CAR_LOAN: "/car_loan",
64
+ PREMIUM_FREESTYLE: "/premium_freestyle",
65
+ MISLAMIC_NEW: "/mislamic_new",
66
+ MUDARABA: "/mudaraba",
67
+ APPLICATIONS: "/application",
68
+ WEBVIEW_APPLICATIONS: "/webview/cc/applications",
69
+ DEPOSITS_NEW: "/deposits",
70
+ BANKING: "/banking",
71
+ DOC_OPERATIONS: "/doc_operations",
72
+ EARLY_PAYMENT: "/early_payment",
73
+ GOLD_BARS: "/gold_bars",
74
+ GUIDE_LOGO: "/guide_logo",
75
+ MANAGEMENT: "/management",
76
+ MANAGEMENT_NEW: "/test_management",
77
+ MONEY_TRANSFER: "/money_transfer",
78
+ PREMIUM_CARD: "/premium_card",
79
+ REQUISITES: "/requisites",
80
+ RKO: "/rko",
81
+ TARIFFS: "/tariffs",
82
+ PROMOTION: "/promotion",
83
+ VISA_INFINITE: "/cards/visa_infinite",
84
+ MASTERCARD: "/cards/mastercard",
85
+ AKKREDITIV: "/akkreditiv",
86
+ BANK_GUARANTEE: "/bank_guarantee",
87
+ SHARIA_COUNCIL: "/islam_finance/sharia_council",
88
+ MURABAHA: "/islam_finance/murabaha",
89
+ MURABAHA_AUTO: "/islam_finance/murabaha/auto",
90
+ MURABAHA_BUSINESS: "/islam_finance/murabaha/business",
91
+ MURABAHA_CONSUMER: "/islam_finance/murabaha/consumer",
92
+ MURABAHA_MORTGAGE: "/islam_finance/murabaha/mortgage",
93
+ ISLAM_CARDS: "/islam_finance/cards",
94
+ ISLAM_VISA: "/islam_finance/cards/visa",
95
+ ISLAM_VISA_GOLD: "/islam_finance/cards/visa_gold",
96
+ ISLAM_VISA_VIRTUAL: "/islam_finance/cards/visa_virtual",
97
+ QUESTIONТAIRE: "/questionnaire",
98
+ COMMERCE_FINANCING: "/commerce_financing",
99
+ CORPORATE_CARDS: "/corporate_cards",
100
+ DOCUMENTS: "/documents",
101
+ SALARY_PROJECTS: "/salary_projects",
102
+ STOCK_OPERATIONS: "/stock_operations",
103
+ MILLION: "/million",
104
+ ADAL: "/islam_finance/test_adal",
105
+ FOOTBALL_PROMOTION: "/visa-lamine-yamal"
106
+ };
107
+ export {
108
+ a as R
109
+ };
@@ -2973,9 +2973,9 @@ const bi = /* @__PURE__ */ ye(function(t, e) {
2973
2973
  bi.displayName = "SwiperSlide";
2974
2974
  export {
2975
2975
  Ei as N,
2976
- me as S,
2977
- Ti as a,
2978
- bi as b,
2976
+ Ti as S,
2977
+ bi as a,
2978
+ me as b,
2979
2979
  J as c,
2980
2980
  q as d,
2981
2981
  D as g,
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "md-components-mdigial-azamat",
3
3
  "author": "Azamat Raimbekov",
4
4
  "private": false,
5
- "version": "0.0.44",
5
+ "version": "0.0.46",
6
6
  "type": "module",
7
7
  "main": "dist/main.js",
8
8
  "types": "dist/main.d.ts",
@@ -1,68 +0,0 @@
1
- import { A as r } from "./index-3b24fe0f.js";
2
- import { Banner as o } from "./Banner/Banner.js";
3
- import { CardIconList as i } from "./CardIconList/CardIconList.js";
4
- import { CardImageList as m } from "./CardImageList/CardImageList.js";
5
- import { CardImageSecondaryList as t } from "./CardImageSecondaryList/CardImageSecondaryList.js";
6
- import { CardInfoTable as a } from "./CardInfoTable/index.js";
7
- import { WarningCard as n } from "./Cards/WarningCard/WarningCard.js";
8
- import { ContentCardList as e } from "./ContentCardList/ContentCardList.js";
9
- import { DownloadFileBanner as p } from "./DownloadFile/components/DownloadFileBanner/DownloadFileBanner.js";
10
- import { DownloadFileBright as s } from "./DownloadFile/components/DownloadFileBright/index.js";
11
- import { DownloadFileFull as f } from "./DownloadFile/components/DownloadFileFull/DownloadFileFull.js";
12
- import { DownloadFileHalf as d } from "./DownloadFile/components/DownloadFileHalf/DownloadFileHalf.js";
13
- import { DownloadFileMini as l } from "./DownloadFile/components/DownloadFileMini/DownloadFileMini.js";
14
- import { Faq as L } from "./Faq/Faq.js";
15
- import { Footer as C } from "./Footer/Footer.js";
16
- import { I as F, P as c, S as w, a as B, T as I, b as S, c as M, H as P } from "./index-54813771.js";
17
- import { IntroBanner as g } from "./IntroBanner/IntroBanner.js";
18
- import { MainBanner as D } from "./MainBanner/MainBanner.js";
19
- import { MultiCards as u } from "./MultiCards/index.js";
20
- import { Partners as T } from "./Partners/Partners.js";
21
- import { PartnersColors as V } from "./PartnersColors/PartnersColors.js";
22
- import { Segments as b } from "./Segments/Segments.js";
23
- import { Space as H } from "./Space/Space.js";
24
- import { Stepper as A } from "./Stepper/Stepper.js";
25
- import { VideoFull as h } from "./Video/VideoFull/VideoFull.js";
26
- import { VideoList as k } from "./Video/VideoList/VideoList.js";
27
- import { VideoListMini as q } from "./Video/VideoListMini/VideoListMini.js";
28
- import { VideoMainBanner as v } from "./VideoMainBanner/VideoMainBanner.js";
29
- const sr = {
30
- Banner: o,
31
- CardImageList: m,
32
- Stepper: A,
33
- Segments: b,
34
- VideoFull: h,
35
- VideoList: k,
36
- VideoListMini: q,
37
- ContentCardList: e,
38
- CardIconList: i,
39
- MultiCards: u,
40
- Partners: T,
41
- PartnersColors: V,
42
- MainBanner: D,
43
- WarningCard: n,
44
- Faq: L,
45
- DownloadFileBanner: p,
46
- DownloadFileHalf: d,
47
- DownloadFileFull: f,
48
- DownloadFileMini: l,
49
- InstructionList: F,
50
- PreviewList: c,
51
- SwiperList: w,
52
- AnimatedSwiper: r,
53
- InfoBannerList: B,
54
- TasksBannerList: I,
55
- VideoMainBanner: v,
56
- Space: H,
57
- PromoPoster: S,
58
- CardImageSecondaryList: t,
59
- CardInfoTable: a,
60
- StandartTable: M,
61
- IntroBanner: g,
62
- DownloadFileBright: s,
63
- Header: P,
64
- Footer: C
65
- };
66
- export {
67
- sr as c
68
- };