angular-custom-tour
Advanced tools
Comparing version 0.0.13 to 0.0.14
@@ -8,3 +8,3 @@ { | ||
}, | ||
"version": "0.0.13", | ||
"version": "0.0.14", | ||
"license": "MIT", | ||
@@ -11,0 +11,0 @@ "main": "bundles/angular-custom-tour.umd.min.js", |
@@ -111,3 +111,3 @@ "use strict"; | ||
selector: variables_1.HintConfig.HINT_TAG, | ||
template: "<div class=\"intro-tour-hint-wrapper {{transformClass}}\" *ngIf=\"showme\" [ngStyle]=\"{'top': topPos+'px', 'left': leftPos+'px'}\" >\n <div class=\"header\" *ngIf=\"title\">{{title}}</div>\n <div class=\"content\"><ng-content></ng-content></div>\n <div class=\"footer\">\n <a class=\"navigate-btn\" *ngIf=\"hasPrev\" (click)=\"prev()\">←</a>\n <a class=\"navigate-btn\" *ngIf=\"hasNext\" (click)=\"next()\">→</a>\n <a class=\"navigate-btn\" (click)=\"exit()\">✖</a>\n </div>\n </div>", | ||
template: "<div class=\"intro-tour-hint-wrapper {{transformClass}} step{{order}} {{position}}\" *ngIf=\"showme\" [ngStyle]=\"{'top': topPos+'px', 'left': leftPos+'px'}\" >\n <div class=\"header\" *ngIf=\"title\">{{title}}</div>\n <div class=\"content\"><ng-content></ng-content></div>\n <div class=\"footer\">\n <a class=\"navigate-btn\" *ngIf=\"hasPrev\" (click)=\"prev()\">←</a>\n <a class=\"navigate-btn\" *ngIf=\"hasNext\" (click)=\"next()\">→</a>\n <a class=\"navigate-btn\" (click)=\"exit()\">✖</a>\n </div>\n </div>", | ||
}), | ||
@@ -114,0 +114,0 @@ __metadata('design:paramtypes', [hint_service_1.HintService]) |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
40108