intelica-library-components 1.1.113 → 1.1.124
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.
|
@@ -2,7 +2,7 @@ import * as i0 from '@angular/core';
|
|
|
2
2
|
import { Injectable, inject, signal, Pipe, Component, TemplateRef, ContentChild, Input, Directive, EventEmitter, ContentChildren, Output, HostListener, forwardRef, ViewChild, PLATFORM_ID, Inject, DestroyRef, output, input, effect, Optional, Host, InjectionToken } from '@angular/core';
|
|
3
3
|
import { getCookie, setCookie, Cookies } from 'typescript-cookie';
|
|
4
4
|
import * as i1$4 from '@angular/common/http';
|
|
5
|
-
import { HttpClient, HttpHeaders, HttpResponse } from '@angular/common/http';
|
|
5
|
+
import { HttpClient, HttpHeaders, HttpResponse, HttpParams } from '@angular/common/http';
|
|
6
6
|
import { BehaviorSubject, catchError, throwError, from, switchMap, Subject, Subscription, tap as tap$1, of, map, fromEvent, startWith, distinctUntilChanged, shareReplay, firstValueFrom } from 'rxjs';
|
|
7
7
|
import Swal from 'sweetalert2';
|
|
8
8
|
import { Guid } from 'guid-typescript';
|
|
@@ -58,6 +58,7 @@ import * as XLSX from 'xlsx';
|
|
|
58
58
|
import { Workbook } from 'exceljs';
|
|
59
59
|
import { saveAs } from 'file-saver';
|
|
60
60
|
import JSEncrypt from 'jsencrypt';
|
|
61
|
+
import { createEmbeddingContext } from 'amazon-quicksight-embedding-sdk';
|
|
61
62
|
import Aura from '@primeng/themes/aura';
|
|
62
63
|
import { definePreset } from '@primeng/themes';
|
|
63
64
|
import * as signalR from '@microsoft/signalr';
|
|
@@ -81,10 +82,10 @@ class GoogleTaskManagerService {
|
|
|
81
82
|
script.src = `https://www.googletagmanager.com/gtm.js?id=${id}`;
|
|
82
83
|
document.head.insertBefore(script, document.head.firstChild);
|
|
83
84
|
}
|
|
84
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
85
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.
|
|
85
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: GoogleTaskManagerService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
86
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: GoogleTaskManagerService, providedIn: "root" });
|
|
86
87
|
}
|
|
87
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
88
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: GoogleTaskManagerService, decorators: [{
|
|
88
89
|
type: Injectable,
|
|
89
90
|
args: [{ providedIn: "root" }]
|
|
90
91
|
}] });
|
|
@@ -113,10 +114,10 @@ class ConfigService {
|
|
|
113
114
|
getUserData() {
|
|
114
115
|
return this.userDataSubject.value;
|
|
115
116
|
}
|
|
116
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
117
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.
|
|
117
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: ConfigService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
118
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: ConfigService, providedIn: "root" });
|
|
118
119
|
}
|
|
119
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
120
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: ConfigService, decorators: [{
|
|
120
121
|
type: Injectable,
|
|
121
122
|
args: [{ providedIn: "root" }]
|
|
122
123
|
}] });
|
|
@@ -130,10 +131,10 @@ class TermService {
|
|
|
130
131
|
GetTerms(languageCode, pageRoot) {
|
|
131
132
|
return this._http.get(`${this._config.environment?.securityPath}/Term/ignore/page/${pageRoot}/language/${languageCode}`);
|
|
132
133
|
}
|
|
133
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
134
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.
|
|
134
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: TermService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
135
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: TermService, providedIn: "root" });
|
|
135
136
|
}
|
|
136
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
137
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: TermService, decorators: [{
|
|
137
138
|
type: Injectable,
|
|
138
139
|
args: [{ providedIn: "root" }]
|
|
139
140
|
}] });
|
|
@@ -185,10 +186,10 @@ class GlobalTermService {
|
|
|
185
186
|
return "EN";
|
|
186
187
|
return "EN";
|
|
187
188
|
}
|
|
188
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
189
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.
|
|
189
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: GlobalTermService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
190
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: GlobalTermService, providedIn: "root" });
|
|
190
191
|
}
|
|
191
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
192
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: GlobalTermService, decorators: [{
|
|
192
193
|
type: Injectable,
|
|
193
194
|
args: [{ providedIn: "root" }]
|
|
194
195
|
}], ctorParameters: () => [] });
|
|
@@ -210,11 +211,11 @@ class TermPipe {
|
|
|
210
211
|
return term.toUpperCase();
|
|
211
212
|
return term;
|
|
212
213
|
}
|
|
213
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
214
|
-
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "20.3.
|
|
215
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.
|
|
214
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: TermPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
|
|
215
|
+
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "20.3.21", ngImport: i0, type: TermPipe, isStandalone: true, name: "term" });
|
|
216
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: TermPipe, providedIn: "root" });
|
|
216
217
|
}
|
|
217
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
218
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: TermPipe, decorators: [{
|
|
218
219
|
type: Injectable,
|
|
219
220
|
args: [{ providedIn: "root" }]
|
|
220
221
|
}, {
|
|
@@ -267,11 +268,11 @@ class FormatAmountPipe {
|
|
|
267
268
|
maximumFractionDigits: decimalPlaces,
|
|
268
269
|
}).format(absValue);
|
|
269
270
|
}
|
|
270
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
271
|
-
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "20.3.
|
|
272
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.
|
|
271
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: FormatAmountPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
|
|
272
|
+
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "20.3.21", ngImport: i0, type: FormatAmountPipe, isStandalone: true, name: "amount" });
|
|
273
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: FormatAmountPipe, providedIn: "root" });
|
|
273
274
|
}
|
|
274
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
275
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: FormatAmountPipe, decorators: [{
|
|
275
276
|
type: Injectable,
|
|
276
277
|
args: [{
|
|
277
278
|
providedIn: "root",
|
|
@@ -292,11 +293,11 @@ class TruncatePipe {
|
|
|
292
293
|
let truncateString = value.substring(0, size);
|
|
293
294
|
return !original ? `${truncateString}...` : truncateString.toUpperCase();
|
|
294
295
|
}
|
|
295
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
296
|
-
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "20.3.
|
|
297
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.
|
|
296
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: TruncatePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
|
|
297
|
+
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "20.3.21", ngImport: i0, type: TruncatePipe, isStandalone: true, name: "truncate" });
|
|
298
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: TruncatePipe, providedIn: "root" });
|
|
298
299
|
}
|
|
299
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
300
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: TruncatePipe, decorators: [{
|
|
300
301
|
type: Injectable,
|
|
301
302
|
args: [{ providedIn: "root" }]
|
|
302
303
|
}, {
|
|
@@ -338,10 +339,10 @@ class FeatureFlagService {
|
|
|
338
339
|
GetByPageRoot(pageRoot) {
|
|
339
340
|
return this._http.get(`${this._configService.environment?.configurationPath}/FeatureFlag/${pageRoot}`);
|
|
340
341
|
}
|
|
341
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
342
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.
|
|
342
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: FeatureFlagService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
343
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: FeatureFlagService, providedIn: "root" });
|
|
343
344
|
}
|
|
344
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
345
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: FeatureFlagService, decorators: [{
|
|
345
346
|
type: Injectable,
|
|
346
347
|
args: [{ providedIn: "root" }]
|
|
347
348
|
}] });
|
|
@@ -372,10 +373,10 @@ class GlobalFeatureFlagService {
|
|
|
372
373
|
GetPageRoot() {
|
|
373
374
|
return this.pageRoot;
|
|
374
375
|
}
|
|
375
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
376
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.
|
|
376
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: GlobalFeatureFlagService, deps: [{ token: FeatureFlagService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
377
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: GlobalFeatureFlagService, providedIn: "root" });
|
|
377
378
|
}
|
|
378
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
379
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: GlobalFeatureFlagService, decorators: [{
|
|
379
380
|
type: Injectable,
|
|
380
381
|
args: [{ providedIn: "root" }]
|
|
381
382
|
}], ctorParameters: () => [{ type: FeatureFlagService }] });
|
|
@@ -435,10 +436,10 @@ class SweetAlertService {
|
|
|
435
436
|
options.confirmButtonText = confirmButtonText;
|
|
436
437
|
return Swal.fire(options);
|
|
437
438
|
}
|
|
438
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
439
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.
|
|
439
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: SweetAlertService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
440
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: SweetAlertService, providedIn: "root" });
|
|
440
441
|
}
|
|
441
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
442
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: SweetAlertService, decorators: [{
|
|
442
443
|
type: Injectable,
|
|
443
444
|
args: [{
|
|
444
445
|
providedIn: "root",
|
|
@@ -453,10 +454,10 @@ class SpinnerService {
|
|
|
453
454
|
show() {
|
|
454
455
|
this.isLoading.set(true);
|
|
455
456
|
}
|
|
456
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
457
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.
|
|
457
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: SpinnerService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
458
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: SpinnerService, providedIn: "root" });
|
|
458
459
|
}
|
|
459
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
460
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: SpinnerService, decorators: [{
|
|
460
461
|
type: Injectable,
|
|
461
462
|
args: [{ providedIn: "root" }]
|
|
462
463
|
}] });
|
|
@@ -652,10 +653,10 @@ class IntelicaSessionService {
|
|
|
652
653
|
return null;
|
|
653
654
|
}
|
|
654
655
|
}
|
|
655
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
656
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.
|
|
656
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: IntelicaSessionService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
657
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: IntelicaSessionService, providedIn: "root" });
|
|
657
658
|
}
|
|
658
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
659
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: IntelicaSessionService, decorators: [{
|
|
659
660
|
type: Injectable,
|
|
660
661
|
args: [{
|
|
661
662
|
providedIn: "root",
|
|
@@ -784,10 +785,10 @@ class PermissionsService {
|
|
|
784
785
|
});
|
|
785
786
|
return true;
|
|
786
787
|
}
|
|
787
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
788
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.
|
|
788
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: PermissionsService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
789
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: PermissionsService, providedIn: "root" });
|
|
789
790
|
}
|
|
790
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
791
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: PermissionsService, decorators: [{
|
|
791
792
|
type: Injectable,
|
|
792
793
|
args: [{
|
|
793
794
|
providedIn: "root",
|
|
@@ -855,10 +856,10 @@ class RouteGuardService {
|
|
|
855
856
|
return true;
|
|
856
857
|
});
|
|
857
858
|
}
|
|
858
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
859
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.
|
|
859
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: RouteGuardService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
860
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: RouteGuardService, providedIn: "root" });
|
|
860
861
|
}
|
|
861
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
862
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: RouteGuardService, decorators: [{
|
|
862
863
|
type: Injectable,
|
|
863
864
|
args: [{
|
|
864
865
|
providedIn: "root",
|
|
@@ -880,10 +881,10 @@ class PageRootChildGuard {
|
|
|
880
881
|
}
|
|
881
882
|
return true;
|
|
882
883
|
}
|
|
883
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
884
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.
|
|
884
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: PageRootChildGuard, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
885
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: PageRootChildGuard, providedIn: "root" });
|
|
885
886
|
}
|
|
886
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
887
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: PageRootChildGuard, decorators: [{
|
|
887
888
|
type: Injectable,
|
|
888
889
|
args: [{ providedIn: "root" }]
|
|
889
890
|
}] });
|
|
@@ -892,10 +893,10 @@ class SpinnerComponent {
|
|
|
892
893
|
spinerService = inject(SpinnerService);
|
|
893
894
|
isLoading = this.spinerService.isLoading;
|
|
894
895
|
LoadingLogo = `${window.location.origin}/assets/images/loading_intelica.gif`;
|
|
895
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
896
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.16", type: SpinnerComponent, isStandalone: true, selector: "app-spinner", ngImport: i0, template: "<div class=\"ptLoading\">\r\n\t<span class=\"ptLoading__svg\">\r\n\t\t@if (isLoading()) {\r\n\t\t\t<svg\r\n\t\t\t\txmlns=\"http://www.w3.org/2000/svg\"\r\n\t\t\t\txmlns:xlink=\"http://www.w3.org/1999/xlink\"\r\n\t\t\t\tpreserveAspectRatio=\"xMidYMid meet\"\r\n\t\t\t\twidth=\"540\"\r\n\t\t\t\theight=\"300\"\r\n\t\t\t\tviewBox=\"0 0 540 300\"\r\n\t\t\t\tstyle=\"width: 100%; height: 100%\"\r\n\t\t\t>\r\n\t\t\t\t<defs>\r\n\t\t\t\t\t<animate\r\n\t\t\t\t\t\trepeatCount=\"indefinite\"\r\n\t\t\t\t\t\tdur=\"5s\"\r\n\t\t\t\t\t\tbegin=\"0s\"\r\n\t\t\t\t\t\txlink:href=\"#_R_G_L_0_G_L_12_G\"\r\n\t\t\t\t\t\tfill=\"freeze\"\r\n\t\t\t\t\t\tattributeName=\"opacity\"\r\n\t\t\t\t\t\tfrom=\"1\"\r\n\t\t\t\t\t\tto=\"0\"\r\n\t\t\t\t\t\tkeyTimes=\"0;0.04;1\"\r\n\t\t\t\t\t\tvalues=\"1;0;0\"\r\n\t\t\t\t\t\tkeySplines=\"0.167 0.167 0.667 1;0 0 0 0\"\r\n\t\t\t\t\t\tcalcMode=\"spline\"\r\n\t\t\t\t\t/>\r\n\t\t\t\t\t<animateMotion\r\n\t\t\t\t\t\trepeatCount=\"indefinite\"\r\n\t\t\t\t\t\tdur=\"5s\"\r\n\t\t\t\t\t\tbegin=\"0s\"\r\n\t\t\t\t\t\txlink:href=\"#_R_G_L_0_G_L_12_G\"\r\n\t\t\t\t\t\tfill=\"freeze\"\r\n\t\t\t\t\t\tkeyTimes=\"0;0.04;1\"\r\n\t\t\t\t\t\tpath=\"M173.5 300 C173.5,300 81.5,300 81.5,300 C81.5,300 81.5,300 81.5,300 \"\r\n\t\t\t\t\t\tkeyPoints=\"0;1;1\"\r\n\t\t\t\t\t\tkeySplines=\"0.167 0.167 0 1;0 0 0 0\"\r\n\t\t\t\t\t\tcalcMode=\"spline\"\r\n\t\t\t\t\t/>\r\n\t\t\t\t\t<animateTransform\r\n\t\t\t\t\t\trepeatCount=\"indefinite\"\r\n\t\t\t\t\t\tdur=\"5s\"\r\n\t\t\t\t\t\tbegin=\"0s\"\r\n\t\t\t\t\t\txlink:href=\"#_R_G_L_0_G_L_12_G\"\r\n\t\t\t\t\t\tfill=\"freeze\"\r\n\t\t\t\t\t\tattributeName=\"transform\"\r\n\t\t\t\t\t\tfrom=\"0.89062 0.89062\"\r\n\t\t\t\t\t\tto=\"0.89062 0.89062\"\r\n\t\t\t\t\t\ttype=\"scale\"\r\n\t\t\t\t\t\tadditive=\"sum\"\r\n\t\t\t\t\t\tkeyTimes=\"0;1\"\r\n\t\t\t\t\t\tvalues=\"0.89062 0.89062;0.89062 0.89062\"\r\n\t\t\t\t\t\tkeySplines=\"0 0 1 1\"\r\n\t\t\t\t\t\tcalcMode=\"spline\"\r\n\t\t\t\t\t/>\r\n\t\t\t\t\t<animate\r\n\t\t\t\t\t\trepeatCount=\"indefinite\"\r\n\t\t\t\t\t\tdur=\"5s\"\r\n\t\t\t\t\t\tbegin=\"0s\"\r\n\t\t\t\t\t\txlink:href=\"#_R_G_L_0_G_L_12_G_M\"\r\n\t\t\t\t\t\tfill=\"freeze\"\r\n\t\t\t\t\t\tattributeName=\"opacity\"\r\n\t\t\t\t\t\tfrom=\"1\"\r\n\t\t\t\t\t\tto=\"0\"\r\n\t\t\t\t\t\tkeyTimes=\"0;0.2333333;0.2333333;1\"\r\n\t\t\t\t\t\tvalues=\"1;1;0;0\"\r\n\t\t\t\t\t\tkeySplines=\"0 0 0 0;0 0 0 0;0 0 0 0\"\r\n\t\t\t\t\t\tcalcMode=\"spline\"\r\n\t\t\t\t\t/>\r\n\t\t\t\t\t<animateMotion\r\n\t\t\t\t\t\trepeatCount=\"indefinite\"\r\n\t\t\t\t\t\tdur=\"5s\"\r\n\t\t\t\t\t\tbegin=\"0s\"\r\n\t\t\t\t\t\txlink:href=\"#_R_G_L_0_G_L_11_G\"\r\n\t\t\t\t\t\tfill=\"freeze\"\r\n\t\t\t\t\t\tkeyTimes=\"0;0.0733333;0.1066667;0.1333333;0.16;0.1866667;0.2;1\"\r\n\t\t\t\t\t\tpath=\"M300 300 C300,300 300,172 300,172 C300,172 300,347 300,347 C300,347 300,287 300,287 C300,287 300,306.5 300,306.5 C300,306.5 300,301.5 300,301.5 C300,301.5 300,300 300,300 C300,300 300,300 300,300 \"\r\n\t\t\t\t\t\tkeyPoints=\"0;0.33;0.78;0.93;0.98;1;1;1\"\r\n\t\t\t\t\t\tkeySplines=\"0.333 0 0 1;0.167 0.167 0.667 1;0.333 0 0.667 1;0.333 0 0.667 1;0.333 0 0.667 1;0.333 0 0.667 1;0 0 0 0\"\r\n\t\t\t\t\t\tcalcMode=\"spline\"\r\n\t\t\t\t\t/>\r\n\t\t\t\t\t<animateTransform\r\n\t\t\t\t\t\trepeatCount=\"indefinite\"\r\n\t\t\t\t\t\tdur=\"5s\"\r\n\t\t\t\t\t\tbegin=\"0s\"\r\n\t\t\t\t\t\txlink:href=\"#_R_G_L_0_G_L_11_G\"\r\n\t\t\t\t\t\tfill=\"freeze\"\r\n\t\t\t\t\t\tattributeName=\"transform\"\r\n\t\t\t\t\t\tfrom=\"3.3000000000000003 3.3000000000000003\"\r\n\t\t\t\t\t\tto=\"3.3000000000000003 3.3000000000000003\"\r\n\t\t\t\t\t\ttype=\"scale\"\r\n\t\t\t\t\t\tadditive=\"sum\"\r\n\t\t\t\t\t\tkeyTimes=\"0;1\"\r\n\t\t\t\t\t\tvalues=\"3.3000000000000003 3.3000000000000003;3.3000000000000003 3.3000000000000003\"\r\n\t\t\t\t\t\tkeySplines=\"0 0 1 1\"\r\n\t\t\t\t\t\tcalcMode=\"spline\"\r\n\t\t\t\t\t/>\r\n\t\t\t\t\t<animateTransform\r\n\t\t\t\t\t\trepeatCount=\"indefinite\"\r\n\t\t\t\t\t\tdur=\"5s\"\r\n\t\t\t\t\t\tbegin=\"0s\"\r\n\t\t\t\t\t\txlink:href=\"#_R_G_L_0_G_L_11_G\"\r\n\t\t\t\t\t\tfill=\"freeze\"\r\n\t\t\t\t\t\tattributeName=\"transform\"\r\n\t\t\t\t\t\tfrom=\"-14.5 -14.5\"\r\n\t\t\t\t\t\tto=\"-14.5 -14.5\"\r\n\t\t\t\t\t\ttype=\"translate\"\r\n\t\t\t\t\t\tadditive=\"sum\"\r\n\t\t\t\t\t\tkeyTimes=\"0;1\"\r\n\t\t\t\t\t\tvalues=\"-14.5 -14.5;-14.5 -14.5\"\r\n\t\t\t\t\t\tkeySplines=\"0 0 1 1\"\r\n\t\t\t\t\t\tcalcMode=\"spline\"\r\n\t\t\t\t\t/>\r\n\t\t\t\t\t<animate\r\n\t\t\t\t\t\trepeatCount=\"indefinite\"\r\n\t\t\t\t\t\tdur=\"5s\"\r\n\t\t\t\t\t\tbegin=\"0s\"\r\n\t\t\t\t\t\txlink:href=\"#_R_G_L_0_G_L_11_G_M\"\r\n\t\t\t\t\t\tfill=\"freeze\"\r\n\t\t\t\t\t\tattributeName=\"opacity\"\r\n\t\t\t\t\t\tfrom=\"1\"\r\n\t\t\t\t\t\tto=\"0\"\r\n\t\t\t\t\t\tkeyTimes=\"0;0.2;0.2;1\"\r\n\t\t\t\t\t\tvalues=\"1;1;0;0\"\r\n\t\t\t\t\t\tkeySplines=\"0 0 0 0;0 0 0 0;0 0 0 0\"\r\n\t\t\t\t\t\tcalcMode=\"spline\"\r\n\t\t\t\t\t/>\r\n\t\t\t\t\t<animateMotion\r\n\t\t\t\t\t\trepeatCount=\"indefinite\"\r\n\t\t\t\t\t\tdur=\"5s\"\r\n\t\t\t\t\t\tbegin=\"0s\"\r\n\t\t\t\t\t\txlink:href=\"#_R_G_L_0_G_L_10_G\"\r\n\t\t\t\t\t\tfill=\"freeze\"\r\n\t\t\t\t\t\tkeyTimes=\"0;0.2;0.2733333;0.3066667;0.3333333;0.36;0.3866667;0.4;1\"\r\n\t\t\t\t\t\tpath=\"M300 300 C300,300 300,300 300,300 C300,300 300,172 300,172 C300,172 300,347 300,347 C300,347 300,287 300,287 C300,287 300,306.5 300,306.5 C300,306.5 300,301.5 300,301.5 C300,301.5 300,300 300,300 C300,300 300,300 300,300 \"\r\n\t\t\t\t\t\tkeyPoints=\"0;0;0.33;0.78;0.93;0.98;1;1;1\"\r\n\t\t\t\t\t\tkeySplines=\"0.333 0 0 1;0.333 0 0 1;0.167 0.167 0.667 1;0.333 0 0.667 1;0.333 0 0.667 1;0.333 0 0.667 1;0.333 0 0.667 1;0 0 0 0\"\r\n\t\t\t\t\t\tcalcMode=\"spline\"\r\n\t\t\t\t\t/>\r\n\t\t\t\t\t<animateTransform\r\n\t\t\t\t\t\trepeatCount=\"indefinite\"\r\n\t\t\t\t\t\tdur=\"5s\"\r\n\t\t\t\t\t\tbegin=\"0s\"\r\n\t\t\t\t\t\txlink:href=\"#_R_G_L_0_G_L_10_G\"\r\n\t\t\t\t\t\tfill=\"freeze\"\r\n\t\t\t\t\t\tattributeName=\"transform\"\r\n\t\t\t\t\t\tfrom=\"3.3000000000000003 3.3000000000000003\"\r\n\t\t\t\t\t\tto=\"3.3000000000000003 3.3000000000000003\"\r\n\t\t\t\t\t\ttype=\"scale\"\r\n\t\t\t\t\t\tadditive=\"sum\"\r\n\t\t\t\t\t\tkeyTimes=\"0;1\"\r\n\t\t\t\t\t\tvalues=\"3.3000000000000003 3.3000000000000003;3.3000000000000003 3.3000000000000003\"\r\n\t\t\t\t\t\tkeySplines=\"0 0 1 1\"\r\n\t\t\t\t\t\tcalcMode=\"spline\"\r\n\t\t\t\t\t/>\r\n\t\t\t\t\t<animateTransform\r\n\t\t\t\t\t\trepeatCount=\"indefinite\"\r\n\t\t\t\t\t\tdur=\"5s\"\r\n\t\t\t\t\t\tbegin=\"0s\"\r\n\t\t\t\t\t\txlink:href=\"#_R_G_L_0_G_L_10_G\"\r\n\t\t\t\t\t\tfill=\"freeze\"\r\n\t\t\t\t\t\tattributeName=\"transform\"\r\n\t\t\t\t\t\tfrom=\"-14.5 -14.5\"\r\n\t\t\t\t\t\tto=\"-14.5 -14.5\"\r\n\t\t\t\t\t\ttype=\"translate\"\r\n\t\t\t\t\t\tadditive=\"sum\"\r\n\t\t\t\t\t\tkeyTimes=\"0;1\"\r\n\t\t\t\t\t\tvalues=\"-14.5 -14.5;-14.5 -14.5\"\r\n\t\t\t\t\t\tkeySplines=\"0 0 1 1\"\r\n\t\t\t\t\t\tcalcMode=\"spline\"\r\n\t\t\t\t\t/>\r\n\t\t\t\t\t<animate\r\n\t\t\t\t\t\trepeatCount=\"indefinite\"\r\n\t\t\t\t\t\tdur=\"5s\"\r\n\t\t\t\t\t\tbegin=\"0s\"\r\n\t\t\t\t\t\txlink:href=\"#_R_G_L_0_G_L_10_G_M\"\r\n\t\t\t\t\t\tfill=\"freeze\"\r\n\t\t\t\t\t\tattributeName=\"opacity\"\r\n\t\t\t\t\t\tfrom=\"0\"\r\n\t\t\t\t\t\tto=\"0\"\r\n\t\t\t\t\t\tkeyTimes=\"0;0.2;0.2000007;0.4;0.4;1\"\r\n\t\t\t\t\t\tvalues=\"0;0;1;1;0;0\"\r\n\t\t\t\t\t\tkeySplines=\"0 0 0 0;0 0 0 0;0 0 0 0;0 0 0 0;0 0 0 0\"\r\n\t\t\t\t\t\tcalcMode=\"spline\"\r\n\t\t\t\t\t/>\r\n\t\t\t\t\t<animateMotion\r\n\t\t\t\t\t\trepeatCount=\"indefinite\"\r\n\t\t\t\t\t\tdur=\"5s\"\r\n\t\t\t\t\t\tbegin=\"0s\"\r\n\t\t\t\t\t\txlink:href=\"#_R_G_L_0_G_L_9_G\"\r\n\t\t\t\t\t\tfill=\"freeze\"\r\n\t\t\t\t\t\tkeyTimes=\"0;0.4;0.4733333;0.5066667;0.5333333;0.56;0.5866667;0.6;1\"\r\n\t\t\t\t\t\tpath=\"M300 300 C300,300 300,300 300,300 C300,300 300,172 300,172 C300,172 300,347 300,347 C300,347 300,287 300,287 C300,287 300,306.5 300,306.5 C300,306.5 300,301.5 300,301.5 C300,301.5 300,300 300,300 C300,300 300,300 300,300 \"\r\n\t\t\t\t\t\tkeyPoints=\"0;0;0.33;0.78;0.93;0.98;1;1;1\"\r\n\t\t\t\t\t\tkeySplines=\"0.333 0 0 1;0.333 0 0 1;0.167 0.167 0.667 1;0.333 0 0.667 1;0.333 0 0.667 1;0.333 0 0.667 1;0.333 0 0.667 1;0 0 0 0\"\r\n\t\t\t\t\t\tcalcMode=\"spline\"\r\n\t\t\t\t\t/>\r\n\t\t\t\t\t<animateTransform\r\n\t\t\t\t\t\trepeatCount=\"indefinite\"\r\n\t\t\t\t\t\tdur=\"5s\"\r\n\t\t\t\t\t\tbegin=\"0s\"\r\n\t\t\t\t\t\txlink:href=\"#_R_G_L_0_G_L_9_G\"\r\n\t\t\t\t\t\tfill=\"freeze\"\r\n\t\t\t\t\t\tattributeName=\"transform\"\r\n\t\t\t\t\t\tfrom=\"3.3000000000000003 3.3000000000000003\"\r\n\t\t\t\t\t\tto=\"3.3000000000000003 3.3000000000000003\"\r\n\t\t\t\t\t\ttype=\"scale\"\r\n\t\t\t\t\t\tadditive=\"sum\"\r\n\t\t\t\t\t\tkeyTimes=\"0;1\"\r\n\t\t\t\t\t\tvalues=\"3.3000000000000003 3.3000000000000003;3.3000000000000003 3.3000000000000003\"\r\n\t\t\t\t\t\tkeySplines=\"0 0 1 1\"\r\n\t\t\t\t\t\tcalcMode=\"spline\"\r\n\t\t\t\t\t/>\r\n\t\t\t\t\t<animateTransform\r\n\t\t\t\t\t\trepeatCount=\"indefinite\"\r\n\t\t\t\t\t\tdur=\"5s\"\r\n\t\t\t\t\t\tbegin=\"0s\"\r\n\t\t\t\t\t\txlink:href=\"#_R_G_L_0_G_L_9_G\"\r\n\t\t\t\t\t\tfill=\"freeze\"\r\n\t\t\t\t\t\tattributeName=\"transform\"\r\n\t\t\t\t\t\tfrom=\"-14.5 -14.5\"\r\n\t\t\t\t\t\tto=\"-14.5 -14.5\"\r\n\t\t\t\t\t\ttype=\"translate\"\r\n\t\t\t\t\t\tadditive=\"sum\"\r\n\t\t\t\t\t\tkeyTimes=\"0;1\"\r\n\t\t\t\t\t\tvalues=\"-14.5 -14.5;-14.5 -14.5\"\r\n\t\t\t\t\t\tkeySplines=\"0 0 1 1\"\r\n\t\t\t\t\t\tcalcMode=\"spline\"\r\n\t\t\t\t\t/>\r\n\t\t\t\t\t<animate\r\n\t\t\t\t\t\trepeatCount=\"indefinite\"\r\n\t\t\t\t\t\tdur=\"5s\"\r\n\t\t\t\t\t\tbegin=\"0s\"\r\n\t\t\t\t\t\txlink:href=\"#_R_G_L_0_G_L_9_G_M\"\r\n\t\t\t\t\t\tfill=\"freeze\"\r\n\t\t\t\t\t\tattributeName=\"opacity\"\r\n\t\t\t\t\t\tfrom=\"0\"\r\n\t\t\t\t\t\tto=\"0\"\r\n\t\t\t\t\t\tkeyTimes=\"0;0.4;0.4000007;0.6;0.6;1\"\r\n\t\t\t\t\t\tvalues=\"0;0;1;1;0;0\"\r\n\t\t\t\t\t\tkeySplines=\"0 0 0 0;0 0 0 0;0 0 0 0;0 0 0 0;0 0 0 0\"\r\n\t\t\t\t\t\tcalcMode=\"spline\"\r\n\t\t\t\t\t/>\r\n\t\t\t\t\t<animateMotion\r\n\t\t\t\t\t\trepeatCount=\"indefinite\"\r\n\t\t\t\t\t\tdur=\"5s\"\r\n\t\t\t\t\t\tbegin=\"0s\"\r\n\t\t\t\t\t\txlink:href=\"#_R_G_L_0_G_L_8_G\"\r\n\t\t\t\t\t\tfill=\"freeze\"\r\n\t\t\t\t\t\tkeyTimes=\"0;0.6;0.6733333;0.7066667;0.7333333;0.76;0.7866667;0.8;1\"\r\n\t\t\t\t\t\tpath=\"M300 300 C300,300 300,300 300,300 C300,300 300,172 300,172 C300,172 300,347 300,347 C300,347 300,287 300,287 C300,287 300,306.5 300,306.5 C300,306.5 300,301.5 300,301.5 C300,301.5 300,300 300,300 C300,300 300,300 300,300 \"\r\n\t\t\t\t\t\tkeyPoints=\"0;0;0.33;0.78;0.93;0.98;1;1;1\"\r\n\t\t\t\t\t\tkeySplines=\"0.333 0 0 1;0.333 0 0 1;0.167 0.167 0.667 1;0.333 0 0.667 1;0.333 0 0.667 1;0.333 0 0.667 1;0.333 0 0.667 1;0 0 0 0\"\r\n\t\t\t\t\t\tcalcMode=\"spline\"\r\n\t\t\t\t\t/>\r\n\t\t\t\t\t<animateTransform\r\n\t\t\t\t\t\trepeatCount=\"indefinite\"\r\n\t\t\t\t\t\tdur=\"5s\"\r\n\t\t\t\t\t\tbegin=\"0s\"\r\n\t\t\t\t\t\txlink:href=\"#_R_G_L_0_G_L_8_G\"\r\n\t\t\t\t\t\tfill=\"freeze\"\r\n\t\t\t\t\t\tattributeName=\"transform\"\r\n\t\t\t\t\t\tfrom=\"3.3000000000000003 3.3000000000000003\"\r\n\t\t\t\t\t\tto=\"3.3000000000000003 3.3000000000000003\"\r\n\t\t\t\t\t\ttype=\"scale\"\r\n\t\t\t\t\t\tadditive=\"sum\"\r\n\t\t\t\t\t\tkeyTimes=\"0;1\"\r\n\t\t\t\t\t\tvalues=\"3.3000000000000003 3.3000000000000003;3.3000000000000003 3.3000000000000003\"\r\n\t\t\t\t\t\tkeySplines=\"0 0 1 1\"\r\n\t\t\t\t\t\tcalcMode=\"spline\"\r\n\t\t\t\t\t/>\r\n\t\t\t\t\t<animateTransform\r\n\t\t\t\t\t\trepeatCount=\"indefinite\"\r\n\t\t\t\t\t\tdur=\"5s\"\r\n\t\t\t\t\t\tbegin=\"0s\"\r\n\t\t\t\t\t\txlink:href=\"#_R_G_L_0_G_L_8_G\"\r\n\t\t\t\t\t\tfill=\"freeze\"\r\n\t\t\t\t\t\tattributeName=\"transform\"\r\n\t\t\t\t\t\tfrom=\"-14.5 -14.5\"\r\n\t\t\t\t\t\tto=\"-14.5 -14.5\"\r\n\t\t\t\t\t\ttype=\"translate\"\r\n\t\t\t\t\t\tadditive=\"sum\"\r\n\t\t\t\t\t\tkeyTimes=\"0;1\"\r\n\t\t\t\t\t\tvalues=\"-14.5 -14.5;-14.5 -14.5\"\r\n\t\t\t\t\t\tkeySplines=\"0 0 1 1\"\r\n\t\t\t\t\t\tcalcMode=\"spline\"\r\n\t\t\t\t\t/>\r\n\t\t\t\t\t<animate\r\n\t\t\t\t\t\trepeatCount=\"indefinite\"\r\n\t\t\t\t\t\tdur=\"5s\"\r\n\t\t\t\t\t\tbegin=\"0s\"\r\n\t\t\t\t\t\txlink:href=\"#_R_G_L_0_G_L_8_G_M\"\r\n\t\t\t\t\t\tfill=\"freeze\"\r\n\t\t\t\t\t\tattributeName=\"opacity\"\r\n\t\t\t\t\t\tfrom=\"0\"\r\n\t\t\t\t\t\tto=\"0\"\r\n\t\t\t\t\t\tkeyTimes=\"0;0.6;0.6000007;0.8;0.8;1\"\r\n\t\t\t\t\t\tvalues=\"0;0;1;1;0;0\"\r\n\t\t\t\t\t\tkeySplines=\"0 0 0 0;0 0 0 0;0 0 0 0;0 0 0 0;0 0 0 0\"\r\n\t\t\t\t\t\tcalcMode=\"spline\"\r\n\t\t\t\t\t/>\r\n\t\t\t\t\t<animateMotion\r\n\t\t\t\t\t\trepeatCount=\"indefinite\"\r\n\t\t\t\t\t\tdur=\"5s\"\r\n\t\t\t\t\t\tbegin=\"0s\"\r\n\t\t\t\t\t\txlink:href=\"#_R_G_L_0_G_L_7_G\"\r\n\t\t\t\t\t\tfill=\"freeze\"\r\n\t\t\t\t\t\tkeyTimes=\"0;0.8;0.8733333;0.9066667;0.9333333;0.96;0.9866667;1\"\r\n\t\t\t\t\t\tpath=\"M300 300 C300,300 300,300 300,300 C300,300 300,172 300,172 C300,172 300,347 300,347 C300,347 300,287 300,287 C300,287 300,306.5 300,306.5 C300,306.5 300,301.5 300,301.5 C300,301.5 300,300 300,300 \"\r\n\t\t\t\t\t\tkeyPoints=\"0;0;0.33;0.78;0.93;0.98;1;1\"\r\n\t\t\t\t\t\tkeySplines=\"0.333 0 0 1;0.333 0 0 1;0.167 0.167 0.667 1;0.333 0 0.667 1;0.333 0 0.667 1;0.333 0 0.667 1;0.333 0 0.667 1\"\r\n\t\t\t\t\t\tcalcMode=\"spline\"\r\n\t\t\t\t\t/>\r\n\t\t\t\t\t<animateTransform\r\n\t\t\t\t\t\trepeatCount=\"indefinite\"\r\n\t\t\t\t\t\tdur=\"5s\"\r\n\t\t\t\t\t\tbegin=\"0s\"\r\n\t\t\t\t\t\txlink:href=\"#_R_G_L_0_G_L_7_G\"\r\n\t\t\t\t\t\tfill=\"freeze\"\r\n\t\t\t\t\t\tattributeName=\"transform\"\r\n\t\t\t\t\t\tfrom=\"3.3000000000000003 3.3000000000000003\"\r\n\t\t\t\t\t\tto=\"3.3000000000000003 3.3000000000000003\"\r\n\t\t\t\t\t\ttype=\"scale\"\r\n\t\t\t\t\t\tadditive=\"sum\"\r\n\t\t\t\t\t\tkeyTimes=\"0;1\"\r\n\t\t\t\t\t\tvalues=\"3.3000000000000003 3.3000000000000003;3.3000000000000003 3.3000000000000003\"\r\n\t\t\t\t\t\tkeySplines=\"0 0 1 1\"\r\n\t\t\t\t\t\tcalcMode=\"spline\"\r\n\t\t\t\t\t/>\r\n\t\t\t\t\t<animateTransform\r\n\t\t\t\t\t\trepeatCount=\"indefinite\"\r\n\t\t\t\t\t\tdur=\"5s\"\r\n\t\t\t\t\t\tbegin=\"0s\"\r\n\t\t\t\t\t\txlink:href=\"#_R_G_L_0_G_L_7_G\"\r\n\t\t\t\t\t\tfill=\"freeze\"\r\n\t\t\t\t\t\tattributeName=\"transform\"\r\n\t\t\t\t\t\tfrom=\"-14.5 -14.5\"\r\n\t\t\t\t\t\tto=\"-14.5 -14.5\"\r\n\t\t\t\t\t\ttype=\"translate\"\r\n\t\t\t\t\t\tadditive=\"sum\"\r\n\t\t\t\t\t\tkeyTimes=\"0;1\"\r\n\t\t\t\t\t\tvalues=\"-14.5 -14.5;-14.5 -14.5\"\r\n\t\t\t\t\t\tkeySplines=\"0 0 1 1\"\r\n\t\t\t\t\t\tcalcMode=\"spline\"\r\n\t\t\t\t\t/>\r\n\t\t\t\t\t<animate\r\n\t\t\t\t\t\trepeatCount=\"indefinite\"\r\n\t\t\t\t\t\tdur=\"5s\"\r\n\t\t\t\t\t\tbegin=\"0s\"\r\n\t\t\t\t\t\txlink:href=\"#_R_G_L_0_G_L_7_G_M\"\r\n\t\t\t\t\t\tfill=\"freeze\"\r\n\t\t\t\t\t\tattributeName=\"opacity\"\r\n\t\t\t\t\t\tfrom=\"0\"\r\n\t\t\t\t\t\tto=\"1\"\r\n\t\t\t\t\t\tkeyTimes=\"0;0.8;0.8000007;1\"\r\n\t\t\t\t\t\tvalues=\"0;0;1;1\"\r\n\t\t\t\t\t\tkeySplines=\"0 0 0 0;0 0 0 0;0 0 0 0\"\r\n\t\t\t\t\t\tcalcMode=\"spline\"\r\n\t\t\t\t\t/>\r\n\t\t\t\t\t<animateMotion\r\n\t\t\t\t\t\trepeatCount=\"indefinite\"\r\n\t\t\t\t\t\tdur=\"5s\"\r\n\t\t\t\t\t\tbegin=\"0s\"\r\n\t\t\t\t\t\txlink:href=\"#_R_G_L_0_G_L_6_G\"\r\n\t\t\t\t\t\tfill=\"freeze\"\r\n\t\t\t\t\t\tkeyTimes=\"0;1\"\r\n\t\t\t\t\t\tpath=\"M300 300 C300,300 300,300 300,300 \"\r\n\t\t\t\t\t\tkeyPoints=\"0;1\"\r\n\t\t\t\t\t\tkeySplines=\"0.333 0 0 1\"\r\n\t\t\t\t\t\tcalcMode=\"spline\"\r\n\t\t\t\t\t/>\r\n\t\t\t\t\t<animateTransform\r\n\t\t\t\t\t\trepeatCount=\"indefinite\"\r\n\t\t\t\t\t\tdur=\"5s\"\r\n\t\t\t\t\t\tbegin=\"0s\"\r\n\t\t\t\t\t\txlink:href=\"#_R_G_L_0_G_L_6_G\"\r\n\t\t\t\t\t\tfill=\"freeze\"\r\n\t\t\t\t\t\tattributeName=\"transform\"\r\n\t\t\t\t\t\tfrom=\"3.3000000000000003 3.3000000000000003\"\r\n\t\t\t\t\t\tto=\"3.3000000000000003 3.3000000000000003\"\r\n\t\t\t\t\t\ttype=\"scale\"\r\n\t\t\t\t\t\tadditive=\"sum\"\r\n\t\t\t\t\t\tkeyTimes=\"0;1\"\r\n\t\t\t\t\t\tvalues=\"3.3000000000000003 3.3000000000000003;3.3000000000000003 3.3000000000000003\"\r\n\t\t\t\t\t\tkeySplines=\"0 0 1 1\"\r\n\t\t\t\t\t\tcalcMode=\"spline\"\r\n\t\t\t\t\t/>\r\n\t\t\t\t\t<animateTransform\r\n\t\t\t\t\t\trepeatCount=\"indefinite\"\r\n\t\t\t\t\t\tdur=\"5s\"\r\n\t\t\t\t\t\tbegin=\"0s\"\r\n\t\t\t\t\t\txlink:href=\"#_R_G_L_0_G_L_6_G\"\r\n\t\t\t\t\t\tfill=\"freeze\"\r\n\t\t\t\t\t\tattributeName=\"transform\"\r\n\t\t\t\t\t\tfrom=\"-14.5 -14.5\"\r\n\t\t\t\t\t\tto=\"-14.5 -14.5\"\r\n\t\t\t\t\t\ttype=\"translate\"\r\n\t\t\t\t\t\tadditive=\"sum\"\r\n\t\t\t\t\t\tkeyTimes=\"0;1\"\r\n\t\t\t\t\t\tvalues=\"-14.5 -14.5;-14.5 -14.5\"\r\n\t\t\t\t\t\tkeySplines=\"0 0 1 1\"\r\n\t\t\t\t\t\tcalcMode=\"spline\"\r\n\t\t\t\t\t/>\r\n\t\t\t\t\t<animate\r\n\t\t\t\t\t\trepeatCount=\"indefinite\"\r\n\t\t\t\t\t\tdur=\"5s\"\r\n\t\t\t\t\t\tbegin=\"0s\"\r\n\t\t\t\t\t\txlink:href=\"#_R_G_L_0_G_L_6_G_M\"\r\n\t\t\t\t\t\tfill=\"freeze\"\r\n\t\t\t\t\t\tattributeName=\"opacity\"\r\n\t\t\t\t\t\tfrom=\"0\"\r\n\t\t\t\t\t\tto=\"0\"\r\n\t\t\t\t\t\tkeyTimes=\"0;1\"\r\n\t\t\t\t\t\tvalues=\"0;0\"\r\n\t\t\t\t\t\tkeySplines=\"0 0 0 0\"\r\n\t\t\t\t\t\tcalcMode=\"spline\"\r\n\t\t\t\t\t/>\r\n\t\t\t\t\t<animate\r\n\t\t\t\t\t\trepeatCount=\"indefinite\"\r\n\t\t\t\t\t\tdur=\"5s\"\r\n\t\t\t\t\t\tbegin=\"0s\"\r\n\t\t\t\t\t\txlink:href=\"#_R_G_L_0_G_L_5_G\"\r\n\t\t\t\t\t\tfill=\"freeze\"\r\n\t\t\t\t\t\tattributeName=\"opacity\"\r\n\t\t\t\t\t\tfrom=\"1\"\r\n\t\t\t\t\t\tto=\"0\"\r\n\t\t\t\t\t\tkeyTimes=\"0;0.2333333;0.2733333;1\"\r\n\t\t\t\t\t\tvalues=\"1;1;0;0\"\r\n\t\t\t\t\t\tkeySplines=\"0.167 0.167 0.667 1;0.167 0.167 0.667 1;0 0 0 0\"\r\n\t\t\t\t\t\tcalcMode=\"spline\"\r\n\t\t\t\t\t/>\r\n\t\t\t\t\t<animateMotion\r\n\t\t\t\t\t\trepeatCount=\"indefinite\"\r\n\t\t\t\t\t\tdur=\"5s\"\r\n\t\t\t\t\t\tbegin=\"0s\"\r\n\t\t\t\t\t\txlink:href=\"#_R_G_L_0_G_L_5_G\"\r\n\t\t\t\t\t\tfill=\"freeze\"\r\n\t\t\t\t\t\tkeyTimes=\"0;0.08;0.2333333;0.2733333;1\"\r\n\t\t\t\t\t\tpath=\"M427 300 C427,300 173.5,300 173.5,300 C173.5,300 173.5,300 173.5,300 C173.5,300 81.5,300 81.5,300 C81.5,300 81.5,300 81.5,300 \"\r\n\t\t\t\t\t\tkeyPoints=\"0;0.73;0.73;1;1\"\r\n\t\t\t\t\t\tkeySplines=\"0.167 0.167 0.667 1;0.167 0.167 0.833 0.833;0.167 0.167 0 1;0 0 0 0\"\r\n\t\t\t\t\t\tcalcMode=\"spline\"\r\n\t\t\t\t\t/>\r\n\t\t\t\t\t<animateTransform\r\n\t\t\t\t\t\trepeatCount=\"indefinite\"\r\n\t\t\t\t\t\tdur=\"5s\"\r\n\t\t\t\t\t\tbegin=\"0s\"\r\n\t\t\t\t\t\txlink:href=\"#_R_G_L_0_G_L_5_G\"\r\n\t\t\t\t\t\tfill=\"freeze\"\r\n\t\t\t\t\t\tattributeName=\"transform\"\r\n\t\t\t\t\t\tfrom=\"0.89062 0.89062\"\r\n\t\t\t\t\t\tto=\"0.89062 0.89062\"\r\n\t\t\t\t\t\ttype=\"scale\"\r\n\t\t\t\t\t\tadditive=\"sum\"\r\n\t\t\t\t\t\tkeyTimes=\"0;1\"\r\n\t\t\t\t\t\tvalues=\"0.89062 0.89062;0.89062 0.89062\"\r\n\t\t\t\t\t\tkeySplines=\"0 0 1 1\"\r\n\t\t\t\t\t\tcalcMode=\"spline\"\r\n\t\t\t\t\t/>\r\n\t\t\t\t\t<animate\r\n\t\t\t\t\t\trepeatCount=\"indefinite\"\r\n\t\t\t\t\t\tdur=\"5s\"\r\n\t\t\t\t\t\tbegin=\"0s\"\r\n\t\t\t\t\t\txlink:href=\"#_R_G_L_0_G_L_5_G_M\"\r\n\t\t\t\t\t\tfill=\"freeze\"\r\n\t\t\t\t\t\tattributeName=\"opacity\"\r\n\t\t\t\t\t\tfrom=\"1\"\r\n\t\t\t\t\t\tto=\"0\"\r\n\t\t\t\t\t\tkeyTimes=\"0;0.28;0.28;1\"\r\n\t\t\t\t\t\tvalues=\"1;1;0;0\"\r\n\t\t\t\t\t\tkeySplines=\"0 0 0 0;0 0 0 0;0 0 0 0\"\r\n\t\t\t\t\t\tcalcMode=\"spline\"\r\n\t\t\t\t\t/>\r\n\t\t\t\t\t<animate\r\n\t\t\t\t\t\trepeatCount=\"indefinite\"\r\n\t\t\t\t\t\tdur=\"5s\"\r\n\t\t\t\t\t\tbegin=\"0s\"\r\n\t\t\t\t\t\txlink:href=\"#_R_G_L_0_G_L_4_G\"\r\n\t\t\t\t\t\tfill=\"freeze\"\r\n\t\t\t\t\t\tattributeName=\"opacity\"\r\n\t\t\t\t\t\tfrom=\"0\"\r\n\t\t\t\t\t\tto=\"0\"\r\n\t\t\t\t\t\tkeyTimes=\"0;0.04;0.08;0.4666667;0.5066667;1\"\r\n\t\t\t\t\t\tvalues=\"0;0;1;1;0;0\"\r\n\t\t\t\t\t\tkeySplines=\"0.333 0 0.833 0.833;0.333 0 0.833 0.833;0.167 0.167 0.833 0.833;0.167 0.167 0.667 1;0 0 0 0\"\r\n\t\t\t\t\t\tcalcMode=\"spline\"\r\n\t\t\t\t\t/>\r\n\t\t\t\t\t<animateMotion\r\n\t\t\t\t\t\trepeatCount=\"indefinite\"\r\n\t\t\t\t\t\tdur=\"5s\"\r\n\t\t\t\t\t\tbegin=\"0s\"\r\n\t\t\t\t\t\txlink:href=\"#_R_G_L_0_G_L_4_G\"\r\n\t\t\t\t\t\tfill=\"freeze\"\r\n\t\t\t\t\t\tkeyTimes=\"0;0.04;0.08;0.2333333;0.3133333;0.4666667;0.5066667;1\"\r\n\t\t\t\t\t\tpath=\"M498 300 C498,300 498,300 498,300 C498,300 427,300 427,300 C427,300 427,300 427,300 C427,300 173.5,300 173.5,300 C173.5,300 173.5,300 173.5,300 C173.5,300 81.5,300 81.5,300 C81.5,300 81.5,300 81.5,300 \"\r\n\t\t\t\t\t\tkeyPoints=\"0;0;0.17;0.17;0.78;0.78;1;1\"\r\n\t\t\t\t\t\tkeySplines=\"0.167 0.167 0.667 1;0.167 0.167 0.667 1;0.167 0.167 0.833 0.833;0.167 0.167 0.667 1;0.167 0.167 0.833 0.833;0.167 0.167 0 1;0 0 0 0\"\r\n\t\t\t\t\t\tcalcMode=\"spline\"\r\n\t\t\t\t\t/>\r\n\t\t\t\t\t<animateTransform\r\n\t\t\t\t\t\trepeatCount=\"indefinite\"\r\n\t\t\t\t\t\tdur=\"5s\"\r\n\t\t\t\t\t\tbegin=\"0s\"\r\n\t\t\t\t\t\txlink:href=\"#_R_G_L_0_G_L_4_G\"\r\n\t\t\t\t\t\tfill=\"freeze\"\r\n\t\t\t\t\t\tattributeName=\"transform\"\r\n\t\t\t\t\t\tfrom=\"0.89062 0.89062\"\r\n\t\t\t\t\t\tto=\"0.89062 0.89062\"\r\n\t\t\t\t\t\ttype=\"scale\"\r\n\t\t\t\t\t\tadditive=\"sum\"\r\n\t\t\t\t\t\tkeyTimes=\"0;1\"\r\n\t\t\t\t\t\tvalues=\"0.89062 0.89062;0.89062 0.89062\"\r\n\t\t\t\t\t\tkeySplines=\"0 0 1 1\"\r\n\t\t\t\t\t\tcalcMode=\"spline\"\r\n\t\t\t\t\t/>\r\n\t\t\t\t\t<animate\r\n\t\t\t\t\t\trepeatCount=\"indefinite\"\r\n\t\t\t\t\t\tdur=\"5s\"\r\n\t\t\t\t\t\tbegin=\"0s\"\r\n\t\t\t\t\t\txlink:href=\"#_R_G_L_0_G_L_4_G_M\"\r\n\t\t\t\t\t\tfill=\"freeze\"\r\n\t\t\t\t\t\tattributeName=\"opacity\"\r\n\t\t\t\t\t\tfrom=\"0\"\r\n\t\t\t\t\t\tto=\"0\"\r\n\t\t\t\t\t\tkeyTimes=\"0;0.04;0.0400007;0.5133333;0.5133333;1\"\r\n\t\t\t\t\t\tvalues=\"0;0;1;1;0;0\"\r\n\t\t\t\t\t\tkeySplines=\"0 0 0 0;0 0 0 0;0 0 0 0;0 0 0 0;0 0 0 0\"\r\n\t\t\t\t\t\tcalcMode=\"spline\"\r\n\t\t\t\t\t/>\r\n\t\t\t\t\t<animate\r\n\t\t\t\t\t\trepeatCount=\"indefinite\"\r\n\t\t\t\t\t\tdur=\"5s\"\r\n\t\t\t\t\t\tbegin=\"0s\"\r\n\t\t\t\t\t\txlink:href=\"#_R_G_L_0_G_L_3_G\"\r\n\t\t\t\t\t\tfill=\"freeze\"\r\n\t\t\t\t\t\tattributeName=\"opacity\"\r\n\t\t\t\t\t\tfrom=\"0\"\r\n\t\t\t\t\t\tto=\"0\"\r\n\t\t\t\t\t\tkeyTimes=\"0;0.2333333;0.2733333;0.66;0.7;1\"\r\n\t\t\t\t\t\tvalues=\"0;0;1;1;0;0\"\r\n\t\t\t\t\t\tkeySplines=\"0.333 0 0.833 0.833;0.333 0 0.833 0.833;0.167 0.167 0.833 0.833;0.167 0.167 0.667 1;0 0 0 0\"\r\n\t\t\t\t\t\tcalcMode=\"spline\"\r\n\t\t\t\t\t/>\r\n\t\t\t\t\t<animateMotion\r\n\t\t\t\t\t\trepeatCount=\"indefinite\"\r\n\t\t\t\t\t\tdur=\"5s\"\r\n\t\t\t\t\t\tbegin=\"0s\"\r\n\t\t\t\t\t\txlink:href=\"#_R_G_L_0_G_L_3_G\"\r\n\t\t\t\t\t\tfill=\"freeze\"\r\n\t\t\t\t\t\tkeyTimes=\"0;0.2333333;0.2733333;0.4266667;0.5066667;0.66;0.7;1\"\r\n\t\t\t\t\t\tpath=\"M498 300 C498,300 498,300 498,300 C498,300 427,300 427,300 C427,300 427,300 427,300 C427,300 173.5,300 173.5,300 C173.5,300 173.5,300 173.5,300 C173.5,300 81.5,300 81.5,300 C81.5,300 81.5,300 81.5,300 \"\r\n\t\t\t\t\t\tkeyPoints=\"0;0;0.17;0.17;0.78;0.78;1;1\"\r\n\t\t\t\t\t\tkeySplines=\"0.167 0.167 0.667 1;0.167 0.167 0.667 1;0.167 0.167 0.833 0.833;0.167 0.167 0.667 1;0.167 0.167 0.833 0.833;0.167 0.167 0 1;0 0 0 0\"\r\n\t\t\t\t\t\tcalcMode=\"spline\"\r\n\t\t\t\t\t/>\r\n\t\t\t\t\t<animateTransform\r\n\t\t\t\t\t\trepeatCount=\"indefinite\"\r\n\t\t\t\t\t\tdur=\"5s\"\r\n\t\t\t\t\t\tbegin=\"0s\"\r\n\t\t\t\t\t\txlink:href=\"#_R_G_L_0_G_L_3_G\"\r\n\t\t\t\t\t\tfill=\"freeze\"\r\n\t\t\t\t\t\tattributeName=\"transform\"\r\n\t\t\t\t\t\tfrom=\"0.89062 0.89062\"\r\n\t\t\t\t\t\tto=\"0.89062 0.89062\"\r\n\t\t\t\t\t\ttype=\"scale\"\r\n\t\t\t\t\t\tadditive=\"sum\"\r\n\t\t\t\t\t\tkeyTimes=\"0;1\"\r\n\t\t\t\t\t\tvalues=\"0.89062 0.89062;0.89062 0.89062\"\r\n\t\t\t\t\t\tkeySplines=\"0 0 1 1\"\r\n\t\t\t\t\t\tcalcMode=\"spline\"\r\n\t\t\t\t\t/>\r\n\t\t\t\t\t<animate\r\n\t\t\t\t\t\trepeatCount=\"indefinite\"\r\n\t\t\t\t\t\tdur=\"5s\"\r\n\t\t\t\t\t\tbegin=\"0s\"\r\n\t\t\t\t\t\txlink:href=\"#_R_G_L_0_G_L_3_G_M\"\r\n\t\t\t\t\t\tfill=\"freeze\"\r\n\t\t\t\t\t\tattributeName=\"opacity\"\r\n\t\t\t\t\t\tfrom=\"0\"\r\n\t\t\t\t\t\tto=\"0\"\r\n\t\t\t\t\t\tkeyTimes=\"0;0.2333333;0.233334;0.7066667;0.7066667;1\"\r\n\t\t\t\t\t\tvalues=\"0;0;1;1;0;0\"\r\n\t\t\t\t\t\tkeySplines=\"0 0 0 0;0 0 0 0;0 0 0 0;0 0 0 0;0 0 0 0\"\r\n\t\t\t\t\t\tcalcMode=\"spline\"\r\n\t\t\t\t\t/>\r\n\t\t\t\t\t<animate\r\n\t\t\t\t\t\trepeatCount=\"indefinite\"\r\n\t\t\t\t\t\tdur=\"5s\"\r\n\t\t\t\t\t\tbegin=\"0s\"\r\n\t\t\t\t\t\txlink:href=\"#_R_G_L_0_G_L_2_G\"\r\n\t\t\t\t\t\tfill=\"freeze\"\r\n\t\t\t\t\t\tattributeName=\"opacity\"\r\n\t\t\t\t\t\tfrom=\"0\"\r\n\t\t\t\t\t\tto=\"0\"\r\n\t\t\t\t\t\tkeyTimes=\"0;0.4266667;0.4666667;0.8533333;0.8933333;1\"\r\n\t\t\t\t\t\tvalues=\"0;0;1;1;0;0\"\r\n\t\t\t\t\t\tkeySplines=\"0.333 0 0.833 0.833;0.333 0 0.833 0.833;0.167 0.167 0.833 0.833;0.167 0.167 0.667 1;0 0 0 0\"\r\n\t\t\t\t\t\tcalcMode=\"spline\"\r\n\t\t\t\t\t/>\r\n\t\t\t\t\t<animateMotion\r\n\t\t\t\t\t\trepeatCount=\"indefinite\"\r\n\t\t\t\t\t\tdur=\"5s\"\r\n\t\t\t\t\t\tbegin=\"0s\"\r\n\t\t\t\t\t\txlink:href=\"#_R_G_L_0_G_L_2_G\"\r\n\t\t\t\t\t\tfill=\"freeze\"\r\n\t\t\t\t\t\tkeyTimes=\"0;0.4266667;0.4666667;0.62;0.7;0.8533333;0.8933333;1\"\r\n\t\t\t\t\t\tpath=\"M498 300 C498,300 498,300 498,300 C498,300 427,300 427,300 C427,300 427,300 427,300 C427,300 173.5,300 173.5,300 C173.5,300 173.5,300 173.5,300 C173.5,300 81.5,300 81.5,300 C81.5,300 81.5,300 81.5,300 \"\r\n\t\t\t\t\t\tkeyPoints=\"0;0;0.17;0.17;0.78;0.78;1;1\"\r\n\t\t\t\t\t\tkeySplines=\"0.167 0.167 0.667 1;0.167 0.167 0.667 1;0.167 0.167 0.833 0.833;0.167 0.167 0.667 1;0.167 0.167 0.833 0.833;0.167 0.167 0 1;0 0 0 0\"\r\n\t\t\t\t\t\tcalcMode=\"spline\"\r\n\t\t\t\t\t/>\r\n\t\t\t\t\t<animateTransform\r\n\t\t\t\t\t\trepeatCount=\"indefinite\"\r\n\t\t\t\t\t\tdur=\"5s\"\r\n\t\t\t\t\t\tbegin=\"0s\"\r\n\t\t\t\t\t\txlink:href=\"#_R_G_L_0_G_L_2_G\"\r\n\t\t\t\t\t\tfill=\"freeze\"\r\n\t\t\t\t\t\tattributeName=\"transform\"\r\n\t\t\t\t\t\tfrom=\"0.89062 0.89062\"\r\n\t\t\t\t\t\tto=\"0.89062 0.89062\"\r\n\t\t\t\t\t\ttype=\"scale\"\r\n\t\t\t\t\t\tadditive=\"sum\"\r\n\t\t\t\t\t\tkeyTimes=\"0;1\"\r\n\t\t\t\t\t\tvalues=\"0.89062 0.89062;0.89062 0.89062\"\r\n\t\t\t\t\t\tkeySplines=\"0 0 1 1\"\r\n\t\t\t\t\t\tcalcMode=\"spline\"\r\n\t\t\t\t\t/>\r\n\t\t\t\t\t<animate\r\n\t\t\t\t\t\trepeatCount=\"indefinite\"\r\n\t\t\t\t\t\tdur=\"5s\"\r\n\t\t\t\t\t\tbegin=\"0s\"\r\n\t\t\t\t\t\txlink:href=\"#_R_G_L_0_G_L_2_G_M\"\r\n\t\t\t\t\t\tfill=\"freeze\"\r\n\t\t\t\t\t\tattributeName=\"opacity\"\r\n\t\t\t\t\t\tfrom=\"0\"\r\n\t\t\t\t\t\tto=\"0\"\r\n\t\t\t\t\t\tkeyTimes=\"0;0.4266667;0.4266673;0.9;0.9;1\"\r\n\t\t\t\t\t\tvalues=\"0;0;1;1;0;0\"\r\n\t\t\t\t\t\tkeySplines=\"0 0 0 0;0 0 0 0;0 0 0 0;0 0 0 0;0 0 0 0\"\r\n\t\t\t\t\t\tcalcMode=\"spline\"\r\n\t\t\t\t\t/>\r\n\t\t\t\t\t<animate\r\n\t\t\t\t\t\trepeatCount=\"indefinite\"\r\n\t\t\t\t\t\tdur=\"5s\"\r\n\t\t\t\t\t\tbegin=\"0s\"\r\n\t\t\t\t\t\txlink:href=\"#_R_G_L_0_G_L_1_G\"\r\n\t\t\t\t\t\tfill=\"freeze\"\r\n\t\t\t\t\t\tattributeName=\"opacity\"\r\n\t\t\t\t\t\tfrom=\"0\"\r\n\t\t\t\t\t\tto=\"1\"\r\n\t\t\t\t\t\tkeyTimes=\"0;0.62;0.66;1\"\r\n\t\t\t\t\t\tvalues=\"0;0;1;1\"\r\n\t\t\t\t\t\tkeySplines=\"0.333 0 0.833 0.833;0.333 0 0.833 0.833;0 0 0 0\"\r\n\t\t\t\t\t\tcalcMode=\"spline\"\r\n\t\t\t\t\t/>\r\n\t\t\t\t\t<animateMotion\r\n\t\t\t\t\t\trepeatCount=\"indefinite\"\r\n\t\t\t\t\t\tdur=\"5s\"\r\n\t\t\t\t\t\tbegin=\"0s\"\r\n\t\t\t\t\t\txlink:href=\"#_R_G_L_0_G_L_1_G\"\r\n\t\t\t\t\t\tfill=\"freeze\"\r\n\t\t\t\t\t\tkeyTimes=\"0;0.62;0.66;0.8133333;0.8933333;1\"\r\n\t\t\t\t\t\tpath=\"M498 300 C498,300 498,300 498,300 C498,300 427,300 427,300 C427,300 427,300 427,300 C427,300 173.5,300 173.5,300 C173.5,300 173.5,300 173.5,300 \"\r\n\t\t\t\t\t\tkeyPoints=\"0;0;0.22;0.22;1;1\"\r\n\t\t\t\t\t\tkeySplines=\"0.167 0.167 0.667 1;0.167 0.167 0.667 1;0.167 0.167 0.833 0.833;0.167 0.167 0.667 1;0 0 0 0\"\r\n\t\t\t\t\t\tcalcMode=\"spline\"\r\n\t\t\t\t\t/>\r\n\t\t\t\t\t<animateTransform\r\n\t\t\t\t\t\trepeatCount=\"indefinite\"\r\n\t\t\t\t\t\tdur=\"5s\"\r\n\t\t\t\t\t\tbegin=\"0s\"\r\n\t\t\t\t\t\txlink:href=\"#_R_G_L_0_G_L_1_G\"\r\n\t\t\t\t\t\tfill=\"freeze\"\r\n\t\t\t\t\t\tattributeName=\"transform\"\r\n\t\t\t\t\t\tfrom=\"0.89062 0.89062\"\r\n\t\t\t\t\t\tto=\"0.89062 0.89062\"\r\n\t\t\t\t\t\ttype=\"scale\"\r\n\t\t\t\t\t\tadditive=\"sum\"\r\n\t\t\t\t\t\tkeyTimes=\"0;1\"\r\n\t\t\t\t\t\tvalues=\"0.89062 0.89062;0.89062 0.89062\"\r\n\t\t\t\t\t\tkeySplines=\"0 0 1 1\"\r\n\t\t\t\t\t\tcalcMode=\"spline\"\r\n\t\t\t\t\t/>\r\n\t\t\t\t\t<animate\r\n\t\t\t\t\t\trepeatCount=\"indefinite\"\r\n\t\t\t\t\t\tdur=\"5s\"\r\n\t\t\t\t\t\tbegin=\"0s\"\r\n\t\t\t\t\t\txlink:href=\"#_R_G_L_0_G_L_1_G_M\"\r\n\t\t\t\t\t\tfill=\"freeze\"\r\n\t\t\t\t\t\tattributeName=\"opacity\"\r\n\t\t\t\t\t\tfrom=\"0\"\r\n\t\t\t\t\t\tto=\"1\"\r\n\t\t\t\t\t\tkeyTimes=\"0;0.62;0.6200007;1\"\r\n\t\t\t\t\t\tvalues=\"0;0;1;1\"\r\n\t\t\t\t\t\tkeySplines=\"0 0 0 0;0 0 0 0;0 0 0 0\"\r\n\t\t\t\t\t\tcalcMode=\"spline\"\r\n\t\t\t\t\t/>\r\n\t\t\t\t\t<animate\r\n\t\t\t\t\t\trepeatCount=\"indefinite\"\r\n\t\t\t\t\t\tdur=\"5s\"\r\n\t\t\t\t\t\tbegin=\"0s\"\r\n\t\t\t\t\t\txlink:href=\"#_R_G_L_0_G_L_0_G\"\r\n\t\t\t\t\t\tfill=\"freeze\"\r\n\t\t\t\t\t\tattributeName=\"opacity\"\r\n\t\t\t\t\t\tfrom=\"0\"\r\n\t\t\t\t\t\tto=\"1\"\r\n\t\t\t\t\t\tkeyTimes=\"0;0.8533333;0.8933333;1\"\r\n\t\t\t\t\t\tvalues=\"0;0;1;1\"\r\n\t\t\t\t\t\tkeySplines=\"0.333 0 0.833 0.833;0.333 0 0.833 0.833;0 0 0 0\"\r\n\t\t\t\t\t\tcalcMode=\"spline\"\r\n\t\t\t\t\t/>\r\n\t\t\t\t\t<animateMotion\r\n\t\t\t\t\t\trepeatCount=\"indefinite\"\r\n\t\t\t\t\t\tdur=\"5s\"\r\n\t\t\t\t\t\tbegin=\"0s\"\r\n\t\t\t\t\t\txlink:href=\"#_R_G_L_0_G_L_0_G\"\r\n\t\t\t\t\t\tfill=\"freeze\"\r\n\t\t\t\t\t\tkeyTimes=\"0;0.8533333;0.8933333;1\"\r\n\t\t\t\t\t\tpath=\"M498 300 C498,300 498,300 498,300 C498,300 427,300 427,300 C427,300 427,300 427,300 \"\r\n\t\t\t\t\t\tkeyPoints=\"0;0;1;1\"\r\n\t\t\t\t\t\tkeySplines=\"0.167 0.167 0.667 1;0.167 0.167 0.667 1;0 0 0 0\"\r\n\t\t\t\t\t\tcalcMode=\"spline\"\r\n\t\t\t\t\t/>\r\n\t\t\t\t\t<animateTransform\r\n\t\t\t\t\t\trepeatCount=\"indefinite\"\r\n\t\t\t\t\t\tdur=\"5s\"\r\n\t\t\t\t\t\tbegin=\"0s\"\r\n\t\t\t\t\t\txlink:href=\"#_R_G_L_0_G_L_0_G\"\r\n\t\t\t\t\t\tfill=\"freeze\"\r\n\t\t\t\t\t\tattributeName=\"transform\"\r\n\t\t\t\t\t\tfrom=\"0.89062 0.89062\"\r\n\t\t\t\t\t\tto=\"0.89062 0.89062\"\r\n\t\t\t\t\t\ttype=\"scale\"\r\n\t\t\t\t\t\tadditive=\"sum\"\r\n\t\t\t\t\t\tkeyTimes=\"0;1\"\r\n\t\t\t\t\t\tvalues=\"0.89062 0.89062;0.89062 0.89062\"\r\n\t\t\t\t\t\tkeySplines=\"0 0 1 1\"\r\n\t\t\t\t\t\tcalcMode=\"spline\"\r\n\t\t\t\t\t/>\r\n\t\t\t\t\t<animate\r\n\t\t\t\t\t\trepeatCount=\"indefinite\"\r\n\t\t\t\t\t\tdur=\"5s\"\r\n\t\t\t\t\t\tbegin=\"0s\"\r\n\t\t\t\t\t\txlink:href=\"#_R_G_L_0_G_L_0_G_M\"\r\n\t\t\t\t\t\tfill=\"freeze\"\r\n\t\t\t\t\t\tattributeName=\"opacity\"\r\n\t\t\t\t\t\tfrom=\"0\"\r\n\t\t\t\t\t\tto=\"1\"\r\n\t\t\t\t\t\tkeyTimes=\"0;0.8533333;0.853334;1\"\r\n\t\t\t\t\t\tvalues=\"0;0;1;1\"\r\n\t\t\t\t\t\tkeySplines=\"0 0 0 0;0 0 0 0;0 0 0 0\"\r\n\t\t\t\t\t\tcalcMode=\"spline\"\r\n\t\t\t\t\t/>\r\n\t\t\t\t\t<animate attributeType=\"XML\" attributeName=\"opacity\" dur=\"5s\" from=\"0\" to=\"1\" xlink:href=\"#time_group\" />\r\n\t\t\t\t</defs>\r\n\t\t\t\t<g id=\"_R_G\">\r\n\t\t\t\t\t<g id=\"_R_G_L_0_G\" transform=\" translate(270, 196) translate(-300, -300)\">\r\n\t\t\t\t\t\t<g id=\"_R_G_L_0_G_L_12_G_M\">\r\n\t\t\t\t\t\t\t<g id=\"_R_G_L_0_G_L_12_G\">\r\n\t\t\t\t\t\t\t\t<path\r\n\t\t\t\t\t\t\t\t\tid=\"_R_G_L_0_G_L_12_G_D_0_P_0\"\r\n\t\t\t\t\t\t\t\t\tfill=\"#21409a\"\r\n\t\t\t\t\t\t\t\t\tfill-opacity=\"1\"\r\n\t\t\t\t\t\t\t\t\tfill-rule=\"nonzero\"\r\n\t\t\t\t\t\t\t\t\td=\" M0 -30 C16.56,-30 30,-16.56 30,0 C30,16.56 16.56,30 0,30 C-16.56,30 -30,16.56 -30,0 C-30,-16.56 -16.56,-30 0,-30z \"\r\n\t\t\t\t\t\t\t\t/>\r\n\t\t\t\t\t\t\t</g>\r\n\t\t\t\t\t\t</g>\r\n\t\t\t\t\t\t<g id=\"_R_G_L_0_G_L_11_G_M\">\r\n\t\t\t\t\t\t\t<g id=\"_R_G_L_0_G_L_11_G\">\r\n\t\t\t\t\t\t\t\t<path\r\n\t\t\t\t\t\t\t\t\tid=\"_R_G_L_0_G_L_11_G_D_0_P_0\"\r\n\t\t\t\t\t\t\t\t\tfill=\"#21409a\"\r\n\t\t\t\t\t\t\t\t\tfill-opacity=\"1\"\r\n\t\t\t\t\t\t\t\t\tfill-rule=\"nonzero\"\r\n\t\t\t\t\t\t\t\t\td=\" M3.63 23.8 C3.63,23.8 8.05,27.83 24.33,20.28 C24.33,20.28 26.42,16.28 26.42,16.28 C26.42,16.28 27,14.81 27,14.81 C27,14.81 16.7,22.26 5.84,19.04 C2.26,17.97 3.63,23.8 3.63,23.8z \"\r\n\t\t\t\t\t\t\t\t/>\r\n\t\t\t\t\t\t\t\t<path\r\n\t\t\t\t\t\t\t\t\tid=\"_R_G_L_0_G_L_11_G_D_1_P_0\"\r\n\t\t\t\t\t\t\t\t\tfill=\"#21409a\"\r\n\t\t\t\t\t\t\t\t\tfill-opacity=\"1\"\r\n\t\t\t\t\t\t\t\t\tfill-rule=\"nonzero\"\r\n\t\t\t\t\t\t\t\t\td=\" M9.41 27.76 C9.41,27.76 14.46,29.73 21.79,25.65 C21.79,25.65 23.71,24.43 23.71,24.43 C23.71,24.43 24.71,23.23 24.71,23.23 C24.71,23.23 17.24,26.84 10.74,24.91 C8.59,24.28 9.41,27.76 9.41,27.76z \"\r\n\t\t\t\t\t\t\t\t/>\r\n\t\t\t\t\t\t\t\t<path\r\n\t\t\t\t\t\t\t\t\tid=\"_R_G_L_0_G_L_11_G_D_2_P_0\"\r\n\t\t\t\t\t\t\t\t\tfill=\"#21409a\"\r\n\t\t\t\t\t\t\t\t\tfill-opacity=\"1\"\r\n\t\t\t\t\t\t\t\t\tfill-rule=\"nonzero\"\r\n\t\t\t\t\t\t\t\t\td=\" M0.09 15.87 C0.09,15.87 11.11,22.24 26.48,10.22 C26.48,10.22 24.78,5.86 24.78,5.86 C24.78,5.86 15.46,14.09 3.98,10.46 C0.1,9.23 0.09,15.87 0.09,15.87z \"\r\n\t\t\t\t\t\t\t\t/>\r\n\t\t\t\t\t\t\t\t<path\r\n\t\t\t\t\t\t\t\t\tid=\"_R_G_L_0_G_L_11_G_D_3_P_0\"\r\n\t\t\t\t\t\t\t\t\tfill=\"#21409a\"\r\n\t\t\t\t\t\t\t\t\tfill-opacity=\"1\"\r\n\t\t\t\t\t\t\t\t\tfill-rule=\"nonzero\"\r\n\t\t\t\t\t\t\t\t\td=\" M2.09 6.86 C2.09,6.86 10.72,10.88 22.35,3.43 C22.35,3.43 18.54,1.51 18.54,1.51 C18.54,1.51 15.04,5.07 5.34,3.53 C5.34,3.53 2.09,6.86 2.09,6.86z \"\r\n\t\t\t\t\t\t\t\t/>\r\n\t\t\t\t\t\t\t\t<path\r\n\t\t\t\t\t\t\t\t\tid=\"_R_G_L_0_G_L_11_G_D_4_P_0\"\r\n\t\t\t\t\t\t\t\t\tfill=\"#ff860d\"\r\n\t\t\t\t\t\t\t\t\tfill-opacity=\"1\"\r\n\t\t\t\t\t\t\t\t\tfill-rule=\"nonzero\"\r\n\t\t\t\t\t\t\t\t\td=\" M23.39 3.26 C22.15,2.23 20.73,1.42 19.19,0.86 C16.82,2.31 13.88,3.87 10.5,5.21 C6.5,6.81 3.12,8.7 0.55,10.37 C0.19,11.62 0,12.94 0,14.31 C0,14.84 0.03,15.36 0.09,15.87 C2.76,13.92 7.09,11.14 12.63,8.94 C17.07,7.17 20.74,5.04 23.39,3.26 C23.39,3.26 23.39,3.26 23.39,3.26z \"\r\n\t\t\t\t\t\t\t\t/>\r\n\t\t\t\t\t\t\t\t<path\r\n\t\t\t\t\t\t\t\t\tid=\"_R_G_L_0_G_L_11_G_D_5_P_0\"\r\n\t\t\t\t\t\t\t\t\tfill=\"#ff860d\"\r\n\t\t\t\t\t\t\t\t\tfill-opacity=\"1\"\r\n\t\t\t\t\t\t\t\t\tfill-rule=\"nonzero\"\r\n\t\t\t\t\t\t\t\t\td=\" M16.12 0.11 C15.52,0.04 14.92,0 14.31,0 C9.14,0 4.61,2.74 2.09,6.85 C4.2,5.65 6.65,4.41 9.41,3.31 C11.9,2.32 14.15,1.21 16.12,0.11z \"\r\n\t\t\t\t\t\t\t\t/>\r\n\t\t\t\t\t\t\t\t<path\r\n\t\t\t\t\t\t\t\t\tid=\"_R_G_L_0_G_L_11_G_D_6_P_0\"\r\n\t\t\t\t\t\t\t\t\tfill=\"#ff860d\"\r\n\t\t\t\t\t\t\t\t\tfill-opacity=\"1\"\r\n\t\t\t\t\t\t\t\t\tfill-rule=\"nonzero\"\r\n\t\t\t\t\t\t\t\t\td=\" M28.01 18.42 C28.4,17.12 28.61,15.74 28.61,14.31 C28.61,13.97 28.6,13.63 28.58,13.3 C25.91,15.1 22.2,17.28 17.68,19.08 C12.45,21.16 8.31,23.74 5.61,25.67 C6.79,26.57 8.12,27.3 9.56,27.81 C11.97,26.32 14.96,24.71 18.43,23.33 C22.25,21.82 25.49,20.03 28.01,18.42z \"\r\n\t\t\t\t\t\t\t\t/>\r\n\t\t\t\t\t\t\t\t<path\r\n\t\t\t\t\t\t\t\t\tid=\"_R_G_L_0_G_L_11_G_D_7_P_0\"\r\n\t\t\t\t\t\t\t\t\tfill=\"#ff860d\"\r\n\t\t\t\t\t\t\t\t\tfill-opacity=\"1\"\r\n\t\t\t\t\t\t\t\t\tfill-rule=\"nonzero\"\r\n\t\t\t\t\t\t\t\t\td=\" M28.08 10.43 C27.52,8.42 26.53,6.6 25.22,5.06 C22.53,6.9 18.67,9.21 13.93,11.1 C7.84,13.52 3.22,16.63 0.65,18.58 C1.26,20.55 2.29,22.33 3.63,23.83 C6.31,21.88 10.6,19.16 16.06,16.98 C21.25,14.92 25.38,12.35 28.08,10.43 C28.08,10.43 28.08,10.43 28.08,10.43z \"\r\n\t\t\t\t\t\t\t\t/>\r\n\t\t\t\t\t\t\t\t<path\r\n\t\t\t\t\t\t\t\t\tid=\"_R_G_L_0_G_L_11_G_D_8_P_0\"\r\n\t\t\t\t\t\t\t\t\tfill=\"#ff860d\"\r\n\t\t\t\t\t\t\t\t\tfill-opacity=\"1\"\r\n\t\t\t\t\t\t\t\t\tfill-rule=\"nonzero\"\r\n\t\t\t\t\t\t\t\t\td=\" M19.61 25.03 C16.91,26.1 14.51,27.31 12.44,28.49 C13.05,28.57 13.67,28.61 14.31,28.61 C19.5,28.61 24.05,25.84 26.56,21.7 C24.54,22.84 22.21,24 19.61,25.03 C19.61,25.03 19.61,25.03 19.61,25.03z \"\r\n\t\t\t\t\t\t\t\t/>\r\n\t\t\t\t\t\t\t</g>\r\n\t\t\t\t\t\t</g>\r\n\t\t\t\t\t\t<g id=\"_R_G_L_0_G_L_10_G_M\">\r\n\t\t\t\t\t\t\t<g id=\"_R_G_L_0_G_L_10_G\">\r\n\t\t\t\t\t\t\t\t<path\r\n\t\t\t\t\t\t\t\t\tid=\"_R_G_L_0_G_L_10_G_D_0_P_0\"\r\n\t\t\t\t\t\t\t\t\tfill=\"#21409a\"\r\n\t\t\t\t\t\t\t\t\tfill-opacity=\"1\"\r\n\t\t\t\t\t\t\t\t\tfill-rule=\"nonzero\"\r\n\t\t\t\t\t\t\t\t\td=\" M3.63 23.8 C3.63,23.8 8.05,27.83 24.33,20.28 C24.33,20.28 26.42,16.28 26.42,16.28 C26.42,16.28 27,14.81 27,14.81 C27,14.81 16.7,22.26 5.84,19.04 C2.26,17.97 3.63,23.8 3.63,23.8z \"\r\n\t\t\t\t\t\t\t\t/>\r\n\t\t\t\t\t\t\t\t<path\r\n\t\t\t\t\t\t\t\t\tid=\"_R_G_L_0_G_L_10_G_D_1_P_0\"\r\n\t\t\t\t\t\t\t\t\tfill=\"#21409a\"\r\n\t\t\t\t\t\t\t\t\tfill-opacity=\"1\"\r\n\t\t\t\t\t\t\t\t\tfill-rule=\"nonzero\"\r\n\t\t\t\t\t\t\t\t\td=\" M9.41 27.76 C9.41,27.76 14.46,29.73 21.79,25.65 C21.79,25.65 23.71,24.43 23.71,24.43 C23.71,24.43 24.71,23.23 24.71,23.23 C24.71,23.23 17.24,26.84 10.74,24.91 C8.59,24.28 9.41,27.76 9.41,27.76z \"\r\n\t\t\t\t\t\t\t\t/>\r\n\t\t\t\t\t\t\t\t<path\r\n\t\t\t\t\t\t\t\t\tid=\"_R_G_L_0_G_L_10_G_D_2_P_0\"\r\n\t\t\t\t\t\t\t\t\tfill=\"#21409a\"\r\n\t\t\t\t\t\t\t\t\tfill-opacity=\"1\"\r\n\t\t\t\t\t\t\t\t\tfill-rule=\"nonzero\"\r\n\t\t\t\t\t\t\t\t\td=\" M0.09 15.87 C0.09,15.87 11.11,22.24 26.48,10.22 C26.48,10.22 24.78,5.86 24.78,5.86 C24.78,5.86 15.46,14.09 3.98,10.46 C0.1,9.23 0.09,15.87 0.09,15.87z \"\r\n\t\t\t\t\t\t\t\t/>\r\n\t\t\t\t\t\t\t\t<path\r\n\t\t\t\t\t\t\t\t\tid=\"_R_G_L_0_G_L_10_G_D_3_P_0\"\r\n\t\t\t\t\t\t\t\t\tfill=\"#21409a\"\r\n\t\t\t\t\t\t\t\t\tfill-opacity=\"1\"\r\n\t\t\t\t\t\t\t\t\tfill-rule=\"nonzero\"\r\n\t\t\t\t\t\t\t\t\td=\" M2.09 6.86 C2.09,6.86 10.72,10.88 22.35,3.43 C22.35,3.43 18.54,1.51 18.54,1.51 C18.54,1.51 15.04,5.07 5.34,3.53 C5.34,3.53 2.09,6.86 2.09,6.86z \"\r\n\t\t\t\t\t\t\t\t/>\r\n\t\t\t\t\t\t\t\t<path\r\n\t\t\t\t\t\t\t\t\tid=\"_R_G_L_0_G_L_10_G_D_4_P_0\"\r\n\t\t\t\t\t\t\t\t\tfill=\"#ff860d\"\r\n\t\t\t\t\t\t\t\t\tfill-opacity=\"1\"\r\n\t\t\t\t\t\t\t\t\tfill-rule=\"nonzero\"\r\n\t\t\t\t\t\t\t\t\td=\" M23.39 3.26 C22.15,2.23 20.73,1.42 19.19,0.86 C16.82,2.31 13.88,3.87 10.5,5.21 C6.5,6.81 3.12,8.7 0.55,10.37 C0.19,11.62 0,12.94 0,14.31 C0,14.84 0.03,15.36 0.09,15.87 C2.76,13.92 7.09,11.14 12.63,8.94 C17.07,7.17 20.74,5.04 23.39,3.26 C23.39,3.26 23.39,3.26 23.39,3.26z \"\r\n\t\t\t\t\t\t\t\t/>\r\n\t\t\t\t\t\t\t\t<path\r\n\t\t\t\t\t\t\t\t\tid=\"_R_G_L_0_G_L_10_G_D_5_P_0\"\r\n\t\t\t\t\t\t\t\t\tfill=\"#ff860d\"\r\n\t\t\t\t\t\t\t\t\tfill-opacity=\"1\"\r\n\t\t\t\t\t\t\t\t\tfill-rule=\"nonzero\"\r\n\t\t\t\t\t\t\t\t\td=\" M16.12 0.11 C15.52,0.04 14.92,0 14.31,0 C9.14,0 4.61,2.74 2.09,6.85 C4.2,5.65 6.65,4.41 9.41,3.31 C11.9,2.32 14.15,1.21 16.12,0.11z \"\r\n\t\t\t\t\t\t\t\t/>\r\n\t\t\t\t\t\t\t\t<path\r\n\t\t\t\t\t\t\t\t\tid=\"_R_G_L_0_G_L_10_G_D_6_P_0\"\r\n\t\t\t\t\t\t\t\t\tfill=\"#ff860d\"\r\n\t\t\t\t\t\t\t\t\tfill-opacity=\"1\"\r\n\t\t\t\t\t\t\t\t\tfill-rule=\"nonzero\"\r\n\t\t\t\t\t\t\t\t\td=\" M28.01 18.42 C28.4,17.12 28.61,15.74 28.61,14.31 C28.61,13.97 28.6,13.63 28.58,13.3 C25.91,15.1 22.2,17.28 17.68,19.08 C12.45,21.16 8.31,23.74 5.61,25.67 C6.79,26.57 8.12,27.3 9.56,27.81 C11.97,26.32 14.96,24.71 18.43,23.33 C22.25,21.82 25.49,20.03 28.01,18.42z \"\r\n\t\t\t\t\t\t\t\t/>\r\n\t\t\t\t\t\t\t\t<path\r\n\t\t\t\t\t\t\t\t\tid=\"_R_G_L_0_G_L_10_G_D_7_P_0\"\r\n\t\t\t\t\t\t\t\t\tfill=\"#ff860d\"\r\n\t\t\t\t\t\t\t\t\tfill-opacity=\"1\"\r\n\t\t\t\t\t\t\t\t\tfill-rule=\"nonzero\"\r\n\t\t\t\t\t\t\t\t\td=\" M28.08 10.43 C27.52,8.42 26.53,6.6 25.22,5.06 C22.53,6.9 18.67,9.21 13.93,11.1 C7.84,13.52 3.22,16.63 0.65,18.58 C1.26,20.55 2.29,22.33 3.63,23.83 C6.31,21.88 10.6,19.16 16.06,16.98 C21.25,14.92 25.38,12.35 28.08,10.43 C28.08,10.43 28.08,10.43 28.08,10.43z \"\r\n\t\t\t\t\t\t\t\t/>\r\n\t\t\t\t\t\t\t\t<path\r\n\t\t\t\t\t\t\t\t\tid=\"_R_G_L_0_G_L_10_G_D_8_P_0\"\r\n\t\t\t\t\t\t\t\t\tfill=\"#ff860d\"\r\n\t\t\t\t\t\t\t\t\tfill-opacity=\"1\"\r\n\t\t\t\t\t\t\t\t\tfill-rule=\"nonzero\"\r\n\t\t\t\t\t\t\t\t\td=\" M19.61 25.03 C16.91,26.1 14.51,27.31 12.44,28.49 C13.05,28.57 13.67,28.61 14.31,28.61 C19.5,28.61 24.05,25.84 26.56,21.7 C24.54,22.84 22.21,24 19.61,25.03 C19.61,25.03 19.61,25.03 19.61,25.03z \"\r\n\t\t\t\t\t\t\t\t/>\r\n\t\t\t\t\t\t\t</g>\r\n\t\t\t\t\t\t</g>\r\n\t\t\t\t\t\t<g id=\"_R_G_L_0_G_L_9_G_M\">\r\n\t\t\t\t\t\t\t<g id=\"_R_G_L_0_G_L_9_G\">\r\n\t\t\t\t\t\t\t\t<path\r\n\t\t\t\t\t\t\t\t\tid=\"_R_G_L_0_G_L_9_G_D_0_P_0\"\r\n\t\t\t\t\t\t\t\t\tfill=\"#21409a\"\r\n\t\t\t\t\t\t\t\t\tfill-opacity=\"1\"\r\n\t\t\t\t\t\t\t\t\tfill-rule=\"nonzero\"\r\n\t\t\t\t\t\t\t\t\td=\" M3.63 23.8 C3.63,23.8 8.05,27.83 24.33,20.28 C24.33,20.28 26.42,16.28 26.42,16.28 C26.42,16.28 27,14.81 27,14.81 C27,14.81 16.7,22.26 5.84,19.04 C2.26,17.97 3.63,23.8 3.63,23.8z \"\r\n\t\t\t\t\t\t\t\t/>\r\n\t\t\t\t\t\t\t\t<path\r\n\t\t\t\t\t\t\t\t\tid=\"_R_G_L_0_G_L_9_G_D_1_P_0\"\r\n\t\t\t\t\t\t\t\t\tfill=\"#21409a\"\r\n\t\t\t\t\t\t\t\t\tfill-opacity=\"1\"\r\n\t\t\t\t\t\t\t\t\tfill-rule=\"nonzero\"\r\n\t\t\t\t\t\t\t\t\td=\" M9.41 27.76 C9.41,27.76 14.46,29.73 21.79,25.65 C21.79,25.65 23.71,24.43 23.71,24.43 C23.71,24.43 24.71,23.23 24.71,23.23 C24.71,23.23 17.24,26.84 10.74,24.91 C8.59,24.28 9.41,27.76 9.41,27.76z \"\r\n\t\t\t\t\t\t\t\t/>\r\n\t\t\t\t\t\t\t\t<path\r\n\t\t\t\t\t\t\t\t\tid=\"_R_G_L_0_G_L_9_G_D_2_P_0\"\r\n\t\t\t\t\t\t\t\t\tfill=\"#21409a\"\r\n\t\t\t\t\t\t\t\t\tfill-opacity=\"1\"\r\n\t\t\t\t\t\t\t\t\tfill-rule=\"nonzero\"\r\n\t\t\t\t\t\t\t\t\td=\" M0.09 15.87 C0.09,15.87 11.11,22.24 26.48,10.22 C26.48,10.22 24.78,5.86 24.78,5.86 C24.78,5.86 15.46,14.09 3.98,10.46 C0.1,9.23 0.09,15.87 0.09,15.87z \"\r\n\t\t\t\t\t\t\t\t/>\r\n\t\t\t\t\t\t\t\t<path\r\n\t\t\t\t\t\t\t\t\tid=\"_R_G_L_0_G_L_9_G_D_3_P_0\"\r\n\t\t\t\t\t\t\t\t\tfill=\"#21409a\"\r\n\t\t\t\t\t\t\t\t\tfill-opacity=\"1\"\r\n\t\t\t\t\t\t\t\t\tfill-rule=\"nonzero\"\r\n\t\t\t\t\t\t\t\t\td=\" M2.09 6.86 C2.09,6.86 10.72,10.88 22.35,3.43 C22.35,3.43 18.54,1.51 18.54,1.51 C18.54,1.51 15.04,5.07 5.34,3.53 C5.34,3.53 2.09,6.86 2.09,6.86z \"\r\n\t\t\t\t\t\t\t\t/>\r\n\t\t\t\t\t\t\t\t<path\r\n\t\t\t\t\t\t\t\t\tid=\"_R_G_L_0_G_L_9_G_D_4_P_0\"\r\n\t\t\t\t\t\t\t\t\tfill=\"#ff860d\"\r\n\t\t\t\t\t\t\t\t\tfill-opacity=\"1\"\r\n\t\t\t\t\t\t\t\t\tfill-rule=\"nonzero\"\r\n\t\t\t\t\t\t\t\t\td=\" M23.39 3.26 C22.15,2.23 20.73,1.42 19.19,0.86 C16.82,2.31 13.88,3.87 10.5,5.21 C6.5,6.81 3.12,8.7 0.55,10.37 C0.19,11.62 0,12.94 0,14.31 C0,14.84 0.03,15.36 0.09,15.87 C2.76,13.92 7.09,11.14 12.63,8.94 C17.07,7.17 20.74,5.04 23.39,3.26 C23.39,3.26 23.39,3.26 23.39,3.26z \"\r\n\t\t\t\t\t\t\t\t/>\r\n\t\t\t\t\t\t\t\t<path\r\n\t\t\t\t\t\t\t\t\tid=\"_R_G_L_0_G_L_9_G_D_5_P_0\"\r\n\t\t\t\t\t\t\t\t\tfill=\"#ff860d\"\r\n\t\t\t\t\t\t\t\t\tfill-opacity=\"1\"\r\n\t\t\t\t\t\t\t\t\tfill-rule=\"nonzero\"\r\n\t\t\t\t\t\t\t\t\td=\" M16.12 0.11 C15.52,0.04 14.92,0 14.31,0 C9.14,0 4.61,2.74 2.09,6.85 C4.2,5.65 6.65,4.41 9.41,3.31 C11.9,2.32 14.15,1.21 16.12,0.11z \"\r\n\t\t\t\t\t\t\t\t/>\r\n\t\t\t\t\t\t\t\t<path\r\n\t\t\t\t\t\t\t\t\tid=\"_R_G_L_0_G_L_9_G_D_6_P_0\"\r\n\t\t\t\t\t\t\t\t\tfill=\"#ff860d\"\r\n\t\t\t\t\t\t\t\t\tfill-opacity=\"1\"\r\n\t\t\t\t\t\t\t\t\tfill-rule=\"nonzero\"\r\n\t\t\t\t\t\t\t\t\td=\" M28.01 18.42 C28.4,17.12 28.61,15.74 28.61,14.31 C28.61,13.97 28.6,13.63 28.58,13.3 C25.91,15.1 22.2,17.28 17.68,19.08 C12.45,21.16 8.31,23.74 5.61,25.67 C6.79,26.57 8.12,27.3 9.56,27.81 C11.97,26.32 14.96,24.71 18.43,23.33 C22.25,21.82 25.49,20.03 28.01,18.42z \"\r\n\t\t\t\t\t\t\t\t/>\r\n\t\t\t\t\t\t\t\t<path\r\n\t\t\t\t\t\t\t\t\tid=\"_R_G_L_0_G_L_9_G_D_7_P_0\"\r\n\t\t\t\t\t\t\t\t\tfill=\"#ff860d\"\r\n\t\t\t\t\t\t\t\t\tfill-opacity=\"1\"\r\n\t\t\t\t\t\t\t\t\tfill-rule=\"nonzero\"\r\n\t\t\t\t\t\t\t\t\td=\" M28.08 10.43 C27.52,8.42 26.53,6.6 25.22,5.06 C22.53,6.9 18.67,9.21 13.93,11.1 C7.84,13.52 3.22,16.63 0.65,18.58 C1.26,20.55 2.29,22.33 3.63,23.83 C6.31,21.88 10.6,19.16 16.06,16.98 C21.25,14.92 25.38,12.35 28.08,10.43 C28.08,10.43 28.08,10.43 28.08,10.43z \"\r\n\t\t\t\t\t\t\t\t/>\r\n\t\t\t\t\t\t\t\t<path\r\n\t\t\t\t\t\t\t\t\tid=\"_R_G_L_0_G_L_9_G_D_8_P_0\"\r\n\t\t\t\t\t\t\t\t\tfill=\"#ff860d\"\r\n\t\t\t\t\t\t\t\t\tfill-opacity=\"1\"\r\n\t\t\t\t\t\t\t\t\tfill-rule=\"nonzero\"\r\n\t\t\t\t\t\t\t\t\td=\" M19.61 25.03 C16.91,26.1 14.51,27.31 12.44,28.49 C13.05,28.57 13.67,28.61 14.31,28.61 C19.5,28.61 24.05,25.84 26.56,21.7 C24.54,22.84 22.21,24 19.61,25.03 C19.61,25.03 19.61,25.03 19.61,25.03z \"\r\n\t\t\t\t\t\t\t\t/>\r\n\t\t\t\t\t\t\t</g>\r\n\t\t\t\t\t\t</g>\r\n\t\t\t\t\t\t<g id=\"_R_G_L_0_G_L_8_G_M\">\r\n\t\t\t\t\t\t\t<g id=\"_R_G_L_0_G_L_8_G\">\r\n\t\t\t\t\t\t\t\t<path\r\n\t\t\t\t\t\t\t\t\tid=\"_R_G_L_0_G_L_8_G_D_0_P_0\"\r\n\t\t\t\t\t\t\t\t\tfill=\"#21409a\"\r\n\t\t\t\t\t\t\t\t\tfill-opacity=\"1\"\r\n\t\t\t\t\t\t\t\t\tfill-rule=\"nonzero\"\r\n\t\t\t\t\t\t\t\t\td=\" M3.63 23.8 C3.63,23.8 8.05,27.83 24.33,20.28 C24.33,20.28 26.42,16.28 26.42,16.28 C26.42,16.28 27,14.81 27,14.81 C27,14.81 16.7,22.26 5.84,19.04 C2.26,17.97 3.63,23.8 3.63,23.8z \"\r\n\t\t\t\t\t\t\t\t/>\r\n\t\t\t\t\t\t\t\t<path\r\n\t\t\t\t\t\t\t\t\tid=\"_R_G_L_0_G_L_8_G_D_1_P_0\"\r\n\t\t\t\t\t\t\t\t\tfill=\"#21409a\"\r\n\t\t\t\t\t\t\t\t\tfill-opacity=\"1\"\r\n\t\t\t\t\t\t\t\t\tfill-rule=\"nonzero\"\r\n\t\t\t\t\t\t\t\t\td=\" M9.41 27.76 C9.41,27.76 14.46,29.73 21.79,25.65 C21.79,25.65 23.71,24.43 23.71,24.43 C23.71,24.43 24.71,23.23 24.71,23.23 C24.71,23.23 17.24,26.84 10.74,24.91 C8.59,24.28 9.41,27.76 9.41,27.76z \"\r\n\t\t\t\t\t\t\t\t/>\r\n\t\t\t\t\t\t\t\t<path\r\n\t\t\t\t\t\t\t\t\tid=\"_R_G_L_0_G_L_8_G_D_2_P_0\"\r\n\t\t\t\t\t\t\t\t\tfill=\"#21409a\"\r\n\t\t\t\t\t\t\t\t\tfill-opacity=\"1\"\r\n\t\t\t\t\t\t\t\t\tfill-rule=\"nonzero\"\r\n\t\t\t\t\t\t\t\t\td=\" M0.09 15.87 C0.09,15.87 11.11,22.24 26.48,10.22 C26.48,10.22 24.78,5.86 24.78,5.86 C24.78,5.86 15.46,14.09 3.98,10.46 C0.1,9.23 0.09,15.87 0.09,15.87z \"\r\n\t\t\t\t\t\t\t\t/>\r\n\t\t\t\t\t\t\t\t<path\r\n\t\t\t\t\t\t\t\t\tid=\"_R_G_L_0_G_L_8_G_D_3_P_0\"\r\n\t\t\t\t\t\t\t\t\tfill=\"#21409a\"\r\n\t\t\t\t\t\t\t\t\tfill-opacity=\"1\"\r\n\t\t\t\t\t\t\t\t\tfill-rule=\"nonzero\"\r\n\t\t\t\t\t\t\t\t\td=\" M2.09 6.86 C2.09,6.86 10.72,10.88 22.35,3.43 C22.35,3.43 18.54,1.51 18.54,1.51 C18.54,1.51 15.04,5.07 5.34,3.53 C5.34,3.53 2.09,6.86 2.09,6.86z \"\r\n\t\t\t\t\t\t\t\t/>\r\n\t\t\t\t\t\t\t\t<path\r\n\t\t\t\t\t\t\t\t\tid=\"_R_G_L_0_G_L_8_G_D_4_P_0\"\r\n\t\t\t\t\t\t\t\t\tfill=\"#ff860d\"\r\n\t\t\t\t\t\t\t\t\tfill-opacity=\"1\"\r\n\t\t\t\t\t\t\t\t\tfill-rule=\"nonzero\"\r\n\t\t\t\t\t\t\t\t\td=\" M23.39 3.26 C22.15,2.23 20.73,1.42 19.19,0.86 C16.82,2.31 13.88,3.87 10.5,5.21 C6.5,6.81 3.12,8.7 0.55,10.37 C0.19,11.62 0,12.94 0,14.31 C0,14.84 0.03,15.36 0.09,15.87 C2.76,13.92 7.09,11.14 12.63,8.94 C17.07,7.17 20.74,5.04 23.39,3.26 C23.39,3.26 23.39,3.26 23.39,3.26z \"\r\n\t\t\t\t\t\t\t\t/>\r\n\t\t\t\t\t\t\t\t<path\r\n\t\t\t\t\t\t\t\t\tid=\"_R_G_L_0_G_L_8_G_D_5_P_0\"\r\n\t\t\t\t\t\t\t\t\tfill=\"#ff860d\"\r\n\t\t\t\t\t\t\t\t\tfill-opacity=\"1\"\r\n\t\t\t\t\t\t\t\t\tfill-rule=\"nonzero\"\r\n\t\t\t\t\t\t\t\t\td=\" M16.12 0.11 C15.52,0.04 14.92,0 14.31,0 C9.14,0 4.61,2.74 2.09,6.85 C4.2,5.65 6.65,4.41 9.41,3.31 C11.9,2.32 14.15,1.21 16.12,0.11z \"\r\n\t\t\t\t\t\t\t\t/>\r\n\t\t\t\t\t\t\t\t<path\r\n\t\t\t\t\t\t\t\t\tid=\"_R_G_L_0_G_L_8_G_D_6_P_0\"\r\n\t\t\t\t\t\t\t\t\tfill=\"#ff860d\"\r\n\t\t\t\t\t\t\t\t\tfill-opacity=\"1\"\r\n\t\t\t\t\t\t\t\t\tfill-rule=\"nonzero\"\r\n\t\t\t\t\t\t\t\t\td=\" M28.01 18.42 C28.4,17.12 28.61,15.74 28.61,14.31 C28.61,13.97 28.6,13.63 28.58,13.3 C25.91,15.1 22.2,17.28 17.68,19.08 C12.45,21.16 8.31,23.74 5.61,25.67 C6.79,26.57 8.12,27.3 9.56,27.81 C11.97,26.32 14.96,24.71 18.43,23.33 C22.25,21.82 25.49,20.03 28.01,18.42z \"\r\n\t\t\t\t\t\t\t\t/>\r\n\t\t\t\t\t\t\t\t<path\r\n\t\t\t\t\t\t\t\t\tid=\"_R_G_L_0_G_L_8_G_D_7_P_0\"\r\n\t\t\t\t\t\t\t\t\tfill=\"#ff860d\"\r\n\t\t\t\t\t\t\t\t\tfill-opacity=\"1\"\r\n\t\t\t\t\t\t\t\t\tfill-rule=\"nonzero\"\r\n\t\t\t\t\t\t\t\t\td=\" M28.08 10.43 C27.52,8.42 26.53,6.6 25.22,5.06 C22.53,6.9 18.67,9.21 13.93,11.1 C7.84,13.52 3.22,16.63 0.65,18.58 C1.26,20.55 2.29,22.33 3.63,23.83 C6.31,21.88 10.6,19.16 16.06,16.98 C21.25,14.92 25.38,12.35 28.08,10.43 C28.08,10.43 28.08,10.43 28.08,10.43z \"\r\n\t\t\t\t\t\t\t\t/>\r\n\t\t\t\t\t\t\t\t<path\r\n\t\t\t\t\t\t\t\t\tid=\"_R_G_L_0_G_L_8_G_D_8_P_0\"\r\n\t\t\t\t\t\t\t\t\tfill=\"#ff860d\"\r\n\t\t\t\t\t\t\t\t\tfill-opacity=\"1\"\r\n\t\t\t\t\t\t\t\t\tfill-rule=\"nonzero\"\r\n\t\t\t\t\t\t\t\t\td=\" M19.61 25.03 C16.91,26.1 14.51,27.31 12.44,28.49 C13.05,28.57 13.67,28.61 14.31,28.61 C19.5,28.61 24.05,25.84 26.56,21.7 C24.54,22.84 22.21,24 19.61,25.03 C19.61,25.03 19.61,25.03 19.61,25.03z \"\r\n\t\t\t\t\t\t\t\t/>\r\n\t\t\t\t\t\t\t</g>\r\n\t\t\t\t\t\t</g>\r\n\t\t\t\t\t\t<g id=\"_R_G_L_0_G_L_7_G_M\">\r\n\t\t\t\t\t\t\t<g id=\"_R_G_L_0_G_L_7_G\">\r\n\t\t\t\t\t\t\t\t<path\r\n\t\t\t\t\t\t\t\t\tid=\"_R_G_L_0_G_L_7_G_D_0_P_0\"\r\n\t\t\t\t\t\t\t\t\tfill=\"#21409a\"\r\n\t\t\t\t\t\t\t\t\tfill-opacity=\"1\"\r\n\t\t\t\t\t\t\t\t\tfill-rule=\"nonzero\"\r\n\t\t\t\t\t\t\t\t\td=\" M3.63 23.8 C3.63,23.8 8.05,27.83 24.33,20.28 C24.33,20.28 26.42,16.28 26.42,16.28 C26.42,16.28 27,14.81 27,14.81 C27,14.81 16.7,22.26 5.84,19.04 C2.26,17.97 3.63,23.8 3.63,23.8z \"\r\n\t\t\t\t\t\t\t\t/>\r\n\t\t\t\t\t\t\t\t<path\r\n\t\t\t\t\t\t\t\t\tid=\"_R_G_L_0_G_L_7_G_D_1_P_0\"\r\n\t\t\t\t\t\t\t\t\tfill=\"#21409a\"\r\n\t\t\t\t\t\t\t\t\tfill-opacity=\"1\"\r\n\t\t\t\t\t\t\t\t\tfill-rule=\"nonzero\"\r\n\t\t\t\t\t\t\t\t\td=\" M9.41 27.76 C9.41,27.76 14.46,29.73 21.79,25.65 C21.79,25.65 23.71,24.43 23.71,24.43 C23.71,24.43 24.71,23.23 24.71,23.23 C24.71,23.23 17.24,26.84 10.74,24.91 C8.59,24.28 9.41,27.76 9.41,27.76z \"\r\n\t\t\t\t\t\t\t\t/>\r\n\t\t\t\t\t\t\t\t<path\r\n\t\t\t\t\t\t\t\t\tid=\"_R_G_L_0_G_L_7_G_D_2_P_0\"\r\n\t\t\t\t\t\t\t\t\tfill=\"#21409a\"\r\n\t\t\t\t\t\t\t\t\tfill-opacity=\"1\"\r\n\t\t\t\t\t\t\t\t\tfill-rule=\"nonzero\"\r\n\t\t\t\t\t\t\t\t\td=\" M0.09 15.87 C0.09,15.87 11.11,22.24 26.48,10.22 C26.48,10.22 24.78,5.86 24.78,5.86 C24.78,5.86 15.46,14.09 3.98,10.46 C0.1,9.23 0.09,15.87 0.09,15.87z \"\r\n\t\t\t\t\t\t\t\t/>\r\n\t\t\t\t\t\t\t\t<path\r\n\t\t\t\t\t\t\t\t\tid=\"_R_G_L_0_G_L_7_G_D_3_P_0\"\r\n\t\t\t\t\t\t\t\t\tfill=\"#21409a\"\r\n\t\t\t\t\t\t\t\t\tfill-opacity=\"1\"\r\n\t\t\t\t\t\t\t\t\tfill-rule=\"nonzero\"\r\n\t\t\t\t\t\t\t\t\td=\" M2.09 6.86 C2.09,6.86 10.72,10.88 22.35,3.43 C22.35,3.43 18.54,1.51 18.54,1.51 C18.54,1.51 15.04,5.07 5.34,3.53 C5.34,3.53 2.09,6.86 2.09,6.86z \"\r\n\t\t\t\t\t\t\t\t/>\r\n\t\t\t\t\t\t\t\t<path\r\n\t\t\t\t\t\t\t\t\tid=\"_R_G_L_0_G_L_7_G_D_4_P_0\"\r\n\t\t\t\t\t\t\t\t\tfill=\"#ff860d\"\r\n\t\t\t\t\t\t\t\t\tfill-opacity=\"1\"\r\n\t\t\t\t\t\t\t\t\tfill-rule=\"nonzero\"\r\n\t\t\t\t\t\t\t\t\td=\" M23.39 3.26 C22.15,2.23 20.73,1.42 19.19,0.86 C16.82,2.31 13.88,3.87 10.5,5.21 C6.5,6.81 3.12,8.7 0.55,10.37 C0.19,11.62 0,12.94 0,14.31 C0,14.84 0.03,15.36 0.09,15.87 C2.76,13.92 7.09,11.14 12.63,8.94 C17.07,7.17 20.74,5.04 23.39,3.26 C23.39,3.26 23.39,3.26 23.39,3.26z \"\r\n\t\t\t\t\t\t\t\t/>\r\n\t\t\t\t\t\t\t\t<path\r\n\t\t\t\t\t\t\t\t\tid=\"_R_G_L_0_G_L_7_G_D_5_P_0\"\r\n\t\t\t\t\t\t\t\t\tfill=\"#ff860d\"\r\n\t\t\t\t\t\t\t\t\tfill-opacity=\"1\"\r\n\t\t\t\t\t\t\t\t\tfill-rule=\"nonzero\"\r\n\t\t\t\t\t\t\t\t\td=\" M16.12 0.11 C15.52,0.04 14.92,0 14.31,0 C9.14,0 4.61,2.74 2.09,6.85 C4.2,5.65 6.65,4.41 9.41,3.31 C11.9,2.32 14.15,1.21 16.12,0.11z \"\r\n\t\t\t\t\t\t\t\t/>\r\n\t\t\t\t\t\t\t\t<path\r\n\t\t\t\t\t\t\t\t\tid=\"_R_G_L_0_G_L_7_G_D_6_P_0\"\r\n\t\t\t\t\t\t\t\t\tfill=\"#ff860d\"\r\n\t\t\t\t\t\t\t\t\tfill-opacity=\"1\"\r\n\t\t\t\t\t\t\t\t\tfill-rule=\"nonzero\"\r\n\t\t\t\t\t\t\t\t\td=\" M28.01 18.42 C28.4,17.12 28.61,15.74 28.61,14.31 C28.61,13.97 28.6,13.63 28.58,13.3 C25.91,15.1 22.2,17.28 17.68,19.08 C12.45,21.16 8.31,23.74 5.61,25.67 C6.79,26.57 8.12,27.3 9.56,27.81 C11.97,26.32 14.96,24.71 18.43,23.33 C22.25,21.82 25.49,20.03 28.01,18.42z \"\r\n\t\t\t\t\t\t\t\t/>\r\n\t\t\t\t\t\t\t\t<path\r\n\t\t\t\t\t\t\t\t\tid=\"_R_G_L_0_G_L_7_G_D_7_P_0\"\r\n\t\t\t\t\t\t\t\t\tfill=\"#ff860d\"\r\n\t\t\t\t\t\t\t\t\tfill-opacity=\"1\"\r\n\t\t\t\t\t\t\t\t\tfill-rule=\"nonzero\"\r\n\t\t\t\t\t\t\t\t\td=\" M28.08 10.43 C27.52,8.42 26.53,6.6 25.22,5.06 C22.53,6.9 18.67,9.21 13.93,11.1 C7.84,13.52 3.22,16.63 0.65,18.58 C1.26,20.55 2.29,22.33 3.63,23.83 C6.31,21.88 10.6,19.16 16.06,16.98 C21.25,14.92 25.38,12.35 28.08,10.43 C28.08,10.43 28.08,10.43 28.08,10.43z \"\r\n\t\t\t\t\t\t\t\t/>\r\n\t\t\t\t\t\t\t\t<path\r\n\t\t\t\t\t\t\t\t\tid=\"_R_G_L_0_G_L_7_G_D_8_P_0\"\r\n\t\t\t\t\t\t\t\t\tfill=\"#ff860d\"\r\n\t\t\t\t\t\t\t\t\tfill-opacity=\"1\"\r\n\t\t\t\t\t\t\t\t\tfill-rule=\"nonzero\"\r\n\t\t\t\t\t\t\t\t\td=\" M19.61 25.03 C16.91,26.1 14.51,27.31 12.44,28.49 C13.05,28.57 13.67,28.61 14.31,28.61 C19.5,28.61 24.05,25.84 26.56,21.7 C24.54,22.84 22.21,24 19.61,25.03 C19.61,25.03 19.61,25.03 19.61,25.03z \"\r\n\t\t\t\t\t\t\t\t/>\r\n\t\t\t\t\t\t\t</g>\r\n\t\t\t\t\t\t</g>\r\n\t\t\t\t\t\t<g id=\"_R_G_L_0_G_L_6_G_M\">\r\n\t\t\t\t\t\t\t<g id=\"_R_G_L_0_G_L_6_G\">\r\n\t\t\t\t\t\t\t\t<path\r\n\t\t\t\t\t\t\t\t\tid=\"_R_G_L_0_G_L_6_G_D_0_P_0\"\r\n\t\t\t\t\t\t\t\t\tfill=\"#21409a\"\r\n\t\t\t\t\t\t\t\t\tfill-opacity=\"1\"\r\n\t\t\t\t\t\t\t\t\tfill-rule=\"nonzero\"\r\n\t\t\t\t\t\t\t\t\td=\" M3.63 23.8 C3.63,23.8 8.05,27.83 24.33,20.28 C24.33,20.28 26.42,16.28 26.42,16.28 C26.42,16.28 27,14.81 27,14.81 C27,14.81 16.7,22.26 5.84,19.04 C2.26,17.97 3.63,23.8 3.63,23.8z \"\r\n\t\t\t\t\t\t\t\t/>\r\n\t\t\t\t\t\t\t\t<path\r\n\t\t\t\t\t\t\t\t\tid=\"_R_G_L_0_G_L_6_G_D_1_P_0\"\r\n\t\t\t\t\t\t\t\t\tfill=\"#21409a\"\r\n\t\t\t\t\t\t\t\t\tfill-opacity=\"1\"\r\n\t\t\t\t\t\t\t\t\tfill-rule=\"nonzero\"\r\n\t\t\t\t\t\t\t\t\td=\" M9.41 27.76 C9.41,27.76 14.46,29.73 21.79,25.65 C21.79,25.65 23.71,24.43 23.71,24.43 C23.71,24.43 24.71,23.23 24.71,23.23 C24.71,23.23 17.24,26.84 10.74,24.91 C8.59,24.28 9.41,27.76 9.41,27.76z \"\r\n\t\t\t\t\t\t\t\t/>\r\n\t\t\t\t\t\t\t\t<path\r\n\t\t\t\t\t\t\t\t\tid=\"_R_G_L_0_G_L_6_G_D_2_P_0\"\r\n\t\t\t\t\t\t\t\t\tfill=\"#21409a\"\r\n\t\t\t\t\t\t\t\t\tfill-opacity=\"1\"\r\n\t\t\t\t\t\t\t\t\tfill-rule=\"nonzero\"\r\n\t\t\t\t\t\t\t\t\td=\" M0.09 15.87 C0.09,15.87 11.11,22.24 26.48,10.22 C26.48,10.22 24.78,5.86 24.78,5.86 C24.78,5.86 15.46,14.09 3.98,10.46 C0.1,9.23 0.09,15.87 0.09,15.87z \"\r\n\t\t\t\t\t\t\t\t/>\r\n\t\t\t\t\t\t\t\t<path\r\n\t\t\t\t\t\t\t\t\tid=\"_R_G_L_0_G_L_6_G_D_3_P_0\"\r\n\t\t\t\t\t\t\t\t\tfill=\"#21409a\"\r\n\t\t\t\t\t\t\t\t\tfill-opacity=\"1\"\r\n\t\t\t\t\t\t\t\t\tfill-rule=\"nonzero\"\r\n\t\t\t\t\t\t\t\t\td=\" M2.09 6.86 C2.09,6.86 10.72,10.88 22.35,3.43 C22.35,3.43 18.54,1.51 18.54,1.51 C18.54,1.51 15.04,5.07 5.34,3.53 C5.34,3.53 2.09,6.86 2.09,6.86z \"\r\n\t\t\t\t\t\t\t\t/>\r\n\t\t\t\t\t\t\t\t<path\r\n\t\t\t\t\t\t\t\t\tid=\"_R_G_L_0_G_L_6_G_D_4_P_0\"\r\n\t\t\t\t\t\t\t\t\tfill=\"#ff860d\"\r\n\t\t\t\t\t\t\t\t\tfill-opacity=\"1\"\r\n\t\t\t\t\t\t\t\t\tfill-rule=\"nonzero\"\r\n\t\t\t\t\t\t\t\t\td=\" M23.39 3.26 C22.15,2.23 20.73,1.42 19.19,0.86 C16.82,2.31 13.88,3.87 10.5,5.21 C6.5,6.81 3.12,8.7 0.55,10.37 C0.19,11.62 0,12.94 0,14.31 C0,14.84 0.03,15.36 0.09,15.87 C2.76,13.92 7.09,11.14 12.63,8.94 C17.07,7.17 20.74,5.04 23.39,3.26 C23.39,3.26 23.39,3.26 23.39,3.26z \"\r\n\t\t\t\t\t\t\t\t/>\r\n\t\t\t\t\t\t\t\t<path\r\n\t\t\t\t\t\t\t\t\tid=\"_R_G_L_0_G_L_6_G_D_5_P_0\"\r\n\t\t\t\t\t\t\t\t\tfill=\"#ff860d\"\r\n\t\t\t\t\t\t\t\t\tfill-opacity=\"1\"\r\n\t\t\t\t\t\t\t\t\tfill-rule=\"nonzero\"\r\n\t\t\t\t\t\t\t\t\td=\" M16.12 0.11 C15.52,0.04 14.92,0 14.31,0 C9.14,0 4.61,2.74 2.09,6.85 C4.2,5.65 6.65,4.41 9.41,3.31 C11.9,2.32 14.15,1.21 16.12,0.11z \"\r\n\t\t\t\t\t\t\t\t/>\r\n\t\t\t\t\t\t\t\t<path\r\n\t\t\t\t\t\t\t\t\tid=\"_R_G_L_0_G_L_6_G_D_6_P_0\"\r\n\t\t\t\t\t\t\t\t\tfill=\"#ff860d\"\r\n\t\t\t\t\t\t\t\t\tfill-opacity=\"1\"\r\n\t\t\t\t\t\t\t\t\tfill-rule=\"nonzero\"\r\n\t\t\t\t\t\t\t\t\td=\" M28.01 18.42 C28.4,17.12 28.61,15.74 28.61,14.31 C28.61,13.97 28.6,13.63 28.58,13.3 C25.91,15.1 22.2,17.28 17.68,19.08 C12.45,21.16 8.31,23.74 5.61,25.67 C6.79,26.57 8.12,27.3 9.56,27.81 C11.97,26.32 14.96,24.71 18.43,23.33 C22.25,21.82 25.49,20.03 28.01,18.42z \"\r\n\t\t\t\t\t\t\t\t/>\r\n\t\t\t\t\t\t\t\t<path\r\n\t\t\t\t\t\t\t\t\tid=\"_R_G_L_0_G_L_6_G_D_7_P_0\"\r\n\t\t\t\t\t\t\t\t\tfill=\"#ff860d\"\r\n\t\t\t\t\t\t\t\t\tfill-opacity=\"1\"\r\n\t\t\t\t\t\t\t\t\tfill-rule=\"nonzero\"\r\n\t\t\t\t\t\t\t\t\td=\" M28.08 10.43 C27.52,8.42 26.53,6.6 25.22,5.06 C22.53,6.9 18.67,9.21 13.93,11.1 C7.84,13.52 3.22,16.63 0.65,18.58 C1.26,20.55 2.29,22.33 3.63,23.83 C6.31,21.88 10.6,19.16 16.06,16.98 C21.25,14.92 25.38,12.35 28.08,10.43 C28.08,10.43 28.08,10.43 28.08,10.43z \"\r\n\t\t\t\t\t\t\t\t/>\r\n\t\t\t\t\t\t\t\t<path\r\n\t\t\t\t\t\t\t\t\tid=\"_R_G_L_0_G_L_6_G_D_8_P_0\"\r\n\t\t\t\t\t\t\t\t\tfill=\"#ff860d\"\r\n\t\t\t\t\t\t\t\t\tfill-opacity=\"1\"\r\n\t\t\t\t\t\t\t\t\tfill-rule=\"nonzero\"\r\n\t\t\t\t\t\t\t\t\td=\" M19.61 25.03 C16.91,26.1 14.51,27.31 12.44,28.49 C13.05,28.57 13.67,28.61 14.31,28.61 C19.5,28.61 24.05,25.84 26.56,21.7 C24.54,22.84 22.21,24 19.61,25.03 C19.61,25.03 19.61,25.03 19.61,25.03z \"\r\n\t\t\t\t\t\t\t\t/>\r\n\t\t\t\t\t\t\t</g>\r\n\t\t\t\t\t\t</g>\r\n\t\t\t\t\t\t<g id=\"_R_G_L_0_G_L_5_G_M\">\r\n\t\t\t\t\t\t\t<g id=\"_R_G_L_0_G_L_5_G\">\r\n\t\t\t\t\t\t\t\t<path\r\n\t\t\t\t\t\t\t\t\tid=\"_R_G_L_0_G_L_5_G_D_0_P_0\"\r\n\t\t\t\t\t\t\t\t\tfill=\"#ff860d\"\r\n\t\t\t\t\t\t\t\t\tfill-opacity=\"1\"\r\n\t\t\t\t\t\t\t\t\tfill-rule=\"nonzero\"\r\n\t\t\t\t\t\t\t\t\td=\" M0 -30 C16.56,-30 30,-16.56 30,0 C30,16.56 16.56,30 0,30 C-16.56,30 -30,16.56 -30,0 C-30,-16.56 -16.56,-30 0,-30z \"\r\n\t\t\t\t\t\t\t\t/>\r\n\t\t\t\t\t\t\t</g>\r\n\t\t\t\t\t\t</g>\r\n\t\t\t\t\t\t<g id=\"_R_G_L_0_G_L_4_G_M\">\r\n\t\t\t\t\t\t\t<g id=\"_R_G_L_0_G_L_4_G\">\r\n\t\t\t\t\t\t\t\t<path\r\n\t\t\t\t\t\t\t\t\tid=\"_R_G_L_0_G_L_4_G_D_0_P_0\"\r\n\t\t\t\t\t\t\t\t\tfill=\"#21409a\"\r\n\t\t\t\t\t\t\t\t\tfill-opacity=\"1\"\r\n\t\t\t\t\t\t\t\t\tfill-rule=\"nonzero\"\r\n\t\t\t\t\t\t\t\t\td=\" M0 -30 C16.56,-30 30,-16.56 30,0 C30,16.56 16.56,30 0,30 C-16.56,30 -30,16.56 -30,0 C-30,-16.56 -16.56,-30 0,-30z \"\r\n\t\t\t\t\t\t\t\t/>\r\n\t\t\t\t\t\t\t</g>\r\n\t\t\t\t\t\t</g>\r\n\t\t\t\t\t\t<g id=\"_R_G_L_0_G_L_3_G_M\">\r\n\t\t\t\t\t\t\t<g id=\"_R_G_L_0_G_L_3_G\">\r\n\t\t\t\t\t\t\t\t<path\r\n\t\t\t\t\t\t\t\t\tid=\"_R_G_L_0_G_L_3_G_D_0_P_0\"\r\n\t\t\t\t\t\t\t\t\tfill=\"#ff860d\"\r\n\t\t\t\t\t\t\t\t\tfill-opacity=\"1\"\r\n\t\t\t\t\t\t\t\t\tfill-rule=\"nonzero\"\r\n\t\t\t\t\t\t\t\t\td=\" M0 -30 C16.56,-30 30,-16.56 30,0 C30,16.56 16.56,30 0,30 C-16.56,30 -30,16.56 -30,0 C-30,-16.56 -16.56,-30 0,-30z \"\r\n\t\t\t\t\t\t\t\t/>\r\n\t\t\t\t\t\t\t</g>\r\n\t\t\t\t\t\t</g>\r\n\t\t\t\t\t\t<g id=\"_R_G_L_0_G_L_2_G_M\">\r\n\t\t\t\t\t\t\t<g id=\"_R_G_L_0_G_L_2_G\">\r\n\t\t\t\t\t\t\t\t<path\r\n\t\t\t\t\t\t\t\t\tid=\"_R_G_L_0_G_L_2_G_D_0_P_0\"\r\n\t\t\t\t\t\t\t\t\tfill=\"#21409a\"\r\n\t\t\t\t\t\t\t\t\tfill-opacity=\"1\"\r\n\t\t\t\t\t\t\t\t\tfill-rule=\"nonzero\"\r\n\t\t\t\t\t\t\t\t\td=\" M0 -30 C16.56,-30 30,-16.56 30,0 C30,16.56 16.56,30 0,30 C-16.56,30 -30,16.56 -30,0 C-30,-16.56 -16.56,-30 0,-30z \"\r\n\t\t\t\t\t\t\t\t/>\r\n\t\t\t\t\t\t\t</g>\r\n\t\t\t\t\t\t</g>\r\n\t\t\t\t\t\t<g id=\"_R_G_L_0_G_L_1_G_M\">\r\n\t\t\t\t\t\t\t<g id=\"_R_G_L_0_G_L_1_G\">\r\n\t\t\t\t\t\t\t\t<path\r\n\t\t\t\t\t\t\t\t\tid=\"_R_G_L_0_G_L_1_G_D_0_P_0\"\r\n\t\t\t\t\t\t\t\t\tfill=\"#ff860d\"\r\n\t\t\t\t\t\t\t\t\tfill-opacity=\"1\"\r\n\t\t\t\t\t\t\t\t\tfill-rule=\"nonzero\"\r\n\t\t\t\t\t\t\t\t\td=\" M0 -30 C16.56,-30 30,-16.56 30,0 C30,16.56 16.56,30 0,30 C-16.56,30 -30,16.56 -30,0 C-30,-16.56 -16.56,-30 0,-30z \"\r\n\t\t\t\t\t\t\t\t/>\r\n\t\t\t\t\t\t\t</g>\r\n\t\t\t\t\t\t</g>\r\n\t\t\t\t\t\t<g id=\"_R_G_L_0_G_L_0_G_M\">\r\n\t\t\t\t\t\t\t<g id=\"_R_G_L_0_G_L_0_G\">\r\n\t\t\t\t\t\t\t\t<path\r\n\t\t\t\t\t\t\t\t\tid=\"_R_G_L_0_G_L_0_G_D_0_P_0\"\r\n\t\t\t\t\t\t\t\t\tfill=\"#21409a\"\r\n\t\t\t\t\t\t\t\t\tfill-opacity=\"1\"\r\n\t\t\t\t\t\t\t\t\tfill-rule=\"nonzero\"\r\n\t\t\t\t\t\t\t\t\td=\" M0 -30 C16.56,-30 30,-16.56 30,0 C30,16.56 16.56,30 0,30 C-16.56,30 -30,16.56 -30,0 C-30,-16.56 -16.56,-30 0,-30z \"\r\n\t\t\t\t\t\t\t\t/>\r\n\t\t\t\t\t\t\t</g>\r\n\t\t\t\t\t\t</g>\r\n\t\t\t\t\t</g>\r\n\t\t\t\t</g>\r\n\t\t\t\t<g id=\"time_group\" />\r\n\t\t\t</svg>\r\n\t\t}\r\n\t</span>\r\n</div>\r\n", styles: ["#overlay{position:fixed;display:block;width:100%;height:100%;inset:0;background-color:#00000080;z-index:9999;cursor:pointer}.loading{height:100vh;width:100%;position:fixed;top:0;left:0;text-align:center;background-color:#d9d9d8f2}.loading img{width:150px}.content-center{left:50%;top:50%;position:absolute;transform:translate(-50%,-50%);width:90%}\n"] });
|
|
896
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: SpinnerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
897
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.21", type: SpinnerComponent, isStandalone: true, selector: "app-spinner", ngImport: i0, template: "<div class=\"ptLoading\">\r\n\t<span class=\"ptLoading__svg\">\r\n\t\t@if (isLoading()) {\r\n\t\t\t<svg\r\n\t\t\t\txmlns=\"http://www.w3.org/2000/svg\"\r\n\t\t\t\txmlns:xlink=\"http://www.w3.org/1999/xlink\"\r\n\t\t\t\tpreserveAspectRatio=\"xMidYMid meet\"\r\n\t\t\t\twidth=\"540\"\r\n\t\t\t\theight=\"300\"\r\n\t\t\t\tviewBox=\"0 0 540 300\"\r\n\t\t\t\tstyle=\"width: 100%; height: 100%\"\r\n\t\t\t>\r\n\t\t\t\t<defs>\r\n\t\t\t\t\t<animate\r\n\t\t\t\t\t\trepeatCount=\"indefinite\"\r\n\t\t\t\t\t\tdur=\"5s\"\r\n\t\t\t\t\t\tbegin=\"0s\"\r\n\t\t\t\t\t\txlink:href=\"#_R_G_L_0_G_L_12_G\"\r\n\t\t\t\t\t\tfill=\"freeze\"\r\n\t\t\t\t\t\tattributeName=\"opacity\"\r\n\t\t\t\t\t\tfrom=\"1\"\r\n\t\t\t\t\t\tto=\"0\"\r\n\t\t\t\t\t\tkeyTimes=\"0;0.04;1\"\r\n\t\t\t\t\t\tvalues=\"1;0;0\"\r\n\t\t\t\t\t\tkeySplines=\"0.167 0.167 0.667 1;0 0 0 0\"\r\n\t\t\t\t\t\tcalcMode=\"spline\"\r\n\t\t\t\t\t/>\r\n\t\t\t\t\t<animateMotion\r\n\t\t\t\t\t\trepeatCount=\"indefinite\"\r\n\t\t\t\t\t\tdur=\"5s\"\r\n\t\t\t\t\t\tbegin=\"0s\"\r\n\t\t\t\t\t\txlink:href=\"#_R_G_L_0_G_L_12_G\"\r\n\t\t\t\t\t\tfill=\"freeze\"\r\n\t\t\t\t\t\tkeyTimes=\"0;0.04;1\"\r\n\t\t\t\t\t\tpath=\"M173.5 300 C173.5,300 81.5,300 81.5,300 C81.5,300 81.5,300 81.5,300 \"\r\n\t\t\t\t\t\tkeyPoints=\"0;1;1\"\r\n\t\t\t\t\t\tkeySplines=\"0.167 0.167 0 1;0 0 0 0\"\r\n\t\t\t\t\t\tcalcMode=\"spline\"\r\n\t\t\t\t\t/>\r\n\t\t\t\t\t<animateTransform\r\n\t\t\t\t\t\trepeatCount=\"indefinite\"\r\n\t\t\t\t\t\tdur=\"5s\"\r\n\t\t\t\t\t\tbegin=\"0s\"\r\n\t\t\t\t\t\txlink:href=\"#_R_G_L_0_G_L_12_G\"\r\n\t\t\t\t\t\tfill=\"freeze\"\r\n\t\t\t\t\t\tattributeName=\"transform\"\r\n\t\t\t\t\t\tfrom=\"0.89062 0.89062\"\r\n\t\t\t\t\t\tto=\"0.89062 0.89062\"\r\n\t\t\t\t\t\ttype=\"scale\"\r\n\t\t\t\t\t\tadditive=\"sum\"\r\n\t\t\t\t\t\tkeyTimes=\"0;1\"\r\n\t\t\t\t\t\tvalues=\"0.89062 0.89062;0.89062 0.89062\"\r\n\t\t\t\t\t\tkeySplines=\"0 0 1 1\"\r\n\t\t\t\t\t\tcalcMode=\"spline\"\r\n\t\t\t\t\t/>\r\n\t\t\t\t\t<animate\r\n\t\t\t\t\t\trepeatCount=\"indefinite\"\r\n\t\t\t\t\t\tdur=\"5s\"\r\n\t\t\t\t\t\tbegin=\"0s\"\r\n\t\t\t\t\t\txlink:href=\"#_R_G_L_0_G_L_12_G_M\"\r\n\t\t\t\t\t\tfill=\"freeze\"\r\n\t\t\t\t\t\tattributeName=\"opacity\"\r\n\t\t\t\t\t\tfrom=\"1\"\r\n\t\t\t\t\t\tto=\"0\"\r\n\t\t\t\t\t\tkeyTimes=\"0;0.2333333;0.2333333;1\"\r\n\t\t\t\t\t\tvalues=\"1;1;0;0\"\r\n\t\t\t\t\t\tkeySplines=\"0 0 0 0;0 0 0 0;0 0 0 0\"\r\n\t\t\t\t\t\tcalcMode=\"spline\"\r\n\t\t\t\t\t/>\r\n\t\t\t\t\t<animateMotion\r\n\t\t\t\t\t\trepeatCount=\"indefinite\"\r\n\t\t\t\t\t\tdur=\"5s\"\r\n\t\t\t\t\t\tbegin=\"0s\"\r\n\t\t\t\t\t\txlink:href=\"#_R_G_L_0_G_L_11_G\"\r\n\t\t\t\t\t\tfill=\"freeze\"\r\n\t\t\t\t\t\tkeyTimes=\"0;0.0733333;0.1066667;0.1333333;0.16;0.1866667;0.2;1\"\r\n\t\t\t\t\t\tpath=\"M300 300 C300,300 300,172 300,172 C300,172 300,347 300,347 C300,347 300,287 300,287 C300,287 300,306.5 300,306.5 C300,306.5 300,301.5 300,301.5 C300,301.5 300,300 300,300 C300,300 300,300 300,300 \"\r\n\t\t\t\t\t\tkeyPoints=\"0;0.33;0.78;0.93;0.98;1;1;1\"\r\n\t\t\t\t\t\tkeySplines=\"0.333 0 0 1;0.167 0.167 0.667 1;0.333 0 0.667 1;0.333 0 0.667 1;0.333 0 0.667 1;0.333 0 0.667 1;0 0 0 0\"\r\n\t\t\t\t\t\tcalcMode=\"spline\"\r\n\t\t\t\t\t/>\r\n\t\t\t\t\t<animateTransform\r\n\t\t\t\t\t\trepeatCount=\"indefinite\"\r\n\t\t\t\t\t\tdur=\"5s\"\r\n\t\t\t\t\t\tbegin=\"0s\"\r\n\t\t\t\t\t\txlink:href=\"#_R_G_L_0_G_L_11_G\"\r\n\t\t\t\t\t\tfill=\"freeze\"\r\n\t\t\t\t\t\tattributeName=\"transform\"\r\n\t\t\t\t\t\tfrom=\"3.3000000000000003 3.3000000000000003\"\r\n\t\t\t\t\t\tto=\"3.3000000000000003 3.3000000000000003\"\r\n\t\t\t\t\t\ttype=\"scale\"\r\n\t\t\t\t\t\tadditive=\"sum\"\r\n\t\t\t\t\t\tkeyTimes=\"0;1\"\r\n\t\t\t\t\t\tvalues=\"3.3000000000000003 3.3000000000000003;3.3000000000000003 3.3000000000000003\"\r\n\t\t\t\t\t\tkeySplines=\"0 0 1 1\"\r\n\t\t\t\t\t\tcalcMode=\"spline\"\r\n\t\t\t\t\t/>\r\n\t\t\t\t\t<animateTransform\r\n\t\t\t\t\t\trepeatCount=\"indefinite\"\r\n\t\t\t\t\t\tdur=\"5s\"\r\n\t\t\t\t\t\tbegin=\"0s\"\r\n\t\t\t\t\t\txlink:href=\"#_R_G_L_0_G_L_11_G\"\r\n\t\t\t\t\t\tfill=\"freeze\"\r\n\t\t\t\t\t\tattributeName=\"transform\"\r\n\t\t\t\t\t\tfrom=\"-14.5 -14.5\"\r\n\t\t\t\t\t\tto=\"-14.5 -14.5\"\r\n\t\t\t\t\t\ttype=\"translate\"\r\n\t\t\t\t\t\tadditive=\"sum\"\r\n\t\t\t\t\t\tkeyTimes=\"0;1\"\r\n\t\t\t\t\t\tvalues=\"-14.5 -14.5;-14.5 -14.5\"\r\n\t\t\t\t\t\tkeySplines=\"0 0 1 1\"\r\n\t\t\t\t\t\tcalcMode=\"spline\"\r\n\t\t\t\t\t/>\r\n\t\t\t\t\t<animate\r\n\t\t\t\t\t\trepeatCount=\"indefinite\"\r\n\t\t\t\t\t\tdur=\"5s\"\r\n\t\t\t\t\t\tbegin=\"0s\"\r\n\t\t\t\t\t\txlink:href=\"#_R_G_L_0_G_L_11_G_M\"\r\n\t\t\t\t\t\tfill=\"freeze\"\r\n\t\t\t\t\t\tattributeName=\"opacity\"\r\n\t\t\t\t\t\tfrom=\"1\"\r\n\t\t\t\t\t\tto=\"0\"\r\n\t\t\t\t\t\tkeyTimes=\"0;0.2;0.2;1\"\r\n\t\t\t\t\t\tvalues=\"1;1;0;0\"\r\n\t\t\t\t\t\tkeySplines=\"0 0 0 0;0 0 0 0;0 0 0 0\"\r\n\t\t\t\t\t\tcalcMode=\"spline\"\r\n\t\t\t\t\t/>\r\n\t\t\t\t\t<animateMotion\r\n\t\t\t\t\t\trepeatCount=\"indefinite\"\r\n\t\t\t\t\t\tdur=\"5s\"\r\n\t\t\t\t\t\tbegin=\"0s\"\r\n\t\t\t\t\t\txlink:href=\"#_R_G_L_0_G_L_10_G\"\r\n\t\t\t\t\t\tfill=\"freeze\"\r\n\t\t\t\t\t\tkeyTimes=\"0;0.2;0.2733333;0.3066667;0.3333333;0.36;0.3866667;0.4;1\"\r\n\t\t\t\t\t\tpath=\"M300 300 C300,300 300,300 300,300 C300,300 300,172 300,172 C300,172 300,347 300,347 C300,347 300,287 300,287 C300,287 300,306.5 300,306.5 C300,306.5 300,301.5 300,301.5 C300,301.5 300,300 300,300 C300,300 300,300 300,300 \"\r\n\t\t\t\t\t\tkeyPoints=\"0;0;0.33;0.78;0.93;0.98;1;1;1\"\r\n\t\t\t\t\t\tkeySplines=\"0.333 0 0 1;0.333 0 0 1;0.167 0.167 0.667 1;0.333 0 0.667 1;0.333 0 0.667 1;0.333 0 0.667 1;0.333 0 0.667 1;0 0 0 0\"\r\n\t\t\t\t\t\tcalcMode=\"spline\"\r\n\t\t\t\t\t/>\r\n\t\t\t\t\t<animateTransform\r\n\t\t\t\t\t\trepeatCount=\"indefinite\"\r\n\t\t\t\t\t\tdur=\"5s\"\r\n\t\t\t\t\t\tbegin=\"0s\"\r\n\t\t\t\t\t\txlink:href=\"#_R_G_L_0_G_L_10_G\"\r\n\t\t\t\t\t\tfill=\"freeze\"\r\n\t\t\t\t\t\tattributeName=\"transform\"\r\n\t\t\t\t\t\tfrom=\"3.3000000000000003 3.3000000000000003\"\r\n\t\t\t\t\t\tto=\"3.3000000000000003 3.3000000000000003\"\r\n\t\t\t\t\t\ttype=\"scale\"\r\n\t\t\t\t\t\tadditive=\"sum\"\r\n\t\t\t\t\t\tkeyTimes=\"0;1\"\r\n\t\t\t\t\t\tvalues=\"3.3000000000000003 3.3000000000000003;3.3000000000000003 3.3000000000000003\"\r\n\t\t\t\t\t\tkeySplines=\"0 0 1 1\"\r\n\t\t\t\t\t\tcalcMode=\"spline\"\r\n\t\t\t\t\t/>\r\n\t\t\t\t\t<animateTransform\r\n\t\t\t\t\t\trepeatCount=\"indefinite\"\r\n\t\t\t\t\t\tdur=\"5s\"\r\n\t\t\t\t\t\tbegin=\"0s\"\r\n\t\t\t\t\t\txlink:href=\"#_R_G_L_0_G_L_10_G\"\r\n\t\t\t\t\t\tfill=\"freeze\"\r\n\t\t\t\t\t\tattributeName=\"transform\"\r\n\t\t\t\t\t\tfrom=\"-14.5 -14.5\"\r\n\t\t\t\t\t\tto=\"-14.5 -14.5\"\r\n\t\t\t\t\t\ttype=\"translate\"\r\n\t\t\t\t\t\tadditive=\"sum\"\r\n\t\t\t\t\t\tkeyTimes=\"0;1\"\r\n\t\t\t\t\t\tvalues=\"-14.5 -14.5;-14.5 -14.5\"\r\n\t\t\t\t\t\tkeySplines=\"0 0 1 1\"\r\n\t\t\t\t\t\tcalcMode=\"spline\"\r\n\t\t\t\t\t/>\r\n\t\t\t\t\t<animate\r\n\t\t\t\t\t\trepeatCount=\"indefinite\"\r\n\t\t\t\t\t\tdur=\"5s\"\r\n\t\t\t\t\t\tbegin=\"0s\"\r\n\t\t\t\t\t\txlink:href=\"#_R_G_L_0_G_L_10_G_M\"\r\n\t\t\t\t\t\tfill=\"freeze\"\r\n\t\t\t\t\t\tattributeName=\"opacity\"\r\n\t\t\t\t\t\tfrom=\"0\"\r\n\t\t\t\t\t\tto=\"0\"\r\n\t\t\t\t\t\tkeyTimes=\"0;0.2;0.2000007;0.4;0.4;1\"\r\n\t\t\t\t\t\tvalues=\"0;0;1;1;0;0\"\r\n\t\t\t\t\t\tkeySplines=\"0 0 0 0;0 0 0 0;0 0 0 0;0 0 0 0;0 0 0 0\"\r\n\t\t\t\t\t\tcalcMode=\"spline\"\r\n\t\t\t\t\t/>\r\n\t\t\t\t\t<animateMotion\r\n\t\t\t\t\t\trepeatCount=\"indefinite\"\r\n\t\t\t\t\t\tdur=\"5s\"\r\n\t\t\t\t\t\tbegin=\"0s\"\r\n\t\t\t\t\t\txlink:href=\"#_R_G_L_0_G_L_9_G\"\r\n\t\t\t\t\t\tfill=\"freeze\"\r\n\t\t\t\t\t\tkeyTimes=\"0;0.4;0.4733333;0.5066667;0.5333333;0.56;0.5866667;0.6;1\"\r\n\t\t\t\t\t\tpath=\"M300 300 C300,300 300,300 300,300 C300,300 300,172 300,172 C300,172 300,347 300,347 C300,347 300,287 300,287 C300,287 300,306.5 300,306.5 C300,306.5 300,301.5 300,301.5 C300,301.5 300,300 300,300 C300,300 300,300 300,300 \"\r\n\t\t\t\t\t\tkeyPoints=\"0;0;0.33;0.78;0.93;0.98;1;1;1\"\r\n\t\t\t\t\t\tkeySplines=\"0.333 0 0 1;0.333 0 0 1;0.167 0.167 0.667 1;0.333 0 0.667 1;0.333 0 0.667 1;0.333 0 0.667 1;0.333 0 0.667 1;0 0 0 0\"\r\n\t\t\t\t\t\tcalcMode=\"spline\"\r\n\t\t\t\t\t/>\r\n\t\t\t\t\t<animateTransform\r\n\t\t\t\t\t\trepeatCount=\"indefinite\"\r\n\t\t\t\t\t\tdur=\"5s\"\r\n\t\t\t\t\t\tbegin=\"0s\"\r\n\t\t\t\t\t\txlink:href=\"#_R_G_L_0_G_L_9_G\"\r\n\t\t\t\t\t\tfill=\"freeze\"\r\n\t\t\t\t\t\tattributeName=\"transform\"\r\n\t\t\t\t\t\tfrom=\"3.3000000000000003 3.3000000000000003\"\r\n\t\t\t\t\t\tto=\"3.3000000000000003 3.3000000000000003\"\r\n\t\t\t\t\t\ttype=\"scale\"\r\n\t\t\t\t\t\tadditive=\"sum\"\r\n\t\t\t\t\t\tkeyTimes=\"0;1\"\r\n\t\t\t\t\t\tvalues=\"3.3000000000000003 3.3000000000000003;3.3000000000000003 3.3000000000000003\"\r\n\t\t\t\t\t\tkeySplines=\"0 0 1 1\"\r\n\t\t\t\t\t\tcalcMode=\"spline\"\r\n\t\t\t\t\t/>\r\n\t\t\t\t\t<animateTransform\r\n\t\t\t\t\t\trepeatCount=\"indefinite\"\r\n\t\t\t\t\t\tdur=\"5s\"\r\n\t\t\t\t\t\tbegin=\"0s\"\r\n\t\t\t\t\t\txlink:href=\"#_R_G_L_0_G_L_9_G\"\r\n\t\t\t\t\t\tfill=\"freeze\"\r\n\t\t\t\t\t\tattributeName=\"transform\"\r\n\t\t\t\t\t\tfrom=\"-14.5 -14.5\"\r\n\t\t\t\t\t\tto=\"-14.5 -14.5\"\r\n\t\t\t\t\t\ttype=\"translate\"\r\n\t\t\t\t\t\tadditive=\"sum\"\r\n\t\t\t\t\t\tkeyTimes=\"0;1\"\r\n\t\t\t\t\t\tvalues=\"-14.5 -14.5;-14.5 -14.5\"\r\n\t\t\t\t\t\tkeySplines=\"0 0 1 1\"\r\n\t\t\t\t\t\tcalcMode=\"spline\"\r\n\t\t\t\t\t/>\r\n\t\t\t\t\t<animate\r\n\t\t\t\t\t\trepeatCount=\"indefinite\"\r\n\t\t\t\t\t\tdur=\"5s\"\r\n\t\t\t\t\t\tbegin=\"0s\"\r\n\t\t\t\t\t\txlink:href=\"#_R_G_L_0_G_L_9_G_M\"\r\n\t\t\t\t\t\tfill=\"freeze\"\r\n\t\t\t\t\t\tattributeName=\"opacity\"\r\n\t\t\t\t\t\tfrom=\"0\"\r\n\t\t\t\t\t\tto=\"0\"\r\n\t\t\t\t\t\tkeyTimes=\"0;0.4;0.4000007;0.6;0.6;1\"\r\n\t\t\t\t\t\tvalues=\"0;0;1;1;0;0\"\r\n\t\t\t\t\t\tkeySplines=\"0 0 0 0;0 0 0 0;0 0 0 0;0 0 0 0;0 0 0 0\"\r\n\t\t\t\t\t\tcalcMode=\"spline\"\r\n\t\t\t\t\t/>\r\n\t\t\t\t\t<animateMotion\r\n\t\t\t\t\t\trepeatCount=\"indefinite\"\r\n\t\t\t\t\t\tdur=\"5s\"\r\n\t\t\t\t\t\tbegin=\"0s\"\r\n\t\t\t\t\t\txlink:href=\"#_R_G_L_0_G_L_8_G\"\r\n\t\t\t\t\t\tfill=\"freeze\"\r\n\t\t\t\t\t\tkeyTimes=\"0;0.6;0.6733333;0.7066667;0.7333333;0.76;0.7866667;0.8;1\"\r\n\t\t\t\t\t\tpath=\"M300 300 C300,300 300,300 300,300 C300,300 300,172 300,172 C300,172 300,347 300,347 C300,347 300,287 300,287 C300,287 300,306.5 300,306.5 C300,306.5 300,301.5 300,301.5 C300,301.5 300,300 300,300 C300,300 300,300 300,300 \"\r\n\t\t\t\t\t\tkeyPoints=\"0;0;0.33;0.78;0.93;0.98;1;1;1\"\r\n\t\t\t\t\t\tkeySplines=\"0.333 0 0 1;0.333 0 0 1;0.167 0.167 0.667 1;0.333 0 0.667 1;0.333 0 0.667 1;0.333 0 0.667 1;0.333 0 0.667 1;0 0 0 0\"\r\n\t\t\t\t\t\tcalcMode=\"spline\"\r\n\t\t\t\t\t/>\r\n\t\t\t\t\t<animateTransform\r\n\t\t\t\t\t\trepeatCount=\"indefinite\"\r\n\t\t\t\t\t\tdur=\"5s\"\r\n\t\t\t\t\t\tbegin=\"0s\"\r\n\t\t\t\t\t\txlink:href=\"#_R_G_L_0_G_L_8_G\"\r\n\t\t\t\t\t\tfill=\"freeze\"\r\n\t\t\t\t\t\tattributeName=\"transform\"\r\n\t\t\t\t\t\tfrom=\"3.3000000000000003 3.3000000000000003\"\r\n\t\t\t\t\t\tto=\"3.3000000000000003 3.3000000000000003\"\r\n\t\t\t\t\t\ttype=\"scale\"\r\n\t\t\t\t\t\tadditive=\"sum\"\r\n\t\t\t\t\t\tkeyTimes=\"0;1\"\r\n\t\t\t\t\t\tvalues=\"3.3000000000000003 3.3000000000000003;3.3000000000000003 3.3000000000000003\"\r\n\t\t\t\t\t\tkeySplines=\"0 0 1 1\"\r\n\t\t\t\t\t\tcalcMode=\"spline\"\r\n\t\t\t\t\t/>\r\n\t\t\t\t\t<animateTransform\r\n\t\t\t\t\t\trepeatCount=\"indefinite\"\r\n\t\t\t\t\t\tdur=\"5s\"\r\n\t\t\t\t\t\tbegin=\"0s\"\r\n\t\t\t\t\t\txlink:href=\"#_R_G_L_0_G_L_8_G\"\r\n\t\t\t\t\t\tfill=\"freeze\"\r\n\t\t\t\t\t\tattributeName=\"transform\"\r\n\t\t\t\t\t\tfrom=\"-14.5 -14.5\"\r\n\t\t\t\t\t\tto=\"-14.5 -14.5\"\r\n\t\t\t\t\t\ttype=\"translate\"\r\n\t\t\t\t\t\tadditive=\"sum\"\r\n\t\t\t\t\t\tkeyTimes=\"0;1\"\r\n\t\t\t\t\t\tvalues=\"-14.5 -14.5;-14.5 -14.5\"\r\n\t\t\t\t\t\tkeySplines=\"0 0 1 1\"\r\n\t\t\t\t\t\tcalcMode=\"spline\"\r\n\t\t\t\t\t/>\r\n\t\t\t\t\t<animate\r\n\t\t\t\t\t\trepeatCount=\"indefinite\"\r\n\t\t\t\t\t\tdur=\"5s\"\r\n\t\t\t\t\t\tbegin=\"0s\"\r\n\t\t\t\t\t\txlink:href=\"#_R_G_L_0_G_L_8_G_M\"\r\n\t\t\t\t\t\tfill=\"freeze\"\r\n\t\t\t\t\t\tattributeName=\"opacity\"\r\n\t\t\t\t\t\tfrom=\"0\"\r\n\t\t\t\t\t\tto=\"0\"\r\n\t\t\t\t\t\tkeyTimes=\"0;0.6;0.6000007;0.8;0.8;1\"\r\n\t\t\t\t\t\tvalues=\"0;0;1;1;0;0\"\r\n\t\t\t\t\t\tkeySplines=\"0 0 0 0;0 0 0 0;0 0 0 0;0 0 0 0;0 0 0 0\"\r\n\t\t\t\t\t\tcalcMode=\"spline\"\r\n\t\t\t\t\t/>\r\n\t\t\t\t\t<animateMotion\r\n\t\t\t\t\t\trepeatCount=\"indefinite\"\r\n\t\t\t\t\t\tdur=\"5s\"\r\n\t\t\t\t\t\tbegin=\"0s\"\r\n\t\t\t\t\t\txlink:href=\"#_R_G_L_0_G_L_7_G\"\r\n\t\t\t\t\t\tfill=\"freeze\"\r\n\t\t\t\t\t\tkeyTimes=\"0;0.8;0.8733333;0.9066667;0.9333333;0.96;0.9866667;1\"\r\n\t\t\t\t\t\tpath=\"M300 300 C300,300 300,300 300,300 C300,300 300,172 300,172 C300,172 300,347 300,347 C300,347 300,287 300,287 C300,287 300,306.5 300,306.5 C300,306.5 300,301.5 300,301.5 C300,301.5 300,300 300,300 \"\r\n\t\t\t\t\t\tkeyPoints=\"0;0;0.33;0.78;0.93;0.98;1;1\"\r\n\t\t\t\t\t\tkeySplines=\"0.333 0 0 1;0.333 0 0 1;0.167 0.167 0.667 1;0.333 0 0.667 1;0.333 0 0.667 1;0.333 0 0.667 1;0.333 0 0.667 1\"\r\n\t\t\t\t\t\tcalcMode=\"spline\"\r\n\t\t\t\t\t/>\r\n\t\t\t\t\t<animateTransform\r\n\t\t\t\t\t\trepeatCount=\"indefinite\"\r\n\t\t\t\t\t\tdur=\"5s\"\r\n\t\t\t\t\t\tbegin=\"0s\"\r\n\t\t\t\t\t\txlink:href=\"#_R_G_L_0_G_L_7_G\"\r\n\t\t\t\t\t\tfill=\"freeze\"\r\n\t\t\t\t\t\tattributeName=\"transform\"\r\n\t\t\t\t\t\tfrom=\"3.3000000000000003 3.3000000000000003\"\r\n\t\t\t\t\t\tto=\"3.3000000000000003 3.3000000000000003\"\r\n\t\t\t\t\t\ttype=\"scale\"\r\n\t\t\t\t\t\tadditive=\"sum\"\r\n\t\t\t\t\t\tkeyTimes=\"0;1\"\r\n\t\t\t\t\t\tvalues=\"3.3000000000000003 3.3000000000000003;3.3000000000000003 3.3000000000000003\"\r\n\t\t\t\t\t\tkeySplines=\"0 0 1 1\"\r\n\t\t\t\t\t\tcalcMode=\"spline\"\r\n\t\t\t\t\t/>\r\n\t\t\t\t\t<animateTransform\r\n\t\t\t\t\t\trepeatCount=\"indefinite\"\r\n\t\t\t\t\t\tdur=\"5s\"\r\n\t\t\t\t\t\tbegin=\"0s\"\r\n\t\t\t\t\t\txlink:href=\"#_R_G_L_0_G_L_7_G\"\r\n\t\t\t\t\t\tfill=\"freeze\"\r\n\t\t\t\t\t\tattributeName=\"transform\"\r\n\t\t\t\t\t\tfrom=\"-14.5 -14.5\"\r\n\t\t\t\t\t\tto=\"-14.5 -14.5\"\r\n\t\t\t\t\t\ttype=\"translate\"\r\n\t\t\t\t\t\tadditive=\"sum\"\r\n\t\t\t\t\t\tkeyTimes=\"0;1\"\r\n\t\t\t\t\t\tvalues=\"-14.5 -14.5;-14.5 -14.5\"\r\n\t\t\t\t\t\tkeySplines=\"0 0 1 1\"\r\n\t\t\t\t\t\tcalcMode=\"spline\"\r\n\t\t\t\t\t/>\r\n\t\t\t\t\t<animate\r\n\t\t\t\t\t\trepeatCount=\"indefinite\"\r\n\t\t\t\t\t\tdur=\"5s\"\r\n\t\t\t\t\t\tbegin=\"0s\"\r\n\t\t\t\t\t\txlink:href=\"#_R_G_L_0_G_L_7_G_M\"\r\n\t\t\t\t\t\tfill=\"freeze\"\r\n\t\t\t\t\t\tattributeName=\"opacity\"\r\n\t\t\t\t\t\tfrom=\"0\"\r\n\t\t\t\t\t\tto=\"1\"\r\n\t\t\t\t\t\tkeyTimes=\"0;0.8;0.8000007;1\"\r\n\t\t\t\t\t\tvalues=\"0;0;1;1\"\r\n\t\t\t\t\t\tkeySplines=\"0 0 0 0;0 0 0 0;0 0 0 0\"\r\n\t\t\t\t\t\tcalcMode=\"spline\"\r\n\t\t\t\t\t/>\r\n\t\t\t\t\t<animateMotion\r\n\t\t\t\t\t\trepeatCount=\"indefinite\"\r\n\t\t\t\t\t\tdur=\"5s\"\r\n\t\t\t\t\t\tbegin=\"0s\"\r\n\t\t\t\t\t\txlink:href=\"#_R_G_L_0_G_L_6_G\"\r\n\t\t\t\t\t\tfill=\"freeze\"\r\n\t\t\t\t\t\tkeyTimes=\"0;1\"\r\n\t\t\t\t\t\tpath=\"M300 300 C300,300 300,300 300,300 \"\r\n\t\t\t\t\t\tkeyPoints=\"0;1\"\r\n\t\t\t\t\t\tkeySplines=\"0.333 0 0 1\"\r\n\t\t\t\t\t\tcalcMode=\"spline\"\r\n\t\t\t\t\t/>\r\n\t\t\t\t\t<animateTransform\r\n\t\t\t\t\t\trepeatCount=\"indefinite\"\r\n\t\t\t\t\t\tdur=\"5s\"\r\n\t\t\t\t\t\tbegin=\"0s\"\r\n\t\t\t\t\t\txlink:href=\"#_R_G_L_0_G_L_6_G\"\r\n\t\t\t\t\t\tfill=\"freeze\"\r\n\t\t\t\t\t\tattributeName=\"transform\"\r\n\t\t\t\t\t\tfrom=\"3.3000000000000003 3.3000000000000003\"\r\n\t\t\t\t\t\tto=\"3.3000000000000003 3.3000000000000003\"\r\n\t\t\t\t\t\ttype=\"scale\"\r\n\t\t\t\t\t\tadditive=\"sum\"\r\n\t\t\t\t\t\tkeyTimes=\"0;1\"\r\n\t\t\t\t\t\tvalues=\"3.3000000000000003 3.3000000000000003;3.3000000000000003 3.3000000000000003\"\r\n\t\t\t\t\t\tkeySplines=\"0 0 1 1\"\r\n\t\t\t\t\t\tcalcMode=\"spline\"\r\n\t\t\t\t\t/>\r\n\t\t\t\t\t<animateTransform\r\n\t\t\t\t\t\trepeatCount=\"indefinite\"\r\n\t\t\t\t\t\tdur=\"5s\"\r\n\t\t\t\t\t\tbegin=\"0s\"\r\n\t\t\t\t\t\txlink:href=\"#_R_G_L_0_G_L_6_G\"\r\n\t\t\t\t\t\tfill=\"freeze\"\r\n\t\t\t\t\t\tattributeName=\"transform\"\r\n\t\t\t\t\t\tfrom=\"-14.5 -14.5\"\r\n\t\t\t\t\t\tto=\"-14.5 -14.5\"\r\n\t\t\t\t\t\ttype=\"translate\"\r\n\t\t\t\t\t\tadditive=\"sum\"\r\n\t\t\t\t\t\tkeyTimes=\"0;1\"\r\n\t\t\t\t\t\tvalues=\"-14.5 -14.5;-14.5 -14.5\"\r\n\t\t\t\t\t\tkeySplines=\"0 0 1 1\"\r\n\t\t\t\t\t\tcalcMode=\"spline\"\r\n\t\t\t\t\t/>\r\n\t\t\t\t\t<animate\r\n\t\t\t\t\t\trepeatCount=\"indefinite\"\r\n\t\t\t\t\t\tdur=\"5s\"\r\n\t\t\t\t\t\tbegin=\"0s\"\r\n\t\t\t\t\t\txlink:href=\"#_R_G_L_0_G_L_6_G_M\"\r\n\t\t\t\t\t\tfill=\"freeze\"\r\n\t\t\t\t\t\tattributeName=\"opacity\"\r\n\t\t\t\t\t\tfrom=\"0\"\r\n\t\t\t\t\t\tto=\"0\"\r\n\t\t\t\t\t\tkeyTimes=\"0;1\"\r\n\t\t\t\t\t\tvalues=\"0;0\"\r\n\t\t\t\t\t\tkeySplines=\"0 0 0 0\"\r\n\t\t\t\t\t\tcalcMode=\"spline\"\r\n\t\t\t\t\t/>\r\n\t\t\t\t\t<animate\r\n\t\t\t\t\t\trepeatCount=\"indefinite\"\r\n\t\t\t\t\t\tdur=\"5s\"\r\n\t\t\t\t\t\tbegin=\"0s\"\r\n\t\t\t\t\t\txlink:href=\"#_R_G_L_0_G_L_5_G\"\r\n\t\t\t\t\t\tfill=\"freeze\"\r\n\t\t\t\t\t\tattributeName=\"opacity\"\r\n\t\t\t\t\t\tfrom=\"1\"\r\n\t\t\t\t\t\tto=\"0\"\r\n\t\t\t\t\t\tkeyTimes=\"0;0.2333333;0.2733333;1\"\r\n\t\t\t\t\t\tvalues=\"1;1;0;0\"\r\n\t\t\t\t\t\tkeySplines=\"0.167 0.167 0.667 1;0.167 0.167 0.667 1;0 0 0 0\"\r\n\t\t\t\t\t\tcalcMode=\"spline\"\r\n\t\t\t\t\t/>\r\n\t\t\t\t\t<animateMotion\r\n\t\t\t\t\t\trepeatCount=\"indefinite\"\r\n\t\t\t\t\t\tdur=\"5s\"\r\n\t\t\t\t\t\tbegin=\"0s\"\r\n\t\t\t\t\t\txlink:href=\"#_R_G_L_0_G_L_5_G\"\r\n\t\t\t\t\t\tfill=\"freeze\"\r\n\t\t\t\t\t\tkeyTimes=\"0;0.08;0.2333333;0.2733333;1\"\r\n\t\t\t\t\t\tpath=\"M427 300 C427,300 173.5,300 173.5,300 C173.5,300 173.5,300 173.5,300 C173.5,300 81.5,300 81.5,300 C81.5,300 81.5,300 81.5,300 \"\r\n\t\t\t\t\t\tkeyPoints=\"0;0.73;0.73;1;1\"\r\n\t\t\t\t\t\tkeySplines=\"0.167 0.167 0.667 1;0.167 0.167 0.833 0.833;0.167 0.167 0 1;0 0 0 0\"\r\n\t\t\t\t\t\tcalcMode=\"spline\"\r\n\t\t\t\t\t/>\r\n\t\t\t\t\t<animateTransform\r\n\t\t\t\t\t\trepeatCount=\"indefinite\"\r\n\t\t\t\t\t\tdur=\"5s\"\r\n\t\t\t\t\t\tbegin=\"0s\"\r\n\t\t\t\t\t\txlink:href=\"#_R_G_L_0_G_L_5_G\"\r\n\t\t\t\t\t\tfill=\"freeze\"\r\n\t\t\t\t\t\tattributeName=\"transform\"\r\n\t\t\t\t\t\tfrom=\"0.89062 0.89062\"\r\n\t\t\t\t\t\tto=\"0.89062 0.89062\"\r\n\t\t\t\t\t\ttype=\"scale\"\r\n\t\t\t\t\t\tadditive=\"sum\"\r\n\t\t\t\t\t\tkeyTimes=\"0;1\"\r\n\t\t\t\t\t\tvalues=\"0.89062 0.89062;0.89062 0.89062\"\r\n\t\t\t\t\t\tkeySplines=\"0 0 1 1\"\r\n\t\t\t\t\t\tcalcMode=\"spline\"\r\n\t\t\t\t\t/>\r\n\t\t\t\t\t<animate\r\n\t\t\t\t\t\trepeatCount=\"indefinite\"\r\n\t\t\t\t\t\tdur=\"5s\"\r\n\t\t\t\t\t\tbegin=\"0s\"\r\n\t\t\t\t\t\txlink:href=\"#_R_G_L_0_G_L_5_G_M\"\r\n\t\t\t\t\t\tfill=\"freeze\"\r\n\t\t\t\t\t\tattributeName=\"opacity\"\r\n\t\t\t\t\t\tfrom=\"1\"\r\n\t\t\t\t\t\tto=\"0\"\r\n\t\t\t\t\t\tkeyTimes=\"0;0.28;0.28;1\"\r\n\t\t\t\t\t\tvalues=\"1;1;0;0\"\r\n\t\t\t\t\t\tkeySplines=\"0 0 0 0;0 0 0 0;0 0 0 0\"\r\n\t\t\t\t\t\tcalcMode=\"spline\"\r\n\t\t\t\t\t/>\r\n\t\t\t\t\t<animate\r\n\t\t\t\t\t\trepeatCount=\"indefinite\"\r\n\t\t\t\t\t\tdur=\"5s\"\r\n\t\t\t\t\t\tbegin=\"0s\"\r\n\t\t\t\t\t\txlink:href=\"#_R_G_L_0_G_L_4_G\"\r\n\t\t\t\t\t\tfill=\"freeze\"\r\n\t\t\t\t\t\tattributeName=\"opacity\"\r\n\t\t\t\t\t\tfrom=\"0\"\r\n\t\t\t\t\t\tto=\"0\"\r\n\t\t\t\t\t\tkeyTimes=\"0;0.04;0.08;0.4666667;0.5066667;1\"\r\n\t\t\t\t\t\tvalues=\"0;0;1;1;0;0\"\r\n\t\t\t\t\t\tkeySplines=\"0.333 0 0.833 0.833;0.333 0 0.833 0.833;0.167 0.167 0.833 0.833;0.167 0.167 0.667 1;0 0 0 0\"\r\n\t\t\t\t\t\tcalcMode=\"spline\"\r\n\t\t\t\t\t/>\r\n\t\t\t\t\t<animateMotion\r\n\t\t\t\t\t\trepeatCount=\"indefinite\"\r\n\t\t\t\t\t\tdur=\"5s\"\r\n\t\t\t\t\t\tbegin=\"0s\"\r\n\t\t\t\t\t\txlink:href=\"#_R_G_L_0_G_L_4_G\"\r\n\t\t\t\t\t\tfill=\"freeze\"\r\n\t\t\t\t\t\tkeyTimes=\"0;0.04;0.08;0.2333333;0.3133333;0.4666667;0.5066667;1\"\r\n\t\t\t\t\t\tpath=\"M498 300 C498,300 498,300 498,300 C498,300 427,300 427,300 C427,300 427,300 427,300 C427,300 173.5,300 173.5,300 C173.5,300 173.5,300 173.5,300 C173.5,300 81.5,300 81.5,300 C81.5,300 81.5,300 81.5,300 \"\r\n\t\t\t\t\t\tkeyPoints=\"0;0;0.17;0.17;0.78;0.78;1;1\"\r\n\t\t\t\t\t\tkeySplines=\"0.167 0.167 0.667 1;0.167 0.167 0.667 1;0.167 0.167 0.833 0.833;0.167 0.167 0.667 1;0.167 0.167 0.833 0.833;0.167 0.167 0 1;0 0 0 0\"\r\n\t\t\t\t\t\tcalcMode=\"spline\"\r\n\t\t\t\t\t/>\r\n\t\t\t\t\t<animateTransform\r\n\t\t\t\t\t\trepeatCount=\"indefinite\"\r\n\t\t\t\t\t\tdur=\"5s\"\r\n\t\t\t\t\t\tbegin=\"0s\"\r\n\t\t\t\t\t\txlink:href=\"#_R_G_L_0_G_L_4_G\"\r\n\t\t\t\t\t\tfill=\"freeze\"\r\n\t\t\t\t\t\tattributeName=\"transform\"\r\n\t\t\t\t\t\tfrom=\"0.89062 0.89062\"\r\n\t\t\t\t\t\tto=\"0.89062 0.89062\"\r\n\t\t\t\t\t\ttype=\"scale\"\r\n\t\t\t\t\t\tadditive=\"sum\"\r\n\t\t\t\t\t\tkeyTimes=\"0;1\"\r\n\t\t\t\t\t\tvalues=\"0.89062 0.89062;0.89062 0.89062\"\r\n\t\t\t\t\t\tkeySplines=\"0 0 1 1\"\r\n\t\t\t\t\t\tcalcMode=\"spline\"\r\n\t\t\t\t\t/>\r\n\t\t\t\t\t<animate\r\n\t\t\t\t\t\trepeatCount=\"indefinite\"\r\n\t\t\t\t\t\tdur=\"5s\"\r\n\t\t\t\t\t\tbegin=\"0s\"\r\n\t\t\t\t\t\txlink:href=\"#_R_G_L_0_G_L_4_G_M\"\r\n\t\t\t\t\t\tfill=\"freeze\"\r\n\t\t\t\t\t\tattributeName=\"opacity\"\r\n\t\t\t\t\t\tfrom=\"0\"\r\n\t\t\t\t\t\tto=\"0\"\r\n\t\t\t\t\t\tkeyTimes=\"0;0.04;0.0400007;0.5133333;0.5133333;1\"\r\n\t\t\t\t\t\tvalues=\"0;0;1;1;0;0\"\r\n\t\t\t\t\t\tkeySplines=\"0 0 0 0;0 0 0 0;0 0 0 0;0 0 0 0;0 0 0 0\"\r\n\t\t\t\t\t\tcalcMode=\"spline\"\r\n\t\t\t\t\t/>\r\n\t\t\t\t\t<animate\r\n\t\t\t\t\t\trepeatCount=\"indefinite\"\r\n\t\t\t\t\t\tdur=\"5s\"\r\n\t\t\t\t\t\tbegin=\"0s\"\r\n\t\t\t\t\t\txlink:href=\"#_R_G_L_0_G_L_3_G\"\r\n\t\t\t\t\t\tfill=\"freeze\"\r\n\t\t\t\t\t\tattributeName=\"opacity\"\r\n\t\t\t\t\t\tfrom=\"0\"\r\n\t\t\t\t\t\tto=\"0\"\r\n\t\t\t\t\t\tkeyTimes=\"0;0.2333333;0.2733333;0.66;0.7;1\"\r\n\t\t\t\t\t\tvalues=\"0;0;1;1;0;0\"\r\n\t\t\t\t\t\tkeySplines=\"0.333 0 0.833 0.833;0.333 0 0.833 0.833;0.167 0.167 0.833 0.833;0.167 0.167 0.667 1;0 0 0 0\"\r\n\t\t\t\t\t\tcalcMode=\"spline\"\r\n\t\t\t\t\t/>\r\n\t\t\t\t\t<animateMotion\r\n\t\t\t\t\t\trepeatCount=\"indefinite\"\r\n\t\t\t\t\t\tdur=\"5s\"\r\n\t\t\t\t\t\tbegin=\"0s\"\r\n\t\t\t\t\t\txlink:href=\"#_R_G_L_0_G_L_3_G\"\r\n\t\t\t\t\t\tfill=\"freeze\"\r\n\t\t\t\t\t\tkeyTimes=\"0;0.2333333;0.2733333;0.4266667;0.5066667;0.66;0.7;1\"\r\n\t\t\t\t\t\tpath=\"M498 300 C498,300 498,300 498,300 C498,300 427,300 427,300 C427,300 427,300 427,300 C427,300 173.5,300 173.5,300 C173.5,300 173.5,300 173.5,300 C173.5,300 81.5,300 81.5,300 C81.5,300 81.5,300 81.5,300 \"\r\n\t\t\t\t\t\tkeyPoints=\"0;0;0.17;0.17;0.78;0.78;1;1\"\r\n\t\t\t\t\t\tkeySplines=\"0.167 0.167 0.667 1;0.167 0.167 0.667 1;0.167 0.167 0.833 0.833;0.167 0.167 0.667 1;0.167 0.167 0.833 0.833;0.167 0.167 0 1;0 0 0 0\"\r\n\t\t\t\t\t\tcalcMode=\"spline\"\r\n\t\t\t\t\t/>\r\n\t\t\t\t\t<animateTransform\r\n\t\t\t\t\t\trepeatCount=\"indefinite\"\r\n\t\t\t\t\t\tdur=\"5s\"\r\n\t\t\t\t\t\tbegin=\"0s\"\r\n\t\t\t\t\t\txlink:href=\"#_R_G_L_0_G_L_3_G\"\r\n\t\t\t\t\t\tfill=\"freeze\"\r\n\t\t\t\t\t\tattributeName=\"transform\"\r\n\t\t\t\t\t\tfrom=\"0.89062 0.89062\"\r\n\t\t\t\t\t\tto=\"0.89062 0.89062\"\r\n\t\t\t\t\t\ttype=\"scale\"\r\n\t\t\t\t\t\tadditive=\"sum\"\r\n\t\t\t\t\t\tkeyTimes=\"0;1\"\r\n\t\t\t\t\t\tvalues=\"0.89062 0.89062;0.89062 0.89062\"\r\n\t\t\t\t\t\tkeySplines=\"0 0 1 1\"\r\n\t\t\t\t\t\tcalcMode=\"spline\"\r\n\t\t\t\t\t/>\r\n\t\t\t\t\t<animate\r\n\t\t\t\t\t\trepeatCount=\"indefinite\"\r\n\t\t\t\t\t\tdur=\"5s\"\r\n\t\t\t\t\t\tbegin=\"0s\"\r\n\t\t\t\t\t\txlink:href=\"#_R_G_L_0_G_L_3_G_M\"\r\n\t\t\t\t\t\tfill=\"freeze\"\r\n\t\t\t\t\t\tattributeName=\"opacity\"\r\n\t\t\t\t\t\tfrom=\"0\"\r\n\t\t\t\t\t\tto=\"0\"\r\n\t\t\t\t\t\tkeyTimes=\"0;0.2333333;0.233334;0.7066667;0.7066667;1\"\r\n\t\t\t\t\t\tvalues=\"0;0;1;1;0;0\"\r\n\t\t\t\t\t\tkeySplines=\"0 0 0 0;0 0 0 0;0 0 0 0;0 0 0 0;0 0 0 0\"\r\n\t\t\t\t\t\tcalcMode=\"spline\"\r\n\t\t\t\t\t/>\r\n\t\t\t\t\t<animate\r\n\t\t\t\t\t\trepeatCount=\"indefinite\"\r\n\t\t\t\t\t\tdur=\"5s\"\r\n\t\t\t\t\t\tbegin=\"0s\"\r\n\t\t\t\t\t\txlink:href=\"#_R_G_L_0_G_L_2_G\"\r\n\t\t\t\t\t\tfill=\"freeze\"\r\n\t\t\t\t\t\tattributeName=\"opacity\"\r\n\t\t\t\t\t\tfrom=\"0\"\r\n\t\t\t\t\t\tto=\"0\"\r\n\t\t\t\t\t\tkeyTimes=\"0;0.4266667;0.4666667;0.8533333;0.8933333;1\"\r\n\t\t\t\t\t\tvalues=\"0;0;1;1;0;0\"\r\n\t\t\t\t\t\tkeySplines=\"0.333 0 0.833 0.833;0.333 0 0.833 0.833;0.167 0.167 0.833 0.833;0.167 0.167 0.667 1;0 0 0 0\"\r\n\t\t\t\t\t\tcalcMode=\"spline\"\r\n\t\t\t\t\t/>\r\n\t\t\t\t\t<animateMotion\r\n\t\t\t\t\t\trepeatCount=\"indefinite\"\r\n\t\t\t\t\t\tdur=\"5s\"\r\n\t\t\t\t\t\tbegin=\"0s\"\r\n\t\t\t\t\t\txlink:href=\"#_R_G_L_0_G_L_2_G\"\r\n\t\t\t\t\t\tfill=\"freeze\"\r\n\t\t\t\t\t\tkeyTimes=\"0;0.4266667;0.4666667;0.62;0.7;0.8533333;0.8933333;1\"\r\n\t\t\t\t\t\tpath=\"M498 300 C498,300 498,300 498,300 C498,300 427,300 427,300 C427,300 427,300 427,300 C427,300 173.5,300 173.5,300 C173.5,300 173.5,300 173.5,300 C173.5,300 81.5,300 81.5,300 C81.5,300 81.5,300 81.5,300 \"\r\n\t\t\t\t\t\tkeyPoints=\"0;0;0.17;0.17;0.78;0.78;1;1\"\r\n\t\t\t\t\t\tkeySplines=\"0.167 0.167 0.667 1;0.167 0.167 0.667 1;0.167 0.167 0.833 0.833;0.167 0.167 0.667 1;0.167 0.167 0.833 0.833;0.167 0.167 0 1;0 0 0 0\"\r\n\t\t\t\t\t\tcalcMode=\"spline\"\r\n\t\t\t\t\t/>\r\n\t\t\t\t\t<animateTransform\r\n\t\t\t\t\t\trepeatCount=\"indefinite\"\r\n\t\t\t\t\t\tdur=\"5s\"\r\n\t\t\t\t\t\tbegin=\"0s\"\r\n\t\t\t\t\t\txlink:href=\"#_R_G_L_0_G_L_2_G\"\r\n\t\t\t\t\t\tfill=\"freeze\"\r\n\t\t\t\t\t\tattributeName=\"transform\"\r\n\t\t\t\t\t\tfrom=\"0.89062 0.89062\"\r\n\t\t\t\t\t\tto=\"0.89062 0.89062\"\r\n\t\t\t\t\t\ttype=\"scale\"\r\n\t\t\t\t\t\tadditive=\"sum\"\r\n\t\t\t\t\t\tkeyTimes=\"0;1\"\r\n\t\t\t\t\t\tvalues=\"0.89062 0.89062;0.89062 0.89062\"\r\n\t\t\t\t\t\tkeySplines=\"0 0 1 1\"\r\n\t\t\t\t\t\tcalcMode=\"spline\"\r\n\t\t\t\t\t/>\r\n\t\t\t\t\t<animate\r\n\t\t\t\t\t\trepeatCount=\"indefinite\"\r\n\t\t\t\t\t\tdur=\"5s\"\r\n\t\t\t\t\t\tbegin=\"0s\"\r\n\t\t\t\t\t\txlink:href=\"#_R_G_L_0_G_L_2_G_M\"\r\n\t\t\t\t\t\tfill=\"freeze\"\r\n\t\t\t\t\t\tattributeName=\"opacity\"\r\n\t\t\t\t\t\tfrom=\"0\"\r\n\t\t\t\t\t\tto=\"0\"\r\n\t\t\t\t\t\tkeyTimes=\"0;0.4266667;0.4266673;0.9;0.9;1\"\r\n\t\t\t\t\t\tvalues=\"0;0;1;1;0;0\"\r\n\t\t\t\t\t\tkeySplines=\"0 0 0 0;0 0 0 0;0 0 0 0;0 0 0 0;0 0 0 0\"\r\n\t\t\t\t\t\tcalcMode=\"spline\"\r\n\t\t\t\t\t/>\r\n\t\t\t\t\t<animate\r\n\t\t\t\t\t\trepeatCount=\"indefinite\"\r\n\t\t\t\t\t\tdur=\"5s\"\r\n\t\t\t\t\t\tbegin=\"0s\"\r\n\t\t\t\t\t\txlink:href=\"#_R_G_L_0_G_L_1_G\"\r\n\t\t\t\t\t\tfill=\"freeze\"\r\n\t\t\t\t\t\tattributeName=\"opacity\"\r\n\t\t\t\t\t\tfrom=\"0\"\r\n\t\t\t\t\t\tto=\"1\"\r\n\t\t\t\t\t\tkeyTimes=\"0;0.62;0.66;1\"\r\n\t\t\t\t\t\tvalues=\"0;0;1;1\"\r\n\t\t\t\t\t\tkeySplines=\"0.333 0 0.833 0.833;0.333 0 0.833 0.833;0 0 0 0\"\r\n\t\t\t\t\t\tcalcMode=\"spline\"\r\n\t\t\t\t\t/>\r\n\t\t\t\t\t<animateMotion\r\n\t\t\t\t\t\trepeatCount=\"indefinite\"\r\n\t\t\t\t\t\tdur=\"5s\"\r\n\t\t\t\t\t\tbegin=\"0s\"\r\n\t\t\t\t\t\txlink:href=\"#_R_G_L_0_G_L_1_G\"\r\n\t\t\t\t\t\tfill=\"freeze\"\r\n\t\t\t\t\t\tkeyTimes=\"0;0.62;0.66;0.8133333;0.8933333;1\"\r\n\t\t\t\t\t\tpath=\"M498 300 C498,300 498,300 498,300 C498,300 427,300 427,300 C427,300 427,300 427,300 C427,300 173.5,300 173.5,300 C173.5,300 173.5,300 173.5,300 \"\r\n\t\t\t\t\t\tkeyPoints=\"0;0;0.22;0.22;1;1\"\r\n\t\t\t\t\t\tkeySplines=\"0.167 0.167 0.667 1;0.167 0.167 0.667 1;0.167 0.167 0.833 0.833;0.167 0.167 0.667 1;0 0 0 0\"\r\n\t\t\t\t\t\tcalcMode=\"spline\"\r\n\t\t\t\t\t/>\r\n\t\t\t\t\t<animateTransform\r\n\t\t\t\t\t\trepeatCount=\"indefinite\"\r\n\t\t\t\t\t\tdur=\"5s\"\r\n\t\t\t\t\t\tbegin=\"0s\"\r\n\t\t\t\t\t\txlink:href=\"#_R_G_L_0_G_L_1_G\"\r\n\t\t\t\t\t\tfill=\"freeze\"\r\n\t\t\t\t\t\tattributeName=\"transform\"\r\n\t\t\t\t\t\tfrom=\"0.89062 0.89062\"\r\n\t\t\t\t\t\tto=\"0.89062 0.89062\"\r\n\t\t\t\t\t\ttype=\"scale\"\r\n\t\t\t\t\t\tadditive=\"sum\"\r\n\t\t\t\t\t\tkeyTimes=\"0;1\"\r\n\t\t\t\t\t\tvalues=\"0.89062 0.89062;0.89062 0.89062\"\r\n\t\t\t\t\t\tkeySplines=\"0 0 1 1\"\r\n\t\t\t\t\t\tcalcMode=\"spline\"\r\n\t\t\t\t\t/>\r\n\t\t\t\t\t<animate\r\n\t\t\t\t\t\trepeatCount=\"indefinite\"\r\n\t\t\t\t\t\tdur=\"5s\"\r\n\t\t\t\t\t\tbegin=\"0s\"\r\n\t\t\t\t\t\txlink:href=\"#_R_G_L_0_G_L_1_G_M\"\r\n\t\t\t\t\t\tfill=\"freeze\"\r\n\t\t\t\t\t\tattributeName=\"opacity\"\r\n\t\t\t\t\t\tfrom=\"0\"\r\n\t\t\t\t\t\tto=\"1\"\r\n\t\t\t\t\t\tkeyTimes=\"0;0.62;0.6200007;1\"\r\n\t\t\t\t\t\tvalues=\"0;0;1;1\"\r\n\t\t\t\t\t\tkeySplines=\"0 0 0 0;0 0 0 0;0 0 0 0\"\r\n\t\t\t\t\t\tcalcMode=\"spline\"\r\n\t\t\t\t\t/>\r\n\t\t\t\t\t<animate\r\n\t\t\t\t\t\trepeatCount=\"indefinite\"\r\n\t\t\t\t\t\tdur=\"5s\"\r\n\t\t\t\t\t\tbegin=\"0s\"\r\n\t\t\t\t\t\txlink:href=\"#_R_G_L_0_G_L_0_G\"\r\n\t\t\t\t\t\tfill=\"freeze\"\r\n\t\t\t\t\t\tattributeName=\"opacity\"\r\n\t\t\t\t\t\tfrom=\"0\"\r\n\t\t\t\t\t\tto=\"1\"\r\n\t\t\t\t\t\tkeyTimes=\"0;0.8533333;0.8933333;1\"\r\n\t\t\t\t\t\tvalues=\"0;0;1;1\"\r\n\t\t\t\t\t\tkeySplines=\"0.333 0 0.833 0.833;0.333 0 0.833 0.833;0 0 0 0\"\r\n\t\t\t\t\t\tcalcMode=\"spline\"\r\n\t\t\t\t\t/>\r\n\t\t\t\t\t<animateMotion\r\n\t\t\t\t\t\trepeatCount=\"indefinite\"\r\n\t\t\t\t\t\tdur=\"5s\"\r\n\t\t\t\t\t\tbegin=\"0s\"\r\n\t\t\t\t\t\txlink:href=\"#_R_G_L_0_G_L_0_G\"\r\n\t\t\t\t\t\tfill=\"freeze\"\r\n\t\t\t\t\t\tkeyTimes=\"0;0.8533333;0.8933333;1\"\r\n\t\t\t\t\t\tpath=\"M498 300 C498,300 498,300 498,300 C498,300 427,300 427,300 C427,300 427,300 427,300 \"\r\n\t\t\t\t\t\tkeyPoints=\"0;0;1;1\"\r\n\t\t\t\t\t\tkeySplines=\"0.167 0.167 0.667 1;0.167 0.167 0.667 1;0 0 0 0\"\r\n\t\t\t\t\t\tcalcMode=\"spline\"\r\n\t\t\t\t\t/>\r\n\t\t\t\t\t<animateTransform\r\n\t\t\t\t\t\trepeatCount=\"indefinite\"\r\n\t\t\t\t\t\tdur=\"5s\"\r\n\t\t\t\t\t\tbegin=\"0s\"\r\n\t\t\t\t\t\txlink:href=\"#_R_G_L_0_G_L_0_G\"\r\n\t\t\t\t\t\tfill=\"freeze\"\r\n\t\t\t\t\t\tattributeName=\"transform\"\r\n\t\t\t\t\t\tfrom=\"0.89062 0.89062\"\r\n\t\t\t\t\t\tto=\"0.89062 0.89062\"\r\n\t\t\t\t\t\ttype=\"scale\"\r\n\t\t\t\t\t\tadditive=\"sum\"\r\n\t\t\t\t\t\tkeyTimes=\"0;1\"\r\n\t\t\t\t\t\tvalues=\"0.89062 0.89062;0.89062 0.89062\"\r\n\t\t\t\t\t\tkeySplines=\"0 0 1 1\"\r\n\t\t\t\t\t\tcalcMode=\"spline\"\r\n\t\t\t\t\t/>\r\n\t\t\t\t\t<animate\r\n\t\t\t\t\t\trepeatCount=\"indefinite\"\r\n\t\t\t\t\t\tdur=\"5s\"\r\n\t\t\t\t\t\tbegin=\"0s\"\r\n\t\t\t\t\t\txlink:href=\"#_R_G_L_0_G_L_0_G_M\"\r\n\t\t\t\t\t\tfill=\"freeze\"\r\n\t\t\t\t\t\tattributeName=\"opacity\"\r\n\t\t\t\t\t\tfrom=\"0\"\r\n\t\t\t\t\t\tto=\"1\"\r\n\t\t\t\t\t\tkeyTimes=\"0;0.8533333;0.853334;1\"\r\n\t\t\t\t\t\tvalues=\"0;0;1;1\"\r\n\t\t\t\t\t\tkeySplines=\"0 0 0 0;0 0 0 0;0 0 0 0\"\r\n\t\t\t\t\t\tcalcMode=\"spline\"\r\n\t\t\t\t\t/>\r\n\t\t\t\t\t<animate attributeType=\"XML\" attributeName=\"opacity\" dur=\"5s\" from=\"0\" to=\"1\" xlink:href=\"#time_group\" />\r\n\t\t\t\t</defs>\r\n\t\t\t\t<g id=\"_R_G\">\r\n\t\t\t\t\t<g id=\"_R_G_L_0_G\" transform=\" translate(270, 196) translate(-300, -300)\">\r\n\t\t\t\t\t\t<g id=\"_R_G_L_0_G_L_12_G_M\">\r\n\t\t\t\t\t\t\t<g id=\"_R_G_L_0_G_L_12_G\">\r\n\t\t\t\t\t\t\t\t<path\r\n\t\t\t\t\t\t\t\t\tid=\"_R_G_L_0_G_L_12_G_D_0_P_0\"\r\n\t\t\t\t\t\t\t\t\tfill=\"#21409a\"\r\n\t\t\t\t\t\t\t\t\tfill-opacity=\"1\"\r\n\t\t\t\t\t\t\t\t\tfill-rule=\"nonzero\"\r\n\t\t\t\t\t\t\t\t\td=\" M0 -30 C16.56,-30 30,-16.56 30,0 C30,16.56 16.56,30 0,30 C-16.56,30 -30,16.56 -30,0 C-30,-16.56 -16.56,-30 0,-30z \"\r\n\t\t\t\t\t\t\t\t/>\r\n\t\t\t\t\t\t\t</g>\r\n\t\t\t\t\t\t</g>\r\n\t\t\t\t\t\t<g id=\"_R_G_L_0_G_L_11_G_M\">\r\n\t\t\t\t\t\t\t<g id=\"_R_G_L_0_G_L_11_G\">\r\n\t\t\t\t\t\t\t\t<path\r\n\t\t\t\t\t\t\t\t\tid=\"_R_G_L_0_G_L_11_G_D_0_P_0\"\r\n\t\t\t\t\t\t\t\t\tfill=\"#21409a\"\r\n\t\t\t\t\t\t\t\t\tfill-opacity=\"1\"\r\n\t\t\t\t\t\t\t\t\tfill-rule=\"nonzero\"\r\n\t\t\t\t\t\t\t\t\td=\" M3.63 23.8 C3.63,23.8 8.05,27.83 24.33,20.28 C24.33,20.28 26.42,16.28 26.42,16.28 C26.42,16.28 27,14.81 27,14.81 C27,14.81 16.7,22.26 5.84,19.04 C2.26,17.97 3.63,23.8 3.63,23.8z \"\r\n\t\t\t\t\t\t\t\t/>\r\n\t\t\t\t\t\t\t\t<path\r\n\t\t\t\t\t\t\t\t\tid=\"_R_G_L_0_G_L_11_G_D_1_P_0\"\r\n\t\t\t\t\t\t\t\t\tfill=\"#21409a\"\r\n\t\t\t\t\t\t\t\t\tfill-opacity=\"1\"\r\n\t\t\t\t\t\t\t\t\tfill-rule=\"nonzero\"\r\n\t\t\t\t\t\t\t\t\td=\" M9.41 27.76 C9.41,27.76 14.46,29.73 21.79,25.65 C21.79,25.65 23.71,24.43 23.71,24.43 C23.71,24.43 24.71,23.23 24.71,23.23 C24.71,23.23 17.24,26.84 10.74,24.91 C8.59,24.28 9.41,27.76 9.41,27.76z \"\r\n\t\t\t\t\t\t\t\t/>\r\n\t\t\t\t\t\t\t\t<path\r\n\t\t\t\t\t\t\t\t\tid=\"_R_G_L_0_G_L_11_G_D_2_P_0\"\r\n\t\t\t\t\t\t\t\t\tfill=\"#21409a\"\r\n\t\t\t\t\t\t\t\t\tfill-opacity=\"1\"\r\n\t\t\t\t\t\t\t\t\tfill-rule=\"nonzero\"\r\n\t\t\t\t\t\t\t\t\td=\" M0.09 15.87 C0.09,15.87 11.11,22.24 26.48,10.22 C26.48,10.22 24.78,5.86 24.78,5.86 C24.78,5.86 15.46,14.09 3.98,10.46 C0.1,9.23 0.09,15.87 0.09,15.87z \"\r\n\t\t\t\t\t\t\t\t/>\r\n\t\t\t\t\t\t\t\t<path\r\n\t\t\t\t\t\t\t\t\tid=\"_R_G_L_0_G_L_11_G_D_3_P_0\"\r\n\t\t\t\t\t\t\t\t\tfill=\"#21409a\"\r\n\t\t\t\t\t\t\t\t\tfill-opacity=\"1\"\r\n\t\t\t\t\t\t\t\t\tfill-rule=\"nonzero\"\r\n\t\t\t\t\t\t\t\t\td=\" M2.09 6.86 C2.09,6.86 10.72,10.88 22.35,3.43 C22.35,3.43 18.54,1.51 18.54,1.51 C18.54,1.51 15.04,5.07 5.34,3.53 C5.34,3.53 2.09,6.86 2.09,6.86z \"\r\n\t\t\t\t\t\t\t\t/>\r\n\t\t\t\t\t\t\t\t<path\r\n\t\t\t\t\t\t\t\t\tid=\"_R_G_L_0_G_L_11_G_D_4_P_0\"\r\n\t\t\t\t\t\t\t\t\tfill=\"#ff860d\"\r\n\t\t\t\t\t\t\t\t\tfill-opacity=\"1\"\r\n\t\t\t\t\t\t\t\t\tfill-rule=\"nonzero\"\r\n\t\t\t\t\t\t\t\t\td=\" M23.39 3.26 C22.15,2.23 20.73,1.42 19.19,0.86 C16.82,2.31 13.88,3.87 10.5,5.21 C6.5,6.81 3.12,8.7 0.55,10.37 C0.19,11.62 0,12.94 0,14.31 C0,14.84 0.03,15.36 0.09,15.87 C2.76,13.92 7.09,11.14 12.63,8.94 C17.07,7.17 20.74,5.04 23.39,3.26 C23.39,3.26 23.39,3.26 23.39,3.26z \"\r\n\t\t\t\t\t\t\t\t/>\r\n\t\t\t\t\t\t\t\t<path\r\n\t\t\t\t\t\t\t\t\tid=\"_R_G_L_0_G_L_11_G_D_5_P_0\"\r\n\t\t\t\t\t\t\t\t\tfill=\"#ff860d\"\r\n\t\t\t\t\t\t\t\t\tfill-opacity=\"1\"\r\n\t\t\t\t\t\t\t\t\tfill-rule=\"nonzero\"\r\n\t\t\t\t\t\t\t\t\td=\" M16.12 0.11 C15.52,0.04 14.92,0 14.31,0 C9.14,0 4.61,2.74 2.09,6.85 C4.2,5.65 6.65,4.41 9.41,3.31 C11.9,2.32 14.15,1.21 16.12,0.11z \"\r\n\t\t\t\t\t\t\t\t/>\r\n\t\t\t\t\t\t\t\t<path\r\n\t\t\t\t\t\t\t\t\tid=\"_R_G_L_0_G_L_11_G_D_6_P_0\"\r\n\t\t\t\t\t\t\t\t\tfill=\"#ff860d\"\r\n\t\t\t\t\t\t\t\t\tfill-opacity=\"1\"\r\n\t\t\t\t\t\t\t\t\tfill-rule=\"nonzero\"\r\n\t\t\t\t\t\t\t\t\td=\" M28.01 18.42 C28.4,17.12 28.61,15.74 28.61,14.31 C28.61,13.97 28.6,13.63 28.58,13.3 C25.91,15.1 22.2,17.28 17.68,19.08 C12.45,21.16 8.31,23.74 5.61,25.67 C6.79,26.57 8.12,27.3 9.56,27.81 C11.97,26.32 14.96,24.71 18.43,23.33 C22.25,21.82 25.49,20.03 28.01,18.42z \"\r\n\t\t\t\t\t\t\t\t/>\r\n\t\t\t\t\t\t\t\t<path\r\n\t\t\t\t\t\t\t\t\tid=\"_R_G_L_0_G_L_11_G_D_7_P_0\"\r\n\t\t\t\t\t\t\t\t\tfill=\"#ff860d\"\r\n\t\t\t\t\t\t\t\t\tfill-opacity=\"1\"\r\n\t\t\t\t\t\t\t\t\tfill-rule=\"nonzero\"\r\n\t\t\t\t\t\t\t\t\td=\" M28.08 10.43 C27.52,8.42 26.53,6.6 25.22,5.06 C22.53,6.9 18.67,9.21 13.93,11.1 C7.84,13.52 3.22,16.63 0.65,18.58 C1.26,20.55 2.29,22.33 3.63,23.83 C6.31,21.88 10.6,19.16 16.06,16.98 C21.25,14.92 25.38,12.35 28.08,10.43 C28.08,10.43 28.08,10.43 28.08,10.43z \"\r\n\t\t\t\t\t\t\t\t/>\r\n\t\t\t\t\t\t\t\t<path\r\n\t\t\t\t\t\t\t\t\tid=\"_R_G_L_0_G_L_11_G_D_8_P_0\"\r\n\t\t\t\t\t\t\t\t\tfill=\"#ff860d\"\r\n\t\t\t\t\t\t\t\t\tfill-opacity=\"1\"\r\n\t\t\t\t\t\t\t\t\tfill-rule=\"nonzero\"\r\n\t\t\t\t\t\t\t\t\td=\" M19.61 25.03 C16.91,26.1 14.51,27.31 12.44,28.49 C13.05,28.57 13.67,28.61 14.31,28.61 C19.5,28.61 24.05,25.84 26.56,21.7 C24.54,22.84 22.21,24 19.61,25.03 C19.61,25.03 19.61,25.03 19.61,25.03z \"\r\n\t\t\t\t\t\t\t\t/>\r\n\t\t\t\t\t\t\t</g>\r\n\t\t\t\t\t\t</g>\r\n\t\t\t\t\t\t<g id=\"_R_G_L_0_G_L_10_G_M\">\r\n\t\t\t\t\t\t\t<g id=\"_R_G_L_0_G_L_10_G\">\r\n\t\t\t\t\t\t\t\t<path\r\n\t\t\t\t\t\t\t\t\tid=\"_R_G_L_0_G_L_10_G_D_0_P_0\"\r\n\t\t\t\t\t\t\t\t\tfill=\"#21409a\"\r\n\t\t\t\t\t\t\t\t\tfill-opacity=\"1\"\r\n\t\t\t\t\t\t\t\t\tfill-rule=\"nonzero\"\r\n\t\t\t\t\t\t\t\t\td=\" M3.63 23.8 C3.63,23.8 8.05,27.83 24.33,20.28 C24.33,20.28 26.42,16.28 26.42,16.28 C26.42,16.28 27,14.81 27,14.81 C27,14.81 16.7,22.26 5.84,19.04 C2.26,17.97 3.63,23.8 3.63,23.8z \"\r\n\t\t\t\t\t\t\t\t/>\r\n\t\t\t\t\t\t\t\t<path\r\n\t\t\t\t\t\t\t\t\tid=\"_R_G_L_0_G_L_10_G_D_1_P_0\"\r\n\t\t\t\t\t\t\t\t\tfill=\"#21409a\"\r\n\t\t\t\t\t\t\t\t\tfill-opacity=\"1\"\r\n\t\t\t\t\t\t\t\t\tfill-rule=\"nonzero\"\r\n\t\t\t\t\t\t\t\t\td=\" M9.41 27.76 C9.41,27.76 14.46,29.73 21.79,25.65 C21.79,25.65 23.71,24.43 23.71,24.43 C23.71,24.43 24.71,23.23 24.71,23.23 C24.71,23.23 17.24,26.84 10.74,24.91 C8.59,24.28 9.41,27.76 9.41,27.76z \"\r\n\t\t\t\t\t\t\t\t/>\r\n\t\t\t\t\t\t\t\t<path\r\n\t\t\t\t\t\t\t\t\tid=\"_R_G_L_0_G_L_10_G_D_2_P_0\"\r\n\t\t\t\t\t\t\t\t\tfill=\"#21409a\"\r\n\t\t\t\t\t\t\t\t\tfill-opacity=\"1\"\r\n\t\t\t\t\t\t\t\t\tfill-rule=\"nonzero\"\r\n\t\t\t\t\t\t\t\t\td=\" M0.09 15.87 C0.09,15.87 11.11,22.24 26.48,10.22 C26.48,10.22 24.78,5.86 24.78,5.86 C24.78,5.86 15.46,14.09 3.98,10.46 C0.1,9.23 0.09,15.87 0.09,15.87z \"\r\n\t\t\t\t\t\t\t\t/>\r\n\t\t\t\t\t\t\t\t<path\r\n\t\t\t\t\t\t\t\t\tid=\"_R_G_L_0_G_L_10_G_D_3_P_0\"\r\n\t\t\t\t\t\t\t\t\tfill=\"#21409a\"\r\n\t\t\t\t\t\t\t\t\tfill-opacity=\"1\"\r\n\t\t\t\t\t\t\t\t\tfill-rule=\"nonzero\"\r\n\t\t\t\t\t\t\t\t\td=\" M2.09 6.86 C2.09,6.86 10.72,10.88 22.35,3.43 C22.35,3.43 18.54,1.51 18.54,1.51 C18.54,1.51 15.04,5.07 5.34,3.53 C5.34,3.53 2.09,6.86 2.09,6.86z \"\r\n\t\t\t\t\t\t\t\t/>\r\n\t\t\t\t\t\t\t\t<path\r\n\t\t\t\t\t\t\t\t\tid=\"_R_G_L_0_G_L_10_G_D_4_P_0\"\r\n\t\t\t\t\t\t\t\t\tfill=\"#ff860d\"\r\n\t\t\t\t\t\t\t\t\tfill-opacity=\"1\"\r\n\t\t\t\t\t\t\t\t\tfill-rule=\"nonzero\"\r\n\t\t\t\t\t\t\t\t\td=\" M23.39 3.26 C22.15,2.23 20.73,1.42 19.19,0.86 C16.82,2.31 13.88,3.87 10.5,5.21 C6.5,6.81 3.12,8.7 0.55,10.37 C0.19,11.62 0,12.94 0,14.31 C0,14.84 0.03,15.36 0.09,15.87 C2.76,13.92 7.09,11.14 12.63,8.94 C17.07,7.17 20.74,5.04 23.39,3.26 C23.39,3.26 23.39,3.26 23.39,3.26z \"\r\n\t\t\t\t\t\t\t\t/>\r\n\t\t\t\t\t\t\t\t<path\r\n\t\t\t\t\t\t\t\t\tid=\"_R_G_L_0_G_L_10_G_D_5_P_0\"\r\n\t\t\t\t\t\t\t\t\tfill=\"#ff860d\"\r\n\t\t\t\t\t\t\t\t\tfill-opacity=\"1\"\r\n\t\t\t\t\t\t\t\t\tfill-rule=\"nonzero\"\r\n\t\t\t\t\t\t\t\t\td=\" M16.12 0.11 C15.52,0.04 14.92,0 14.31,0 C9.14,0 4.61,2.74 2.09,6.85 C4.2,5.65 6.65,4.41 9.41,3.31 C11.9,2.32 14.15,1.21 16.12,0.11z \"\r\n\t\t\t\t\t\t\t\t/>\r\n\t\t\t\t\t\t\t\t<path\r\n\t\t\t\t\t\t\t\t\tid=\"_R_G_L_0_G_L_10_G_D_6_P_0\"\r\n\t\t\t\t\t\t\t\t\tfill=\"#ff860d\"\r\n\t\t\t\t\t\t\t\t\tfill-opacity=\"1\"\r\n\t\t\t\t\t\t\t\t\tfill-rule=\"nonzero\"\r\n\t\t\t\t\t\t\t\t\td=\" M28.01 18.42 C28.4,17.12 28.61,15.74 28.61,14.31 C28.61,13.97 28.6,13.63 28.58,13.3 C25.91,15.1 22.2,17.28 17.68,19.08 C12.45,21.16 8.31,23.74 5.61,25.67 C6.79,26.57 8.12,27.3 9.56,27.81 C11.97,26.32 14.96,24.71 18.43,23.33 C22.25,21.82 25.49,20.03 28.01,18.42z \"\r\n\t\t\t\t\t\t\t\t/>\r\n\t\t\t\t\t\t\t\t<path\r\n\t\t\t\t\t\t\t\t\tid=\"_R_G_L_0_G_L_10_G_D_7_P_0\"\r\n\t\t\t\t\t\t\t\t\tfill=\"#ff860d\"\r\n\t\t\t\t\t\t\t\t\tfill-opacity=\"1\"\r\n\t\t\t\t\t\t\t\t\tfill-rule=\"nonzero\"\r\n\t\t\t\t\t\t\t\t\td=\" M28.08 10.43 C27.52,8.42 26.53,6.6 25.22,5.06 C22.53,6.9 18.67,9.21 13.93,11.1 C7.84,13.52 3.22,16.63 0.65,18.58 C1.26,20.55 2.29,22.33 3.63,23.83 C6.31,21.88 10.6,19.16 16.06,16.98 C21.25,14.92 25.38,12.35 28.08,10.43 C28.08,10.43 28.08,10.43 28.08,10.43z \"\r\n\t\t\t\t\t\t\t\t/>\r\n\t\t\t\t\t\t\t\t<path\r\n\t\t\t\t\t\t\t\t\tid=\"_R_G_L_0_G_L_10_G_D_8_P_0\"\r\n\t\t\t\t\t\t\t\t\tfill=\"#ff860d\"\r\n\t\t\t\t\t\t\t\t\tfill-opacity=\"1\"\r\n\t\t\t\t\t\t\t\t\tfill-rule=\"nonzero\"\r\n\t\t\t\t\t\t\t\t\td=\" M19.61 25.03 C16.91,26.1 14.51,27.31 12.44,28.49 C13.05,28.57 13.67,28.61 14.31,28.61 C19.5,28.61 24.05,25.84 26.56,21.7 C24.54,22.84 22.21,24 19.61,25.03 C19.61,25.03 19.61,25.03 19.61,25.03z \"\r\n\t\t\t\t\t\t\t\t/>\r\n\t\t\t\t\t\t\t</g>\r\n\t\t\t\t\t\t</g>\r\n\t\t\t\t\t\t<g id=\"_R_G_L_0_G_L_9_G_M\">\r\n\t\t\t\t\t\t\t<g id=\"_R_G_L_0_G_L_9_G\">\r\n\t\t\t\t\t\t\t\t<path\r\n\t\t\t\t\t\t\t\t\tid=\"_R_G_L_0_G_L_9_G_D_0_P_0\"\r\n\t\t\t\t\t\t\t\t\tfill=\"#21409a\"\r\n\t\t\t\t\t\t\t\t\tfill-opacity=\"1\"\r\n\t\t\t\t\t\t\t\t\tfill-rule=\"nonzero\"\r\n\t\t\t\t\t\t\t\t\td=\" M3.63 23.8 C3.63,23.8 8.05,27.83 24.33,20.28 C24.33,20.28 26.42,16.28 26.42,16.28 C26.42,16.28 27,14.81 27,14.81 C27,14.81 16.7,22.26 5.84,19.04 C2.26,17.97 3.63,23.8 3.63,23.8z \"\r\n\t\t\t\t\t\t\t\t/>\r\n\t\t\t\t\t\t\t\t<path\r\n\t\t\t\t\t\t\t\t\tid=\"_R_G_L_0_G_L_9_G_D_1_P_0\"\r\n\t\t\t\t\t\t\t\t\tfill=\"#21409a\"\r\n\t\t\t\t\t\t\t\t\tfill-opacity=\"1\"\r\n\t\t\t\t\t\t\t\t\tfill-rule=\"nonzero\"\r\n\t\t\t\t\t\t\t\t\td=\" M9.41 27.76 C9.41,27.76 14.46,29.73 21.79,25.65 C21.79,25.65 23.71,24.43 23.71,24.43 C23.71,24.43 24.71,23.23 24.71,23.23 C24.71,23.23 17.24,26.84 10.74,24.91 C8.59,24.28 9.41,27.76 9.41,27.76z \"\r\n\t\t\t\t\t\t\t\t/>\r\n\t\t\t\t\t\t\t\t<path\r\n\t\t\t\t\t\t\t\t\tid=\"_R_G_L_0_G_L_9_G_D_2_P_0\"\r\n\t\t\t\t\t\t\t\t\tfill=\"#21409a\"\r\n\t\t\t\t\t\t\t\t\tfill-opacity=\"1\"\r\n\t\t\t\t\t\t\t\t\tfill-rule=\"nonzero\"\r\n\t\t\t\t\t\t\t\t\td=\" M0.09 15.87 C0.09,15.87 11.11,22.24 26.48,10.22 C26.48,10.22 24.78,5.86 24.78,5.86 C24.78,5.86 15.46,14.09 3.98,10.46 C0.1,9.23 0.09,15.87 0.09,15.87z \"\r\n\t\t\t\t\t\t\t\t/>\r\n\t\t\t\t\t\t\t\t<path\r\n\t\t\t\t\t\t\t\t\tid=\"_R_G_L_0_G_L_9_G_D_3_P_0\"\r\n\t\t\t\t\t\t\t\t\tfill=\"#21409a\"\r\n\t\t\t\t\t\t\t\t\tfill-opacity=\"1\"\r\n\t\t\t\t\t\t\t\t\tfill-rule=\"nonzero\"\r\n\t\t\t\t\t\t\t\t\td=\" M2.09 6.86 C2.09,6.86 10.72,10.88 22.35,3.43 C22.35,3.43 18.54,1.51 18.54,1.51 C18.54,1.51 15.04,5.07 5.34,3.53 C5.34,3.53 2.09,6.86 2.09,6.86z \"\r\n\t\t\t\t\t\t\t\t/>\r\n\t\t\t\t\t\t\t\t<path\r\n\t\t\t\t\t\t\t\t\tid=\"_R_G_L_0_G_L_9_G_D_4_P_0\"\r\n\t\t\t\t\t\t\t\t\tfill=\"#ff860d\"\r\n\t\t\t\t\t\t\t\t\tfill-opacity=\"1\"\r\n\t\t\t\t\t\t\t\t\tfill-rule=\"nonzero\"\r\n\t\t\t\t\t\t\t\t\td=\" M23.39 3.26 C22.15,2.23 20.73,1.42 19.19,0.86 C16.82,2.31 13.88,3.87 10.5,5.21 C6.5,6.81 3.12,8.7 0.55,10.37 C0.19,11.62 0,12.94 0,14.31 C0,14.84 0.03,15.36 0.09,15.87 C2.76,13.92 7.09,11.14 12.63,8.94 C17.07,7.17 20.74,5.04 23.39,3.26 C23.39,3.26 23.39,3.26 23.39,3.26z \"\r\n\t\t\t\t\t\t\t\t/>\r\n\t\t\t\t\t\t\t\t<path\r\n\t\t\t\t\t\t\t\t\tid=\"_R_G_L_0_G_L_9_G_D_5_P_0\"\r\n\t\t\t\t\t\t\t\t\tfill=\"#ff860d\"\r\n\t\t\t\t\t\t\t\t\tfill-opacity=\"1\"\r\n\t\t\t\t\t\t\t\t\tfill-rule=\"nonzero\"\r\n\t\t\t\t\t\t\t\t\td=\" M16.12 0.11 C15.52,0.04 14.92,0 14.31,0 C9.14,0 4.61,2.74 2.09,6.85 C4.2,5.65 6.65,4.41 9.41,3.31 C11.9,2.32 14.15,1.21 16.12,0.11z \"\r\n\t\t\t\t\t\t\t\t/>\r\n\t\t\t\t\t\t\t\t<path\r\n\t\t\t\t\t\t\t\t\tid=\"_R_G_L_0_G_L_9_G_D_6_P_0\"\r\n\t\t\t\t\t\t\t\t\tfill=\"#ff860d\"\r\n\t\t\t\t\t\t\t\t\tfill-opacity=\"1\"\r\n\t\t\t\t\t\t\t\t\tfill-rule=\"nonzero\"\r\n\t\t\t\t\t\t\t\t\td=\" M28.01 18.42 C28.4,17.12 28.61,15.74 28.61,14.31 C28.61,13.97 28.6,13.63 28.58,13.3 C25.91,15.1 22.2,17.28 17.68,19.08 C12.45,21.16 8.31,23.74 5.61,25.67 C6.79,26.57 8.12,27.3 9.56,27.81 C11.97,26.32 14.96,24.71 18.43,23.33 C22.25,21.82 25.49,20.03 28.01,18.42z \"\r\n\t\t\t\t\t\t\t\t/>\r\n\t\t\t\t\t\t\t\t<path\r\n\t\t\t\t\t\t\t\t\tid=\"_R_G_L_0_G_L_9_G_D_7_P_0\"\r\n\t\t\t\t\t\t\t\t\tfill=\"#ff860d\"\r\n\t\t\t\t\t\t\t\t\tfill-opacity=\"1\"\r\n\t\t\t\t\t\t\t\t\tfill-rule=\"nonzero\"\r\n\t\t\t\t\t\t\t\t\td=\" M28.08 10.43 C27.52,8.42 26.53,6.6 25.22,5.06 C22.53,6.9 18.67,9.21 13.93,11.1 C7.84,13.52 3.22,16.63 0.65,18.58 C1.26,20.55 2.29,22.33 3.63,23.83 C6.31,21.88 10.6,19.16 16.06,16.98 C21.25,14.92 25.38,12.35 28.08,10.43 C28.08,10.43 28.08,10.43 28.08,10.43z \"\r\n\t\t\t\t\t\t\t\t/>\r\n\t\t\t\t\t\t\t\t<path\r\n\t\t\t\t\t\t\t\t\tid=\"_R_G_L_0_G_L_9_G_D_8_P_0\"\r\n\t\t\t\t\t\t\t\t\tfill=\"#ff860d\"\r\n\t\t\t\t\t\t\t\t\tfill-opacity=\"1\"\r\n\t\t\t\t\t\t\t\t\tfill-rule=\"nonzero\"\r\n\t\t\t\t\t\t\t\t\td=\" M19.61 25.03 C16.91,26.1 14.51,27.31 12.44,28.49 C13.05,28.57 13.67,28.61 14.31,28.61 C19.5,28.61 24.05,25.84 26.56,21.7 C24.54,22.84 22.21,24 19.61,25.03 C19.61,25.03 19.61,25.03 19.61,25.03z \"\r\n\t\t\t\t\t\t\t\t/>\r\n\t\t\t\t\t\t\t</g>\r\n\t\t\t\t\t\t</g>\r\n\t\t\t\t\t\t<g id=\"_R_G_L_0_G_L_8_G_M\">\r\n\t\t\t\t\t\t\t<g id=\"_R_G_L_0_G_L_8_G\">\r\n\t\t\t\t\t\t\t\t<path\r\n\t\t\t\t\t\t\t\t\tid=\"_R_G_L_0_G_L_8_G_D_0_P_0\"\r\n\t\t\t\t\t\t\t\t\tfill=\"#21409a\"\r\n\t\t\t\t\t\t\t\t\tfill-opacity=\"1\"\r\n\t\t\t\t\t\t\t\t\tfill-rule=\"nonzero\"\r\n\t\t\t\t\t\t\t\t\td=\" M3.63 23.8 C3.63,23.8 8.05,27.83 24.33,20.28 C24.33,20.28 26.42,16.28 26.42,16.28 C26.42,16.28 27,14.81 27,14.81 C27,14.81 16.7,22.26 5.84,19.04 C2.26,17.97 3.63,23.8 3.63,23.8z \"\r\n\t\t\t\t\t\t\t\t/>\r\n\t\t\t\t\t\t\t\t<path\r\n\t\t\t\t\t\t\t\t\tid=\"_R_G_L_0_G_L_8_G_D_1_P_0\"\r\n\t\t\t\t\t\t\t\t\tfill=\"#21409a\"\r\n\t\t\t\t\t\t\t\t\tfill-opacity=\"1\"\r\n\t\t\t\t\t\t\t\t\tfill-rule=\"nonzero\"\r\n\t\t\t\t\t\t\t\t\td=\" M9.41 27.76 C9.41,27.76 14.46,29.73 21.79,25.65 C21.79,25.65 23.71,24.43 23.71,24.43 C23.71,24.43 24.71,23.23 24.71,23.23 C24.71,23.23 17.24,26.84 10.74,24.91 C8.59,24.28 9.41,27.76 9.41,27.76z \"\r\n\t\t\t\t\t\t\t\t/>\r\n\t\t\t\t\t\t\t\t<path\r\n\t\t\t\t\t\t\t\t\tid=\"_R_G_L_0_G_L_8_G_D_2_P_0\"\r\n\t\t\t\t\t\t\t\t\tfill=\"#21409a\"\r\n\t\t\t\t\t\t\t\t\tfill-opacity=\"1\"\r\n\t\t\t\t\t\t\t\t\tfill-rule=\"nonzero\"\r\n\t\t\t\t\t\t\t\t\td=\" M0.09 15.87 C0.09,15.87 11.11,22.24 26.48,10.22 C26.48,10.22 24.78,5.86 24.78,5.86 C24.78,5.86 15.46,14.09 3.98,10.46 C0.1,9.23 0.09,15.87 0.09,15.87z \"\r\n\t\t\t\t\t\t\t\t/>\r\n\t\t\t\t\t\t\t\t<path\r\n\t\t\t\t\t\t\t\t\tid=\"_R_G_L_0_G_L_8_G_D_3_P_0\"\r\n\t\t\t\t\t\t\t\t\tfill=\"#21409a\"\r\n\t\t\t\t\t\t\t\t\tfill-opacity=\"1\"\r\n\t\t\t\t\t\t\t\t\tfill-rule=\"nonzero\"\r\n\t\t\t\t\t\t\t\t\td=\" M2.09 6.86 C2.09,6.86 10.72,10.88 22.35,3.43 C22.35,3.43 18.54,1.51 18.54,1.51 C18.54,1.51 15.04,5.07 5.34,3.53 C5.34,3.53 2.09,6.86 2.09,6.86z \"\r\n\t\t\t\t\t\t\t\t/>\r\n\t\t\t\t\t\t\t\t<path\r\n\t\t\t\t\t\t\t\t\tid=\"_R_G_L_0_G_L_8_G_D_4_P_0\"\r\n\t\t\t\t\t\t\t\t\tfill=\"#ff860d\"\r\n\t\t\t\t\t\t\t\t\tfill-opacity=\"1\"\r\n\t\t\t\t\t\t\t\t\tfill-rule=\"nonzero\"\r\n\t\t\t\t\t\t\t\t\td=\" M23.39 3.26 C22.15,2.23 20.73,1.42 19.19,0.86 C16.82,2.31 13.88,3.87 10.5,5.21 C6.5,6.81 3.12,8.7 0.55,10.37 C0.19,11.62 0,12.94 0,14.31 C0,14.84 0.03,15.36 0.09,15.87 C2.76,13.92 7.09,11.14 12.63,8.94 C17.07,7.17 20.74,5.04 23.39,3.26 C23.39,3.26 23.39,3.26 23.39,3.26z \"\r\n\t\t\t\t\t\t\t\t/>\r\n\t\t\t\t\t\t\t\t<path\r\n\t\t\t\t\t\t\t\t\tid=\"_R_G_L_0_G_L_8_G_D_5_P_0\"\r\n\t\t\t\t\t\t\t\t\tfill=\"#ff860d\"\r\n\t\t\t\t\t\t\t\t\tfill-opacity=\"1\"\r\n\t\t\t\t\t\t\t\t\tfill-rule=\"nonzero\"\r\n\t\t\t\t\t\t\t\t\td=\" M16.12 0.11 C15.52,0.04 14.92,0 14.31,0 C9.14,0 4.61,2.74 2.09,6.85 C4.2,5.65 6.65,4.41 9.41,3.31 C11.9,2.32 14.15,1.21 16.12,0.11z \"\r\n\t\t\t\t\t\t\t\t/>\r\n\t\t\t\t\t\t\t\t<path\r\n\t\t\t\t\t\t\t\t\tid=\"_R_G_L_0_G_L_8_G_D_6_P_0\"\r\n\t\t\t\t\t\t\t\t\tfill=\"#ff860d\"\r\n\t\t\t\t\t\t\t\t\tfill-opacity=\"1\"\r\n\t\t\t\t\t\t\t\t\tfill-rule=\"nonzero\"\r\n\t\t\t\t\t\t\t\t\td=\" M28.01 18.42 C28.4,17.12 28.61,15.74 28.61,14.31 C28.61,13.97 28.6,13.63 28.58,13.3 C25.91,15.1 22.2,17.28 17.68,19.08 C12.45,21.16 8.31,23.74 5.61,25.67 C6.79,26.57 8.12,27.3 9.56,27.81 C11.97,26.32 14.96,24.71 18.43,23.33 C22.25,21.82 25.49,20.03 28.01,18.42z \"\r\n\t\t\t\t\t\t\t\t/>\r\n\t\t\t\t\t\t\t\t<path\r\n\t\t\t\t\t\t\t\t\tid=\"_R_G_L_0_G_L_8_G_D_7_P_0\"\r\n\t\t\t\t\t\t\t\t\tfill=\"#ff860d\"\r\n\t\t\t\t\t\t\t\t\tfill-opacity=\"1\"\r\n\t\t\t\t\t\t\t\t\tfill-rule=\"nonzero\"\r\n\t\t\t\t\t\t\t\t\td=\" M28.08 10.43 C27.52,8.42 26.53,6.6 25.22,5.06 C22.53,6.9 18.67,9.21 13.93,11.1 C7.84,13.52 3.22,16.63 0.65,18.58 C1.26,20.55 2.29,22.33 3.63,23.83 C6.31,21.88 10.6,19.16 16.06,16.98 C21.25,14.92 25.38,12.35 28.08,10.43 C28.08,10.43 28.08,10.43 28.08,10.43z \"\r\n\t\t\t\t\t\t\t\t/>\r\n\t\t\t\t\t\t\t\t<path\r\n\t\t\t\t\t\t\t\t\tid=\"_R_G_L_0_G_L_8_G_D_8_P_0\"\r\n\t\t\t\t\t\t\t\t\tfill=\"#ff860d\"\r\n\t\t\t\t\t\t\t\t\tfill-opacity=\"1\"\r\n\t\t\t\t\t\t\t\t\tfill-rule=\"nonzero\"\r\n\t\t\t\t\t\t\t\t\td=\" M19.61 25.03 C16.91,26.1 14.51,27.31 12.44,28.49 C13.05,28.57 13.67,28.61 14.31,28.61 C19.5,28.61 24.05,25.84 26.56,21.7 C24.54,22.84 22.21,24 19.61,25.03 C19.61,25.03 19.61,25.03 19.61,25.03z \"\r\n\t\t\t\t\t\t\t\t/>\r\n\t\t\t\t\t\t\t</g>\r\n\t\t\t\t\t\t</g>\r\n\t\t\t\t\t\t<g id=\"_R_G_L_0_G_L_7_G_M\">\r\n\t\t\t\t\t\t\t<g id=\"_R_G_L_0_G_L_7_G\">\r\n\t\t\t\t\t\t\t\t<path\r\n\t\t\t\t\t\t\t\t\tid=\"_R_G_L_0_G_L_7_G_D_0_P_0\"\r\n\t\t\t\t\t\t\t\t\tfill=\"#21409a\"\r\n\t\t\t\t\t\t\t\t\tfill-opacity=\"1\"\r\n\t\t\t\t\t\t\t\t\tfill-rule=\"nonzero\"\r\n\t\t\t\t\t\t\t\t\td=\" M3.63 23.8 C3.63,23.8 8.05,27.83 24.33,20.28 C24.33,20.28 26.42,16.28 26.42,16.28 C26.42,16.28 27,14.81 27,14.81 C27,14.81 16.7,22.26 5.84,19.04 C2.26,17.97 3.63,23.8 3.63,23.8z \"\r\n\t\t\t\t\t\t\t\t/>\r\n\t\t\t\t\t\t\t\t<path\r\n\t\t\t\t\t\t\t\t\tid=\"_R_G_L_0_G_L_7_G_D_1_P_0\"\r\n\t\t\t\t\t\t\t\t\tfill=\"#21409a\"\r\n\t\t\t\t\t\t\t\t\tfill-opacity=\"1\"\r\n\t\t\t\t\t\t\t\t\tfill-rule=\"nonzero\"\r\n\t\t\t\t\t\t\t\t\td=\" M9.41 27.76 C9.41,27.76 14.46,29.73 21.79,25.65 C21.79,25.65 23.71,24.43 23.71,24.43 C23.71,24.43 24.71,23.23 24.71,23.23 C24.71,23.23 17.24,26.84 10.74,24.91 C8.59,24.28 9.41,27.76 9.41,27.76z \"\r\n\t\t\t\t\t\t\t\t/>\r\n\t\t\t\t\t\t\t\t<path\r\n\t\t\t\t\t\t\t\t\tid=\"_R_G_L_0_G_L_7_G_D_2_P_0\"\r\n\t\t\t\t\t\t\t\t\tfill=\"#21409a\"\r\n\t\t\t\t\t\t\t\t\tfill-opacity=\"1\"\r\n\t\t\t\t\t\t\t\t\tfill-rule=\"nonzero\"\r\n\t\t\t\t\t\t\t\t\td=\" M0.09 15.87 C0.09,15.87 11.11,22.24 26.48,10.22 C26.48,10.22 24.78,5.86 24.78,5.86 C24.78,5.86 15.46,14.09 3.98,10.46 C0.1,9.23 0.09,15.87 0.09,15.87z \"\r\n\t\t\t\t\t\t\t\t/>\r\n\t\t\t\t\t\t\t\t<path\r\n\t\t\t\t\t\t\t\t\tid=\"_R_G_L_0_G_L_7_G_D_3_P_0\"\r\n\t\t\t\t\t\t\t\t\tfill=\"#21409a\"\r\n\t\t\t\t\t\t\t\t\tfill-opacity=\"1\"\r\n\t\t\t\t\t\t\t\t\tfill-rule=\"nonzero\"\r\n\t\t\t\t\t\t\t\t\td=\" M2.09 6.86 C2.09,6.86 10.72,10.88 22.35,3.43 C22.35,3.43 18.54,1.51 18.54,1.51 C18.54,1.51 15.04,5.07 5.34,3.53 C5.34,3.53 2.09,6.86 2.09,6.86z \"\r\n\t\t\t\t\t\t\t\t/>\r\n\t\t\t\t\t\t\t\t<path\r\n\t\t\t\t\t\t\t\t\tid=\"_R_G_L_0_G_L_7_G_D_4_P_0\"\r\n\t\t\t\t\t\t\t\t\tfill=\"#ff860d\"\r\n\t\t\t\t\t\t\t\t\tfill-opacity=\"1\"\r\n\t\t\t\t\t\t\t\t\tfill-rule=\"nonzero\"\r\n\t\t\t\t\t\t\t\t\td=\" M23.39 3.26 C22.15,2.23 20.73,1.42 19.19,0.86 C16.82,2.31 13.88,3.87 10.5,5.21 C6.5,6.81 3.12,8.7 0.55,10.37 C0.19,11.62 0,12.94 0,14.31 C0,14.84 0.03,15.36 0.09,15.87 C2.76,13.92 7.09,11.14 12.63,8.94 C17.07,7.17 20.74,5.04 23.39,3.26 C23.39,3.26 23.39,3.26 23.39,3.26z \"\r\n\t\t\t\t\t\t\t\t/>\r\n\t\t\t\t\t\t\t\t<path\r\n\t\t\t\t\t\t\t\t\tid=\"_R_G_L_0_G_L_7_G_D_5_P_0\"\r\n\t\t\t\t\t\t\t\t\tfill=\"#ff860d\"\r\n\t\t\t\t\t\t\t\t\tfill-opacity=\"1\"\r\n\t\t\t\t\t\t\t\t\tfill-rule=\"nonzero\"\r\n\t\t\t\t\t\t\t\t\td=\" M16.12 0.11 C15.52,0.04 14.92,0 14.31,0 C9.14,0 4.61,2.74 2.09,6.85 C4.2,5.65 6.65,4.41 9.41,3.31 C11.9,2.32 14.15,1.21 16.12,0.11z \"\r\n\t\t\t\t\t\t\t\t/>\r\n\t\t\t\t\t\t\t\t<path\r\n\t\t\t\t\t\t\t\t\tid=\"_R_G_L_0_G_L_7_G_D_6_P_0\"\r\n\t\t\t\t\t\t\t\t\tfill=\"#ff860d\"\r\n\t\t\t\t\t\t\t\t\tfill-opacity=\"1\"\r\n\t\t\t\t\t\t\t\t\tfill-rule=\"nonzero\"\r\n\t\t\t\t\t\t\t\t\td=\" M28.01 18.42 C28.4,17.12 28.61,15.74 28.61,14.31 C28.61,13.97 28.6,13.63 28.58,13.3 C25.91,15.1 22.2,17.28 17.68,19.08 C12.45,21.16 8.31,23.74 5.61,25.67 C6.79,26.57 8.12,27.3 9.56,27.81 C11.97,26.32 14.96,24.71 18.43,23.33 C22.25,21.82 25.49,20.03 28.01,18.42z \"\r\n\t\t\t\t\t\t\t\t/>\r\n\t\t\t\t\t\t\t\t<path\r\n\t\t\t\t\t\t\t\t\tid=\"_R_G_L_0_G_L_7_G_D_7_P_0\"\r\n\t\t\t\t\t\t\t\t\tfill=\"#ff860d\"\r\n\t\t\t\t\t\t\t\t\tfill-opacity=\"1\"\r\n\t\t\t\t\t\t\t\t\tfill-rule=\"nonzero\"\r\n\t\t\t\t\t\t\t\t\td=\" M28.08 10.43 C27.52,8.42 26.53,6.6 25.22,5.06 C22.53,6.9 18.67,9.21 13.93,11.1 C7.84,13.52 3.22,16.63 0.65,18.58 C1.26,20.55 2.29,22.33 3.63,23.83 C6.31,21.88 10.6,19.16 16.06,16.98 C21.25,14.92 25.38,12.35 28.08,10.43 C28.08,10.43 28.08,10.43 28.08,10.43z \"\r\n\t\t\t\t\t\t\t\t/>\r\n\t\t\t\t\t\t\t\t<path\r\n\t\t\t\t\t\t\t\t\tid=\"_R_G_L_0_G_L_7_G_D_8_P_0\"\r\n\t\t\t\t\t\t\t\t\tfill=\"#ff860d\"\r\n\t\t\t\t\t\t\t\t\tfill-opacity=\"1\"\r\n\t\t\t\t\t\t\t\t\tfill-rule=\"nonzero\"\r\n\t\t\t\t\t\t\t\t\td=\" M19.61 25.03 C16.91,26.1 14.51,27.31 12.44,28.49 C13.05,28.57 13.67,28.61 14.31,28.61 C19.5,28.61 24.05,25.84 26.56,21.7 C24.54,22.84 22.21,24 19.61,25.03 C19.61,25.03 19.61,25.03 19.61,25.03z \"\r\n\t\t\t\t\t\t\t\t/>\r\n\t\t\t\t\t\t\t</g>\r\n\t\t\t\t\t\t</g>\r\n\t\t\t\t\t\t<g id=\"_R_G_L_0_G_L_6_G_M\">\r\n\t\t\t\t\t\t\t<g id=\"_R_G_L_0_G_L_6_G\">\r\n\t\t\t\t\t\t\t\t<path\r\n\t\t\t\t\t\t\t\t\tid=\"_R_G_L_0_G_L_6_G_D_0_P_0\"\r\n\t\t\t\t\t\t\t\t\tfill=\"#21409a\"\r\n\t\t\t\t\t\t\t\t\tfill-opacity=\"1\"\r\n\t\t\t\t\t\t\t\t\tfill-rule=\"nonzero\"\r\n\t\t\t\t\t\t\t\t\td=\" M3.63 23.8 C3.63,23.8 8.05,27.83 24.33,20.28 C24.33,20.28 26.42,16.28 26.42,16.28 C26.42,16.28 27,14.81 27,14.81 C27,14.81 16.7,22.26 5.84,19.04 C2.26,17.97 3.63,23.8 3.63,23.8z \"\r\n\t\t\t\t\t\t\t\t/>\r\n\t\t\t\t\t\t\t\t<path\r\n\t\t\t\t\t\t\t\t\tid=\"_R_G_L_0_G_L_6_G_D_1_P_0\"\r\n\t\t\t\t\t\t\t\t\tfill=\"#21409a\"\r\n\t\t\t\t\t\t\t\t\tfill-opacity=\"1\"\r\n\t\t\t\t\t\t\t\t\tfill-rule=\"nonzero\"\r\n\t\t\t\t\t\t\t\t\td=\" M9.41 27.76 C9.41,27.76 14.46,29.73 21.79,25.65 C21.79,25.65 23.71,24.43 23.71,24.43 C23.71,24.43 24.71,23.23 24.71,23.23 C24.71,23.23 17.24,26.84 10.74,24.91 C8.59,24.28 9.41,27.76 9.41,27.76z \"\r\n\t\t\t\t\t\t\t\t/>\r\n\t\t\t\t\t\t\t\t<path\r\n\t\t\t\t\t\t\t\t\tid=\"_R_G_L_0_G_L_6_G_D_2_P_0\"\r\n\t\t\t\t\t\t\t\t\tfill=\"#21409a\"\r\n\t\t\t\t\t\t\t\t\tfill-opacity=\"1\"\r\n\t\t\t\t\t\t\t\t\tfill-rule=\"nonzero\"\r\n\t\t\t\t\t\t\t\t\td=\" M0.09 15.87 C0.09,15.87 11.11,22.24 26.48,10.22 C26.48,10.22 24.78,5.86 24.78,5.86 C24.78,5.86 15.46,14.09 3.98,10.46 C0.1,9.23 0.09,15.87 0.09,15.87z \"\r\n\t\t\t\t\t\t\t\t/>\r\n\t\t\t\t\t\t\t\t<path\r\n\t\t\t\t\t\t\t\t\tid=\"_R_G_L_0_G_L_6_G_D_3_P_0\"\r\n\t\t\t\t\t\t\t\t\tfill=\"#21409a\"\r\n\t\t\t\t\t\t\t\t\tfill-opacity=\"1\"\r\n\t\t\t\t\t\t\t\t\tfill-rule=\"nonzero\"\r\n\t\t\t\t\t\t\t\t\td=\" M2.09 6.86 C2.09,6.86 10.72,10.88 22.35,3.43 C22.35,3.43 18.54,1.51 18.54,1.51 C18.54,1.51 15.04,5.07 5.34,3.53 C5.34,3.53 2.09,6.86 2.09,6.86z \"\r\n\t\t\t\t\t\t\t\t/>\r\n\t\t\t\t\t\t\t\t<path\r\n\t\t\t\t\t\t\t\t\tid=\"_R_G_L_0_G_L_6_G_D_4_P_0\"\r\n\t\t\t\t\t\t\t\t\tfill=\"#ff860d\"\r\n\t\t\t\t\t\t\t\t\tfill-opacity=\"1\"\r\n\t\t\t\t\t\t\t\t\tfill-rule=\"nonzero\"\r\n\t\t\t\t\t\t\t\t\td=\" M23.39 3.26 C22.15,2.23 20.73,1.42 19.19,0.86 C16.82,2.31 13.88,3.87 10.5,5.21 C6.5,6.81 3.12,8.7 0.55,10.37 C0.19,11.62 0,12.94 0,14.31 C0,14.84 0.03,15.36 0.09,15.87 C2.76,13.92 7.09,11.14 12.63,8.94 C17.07,7.17 20.74,5.04 23.39,3.26 C23.39,3.26 23.39,3.26 23.39,3.26z \"\r\n\t\t\t\t\t\t\t\t/>\r\n\t\t\t\t\t\t\t\t<path\r\n\t\t\t\t\t\t\t\t\tid=\"_R_G_L_0_G_L_6_G_D_5_P_0\"\r\n\t\t\t\t\t\t\t\t\tfill=\"#ff860d\"\r\n\t\t\t\t\t\t\t\t\tfill-opacity=\"1\"\r\n\t\t\t\t\t\t\t\t\tfill-rule=\"nonzero\"\r\n\t\t\t\t\t\t\t\t\td=\" M16.12 0.11 C15.52,0.04 14.92,0 14.31,0 C9.14,0 4.61,2.74 2.09,6.85 C4.2,5.65 6.65,4.41 9.41,3.31 C11.9,2.32 14.15,1.21 16.12,0.11z \"\r\n\t\t\t\t\t\t\t\t/>\r\n\t\t\t\t\t\t\t\t<path\r\n\t\t\t\t\t\t\t\t\tid=\"_R_G_L_0_G_L_6_G_D_6_P_0\"\r\n\t\t\t\t\t\t\t\t\tfill=\"#ff860d\"\r\n\t\t\t\t\t\t\t\t\tfill-opacity=\"1\"\r\n\t\t\t\t\t\t\t\t\tfill-rule=\"nonzero\"\r\n\t\t\t\t\t\t\t\t\td=\" M28.01 18.42 C28.4,17.12 28.61,15.74 28.61,14.31 C28.61,13.97 28.6,13.63 28.58,13.3 C25.91,15.1 22.2,17.28 17.68,19.08 C12.45,21.16 8.31,23.74 5.61,25.67 C6.79,26.57 8.12,27.3 9.56,27.81 C11.97,26.32 14.96,24.71 18.43,23.33 C22.25,21.82 25.49,20.03 28.01,18.42z \"\r\n\t\t\t\t\t\t\t\t/>\r\n\t\t\t\t\t\t\t\t<path\r\n\t\t\t\t\t\t\t\t\tid=\"_R_G_L_0_G_L_6_G_D_7_P_0\"\r\n\t\t\t\t\t\t\t\t\tfill=\"#ff860d\"\r\n\t\t\t\t\t\t\t\t\tfill-opacity=\"1\"\r\n\t\t\t\t\t\t\t\t\tfill-rule=\"nonzero\"\r\n\t\t\t\t\t\t\t\t\td=\" M28.08 10.43 C27.52,8.42 26.53,6.6 25.22,5.06 C22.53,6.9 18.67,9.21 13.93,11.1 C7.84,13.52 3.22,16.63 0.65,18.58 C1.26,20.55 2.29,22.33 3.63,23.83 C6.31,21.88 10.6,19.16 16.06,16.98 C21.25,14.92 25.38,12.35 28.08,10.43 C28.08,10.43 28.08,10.43 28.08,10.43z \"\r\n\t\t\t\t\t\t\t\t/>\r\n\t\t\t\t\t\t\t\t<path\r\n\t\t\t\t\t\t\t\t\tid=\"_R_G_L_0_G_L_6_G_D_8_P_0\"\r\n\t\t\t\t\t\t\t\t\tfill=\"#ff860d\"\r\n\t\t\t\t\t\t\t\t\tfill-opacity=\"1\"\r\n\t\t\t\t\t\t\t\t\tfill-rule=\"nonzero\"\r\n\t\t\t\t\t\t\t\t\td=\" M19.61 25.03 C16.91,26.1 14.51,27.31 12.44,28.49 C13.05,28.57 13.67,28.61 14.31,28.61 C19.5,28.61 24.05,25.84 26.56,21.7 C24.54,22.84 22.21,24 19.61,25.03 C19.61,25.03 19.61,25.03 19.61,25.03z \"\r\n\t\t\t\t\t\t\t\t/>\r\n\t\t\t\t\t\t\t</g>\r\n\t\t\t\t\t\t</g>\r\n\t\t\t\t\t\t<g id=\"_R_G_L_0_G_L_5_G_M\">\r\n\t\t\t\t\t\t\t<g id=\"_R_G_L_0_G_L_5_G\">\r\n\t\t\t\t\t\t\t\t<path\r\n\t\t\t\t\t\t\t\t\tid=\"_R_G_L_0_G_L_5_G_D_0_P_0\"\r\n\t\t\t\t\t\t\t\t\tfill=\"#ff860d\"\r\n\t\t\t\t\t\t\t\t\tfill-opacity=\"1\"\r\n\t\t\t\t\t\t\t\t\tfill-rule=\"nonzero\"\r\n\t\t\t\t\t\t\t\t\td=\" M0 -30 C16.56,-30 30,-16.56 30,0 C30,16.56 16.56,30 0,30 C-16.56,30 -30,16.56 -30,0 C-30,-16.56 -16.56,-30 0,-30z \"\r\n\t\t\t\t\t\t\t\t/>\r\n\t\t\t\t\t\t\t</g>\r\n\t\t\t\t\t\t</g>\r\n\t\t\t\t\t\t<g id=\"_R_G_L_0_G_L_4_G_M\">\r\n\t\t\t\t\t\t\t<g id=\"_R_G_L_0_G_L_4_G\">\r\n\t\t\t\t\t\t\t\t<path\r\n\t\t\t\t\t\t\t\t\tid=\"_R_G_L_0_G_L_4_G_D_0_P_0\"\r\n\t\t\t\t\t\t\t\t\tfill=\"#21409a\"\r\n\t\t\t\t\t\t\t\t\tfill-opacity=\"1\"\r\n\t\t\t\t\t\t\t\t\tfill-rule=\"nonzero\"\r\n\t\t\t\t\t\t\t\t\td=\" M0 -30 C16.56,-30 30,-16.56 30,0 C30,16.56 16.56,30 0,30 C-16.56,30 -30,16.56 -30,0 C-30,-16.56 -16.56,-30 0,-30z \"\r\n\t\t\t\t\t\t\t\t/>\r\n\t\t\t\t\t\t\t</g>\r\n\t\t\t\t\t\t</g>\r\n\t\t\t\t\t\t<g id=\"_R_G_L_0_G_L_3_G_M\">\r\n\t\t\t\t\t\t\t<g id=\"_R_G_L_0_G_L_3_G\">\r\n\t\t\t\t\t\t\t\t<path\r\n\t\t\t\t\t\t\t\t\tid=\"_R_G_L_0_G_L_3_G_D_0_P_0\"\r\n\t\t\t\t\t\t\t\t\tfill=\"#ff860d\"\r\n\t\t\t\t\t\t\t\t\tfill-opacity=\"1\"\r\n\t\t\t\t\t\t\t\t\tfill-rule=\"nonzero\"\r\n\t\t\t\t\t\t\t\t\td=\" M0 -30 C16.56,-30 30,-16.56 30,0 C30,16.56 16.56,30 0,30 C-16.56,30 -30,16.56 -30,0 C-30,-16.56 -16.56,-30 0,-30z \"\r\n\t\t\t\t\t\t\t\t/>\r\n\t\t\t\t\t\t\t</g>\r\n\t\t\t\t\t\t</g>\r\n\t\t\t\t\t\t<g id=\"_R_G_L_0_G_L_2_G_M\">\r\n\t\t\t\t\t\t\t<g id=\"_R_G_L_0_G_L_2_G\">\r\n\t\t\t\t\t\t\t\t<path\r\n\t\t\t\t\t\t\t\t\tid=\"_R_G_L_0_G_L_2_G_D_0_P_0\"\r\n\t\t\t\t\t\t\t\t\tfill=\"#21409a\"\r\n\t\t\t\t\t\t\t\t\tfill-opacity=\"1\"\r\n\t\t\t\t\t\t\t\t\tfill-rule=\"nonzero\"\r\n\t\t\t\t\t\t\t\t\td=\" M0 -30 C16.56,-30 30,-16.56 30,0 C30,16.56 16.56,30 0,30 C-16.56,30 -30,16.56 -30,0 C-30,-16.56 -16.56,-30 0,-30z \"\r\n\t\t\t\t\t\t\t\t/>\r\n\t\t\t\t\t\t\t</g>\r\n\t\t\t\t\t\t</g>\r\n\t\t\t\t\t\t<g id=\"_R_G_L_0_G_L_1_G_M\">\r\n\t\t\t\t\t\t\t<g id=\"_R_G_L_0_G_L_1_G\">\r\n\t\t\t\t\t\t\t\t<path\r\n\t\t\t\t\t\t\t\t\tid=\"_R_G_L_0_G_L_1_G_D_0_P_0\"\r\n\t\t\t\t\t\t\t\t\tfill=\"#ff860d\"\r\n\t\t\t\t\t\t\t\t\tfill-opacity=\"1\"\r\n\t\t\t\t\t\t\t\t\tfill-rule=\"nonzero\"\r\n\t\t\t\t\t\t\t\t\td=\" M0 -30 C16.56,-30 30,-16.56 30,0 C30,16.56 16.56,30 0,30 C-16.56,30 -30,16.56 -30,0 C-30,-16.56 -16.56,-30 0,-30z \"\r\n\t\t\t\t\t\t\t\t/>\r\n\t\t\t\t\t\t\t</g>\r\n\t\t\t\t\t\t</g>\r\n\t\t\t\t\t\t<g id=\"_R_G_L_0_G_L_0_G_M\">\r\n\t\t\t\t\t\t\t<g id=\"_R_G_L_0_G_L_0_G\">\r\n\t\t\t\t\t\t\t\t<path\r\n\t\t\t\t\t\t\t\t\tid=\"_R_G_L_0_G_L_0_G_D_0_P_0\"\r\n\t\t\t\t\t\t\t\t\tfill=\"#21409a\"\r\n\t\t\t\t\t\t\t\t\tfill-opacity=\"1\"\r\n\t\t\t\t\t\t\t\t\tfill-rule=\"nonzero\"\r\n\t\t\t\t\t\t\t\t\td=\" M0 -30 C16.56,-30 30,-16.56 30,0 C30,16.56 16.56,30 0,30 C-16.56,30 -30,16.56 -30,0 C-30,-16.56 -16.56,-30 0,-30z \"\r\n\t\t\t\t\t\t\t\t/>\r\n\t\t\t\t\t\t\t</g>\r\n\t\t\t\t\t\t</g>\r\n\t\t\t\t\t</g>\r\n\t\t\t\t</g>\r\n\t\t\t\t<g id=\"time_group\" />\r\n\t\t\t</svg>\r\n\t\t}\r\n\t</span>\r\n</div>\r\n", styles: ["#overlay{position:fixed;display:block;width:100%;height:100%;inset:0;background-color:#00000080;z-index:9999;cursor:pointer}.loading{height:100vh;width:100%;position:fixed;top:0;left:0;text-align:center;background-color:#d9d9d8f2}.loading img{width:150px}.content-center{left:50%;top:50%;position:absolute;transform:translate(-50%,-50%);width:90%}\n"] });
|
|
897
898
|
}
|
|
898
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
899
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: SpinnerComponent, decorators: [{
|
|
899
900
|
type: Component,
|
|
900
901
|
args: [{ selector: "app-spinner", imports: [], template: "<div class=\"ptLoading\">\r\n\t<span class=\"ptLoading__svg\">\r\n\t\t@if (isLoading()) {\r\n\t\t\t<svg\r\n\t\t\t\txmlns=\"http://www.w3.org/2000/svg\"\r\n\t\t\t\txmlns:xlink=\"http://www.w3.org/1999/xlink\"\r\n\t\t\t\tpreserveAspectRatio=\"xMidYMid meet\"\r\n\t\t\t\twidth=\"540\"\r\n\t\t\t\theight=\"300\"\r\n\t\t\t\tviewBox=\"0 0 540 300\"\r\n\t\t\t\tstyle=\"width: 100%; height: 100%\"\r\n\t\t\t>\r\n\t\t\t\t<defs>\r\n\t\t\t\t\t<animate\r\n\t\t\t\t\t\trepeatCount=\"indefinite\"\r\n\t\t\t\t\t\tdur=\"5s\"\r\n\t\t\t\t\t\tbegin=\"0s\"\r\n\t\t\t\t\t\txlink:href=\"#_R_G_L_0_G_L_12_G\"\r\n\t\t\t\t\t\tfill=\"freeze\"\r\n\t\t\t\t\t\tattributeName=\"opacity\"\r\n\t\t\t\t\t\tfrom=\"1\"\r\n\t\t\t\t\t\tto=\"0\"\r\n\t\t\t\t\t\tkeyTimes=\"0;0.04;1\"\r\n\t\t\t\t\t\tvalues=\"1;0;0\"\r\n\t\t\t\t\t\tkeySplines=\"0.167 0.167 0.667 1;0 0 0 0\"\r\n\t\t\t\t\t\tcalcMode=\"spline\"\r\n\t\t\t\t\t/>\r\n\t\t\t\t\t<animateMotion\r\n\t\t\t\t\t\trepeatCount=\"indefinite\"\r\n\t\t\t\t\t\tdur=\"5s\"\r\n\t\t\t\t\t\tbegin=\"0s\"\r\n\t\t\t\t\t\txlink:href=\"#_R_G_L_0_G_L_12_G\"\r\n\t\t\t\t\t\tfill=\"freeze\"\r\n\t\t\t\t\t\tkeyTimes=\"0;0.04;1\"\r\n\t\t\t\t\t\tpath=\"M173.5 300 C173.5,300 81.5,300 81.5,300 C81.5,300 81.5,300 81.5,300 \"\r\n\t\t\t\t\t\tkeyPoints=\"0;1;1\"\r\n\t\t\t\t\t\tkeySplines=\"0.167 0.167 0 1;0 0 0 0\"\r\n\t\t\t\t\t\tcalcMode=\"spline\"\r\n\t\t\t\t\t/>\r\n\t\t\t\t\t<animateTransform\r\n\t\t\t\t\t\trepeatCount=\"indefinite\"\r\n\t\t\t\t\t\tdur=\"5s\"\r\n\t\t\t\t\t\tbegin=\"0s\"\r\n\t\t\t\t\t\txlink:href=\"#_R_G_L_0_G_L_12_G\"\r\n\t\t\t\t\t\tfill=\"freeze\"\r\n\t\t\t\t\t\tattributeName=\"transform\"\r\n\t\t\t\t\t\tfrom=\"0.89062 0.89062\"\r\n\t\t\t\t\t\tto=\"0.89062 0.89062\"\r\n\t\t\t\t\t\ttype=\"scale\"\r\n\t\t\t\t\t\tadditive=\"sum\"\r\n\t\t\t\t\t\tkeyTimes=\"0;1\"\r\n\t\t\t\t\t\tvalues=\"0.89062 0.89062;0.89062 0.89062\"\r\n\t\t\t\t\t\tkeySplines=\"0 0 1 1\"\r\n\t\t\t\t\t\tcalcMode=\"spline\"\r\n\t\t\t\t\t/>\r\n\t\t\t\t\t<animate\r\n\t\t\t\t\t\trepeatCount=\"indefinite\"\r\n\t\t\t\t\t\tdur=\"5s\"\r\n\t\t\t\t\t\tbegin=\"0s\"\r\n\t\t\t\t\t\txlink:href=\"#_R_G_L_0_G_L_12_G_M\"\r\n\t\t\t\t\t\tfill=\"freeze\"\r\n\t\t\t\t\t\tattributeName=\"opacity\"\r\n\t\t\t\t\t\tfrom=\"1\"\r\n\t\t\t\t\t\tto=\"0\"\r\n\t\t\t\t\t\tkeyTimes=\"0;0.2333333;0.2333333;1\"\r\n\t\t\t\t\t\tvalues=\"1;1;0;0\"\r\n\t\t\t\t\t\tkeySplines=\"0 0 0 0;0 0 0 0;0 0 0 0\"\r\n\t\t\t\t\t\tcalcMode=\"spline\"\r\n\t\t\t\t\t/>\r\n\t\t\t\t\t<animateMotion\r\n\t\t\t\t\t\trepeatCount=\"indefinite\"\r\n\t\t\t\t\t\tdur=\"5s\"\r\n\t\t\t\t\t\tbegin=\"0s\"\r\n\t\t\t\t\t\txlink:href=\"#_R_G_L_0_G_L_11_G\"\r\n\t\t\t\t\t\tfill=\"freeze\"\r\n\t\t\t\t\t\tkeyTimes=\"0;0.0733333;0.1066667;0.1333333;0.16;0.1866667;0.2;1\"\r\n\t\t\t\t\t\tpath=\"M300 300 C300,300 300,172 300,172 C300,172 300,347 300,347 C300,347 300,287 300,287 C300,287 300,306.5 300,306.5 C300,306.5 300,301.5 300,301.5 C300,301.5 300,300 300,300 C300,300 300,300 300,300 \"\r\n\t\t\t\t\t\tkeyPoints=\"0;0.33;0.78;0.93;0.98;1;1;1\"\r\n\t\t\t\t\t\tkeySplines=\"0.333 0 0 1;0.167 0.167 0.667 1;0.333 0 0.667 1;0.333 0 0.667 1;0.333 0 0.667 1;0.333 0 0.667 1;0 0 0 0\"\r\n\t\t\t\t\t\tcalcMode=\"spline\"\r\n\t\t\t\t\t/>\r\n\t\t\t\t\t<animateTransform\r\n\t\t\t\t\t\trepeatCount=\"indefinite\"\r\n\t\t\t\t\t\tdur=\"5s\"\r\n\t\t\t\t\t\tbegin=\"0s\"\r\n\t\t\t\t\t\txlink:href=\"#_R_G_L_0_G_L_11_G\"\r\n\t\t\t\t\t\tfill=\"freeze\"\r\n\t\t\t\t\t\tattributeName=\"transform\"\r\n\t\t\t\t\t\tfrom=\"3.3000000000000003 3.3000000000000003\"\r\n\t\t\t\t\t\tto=\"3.3000000000000003 3.3000000000000003\"\r\n\t\t\t\t\t\ttype=\"scale\"\r\n\t\t\t\t\t\tadditive=\"sum\"\r\n\t\t\t\t\t\tkeyTimes=\"0;1\"\r\n\t\t\t\t\t\tvalues=\"3.3000000000000003 3.3000000000000003;3.3000000000000003 3.3000000000000003\"\r\n\t\t\t\t\t\tkeySplines=\"0 0 1 1\"\r\n\t\t\t\t\t\tcalcMode=\"spline\"\r\n\t\t\t\t\t/>\r\n\t\t\t\t\t<animateTransform\r\n\t\t\t\t\t\trepeatCount=\"indefinite\"\r\n\t\t\t\t\t\tdur=\"5s\"\r\n\t\t\t\t\t\tbegin=\"0s\"\r\n\t\t\t\t\t\txlink:href=\"#_R_G_L_0_G_L_11_G\"\r\n\t\t\t\t\t\tfill=\"freeze\"\r\n\t\t\t\t\t\tattributeName=\"transform\"\r\n\t\t\t\t\t\tfrom=\"-14.5 -14.5\"\r\n\t\t\t\t\t\tto=\"-14.5 -14.5\"\r\n\t\t\t\t\t\ttype=\"translate\"\r\n\t\t\t\t\t\tadditive=\"sum\"\r\n\t\t\t\t\t\tkeyTimes=\"0;1\"\r\n\t\t\t\t\t\tvalues=\"-14.5 -14.5;-14.5 -14.5\"\r\n\t\t\t\t\t\tkeySplines=\"0 0 1 1\"\r\n\t\t\t\t\t\tcalcMode=\"spline\"\r\n\t\t\t\t\t/>\r\n\t\t\t\t\t<animate\r\n\t\t\t\t\t\trepeatCount=\"indefinite\"\r\n\t\t\t\t\t\tdur=\"5s\"\r\n\t\t\t\t\t\tbegin=\"0s\"\r\n\t\t\t\t\t\txlink:href=\"#_R_G_L_0_G_L_11_G_M\"\r\n\t\t\t\t\t\tfill=\"freeze\"\r\n\t\t\t\t\t\tattributeName=\"opacity\"\r\n\t\t\t\t\t\tfrom=\"1\"\r\n\t\t\t\t\t\tto=\"0\"\r\n\t\t\t\t\t\tkeyTimes=\"0;0.2;0.2;1\"\r\n\t\t\t\t\t\tvalues=\"1;1;0;0\"\r\n\t\t\t\t\t\tkeySplines=\"0 0 0 0;0 0 0 0;0 0 0 0\"\r\n\t\t\t\t\t\tcalcMode=\"spline\"\r\n\t\t\t\t\t/>\r\n\t\t\t\t\t<animateMotion\r\n\t\t\t\t\t\trepeatCount=\"indefinite\"\r\n\t\t\t\t\t\tdur=\"5s\"\r\n\t\t\t\t\t\tbegin=\"0s\"\r\n\t\t\t\t\t\txlink:href=\"#_R_G_L_0_G_L_10_G\"\r\n\t\t\t\t\t\tfill=\"freeze\"\r\n\t\t\t\t\t\tkeyTimes=\"0;0.2;0.2733333;0.3066667;0.3333333;0.36;0.3866667;0.4;1\"\r\n\t\t\t\t\t\tpath=\"M300 300 C300,300 300,300 300,300 C300,300 300,172 300,172 C300,172 300,347 300,347 C300,347 300,287 300,287 C300,287 300,306.5 300,306.5 C300,306.5 300,301.5 300,301.5 C300,301.5 300,300 300,300 C300,300 300,300 300,300 \"\r\n\t\t\t\t\t\tkeyPoints=\"0;0;0.33;0.78;0.93;0.98;1;1;1\"\r\n\t\t\t\t\t\tkeySplines=\"0.333 0 0 1;0.333 0 0 1;0.167 0.167 0.667 1;0.333 0 0.667 1;0.333 0 0.667 1;0.333 0 0.667 1;0.333 0 0.667 1;0 0 0 0\"\r\n\t\t\t\t\t\tcalcMode=\"spline\"\r\n\t\t\t\t\t/>\r\n\t\t\t\t\t<animateTransform\r\n\t\t\t\t\t\trepeatCount=\"indefinite\"\r\n\t\t\t\t\t\tdur=\"5s\"\r\n\t\t\t\t\t\tbegin=\"0s\"\r\n\t\t\t\t\t\txlink:href=\"#_R_G_L_0_G_L_10_G\"\r\n\t\t\t\t\t\tfill=\"freeze\"\r\n\t\t\t\t\t\tattributeName=\"transform\"\r\n\t\t\t\t\t\tfrom=\"3.3000000000000003 3.3000000000000003\"\r\n\t\t\t\t\t\tto=\"3.3000000000000003 3.3000000000000003\"\r\n\t\t\t\t\t\ttype=\"scale\"\r\n\t\t\t\t\t\tadditive=\"sum\"\r\n\t\t\t\t\t\tkeyTimes=\"0;1\"\r\n\t\t\t\t\t\tvalues=\"3.3000000000000003 3.3000000000000003;3.3000000000000003 3.3000000000000003\"\r\n\t\t\t\t\t\tkeySplines=\"0 0 1 1\"\r\n\t\t\t\t\t\tcalcMode=\"spline\"\r\n\t\t\t\t\t/>\r\n\t\t\t\t\t<animateTransform\r\n\t\t\t\t\t\trepeatCount=\"indefinite\"\r\n\t\t\t\t\t\tdur=\"5s\"\r\n\t\t\t\t\t\tbegin=\"0s\"\r\n\t\t\t\t\t\txlink:href=\"#_R_G_L_0_G_L_10_G\"\r\n\t\t\t\t\t\tfill=\"freeze\"\r\n\t\t\t\t\t\tattributeName=\"transform\"\r\n\t\t\t\t\t\tfrom=\"-14.5 -14.5\"\r\n\t\t\t\t\t\tto=\"-14.5 -14.5\"\r\n\t\t\t\t\t\ttype=\"translate\"\r\n\t\t\t\t\t\tadditive=\"sum\"\r\n\t\t\t\t\t\tkeyTimes=\"0;1\"\r\n\t\t\t\t\t\tvalues=\"-14.5 -14.5;-14.5 -14.5\"\r\n\t\t\t\t\t\tkeySplines=\"0 0 1 1\"\r\n\t\t\t\t\t\tcalcMode=\"spline\"\r\n\t\t\t\t\t/>\r\n\t\t\t\t\t<animate\r\n\t\t\t\t\t\trepeatCount=\"indefinite\"\r\n\t\t\t\t\t\tdur=\"5s\"\r\n\t\t\t\t\t\tbegin=\"0s\"\r\n\t\t\t\t\t\txlink:href=\"#_R_G_L_0_G_L_10_G_M\"\r\n\t\t\t\t\t\tfill=\"freeze\"\r\n\t\t\t\t\t\tattributeName=\"opacity\"\r\n\t\t\t\t\t\tfrom=\"0\"\r\n\t\t\t\t\t\tto=\"0\"\r\n\t\t\t\t\t\tkeyTimes=\"0;0.2;0.2000007;0.4;0.4;1\"\r\n\t\t\t\t\t\tvalues=\"0;0;1;1;0;0\"\r\n\t\t\t\t\t\tkeySplines=\"0 0 0 0;0 0 0 0;0 0 0 0;0 0 0 0;0 0 0 0\"\r\n\t\t\t\t\t\tcalcMode=\"spline\"\r\n\t\t\t\t\t/>\r\n\t\t\t\t\t<animateMotion\r\n\t\t\t\t\t\trepeatCount=\"indefinite\"\r\n\t\t\t\t\t\tdur=\"5s\"\r\n\t\t\t\t\t\tbegin=\"0s\"\r\n\t\t\t\t\t\txlink:href=\"#_R_G_L_0_G_L_9_G\"\r\n\t\t\t\t\t\tfill=\"freeze\"\r\n\t\t\t\t\t\tkeyTimes=\"0;0.4;0.4733333;0.5066667;0.5333333;0.56;0.5866667;0.6;1\"\r\n\t\t\t\t\t\tpath=\"M300 300 C300,300 300,300 300,300 C300,300 300,172 300,172 C300,172 300,347 300,347 C300,347 300,287 300,287 C300,287 300,306.5 300,306.5 C300,306.5 300,301.5 300,301.5 C300,301.5 300,300 300,300 C300,300 300,300 300,300 \"\r\n\t\t\t\t\t\tkeyPoints=\"0;0;0.33;0.78;0.93;0.98;1;1;1\"\r\n\t\t\t\t\t\tkeySplines=\"0.333 0 0 1;0.333 0 0 1;0.167 0.167 0.667 1;0.333 0 0.667 1;0.333 0 0.667 1;0.333 0 0.667 1;0.333 0 0.667 1;0 0 0 0\"\r\n\t\t\t\t\t\tcalcMode=\"spline\"\r\n\t\t\t\t\t/>\r\n\t\t\t\t\t<animateTransform\r\n\t\t\t\t\t\trepeatCount=\"indefinite\"\r\n\t\t\t\t\t\tdur=\"5s\"\r\n\t\t\t\t\t\tbegin=\"0s\"\r\n\t\t\t\t\t\txlink:href=\"#_R_G_L_0_G_L_9_G\"\r\n\t\t\t\t\t\tfill=\"freeze\"\r\n\t\t\t\t\t\tattributeName=\"transform\"\r\n\t\t\t\t\t\tfrom=\"3.3000000000000003 3.3000000000000003\"\r\n\t\t\t\t\t\tto=\"3.3000000000000003 3.3000000000000003\"\r\n\t\t\t\t\t\ttype=\"scale\"\r\n\t\t\t\t\t\tadditive=\"sum\"\r\n\t\t\t\t\t\tkeyTimes=\"0;1\"\r\n\t\t\t\t\t\tvalues=\"3.3000000000000003 3.3000000000000003;3.3000000000000003 3.3000000000000003\"\r\n\t\t\t\t\t\tkeySplines=\"0 0 1 1\"\r\n\t\t\t\t\t\tcalcMode=\"spline\"\r\n\t\t\t\t\t/>\r\n\t\t\t\t\t<animateTransform\r\n\t\t\t\t\t\trepeatCount=\"indefinite\"\r\n\t\t\t\t\t\tdur=\"5s\"\r\n\t\t\t\t\t\tbegin=\"0s\"\r\n\t\t\t\t\t\txlink:href=\"#_R_G_L_0_G_L_9_G\"\r\n\t\t\t\t\t\tfill=\"freeze\"\r\n\t\t\t\t\t\tattributeName=\"transform\"\r\n\t\t\t\t\t\tfrom=\"-14.5 -14.5\"\r\n\t\t\t\t\t\tto=\"-14.5 -14.5\"\r\n\t\t\t\t\t\ttype=\"translate\"\r\n\t\t\t\t\t\tadditive=\"sum\"\r\n\t\t\t\t\t\tkeyTimes=\"0;1\"\r\n\t\t\t\t\t\tvalues=\"-14.5 -14.5;-14.5 -14.5\"\r\n\t\t\t\t\t\tkeySplines=\"0 0 1 1\"\r\n\t\t\t\t\t\tcalcMode=\"spline\"\r\n\t\t\t\t\t/>\r\n\t\t\t\t\t<animate\r\n\t\t\t\t\t\trepeatCount=\"indefinite\"\r\n\t\t\t\t\t\tdur=\"5s\"\r\n\t\t\t\t\t\tbegin=\"0s\"\r\n\t\t\t\t\t\txlink:href=\"#_R_G_L_0_G_L_9_G_M\"\r\n\t\t\t\t\t\tfill=\"freeze\"\r\n\t\t\t\t\t\tattributeName=\"opacity\"\r\n\t\t\t\t\t\tfrom=\"0\"\r\n\t\t\t\t\t\tto=\"0\"\r\n\t\t\t\t\t\tkeyTimes=\"0;0.4;0.4000007;0.6;0.6;1\"\r\n\t\t\t\t\t\tvalues=\"0;0;1;1;0;0\"\r\n\t\t\t\t\t\tkeySplines=\"0 0 0 0;0 0 0 0;0 0 0 0;0 0 0 0;0 0 0 0\"\r\n\t\t\t\t\t\tcalcMode=\"spline\"\r\n\t\t\t\t\t/>\r\n\t\t\t\t\t<animateMotion\r\n\t\t\t\t\t\trepeatCount=\"indefinite\"\r\n\t\t\t\t\t\tdur=\"5s\"\r\n\t\t\t\t\t\tbegin=\"0s\"\r\n\t\t\t\t\t\txlink:href=\"#_R_G_L_0_G_L_8_G\"\r\n\t\t\t\t\t\tfill=\"freeze\"\r\n\t\t\t\t\t\tkeyTimes=\"0;0.6;0.6733333;0.7066667;0.7333333;0.76;0.7866667;0.8;1\"\r\n\t\t\t\t\t\tpath=\"M300 300 C300,300 300,300 300,300 C300,300 300,172 300,172 C300,172 300,347 300,347 C300,347 300,287 300,287 C300,287 300,306.5 300,306.5 C300,306.5 300,301.5 300,301.5 C300,301.5 300,300 300,300 C300,300 300,300 300,300 \"\r\n\t\t\t\t\t\tkeyPoints=\"0;0;0.33;0.78;0.93;0.98;1;1;1\"\r\n\t\t\t\t\t\tkeySplines=\"0.333 0 0 1;0.333 0 0 1;0.167 0.167 0.667 1;0.333 0 0.667 1;0.333 0 0.667 1;0.333 0 0.667 1;0.333 0 0.667 1;0 0 0 0\"\r\n\t\t\t\t\t\tcalcMode=\"spline\"\r\n\t\t\t\t\t/>\r\n\t\t\t\t\t<animateTransform\r\n\t\t\t\t\t\trepeatCount=\"indefinite\"\r\n\t\t\t\t\t\tdur=\"5s\"\r\n\t\t\t\t\t\tbegin=\"0s\"\r\n\t\t\t\t\t\txlink:href=\"#_R_G_L_0_G_L_8_G\"\r\n\t\t\t\t\t\tfill=\"freeze\"\r\n\t\t\t\t\t\tattributeName=\"transform\"\r\n\t\t\t\t\t\tfrom=\"3.3000000000000003 3.3000000000000003\"\r\n\t\t\t\t\t\tto=\"3.3000000000000003 3.3000000000000003\"\r\n\t\t\t\t\t\ttype=\"scale\"\r\n\t\t\t\t\t\tadditive=\"sum\"\r\n\t\t\t\t\t\tkeyTimes=\"0;1\"\r\n\t\t\t\t\t\tvalues=\"3.3000000000000003 3.3000000000000003;3.3000000000000003 3.3000000000000003\"\r\n\t\t\t\t\t\tkeySplines=\"0 0 1 1\"\r\n\t\t\t\t\t\tcalcMode=\"spline\"\r\n\t\t\t\t\t/>\r\n\t\t\t\t\t<animateTransform\r\n\t\t\t\t\t\trepeatCount=\"indefinite\"\r\n\t\t\t\t\t\tdur=\"5s\"\r\n\t\t\t\t\t\tbegin=\"0s\"\r\n\t\t\t\t\t\txlink:href=\"#_R_G_L_0_G_L_8_G\"\r\n\t\t\t\t\t\tfill=\"freeze\"\r\n\t\t\t\t\t\tattributeName=\"transform\"\r\n\t\t\t\t\t\tfrom=\"-14.5 -14.5\"\r\n\t\t\t\t\t\tto=\"-14.5 -14.5\"\r\n\t\t\t\t\t\ttype=\"translate\"\r\n\t\t\t\t\t\tadditive=\"sum\"\r\n\t\t\t\t\t\tkeyTimes=\"0;1\"\r\n\t\t\t\t\t\tvalues=\"-14.5 -14.5;-14.5 -14.5\"\r\n\t\t\t\t\t\tkeySplines=\"0 0 1 1\"\r\n\t\t\t\t\t\tcalcMode=\"spline\"\r\n\t\t\t\t\t/>\r\n\t\t\t\t\t<animate\r\n\t\t\t\t\t\trepeatCount=\"indefinite\"\r\n\t\t\t\t\t\tdur=\"5s\"\r\n\t\t\t\t\t\tbegin=\"0s\"\r\n\t\t\t\t\t\txlink:href=\"#_R_G_L_0_G_L_8_G_M\"\r\n\t\t\t\t\t\tfill=\"freeze\"\r\n\t\t\t\t\t\tattributeName=\"opacity\"\r\n\t\t\t\t\t\tfrom=\"0\"\r\n\t\t\t\t\t\tto=\"0\"\r\n\t\t\t\t\t\tkeyTimes=\"0;0.6;0.6000007;0.8;0.8;1\"\r\n\t\t\t\t\t\tvalues=\"0;0;1;1;0;0\"\r\n\t\t\t\t\t\tkeySplines=\"0 0 0 0;0 0 0 0;0 0 0 0;0 0 0 0;0 0 0 0\"\r\n\t\t\t\t\t\tcalcMode=\"spline\"\r\n\t\t\t\t\t/>\r\n\t\t\t\t\t<animateMotion\r\n\t\t\t\t\t\trepeatCount=\"indefinite\"\r\n\t\t\t\t\t\tdur=\"5s\"\r\n\t\t\t\t\t\tbegin=\"0s\"\r\n\t\t\t\t\t\txlink:href=\"#_R_G_L_0_G_L_7_G\"\r\n\t\t\t\t\t\tfill=\"freeze\"\r\n\t\t\t\t\t\tkeyTimes=\"0;0.8;0.8733333;0.9066667;0.9333333;0.96;0.9866667;1\"\r\n\t\t\t\t\t\tpath=\"M300 300 C300,300 300,300 300,300 C300,300 300,172 300,172 C300,172 300,347 300,347 C300,347 300,287 300,287 C300,287 300,306.5 300,306.5 C300,306.5 300,301.5 300,301.5 C300,301.5 300,300 300,300 \"\r\n\t\t\t\t\t\tkeyPoints=\"0;0;0.33;0.78;0.93;0.98;1;1\"\r\n\t\t\t\t\t\tkeySplines=\"0.333 0 0 1;0.333 0 0 1;0.167 0.167 0.667 1;0.333 0 0.667 1;0.333 0 0.667 1;0.333 0 0.667 1;0.333 0 0.667 1\"\r\n\t\t\t\t\t\tcalcMode=\"spline\"\r\n\t\t\t\t\t/>\r\n\t\t\t\t\t<animateTransform\r\n\t\t\t\t\t\trepeatCount=\"indefinite\"\r\n\t\t\t\t\t\tdur=\"5s\"\r\n\t\t\t\t\t\tbegin=\"0s\"\r\n\t\t\t\t\t\txlink:href=\"#_R_G_L_0_G_L_7_G\"\r\n\t\t\t\t\t\tfill=\"freeze\"\r\n\t\t\t\t\t\tattributeName=\"transform\"\r\n\t\t\t\t\t\tfrom=\"3.3000000000000003 3.3000000000000003\"\r\n\t\t\t\t\t\tto=\"3.3000000000000003 3.3000000000000003\"\r\n\t\t\t\t\t\ttype=\"scale\"\r\n\t\t\t\t\t\tadditive=\"sum\"\r\n\t\t\t\t\t\tkeyTimes=\"0;1\"\r\n\t\t\t\t\t\tvalues=\"3.3000000000000003 3.3000000000000003;3.3000000000000003 3.3000000000000003\"\r\n\t\t\t\t\t\tkeySplines=\"0 0 1 1\"\r\n\t\t\t\t\t\tcalcMode=\"spline\"\r\n\t\t\t\t\t/>\r\n\t\t\t\t\t<animateTransform\r\n\t\t\t\t\t\trepeatCount=\"indefinite\"\r\n\t\t\t\t\t\tdur=\"5s\"\r\n\t\t\t\t\t\tbegin=\"0s\"\r\n\t\t\t\t\t\txlink:href=\"#_R_G_L_0_G_L_7_G\"\r\n\t\t\t\t\t\tfill=\"freeze\"\r\n\t\t\t\t\t\tattributeName=\"transform\"\r\n\t\t\t\t\t\tfrom=\"-14.5 -14.5\"\r\n\t\t\t\t\t\tto=\"-14.5 -14.5\"\r\n\t\t\t\t\t\ttype=\"translate\"\r\n\t\t\t\t\t\tadditive=\"sum\"\r\n\t\t\t\t\t\tkeyTimes=\"0;1\"\r\n\t\t\t\t\t\tvalues=\"-14.5 -14.5;-14.5 -14.5\"\r\n\t\t\t\t\t\tkeySplines=\"0 0 1 1\"\r\n\t\t\t\t\t\tcalcMode=\"spline\"\r\n\t\t\t\t\t/>\r\n\t\t\t\t\t<animate\r\n\t\t\t\t\t\trepeatCount=\"indefinite\"\r\n\t\t\t\t\t\tdur=\"5s\"\r\n\t\t\t\t\t\tbegin=\"0s\"\r\n\t\t\t\t\t\txlink:href=\"#_R_G_L_0_G_L_7_G_M\"\r\n\t\t\t\t\t\tfill=\"freeze\"\r\n\t\t\t\t\t\tattributeName=\"opacity\"\r\n\t\t\t\t\t\tfrom=\"0\"\r\n\t\t\t\t\t\tto=\"1\"\r\n\t\t\t\t\t\tkeyTimes=\"0;0.8;0.8000007;1\"\r\n\t\t\t\t\t\tvalues=\"0;0;1;1\"\r\n\t\t\t\t\t\tkeySplines=\"0 0 0 0;0 0 0 0;0 0 0 0\"\r\n\t\t\t\t\t\tcalcMode=\"spline\"\r\n\t\t\t\t\t/>\r\n\t\t\t\t\t<animateMotion\r\n\t\t\t\t\t\trepeatCount=\"indefinite\"\r\n\t\t\t\t\t\tdur=\"5s\"\r\n\t\t\t\t\t\tbegin=\"0s\"\r\n\t\t\t\t\t\txlink:href=\"#_R_G_L_0_G_L_6_G\"\r\n\t\t\t\t\t\tfill=\"freeze\"\r\n\t\t\t\t\t\tkeyTimes=\"0;1\"\r\n\t\t\t\t\t\tpath=\"M300 300 C300,300 300,300 300,300 \"\r\n\t\t\t\t\t\tkeyPoints=\"0;1\"\r\n\t\t\t\t\t\tkeySplines=\"0.333 0 0 1\"\r\n\t\t\t\t\t\tcalcMode=\"spline\"\r\n\t\t\t\t\t/>\r\n\t\t\t\t\t<animateTransform\r\n\t\t\t\t\t\trepeatCount=\"indefinite\"\r\n\t\t\t\t\t\tdur=\"5s\"\r\n\t\t\t\t\t\tbegin=\"0s\"\r\n\t\t\t\t\t\txlink:href=\"#_R_G_L_0_G_L_6_G\"\r\n\t\t\t\t\t\tfill=\"freeze\"\r\n\t\t\t\t\t\tattributeName=\"transform\"\r\n\t\t\t\t\t\tfrom=\"3.3000000000000003 3.3000000000000003\"\r\n\t\t\t\t\t\tto=\"3.3000000000000003 3.3000000000000003\"\r\n\t\t\t\t\t\ttype=\"scale\"\r\n\t\t\t\t\t\tadditive=\"sum\"\r\n\t\t\t\t\t\tkeyTimes=\"0;1\"\r\n\t\t\t\t\t\tvalues=\"3.3000000000000003 3.3000000000000003;3.3000000000000003 3.3000000000000003\"\r\n\t\t\t\t\t\tkeySplines=\"0 0 1 1\"\r\n\t\t\t\t\t\tcalcMode=\"spline\"\r\n\t\t\t\t\t/>\r\n\t\t\t\t\t<animateTransform\r\n\t\t\t\t\t\trepeatCount=\"indefinite\"\r\n\t\t\t\t\t\tdur=\"5s\"\r\n\t\t\t\t\t\tbegin=\"0s\"\r\n\t\t\t\t\t\txlink:href=\"#_R_G_L_0_G_L_6_G\"\r\n\t\t\t\t\t\tfill=\"freeze\"\r\n\t\t\t\t\t\tattributeName=\"transform\"\r\n\t\t\t\t\t\tfrom=\"-14.5 -14.5\"\r\n\t\t\t\t\t\tto=\"-14.5 -14.5\"\r\n\t\t\t\t\t\ttype=\"translate\"\r\n\t\t\t\t\t\tadditive=\"sum\"\r\n\t\t\t\t\t\tkeyTimes=\"0;1\"\r\n\t\t\t\t\t\tvalues=\"-14.5 -14.5;-14.5 -14.5\"\r\n\t\t\t\t\t\tkeySplines=\"0 0 1 1\"\r\n\t\t\t\t\t\tcalcMode=\"spline\"\r\n\t\t\t\t\t/>\r\n\t\t\t\t\t<animate\r\n\t\t\t\t\t\trepeatCount=\"indefinite\"\r\n\t\t\t\t\t\tdur=\"5s\"\r\n\t\t\t\t\t\tbegin=\"0s\"\r\n\t\t\t\t\t\txlink:href=\"#_R_G_L_0_G_L_6_G_M\"\r\n\t\t\t\t\t\tfill=\"freeze\"\r\n\t\t\t\t\t\tattributeName=\"opacity\"\r\n\t\t\t\t\t\tfrom=\"0\"\r\n\t\t\t\t\t\tto=\"0\"\r\n\t\t\t\t\t\tkeyTimes=\"0;1\"\r\n\t\t\t\t\t\tvalues=\"0;0\"\r\n\t\t\t\t\t\tkeySplines=\"0 0 0 0\"\r\n\t\t\t\t\t\tcalcMode=\"spline\"\r\n\t\t\t\t\t/>\r\n\t\t\t\t\t<animate\r\n\t\t\t\t\t\trepeatCount=\"indefinite\"\r\n\t\t\t\t\t\tdur=\"5s\"\r\n\t\t\t\t\t\tbegin=\"0s\"\r\n\t\t\t\t\t\txlink:href=\"#_R_G_L_0_G_L_5_G\"\r\n\t\t\t\t\t\tfill=\"freeze\"\r\n\t\t\t\t\t\tattributeName=\"opacity\"\r\n\t\t\t\t\t\tfrom=\"1\"\r\n\t\t\t\t\t\tto=\"0\"\r\n\t\t\t\t\t\tkeyTimes=\"0;0.2333333;0.2733333;1\"\r\n\t\t\t\t\t\tvalues=\"1;1;0;0\"\r\n\t\t\t\t\t\tkeySplines=\"0.167 0.167 0.667 1;0.167 0.167 0.667 1;0 0 0 0\"\r\n\t\t\t\t\t\tcalcMode=\"spline\"\r\n\t\t\t\t\t/>\r\n\t\t\t\t\t<animateMotion\r\n\t\t\t\t\t\trepeatCount=\"indefinite\"\r\n\t\t\t\t\t\tdur=\"5s\"\r\n\t\t\t\t\t\tbegin=\"0s\"\r\n\t\t\t\t\t\txlink:href=\"#_R_G_L_0_G_L_5_G\"\r\n\t\t\t\t\t\tfill=\"freeze\"\r\n\t\t\t\t\t\tkeyTimes=\"0;0.08;0.2333333;0.2733333;1\"\r\n\t\t\t\t\t\tpath=\"M427 300 C427,300 173.5,300 173.5,300 C173.5,300 173.5,300 173.5,300 C173.5,300 81.5,300 81.5,300 C81.5,300 81.5,300 81.5,300 \"\r\n\t\t\t\t\t\tkeyPoints=\"0;0.73;0.73;1;1\"\r\n\t\t\t\t\t\tkeySplines=\"0.167 0.167 0.667 1;0.167 0.167 0.833 0.833;0.167 0.167 0 1;0 0 0 0\"\r\n\t\t\t\t\t\tcalcMode=\"spline\"\r\n\t\t\t\t\t/>\r\n\t\t\t\t\t<animateTransform\r\n\t\t\t\t\t\trepeatCount=\"indefinite\"\r\n\t\t\t\t\t\tdur=\"5s\"\r\n\t\t\t\t\t\tbegin=\"0s\"\r\n\t\t\t\t\t\txlink:href=\"#_R_G_L_0_G_L_5_G\"\r\n\t\t\t\t\t\tfill=\"freeze\"\r\n\t\t\t\t\t\tattributeName=\"transform\"\r\n\t\t\t\t\t\tfrom=\"0.89062 0.89062\"\r\n\t\t\t\t\t\tto=\"0.89062 0.89062\"\r\n\t\t\t\t\t\ttype=\"scale\"\r\n\t\t\t\t\t\tadditive=\"sum\"\r\n\t\t\t\t\t\tkeyTimes=\"0;1\"\r\n\t\t\t\t\t\tvalues=\"0.89062 0.89062;0.89062 0.89062\"\r\n\t\t\t\t\t\tkeySplines=\"0 0 1 1\"\r\n\t\t\t\t\t\tcalcMode=\"spline\"\r\n\t\t\t\t\t/>\r\n\t\t\t\t\t<animate\r\n\t\t\t\t\t\trepeatCount=\"indefinite\"\r\n\t\t\t\t\t\tdur=\"5s\"\r\n\t\t\t\t\t\tbegin=\"0s\"\r\n\t\t\t\t\t\txlink:href=\"#_R_G_L_0_G_L_5_G_M\"\r\n\t\t\t\t\t\tfill=\"freeze\"\r\n\t\t\t\t\t\tattributeName=\"opacity\"\r\n\t\t\t\t\t\tfrom=\"1\"\r\n\t\t\t\t\t\tto=\"0\"\r\n\t\t\t\t\t\tkeyTimes=\"0;0.28;0.28;1\"\r\n\t\t\t\t\t\tvalues=\"1;1;0;0\"\r\n\t\t\t\t\t\tkeySplines=\"0 0 0 0;0 0 0 0;0 0 0 0\"\r\n\t\t\t\t\t\tcalcMode=\"spline\"\r\n\t\t\t\t\t/>\r\n\t\t\t\t\t<animate\r\n\t\t\t\t\t\trepeatCount=\"indefinite\"\r\n\t\t\t\t\t\tdur=\"5s\"\r\n\t\t\t\t\t\tbegin=\"0s\"\r\n\t\t\t\t\t\txlink:href=\"#_R_G_L_0_G_L_4_G\"\r\n\t\t\t\t\t\tfill=\"freeze\"\r\n\t\t\t\t\t\tattributeName=\"opacity\"\r\n\t\t\t\t\t\tfrom=\"0\"\r\n\t\t\t\t\t\tto=\"0\"\r\n\t\t\t\t\t\tkeyTimes=\"0;0.04;0.08;0.4666667;0.5066667;1\"\r\n\t\t\t\t\t\tvalues=\"0;0;1;1;0;0\"\r\n\t\t\t\t\t\tkeySplines=\"0.333 0 0.833 0.833;0.333 0 0.833 0.833;0.167 0.167 0.833 0.833;0.167 0.167 0.667 1;0 0 0 0\"\r\n\t\t\t\t\t\tcalcMode=\"spline\"\r\n\t\t\t\t\t/>\r\n\t\t\t\t\t<animateMotion\r\n\t\t\t\t\t\trepeatCount=\"indefinite\"\r\n\t\t\t\t\t\tdur=\"5s\"\r\n\t\t\t\t\t\tbegin=\"0s\"\r\n\t\t\t\t\t\txlink:href=\"#_R_G_L_0_G_L_4_G\"\r\n\t\t\t\t\t\tfill=\"freeze\"\r\n\t\t\t\t\t\tkeyTimes=\"0;0.04;0.08;0.2333333;0.3133333;0.4666667;0.5066667;1\"\r\n\t\t\t\t\t\tpath=\"M498 300 C498,300 498,300 498,300 C498,300 427,300 427,300 C427,300 427,300 427,300 C427,300 173.5,300 173.5,300 C173.5,300 173.5,300 173.5,300 C173.5,300 81.5,300 81.5,300 C81.5,300 81.5,300 81.5,300 \"\r\n\t\t\t\t\t\tkeyPoints=\"0;0;0.17;0.17;0.78;0.78;1;1\"\r\n\t\t\t\t\t\tkeySplines=\"0.167 0.167 0.667 1;0.167 0.167 0.667 1;0.167 0.167 0.833 0.833;0.167 0.167 0.667 1;0.167 0.167 0.833 0.833;0.167 0.167 0 1;0 0 0 0\"\r\n\t\t\t\t\t\tcalcMode=\"spline\"\r\n\t\t\t\t\t/>\r\n\t\t\t\t\t<animateTransform\r\n\t\t\t\t\t\trepeatCount=\"indefinite\"\r\n\t\t\t\t\t\tdur=\"5s\"\r\n\t\t\t\t\t\tbegin=\"0s\"\r\n\t\t\t\t\t\txlink:href=\"#_R_G_L_0_G_L_4_G\"\r\n\t\t\t\t\t\tfill=\"freeze\"\r\n\t\t\t\t\t\tattributeName=\"transform\"\r\n\t\t\t\t\t\tfrom=\"0.89062 0.89062\"\r\n\t\t\t\t\t\tto=\"0.89062 0.89062\"\r\n\t\t\t\t\t\ttype=\"scale\"\r\n\t\t\t\t\t\tadditive=\"sum\"\r\n\t\t\t\t\t\tkeyTimes=\"0;1\"\r\n\t\t\t\t\t\tvalues=\"0.89062 0.89062;0.89062 0.89062\"\r\n\t\t\t\t\t\tkeySplines=\"0 0 1 1\"\r\n\t\t\t\t\t\tcalcMode=\"spline\"\r\n\t\t\t\t\t/>\r\n\t\t\t\t\t<animate\r\n\t\t\t\t\t\trepeatCount=\"indefinite\"\r\n\t\t\t\t\t\tdur=\"5s\"\r\n\t\t\t\t\t\tbegin=\"0s\"\r\n\t\t\t\t\t\txlink:href=\"#_R_G_L_0_G_L_4_G_M\"\r\n\t\t\t\t\t\tfill=\"freeze\"\r\n\t\t\t\t\t\tattributeName=\"opacity\"\r\n\t\t\t\t\t\tfrom=\"0\"\r\n\t\t\t\t\t\tto=\"0\"\r\n\t\t\t\t\t\tkeyTimes=\"0;0.04;0.0400007;0.5133333;0.5133333;1\"\r\n\t\t\t\t\t\tvalues=\"0;0;1;1;0;0\"\r\n\t\t\t\t\t\tkeySplines=\"0 0 0 0;0 0 0 0;0 0 0 0;0 0 0 0;0 0 0 0\"\r\n\t\t\t\t\t\tcalcMode=\"spline\"\r\n\t\t\t\t\t/>\r\n\t\t\t\t\t<animate\r\n\t\t\t\t\t\trepeatCount=\"indefinite\"\r\n\t\t\t\t\t\tdur=\"5s\"\r\n\t\t\t\t\t\tbegin=\"0s\"\r\n\t\t\t\t\t\txlink:href=\"#_R_G_L_0_G_L_3_G\"\r\n\t\t\t\t\t\tfill=\"freeze\"\r\n\t\t\t\t\t\tattributeName=\"opacity\"\r\n\t\t\t\t\t\tfrom=\"0\"\r\n\t\t\t\t\t\tto=\"0\"\r\n\t\t\t\t\t\tkeyTimes=\"0;0.2333333;0.2733333;0.66;0.7;1\"\r\n\t\t\t\t\t\tvalues=\"0;0;1;1;0;0\"\r\n\t\t\t\t\t\tkeySplines=\"0.333 0 0.833 0.833;0.333 0 0.833 0.833;0.167 0.167 0.833 0.833;0.167 0.167 0.667 1;0 0 0 0\"\r\n\t\t\t\t\t\tcalcMode=\"spline\"\r\n\t\t\t\t\t/>\r\n\t\t\t\t\t<animateMotion\r\n\t\t\t\t\t\trepeatCount=\"indefinite\"\r\n\t\t\t\t\t\tdur=\"5s\"\r\n\t\t\t\t\t\tbegin=\"0s\"\r\n\t\t\t\t\t\txlink:href=\"#_R_G_L_0_G_L_3_G\"\r\n\t\t\t\t\t\tfill=\"freeze\"\r\n\t\t\t\t\t\tkeyTimes=\"0;0.2333333;0.2733333;0.4266667;0.5066667;0.66;0.7;1\"\r\n\t\t\t\t\t\tpath=\"M498 300 C498,300 498,300 498,300 C498,300 427,300 427,300 C427,300 427,300 427,300 C427,300 173.5,300 173.5,300 C173.5,300 173.5,300 173.5,300 C173.5,300 81.5,300 81.5,300 C81.5,300 81.5,300 81.5,300 \"\r\n\t\t\t\t\t\tkeyPoints=\"0;0;0.17;0.17;0.78;0.78;1;1\"\r\n\t\t\t\t\t\tkeySplines=\"0.167 0.167 0.667 1;0.167 0.167 0.667 1;0.167 0.167 0.833 0.833;0.167 0.167 0.667 1;0.167 0.167 0.833 0.833;0.167 0.167 0 1;0 0 0 0\"\r\n\t\t\t\t\t\tcalcMode=\"spline\"\r\n\t\t\t\t\t/>\r\n\t\t\t\t\t<animateTransform\r\n\t\t\t\t\t\trepeatCount=\"indefinite\"\r\n\t\t\t\t\t\tdur=\"5s\"\r\n\t\t\t\t\t\tbegin=\"0s\"\r\n\t\t\t\t\t\txlink:href=\"#_R_G_L_0_G_L_3_G\"\r\n\t\t\t\t\t\tfill=\"freeze\"\r\n\t\t\t\t\t\tattributeName=\"transform\"\r\n\t\t\t\t\t\tfrom=\"0.89062 0.89062\"\r\n\t\t\t\t\t\tto=\"0.89062 0.89062\"\r\n\t\t\t\t\t\ttype=\"scale\"\r\n\t\t\t\t\t\tadditive=\"sum\"\r\n\t\t\t\t\t\tkeyTimes=\"0;1\"\r\n\t\t\t\t\t\tvalues=\"0.89062 0.89062;0.89062 0.89062\"\r\n\t\t\t\t\t\tkeySplines=\"0 0 1 1\"\r\n\t\t\t\t\t\tcalcMode=\"spline\"\r\n\t\t\t\t\t/>\r\n\t\t\t\t\t<animate\r\n\t\t\t\t\t\trepeatCount=\"indefinite\"\r\n\t\t\t\t\t\tdur=\"5s\"\r\n\t\t\t\t\t\tbegin=\"0s\"\r\n\t\t\t\t\t\txlink:href=\"#_R_G_L_0_G_L_3_G_M\"\r\n\t\t\t\t\t\tfill=\"freeze\"\r\n\t\t\t\t\t\tattributeName=\"opacity\"\r\n\t\t\t\t\t\tfrom=\"0\"\r\n\t\t\t\t\t\tto=\"0\"\r\n\t\t\t\t\t\tkeyTimes=\"0;0.2333333;0.233334;0.7066667;0.7066667;1\"\r\n\t\t\t\t\t\tvalues=\"0;0;1;1;0;0\"\r\n\t\t\t\t\t\tkeySplines=\"0 0 0 0;0 0 0 0;0 0 0 0;0 0 0 0;0 0 0 0\"\r\n\t\t\t\t\t\tcalcMode=\"spline\"\r\n\t\t\t\t\t/>\r\n\t\t\t\t\t<animate\r\n\t\t\t\t\t\trepeatCount=\"indefinite\"\r\n\t\t\t\t\t\tdur=\"5s\"\r\n\t\t\t\t\t\tbegin=\"0s\"\r\n\t\t\t\t\t\txlink:href=\"#_R_G_L_0_G_L_2_G\"\r\n\t\t\t\t\t\tfill=\"freeze\"\r\n\t\t\t\t\t\tattributeName=\"opacity\"\r\n\t\t\t\t\t\tfrom=\"0\"\r\n\t\t\t\t\t\tto=\"0\"\r\n\t\t\t\t\t\tkeyTimes=\"0;0.4266667;0.4666667;0.8533333;0.8933333;1\"\r\n\t\t\t\t\t\tvalues=\"0;0;1;1;0;0\"\r\n\t\t\t\t\t\tkeySplines=\"0.333 0 0.833 0.833;0.333 0 0.833 0.833;0.167 0.167 0.833 0.833;0.167 0.167 0.667 1;0 0 0 0\"\r\n\t\t\t\t\t\tcalcMode=\"spline\"\r\n\t\t\t\t\t/>\r\n\t\t\t\t\t<animateMotion\r\n\t\t\t\t\t\trepeatCount=\"indefinite\"\r\n\t\t\t\t\t\tdur=\"5s\"\r\n\t\t\t\t\t\tbegin=\"0s\"\r\n\t\t\t\t\t\txlink:href=\"#_R_G_L_0_G_L_2_G\"\r\n\t\t\t\t\t\tfill=\"freeze\"\r\n\t\t\t\t\t\tkeyTimes=\"0;0.4266667;0.4666667;0.62;0.7;0.8533333;0.8933333;1\"\r\n\t\t\t\t\t\tpath=\"M498 300 C498,300 498,300 498,300 C498,300 427,300 427,300 C427,300 427,300 427,300 C427,300 173.5,300 173.5,300 C173.5,300 173.5,300 173.5,300 C173.5,300 81.5,300 81.5,300 C81.5,300 81.5,300 81.5,300 \"\r\n\t\t\t\t\t\tkeyPoints=\"0;0;0.17;0.17;0.78;0.78;1;1\"\r\n\t\t\t\t\t\tkeySplines=\"0.167 0.167 0.667 1;0.167 0.167 0.667 1;0.167 0.167 0.833 0.833;0.167 0.167 0.667 1;0.167 0.167 0.833 0.833;0.167 0.167 0 1;0 0 0 0\"\r\n\t\t\t\t\t\tcalcMode=\"spline\"\r\n\t\t\t\t\t/>\r\n\t\t\t\t\t<animateTransform\r\n\t\t\t\t\t\trepeatCount=\"indefinite\"\r\n\t\t\t\t\t\tdur=\"5s\"\r\n\t\t\t\t\t\tbegin=\"0s\"\r\n\t\t\t\t\t\txlink:href=\"#_R_G_L_0_G_L_2_G\"\r\n\t\t\t\t\t\tfill=\"freeze\"\r\n\t\t\t\t\t\tattributeName=\"transform\"\r\n\t\t\t\t\t\tfrom=\"0.89062 0.89062\"\r\n\t\t\t\t\t\tto=\"0.89062 0.89062\"\r\n\t\t\t\t\t\ttype=\"scale\"\r\n\t\t\t\t\t\tadditive=\"sum\"\r\n\t\t\t\t\t\tkeyTimes=\"0;1\"\r\n\t\t\t\t\t\tvalues=\"0.89062 0.89062;0.89062 0.89062\"\r\n\t\t\t\t\t\tkeySplines=\"0 0 1 1\"\r\n\t\t\t\t\t\tcalcMode=\"spline\"\r\n\t\t\t\t\t/>\r\n\t\t\t\t\t<animate\r\n\t\t\t\t\t\trepeatCount=\"indefinite\"\r\n\t\t\t\t\t\tdur=\"5s\"\r\n\t\t\t\t\t\tbegin=\"0s\"\r\n\t\t\t\t\t\txlink:href=\"#_R_G_L_0_G_L_2_G_M\"\r\n\t\t\t\t\t\tfill=\"freeze\"\r\n\t\t\t\t\t\tattributeName=\"opacity\"\r\n\t\t\t\t\t\tfrom=\"0\"\r\n\t\t\t\t\t\tto=\"0\"\r\n\t\t\t\t\t\tkeyTimes=\"0;0.4266667;0.4266673;0.9;0.9;1\"\r\n\t\t\t\t\t\tvalues=\"0;0;1;1;0;0\"\r\n\t\t\t\t\t\tkeySplines=\"0 0 0 0;0 0 0 0;0 0 0 0;0 0 0 0;0 0 0 0\"\r\n\t\t\t\t\t\tcalcMode=\"spline\"\r\n\t\t\t\t\t/>\r\n\t\t\t\t\t<animate\r\n\t\t\t\t\t\trepeatCount=\"indefinite\"\r\n\t\t\t\t\t\tdur=\"5s\"\r\n\t\t\t\t\t\tbegin=\"0s\"\r\n\t\t\t\t\t\txlink:href=\"#_R_G_L_0_G_L_1_G\"\r\n\t\t\t\t\t\tfill=\"freeze\"\r\n\t\t\t\t\t\tattributeName=\"opacity\"\r\n\t\t\t\t\t\tfrom=\"0\"\r\n\t\t\t\t\t\tto=\"1\"\r\n\t\t\t\t\t\tkeyTimes=\"0;0.62;0.66;1\"\r\n\t\t\t\t\t\tvalues=\"0;0;1;1\"\r\n\t\t\t\t\t\tkeySplines=\"0.333 0 0.833 0.833;0.333 0 0.833 0.833;0 0 0 0\"\r\n\t\t\t\t\t\tcalcMode=\"spline\"\r\n\t\t\t\t\t/>\r\n\t\t\t\t\t<animateMotion\r\n\t\t\t\t\t\trepeatCount=\"indefinite\"\r\n\t\t\t\t\t\tdur=\"5s\"\r\n\t\t\t\t\t\tbegin=\"0s\"\r\n\t\t\t\t\t\txlink:href=\"#_R_G_L_0_G_L_1_G\"\r\n\t\t\t\t\t\tfill=\"freeze\"\r\n\t\t\t\t\t\tkeyTimes=\"0;0.62;0.66;0.8133333;0.8933333;1\"\r\n\t\t\t\t\t\tpath=\"M498 300 C498,300 498,300 498,300 C498,300 427,300 427,300 C427,300 427,300 427,300 C427,300 173.5,300 173.5,300 C173.5,300 173.5,300 173.5,300 \"\r\n\t\t\t\t\t\tkeyPoints=\"0;0;0.22;0.22;1;1\"\r\n\t\t\t\t\t\tkeySplines=\"0.167 0.167 0.667 1;0.167 0.167 0.667 1;0.167 0.167 0.833 0.833;0.167 0.167 0.667 1;0 0 0 0\"\r\n\t\t\t\t\t\tcalcMode=\"spline\"\r\n\t\t\t\t\t/>\r\n\t\t\t\t\t<animateTransform\r\n\t\t\t\t\t\trepeatCount=\"indefinite\"\r\n\t\t\t\t\t\tdur=\"5s\"\r\n\t\t\t\t\t\tbegin=\"0s\"\r\n\t\t\t\t\t\txlink:href=\"#_R_G_L_0_G_L_1_G\"\r\n\t\t\t\t\t\tfill=\"freeze\"\r\n\t\t\t\t\t\tattributeName=\"transform\"\r\n\t\t\t\t\t\tfrom=\"0.89062 0.89062\"\r\n\t\t\t\t\t\tto=\"0.89062 0.89062\"\r\n\t\t\t\t\t\ttype=\"scale\"\r\n\t\t\t\t\t\tadditive=\"sum\"\r\n\t\t\t\t\t\tkeyTimes=\"0;1\"\r\n\t\t\t\t\t\tvalues=\"0.89062 0.89062;0.89062 0.89062\"\r\n\t\t\t\t\t\tkeySplines=\"0 0 1 1\"\r\n\t\t\t\t\t\tcalcMode=\"spline\"\r\n\t\t\t\t\t/>\r\n\t\t\t\t\t<animate\r\n\t\t\t\t\t\trepeatCount=\"indefinite\"\r\n\t\t\t\t\t\tdur=\"5s\"\r\n\t\t\t\t\t\tbegin=\"0s\"\r\n\t\t\t\t\t\txlink:href=\"#_R_G_L_0_G_L_1_G_M\"\r\n\t\t\t\t\t\tfill=\"freeze\"\r\n\t\t\t\t\t\tattributeName=\"opacity\"\r\n\t\t\t\t\t\tfrom=\"0\"\r\n\t\t\t\t\t\tto=\"1\"\r\n\t\t\t\t\t\tkeyTimes=\"0;0.62;0.6200007;1\"\r\n\t\t\t\t\t\tvalues=\"0;0;1;1\"\r\n\t\t\t\t\t\tkeySplines=\"0 0 0 0;0 0 0 0;0 0 0 0\"\r\n\t\t\t\t\t\tcalcMode=\"spline\"\r\n\t\t\t\t\t/>\r\n\t\t\t\t\t<animate\r\n\t\t\t\t\t\trepeatCount=\"indefinite\"\r\n\t\t\t\t\t\tdur=\"5s\"\r\n\t\t\t\t\t\tbegin=\"0s\"\r\n\t\t\t\t\t\txlink:href=\"#_R_G_L_0_G_L_0_G\"\r\n\t\t\t\t\t\tfill=\"freeze\"\r\n\t\t\t\t\t\tattributeName=\"opacity\"\r\n\t\t\t\t\t\tfrom=\"0\"\r\n\t\t\t\t\t\tto=\"1\"\r\n\t\t\t\t\t\tkeyTimes=\"0;0.8533333;0.8933333;1\"\r\n\t\t\t\t\t\tvalues=\"0;0;1;1\"\r\n\t\t\t\t\t\tkeySplines=\"0.333 0 0.833 0.833;0.333 0 0.833 0.833;0 0 0 0\"\r\n\t\t\t\t\t\tcalcMode=\"spline\"\r\n\t\t\t\t\t/>\r\n\t\t\t\t\t<animateMotion\r\n\t\t\t\t\t\trepeatCount=\"indefinite\"\r\n\t\t\t\t\t\tdur=\"5s\"\r\n\t\t\t\t\t\tbegin=\"0s\"\r\n\t\t\t\t\t\txlink:href=\"#_R_G_L_0_G_L_0_G\"\r\n\t\t\t\t\t\tfill=\"freeze\"\r\n\t\t\t\t\t\tkeyTimes=\"0;0.8533333;0.8933333;1\"\r\n\t\t\t\t\t\tpath=\"M498 300 C498,300 498,300 498,300 C498,300 427,300 427,300 C427,300 427,300 427,300 \"\r\n\t\t\t\t\t\tkeyPoints=\"0;0;1;1\"\r\n\t\t\t\t\t\tkeySplines=\"0.167 0.167 0.667 1;0.167 0.167 0.667 1;0 0 0 0\"\r\n\t\t\t\t\t\tcalcMode=\"spline\"\r\n\t\t\t\t\t/>\r\n\t\t\t\t\t<animateTransform\r\n\t\t\t\t\t\trepeatCount=\"indefinite\"\r\n\t\t\t\t\t\tdur=\"5s\"\r\n\t\t\t\t\t\tbegin=\"0s\"\r\n\t\t\t\t\t\txlink:href=\"#_R_G_L_0_G_L_0_G\"\r\n\t\t\t\t\t\tfill=\"freeze\"\r\n\t\t\t\t\t\tattributeName=\"transform\"\r\n\t\t\t\t\t\tfrom=\"0.89062 0.89062\"\r\n\t\t\t\t\t\tto=\"0.89062 0.89062\"\r\n\t\t\t\t\t\ttype=\"scale\"\r\n\t\t\t\t\t\tadditive=\"sum\"\r\n\t\t\t\t\t\tkeyTimes=\"0;1\"\r\n\t\t\t\t\t\tvalues=\"0.89062 0.89062;0.89062 0.89062\"\r\n\t\t\t\t\t\tkeySplines=\"0 0 1 1\"\r\n\t\t\t\t\t\tcalcMode=\"spline\"\r\n\t\t\t\t\t/>\r\n\t\t\t\t\t<animate\r\n\t\t\t\t\t\trepeatCount=\"indefinite\"\r\n\t\t\t\t\t\tdur=\"5s\"\r\n\t\t\t\t\t\tbegin=\"0s\"\r\n\t\t\t\t\t\txlink:href=\"#_R_G_L_0_G_L_0_G_M\"\r\n\t\t\t\t\t\tfill=\"freeze\"\r\n\t\t\t\t\t\tattributeName=\"opacity\"\r\n\t\t\t\t\t\tfrom=\"0\"\r\n\t\t\t\t\t\tto=\"1\"\r\n\t\t\t\t\t\tkeyTimes=\"0;0.8533333;0.853334;1\"\r\n\t\t\t\t\t\tvalues=\"0;0;1;1\"\r\n\t\t\t\t\t\tkeySplines=\"0 0 0 0;0 0 0 0;0 0 0 0\"\r\n\t\t\t\t\t\tcalcMode=\"spline\"\r\n\t\t\t\t\t/>\r\n\t\t\t\t\t<animate attributeType=\"XML\" attributeName=\"opacity\" dur=\"5s\" from=\"0\" to=\"1\" xlink:href=\"#time_group\" />\r\n\t\t\t\t</defs>\r\n\t\t\t\t<g id=\"_R_G\">\r\n\t\t\t\t\t<g id=\"_R_G_L_0_G\" transform=\" translate(270, 196) translate(-300, -300)\">\r\n\t\t\t\t\t\t<g id=\"_R_G_L_0_G_L_12_G_M\">\r\n\t\t\t\t\t\t\t<g id=\"_R_G_L_0_G_L_12_G\">\r\n\t\t\t\t\t\t\t\t<path\r\n\t\t\t\t\t\t\t\t\tid=\"_R_G_L_0_G_L_12_G_D_0_P_0\"\r\n\t\t\t\t\t\t\t\t\tfill=\"#21409a\"\r\n\t\t\t\t\t\t\t\t\tfill-opacity=\"1\"\r\n\t\t\t\t\t\t\t\t\tfill-rule=\"nonzero\"\r\n\t\t\t\t\t\t\t\t\td=\" M0 -30 C16.56,-30 30,-16.56 30,0 C30,16.56 16.56,30 0,30 C-16.56,30 -30,16.56 -30,0 C-30,-16.56 -16.56,-30 0,-30z \"\r\n\t\t\t\t\t\t\t\t/>\r\n\t\t\t\t\t\t\t</g>\r\n\t\t\t\t\t\t</g>\r\n\t\t\t\t\t\t<g id=\"_R_G_L_0_G_L_11_G_M\">\r\n\t\t\t\t\t\t\t<g id=\"_R_G_L_0_G_L_11_G\">\r\n\t\t\t\t\t\t\t\t<path\r\n\t\t\t\t\t\t\t\t\tid=\"_R_G_L_0_G_L_11_G_D_0_P_0\"\r\n\t\t\t\t\t\t\t\t\tfill=\"#21409a\"\r\n\t\t\t\t\t\t\t\t\tfill-opacity=\"1\"\r\n\t\t\t\t\t\t\t\t\tfill-rule=\"nonzero\"\r\n\t\t\t\t\t\t\t\t\td=\" M3.63 23.8 C3.63,23.8 8.05,27.83 24.33,20.28 C24.33,20.28 26.42,16.28 26.42,16.28 C26.42,16.28 27,14.81 27,14.81 C27,14.81 16.7,22.26 5.84,19.04 C2.26,17.97 3.63,23.8 3.63,23.8z \"\r\n\t\t\t\t\t\t\t\t/>\r\n\t\t\t\t\t\t\t\t<path\r\n\t\t\t\t\t\t\t\t\tid=\"_R_G_L_0_G_L_11_G_D_1_P_0\"\r\n\t\t\t\t\t\t\t\t\tfill=\"#21409a\"\r\n\t\t\t\t\t\t\t\t\tfill-opacity=\"1\"\r\n\t\t\t\t\t\t\t\t\tfill-rule=\"nonzero\"\r\n\t\t\t\t\t\t\t\t\td=\" M9.41 27.76 C9.41,27.76 14.46,29.73 21.79,25.65 C21.79,25.65 23.71,24.43 23.71,24.43 C23.71,24.43 24.71,23.23 24.71,23.23 C24.71,23.23 17.24,26.84 10.74,24.91 C8.59,24.28 9.41,27.76 9.41,27.76z \"\r\n\t\t\t\t\t\t\t\t/>\r\n\t\t\t\t\t\t\t\t<path\r\n\t\t\t\t\t\t\t\t\tid=\"_R_G_L_0_G_L_11_G_D_2_P_0\"\r\n\t\t\t\t\t\t\t\t\tfill=\"#21409a\"\r\n\t\t\t\t\t\t\t\t\tfill-opacity=\"1\"\r\n\t\t\t\t\t\t\t\t\tfill-rule=\"nonzero\"\r\n\t\t\t\t\t\t\t\t\td=\" M0.09 15.87 C0.09,15.87 11.11,22.24 26.48,10.22 C26.48,10.22 24.78,5.86 24.78,5.86 C24.78,5.86 15.46,14.09 3.98,10.46 C0.1,9.23 0.09,15.87 0.09,15.87z \"\r\n\t\t\t\t\t\t\t\t/>\r\n\t\t\t\t\t\t\t\t<path\r\n\t\t\t\t\t\t\t\t\tid=\"_R_G_L_0_G_L_11_G_D_3_P_0\"\r\n\t\t\t\t\t\t\t\t\tfill=\"#21409a\"\r\n\t\t\t\t\t\t\t\t\tfill-opacity=\"1\"\r\n\t\t\t\t\t\t\t\t\tfill-rule=\"nonzero\"\r\n\t\t\t\t\t\t\t\t\td=\" M2.09 6.86 C2.09,6.86 10.72,10.88 22.35,3.43 C22.35,3.43 18.54,1.51 18.54,1.51 C18.54,1.51 15.04,5.07 5.34,3.53 C5.34,3.53 2.09,6.86 2.09,6.86z \"\r\n\t\t\t\t\t\t\t\t/>\r\n\t\t\t\t\t\t\t\t<path\r\n\t\t\t\t\t\t\t\t\tid=\"_R_G_L_0_G_L_11_G_D_4_P_0\"\r\n\t\t\t\t\t\t\t\t\tfill=\"#ff860d\"\r\n\t\t\t\t\t\t\t\t\tfill-opacity=\"1\"\r\n\t\t\t\t\t\t\t\t\tfill-rule=\"nonzero\"\r\n\t\t\t\t\t\t\t\t\td=\" M23.39 3.26 C22.15,2.23 20.73,1.42 19.19,0.86 C16.82,2.31 13.88,3.87 10.5,5.21 C6.5,6.81 3.12,8.7 0.55,10.37 C0.19,11.62 0,12.94 0,14.31 C0,14.84 0.03,15.36 0.09,15.87 C2.76,13.92 7.09,11.14 12.63,8.94 C17.07,7.17 20.74,5.04 23.39,3.26 C23.39,3.26 23.39,3.26 23.39,3.26z \"\r\n\t\t\t\t\t\t\t\t/>\r\n\t\t\t\t\t\t\t\t<path\r\n\t\t\t\t\t\t\t\t\tid=\"_R_G_L_0_G_L_11_G_D_5_P_0\"\r\n\t\t\t\t\t\t\t\t\tfill=\"#ff860d\"\r\n\t\t\t\t\t\t\t\t\tfill-opacity=\"1\"\r\n\t\t\t\t\t\t\t\t\tfill-rule=\"nonzero\"\r\n\t\t\t\t\t\t\t\t\td=\" M16.12 0.11 C15.52,0.04 14.92,0 14.31,0 C9.14,0 4.61,2.74 2.09,6.85 C4.2,5.65 6.65,4.41 9.41,3.31 C11.9,2.32 14.15,1.21 16.12,0.11z \"\r\n\t\t\t\t\t\t\t\t/>\r\n\t\t\t\t\t\t\t\t<path\r\n\t\t\t\t\t\t\t\t\tid=\"_R_G_L_0_G_L_11_G_D_6_P_0\"\r\n\t\t\t\t\t\t\t\t\tfill=\"#ff860d\"\r\n\t\t\t\t\t\t\t\t\tfill-opacity=\"1\"\r\n\t\t\t\t\t\t\t\t\tfill-rule=\"nonzero\"\r\n\t\t\t\t\t\t\t\t\td=\" M28.01 18.42 C28.4,17.12 28.61,15.74 28.61,14.31 C28.61,13.97 28.6,13.63 28.58,13.3 C25.91,15.1 22.2,17.28 17.68,19.08 C12.45,21.16 8.31,23.74 5.61,25.67 C6.79,26.57 8.12,27.3 9.56,27.81 C11.97,26.32 14.96,24.71 18.43,23.33 C22.25,21.82 25.49,20.03 28.01,18.42z \"\r\n\t\t\t\t\t\t\t\t/>\r\n\t\t\t\t\t\t\t\t<path\r\n\t\t\t\t\t\t\t\t\tid=\"_R_G_L_0_G_L_11_G_D_7_P_0\"\r\n\t\t\t\t\t\t\t\t\tfill=\"#ff860d\"\r\n\t\t\t\t\t\t\t\t\tfill-opacity=\"1\"\r\n\t\t\t\t\t\t\t\t\tfill-rule=\"nonzero\"\r\n\t\t\t\t\t\t\t\t\td=\" M28.08 10.43 C27.52,8.42 26.53,6.6 25.22,5.06 C22.53,6.9 18.67,9.21 13.93,11.1 C7.84,13.52 3.22,16.63 0.65,18.58 C1.26,20.55 2.29,22.33 3.63,23.83 C6.31,21.88 10.6,19.16 16.06,16.98 C21.25,14.92 25.38,12.35 28.08,10.43 C28.08,10.43 28.08,10.43 28.08,10.43z \"\r\n\t\t\t\t\t\t\t\t/>\r\n\t\t\t\t\t\t\t\t<path\r\n\t\t\t\t\t\t\t\t\tid=\"_R_G_L_0_G_L_11_G_D_8_P_0\"\r\n\t\t\t\t\t\t\t\t\tfill=\"#ff860d\"\r\n\t\t\t\t\t\t\t\t\tfill-opacity=\"1\"\r\n\t\t\t\t\t\t\t\t\tfill-rule=\"nonzero\"\r\n\t\t\t\t\t\t\t\t\td=\" M19.61 25.03 C16.91,26.1 14.51,27.31 12.44,28.49 C13.05,28.57 13.67,28.61 14.31,28.61 C19.5,28.61 24.05,25.84 26.56,21.7 C24.54,22.84 22.21,24 19.61,25.03 C19.61,25.03 19.61,25.03 19.61,25.03z \"\r\n\t\t\t\t\t\t\t\t/>\r\n\t\t\t\t\t\t\t</g>\r\n\t\t\t\t\t\t</g>\r\n\t\t\t\t\t\t<g id=\"_R_G_L_0_G_L_10_G_M\">\r\n\t\t\t\t\t\t\t<g id=\"_R_G_L_0_G_L_10_G\">\r\n\t\t\t\t\t\t\t\t<path\r\n\t\t\t\t\t\t\t\t\tid=\"_R_G_L_0_G_L_10_G_D_0_P_0\"\r\n\t\t\t\t\t\t\t\t\tfill=\"#21409a\"\r\n\t\t\t\t\t\t\t\t\tfill-opacity=\"1\"\r\n\t\t\t\t\t\t\t\t\tfill-rule=\"nonzero\"\r\n\t\t\t\t\t\t\t\t\td=\" M3.63 23.8 C3.63,23.8 8.05,27.83 24.33,20.28 C24.33,20.28 26.42,16.28 26.42,16.28 C26.42,16.28 27,14.81 27,14.81 C27,14.81 16.7,22.26 5.84,19.04 C2.26,17.97 3.63,23.8 3.63,23.8z \"\r\n\t\t\t\t\t\t\t\t/>\r\n\t\t\t\t\t\t\t\t<path\r\n\t\t\t\t\t\t\t\t\tid=\"_R_G_L_0_G_L_10_G_D_1_P_0\"\r\n\t\t\t\t\t\t\t\t\tfill=\"#21409a\"\r\n\t\t\t\t\t\t\t\t\tfill-opacity=\"1\"\r\n\t\t\t\t\t\t\t\t\tfill-rule=\"nonzero\"\r\n\t\t\t\t\t\t\t\t\td=\" M9.41 27.76 C9.41,27.76 14.46,29.73 21.79,25.65 C21.79,25.65 23.71,24.43 23.71,24.43 C23.71,24.43 24.71,23.23 24.71,23.23 C24.71,23.23 17.24,26.84 10.74,24.91 C8.59,24.28 9.41,27.76 9.41,27.76z \"\r\n\t\t\t\t\t\t\t\t/>\r\n\t\t\t\t\t\t\t\t<path\r\n\t\t\t\t\t\t\t\t\tid=\"_R_G_L_0_G_L_10_G_D_2_P_0\"\r\n\t\t\t\t\t\t\t\t\tfill=\"#21409a\"\r\n\t\t\t\t\t\t\t\t\tfill-opacity=\"1\"\r\n\t\t\t\t\t\t\t\t\tfill-rule=\"nonzero\"\r\n\t\t\t\t\t\t\t\t\td=\" M0.09 15.87 C0.09,15.87 11.11,22.24 26.48,10.22 C26.48,10.22 24.78,5.86 24.78,5.86 C24.78,5.86 15.46,14.09 3.98,10.46 C0.1,9.23 0.09,15.87 0.09,15.87z \"\r\n\t\t\t\t\t\t\t\t/>\r\n\t\t\t\t\t\t\t\t<path\r\n\t\t\t\t\t\t\t\t\tid=\"_R_G_L_0_G_L_10_G_D_3_P_0\"\r\n\t\t\t\t\t\t\t\t\tfill=\"#21409a\"\r\n\t\t\t\t\t\t\t\t\tfill-opacity=\"1\"\r\n\t\t\t\t\t\t\t\t\tfill-rule=\"nonzero\"\r\n\t\t\t\t\t\t\t\t\td=\" M2.09 6.86 C2.09,6.86 10.72,10.88 22.35,3.43 C22.35,3.43 18.54,1.51 18.54,1.51 C18.54,1.51 15.04,5.07 5.34,3.53 C5.34,3.53 2.09,6.86 2.09,6.86z \"\r\n\t\t\t\t\t\t\t\t/>\r\n\t\t\t\t\t\t\t\t<path\r\n\t\t\t\t\t\t\t\t\tid=\"_R_G_L_0_G_L_10_G_D_4_P_0\"\r\n\t\t\t\t\t\t\t\t\tfill=\"#ff860d\"\r\n\t\t\t\t\t\t\t\t\tfill-opacity=\"1\"\r\n\t\t\t\t\t\t\t\t\tfill-rule=\"nonzero\"\r\n\t\t\t\t\t\t\t\t\td=\" M23.39 3.26 C22.15,2.23 20.73,1.42 19.19,0.86 C16.82,2.31 13.88,3.87 10.5,5.21 C6.5,6.81 3.12,8.7 0.55,10.37 C0.19,11.62 0,12.94 0,14.31 C0,14.84 0.03,15.36 0.09,15.87 C2.76,13.92 7.09,11.14 12.63,8.94 C17.07,7.17 20.74,5.04 23.39,3.26 C23.39,3.26 23.39,3.26 23.39,3.26z \"\r\n\t\t\t\t\t\t\t\t/>\r\n\t\t\t\t\t\t\t\t<path\r\n\t\t\t\t\t\t\t\t\tid=\"_R_G_L_0_G_L_10_G_D_5_P_0\"\r\n\t\t\t\t\t\t\t\t\tfill=\"#ff860d\"\r\n\t\t\t\t\t\t\t\t\tfill-opacity=\"1\"\r\n\t\t\t\t\t\t\t\t\tfill-rule=\"nonzero\"\r\n\t\t\t\t\t\t\t\t\td=\" M16.12 0.11 C15.52,0.04 14.92,0 14.31,0 C9.14,0 4.61,2.74 2.09,6.85 C4.2,5.65 6.65,4.41 9.41,3.31 C11.9,2.32 14.15,1.21 16.12,0.11z \"\r\n\t\t\t\t\t\t\t\t/>\r\n\t\t\t\t\t\t\t\t<path\r\n\t\t\t\t\t\t\t\t\tid=\"_R_G_L_0_G_L_10_G_D_6_P_0\"\r\n\t\t\t\t\t\t\t\t\tfill=\"#ff860d\"\r\n\t\t\t\t\t\t\t\t\tfill-opacity=\"1\"\r\n\t\t\t\t\t\t\t\t\tfill-rule=\"nonzero\"\r\n\t\t\t\t\t\t\t\t\td=\" M28.01 18.42 C28.4,17.12 28.61,15.74 28.61,14.31 C28.61,13.97 28.6,13.63 28.58,13.3 C25.91,15.1 22.2,17.28 17.68,19.08 C12.45,21.16 8.31,23.74 5.61,25.67 C6.79,26.57 8.12,27.3 9.56,27.81 C11.97,26.32 14.96,24.71 18.43,23.33 C22.25,21.82 25.49,20.03 28.01,18.42z \"\r\n\t\t\t\t\t\t\t\t/>\r\n\t\t\t\t\t\t\t\t<path\r\n\t\t\t\t\t\t\t\t\tid=\"_R_G_L_0_G_L_10_G_D_7_P_0\"\r\n\t\t\t\t\t\t\t\t\tfill=\"#ff860d\"\r\n\t\t\t\t\t\t\t\t\tfill-opacity=\"1\"\r\n\t\t\t\t\t\t\t\t\tfill-rule=\"nonzero\"\r\n\t\t\t\t\t\t\t\t\td=\" M28.08 10.43 C27.52,8.42 26.53,6.6 25.22,5.06 C22.53,6.9 18.67,9.21 13.93,11.1 C7.84,13.52 3.22,16.63 0.65,18.58 C1.26,20.55 2.29,22.33 3.63,23.83 C6.31,21.88 10.6,19.16 16.06,16.98 C21.25,14.92 25.38,12.35 28.08,10.43 C28.08,10.43 28.08,10.43 28.08,10.43z \"\r\n\t\t\t\t\t\t\t\t/>\r\n\t\t\t\t\t\t\t\t<path\r\n\t\t\t\t\t\t\t\t\tid=\"_R_G_L_0_G_L_10_G_D_8_P_0\"\r\n\t\t\t\t\t\t\t\t\tfill=\"#ff860d\"\r\n\t\t\t\t\t\t\t\t\tfill-opacity=\"1\"\r\n\t\t\t\t\t\t\t\t\tfill-rule=\"nonzero\"\r\n\t\t\t\t\t\t\t\t\td=\" M19.61 25.03 C16.91,26.1 14.51,27.31 12.44,28.49 C13.05,28.57 13.67,28.61 14.31,28.61 C19.5,28.61 24.05,25.84 26.56,21.7 C24.54,22.84 22.21,24 19.61,25.03 C19.61,25.03 19.61,25.03 19.61,25.03z \"\r\n\t\t\t\t\t\t\t\t/>\r\n\t\t\t\t\t\t\t</g>\r\n\t\t\t\t\t\t</g>\r\n\t\t\t\t\t\t<g id=\"_R_G_L_0_G_L_9_G_M\">\r\n\t\t\t\t\t\t\t<g id=\"_R_G_L_0_G_L_9_G\">\r\n\t\t\t\t\t\t\t\t<path\r\n\t\t\t\t\t\t\t\t\tid=\"_R_G_L_0_G_L_9_G_D_0_P_0\"\r\n\t\t\t\t\t\t\t\t\tfill=\"#21409a\"\r\n\t\t\t\t\t\t\t\t\tfill-opacity=\"1\"\r\n\t\t\t\t\t\t\t\t\tfill-rule=\"nonzero\"\r\n\t\t\t\t\t\t\t\t\td=\" M3.63 23.8 C3.63,23.8 8.05,27.83 24.33,20.28 C24.33,20.28 26.42,16.28 26.42,16.28 C26.42,16.28 27,14.81 27,14.81 C27,14.81 16.7,22.26 5.84,19.04 C2.26,17.97 3.63,23.8 3.63,23.8z \"\r\n\t\t\t\t\t\t\t\t/>\r\n\t\t\t\t\t\t\t\t<path\r\n\t\t\t\t\t\t\t\t\tid=\"_R_G_L_0_G_L_9_G_D_1_P_0\"\r\n\t\t\t\t\t\t\t\t\tfill=\"#21409a\"\r\n\t\t\t\t\t\t\t\t\tfill-opacity=\"1\"\r\n\t\t\t\t\t\t\t\t\tfill-rule=\"nonzero\"\r\n\t\t\t\t\t\t\t\t\td=\" M9.41 27.76 C9.41,27.76 14.46,29.73 21.79,25.65 C21.79,25.65 23.71,24.43 23.71,24.43 C23.71,24.43 24.71,23.23 24.71,23.23 C24.71,23.23 17.24,26.84 10.74,24.91 C8.59,24.28 9.41,27.76 9.41,27.76z \"\r\n\t\t\t\t\t\t\t\t/>\r\n\t\t\t\t\t\t\t\t<path\r\n\t\t\t\t\t\t\t\t\tid=\"_R_G_L_0_G_L_9_G_D_2_P_0\"\r\n\t\t\t\t\t\t\t\t\tfill=\"#21409a\"\r\n\t\t\t\t\t\t\t\t\tfill-opacity=\"1\"\r\n\t\t\t\t\t\t\t\t\tfill-rule=\"nonzero\"\r\n\t\t\t\t\t\t\t\t\td=\" M0.09 15.87 C0.09,15.87 11.11,22.24 26.48,10.22 C26.48,10.22 24.78,5.86 24.78,5.86 C24.78,5.86 15.46,14.09 3.98,10.46 C0.1,9.23 0.09,15.87 0.09,15.87z \"\r\n\t\t\t\t\t\t\t\t/>\r\n\t\t\t\t\t\t\t\t<path\r\n\t\t\t\t\t\t\t\t\tid=\"_R_G_L_0_G_L_9_G_D_3_P_0\"\r\n\t\t\t\t\t\t\t\t\tfill=\"#21409a\"\r\n\t\t\t\t\t\t\t\t\tfill-opacity=\"1\"\r\n\t\t\t\t\t\t\t\t\tfill-rule=\"nonzero\"\r\n\t\t\t\t\t\t\t\t\td=\" M2.09 6.86 C2.09,6.86 10.72,10.88 22.35,3.43 C22.35,3.43 18.54,1.51 18.54,1.51 C18.54,1.51 15.04,5.07 5.34,3.53 C5.34,3.53 2.09,6.86 2.09,6.86z \"\r\n\t\t\t\t\t\t\t\t/>\r\n\t\t\t\t\t\t\t\t<path\r\n\t\t\t\t\t\t\t\t\tid=\"_R_G_L_0_G_L_9_G_D_4_P_0\"\r\n\t\t\t\t\t\t\t\t\tfill=\"#ff860d\"\r\n\t\t\t\t\t\t\t\t\tfill-opacity=\"1\"\r\n\t\t\t\t\t\t\t\t\tfill-rule=\"nonzero\"\r\n\t\t\t\t\t\t\t\t\td=\" M23.39 3.26 C22.15,2.23 20.73,1.42 19.19,0.86 C16.82,2.31 13.88,3.87 10.5,5.21 C6.5,6.81 3.12,8.7 0.55,10.37 C0.19,11.62 0,12.94 0,14.31 C0,14.84 0.03,15.36 0.09,15.87 C2.76,13.92 7.09,11.14 12.63,8.94 C17.07,7.17 20.74,5.04 23.39,3.26 C23.39,3.26 23.39,3.26 23.39,3.26z \"\r\n\t\t\t\t\t\t\t\t/>\r\n\t\t\t\t\t\t\t\t<path\r\n\t\t\t\t\t\t\t\t\tid=\"_R_G_L_0_G_L_9_G_D_5_P_0\"\r\n\t\t\t\t\t\t\t\t\tfill=\"#ff860d\"\r\n\t\t\t\t\t\t\t\t\tfill-opacity=\"1\"\r\n\t\t\t\t\t\t\t\t\tfill-rule=\"nonzero\"\r\n\t\t\t\t\t\t\t\t\td=\" M16.12 0.11 C15.52,0.04 14.92,0 14.31,0 C9.14,0 4.61,2.74 2.09,6.85 C4.2,5.65 6.65,4.41 9.41,3.31 C11.9,2.32 14.15,1.21 16.12,0.11z \"\r\n\t\t\t\t\t\t\t\t/>\r\n\t\t\t\t\t\t\t\t<path\r\n\t\t\t\t\t\t\t\t\tid=\"_R_G_L_0_G_L_9_G_D_6_P_0\"\r\n\t\t\t\t\t\t\t\t\tfill=\"#ff860d\"\r\n\t\t\t\t\t\t\t\t\tfill-opacity=\"1\"\r\n\t\t\t\t\t\t\t\t\tfill-rule=\"nonzero\"\r\n\t\t\t\t\t\t\t\t\td=\" M28.01 18.42 C28.4,17.12 28.61,15.74 28.61,14.31 C28.61,13.97 28.6,13.63 28.58,13.3 C25.91,15.1 22.2,17.28 17.68,19.08 C12.45,21.16 8.31,23.74 5.61,25.67 C6.79,26.57 8.12,27.3 9.56,27.81 C11.97,26.32 14.96,24.71 18.43,23.33 C22.25,21.82 25.49,20.03 28.01,18.42z \"\r\n\t\t\t\t\t\t\t\t/>\r\n\t\t\t\t\t\t\t\t<path\r\n\t\t\t\t\t\t\t\t\tid=\"_R_G_L_0_G_L_9_G_D_7_P_0\"\r\n\t\t\t\t\t\t\t\t\tfill=\"#ff860d\"\r\n\t\t\t\t\t\t\t\t\tfill-opacity=\"1\"\r\n\t\t\t\t\t\t\t\t\tfill-rule=\"nonzero\"\r\n\t\t\t\t\t\t\t\t\td=\" M28.08 10.43 C27.52,8.42 26.53,6.6 25.22,5.06 C22.53,6.9 18.67,9.21 13.93,11.1 C7.84,13.52 3.22,16.63 0.65,18.58 C1.26,20.55 2.29,22.33 3.63,23.83 C6.31,21.88 10.6,19.16 16.06,16.98 C21.25,14.92 25.38,12.35 28.08,10.43 C28.08,10.43 28.08,10.43 28.08,10.43z \"\r\n\t\t\t\t\t\t\t\t/>\r\n\t\t\t\t\t\t\t\t<path\r\n\t\t\t\t\t\t\t\t\tid=\"_R_G_L_0_G_L_9_G_D_8_P_0\"\r\n\t\t\t\t\t\t\t\t\tfill=\"#ff860d\"\r\n\t\t\t\t\t\t\t\t\tfill-opacity=\"1\"\r\n\t\t\t\t\t\t\t\t\tfill-rule=\"nonzero\"\r\n\t\t\t\t\t\t\t\t\td=\" M19.61 25.03 C16.91,26.1 14.51,27.31 12.44,28.49 C13.05,28.57 13.67,28.61 14.31,28.61 C19.5,28.61 24.05,25.84 26.56,21.7 C24.54,22.84 22.21,24 19.61,25.03 C19.61,25.03 19.61,25.03 19.61,25.03z \"\r\n\t\t\t\t\t\t\t\t/>\r\n\t\t\t\t\t\t\t</g>\r\n\t\t\t\t\t\t</g>\r\n\t\t\t\t\t\t<g id=\"_R_G_L_0_G_L_8_G_M\">\r\n\t\t\t\t\t\t\t<g id=\"_R_G_L_0_G_L_8_G\">\r\n\t\t\t\t\t\t\t\t<path\r\n\t\t\t\t\t\t\t\t\tid=\"_R_G_L_0_G_L_8_G_D_0_P_0\"\r\n\t\t\t\t\t\t\t\t\tfill=\"#21409a\"\r\n\t\t\t\t\t\t\t\t\tfill-opacity=\"1\"\r\n\t\t\t\t\t\t\t\t\tfill-rule=\"nonzero\"\r\n\t\t\t\t\t\t\t\t\td=\" M3.63 23.8 C3.63,23.8 8.05,27.83 24.33,20.28 C24.33,20.28 26.42,16.28 26.42,16.28 C26.42,16.28 27,14.81 27,14.81 C27,14.81 16.7,22.26 5.84,19.04 C2.26,17.97 3.63,23.8 3.63,23.8z \"\r\n\t\t\t\t\t\t\t\t/>\r\n\t\t\t\t\t\t\t\t<path\r\n\t\t\t\t\t\t\t\t\tid=\"_R_G_L_0_G_L_8_G_D_1_P_0\"\r\n\t\t\t\t\t\t\t\t\tfill=\"#21409a\"\r\n\t\t\t\t\t\t\t\t\tfill-opacity=\"1\"\r\n\t\t\t\t\t\t\t\t\tfill-rule=\"nonzero\"\r\n\t\t\t\t\t\t\t\t\td=\" M9.41 27.76 C9.41,27.76 14.46,29.73 21.79,25.65 C21.79,25.65 23.71,24.43 23.71,24.43 C23.71,24.43 24.71,23.23 24.71,23.23 C24.71,23.23 17.24,26.84 10.74,24.91 C8.59,24.28 9.41,27.76 9.41,27.76z \"\r\n\t\t\t\t\t\t\t\t/>\r\n\t\t\t\t\t\t\t\t<path\r\n\t\t\t\t\t\t\t\t\tid=\"_R_G_L_0_G_L_8_G_D_2_P_0\"\r\n\t\t\t\t\t\t\t\t\tfill=\"#21409a\"\r\n\t\t\t\t\t\t\t\t\tfill-opacity=\"1\"\r\n\t\t\t\t\t\t\t\t\tfill-rule=\"nonzero\"\r\n\t\t\t\t\t\t\t\t\td=\" M0.09 15.87 C0.09,15.87 11.11,22.24 26.48,10.22 C26.48,10.22 24.78,5.86 24.78,5.86 C24.78,5.86 15.46,14.09 3.98,10.46 C0.1,9.23 0.09,15.87 0.09,15.87z \"\r\n\t\t\t\t\t\t\t\t/>\r\n\t\t\t\t\t\t\t\t<path\r\n\t\t\t\t\t\t\t\t\tid=\"_R_G_L_0_G_L_8_G_D_3_P_0\"\r\n\t\t\t\t\t\t\t\t\tfill=\"#21409a\"\r\n\t\t\t\t\t\t\t\t\tfill-opacity=\"1\"\r\n\t\t\t\t\t\t\t\t\tfill-rule=\"nonzero\"\r\n\t\t\t\t\t\t\t\t\td=\" M2.09 6.86 C2.09,6.86 10.72,10.88 22.35,3.43 C22.35,3.43 18.54,1.51 18.54,1.51 C18.54,1.51 15.04,5.07 5.34,3.53 C5.34,3.53 2.09,6.86 2.09,6.86z \"\r\n\t\t\t\t\t\t\t\t/>\r\n\t\t\t\t\t\t\t\t<path\r\n\t\t\t\t\t\t\t\t\tid=\"_R_G_L_0_G_L_8_G_D_4_P_0\"\r\n\t\t\t\t\t\t\t\t\tfill=\"#ff860d\"\r\n\t\t\t\t\t\t\t\t\tfill-opacity=\"1\"\r\n\t\t\t\t\t\t\t\t\tfill-rule=\"nonzero\"\r\n\t\t\t\t\t\t\t\t\td=\" M23.39 3.26 C22.15,2.23 20.73,1.42 19.19,0.86 C16.82,2.31 13.88,3.87 10.5,5.21 C6.5,6.81 3.12,8.7 0.55,10.37 C0.19,11.62 0,12.94 0,14.31 C0,14.84 0.03,15.36 0.09,15.87 C2.76,13.92 7.09,11.14 12.63,8.94 C17.07,7.17 20.74,5.04 23.39,3.26 C23.39,3.26 23.39,3.26 23.39,3.26z \"\r\n\t\t\t\t\t\t\t\t/>\r\n\t\t\t\t\t\t\t\t<path\r\n\t\t\t\t\t\t\t\t\tid=\"_R_G_L_0_G_L_8_G_D_5_P_0\"\r\n\t\t\t\t\t\t\t\t\tfill=\"#ff860d\"\r\n\t\t\t\t\t\t\t\t\tfill-opacity=\"1\"\r\n\t\t\t\t\t\t\t\t\tfill-rule=\"nonzero\"\r\n\t\t\t\t\t\t\t\t\td=\" M16.12 0.11 C15.52,0.04 14.92,0 14.31,0 C9.14,0 4.61,2.74 2.09,6.85 C4.2,5.65 6.65,4.41 9.41,3.31 C11.9,2.32 14.15,1.21 16.12,0.11z \"\r\n\t\t\t\t\t\t\t\t/>\r\n\t\t\t\t\t\t\t\t<path\r\n\t\t\t\t\t\t\t\t\tid=\"_R_G_L_0_G_L_8_G_D_6_P_0\"\r\n\t\t\t\t\t\t\t\t\tfill=\"#ff860d\"\r\n\t\t\t\t\t\t\t\t\tfill-opacity=\"1\"\r\n\t\t\t\t\t\t\t\t\tfill-rule=\"nonzero\"\r\n\t\t\t\t\t\t\t\t\td=\" M28.01 18.42 C28.4,17.12 28.61,15.74 28.61,14.31 C28.61,13.97 28.6,13.63 28.58,13.3 C25.91,15.1 22.2,17.28 17.68,19.08 C12.45,21.16 8.31,23.74 5.61,25.67 C6.79,26.57 8.12,27.3 9.56,27.81 C11.97,26.32 14.96,24.71 18.43,23.33 C22.25,21.82 25.49,20.03 28.01,18.42z \"\r\n\t\t\t\t\t\t\t\t/>\r\n\t\t\t\t\t\t\t\t<path\r\n\t\t\t\t\t\t\t\t\tid=\"_R_G_L_0_G_L_8_G_D_7_P_0\"\r\n\t\t\t\t\t\t\t\t\tfill=\"#ff860d\"\r\n\t\t\t\t\t\t\t\t\tfill-opacity=\"1\"\r\n\t\t\t\t\t\t\t\t\tfill-rule=\"nonzero\"\r\n\t\t\t\t\t\t\t\t\td=\" M28.08 10.43 C27.52,8.42 26.53,6.6 25.22,5.06 C22.53,6.9 18.67,9.21 13.93,11.1 C7.84,13.52 3.22,16.63 0.65,18.58 C1.26,20.55 2.29,22.33 3.63,23.83 C6.31,21.88 10.6,19.16 16.06,16.98 C21.25,14.92 25.38,12.35 28.08,10.43 C28.08,10.43 28.08,10.43 28.08,10.43z \"\r\n\t\t\t\t\t\t\t\t/>\r\n\t\t\t\t\t\t\t\t<path\r\n\t\t\t\t\t\t\t\t\tid=\"_R_G_L_0_G_L_8_G_D_8_P_0\"\r\n\t\t\t\t\t\t\t\t\tfill=\"#ff860d\"\r\n\t\t\t\t\t\t\t\t\tfill-opacity=\"1\"\r\n\t\t\t\t\t\t\t\t\tfill-rule=\"nonzero\"\r\n\t\t\t\t\t\t\t\t\td=\" M19.61 25.03 C16.91,26.1 14.51,27.31 12.44,28.49 C13.05,28.57 13.67,28.61 14.31,28.61 C19.5,28.61 24.05,25.84 26.56,21.7 C24.54,22.84 22.21,24 19.61,25.03 C19.61,25.03 19.61,25.03 19.61,25.03z \"\r\n\t\t\t\t\t\t\t\t/>\r\n\t\t\t\t\t\t\t</g>\r\n\t\t\t\t\t\t</g>\r\n\t\t\t\t\t\t<g id=\"_R_G_L_0_G_L_7_G_M\">\r\n\t\t\t\t\t\t\t<g id=\"_R_G_L_0_G_L_7_G\">\r\n\t\t\t\t\t\t\t\t<path\r\n\t\t\t\t\t\t\t\t\tid=\"_R_G_L_0_G_L_7_G_D_0_P_0\"\r\n\t\t\t\t\t\t\t\t\tfill=\"#21409a\"\r\n\t\t\t\t\t\t\t\t\tfill-opacity=\"1\"\r\n\t\t\t\t\t\t\t\t\tfill-rule=\"nonzero\"\r\n\t\t\t\t\t\t\t\t\td=\" M3.63 23.8 C3.63,23.8 8.05,27.83 24.33,20.28 C24.33,20.28 26.42,16.28 26.42,16.28 C26.42,16.28 27,14.81 27,14.81 C27,14.81 16.7,22.26 5.84,19.04 C2.26,17.97 3.63,23.8 3.63,23.8z \"\r\n\t\t\t\t\t\t\t\t/>\r\n\t\t\t\t\t\t\t\t<path\r\n\t\t\t\t\t\t\t\t\tid=\"_R_G_L_0_G_L_7_G_D_1_P_0\"\r\n\t\t\t\t\t\t\t\t\tfill=\"#21409a\"\r\n\t\t\t\t\t\t\t\t\tfill-opacity=\"1\"\r\n\t\t\t\t\t\t\t\t\tfill-rule=\"nonzero\"\r\n\t\t\t\t\t\t\t\t\td=\" M9.41 27.76 C9.41,27.76 14.46,29.73 21.79,25.65 C21.79,25.65 23.71,24.43 23.71,24.43 C23.71,24.43 24.71,23.23 24.71,23.23 C24.71,23.23 17.24,26.84 10.74,24.91 C8.59,24.28 9.41,27.76 9.41,27.76z \"\r\n\t\t\t\t\t\t\t\t/>\r\n\t\t\t\t\t\t\t\t<path\r\n\t\t\t\t\t\t\t\t\tid=\"_R_G_L_0_G_L_7_G_D_2_P_0\"\r\n\t\t\t\t\t\t\t\t\tfill=\"#21409a\"\r\n\t\t\t\t\t\t\t\t\tfill-opacity=\"1\"\r\n\t\t\t\t\t\t\t\t\tfill-rule=\"nonzero\"\r\n\t\t\t\t\t\t\t\t\td=\" M0.09 15.87 C0.09,15.87 11.11,22.24 26.48,10.22 C26.48,10.22 24.78,5.86 24.78,5.86 C24.78,5.86 15.46,14.09 3.98,10.46 C0.1,9.23 0.09,15.87 0.09,15.87z \"\r\n\t\t\t\t\t\t\t\t/>\r\n\t\t\t\t\t\t\t\t<path\r\n\t\t\t\t\t\t\t\t\tid=\"_R_G_L_0_G_L_7_G_D_3_P_0\"\r\n\t\t\t\t\t\t\t\t\tfill=\"#21409a\"\r\n\t\t\t\t\t\t\t\t\tfill-opacity=\"1\"\r\n\t\t\t\t\t\t\t\t\tfill-rule=\"nonzero\"\r\n\t\t\t\t\t\t\t\t\td=\" M2.09 6.86 C2.09,6.86 10.72,10.88 22.35,3.43 C22.35,3.43 18.54,1.51 18.54,1.51 C18.54,1.51 15.04,5.07 5.34,3.53 C5.34,3.53 2.09,6.86 2.09,6.86z \"\r\n\t\t\t\t\t\t\t\t/>\r\n\t\t\t\t\t\t\t\t<path\r\n\t\t\t\t\t\t\t\t\tid=\"_R_G_L_0_G_L_7_G_D_4_P_0\"\r\n\t\t\t\t\t\t\t\t\tfill=\"#ff860d\"\r\n\t\t\t\t\t\t\t\t\tfill-opacity=\"1\"\r\n\t\t\t\t\t\t\t\t\tfill-rule=\"nonzero\"\r\n\t\t\t\t\t\t\t\t\td=\" M23.39 3.26 C22.15,2.23 20.73,1.42 19.19,0.86 C16.82,2.31 13.88,3.87 10.5,5.21 C6.5,6.81 3.12,8.7 0.55,10.37 C0.19,11.62 0,12.94 0,14.31 C0,14.84 0.03,15.36 0.09,15.87 C2.76,13.92 7.09,11.14 12.63,8.94 C17.07,7.17 20.74,5.04 23.39,3.26 C23.39,3.26 23.39,3.26 23.39,3.26z \"\r\n\t\t\t\t\t\t\t\t/>\r\n\t\t\t\t\t\t\t\t<path\r\n\t\t\t\t\t\t\t\t\tid=\"_R_G_L_0_G_L_7_G_D_5_P_0\"\r\n\t\t\t\t\t\t\t\t\tfill=\"#ff860d\"\r\n\t\t\t\t\t\t\t\t\tfill-opacity=\"1\"\r\n\t\t\t\t\t\t\t\t\tfill-rule=\"nonzero\"\r\n\t\t\t\t\t\t\t\t\td=\" M16.12 0.11 C15.52,0.04 14.92,0 14.31,0 C9.14,0 4.61,2.74 2.09,6.85 C4.2,5.65 6.65,4.41 9.41,3.31 C11.9,2.32 14.15,1.21 16.12,0.11z \"\r\n\t\t\t\t\t\t\t\t/>\r\n\t\t\t\t\t\t\t\t<path\r\n\t\t\t\t\t\t\t\t\tid=\"_R_G_L_0_G_L_7_G_D_6_P_0\"\r\n\t\t\t\t\t\t\t\t\tfill=\"#ff860d\"\r\n\t\t\t\t\t\t\t\t\tfill-opacity=\"1\"\r\n\t\t\t\t\t\t\t\t\tfill-rule=\"nonzero\"\r\n\t\t\t\t\t\t\t\t\td=\" M28.01 18.42 C28.4,17.12 28.61,15.74 28.61,14.31 C28.61,13.97 28.6,13.63 28.58,13.3 C25.91,15.1 22.2,17.28 17.68,19.08 C12.45,21.16 8.31,23.74 5.61,25.67 C6.79,26.57 8.12,27.3 9.56,27.81 C11.97,26.32 14.96,24.71 18.43,23.33 C22.25,21.82 25.49,20.03 28.01,18.42z \"\r\n\t\t\t\t\t\t\t\t/>\r\n\t\t\t\t\t\t\t\t<path\r\n\t\t\t\t\t\t\t\t\tid=\"_R_G_L_0_G_L_7_G_D_7_P_0\"\r\n\t\t\t\t\t\t\t\t\tfill=\"#ff860d\"\r\n\t\t\t\t\t\t\t\t\tfill-opacity=\"1\"\r\n\t\t\t\t\t\t\t\t\tfill-rule=\"nonzero\"\r\n\t\t\t\t\t\t\t\t\td=\" M28.08 10.43 C27.52,8.42 26.53,6.6 25.22,5.06 C22.53,6.9 18.67,9.21 13.93,11.1 C7.84,13.52 3.22,16.63 0.65,18.58 C1.26,20.55 2.29,22.33 3.63,23.83 C6.31,21.88 10.6,19.16 16.06,16.98 C21.25,14.92 25.38,12.35 28.08,10.43 C28.08,10.43 28.08,10.43 28.08,10.43z \"\r\n\t\t\t\t\t\t\t\t/>\r\n\t\t\t\t\t\t\t\t<path\r\n\t\t\t\t\t\t\t\t\tid=\"_R_G_L_0_G_L_7_G_D_8_P_0\"\r\n\t\t\t\t\t\t\t\t\tfill=\"#ff860d\"\r\n\t\t\t\t\t\t\t\t\tfill-opacity=\"1\"\r\n\t\t\t\t\t\t\t\t\tfill-rule=\"nonzero\"\r\n\t\t\t\t\t\t\t\t\td=\" M19.61 25.03 C16.91,26.1 14.51,27.31 12.44,28.49 C13.05,28.57 13.67,28.61 14.31,28.61 C19.5,28.61 24.05,25.84 26.56,21.7 C24.54,22.84 22.21,24 19.61,25.03 C19.61,25.03 19.61,25.03 19.61,25.03z \"\r\n\t\t\t\t\t\t\t\t/>\r\n\t\t\t\t\t\t\t</g>\r\n\t\t\t\t\t\t</g>\r\n\t\t\t\t\t\t<g id=\"_R_G_L_0_G_L_6_G_M\">\r\n\t\t\t\t\t\t\t<g id=\"_R_G_L_0_G_L_6_G\">\r\n\t\t\t\t\t\t\t\t<path\r\n\t\t\t\t\t\t\t\t\tid=\"_R_G_L_0_G_L_6_G_D_0_P_0\"\r\n\t\t\t\t\t\t\t\t\tfill=\"#21409a\"\r\n\t\t\t\t\t\t\t\t\tfill-opacity=\"1\"\r\n\t\t\t\t\t\t\t\t\tfill-rule=\"nonzero\"\r\n\t\t\t\t\t\t\t\t\td=\" M3.63 23.8 C3.63,23.8 8.05,27.83 24.33,20.28 C24.33,20.28 26.42,16.28 26.42,16.28 C26.42,16.28 27,14.81 27,14.81 C27,14.81 16.7,22.26 5.84,19.04 C2.26,17.97 3.63,23.8 3.63,23.8z \"\r\n\t\t\t\t\t\t\t\t/>\r\n\t\t\t\t\t\t\t\t<path\r\n\t\t\t\t\t\t\t\t\tid=\"_R_G_L_0_G_L_6_G_D_1_P_0\"\r\n\t\t\t\t\t\t\t\t\tfill=\"#21409a\"\r\n\t\t\t\t\t\t\t\t\tfill-opacity=\"1\"\r\n\t\t\t\t\t\t\t\t\tfill-rule=\"nonzero\"\r\n\t\t\t\t\t\t\t\t\td=\" M9.41 27.76 C9.41,27.76 14.46,29.73 21.79,25.65 C21.79,25.65 23.71,24.43 23.71,24.43 C23.71,24.43 24.71,23.23 24.71,23.23 C24.71,23.23 17.24,26.84 10.74,24.91 C8.59,24.28 9.41,27.76 9.41,27.76z \"\r\n\t\t\t\t\t\t\t\t/>\r\n\t\t\t\t\t\t\t\t<path\r\n\t\t\t\t\t\t\t\t\tid=\"_R_G_L_0_G_L_6_G_D_2_P_0\"\r\n\t\t\t\t\t\t\t\t\tfill=\"#21409a\"\r\n\t\t\t\t\t\t\t\t\tfill-opacity=\"1\"\r\n\t\t\t\t\t\t\t\t\tfill-rule=\"nonzero\"\r\n\t\t\t\t\t\t\t\t\td=\" M0.09 15.87 C0.09,15.87 11.11,22.24 26.48,10.22 C26.48,10.22 24.78,5.86 24.78,5.86 C24.78,5.86 15.46,14.09 3.98,10.46 C0.1,9.23 0.09,15.87 0.09,15.87z \"\r\n\t\t\t\t\t\t\t\t/>\r\n\t\t\t\t\t\t\t\t<path\r\n\t\t\t\t\t\t\t\t\tid=\"_R_G_L_0_G_L_6_G_D_3_P_0\"\r\n\t\t\t\t\t\t\t\t\tfill=\"#21409a\"\r\n\t\t\t\t\t\t\t\t\tfill-opacity=\"1\"\r\n\t\t\t\t\t\t\t\t\tfill-rule=\"nonzero\"\r\n\t\t\t\t\t\t\t\t\td=\" M2.09 6.86 C2.09,6.86 10.72,10.88 22.35,3.43 C22.35,3.43 18.54,1.51 18.54,1.51 C18.54,1.51 15.04,5.07 5.34,3.53 C5.34,3.53 2.09,6.86 2.09,6.86z \"\r\n\t\t\t\t\t\t\t\t/>\r\n\t\t\t\t\t\t\t\t<path\r\n\t\t\t\t\t\t\t\t\tid=\"_R_G_L_0_G_L_6_G_D_4_P_0\"\r\n\t\t\t\t\t\t\t\t\tfill=\"#ff860d\"\r\n\t\t\t\t\t\t\t\t\tfill-opacity=\"1\"\r\n\t\t\t\t\t\t\t\t\tfill-rule=\"nonzero\"\r\n\t\t\t\t\t\t\t\t\td=\" M23.39 3.26 C22.15,2.23 20.73,1.42 19.19,0.86 C16.82,2.31 13.88,3.87 10.5,5.21 C6.5,6.81 3.12,8.7 0.55,10.37 C0.19,11.62 0,12.94 0,14.31 C0,14.84 0.03,15.36 0.09,15.87 C2.76,13.92 7.09,11.14 12.63,8.94 C17.07,7.17 20.74,5.04 23.39,3.26 C23.39,3.26 23.39,3.26 23.39,3.26z \"\r\n\t\t\t\t\t\t\t\t/>\r\n\t\t\t\t\t\t\t\t<path\r\n\t\t\t\t\t\t\t\t\tid=\"_R_G_L_0_G_L_6_G_D_5_P_0\"\r\n\t\t\t\t\t\t\t\t\tfill=\"#ff860d\"\r\n\t\t\t\t\t\t\t\t\tfill-opacity=\"1\"\r\n\t\t\t\t\t\t\t\t\tfill-rule=\"nonzero\"\r\n\t\t\t\t\t\t\t\t\td=\" M16.12 0.11 C15.52,0.04 14.92,0 14.31,0 C9.14,0 4.61,2.74 2.09,6.85 C4.2,5.65 6.65,4.41 9.41,3.31 C11.9,2.32 14.15,1.21 16.12,0.11z \"\r\n\t\t\t\t\t\t\t\t/>\r\n\t\t\t\t\t\t\t\t<path\r\n\t\t\t\t\t\t\t\t\tid=\"_R_G_L_0_G_L_6_G_D_6_P_0\"\r\n\t\t\t\t\t\t\t\t\tfill=\"#ff860d\"\r\n\t\t\t\t\t\t\t\t\tfill-opacity=\"1\"\r\n\t\t\t\t\t\t\t\t\tfill-rule=\"nonzero\"\r\n\t\t\t\t\t\t\t\t\td=\" M28.01 18.42 C28.4,17.12 28.61,15.74 28.61,14.31 C28.61,13.97 28.6,13.63 28.58,13.3 C25.91,15.1 22.2,17.28 17.68,19.08 C12.45,21.16 8.31,23.74 5.61,25.67 C6.79,26.57 8.12,27.3 9.56,27.81 C11.97,26.32 14.96,24.71 18.43,23.33 C22.25,21.82 25.49,20.03 28.01,18.42z \"\r\n\t\t\t\t\t\t\t\t/>\r\n\t\t\t\t\t\t\t\t<path\r\n\t\t\t\t\t\t\t\t\tid=\"_R_G_L_0_G_L_6_G_D_7_P_0\"\r\n\t\t\t\t\t\t\t\t\tfill=\"#ff860d\"\r\n\t\t\t\t\t\t\t\t\tfill-opacity=\"1\"\r\n\t\t\t\t\t\t\t\t\tfill-rule=\"nonzero\"\r\n\t\t\t\t\t\t\t\t\td=\" M28.08 10.43 C27.52,8.42 26.53,6.6 25.22,5.06 C22.53,6.9 18.67,9.21 13.93,11.1 C7.84,13.52 3.22,16.63 0.65,18.58 C1.26,20.55 2.29,22.33 3.63,23.83 C6.31,21.88 10.6,19.16 16.06,16.98 C21.25,14.92 25.38,12.35 28.08,10.43 C28.08,10.43 28.08,10.43 28.08,10.43z \"\r\n\t\t\t\t\t\t\t\t/>\r\n\t\t\t\t\t\t\t\t<path\r\n\t\t\t\t\t\t\t\t\tid=\"_R_G_L_0_G_L_6_G_D_8_P_0\"\r\n\t\t\t\t\t\t\t\t\tfill=\"#ff860d\"\r\n\t\t\t\t\t\t\t\t\tfill-opacity=\"1\"\r\n\t\t\t\t\t\t\t\t\tfill-rule=\"nonzero\"\r\n\t\t\t\t\t\t\t\t\td=\" M19.61 25.03 C16.91,26.1 14.51,27.31 12.44,28.49 C13.05,28.57 13.67,28.61 14.31,28.61 C19.5,28.61 24.05,25.84 26.56,21.7 C24.54,22.84 22.21,24 19.61,25.03 C19.61,25.03 19.61,25.03 19.61,25.03z \"\r\n\t\t\t\t\t\t\t\t/>\r\n\t\t\t\t\t\t\t</g>\r\n\t\t\t\t\t\t</g>\r\n\t\t\t\t\t\t<g id=\"_R_G_L_0_G_L_5_G_M\">\r\n\t\t\t\t\t\t\t<g id=\"_R_G_L_0_G_L_5_G\">\r\n\t\t\t\t\t\t\t\t<path\r\n\t\t\t\t\t\t\t\t\tid=\"_R_G_L_0_G_L_5_G_D_0_P_0\"\r\n\t\t\t\t\t\t\t\t\tfill=\"#ff860d\"\r\n\t\t\t\t\t\t\t\t\tfill-opacity=\"1\"\r\n\t\t\t\t\t\t\t\t\tfill-rule=\"nonzero\"\r\n\t\t\t\t\t\t\t\t\td=\" M0 -30 C16.56,-30 30,-16.56 30,0 C30,16.56 16.56,30 0,30 C-16.56,30 -30,16.56 -30,0 C-30,-16.56 -16.56,-30 0,-30z \"\r\n\t\t\t\t\t\t\t\t/>\r\n\t\t\t\t\t\t\t</g>\r\n\t\t\t\t\t\t</g>\r\n\t\t\t\t\t\t<g id=\"_R_G_L_0_G_L_4_G_M\">\r\n\t\t\t\t\t\t\t<g id=\"_R_G_L_0_G_L_4_G\">\r\n\t\t\t\t\t\t\t\t<path\r\n\t\t\t\t\t\t\t\t\tid=\"_R_G_L_0_G_L_4_G_D_0_P_0\"\r\n\t\t\t\t\t\t\t\t\tfill=\"#21409a\"\r\n\t\t\t\t\t\t\t\t\tfill-opacity=\"1\"\r\n\t\t\t\t\t\t\t\t\tfill-rule=\"nonzero\"\r\n\t\t\t\t\t\t\t\t\td=\" M0 -30 C16.56,-30 30,-16.56 30,0 C30,16.56 16.56,30 0,30 C-16.56,30 -30,16.56 -30,0 C-30,-16.56 -16.56,-30 0,-30z \"\r\n\t\t\t\t\t\t\t\t/>\r\n\t\t\t\t\t\t\t</g>\r\n\t\t\t\t\t\t</g>\r\n\t\t\t\t\t\t<g id=\"_R_G_L_0_G_L_3_G_M\">\r\n\t\t\t\t\t\t\t<g id=\"_R_G_L_0_G_L_3_G\">\r\n\t\t\t\t\t\t\t\t<path\r\n\t\t\t\t\t\t\t\t\tid=\"_R_G_L_0_G_L_3_G_D_0_P_0\"\r\n\t\t\t\t\t\t\t\t\tfill=\"#ff860d\"\r\n\t\t\t\t\t\t\t\t\tfill-opacity=\"1\"\r\n\t\t\t\t\t\t\t\t\tfill-rule=\"nonzero\"\r\n\t\t\t\t\t\t\t\t\td=\" M0 -30 C16.56,-30 30,-16.56 30,0 C30,16.56 16.56,30 0,30 C-16.56,30 -30,16.56 -30,0 C-30,-16.56 -16.56,-30 0,-30z \"\r\n\t\t\t\t\t\t\t\t/>\r\n\t\t\t\t\t\t\t</g>\r\n\t\t\t\t\t\t</g>\r\n\t\t\t\t\t\t<g id=\"_R_G_L_0_G_L_2_G_M\">\r\n\t\t\t\t\t\t\t<g id=\"_R_G_L_0_G_L_2_G\">\r\n\t\t\t\t\t\t\t\t<path\r\n\t\t\t\t\t\t\t\t\tid=\"_R_G_L_0_G_L_2_G_D_0_P_0\"\r\n\t\t\t\t\t\t\t\t\tfill=\"#21409a\"\r\n\t\t\t\t\t\t\t\t\tfill-opacity=\"1\"\r\n\t\t\t\t\t\t\t\t\tfill-rule=\"nonzero\"\r\n\t\t\t\t\t\t\t\t\td=\" M0 -30 C16.56,-30 30,-16.56 30,0 C30,16.56 16.56,30 0,30 C-16.56,30 -30,16.56 -30,0 C-30,-16.56 -16.56,-30 0,-30z \"\r\n\t\t\t\t\t\t\t\t/>\r\n\t\t\t\t\t\t\t</g>\r\n\t\t\t\t\t\t</g>\r\n\t\t\t\t\t\t<g id=\"_R_G_L_0_G_L_1_G_M\">\r\n\t\t\t\t\t\t\t<g id=\"_R_G_L_0_G_L_1_G\">\r\n\t\t\t\t\t\t\t\t<path\r\n\t\t\t\t\t\t\t\t\tid=\"_R_G_L_0_G_L_1_G_D_0_P_0\"\r\n\t\t\t\t\t\t\t\t\tfill=\"#ff860d\"\r\n\t\t\t\t\t\t\t\t\tfill-opacity=\"1\"\r\n\t\t\t\t\t\t\t\t\tfill-rule=\"nonzero\"\r\n\t\t\t\t\t\t\t\t\td=\" M0 -30 C16.56,-30 30,-16.56 30,0 C30,16.56 16.56,30 0,30 C-16.56,30 -30,16.56 -30,0 C-30,-16.56 -16.56,-30 0,-30z \"\r\n\t\t\t\t\t\t\t\t/>\r\n\t\t\t\t\t\t\t</g>\r\n\t\t\t\t\t\t</g>\r\n\t\t\t\t\t\t<g id=\"_R_G_L_0_G_L_0_G_M\">\r\n\t\t\t\t\t\t\t<g id=\"_R_G_L_0_G_L_0_G\">\r\n\t\t\t\t\t\t\t\t<path\r\n\t\t\t\t\t\t\t\t\tid=\"_R_G_L_0_G_L_0_G_D_0_P_0\"\r\n\t\t\t\t\t\t\t\t\tfill=\"#21409a\"\r\n\t\t\t\t\t\t\t\t\tfill-opacity=\"1\"\r\n\t\t\t\t\t\t\t\t\tfill-rule=\"nonzero\"\r\n\t\t\t\t\t\t\t\t\td=\" M0 -30 C16.56,-30 30,-16.56 30,0 C30,16.56 16.56,30 0,30 C-16.56,30 -30,16.56 -30,0 C-30,-16.56 -16.56,-30 0,-30z \"\r\n\t\t\t\t\t\t\t\t/>\r\n\t\t\t\t\t\t\t</g>\r\n\t\t\t\t\t\t</g>\r\n\t\t\t\t\t</g>\r\n\t\t\t\t</g>\r\n\t\t\t\t<g id=\"time_group\" />\r\n\t\t\t</svg>\r\n\t\t}\r\n\t</span>\r\n</div>\r\n", styles: ["#overlay{position:fixed;display:block;width:100%;height:100%;inset:0;background-color:#00000080;z-index:9999;cursor:pointer}.loading{height:100vh;width:100%;position:fixed;top:0;left:0;text-align:center;background-color:#d9d9d8f2}.loading img{width:150px}.content-center{left:50%;top:50%;position:absolute;transform:translate(-50%,-50%);width:90%}\n"] }]
|
|
901
902
|
}] });
|
|
@@ -981,10 +982,10 @@ class FormatCellPipe {
|
|
|
981
982
|
return num.toString();
|
|
982
983
|
}
|
|
983
984
|
}
|
|
984
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
985
|
-
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "20.3.
|
|
985
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: FormatCellPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
|
|
986
|
+
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "20.3.21", ngImport: i0, type: FormatCellPipe, isStandalone: true, name: "formatCell" });
|
|
986
987
|
}
|
|
987
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
988
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: FormatCellPipe, decorators: [{
|
|
988
989
|
type: Pipe,
|
|
989
990
|
args: [{
|
|
990
991
|
name: "formatCell",
|
|
@@ -1737,10 +1738,10 @@ class SharedService {
|
|
|
1737
1738
|
},
|
|
1738
1739
|
], [criteria]);
|
|
1739
1740
|
}
|
|
1740
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
1741
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.
|
|
1741
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: SharedService, deps: [{ token: i1.Location }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1742
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: SharedService, providedIn: "root" });
|
|
1742
1743
|
}
|
|
1743
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
1744
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: SharedService, decorators: [{
|
|
1744
1745
|
type: Injectable,
|
|
1745
1746
|
args: [{
|
|
1746
1747
|
providedIn: "root",
|
|
@@ -1765,10 +1766,10 @@ class ColumnComponent {
|
|
|
1765
1766
|
//@Input() isGroup: boolean = false;
|
|
1766
1767
|
formatType = "string";
|
|
1767
1768
|
templateRef;
|
|
1768
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
1769
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.
|
|
1769
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: ColumnComponent, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
1770
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.21", type: ColumnComponent, isStandalone: true, selector: "column", inputs: { field: "field", header: "header", sortable: "sortable", width: "width", className: "className", headerTooltip: "headerTooltip", headerTooltipPosition: "headerTooltipPosition", tooltip: "tooltip", tooltipPosition: "tooltipPosition", showIndex: "showIndex", showHeader: "showHeader", minWidth: "minWidth", isChecboxColumn: "isChecboxColumn", formatType: "formatType" }, queries: [{ propertyName: "templateRef", first: true, predicate: TemplateRef, descendants: true }], ngImport: i0 });
|
|
1770
1771
|
}
|
|
1771
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
1772
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: ColumnComponent, decorators: [{
|
|
1772
1773
|
type: Directive,
|
|
1773
1774
|
args: [{ selector: "column" }]
|
|
1774
1775
|
}], propDecorators: { field: [{
|
|
@@ -1821,10 +1822,10 @@ class ColumnGroupComponent {
|
|
|
1821
1822
|
rowspan = 1;
|
|
1822
1823
|
level = 0;
|
|
1823
1824
|
formatType = "string";
|
|
1824
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
1825
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.
|
|
1825
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: ColumnGroupComponent, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
1826
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.21", type: ColumnGroupComponent, isStandalone: true, selector: "columnGroup", inputs: { field: "field", header: "header", sortable: "sortable", width: "width", minWidth: "minWidth", className: "className", headerTooltip: "headerTooltip", headerTooltipPosition: "headerTooltipPosition", colspan: "colspan", rowspan: "rowspan", level: "level", formatType: "formatType" }, ngImport: i0 });
|
|
1826
1827
|
}
|
|
1827
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
1828
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: ColumnGroupComponent, decorators: [{
|
|
1828
1829
|
type: Directive,
|
|
1829
1830
|
args: [{ selector: "columnGroup" }]
|
|
1830
1831
|
}], propDecorators: { field: [{
|
|
@@ -1868,10 +1869,10 @@ class RowResumenComponent {
|
|
|
1868
1869
|
rowspan = 1;
|
|
1869
1870
|
templateRef;
|
|
1870
1871
|
formatType = "string";
|
|
1871
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
1872
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.
|
|
1872
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: RowResumenComponent, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
1873
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.21", type: RowResumenComponent, isStandalone: true, selector: "rowResumenComponent", inputs: { field: "field", className: "className", colspan: "colspan", rowspan: "rowspan", formatType: "formatType" }, queries: [{ propertyName: "templateRef", first: true, predicate: TemplateRef, descendants: true }], ngImport: i0 });
|
|
1873
1874
|
}
|
|
1874
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
1875
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: RowResumenComponent, decorators: [{
|
|
1875
1876
|
type: Directive,
|
|
1876
1877
|
args: [{ selector: "rowResumenComponent" }]
|
|
1877
1878
|
}], propDecorators: { field: [{
|
|
@@ -2211,10 +2212,10 @@ class TableComponent {
|
|
|
2211
2212
|
get RenderPanel() {
|
|
2212
2213
|
return Boolean(this.AdditionalTemplate) || this.ShowSearch || Boolean(this.AdditionalCentralTemplate) || Boolean(this.AdditionalExtendedTemplate);
|
|
2213
2214
|
}
|
|
2214
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
2215
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.16", type: TableComponent, isStandalone: true, selector: "intelica-table", inputs: { ComponentId: "ComponentId", ListData: "ListData", ShowRowPerPage: "ShowRowPerPage", ShowSearch: "ShowSearch", ShowPagination: "ShowPagination", RowsPerPage: "RowsPerPage", ShowCheckbox: "ShowCheckbox", ShowIndex: "ShowIndex", ListDataSelected: "ListDataSelected", SelectedIdentifier: "SelectedIdentifier", ClassName: "ClassName", DefaultSortField: "DefaultSortField", DefaultSortOrder: "DefaultSortOrder", scrollHeight: "scrollHeight", scrollable: "scrollable", AllowedPageSizes: "AllowedPageSizes", tableStyle: "tableStyle", IsTableDisabled: "IsTableDisabled" }, outputs: { EmitSelectedItem: "EmitSelectedItem", EmitListDataFilter: "EmitListDataFilter", EmitSearchEvent: "EmitSearchEvent", EmitSortEvent: "EmitSortEvent" }, providers: [FormatCellPipe, DatePipe], queries: [{ propertyName: "AdditionalTemplate", first: true, predicate: ["additionalTemplate"], descendants: true }, { propertyName: "AdditionalExtendedTemplate", first: true, predicate: ["additionalExtendedTemplate"], descendants: true }, { propertyName: "AdditionalCentralTemplate", first: true, predicate: ["additionalCentralTemplate"], descendants: true }, { propertyName: "Columns", predicate: ColumnComponent }, { propertyName: "ColumnGroups", predicate: ColumnGroupComponent }, { propertyName: "RowResumenGroups", predicate: RowResumenComponent }], usesOnChanges: true, ngImport: i0, template: "<div class=\"prTable\">\r\n\t@if (RenderPanel) {\r\n\t<div class=\"\">\r\n\t\t<div class=\"prCard__row justify-content-end\">\r\n\t\t\t<div class=\"prCard__actionflex\">\r\n\t\t\t\t@if (AdditionalTemplate) {\r\n\t\t\t\t<ng-container *ngTemplateOutlet=\"AdditionalTemplate\"></ng-container>\r\n\t\t\t\t}\r\n\t\t\t</div>\r\n\t\t\t@if (ShowSearch) {\r\n\t\t\t<div class=\"ptSearch searchTableGA\">\r\n\t\t\t\t<p-iconfield>\r\n\t\t\t\t\t<input\r\n\t\t\t\t\t\ttype=\"text\"\r\n\t\t\t\t\t\tclass=\"prInputText\"\r\n\t\t\t\t\t\tpInputText\r\n\t\t\t\t\t\tplaceholder=\"{{ 'LBL_SEARCH_SELECT' | term : GlobalTermService.languageCode }}\"\r\n\t\t\t\t\t\t[(ngModel)]=\"SearchInput.searchText\"\r\n\t\t\t\t\t\t(keydown.enter)=\"ExecuteSearch()\"\r\n\t\t\t\t\t/>\r\n\t\t\t\t\t<p-inputicon>\r\n\t\t\t\t\t\t<button class=\"ptSearch__icon ptSearch__icon--close\">\r\n\t\t\t\t\t\t\t<i class=\"icon icon-cancel\" *ngIf=\"SearchInput.searchText\" (click)=\"ClearSearch()\"></i>\r\n\t\t\t\t\t\t</button>\r\n\t\t\t\t\t\t<span class=\"ptSearch__icon ptSearch__icon--divider\" *ngIf=\"SearchInput.searchText\"></span>\r\n\t\t\t\t\t\t<button class=\"ptSearch__icon ptSearch__icon--search\">\r\n\t\t\t\t\t\t\t<i class=\"icon icon-search\"></i>\r\n\t\t\t\t\t\t</button>\r\n\t\t\t\t\t</p-inputicon>\r\n\t\t\t\t</p-iconfield>\r\n\t\t\t</div>\r\n\t\t\t} @if (AdditionalCentralTemplate) {\r\n\t\t\t<div class=\"prTableTools__new prTableTools__new--right\">\r\n\t\t\t\t<ng-container *ngTemplateOutlet=\"AdditionalCentralTemplate\"></ng-container>\r\n\t\t\t</div>\r\n\t\t\t}\r\n\t\t</div>\r\n\r\n\t\t@if (AdditionalExtendedTemplate) {\r\n\t\t<div class=\"prTableTools justify-content-start\">\r\n\t\t\t<ng-container *ngTemplateOutlet=\"AdditionalExtendedTemplate\"></ng-container>\r\n\t\t</div>\r\n\t\t}\r\n\t</div>\r\n\t}\r\n\t<p-table\r\n\t\tclass=\"prTable\"\r\n\t\t[ngClass]=\"ClassName\"\r\n\t\t[value]=\"ListDataTable\"\r\n\t\tresponsiveLayout=\"scroll\"\r\n\t\t[(selection)]=\"ListDataSelectedFilter\"\r\n\t\t(onRowSelect)=\"OnRowSelect($event)\"\r\n\t\t(onRowUnselect)=\"OnRowUnselect($event)\"\r\n\t\t[sortField]=\"DefaultSortField\"\r\n\t\t[scrollable]=\"scrollable\"\r\n\t\t[scrollHeight]=\"scrollable ? scrollHeight : 'auto'\"\r\n\t\t[tableStyle]=\"tableStyle\"\r\n\t\t[sortOrder]=\"DefaultSortOrder\"\r\n\t>\r\n\t\t<ng-template pTemplate=\"header\">\r\n\t\t\t@for (level of Levels; track $index) {\r\n\t\t\t<tr>\r\n\t\t\t\t@for (col of ColumnGroupList; track $index) { @if (col.level === level) {\r\n\t\t\t\t<th [attr.colspan]=\"col.colspan\" [attr.rowspan]=\"col.rowspan\" [pSortableColumn]=\"col.sortable ? col.field : ''\" [style.min-width]=\"col.minWidth\" (click)=\"col.sortable && OnSort(col.field)\">\r\n\t\t\t\t\t<div>\r\n\t\t\t\t\t\t<span tooltipStyleClass=\"prTooltip\" [pTooltip]=\"col.headerTooltip || col.header\" [tooltipPosition]=\"col.headerTooltipPosition || 'top'\">\r\n\t\t\t\t\t\t\t{{ col.header }}\r\n\t\t\t\t\t\t</span>\r\n\t\t\t\t\t\t<p-sortIcon *ngIf=\"col.sortable\" [field]=\"col.field\"></p-sortIcon>\r\n\t\t\t\t\t</div>\r\n\t\t\t\t</th>\r\n\t\t\t\t} } @if (ShowCheckbox && level === 0 && ColumnGroupList.length != 0) {\r\n\t\t\t\t<th class=\"text-center\" style=\"width: 4%\" [attr.rowspan]=\"MaxLevel === 1 ? 2 : MaxLevel\">\r\n\t\t\t\t\t<p-checkbox\r\n\t\t\t\t\t\tclass=\"prCheckbox\"\r\n\t\t\t\t\t\t[binary]=\"true\"\r\n\t\t\t\t\t\t(click)=\"$event.stopPropagation()\"\r\n\t\t\t\t\t\t[ngModel]=\"IsHeaderSelectionChecked\"\r\n\t\t\t\t\t\t(ngModelChange)=\"OnHeaderSelectionToggle($event)\"\r\n\t\t\t\t\t\t[disabled]=\"IsTableDisabled || ListDataFilter.length === 0\"\r\n\t\t\t\t\t\t[ngClass]=\"{\r\n\t\t\t\t\t\t\t\t\t'prCheckbox--indeterminate': IsHeaderSelectionIndeterminate,\r\n\t\t\t\t\t\t\t\t}\"\r\n\t\t\t\t\t></p-checkbox>\r\n\t\t\t\t</th>\r\n\t\t\t\t}\r\n\t\t\t</tr>\r\n\t\t\t}\r\n\t\t\t<tr>\r\n\t\t\t\t@for (col of ColumnList; track $index) { @if (col.showHeader) {\r\n\t\t\t\t<th\r\n\t\t\t\t\t[class]=\"col.className\"\r\n\t\t\t\t\t[pSortableColumn]=\"!col.isChecboxColumn && col.sortable ? col.field : ''\"\r\n\t\t\t\t\t[style.width]=\"col.width\"\r\n\t\t\t\t\t[style.min-width]=\"col.minWidth\"\r\n\t\t\t\t\t(click)=\"!col.isChecboxColumn && col.sortable && OnSort(col.field)\"\r\n\t\t\t\t>\r\n\t\t\t\t\t<div class=\"prTable__header\">\r\n\t\t\t\t\t\t<span tooltipStyleClass=\"prTooltip\" [pTooltip]=\"col.headerTooltip || col.header\" [tooltipPosition]=\"col.headerTooltipPosition || 'top'\">\r\n\t\t\t\t\t\t\t{{ col.header }}\r\n\t\t\t\t\t\t</span>\r\n\t\t\t\t\t\t@if (!col.showIndex) { @if (col.isChecboxColumn) {\r\n\t\t\t\t\t\t<br />\r\n\t\t\t\t\t\t<p-checkbox\r\n\t\t\t\t\t\t\tclass=\"prCheckbox\"\r\n\t\t\t\t\t\t\t[binary]=\"true\"\r\n\t\t\t\t\t\t\t(click)=\"$event.stopPropagation()\"\r\n\t\t\t\t\t\t\t[(ngModel)]=\"HeaderState[col.field].checked\"\r\n\t\t\t\t\t\t\t(ngModelChange)=\"OnHeaderCheckboxChange($event, col.field)\"\r\n\t\t\t\t\t\t\t[attr.data-check]=\"col.field\"\r\n\t\t\t\t\t\t\t[disabled]=\"IsTableDisabled\"\r\n\t\t\t\t\t\t\t[ngClass]=\"{\r\n\t\t\t\t\t\t\t\t\t\t\t\t'prCheckbox--indeterminate': HeaderState[col.field].indeterminate,\r\n\t\t\t\t\t\t\t\t\t\t\t}\"\r\n\t\t\t\t\t\t></p-checkbox>\r\n\t\t\t\t\t\t} @else {\r\n\t\t\t\t\t\t<p-sortIcon *ngIf=\"col.sortable\" [field]=\"col.field\"></p-sortIcon>\r\n\t\t\t\t\t\t} }\r\n\t\t\t\t\t</div>\r\n\t\t\t\t</th>\r\n\t\t\t\t} } @if (ShowCheckbox && ColumnGroupList.length == 0) {\r\n\t\t\t\t<th class=\"text-center\" style=\"width: 4%\">\r\n\t\t\t\t\t<p-checkbox\r\n\t\t\t\t\t\tclass=\"prCheckbox\"\r\n\t\t\t\t\t\t[binary]=\"true\"\r\n\t\t\t\t\t\t(click)=\"$event.stopPropagation()\"\r\n\t\t\t\t\t\t[ngModel]=\"IsHeaderSelectionChecked\"\r\n\t\t\t\t\t\t(ngModelChange)=\"OnHeaderSelectionToggle($event)\"\r\n\t\t\t\t\t\t[disabled]=\"IsTableDisabled || ListDataFilter.length === 0\"\r\n\t\t\t\t\t\t[ngClass]=\"{\r\n\t\t\t\t\t\t\t\t'prCheckbox--indeterminate': IsHeaderSelectionIndeterminate,\r\n\t\t\t\t\t\t\t}\"\r\n\t\t\t\t\t></p-checkbox>\r\n\t\t\t\t</th>\r\n\t\t\t\t}\r\n\t\t\t</tr>\r\n\t\t\t@if (RowResumenList.length && ListDataFilter.length) {\r\n\t\t\t<tr class=\"fixedRow\">\r\n\t\t\t\t@for (col of RowResumenList; track $index) {\r\n\t\t\t\t<td [ngClass]=\"col.className\" [attr.colspan]=\"col.colspan\" [attr.rowspan]=\"col.rowspan\">\r\n\t\t\t\t\t@if (col.templateRef) {\r\n\t\t\t\t\t<span>\r\n\t\t\t\t\t\t<ng-container *ngTemplateOutlet=\"col.templateRef\"></ng-container>\r\n\t\t\t\t\t</span>\r\n\t\t\t\t\t} @else {\r\n\t\t\t\t\t<ng-template #defaultContent></ng-template>\r\n\t\t\t\t\t}\r\n\t\t\t\t</td>\r\n\t\t\t\t}\r\n\t\t\t</tr>\r\n\t\t\t}\r\n\t\t</ng-template>\r\n\t\t<ng-template pTemplate=\"body\" let-rowData let-rowIndex=\"rowIndex\">\r\n\t\t\t<tr>\r\n\t\t\t\t@for (col of ColumnList; track $index) {\r\n\t\t\t\t<td [ngClass]=\"col.className\">\r\n\t\t\t\t\t@if (col.showIndex) {\r\n\t\t\t\t\t{{ rowIndex + 1 + (CurrentPage - 1) * RowsPerPage }}\r\n\t\t\t\t\t} @else { @if (col.templateRef) {\r\n\t\t\t\t\t<ng-container *ngTemplateOutlet=\"col.templateRef; context: { $implicit: rowData }\"></ng-container>\r\n\t\t\t\t\t} @else if (col.isChecboxColumn) {\r\n\t\t\t\t\t<p-checkbox [binary]=\"true\" [(ngModel)]=\"rowData[col.field]\" (onChange)=\"onBodyCheckboxChange(col.field)\" [disabled]=\"IsTableDisabled\"></p-checkbox>\r\n\t\t\t\t\t} @else {\r\n\t\t\t\t\t<span class=\"text-breakWord\" tooltipStyleClass=\"prTooltip\" [pTooltip]=\"col.tooltip\" [tooltipPosition]=\"col.tooltipPosition || 'top'\">\r\n\t\t\t\t\t\t{{ rowData[col.field] | formatCell : col.formatType }}\r\n\t\t\t\t\t</span>\r\n\t\t\t\t\t} }\r\n\t\t\t\t</td>\r\n\t\t\t\t} @if (ShowCheckbox) {\r\n\t\t\t\t<td class=\"text-center\">\r\n\t\t\t\t\t<p-tableCheckbox [value]=\"rowData\" class=\"prCheckbox\" />\r\n\t\t\t\t</td>\r\n\t\t\t\t}\r\n\t\t\t</tr>\r\n\t\t</ng-template>\r\n\t\t<ng-template #emptymessage>\r\n\t\t\t<tr>\r\n\t\t\t\t<td [attr.colspan]=\"ColumnList.length + (ShowCheckbox ? 1 : 0)\" class=\"text-center\">\r\n\t\t\t\t\t{{ \"Nodata\" | term : GlobalTermService.languageCode }}\r\n\t\t\t\t</td>\r\n\t\t\t</tr>\r\n\t\t</ng-template>\r\n\t</p-table>\r\n\t<div class=\"d-flex justify-content-end\">\r\n\t\t@if (TotalRecords !== 0 && ShowPagination) {\r\n\t\t<div class=\"ptTablePaginator\">\r\n\t\t\t<p-paginator\r\n\t\t\t\tclass=\"prPaginator paginatorTableGA\"\r\n\t\t\t\t[first]=\"(CurrentPage - 1) * RowsPerPage\"\r\n\t\t\t\t[rows]=\"RowsPerPage\"\r\n\t\t\t\t[totalRecords]=\"TotalRecords\"\r\n\t\t\t\t(onPageChange)=\"OnPageChange($event)\"\r\n\t\t\t\t[showJumpToPageInput]=\"false\"\r\n\t\t\t\t[showCurrentPageReport]=\"false\"\r\n\t\t\t\t[showPageLinks]=\"false\"\r\n\t\t\t\t[showFirstLastIcon]=\"false\"\r\n\t\t\t\t[templateLeft]=\"templateLeft\"\r\n\t\t\t>\r\n\t\t\t\t<ng-template #previouspagelinkicon>\r\n\t\t\t\t\t<i class=\"icon icon-arrow-left paginatorArrowGA\"></i>\r\n\t\t\t\t</ng-template>\r\n\t\t\t\t<ng-template #nextpagelinkicon>\r\n\t\t\t\t\t<i class=\"icon icon-arrow-right paginatorArrowGA\"></i>\r\n\t\t\t\t</ng-template>\r\n\t\t\t\t<ng-template pTemplate=\"templateLeft\" let-state #templateLeft>\r\n\t\t\t\t\t<span>{{ \"ROWS_PER_PAGE\" | term : GlobalTermService.languageCode }}</span>\r\n\t\t\t\t\t<p-select panelStyleClass=\"prSelect paginatorSelectTableGA\" class=\"prSelect\" [options]=\"AllowedPageSizes\" [ngModel]=\"RowsPerPage\" appendTo=\"body\" (onChange)=\"OnRowsPerPageChange($event.value)\" />\r\n\t\t\t\t\t<span>\r\n\t\t\t\t\t\t{{ \"Page\" | term : GlobalTermService.languageCode }}\r\n\t\t\t\t\t\t<p-inputnumber class=\"p-paginator-jtp-input\" inputId=\"integeronly\" [(ngModel)]=\"CurrentPage\" [allowEmpty]=\"false\" [min]=\"1\" (keyup.enter)=\"onChangeSelectPage($event)\" />\r\n\t\t\t\t\t\t{{ \"Of\" | term : GlobalTermService.languageCode }} {{ TotalPages }}\r\n\t\t\t\t\t</span>\r\n\t\t\t\t</ng-template>\r\n\t\t\t</p-paginator>\r\n\t\t</div>\r\n\t\t}\r\n\t</div>\r\n</div>\r\n", dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "ngmodule", type: IconFieldModule }, { kind: "component", type: i2.IconField, selector: "p-iconfield, p-iconField, p-icon-field", inputs: ["hostName", "iconPosition", "styleClass"] }, { kind: "component", type: InputIcon, selector: "p-inputicon, p-inputIcon", inputs: ["hostName", "styleClass"] }, { kind: "directive", type: InputText, selector: "[pInputText]", inputs: ["hostName", "ptInputText", "pSize", "variant", "fluid", "invalid"] }, { kind: "ngmodule", type: InputTextModule }, { kind: "component", type: InputNumber, selector: "p-inputNumber, p-inputnumber, p-input-number", inputs: ["showButtons", "format", "buttonLayout", "inputId", "styleClass", "placeholder", "tabindex", "title", "ariaLabelledBy", "ariaDescribedBy", "ariaLabel", "ariaRequired", "autocomplete", "incrementButtonClass", "decrementButtonClass", "incrementButtonIcon", "decrementButtonIcon", "readonly", "allowEmpty", "locale", "localeMatcher", "mode", "currency", "currencyDisplay", "useGrouping", "minFractionDigits", "maxFractionDigits", "prefix", "suffix", "inputStyle", "inputStyleClass", "showClear", "autofocus"], outputs: ["onInput", "onFocus", "onBlur", "onKeyDown", "onClear"] }, { kind: "component", type: Paginator, selector: "p-paginator", inputs: ["pageLinkSize", "styleClass", "alwaysShow", "dropdownAppendTo", "templateLeft", "templateRight", "dropdownScrollHeight", "currentPageReportTemplate", "showCurrentPageReport", "showFirstLastIcon", "totalRecords", "rows", "rowsPerPageOptions", "showJumpToPageDropdown", "showJumpToPageInput", "jumpToPageItemTemplate", "showPageLinks", "locale", "dropdownItemTemplate", "first", "appendTo"], outputs: ["onPageChange"] }, { kind: "ngmodule", type: TableModule }, { kind: "component", type: i3.Table, selector: "p-table", inputs: ["frozenColumns", "frozenValue", "styleClass", "tableStyle", "tableStyleClass", "paginator", "pageLinks", "rowsPerPageOptions", "alwaysShowPaginator", "paginatorPosition", "paginatorStyleClass", "paginatorDropdownAppendTo", "paginatorDropdownScrollHeight", "currentPageReportTemplate", "showCurrentPageReport", "showJumpToPageDropdown", "showJumpToPageInput", "showFirstLastIcon", "showPageLinks", "defaultSortOrder", "sortMode", "resetPageOnSort", "selectionMode", "selectionPageOnly", "contextMenuSelection", "contextMenuSelectionMode", "dataKey", "metaKeySelection", "rowSelectable", "rowTrackBy", "lazy", "lazyLoadOnInit", "compareSelectionBy", "csvSeparator", "exportFilename", "filters", "globalFilterFields", "filterDelay", "filterLocale", "expandedRowKeys", "editingRowKeys", "rowExpandMode", "scrollable", "rowGroupMode", "scrollHeight", "virtualScroll", "virtualScrollItemSize", "virtualScrollOptions", "virtualScrollDelay", "frozenWidth", "contextMenu", "resizableColumns", "columnResizeMode", "reorderableColumns", "loading", "loadingIcon", "showLoader", "rowHover", "customSort", "showInitialSortBadge", "exportFunction", "exportHeader", "stateKey", "stateStorage", "editMode", "groupRowsBy", "size", "showGridlines", "stripedRows", "groupRowsByOrder", "responsiveLayout", "breakpoint", "paginatorLocale", "value", "columns", "first", "rows", "totalRecords", "sortField", "sortOrder", "multiSortMeta", "selection", "selectAll"], outputs: ["contextMenuSelectionChange", "selectAllChange", "selectionChange", "onRowSelect", "onRowUnselect", "onPage", "onSort", "onFilter", "onLazyLoad", "onRowExpand", "onRowCollapse", "onContextMenuSelect", "onColResize", "onColReorder", "onRowReorder", "onEditInit", "onEditComplete", "onEditCancel", "onHeaderCheckboxToggle", "sortFunction", "firstChange", "rowsChange", "onStateSave", "onStateRestore"] }, { kind: "directive", type: i4.PrimeTemplate, selector: "[pTemplate]", inputs: ["type", "pTemplate"] }, { kind: "directive", type: i3.SortableColumn, selector: "[pSortableColumn]", inputs: ["pSortableColumn", "pSortableColumnDisabled"] }, { kind: "component", type: i3.SortIcon, selector: "p-sortIcon", inputs: ["field"] }, { kind: "component", type: i3.TableCheckbox, selector: "p-tableCheckbox", inputs: ["value", "disabled", "required", "index", "inputId", "name", "ariaLabel"] }, { kind: "component", type: Select, selector: "p-select", inputs: ["id", "scrollHeight", "filter", "panelStyle", "styleClass", "panelStyleClass", "readonly", "editable", "tabindex", "placeholder", "loadingIcon", "filterPlaceholder", "filterLocale", "inputId", "dataKey", "filterBy", "filterFields", "autofocus", "resetFilterOnHide", "checkmark", "dropdownIcon", "loading", "optionLabel", "optionValue", "optionDisabled", "optionGroupLabel", "optionGroupChildren", "group", "showClear", "emptyFilterMessage", "emptyMessage", "lazy", "virtualScroll", "virtualScrollItemSize", "virtualScrollOptions", "overlayOptions", "ariaFilterLabel", "ariaLabel", "ariaLabelledBy", "filterMatchMode", "tooltip", "tooltipPosition", "tooltipPositionStyle", "tooltipStyleClass", "focusOnHover", "selectOnFocus", "autoOptionFocus", "autofocusFilter", "filterValue", "options", "appendTo"], outputs: ["onChange", "onFilter", "onFocus", "onBlur", "onClick", "onShow", "onHide", "onClear", "onLazyLoad"] }, { kind: "ngmodule", type: BadgeModule }, { kind: "ngmodule", type: TooltipModule }, { kind: "directive", type: i4$1.Tooltip, selector: "[pTooltip]", inputs: ["tooltipPosition", "tooltipEvent", "positionStyle", "tooltipStyleClass", "tooltipZIndex", "escape", "showDelay", "hideDelay", "life", "positionTop", "positionLeft", "autoHide", "fitContent", "hideOnEscape", "pTooltip", "tooltipDisabled", "tooltipOptions", "appendTo", "ptTooltip"] }, { kind: "ngmodule", type: CheckboxModule }, { kind: "component", type: i5.Checkbox, selector: "p-checkbox, p-checkBox, p-check-box", inputs: ["hostName", "value", "binary", "ariaLabelledBy", "ariaLabel", "tabindex", "inputId", "inputStyle", "styleClass", "inputClass", "indeterminate", "formControl", "checkboxIcon", "readonly", "autofocus", "trueValue", "falseValue", "variant", "size"], outputs: ["onChange", "onFocus", "onBlur"] }, { kind: "ngmodule", type: FormsModule }, { kind: "directive", type: i1$1.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i1$1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1$1.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "pipe", type: TermPipe, name: "term" }, { kind: "pipe", type: FormatCellPipe, name: "formatCell" }] });
|
|
2215
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: TableComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
2216
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.21", type: TableComponent, isStandalone: true, selector: "intelica-table", inputs: { ComponentId: "ComponentId", ListData: "ListData", ShowRowPerPage: "ShowRowPerPage", ShowSearch: "ShowSearch", ShowPagination: "ShowPagination", RowsPerPage: "RowsPerPage", ShowCheckbox: "ShowCheckbox", ShowIndex: "ShowIndex", ListDataSelected: "ListDataSelected", SelectedIdentifier: "SelectedIdentifier", ClassName: "ClassName", DefaultSortField: "DefaultSortField", DefaultSortOrder: "DefaultSortOrder", scrollHeight: "scrollHeight", scrollable: "scrollable", AllowedPageSizes: "AllowedPageSizes", tableStyle: "tableStyle", IsTableDisabled: "IsTableDisabled" }, outputs: { EmitSelectedItem: "EmitSelectedItem", EmitListDataFilter: "EmitListDataFilter", EmitSearchEvent: "EmitSearchEvent", EmitSortEvent: "EmitSortEvent" }, providers: [FormatCellPipe, DatePipe], queries: [{ propertyName: "AdditionalTemplate", first: true, predicate: ["additionalTemplate"], descendants: true }, { propertyName: "AdditionalExtendedTemplate", first: true, predicate: ["additionalExtendedTemplate"], descendants: true }, { propertyName: "AdditionalCentralTemplate", first: true, predicate: ["additionalCentralTemplate"], descendants: true }, { propertyName: "Columns", predicate: ColumnComponent }, { propertyName: "ColumnGroups", predicate: ColumnGroupComponent }, { propertyName: "RowResumenGroups", predicate: RowResumenComponent }], usesOnChanges: true, ngImport: i0, template: "<div class=\"prTable\">\r\n\t@if (RenderPanel) {\r\n\t<div class=\"\">\r\n\t\t<div class=\"prCard__row justify-content-end\">\r\n\t\t\t<div class=\"prCard__actionflex\">\r\n\t\t\t\t@if (AdditionalTemplate) {\r\n\t\t\t\t<ng-container *ngTemplateOutlet=\"AdditionalTemplate\"></ng-container>\r\n\t\t\t\t}\r\n\t\t\t</div>\r\n\t\t\t@if (ShowSearch) {\r\n\t\t\t<div class=\"ptSearch searchTableGA\">\r\n\t\t\t\t<p-iconfield>\r\n\t\t\t\t\t<input\r\n\t\t\t\t\t\ttype=\"text\"\r\n\t\t\t\t\t\tclass=\"prInputText\"\r\n\t\t\t\t\t\tpInputText\r\n\t\t\t\t\t\tplaceholder=\"{{ 'LBL_SEARCH_SELECT' | term : GlobalTermService.languageCode }}\"\r\n\t\t\t\t\t\t[(ngModel)]=\"SearchInput.searchText\"\r\n\t\t\t\t\t\t(keydown.enter)=\"ExecuteSearch()\"\r\n\t\t\t\t\t/>\r\n\t\t\t\t\t<p-inputicon>\r\n\t\t\t\t\t\t<button class=\"ptSearch__icon ptSearch__icon--close\">\r\n\t\t\t\t\t\t\t<i class=\"icon icon-cancel\" *ngIf=\"SearchInput.searchText\" (click)=\"ClearSearch()\"></i>\r\n\t\t\t\t\t\t</button>\r\n\t\t\t\t\t\t<span class=\"ptSearch__icon ptSearch__icon--divider\" *ngIf=\"SearchInput.searchText\"></span>\r\n\t\t\t\t\t\t<button class=\"ptSearch__icon ptSearch__icon--search\">\r\n\t\t\t\t\t\t\t<i class=\"icon icon-search\"></i>\r\n\t\t\t\t\t\t</button>\r\n\t\t\t\t\t</p-inputicon>\r\n\t\t\t\t</p-iconfield>\r\n\t\t\t</div>\r\n\t\t\t} @if (AdditionalCentralTemplate) {\r\n\t\t\t<div class=\"prTableTools__new prTableTools__new--right\">\r\n\t\t\t\t<ng-container *ngTemplateOutlet=\"AdditionalCentralTemplate\"></ng-container>\r\n\t\t\t</div>\r\n\t\t\t}\r\n\t\t</div>\r\n\r\n\t\t@if (AdditionalExtendedTemplate) {\r\n\t\t<div class=\"prTableTools justify-content-start\">\r\n\t\t\t<ng-container *ngTemplateOutlet=\"AdditionalExtendedTemplate\"></ng-container>\r\n\t\t</div>\r\n\t\t}\r\n\t</div>\r\n\t}\r\n\t<p-table\r\n\t\tclass=\"prTable\"\r\n\t\t[ngClass]=\"ClassName\"\r\n\t\t[value]=\"ListDataTable\"\r\n\t\tresponsiveLayout=\"scroll\"\r\n\t\t[(selection)]=\"ListDataSelectedFilter\"\r\n\t\t(onRowSelect)=\"OnRowSelect($event)\"\r\n\t\t(onRowUnselect)=\"OnRowUnselect($event)\"\r\n\t\t[sortField]=\"DefaultSortField\"\r\n\t\t[scrollable]=\"scrollable\"\r\n\t\t[scrollHeight]=\"scrollable ? scrollHeight : 'auto'\"\r\n\t\t[tableStyle]=\"tableStyle\"\r\n\t\t[sortOrder]=\"DefaultSortOrder\"\r\n\t>\r\n\t\t<ng-template pTemplate=\"header\">\r\n\t\t\t@for (level of Levels; track $index) {\r\n\t\t\t<tr>\r\n\t\t\t\t@for (col of ColumnGroupList; track $index) { @if (col.level === level) {\r\n\t\t\t\t<th [attr.colspan]=\"col.colspan\" [attr.rowspan]=\"col.rowspan\" [pSortableColumn]=\"col.sortable ? col.field : ''\" [style.min-width]=\"col.minWidth\" (click)=\"col.sortable && OnSort(col.field)\">\r\n\t\t\t\t\t<div>\r\n\t\t\t\t\t\t<span tooltipStyleClass=\"prTooltip\" [pTooltip]=\"col.headerTooltip || col.header\" [tooltipPosition]=\"col.headerTooltipPosition || 'top'\">\r\n\t\t\t\t\t\t\t{{ col.header }}\r\n\t\t\t\t\t\t</span>\r\n\t\t\t\t\t\t<p-sortIcon *ngIf=\"col.sortable\" [field]=\"col.field\"></p-sortIcon>\r\n\t\t\t\t\t</div>\r\n\t\t\t\t</th>\r\n\t\t\t\t} } @if (ShowCheckbox && level === 0 && ColumnGroupList.length != 0) {\r\n\t\t\t\t<th class=\"text-center\" style=\"width: 4%\" [attr.rowspan]=\"MaxLevel === 1 ? 2 : MaxLevel\">\r\n\t\t\t\t\t<p-checkbox\r\n\t\t\t\t\t\tclass=\"prCheckbox\"\r\n\t\t\t\t\t\t[binary]=\"true\"\r\n\t\t\t\t\t\t(click)=\"$event.stopPropagation()\"\r\n\t\t\t\t\t\t[ngModel]=\"IsHeaderSelectionChecked\"\r\n\t\t\t\t\t\t(ngModelChange)=\"OnHeaderSelectionToggle($event)\"\r\n\t\t\t\t\t\t[disabled]=\"IsTableDisabled || ListDataFilter.length === 0\"\r\n\t\t\t\t\t\t[ngClass]=\"{\r\n\t\t\t\t\t\t\t\t\t'prCheckbox--indeterminate': IsHeaderSelectionIndeterminate,\r\n\t\t\t\t\t\t\t\t}\"\r\n\t\t\t\t\t></p-checkbox>\r\n\t\t\t\t</th>\r\n\t\t\t\t}\r\n\t\t\t</tr>\r\n\t\t\t}\r\n\t\t\t<tr>\r\n\t\t\t\t@for (col of ColumnList; track $index) { @if (col.showHeader) {\r\n\t\t\t\t<th\r\n\t\t\t\t\t[class]=\"col.className\"\r\n\t\t\t\t\t[pSortableColumn]=\"!col.isChecboxColumn && col.sortable ? col.field : ''\"\r\n\t\t\t\t\t[style.width]=\"col.width\"\r\n\t\t\t\t\t[style.min-width]=\"col.minWidth\"\r\n\t\t\t\t\t(click)=\"!col.isChecboxColumn && col.sortable && OnSort(col.field)\"\r\n\t\t\t\t>\r\n\t\t\t\t\t<div class=\"prTable__header\">\r\n\t\t\t\t\t\t<span tooltipStyleClass=\"prTooltip\" [pTooltip]=\"col.headerTooltip || col.header\" [tooltipPosition]=\"col.headerTooltipPosition || 'top'\">\r\n\t\t\t\t\t\t\t{{ col.header }}\r\n\t\t\t\t\t\t</span>\r\n\t\t\t\t\t\t@if (!col.showIndex) { @if (col.isChecboxColumn) {\r\n\t\t\t\t\t\t<br />\r\n\t\t\t\t\t\t<p-checkbox\r\n\t\t\t\t\t\t\tclass=\"prCheckbox\"\r\n\t\t\t\t\t\t\t[binary]=\"true\"\r\n\t\t\t\t\t\t\t(click)=\"$event.stopPropagation()\"\r\n\t\t\t\t\t\t\t[(ngModel)]=\"HeaderState[col.field].checked\"\r\n\t\t\t\t\t\t\t(ngModelChange)=\"OnHeaderCheckboxChange($event, col.field)\"\r\n\t\t\t\t\t\t\t[attr.data-check]=\"col.field\"\r\n\t\t\t\t\t\t\t[disabled]=\"IsTableDisabled\"\r\n\t\t\t\t\t\t\t[ngClass]=\"{\r\n\t\t\t\t\t\t\t\t\t\t\t\t'prCheckbox--indeterminate': HeaderState[col.field].indeterminate,\r\n\t\t\t\t\t\t\t\t\t\t\t}\"\r\n\t\t\t\t\t\t></p-checkbox>\r\n\t\t\t\t\t\t} @else {\r\n\t\t\t\t\t\t<p-sortIcon *ngIf=\"col.sortable\" [field]=\"col.field\"></p-sortIcon>\r\n\t\t\t\t\t\t} }\r\n\t\t\t\t\t</div>\r\n\t\t\t\t</th>\r\n\t\t\t\t} } @if (ShowCheckbox && ColumnGroupList.length == 0) {\r\n\t\t\t\t<th class=\"text-center\" style=\"width: 4%\">\r\n\t\t\t\t\t<p-checkbox\r\n\t\t\t\t\t\tclass=\"prCheckbox\"\r\n\t\t\t\t\t\t[binary]=\"true\"\r\n\t\t\t\t\t\t(click)=\"$event.stopPropagation()\"\r\n\t\t\t\t\t\t[ngModel]=\"IsHeaderSelectionChecked\"\r\n\t\t\t\t\t\t(ngModelChange)=\"OnHeaderSelectionToggle($event)\"\r\n\t\t\t\t\t\t[disabled]=\"IsTableDisabled || ListDataFilter.length === 0\"\r\n\t\t\t\t\t\t[ngClass]=\"{\r\n\t\t\t\t\t\t\t\t'prCheckbox--indeterminate': IsHeaderSelectionIndeterminate,\r\n\t\t\t\t\t\t\t}\"\r\n\t\t\t\t\t></p-checkbox>\r\n\t\t\t\t</th>\r\n\t\t\t\t}\r\n\t\t\t</tr>\r\n\t\t\t@if (RowResumenList.length && ListDataFilter.length) {\r\n\t\t\t<tr class=\"fixedRow\">\r\n\t\t\t\t@for (col of RowResumenList; track $index) {\r\n\t\t\t\t<td [ngClass]=\"col.className\" [attr.colspan]=\"col.colspan\" [attr.rowspan]=\"col.rowspan\">\r\n\t\t\t\t\t@if (col.templateRef) {\r\n\t\t\t\t\t<span>\r\n\t\t\t\t\t\t<ng-container *ngTemplateOutlet=\"col.templateRef\"></ng-container>\r\n\t\t\t\t\t</span>\r\n\t\t\t\t\t} @else {\r\n\t\t\t\t\t<ng-template #defaultContent></ng-template>\r\n\t\t\t\t\t}\r\n\t\t\t\t</td>\r\n\t\t\t\t}\r\n\t\t\t</tr>\r\n\t\t\t}\r\n\t\t</ng-template>\r\n\t\t<ng-template pTemplate=\"body\" let-rowData let-rowIndex=\"rowIndex\">\r\n\t\t\t<tr>\r\n\t\t\t\t@for (col of ColumnList; track $index) {\r\n\t\t\t\t<td [ngClass]=\"col.className\">\r\n\t\t\t\t\t@if (col.showIndex) {\r\n\t\t\t\t\t{{ rowIndex + 1 + (CurrentPage - 1) * RowsPerPage }}\r\n\t\t\t\t\t} @else { @if (col.templateRef) {\r\n\t\t\t\t\t<ng-container *ngTemplateOutlet=\"col.templateRef; context: { $implicit: rowData }\"></ng-container>\r\n\t\t\t\t\t} @else if (col.isChecboxColumn) {\r\n\t\t\t\t\t<p-checkbox [binary]=\"true\" [(ngModel)]=\"rowData[col.field]\" (onChange)=\"onBodyCheckboxChange(col.field)\" [disabled]=\"IsTableDisabled\"></p-checkbox>\r\n\t\t\t\t\t} @else {\r\n\t\t\t\t\t<span class=\"text-breakWord\" tooltipStyleClass=\"prTooltip\" [pTooltip]=\"col.tooltip\" [tooltipPosition]=\"col.tooltipPosition || 'top'\">\r\n\t\t\t\t\t\t{{ rowData[col.field] | formatCell : col.formatType }}\r\n\t\t\t\t\t</span>\r\n\t\t\t\t\t} }\r\n\t\t\t\t</td>\r\n\t\t\t\t} @if (ShowCheckbox) {\r\n\t\t\t\t<td class=\"text-center\">\r\n\t\t\t\t\t<p-tableCheckbox [value]=\"rowData\" class=\"prCheckbox\" />\r\n\t\t\t\t</td>\r\n\t\t\t\t}\r\n\t\t\t</tr>\r\n\t\t</ng-template>\r\n\t\t<ng-template #emptymessage>\r\n\t\t\t<tr>\r\n\t\t\t\t<td [attr.colspan]=\"ColumnList.length + (ShowCheckbox ? 1 : 0)\" class=\"text-center\">\r\n\t\t\t\t\t{{ \"Nodata\" | term : GlobalTermService.languageCode }}\r\n\t\t\t\t</td>\r\n\t\t\t</tr>\r\n\t\t</ng-template>\r\n\t</p-table>\r\n\t<div class=\"d-flex justify-content-end\">\r\n\t\t@if (TotalRecords !== 0 && ShowPagination) {\r\n\t\t<div class=\"ptTablePaginator\">\r\n\t\t\t<p-paginator\r\n\t\t\t\tclass=\"prPaginator paginatorTableGA\"\r\n\t\t\t\t[first]=\"(CurrentPage - 1) * RowsPerPage\"\r\n\t\t\t\t[rows]=\"RowsPerPage\"\r\n\t\t\t\t[totalRecords]=\"TotalRecords\"\r\n\t\t\t\t(onPageChange)=\"OnPageChange($event)\"\r\n\t\t\t\t[showJumpToPageInput]=\"false\"\r\n\t\t\t\t[showCurrentPageReport]=\"false\"\r\n\t\t\t\t[showPageLinks]=\"false\"\r\n\t\t\t\t[showFirstLastIcon]=\"false\"\r\n\t\t\t\t[templateLeft]=\"templateLeft\"\r\n\t\t\t>\r\n\t\t\t\t<ng-template #previouspagelinkicon>\r\n\t\t\t\t\t<i class=\"icon icon-arrow-left paginatorArrowGA\"></i>\r\n\t\t\t\t</ng-template>\r\n\t\t\t\t<ng-template #nextpagelinkicon>\r\n\t\t\t\t\t<i class=\"icon icon-arrow-right paginatorArrowGA\"></i>\r\n\t\t\t\t</ng-template>\r\n\t\t\t\t<ng-template pTemplate=\"templateLeft\" let-state #templateLeft>\r\n\t\t\t\t\t<span>{{ \"ROWS_PER_PAGE\" | term : GlobalTermService.languageCode }}</span>\r\n\t\t\t\t\t<p-select panelStyleClass=\"prSelect paginatorSelectTableGA\" class=\"prSelect\" [options]=\"AllowedPageSizes\" [ngModel]=\"RowsPerPage\" appendTo=\"body\" (onChange)=\"OnRowsPerPageChange($event.value)\" />\r\n\t\t\t\t\t<span>\r\n\t\t\t\t\t\t{{ \"Page\" | term : GlobalTermService.languageCode }}\r\n\t\t\t\t\t\t<p-inputnumber class=\"p-paginator-jtp-input\" inputId=\"integeronly\" [(ngModel)]=\"CurrentPage\" [allowEmpty]=\"false\" [min]=\"1\" (keyup.enter)=\"onChangeSelectPage($event)\" />\r\n\t\t\t\t\t\t{{ \"Of\" | term : GlobalTermService.languageCode }} {{ TotalPages }}\r\n\t\t\t\t\t</span>\r\n\t\t\t\t</ng-template>\r\n\t\t\t</p-paginator>\r\n\t\t</div>\r\n\t\t}\r\n\t</div>\r\n</div>\r\n", dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "ngmodule", type: IconFieldModule }, { kind: "component", type: i2.IconField, selector: "p-iconfield, p-iconField, p-icon-field", inputs: ["hostName", "iconPosition", "styleClass"] }, { kind: "component", type: InputIcon, selector: "p-inputicon, p-inputIcon", inputs: ["hostName", "styleClass"] }, { kind: "directive", type: InputText, selector: "[pInputText]", inputs: ["hostName", "ptInputText", "pSize", "variant", "fluid", "invalid"] }, { kind: "ngmodule", type: InputTextModule }, { kind: "component", type: InputNumber, selector: "p-inputNumber, p-inputnumber, p-input-number", inputs: ["showButtons", "format", "buttonLayout", "inputId", "styleClass", "placeholder", "tabindex", "title", "ariaLabelledBy", "ariaDescribedBy", "ariaLabel", "ariaRequired", "autocomplete", "incrementButtonClass", "decrementButtonClass", "incrementButtonIcon", "decrementButtonIcon", "readonly", "allowEmpty", "locale", "localeMatcher", "mode", "currency", "currencyDisplay", "useGrouping", "minFractionDigits", "maxFractionDigits", "prefix", "suffix", "inputStyle", "inputStyleClass", "showClear", "autofocus"], outputs: ["onInput", "onFocus", "onBlur", "onKeyDown", "onClear"] }, { kind: "component", type: Paginator, selector: "p-paginator", inputs: ["pageLinkSize", "styleClass", "alwaysShow", "dropdownAppendTo", "templateLeft", "templateRight", "dropdownScrollHeight", "currentPageReportTemplate", "showCurrentPageReport", "showFirstLastIcon", "totalRecords", "rows", "rowsPerPageOptions", "showJumpToPageDropdown", "showJumpToPageInput", "jumpToPageItemTemplate", "showPageLinks", "locale", "dropdownItemTemplate", "first", "appendTo"], outputs: ["onPageChange"] }, { kind: "ngmodule", type: TableModule }, { kind: "component", type: i3.Table, selector: "p-table", inputs: ["frozenColumns", "frozenValue", "styleClass", "tableStyle", "tableStyleClass", "paginator", "pageLinks", "rowsPerPageOptions", "alwaysShowPaginator", "paginatorPosition", "paginatorStyleClass", "paginatorDropdownAppendTo", "paginatorDropdownScrollHeight", "currentPageReportTemplate", "showCurrentPageReport", "showJumpToPageDropdown", "showJumpToPageInput", "showFirstLastIcon", "showPageLinks", "defaultSortOrder", "sortMode", "resetPageOnSort", "selectionMode", "selectionPageOnly", "contextMenuSelection", "contextMenuSelectionMode", "dataKey", "metaKeySelection", "rowSelectable", "rowTrackBy", "lazy", "lazyLoadOnInit", "compareSelectionBy", "csvSeparator", "exportFilename", "filters", "globalFilterFields", "filterDelay", "filterLocale", "expandedRowKeys", "editingRowKeys", "rowExpandMode", "scrollable", "rowGroupMode", "scrollHeight", "virtualScroll", "virtualScrollItemSize", "virtualScrollOptions", "virtualScrollDelay", "frozenWidth", "contextMenu", "resizableColumns", "columnResizeMode", "reorderableColumns", "loading", "loadingIcon", "showLoader", "rowHover", "customSort", "showInitialSortBadge", "exportFunction", "exportHeader", "stateKey", "stateStorage", "editMode", "groupRowsBy", "size", "showGridlines", "stripedRows", "groupRowsByOrder", "responsiveLayout", "breakpoint", "paginatorLocale", "value", "columns", "first", "rows", "totalRecords", "sortField", "sortOrder", "multiSortMeta", "selection", "selectAll"], outputs: ["contextMenuSelectionChange", "selectAllChange", "selectionChange", "onRowSelect", "onRowUnselect", "onPage", "onSort", "onFilter", "onLazyLoad", "onRowExpand", "onRowCollapse", "onContextMenuSelect", "onColResize", "onColReorder", "onRowReorder", "onEditInit", "onEditComplete", "onEditCancel", "onHeaderCheckboxToggle", "sortFunction", "firstChange", "rowsChange", "onStateSave", "onStateRestore"] }, { kind: "directive", type: i4.PrimeTemplate, selector: "[pTemplate]", inputs: ["type", "pTemplate"] }, { kind: "directive", type: i3.SortableColumn, selector: "[pSortableColumn]", inputs: ["pSortableColumn", "pSortableColumnDisabled"] }, { kind: "component", type: i3.SortIcon, selector: "p-sortIcon", inputs: ["field"] }, { kind: "component", type: i3.TableCheckbox, selector: "p-tableCheckbox", inputs: ["value", "disabled", "required", "index", "inputId", "name", "ariaLabel"] }, { kind: "component", type: Select, selector: "p-select", inputs: ["id", "scrollHeight", "filter", "panelStyle", "styleClass", "panelStyleClass", "readonly", "editable", "tabindex", "placeholder", "loadingIcon", "filterPlaceholder", "filterLocale", "inputId", "dataKey", "filterBy", "filterFields", "autofocus", "resetFilterOnHide", "checkmark", "dropdownIcon", "loading", "optionLabel", "optionValue", "optionDisabled", "optionGroupLabel", "optionGroupChildren", "group", "showClear", "emptyFilterMessage", "emptyMessage", "lazy", "virtualScroll", "virtualScrollItemSize", "virtualScrollOptions", "overlayOptions", "ariaFilterLabel", "ariaLabel", "ariaLabelledBy", "filterMatchMode", "tooltip", "tooltipPosition", "tooltipPositionStyle", "tooltipStyleClass", "focusOnHover", "selectOnFocus", "autoOptionFocus", "autofocusFilter", "filterValue", "options", "appendTo"], outputs: ["onChange", "onFilter", "onFocus", "onBlur", "onClick", "onShow", "onHide", "onClear", "onLazyLoad"] }, { kind: "ngmodule", type: BadgeModule }, { kind: "ngmodule", type: TooltipModule }, { kind: "directive", type: i4$1.Tooltip, selector: "[pTooltip]", inputs: ["tooltipPosition", "tooltipEvent", "positionStyle", "tooltipStyleClass", "tooltipZIndex", "escape", "showDelay", "hideDelay", "life", "positionTop", "positionLeft", "autoHide", "fitContent", "hideOnEscape", "pTooltip", "tooltipDisabled", "tooltipOptions", "appendTo", "ptTooltip"] }, { kind: "ngmodule", type: CheckboxModule }, { kind: "component", type: i5.Checkbox, selector: "p-checkbox, p-checkBox, p-check-box", inputs: ["hostName", "value", "binary", "ariaLabelledBy", "ariaLabel", "tabindex", "inputId", "inputStyle", "styleClass", "inputClass", "indeterminate", "formControl", "checkboxIcon", "readonly", "autofocus", "trueValue", "falseValue", "variant", "size"], outputs: ["onChange", "onFocus", "onBlur"] }, { kind: "ngmodule", type: FormsModule }, { kind: "directive", type: i1$1.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i1$1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1$1.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "pipe", type: TermPipe, name: "term" }, { kind: "pipe", type: FormatCellPipe, name: "formatCell" }] });
|
|
2216
2217
|
}
|
|
2217
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
2218
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: TableComponent, decorators: [{
|
|
2218
2219
|
type: Component,
|
|
2219
2220
|
args: [{ selector: "intelica-table", standalone: true, imports: [
|
|
2220
2221
|
CommonModule,
|
|
@@ -2309,10 +2310,10 @@ class PositiveNumberDirective {
|
|
|
2309
2310
|
event.stopPropagation();
|
|
2310
2311
|
}
|
|
2311
2312
|
}
|
|
2312
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
2313
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.
|
|
2313
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: PositiveNumberDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
2314
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.21", type: PositiveNumberDirective, isStandalone: true, selector: "[positiveNumber]", host: { listeners: { "input": "onInputChange($event)" } }, ngImport: i0 });
|
|
2314
2315
|
}
|
|
2315
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
2316
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: PositiveNumberDirective, decorators: [{
|
|
2316
2317
|
type: Directive,
|
|
2317
2318
|
args: [{
|
|
2318
2319
|
selector: "[positiveNumber]",
|
|
@@ -2394,10 +2395,10 @@ class PaginatorComponent {
|
|
|
2394
2395
|
}
|
|
2395
2396
|
this.EmitPageChange();
|
|
2396
2397
|
}
|
|
2397
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
2398
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
2398
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: PaginatorComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
2399
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.21", type: PaginatorComponent, isStandalone: true, selector: "intelica-paginator", inputs: { TotalItems: "TotalItems", CurrentPage: "CurrentPage", ItemsPerPage: "ItemsPerPage" }, outputs: { PageChange: "PageChange" }, usesOnChanges: true, ngImport: i0, template: "<div \r\n\tclass=\"prPaginator\" \r\n\t[ngClass]=\"{\r\n\t\t'prPaginator--leftdis': CurrentPage === 1 || TotalItems === 0,\r\n\t\t'prPaginator--rightdis': CurrentPage === TotalPages || TotalItems === 0\r\n\t}\">\r\n\t<div class=\"prPaginator__controls\">\r\n\t\t<button pButton type=\"button\" class=\"prPaginator__btn prPaginator__btn--first\" [disabled]=\"CurrentPage === 1 || TotalItems === 0\" (click)=\"GoToFirstPage()\"></button>\r\n\t\t<button pButton type=\"button\" class=\"prPaginator__btn prPaginator__btn--previous\" [disabled]=\"CurrentPage === 1 || TotalItems === 0\" (click)=\"GoToPreviousPage()\"></button>\r\n\t\t<span class=\"prPaginator__label--left\">{{ \"Previous\" | term : GlobalTermService.languageCode }}</span>\r\n\t\t<input pInputText type=\"text\" [disabled]=\"TotalItems === 0\" (keydown.enter)=\"$event.preventDefault()\" [(ngModel)]=\"CurrentPage\" positiveNumber class=\"prPaginator__input\" (keyup.enter)=\"onKeyUp($event)\" />\r\n\t\t<span class=\"prPaginator__total\">{{ \"Of\" | term : GlobalTermService.languageCode }} {{ TotalPages }}</span>\r\n\t\t<span class=\"prPaginator__label--right\">{{ \"Next\" | term : GlobalTermService.languageCode }}</span>\r\n\t\t<button pButton type=\"button\" class=\"prPaginator__btn prPaginator__btn--next\" [disabled]=\"CurrentPage === TotalPages || TotalItems === 0\" (click)=\"GoToNextPage()\"></button>\r\n\t\t<button pButton type=\"button\" class=\"prPaginator__btn prPaginator__btn--last\" [disabled]=\"CurrentPage === TotalPages || TotalItems === 0\" (click)=\"GoToLastPage()\"></button>\r\n\t</div>\r\n</div>\r\n", dependencies: [{ kind: "ngmodule", type: FormsModule }, { kind: "directive", type: i1$1.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i1$1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1$1.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "ngmodule", type: ButtonModule }, { kind: "directive", type: i2$1.ButtonDirective, selector: "[pButton]", inputs: ["ptButtonDirective", "hostName", "text", "plain", "raised", "size", "outlined", "rounded", "iconPos", "loadingIcon", "fluid", "label", "icon", "loading", "buttonProps", "severity"] }, { kind: "directive", type: PositiveNumberDirective, selector: "[positiveNumber]" }, { kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "pipe", type: TermPipe, name: "term" }] });
|
|
2399
2400
|
}
|
|
2400
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
2401
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: PaginatorComponent, decorators: [{
|
|
2401
2402
|
type: Component,
|
|
2402
2403
|
args: [{ selector: "intelica-paginator", imports: [FormsModule, ButtonModule, PositiveNumberDirective, CommonModule, TermPipe], template: "<div \r\n\tclass=\"prPaginator\" \r\n\t[ngClass]=\"{\r\n\t\t'prPaginator--leftdis': CurrentPage === 1 || TotalItems === 0,\r\n\t\t'prPaginator--rightdis': CurrentPage === TotalPages || TotalItems === 0\r\n\t}\">\r\n\t<div class=\"prPaginator__controls\">\r\n\t\t<button pButton type=\"button\" class=\"prPaginator__btn prPaginator__btn--first\" [disabled]=\"CurrentPage === 1 || TotalItems === 0\" (click)=\"GoToFirstPage()\"></button>\r\n\t\t<button pButton type=\"button\" class=\"prPaginator__btn prPaginator__btn--previous\" [disabled]=\"CurrentPage === 1 || TotalItems === 0\" (click)=\"GoToPreviousPage()\"></button>\r\n\t\t<span class=\"prPaginator__label--left\">{{ \"Previous\" | term : GlobalTermService.languageCode }}</span>\r\n\t\t<input pInputText type=\"text\" [disabled]=\"TotalItems === 0\" (keydown.enter)=\"$event.preventDefault()\" [(ngModel)]=\"CurrentPage\" positiveNumber class=\"prPaginator__input\" (keyup.enter)=\"onKeyUp($event)\" />\r\n\t\t<span class=\"prPaginator__total\">{{ \"Of\" | term : GlobalTermService.languageCode }} {{ TotalPages }}</span>\r\n\t\t<span class=\"prPaginator__label--right\">{{ \"Next\" | term : GlobalTermService.languageCode }}</span>\r\n\t\t<button pButton type=\"button\" class=\"prPaginator__btn prPaginator__btn--next\" [disabled]=\"CurrentPage === TotalPages || TotalItems === 0\" (click)=\"GoToNextPage()\"></button>\r\n\t\t<button pButton type=\"button\" class=\"prPaginator__btn prPaginator__btn--last\" [disabled]=\"CurrentPage === TotalPages || TotalItems === 0\" (click)=\"GoToLastPage()\"></button>\r\n\t</div>\r\n</div>\r\n" }]
|
|
2403
2404
|
}], propDecorators: { TotalItems: [{
|
|
@@ -2578,15 +2579,15 @@ class SearchComponent {
|
|
|
2578
2579
|
{ id: 1, value: "name" },
|
|
2579
2580
|
];
|
|
2580
2581
|
}
|
|
2581
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
2582
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.
|
|
2582
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: SearchComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
2583
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.21", type: SearchComponent, isStandalone: true, selector: "intelica-search", inputs: { ComponentId: "ComponentId", ShowTooltip: "ShowTooltip", SearchFieldOptions: "SearchFieldOptions", SearchOnKeyup: "SearchOnKeyup", SimpleSearchInput: "SimpleSearchInput", Placeholder: "Placeholder" }, outputs: { OnSearchEvent: "OnSearch" }, providers: [
|
|
2583
2584
|
{
|
|
2584
2585
|
provide: NG_VALUE_ACCESSOR,
|
|
2585
2586
|
useExisting: forwardRef(() => SearchComponent),
|
|
2586
2587
|
},
|
|
2587
2588
|
], ngImport: i0, template: "<form [formGroup]=\"SearchForm\">\r\n\t<div class=\"prSearchBar\">\r\n\t\t<div class=\"prSearchBar__dropdown\" (click)=\"op.toggle($event)\" *ngIf=\"!SimpleSearchInput\">\r\n\t\t\t<div\r\n\t\t\t\tclass=\"prSearchBar__dropdown--label\"\r\n\t\t\t\t[pTooltip]=\"ShowTooltip ? (GetSelectedOperatorValue() | term : GlobalTermService.languageCode) + ', ' + (GetSelectedFieldValue() | term : GlobalTermService.languageCode) : ''\"\r\n\t\t\t\ttooltipPosition=\"top\"\r\n\t\t\t>\r\n\t\t\t\t{{ GetSelectedFieldValue() | term : GlobalTermService.languageCode }}\r\n\t\t\t</div>\r\n\t\t\t<div class=\"prSearchBar__dropdown--icon\">\r\n\t\t\t\t<i [ngClass]=\"IsDropdownOpen ? 'icon-arrow-up' : 'icon-arrow-down'\"></i>\r\n\t\t\t</div>\r\n\t\t</div>\r\n\t\t<p-popover #op (onShow)=\"DropDownChange(true)\" (onHide)=\"DropDownChange(false)\" class=\"prSearchBar__popover\">\r\n\t\t\t<div class=\"searchDropDown\">\r\n\t\t\t\t<div class=\"searchDropDown__group\">\r\n\t\t\t\t\t<div class=\"searchDropDown__title\">{{ \"Selectoperator\" | term : GlobalTermService.languageCode }}</div>\r\n\t\t\t\t\t<div class=\"searchDropDown__listOption\">\r\n\t\t\t\t\t\t@for ( option of SearchOperatorOptions ; track option.id; let index = $index){\r\n\t\t\t\t\t\t<div class=\"searchDropDown__option\">\r\n\t\t\t\t\t\t\t<p-radiobutton [inputId]=\"ComponentId + option.id\" class=\"prRadioButton\" [value]=\"option.id\" formControlName=\"operatorId\" (change)=\"OnSearchKeyup()\" />\r\n\t\t\t\t\t\t\t<label [for]=\"ComponentId + option.id\" class=\"prRadioButton--label\">{{ option.value | term : GlobalTermService.languageCode }}</label>\r\n\t\t\t\t\t\t</div>\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t</div>\r\n\t\t\t\t</div>\r\n\t\t\t\t<hr />\r\n\t\t\t\t<div class=\"searchDropDown__group\">\r\n\t\t\t\t\t<div class=\"searchDropDown__title\">{{ \"Selectfield\" | term : GlobalTermService.languageCode }}</div>\r\n\t\t\t\t\t@for ( option of SearchFieldOptions ; track option.id; let index = $index){\r\n\t\t\t\t\t<div class=\"searchDropDown__option\">\r\n\t\t\t\t\t\t<p-radiobutton [inputId]=\"ComponentId + 'fieldId_' + option.id\" class=\"prRadioButton\" [value]=\"option.id\" formControlName=\"fieldId\" (change)=\"OnSearchKeyup()\" />\r\n\t\t\t\t\t\t<label [for]=\"ComponentId + 'fieldId_' + option.id\" class=\"prRadioButton--label\">{{ option.value | term : GlobalTermService.languageCode }}</label>\r\n\t\t\t\t\t</div>\r\n\t\t\t\t\t}\r\n\t\t\t\t</div>\r\n\t\t\t</div>\r\n\t\t</p-popover>\r\n\t\t<div class=\"prSearchBar__content\">\r\n\t\t\t<div class=\"prSearchBar__btn\">\r\n\t\t\t\t<button pButton type=\"button\" class=\"prSearchBar__btn-action\" (click)=\"ClearSearchText()\" *ngIf=\"HasSearchText\">\r\n\t\t\t\t\t<i class=\"icon-times\"></i>\r\n\t\t\t\t</button>\r\n\t\t\t\t<button pButton type=\"button\" class=\"prSearchBar__btn-action\" (click)=\"OnSearch()\">\r\n\t\t\t\t\t<i class=\"icon-search\"></i>\r\n\t\t\t\t</button>\r\n\t\t\t</div>\r\n\t\t\t<input\r\n\t\t\t\tpInputText\r\n\t\t\t\ttype=\"text\"\r\n\t\t\t\tclass=\"prSearchBar__input\"\r\n\t\t\t\tformControlName=\"searchText\"\r\n\t\t\t\t[placeholder]=\"Placeholder | term : GlobalTermService.languageCode\"\r\n\t\t\t\t(keyup.enter)=\"OnSearchEnter()\"\r\n\t\t\t\t(keyup)=\"OnSearchKeyup()\"\r\n\t\t\t/>\r\n\t\t</div>\r\n\t</div>\r\n</form>\r\n", dependencies: [{ kind: "ngmodule", type: FormsModule }, { kind: "directive", type: i1$1.ɵNgNoValidate, selector: "form:not([ngNoForm]):not([ngNativeValidate])" }, { kind: "directive", type: i1$1.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i1$1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1$1.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { kind: "ngmodule", type: ReactiveFormsModule }, { kind: "directive", type: i1$1.FormGroupDirective, selector: "[formGroup]", inputs: ["formGroup"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { kind: "directive", type: i1$1.FormControlName, selector: "[formControlName]", inputs: ["formControlName", "disabled", "ngModel"], outputs: ["ngModelChange"] }, { kind: "ngmodule", type: RadioButtonModule }, { kind: "component", type: i3$1.RadioButton, selector: "p-radioButton, p-radiobutton, p-radio-button", inputs: ["value", "tabindex", "inputId", "ariaLabelledBy", "ariaLabel", "styleClass", "autofocus", "binary", "variant", "size"], outputs: ["onClick", "onFocus", "onBlur"] }, { kind: "component", type: Popover, selector: "p-popover", inputs: ["ariaLabel", "ariaLabelledBy", "dismissable", "style", "styleClass", "appendTo", "autoZIndex", "ariaCloseLabel", "baseZIndex", "focusOnShow", "showTransitionOptions", "hideTransitionOptions"], outputs: ["onShow", "onHide"] }, { kind: "directive", type: InputText, selector: "[pInputText]", inputs: ["hostName", "ptInputText", "pSize", "variant", "fluid", "invalid"] }, { kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "ngmodule", type: TooltipModule }, { kind: "directive", type: i4$1.Tooltip, selector: "[pTooltip]", inputs: ["tooltipPosition", "tooltipEvent", "positionStyle", "tooltipStyleClass", "tooltipZIndex", "escape", "showDelay", "hideDelay", "life", "positionTop", "positionLeft", "autoHide", "fitContent", "hideOnEscape", "pTooltip", "tooltipDisabled", "tooltipOptions", "appendTo", "ptTooltip"] }, { kind: "pipe", type: TermPipe, name: "term" }] });
|
|
2588
2589
|
}
|
|
2589
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
2590
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: SearchComponent, decorators: [{
|
|
2590
2591
|
type: Component,
|
|
2591
2592
|
args: [{ selector: "intelica-search", imports: [FormsModule, ReactiveFormsModule, RadioButtonModule, Popover, InputText, CommonModule, TooltipModule, TermPipe], providers: [
|
|
2592
2593
|
{
|
|
@@ -2628,10 +2629,10 @@ class TreeColumnComponent {
|
|
|
2628
2629
|
isExpansionColumn = false;
|
|
2629
2630
|
templateRef;
|
|
2630
2631
|
formatType = "string";
|
|
2631
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
2632
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.
|
|
2632
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: TreeColumnComponent, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
2633
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.21", type: TreeColumnComponent, isStandalone: true, selector: "column", inputs: { field: "field", header: "header", sortable: "sortable", width: "width", className: "className", headerTooltip: "headerTooltip", headerTooltipPosition: "headerTooltipPosition", tooltip: "tooltip", tooltipPosition: "tooltipPosition", showIndex: "showIndex", showHeader: "showHeader", minWidth: "minWidth", isChecboxColumn: "isChecboxColumn", isExpansionColumn: "isExpansionColumn", formatType: "formatType" }, queries: [{ propertyName: "templateRef", first: true, predicate: TemplateRef, descendants: true }], ngImport: i0 });
|
|
2633
2634
|
}
|
|
2634
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
2635
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: TreeColumnComponent, decorators: [{
|
|
2635
2636
|
type: Directive,
|
|
2636
2637
|
args: [{ selector: "column" }]
|
|
2637
2638
|
}], propDecorators: { field: [{
|
|
@@ -2678,10 +2679,10 @@ class TreeColumnGroupComponent {
|
|
|
2678
2679
|
rowspan = 1;
|
|
2679
2680
|
level = 0;
|
|
2680
2681
|
formatType = "string";
|
|
2681
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
2682
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.
|
|
2682
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: TreeColumnGroupComponent, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
2683
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.21", type: TreeColumnGroupComponent, isStandalone: true, selector: "columnGroup", inputs: { field: "field", header: "header", sortable: "sortable", width: "width", minWidth: "minWidth", colspan: "colspan", rowspan: "rowspan", level: "level", formatType: "formatType" }, ngImport: i0 });
|
|
2683
2684
|
}
|
|
2684
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
2685
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: TreeColumnGroupComponent, decorators: [{
|
|
2685
2686
|
type: Directive,
|
|
2686
2687
|
args: [{ selector: "columnGroup" }]
|
|
2687
2688
|
}], propDecorators: { field: [{
|
|
@@ -2710,10 +2711,10 @@ class RowResumenTreeComponent {
|
|
|
2710
2711
|
rowspan = 1;
|
|
2711
2712
|
templateRef;
|
|
2712
2713
|
formatType = "string";
|
|
2713
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
2714
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.
|
|
2714
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: RowResumenTreeComponent, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
2715
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.21", type: RowResumenTreeComponent, isStandalone: true, selector: "rowResumenComponent", inputs: { field: "field", className: "className", colspan: "colspan", rowspan: "rowspan", formatType: "formatType" }, queries: [{ propertyName: "templateRef", first: true, predicate: TemplateRef, descendants: true }], ngImport: i0 });
|
|
2715
2716
|
}
|
|
2716
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
2717
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: RowResumenTreeComponent, decorators: [{
|
|
2717
2718
|
type: Directive,
|
|
2718
2719
|
args: [{ selector: "rowResumenComponent" }]
|
|
2719
2720
|
}], propDecorators: { field: [{
|
|
@@ -2937,10 +2938,10 @@ class TreeTableComponent {
|
|
|
2937
2938
|
this.RowsPerPage = value;
|
|
2938
2939
|
this.ResetTable();
|
|
2939
2940
|
}
|
|
2940
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
2941
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.16", type: TreeTableComponent, isStandalone: true, selector: "intelica-tree-table", inputs: { ComponentId: "ComponentId", ListData: "ListData", ClassName: "ClassName", groupRowsBy: "groupRowsBy", dataKey: "dataKey", DefaultSortField: "DefaultSortField", DefaultSortOrder: "DefaultSortOrder", scrollHeight: "scrollHeight", scrollable: "scrollable", tableStyle: "tableStyle", ShowSearch: "ShowSearch", ShowPagination: "ShowPagination", RowsPerPage: "RowsPerPage", AllowedPageSizes: "AllowedPageSizes", ShowCheckbox: "ShowCheckbox", ShowIndex: "ShowIndex", ShowSearchTooltip: "ShowSearchTooltip", ListDataSelected: "ListDataSelected", SelectedIdentifier: "SelectedIdentifier", ListSearchOptions: "ListSearchOptions", ShowRowPerPage: "ShowRowPerPage" }, outputs: { EmitSelectedItem: "EmitSelectedItem", EmitListDataFilter: "EmitListDataFilter", EmitSearchEvent: "EmitSearchEvent", EmitSortEvent: "EmitSortEvent" }, providers: [FormatCellPipe, DatePipe], queries: [{ propertyName: "AdditionalTemplate", first: true, predicate: ["additionalTemplate"], descendants: true }, { propertyName: "AdditionalCentralTemplate", first: true, predicate: ["additionalCentralTemplate"], descendants: true }, { propertyName: "AdditionalExtendedTemplate", first: true, predicate: ["additionalExtendedTemplate"], descendants: true }, { propertyName: "Columns", predicate: TreeColumnComponent }, { propertyName: "ColumnGroups", predicate: TreeColumnGroupComponent }, { propertyName: "RowResumenGroups", predicate: RowResumenTreeComponent }], viewQueries: [{ propertyName: "PaginatorTable", first: true, predicate: ["paginatorTable"], descendants: true }, { propertyName: "SearchTable", first: true, predicate: ["searchTable"], descendants: true }], usesOnChanges: true, ngImport: i0, template: "<div class=\"prTable\">\r\n <div class=\"prTableTools\">\r\n <div class=\"prTableTools__new prTableTools__new--left\">\r\n @if (AdditionalTemplate) {\r\n <ng-container *ngTemplateOutlet=\"AdditionalTemplate\"></ng-container>\r\n }\r\n </div>\r\n\r\n @if (ShowSearch) {\r\n <intelica-search\r\n #searchTable\r\n [ComponentId]=\"ComponentId + 'Search'\"\r\n (OnSearch)=\"ExecuteSearch($event)\"\r\n [SearchFieldOptions]=\"ListSearchOptionsSimple\"\r\n [SearchOnKeyup]=\"false\"\r\n [SimpleSearchInput]=\"false\"\r\n [ShowTooltip]=\"ShowSearchTooltip\"\r\n ></intelica-search>\r\n } @if (AdditionalCentralTemplate) {\r\n <div class=\"prTableTools__new prTableTools__new--right\">\r\n <ng-container\r\n *ngTemplateOutlet=\"AdditionalCentralTemplate\"\r\n ></ng-container>\r\n </div>\r\n }\r\n </div>\r\n @if (AdditionalExtendedTemplate) {\r\n <div class=\"prTableTools justify-content-start\">\r\n <ng-container *ngTemplateOutlet=\"AdditionalExtendedTemplate\"></ng-container>\r\n </div>\r\n\r\n }\r\n <p-table\r\n class=\"prTableBasic\"\r\n [value]=\"ListDataTable\"\r\n [ngClass]=\"ClassName\"\r\n responsiveLayout=\"scroll\"\r\n [(selection)]=\"ListDataSelected\"\r\n (onHeaderCheckboxToggle)=\"SelectAll($event)\"\r\n (onRowSelect)=\"OnRowSelect($event)\"\r\n (onRowUnselect)=\"OnRowUnselect($event)\"\r\n [groupRowsBy]=\"groupRowsBy\"\r\n [dataKey]=\"dataKey\"\r\n [sortField]=\"DefaultSortField\"\r\n [scrollable]=\"scrollable\"\r\n [scrollHeight]=\"scrollable ? scrollHeight : 'auto'\"\r\n [tableStyle]=\"tableStyle\"\r\n [sortOrder]=\"SortOrder\"\r\n >\r\n <ng-template pTemplate=\"header\">\r\n @for (level of Levels; track $index) {\r\n <tr>\r\n @for (col of ColumnGroupList; track $index) { @if (col.level === level)\r\n {\r\n <th\r\n [attr.colspan]=\"col.colspan\"\r\n [attr.rowspan]=\"col.rowspan\"\r\n [pSortableColumn]=\"col.sortable ? col.field : ''\"\r\n [style.min-width]=\"col.minWidth\"\r\n (click)=\"col.sortable && OnSort(col.field)\"\r\n >\r\n <div>\r\n <span pTooltip=\"{{ col.header }}\">{{ col.header }}</span>\r\n <p-sortIcon *ngIf=\"col.sortable\" [field]=\"col.field\"></p-sortIcon>\r\n </div>\r\n </th>\r\n } } @if (ShowCheckbox && level === 0 && ColumnGroupList.length != 0) {\r\n <th\r\n class=\"text-center\"\r\n style=\"width: 4%\"\r\n [attr.rowspan]=\"MaxLevel === 1 ? 2 : MaxLevel\"\r\n >\r\n <p-tableHeaderCheckbox\r\n class=\"prCheckbox\"\r\n [ngClass]=\"{\r\n 'prCheckbox--indeterminate':\r\n ListDataSelectedTemp.length > 0 &&\r\n ListDataSelectedTemp.length < ListDataFilter.length\r\n }\"\r\n />\r\n </th>\r\n }\r\n </tr>\r\n }\r\n\r\n <tr>\r\n @for (col of ColumnList; track $index) { @if(col.showHeader) {\r\n <th\r\n [class]=\"col.className\"\r\n [pSortableColumn]=\"\r\n !col.isChecboxColumn && col.sortable ? col.field : ''\r\n \"\r\n [style.width]=\"col.width\"\r\n [style.min-width]=\"col.minWidth\"\r\n (click)=\"!col.isChecboxColumn && col.sortable && OnSort(col.field)\"\r\n >\r\n <div>\r\n <span\r\n pTooltip=\"{{ col.headerTooltip }}\"\r\n tooltipPosition=\"{{ col.headerTooltipPosition }}\"\r\n >\r\n {{ col.header }}\r\n </span>\r\n @if (!col.showIndex) { @if (col.isChecboxColumn) {\r\n <br />\r\n <p-checkbox\r\n [binary]=\"true\"\r\n (click)=\"$event.stopPropagation()\"\r\n (onChange)=\"OnHeaderCheckboxChange($event, col.field)\"\r\n [attr.data-check]=\"col.field\"\r\n ></p-checkbox>\r\n } @else {\r\n <p-sortIcon *ngIf=\"col.sortable\" [field]=\"col.field\"></p-sortIcon>\r\n } }\r\n </div>\r\n </th>\r\n } } @if (ShowCheckbox && ColumnGroupList.length == 0) {\r\n <th class=\"text-center\" style=\"width: 4%\">\r\n <p-tableHeaderCheckbox\r\n class=\"prCheckbox\"\r\n [ngClass]=\"{\r\n 'prCheckbox--indeterminate':\r\n ListDataSelectedTemp.length > 0 &&\r\n ListDataSelectedTemp.length < ListDataFilter.length\r\n }\"\r\n />\r\n </th>\r\n }\r\n </tr>\r\n\r\n @if (ListDataFilter.length > 0) {\r\n <tr class=\"fixedRow\">\r\n @for (col of RowResumenList; track $index) {\r\n <td\r\n [ngClass]=\"col.className\"\r\n [attr.colspan]=\"col.colspan\"\r\n [attr.rowspan]=\"col.rowspan\"\r\n >\r\n @if (col.templateRef) {\r\n <span\r\n ><ng-container *ngTemplateOutlet=\"col.templateRef\"></ng-container\r\n ></span>\r\n } @else {\r\n <ng-template #defaultContent></ng-template>\r\n }\r\n </td>\r\n }\r\n </tr>\r\n }\r\n </ng-template>\r\n\r\n <ng-template\r\n pTemplate=\"body\"\r\n let-rowData\r\n let-rowIndex=\"rowIndex\"\r\n let-expanded=\"expanded\"\r\n >\r\n <tr>\r\n @for (col of ColumnList; track $index) {\r\n <td [ngClass]=\"col.className\">\r\n @if (col.showIndex) {\r\n {{ rowIndex + 1 + (CurrentPage - 1) * RowsPerPage }}\r\n } @else if (col.field === 'name' && rowData.children &&\r\n rowData.children.length > 0) {\r\n <div class=\"prTable__expandToggleRow\">\r\n <p-button\r\n [pRowToggler]=\"rowData\"\r\n class=\"prButton prButton--icon prButton--iconBlue\"\r\n >\r\n <i\r\n [class]=\"\r\n expanded ? 'icon icon-collapse-rows' : 'icon icon-expand-rows'\r\n \"\r\n ></i>\r\n </p-button>\r\n <span\r\n class=\"text-breakWord\"\r\n pTooltip=\"{{ col.tooltip }}\"\r\n tooltipPosition=\"{{ col.tooltipPosition }}\"\r\n >\r\n {{ rowData[col.field] | formatCell : col.formatType }}\r\n </span>\r\n </div>\r\n } @else { @if (col.templateRef) {\r\n <ng-container\r\n *ngTemplateOutlet=\"col.templateRef; context: { $implicit: rowData }\"\r\n ></ng-container>\r\n } @else if (col.isChecboxColumn) {\r\n <p-checkbox\r\n [binary]=\"true\"\r\n [(ngModel)]=\"rowData[col.field]\"\r\n (onChange)=\"IsInderteminate(col.field)\"\r\n ></p-checkbox>\r\n } @else {\r\n <span\r\n class=\"text-breakWord\"\r\n pTooltip=\"{{ col.tooltip }}\"\r\n tooltipPosition=\"{{ col.tooltipPosition }}\"\r\n >\r\n {{ rowData[col.field] | formatCell : col.formatType }}\r\n </span>\r\n } }\r\n </td>\r\n } @if (ShowCheckbox) {\r\n <td class=\"text-center\">\r\n <p-tableCheckbox [value]=\"rowData\" class=\"prCheckbox\" />\r\n </td>\r\n }\r\n </tr>\r\n </ng-template>\r\n\r\n <ng-template pTemplate=\"expandedrow\" let-rowData let-rowIndex=\"rowIndex\">\r\n <ng-container *ngIf=\"rowData.children?.length\">\r\n <tr\r\n *ngFor=\"let childRow of rowData.children; let i = index\"\r\n class=\"subRow\"\r\n >\r\n <td\r\n *ngFor=\"let col of ColumnList; let j = index\"\r\n [ngClass]=\"col.className\"\r\n >\r\n <span\r\n class=\"text-breakWord\"\r\n pTooltip=\"{{ col.tooltip }}\"\r\n tooltipPosition=\"{{ col.tooltipPosition }}\"\r\n >\r\n <ng-container *ngIf=\"col.showIndex && j === 0; else normalCell\">\r\n {{ rowIndex + 1 + \".\" + getLetter(i) }}\r\n </ng-container>\r\n <ng-template #normalCell>\r\n @if (col.field === \"id\" && i < 26) {\r\n <span>{{ childRow[col.field] + \".\" + getLetter(i) }}</span>\r\n } @else {\r\n <ng-container *ngIf=\"col.templateRef; else defaultExpandedContent\">\r\n <ng-container *ngTemplateOutlet=\"col.templateRef; context: { $implicit: childRow }\"></ng-container>\r\n </ng-container>\r\n <ng-template #defaultExpandedContent>\r\n <span [class]=\"col.field === 'name' ? 'prTable__expandIdentText' : ''\">\r\n {{ childRow[col.field] | formatCell : col.formatType }}\r\n </span>\r\n </ng-template> \r\n }\r\n </ng-template>\r\n </span>\r\n </td>\r\n </tr>\r\n </ng-container>\r\n </ng-template>\r\n\r\n <ng-template #emptymessage>\r\n <tr>\r\n <td\r\n [attr.colspan]=\"ColumnList.length + (ShowCheckbox ? 1 : 0)\"\r\n class=\"text-center\"\r\n >\r\n {{ \"Nodata\" | term : GlobalTermService.languageCode }}\r\n </td>\r\n </tr>\r\n </ng-template>\r\n </p-table>\r\n\r\n <div class=\"prTableToolsBottom\">\r\n @if(TotalRecords !== 0){\r\n @if (ShowRowPerPage) {\r\n <div class=\"prTableToolsBottom__itemPerPage\">\r\n {{ \"ItemPerPage\" | term : GlobalTermService.languageCode }}\r\n <p-select\r\n [options]=\"AllowedPageSizes\"\r\n [ngModel]=\"RowsPerPage\"\r\n appendTo=\"body\"\r\n (onChange)=\"OnRowsPerPageChange($event.value)\"\r\n />\r\n <label for=\"pageSize\" class=\"control-label\">\r\n {{ 1 + RowsPerPage * (CurrentPage - 1) }} -\r\n {{\r\n CurrentPage * RowsPerPage >= TotalRecords\r\n ? TotalRecords\r\n : CurrentPage * RowsPerPage\r\n }}\r\n {{ \"Of\" | term : GlobalTermService.languageCode }} {{ TotalRecords }}\r\n {{ \"Items\" | term : GlobalTermService.languageCode }}\r\n </label>\r\n </div>\r\n } @if (ShowPagination) {\r\n <intelica-paginator\r\n #paginatorTable\r\n [TotalItems]=\"ListDataFilter.length\"\r\n [ItemsPerPage]=\"RowsPerPage\"\r\n (PageChange)=\"OnPageChange($event)\"\r\n >\r\n </intelica-paginator>\r\n }\r\n }\r\n </div>\r\n</div>\r\n", dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: SearchComponent, selector: "intelica-search", inputs: ["ComponentId", "ShowTooltip", "SearchFieldOptions", "SearchOnKeyup", "SimpleSearchInput", "Placeholder"], outputs: ["OnSearch"] }, { kind: "component", type: PaginatorComponent, selector: "intelica-paginator", inputs: ["TotalItems", "CurrentPage", "ItemsPerPage"], outputs: ["PageChange"] }, { kind: "component", type: Select, selector: "p-select", inputs: ["id", "scrollHeight", "filter", "panelStyle", "styleClass", "panelStyleClass", "readonly", "editable", "tabindex", "placeholder", "loadingIcon", "filterPlaceholder", "filterLocale", "inputId", "dataKey", "filterBy", "filterFields", "autofocus", "resetFilterOnHide", "checkmark", "dropdownIcon", "loading", "optionLabel", "optionValue", "optionDisabled", "optionGroupLabel", "optionGroupChildren", "group", "showClear", "emptyFilterMessage", "emptyMessage", "lazy", "virtualScroll", "virtualScrollItemSize", "virtualScrollOptions", "overlayOptions", "ariaFilterLabel", "ariaLabel", "ariaLabelledBy", "filterMatchMode", "tooltip", "tooltipPosition", "tooltipPositionStyle", "tooltipStyleClass", "focusOnHover", "selectOnFocus", "autoOptionFocus", "autofocusFilter", "filterValue", "options", "appendTo"], outputs: ["onChange", "onFilter", "onFocus", "onBlur", "onClick", "onShow", "onHide", "onClear", "onLazyLoad"] }, { kind: "ngmodule", type: TableModule }, { kind: "component", type: i3.Table, selector: "p-table", inputs: ["frozenColumns", "frozenValue", "styleClass", "tableStyle", "tableStyleClass", "paginator", "pageLinks", "rowsPerPageOptions", "alwaysShowPaginator", "paginatorPosition", "paginatorStyleClass", "paginatorDropdownAppendTo", "paginatorDropdownScrollHeight", "currentPageReportTemplate", "showCurrentPageReport", "showJumpToPageDropdown", "showJumpToPageInput", "showFirstLastIcon", "showPageLinks", "defaultSortOrder", "sortMode", "resetPageOnSort", "selectionMode", "selectionPageOnly", "contextMenuSelection", "contextMenuSelectionMode", "dataKey", "metaKeySelection", "rowSelectable", "rowTrackBy", "lazy", "lazyLoadOnInit", "compareSelectionBy", "csvSeparator", "exportFilename", "filters", "globalFilterFields", "filterDelay", "filterLocale", "expandedRowKeys", "editingRowKeys", "rowExpandMode", "scrollable", "rowGroupMode", "scrollHeight", "virtualScroll", "virtualScrollItemSize", "virtualScrollOptions", "virtualScrollDelay", "frozenWidth", "contextMenu", "resizableColumns", "columnResizeMode", "reorderableColumns", "loading", "loadingIcon", "showLoader", "rowHover", "customSort", "showInitialSortBadge", "exportFunction", "exportHeader", "stateKey", "stateStorage", "editMode", "groupRowsBy", "size", "showGridlines", "stripedRows", "groupRowsByOrder", "responsiveLayout", "breakpoint", "paginatorLocale", "value", "columns", "first", "rows", "totalRecords", "sortField", "sortOrder", "multiSortMeta", "selection", "selectAll"], outputs: ["contextMenuSelectionChange", "selectAllChange", "selectionChange", "onRowSelect", "onRowUnselect", "onPage", "onSort", "onFilter", "onLazyLoad", "onRowExpand", "onRowCollapse", "onContextMenuSelect", "onColResize", "onColReorder", "onRowReorder", "onEditInit", "onEditComplete", "onEditCancel", "onHeaderCheckboxToggle", "sortFunction", "firstChange", "rowsChange", "onStateSave", "onStateRestore"] }, { kind: "directive", type: i4.PrimeTemplate, selector: "[pTemplate]", inputs: ["type", "pTemplate"] }, { kind: "directive", type: i3.SortableColumn, selector: "[pSortableColumn]", inputs: ["pSortableColumn", "pSortableColumnDisabled"] }, { kind: "directive", type: i3.RowToggler, selector: "[pRowToggler]", inputs: ["pRowToggler", "pRowTogglerDisabled"] }, { kind: "component", type: i3.SortIcon, selector: "p-sortIcon", inputs: ["field"] }, { kind: "component", type: i3.TableCheckbox, selector: "p-tableCheckbox", inputs: ["value", "disabled", "required", "index", "inputId", "name", "ariaLabel"] }, { kind: "component", type: i3.TableHeaderCheckbox, selector: "p-tableHeaderCheckbox", inputs: ["disabled", "inputId", "name", "ariaLabel"] }, { kind: "ngmodule", type: BadgeModule }, { kind: "ngmodule", type: TooltipModule }, { kind: "directive", type: i4$1.Tooltip, selector: "[pTooltip]", inputs: ["tooltipPosition", "tooltipEvent", "positionStyle", "tooltipStyleClass", "tooltipZIndex", "escape", "showDelay", "hideDelay", "life", "positionTop", "positionLeft", "autoHide", "fitContent", "hideOnEscape", "pTooltip", "tooltipDisabled", "tooltipOptions", "appendTo", "ptTooltip"] }, { kind: "ngmodule", type: CheckboxModule }, { kind: "component", type: i5.Checkbox, selector: "p-checkbox, p-checkBox, p-check-box", inputs: ["hostName", "value", "binary", "ariaLabelledBy", "ariaLabel", "tabindex", "inputId", "inputStyle", "styleClass", "inputClass", "indeterminate", "formControl", "checkboxIcon", "readonly", "autofocus", "trueValue", "falseValue", "variant", "size"], outputs: ["onChange", "onFocus", "onBlur"] }, { kind: "ngmodule", type: FormsModule }, { kind: "directive", type: i1$1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1$1.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "ngmodule", type: ButtonModule }, { kind: "component", type: i2$1.Button, selector: "p-button", inputs: ["hostName", "type", "badge", "disabled", "raised", "rounded", "text", "plain", "outlined", "link", "tabindex", "size", "variant", "style", "styleClass", "badgeClass", "badgeSeverity", "ariaLabel", "autofocus", "iconPos", "icon", "label", "loading", "loadingIcon", "severity", "buttonProps", "fluid"], outputs: ["onClick", "onFocus", "onBlur"] }, { kind: "pipe", type: TermPipe, name: "term" }, { kind: "pipe", type: FormatCellPipe, name: "formatCell" }] });
|
|
2941
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: TreeTableComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
2942
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.21", type: TreeTableComponent, isStandalone: true, selector: "intelica-tree-table", inputs: { ComponentId: "ComponentId", ListData: "ListData", ClassName: "ClassName", groupRowsBy: "groupRowsBy", dataKey: "dataKey", DefaultSortField: "DefaultSortField", DefaultSortOrder: "DefaultSortOrder", scrollHeight: "scrollHeight", scrollable: "scrollable", tableStyle: "tableStyle", ShowSearch: "ShowSearch", ShowPagination: "ShowPagination", RowsPerPage: "RowsPerPage", AllowedPageSizes: "AllowedPageSizes", ShowCheckbox: "ShowCheckbox", ShowIndex: "ShowIndex", ShowSearchTooltip: "ShowSearchTooltip", ListDataSelected: "ListDataSelected", SelectedIdentifier: "SelectedIdentifier", ListSearchOptions: "ListSearchOptions", ShowRowPerPage: "ShowRowPerPage" }, outputs: { EmitSelectedItem: "EmitSelectedItem", EmitListDataFilter: "EmitListDataFilter", EmitSearchEvent: "EmitSearchEvent", EmitSortEvent: "EmitSortEvent" }, providers: [FormatCellPipe, DatePipe], queries: [{ propertyName: "AdditionalTemplate", first: true, predicate: ["additionalTemplate"], descendants: true }, { propertyName: "AdditionalCentralTemplate", first: true, predicate: ["additionalCentralTemplate"], descendants: true }, { propertyName: "AdditionalExtendedTemplate", first: true, predicate: ["additionalExtendedTemplate"], descendants: true }, { propertyName: "Columns", predicate: TreeColumnComponent }, { propertyName: "ColumnGroups", predicate: TreeColumnGroupComponent }, { propertyName: "RowResumenGroups", predicate: RowResumenTreeComponent }], viewQueries: [{ propertyName: "PaginatorTable", first: true, predicate: ["paginatorTable"], descendants: true }, { propertyName: "SearchTable", first: true, predicate: ["searchTable"], descendants: true }], usesOnChanges: true, ngImport: i0, template: "<div class=\"prTable\">\r\n <div class=\"prTableTools\">\r\n <div class=\"prTableTools__new prTableTools__new--left\">\r\n @if (AdditionalTemplate) {\r\n <ng-container *ngTemplateOutlet=\"AdditionalTemplate\"></ng-container>\r\n }\r\n </div>\r\n\r\n @if (ShowSearch) {\r\n <intelica-search\r\n #searchTable\r\n [ComponentId]=\"ComponentId + 'Search'\"\r\n (OnSearch)=\"ExecuteSearch($event)\"\r\n [SearchFieldOptions]=\"ListSearchOptionsSimple\"\r\n [SearchOnKeyup]=\"false\"\r\n [SimpleSearchInput]=\"false\"\r\n [ShowTooltip]=\"ShowSearchTooltip\"\r\n ></intelica-search>\r\n } @if (AdditionalCentralTemplate) {\r\n <div class=\"prTableTools__new prTableTools__new--right\">\r\n <ng-container\r\n *ngTemplateOutlet=\"AdditionalCentralTemplate\"\r\n ></ng-container>\r\n </div>\r\n }\r\n </div>\r\n @if (AdditionalExtendedTemplate) {\r\n <div class=\"prTableTools justify-content-start\">\r\n <ng-container *ngTemplateOutlet=\"AdditionalExtendedTemplate\"></ng-container>\r\n </div>\r\n\r\n }\r\n <p-table\r\n class=\"prTableBasic\"\r\n [value]=\"ListDataTable\"\r\n [ngClass]=\"ClassName\"\r\n responsiveLayout=\"scroll\"\r\n [(selection)]=\"ListDataSelected\"\r\n (onHeaderCheckboxToggle)=\"SelectAll($event)\"\r\n (onRowSelect)=\"OnRowSelect($event)\"\r\n (onRowUnselect)=\"OnRowUnselect($event)\"\r\n [groupRowsBy]=\"groupRowsBy\"\r\n [dataKey]=\"dataKey\"\r\n [sortField]=\"DefaultSortField\"\r\n [scrollable]=\"scrollable\"\r\n [scrollHeight]=\"scrollable ? scrollHeight : 'auto'\"\r\n [tableStyle]=\"tableStyle\"\r\n [sortOrder]=\"SortOrder\"\r\n >\r\n <ng-template pTemplate=\"header\">\r\n @for (level of Levels; track $index) {\r\n <tr>\r\n @for (col of ColumnGroupList; track $index) { @if (col.level === level)\r\n {\r\n <th\r\n [attr.colspan]=\"col.colspan\"\r\n [attr.rowspan]=\"col.rowspan\"\r\n [pSortableColumn]=\"col.sortable ? col.field : ''\"\r\n [style.min-width]=\"col.minWidth\"\r\n (click)=\"col.sortable && OnSort(col.field)\"\r\n >\r\n <div>\r\n <span pTooltip=\"{{ col.header }}\">{{ col.header }}</span>\r\n <p-sortIcon *ngIf=\"col.sortable\" [field]=\"col.field\"></p-sortIcon>\r\n </div>\r\n </th>\r\n } } @if (ShowCheckbox && level === 0 && ColumnGroupList.length != 0) {\r\n <th\r\n class=\"text-center\"\r\n style=\"width: 4%\"\r\n [attr.rowspan]=\"MaxLevel === 1 ? 2 : MaxLevel\"\r\n >\r\n <p-tableHeaderCheckbox\r\n class=\"prCheckbox\"\r\n [ngClass]=\"{\r\n 'prCheckbox--indeterminate':\r\n ListDataSelectedTemp.length > 0 &&\r\n ListDataSelectedTemp.length < ListDataFilter.length\r\n }\"\r\n />\r\n </th>\r\n }\r\n </tr>\r\n }\r\n\r\n <tr>\r\n @for (col of ColumnList; track $index) { @if(col.showHeader) {\r\n <th\r\n [class]=\"col.className\"\r\n [pSortableColumn]=\"\r\n !col.isChecboxColumn && col.sortable ? col.field : ''\r\n \"\r\n [style.width]=\"col.width\"\r\n [style.min-width]=\"col.minWidth\"\r\n (click)=\"!col.isChecboxColumn && col.sortable && OnSort(col.field)\"\r\n >\r\n <div>\r\n <span\r\n pTooltip=\"{{ col.headerTooltip }}\"\r\n tooltipPosition=\"{{ col.headerTooltipPosition }}\"\r\n >\r\n {{ col.header }}\r\n </span>\r\n @if (!col.showIndex) { @if (col.isChecboxColumn) {\r\n <br />\r\n <p-checkbox\r\n [binary]=\"true\"\r\n (click)=\"$event.stopPropagation()\"\r\n (onChange)=\"OnHeaderCheckboxChange($event, col.field)\"\r\n [attr.data-check]=\"col.field\"\r\n ></p-checkbox>\r\n } @else {\r\n <p-sortIcon *ngIf=\"col.sortable\" [field]=\"col.field\"></p-sortIcon>\r\n } }\r\n </div>\r\n </th>\r\n } } @if (ShowCheckbox && ColumnGroupList.length == 0) {\r\n <th class=\"text-center\" style=\"width: 4%\">\r\n <p-tableHeaderCheckbox\r\n class=\"prCheckbox\"\r\n [ngClass]=\"{\r\n 'prCheckbox--indeterminate':\r\n ListDataSelectedTemp.length > 0 &&\r\n ListDataSelectedTemp.length < ListDataFilter.length\r\n }\"\r\n />\r\n </th>\r\n }\r\n </tr>\r\n\r\n @if (ListDataFilter.length > 0) {\r\n <tr class=\"fixedRow\">\r\n @for (col of RowResumenList; track $index) {\r\n <td\r\n [ngClass]=\"col.className\"\r\n [attr.colspan]=\"col.colspan\"\r\n [attr.rowspan]=\"col.rowspan\"\r\n >\r\n @if (col.templateRef) {\r\n <span\r\n ><ng-container *ngTemplateOutlet=\"col.templateRef\"></ng-container\r\n ></span>\r\n } @else {\r\n <ng-template #defaultContent></ng-template>\r\n }\r\n </td>\r\n }\r\n </tr>\r\n }\r\n </ng-template>\r\n\r\n <ng-template\r\n pTemplate=\"body\"\r\n let-rowData\r\n let-rowIndex=\"rowIndex\"\r\n let-expanded=\"expanded\"\r\n >\r\n <tr>\r\n @for (col of ColumnList; track $index) {\r\n <td [ngClass]=\"col.className\">\r\n @if (col.showIndex) {\r\n {{ rowIndex + 1 + (CurrentPage - 1) * RowsPerPage }}\r\n } @else if (col.field === 'name' && rowData.children &&\r\n rowData.children.length > 0) {\r\n <div class=\"prTable__expandToggleRow\">\r\n <p-button\r\n [pRowToggler]=\"rowData\"\r\n class=\"prButton prButton--icon prButton--iconBlue\"\r\n >\r\n <i\r\n [class]=\"\r\n expanded ? 'icon icon-collapse-rows' : 'icon icon-expand-rows'\r\n \"\r\n ></i>\r\n </p-button>\r\n <span\r\n class=\"text-breakWord\"\r\n pTooltip=\"{{ col.tooltip }}\"\r\n tooltipPosition=\"{{ col.tooltipPosition }}\"\r\n >\r\n {{ rowData[col.field] | formatCell : col.formatType }}\r\n </span>\r\n </div>\r\n } @else { @if (col.templateRef) {\r\n <ng-container\r\n *ngTemplateOutlet=\"col.templateRef; context: { $implicit: rowData }\"\r\n ></ng-container>\r\n } @else if (col.isChecboxColumn) {\r\n <p-checkbox\r\n [binary]=\"true\"\r\n [(ngModel)]=\"rowData[col.field]\"\r\n (onChange)=\"IsInderteminate(col.field)\"\r\n ></p-checkbox>\r\n } @else {\r\n <span\r\n class=\"text-breakWord\"\r\n pTooltip=\"{{ col.tooltip }}\"\r\n tooltipPosition=\"{{ col.tooltipPosition }}\"\r\n >\r\n {{ rowData[col.field] | formatCell : col.formatType }}\r\n </span>\r\n } }\r\n </td>\r\n } @if (ShowCheckbox) {\r\n <td class=\"text-center\">\r\n <p-tableCheckbox [value]=\"rowData\" class=\"prCheckbox\" />\r\n </td>\r\n }\r\n </tr>\r\n </ng-template>\r\n\r\n <ng-template pTemplate=\"expandedrow\" let-rowData let-rowIndex=\"rowIndex\">\r\n <ng-container *ngIf=\"rowData.children?.length\">\r\n <tr\r\n *ngFor=\"let childRow of rowData.children; let i = index\"\r\n class=\"subRow\"\r\n >\r\n <td\r\n *ngFor=\"let col of ColumnList; let j = index\"\r\n [ngClass]=\"col.className\"\r\n >\r\n <span\r\n class=\"text-breakWord\"\r\n pTooltip=\"{{ col.tooltip }}\"\r\n tooltipPosition=\"{{ col.tooltipPosition }}\"\r\n >\r\n <ng-container *ngIf=\"col.showIndex && j === 0; else normalCell\">\r\n {{ rowIndex + 1 + \".\" + getLetter(i) }}\r\n </ng-container>\r\n <ng-template #normalCell>\r\n @if (col.field === \"id\" && i < 26) {\r\n <span>{{ childRow[col.field] + \".\" + getLetter(i) }}</span>\r\n } @else {\r\n <ng-container *ngIf=\"col.templateRef; else defaultExpandedContent\">\r\n <ng-container *ngTemplateOutlet=\"col.templateRef; context: { $implicit: childRow }\"></ng-container>\r\n </ng-container>\r\n <ng-template #defaultExpandedContent>\r\n <span [class]=\"col.field === 'name' ? 'prTable__expandIdentText' : ''\">\r\n {{ childRow[col.field] | formatCell : col.formatType }}\r\n </span>\r\n </ng-template> \r\n }\r\n </ng-template>\r\n </span>\r\n </td>\r\n </tr>\r\n </ng-container>\r\n </ng-template>\r\n\r\n <ng-template #emptymessage>\r\n <tr>\r\n <td\r\n [attr.colspan]=\"ColumnList.length + (ShowCheckbox ? 1 : 0)\"\r\n class=\"text-center\"\r\n >\r\n {{ \"Nodata\" | term : GlobalTermService.languageCode }}\r\n </td>\r\n </tr>\r\n </ng-template>\r\n </p-table>\r\n\r\n <div class=\"prTableToolsBottom\">\r\n @if(TotalRecords !== 0){\r\n @if (ShowRowPerPage) {\r\n <div class=\"prTableToolsBottom__itemPerPage\">\r\n {{ \"ItemPerPage\" | term : GlobalTermService.languageCode }}\r\n <p-select\r\n [options]=\"AllowedPageSizes\"\r\n [ngModel]=\"RowsPerPage\"\r\n appendTo=\"body\"\r\n (onChange)=\"OnRowsPerPageChange($event.value)\"\r\n />\r\n <label for=\"pageSize\" class=\"control-label\">\r\n {{ 1 + RowsPerPage * (CurrentPage - 1) }} -\r\n {{\r\n CurrentPage * RowsPerPage >= TotalRecords\r\n ? TotalRecords\r\n : CurrentPage * RowsPerPage\r\n }}\r\n {{ \"Of\" | term : GlobalTermService.languageCode }} {{ TotalRecords }}\r\n {{ \"Items\" | term : GlobalTermService.languageCode }}\r\n </label>\r\n </div>\r\n } @if (ShowPagination) {\r\n <intelica-paginator\r\n #paginatorTable\r\n [TotalItems]=\"ListDataFilter.length\"\r\n [ItemsPerPage]=\"RowsPerPage\"\r\n (PageChange)=\"OnPageChange($event)\"\r\n >\r\n </intelica-paginator>\r\n }\r\n }\r\n </div>\r\n</div>\r\n", dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: SearchComponent, selector: "intelica-search", inputs: ["ComponentId", "ShowTooltip", "SearchFieldOptions", "SearchOnKeyup", "SimpleSearchInput", "Placeholder"], outputs: ["OnSearch"] }, { kind: "component", type: PaginatorComponent, selector: "intelica-paginator", inputs: ["TotalItems", "CurrentPage", "ItemsPerPage"], outputs: ["PageChange"] }, { kind: "component", type: Select, selector: "p-select", inputs: ["id", "scrollHeight", "filter", "panelStyle", "styleClass", "panelStyleClass", "readonly", "editable", "tabindex", "placeholder", "loadingIcon", "filterPlaceholder", "filterLocale", "inputId", "dataKey", "filterBy", "filterFields", "autofocus", "resetFilterOnHide", "checkmark", "dropdownIcon", "loading", "optionLabel", "optionValue", "optionDisabled", "optionGroupLabel", "optionGroupChildren", "group", "showClear", "emptyFilterMessage", "emptyMessage", "lazy", "virtualScroll", "virtualScrollItemSize", "virtualScrollOptions", "overlayOptions", "ariaFilterLabel", "ariaLabel", "ariaLabelledBy", "filterMatchMode", "tooltip", "tooltipPosition", "tooltipPositionStyle", "tooltipStyleClass", "focusOnHover", "selectOnFocus", "autoOptionFocus", "autofocusFilter", "filterValue", "options", "appendTo"], outputs: ["onChange", "onFilter", "onFocus", "onBlur", "onClick", "onShow", "onHide", "onClear", "onLazyLoad"] }, { kind: "ngmodule", type: TableModule }, { kind: "component", type: i3.Table, selector: "p-table", inputs: ["frozenColumns", "frozenValue", "styleClass", "tableStyle", "tableStyleClass", "paginator", "pageLinks", "rowsPerPageOptions", "alwaysShowPaginator", "paginatorPosition", "paginatorStyleClass", "paginatorDropdownAppendTo", "paginatorDropdownScrollHeight", "currentPageReportTemplate", "showCurrentPageReport", "showJumpToPageDropdown", "showJumpToPageInput", "showFirstLastIcon", "showPageLinks", "defaultSortOrder", "sortMode", "resetPageOnSort", "selectionMode", "selectionPageOnly", "contextMenuSelection", "contextMenuSelectionMode", "dataKey", "metaKeySelection", "rowSelectable", "rowTrackBy", "lazy", "lazyLoadOnInit", "compareSelectionBy", "csvSeparator", "exportFilename", "filters", "globalFilterFields", "filterDelay", "filterLocale", "expandedRowKeys", "editingRowKeys", "rowExpandMode", "scrollable", "rowGroupMode", "scrollHeight", "virtualScroll", "virtualScrollItemSize", "virtualScrollOptions", "virtualScrollDelay", "frozenWidth", "contextMenu", "resizableColumns", "columnResizeMode", "reorderableColumns", "loading", "loadingIcon", "showLoader", "rowHover", "customSort", "showInitialSortBadge", "exportFunction", "exportHeader", "stateKey", "stateStorage", "editMode", "groupRowsBy", "size", "showGridlines", "stripedRows", "groupRowsByOrder", "responsiveLayout", "breakpoint", "paginatorLocale", "value", "columns", "first", "rows", "totalRecords", "sortField", "sortOrder", "multiSortMeta", "selection", "selectAll"], outputs: ["contextMenuSelectionChange", "selectAllChange", "selectionChange", "onRowSelect", "onRowUnselect", "onPage", "onSort", "onFilter", "onLazyLoad", "onRowExpand", "onRowCollapse", "onContextMenuSelect", "onColResize", "onColReorder", "onRowReorder", "onEditInit", "onEditComplete", "onEditCancel", "onHeaderCheckboxToggle", "sortFunction", "firstChange", "rowsChange", "onStateSave", "onStateRestore"] }, { kind: "directive", type: i4.PrimeTemplate, selector: "[pTemplate]", inputs: ["type", "pTemplate"] }, { kind: "directive", type: i3.SortableColumn, selector: "[pSortableColumn]", inputs: ["pSortableColumn", "pSortableColumnDisabled"] }, { kind: "directive", type: i3.RowToggler, selector: "[pRowToggler]", inputs: ["pRowToggler", "pRowTogglerDisabled"] }, { kind: "component", type: i3.SortIcon, selector: "p-sortIcon", inputs: ["field"] }, { kind: "component", type: i3.TableCheckbox, selector: "p-tableCheckbox", inputs: ["value", "disabled", "required", "index", "inputId", "name", "ariaLabel"] }, { kind: "component", type: i3.TableHeaderCheckbox, selector: "p-tableHeaderCheckbox", inputs: ["disabled", "inputId", "name", "ariaLabel"] }, { kind: "ngmodule", type: BadgeModule }, { kind: "ngmodule", type: TooltipModule }, { kind: "directive", type: i4$1.Tooltip, selector: "[pTooltip]", inputs: ["tooltipPosition", "tooltipEvent", "positionStyle", "tooltipStyleClass", "tooltipZIndex", "escape", "showDelay", "hideDelay", "life", "positionTop", "positionLeft", "autoHide", "fitContent", "hideOnEscape", "pTooltip", "tooltipDisabled", "tooltipOptions", "appendTo", "ptTooltip"] }, { kind: "ngmodule", type: CheckboxModule }, { kind: "component", type: i5.Checkbox, selector: "p-checkbox, p-checkBox, p-check-box", inputs: ["hostName", "value", "binary", "ariaLabelledBy", "ariaLabel", "tabindex", "inputId", "inputStyle", "styleClass", "inputClass", "indeterminate", "formControl", "checkboxIcon", "readonly", "autofocus", "trueValue", "falseValue", "variant", "size"], outputs: ["onChange", "onFocus", "onBlur"] }, { kind: "ngmodule", type: FormsModule }, { kind: "directive", type: i1$1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1$1.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "ngmodule", type: ButtonModule }, { kind: "component", type: i2$1.Button, selector: "p-button", inputs: ["hostName", "type", "badge", "disabled", "raised", "rounded", "text", "plain", "outlined", "link", "tabindex", "size", "variant", "style", "styleClass", "badgeClass", "badgeSeverity", "ariaLabel", "autofocus", "iconPos", "icon", "label", "loading", "loadingIcon", "severity", "buttonProps", "fluid"], outputs: ["onClick", "onFocus", "onBlur"] }, { kind: "pipe", type: TermPipe, name: "term" }, { kind: "pipe", type: FormatCellPipe, name: "formatCell" }] });
|
|
2942
2943
|
}
|
|
2943
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
2944
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: TreeTableComponent, decorators: [{
|
|
2944
2945
|
type: Component,
|
|
2945
2946
|
args: [{ selector: "intelica-tree-table", standalone: true, imports: [
|
|
2946
2947
|
CommonModule,
|
|
@@ -3045,10 +3046,10 @@ class MatrixColumnComponent {
|
|
|
3045
3046
|
showHeader = true;
|
|
3046
3047
|
minWidth;
|
|
3047
3048
|
templateRef;
|
|
3048
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
3049
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.
|
|
3049
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: MatrixColumnComponent, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
3050
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.21", type: MatrixColumnComponent, isStandalone: true, selector: "column", inputs: { field: "field", header: "header", width: "width", className: "className", headerTooltip: "headerTooltip", headerTooltipPosition: "headerTooltipPosition", tooltip: "tooltip", tooltipPosition: "tooltipPosition", showIndex: "showIndex", showHeader: "showHeader", minWidth: "minWidth" }, queries: [{ propertyName: "templateRef", first: true, predicate: TemplateRef, descendants: true }], ngImport: i0 });
|
|
3050
3051
|
}
|
|
3051
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
3052
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: MatrixColumnComponent, decorators: [{
|
|
3052
3053
|
type: Directive,
|
|
3053
3054
|
args: [{ selector: "column" }]
|
|
3054
3055
|
}], propDecorators: { field: [{
|
|
@@ -3089,10 +3090,10 @@ class MatrixColumnGroupComponent {
|
|
|
3089
3090
|
colspan = 1;
|
|
3090
3091
|
rowspan = 1;
|
|
3091
3092
|
level = 0;
|
|
3092
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
3093
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.
|
|
3093
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: MatrixColumnGroupComponent, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
3094
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.21", type: MatrixColumnGroupComponent, isStandalone: true, selector: "columnGroup", inputs: { field: "field", header: "header", sortable: "sortable", width: "width", className: "className", headerTooltip: "headerTooltip", headerTooltipPosition: "headerTooltipPosition", minWidth: "minWidth", colspan: "colspan", rowspan: "rowspan", level: "level" }, ngImport: i0 });
|
|
3094
3095
|
}
|
|
3095
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
3096
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: MatrixColumnGroupComponent, decorators: [{
|
|
3096
3097
|
type: Directive,
|
|
3097
3098
|
args: [{ selector: "columnGroup" }]
|
|
3098
3099
|
}], propDecorators: { field: [{
|
|
@@ -3143,10 +3144,10 @@ class MatrixTableComponent {
|
|
|
3143
3144
|
this.MaxLevel = Math.max(...this.ColumnGroupList.map(c => c.level)) + 1;
|
|
3144
3145
|
this.Levels = Array.from({ length: this.MaxLevel }, (_, i) => i);
|
|
3145
3146
|
}
|
|
3146
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
3147
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.
|
|
3147
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: MatrixTableComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
3148
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.21", type: MatrixTableComponent, isStandalone: true, selector: "intelica-matrix-table", inputs: { ComponentId: "ComponentId", ListData: "ListData", ShowIndex: "ShowIndex", ClassName: "ClassName", dataKey: "dataKey", scrollHeight: "scrollHeight", scrollable: "scrollable", tableStyle: "tableStyle" }, queries: [{ propertyName: "Columns", predicate: MatrixColumnComponent }, { propertyName: "ColumnGroups", predicate: MatrixColumnGroupComponent }], usesOnChanges: true, ngImport: i0, template: "<div class=\"prTable prTable--blueLeft\">\r\n\t<p-table\r\n\t\tclass=\"prTableBasic\"\r\n\t\t[ngClass]=\"ClassName\"\r\n\t\t[value]=\"ListData\"\r\n\t\tresponsiveLayout=\"scroll\"\r\n\t\t[sortOrder]=\"-1\"\r\n\t\tdataKey=\"dataKey\"\r\n\t\t[scrollable]=\"scrollable\"\r\n\t\t[scrollHeight]=\"scrollable ? scrollHeight : 'auto'\"\r\n\t\t[tableStyle]=\"tableStyle\"\r\n\t>\r\n\t\t<ng-template pTemplate=\"header\">\r\n\t\t\t@for (level of Levels; track $index) {\r\n\r\n\t\t\t<tr>\r\n\t\t\t\t@for (col of ColumnGroupList; track $index) { @if (col.level === level) {\r\n\t\t\t\r\n\t\t\t\t<th [ngClass]=\"col.className\" [attr.colspan]=\"col.colspan\" [attr.rowspan]=\"col.rowspan\"\r\n\t\t\t\t\t[style.min-width]=\"col.minWidth\">\r\n\t\t\t\t\t<div>\r\n\t\t\t\t\t\t<span [pTooltip]=\"col.headerTooltip || col.header\" [tooltipPosition]=\"col.headerTooltipPosition || 'top'\">\r\n\t\t\t\t\t\t\t{{ col.header }}\r\n\t\t\t\t\t\t</span>\r\n\t\t\t\t\t</div>\r\n\t\t\t\t</th>\r\n\t\t\t\r\n\t\t\t\t} }\r\n\t\t\t</tr>\r\n\t\t\t}\r\n\t\t\t<tr>\r\n\t\t\t\t@for (col of ColumnList; track $index) { @if(col.showHeader ){\r\n\t\t\t\t<th [class]=\"col.className\" [style.width]=\"col.width\" [style.min-width]=\"col.minWidth\">\r\n\t\t\t\t\t<div>\r\n\t\t\t\t\t\t<span [pTooltip]=\"col.headerTooltip || col.header\" [tooltipPosition]=\"col.headerTooltipPosition || 'top'\">\r\n\t\t\t\t\t\t\t{{ col.header }}\r\n\t\t\t\t\t\t</span>\r\n\t\t\t\t\t</div>\r\n\t\t\t\t</th>\r\n\t\t\t\t} }\r\n\t\t\t</tr>\r\n\t\t</ng-template>\r\n\t\t<ng-template pTemplate=\"body\" let-rowData let-rowIndex=\"rowIndex\">\r\n\t\t\t<tr>\r\n\t\t\t\t@for (col of ColumnList; track col; let i = $index) {\r\n\t\t\t\t<td [ngClass]=\"col.className\" [class.left-header]=\"i === 0\">\r\n\t\t\t\t\t@if (col.templateRef) {\r\n\t\t\t\t\t<ng-container *ngTemplateOutlet=\"col.templateRef; context: { $implicit: rowData }\"></ng-container>\r\n\t\t\t\t\t} @else {\r\n\t\t\t\t\t\t<span class=\"text-breakWord\" [pTooltip]=\"col.tooltip\" [tooltipPosition]=\"col.tooltipPosition || 'top'\">\r\n\t\t\t\t\t\t\t{{ rowData[col.field] ?? \"-\" }}\r\n\t\t\t\t\t\t</span>\r\n\t\t\t\t\t}\r\n\t\t\t\t</td>\r\n\r\n\t\t\t\t}\r\n\t\t\t</tr>\r\n\t\t\t<ng-container *ngIf=\"rowData.children?.length > 0\">\r\n\t\t\t\t<tr *ngFor=\"let childRow of rowData.children\">\r\n\t\t\t\t\t<td *ngFor=\"let col of ColumnList; let i = index\" [ngClass]=\"col.className\" [class.child-cell-padding]=\"i === 0\" [class.left-header]=\"i === 0\">\r\n\t\t\t\t\t\t{{ childRow[col.field] }}\r\n\t\t\t\t\t</td>\r\n\t\t\t\t</tr>\r\n\t\t\t</ng-container>\r\n\t\t</ng-template>\r\n\t\t<ng-template #emptymessage>\r\n\t\t\t<tr>\r\n\t\t\t\t<td [attr.colspan]=\"ColumnList.length\" class=\"text-center\">\r\n\t\t\t\t\t{{ \"Nodata\" | term : GlobalTermService.languageCode }}\r\n\t\t\t\t</td>\r\n\t\t\t</tr>\r\n\t\t</ng-template>\r\n\t</p-table>\r\n</div>\r\n", dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "ngmodule", type: TableModule }, { kind: "component", type: i3.Table, selector: "p-table", inputs: ["frozenColumns", "frozenValue", "styleClass", "tableStyle", "tableStyleClass", "paginator", "pageLinks", "rowsPerPageOptions", "alwaysShowPaginator", "paginatorPosition", "paginatorStyleClass", "paginatorDropdownAppendTo", "paginatorDropdownScrollHeight", "currentPageReportTemplate", "showCurrentPageReport", "showJumpToPageDropdown", "showJumpToPageInput", "showFirstLastIcon", "showPageLinks", "defaultSortOrder", "sortMode", "resetPageOnSort", "selectionMode", "selectionPageOnly", "contextMenuSelection", "contextMenuSelectionMode", "dataKey", "metaKeySelection", "rowSelectable", "rowTrackBy", "lazy", "lazyLoadOnInit", "compareSelectionBy", "csvSeparator", "exportFilename", "filters", "globalFilterFields", "filterDelay", "filterLocale", "expandedRowKeys", "editingRowKeys", "rowExpandMode", "scrollable", "rowGroupMode", "scrollHeight", "virtualScroll", "virtualScrollItemSize", "virtualScrollOptions", "virtualScrollDelay", "frozenWidth", "contextMenu", "resizableColumns", "columnResizeMode", "reorderableColumns", "loading", "loadingIcon", "showLoader", "rowHover", "customSort", "showInitialSortBadge", "exportFunction", "exportHeader", "stateKey", "stateStorage", "editMode", "groupRowsBy", "size", "showGridlines", "stripedRows", "groupRowsByOrder", "responsiveLayout", "breakpoint", "paginatorLocale", "value", "columns", "first", "rows", "totalRecords", "sortField", "sortOrder", "multiSortMeta", "selection", "selectAll"], outputs: ["contextMenuSelectionChange", "selectAllChange", "selectionChange", "onRowSelect", "onRowUnselect", "onPage", "onSort", "onFilter", "onLazyLoad", "onRowExpand", "onRowCollapse", "onContextMenuSelect", "onColResize", "onColReorder", "onRowReorder", "onEditInit", "onEditComplete", "onEditCancel", "onHeaderCheckboxToggle", "sortFunction", "firstChange", "rowsChange", "onStateSave", "onStateRestore"] }, { kind: "directive", type: i4.PrimeTemplate, selector: "[pTemplate]", inputs: ["type", "pTemplate"] }, { kind: "ngmodule", type: BadgeModule }, { kind: "ngmodule", type: TooltipModule }, { kind: "directive", type: i4$1.Tooltip, selector: "[pTooltip]", inputs: ["tooltipPosition", "tooltipEvent", "positionStyle", "tooltipStyleClass", "tooltipZIndex", "escape", "showDelay", "hideDelay", "life", "positionTop", "positionLeft", "autoHide", "fitContent", "hideOnEscape", "pTooltip", "tooltipDisabled", "tooltipOptions", "appendTo", "ptTooltip"] }, { kind: "ngmodule", type: CheckboxModule }, { kind: "ngmodule", type: FormsModule }, { kind: "ngmodule", type: ButtonModule }, { kind: "pipe", type: TermPipe, name: "term" }] });
|
|
3148
3149
|
}
|
|
3149
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
3150
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: MatrixTableComponent, decorators: [{
|
|
3150
3151
|
type: Component,
|
|
3151
3152
|
args: [{ selector: "intelica-matrix-table", standalone: true, imports: [CommonModule, TableModule, BadgeModule, TooltipModule, TermPipe, CheckboxModule, FormsModule, ButtonModule], template: "<div class=\"prTable prTable--blueLeft\">\r\n\t<p-table\r\n\t\tclass=\"prTableBasic\"\r\n\t\t[ngClass]=\"ClassName\"\r\n\t\t[value]=\"ListData\"\r\n\t\tresponsiveLayout=\"scroll\"\r\n\t\t[sortOrder]=\"-1\"\r\n\t\tdataKey=\"dataKey\"\r\n\t\t[scrollable]=\"scrollable\"\r\n\t\t[scrollHeight]=\"scrollable ? scrollHeight : 'auto'\"\r\n\t\t[tableStyle]=\"tableStyle\"\r\n\t>\r\n\t\t<ng-template pTemplate=\"header\">\r\n\t\t\t@for (level of Levels; track $index) {\r\n\r\n\t\t\t<tr>\r\n\t\t\t\t@for (col of ColumnGroupList; track $index) { @if (col.level === level) {\r\n\t\t\t\r\n\t\t\t\t<th [ngClass]=\"col.className\" [attr.colspan]=\"col.colspan\" [attr.rowspan]=\"col.rowspan\"\r\n\t\t\t\t\t[style.min-width]=\"col.minWidth\">\r\n\t\t\t\t\t<div>\r\n\t\t\t\t\t\t<span [pTooltip]=\"col.headerTooltip || col.header\" [tooltipPosition]=\"col.headerTooltipPosition || 'top'\">\r\n\t\t\t\t\t\t\t{{ col.header }}\r\n\t\t\t\t\t\t</span>\r\n\t\t\t\t\t</div>\r\n\t\t\t\t</th>\r\n\t\t\t\r\n\t\t\t\t} }\r\n\t\t\t</tr>\r\n\t\t\t}\r\n\t\t\t<tr>\r\n\t\t\t\t@for (col of ColumnList; track $index) { @if(col.showHeader ){\r\n\t\t\t\t<th [class]=\"col.className\" [style.width]=\"col.width\" [style.min-width]=\"col.minWidth\">\r\n\t\t\t\t\t<div>\r\n\t\t\t\t\t\t<span [pTooltip]=\"col.headerTooltip || col.header\" [tooltipPosition]=\"col.headerTooltipPosition || 'top'\">\r\n\t\t\t\t\t\t\t{{ col.header }}\r\n\t\t\t\t\t\t</span>\r\n\t\t\t\t\t</div>\r\n\t\t\t\t</th>\r\n\t\t\t\t} }\r\n\t\t\t</tr>\r\n\t\t</ng-template>\r\n\t\t<ng-template pTemplate=\"body\" let-rowData let-rowIndex=\"rowIndex\">\r\n\t\t\t<tr>\r\n\t\t\t\t@for (col of ColumnList; track col; let i = $index) {\r\n\t\t\t\t<td [ngClass]=\"col.className\" [class.left-header]=\"i === 0\">\r\n\t\t\t\t\t@if (col.templateRef) {\r\n\t\t\t\t\t<ng-container *ngTemplateOutlet=\"col.templateRef; context: { $implicit: rowData }\"></ng-container>\r\n\t\t\t\t\t} @else {\r\n\t\t\t\t\t\t<span class=\"text-breakWord\" [pTooltip]=\"col.tooltip\" [tooltipPosition]=\"col.tooltipPosition || 'top'\">\r\n\t\t\t\t\t\t\t{{ rowData[col.field] ?? \"-\" }}\r\n\t\t\t\t\t\t</span>\r\n\t\t\t\t\t}\r\n\t\t\t\t</td>\r\n\r\n\t\t\t\t}\r\n\t\t\t</tr>\r\n\t\t\t<ng-container *ngIf=\"rowData.children?.length > 0\">\r\n\t\t\t\t<tr *ngFor=\"let childRow of rowData.children\">\r\n\t\t\t\t\t<td *ngFor=\"let col of ColumnList; let i = index\" [ngClass]=\"col.className\" [class.child-cell-padding]=\"i === 0\" [class.left-header]=\"i === 0\">\r\n\t\t\t\t\t\t{{ childRow[col.field] }}\r\n\t\t\t\t\t</td>\r\n\t\t\t\t</tr>\r\n\t\t\t</ng-container>\r\n\t\t</ng-template>\r\n\t\t<ng-template #emptymessage>\r\n\t\t\t<tr>\r\n\t\t\t\t<td [attr.colspan]=\"ColumnList.length\" class=\"text-center\">\r\n\t\t\t\t\t{{ \"Nodata\" | term : GlobalTermService.languageCode }}\r\n\t\t\t\t</td>\r\n\t\t\t</tr>\r\n\t\t</ng-template>\r\n\t</p-table>\r\n</div>\r\n" }]
|
|
3152
3153
|
}], propDecorators: { ComponentId: [{
|
|
@@ -3229,10 +3230,10 @@ class ActionDirective {
|
|
|
3229
3230
|
* @default false
|
|
3230
3231
|
*/
|
|
3231
3232
|
active = false;
|
|
3232
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
3233
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.
|
|
3233
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: ActionDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
3234
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.21", type: ActionDirective, isStandalone: true, selector: "action", inputs: { name: "name", hideButtons: "hideButtons", textApply: "textApply", textCancel: "textCancel", stopPropagation: "stopPropagation" }, outputs: { onApply: "onApply", onCancel: "onCancel", onClick: "onClick" }, queries: [{ propertyName: "template", first: true, predicate: ["template"], descendants: true }], ngImport: i0 });
|
|
3234
3235
|
}
|
|
3235
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
3236
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: ActionDirective, decorators: [{
|
|
3236
3237
|
type: Directive,
|
|
3237
3238
|
args: [{
|
|
3238
3239
|
selector: "action",
|
|
@@ -3428,10 +3429,10 @@ class ActionsMenuComponent {
|
|
|
3428
3429
|
// Muestra el menú de selección de acciones.
|
|
3429
3430
|
this.ShowSelectActions = true;
|
|
3430
3431
|
}
|
|
3431
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
3432
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
3432
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: ActionsMenuComponent, deps: [{ token: TermPipe }], target: i0.ɵɵFactoryTarget.Component });
|
|
3433
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.21", type: ActionsMenuComponent, isStandalone: true, selector: "intelica-actions-menu", host: { listeners: { "mousedown": "onMouseDown($event)", "window:mousedown": "onMouseDownOutsideBody($event)", "mouseup": "onMouseUp($event)", "document:click": "closeAll($event)" } }, queries: [{ propertyName: "actions", predicate: ActionDirective }], viewQueries: [{ propertyName: "Popover", first: true, predicate: ["popover"], descendants: true }, { propertyName: "MenuButton", first: true, predicate: ["menuButton"], descendants: true }, { propertyName: "PopoverContainer", first: true, predicate: ["popoverContainer"], descendants: true }], ngImport: i0, template: "<div class=\"grPopoverContainer\" #popoverContainer [ngClass]=\"{ 'backdrop-visible': IsPopoverOpen }\">\r\n\t<button #menuButton class=\"grMenuAction\" (click)=\"togglePopover($event)\" [ngClass]=\"{ 'active': IsPopoverOpen }\">\r\n\t\t<span class=\"grMenuAction__ico\"><i class=\"icon icon-filter-option\"></i></span>\r\n\t\t<span class=\"grMenuAction__txt\">{{ \"Actions\" | term : GlobalTermService.languageCode }}</span>\r\n\t</button>\r\n\t<div class=\"grPopover\" #popover [style.display]=\"IsPopoverOpen ? 'block' : 'none'\">\r\n\t\t<!-- Men\u00FA -->\r\n\t\t<div class=\"grPopoverMenu\" *ngIf=\"ShowActionsMenu\" [ngClass]=\"{ hidden: !ShowSelectActions }\">\r\n\t\t\t<div class=\"grPopoverHeader\">\r\n\t\t\t\t<h3>\r\n\t\t\t\t\t<span>{{ \"SelectAction\" | term : GlobalTermService.languageCode }}</span>\r\n\t\t\t\t</h3>\r\n\t\t\t</div>\r\n\t\t\t<div class=\"grPopoverBody\">\r\n\t\t\t\t<button pRipple class=\"grButtonActions\" *ngFor=\"let item of actions; let $index = index\" (click)=\"showTemplate(item)\">\r\n\t\t\t\t\t<span class=\"formRowInputNumber\">{{ $index + 1 }}</span>\r\n\t\t\t\t\t<span class=\"grButtonActionName\">{{ item.name | term : GlobalTermService.languageCode }}</span>\r\n\t\t\t\t</button>\r\n\t\t\t</div>\r\n\t\t</div>\r\n\r\n\t\t<!-- Sub Men\u00FA -->\r\n\t\t<div class=\"grPopoverSubMenu\" [ngClass]=\"{ hidden: !item.active }\" *ngFor=\"let item of actions\">\r\n\t\t\t<div class=\"grPopoverHeader\">\r\n\t\t\t\t<h3>\r\n\t\t\t\t\t<button class=\"backButton\" (click)=\"returnSelectActions(item)\">\r\n\t\t\t\t\t\t<i class=\"icon icon-arrow-left\"></i>\r\n\t\t\t\t\t</button>\r\n\t\t\t\t\t<span>{{ item.name | term : GlobalTermService.languageCode }}</span>\r\n\t\t\t\t</h3>\r\n\t\t\t</div>\r\n\t\t\t<div class=\"grPopoverBody\">\r\n\t\t\t\t<ng-container *ngTemplateOutlet=\"item.template\"></ng-container>\r\n\t\t\t</div>\r\n\t\t</div>\r\n\t</div>\r\n</div>\r\n", dependencies: [{ kind: "ngmodule", type: ButtonModule }, { kind: "ngmodule", type: InputGroupAddonModule }, { kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "ngmodule", type: RippleModule }, { kind: "directive", type: i3$2.Ripple, selector: "[pRipple]" }, { kind: "pipe", type: TermPipe, name: "term" }] });
|
|
3433
3434
|
}
|
|
3434
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
3435
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: ActionsMenuComponent, decorators: [{
|
|
3435
3436
|
type: Component,
|
|
3436
3437
|
args: [{ selector: "intelica-actions-menu", imports: [ButtonModule, InputGroupAddonModule, CommonModule, RippleModule, TermPipe], template: "<div class=\"grPopoverContainer\" #popoverContainer [ngClass]=\"{ 'backdrop-visible': IsPopoverOpen }\">\r\n\t<button #menuButton class=\"grMenuAction\" (click)=\"togglePopover($event)\" [ngClass]=\"{ 'active': IsPopoverOpen }\">\r\n\t\t<span class=\"grMenuAction__ico\"><i class=\"icon icon-filter-option\"></i></span>\r\n\t\t<span class=\"grMenuAction__txt\">{{ \"Actions\" | term : GlobalTermService.languageCode }}</span>\r\n\t</button>\r\n\t<div class=\"grPopover\" #popover [style.display]=\"IsPopoverOpen ? 'block' : 'none'\">\r\n\t\t<!-- Men\u00FA -->\r\n\t\t<div class=\"grPopoverMenu\" *ngIf=\"ShowActionsMenu\" [ngClass]=\"{ hidden: !ShowSelectActions }\">\r\n\t\t\t<div class=\"grPopoverHeader\">\r\n\t\t\t\t<h3>\r\n\t\t\t\t\t<span>{{ \"SelectAction\" | term : GlobalTermService.languageCode }}</span>\r\n\t\t\t\t</h3>\r\n\t\t\t</div>\r\n\t\t\t<div class=\"grPopoverBody\">\r\n\t\t\t\t<button pRipple class=\"grButtonActions\" *ngFor=\"let item of actions; let $index = index\" (click)=\"showTemplate(item)\">\r\n\t\t\t\t\t<span class=\"formRowInputNumber\">{{ $index + 1 }}</span>\r\n\t\t\t\t\t<span class=\"grButtonActionName\">{{ item.name | term : GlobalTermService.languageCode }}</span>\r\n\t\t\t\t</button>\r\n\t\t\t</div>\r\n\t\t</div>\r\n\r\n\t\t<!-- Sub Men\u00FA -->\r\n\t\t<div class=\"grPopoverSubMenu\" [ngClass]=\"{ hidden: !item.active }\" *ngFor=\"let item of actions\">\r\n\t\t\t<div class=\"grPopoverHeader\">\r\n\t\t\t\t<h3>\r\n\t\t\t\t\t<button class=\"backButton\" (click)=\"returnSelectActions(item)\">\r\n\t\t\t\t\t\t<i class=\"icon icon-arrow-left\"></i>\r\n\t\t\t\t\t</button>\r\n\t\t\t\t\t<span>{{ item.name | term : GlobalTermService.languageCode }}</span>\r\n\t\t\t\t</h3>\r\n\t\t\t</div>\r\n\t\t\t<div class=\"grPopoverBody\">\r\n\t\t\t\t<ng-container *ngTemplateOutlet=\"item.template\"></ng-container>\r\n\t\t\t</div>\r\n\t\t</div>\r\n\t</div>\r\n</div>\r\n" }]
|
|
3437
3438
|
}], ctorParameters: () => [{ type: TermPipe }], propDecorators: { Popover: [{
|
|
@@ -3536,10 +3537,10 @@ class FilterChipsComponent {
|
|
|
3536
3537
|
}
|
|
3537
3538
|
return value ?? null;
|
|
3538
3539
|
}
|
|
3539
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
3540
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.
|
|
3540
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: FilterChipsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
3541
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.21", type: FilterChipsComponent, isStandalone: true, selector: "filter-chips", inputs: { filters: "filters" }, outputs: { remove: "remove", openPopUp: "openPopUp" }, providers: [DatePipe], ngImport: i0, template: "<div class=\"d-flex gap-2 flex-wrap\">\r\n\t@for (item of filters; track $index) {\r\n\t<button\r\n\t\tclass=\"prPill\"\r\n\t\tpInputText\r\n\t\t(click)=\"onTapChip(item)\"\r\n\t\t[pTooltip]=\"item.isTooltipForm ? tooltipFormContent : item.valueName!.length > 1 ? tooltipContent : item.title ?? ''\"\r\n\t\ttooltipPosition=\"top\"\r\n\t>\r\n\t\t<!-- Templates de tooltip -->\r\n\t\t<ng-template #tooltipFormContent>\r\n\t\t\t<span>{{ item.text?.toString() }}</span>\r\n\t\t\t<br />\r\n\t\t\t<ul *ngIf=\"item.valueName!.length > 1\" class=\"tooltip-list list-unlisted text-start filterChipsList\">\r\n\t\t\t\t<li *ngFor=\"let value of item.valueName\">{{ value }}</li>\r\n\t\t\t</ul>\r\n\t\t</ng-template>\r\n\r\n\t\t<ng-template #tooltipContent>\r\n\t\t\t<ul *ngIf=\"item.valueName!.length > 1\" class=\"tooltip-list list-unlisted text-start filterChipsList\">\r\n\t\t\t\t<li *ngFor=\"let value of sortList(item.valueName)\">\r\n\t\t\t\t\t{{ value }}\r\n\t\t\t\t</li>\r\n\t\t\t</ul>\r\n\t\t</ng-template>\r\n\r\n\t\t<!-- Texto del chip -->\r\n\t\t<span class=\"prPill__value\">\r\n\t\t\t<ng-container *ngIf=\"isBooleanTrue(item.value)\">{{ item.title | slice : 0 : 15 }}{{ item.title && item.title.length > 15 ? \"...\" : \"\" }}</ng-container>\r\n\r\n\t\t\t<ng-container *ngIf=\"(!item.valueName || item.valueName.length === 0) && item.value && item.value.length > 0 && !item.dateFormat\">\r\n\t\t\t\t{{ item.text | slice : 0 : 15 }}{{ item.text && item.text.length > 15 ? \"...\" : \"\" }}\r\n\t\t\t</ng-container>\r\n\r\n\t\t\t<ng-container *ngIf=\"item.dateFormat\">\r\n\t\t\t\t{{ formatDateValue(item.value, item.dateFormat) }}\r\n\t\t\t</ng-container>\r\n\r\n\t\t\t<ng-container *ngIf=\"item.valueName?.length === 1\">{{ item.text | slice : 0 : 15 }}{{ item.text!.length > 15 ? \"...\" : \"\" }}</ng-container>\r\n\r\n\t\t\t<ng-container *ngIf=\"item.valueName!.length > 1\">{{ item.title | slice : 0 : 15 }}{{ item.title!.length > 15 ? \"...\" : \"\" }}</ng-container>\r\n\r\n\t\t\t<ng-container *ngIf=\"item.valueName!.length > 1 && !item.isTooltipForm\">({{ item.valueName?.length }})</ng-container>\r\n\t\t</span>\r\n\r\n\t\t<!-- Bot\u00F3n de cierre -->\r\n\t\t<i class=\"icon-close1\" (click)=\"onRemove(item); $event.stopPropagation()\"></i>\r\n\t</button>\r\n\t}\r\n</div>\r\n", dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "ngmodule", type: TooltipModule }, { kind: "directive", type: i4$1.Tooltip, selector: "[pTooltip]", inputs: ["tooltipPosition", "tooltipEvent", "positionStyle", "tooltipStyleClass", "tooltipZIndex", "escape", "showDelay", "hideDelay", "life", "positionTop", "positionLeft", "autoHide", "fitContent", "hideOnEscape", "pTooltip", "tooltipDisabled", "tooltipOptions", "appendTo", "ptTooltip"] }, { kind: "pipe", type: i1.SlicePipe, name: "slice" }] });
|
|
3541
3542
|
}
|
|
3542
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
3543
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: FilterChipsComponent, decorators: [{
|
|
3543
3544
|
type: Component,
|
|
3544
3545
|
args: [{ selector: "filter-chips", imports: [CommonModule, TooltipModule], providers: [DatePipe], template: "<div class=\"d-flex gap-2 flex-wrap\">\r\n\t@for (item of filters; track $index) {\r\n\t<button\r\n\t\tclass=\"prPill\"\r\n\t\tpInputText\r\n\t\t(click)=\"onTapChip(item)\"\r\n\t\t[pTooltip]=\"item.isTooltipForm ? tooltipFormContent : item.valueName!.length > 1 ? tooltipContent : item.title ?? ''\"\r\n\t\ttooltipPosition=\"top\"\r\n\t>\r\n\t\t<!-- Templates de tooltip -->\r\n\t\t<ng-template #tooltipFormContent>\r\n\t\t\t<span>{{ item.text?.toString() }}</span>\r\n\t\t\t<br />\r\n\t\t\t<ul *ngIf=\"item.valueName!.length > 1\" class=\"tooltip-list list-unlisted text-start filterChipsList\">\r\n\t\t\t\t<li *ngFor=\"let value of item.valueName\">{{ value }}</li>\r\n\t\t\t</ul>\r\n\t\t</ng-template>\r\n\r\n\t\t<ng-template #tooltipContent>\r\n\t\t\t<ul *ngIf=\"item.valueName!.length > 1\" class=\"tooltip-list list-unlisted text-start filterChipsList\">\r\n\t\t\t\t<li *ngFor=\"let value of sortList(item.valueName)\">\r\n\t\t\t\t\t{{ value }}\r\n\t\t\t\t</li>\r\n\t\t\t</ul>\r\n\t\t</ng-template>\r\n\r\n\t\t<!-- Texto del chip -->\r\n\t\t<span class=\"prPill__value\">\r\n\t\t\t<ng-container *ngIf=\"isBooleanTrue(item.value)\">{{ item.title | slice : 0 : 15 }}{{ item.title && item.title.length > 15 ? \"...\" : \"\" }}</ng-container>\r\n\r\n\t\t\t<ng-container *ngIf=\"(!item.valueName || item.valueName.length === 0) && item.value && item.value.length > 0 && !item.dateFormat\">\r\n\t\t\t\t{{ item.text | slice : 0 : 15 }}{{ item.text && item.text.length > 15 ? \"...\" : \"\" }}\r\n\t\t\t</ng-container>\r\n\r\n\t\t\t<ng-container *ngIf=\"item.dateFormat\">\r\n\t\t\t\t{{ formatDateValue(item.value, item.dateFormat) }}\r\n\t\t\t</ng-container>\r\n\r\n\t\t\t<ng-container *ngIf=\"item.valueName?.length === 1\">{{ item.text | slice : 0 : 15 }}{{ item.text!.length > 15 ? \"...\" : \"\" }}</ng-container>\r\n\r\n\t\t\t<ng-container *ngIf=\"item.valueName!.length > 1\">{{ item.title | slice : 0 : 15 }}{{ item.title!.length > 15 ? \"...\" : \"\" }}</ng-container>\r\n\r\n\t\t\t<ng-container *ngIf=\"item.valueName!.length > 1 && !item.isTooltipForm\">({{ item.valueName?.length }})</ng-container>\r\n\t\t</span>\r\n\r\n\t\t<!-- Bot\u00F3n de cierre -->\r\n\t\t<i class=\"icon-close1\" (click)=\"onRemove(item); $event.stopPropagation()\"></i>\r\n\t</button>\r\n\t}\r\n</div>\r\n" }]
|
|
3545
3546
|
}], propDecorators: { filters: [{
|
|
@@ -3622,11 +3623,11 @@ class FilterDirective {
|
|
|
3622
3623
|
}
|
|
3623
3624
|
onTouchedCallback = noop;
|
|
3624
3625
|
onChangeCallback = noop;
|
|
3625
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
3626
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.
|
|
3627
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.
|
|
3626
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: FilterDirective, deps: [{ token: FilterTypeEnum }], target: i0.ɵɵFactoryTarget.Directive });
|
|
3627
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.21", type: FilterDirective, isStandalone: true, selector: "filter", inputs: { name: "name", label: "label", visible: "visible", enabled: "enabled", parent: "parent", placeholder: "placeholder", title: "title", filterClass: "filterClass", letterIndex: "letterIndex", defaultValue: "defaultValue", showClean: "showClean", showInAppliedFilter: "showInAppliedFilter", showClass: "showClass", selectClass: "selectClass", confirmDateFormat: "confirmDateFormat", hasFilterActionsButton: "hasFilterActionsButton", visibilityRules: "visibilityRules" }, outputs: { change: "change" }, providers: [CUSTOM_INPUT_CONTROL_VALUE_ACCESSOR], ngImport: i0 });
|
|
3628
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: FilterDirective, providedIn: "root" });
|
|
3628
3629
|
}
|
|
3629
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
3630
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: FilterDirective, decorators: [{
|
|
3630
3631
|
type: Injectable,
|
|
3631
3632
|
args: [{
|
|
3632
3633
|
providedIn: "root",
|
|
@@ -3853,8 +3854,8 @@ class MultiSelectComponent {
|
|
|
3853
3854
|
onPanelHide(event) {
|
|
3854
3855
|
this.onPanelHideEvent.emit(event);
|
|
3855
3856
|
}
|
|
3856
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
3857
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.
|
|
3857
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: MultiSelectComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
3858
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.21", type: MultiSelectComponent, isStandalone: true, selector: "intelica-multi-select", inputs: { id: "id", options: "options", optionLabel: "optionLabel", optionValue: "optionValue", placeholder: "placeholder", showFilter: "showFilter", showAll: "showAll", allText: "allText", maxSelectedLabels: "maxSelectedLabels", appendTo: "appendTo", panelStyleClass: "panelStyleClass", virtualScroll: "virtualScroll", disabled: "disabled", selectedItemsLabel: "selectedItemsLabel", textColorClass: "textColorClass", group: "group", resetFilterOnHide: "resetFilterOnHide", customClass: "customClass" }, outputs: { onChangeEvent: "onChange", onPanelShowEvent: "onPanelShow", onPanelHideEvent: "onPanelHide" }, providers: [
|
|
3858
3859
|
{
|
|
3859
3860
|
provide: NG_VALUE_ACCESSOR,
|
|
3860
3861
|
useExisting: forwardRef(() => MultiSelectComponent),
|
|
@@ -3862,7 +3863,7 @@ class MultiSelectComponent {
|
|
|
3862
3863
|
},
|
|
3863
3864
|
], ngImport: i0, template: "<p-multiSelect\r\n [class]=\"textColorClass + ' prMultiselect'\"\r\n [disabled]=\"disabled\"\r\n [options]=\"options\"\r\n [(ngModel)]=\"selectedOptions\"\r\n [optionLabel]=\"optionLabel\"\r\n [optionValue]=\"optionValue\"\r\n [placeholder]=\"placeholder\"\r\n [maxSelectedLabels]=\"maxSelectedLabels\"\r\n [filter]=\"showFilter\"\r\n [showToggleAll]=\"false\"\r\n (onChange)=\"onChangeSelect($event)\"\r\n (onPanelHide)=\"onPanelHide($event)\"\r\n (onPanelShow)=\"onPanelShow($event)\"\r\n [appendTo]=\"appendTo\"\r\n [panelStyleClass]=\"panelStyleClass\"\r\n [virtualScroll]=\"virtualScroll\"\r\n [virtualScrollOptions]=\"{ itemSize: 25, scrollHeight: '200px' }\"\r\n selectedItemsLabel=\"{0} {{\r\n selectedItemsLabel | term : GlobalTermService.languageCode\r\n }}\"\r\n [group]=\"group\"\r\n [resetFilterOnHide]=\"resetFilterOnHide\"\r\n [ngClass]=\"customClass\"\r\n>\r\n @if(showAll){\r\n <ng-template #header>\r\n <div class=\"prMultiselect__all\">\r\n <label [for]=\"id + '-all'\">\r\n <p-checkbox\r\n [inputId]=\"id + '-all'\"\r\n [binary]=\"true\"\r\n [(ngModel)]=\"checked\"\r\n (onChange)=\"toggleAllSelection($event)\"\r\n ></p-checkbox>\r\n {{ allText | term : GlobalTermService.languageCode }}\r\n </label>\r\n </div>\r\n </ng-template>\r\n }\r\n <ng-template let-group #group *ngIf=\"group\">\r\n <div class=\"flex items-center\">\r\n <span>{{ group.label }}</span>\r\n </div>\r\n </ng-template>\r\n</p-multiSelect>\r\n", dependencies: [{ kind: "ngmodule", type: FormsModule }, { kind: "directive", type: i1$1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1$1.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "ngmodule", type: MultiSelectModule }, { kind: "component", type: i2$2.MultiSelect, selector: "p-multiSelect, p-multiselect, p-multi-select", inputs: ["id", "ariaLabel", "styleClass", "panelStyle", "panelStyleClass", "inputId", "readonly", "group", "filter", "filterPlaceHolder", "filterLocale", "overlayVisible", "tabindex", "dataKey", "ariaLabelledBy", "displaySelectedLabel", "maxSelectedLabels", "selectionLimit", "selectedItemsLabel", "showToggleAll", "emptyFilterMessage", "emptyMessage", "resetFilterOnHide", "dropdownIcon", "chipIcon", "optionLabel", "optionValue", "optionDisabled", "optionGroupLabel", "optionGroupChildren", "showHeader", "filterBy", "scrollHeight", "lazy", "virtualScroll", "loading", "virtualScrollItemSize", "loadingIcon", "virtualScrollOptions", "overlayOptions", "ariaFilterLabel", "filterMatchMode", "tooltip", "tooltipPosition", "tooltipPositionStyle", "tooltipStyleClass", "autofocusFilter", "display", "autocomplete", "showClear", "autofocus", "placeholder", "options", "filterValue", "selectAll", "focusOnHover", "filterFields", "selectOnFocus", "autoOptionFocus", "highlightOnSelect", "size", "variant", "fluid", "appendTo"], outputs: ["onChange", "onFilter", "onFocus", "onBlur", "onClick", "onClear", "onPanelShow", "onPanelHide", "onLazyLoad", "onRemove", "onSelectAllChange"] }, { kind: "ngmodule", type: CheckboxModule }, { kind: "component", type: i5.Checkbox, selector: "p-checkbox, p-checkBox, p-check-box", inputs: ["hostName", "value", "binary", "ariaLabelledBy", "ariaLabel", "tabindex", "inputId", "inputStyle", "styleClass", "inputClass", "indeterminate", "formControl", "checkboxIcon", "readonly", "autofocus", "trueValue", "falseValue", "variant", "size"], outputs: ["onChange", "onFocus", "onBlur"] }, { kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "pipe", type: TermPipe, name: "term" }] });
|
|
3864
3865
|
}
|
|
3865
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
3866
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: MultiSelectComponent, decorators: [{
|
|
3866
3867
|
type: Component,
|
|
3867
3868
|
args: [{ selector: "intelica-multi-select", imports: [
|
|
3868
3869
|
FormsModule,
|
|
@@ -4556,10 +4557,10 @@ class FiltersComponent {
|
|
|
4556
4557
|
}
|
|
4557
4558
|
return response;
|
|
4558
4559
|
}
|
|
4559
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
4560
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.16", type: FiltersComponent, isStandalone: true, selector: "intelica-filters", inputs: { showButtons: "showButtons", customClass: "customClass", columns: "columns" }, outputs: { EmitApply: "EmitApply", EmitCancel: "EmitCancel" }, queries: [{ propertyName: "filterActionsButtonTemplate", first: true, predicate: ["filterActionsButton"], descendants: true, static: true }, { propertyName: "filterDirectives", predicate: FilterDirective }], usesOnChanges: true, ngImport: i0, template: "<div\r\n class=\"container overflow-hidden\"\r\n [ngStyle]=\"{ 'min-width': 313 * columns + 'px' }\"\r\n>\r\n <div class=\"row gy-3 filtersAnalytics\">\r\n @for (colIndex of columnsLengthArray; track colIndex) {\r\n <div class=\"inputRowGap\" [ngClass]=\"setColumnSize()\">\r\n @for (filter of filterDirectives; track filter) { @if (filter.visible &&\r\n !filter.parent && filter.index == colIndex) {\r\n <div class=\"mb-3\">\r\n <ng-container\r\n *ngTemplateOutlet=\"\r\n template;\r\n context: { item: filter, index: getIndex(filter) }\r\n \"\r\n ></ng-container>\r\n </div>\r\n\r\n @for (child of filterDirectives; track child) { @if (child.visible &&\r\n child.parent === filter.name && child.index == colIndex) {\r\n <div class=\"mb-3\">\r\n <ng-container\r\n *ngTemplateOutlet=\"\r\n template;\r\n context: { item: child, index: getIndex(child, filter) }\r\n \"\r\n ></ng-container>\r\n </div>\r\n } } } }\r\n </div>\r\n }\r\n </div>\r\n</div>\r\n\r\n@if (showButtons) {\r\n<div class=\"btnBox btnBox--center mt-4\">\r\n <button\r\n pRipple\r\n class=\"grButton grButton--primary applyAnalytics\"\r\n (click)=\"clickApply()\"\r\n >\r\n <span>{{ \"Apply\" | term : GlobalTermService.languageCode }}</span>\r\n </button>\r\n <button\r\n pRipple\r\n class=\"grButton grButton--secondary cleanAnalytics\"\r\n (click)=\"clickCancel()\"\r\n >\r\n <span>{{ \"Clear\" | term : GlobalTermService.languageCode }}</span>\r\n </button>\r\n</div>\r\n}\r\n\r\n<!-- Template general -->\r\n<ng-template #template let-item=\"item\" let-index=\"index\">\r\n @if (item.visible) {\r\n <div\r\n class=\"formRowInput {{ item.filterClass }}\"\r\n [ngClass]=\"{ required: item.required }\"\r\n >\r\n @if (item.label && item.label.length > 0) {\r\n <div class=\"formRowInputLeft\">\r\n <div class=\"formRowInputNumber\">\r\n <span>{{ index }}</span>\r\n </div>\r\n <label [for]=\"item.name\">\r\n <span>{{ item.label }}</span>\r\n </label>\r\n </div>\r\n }\r\n <div class=\"formRowInputWrap align-items-center\">\r\n @if (item.type === filterTypeEnum.Select) {\r\n <ng-container\r\n *ngTemplateOutlet=\"select; context: { item: item, index: index }\"\r\n ></ng-container>\r\n }\r\n <!---->\r\n @if (item.type === filterTypeEnum.Text) {\r\n <ng-container\r\n *ngTemplateOutlet=\"text; context: { item: item, index: index }\"\r\n ></ng-container>\r\n }\r\n <!---->\r\n @if (item.type === filterTypeEnum.Checkbox) {\r\n <ng-container\r\n *ngTemplateOutlet=\"checkbox; context: { item: item, index: index }\"\r\n ></ng-container>\r\n }\r\n <!---->\r\n @if (item.type === filterTypeEnum.Date) {\r\n <ng-container\r\n *ngTemplateOutlet=\"date; context: { item: item, index: index }\"\r\n ></ng-container>\r\n }\r\n <!---->\r\n @if (item.type === filterTypeEnum.Template) {\r\n <ng-container\r\n *ngTemplateOutlet=\"\r\n template_filter;\r\n context: { item: item, index: index }\r\n \"\r\n ></ng-container>\r\n }\r\n <!---->\r\n @if (item.type === filterTypeEnum.TextArea) {\r\n <ng-container\r\n *ngTemplateOutlet=\"text_area; context: { item: item, index: index }\"\r\n ></ng-container>\r\n } @if (filterActionsButtonTemplate && item.hasFilterActionsButton) {\r\n <ng-container\r\n *ngTemplateOutlet=\"filterActionsButtonTemplate\"\r\n ></ng-container>\r\n }\r\n </div>\r\n @if (item.showClean && hasValue(item)) {\r\n <button class=\"desactive formRowInputClear\" (click)=\"cleanValue(item)\">\r\n <i class=\"icon-times\"></i>\r\n </button>\r\n }\r\n </div>\r\n }\r\n</ng-template>\r\n\r\n<!-- Tipos de filtros -->\r\n<ng-template #select let-item=\"item\" let-index=\"index\">\r\n @if (item.multiple) {\r\n <intelica-multi-select\r\n [placeholder]=\"item.placeholder\"\r\n [options]=\"item.options\"\r\n [showFilter]=\"getOptionCount(item) > filterThreshold\"\r\n [resetFilterOnHide]=\"item.resetFilterOnHide\"\r\n [showAll]=\"item.showAll\"\r\n [optionLabel]=\"item.optionLabel\"\r\n [optionValue]=\"item.optionValue\"\r\n [disabled]=\"!item.enabled\"\r\n [(ngModel)]=\"item.value\"\r\n (onChange)=\"onChangeMultiple($event, item)\"\r\n [appendTo]=\"item.appendTo\"\r\n [panelStyleClass]=\"item.panelStyleClass\"\r\n [allText]=\"item.allText\"\r\n [maxSelectedLabels]=\"item.maxSelectedLabels\"\r\n [virtualScroll]=\"item.virtualScroll\"\r\n [selectedItemsLabel]=\"item.selectedItemsLabel\"\r\n [group]=\"item.group\"\r\n [customClass]=\"isUnselected(item) ? ' is-unselected' : ''\"\r\n [class]=\"'fullWidth'\"\r\n ></intelica-multi-select>\r\n } @else {\r\n <p-select\r\n [options]=\"item.options\"\r\n [(ngModel)]=\"item.value\"\r\n [optionLabel]=\"item.optionLabel\"\r\n [optionValue]=\"item.optionValue\"\r\n [placeholder]=\"item.placeholder\"\r\n [disabled]=\"!item.enabled\"\r\n (onChange)=\"onChange($event, item)\"\r\n [filter]=\"getOptionCount(item) > filterThreshold\"\r\n [resetFilterOnHide]=\"item.resetFilterOnHide\"\r\n [appendTo]=\"item.appendTo\"\r\n [panelStyleClass]=\"item.panelStyleClass\"\r\n [virtualScroll]=\"item.virtualScroll\"\r\n [virtualScrollItemSize]=\"25\"\r\n [group]=\"item.group\"\r\n [ngClass]=\"{ prSelect: true, 'is-unselected': isUnselected(item) }\"\r\n appendTo=\"body\"\r\n >\r\n <ng-template let-group #group *ngIf=\"item.group\">\r\n <div class=\"flex items-center\">\r\n <span>{{ group.label }}</span>\r\n </div>\r\n </ng-template>\r\n </p-select>\r\n }\r\n</ng-template>\r\n\r\n<ng-template #text let-item=\"item\" let-index=\"index\">\r\n <input\r\n pInputText\r\n class=\"prInputText\"\r\n type=\"text\"\r\n [disabled]=\"!item.enabled\"\r\n [(ngModel)]=\"item.value\"\r\n [placeholder]=\"item.placeholder\"\r\n (keyup)=\"onKeyUp($event, item)\"\r\n [maxlength]=\"item.maxlength\"\r\n />\r\n</ng-template>\r\n\r\n<ng-template #checkbox let-item=\"item\" let-index=\"index\">\r\n <p-checkbox\r\n class=\"prCheckbox\"\r\n [(ngModel)]=\"item.value\"\r\n [binary]=\"true\"\r\n [disabled]=\"!item.enabled\"\r\n (onChange)=\"onChangeCheck($event, item)\"\r\n ></p-checkbox>\r\n</ng-template>\r\n\r\n<ng-template #date let-item=\"item\" let-index=\"index\">\r\n <p-datepicker\r\n [(ngModel)]=\"item.value\"\r\n [selectionMode]=\"item.range ? 'range' : 'single'\"\r\n [disabled]=\"!item.enabled\"\r\n [iconDisplay]=\"'input'\"\r\n [showIcon]=\"true\"\r\n (ngModelChange)=\"onChange($event, item)\"\r\n [view]=\"getDateView(item.dateMode)\"\r\n [dateFormat]=\"getDateFormat(item.dateMode)\"\r\n class=\"prDatePicker\"\r\n appendTo=\"body\"\r\n panelStyleClass=\"prDatePicker\"\r\n [placeholder]=\"getDateFormatPlaceholder(item.dateMode)\"\r\n [readonlyInput]=\"item.isReadOnly\"\r\n [minDate]=\"item.min\"\r\n [maxDate]=\"item.max\"\r\n ></p-datepicker>\r\n</ng-template>\r\n\r\n<ng-template #template_filter let-item=\"item\" let-index=\"index\">\r\n <ng-container *ngTemplateOutlet=\"item.content\"></ng-container>\r\n</ng-template>\r\n\r\n<ng-template #text_area let-item=\"item\" let-index=\"index\">\r\n <textarea\r\n pTextarea\r\n class=\"prInputText\"\r\n [disabled]=\"!item.enabled\"\r\n [(ngModel)]=\"item.value\"\r\n [placeholder]=\"item.placeholder\"\r\n (keyup)=\"onKeyUp($event, item)\"\r\n ></textarea>\r\n</ng-template>\r\n", dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: i1.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "ngmodule", type: DatePickerModule }, { kind: "component", type: i2$3.DatePicker, selector: "p-datePicker, p-datepicker, p-date-picker", inputs: ["iconDisplay", "styleClass", "inputStyle", "inputId", "inputStyleClass", "placeholder", "ariaLabelledBy", "ariaLabel", "iconAriaLabel", "dateFormat", "multipleSeparator", "rangeSeparator", "inline", "showOtherMonths", "selectOtherMonths", "showIcon", "icon", "readonlyInput", "shortYearCutoff", "hourFormat", "timeOnly", "stepHour", "stepMinute", "stepSecond", "showSeconds", "showOnFocus", "showWeek", "startWeekFromFirstDayOfYear", "showClear", "dataType", "selectionMode", "maxDateCount", "showButtonBar", "todayButtonStyleClass", "clearButtonStyleClass", "autofocus", "autoZIndex", "baseZIndex", "panelStyleClass", "panelStyle", "keepInvalid", "hideOnDateTimeSelect", "touchUI", "timeSeparator", "focusTrap", "showTransitionOptions", "hideTransitionOptions", "tabindex", "minDate", "maxDate", "disabledDates", "disabledDays", "showTime", "responsiveOptions", "numberOfMonths", "firstDayOfWeek", "view", "defaultDate", "appendTo"], outputs: ["onFocus", "onBlur", "onClose", "onSelect", "onClear", "onInput", "onTodayClick", "onClearClick", "onMonthChange", "onYearChange", "onClickOutside", "onShow"] }, { kind: "ngmodule", type: FormsModule }, { kind: "directive", type: i1$1.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i1$1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1$1.MaxLengthValidator, selector: "[maxlength][formControlName],[maxlength][formControl],[maxlength][ngModel]", inputs: ["maxlength"] }, { kind: "directive", type: i1$1.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "ngmodule", type: ButtonModule }, { kind: "ngmodule", type: InputTextModule }, { kind: "directive", type: i4$2.InputText, selector: "[pInputText]", inputs: ["hostName", "ptInputText", "pSize", "variant", "fluid", "invalid"] }, { kind: "ngmodule", type: CheckboxModule }, { kind: "component", type: i5.Checkbox, selector: "p-checkbox, p-checkBox, p-check-box", inputs: ["hostName", "value", "binary", "ariaLabelledBy", "ariaLabel", "tabindex", "inputId", "inputStyle", "styleClass", "inputClass", "indeterminate", "formControl", "checkboxIcon", "readonly", "autofocus", "trueValue", "falseValue", "variant", "size"], outputs: ["onChange", "onFocus", "onBlur"] }, { kind: "ngmodule", type: SelectModule }, { kind: "component", type: i6.Select, selector: "p-select", inputs: ["id", "scrollHeight", "filter", "panelStyle", "styleClass", "panelStyleClass", "readonly", "editable", "tabindex", "placeholder", "loadingIcon", "filterPlaceholder", "filterLocale", "inputId", "dataKey", "filterBy", "filterFields", "autofocus", "resetFilterOnHide", "checkmark", "dropdownIcon", "loading", "optionLabel", "optionValue", "optionDisabled", "optionGroupLabel", "optionGroupChildren", "group", "showClear", "emptyFilterMessage", "emptyMessage", "lazy", "virtualScroll", "virtualScrollItemSize", "virtualScrollOptions", "overlayOptions", "ariaFilterLabel", "ariaLabel", "ariaLabelledBy", "filterMatchMode", "tooltip", "tooltipPosition", "tooltipPositionStyle", "tooltipStyleClass", "focusOnHover", "selectOnFocus", "autoOptionFocus", "autofocusFilter", "filterValue", "options", "appendTo"], outputs: ["onChange", "onFilter", "onFocus", "onBlur", "onClick", "onShow", "onHide", "onClear", "onLazyLoad"] }, { kind: "ngmodule", type: MultiSelectModule }, { kind: "ngmodule", type: TextareaModule }, { kind: "directive", type: i7.Textarea, selector: "[pTextarea], [pInputTextarea]", inputs: ["autoResize", "pSize", "variant", "fluid", "invalid"], outputs: ["onResize"] }, { kind: "ngmodule", type: RippleModule }, { kind: "directive", type: i3$2.Ripple, selector: "[pRipple]" }, { kind: "component", type: MultiSelectComponent, selector: "intelica-multi-select", inputs: ["id", "options", "optionLabel", "optionValue", "placeholder", "showFilter", "showAll", "allText", "maxSelectedLabels", "appendTo", "panelStyleClass", "virtualScroll", "disabled", "selectedItemsLabel", "textColorClass", "group", "resetFilterOnHide", "customClass"], outputs: ["onChange", "onPanelShow", "onPanelHide"] }, { kind: "pipe", type: TermPipe, name: "term" }] });
|
|
4560
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: FiltersComponent, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
4561
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.21", type: FiltersComponent, isStandalone: true, selector: "intelica-filters", inputs: { showButtons: "showButtons", customClass: "customClass", columns: "columns" }, outputs: { EmitApply: "EmitApply", EmitCancel: "EmitCancel" }, queries: [{ propertyName: "filterActionsButtonTemplate", first: true, predicate: ["filterActionsButton"], descendants: true, static: true }, { propertyName: "filterDirectives", predicate: FilterDirective }], usesOnChanges: true, ngImport: i0, template: "<div\r\n class=\"container overflow-hidden\"\r\n [ngStyle]=\"{ 'min-width': 313 * columns + 'px' }\"\r\n>\r\n <div class=\"row gy-3 filtersAnalytics\">\r\n @for (colIndex of columnsLengthArray; track colIndex) {\r\n <div class=\"inputRowGap\" [ngClass]=\"setColumnSize()\">\r\n @for (filter of filterDirectives; track filter) { @if (filter.visible &&\r\n !filter.parent && filter.index == colIndex) {\r\n <div class=\"mb-3\">\r\n <ng-container\r\n *ngTemplateOutlet=\"\r\n template;\r\n context: { item: filter, index: getIndex(filter) }\r\n \"\r\n ></ng-container>\r\n </div>\r\n\r\n @for (child of filterDirectives; track child) { @if (child.visible &&\r\n child.parent === filter.name && child.index == colIndex) {\r\n <div class=\"mb-3\">\r\n <ng-container\r\n *ngTemplateOutlet=\"\r\n template;\r\n context: { item: child, index: getIndex(child, filter) }\r\n \"\r\n ></ng-container>\r\n </div>\r\n } } } }\r\n </div>\r\n }\r\n </div>\r\n</div>\r\n\r\n@if (showButtons) {\r\n<div class=\"btnBox btnBox--center mt-4\">\r\n <button\r\n pRipple\r\n class=\"grButton grButton--primary applyAnalytics\"\r\n (click)=\"clickApply()\"\r\n >\r\n <span>{{ \"Apply\" | term : GlobalTermService.languageCode }}</span>\r\n </button>\r\n <button\r\n pRipple\r\n class=\"grButton grButton--secondary cleanAnalytics\"\r\n (click)=\"clickCancel()\"\r\n >\r\n <span>{{ \"Clear\" | term : GlobalTermService.languageCode }}</span>\r\n </button>\r\n</div>\r\n}\r\n\r\n<!-- Template general -->\r\n<ng-template #template let-item=\"item\" let-index=\"index\">\r\n @if (item.visible) {\r\n <div\r\n class=\"formRowInput {{ item.filterClass }}\"\r\n [ngClass]=\"{ required: item.required }\"\r\n >\r\n @if (item.label && item.label.length > 0) {\r\n <div class=\"formRowInputLeft\">\r\n <div class=\"formRowInputNumber\">\r\n <span>{{ index }}</span>\r\n </div>\r\n <label [for]=\"item.name\">\r\n <span>{{ item.label }}</span>\r\n </label>\r\n </div>\r\n }\r\n <div class=\"formRowInputWrap align-items-center\">\r\n @if (item.type === filterTypeEnum.Select) {\r\n <ng-container\r\n *ngTemplateOutlet=\"select; context: { item: item, index: index }\"\r\n ></ng-container>\r\n }\r\n <!---->\r\n @if (item.type === filterTypeEnum.Text) {\r\n <ng-container\r\n *ngTemplateOutlet=\"text; context: { item: item, index: index }\"\r\n ></ng-container>\r\n }\r\n <!---->\r\n @if (item.type === filterTypeEnum.Checkbox) {\r\n <ng-container\r\n *ngTemplateOutlet=\"checkbox; context: { item: item, index: index }\"\r\n ></ng-container>\r\n }\r\n <!---->\r\n @if (item.type === filterTypeEnum.Date) {\r\n <ng-container\r\n *ngTemplateOutlet=\"date; context: { item: item, index: index }\"\r\n ></ng-container>\r\n }\r\n <!---->\r\n @if (item.type === filterTypeEnum.Template) {\r\n <ng-container\r\n *ngTemplateOutlet=\"\r\n template_filter;\r\n context: { item: item, index: index }\r\n \"\r\n ></ng-container>\r\n }\r\n <!---->\r\n @if (item.type === filterTypeEnum.TextArea) {\r\n <ng-container\r\n *ngTemplateOutlet=\"text_area; context: { item: item, index: index }\"\r\n ></ng-container>\r\n } @if (filterActionsButtonTemplate && item.hasFilterActionsButton) {\r\n <ng-container\r\n *ngTemplateOutlet=\"filterActionsButtonTemplate\"\r\n ></ng-container>\r\n }\r\n </div>\r\n @if (item.showClean && hasValue(item)) {\r\n <button class=\"desactive formRowInputClear\" (click)=\"cleanValue(item)\">\r\n <i class=\"icon-times\"></i>\r\n </button>\r\n }\r\n </div>\r\n }\r\n</ng-template>\r\n\r\n<!-- Tipos de filtros -->\r\n<ng-template #select let-item=\"item\" let-index=\"index\">\r\n @if (item.multiple) {\r\n <intelica-multi-select\r\n [placeholder]=\"item.placeholder\"\r\n [options]=\"item.options\"\r\n [showFilter]=\"getOptionCount(item) > filterThreshold\"\r\n [resetFilterOnHide]=\"item.resetFilterOnHide\"\r\n [showAll]=\"item.showAll\"\r\n [optionLabel]=\"item.optionLabel\"\r\n [optionValue]=\"item.optionValue\"\r\n [disabled]=\"!item.enabled\"\r\n [(ngModel)]=\"item.value\"\r\n (onChange)=\"onChangeMultiple($event, item)\"\r\n [appendTo]=\"item.appendTo\"\r\n [panelStyleClass]=\"item.panelStyleClass\"\r\n [allText]=\"item.allText\"\r\n [maxSelectedLabels]=\"item.maxSelectedLabels\"\r\n [virtualScroll]=\"item.virtualScroll\"\r\n [selectedItemsLabel]=\"item.selectedItemsLabel\"\r\n [group]=\"item.group\"\r\n [customClass]=\"isUnselected(item) ? ' is-unselected' : ''\"\r\n [class]=\"'fullWidth'\"\r\n ></intelica-multi-select>\r\n } @else {\r\n <p-select\r\n [options]=\"item.options\"\r\n [(ngModel)]=\"item.value\"\r\n [optionLabel]=\"item.optionLabel\"\r\n [optionValue]=\"item.optionValue\"\r\n [placeholder]=\"item.placeholder\"\r\n [disabled]=\"!item.enabled\"\r\n (onChange)=\"onChange($event, item)\"\r\n [filter]=\"getOptionCount(item) > filterThreshold\"\r\n [resetFilterOnHide]=\"item.resetFilterOnHide\"\r\n [appendTo]=\"item.appendTo\"\r\n [panelStyleClass]=\"item.panelStyleClass\"\r\n [virtualScroll]=\"item.virtualScroll\"\r\n [virtualScrollItemSize]=\"25\"\r\n [group]=\"item.group\"\r\n [ngClass]=\"{ prSelect: true, 'is-unselected': isUnselected(item) }\"\r\n appendTo=\"body\"\r\n >\r\n <ng-template let-group #group *ngIf=\"item.group\">\r\n <div class=\"flex items-center\">\r\n <span>{{ group.label }}</span>\r\n </div>\r\n </ng-template>\r\n </p-select>\r\n }\r\n</ng-template>\r\n\r\n<ng-template #text let-item=\"item\" let-index=\"index\">\r\n <input\r\n pInputText\r\n class=\"prInputText\"\r\n type=\"text\"\r\n [disabled]=\"!item.enabled\"\r\n [(ngModel)]=\"item.value\"\r\n [placeholder]=\"item.placeholder\"\r\n (keyup)=\"onKeyUp($event, item)\"\r\n [maxlength]=\"item.maxlength\"\r\n />\r\n</ng-template>\r\n\r\n<ng-template #checkbox let-item=\"item\" let-index=\"index\">\r\n <p-checkbox\r\n class=\"prCheckbox\"\r\n [(ngModel)]=\"item.value\"\r\n [binary]=\"true\"\r\n [disabled]=\"!item.enabled\"\r\n (onChange)=\"onChangeCheck($event, item)\"\r\n ></p-checkbox>\r\n</ng-template>\r\n\r\n<ng-template #date let-item=\"item\" let-index=\"index\">\r\n <p-datepicker\r\n [(ngModel)]=\"item.value\"\r\n [selectionMode]=\"item.range ? 'range' : 'single'\"\r\n [disabled]=\"!item.enabled\"\r\n [iconDisplay]=\"'input'\"\r\n [showIcon]=\"true\"\r\n (ngModelChange)=\"onChange($event, item)\"\r\n [view]=\"getDateView(item.dateMode)\"\r\n [dateFormat]=\"getDateFormat(item.dateMode)\"\r\n class=\"prDatePicker\"\r\n appendTo=\"body\"\r\n panelStyleClass=\"prDatePicker\"\r\n [placeholder]=\"getDateFormatPlaceholder(item.dateMode)\"\r\n [readonlyInput]=\"item.isReadOnly\"\r\n [minDate]=\"item.min\"\r\n [maxDate]=\"item.max\"\r\n ></p-datepicker>\r\n</ng-template>\r\n\r\n<ng-template #template_filter let-item=\"item\" let-index=\"index\">\r\n <ng-container *ngTemplateOutlet=\"item.content\"></ng-container>\r\n</ng-template>\r\n\r\n<ng-template #text_area let-item=\"item\" let-index=\"index\">\r\n <textarea\r\n pTextarea\r\n class=\"prInputText\"\r\n [disabled]=\"!item.enabled\"\r\n [(ngModel)]=\"item.value\"\r\n [placeholder]=\"item.placeholder\"\r\n (keyup)=\"onKeyUp($event, item)\"\r\n ></textarea>\r\n</ng-template>\r\n", dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: i1.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "ngmodule", type: DatePickerModule }, { kind: "component", type: i2$3.DatePicker, selector: "p-datePicker, p-datepicker, p-date-picker", inputs: ["iconDisplay", "styleClass", "inputStyle", "inputId", "inputStyleClass", "placeholder", "ariaLabelledBy", "ariaLabel", "iconAriaLabel", "dateFormat", "multipleSeparator", "rangeSeparator", "inline", "showOtherMonths", "selectOtherMonths", "showIcon", "icon", "readonlyInput", "shortYearCutoff", "hourFormat", "timeOnly", "stepHour", "stepMinute", "stepSecond", "showSeconds", "showOnFocus", "showWeek", "startWeekFromFirstDayOfYear", "showClear", "dataType", "selectionMode", "maxDateCount", "showButtonBar", "todayButtonStyleClass", "clearButtonStyleClass", "autofocus", "autoZIndex", "baseZIndex", "panelStyleClass", "panelStyle", "keepInvalid", "hideOnDateTimeSelect", "touchUI", "timeSeparator", "focusTrap", "showTransitionOptions", "hideTransitionOptions", "tabindex", "minDate", "maxDate", "disabledDates", "disabledDays", "showTime", "responsiveOptions", "numberOfMonths", "firstDayOfWeek", "view", "defaultDate", "appendTo"], outputs: ["onFocus", "onBlur", "onClose", "onSelect", "onClear", "onInput", "onTodayClick", "onClearClick", "onMonthChange", "onYearChange", "onClickOutside", "onShow"] }, { kind: "ngmodule", type: FormsModule }, { kind: "directive", type: i1$1.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i1$1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1$1.MaxLengthValidator, selector: "[maxlength][formControlName],[maxlength][formControl],[maxlength][ngModel]", inputs: ["maxlength"] }, { kind: "directive", type: i1$1.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "ngmodule", type: ButtonModule }, { kind: "ngmodule", type: InputTextModule }, { kind: "directive", type: i4$2.InputText, selector: "[pInputText]", inputs: ["hostName", "ptInputText", "pSize", "variant", "fluid", "invalid"] }, { kind: "ngmodule", type: CheckboxModule }, { kind: "component", type: i5.Checkbox, selector: "p-checkbox, p-checkBox, p-check-box", inputs: ["hostName", "value", "binary", "ariaLabelledBy", "ariaLabel", "tabindex", "inputId", "inputStyle", "styleClass", "inputClass", "indeterminate", "formControl", "checkboxIcon", "readonly", "autofocus", "trueValue", "falseValue", "variant", "size"], outputs: ["onChange", "onFocus", "onBlur"] }, { kind: "ngmodule", type: SelectModule }, { kind: "component", type: i6.Select, selector: "p-select", inputs: ["id", "scrollHeight", "filter", "panelStyle", "styleClass", "panelStyleClass", "readonly", "editable", "tabindex", "placeholder", "loadingIcon", "filterPlaceholder", "filterLocale", "inputId", "dataKey", "filterBy", "filterFields", "autofocus", "resetFilterOnHide", "checkmark", "dropdownIcon", "loading", "optionLabel", "optionValue", "optionDisabled", "optionGroupLabel", "optionGroupChildren", "group", "showClear", "emptyFilterMessage", "emptyMessage", "lazy", "virtualScroll", "virtualScrollItemSize", "virtualScrollOptions", "overlayOptions", "ariaFilterLabel", "ariaLabel", "ariaLabelledBy", "filterMatchMode", "tooltip", "tooltipPosition", "tooltipPositionStyle", "tooltipStyleClass", "focusOnHover", "selectOnFocus", "autoOptionFocus", "autofocusFilter", "filterValue", "options", "appendTo"], outputs: ["onChange", "onFilter", "onFocus", "onBlur", "onClick", "onShow", "onHide", "onClear", "onLazyLoad"] }, { kind: "ngmodule", type: MultiSelectModule }, { kind: "ngmodule", type: TextareaModule }, { kind: "directive", type: i7.Textarea, selector: "[pTextarea], [pInputTextarea]", inputs: ["autoResize", "pSize", "variant", "fluid", "invalid"], outputs: ["onResize"] }, { kind: "ngmodule", type: RippleModule }, { kind: "directive", type: i3$2.Ripple, selector: "[pRipple]" }, { kind: "component", type: MultiSelectComponent, selector: "intelica-multi-select", inputs: ["id", "options", "optionLabel", "optionValue", "placeholder", "showFilter", "showAll", "allText", "maxSelectedLabels", "appendTo", "panelStyleClass", "virtualScroll", "disabled", "selectedItemsLabel", "textColorClass", "group", "resetFilterOnHide", "customClass"], outputs: ["onChange", "onPanelShow", "onPanelHide"] }, { kind: "pipe", type: TermPipe, name: "term" }] });
|
|
4561
4562
|
}
|
|
4562
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
4563
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: FiltersComponent, decorators: [{
|
|
4563
4564
|
type: Component,
|
|
4564
4565
|
args: [{ selector: "intelica-filters", imports: [
|
|
4565
4566
|
CommonModule,
|
|
@@ -4636,10 +4637,10 @@ class ModalDialogComponent {
|
|
|
4636
4637
|
this.Visible = false;
|
|
4637
4638
|
this.EmmitCloseModal.emit(false);
|
|
4638
4639
|
}
|
|
4639
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
4640
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
4640
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: ModalDialogComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
4641
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.21", type: ModalDialogComponent, isStandalone: true, selector: "intelica-modal-dialog", inputs: { Title: "Title", Size: "Size", Draggable: "Draggable", DisableMaskClose: "DisableMaskClose" }, outputs: { EmmitCloseModal: "EmmitCloseModal" }, queries: [{ propertyName: "modalContentTemplate", first: true, predicate: ["modalContent"], descendants: true }], ngImport: i0, template: "<p-dialog\r\n class=\"prDialog prDialog--{{ Size }}\"\r\n [modal]=\"true\"\r\n [(visible)]=\"Visible\"\r\n [draggable]=\"Draggable\"\r\n [dismissableMask]=\"!DisableMaskClose\"\r\n (onHide)=\"closeDialog()\"\r\n>\r\n <ng-template pTemplate=\"header\">\r\n <div class=\"custom-header\">\r\n <h2>\r\n <ng-content select=\"[titleHeaderMenu]\"></ng-content>\r\n </h2>\r\n <button class=\"grButton--icon-close-modal\" (click)=\"closeDialog()\">\r\n <i class=\"icon-close1\"></i>\r\n </button>\r\n </div>\r\n </ng-template>\r\n <div class=\"prDialog__content\">\r\n <ng-container>\r\n <ng-container *ngTemplateOutlet=\"modalContentTemplate\"></ng-container>\r\n </ng-container>\r\n </div>\r\n</p-dialog>\r\n", dependencies: [{ kind: "component", type: Dialog, selector: "p-dialog", inputs: ["hostName", "header", "draggable", "resizable", "contentStyle", "contentStyleClass", "modal", "closeOnEscape", "dismissableMask", "rtl", "closable", "breakpoints", "styleClass", "maskStyleClass", "maskStyle", "showHeader", "blockScroll", "autoZIndex", "baseZIndex", "minX", "minY", "focusOnShow", "maximizable", "keepInViewport", "focusTrap", "transitionOptions", "closeIcon", "closeAriaLabel", "closeTabindex", "minimizeIcon", "maximizeIcon", "closeButtonProps", "maximizeButtonProps", "visible", "style", "position", "role", "appendTo", "content", "contentTemplate", "footerTemplate", "closeIconTemplate", "maximizeIconTemplate", "minimizeIconTemplate", "headlessTemplate"], outputs: ["onShow", "onHide", "visibleChange", "onResizeInit", "onResizeEnd", "onDragEnd", "onMaximize"] }, { kind: "ngmodule", type: ButtonModule }, { kind: "directive", type: i4.PrimeTemplate, selector: "[pTemplate]", inputs: ["type", "pTemplate"] }, { kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }] });
|
|
4641
4642
|
}
|
|
4642
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
4643
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: ModalDialogComponent, decorators: [{
|
|
4643
4644
|
type: Component,
|
|
4644
4645
|
args: [{ selector: "intelica-modal-dialog", imports: [Dialog, ButtonModule, CommonModule], template: "<p-dialog\r\n class=\"prDialog prDialog--{{ Size }}\"\r\n [modal]=\"true\"\r\n [(visible)]=\"Visible\"\r\n [draggable]=\"Draggable\"\r\n [dismissableMask]=\"!DisableMaskClose\"\r\n (onHide)=\"closeDialog()\"\r\n>\r\n <ng-template pTemplate=\"header\">\r\n <div class=\"custom-header\">\r\n <h2>\r\n <ng-content select=\"[titleHeaderMenu]\"></ng-content>\r\n </h2>\r\n <button class=\"grButton--icon-close-modal\" (click)=\"closeDialog()\">\r\n <i class=\"icon-close1\"></i>\r\n </button>\r\n </div>\r\n </ng-template>\r\n <div class=\"prDialog__content\">\r\n <ng-container>\r\n <ng-container *ngTemplateOutlet=\"modalContentTemplate\"></ng-container>\r\n </ng-container>\r\n </div>\r\n</p-dialog>\r\n" }]
|
|
4645
4646
|
}], propDecorators: { Title: [{
|
|
@@ -4691,10 +4692,10 @@ class ItemSplitDirective {
|
|
|
4691
4692
|
* @default false
|
|
4692
4693
|
*/
|
|
4693
4694
|
active = false;
|
|
4694
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
4695
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.
|
|
4695
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: ItemSplitDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
4696
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.21", type: ItemSplitDirective, isStandalone: true, selector: "itemsplit", inputs: { name: "name", hideButtons: "hideButtons", stopPropagation: "stopPropagation" }, outputs: { onClick: "onClick" }, queries: [{ propertyName: "template", first: true, predicate: ["template"], descendants: true }], ngImport: i0 });
|
|
4696
4697
|
}
|
|
4697
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
4698
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: ItemSplitDirective, decorators: [{
|
|
4698
4699
|
type: Directive,
|
|
4699
4700
|
args: [{
|
|
4700
4701
|
selector: "itemsplit",
|
|
@@ -4740,10 +4741,10 @@ class ButtonSplitComponent {
|
|
|
4740
4741
|
// Activa el item.
|
|
4741
4742
|
item.active = true;
|
|
4742
4743
|
}
|
|
4743
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
4744
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
4744
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: ButtonSplitComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
4745
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.21", type: ButtonSplitComponent, isStandalone: true, selector: "intelica-button-split", queries: [{ propertyName: "itemsSplit", predicate: ItemSplitDirective }], ngImport: i0, template: "<button class=\"grButton grButton--icon grButton--select-popover\" (click)=\"op.toggle($event)\"><i class=\"icon icon-list-options\"></i></button>\r\n<p-popover #op>\r\n\t<div class=\"prPopoverV3 prPopoverV3--contentLeft\">\r\n\t\t<ul>\r\n\t\t\t<li [ngClass]=\"{ hidden: !item.active }\" *ngFor=\"let item of itemsSplit\" (click)=\"showTemplate(item)\">{{ item.name }}</li>\r\n\t\t</ul>\r\n\t</div>\r\n</p-popover>\r\n", dependencies: [{ kind: "ngmodule", type: PopoverModule }, { kind: "component", type: i1$2.Popover, selector: "p-popover", inputs: ["ariaLabel", "ariaLabelledBy", "dismissable", "style", "styleClass", "appendTo", "autoZIndex", "ariaCloseLabel", "baseZIndex", "focusOnShow", "showTransitionOptions", "hideTransitionOptions"], outputs: ["onShow", "onHide"] }, { kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }] });
|
|
4745
4746
|
}
|
|
4746
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
4747
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: ButtonSplitComponent, decorators: [{
|
|
4747
4748
|
type: Component,
|
|
4748
4749
|
args: [{ selector: "intelica-button-split", imports: [PopoverModule, CommonModule], template: "<button class=\"grButton grButton--icon grButton--select-popover\" (click)=\"op.toggle($event)\"><i class=\"icon icon-list-options\"></i></button>\r\n<p-popover #op>\r\n\t<div class=\"prPopoverV3 prPopoverV3--contentLeft\">\r\n\t\t<ul>\r\n\t\t\t<li [ngClass]=\"{ hidden: !item.active }\" *ngFor=\"let item of itemsSplit\" (click)=\"showTemplate(item)\">{{ item.name }}</li>\r\n\t\t</ul>\r\n\t</div>\r\n</p-popover>\r\n" }]
|
|
4749
4750
|
}], propDecorators: { itemsSplit: [{
|
|
@@ -4814,10 +4815,10 @@ class RecordPerPageComponent {
|
|
|
4814
4815
|
// Establece el tamaño de página predeterminado como el primer elemento de la lista.
|
|
4815
4816
|
this.PageSize = this.Records[0];
|
|
4816
4817
|
}
|
|
4817
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
4818
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
4818
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: RecordPerPageComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
4819
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.21", type: RecordPerPageComponent, isStandalone: true, selector: "intelica-record-per-page", inputs: { Properties: "Properties" }, outputs: { ReturnPage: "ReturnPage" }, usesOnChanges: true, ngImport: i0, template: "<div style=\"width: 400px\">\r\n\t<div class=\"recordsPerPageCtr\">\r\n\t\t<ng-container *ngFor=\"let record of Records; let i = index\">\r\n\t\t\t<div class=\"form-check form-check-inline\">\r\n\t\t\t\t<p-radiobutton class=\"prRadioButton\" [inputId]=\"'radio-' + i\" name=\"optSortRP1\" [(ngModel)]=\"PageSize\" [value]=\"record\" [tabindex]=\"i\" />\r\n\t\t\t\t<label [for]=\"'radio-' + i\">{{ record }}</label>\r\n\t\t\t</div>\r\n\t\t</ng-container>\r\n\t</div>\r\n\t<div class=\"recordsPerPageBtnCtr\">\r\n\t\t<button class=\"grButton grButton--primary applyAnalytics\" (click)=\"ChangePageSize()\">\r\n\t\t\t<span>Apply</span>\r\n\t\t</button>\r\n\t</div>\r\n</div>\r\n", dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "ngmodule", type: FormsModule }, { kind: "directive", type: i1$1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1$1.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "ngmodule", type: RadioButtonModule }, { kind: "component", type: i3$1.RadioButton, selector: "p-radioButton, p-radiobutton, p-radio-button", inputs: ["value", "tabindex", "inputId", "ariaLabelledBy", "ariaLabel", "styleClass", "autofocus", "binary", "variant", "size"], outputs: ["onClick", "onFocus", "onBlur"] }] });
|
|
4819
4820
|
}
|
|
4820
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
4821
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: RecordPerPageComponent, decorators: [{
|
|
4821
4822
|
type: Component,
|
|
4822
4823
|
args: [{ selector: "intelica-record-per-page", imports: [CommonModule, FormsModule, RadioButtonModule], template: "<div style=\"width: 400px\">\r\n\t<div class=\"recordsPerPageCtr\">\r\n\t\t<ng-container *ngFor=\"let record of Records; let i = index\">\r\n\t\t\t<div class=\"form-check form-check-inline\">\r\n\t\t\t\t<p-radiobutton class=\"prRadioButton\" [inputId]=\"'radio-' + i\" name=\"optSortRP1\" [(ngModel)]=\"PageSize\" [value]=\"record\" [tabindex]=\"i\" />\r\n\t\t\t\t<label [for]=\"'radio-' + i\">{{ record }}</label>\r\n\t\t\t</div>\r\n\t\t</ng-container>\r\n\t</div>\r\n\t<div class=\"recordsPerPageBtnCtr\">\r\n\t\t<button class=\"grButton grButton--primary applyAnalytics\" (click)=\"ChangePageSize()\">\r\n\t\t\t<span>Apply</span>\r\n\t\t</button>\r\n\t</div>\r\n</div>\r\n" }]
|
|
4823
4824
|
}], ctorParameters: () => [], propDecorators: { Properties: [{
|
|
@@ -4993,10 +4994,10 @@ class SortingComponent {
|
|
|
4993
4994
|
CheckCascadeDisabled(id, index) {
|
|
4994
4995
|
return this.LCascadefilter.some(e => e.id == id);
|
|
4995
4996
|
}
|
|
4996
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
4997
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
4997
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: SortingComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
4998
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.21", type: SortingComponent, isStandalone: true, selector: "intelica-sorting", inputs: { Sorters: "Sorters", OrderBy: "OrderBy", OrderByDefault: "OrderByDefault", OneRender: "OneRender" }, outputs: { ReturnSorting: "ReturnSorting", AlertOrder: "AlertOrder" }, usesOnChanges: true, ngImport: i0, template: "<ng-container>\r\n\t<div class=\"sortingAnalytics\">\r\n\t\t<div class=\"sortingCtr\">\r\n\t\t\t<div></div>\r\n\t\t\t<div class=\"triangle-top\"></div>\r\n\t\t\t<div class=\"triangle-down\"></div>\r\n\t\t\t<ng-container *ngIf=\"OneRender; else multiple_render\">\r\n\t\t\t\t<ng-container *ngTemplateOutlet=\"one_render; context: { Sorters: Sorters }\"></ng-container>\r\n\t\t\t</ng-container>\r\n\t\t</div>\r\n\r\n\t\t<div class=\"sortingBtnCtr\">\r\n\t\t\t<!-- <span>{{'BTN_APPLY_SORT' | term : terms}}</span> -->\r\n\t\t\t<p-button pRipple class=\"prButton applyAnalytics\" label=\"{{ 'Apply sort' }}\" (onClick)=\"CheckCascadeOrder()\" />\r\n\t\t\t<!-- <span>{{'BTN_CLEAR_SORT' | term : terms}}</span> -->\r\n\t\t\t<p-button pRipple class=\"prButton cleanAnalytics\" label=\"{{ 'Clear sort' }}\" severity=\"secondary\" (onClick)=\"ClearCascadeOrder()\" />\r\n\t\t</div>\r\n\t</div>\r\n</ng-container>\r\n\r\n<ng-template #one_render let-Sorters=\"Sorters\">\r\n\t<ng-container *ngFor=\"let row of Sorters; let i = index\">\r\n\t\t<ng-container *ngIf=\"LCascadefilter.length > 0 && i <= NumMaxSorting\">\r\n\t\t\t<ng-container *ngIf=\"OneRender && i == 0\">\r\n\t\t\t\t<div class=\"idx-select\" *ngIf=\"i < LCascadefilter.length\">\r\n\t\t\t\t\t<div class=\"formRowInputNumber\">\r\n\t\t\t\t\t\t<span>{{ i + 1 }}</span>\r\n\t\t\t\t\t</div>\r\n\t\t\t\t\t<select class=\"grSelect\" [(ngModel)]=\"LCascadefilter[i].id\">\r\n\t\t\t\t\t\t<option *ngIf=\"i === 0\" [value]=\"0\">\r\n\t\t\t\t\t\t\t--\r\n\t\t\t\t\t\t\t<!-- <span>{{ \"LBL_SORT_BY\" | term : terms }}</span> -->\r\n\t\t\t\t\t\t\t<span>Sort By</span>\r\n\t\t\t\t\t\t\t--\r\n\t\t\t\t\t\t</option>\r\n\t\t\t\t\t\t<option *ngFor=\"let sort of Sorters\" [ngValue]=\"sort.field\" [disabled]=\"CheckCascadeDisabled(sort.field, i)\">\r\n\t\t\t\t\t\t\t{{ sort.headerText }}\r\n\t\t\t\t\t\t</option>\r\n\t\t\t\t\t</select>\r\n\t\t\t\t</div>\r\n\r\n\t\t\t\t<div class=\"form-check\" *ngIf=\"i < LCascadefilter.length\">\r\n\t\t\t\t\t<p-radiobutton class=\"prRadioButton\" name=\"optSort{{ i }}\" [value]=\"Order.ORDER_BY_ASC\" [inputId]=\"'test{{ i + i + 1 }}'\" [(ngModel)]=\"LCascadefilter[i].order\" tabindex=\"0\" />\r\n\t\t\t\t\t<label for=\"test{{ i + i + 1 }}\"></label>\r\n\t\t\t\t</div>\r\n\r\n\t\t\t\t<div class=\"form-check\" *ngIf=\"i < LCascadefilter.length\">\r\n\t\t\t\t\t<p-radiobutton class=\"prRadioButton\" name=\"optSort{{ i }}\" [value]=\"Order.ORDER_BY_DESC\" [inputId]=\"'test{{ i + i + 2 }}'\" [(ngModel)]=\"LCascadefilter[i].order\" tabindex=\"0\" />\r\n\t\t\t\t\t<label for=\"test{{ i + i + 2 }}\"></label>\r\n\t\t\t\t</div>\r\n\t\t\t</ng-container>\r\n\t\t</ng-container>\r\n\t</ng-container>\r\n</ng-template>\r\n\r\n<ng-template #multiple_render>\r\n\t<ng-container *ngFor=\"let row of Sorters; let i = index\">\r\n\t\t<ng-container *ngIf=\"LCascadefilter.length > 0 && i <= NumMaxSorting\">\r\n\t\t\t<div class=\"idx-select\" *ngIf=\"i < LCascadefilter.length\">\r\n\t\t\t\t<div class=\"formRowInputNumber\">\r\n\t\t\t\t\t<span>{{ i + 1 }}</span>\r\n\t\t\t\t</div>\r\n\t\t\t\t<select class=\"grSelect\" [(ngModel)]=\"LCascadefilter[i].id\">\r\n\t\t\t\t\t<option *ngIf=\"i === 0\" [value]=\"0\">\r\n\t\t\t\t\t\t--\r\n\t\t\t\t\t\t<!-- <span>{{ \"LBL_SORT_BY\" | term : terms }}</span> -->\r\n\t\t\t\t\t\t<span>Sort By</span>\r\n\t\t\t\t\t\t--\r\n\t\t\t\t\t</option>\r\n\t\t\t\t\t<option *ngIf=\"i > 0\" [value]=\"0\">\r\n\t\t\t\t\t\t--\r\n\t\t\t\t\t\t<!-- <span>{{ \"LBL_SORT_THEN\" | term : terms }}</span> -->\r\n\t\t\t\t\t\t<span>Then by</span>\r\n\t\t\t\t\t\t--\r\n\t\t\t\t\t</option>\r\n\t\t\t\t\t<option *ngFor=\"let sort of Sorters\" [ngValue]=\"sort.field\" [disabled]=\"CheckCascadeDisabled(sort.field, i)\">\r\n\t\t\t\t\t\t{{ sort.headerText }}\r\n\t\t\t\t\t</option>\r\n\t\t\t\t</select>\r\n\t\t\t</div>\r\n\r\n\t\t\t<div class=\"form-check\" *ngIf=\"i < LCascadefilter.length\">\r\n\t\t\t\t<p-radiobutton class=\"prRadioButton\" name=\"optSort{{ i }}\" [value]=\"Order.ORDER_BY_ASC\" [inputId]=\"'test{{ i + i + 1 }}'\" [(ngModel)]=\"LCascadefilter[i].order\" tabindex=\"0\" />\r\n\t\t\t\t<label for=\"test{{ i + i + 1 }}\"></label>\r\n\t\t\t</div>\r\n\r\n\t\t\t<div class=\"form-check\" *ngIf=\"i < LCascadefilter.length\">\r\n\t\t\t\t<p-radiobutton class=\"prRadioButton\" name=\"optSort{{ i }}\" [value]=\"Order.ORDER_BY_DESC\" [inputId]=\"'test{{ i + i + 2 }}'\" [(ngModel)]=\"LCascadefilter[i].order\" tabindex=\"0\" />\r\n\t\t\t\t<label for=\"test{{ i + i + 2 }}\"></label>\r\n\t\t\t</div>\r\n\t\t</ng-container>\r\n\t</ng-container>\r\n</ng-template>\r\n", dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "ngmodule", type: FormsModule }, { kind: "directive", type: i1$1.NgSelectOption, selector: "option", inputs: ["ngValue", "value"] }, { kind: "directive", type: i1$1.ɵNgSelectMultipleOption, selector: "option", inputs: ["ngValue", "value"] }, { kind: "directive", type: i1$1.SelectControlValueAccessor, selector: "select:not([multiple])[formControlName],select:not([multiple])[formControl],select:not([multiple])[ngModel]", inputs: ["compareWith"] }, { kind: "directive", type: i1$1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1$1.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "ngmodule", type: RadioButtonModule }, { kind: "component", type: i3$1.RadioButton, selector: "p-radioButton, p-radiobutton, p-radio-button", inputs: ["value", "tabindex", "inputId", "ariaLabelledBy", "ariaLabel", "styleClass", "autofocus", "binary", "variant", "size"], outputs: ["onClick", "onFocus", "onBlur"] }, { kind: "ngmodule", type: ButtonModule }, { kind: "component", type: i2$1.Button, selector: "p-button", inputs: ["hostName", "type", "badge", "disabled", "raised", "rounded", "text", "plain", "outlined", "link", "tabindex", "size", "variant", "style", "styleClass", "badgeClass", "badgeSeverity", "ariaLabel", "autofocus", "iconPos", "icon", "label", "loading", "loadingIcon", "severity", "buttonProps", "fluid"], outputs: ["onClick", "onFocus", "onBlur"] }] });
|
|
4998
4999
|
}
|
|
4999
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
5000
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: SortingComponent, decorators: [{
|
|
5000
5001
|
type: Component,
|
|
5001
5002
|
args: [{ selector: "intelica-sorting", imports: [CommonModule, FormsModule, RadioButtonModule, ButtonModule], template: "<ng-container>\r\n\t<div class=\"sortingAnalytics\">\r\n\t\t<div class=\"sortingCtr\">\r\n\t\t\t<div></div>\r\n\t\t\t<div class=\"triangle-top\"></div>\r\n\t\t\t<div class=\"triangle-down\"></div>\r\n\t\t\t<ng-container *ngIf=\"OneRender; else multiple_render\">\r\n\t\t\t\t<ng-container *ngTemplateOutlet=\"one_render; context: { Sorters: Sorters }\"></ng-container>\r\n\t\t\t</ng-container>\r\n\t\t</div>\r\n\r\n\t\t<div class=\"sortingBtnCtr\">\r\n\t\t\t<!-- <span>{{'BTN_APPLY_SORT' | term : terms}}</span> -->\r\n\t\t\t<p-button pRipple class=\"prButton applyAnalytics\" label=\"{{ 'Apply sort' }}\" (onClick)=\"CheckCascadeOrder()\" />\r\n\t\t\t<!-- <span>{{'BTN_CLEAR_SORT' | term : terms}}</span> -->\r\n\t\t\t<p-button pRipple class=\"prButton cleanAnalytics\" label=\"{{ 'Clear sort' }}\" severity=\"secondary\" (onClick)=\"ClearCascadeOrder()\" />\r\n\t\t</div>\r\n\t</div>\r\n</ng-container>\r\n\r\n<ng-template #one_render let-Sorters=\"Sorters\">\r\n\t<ng-container *ngFor=\"let row of Sorters; let i = index\">\r\n\t\t<ng-container *ngIf=\"LCascadefilter.length > 0 && i <= NumMaxSorting\">\r\n\t\t\t<ng-container *ngIf=\"OneRender && i == 0\">\r\n\t\t\t\t<div class=\"idx-select\" *ngIf=\"i < LCascadefilter.length\">\r\n\t\t\t\t\t<div class=\"formRowInputNumber\">\r\n\t\t\t\t\t\t<span>{{ i + 1 }}</span>\r\n\t\t\t\t\t</div>\r\n\t\t\t\t\t<select class=\"grSelect\" [(ngModel)]=\"LCascadefilter[i].id\">\r\n\t\t\t\t\t\t<option *ngIf=\"i === 0\" [value]=\"0\">\r\n\t\t\t\t\t\t\t--\r\n\t\t\t\t\t\t\t<!-- <span>{{ \"LBL_SORT_BY\" | term : terms }}</span> -->\r\n\t\t\t\t\t\t\t<span>Sort By</span>\r\n\t\t\t\t\t\t\t--\r\n\t\t\t\t\t\t</option>\r\n\t\t\t\t\t\t<option *ngFor=\"let sort of Sorters\" [ngValue]=\"sort.field\" [disabled]=\"CheckCascadeDisabled(sort.field, i)\">\r\n\t\t\t\t\t\t\t{{ sort.headerText }}\r\n\t\t\t\t\t\t</option>\r\n\t\t\t\t\t</select>\r\n\t\t\t\t</div>\r\n\r\n\t\t\t\t<div class=\"form-check\" *ngIf=\"i < LCascadefilter.length\">\r\n\t\t\t\t\t<p-radiobutton class=\"prRadioButton\" name=\"optSort{{ i }}\" [value]=\"Order.ORDER_BY_ASC\" [inputId]=\"'test{{ i + i + 1 }}'\" [(ngModel)]=\"LCascadefilter[i].order\" tabindex=\"0\" />\r\n\t\t\t\t\t<label for=\"test{{ i + i + 1 }}\"></label>\r\n\t\t\t\t</div>\r\n\r\n\t\t\t\t<div class=\"form-check\" *ngIf=\"i < LCascadefilter.length\">\r\n\t\t\t\t\t<p-radiobutton class=\"prRadioButton\" name=\"optSort{{ i }}\" [value]=\"Order.ORDER_BY_DESC\" [inputId]=\"'test{{ i + i + 2 }}'\" [(ngModel)]=\"LCascadefilter[i].order\" tabindex=\"0\" />\r\n\t\t\t\t\t<label for=\"test{{ i + i + 2 }}\"></label>\r\n\t\t\t\t</div>\r\n\t\t\t</ng-container>\r\n\t\t</ng-container>\r\n\t</ng-container>\r\n</ng-template>\r\n\r\n<ng-template #multiple_render>\r\n\t<ng-container *ngFor=\"let row of Sorters; let i = index\">\r\n\t\t<ng-container *ngIf=\"LCascadefilter.length > 0 && i <= NumMaxSorting\">\r\n\t\t\t<div class=\"idx-select\" *ngIf=\"i < LCascadefilter.length\">\r\n\t\t\t\t<div class=\"formRowInputNumber\">\r\n\t\t\t\t\t<span>{{ i + 1 }}</span>\r\n\t\t\t\t</div>\r\n\t\t\t\t<select class=\"grSelect\" [(ngModel)]=\"LCascadefilter[i].id\">\r\n\t\t\t\t\t<option *ngIf=\"i === 0\" [value]=\"0\">\r\n\t\t\t\t\t\t--\r\n\t\t\t\t\t\t<!-- <span>{{ \"LBL_SORT_BY\" | term : terms }}</span> -->\r\n\t\t\t\t\t\t<span>Sort By</span>\r\n\t\t\t\t\t\t--\r\n\t\t\t\t\t</option>\r\n\t\t\t\t\t<option *ngIf=\"i > 0\" [value]=\"0\">\r\n\t\t\t\t\t\t--\r\n\t\t\t\t\t\t<!-- <span>{{ \"LBL_SORT_THEN\" | term : terms }}</span> -->\r\n\t\t\t\t\t\t<span>Then by</span>\r\n\t\t\t\t\t\t--\r\n\t\t\t\t\t</option>\r\n\t\t\t\t\t<option *ngFor=\"let sort of Sorters\" [ngValue]=\"sort.field\" [disabled]=\"CheckCascadeDisabled(sort.field, i)\">\r\n\t\t\t\t\t\t{{ sort.headerText }}\r\n\t\t\t\t\t</option>\r\n\t\t\t\t</select>\r\n\t\t\t</div>\r\n\r\n\t\t\t<div class=\"form-check\" *ngIf=\"i < LCascadefilter.length\">\r\n\t\t\t\t<p-radiobutton class=\"prRadioButton\" name=\"optSort{{ i }}\" [value]=\"Order.ORDER_BY_ASC\" [inputId]=\"'test{{ i + i + 1 }}'\" [(ngModel)]=\"LCascadefilter[i].order\" tabindex=\"0\" />\r\n\t\t\t\t<label for=\"test{{ i + i + 1 }}\"></label>\r\n\t\t\t</div>\r\n\r\n\t\t\t<div class=\"form-check\" *ngIf=\"i < LCascadefilter.length\">\r\n\t\t\t\t<p-radiobutton class=\"prRadioButton\" name=\"optSort{{ i }}\" [value]=\"Order.ORDER_BY_DESC\" [inputId]=\"'test{{ i + i + 2 }}'\" [(ngModel)]=\"LCascadefilter[i].order\" tabindex=\"0\" />\r\n\t\t\t\t<label for=\"test{{ i + i + 2 }}\"></label>\r\n\t\t\t</div>\r\n\t\t</ng-container>\r\n\t</ng-container>\r\n</ng-template>\r\n" }]
|
|
5002
5003
|
}], ctorParameters: () => [], propDecorators: { Sorters: [{
|
|
@@ -5020,10 +5021,10 @@ class PopoverComponent {
|
|
|
5020
5021
|
* @default {}
|
|
5021
5022
|
*/
|
|
5022
5023
|
information = [];
|
|
5023
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
5024
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
5024
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: PopoverComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
5025
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.21", type: PopoverComponent, isStandalone: true, selector: "intelica-popover", inputs: { information: "information" }, ngImport: i0, template: "<div class=\"tooltipTable tooltipTable--limitHeight\">\r\n\t<div class=\"tooltipTable__row\" *ngFor=\"let item of information\">\r\n\t\t<div class=\"tooltipTable__left\">\r\n\t\t\t<span>{{ item.title }}</span>\r\n\t\t</div>\r\n\t\t<div class=\"tooltipTable__right tooltipTable__right--gray\">{{ item.description }}</div>\r\n\t</div>\r\n</div>\r\n", dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }] });
|
|
5025
5026
|
}
|
|
5026
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
5027
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: PopoverComponent, decorators: [{
|
|
5027
5028
|
type: Component,
|
|
5028
5029
|
args: [{ selector: "intelica-popover", imports: [CommonModule], template: "<div class=\"tooltipTable tooltipTable--limitHeight\">\r\n\t<div class=\"tooltipTable__row\" *ngFor=\"let item of information\">\r\n\t\t<div class=\"tooltipTable__left\">\r\n\t\t\t<span>{{ item.title }}</span>\r\n\t\t</div>\r\n\t\t<div class=\"tooltipTable__right tooltipTable__right--gray\">{{ item.description }}</div>\r\n\t</div>\r\n</div>\r\n" }]
|
|
5029
5030
|
}], propDecorators: { information: [{
|
|
@@ -5078,10 +5079,10 @@ class EchartComponent {
|
|
|
5078
5079
|
});
|
|
5079
5080
|
observer.observe(chartElement);
|
|
5080
5081
|
}
|
|
5081
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
5082
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
5082
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: EchartComponent, deps: [{ token: i0.ElementRef }, { token: PLATFORM_ID }], target: i0.ɵɵFactoryTarget.Component });
|
|
5083
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.21", type: EchartComponent, isStandalone: true, selector: "intelica-echart", inputs: { config: "config", id: "id", renderer: "renderer", containerStyle: "containerStyle" }, outputs: { event: "event" }, ngImport: i0, template: "<div [id]=\"id + '_plot'\" class=\"chart\" [ngStyle]=\"containerStyle\"></div>\r\n", dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }] });
|
|
5083
5084
|
}
|
|
5084
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
5085
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: EchartComponent, decorators: [{
|
|
5085
5086
|
type: Component,
|
|
5086
5087
|
args: [{ selector: "intelica-echart", imports: [CommonModule], template: "<div [id]=\"id + '_plot'\" class=\"chart\" [ngStyle]=\"containerStyle\"></div>\r\n" }]
|
|
5087
5088
|
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: Object, decorators: [{
|
|
@@ -5207,10 +5208,10 @@ class TemplateMenuComponent {
|
|
|
5207
5208
|
this.closePanel();
|
|
5208
5209
|
}
|
|
5209
5210
|
}
|
|
5210
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
5211
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
5211
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: TemplateMenuComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
5212
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.21", type: TemplateMenuComponent, isStandalone: true, selector: "intelica-template-menu", outputs: { openPanelEvent: "onOpen", closePanelEvent: "onClose" }, host: { listeners: { "mousedown": "onMouseDown($event)", "window:mousedown": "onMouseDownOutsideBody($event)", "mouseup": "onMouseUp($event)", "document:click": "closeAll($event)" } }, viewQueries: [{ propertyName: "Popover", first: true, predicate: ["popover"], descendants: true }, { propertyName: "MenuButton", first: true, predicate: ["menuButton"], descendants: true }, { propertyName: "PopoverContainer", first: true, predicate: ["popoverContainer"], descendants: true }], ngImport: i0, template: "<div #popoverContainer class=\"grPopoverContainer\">\r\n\t<button #menuButton class=\"grMenuTemplate\" (click)=\"togglePanel($event)\">\r\n\t\t<span class=\"grMenuTemplate__ico\"><i class=\"icon icon-filter-option\"></i></span>\r\n\t\t<span class=\"grMenuTemplate__txt\">{{ \"Filters\" | term : GlobalTermService.languageCode }}</span>\r\n\t</button>\r\n\t<div class=\"grPopover\" #popover>\r\n\t\t<div class=\"grPopoverMenu\" [ngClass]=\"{ hidden: !IsPopoverOpen }\">\r\n\t\t\t<div class=\"grPopoverHeader\">\r\n\t\t\t\t<h3>\r\n\t\t\t\t\t<span>{{ \"Filters\" | term : GlobalTermService.languageCode }}</span>\r\n\t\t\t\t</h3>\r\n\t\t\t</div>\r\n\t\t\t<div class=\"grPopoverBody grPopoverBody--template\">\r\n\t\t\t\t<ng-content></ng-content>\r\n\t\t\t</div>\r\n\t\t</div>\r\n\t</div>\r\n</div>\r\n", dependencies: [{ kind: "ngmodule", type: ButtonModule }, { kind: "ngmodule", type: InputGroupAddonModule }, { kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "ngmodule", type: RippleModule }, { kind: "pipe", type: TermPipe, name: "term" }] });
|
|
5212
5213
|
}
|
|
5213
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
5214
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: TemplateMenuComponent, decorators: [{
|
|
5214
5215
|
type: Component,
|
|
5215
5216
|
args: [{ selector: "intelica-template-menu", imports: [ButtonModule, InputGroupAddonModule, CommonModule, RippleModule, TermPipe], template: "<div #popoverContainer class=\"grPopoverContainer\">\r\n\t<button #menuButton class=\"grMenuTemplate\" (click)=\"togglePanel($event)\">\r\n\t\t<span class=\"grMenuTemplate__ico\"><i class=\"icon icon-filter-option\"></i></span>\r\n\t\t<span class=\"grMenuTemplate__txt\">{{ \"Filters\" | term : GlobalTermService.languageCode }}</span>\r\n\t</button>\r\n\t<div class=\"grPopover\" #popover>\r\n\t\t<div class=\"grPopoverMenu\" [ngClass]=\"{ hidden: !IsPopoverOpen }\">\r\n\t\t\t<div class=\"grPopoverHeader\">\r\n\t\t\t\t<h3>\r\n\t\t\t\t\t<span>{{ \"Filters\" | term : GlobalTermService.languageCode }}</span>\r\n\t\t\t\t</h3>\r\n\t\t\t</div>\r\n\t\t\t<div class=\"grPopoverBody grPopoverBody--template\">\r\n\t\t\t\t<ng-content></ng-content>\r\n\t\t\t</div>\r\n\t\t</div>\r\n\t</div>\r\n</div>\r\n" }]
|
|
5216
5217
|
}], ctorParameters: () => [], propDecorators: { Popover: [{
|
|
@@ -5649,8 +5650,8 @@ class DatepickerComponent {
|
|
|
5649
5650
|
this.datepickerRef._hideOverlayOriginal();
|
|
5650
5651
|
};
|
|
5651
5652
|
}
|
|
5652
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
5653
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
5653
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: DatepickerComponent, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
5654
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.21", type: DatepickerComponent, isStandalone: true, selector: "intelica-datepicker", inputs: { readonlyInput: "readonlyInput", showIcon: "showIcon", numberOfMonths: "numberOfMonths", panelStyleClass: "panelStyleClass", manualApply: "manualApply", customButtons: "customButtons", dateFormat: "dateFormat", view: "view", selectionMode: "selectionMode" }, outputs: { onChangeEvent: "onChange" }, providers: [
|
|
5654
5655
|
{
|
|
5655
5656
|
provide: NG_VALUE_ACCESSOR,
|
|
5656
5657
|
useExisting: forwardRef(() => DatepickerComponent),
|
|
@@ -5658,7 +5659,7 @@ class DatepickerComponent {
|
|
|
5658
5659
|
},
|
|
5659
5660
|
], viewQueries: [{ propertyName: "datepickerRef", first: true, predicate: ["datepicker"], descendants: true }], ngImport: i0, template: "<p-datepicker\r\n\t#datepicker\r\n\t[class]=\"panelStyleClass\"\r\n\t[ngModel]=\"internalModel\"\r\n\t(ngModelChange)=\"onModelChange($event)\"\r\n\t[selectionMode]=\"selectionMode\"\r\n\t[numberOfMonths]=\"numberOfMonths\"\r\n\t[readonlyInput]=\"readonlyInput\"\r\n\t[showIcon]=\"showIcon\"\r\n\t[view]=\"view\"\r\n\t[dateFormat]=\"getDateFormat()\"\r\n\t[defaultDate]=\"defaultDate\"\r\n\t(onMonthChange)=\"onMonthChange($event)\"\r\n\t(onYearChange)=\"onYearChange($event)\"\r\n\t(onShow)=\"handleOpen()\"\r\n\t(onHide)=\"handleClose()\"\r\n\t>\r\n\r\n\t<ng-template pTemplate=\"header\">\r\n\t\t<div class=\"prDatapicker__header\">\r\n\t\t\t<div class=\"prDatapicker__content\">\r\n\r\n\t\t\t\t<!-- MES -->\r\n\t\t\t\t<p-select\r\n\t\t\t\t\t*ngIf=\"view === 'date'\"\r\n\t\t\t\t\tclass=\"prSelect\"\r\n\t\t\t\t\t[options]=\"filteredMonths\"\r\n\t\t\t\t\toptionLabel=\"label\"\r\n\t\t\t\t\toptionValue=\"value\"\r\n\t\t\t\t\t[(ngModel)]=\"viewMonth\"\r\n\t\t\t\t\t(ngModelChange)=\"onViewChange()\"\r\n\t\t\t\t\tdropdownIcon=\"icon icon-arrow-down\">\r\n\t\t\t\t</p-select>\r\n\r\n\t\t\t\t<!-- A\u00D1O -->\r\n\t\t\t\t<p-select\r\n\t\t\t\t\t*ngIf=\"view === 'date' || view === 'month'\"\r\n\t\t\t\t\tclass=\"prSelect\"\r\n\t\t\t\t\t[options]=\"years\"\r\n\t\t\t\t\t[(ngModel)]=\"viewYear\"\r\n\t\t\t\t\t(ngModelChange)=\"onViewChange()\"\r\n\t\t\t\t\tdropdownIcon=\"icon icon-arrow-down\"\r\n\t\t\t\t\t[virtualScroll]=\"true\"\r\n\t\t\t\t\t[virtualScrollItemSize]=\"38\">\r\n\t\t\t\t</p-select>\r\n\r\n\t\t\t</div>\r\n\t\t</div>\r\n\t</ng-template>\r\n\t<ng-template pTemplate=\"footer\" *ngIf=\"selectionMode === 'range'\">\r\n\t\t<div class=\"footerDatapicker footerDatapicker--range\">\r\n\t\t\t<div class=\"footerDatapicker__box\">\r\n\t\t\t\t<!-- TODAY button -->\r\n\t\t\t\t<p-button\r\n\t\t\t\t\t*ngIf=\"shouldShowButton(DATEPICKER_BUTTON_TYPES.TODAY)\"\r\n\t\t\t\t\t[class]=\"getButtonClass(DATEPICKER_BUTTON_TYPES.TODAY)\"\r\n\t\t\t\t\tlabel=\"Today\"\r\n\t\t\t\t\t(click)=\"todayCallback($event)\">\r\n\t\t\t\t</p-button>\r\n\t\t\t\t<!-- LAST 12 MONTHS button -->\r\n\t\t\t\t<p-button\r\n\t\t\t\t\t*ngIf=\"shouldShowButton(DATEPICKER_BUTTON_TYPES.LAST_12_MONTHS)\"\r\n\t\t\t\t\t[class]=\"getButtonClass(DATEPICKER_BUTTON_TYPES.LAST_12_MONTHS)\"\r\n\t\t\t\t\tlabel=\"Last 12 months\"\r\n\t\t\t\t\t(click)=\"last12MonthsCallback($event)\">\r\n\t\t\t\t</p-button>\r\n\t\t\t\t<!-- CURRENT YEAR button -->\r\n\t\t\t\t<p-button\r\n\t\t\t\t\t*ngIf=\"shouldShowButton(DATEPICKER_BUTTON_TYPES.CURRENT_YEAR)\"\r\n\t\t\t\t\t[class]=\"getButtonClass(DATEPICKER_BUTTON_TYPES.CURRENT_YEAR)\"\r\n\t\t\t\t\tlabel=\"Current year\"\r\n\t\t\t\t\t(click)=\"currentYearCallback($event)\">\r\n\t\t\t\t</p-button>\r\n\t\t\t\t<!-- CURRENT MONTH button -->\r\n\t\t\t\t<p-button\r\n\t\t\t\t\t*ngIf=\"shouldShowButton(DATEPICKER_BUTTON_TYPES.CURRENT_MONTH)\"\r\n\t\t\t\t\t[class]=\"getButtonClass(DATEPICKER_BUTTON_TYPES.CURRENT_MONTH)\"\r\n\t\t\t\t\tlabel=\"Current month\"\r\n\t\t\t\t\t(click)=\"currentMonthCallback($event)\">\r\n\t\t\t\t</p-button>\r\n\t\t\t</div>\r\n\t\t\t<div class=\"footerDatapicker__box\">\r\n\t\t\t\t<!-- Apply button - shown only in manual apply mode -->\r\n\t\t\t\t<p-button\r\n\t\t\t\t\t*ngIf=\"manualApply\"\r\n\t\t\t\t\tclass=\"btnPrimary\"\r\n\t\t\t\t\tlabel=\"Apply\"\r\n\t\t\t\t\t(click)=\"applyCallback($event)\">\r\n\t\t\t\t</p-button>\r\n\t\t\t\t<!-- Clear button - always shown -->\r\n\t\t\t\t<p-button\r\n\t\t\t\t\tclass=\"btnSecond\"\r\n\t\t\t\t\tlabel=\"Clear\"\r\n\t\t\t\t\t(click)=\"clearCallback($event)\">\r\n\t\t\t\t</p-button>\r\n\t\t\t</div>\r\n\t\t</div>\r\n\t</ng-template>\r\n\r\n</p-datepicker>\r\n", dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "ngmodule", type: FormsModule }, { kind: "directive", type: i1$1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1$1.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "component", type: DatePicker, selector: "p-datePicker, p-datepicker, p-date-picker", inputs: ["iconDisplay", "styleClass", "inputStyle", "inputId", "inputStyleClass", "placeholder", "ariaLabelledBy", "ariaLabel", "iconAriaLabel", "dateFormat", "multipleSeparator", "rangeSeparator", "inline", "showOtherMonths", "selectOtherMonths", "showIcon", "icon", "readonlyInput", "shortYearCutoff", "hourFormat", "timeOnly", "stepHour", "stepMinute", "stepSecond", "showSeconds", "showOnFocus", "showWeek", "startWeekFromFirstDayOfYear", "showClear", "dataType", "selectionMode", "maxDateCount", "showButtonBar", "todayButtonStyleClass", "clearButtonStyleClass", "autofocus", "autoZIndex", "baseZIndex", "panelStyleClass", "panelStyle", "keepInvalid", "hideOnDateTimeSelect", "touchUI", "timeSeparator", "focusTrap", "showTransitionOptions", "hideTransitionOptions", "tabindex", "minDate", "maxDate", "disabledDates", "disabledDays", "showTime", "responsiveOptions", "numberOfMonths", "firstDayOfWeek", "view", "defaultDate", "appendTo"], outputs: ["onFocus", "onBlur", "onClose", "onSelect", "onClear", "onInput", "onTodayClick", "onClearClick", "onMonthChange", "onYearChange", "onClickOutside", "onShow"] }, { kind: "ngmodule", type: SelectModule }, { kind: "component", type: i6.Select, selector: "p-select", inputs: ["id", "scrollHeight", "filter", "panelStyle", "styleClass", "panelStyleClass", "readonly", "editable", "tabindex", "placeholder", "loadingIcon", "filterPlaceholder", "filterLocale", "inputId", "dataKey", "filterBy", "filterFields", "autofocus", "resetFilterOnHide", "checkmark", "dropdownIcon", "loading", "optionLabel", "optionValue", "optionDisabled", "optionGroupLabel", "optionGroupChildren", "group", "showClear", "emptyFilterMessage", "emptyMessage", "lazy", "virtualScroll", "virtualScrollItemSize", "virtualScrollOptions", "overlayOptions", "ariaFilterLabel", "ariaLabel", "ariaLabelledBy", "filterMatchMode", "tooltip", "tooltipPosition", "tooltipPositionStyle", "tooltipStyleClass", "focusOnHover", "selectOnFocus", "autoOptionFocus", "autofocusFilter", "filterValue", "options", "appendTo"], outputs: ["onChange", "onFilter", "onFocus", "onBlur", "onClick", "onShow", "onHide", "onClear", "onLazyLoad"] }, { kind: "directive", type: i4.PrimeTemplate, selector: "[pTemplate]", inputs: ["type", "pTemplate"] }, { kind: "ngmodule", type: ButtonModule }, { kind: "component", type: i2$1.Button, selector: "p-button", inputs: ["hostName", "type", "badge", "disabled", "raised", "rounded", "text", "plain", "outlined", "link", "tabindex", "size", "variant", "style", "styleClass", "badgeClass", "badgeSeverity", "ariaLabel", "autofocus", "iconPos", "icon", "label", "loading", "loadingIcon", "severity", "buttonProps", "fluid"], outputs: ["onClick", "onFocus", "onBlur"] }] });
|
|
5660
5661
|
}
|
|
5661
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
5662
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: DatepickerComponent, decorators: [{
|
|
5662
5663
|
type: Component,
|
|
5663
5664
|
args: [{ selector: "intelica-datepicker", imports: [CommonModule, FormsModule, DatePicker, SelectModule, ButtonModule], providers: [
|
|
5664
5665
|
{
|
|
@@ -5701,10 +5702,10 @@ class SkeletonService {
|
|
|
5701
5702
|
show() {
|
|
5702
5703
|
this.isLoading.set(true);
|
|
5703
5704
|
}
|
|
5704
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
5705
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.
|
|
5705
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: SkeletonService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
5706
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: SkeletonService, providedIn: "root" });
|
|
5706
5707
|
}
|
|
5707
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
5708
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: SkeletonService, decorators: [{
|
|
5708
5709
|
type: Injectable,
|
|
5709
5710
|
args: [{ providedIn: "root" }]
|
|
5710
5711
|
}] });
|
|
@@ -5714,10 +5715,10 @@ class SkeletonComponent {
|
|
|
5714
5715
|
isLoading = this.skeletonService.isLoading;
|
|
5715
5716
|
localLoading = false;
|
|
5716
5717
|
show = false;
|
|
5717
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
5718
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.
|
|
5718
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: SkeletonComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
5719
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.21", type: SkeletonComponent, isStandalone: true, selector: "intelica-skeleton", inputs: { localLoading: "localLoading", show: "show" }, ngImport: i0, template: "@if((isLoading() && !localLoading) || show){\r\n<ng-content></ng-content>\r\n}\r\n", dependencies: [{ kind: "ngmodule", type: CommonModule }] });
|
|
5719
5720
|
}
|
|
5720
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
5721
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: SkeletonComponent, decorators: [{
|
|
5721
5722
|
type: Component,
|
|
5722
5723
|
args: [{ selector: "intelica-skeleton", imports: [CommonModule], template: "@if((isLoading() && !localLoading) || show){\r\n<ng-content></ng-content>\r\n}\r\n" }]
|
|
5723
5724
|
}], propDecorators: { localLoading: [{
|
|
@@ -5762,10 +5763,10 @@ class SkeletonTableComponent {
|
|
|
5762
5763
|
getRows() {
|
|
5763
5764
|
return new Array(this.rows);
|
|
5764
5765
|
}
|
|
5765
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
5766
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.
|
|
5766
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: SkeletonTableComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
5767
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.21", type: SkeletonTableComponent, isStandalone: true, selector: "intelica-skeleton-table", inputs: { rows: "rows", columns: "columns", showLeftSkeleton: "showLeftSkeleton", showRightSkeleton: "showRightSkeleton" }, ngImport: i0, template: "<div class=\"skeletonTable\">\r\n\t<div class=\"mb-2 row\" *ngIf=\"showLeftSkeleton || showRightSkeleton\" [ngClass]=\"justifyClass\">\r\n\t\t<div class=\"col-1 px-0\" *ngIf=\"showLeftSkeleton\">\r\n\t\t\t<p-skeleton class=\"prSkeleton\" [height]=\"'3rem'\"></p-skeleton>\r\n\t\t</div>\r\n\t\t<div class=\"col-3 px-0\" *ngIf=\"showRightSkeleton\">\r\n\t\t\t<p-skeleton class=\"prSkeleton\" [height]=\"'3rem'\"></p-skeleton>\r\n\t\t</div>\r\n\t</div>\r\n\r\n\t<div class=\"row\">\r\n\t\t<div class=\"col-12 px-0 mb-2\">\r\n\t\t\t<p-skeleton class=\"prSkeleton\" [height]=\"'4rem'\"></p-skeleton>\r\n\t\t</div>\r\n\t</div>\r\n\t@for (row of getRows(); track $index) {\r\n\t<div class=\"row borderBottomRow\">\r\n\t\t@for (column of columnSizes; track $index) {\r\n\t\t<div class=\"{{ column }} px-0\">\r\n\t\t\t<div class=\"bodyPaddingTable\">\r\n\t\t\t\t<p-skeleton class=\"prSkeleton\" [height]=\"'2rem'\"></p-skeleton>\r\n\t\t\t</div>\r\n\t\t</div>\r\n\t\t}\r\n\t</div>\r\n\t}\r\n</div>\r\n", dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "ngmodule", type: SkeletonModule }, { kind: "component", type: i2$4.Skeleton, selector: "p-skeleton", inputs: ["styleClass", "shape", "animation", "borderRadius", "size", "width", "height"] }] });
|
|
5767
5768
|
}
|
|
5768
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
5769
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: SkeletonTableComponent, decorators: [{
|
|
5769
5770
|
type: Component,
|
|
5770
5771
|
args: [{ selector: "intelica-skeleton-table", imports: [CommonModule, SkeletonModule], template: "<div class=\"skeletonTable\">\r\n\t<div class=\"mb-2 row\" *ngIf=\"showLeftSkeleton || showRightSkeleton\" [ngClass]=\"justifyClass\">\r\n\t\t<div class=\"col-1 px-0\" *ngIf=\"showLeftSkeleton\">\r\n\t\t\t<p-skeleton class=\"prSkeleton\" [height]=\"'3rem'\"></p-skeleton>\r\n\t\t</div>\r\n\t\t<div class=\"col-3 px-0\" *ngIf=\"showRightSkeleton\">\r\n\t\t\t<p-skeleton class=\"prSkeleton\" [height]=\"'3rem'\"></p-skeleton>\r\n\t\t</div>\r\n\t</div>\r\n\r\n\t<div class=\"row\">\r\n\t\t<div class=\"col-12 px-0 mb-2\">\r\n\t\t\t<p-skeleton class=\"prSkeleton\" [height]=\"'4rem'\"></p-skeleton>\r\n\t\t</div>\r\n\t</div>\r\n\t@for (row of getRows(); track $index) {\r\n\t<div class=\"row borderBottomRow\">\r\n\t\t@for (column of columnSizes; track $index) {\r\n\t\t<div class=\"{{ column }} px-0\">\r\n\t\t\t<div class=\"bodyPaddingTable\">\r\n\t\t\t\t<p-skeleton class=\"prSkeleton\" [height]=\"'2rem'\"></p-skeleton>\r\n\t\t\t</div>\r\n\t\t</div>\r\n\t\t}\r\n\t</div>\r\n\t}\r\n</div>\r\n" }]
|
|
5771
5772
|
}], propDecorators: { rows: [{
|
|
@@ -5780,10 +5781,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImpo
|
|
|
5780
5781
|
|
|
5781
5782
|
class DataDirective {
|
|
5782
5783
|
size = ""; // Esta es la propiedad que recibirás en la etiqueta <data>
|
|
5783
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
5784
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.
|
|
5784
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: DataDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
5785
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.21", type: DataDirective, isStandalone: true, selector: "data", inputs: { size: "size" }, ngImport: i0 });
|
|
5785
5786
|
}
|
|
5786
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
5787
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: DataDirective, decorators: [{
|
|
5787
5788
|
type: Directive,
|
|
5788
5789
|
args: [{
|
|
5789
5790
|
selector: "data", // El selector es 'data', lo que permite usar <data> en la plantilla
|
|
@@ -5855,10 +5856,10 @@ class SkeletonChartComponent {
|
|
|
5855
5856
|
getArray(length) {
|
|
5856
5857
|
return Array.from({ length }, (_, i) => i);
|
|
5857
5858
|
}
|
|
5858
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
5859
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.
|
|
5859
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: SkeletonChartComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
5860
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.21", type: SkeletonChartComponent, isStandalone: true, selector: "intelica-skeleton-chart", inputs: { type: "type", series: "series", data: "data", label: "label" }, queries: [{ propertyName: "dataElements", predicate: DataDirective }], ngImport: i0, template: "@switch (type) { @case('bar'){\r\n<div class=\"skeletonGraphic skeletonGraphic--verticalBars\">\r\n\t<div class=\"skeletonGraphic__serie\" *ngFor=\"let i of getArray(series)\">\r\n\t\t<div class=\"skeletonGraphic__data\">\r\n\t\t\t<!-- Si hay etiquetas <data> proyectadas, las usamos con las alturas fijas -->\r\n\t\t\t<ng-container *ngIf=\"dataElements.length > 0\">\r\n\t\t\t\t<ng-container *ngFor=\"let data of dataElements.toArray()\">\r\n\t\t\t\t\t<p-skeleton class=\"prSkeleton\" [width]=\"'100%'\" [height]=\"data.size\"></p-skeleton>\r\n\t\t\t\t</ng-container>\r\n\t\t\t</ng-container>\r\n\r\n\t\t\t<!-- Si no hay etiquetas <data>, usamos los valores aleatorios -->\r\n\t\t\t<ng-container *ngIf=\"dataElements.length === 0\">\r\n\t\t\t\t<ng-container *ngFor=\"let j of getArray(data)\">\r\n\t\t\t\t\t<p-skeleton class=\"prSkeleton\" [width]=\"'100%'\" [height]=\"randomPercent[i][j]\"></p-skeleton>\r\n\t\t\t\t</ng-container>\r\n\t\t\t</ng-container>\r\n\t\t</div>\r\n\t\t<div class=\"skeletonGraphic__label\" *ngIf=\"label\">\r\n\t\t\t<p-skeleton class=\"prSkeleton\" [width]=\"'50%'\" [height]=\"'1rem'\"></p-skeleton>\r\n\t\t</div>\r\n\t</div>\r\n</div>\r\n} @case ('horizontal-bar'){\r\n<div class=\"skeletonGraphic skeletonGraphic--horizontalBars\">\r\n\t<div class=\"skeletonGraphic__serie\" *ngFor=\"let i of getArray(series)\">\r\n\t\t<div class=\"skeletonGraphic__data\">\r\n\t\t\t<!-- Si hay etiquetas <data> proyectadas, las usamos con las alturas fijas -->\r\n\t\t\t<ng-container *ngIf=\"dataElements.length > 0\">\r\n\t\t\t\t<ng-container *ngFor=\"let data of dataElements.toArray()\">\r\n\t\t\t\t\t<p-skeleton class=\"prSkeleton\" [width]=\"data.size\" [height]=\"'100%'\"></p-skeleton>\r\n\t\t\t\t</ng-container>\r\n\t\t\t</ng-container>\r\n\r\n\t\t\t<!-- Si no hay etiquetas <data>, usamos los valores aleatorios -->\r\n\t\t\t<ng-container *ngIf=\"dataElements.length === 0\">\r\n\t\t\t\t<ng-container *ngFor=\"let j of getArray(data)\">\r\n\t\t\t\t\t<p-skeleton class=\"prSkeleton\" [width]=\"randomPercent[i][j]\" [height]=\"'100%'\"></p-skeleton>\r\n\t\t\t\t</ng-container>\r\n\t\t\t</ng-container>\r\n\t\t</div>\r\n\t\t<div class=\"skeletonGraphic__label\" *ngIf=\"label\">\r\n\t\t\t<p-skeleton class=\"prSkeleton\" [width]=\"'10rem'\" [height]=\"'1rem'\"></p-skeleton>\r\n\t\t</div>\r\n\t</div>\r\n</div>\r\n} @case ('pie'){\r\n<div class=\"skeletonGraphic skeletonGraphic--pie\">\r\n\t<ng-container *ngTemplateOutlet=\"pieDonutTemplate\"></ng-container>\r\n</div>\r\n} @case ('donut'){\r\n<div class=\"skeletonGraphic skeletonGraphic--pie skeletonGraphic--donut\">\r\n\t<ng-container *ngTemplateOutlet=\"pieDonutTemplate\"></ng-container>\r\n</div>\r\n} @case ('line'){\r\n<div class=\"col-6 mb-3\">\r\n\t<div class=\"row align-items-end\">\r\n\t\t<div class=\"col-1 d-flex justify-content-end\">\r\n\t\t\t<p-skeleton class=\"prSkeleton\" [width]=\"'0.5rem'\" [height]=\"'25rem'\"></p-skeleton>\r\n\t\t</div>\r\n\t\t<div class=\"col d-flex justify-content-center px-0\">\r\n\t\t\t<div class=\"col-8 px-0\">\r\n\t\t\t\t<p-skeleton class=\"prSkeleton\" [width]=\"'100%'\" [height]=\"'10rem'\"></p-skeleton>\r\n\t\t\t</div>\r\n\t\t</div>\r\n\t\t<div class=\"col d-flex justify-content-center px-0\">\r\n\t\t\t<div class=\"col-8 px-0\">\r\n\t\t\t\t<p-skeleton class=\"prSkeleton\" [width]=\"'100%'\" [height]=\"'20rem'\"></p-skeleton>\r\n\t\t\t</div>\r\n\t\t</div>\r\n\t\t<div class=\"col d-flex justify-content-center px-0\">\r\n\t\t\t<div class=\"col-8 px-0\">\r\n\t\t\t\t<p-skeleton class=\"prSkeleton\" [width]=\"'100%'\" [height]=\"'8rem'\"></p-skeleton>\r\n\t\t\t</div>\r\n\t\t</div>\r\n\t\t<div class=\"col d-flex justify-content-center px-0\">\r\n\t\t\t<div class=\"col-8 px-0\">\r\n\t\t\t\t<p-skeleton class=\"prSkeleton\" [width]=\"'100%'\" [height]=\"'15rem'\"></p-skeleton>\r\n\t\t\t</div>\r\n\t\t</div>\r\n\t\t<div class=\"col d-flex justify-content-center px-0\">\r\n\t\t\t<div class=\"col-8 px-0\">\r\n\t\t\t\t<p-skeleton class=\"prSkeleton\" [width]=\"'100%'\" [height]=\"'20rem'\"></p-skeleton>\r\n\t\t\t</div>\r\n\t\t</div>\r\n\t\t<div class=\"col d-flex justify-content-center px-0\">\r\n\t\t\t<div class=\"col-8 px-0\">\r\n\t\t\t\t<p-skeleton class=\"prSkeleton\" [width]=\"'100%'\" [height]=\"'8rem'\"></p-skeleton>\r\n\t\t\t</div>\r\n\t\t</div>\r\n\t</div>\r\n\t<div class=\"row mt-3\">\r\n\t\t<div class=\"col-1\"></div>\r\n\t\t<div class=\"col\">\r\n\t\t\t<p-skeleton class=\"prSkeleton\" [width]=\"'100%'\" [height]=\"'0.5rem'\"></p-skeleton>\r\n\t\t</div>\r\n\t</div>\r\n</div>\r\n} }\r\n\r\n<ng-template #pieDonutTemplate>\r\n\t<div class=\"skeletonGraphic__serie\">\r\n\t\t<div class=\"skeletonGraphic__wrap\">\r\n\t\t\t<div class=\"skeletonGraphic__label left\" *ngIf=\"label\">\r\n\t\t\t\t<p-skeleton class=\"prSkeleton\" [width]=\"'100%'\" [height]=\"'100%'\"></p-skeleton>\r\n\t\t\t</div>\r\n\t\t\t<div class=\"skeletonGraphic__data\">\r\n\t\t\t\t<p-skeleton class=\"prSkeleton\" shape=\"circle\" [size]=\"'100%'\"></p-skeleton>\r\n\t\t\t</div>\r\n\t\t\t<div class=\"skeletonGraphic__label right\" *ngIf=\"label\">\r\n\t\t\t\t<p-skeleton class=\"prSkeleton\" [width]=\"'100%'\" [height]=\"'100%'\"></p-skeleton>\r\n\t\t\t</div>\r\n\t\t</div>\r\n\t</div>\r\n</ng-template>\r\n", dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "ngmodule", type: SkeletonModule }, { kind: "component", type: i2$4.Skeleton, selector: "p-skeleton", inputs: ["styleClass", "shape", "animation", "borderRadius", "size", "width", "height"] }] });
|
|
5860
5861
|
}
|
|
5861
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
5862
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: SkeletonChartComponent, decorators: [{
|
|
5862
5863
|
type: Component,
|
|
5863
5864
|
args: [{ selector: "intelica-skeleton-chart", imports: [CommonModule, SkeletonModule], template: "@switch (type) { @case('bar'){\r\n<div class=\"skeletonGraphic skeletonGraphic--verticalBars\">\r\n\t<div class=\"skeletonGraphic__serie\" *ngFor=\"let i of getArray(series)\">\r\n\t\t<div class=\"skeletonGraphic__data\">\r\n\t\t\t<!-- Si hay etiquetas <data> proyectadas, las usamos con las alturas fijas -->\r\n\t\t\t<ng-container *ngIf=\"dataElements.length > 0\">\r\n\t\t\t\t<ng-container *ngFor=\"let data of dataElements.toArray()\">\r\n\t\t\t\t\t<p-skeleton class=\"prSkeleton\" [width]=\"'100%'\" [height]=\"data.size\"></p-skeleton>\r\n\t\t\t\t</ng-container>\r\n\t\t\t</ng-container>\r\n\r\n\t\t\t<!-- Si no hay etiquetas <data>, usamos los valores aleatorios -->\r\n\t\t\t<ng-container *ngIf=\"dataElements.length === 0\">\r\n\t\t\t\t<ng-container *ngFor=\"let j of getArray(data)\">\r\n\t\t\t\t\t<p-skeleton class=\"prSkeleton\" [width]=\"'100%'\" [height]=\"randomPercent[i][j]\"></p-skeleton>\r\n\t\t\t\t</ng-container>\r\n\t\t\t</ng-container>\r\n\t\t</div>\r\n\t\t<div class=\"skeletonGraphic__label\" *ngIf=\"label\">\r\n\t\t\t<p-skeleton class=\"prSkeleton\" [width]=\"'50%'\" [height]=\"'1rem'\"></p-skeleton>\r\n\t\t</div>\r\n\t</div>\r\n</div>\r\n} @case ('horizontal-bar'){\r\n<div class=\"skeletonGraphic skeletonGraphic--horizontalBars\">\r\n\t<div class=\"skeletonGraphic__serie\" *ngFor=\"let i of getArray(series)\">\r\n\t\t<div class=\"skeletonGraphic__data\">\r\n\t\t\t<!-- Si hay etiquetas <data> proyectadas, las usamos con las alturas fijas -->\r\n\t\t\t<ng-container *ngIf=\"dataElements.length > 0\">\r\n\t\t\t\t<ng-container *ngFor=\"let data of dataElements.toArray()\">\r\n\t\t\t\t\t<p-skeleton class=\"prSkeleton\" [width]=\"data.size\" [height]=\"'100%'\"></p-skeleton>\r\n\t\t\t\t</ng-container>\r\n\t\t\t</ng-container>\r\n\r\n\t\t\t<!-- Si no hay etiquetas <data>, usamos los valores aleatorios -->\r\n\t\t\t<ng-container *ngIf=\"dataElements.length === 0\">\r\n\t\t\t\t<ng-container *ngFor=\"let j of getArray(data)\">\r\n\t\t\t\t\t<p-skeleton class=\"prSkeleton\" [width]=\"randomPercent[i][j]\" [height]=\"'100%'\"></p-skeleton>\r\n\t\t\t\t</ng-container>\r\n\t\t\t</ng-container>\r\n\t\t</div>\r\n\t\t<div class=\"skeletonGraphic__label\" *ngIf=\"label\">\r\n\t\t\t<p-skeleton class=\"prSkeleton\" [width]=\"'10rem'\" [height]=\"'1rem'\"></p-skeleton>\r\n\t\t</div>\r\n\t</div>\r\n</div>\r\n} @case ('pie'){\r\n<div class=\"skeletonGraphic skeletonGraphic--pie\">\r\n\t<ng-container *ngTemplateOutlet=\"pieDonutTemplate\"></ng-container>\r\n</div>\r\n} @case ('donut'){\r\n<div class=\"skeletonGraphic skeletonGraphic--pie skeletonGraphic--donut\">\r\n\t<ng-container *ngTemplateOutlet=\"pieDonutTemplate\"></ng-container>\r\n</div>\r\n} @case ('line'){\r\n<div class=\"col-6 mb-3\">\r\n\t<div class=\"row align-items-end\">\r\n\t\t<div class=\"col-1 d-flex justify-content-end\">\r\n\t\t\t<p-skeleton class=\"prSkeleton\" [width]=\"'0.5rem'\" [height]=\"'25rem'\"></p-skeleton>\r\n\t\t</div>\r\n\t\t<div class=\"col d-flex justify-content-center px-0\">\r\n\t\t\t<div class=\"col-8 px-0\">\r\n\t\t\t\t<p-skeleton class=\"prSkeleton\" [width]=\"'100%'\" [height]=\"'10rem'\"></p-skeleton>\r\n\t\t\t</div>\r\n\t\t</div>\r\n\t\t<div class=\"col d-flex justify-content-center px-0\">\r\n\t\t\t<div class=\"col-8 px-0\">\r\n\t\t\t\t<p-skeleton class=\"prSkeleton\" [width]=\"'100%'\" [height]=\"'20rem'\"></p-skeleton>\r\n\t\t\t</div>\r\n\t\t</div>\r\n\t\t<div class=\"col d-flex justify-content-center px-0\">\r\n\t\t\t<div class=\"col-8 px-0\">\r\n\t\t\t\t<p-skeleton class=\"prSkeleton\" [width]=\"'100%'\" [height]=\"'8rem'\"></p-skeleton>\r\n\t\t\t</div>\r\n\t\t</div>\r\n\t\t<div class=\"col d-flex justify-content-center px-0\">\r\n\t\t\t<div class=\"col-8 px-0\">\r\n\t\t\t\t<p-skeleton class=\"prSkeleton\" [width]=\"'100%'\" [height]=\"'15rem'\"></p-skeleton>\r\n\t\t\t</div>\r\n\t\t</div>\r\n\t\t<div class=\"col d-flex justify-content-center px-0\">\r\n\t\t\t<div class=\"col-8 px-0\">\r\n\t\t\t\t<p-skeleton class=\"prSkeleton\" [width]=\"'100%'\" [height]=\"'20rem'\"></p-skeleton>\r\n\t\t\t</div>\r\n\t\t</div>\r\n\t\t<div class=\"col d-flex justify-content-center px-0\">\r\n\t\t\t<div class=\"col-8 px-0\">\r\n\t\t\t\t<p-skeleton class=\"prSkeleton\" [width]=\"'100%'\" [height]=\"'8rem'\"></p-skeleton>\r\n\t\t\t</div>\r\n\t\t</div>\r\n\t</div>\r\n\t<div class=\"row mt-3\">\r\n\t\t<div class=\"col-1\"></div>\r\n\t\t<div class=\"col\">\r\n\t\t\t<p-skeleton class=\"prSkeleton\" [width]=\"'100%'\" [height]=\"'0.5rem'\"></p-skeleton>\r\n\t\t</div>\r\n\t</div>\r\n</div>\r\n} }\r\n\r\n<ng-template #pieDonutTemplate>\r\n\t<div class=\"skeletonGraphic__serie\">\r\n\t\t<div class=\"skeletonGraphic__wrap\">\r\n\t\t\t<div class=\"skeletonGraphic__label left\" *ngIf=\"label\">\r\n\t\t\t\t<p-skeleton class=\"prSkeleton\" [width]=\"'100%'\" [height]=\"'100%'\"></p-skeleton>\r\n\t\t\t</div>\r\n\t\t\t<div class=\"skeletonGraphic__data\">\r\n\t\t\t\t<p-skeleton class=\"prSkeleton\" shape=\"circle\" [size]=\"'100%'\"></p-skeleton>\r\n\t\t\t</div>\r\n\t\t\t<div class=\"skeletonGraphic__label right\" *ngIf=\"label\">\r\n\t\t\t\t<p-skeleton class=\"prSkeleton\" [width]=\"'100%'\" [height]=\"'100%'\"></p-skeleton>\r\n\t\t\t</div>\r\n\t\t</div>\r\n\t</div>\r\n</ng-template>\r\n" }]
|
|
5864
5865
|
}], propDecorators: { type: [{
|
|
@@ -6043,10 +6044,10 @@ class TableFetchComponent {
|
|
|
6043
6044
|
}
|
|
6044
6045
|
this.ExecuteSearch({});
|
|
6045
6046
|
}
|
|
6046
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
6047
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.16", type: TableFetchComponent, isStandalone: true, selector: "intelica-table-fetch", inputs: { ComponentId: "ComponentId", ShowRowPerPage: "ShowRowPerPage", ShowSearch: "ShowSearch", ShowPagination: "ShowPagination", RowsPerPage: "RowsPerPage", ShowCheckbox: "ShowCheckbox", ShowIndex: "ShowIndex", ClassName: "ClassName", DefaultSortField: "DefaultSortField", scrollHeight: "scrollHeight", scrollable: "scrollable", AllowedPageSizes: "AllowedPageSizes", tableStyle: "tableStyle", FilteredList: "FilteredList", TotalItems: "TotalItems", CurrentPage: "CurrentPage", SortOrder: "SortOrder", SortField: "SortField" }, outputs: { EmitQueryParametersChange: "EmitQueryParametersChange", EmitSortEvent: "EmitSortEvent" }, providers: [FormatCellPipe, DatePipe], queries: [{ propertyName: "AdditionalTemplate", first: true, predicate: ["additionalTemplate"], descendants: true }, { propertyName: "AdditionalCentralTemplate", first: true, predicate: ["additionalCentralTemplate"], descendants: true }, { propertyName: "AdditionalExtendedTemplate", first: true, predicate: ["additionalExtendedTemplate"], descendants: true }, { propertyName: "Columns", predicate: ColumnComponent }, { propertyName: "ColumnGroups", predicate: ColumnGroupComponent }, { propertyName: "RowResumenGroups", predicate: RowResumenComponent }], usesOnChanges: true, ngImport: i0, template: "<div class=\"prTable\">\r\n\t@if (RenderPanel) {\r\n\t<div class=\" \">\r\n\t\t<div class=\"prCard__row justify-content-end\">\r\n\t\t\t<div class=\"prCard__actionflex\">\r\n\t\t\t\t@if (AdditionalTemplate) {\r\n\t\t\t\t<ng-container *ngTemplateOutlet=\"AdditionalTemplate\"></ng-container>\r\n\t\t\t\t}\r\n\t\t\t</div>\r\n\r\n\t\t\t@if (ShowSearch) {\r\n\t\t\t<div class=\"ptSearch searchTableGA\">\r\n\t\t\t\t<p-iconfield>\r\n\t\t\t\t\t<input type=\"text\" class=\"prInputText\" pInputText placeholder=\"{{ 'LBL_SEARCH_SELECT' | term : GlobalTermService.languageCode }}\" [(ngModel)]=\"SearchInput\" (keydown.enter)=\"ExecuteSearch()\" />\r\n\t\t\t\t\t<p-inputicon>\r\n\t\t\t\t\t\t<button class=\"ptSearch__icon ptSearch__icon--close\">\r\n\t\t\t\t\t\t\t<i class=\"icon icon-cancel\" *ngIf=\"SearchInput\" (click)=\"ClearSearch()\"></i>\r\n\t\t\t\t\t\t</button>\r\n\t\t\t\t\t\t<span class=\"ptSearch__icon ptSearch__icon--divider\" *ngIf=\"SearchInput\"></span>\r\n\t\t\t\t\t\t<button class=\"ptSearch__icon ptSearch__icon--search\">\r\n\t\t\t\t\t\t\t<i class=\"icon icon-search\"></i>\r\n\t\t\t\t\t\t</button>\r\n\t\t\t\t\t</p-inputicon>\r\n\t\t\t\t</p-iconfield>\r\n\t\t\t</div>\r\n\t\t\t}\r\n\t\t\t<!-- -->\r\n\t\t\t@if (AdditionalCentralTemplate) {\r\n\t\t\t<div class=\"prTableTools__new prTableTools__new--right\">\r\n\t\t\t\t<ng-container *ngTemplateOutlet=\"AdditionalCentralTemplate\"></ng-container>\r\n\t\t\t</div>\r\n\t\t\t}\r\n\t\t</div>\r\n\t</div>\r\n\t@if (AdditionalExtendedTemplate) {\r\n\t<div class=\"prTableTools justify-content-start\">\r\n\t\t<ng-container *ngTemplateOutlet=\"AdditionalExtendedTemplate\"></ng-container>\r\n\t</div>\r\n\t} }\r\n\t<p-table\r\n\t\tclass=\"prTable\"\r\n\t\t[ngClass]=\"ClassName\"\r\n\t\t[value]=\"FilteredList\"\r\n\t\tresponsiveLayout=\"scroll\"\r\n\t\t[sortField]=\"DefaultSortField\"\r\n\t\t[sortOrder]=\"SortOrder\"\r\n\t\t[scrollable]=\"scrollable\"\r\n\t\t[scrollHeight]=\"scrollable ? scrollHeight : 'auto'\"\r\n\t\t[tableStyle]=\"tableStyle\"\r\n\t>\r\n\t\t<!-- Cabecera con columnas agrupadas -->\r\n\t\t<ng-template pTemplate=\"header\">\r\n\t\t\t@for (level of Levels; track $index) {\r\n\t\t\t<tr>\r\n\t\t\t\t@for (col of ColumnGroupList; track $index) { @if (col.level === level) {\r\n\t\t\t\t<th [attr.colspan]=\"col.colspan\" [attr.rowspan]=\"col.rowspan\" [pSortableColumn]=\"col.sortable ? col.field : ''\" [style.min-width]=\"col.minWidth\" (click)=\"col.sortable && OnSort(col.field)\">\r\n\t\t\t\t\t<div>\r\n\t\t\t\t\t\t<span tooltipStyleClass=\"prTooltip\" F [pTooltip]=\"col.headerTooltip || col.header\" [tooltipPosition]=\"col.headerTooltipPosition || 'top'\">\r\n\t\t\t\t\t\t\t{{ col.header }}\r\n\t\t\t\t\t\t</span>\r\n\t\t\t\t\t\t<p-sortIcon *ngIf=\"col.sortable\" [field]=\"col.field\"></p-sortIcon>\r\n\t\t\t\t\t</div>\r\n\t\t\t\t</th>\r\n\t\t\t\t} } @if (ShowCheckbox && level === 0 && ColumnGroupList.length != 0) {\r\n\t\t\t\t<th class=\"text-center\" style=\"width: 4%\" [attr.rowspan]=\"MaxLevel === 1 ? 2 : MaxLevel\">\r\n\t\t\t\t\t<p-tableHeaderCheckbox class=\"prCheckbox\" />\r\n\t\t\t\t</th>\r\n\t\t\t\t}\r\n\t\t\t</tr>\r\n\t\t\t}\r\n\r\n\t\t\t<tr>\r\n\t\t\t\t@for (col of ColumnList; track $index) { @if (col.showHeader) {\r\n\t\t\t\t<th\r\n\t\t\t\t\t[class]=\"col.className\"\r\n\t\t\t\t\t[pSortableColumn]=\"!col.isChecboxColumn && col.sortable ? col.field : ''\"\r\n\t\t\t\t\t[style.width]=\"col.width\"\r\n\t\t\t\t\t[style.min-width]=\"col.minWidth\"\r\n\t\t\t\t\t(click)=\"!col.isChecboxColumn && col.sortable && OnSort(col.field)\"\r\n\t\t\t\t>\r\n\t\t\t\t\t<div class=\"prTable__header\">\r\n\t\t\t\t\t\t<span tooltipStyleClass=\"prTooltip\" [pTooltip]=\"col.headerTooltip || col.header\" [tooltipPosition]=\"col.headerTooltipPosition || 'top'\">\r\n\t\t\t\t\t\t\t{{ col.header }}\r\n\t\t\t\t\t\t</span>\r\n\t\t\t\t\t\t@if (!col.showIndex) {\r\n\t\t\t\t\t\t<p-sortIcon *ngIf=\"col.sortable\" [field]=\"col.field\"></p-sortIcon>\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t</div>\r\n\t\t\t\t</th>\r\n\t\t\t\t} } @if (ShowCheckbox && ColumnGroupList.length == 0) {\r\n\t\t\t\t<th class=\"text-center\" style=\"width: 4%\">\r\n\t\t\t\t\t<p-tableHeaderCheckbox class=\"prCheckbox\" />\r\n\t\t\t\t</th>\r\n\t\t\t\t}\r\n\t\t\t</tr>\r\n\r\n\t\t\t@if (FilteredList.length > 0 && RowResumenList.length > 0) {\r\n\t\t\t<tr class=\"fixedRow\">\r\n\t\t\t\t@for (col of RowResumenList; track $index) {\r\n\t\t\t\t<td [ngClass]=\"col.className\" [attr.colspan]=\"col.colspan\" [attr.rowspan]=\"col.rowspan\">\r\n\t\t\t\t\t@if (col.templateRef) {\r\n\t\t\t\t\t<span>\r\n\t\t\t\t\t\t<ng-container *ngTemplateOutlet=\"col.templateRef\"></ng-container>\r\n\t\t\t\t\t</span>\r\n\t\t\t\t\t}\r\n\t\t\t\t</td>\r\n\t\t\t\t}\r\n\t\t\t</tr>\r\n\t\t\t}\r\n\t\t</ng-template>\r\n\r\n\t\t<!-- Cuerpo de la tabla -->\r\n\t\t<ng-template pTemplate=\"body\" let-rowData let-rowIndex=\"rowIndex\">\r\n\t\t\t<tr>\r\n\t\t\t\t@for (col of ColumnList; track $index) {\r\n\t\t\t\t<td [ngClass]=\"col.className\">\r\n\t\t\t\t\t@if (col.showIndex) {\r\n\t\t\t\t\t{{ rowIndex + 1 + (CurrentPage - 1) * RowsPerPage }}\r\n\t\t\t\t\t} @else { @if (col.templateRef) {\r\n\t\t\t\t\t<ng-container *ngTemplateOutlet=\"col.templateRef; context: { $implicit: rowData }\"></ng-container>\r\n\t\t\t\t\t} @else {\r\n\t\t\t\t\t<span class=\"text-breakWord\" tooltipStyleClass=\"prTooltip\" pTooltip=\"{{ col.tooltip }}\" tooltipPosition=\"{{ col.tooltipPosition }}\">\r\n\t\t\t\t\t\t{{ rowData[col.field] | formatCell : col.formatType }}\r\n\t\t\t\t\t</span>\r\n\t\t\t\t\t} }\r\n\t\t\t\t</td>\r\n\t\t\t\t} @if (ShowCheckbox) {\r\n\t\t\t\t<td class=\"text-center\">\r\n\t\t\t\t\t<p-tableCheckbox [value]=\"rowData\" class=\"prCheckbox\" />\r\n\t\t\t\t</td>\r\n\t\t\t\t}\r\n\t\t\t</tr>\r\n\t\t</ng-template>\r\n\r\n\t\t<!-- Mensaje cuando no hay datos -->\r\n\t\t<ng-template pTemplate=\"emptymessage\">\r\n\t\t\t<tr>\r\n\t\t\t\t<td [attr.colspan]=\"ColumnList.length + (ShowCheckbox ? 1 : 0)\" class=\"text-center\">\r\n\t\t\t\t\t{{ \"Nodata\" | term : GlobalTermService.languageCode }}\r\n\t\t\t\t</td>\r\n\t\t\t</tr>\r\n\t\t</ng-template>\r\n\t</p-table>\r\n\r\n\t<!-- <div class=\"prTableToolsBottom\"> -->\r\n\t<div class=\"d-flex justify-content-end\">\r\n\t\t@if (TotalRecords !== 0 && ShowPagination) {\r\n\t\t<div class=\"ptTablePaginator\">\r\n\t\t\t<p-paginator\r\n\t\t\t\tclass=\"prPaginator paginatorTableGA\"\r\n\t\t\t\t[first]=\"(CurrentPage - 1) * RowsPerPage\"\r\n\t\t\t\t[rows]=\"RowsPerPage\"\r\n\t\t\t\t[totalRecords]=\"TotalRecords\"\r\n\t\t\t\t(onPageChange)=\"OnPageChange($event)\"\r\n\t\t\t\t[showJumpToPageInput]=\"false\"\r\n\t\t\t\t[showCurrentPageReport]=\"false\"\r\n\t\t\t\t[showPageLinks]=\"false\"\r\n\t\t\t\t[showFirstLastIcon]=\"false\"\r\n\t\t\t\t[templateLeft]=\"templateLeft\"\r\n\t\t\t>\r\n\t\t\t\t<ng-template #previouspagelinkicon>\r\n\t\t\t\t\t<i class=\"icon icon-arrow-left paginatorArrowGA\"></i>\r\n\t\t\t\t</ng-template>\r\n\t\t\t\t<ng-template #nextpagelinkicon>\r\n\t\t\t\t\t<i class=\"icon icon-arrow-right paginatorArrowGA\"></i>\r\n\t\t\t\t</ng-template>\r\n\t\t\t\t<ng-template pTemplate=\"templateLeft\" let-state #templateLeft>\r\n\t\t\t\t\t<span>{{ \"ROWS_PER_PAGE\" | term : GlobalTermService.languageCode }}</span>\r\n\t\t\t\t\t<p-select panelStyleClass=\"prSelect paginatorSelectTableGA\" class=\"prSelect\" [options]=\"AllowedPageSizes\" [ngModel]=\"RowsPerPage\" appendTo=\"body\" (onChange)=\"OnRowsPerPageChange($event.value)\" />\r\n\t\t\t\t\t<span>\r\n\t\t\t\t\t\t{{ \"Page\" | term : GlobalTermService.languageCode }}\r\n\t\t\t\t\t\t<p-inputnumber class=\"p-paginator-jtp-input\" inputId=\"integeronly\" [(ngModel)]=\"CurrentPage\" [allowEmpty]=\"false\" [min]=\"1\" (keyup.enter)=\"onChangeSelectPage($event)\" />\r\n\t\t\t\t\t\t{{ \"Of\" | term : GlobalTermService.languageCode }} {{ TotalPages }}\r\n\t\t\t\t\t</span>\r\n\t\t\t\t</ng-template>\r\n\t\t\t</p-paginator>\r\n\t\t</div>\r\n\t\t}\r\n\t</div>\r\n</div>\r\n", dependencies: [{ kind: "component", type: InputIcon, selector: "p-inputicon, p-inputIcon", inputs: ["hostName", "styleClass"] }, { kind: "component", type: IconField, selector: "p-iconfield, p-iconField, p-icon-field", inputs: ["hostName", "iconPosition", "styleClass"] }, { kind: "directive", type: InputText, selector: "[pInputText]", inputs: ["hostName", "ptInputText", "pSize", "variant", "fluid", "invalid"] }, { kind: "ngmodule", type: InputTextModule }, { kind: "component", type: InputNumber, selector: "p-inputNumber, p-inputnumber, p-input-number", inputs: ["showButtons", "format", "buttonLayout", "inputId", "styleClass", "placeholder", "tabindex", "title", "ariaLabelledBy", "ariaDescribedBy", "ariaLabel", "ariaRequired", "autocomplete", "incrementButtonClass", "decrementButtonClass", "incrementButtonIcon", "decrementButtonIcon", "readonly", "allowEmpty", "locale", "localeMatcher", "mode", "currency", "currencyDisplay", "useGrouping", "minFractionDigits", "maxFractionDigits", "prefix", "suffix", "inputStyle", "inputStyleClass", "showClear", "autofocus"], outputs: ["onInput", "onFocus", "onBlur", "onKeyDown", "onClear"] }, { kind: "component", type: Paginator, selector: "p-paginator", inputs: ["pageLinkSize", "styleClass", "alwaysShow", "dropdownAppendTo", "templateLeft", "templateRight", "dropdownScrollHeight", "currentPageReportTemplate", "showCurrentPageReport", "showFirstLastIcon", "totalRecords", "rows", "rowsPerPageOptions", "showJumpToPageDropdown", "showJumpToPageInput", "jumpToPageItemTemplate", "showPageLinks", "locale", "dropdownItemTemplate", "first", "appendTo"], outputs: ["onPageChange"] }, { kind: "ngmodule", type: FormsModule }, { kind: "directive", type: i1$1.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i1$1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1$1.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "ngmodule", type: TableModule }, { kind: "component", type: i3.Table, selector: "p-table", inputs: ["frozenColumns", "frozenValue", "styleClass", "tableStyle", "tableStyleClass", "paginator", "pageLinks", "rowsPerPageOptions", "alwaysShowPaginator", "paginatorPosition", "paginatorStyleClass", "paginatorDropdownAppendTo", "paginatorDropdownScrollHeight", "currentPageReportTemplate", "showCurrentPageReport", "showJumpToPageDropdown", "showJumpToPageInput", "showFirstLastIcon", "showPageLinks", "defaultSortOrder", "sortMode", "resetPageOnSort", "selectionMode", "selectionPageOnly", "contextMenuSelection", "contextMenuSelectionMode", "dataKey", "metaKeySelection", "rowSelectable", "rowTrackBy", "lazy", "lazyLoadOnInit", "compareSelectionBy", "csvSeparator", "exportFilename", "filters", "globalFilterFields", "filterDelay", "filterLocale", "expandedRowKeys", "editingRowKeys", "rowExpandMode", "scrollable", "rowGroupMode", "scrollHeight", "virtualScroll", "virtualScrollItemSize", "virtualScrollOptions", "virtualScrollDelay", "frozenWidth", "contextMenu", "resizableColumns", "columnResizeMode", "reorderableColumns", "loading", "loadingIcon", "showLoader", "rowHover", "customSort", "showInitialSortBadge", "exportFunction", "exportHeader", "stateKey", "stateStorage", "editMode", "groupRowsBy", "size", "showGridlines", "stripedRows", "groupRowsByOrder", "responsiveLayout", "breakpoint", "paginatorLocale", "value", "columns", "first", "rows", "totalRecords", "sortField", "sortOrder", "multiSortMeta", "selection", "selectAll"], outputs: ["contextMenuSelectionChange", "selectAllChange", "selectionChange", "onRowSelect", "onRowUnselect", "onPage", "onSort", "onFilter", "onLazyLoad", "onRowExpand", "onRowCollapse", "onContextMenuSelect", "onColResize", "onColReorder", "onRowReorder", "onEditInit", "onEditComplete", "onEditCancel", "onHeaderCheckboxToggle", "sortFunction", "firstChange", "rowsChange", "onStateSave", "onStateRestore"] }, { kind: "directive", type: i4.PrimeTemplate, selector: "[pTemplate]", inputs: ["type", "pTemplate"] }, { kind: "directive", type: i3.SortableColumn, selector: "[pSortableColumn]", inputs: ["pSortableColumn", "pSortableColumnDisabled"] }, { kind: "component", type: i3.SortIcon, selector: "p-sortIcon", inputs: ["field"] }, { kind: "component", type: i3.TableCheckbox, selector: "p-tableCheckbox", inputs: ["value", "disabled", "required", "index", "inputId", "name", "ariaLabel"] }, { kind: "component", type: i3.TableHeaderCheckbox, selector: "p-tableHeaderCheckbox", inputs: ["disabled", "inputId", "name", "ariaLabel"] }, { kind: "component", type: Select, selector: "p-select", inputs: ["id", "scrollHeight", "filter", "panelStyle", "styleClass", "panelStyleClass", "readonly", "editable", "tabindex", "placeholder", "loadingIcon", "filterPlaceholder", "filterLocale", "inputId", "dataKey", "filterBy", "filterFields", "autofocus", "resetFilterOnHide", "checkmark", "dropdownIcon", "loading", "optionLabel", "optionValue", "optionDisabled", "optionGroupLabel", "optionGroupChildren", "group", "showClear", "emptyFilterMessage", "emptyMessage", "lazy", "virtualScroll", "virtualScrollItemSize", "virtualScrollOptions", "overlayOptions", "ariaFilterLabel", "ariaLabel", "ariaLabelledBy", "filterMatchMode", "tooltip", "tooltipPosition", "tooltipPositionStyle", "tooltipStyleClass", "focusOnHover", "selectOnFocus", "autoOptionFocus", "autofocusFilter", "filterValue", "options", "appendTo"], outputs: ["onChange", "onFilter", "onFocus", "onBlur", "onClick", "onShow", "onHide", "onClear", "onLazyLoad"] }, { kind: "ngmodule", type: BadgeModule }, { kind: "ngmodule", type: TooltipModule }, { kind: "directive", type: i4$1.Tooltip, selector: "[pTooltip]", inputs: ["tooltipPosition", "tooltipEvent", "positionStyle", "tooltipStyleClass", "tooltipZIndex", "escape", "showDelay", "hideDelay", "life", "positionTop", "positionLeft", "autoHide", "fitContent", "hideOnEscape", "pTooltip", "tooltipDisabled", "tooltipOptions", "appendTo", "ptTooltip"] }, { kind: "ngmodule", type: CheckboxModule }, { kind: "pipe", type: TermPipe, name: "term" }, { kind: "pipe", type: FormatCellPipe, name: "formatCell" }] });
|
|
6047
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: TableFetchComponent, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
6048
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.21", type: TableFetchComponent, isStandalone: true, selector: "intelica-table-fetch", inputs: { ComponentId: "ComponentId", ShowRowPerPage: "ShowRowPerPage", ShowSearch: "ShowSearch", ShowPagination: "ShowPagination", RowsPerPage: "RowsPerPage", ShowCheckbox: "ShowCheckbox", ShowIndex: "ShowIndex", ClassName: "ClassName", DefaultSortField: "DefaultSortField", scrollHeight: "scrollHeight", scrollable: "scrollable", AllowedPageSizes: "AllowedPageSizes", tableStyle: "tableStyle", FilteredList: "FilteredList", TotalItems: "TotalItems", CurrentPage: "CurrentPage", SortOrder: "SortOrder", SortField: "SortField" }, outputs: { EmitQueryParametersChange: "EmitQueryParametersChange", EmitSortEvent: "EmitSortEvent" }, providers: [FormatCellPipe, DatePipe], queries: [{ propertyName: "AdditionalTemplate", first: true, predicate: ["additionalTemplate"], descendants: true }, { propertyName: "AdditionalCentralTemplate", first: true, predicate: ["additionalCentralTemplate"], descendants: true }, { propertyName: "AdditionalExtendedTemplate", first: true, predicate: ["additionalExtendedTemplate"], descendants: true }, { propertyName: "Columns", predicate: ColumnComponent }, { propertyName: "ColumnGroups", predicate: ColumnGroupComponent }, { propertyName: "RowResumenGroups", predicate: RowResumenComponent }], usesOnChanges: true, ngImport: i0, template: "<div class=\"prTable\">\r\n\t@if (RenderPanel) {\r\n\t<div class=\" \">\r\n\t\t<div class=\"prCard__row justify-content-end\">\r\n\t\t\t<div class=\"prCard__actionflex\">\r\n\t\t\t\t@if (AdditionalTemplate) {\r\n\t\t\t\t<ng-container *ngTemplateOutlet=\"AdditionalTemplate\"></ng-container>\r\n\t\t\t\t}\r\n\t\t\t</div>\r\n\r\n\t\t\t@if (ShowSearch) {\r\n\t\t\t<div class=\"ptSearch searchTableGA\">\r\n\t\t\t\t<p-iconfield>\r\n\t\t\t\t\t<input type=\"text\" class=\"prInputText\" pInputText placeholder=\"{{ 'LBL_SEARCH_SELECT' | term : GlobalTermService.languageCode }}\" [(ngModel)]=\"SearchInput\" (keydown.enter)=\"ExecuteSearch()\" />\r\n\t\t\t\t\t<p-inputicon>\r\n\t\t\t\t\t\t<button class=\"ptSearch__icon ptSearch__icon--close\">\r\n\t\t\t\t\t\t\t<i class=\"icon icon-cancel\" *ngIf=\"SearchInput\" (click)=\"ClearSearch()\"></i>\r\n\t\t\t\t\t\t</button>\r\n\t\t\t\t\t\t<span class=\"ptSearch__icon ptSearch__icon--divider\" *ngIf=\"SearchInput\"></span>\r\n\t\t\t\t\t\t<button class=\"ptSearch__icon ptSearch__icon--search\">\r\n\t\t\t\t\t\t\t<i class=\"icon icon-search\"></i>\r\n\t\t\t\t\t\t</button>\r\n\t\t\t\t\t</p-inputicon>\r\n\t\t\t\t</p-iconfield>\r\n\t\t\t</div>\r\n\t\t\t}\r\n\t\t\t<!-- -->\r\n\t\t\t@if (AdditionalCentralTemplate) {\r\n\t\t\t<div class=\"prTableTools__new prTableTools__new--right\">\r\n\t\t\t\t<ng-container *ngTemplateOutlet=\"AdditionalCentralTemplate\"></ng-container>\r\n\t\t\t</div>\r\n\t\t\t}\r\n\t\t</div>\r\n\t</div>\r\n\t@if (AdditionalExtendedTemplate) {\r\n\t<div class=\"prTableTools justify-content-start\">\r\n\t\t<ng-container *ngTemplateOutlet=\"AdditionalExtendedTemplate\"></ng-container>\r\n\t</div>\r\n\t} }\r\n\t<p-table\r\n\t\tclass=\"prTable\"\r\n\t\t[ngClass]=\"ClassName\"\r\n\t\t[value]=\"FilteredList\"\r\n\t\tresponsiveLayout=\"scroll\"\r\n\t\t[sortField]=\"DefaultSortField\"\r\n\t\t[sortOrder]=\"SortOrder\"\r\n\t\t[scrollable]=\"scrollable\"\r\n\t\t[scrollHeight]=\"scrollable ? scrollHeight : 'auto'\"\r\n\t\t[tableStyle]=\"tableStyle\"\r\n\t>\r\n\t\t<!-- Cabecera con columnas agrupadas -->\r\n\t\t<ng-template pTemplate=\"header\">\r\n\t\t\t@for (level of Levels; track $index) {\r\n\t\t\t<tr>\r\n\t\t\t\t@for (col of ColumnGroupList; track $index) { @if (col.level === level) {\r\n\t\t\t\t<th [attr.colspan]=\"col.colspan\" [attr.rowspan]=\"col.rowspan\" [pSortableColumn]=\"col.sortable ? col.field : ''\" [style.min-width]=\"col.minWidth\" (click)=\"col.sortable && OnSort(col.field)\">\r\n\t\t\t\t\t<div>\r\n\t\t\t\t\t\t<span tooltipStyleClass=\"prTooltip\" F [pTooltip]=\"col.headerTooltip || col.header\" [tooltipPosition]=\"col.headerTooltipPosition || 'top'\">\r\n\t\t\t\t\t\t\t{{ col.header }}\r\n\t\t\t\t\t\t</span>\r\n\t\t\t\t\t\t<p-sortIcon *ngIf=\"col.sortable\" [field]=\"col.field\"></p-sortIcon>\r\n\t\t\t\t\t</div>\r\n\t\t\t\t</th>\r\n\t\t\t\t} } @if (ShowCheckbox && level === 0 && ColumnGroupList.length != 0) {\r\n\t\t\t\t<th class=\"text-center\" style=\"width: 4%\" [attr.rowspan]=\"MaxLevel === 1 ? 2 : MaxLevel\">\r\n\t\t\t\t\t<p-tableHeaderCheckbox class=\"prCheckbox\" />\r\n\t\t\t\t</th>\r\n\t\t\t\t}\r\n\t\t\t</tr>\r\n\t\t\t}\r\n\r\n\t\t\t<tr>\r\n\t\t\t\t@for (col of ColumnList; track $index) { @if (col.showHeader) {\r\n\t\t\t\t<th\r\n\t\t\t\t\t[class]=\"col.className\"\r\n\t\t\t\t\t[pSortableColumn]=\"!col.isChecboxColumn && col.sortable ? col.field : ''\"\r\n\t\t\t\t\t[style.width]=\"col.width\"\r\n\t\t\t\t\t[style.min-width]=\"col.minWidth\"\r\n\t\t\t\t\t(click)=\"!col.isChecboxColumn && col.sortable && OnSort(col.field)\"\r\n\t\t\t\t>\r\n\t\t\t\t\t<div class=\"prTable__header\">\r\n\t\t\t\t\t\t<span tooltipStyleClass=\"prTooltip\" [pTooltip]=\"col.headerTooltip || col.header\" [tooltipPosition]=\"col.headerTooltipPosition || 'top'\">\r\n\t\t\t\t\t\t\t{{ col.header }}\r\n\t\t\t\t\t\t</span>\r\n\t\t\t\t\t\t@if (!col.showIndex) {\r\n\t\t\t\t\t\t<p-sortIcon *ngIf=\"col.sortable\" [field]=\"col.field\"></p-sortIcon>\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t</div>\r\n\t\t\t\t</th>\r\n\t\t\t\t} } @if (ShowCheckbox && ColumnGroupList.length == 0) {\r\n\t\t\t\t<th class=\"text-center\" style=\"width: 4%\">\r\n\t\t\t\t\t<p-tableHeaderCheckbox class=\"prCheckbox\" />\r\n\t\t\t\t</th>\r\n\t\t\t\t}\r\n\t\t\t</tr>\r\n\r\n\t\t\t@if (FilteredList.length > 0 && RowResumenList.length > 0) {\r\n\t\t\t<tr class=\"fixedRow\">\r\n\t\t\t\t@for (col of RowResumenList; track $index) {\r\n\t\t\t\t<td [ngClass]=\"col.className\" [attr.colspan]=\"col.colspan\" [attr.rowspan]=\"col.rowspan\">\r\n\t\t\t\t\t@if (col.templateRef) {\r\n\t\t\t\t\t<span>\r\n\t\t\t\t\t\t<ng-container *ngTemplateOutlet=\"col.templateRef\"></ng-container>\r\n\t\t\t\t\t</span>\r\n\t\t\t\t\t}\r\n\t\t\t\t</td>\r\n\t\t\t\t}\r\n\t\t\t</tr>\r\n\t\t\t}\r\n\t\t</ng-template>\r\n\r\n\t\t<!-- Cuerpo de la tabla -->\r\n\t\t<ng-template pTemplate=\"body\" let-rowData let-rowIndex=\"rowIndex\">\r\n\t\t\t<tr>\r\n\t\t\t\t@for (col of ColumnList; track $index) {\r\n\t\t\t\t<td [ngClass]=\"col.className\">\r\n\t\t\t\t\t@if (col.showIndex) {\r\n\t\t\t\t\t{{ rowIndex + 1 + (CurrentPage - 1) * RowsPerPage }}\r\n\t\t\t\t\t} @else { @if (col.templateRef) {\r\n\t\t\t\t\t<ng-container *ngTemplateOutlet=\"col.templateRef; context: { $implicit: rowData }\"></ng-container>\r\n\t\t\t\t\t} @else {\r\n\t\t\t\t\t<span class=\"text-breakWord\" tooltipStyleClass=\"prTooltip\" pTooltip=\"{{ col.tooltip }}\" tooltipPosition=\"{{ col.tooltipPosition }}\">\r\n\t\t\t\t\t\t{{ rowData[col.field] | formatCell : col.formatType }}\r\n\t\t\t\t\t</span>\r\n\t\t\t\t\t} }\r\n\t\t\t\t</td>\r\n\t\t\t\t} @if (ShowCheckbox) {\r\n\t\t\t\t<td class=\"text-center\">\r\n\t\t\t\t\t<p-tableCheckbox [value]=\"rowData\" class=\"prCheckbox\" />\r\n\t\t\t\t</td>\r\n\t\t\t\t}\r\n\t\t\t</tr>\r\n\t\t</ng-template>\r\n\r\n\t\t<!-- Mensaje cuando no hay datos -->\r\n\t\t<ng-template pTemplate=\"emptymessage\">\r\n\t\t\t<tr>\r\n\t\t\t\t<td [attr.colspan]=\"ColumnList.length + (ShowCheckbox ? 1 : 0)\" class=\"text-center\">\r\n\t\t\t\t\t{{ \"Nodata\" | term : GlobalTermService.languageCode }}\r\n\t\t\t\t</td>\r\n\t\t\t</tr>\r\n\t\t</ng-template>\r\n\t</p-table>\r\n\r\n\t<!-- <div class=\"prTableToolsBottom\"> -->\r\n\t<div class=\"d-flex justify-content-end\">\r\n\t\t@if (TotalRecords !== 0 && ShowPagination) {\r\n\t\t<div class=\"ptTablePaginator\">\r\n\t\t\t<p-paginator\r\n\t\t\t\tclass=\"prPaginator paginatorTableGA\"\r\n\t\t\t\t[first]=\"(CurrentPage - 1) * RowsPerPage\"\r\n\t\t\t\t[rows]=\"RowsPerPage\"\r\n\t\t\t\t[totalRecords]=\"TotalRecords\"\r\n\t\t\t\t(onPageChange)=\"OnPageChange($event)\"\r\n\t\t\t\t[showJumpToPageInput]=\"false\"\r\n\t\t\t\t[showCurrentPageReport]=\"false\"\r\n\t\t\t\t[showPageLinks]=\"false\"\r\n\t\t\t\t[showFirstLastIcon]=\"false\"\r\n\t\t\t\t[templateLeft]=\"templateLeft\"\r\n\t\t\t>\r\n\t\t\t\t<ng-template #previouspagelinkicon>\r\n\t\t\t\t\t<i class=\"icon icon-arrow-left paginatorArrowGA\"></i>\r\n\t\t\t\t</ng-template>\r\n\t\t\t\t<ng-template #nextpagelinkicon>\r\n\t\t\t\t\t<i class=\"icon icon-arrow-right paginatorArrowGA\"></i>\r\n\t\t\t\t</ng-template>\r\n\t\t\t\t<ng-template pTemplate=\"templateLeft\" let-state #templateLeft>\r\n\t\t\t\t\t<span>{{ \"ROWS_PER_PAGE\" | term : GlobalTermService.languageCode }}</span>\r\n\t\t\t\t\t<p-select panelStyleClass=\"prSelect paginatorSelectTableGA\" class=\"prSelect\" [options]=\"AllowedPageSizes\" [ngModel]=\"RowsPerPage\" appendTo=\"body\" (onChange)=\"OnRowsPerPageChange($event.value)\" />\r\n\t\t\t\t\t<span>\r\n\t\t\t\t\t\t{{ \"Page\" | term : GlobalTermService.languageCode }}\r\n\t\t\t\t\t\t<p-inputnumber class=\"p-paginator-jtp-input\" inputId=\"integeronly\" [(ngModel)]=\"CurrentPage\" [allowEmpty]=\"false\" [min]=\"1\" (keyup.enter)=\"onChangeSelectPage($event)\" />\r\n\t\t\t\t\t\t{{ \"Of\" | term : GlobalTermService.languageCode }} {{ TotalPages }}\r\n\t\t\t\t\t</span>\r\n\t\t\t\t</ng-template>\r\n\t\t\t</p-paginator>\r\n\t\t</div>\r\n\t\t}\r\n\t</div>\r\n</div>\r\n", dependencies: [{ kind: "component", type: InputIcon, selector: "p-inputicon, p-inputIcon", inputs: ["hostName", "styleClass"] }, { kind: "component", type: IconField, selector: "p-iconfield, p-iconField, p-icon-field", inputs: ["hostName", "iconPosition", "styleClass"] }, { kind: "directive", type: InputText, selector: "[pInputText]", inputs: ["hostName", "ptInputText", "pSize", "variant", "fluid", "invalid"] }, { kind: "ngmodule", type: InputTextModule }, { kind: "component", type: InputNumber, selector: "p-inputNumber, p-inputnumber, p-input-number", inputs: ["showButtons", "format", "buttonLayout", "inputId", "styleClass", "placeholder", "tabindex", "title", "ariaLabelledBy", "ariaDescribedBy", "ariaLabel", "ariaRequired", "autocomplete", "incrementButtonClass", "decrementButtonClass", "incrementButtonIcon", "decrementButtonIcon", "readonly", "allowEmpty", "locale", "localeMatcher", "mode", "currency", "currencyDisplay", "useGrouping", "minFractionDigits", "maxFractionDigits", "prefix", "suffix", "inputStyle", "inputStyleClass", "showClear", "autofocus"], outputs: ["onInput", "onFocus", "onBlur", "onKeyDown", "onClear"] }, { kind: "component", type: Paginator, selector: "p-paginator", inputs: ["pageLinkSize", "styleClass", "alwaysShow", "dropdownAppendTo", "templateLeft", "templateRight", "dropdownScrollHeight", "currentPageReportTemplate", "showCurrentPageReport", "showFirstLastIcon", "totalRecords", "rows", "rowsPerPageOptions", "showJumpToPageDropdown", "showJumpToPageInput", "jumpToPageItemTemplate", "showPageLinks", "locale", "dropdownItemTemplate", "first", "appendTo"], outputs: ["onPageChange"] }, { kind: "ngmodule", type: FormsModule }, { kind: "directive", type: i1$1.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i1$1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1$1.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "ngmodule", type: TableModule }, { kind: "component", type: i3.Table, selector: "p-table", inputs: ["frozenColumns", "frozenValue", "styleClass", "tableStyle", "tableStyleClass", "paginator", "pageLinks", "rowsPerPageOptions", "alwaysShowPaginator", "paginatorPosition", "paginatorStyleClass", "paginatorDropdownAppendTo", "paginatorDropdownScrollHeight", "currentPageReportTemplate", "showCurrentPageReport", "showJumpToPageDropdown", "showJumpToPageInput", "showFirstLastIcon", "showPageLinks", "defaultSortOrder", "sortMode", "resetPageOnSort", "selectionMode", "selectionPageOnly", "contextMenuSelection", "contextMenuSelectionMode", "dataKey", "metaKeySelection", "rowSelectable", "rowTrackBy", "lazy", "lazyLoadOnInit", "compareSelectionBy", "csvSeparator", "exportFilename", "filters", "globalFilterFields", "filterDelay", "filterLocale", "expandedRowKeys", "editingRowKeys", "rowExpandMode", "scrollable", "rowGroupMode", "scrollHeight", "virtualScroll", "virtualScrollItemSize", "virtualScrollOptions", "virtualScrollDelay", "frozenWidth", "contextMenu", "resizableColumns", "columnResizeMode", "reorderableColumns", "loading", "loadingIcon", "showLoader", "rowHover", "customSort", "showInitialSortBadge", "exportFunction", "exportHeader", "stateKey", "stateStorage", "editMode", "groupRowsBy", "size", "showGridlines", "stripedRows", "groupRowsByOrder", "responsiveLayout", "breakpoint", "paginatorLocale", "value", "columns", "first", "rows", "totalRecords", "sortField", "sortOrder", "multiSortMeta", "selection", "selectAll"], outputs: ["contextMenuSelectionChange", "selectAllChange", "selectionChange", "onRowSelect", "onRowUnselect", "onPage", "onSort", "onFilter", "onLazyLoad", "onRowExpand", "onRowCollapse", "onContextMenuSelect", "onColResize", "onColReorder", "onRowReorder", "onEditInit", "onEditComplete", "onEditCancel", "onHeaderCheckboxToggle", "sortFunction", "firstChange", "rowsChange", "onStateSave", "onStateRestore"] }, { kind: "directive", type: i4.PrimeTemplate, selector: "[pTemplate]", inputs: ["type", "pTemplate"] }, { kind: "directive", type: i3.SortableColumn, selector: "[pSortableColumn]", inputs: ["pSortableColumn", "pSortableColumnDisabled"] }, { kind: "component", type: i3.SortIcon, selector: "p-sortIcon", inputs: ["field"] }, { kind: "component", type: i3.TableCheckbox, selector: "p-tableCheckbox", inputs: ["value", "disabled", "required", "index", "inputId", "name", "ariaLabel"] }, { kind: "component", type: i3.TableHeaderCheckbox, selector: "p-tableHeaderCheckbox", inputs: ["disabled", "inputId", "name", "ariaLabel"] }, { kind: "component", type: Select, selector: "p-select", inputs: ["id", "scrollHeight", "filter", "panelStyle", "styleClass", "panelStyleClass", "readonly", "editable", "tabindex", "placeholder", "loadingIcon", "filterPlaceholder", "filterLocale", "inputId", "dataKey", "filterBy", "filterFields", "autofocus", "resetFilterOnHide", "checkmark", "dropdownIcon", "loading", "optionLabel", "optionValue", "optionDisabled", "optionGroupLabel", "optionGroupChildren", "group", "showClear", "emptyFilterMessage", "emptyMessage", "lazy", "virtualScroll", "virtualScrollItemSize", "virtualScrollOptions", "overlayOptions", "ariaFilterLabel", "ariaLabel", "ariaLabelledBy", "filterMatchMode", "tooltip", "tooltipPosition", "tooltipPositionStyle", "tooltipStyleClass", "focusOnHover", "selectOnFocus", "autoOptionFocus", "autofocusFilter", "filterValue", "options", "appendTo"], outputs: ["onChange", "onFilter", "onFocus", "onBlur", "onClick", "onShow", "onHide", "onClear", "onLazyLoad"] }, { kind: "ngmodule", type: BadgeModule }, { kind: "ngmodule", type: TooltipModule }, { kind: "directive", type: i4$1.Tooltip, selector: "[pTooltip]", inputs: ["tooltipPosition", "tooltipEvent", "positionStyle", "tooltipStyleClass", "tooltipZIndex", "escape", "showDelay", "hideDelay", "life", "positionTop", "positionLeft", "autoHide", "fitContent", "hideOnEscape", "pTooltip", "tooltipDisabled", "tooltipOptions", "appendTo", "ptTooltip"] }, { kind: "ngmodule", type: CheckboxModule }, { kind: "pipe", type: TermPipe, name: "term" }, { kind: "pipe", type: FormatCellPipe, name: "formatCell" }] });
|
|
6048
6049
|
}
|
|
6049
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
6050
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: TableFetchComponent, decorators: [{
|
|
6050
6051
|
type: Component,
|
|
6051
6052
|
args: [{ selector: "intelica-table-fetch", standalone: true, imports: [
|
|
6052
6053
|
InputIcon,
|
|
@@ -6127,10 +6128,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImpo
|
|
|
6127
6128
|
}] } });
|
|
6128
6129
|
|
|
6129
6130
|
class IntelicaAlertComponent {
|
|
6130
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
6131
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.
|
|
6131
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: IntelicaAlertComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
6132
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.21", type: IntelicaAlertComponent, isStandalone: true, selector: "intelica-alert", ngImport: i0, template: "<!-- \r\n Clases Modificadoras para estados:\r\n prConfirmDialog--warning\r\n prConfirmDialog--danger\r\n prConfirmDialog--error\r\n prConfirmDialog--success\r\n prConfirmDialog--default\r\n-->\r\n<p-confirmDialog\r\n\t#cd\r\n\t[styleClass]=\"\r\n\t\t'prConfirmDialog' +\r\n\t\t($any(cd.confirmation)?.data?.config?.type ? ' prConfirmDialog--' + $any(cd.confirmation).data.config.type : ' prConfirmDialog--default') +\r\n\t\t($any(cd.confirmation)?.data?.config?.size ? ' prConfirmDialog--' + $any(cd.confirmation).data.config.size : '')\r\n\t\"\r\n\tkey=\"intelica-alert-dialog\"\r\n\t[closable]=\"false\"\r\n\t[visible]=\"undefined\"\r\n>\r\n\t<!-- \r\n We use the headless template. \r\n 'message' contains the confirmation object.\r\n 'message.data' contains our custom 'presentationData' object from AlertService.\r\n -->\r\n\t<ng-template pTemplate=\"headless\" let-message let-onAccept=\"onAccept\" let-onReject=\"onReject\">\r\n\t\t<div class=\"prConfirmDialog__content\">\r\n\t\t\t<!-- Close Button -->\r\n\t\t\t@if (message.data.config.showCloseButton) {\r\n\t\t\t<div class=\"prConfirmDialog__close\">\r\n\t\t\t\t<p-button severity=\"secondary\" [rounded]=\"false\" [text]=\"true\" (onClick)=\"onReject()\" ariaLabel=\"Cerrar\">\r\n\t\t\t\t\t<i class=\"icon icon-cancel\"></i>\r\n\t\t\t\t</p-button>\r\n\t\t\t</div>\r\n\t\t\t}\r\n\r\n\t\t\t<!-- Icon -->\r\n\t\t\t<div class=\"prConfirmDialog__icon\">\r\n\t\t\t\t@if (message.data.config.customImageUrl) {\r\n\t\t\t\t<img [src]=\"message.data.config.customImageUrl\" alt=\"Alert icon\" />\r\n\t\t\t\t} @else {\r\n\t\t\t\t<i [class]=\"$any(message).data.iconClass\"></i>\r\n\t\t\t\t}\r\n\t\t\t</div>\r\n\t\t\t<div class=\"prConfirmDialog__details\">\r\n\t\t\t\t<!-- Title -->\r\n\t\t\t\t<h2 class=\"prConfirmDialog__title\">{{ message.header }}</h2>\r\n\r\n\t\t\t\t<!-- Subtitle / Message -->\r\n\t\t\t\t@if (message.message) {\r\n\t\t\t\t<p class=\"prConfirmDialog__subtitle\" [style.color]=\"$any(message).data.config.styles?.subtitleColor ?? '#555'\">{{ message.message }}</p>\r\n\t\t\t\t}\r\n\t\t\t</div>\r\n\r\n\t\t\t<!-- HTML Content -->\r\n\t\t\t@if (message.data.config.htmlContent) {\r\n\t\t\t<div class=\"prConfirmDialog__text\" [innerHTML]=\"$any(message).data.config.htmlContent\" [style.color]=\"$any(message).data.config.styles?.subtitleColor ?? '#555'\"></div>\r\n\t\t\t}\r\n\r\n\t\t\t<!-- Buttons -->\r\n\t\t\t<div class=\"prConfirmDialog__footer\">\r\n\t\t\t\t<!-- Confirm Button -->\r\n\t\t\t\t<p-button class=\"prButton\" [label]=\"message.data.confirmText\" (onClick)=\"onAccept()\" />\r\n\t\t\t\t<!-- Cancel Button -->\r\n\t\t\t\t@if (message.data.showCancelButton) {\r\n\t\t\t\t<p-button class=\"prButton\" [label]=\"message.data.cancelText\" severity=\"secondary\" [outlined]=\"true\" (onClick)=\"onReject()\" />\r\n\t\t\t\t}\r\n\t\t\t</div>\r\n\t\t</div>\r\n\t</ng-template>\r\n</p-confirmDialog>\r\n", dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "ngmodule", type: ConfirmDialogModule }, { kind: "component", type: i1$3.ConfirmDialog, selector: "p-confirmDialog, p-confirmdialog, p-confirm-dialog", inputs: ["header", "icon", "message", "style", "styleClass", "maskStyleClass", "acceptIcon", "acceptLabel", "closeAriaLabel", "acceptAriaLabel", "acceptVisible", "rejectIcon", "rejectLabel", "rejectAriaLabel", "rejectVisible", "acceptButtonStyleClass", "rejectButtonStyleClass", "closeOnEscape", "dismissableMask", "blockScroll", "rtl", "closable", "appendTo", "key", "autoZIndex", "baseZIndex", "transitionOptions", "focusTrap", "defaultFocus", "breakpoints", "modal", "visible", "position", "draggable"], outputs: ["onHide"] }, { kind: "directive", type: i4.PrimeTemplate, selector: "[pTemplate]", inputs: ["type", "pTemplate"] }, { kind: "ngmodule", type: ButtonModule }, { kind: "component", type: i2$1.Button, selector: "p-button", inputs: ["hostName", "type", "badge", "disabled", "raised", "rounded", "text", "plain", "outlined", "link", "tabindex", "size", "variant", "style", "styleClass", "badgeClass", "badgeSeverity", "ariaLabel", "autofocus", "iconPos", "icon", "label", "loading", "loadingIcon", "severity", "buttonProps", "fluid"], outputs: ["onClick", "onFocus", "onBlur"] }] });
|
|
6132
6133
|
}
|
|
6133
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
6134
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: IntelicaAlertComponent, decorators: [{
|
|
6134
6135
|
type: Component,
|
|
6135
6136
|
args: [{ selector: "intelica-alert", standalone: true, imports: [CommonModule, ConfirmDialogModule, ButtonModule], template: "<!-- \r\n Clases Modificadoras para estados:\r\n prConfirmDialog--warning\r\n prConfirmDialog--danger\r\n prConfirmDialog--error\r\n prConfirmDialog--success\r\n prConfirmDialog--default\r\n-->\r\n<p-confirmDialog\r\n\t#cd\r\n\t[styleClass]=\"\r\n\t\t'prConfirmDialog' +\r\n\t\t($any(cd.confirmation)?.data?.config?.type ? ' prConfirmDialog--' + $any(cd.confirmation).data.config.type : ' prConfirmDialog--default') +\r\n\t\t($any(cd.confirmation)?.data?.config?.size ? ' prConfirmDialog--' + $any(cd.confirmation).data.config.size : '')\r\n\t\"\r\n\tkey=\"intelica-alert-dialog\"\r\n\t[closable]=\"false\"\r\n\t[visible]=\"undefined\"\r\n>\r\n\t<!-- \r\n We use the headless template. \r\n 'message' contains the confirmation object.\r\n 'message.data' contains our custom 'presentationData' object from AlertService.\r\n -->\r\n\t<ng-template pTemplate=\"headless\" let-message let-onAccept=\"onAccept\" let-onReject=\"onReject\">\r\n\t\t<div class=\"prConfirmDialog__content\">\r\n\t\t\t<!-- Close Button -->\r\n\t\t\t@if (message.data.config.showCloseButton) {\r\n\t\t\t<div class=\"prConfirmDialog__close\">\r\n\t\t\t\t<p-button severity=\"secondary\" [rounded]=\"false\" [text]=\"true\" (onClick)=\"onReject()\" ariaLabel=\"Cerrar\">\r\n\t\t\t\t\t<i class=\"icon icon-cancel\"></i>\r\n\t\t\t\t</p-button>\r\n\t\t\t</div>\r\n\t\t\t}\r\n\r\n\t\t\t<!-- Icon -->\r\n\t\t\t<div class=\"prConfirmDialog__icon\">\r\n\t\t\t\t@if (message.data.config.customImageUrl) {\r\n\t\t\t\t<img [src]=\"message.data.config.customImageUrl\" alt=\"Alert icon\" />\r\n\t\t\t\t} @else {\r\n\t\t\t\t<i [class]=\"$any(message).data.iconClass\"></i>\r\n\t\t\t\t}\r\n\t\t\t</div>\r\n\t\t\t<div class=\"prConfirmDialog__details\">\r\n\t\t\t\t<!-- Title -->\r\n\t\t\t\t<h2 class=\"prConfirmDialog__title\">{{ message.header }}</h2>\r\n\r\n\t\t\t\t<!-- Subtitle / Message -->\r\n\t\t\t\t@if (message.message) {\r\n\t\t\t\t<p class=\"prConfirmDialog__subtitle\" [style.color]=\"$any(message).data.config.styles?.subtitleColor ?? '#555'\">{{ message.message }}</p>\r\n\t\t\t\t}\r\n\t\t\t</div>\r\n\r\n\t\t\t<!-- HTML Content -->\r\n\t\t\t@if (message.data.config.htmlContent) {\r\n\t\t\t<div class=\"prConfirmDialog__text\" [innerHTML]=\"$any(message).data.config.htmlContent\" [style.color]=\"$any(message).data.config.styles?.subtitleColor ?? '#555'\"></div>\r\n\t\t\t}\r\n\r\n\t\t\t<!-- Buttons -->\r\n\t\t\t<div class=\"prConfirmDialog__footer\">\r\n\t\t\t\t<!-- Confirm Button -->\r\n\t\t\t\t<p-button class=\"prButton\" [label]=\"message.data.confirmText\" (onClick)=\"onAccept()\" />\r\n\t\t\t\t<!-- Cancel Button -->\r\n\t\t\t\t@if (message.data.showCancelButton) {\r\n\t\t\t\t<p-button class=\"prButton\" [label]=\"message.data.cancelText\" severity=\"secondary\" [outlined]=\"true\" (onClick)=\"onReject()\" />\r\n\t\t\t\t}\r\n\t\t\t</div>\r\n\t\t</div>\r\n\t</ng-template>\r\n</p-confirmDialog>\r\n" }]
|
|
6136
6137
|
}] });
|
|
@@ -6201,10 +6202,10 @@ class GlobalFavoriteService {
|
|
|
6201
6202
|
matchesPage(item, value) {
|
|
6202
6203
|
return item.pageUrl === value || item.pageRoot === value;
|
|
6203
6204
|
}
|
|
6204
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
6205
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.
|
|
6205
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: GlobalFavoriteService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
6206
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: GlobalFavoriteService, providedIn: "root" });
|
|
6206
6207
|
}
|
|
6207
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
6208
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: GlobalFavoriteService, decorators: [{
|
|
6208
6209
|
type: Injectable,
|
|
6209
6210
|
args: [{ providedIn: "root" }]
|
|
6210
6211
|
}], ctorParameters: () => [] });
|
|
@@ -6230,10 +6231,10 @@ class AddFavoritesService {
|
|
|
6230
6231
|
resolvePageRoot(pageRoot) {
|
|
6231
6232
|
return pageRoot?.trim() || this.featureFlagService.GetPageRoot();
|
|
6232
6233
|
}
|
|
6233
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
6234
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.
|
|
6234
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: AddFavoritesService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
6235
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: AddFavoritesService, providedIn: "root" });
|
|
6235
6236
|
}
|
|
6236
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
6237
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: AddFavoritesService, decorators: [{
|
|
6237
6238
|
type: Injectable,
|
|
6238
6239
|
args: [{
|
|
6239
6240
|
providedIn: "root",
|
|
@@ -6281,10 +6282,10 @@ class AddFavoritesComponent {
|
|
|
6281
6282
|
updateIcon() {
|
|
6282
6283
|
this.iconClass = this.isFavorite ? ICON_ON : ICON_OFF;
|
|
6283
6284
|
}
|
|
6284
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
6285
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
6285
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: AddFavoritesComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
6286
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.21", type: AddFavoritesComponent, isStandalone: true, selector: "intelica-add-favorites", outputs: { favoriteChanged: "favoriteChanged" }, ngImport: i0, template: "<p-button class=\"prButton\" severity=\"secondary\" [disabled]=\"isToggling\" (onClick)=\"toggleFavorite()\">\r\n\t<i class=\"icon p-button-icon-left\" [ngClass]=\"iconClass\" pButtonIcon></i>\r\n\t<span pButtonLabel>{{ \"ADD_TO_FAVORITES\" | term : termService.languageCode }}</span>\r\n</p-button>\r\n", dependencies: [{ kind: "component", type: Button, selector: "p-button", inputs: ["hostName", "type", "badge", "disabled", "raised", "rounded", "text", "plain", "outlined", "link", "tabindex", "size", "variant", "style", "styleClass", "badgeClass", "badgeSeverity", "ariaLabel", "autofocus", "iconPos", "icon", "label", "loading", "loadingIcon", "severity", "buttonProps", "fluid"], outputs: ["onClick", "onFocus", "onBlur"] }, { kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "pipe", type: TermPipe, name: "term" }] });
|
|
6286
6287
|
}
|
|
6287
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
6288
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: AddFavoritesComponent, decorators: [{
|
|
6288
6289
|
type: Component,
|
|
6289
6290
|
args: [{ selector: "intelica-add-favorites", imports: [Button, TermPipe, NgClass], template: "<p-button class=\"prButton\" severity=\"secondary\" [disabled]=\"isToggling\" (onClick)=\"toggleFavorite()\">\r\n\t<i class=\"icon p-button-icon-left\" [ngClass]=\"iconClass\" pButtonIcon></i>\r\n\t<span pButtonLabel>{{ \"ADD_TO_FAVORITES\" | term : termService.languageCode }}</span>\r\n</p-button>\r\n" }]
|
|
6290
6291
|
}], propDecorators: { favoriteChanged: [{ type: i0.Output, args: ["favoriteChanged"] }] } });
|
|
@@ -6379,10 +6380,10 @@ class ClientContextSelector {
|
|
|
6379
6380
|
clientId: this.selectedClientId,
|
|
6380
6381
|
});
|
|
6381
6382
|
}
|
|
6382
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
6383
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.
|
|
6383
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: ClientContextSelector, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
6384
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.21", type: ClientContextSelector, isStandalone: true, selector: "itl-context-selector", inputs: { regions: { classPropertyName: "regions", publicName: "regions", isSignal: true, isRequired: false, transformFunction: null }, countries: { classPropertyName: "countries", publicName: "countries", isSignal: true, isRequired: false, transformFunction: null }, clients: { classPropertyName: "clients", publicName: "clients", isSignal: true, isRequired: false, transformFunction: null }, selection: { classPropertyName: "selection", publicName: "selection", isSignal: true, isRequired: false, transformFunction: null }, showRegion: { classPropertyName: "showRegion", publicName: "showRegion", isSignal: true, isRequired: false, transformFunction: null }, showCountry: { classPropertyName: "showCountry", publicName: "showCountry", isSignal: true, isRequired: false, transformFunction: null }, showClient: { classPropertyName: "showClient", publicName: "showClient", isSignal: true, isRequired: false, transformFunction: null }, buttonTerm: { classPropertyName: "buttonTerm", publicName: "buttonTerm", isSignal: true, isRequired: false, transformFunction: null }, popoverTerm: { classPropertyName: "popoverTerm", publicName: "popoverTerm", isSignal: true, isRequired: false, transformFunction: null }, regionTerm: { classPropertyName: "regionTerm", publicName: "regionTerm", isSignal: true, isRequired: false, transformFunction: null }, countryTerm: { classPropertyName: "countryTerm", publicName: "countryTerm", isSignal: true, isRequired: false, transformFunction: null }, clientTerm: { classPropertyName: "clientTerm", publicName: "clientTerm", isSignal: true, isRequired: false, transformFunction: null }, regionPlaceholderTerm: { classPropertyName: "regionPlaceholderTerm", publicName: "regionPlaceholderTerm", isSignal: true, isRequired: false, transformFunction: null }, countryPlaceholderTerm: { classPropertyName: "countryPlaceholderTerm", publicName: "countryPlaceholderTerm", isSignal: true, isRequired: false, transformFunction: null }, clientPlaceholderTerm: { classPropertyName: "clientPlaceholderTerm", publicName: "clientPlaceholderTerm", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { selectionChange: "selectionChange", regionChange: "regionChange", countriesChange: "countriesChange", clientChange: "clientChange" }, ngImport: i0, template: "<div class=\"lyFilterbar__wrap\">\r\n\t<p-button class=\"prButton u-hide-adjacent\" (click)=\"popoverFilterLayout.toggle($event)\" severity=\"secondary\" label=\"{{ buttonTerm() | term: globalTermService.languageCode }}\" />\r\n\t<p-popover styleClass=\"prPopover prPopover--compact\" [style]=\"{ '--custom-width': '20.5rem' }\" [focusOnShow]=\"false\" #popoverFilterLayout>\r\n\t\t<div class=\"prPopover__header\">{{ popoverTerm() | term: globalTermService.languageCode }}</div>\r\n\t\t<div class=\"prPopover__body\">\r\n\t\t\t<div class=\"u-display-flex u-flex-column u-gap-sm\">\r\n\t\t\t\t@if (showRegion()) {\r\n\t\t\t\t\t<p-select\r\n\t\t\t\t\t\tclass=\"prSelect\"\r\n\t\t\t\t\t\t[options]=\"regions()\"\r\n\t\t\t\t\t\t[ngModel]=\"selectedRegionId\"\r\n\t\t\t\t\t\t(ngModelChange)=\"onRegionChange($event)\"\r\n\t\t\t\t\t\toptionValue=\"id\"\r\n\t\t\t\t\t\toptionLabel=\"label\"\r\n\t\t\t\t\t\tplaceholder=\"{{ regionPlaceholderTerm() | term: globalTermService.languageCode }}\"\r\n\t\t\t\t\t\tshowClear=\"true\"\r\n\t\t\t\t\t\tdropdownIcon=\"icon icon-arrow-down\"\r\n\t\t\t\t\t\tfilter=\"false\"\r\n\t\t\t\t\t\tfiltericon=\"icon icon-cancel\"\r\n\t\t\t\t\t/>\r\n\t\t\t\t}\r\n\r\n\t\t\t\t@if (showCountry()) {\r\n\t\t\t\t\t<p-multiselect\r\n\t\t\t\t\t\tclass=\"prMultiselect\"\r\n\t\t\t\t\t\t[options]=\"filteredCountries\"\r\n\t\t\t\t\t\t[ngModel]=\"selectedCountryIds\"\r\n\t\t\t\t\t\t(ngModelChange)=\"onCountriesChange($event)\"\r\n\t\t\t\t\t\t[maxSelectedLabels]=\"3\"\r\n\t\t\t\t\t\toptionLabel=\"label\"\r\n\t\t\t\t\t\toptionValue=\"id\"\r\n\t\t\t\t\t\tplaceholder=\"{{ countryPlaceholderTerm() | term: globalTermService.languageCode }}\"\r\n\t\t\t\t\t\tshowClear=\"true\"\r\n\t\t\t\t\t\tdropdownIcon=\"icon icon-arrow-down\"\r\n\t\t\t\t\t\tshowToggleAll=\"false\"\r\n\t\t\t\t\t\tfilter=\"false\"\r\n\t\t\t\t\t\tfiltericon=\"icon icon-cancel\"\r\n\t\t\t\t\t/>\r\n\t\t\t\t}\r\n\r\n\t\t\t\t@if (showClient()) {\r\n\t\t\t\t\t<p-select\r\n\t\t\t\t\t\tclass=\"prSelect\"\r\n\t\t\t\t\t\t[options]=\"filteredClients\"\r\n\t\t\t\t\t\t[ngModel]=\"selectedClientId\"\r\n\t\t\t\t\t\t(ngModelChange)=\"onClientChange($event)\"\r\n\t\t\t\t\t\toptionValue=\"id\"\r\n\t\t\t\t\t\toptionLabel=\"label\"\r\n\t\t\t\t\t\t[placeholder]=\"clientPlaceholderTerm()\"\r\n\t\t\t\t\t\tshowClear=\"true\"\r\n\t\t\t\t\t\tdropdownIcon=\"icon icon-arrow-down\"\r\n\t\t\t\t\t\tfilter=\"false\"\r\n\t\t\t\t\t\tfiltericon=\"icon icon-cancel\"\r\n\t\t\t\t\t/>\r\n\t\t\t\t}\r\n\t\t\t</div>\r\n\t\t</div>\r\n\t</p-popover>\r\n</div>\r\n", dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "ngmodule", type: FormsModule }, { kind: "directive", type: i1$1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1$1.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "component", type: Button, selector: "p-button", inputs: ["hostName", "type", "badge", "disabled", "raised", "rounded", "text", "plain", "outlined", "link", "tabindex", "size", "variant", "style", "styleClass", "badgeClass", "badgeSeverity", "ariaLabel", "autofocus", "iconPos", "icon", "label", "loading", "loadingIcon", "severity", "buttonProps", "fluid"], outputs: ["onClick", "onFocus", "onBlur"] }, { kind: "component", type: Popover, selector: "p-popover", inputs: ["ariaLabel", "ariaLabelledBy", "dismissable", "style", "styleClass", "appendTo", "autoZIndex", "ariaCloseLabel", "baseZIndex", "focusOnShow", "showTransitionOptions", "hideTransitionOptions"], outputs: ["onShow", "onHide"] }, { kind: "component", type: MultiSelect, selector: "p-multiSelect, p-multiselect, p-multi-select", inputs: ["id", "ariaLabel", "styleClass", "panelStyle", "panelStyleClass", "inputId", "readonly", "group", "filter", "filterPlaceHolder", "filterLocale", "overlayVisible", "tabindex", "dataKey", "ariaLabelledBy", "displaySelectedLabel", "maxSelectedLabels", "selectionLimit", "selectedItemsLabel", "showToggleAll", "emptyFilterMessage", "emptyMessage", "resetFilterOnHide", "dropdownIcon", "chipIcon", "optionLabel", "optionValue", "optionDisabled", "optionGroupLabel", "optionGroupChildren", "showHeader", "filterBy", "scrollHeight", "lazy", "virtualScroll", "loading", "virtualScrollItemSize", "loadingIcon", "virtualScrollOptions", "overlayOptions", "ariaFilterLabel", "filterMatchMode", "tooltip", "tooltipPosition", "tooltipPositionStyle", "tooltipStyleClass", "autofocusFilter", "display", "autocomplete", "showClear", "autofocus", "placeholder", "options", "filterValue", "selectAll", "focusOnHover", "filterFields", "selectOnFocus", "autoOptionFocus", "highlightOnSelect", "size", "variant", "fluid", "appendTo"], outputs: ["onChange", "onFilter", "onFocus", "onBlur", "onClick", "onClear", "onPanelShow", "onPanelHide", "onLazyLoad", "onRemove", "onSelectAllChange"] }, { kind: "component", type: Select, selector: "p-select", inputs: ["id", "scrollHeight", "filter", "panelStyle", "styleClass", "panelStyleClass", "readonly", "editable", "tabindex", "placeholder", "loadingIcon", "filterPlaceholder", "filterLocale", "inputId", "dataKey", "filterBy", "filterFields", "autofocus", "resetFilterOnHide", "checkmark", "dropdownIcon", "loading", "optionLabel", "optionValue", "optionDisabled", "optionGroupLabel", "optionGroupChildren", "group", "showClear", "emptyFilterMessage", "emptyMessage", "lazy", "virtualScroll", "virtualScrollItemSize", "virtualScrollOptions", "overlayOptions", "ariaFilterLabel", "ariaLabel", "ariaLabelledBy", "filterMatchMode", "tooltip", "tooltipPosition", "tooltipPositionStyle", "tooltipStyleClass", "focusOnHover", "selectOnFocus", "autoOptionFocus", "autofocusFilter", "filterValue", "options", "appendTo"], outputs: ["onChange", "onFilter", "onFocus", "onBlur", "onClick", "onShow", "onHide", "onClear", "onLazyLoad"] }, { kind: "pipe", type: TermPipe, name: "term" }] });
|
|
6384
6385
|
}
|
|
6385
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
6386
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: ClientContextSelector, decorators: [{
|
|
6386
6387
|
type: Component,
|
|
6387
6388
|
args: [{ selector: "itl-context-selector", imports: [CommonModule, FormsModule, Button, Popover, MultiSelect, Select, TermPipe], template: "<div class=\"lyFilterbar__wrap\">\r\n\t<p-button class=\"prButton u-hide-adjacent\" (click)=\"popoverFilterLayout.toggle($event)\" severity=\"secondary\" label=\"{{ buttonTerm() | term: globalTermService.languageCode }}\" />\r\n\t<p-popover styleClass=\"prPopover prPopover--compact\" [style]=\"{ '--custom-width': '20.5rem' }\" [focusOnShow]=\"false\" #popoverFilterLayout>\r\n\t\t<div class=\"prPopover__header\">{{ popoverTerm() | term: globalTermService.languageCode }}</div>\r\n\t\t<div class=\"prPopover__body\">\r\n\t\t\t<div class=\"u-display-flex u-flex-column u-gap-sm\">\r\n\t\t\t\t@if (showRegion()) {\r\n\t\t\t\t\t<p-select\r\n\t\t\t\t\t\tclass=\"prSelect\"\r\n\t\t\t\t\t\t[options]=\"regions()\"\r\n\t\t\t\t\t\t[ngModel]=\"selectedRegionId\"\r\n\t\t\t\t\t\t(ngModelChange)=\"onRegionChange($event)\"\r\n\t\t\t\t\t\toptionValue=\"id\"\r\n\t\t\t\t\t\toptionLabel=\"label\"\r\n\t\t\t\t\t\tplaceholder=\"{{ regionPlaceholderTerm() | term: globalTermService.languageCode }}\"\r\n\t\t\t\t\t\tshowClear=\"true\"\r\n\t\t\t\t\t\tdropdownIcon=\"icon icon-arrow-down\"\r\n\t\t\t\t\t\tfilter=\"false\"\r\n\t\t\t\t\t\tfiltericon=\"icon icon-cancel\"\r\n\t\t\t\t\t/>\r\n\t\t\t\t}\r\n\r\n\t\t\t\t@if (showCountry()) {\r\n\t\t\t\t\t<p-multiselect\r\n\t\t\t\t\t\tclass=\"prMultiselect\"\r\n\t\t\t\t\t\t[options]=\"filteredCountries\"\r\n\t\t\t\t\t\t[ngModel]=\"selectedCountryIds\"\r\n\t\t\t\t\t\t(ngModelChange)=\"onCountriesChange($event)\"\r\n\t\t\t\t\t\t[maxSelectedLabels]=\"3\"\r\n\t\t\t\t\t\toptionLabel=\"label\"\r\n\t\t\t\t\t\toptionValue=\"id\"\r\n\t\t\t\t\t\tplaceholder=\"{{ countryPlaceholderTerm() | term: globalTermService.languageCode }}\"\r\n\t\t\t\t\t\tshowClear=\"true\"\r\n\t\t\t\t\t\tdropdownIcon=\"icon icon-arrow-down\"\r\n\t\t\t\t\t\tshowToggleAll=\"false\"\r\n\t\t\t\t\t\tfilter=\"false\"\r\n\t\t\t\t\t\tfiltericon=\"icon icon-cancel\"\r\n\t\t\t\t\t/>\r\n\t\t\t\t}\r\n\r\n\t\t\t\t@if (showClient()) {\r\n\t\t\t\t\t<p-select\r\n\t\t\t\t\t\tclass=\"prSelect\"\r\n\t\t\t\t\t\t[options]=\"filteredClients\"\r\n\t\t\t\t\t\t[ngModel]=\"selectedClientId\"\r\n\t\t\t\t\t\t(ngModelChange)=\"onClientChange($event)\"\r\n\t\t\t\t\t\toptionValue=\"id\"\r\n\t\t\t\t\t\toptionLabel=\"label\"\r\n\t\t\t\t\t\t[placeholder]=\"clientPlaceholderTerm()\"\r\n\t\t\t\t\t\tshowClear=\"true\"\r\n\t\t\t\t\t\tdropdownIcon=\"icon icon-arrow-down\"\r\n\t\t\t\t\t\tfilter=\"false\"\r\n\t\t\t\t\t\tfiltericon=\"icon icon-cancel\"\r\n\t\t\t\t\t/>\r\n\t\t\t\t}\r\n\t\t\t</div>\r\n\t\t</div>\r\n\t</p-popover>\r\n</div>\r\n" }]
|
|
6388
6389
|
}], ctorParameters: () => [], propDecorators: { regions: [{ type: i0.Input, args: [{ isSignal: true, alias: "regions", required: false }] }], countries: [{ type: i0.Input, args: [{ isSignal: true, alias: "countries", required: false }] }], clients: [{ type: i0.Input, args: [{ isSignal: true, alias: "clients", required: false }] }], selection: [{ type: i0.Input, args: [{ isSignal: true, alias: "selection", required: false }] }], showRegion: [{ type: i0.Input, args: [{ isSignal: true, alias: "showRegion", required: false }] }], showCountry: [{ type: i0.Input, args: [{ isSignal: true, alias: "showCountry", required: false }] }], showClient: [{ type: i0.Input, args: [{ isSignal: true, alias: "showClient", required: false }] }], buttonTerm: [{ type: i0.Input, args: [{ isSignal: true, alias: "buttonTerm", required: false }] }], popoverTerm: [{ type: i0.Input, args: [{ isSignal: true, alias: "popoverTerm", required: false }] }], regionTerm: [{ type: i0.Input, args: [{ isSignal: true, alias: "regionTerm", required: false }] }], countryTerm: [{ type: i0.Input, args: [{ isSignal: true, alias: "countryTerm", required: false }] }], clientTerm: [{ type: i0.Input, args: [{ isSignal: true, alias: "clientTerm", required: false }] }], regionPlaceholderTerm: [{ type: i0.Input, args: [{ isSignal: true, alias: "regionPlaceholderTerm", required: false }] }], countryPlaceholderTerm: [{ type: i0.Input, args: [{ isSignal: true, alias: "countryPlaceholderTerm", required: false }] }], clientPlaceholderTerm: [{ type: i0.Input, args: [{ isSignal: true, alias: "clientPlaceholderTerm", required: false }] }], selectionChange: [{ type: i0.Output, args: ["selectionChange"] }], regionChange: [{ type: i0.Output, args: ["regionChange"] }], countriesChange: [{ type: i0.Output, args: ["countriesChange"] }], clientChange: [{ type: i0.Output, args: ["clientChange"] }] } });
|
|
@@ -6414,10 +6415,10 @@ class SetsesioninformationComponent {
|
|
|
6414
6415
|
window.location.href = window.location.origin;
|
|
6415
6416
|
});
|
|
6416
6417
|
}
|
|
6417
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
6418
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
6418
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: SetsesioninformationComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
6419
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.21", type: SetsesioninformationComponent, isStandalone: true, selector: "security-setsesioninformation", ngImport: i0, template: "", isInline: true });
|
|
6419
6420
|
}
|
|
6420
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
6421
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: SetsesioninformationComponent, decorators: [{
|
|
6421
6422
|
type: Component,
|
|
6422
6423
|
args: [{
|
|
6423
6424
|
selector: "security-setsesioninformation",
|
|
@@ -6434,8 +6435,8 @@ class CheckboxFilterDirective extends FilterDirective {
|
|
|
6434
6435
|
ngOnChanges(changes) {
|
|
6435
6436
|
this.$changes.next(changes);
|
|
6436
6437
|
}
|
|
6437
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
6438
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.
|
|
6438
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: CheckboxFilterDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
6439
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.21", type: CheckboxFilterDirective, isStandalone: true, selector: "checkbox-filter", inputs: { modeCheckBox: "modeCheckBox" }, providers: [
|
|
6439
6440
|
{
|
|
6440
6441
|
provide: NG_VALUE_ACCESSOR,
|
|
6441
6442
|
useExisting: forwardRef(() => CheckboxFilterDirective),
|
|
@@ -6447,7 +6448,7 @@ class CheckboxFilterDirective extends FilterDirective {
|
|
|
6447
6448
|
}
|
|
6448
6449
|
], usesInheritance: true, usesOnChanges: true, ngImport: i0 });
|
|
6449
6450
|
}
|
|
6450
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
6451
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: CheckboxFilterDirective, decorators: [{
|
|
6451
6452
|
type: Directive,
|
|
6452
6453
|
args: [{
|
|
6453
6454
|
selector: "checkbox-filter",
|
|
@@ -6487,8 +6488,8 @@ class DateFilterDirective extends FilterDirective {
|
|
|
6487
6488
|
ngOnChanges(changes) {
|
|
6488
6489
|
this.$changes.next(changes);
|
|
6489
6490
|
}
|
|
6490
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
6491
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.
|
|
6491
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: DateFilterDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
6492
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.21", type: DateFilterDirective, isStandalone: true, selector: "date-filter", inputs: { format: "format", start: "start", depth: "depth", strictMode: "strictMode", min: "min", max: "max", showTodayButton: "showTodayButton", allowEdit: "allowEdit", range: "range", isReadOnly: "isReadOnly", dateMode: "dateMode" }, outputs: { open: "open", navigated: "navigated" }, providers: [
|
|
6492
6493
|
{
|
|
6493
6494
|
provide: NG_VALUE_ACCESSOR,
|
|
6494
6495
|
useExisting: forwardRef(() => DateFilterDirective),
|
|
@@ -6500,7 +6501,7 @@ class DateFilterDirective extends FilterDirective {
|
|
|
6500
6501
|
},
|
|
6501
6502
|
], usesInheritance: true, usesOnChanges: true, ngImport: i0 });
|
|
6502
6503
|
}
|
|
6503
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
6504
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: DateFilterDirective, decorators: [{
|
|
6504
6505
|
type: Directive,
|
|
6505
6506
|
args: [{
|
|
6506
6507
|
selector: "date-filter",
|
|
@@ -6556,8 +6557,8 @@ class SelectDetailFilterDirective extends FilterDirective {
|
|
|
6556
6557
|
ngOnChanges(changes) {
|
|
6557
6558
|
this.$changes.next(changes);
|
|
6558
6559
|
}
|
|
6559
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
6560
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.
|
|
6560
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: SelectDetailFilterDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
6561
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.21", type: SelectDetailFilterDirective, isStandalone: true, selector: "select-detail-filter", inputs: { id: "id", fieldText: "fieldText", fieldValue: "fieldValue", fieldDetail: "fieldDetail", data: "data" }, providers: [
|
|
6561
6562
|
{
|
|
6562
6563
|
provide: NG_VALUE_ACCESSOR,
|
|
6563
6564
|
useExisting: forwardRef(() => SelectDetailFilterDirective),
|
|
@@ -6569,7 +6570,7 @@ class SelectDetailFilterDirective extends FilterDirective {
|
|
|
6569
6570
|
}
|
|
6570
6571
|
], usesInheritance: true, usesOnChanges: true, ngImport: i0 });
|
|
6571
6572
|
}
|
|
6572
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
6573
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: SelectDetailFilterDirective, decorators: [{
|
|
6573
6574
|
type: Directive,
|
|
6574
6575
|
args: [{
|
|
6575
6576
|
selector: "select-detail-filter",
|
|
@@ -6619,8 +6620,8 @@ class SelectFilterDirective extends FilterDirective {
|
|
|
6619
6620
|
ngOnChanges(changes) {
|
|
6620
6621
|
this.$changes.next(changes);
|
|
6621
6622
|
}
|
|
6622
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
6623
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.
|
|
6623
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: SelectFilterDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
6624
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.21", type: SelectFilterDirective, isStandalone: true, selector: "select-filter", inputs: { options: "options", optionLabel: "optionLabel", optionValue: "optionValue", showFilter: "showFilter", showAll: "showAll", multiple: "multiple", popupWidth: "popupWidth", appendTo: "appendTo", panelStyleClass: "panelStyleClass", allText: "allText", maxSelectedLabels: "maxSelectedLabels", virtualScroll: "virtualScroll", selectedItemsLabel: "selectedItemsLabel", group: "group", resetFilterOnHide: "resetFilterOnHide" }, providers: [
|
|
6624
6625
|
{
|
|
6625
6626
|
provide: NG_VALUE_ACCESSOR,
|
|
6626
6627
|
useExisting: forwardRef(() => SelectFilterDirective),
|
|
@@ -6632,7 +6633,7 @@ class SelectFilterDirective extends FilterDirective {
|
|
|
6632
6633
|
}
|
|
6633
6634
|
], usesInheritance: true, usesOnChanges: true, ngImport: i0 });
|
|
6634
6635
|
}
|
|
6635
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
6636
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: SelectFilterDirective, decorators: [{
|
|
6636
6637
|
type: Directive,
|
|
6637
6638
|
args: [{
|
|
6638
6639
|
selector: "select-filter",
|
|
@@ -6685,8 +6686,8 @@ class TemplateDirective extends FilterDirective {
|
|
|
6685
6686
|
super(FilterTypeEnum.Template);
|
|
6686
6687
|
}
|
|
6687
6688
|
content;
|
|
6688
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
6689
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.
|
|
6689
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: TemplateDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
6690
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.21", type: TemplateDirective, isStandalone: true, selector: "template-filter", providers: [
|
|
6690
6691
|
{
|
|
6691
6692
|
provide: NG_VALUE_ACCESSOR,
|
|
6692
6693
|
useExisting: forwardRef(() => TemplateDirective),
|
|
@@ -6698,7 +6699,7 @@ class TemplateDirective extends FilterDirective {
|
|
|
6698
6699
|
}
|
|
6699
6700
|
], queries: [{ propertyName: "content", first: true, predicate: ["content"], descendants: true }], usesInheritance: true, ngImport: i0 });
|
|
6700
6701
|
}
|
|
6701
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
6702
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: TemplateDirective, decorators: [{
|
|
6702
6703
|
type: Directive,
|
|
6703
6704
|
args: [{
|
|
6704
6705
|
selector: "template-filter",
|
|
@@ -6726,8 +6727,8 @@ class TextAreaFilterDirective extends FilterDirective {
|
|
|
6726
6727
|
ngOnChanges(changes) {
|
|
6727
6728
|
this.$changes.next(changes);
|
|
6728
6729
|
}
|
|
6729
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
6730
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.
|
|
6730
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: TextAreaFilterDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
6731
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.21", type: TextAreaFilterDirective, isStandalone: true, selector: "view-text-area-filter", providers: [
|
|
6731
6732
|
{
|
|
6732
6733
|
provide: NG_VALUE_ACCESSOR,
|
|
6733
6734
|
useExisting: forwardRef(() => TextAreaFilterDirective),
|
|
@@ -6739,7 +6740,7 @@ class TextAreaFilterDirective extends FilterDirective {
|
|
|
6739
6740
|
}
|
|
6740
6741
|
], usesInheritance: true, usesOnChanges: true, ngImport: i0 });
|
|
6741
6742
|
}
|
|
6742
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
6743
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: TextAreaFilterDirective, decorators: [{
|
|
6743
6744
|
type: Directive,
|
|
6744
6745
|
args: [{
|
|
6745
6746
|
selector: "view-text-area-filter",
|
|
@@ -6764,8 +6765,8 @@ class TextFilterDirective extends FilterDirective {
|
|
|
6764
6765
|
ngOnChanges(changes) {
|
|
6765
6766
|
this.$changes.next(changes);
|
|
6766
6767
|
}
|
|
6767
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
6768
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.
|
|
6768
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: TextFilterDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
6769
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.21", type: TextFilterDirective, isStandalone: true, selector: "text-filter", providers: [
|
|
6769
6770
|
{
|
|
6770
6771
|
provide: NG_VALUE_ACCESSOR,
|
|
6771
6772
|
useExisting: forwardRef(() => TextFilterDirective),
|
|
@@ -6777,7 +6778,7 @@ class TextFilterDirective extends FilterDirective {
|
|
|
6777
6778
|
}
|
|
6778
6779
|
], usesInheritance: true, usesOnChanges: true, ngImport: i0 });
|
|
6779
6780
|
}
|
|
6780
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
6781
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: TextFilterDirective, decorators: [{
|
|
6781
6782
|
type: Directive,
|
|
6782
6783
|
args: [{
|
|
6783
6784
|
selector: "text-filter",
|
|
@@ -6807,8 +6808,8 @@ class TextRangeFilterDirective extends FilterDirective {
|
|
|
6807
6808
|
ngOnChanges(changes) {
|
|
6808
6809
|
this.$changes.next(changes);
|
|
6809
6810
|
}
|
|
6810
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
6811
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.
|
|
6811
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: TextRangeFilterDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
6812
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.21", type: TextRangeFilterDirective, isStandalone: true, selector: "text-range-filter", inputs: { minRange: "minRange", maxRange: "maxRange", minLabel: "minLabel", maxLabel: "maxLabel" }, providers: [
|
|
6812
6813
|
{
|
|
6813
6814
|
provide: NG_VALUE_ACCESSOR,
|
|
6814
6815
|
useExisting: forwardRef(() => TextRangeFilterDirective),
|
|
@@ -6820,7 +6821,7 @@ class TextRangeFilterDirective extends FilterDirective {
|
|
|
6820
6821
|
}
|
|
6821
6822
|
], usesInheritance: true, usesOnChanges: true, ngImport: i0 });
|
|
6822
6823
|
}
|
|
6823
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
6824
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: TextRangeFilterDirective, decorators: [{
|
|
6824
6825
|
type: Directive,
|
|
6825
6826
|
args: [{
|
|
6826
6827
|
selector: "text-range-filter",
|
|
@@ -6865,10 +6866,10 @@ class IntelicaCellCheckboxDirective {
|
|
|
6865
6866
|
const val = !!evt?.checked;
|
|
6866
6867
|
this.onNgModelChange(val);
|
|
6867
6868
|
}
|
|
6868
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
6869
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.
|
|
6869
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: IntelicaCellCheckboxDirective, deps: [{ token: TableComponent, host: true, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
6870
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.21", type: IntelicaCellCheckboxDirective, isStandalone: true, selector: "[intelicaCellCheckbox]", inputs: { field: ["intelicaCellCheckbox", "field"], row: ["intelicaCellCheckboxRow", "row"] }, host: { listeners: { "ngModelChange": "onNgModelChange($event)", "onChange": "onPrimeChange($event)" } }, ngImport: i0 });
|
|
6870
6871
|
}
|
|
6871
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
6872
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: IntelicaCellCheckboxDirective, decorators: [{
|
|
6872
6873
|
type: Directive,
|
|
6873
6874
|
args: [{
|
|
6874
6875
|
selector: "[intelicaCellCheckbox]",
|
|
@@ -7340,10 +7341,10 @@ class HtmlToExcelService {
|
|
|
7340
7341
|
};
|
|
7341
7342
|
return formats[formatNumber] || "";
|
|
7342
7343
|
}
|
|
7343
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
7344
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.
|
|
7344
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: HtmlToExcelService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
7345
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: HtmlToExcelService, providedIn: "root" });
|
|
7345
7346
|
}
|
|
7346
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
7347
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: HtmlToExcelService, decorators: [{
|
|
7347
7348
|
type: Injectable,
|
|
7348
7349
|
args: [{
|
|
7349
7350
|
providedIn: "root",
|
|
@@ -7575,10 +7576,10 @@ class AlertService {
|
|
|
7575
7576
|
}
|
|
7576
7577
|
return baseStyle;
|
|
7577
7578
|
}
|
|
7578
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
7579
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.
|
|
7579
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: AlertService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
7580
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: AlertService, providedIn: "root" });
|
|
7580
7581
|
}
|
|
7581
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
7582
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: AlertService, decorators: [{
|
|
7582
7583
|
type: Injectable,
|
|
7583
7584
|
args: [{
|
|
7584
7585
|
providedIn: "root",
|
|
@@ -7591,10 +7592,10 @@ class LanguageService {
|
|
|
7591
7592
|
GetAllLanguage() {
|
|
7592
7593
|
return this._http.get(`${this._configService.environment?.configurationPath}/Language`);
|
|
7593
7594
|
}
|
|
7594
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
7595
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.
|
|
7595
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: LanguageService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
7596
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: LanguageService, providedIn: "root" });
|
|
7596
7597
|
}
|
|
7597
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
7598
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: LanguageService, decorators: [{
|
|
7598
7599
|
type: Injectable,
|
|
7599
7600
|
args: [{
|
|
7600
7601
|
providedIn: "root",
|
|
@@ -8239,10 +8240,10 @@ class EchartService {
|
|
|
8239
8240
|
};
|
|
8240
8241
|
return option;
|
|
8241
8242
|
}
|
|
8242
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
8243
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.
|
|
8243
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: EchartService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
8244
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: EchartService, providedIn: "root" });
|
|
8244
8245
|
}
|
|
8245
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
8246
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: EchartService, decorators: [{
|
|
8246
8247
|
type: Injectable,
|
|
8247
8248
|
args: [{
|
|
8248
8249
|
providedIn: "root",
|
|
@@ -8255,10 +8256,10 @@ class AuthenticationService {
|
|
|
8255
8256
|
GetPrivateValue() {
|
|
8256
8257
|
return this._http.get(`${this._configService.environment?.authenticationPath}/Authenticate/GetPrivateValue`);
|
|
8257
8258
|
}
|
|
8258
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
8259
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.
|
|
8259
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: AuthenticationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
8260
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: AuthenticationService, providedIn: "root" });
|
|
8260
8261
|
}
|
|
8261
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
8262
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: AuthenticationService, decorators: [{
|
|
8262
8263
|
type: Injectable,
|
|
8263
8264
|
args: [{
|
|
8264
8265
|
providedIn: "root",
|
|
@@ -8297,10 +8298,10 @@ class ProfileService {
|
|
|
8297
8298
|
this.Profile = null;
|
|
8298
8299
|
this.ProfileReady.set(true);
|
|
8299
8300
|
}
|
|
8300
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
8301
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.
|
|
8301
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: ProfileService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
8302
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: ProfileService, providedIn: "root" });
|
|
8302
8303
|
}
|
|
8303
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
8304
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: ProfileService, decorators: [{
|
|
8304
8305
|
type: Injectable,
|
|
8305
8306
|
args: [{ providedIn: "root" }]
|
|
8306
8307
|
}] });
|
|
@@ -8311,10 +8312,10 @@ class PageElementService {
|
|
|
8311
8312
|
GetElements(pageRoot) {
|
|
8312
8313
|
return this._http.get(`${this._configService.environment?.securityPath}/Page/GetAvailableElementsByPageRoot/${pageRoot}`);
|
|
8313
8314
|
}
|
|
8314
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
8315
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.
|
|
8315
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: PageElementService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
8316
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: PageElementService, providedIn: "root" });
|
|
8316
8317
|
}
|
|
8317
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
8318
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: PageElementService, decorators: [{
|
|
8318
8319
|
type: Injectable,
|
|
8319
8320
|
args: [{ providedIn: "root" }]
|
|
8320
8321
|
}] });
|
|
@@ -8335,10 +8336,10 @@ class ElementService {
|
|
|
8335
8336
|
HasElement(description) {
|
|
8336
8337
|
return this.Elements.some(x => x.elementDescription === description);
|
|
8337
8338
|
}
|
|
8338
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
8339
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.
|
|
8339
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: ElementService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
8340
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: ElementService, providedIn: "root" });
|
|
8340
8341
|
}
|
|
8341
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
8342
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: ElementService, decorators: [{
|
|
8342
8343
|
type: Injectable,
|
|
8343
8344
|
args: [{ providedIn: "root" }]
|
|
8344
8345
|
}] });
|
|
@@ -8425,10 +8426,10 @@ class GlobalMenuService {
|
|
|
8425
8426
|
});
|
|
8426
8427
|
window.dispatchEvent(event);
|
|
8427
8428
|
}
|
|
8428
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
8429
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.
|
|
8429
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: GlobalMenuService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
8430
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: GlobalMenuService, providedIn: "root" });
|
|
8430
8431
|
}
|
|
8431
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
8432
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: GlobalMenuService, decorators: [{
|
|
8432
8433
|
type: Injectable,
|
|
8433
8434
|
args: [{ providedIn: "root" }]
|
|
8434
8435
|
}] });
|
|
@@ -8479,14 +8480,86 @@ class RequestCacheService {
|
|
|
8479
8480
|
this.cache.delete(oldestKey);
|
|
8480
8481
|
}
|
|
8481
8482
|
}
|
|
8482
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
8483
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.
|
|
8483
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: RequestCacheService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
8484
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: RequestCacheService, providedIn: "root" });
|
|
8484
8485
|
}
|
|
8485
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
8486
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: RequestCacheService, decorators: [{
|
|
8486
8487
|
type: Injectable,
|
|
8487
8488
|
args: [{ providedIn: "root" }]
|
|
8488
8489
|
}] });
|
|
8489
8490
|
|
|
8491
|
+
class Shared {
|
|
8492
|
+
http = inject(HttpClient);
|
|
8493
|
+
configService = inject(ConfigService);
|
|
8494
|
+
path = `${this.configService.environment?.sharedPath}/Quicksight`;
|
|
8495
|
+
getEmbedUrl(dashboardId) {
|
|
8496
|
+
return this.http.get(`${this.path}/embed-url/${dashboardId}`);
|
|
8497
|
+
}
|
|
8498
|
+
getEmbedVisualUrls(request) {
|
|
8499
|
+
let params = new HttpParams()
|
|
8500
|
+
.set('dashboardId', request.dashboardId)
|
|
8501
|
+
.set('sheetId', request.sheetId);
|
|
8502
|
+
request.visualIds.forEach(id => {
|
|
8503
|
+
params = params.append('visualIds', id);
|
|
8504
|
+
});
|
|
8505
|
+
Object.entries(request.parameters).forEach(([key, values]) => {
|
|
8506
|
+
values.forEach(value => {
|
|
8507
|
+
params = params.append(`parameters[${key}]`, value);
|
|
8508
|
+
});
|
|
8509
|
+
});
|
|
8510
|
+
return this.http.get(`${this.path}/embed-visual-urls`, { params });
|
|
8511
|
+
}
|
|
8512
|
+
getEmbedVisualUrlsAnonymous(request) {
|
|
8513
|
+
let params = new HttpParams()
|
|
8514
|
+
.set('dashboardId', request.dashboardId)
|
|
8515
|
+
.set('sheetId', request.sheetId);
|
|
8516
|
+
request.visualIds.forEach(id => {
|
|
8517
|
+
params = params.append('visualIds', id);
|
|
8518
|
+
});
|
|
8519
|
+
Object.entries(request.parameters).forEach(([key, values]) => {
|
|
8520
|
+
values.forEach(value => {
|
|
8521
|
+
params = params.append(`parameters[${key}]`, value);
|
|
8522
|
+
});
|
|
8523
|
+
});
|
|
8524
|
+
return this.http.get(`${this.path}/embed-visual-anonymous`, { params });
|
|
8525
|
+
}
|
|
8526
|
+
async createEmbedContext(embedUrl, container, options) {
|
|
8527
|
+
const embeddingContext = await createEmbeddingContext();
|
|
8528
|
+
await embeddingContext.embedDashboard({
|
|
8529
|
+
url: embedUrl,
|
|
8530
|
+
container,
|
|
8531
|
+
...(options?.height && { height: options.height }),
|
|
8532
|
+
...(options?.width && { width: options.width }),
|
|
8533
|
+
});
|
|
8534
|
+
}
|
|
8535
|
+
async createEmbedVisualContext(embedUrl, container, options) {
|
|
8536
|
+
const embeddingContext = await createEmbeddingContext();
|
|
8537
|
+
await embeddingContext.embedVisual({
|
|
8538
|
+
url: embedUrl,
|
|
8539
|
+
container,
|
|
8540
|
+
...(options?.height && { height: options.height }),
|
|
8541
|
+
...(options?.width && { width: options.width }),
|
|
8542
|
+
}, { scaleToContainer: true, fitToIframeWidth: false });
|
|
8543
|
+
}
|
|
8544
|
+
async createEmbedVisualsContext(items) {
|
|
8545
|
+
const embeddingContext = await createEmbeddingContext();
|
|
8546
|
+
await Promise.all(items.map(item => embeddingContext.embedVisual({
|
|
8547
|
+
url: item.url,
|
|
8548
|
+
container: item.container,
|
|
8549
|
+
...(item.height && { height: item.height }),
|
|
8550
|
+
...(item.width && { width: item.width }),
|
|
8551
|
+
}, { scaleToContainer: true, fitToIframeWidth: false })));
|
|
8552
|
+
}
|
|
8553
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: Shared, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
8554
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: Shared, providedIn: 'root' });
|
|
8555
|
+
}
|
|
8556
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: Shared, decorators: [{
|
|
8557
|
+
type: Injectable,
|
|
8558
|
+
args: [{
|
|
8559
|
+
providedIn: 'root',
|
|
8560
|
+
}]
|
|
8561
|
+
}] });
|
|
8562
|
+
|
|
8490
8563
|
/**
|
|
8491
8564
|
* Función de comparación genérica para ordenar objetos por un campo específico.
|
|
8492
8565
|
*
|
|
@@ -10900,10 +10973,10 @@ class NotificationService {
|
|
|
10900
10973
|
htmlPreview(request) {
|
|
10901
10974
|
return this.http.post(`${this.path}/html/preview`, request, { responseType: "text" });
|
|
10902
10975
|
}
|
|
10903
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
10904
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.
|
|
10976
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: NotificationService, deps: [{ token: i1$4.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
10977
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: NotificationService, providedIn: "root" });
|
|
10905
10978
|
}
|
|
10906
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
10979
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: NotificationService, decorators: [{
|
|
10907
10980
|
type: Injectable,
|
|
10908
10981
|
args: [{ providedIn: "root" }]
|
|
10909
10982
|
}], ctorParameters: () => [{ type: i1$4.HttpClient }] });
|
|
@@ -10949,10 +11022,10 @@ class NotificationJobService {
|
|
|
10949
11022
|
getRecipients(jobId) {
|
|
10950
11023
|
return this.http.get(`${this.path}/${jobId}/recipients`, {});
|
|
10951
11024
|
}
|
|
10952
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
10953
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.
|
|
11025
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: NotificationJobService, deps: [{ token: i1$4.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
11026
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: NotificationJobService, providedIn: "root" });
|
|
10954
11027
|
}
|
|
10955
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
11028
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: NotificationJobService, decorators: [{
|
|
10956
11029
|
type: Injectable,
|
|
10957
11030
|
args: [{ providedIn: "root" }]
|
|
10958
11031
|
}], ctorParameters: () => [{ type: i1$4.HttpClient }] });
|
|
@@ -11080,10 +11153,10 @@ class NotificationSignalRService {
|
|
|
11080
11153
|
this.startPromise = undefined;
|
|
11081
11154
|
});
|
|
11082
11155
|
}
|
|
11083
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
11084
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.
|
|
11156
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: NotificationSignalRService, deps: [{ token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
11157
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: NotificationSignalRService, providedIn: "root" });
|
|
11085
11158
|
}
|
|
11086
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
11159
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: NotificationSignalRService, decorators: [{
|
|
11087
11160
|
type: Injectable,
|
|
11088
11161
|
args: [{ providedIn: "root" }]
|
|
11089
11162
|
}], ctorParameters: () => [{ type: i0.NgZone }] });
|
|
@@ -11446,10 +11519,10 @@ class NotificationOrchestratorService {
|
|
|
11446
11519
|
totalNotificationsCount: state.totalNotificationsCount,
|
|
11447
11520
|
});
|
|
11448
11521
|
}
|
|
11449
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
11450
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.
|
|
11522
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: NotificationOrchestratorService, deps: [{ token: NotificationJobService }, { token: NotificationService }, { token: NotificationSignalRService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
11523
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: NotificationOrchestratorService, providedIn: "root" });
|
|
11451
11524
|
}
|
|
11452
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
11525
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: NotificationOrchestratorService, decorators: [{
|
|
11453
11526
|
type: Injectable,
|
|
11454
11527
|
args: [{ providedIn: "root" }]
|
|
11455
11528
|
}], ctorParameters: () => [{ type: NotificationJobService }, { type: NotificationService }, { type: NotificationSignalRService }] });
|
|
@@ -11460,5 +11533,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImpo
|
|
|
11460
11533
|
* Generated bundle index. Do not edit.
|
|
11461
11534
|
*/
|
|
11462
11535
|
|
|
11463
|
-
export { ALERT_DEFAULTS, ALERT_ICON_OVERRIDES, ALERT_ICON_PATHS, ALERT_TYPE_CONFIG, ActionDirective, ActionsMenuComponent, AddFavoritesComponent, AlertButtonMode, AlertService, AlertType, ButtonSplitComponent, CheckboxFilterDirective, ClientContextSelector, Color, ColumnComponent, ColumnGroupComponent, CompareByField, ConfigService, CookieAttributesGeneral, DATEPICKER_BUTTON_TYPES, DataDirective, DateFilterDirective, DateModeOptions, DatepickerComponent, DynamicInputValidation, EchartComponent, EchartService, ElementService, EmailInputValidation, ErrorInterceptor, FeatureFlagService, FilterChipsComponent, FiltersComponent, FormatAmountPipe, GetCookieAttributes, GlobalFavoriteService, GlobalFeatureFlagService, GlobalMenuService, GlobalTermService, GoogleTaskManagerService, HtmlToExcelService, InitializeConfigService, InputValidation, IntelicaAlertComponent, IntelicaCellCheckboxDirective, IntelicaSessionService, IntelicaTheme, ItemSplitDirective, LanguageService, MatrixColumnComponent, MatrixColumnGroupComponent, MatrixTableComponent, ModalDialogComponent, MultiSelectComponent, NotificationJobService, NotificationOrchestratorService, NotificationService, NotificationSignalRService, OrderConstants, PageInformation, PageRootChildGuard, PaginatorComponent, Patterns, PopoverComponent, ProfileService, RecordPerPageComponent, RefreshTokenInterceptor, RequestCacheService, ResponseHeadersInterceptor, RouteGuard, RowResumenComponent, RowResumenTreeComponent, SearchComponent, SelectDetailFilterDirective, SelectFilterDirective, SetsesioninformationComponent, SharedService, SkeletonChartComponent, SkeletonComponent, SkeletonService, SkeletonTableComponent, SortingComponent, SpinnerComponent, SpinnerService, SweetAlertService, TableComponent, TableFetchComponent, TableSortOrder, TemplateDirective, TemplateMenuComponent, TermGuard, TermPipe, TermService, TextAreaFilterDirective, TextFilterDirective, TextRangeFilterDirective, TreeColumnComponent, TreeColumnGroupComponent, TreeTableComponent, TruncatePipe, decryptData, encryptData, getColor };
|
|
11536
|
+
export { ALERT_DEFAULTS, ALERT_ICON_OVERRIDES, ALERT_ICON_PATHS, ALERT_TYPE_CONFIG, ActionDirective, ActionsMenuComponent, AddFavoritesComponent, AlertButtonMode, AlertService, AlertType, ButtonSplitComponent, CheckboxFilterDirective, ClientContextSelector, Color, ColumnComponent, ColumnGroupComponent, CompareByField, ConfigService, CookieAttributesGeneral, DATEPICKER_BUTTON_TYPES, DataDirective, DateFilterDirective, DateModeOptions, DatepickerComponent, DynamicInputValidation, EchartComponent, EchartService, ElementService, EmailInputValidation, ErrorInterceptor, FeatureFlagService, FilterChipsComponent, FiltersComponent, FormatAmountPipe, GetCookieAttributes, GlobalFavoriteService, GlobalFeatureFlagService, GlobalMenuService, GlobalTermService, GoogleTaskManagerService, HtmlToExcelService, InitializeConfigService, InputValidation, IntelicaAlertComponent, IntelicaCellCheckboxDirective, IntelicaSessionService, IntelicaTheme, ItemSplitDirective, LanguageService, MatrixColumnComponent, MatrixColumnGroupComponent, MatrixTableComponent, ModalDialogComponent, MultiSelectComponent, NotificationJobService, NotificationOrchestratorService, NotificationService, NotificationSignalRService, OrderConstants, PageInformation, PageRootChildGuard, PaginatorComponent, Patterns, PopoverComponent, ProfileService, RecordPerPageComponent, RefreshTokenInterceptor, RequestCacheService, ResponseHeadersInterceptor, RouteGuard, RowResumenComponent, RowResumenTreeComponent, SearchComponent, SelectDetailFilterDirective, SelectFilterDirective, SetsesioninformationComponent, Shared, SharedService, SkeletonChartComponent, SkeletonComponent, SkeletonService, SkeletonTableComponent, SortingComponent, SpinnerComponent, SpinnerService, SweetAlertService, TableComponent, TableFetchComponent, TableSortOrder, TemplateDirective, TemplateMenuComponent, TermGuard, TermPipe, TermService, TextAreaFilterDirective, TextFilterDirective, TextRangeFilterDirective, TreeColumnComponent, TreeColumnGroupComponent, TreeTableComponent, TruncatePipe, decryptData, encryptData, getColor };
|
|
11464
11537
|
//# sourceMappingURL=intelica-library-components.mjs.map
|