@wizishop/wizi-block 4.2.2-beta → 4.2.23-beta
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/assets/i18n/en.json +1 -1
- package/assets/i18n/fr.json +1 -1
- package/bundles/wizishop-wizi-block.umd.js +602 -385
- package/bundles/wizishop-wizi-block.umd.js.map +1 -1
- package/bundles/wizishop-wizi-block.umd.min.js +1 -1
- package/bundles/wizishop-wizi-block.umd.min.js.map +1 -1
- package/esm2015/lib/components/configs/configs.component.js +2 -2
- package/esm2015/lib/dtos/blocks/parent-block.dto.js +3 -2
- package/esm2015/lib/dtos/blocks/witness/witness-background-one.dto.js +2 -2
- package/esm2015/lib/dtos/forms/forms.dto.js +2 -2
- package/esm2015/lib/shared/components/editorjs/editorjs.component.js +27 -7
- package/esm2015/lib/shared/components/editorjs/tools/inline/link-tool.component.js +76 -15
- package/esm2015/lib/shared/components/editorjs/tools/inline/text-background-color-tool.component.js +5 -7
- package/esm2015/lib/shared/components/editorjs/tools/inline/text-color-tool.component.js +4 -2
- package/esm2015/lib/shared/components/editorjs/tools/inline/text-size-tool.component.js +4 -3
- package/esm2015/lib/shared/components/editorjs/tools/inline/tool-type/inline-style-tool.component.js +51 -20
- package/esm2015/lib/shared/components/editorjs/tools/paragraph/text-type-tool.component.js +3 -2
- package/esm2015/lib/shared/components/editorjs/tools/paragraph/tool-type/paragraph-style-tool.component.js +35 -7
- package/esm2015/lib/shared/components/editorjs/tools/paragraph/tool-type/text-edition.component.js +5 -6
- package/esm2015/lib/shared/components/editorjs/tools/utils/editorjs-conversion.service.js +13 -1
- package/esm2015/lib/shared/components/editorjs/tools/utils/editorjs-tool.component.js +35 -2
- package/esm2015/lib/shared/components/editorjs/tools/utils/editorjs-translation.service.js +20 -0
- package/esm2015/lib/structures/text-backgrounds/four-rows-icon-text/text-backgrounds-four-rows-icon-text.component.js +7 -2
- package/esm2015/lib/structures/text-backgrounds/three-rows-icon-text/text-backgrounds-three-rows-icon-text.component.js +2 -2
- package/esm2015/lib/structures/text-backgrounds/two-rows-icon-text/text-backgrounds-two-rows-icon-text.component.js +2 -2
- package/esm2015/lib/structures/texts/quadruple-numbers/texts-quadruple-numbers.component.js +2 -2
- package/esm2015/lib/structures/timer/airport/timer-airport.component.js +2 -2
- package/esm2015/lib/structures/timer/background/timer-background.component.js +2 -2
- package/esm2015/lib/structures/timer/clock/timer-clock.component.js +2 -2
- package/esm2015/lib/structures/timer/multiple-img/timer-multiple-img.component.js +2 -2
- package/esm2015/lib/structures/timer/simple/timer-simple.component.js +2 -2
- package/esm2015/lib/wizi-block.component.js +4 -4
- package/esm2015/wizishop-wizi-block.js +227 -226
- package/fesm2015/wizishop-wizi-block.js +276 -74
- package/fesm2015/wizishop-wizi-block.js.map +1 -1
- package/lib/shared/components/editorjs/editorjs.component.d.ts +5 -1
- package/lib/shared/components/editorjs/tools/inline/link-tool.component.d.ts +1 -0
- package/lib/shared/components/editorjs/tools/inline/tool-type/inline-style-tool.component.d.ts +2 -2
- package/lib/shared/components/editorjs/tools/paragraph/tool-type/paragraph-style-tool.component.d.ts +5 -0
- package/lib/shared/components/editorjs/tools/utils/editorjs-tool.component.d.ts +2 -0
- package/lib/shared/components/editorjs/tools/utils/editorjs-translation.service.d.ts +7 -0
- package/lib/structures/text-backgrounds/four-rows-icon-text/text-backgrounds-four-rows-icon-text.component.d.ts +1 -0
- package/package.json +1 -1
- package/wizi-block.scss +2133 -1869
- package/wizishop-wizi-block.d.ts +226 -225
- package/wizishop-wizi-block.metadata.json +1 -1
package/wizishop-wizi-block.d.ts
CHANGED
|
@@ -8,131 +8,132 @@ export { ConfigsComponent as ɵk } from './lib/components/configs/configs.compon
|
|
|
8
8
|
export { ContainerBlockComponent as ɵm } from './lib/components/container-block/container-block.component';
|
|
9
9
|
export { PreviewsComponent as ɵl } from './lib/components/previews/previews.component';
|
|
10
10
|
export { Types as ɵa } from './lib/dtos/configs/types/types.dto';
|
|
11
|
-
export { AmplifyProductZoomMoreService as
|
|
12
|
-
export { AmplifyProductZoomSelectedService as
|
|
13
|
-
export { AmplifyProductZoomTripleColumnService as
|
|
14
|
-
export { AmplifyProductZoomService as
|
|
15
|
-
export { AmplifyProductsListClassicService as
|
|
16
|
-
export { AmplifyProductsListSelectedService as
|
|
17
|
-
export { AmplifyProductsListSimpleService as
|
|
18
|
-
export { CodeHtmlService as
|
|
19
|
-
export { CodeJavascriptService as
|
|
20
|
-
export { CodeStylesheetService as
|
|
21
|
-
export { FaqAccordionService as
|
|
22
|
-
export { FaqFrameService as
|
|
23
|
-
export { FaqListIconService as
|
|
24
|
-
export { FaqSimpleBackgroundService as
|
|
25
|
-
export { FaqSimpleService as
|
|
26
|
-
export { FormsBackgroundService as
|
|
27
|
-
export { FormsImageleftService as
|
|
28
|
-
export { FormsImagerightService as
|
|
29
|
-
export { FormsSimpleService as
|
|
30
|
-
export { ImagesTextsBigLeftTextRightService as
|
|
31
|
-
export { ImagesTextsBigRightTextLeftService as
|
|
32
|
-
export { ImagesTextsLeftTextRightService as
|
|
33
|
-
export { ImagesTextsOneTextOneService as
|
|
34
|
-
export { ImagesTextsRightTextLeftService as
|
|
35
|
-
export { ImagesTextsSmallLeftTextRightService as
|
|
36
|
-
export { ImagesTextsSmallRightTextLeftService as
|
|
37
|
-
export { ImagesTextsTextOneTextService as
|
|
38
|
-
export { FourImagesTitleService as
|
|
39
|
-
export { ImagesBannerService as
|
|
40
|
-
export { ImagesBigAndDoubleService as
|
|
41
|
-
export { ImagesBigsAndDoubleMiddleService as
|
|
42
|
-
export { ImagesDoubleService as
|
|
43
|
-
export { ImagesQuadrupleLeftOneRightService as
|
|
44
|
-
export { ImagesQuadrupleService as
|
|
45
|
-
export { ImagesSimpleService as
|
|
46
|
-
export { ImagesTripleService as
|
|
47
|
-
export { TwoImagesTitleTextService as
|
|
48
|
-
export { LaunchVideosButtonService as
|
|
49
|
-
export { LaunchVideosButtontxtService as
|
|
50
|
-
export { MapBackgroundFormLeftService as
|
|
51
|
-
export { MapBackgroundFormRightService as
|
|
52
|
-
export { MapFullpageService as
|
|
53
|
-
export { MapLeftTextService as
|
|
54
|
-
export { MapRightTextService as
|
|
55
|
-
export { MapTextFormService as
|
|
56
|
-
export { NewsletterAlignedCenterBackgroundService as
|
|
57
|
-
export { NewsletterAlignedCenterImageService as
|
|
58
|
-
export { NewsletterCenterImageService as
|
|
59
|
-
export { FormsOnboardingService as
|
|
60
|
-
export { ProductZoomCompleteBackgroundService as
|
|
61
|
-
export { ProductZoomCompleteSliderService as
|
|
62
|
-
export { ProductZoomCompleteService as
|
|
63
|
-
export { ProductZoomMoreService as
|
|
64
|
-
export { ProductZoomSelectedService as
|
|
65
|
-
export { ProductZoomSimpleService as
|
|
66
|
-
export { ProductZoomTripleColumnService as
|
|
67
|
-
export { ProductZoomService as
|
|
68
|
-
export { ProductsListClassicService as
|
|
69
|
-
export { ProductsListSelectedService as
|
|
70
|
-
export { ProductsListSimpleService as
|
|
71
|
-
export { QuotesAuthorService as
|
|
72
|
-
export { QuotesSimpleBackgroundService as
|
|
73
|
-
export { QuotesSimpleService as
|
|
74
|
-
export { RassurancesQuadrupleAlignedService as
|
|
75
|
-
export { RassurancesQuadrupleBackgroundService as
|
|
76
|
-
export { RassurancesTripleBackgroundService as
|
|
77
|
-
export { ReviewsSimpleService as
|
|
78
|
-
export { ReviewsWaterfallService as
|
|
79
|
-
export { SeparatorSimpleService as
|
|
80
|
-
export { SlidersDoubleImagerightService as
|
|
81
|
-
export { SlidersFullpageService as
|
|
82
|
-
export { SlidersImagerightService as
|
|
83
|
-
export { SlidersLeftnavService as
|
|
84
|
-
export { SlidersWithBannerService as
|
|
85
|
-
export { SocialsLikeService as
|
|
86
|
-
export { SocialsNetworkService as
|
|
87
|
-
export { SocialsPageComplexService as
|
|
88
|
-
export { SocialsPageSimpleService as
|
|
89
|
-
export { TextBackgroundsFourRowsIconTextService as
|
|
90
|
-
export { TextBackgroundsLinkService as
|
|
91
|
-
export { TextBackgroundsSimpleService as
|
|
92
|
-
export { TextBackgroundsThreeRowsIconTextService as
|
|
93
|
-
export { TextBackgroundsTwoRowsIconTextService as
|
|
94
|
-
export { TextBackgroundsWithBannerService as
|
|
95
|
-
export { TextBackgroundsWithTxtService as
|
|
96
|
-
export { TextsDoubleBackgroundService as
|
|
97
|
-
export { TextsDoubleService as
|
|
98
|
-
export { TextsOneBackgroundService as
|
|
99
|
-
export { TextsOneService as
|
|
100
|
-
export { TextsQuadrupleBackgroundService as
|
|
101
|
-
export { TextsQuadrupleNumbersService as
|
|
102
|
-
export { TextsQuadrupleService as
|
|
103
|
-
export { TextsTripleBackgroundService as
|
|
104
|
-
export { TextsTripleService as
|
|
105
|
-
export { TimerAirportService as
|
|
106
|
-
export { TimerBackgroundService as
|
|
107
|
-
export { TimerClockService as
|
|
108
|
-
export { TimerMultipleImgService as
|
|
109
|
-
export { TimerSimpleService as
|
|
110
|
-
export { VideosSimpleService as
|
|
111
|
-
export { VideosTxtContentService as
|
|
112
|
-
export { VideosTxtLeftService as
|
|
113
|
-
export { VideosTxtService as
|
|
114
|
-
export { AboutBlockService as
|
|
115
|
-
export { WitnessBackgroundDoubleService as
|
|
116
|
-
export { WitnessBackgroundOneService as
|
|
117
|
-
export { WitnessQuadrupleService as
|
|
118
|
-
export { WitnessTripleService as
|
|
119
|
-
export { WitnessTwiceService as
|
|
11
|
+
export { AmplifyProductZoomMoreService as ɵit } from './lib/services/blocks/amplify-product/amplify-product-zoom-more.service';
|
|
12
|
+
export { AmplifyProductZoomSelectedService as ɵir } from './lib/services/blocks/amplify-product/amplify-product-zoom-selected.service';
|
|
13
|
+
export { AmplifyProductZoomTripleColumnService as ɵip } from './lib/services/blocks/amplify-product/amplify-product-zoom-triple-column.service';
|
|
14
|
+
export { AmplifyProductZoomService as ɵin } from './lib/services/blocks/amplify-product/amplify-product-zoom.service';
|
|
15
|
+
export { AmplifyProductsListClassicService as ɵil } from './lib/services/blocks/amplify-products-list/amplify-products-list-classic.service';
|
|
16
|
+
export { AmplifyProductsListSelectedService as ɵij } from './lib/services/blocks/amplify-products-list/amplify-products-list-selected.service';
|
|
17
|
+
export { AmplifyProductsListSimpleService as ɵih } from './lib/services/blocks/amplify-products-list/amplify-products-list-simple.service';
|
|
18
|
+
export { CodeHtmlService as ɵcs } from './lib/services/blocks/code/code-html.service';
|
|
19
|
+
export { CodeJavascriptService as ɵcu } from './lib/services/blocks/code/code-javascript.service';
|
|
20
|
+
export { CodeStylesheetService as ɵgz } from './lib/services/blocks/code/code-stylesheet.service';
|
|
21
|
+
export { FaqAccordionService as ɵkd } from './lib/services/blocks/faq/faq-accordion.service';
|
|
22
|
+
export { FaqFrameService as ɵkb } from './lib/services/blocks/faq/faq-frame.service';
|
|
23
|
+
export { FaqListIconService as ɵkf } from './lib/services/blocks/faq/faq-list-icon.service';
|
|
24
|
+
export { FaqSimpleBackgroundService as ɵjz } from './lib/services/blocks/faq/faq-simple-background.service';
|
|
25
|
+
export { FaqSimpleService as ɵjx } from './lib/services/blocks/faq/faq-simple.service';
|
|
26
|
+
export { FormsBackgroundService as ɵfo } from './lib/services/blocks/forms/forms-background.service';
|
|
27
|
+
export { FormsImageleftService as ɵfs } from './lib/services/blocks/forms/forms-imageleft.service';
|
|
28
|
+
export { FormsImagerightService as ɵfu } from './lib/services/blocks/forms/forms-imageright.service';
|
|
29
|
+
export { FormsSimpleService as ɵfe } from './lib/services/blocks/forms/forms-simple.service';
|
|
30
|
+
export { ImagesTextsBigLeftTextRightService as ɵee } from './lib/services/blocks/images-texts/images-texts-big-left-text-right.service';
|
|
31
|
+
export { ImagesTextsBigRightTextLeftService as ɵeg } from './lib/services/blocks/images-texts/images-texts-big-right-text-left.service';
|
|
32
|
+
export { ImagesTextsLeftTextRightService as ɵei } from './lib/services/blocks/images-texts/images-texts-left-text-right.service';
|
|
33
|
+
export { ImagesTextsOneTextOneService as ɵem } from './lib/services/blocks/images-texts/images-texts-one-text-one.service';
|
|
34
|
+
export { ImagesTextsRightTextLeftService as ɵek } from './lib/services/blocks/images-texts/images-texts-right-text-left.service';
|
|
35
|
+
export { ImagesTextsSmallLeftTextRightService as ɵeo } from './lib/services/blocks/images-texts/images-texts-small-left-text-right.service';
|
|
36
|
+
export { ImagesTextsSmallRightTextLeftService as ɵeq } from './lib/services/blocks/images-texts/images-texts-small-right-text-left.service';
|
|
37
|
+
export { ImagesTextsTextOneTextService as ɵes } from './lib/services/blocks/images-texts/images-texts-text-one-text.service';
|
|
38
|
+
export { FourImagesTitleService as ɵkh } from './lib/services/blocks/images/four-images-title.service';
|
|
39
|
+
export { ImagesBannerService as ɵdi } from './lib/services/blocks/images/images-banner.service';
|
|
40
|
+
export { ImagesBigAndDoubleService as ɵdu } from './lib/services/blocks/images/images-big-and-double.service';
|
|
41
|
+
export { ImagesBigsAndDoubleMiddleService as ɵdw } from './lib/services/blocks/images/images-bigs-and-double-middle.service';
|
|
42
|
+
export { ImagesDoubleService as ɵdm } from './lib/services/blocks/images/images-double.service';
|
|
43
|
+
export { ImagesQuadrupleLeftOneRightService as ɵds } from './lib/services/blocks/images/images-quadruple-left-one-right.service';
|
|
44
|
+
export { ImagesQuadrupleService as ɵdq } from './lib/services/blocks/images/images-quadruple.service';
|
|
45
|
+
export { ImagesSimpleService as ɵdk } from './lib/services/blocks/images/images-simple.service';
|
|
46
|
+
export { ImagesTripleService as ɵdo } from './lib/services/blocks/images/images-triple.service';
|
|
47
|
+
export { TwoImagesTitleTextService as ɵkk } from './lib/services/blocks/images/two-images-title-text.service';
|
|
48
|
+
export { LaunchVideosButtonService as ɵde } from './lib/services/blocks/launch-videos/launch-videos-button.service';
|
|
49
|
+
export { LaunchVideosButtontxtService as ɵdg } from './lib/services/blocks/launch-videos/launch-videos-buttontxt.service';
|
|
50
|
+
export { MapBackgroundFormLeftService as ɵid } from './lib/services/blocks/map/map-background-form-left.service';
|
|
51
|
+
export { MapBackgroundFormRightService as ɵif } from './lib/services/blocks/map/map-background-form-right.service';
|
|
52
|
+
export { MapFullpageService as ɵhv } from './lib/services/blocks/map/map-fullpage.service';
|
|
53
|
+
export { MapLeftTextService as ɵhx } from './lib/services/blocks/map/map-left-text.service';
|
|
54
|
+
export { MapRightTextService as ɵhz } from './lib/services/blocks/map/map-right-text.service';
|
|
55
|
+
export { MapTextFormService as ɵib } from './lib/services/blocks/map/map-text-form.service';
|
|
56
|
+
export { NewsletterAlignedCenterBackgroundService as ɵgt } from './lib/services/blocks/newsletter/newsletter-aligned-center-background.service';
|
|
57
|
+
export { NewsletterAlignedCenterImageService as ɵgr } from './lib/services/blocks/newsletter/newsletter-aligned-center-image.service';
|
|
58
|
+
export { NewsletterCenterImageService as ɵgv } from './lib/services/blocks/newsletter/newsletter-center-image.service';
|
|
59
|
+
export { FormsOnboardingService as ɵfw } from './lib/services/blocks/onboarding/forms-onboarding.service';
|
|
60
|
+
export { ProductZoomCompleteBackgroundService as ɵjj } from './lib/services/blocks/product/product-zoom-complete-background.service';
|
|
61
|
+
export { ProductZoomCompleteSliderService as ɵjf } from './lib/services/blocks/product/product-zoom-complete-slider.service';
|
|
62
|
+
export { ProductZoomCompleteService as ɵjd } from './lib/services/blocks/product/product-zoom-complete.service';
|
|
63
|
+
export { ProductZoomMoreService as ɵjb } from './lib/services/blocks/product/product-zoom-more.service';
|
|
64
|
+
export { ProductZoomSelectedService as ɵiz } from './lib/services/blocks/product/product-zoom-selected.service';
|
|
65
|
+
export { ProductZoomSimpleService as ɵjh } from './lib/services/blocks/product/product-zoom-simple.service';
|
|
66
|
+
export { ProductZoomTripleColumnService as ɵix } from './lib/services/blocks/product/product-zoom-triple-column.service';
|
|
67
|
+
export { ProductZoomService as ɵiv } from './lib/services/blocks/product/product-zoom.service';
|
|
68
|
+
export { ProductsListClassicService as ɵgg } from './lib/services/blocks/products-list/products-list-classic.service';
|
|
69
|
+
export { ProductsListSelectedService as ɵgx } from './lib/services/blocks/products-list/products-list-selected.service';
|
|
70
|
+
export { ProductsListSimpleService as ɵgj } from './lib/services/blocks/products-list/products-list-simple.service';
|
|
71
|
+
export { QuotesAuthorService as ɵhp } from './lib/services/blocks/quotes/quotes-author.service';
|
|
72
|
+
export { QuotesSimpleBackgroundService as ɵhr } from './lib/services/blocks/quotes/quotes-simple-background.service';
|
|
73
|
+
export { QuotesSimpleService as ɵhn } from './lib/services/blocks/quotes/quotes-simple.service';
|
|
74
|
+
export { RassurancesQuadrupleAlignedService as ɵgn } from './lib/services/blocks/rassurances/rassurances-quadruple-aligned.service';
|
|
75
|
+
export { RassurancesQuadrupleBackgroundService as ɵgp } from './lib/services/blocks/rassurances/rassurances-quadruple-background.service';
|
|
76
|
+
export { RassurancesTripleBackgroundService as ɵgl } from './lib/services/blocks/rassurances/rassurances-triple-background.service';
|
|
77
|
+
export { ReviewsSimpleService as ɵhl } from './lib/services/blocks/reviews/reviews-simple.service';
|
|
78
|
+
export { ReviewsWaterfallService as ɵht } from './lib/services/blocks/reviews/reviews-waterfall.service';
|
|
79
|
+
export { SeparatorSimpleService as ɵcq } from './lib/services/blocks/separator/separator-simple.service';
|
|
80
|
+
export { SlidersDoubleImagerightService as ɵco } from './lib/services/blocks/sliders/sliders-double-imageright.service';
|
|
81
|
+
export { SlidersFullpageService as ɵci } from './lib/services/blocks/sliders/sliders-fullpage.service';
|
|
82
|
+
export { SlidersImagerightService as ɵcm } from './lib/services/blocks/sliders/sliders-imageright.service';
|
|
83
|
+
export { SlidersLeftnavService as ɵck } from './lib/services/blocks/sliders/sliders-leftnav.service';
|
|
84
|
+
export { SlidersWithBannerService as ɵku } from './lib/services/blocks/sliders/sliders-with-banner.service';
|
|
85
|
+
export { SocialsLikeService as ɵfy } from './lib/services/blocks/socials/socials-like.service';
|
|
86
|
+
export { SocialsNetworkService as ɵge } from './lib/services/blocks/socials/socials-network.service';
|
|
87
|
+
export { SocialsPageComplexService as ɵgc } from './lib/services/blocks/socials/socials-page-complex.service';
|
|
88
|
+
export { SocialsPageSimpleService as ɵga } from './lib/services/blocks/socials/socials-page-simple.service';
|
|
89
|
+
export { TextBackgroundsFourRowsIconTextService as ɵks } from './lib/services/blocks/text-backgrounds/text-backgrounds-four-rows-icon-text.service';
|
|
90
|
+
export { TextBackgroundsLinkService as ɵdy } from './lib/services/blocks/text-backgrounds/text-backgrounds-link.service';
|
|
91
|
+
export { TextBackgroundsSimpleService as ɵea } from './lib/services/blocks/text-backgrounds/text-backgrounds-simple.service';
|
|
92
|
+
export { TextBackgroundsThreeRowsIconTextService as ɵkq } from './lib/services/blocks/text-backgrounds/text-backgrounds-three-rows-icon-text.service';
|
|
93
|
+
export { TextBackgroundsTwoRowsIconTextService as ɵko } from './lib/services/blocks/text-backgrounds/text-backgrounds-two-rows-icon-text.service';
|
|
94
|
+
export { TextBackgroundsWithBannerService as ɵkm } from './lib/services/blocks/text-backgrounds/text-backgrounds-with-banner.service';
|
|
95
|
+
export { TextBackgroundsWithTxtService as ɵec } from './lib/services/blocks/text-backgrounds/text-backgrounds-with-txt.service';
|
|
96
|
+
export { TextsDoubleBackgroundService as ɵew } from './lib/services/blocks/texts/texts-double-background.service';
|
|
97
|
+
export { TextsDoubleService as ɵfm } from './lib/services/blocks/texts/texts-double.service';
|
|
98
|
+
export { TextsOneBackgroundService as ɵeu } from './lib/services/blocks/texts/texts-one-background.service';
|
|
99
|
+
export { TextsOneService as ɵfk } from './lib/services/blocks/texts/texts-one.service';
|
|
100
|
+
export { TextsQuadrupleBackgroundService as ɵfg } from './lib/services/blocks/texts/texts-quadruple-background.service';
|
|
101
|
+
export { TextsQuadrupleNumbersService as ɵfc } from './lib/services/blocks/texts/texts-quadruple-numbers.service';
|
|
102
|
+
export { TextsQuadrupleService as ɵfa } from './lib/services/blocks/texts/texts-quadruple.service';
|
|
103
|
+
export { TextsTripleBackgroundService as ɵey } from './lib/services/blocks/texts/texts-triple-background.service';
|
|
104
|
+
export { TextsTripleService as ɵfi } from './lib/services/blocks/texts/texts-triple.service';
|
|
105
|
+
export { TimerAirportService as ɵjr } from './lib/services/blocks/timer/timer-airport.service';
|
|
106
|
+
export { TimerBackgroundService as ɵjn } from './lib/services/blocks/timer/timer-background.service';
|
|
107
|
+
export { TimerClockService as ɵjp } from './lib/services/blocks/timer/timer-clock.service';
|
|
108
|
+
export { TimerMultipleImgService as ɵjt } from './lib/services/blocks/timer/timer-multiple-img.service';
|
|
109
|
+
export { TimerSimpleService as ɵjl } from './lib/services/blocks/timer/timer-simple.service';
|
|
110
|
+
export { VideosSimpleService as ɵcw } from './lib/services/blocks/videos/videos-simple.service';
|
|
111
|
+
export { VideosTxtContentService as ɵdc } from './lib/services/blocks/videos/videos-txt-content.service';
|
|
112
|
+
export { VideosTxtLeftService as ɵfq } from './lib/services/blocks/videos/videos-txt-left.service';
|
|
113
|
+
export { VideosTxtService as ɵda } from './lib/services/blocks/videos/videos-txt.service';
|
|
114
|
+
export { AboutBlockService as ɵjv } from './lib/services/blocks/witness/about-block.service';
|
|
115
|
+
export { WitnessBackgroundDoubleService as ɵhj } from './lib/services/blocks/witness/witness-background-double.service';
|
|
116
|
+
export { WitnessBackgroundOneService as ɵhh } from './lib/services/blocks/witness/witness-background-one.service';
|
|
117
|
+
export { WitnessQuadrupleService as ɵhf } from './lib/services/blocks/witness/witness-quadruple.service';
|
|
118
|
+
export { WitnessTripleService as ɵhd } from './lib/services/blocks/witness/witness-triple.service';
|
|
119
|
+
export { WitnessTwiceService as ɵhb } from './lib/services/blocks/witness/witness-twice.service';
|
|
120
120
|
export { ApiService as ɵh } from './lib/services/utils/api.service';
|
|
121
121
|
export { ConfigService as ɵe } from './lib/services/utils/config.service';
|
|
122
122
|
export { ContentService as ɵf } from './lib/services/utils/content.service';
|
|
123
|
-
export { CurrencyService as
|
|
123
|
+
export { CurrencyService as ɵgh } from './lib/services/utils/currency.service';
|
|
124
124
|
export { ExpectedImagesService as ɵbe } from './lib/services/utils/expected-images.service';
|
|
125
125
|
export { ExternalConfigService as ɵg } from './lib/services/utils/external-config.service';
|
|
126
126
|
export { FontAwesomeService as ɵbo } from './lib/services/utils/font-awesome.service';
|
|
127
127
|
export { QuillService as ɵbz } from './lib/services/utils/quill.service';
|
|
128
128
|
export { StructureConfigService as ɵbk } from './lib/services/utils/structure-config.service';
|
|
129
|
-
export { TranslateBlockService as
|
|
130
|
-
export { VimeoService as
|
|
131
|
-
export { YoutubeService as
|
|
129
|
+
export { TranslateBlockService as ɵki } from './lib/services/utils/translate-block.service';
|
|
130
|
+
export { VimeoService as ɵcy } from './lib/services/utils/vimeo.service';
|
|
131
|
+
export { YoutubeService as ɵcx } from './lib/services/utils/youtube.service';
|
|
132
132
|
export { animateListFromLeft as ɵd } from './lib/shared/animations/list/animate-list-from-left.animation';
|
|
133
133
|
export { animateListFromRight as ɵc } from './lib/shared/animations/list/animate-list-from-right.animation';
|
|
134
134
|
export { EditorJsComponent as ɵcb } from './lib/shared/components/editorjs/editorjs.component';
|
|
135
135
|
export { EditorJSConversionService as ɵcc } from './lib/shared/components/editorjs/tools/utils/editorjs-conversion.service';
|
|
136
|
+
export { EditorJSTranslationService as ɵcd } from './lib/shared/components/editorjs/tools/utils/editorjs-translation.service';
|
|
136
137
|
export { FaqComponent as ɵca } from './lib/shared/components/faq/faq.component';
|
|
137
138
|
export { LoaderComponent as ɵbv } from './lib/shared/components/loader/loader.component';
|
|
138
139
|
export { QuillComponent as ɵby } from './lib/shared/components/quill/quill.component';
|
|
@@ -169,116 +170,116 @@ export { SharedPipesModule as ɵp } from './lib/shared/pipes/shared-pipes.module
|
|
|
169
170
|
export { StripTagsPipe as ɵy } from './lib/shared/pipes/strip-tags/strip-tags.pipe';
|
|
170
171
|
export { TinyColorPipe as ɵu } from './lib/shared/pipes/tiny-color/tiny-color.pipe';
|
|
171
172
|
export { SharedModule as ɵn } from './lib/shared/shared.module';
|
|
172
|
-
export { AmplifyProductZoomMoreComponent as
|
|
173
|
-
export { AmplifyProductZoomSelectedComponent as
|
|
174
|
-
export { AmplifyProductZoomTripleColumnComponent as
|
|
175
|
-
export { AmplifyProductZoomComponent as
|
|
176
|
-
export { AmplifyProductsListClassicComponent as
|
|
177
|
-
export { AmplifyProductsListSelectedComponent as
|
|
178
|
-
export { AmplifyProductsListSimpleComponent as
|
|
179
|
-
export { CodeHtmlComponent as
|
|
180
|
-
export { CodeJavascriptComponent as
|
|
181
|
-
export { CodeStylesheetComponent as
|
|
182
|
-
export { FaqAccordionComponent as
|
|
183
|
-
export { FaqFrameComponent as
|
|
184
|
-
export { FaqListIconComponent as
|
|
185
|
-
export { FaqSimpleBackgroundComponent as
|
|
186
|
-
export { FaqSimpleComponent as
|
|
187
|
-
export { FormsBackgroundComponent as
|
|
188
|
-
export { FormsImageleftComponent as
|
|
189
|
-
export { FormsImagerightComponent as
|
|
190
|
-
export { FormsSimpleComponent as
|
|
191
|
-
export { ImagesTextsBigLeftTextRightComponent as
|
|
192
|
-
export { ImagesTextsBigRightTextLeftComponent as
|
|
193
|
-
export { ImagesTextsLeftTextRightComponent as
|
|
194
|
-
export { ImagesTextsOneTextOneComponent as
|
|
195
|
-
export { ImagesTextsRightTextLeftComponent as
|
|
196
|
-
export { ImagesTextsSmallLeftTextRightComponent as
|
|
197
|
-
export { ImagesTextsSmallRightTextLeftComponent as
|
|
198
|
-
export { ImagesTextsTextOneTextComponent as
|
|
199
|
-
export { ImagesBannerComponent as
|
|
200
|
-
export { ImagesBigAndDoubleComponent as
|
|
201
|
-
export { ImagesBigsAndDoubleMiddleComponent as
|
|
202
|
-
export { ImagesDoubleComponent as
|
|
203
|
-
export { FourImagesTitleComponent as
|
|
204
|
-
export { ImagesQuadrupleLeftOneRightComponent as
|
|
205
|
-
export { ImagesQuadrupleComponent as
|
|
206
|
-
export { ImagesSimpleComponent as
|
|
207
|
-
export { ImagesTripleComponent as
|
|
208
|
-
export { TwoImagesTitleTextComponent as
|
|
209
|
-
export { LaunchVideosButtonComponent as
|
|
210
|
-
export { LaunchVideosButtontxtComponent as
|
|
211
|
-
export { LoaderComponentModule as
|
|
212
|
-
export { MapBackgroundFormLeftComponent as
|
|
213
|
-
export { MapBackgroundFormRightComponent as
|
|
214
|
-
export { MapFullpageComponent as
|
|
215
|
-
export { MapLeftTextComponent as
|
|
216
|
-
export { MapRightTextComponent as
|
|
217
|
-
export { MapTextFormComponent as
|
|
218
|
-
export { NewsletterAlignedCenterBackgroundComponent as
|
|
219
|
-
export { NewsletterAlignedCenterImageComponent as
|
|
220
|
-
export { NewsletterCenterImageComponent as
|
|
221
|
-
export { FormsOnboardingComponent as
|
|
222
|
-
export { ProductZoomCompleteBackgroundComponent as
|
|
223
|
-
export { ProductZoomCompleteSliderComponent as
|
|
224
|
-
export { ProductZoomCompleteComponent as
|
|
225
|
-
export { ProductZoomMoreComponent as
|
|
226
|
-
export { ProductZoomSelectedComponent as
|
|
227
|
-
export { ProductZoomSimpleComponent as
|
|
228
|
-
export { ProductZoomTripleColumnComponent as
|
|
229
|
-
export { ProductZoomComponent as
|
|
230
|
-
export { ProductsListClassicComponent as
|
|
231
|
-
export { ProductsListSelectedComponent as
|
|
232
|
-
export { ProductsListSimpleComponent as
|
|
233
|
-
export { QuotesAuthorComponent as
|
|
234
|
-
export { QuotesSimpleBackgroundComponent as
|
|
235
|
-
export { QuotesSimpleComponent as
|
|
236
|
-
export { RassurancesQuadrupleAlignedComponent as
|
|
237
|
-
export { RassurancesQuadrupleBackgroundComponent as
|
|
238
|
-
export { RassurancesTripleBackgroundComponent as
|
|
239
|
-
export { ReviewsSimpleComponent as
|
|
240
|
-
export { ReviewsWaterfallComponent as
|
|
241
|
-
export { SeparatorSimpleComponent as
|
|
242
|
-
export { SliderDoubleImagerightComponent as
|
|
243
|
-
export { SliderFullpageComponent as
|
|
244
|
-
export { SliderImagerightComponent as
|
|
245
|
-
export { SliderLeftnavComponent as
|
|
246
|
-
export { SliderWithBannerComponent as
|
|
247
|
-
export { SocialsLikeComponent as
|
|
248
|
-
export { SocialsNetworkComponent as
|
|
249
|
-
export { SocialsPageComplexComponent as
|
|
250
|
-
export { SocialsPageSimpleComponent as
|
|
251
|
-
export { StructuresComponent as
|
|
252
|
-
export { BlockComponentList as
|
|
253
|
-
export { TextBackgroundsFourRowsIconTextComponent as
|
|
254
|
-
export { TextBackgroundsLinkComponent as
|
|
255
|
-
export { TextBackgroundsSimpleComponent as
|
|
256
|
-
export { TextBackgroundsThreeRowsIconTextComponent as
|
|
257
|
-
export { TextBackgroundsTwoRowsIconTextComponent as
|
|
258
|
-
export { TextBackgroundsWithBannerComponent as
|
|
259
|
-
export { TextBackgroundsWithTxtComponent as
|
|
260
|
-
export { TextsDoubleBackgroundComponent as
|
|
261
|
-
export { TextsDoubleComponent as
|
|
262
|
-
export { TextsOneBackgroundComponent as
|
|
263
|
-
export { TextsOneComponent as
|
|
264
|
-
export { TextsQuadrupleBackgroundComponent as
|
|
265
|
-
export { TextsQuadrupleNumbersComponent as
|
|
266
|
-
export { TextsQuadrupleComponent as
|
|
267
|
-
export { TextsTripleBackgroundComponent as
|
|
268
|
-
export { TextsTripleComponent as
|
|
269
|
-
export { TimerAirportComponent as
|
|
270
|
-
export { TimerBackgroundComponent as
|
|
271
|
-
export { TimerClockComponent as
|
|
272
|
-
export { TimerMultipleImgComponent as
|
|
273
|
-
export { TimerSimpleComponent as
|
|
274
|
-
export { VideosSimpleComponent as
|
|
275
|
-
export { VideosTxtContentComponent as
|
|
276
|
-
export { VideosTxtLeftComponent as
|
|
277
|
-
export { VideosTxtComponent as
|
|
278
|
-
export { AboutBlockComponent as
|
|
279
|
-
export { WitnessBackgroundDoubleComponent as
|
|
280
|
-
export { WitnessBackgroundOneComponent as
|
|
281
|
-
export { WitnessQuadrupleComponent as
|
|
282
|
-
export { WitnessTripleComponent as
|
|
283
|
-
export { WitnessTwiceComponent as
|
|
173
|
+
export { AmplifyProductZoomMoreComponent as ɵis } from './lib/structures/amplify-product/zoom-more/amplify-product-zoom-more.component';
|
|
174
|
+
export { AmplifyProductZoomSelectedComponent as ɵiq } from './lib/structures/amplify-product/zoom-selected/amplify-product-zoom-selected.component';
|
|
175
|
+
export { AmplifyProductZoomTripleColumnComponent as ɵio } from './lib/structures/amplify-product/zoom-triple-column/amplify-product-zoom-triple-column.component';
|
|
176
|
+
export { AmplifyProductZoomComponent as ɵim } from './lib/structures/amplify-product/zoom/amplify-product-zoom.component';
|
|
177
|
+
export { AmplifyProductsListClassicComponent as ɵik } from './lib/structures/amplify-products-list/classic/amplify-products-list-classic.component';
|
|
178
|
+
export { AmplifyProductsListSelectedComponent as ɵii } from './lib/structures/amplify-products-list/selected/amplify-products-list-selected.component';
|
|
179
|
+
export { AmplifyProductsListSimpleComponent as ɵig } from './lib/structures/amplify-products-list/simple/amplify-products-list-simple.component';
|
|
180
|
+
export { CodeHtmlComponent as ɵcr } from './lib/structures/code/code-html/code-html.component';
|
|
181
|
+
export { CodeJavascriptComponent as ɵct } from './lib/structures/code/code-javascript/code-javascript.component';
|
|
182
|
+
export { CodeStylesheetComponent as ɵgy } from './lib/structures/code/code-stylesheet/code-stylesheet.component';
|
|
183
|
+
export { FaqAccordionComponent as ɵkc } from './lib/structures/faq/accordion/faq-accordion.component';
|
|
184
|
+
export { FaqFrameComponent as ɵka } from './lib/structures/faq/frame/faq-frame.component';
|
|
185
|
+
export { FaqListIconComponent as ɵke } from './lib/structures/faq/list-icon/faq-list-icon.component';
|
|
186
|
+
export { FaqSimpleBackgroundComponent as ɵjy } from './lib/structures/faq/simple-background/faq-simple-background.component';
|
|
187
|
+
export { FaqSimpleComponent as ɵjw } from './lib/structures/faq/simple/faq-simple.component';
|
|
188
|
+
export { FormsBackgroundComponent as ɵfn } from './lib/structures/forms/background/forms-background.component';
|
|
189
|
+
export { FormsImageleftComponent as ɵfr } from './lib/structures/forms/imageleft/forms-imageleft.component';
|
|
190
|
+
export { FormsImagerightComponent as ɵft } from './lib/structures/forms/imageright/forms-imageright.component';
|
|
191
|
+
export { FormsSimpleComponent as ɵfd } from './lib/structures/forms/simple/forms-simple.component';
|
|
192
|
+
export { ImagesTextsBigLeftTextRightComponent as ɵed } from './lib/structures/images-texts/big-left-text-right/images-texts-big-left-text-right.component';
|
|
193
|
+
export { ImagesTextsBigRightTextLeftComponent as ɵef } from './lib/structures/images-texts/big-right-text-left/images-texts-big-right-text-left.component';
|
|
194
|
+
export { ImagesTextsLeftTextRightComponent as ɵeh } from './lib/structures/images-texts/left-text-right/images-texts-left-text-right.component';
|
|
195
|
+
export { ImagesTextsOneTextOneComponent as ɵel } from './lib/structures/images-texts/one-text-one/images-texts-one-text-one.component';
|
|
196
|
+
export { ImagesTextsRightTextLeftComponent as ɵej } from './lib/structures/images-texts/right-text-left/images-texts-right-text-left.component';
|
|
197
|
+
export { ImagesTextsSmallLeftTextRightComponent as ɵen } from './lib/structures/images-texts/small-left-text-right/images-texts-small-left-text-right.component';
|
|
198
|
+
export { ImagesTextsSmallRightTextLeftComponent as ɵep } from './lib/structures/images-texts/small-right-text-left/images-texts-small-right-text-left.component';
|
|
199
|
+
export { ImagesTextsTextOneTextComponent as ɵer } from './lib/structures/images-texts/text-one-text/images-texts-text-one-text.component';
|
|
200
|
+
export { ImagesBannerComponent as ɵdh } from './lib/structures/images/banner/images-banner.component';
|
|
201
|
+
export { ImagesBigAndDoubleComponent as ɵdt } from './lib/structures/images/big-and-double/images-big-and-double.component';
|
|
202
|
+
export { ImagesBigsAndDoubleMiddleComponent as ɵdv } from './lib/structures/images/bigs-and-double-middle/images-bigs-and-double-middle.component';
|
|
203
|
+
export { ImagesDoubleComponent as ɵdl } from './lib/structures/images/double/images-double.component';
|
|
204
|
+
export { FourImagesTitleComponent as ɵkg } from './lib/structures/images/four-images-title/four-images-title.component';
|
|
205
|
+
export { ImagesQuadrupleLeftOneRightComponent as ɵdr } from './lib/structures/images/quadruple-left-one-right/images-quadruple-left-one-right.component';
|
|
206
|
+
export { ImagesQuadrupleComponent as ɵdp } from './lib/structures/images/quadruple/images-quadruple.component';
|
|
207
|
+
export { ImagesSimpleComponent as ɵdj } from './lib/structures/images/simple/images-simple.component';
|
|
208
|
+
export { ImagesTripleComponent as ɵdn } from './lib/structures/images/triple/images-triple.component';
|
|
209
|
+
export { TwoImagesTitleTextComponent as ɵkj } from './lib/structures/images/two-images-title-text/two-images-title-text.component';
|
|
210
|
+
export { LaunchVideosButtonComponent as ɵdd } from './lib/structures/launch-videos/button/launch-videos-button.component';
|
|
211
|
+
export { LaunchVideosButtontxtComponent as ɵdf } from './lib/structures/launch-videos/buttontxt/launch-videos-buttontxt.component';
|
|
212
|
+
export { LoaderComponentModule as ɵkv } from './lib/structures/loader-component.module';
|
|
213
|
+
export { MapBackgroundFormLeftComponent as ɵic } from './lib/structures/map/background-form-left/map-background-form-left.component';
|
|
214
|
+
export { MapBackgroundFormRightComponent as ɵie } from './lib/structures/map/background-form-right/map-background-form-right.component';
|
|
215
|
+
export { MapFullpageComponent as ɵhu } from './lib/structures/map/fullpage/map-fullpage.component';
|
|
216
|
+
export { MapLeftTextComponent as ɵhw } from './lib/structures/map/left-text/map-left-text.component';
|
|
217
|
+
export { MapRightTextComponent as ɵhy } from './lib/structures/map/right-text/map-right-text.component';
|
|
218
|
+
export { MapTextFormComponent as ɵia } from './lib/structures/map/text-form/map-text-form.component';
|
|
219
|
+
export { NewsletterAlignedCenterBackgroundComponent as ɵgs } from './lib/structures/newsletter/aligned-center-background/newsletter-aligned-center-background.component';
|
|
220
|
+
export { NewsletterAlignedCenterImageComponent as ɵgq } from './lib/structures/newsletter/aligned-center-image/newsletter-aligned-center-image.component';
|
|
221
|
+
export { NewsletterCenterImageComponent as ɵgu } from './lib/structures/newsletter/center-image/newsletter-center-image.component';
|
|
222
|
+
export { FormsOnboardingComponent as ɵfv } from './lib/structures/onboarding/onboarding/forms-onboarding.component';
|
|
223
|
+
export { ProductZoomCompleteBackgroundComponent as ɵji } from './lib/structures/product/zoom-complete-background/product-zoom-complete-background.component';
|
|
224
|
+
export { ProductZoomCompleteSliderComponent as ɵje } from './lib/structures/product/zoom-complete-slider/product-zoom-complete-slider.component';
|
|
225
|
+
export { ProductZoomCompleteComponent as ɵjc } from './lib/structures/product/zoom-complete/product-zoom-complete.component';
|
|
226
|
+
export { ProductZoomMoreComponent as ɵja } from './lib/structures/product/zoom-more/product-zoom-more.component';
|
|
227
|
+
export { ProductZoomSelectedComponent as ɵiy } from './lib/structures/product/zoom-selected/product-zoom-selected.component';
|
|
228
|
+
export { ProductZoomSimpleComponent as ɵjg } from './lib/structures/product/zoom-simple/product-zoom-simple.component';
|
|
229
|
+
export { ProductZoomTripleColumnComponent as ɵiw } from './lib/structures/product/zoom-triple-column/product-zoom-triple-column.component';
|
|
230
|
+
export { ProductZoomComponent as ɵiu } from './lib/structures/product/zoom/product-zoom.component';
|
|
231
|
+
export { ProductsListClassicComponent as ɵgf } from './lib/structures/products-list/classic/products-list-classic.component';
|
|
232
|
+
export { ProductsListSelectedComponent as ɵgw } from './lib/structures/products-list/selected/products-list-selected.component';
|
|
233
|
+
export { ProductsListSimpleComponent as ɵgi } from './lib/structures/products-list/simple/products-list-simple.component';
|
|
234
|
+
export { QuotesAuthorComponent as ɵho } from './lib/structures/quotes/author/quotes-author.component';
|
|
235
|
+
export { QuotesSimpleBackgroundComponent as ɵhq } from './lib/structures/quotes/simple-background/quotes-simple-background.component';
|
|
236
|
+
export { QuotesSimpleComponent as ɵhm } from './lib/structures/quotes/simple/quotes-simple.component';
|
|
237
|
+
export { RassurancesQuadrupleAlignedComponent as ɵgm } from './lib/structures/rassurances/quadruple-aligned/rassurances-quadruple-aligned.component';
|
|
238
|
+
export { RassurancesQuadrupleBackgroundComponent as ɵgo } from './lib/structures/rassurances/quadruple-background/rassurances-quadruple-background.component';
|
|
239
|
+
export { RassurancesTripleBackgroundComponent as ɵgk } from './lib/structures/rassurances/triple-background/rassurances-triple-background.component';
|
|
240
|
+
export { ReviewsSimpleComponent as ɵhk } from './lib/structures/reviews/simple/reviews-simple.component';
|
|
241
|
+
export { ReviewsWaterfallComponent as ɵhs } from './lib/structures/reviews/waterfall/reviews-waterfall.component';
|
|
242
|
+
export { SeparatorSimpleComponent as ɵcp } from './lib/structures/separator/separator-simple/separator-simple.component';
|
|
243
|
+
export { SliderDoubleImagerightComponent as ɵcn } from './lib/structures/sliders/double-imageright/slider-double-imageright.component';
|
|
244
|
+
export { SliderFullpageComponent as ɵcg } from './lib/structures/sliders/fullpage/slider-fullpage.component';
|
|
245
|
+
export { SliderImagerightComponent as ɵcl } from './lib/structures/sliders/imageright/slider-imageright.component';
|
|
246
|
+
export { SliderLeftnavComponent as ɵcj } from './lib/structures/sliders/leftnav/slider-leftnav.component';
|
|
247
|
+
export { SliderWithBannerComponent as ɵkt } from './lib/structures/sliders/with-banner/slider-with-banner.component';
|
|
248
|
+
export { SocialsLikeComponent as ɵfx } from './lib/structures/socials/like/socials-like.component';
|
|
249
|
+
export { SocialsNetworkComponent as ɵgd } from './lib/structures/socials/network/socials-network.component';
|
|
250
|
+
export { SocialsPageComplexComponent as ɵgb } from './lib/structures/socials/page-complex/socials-page-complex.component';
|
|
251
|
+
export { SocialsPageSimpleComponent as ɵfz } from './lib/structures/socials/page-simple/socials-page-simple.component';
|
|
252
|
+
export { StructuresComponent as ɵch } from './lib/structures/structures.component';
|
|
253
|
+
export { BlockComponentList as ɵce, StructuresModule as ɵcf } from './lib/structures/structures.module';
|
|
254
|
+
export { TextBackgroundsFourRowsIconTextComponent as ɵkr } from './lib/structures/text-backgrounds/four-rows-icon-text/text-backgrounds-four-rows-icon-text.component';
|
|
255
|
+
export { TextBackgroundsLinkComponent as ɵdx } from './lib/structures/text-backgrounds/link/text-backgrounds-link.component';
|
|
256
|
+
export { TextBackgroundsSimpleComponent as ɵdz } from './lib/structures/text-backgrounds/simple/text-backgrounds-simple.component';
|
|
257
|
+
export { TextBackgroundsThreeRowsIconTextComponent as ɵkp } from './lib/structures/text-backgrounds/three-rows-icon-text/text-backgrounds-three-rows-icon-text.component';
|
|
258
|
+
export { TextBackgroundsTwoRowsIconTextComponent as ɵkn } from './lib/structures/text-backgrounds/two-rows-icon-text/text-backgrounds-two-rows-icon-text.component';
|
|
259
|
+
export { TextBackgroundsWithBannerComponent as ɵkl } from './lib/structures/text-backgrounds/with-banner/text-backgrounds-with-banner.component';
|
|
260
|
+
export { TextBackgroundsWithTxtComponent as ɵeb } from './lib/structures/text-backgrounds/with-txt/text-backgrounds-with-txt.component';
|
|
261
|
+
export { TextsDoubleBackgroundComponent as ɵev } from './lib/structures/texts/double-background/texts-double-background.component';
|
|
262
|
+
export { TextsDoubleComponent as ɵfl } from './lib/structures/texts/double/texts-double.component';
|
|
263
|
+
export { TextsOneBackgroundComponent as ɵet } from './lib/structures/texts/one-background/texts-one-background.component';
|
|
264
|
+
export { TextsOneComponent as ɵfj } from './lib/structures/texts/one/texts-one.component';
|
|
265
|
+
export { TextsQuadrupleBackgroundComponent as ɵff } from './lib/structures/texts/quadruple-background/texts-quadruple-background.component';
|
|
266
|
+
export { TextsQuadrupleNumbersComponent as ɵfb } from './lib/structures/texts/quadruple-numbers/texts-quadruple-numbers.component';
|
|
267
|
+
export { TextsQuadrupleComponent as ɵez } from './lib/structures/texts/quadruple/texts-quadruple.component';
|
|
268
|
+
export { TextsTripleBackgroundComponent as ɵex } from './lib/structures/texts/triple-background/texts-triple-background.component';
|
|
269
|
+
export { TextsTripleComponent as ɵfh } from './lib/structures/texts/triple/texts-triple.component';
|
|
270
|
+
export { TimerAirportComponent as ɵjq } from './lib/structures/timer/airport/timer-airport.component';
|
|
271
|
+
export { TimerBackgroundComponent as ɵjm } from './lib/structures/timer/background/timer-background.component';
|
|
272
|
+
export { TimerClockComponent as ɵjo } from './lib/structures/timer/clock/timer-clock.component';
|
|
273
|
+
export { TimerMultipleImgComponent as ɵjs } from './lib/structures/timer/multiple-img/timer-multiple-img.component';
|
|
274
|
+
export { TimerSimpleComponent as ɵjk } from './lib/structures/timer/simple/timer-simple.component';
|
|
275
|
+
export { VideosSimpleComponent as ɵcv } from './lib/structures/videos/simple/videos-simple.component';
|
|
276
|
+
export { VideosTxtContentComponent as ɵdb } from './lib/structures/videos/txt-content/videos-txt-content.component';
|
|
277
|
+
export { VideosTxtLeftComponent as ɵfp } from './lib/structures/videos/txt-left/videos-txt-left.component';
|
|
278
|
+
export { VideosTxtComponent as ɵcz } from './lib/structures/videos/txt/videos-txt.component';
|
|
279
|
+
export { AboutBlockComponent as ɵju } from './lib/structures/witness/about-block/about-block.component';
|
|
280
|
+
export { WitnessBackgroundDoubleComponent as ɵhi } from './lib/structures/witness/background-double/witness-background-double.component';
|
|
281
|
+
export { WitnessBackgroundOneComponent as ɵhg } from './lib/structures/witness/background-one/witness-background-one.component';
|
|
282
|
+
export { WitnessQuadrupleComponent as ɵhe } from './lib/structures/witness/quadruple/witness-quadruple.component';
|
|
283
|
+
export { WitnessTripleComponent as ɵhc } from './lib/structures/witness/triple/witness-triple.component';
|
|
284
|
+
export { WitnessTwiceComponent as ɵha } from './lib/structures/witness/twice/witness-twice.component';
|
|
284
285
|
export { MyMissingTranslationHandler as ɵb } from './lib/wizi-block.module';
|