@wizishop/wizi-block 4.2.1-beta → 4.2.2-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/bundles/wizishop-wizi-block.umd.js +409 -433
- 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/shared/components/editorjs/editorjs.component.js +2 -6
- package/esm2015/lib/shared/components/editorjs/tools/inline/link-tool.component.js +6 -7
- package/esm2015/lib/shared/components/editorjs/tools/inline/text-background-color-tool.component.js +3 -4
- package/esm2015/lib/shared/components/editorjs/tools/inline/text-color-tool.component.js +2 -3
- package/esm2015/lib/shared/components/editorjs/tools/inline/text-size-tool.component.js +3 -4
- package/esm2015/lib/shared/components/editorjs/tools/paragraph/text-type-tool.component.js +2 -3
- package/esm2015/lib/shared/components/editorjs/tools/paragraph/tool-type/text-edition.component.js +3 -4
- package/esm2015/wizishop-wizi-block.js +227 -228
- package/fesm2015/wizishop-wizi-block.js +183 -205
- package/fesm2015/wizishop-wizi-block.js.map +1 -1
- package/lib/shared/components/editorjs/editorjs.component.d.ts +1 -3
- package/package.json +1 -1
- package/wizi-block.scss +159 -159
- package/wizishop-wizi-block.d.ts +226 -227
- package/wizishop-wizi-block.metadata.json +1 -1
- package/esm2015/lib/shared/components/editorjs/tools/utils/editorjs-tool-translation.service.js +0 -25
- package/lib/shared/components/editorjs/tools/utils/editorjs-tool-translation.service.d.ts +0 -8
|
@@ -21638,194 +21638,6 @@
|
|
|
21638
21638
|
}(InlineStyleTool));
|
|
21639
21639
|
CapitalizeTool.title = 'Capitalize';
|
|
21640
21640
|
|
|
21641
|
-
var enI18nDictionnary = {
|
|
21642
|
-
messages: {
|
|
21643
|
-
ui: {
|
|
21644
|
-
blockTunes: {
|
|
21645
|
-
toggler: {
|
|
21646
|
-
'Click to tune': 'Click to tune',
|
|
21647
|
-
'or drag to move': 'or drag to move',
|
|
21648
|
-
},
|
|
21649
|
-
},
|
|
21650
|
-
toolbar: {
|
|
21651
|
-
toolbox: {
|
|
21652
|
-
Add: 'Add',
|
|
21653
|
-
},
|
|
21654
|
-
},
|
|
21655
|
-
},
|
|
21656
|
-
toolNames: {
|
|
21657
|
-
'Text Type': 'Text Type',
|
|
21658
|
-
'Text Size': 'Text Size',
|
|
21659
|
-
Undo: 'Undo',
|
|
21660
|
-
Redo: 'Redo',
|
|
21661
|
-
Bold: 'Bold',
|
|
21662
|
-
Italic: 'Italic',
|
|
21663
|
-
Underline: 'Underline',
|
|
21664
|
-
Strike: 'Strike',
|
|
21665
|
-
Capitalize: 'Capitalize',
|
|
21666
|
-
Subscript: 'Subscript',
|
|
21667
|
-
Superscript: 'Superscript',
|
|
21668
|
-
'Text Color': 'Text Color',
|
|
21669
|
-
'Background Color': 'Background Color',
|
|
21670
|
-
Link: 'Link',
|
|
21671
|
-
Quote: 'Quote',
|
|
21672
|
-
'Text Align': 'Text Align',
|
|
21673
|
-
'Ordered List': 'Ordered List',
|
|
21674
|
-
'Unordered List': 'Unordered List',
|
|
21675
|
-
Indent: 'Indent',
|
|
21676
|
-
Outdent: 'Outdent',
|
|
21677
|
-
'Code Edit': 'Code Edit',
|
|
21678
|
-
},
|
|
21679
|
-
tools: {
|
|
21680
|
-
link: {
|
|
21681
|
-
add: 'Add a link',
|
|
21682
|
-
placeholder: 'https://www.myshop.fr or /mylink/',
|
|
21683
|
-
external: 'External?',
|
|
21684
|
-
obfuscated: 'Obfuscated link?',
|
|
21685
|
-
info: 'Link obfuscation is an advanced SEO technique that consists in hiding a link from search engine robots, while leaving it available for users. <a href="https://wizishop.com/blog/url-obfuscation">Read more</a>',
|
|
21686
|
-
},
|
|
21687
|
-
textBackgroundColor: {
|
|
21688
|
-
customColor: 'Select a custom color :',
|
|
21689
|
-
None: 'None',
|
|
21690
|
-
},
|
|
21691
|
-
textType: {
|
|
21692
|
-
'Heading 1': 'Heading 1',
|
|
21693
|
-
'Heading 2': 'Heading 2',
|
|
21694
|
-
'Heading 3': 'Heading 3',
|
|
21695
|
-
'Heading 4': 'Heading 4',
|
|
21696
|
-
'Heading 5': 'Heading 5',
|
|
21697
|
-
'Heading 6': 'Heading 6',
|
|
21698
|
-
Paragraph: 'Paragraph',
|
|
21699
|
-
},
|
|
21700
|
-
textSize: {
|
|
21701
|
-
Small: 'Small',
|
|
21702
|
-
Normal: 'Normal',
|
|
21703
|
-
Large: 'Large',
|
|
21704
|
-
Huge: 'Huge',
|
|
21705
|
-
},
|
|
21706
|
-
codeEdit: {
|
|
21707
|
-
Cancel: 'Cancel',
|
|
21708
|
-
Save: 'Save',
|
|
21709
|
-
},
|
|
21710
|
-
},
|
|
21711
|
-
blockTunes: {
|
|
21712
|
-
delete: {
|
|
21713
|
-
Delete: 'Delete',
|
|
21714
|
-
},
|
|
21715
|
-
moveUp: {
|
|
21716
|
-
'Move up': 'Move up',
|
|
21717
|
-
},
|
|
21718
|
-
moveDown: {
|
|
21719
|
-
'Move down': 'Move down',
|
|
21720
|
-
},
|
|
21721
|
-
},
|
|
21722
|
-
},
|
|
21723
|
-
};
|
|
21724
|
-
|
|
21725
|
-
var frI18nDictionnary = {
|
|
21726
|
-
messages: {
|
|
21727
|
-
ui: {
|
|
21728
|
-
blockTunes: {
|
|
21729
|
-
toggler: {
|
|
21730
|
-
'Click to tune': 'Cliquer pour régler',
|
|
21731
|
-
'or drag to move': 'ou faire glisser pour déplacer',
|
|
21732
|
-
},
|
|
21733
|
-
},
|
|
21734
|
-
toolbar: {
|
|
21735
|
-
toolbox: {
|
|
21736
|
-
Add: 'Ajouter',
|
|
21737
|
-
},
|
|
21738
|
-
},
|
|
21739
|
-
},
|
|
21740
|
-
toolNames: {
|
|
21741
|
-
'Text Type': 'Type de texte',
|
|
21742
|
-
'Text Size': 'Taille de texte',
|
|
21743
|
-
Undo: 'Annuler',
|
|
21744
|
-
Redo: 'Rétablir',
|
|
21745
|
-
Bold: 'Gras',
|
|
21746
|
-
Italic: 'Italique',
|
|
21747
|
-
Underline: 'Souligner',
|
|
21748
|
-
Strike: 'Barrer',
|
|
21749
|
-
Capitalize: 'Majuscules',
|
|
21750
|
-
Subscript: 'Indice',
|
|
21751
|
-
Superscript: 'Exposant',
|
|
21752
|
-
'Text Color': 'Couleur du texte',
|
|
21753
|
-
'Background Color': 'Couleur de surlignage',
|
|
21754
|
-
Link: 'Lien',
|
|
21755
|
-
Quote: 'Citation',
|
|
21756
|
-
'Text Align': 'Alignement du texte',
|
|
21757
|
-
'Ordered List': 'Liste numérotée',
|
|
21758
|
-
'Unordered List': 'Liste à puces',
|
|
21759
|
-
Indent: 'Augmenter le retrait',
|
|
21760
|
-
Outdent: 'Diminuer le retrait',
|
|
21761
|
-
'Code Edit': 'Edition de code',
|
|
21762
|
-
},
|
|
21763
|
-
tools: {
|
|
21764
|
-
link: {
|
|
21765
|
-
add: 'Ajouter un lien',
|
|
21766
|
-
placeholder: 'https://www.maboutique.fr or /monlien/',
|
|
21767
|
-
external: 'Externe ?',
|
|
21768
|
-
obfuscated: 'Lien Obfusqué ?',
|
|
21769
|
-
info: 'L\'obfuscation de liens est une technique SEO avancée qui consiste à cacher un lien aux robots des moteurs de recherche, tout en le laissant accessible pour les internautes. <a href="https://www.wizishop.fr/blog/obfuscation-lien">Découvrir l\'article complet.</a>',
|
|
21770
|
-
},
|
|
21771
|
-
textBackgroundColor: {
|
|
21772
|
-
customColor: 'Sélectionner une couleur personnalisée :',
|
|
21773
|
-
None: 'Aucune',
|
|
21774
|
-
},
|
|
21775
|
-
textType: {
|
|
21776
|
-
'Heading 1': 'Heading 1',
|
|
21777
|
-
'Heading 2': 'Heading 2',
|
|
21778
|
-
'Heading 3': 'Heading 3',
|
|
21779
|
-
'Heading 4': 'Heading 4',
|
|
21780
|
-
'Heading 5': 'Heading 5',
|
|
21781
|
-
'Heading 6': 'Heading 6',
|
|
21782
|
-
Paragraph: 'Paragraphe',
|
|
21783
|
-
},
|
|
21784
|
-
textSize: {
|
|
21785
|
-
Small: 'Petit',
|
|
21786
|
-
Normal: 'Normal',
|
|
21787
|
-
Large: 'Grand',
|
|
21788
|
-
Huge: 'Immense',
|
|
21789
|
-
},
|
|
21790
|
-
codeEdit: {
|
|
21791
|
-
Cancel: 'Annuler',
|
|
21792
|
-
Save: 'Enregistrer',
|
|
21793
|
-
},
|
|
21794
|
-
},
|
|
21795
|
-
blockTunes: {
|
|
21796
|
-
delete: {
|
|
21797
|
-
Delete: 'Supprimer',
|
|
21798
|
-
},
|
|
21799
|
-
moveUp: {
|
|
21800
|
-
'Move up': 'Déplacer vers le haut',
|
|
21801
|
-
},
|
|
21802
|
-
moveDown: {
|
|
21803
|
-
'Move down': 'Déplacer vers le bas',
|
|
21804
|
-
},
|
|
21805
|
-
},
|
|
21806
|
-
},
|
|
21807
|
-
};
|
|
21808
|
-
|
|
21809
|
-
var editorJSToolDictionnary = null;
|
|
21810
|
-
var EditorJSToolTranslationService = /** @class */ (function () {
|
|
21811
|
-
function EditorJSToolTranslationService(translateService) {
|
|
21812
|
-
this.translateService = translateService;
|
|
21813
|
-
}
|
|
21814
|
-
EditorJSToolTranslationService.prototype.setDictionnary = function () {
|
|
21815
|
-
editorJSToolDictionnary = this.translateService.currentLang === 'fr' ? frI18nDictionnary : enI18nDictionnary;
|
|
21816
|
-
};
|
|
21817
|
-
return EditorJSToolTranslationService;
|
|
21818
|
-
}());
|
|
21819
|
-
EditorJSToolTranslationService.ɵprov = i0.ɵɵdefineInjectable({ factory: function EditorJSToolTranslationService_Factory() { return new EditorJSToolTranslationService(i0.ɵɵinject(i1.TranslateService)); }, token: EditorJSToolTranslationService, providedIn: "root" });
|
|
21820
|
-
EditorJSToolTranslationService.decorators = [
|
|
21821
|
-
{ type: i0.Injectable, args: [{
|
|
21822
|
-
providedIn: 'root',
|
|
21823
|
-
},] }
|
|
21824
|
-
];
|
|
21825
|
-
EditorJSToolTranslationService.ctorParameters = function () { return [
|
|
21826
|
-
{ type: i1.TranslateService }
|
|
21827
|
-
]; };
|
|
21828
|
-
|
|
21829
21641
|
var DEFAULT_COLOR_ARRAY = [
|
|
21830
21642
|
[
|
|
21831
21643
|
'rgb(0, 0, 0)',
|
|
@@ -22455,7 +22267,7 @@
|
|
|
22455
22267
|
var customColor = document.createElement('div');
|
|
22456
22268
|
customColor.className = this.colorSelectionCss['container'];
|
|
22457
22269
|
var text = document.createElement('p');
|
|
22458
|
-
text.innerText =
|
|
22270
|
+
text.innerText = this.api.i18n.t('customColor');
|
|
22459
22271
|
var button = document.createElement('div');
|
|
22460
22272
|
button.addEventListener('click', function (event) { return _this.openCustomColorPicker(event); });
|
|
22461
22273
|
var container = this.createCustomColorPicker();
|
|
@@ -22641,13 +22453,13 @@
|
|
|
22641
22453
|
var removeColorContainerIcon = document.createElement('span');
|
|
22642
22454
|
removeColorContainer.classList.add(this.CSS.removeBackgroundColorClass);
|
|
22643
22455
|
removeColorContainer.addEventListener('click', function () { return _this.applyColor('rgba(0,0,0,0)'); });
|
|
22644
|
-
removeColorContainer.innerText =
|
|
22456
|
+
removeColorContainer.innerText = this.api.i18n.t('None');
|
|
22645
22457
|
removeColorContainer.appendChild(removeColorContainerIcon);
|
|
22646
22458
|
this.colorSelection.appendChild(removeColorContainer);
|
|
22647
22459
|
var customColor = document.createElement('div');
|
|
22648
22460
|
customColor.className = this.colorSelectionCss['container'];
|
|
22649
22461
|
var text = document.createElement('p');
|
|
22650
|
-
text.innerText =
|
|
22462
|
+
text.innerText = this.api.i18n.t('customColor');
|
|
22651
22463
|
var button = document.createElement('div');
|
|
22652
22464
|
button.addEventListener('click', function (event) { return _this.openCustomColorPicker(event); });
|
|
22653
22465
|
var container = this.createCustomColorPicker();
|
|
@@ -23162,7 +22974,7 @@
|
|
|
23162
22974
|
this.textTypes.forEach(function (textType) {
|
|
23163
22975
|
var row = document.createElement('div');
|
|
23164
22976
|
row.className = _this.dropdownCss['row'];
|
|
23165
|
-
row.innerText =
|
|
22977
|
+
row.innerText = _this.api.i18n.t('textType.name');
|
|
23166
22978
|
row.addEventListener('click', function () { return _this.applyTextStyle(textType.tag); });
|
|
23167
22979
|
textTypeDropdown.appendChild(row);
|
|
23168
22980
|
});
|
|
@@ -23194,6 +23006,174 @@
|
|
|
23194
23006
|
}(ParagraphTextTool));
|
|
23195
23007
|
TextTypeTool.title = 'Text Type';
|
|
23196
23008
|
|
|
23009
|
+
var frI18nDictionnary = {
|
|
23010
|
+
messages: {
|
|
23011
|
+
ui: {
|
|
23012
|
+
blockTunes: {
|
|
23013
|
+
toggler: {
|
|
23014
|
+
'Click to tune': 'Cliquer pour régler',
|
|
23015
|
+
'or drag to move': 'ou faire glisser pour déplacer',
|
|
23016
|
+
},
|
|
23017
|
+
},
|
|
23018
|
+
toolbar: {
|
|
23019
|
+
toolbox: {
|
|
23020
|
+
Add: 'Ajouter',
|
|
23021
|
+
},
|
|
23022
|
+
},
|
|
23023
|
+
},
|
|
23024
|
+
toolNames: {
|
|
23025
|
+
'Text Type': 'Type de texte',
|
|
23026
|
+
'Text Size': 'Taille de texte',
|
|
23027
|
+
Undo: 'Annuler',
|
|
23028
|
+
Redo: 'Rétablir',
|
|
23029
|
+
Bold: 'Gras',
|
|
23030
|
+
Italic: 'Italique',
|
|
23031
|
+
Underline: 'Souligner',
|
|
23032
|
+
Strike: 'Barrer',
|
|
23033
|
+
Capitalize: 'Majuscules',
|
|
23034
|
+
Subscript: 'Indice',
|
|
23035
|
+
Superscript: 'Exposant',
|
|
23036
|
+
'Text Color': 'Couleur du texte',
|
|
23037
|
+
'Background Color': 'Couleur de surlignage',
|
|
23038
|
+
Link: 'Lien',
|
|
23039
|
+
Quote: 'Citation',
|
|
23040
|
+
'Text Align': 'Alignement du texte',
|
|
23041
|
+
'Ordered List': 'Liste numérotée',
|
|
23042
|
+
'Unordered List': 'Liste à puces',
|
|
23043
|
+
Indent: 'Augmenter le retrait',
|
|
23044
|
+
Outdent: 'Diminuer le retrait',
|
|
23045
|
+
'Code Edit': 'Edition de code',
|
|
23046
|
+
},
|
|
23047
|
+
tools: {
|
|
23048
|
+
link: {
|
|
23049
|
+
add: 'Ajouter un lien',
|
|
23050
|
+
placeholder: 'https://www.maboutique.fr or /monlien/',
|
|
23051
|
+
external: 'Externe ?',
|
|
23052
|
+
obfuscated: 'Lien Obfusqué ?',
|
|
23053
|
+
info: 'L\'obfuscation de liens est une technique SEO avancée qui consiste à cacher un lien aux robots des moteurs de recherche, tout en le laissant accessible pour les internautes. <a href="https://www.wizishop.fr/blog/obfuscation-lien">Découvrir l\'article complet.</a>',
|
|
23054
|
+
},
|
|
23055
|
+
textBackgroundColor: {
|
|
23056
|
+
customColor: 'Sélectionner une couleur personnalisée :',
|
|
23057
|
+
None: 'Aucune',
|
|
23058
|
+
},
|
|
23059
|
+
textType: {
|
|
23060
|
+
'Heading 1': 'Heading 1',
|
|
23061
|
+
'Heading 2': 'Heading 2',
|
|
23062
|
+
'Heading 3': 'Heading 3',
|
|
23063
|
+
'Heading 4': 'Heading 4',
|
|
23064
|
+
'Heading 5': 'Heading 5',
|
|
23065
|
+
'Heading 6': 'Heading 6',
|
|
23066
|
+
Paragraph: 'Paragraphe',
|
|
23067
|
+
},
|
|
23068
|
+
textSize: {
|
|
23069
|
+
Small: 'Petit',
|
|
23070
|
+
Normal: 'Normal',
|
|
23071
|
+
Large: 'Grand',
|
|
23072
|
+
Huge: 'Immense',
|
|
23073
|
+
},
|
|
23074
|
+
codeEdit: {
|
|
23075
|
+
Cancel: 'Annuler',
|
|
23076
|
+
Save: 'Enregistrer',
|
|
23077
|
+
},
|
|
23078
|
+
},
|
|
23079
|
+
blockTunes: {
|
|
23080
|
+
delete: {
|
|
23081
|
+
Delete: 'Supprimer',
|
|
23082
|
+
},
|
|
23083
|
+
moveUp: {
|
|
23084
|
+
'Move up': 'Déplacer vers le haut',
|
|
23085
|
+
},
|
|
23086
|
+
moveDown: {
|
|
23087
|
+
'Move down': 'Déplacer vers le bas',
|
|
23088
|
+
},
|
|
23089
|
+
},
|
|
23090
|
+
},
|
|
23091
|
+
};
|
|
23092
|
+
|
|
23093
|
+
var enI18nDictionnary = {
|
|
23094
|
+
messages: {
|
|
23095
|
+
ui: {
|
|
23096
|
+
blockTunes: {
|
|
23097
|
+
toggler: {
|
|
23098
|
+
'Click to tune': 'Click to tune',
|
|
23099
|
+
'or drag to move': 'or drag to move',
|
|
23100
|
+
},
|
|
23101
|
+
},
|
|
23102
|
+
toolbar: {
|
|
23103
|
+
toolbox: {
|
|
23104
|
+
Add: 'Add',
|
|
23105
|
+
},
|
|
23106
|
+
},
|
|
23107
|
+
},
|
|
23108
|
+
toolNames: {
|
|
23109
|
+
'Text Type': 'Text Type',
|
|
23110
|
+
'Text Size': 'Text Size',
|
|
23111
|
+
Undo: 'Undo',
|
|
23112
|
+
Redo: 'Redo',
|
|
23113
|
+
Bold: 'Bold',
|
|
23114
|
+
Italic: 'Italic',
|
|
23115
|
+
Underline: 'Underline',
|
|
23116
|
+
Strike: 'Strike',
|
|
23117
|
+
Capitalize: 'Capitalize',
|
|
23118
|
+
Subscript: 'Subscript',
|
|
23119
|
+
Superscript: 'Superscript',
|
|
23120
|
+
'Text Color': 'Text Color',
|
|
23121
|
+
'Background Color': 'Background Color',
|
|
23122
|
+
Link: 'Link',
|
|
23123
|
+
Quote: 'Quote',
|
|
23124
|
+
'Text Align': 'Text Align',
|
|
23125
|
+
'Ordered List': 'Ordered List',
|
|
23126
|
+
'Unordered List': 'Unordered List',
|
|
23127
|
+
Indent: 'Indent',
|
|
23128
|
+
Outdent: 'Outdent',
|
|
23129
|
+
'Code Edit': 'Code Edit',
|
|
23130
|
+
},
|
|
23131
|
+
tools: {
|
|
23132
|
+
link: {
|
|
23133
|
+
add: 'Add a link',
|
|
23134
|
+
placeholder: 'https://www.myshop.fr or /mylink/',
|
|
23135
|
+
external: 'External?',
|
|
23136
|
+
obfuscated: 'Obfuscated link?',
|
|
23137
|
+
info: 'Link obfuscation is an advanced SEO technique that consists in hiding a link from search engine robots, while leaving it available for users. <a href="https://wizishop.com/blog/url-obfuscation">Read more</a>',
|
|
23138
|
+
},
|
|
23139
|
+
textBackgroundColor: {
|
|
23140
|
+
customColor: 'Select a custom color :',
|
|
23141
|
+
None: 'None',
|
|
23142
|
+
},
|
|
23143
|
+
textType: {
|
|
23144
|
+
'Heading 1': 'Heading 1',
|
|
23145
|
+
'Heading 2': 'Heading 2',
|
|
23146
|
+
'Heading 3': 'Heading 3',
|
|
23147
|
+
'Heading 4': 'Heading 4',
|
|
23148
|
+
'Heading 5': 'Heading 5',
|
|
23149
|
+
'Heading 6': 'Heading 6',
|
|
23150
|
+
Paragraph: 'Paragraph',
|
|
23151
|
+
},
|
|
23152
|
+
textSize: {
|
|
23153
|
+
Small: 'Small',
|
|
23154
|
+
Normal: 'Normal',
|
|
23155
|
+
Large: 'Large',
|
|
23156
|
+
Huge: 'Huge',
|
|
23157
|
+
},
|
|
23158
|
+
codeEdit: {
|
|
23159
|
+
Cancel: 'Cancel',
|
|
23160
|
+
Save: 'Save',
|
|
23161
|
+
},
|
|
23162
|
+
},
|
|
23163
|
+
blockTunes: {
|
|
23164
|
+
delete: {
|
|
23165
|
+
Delete: 'Delete',
|
|
23166
|
+
},
|
|
23167
|
+
moveUp: {
|
|
23168
|
+
'Move up': 'Move up',
|
|
23169
|
+
},
|
|
23170
|
+
moveDown: {
|
|
23171
|
+
'Move down': 'Move down',
|
|
23172
|
+
},
|
|
23173
|
+
},
|
|
23174
|
+
},
|
|
23175
|
+
};
|
|
23176
|
+
|
|
23197
23177
|
// @dynamic
|
|
23198
23178
|
var TextAlignTool = /** @class */ (function (_super) {
|
|
23199
23179
|
__extends(TextAlignTool, _super);
|
|
@@ -23780,26 +23760,26 @@
|
|
|
23780
23760
|
var obfuscationContainer = document.createElement('div');
|
|
23781
23761
|
obfuscationContainer.className = this.linkCss['obfuscationContainer'];
|
|
23782
23762
|
var applyButton = document.createElement('button');
|
|
23783
|
-
applyButton.innerText =
|
|
23763
|
+
applyButton.innerText = this.api.i18n.t('add');
|
|
23784
23764
|
applyButton.addEventListener('click', function () { return _this.applyLink(); });
|
|
23785
23765
|
var linkInput = document.createElement('input');
|
|
23786
23766
|
linkInput.setAttribute('id', this.linkCss['linkInputId']);
|
|
23787
|
-
linkInput.setAttribute('placeholder',
|
|
23767
|
+
linkInput.setAttribute('placeholder', this.api.i18n.t('placeholder'));
|
|
23788
23768
|
var targetCheckbox = document.createElement('input');
|
|
23789
23769
|
targetCheckbox.setAttribute('id', this.linkCss['targetCheckboxId']);
|
|
23790
23770
|
targetCheckbox.setAttribute('type', 'checkbox');
|
|
23791
23771
|
var targetLabel = document.createElement('label');
|
|
23792
|
-
targetLabel.innerText =
|
|
23772
|
+
targetLabel.innerText = this.api.i18n.t('external');
|
|
23793
23773
|
targetLabel.setAttribute('for', this.linkCss['targetCheckboxId']);
|
|
23794
23774
|
var obfuscationCheckbox = document.createElement('input');
|
|
23795
23775
|
obfuscationCheckbox.setAttribute('id', this.linkCss['obfuscationCheckboxId']);
|
|
23796
23776
|
obfuscationCheckbox.setAttribute('type', 'checkbox');
|
|
23797
23777
|
var obfuscationLabel = document.createElement('label');
|
|
23798
|
-
obfuscationLabel.innerText =
|
|
23778
|
+
obfuscationLabel.innerText = this.api.i18n.t('obfuscated');
|
|
23799
23779
|
obfuscationLabel.setAttribute('for', this.linkCss['obfuscationCheckboxId']);
|
|
23800
23780
|
var obfuscationTooltipContainer = document.createElement('div');
|
|
23801
23781
|
var obbfuscationTooltip = document.createElement('div');
|
|
23802
|
-
obbfuscationTooltip.innerHTML =
|
|
23782
|
+
obbfuscationTooltip.innerHTML = this.api.i18n.t('info');
|
|
23803
23783
|
obfuscationTooltipContainer.appendChild(obbfuscationTooltip);
|
|
23804
23784
|
linkContainer.appendChild(linkInput);
|
|
23805
23785
|
targetContainer.appendChild(targetCheckbox);
|
|
@@ -24215,7 +24195,7 @@
|
|
|
24215
24195
|
this.nodes.button.addEventListener('click', function () { return _this.openDropdown(); });
|
|
24216
24196
|
this.textSizes.forEach(function (textSize) {
|
|
24217
24197
|
var span = document.createElement('span');
|
|
24218
|
-
span.innerText =
|
|
24198
|
+
span.innerText = _this.api.i18n.t(textSize.name);
|
|
24219
24199
|
_this.nodes.button.appendChild(span);
|
|
24220
24200
|
});
|
|
24221
24201
|
var dropdownArrow = document.createElement('span');
|
|
@@ -24271,7 +24251,7 @@
|
|
|
24271
24251
|
this.textSizes.forEach(function (textSize) {
|
|
24272
24252
|
var row = document.createElement('div');
|
|
24273
24253
|
row.className = _this.dropdownCss['row'];
|
|
24274
|
-
row.innerText =
|
|
24254
|
+
row.innerText = _this.api.i18n.t(textSize.name);
|
|
24275
24255
|
row.addEventListener('click', function () { return _this.applyTextStyle(textSize.class); });
|
|
24276
24256
|
textSizeDropdown.appendChild(row);
|
|
24277
24257
|
});
|
|
@@ -24379,8 +24359,8 @@
|
|
|
24379
24359
|
var buttonContainer = document.createElement('div');
|
|
24380
24360
|
var cancelButton = document.createElement('button');
|
|
24381
24361
|
var saveButton = document.createElement('button');
|
|
24382
|
-
cancelButton.innerText =
|
|
24383
|
-
saveButton.innerText =
|
|
24362
|
+
cancelButton.innerText = this.api.i18n.t('Cancel');
|
|
24363
|
+
saveButton.innerText = this.api.i18n.t('Save');
|
|
24384
24364
|
cancelButton.addEventListener('click', closeCodeEditModal, true);
|
|
24385
24365
|
saveButton.addEventListener('click', function () {
|
|
24386
24366
|
var content = monacoEditor.getValue();
|
|
@@ -24955,9 +24935,8 @@
|
|
|
24955
24935
|
EditorJSConversionService.ctorParameters = function () { return []; };
|
|
24956
24936
|
|
|
24957
24937
|
var EditorJsComponent = /** @class */ (function () {
|
|
24958
|
-
function EditorJsComponent(translateService,
|
|
24938
|
+
function EditorJsComponent(translateService, editorJSConversionService) {
|
|
24959
24939
|
this.translateService = translateService;
|
|
24960
|
-
this.editorJSToolTranslationService = editorJSToolTranslationService;
|
|
24961
24940
|
this.editorJSConversionService = editorJSConversionService;
|
|
24962
24941
|
this.contentChange = new i0.EventEmitter();
|
|
24963
24942
|
this.content = '';
|
|
@@ -25034,7 +25013,6 @@
|
|
|
25034
25013
|
_d.label = 1;
|
|
25035
25014
|
case 1:
|
|
25036
25015
|
_d.trys.push([1, 3, , 4]);
|
|
25037
|
-
this.editorJSToolTranslationService.setDictionnary();
|
|
25038
25016
|
return [4 /*yield*/, this.editor.isReady];
|
|
25039
25017
|
case 2:
|
|
25040
25018
|
_d.sent();
|
|
@@ -25267,7 +25245,6 @@
|
|
|
25267
25245
|
];
|
|
25268
25246
|
EditorJsComponent.ctorParameters = function () { return [
|
|
25269
25247
|
{ type: i1.TranslateService },
|
|
25270
|
-
{ type: EditorJSToolTranslationService },
|
|
25271
25248
|
{ type: EditorJSConversionService }
|
|
25272
25249
|
]; };
|
|
25273
25250
|
EditorJsComponent.propDecorators = {
|
|
@@ -33317,242 +33294,241 @@
|
|
|
33317
33294
|
exports.ɵc = animateListFromRight;
|
|
33318
33295
|
exports.ɵca = FaqComponent;
|
|
33319
33296
|
exports.ɵcb = EditorJsComponent;
|
|
33320
|
-
exports.ɵcc =
|
|
33321
|
-
exports.ɵcd =
|
|
33322
|
-
exports.ɵce =
|
|
33323
|
-
exports.ɵcf =
|
|
33324
|
-
exports.ɵcg =
|
|
33325
|
-
exports.ɵch =
|
|
33326
|
-
exports.ɵci =
|
|
33327
|
-
exports.ɵcj =
|
|
33328
|
-
exports.ɵck =
|
|
33329
|
-
exports.ɵcl =
|
|
33330
|
-
exports.ɵcm =
|
|
33331
|
-
exports.ɵcn =
|
|
33332
|
-
exports.ɵco =
|
|
33333
|
-
exports.ɵcp =
|
|
33334
|
-
exports.ɵcq =
|
|
33335
|
-
exports.ɵcr =
|
|
33336
|
-
exports.ɵcs =
|
|
33337
|
-
exports.ɵct =
|
|
33338
|
-
exports.ɵcu =
|
|
33339
|
-
exports.ɵcv =
|
|
33340
|
-
exports.ɵcw =
|
|
33341
|
-
exports.ɵcx =
|
|
33342
|
-
exports.ɵcy =
|
|
33343
|
-
exports.ɵcz =
|
|
33297
|
+
exports.ɵcc = EditorJSConversionService;
|
|
33298
|
+
exports.ɵcd = BlockComponentList;
|
|
33299
|
+
exports.ɵce = StructuresModule;
|
|
33300
|
+
exports.ɵcf = SliderFullpageComponent;
|
|
33301
|
+
exports.ɵcg = StructuresComponent;
|
|
33302
|
+
exports.ɵch = SlidersFullpageService;
|
|
33303
|
+
exports.ɵci = SliderLeftnavComponent;
|
|
33304
|
+
exports.ɵcj = SlidersLeftnavService;
|
|
33305
|
+
exports.ɵck = SliderImagerightComponent;
|
|
33306
|
+
exports.ɵcl = SlidersImagerightService;
|
|
33307
|
+
exports.ɵcm = SliderDoubleImagerightComponent;
|
|
33308
|
+
exports.ɵcn = SlidersDoubleImagerightService;
|
|
33309
|
+
exports.ɵco = SeparatorSimpleComponent;
|
|
33310
|
+
exports.ɵcp = SeparatorSimpleService;
|
|
33311
|
+
exports.ɵcq = CodeHtmlComponent;
|
|
33312
|
+
exports.ɵcr = CodeHtmlService;
|
|
33313
|
+
exports.ɵcs = CodeJavascriptComponent;
|
|
33314
|
+
exports.ɵct = CodeJavascriptService;
|
|
33315
|
+
exports.ɵcu = VideosSimpleComponent;
|
|
33316
|
+
exports.ɵcv = VideosSimpleService;
|
|
33317
|
+
exports.ɵcw = YoutubeService;
|
|
33318
|
+
exports.ɵcx = VimeoService;
|
|
33319
|
+
exports.ɵcy = VideosTxtComponent;
|
|
33320
|
+
exports.ɵcz = VideosTxtService;
|
|
33344
33321
|
exports.ɵd = animateListFromLeft;
|
|
33345
|
-
exports.ɵda =
|
|
33346
|
-
exports.ɵdb =
|
|
33347
|
-
exports.ɵdc =
|
|
33348
|
-
exports.ɵdd =
|
|
33349
|
-
exports.ɵde =
|
|
33350
|
-
exports.ɵdf =
|
|
33351
|
-
exports.ɵdg =
|
|
33352
|
-
exports.ɵdh =
|
|
33353
|
-
exports.ɵdi =
|
|
33354
|
-
exports.ɵdj =
|
|
33355
|
-
exports.ɵdk =
|
|
33356
|
-
exports.ɵdl =
|
|
33357
|
-
exports.ɵdm =
|
|
33358
|
-
exports.ɵdn =
|
|
33359
|
-
exports.ɵdo =
|
|
33360
|
-
exports.ɵdp =
|
|
33361
|
-
exports.ɵdq =
|
|
33362
|
-
exports.ɵdr =
|
|
33363
|
-
exports.ɵds =
|
|
33364
|
-
exports.ɵdt =
|
|
33365
|
-
exports.ɵdu =
|
|
33366
|
-
exports.ɵdv =
|
|
33367
|
-
exports.ɵdw =
|
|
33368
|
-
exports.ɵdx =
|
|
33369
|
-
exports.ɵdy =
|
|
33370
|
-
exports.ɵdz =
|
|
33322
|
+
exports.ɵda = VideosTxtContentComponent;
|
|
33323
|
+
exports.ɵdb = VideosTxtContentService;
|
|
33324
|
+
exports.ɵdc = LaunchVideosButtonComponent;
|
|
33325
|
+
exports.ɵdd = LaunchVideosButtonService;
|
|
33326
|
+
exports.ɵde = LaunchVideosButtontxtComponent;
|
|
33327
|
+
exports.ɵdf = LaunchVideosButtontxtService;
|
|
33328
|
+
exports.ɵdg = ImagesBannerComponent;
|
|
33329
|
+
exports.ɵdh = ImagesBannerService;
|
|
33330
|
+
exports.ɵdi = ImagesSimpleComponent;
|
|
33331
|
+
exports.ɵdj = ImagesSimpleService;
|
|
33332
|
+
exports.ɵdk = ImagesDoubleComponent;
|
|
33333
|
+
exports.ɵdl = ImagesDoubleService;
|
|
33334
|
+
exports.ɵdm = ImagesTripleComponent;
|
|
33335
|
+
exports.ɵdn = ImagesTripleService;
|
|
33336
|
+
exports.ɵdo = ImagesQuadrupleComponent;
|
|
33337
|
+
exports.ɵdp = ImagesQuadrupleService;
|
|
33338
|
+
exports.ɵdq = ImagesQuadrupleLeftOneRightComponent;
|
|
33339
|
+
exports.ɵdr = ImagesQuadrupleLeftOneRightService;
|
|
33340
|
+
exports.ɵds = ImagesBigAndDoubleComponent;
|
|
33341
|
+
exports.ɵdt = ImagesBigAndDoubleService;
|
|
33342
|
+
exports.ɵdu = ImagesBigsAndDoubleMiddleComponent;
|
|
33343
|
+
exports.ɵdv = ImagesBigsAndDoubleMiddleService;
|
|
33344
|
+
exports.ɵdw = TextBackgroundsLinkComponent;
|
|
33345
|
+
exports.ɵdx = TextBackgroundsLinkService;
|
|
33346
|
+
exports.ɵdy = TextBackgroundsSimpleComponent;
|
|
33347
|
+
exports.ɵdz = TextBackgroundsSimpleService;
|
|
33371
33348
|
exports.ɵe = ConfigService;
|
|
33372
|
-
exports.ɵea =
|
|
33373
|
-
exports.ɵeb =
|
|
33374
|
-
exports.ɵec =
|
|
33375
|
-
exports.ɵed =
|
|
33376
|
-
exports.ɵee =
|
|
33377
|
-
exports.ɵef =
|
|
33378
|
-
exports.ɵeg =
|
|
33379
|
-
exports.ɵeh =
|
|
33380
|
-
exports.ɵei =
|
|
33381
|
-
exports.ɵej =
|
|
33382
|
-
exports.ɵek =
|
|
33383
|
-
exports.ɵel =
|
|
33384
|
-
exports.ɵem =
|
|
33385
|
-
exports.ɵen =
|
|
33386
|
-
exports.ɵeo =
|
|
33387
|
-
exports.ɵep =
|
|
33388
|
-
exports.ɵeq =
|
|
33389
|
-
exports.ɵer =
|
|
33390
|
-
exports.ɵes =
|
|
33391
|
-
exports.ɵet =
|
|
33392
|
-
exports.ɵeu =
|
|
33393
|
-
exports.ɵev =
|
|
33394
|
-
exports.ɵew =
|
|
33395
|
-
exports.ɵex =
|
|
33396
|
-
exports.ɵey =
|
|
33397
|
-
exports.ɵez =
|
|
33349
|
+
exports.ɵea = TextBackgroundsWithTxtComponent;
|
|
33350
|
+
exports.ɵeb = TextBackgroundsWithTxtService;
|
|
33351
|
+
exports.ɵec = ImagesTextsBigLeftTextRightComponent;
|
|
33352
|
+
exports.ɵed = ImagesTextsBigLeftTextRightService;
|
|
33353
|
+
exports.ɵee = ImagesTextsBigRightTextLeftComponent;
|
|
33354
|
+
exports.ɵef = ImagesTextsBigRightTextLeftService;
|
|
33355
|
+
exports.ɵeg = ImagesTextsLeftTextRightComponent;
|
|
33356
|
+
exports.ɵeh = ImagesTextsLeftTextRightService;
|
|
33357
|
+
exports.ɵei = ImagesTextsRightTextLeftComponent;
|
|
33358
|
+
exports.ɵej = ImagesTextsRightTextLeftService;
|
|
33359
|
+
exports.ɵek = ImagesTextsOneTextOneComponent;
|
|
33360
|
+
exports.ɵel = ImagesTextsOneTextOneService;
|
|
33361
|
+
exports.ɵem = ImagesTextsSmallLeftTextRightComponent;
|
|
33362
|
+
exports.ɵen = ImagesTextsSmallLeftTextRightService;
|
|
33363
|
+
exports.ɵeo = ImagesTextsSmallRightTextLeftComponent;
|
|
33364
|
+
exports.ɵep = ImagesTextsSmallRightTextLeftService;
|
|
33365
|
+
exports.ɵeq = ImagesTextsTextOneTextComponent;
|
|
33366
|
+
exports.ɵer = ImagesTextsTextOneTextService;
|
|
33367
|
+
exports.ɵes = TextsOneBackgroundComponent;
|
|
33368
|
+
exports.ɵet = TextsOneBackgroundService;
|
|
33369
|
+
exports.ɵeu = TextsDoubleBackgroundComponent;
|
|
33370
|
+
exports.ɵev = TextsDoubleBackgroundService;
|
|
33371
|
+
exports.ɵew = TextsTripleBackgroundComponent;
|
|
33372
|
+
exports.ɵex = TextsTripleBackgroundService;
|
|
33373
|
+
exports.ɵey = TextsQuadrupleComponent;
|
|
33374
|
+
exports.ɵez = TextsQuadrupleService;
|
|
33398
33375
|
exports.ɵf = ContentService;
|
|
33399
|
-
exports.ɵfa =
|
|
33400
|
-
exports.ɵfb =
|
|
33401
|
-
exports.ɵfc =
|
|
33402
|
-
exports.ɵfd =
|
|
33403
|
-
exports.ɵfe =
|
|
33404
|
-
exports.ɵff =
|
|
33405
|
-
exports.ɵfg =
|
|
33406
|
-
exports.ɵfh =
|
|
33407
|
-
exports.ɵfi =
|
|
33408
|
-
exports.ɵfj =
|
|
33409
|
-
exports.ɵfk =
|
|
33410
|
-
exports.ɵfl =
|
|
33411
|
-
exports.ɵfm =
|
|
33412
|
-
exports.ɵfn =
|
|
33413
|
-
exports.ɵfo =
|
|
33414
|
-
exports.ɵfp =
|
|
33415
|
-
exports.ɵfq =
|
|
33416
|
-
exports.ɵfr =
|
|
33417
|
-
exports.ɵfs =
|
|
33418
|
-
exports.ɵft =
|
|
33419
|
-
exports.ɵfu =
|
|
33420
|
-
exports.ɵfv =
|
|
33421
|
-
exports.ɵfw =
|
|
33422
|
-
exports.ɵfx =
|
|
33423
|
-
exports.ɵfy =
|
|
33424
|
-
exports.ɵfz =
|
|
33376
|
+
exports.ɵfa = TextsQuadrupleNumbersComponent;
|
|
33377
|
+
exports.ɵfb = TextsQuadrupleNumbersService;
|
|
33378
|
+
exports.ɵfc = FormsSimpleComponent;
|
|
33379
|
+
exports.ɵfd = FormsSimpleService;
|
|
33380
|
+
exports.ɵfe = TextsQuadrupleBackgroundComponent;
|
|
33381
|
+
exports.ɵff = TextsQuadrupleBackgroundService;
|
|
33382
|
+
exports.ɵfg = TextsTripleComponent;
|
|
33383
|
+
exports.ɵfh = TextsTripleService;
|
|
33384
|
+
exports.ɵfi = TextsOneComponent;
|
|
33385
|
+
exports.ɵfj = TextsOneService;
|
|
33386
|
+
exports.ɵfk = TextsDoubleComponent;
|
|
33387
|
+
exports.ɵfl = TextsDoubleService;
|
|
33388
|
+
exports.ɵfm = FormsBackgroundComponent;
|
|
33389
|
+
exports.ɵfn = FormsBackgroundService;
|
|
33390
|
+
exports.ɵfo = VideosTxtLeftComponent;
|
|
33391
|
+
exports.ɵfp = VideosTxtLeftService;
|
|
33392
|
+
exports.ɵfq = FormsImageleftComponent;
|
|
33393
|
+
exports.ɵfr = FormsImageleftService;
|
|
33394
|
+
exports.ɵfs = FormsImagerightComponent;
|
|
33395
|
+
exports.ɵft = FormsImagerightService;
|
|
33396
|
+
exports.ɵfu = FormsOnboardingComponent;
|
|
33397
|
+
exports.ɵfv = FormsOnboardingService;
|
|
33398
|
+
exports.ɵfw = SocialsLikeComponent;
|
|
33399
|
+
exports.ɵfx = SocialsLikeService;
|
|
33400
|
+
exports.ɵfy = SocialsPageSimpleComponent;
|
|
33401
|
+
exports.ɵfz = SocialsPageSimpleService;
|
|
33425
33402
|
exports.ɵg = ExternalConfigService;
|
|
33426
|
-
exports.ɵga =
|
|
33427
|
-
exports.ɵgb =
|
|
33428
|
-
exports.ɵgc =
|
|
33429
|
-
exports.ɵgd =
|
|
33430
|
-
exports.ɵge =
|
|
33431
|
-
exports.ɵgf =
|
|
33432
|
-
exports.ɵgg =
|
|
33433
|
-
exports.ɵgh =
|
|
33434
|
-
exports.ɵgi =
|
|
33435
|
-
exports.ɵgj =
|
|
33436
|
-
exports.ɵgk =
|
|
33437
|
-
exports.ɵgl =
|
|
33438
|
-
exports.ɵgm =
|
|
33439
|
-
exports.ɵgn =
|
|
33440
|
-
exports.ɵgo =
|
|
33441
|
-
exports.ɵgp =
|
|
33442
|
-
exports.ɵgq =
|
|
33443
|
-
exports.ɵgr =
|
|
33444
|
-
exports.ɵgs =
|
|
33445
|
-
exports.ɵgt =
|
|
33446
|
-
exports.ɵgu =
|
|
33447
|
-
exports.ɵgv =
|
|
33448
|
-
exports.ɵgw =
|
|
33449
|
-
exports.ɵgx =
|
|
33450
|
-
exports.ɵgy =
|
|
33451
|
-
exports.ɵgz =
|
|
33403
|
+
exports.ɵga = SocialsPageComplexComponent;
|
|
33404
|
+
exports.ɵgb = SocialsPageComplexService;
|
|
33405
|
+
exports.ɵgc = SocialsNetworkComponent;
|
|
33406
|
+
exports.ɵgd = SocialsNetworkService;
|
|
33407
|
+
exports.ɵge = ProductsListClassicComponent;
|
|
33408
|
+
exports.ɵgf = ProductsListClassicService;
|
|
33409
|
+
exports.ɵgg = CurrencyService;
|
|
33410
|
+
exports.ɵgh = ProductsListSimpleComponent;
|
|
33411
|
+
exports.ɵgi = ProductsListSimpleService;
|
|
33412
|
+
exports.ɵgj = RassurancesTripleBackgroundComponent;
|
|
33413
|
+
exports.ɵgk = RassurancesTripleBackgroundService;
|
|
33414
|
+
exports.ɵgl = RassurancesQuadrupleAlignedComponent;
|
|
33415
|
+
exports.ɵgm = RassurancesQuadrupleAlignedService;
|
|
33416
|
+
exports.ɵgn = RassurancesQuadrupleBackgroundComponent;
|
|
33417
|
+
exports.ɵgo = RassurancesQuadrupleBackgroundService;
|
|
33418
|
+
exports.ɵgp = NewsletterAlignedCenterImageComponent;
|
|
33419
|
+
exports.ɵgq = NewsletterAlignedCenterImageService;
|
|
33420
|
+
exports.ɵgr = NewsletterAlignedCenterBackgroundComponent;
|
|
33421
|
+
exports.ɵgs = NewsletterAlignedCenterBackgroundService;
|
|
33422
|
+
exports.ɵgt = NewsletterCenterImageComponent;
|
|
33423
|
+
exports.ɵgu = NewsletterCenterImageService;
|
|
33424
|
+
exports.ɵgv = ProductsListSelectedComponent;
|
|
33425
|
+
exports.ɵgw = ProductsListSelectedService;
|
|
33426
|
+
exports.ɵgx = CodeStylesheetComponent;
|
|
33427
|
+
exports.ɵgy = CodeStylesheetService;
|
|
33428
|
+
exports.ɵgz = WitnessTwiceComponent;
|
|
33452
33429
|
exports.ɵh = ApiService;
|
|
33453
|
-
exports.ɵha =
|
|
33454
|
-
exports.ɵhb =
|
|
33455
|
-
exports.ɵhc =
|
|
33456
|
-
exports.ɵhd =
|
|
33457
|
-
exports.ɵhe =
|
|
33458
|
-
exports.ɵhf =
|
|
33459
|
-
exports.ɵhg =
|
|
33460
|
-
exports.ɵhh =
|
|
33461
|
-
exports.ɵhi =
|
|
33462
|
-
exports.ɵhj =
|
|
33463
|
-
exports.ɵhk =
|
|
33464
|
-
exports.ɵhl =
|
|
33465
|
-
exports.ɵhm =
|
|
33466
|
-
exports.ɵhn =
|
|
33467
|
-
exports.ɵho =
|
|
33468
|
-
exports.ɵhp =
|
|
33469
|
-
exports.ɵhq =
|
|
33470
|
-
exports.ɵhr =
|
|
33471
|
-
exports.ɵhs =
|
|
33472
|
-
exports.ɵht =
|
|
33473
|
-
exports.ɵhu =
|
|
33474
|
-
exports.ɵhv =
|
|
33475
|
-
exports.ɵhw =
|
|
33476
|
-
exports.ɵhx =
|
|
33477
|
-
exports.ɵhy =
|
|
33478
|
-
exports.ɵhz =
|
|
33430
|
+
exports.ɵha = WitnessTwiceService;
|
|
33431
|
+
exports.ɵhb = WitnessTripleComponent;
|
|
33432
|
+
exports.ɵhc = WitnessTripleService;
|
|
33433
|
+
exports.ɵhd = WitnessQuadrupleComponent;
|
|
33434
|
+
exports.ɵhe = WitnessQuadrupleService;
|
|
33435
|
+
exports.ɵhf = WitnessBackgroundOneComponent;
|
|
33436
|
+
exports.ɵhg = WitnessBackgroundOneService;
|
|
33437
|
+
exports.ɵhh = WitnessBackgroundDoubleComponent;
|
|
33438
|
+
exports.ɵhi = WitnessBackgroundDoubleService;
|
|
33439
|
+
exports.ɵhj = ReviewsSimpleComponent;
|
|
33440
|
+
exports.ɵhk = ReviewsSimpleService;
|
|
33441
|
+
exports.ɵhl = QuotesSimpleComponent;
|
|
33442
|
+
exports.ɵhm = QuotesSimpleService;
|
|
33443
|
+
exports.ɵhn = QuotesAuthorComponent;
|
|
33444
|
+
exports.ɵho = QuotesAuthorService;
|
|
33445
|
+
exports.ɵhp = QuotesSimpleBackgroundComponent;
|
|
33446
|
+
exports.ɵhq = QuotesSimpleBackgroundService;
|
|
33447
|
+
exports.ɵhr = ReviewsWaterfallComponent;
|
|
33448
|
+
exports.ɵhs = ReviewsWaterfallService;
|
|
33449
|
+
exports.ɵht = MapFullpageComponent;
|
|
33450
|
+
exports.ɵhu = MapFullpageService;
|
|
33451
|
+
exports.ɵhv = MapLeftTextComponent;
|
|
33452
|
+
exports.ɵhw = MapLeftTextService;
|
|
33453
|
+
exports.ɵhx = MapRightTextComponent;
|
|
33454
|
+
exports.ɵhy = MapRightTextService;
|
|
33455
|
+
exports.ɵhz = MapTextFormComponent;
|
|
33479
33456
|
exports.ɵi = ComponentsModule;
|
|
33480
|
-
exports.ɵia =
|
|
33481
|
-
exports.ɵib =
|
|
33482
|
-
exports.ɵic =
|
|
33483
|
-
exports.ɵid =
|
|
33484
|
-
exports.ɵie =
|
|
33485
|
-
exports.ɵif =
|
|
33486
|
-
exports.ɵig =
|
|
33487
|
-
exports.ɵih =
|
|
33488
|
-
exports.ɵii =
|
|
33489
|
-
exports.ɵij =
|
|
33490
|
-
exports.ɵik =
|
|
33491
|
-
exports.ɵil =
|
|
33492
|
-
exports.ɵim =
|
|
33493
|
-
exports.ɵin =
|
|
33494
|
-
exports.ɵio =
|
|
33495
|
-
exports.ɵip =
|
|
33496
|
-
exports.ɵiq =
|
|
33497
|
-
exports.ɵir =
|
|
33498
|
-
exports.ɵis =
|
|
33499
|
-
exports.ɵit =
|
|
33500
|
-
exports.ɵiu =
|
|
33501
|
-
exports.ɵiv =
|
|
33502
|
-
exports.ɵiw =
|
|
33503
|
-
exports.ɵix =
|
|
33504
|
-
exports.ɵiy =
|
|
33505
|
-
exports.ɵiz =
|
|
33457
|
+
exports.ɵia = MapTextFormService;
|
|
33458
|
+
exports.ɵib = MapBackgroundFormLeftComponent;
|
|
33459
|
+
exports.ɵic = MapBackgroundFormLeftService;
|
|
33460
|
+
exports.ɵid = MapBackgroundFormRightComponent;
|
|
33461
|
+
exports.ɵie = MapBackgroundFormRightService;
|
|
33462
|
+
exports.ɵif = AmplifyProductsListSimpleComponent;
|
|
33463
|
+
exports.ɵig = AmplifyProductsListSimpleService;
|
|
33464
|
+
exports.ɵih = AmplifyProductsListSelectedComponent;
|
|
33465
|
+
exports.ɵii = AmplifyProductsListSelectedService;
|
|
33466
|
+
exports.ɵij = AmplifyProductsListClassicComponent;
|
|
33467
|
+
exports.ɵik = AmplifyProductsListClassicService;
|
|
33468
|
+
exports.ɵil = AmplifyProductZoomComponent;
|
|
33469
|
+
exports.ɵim = AmplifyProductZoomService;
|
|
33470
|
+
exports.ɵin = AmplifyProductZoomTripleColumnComponent;
|
|
33471
|
+
exports.ɵio = AmplifyProductZoomTripleColumnService;
|
|
33472
|
+
exports.ɵip = AmplifyProductZoomSelectedComponent;
|
|
33473
|
+
exports.ɵiq = AmplifyProductZoomSelectedService;
|
|
33474
|
+
exports.ɵir = AmplifyProductZoomMoreComponent;
|
|
33475
|
+
exports.ɵis = AmplifyProductZoomMoreService;
|
|
33476
|
+
exports.ɵit = ProductZoomComponent;
|
|
33477
|
+
exports.ɵiu = ProductZoomService;
|
|
33478
|
+
exports.ɵiv = ProductZoomTripleColumnComponent;
|
|
33479
|
+
exports.ɵiw = ProductZoomTripleColumnService;
|
|
33480
|
+
exports.ɵix = ProductZoomSelectedComponent;
|
|
33481
|
+
exports.ɵiy = ProductZoomSelectedService;
|
|
33482
|
+
exports.ɵiz = ProductZoomMoreComponent;
|
|
33506
33483
|
exports.ɵj = BlocksComponent;
|
|
33507
|
-
exports.ɵja =
|
|
33508
|
-
exports.ɵjb =
|
|
33509
|
-
exports.ɵjc =
|
|
33510
|
-
exports.ɵjd =
|
|
33511
|
-
exports.ɵje =
|
|
33512
|
-
exports.ɵjf =
|
|
33513
|
-
exports.ɵjg =
|
|
33514
|
-
exports.ɵjh =
|
|
33515
|
-
exports.ɵji =
|
|
33516
|
-
exports.ɵjj =
|
|
33517
|
-
exports.ɵjk =
|
|
33518
|
-
exports.ɵjl =
|
|
33519
|
-
exports.ɵjm =
|
|
33520
|
-
exports.ɵjn =
|
|
33521
|
-
exports.ɵjo =
|
|
33522
|
-
exports.ɵjp =
|
|
33523
|
-
exports.ɵjq =
|
|
33524
|
-
exports.ɵjr =
|
|
33525
|
-
exports.ɵjs =
|
|
33526
|
-
exports.ɵjt =
|
|
33527
|
-
exports.ɵju =
|
|
33528
|
-
exports.ɵjv =
|
|
33529
|
-
exports.ɵjw =
|
|
33530
|
-
exports.ɵjx =
|
|
33531
|
-
exports.ɵjy =
|
|
33532
|
-
exports.ɵjz =
|
|
33484
|
+
exports.ɵja = ProductZoomMoreService;
|
|
33485
|
+
exports.ɵjb = ProductZoomCompleteComponent;
|
|
33486
|
+
exports.ɵjc = ProductZoomCompleteService;
|
|
33487
|
+
exports.ɵjd = ProductZoomCompleteSliderComponent;
|
|
33488
|
+
exports.ɵje = ProductZoomCompleteSliderService;
|
|
33489
|
+
exports.ɵjf = ProductZoomSimpleComponent;
|
|
33490
|
+
exports.ɵjg = ProductZoomSimpleService;
|
|
33491
|
+
exports.ɵjh = ProductZoomCompleteBackgroundComponent;
|
|
33492
|
+
exports.ɵji = ProductZoomCompleteBackgroundService;
|
|
33493
|
+
exports.ɵjj = TimerSimpleComponent;
|
|
33494
|
+
exports.ɵjk = TimerSimpleService;
|
|
33495
|
+
exports.ɵjl = TimerBackgroundComponent;
|
|
33496
|
+
exports.ɵjm = TimerBackgroundService;
|
|
33497
|
+
exports.ɵjn = TimerClockComponent;
|
|
33498
|
+
exports.ɵjo = TimerClockService;
|
|
33499
|
+
exports.ɵjp = TimerAirportComponent;
|
|
33500
|
+
exports.ɵjq = TimerAirportService;
|
|
33501
|
+
exports.ɵjr = TimerMultipleImgComponent;
|
|
33502
|
+
exports.ɵjs = TimerMultipleImgService;
|
|
33503
|
+
exports.ɵjt = AboutBlockComponent;
|
|
33504
|
+
exports.ɵju = AboutBlockService;
|
|
33505
|
+
exports.ɵjv = FaqSimpleComponent;
|
|
33506
|
+
exports.ɵjw = FaqSimpleService;
|
|
33507
|
+
exports.ɵjx = FaqSimpleBackgroundComponent;
|
|
33508
|
+
exports.ɵjy = FaqSimpleBackgroundService;
|
|
33509
|
+
exports.ɵjz = FaqFrameComponent;
|
|
33533
33510
|
exports.ɵk = ConfigsComponent;
|
|
33534
|
-
exports.ɵka =
|
|
33535
|
-
exports.ɵkb =
|
|
33536
|
-
exports.ɵkc =
|
|
33537
|
-
exports.ɵkd =
|
|
33538
|
-
exports.ɵke =
|
|
33539
|
-
exports.ɵkf =
|
|
33540
|
-
exports.ɵkg =
|
|
33541
|
-
exports.ɵkh =
|
|
33542
|
-
exports.ɵki =
|
|
33543
|
-
exports.ɵkj =
|
|
33544
|
-
exports.ɵkk =
|
|
33545
|
-
exports.ɵkl =
|
|
33546
|
-
exports.ɵkm =
|
|
33547
|
-
exports.ɵkn =
|
|
33548
|
-
exports.ɵko =
|
|
33549
|
-
exports.ɵkp =
|
|
33550
|
-
exports.ɵkq =
|
|
33551
|
-
exports.ɵkr =
|
|
33552
|
-
exports.ɵks =
|
|
33553
|
-
exports.ɵkt =
|
|
33554
|
-
exports.ɵku =
|
|
33555
|
-
exports.ɵkv = LoaderComponentModule;
|
|
33511
|
+
exports.ɵka = FaqFrameService;
|
|
33512
|
+
exports.ɵkb = FaqAccordionComponent;
|
|
33513
|
+
exports.ɵkc = FaqAccordionService;
|
|
33514
|
+
exports.ɵkd = FaqListIconComponent;
|
|
33515
|
+
exports.ɵke = FaqListIconService;
|
|
33516
|
+
exports.ɵkf = FourImagesTitleComponent;
|
|
33517
|
+
exports.ɵkg = FourImagesTitleService;
|
|
33518
|
+
exports.ɵkh = TranslateBlockService;
|
|
33519
|
+
exports.ɵki = TwoImagesTitleTextComponent;
|
|
33520
|
+
exports.ɵkj = TwoImagesTitleTextService;
|
|
33521
|
+
exports.ɵkk = TextBackgroundsWithBannerComponent;
|
|
33522
|
+
exports.ɵkl = TextBackgroundsWithBannerService;
|
|
33523
|
+
exports.ɵkm = TextBackgroundsTwoRowsIconTextComponent;
|
|
33524
|
+
exports.ɵkn = TextBackgroundsTwoRowsIconTextService;
|
|
33525
|
+
exports.ɵko = TextBackgroundsThreeRowsIconTextComponent;
|
|
33526
|
+
exports.ɵkp = TextBackgroundsThreeRowsIconTextService;
|
|
33527
|
+
exports.ɵkq = TextBackgroundsFourRowsIconTextComponent;
|
|
33528
|
+
exports.ɵkr = TextBackgroundsFourRowsIconTextService;
|
|
33529
|
+
exports.ɵks = SliderWithBannerComponent;
|
|
33530
|
+
exports.ɵkt = SlidersWithBannerService;
|
|
33531
|
+
exports.ɵku = LoaderComponentModule;
|
|
33556
33532
|
exports.ɵl = PreviewsComponent;
|
|
33557
33533
|
exports.ɵm = ContainerBlockComponent;
|
|
33558
33534
|
exports.ɵn = SharedModule;
|