@desynth/web-components-angular 26.1.25-alpha.4 → 26.1.25-alpha.5
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,34 @@ 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';
|
|
5
33
|
|
|
6
34
|
/* eslint-disable */
|
|
7
35
|
/* tslint:disable */
|
|
@@ -72,6 +100,7 @@ let DesynthAccordion = class DesynthAccordion {
|
|
|
72
100
|
};
|
|
73
101
|
DesynthAccordion = __decorate([
|
|
74
102
|
ProxyCmp({
|
|
103
|
+
defineCustomElementFn: defineCustomElement$1,
|
|
75
104
|
inputs: ['summaryText', 'type']
|
|
76
105
|
})
|
|
77
106
|
], DesynthAccordion);
|
|
@@ -83,6 +112,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImpor
|
|
|
83
112
|
template: '<ng-content></ng-content>',
|
|
84
113
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
85
114
|
inputs: ['summaryText', 'type'],
|
|
115
|
+
standalone: true
|
|
86
116
|
}]
|
|
87
117
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
88
118
|
let DesynthAlert = class DesynthAlert {
|
|
@@ -97,6 +127,7 @@ let DesynthAlert = class DesynthAlert {
|
|
|
97
127
|
};
|
|
98
128
|
DesynthAlert = __decorate([
|
|
99
129
|
ProxyCmp({
|
|
130
|
+
defineCustomElementFn: defineCustomElement$2,
|
|
100
131
|
inputs: ['alertId', 'alertText', 'alertType', 'duration', 'opened']
|
|
101
132
|
})
|
|
102
133
|
], DesynthAlert);
|
|
@@ -108,6 +139,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImpor
|
|
|
108
139
|
template: '<ng-content></ng-content>',
|
|
109
140
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
110
141
|
inputs: ['alertId', 'alertText', 'alertType', 'duration', 'opened'],
|
|
142
|
+
standalone: true
|
|
111
143
|
}]
|
|
112
144
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
113
145
|
let DesynthBreadcrumb = class DesynthBreadcrumb {
|
|
@@ -122,6 +154,7 @@ let DesynthBreadcrumb = class DesynthBreadcrumb {
|
|
|
122
154
|
};
|
|
123
155
|
DesynthBreadcrumb = __decorate([
|
|
124
156
|
ProxyCmp({
|
|
157
|
+
defineCustomElementFn: defineCustomElement$3,
|
|
125
158
|
inputs: ['breadcrumbs', 'route']
|
|
126
159
|
})
|
|
127
160
|
], DesynthBreadcrumb);
|
|
@@ -133,6 +166,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImpor
|
|
|
133
166
|
template: '<ng-content></ng-content>',
|
|
134
167
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
135
168
|
inputs: ['breadcrumbs', 'route'],
|
|
169
|
+
standalone: true
|
|
136
170
|
}]
|
|
137
171
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
138
172
|
let DesynthButton = class DesynthButton {
|
|
@@ -147,6 +181,7 @@ let DesynthButton = class DesynthButton {
|
|
|
147
181
|
};
|
|
148
182
|
DesynthButton = __decorate([
|
|
149
183
|
ProxyCmp({
|
|
184
|
+
defineCustomElementFn: defineCustomElement$4,
|
|
150
185
|
inputs: ['buttonId', 'buttonText', 'circular', 'disabled', 'type']
|
|
151
186
|
})
|
|
152
187
|
], DesynthButton);
|
|
@@ -158,6 +193,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImpor
|
|
|
158
193
|
template: '<ng-content></ng-content>',
|
|
159
194
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
160
195
|
inputs: ['buttonId', 'buttonText', 'circular', 'disabled', 'type'],
|
|
196
|
+
standalone: true
|
|
161
197
|
}]
|
|
162
198
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
163
199
|
let DesynthButtonSlider = class DesynthButtonSlider {
|
|
@@ -171,6 +207,7 @@ let DesynthButtonSlider = class DesynthButtonSlider {
|
|
|
171
207
|
};
|
|
172
208
|
DesynthButtonSlider = __decorate([
|
|
173
209
|
ProxyCmp({
|
|
210
|
+
defineCustomElementFn: defineCustomElement$5,
|
|
174
211
|
inputs: ['buttons']
|
|
175
212
|
})
|
|
176
213
|
], DesynthButtonSlider);
|
|
@@ -182,6 +219,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImpor
|
|
|
182
219
|
template: '<ng-content></ng-content>',
|
|
183
220
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
184
221
|
inputs: ['buttons'],
|
|
222
|
+
standalone: true
|
|
185
223
|
}]
|
|
186
224
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
187
225
|
let DesynthCard = class DesynthCard {
|
|
@@ -195,6 +233,7 @@ let DesynthCard = class DesynthCard {
|
|
|
195
233
|
};
|
|
196
234
|
DesynthCard = __decorate([
|
|
197
235
|
ProxyCmp({
|
|
236
|
+
defineCustomElementFn: defineCustomElement$6,
|
|
198
237
|
inputs: ['cardSize']
|
|
199
238
|
})
|
|
200
239
|
], DesynthCard);
|
|
@@ -206,6 +245,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImpor
|
|
|
206
245
|
template: '<ng-content></ng-content>',
|
|
207
246
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
208
247
|
inputs: ['cardSize'],
|
|
248
|
+
standalone: true
|
|
209
249
|
}]
|
|
210
250
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
211
251
|
let DesynthCheckbox = class DesynthCheckbox {
|
|
@@ -220,6 +260,7 @@ let DesynthCheckbox = class DesynthCheckbox {
|
|
|
220
260
|
};
|
|
221
261
|
DesynthCheckbox = __decorate([
|
|
222
262
|
ProxyCmp({
|
|
263
|
+
defineCustomElementFn: defineCustomElement$7,
|
|
223
264
|
inputs: ['checkboxId', 'checkboxLabel', 'errorMessage', 'isChecked']
|
|
224
265
|
})
|
|
225
266
|
], DesynthCheckbox);
|
|
@@ -231,6 +272,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImpor
|
|
|
231
272
|
template: '<ng-content></ng-content>',
|
|
232
273
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
233
274
|
inputs: ['checkboxId', 'checkboxLabel', 'errorMessage', 'isChecked'],
|
|
275
|
+
standalone: true
|
|
234
276
|
}]
|
|
235
277
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
236
278
|
let DesynthDatePicker = class DesynthDatePicker {
|
|
@@ -245,6 +287,7 @@ let DesynthDatePicker = class DesynthDatePicker {
|
|
|
245
287
|
};
|
|
246
288
|
DesynthDatePicker = __decorate([
|
|
247
289
|
ProxyCmp({
|
|
290
|
+
defineCustomElementFn: defineCustomElement$8,
|
|
248
291
|
inputs: ['dateSelected', 'firstDayOfWeek', 'inputName']
|
|
249
292
|
})
|
|
250
293
|
], DesynthDatePicker);
|
|
@@ -256,6 +299,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImpor
|
|
|
256
299
|
template: '<ng-content></ng-content>',
|
|
257
300
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
258
301
|
inputs: ['dateSelected', 'firstDayOfWeek', 'inputName'],
|
|
302
|
+
standalone: true
|
|
259
303
|
}]
|
|
260
304
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
261
305
|
let DesynthDivider = class DesynthDivider {
|
|
@@ -268,7 +312,9 @@ let DesynthDivider = class DesynthDivider {
|
|
|
268
312
|
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
313
|
};
|
|
270
314
|
DesynthDivider = __decorate([
|
|
271
|
-
ProxyCmp({
|
|
315
|
+
ProxyCmp({
|
|
316
|
+
defineCustomElementFn: defineCustomElement$9
|
|
317
|
+
})
|
|
272
318
|
], DesynthDivider);
|
|
273
319
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthDivider, decorators: [{
|
|
274
320
|
type: Component,
|
|
@@ -278,6 +324,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImpor
|
|
|
278
324
|
template: '<ng-content></ng-content>',
|
|
279
325
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
280
326
|
inputs: [],
|
|
327
|
+
standalone: true
|
|
281
328
|
}]
|
|
282
329
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
283
330
|
let DesynthDrawer = class DesynthDrawer {
|
|
@@ -292,6 +339,7 @@ let DesynthDrawer = class DesynthDrawer {
|
|
|
292
339
|
};
|
|
293
340
|
DesynthDrawer = __decorate([
|
|
294
341
|
ProxyCmp({
|
|
342
|
+
defineCustomElementFn: defineCustomElement$a,
|
|
295
343
|
inputs: ['items', 'open', 'type']
|
|
296
344
|
})
|
|
297
345
|
], DesynthDrawer);
|
|
@@ -303,6 +351,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImpor
|
|
|
303
351
|
template: '<ng-content></ng-content>',
|
|
304
352
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
305
353
|
inputs: ['items', 'open', 'type'],
|
|
354
|
+
standalone: true
|
|
306
355
|
}]
|
|
307
356
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
308
357
|
let DesynthDropFile = class DesynthDropFile {
|
|
@@ -316,7 +365,9 @@ let DesynthDropFile = class DesynthDropFile {
|
|
|
316
365
|
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
366
|
};
|
|
318
367
|
DesynthDropFile = __decorate([
|
|
319
|
-
ProxyCmp({
|
|
368
|
+
ProxyCmp({
|
|
369
|
+
defineCustomElementFn: defineCustomElement$b
|
|
370
|
+
})
|
|
320
371
|
], DesynthDropFile);
|
|
321
372
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthDropFile, decorators: [{
|
|
322
373
|
type: Component,
|
|
@@ -326,6 +377,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImpor
|
|
|
326
377
|
template: '<ng-content></ng-content>',
|
|
327
378
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
328
379
|
inputs: [],
|
|
380
|
+
standalone: true
|
|
329
381
|
}]
|
|
330
382
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
331
383
|
let DesynthForm = class DesynthForm {
|
|
@@ -336,11 +388,12 @@ let DesynthForm = class DesynthForm {
|
|
|
336
388
|
proxyOutputs(this, this.el, ['clickSubmit', 'clickClear', 'handleChange']);
|
|
337
389
|
}
|
|
338
390
|
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 }); }
|
|
391
|
+
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
392
|
};
|
|
341
393
|
DesynthForm = __decorate([
|
|
342
394
|
ProxyCmp({
|
|
343
|
-
|
|
395
|
+
defineCustomElementFn: defineCustomElement$c,
|
|
396
|
+
inputs: ['hasSubmitButton', 'inputs']
|
|
344
397
|
})
|
|
345
398
|
], DesynthForm);
|
|
346
399
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthForm, decorators: [{
|
|
@@ -350,7 +403,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImpor
|
|
|
350
403
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
351
404
|
template: '<ng-content></ng-content>',
|
|
352
405
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
353
|
-
inputs: ['inputs'],
|
|
406
|
+
inputs: ['hasSubmitButton', 'inputs'],
|
|
407
|
+
standalone: true
|
|
354
408
|
}]
|
|
355
409
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
356
410
|
let DesynthGrid = class DesynthGrid {
|
|
@@ -364,6 +418,7 @@ let DesynthGrid = class DesynthGrid {
|
|
|
364
418
|
};
|
|
365
419
|
DesynthGrid = __decorate([
|
|
366
420
|
ProxyCmp({
|
|
421
|
+
defineCustomElementFn: defineCustomElement$d,
|
|
367
422
|
inputs: ['columnSpacing', 'columns', 'container', 'direction', 'item', 'lg', 'md', 'rowSpacing', 'sm', 'spacing', 'wrap', 'xl', 'xs', 'zeroMinWidth']
|
|
368
423
|
})
|
|
369
424
|
], DesynthGrid);
|
|
@@ -375,6 +430,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImpor
|
|
|
375
430
|
template: '<ng-content></ng-content>',
|
|
376
431
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
377
432
|
inputs: ['columnSpacing', 'columns', 'container', 'direction', 'item', 'lg', 'md', 'rowSpacing', 'sm', 'spacing', 'wrap', 'xl', 'xs', 'zeroMinWidth'],
|
|
433
|
+
standalone: true
|
|
378
434
|
}]
|
|
379
435
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
380
436
|
let DesynthHeader = class DesynthHeader {
|
|
@@ -389,6 +445,7 @@ let DesynthHeader = class DesynthHeader {
|
|
|
389
445
|
};
|
|
390
446
|
DesynthHeader = __decorate([
|
|
391
447
|
ProxyCmp({
|
|
448
|
+
defineCustomElementFn: defineCustomElement$e,
|
|
392
449
|
inputs: ['buttonId', 'items']
|
|
393
450
|
})
|
|
394
451
|
], DesynthHeader);
|
|
@@ -400,6 +457,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImpor
|
|
|
400
457
|
template: '<ng-content></ng-content>',
|
|
401
458
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
402
459
|
inputs: ['buttonId', 'items'],
|
|
460
|
+
standalone: true
|
|
403
461
|
}]
|
|
404
462
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
405
463
|
let DesynthList = class DesynthList {
|
|
@@ -414,6 +472,7 @@ let DesynthList = class DesynthList {
|
|
|
414
472
|
};
|
|
415
473
|
DesynthList = __decorate([
|
|
416
474
|
ProxyCmp({
|
|
475
|
+
defineCustomElementFn: defineCustomElement$f,
|
|
417
476
|
inputs: ['items']
|
|
418
477
|
})
|
|
419
478
|
], DesynthList);
|
|
@@ -425,6 +484,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImpor
|
|
|
425
484
|
template: '<ng-content></ng-content>',
|
|
426
485
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
427
486
|
inputs: ['items'],
|
|
487
|
+
standalone: true
|
|
428
488
|
}]
|
|
429
489
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
430
490
|
let DesynthLoader = class DesynthLoader {
|
|
@@ -438,6 +498,7 @@ let DesynthLoader = class DesynthLoader {
|
|
|
438
498
|
};
|
|
439
499
|
DesynthLoader = __decorate([
|
|
440
500
|
ProxyCmp({
|
|
501
|
+
defineCustomElementFn: defineCustomElement$g,
|
|
441
502
|
inputs: ['message']
|
|
442
503
|
})
|
|
443
504
|
], DesynthLoader);
|
|
@@ -449,6 +510,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImpor
|
|
|
449
510
|
template: '<ng-content></ng-content>',
|
|
450
511
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
451
512
|
inputs: ['message'],
|
|
513
|
+
standalone: true
|
|
452
514
|
}]
|
|
453
515
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
454
516
|
let DesynthModal = class DesynthModal {
|
|
@@ -463,6 +525,7 @@ let DesynthModal = class DesynthModal {
|
|
|
463
525
|
};
|
|
464
526
|
DesynthModal = __decorate([
|
|
465
527
|
ProxyCmp({
|
|
528
|
+
defineCustomElementFn: defineCustomElement$h,
|
|
466
529
|
inputs: ['duration', 'headTitle', 'opened', 'size']
|
|
467
530
|
})
|
|
468
531
|
], DesynthModal);
|
|
@@ -474,6 +537,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImpor
|
|
|
474
537
|
template: '<ng-content></ng-content>',
|
|
475
538
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
476
539
|
inputs: ['duration', 'headTitle', 'opened', 'size'],
|
|
540
|
+
standalone: true
|
|
477
541
|
}]
|
|
478
542
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
479
543
|
let DesynthMultiStepper = class DesynthMultiStepper {
|
|
@@ -488,6 +552,7 @@ let DesynthMultiStepper = class DesynthMultiStepper {
|
|
|
488
552
|
};
|
|
489
553
|
DesynthMultiStepper = __decorate([
|
|
490
554
|
ProxyCmp({
|
|
555
|
+
defineCustomElementFn: defineCustomElement$i,
|
|
491
556
|
inputs: ['validators']
|
|
492
557
|
})
|
|
493
558
|
], DesynthMultiStepper);
|
|
@@ -499,6 +564,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImpor
|
|
|
499
564
|
template: '<ng-content></ng-content>',
|
|
500
565
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
501
566
|
inputs: ['validators'],
|
|
567
|
+
standalone: true
|
|
502
568
|
}]
|
|
503
569
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
504
570
|
let DesynthPaper = class DesynthPaper {
|
|
@@ -512,6 +578,7 @@ let DesynthPaper = class DesynthPaper {
|
|
|
512
578
|
};
|
|
513
579
|
DesynthPaper = __decorate([
|
|
514
580
|
ProxyCmp({
|
|
581
|
+
defineCustomElementFn: defineCustomElement$j,
|
|
515
582
|
inputs: ['paperSize']
|
|
516
583
|
})
|
|
517
584
|
], DesynthPaper);
|
|
@@ -523,6 +590,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImpor
|
|
|
523
590
|
template: '<ng-content></ng-content>',
|
|
524
591
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
525
592
|
inputs: ['paperSize'],
|
|
593
|
+
standalone: true
|
|
526
594
|
}]
|
|
527
595
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
528
596
|
let DesynthRating = class DesynthRating {
|
|
@@ -537,6 +605,7 @@ let DesynthRating = class DesynthRating {
|
|
|
537
605
|
};
|
|
538
606
|
DesynthRating = __decorate([
|
|
539
607
|
ProxyCmp({
|
|
608
|
+
defineCustomElementFn: defineCustomElement$k,
|
|
540
609
|
inputs: ['inputName', 'rating']
|
|
541
610
|
})
|
|
542
611
|
], DesynthRating);
|
|
@@ -548,6 +617,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImpor
|
|
|
548
617
|
template: '<ng-content></ng-content>',
|
|
549
618
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
550
619
|
inputs: ['inputName', 'rating'],
|
|
620
|
+
standalone: true
|
|
551
621
|
}]
|
|
552
622
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
553
623
|
let DesynthRenderer = class DesynthRenderer {
|
|
@@ -561,6 +631,7 @@ let DesynthRenderer = class DesynthRenderer {
|
|
|
561
631
|
};
|
|
562
632
|
DesynthRenderer = __decorate([
|
|
563
633
|
ProxyCmp({
|
|
634
|
+
defineCustomElementFn: defineCustomElement$l,
|
|
564
635
|
inputs: ['content']
|
|
565
636
|
})
|
|
566
637
|
], DesynthRenderer);
|
|
@@ -572,6 +643,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImpor
|
|
|
572
643
|
template: '<ng-content></ng-content>',
|
|
573
644
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
574
645
|
inputs: ['content'],
|
|
646
|
+
standalone: true
|
|
575
647
|
}]
|
|
576
648
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
577
649
|
let DesynthSelect = class DesynthSelect {
|
|
@@ -586,6 +658,7 @@ let DesynthSelect = class DesynthSelect {
|
|
|
586
658
|
};
|
|
587
659
|
DesynthSelect = __decorate([
|
|
588
660
|
ProxyCmp({
|
|
661
|
+
defineCustomElementFn: defineCustomElement$m,
|
|
589
662
|
inputs: ['errorMessage', 'inputId', 'inputName', 'inputValue', 'options', 'size']
|
|
590
663
|
})
|
|
591
664
|
], DesynthSelect);
|
|
@@ -597,6 +670,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImpor
|
|
|
597
670
|
template: '<ng-content></ng-content>',
|
|
598
671
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
599
672
|
inputs: ['errorMessage', 'inputId', 'inputName', 'inputValue', 'options', 'size'],
|
|
673
|
+
standalone: true
|
|
600
674
|
}]
|
|
601
675
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
602
676
|
let DesynthStepStepper = class DesynthStepStepper {
|
|
@@ -610,6 +684,7 @@ let DesynthStepStepper = class DesynthStepStepper {
|
|
|
610
684
|
};
|
|
611
685
|
DesynthStepStepper = __decorate([
|
|
612
686
|
ProxyCmp({
|
|
687
|
+
defineCustomElementFn: defineCustomElement$n,
|
|
613
688
|
inputs: ['active']
|
|
614
689
|
})
|
|
615
690
|
], DesynthStepStepper);
|
|
@@ -621,6 +696,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImpor
|
|
|
621
696
|
template: '<ng-content></ng-content>',
|
|
622
697
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
623
698
|
inputs: ['active'],
|
|
699
|
+
standalone: true
|
|
624
700
|
}]
|
|
625
701
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
626
702
|
let DesynthSwitch = class DesynthSwitch {
|
|
@@ -635,6 +711,7 @@ let DesynthSwitch = class DesynthSwitch {
|
|
|
635
711
|
};
|
|
636
712
|
DesynthSwitch = __decorate([
|
|
637
713
|
ProxyCmp({
|
|
714
|
+
defineCustomElementFn: defineCustomElement$o,
|
|
638
715
|
inputs: ['errorMessage', 'inputId', 'inputLabel', 'isChecked']
|
|
639
716
|
})
|
|
640
717
|
], DesynthSwitch);
|
|
@@ -646,6 +723,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImpor
|
|
|
646
723
|
template: '<ng-content></ng-content>',
|
|
647
724
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
648
725
|
inputs: ['errorMessage', 'inputId', 'inputLabel', 'isChecked'],
|
|
726
|
+
standalone: true
|
|
649
727
|
}]
|
|
650
728
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
651
729
|
let DesynthTable = class DesynthTable {
|
|
@@ -660,6 +738,7 @@ let DesynthTable = class DesynthTable {
|
|
|
660
738
|
};
|
|
661
739
|
DesynthTable = __decorate([
|
|
662
740
|
ProxyCmp({
|
|
741
|
+
defineCustomElementFn: defineCustomElement$p,
|
|
663
742
|
inputs: ['_actions', '_column_keys', '_columns', '_source', 'count']
|
|
664
743
|
})
|
|
665
744
|
], DesynthTable);
|
|
@@ -671,6 +750,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImpor
|
|
|
671
750
|
template: '<ng-content></ng-content>',
|
|
672
751
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
673
752
|
inputs: ['_actions', '_column_keys', '_columns', '_source', 'count'],
|
|
753
|
+
standalone: true
|
|
674
754
|
}]
|
|
675
755
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
676
756
|
let DesynthTextArea = class DesynthTextArea {
|
|
@@ -685,6 +765,7 @@ let DesynthTextArea = class DesynthTextArea {
|
|
|
685
765
|
};
|
|
686
766
|
DesynthTextArea = __decorate([
|
|
687
767
|
ProxyCmp({
|
|
768
|
+
defineCustomElementFn: defineCustomElement$q,
|
|
688
769
|
inputs: ['errorMessage', 'inputId', 'inputName', 'inputValue']
|
|
689
770
|
})
|
|
690
771
|
], DesynthTextArea);
|
|
@@ -696,6 +777,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImpor
|
|
|
696
777
|
template: '<ng-content></ng-content>',
|
|
697
778
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
698
779
|
inputs: ['errorMessage', 'inputId', 'inputName', 'inputValue'],
|
|
780
|
+
standalone: true
|
|
699
781
|
}]
|
|
700
782
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
701
783
|
let DesynthTextInput = class DesynthTextInput {
|
|
@@ -710,6 +792,7 @@ let DesynthTextInput = class DesynthTextInput {
|
|
|
710
792
|
};
|
|
711
793
|
DesynthTextInput = __decorate([
|
|
712
794
|
ProxyCmp({
|
|
795
|
+
defineCustomElementFn: defineCustomElement$r,
|
|
713
796
|
inputs: ['errorMessage', 'inputId', 'inputName', 'inputType', 'inputValue']
|
|
714
797
|
})
|
|
715
798
|
], DesynthTextInput);
|
|
@@ -721,6 +804,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImpor
|
|
|
721
804
|
template: '<ng-content></ng-content>',
|
|
722
805
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
723
806
|
inputs: ['errorMessage', 'inputId', 'inputName', 'inputType', 'inputValue'],
|
|
807
|
+
standalone: true
|
|
724
808
|
}]
|
|
725
809
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
726
810
|
let DesynthTooltip = class DesynthTooltip {
|
|
@@ -734,6 +818,7 @@ let DesynthTooltip = class DesynthTooltip {
|
|
|
734
818
|
};
|
|
735
819
|
DesynthTooltip = __decorate([
|
|
736
820
|
ProxyCmp({
|
|
821
|
+
defineCustomElementFn: defineCustomElement$s,
|
|
737
822
|
inputs: ['direction', 'message']
|
|
738
823
|
})
|
|
739
824
|
], DesynthTooltip);
|
|
@@ -745,6 +830,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImpor
|
|
|
745
830
|
template: '<ng-content></ng-content>',
|
|
746
831
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
747
832
|
inputs: ['direction', 'message'],
|
|
833
|
+
standalone: true
|
|
748
834
|
}]
|
|
749
835
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
750
836
|
|
|
@@ -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":"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"}
|
|
1
|
+
{"version":3,"file":"stencil-wrapper.mjs","sources":["../../lib/src/directives/angular-component-lib/utils.ts","../../lib/src/directives/proxies.ts","../../lib/src/stencil-wrapper.module.ts","../../lib/index.ts","../../lib/stencil-wrapper.ts"],"sourcesContent":["/* eslint-disable */\n/* tslint:disable */\nimport { fromEvent } from 'rxjs';\n\nexport const proxyInputs = (Cmp: any, inputs: string[]) => {\n const Prototype = Cmp.prototype;\n inputs.forEach((item) => {\n Object.defineProperty(Prototype, item, {\n get() {\n return this.el[item];\n },\n set(val: any) {\n this.z.runOutsideAngular(() => (this.el[item] = val));\n },\n /**\n * In the event that proxyInputs is called\n * multiple times re-defining these inputs\n * will cause an error to be thrown. As a result\n * we set configurable: true to indicate these\n * properties can be changed.\n */\n configurable: true,\n });\n });\n};\n\nexport const proxyMethods = (Cmp: any, methods: string[]) => {\n const Prototype = Cmp.prototype;\n methods.forEach((methodName) => {\n Prototype[methodName] = function () {\n const args = arguments;\n return this.z.runOutsideAngular(() => this.el[methodName].apply(this.el, args));\n };\n });\n};\n\nexport const proxyOutputs = (instance: any, el: any, events: string[]) => {\n events.forEach((eventName) => (instance[eventName] = fromEvent(el, eventName)));\n};\n\nexport const defineCustomElement = (tagName: string, customElement: any) => {\n if (customElement !== undefined && typeof customElements !== 'undefined' && !customElements.get(tagName)) {\n customElements.define(tagName, customElement);\n }\n};\n\n// tslint:disable-next-line: only-arrow-functions\nexport function ProxyCmp(opts: { defineCustomElementFn?: () => void; inputs?: any; methods?: any }) {\n const decorator = function (cls: any) {\n const { defineCustomElementFn, inputs, methods } = opts;\n\n if (defineCustomElementFn !== undefined) {\n defineCustomElementFn();\n }\n\n if (inputs) {\n proxyInputs(cls, inputs);\n }\n if (methods) {\n proxyMethods(cls, methods);\n }\n return cls;\n };\n return decorator;\n}\n","/* tslint:disable */\n/* auto-generated angular directive proxies */\nimport { ChangeDetectionStrategy, ChangeDetectorRef, Component, ElementRef, EventEmitter, NgZone } from '@angular/core';\n\nimport { ProxyCmp, proxyOutputs } from './angular-component-lib/utils';\n\nimport type { Components } from '@desynth/web-components/dist';\n\nimport { defineCustomElement as defineDesynthAccordion } from '@desynth/web-components/dist/desynth-accordion.js';\nimport { defineCustomElement as defineDesynthAlert } from '@desynth/web-components/dist/desynth-alert.js';\nimport { defineCustomElement as defineDesynthBreadcrumb } from '@desynth/web-components/dist/desynth-breadcrumb.js';\nimport { defineCustomElement as defineDesynthButton } from '@desynth/web-components/dist/desynth-button.js';\nimport { defineCustomElement as defineDesynthButtonSlider } from '@desynth/web-components/dist/desynth-button-slider.js';\nimport { defineCustomElement as defineDesynthCard } from '@desynth/web-components/dist/desynth-card.js';\nimport { defineCustomElement as defineDesynthCheckbox } from '@desynth/web-components/dist/desynth-checkbox.js';\nimport { defineCustomElement as defineDesynthDatePicker } from '@desynth/web-components/dist/desynth-date-picker.js';\nimport { defineCustomElement as defineDesynthDivider } from '@desynth/web-components/dist/desynth-divider.js';\nimport { defineCustomElement as defineDesynthDrawer } from '@desynth/web-components/dist/desynth-drawer.js';\nimport { defineCustomElement as defineDesynthDropFile } from '@desynth/web-components/dist/desynth-drop-file.js';\nimport { defineCustomElement as defineDesynthForm } from '@desynth/web-components/dist/desynth-form.js';\nimport { defineCustomElement as defineDesynthGrid } from '@desynth/web-components/dist/desynth-grid.js';\nimport { defineCustomElement as defineDesynthHeader } from '@desynth/web-components/dist/desynth-header.js';\nimport { defineCustomElement as defineDesynthList } from '@desynth/web-components/dist/desynth-list.js';\nimport { defineCustomElement as defineDesynthLoader } from '@desynth/web-components/dist/desynth-loader.js';\nimport { defineCustomElement as defineDesynthModal } from '@desynth/web-components/dist/desynth-modal.js';\nimport { defineCustomElement as defineDesynthMultiStepper } from '@desynth/web-components/dist/desynth-multi-stepper.js';\nimport { defineCustomElement as defineDesynthPaper } from '@desynth/web-components/dist/desynth-paper.js';\nimport { defineCustomElement as defineDesynthRating } from '@desynth/web-components/dist/desynth-rating.js';\nimport { defineCustomElement as defineDesynthRenderer } from '@desynth/web-components/dist/desynth-renderer.js';\nimport { defineCustomElement as defineDesynthSelect } from '@desynth/web-components/dist/desynth-select.js';\nimport { defineCustomElement as defineDesynthStepStepper } from '@desynth/web-components/dist/desynth-step-stepper.js';\nimport { defineCustomElement as defineDesynthSwitch } from '@desynth/web-components/dist/desynth-switch.js';\nimport { defineCustomElement as defineDesynthTable } from '@desynth/web-components/dist/desynth-table.js';\nimport { defineCustomElement as defineDesynthTextArea } from '@desynth/web-components/dist/desynth-text-area.js';\nimport { defineCustomElement as defineDesynthTextInput } from '@desynth/web-components/dist/desynth-text-input.js';\nimport { defineCustomElement as defineDesynthTooltip } from '@desynth/web-components/dist/desynth-tooltip.js';\n@ProxyCmp({\n defineCustomElementFn: defineDesynthAccordion,\n inputs: ['summaryText', 'type']\n})\n@Component({\n selector: 'desynth-accordion',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: ['summaryText', 'type'],\n standalone: true\n})\nexport class DesynthAccordion {\n protected el: HTMLDesynthAccordionElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nexport declare interface DesynthAccordion extends Components.DesynthAccordion {}\n\n\n@ProxyCmp({\n defineCustomElementFn: defineDesynthAlert,\n inputs: ['alertId', 'alertText', 'alertType', 'duration', 'opened']\n})\n@Component({\n selector: 'desynth-alert',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: ['alertId', 'alertText', 'alertType', 'duration', 'opened'],\n standalone: true\n})\nexport class DesynthAlert {\n protected el: HTMLDesynthAlertElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n proxyOutputs(this, this.el, ['handleOpen', 'handleClose', 'handleBeforeClose']);\n }\n}\n\n\nimport type { BeforeCloseAlertEventDetail as IDesynthAlertBeforeCloseAlertEventDetail } from '@desynth/web-components/dist';\n\nexport declare interface DesynthAlert extends Components.DesynthAlert {\n /**\n * Emmits if the modal has been opened\n */\n handleOpen: EventEmitter<CustomEvent<void>>;\n /**\n * Emmits if the modal has been closed\n */\n handleClose: EventEmitter<CustomEvent<void>>;\n /**\n * Emmits if the modal before has been closed\n */\n handleBeforeClose: EventEmitter<CustomEvent<IDesynthAlertBeforeCloseAlertEventDetail>>;\n}\n\n\n@ProxyCmp({\n defineCustomElementFn: defineDesynthBreadcrumb,\n inputs: ['breadcrumbs', 'route']\n})\n@Component({\n selector: 'desynth-breadcrumb',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: ['breadcrumbs', 'route'],\n standalone: true\n})\nexport class DesynthBreadcrumb {\n protected el: HTMLDesynthBreadcrumbElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n proxyOutputs(this, this.el, ['handleInput', 'handleFocus', 'handleBlur']);\n }\n}\n\n\nexport declare interface DesynthBreadcrumb extends Components.DesynthBreadcrumb {\n /**\n * Emmits if input change, return HTML Input Event\n */\n handleInput: EventEmitter<CustomEvent<HTMLInputElement>>;\n /**\n * Emitted when the input is focus.\n */\n handleFocus: EventEmitter<CustomEvent<void>>;\n /**\n * Emitted when the input is blur.\n */\n handleBlur: EventEmitter<CustomEvent<void>>;\n}\n\n\n@ProxyCmp({\n defineCustomElementFn: defineDesynthButton,\n inputs: ['buttonId', 'buttonText', 'circular', 'disabled', 'type']\n})\n@Component({\n selector: 'desynth-button',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: ['buttonId', 'buttonText', 'circular', 'disabled', 'type'],\n standalone: true\n})\nexport class DesynthButton {\n protected el: HTMLDesynthButtonElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n proxyOutputs(this, this.el, ['handleClick', 'handleFocus', 'handleBlur']);\n }\n}\n\n\nexport declare interface DesynthButton extends Components.DesynthButton {\n /**\n * Emmits if the input change, return value\n */\n handleClick: EventEmitter<CustomEvent<void>>;\n /**\n * Emitted when the input is focus.\n */\n handleFocus: EventEmitter<CustomEvent<void>>;\n /**\n * Emitted when the input is blur.\n */\n handleBlur: EventEmitter<CustomEvent<void>>;\n}\n\n\n@ProxyCmp({\n defineCustomElementFn: defineDesynthButtonSlider,\n inputs: ['buttons']\n})\n@Component({\n selector: 'desynth-button-slider',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: ['buttons'],\n standalone: true\n})\nexport class DesynthButtonSlider {\n protected el: HTMLDesynthButtonSliderElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nexport declare interface DesynthButtonSlider extends Components.DesynthButtonSlider {}\n\n\n@ProxyCmp({\n defineCustomElementFn: defineDesynthCard,\n inputs: ['cardSize']\n})\n@Component({\n selector: 'desynth-card',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: ['cardSize'],\n standalone: true\n})\nexport class DesynthCard {\n protected el: HTMLDesynthCardElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nexport declare interface DesynthCard extends Components.DesynthCard {}\n\n\n@ProxyCmp({\n defineCustomElementFn: defineDesynthCheckbox,\n inputs: ['checkboxId', 'checkboxLabel', 'errorMessage', 'isChecked']\n})\n@Component({\n selector: 'desynth-checkbox',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: ['checkboxId', 'checkboxLabel', 'errorMessage', 'isChecked'],\n standalone: true\n})\nexport class DesynthCheckbox {\n protected el: HTMLDesynthCheckboxElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n proxyOutputs(this, this.el, ['handleClick']);\n }\n}\n\n\nimport type { CheckedChangeEventValue as IDesynthCheckboxCheckedChangeEventValue } from '@desynth/web-components/dist';\n\nexport declare interface DesynthCheckbox extends Components.DesynthCheckbox {\n /**\n * Emmits if the input change, return value\n */\n handleClick: EventEmitter<CustomEvent<IDesynthCheckboxCheckedChangeEventValue>>;\n}\n\n\n@ProxyCmp({\n defineCustomElementFn: defineDesynthDatePicker,\n inputs: ['dateSelected', 'firstDayOfWeek', 'inputName']\n})\n@Component({\n selector: 'desynth-date-picker',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: ['dateSelected', 'firstDayOfWeek', 'inputName'],\n standalone: true\n})\nexport class DesynthDatePicker {\n protected el: HTMLDesynthDatePickerElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n proxyOutputs(this, this.el, ['dateChanged']);\n }\n}\n\n\nimport type { InputChangeEventValue as IDesynthDatePickerInputChangeEventValue } from '@desynth/web-components/dist';\n\nexport declare interface DesynthDatePicker extends Components.DesynthDatePicker {\n\n dateChanged: EventEmitter<CustomEvent<IDesynthDatePickerInputChangeEventValue>>;\n}\n\n\n@ProxyCmp({\n defineCustomElementFn: defineDesynthDivider\n})\n@Component({\n selector: 'desynth-divider',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: [],\n standalone: true\n})\nexport class DesynthDivider {\n protected el: HTMLDesynthDividerElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nexport declare interface DesynthDivider extends Components.DesynthDivider {}\n\n\n@ProxyCmp({\n defineCustomElementFn: defineDesynthDrawer,\n inputs: ['items', 'open', 'type']\n})\n@Component({\n selector: 'desynth-drawer',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: ['items', 'open', 'type'],\n standalone: true\n})\nexport class DesynthDrawer {\n protected el: HTMLDesynthDrawerElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n proxyOutputs(this, this.el, ['handleClick', 'handleFocus', 'handleClose']);\n }\n}\n\n\nexport declare interface DesynthDrawer extends Components.DesynthDrawer {\n /**\n * Emmits if the input change, return value\n */\n handleClick: EventEmitter<CustomEvent<void>>;\n /**\n * Emitted when the input is focus.\n */\n handleFocus: EventEmitter<CustomEvent<void>>;\n /**\n * Emitted when the input is blur.\n */\n handleClose: EventEmitter<CustomEvent<void>>;\n}\n\n\n@ProxyCmp({\n defineCustomElementFn: defineDesynthDropFile\n})\n@Component({\n selector: 'desynth-drop-file',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: [],\n standalone: true\n})\nexport class DesynthDropFile {\n protected el: HTMLDesynthDropFileElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n proxyOutputs(this, this.el, ['filesDropped']);\n }\n}\n\n\nexport declare interface DesynthDropFile extends Components.DesynthDropFile {\n\n filesDropped: EventEmitter<CustomEvent<File[]>>;\n}\n\n\n@ProxyCmp({\n defineCustomElementFn: defineDesynthForm,\n inputs: ['hasSubmitButton', 'inputs']\n})\n@Component({\n selector: 'desynth-form',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: ['hasSubmitButton', 'inputs'],\n standalone: true\n})\nexport class DesynthForm {\n protected el: HTMLDesynthFormElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n proxyOutputs(this, this.el, ['clickSubmit', 'clickClear', 'handleChange']);\n }\n}\n\n\nimport type { IFormInput as IDesynthFormIFormInput } from '@desynth/web-components/dist';\n\nexport declare interface DesynthForm extends Components.DesynthForm {\n /**\n * Emmits if the input change, return value\n */\n clickSubmit: EventEmitter<CustomEvent<void>>;\n\n clickClear: EventEmitter<CustomEvent<void>>;\n\n handleChange: EventEmitter<CustomEvent<IDesynthFormIFormInput>>;\n}\n\n\n@ProxyCmp({\n defineCustomElementFn: defineDesynthGrid,\n inputs: ['columnSpacing', 'columns', 'container', 'direction', 'item', 'lg', 'md', 'rowSpacing', 'sm', 'spacing', 'wrap', 'xl', 'xs', 'zeroMinWidth']\n})\n@Component({\n selector: 'desynth-grid',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: ['columnSpacing', 'columns', 'container', 'direction', 'item', 'lg', 'md', 'rowSpacing', 'sm', 'spacing', 'wrap', 'xl', 'xs', 'zeroMinWidth'],\n standalone: true\n})\nexport class DesynthGrid {\n protected el: HTMLDesynthGridElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nexport declare interface DesynthGrid extends Components.DesynthGrid {}\n\n\n@ProxyCmp({\n defineCustomElementFn: defineDesynthHeader,\n inputs: ['buttonId', 'items']\n})\n@Component({\n selector: 'desynth-header',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: ['buttonId', 'items'],\n standalone: true\n})\nexport class DesynthHeader {\n protected el: HTMLDesynthHeaderElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n proxyOutputs(this, this.el, ['handleClick', 'handleFocus', 'handleBlur']);\n }\n}\n\n\nexport declare interface DesynthHeader extends Components.DesynthHeader {\n /**\n * Emmits if the input change, return value\n */\n handleClick: EventEmitter<CustomEvent<void>>;\n /**\n * Emitted when the input is focus.\n */\n handleFocus: EventEmitter<CustomEvent<void>>;\n /**\n * Emitted when the input is blur.\n */\n handleBlur: EventEmitter<CustomEvent<void>>;\n}\n\n\n@ProxyCmp({\n defineCustomElementFn: defineDesynthList,\n inputs: ['items']\n})\n@Component({\n selector: 'desynth-list',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: ['items'],\n standalone: true\n})\nexport class DesynthList {\n protected el: HTMLDesynthListElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n proxyOutputs(this, this.el, ['itemClicked']);\n }\n}\n\n\nimport type { ListItem as IDesynthListListItem } from '@desynth/web-components/dist';\n\nexport declare interface DesynthList extends Components.DesynthList {\n\n itemClicked: EventEmitter<CustomEvent<IDesynthListListItem>>;\n}\n\n\n@ProxyCmp({\n defineCustomElementFn: defineDesynthLoader,\n inputs: ['message']\n})\n@Component({\n selector: 'desynth-loader',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: ['message'],\n standalone: true\n})\nexport class DesynthLoader {\n protected el: HTMLDesynthLoaderElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nexport declare interface DesynthLoader extends Components.DesynthLoader {}\n\n\n@ProxyCmp({\n defineCustomElementFn: defineDesynthModal,\n inputs: ['duration', 'headTitle', 'opened', 'size']\n})\n@Component({\n selector: 'desynth-modal',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: ['duration', 'headTitle', 'opened', 'size'],\n standalone: true\n})\nexport class DesynthModal {\n protected el: HTMLDesynthModalElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n proxyOutputs(this, this.el, ['handleOpen', 'handleClose', 'handleBeforeClose']);\n }\n}\n\n\nimport type { BeforeCloseEventDetail as IDesynthModalBeforeCloseEventDetail } from '@desynth/web-components/dist';\n\nexport declare interface DesynthModal extends Components.DesynthModal {\n /**\n * Emmits if the modal has been opened\n */\n handleOpen: EventEmitter<CustomEvent<void>>;\n /**\n * Emmits if the modal has been closed\n */\n handleClose: EventEmitter<CustomEvent<void>>;\n /**\n * Emmits if the modal before has been closed\n */\n handleBeforeClose: EventEmitter<CustomEvent<IDesynthModalBeforeCloseEventDetail>>;\n}\n\n\n@ProxyCmp({\n defineCustomElementFn: defineDesynthMultiStepper,\n inputs: ['validators']\n})\n@Component({\n selector: 'desynth-multi-stepper',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: ['validators'],\n standalone: true\n})\nexport class DesynthMultiStepper {\n protected el: HTMLDesynthMultiStepperElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n proxyOutputs(this, this.el, ['handleSubmit']);\n }\n}\n\n\nexport declare interface DesynthMultiStepper extends Components.DesynthMultiStepper {\n /**\n * Emmits if the modal has been opened\n */\n handleSubmit: EventEmitter<CustomEvent<void>>;\n}\n\n\n@ProxyCmp({\n defineCustomElementFn: defineDesynthPaper,\n inputs: ['paperSize']\n})\n@Component({\n selector: 'desynth-paper',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: ['paperSize'],\n standalone: true\n})\nexport class DesynthPaper {\n protected el: HTMLDesynthPaperElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nexport declare interface DesynthPaper extends Components.DesynthPaper {}\n\n\n@ProxyCmp({\n defineCustomElementFn: defineDesynthRating,\n inputs: ['inputName', 'rating']\n})\n@Component({\n selector: 'desynth-rating',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: ['inputName', 'rating'],\n standalone: true\n})\nexport class DesynthRating {\n protected el: HTMLDesynthRatingElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n proxyOutputs(this, this.el, ['handleChange']);\n }\n}\n\n\nimport type { TextInputChangeEventValue as IDesynthRatingTextInputChangeEventValue } from '@desynth/web-components/dist';\n\nexport declare interface DesynthRating extends Components.DesynthRating {\n /**\n * Emmits if the input change, return value\n */\n handleChange: EventEmitter<CustomEvent<IDesynthRatingTextInputChangeEventValue>>;\n}\n\n\n@ProxyCmp({\n defineCustomElementFn: defineDesynthRenderer,\n inputs: ['content']\n})\n@Component({\n selector: 'desynth-renderer',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: ['content'],\n standalone: true\n})\nexport class DesynthRenderer {\n protected el: HTMLDesynthRendererElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nexport declare interface DesynthRenderer extends Components.DesynthRenderer {}\n\n\n@ProxyCmp({\n defineCustomElementFn: defineDesynthSelect,\n inputs: ['errorMessage', 'inputId', 'inputName', 'inputValue', 'options', 'size']\n})\n@Component({\n selector: 'desynth-select',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: ['errorMessage', 'inputId', 'inputName', 'inputValue', 'options', 'size'],\n standalone: true\n})\nexport class DesynthSelect {\n protected el: HTMLDesynthSelectElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n proxyOutputs(this, this.el, ['handleChange', 'handleInput', 'handleFocus', 'handleBlur']);\n }\n}\n\n\nimport type { InputChangeEventValue as IDesynthSelectInputChangeEventValue } from '@desynth/web-components/dist';\n\nexport declare interface DesynthSelect extends Components.DesynthSelect {\n /**\n * Emmits if the input change, return value\n */\n handleChange: EventEmitter<CustomEvent<IDesynthSelectInputChangeEventValue>>;\n /**\n * Emmits if input change, return HTML Input Event\n */\n handleInput: EventEmitter<CustomEvent<HTMLInputElement>>;\n /**\n * Emitted when the input is focus.\n */\n handleFocus: EventEmitter<CustomEvent<void>>;\n /**\n * Emitted when the input is blur.\n */\n handleBlur: EventEmitter<CustomEvent<void>>;\n}\n\n\n@ProxyCmp({\n defineCustomElementFn: defineDesynthStepStepper,\n inputs: ['active']\n})\n@Component({\n selector: 'desynth-step-stepper',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: ['active'],\n standalone: true\n})\nexport class DesynthStepStepper {\n protected el: HTMLDesynthStepStepperElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nexport declare interface DesynthStepStepper extends Components.DesynthStepStepper {}\n\n\n@ProxyCmp({\n defineCustomElementFn: defineDesynthSwitch,\n inputs: ['errorMessage', 'inputId', 'inputLabel', 'isChecked']\n})\n@Component({\n selector: 'desynth-switch',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: ['errorMessage', 'inputId', 'inputLabel', 'isChecked'],\n standalone: true\n})\nexport class DesynthSwitch {\n protected el: HTMLDesynthSwitchElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n proxyOutputs(this, this.el, ['handleClick', 'handleInput', 'handleFocus', 'handleBlur']);\n }\n}\n\n\nimport type { SwitchChangeEventValue as IDesynthSwitchSwitchChangeEventValue } from '@desynth/web-components/dist';\n\nexport declare interface DesynthSwitch extends Components.DesynthSwitch {\n /**\n * Emmits if the input change, return value\n */\n handleClick: EventEmitter<CustomEvent<IDesynthSwitchSwitchChangeEventValue>>;\n /**\n * Emmits if input change, return HTML Input Event\n */\n handleInput: EventEmitter<CustomEvent<HTMLInputElement>>;\n /**\n * Emitted when the input is focus.\n */\n handleFocus: EventEmitter<CustomEvent<void>>;\n /**\n * Emitted when the input is blur.\n */\n handleBlur: EventEmitter<CustomEvent<void>>;\n}\n\n\n@ProxyCmp({\n defineCustomElementFn: defineDesynthTable,\n inputs: ['_actions', '_column_keys', '_columns', '_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 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']);\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 defineCustomElementFn: defineDesynthTextArea,\n inputs: ['errorMessage', 'inputId', 'inputName', 'inputValue']\n})\n@Component({\n selector: 'desynth-text-area',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: ['errorMessage', 'inputId', 'inputName', 'inputValue'],\n standalone: true\n})\nexport class DesynthTextArea {\n protected el: HTMLDesynthTextAreaElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n proxyOutputs(this, this.el, ['handleChange', 'handleInput', 'handleFocus', 'handleBlur']);\n }\n}\n\n\nimport type { InputChangeEventValue as IDesynthTextAreaInputChangeEventValue } from '@desynth/web-components/dist';\n\nexport declare interface DesynthTextArea extends Components.DesynthTextArea {\n /**\n * Emmits if the input change, return value\n */\n handleChange: EventEmitter<CustomEvent<IDesynthTextAreaInputChangeEventValue>>;\n /**\n * Emmits if input change, return HTML Input Event\n */\n handleInput: EventEmitter<CustomEvent<HTMLInputElement>>;\n /**\n * Emitted when the input is focus.\n */\n handleFocus: EventEmitter<CustomEvent<void>>;\n /**\n * Emitted when the input is blur.\n */\n handleBlur: EventEmitter<CustomEvent<void>>;\n}\n\n\n@ProxyCmp({\n defineCustomElementFn: defineDesynthTextInput,\n inputs: ['errorMessage', 'inputId', 'inputName', 'inputType', 'inputValue']\n})\n@Component({\n selector: 'desynth-text-input',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: ['errorMessage', 'inputId', 'inputName', 'inputType', 'inputValue'],\n standalone: true\n})\nexport class DesynthTextInput {\n protected el: HTMLDesynthTextInputElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n proxyOutputs(this, this.el, ['handleChange', 'handleInput', 'handleFocus', 'handleBlur']);\n }\n}\n\n\nimport type { TextInputChangeEventValue as IDesynthTextInputTextInputChangeEventValue } from '@desynth/web-components/dist';\n\nexport declare interface DesynthTextInput extends Components.DesynthTextInput {\n /**\n * Emmits if the input change, return value\n */\n handleChange: EventEmitter<CustomEvent<IDesynthTextInputTextInputChangeEventValue>>;\n /**\n * Emmits if input change, return HTML Input Event\n */\n handleInput: EventEmitter<CustomEvent<HTMLInputElement>>;\n /**\n * Emitted when the input is focus.\n */\n handleFocus: EventEmitter<CustomEvent<void>>;\n /**\n * Emitted when the input is blur.\n */\n handleBlur: EventEmitter<CustomEvent<void>>;\n}\n\n\n@ProxyCmp({\n defineCustomElementFn: defineDesynthTooltip,\n inputs: ['direction', 'message']\n})\n@Component({\n selector: 'desynth-tooltip',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: ['direction', 'message'],\n standalone: true\n})\nexport class DesynthTooltip {\n protected el: HTMLDesynthTooltipElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nexport declare interface DesynthTooltip extends Components.DesynthTooltip {}\n\n\n","import { NgModule } from \"@angular/core\";\n\nimport * as d from './directives/proxies';\n\nconst DIRECTIVES = [\n d.DesynthAccordion,\n d.DesynthAlert,\n d.DesynthBreadcrumb,\n d.DesynthButton,\n d.DesynthButtonSlider,\n d.DesynthCard,\n d.DesynthCheckbox,\n d.DesynthDatePicker,\n d.DesynthDivider,\n d.DesynthDrawer,\n d.DesynthDropFile,\n d.DesynthForm,\n d.DesynthGrid,\n d.DesynthHeader,\n d.DesynthList,\n d.DesynthLoader,\n d.DesynthModal,\n d.DesynthMultiStepper,\n d.DesynthPaper,\n d.DesynthRating,\n d.DesynthRenderer,\n d.DesynthSelect,\n d.DesynthStepStepper,\n d.DesynthSwitch,\n d.DesynthTable,\n d.DesynthTextArea,\n d.DesynthTextInput,\n d.DesynthTooltip\n];\n\n@NgModule({\n declarations: [\n ],\n exports: [\n ...DIRECTIVES\n ],\n imports: [\n ...DIRECTIVES\n ],\n})\nexport class StencilWrapperModule {}","/*\n * Public API Surface of stencil-wrapper\n */\n\nexport { StencilWrapperModule } from './src/stencil-wrapper.module';\nexport * from './src/directives/proxies';","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":["defineDesynthAccordion","defineDesynthAlert","defineDesynthBreadcrumb","defineDesynthButton","defineDesynthButtonSlider","defineDesynthCard","defineDesynthCheckbox","defineDesynthDatePicker","defineDesynthDivider","defineDesynthDrawer","defineDesynthDropFile","defineDesynthForm","defineDesynthGrid","defineDesynthHeader","defineDesynthList","defineDesynthLoader","defineDesynthModal","defineDesynthMultiStepper","defineDesynthPaper","defineDesynthRating","defineDesynthRenderer","defineDesynthSelect","defineDesynthStepStepper","defineDesynthSwitch","defineDesynthTable","defineDesynthTextArea","defineDesynthTextInput","defineDesynthTooltip","d.DesynthAccordion","d.DesynthAlert","d.DesynthBreadcrumb","d.DesynthButton","d.DesynthButtonSlider","d.DesynthCard","d.DesynthCheckbox","d.DesynthDatePicker","d.DesynthDivider","d.DesynthDrawer","d.DesynthDropFile","d.DesynthForm","d.DesynthGrid","d.DesynthHeader","d.DesynthList","d.DesynthLoader","d.DesynthModal","d.DesynthMultiStepper","d.DesynthPaper","d.DesynthRating","d.DesynthRenderer","d.DesynthSelect","d.DesynthStepStepper","d.DesynthSwitch","d.DesynthTable","d.DesynthTextArea","d.DesynthTextInput","d.DesynthTooltip","i1.DesynthAccordion","i1.DesynthAlert","i1.DesynthBreadcrumb","i1.DesynthButton","i1.DesynthButtonSlider","i1.DesynthCard","i1.DesynthCheckbox","i1.DesynthDatePicker","i1.DesynthDivider","i1.DesynthDrawer","i1.DesynthDropFile","i1.DesynthForm","i1.DesynthGrid","i1.DesynthHeader","i1.DesynthList","i1.DesynthLoader","i1.DesynthModal","i1.DesynthMultiStepper","i1.DesynthPaper","i1.DesynthRating","i1.DesynthRenderer","i1.DesynthSelect","i1.DesynthStepStepper","i1.DesynthSwitch","i1.DesynthTable","i1.DesynthTextArea","i1.DesynthTextInput","i1.DesynthTooltip"],"mappings":"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"}
|
|
@@ -1,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,7 +355,7 @@ 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
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>;
|
|
@@ -367,7 +367,7 @@ export declare interface DesynthTable extends Components.DesynthTable {
|
|
|
367
367
|
}
|
|
368
368
|
export declare class DesynthTextArea {
|
|
369
369
|
protected z: NgZone;
|
|
370
|
-
protected el:
|
|
370
|
+
protected el: HTMLDesynthTextAreaElement;
|
|
371
371
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
372
372
|
static ɵfac: i0.ɵɵFactoryDeclaration<DesynthTextArea, never>;
|
|
373
373
|
static ɵcmp: i0.ɵɵComponentDeclaration<DesynthTextArea, "desynth-text-area", never, { "errorMessage": { "alias": "errorMessage"; "required": false; }; "inputId": { "alias": "inputId"; "required": false; }; "inputName": { "alias": "inputName"; "required": false; }; "inputValue": { "alias": "inputValue"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
@@ -392,7 +392,7 @@ export declare interface DesynthTextArea extends Components.DesynthTextArea {
|
|
|
392
392
|
}
|
|
393
393
|
export declare class DesynthTextInput {
|
|
394
394
|
protected z: NgZone;
|
|
395
|
-
protected el:
|
|
395
|
+
protected el: HTMLDesynthTextInputElement;
|
|
396
396
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
397
397
|
static ɵfac: i0.ɵɵFactoryDeclaration<DesynthTextInput, never>;
|
|
398
398
|
static ɵcmp: i0.ɵɵComponentDeclaration<DesynthTextInput, "desynth-text-input", never, { "errorMessage": { "alias": "errorMessage"; "required": false; }; "inputId": { "alias": "inputId"; "required": false; }; "inputName": { "alias": "inputName"; "required": false; }; "inputType": { "alias": "inputType"; "required": false; }; "inputValue": { "alias": "inputValue"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
@@ -417,7 +417,7 @@ export declare interface DesynthTextInput extends Components.DesynthTextInput {
|
|
|
417
417
|
}
|
|
418
418
|
export declare class DesynthTooltip {
|
|
419
419
|
protected z: NgZone;
|
|
420
|
-
protected el:
|
|
420
|
+
protected el: HTMLDesynthTooltipElement;
|
|
421
421
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
422
422
|
static ɵfac: i0.ɵɵFactoryDeclaration<DesynthTooltip, never>;
|
|
423
423
|
static ɵcmp: i0.ɵɵComponentDeclaration<DesynthTooltip, "desynth-tooltip", never, { "direction": { "alias": "direction"; "required": false; }; "message": { "alias": "message"; "required": false; }; }, {}, never, ["*"], true, never>;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@desynth/web-components-angular",
|
|
3
3
|
"sideEffects": false,
|
|
4
|
-
"version": "26.1.25-alpha.
|
|
4
|
+
"version": "26.1.25-alpha.05",
|
|
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",
|