@desynth/web-components-angular 24.7.9-alpha.9 → 25.2.7-alpha.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2,6 +2,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 */
@@ -67,15 +95,16 @@ let DesynthAccordion = class DesynthAccordion {
67
95
  c.detach();
68
96
  this.el = r.nativeElement;
69
97
  }
70
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: DesynthAccordion, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
71
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.9", type: DesynthAccordion, selector: "desynth-accordion", inputs: { summaryText: "summaryText", type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
98
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthAccordion, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
99
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.0.5", type: DesynthAccordion, isStandalone: true, selector: "desynth-accordion", inputs: { summaryText: "summaryText", type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
72
100
  };
73
101
  DesynthAccordion = __decorate([
74
102
  ProxyCmp({
103
+ defineCustomElementFn: defineCustomElement$1,
75
104
  inputs: ['summaryText', 'type']
76
105
  })
77
106
  ], DesynthAccordion);
78
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: DesynthAccordion, decorators: [{
107
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthAccordion, decorators: [{
79
108
  type: Component,
80
109
  args: [{
81
110
  selector: 'desynth-accordion',
@@ -83,6 +112,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", 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 {
@@ -92,15 +122,16 @@ let DesynthAlert = class DesynthAlert {
92
122
  this.el = r.nativeElement;
93
123
  proxyOutputs(this, this.el, ['handleOpen', 'handleClose', 'handleBeforeClose']);
94
124
  }
95
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: DesynthAlert, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
96
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.9", type: DesynthAlert, selector: "desynth-alert", inputs: { alertId: "alertId", alertText: "alertText", alertType: "alertType", duration: "duration", opened: "opened" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
125
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthAlert, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
126
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.0.5", type: DesynthAlert, isStandalone: true, selector: "desynth-alert", inputs: { alertId: "alertId", alertText: "alertText", alertType: "alertType", duration: "duration", opened: "opened" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
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);
103
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: DesynthAlert, decorators: [{
134
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthAlert, decorators: [{
104
135
  type: Component,
105
136
  args: [{
106
137
  selector: 'desynth-alert',
@@ -108,6 +139,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", 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 {
@@ -117,15 +149,16 @@ let DesynthBreadcrumb = class DesynthBreadcrumb {
117
149
  this.el = r.nativeElement;
118
150
  proxyOutputs(this, this.el, ['handleInput', 'handleFocus', 'handleBlur']);
119
151
  }
120
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: DesynthBreadcrumb, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
121
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.9", type: DesynthBreadcrumb, selector: "desynth-breadcrumb", inputs: { breadcrumbs: "breadcrumbs", route: "route" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
152
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthBreadcrumb, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
153
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.0.5", type: DesynthBreadcrumb, isStandalone: true, selector: "desynth-breadcrumb", inputs: { breadcrumbs: "breadcrumbs", route: "route" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
122
154
  };
123
155
  DesynthBreadcrumb = __decorate([
124
156
  ProxyCmp({
157
+ defineCustomElementFn: defineCustomElement$3,
125
158
  inputs: ['breadcrumbs', 'route']
126
159
  })
127
160
  ], DesynthBreadcrumb);
128
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: DesynthBreadcrumb, decorators: [{
161
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthBreadcrumb, decorators: [{
129
162
  type: Component,
130
163
  args: [{
131
164
  selector: 'desynth-breadcrumb',
@@ -133,6 +166,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", 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 {
@@ -142,15 +176,16 @@ let DesynthButton = class DesynthButton {
142
176
  this.el = r.nativeElement;
143
177
  proxyOutputs(this, this.el, ['handleClick', 'handleFocus', 'handleBlur']);
144
178
  }
145
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: DesynthButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
146
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.9", type: DesynthButton, selector: "desynth-button", inputs: { buttonId: "buttonId", buttonText: "buttonText", circular: "circular", disabled: "disabled", type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
179
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
180
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.0.5", type: DesynthButton, isStandalone: true, selector: "desynth-button", inputs: { buttonId: "buttonId", buttonText: "buttonText", circular: "circular", disabled: "disabled", type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
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);
153
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: DesynthButton, decorators: [{
188
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthButton, decorators: [{
154
189
  type: Component,
155
190
  args: [{
156
191
  selector: 'desynth-button',
@@ -158,6 +193,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", 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 {
@@ -166,15 +202,16 @@ let DesynthButtonSlider = class DesynthButtonSlider {
166
202
  c.detach();
167
203
  this.el = r.nativeElement;
168
204
  }
169
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: DesynthButtonSlider, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
170
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.9", type: DesynthButtonSlider, selector: "desynth-button-slider", inputs: { buttons: "buttons" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
205
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthButtonSlider, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
206
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.0.5", type: DesynthButtonSlider, isStandalone: true, selector: "desynth-button-slider", inputs: { buttons: "buttons" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
171
207
  };
172
208
  DesynthButtonSlider = __decorate([
173
209
  ProxyCmp({
210
+ defineCustomElementFn: defineCustomElement$5,
174
211
  inputs: ['buttons']
175
212
  })
176
213
  ], DesynthButtonSlider);
177
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: DesynthButtonSlider, decorators: [{
214
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthButtonSlider, decorators: [{
178
215
  type: Component,
179
216
  args: [{
180
217
  selector: 'desynth-button-slider',
@@ -182,6 +219,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", 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 {
@@ -190,15 +228,16 @@ let DesynthCard = class DesynthCard {
190
228
  c.detach();
191
229
  this.el = r.nativeElement;
192
230
  }
193
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: DesynthCard, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
194
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.9", type: DesynthCard, selector: "desynth-card", inputs: { cardSize: "cardSize" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
231
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthCard, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
232
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.0.5", type: DesynthCard, isStandalone: true, selector: "desynth-card", inputs: { cardSize: "cardSize" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
195
233
  };
196
234
  DesynthCard = __decorate([
197
235
  ProxyCmp({
236
+ defineCustomElementFn: defineCustomElement$6,
198
237
  inputs: ['cardSize']
199
238
  })
200
239
  ], DesynthCard);
201
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: DesynthCard, decorators: [{
240
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthCard, decorators: [{
202
241
  type: Component,
203
242
  args: [{
204
243
  selector: 'desynth-card',
@@ -206,6 +245,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", 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 {
@@ -215,15 +255,16 @@ let DesynthCheckbox = class DesynthCheckbox {
215
255
  this.el = r.nativeElement;
216
256
  proxyOutputs(this, this.el, ['handleClick']);
217
257
  }
218
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: DesynthCheckbox, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
219
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.9", type: DesynthCheckbox, selector: "desynth-checkbox", inputs: { checkboxId: "checkboxId", checkboxLabel: "checkboxLabel", errorMessage: "errorMessage", isChecked: "isChecked" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
258
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthCheckbox, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
259
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.0.5", type: DesynthCheckbox, isStandalone: true, selector: "desynth-checkbox", inputs: { checkboxId: "checkboxId", checkboxLabel: "checkboxLabel", errorMessage: "errorMessage", isChecked: "isChecked" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
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);
226
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: DesynthCheckbox, decorators: [{
267
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthCheckbox, decorators: [{
227
268
  type: Component,
228
269
  args: [{
229
270
  selector: 'desynth-checkbox',
@@ -231,6 +272,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", 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 {
@@ -240,15 +282,16 @@ let DesynthDatePicker = class DesynthDatePicker {
240
282
  this.el = r.nativeElement;
241
283
  proxyOutputs(this, this.el, ['dateChanged']);
242
284
  }
243
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: DesynthDatePicker, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
244
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.9", type: DesynthDatePicker, selector: "desynth-date-picker", inputs: { dateSelected: "dateSelected", firstDayOfWeek: "firstDayOfWeek", inputName: "inputName" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
285
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthDatePicker, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
286
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.0.5", type: DesynthDatePicker, isStandalone: true, selector: "desynth-date-picker", inputs: { dateSelected: "dateSelected", firstDayOfWeek: "firstDayOfWeek", inputName: "inputName" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
245
287
  };
246
288
  DesynthDatePicker = __decorate([
247
289
  ProxyCmp({
290
+ defineCustomElementFn: defineCustomElement$8,
248
291
  inputs: ['dateSelected', 'firstDayOfWeek', 'inputName']
249
292
  })
250
293
  ], DesynthDatePicker);
251
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: DesynthDatePicker, decorators: [{
294
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthDatePicker, decorators: [{
252
295
  type: Component,
253
296
  args: [{
254
297
  selector: 'desynth-date-picker',
@@ -256,6 +299,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", 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 {
@@ -264,13 +308,15 @@ let DesynthDivider = class DesynthDivider {
264
308
  c.detach();
265
309
  this.el = r.nativeElement;
266
310
  }
267
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: DesynthDivider, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
268
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.9", type: DesynthDivider, selector: "desynth-divider", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
311
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthDivider, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
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
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: DesynthDivider, decorators: [{
319
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthDivider, decorators: [{
274
320
  type: Component,
275
321
  args: [{
276
322
  selector: 'desynth-divider',
@@ -278,6 +324,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", 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 {
@@ -287,15 +334,16 @@ let DesynthDrawer = class DesynthDrawer {
287
334
  this.el = r.nativeElement;
288
335
  proxyOutputs(this, this.el, ['handleClick', 'handleFocus', 'handleClose']);
289
336
  }
290
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: DesynthDrawer, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
291
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.9", type: DesynthDrawer, selector: "desynth-drawer", inputs: { items: "items", open: "open", type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
337
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthDrawer, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
338
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.0.5", type: DesynthDrawer, isStandalone: true, selector: "desynth-drawer", inputs: { items: "items", open: "open", type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
292
339
  };
293
340
  DesynthDrawer = __decorate([
294
341
  ProxyCmp({
342
+ defineCustomElementFn: defineCustomElement$a,
295
343
  inputs: ['items', 'open', 'type']
296
344
  })
297
345
  ], DesynthDrawer);
298
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: DesynthDrawer, decorators: [{
346
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthDrawer, decorators: [{
299
347
  type: Component,
300
348
  args: [{
301
349
  selector: 'desynth-drawer',
@@ -303,6 +351,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", 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 {
@@ -312,13 +361,15 @@ let DesynthDropFile = class DesynthDropFile {
312
361
  this.el = r.nativeElement;
313
362
  proxyOutputs(this, this.el, ['filesDropped']);
314
363
  }
315
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: DesynthDropFile, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
316
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.9", type: DesynthDropFile, selector: "desynth-drop-file", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
364
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthDropFile, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
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
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: DesynthDropFile, decorators: [{
372
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthDropFile, decorators: [{
322
373
  type: Component,
323
374
  args: [{
324
375
  selector: 'desynth-drop-file',
@@ -326,6 +377,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", 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 {
@@ -335,22 +387,24 @@ let DesynthForm = class DesynthForm {
335
387
  this.el = r.nativeElement;
336
388
  proxyOutputs(this, this.el, ['clickSubmit', 'clickClear', 'handleChange']);
337
389
  }
338
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.9", 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: "18.2.9", type: DesynthForm, selector: "desynth-form", inputs: { inputs: "inputs" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
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 }); }
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
- inputs: ['inputs']
395
+ defineCustomElementFn: defineCustomElement$c,
396
+ inputs: ['hasSubmitButton', 'inputs']
344
397
  })
345
398
  ], DesynthForm);
346
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: DesynthForm, decorators: [{
399
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthForm, decorators: [{
347
400
  type: Component,
348
401
  args: [{
349
402
  selector: 'desynth-form',
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 {
@@ -359,15 +413,16 @@ let DesynthGrid = class DesynthGrid {
359
413
  c.detach();
360
414
  this.el = r.nativeElement;
361
415
  }
362
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: DesynthGrid, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
363
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.9", type: DesynthGrid, selector: "desynth-grid", inputs: { columnSpacing: "columnSpacing", columns: "columns", container: "container", direction: "direction", item: "item", lg: "lg", md: "md", rowSpacing: "rowSpacing", sm: "sm", spacing: "spacing", wrap: "wrap", xl: "xl", xs: "xs", zeroMinWidth: "zeroMinWidth" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
416
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthGrid, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
417
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.0.5", type: DesynthGrid, isStandalone: true, selector: "desynth-grid", inputs: { columnSpacing: "columnSpacing", columns: "columns", container: "container", direction: "direction", item: "item", lg: "lg", md: "md", rowSpacing: "rowSpacing", sm: "sm", spacing: "spacing", wrap: "wrap", xl: "xl", xs: "xs", zeroMinWidth: "zeroMinWidth" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
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);
370
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: DesynthGrid, decorators: [{
425
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthGrid, decorators: [{
371
426
  type: Component,
372
427
  args: [{
373
428
  selector: 'desynth-grid',
@@ -375,6 +430,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", 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 {
@@ -384,15 +440,16 @@ let DesynthHeader = class DesynthHeader {
384
440
  this.el = r.nativeElement;
385
441
  proxyOutputs(this, this.el, ['handleClick', 'handleFocus', 'handleBlur']);
386
442
  }
387
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: DesynthHeader, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
388
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.9", type: DesynthHeader, selector: "desynth-header", inputs: { buttonId: "buttonId", items: "items" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
443
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthHeader, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
444
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.0.5", type: DesynthHeader, isStandalone: true, selector: "desynth-header", inputs: { buttonId: "buttonId", items: "items" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
389
445
  };
390
446
  DesynthHeader = __decorate([
391
447
  ProxyCmp({
448
+ defineCustomElementFn: defineCustomElement$e,
392
449
  inputs: ['buttonId', 'items']
393
450
  })
394
451
  ], DesynthHeader);
395
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: DesynthHeader, decorators: [{
452
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthHeader, decorators: [{
396
453
  type: Component,
397
454
  args: [{
398
455
  selector: 'desynth-header',
@@ -400,6 +457,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", 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 {
@@ -409,15 +467,16 @@ let DesynthList = class DesynthList {
409
467
  this.el = r.nativeElement;
410
468
  proxyOutputs(this, this.el, ['itemClicked']);
411
469
  }
412
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: DesynthList, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
413
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.9", type: DesynthList, selector: "desynth-list", inputs: { items: "items" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
470
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthList, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
471
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.0.5", type: DesynthList, isStandalone: true, selector: "desynth-list", inputs: { items: "items" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
414
472
  };
415
473
  DesynthList = __decorate([
416
474
  ProxyCmp({
475
+ defineCustomElementFn: defineCustomElement$f,
417
476
  inputs: ['items']
418
477
  })
419
478
  ], DesynthList);
420
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: DesynthList, decorators: [{
479
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthList, decorators: [{
421
480
  type: Component,
422
481
  args: [{
423
482
  selector: 'desynth-list',
@@ -425,6 +484,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", 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 {
@@ -433,15 +493,16 @@ let DesynthLoader = class DesynthLoader {
433
493
  c.detach();
434
494
  this.el = r.nativeElement;
435
495
  }
436
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: DesynthLoader, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
437
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.9", type: DesynthLoader, selector: "desynth-loader", inputs: { message: "message" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
496
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthLoader, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
497
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.0.5", type: DesynthLoader, isStandalone: true, selector: "desynth-loader", inputs: { message: "message" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
438
498
  };
439
499
  DesynthLoader = __decorate([
440
500
  ProxyCmp({
501
+ defineCustomElementFn: defineCustomElement$g,
441
502
  inputs: ['message']
442
503
  })
443
504
  ], DesynthLoader);
444
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: DesynthLoader, decorators: [{
505
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthLoader, decorators: [{
445
506
  type: Component,
446
507
  args: [{
447
508
  selector: 'desynth-loader',
@@ -449,6 +510,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", 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 {
@@ -458,15 +520,16 @@ let DesynthModal = class DesynthModal {
458
520
  this.el = r.nativeElement;
459
521
  proxyOutputs(this, this.el, ['handleOpen', 'handleClose', 'handleBeforeClose']);
460
522
  }
461
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: DesynthModal, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
462
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.9", type: DesynthModal, selector: "desynth-modal", inputs: { duration: "duration", headTitle: "headTitle", opened: "opened", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
523
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthModal, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
524
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.0.5", type: DesynthModal, isStandalone: true, selector: "desynth-modal", inputs: { duration: "duration", headTitle: "headTitle", opened: "opened", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
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);
469
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: DesynthModal, decorators: [{
532
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthModal, decorators: [{
470
533
  type: Component,
471
534
  args: [{
472
535
  selector: 'desynth-modal',
@@ -474,6 +537,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", 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 {
@@ -483,15 +547,16 @@ let DesynthMultiStepper = class DesynthMultiStepper {
483
547
  this.el = r.nativeElement;
484
548
  proxyOutputs(this, this.el, ['handleSubmit']);
485
549
  }
486
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: DesynthMultiStepper, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
487
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.9", type: DesynthMultiStepper, selector: "desynth-multi-stepper", inputs: { validators: "validators" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
550
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthMultiStepper, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
551
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.0.5", type: DesynthMultiStepper, isStandalone: true, selector: "desynth-multi-stepper", inputs: { validators: "validators" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
488
552
  };
489
553
  DesynthMultiStepper = __decorate([
490
554
  ProxyCmp({
555
+ defineCustomElementFn: defineCustomElement$i,
491
556
  inputs: ['validators']
492
557
  })
493
558
  ], DesynthMultiStepper);
494
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: DesynthMultiStepper, decorators: [{
559
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthMultiStepper, decorators: [{
495
560
  type: Component,
496
561
  args: [{
497
562
  selector: 'desynth-multi-stepper',
@@ -499,6 +564,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", 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 {
@@ -507,15 +573,16 @@ let DesynthPaper = class DesynthPaper {
507
573
  c.detach();
508
574
  this.el = r.nativeElement;
509
575
  }
510
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: DesynthPaper, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
511
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.9", type: DesynthPaper, selector: "desynth-paper", inputs: { paperSize: "paperSize" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
576
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthPaper, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
577
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.0.5", type: DesynthPaper, isStandalone: true, selector: "desynth-paper", inputs: { paperSize: "paperSize" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
512
578
  };
513
579
  DesynthPaper = __decorate([
514
580
  ProxyCmp({
581
+ defineCustomElementFn: defineCustomElement$j,
515
582
  inputs: ['paperSize']
516
583
  })
517
584
  ], DesynthPaper);
518
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: DesynthPaper, decorators: [{
585
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthPaper, decorators: [{
519
586
  type: Component,
520
587
  args: [{
521
588
  selector: 'desynth-paper',
@@ -523,6 +590,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", 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 {
@@ -532,15 +600,16 @@ let DesynthRating = class DesynthRating {
532
600
  this.el = r.nativeElement;
533
601
  proxyOutputs(this, this.el, ['handleChange']);
534
602
  }
535
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: DesynthRating, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
536
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.9", type: DesynthRating, selector: "desynth-rating", inputs: { inputName: "inputName", rating: "rating" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
603
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthRating, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
604
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.0.5", type: DesynthRating, isStandalone: true, selector: "desynth-rating", inputs: { inputName: "inputName", rating: "rating" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
537
605
  };
538
606
  DesynthRating = __decorate([
539
607
  ProxyCmp({
608
+ defineCustomElementFn: defineCustomElement$k,
540
609
  inputs: ['inputName', 'rating']
541
610
  })
542
611
  ], DesynthRating);
543
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: DesynthRating, decorators: [{
612
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthRating, decorators: [{
544
613
  type: Component,
545
614
  args: [{
546
615
  selector: 'desynth-rating',
@@ -548,6 +617,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", 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 {
@@ -556,15 +626,16 @@ let DesynthRenderer = class DesynthRenderer {
556
626
  c.detach();
557
627
  this.el = r.nativeElement;
558
628
  }
559
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: DesynthRenderer, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
560
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.9", type: DesynthRenderer, selector: "desynth-renderer", inputs: { content: "content" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
629
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthRenderer, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
630
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.0.5", type: DesynthRenderer, isStandalone: true, selector: "desynth-renderer", inputs: { content: "content" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
561
631
  };
562
632
  DesynthRenderer = __decorate([
563
633
  ProxyCmp({
634
+ defineCustomElementFn: defineCustomElement$l,
564
635
  inputs: ['content']
565
636
  })
566
637
  ], DesynthRenderer);
567
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: DesynthRenderer, decorators: [{
638
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthRenderer, decorators: [{
568
639
  type: Component,
569
640
  args: [{
570
641
  selector: 'desynth-renderer',
@@ -572,6 +643,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", 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 {
@@ -581,15 +653,16 @@ let DesynthSelect = class DesynthSelect {
581
653
  this.el = r.nativeElement;
582
654
  proxyOutputs(this, this.el, ['handleChange', 'handleInput', 'handleFocus', 'handleBlur']);
583
655
  }
584
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: DesynthSelect, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
585
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.9", type: DesynthSelect, selector: "desynth-select", inputs: { errorMessage: "errorMessage", inputId: "inputId", inputName: "inputName", inputValue: "inputValue", options: "options", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
656
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthSelect, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
657
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.0.5", type: DesynthSelect, isStandalone: true, selector: "desynth-select", inputs: { errorMessage: "errorMessage", inputId: "inputId", inputName: "inputName", inputValue: "inputValue", options: "options", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
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);
592
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: DesynthSelect, decorators: [{
665
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthSelect, decorators: [{
593
666
  type: Component,
594
667
  args: [{
595
668
  selector: 'desynth-select',
@@ -597,6 +670,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", 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 {
@@ -605,15 +679,16 @@ let DesynthStepStepper = class DesynthStepStepper {
605
679
  c.detach();
606
680
  this.el = r.nativeElement;
607
681
  }
608
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: DesynthStepStepper, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
609
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.9", type: DesynthStepStepper, selector: "desynth-step-stepper", inputs: { active: "active" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
682
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthStepStepper, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
683
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.0.5", type: DesynthStepStepper, isStandalone: true, selector: "desynth-step-stepper", inputs: { active: "active" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
610
684
  };
611
685
  DesynthStepStepper = __decorate([
612
686
  ProxyCmp({
687
+ defineCustomElementFn: defineCustomElement$n,
613
688
  inputs: ['active']
614
689
  })
615
690
  ], DesynthStepStepper);
616
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: DesynthStepStepper, decorators: [{
691
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthStepStepper, decorators: [{
617
692
  type: Component,
618
693
  args: [{
619
694
  selector: 'desynth-step-stepper',
@@ -621,6 +696,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", 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 {
@@ -630,15 +706,16 @@ let DesynthSwitch = class DesynthSwitch {
630
706
  this.el = r.nativeElement;
631
707
  proxyOutputs(this, this.el, ['handleClick', 'handleInput', 'handleFocus', 'handleBlur']);
632
708
  }
633
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: DesynthSwitch, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
634
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.9", type: DesynthSwitch, selector: "desynth-switch", inputs: { errorMessage: "errorMessage", inputId: "inputId", inputLabel: "inputLabel", isChecked: "isChecked" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
709
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthSwitch, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
710
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.0.5", type: DesynthSwitch, isStandalone: true, selector: "desynth-switch", inputs: { errorMessage: "errorMessage", inputId: "inputId", inputLabel: "inputLabel", isChecked: "isChecked" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
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);
641
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: DesynthSwitch, decorators: [{
718
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthSwitch, decorators: [{
642
719
  type: Component,
643
720
  args: [{
644
721
  selector: 'desynth-switch',
@@ -646,6 +723,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", 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 {
@@ -653,24 +731,26 @@ let DesynthTable = class DesynthTable {
653
731
  this.z = z;
654
732
  c.detach();
655
733
  this.el = r.nativeElement;
656
- proxyOutputs(this, this.el, ['changeRowsPerPage', 'getDataNextPage', 'rowEvent']);
734
+ proxyOutputs(this, this.el, ['changeRowsPerPage', 'getDataNextPage', 'rowEvent', 'dropEvent']);
657
735
  }
658
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: DesynthTable, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
659
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.9", type: DesynthTable, selector: "desynth-table", inputs: { _actions: "_actions", _column_keys: "_column_keys", _columns: "_columns", _source: "_source", count: "count" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
736
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthTable, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
737
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.0.5", type: DesynthTable, isStandalone: true, selector: "desynth-table", inputs: { _actions: "_actions", _column_keys: "_column_keys", _columns: "_columns", _hasPagination: "_hasPagination", _isDraggable: "_isDraggable", _source: "_source", count: "count" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
660
738
  };
661
739
  DesynthTable = __decorate([
662
740
  ProxyCmp({
663
- inputs: ['_actions', '_column_keys', '_columns', '_source', 'count']
741
+ defineCustomElementFn: defineCustomElement$p,
742
+ inputs: ['_actions', '_column_keys', '_columns', '_hasPagination', '_isDraggable', '_source', 'count']
664
743
  })
665
744
  ], DesynthTable);
666
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: DesynthTable, decorators: [{
745
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthTable, decorators: [{
667
746
  type: Component,
668
747
  args: [{
669
748
  selector: 'desynth-table',
670
749
  changeDetection: ChangeDetectionStrategy.OnPush,
671
750
  template: '<ng-content></ng-content>',
672
751
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
673
- inputs: ['_actions', '_column_keys', '_columns', '_source', 'count'],
752
+ inputs: ['_actions', '_column_keys', '_columns', '_hasPagination', '_isDraggable', '_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 {
@@ -680,15 +760,16 @@ let DesynthTextArea = class DesynthTextArea {
680
760
  this.el = r.nativeElement;
681
761
  proxyOutputs(this, this.el, ['handleChange', 'handleInput', 'handleFocus', 'handleBlur']);
682
762
  }
683
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: DesynthTextArea, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
684
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.9", type: DesynthTextArea, selector: "desynth-text-area", inputs: { errorMessage: "errorMessage", inputId: "inputId", inputName: "inputName", inputValue: "inputValue" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
763
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthTextArea, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
764
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.0.5", type: DesynthTextArea, isStandalone: true, selector: "desynth-text-area", inputs: { errorMessage: "errorMessage", inputId: "inputId", inputName: "inputName", inputValue: "inputValue" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
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);
691
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: DesynthTextArea, decorators: [{
772
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthTextArea, decorators: [{
692
773
  type: Component,
693
774
  args: [{
694
775
  selector: 'desynth-text-area',
@@ -696,6 +777,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", 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 {
@@ -705,15 +787,16 @@ let DesynthTextInput = class DesynthTextInput {
705
787
  this.el = r.nativeElement;
706
788
  proxyOutputs(this, this.el, ['handleChange', 'handleInput', 'handleFocus', 'handleBlur']);
707
789
  }
708
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: DesynthTextInput, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
709
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.9", type: DesynthTextInput, selector: "desynth-text-input", inputs: { errorMessage: "errorMessage", inputId: "inputId", inputName: "inputName", inputType: "inputType", inputValue: "inputValue" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
790
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthTextInput, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
791
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.0.5", type: DesynthTextInput, isStandalone: true, selector: "desynth-text-input", inputs: { errorMessage: "errorMessage", inputId: "inputId", inputName: "inputName", inputType: "inputType", inputValue: "inputValue" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
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);
716
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: DesynthTextInput, decorators: [{
799
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthTextInput, decorators: [{
717
800
  type: Component,
718
801
  args: [{
719
802
  selector: 'desynth-text-input',
@@ -721,6 +804,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", 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 {
@@ -729,15 +813,16 @@ let DesynthTooltip = class DesynthTooltip {
729
813
  c.detach();
730
814
  this.el = r.nativeElement;
731
815
  }
732
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: DesynthTooltip, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
733
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.9", type: DesynthTooltip, selector: "desynth-tooltip", inputs: { direction: "direction", message: "message" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
816
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthTooltip, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
817
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.0.5", type: DesynthTooltip, isStandalone: true, selector: "desynth-tooltip", inputs: { direction: "direction", message: "message" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
734
818
  };
735
819
  DesynthTooltip = __decorate([
736
820
  ProxyCmp({
821
+ defineCustomElementFn: defineCustomElement$s,
737
822
  inputs: ['direction', 'message']
738
823
  })
739
824
  ], DesynthTooltip);
740
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: DesynthTooltip, decorators: [{
825
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthTooltip, decorators: [{
741
826
  type: Component,
742
827
  args: [{
743
828
  selector: 'desynth-tooltip',
@@ -745,6 +830,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", 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
 
@@ -779,20 +865,20 @@ const DIRECTIVES = [
779
865
  DesynthTooltip
780
866
  ];
781
867
  class StencilWrapperModule {
782
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: StencilWrapperModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
783
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.9", ngImport: i0, type: StencilWrapperModule, declarations: [DesynthAccordion, DesynthAlert, DesynthBreadcrumb, DesynthButton, DesynthButtonSlider, DesynthCard, DesynthCheckbox, DesynthDatePicker, DesynthDivider, DesynthDrawer, DesynthDropFile, DesynthForm, DesynthGrid, DesynthHeader, DesynthList, DesynthLoader, DesynthModal, DesynthMultiStepper, DesynthPaper, DesynthRating, DesynthRenderer, DesynthSelect, DesynthStepStepper, DesynthSwitch, DesynthTable, DesynthTextArea, DesynthTextInput, DesynthTooltip], exports: [DesynthAccordion, DesynthAlert, DesynthBreadcrumb, DesynthButton, DesynthButtonSlider, DesynthCard, DesynthCheckbox, DesynthDatePicker, DesynthDivider, DesynthDrawer, DesynthDropFile, DesynthForm, DesynthGrid, DesynthHeader, DesynthList, DesynthLoader, DesynthModal, DesynthMultiStepper, DesynthPaper, DesynthRating, DesynthRenderer, DesynthSelect, DesynthStepStepper, DesynthSwitch, DesynthTable, DesynthTextArea, DesynthTextInput, DesynthTooltip] }); }
784
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: StencilWrapperModule }); }
868
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: StencilWrapperModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
869
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.0.5", ngImport: i0, type: StencilWrapperModule, imports: [DesynthAccordion, DesynthAlert, DesynthBreadcrumb, DesynthButton, DesynthButtonSlider, DesynthCard, DesynthCheckbox, DesynthDatePicker, DesynthDivider, DesynthDrawer, DesynthDropFile, DesynthForm, DesynthGrid, DesynthHeader, DesynthList, DesynthLoader, DesynthModal, DesynthMultiStepper, DesynthPaper, DesynthRating, DesynthRenderer, DesynthSelect, DesynthStepStepper, DesynthSwitch, DesynthTable, DesynthTextArea, DesynthTextInput, DesynthTooltip], exports: [DesynthAccordion, DesynthAlert, DesynthBreadcrumb, DesynthButton, DesynthButtonSlider, DesynthCard, DesynthCheckbox, DesynthDatePicker, DesynthDivider, DesynthDrawer, DesynthDropFile, DesynthForm, DesynthGrid, DesynthHeader, DesynthList, DesynthLoader, DesynthModal, DesynthMultiStepper, DesynthPaper, DesynthRating, DesynthRenderer, DesynthSelect, DesynthStepStepper, DesynthSwitch, DesynthTable, DesynthTextArea, DesynthTextInput, DesynthTooltip] }); }
870
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: StencilWrapperModule }); }
785
871
  }
786
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: StencilWrapperModule, decorators: [{
872
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: StencilWrapperModule, decorators: [{
787
873
  type: NgModule,
788
874
  args: [{
789
- declarations: [
875
+ declarations: [],
876
+ exports: [
790
877
  ...DIRECTIVES
791
878
  ],
792
- exports: [
879
+ imports: [
793
880
  ...DIRECTIVES
794
881
  ],
795
- imports: [],
796
882
  }]
797
883
  }] });
798
884