@wizishop/angular-components 0.0.257 → 0.0.258
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-angular-components.umd.js +3 -1
- package/bundles/wizishop-angular-components.umd.js.map +1 -1
- package/bundles/wizishop-angular-components.umd.min.js +1 -1
- package/bundles/wizishop-angular-components.umd.min.js.map +1 -1
- package/esm2015/lib/components/content-with-buttons/content-with-buttons.component.js +4 -2
- package/fesm2015/wizishop-angular-components.js +3 -1
- package/fesm2015/wizishop-angular-components.js.map +1 -1
- package/lib/components/content-with-buttons/content-with-buttons.component.d.ts +1 -0
- package/package.json +1 -1
- package/wizishop-angular-components-0.0.258.tgz +0 -0
- package/wizishop-angular-components.metadata.json +1 -1
- package/wizishop-angular-components-0.0.257.tgz +0 -0
|
@@ -4561,6 +4561,7 @@
|
|
|
4561
4561
|
this.iconTranslate = 'fa-regular fa-globe';
|
|
4562
4562
|
this.tooltipCopy = '';
|
|
4563
4563
|
this.tooltipTranslate = '';
|
|
4564
|
+
this.tooltipLinkReport = '';
|
|
4564
4565
|
this.count = true;
|
|
4565
4566
|
this.countCharacterLabel = 'caractères';
|
|
4566
4567
|
this.countWordsLabel = 'mots';
|
|
@@ -4595,7 +4596,7 @@
|
|
|
4595
4596
|
ContentWithButtonsComponent.decorators = [
|
|
4596
4597
|
{ type: i0.Component, args: [{
|
|
4597
4598
|
selector: 'wac-content-with-buttons',
|
|
4598
|
-
template: "<div class=\"wac-content-with-buttons\">\n <div class=\"wac-content-with-buttons__text\">\n <div id=\"{{randomLabelName}}\">\n <ng-content></ng-content>\n </div>\n <div class=\"wac-content-with-buttons__text__count\" *ngIf=\"count && countIsReady\">\n <span>{{ countWords }} {{ countWordsLabel }} - {{ countCharacter }} {{ countCharacterLabel }}</span>\n <span><wac-link (click)=\"$event.preventDefault();\" (mousedown)=\"$event.preventDefault();eventReport();\" fontSize=\"12px\">{{ reportLabel }}</wac-link></span>\n </div>\n </div>\n <div class=\"wac-content-with-buttons__cta\">\n <div><wac-button extraClasses=\"is-blue opacity static-width\" [iconFontSize]=\"18\" [icon]=\"iconCopy\" (click)=\"eventCopy()\" [tooltip]=\"tooltipCopy\" [tooltipPosition]=\"'top-center'\" [tooltipOneline]=\"true\"></wac-button></div>\n <div><wac-button extraClasses=\"is-green opacity static-width\" [iconFontSize]=\"18\" [icon]=\"iconTranslate\" [tooltip]=\"tooltipTranslate\" [tooltipPosition]=\"'top-center'\" [tooltipOneline]=\"true\" (click)=\"eventTranslate()\"></wac-button></div>\n </div>\n</div>\n"
|
|
4599
|
+
template: "<div class=\"wac-content-with-buttons\">\n <div class=\"wac-content-with-buttons__text\">\n <div id=\"{{randomLabelName}}\">\n <ng-content></ng-content>\n </div>\n <div class=\"wac-content-with-buttons__text__count\" *ngIf=\"count && countIsReady\">\n <span>{{ countWords }} {{ countWordsLabel }} - {{ countCharacter }} {{ countCharacterLabel }}</span>\n <span><wac-link [tooltipWidth]=\"600\" [tooltip]=\"tooltipLinkReport\" (click)=\"$event.preventDefault();\" (mousedown)=\"$event.preventDefault();eventReport();\" fontSize=\"12px\">{{ reportLabel }}</wac-link></span>\n </div>\n </div>\n <div class=\"wac-content-with-buttons__cta\">\n <div><wac-button extraClasses=\"is-blue opacity static-width\" [iconFontSize]=\"18\" [icon]=\"iconCopy\" (click)=\"eventCopy()\" [tooltip]=\"tooltipCopy\" [tooltipPosition]=\"'top-center'\" [tooltipOneline]=\"true\"></wac-button></div>\n <div><wac-button extraClasses=\"is-green opacity static-width\" [iconFontSize]=\"18\" [icon]=\"iconTranslate\" [tooltip]=\"tooltipTranslate\" [tooltipPosition]=\"'top-center'\" [tooltipOneline]=\"true\" (click)=\"eventTranslate()\"></wac-button></div>\n </div>\n</div>\n"
|
|
4599
4600
|
},] }
|
|
4600
4601
|
];
|
|
4601
4602
|
ContentWithButtonsComponent.propDecorators = {
|
|
@@ -4603,6 +4604,7 @@
|
|
|
4603
4604
|
iconTranslate: [{ type: i0.Input }],
|
|
4604
4605
|
tooltipCopy: [{ type: i0.Input }],
|
|
4605
4606
|
tooltipTranslate: [{ type: i0.Input }],
|
|
4607
|
+
tooltipLinkReport: [{ type: i0.Input }],
|
|
4606
4608
|
count: [{ type: i0.Input }],
|
|
4607
4609
|
countCharacterLabel: [{ type: i0.Input }],
|
|
4608
4610
|
countWordsLabel: [{ type: i0.Input }],
|