@desynth/web-components-angular 25.2.7-alpha.1 → 26.1.25-alpha.1
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,34 +2,6 @@ import * as i0 from '@angular/core';
|
|
|
2
2
|
import { Component, ChangeDetectionStrategy, NgModule } from '@angular/core';
|
|
3
3
|
import { __decorate } from 'tslib';
|
|
4
4
|
import { fromEvent } from 'rxjs';
|
|
5
|
-
import { defineCustomElement as defineCustomElement$1 } from '@desynth/web-components/dist/desynth-accordion.js';
|
|
6
|
-
import { defineCustomElement as defineCustomElement$2 } from '@desynth/web-components/dist/desynth-alert.js';
|
|
7
|
-
import { defineCustomElement as defineCustomElement$3 } from '@desynth/web-components/dist/desynth-breadcrumb.js';
|
|
8
|
-
import { defineCustomElement as defineCustomElement$4 } from '@desynth/web-components/dist/desynth-button.js';
|
|
9
|
-
import { defineCustomElement as defineCustomElement$5 } from '@desynth/web-components/dist/desynth-button-slider.js';
|
|
10
|
-
import { defineCustomElement as defineCustomElement$6 } from '@desynth/web-components/dist/desynth-card.js';
|
|
11
|
-
import { defineCustomElement as defineCustomElement$7 } from '@desynth/web-components/dist/desynth-checkbox.js';
|
|
12
|
-
import { defineCustomElement as defineCustomElement$8 } from '@desynth/web-components/dist/desynth-date-picker.js';
|
|
13
|
-
import { defineCustomElement as defineCustomElement$9 } from '@desynth/web-components/dist/desynth-divider.js';
|
|
14
|
-
import { defineCustomElement as defineCustomElement$a } from '@desynth/web-components/dist/desynth-drawer.js';
|
|
15
|
-
import { defineCustomElement as defineCustomElement$b } from '@desynth/web-components/dist/desynth-drop-file.js';
|
|
16
|
-
import { defineCustomElement as defineCustomElement$c } from '@desynth/web-components/dist/desynth-form.js';
|
|
17
|
-
import { defineCustomElement as defineCustomElement$d } from '@desynth/web-components/dist/desynth-grid.js';
|
|
18
|
-
import { defineCustomElement as defineCustomElement$e } from '@desynth/web-components/dist/desynth-header.js';
|
|
19
|
-
import { defineCustomElement as defineCustomElement$f } from '@desynth/web-components/dist/desynth-list.js';
|
|
20
|
-
import { defineCustomElement as defineCustomElement$g } from '@desynth/web-components/dist/desynth-loader.js';
|
|
21
|
-
import { defineCustomElement as defineCustomElement$h } from '@desynth/web-components/dist/desynth-modal.js';
|
|
22
|
-
import { defineCustomElement as defineCustomElement$i } from '@desynth/web-components/dist/desynth-multi-stepper.js';
|
|
23
|
-
import { defineCustomElement as defineCustomElement$j } from '@desynth/web-components/dist/desynth-paper.js';
|
|
24
|
-
import { defineCustomElement as defineCustomElement$k } from '@desynth/web-components/dist/desynth-rating.js';
|
|
25
|
-
import { defineCustomElement as defineCustomElement$l } from '@desynth/web-components/dist/desynth-renderer.js';
|
|
26
|
-
import { defineCustomElement as defineCustomElement$m } from '@desynth/web-components/dist/desynth-select.js';
|
|
27
|
-
import { defineCustomElement as defineCustomElement$n } from '@desynth/web-components/dist/desynth-step-stepper.js';
|
|
28
|
-
import { defineCustomElement as defineCustomElement$o } from '@desynth/web-components/dist/desynth-switch.js';
|
|
29
|
-
import { defineCustomElement as defineCustomElement$p } from '@desynth/web-components/dist/desynth-table.js';
|
|
30
|
-
import { defineCustomElement as defineCustomElement$q } from '@desynth/web-components/dist/desynth-text-area.js';
|
|
31
|
-
import { defineCustomElement as defineCustomElement$r } from '@desynth/web-components/dist/desynth-text-input.js';
|
|
32
|
-
import { defineCustomElement as defineCustomElement$s } from '@desynth/web-components/dist/desynth-tooltip.js';
|
|
33
5
|
|
|
34
6
|
/* eslint-disable */
|
|
35
7
|
/* tslint:disable */
|
|
@@ -100,7 +72,6 @@ let DesynthAccordion = class DesynthAccordion {
|
|
|
100
72
|
};
|
|
101
73
|
DesynthAccordion = __decorate([
|
|
102
74
|
ProxyCmp({
|
|
103
|
-
defineCustomElementFn: defineCustomElement$1,
|
|
104
75
|
inputs: ['summaryText', 'type']
|
|
105
76
|
})
|
|
106
77
|
], DesynthAccordion);
|
|
@@ -112,7 +83,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImpor
|
|
|
112
83
|
template: '<ng-content></ng-content>',
|
|
113
84
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
114
85
|
inputs: ['summaryText', 'type'],
|
|
115
|
-
standalone: true
|
|
116
86
|
}]
|
|
117
87
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
118
88
|
let DesynthAlert = class DesynthAlert {
|
|
@@ -127,7 +97,6 @@ let DesynthAlert = class DesynthAlert {
|
|
|
127
97
|
};
|
|
128
98
|
DesynthAlert = __decorate([
|
|
129
99
|
ProxyCmp({
|
|
130
|
-
defineCustomElementFn: defineCustomElement$2,
|
|
131
100
|
inputs: ['alertId', 'alertText', 'alertType', 'duration', 'opened']
|
|
132
101
|
})
|
|
133
102
|
], DesynthAlert);
|
|
@@ -139,7 +108,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImpor
|
|
|
139
108
|
template: '<ng-content></ng-content>',
|
|
140
109
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
141
110
|
inputs: ['alertId', 'alertText', 'alertType', 'duration', 'opened'],
|
|
142
|
-
standalone: true
|
|
143
111
|
}]
|
|
144
112
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
145
113
|
let DesynthBreadcrumb = class DesynthBreadcrumb {
|
|
@@ -154,7 +122,6 @@ let DesynthBreadcrumb = class DesynthBreadcrumb {
|
|
|
154
122
|
};
|
|
155
123
|
DesynthBreadcrumb = __decorate([
|
|
156
124
|
ProxyCmp({
|
|
157
|
-
defineCustomElementFn: defineCustomElement$3,
|
|
158
125
|
inputs: ['breadcrumbs', 'route']
|
|
159
126
|
})
|
|
160
127
|
], DesynthBreadcrumb);
|
|
@@ -166,7 +133,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImpor
|
|
|
166
133
|
template: '<ng-content></ng-content>',
|
|
167
134
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
168
135
|
inputs: ['breadcrumbs', 'route'],
|
|
169
|
-
standalone: true
|
|
170
136
|
}]
|
|
171
137
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
172
138
|
let DesynthButton = class DesynthButton {
|
|
@@ -181,7 +147,6 @@ let DesynthButton = class DesynthButton {
|
|
|
181
147
|
};
|
|
182
148
|
DesynthButton = __decorate([
|
|
183
149
|
ProxyCmp({
|
|
184
|
-
defineCustomElementFn: defineCustomElement$4,
|
|
185
150
|
inputs: ['buttonId', 'buttonText', 'circular', 'disabled', 'type']
|
|
186
151
|
})
|
|
187
152
|
], DesynthButton);
|
|
@@ -193,7 +158,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImpor
|
|
|
193
158
|
template: '<ng-content></ng-content>',
|
|
194
159
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
195
160
|
inputs: ['buttonId', 'buttonText', 'circular', 'disabled', 'type'],
|
|
196
|
-
standalone: true
|
|
197
161
|
}]
|
|
198
162
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
199
163
|
let DesynthButtonSlider = class DesynthButtonSlider {
|
|
@@ -207,7 +171,6 @@ let DesynthButtonSlider = class DesynthButtonSlider {
|
|
|
207
171
|
};
|
|
208
172
|
DesynthButtonSlider = __decorate([
|
|
209
173
|
ProxyCmp({
|
|
210
|
-
defineCustomElementFn: defineCustomElement$5,
|
|
211
174
|
inputs: ['buttons']
|
|
212
175
|
})
|
|
213
176
|
], DesynthButtonSlider);
|
|
@@ -219,7 +182,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImpor
|
|
|
219
182
|
template: '<ng-content></ng-content>',
|
|
220
183
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
221
184
|
inputs: ['buttons'],
|
|
222
|
-
standalone: true
|
|
223
185
|
}]
|
|
224
186
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
225
187
|
let DesynthCard = class DesynthCard {
|
|
@@ -233,7 +195,6 @@ let DesynthCard = class DesynthCard {
|
|
|
233
195
|
};
|
|
234
196
|
DesynthCard = __decorate([
|
|
235
197
|
ProxyCmp({
|
|
236
|
-
defineCustomElementFn: defineCustomElement$6,
|
|
237
198
|
inputs: ['cardSize']
|
|
238
199
|
})
|
|
239
200
|
], DesynthCard);
|
|
@@ -245,7 +206,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImpor
|
|
|
245
206
|
template: '<ng-content></ng-content>',
|
|
246
207
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
247
208
|
inputs: ['cardSize'],
|
|
248
|
-
standalone: true
|
|
249
209
|
}]
|
|
250
210
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
251
211
|
let DesynthCheckbox = class DesynthCheckbox {
|
|
@@ -260,7 +220,6 @@ let DesynthCheckbox = class DesynthCheckbox {
|
|
|
260
220
|
};
|
|
261
221
|
DesynthCheckbox = __decorate([
|
|
262
222
|
ProxyCmp({
|
|
263
|
-
defineCustomElementFn: defineCustomElement$7,
|
|
264
223
|
inputs: ['checkboxId', 'checkboxLabel', 'errorMessage', 'isChecked']
|
|
265
224
|
})
|
|
266
225
|
], DesynthCheckbox);
|
|
@@ -272,7 +231,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImpor
|
|
|
272
231
|
template: '<ng-content></ng-content>',
|
|
273
232
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
274
233
|
inputs: ['checkboxId', 'checkboxLabel', 'errorMessage', 'isChecked'],
|
|
275
|
-
standalone: true
|
|
276
234
|
}]
|
|
277
235
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
278
236
|
let DesynthDatePicker = class DesynthDatePicker {
|
|
@@ -287,7 +245,6 @@ let DesynthDatePicker = class DesynthDatePicker {
|
|
|
287
245
|
};
|
|
288
246
|
DesynthDatePicker = __decorate([
|
|
289
247
|
ProxyCmp({
|
|
290
|
-
defineCustomElementFn: defineCustomElement$8,
|
|
291
248
|
inputs: ['dateSelected', 'firstDayOfWeek', 'inputName']
|
|
292
249
|
})
|
|
293
250
|
], DesynthDatePicker);
|
|
@@ -299,7 +256,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImpor
|
|
|
299
256
|
template: '<ng-content></ng-content>',
|
|
300
257
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
301
258
|
inputs: ['dateSelected', 'firstDayOfWeek', 'inputName'],
|
|
302
|
-
standalone: true
|
|
303
259
|
}]
|
|
304
260
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
305
261
|
let DesynthDivider = class DesynthDivider {
|
|
@@ -312,9 +268,7 @@ let DesynthDivider = class DesynthDivider {
|
|
|
312
268
|
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.0.5", type: DesynthDivider, isStandalone: true, selector: "desynth-divider", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
313
269
|
};
|
|
314
270
|
DesynthDivider = __decorate([
|
|
315
|
-
ProxyCmp({
|
|
316
|
-
defineCustomElementFn: defineCustomElement$9
|
|
317
|
-
})
|
|
271
|
+
ProxyCmp({})
|
|
318
272
|
], DesynthDivider);
|
|
319
273
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthDivider, decorators: [{
|
|
320
274
|
type: Component,
|
|
@@ -324,7 +278,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImpor
|
|
|
324
278
|
template: '<ng-content></ng-content>',
|
|
325
279
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
326
280
|
inputs: [],
|
|
327
|
-
standalone: true
|
|
328
281
|
}]
|
|
329
282
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
330
283
|
let DesynthDrawer = class DesynthDrawer {
|
|
@@ -339,7 +292,6 @@ let DesynthDrawer = class DesynthDrawer {
|
|
|
339
292
|
};
|
|
340
293
|
DesynthDrawer = __decorate([
|
|
341
294
|
ProxyCmp({
|
|
342
|
-
defineCustomElementFn: defineCustomElement$a,
|
|
343
295
|
inputs: ['items', 'open', 'type']
|
|
344
296
|
})
|
|
345
297
|
], DesynthDrawer);
|
|
@@ -351,7 +303,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImpor
|
|
|
351
303
|
template: '<ng-content></ng-content>',
|
|
352
304
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
353
305
|
inputs: ['items', 'open', 'type'],
|
|
354
|
-
standalone: true
|
|
355
306
|
}]
|
|
356
307
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
357
308
|
let DesynthDropFile = class DesynthDropFile {
|
|
@@ -365,9 +316,7 @@ let DesynthDropFile = class DesynthDropFile {
|
|
|
365
316
|
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.0.5", type: DesynthDropFile, isStandalone: true, selector: "desynth-drop-file", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
366
317
|
};
|
|
367
318
|
DesynthDropFile = __decorate([
|
|
368
|
-
ProxyCmp({
|
|
369
|
-
defineCustomElementFn: defineCustomElement$b
|
|
370
|
-
})
|
|
319
|
+
ProxyCmp({})
|
|
371
320
|
], DesynthDropFile);
|
|
372
321
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthDropFile, decorators: [{
|
|
373
322
|
type: Component,
|
|
@@ -377,7 +326,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImpor
|
|
|
377
326
|
template: '<ng-content></ng-content>',
|
|
378
327
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
379
328
|
inputs: [],
|
|
380
|
-
standalone: true
|
|
381
329
|
}]
|
|
382
330
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
383
331
|
let DesynthForm = class DesynthForm {
|
|
@@ -388,12 +336,11 @@ let DesynthForm = class DesynthForm {
|
|
|
388
336
|
proxyOutputs(this, this.el, ['clickSubmit', 'clickClear', 'handleChange']);
|
|
389
337
|
}
|
|
390
338
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthForm, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
391
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.0.5", type: DesynthForm, isStandalone: true, selector: "desynth-form", inputs: {
|
|
339
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.0.5", type: DesynthForm, isStandalone: true, selector: "desynth-form", inputs: { inputs: "inputs" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
392
340
|
};
|
|
393
341
|
DesynthForm = __decorate([
|
|
394
342
|
ProxyCmp({
|
|
395
|
-
|
|
396
|
-
inputs: ['hasSubmitButton', 'inputs']
|
|
343
|
+
inputs: ['inputs']
|
|
397
344
|
})
|
|
398
345
|
], DesynthForm);
|
|
399
346
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthForm, decorators: [{
|
|
@@ -403,8 +350,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImpor
|
|
|
403
350
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
404
351
|
template: '<ng-content></ng-content>',
|
|
405
352
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
406
|
-
inputs: ['
|
|
407
|
-
standalone: true
|
|
353
|
+
inputs: ['inputs'],
|
|
408
354
|
}]
|
|
409
355
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
410
356
|
let DesynthGrid = class DesynthGrid {
|
|
@@ -418,7 +364,6 @@ let DesynthGrid = class DesynthGrid {
|
|
|
418
364
|
};
|
|
419
365
|
DesynthGrid = __decorate([
|
|
420
366
|
ProxyCmp({
|
|
421
|
-
defineCustomElementFn: defineCustomElement$d,
|
|
422
367
|
inputs: ['columnSpacing', 'columns', 'container', 'direction', 'item', 'lg', 'md', 'rowSpacing', 'sm', 'spacing', 'wrap', 'xl', 'xs', 'zeroMinWidth']
|
|
423
368
|
})
|
|
424
369
|
], DesynthGrid);
|
|
@@ -430,7 +375,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImpor
|
|
|
430
375
|
template: '<ng-content></ng-content>',
|
|
431
376
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
432
377
|
inputs: ['columnSpacing', 'columns', 'container', 'direction', 'item', 'lg', 'md', 'rowSpacing', 'sm', 'spacing', 'wrap', 'xl', 'xs', 'zeroMinWidth'],
|
|
433
|
-
standalone: true
|
|
434
378
|
}]
|
|
435
379
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
436
380
|
let DesynthHeader = class DesynthHeader {
|
|
@@ -445,7 +389,6 @@ let DesynthHeader = class DesynthHeader {
|
|
|
445
389
|
};
|
|
446
390
|
DesynthHeader = __decorate([
|
|
447
391
|
ProxyCmp({
|
|
448
|
-
defineCustomElementFn: defineCustomElement$e,
|
|
449
392
|
inputs: ['buttonId', 'items']
|
|
450
393
|
})
|
|
451
394
|
], DesynthHeader);
|
|
@@ -457,7 +400,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImpor
|
|
|
457
400
|
template: '<ng-content></ng-content>',
|
|
458
401
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
459
402
|
inputs: ['buttonId', 'items'],
|
|
460
|
-
standalone: true
|
|
461
403
|
}]
|
|
462
404
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
463
405
|
let DesynthList = class DesynthList {
|
|
@@ -472,7 +414,6 @@ let DesynthList = class DesynthList {
|
|
|
472
414
|
};
|
|
473
415
|
DesynthList = __decorate([
|
|
474
416
|
ProxyCmp({
|
|
475
|
-
defineCustomElementFn: defineCustomElement$f,
|
|
476
417
|
inputs: ['items']
|
|
477
418
|
})
|
|
478
419
|
], DesynthList);
|
|
@@ -484,7 +425,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImpor
|
|
|
484
425
|
template: '<ng-content></ng-content>',
|
|
485
426
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
486
427
|
inputs: ['items'],
|
|
487
|
-
standalone: true
|
|
488
428
|
}]
|
|
489
429
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
490
430
|
let DesynthLoader = class DesynthLoader {
|
|
@@ -498,7 +438,6 @@ let DesynthLoader = class DesynthLoader {
|
|
|
498
438
|
};
|
|
499
439
|
DesynthLoader = __decorate([
|
|
500
440
|
ProxyCmp({
|
|
501
|
-
defineCustomElementFn: defineCustomElement$g,
|
|
502
441
|
inputs: ['message']
|
|
503
442
|
})
|
|
504
443
|
], DesynthLoader);
|
|
@@ -510,7 +449,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImpor
|
|
|
510
449
|
template: '<ng-content></ng-content>',
|
|
511
450
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
512
451
|
inputs: ['message'],
|
|
513
|
-
standalone: true
|
|
514
452
|
}]
|
|
515
453
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
516
454
|
let DesynthModal = class DesynthModal {
|
|
@@ -525,7 +463,6 @@ let DesynthModal = class DesynthModal {
|
|
|
525
463
|
};
|
|
526
464
|
DesynthModal = __decorate([
|
|
527
465
|
ProxyCmp({
|
|
528
|
-
defineCustomElementFn: defineCustomElement$h,
|
|
529
466
|
inputs: ['duration', 'headTitle', 'opened', 'size']
|
|
530
467
|
})
|
|
531
468
|
], DesynthModal);
|
|
@@ -537,7 +474,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImpor
|
|
|
537
474
|
template: '<ng-content></ng-content>',
|
|
538
475
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
539
476
|
inputs: ['duration', 'headTitle', 'opened', 'size'],
|
|
540
|
-
standalone: true
|
|
541
477
|
}]
|
|
542
478
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
543
479
|
let DesynthMultiStepper = class DesynthMultiStepper {
|
|
@@ -552,7 +488,6 @@ let DesynthMultiStepper = class DesynthMultiStepper {
|
|
|
552
488
|
};
|
|
553
489
|
DesynthMultiStepper = __decorate([
|
|
554
490
|
ProxyCmp({
|
|
555
|
-
defineCustomElementFn: defineCustomElement$i,
|
|
556
491
|
inputs: ['validators']
|
|
557
492
|
})
|
|
558
493
|
], DesynthMultiStepper);
|
|
@@ -564,7 +499,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImpor
|
|
|
564
499
|
template: '<ng-content></ng-content>',
|
|
565
500
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
566
501
|
inputs: ['validators'],
|
|
567
|
-
standalone: true
|
|
568
502
|
}]
|
|
569
503
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
570
504
|
let DesynthPaper = class DesynthPaper {
|
|
@@ -578,7 +512,6 @@ let DesynthPaper = class DesynthPaper {
|
|
|
578
512
|
};
|
|
579
513
|
DesynthPaper = __decorate([
|
|
580
514
|
ProxyCmp({
|
|
581
|
-
defineCustomElementFn: defineCustomElement$j,
|
|
582
515
|
inputs: ['paperSize']
|
|
583
516
|
})
|
|
584
517
|
], DesynthPaper);
|
|
@@ -590,7 +523,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImpor
|
|
|
590
523
|
template: '<ng-content></ng-content>',
|
|
591
524
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
592
525
|
inputs: ['paperSize'],
|
|
593
|
-
standalone: true
|
|
594
526
|
}]
|
|
595
527
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
596
528
|
let DesynthRating = class DesynthRating {
|
|
@@ -605,7 +537,6 @@ let DesynthRating = class DesynthRating {
|
|
|
605
537
|
};
|
|
606
538
|
DesynthRating = __decorate([
|
|
607
539
|
ProxyCmp({
|
|
608
|
-
defineCustomElementFn: defineCustomElement$k,
|
|
609
540
|
inputs: ['inputName', 'rating']
|
|
610
541
|
})
|
|
611
542
|
], DesynthRating);
|
|
@@ -617,7 +548,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImpor
|
|
|
617
548
|
template: '<ng-content></ng-content>',
|
|
618
549
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
619
550
|
inputs: ['inputName', 'rating'],
|
|
620
|
-
standalone: true
|
|
621
551
|
}]
|
|
622
552
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
623
553
|
let DesynthRenderer = class DesynthRenderer {
|
|
@@ -631,7 +561,6 @@ let DesynthRenderer = class DesynthRenderer {
|
|
|
631
561
|
};
|
|
632
562
|
DesynthRenderer = __decorate([
|
|
633
563
|
ProxyCmp({
|
|
634
|
-
defineCustomElementFn: defineCustomElement$l,
|
|
635
564
|
inputs: ['content']
|
|
636
565
|
})
|
|
637
566
|
], DesynthRenderer);
|
|
@@ -643,7 +572,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImpor
|
|
|
643
572
|
template: '<ng-content></ng-content>',
|
|
644
573
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
645
574
|
inputs: ['content'],
|
|
646
|
-
standalone: true
|
|
647
575
|
}]
|
|
648
576
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
649
577
|
let DesynthSelect = class DesynthSelect {
|
|
@@ -658,7 +586,6 @@ let DesynthSelect = class DesynthSelect {
|
|
|
658
586
|
};
|
|
659
587
|
DesynthSelect = __decorate([
|
|
660
588
|
ProxyCmp({
|
|
661
|
-
defineCustomElementFn: defineCustomElement$m,
|
|
662
589
|
inputs: ['errorMessage', 'inputId', 'inputName', 'inputValue', 'options', 'size']
|
|
663
590
|
})
|
|
664
591
|
], DesynthSelect);
|
|
@@ -670,7 +597,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImpor
|
|
|
670
597
|
template: '<ng-content></ng-content>',
|
|
671
598
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
672
599
|
inputs: ['errorMessage', 'inputId', 'inputName', 'inputValue', 'options', 'size'],
|
|
673
|
-
standalone: true
|
|
674
600
|
}]
|
|
675
601
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
676
602
|
let DesynthStepStepper = class DesynthStepStepper {
|
|
@@ -684,7 +610,6 @@ let DesynthStepStepper = class DesynthStepStepper {
|
|
|
684
610
|
};
|
|
685
611
|
DesynthStepStepper = __decorate([
|
|
686
612
|
ProxyCmp({
|
|
687
|
-
defineCustomElementFn: defineCustomElement$n,
|
|
688
613
|
inputs: ['active']
|
|
689
614
|
})
|
|
690
615
|
], DesynthStepStepper);
|
|
@@ -696,7 +621,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImpor
|
|
|
696
621
|
template: '<ng-content></ng-content>',
|
|
697
622
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
698
623
|
inputs: ['active'],
|
|
699
|
-
standalone: true
|
|
700
624
|
}]
|
|
701
625
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
702
626
|
let DesynthSwitch = class DesynthSwitch {
|
|
@@ -711,7 +635,6 @@ let DesynthSwitch = class DesynthSwitch {
|
|
|
711
635
|
};
|
|
712
636
|
DesynthSwitch = __decorate([
|
|
713
637
|
ProxyCmp({
|
|
714
|
-
defineCustomElementFn: defineCustomElement$o,
|
|
715
638
|
inputs: ['errorMessage', 'inputId', 'inputLabel', 'isChecked']
|
|
716
639
|
})
|
|
717
640
|
], DesynthSwitch);
|
|
@@ -723,7 +646,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImpor
|
|
|
723
646
|
template: '<ng-content></ng-content>',
|
|
724
647
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
725
648
|
inputs: ['errorMessage', 'inputId', 'inputLabel', 'isChecked'],
|
|
726
|
-
standalone: true
|
|
727
649
|
}]
|
|
728
650
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
729
651
|
let DesynthTable = class DesynthTable {
|
|
@@ -731,15 +653,14 @@ let DesynthTable = class DesynthTable {
|
|
|
731
653
|
this.z = z;
|
|
732
654
|
c.detach();
|
|
733
655
|
this.el = r.nativeElement;
|
|
734
|
-
proxyOutputs(this, this.el, ['changeRowsPerPage', 'getDataNextPage', 'rowEvent'
|
|
656
|
+
proxyOutputs(this, this.el, ['changeRowsPerPage', 'getDataNextPage', 'rowEvent']);
|
|
735
657
|
}
|
|
736
658
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthTable, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
737
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.0.5", type: DesynthTable, isStandalone: true, selector: "desynth-table", inputs: { _actions: "_actions", _column_keys: "_column_keys", _columns: "_columns",
|
|
659
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.0.5", type: DesynthTable, isStandalone: true, selector: "desynth-table", inputs: { _actions: "_actions", _column_keys: "_column_keys", _columns: "_columns", _source: "_source", count: "count" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
738
660
|
};
|
|
739
661
|
DesynthTable = __decorate([
|
|
740
662
|
ProxyCmp({
|
|
741
|
-
|
|
742
|
-
inputs: ['_actions', '_column_keys', '_columns', '_hasPagination', '_isDraggable', '_source', 'count']
|
|
663
|
+
inputs: ['_actions', '_column_keys', '_columns', '_source', 'count']
|
|
743
664
|
})
|
|
744
665
|
], DesynthTable);
|
|
745
666
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthTable, decorators: [{
|
|
@@ -749,8 +670,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImpor
|
|
|
749
670
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
750
671
|
template: '<ng-content></ng-content>',
|
|
751
672
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
752
|
-
inputs: ['_actions', '_column_keys', '_columns', '
|
|
753
|
-
standalone: true
|
|
673
|
+
inputs: ['_actions', '_column_keys', '_columns', '_source', 'count'],
|
|
754
674
|
}]
|
|
755
675
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
756
676
|
let DesynthTextArea = class DesynthTextArea {
|
|
@@ -765,7 +685,6 @@ let DesynthTextArea = class DesynthTextArea {
|
|
|
765
685
|
};
|
|
766
686
|
DesynthTextArea = __decorate([
|
|
767
687
|
ProxyCmp({
|
|
768
|
-
defineCustomElementFn: defineCustomElement$q,
|
|
769
688
|
inputs: ['errorMessage', 'inputId', 'inputName', 'inputValue']
|
|
770
689
|
})
|
|
771
690
|
], DesynthTextArea);
|
|
@@ -777,7 +696,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImpor
|
|
|
777
696
|
template: '<ng-content></ng-content>',
|
|
778
697
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
779
698
|
inputs: ['errorMessage', 'inputId', 'inputName', 'inputValue'],
|
|
780
|
-
standalone: true
|
|
781
699
|
}]
|
|
782
700
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
783
701
|
let DesynthTextInput = class DesynthTextInput {
|
|
@@ -792,7 +710,6 @@ let DesynthTextInput = class DesynthTextInput {
|
|
|
792
710
|
};
|
|
793
711
|
DesynthTextInput = __decorate([
|
|
794
712
|
ProxyCmp({
|
|
795
|
-
defineCustomElementFn: defineCustomElement$r,
|
|
796
713
|
inputs: ['errorMessage', 'inputId', 'inputName', 'inputType', 'inputValue']
|
|
797
714
|
})
|
|
798
715
|
], DesynthTextInput);
|
|
@@ -804,7 +721,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImpor
|
|
|
804
721
|
template: '<ng-content></ng-content>',
|
|
805
722
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
806
723
|
inputs: ['errorMessage', 'inputId', 'inputName', 'inputType', 'inputValue'],
|
|
807
|
-
standalone: true
|
|
808
724
|
}]
|
|
809
725
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
810
726
|
let DesynthTooltip = class DesynthTooltip {
|
|
@@ -818,7 +734,6 @@ let DesynthTooltip = class DesynthTooltip {
|
|
|
818
734
|
};
|
|
819
735
|
DesynthTooltip = __decorate([
|
|
820
736
|
ProxyCmp({
|
|
821
|
-
defineCustomElementFn: defineCustomElement$s,
|
|
822
737
|
inputs: ['direction', 'message']
|
|
823
738
|
})
|
|
824
739
|
], DesynthTooltip);
|
|
@@ -830,7 +745,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImpor
|
|
|
830
745
|
template: '<ng-content></ng-content>',
|
|
831
746
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
832
747
|
inputs: ['direction', 'message'],
|
|
833
|
-
standalone: true
|
|
834
748
|
}]
|
|
835
749
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
836
750
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"stencil-wrapper.mjs","sources":["../../lib/src/directives/angular-component-lib/utils.ts","../../lib/src/directives/proxies.ts","../../lib/src/stencil-wrapper.module.ts","../../lib/index.ts","../../lib/stencil-wrapper.ts"],"sourcesContent":["/* eslint-disable */\n/* tslint:disable */\nimport { fromEvent } from 'rxjs';\n\nexport const proxyInputs = (Cmp: any, inputs: string[]) => {\n const Prototype = Cmp.prototype;\n inputs.forEach((item) => {\n Object.defineProperty(Prototype, item, {\n get() {\n return this.el[item];\n },\n set(val: any) {\n this.z.runOutsideAngular(() => (this.el[item] = val));\n },\n /**\n * In the event that proxyInputs is called\n * multiple times re-defining these inputs\n * will cause an error to be thrown. As a result\n * we set configurable: true to indicate these\n * properties can be changed.\n */\n configurable: true,\n });\n });\n};\n\nexport const proxyMethods = (Cmp: any, methods: string[]) => {\n const Prototype = Cmp.prototype;\n methods.forEach((methodName) => {\n Prototype[methodName] = function () {\n const args = arguments;\n return this.z.runOutsideAngular(() => this.el[methodName].apply(this.el, args));\n };\n });\n};\n\nexport const proxyOutputs = (instance: any, el: any, events: string[]) => {\n events.forEach((eventName) => (instance[eventName] = fromEvent(el, eventName)));\n};\n\nexport const defineCustomElement = (tagName: string, customElement: any) => {\n if (customElement !== undefined && typeof customElements !== 'undefined' && !customElements.get(tagName)) {\n customElements.define(tagName, customElement);\n }\n};\n\n// tslint:disable-next-line: only-arrow-functions\nexport function ProxyCmp(opts: { defineCustomElementFn?: () => void; inputs?: any; methods?: any }) {\n const decorator = function (cls: any) {\n const { defineCustomElementFn, inputs, methods } = opts;\n\n if (defineCustomElementFn !== undefined) {\n defineCustomElementFn();\n }\n\n if (inputs) {\n proxyInputs(cls, inputs);\n }\n if (methods) {\n proxyMethods(cls, methods);\n }\n return cls;\n };\n return decorator;\n}\n","/* tslint:disable */\n/* auto-generated angular directive proxies */\nimport { ChangeDetectionStrategy, ChangeDetectorRef, Component, ElementRef, EventEmitter, NgZone } from '@angular/core';\n\nimport { ProxyCmp, proxyOutputs } from './angular-component-lib/utils';\n\nimport type { Components } from '@desynth/web-components/dist';\n\nimport { defineCustomElement as defineDesynthAccordion } from '@desynth/web-components/dist/desynth-accordion.js';\nimport { defineCustomElement as defineDesynthAlert } from '@desynth/web-components/dist/desynth-alert.js';\nimport { defineCustomElement as defineDesynthBreadcrumb } from '@desynth/web-components/dist/desynth-breadcrumb.js';\nimport { defineCustomElement as defineDesynthButton } from '@desynth/web-components/dist/desynth-button.js';\nimport { defineCustomElement as defineDesynthButtonSlider } from '@desynth/web-components/dist/desynth-button-slider.js';\nimport { defineCustomElement as defineDesynthCard } from '@desynth/web-components/dist/desynth-card.js';\nimport { defineCustomElement as defineDesynthCheckbox } from '@desynth/web-components/dist/desynth-checkbox.js';\nimport { defineCustomElement as defineDesynthDatePicker } from '@desynth/web-components/dist/desynth-date-picker.js';\nimport { defineCustomElement as defineDesynthDivider } from '@desynth/web-components/dist/desynth-divider.js';\nimport { defineCustomElement as defineDesynthDrawer } from '@desynth/web-components/dist/desynth-drawer.js';\nimport { defineCustomElement as defineDesynthDropFile } from '@desynth/web-components/dist/desynth-drop-file.js';\nimport { defineCustomElement as defineDesynthForm } from '@desynth/web-components/dist/desynth-form.js';\nimport { defineCustomElement as defineDesynthGrid } from '@desynth/web-components/dist/desynth-grid.js';\nimport { defineCustomElement as defineDesynthHeader } from '@desynth/web-components/dist/desynth-header.js';\nimport { defineCustomElement as defineDesynthList } from '@desynth/web-components/dist/desynth-list.js';\nimport { defineCustomElement as defineDesynthLoader } from '@desynth/web-components/dist/desynth-loader.js';\nimport { defineCustomElement as defineDesynthModal } from '@desynth/web-components/dist/desynth-modal.js';\nimport { defineCustomElement as defineDesynthMultiStepper } from '@desynth/web-components/dist/desynth-multi-stepper.js';\nimport { defineCustomElement as defineDesynthPaper } from '@desynth/web-components/dist/desynth-paper.js';\nimport { defineCustomElement as defineDesynthRating } from '@desynth/web-components/dist/desynth-rating.js';\nimport { defineCustomElement as defineDesynthRenderer } from '@desynth/web-components/dist/desynth-renderer.js';\nimport { defineCustomElement as defineDesynthSelect } from '@desynth/web-components/dist/desynth-select.js';\nimport { defineCustomElement as defineDesynthStepStepper } from '@desynth/web-components/dist/desynth-step-stepper.js';\nimport { defineCustomElement as defineDesynthSwitch } from '@desynth/web-components/dist/desynth-switch.js';\nimport { defineCustomElement as defineDesynthTable } from '@desynth/web-components/dist/desynth-table.js';\nimport { defineCustomElement as defineDesynthTextArea } from '@desynth/web-components/dist/desynth-text-area.js';\nimport { defineCustomElement as defineDesynthTextInput } from '@desynth/web-components/dist/desynth-text-input.js';\nimport { defineCustomElement as defineDesynthTooltip } from '@desynth/web-components/dist/desynth-tooltip.js';\n@ProxyCmp({\n defineCustomElementFn: defineDesynthAccordion,\n inputs: ['summaryText', 'type']\n})\n@Component({\n selector: 'desynth-accordion',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: ['summaryText', 'type'],\n standalone: true\n})\nexport class DesynthAccordion {\n protected el: HTMLDesynthAccordionElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nexport declare interface DesynthAccordion extends Components.DesynthAccordion {}\n\n\n@ProxyCmp({\n defineCustomElementFn: defineDesynthAlert,\n inputs: ['alertId', 'alertText', 'alertType', 'duration', 'opened']\n})\n@Component({\n selector: 'desynth-alert',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: ['alertId', 'alertText', 'alertType', 'duration', 'opened'],\n standalone: true\n})\nexport class DesynthAlert {\n protected el: HTMLDesynthAlertElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n proxyOutputs(this, this.el, ['handleOpen', 'handleClose', 'handleBeforeClose']);\n }\n}\n\n\nimport type { BeforeCloseAlertEventDetail as IDesynthAlertBeforeCloseAlertEventDetail } from '@desynth/web-components/dist';\n\nexport declare interface DesynthAlert extends Components.DesynthAlert {\n /**\n * Emmits if the modal has been opened\n */\n handleOpen: EventEmitter<CustomEvent<void>>;\n /**\n * Emmits if the modal has been closed\n */\n handleClose: EventEmitter<CustomEvent<void>>;\n /**\n * Emmits if the modal before has been closed\n */\n handleBeforeClose: EventEmitter<CustomEvent<IDesynthAlertBeforeCloseAlertEventDetail>>;\n}\n\n\n@ProxyCmp({\n defineCustomElementFn: defineDesynthBreadcrumb,\n inputs: ['breadcrumbs', 'route']\n})\n@Component({\n selector: 'desynth-breadcrumb',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: ['breadcrumbs', 'route'],\n standalone: true\n})\nexport class DesynthBreadcrumb {\n protected el: HTMLDesynthBreadcrumbElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n proxyOutputs(this, this.el, ['handleInput', 'handleFocus', 'handleBlur']);\n }\n}\n\n\nexport declare interface DesynthBreadcrumb extends Components.DesynthBreadcrumb {\n /**\n * Emmits if input change, return HTML Input Event\n */\n handleInput: EventEmitter<CustomEvent<HTMLInputElement>>;\n /**\n * Emitted when the input is focus.\n */\n handleFocus: EventEmitter<CustomEvent<void>>;\n /**\n * Emitted when the input is blur.\n */\n handleBlur: EventEmitter<CustomEvent<void>>;\n}\n\n\n@ProxyCmp({\n defineCustomElementFn: defineDesynthButton,\n inputs: ['buttonId', 'buttonText', 'circular', 'disabled', 'type']\n})\n@Component({\n selector: 'desynth-button',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: ['buttonId', 'buttonText', 'circular', 'disabled', 'type'],\n standalone: true\n})\nexport class DesynthButton {\n protected el: HTMLDesynthButtonElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n proxyOutputs(this, this.el, ['handleClick', 'handleFocus', 'handleBlur']);\n }\n}\n\n\nexport declare interface DesynthButton extends Components.DesynthButton {\n /**\n * Emmits if the input change, return value\n */\n handleClick: EventEmitter<CustomEvent<void>>;\n /**\n * Emitted when the input is focus.\n */\n handleFocus: EventEmitter<CustomEvent<void>>;\n /**\n * Emitted when the input is blur.\n */\n handleBlur: EventEmitter<CustomEvent<void>>;\n}\n\n\n@ProxyCmp({\n defineCustomElementFn: defineDesynthButtonSlider,\n inputs: ['buttons']\n})\n@Component({\n selector: 'desynth-button-slider',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: ['buttons'],\n standalone: true\n})\nexport class DesynthButtonSlider {\n protected el: HTMLDesynthButtonSliderElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nexport declare interface DesynthButtonSlider extends Components.DesynthButtonSlider {}\n\n\n@ProxyCmp({\n defineCustomElementFn: defineDesynthCard,\n inputs: ['cardSize']\n})\n@Component({\n selector: 'desynth-card',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: ['cardSize'],\n standalone: true\n})\nexport class DesynthCard {\n protected el: HTMLDesynthCardElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nexport declare interface DesynthCard extends Components.DesynthCard {}\n\n\n@ProxyCmp({\n defineCustomElementFn: defineDesynthCheckbox,\n inputs: ['checkboxId', 'checkboxLabel', 'errorMessage', 'isChecked']\n})\n@Component({\n selector: 'desynth-checkbox',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: ['checkboxId', 'checkboxLabel', 'errorMessage', 'isChecked'],\n standalone: true\n})\nexport class DesynthCheckbox {\n protected el: HTMLDesynthCheckboxElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n proxyOutputs(this, this.el, ['handleClick']);\n }\n}\n\n\nimport type { CheckedChangeEventValue as IDesynthCheckboxCheckedChangeEventValue } from '@desynth/web-components/dist';\n\nexport declare interface DesynthCheckbox extends Components.DesynthCheckbox {\n /**\n * Emmits if the input change, return value\n */\n handleClick: EventEmitter<CustomEvent<IDesynthCheckboxCheckedChangeEventValue>>;\n}\n\n\n@ProxyCmp({\n defineCustomElementFn: defineDesynthDatePicker,\n inputs: ['dateSelected', 'firstDayOfWeek', 'inputName']\n})\n@Component({\n selector: 'desynth-date-picker',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: ['dateSelected', 'firstDayOfWeek', 'inputName'],\n standalone: true\n})\nexport class DesynthDatePicker {\n protected el: HTMLDesynthDatePickerElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n proxyOutputs(this, this.el, ['dateChanged']);\n }\n}\n\n\nimport type { InputChangeEventValue as IDesynthDatePickerInputChangeEventValue } from '@desynth/web-components/dist';\n\nexport declare interface DesynthDatePicker extends Components.DesynthDatePicker {\n\n dateChanged: EventEmitter<CustomEvent<IDesynthDatePickerInputChangeEventValue>>;\n}\n\n\n@ProxyCmp({\n defineCustomElementFn: defineDesynthDivider\n})\n@Component({\n selector: 'desynth-divider',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: [],\n standalone: true\n})\nexport class DesynthDivider {\n protected el: HTMLDesynthDividerElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nexport declare interface DesynthDivider extends Components.DesynthDivider {}\n\n\n@ProxyCmp({\n defineCustomElementFn: defineDesynthDrawer,\n inputs: ['items', 'open', 'type']\n})\n@Component({\n selector: 'desynth-drawer',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: ['items', 'open', 'type'],\n standalone: true\n})\nexport class DesynthDrawer {\n protected el: HTMLDesynthDrawerElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n proxyOutputs(this, this.el, ['handleClick', 'handleFocus', 'handleClose']);\n }\n}\n\n\nexport declare interface DesynthDrawer extends Components.DesynthDrawer {\n /**\n * Emmits if the input change, return value\n */\n handleClick: EventEmitter<CustomEvent<void>>;\n /**\n * Emitted when the input is focus.\n */\n handleFocus: EventEmitter<CustomEvent<void>>;\n /**\n * Emitted when the input is blur.\n */\n handleClose: EventEmitter<CustomEvent<void>>;\n}\n\n\n@ProxyCmp({\n defineCustomElementFn: defineDesynthDropFile\n})\n@Component({\n selector: 'desynth-drop-file',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: [],\n standalone: true\n})\nexport class DesynthDropFile {\n protected el: HTMLDesynthDropFileElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n proxyOutputs(this, this.el, ['filesDropped']);\n }\n}\n\n\nexport declare interface DesynthDropFile extends Components.DesynthDropFile {\n\n filesDropped: EventEmitter<CustomEvent<File[]>>;\n}\n\n\n@ProxyCmp({\n defineCustomElementFn: defineDesynthForm,\n inputs: ['hasSubmitButton', 'inputs']\n})\n@Component({\n selector: 'desynth-form',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: ['hasSubmitButton', 'inputs'],\n standalone: true\n})\nexport class DesynthForm {\n protected el: HTMLDesynthFormElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n proxyOutputs(this, this.el, ['clickSubmit', 'clickClear', 'handleChange']);\n }\n}\n\n\nimport type { IFormInput as IDesynthFormIFormInput } from '@desynth/web-components/dist';\n\nexport declare interface DesynthForm extends Components.DesynthForm {\n /**\n * Emmits if the input change, return value\n */\n clickSubmit: EventEmitter<CustomEvent<void>>;\n\n clickClear: EventEmitter<CustomEvent<void>>;\n\n handleChange: EventEmitter<CustomEvent<IDesynthFormIFormInput>>;\n}\n\n\n@ProxyCmp({\n defineCustomElementFn: defineDesynthGrid,\n inputs: ['columnSpacing', 'columns', 'container', 'direction', 'item', 'lg', 'md', 'rowSpacing', 'sm', 'spacing', 'wrap', 'xl', 'xs', 'zeroMinWidth']\n})\n@Component({\n selector: 'desynth-grid',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: ['columnSpacing', 'columns', 'container', 'direction', 'item', 'lg', 'md', 'rowSpacing', 'sm', 'spacing', 'wrap', 'xl', 'xs', 'zeroMinWidth'],\n standalone: true\n})\nexport class DesynthGrid {\n protected el: HTMLDesynthGridElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nexport declare interface DesynthGrid extends Components.DesynthGrid {}\n\n\n@ProxyCmp({\n defineCustomElementFn: defineDesynthHeader,\n inputs: ['buttonId', 'items']\n})\n@Component({\n selector: 'desynth-header',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: ['buttonId', 'items'],\n standalone: true\n})\nexport class DesynthHeader {\n protected el: HTMLDesynthHeaderElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n proxyOutputs(this, this.el, ['handleClick', 'handleFocus', 'handleBlur']);\n }\n}\n\n\nexport declare interface DesynthHeader extends Components.DesynthHeader {\n /**\n * Emmits if the input change, return value\n */\n handleClick: EventEmitter<CustomEvent<void>>;\n /**\n * Emitted when the input is focus.\n */\n handleFocus: EventEmitter<CustomEvent<void>>;\n /**\n * Emitted when the input is blur.\n */\n handleBlur: EventEmitter<CustomEvent<void>>;\n}\n\n\n@ProxyCmp({\n defineCustomElementFn: defineDesynthList,\n inputs: ['items']\n})\n@Component({\n selector: 'desynth-list',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: ['items'],\n standalone: true\n})\nexport class DesynthList {\n protected el: HTMLDesynthListElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n proxyOutputs(this, this.el, ['itemClicked']);\n }\n}\n\n\nimport type { ListItem as IDesynthListListItem } from '@desynth/web-components/dist';\n\nexport declare interface DesynthList extends Components.DesynthList {\n\n itemClicked: EventEmitter<CustomEvent<IDesynthListListItem>>;\n}\n\n\n@ProxyCmp({\n defineCustomElementFn: defineDesynthLoader,\n inputs: ['message']\n})\n@Component({\n selector: 'desynth-loader',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: ['message'],\n standalone: true\n})\nexport class DesynthLoader {\n protected el: HTMLDesynthLoaderElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nexport declare interface DesynthLoader extends Components.DesynthLoader {}\n\n\n@ProxyCmp({\n defineCustomElementFn: defineDesynthModal,\n inputs: ['duration', 'headTitle', 'opened', 'size']\n})\n@Component({\n selector: 'desynth-modal',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: ['duration', 'headTitle', 'opened', 'size'],\n standalone: true\n})\nexport class DesynthModal {\n protected el: HTMLDesynthModalElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n proxyOutputs(this, this.el, ['handleOpen', 'handleClose', 'handleBeforeClose']);\n }\n}\n\n\nimport type { BeforeCloseEventDetail as IDesynthModalBeforeCloseEventDetail } from '@desynth/web-components/dist';\n\nexport declare interface DesynthModal extends Components.DesynthModal {\n /**\n * Emmits if the modal has been opened\n */\n handleOpen: EventEmitter<CustomEvent<void>>;\n /**\n * Emmits if the modal has been closed\n */\n handleClose: EventEmitter<CustomEvent<void>>;\n /**\n * Emmits if the modal before has been closed\n */\n handleBeforeClose: EventEmitter<CustomEvent<IDesynthModalBeforeCloseEventDetail>>;\n}\n\n\n@ProxyCmp({\n defineCustomElementFn: defineDesynthMultiStepper,\n inputs: ['validators']\n})\n@Component({\n selector: 'desynth-multi-stepper',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: ['validators'],\n standalone: true\n})\nexport class DesynthMultiStepper {\n protected el: HTMLDesynthMultiStepperElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n proxyOutputs(this, this.el, ['handleSubmit']);\n }\n}\n\n\nexport declare interface DesynthMultiStepper extends Components.DesynthMultiStepper {\n /**\n * Emmits if the modal has been opened\n */\n handleSubmit: EventEmitter<CustomEvent<void>>;\n}\n\n\n@ProxyCmp({\n defineCustomElementFn: defineDesynthPaper,\n inputs: ['paperSize']\n})\n@Component({\n selector: 'desynth-paper',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: ['paperSize'],\n standalone: true\n})\nexport class DesynthPaper {\n protected el: HTMLDesynthPaperElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nexport declare interface DesynthPaper extends Components.DesynthPaper {}\n\n\n@ProxyCmp({\n defineCustomElementFn: defineDesynthRating,\n inputs: ['inputName', 'rating']\n})\n@Component({\n selector: 'desynth-rating',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: ['inputName', 'rating'],\n standalone: true\n})\nexport class DesynthRating {\n protected el: HTMLDesynthRatingElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n proxyOutputs(this, this.el, ['handleChange']);\n }\n}\n\n\nimport type { TextInputChangeEventValue as IDesynthRatingTextInputChangeEventValue } from '@desynth/web-components/dist';\n\nexport declare interface DesynthRating extends Components.DesynthRating {\n /**\n * Emmits if the input change, return value\n */\n handleChange: EventEmitter<CustomEvent<IDesynthRatingTextInputChangeEventValue>>;\n}\n\n\n@ProxyCmp({\n defineCustomElementFn: defineDesynthRenderer,\n inputs: ['content']\n})\n@Component({\n selector: 'desynth-renderer',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: ['content'],\n standalone: true\n})\nexport class DesynthRenderer {\n protected el: HTMLDesynthRendererElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nexport declare interface DesynthRenderer extends Components.DesynthRenderer {}\n\n\n@ProxyCmp({\n defineCustomElementFn: defineDesynthSelect,\n inputs: ['errorMessage', 'inputId', 'inputName', 'inputValue', 'options', 'size']\n})\n@Component({\n selector: 'desynth-select',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: ['errorMessage', 'inputId', 'inputName', 'inputValue', 'options', 'size'],\n standalone: true\n})\nexport class DesynthSelect {\n protected el: HTMLDesynthSelectElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n proxyOutputs(this, this.el, ['handleChange', 'handleInput', 'handleFocus', 'handleBlur']);\n }\n}\n\n\nimport type { InputChangeEventValue as IDesynthSelectInputChangeEventValue } from '@desynth/web-components/dist';\n\nexport declare interface DesynthSelect extends Components.DesynthSelect {\n /**\n * Emmits if the input change, return value\n */\n handleChange: EventEmitter<CustomEvent<IDesynthSelectInputChangeEventValue>>;\n /**\n * Emmits if input change, return HTML Input Event\n */\n handleInput: EventEmitter<CustomEvent<HTMLInputElement>>;\n /**\n * Emitted when the input is focus.\n */\n handleFocus: EventEmitter<CustomEvent<void>>;\n /**\n * Emitted when the input is blur.\n */\n handleBlur: EventEmitter<CustomEvent<void>>;\n}\n\n\n@ProxyCmp({\n defineCustomElementFn: defineDesynthStepStepper,\n inputs: ['active']\n})\n@Component({\n selector: 'desynth-step-stepper',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: ['active'],\n standalone: true\n})\nexport class DesynthStepStepper {\n protected el: HTMLDesynthStepStepperElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nexport declare interface DesynthStepStepper extends Components.DesynthStepStepper {}\n\n\n@ProxyCmp({\n defineCustomElementFn: defineDesynthSwitch,\n inputs: ['errorMessage', 'inputId', 'inputLabel', 'isChecked']\n})\n@Component({\n selector: 'desynth-switch',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: ['errorMessage', 'inputId', 'inputLabel', 'isChecked'],\n standalone: true\n})\nexport class DesynthSwitch {\n protected el: HTMLDesynthSwitchElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n proxyOutputs(this, this.el, ['handleClick', 'handleInput', 'handleFocus', 'handleBlur']);\n }\n}\n\n\nimport type { SwitchChangeEventValue as IDesynthSwitchSwitchChangeEventValue } from '@desynth/web-components/dist';\n\nexport declare interface DesynthSwitch extends Components.DesynthSwitch {\n /**\n * Emmits if the input change, return value\n */\n handleClick: EventEmitter<CustomEvent<IDesynthSwitchSwitchChangeEventValue>>;\n /**\n * Emmits if input change, return HTML Input Event\n */\n handleInput: EventEmitter<CustomEvent<HTMLInputElement>>;\n /**\n * Emitted when the input is focus.\n */\n handleFocus: EventEmitter<CustomEvent<void>>;\n /**\n * Emitted when the input is blur.\n */\n handleBlur: EventEmitter<CustomEvent<void>>;\n}\n\n\n@ProxyCmp({\n defineCustomElementFn: defineDesynthTable,\n inputs: ['_actions', '_column_keys', '_columns', '_hasPagination', '_isDraggable', '_source', 'count']\n})\n@Component({\n selector: 'desynth-table',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: ['_actions', '_column_keys', '_columns', '_hasPagination', '_isDraggable', '_source', 'count'],\n standalone: true\n})\nexport class DesynthTable {\n protected el: HTMLDesynthTableElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n proxyOutputs(this, this.el, ['changeRowsPerPage', 'getDataNextPage', 'rowEvent', 'dropEvent']);\n }\n}\n\n\nexport declare interface DesynthTable extends Components.DesynthTable {\n\n changeRowsPerPage: EventEmitter<CustomEvent<number>>;\n\n getDataNextPage: EventEmitter<CustomEvent<null>>;\n\n rowEvent: EventEmitter<CustomEvent<any>>;\n\n dropEvent: EventEmitter<CustomEvent<any>>;\n}\n\n\n@ProxyCmp({\n defineCustomElementFn: defineDesynthTextArea,\n inputs: ['errorMessage', 'inputId', 'inputName', 'inputValue']\n})\n@Component({\n selector: 'desynth-text-area',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: ['errorMessage', 'inputId', 'inputName', 'inputValue'],\n standalone: true\n})\nexport class DesynthTextArea {\n protected el: HTMLDesynthTextAreaElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n proxyOutputs(this, this.el, ['handleChange', 'handleInput', 'handleFocus', 'handleBlur']);\n }\n}\n\n\nimport type { InputChangeEventValue as IDesynthTextAreaInputChangeEventValue } from '@desynth/web-components/dist';\n\nexport declare interface DesynthTextArea extends Components.DesynthTextArea {\n /**\n * Emmits if the input change, return value\n */\n handleChange: EventEmitter<CustomEvent<IDesynthTextAreaInputChangeEventValue>>;\n /**\n * Emmits if input change, return HTML Input Event\n */\n handleInput: EventEmitter<CustomEvent<HTMLInputElement>>;\n /**\n * Emitted when the input is focus.\n */\n handleFocus: EventEmitter<CustomEvent<void>>;\n /**\n * Emitted when the input is blur.\n */\n handleBlur: EventEmitter<CustomEvent<void>>;\n}\n\n\n@ProxyCmp({\n defineCustomElementFn: defineDesynthTextInput,\n inputs: ['errorMessage', 'inputId', 'inputName', 'inputType', 'inputValue']\n})\n@Component({\n selector: 'desynth-text-input',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: ['errorMessage', 'inputId', 'inputName', 'inputType', 'inputValue'],\n standalone: true\n})\nexport class DesynthTextInput {\n protected el: HTMLDesynthTextInputElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n proxyOutputs(this, this.el, ['handleChange', 'handleInput', 'handleFocus', 'handleBlur']);\n }\n}\n\n\nimport type { TextInputChangeEventValue as IDesynthTextInputTextInputChangeEventValue } from '@desynth/web-components/dist';\n\nexport declare interface DesynthTextInput extends Components.DesynthTextInput {\n /**\n * Emmits if the input change, return value\n */\n handleChange: EventEmitter<CustomEvent<IDesynthTextInputTextInputChangeEventValue>>;\n /**\n * Emmits if input change, return HTML Input Event\n */\n handleInput: EventEmitter<CustomEvent<HTMLInputElement>>;\n /**\n * Emitted when the input is focus.\n */\n handleFocus: EventEmitter<CustomEvent<void>>;\n /**\n * Emitted when the input is blur.\n */\n handleBlur: EventEmitter<CustomEvent<void>>;\n}\n\n\n@ProxyCmp({\n defineCustomElementFn: defineDesynthTooltip,\n inputs: ['direction', 'message']\n})\n@Component({\n selector: 'desynth-tooltip',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: ['direction', 'message'],\n standalone: true\n})\nexport class DesynthTooltip {\n protected el: HTMLDesynthTooltipElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nexport declare interface DesynthTooltip extends Components.DesynthTooltip {}\n\n\n","import { NgModule } from \"@angular/core\";\n\nimport * as d from './directives/proxies';\n\nconst DIRECTIVES = [\n d.DesynthAccordion,\n d.DesynthAlert,\n d.DesynthBreadcrumb,\n d.DesynthButton,\n d.DesynthButtonSlider,\n d.DesynthCard,\n d.DesynthCheckbox,\n d.DesynthDatePicker,\n d.DesynthDivider,\n d.DesynthDrawer,\n d.DesynthDropFile,\n d.DesynthForm,\n d.DesynthGrid,\n d.DesynthHeader,\n d.DesynthList,\n d.DesynthLoader,\n d.DesynthModal,\n d.DesynthMultiStepper,\n d.DesynthPaper,\n d.DesynthRating,\n d.DesynthRenderer,\n d.DesynthSelect,\n d.DesynthStepStepper,\n d.DesynthSwitch,\n d.DesynthTable,\n d.DesynthTextArea,\n d.DesynthTextInput,\n d.DesynthTooltip\n];\n\n@NgModule({\n declarations: [\n ],\n exports: [\n ...DIRECTIVES\n ],\n imports: [\n ...DIRECTIVES\n ],\n})\nexport class StencilWrapperModule {}","/*\n * Public API Surface of stencil-wrapper\n */\n\nexport { StencilWrapperModule } from './src/stencil-wrapper.module';\nexport * from './src/directives/proxies';","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":["defineDesynthAccordion","defineDesynthAlert","defineDesynthBreadcrumb","defineDesynthButton","defineDesynthButtonSlider","defineDesynthCard","defineDesynthCheckbox","defineDesynthDatePicker","defineDesynthDivider","defineDesynthDrawer","defineDesynthDropFile","defineDesynthForm","defineDesynthGrid","defineDesynthHeader","defineDesynthList","defineDesynthLoader","defineDesynthModal","defineDesynthMultiStepper","defineDesynthPaper","defineDesynthRating","defineDesynthRenderer","defineDesynthSelect","defineDesynthStepStepper","defineDesynthSwitch","defineDesynthTable","defineDesynthTextArea","defineDesynthTextInput","defineDesynthTooltip","d.DesynthAccordion","d.DesynthAlert","d.DesynthBreadcrumb","d.DesynthButton","d.DesynthButtonSlider","d.DesynthCard","d.DesynthCheckbox","d.DesynthDatePicker","d.DesynthDivider","d.DesynthDrawer","d.DesynthDropFile","d.DesynthForm","d.DesynthGrid","d.DesynthHeader","d.DesynthList","d.DesynthLoader","d.DesynthModal","d.DesynthMultiStepper","d.DesynthPaper","d.DesynthRating","d.DesynthRenderer","d.DesynthSelect","d.DesynthStepStepper","d.DesynthSwitch","d.DesynthTable","d.DesynthTextArea","d.DesynthTextInput","d.DesynthTooltip","i1.DesynthAccordion","i1.DesynthAlert","i1.DesynthBreadcrumb","i1.DesynthButton","i1.DesynthButtonSlider","i1.DesynthCard","i1.DesynthCheckbox","i1.DesynthDatePicker","i1.DesynthDivider","i1.DesynthDrawer","i1.DesynthDropFile","i1.DesynthForm","i1.DesynthGrid","i1.DesynthHeader","i1.DesynthList","i1.DesynthLoader","i1.DesynthModal","i1.DesynthMultiStepper","i1.DesynthPaper","i1.DesynthRating","i1.DesynthRenderer","i1.DesynthSelect","i1.DesynthStepStepper","i1.DesynthSwitch","i1.DesynthTable","i1.DesynthTextArea","i1.DesynthTextInput","i1.DesynthTooltip"],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"stencil-wrapper.mjs","sources":["../../lib/src/directives/angular-component-lib/utils.ts","../../lib/src/directives/proxies.ts","../../lib/src/stencil-wrapper.module.ts","../../lib/index.ts","../../lib/stencil-wrapper.ts"],"sourcesContent":["/* eslint-disable */\n/* tslint:disable */\nimport { fromEvent } from 'rxjs';\n\nexport const proxyInputs = (Cmp: any, inputs: string[]) => {\n const Prototype = Cmp.prototype;\n inputs.forEach((item) => {\n Object.defineProperty(Prototype, item, {\n get() {\n return this.el[item];\n },\n set(val: any) {\n this.z.runOutsideAngular(() => (this.el[item] = val));\n },\n /**\n * In the event that proxyInputs is called\n * multiple times re-defining these inputs\n * will cause an error to be thrown. As a result\n * we set configurable: true to indicate these\n * properties can be changed.\n */\n configurable: true,\n });\n });\n};\n\nexport const proxyMethods = (Cmp: any, methods: string[]) => {\n const Prototype = Cmp.prototype;\n methods.forEach((methodName) => {\n Prototype[methodName] = function () {\n const args = arguments;\n return this.z.runOutsideAngular(() => this.el[methodName].apply(this.el, args));\n };\n });\n};\n\nexport const proxyOutputs = (instance: any, el: any, events: string[]) => {\n events.forEach((eventName) => (instance[eventName] = fromEvent(el, eventName)));\n};\n\nexport const defineCustomElement = (tagName: string, customElement: any) => {\n if (customElement !== undefined && typeof customElements !== 'undefined' && !customElements.get(tagName)) {\n customElements.define(tagName, customElement);\n }\n};\n\n// tslint:disable-next-line: only-arrow-functions\nexport function ProxyCmp(opts: { defineCustomElementFn?: () => void; inputs?: any; methods?: any }) {\n const decorator = function (cls: any) {\n const { defineCustomElementFn, inputs, methods } = opts;\n\n if (defineCustomElementFn !== undefined) {\n defineCustomElementFn();\n }\n\n if (inputs) {\n proxyInputs(cls, inputs);\n }\n if (methods) {\n proxyMethods(cls, methods);\n }\n return cls;\n };\n return decorator;\n}\n","/* tslint:disable */\n/* auto-generated angular directive proxies */\nimport { ChangeDetectionStrategy, ChangeDetectorRef, Component, ElementRef, EventEmitter, NgZone } from '@angular/core';\n\nimport { ProxyCmp, proxyOutputs } from './angular-component-lib/utils';\n\nimport { Components } from '@desynth/web-components';\n\n\n@ProxyCmp({\n inputs: ['summaryText', 'type']\n})\n@Component({\n selector: 'desynth-accordion',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: ['summaryText', 'type'],\n})\nexport class DesynthAccordion {\n protected el: HTMLElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nexport declare interface DesynthAccordion extends Components.DesynthAccordion {}\n\n\n@ProxyCmp({\n inputs: ['alertId', 'alertText', 'alertType', 'duration', 'opened']\n})\n@Component({\n selector: 'desynth-alert',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: ['alertId', 'alertText', 'alertType', 'duration', 'opened'],\n})\nexport class DesynthAlert {\n protected el: HTMLElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n proxyOutputs(this, this.el, ['handleOpen', 'handleClose', 'handleBeforeClose']);\n }\n}\n\n\nimport type { BeforeCloseAlertEventDetail as IDesynthAlertBeforeCloseAlertEventDetail } from '@desynth/web-components';\n\nexport declare interface DesynthAlert extends Components.DesynthAlert {\n /**\n * Emmits if the modal has been opened\n */\n handleOpen: EventEmitter<CustomEvent<void>>;\n /**\n * Emmits if the modal has been closed\n */\n handleClose: EventEmitter<CustomEvent<void>>;\n /**\n * Emmits if the modal before has been closed\n */\n handleBeforeClose: EventEmitter<CustomEvent<IDesynthAlertBeforeCloseAlertEventDetail>>;\n}\n\n\n@ProxyCmp({\n inputs: ['breadcrumbs', 'route']\n})\n@Component({\n selector: 'desynth-breadcrumb',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: ['breadcrumbs', 'route'],\n})\nexport class DesynthBreadcrumb {\n protected el: HTMLElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n proxyOutputs(this, this.el, ['handleInput', 'handleFocus', 'handleBlur']);\n }\n}\n\n\nexport declare interface DesynthBreadcrumb extends Components.DesynthBreadcrumb {\n /**\n * Emmits if input change, return HTML Input Event\n */\n handleInput: EventEmitter<CustomEvent<HTMLInputElement>>;\n /**\n * Emitted when the input is focus.\n */\n handleFocus: EventEmitter<CustomEvent<void>>;\n /**\n * Emitted when the input is blur.\n */\n handleBlur: EventEmitter<CustomEvent<void>>;\n}\n\n\n@ProxyCmp({\n inputs: ['buttonId', 'buttonText', 'circular', 'disabled', 'type']\n})\n@Component({\n selector: 'desynth-button',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: ['buttonId', 'buttonText', 'circular', 'disabled', 'type'],\n})\nexport class DesynthButton {\n protected el: HTMLElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n proxyOutputs(this, this.el, ['handleClick', 'handleFocus', 'handleBlur']);\n }\n}\n\n\nexport declare interface DesynthButton extends Components.DesynthButton {\n /**\n * Emmits if the input change, return value\n */\n handleClick: EventEmitter<CustomEvent<void>>;\n /**\n * Emitted when the input is focus.\n */\n handleFocus: EventEmitter<CustomEvent<void>>;\n /**\n * Emitted when the input is blur.\n */\n handleBlur: EventEmitter<CustomEvent<void>>;\n}\n\n\n@ProxyCmp({\n inputs: ['buttons']\n})\n@Component({\n selector: 'desynth-button-slider',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: ['buttons'],\n})\nexport class DesynthButtonSlider {\n protected el: HTMLElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nexport declare interface DesynthButtonSlider extends Components.DesynthButtonSlider {}\n\n\n@ProxyCmp({\n inputs: ['cardSize']\n})\n@Component({\n selector: 'desynth-card',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: ['cardSize'],\n})\nexport class DesynthCard {\n protected el: HTMLElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nexport declare interface DesynthCard extends Components.DesynthCard {}\n\n\n@ProxyCmp({\n inputs: ['checkboxId', 'checkboxLabel', 'errorMessage', 'isChecked']\n})\n@Component({\n selector: 'desynth-checkbox',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: ['checkboxId', 'checkboxLabel', 'errorMessage', 'isChecked'],\n})\nexport class DesynthCheckbox {\n protected el: HTMLElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n proxyOutputs(this, this.el, ['handleClick']);\n }\n}\n\n\nimport type { CheckedChangeEventValue as IDesynthCheckboxCheckedChangeEventValue } from '@desynth/web-components';\n\nexport declare interface DesynthCheckbox extends Components.DesynthCheckbox {\n /**\n * Emmits if the input change, return value\n */\n handleClick: EventEmitter<CustomEvent<IDesynthCheckboxCheckedChangeEventValue>>;\n}\n\n\n@ProxyCmp({\n inputs: ['dateSelected', 'firstDayOfWeek', 'inputName']\n})\n@Component({\n selector: 'desynth-date-picker',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: ['dateSelected', 'firstDayOfWeek', 'inputName'],\n})\nexport class DesynthDatePicker {\n protected el: HTMLElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n proxyOutputs(this, this.el, ['dateChanged']);\n }\n}\n\n\nimport type { InputChangeEventValue as IDesynthDatePickerInputChangeEventValue } from '@desynth/web-components';\n\nexport declare interface DesynthDatePicker extends Components.DesynthDatePicker {\n\n dateChanged: EventEmitter<CustomEvent<IDesynthDatePickerInputChangeEventValue>>;\n}\n\n\n@ProxyCmp({\n})\n@Component({\n selector: 'desynth-divider',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: [],\n})\nexport class DesynthDivider {\n protected el: HTMLElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nexport declare interface DesynthDivider extends Components.DesynthDivider {}\n\n\n@ProxyCmp({\n inputs: ['items', 'open', 'type']\n})\n@Component({\n selector: 'desynth-drawer',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: ['items', 'open', 'type'],\n})\nexport class DesynthDrawer {\n protected el: HTMLElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n proxyOutputs(this, this.el, ['handleClick', 'handleFocus', 'handleClose']);\n }\n}\n\n\nexport declare interface DesynthDrawer extends Components.DesynthDrawer {\n /**\n * Emmits if the input change, return value\n */\n handleClick: EventEmitter<CustomEvent<void>>;\n /**\n * Emitted when the input is focus.\n */\n handleFocus: EventEmitter<CustomEvent<void>>;\n /**\n * Emitted when the input is blur.\n */\n handleClose: EventEmitter<CustomEvent<void>>;\n}\n\n\n@ProxyCmp({\n})\n@Component({\n selector: 'desynth-drop-file',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: [],\n})\nexport class DesynthDropFile {\n protected el: HTMLElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n proxyOutputs(this, this.el, ['filesDropped']);\n }\n}\n\n\nexport declare interface DesynthDropFile extends Components.DesynthDropFile {\n\n filesDropped: EventEmitter<CustomEvent<File[]>>;\n}\n\n\n@ProxyCmp({\n inputs: ['inputs']\n})\n@Component({\n selector: 'desynth-form',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: ['inputs'],\n})\nexport class DesynthForm {\n protected el: HTMLElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n proxyOutputs(this, this.el, ['clickSubmit', 'clickClear', 'handleChange']);\n }\n}\n\n\nimport type { IFormInput as IDesynthFormIFormInput } from '@desynth/web-components';\n\nexport declare interface DesynthForm extends Components.DesynthForm {\n /**\n * Emmits if the input change, return value\n */\n clickSubmit: EventEmitter<CustomEvent<void>>;\n\n clickClear: EventEmitter<CustomEvent<void>>;\n\n handleChange: EventEmitter<CustomEvent<IDesynthFormIFormInput>>;\n}\n\n\n@ProxyCmp({\n inputs: ['columnSpacing', 'columns', 'container', 'direction', 'item', 'lg', 'md', 'rowSpacing', 'sm', 'spacing', 'wrap', 'xl', 'xs', 'zeroMinWidth']\n})\n@Component({\n selector: 'desynth-grid',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: ['columnSpacing', 'columns', 'container', 'direction', 'item', 'lg', 'md', 'rowSpacing', 'sm', 'spacing', 'wrap', 'xl', 'xs', 'zeroMinWidth'],\n})\nexport class DesynthGrid {\n protected el: HTMLElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nexport declare interface DesynthGrid extends Components.DesynthGrid {}\n\n\n@ProxyCmp({\n inputs: ['buttonId', 'items']\n})\n@Component({\n selector: 'desynth-header',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: ['buttonId', 'items'],\n})\nexport class DesynthHeader {\n protected el: HTMLElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n proxyOutputs(this, this.el, ['handleClick', 'handleFocus', 'handleBlur']);\n }\n}\n\n\nexport declare interface DesynthHeader extends Components.DesynthHeader {\n /**\n * Emmits if the input change, return value\n */\n handleClick: EventEmitter<CustomEvent<void>>;\n /**\n * Emitted when the input is focus.\n */\n handleFocus: EventEmitter<CustomEvent<void>>;\n /**\n * Emitted when the input is blur.\n */\n handleBlur: EventEmitter<CustomEvent<void>>;\n}\n\n\n@ProxyCmp({\n inputs: ['items']\n})\n@Component({\n selector: 'desynth-list',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: ['items'],\n})\nexport class DesynthList {\n protected el: HTMLElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n proxyOutputs(this, this.el, ['itemClicked']);\n }\n}\n\n\nimport type { ListItem as IDesynthListListItem } from '@desynth/web-components';\n\nexport declare interface DesynthList extends Components.DesynthList {\n\n itemClicked: EventEmitter<CustomEvent<IDesynthListListItem>>;\n}\n\n\n@ProxyCmp({\n inputs: ['message']\n})\n@Component({\n selector: 'desynth-loader',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: ['message'],\n})\nexport class DesynthLoader {\n protected el: HTMLElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nexport declare interface DesynthLoader extends Components.DesynthLoader {}\n\n\n@ProxyCmp({\n inputs: ['duration', 'headTitle', 'opened', 'size']\n})\n@Component({\n selector: 'desynth-modal',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: ['duration', 'headTitle', 'opened', 'size'],\n})\nexport class DesynthModal {\n protected el: HTMLElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n proxyOutputs(this, this.el, ['handleOpen', 'handleClose', 'handleBeforeClose']);\n }\n}\n\n\nimport type { BeforeCloseEventDetail as IDesynthModalBeforeCloseEventDetail } from '@desynth/web-components';\n\nexport declare interface DesynthModal extends Components.DesynthModal {\n /**\n * Emmits if the modal has been opened\n */\n handleOpen: EventEmitter<CustomEvent<void>>;\n /**\n * Emmits if the modal has been closed\n */\n handleClose: EventEmitter<CustomEvent<void>>;\n /**\n * Emmits if the modal before has been closed\n */\n handleBeforeClose: EventEmitter<CustomEvent<IDesynthModalBeforeCloseEventDetail>>;\n}\n\n\n@ProxyCmp({\n inputs: ['validators']\n})\n@Component({\n selector: 'desynth-multi-stepper',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: ['validators'],\n})\nexport class DesynthMultiStepper {\n protected el: HTMLElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n proxyOutputs(this, this.el, ['handleSubmit']);\n }\n}\n\n\nexport declare interface DesynthMultiStepper extends Components.DesynthMultiStepper {\n /**\n * Emmits if the modal has been opened\n */\n handleSubmit: EventEmitter<CustomEvent<void>>;\n}\n\n\n@ProxyCmp({\n inputs: ['paperSize']\n})\n@Component({\n selector: 'desynth-paper',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: ['paperSize'],\n})\nexport class DesynthPaper {\n protected el: HTMLElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nexport declare interface DesynthPaper extends Components.DesynthPaper {}\n\n\n@ProxyCmp({\n inputs: ['inputName', 'rating']\n})\n@Component({\n selector: 'desynth-rating',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: ['inputName', 'rating'],\n})\nexport class DesynthRating {\n protected el: HTMLElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n proxyOutputs(this, this.el, ['handleChange']);\n }\n}\n\n\nimport type { TextInputChangeEventValue as IDesynthRatingTextInputChangeEventValue } from '@desynth/web-components';\n\nexport declare interface DesynthRating extends Components.DesynthRating {\n /**\n * Emmits if the input change, return value\n */\n handleChange: EventEmitter<CustomEvent<IDesynthRatingTextInputChangeEventValue>>;\n}\n\n\n@ProxyCmp({\n inputs: ['content']\n})\n@Component({\n selector: 'desynth-renderer',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: ['content'],\n})\nexport class DesynthRenderer {\n protected el: HTMLElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nexport declare interface DesynthRenderer extends Components.DesynthRenderer {}\n\n\n@ProxyCmp({\n inputs: ['errorMessage', 'inputId', 'inputName', 'inputValue', 'options', 'size']\n})\n@Component({\n selector: 'desynth-select',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: ['errorMessage', 'inputId', 'inputName', 'inputValue', 'options', 'size'],\n})\nexport class DesynthSelect {\n protected el: HTMLElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n proxyOutputs(this, this.el, ['handleChange', 'handleInput', 'handleFocus', 'handleBlur']);\n }\n}\n\n\nimport type { InputChangeEventValue as IDesynthSelectInputChangeEventValue } from '@desynth/web-components';\n\nexport declare interface DesynthSelect extends Components.DesynthSelect {\n /**\n * Emmits if the input change, return value\n */\n handleChange: EventEmitter<CustomEvent<IDesynthSelectInputChangeEventValue>>;\n /**\n * Emmits if input change, return HTML Input Event\n */\n handleInput: EventEmitter<CustomEvent<HTMLInputElement>>;\n /**\n * Emitted when the input is focus.\n */\n handleFocus: EventEmitter<CustomEvent<void>>;\n /**\n * Emitted when the input is blur.\n */\n handleBlur: EventEmitter<CustomEvent<void>>;\n}\n\n\n@ProxyCmp({\n inputs: ['active']\n})\n@Component({\n selector: 'desynth-step-stepper',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: ['active'],\n})\nexport class DesynthStepStepper {\n protected el: HTMLElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nexport declare interface DesynthStepStepper extends Components.DesynthStepStepper {}\n\n\n@ProxyCmp({\n inputs: ['errorMessage', 'inputId', 'inputLabel', 'isChecked']\n})\n@Component({\n selector: 'desynth-switch',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: ['errorMessage', 'inputId', 'inputLabel', 'isChecked'],\n})\nexport class DesynthSwitch {\n protected el: HTMLElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n proxyOutputs(this, this.el, ['handleClick', 'handleInput', 'handleFocus', 'handleBlur']);\n }\n}\n\n\nimport type { SwitchChangeEventValue as IDesynthSwitchSwitchChangeEventValue } from '@desynth/web-components';\n\nexport declare interface DesynthSwitch extends Components.DesynthSwitch {\n /**\n * Emmits if the input change, return value\n */\n handleClick: EventEmitter<CustomEvent<IDesynthSwitchSwitchChangeEventValue>>;\n /**\n * Emmits if input change, return HTML Input Event\n */\n handleInput: EventEmitter<CustomEvent<HTMLInputElement>>;\n /**\n * Emitted when the input is focus.\n */\n handleFocus: EventEmitter<CustomEvent<void>>;\n /**\n * Emitted when the input is blur.\n */\n handleBlur: EventEmitter<CustomEvent<void>>;\n}\n\n\n@ProxyCmp({\n inputs: ['_actions', '_column_keys', '_columns', '_source', 'count']\n})\n@Component({\n selector: 'desynth-table',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: ['_actions', '_column_keys', '_columns', '_source', 'count'],\n})\nexport class DesynthTable {\n protected el: HTMLElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n proxyOutputs(this, this.el, ['changeRowsPerPage', 'getDataNextPage', 'rowEvent']);\n }\n}\n\n\nexport declare interface DesynthTable extends Components.DesynthTable {\n\n changeRowsPerPage: EventEmitter<CustomEvent<number>>;\n\n getDataNextPage: EventEmitter<CustomEvent<null>>;\n\n rowEvent: EventEmitter<CustomEvent<any>>;\n}\n\n\n@ProxyCmp({\n inputs: ['errorMessage', 'inputId', 'inputName', 'inputValue']\n})\n@Component({\n selector: 'desynth-text-area',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: ['errorMessage', 'inputId', 'inputName', 'inputValue'],\n})\nexport class DesynthTextArea {\n protected el: HTMLElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n proxyOutputs(this, this.el, ['handleChange', 'handleInput', 'handleFocus', 'handleBlur']);\n }\n}\n\n\nimport type { InputChangeEventValue as IDesynthTextAreaInputChangeEventValue } from '@desynth/web-components';\n\nexport declare interface DesynthTextArea extends Components.DesynthTextArea {\n /**\n * Emmits if the input change, return value\n */\n handleChange: EventEmitter<CustomEvent<IDesynthTextAreaInputChangeEventValue>>;\n /**\n * Emmits if input change, return HTML Input Event\n */\n handleInput: EventEmitter<CustomEvent<HTMLInputElement>>;\n /**\n * Emitted when the input is focus.\n */\n handleFocus: EventEmitter<CustomEvent<void>>;\n /**\n * Emitted when the input is blur.\n */\n handleBlur: EventEmitter<CustomEvent<void>>;\n}\n\n\n@ProxyCmp({\n inputs: ['errorMessage', 'inputId', 'inputName', 'inputType', 'inputValue']\n})\n@Component({\n selector: 'desynth-text-input',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: ['errorMessage', 'inputId', 'inputName', 'inputType', 'inputValue'],\n})\nexport class DesynthTextInput {\n protected el: HTMLElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n proxyOutputs(this, this.el, ['handleChange', 'handleInput', 'handleFocus', 'handleBlur']);\n }\n}\n\n\nimport type { TextInputChangeEventValue as IDesynthTextInputTextInputChangeEventValue } from '@desynth/web-components';\n\nexport declare interface DesynthTextInput extends Components.DesynthTextInput {\n /**\n * Emmits if the input change, return value\n */\n handleChange: EventEmitter<CustomEvent<IDesynthTextInputTextInputChangeEventValue>>;\n /**\n * Emmits if input change, return HTML Input Event\n */\n handleInput: EventEmitter<CustomEvent<HTMLInputElement>>;\n /**\n * Emitted when the input is focus.\n */\n handleFocus: EventEmitter<CustomEvent<void>>;\n /**\n * Emitted when the input is blur.\n */\n handleBlur: EventEmitter<CustomEvent<void>>;\n}\n\n\n@ProxyCmp({\n inputs: ['direction', 'message']\n})\n@Component({\n selector: 'desynth-tooltip',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: ['direction', 'message'],\n})\nexport class DesynthTooltip {\n protected el: HTMLElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nexport declare interface DesynthTooltip extends Components.DesynthTooltip {}\n\n\n","import { NgModule } from \"@angular/core\";\n\nimport * as d from './directives/proxies';\n\nconst DIRECTIVES = [\n d.DesynthAccordion,\n d.DesynthAlert,\n d.DesynthBreadcrumb,\n d.DesynthButton,\n d.DesynthButtonSlider,\n d.DesynthCard,\n d.DesynthCheckbox,\n d.DesynthDatePicker,\n d.DesynthDivider,\n d.DesynthDrawer,\n d.DesynthDropFile,\n d.DesynthForm,\n d.DesynthGrid,\n d.DesynthHeader,\n d.DesynthList,\n d.DesynthLoader,\n d.DesynthModal,\n d.DesynthMultiStepper,\n d.DesynthPaper,\n d.DesynthRating,\n d.DesynthRenderer,\n d.DesynthSelect,\n d.DesynthStepStepper,\n d.DesynthSwitch,\n d.DesynthTable,\n d.DesynthTextArea,\n d.DesynthTextInput,\n d.DesynthTooltip\n];\n\n@NgModule({\n declarations: [\n ],\n exports: [\n ...DIRECTIVES\n ],\n imports: [\n ...DIRECTIVES\n ],\n})\nexport class StencilWrapperModule {}","/*\n * Public API Surface of stencil-wrapper\n */\n\nexport { StencilWrapperModule } from './src/stencil-wrapper.module';\nexport * from './src/directives/proxies';","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":["d.DesynthAccordion","d.DesynthAlert","d.DesynthBreadcrumb","d.DesynthButton","d.DesynthButtonSlider","d.DesynthCard","d.DesynthCheckbox","d.DesynthDatePicker","d.DesynthDivider","d.DesynthDrawer","d.DesynthDropFile","d.DesynthForm","d.DesynthGrid","d.DesynthHeader","d.DesynthList","d.DesynthLoader","d.DesynthModal","d.DesynthMultiStepper","d.DesynthPaper","d.DesynthRating","d.DesynthRenderer","d.DesynthSelect","d.DesynthStepStepper","d.DesynthSwitch","d.DesynthTable","d.DesynthTextArea","d.DesynthTextInput","d.DesynthTooltip","i1.DesynthAccordion","i1.DesynthAlert","i1.DesynthBreadcrumb","i1.DesynthButton","i1.DesynthButtonSlider","i1.DesynthCard","i1.DesynthCheckbox","i1.DesynthDatePicker","i1.DesynthDivider","i1.DesynthDrawer","i1.DesynthDropFile","i1.DesynthForm","i1.DesynthGrid","i1.DesynthHeader","i1.DesynthList","i1.DesynthLoader","i1.DesynthModal","i1.DesynthMultiStepper","i1.DesynthPaper","i1.DesynthRating","i1.DesynthRenderer","i1.DesynthSelect","i1.DesynthStepStepper","i1.DesynthSwitch","i1.DesynthTable","i1.DesynthTextArea","i1.DesynthTextInput","i1.DesynthTooltip"],"mappings":";;;;;AAAA;AACA;AAGO,MAAM,WAAW,GAAG,CAAC,GAAQ,EAAE,MAAgB,KAAI;AACxD,IAAA,MAAM,SAAS,GAAG,GAAG,CAAC,SAAS;AAC/B,IAAA,MAAM,CAAC,OAAO,CAAC,CAAC,IAAI,KAAI;AACtB,QAAA,MAAM,CAAC,cAAc,CAAC,SAAS,EAAE,IAAI,EAAE;YACrC,GAAG,GAAA;AACD,gBAAA,OAAO,IAAI,CAAC,EAAE,CAAC,IAAI,CAAC;aACrB;AACD,YAAA,GAAG,CAAC,GAAQ,EAAA;AACV,gBAAA,IAAI,CAAC,CAAC,CAAC,iBAAiB,CAAC,OAAO,IAAI,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG,GAAG,CAAC,CAAC;aACtD;AACD;;;;;;AAMG;AACH,YAAA,YAAY,EAAE,IAAI;AACnB,SAAA,CAAC;AACJ,KAAC,CAAC;AACJ,CAAC;AAEM,MAAM,YAAY,GAAG,CAAC,GAAQ,EAAE,OAAiB,KAAI;AAC1D,IAAA,MAAM,SAAS,GAAG,GAAG,CAAC,SAAS;AAC/B,IAAA,OAAO,CAAC,OAAO,CAAC,CAAC,UAAU,KAAI;QAC7B,SAAS,CAAC,UAAU,CAAC,GAAG,YAAA;YACtB,MAAM,IAAI,GAAG,SAAS;YACtB,OAAO,IAAI,CAAC,CAAC,CAAC,iBAAiB,CAAC,MAAM,IAAI,CAAC,EAAE,CAAC,UAAU,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,EAAE,EAAE,IAAI,CAAC,CAAC;AACjF,SAAC;AACH,KAAC,CAAC;AACJ,CAAC;AAEM,MAAM,YAAY,GAAG,CAAC,QAAa,EAAE,EAAO,EAAE,MAAgB,KAAI;IACvE,MAAM,CAAC,OAAO,CAAC,CAAC,SAAS,MAAM,QAAQ,CAAC,SAAS,CAAC,GAAG,SAAS,CAAC,EAAE,EAAE,SAAS,CAAC,CAAC,CAAC;AACjF,CAAC;AAEM,MAAM,mBAAmB,GAAG,CAAC,OAAe,EAAE,aAAkB,KAAI;AACzE,IAAA,IAAI,aAAa,KAAK,SAAS,IAAI,OAAO,cAAc,KAAK,WAAW,IAAI,CAAC,cAAc,CAAC,GAAG,CAAC,OAAO,CAAC,EAAE;AACxG,QAAA,cAAc,CAAC,MAAM,CAAC,OAAO,EAAE,aAAa,CAAC;;AAEjD,CAAC;AAED;AACM,SAAU,QAAQ,CAAC,IAAyE,EAAA;IAChG,MAAM,SAAS,GAAG,UAAU,GAAQ,EAAA;QAClC,MAAM,EAAE,qBAAqB,EAAE,MAAM,EAAE,OAAO,EAAE,GAAG,IAAI;AAEvD,QAAA,IAAI,qBAAqB,KAAK,SAAS,EAAE;AACvC,YAAA,qBAAqB,EAAE;;QAGzB,IAAI,MAAM,EAAE;AACV,YAAA,WAAW,CAAC,GAAG,EAAE,MAAM,CAAC;;QAE1B,IAAI,OAAO,EAAE;AACX,YAAA,YAAY,CAAC,GAAG,EAAE,OAAO,CAAC;;AAE5B,QAAA,OAAO,GAAG;AACZ,KAAC;AACD,IAAA,OAAO,SAAS;AAClB;;AC7Ca,IAAA,gBAAgB,GAAtB,MAAM,gBAAgB,CAAA;AAE3B,IAAA,WAAA,CAAY,CAAoB,EAAE,CAAa,EAAY,CAAS,EAAA;QAAT,IAAC,CAAA,CAAA,GAAD,CAAC;QAC1D,CAAC,CAAC,MAAM,EAAE;AACV,QAAA,IAAI,CAAC,EAAE,GAAG,CAAC,CAAC,aAAa;;8GAJhB,gBAAgB,EAAA,IAAA,EAAA,CAAA,EAAA,KAAA,EAAA,EAAA,CAAA,iBAAA,EAAA,EAAA,EAAA,KAAA,EAAA,EAAA,CAAA,UAAA,EAAA,EAAA,EAAA,KAAA,EAAA,EAAA,CAAA,MAAA,EAAA,CAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAAhB,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,gBAAgB,mIAJjB,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,eAAA,EAAA,EAAA,CAAA,uBAAA,CAAA,MAAA,EAAA,CAAA,CAAA;;AAI1B,gBAAgB,GAAA,UAAA,CAAA;AAV5B,IAAA,QAAQ,CAAC;AACR,QAAA,MAAM,EAAE,CAAC,aAAa,EAAE,MAAM;KAC/B;AAQY,CAAA,EAAA,gBAAgB,CAM5B;2FANY,gBAAgB,EAAA,UAAA,EAAA,CAAA;kBAP5B,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,QAAQ,EAAE,mBAAmB;oBAC7B,eAAe,EAAE,uBAAuB,CAAC,MAAM;AAC/C,oBAAA,QAAQ,EAAE,2BAA2B;;AAErC,oBAAA,MAAM,EAAE,CAAC,aAAa,EAAE,MAAM,CAAC;AAChC,iBAAA;;AAuBY,IAAA,YAAY,GAAlB,MAAM,YAAY,CAAA;AAEvB,IAAA,WAAA,CAAY,CAAoB,EAAE,CAAa,EAAY,CAAS,EAAA;QAAT,IAAC,CAAA,CAAA,GAAD,CAAC;QAC1D,CAAC,CAAC,MAAM,EAAE;AACV,QAAA,IAAI,CAAC,EAAE,GAAG,CAAC,CAAC,aAAa;AACzB,QAAA,YAAY,CAAC,IAAI,EAAE,IAAI,CAAC,EAAE,EAAE,CAAC,YAAY,EAAE,aAAa,EAAE,mBAAmB,CAAC,CAAC;;8GALtE,YAAY,EAAA,IAAA,EAAA,CAAA,EAAA,KAAA,EAAA,EAAA,CAAA,iBAAA,EAAA,EAAA,EAAA,KAAA,EAAA,EAAA,CAAA,UAAA,EAAA,EAAA,EAAA,KAAA,EAAA,EAAA,CAAA,MAAA,EAAA,CAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAAZ,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,YAAY,iMAJb,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,eAAA,EAAA,EAAA,CAAA,uBAAA,CAAA,MAAA,EAAA,CAAA,CAAA;;AAI1B,YAAY,GAAA,UAAA,CAAA;AAVxB,IAAA,QAAQ,CAAC;QACR,MAAM,EAAE,CAAC,SAAS,EAAE,WAAW,EAAE,WAAW,EAAE,UAAU,EAAE,QAAQ;KACnE;AAQY,CAAA,EAAA,YAAY,CAOxB;2FAPY,YAAY,EAAA,UAAA,EAAA,CAAA;kBAPxB,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,QAAQ,EAAE,eAAe;oBACzB,eAAe,EAAE,uBAAuB,CAAC,MAAM;AAC/C,oBAAA,QAAQ,EAAE,2BAA2B;;oBAErC,MAAM,EAAE,CAAC,SAAS,EAAE,WAAW,EAAE,WAAW,EAAE,UAAU,EAAE,QAAQ,CAAC;AACpE,iBAAA;;AAuCY,IAAA,iBAAiB,GAAvB,MAAM,iBAAiB,CAAA;AAE5B,IAAA,WAAA,CAAY,CAAoB,EAAE,CAAa,EAAY,CAAS,EAAA;QAAT,IAAC,CAAA,CAAA,GAAD,CAAC;QAC1D,CAAC,CAAC,MAAM,EAAE;AACV,QAAA,IAAI,CAAC,EAAE,GAAG,CAAC,CAAC,aAAa;AACzB,QAAA,YAAY,CAAC,IAAI,EAAE,IAAI,CAAC,EAAE,EAAE,CAAC,aAAa,EAAE,aAAa,EAAE,YAAY,CAAC,CAAC;;8GALhE,iBAAiB,EAAA,IAAA,EAAA,CAAA,EAAA,KAAA,EAAA,EAAA,CAAA,iBAAA,EAAA,EAAA,EAAA,KAAA,EAAA,EAAA,CAAA,UAAA,EAAA,EAAA,EAAA,KAAA,EAAA,EAAA,CAAA,MAAA,EAAA,CAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAAjB,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,iBAAiB,sIAJlB,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,eAAA,EAAA,EAAA,CAAA,uBAAA,CAAA,MAAA,EAAA,CAAA,CAAA;;AAI1B,iBAAiB,GAAA,UAAA,CAAA;AAV7B,IAAA,QAAQ,CAAC;AACR,QAAA,MAAM,EAAE,CAAC,aAAa,EAAE,OAAO;KAChC;AAQY,CAAA,EAAA,iBAAiB,CAO7B;2FAPY,iBAAiB,EAAA,UAAA,EAAA,CAAA;kBAP7B,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,QAAQ,EAAE,oBAAoB;oBAC9B,eAAe,EAAE,uBAAuB,CAAC,MAAM;AAC/C,oBAAA,QAAQ,EAAE,2BAA2B;;AAErC,oBAAA,MAAM,EAAE,CAAC,aAAa,EAAE,OAAO,CAAC;AACjC,iBAAA;;AAqCY,IAAA,aAAa,GAAnB,MAAM,aAAa,CAAA;AAExB,IAAA,WAAA,CAAY,CAAoB,EAAE,CAAa,EAAY,CAAS,EAAA;QAAT,IAAC,CAAA,CAAA,GAAD,CAAC;QAC1D,CAAC,CAAC,MAAM,EAAE;AACV,QAAA,IAAI,CAAC,EAAE,GAAG,CAAC,CAAC,aAAa;AACzB,QAAA,YAAY,CAAC,IAAI,EAAE,IAAI,CAAC,EAAE,EAAE,CAAC,aAAa,EAAE,aAAa,EAAE,YAAY,CAAC,CAAC;;8GALhE,aAAa,EAAA,IAAA,EAAA,CAAA,EAAA,KAAA,EAAA,EAAA,CAAA,iBAAA,EAAA,EAAA,EAAA,KAAA,EAAA,EAAA,CAAA,UAAA,EAAA,EAAA,EAAA,KAAA,EAAA,EAAA,CAAA,MAAA,EAAA,CAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAAb,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,aAAa,gMAJd,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,eAAA,EAAA,EAAA,CAAA,uBAAA,CAAA,MAAA,EAAA,CAAA,CAAA;;AAI1B,aAAa,GAAA,UAAA,CAAA;AAVzB,IAAA,QAAQ,CAAC;QACR,MAAM,EAAE,CAAC,UAAU,EAAE,YAAY,EAAE,UAAU,EAAE,UAAU,EAAE,MAAM;KAClE;AAQY,CAAA,EAAA,aAAa,CAOzB;2FAPY,aAAa,EAAA,UAAA,EAAA,CAAA;kBAPzB,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,QAAQ,EAAE,gBAAgB;oBAC1B,eAAe,EAAE,uBAAuB,CAAC,MAAM;AAC/C,oBAAA,QAAQ,EAAE,2BAA2B;;oBAErC,MAAM,EAAE,CAAC,UAAU,EAAE,YAAY,EAAE,UAAU,EAAE,UAAU,EAAE,MAAM,CAAC;AACnE,iBAAA;;AAqCY,IAAA,mBAAmB,GAAzB,MAAM,mBAAmB,CAAA;AAE9B,IAAA,WAAA,CAAY,CAAoB,EAAE,CAAa,EAAY,CAAS,EAAA;QAAT,IAAC,CAAA,CAAA,GAAD,CAAC;QAC1D,CAAC,CAAC,MAAM,EAAE;AACV,QAAA,IAAI,CAAC,EAAE,GAAG,CAAC,CAAC,aAAa;;8GAJhB,mBAAmB,EAAA,IAAA,EAAA,CAAA,EAAA,KAAA,EAAA,EAAA,CAAA,iBAAA,EAAA,EAAA,EAAA,KAAA,EAAA,EAAA,CAAA,UAAA,EAAA,EAAA,EAAA,KAAA,EAAA,EAAA,CAAA,MAAA,EAAA,CAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAAnB,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,mBAAmB,iHAJpB,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,eAAA,EAAA,EAAA,CAAA,uBAAA,CAAA,MAAA,EAAA,CAAA,CAAA;;AAI1B,mBAAmB,GAAA,UAAA,CAAA;AAV/B,IAAA,QAAQ,CAAC;QACR,MAAM,EAAE,CAAC,SAAS;KACnB;AAQY,CAAA,EAAA,mBAAmB,CAM/B;2FANY,mBAAmB,EAAA,UAAA,EAAA,CAAA;kBAP/B,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,QAAQ,EAAE,uBAAuB;oBACjC,eAAe,EAAE,uBAAuB,CAAC,MAAM;AAC/C,oBAAA,QAAQ,EAAE,2BAA2B;;oBAErC,MAAM,EAAE,CAAC,SAAS,CAAC;AACpB,iBAAA;;AAuBY,IAAA,WAAW,GAAjB,MAAM,WAAW,CAAA;AAEtB,IAAA,WAAA,CAAY,CAAoB,EAAE,CAAa,EAAY,CAAS,EAAA;QAAT,IAAC,CAAA,CAAA,GAAD,CAAC;QAC1D,CAAC,CAAC,MAAM,EAAE;AACV,QAAA,IAAI,CAAC,EAAE,GAAG,CAAC,CAAC,aAAa;;8GAJhB,WAAW,EAAA,IAAA,EAAA,CAAA,EAAA,KAAA,EAAA,EAAA,CAAA,iBAAA,EAAA,EAAA,EAAA,KAAA,EAAA,EAAA,CAAA,UAAA,EAAA,EAAA,EAAA,KAAA,EAAA,EAAA,CAAA,MAAA,EAAA,CAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAAX,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,WAAW,0GAJZ,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,eAAA,EAAA,EAAA,CAAA,uBAAA,CAAA,MAAA,EAAA,CAAA,CAAA;;AAI1B,WAAW,GAAA,UAAA,CAAA;AAVvB,IAAA,QAAQ,CAAC;QACR,MAAM,EAAE,CAAC,UAAU;KACpB;AAQY,CAAA,EAAA,WAAW,CAMvB;2FANY,WAAW,EAAA,UAAA,EAAA,CAAA;kBAPvB,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,QAAQ,EAAE,cAAc;oBACxB,eAAe,EAAE,uBAAuB,CAAC,MAAM;AAC/C,oBAAA,QAAQ,EAAE,2BAA2B;;oBAErC,MAAM,EAAE,CAAC,UAAU,CAAC;AACrB,iBAAA;;AAuBY,IAAA,eAAe,GAArB,MAAM,eAAe,CAAA;AAE1B,IAAA,WAAA,CAAY,CAAoB,EAAE,CAAa,EAAY,CAAS,EAAA;QAAT,IAAC,CAAA,CAAA,GAAD,CAAC;QAC1D,CAAC,CAAC,MAAM,EAAE;AACV,QAAA,IAAI,CAAC,EAAE,GAAG,CAAC,CAAC,aAAa;QACzB,YAAY,CAAC,IAAI,EAAE,IAAI,CAAC,EAAE,EAAE,CAAC,aAAa,CAAC,CAAC;;8GALnC,eAAe,EAAA,IAAA,EAAA,CAAA,EAAA,KAAA,EAAA,EAAA,CAAA,iBAAA,EAAA,EAAA,EAAA,KAAA,EAAA,EAAA,CAAA,UAAA,EAAA,EAAA,EAAA,KAAA,EAAA,EAAA,CAAA,MAAA,EAAA,CAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAAf,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,eAAe,wMAJhB,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,eAAA,EAAA,EAAA,CAAA,uBAAA,CAAA,MAAA,EAAA,CAAA,CAAA;;AAI1B,eAAe,GAAA,UAAA,CAAA;AAV3B,IAAA,QAAQ,CAAC;QACR,MAAM,EAAE,CAAC,YAAY,EAAE,eAAe,EAAE,cAAc,EAAE,WAAW;KACpE;AAQY,CAAA,EAAA,eAAe,CAO3B;2FAPY,eAAe,EAAA,UAAA,EAAA,CAAA;kBAP3B,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,QAAQ,EAAE,kBAAkB;oBAC5B,eAAe,EAAE,uBAAuB,CAAC,MAAM;AAC/C,oBAAA,QAAQ,EAAE,2BAA2B;;oBAErC,MAAM,EAAE,CAAC,YAAY,EAAE,eAAe,EAAE,cAAc,EAAE,WAAW,CAAC;AACrE,iBAAA;;AA+BY,IAAA,iBAAiB,GAAvB,MAAM,iBAAiB,CAAA;AAE5B,IAAA,WAAA,CAAY,CAAoB,EAAE,CAAa,EAAY,CAAS,EAAA;QAAT,IAAC,CAAA,CAAA,GAAD,CAAC;QAC1D,CAAC,CAAC,MAAM,EAAE;AACV,QAAA,IAAI,CAAC,EAAE,GAAG,CAAC,CAAC,aAAa;QACzB,YAAY,CAAC,IAAI,EAAE,IAAI,CAAC,EAAE,EAAE,CAAC,aAAa,CAAC,CAAC;;8GALnC,iBAAiB,EAAA,IAAA,EAAA,CAAA,EAAA,KAAA,EAAA,EAAA,CAAA,iBAAA,EAAA,EAAA,EAAA,KAAA,EAAA,EAAA,CAAA,UAAA,EAAA,EAAA,EAAA,KAAA,EAAA,EAAA,CAAA,MAAA,EAAA,CAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAAjB,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,iBAAiB,mLAJlB,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,eAAA,EAAA,EAAA,CAAA,uBAAA,CAAA,MAAA,EAAA,CAAA,CAAA;;AAI1B,iBAAiB,GAAA,UAAA,CAAA;AAV7B,IAAA,QAAQ,CAAC;AACR,QAAA,MAAM,EAAE,CAAC,cAAc,EAAE,gBAAgB,EAAE,WAAW;KACvD;AAQY,CAAA,EAAA,iBAAiB,CAO7B;2FAPY,iBAAiB,EAAA,UAAA,EAAA,CAAA;kBAP7B,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,QAAQ,EAAE,qBAAqB;oBAC/B,eAAe,EAAE,uBAAuB,CAAC,MAAM;AAC/C,oBAAA,QAAQ,EAAE,2BAA2B;;AAErC,oBAAA,MAAM,EAAE,CAAC,cAAc,EAAE,gBAAgB,EAAE,WAAW,CAAC;AACxD,iBAAA;;AA4BY,IAAA,cAAc,GAApB,MAAM,cAAc,CAAA;AAEzB,IAAA,WAAA,CAAY,CAAoB,EAAE,CAAa,EAAY,CAAS,EAAA;QAAT,IAAC,CAAA,CAAA,GAAD,CAAC;QAC1D,CAAC,CAAC,MAAM,EAAE;AACV,QAAA,IAAI,CAAC,EAAE,GAAG,CAAC,CAAC,aAAa;;8GAJhB,cAAc,EAAA,IAAA,EAAA,CAAA,EAAA,KAAA,EAAA,EAAA,CAAA,iBAAA,EAAA,EAAA,EAAA,KAAA,EAAA,EAAA,CAAA,UAAA,EAAA,EAAA,EAAA,KAAA,EAAA,EAAA,CAAA,MAAA,EAAA,CAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAAd,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,cAAc,2EAJf,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,eAAA,EAAA,EAAA,CAAA,uBAAA,CAAA,MAAA,EAAA,CAAA,CAAA;;AAI1B,cAAc,GAAA,UAAA,CAAA;IAT1B,QAAQ,CAAC,EACT;AAQY,CAAA,EAAA,cAAc,CAM1B;2FANY,cAAc,EAAA,UAAA,EAAA,CAAA;kBAP1B,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,QAAQ,EAAE,iBAAiB;oBAC3B,eAAe,EAAE,uBAAuB,CAAC,MAAM;AAC/C,oBAAA,QAAQ,EAAE,2BAA2B;;AAErC,oBAAA,MAAM,EAAE,EAAE;AACX,iBAAA;;AAuBY,IAAA,aAAa,GAAnB,MAAM,aAAa,CAAA;AAExB,IAAA,WAAA,CAAY,CAAoB,EAAE,CAAa,EAAY,CAAS,EAAA;QAAT,IAAC,CAAA,CAAA,GAAD,CAAC;QAC1D,CAAC,CAAC,MAAM,EAAE;AACV,QAAA,IAAI,CAAC,EAAE,GAAG,CAAC,CAAC,aAAa;AACzB,QAAA,YAAY,CAAC,IAAI,EAAE,IAAI,CAAC,EAAE,EAAE,CAAC,aAAa,EAAE,aAAa,EAAE,aAAa,CAAC,CAAC;;8GALjE,aAAa,EAAA,IAAA,EAAA,CAAA,EAAA,KAAA,EAAA,EAAA,CAAA,iBAAA,EAAA,EAAA,EAAA,KAAA,EAAA,EAAA,CAAA,UAAA,EAAA,EAAA,EAAA,KAAA,EAAA,EAAA,CAAA,MAAA,EAAA,CAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAAb,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,aAAa,kIAJd,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,eAAA,EAAA,EAAA,CAAA,uBAAA,CAAA,MAAA,EAAA,CAAA,CAAA;;AAI1B,aAAa,GAAA,UAAA,CAAA;AAVzB,IAAA,QAAQ,CAAC;AACR,QAAA,MAAM,EAAE,CAAC,OAAO,EAAE,MAAM,EAAE,MAAM;KACjC;AAQY,CAAA,EAAA,aAAa,CAOzB;2FAPY,aAAa,EAAA,UAAA,EAAA,CAAA;kBAPzB,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,QAAQ,EAAE,gBAAgB;oBAC1B,eAAe,EAAE,uBAAuB,CAAC,MAAM;AAC/C,oBAAA,QAAQ,EAAE,2BAA2B;;AAErC,oBAAA,MAAM,EAAE,CAAC,OAAO,EAAE,MAAM,EAAE,MAAM,CAAC;AAClC,iBAAA;;AAoCY,IAAA,eAAe,GAArB,MAAM,eAAe,CAAA;AAE1B,IAAA,WAAA,CAAY,CAAoB,EAAE,CAAa,EAAY,CAAS,EAAA;QAAT,IAAC,CAAA,CAAA,GAAD,CAAC;QAC1D,CAAC,CAAC,MAAM,EAAE;AACV,QAAA,IAAI,CAAC,EAAE,GAAG,CAAC,CAAC,aAAa;QACzB,YAAY,CAAC,IAAI,EAAE,IAAI,CAAC,EAAE,EAAE,CAAC,cAAc,CAAC,CAAC;;8GALpC,eAAe,EAAA,IAAA,EAAA,CAAA,EAAA,KAAA,EAAA,EAAA,CAAA,iBAAA,EAAA,EAAA,EAAA,KAAA,EAAA,EAAA,CAAA,UAAA,EAAA,EAAA,EAAA,KAAA,EAAA,EAAA,CAAA,MAAA,EAAA,CAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAAf,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,eAAe,6EAJhB,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,eAAA,EAAA,EAAA,CAAA,uBAAA,CAAA,MAAA,EAAA,CAAA,CAAA;;AAI1B,eAAe,GAAA,UAAA,CAAA;IAT3B,QAAQ,CAAC,EACT;AAQY,CAAA,EAAA,eAAe,CAO3B;2FAPY,eAAe,EAAA,UAAA,EAAA,CAAA;kBAP3B,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,QAAQ,EAAE,mBAAmB;oBAC7B,eAAe,EAAE,uBAAuB,CAAC,MAAM;AAC/C,oBAAA,QAAQ,EAAE,2BAA2B;;AAErC,oBAAA,MAAM,EAAE,EAAE;AACX,iBAAA;;AA2BY,IAAA,WAAW,GAAjB,MAAM,WAAW,CAAA;AAEtB,IAAA,WAAA,CAAY,CAAoB,EAAE,CAAa,EAAY,CAAS,EAAA;QAAT,IAAC,CAAA,CAAA,GAAD,CAAC;QAC1D,CAAC,CAAC,MAAM,EAAE;AACV,QAAA,IAAI,CAAC,EAAE,GAAG,CAAC,CAAC,aAAa;AACzB,QAAA,YAAY,CAAC,IAAI,EAAE,IAAI,CAAC,EAAE,EAAE,CAAC,aAAa,EAAE,YAAY,EAAE,cAAc,CAAC,CAAC;;8GALjE,WAAW,EAAA,IAAA,EAAA,CAAA,EAAA,KAAA,EAAA,EAAA,CAAA,iBAAA,EAAA,EAAA,EAAA,KAAA,EAAA,EAAA,CAAA,UAAA,EAAA,EAAA,EAAA,KAAA,EAAA,EAAA,CAAA,MAAA,EAAA,CAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAAX,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,WAAW,sGAJZ,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,eAAA,EAAA,EAAA,CAAA,uBAAA,CAAA,MAAA,EAAA,CAAA,CAAA;;AAI1B,WAAW,GAAA,UAAA,CAAA;AAVvB,IAAA,QAAQ,CAAC;QACR,MAAM,EAAE,CAAC,QAAQ;KAClB;AAQY,CAAA,EAAA,WAAW,CAOvB;2FAPY,WAAW,EAAA,UAAA,EAAA,CAAA;kBAPvB,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,QAAQ,EAAE,cAAc;oBACxB,eAAe,EAAE,uBAAuB,CAAC,MAAM;AAC/C,oBAAA,QAAQ,EAAE,2BAA2B;;oBAErC,MAAM,EAAE,CAAC,QAAQ,CAAC;AACnB,iBAAA;;AAmCY,IAAA,WAAW,GAAjB,MAAM,WAAW,CAAA;AAEtB,IAAA,WAAA,CAAY,CAAoB,EAAE,CAAa,EAAY,CAAS,EAAA;QAAT,IAAC,CAAA,CAAA,GAAD,CAAC;QAC1D,CAAC,CAAC,MAAM,EAAE;AACV,QAAA,IAAI,CAAC,EAAE,GAAG,CAAC,CAAC,aAAa;;8GAJhB,WAAW,EAAA,IAAA,EAAA,CAAA,EAAA,KAAA,EAAA,EAAA,CAAA,iBAAA,EAAA,EAAA,EAAA,KAAA,EAAA,EAAA,CAAA,UAAA,EAAA,EAAA,EAAA,KAAA,EAAA,EAAA,CAAA,MAAA,EAAA,CAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAAX,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,WAAW,kVAJZ,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,eAAA,EAAA,EAAA,CAAA,uBAAA,CAAA,MAAA,EAAA,CAAA,CAAA;;AAI1B,WAAW,GAAA,UAAA,CAAA;AAVvB,IAAA,QAAQ,CAAC;AACR,QAAA,MAAM,EAAE,CAAC,eAAe,EAAE,SAAS,EAAE,WAAW,EAAE,WAAW,EAAE,MAAM,EAAE,IAAI,EAAE,IAAI,EAAE,YAAY,EAAE,IAAI,EAAE,SAAS,EAAE,MAAM,EAAE,IAAI,EAAE,IAAI,EAAE,cAAc;KACrJ;AAQY,CAAA,EAAA,WAAW,CAMvB;2FANY,WAAW,EAAA,UAAA,EAAA,CAAA;kBAPvB,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,QAAQ,EAAE,cAAc;oBACxB,eAAe,EAAE,uBAAuB,CAAC,MAAM;AAC/C,oBAAA,QAAQ,EAAE,2BAA2B;;AAErC,oBAAA,MAAM,EAAE,CAAC,eAAe,EAAE,SAAS,EAAE,WAAW,EAAE,WAAW,EAAE,MAAM,EAAE,IAAI,EAAE,IAAI,EAAE,YAAY,EAAE,IAAI,EAAE,SAAS,EAAE,MAAM,EAAE,IAAI,EAAE,IAAI,EAAE,cAAc,CAAC;AACtJ,iBAAA;;AAuBY,IAAA,aAAa,GAAnB,MAAM,aAAa,CAAA;AAExB,IAAA,WAAA,CAAY,CAAoB,EAAE,CAAa,EAAY,CAAS,EAAA;QAAT,IAAC,CAAA,CAAA,GAAD,CAAC;QAC1D,CAAC,CAAC,MAAM,EAAE;AACV,QAAA,IAAI,CAAC,EAAE,GAAG,CAAC,CAAC,aAAa;AACzB,QAAA,YAAY,CAAC,IAAI,EAAE,IAAI,CAAC,EAAE,EAAE,CAAC,aAAa,EAAE,aAAa,EAAE,YAAY,CAAC,CAAC;;8GALhE,aAAa,EAAA,IAAA,EAAA,CAAA,EAAA,KAAA,EAAA,EAAA,CAAA,iBAAA,EAAA,EAAA,EAAA,KAAA,EAAA,EAAA,CAAA,UAAA,EAAA,EAAA,EAAA,KAAA,EAAA,EAAA,CAAA,MAAA,EAAA,CAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAAb,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,aAAa,4HAJd,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,eAAA,EAAA,EAAA,CAAA,uBAAA,CAAA,MAAA,EAAA,CAAA,CAAA;;AAI1B,aAAa,GAAA,UAAA,CAAA;AAVzB,IAAA,QAAQ,CAAC;AACR,QAAA,MAAM,EAAE,CAAC,UAAU,EAAE,OAAO;KAC7B;AAQY,CAAA,EAAA,aAAa,CAOzB;2FAPY,aAAa,EAAA,UAAA,EAAA,CAAA;kBAPzB,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,QAAQ,EAAE,gBAAgB;oBAC1B,eAAe,EAAE,uBAAuB,CAAC,MAAM;AAC/C,oBAAA,QAAQ,EAAE,2BAA2B;;AAErC,oBAAA,MAAM,EAAE,CAAC,UAAU,EAAE,OAAO,CAAC;AAC9B,iBAAA;;AAqCY,IAAA,WAAW,GAAjB,MAAM,WAAW,CAAA;AAEtB,IAAA,WAAA,CAAY,CAAoB,EAAE,CAAa,EAAY,CAAS,EAAA;QAAT,IAAC,CAAA,CAAA,GAAD,CAAC;QAC1D,CAAC,CAAC,MAAM,EAAE;AACV,QAAA,IAAI,CAAC,EAAE,GAAG,CAAC,CAAC,aAAa;QACzB,YAAY,CAAC,IAAI,EAAE,IAAI,CAAC,EAAE,EAAE,CAAC,aAAa,CAAC,CAAC;;8GALnC,WAAW,EAAA,IAAA,EAAA,CAAA,EAAA,KAAA,EAAA,EAAA,CAAA,iBAAA,EAAA,EAAA,EAAA,KAAA,EAAA,EAAA,CAAA,UAAA,EAAA,EAAA,EAAA,KAAA,EAAA,EAAA,CAAA,MAAA,EAAA,CAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAAX,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,WAAW,oGAJZ,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,eAAA,EAAA,EAAA,CAAA,uBAAA,CAAA,MAAA,EAAA,CAAA,CAAA;;AAI1B,WAAW,GAAA,UAAA,CAAA;AAVvB,IAAA,QAAQ,CAAC;QACR,MAAM,EAAE,CAAC,OAAO;KACjB;AAQY,CAAA,EAAA,WAAW,CAOvB;2FAPY,WAAW,EAAA,UAAA,EAAA,CAAA;kBAPvB,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,QAAQ,EAAE,cAAc;oBACxB,eAAe,EAAE,uBAAuB,CAAC,MAAM;AAC/C,oBAAA,QAAQ,EAAE,2BAA2B;;oBAErC,MAAM,EAAE,CAAC,OAAO,CAAC;AAClB,iBAAA;;AA6BY,IAAA,aAAa,GAAnB,MAAM,aAAa,CAAA;AAExB,IAAA,WAAA,CAAY,CAAoB,EAAE,CAAa,EAAY,CAAS,EAAA;QAAT,IAAC,CAAA,CAAA,GAAD,CAAC;QAC1D,CAAC,CAAC,MAAM,EAAE;AACV,QAAA,IAAI,CAAC,EAAE,GAAG,CAAC,CAAC,aAAa;;8GAJhB,aAAa,EAAA,IAAA,EAAA,CAAA,EAAA,KAAA,EAAA,EAAA,CAAA,iBAAA,EAAA,EAAA,EAAA,KAAA,EAAA,EAAA,CAAA,UAAA,EAAA,EAAA,EAAA,KAAA,EAAA,EAAA,CAAA,MAAA,EAAA,CAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAAb,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,aAAa,0GAJd,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,eAAA,EAAA,EAAA,CAAA,uBAAA,CAAA,MAAA,EAAA,CAAA,CAAA;;AAI1B,aAAa,GAAA,UAAA,CAAA;AAVzB,IAAA,QAAQ,CAAC;QACR,MAAM,EAAE,CAAC,SAAS;KACnB;AAQY,CAAA,EAAA,aAAa,CAMzB;2FANY,aAAa,EAAA,UAAA,EAAA,CAAA;kBAPzB,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,QAAQ,EAAE,gBAAgB;oBAC1B,eAAe,EAAE,uBAAuB,CAAC,MAAM;AAC/C,oBAAA,QAAQ,EAAE,2BAA2B;;oBAErC,MAAM,EAAE,CAAC,SAAS,CAAC;AACpB,iBAAA;;AAuBY,IAAA,YAAY,GAAlB,MAAM,YAAY,CAAA;AAEvB,IAAA,WAAA,CAAY,CAAoB,EAAE,CAAa,EAAY,CAAS,EAAA;QAAT,IAAC,CAAA,CAAA,GAAD,CAAC;QAC1D,CAAC,CAAC,MAAM,EAAE;AACV,QAAA,IAAI,CAAC,EAAE,GAAG,CAAC,CAAC,aAAa;AACzB,QAAA,YAAY,CAAC,IAAI,EAAE,IAAI,CAAC,EAAE,EAAE,CAAC,YAAY,EAAE,aAAa,EAAE,mBAAmB,CAAC,CAAC;;8GALtE,YAAY,EAAA,IAAA,EAAA,CAAA,EAAA,KAAA,EAAA,EAAA,CAAA,iBAAA,EAAA,EAAA,EAAA,KAAA,EAAA,EAAA,CAAA,UAAA,EAAA,EAAA,EAAA,KAAA,EAAA,EAAA,CAAA,MAAA,EAAA,CAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAAZ,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,YAAY,mKAJb,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,eAAA,EAAA,EAAA,CAAA,uBAAA,CAAA,MAAA,EAAA,CAAA,CAAA;;AAI1B,YAAY,GAAA,UAAA,CAAA;AAVxB,IAAA,QAAQ,CAAC;QACR,MAAM,EAAE,CAAC,UAAU,EAAE,WAAW,EAAE,QAAQ,EAAE,MAAM;KACnD;AAQY,CAAA,EAAA,YAAY,CAOxB;2FAPY,YAAY,EAAA,UAAA,EAAA,CAAA;kBAPxB,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,QAAQ,EAAE,eAAe;oBACzB,eAAe,EAAE,uBAAuB,CAAC,MAAM;AAC/C,oBAAA,QAAQ,EAAE,2BAA2B;;oBAErC,MAAM,EAAE,CAAC,UAAU,EAAE,WAAW,EAAE,QAAQ,EAAE,MAAM,CAAC;AACpD,iBAAA;;AAuCY,IAAA,mBAAmB,GAAzB,MAAM,mBAAmB,CAAA;AAE9B,IAAA,WAAA,CAAY,CAAoB,EAAE,CAAa,EAAY,CAAS,EAAA;QAAT,IAAC,CAAA,CAAA,GAAD,CAAC;QAC1D,CAAC,CAAC,MAAM,EAAE;AACV,QAAA,IAAI,CAAC,EAAE,GAAG,CAAC,CAAC,aAAa;QACzB,YAAY,CAAC,IAAI,EAAE,IAAI,CAAC,EAAE,EAAE,CAAC,cAAc,CAAC,CAAC;;8GALpC,mBAAmB,EAAA,IAAA,EAAA,CAAA,EAAA,KAAA,EAAA,EAAA,CAAA,iBAAA,EAAA,EAAA,EAAA,KAAA,EAAA,EAAA,CAAA,UAAA,EAAA,EAAA,EAAA,KAAA,EAAA,EAAA,CAAA,MAAA,EAAA,CAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAAnB,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,mBAAmB,uHAJpB,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,eAAA,EAAA,EAAA,CAAA,uBAAA,CAAA,MAAA,EAAA,CAAA,CAAA;;AAI1B,mBAAmB,GAAA,UAAA,CAAA;AAV/B,IAAA,QAAQ,CAAC;QACR,MAAM,EAAE,CAAC,YAAY;KACtB;AAQY,CAAA,EAAA,mBAAmB,CAO/B;2FAPY,mBAAmB,EAAA,UAAA,EAAA,CAAA;kBAP/B,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,QAAQ,EAAE,uBAAuB;oBACjC,eAAe,EAAE,uBAAuB,CAAC,MAAM;AAC/C,oBAAA,QAAQ,EAAE,2BAA2B;;oBAErC,MAAM,EAAE,CAAC,YAAY,CAAC;AACvB,iBAAA;;AA6BY,IAAA,YAAY,GAAlB,MAAM,YAAY,CAAA;AAEvB,IAAA,WAAA,CAAY,CAAoB,EAAE,CAAa,EAAY,CAAS,EAAA;QAAT,IAAC,CAAA,CAAA,GAAD,CAAC;QAC1D,CAAC,CAAC,MAAM,EAAE;AACV,QAAA,IAAI,CAAC,EAAE,GAAG,CAAC,CAAC,aAAa;;8GAJhB,YAAY,EAAA,IAAA,EAAA,CAAA,EAAA,KAAA,EAAA,EAAA,CAAA,iBAAA,EAAA,EAAA,EAAA,KAAA,EAAA,EAAA,CAAA,UAAA,EAAA,EAAA,EAAA,KAAA,EAAA,EAAA,CAAA,MAAA,EAAA,CAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAAZ,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,YAAY,6GAJb,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,eAAA,EAAA,EAAA,CAAA,uBAAA,CAAA,MAAA,EAAA,CAAA,CAAA;;AAI1B,YAAY,GAAA,UAAA,CAAA;AAVxB,IAAA,QAAQ,CAAC;QACR,MAAM,EAAE,CAAC,WAAW;KACrB;AAQY,CAAA,EAAA,YAAY,CAMxB;2FANY,YAAY,EAAA,UAAA,EAAA,CAAA;kBAPxB,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,QAAQ,EAAE,eAAe;oBACzB,eAAe,EAAE,uBAAuB,CAAC,MAAM;AAC/C,oBAAA,QAAQ,EAAE,2BAA2B;;oBAErC,MAAM,EAAE,CAAC,WAAW,CAAC;AACtB,iBAAA;;AAuBY,IAAA,aAAa,GAAnB,MAAM,aAAa,CAAA;AAExB,IAAA,WAAA,CAAY,CAAoB,EAAE,CAAa,EAAY,CAAS,EAAA;QAAT,IAAC,CAAA,CAAA,GAAD,CAAC;QAC1D,CAAC,CAAC,MAAM,EAAE;AACV,QAAA,IAAI,CAAC,EAAE,GAAG,CAAC,CAAC,aAAa;QACzB,YAAY,CAAC,IAAI,EAAE,IAAI,CAAC,EAAE,EAAE,CAAC,cAAc,CAAC,CAAC;;8GALpC,aAAa,EAAA,IAAA,EAAA,CAAA,EAAA,KAAA,EAAA,EAAA,CAAA,iBAAA,EAAA,EAAA,EAAA,KAAA,EAAA,EAAA,CAAA,UAAA,EAAA,EAAA,EAAA,KAAA,EAAA,EAAA,CAAA,MAAA,EAAA,CAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAAb,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,aAAa,gIAJd,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,eAAA,EAAA,EAAA,CAAA,uBAAA,CAAA,MAAA,EAAA,CAAA,CAAA;;AAI1B,aAAa,GAAA,UAAA,CAAA;AAVzB,IAAA,QAAQ,CAAC;AACR,QAAA,MAAM,EAAE,CAAC,WAAW,EAAE,QAAQ;KAC/B;AAQY,CAAA,EAAA,aAAa,CAOzB;2FAPY,aAAa,EAAA,UAAA,EAAA,CAAA;kBAPzB,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,QAAQ,EAAE,gBAAgB;oBAC1B,eAAe,EAAE,uBAAuB,CAAC,MAAM;AAC/C,oBAAA,QAAQ,EAAE,2BAA2B;;AAErC,oBAAA,MAAM,EAAE,CAAC,WAAW,EAAE,QAAQ,CAAC;AAChC,iBAAA;;AA+BY,IAAA,eAAe,GAArB,MAAM,eAAe,CAAA;AAE1B,IAAA,WAAA,CAAY,CAAoB,EAAE,CAAa,EAAY,CAAS,EAAA;QAAT,IAAC,CAAA,CAAA,GAAD,CAAC;QAC1D,CAAC,CAAC,MAAM,EAAE;AACV,QAAA,IAAI,CAAC,EAAE,GAAG,CAAC,CAAC,aAAa;;8GAJhB,eAAe,EAAA,IAAA,EAAA,CAAA,EAAA,KAAA,EAAA,EAAA,CAAA,iBAAA,EAAA,EAAA,EAAA,KAAA,EAAA,EAAA,CAAA,UAAA,EAAA,EAAA,EAAA,KAAA,EAAA,EAAA,CAAA,MAAA,EAAA,CAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAAf,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,eAAe,4GAJhB,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,eAAA,EAAA,EAAA,CAAA,uBAAA,CAAA,MAAA,EAAA,CAAA,CAAA;;AAI1B,eAAe,GAAA,UAAA,CAAA;AAV3B,IAAA,QAAQ,CAAC;QACR,MAAM,EAAE,CAAC,SAAS;KACnB;AAQY,CAAA,EAAA,eAAe,CAM3B;2FANY,eAAe,EAAA,UAAA,EAAA,CAAA;kBAP3B,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,QAAQ,EAAE,kBAAkB;oBAC5B,eAAe,EAAE,uBAAuB,CAAC,MAAM;AAC/C,oBAAA,QAAQ,EAAE,2BAA2B;;oBAErC,MAAM,EAAE,CAAC,SAAS,CAAC;AACpB,iBAAA;;AAuBY,IAAA,aAAa,GAAnB,MAAM,aAAa,CAAA;AAExB,IAAA,WAAA,CAAY,CAAoB,EAAE,CAAa,EAAY,CAAS,EAAA;QAAT,IAAC,CAAA,CAAA,GAAD,CAAC;QAC1D,CAAC,CAAC,MAAM,EAAE;AACV,QAAA,IAAI,CAAC,EAAE,GAAG,CAAC,CAAC,aAAa;AACzB,QAAA,YAAY,CAAC,IAAI,EAAE,IAAI,CAAC,EAAE,EAAE,CAAC,cAAc,EAAE,aAAa,EAAE,aAAa,EAAE,YAAY,CAAC,CAAC;;8GALhF,aAAa,EAAA,IAAA,EAAA,CAAA,EAAA,KAAA,EAAA,EAAA,CAAA,iBAAA,EAAA,EAAA,EAAA,KAAA,EAAA,EAAA,CAAA,UAAA,EAAA,EAAA,EAAA,KAAA,EAAA,EAAA,CAAA,MAAA,EAAA,CAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAAb,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,aAAa,4NAJd,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,eAAA,EAAA,EAAA,CAAA,uBAAA,CAAA,MAAA,EAAA,CAAA,CAAA;;AAI1B,aAAa,GAAA,UAAA,CAAA;AAVzB,IAAA,QAAQ,CAAC;AACR,QAAA,MAAM,EAAE,CAAC,cAAc,EAAE,SAAS,EAAE,WAAW,EAAE,YAAY,EAAE,SAAS,EAAE,MAAM;KACjF;AAQY,CAAA,EAAA,aAAa,CAOzB;2FAPY,aAAa,EAAA,UAAA,EAAA,CAAA;kBAPzB,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,QAAQ,EAAE,gBAAgB;oBAC1B,eAAe,EAAE,uBAAuB,CAAC,MAAM;AAC/C,oBAAA,QAAQ,EAAE,2BAA2B;;AAErC,oBAAA,MAAM,EAAE,CAAC,cAAc,EAAE,SAAS,EAAE,WAAW,EAAE,YAAY,EAAE,SAAS,EAAE,MAAM,CAAC;AAClF,iBAAA;;AA2CY,IAAA,kBAAkB,GAAxB,MAAM,kBAAkB,CAAA;AAE7B,IAAA,WAAA,CAAY,CAAoB,EAAE,CAAa,EAAY,CAAS,EAAA;QAAT,IAAC,CAAA,CAAA,GAAD,CAAC;QAC1D,CAAC,CAAC,MAAM,EAAE;AACV,QAAA,IAAI,CAAC,EAAE,GAAG,CAAC,CAAC,aAAa;;8GAJhB,kBAAkB,EAAA,IAAA,EAAA,CAAA,EAAA,KAAA,EAAA,EAAA,CAAA,iBAAA,EAAA,EAAA,EAAA,KAAA,EAAA,EAAA,CAAA,UAAA,EAAA,EAAA,EAAA,KAAA,EAAA,EAAA,CAAA,MAAA,EAAA,CAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAAlB,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,kBAAkB,8GAJnB,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,eAAA,EAAA,EAAA,CAAA,uBAAA,CAAA,MAAA,EAAA,CAAA,CAAA;;AAI1B,kBAAkB,GAAA,UAAA,CAAA;AAV9B,IAAA,QAAQ,CAAC;QACR,MAAM,EAAE,CAAC,QAAQ;KAClB;AAQY,CAAA,EAAA,kBAAkB,CAM9B;2FANY,kBAAkB,EAAA,UAAA,EAAA,CAAA;kBAP9B,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,QAAQ,EAAE,sBAAsB;oBAChC,eAAe,EAAE,uBAAuB,CAAC,MAAM;AAC/C,oBAAA,QAAQ,EAAE,2BAA2B;;oBAErC,MAAM,EAAE,CAAC,QAAQ,CAAC;AACnB,iBAAA;;AAuBY,IAAA,aAAa,GAAnB,MAAM,aAAa,CAAA;AAExB,IAAA,WAAA,CAAY,CAAoB,EAAE,CAAa,EAAY,CAAS,EAAA;QAAT,IAAC,CAAA,CAAA,GAAD,CAAC;QAC1D,CAAC,CAAC,MAAM,EAAE;AACV,QAAA,IAAI,CAAC,EAAE,GAAG,CAAC,CAAC,aAAa;AACzB,QAAA,YAAY,CAAC,IAAI,EAAE,IAAI,CAAC,EAAE,EAAE,CAAC,aAAa,EAAE,aAAa,EAAE,aAAa,EAAE,YAAY,CAAC,CAAC;;8GAL/E,aAAa,EAAA,IAAA,EAAA,CAAA,EAAA,KAAA,EAAA,EAAA,CAAA,iBAAA,EAAA,EAAA,EAAA,KAAA,EAAA,EAAA,CAAA,UAAA,EAAA,EAAA,EAAA,KAAA,EAAA,EAAA,CAAA,MAAA,EAAA,CAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAAb,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,aAAa,0LAJd,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,eAAA,EAAA,EAAA,CAAA,uBAAA,CAAA,MAAA,EAAA,CAAA,CAAA;;AAI1B,aAAa,GAAA,UAAA,CAAA;AAVzB,IAAA,QAAQ,CAAC;QACR,MAAM,EAAE,CAAC,cAAc,EAAE,SAAS,EAAE,YAAY,EAAE,WAAW;KAC9D;AAQY,CAAA,EAAA,aAAa,CAOzB;2FAPY,aAAa,EAAA,UAAA,EAAA,CAAA;kBAPzB,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,QAAQ,EAAE,gBAAgB;oBAC1B,eAAe,EAAE,uBAAuB,CAAC,MAAM;AAC/C,oBAAA,QAAQ,EAAE,2BAA2B;;oBAErC,MAAM,EAAE,CAAC,cAAc,EAAE,SAAS,EAAE,YAAY,EAAE,WAAW,CAAC;AAC/D,iBAAA;;AA2CY,IAAA,YAAY,GAAlB,MAAM,YAAY,CAAA;AAEvB,IAAA,WAAA,CAAY,CAAoB,EAAE,CAAa,EAAY,CAAS,EAAA;QAAT,IAAC,CAAA,CAAA,GAAD,CAAC;QAC1D,CAAC,CAAC,MAAM,EAAE;AACV,QAAA,IAAI,CAAC,EAAE,GAAG,CAAC,CAAC,aAAa;AACzB,QAAA,YAAY,CAAC,IAAI,EAAE,IAAI,CAAC,EAAE,EAAE,CAAC,mBAAmB,EAAE,iBAAiB,EAAE,UAAU,CAAC,CAAC;;8GALxE,YAAY,EAAA,IAAA,EAAA,CAAA,EAAA,KAAA,EAAA,EAAA,CAAA,iBAAA,EAAA,EAAA,EAAA,KAAA,EAAA,EAAA,CAAA,UAAA,EAAA,EAAA,EAAA,KAAA,EAAA,EAAA,CAAA,MAAA,EAAA,CAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAAZ,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,YAAY,mMAJb,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,eAAA,EAAA,EAAA,CAAA,uBAAA,CAAA,MAAA,EAAA,CAAA,CAAA;;AAI1B,YAAY,GAAA,UAAA,CAAA;AAVxB,IAAA,QAAQ,CAAC;QACR,MAAM,EAAE,CAAC,UAAU,EAAE,cAAc,EAAE,UAAU,EAAE,SAAS,EAAE,OAAO;KACpE;AAQY,CAAA,EAAA,YAAY,CAOxB;2FAPY,YAAY,EAAA,UAAA,EAAA,CAAA;kBAPxB,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,QAAQ,EAAE,eAAe;oBACzB,eAAe,EAAE,uBAAuB,CAAC,MAAM;AAC/C,oBAAA,QAAQ,EAAE,2BAA2B;;oBAErC,MAAM,EAAE,CAAC,UAAU,EAAE,cAAc,EAAE,UAAU,EAAE,SAAS,EAAE,OAAO,CAAC;AACrE,iBAAA;;AA+BY,IAAA,eAAe,GAArB,MAAM,eAAe,CAAA;AAE1B,IAAA,WAAA,CAAY,CAAoB,EAAE,CAAa,EAAY,CAAS,EAAA;QAAT,IAAC,CAAA,CAAA,GAAD,CAAC;QAC1D,CAAC,CAAC,MAAM,EAAE;AACV,QAAA,IAAI,CAAC,EAAE,GAAG,CAAC,CAAC,aAAa;AACzB,QAAA,YAAY,CAAC,IAAI,EAAE,IAAI,CAAC,EAAE,EAAE,CAAC,cAAc,EAAE,aAAa,EAAE,aAAa,EAAE,YAAY,CAAC,CAAC;;8GALhF,eAAe,EAAA,IAAA,EAAA,CAAA,EAAA,KAAA,EAAA,EAAA,CAAA,iBAAA,EAAA,EAAA,EAAA,KAAA,EAAA,EAAA,CAAA,UAAA,EAAA,EAAA,EAAA,KAAA,EAAA,EAAA,CAAA,MAAA,EAAA,CAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAAf,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,eAAe,6LAJhB,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,eAAA,EAAA,EAAA,CAAA,uBAAA,CAAA,MAAA,EAAA,CAAA,CAAA;;AAI1B,eAAe,GAAA,UAAA,CAAA;AAV3B,IAAA,QAAQ,CAAC;QACR,MAAM,EAAE,CAAC,cAAc,EAAE,SAAS,EAAE,WAAW,EAAE,YAAY;KAC9D;AAQY,CAAA,EAAA,eAAe,CAO3B;2FAPY,eAAe,EAAA,UAAA,EAAA,CAAA;kBAP3B,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,QAAQ,EAAE,mBAAmB;oBAC7B,eAAe,EAAE,uBAAuB,CAAC,MAAM;AAC/C,oBAAA,QAAQ,EAAE,2BAA2B;;oBAErC,MAAM,EAAE,CAAC,cAAc,EAAE,SAAS,EAAE,WAAW,EAAE,YAAY,CAAC;AAC/D,iBAAA;;AA2CY,IAAA,gBAAgB,GAAtB,MAAM,gBAAgB,CAAA;AAE3B,IAAA,WAAA,CAAY,CAAoB,EAAE,CAAa,EAAY,CAAS,EAAA;QAAT,IAAC,CAAA,CAAA,GAAD,CAAC;QAC1D,CAAC,CAAC,MAAM,EAAE;AACV,QAAA,IAAI,CAAC,EAAE,GAAG,CAAC,CAAC,aAAa;AACzB,QAAA,YAAY,CAAC,IAAI,EAAE,IAAI,CAAC,EAAE,EAAE,CAAC,cAAc,EAAE,aAAa,EAAE,aAAa,EAAE,YAAY,CAAC,CAAC;;8GALhF,gBAAgB,EAAA,IAAA,EAAA,CAAA,EAAA,KAAA,EAAA,EAAA,CAAA,iBAAA,EAAA,EAAA,EAAA,KAAA,EAAA,EAAA,CAAA,UAAA,EAAA,EAAA,EAAA,KAAA,EAAA,EAAA,CAAA,MAAA,EAAA,CAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAAhB,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,gBAAgB,sNAJjB,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,eAAA,EAAA,EAAA,CAAA,uBAAA,CAAA,MAAA,EAAA,CAAA,CAAA;;AAI1B,gBAAgB,GAAA,UAAA,CAAA;AAV5B,IAAA,QAAQ,CAAC;QACR,MAAM,EAAE,CAAC,cAAc,EAAE,SAAS,EAAE,WAAW,EAAE,WAAW,EAAE,YAAY;KAC3E;AAQY,CAAA,EAAA,gBAAgB,CAO5B;2FAPY,gBAAgB,EAAA,UAAA,EAAA,CAAA;kBAP5B,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,QAAQ,EAAE,oBAAoB;oBAC9B,eAAe,EAAE,uBAAuB,CAAC,MAAM;AAC/C,oBAAA,QAAQ,EAAE,2BAA2B;;oBAErC,MAAM,EAAE,CAAC,cAAc,EAAE,SAAS,EAAE,WAAW,EAAE,WAAW,EAAE,YAAY,CAAC;AAC5E,iBAAA;;AA2CY,IAAA,cAAc,GAApB,MAAM,cAAc,CAAA;AAEzB,IAAA,WAAA,CAAY,CAAoB,EAAE,CAAa,EAAY,CAAS,EAAA;QAAT,IAAC,CAAA,CAAA,GAAD,CAAC;QAC1D,CAAC,CAAC,MAAM,EAAE;AACV,QAAA,IAAI,CAAC,EAAE,GAAG,CAAC,CAAC,aAAa;;8GAJhB,cAAc,EAAA,IAAA,EAAA,CAAA,EAAA,KAAA,EAAA,EAAA,CAAA,iBAAA,EAAA,EAAA,EAAA,KAAA,EAAA,EAAA,CAAA,UAAA,EAAA,EAAA,EAAA,KAAA,EAAA,EAAA,CAAA,MAAA,EAAA,CAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAAd,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,cAAc,mIAJf,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,eAAA,EAAA,EAAA,CAAA,uBAAA,CAAA,MAAA,EAAA,CAAA,CAAA;;AAI1B,cAAc,GAAA,UAAA,CAAA;AAV1B,IAAA,QAAQ,CAAC;AACR,QAAA,MAAM,EAAE,CAAC,WAAW,EAAE,SAAS;KAChC;AAQY,CAAA,EAAA,cAAc,CAM1B;2FANY,cAAc,EAAA,UAAA,EAAA,CAAA;kBAP1B,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,QAAQ,EAAE,iBAAiB;oBAC3B,eAAe,EAAE,uBAAuB,CAAC,MAAM;AAC/C,oBAAA,QAAQ,EAAE,2BAA2B;;AAErC,oBAAA,MAAM,EAAE,CAAC,WAAW,EAAE,SAAS,CAAC;AACjC,iBAAA;;;ACh0BD,MAAM,UAAU,GAAG;AACjB,IAAAA,gBAAkB;AAClB,IAAAC,YAAc;AACd,IAAAC,iBAAmB;AACnB,IAAAC,aAAe;AACf,IAAAC,mBAAqB;AACrB,IAAAC,WAAa;AACb,IAAAC,eAAiB;AACjB,IAAAC,iBAAmB;AACnB,IAAAC,cAAgB;AAChB,IAAAC,aAAe;AACf,IAAAC,eAAiB;AACjB,IAAAC,WAAa;AACb,IAAAC,WAAa;AACb,IAAAC,aAAe;AACf,IAAAC,WAAa;AACb,IAAAC,aAAe;AACf,IAAAC,YAAc;AACd,IAAAC,mBAAqB;AACrB,IAAAC,YAAc;AACd,IAAAC,aAAe;AACf,IAAAC,eAAiB;AACjB,IAAAC,aAAe;AACf,IAAAC,kBAAoB;AACpB,IAAAC,aAAe;AACf,IAAAC,YAAc;AACd,IAAAC,eAAiB;AACjB,IAAAC,gBAAkB;AAClB,IAAAC;CACD;MAYY,oBAAoB,CAAA;8GAApB,oBAAoB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA,CAAA;+GAApB,oBAAoB,EAAA,OAAA,EAAA,CAAAC,gBAAA,EAAAC,YAAA,EAAAC,iBAAA,EAAAC,aAAA,EAAAC,mBAAA,EAAAC,WAAA,EAAAC,eAAA,EAAAC,iBAAA,EAAAC,cAAA,EAAAC,aAAA,EAAAC,eAAA,EAAAC,WAAA,EAAAC,WAAA,EAAAC,aAAA,EAAAC,WAAA,EAAAC,aAAA,EAAAC,YAAA,EAAAC,mBAAA,EAAAC,YAAA,EAAAC,aAAA,EAAAC,eAAA,EAAAC,aAAA,EAAAC,kBAAA,EAAAC,aAAA,EAAAC,YAAA,EAAAC,eAAA,EAAAC,gBAAA,EAAAC,cAAA,CAAA,EAAA,OAAA,EAAA,CAAA3B,gBAAA,EAAAC,YAAA,EAAAC,iBAAA,EAAAC,aAAA,EAAAC,mBAAA,EAAAC,WAAA,EAAAC,eAAA,EAAAC,iBAAA,EAAAC,cAAA,EAAAC,aAAA,EAAAC,eAAA,EAAAC,WAAA,EAAAC,WAAA,EAAAC,aAAA,EAAAC,WAAA,EAAAC,aAAA,EAAAC,YAAA,EAAAC,mBAAA,EAAAC,YAAA,EAAAC,aAAA,EAAAC,eAAA,EAAAC,aAAA,EAAAC,kBAAA,EAAAC,aAAA,EAAAC,YAAA,EAAAC,eAAA,EAAAC,gBAAA,EAAAC,cAAA,CAAA,EAAA,CAAA,CAAA;+GAApB,oBAAoB,EAAA,CAAA,CAAA;;2FAApB,oBAAoB,EAAA,UAAA,EAAA,CAAA;kBAVhC,QAAQ;AAAC,YAAA,IAAA,EAAA,CAAA;AACN,oBAAA,YAAY,EAAE,EACb;AACD,oBAAA,OAAO,EAAE;AACL,wBAAA,GAAG;AACN,qBAAA;AACD,oBAAA,OAAO,EAAE;AACL,wBAAA,GAAG;AACN,qBAAA;AACJ,iBAAA;;;AC5CD;;AAEG;;ACFH;;AAEG;;;;"}
|
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
import { ChangeDetectorRef, ElementRef, EventEmitter, NgZone } from '@angular/core';
|
|
2
|
-
import
|
|
3
|
-
import type { BeforeCloseAlertEventDetail as IDesynthAlertBeforeCloseAlertEventDetail } from '@desynth/web-components
|
|
4
|
-
import type { CheckedChangeEventValue as IDesynthCheckboxCheckedChangeEventValue } from '@desynth/web-components
|
|
5
|
-
import type { InputChangeEventValue as IDesynthDatePickerInputChangeEventValue } from '@desynth/web-components
|
|
6
|
-
import type { IFormInput as IDesynthFormIFormInput } from '@desynth/web-components
|
|
7
|
-
import type { ListItem as IDesynthListListItem } from '@desynth/web-components
|
|
8
|
-
import type { BeforeCloseEventDetail as IDesynthModalBeforeCloseEventDetail } from '@desynth/web-components
|
|
9
|
-
import type { TextInputChangeEventValue as IDesynthRatingTextInputChangeEventValue } from '@desynth/web-components
|
|
10
|
-
import type { InputChangeEventValue as IDesynthSelectInputChangeEventValue } from '@desynth/web-components
|
|
11
|
-
import type { SwitchChangeEventValue as IDesynthSwitchSwitchChangeEventValue } from '@desynth/web-components
|
|
12
|
-
import type { InputChangeEventValue as IDesynthTextAreaInputChangeEventValue } from '@desynth/web-components
|
|
13
|
-
import type { TextInputChangeEventValue as IDesynthTextInputTextInputChangeEventValue } from '@desynth/web-components
|
|
2
|
+
import { Components } from '@desynth/web-components';
|
|
3
|
+
import type { BeforeCloseAlertEventDetail as IDesynthAlertBeforeCloseAlertEventDetail } from '@desynth/web-components';
|
|
4
|
+
import type { CheckedChangeEventValue as IDesynthCheckboxCheckedChangeEventValue } from '@desynth/web-components';
|
|
5
|
+
import type { InputChangeEventValue as IDesynthDatePickerInputChangeEventValue } from '@desynth/web-components';
|
|
6
|
+
import type { IFormInput as IDesynthFormIFormInput } from '@desynth/web-components';
|
|
7
|
+
import type { ListItem as IDesynthListListItem } from '@desynth/web-components';
|
|
8
|
+
import type { BeforeCloseEventDetail as IDesynthModalBeforeCloseEventDetail } from '@desynth/web-components';
|
|
9
|
+
import type { TextInputChangeEventValue as IDesynthRatingTextInputChangeEventValue } from '@desynth/web-components';
|
|
10
|
+
import type { InputChangeEventValue as IDesynthSelectInputChangeEventValue } from '@desynth/web-components';
|
|
11
|
+
import type { SwitchChangeEventValue as IDesynthSwitchSwitchChangeEventValue } from '@desynth/web-components';
|
|
12
|
+
import type { InputChangeEventValue as IDesynthTextAreaInputChangeEventValue } from '@desynth/web-components';
|
|
13
|
+
import type { TextInputChangeEventValue as IDesynthTextInputTextInputChangeEventValue } from '@desynth/web-components';
|
|
14
14
|
import * as i0 from "@angular/core";
|
|
15
15
|
export declare class DesynthAccordion {
|
|
16
16
|
protected z: NgZone;
|
|
17
|
-
protected el:
|
|
17
|
+
protected el: HTMLElement;
|
|
18
18
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
19
19
|
static ɵfac: i0.ɵɵFactoryDeclaration<DesynthAccordion, never>;
|
|
20
20
|
static ɵcmp: i0.ɵɵComponentDeclaration<DesynthAccordion, "desynth-accordion", never, { "summaryText": { "alias": "summaryText"; "required": false; }; "type": { "alias": "type"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
@@ -23,7 +23,7 @@ export declare interface DesynthAccordion extends Components.DesynthAccordion {
|
|
|
23
23
|
}
|
|
24
24
|
export declare class DesynthAlert {
|
|
25
25
|
protected z: NgZone;
|
|
26
|
-
protected el:
|
|
26
|
+
protected el: HTMLElement;
|
|
27
27
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
28
28
|
static ɵfac: i0.ɵɵFactoryDeclaration<DesynthAlert, never>;
|
|
29
29
|
static ɵcmp: i0.ɵɵComponentDeclaration<DesynthAlert, "desynth-alert", never, { "alertId": { "alias": "alertId"; "required": false; }; "alertText": { "alias": "alertText"; "required": false; }; "alertType": { "alias": "alertType"; "required": false; }; "duration": { "alias": "duration"; "required": false; }; "opened": { "alias": "opened"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
@@ -44,7 +44,7 @@ export declare interface DesynthAlert extends Components.DesynthAlert {
|
|
|
44
44
|
}
|
|
45
45
|
export declare class DesynthBreadcrumb {
|
|
46
46
|
protected z: NgZone;
|
|
47
|
-
protected el:
|
|
47
|
+
protected el: HTMLElement;
|
|
48
48
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
49
49
|
static ɵfac: i0.ɵɵFactoryDeclaration<DesynthBreadcrumb, never>;
|
|
50
50
|
static ɵcmp: i0.ɵɵComponentDeclaration<DesynthBreadcrumb, "desynth-breadcrumb", never, { "breadcrumbs": { "alias": "breadcrumbs"; "required": false; }; "route": { "alias": "route"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
@@ -65,7 +65,7 @@ export declare interface DesynthBreadcrumb extends Components.DesynthBreadcrumb
|
|
|
65
65
|
}
|
|
66
66
|
export declare class DesynthButton {
|
|
67
67
|
protected z: NgZone;
|
|
68
|
-
protected el:
|
|
68
|
+
protected el: HTMLElement;
|
|
69
69
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
70
70
|
static ɵfac: i0.ɵɵFactoryDeclaration<DesynthButton, never>;
|
|
71
71
|
static ɵcmp: i0.ɵɵComponentDeclaration<DesynthButton, "desynth-button", never, { "buttonId": { "alias": "buttonId"; "required": false; }; "buttonText": { "alias": "buttonText"; "required": false; }; "circular": { "alias": "circular"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "type": { "alias": "type"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
@@ -86,7 +86,7 @@ export declare interface DesynthButton extends Components.DesynthButton {
|
|
|
86
86
|
}
|
|
87
87
|
export declare class DesynthButtonSlider {
|
|
88
88
|
protected z: NgZone;
|
|
89
|
-
protected el:
|
|
89
|
+
protected el: HTMLElement;
|
|
90
90
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
91
91
|
static ɵfac: i0.ɵɵFactoryDeclaration<DesynthButtonSlider, never>;
|
|
92
92
|
static ɵcmp: i0.ɵɵComponentDeclaration<DesynthButtonSlider, "desynth-button-slider", never, { "buttons": { "alias": "buttons"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
@@ -95,7 +95,7 @@ export declare interface DesynthButtonSlider extends Components.DesynthButtonSli
|
|
|
95
95
|
}
|
|
96
96
|
export declare class DesynthCard {
|
|
97
97
|
protected z: NgZone;
|
|
98
|
-
protected el:
|
|
98
|
+
protected el: HTMLElement;
|
|
99
99
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
100
100
|
static ɵfac: i0.ɵɵFactoryDeclaration<DesynthCard, never>;
|
|
101
101
|
static ɵcmp: i0.ɵɵComponentDeclaration<DesynthCard, "desynth-card", never, { "cardSize": { "alias": "cardSize"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
@@ -104,7 +104,7 @@ export declare interface DesynthCard extends Components.DesynthCard {
|
|
|
104
104
|
}
|
|
105
105
|
export declare class DesynthCheckbox {
|
|
106
106
|
protected z: NgZone;
|
|
107
|
-
protected el:
|
|
107
|
+
protected el: HTMLElement;
|
|
108
108
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
109
109
|
static ɵfac: i0.ɵɵFactoryDeclaration<DesynthCheckbox, never>;
|
|
110
110
|
static ɵcmp: i0.ɵɵComponentDeclaration<DesynthCheckbox, "desynth-checkbox", never, { "checkboxId": { "alias": "checkboxId"; "required": false; }; "checkboxLabel": { "alias": "checkboxLabel"; "required": false; }; "errorMessage": { "alias": "errorMessage"; "required": false; }; "isChecked": { "alias": "isChecked"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
@@ -117,7 +117,7 @@ export declare interface DesynthCheckbox extends Components.DesynthCheckbox {
|
|
|
117
117
|
}
|
|
118
118
|
export declare class DesynthDatePicker {
|
|
119
119
|
protected z: NgZone;
|
|
120
|
-
protected el:
|
|
120
|
+
protected el: HTMLElement;
|
|
121
121
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
122
122
|
static ɵfac: i0.ɵɵFactoryDeclaration<DesynthDatePicker, never>;
|
|
123
123
|
static ɵcmp: i0.ɵɵComponentDeclaration<DesynthDatePicker, "desynth-date-picker", never, { "dateSelected": { "alias": "dateSelected"; "required": false; }; "firstDayOfWeek": { "alias": "firstDayOfWeek"; "required": false; }; "inputName": { "alias": "inputName"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
@@ -127,7 +127,7 @@ export declare interface DesynthDatePicker extends Components.DesynthDatePicker
|
|
|
127
127
|
}
|
|
128
128
|
export declare class DesynthDivider {
|
|
129
129
|
protected z: NgZone;
|
|
130
|
-
protected el:
|
|
130
|
+
protected el: HTMLElement;
|
|
131
131
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
132
132
|
static ɵfac: i0.ɵɵFactoryDeclaration<DesynthDivider, never>;
|
|
133
133
|
static ɵcmp: i0.ɵɵComponentDeclaration<DesynthDivider, "desynth-divider", never, {}, {}, never, ["*"], true, never>;
|
|
@@ -136,7 +136,7 @@ export declare interface DesynthDivider extends Components.DesynthDivider {
|
|
|
136
136
|
}
|
|
137
137
|
export declare class DesynthDrawer {
|
|
138
138
|
protected z: NgZone;
|
|
139
|
-
protected el:
|
|
139
|
+
protected el: HTMLElement;
|
|
140
140
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
141
141
|
static ɵfac: i0.ɵɵFactoryDeclaration<DesynthDrawer, never>;
|
|
142
142
|
static ɵcmp: i0.ɵɵComponentDeclaration<DesynthDrawer, "desynth-drawer", never, { "items": { "alias": "items"; "required": false; }; "open": { "alias": "open"; "required": false; }; "type": { "alias": "type"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
@@ -157,7 +157,7 @@ export declare interface DesynthDrawer extends Components.DesynthDrawer {
|
|
|
157
157
|
}
|
|
158
158
|
export declare class DesynthDropFile {
|
|
159
159
|
protected z: NgZone;
|
|
160
|
-
protected el:
|
|
160
|
+
protected el: HTMLElement;
|
|
161
161
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
162
162
|
static ɵfac: i0.ɵɵFactoryDeclaration<DesynthDropFile, never>;
|
|
163
163
|
static ɵcmp: i0.ɵɵComponentDeclaration<DesynthDropFile, "desynth-drop-file", never, {}, {}, never, ["*"], true, never>;
|
|
@@ -167,10 +167,10 @@ export declare interface DesynthDropFile extends Components.DesynthDropFile {
|
|
|
167
167
|
}
|
|
168
168
|
export declare class DesynthForm {
|
|
169
169
|
protected z: NgZone;
|
|
170
|
-
protected el:
|
|
170
|
+
protected el: HTMLElement;
|
|
171
171
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
172
172
|
static ɵfac: i0.ɵɵFactoryDeclaration<DesynthForm, never>;
|
|
173
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DesynthForm, "desynth-form", never, { "
|
|
173
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DesynthForm, "desynth-form", never, { "inputs": { "alias": "inputs"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
174
174
|
}
|
|
175
175
|
export declare interface DesynthForm extends Components.DesynthForm {
|
|
176
176
|
/**
|
|
@@ -182,7 +182,7 @@ export declare interface DesynthForm extends Components.DesynthForm {
|
|
|
182
182
|
}
|
|
183
183
|
export declare class DesynthGrid {
|
|
184
184
|
protected z: NgZone;
|
|
185
|
-
protected el:
|
|
185
|
+
protected el: HTMLElement;
|
|
186
186
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
187
187
|
static ɵfac: i0.ɵɵFactoryDeclaration<DesynthGrid, never>;
|
|
188
188
|
static ɵcmp: i0.ɵɵComponentDeclaration<DesynthGrid, "desynth-grid", never, { "columnSpacing": { "alias": "columnSpacing"; "required": false; }; "columns": { "alias": "columns"; "required": false; }; "container": { "alias": "container"; "required": false; }; "direction": { "alias": "direction"; "required": false; }; "item": { "alias": "item"; "required": false; }; "lg": { "alias": "lg"; "required": false; }; "md": { "alias": "md"; "required": false; }; "rowSpacing": { "alias": "rowSpacing"; "required": false; }; "sm": { "alias": "sm"; "required": false; }; "spacing": { "alias": "spacing"; "required": false; }; "wrap": { "alias": "wrap"; "required": false; }; "xl": { "alias": "xl"; "required": false; }; "xs": { "alias": "xs"; "required": false; }; "zeroMinWidth": { "alias": "zeroMinWidth"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
@@ -191,7 +191,7 @@ export declare interface DesynthGrid extends Components.DesynthGrid {
|
|
|
191
191
|
}
|
|
192
192
|
export declare class DesynthHeader {
|
|
193
193
|
protected z: NgZone;
|
|
194
|
-
protected el:
|
|
194
|
+
protected el: HTMLElement;
|
|
195
195
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
196
196
|
static ɵfac: i0.ɵɵFactoryDeclaration<DesynthHeader, never>;
|
|
197
197
|
static ɵcmp: i0.ɵɵComponentDeclaration<DesynthHeader, "desynth-header", never, { "buttonId": { "alias": "buttonId"; "required": false; }; "items": { "alias": "items"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
@@ -212,7 +212,7 @@ export declare interface DesynthHeader extends Components.DesynthHeader {
|
|
|
212
212
|
}
|
|
213
213
|
export declare class DesynthList {
|
|
214
214
|
protected z: NgZone;
|
|
215
|
-
protected el:
|
|
215
|
+
protected el: HTMLElement;
|
|
216
216
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
217
217
|
static ɵfac: i0.ɵɵFactoryDeclaration<DesynthList, never>;
|
|
218
218
|
static ɵcmp: i0.ɵɵComponentDeclaration<DesynthList, "desynth-list", never, { "items": { "alias": "items"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
@@ -222,7 +222,7 @@ export declare interface DesynthList extends Components.DesynthList {
|
|
|
222
222
|
}
|
|
223
223
|
export declare class DesynthLoader {
|
|
224
224
|
protected z: NgZone;
|
|
225
|
-
protected el:
|
|
225
|
+
protected el: HTMLElement;
|
|
226
226
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
227
227
|
static ɵfac: i0.ɵɵFactoryDeclaration<DesynthLoader, never>;
|
|
228
228
|
static ɵcmp: i0.ɵɵComponentDeclaration<DesynthLoader, "desynth-loader", never, { "message": { "alias": "message"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
@@ -231,7 +231,7 @@ export declare interface DesynthLoader extends Components.DesynthLoader {
|
|
|
231
231
|
}
|
|
232
232
|
export declare class DesynthModal {
|
|
233
233
|
protected z: NgZone;
|
|
234
|
-
protected el:
|
|
234
|
+
protected el: HTMLElement;
|
|
235
235
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
236
236
|
static ɵfac: i0.ɵɵFactoryDeclaration<DesynthModal, never>;
|
|
237
237
|
static ɵcmp: i0.ɵɵComponentDeclaration<DesynthModal, "desynth-modal", never, { "duration": { "alias": "duration"; "required": false; }; "headTitle": { "alias": "headTitle"; "required": false; }; "opened": { "alias": "opened"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
@@ -252,7 +252,7 @@ export declare interface DesynthModal extends Components.DesynthModal {
|
|
|
252
252
|
}
|
|
253
253
|
export declare class DesynthMultiStepper {
|
|
254
254
|
protected z: NgZone;
|
|
255
|
-
protected el:
|
|
255
|
+
protected el: HTMLElement;
|
|
256
256
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
257
257
|
static ɵfac: i0.ɵɵFactoryDeclaration<DesynthMultiStepper, never>;
|
|
258
258
|
static ɵcmp: i0.ɵɵComponentDeclaration<DesynthMultiStepper, "desynth-multi-stepper", never, { "validators": { "alias": "validators"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
@@ -265,7 +265,7 @@ export declare interface DesynthMultiStepper extends Components.DesynthMultiStep
|
|
|
265
265
|
}
|
|
266
266
|
export declare class DesynthPaper {
|
|
267
267
|
protected z: NgZone;
|
|
268
|
-
protected el:
|
|
268
|
+
protected el: HTMLElement;
|
|
269
269
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
270
270
|
static ɵfac: i0.ɵɵFactoryDeclaration<DesynthPaper, never>;
|
|
271
271
|
static ɵcmp: i0.ɵɵComponentDeclaration<DesynthPaper, "desynth-paper", never, { "paperSize": { "alias": "paperSize"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
@@ -274,7 +274,7 @@ export declare interface DesynthPaper extends Components.DesynthPaper {
|
|
|
274
274
|
}
|
|
275
275
|
export declare class DesynthRating {
|
|
276
276
|
protected z: NgZone;
|
|
277
|
-
protected el:
|
|
277
|
+
protected el: HTMLElement;
|
|
278
278
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
279
279
|
static ɵfac: i0.ɵɵFactoryDeclaration<DesynthRating, never>;
|
|
280
280
|
static ɵcmp: i0.ɵɵComponentDeclaration<DesynthRating, "desynth-rating", never, { "inputName": { "alias": "inputName"; "required": false; }; "rating": { "alias": "rating"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
@@ -287,7 +287,7 @@ export declare interface DesynthRating extends Components.DesynthRating {
|
|
|
287
287
|
}
|
|
288
288
|
export declare class DesynthRenderer {
|
|
289
289
|
protected z: NgZone;
|
|
290
|
-
protected el:
|
|
290
|
+
protected el: HTMLElement;
|
|
291
291
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
292
292
|
static ɵfac: i0.ɵɵFactoryDeclaration<DesynthRenderer, never>;
|
|
293
293
|
static ɵcmp: i0.ɵɵComponentDeclaration<DesynthRenderer, "desynth-renderer", never, { "content": { "alias": "content"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
@@ -296,7 +296,7 @@ export declare interface DesynthRenderer extends Components.DesynthRenderer {
|
|
|
296
296
|
}
|
|
297
297
|
export declare class DesynthSelect {
|
|
298
298
|
protected z: NgZone;
|
|
299
|
-
protected el:
|
|
299
|
+
protected el: HTMLElement;
|
|
300
300
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
301
301
|
static ɵfac: i0.ɵɵFactoryDeclaration<DesynthSelect, never>;
|
|
302
302
|
static ɵcmp: i0.ɵɵComponentDeclaration<DesynthSelect, "desynth-select", never, { "errorMessage": { "alias": "errorMessage"; "required": false; }; "inputId": { "alias": "inputId"; "required": false; }; "inputName": { "alias": "inputName"; "required": false; }; "inputValue": { "alias": "inputValue"; "required": false; }; "options": { "alias": "options"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
@@ -321,7 +321,7 @@ export declare interface DesynthSelect extends Components.DesynthSelect {
|
|
|
321
321
|
}
|
|
322
322
|
export declare class DesynthStepStepper {
|
|
323
323
|
protected z: NgZone;
|
|
324
|
-
protected el:
|
|
324
|
+
protected el: HTMLElement;
|
|
325
325
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
326
326
|
static ɵfac: i0.ɵɵFactoryDeclaration<DesynthStepStepper, never>;
|
|
327
327
|
static ɵcmp: i0.ɵɵComponentDeclaration<DesynthStepStepper, "desynth-step-stepper", never, { "active": { "alias": "active"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
@@ -330,7 +330,7 @@ export declare interface DesynthStepStepper extends Components.DesynthStepSteppe
|
|
|
330
330
|
}
|
|
331
331
|
export declare class DesynthSwitch {
|
|
332
332
|
protected z: NgZone;
|
|
333
|
-
protected el:
|
|
333
|
+
protected el: HTMLElement;
|
|
334
334
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
335
335
|
static ɵfac: i0.ɵɵFactoryDeclaration<DesynthSwitch, never>;
|
|
336
336
|
static ɵcmp: i0.ɵɵComponentDeclaration<DesynthSwitch, "desynth-switch", never, { "errorMessage": { "alias": "errorMessage"; "required": false; }; "inputId": { "alias": "inputId"; "required": false; }; "inputLabel": { "alias": "inputLabel"; "required": false; }; "isChecked": { "alias": "isChecked"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
@@ -355,20 +355,19 @@ export declare interface DesynthSwitch extends Components.DesynthSwitch {
|
|
|
355
355
|
}
|
|
356
356
|
export declare class DesynthTable {
|
|
357
357
|
protected z: NgZone;
|
|
358
|
-
protected el:
|
|
358
|
+
protected el: HTMLElement;
|
|
359
359
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
360
360
|
static ɵfac: i0.ɵɵFactoryDeclaration<DesynthTable, never>;
|
|
361
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DesynthTable, "desynth-table", never, { "_actions": { "alias": "_actions"; "required": false; }; "_column_keys": { "alias": "_column_keys"; "required": false; }; "_columns": { "alias": "_columns"; "required": false; }; "
|
|
361
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DesynthTable, "desynth-table", never, { "_actions": { "alias": "_actions"; "required": false; }; "_column_keys": { "alias": "_column_keys"; "required": false; }; "_columns": { "alias": "_columns"; "required": false; }; "_source": { "alias": "_source"; "required": false; }; "count": { "alias": "count"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
362
362
|
}
|
|
363
363
|
export declare interface DesynthTable extends Components.DesynthTable {
|
|
364
364
|
changeRowsPerPage: EventEmitter<CustomEvent<number>>;
|
|
365
365
|
getDataNextPage: EventEmitter<CustomEvent<null>>;
|
|
366
366
|
rowEvent: EventEmitter<CustomEvent<any>>;
|
|
367
|
-
dropEvent: EventEmitter<CustomEvent<any>>;
|
|
368
367
|
}
|
|
369
368
|
export declare class DesynthTextArea {
|
|
370
369
|
protected z: NgZone;
|
|
371
|
-
protected el:
|
|
370
|
+
protected el: HTMLElement;
|
|
372
371
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
373
372
|
static ɵfac: i0.ɵɵFactoryDeclaration<DesynthTextArea, never>;
|
|
374
373
|
static ɵcmp: i0.ɵɵComponentDeclaration<DesynthTextArea, "desynth-text-area", never, { "errorMessage": { "alias": "errorMessage"; "required": false; }; "inputId": { "alias": "inputId"; "required": false; }; "inputName": { "alias": "inputName"; "required": false; }; "inputValue": { "alias": "inputValue"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
@@ -393,7 +392,7 @@ export declare interface DesynthTextArea extends Components.DesynthTextArea {
|
|
|
393
392
|
}
|
|
394
393
|
export declare class DesynthTextInput {
|
|
395
394
|
protected z: NgZone;
|
|
396
|
-
protected el:
|
|
395
|
+
protected el: HTMLElement;
|
|
397
396
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
398
397
|
static ɵfac: i0.ɵɵFactoryDeclaration<DesynthTextInput, never>;
|
|
399
398
|
static ɵcmp: i0.ɵɵComponentDeclaration<DesynthTextInput, "desynth-text-input", never, { "errorMessage": { "alias": "errorMessage"; "required": false; }; "inputId": { "alias": "inputId"; "required": false; }; "inputName": { "alias": "inputName"; "required": false; }; "inputType": { "alias": "inputType"; "required": false; }; "inputValue": { "alias": "inputValue"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
@@ -418,7 +417,7 @@ export declare interface DesynthTextInput extends Components.DesynthTextInput {
|
|
|
418
417
|
}
|
|
419
418
|
export declare class DesynthTooltip {
|
|
420
419
|
protected z: NgZone;
|
|
421
|
-
protected el:
|
|
420
|
+
protected el: HTMLElement;
|
|
422
421
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
423
422
|
static ɵfac: i0.ɵɵFactoryDeclaration<DesynthTooltip, never>;
|
|
424
423
|
static ɵcmp: i0.ɵɵComponentDeclaration<DesynthTooltip, "desynth-tooltip", never, { "direction": { "alias": "direction"; "required": false; }; "message": { "alias": "message"; "required": false; }; }, {}, never, ["*"], true, never>;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@desynth/web-components-angular",
|
|
3
3
|
"sideEffects": false,
|
|
4
|
-
"version": "
|
|
4
|
+
"version": "26.1.25-alpha.01",
|
|
5
5
|
"description": "Angular proxy for @desynth/web-components",
|
|
6
6
|
"license": "MPL-2.0",
|
|
7
7
|
"homepage": "https://github.com/desynth/desynth-web-components#readme",
|