@jooler/jooler-websites-shared 0.0.236 → 0.0.238

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 (196) hide show
  1. package/{esm2020 → esm2022}/jooler-websites-shared.mjs +4 -4
  2. package/esm2022/lib/achievements/achievements.component.mjs +18 -0
  3. package/esm2022/lib/auth-route-directive.mjs +42 -0
  4. package/esm2022/lib/call-to-action-section/call-to-action-section.component.mjs +29 -0
  5. package/esm2022/lib/call-to-action-section-two/call-to-action-section-two.component.mjs +25 -0
  6. package/esm2022/lib/choose-country-with-flag/choose-country-with-flag.component.mjs +56 -0
  7. package/esm2022/lib/coming-soon/coming-soon.component.mjs +20 -0
  8. package/esm2022/lib/contact-us-page/contact-us-page.component.mjs +144 -0
  9. package/esm2022/lib/cta-section-style-four/cta-section-style-four.component.mjs +35 -0
  10. package/esm2022/lib/cta-section-style-three/cta-section-style-three.component.mjs +23 -0
  11. package/esm2022/lib/custom-tooltip/custom-tooltip.component.mjs +23 -0
  12. package/esm2022/lib/get-started-cta/get-started-cta.component.mjs +24 -0
  13. package/esm2022/lib/header-section-one/header-section-one.component.mjs +25 -0
  14. package/esm2022/lib/image-gallery-modal/image-gallery-modal.component.mjs +134 -0
  15. package/esm2022/lib/jooler-websites-shared.module.mjs +208 -0
  16. package/{esm2020 → esm2022}/lib/models/about-us-section.model.mjs +1 -1
  17. package/{esm2020 → esm2022}/lib/models/account-type.model.mjs +8 -8
  18. package/esm2022/lib/models/account.model.mjs +14 -0
  19. package/{esm2020 → esm2022}/lib/models/achievement.model.mjs +5 -3
  20. package/esm2022/lib/models/achievements.model.mjs +5 -0
  21. package/esm2022/lib/models/address.model.mjs +16 -0
  22. package/{esm2020 → esm2022}/lib/models/brand-logo.model.mjs +1 -1
  23. package/{esm2020 → esm2022}/lib/models/call-to-action-data.model.mjs +1 -1
  24. package/esm2022/lib/models/call-to-action-section-two.model.mjs +7 -0
  25. package/{esm2020 → esm2022}/lib/models/call-to-action-style.model.mjs +1 -1
  26. package/esm2022/lib/models/city.model.mjs +6 -0
  27. package/esm2022/lib/models/country.model.mjs +10 -0
  28. package/{esm2020 → esm2022}/lib/models/cta-cards.model.mjs +1 -1
  29. package/{esm2020 → esm2022}/lib/models/cta-one-type.model.mjs +1 -1
  30. package/{esm2020 → esm2022}/lib/models/cta-section-style-four.model.mjs +1 -1
  31. package/{esm2020 → esm2022}/lib/models/feature-section-nine.model.mjs +1 -1
  32. package/{esm2020 → esm2022}/lib/models/gallery-items-properties.model.mjs +1 -1
  33. package/esm2022/lib/models/get-started-cta.model.mjs +7 -0
  34. package/{esm2020 → esm2022}/lib/models/header-section-style-one.model.mjs +1 -1
  35. package/esm2022/lib/models/image-section-action.model.mjs +8 -0
  36. package/esm2022/lib/models/image-section.model.mjs +11 -0
  37. package/{esm2020 → esm2022}/lib/models/image-with-content.model.mjs +1 -1
  38. package/{esm2020 → esm2022}/lib/models/library-product-type.model.mjs +6 -6
  39. package/esm2022/lib/models/page-section-action.model.mjs +8 -0
  40. package/{esm2020 → esm2022}/lib/models/page-section-style-thirteen.model.mjs +5 -5
  41. package/{esm2020 → esm2022}/lib/models/page-section-style-three.model.mjs +1 -1
  42. package/esm2022/lib/models/page-section.model.mjs +11 -0
  43. package/{esm2020 → esm2022}/lib/models/page-style-section-five.model.mjs +1 -1
  44. package/{esm2020 → esm2022}/lib/models/perks.model.mjs +5 -3
  45. package/{esm2020 → esm2022}/lib/models/section-title-sizes.model.mjs +6 -6
  46. package/esm2022/lib/models/section-title.model.mjs +17 -0
  47. package/esm2022/lib/models/service-plan.model.mjs +11 -0
  48. package/esm2022/lib/models/team-member.model.mjs +7 -0
  49. package/esm2022/lib/models/team-section.model.mjs +6 -0
  50. package/{esm2020 → esm2022}/lib/models/user-type.model.mjs +7 -7
  51. package/esm2022/lib/models/user.model.mjs +11 -0
  52. package/{esm2020 → esm2022}/lib/models/value-prop-properties.model.mjs +1 -1
  53. package/{esm2020 → esm2022}/lib/models/vertical-side-tab.model.mjs +1 -1
  54. package/esm2022/lib/our-client-listing/our-client-listing.component.mjs +18 -0
  55. package/esm2022/lib/our-clients/our-clients.component.mjs +57 -0
  56. package/esm2022/lib/page-section-style-ten/page-section-style-ten.component.mjs +35 -0
  57. package/esm2022/lib/page-section-style-thirteen/page-section-style-thirteen.component.mjs +46 -0
  58. package/esm2022/lib/page-section-style-three/page-section-style-three.component.mjs +26 -0
  59. package/esm2022/lib/page-section-with-multiple-cards/page-section-with-multiple-cards.component.mjs +26 -0
  60. package/esm2022/lib/pricing-plans/pricing-plans.component.mjs +22 -0
  61. package/esm2022/lib/section-title/section-title.component.mjs +23 -0
  62. package/esm2022/lib/services/user.service.mjs +36 -0
  63. package/esm2022/lib/social-media-icons/social-media-icons.component.mjs +44 -0
  64. package/esm2022/lib/social-media-icons/social-media-links.model.mjs +7 -0
  65. package/esm2022/lib/success-message-dialog/success-message-dialog.component.mjs +24 -0
  66. package/esm2022/lib/team/team.component.mjs +55 -0
  67. package/esm2022/lib/value-prop-card/value-prop-card.component.mjs +44 -0
  68. package/esm2022/lib/value-props-section/value-props-section.component.mjs +35 -0
  69. package/esm2022/lib/values/values.component.mjs +48 -0
  70. package/esm2022/lib/vertical-side-tabs/vertical-side-tabs.component.mjs +33 -0
  71. package/{esm2020 → esm2022}/public-api.mjs +64 -64
  72. package/fesm2022/jooler-websites-shared.mjs +1417 -0
  73. package/fesm2022/jooler-websites-shared.mjs.map +1 -0
  74. package/index.d.ts +5 -5
  75. package/lib/achievements/achievements.component.d.ts +10 -10
  76. package/lib/auth-route-directive.d.ts +14 -14
  77. package/lib/call-to-action-section/call-to-action-section.component.d.ts +11 -11
  78. package/lib/call-to-action-section-two/call-to-action-section-two.component.d.ts +13 -13
  79. package/lib/choose-country-with-flag/choose-country-with-flag.component.d.ts +19 -19
  80. package/lib/coming-soon/coming-soon.component.d.ts +8 -8
  81. package/lib/contact-us-page/contact-us-page.component.d.ts +50 -50
  82. package/lib/cta-section-style-four/cta-section-style-four.component.d.ts +12 -12
  83. package/lib/cta-section-style-three/cta-section-style-three.component.d.ts +12 -13
  84. package/lib/custom-tooltip/custom-tooltip.component.d.ts +9 -9
  85. package/lib/get-started-cta/get-started-cta.component.d.ts +13 -13
  86. package/lib/header-section-one/header-section-one.component.d.ts +11 -11
  87. package/lib/image-gallery-modal/image-gallery-modal.component.d.ts +27 -27
  88. package/lib/jooler-websites-shared.module.d.ts +44 -43
  89. package/lib/models/about-us-section.model.d.ts +6 -6
  90. package/lib/models/account-type.model.d.ts +7 -7
  91. package/lib/models/account.model.d.ts +16 -16
  92. package/lib/models/achievement.model.d.ts +4 -4
  93. package/lib/models/achievements.model.d.ts +6 -6
  94. package/lib/models/address.model.d.ts +18 -18
  95. package/lib/models/brand-logo.model.d.ts +4 -4
  96. package/lib/models/call-to-action-data.model.d.ts +17 -17
  97. package/lib/models/call-to-action-section-two.model.d.ts +6 -6
  98. package/lib/models/call-to-action-style.model.d.ts +16 -16
  99. package/lib/models/city.model.d.ts +5 -5
  100. package/lib/models/country.model.d.ts +9 -9
  101. package/lib/models/cta-cards.model.d.ts +7 -7
  102. package/lib/models/cta-one-type.model.d.ts +15 -15
  103. package/lib/models/cta-section-style-four.model.d.ts +8 -8
  104. package/lib/models/feature-section-nine.model.d.ts +6 -6
  105. package/lib/models/gallery-items-properties.model.d.ts +6 -6
  106. package/lib/models/get-started-cta.model.d.ts +8 -8
  107. package/lib/models/header-section-style-one.model.d.ts +16 -16
  108. package/lib/models/image-section-action.model.d.ts +8 -8
  109. package/lib/models/image-section.model.d.ts +12 -12
  110. package/lib/models/image-with-content.model.d.ts +5 -5
  111. package/lib/models/library-product-type.model.d.ts +5 -5
  112. package/lib/models/page-section-action.model.d.ts +8 -8
  113. package/lib/models/page-section-style-thirteen.model.d.ts +4 -4
  114. package/lib/models/page-section-style-three.model.d.ts +8 -8
  115. package/lib/models/page-section.model.d.ts +11 -11
  116. package/lib/models/page-style-section-five.model.d.ts +11 -11
  117. package/lib/models/perks.model.d.ts +4 -4
  118. package/lib/models/section-title-sizes.model.d.ts +5 -5
  119. package/lib/models/section-title.model.d.ts +10 -10
  120. package/lib/models/service-plan.model.d.ts +12 -12
  121. package/lib/models/team-member.model.d.ts +6 -6
  122. package/lib/models/team-section.model.d.ts +7 -7
  123. package/lib/models/user-type.model.d.ts +6 -6
  124. package/lib/models/user.model.d.ts +11 -11
  125. package/lib/models/value-prop-properties.model.d.ts +11 -11
  126. package/lib/models/vertical-side-tab.model.d.ts +6 -6
  127. package/lib/our-client-listing/our-client-listing.component.d.ts +10 -10
  128. package/lib/our-clients/our-clients.component.d.ts +15 -15
  129. package/lib/page-section-style-ten/page-section-style-ten.component.d.ts +15 -15
  130. package/lib/page-section-style-thirteen/page-section-style-thirteen.component.d.ts +21 -21
  131. package/lib/page-section-style-three/page-section-style-three.component.d.ts +13 -13
  132. package/lib/page-section-with-multiple-cards/page-section-with-multiple-cards.component.d.ts +12 -12
  133. package/lib/pricing-plans/pricing-plans.component.d.ts +10 -10
  134. package/lib/section-title/section-title.component.d.ts +11 -11
  135. package/lib/services/user.service.d.ts +15 -15
  136. package/lib/social-media-icons/social-media-icons.component.d.ts +20 -20
  137. package/lib/social-media-icons/social-media-links.model.d.ts +6 -6
  138. package/lib/success-message-dialog/success-message-dialog.component.d.ts +11 -11
  139. package/lib/team/team.component.d.ts +18 -18
  140. package/lib/value-prop-card/value-prop-card.component.d.ts +15 -15
  141. package/lib/value-props-section/value-props-section.component.d.ts +11 -11
  142. package/lib/values/values.component.d.ts +16 -16
  143. package/lib/vertical-side-tabs/vertical-side-tabs.component.d.ts +14 -14
  144. package/package.json +5 -11
  145. package/public-api.d.ts +61 -61
  146. package/esm2020/lib/achievements/achievements.component.mjs +0 -17
  147. package/esm2020/lib/auth-route-directive.mjs +0 -37
  148. package/esm2020/lib/call-to-action-section/call-to-action-section.component.mjs +0 -28
  149. package/esm2020/lib/call-to-action-section-two/call-to-action-section-two.component.mjs +0 -23
  150. package/esm2020/lib/choose-country-with-flag/choose-country-with-flag.component.mjs +0 -55
  151. package/esm2020/lib/coming-soon/coming-soon.component.mjs +0 -22
  152. package/esm2020/lib/contact-us-page/contact-us-page.component.mjs +0 -129
  153. package/esm2020/lib/cta-section-style-four/cta-section-style-four.component.mjs +0 -32
  154. package/esm2020/lib/cta-section-style-three/cta-section-style-three.component.mjs +0 -25
  155. package/esm2020/lib/custom-tooltip/custom-tooltip.component.mjs +0 -22
  156. package/esm2020/lib/get-started-cta/get-started-cta.component.mjs +0 -22
  157. package/esm2020/lib/header-section-one/header-section-one.component.mjs +0 -23
  158. package/esm2020/lib/image-gallery-modal/image-gallery-modal.component.mjs +0 -132
  159. package/esm2020/lib/jooler-websites-shared.module.mjs +0 -204
  160. package/esm2020/lib/models/account.model.mjs +0 -3
  161. package/esm2020/lib/models/achievements.model.mjs +0 -3
  162. package/esm2020/lib/models/address.model.mjs +0 -3
  163. package/esm2020/lib/models/call-to-action-section-two.model.mjs +0 -3
  164. package/esm2020/lib/models/city.model.mjs +0 -3
  165. package/esm2020/lib/models/country.model.mjs +0 -3
  166. package/esm2020/lib/models/get-started-cta.model.mjs +0 -3
  167. package/esm2020/lib/models/image-section-action.model.mjs +0 -3
  168. package/esm2020/lib/models/image-section.model.mjs +0 -3
  169. package/esm2020/lib/models/page-section-action.model.mjs +0 -3
  170. package/esm2020/lib/models/page-section.model.mjs +0 -3
  171. package/esm2020/lib/models/section-title.model.mjs +0 -11
  172. package/esm2020/lib/models/service-plan.model.mjs +0 -3
  173. package/esm2020/lib/models/team-member.model.mjs +0 -3
  174. package/esm2020/lib/models/team-section.model.mjs +0 -3
  175. package/esm2020/lib/models/user.model.mjs +0 -3
  176. package/esm2020/lib/our-client-listing/our-client-listing.component.mjs +0 -17
  177. package/esm2020/lib/our-clients/our-clients.component.mjs +0 -54
  178. package/esm2020/lib/page-section-style-ten/page-section-style-ten.component.mjs +0 -33
  179. package/esm2020/lib/page-section-style-thirteen/page-section-style-thirteen.component.mjs +0 -43
  180. package/esm2020/lib/page-section-style-three/page-section-style-three.component.mjs +0 -24
  181. package/esm2020/lib/page-section-with-multiple-cards/page-section-with-multiple-cards.component.mjs +0 -24
  182. package/esm2020/lib/pricing-plans/pricing-plans.component.mjs +0 -21
  183. package/esm2020/lib/section-title/section-title.component.mjs +0 -22
  184. package/esm2020/lib/services/user.service.mjs +0 -35
  185. package/esm2020/lib/social-media-icons/social-media-icons.component.mjs +0 -40
  186. package/esm2020/lib/social-media-icons/social-media-links.model.mjs +0 -3
  187. package/esm2020/lib/success-message-dialog/success-message-dialog.component.mjs +0 -22
  188. package/esm2020/lib/team/team.component.mjs +0 -52
  189. package/esm2020/lib/value-prop-card/value-prop-card.component.mjs +0 -39
  190. package/esm2020/lib/value-props-section/value-props-section.component.mjs +0 -33
  191. package/esm2020/lib/values/values.component.mjs +0 -43
  192. package/esm2020/lib/vertical-side-tabs/vertical-side-tabs.component.mjs +0 -33
  193. package/fesm2015/jooler-websites-shared.mjs +0 -1242
  194. package/fesm2015/jooler-websites-shared.mjs.map +0 -1
  195. package/fesm2020/jooler-websites-shared.mjs +0 -1242
  196. package/fesm2020/jooler-websites-shared.mjs.map +0 -1
@@ -1,65 +1,65 @@
1
- /*
2
- * Public API Surface of jooler-websites-shared
3
- */
4
- export * from './lib/jooler-websites-shared.module';
5
- export * from './lib/section-title/section-title.component';
6
- export * from './lib/page-section-style-ten/page-section-style-ten.component';
7
- export * from './lib/models/page-section.model';
8
- export * from './lib/models/page-section-action.model';
9
- export * from './lib/get-started-cta/get-started-cta.component';
10
- export * from './lib/achievements/achievements.component';
11
- export * from './lib/models/achievements.model';
12
- export * from './lib/models/achievement.model';
13
- export * from './lib/models/service-plan.model';
14
- export * from './lib/pricing-plans/pricing-plans.component';
15
- export * from './lib/page-section-style-thirteen/page-section-style-thirteen.component';
16
- export * from './lib/models/page-section-style-thirteen.model';
17
- export * from './lib/image-gallery-modal/image-gallery-modal.component';
18
- export * from './lib/models/gallery-items-properties.model';
19
- export * from './lib/success-message-dialog/success-message-dialog.component';
20
- export * from './lib/models/call-to-action-data.model';
21
- export * from './lib/call-to-action-section/call-to-action-section.component';
22
- export * from './lib/models/image-section-action.model';
23
- export * from './lib/models/image-section.model';
24
- export * from './lib/models/team-member.model';
25
- export * from './lib/team/team.component';
26
- export * from './lib/models/team-section.model';
27
- export * from './lib/models/page-style-section-five.model';
28
- export * from './lib/models/about-us-section.model';
29
- export * from './lib/values/values.component';
30
- export * from './lib/models/account-type.model';
31
- export * from './lib/models/account.model';
32
- export * from './lib/models/address.model';
33
- export * from './lib/models/city.model';
34
- export * from './lib/models/country.model';
35
- export * from './lib/models/user-type.model';
36
- export * from './lib/models/user.model';
37
- export * from './lib/our-client-listing/our-client-listing.component';
38
- export * from './lib/our-clients/our-clients.component';
39
- export * from './lib/page-section-with-multiple-cards/page-section-with-multiple-cards.component';
40
- export * from './lib/call-to-action-section-two/call-to-action-section-two.component';
41
- export * from './lib/models/call-to-action-section-two.model';
42
- export * from './lib/value-props-section/value-props-section.component';
43
- export * from './lib/contact-us-page/contact-us-page.component';
44
- export * from './lib/choose-country-with-flag/choose-country-with-flag.component';
45
- export * from './lib/page-section-style-three/page-section-style-three.component';
46
- export * from './lib/coming-soon/coming-soon.component';
47
- export * from './lib/social-media-icons/social-media-icons.component';
48
- export * from './lib/social-media-icons/social-media-links.model';
49
- export * from './lib/models/perks.model';
50
- export * from './lib/models/brand-logo.model';
51
- export * from './lib/models/section-title.model';
52
- export * from './lib/cta-section-style-four/cta-section-style-four.component';
53
- export * from './lib/cta-section-style-three/cta-section-style-three.component';
54
- export * from './lib/models/cta-section-style-four.model';
55
- export * from './lib/models/cta-one-type.model';
56
- export * from './lib/models/header-section-style-one.model';
57
- export * from './lib/header-section-one/header-section-one.component';
58
- export * from './lib/custom-tooltip/custom-tooltip.component';
59
- export * from './lib/vertical-side-tabs/vertical-side-tabs.component';
60
- export * from './lib/models/feature-section-nine.model';
61
- export * from './lib/models/value-prop-properties.model';
62
- export * from './lib/value-prop-card/value-prop-card.component';
63
- export * from './lib/models/section-title-sizes.model';
64
- export * from './lib/models/library-product-type.model';
1
+ /*
2
+ * Public API Surface of jooler-websites-shared
3
+ */
4
+ export * from './lib/jooler-websites-shared.module';
5
+ export * from './lib/section-title/section-title.component';
6
+ export * from './lib/page-section-style-ten/page-section-style-ten.component';
7
+ export * from './lib/models/page-section.model';
8
+ export * from './lib/models/page-section-action.model';
9
+ export * from './lib/get-started-cta/get-started-cta.component';
10
+ export * from './lib/achievements/achievements.component';
11
+ export * from './lib/models/achievements.model';
12
+ export * from './lib/models/achievement.model';
13
+ export * from './lib/models/service-plan.model';
14
+ export * from './lib/pricing-plans/pricing-plans.component';
15
+ export * from './lib/page-section-style-thirteen/page-section-style-thirteen.component';
16
+ export * from './lib/models/page-section-style-thirteen.model';
17
+ export * from './lib/image-gallery-modal/image-gallery-modal.component';
18
+ export * from './lib/models/gallery-items-properties.model';
19
+ export * from './lib/success-message-dialog/success-message-dialog.component';
20
+ export * from './lib/models/call-to-action-data.model';
21
+ export * from './lib/call-to-action-section/call-to-action-section.component';
22
+ export * from './lib/models/image-section-action.model';
23
+ export * from './lib/models/image-section.model';
24
+ export * from './lib/models/team-member.model';
25
+ export * from './lib/team/team.component';
26
+ export * from './lib/models/team-section.model';
27
+ export * from './lib/models/page-style-section-five.model';
28
+ export * from './lib/models/about-us-section.model';
29
+ export * from './lib/values/values.component';
30
+ export * from './lib/models/account-type.model';
31
+ export * from './lib/models/account.model';
32
+ export * from './lib/models/address.model';
33
+ export * from './lib/models/city.model';
34
+ export * from './lib/models/country.model';
35
+ export * from './lib/models/user-type.model';
36
+ export * from './lib/models/user.model';
37
+ export * from './lib/our-client-listing/our-client-listing.component';
38
+ export * from './lib/our-clients/our-clients.component';
39
+ export * from './lib/page-section-with-multiple-cards/page-section-with-multiple-cards.component';
40
+ export * from './lib/call-to-action-section-two/call-to-action-section-two.component';
41
+ export * from './lib/models/call-to-action-section-two.model';
42
+ export * from './lib/value-props-section/value-props-section.component';
43
+ export * from './lib/contact-us-page/contact-us-page.component';
44
+ export * from './lib/choose-country-with-flag/choose-country-with-flag.component';
45
+ export * from './lib/page-section-style-three/page-section-style-three.component';
46
+ export * from './lib/coming-soon/coming-soon.component';
47
+ export * from './lib/social-media-icons/social-media-icons.component';
48
+ export * from './lib/social-media-icons/social-media-links.model';
49
+ export * from './lib/models/perks.model';
50
+ export * from './lib/models/brand-logo.model';
51
+ export * from './lib/models/section-title.model';
52
+ export * from './lib/cta-section-style-four/cta-section-style-four.component';
53
+ export * from './lib/cta-section-style-three/cta-section-style-three.component';
54
+ export * from './lib/models/cta-section-style-four.model';
55
+ export * from './lib/models/cta-one-type.model';
56
+ export * from './lib/models/header-section-style-one.model';
57
+ export * from './lib/header-section-one/header-section-one.component';
58
+ export * from './lib/custom-tooltip/custom-tooltip.component';
59
+ export * from './lib/vertical-side-tabs/vertical-side-tabs.component';
60
+ export * from './lib/models/feature-section-nine.model';
61
+ export * from './lib/models/value-prop-properties.model';
62
+ export * from './lib/value-prop-card/value-prop-card.component';
63
+ export * from './lib/models/section-title-sizes.model';
64
+ export * from './lib/models/library-product-type.model';
65
65
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3Byb2plY3RzL2pvb2xlci13ZWJzaXRlcy1zaGFyZWQvc3JjL3B1YmxpYy1hcGkudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUE7O0dBRUc7QUFFSCxjQUFjLHFDQUFxQyxDQUFDO0FBQ3BELGNBQWMsNkNBQTZDLENBQUM7QUFDNUQsY0FBYywrREFBK0QsQ0FBQztBQUM5RSxjQUFjLGlDQUFpQyxDQUFDO0FBQ2hELGNBQWMsd0NBQXdDLENBQUM7QUFDdkQsY0FBYyxpREFBaUQsQ0FBQztBQUNoRSxjQUFjLDJDQUEyQyxDQUFDO0FBQzFELGNBQWMsaUNBQWlDLENBQUM7QUFDaEQsY0FBYyxnQ0FBZ0MsQ0FBQztBQUMvQyxjQUFjLGlDQUFpQyxDQUFDO0FBQ2hELGNBQWMsNkNBQTZDLENBQUM7QUFDNUQsY0FBYyx5RUFBeUUsQ0FBQztBQUN4RixjQUFjLGdEQUFnRCxDQUFDO0FBQy9ELGNBQWMseURBQXlELENBQUM7QUFDeEUsY0FBYyw2Q0FBNkMsQ0FBQztBQUM1RCxjQUFjLCtEQUErRCxDQUFDO0FBQzlFLGNBQWMsd0NBQXdDLENBQUM7QUFDdkQsY0FBYywrREFBK0QsQ0FBQztBQUM5RSxjQUFjLHlDQUF5QyxDQUFDO0FBQ3hELGNBQWMsa0NBQWtDLENBQUM7QUFDakQsY0FBYyxnQ0FBZ0MsQ0FBQztBQUMvQyxjQUFjLDJCQUEyQixDQUFDO0FBQzFDLGNBQWMsaUNBQWlDLENBQUM7QUFDaEQsY0FBYyw0Q0FBNEMsQ0FBQztBQUMzRCxjQUFjLHFDQUFxQyxDQUFDO0FBQ3BELGNBQWMsK0JBQStCLENBQUM7QUFDOUMsY0FBYyxpQ0FBaUMsQ0FBQztBQUNoRCxjQUFjLDRCQUE0QixDQUFDO0FBQzNDLGNBQWMsNEJBQTRCLENBQUM7QUFDM0MsY0FBYyx5QkFBeUIsQ0FBQztBQUN4QyxjQUFjLDRCQUE0QixDQUFDO0FBQzNDLGNBQWMsOEJBQThCLENBQUM7QUFDN0MsY0FBYyx5QkFBeUIsQ0FBQztBQUN4QyxjQUFjLHVEQUF1RCxDQUFDO0FBQ3RFLGNBQWMseUNBQXlDLENBQUM7QUFDeEQsY0FBYyxtRkFBbUYsQ0FBQztBQUNsRyxjQUFjLHVFQUF1RSxDQUFDO0FBQ3RGLGNBQWMsK0NBQStDLENBQUM7QUFDOUQsY0FBYyx5REFBeUQsQ0FBQztBQUN4RSxjQUFjLGlEQUFpRCxDQUFDO0FBQ2hFLGNBQWMsbUVBQW1FLENBQUM7QUFDbEYsY0FBYyxtRUFBbUUsQ0FBQztBQUNsRixjQUFjLHlDQUF5QyxDQUFDO0FBQ3hELGNBQWMsdURBQXVELENBQUM7QUFDdEUsY0FBYyxtREFBbUQsQ0FBQztBQUNsRSxjQUFjLDBCQUEwQixDQUFDO0FBQ3pDLGNBQWMsK0JBQStCLENBQUM7QUFDOUMsY0FBYyxrQ0FBa0MsQ0FBQztBQUNqRCxjQUFjLCtEQUErRCxDQUFDO0FBQzlFLGNBQWMsaUVBQWlFLENBQUM7QUFDaEYsY0FBYywyQ0FBMkMsQ0FBQztBQUMxRCxjQUFjLGlDQUFpQyxDQUFDO0FBQ2hELGNBQWMsNkNBQTZDLENBQUM7QUFDNUQsY0FBYyx1REFBdUQsQ0FBQztBQUN0RSxjQUFjLCtDQUErQyxDQUFDO0FBQzlELGNBQWMsdURBQXVELENBQUM7QUFDdEUsY0FBYyx5Q0FBeUMsQ0FBQztBQUN4RCxjQUFjLDBDQUEwQyxDQUFDO0FBQ3pELGNBQWMsaURBQWlELENBQUM7QUFDaEUsY0FBYyx3Q0FBd0MsQ0FBQztBQUN2RCxjQUFjLHlDQUF5QyxDQUFBIiwic291cmNlc0NvbnRlbnQiOlsiLypcclxuICogUHVibGljIEFQSSBTdXJmYWNlIG9mIGpvb2xlci13ZWJzaXRlcy1zaGFyZWRcclxuICovXHJcblxyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9qb29sZXItd2Vic2l0ZXMtc2hhcmVkLm1vZHVsZSc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL3NlY3Rpb24tdGl0bGUvc2VjdGlvbi10aXRsZS5jb21wb25lbnQnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9wYWdlLXNlY3Rpb24tc3R5bGUtdGVuL3BhZ2Utc2VjdGlvbi1zdHlsZS10ZW4uY29tcG9uZW50JztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvbW9kZWxzL3BhZ2Utc2VjdGlvbi5tb2RlbCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL21vZGVscy9wYWdlLXNlY3Rpb24tYWN0aW9uLm1vZGVsJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvZ2V0LXN0YXJ0ZWQtY3RhL2dldC1zdGFydGVkLWN0YS5jb21wb25lbnQnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9hY2hpZXZlbWVudHMvYWNoaWV2ZW1lbnRzLmNvbXBvbmVudCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL21vZGVscy9hY2hpZXZlbWVudHMubW9kZWwnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9tb2RlbHMvYWNoaWV2ZW1lbnQubW9kZWwnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9tb2RlbHMvc2VydmljZS1wbGFuLm1vZGVsJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvcHJpY2luZy1wbGFucy9wcmljaW5nLXBsYW5zLmNvbXBvbmVudCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL3BhZ2Utc2VjdGlvbi1zdHlsZS10aGlydGVlbi9wYWdlLXNlY3Rpb24tc3R5bGUtdGhpcnRlZW4uY29tcG9uZW50JztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvbW9kZWxzL3BhZ2Utc2VjdGlvbi1zdHlsZS10aGlydGVlbi5tb2RlbCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2ltYWdlLWdhbGxlcnktbW9kYWwvaW1hZ2UtZ2FsbGVyeS1tb2RhbC5jb21wb25lbnQnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9tb2RlbHMvZ2FsbGVyeS1pdGVtcy1wcm9wZXJ0aWVzLm1vZGVsJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvc3VjY2Vzcy1tZXNzYWdlLWRpYWxvZy9zdWNjZXNzLW1lc3NhZ2UtZGlhbG9nLmNvbXBvbmVudCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL21vZGVscy9jYWxsLXRvLWFjdGlvbi1kYXRhLm1vZGVsJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvY2FsbC10by1hY3Rpb24tc2VjdGlvbi9jYWxsLXRvLWFjdGlvbi1zZWN0aW9uLmNvbXBvbmVudCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL21vZGVscy9pbWFnZS1zZWN0aW9uLWFjdGlvbi5tb2RlbCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL21vZGVscy9pbWFnZS1zZWN0aW9uLm1vZGVsJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvbW9kZWxzL3RlYW0tbWVtYmVyLm1vZGVsJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvdGVhbS90ZWFtLmNvbXBvbmVudCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL21vZGVscy90ZWFtLXNlY3Rpb24ubW9kZWwnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9tb2RlbHMvcGFnZS1zdHlsZS1zZWN0aW9uLWZpdmUubW9kZWwnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9tb2RlbHMvYWJvdXQtdXMtc2VjdGlvbi5tb2RlbCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL3ZhbHVlcy92YWx1ZXMuY29tcG9uZW50JztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvbW9kZWxzL2FjY291bnQtdHlwZS5tb2RlbCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL21vZGVscy9hY2NvdW50Lm1vZGVsJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvbW9kZWxzL2FkZHJlc3MubW9kZWwnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9tb2RlbHMvY2l0eS5tb2RlbCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL21vZGVscy9jb3VudHJ5Lm1vZGVsJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvbW9kZWxzL3VzZXItdHlwZS5tb2RlbCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL21vZGVscy91c2VyLm1vZGVsJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvb3VyLWNsaWVudC1saXN0aW5nL291ci1jbGllbnQtbGlzdGluZy5jb21wb25lbnQnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9vdXItY2xpZW50cy9vdXItY2xpZW50cy5jb21wb25lbnQnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9wYWdlLXNlY3Rpb24td2l0aC1tdWx0aXBsZS1jYXJkcy9wYWdlLXNlY3Rpb24td2l0aC1tdWx0aXBsZS1jYXJkcy5jb21wb25lbnQnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9jYWxsLXRvLWFjdGlvbi1zZWN0aW9uLXR3by9jYWxsLXRvLWFjdGlvbi1zZWN0aW9uLXR3by5jb21wb25lbnQnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9tb2RlbHMvY2FsbC10by1hY3Rpb24tc2VjdGlvbi10d28ubW9kZWwnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi92YWx1ZS1wcm9wcy1zZWN0aW9uL3ZhbHVlLXByb3BzLXNlY3Rpb24uY29tcG9uZW50JztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvY29udGFjdC11cy1wYWdlL2NvbnRhY3QtdXMtcGFnZS5jb21wb25lbnQnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9jaG9vc2UtY291bnRyeS13aXRoLWZsYWcvY2hvb3NlLWNvdW50cnktd2l0aC1mbGFnLmNvbXBvbmVudCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL3BhZ2Utc2VjdGlvbi1zdHlsZS10aHJlZS9wYWdlLXNlY3Rpb24tc3R5bGUtdGhyZWUuY29tcG9uZW50JztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvY29taW5nLXNvb24vY29taW5nLXNvb24uY29tcG9uZW50JztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvc29jaWFsLW1lZGlhLWljb25zL3NvY2lhbC1tZWRpYS1pY29ucy5jb21wb25lbnQnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9zb2NpYWwtbWVkaWEtaWNvbnMvc29jaWFsLW1lZGlhLWxpbmtzLm1vZGVsJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvbW9kZWxzL3BlcmtzLm1vZGVsJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvbW9kZWxzL2JyYW5kLWxvZ28ubW9kZWwnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9tb2RlbHMvc2VjdGlvbi10aXRsZS5tb2RlbCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2N0YS1zZWN0aW9uLXN0eWxlLWZvdXIvY3RhLXNlY3Rpb24tc3R5bGUtZm91ci5jb21wb25lbnQnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9jdGEtc2VjdGlvbi1zdHlsZS10aHJlZS9jdGEtc2VjdGlvbi1zdHlsZS10aHJlZS5jb21wb25lbnQnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9tb2RlbHMvY3RhLXNlY3Rpb24tc3R5bGUtZm91ci5tb2RlbCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL21vZGVscy9jdGEtb25lLXR5cGUubW9kZWwnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9tb2RlbHMvaGVhZGVyLXNlY3Rpb24tc3R5bGUtb25lLm1vZGVsJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvaGVhZGVyLXNlY3Rpb24tb25lL2hlYWRlci1zZWN0aW9uLW9uZS5jb21wb25lbnQnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9jdXN0b20tdG9vbHRpcC9jdXN0b20tdG9vbHRpcC5jb21wb25lbnQnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi92ZXJ0aWNhbC1zaWRlLXRhYnMvdmVydGljYWwtc2lkZS10YWJzLmNvbXBvbmVudCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL21vZGVscy9mZWF0dXJlLXNlY3Rpb24tbmluZS5tb2RlbCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL21vZGVscy92YWx1ZS1wcm9wLXByb3BlcnRpZXMubW9kZWwnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi92YWx1ZS1wcm9wLWNhcmQvdmFsdWUtcHJvcC1jYXJkLmNvbXBvbmVudCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL21vZGVscy9zZWN0aW9uLXRpdGxlLXNpemVzLm1vZGVsJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvbW9kZWxzL2xpYnJhcnktcHJvZHVjdC10eXBlLm1vZGVsJyJdfQ==