@diwacopilot/components-angular 1.0.0

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.
@@ -0,0 +1,1304 @@
1
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
2
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
3
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
4
+ else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
5
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
6
+ };
7
+ /* tslint:disable */
8
+ /* auto-generated angular directive proxies */
9
+ import { ChangeDetectionStrategy, Component } from '@angular/core';
10
+ import { ProxyCmp, proxyOutputs } from './angular-component-lib/utils';
11
+ let DiwaAccordion = class DiwaAccordion {
12
+ z;
13
+ el;
14
+ constructor(c, r, z) {
15
+ this.z = z;
16
+ c.detach();
17
+ this.el = r.nativeElement;
18
+ proxyOutputs(this, this.el, ['update']);
19
+ }
20
+ };
21
+ DiwaAccordion = __decorate([
22
+ ProxyCmp({
23
+ inputs: ['compact', 'heading', 'headingTag', 'open', 'theme']
24
+ }),
25
+ Component({
26
+ selector: 'diwa-accordion',
27
+ changeDetection: ChangeDetectionStrategy.OnPush,
28
+ template: '<ng-content></ng-content>',
29
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
30
+ inputs: ['compact', 'heading', 'headingTag', 'open', 'theme'],
31
+ })
32
+ ], DiwaAccordion);
33
+ export { DiwaAccordion };
34
+ let DiwaBadge = class DiwaBadge {
35
+ z;
36
+ el;
37
+ constructor(c, r, z) {
38
+ this.z = z;
39
+ c.detach();
40
+ this.el = r.nativeElement;
41
+ }
42
+ };
43
+ DiwaBadge = __decorate([
44
+ ProxyCmp({
45
+ inputs: ['label', 'size', 'theme', 'variant']
46
+ }),
47
+ Component({
48
+ selector: 'diwa-badge',
49
+ changeDetection: ChangeDetectionStrategy.OnPush,
50
+ template: '<ng-content></ng-content>',
51
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
52
+ inputs: ['label', 'size', 'theme', 'variant'],
53
+ })
54
+ ], DiwaBadge);
55
+ export { DiwaBadge };
56
+ let DiwaButton = class DiwaButton {
57
+ z;
58
+ el;
59
+ constructor(c, r, z) {
60
+ this.z = z;
61
+ c.detach();
62
+ this.el = r.nativeElement;
63
+ }
64
+ };
65
+ DiwaButton = __decorate([
66
+ ProxyCmp({
67
+ inputs: ['disabled', 'hideLabel', 'href', 'icon', 'label', 'loading', 'name', 'size', 'target', 'theme', 'type', 'value', 'variant']
68
+ }),
69
+ Component({
70
+ selector: 'diwa-button',
71
+ changeDetection: ChangeDetectionStrategy.OnPush,
72
+ template: '<ng-content></ng-content>',
73
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
74
+ inputs: ['disabled', 'hideLabel', 'href', 'icon', 'label', 'loading', 'name', 'size', 'target', 'theme', 'type', 'value', 'variant'],
75
+ })
76
+ ], DiwaButton);
77
+ export { DiwaButton };
78
+ let DiwaButtonPure = class DiwaButtonPure {
79
+ z;
80
+ el;
81
+ constructor(c, r, z) {
82
+ this.z = z;
83
+ c.detach();
84
+ this.el = r.nativeElement;
85
+ }
86
+ };
87
+ DiwaButtonPure = __decorate([
88
+ ProxyCmp({
89
+ inputs: ['active', 'alignLabel', 'disabled', 'hideLabel', 'href', 'icon', 'label', 'loading', 'name', 'size', 'stretch', 'target', 'theme', 'type', 'underline', 'value']
90
+ }),
91
+ Component({
92
+ selector: 'diwa-button-pure',
93
+ changeDetection: ChangeDetectionStrategy.OnPush,
94
+ template: '<ng-content></ng-content>',
95
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
96
+ inputs: ['active', 'alignLabel', 'disabled', 'hideLabel', 'href', 'icon', 'label', 'loading', 'name', 'size', 'stretch', 'target', 'theme', 'type', 'underline', 'value'],
97
+ })
98
+ ], DiwaButtonPure);
99
+ export { DiwaButtonPure };
100
+ let DiwaCheckbox = class DiwaCheckbox {
101
+ z;
102
+ el;
103
+ constructor(c, r, z) {
104
+ this.z = z;
105
+ c.detach();
106
+ this.el = r.nativeElement;
107
+ proxyOutputs(this, this.el, ['update']);
108
+ }
109
+ };
110
+ DiwaCheckbox = __decorate([
111
+ ProxyCmp({
112
+ inputs: ['checked', 'compact', 'disabled', 'hideLabel', 'indeterminate', 'label', 'message', 'name', 'required', 'state', 'theme', 'value']
113
+ }),
114
+ Component({
115
+ selector: 'diwa-checkbox',
116
+ changeDetection: ChangeDetectionStrategy.OnPush,
117
+ template: '<ng-content></ng-content>',
118
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
119
+ inputs: ['checked', 'compact', 'disabled', 'hideLabel', 'indeterminate', 'label', 'message', 'name', 'required', 'state', 'theme', 'value'],
120
+ })
121
+ ], DiwaCheckbox);
122
+ export { DiwaCheckbox };
123
+ let DiwaDivider = class DiwaDivider {
124
+ z;
125
+ el;
126
+ constructor(c, r, z) {
127
+ this.z = z;
128
+ c.detach();
129
+ this.el = r.nativeElement;
130
+ }
131
+ };
132
+ DiwaDivider = __decorate([
133
+ ProxyCmp({
134
+ inputs: ['orientation', 'theme']
135
+ }),
136
+ Component({
137
+ selector: 'diwa-divider',
138
+ changeDetection: ChangeDetectionStrategy.OnPush,
139
+ template: '<ng-content></ng-content>',
140
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
141
+ inputs: ['orientation', 'theme'],
142
+ })
143
+ ], DiwaDivider);
144
+ export { DiwaDivider };
145
+ let DiwaFlyout = class DiwaFlyout {
146
+ z;
147
+ el;
148
+ constructor(c, r, z) {
149
+ this.z = z;
150
+ c.detach();
151
+ this.el = r.nativeElement;
152
+ proxyOutputs(this, this.el, ['dismiss']);
153
+ }
154
+ };
155
+ DiwaFlyout = __decorate([
156
+ ProxyCmp({
157
+ inputs: ['backdrop', 'heading', 'open', 'position', 'theme']
158
+ }),
159
+ Component({
160
+ selector: 'diwa-flyout',
161
+ changeDetection: ChangeDetectionStrategy.OnPush,
162
+ template: '<ng-content></ng-content>',
163
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
164
+ inputs: ['backdrop', 'heading', 'open', 'position', 'theme'],
165
+ })
166
+ ], DiwaFlyout);
167
+ export { DiwaFlyout };
168
+ let DiwaIcon = class DiwaIcon {
169
+ z;
170
+ el;
171
+ constructor(c, r, z) {
172
+ this.z = z;
173
+ c.detach();
174
+ this.el = r.nativeElement;
175
+ }
176
+ };
177
+ DiwaIcon = __decorate([
178
+ ProxyCmp({
179
+ inputs: ['color', 'label', 'name', 'size', 'theme']
180
+ }),
181
+ Component({
182
+ selector: 'diwa-icon',
183
+ changeDetection: ChangeDetectionStrategy.OnPush,
184
+ template: '<ng-content></ng-content>',
185
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
186
+ inputs: ['color', 'label', 'name', 'size', 'theme'],
187
+ })
188
+ ], DiwaIcon);
189
+ export { DiwaIcon };
190
+ let DiwaInlineNotification = class DiwaInlineNotification {
191
+ z;
192
+ el;
193
+ constructor(c, r, z) {
194
+ this.z = z;
195
+ c.detach();
196
+ this.el = r.nativeElement;
197
+ proxyOutputs(this, this.el, ['dismiss', 'action']);
198
+ }
199
+ };
200
+ DiwaInlineNotification = __decorate([
201
+ ProxyCmp({
202
+ inputs: ['actionLabel', 'actionLoading', 'description', 'dismissButton', 'heading', 'state', 'theme']
203
+ }),
204
+ Component({
205
+ selector: 'diwa-inline-notification',
206
+ changeDetection: ChangeDetectionStrategy.OnPush,
207
+ template: '<ng-content></ng-content>',
208
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
209
+ inputs: ['actionLabel', 'actionLoading', 'description', 'dismissButton', 'heading', 'state', 'theme'],
210
+ })
211
+ ], DiwaInlineNotification);
212
+ export { DiwaInlineNotification };
213
+ let DiwaInput = class DiwaInput {
214
+ z;
215
+ el;
216
+ constructor(c, r, z) {
217
+ this.z = z;
218
+ c.detach();
219
+ this.el = r.nativeElement;
220
+ proxyOutputs(this, this.el, ['diwaInput', 'diwaChange', 'diwaFocus', 'diwaBlur']);
221
+ }
222
+ };
223
+ DiwaInput = __decorate([
224
+ ProxyCmp({
225
+ inputs: ['autocomplete', 'disabled', 'hint', 'inputId', 'label', 'name', 'placeholder', 'readonly', 'required', 'state', 'theme', 'type', 'value']
226
+ }),
227
+ Component({
228
+ selector: 'diwa-input',
229
+ changeDetection: ChangeDetectionStrategy.OnPush,
230
+ template: '<ng-content></ng-content>',
231
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
232
+ inputs: ['autocomplete', 'disabled', 'hint', 'inputId', 'label', 'name', 'placeholder', 'readonly', 'required', 'state', 'theme', 'type', 'value'],
233
+ })
234
+ ], DiwaInput);
235
+ export { DiwaInput };
236
+ let DiwaInputDate = class DiwaInputDate {
237
+ z;
238
+ el;
239
+ constructor(c, r, z) {
240
+ this.z = z;
241
+ c.detach();
242
+ this.el = r.nativeElement;
243
+ proxyOutputs(this, this.el, ['change', 'input', 'blur', 'focus']);
244
+ }
245
+ };
246
+ DiwaInputDate = __decorate([
247
+ ProxyCmp({
248
+ inputs: ['autoComplete', 'compact', 'description', 'disabled', 'hideLabel', 'label', 'max', 'message', 'min', 'name', 'placeholder', 'readonly', 'required', 'state', 'theme', 'value']
249
+ }),
250
+ Component({
251
+ selector: 'diwa-input-date',
252
+ changeDetection: ChangeDetectionStrategy.OnPush,
253
+ template: '<ng-content></ng-content>',
254
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
255
+ inputs: ['autoComplete', 'compact', 'description', 'disabled', 'hideLabel', 'label', 'max', 'message', 'min', 'name', 'placeholder', 'readonly', 'required', 'state', 'theme', 'value'],
256
+ })
257
+ ], DiwaInputDate);
258
+ export { DiwaInputDate };
259
+ let DiwaInputEmail = class DiwaInputEmail {
260
+ z;
261
+ el;
262
+ constructor(c, r, z) {
263
+ this.z = z;
264
+ c.detach();
265
+ this.el = r.nativeElement;
266
+ proxyOutputs(this, this.el, ['change', 'input', 'blur', 'focus']);
267
+ }
268
+ };
269
+ DiwaInputEmail = __decorate([
270
+ ProxyCmp({
271
+ inputs: ['autoComplete', 'compact', 'description', 'disabled', 'hideLabel', 'label', 'message', 'name', 'placeholder', 'readonly', 'required', 'state', 'theme', 'value']
272
+ }),
273
+ Component({
274
+ selector: 'diwa-input-email',
275
+ changeDetection: ChangeDetectionStrategy.OnPush,
276
+ template: '<ng-content></ng-content>',
277
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
278
+ inputs: ['autoComplete', 'compact', 'description', 'disabled', 'hideLabel', 'label', 'message', 'name', 'placeholder', 'readonly', 'required', 'state', 'theme', 'value'],
279
+ })
280
+ ], DiwaInputEmail);
281
+ export { DiwaInputEmail };
282
+ let DiwaInputMonth = class DiwaInputMonth {
283
+ z;
284
+ el;
285
+ constructor(c, r, z) {
286
+ this.z = z;
287
+ c.detach();
288
+ this.el = r.nativeElement;
289
+ proxyOutputs(this, this.el, ['change', 'input', 'blur', 'focus']);
290
+ }
291
+ };
292
+ DiwaInputMonth = __decorate([
293
+ ProxyCmp({
294
+ inputs: ['autoComplete', 'compact', 'description', 'disabled', 'hideLabel', 'label', 'max', 'message', 'min', 'name', 'placeholder', 'readonly', 'required', 'state', 'theme', 'value']
295
+ }),
296
+ Component({
297
+ selector: 'diwa-input-month',
298
+ changeDetection: ChangeDetectionStrategy.OnPush,
299
+ template: '<ng-content></ng-content>',
300
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
301
+ inputs: ['autoComplete', 'compact', 'description', 'disabled', 'hideLabel', 'label', 'max', 'message', 'min', 'name', 'placeholder', 'readonly', 'required', 'state', 'theme', 'value'],
302
+ })
303
+ ], DiwaInputMonth);
304
+ export { DiwaInputMonth };
305
+ let DiwaInputNumber = class DiwaInputNumber {
306
+ z;
307
+ el;
308
+ constructor(c, r, z) {
309
+ this.z = z;
310
+ c.detach();
311
+ this.el = r.nativeElement;
312
+ proxyOutputs(this, this.el, ['change', 'input', 'blur', 'focus']);
313
+ }
314
+ };
315
+ DiwaInputNumber = __decorate([
316
+ ProxyCmp({
317
+ inputs: ['autoComplete', 'compact', 'description', 'disabled', 'hideLabel', 'label', 'max', 'message', 'min', 'name', 'placeholder', 'readonly', 'required', 'state', 'step', 'theme', 'value']
318
+ }),
319
+ Component({
320
+ selector: 'diwa-input-number',
321
+ changeDetection: ChangeDetectionStrategy.OnPush,
322
+ template: '<ng-content></ng-content>',
323
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
324
+ inputs: ['autoComplete', 'compact', 'description', 'disabled', 'hideLabel', 'label', 'max', 'message', 'min', 'name', 'placeholder', 'readonly', 'required', 'state', 'step', 'theme', 'value'],
325
+ })
326
+ ], DiwaInputNumber);
327
+ export { DiwaInputNumber };
328
+ let DiwaInputPassword = class DiwaInputPassword {
329
+ z;
330
+ el;
331
+ constructor(c, r, z) {
332
+ this.z = z;
333
+ c.detach();
334
+ this.el = r.nativeElement;
335
+ proxyOutputs(this, this.el, ['change', 'input', 'blur', 'focus']);
336
+ }
337
+ };
338
+ DiwaInputPassword = __decorate([
339
+ ProxyCmp({
340
+ inputs: ['autoComplete', 'compact', 'description', 'disabled', 'hideLabel', 'label', 'message', 'name', 'placeholder', 'readonly', 'required', 'showToggle', 'state', 'theme', 'value']
341
+ }),
342
+ Component({
343
+ selector: 'diwa-input-password',
344
+ changeDetection: ChangeDetectionStrategy.OnPush,
345
+ template: '<ng-content></ng-content>',
346
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
347
+ inputs: ['autoComplete', 'compact', 'description', 'disabled', 'hideLabel', 'label', 'message', 'name', 'placeholder', 'readonly', 'required', 'showToggle', 'state', 'theme', 'value'],
348
+ })
349
+ ], DiwaInputPassword);
350
+ export { DiwaInputPassword };
351
+ let DiwaInputSearch = class DiwaInputSearch {
352
+ z;
353
+ el;
354
+ constructor(c, r, z) {
355
+ this.z = z;
356
+ c.detach();
357
+ this.el = r.nativeElement;
358
+ proxyOutputs(this, this.el, ['change', 'input', 'blur', 'focus']);
359
+ }
360
+ };
361
+ DiwaInputSearch = __decorate([
362
+ ProxyCmp({
363
+ inputs: ['autoComplete', 'compact', 'description', 'disabled', 'hideLabel', 'label', 'message', 'name', 'placeholder', 'readonly', 'required', 'showClearButton', 'state', 'theme', 'value']
364
+ }),
365
+ Component({
366
+ selector: 'diwa-input-search',
367
+ changeDetection: ChangeDetectionStrategy.OnPush,
368
+ template: '<ng-content></ng-content>',
369
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
370
+ inputs: ['autoComplete', 'compact', 'description', 'disabled', 'hideLabel', 'label', 'message', 'name', 'placeholder', 'readonly', 'required', 'showClearButton', 'state', 'theme', 'value'],
371
+ })
372
+ ], DiwaInputSearch);
373
+ export { DiwaInputSearch };
374
+ let DiwaInputTel = class DiwaInputTel {
375
+ z;
376
+ el;
377
+ constructor(c, r, z) {
378
+ this.z = z;
379
+ c.detach();
380
+ this.el = r.nativeElement;
381
+ proxyOutputs(this, this.el, ['change', 'input', 'blur', 'focus']);
382
+ }
383
+ };
384
+ DiwaInputTel = __decorate([
385
+ ProxyCmp({
386
+ inputs: ['autoComplete', 'compact', 'description', 'disabled', 'hideLabel', 'label', 'message', 'name', 'placeholder', 'readonly', 'required', 'state', 'theme', 'value']
387
+ }),
388
+ Component({
389
+ selector: 'diwa-input-tel',
390
+ changeDetection: ChangeDetectionStrategy.OnPush,
391
+ template: '<ng-content></ng-content>',
392
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
393
+ inputs: ['autoComplete', 'compact', 'description', 'disabled', 'hideLabel', 'label', 'message', 'name', 'placeholder', 'readonly', 'required', 'state', 'theme', 'value'],
394
+ })
395
+ ], DiwaInputTel);
396
+ export { DiwaInputTel };
397
+ let DiwaInputText = class DiwaInputText {
398
+ z;
399
+ el;
400
+ constructor(c, r, z) {
401
+ this.z = z;
402
+ c.detach();
403
+ this.el = r.nativeElement;
404
+ proxyOutputs(this, this.el, ['change', 'input', 'blur', 'focus']);
405
+ }
406
+ };
407
+ DiwaInputText = __decorate([
408
+ ProxyCmp({
409
+ inputs: ['autoComplete', 'compact', 'description', 'disabled', 'hideLabel', 'label', 'maxLength', 'message', 'minLength', 'name', 'placeholder', 'readonly', 'required', 'spellCheck', 'state', 'theme', 'value']
410
+ }),
411
+ Component({
412
+ selector: 'diwa-input-text',
413
+ changeDetection: ChangeDetectionStrategy.OnPush,
414
+ template: '<ng-content></ng-content>',
415
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
416
+ inputs: ['autoComplete', 'compact', 'description', 'disabled', 'hideLabel', 'label', 'maxLength', 'message', 'minLength', 'name', 'placeholder', 'readonly', 'required', 'spellCheck', 'state', 'theme', 'value'],
417
+ })
418
+ ], DiwaInputText);
419
+ export { DiwaInputText };
420
+ let DiwaInputTime = class DiwaInputTime {
421
+ z;
422
+ el;
423
+ constructor(c, r, z) {
424
+ this.z = z;
425
+ c.detach();
426
+ this.el = r.nativeElement;
427
+ proxyOutputs(this, this.el, ['change', 'input', 'blur', 'focus']);
428
+ }
429
+ };
430
+ DiwaInputTime = __decorate([
431
+ ProxyCmp({
432
+ inputs: ['autoComplete', 'compact', 'description', 'disabled', 'hideLabel', 'label', 'max', 'message', 'min', 'name', 'placeholder', 'readonly', 'required', 'state', 'step', 'theme', 'value']
433
+ }),
434
+ Component({
435
+ selector: 'diwa-input-time',
436
+ changeDetection: ChangeDetectionStrategy.OnPush,
437
+ template: '<ng-content></ng-content>',
438
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
439
+ inputs: ['autoComplete', 'compact', 'description', 'disabled', 'hideLabel', 'label', 'max', 'message', 'min', 'name', 'placeholder', 'readonly', 'required', 'state', 'step', 'theme', 'value'],
440
+ })
441
+ ], DiwaInputTime);
442
+ export { DiwaInputTime };
443
+ let DiwaInputUrl = class DiwaInputUrl {
444
+ z;
445
+ el;
446
+ constructor(c, r, z) {
447
+ this.z = z;
448
+ c.detach();
449
+ this.el = r.nativeElement;
450
+ proxyOutputs(this, this.el, ['change', 'input', 'blur', 'focus']);
451
+ }
452
+ };
453
+ DiwaInputUrl = __decorate([
454
+ ProxyCmp({
455
+ inputs: ['autoComplete', 'compact', 'description', 'disabled', 'hideLabel', 'label', 'message', 'name', 'placeholder', 'readonly', 'required', 'state', 'theme', 'value']
456
+ }),
457
+ Component({
458
+ selector: 'diwa-input-url',
459
+ changeDetection: ChangeDetectionStrategy.OnPush,
460
+ template: '<ng-content></ng-content>',
461
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
462
+ inputs: ['autoComplete', 'compact', 'description', 'disabled', 'hideLabel', 'label', 'message', 'name', 'placeholder', 'readonly', 'required', 'state', 'theme', 'value'],
463
+ })
464
+ ], DiwaInputUrl);
465
+ export { DiwaInputUrl };
466
+ let DiwaInputWeek = class DiwaInputWeek {
467
+ z;
468
+ el;
469
+ constructor(c, r, z) {
470
+ this.z = z;
471
+ c.detach();
472
+ this.el = r.nativeElement;
473
+ proxyOutputs(this, this.el, ['change', 'input', 'blur', 'focus']);
474
+ }
475
+ };
476
+ DiwaInputWeek = __decorate([
477
+ ProxyCmp({
478
+ inputs: ['autoComplete', 'compact', 'description', 'disabled', 'hideLabel', 'label', 'max', 'message', 'min', 'name', 'placeholder', 'readonly', 'required', 'state', 'theme', 'value']
479
+ }),
480
+ Component({
481
+ selector: 'diwa-input-week',
482
+ changeDetection: ChangeDetectionStrategy.OnPush,
483
+ template: '<ng-content></ng-content>',
484
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
485
+ inputs: ['autoComplete', 'compact', 'description', 'disabled', 'hideLabel', 'label', 'max', 'message', 'min', 'name', 'placeholder', 'readonly', 'required', 'state', 'theme', 'value'],
486
+ })
487
+ ], DiwaInputWeek);
488
+ export { DiwaInputWeek };
489
+ let DiwaLink = class DiwaLink {
490
+ z;
491
+ el;
492
+ constructor(c, r, z) {
493
+ this.z = z;
494
+ c.detach();
495
+ this.el = r.nativeElement;
496
+ }
497
+ };
498
+ DiwaLink = __decorate([
499
+ ProxyCmp({
500
+ inputs: ['compact', 'disabled', 'download', 'hideLabel', 'href', 'icon', 'label', 'rel', 'target', 'theme', 'variant']
501
+ }),
502
+ Component({
503
+ selector: 'diwa-link',
504
+ changeDetection: ChangeDetectionStrategy.OnPush,
505
+ template: '<ng-content></ng-content>',
506
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
507
+ inputs: ['compact', 'disabled', 'download', 'hideLabel', 'href', 'icon', 'label', 'rel', 'target', 'theme', 'variant'],
508
+ })
509
+ ], DiwaLink);
510
+ export { DiwaLink };
511
+ let DiwaLinkPure = class DiwaLinkPure {
512
+ z;
513
+ el;
514
+ constructor(c, r, z) {
515
+ this.z = z;
516
+ c.detach();
517
+ this.el = r.nativeElement;
518
+ }
519
+ };
520
+ DiwaLinkPure = __decorate([
521
+ ProxyCmp({
522
+ inputs: ['active', 'alignLabel', 'download', 'hideLabel', 'href', 'icon', 'label', 'rel', 'size', 'stretch', 'target', 'theme', 'underline']
523
+ }),
524
+ Component({
525
+ selector: 'diwa-link-pure',
526
+ changeDetection: ChangeDetectionStrategy.OnPush,
527
+ template: '<ng-content></ng-content>',
528
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
529
+ inputs: ['active', 'alignLabel', 'download', 'hideLabel', 'href', 'icon', 'label', 'rel', 'size', 'stretch', 'target', 'theme', 'underline'],
530
+ })
531
+ ], DiwaLinkPure);
532
+ export { DiwaLinkPure };
533
+ let DiwaModal = class DiwaModal {
534
+ z;
535
+ el;
536
+ constructor(c, r, z) {
537
+ this.z = z;
538
+ c.detach();
539
+ this.el = r.nativeElement;
540
+ proxyOutputs(this, this.el, ['dismiss']);
541
+ }
542
+ };
543
+ DiwaModal = __decorate([
544
+ ProxyCmp({
545
+ inputs: ['backdrop', 'disableBackdropClick', 'dismissButton', 'heading', 'open', 'theme']
546
+ }),
547
+ Component({
548
+ selector: 'diwa-modal',
549
+ changeDetection: ChangeDetectionStrategy.OnPush,
550
+ template: '<ng-content></ng-content>',
551
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
552
+ inputs: ['backdrop', 'disableBackdropClick', 'dismissButton', 'heading', 'open', 'theme'],
553
+ })
554
+ ], DiwaModal);
555
+ export { DiwaModal };
556
+ let DiwaMultiSelect = class DiwaMultiSelect {
557
+ z;
558
+ el;
559
+ constructor(c, r, z) {
560
+ this.z = z;
561
+ c.detach();
562
+ this.el = r.nativeElement;
563
+ proxyOutputs(this, this.el, ['change', 'toggle', 'blur']);
564
+ }
565
+ };
566
+ DiwaMultiSelect = __decorate([
567
+ ProxyCmp({
568
+ inputs: ['compact', 'description', 'disabled', 'dropdownDirection', 'hideLabel', 'label', 'message', 'name', 'required', 'state', 'theme', 'value'],
569
+ methods: ['open', 'close']
570
+ }),
571
+ Component({
572
+ selector: 'diwa-multi-select',
573
+ changeDetection: ChangeDetectionStrategy.OnPush,
574
+ template: '<ng-content></ng-content>',
575
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
576
+ inputs: ['compact', 'description', 'disabled', 'dropdownDirection', 'hideLabel', 'label', 'message', 'name', 'required', 'state', 'theme', 'value'],
577
+ })
578
+ ], DiwaMultiSelect);
579
+ export { DiwaMultiSelect };
580
+ let DiwaMultiSelectOption = class DiwaMultiSelectOption {
581
+ z;
582
+ el;
583
+ constructor(c, r, z) {
584
+ this.z = z;
585
+ c.detach();
586
+ this.el = r.nativeElement;
587
+ proxyOutputs(this, this.el, ['diwaMultiSelectOptionUpdate']);
588
+ }
589
+ };
590
+ DiwaMultiSelectOption = __decorate([
591
+ ProxyCmp({
592
+ inputs: ['compact', 'disabled', 'highlighted', 'selected', 'theme', 'value'],
593
+ methods: ['setFocus']
594
+ }),
595
+ Component({
596
+ selector: 'diwa-multi-select-option',
597
+ changeDetection: ChangeDetectionStrategy.OnPush,
598
+ template: '<ng-content></ng-content>',
599
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
600
+ inputs: ['compact', 'disabled', 'highlighted', 'selected', 'theme', 'value'],
601
+ })
602
+ ], DiwaMultiSelectOption);
603
+ export { DiwaMultiSelectOption };
604
+ let DiwaPagination = class DiwaPagination {
605
+ z;
606
+ el;
607
+ constructor(c, r, z) {
608
+ this.z = z;
609
+ c.detach();
610
+ this.el = r.nativeElement;
611
+ proxyOutputs(this, this.el, ['update']);
612
+ }
613
+ };
614
+ DiwaPagination = __decorate([
615
+ ProxyCmp({
616
+ inputs: ['activePage', 'intl', 'itemsPerPage', 'showLastPage', 'theme', 'totalItemsCount']
617
+ }),
618
+ Component({
619
+ selector: 'diwa-pagination',
620
+ changeDetection: ChangeDetectionStrategy.OnPush,
621
+ template: '<ng-content></ng-content>',
622
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
623
+ inputs: ['activePage', 'intl', 'itemsPerPage', 'showLastPage', 'theme', 'totalItemsCount'],
624
+ })
625
+ ], DiwaPagination);
626
+ export { DiwaPagination };
627
+ let DiwaPinCode = class DiwaPinCode {
628
+ z;
629
+ el;
630
+ constructor(c, r, z) {
631
+ this.z = z;
632
+ c.detach();
633
+ this.el = r.nativeElement;
634
+ proxyOutputs(this, this.el, ['update']);
635
+ }
636
+ };
637
+ DiwaPinCode = __decorate([
638
+ ProxyCmp({
639
+ inputs: ['compact', 'description', 'disabled', 'hideLabel', 'label', 'length', 'message', 'required', 'state', 'theme', 'type', 'value']
640
+ }),
641
+ Component({
642
+ selector: 'diwa-pin-code',
643
+ changeDetection: ChangeDetectionStrategy.OnPush,
644
+ template: '<ng-content></ng-content>',
645
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
646
+ inputs: ['compact', 'description', 'disabled', 'hideLabel', 'label', 'length', 'message', 'required', 'state', 'theme', 'type', 'value'],
647
+ })
648
+ ], DiwaPinCode);
649
+ export { DiwaPinCode };
650
+ let DiwaPopover = class DiwaPopover {
651
+ z;
652
+ el;
653
+ constructor(c, r, z) {
654
+ this.z = z;
655
+ c.detach();
656
+ this.el = r.nativeElement;
657
+ }
658
+ };
659
+ DiwaPopover = __decorate([
660
+ ProxyCmp({
661
+ inputs: ['description', 'direction', 'theme']
662
+ }),
663
+ Component({
664
+ selector: 'diwa-popover',
665
+ changeDetection: ChangeDetectionStrategy.OnPush,
666
+ template: '<ng-content></ng-content>',
667
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
668
+ inputs: ['description', 'direction', 'theme'],
669
+ })
670
+ ], DiwaPopover);
671
+ export { DiwaPopover };
672
+ let DiwaRadioGroup = class DiwaRadioGroup {
673
+ z;
674
+ el;
675
+ constructor(c, r, z) {
676
+ this.z = z;
677
+ c.detach();
678
+ this.el = r.nativeElement;
679
+ proxyOutputs(this, this.el, ['update']);
680
+ }
681
+ };
682
+ DiwaRadioGroup = __decorate([
683
+ ProxyCmp({
684
+ inputs: ['compact', 'description', 'direction', 'disabled', 'hideLabel', 'label', 'message', 'name', 'required', 'state', 'theme', 'value']
685
+ }),
686
+ Component({
687
+ selector: 'diwa-radio-group',
688
+ changeDetection: ChangeDetectionStrategy.OnPush,
689
+ template: '<ng-content></ng-content>',
690
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
691
+ inputs: ['compact', 'description', 'direction', 'disabled', 'hideLabel', 'label', 'message', 'name', 'required', 'state', 'theme', 'value'],
692
+ })
693
+ ], DiwaRadioGroup);
694
+ export { DiwaRadioGroup };
695
+ let DiwaRadioGroupItem = class DiwaRadioGroupItem {
696
+ z;
697
+ el;
698
+ constructor(c, r, z) {
699
+ this.z = z;
700
+ c.detach();
701
+ this.el = r.nativeElement;
702
+ proxyOutputs(this, this.el, ['diwa-radio-select']);
703
+ }
704
+ };
705
+ DiwaRadioGroupItem = __decorate([
706
+ ProxyCmp({
707
+ inputs: ['checked', 'compact', 'disabled', 'name', 'theme', 'value']
708
+ }),
709
+ Component({
710
+ selector: 'diwa-radio-group-item',
711
+ changeDetection: ChangeDetectionStrategy.OnPush,
712
+ template: '<ng-content></ng-content>',
713
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
714
+ inputs: ['checked', 'compact', 'disabled', 'name', 'theme', 'value'],
715
+ })
716
+ ], DiwaRadioGroupItem);
717
+ export { DiwaRadioGroupItem };
718
+ let DiwaScroller = class DiwaScroller {
719
+ z;
720
+ el;
721
+ constructor(c, r, z) {
722
+ this.z = z;
723
+ c.detach();
724
+ this.el = r.nativeElement;
725
+ }
726
+ };
727
+ DiwaScroller = __decorate([
728
+ ProxyCmp({
729
+ inputs: ['alignScrollIndicator', 'scrollbar', 'theme']
730
+ }),
731
+ Component({
732
+ selector: 'diwa-scroller',
733
+ changeDetection: ChangeDetectionStrategy.OnPush,
734
+ template: '<ng-content></ng-content>',
735
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
736
+ inputs: ['alignScrollIndicator', 'scrollbar', 'theme'],
737
+ })
738
+ ], DiwaScroller);
739
+ export { DiwaScroller };
740
+ let DiwaSegmentedControl = class DiwaSegmentedControl {
741
+ z;
742
+ el;
743
+ constructor(c, r, z) {
744
+ this.z = z;
745
+ c.detach();
746
+ this.el = r.nativeElement;
747
+ proxyOutputs(this, this.el, ['update']);
748
+ }
749
+ };
750
+ DiwaSegmentedControl = __decorate([
751
+ ProxyCmp({
752
+ inputs: ['compact', 'disabled', 'theme', 'value']
753
+ }),
754
+ Component({
755
+ selector: 'diwa-segmented-control',
756
+ changeDetection: ChangeDetectionStrategy.OnPush,
757
+ template: '<ng-content></ng-content>',
758
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
759
+ inputs: ['compact', 'disabled', 'theme', 'value'],
760
+ })
761
+ ], DiwaSegmentedControl);
762
+ export { DiwaSegmentedControl };
763
+ let DiwaSegmentedControlItem = class DiwaSegmentedControlItem {
764
+ z;
765
+ el;
766
+ constructor(c, r, z) {
767
+ this.z = z;
768
+ c.detach();
769
+ this.el = r.nativeElement;
770
+ proxyOutputs(this, this.el, ['diwa-segment-select']);
771
+ }
772
+ };
773
+ DiwaSegmentedControlItem = __decorate([
774
+ ProxyCmp({
775
+ inputs: ['compact', 'disabled', 'selected', 'theme', 'value']
776
+ }),
777
+ Component({
778
+ selector: 'diwa-segmented-control-item',
779
+ changeDetection: ChangeDetectionStrategy.OnPush,
780
+ template: '<ng-content></ng-content>',
781
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
782
+ inputs: ['compact', 'disabled', 'selected', 'theme', 'value'],
783
+ })
784
+ ], DiwaSegmentedControlItem);
785
+ export { DiwaSegmentedControlItem };
786
+ let DiwaSelect = class DiwaSelect {
787
+ z;
788
+ el;
789
+ constructor(c, r, z) {
790
+ this.z = z;
791
+ c.detach();
792
+ this.el = r.nativeElement;
793
+ proxyOutputs(this, this.el, ['change', 'toggle', 'blur']);
794
+ }
795
+ };
796
+ DiwaSelect = __decorate([
797
+ ProxyCmp({
798
+ inputs: ['compact', 'description', 'disabled', 'dropdownDirection', 'hideLabel', 'label', 'message', 'name', 'required', 'state', 'theme', 'value'],
799
+ methods: ['open', 'close']
800
+ }),
801
+ Component({
802
+ selector: 'diwa-select',
803
+ changeDetection: ChangeDetectionStrategy.OnPush,
804
+ template: '<ng-content></ng-content>',
805
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
806
+ inputs: ['compact', 'description', 'disabled', 'dropdownDirection', 'hideLabel', 'label', 'message', 'name', 'required', 'state', 'theme', 'value'],
807
+ })
808
+ ], DiwaSelect);
809
+ export { DiwaSelect };
810
+ let DiwaSelectOption = class DiwaSelectOption {
811
+ z;
812
+ el;
813
+ constructor(c, r, z) {
814
+ this.z = z;
815
+ c.detach();
816
+ this.el = r.nativeElement;
817
+ proxyOutputs(this, this.el, ['diwaSelectOptionUpdate']);
818
+ }
819
+ };
820
+ DiwaSelectOption = __decorate([
821
+ ProxyCmp({
822
+ inputs: ['disabled', 'highlighted', 'selected', 'theme', 'value'],
823
+ methods: ['setFocus']
824
+ }),
825
+ Component({
826
+ selector: 'diwa-select-option',
827
+ changeDetection: ChangeDetectionStrategy.OnPush,
828
+ template: '<ng-content></ng-content>',
829
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
830
+ inputs: ['disabled', 'highlighted', 'selected', 'theme', 'value'],
831
+ })
832
+ ], DiwaSelectOption);
833
+ export { DiwaSelectOption };
834
+ let DiwaSpinner = class DiwaSpinner {
835
+ z;
836
+ el;
837
+ constructor(c, r, z) {
838
+ this.z = z;
839
+ c.detach();
840
+ this.el = r.nativeElement;
841
+ }
842
+ };
843
+ DiwaSpinner = __decorate([
844
+ ProxyCmp({
845
+ inputs: ['label', 'size', 'theme']
846
+ }),
847
+ Component({
848
+ selector: 'diwa-spinner',
849
+ changeDetection: ChangeDetectionStrategy.OnPush,
850
+ template: '<ng-content></ng-content>',
851
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
852
+ inputs: ['label', 'size', 'theme'],
853
+ })
854
+ ], DiwaSpinner);
855
+ export { DiwaSpinner };
856
+ let DiwaStepperHorizontal = class DiwaStepperHorizontal {
857
+ z;
858
+ el;
859
+ constructor(c, r, z) {
860
+ this.z = z;
861
+ c.detach();
862
+ this.el = r.nativeElement;
863
+ proxyOutputs(this, this.el, ['update']);
864
+ }
865
+ };
866
+ DiwaStepperHorizontal = __decorate([
867
+ ProxyCmp({
868
+ inputs: ['activeStepIndex', 'theme']
869
+ }),
870
+ Component({
871
+ selector: 'diwa-stepper-horizontal',
872
+ changeDetection: ChangeDetectionStrategy.OnPush,
873
+ template: '<ng-content></ng-content>',
874
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
875
+ inputs: ['activeStepIndex', 'theme'],
876
+ })
877
+ ], DiwaStepperHorizontal);
878
+ export { DiwaStepperHorizontal };
879
+ let DiwaStepperHorizontalItem = class DiwaStepperHorizontalItem {
880
+ z;
881
+ el;
882
+ constructor(c, r, z) {
883
+ this.z = z;
884
+ c.detach();
885
+ this.el = r.nativeElement;
886
+ }
887
+ };
888
+ DiwaStepperHorizontalItem = __decorate([
889
+ ProxyCmp({
890
+ inputs: ['isLast', 'label', 'state', 'stepNumber', 'sublabel', 'theme']
891
+ }),
892
+ Component({
893
+ selector: 'diwa-stepper-horizontal-item',
894
+ changeDetection: ChangeDetectionStrategy.OnPush,
895
+ template: '<ng-content></ng-content>',
896
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
897
+ inputs: ['isLast', 'label', 'state', 'stepNumber', 'sublabel', 'theme'],
898
+ })
899
+ ], DiwaStepperHorizontalItem);
900
+ export { DiwaStepperHorizontalItem };
901
+ let DiwaSwitch = class DiwaSwitch {
902
+ z;
903
+ el;
904
+ constructor(c, r, z) {
905
+ this.z = z;
906
+ c.detach();
907
+ this.el = r.nativeElement;
908
+ proxyOutputs(this, this.el, ['update']);
909
+ }
910
+ };
911
+ DiwaSwitch = __decorate([
912
+ ProxyCmp({
913
+ inputs: ['alignLabel', 'checked', 'compact', 'disabled', 'loading', 'theme']
914
+ }),
915
+ Component({
916
+ selector: 'diwa-switch',
917
+ changeDetection: ChangeDetectionStrategy.OnPush,
918
+ template: '<ng-content></ng-content>',
919
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
920
+ inputs: ['alignLabel', 'checked', 'compact', 'disabled', 'loading', 'theme'],
921
+ })
922
+ ], DiwaSwitch);
923
+ export { DiwaSwitch };
924
+ let DiwaTable = class DiwaTable {
925
+ z;
926
+ el;
927
+ constructor(c, r, z) {
928
+ this.z = z;
929
+ c.detach();
930
+ this.el = r.nativeElement;
931
+ proxyOutputs(this, this.el, ['update']);
932
+ }
933
+ };
934
+ DiwaTable = __decorate([
935
+ ProxyCmp({
936
+ inputs: ['bordered', 'caption', 'compact', 'layout', 'striped', 'theme']
937
+ }),
938
+ Component({
939
+ selector: 'diwa-table',
940
+ changeDetection: ChangeDetectionStrategy.OnPush,
941
+ template: '<ng-content></ng-content>',
942
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
943
+ inputs: ['bordered', 'caption', 'compact', 'layout', 'striped', 'theme'],
944
+ })
945
+ ], DiwaTable);
946
+ export { DiwaTable };
947
+ let DiwaTableBody = class DiwaTableBody {
948
+ z;
949
+ el;
950
+ constructor(c, r, z) {
951
+ this.z = z;
952
+ c.detach();
953
+ this.el = r.nativeElement;
954
+ }
955
+ };
956
+ DiwaTableBody = __decorate([
957
+ ProxyCmp({
958
+ inputs: ['theme']
959
+ }),
960
+ Component({
961
+ selector: 'diwa-table-body',
962
+ changeDetection: ChangeDetectionStrategy.OnPush,
963
+ template: '<ng-content></ng-content>',
964
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
965
+ inputs: ['theme'],
966
+ })
967
+ ], DiwaTableBody);
968
+ export { DiwaTableBody };
969
+ let DiwaTableCell = class DiwaTableCell {
970
+ z;
971
+ el;
972
+ constructor(c, r, z) {
973
+ this.z = z;
974
+ c.detach();
975
+ this.el = r.nativeElement;
976
+ }
977
+ };
978
+ DiwaTableCell = __decorate([
979
+ ProxyCmp({
980
+ inputs: ['multiline', 'theme']
981
+ }),
982
+ Component({
983
+ selector: 'diwa-table-cell',
984
+ changeDetection: ChangeDetectionStrategy.OnPush,
985
+ template: '<ng-content></ng-content>',
986
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
987
+ inputs: ['multiline', 'theme'],
988
+ })
989
+ ], DiwaTableCell);
990
+ export { DiwaTableCell };
991
+ let DiwaTableHead = class DiwaTableHead {
992
+ z;
993
+ el;
994
+ constructor(c, r, z) {
995
+ this.z = z;
996
+ c.detach();
997
+ this.el = r.nativeElement;
998
+ }
999
+ };
1000
+ DiwaTableHead = __decorate([
1001
+ ProxyCmp({
1002
+ inputs: ['theme']
1003
+ }),
1004
+ Component({
1005
+ selector: 'diwa-table-head',
1006
+ changeDetection: ChangeDetectionStrategy.OnPush,
1007
+ template: '<ng-content></ng-content>',
1008
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1009
+ inputs: ['theme'],
1010
+ })
1011
+ ], DiwaTableHead);
1012
+ export { DiwaTableHead };
1013
+ let DiwaTableHeadCell = class DiwaTableHeadCell {
1014
+ z;
1015
+ el;
1016
+ constructor(c, r, z) {
1017
+ this.z = z;
1018
+ c.detach();
1019
+ this.el = r.nativeElement;
1020
+ }
1021
+ };
1022
+ DiwaTableHeadCell = __decorate([
1023
+ ProxyCmp({
1024
+ inputs: ['hideLabel', 'multiline', 'sort', 'theme']
1025
+ }),
1026
+ Component({
1027
+ selector: 'diwa-table-head-cell',
1028
+ changeDetection: ChangeDetectionStrategy.OnPush,
1029
+ template: '<ng-content></ng-content>',
1030
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1031
+ inputs: ['hideLabel', 'multiline', 'sort', 'theme'],
1032
+ })
1033
+ ], DiwaTableHeadCell);
1034
+ export { DiwaTableHeadCell };
1035
+ let DiwaTableRow = class DiwaTableRow {
1036
+ z;
1037
+ el;
1038
+ constructor(c, r, z) {
1039
+ this.z = z;
1040
+ c.detach();
1041
+ this.el = r.nativeElement;
1042
+ }
1043
+ };
1044
+ DiwaTableRow = __decorate([
1045
+ ProxyCmp({
1046
+ inputs: ['theme']
1047
+ }),
1048
+ Component({
1049
+ selector: 'diwa-table-row',
1050
+ changeDetection: ChangeDetectionStrategy.OnPush,
1051
+ template: '<ng-content></ng-content>',
1052
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1053
+ inputs: ['theme'],
1054
+ })
1055
+ ], DiwaTableRow);
1056
+ export { DiwaTableRow };
1057
+ let DiwaTabs = class DiwaTabs {
1058
+ z;
1059
+ el;
1060
+ constructor(c, r, z) {
1061
+ this.z = z;
1062
+ c.detach();
1063
+ this.el = r.nativeElement;
1064
+ proxyOutputs(this, this.el, ['update']);
1065
+ }
1066
+ };
1067
+ DiwaTabs = __decorate([
1068
+ ProxyCmp({
1069
+ inputs: ['activeTabIndex', 'theme']
1070
+ }),
1071
+ Component({
1072
+ selector: 'diwa-tabs',
1073
+ changeDetection: ChangeDetectionStrategy.OnPush,
1074
+ template: '<ng-content></ng-content>',
1075
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1076
+ inputs: ['activeTabIndex', 'theme'],
1077
+ })
1078
+ ], DiwaTabs);
1079
+ export { DiwaTabs };
1080
+ let DiwaTabsBar = class DiwaTabsBar {
1081
+ z;
1082
+ el;
1083
+ constructor(c, r, z) {
1084
+ this.z = z;
1085
+ c.detach();
1086
+ this.el = r.nativeElement;
1087
+ proxyOutputs(this, this.el, ['update']);
1088
+ }
1089
+ };
1090
+ DiwaTabsBar = __decorate([
1091
+ ProxyCmp({
1092
+ inputs: ['activeTabIndex', 'theme']
1093
+ }),
1094
+ Component({
1095
+ selector: 'diwa-tabs-bar',
1096
+ changeDetection: ChangeDetectionStrategy.OnPush,
1097
+ template: '<ng-content></ng-content>',
1098
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1099
+ inputs: ['activeTabIndex', 'theme'],
1100
+ })
1101
+ ], DiwaTabsBar);
1102
+ export { DiwaTabsBar };
1103
+ let DiwaTabsItem = class DiwaTabsItem {
1104
+ z;
1105
+ el;
1106
+ constructor(c, r, z) {
1107
+ this.z = z;
1108
+ c.detach();
1109
+ this.el = r.nativeElement;
1110
+ }
1111
+ };
1112
+ DiwaTabsItem = __decorate([
1113
+ ProxyCmp({
1114
+ inputs: ['active', 'label', 'theme']
1115
+ }),
1116
+ Component({
1117
+ selector: 'diwa-tabs-item',
1118
+ changeDetection: ChangeDetectionStrategy.OnPush,
1119
+ template: '<ng-content></ng-content>',
1120
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1121
+ inputs: ['active', 'label', 'theme'],
1122
+ })
1123
+ ], DiwaTabsItem);
1124
+ export { DiwaTabsItem };
1125
+ let DiwaTag = class DiwaTag {
1126
+ z;
1127
+ el;
1128
+ constructor(c, r, z) {
1129
+ this.z = z;
1130
+ c.detach();
1131
+ this.el = r.nativeElement;
1132
+ }
1133
+ };
1134
+ DiwaTag = __decorate([
1135
+ ProxyCmp({
1136
+ inputs: ['compact', 'icon', 'theme', 'variant']
1137
+ }),
1138
+ Component({
1139
+ selector: 'diwa-tag',
1140
+ changeDetection: ChangeDetectionStrategy.OnPush,
1141
+ template: '<ng-content></ng-content>',
1142
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1143
+ inputs: ['compact', 'icon', 'theme', 'variant'],
1144
+ })
1145
+ ], DiwaTag);
1146
+ export { DiwaTag };
1147
+ let DiwaTagDismissible = class DiwaTagDismissible {
1148
+ z;
1149
+ el;
1150
+ constructor(c, r, z) {
1151
+ this.z = z;
1152
+ c.detach();
1153
+ this.el = r.nativeElement;
1154
+ proxyOutputs(this, this.el, ['dismiss']);
1155
+ }
1156
+ };
1157
+ DiwaTagDismissible = __decorate([
1158
+ ProxyCmp({
1159
+ inputs: ['compact', 'label', 'theme', 'variant']
1160
+ }),
1161
+ Component({
1162
+ selector: 'diwa-tag-dismissible',
1163
+ changeDetection: ChangeDetectionStrategy.OnPush,
1164
+ template: '<ng-content></ng-content>',
1165
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1166
+ inputs: ['compact', 'label', 'theme', 'variant'],
1167
+ })
1168
+ ], DiwaTagDismissible);
1169
+ export { DiwaTagDismissible };
1170
+ let DiwaText = class DiwaText {
1171
+ z;
1172
+ el;
1173
+ constructor(c, r, z) {
1174
+ this.z = z;
1175
+ c.detach();
1176
+ this.el = r.nativeElement;
1177
+ }
1178
+ };
1179
+ DiwaText = __decorate([
1180
+ ProxyCmp({
1181
+ inputs: ['align', 'color', 'ellipsis', 'size', 'tag', 'theme', 'weight']
1182
+ }),
1183
+ Component({
1184
+ selector: 'diwa-text',
1185
+ changeDetection: ChangeDetectionStrategy.OnPush,
1186
+ template: '<ng-content></ng-content>',
1187
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1188
+ inputs: ['align', 'color', 'ellipsis', 'size', 'tag', 'theme', 'weight'],
1189
+ })
1190
+ ], DiwaText);
1191
+ export { DiwaText };
1192
+ let DiwaTextList = class DiwaTextList {
1193
+ z;
1194
+ el;
1195
+ constructor(c, r, z) {
1196
+ this.z = z;
1197
+ c.detach();
1198
+ this.el = r.nativeElement;
1199
+ }
1200
+ };
1201
+ DiwaTextList = __decorate([
1202
+ ProxyCmp({
1203
+ inputs: ['theme', 'type']
1204
+ }),
1205
+ Component({
1206
+ selector: 'diwa-text-list',
1207
+ changeDetection: ChangeDetectionStrategy.OnPush,
1208
+ template: '<ng-content></ng-content>',
1209
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1210
+ inputs: ['theme', 'type'],
1211
+ })
1212
+ ], DiwaTextList);
1213
+ export { DiwaTextList };
1214
+ let DiwaTextListItem = class DiwaTextListItem {
1215
+ z;
1216
+ el;
1217
+ constructor(c, r, z) {
1218
+ this.z = z;
1219
+ c.detach();
1220
+ this.el = r.nativeElement;
1221
+ }
1222
+ };
1223
+ DiwaTextListItem = __decorate([
1224
+ ProxyCmp({
1225
+ inputs: ['theme']
1226
+ }),
1227
+ Component({
1228
+ selector: 'diwa-text-list-item',
1229
+ changeDetection: ChangeDetectionStrategy.OnPush,
1230
+ template: '<ng-content></ng-content>',
1231
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1232
+ inputs: ['theme'],
1233
+ })
1234
+ ], DiwaTextListItem);
1235
+ export { DiwaTextListItem };
1236
+ let DiwaTextarea = class DiwaTextarea {
1237
+ z;
1238
+ el;
1239
+ constructor(c, r, z) {
1240
+ this.z = z;
1241
+ c.detach();
1242
+ this.el = r.nativeElement;
1243
+ proxyOutputs(this, this.el, ['input', 'change', 'blur']);
1244
+ }
1245
+ };
1246
+ DiwaTextarea = __decorate([
1247
+ ProxyCmp({
1248
+ inputs: ['compact', 'description', 'disabled', 'hideLabel', 'label', 'maxLength', 'message', 'minLength', 'name', 'placeholder', 'readOnly', 'required', 'resize', 'rows', 'state', 'theme', 'value']
1249
+ }),
1250
+ Component({
1251
+ selector: 'diwa-textarea',
1252
+ changeDetection: ChangeDetectionStrategy.OnPush,
1253
+ template: '<ng-content></ng-content>',
1254
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1255
+ inputs: ['compact', 'description', 'disabled', 'hideLabel', 'label', 'maxLength', 'message', 'minLength', 'name', 'placeholder', 'readOnly', 'required', 'resize', 'rows', 'state', 'theme', 'value'],
1256
+ })
1257
+ ], DiwaTextarea);
1258
+ export { DiwaTextarea };
1259
+ let DiwaToast = class DiwaToast {
1260
+ z;
1261
+ el;
1262
+ constructor(c, r, z) {
1263
+ this.z = z;
1264
+ c.detach();
1265
+ this.el = r.nativeElement;
1266
+ }
1267
+ };
1268
+ DiwaToast = __decorate([
1269
+ ProxyCmp({
1270
+ inputs: ['theme'],
1271
+ methods: ['addMessage']
1272
+ }),
1273
+ Component({
1274
+ selector: 'diwa-toast',
1275
+ changeDetection: ChangeDetectionStrategy.OnPush,
1276
+ template: '<ng-content></ng-content>',
1277
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1278
+ inputs: ['theme'],
1279
+ })
1280
+ ], DiwaToast);
1281
+ export { DiwaToast };
1282
+ let DiwaToastItem = class DiwaToastItem {
1283
+ z;
1284
+ el;
1285
+ constructor(c, r, z) {
1286
+ this.z = z;
1287
+ c.detach();
1288
+ this.el = r.nativeElement;
1289
+ proxyOutputs(this, this.el, ['dismiss']);
1290
+ }
1291
+ };
1292
+ DiwaToastItem = __decorate([
1293
+ ProxyCmp({
1294
+ inputs: ['state', 'text', 'theme']
1295
+ }),
1296
+ Component({
1297
+ selector: 'diwa-toast-item',
1298
+ changeDetection: ChangeDetectionStrategy.OnPush,
1299
+ template: '<ng-content></ng-content>',
1300
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1301
+ inputs: ['state', 'text', 'theme'],
1302
+ })
1303
+ ], DiwaToastItem);
1304
+ export { DiwaToastItem };