@desynth/web-components-angular 13.11.25-alpha.5 → 14.9.26-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.
- package/dist/fesm2022/stencil-wrapper.mjs +1745 -214
- package/dist/fesm2022/stencil-wrapper.mjs.map +1 -1
- package/dist/src/directives/proxies.d.ts +634 -37
- package/package.json +60 -60
- package/readme.md +233 -11
|
@@ -3,35 +3,91 @@ import { Component, ChangeDetectionStrategy, NgModule } from '@angular/core';
|
|
|
3
3
|
import { __decorate } from 'tslib';
|
|
4
4
|
import { fromEvent } from 'rxjs';
|
|
5
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-
|
|
7
|
-
import { defineCustomElement as defineCustomElement$3 } from '@desynth/web-components/dist/desynth-
|
|
8
|
-
import { defineCustomElement as defineCustomElement$4 } from '@desynth/web-components/dist/desynth-
|
|
9
|
-
import { defineCustomElement as defineCustomElement$5 } from '@desynth/web-components/dist/desynth-
|
|
10
|
-
import { defineCustomElement as defineCustomElement$6 } from '@desynth/web-components/dist/desynth-
|
|
11
|
-
import { defineCustomElement as defineCustomElement$7 } from '@desynth/web-components/dist/desynth-
|
|
12
|
-
import { defineCustomElement as defineCustomElement$8 } from '@desynth/web-components/dist/desynth-
|
|
13
|
-
import { defineCustomElement as defineCustomElement$9 } from '@desynth/web-components/dist/desynth-
|
|
14
|
-
import { defineCustomElement as defineCustomElement$a } from '@desynth/web-components/dist/desynth-
|
|
15
|
-
import { defineCustomElement as defineCustomElement$b } from '@desynth/web-components/dist/desynth-
|
|
16
|
-
import { defineCustomElement as defineCustomElement$c } from '@desynth/web-components/dist/desynth-
|
|
17
|
-
import { defineCustomElement as defineCustomElement$d } from '@desynth/web-components/dist/desynth-
|
|
18
|
-
import { defineCustomElement as defineCustomElement$e } from '@desynth/web-components/dist/desynth-
|
|
19
|
-
import { defineCustomElement as defineCustomElement$f } from '@desynth/web-components/dist/desynth-
|
|
20
|
-
import { defineCustomElement as defineCustomElement$g } from '@desynth/web-components/dist/desynth-
|
|
21
|
-
import { defineCustomElement as defineCustomElement$h } from '@desynth/web-components/dist/desynth-
|
|
22
|
-
import { defineCustomElement as defineCustomElement$i } from '@desynth/web-components/dist/desynth-
|
|
23
|
-
import { defineCustomElement as defineCustomElement$j } from '@desynth/web-components/dist/desynth-
|
|
24
|
-
import { defineCustomElement as defineCustomElement$k } from '@desynth/web-components/dist/desynth-
|
|
25
|
-
import { defineCustomElement as defineCustomElement$l } from '@desynth/web-components/dist/desynth-
|
|
26
|
-
import { defineCustomElement as defineCustomElement$m } from '@desynth/web-components/dist/desynth-
|
|
27
|
-
import { defineCustomElement as defineCustomElement$n } from '@desynth/web-components/dist/desynth-
|
|
28
|
-
import { defineCustomElement as defineCustomElement$o } from '@desynth/web-components/dist/desynth-
|
|
29
|
-
import { defineCustomElement as defineCustomElement$p } from '@desynth/web-components/dist/desynth-
|
|
30
|
-
import { defineCustomElement as defineCustomElement$q } from '@desynth/web-components/dist/desynth-
|
|
31
|
-
import { defineCustomElement as defineCustomElement$r } from '@desynth/web-components/dist/desynth-
|
|
32
|
-
import { defineCustomElement as defineCustomElement$s } from '@desynth/web-components/dist/desynth-
|
|
33
|
-
import { defineCustomElement as defineCustomElement$t } from '@desynth/web-components/dist/
|
|
34
|
-
import { defineCustomElement as defineCustomElement$u } from '@desynth/web-components/dist/
|
|
6
|
+
import { defineCustomElement as defineCustomElement$2 } from '@desynth/web-components/dist/desynth-actions.js';
|
|
7
|
+
import { defineCustomElement as defineCustomElement$3 } from '@desynth/web-components/dist/desynth-agent-chat.js';
|
|
8
|
+
import { defineCustomElement as defineCustomElement$4 } from '@desynth/web-components/dist/desynth-alert.js';
|
|
9
|
+
import { defineCustomElement as defineCustomElement$5 } from '@desynth/web-components/dist/desynth-area-block.js';
|
|
10
|
+
import { defineCustomElement as defineCustomElement$6 } from '@desynth/web-components/dist/desynth-bar-chart.js';
|
|
11
|
+
import { defineCustomElement as defineCustomElement$7 } from '@desynth/web-components/dist/desynth-book-card.js';
|
|
12
|
+
import { defineCustomElement as defineCustomElement$8 } from '@desynth/web-components/dist/desynth-bottom-nav.js';
|
|
13
|
+
import { defineCustomElement as defineCustomElement$9 } from '@desynth/web-components/dist/desynth-breadcrumb.js';
|
|
14
|
+
import { defineCustomElement as defineCustomElement$a } from '@desynth/web-components/dist/desynth-button.js';
|
|
15
|
+
import { defineCustomElement as defineCustomElement$b } from '@desynth/web-components/dist/desynth-button-slider.js';
|
|
16
|
+
import { defineCustomElement as defineCustomElement$c } from '@desynth/web-components/dist/desynth-calendar.js';
|
|
17
|
+
import { defineCustomElement as defineCustomElement$d } from '@desynth/web-components/dist/desynth-callout.js';
|
|
18
|
+
import { defineCustomElement as defineCustomElement$e } from '@desynth/web-components/dist/desynth-card.js';
|
|
19
|
+
import { defineCustomElement as defineCustomElement$f } from '@desynth/web-components/dist/desynth-card-grid.js';
|
|
20
|
+
import { defineCustomElement as defineCustomElement$g } from '@desynth/web-components/dist/desynth-center.js';
|
|
21
|
+
import { defineCustomElement as defineCustomElement$h } from '@desynth/web-components/dist/desynth-chat.js';
|
|
22
|
+
import { defineCustomElement as defineCustomElement$i } from '@desynth/web-components/dist/desynth-check-list.js';
|
|
23
|
+
import { defineCustomElement as defineCustomElement$j } from '@desynth/web-components/dist/desynth-checkbox.js';
|
|
24
|
+
import { defineCustomElement as defineCustomElement$k } from '@desynth/web-components/dist/desynth-checkout.js';
|
|
25
|
+
import { defineCustomElement as defineCustomElement$l } from '@desynth/web-components/dist/desynth-chip-select.js';
|
|
26
|
+
import { defineCustomElement as defineCustomElement$m } from '@desynth/web-components/dist/desynth-cta-block.js';
|
|
27
|
+
import { defineCustomElement as defineCustomElement$n } from '@desynth/web-components/dist/desynth-data-table.js';
|
|
28
|
+
import { defineCustomElement as defineCustomElement$o } from '@desynth/web-components/dist/desynth-date-picker.js';
|
|
29
|
+
import { defineCustomElement as defineCustomElement$p } from '@desynth/web-components/dist/desynth-deep-section.js';
|
|
30
|
+
import { defineCustomElement as defineCustomElement$q } from '@desynth/web-components/dist/desynth-divider.js';
|
|
31
|
+
import { defineCustomElement as defineCustomElement$r } from '@desynth/web-components/dist/desynth-donut-chart.js';
|
|
32
|
+
import { defineCustomElement as defineCustomElement$s } from '@desynth/web-components/dist/desynth-drawer.js';
|
|
33
|
+
import { defineCustomElement as defineCustomElement$t } from '@desynth/web-components/dist/desynth-drop-file.js';
|
|
34
|
+
import { defineCustomElement as defineCustomElement$u } from '@desynth/web-components/dist/desynth-dropdown.js';
|
|
35
|
+
import { defineCustomElement as defineCustomElement$v } from '@desynth/web-components/dist/desynth-empty.js';
|
|
36
|
+
import { defineCustomElement as defineCustomElement$w } from '@desynth/web-components/dist/desynth-feature-card.js';
|
|
37
|
+
import { defineCustomElement as defineCustomElement$x } from '@desynth/web-components/dist/desynth-feed.js';
|
|
38
|
+
import { defineCustomElement as defineCustomElement$y } from '@desynth/web-components/dist/desynth-filter-card.js';
|
|
39
|
+
import { defineCustomElement as defineCustomElement$z } from '@desynth/web-components/dist/desynth-form.js';
|
|
40
|
+
import { defineCustomElement as defineCustomElement$A } from '@desynth/web-components/dist/desynth-gallery-card.js';
|
|
41
|
+
import { defineCustomElement as defineCustomElement$B } from '@desynth/web-components/dist/desynth-grid.js';
|
|
42
|
+
import { defineCustomElement as defineCustomElement$C } from '@desynth/web-components/dist/desynth-hbar-chart.js';
|
|
43
|
+
import { defineCustomElement as defineCustomElement$D } from '@desynth/web-components/dist/desynth-header.js';
|
|
44
|
+
import { defineCustomElement as defineCustomElement$E } from '@desynth/web-components/dist/desynth-hero-panel.js';
|
|
45
|
+
import { defineCustomElement as defineCustomElement$F } from '@desynth/web-components/dist/desynth-inbox.js';
|
|
46
|
+
import { defineCustomElement as defineCustomElement$G } from '@desynth/web-components/dist/desynth-inbox-item.js';
|
|
47
|
+
import { defineCustomElement as defineCustomElement$H } from '@desynth/web-components/dist/desynth-info-card.js';
|
|
48
|
+
import { defineCustomElement as defineCustomElement$I } from '@desynth/web-components/dist/desynth-integ-card.js';
|
|
49
|
+
import { defineCustomElement as defineCustomElement$J } from '@desynth/web-components/dist/desynth-kanban.js';
|
|
50
|
+
import { defineCustomElement as defineCustomElement$K } from '@desynth/web-components/dist/desynth-kpi-card.js';
|
|
51
|
+
import { defineCustomElement as defineCustomElement$L } from '@desynth/web-components/dist/desynth-kv.js';
|
|
52
|
+
import { defineCustomElement as defineCustomElement$M } from '@desynth/web-components/dist/desynth-list.js';
|
|
53
|
+
import { defineCustomElement as defineCustomElement$N } from '@desynth/web-components/dist/desynth-listing-card.js';
|
|
54
|
+
import { defineCustomElement as defineCustomElement$O } from '@desynth/web-components/dist/desynth-loader.js';
|
|
55
|
+
import { defineCustomElement as defineCustomElement$P } from '@desynth/web-components/dist/desynth-material-list.js';
|
|
56
|
+
import { defineCustomElement as defineCustomElement$Q } from '@desynth/web-components/dist/desynth-modal.js';
|
|
57
|
+
import { defineCustomElement as defineCustomElement$R } from '@desynth/web-components/dist/desynth-multi-stepper.js';
|
|
58
|
+
import { defineCustomElement as defineCustomElement$S } from '@desynth/web-components/dist/desynth-nav.js';
|
|
59
|
+
import { defineCustomElement as defineCustomElement$T } from '@desynth/web-components/dist/desynth-page.js';
|
|
60
|
+
import { defineCustomElement as defineCustomElement$U } from '@desynth/web-components/dist/desynth-panel.js';
|
|
61
|
+
import { defineCustomElement as defineCustomElement$V } from '@desynth/web-components/dist/desynth-paper.js';
|
|
62
|
+
import { defineCustomElement as defineCustomElement$W } from '@desynth/web-components/dist/desynth-paragraph.js';
|
|
63
|
+
import { defineCustomElement as defineCustomElement$X } from '@desynth/web-components/dist/desynth-picker-list.js';
|
|
64
|
+
import { defineCustomElement as defineCustomElement$Y } from '@desynth/web-components/dist/desynth-rating.js';
|
|
65
|
+
import { defineCustomElement as defineCustomElement$Z } from '@desynth/web-components/dist/desynth-reader.js';
|
|
66
|
+
import { defineCustomElement as defineCustomElement$_ } from '@desynth/web-components/dist/desynth-renderer.js';
|
|
67
|
+
import { defineCustomElement as defineCustomElement$$ } from '@desynth/web-components/dist/desynth-screen.js';
|
|
68
|
+
import { defineCustomElement as defineCustomElement$10 } from '@desynth/web-components/dist/desynth-section-head.js';
|
|
69
|
+
import { defineCustomElement as defineCustomElement$11 } from '@desynth/web-components/dist/desynth-section-hero.js';
|
|
70
|
+
import { defineCustomElement as defineCustomElement$12 } from '@desynth/web-components/dist/desynth-select.js';
|
|
71
|
+
import { defineCustomElement as defineCustomElement$13 } from '@desynth/web-components/dist/desynth-shell.js';
|
|
72
|
+
import { defineCustomElement as defineCustomElement$14 } from '@desynth/web-components/dist/desynth-sidebar.js';
|
|
73
|
+
import { defineCustomElement as defineCustomElement$15 } from '@desynth/web-components/dist/desynth-site-footer.js';
|
|
74
|
+
import { defineCustomElement as defineCustomElement$16 } from '@desynth/web-components/dist/desynth-stat-grid.js';
|
|
75
|
+
import { defineCustomElement as defineCustomElement$17 } from '@desynth/web-components/dist/desynth-stats.js';
|
|
76
|
+
import { defineCustomElement as defineCustomElement$18 } from '@desynth/web-components/dist/desynth-status-pill.js';
|
|
77
|
+
import { defineCustomElement as defineCustomElement$19 } from '@desynth/web-components/dist/desynth-step-stepper.js';
|
|
78
|
+
import { defineCustomElement as defineCustomElement$1a } from '@desynth/web-components/dist/desynth-switch.js';
|
|
79
|
+
import { defineCustomElement as defineCustomElement$1b } from '@desynth/web-components/dist/desynth-table.js';
|
|
80
|
+
import { defineCustomElement as defineCustomElement$1c } from '@desynth/web-components/dist/desynth-tabs.js';
|
|
81
|
+
import { defineCustomElement as defineCustomElement$1d } from '@desynth/web-components/dist/desynth-tech-grid.js';
|
|
82
|
+
import { defineCustomElement as defineCustomElement$1e } from '@desynth/web-components/dist/desynth-text.js';
|
|
83
|
+
import { defineCustomElement as defineCustomElement$1f } from '@desynth/web-components/dist/desynth-text-area.js';
|
|
84
|
+
import { defineCustomElement as defineCustomElement$1g } from '@desynth/web-components/dist/desynth-text-input.js';
|
|
85
|
+
import { defineCustomElement as defineCustomElement$1h } from '@desynth/web-components/dist/desynth-thumb-picker.js';
|
|
86
|
+
import { defineCustomElement as defineCustomElement$1i } from '@desynth/web-components/dist/desynth-tooltip.js';
|
|
87
|
+
import { defineCustomElement as defineCustomElement$1j } from '@desynth/web-components/dist/desynth-upload.js';
|
|
88
|
+
import { defineCustomElement as defineCustomElement$1k } from '@desynth/web-components/dist/desynth-voice-input.js';
|
|
89
|
+
import { defineCustomElement as defineCustomElement$1l } from '@desynth/web-components/dist/horizontal-cards.js';
|
|
90
|
+
import { defineCustomElement as defineCustomElement$1m } from '@desynth/web-components/dist/html-editor.js';
|
|
35
91
|
|
|
36
92
|
/* eslint-disable */
|
|
37
93
|
/* tslint:disable */
|
|
@@ -117,6 +173,59 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImpor
|
|
|
117
173
|
standalone: true
|
|
118
174
|
}]
|
|
119
175
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
176
|
+
let DesynthActions = class DesynthActions {
|
|
177
|
+
constructor(c, r, z) {
|
|
178
|
+
this.z = z;
|
|
179
|
+
c.detach();
|
|
180
|
+
this.el = r.nativeElement;
|
|
181
|
+
}
|
|
182
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthActions, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
183
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.0.5", type: DesynthActions, isStandalone: true, selector: "desynth-actions", inputs: { align: "align", gap: "gap", marginBottom: "marginBottom", marginTop: "marginTop", stack: "stack" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
184
|
+
};
|
|
185
|
+
DesynthActions = __decorate([
|
|
186
|
+
ProxyCmp({
|
|
187
|
+
defineCustomElementFn: defineCustomElement$2,
|
|
188
|
+
inputs: ['align', 'gap', 'marginBottom', 'marginTop', 'stack']
|
|
189
|
+
})
|
|
190
|
+
], DesynthActions);
|
|
191
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthActions, decorators: [{
|
|
192
|
+
type: Component,
|
|
193
|
+
args: [{
|
|
194
|
+
selector: 'desynth-actions',
|
|
195
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
196
|
+
template: '<ng-content></ng-content>',
|
|
197
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
198
|
+
inputs: ['align', 'gap', 'marginBottom', 'marginTop', 'stack'],
|
|
199
|
+
standalone: true
|
|
200
|
+
}]
|
|
201
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
202
|
+
let DesynthAgentChat = class DesynthAgentChat {
|
|
203
|
+
constructor(c, r, z) {
|
|
204
|
+
this.z = z;
|
|
205
|
+
c.detach();
|
|
206
|
+
this.el = r.nativeElement;
|
|
207
|
+
proxyOutputs(this, this.el, ['handleInput', 'handleSend', 'handleEnter', 'handleSuggestion', 'handleToggleGallery', 'handleCloseGallery', 'handlePickGallery', 'handleRemoveAttachment', 'handleToggleMode']);
|
|
208
|
+
}
|
|
209
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthAgentChat, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
210
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.0.5", type: DesynthAgentChat, isStandalone: true, selector: "desynth-agent-chat", inputs: { attachments: "attachments", avatar: "avatar", busy: "busy", counts: "counts", emptyText: "emptyText", emptyTitle: "emptyTitle", gallery: "gallery", galleryOpen: "galleryOpen", inputValue: "inputValue", messages: "messages", micHint: "micHint", mode: "mode", modeLabel: "modeLabel", name: "name", placeholder: "placeholder", suggestionGroups: "suggestionGroups" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
211
|
+
};
|
|
212
|
+
DesynthAgentChat = __decorate([
|
|
213
|
+
ProxyCmp({
|
|
214
|
+
defineCustomElementFn: defineCustomElement$3,
|
|
215
|
+
inputs: ['attachments', 'avatar', 'busy', 'counts', 'emptyText', 'emptyTitle', 'gallery', 'galleryOpen', 'inputValue', 'messages', 'micHint', 'mode', 'modeLabel', 'name', 'placeholder', 'suggestionGroups']
|
|
216
|
+
})
|
|
217
|
+
], DesynthAgentChat);
|
|
218
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthAgentChat, decorators: [{
|
|
219
|
+
type: Component,
|
|
220
|
+
args: [{
|
|
221
|
+
selector: 'desynth-agent-chat',
|
|
222
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
223
|
+
template: '<ng-content></ng-content>',
|
|
224
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
225
|
+
inputs: ['attachments', 'avatar', 'busy', 'counts', 'emptyText', 'emptyTitle', 'gallery', 'galleryOpen', 'inputValue', 'messages', 'micHint', 'mode', 'modeLabel', 'name', 'placeholder', 'suggestionGroups'],
|
|
226
|
+
standalone: true
|
|
227
|
+
}]
|
|
228
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
120
229
|
let DesynthAlert = class DesynthAlert {
|
|
121
230
|
constructor(c, r, z) {
|
|
122
231
|
this.z = z;
|
|
@@ -129,7 +238,7 @@ let DesynthAlert = class DesynthAlert {
|
|
|
129
238
|
};
|
|
130
239
|
DesynthAlert = __decorate([
|
|
131
240
|
ProxyCmp({
|
|
132
|
-
defineCustomElementFn: defineCustomElement$
|
|
241
|
+
defineCustomElementFn: defineCustomElement$4,
|
|
133
242
|
inputs: ['alertId', 'alertText', 'alertType', 'duration', 'opened']
|
|
134
243
|
})
|
|
135
244
|
], DesynthAlert);
|
|
@@ -144,20 +253,125 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImpor
|
|
|
144
253
|
standalone: true
|
|
145
254
|
}]
|
|
146
255
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
256
|
+
let DesynthAreaBlock = class DesynthAreaBlock {
|
|
257
|
+
constructor(c, r, z) {
|
|
258
|
+
this.z = z;
|
|
259
|
+
c.detach();
|
|
260
|
+
this.el = r.nativeElement;
|
|
261
|
+
}
|
|
262
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthAreaBlock, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
263
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.0.5", type: DesynthAreaBlock, isStandalone: true, selector: "desynth-area-block", inputs: { accent: "accent", href: "href", icon: "icon", linkLabel: "linkLabel", story: "story", techs: "techs", title: "title" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
264
|
+
};
|
|
265
|
+
DesynthAreaBlock = __decorate([
|
|
266
|
+
ProxyCmp({
|
|
267
|
+
defineCustomElementFn: defineCustomElement$5,
|
|
268
|
+
inputs: ['accent', 'href', 'icon', 'linkLabel', 'story', 'techs', 'title']
|
|
269
|
+
})
|
|
270
|
+
], DesynthAreaBlock);
|
|
271
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthAreaBlock, decorators: [{
|
|
272
|
+
type: Component,
|
|
273
|
+
args: [{
|
|
274
|
+
selector: 'desynth-area-block',
|
|
275
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
276
|
+
template: '<ng-content></ng-content>',
|
|
277
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
278
|
+
inputs: ['accent', 'href', 'icon', 'linkLabel', 'story', 'techs', 'title'],
|
|
279
|
+
standalone: true
|
|
280
|
+
}]
|
|
281
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
282
|
+
let DesynthBarChart = class DesynthBarChart {
|
|
283
|
+
constructor(c, r, z) {
|
|
284
|
+
this.z = z;
|
|
285
|
+
c.detach();
|
|
286
|
+
this.el = r.nativeElement;
|
|
287
|
+
}
|
|
288
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthBarChart, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
289
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.0.5", type: DesynthBarChart, isStandalone: true, selector: "desynth-bar-chart", inputs: { items: "items" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
290
|
+
};
|
|
291
|
+
DesynthBarChart = __decorate([
|
|
292
|
+
ProxyCmp({
|
|
293
|
+
defineCustomElementFn: defineCustomElement$6,
|
|
294
|
+
inputs: ['items']
|
|
295
|
+
})
|
|
296
|
+
], DesynthBarChart);
|
|
297
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthBarChart, decorators: [{
|
|
298
|
+
type: Component,
|
|
299
|
+
args: [{
|
|
300
|
+
selector: 'desynth-bar-chart',
|
|
301
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
302
|
+
template: '<ng-content></ng-content>',
|
|
303
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
304
|
+
inputs: ['items'],
|
|
305
|
+
standalone: true
|
|
306
|
+
}]
|
|
307
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
308
|
+
let DesynthBookCard = class DesynthBookCard {
|
|
309
|
+
constructor(c, r, z) {
|
|
310
|
+
this.z = z;
|
|
311
|
+
c.detach();
|
|
312
|
+
this.el = r.nativeElement;
|
|
313
|
+
}
|
|
314
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthBookCard, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
315
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.0.5", type: DesynthBookCard, isStandalone: true, selector: "desynth-book-card", inputs: { author: "author", chapters: "chapters", cover: "cover", coverFallback: "coverFallback", description: "description", status: "status", subtitle: "subtitle", title: "title" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
316
|
+
};
|
|
317
|
+
DesynthBookCard = __decorate([
|
|
318
|
+
ProxyCmp({
|
|
319
|
+
defineCustomElementFn: defineCustomElement$7,
|
|
320
|
+
inputs: ['author', 'chapters', 'cover', 'coverFallback', 'description', 'status', 'subtitle', 'title']
|
|
321
|
+
})
|
|
322
|
+
], DesynthBookCard);
|
|
323
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthBookCard, decorators: [{
|
|
324
|
+
type: Component,
|
|
325
|
+
args: [{
|
|
326
|
+
selector: 'desynth-book-card',
|
|
327
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
328
|
+
template: '<ng-content></ng-content>',
|
|
329
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
330
|
+
inputs: ['author', 'chapters', 'cover', 'coverFallback', 'description', 'status', 'subtitle', 'title'],
|
|
331
|
+
standalone: true
|
|
332
|
+
}]
|
|
333
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
334
|
+
let DesynthBottomNav = class DesynthBottomNav {
|
|
335
|
+
constructor(c, r, z) {
|
|
336
|
+
this.z = z;
|
|
337
|
+
c.detach();
|
|
338
|
+
this.el = r.nativeElement;
|
|
339
|
+
proxyOutputs(this, this.el, ['handleNavigate']);
|
|
340
|
+
}
|
|
341
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthBottomNav, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
342
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.0.5", type: DesynthBottomNav, isStandalone: true, selector: "desynth-bottom-nav", inputs: { activePath: "activePath", items: "items" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
343
|
+
};
|
|
344
|
+
DesynthBottomNav = __decorate([
|
|
345
|
+
ProxyCmp({
|
|
346
|
+
defineCustomElementFn: defineCustomElement$8,
|
|
347
|
+
inputs: ['activePath', 'items']
|
|
348
|
+
})
|
|
349
|
+
], DesynthBottomNav);
|
|
350
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthBottomNav, decorators: [{
|
|
351
|
+
type: Component,
|
|
352
|
+
args: [{
|
|
353
|
+
selector: 'desynth-bottom-nav',
|
|
354
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
355
|
+
template: '<ng-content></ng-content>',
|
|
356
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
357
|
+
inputs: ['activePath', 'items'],
|
|
358
|
+
standalone: true
|
|
359
|
+
}]
|
|
360
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
147
361
|
let DesynthBreadcrumb = class DesynthBreadcrumb {
|
|
148
362
|
constructor(c, r, z) {
|
|
149
363
|
this.z = z;
|
|
150
364
|
c.detach();
|
|
151
365
|
this.el = r.nativeElement;
|
|
152
|
-
proxyOutputs(this, this.el, ['
|
|
366
|
+
proxyOutputs(this, this.el, ['handleNavigate', 'handleBack']);
|
|
153
367
|
}
|
|
154
368
|
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 }); }
|
|
155
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.0.5", type: DesynthBreadcrumb, isStandalone: true, selector: "desynth-breadcrumb", inputs: { breadcrumbs: "breadcrumbs",
|
|
369
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.0.5", type: DesynthBreadcrumb, isStandalone: true, selector: "desynth-breadcrumb", inputs: { backLabel: "backLabel", breadcrumbs: "breadcrumbs", items: "items" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
156
370
|
};
|
|
157
371
|
DesynthBreadcrumb = __decorate([
|
|
158
372
|
ProxyCmp({
|
|
159
|
-
defineCustomElementFn: defineCustomElement$
|
|
160
|
-
inputs: ['breadcrumbs', '
|
|
373
|
+
defineCustomElementFn: defineCustomElement$9,
|
|
374
|
+
inputs: ['backLabel', 'breadcrumbs', 'items']
|
|
161
375
|
})
|
|
162
376
|
], DesynthBreadcrumb);
|
|
163
377
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthBreadcrumb, decorators: [{
|
|
@@ -167,7 +381,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImpor
|
|
|
167
381
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
168
382
|
template: '<ng-content></ng-content>',
|
|
169
383
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
170
|
-
inputs: ['breadcrumbs', '
|
|
384
|
+
inputs: ['backLabel', 'breadcrumbs', 'items'],
|
|
171
385
|
standalone: true
|
|
172
386
|
}]
|
|
173
387
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
@@ -179,12 +393,12 @@ let DesynthButton = class DesynthButton {
|
|
|
179
393
|
proxyOutputs(this, this.el, ['handleClick', 'handleFocus', 'handleBlur']);
|
|
180
394
|
}
|
|
181
395
|
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 }); }
|
|
182
|
-
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 }); }
|
|
396
|
+
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", full: "full", size: "size", tone: "tone", type: "type", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
183
397
|
};
|
|
184
398
|
DesynthButton = __decorate([
|
|
185
399
|
ProxyCmp({
|
|
186
|
-
defineCustomElementFn: defineCustomElement$
|
|
187
|
-
inputs: ['buttonId', 'buttonText', 'circular', 'disabled', 'type']
|
|
400
|
+
defineCustomElementFn: defineCustomElement$a,
|
|
401
|
+
inputs: ['buttonId', 'buttonText', 'circular', 'disabled', 'full', 'size', 'tone', 'type', 'variant']
|
|
188
402
|
})
|
|
189
403
|
], DesynthButton);
|
|
190
404
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthButton, decorators: [{
|
|
@@ -194,7 +408,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImpor
|
|
|
194
408
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
195
409
|
template: '<ng-content></ng-content>',
|
|
196
410
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
197
|
-
inputs: ['buttonId', 'buttonText', 'circular', 'disabled', 'type'],
|
|
411
|
+
inputs: ['buttonId', 'buttonText', 'circular', 'disabled', 'full', 'size', 'tone', 'type', 'variant'],
|
|
198
412
|
standalone: true
|
|
199
413
|
}]
|
|
200
414
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
@@ -209,7 +423,7 @@ let DesynthButtonSlider = class DesynthButtonSlider {
|
|
|
209
423
|
};
|
|
210
424
|
DesynthButtonSlider = __decorate([
|
|
211
425
|
ProxyCmp({
|
|
212
|
-
defineCustomElementFn: defineCustomElement$
|
|
426
|
+
defineCustomElementFn: defineCustomElement$b,
|
|
213
427
|
inputs: ['buttons']
|
|
214
428
|
})
|
|
215
429
|
], DesynthButtonSlider);
|
|
@@ -224,6 +438,59 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImpor
|
|
|
224
438
|
standalone: true
|
|
225
439
|
}]
|
|
226
440
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
441
|
+
let DesynthCalendar = class DesynthCalendar {
|
|
442
|
+
constructor(c, r, z) {
|
|
443
|
+
this.z = z;
|
|
444
|
+
c.detach();
|
|
445
|
+
this.el = r.nativeElement;
|
|
446
|
+
proxyOutputs(this, this.el, ['handleDrop', 'handleEdit', 'handleRemove']);
|
|
447
|
+
}
|
|
448
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthCalendar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
449
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.0.5", type: DesynthCalendar, isStandalone: true, selector: "desynth-calendar", inputs: { cards: "cards", columns: "columns", payTones: "payTones" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
450
|
+
};
|
|
451
|
+
DesynthCalendar = __decorate([
|
|
452
|
+
ProxyCmp({
|
|
453
|
+
defineCustomElementFn: defineCustomElement$c,
|
|
454
|
+
inputs: ['cards', 'columns', 'payTones']
|
|
455
|
+
})
|
|
456
|
+
], DesynthCalendar);
|
|
457
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthCalendar, decorators: [{
|
|
458
|
+
type: Component,
|
|
459
|
+
args: [{
|
|
460
|
+
selector: 'desynth-calendar',
|
|
461
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
462
|
+
template: '<ng-content></ng-content>',
|
|
463
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
464
|
+
inputs: ['cards', 'columns', 'payTones'],
|
|
465
|
+
standalone: true
|
|
466
|
+
}]
|
|
467
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
468
|
+
let DesynthCallout = class DesynthCallout {
|
|
469
|
+
constructor(c, r, z) {
|
|
470
|
+
this.z = z;
|
|
471
|
+
c.detach();
|
|
472
|
+
this.el = r.nativeElement;
|
|
473
|
+
}
|
|
474
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthCallout, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
475
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.0.5", type: DesynthCallout, isStandalone: true, selector: "desynth-callout", inputs: { sub: "sub", title: "title", tone: "tone" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
476
|
+
};
|
|
477
|
+
DesynthCallout = __decorate([
|
|
478
|
+
ProxyCmp({
|
|
479
|
+
defineCustomElementFn: defineCustomElement$d,
|
|
480
|
+
inputs: ['sub', 'title', 'tone']
|
|
481
|
+
})
|
|
482
|
+
], DesynthCallout);
|
|
483
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthCallout, decorators: [{
|
|
484
|
+
type: Component,
|
|
485
|
+
args: [{
|
|
486
|
+
selector: 'desynth-callout',
|
|
487
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
488
|
+
template: '<ng-content></ng-content>',
|
|
489
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
490
|
+
inputs: ['sub', 'title', 'tone'],
|
|
491
|
+
standalone: true
|
|
492
|
+
}]
|
|
493
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
227
494
|
let DesynthCard = class DesynthCard {
|
|
228
495
|
constructor(c, r, z) {
|
|
229
496
|
this.z = z;
|
|
@@ -235,7 +502,7 @@ let DesynthCard = class DesynthCard {
|
|
|
235
502
|
};
|
|
236
503
|
DesynthCard = __decorate([
|
|
237
504
|
ProxyCmp({
|
|
238
|
-
defineCustomElementFn: defineCustomElement$
|
|
505
|
+
defineCustomElementFn: defineCustomElement$e,
|
|
239
506
|
inputs: ['cardSize']
|
|
240
507
|
})
|
|
241
508
|
], DesynthCard);
|
|
@@ -250,6 +517,112 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImpor
|
|
|
250
517
|
standalone: true
|
|
251
518
|
}]
|
|
252
519
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
520
|
+
let DesynthCardGrid = class DesynthCardGrid {
|
|
521
|
+
constructor(c, r, z) {
|
|
522
|
+
this.z = z;
|
|
523
|
+
c.detach();
|
|
524
|
+
this.el = r.nativeElement;
|
|
525
|
+
}
|
|
526
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthCardGrid, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
527
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.0.5", type: DesynthCardGrid, isStandalone: true, selector: "desynth-card-grid", inputs: { gap: "gap", minWidth: "minWidth" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
528
|
+
};
|
|
529
|
+
DesynthCardGrid = __decorate([
|
|
530
|
+
ProxyCmp({
|
|
531
|
+
defineCustomElementFn: defineCustomElement$f,
|
|
532
|
+
inputs: ['gap', 'minWidth']
|
|
533
|
+
})
|
|
534
|
+
], DesynthCardGrid);
|
|
535
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthCardGrid, decorators: [{
|
|
536
|
+
type: Component,
|
|
537
|
+
args: [{
|
|
538
|
+
selector: 'desynth-card-grid',
|
|
539
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
540
|
+
template: '<ng-content></ng-content>',
|
|
541
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
542
|
+
inputs: ['gap', 'minWidth'],
|
|
543
|
+
standalone: true
|
|
544
|
+
}]
|
|
545
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
546
|
+
let DesynthCenter = class DesynthCenter {
|
|
547
|
+
constructor(c, r, z) {
|
|
548
|
+
this.z = z;
|
|
549
|
+
c.detach();
|
|
550
|
+
this.el = r.nativeElement;
|
|
551
|
+
}
|
|
552
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthCenter, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
553
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.0.5", type: DesynthCenter, isStandalone: true, selector: "desynth-center", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
554
|
+
};
|
|
555
|
+
DesynthCenter = __decorate([
|
|
556
|
+
ProxyCmp({
|
|
557
|
+
defineCustomElementFn: defineCustomElement$g,
|
|
558
|
+
inputs: ['size']
|
|
559
|
+
})
|
|
560
|
+
], DesynthCenter);
|
|
561
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthCenter, decorators: [{
|
|
562
|
+
type: Component,
|
|
563
|
+
args: [{
|
|
564
|
+
selector: 'desynth-center',
|
|
565
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
566
|
+
template: '<ng-content></ng-content>',
|
|
567
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
568
|
+
inputs: ['size'],
|
|
569
|
+
standalone: true
|
|
570
|
+
}]
|
|
571
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
572
|
+
let DesynthChat = class DesynthChat {
|
|
573
|
+
constructor(c, r, z) {
|
|
574
|
+
this.z = z;
|
|
575
|
+
c.detach();
|
|
576
|
+
this.el = r.nativeElement;
|
|
577
|
+
proxyOutputs(this, this.el, ['handleStatus', 'handleReply', 'handleSend', 'handleEnter']);
|
|
578
|
+
}
|
|
579
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthChat, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
580
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.0.5", type: DesynthChat, isStandalone: true, selector: "desynth-chat", inputs: { customer: "customer", emptyText: "emptyText", messages: "messages", meta: "meta", placeholder: "placeholder", replyValue: "replyValue", sendLabel: "sendLabel", sending: "sending", status: "status", statusOptions: "statusOptions" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
581
|
+
};
|
|
582
|
+
DesynthChat = __decorate([
|
|
583
|
+
ProxyCmp({
|
|
584
|
+
defineCustomElementFn: defineCustomElement$h,
|
|
585
|
+
inputs: ['customer', 'emptyText', 'messages', 'meta', 'placeholder', 'replyValue', 'sendLabel', 'sending', 'status', 'statusOptions']
|
|
586
|
+
})
|
|
587
|
+
], DesynthChat);
|
|
588
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthChat, decorators: [{
|
|
589
|
+
type: Component,
|
|
590
|
+
args: [{
|
|
591
|
+
selector: 'desynth-chat',
|
|
592
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
593
|
+
template: '<ng-content></ng-content>',
|
|
594
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
595
|
+
inputs: ['customer', 'emptyText', 'messages', 'meta', 'placeholder', 'replyValue', 'sendLabel', 'sending', 'status', 'statusOptions'],
|
|
596
|
+
standalone: true
|
|
597
|
+
}]
|
|
598
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
599
|
+
let DesynthCheckList = class DesynthCheckList {
|
|
600
|
+
constructor(c, r, z) {
|
|
601
|
+
this.z = z;
|
|
602
|
+
c.detach();
|
|
603
|
+
this.el = r.nativeElement;
|
|
604
|
+
proxyOutputs(this, this.el, ['handleToggle', 'handleItemSelect']);
|
|
605
|
+
}
|
|
606
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthCheckList, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
607
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.0.5", type: DesynthCheckList, isStandalone: true, selector: "desynth-check-list", inputs: { emptyText: "emptyText", items: "items", title: "title" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
608
|
+
};
|
|
609
|
+
DesynthCheckList = __decorate([
|
|
610
|
+
ProxyCmp({
|
|
611
|
+
defineCustomElementFn: defineCustomElement$i,
|
|
612
|
+
inputs: ['emptyText', 'items', 'title']
|
|
613
|
+
})
|
|
614
|
+
], DesynthCheckList);
|
|
615
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthCheckList, decorators: [{
|
|
616
|
+
type: Component,
|
|
617
|
+
args: [{
|
|
618
|
+
selector: 'desynth-check-list',
|
|
619
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
620
|
+
template: '<ng-content></ng-content>',
|
|
621
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
622
|
+
inputs: ['emptyText', 'items', 'title'],
|
|
623
|
+
standalone: true
|
|
624
|
+
}]
|
|
625
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
253
626
|
let DesynthCheckbox = class DesynthCheckbox {
|
|
254
627
|
constructor(c, r, z) {
|
|
255
628
|
this.z = z;
|
|
@@ -262,7 +635,7 @@ let DesynthCheckbox = class DesynthCheckbox {
|
|
|
262
635
|
};
|
|
263
636
|
DesynthCheckbox = __decorate([
|
|
264
637
|
ProxyCmp({
|
|
265
|
-
defineCustomElementFn: defineCustomElement$
|
|
638
|
+
defineCustomElementFn: defineCustomElement$j,
|
|
266
639
|
inputs: ['checkboxId', 'checkboxLabel', 'errorMessage', 'isChecked']
|
|
267
640
|
})
|
|
268
641
|
], DesynthCheckbox);
|
|
@@ -277,401 +650,1398 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImpor
|
|
|
277
650
|
standalone: true
|
|
278
651
|
}]
|
|
279
652
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
280
|
-
let
|
|
653
|
+
let DesynthCheckout = class DesynthCheckout {
|
|
281
654
|
constructor(c, r, z) {
|
|
282
655
|
this.z = z;
|
|
283
656
|
c.detach();
|
|
284
657
|
this.el = r.nativeElement;
|
|
285
|
-
proxyOutputs(this, this.el, ['
|
|
658
|
+
proxyOutputs(this, this.el, ['handleClose', 'handleCopy', 'handleOpen', 'handleReconcile', 'handleReset']);
|
|
286
659
|
}
|
|
287
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type:
|
|
288
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.0.5", type:
|
|
660
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthCheckout, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
661
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.0.5", type: DesynthCheckout, isStandalone: true, selector: "desynth-checkout", inputs: { busy: "busy", notice: "notice", opened: "opened", projectName: "projectName", status: "status", url: "url" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
289
662
|
};
|
|
290
|
-
|
|
663
|
+
DesynthCheckout = __decorate([
|
|
291
664
|
ProxyCmp({
|
|
292
|
-
defineCustomElementFn: defineCustomElement$
|
|
293
|
-
inputs: ['
|
|
665
|
+
defineCustomElementFn: defineCustomElement$k,
|
|
666
|
+
inputs: ['busy', 'notice', 'opened', 'projectName', 'status', 'url']
|
|
294
667
|
})
|
|
295
|
-
],
|
|
296
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type:
|
|
668
|
+
], DesynthCheckout);
|
|
669
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthCheckout, decorators: [{
|
|
297
670
|
type: Component,
|
|
298
671
|
args: [{
|
|
299
|
-
selector: 'desynth-
|
|
672
|
+
selector: 'desynth-checkout',
|
|
300
673
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
301
674
|
template: '<ng-content></ng-content>',
|
|
302
675
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
303
|
-
inputs: ['
|
|
676
|
+
inputs: ['busy', 'notice', 'opened', 'projectName', 'status', 'url'],
|
|
304
677
|
standalone: true
|
|
305
678
|
}]
|
|
306
679
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
307
|
-
let
|
|
680
|
+
let DesynthChipSelect = class DesynthChipSelect {
|
|
308
681
|
constructor(c, r, z) {
|
|
309
682
|
this.z = z;
|
|
310
683
|
c.detach();
|
|
311
684
|
this.el = r.nativeElement;
|
|
685
|
+
proxyOutputs(this, this.el, ['handleChange']);
|
|
312
686
|
}
|
|
313
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type:
|
|
314
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.0.5", type:
|
|
687
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthChipSelect, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
688
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.0.5", type: DesynthChipSelect, isStandalone: true, selector: "desynth-chip-select", inputs: { disabled: "disabled", options: "options", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
315
689
|
};
|
|
316
|
-
|
|
690
|
+
DesynthChipSelect = __decorate([
|
|
317
691
|
ProxyCmp({
|
|
318
|
-
defineCustomElementFn: defineCustomElement$
|
|
692
|
+
defineCustomElementFn: defineCustomElement$l,
|
|
693
|
+
inputs: ['disabled', 'options', 'value']
|
|
319
694
|
})
|
|
320
|
-
],
|
|
321
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type:
|
|
695
|
+
], DesynthChipSelect);
|
|
696
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthChipSelect, decorators: [{
|
|
322
697
|
type: Component,
|
|
323
698
|
args: [{
|
|
324
|
-
selector: 'desynth-
|
|
699
|
+
selector: 'desynth-chip-select',
|
|
325
700
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
326
701
|
template: '<ng-content></ng-content>',
|
|
327
702
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
328
|
-
inputs: [],
|
|
703
|
+
inputs: ['disabled', 'options', 'value'],
|
|
329
704
|
standalone: true
|
|
330
705
|
}]
|
|
331
706
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
332
|
-
let
|
|
707
|
+
let DesynthCtaBlock = class DesynthCtaBlock {
|
|
333
708
|
constructor(c, r, z) {
|
|
334
709
|
this.z = z;
|
|
335
710
|
c.detach();
|
|
336
711
|
this.el = r.nativeElement;
|
|
337
|
-
proxyOutputs(this, this.el, ['handleClick', 'handleFocus', 'handleClose']);
|
|
338
712
|
}
|
|
339
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type:
|
|
340
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.0.5", type:
|
|
713
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthCtaBlock, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
714
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.0.5", type: DesynthCtaBlock, isStandalone: true, selector: "desynth-cta-block", inputs: { btn: "btn", href: "href", subtitle: "subtitle", title: "title" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
341
715
|
};
|
|
342
|
-
|
|
716
|
+
DesynthCtaBlock = __decorate([
|
|
343
717
|
ProxyCmp({
|
|
344
|
-
defineCustomElementFn: defineCustomElement$
|
|
345
|
-
inputs: ['
|
|
718
|
+
defineCustomElementFn: defineCustomElement$m,
|
|
719
|
+
inputs: ['btn', 'href', 'subtitle', 'title']
|
|
346
720
|
})
|
|
347
|
-
],
|
|
348
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type:
|
|
721
|
+
], DesynthCtaBlock);
|
|
722
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthCtaBlock, decorators: [{
|
|
723
|
+
type: Component,
|
|
724
|
+
args: [{
|
|
725
|
+
selector: 'desynth-cta-block',
|
|
726
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
727
|
+
template: '<ng-content></ng-content>',
|
|
728
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
729
|
+
inputs: ['btn', 'href', 'subtitle', 'title'],
|
|
730
|
+
standalone: true
|
|
731
|
+
}]
|
|
732
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
733
|
+
let DesynthDataTable = class DesynthDataTable {
|
|
734
|
+
constructor(c, r, z) {
|
|
735
|
+
this.z = z;
|
|
736
|
+
c.detach();
|
|
737
|
+
this.el = r.nativeElement;
|
|
738
|
+
proxyOutputs(this, this.el, ['handleAction']);
|
|
739
|
+
}
|
|
740
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthDataTable, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
741
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.0.5", type: DesynthDataTable, isStandalone: true, selector: "desynth-data-table", inputs: { actions: "actions", badges: "badges", columns: "columns", emptyText: "emptyText", rows: "rows" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
742
|
+
};
|
|
743
|
+
DesynthDataTable = __decorate([
|
|
744
|
+
ProxyCmp({
|
|
745
|
+
defineCustomElementFn: defineCustomElement$n,
|
|
746
|
+
inputs: ['actions', 'badges', 'columns', 'emptyText', 'rows']
|
|
747
|
+
})
|
|
748
|
+
], DesynthDataTable);
|
|
749
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthDataTable, decorators: [{
|
|
750
|
+
type: Component,
|
|
751
|
+
args: [{
|
|
752
|
+
selector: 'desynth-data-table',
|
|
753
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
754
|
+
template: '<ng-content></ng-content>',
|
|
755
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
756
|
+
inputs: ['actions', 'badges', 'columns', 'emptyText', 'rows'],
|
|
757
|
+
standalone: true
|
|
758
|
+
}]
|
|
759
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
760
|
+
let DesynthDatePicker = class DesynthDatePicker {
|
|
761
|
+
constructor(c, r, z) {
|
|
762
|
+
this.z = z;
|
|
763
|
+
c.detach();
|
|
764
|
+
this.el = r.nativeElement;
|
|
765
|
+
proxyOutputs(this, this.el, ['dateChanged']);
|
|
766
|
+
}
|
|
767
|
+
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 }); }
|
|
768
|
+
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 }); }
|
|
769
|
+
};
|
|
770
|
+
DesynthDatePicker = __decorate([
|
|
771
|
+
ProxyCmp({
|
|
772
|
+
defineCustomElementFn: defineCustomElement$o,
|
|
773
|
+
inputs: ['dateSelected', 'firstDayOfWeek', 'inputName']
|
|
774
|
+
})
|
|
775
|
+
], DesynthDatePicker);
|
|
776
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthDatePicker, decorators: [{
|
|
777
|
+
type: Component,
|
|
778
|
+
args: [{
|
|
779
|
+
selector: 'desynth-date-picker',
|
|
780
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
781
|
+
template: '<ng-content></ng-content>',
|
|
782
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
783
|
+
inputs: ['dateSelected', 'firstDayOfWeek', 'inputName'],
|
|
784
|
+
standalone: true
|
|
785
|
+
}]
|
|
786
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
787
|
+
let DesynthDeepSection = class DesynthDeepSection {
|
|
788
|
+
constructor(c, r, z) {
|
|
789
|
+
this.z = z;
|
|
790
|
+
c.detach();
|
|
791
|
+
this.el = r.nativeElement;
|
|
792
|
+
}
|
|
793
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthDeepSection, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
794
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.0.5", type: DesynthDeepSection, isStandalone: true, selector: "desynth-deep-section", inputs: { accent: "accent", cierre: "cierre", como: "como", dato1l: "dato1l", dato1v: "dato1v", dato2l: "dato2l", dato2v: "dato2v", lead: "lead", problemas: "problemas", tag: "tag", title: "title" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
795
|
+
};
|
|
796
|
+
DesynthDeepSection = __decorate([
|
|
797
|
+
ProxyCmp({
|
|
798
|
+
defineCustomElementFn: defineCustomElement$p,
|
|
799
|
+
inputs: ['accent', 'cierre', 'como', 'dato1l', 'dato1v', 'dato2l', 'dato2v', 'lead', 'problemas', 'tag', 'title']
|
|
800
|
+
})
|
|
801
|
+
], DesynthDeepSection);
|
|
802
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthDeepSection, decorators: [{
|
|
803
|
+
type: Component,
|
|
804
|
+
args: [{
|
|
805
|
+
selector: 'desynth-deep-section',
|
|
806
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
807
|
+
template: '<ng-content></ng-content>',
|
|
808
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
809
|
+
inputs: ['accent', 'cierre', 'como', 'dato1l', 'dato1v', 'dato2l', 'dato2v', 'lead', 'problemas', 'tag', 'title'],
|
|
810
|
+
standalone: true
|
|
811
|
+
}]
|
|
812
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
813
|
+
let DesynthDivider = class DesynthDivider {
|
|
814
|
+
constructor(c, r, z) {
|
|
815
|
+
this.z = z;
|
|
816
|
+
c.detach();
|
|
817
|
+
this.el = r.nativeElement;
|
|
818
|
+
}
|
|
819
|
+
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 }); }
|
|
820
|
+
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 }); }
|
|
821
|
+
};
|
|
822
|
+
DesynthDivider = __decorate([
|
|
823
|
+
ProxyCmp({
|
|
824
|
+
defineCustomElementFn: defineCustomElement$q
|
|
825
|
+
})
|
|
826
|
+
], DesynthDivider);
|
|
827
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthDivider, decorators: [{
|
|
828
|
+
type: Component,
|
|
829
|
+
args: [{
|
|
830
|
+
selector: 'desynth-divider',
|
|
831
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
832
|
+
template: '<ng-content></ng-content>',
|
|
833
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
834
|
+
inputs: [],
|
|
835
|
+
standalone: true
|
|
836
|
+
}]
|
|
837
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
838
|
+
let DesynthDonutChart = class DesynthDonutChart {
|
|
839
|
+
constructor(c, r, z) {
|
|
840
|
+
this.z = z;
|
|
841
|
+
c.detach();
|
|
842
|
+
this.el = r.nativeElement;
|
|
843
|
+
}
|
|
844
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthDonutChart, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
845
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.0.5", type: DesynthDonutChart, isStandalone: true, selector: "desynth-donut-chart", inputs: { center: "center", items: "items" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
846
|
+
};
|
|
847
|
+
DesynthDonutChart = __decorate([
|
|
848
|
+
ProxyCmp({
|
|
849
|
+
defineCustomElementFn: defineCustomElement$r,
|
|
850
|
+
inputs: ['center', 'items']
|
|
851
|
+
})
|
|
852
|
+
], DesynthDonutChart);
|
|
853
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthDonutChart, decorators: [{
|
|
854
|
+
type: Component,
|
|
855
|
+
args: [{
|
|
856
|
+
selector: 'desynth-donut-chart',
|
|
857
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
858
|
+
template: '<ng-content></ng-content>',
|
|
859
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
860
|
+
inputs: ['center', 'items'],
|
|
861
|
+
standalone: true
|
|
862
|
+
}]
|
|
863
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
864
|
+
let DesynthDrawer = class DesynthDrawer {
|
|
865
|
+
constructor(c, r, z) {
|
|
866
|
+
this.z = z;
|
|
867
|
+
c.detach();
|
|
868
|
+
this.el = r.nativeElement;
|
|
869
|
+
proxyOutputs(this, this.el, ['handleClick', 'handleFocus', 'handleClose']);
|
|
870
|
+
}
|
|
871
|
+
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 }); }
|
|
872
|
+
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 }); }
|
|
873
|
+
};
|
|
874
|
+
DesynthDrawer = __decorate([
|
|
875
|
+
ProxyCmp({
|
|
876
|
+
defineCustomElementFn: defineCustomElement$s,
|
|
877
|
+
inputs: ['items', 'open', 'type']
|
|
878
|
+
})
|
|
879
|
+
], DesynthDrawer);
|
|
880
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthDrawer, decorators: [{
|
|
881
|
+
type: Component,
|
|
882
|
+
args: [{
|
|
883
|
+
selector: 'desynth-drawer',
|
|
884
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
885
|
+
template: '<ng-content></ng-content>',
|
|
886
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
887
|
+
inputs: ['items', 'open', 'type'],
|
|
888
|
+
standalone: true
|
|
889
|
+
}]
|
|
890
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
891
|
+
let DesynthDropFile = class DesynthDropFile {
|
|
892
|
+
constructor(c, r, z) {
|
|
893
|
+
this.z = z;
|
|
894
|
+
c.detach();
|
|
895
|
+
this.el = r.nativeElement;
|
|
896
|
+
proxyOutputs(this, this.el, ['filesDropped']);
|
|
897
|
+
}
|
|
898
|
+
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 }); }
|
|
899
|
+
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 }); }
|
|
900
|
+
};
|
|
901
|
+
DesynthDropFile = __decorate([
|
|
902
|
+
ProxyCmp({
|
|
903
|
+
defineCustomElementFn: defineCustomElement$t
|
|
904
|
+
})
|
|
905
|
+
], DesynthDropFile);
|
|
906
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthDropFile, decorators: [{
|
|
907
|
+
type: Component,
|
|
908
|
+
args: [{
|
|
909
|
+
selector: 'desynth-drop-file',
|
|
910
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
911
|
+
template: '<ng-content></ng-content>',
|
|
912
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
913
|
+
inputs: [],
|
|
914
|
+
standalone: true
|
|
915
|
+
}]
|
|
916
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
917
|
+
let DesynthDropdown = class DesynthDropdown {
|
|
918
|
+
constructor(c, r, z) {
|
|
919
|
+
this.z = z;
|
|
920
|
+
c.detach();
|
|
921
|
+
this.el = r.nativeElement;
|
|
922
|
+
}
|
|
923
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthDropdown, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
924
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.0.5", type: DesynthDropdown, isStandalone: true, selector: "desynth-dropdown", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
925
|
+
};
|
|
926
|
+
DesynthDropdown = __decorate([
|
|
927
|
+
ProxyCmp({
|
|
928
|
+
defineCustomElementFn: defineCustomElement$u
|
|
929
|
+
})
|
|
930
|
+
], DesynthDropdown);
|
|
931
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthDropdown, decorators: [{
|
|
932
|
+
type: Component,
|
|
933
|
+
args: [{
|
|
934
|
+
selector: 'desynth-dropdown',
|
|
935
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
936
|
+
template: '<ng-content></ng-content>',
|
|
937
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
938
|
+
inputs: [],
|
|
939
|
+
standalone: true
|
|
940
|
+
}]
|
|
941
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
942
|
+
let DesynthEmpty = class DesynthEmpty {
|
|
943
|
+
constructor(c, r, z) {
|
|
944
|
+
this.z = z;
|
|
945
|
+
c.detach();
|
|
946
|
+
this.el = r.nativeElement;
|
|
947
|
+
}
|
|
948
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthEmpty, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
949
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.0.5", type: DesynthEmpty, isStandalone: true, selector: "desynth-empty", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
950
|
+
};
|
|
951
|
+
DesynthEmpty = __decorate([
|
|
952
|
+
ProxyCmp({
|
|
953
|
+
defineCustomElementFn: defineCustomElement$v
|
|
954
|
+
})
|
|
955
|
+
], DesynthEmpty);
|
|
956
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthEmpty, decorators: [{
|
|
957
|
+
type: Component,
|
|
958
|
+
args: [{
|
|
959
|
+
selector: 'desynth-empty',
|
|
960
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
961
|
+
template: '<ng-content></ng-content>',
|
|
962
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
963
|
+
inputs: [],
|
|
964
|
+
standalone: true
|
|
965
|
+
}]
|
|
966
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
967
|
+
let DesynthFeatureCard = class DesynthFeatureCard {
|
|
968
|
+
constructor(c, r, z) {
|
|
969
|
+
this.z = z;
|
|
970
|
+
c.detach();
|
|
971
|
+
this.el = r.nativeElement;
|
|
972
|
+
}
|
|
973
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthFeatureCard, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
974
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.0.5", type: DesynthFeatureCard, isStandalone: true, selector: "desynth-feature-card", inputs: { item: "item", tone: "tone" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
975
|
+
};
|
|
976
|
+
DesynthFeatureCard = __decorate([
|
|
977
|
+
ProxyCmp({
|
|
978
|
+
defineCustomElementFn: defineCustomElement$w,
|
|
979
|
+
inputs: ['item', 'tone']
|
|
980
|
+
})
|
|
981
|
+
], DesynthFeatureCard);
|
|
982
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthFeatureCard, decorators: [{
|
|
983
|
+
type: Component,
|
|
984
|
+
args: [{
|
|
985
|
+
selector: 'desynth-feature-card',
|
|
986
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
987
|
+
template: '<ng-content></ng-content>',
|
|
988
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
989
|
+
inputs: ['item', 'tone'],
|
|
990
|
+
standalone: true
|
|
991
|
+
}]
|
|
992
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
993
|
+
let DesynthFeed = class DesynthFeed {
|
|
994
|
+
constructor(c, r, z) {
|
|
995
|
+
this.z = z;
|
|
996
|
+
c.detach();
|
|
997
|
+
this.el = r.nativeElement;
|
|
998
|
+
}
|
|
999
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthFeed, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1000
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.0.5", type: DesynthFeed, isStandalone: true, selector: "desynth-feed", inputs: { emptyText: "emptyText", items: "items" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1001
|
+
};
|
|
1002
|
+
DesynthFeed = __decorate([
|
|
1003
|
+
ProxyCmp({
|
|
1004
|
+
defineCustomElementFn: defineCustomElement$x,
|
|
1005
|
+
inputs: ['emptyText', 'items']
|
|
1006
|
+
})
|
|
1007
|
+
], DesynthFeed);
|
|
1008
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthFeed, decorators: [{
|
|
1009
|
+
type: Component,
|
|
1010
|
+
args: [{
|
|
1011
|
+
selector: 'desynth-feed',
|
|
1012
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1013
|
+
template: '<ng-content></ng-content>',
|
|
1014
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1015
|
+
inputs: ['emptyText', 'items'],
|
|
1016
|
+
standalone: true
|
|
1017
|
+
}]
|
|
1018
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1019
|
+
let DesynthFilterCard = class DesynthFilterCard {
|
|
1020
|
+
constructor(c, r, z) {
|
|
1021
|
+
this.z = z;
|
|
1022
|
+
c.detach();
|
|
1023
|
+
this.el = r.nativeElement;
|
|
1024
|
+
proxyOutputs(this, this.el, ['handleApply', 'handleClear']);
|
|
1025
|
+
}
|
|
1026
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthFilterCard, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1027
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.0.5", type: DesynthFilterCard, isStandalone: true, selector: "desynth-filter-card", inputs: { actions: "actions", applyLabel: "applyLabel", clearLabel: "clearLabel", title: "title" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1028
|
+
};
|
|
1029
|
+
DesynthFilterCard = __decorate([
|
|
1030
|
+
ProxyCmp({
|
|
1031
|
+
defineCustomElementFn: defineCustomElement$y,
|
|
1032
|
+
inputs: ['actions', 'applyLabel', 'clearLabel', 'title']
|
|
1033
|
+
})
|
|
1034
|
+
], DesynthFilterCard);
|
|
1035
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthFilterCard, decorators: [{
|
|
1036
|
+
type: Component,
|
|
1037
|
+
args: [{
|
|
1038
|
+
selector: 'desynth-filter-card',
|
|
1039
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1040
|
+
template: '<ng-content></ng-content>',
|
|
1041
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1042
|
+
inputs: ['actions', 'applyLabel', 'clearLabel', 'title'],
|
|
1043
|
+
standalone: true
|
|
1044
|
+
}]
|
|
1045
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1046
|
+
let DesynthForm = class DesynthForm {
|
|
1047
|
+
constructor(c, r, z) {
|
|
1048
|
+
this.z = z;
|
|
1049
|
+
c.detach();
|
|
1050
|
+
this.el = r.nativeElement;
|
|
1051
|
+
proxyOutputs(this, this.el, ['clickSubmit', 'clickClear', 'handleChange']);
|
|
1052
|
+
}
|
|
1053
|
+
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 }); }
|
|
1054
|
+
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 }); }
|
|
1055
|
+
};
|
|
1056
|
+
DesynthForm = __decorate([
|
|
1057
|
+
ProxyCmp({
|
|
1058
|
+
defineCustomElementFn: defineCustomElement$z,
|
|
1059
|
+
inputs: ['hasSubmitButton', 'inputs']
|
|
1060
|
+
})
|
|
1061
|
+
], DesynthForm);
|
|
1062
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthForm, decorators: [{
|
|
1063
|
+
type: Component,
|
|
1064
|
+
args: [{
|
|
1065
|
+
selector: 'desynth-form',
|
|
1066
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1067
|
+
template: '<ng-content></ng-content>',
|
|
1068
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1069
|
+
inputs: ['hasSubmitButton', 'inputs'],
|
|
1070
|
+
standalone: true
|
|
1071
|
+
}]
|
|
1072
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1073
|
+
let DesynthGalleryCard = class DesynthGalleryCard {
|
|
1074
|
+
constructor(c, r, z) {
|
|
1075
|
+
this.z = z;
|
|
1076
|
+
c.detach();
|
|
1077
|
+
this.el = r.nativeElement;
|
|
1078
|
+
}
|
|
1079
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthGalleryCard, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1080
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.0.5", type: DesynthGalleryCard, isStandalone: true, selector: "desynth-gallery-card", inputs: { sub: "sub", title: "title" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1081
|
+
};
|
|
1082
|
+
DesynthGalleryCard = __decorate([
|
|
1083
|
+
ProxyCmp({
|
|
1084
|
+
defineCustomElementFn: defineCustomElement$A,
|
|
1085
|
+
inputs: ['sub', 'title']
|
|
1086
|
+
})
|
|
1087
|
+
], DesynthGalleryCard);
|
|
1088
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthGalleryCard, decorators: [{
|
|
1089
|
+
type: Component,
|
|
1090
|
+
args: [{
|
|
1091
|
+
selector: 'desynth-gallery-card',
|
|
1092
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1093
|
+
template: '<ng-content></ng-content>',
|
|
1094
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1095
|
+
inputs: ['sub', 'title'],
|
|
1096
|
+
standalone: true
|
|
1097
|
+
}]
|
|
1098
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1099
|
+
let DesynthGrid = class DesynthGrid {
|
|
1100
|
+
constructor(c, r, z) {
|
|
1101
|
+
this.z = z;
|
|
1102
|
+
c.detach();
|
|
1103
|
+
this.el = r.nativeElement;
|
|
1104
|
+
}
|
|
1105
|
+
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 }); }
|
|
1106
|
+
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 }); }
|
|
1107
|
+
};
|
|
1108
|
+
DesynthGrid = __decorate([
|
|
1109
|
+
ProxyCmp({
|
|
1110
|
+
defineCustomElementFn: defineCustomElement$B,
|
|
1111
|
+
inputs: ['columnSpacing', 'columns', 'container', 'direction', 'item', 'lg', 'md', 'rowSpacing', 'sm', 'spacing', 'wrap', 'xl', 'xs', 'zeroMinWidth']
|
|
1112
|
+
})
|
|
1113
|
+
], DesynthGrid);
|
|
1114
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthGrid, decorators: [{
|
|
1115
|
+
type: Component,
|
|
1116
|
+
args: [{
|
|
1117
|
+
selector: 'desynth-grid',
|
|
1118
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1119
|
+
template: '<ng-content></ng-content>',
|
|
1120
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1121
|
+
inputs: ['columnSpacing', 'columns', 'container', 'direction', 'item', 'lg', 'md', 'rowSpacing', 'sm', 'spacing', 'wrap', 'xl', 'xs', 'zeroMinWidth'],
|
|
1122
|
+
standalone: true
|
|
1123
|
+
}]
|
|
1124
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1125
|
+
let DesynthHbarChart = class DesynthHbarChart {
|
|
1126
|
+
constructor(c, r, z) {
|
|
1127
|
+
this.z = z;
|
|
1128
|
+
c.detach();
|
|
1129
|
+
this.el = r.nativeElement;
|
|
1130
|
+
}
|
|
1131
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthHbarChart, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1132
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.0.5", type: DesynthHbarChart, isStandalone: true, selector: "desynth-hbar-chart", inputs: { items: "items" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1133
|
+
};
|
|
1134
|
+
DesynthHbarChart = __decorate([
|
|
1135
|
+
ProxyCmp({
|
|
1136
|
+
defineCustomElementFn: defineCustomElement$C,
|
|
1137
|
+
inputs: ['items']
|
|
1138
|
+
})
|
|
1139
|
+
], DesynthHbarChart);
|
|
1140
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthHbarChart, decorators: [{
|
|
1141
|
+
type: Component,
|
|
1142
|
+
args: [{
|
|
1143
|
+
selector: 'desynth-hbar-chart',
|
|
1144
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1145
|
+
template: '<ng-content></ng-content>',
|
|
1146
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1147
|
+
inputs: ['items'],
|
|
1148
|
+
standalone: true
|
|
1149
|
+
}]
|
|
1150
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1151
|
+
let DesynthHeader = class DesynthHeader {
|
|
1152
|
+
constructor(c, r, z) {
|
|
1153
|
+
this.z = z;
|
|
1154
|
+
c.detach();
|
|
1155
|
+
this.el = r.nativeElement;
|
|
1156
|
+
}
|
|
1157
|
+
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 }); }
|
|
1158
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.0.5", type: DesynthHeader, isStandalone: true, selector: "desynth-header", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1159
|
+
};
|
|
1160
|
+
DesynthHeader = __decorate([
|
|
1161
|
+
ProxyCmp({
|
|
1162
|
+
defineCustomElementFn: defineCustomElement$D
|
|
1163
|
+
})
|
|
1164
|
+
], DesynthHeader);
|
|
1165
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthHeader, decorators: [{
|
|
1166
|
+
type: Component,
|
|
1167
|
+
args: [{
|
|
1168
|
+
selector: 'desynth-header',
|
|
1169
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1170
|
+
template: '<ng-content></ng-content>',
|
|
1171
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1172
|
+
inputs: [],
|
|
1173
|
+
standalone: true
|
|
1174
|
+
}]
|
|
1175
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1176
|
+
let DesynthHeroPanel = class DesynthHeroPanel {
|
|
1177
|
+
constructor(c, r, z) {
|
|
1178
|
+
this.z = z;
|
|
1179
|
+
c.detach();
|
|
1180
|
+
this.el = r.nativeElement;
|
|
1181
|
+
}
|
|
1182
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthHeroPanel, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1183
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.0.5", type: DesynthHeroPanel, isStandalone: true, selector: "desynth-hero-panel", inputs: { subtitle: "subtitle", title: "title" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1184
|
+
};
|
|
1185
|
+
DesynthHeroPanel = __decorate([
|
|
1186
|
+
ProxyCmp({
|
|
1187
|
+
defineCustomElementFn: defineCustomElement$E,
|
|
1188
|
+
inputs: ['subtitle', 'title']
|
|
1189
|
+
})
|
|
1190
|
+
], DesynthHeroPanel);
|
|
1191
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthHeroPanel, decorators: [{
|
|
1192
|
+
type: Component,
|
|
1193
|
+
args: [{
|
|
1194
|
+
selector: 'desynth-hero-panel',
|
|
1195
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1196
|
+
template: '<ng-content></ng-content>',
|
|
1197
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1198
|
+
inputs: ['subtitle', 'title'],
|
|
1199
|
+
standalone: true
|
|
1200
|
+
}]
|
|
1201
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1202
|
+
let DesynthInbox = class DesynthInbox {
|
|
1203
|
+
constructor(c, r, z) {
|
|
1204
|
+
this.z = z;
|
|
1205
|
+
c.detach();
|
|
1206
|
+
this.el = r.nativeElement;
|
|
1207
|
+
proxyOutputs(this, this.el, ['handleBack']);
|
|
1208
|
+
}
|
|
1209
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthInbox, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1210
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.0.5", type: DesynthInbox, isStandalone: true, selector: "desynth-inbox", inputs: { detail: "detail" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1211
|
+
};
|
|
1212
|
+
DesynthInbox = __decorate([
|
|
1213
|
+
ProxyCmp({
|
|
1214
|
+
defineCustomElementFn: defineCustomElement$F,
|
|
1215
|
+
inputs: ['detail']
|
|
1216
|
+
})
|
|
1217
|
+
], DesynthInbox);
|
|
1218
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthInbox, decorators: [{
|
|
1219
|
+
type: Component,
|
|
1220
|
+
args: [{
|
|
1221
|
+
selector: 'desynth-inbox',
|
|
1222
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1223
|
+
template: '<ng-content></ng-content>',
|
|
1224
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1225
|
+
inputs: ['detail'],
|
|
1226
|
+
standalone: true
|
|
1227
|
+
}]
|
|
1228
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1229
|
+
let DesynthInboxItem = class DesynthInboxItem {
|
|
1230
|
+
constructor(c, r, z) {
|
|
1231
|
+
this.z = z;
|
|
1232
|
+
c.detach();
|
|
1233
|
+
this.el = r.nativeElement;
|
|
1234
|
+
proxyOutputs(this, this.el, ['handleClick']);
|
|
1235
|
+
}
|
|
1236
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthInboxItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1237
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.0.5", type: DesynthInboxItem, isStandalone: true, selector: "desynth-inbox-item", inputs: { active: "active", channel: "channel", meta: "meta", name: "name", status: "status", statusLabel: "statusLabel", time: "time" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1238
|
+
};
|
|
1239
|
+
DesynthInboxItem = __decorate([
|
|
1240
|
+
ProxyCmp({
|
|
1241
|
+
defineCustomElementFn: defineCustomElement$G,
|
|
1242
|
+
inputs: ['active', 'channel', 'meta', 'name', 'status', 'statusLabel', 'time']
|
|
1243
|
+
})
|
|
1244
|
+
], DesynthInboxItem);
|
|
1245
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthInboxItem, decorators: [{
|
|
1246
|
+
type: Component,
|
|
1247
|
+
args: [{
|
|
1248
|
+
selector: 'desynth-inbox-item',
|
|
1249
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1250
|
+
template: '<ng-content></ng-content>',
|
|
1251
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1252
|
+
inputs: ['active', 'channel', 'meta', 'name', 'status', 'statusLabel', 'time'],
|
|
1253
|
+
standalone: true
|
|
1254
|
+
}]
|
|
1255
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1256
|
+
let DesynthInfoCard = class DesynthInfoCard {
|
|
1257
|
+
constructor(c, r, z) {
|
|
1258
|
+
this.z = z;
|
|
1259
|
+
c.detach();
|
|
1260
|
+
this.el = r.nativeElement;
|
|
1261
|
+
}
|
|
1262
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthInfoCard, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1263
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.0.5", type: DesynthInfoCard, isStandalone: true, selector: "desynth-info-card", inputs: { desc: "desc", label: "label", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1264
|
+
};
|
|
1265
|
+
DesynthInfoCard = __decorate([
|
|
1266
|
+
ProxyCmp({
|
|
1267
|
+
defineCustomElementFn: defineCustomElement$H,
|
|
1268
|
+
inputs: ['desc', 'label', 'value']
|
|
1269
|
+
})
|
|
1270
|
+
], DesynthInfoCard);
|
|
1271
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthInfoCard, decorators: [{
|
|
1272
|
+
type: Component,
|
|
1273
|
+
args: [{
|
|
1274
|
+
selector: 'desynth-info-card',
|
|
1275
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1276
|
+
template: '<ng-content></ng-content>',
|
|
1277
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1278
|
+
inputs: ['desc', 'label', 'value'],
|
|
1279
|
+
standalone: true
|
|
1280
|
+
}]
|
|
1281
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1282
|
+
let DesynthIntegCard = class DesynthIntegCard {
|
|
1283
|
+
constructor(c, r, z) {
|
|
1284
|
+
this.z = z;
|
|
1285
|
+
c.detach();
|
|
1286
|
+
this.el = r.nativeElement;
|
|
1287
|
+
}
|
|
1288
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthIntegCard, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1289
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.0.5", type: DesynthIntegCard, isStandalone: true, selector: "desynth-integ-card", inputs: { connected: "connected", desc: "desc", icon: "icon", name: "name" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1290
|
+
};
|
|
1291
|
+
DesynthIntegCard = __decorate([
|
|
1292
|
+
ProxyCmp({
|
|
1293
|
+
defineCustomElementFn: defineCustomElement$I,
|
|
1294
|
+
inputs: ['connected', 'desc', 'icon', 'name']
|
|
1295
|
+
})
|
|
1296
|
+
], DesynthIntegCard);
|
|
1297
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthIntegCard, decorators: [{
|
|
1298
|
+
type: Component,
|
|
1299
|
+
args: [{
|
|
1300
|
+
selector: 'desynth-integ-card',
|
|
1301
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1302
|
+
template: '<ng-content></ng-content>',
|
|
1303
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1304
|
+
inputs: ['connected', 'desc', 'icon', 'name'],
|
|
1305
|
+
standalone: true
|
|
1306
|
+
}]
|
|
1307
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1308
|
+
let DesynthKanban = class DesynthKanban {
|
|
1309
|
+
constructor(c, r, z) {
|
|
1310
|
+
this.z = z;
|
|
1311
|
+
c.detach();
|
|
1312
|
+
this.el = r.nativeElement;
|
|
1313
|
+
proxyOutputs(this, this.el, ['handleDrop']);
|
|
1314
|
+
}
|
|
1315
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthKanban, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1316
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.0.5", type: DesynthKanban, isStandalone: true, selector: "desynth-kanban", inputs: { cards: "cards", columns: "columns" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1317
|
+
};
|
|
1318
|
+
DesynthKanban = __decorate([
|
|
1319
|
+
ProxyCmp({
|
|
1320
|
+
defineCustomElementFn: defineCustomElement$J,
|
|
1321
|
+
inputs: ['cards', 'columns']
|
|
1322
|
+
})
|
|
1323
|
+
], DesynthKanban);
|
|
1324
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthKanban, decorators: [{
|
|
1325
|
+
type: Component,
|
|
1326
|
+
args: [{
|
|
1327
|
+
selector: 'desynth-kanban',
|
|
1328
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1329
|
+
template: '<ng-content></ng-content>',
|
|
1330
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1331
|
+
inputs: ['cards', 'columns'],
|
|
1332
|
+
standalone: true
|
|
1333
|
+
}]
|
|
1334
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1335
|
+
let DesynthKpiCard = class DesynthKpiCard {
|
|
1336
|
+
constructor(c, r, z) {
|
|
1337
|
+
this.z = z;
|
|
1338
|
+
c.detach();
|
|
1339
|
+
this.el = r.nativeElement;
|
|
1340
|
+
}
|
|
1341
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthKpiCard, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1342
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.0.5", type: DesynthKpiCard, isStandalone: true, selector: "desynth-kpi-card", inputs: { label: "label", sub: "sub", tone: "tone", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1343
|
+
};
|
|
1344
|
+
DesynthKpiCard = __decorate([
|
|
1345
|
+
ProxyCmp({
|
|
1346
|
+
defineCustomElementFn: defineCustomElement$K,
|
|
1347
|
+
inputs: ['label', 'sub', 'tone', 'value']
|
|
1348
|
+
})
|
|
1349
|
+
], DesynthKpiCard);
|
|
1350
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthKpiCard, decorators: [{
|
|
1351
|
+
type: Component,
|
|
1352
|
+
args: [{
|
|
1353
|
+
selector: 'desynth-kpi-card',
|
|
1354
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1355
|
+
template: '<ng-content></ng-content>',
|
|
1356
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1357
|
+
inputs: ['label', 'sub', 'tone', 'value'],
|
|
1358
|
+
standalone: true
|
|
1359
|
+
}]
|
|
1360
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1361
|
+
let DesynthKv = class DesynthKv {
|
|
1362
|
+
constructor(c, r, z) {
|
|
1363
|
+
this.z = z;
|
|
1364
|
+
c.detach();
|
|
1365
|
+
this.el = r.nativeElement;
|
|
1366
|
+
}
|
|
1367
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthKv, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1368
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.0.5", type: DesynthKv, isStandalone: true, selector: "desynth-kv", inputs: { items: "items" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1369
|
+
};
|
|
1370
|
+
DesynthKv = __decorate([
|
|
1371
|
+
ProxyCmp({
|
|
1372
|
+
defineCustomElementFn: defineCustomElement$L,
|
|
1373
|
+
inputs: ['items']
|
|
1374
|
+
})
|
|
1375
|
+
], DesynthKv);
|
|
1376
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthKv, decorators: [{
|
|
1377
|
+
type: Component,
|
|
1378
|
+
args: [{
|
|
1379
|
+
selector: 'desynth-kv',
|
|
1380
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1381
|
+
template: '<ng-content></ng-content>',
|
|
1382
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1383
|
+
inputs: ['items'],
|
|
1384
|
+
standalone: true
|
|
1385
|
+
}]
|
|
1386
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1387
|
+
let DesynthList = class DesynthList {
|
|
1388
|
+
constructor(c, r, z) {
|
|
1389
|
+
this.z = z;
|
|
1390
|
+
c.detach();
|
|
1391
|
+
this.el = r.nativeElement;
|
|
1392
|
+
proxyOutputs(this, this.el, ['itemClicked']);
|
|
1393
|
+
}
|
|
1394
|
+
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 }); }
|
|
1395
|
+
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 }); }
|
|
1396
|
+
};
|
|
1397
|
+
DesynthList = __decorate([
|
|
1398
|
+
ProxyCmp({
|
|
1399
|
+
defineCustomElementFn: defineCustomElement$M,
|
|
1400
|
+
inputs: ['items']
|
|
1401
|
+
})
|
|
1402
|
+
], DesynthList);
|
|
1403
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthList, decorators: [{
|
|
1404
|
+
type: Component,
|
|
1405
|
+
args: [{
|
|
1406
|
+
selector: 'desynth-list',
|
|
1407
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1408
|
+
template: '<ng-content></ng-content>',
|
|
1409
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1410
|
+
inputs: ['items'],
|
|
1411
|
+
standalone: true
|
|
1412
|
+
}]
|
|
1413
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1414
|
+
let DesynthListingCard = class DesynthListingCard {
|
|
1415
|
+
constructor(c, r, z) {
|
|
1416
|
+
this.z = z;
|
|
1417
|
+
c.detach();
|
|
1418
|
+
this.el = r.nativeElement;
|
|
1419
|
+
}
|
|
1420
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthListingCard, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1421
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.0.5", type: DesynthListingCard, isStandalone: true, selector: "desynth-listing-card", inputs: { meta: "meta", price: "price", title: "title" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1422
|
+
};
|
|
1423
|
+
DesynthListingCard = __decorate([
|
|
1424
|
+
ProxyCmp({
|
|
1425
|
+
defineCustomElementFn: defineCustomElement$N,
|
|
1426
|
+
inputs: ['meta', 'price', 'title']
|
|
1427
|
+
})
|
|
1428
|
+
], DesynthListingCard);
|
|
1429
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthListingCard, decorators: [{
|
|
1430
|
+
type: Component,
|
|
1431
|
+
args: [{
|
|
1432
|
+
selector: 'desynth-listing-card',
|
|
1433
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1434
|
+
template: '<ng-content></ng-content>',
|
|
1435
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1436
|
+
inputs: ['meta', 'price', 'title'],
|
|
1437
|
+
standalone: true
|
|
1438
|
+
}]
|
|
1439
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1440
|
+
let DesynthLoader = class DesynthLoader {
|
|
1441
|
+
constructor(c, r, z) {
|
|
1442
|
+
this.z = z;
|
|
1443
|
+
c.detach();
|
|
1444
|
+
this.el = r.nativeElement;
|
|
1445
|
+
}
|
|
1446
|
+
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 }); }
|
|
1447
|
+
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 }); }
|
|
1448
|
+
};
|
|
1449
|
+
DesynthLoader = __decorate([
|
|
1450
|
+
ProxyCmp({
|
|
1451
|
+
defineCustomElementFn: defineCustomElement$O,
|
|
1452
|
+
inputs: ['message']
|
|
1453
|
+
})
|
|
1454
|
+
], DesynthLoader);
|
|
1455
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthLoader, decorators: [{
|
|
1456
|
+
type: Component,
|
|
1457
|
+
args: [{
|
|
1458
|
+
selector: 'desynth-loader',
|
|
1459
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1460
|
+
template: '<ng-content></ng-content>',
|
|
1461
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1462
|
+
inputs: ['message'],
|
|
1463
|
+
standalone: true
|
|
1464
|
+
}]
|
|
1465
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1466
|
+
let DesynthMaterialList = class DesynthMaterialList {
|
|
1467
|
+
constructor(c, r, z) {
|
|
1468
|
+
this.z = z;
|
|
1469
|
+
c.detach();
|
|
1470
|
+
this.el = r.nativeElement;
|
|
1471
|
+
proxyOutputs(this, this.el, ['handleAdd', 'handleQty', 'handleRemove']);
|
|
1472
|
+
}
|
|
1473
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthMaterialList, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1474
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.0.5", type: DesynthMaterialList, isStandalone: true, selector: "desynth-material-list", inputs: { addLabel: "addLabel", emptyText: "emptyText", options: "options", rows: "rows" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1475
|
+
};
|
|
1476
|
+
DesynthMaterialList = __decorate([
|
|
1477
|
+
ProxyCmp({
|
|
1478
|
+
defineCustomElementFn: defineCustomElement$P,
|
|
1479
|
+
inputs: ['addLabel', 'emptyText', 'options', 'rows']
|
|
1480
|
+
})
|
|
1481
|
+
], DesynthMaterialList);
|
|
1482
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthMaterialList, decorators: [{
|
|
1483
|
+
type: Component,
|
|
1484
|
+
args: [{
|
|
1485
|
+
selector: 'desynth-material-list',
|
|
1486
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1487
|
+
template: '<ng-content></ng-content>',
|
|
1488
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1489
|
+
inputs: ['addLabel', 'emptyText', 'options', 'rows'],
|
|
1490
|
+
standalone: true
|
|
1491
|
+
}]
|
|
1492
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1493
|
+
let DesynthModal = class DesynthModal {
|
|
1494
|
+
constructor(c, r, z) {
|
|
1495
|
+
this.z = z;
|
|
1496
|
+
c.detach();
|
|
1497
|
+
this.el = r.nativeElement;
|
|
1498
|
+
proxyOutputs(this, this.el, ['handleOpen', 'handleClose', 'handleBeforeClose']);
|
|
1499
|
+
}
|
|
1500
|
+
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 }); }
|
|
1501
|
+
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 }); }
|
|
1502
|
+
};
|
|
1503
|
+
DesynthModal = __decorate([
|
|
1504
|
+
ProxyCmp({
|
|
1505
|
+
defineCustomElementFn: defineCustomElement$Q,
|
|
1506
|
+
inputs: ['duration', 'headTitle', 'opened', 'size']
|
|
1507
|
+
})
|
|
1508
|
+
], DesynthModal);
|
|
1509
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthModal, decorators: [{
|
|
1510
|
+
type: Component,
|
|
1511
|
+
args: [{
|
|
1512
|
+
selector: 'desynth-modal',
|
|
1513
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1514
|
+
template: '<ng-content></ng-content>',
|
|
1515
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1516
|
+
inputs: ['duration', 'headTitle', 'opened', 'size'],
|
|
1517
|
+
standalone: true
|
|
1518
|
+
}]
|
|
1519
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1520
|
+
let DesynthMultiStepper = class DesynthMultiStepper {
|
|
1521
|
+
constructor(c, r, z) {
|
|
1522
|
+
this.z = z;
|
|
1523
|
+
c.detach();
|
|
1524
|
+
this.el = r.nativeElement;
|
|
1525
|
+
proxyOutputs(this, this.el, ['handleSubmit']);
|
|
1526
|
+
}
|
|
1527
|
+
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 }); }
|
|
1528
|
+
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 }); }
|
|
1529
|
+
};
|
|
1530
|
+
DesynthMultiStepper = __decorate([
|
|
1531
|
+
ProxyCmp({
|
|
1532
|
+
defineCustomElementFn: defineCustomElement$R,
|
|
1533
|
+
inputs: ['validators']
|
|
1534
|
+
})
|
|
1535
|
+
], DesynthMultiStepper);
|
|
1536
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthMultiStepper, decorators: [{
|
|
1537
|
+
type: Component,
|
|
1538
|
+
args: [{
|
|
1539
|
+
selector: 'desynth-multi-stepper',
|
|
1540
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1541
|
+
template: '<ng-content></ng-content>',
|
|
1542
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1543
|
+
inputs: ['validators'],
|
|
1544
|
+
standalone: true
|
|
1545
|
+
}]
|
|
1546
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1547
|
+
let DesynthNav = class DesynthNav {
|
|
1548
|
+
constructor(c, r, z) {
|
|
1549
|
+
this.z = z;
|
|
1550
|
+
c.detach();
|
|
1551
|
+
this.el = r.nativeElement;
|
|
1552
|
+
proxyOutputs(this, this.el, ['handleClick']);
|
|
1553
|
+
}
|
|
1554
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthNav, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1555
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.0.5", type: DesynthNav, isStandalone: true, selector: "desynth-nav", inputs: { items: "items" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1556
|
+
};
|
|
1557
|
+
DesynthNav = __decorate([
|
|
1558
|
+
ProxyCmp({
|
|
1559
|
+
defineCustomElementFn: defineCustomElement$S,
|
|
1560
|
+
inputs: ['items']
|
|
1561
|
+
})
|
|
1562
|
+
], DesynthNav);
|
|
1563
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthNav, decorators: [{
|
|
1564
|
+
type: Component,
|
|
1565
|
+
args: [{
|
|
1566
|
+
selector: 'desynth-nav',
|
|
1567
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1568
|
+
template: '<ng-content></ng-content>',
|
|
1569
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1570
|
+
inputs: ['items'],
|
|
1571
|
+
standalone: true
|
|
1572
|
+
}]
|
|
1573
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1574
|
+
let DesynthPage = class DesynthPage {
|
|
1575
|
+
constructor(c, r, z) {
|
|
1576
|
+
this.z = z;
|
|
1577
|
+
c.detach();
|
|
1578
|
+
this.el = r.nativeElement;
|
|
1579
|
+
}
|
|
1580
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthPage, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1581
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.0.5", type: DesynthPage, isStandalone: true, selector: "desynth-page", inputs: { description: "description", eyebrow: "eyebrow", title: "title" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1582
|
+
};
|
|
1583
|
+
DesynthPage = __decorate([
|
|
1584
|
+
ProxyCmp({
|
|
1585
|
+
defineCustomElementFn: defineCustomElement$T,
|
|
1586
|
+
inputs: ['description', 'eyebrow', 'title']
|
|
1587
|
+
})
|
|
1588
|
+
], DesynthPage);
|
|
1589
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthPage, decorators: [{
|
|
1590
|
+
type: Component,
|
|
1591
|
+
args: [{
|
|
1592
|
+
selector: 'desynth-page',
|
|
1593
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1594
|
+
template: '<ng-content></ng-content>',
|
|
1595
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1596
|
+
inputs: ['description', 'eyebrow', 'title'],
|
|
1597
|
+
standalone: true
|
|
1598
|
+
}]
|
|
1599
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1600
|
+
let DesynthPanel = class DesynthPanel {
|
|
1601
|
+
constructor(c, r, z) {
|
|
1602
|
+
this.z = z;
|
|
1603
|
+
c.detach();
|
|
1604
|
+
this.el = r.nativeElement;
|
|
1605
|
+
}
|
|
1606
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthPanel, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1607
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.0.5", type: DesynthPanel, isStandalone: true, selector: "desynth-panel", inputs: { title: "title" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1608
|
+
};
|
|
1609
|
+
DesynthPanel = __decorate([
|
|
1610
|
+
ProxyCmp({
|
|
1611
|
+
defineCustomElementFn: defineCustomElement$U,
|
|
1612
|
+
inputs: ['title']
|
|
1613
|
+
})
|
|
1614
|
+
], DesynthPanel);
|
|
1615
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthPanel, decorators: [{
|
|
1616
|
+
type: Component,
|
|
1617
|
+
args: [{
|
|
1618
|
+
selector: 'desynth-panel',
|
|
1619
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1620
|
+
template: '<ng-content></ng-content>',
|
|
1621
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1622
|
+
inputs: ['title'],
|
|
1623
|
+
standalone: true
|
|
1624
|
+
}]
|
|
1625
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1626
|
+
let DesynthPaper = class DesynthPaper {
|
|
1627
|
+
constructor(c, r, z) {
|
|
1628
|
+
this.z = z;
|
|
1629
|
+
c.detach();
|
|
1630
|
+
this.el = r.nativeElement;
|
|
1631
|
+
}
|
|
1632
|
+
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 }); }
|
|
1633
|
+
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 }); }
|
|
1634
|
+
};
|
|
1635
|
+
DesynthPaper = __decorate([
|
|
1636
|
+
ProxyCmp({
|
|
1637
|
+
defineCustomElementFn: defineCustomElement$V,
|
|
1638
|
+
inputs: ['paperSize']
|
|
1639
|
+
})
|
|
1640
|
+
], DesynthPaper);
|
|
1641
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthPaper, decorators: [{
|
|
1642
|
+
type: Component,
|
|
1643
|
+
args: [{
|
|
1644
|
+
selector: 'desynth-paper',
|
|
1645
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1646
|
+
template: '<ng-content></ng-content>',
|
|
1647
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1648
|
+
inputs: ['paperSize'],
|
|
1649
|
+
standalone: true
|
|
1650
|
+
}]
|
|
1651
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1652
|
+
let DesynthParagraph = class DesynthParagraph {
|
|
1653
|
+
constructor(c, r, z) {
|
|
1654
|
+
this.z = z;
|
|
1655
|
+
c.detach();
|
|
1656
|
+
this.el = r.nativeElement;
|
|
1657
|
+
proxyOutputs(this, this.el, ['handleEdit', 'handleDelete', 'handleRemoveImage', 'handleAddImage', 'handleLinkGallery']);
|
|
1658
|
+
}
|
|
1659
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthParagraph, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1660
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.0.5", type: DesynthParagraph, isStandalone: true, selector: "desynth-paragraph", inputs: { albums: "albums", content: "content", galleryEmptyText: "galleryEmptyText", galleryImages: "galleryImages", images: "images", mode: "mode", title: "title", typeLabel: "typeLabel", uploading: "uploading" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1661
|
+
};
|
|
1662
|
+
DesynthParagraph = __decorate([
|
|
1663
|
+
ProxyCmp({
|
|
1664
|
+
defineCustomElementFn: defineCustomElement$W,
|
|
1665
|
+
inputs: ['albums', 'content', 'galleryEmptyText', 'galleryImages', 'images', 'mode', 'title', 'typeLabel', 'uploading']
|
|
1666
|
+
})
|
|
1667
|
+
], DesynthParagraph);
|
|
1668
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthParagraph, decorators: [{
|
|
1669
|
+
type: Component,
|
|
1670
|
+
args: [{
|
|
1671
|
+
selector: 'desynth-paragraph',
|
|
1672
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1673
|
+
template: '<ng-content></ng-content>',
|
|
1674
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1675
|
+
inputs: ['albums', 'content', 'galleryEmptyText', 'galleryImages', 'images', 'mode', 'title', 'typeLabel', 'uploading'],
|
|
1676
|
+
standalone: true
|
|
1677
|
+
}]
|
|
1678
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1679
|
+
let DesynthPickerList = class DesynthPickerList {
|
|
1680
|
+
constructor(c, r, z) {
|
|
1681
|
+
this.z = z;
|
|
1682
|
+
c.detach();
|
|
1683
|
+
this.el = r.nativeElement;
|
|
1684
|
+
proxyOutputs(this, this.el, ['handleToggle']);
|
|
1685
|
+
}
|
|
1686
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthPickerList, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1687
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.0.5", type: DesynthPickerList, isStandalone: true, selector: "desynth-picker-list", inputs: { options: "options", placeholder: "placeholder", selected: "selected" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1688
|
+
};
|
|
1689
|
+
DesynthPickerList = __decorate([
|
|
1690
|
+
ProxyCmp({
|
|
1691
|
+
defineCustomElementFn: defineCustomElement$X,
|
|
1692
|
+
inputs: ['options', 'placeholder', 'selected']
|
|
1693
|
+
})
|
|
1694
|
+
], DesynthPickerList);
|
|
1695
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthPickerList, decorators: [{
|
|
1696
|
+
type: Component,
|
|
1697
|
+
args: [{
|
|
1698
|
+
selector: 'desynth-picker-list',
|
|
1699
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1700
|
+
template: '<ng-content></ng-content>',
|
|
1701
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1702
|
+
inputs: ['options', 'placeholder', 'selected'],
|
|
1703
|
+
standalone: true
|
|
1704
|
+
}]
|
|
1705
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1706
|
+
let DesynthRating = class DesynthRating {
|
|
1707
|
+
constructor(c, r, z) {
|
|
1708
|
+
this.z = z;
|
|
1709
|
+
c.detach();
|
|
1710
|
+
this.el = r.nativeElement;
|
|
1711
|
+
proxyOutputs(this, this.el, ['handleChange']);
|
|
1712
|
+
}
|
|
1713
|
+
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 }); }
|
|
1714
|
+
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 }); }
|
|
1715
|
+
};
|
|
1716
|
+
DesynthRating = __decorate([
|
|
1717
|
+
ProxyCmp({
|
|
1718
|
+
defineCustomElementFn: defineCustomElement$Y,
|
|
1719
|
+
inputs: ['inputName', 'rating']
|
|
1720
|
+
})
|
|
1721
|
+
], DesynthRating);
|
|
1722
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthRating, decorators: [{
|
|
349
1723
|
type: Component,
|
|
350
1724
|
args: [{
|
|
351
|
-
selector: 'desynth-
|
|
1725
|
+
selector: 'desynth-rating',
|
|
352
1726
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
353
1727
|
template: '<ng-content></ng-content>',
|
|
354
1728
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
355
|
-
inputs: ['
|
|
1729
|
+
inputs: ['inputName', 'rating'],
|
|
356
1730
|
standalone: true
|
|
357
1731
|
}]
|
|
358
1732
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
359
|
-
let
|
|
1733
|
+
let DesynthReader = class DesynthReader {
|
|
360
1734
|
constructor(c, r, z) {
|
|
361
1735
|
this.z = z;
|
|
362
1736
|
c.detach();
|
|
363
1737
|
this.el = r.nativeElement;
|
|
364
|
-
proxyOutputs(this, this.el, ['
|
|
1738
|
+
proxyOutputs(this, this.el, ['handleClose']);
|
|
365
1739
|
}
|
|
366
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type:
|
|
367
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.0.5", type:
|
|
1740
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthReader, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1741
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.0.5", type: DesynthReader, isStandalone: true, selector: "desynth-reader", inputs: { author: "author", content: "content", cover: "cover", open: "open", status: "status", subtitle: "subtitle", title: "title" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
368
1742
|
};
|
|
369
|
-
|
|
1743
|
+
DesynthReader = __decorate([
|
|
370
1744
|
ProxyCmp({
|
|
371
|
-
defineCustomElementFn: defineCustomElement$
|
|
1745
|
+
defineCustomElementFn: defineCustomElement$Z,
|
|
1746
|
+
inputs: ['author', 'content', 'cover', 'open', 'status', 'subtitle', 'title']
|
|
372
1747
|
})
|
|
373
|
-
],
|
|
374
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type:
|
|
1748
|
+
], DesynthReader);
|
|
1749
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthReader, decorators: [{
|
|
375
1750
|
type: Component,
|
|
376
1751
|
args: [{
|
|
377
|
-
selector: 'desynth-
|
|
1752
|
+
selector: 'desynth-reader',
|
|
378
1753
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
379
1754
|
template: '<ng-content></ng-content>',
|
|
380
1755
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
381
|
-
inputs: [],
|
|
1756
|
+
inputs: ['author', 'content', 'cover', 'open', 'status', 'subtitle', 'title'],
|
|
382
1757
|
standalone: true
|
|
383
1758
|
}]
|
|
384
1759
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
385
|
-
let
|
|
1760
|
+
let DesynthRenderer = class DesynthRenderer {
|
|
386
1761
|
constructor(c, r, z) {
|
|
387
1762
|
this.z = z;
|
|
388
1763
|
c.detach();
|
|
389
1764
|
this.el = r.nativeElement;
|
|
390
|
-
proxyOutputs(this, this.el, ['clickSubmit', 'clickClear', 'handleChange']);
|
|
391
1765
|
}
|
|
392
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type:
|
|
393
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.0.5", type:
|
|
1766
|
+
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 }); }
|
|
1767
|
+
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 }); }
|
|
394
1768
|
};
|
|
395
|
-
|
|
1769
|
+
DesynthRenderer = __decorate([
|
|
396
1770
|
ProxyCmp({
|
|
397
|
-
defineCustomElementFn: defineCustomElement$
|
|
398
|
-
inputs: ['
|
|
1771
|
+
defineCustomElementFn: defineCustomElement$_,
|
|
1772
|
+
inputs: ['content']
|
|
399
1773
|
})
|
|
400
|
-
],
|
|
401
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type:
|
|
1774
|
+
], DesynthRenderer);
|
|
1775
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthRenderer, decorators: [{
|
|
402
1776
|
type: Component,
|
|
403
1777
|
args: [{
|
|
404
|
-
selector: 'desynth-
|
|
1778
|
+
selector: 'desynth-renderer',
|
|
405
1779
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
406
1780
|
template: '<ng-content></ng-content>',
|
|
407
1781
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
408
|
-
inputs: ['
|
|
1782
|
+
inputs: ['content'],
|
|
409
1783
|
standalone: true
|
|
410
1784
|
}]
|
|
411
1785
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
412
|
-
let
|
|
1786
|
+
let DesynthScreen = class DesynthScreen {
|
|
413
1787
|
constructor(c, r, z) {
|
|
414
1788
|
this.z = z;
|
|
415
1789
|
c.detach();
|
|
416
1790
|
this.el = r.nativeElement;
|
|
417
1791
|
}
|
|
418
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type:
|
|
419
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.0.5", type:
|
|
1792
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthScreen, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1793
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.0.5", type: DesynthScreen, isStandalone: true, selector: "desynth-screen", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
420
1794
|
};
|
|
421
|
-
|
|
1795
|
+
DesynthScreen = __decorate([
|
|
422
1796
|
ProxyCmp({
|
|
423
|
-
defineCustomElementFn: defineCustomElement
|
|
424
|
-
inputs: ['columnSpacing', 'columns', 'container', 'direction', 'item', 'lg', 'md', 'rowSpacing', 'sm', 'spacing', 'wrap', 'xl', 'xs', 'zeroMinWidth']
|
|
1797
|
+
defineCustomElementFn: defineCustomElement$$
|
|
425
1798
|
})
|
|
426
|
-
],
|
|
427
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type:
|
|
1799
|
+
], DesynthScreen);
|
|
1800
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthScreen, decorators: [{
|
|
428
1801
|
type: Component,
|
|
429
1802
|
args: [{
|
|
430
|
-
selector: 'desynth-
|
|
1803
|
+
selector: 'desynth-screen',
|
|
431
1804
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
432
1805
|
template: '<ng-content></ng-content>',
|
|
433
1806
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
434
|
-
inputs: [
|
|
1807
|
+
inputs: [],
|
|
435
1808
|
standalone: true
|
|
436
1809
|
}]
|
|
437
1810
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
438
|
-
let
|
|
1811
|
+
let DesynthSectionHead = class DesynthSectionHead {
|
|
439
1812
|
constructor(c, r, z) {
|
|
440
1813
|
this.z = z;
|
|
441
1814
|
c.detach();
|
|
442
1815
|
this.el = r.nativeElement;
|
|
443
|
-
proxyOutputs(this, this.el, ['handleClick', 'handleFocus', 'handleBlur']);
|
|
444
1816
|
}
|
|
445
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type:
|
|
446
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.0.5", type:
|
|
1817
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthSectionHead, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1818
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.0.5", type: DesynthSectionHead, isStandalone: true, selector: "desynth-section-head", inputs: { align: "align", eyebrow: "eyebrow", title: "title" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
447
1819
|
};
|
|
448
|
-
|
|
1820
|
+
DesynthSectionHead = __decorate([
|
|
449
1821
|
ProxyCmp({
|
|
450
|
-
defineCustomElementFn: defineCustomElement$
|
|
451
|
-
inputs: ['
|
|
1822
|
+
defineCustomElementFn: defineCustomElement$10,
|
|
1823
|
+
inputs: ['align', 'eyebrow', 'title']
|
|
452
1824
|
})
|
|
453
|
-
],
|
|
454
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type:
|
|
1825
|
+
], DesynthSectionHead);
|
|
1826
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthSectionHead, decorators: [{
|
|
455
1827
|
type: Component,
|
|
456
1828
|
args: [{
|
|
457
|
-
selector: 'desynth-
|
|
1829
|
+
selector: 'desynth-section-head',
|
|
458
1830
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
459
1831
|
template: '<ng-content></ng-content>',
|
|
460
1832
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
461
|
-
inputs: ['
|
|
1833
|
+
inputs: ['align', 'eyebrow', 'title'],
|
|
462
1834
|
standalone: true
|
|
463
1835
|
}]
|
|
464
1836
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
465
|
-
let
|
|
1837
|
+
let DesynthSectionHero = class DesynthSectionHero {
|
|
466
1838
|
constructor(c, r, z) {
|
|
467
1839
|
this.z = z;
|
|
468
1840
|
c.detach();
|
|
469
1841
|
this.el = r.nativeElement;
|
|
470
|
-
proxyOutputs(this, this.el, ['itemClicked']);
|
|
471
1842
|
}
|
|
472
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type:
|
|
473
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.0.5", type:
|
|
1843
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthSectionHero, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1844
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.0.5", type: DesynthSectionHero, isStandalone: true, selector: "desynth-section-hero", inputs: { cta1: "cta1", cta1href: "cta1href", cta2: "cta2", cta2href: "cta2href", eyebrow: "eyebrow", mode: "mode", subtitle: "subtitle", title: "title" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
474
1845
|
};
|
|
475
|
-
|
|
1846
|
+
DesynthSectionHero = __decorate([
|
|
476
1847
|
ProxyCmp({
|
|
477
|
-
defineCustomElementFn: defineCustomElement$
|
|
478
|
-
inputs: ['
|
|
1848
|
+
defineCustomElementFn: defineCustomElement$11,
|
|
1849
|
+
inputs: ['cta1', 'cta1href', 'cta2', 'cta2href', 'eyebrow', 'mode', 'subtitle', 'title']
|
|
479
1850
|
})
|
|
480
|
-
],
|
|
481
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type:
|
|
1851
|
+
], DesynthSectionHero);
|
|
1852
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthSectionHero, decorators: [{
|
|
482
1853
|
type: Component,
|
|
483
1854
|
args: [{
|
|
484
|
-
selector: 'desynth-
|
|
1855
|
+
selector: 'desynth-section-hero',
|
|
485
1856
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
486
1857
|
template: '<ng-content></ng-content>',
|
|
487
1858
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
488
|
-
inputs: ['
|
|
1859
|
+
inputs: ['cta1', 'cta1href', 'cta2', 'cta2href', 'eyebrow', 'mode', 'subtitle', 'title'],
|
|
489
1860
|
standalone: true
|
|
490
1861
|
}]
|
|
491
1862
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
492
|
-
let
|
|
1863
|
+
let DesynthSelect = class DesynthSelect {
|
|
493
1864
|
constructor(c, r, z) {
|
|
494
1865
|
this.z = z;
|
|
495
1866
|
c.detach();
|
|
496
1867
|
this.el = r.nativeElement;
|
|
1868
|
+
proxyOutputs(this, this.el, ['handleChange', 'handleInput', 'handleFocus']);
|
|
497
1869
|
}
|
|
498
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type:
|
|
499
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.0.5", type:
|
|
1870
|
+
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 }); }
|
|
1871
|
+
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 }); }
|
|
500
1872
|
};
|
|
501
|
-
|
|
1873
|
+
DesynthSelect = __decorate([
|
|
502
1874
|
ProxyCmp({
|
|
503
|
-
defineCustomElementFn: defineCustomElement$
|
|
504
|
-
inputs: ['
|
|
1875
|
+
defineCustomElementFn: defineCustomElement$12,
|
|
1876
|
+
inputs: ['errorMessage', 'inputId', 'inputName', 'inputValue', 'options', 'size']
|
|
505
1877
|
})
|
|
506
|
-
],
|
|
507
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type:
|
|
1878
|
+
], DesynthSelect);
|
|
1879
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthSelect, decorators: [{
|
|
508
1880
|
type: Component,
|
|
509
1881
|
args: [{
|
|
510
|
-
selector: 'desynth-
|
|
1882
|
+
selector: 'desynth-select',
|
|
511
1883
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
512
1884
|
template: '<ng-content></ng-content>',
|
|
513
1885
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
514
|
-
inputs: ['
|
|
1886
|
+
inputs: ['errorMessage', 'inputId', 'inputName', 'inputValue', 'options', 'size'],
|
|
515
1887
|
standalone: true
|
|
516
1888
|
}]
|
|
517
1889
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
518
|
-
let
|
|
1890
|
+
let DesynthShell = class DesynthShell {
|
|
519
1891
|
constructor(c, r, z) {
|
|
520
1892
|
this.z = z;
|
|
521
1893
|
c.detach();
|
|
522
1894
|
this.el = r.nativeElement;
|
|
523
|
-
proxyOutputs(this, this.el, ['
|
|
1895
|
+
proxyOutputs(this, this.el, ['handleToggle', 'handleNavigate']);
|
|
524
1896
|
}
|
|
525
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type:
|
|
526
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.0.5", type:
|
|
1897
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthShell, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1898
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.0.5", type: DesynthShell, isStandalone: true, selector: "desynth-shell", inputs: { activePath: "activePath", collapsed: "collapsed", open: "open", sections: "sections", title: "title" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
527
1899
|
};
|
|
528
|
-
|
|
1900
|
+
DesynthShell = __decorate([
|
|
529
1901
|
ProxyCmp({
|
|
530
|
-
defineCustomElementFn: defineCustomElement$
|
|
531
|
-
inputs: ['
|
|
1902
|
+
defineCustomElementFn: defineCustomElement$13,
|
|
1903
|
+
inputs: ['activePath', 'collapsed', 'open', 'sections', 'title']
|
|
532
1904
|
})
|
|
533
|
-
],
|
|
534
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type:
|
|
1905
|
+
], DesynthShell);
|
|
1906
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthShell, decorators: [{
|
|
535
1907
|
type: Component,
|
|
536
1908
|
args: [{
|
|
537
|
-
selector: 'desynth-
|
|
1909
|
+
selector: 'desynth-shell',
|
|
538
1910
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
539
1911
|
template: '<ng-content></ng-content>',
|
|
540
1912
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
541
|
-
inputs: ['
|
|
1913
|
+
inputs: ['activePath', 'collapsed', 'open', 'sections', 'title'],
|
|
542
1914
|
standalone: true
|
|
543
1915
|
}]
|
|
544
1916
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
545
|
-
let
|
|
1917
|
+
let DesynthSidebar = class DesynthSidebar {
|
|
546
1918
|
constructor(c, r, z) {
|
|
547
1919
|
this.z = z;
|
|
548
1920
|
c.detach();
|
|
549
1921
|
this.el = r.nativeElement;
|
|
550
|
-
proxyOutputs(this, this.el, ['
|
|
1922
|
+
proxyOutputs(this, this.el, ['handleNavigate', 'handleToggle']);
|
|
551
1923
|
}
|
|
552
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type:
|
|
553
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.0.5", type:
|
|
1924
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthSidebar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1925
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.0.5", type: DesynthSidebar, isStandalone: true, selector: "desynth-sidebar", inputs: { activePath: "activePath", collapsed: "collapsed", sections: "sections" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
554
1926
|
};
|
|
555
|
-
|
|
1927
|
+
DesynthSidebar = __decorate([
|
|
556
1928
|
ProxyCmp({
|
|
557
|
-
defineCustomElementFn: defineCustomElement$
|
|
558
|
-
inputs: ['
|
|
1929
|
+
defineCustomElementFn: defineCustomElement$14,
|
|
1930
|
+
inputs: ['activePath', 'collapsed', 'sections']
|
|
559
1931
|
})
|
|
560
|
-
],
|
|
561
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type:
|
|
1932
|
+
], DesynthSidebar);
|
|
1933
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthSidebar, decorators: [{
|
|
562
1934
|
type: Component,
|
|
563
1935
|
args: [{
|
|
564
|
-
selector: 'desynth-
|
|
1936
|
+
selector: 'desynth-sidebar',
|
|
565
1937
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
566
1938
|
template: '<ng-content></ng-content>',
|
|
567
1939
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
568
|
-
inputs: ['
|
|
1940
|
+
inputs: ['activePath', 'collapsed', 'sections'],
|
|
569
1941
|
standalone: true
|
|
570
1942
|
}]
|
|
571
1943
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
572
|
-
let
|
|
1944
|
+
let DesynthSiteFooter = class DesynthSiteFooter {
|
|
573
1945
|
constructor(c, r, z) {
|
|
574
1946
|
this.z = z;
|
|
575
1947
|
c.detach();
|
|
576
1948
|
this.el = r.nativeElement;
|
|
577
1949
|
}
|
|
578
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type:
|
|
579
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.0.5", type:
|
|
1950
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthSiteFooter, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1951
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.0.5", type: DesynthSiteFooter, isStandalone: true, selector: "desynth-site-footer", inputs: { brand: "brand", contacts: "contacts", links: "links", tagline: "tagline" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
580
1952
|
};
|
|
581
|
-
|
|
1953
|
+
DesynthSiteFooter = __decorate([
|
|
582
1954
|
ProxyCmp({
|
|
583
|
-
defineCustomElementFn: defineCustomElement$
|
|
584
|
-
inputs: ['
|
|
1955
|
+
defineCustomElementFn: defineCustomElement$15,
|
|
1956
|
+
inputs: ['brand', 'contacts', 'links', 'tagline']
|
|
585
1957
|
})
|
|
586
|
-
],
|
|
587
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type:
|
|
1958
|
+
], DesynthSiteFooter);
|
|
1959
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthSiteFooter, decorators: [{
|
|
588
1960
|
type: Component,
|
|
589
1961
|
args: [{
|
|
590
|
-
selector: 'desynth-
|
|
1962
|
+
selector: 'desynth-site-footer',
|
|
591
1963
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
592
1964
|
template: '<ng-content></ng-content>',
|
|
593
1965
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
594
|
-
inputs: ['
|
|
1966
|
+
inputs: ['brand', 'contacts', 'links', 'tagline'],
|
|
595
1967
|
standalone: true
|
|
596
1968
|
}]
|
|
597
1969
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
598
|
-
let
|
|
1970
|
+
let DesynthStatGrid = class DesynthStatGrid {
|
|
599
1971
|
constructor(c, r, z) {
|
|
600
1972
|
this.z = z;
|
|
601
1973
|
c.detach();
|
|
602
1974
|
this.el = r.nativeElement;
|
|
603
|
-
proxyOutputs(this, this.el, ['handleChange']);
|
|
604
1975
|
}
|
|
605
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type:
|
|
606
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.0.5", type:
|
|
1976
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthStatGrid, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1977
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.0.5", type: DesynthStatGrid, isStandalone: true, selector: "desynth-stat-grid", inputs: { items: "items", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
607
1978
|
};
|
|
608
|
-
|
|
1979
|
+
DesynthStatGrid = __decorate([
|
|
609
1980
|
ProxyCmp({
|
|
610
|
-
defineCustomElementFn: defineCustomElement$
|
|
611
|
-
inputs: ['
|
|
1981
|
+
defineCustomElementFn: defineCustomElement$16,
|
|
1982
|
+
inputs: ['items', 'variant']
|
|
612
1983
|
})
|
|
613
|
-
],
|
|
614
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type:
|
|
1984
|
+
], DesynthStatGrid);
|
|
1985
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthStatGrid, decorators: [{
|
|
615
1986
|
type: Component,
|
|
616
1987
|
args: [{
|
|
617
|
-
selector: 'desynth-
|
|
1988
|
+
selector: 'desynth-stat-grid',
|
|
618
1989
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
619
1990
|
template: '<ng-content></ng-content>',
|
|
620
1991
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
621
|
-
inputs: ['
|
|
1992
|
+
inputs: ['items', 'variant'],
|
|
622
1993
|
standalone: true
|
|
623
1994
|
}]
|
|
624
1995
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
625
|
-
let
|
|
1996
|
+
let DesynthStats = class DesynthStats {
|
|
626
1997
|
constructor(c, r, z) {
|
|
627
1998
|
this.z = z;
|
|
628
1999
|
c.detach();
|
|
629
2000
|
this.el = r.nativeElement;
|
|
630
2001
|
}
|
|
631
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type:
|
|
632
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.0.5", type:
|
|
2002
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthStats, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2003
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.0.5", type: DesynthStats, isStandalone: true, selector: "desynth-stats", inputs: { items: "items" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
633
2004
|
};
|
|
634
|
-
|
|
2005
|
+
DesynthStats = __decorate([
|
|
635
2006
|
ProxyCmp({
|
|
636
|
-
defineCustomElementFn: defineCustomElement$
|
|
637
|
-
inputs: ['
|
|
2007
|
+
defineCustomElementFn: defineCustomElement$17,
|
|
2008
|
+
inputs: ['items']
|
|
638
2009
|
})
|
|
639
|
-
],
|
|
640
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type:
|
|
2010
|
+
], DesynthStats);
|
|
2011
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthStats, decorators: [{
|
|
641
2012
|
type: Component,
|
|
642
2013
|
args: [{
|
|
643
|
-
selector: 'desynth-
|
|
2014
|
+
selector: 'desynth-stats',
|
|
644
2015
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
645
2016
|
template: '<ng-content></ng-content>',
|
|
646
2017
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
647
|
-
inputs: ['
|
|
2018
|
+
inputs: ['items'],
|
|
648
2019
|
standalone: true
|
|
649
2020
|
}]
|
|
650
2021
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
651
|
-
let
|
|
2022
|
+
let DesynthStatusPill = class DesynthStatusPill {
|
|
652
2023
|
constructor(c, r, z) {
|
|
653
2024
|
this.z = z;
|
|
654
2025
|
c.detach();
|
|
655
2026
|
this.el = r.nativeElement;
|
|
656
|
-
proxyOutputs(this, this.el, ['handleChange', 'handleInput', 'handleFocus']);
|
|
657
2027
|
}
|
|
658
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type:
|
|
659
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.0.5", type:
|
|
2028
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthStatusPill, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2029
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.0.5", type: DesynthStatusPill, isStandalone: true, selector: "desynth-status-pill", inputs: { label: "label", status: "status" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
660
2030
|
};
|
|
661
|
-
|
|
2031
|
+
DesynthStatusPill = __decorate([
|
|
662
2032
|
ProxyCmp({
|
|
663
|
-
defineCustomElementFn: defineCustomElement$
|
|
664
|
-
inputs: ['
|
|
2033
|
+
defineCustomElementFn: defineCustomElement$18,
|
|
2034
|
+
inputs: ['label', 'status']
|
|
665
2035
|
})
|
|
666
|
-
],
|
|
667
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type:
|
|
2036
|
+
], DesynthStatusPill);
|
|
2037
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthStatusPill, decorators: [{
|
|
668
2038
|
type: Component,
|
|
669
2039
|
args: [{
|
|
670
|
-
selector: 'desynth-
|
|
2040
|
+
selector: 'desynth-status-pill',
|
|
671
2041
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
672
2042
|
template: '<ng-content></ng-content>',
|
|
673
2043
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
674
|
-
inputs: ['
|
|
2044
|
+
inputs: ['label', 'status'],
|
|
675
2045
|
standalone: true
|
|
676
2046
|
}]
|
|
677
2047
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
@@ -686,7 +2056,7 @@ let DesynthStepStepper = class DesynthStepStepper {
|
|
|
686
2056
|
};
|
|
687
2057
|
DesynthStepStepper = __decorate([
|
|
688
2058
|
ProxyCmp({
|
|
689
|
-
defineCustomElementFn: defineCustomElement$
|
|
2059
|
+
defineCustomElementFn: defineCustomElement$19,
|
|
690
2060
|
inputs: ['active']
|
|
691
2061
|
})
|
|
692
2062
|
], DesynthStepStepper);
|
|
@@ -713,7 +2083,7 @@ let DesynthSwitch = class DesynthSwitch {
|
|
|
713
2083
|
};
|
|
714
2084
|
DesynthSwitch = __decorate([
|
|
715
2085
|
ProxyCmp({
|
|
716
|
-
defineCustomElementFn: defineCustomElement$
|
|
2086
|
+
defineCustomElementFn: defineCustomElement$1a,
|
|
717
2087
|
inputs: ['errorMessage', 'inputId', 'inputLabel', 'isChecked']
|
|
718
2088
|
})
|
|
719
2089
|
], DesynthSwitch);
|
|
@@ -740,7 +2110,7 @@ let DesynthTable = class DesynthTable {
|
|
|
740
2110
|
};
|
|
741
2111
|
DesynthTable = __decorate([
|
|
742
2112
|
ProxyCmp({
|
|
743
|
-
defineCustomElementFn: defineCustomElement$
|
|
2113
|
+
defineCustomElementFn: defineCustomElement$1b,
|
|
744
2114
|
inputs: ['_actions', '_column_keys', '_columns', '_hasPagination', '_isDraggable', '_source', 'count']
|
|
745
2115
|
})
|
|
746
2116
|
], DesynthTable);
|
|
@@ -755,6 +2125,85 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImpor
|
|
|
755
2125
|
standalone: true
|
|
756
2126
|
}]
|
|
757
2127
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2128
|
+
let DesynthTabs = class DesynthTabs {
|
|
2129
|
+
constructor(c, r, z) {
|
|
2130
|
+
this.z = z;
|
|
2131
|
+
c.detach();
|
|
2132
|
+
this.el = r.nativeElement;
|
|
2133
|
+
proxyOutputs(this, this.el, ['handleChange']);
|
|
2134
|
+
}
|
|
2135
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthTabs, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2136
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.0.5", type: DesynthTabs, isStandalone: true, selector: "desynth-tabs", inputs: { active: "active", items: "items", spacing: "spacing" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
2137
|
+
};
|
|
2138
|
+
DesynthTabs = __decorate([
|
|
2139
|
+
ProxyCmp({
|
|
2140
|
+
defineCustomElementFn: defineCustomElement$1c,
|
|
2141
|
+
inputs: ['active', 'items', 'spacing']
|
|
2142
|
+
})
|
|
2143
|
+
], DesynthTabs);
|
|
2144
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthTabs, decorators: [{
|
|
2145
|
+
type: Component,
|
|
2146
|
+
args: [{
|
|
2147
|
+
selector: 'desynth-tabs',
|
|
2148
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2149
|
+
template: '<ng-content></ng-content>',
|
|
2150
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2151
|
+
inputs: ['active', 'items', 'spacing'],
|
|
2152
|
+
standalone: true
|
|
2153
|
+
}]
|
|
2154
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2155
|
+
let DesynthTechGrid = class DesynthTechGrid {
|
|
2156
|
+
constructor(c, r, z) {
|
|
2157
|
+
this.z = z;
|
|
2158
|
+
c.detach();
|
|
2159
|
+
this.el = r.nativeElement;
|
|
2160
|
+
}
|
|
2161
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthTechGrid, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2162
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.0.5", type: DesynthTechGrid, isStandalone: true, selector: "desynth-tech-grid", inputs: { items: "items", layout: "layout" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
2163
|
+
};
|
|
2164
|
+
DesynthTechGrid = __decorate([
|
|
2165
|
+
ProxyCmp({
|
|
2166
|
+
defineCustomElementFn: defineCustomElement$1d,
|
|
2167
|
+
inputs: ['items', 'layout']
|
|
2168
|
+
})
|
|
2169
|
+
], DesynthTechGrid);
|
|
2170
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthTechGrid, decorators: [{
|
|
2171
|
+
type: Component,
|
|
2172
|
+
args: [{
|
|
2173
|
+
selector: 'desynth-tech-grid',
|
|
2174
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2175
|
+
template: '<ng-content></ng-content>',
|
|
2176
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2177
|
+
inputs: ['items', 'layout'],
|
|
2178
|
+
standalone: true
|
|
2179
|
+
}]
|
|
2180
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2181
|
+
let DesynthText = class DesynthText {
|
|
2182
|
+
constructor(c, r, z) {
|
|
2183
|
+
this.z = z;
|
|
2184
|
+
c.detach();
|
|
2185
|
+
this.el = r.nativeElement;
|
|
2186
|
+
}
|
|
2187
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthText, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2188
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.0.5", type: DesynthText, isStandalone: true, selector: "desynth-text", inputs: { align: "align", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
2189
|
+
};
|
|
2190
|
+
DesynthText = __decorate([
|
|
2191
|
+
ProxyCmp({
|
|
2192
|
+
defineCustomElementFn: defineCustomElement$1e,
|
|
2193
|
+
inputs: ['align', 'variant']
|
|
2194
|
+
})
|
|
2195
|
+
], DesynthText);
|
|
2196
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthText, decorators: [{
|
|
2197
|
+
type: Component,
|
|
2198
|
+
args: [{
|
|
2199
|
+
selector: 'desynth-text',
|
|
2200
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2201
|
+
template: '<ng-content></ng-content>',
|
|
2202
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2203
|
+
inputs: ['align', 'variant'],
|
|
2204
|
+
standalone: true
|
|
2205
|
+
}]
|
|
2206
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
758
2207
|
let DesynthTextArea = class DesynthTextArea {
|
|
759
2208
|
constructor(c, r, z) {
|
|
760
2209
|
this.z = z;
|
|
@@ -767,7 +2216,7 @@ let DesynthTextArea = class DesynthTextArea {
|
|
|
767
2216
|
};
|
|
768
2217
|
DesynthTextArea = __decorate([
|
|
769
2218
|
ProxyCmp({
|
|
770
|
-
defineCustomElementFn: defineCustomElement$
|
|
2219
|
+
defineCustomElementFn: defineCustomElement$1f,
|
|
771
2220
|
inputs: ['errorMessage', 'inputId', 'inputName', 'inputValue']
|
|
772
2221
|
})
|
|
773
2222
|
], DesynthTextArea);
|
|
@@ -790,12 +2239,12 @@ let DesynthTextInput = class DesynthTextInput {
|
|
|
790
2239
|
proxyOutputs(this, this.el, ['handleChange', 'handleInput', 'handleFocus', 'handleBlur']);
|
|
791
2240
|
}
|
|
792
2241
|
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 }); }
|
|
793
|
-
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 }); }
|
|
2242
|
+
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", placeholder: "placeholder" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
794
2243
|
};
|
|
795
2244
|
DesynthTextInput = __decorate([
|
|
796
2245
|
ProxyCmp({
|
|
797
|
-
defineCustomElementFn: defineCustomElement$
|
|
798
|
-
inputs: ['errorMessage', 'inputId', 'inputName', 'inputType', 'inputValue']
|
|
2246
|
+
defineCustomElementFn: defineCustomElement$1g,
|
|
2247
|
+
inputs: ['errorMessage', 'inputId', 'inputName', 'inputType', 'inputValue', 'placeholder']
|
|
799
2248
|
})
|
|
800
2249
|
], DesynthTextInput);
|
|
801
2250
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthTextInput, decorators: [{
|
|
@@ -805,7 +2254,34 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImpor
|
|
|
805
2254
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
806
2255
|
template: '<ng-content></ng-content>',
|
|
807
2256
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
808
|
-
inputs: ['errorMessage', 'inputId', 'inputName', 'inputType', 'inputValue'],
|
|
2257
|
+
inputs: ['errorMessage', 'inputId', 'inputName', 'inputType', 'inputValue', 'placeholder'],
|
|
2258
|
+
standalone: true
|
|
2259
|
+
}]
|
|
2260
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2261
|
+
let DesynthThumbPicker = class DesynthThumbPicker {
|
|
2262
|
+
constructor(c, r, z) {
|
|
2263
|
+
this.z = z;
|
|
2264
|
+
c.detach();
|
|
2265
|
+
this.el = r.nativeElement;
|
|
2266
|
+
proxyOutputs(this, this.el, ['handleSelect', 'handleToggle']);
|
|
2267
|
+
}
|
|
2268
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthThumbPicker, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2269
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.0.5", type: DesynthThumbPicker, isStandalone: true, selector: "desynth-thumb-picker", inputs: { emptyText: "emptyText", items: "items", single: "single", value: "value", values: "values" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
2270
|
+
};
|
|
2271
|
+
DesynthThumbPicker = __decorate([
|
|
2272
|
+
ProxyCmp({
|
|
2273
|
+
defineCustomElementFn: defineCustomElement$1h,
|
|
2274
|
+
inputs: ['emptyText', 'items', 'single', 'value', 'values']
|
|
2275
|
+
})
|
|
2276
|
+
], DesynthThumbPicker);
|
|
2277
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthThumbPicker, decorators: [{
|
|
2278
|
+
type: Component,
|
|
2279
|
+
args: [{
|
|
2280
|
+
selector: 'desynth-thumb-picker',
|
|
2281
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2282
|
+
template: '<ng-content></ng-content>',
|
|
2283
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2284
|
+
inputs: ['emptyText', 'items', 'single', 'value', 'values'],
|
|
809
2285
|
standalone: true
|
|
810
2286
|
}]
|
|
811
2287
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
@@ -820,7 +2296,7 @@ let DesynthTooltip = class DesynthTooltip {
|
|
|
820
2296
|
};
|
|
821
2297
|
DesynthTooltip = __decorate([
|
|
822
2298
|
ProxyCmp({
|
|
823
|
-
defineCustomElementFn: defineCustomElement$
|
|
2299
|
+
defineCustomElementFn: defineCustomElement$1i,
|
|
824
2300
|
inputs: ['direction', 'message']
|
|
825
2301
|
})
|
|
826
2302
|
], DesynthTooltip);
|
|
@@ -835,6 +2311,60 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImpor
|
|
|
835
2311
|
standalone: true
|
|
836
2312
|
}]
|
|
837
2313
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2314
|
+
let DesynthUpload = class DesynthUpload {
|
|
2315
|
+
constructor(c, r, z) {
|
|
2316
|
+
this.z = z;
|
|
2317
|
+
c.detach();
|
|
2318
|
+
this.el = r.nativeElement;
|
|
2319
|
+
proxyOutputs(this, this.el, ['handleFile']);
|
|
2320
|
+
}
|
|
2321
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthUpload, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2322
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.0.5", type: DesynthUpload, isStandalone: true, selector: "desynth-upload", inputs: { accept: "accept", disabled: "disabled", previewType: "previewType", previewUrl: "previewUrl" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
2323
|
+
};
|
|
2324
|
+
DesynthUpload = __decorate([
|
|
2325
|
+
ProxyCmp({
|
|
2326
|
+
defineCustomElementFn: defineCustomElement$1j,
|
|
2327
|
+
inputs: ['accept', 'disabled', 'previewType', 'previewUrl']
|
|
2328
|
+
})
|
|
2329
|
+
], DesynthUpload);
|
|
2330
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthUpload, decorators: [{
|
|
2331
|
+
type: Component,
|
|
2332
|
+
args: [{
|
|
2333
|
+
selector: 'desynth-upload',
|
|
2334
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2335
|
+
template: '<ng-content></ng-content>',
|
|
2336
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2337
|
+
inputs: ['accept', 'disabled', 'previewType', 'previewUrl'],
|
|
2338
|
+
standalone: true
|
|
2339
|
+
}]
|
|
2340
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2341
|
+
let DesynthVoiceInput = class DesynthVoiceInput {
|
|
2342
|
+
constructor(c, r, z) {
|
|
2343
|
+
this.z = z;
|
|
2344
|
+
c.detach();
|
|
2345
|
+
this.el = r.nativeElement;
|
|
2346
|
+
proxyOutputs(this, this.el, ['handleToggle', 'handleToggleLock']);
|
|
2347
|
+
}
|
|
2348
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthVoiceInput, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2349
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.0.5", type: DesynthVoiceInput, isStandalone: true, selector: "desynth-voice-input", inputs: { compact: "compact", error: "error", listening: "listening", locked: "locked" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
2350
|
+
};
|
|
2351
|
+
DesynthVoiceInput = __decorate([
|
|
2352
|
+
ProxyCmp({
|
|
2353
|
+
defineCustomElementFn: defineCustomElement$1k,
|
|
2354
|
+
inputs: ['compact', 'error', 'listening', 'locked']
|
|
2355
|
+
})
|
|
2356
|
+
], DesynthVoiceInput);
|
|
2357
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DesynthVoiceInput, decorators: [{
|
|
2358
|
+
type: Component,
|
|
2359
|
+
args: [{
|
|
2360
|
+
selector: 'desynth-voice-input',
|
|
2361
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2362
|
+
template: '<ng-content></ng-content>',
|
|
2363
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2364
|
+
inputs: ['compact', 'error', 'listening', 'locked'],
|
|
2365
|
+
standalone: true
|
|
2366
|
+
}]
|
|
2367
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
838
2368
|
let HorizontalCards = class HorizontalCards {
|
|
839
2369
|
constructor(c, r, z) {
|
|
840
2370
|
this.z = z;
|
|
@@ -846,7 +2376,7 @@ let HorizontalCards = class HorizontalCards {
|
|
|
846
2376
|
};
|
|
847
2377
|
HorizontalCards = __decorate([
|
|
848
2378
|
ProxyCmp({
|
|
849
|
-
defineCustomElementFn: defineCustomElement$
|
|
2379
|
+
defineCustomElementFn: defineCustomElement$1l,
|
|
850
2380
|
inputs: ['fullScreen', 'jobs']
|
|
851
2381
|
})
|
|
852
2382
|
], HorizontalCards);
|
|
@@ -869,11 +2399,12 @@ let HtmlEditor = class HtmlEditor {
|
|
|
869
2399
|
proxyOutputs(this, this.el, ['htmlChanged']);
|
|
870
2400
|
}
|
|
871
2401
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: HtmlEditor, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
872
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.0.5", type: HtmlEditor, isStandalone: true, selector: "html-editor", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
2402
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.0.5", type: HtmlEditor, isStandalone: true, selector: "html-editor", inputs: { content: "content" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
873
2403
|
};
|
|
874
2404
|
HtmlEditor = __decorate([
|
|
875
2405
|
ProxyCmp({
|
|
876
|
-
defineCustomElementFn: defineCustomElement$
|
|
2406
|
+
defineCustomElementFn: defineCustomElement$1m,
|
|
2407
|
+
inputs: ['content']
|
|
877
2408
|
})
|
|
878
2409
|
], HtmlEditor);
|
|
879
2410
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: HtmlEditor, decorators: [{
|
|
@@ -883,7 +2414,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImpor
|
|
|
883
2414
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
884
2415
|
template: '<ng-content></ng-content>',
|
|
885
2416
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
886
|
-
inputs: [],
|
|
2417
|
+
inputs: ['content'],
|
|
887
2418
|
standalone: true
|
|
888
2419
|
}]
|
|
889
2420
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
@@ -944,5 +2475,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImpor
|
|
|
944
2475
|
* Generated bundle index. Do not edit.
|
|
945
2476
|
*/
|
|
946
2477
|
|
|
947
|
-
export { DesynthAccordion, DesynthAlert, DesynthBreadcrumb, DesynthButton, DesynthButtonSlider, DesynthCard, DesynthCheckbox, DesynthDatePicker, DesynthDivider, DesynthDrawer, DesynthDropFile, DesynthForm, DesynthGrid, DesynthHeader, DesynthList, DesynthLoader, DesynthModal, DesynthMultiStepper, DesynthPaper, DesynthRating, DesynthRenderer, DesynthSelect, DesynthStepStepper, DesynthSwitch, DesynthTable, DesynthTextArea, DesynthTextInput, DesynthTooltip, HorizontalCards, HtmlEditor, StencilWrapperModule };
|
|
2478
|
+
export { DesynthAccordion, DesynthActions, DesynthAgentChat, DesynthAlert, DesynthAreaBlock, DesynthBarChart, DesynthBookCard, DesynthBottomNav, DesynthBreadcrumb, DesynthButton, DesynthButtonSlider, DesynthCalendar, DesynthCallout, DesynthCard, DesynthCardGrid, DesynthCenter, DesynthChat, DesynthCheckList, DesynthCheckbox, DesynthCheckout, DesynthChipSelect, DesynthCtaBlock, DesynthDataTable, DesynthDatePicker, DesynthDeepSection, DesynthDivider, DesynthDonutChart, DesynthDrawer, DesynthDropFile, DesynthDropdown, DesynthEmpty, DesynthFeatureCard, DesynthFeed, DesynthFilterCard, DesynthForm, DesynthGalleryCard, DesynthGrid, DesynthHbarChart, DesynthHeader, DesynthHeroPanel, DesynthInbox, DesynthInboxItem, DesynthInfoCard, DesynthIntegCard, DesynthKanban, DesynthKpiCard, DesynthKv, DesynthList, DesynthListingCard, DesynthLoader, DesynthMaterialList, DesynthModal, DesynthMultiStepper, DesynthNav, DesynthPage, DesynthPanel, DesynthPaper, DesynthParagraph, DesynthPickerList, DesynthRating, DesynthReader, DesynthRenderer, DesynthScreen, DesynthSectionHead, DesynthSectionHero, DesynthSelect, DesynthShell, DesynthSidebar, DesynthSiteFooter, DesynthStatGrid, DesynthStats, DesynthStatusPill, DesynthStepStepper, DesynthSwitch, DesynthTable, DesynthTabs, DesynthTechGrid, DesynthText, DesynthTextArea, DesynthTextInput, DesynthThumbPicker, DesynthTooltip, DesynthUpload, DesynthVoiceInput, HorizontalCards, HtmlEditor, StencilWrapperModule };
|
|
948
2479
|
//# sourceMappingURL=stencil-wrapper.mjs.map
|