slick-components 17.0.39 → 17.0.40
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.
|
@@ -23,7 +23,7 @@ class SlickInitParams {
|
|
|
23
23
|
}
|
|
24
24
|
}
|
|
25
25
|
class SlickInitService {
|
|
26
|
-
static { this.version = "17.0.
|
|
26
|
+
static { this.version = "17.0.40"; }
|
|
27
27
|
constructor() { }
|
|
28
28
|
static init(initParams) {
|
|
29
29
|
console.info(`Slick Components Version ${SlickInitService.version}`);
|
|
@@ -4568,14 +4568,8 @@ class SlickEmailerComponent {
|
|
|
4568
4568
|
branding: false,
|
|
4569
4569
|
theme: 'silver',
|
|
4570
4570
|
menubar: 'edit insert format tools',
|
|
4571
|
-
plugins: 'link image code lists
|
|
4572
|
-
toolbar:
|
|
4573
|
-
fontselect fontsizeselect styleselect |
|
|
4574
|
-
bold italic underline |
|
|
4575
|
-
alignleft aligncenter alignright alignjustify |
|
|
4576
|
-
indent outdent | bullist numlist |
|
|
4577
|
-
link image | table | code
|
|
4578
|
-
`,
|
|
4571
|
+
plugins: 'link image table code lists advlist autoresize',
|
|
4572
|
+
toolbar: 'fontfamily | fontsize | styles | bold italic underline | indent outdent | bullist | alignleft aligncenter alignright | table | code | link image',
|
|
4579
4573
|
fontsize_formats: "8px 10px 12px 14px 18px 24px 36px",
|
|
4580
4574
|
convert_urls: false,
|
|
4581
4575
|
toolbar_mode: 'sliding',
|
|
@@ -4655,6 +4649,9 @@ class SlickEmailerDialogComponent {
|
|
|
4655
4649
|
constructor(changeDetector) {
|
|
4656
4650
|
this.changeDetector = changeDetector;
|
|
4657
4651
|
this.bodyHeight = "180px";
|
|
4652
|
+
this.top = 80;
|
|
4653
|
+
this.width = 600;
|
|
4654
|
+
this.height = 0;
|
|
4658
4655
|
this.toAddressSearchEmitter = new EventEmitter();
|
|
4659
4656
|
this.sendEmailClickEmitter = new EventEmitter();
|
|
4660
4657
|
this.cancelEmailClickEmitter = new EventEmitter();
|
|
@@ -4721,7 +4718,7 @@ class SlickEmailerDialogComponent {
|
|
|
4721
4718
|
return this.dynamicWidth ? null : 800;
|
|
4722
4719
|
}
|
|
4723
4720
|
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: SlickEmailerDialogComponent, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
4724
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.1", type: SlickEmailerDialogComponent, selector: "slick-emailer-dialog", inputs: { toEmailAddressList: "toEmailAddressList", bodyHeight: "bodyHeight", dynamicHeight: "dynamicHeight", dynamicWidth: "dynamicWidth" }, outputs: { toAddressSearchEmitter: "toAddressSearch", sendEmailClickEmitter: "sendEmailClick", cancelEmailClickEmitter: "cancelEmailClick" }, providers: [
|
|
4721
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.1", type: SlickEmailerDialogComponent, selector: "slick-emailer-dialog", inputs: { toEmailAddressList: "toEmailAddressList", bodyHeight: "bodyHeight", top: "top", width: "width", height: "height", dynamicHeight: "dynamicHeight", dynamicWidth: "dynamicWidth" }, outputs: { toAddressSearchEmitter: "toAddressSearch", sendEmailClickEmitter: "sendEmailClick", cancelEmailClickEmitter: "cancelEmailClick" }, providers: [
|
|
4725
4722
|
{
|
|
4726
4723
|
provide: NG_VALUE_ACCESSOR,
|
|
4727
4724
|
useExisting: forwardRef((() => SlickEmailerDialogComponent)),
|
|
@@ -4731,6 +4728,9 @@ class SlickEmailerDialogComponent {
|
|
|
4731
4728
|
[width]="calculatedWidth"
|
|
4732
4729
|
[dynamicHeight]="dynamicHeight"
|
|
4733
4730
|
[dynamicWidth]="dynamicWidth"
|
|
4731
|
+
[top]="top"
|
|
4732
|
+
[width]="width"
|
|
4733
|
+
[height]="height"
|
|
4734
4734
|
(onClose)='onCancelEmail()' #emailerDialogRef>
|
|
4735
4735
|
<slick-emailer #emailerRef [(ngModel)]='dialogEmailerModel'
|
|
4736
4736
|
[bodyHeight]='bodyHeight'
|
|
@@ -4757,6 +4757,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.1", ngImpor
|
|
|
4757
4757
|
[width]="calculatedWidth"
|
|
4758
4758
|
[dynamicHeight]="dynamicHeight"
|
|
4759
4759
|
[dynamicWidth]="dynamicWidth"
|
|
4760
|
+
[top]="top"
|
|
4761
|
+
[width]="width"
|
|
4762
|
+
[height]="height"
|
|
4760
4763
|
(onClose)='onCancelEmail()' #emailerDialogRef>
|
|
4761
4764
|
<slick-emailer #emailerRef [(ngModel)]='dialogEmailerModel'
|
|
4762
4765
|
[bodyHeight]='bodyHeight'
|
|
@@ -4788,6 +4791,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.1", ngImpor
|
|
|
4788
4791
|
}], bodyHeight: [{
|
|
4789
4792
|
type: Input,
|
|
4790
4793
|
args: ["bodyHeight"]
|
|
4794
|
+
}], top: [{
|
|
4795
|
+
type: Input
|
|
4796
|
+
}], width: [{
|
|
4797
|
+
type: Input
|
|
4798
|
+
}], height: [{
|
|
4799
|
+
type: Input
|
|
4791
4800
|
}], dynamicHeight: [{
|
|
4792
4801
|
type: Input
|
|
4793
4802
|
}], dynamicWidth: [{
|
|
@@ -8464,6 +8473,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.1", ngImpor
|
|
|
8464
8473
|
class SlickTabsComponent {
|
|
8465
8474
|
constructor() {
|
|
8466
8475
|
this.hideBorder = false;
|
|
8476
|
+
this.hideHeaders = false;
|
|
8467
8477
|
this.tabIndex = 0;
|
|
8468
8478
|
this.tabIndexChange = new EventEmitter();
|
|
8469
8479
|
this.tabChange = new EventEmitter();
|
|
@@ -8473,6 +8483,8 @@ class SlickTabsComponent {
|
|
|
8473
8483
|
ngOnChanges(changes) {
|
|
8474
8484
|
if (changes.hideBorder && changes.hideBorder.currentValue)
|
|
8475
8485
|
this.hideBorder = (changes.hideBorder.currentValue.toString().toLowerCase() !== 'false');
|
|
8486
|
+
if (changes.hideHeaders && changes.hideHeaders.currentValue)
|
|
8487
|
+
this.hideHeaders = (changes.hideHeaders.currentValue.toString().toLowerCase() !== 'false');
|
|
8476
8488
|
if (changes.tabIndex && changes.tabIndex.firstChange === false)
|
|
8477
8489
|
this.slickTabs.toArray()[changes.tabIndex.currentValue].onTabClicked();
|
|
8478
8490
|
}
|
|
@@ -8540,16 +8552,18 @@ class SlickTabsComponent {
|
|
|
8540
8552
|
this.slickTabs$.unsubscribe();
|
|
8541
8553
|
}
|
|
8542
8554
|
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: SlickTabsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
8543
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.1", type: SlickTabsComponent, selector: "slick-tabs", inputs: { tabModels: ["tabs", "tabModels"], hideBorder: "hideBorder", tabIndex: "tabIndex" }, outputs: { tabIndexChange: "tabIndexChange", tabChange: "tabChange" }, queries: [{ propertyName: "slickTabs", predicate: i0.forwardRef(() => SlickTabComponent) }], usesOnChanges: true, ngImport: i0, template: "<div id=\"slick-tabs_{{uuid}}\" class=\"slick-tabs\">\r\n\t<div class=\"slick-tab-headers\" [ngClass]=\"{'no-border': hideBorder === true}\">\r\n\t\t<ng-content></ng-content>\r\n\t</div>\r\n\t<div id='slick-tab-display-body_{{uuid}}' class=\"slick-tab-display-body\"></div>\r\n</div>", dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] }); }
|
|
8555
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.1", type: SlickTabsComponent, selector: "slick-tabs", inputs: { tabModels: ["tabs", "tabModels"], hideBorder: "hideBorder", hideHeaders: "hideHeaders", tabIndex: "tabIndex" }, outputs: { tabIndexChange: "tabIndexChange", tabChange: "tabChange" }, queries: [{ propertyName: "slickTabs", predicate: i0.forwardRef(() => SlickTabComponent) }], usesOnChanges: true, ngImport: i0, template: "<div id=\"slick-tabs_{{uuid}}\" class=\"slick-tabs\">\r\n\t{{hideHeaders}}\r\n\t<div *ngIf=\"hideHeaders === false\" class=\"slick-tab-headers\" [ngClass]=\"{'no-border': hideBorder === true}\">\r\n\t\t<ng-content></ng-content>\r\n\t</div>\r\n\t<div id='slick-tab-display-body_{{uuid}}' class=\"slick-tab-display-body\"></div>\r\n</div>", dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] }); }
|
|
8544
8556
|
}
|
|
8545
8557
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: SlickTabsComponent, decorators: [{
|
|
8546
8558
|
type: Component,
|
|
8547
|
-
args: [{ selector: 'slick-tabs', template: "<div id=\"slick-tabs_{{uuid}}\" class=\"slick-tabs\">\r\n\t<div class=\"slick-tab-headers\" [ngClass]=\"{'no-border': hideBorder === true}\">\r\n\t\t<ng-content></ng-content>\r\n\t</div>\r\n\t<div id='slick-tab-display-body_{{uuid}}' class=\"slick-tab-display-body\"></div>\r\n</div>" }]
|
|
8559
|
+
args: [{ selector: 'slick-tabs', template: "<div id=\"slick-tabs_{{uuid}}\" class=\"slick-tabs\">\r\n\t{{hideHeaders}}\r\n\t<div *ngIf=\"hideHeaders === false\" class=\"slick-tab-headers\" [ngClass]=\"{'no-border': hideBorder === true}\">\r\n\t\t<ng-content></ng-content>\r\n\t</div>\r\n\t<div id='slick-tab-display-body_{{uuid}}' class=\"slick-tab-display-body\"></div>\r\n</div>" }]
|
|
8548
8560
|
}], ctorParameters: () => [], propDecorators: { tabModels: [{
|
|
8549
8561
|
type: Input,
|
|
8550
8562
|
args: ["tabs"]
|
|
8551
8563
|
}], hideBorder: [{
|
|
8552
8564
|
type: Input
|
|
8565
|
+
}], hideHeaders: [{
|
|
8566
|
+
type: Input
|
|
8553
8567
|
}], tabIndex: [{
|
|
8554
8568
|
type: Input
|
|
8555
8569
|
}], tabIndexChange: [{
|