@desynth/web-components-angular 25.4.1-alpha.10 → 25.4.20-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,6 +2,36 @@ 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
|
+
import { defineCustomElement as defineCustomElement$t } from '@desynth/web-components/dist/horizontal-cards.js';
|
|
34
|
+
import { defineCustomElement as defineCustomElement$u } from '@desynth/web-components/dist/html-editor.js';
|
|
5
35
|
|
|
6
36
|
/* eslint-disable */
|
|
7
37
|
/* tslint:disable */
|
|
@@ -72,6 +102,7 @@ let DesynthAccordion = class DesynthAccordion {
|
|
|
72
102
|
};
|
|
73
103
|
DesynthAccordion = __decorate([
|
|
74
104
|
ProxyCmp({
|
|
105
|
+
defineCustomElementFn: defineCustomElement$1,
|
|
75
106
|
inputs: ['summaryText', 'type']
|
|
76
107
|
})
|
|
77
108
|
], DesynthAccordion);
|
|
@@ -83,6 +114,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImpor
|
|
|
83
114
|
template: '<ng-content></ng-content>',
|
|
84
115
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
85
116
|
inputs: ['summaryText', 'type'],
|
|
117
|
+
standalone: true
|
|
86
118
|
}]
|
|
87
119
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
88
120
|
let DesynthAlert = class DesynthAlert {
|
|
@@ -97,6 +129,7 @@ let DesynthAlert = class DesynthAlert {
|
|
|
97
129
|
};
|
|
98
130
|
DesynthAlert = __decorate([
|
|
99
131
|
ProxyCmp({
|
|
132
|
+
defineCustomElementFn: defineCustomElement$2,
|
|
100
133
|
inputs: ['alertId', 'alertText', 'alertType', 'duration', 'opened']
|
|
101
134
|
})
|
|
102
135
|
], DesynthAlert);
|
|
@@ -108,6 +141,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImpor
|
|
|
108
141
|
template: '<ng-content></ng-content>',
|
|
109
142
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
110
143
|
inputs: ['alertId', 'alertText', 'alertType', 'duration', 'opened'],
|
|
144
|
+
standalone: true
|
|
111
145
|
}]
|
|
112
146
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
113
147
|
let DesynthBreadcrumb = class DesynthBreadcrumb {
|
|
@@ -122,6 +156,7 @@ let DesynthBreadcrumb = class DesynthBreadcrumb {
|
|
|
122
156
|
};
|
|
123
157
|
DesynthBreadcrumb = __decorate([
|
|
124
158
|
ProxyCmp({
|
|
159
|
+
defineCustomElementFn: defineCustomElement$3,
|
|
125
160
|
inputs: ['breadcrumbs', 'route']
|
|
126
161
|
})
|
|
127
162
|
], DesynthBreadcrumb);
|
|
@@ -133,6 +168,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImpor
|
|
|
133
168
|
template: '<ng-content></ng-content>',
|
|
134
169
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
135
170
|
inputs: ['breadcrumbs', 'route'],
|
|
171
|
+
standalone: true
|
|
136
172
|
}]
|
|
137
173
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
138
174
|
let DesynthButton = class DesynthButton {
|
|
@@ -147,6 +183,7 @@ let DesynthButton = class DesynthButton {
|
|
|
147
183
|
};
|
|
148
184
|
DesynthButton = __decorate([
|
|
149
185
|
ProxyCmp({
|
|
186
|
+
defineCustomElementFn: defineCustomElement$4,
|
|
150
187
|
inputs: ['buttonId', 'buttonText', 'circular', 'disabled', 'type']
|
|
151
188
|
})
|
|
152
189
|
], DesynthButton);
|
|
@@ -158,6 +195,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImpor
|
|
|
158
195
|
template: '<ng-content></ng-content>',
|
|
159
196
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
160
197
|
inputs: ['buttonId', 'buttonText', 'circular', 'disabled', 'type'],
|
|
198
|
+
standalone: true
|
|
161
199
|
}]
|
|
162
200
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
163
201
|
let DesynthButtonSlider = class DesynthButtonSlider {
|
|
@@ -171,6 +209,7 @@ let DesynthButtonSlider = class DesynthButtonSlider {
|
|
|
171
209
|
};
|
|
172
210
|
DesynthButtonSlider = __decorate([
|
|
173
211
|
ProxyCmp({
|
|
212
|
+
defineCustomElementFn: defineCustomElement$5,
|
|
174
213
|
inputs: ['buttons']
|
|
175
214
|
})
|
|
176
215
|
], DesynthButtonSlider);
|
|
@@ -182,6 +221,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImpor
|
|
|
182
221
|
template: '<ng-content></ng-content>',
|
|
183
222
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
184
223
|
inputs: ['buttons'],
|
|
224
|
+
standalone: true
|
|
185
225
|
}]
|
|
186
226
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
187
227
|
let DesynthCard = class DesynthCard {
|
|
@@ -195,6 +235,7 @@ let DesynthCard = class DesynthCard {
|
|
|
195
235
|
};
|
|
196
236
|
DesynthCard = __decorate([
|
|
197
237
|
ProxyCmp({
|
|
238
|
+
defineCustomElementFn: defineCustomElement$6,
|
|
198
239
|
inputs: ['cardSize']
|
|
199
240
|
})
|
|
200
241
|
], DesynthCard);
|
|
@@ -206,6 +247,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImpor
|
|
|
206
247
|
template: '<ng-content></ng-content>',
|
|
207
248
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
208
249
|
inputs: ['cardSize'],
|
|
250
|
+
standalone: true
|
|
209
251
|
}]
|
|
210
252
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
211
253
|
let DesynthCheckbox = class DesynthCheckbox {
|
|
@@ -220,6 +262,7 @@ let DesynthCheckbox = class DesynthCheckbox {
|
|
|
220
262
|
};
|
|
221
263
|
DesynthCheckbox = __decorate([
|
|
222
264
|
ProxyCmp({
|
|
265
|
+
defineCustomElementFn: defineCustomElement$7,
|
|
223
266
|
inputs: ['checkboxId', 'checkboxLabel', 'errorMessage', 'isChecked']
|
|
224
267
|
})
|
|
225
268
|
], DesynthCheckbox);
|
|
@@ -231,6 +274,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImpor
|
|
|
231
274
|
template: '<ng-content></ng-content>',
|
|
232
275
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
233
276
|
inputs: ['checkboxId', 'checkboxLabel', 'errorMessage', 'isChecked'],
|
|
277
|
+
standalone: true
|
|
234
278
|
}]
|
|
235
279
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
236
280
|
let DesynthDatePicker = class DesynthDatePicker {
|
|
@@ -245,6 +289,7 @@ let DesynthDatePicker = class DesynthDatePicker {
|
|
|
245
289
|
};
|
|
246
290
|
DesynthDatePicker = __decorate([
|
|
247
291
|
ProxyCmp({
|
|
292
|
+
defineCustomElementFn: defineCustomElement$8,
|
|
248
293
|
inputs: ['dateSelected', 'firstDayOfWeek', 'inputName']
|
|
249
294
|
})
|
|
250
295
|
], DesynthDatePicker);
|
|
@@ -256,6 +301,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImpor
|
|
|
256
301
|
template: '<ng-content></ng-content>',
|
|
257
302
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
258
303
|
inputs: ['dateSelected', 'firstDayOfWeek', 'inputName'],
|
|
304
|
+
standalone: true
|
|
259
305
|
}]
|
|
260
306
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
261
307
|
let DesynthDivider = class DesynthDivider {
|
|
@@ -268,7 +314,9 @@ let DesynthDivider = class DesynthDivider {
|
|
|
268
314
|
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 }); }
|
|
269
315
|
};
|
|
270
316
|
DesynthDivider = __decorate([
|
|
271
|
-
ProxyCmp({
|
|
317
|
+
ProxyCmp({
|
|
318
|
+
defineCustomElementFn: defineCustomElement$9
|
|
319
|
+
})
|
|
272
320
|
], DesynthDivider);
|
|
273
321
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthDivider, decorators: [{
|
|
274
322
|
type: Component,
|
|
@@ -278,6 +326,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImpor
|
|
|
278
326
|
template: '<ng-content></ng-content>',
|
|
279
327
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
280
328
|
inputs: [],
|
|
329
|
+
standalone: true
|
|
281
330
|
}]
|
|
282
331
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
283
332
|
let DesynthDrawer = class DesynthDrawer {
|
|
@@ -292,6 +341,7 @@ let DesynthDrawer = class DesynthDrawer {
|
|
|
292
341
|
};
|
|
293
342
|
DesynthDrawer = __decorate([
|
|
294
343
|
ProxyCmp({
|
|
344
|
+
defineCustomElementFn: defineCustomElement$a,
|
|
295
345
|
inputs: ['items', 'open', 'type']
|
|
296
346
|
})
|
|
297
347
|
], DesynthDrawer);
|
|
@@ -303,6 +353,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImpor
|
|
|
303
353
|
template: '<ng-content></ng-content>',
|
|
304
354
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
305
355
|
inputs: ['items', 'open', 'type'],
|
|
356
|
+
standalone: true
|
|
306
357
|
}]
|
|
307
358
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
308
359
|
let DesynthDropFile = class DesynthDropFile {
|
|
@@ -316,7 +367,9 @@ let DesynthDropFile = class DesynthDropFile {
|
|
|
316
367
|
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 }); }
|
|
317
368
|
};
|
|
318
369
|
DesynthDropFile = __decorate([
|
|
319
|
-
ProxyCmp({
|
|
370
|
+
ProxyCmp({
|
|
371
|
+
defineCustomElementFn: defineCustomElement$b
|
|
372
|
+
})
|
|
320
373
|
], DesynthDropFile);
|
|
321
374
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthDropFile, decorators: [{
|
|
322
375
|
type: Component,
|
|
@@ -326,6 +379,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImpor
|
|
|
326
379
|
template: '<ng-content></ng-content>',
|
|
327
380
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
328
381
|
inputs: [],
|
|
382
|
+
standalone: true
|
|
329
383
|
}]
|
|
330
384
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
331
385
|
let DesynthForm = class DesynthForm {
|
|
@@ -336,11 +390,12 @@ let DesynthForm = class DesynthForm {
|
|
|
336
390
|
proxyOutputs(this, this.el, ['clickSubmit', 'clickClear', 'handleChange']);
|
|
337
391
|
}
|
|
338
392
|
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 }); }
|
|
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 }); }
|
|
393
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.0.5", type: DesynthForm, isStandalone: true, selector: "desynth-form", inputs: { hasSubmitButton: "hasSubmitButton", inputs: "inputs" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
340
394
|
};
|
|
341
395
|
DesynthForm = __decorate([
|
|
342
396
|
ProxyCmp({
|
|
343
|
-
|
|
397
|
+
defineCustomElementFn: defineCustomElement$c,
|
|
398
|
+
inputs: ['hasSubmitButton', 'inputs']
|
|
344
399
|
})
|
|
345
400
|
], DesynthForm);
|
|
346
401
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthForm, decorators: [{
|
|
@@ -350,7 +405,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImpor
|
|
|
350
405
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
351
406
|
template: '<ng-content></ng-content>',
|
|
352
407
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
353
|
-
inputs: ['inputs'],
|
|
408
|
+
inputs: ['hasSubmitButton', 'inputs'],
|
|
409
|
+
standalone: true
|
|
354
410
|
}]
|
|
355
411
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
356
412
|
let DesynthGrid = class DesynthGrid {
|
|
@@ -364,6 +420,7 @@ let DesynthGrid = class DesynthGrid {
|
|
|
364
420
|
};
|
|
365
421
|
DesynthGrid = __decorate([
|
|
366
422
|
ProxyCmp({
|
|
423
|
+
defineCustomElementFn: defineCustomElement$d,
|
|
367
424
|
inputs: ['columnSpacing', 'columns', 'container', 'direction', 'item', 'lg', 'md', 'rowSpacing', 'sm', 'spacing', 'wrap', 'xl', 'xs', 'zeroMinWidth']
|
|
368
425
|
})
|
|
369
426
|
], DesynthGrid);
|
|
@@ -375,6 +432,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImpor
|
|
|
375
432
|
template: '<ng-content></ng-content>',
|
|
376
433
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
377
434
|
inputs: ['columnSpacing', 'columns', 'container', 'direction', 'item', 'lg', 'md', 'rowSpacing', 'sm', 'spacing', 'wrap', 'xl', 'xs', 'zeroMinWidth'],
|
|
435
|
+
standalone: true
|
|
378
436
|
}]
|
|
379
437
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
380
438
|
let DesynthHeader = class DesynthHeader {
|
|
@@ -389,6 +447,7 @@ let DesynthHeader = class DesynthHeader {
|
|
|
389
447
|
};
|
|
390
448
|
DesynthHeader = __decorate([
|
|
391
449
|
ProxyCmp({
|
|
450
|
+
defineCustomElementFn: defineCustomElement$e,
|
|
392
451
|
inputs: ['buttonId', 'items']
|
|
393
452
|
})
|
|
394
453
|
], DesynthHeader);
|
|
@@ -400,6 +459,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImpor
|
|
|
400
459
|
template: '<ng-content></ng-content>',
|
|
401
460
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
402
461
|
inputs: ['buttonId', 'items'],
|
|
462
|
+
standalone: true
|
|
403
463
|
}]
|
|
404
464
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
405
465
|
let DesynthList = class DesynthList {
|
|
@@ -414,6 +474,7 @@ let DesynthList = class DesynthList {
|
|
|
414
474
|
};
|
|
415
475
|
DesynthList = __decorate([
|
|
416
476
|
ProxyCmp({
|
|
477
|
+
defineCustomElementFn: defineCustomElement$f,
|
|
417
478
|
inputs: ['items']
|
|
418
479
|
})
|
|
419
480
|
], DesynthList);
|
|
@@ -425,6 +486,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImpor
|
|
|
425
486
|
template: '<ng-content></ng-content>',
|
|
426
487
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
427
488
|
inputs: ['items'],
|
|
489
|
+
standalone: true
|
|
428
490
|
}]
|
|
429
491
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
430
492
|
let DesynthLoader = class DesynthLoader {
|
|
@@ -438,6 +500,7 @@ let DesynthLoader = class DesynthLoader {
|
|
|
438
500
|
};
|
|
439
501
|
DesynthLoader = __decorate([
|
|
440
502
|
ProxyCmp({
|
|
503
|
+
defineCustomElementFn: defineCustomElement$g,
|
|
441
504
|
inputs: ['message']
|
|
442
505
|
})
|
|
443
506
|
], DesynthLoader);
|
|
@@ -449,6 +512,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImpor
|
|
|
449
512
|
template: '<ng-content></ng-content>',
|
|
450
513
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
451
514
|
inputs: ['message'],
|
|
515
|
+
standalone: true
|
|
452
516
|
}]
|
|
453
517
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
454
518
|
let DesynthModal = class DesynthModal {
|
|
@@ -463,6 +527,7 @@ let DesynthModal = class DesynthModal {
|
|
|
463
527
|
};
|
|
464
528
|
DesynthModal = __decorate([
|
|
465
529
|
ProxyCmp({
|
|
530
|
+
defineCustomElementFn: defineCustomElement$h,
|
|
466
531
|
inputs: ['duration', 'headTitle', 'opened', 'size']
|
|
467
532
|
})
|
|
468
533
|
], DesynthModal);
|
|
@@ -474,6 +539,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImpor
|
|
|
474
539
|
template: '<ng-content></ng-content>',
|
|
475
540
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
476
541
|
inputs: ['duration', 'headTitle', 'opened', 'size'],
|
|
542
|
+
standalone: true
|
|
477
543
|
}]
|
|
478
544
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
479
545
|
let DesynthMultiStepper = class DesynthMultiStepper {
|
|
@@ -488,6 +554,7 @@ let DesynthMultiStepper = class DesynthMultiStepper {
|
|
|
488
554
|
};
|
|
489
555
|
DesynthMultiStepper = __decorate([
|
|
490
556
|
ProxyCmp({
|
|
557
|
+
defineCustomElementFn: defineCustomElement$i,
|
|
491
558
|
inputs: ['validators']
|
|
492
559
|
})
|
|
493
560
|
], DesynthMultiStepper);
|
|
@@ -499,6 +566,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImpor
|
|
|
499
566
|
template: '<ng-content></ng-content>',
|
|
500
567
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
501
568
|
inputs: ['validators'],
|
|
569
|
+
standalone: true
|
|
502
570
|
}]
|
|
503
571
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
504
572
|
let DesynthPaper = class DesynthPaper {
|
|
@@ -512,6 +580,7 @@ let DesynthPaper = class DesynthPaper {
|
|
|
512
580
|
};
|
|
513
581
|
DesynthPaper = __decorate([
|
|
514
582
|
ProxyCmp({
|
|
583
|
+
defineCustomElementFn: defineCustomElement$j,
|
|
515
584
|
inputs: ['paperSize']
|
|
516
585
|
})
|
|
517
586
|
], DesynthPaper);
|
|
@@ -523,6 +592,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImpor
|
|
|
523
592
|
template: '<ng-content></ng-content>',
|
|
524
593
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
525
594
|
inputs: ['paperSize'],
|
|
595
|
+
standalone: true
|
|
526
596
|
}]
|
|
527
597
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
528
598
|
let DesynthRating = class DesynthRating {
|
|
@@ -537,6 +607,7 @@ let DesynthRating = class DesynthRating {
|
|
|
537
607
|
};
|
|
538
608
|
DesynthRating = __decorate([
|
|
539
609
|
ProxyCmp({
|
|
610
|
+
defineCustomElementFn: defineCustomElement$k,
|
|
540
611
|
inputs: ['inputName', 'rating']
|
|
541
612
|
})
|
|
542
613
|
], DesynthRating);
|
|
@@ -548,6 +619,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImpor
|
|
|
548
619
|
template: '<ng-content></ng-content>',
|
|
549
620
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
550
621
|
inputs: ['inputName', 'rating'],
|
|
622
|
+
standalone: true
|
|
551
623
|
}]
|
|
552
624
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
553
625
|
let DesynthRenderer = class DesynthRenderer {
|
|
@@ -561,6 +633,7 @@ let DesynthRenderer = class DesynthRenderer {
|
|
|
561
633
|
};
|
|
562
634
|
DesynthRenderer = __decorate([
|
|
563
635
|
ProxyCmp({
|
|
636
|
+
defineCustomElementFn: defineCustomElement$l,
|
|
564
637
|
inputs: ['content']
|
|
565
638
|
})
|
|
566
639
|
], DesynthRenderer);
|
|
@@ -572,6 +645,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImpor
|
|
|
572
645
|
template: '<ng-content></ng-content>',
|
|
573
646
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
574
647
|
inputs: ['content'],
|
|
648
|
+
standalone: true
|
|
575
649
|
}]
|
|
576
650
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
577
651
|
let DesynthSelect = class DesynthSelect {
|
|
@@ -586,6 +660,7 @@ let DesynthSelect = class DesynthSelect {
|
|
|
586
660
|
};
|
|
587
661
|
DesynthSelect = __decorate([
|
|
588
662
|
ProxyCmp({
|
|
663
|
+
defineCustomElementFn: defineCustomElement$m,
|
|
589
664
|
inputs: ['errorMessage', 'inputId', 'inputName', 'inputValue', 'options', 'size']
|
|
590
665
|
})
|
|
591
666
|
], DesynthSelect);
|
|
@@ -597,6 +672,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImpor
|
|
|
597
672
|
template: '<ng-content></ng-content>',
|
|
598
673
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
599
674
|
inputs: ['errorMessage', 'inputId', 'inputName', 'inputValue', 'options', 'size'],
|
|
675
|
+
standalone: true
|
|
600
676
|
}]
|
|
601
677
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
602
678
|
let DesynthStepStepper = class DesynthStepStepper {
|
|
@@ -610,6 +686,7 @@ let DesynthStepStepper = class DesynthStepStepper {
|
|
|
610
686
|
};
|
|
611
687
|
DesynthStepStepper = __decorate([
|
|
612
688
|
ProxyCmp({
|
|
689
|
+
defineCustomElementFn: defineCustomElement$n,
|
|
613
690
|
inputs: ['active']
|
|
614
691
|
})
|
|
615
692
|
], DesynthStepStepper);
|
|
@@ -621,6 +698,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImpor
|
|
|
621
698
|
template: '<ng-content></ng-content>',
|
|
622
699
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
623
700
|
inputs: ['active'],
|
|
701
|
+
standalone: true
|
|
624
702
|
}]
|
|
625
703
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
626
704
|
let DesynthSwitch = class DesynthSwitch {
|
|
@@ -635,6 +713,7 @@ let DesynthSwitch = class DesynthSwitch {
|
|
|
635
713
|
};
|
|
636
714
|
DesynthSwitch = __decorate([
|
|
637
715
|
ProxyCmp({
|
|
716
|
+
defineCustomElementFn: defineCustomElement$o,
|
|
638
717
|
inputs: ['errorMessage', 'inputId', 'inputLabel', 'isChecked']
|
|
639
718
|
})
|
|
640
719
|
], DesynthSwitch);
|
|
@@ -646,6 +725,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImpor
|
|
|
646
725
|
template: '<ng-content></ng-content>',
|
|
647
726
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
648
727
|
inputs: ['errorMessage', 'inputId', 'inputLabel', 'isChecked'],
|
|
728
|
+
standalone: true
|
|
649
729
|
}]
|
|
650
730
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
651
731
|
let DesynthTable = class DesynthTable {
|
|
@@ -653,14 +733,15 @@ let DesynthTable = class DesynthTable {
|
|
|
653
733
|
this.z = z;
|
|
654
734
|
c.detach();
|
|
655
735
|
this.el = r.nativeElement;
|
|
656
|
-
proxyOutputs(this, this.el, ['changeRowsPerPage', 'getDataNextPage', 'rowEvent']);
|
|
736
|
+
proxyOutputs(this, this.el, ['changeRowsPerPage', 'getDataNextPage', 'rowEvent', 'dropEvent']);
|
|
657
737
|
}
|
|
658
738
|
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 }); }
|
|
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 }); }
|
|
739
|
+
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", _hasPagination: "_hasPagination", _isDraggable: "_isDraggable", _source: "_source", count: "count" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
660
740
|
};
|
|
661
741
|
DesynthTable = __decorate([
|
|
662
742
|
ProxyCmp({
|
|
663
|
-
|
|
743
|
+
defineCustomElementFn: defineCustomElement$p,
|
|
744
|
+
inputs: ['_actions', '_column_keys', '_columns', '_hasPagination', '_isDraggable', '_source', 'count']
|
|
664
745
|
})
|
|
665
746
|
], DesynthTable);
|
|
666
747
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthTable, decorators: [{
|
|
@@ -670,7 +751,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImpor
|
|
|
670
751
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
671
752
|
template: '<ng-content></ng-content>',
|
|
672
753
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
673
|
-
inputs: ['_actions', '_column_keys', '_columns', '_source', 'count'],
|
|
754
|
+
inputs: ['_actions', '_column_keys', '_columns', '_hasPagination', '_isDraggable', '_source', 'count'],
|
|
755
|
+
standalone: true
|
|
674
756
|
}]
|
|
675
757
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
676
758
|
let DesynthTextArea = class DesynthTextArea {
|
|
@@ -685,6 +767,7 @@ let DesynthTextArea = class DesynthTextArea {
|
|
|
685
767
|
};
|
|
686
768
|
DesynthTextArea = __decorate([
|
|
687
769
|
ProxyCmp({
|
|
770
|
+
defineCustomElementFn: defineCustomElement$q,
|
|
688
771
|
inputs: ['errorMessage', 'inputId', 'inputName', 'inputValue']
|
|
689
772
|
})
|
|
690
773
|
], DesynthTextArea);
|
|
@@ -696,6 +779,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImpor
|
|
|
696
779
|
template: '<ng-content></ng-content>',
|
|
697
780
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
698
781
|
inputs: ['errorMessage', 'inputId', 'inputName', 'inputValue'],
|
|
782
|
+
standalone: true
|
|
699
783
|
}]
|
|
700
784
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
701
785
|
let DesynthTextInput = class DesynthTextInput {
|
|
@@ -710,6 +794,7 @@ let DesynthTextInput = class DesynthTextInput {
|
|
|
710
794
|
};
|
|
711
795
|
DesynthTextInput = __decorate([
|
|
712
796
|
ProxyCmp({
|
|
797
|
+
defineCustomElementFn: defineCustomElement$r,
|
|
713
798
|
inputs: ['errorMessage', 'inputId', 'inputName', 'inputType', 'inputValue']
|
|
714
799
|
})
|
|
715
800
|
], DesynthTextInput);
|
|
@@ -721,6 +806,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImpor
|
|
|
721
806
|
template: '<ng-content></ng-content>',
|
|
722
807
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
723
808
|
inputs: ['errorMessage', 'inputId', 'inputName', 'inputType', 'inputValue'],
|
|
809
|
+
standalone: true
|
|
724
810
|
}]
|
|
725
811
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
726
812
|
let DesynthTooltip = class DesynthTooltip {
|
|
@@ -734,6 +820,7 @@ let DesynthTooltip = class DesynthTooltip {
|
|
|
734
820
|
};
|
|
735
821
|
DesynthTooltip = __decorate([
|
|
736
822
|
ProxyCmp({
|
|
823
|
+
defineCustomElementFn: defineCustomElement$s,
|
|
737
824
|
inputs: ['direction', 'message']
|
|
738
825
|
})
|
|
739
826
|
], DesynthTooltip);
|
|
@@ -745,6 +832,59 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImpor
|
|
|
745
832
|
template: '<ng-content></ng-content>',
|
|
746
833
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
747
834
|
inputs: ['direction', 'message'],
|
|
835
|
+
standalone: true
|
|
836
|
+
}]
|
|
837
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
838
|
+
let HorizontalCards = class HorizontalCards {
|
|
839
|
+
constructor(c, r, z) {
|
|
840
|
+
this.z = z;
|
|
841
|
+
c.detach();
|
|
842
|
+
this.el = r.nativeElement;
|
|
843
|
+
}
|
|
844
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: HorizontalCards, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
845
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.0.5", type: HorizontalCards, isStandalone: true, selector: "horizontal-cards", inputs: { jobs: "jobs" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
846
|
+
};
|
|
847
|
+
HorizontalCards = __decorate([
|
|
848
|
+
ProxyCmp({
|
|
849
|
+
defineCustomElementFn: defineCustomElement$t,
|
|
850
|
+
inputs: ['jobs']
|
|
851
|
+
})
|
|
852
|
+
], HorizontalCards);
|
|
853
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: HorizontalCards, decorators: [{
|
|
854
|
+
type: Component,
|
|
855
|
+
args: [{
|
|
856
|
+
selector: 'horizontal-cards',
|
|
857
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
858
|
+
template: '<ng-content></ng-content>',
|
|
859
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
860
|
+
inputs: ['jobs'],
|
|
861
|
+
standalone: true
|
|
862
|
+
}]
|
|
863
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
864
|
+
let HtmlEditor = class HtmlEditor {
|
|
865
|
+
constructor(c, r, z) {
|
|
866
|
+
this.z = z;
|
|
867
|
+
c.detach();
|
|
868
|
+
this.el = r.nativeElement;
|
|
869
|
+
proxyOutputs(this, this.el, ['htmlChanged']);
|
|
870
|
+
}
|
|
871
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: HtmlEditor, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
872
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.0.5", type: HtmlEditor, isStandalone: true, selector: "html-editor", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
873
|
+
};
|
|
874
|
+
HtmlEditor = __decorate([
|
|
875
|
+
ProxyCmp({
|
|
876
|
+
defineCustomElementFn: defineCustomElement$u
|
|
877
|
+
})
|
|
878
|
+
], HtmlEditor);
|
|
879
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: HtmlEditor, decorators: [{
|
|
880
|
+
type: Component,
|
|
881
|
+
args: [{
|
|
882
|
+
selector: 'html-editor',
|
|
883
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
884
|
+
template: '<ng-content></ng-content>',
|
|
885
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
886
|
+
inputs: [],
|
|
887
|
+
standalone: true
|
|
748
888
|
}]
|
|
749
889
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
750
890
|
|
|
@@ -804,5 +944,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImpor
|
|
|
804
944
|
* Generated bundle index. Do not edit.
|
|
805
945
|
*/
|
|
806
946
|
|
|
807
|
-
export { DesynthAccordion, DesynthAlert, DesynthBreadcrumb, DesynthButton, DesynthButtonSlider, DesynthCard, DesynthCheckbox, DesynthDatePicker, DesynthDivider, DesynthDrawer, DesynthDropFile, DesynthForm, DesynthGrid, DesynthHeader, DesynthList, DesynthLoader, DesynthModal, DesynthMultiStepper, DesynthPaper, DesynthRating, DesynthRenderer, DesynthSelect, DesynthStepStepper, DesynthSwitch, DesynthTable, DesynthTextArea, DesynthTextInput, DesynthTooltip, StencilWrapperModule };
|
|
947
|
+
export { DesynthAccordion, DesynthAlert, DesynthBreadcrumb, DesynthButton, DesynthButtonSlider, DesynthCard, DesynthCheckbox, DesynthDatePicker, DesynthDivider, DesynthDrawer, DesynthDropFile, DesynthForm, DesynthGrid, DesynthHeader, DesynthList, DesynthLoader, DesynthModal, DesynthMultiStepper, DesynthPaper, DesynthRating, DesynthRenderer, DesynthSelect, DesynthStepStepper, DesynthSwitch, DesynthTable, DesynthTextArea, DesynthTextInput, DesynthTooltip, HorizontalCards, HtmlEditor, StencilWrapperModule };
|
|
808
948
|
//# sourceMappingURL=stencil-wrapper.mjs.map
|
|
@@ -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 { 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
|
+
{"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';\nimport { defineCustomElement as defineHorizontalCards } from '@desynth/web-components/dist/horizontal-cards.js';\nimport { defineCustomElement as defineHtmlEditor } from '@desynth/web-components/dist/html-editor.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@ProxyCmp({\n defineCustomElementFn: defineHorizontalCards,\n inputs: ['jobs']\n})\n@Component({\n selector: 'horizontal-cards',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: ['jobs'],\n standalone: true\n})\nexport class HorizontalCards {\n protected el: HTMLHorizontalCardsElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nexport declare interface HorizontalCards extends Components.HorizontalCards {}\n\n\n@ProxyCmp({\n defineCustomElementFn: defineHtmlEditor\n})\n@Component({\n selector: 'html-editor',\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 HtmlEditor {\n protected el: HTMLHtmlEditorElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n proxyOutputs(this, this.el, ['htmlChanged']);\n }\n}\n\n\nexport declare interface HtmlEditor extends Components.HtmlEditor {\n\n htmlChanged: EventEmitter<CustomEvent<string>>;\n}\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","defineHorizontalCards","defineHtmlEditor","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,20 +1,20 @@
|
|
|
1
1
|
import { ChangeDetectorRef, ElementRef, EventEmitter, NgZone } from '@angular/core';
|
|
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';
|
|
2
|
+
import type { Components } from '@desynth/web-components/dist';
|
|
3
|
+
import type { BeforeCloseAlertEventDetail as IDesynthAlertBeforeCloseAlertEventDetail } from '@desynth/web-components/dist';
|
|
4
|
+
import type { CheckedChangeEventValue as IDesynthCheckboxCheckedChangeEventValue } from '@desynth/web-components/dist';
|
|
5
|
+
import type { InputChangeEventValue as IDesynthDatePickerInputChangeEventValue } from '@desynth/web-components/dist';
|
|
6
|
+
import type { IFormInput as IDesynthFormIFormInput } from '@desynth/web-components/dist';
|
|
7
|
+
import type { ListItem as IDesynthListListItem } from '@desynth/web-components/dist';
|
|
8
|
+
import type { BeforeCloseEventDetail as IDesynthModalBeforeCloseEventDetail } from '@desynth/web-components/dist';
|
|
9
|
+
import type { TextInputChangeEventValue as IDesynthRatingTextInputChangeEventValue } from '@desynth/web-components/dist';
|
|
10
|
+
import type { InputChangeEventValue as IDesynthSelectInputChangeEventValue } from '@desynth/web-components/dist';
|
|
11
|
+
import type { SwitchChangeEventValue as IDesynthSwitchSwitchChangeEventValue } from '@desynth/web-components/dist';
|
|
12
|
+
import type { InputChangeEventValue as IDesynthTextAreaInputChangeEventValue } from '@desynth/web-components/dist';
|
|
13
|
+
import type { TextInputChangeEventValue as IDesynthTextInputTextInputChangeEventValue } from '@desynth/web-components/dist';
|
|
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: HTMLDesynthAccordionElement;
|
|
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: HTMLDesynthAlertElement;
|
|
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: HTMLDesynthBreadcrumbElement;
|
|
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: HTMLDesynthButtonElement;
|
|
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: HTMLDesynthButtonSliderElement;
|
|
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: HTMLDesynthCardElement;
|
|
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: HTMLDesynthCheckboxElement;
|
|
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: HTMLDesynthDatePickerElement;
|
|
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: HTMLDesynthDividerElement;
|
|
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: HTMLDesynthDrawerElement;
|
|
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: HTMLDesynthDropFileElement;
|
|
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: HTMLDesynthFormElement;
|
|
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, { "inputs": { "alias": "inputs"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
173
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DesynthForm, "desynth-form", never, { "hasSubmitButton": { "alias": "hasSubmitButton"; "required": false; }; "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: HTMLDesynthGridElement;
|
|
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: HTMLDesynthHeaderElement;
|
|
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: HTMLDesynthListElement;
|
|
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: HTMLDesynthLoaderElement;
|
|
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: HTMLDesynthModalElement;
|
|
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: HTMLDesynthMultiStepperElement;
|
|
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: HTMLDesynthPaperElement;
|
|
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: HTMLDesynthRatingElement;
|
|
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: HTMLDesynthRendererElement;
|
|
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: HTMLDesynthSelectElement;
|
|
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: HTMLDesynthStepStepperElement;
|
|
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: HTMLDesynthSwitchElement;
|
|
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,19 +355,20 @@ 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: HTMLDesynthTableElement;
|
|
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; }; "_source": { "alias": "_source"; "required": false; }; "count": { "alias": "count"; "required": false; }; }, {}, never, ["*"], true, 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; }; "_hasPagination": { "alias": "_hasPagination"; "required": false; }; "_isDraggable": { "alias": "_isDraggable"; "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>>;
|
|
367
368
|
}
|
|
368
369
|
export declare class DesynthTextArea {
|
|
369
370
|
protected z: NgZone;
|
|
370
|
-
protected el:
|
|
371
|
+
protected el: HTMLDesynthTextAreaElement;
|
|
371
372
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
372
373
|
static ɵfac: i0.ɵɵFactoryDeclaration<DesynthTextArea, never>;
|
|
373
374
|
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>;
|
|
@@ -392,7 +393,7 @@ export declare interface DesynthTextArea extends Components.DesynthTextArea {
|
|
|
392
393
|
}
|
|
393
394
|
export declare class DesynthTextInput {
|
|
394
395
|
protected z: NgZone;
|
|
395
|
-
protected el:
|
|
396
|
+
protected el: HTMLDesynthTextInputElement;
|
|
396
397
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
397
398
|
static ɵfac: i0.ɵɵFactoryDeclaration<DesynthTextInput, never>;
|
|
398
399
|
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>;
|
|
@@ -417,10 +418,29 @@ export declare interface DesynthTextInput extends Components.DesynthTextInput {
|
|
|
417
418
|
}
|
|
418
419
|
export declare class DesynthTooltip {
|
|
419
420
|
protected z: NgZone;
|
|
420
|
-
protected el:
|
|
421
|
+
protected el: HTMLDesynthTooltipElement;
|
|
421
422
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
422
423
|
static ɵfac: i0.ɵɵFactoryDeclaration<DesynthTooltip, never>;
|
|
423
424
|
static ɵcmp: i0.ɵɵComponentDeclaration<DesynthTooltip, "desynth-tooltip", never, { "direction": { "alias": "direction"; "required": false; }; "message": { "alias": "message"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
424
425
|
}
|
|
425
426
|
export declare interface DesynthTooltip extends Components.DesynthTooltip {
|
|
426
427
|
}
|
|
428
|
+
export declare class HorizontalCards {
|
|
429
|
+
protected z: NgZone;
|
|
430
|
+
protected el: HTMLHorizontalCardsElement;
|
|
431
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
432
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<HorizontalCards, never>;
|
|
433
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<HorizontalCards, "horizontal-cards", never, { "jobs": { "alias": "jobs"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
434
|
+
}
|
|
435
|
+
export declare interface HorizontalCards extends Components.HorizontalCards {
|
|
436
|
+
}
|
|
437
|
+
export declare class HtmlEditor {
|
|
438
|
+
protected z: NgZone;
|
|
439
|
+
protected el: HTMLHtmlEditorElement;
|
|
440
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
441
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<HtmlEditor, never>;
|
|
442
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<HtmlEditor, "html-editor", never, {}, {}, never, ["*"], true, never>;
|
|
443
|
+
}
|
|
444
|
+
export declare interface HtmlEditor extends Components.HtmlEditor {
|
|
445
|
+
htmlChanged: EventEmitter<CustomEvent<string>>;
|
|
446
|
+
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@desynth/web-components-angular",
|
|
3
3
|
"sideEffects": false,
|
|
4
|
-
"version": "25.
|
|
4
|
+
"version": "25.04.20-alpha.1",
|
|
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",
|